diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 8488b5f..0000000 --- a/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -*.zip -plugins/bStats/* -plugins/CoreProtect/database.db -plugins/LuckPerms/translations/* -plugins/WorldEdit/.archive-unpack/* diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 6605e4f..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,33 +0,0 @@ -# Changelog -All notable changes to this project will be documented in this file. - -## [1.4] - -### Changed - -- Corrected permissions & group issues within Luckperms. - -## [1.3] - -### Changed -- Added the Via suite of plugins for version support. - -## [1.2] - -### Changed -- Updated to Minecraft 1.18.1 - -## [1.1] - -### Changed -- Updated to Minecraft 1.17.1 - -## [1.0] - -### Added -- First release -[1.4]: https://github.com/apexhosting/SkyGrid/releases/tag/1.4 -[1.3]: https://github.com/apexhosting/SkyGrid/releases/tag/1.3 -[1.2]: https://github.com/apexhosting/SkyGrid/releases/tag/1.2 -[1.1]: https://github.com/apexhosting/SkyGrid/releases/tag/1.1 -[1.0]: https://github.com/apexhosting/SkyGrid/releases/tag/1.0 \ No newline at end of file diff --git a/README.md b/README.md deleted file mode 100644 index 2ff9148..0000000 --- a/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# Plugin-Quickstart -Apex Plugin Pack - -## Plugin List -- [Core Protect](https://www.spigotmc.org/resources/coreprotect.8631/) -- [DynMap](https://www.spigotmc.org/resources/dynmap.274/) -- [EntityTrackerFixer](https://www.spigotmc.org/resources/entitytrackerfixer-fix-1-14-4-1-16-2-entitytick-lag.70902/) -- [EssentialsX](https://www.spigotmc.org/resources/essentialsx.9089/) -- [GriefPrevention](https://www.spigotmc.org/resources/griefprevention.1884/) -- [LuckPerms](https://www.spigotmc.org/resources/luckperms.28140/) -- [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/) -- [ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/) -- [TitleManager](https://www.spigotmc.org/resources/titlemanager.1049/) -- [Vault](https://www.spigotmc.org/resources/vault.34315/) -- [ViaBackwards](https://www.spigotmc.org/resources/viabackwards.27448/) -- [ViaRewind](https://www.spigotmc.org/resources/viarewind.52109/) -- [ViaVersion](https://www.spigotmc.org/resources/viaversion.19254/) -- [WorldEdit](https://dev.bukkit.org/projects/worldedit) -- [WorldGuard](https://dev.bukkit.org/projects/worldguard) diff --git a/plugins/CoreProtect/config.yml b/plugins/CoreProtect/config.yml index 8d42cd5..c913c2b 100644 --- a/plugins/CoreProtect/config.yml +++ b/plugins/CoreProtect/config.yml @@ -1,145 +1,145 @@ -# CoreProtect Config - -# CoreProtect is donationware. For more information, visit our project page. -donation-key: - -# MySQL is optional and not required. -# If you prefer to use MySQL, enable the following and fill out the fields. -use-mysql: false -table-prefix: co_ -mysql-host: 127.0.0.1 -mysql-port: 3306 -mysql-database: database -mysql-username: root -mysql-password: - -# If modified, will automatically attempt to translate languages phrases. -# List of language codes: https://coreprotect.net/languages/ -language: en - -# If enabled, CoreProtect will check for updates when your server starts up. -# If an update is available, you'll be notified via your server console. -check-updates: true - -# If enabled, other plugins will be able to utilize the CoreProtect API. -api-enabled: true - -# If enabled, extra data is displayed during rollbacks and restores. -# Can be manually triggered by adding "#verbose" to your rollback command. -verbose: true - -# If no radius is specified in a rollback or restore, this value will be -# used as the radius. Set to "0" to disable automatically adding a radius. -default-radius: 10 - -# The maximum radius that can be used in a command. Set to "0" to disable. -# To run a rollback or restore without a radius, you can use "r:#global". -max-radius: 100 - -# If enabled, items taken from containers (etc) will be included in rollbacks. -rollback-items: true - -# If enabled, entities, such as killed animals, will be included in rollbacks. -rollback-entities: true - -# If enabled, generic data, like zombies burning in daylight, won't be logged. -skip-generic-data: true - -# Logs blocks placed by players. -block-place: true - -# Logs blocks broken by players. -block-break: true - -# Logs blocks that break off of other blocks; for example, a sign or torch -# falling off of a dirt block that a player breaks. This is required for -# beds/doors to properly rollback. -natural-break: true - -# Properly track block movement, such as sand or gravel falling. -block-movement: true - -# Properly track blocks moved by pistons. -pistons: true - -# Logs blocks that burn up in a fire. -block-burn: true - -# Logs when a block naturally ignites, such as from fire spreading. -block-ignite: true - -# Logs explosions, such as TNT and Creepers. -explosions: true - -# Track when an entity changes a block, such as an Enderman destroying blocks. -entity-change: true - -# Logs killed entities, such as killed cows and enderman. -entity-kills: true - -# Logs text on signs. If disabled, signs will be blank when rolled back. -sign-text: true - -# Logs lava and water sources placed/removed by players who are using buckets. -buckets: true - -# Logs natural tree leaf decay. -leaf-decay: true - -# Logs tree growth. Trees are linked to the player who planted the sappling. -tree-growth: true - -# Logs mushroom growth. -mushroom-growth: true - -# Logs natural vine growth. -vine-growth: true - -# Logs when portals such as Nether portals generate naturally. -portals: true - -# Logs water flow. If water destroys other blocks, such as torches, -# this allows it to be properly rolled back. -water-flow: true - -# Logs lava flow. If lava destroys other blocks, such as torches, -# this allows it to be properly rolled back. -lava-flow: true - -# Allows liquid to be properly tracked and linked to players. -# For example, if a player places water which flows and destroys torches, -# it can all be properly restored by rolling back that single player. -liquid-tracking: true - -# Track item transactions, such as when a player takes items from -# a chest, furnace, or dispenser. -item-transactions: true - -# Logs items dropped by players. -item-drops: true - -# Logs items picked up by players. -item-pickups: true - -# Track all hopper transactions, such as when a hopper removes items from a -# chest, furnace, or dispenser. -hopper-transactions: true - -# Track player interactions, such as when a player opens a door, presses -# a button, or opens a chest. Player interactions can't be rolled back. -player-interactions: true - -# Logs messages that players send in the chat. -player-messages: true - -# Logs all commands used by players. -player-commands: true - -# Logs the logins and logouts of players. -player-sessions: true - -# Logs when a player changes their Minecraft username. -username-changes: true - -# Logs changes made via the plugin "WorldEdit" if it's in use on your server. -worldedit: true +# CoreProtect Config + +# CoreProtect is donationware. For more information, visit our project page. +donation-key: + +# MySQL is optional and not required. +# If you prefer to use MySQL, enable the following and fill out the fields. +use-mysql: false +table-prefix: co_ +mysql-host: 127.0.0.1 +mysql-port: 3306 +mysql-database: database +mysql-username: root +mysql-password: + +# If modified, will automatically attempt to translate languages phrases. +# List of language codes: https://coreprotect.net/languages/ +language: en + +# If enabled, CoreProtect will check for updates when your server starts up. +# If an update is available, you'll be notified via your server console. +check-updates: true + +# If enabled, other plugins will be able to utilize the CoreProtect API. +api-enabled: true + +# If enabled, extra data is displayed during rollbacks and restores. +# Can be manually triggered by adding "#verbose" to your rollback command. +verbose: true + +# If no radius is specified in a rollback or restore, this value will be +# used as the radius. Set to "0" to disable automatically adding a radius. +default-radius: 10 + +# The maximum radius that can be used in a command. Set to "0" to disable. +# To run a rollback or restore without a radius, you can use "r:#global". +max-radius: 100 + +# If enabled, items taken from containers (etc) will be included in rollbacks. +rollback-items: true + +# If enabled, entities, such as killed animals, will be included in rollbacks. +rollback-entities: true + +# If enabled, generic data, like zombies burning in daylight, won't be logged. +skip-generic-data: true + +# Logs blocks placed by players. +block-place: true + +# Logs blocks broken by players. +block-break: true + +# Logs blocks that break off of other blocks; for example, a sign or torch +# falling off of a dirt block that a player breaks. This is required for +# beds/doors to properly rollback. +natural-break: true + +# Properly track block movement, such as sand or gravel falling. +block-movement: true + +# Properly track blocks moved by pistons. +pistons: true + +# Logs blocks that burn up in a fire. +block-burn: true + +# Logs when a block naturally ignites, such as from fire spreading. +block-ignite: true + +# Logs explosions, such as TNT and Creepers. +explosions: true + +# Track when an entity changes a block, such as an Enderman destroying blocks. +entity-change: true + +# Logs killed entities, such as killed cows and enderman. +entity-kills: true + +# Logs text on signs. If disabled, signs will be blank when rolled back. +sign-text: true + +# Logs lava and water sources placed/removed by players who are using buckets. +buckets: true + +# Logs natural tree leaf decay. +leaf-decay: true + +# Logs tree growth. Trees are linked to the player who planted the sappling. +tree-growth: true + +# Logs mushroom growth. +mushroom-growth: true + +# Logs natural vine growth. +vine-growth: true + +# Logs when portals such as Nether portals generate naturally. +portals: true + +# Logs water flow. If water destroys other blocks, such as torches, +# this allows it to be properly rolled back. +water-flow: true + +# Logs lava flow. If lava destroys other blocks, such as torches, +# this allows it to be properly rolled back. +lava-flow: true + +# Allows liquid to be properly tracked and linked to players. +# For example, if a player places water which flows and destroys torches, +# it can all be properly restored by rolling back that single player. +liquid-tracking: true + +# Track item transactions, such as when a player takes items from +# a chest, furnace, or dispenser. +item-transactions: true + +# Logs items dropped by players. +item-drops: true + +# Logs items picked up by players. +item-pickups: true + +# Track all hopper transactions, such as when a hopper removes items from a +# chest, furnace, or dispenser. +hopper-transactions: true + +# Track player interactions, such as when a player opens a door, presses +# a button, or opens a chest. Player interactions can't be rolled back. +player-interactions: true + +# Logs messages that players send in the chat. +player-messages: true + +# Logs all commands used by players. +player-commands: true + +# Logs the logins and logouts of players. +player-sessions: true + +# Logs when a player changes their Minecraft username. +username-changes: true + +# Logs changes made via the plugin "WorldEdit" if it's in use on your server. +worldedit: true diff --git a/plugins/CoreProtect/database.db b/plugins/CoreProtect/database.db new file mode 100644 index 0000000..52ed7ea Binary files /dev/null and b/plugins/CoreProtect/database.db differ diff --git a/plugins/CoreProtect/language.yml b/plugins/CoreProtect/language.yml index 0cfeaf7..8edd816 100644 --- a/plugins/CoreProtect/language.yml +++ b/plugins/CoreProtect/language.yml @@ -1,197 +1,203 @@ -# CoreProtect Language File (en) - -ACTION_NOT_SUPPORTED: "That action is not supported by the command." -AMOUNT_BLOCK: "{0} {block|blocks}" -AMOUNT_CHUNK: "{0} {chunk|chunks}" -AMOUNT_ENTITY: "{0} {entity|entities}" -AMOUNT_ITEM: "{0} {item|items}" -API_TEST: "API test successful." -CACHE_ERROR: "WARNING: Error while validating {0} cache." -CACHE_RELOAD: "Forcing reload of {mapping|world} caches from database." -CHECK_CONFIG: "Please check config.yml" -COMMAND_NOT_FOUND: "Command \"{0}\" not found." -COMMAND_THROTTLED: "Please wait a moment and try again." -CONTAINER_HEADER: "Container Transactions" -DATABASE_BUSY: "Database busy. Please try again later." -DATABASE_INDEX_ERROR: "Unable to validate database indexes." -DATABASE_LOCKED_1: "Database locked. Waiting up to 15 seconds..." -DATABASE_LOCKED_2: "Database is already in use. Please try again." -DATABASE_LOCKED_3: "To disable database locking, set \"database-lock: false\"." -DATABASE_LOCKED_4: "Disabling database locking can result in data corruption." -DATABASE_UNREACHABLE: "Database is unreachable. Discarding data and shutting down." -DEVELOPMENT_BRANCH: "Development branch detected, skipping patch scripts." -DIRT_BLOCK: "Placed a dirt block under you." -DISABLE_SUCCESS: "Success! Disabled {0}" -ENABLE_FAILED: "{0} was unable to start." -ENABLE_SUCCESS: "{0} has been successfully enabled!" -ENJOY_COREPROTECT: "Enjoy {0}? Join our Discord!" -FINISHING_CONVERSION: "Finishing up data conversion. Please wait..." -FINISHING_LOGGING: "Finishing up data logging. Please wait..." -FIRST_VERSION: "Initial DB: {0}" -GLOBAL_LOOKUP: "Don't specify a radius to do a global lookup." -GLOBAL_ROLLBACK: "Use \"{0}\" to do a global {rollback|restore}" -HELP_ACTION_1: "Restrict the lookup to a certain action." -HELP_ACTION_2: "Examples: [a:block], [a:+block], [a:-block] [a:click], [a:container], [a:inventory], [a:item], [a:kill], [a:chat], [a:command], [a:sign], [a:session], [a:username]" -HELP_COMMAND: "Display more info for that command." -HELP_EXCLUDE_1: "Exclude blocks/users." -HELP_EXCLUDE_2: "Examples: [e:stone], [e:Notch], [e:stone,Notch]" -HELP_HEADER: "{0} Help" -HELP_INCLUDE_1: "Include specific blocks/entities." -HELP_INCLUDE_2: "Examples: [i:stone], [i:zombie], [i:stone,wood,bedrock]" -HELP_INSPECT_1: "With the inspector enabled, you can do the following:" -HELP_INSPECT_2: "Left-click a block to see who placed that block." -HELP_INSPECT_3: "Right-click a block to see what adjacent block was broken." -HELP_INSPECT_4: "Place a block to see what block was broken at that location." -HELP_INSPECT_5: "Place a block in liquid (etc) to see who placed it." -HELP_INSPECT_6: "Right-click on a door, chest, etc, to see who last used it." -HELP_INSPECT_7: "Tip: You can use just \"/co i\" for quicker access." -HELP_INSPECT_COMMAND: "Turns the block inspector on or off." -HELP_LIST: "Displays a list of all commands." -HELP_LOOKUP_1: "Command shortcut." -HELP_LOOKUP_2: "Use after inspecting a block to view logs." -HELP_LOOKUP_COMMAND: "Advanced block data lookup." -HELP_NO_INFO: "Information for command \"{0}\" not found." -HELP_PARAMETER: "Please see \"{0}\" for detailed parameter info." -HELP_PARAMS_1: "Perform the {lookup|rollback|restore}." -HELP_PARAMS_2: "Specify the user(s) to {lookup|rollback|restore}." -HELP_PARAMS_3: "Specify the amount of time to {lookup|rollback|restore}." -HELP_PARAMS_4: "Specify a radius area to limit the {lookup|rollback|restore} to." -HELP_PARAMS_5: "Restrict the {lookup|rollback|restore} to a certain action." -HELP_PARAMS_6: "Include specific blocks/entities in the {lookup|rollback|restore}." -HELP_PARAMS_7: "Exclude blocks/users from the {lookup|rollback|restore}." -HELP_PURGE_1: "Delete data older than specified time." -HELP_PURGE_2: "For example, \"{0}\" will delete all data older than one month, and only keep the last 30 days of data." -HELP_PURGE_COMMAND: "Delete old block data." -HELP_RADIUS_1: "Specify a radius area." -HELP_RADIUS_2: "Examples: [r:10] (Only make changes within 10 blocks of you)" -HELP_RELOAD_COMMAND: "Reloads the configuration file." -HELP_RESTORE_COMMAND: "Restore block data." -HELP_ROLLBACK_COMMAND: "Rollback block data." -HELP_STATUS: "View the plugin status and version information." -HELP_STATUS_COMMAND: "Displays the plugin status." -HELP_TELEPORT: "Teleport to a location." -HELP_TIME_1: "Specify the amount of time to lookup." -HELP_TIME_2: "Examples: [t:2w,5d,7h,2m,10s], [t:5d2h], [t:2.50h]" -HELP_USER_1: "Specify the user(s) to lookup." -HELP_USER_2: "Examples: [u:Notch], [u:Notch,#enderman]" -INCOMPATIBLE_ACTION: "\"{0}\" can't be used with that action." -INSPECTOR_ERROR: "Inspector already {enabled|disabled}." -INSPECTOR_TOGGLED: "Inspector now {enabled|disabled}." -INTEGRATION_ERROR: "Unable to {initialize|disable} {0} logging." -INTEGRATION_SUCCESS: "{0} logging successfully {initialized|disabled}." -INTEGRATION_VERSION: "Invalid {0} version found." -INTERACTIONS_HEADER: "Player Interactions" -INVALID_ACTION: "That is not a valid action." -INVALID_BRANCH_1: "Invalid plugin version (branch has not been set)." -INVALID_BRANCH_2: "To continue, set project branch to \"development\"." -INVALID_BRANCH_3: "Running development code may result in data corruption." -INVALID_CONTAINER: "Please inspect a valid container first." -INVALID_DONATION_KEY: "Invalid donation key." -INVALID_INCLUDE: "\"{0}\" is an invalid block/entity name." -INVALID_INCLUDE_COMBO: "That is an invalid block/entity combination." -INVALID_RADIUS: "Please enter a valid radius." -INVALID_SELECTION: "{0} selection not found." -INVALID_USERNAME: "\"{0}\" is an invalid username." -INVALID_WORLD: "Please specify a valid world." -LATEST_VERSION: "Latest Version: {0}" -LINK_DISCORD: "Discord: {0}" -LINK_DOWNLOAD: "Download: {0}" -LINK_PATREON: "Patreon: {0}" -LINK_WIKI_BLOCK: "Block Names: {0}" -LINK_WIKI_ENTITY: "Entity Names: {0}" -LOGGING_ITEMS: "{0} items left to log. Please wait..." -LOGGING_TIME_LIMIT: "Logging time limit reached. Discarding data and shutting down." -LOOKUP_BLOCK: "{0} {placed|broke} {1}." -LOOKUP_CONTAINER: "{0} {added|removed} {1} {2}." -LOOKUP_HEADER: "{0} Lookup Results" -LOOKUP_INTERACTION: "{0} {clicked|killed} {1}." -LOOKUP_ITEM: "{0} {picked up|dropped} {1} {2}." -LOOKUP_LOGIN: "{0} logged {in|out}." -LOOKUP_PAGE: "Page {0}" -LOOKUP_ROWS_FOUND: "{0} {row|rows} found." -LOOKUP_SEARCHING: "Lookup searching. Please wait..." -LOOKUP_STORAGE: "{0} {deposited|withdrew} {1} {2}." -LOOKUP_TIME: "{0} ago" -LOOKUP_USERNAME: "{0} logged in as {1}." -LOOKUP_VIEW_PAGE: "To view a page, type \"{0}\"." -MAXIMUM_RADIUS: "The maximum {lookup|rollback|restore} radius is {0}." -MISSING_ACTION_USER: "To use that action, please specify a user." -MISSING_LOOKUP_TIME: "Please specify the amount of time to {lookup|rollback|restore}." -MISSING_LOOKUP_USER: "Please specify a user or {block|radius} to lookup." -MISSING_PARAMETERS: "Please use \"{0}\"." -MISSING_ROLLBACK_RADIUS: "You did not specify a {rollback|restore} radius." -MISSING_ROLLBACK_USER: "You did not specify a {rollback|restore} user." -MYSQL_UNAVAILABLE: "Unable to connect to MySQL server." -NO_DATA: "No data found at {0}." -NO_DATA_LOCATION: "No {data|transactions|interactions|messages} found at this location." -NO_PERMISSION: "You do not have permission to do that." -NO_RESULTS: "No results found." -NO_RESULTS_PAGE: "No {results|data} found for that page." -NO_ROLLBACK: "No {pending|previous} rollback/restore found." -PATCH_INTERRUPTED: "Upgrade interrupted. Will try again on restart." -PATCH_OUTDATED_1: "Unable to upgrade databases older than {0}." -PATCH_OUTDATED_2: "Please upgrade with a supported version of CoreProtect." -PATCH_PROCESSING: "Processing new data. Please wait..." -PATCH_SKIP_UPDATE: "Skipping {table|index} {update|creation|removal} on {0}." -PATCH_STARTED: "Performing {0} upgrade. Please wait..." -PATCH_SUCCESS: "Successfully upgraded to {0}." -PATCH_UPGRADING: "Database upgrade in progress. Please wait..." -PLEASE_SELECT: "Please select: \"{0}\" or \"{1}\"." -PREVIEW_CANCELLED: "Preview cancelled." -PREVIEW_CANCELLING: "Cancelling preview..." -PREVIEW_CONTAINER: "You can't preview container transactions." -PREVIEW_IN_GAME: "You can only preview rollbacks in-game." -PURGE_ABORTED: "Purge failed. Database may be corrupt." -PURGE_ERROR: "Unable to process {0} data!" -PURGE_FAILED: "Purge failed. Please try again later." -PURGE_IN_PROGRESS: "Purge in progress. Please try again later." -PURGE_MINIMUM_TIME: "You can only purge data older than {0} {days|hours}." -PURGE_NOTICE_1: "Please note that this may take some time." -PURGE_NOTICE_2: "Do not restart your server until completed." -PURGE_OPTIMIZING: "Optimizing database. Please wait..." -PURGE_PROCESSING: "Processing {0} data..." -PURGE_REPAIRING: "Attempting to repair. This may take some time..." -PURGE_ROWS: "{0} {row|rows} of data deleted." -PURGE_STARTED: "Data purge started on \"{0}\"." -PURGE_SUCCESS: "Data purge successful." -RELOAD_STARTED: "Reloading configuration - please wait." -RELOAD_SUCCESS: "Configuration successfully reloaded." -ROLLBACK_ABORTED: "Rollback or restore aborted." -ROLLBACK_CHUNKS_FOUND: "Found {0} {chunk|chunks} to modify." -ROLLBACK_CHUNKS_MODIFIED: "Modified {0}/{1} {chunk|chunks}." -ROLLBACK_COMPLETED: "{Rollback|Restore|Preview} completed for \"{0}\"." -ROLLBACK_EXCLUDED_USERS: "Excluded {user|users}: \"{0}\"." -ROLLBACK_INCLUDE: "{Included|Excluded} {block|entity|target} {type|types}: \"{0}\"." -ROLLBACK_IN_PROGRESS: "A rollback/restore is already in progress." -ROLLBACK_LENGTH: "Time taken: {0} {second|seconds}." -ROLLBACK_MODIFIED: "{Modified|Modifying} {0}." -ROLLBACK_RADIUS: "Radius: {0} {block|blocks}." -ROLLBACK_SELECTION: "Radius set to \"{0}\"." -ROLLBACK_STARTED: "{Rollback|Restore|Preview} started on \"{0}\"." -ROLLBACK_TIME: "Time range: {0}." -ROLLBACK_WORLD_ACTION: "Restricted to {world|action} \"{0}\"." -SIGN_HEADER: "Sign Messages" -STATUS_CONSUMER: "Consumer: {0} {item|items} in queue." -STATUS_DATABASE: "Database: Using {0}." -STATUS_INTEGRATION: "{0}: Integration {enabled|disabled}." -STATUS_LICENSE: "License: {0}" -STATUS_VERSION: "Version: {0}" -TELEPORTED: "Teleported to {0}." -TELEPORTED_SAFETY: "Teleported you to safety." -TELEPORT_PLAYERS: "Teleport command can only be used by players." -TIME_DAYS: "{0} {day|days}" -TIME_HOURS: "{0} {hour|hours}" -TIME_MINUTES: "{0} {minute|minutes}" -TIME_SECONDS: "{0} {second|seconds}" -TIME_WEEKS: "{0} {week|weeks}" -UPDATE_ERROR: "An error occurred while checking for updates." -UPDATE_HEADER: "{0} Update" -UPDATE_NOTICE: "Notice: {0} is now available." -UPGRADE_IN_PROGRESS: "Upgrade in progress. Please try again later." -USER_NOT_FOUND: "User \"{0}\" not found." -USING_MYSQL: "Using MySQL for data storage." -USING_SQLITE: "Using SQLite for data storage." -VALID_DONATION_KEY: "Valid donation key." -VERSION_NOTICE: "Version {0} is now available." -VERSION_REQUIRED: "{0} {1} or higher is required." -WORLD_NOT_FOUND: "World \"{0}\" not found." \ No newline at end of file +# CoreProtect Language File (en) + +ACTION_NOT_SUPPORTED: "That action is not supported by the command." +AMOUNT_BLOCK: "{0} {block|blocks}" +AMOUNT_CHUNK: "{0} {chunk|chunks}" +AMOUNT_ENTITY: "{0} {entity|entities}" +AMOUNT_ITEM: "{0} {item|items}" +API_TEST: "API test successful." +CACHE_ERROR: "WARNING: Error while validating {0} cache." +CACHE_RELOAD: "Forcing reload of {mapping|world} caches from database." +CHECK_CONFIG: "Please check config.yml" +COMMAND_NOT_FOUND: "Command \"{0}\" not found." +COMMAND_THROTTLED: "Please wait a moment and try again." +CONTAINER_HEADER: "Container Transactions" +DATABASE_BUSY: "Database busy. Please try again later." +DATABASE_INDEX_ERROR: "Unable to validate database indexes." +DATABASE_LOCKED_1: "Database locked. Waiting up to 15 seconds..." +DATABASE_LOCKED_2: "Database is already in use. Please try again." +DATABASE_LOCKED_3: "To disable database locking, set \"database-lock: false\"." +DATABASE_LOCKED_4: "Disabling database locking can result in data corruption." +DATABASE_UNREACHABLE: "Database is unreachable. Discarding data and shutting down." +DEVELOPMENT_BRANCH: "Development branch detected, skipping patch scripts." +DIRT_BLOCK: "Placed a dirt block under you." +DISABLE_SUCCESS: "Success! Disabled {0}" +ENABLE_FAILED: "{0} was unable to start." +ENABLE_SUCCESS: "{0} has been successfully enabled!" +ENJOY_COREPROTECT: "Enjoy {0}? Join our Discord!" +FINISHING_CONVERSION: "Finishing up data conversion. Please wait..." +FINISHING_LOGGING: "Finishing up data logging. Please wait..." +FIRST_VERSION: "Initial DB: {0}" +GLOBAL_LOOKUP: "Don't specify a radius to do a global lookup." +GLOBAL_ROLLBACK: "Use \"{0}\" to do a global {rollback|restore}" +HELP_ACTION_1: "Restrict the lookup to a certain action." +HELP_ACTION_2: "Examples: [a:block], [a:+block], [a:-block] [a:click], [a:container], [a:inventory], [a:item], [a:kill], [a:chat], [a:command], [a:sign], [a:session], [a:username]" +HELP_COMMAND: "Display more info for that command." +HELP_EXCLUDE_1: "Exclude blocks/users." +HELP_EXCLUDE_2: "Examples: [e:stone], [e:Notch], [e:stone,Notch]" +HELP_HEADER: "{0} Help" +HELP_INCLUDE_1: "Include specific blocks/entities." +HELP_INCLUDE_2: "Examples: [i:stone], [i:zombie], [i:stone,wood,bedrock]" +HELP_INSPECT_1: "With the inspector enabled, you can do the following:" +HELP_INSPECT_2: "Left-click a block to see who placed that block." +HELP_INSPECT_3: "Right-click a block to see what adjacent block was broken." +HELP_INSPECT_4: "Place a block to see what block was broken at that location." +HELP_INSPECT_5: "Place a block in liquid (etc) to see who placed it." +HELP_INSPECT_6: "Right-click on a door, chest, etc, to see who last used it." +HELP_INSPECT_7: "Tip: You can use just \"/co i\" for quicker access." +HELP_INSPECT_COMMAND: "Turns the block inspector on or off." +HELP_LIST: "Displays a list of all commands." +HELP_LOOKUP_1: "Command shortcut." +HELP_LOOKUP_2: "Use after inspecting a block to view logs." +HELP_LOOKUP_COMMAND: "Advanced block data lookup." +HELP_NO_INFO: "Information for command \"{0}\" not found." +HELP_PARAMETER: "Please see \"{0}\" for detailed parameter info." +HELP_PARAMS_1: "Perform the {lookup|rollback|restore}." +HELP_PARAMS_2: "Specify the user(s) to {lookup|rollback|restore}." +HELP_PARAMS_3: "Specify the amount of time to {lookup|rollback|restore}." +HELP_PARAMS_4: "Specify a radius area to limit the {lookup|rollback|restore} to." +HELP_PARAMS_5: "Restrict the {lookup|rollback|restore} to a certain action." +HELP_PARAMS_6: "Include specific blocks/entities in the {lookup|rollback|restore}." +HELP_PARAMS_7: "Exclude blocks/users from the {lookup|rollback|restore}." +HELP_PURGE_1: "Delete data older than specified time." +HELP_PURGE_2: "For example, \"{0}\" will delete all data older than one month, and only keep the last 30 days of data." +HELP_PURGE_COMMAND: "Delete old block data." +HELP_RADIUS_1: "Specify a radius area." +HELP_RADIUS_2: "Examples: [r:10] (Only make changes within 10 blocks of you)" +HELP_RELOAD_COMMAND: "Reloads the configuration file." +HELP_RESTORE_COMMAND: "Restore block data." +HELP_ROLLBACK_COMMAND: "Rollback block data." +HELP_STATUS: "View the plugin status and version information." +HELP_STATUS_COMMAND: "Displays the plugin status." +HELP_TELEPORT: "Teleport to a location." +HELP_TIME_1: "Specify the amount of time to lookup." +HELP_TIME_2: "Examples: [t:2w,5d,7h,2m,10s], [t:5d2h], [t:2.50h]" +HELP_USER_1: "Specify the user(s) to lookup." +HELP_USER_2: "Examples: [u:Notch], [u:Notch,#enderman]" +INCOMPATIBLE_ACTION: "\"{0}\" can't be used with that action." +INSPECTOR_ERROR: "Inspector already {enabled|disabled}." +INSPECTOR_TOGGLED: "Inspector now {enabled|disabled}." +INTEGRATION_ERROR: "Unable to {initialize|disable} {0} logging." +INTEGRATION_SUCCESS: "{0} logging successfully {initialized|disabled}." +INTEGRATION_VERSION: "Invalid {0} version found." +INTERACTIONS_HEADER: "Player Interactions" +INVALID_ACTION: "That is not a valid action." +INVALID_BRANCH_1: "Invalid plugin version (branch has not been set)." +INVALID_BRANCH_2: "To continue, set project branch to \"development\"." +INVALID_BRANCH_3: "Running development code may result in data corruption." +INVALID_CONTAINER: "Please inspect a valid container first." +INVALID_DONATION_KEY: "Invalid donation key." +INVALID_INCLUDE: "\"{0}\" is an invalid block/entity name." +INVALID_INCLUDE_COMBO: "That is an invalid block/entity combination." +INVALID_RADIUS: "Please enter a valid radius." +INVALID_SELECTION: "{0} selection not found." +INVALID_USERNAME: "\"{0}\" is an invalid username." +INVALID_WORLD: "Please specify a valid world." +LATEST_VERSION: "Latest Version: {0}" +LINK_DISCORD: "Discord: {0}" +LINK_DOWNLOAD: "Download: {0}" +LINK_PATREON: "Patreon: {0}" +LINK_WIKI_BLOCK: "Block Names: {0}" +LINK_WIKI_ENTITY: "Entity Names: {0}" +LOGGING_ITEMS: "{0} items left to log. Please wait..." +LOGGING_TIME_LIMIT: "Logging time limit reached. Discarding data and shutting down." +LOOKUP_BLOCK: "{0} {placed|broke} {1}." +LOOKUP_CONTAINER: "{0} {added|removed} {1} {2}." +LOOKUP_HEADER: "{0} Lookup Results" +LOOKUP_INTERACTION: "{0} {clicked|killed} {1}." +LOOKUP_ITEM: "{0} {picked up|dropped} {1} {2}." +LOOKUP_LOGIN: "{0} logged {in|out}." +LOOKUP_PAGE: "Page {0}" +LOOKUP_ROWS_FOUND: "{0} {row|rows} found." +LOOKUP_SEARCHING: "Lookup searching. Please wait..." +LOOKUP_STORAGE: "{0} {deposited|withdrew} {1} {2}." +LOOKUP_TIME: "{0} ago" +LOOKUP_USERNAME: "{0} logged in as {1}." +LOOKUP_VIEW_PAGE: "To view a page, type \"{0}\"." +MAXIMUM_RADIUS: "The maximum {lookup|rollback|restore} radius is {0}." +MISSING_ACTION_USER: "To use that action, please specify a user." +MISSING_LOOKUP_TIME: "Please specify the amount of time to {lookup|rollback|restore}." +MISSING_LOOKUP_USER: "Please specify a user or {block|radius} to lookup." +MISSING_PARAMETERS: "Please use \"{0}\"." +MISSING_ROLLBACK_RADIUS: "You did not specify a {rollback|restore} radius." +MISSING_ROLLBACK_USER: "You did not specify a {rollback|restore} user." +MYSQL_UNAVAILABLE: "Unable to connect to MySQL server." +NO_DATA: "No data found at {0}." +NO_DATA_LOCATION: "No {data|transactions|interactions|messages} found at this location." +NO_PERMISSION: "You do not have permission to do that." +NO_RESULTS: "No results found." +NO_RESULTS_PAGE: "No {results|data} found for that page." +NO_ROLLBACK: "No {pending|previous} rollback/restore found." +PATCH_INTERRUPTED: "Upgrade interrupted. Will try again on restart." +PATCH_OUTDATED_1: "Unable to upgrade databases older than {0}." +PATCH_OUTDATED_2: "Please upgrade with a supported version of CoreProtect." +PATCH_PROCESSING: "Processing new data. Please wait..." +PATCH_SKIP_UPDATE: "Skipping {table|index} {update|creation|removal} on {0}." +PATCH_STARTED: "Performing {0} upgrade. Please wait..." +PATCH_SUCCESS: "Successfully upgraded to {0}." +PATCH_UPGRADING: "Database upgrade in progress. Please wait..." +PLEASE_SELECT: "Please select: \"{0}\" or \"{1}\"." +PREVIEW_CANCELLED: "Preview cancelled." +PREVIEW_CANCELLING: "Cancelling preview..." +PREVIEW_CONTAINER: "You can't preview container transactions." +PREVIEW_IN_GAME: "You can only preview rollbacks in-game." +PURGE_ABORTED: "Purge failed. Database may be corrupt." +PURGE_ERROR: "Unable to process {0} data!" +PURGE_FAILED: "Purge failed. Please try again later." +PURGE_IN_PROGRESS: "Purge in progress. Please try again later." +PURGE_MINIMUM_TIME: "You can only purge data older than {0} {days|hours}." +PURGE_NOTICE_1: "Please note that this may take some time." +PURGE_NOTICE_2: "Do not restart your server until completed." +PURGE_OPTIMIZING: "Optimizing database. Please wait..." +PURGE_PROCESSING: "Processing {0} data..." +PURGE_REPAIRING: "Attempting to repair. This may take some time..." +PURGE_ROWS: "{0} {row|rows} of data deleted." +PURGE_STARTED: "Data purge started on \"{0}\"." +PURGE_SUCCESS: "Data purge successful." +RELOAD_STARTED: "Reloading configuration - please wait." +RELOAD_SUCCESS: "Configuration successfully reloaded." +ROLLBACK_ABORTED: "Rollback or restore aborted." +ROLLBACK_CHUNKS_FOUND: "Found {0} {chunk|chunks} to modify." +ROLLBACK_CHUNKS_MODIFIED: "Modified {0}/{1} {chunk|chunks}." +ROLLBACK_COMPLETED: "{Rollback|Restore|Preview} completed for \"{0}\"." +ROLLBACK_EXCLUDED_USERS: "Excluded {user|users}: \"{0}\"." +ROLLBACK_INCLUDE: "{Included|Excluded} {block|entity|target} {type|types}: \"{0}\"." +ROLLBACK_IN_PROGRESS: "A rollback/restore is already in progress." +ROLLBACK_LENGTH: "Time taken: {0} {second|seconds}." +ROLLBACK_MODIFIED: "{Modified|Modifying} {0}." +ROLLBACK_RADIUS: "Radius: {0} {block|blocks}." +ROLLBACK_SELECTION: "Radius set to \"{0}\"." +ROLLBACK_STARTED: "{Rollback|Restore|Preview} started on \"{0}\"." +ROLLBACK_TIME: "Time range: {0}." +ROLLBACK_WORLD_ACTION: "Restricted to {world|action} \"{0}\"." +SIGN_HEADER: "Sign Messages" +STATUS_CONSUMER: "Consumer: {0} {item|items} in queue." +STATUS_DATABASE: "Database: Using {0}." +STATUS_INTEGRATION: "{0}: Integration {enabled|disabled}." +STATUS_LICENSE: "License: {0}" +STATUS_VERSION: "Version: {0}" +TELEPORTED: "Teleported to {0}." +TELEPORTED_SAFETY: "Teleported you to safety." +TELEPORT_PLAYERS: "Teleport command can only be used by players." +TIME_DAYS: "{0} {day|days}" +TIME_HOURS: "{0} {hour|hours}" +TIME_MINUTES: "{0} {minute|minutes}" +TIME_SECONDS: "{0} {second|seconds}" +TIME_WEEKS: "{0} {week|weeks}" +UPDATE_ERROR: "An error occurred while checking for updates." +UPDATE_HEADER: "{0} Update" +UPDATE_NOTICE: "Notice: {0} is now available." +UPGRADE_IN_PROGRESS: "Upgrade in progress. Please try again later." +USER_NOT_FOUND: "User \"{0}\" not found." +USING_MYSQL: "Using MySQL for data storage." +USING_SQLITE: "Using SQLite for data storage." +VALID_DONATION_KEY: "Valid donation key." +VERSION_NOTICE: "Version {0} is now available." +VERSION_REQUIRED: "{0} {1} or higher is required." +WORLD_NOT_FOUND: "World \"{0}\" not found." +COMMAND_CONSOLE: "Please run the command from the console." +CONSUMER_ERROR: "Consumer queue processing already {paused|resumed}." +CONSUMER_TOGGLED: "Consumer queue processing has been {paused|resumed}." +LOOKUP_PROJECTILE: "{0} {threw|shot} {1} {2}." +PREVIEW_TRANSACTION: "You can't preview {container|inventory} transactions." +USER_OFFLINE: "The user \"{0}\" is not online." \ No newline at end of file diff --git a/plugins/Dynmap-3.4-beta-3-spigot.jar b/plugins/Dynmap-3.4-beta-3-spigot.jar deleted file mode 100644 index c4c2ad3..0000000 Binary files a/plugins/Dynmap-3.4-beta-3-spigot.jar and /dev/null differ diff --git a/plugins/Dynmap-3.4-beta-4-spigot.jar b/plugins/Dynmap-3.4-beta-4-spigot.jar new file mode 100644 index 0000000..426e340 Binary files /dev/null and b/plugins/Dynmap-3.4-beta-4-spigot.jar differ diff --git a/plugins/Essentials/config.yml b/plugins/Essentials/config.yml index 3528a08..d249c81 100644 --- a/plugins/Essentials/config.yml +++ b/plugins/Essentials/config.yml @@ -1,1173 +1,1173 @@ -############################################################ -# +------------------------------------------------------+ # -# | Notes | # -# +------------------------------------------------------+ # -############################################################ - -# This is the config file for EssentialsX. -# This config was generated for version 2.19.2. - -# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI. -# If you receive an error when Essentials loads, ensure that: -# - No tabs are present: YAML only allows spaces -# - Indents are correct: YAML hierarchy is based entirely on indentation -# - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrophe) -# - Text with symbols is enclosed in single or double quotation marks - -# If you need help, you can join the EssentialsX community: https://essentialsx.net/community.html - -############################################################ -# +------------------------------------------------------+ # -# | Essentials (Global) | # -# +------------------------------------------------------+ # -############################################################ - -# A color code between 0-9 or a-f. Set to 'none' to disable. -# In 1.16+ you can use hex color codes here as well. (For example, #613e1d is brown). -ops-name-color: '4' - -# The character(s) to prefix all nicknames, so that you know they are not true usernames. -nickname-prefix: '~' - -# The maximum length allowed in nicknames. The nickname prefix is included in this. -max-nick-length: 15 - -# A list of phrases that cannot be used in nicknames. You can include regular expressions here. -# Users with essentials.nick.blacklist.bypass will be able to bypass this filter. -nick-blacklist: -#- Notch -#- '^Dinnerbone' - -# When this option is enabled, nickname length checking will exclude color codes in player names. -# ie: "&6Notch" has 7 characters (2 are part of a color code), a length of 5 is used when this option is set to true -ignore-colors-in-max-nick-length: false - -# When this option is enabled, display names for hidden users will not be shown. This prevents players from being -# able to see that they are online while vanished. -hide-displayname-in-vanish: true - -# Disable this if you have any other plugin, that modifies the displayname of a user. -change-displayname: true - -# This option will cause Essentials to show players' displaynames instead of usernames when tab completing Essentials commands. -change-tab-complete-name: false - -# When this option is enabled, the (tab) player list will be updated with the displayname. -# The value of change-displayname (above) has to be true. -#change-playerlist: true - -# When EssentialsChat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname. -# This setting is ignored if EssentialsChat.jar is used, and defaults to 'true'. -# The value of change-displayname (above) has to be true. -# Do not edit this setting unless you know what you are doing! -#add-prefix-suffix: false - -# When this option is enabled, player prefixes will be shown in the playerlist. -# This feature only works for Minecraft version 1.8 and higher. -# This value of change-playerlist has to be true -#add-prefix-in-playerlist: true - -# When this option is enabled, player suffixes will be shown in the playerlist. -# This feature only works for Minecraft version 1.8 and higher. -# This value of change-playerlist has to be true -#add-suffix-in-playerlist: true - -# If the teleport destination is unsafe, should players be teleported to the nearest safe location? -# If this is set to true, Essentials will attempt to teleport players close to the intended destination. -# If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning. -teleport-safety: true - -# This forcefully disables teleport safety checks without a warning if attempting to teleport to unsafe locations. -# teleport-safety and this option need to be set to true to force teleportation to dangerous locations. -force-disable-teleport-safety: false - -# If a player is teleporting to an unsafe location in creative, adventure, or god mode; they will not be teleported to a -# safe location. If you'd like players to be teleported to a safe location all of the time, set this option to true. -force-safe-teleport-location: false - -# If a player has any passengers, the teleport will fail. Should their passengers be dismounted before they are teleported? -# If this is set to true, Essentials will dismount the player's passengers before teleporting. -# If this is set to false, attempted teleports will be canceled with a warning. -teleport-passenger-dismount: true - -# The delay, in seconds, required between /home, /tp, etc. -teleport-cooldown: 0 - -# The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport is cancelled. -teleport-delay: 0 - -# The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command. -# This will also prevent the player attacking other players. -teleport-invulnerability: 4 - -# Whether to make all teleportations go to the center of the block; where the x and z coordinates decimal become .5 -teleport-to-center: true - -# The delay, in seconds, required between /heal or /feed attempts. -heal-cooldown: 60 - -# Do you want to remove potion effects when healing a player? -remove-effects-on-heal: true - -# Near Radius -# The default radius with /near -# Used to use chat radius but we are going to make it separate. -near-radius: 200 - -# What to prevent from /item and /give. -# e.g item-spawn-blacklist: 10,11,46 -item-spawn-blacklist: - -# Set this to true if you want permission based item spawn rules. -# Note: The blacklist above will be ignored then. -# Example permissions (these go in your permissions manager): -# - essentials.itemspawn.item-all -# - essentials.itemspawn.item-[itemname] -# - essentials.itemspawn.item-[itemid] -# - essentials.give.item-all -# - essentials.give.item-[itemname] -# - essentials.give.item-[itemid] -# - essentials.unlimited.item-all -# - essentials.unlimited.item-[itemname] -# - essentials.unlimited.item-[itemid] -# - essentials.unlimited.item-bucket # Unlimited liquid placing -# -# For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive -permission-based-item-spawn: false - -# Mob limit on the /spawnmob command per execution. -spawnmob-limit: 10 - -# Shall we notify users when using /lightning? -warn-on-smite: true - -# Shall we drop items instead of adding to inventory if the target inventory is full? -drop-items-if-full: false - -# Essentials Mail Notification -# Should we notify players if they have no new mail? -notify-no-new-mail: true - -# Specifies the duration (in seconds) between each time a player is notified of mail they have. -# Useful for servers with a lot of mail traffic. -notify-player-of-mail-cooldown: 60 - -# The motd and rules are now configured in the files motd.txt and rules.txt. - -# When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority. -# Commands in this list, will tell Essentials to 'not give up' the command to other plugins. -# In this state, which plugin 'wins' appears to be almost random. -# -# If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias. -# To force essentials to take 'god' alias 'god' to 'egod'. -# See http://wiki.bukkit.org/Commands.yml#aliases for more information. - -overridden-commands: -# - god -# - info - -# Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts. -# You should not have to disable commands used in other plugins, they will automatically get priority. -# See http://wiki.bukkit.org/Commands.yml#aliases to map commands to other plugins. -disabled-commands: -# - nick -# - clear - -# Whether or not Essentials should show detailed command usages. -# If set to false, Essentials will collapse all usages in to one single usage message. -verbose-command-usages: true - -# These commands will be shown to players with socialSpy enabled. -# You can add commands from other plugins you may want to track or -# remove commands that are used for something you dont want to spy on. -# Set - '*' in order to listen on all possible commands. -socialspy-commands: - - msg - - w - - r - - mail - - m - - t - - whisper - - emsg - - tell - - er - - reply - - ereply - - email - - action - - describe - - eme - - eaction - - edescribe - - etell - - ewhisper - - pm - -# Whether the private and public messages from muted players should appear in the social spy. -# If so, they will be differentiated from those sent by normal players. -socialspy-listen-muted-players: true - -# Whether social spy should spy on private messages or just the commands from the list above. -# If false, social spy will only monitor commands from the list above. -socialspy-messages: true - -# The following settings listen for when a player changes worlds. -# If you use another plugin to control speed and flight, you should change these to false. - -# When a player changes world, should EssentialsX reset their flight? -# This will disable flight if the player does not have essentials.fly. -world-change-fly-reset: true - -# When a player changes world, should we reset their speed according to their permissions? -# This resets the player's speed to the default if they don't have essentials.speed. -# If the player doesn't have essentials.speed.bypass, this resets their speed to the maximum specified above. -world-change-speed-reset: true - -# Mute Commands -# These commands will be disabled when a player is muted. -# Use '*' to disable every command. -# Essentials already disabled Essentials messaging commands by default. -# It only cares about the root command, not args after that (it sees /f chat the same as /f) -mute-commands: - - f - - kittycannon - # - '*' - -# If you do not wish to use a permission system, you can define a list of 'player perms' below. -# This list has no effect if you are using a supported permissions system. -# If you are using an unsupported permissions system, simply delete this section. -# Whitelist the commands and permissions you wish to give players by default (everything else is op only). -# These are the permissions without the "essentials." part. -# -# To enable this feature, please set use-bukkit-permissions to false. -player-commands: - - afk - - afk.auto - - back - - back.ondeath - - balance - - balance.others - - balancetop - - build - - chat.color - - chat.format - - chat.shout - - chat.question - - clearinventory - - compass - - depth - - delhome - - getpos - - geoip.show - - help - - helpop - - home - - home.others - - ignore - - info - - itemdb - - kit - - kits.tools - - list - - mail - - mail.send - - me - - motd - - msg - - msg.color - - nick - - near - - pay - - ping - - protect - - r - - rules - - realname - - seen - - sell - - sethome - - setxmpp - - signs.create.protection - - signs.create.trade - - signs.break.protection - - signs.break.trade - - signs.use.balance - - signs.use.buy - - signs.use.disposal - - signs.use.enchant - - signs.use.free - - signs.use.gamemode - - signs.use.heal - - signs.use.info - - signs.use.kit - - signs.use.mail - - signs.use.protection - - signs.use.repair - - signs.use.sell - - signs.use.time - - signs.use.trade - - signs.use.warp - - signs.use.weather - - spawn - - suicide - - time - - tpa - - tpaccept - - tpahere - - tpdeny - - warp - - warp.list - - world - - worth - - xmpp - -# Use this option to force superperms-based permissions handler regardless of detected installed perms plugin. -# This is useful if you want superperms-based permissions (with wildcards) for custom permissions plugins. -# If you wish to use EssentialsX's built-in permissions using the `player-commands` section above, set this to false. -# Default is true. -use-bukkit-permissions: true - -# When this option is enabled, one-time use kits (ie. delay < 0) will be -# removed from the /kit list when a player can no longer use it -skip-used-one-time-kits-from-kit-list: false - -# When enabled, armor from kits will automatically be equipped as long as the player's armor slots are empty. -kit-auto-equip: false - -# Determines the functionality of the /createkit command. -# If this is true, /createkit will give the user a link with the kit code. -# If this is false, /createkit will add the kit to the kits.yml config file directly. -# Default is false. -pastebin-createkit: false - -# Determines if /createkit will generate kits using NBT item serialization. -# If this is true, /createkit will store items as NBT; otherwise, it will use Essentials' human-readable item format. -# By using NBT serialization, /createkit can store items with complex metadata such as shulker boxes and weapons with custom attributes. -# WARNING: This option only works on 1.15.2+ Paper servers, and it will bypass any custom serializers from other plugins such as Magic. -# WARNING: When creating kits via /createkit with this option enabled, you will not be able to downgrade your server with these kit items. -# This option only affects /createkit - you can still create kits by hand in `kits.yml` using Essentials' human-readable item format. -# Default is false. -use-nbt-serialization-in-createkit: false - -# Essentials Sign Control -# See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these. -# To enable signs, remove # symbol. To disable all signs, comment/remove each sign. -# Essentials colored sign support will be enabled when any sign types are enabled. -# Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given. - -enabledSigns: - #- color - #- balance - #- buy - #- sell - #- trade - #- free - #- warp - #- kit - #- mail - #- enchant - #- gamemode - #- heal - #- info - #- spawnmob - #- repair - #- time - #- weather - #- anvil - #- cartography - #- disposal - #- grindstone - #- loom - #- smithing - #- workbench - -# How many times per second can Essentials signs be interacted with per player. -# Values should be between 1-20, 20 being virtually no lag protection. -# Lower numbers will reduce the possibility of lag, but may annoy players. -sign-use-per-second: 4 - -# Allow item IDs on pre-existing signs on 1.13 and above. -# You cannot use item IDs on new signs, but this will allow players to interact with signs that -# were placed before 1.13. -allow-old-id-signs: false - -# List of sign names Essentials should not protect. This feature is especially useful when -# another plugin provides a sign that EssentialsX provides, but Essentials overrides. -# For example, if a plugin provides a [kit] sign, and you wish to use theirs instead of -# Essentials's, then simply add kit below and Essentials will not protect it. -# -# See https://github.com/drtshock/Essentials/pull/699 for more information. -unprotected-sign-names: - #- kit - -# Backup runs a custom batch/bash command at a specified interval. -# The server will save the world before executing the backup command, and disable -# saving during the backup to prevent world corruption or other conflicts. -# Backups can also be triggered manually with /backup. -backup: - # Interval in minutes. - interval: 30 - # If true, the backup task will run even if there are no players online. - always-run: false - # Unless you add a valid backup command or script here, this feature will be useless. - # Use 'save-all' to simply force regular world saving without backup. - # The example command below utilizes rdiff-backup: https://rdiff-backup.net/ - #command: 'rdiff-backup World1 backups/World1' - -# Set this true to enable permission per warp. -per-warp-permission: false - -# Sort output of /list command by groups. -# You can hide and merge the groups displayed in /list by defining the desired behaviour here. -# Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List -list: - # To merge groups, list the groups you wish to merge - #Staff: owner admin moderator - Admins: owner admin - # To limit groups, set a max user limit - #builder: 20 - # To hide groups, set the group as hidden - #default: hidden - # Uncomment the line below to simply list all players with no grouping - #Players: '*' - -# Displays real names in /list next to players who are using a nickname. -real-names-on-list: false - -# More output to the console. -debug: false - -# Set the locale for all messages. -# If you don't set this, the default locale of the server will be used. -# For example, to set language to English, set locale to en, to use the file "messages_en.properties". -# Don't forget to remove the # in front of the line. -# For more information, visit http://wiki.ess3.net/wiki/Locale -#locale: en - -# Turn off god mode when people leave the server. -remove-god-on-disconnect: false - -# Auto-AFK -# After this timeout in seconds, the user will be set as AFK. -# This feature requires the player to have essentials.afk.auto node. -# Set to -1 for no timeout. -auto-afk: 300 - -# Auto-AFK Kick -# After this timeout in seconds, the user will be kicked from the server. -# essentials.afk.kickexempt node overrides this feature. -# Set to -1 for no timeout. -auto-afk-kick: -1 - -# Set this to true, if you want to freeze the player, if the player is AFK. -# Other players or monsters can't push the player out of AFK mode then. -# This will also enable temporary god mode for the AFK player. -# The player has to use the command /afk to leave the AFK mode. -freeze-afk-players: false - -# When the player is AFK, should he be able to pickup items? -# Enable this, when you don't want people idling in mob traps. -disable-item-pickup-while-afk: false - -# This setting controls if a player is marked as active on interaction. -# When this setting is false, the player would need to manually un-AFK using the /afk command. -cancel-afk-on-interact: true - -# Should we automatically remove afk status when a player moves? -# Player will be removed from AFK on chat/command regardless of this setting. -# Disable this to reduce server lag. -cancel-afk-on-move: true - -# Should we automatically remove afk status when a player sends a chat message? -cancel-afk-on-chat: true - -# Should AFK players be ignored when other players are trying to sleep? -# When this setting is false, players won't be able to skip the night if some players are AFK. -# Users with the permission node essentials.sleepingignored will always be ignored. -sleep-ignores-afk-players: true - -# Should vanished players be ignored when other players are trying to sleep? -# When this setting is false, player's won't be able to skip the night if vanished players are not sleeping. -# Users with the permission node essentials.sleepingignored will always be ignored. -sleep-ignores-vanished-player: true - -# Set the player's list name when they are AFK. This is none by default which specifies that Essentials -# should not interfere with the AFK player's list name. -# You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname. -afk-list-name: "none" - -# When a player enters or exits AFK mode, should the AFK notification be broadcast -# to the entire server, or just to the player? -# When this setting is false, only the player will be notified upon changing their AFK state. -broadcast-afk-message: true - -# You can disable the death messages of Minecraft here. -death-messages: true - -# How should essentials handle players with the essentials.keepinv permission who have items with -# curse of vanishing when they die? -# You can set this to "keep" (to keep the item), "drop" (to drop the item), or "delete" (to delete the item). -# Defaults to "keep" -vanishing-items-policy: keep - -# How should essentials handle players with the essentials.keepinv permission who have items with -# curse of binding when they die? -# You can set this to "keep" (to keep the item), "drop" (to drop the item), or "delete" (to delete the item). -# Defaults to "keep" -binding-items-policy: keep - -# When players die, should they receive the coordinates they died at? -send-info-after-death: false - -# Should players with permissions be able to join and part silently? -# You can control this with essentials.silentjoin and essentials.silentquit permissions if it is enabled. -# In addition, people with essentials.silentjoin.vanish will be vanished on join. -allow-silent-join-quit: false - -# You can set custom join and quit messages here. Set this to "none" to use the default Minecraft message, -# or set this to "" to hide the message entirely. - -# Available placeholders: -# {PLAYER} - The player's displayname. -# {USERNAME} - The player's username. -# {PREFIX} - The player's prefix. -# {SUFFIX} - The player's suffix. -# {ONLINE} - The number of players online. -# {UNIQUE} - The number of unique players to join the server. -# {UPTIME} - The amount of time the server has been online. -custom-join-message: "none" -custom-quit-message: "none" - -# You can set a custom join message for users who join with a new username here. -# This message will only be used if a user has joined before and have since changed their username. -# This will be displayed INSTEAD OF custom-join-message, so if you intend to keep them similar, make sure they match. -# Set this to "none" to use the the "custom-join-message" above for every join. - -# Available placeholders: -# {PLAYER} - The player's displayname. -# {USERNAME} - The player's username. -# {OLDUSERNAME} - The player's old username. -# {PREFIX} - The player's prefix. -# {SUFFIX} - The player's suffix. -# {ONLINE} - The number of players online. -# {UNIQUE} - The number of unique players to join the server. -# {UPTIME} - The amount of time the server has been online. -custom-new-username-message: "none" - -# Should Essentials override the vanilla "Server Full" message with its own from the language file? -# Set to false to keep the vanilla message. -use-custom-server-full-message: true - -# You can disable join and quit messages when the player count reaches a certain limit. -# When the player count is below this number, join/quit messages will always be shown. -# Set this to -1 to always show join and quit messages regardless of player count. -hide-join-quit-messages-above: -1 - -# Add worlds to this list, if you want to automatically disable god mode there. -no-god-in-worlds: -# - world_nether - -# Set to true to enable per-world permissions for teleporting between worlds with essentials commands. -# This applies to /world, /back, /tp[a|o][here|all], but not warps. -# Give someone permission to teleport to a world with essentials.worlds. -# This does not affect the /home command, there is a separate toggle below for this. -world-teleport-permissions: false - -# The number of items given if the quantity parameter is left out in /item or /give. -# If this number is below 1, the maximum stack size size is given. If over-sized stacks. -# are not enabled, any number higher than the maximum stack size results in more than one stack. -default-stack-size: -1 - -# Over-sized stacks are stacks that ignore the normal max stack size. -# They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission. -# How many items should be in an over-sized stack? -oversized-stacksize: 64 - -# Allow repair of enchanted weapons and armor. -# If you set this to false, you can still allow it for certain players using the permission. -# essentials.repair.enchanted -repair-enchanted: true - -# Allow 'unsafe' enchantments in kits and item spawning. -# Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins. -unsafe-enchantments: false - -#Do you want Essentials to keep track of previous location for /back in the teleport listener? -#If you set this to true any plugin that uses teleport will have the previous location registered. -register-back-in-listener: false - -#Delay to wait before people can cause attack damage after logging in. -login-attack-delay: 5 - -#Set the max fly speed, values range from 0.1 to 1.0 -max-fly-speed: 0.8 - -#Set the max walk speed, values range from 0.1 to 1.0 -max-walk-speed: 0.8 - -#Set the maximum amount of mail that can be sent within a minute. -mails-per-minute: 1000 - -# Set the maximum time /mute can be used for in seconds. -# Set to -1 to disable, and essentials.mute.unlimited can be used to override. -max-mute-time: -1 - -# Set the maximum time /tempban can be used for in seconds. -# Set to -1 to disable, and essentials.tempban.unlimited can be used to override. -max-tempban-time: -1 - -# Changes the default /reply functionality. This can be changed on a per-player basis using /rtoggle. -# If true, /r goes to the person you messaged last, otherwise the first person that messaged you. -# If false, /r goes to the last person that messaged you. -last-message-reply-recipient: true - -# If last-message-reply-recipient is enabled for a particular player, -# this specifies the duration, in seconds, that would need to elapse for the -# reply-recipient to update when receiving a message. -# Default is 180 (3 minutes) -last-message-reply-recipient-timeout: 180 - -# Changes the default /reply functionality. -# If true, /reply will not check if the person you're replying to has vanished. -# If false, players will not be able to /reply to players who they can no longer see due to vanish. -last-message-reply-vanished: false - -# Toggles whether or not left clicking mobs with a milk bucket turns them into a baby. -milk-bucket-easter-egg: true - -# Toggles whether or not the fly status message should be sent to players on join -send-fly-enable-on-join: true - -# Set to true to enable per-world permissions for setting time for individual worlds with essentials commands. -# This applies to /time, /day, /eday, /night, /enight, /etime. -# Give someone permission to teleport to a world with essentials.time.world.. -world-time-permissions: false - -# Specify cooldown for both Essentials commands and external commands as well. -# All commands do not start with a Forward Slash (/). Instead of /msg, write msg -# -# Wildcards are supported. E.g. -# - '*i*': 50 -# adds a 50 second cooldown to all commands that include the letter i -# -# EssentialsX supports regex by starting the command with a caret ^ -# For example, to target commands starting with ban and not banip the following would be used: -# '^ban([^ip])( .*)?': 60 # 60 seconds /ban cooldown. -# Note: If you have a command that starts with ^, then you can escape it using backslash (\). e.g. \^command: 123 -command-cooldowns: -# feed: 100 # 100 second cooldown on /feed command -# '*': 5 # 5 Second cooldown on all commands - -# Whether command cooldowns should be persistent past server shutdowns -command-cooldown-persistence: true - -# Whether NPC balances should be listed in balance ranking features such as /balancetop. -# NPC balances can include features like factions from FactionsUUID plugin. -npcs-in-balance-ranking: false - -# Allow bulk buying and selling signs when the player is sneaking. -# This is useful when a sign sells or buys one item at a time and the player wants to sell a bunch at once. -allow-bulk-buy-sell: true - -# Allow selling of items with custom names with the /sell command. -# This may be useful to prevent players accidentally selling named items. -allow-selling-named-items: false - -# Delay for the MOTD display for players on join, in milliseconds. -# This has no effect if the MOTD command or permission are disabled. -# This can also be set to -1 to completely disable the join MOTD all together. -delay-motd: 0 - -# A list of commands that should have their complementary confirm commands enabled by default. -# This is empty by default, for the latest list of valid commands see the latest source config.yml. -default-enabled-confirm-commands: -#- pay -#- clearinventory - -# Where should Essentials teleport players when they are freed from jail? -# You can set to "back" to have them teleported to where they were before they were jailed, "spawn" to have them -# teleport to spawn, or "off" to not have them teleport. -teleport-when-freed: back - -# Whether or not jail time should only be counted while the user is online. -# If true, a jailed player's time will only decrement when they are online. -jail-online-time: false - -# Set the timeout, in seconds for players to accept a tpa before the request is cancelled. -# Set to 0 for no timeout. -tpa-accept-cancellation: 120 - -# The maximum number of simultaneous tpa requests that can be pending for any player. -# Once past this threshold, old requests will instantly time out. -# Defaults to 5. -tpa-max-requests: 5 - -# Allow players to set hats by clicking on their helmet slot. -allow-direct-hat: true - -# Allow in-game players to specify a world when running /broadcastworld. -# If false, running /broadcastworld in-game will always send a message to the player's current world. -# This doesn't affect running the command from the console, where a world is always required. -allow-world-in-broadcastworld: true - -# Consider water blocks as "safe," therefore allowing players to teleport -# using commands such as /home or /spawn to a location that is occupied -# by water blocks -is-water-safe: false - -# Should the usermap try to sanitise usernames before saving them? -# You should only change this to false if you use Minecraft China. -safe-usermap-names: true - -# Should Essentials output logs when a command block executes a command? -# Example: CommandBlock at ,, issued server command: / -log-command-block-commands: true - -# Set the maximum speed for projectiles spawned with /fireball. -max-projectile-speed: 8 - -# Should EssentialsX check for updates? -# If set to true, EssentialsX will show notifications when a new version is available. -# This uses the public GitHub API and no identifying information is sent or stored. -update-check: true - -############################################################ -# +------------------------------------------------------+ # -# | Homes | # -# +------------------------------------------------------+ # -############################################################ - -# Allows people to set their bed during the day. -# This setting has no effect in Minecraft 1.15+, as Minecraft will always allow the player to set their bed location during the day. -update-bed-at-daytime: true - -# Set to true to enable per-world permissions for using homes to teleport between worlds. -# This applies to the /home command only. -# Give someone permission to teleport to a world with essentials.worlds. -world-home-permissions: false - -# Allow players to have multiple homes. -# Players need essentials.sethome.multiple before they can have more than 1 home. -# You can set the default number of multiple homes using the 'default' rank below. -# To remove the home limit entirely, give people 'essentials.sethome.multiple.unlimited'. -# To grant different home amounts to different people, you need to define a 'home-rank' below. -# Create the 'home-rank' below, and give the matching permission: essentials.sethome.multiple. -# For more information, visit http://wiki.ess3.net/wiki/Multihome -sethome-multiple: - default: 3 - vip: 5 - staff: 10 - -# In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes. -# Remember, they MUST have both permission nodes in order to be able to set multiple homes. - -# Controls whether players need the permission "essentials.home.compass" in order to point -# the player's compass at their first home. -# -# Leaving this as false will retain Essentials' original behaviour, which is to always -# change the compass' direction to point towards their first home. -compass-towards-home-perm: false - -# If no home is set, would you like to send the player to spawn? -# If set to false, players will not be teleported when they run /home without setting a home first. -spawn-if-no-home: true - -# Should players be asked to provide confirmation for homes which they attempt to overwrite? -confirm-home-overwrite: false - -############################################################ -# +------------------------------------------------------+ # -# | Economy | # -# +------------------------------------------------------+ # -############################################################ - -# For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy - -# You can control the values of items that are sold to the server by using the /setworth command. - -# Defines the balance with which new players begin. Defaults to 0. -starting-balance: 0 - -# Defines the cost to use the given commands PER USE. -# Some commands like /repair have sub-costs, check the wiki for more information. -command-costs: - # /example costs $1000 PER USE - #example: 1000 - # /kit tools costs $1500 PER USE - #kit-tools: 1500 - -# Set this to a currency symbol you want to use. -# Remember, if you want to use special characters in this document, -# such as accented letters, you MUST save the file as UTF-8, not ANSI. -currency-symbol: '$' - -# Enable this to make the currency symbol appear at the end of the amount rather than at the start. -# For example, the euro symbol typically appears after the current amount. -currency-symbol-suffix: false - -# Set the maximum amount of money a player can have. -# The amount is always limited to 10 trillion because of the limitations of a java double. -max-money: 10000000000000 - -# Set the minimum amount of money a player can have (must be above the negative of max-money). -# Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0. -min-money: -10000 - -# Enable this to log all interactions with trade/buy/sell signs and sell command. -economy-log-enabled: false - -# Enable this to also log all transactions from other plugins through Vault. -# This can cause the economy log to fill up quickly so should only be enabled for testing purposes! -economy-log-update-enabled: false - -# Minimum acceptable amount to be used in /pay. -minimum-pay-amount: 0.001 - -# Enable this to block users who try to /pay another user which ignore them. -pay-excludes-ignore-list: false - -# Whether or not users with a balance less than or equal to $0 should be shown in balance-top. -# Setting to false will not show people with balances <= 0 in balance-top. -# NOTE: After reloading the config, you must also run '/baltop force' for this to appear -show-zero-baltop: true - -# The format of currency, excluding symbols. See currency-symbol-format-locale for symbol configuration. -# -# "#,##0.00" is how the majority of countries display currency. -#currency-format: "#,##0.00" - -# Format currency symbols. Some locales use , and . interchangeably. -# Some formats do not display properly in-game due to faulty Minecraft font rendering. -# -# For 1.234,50 use de-DE -# For 1,234.50 use en-US -# For 1'234,50 use fr-ch -#currency-symbol-format-locale: en-US - -############################################################ -# +------------------------------------------------------+ # -# | Help | # -# +------------------------------------------------------+ # -############################################################ - -# Show other plugins commands in help. -non-ess-in-help: true - -# Hide plugins which do not give a permission. -# You can override a true value here for a single plugin by adding a permission to a user/group. -# The individual permission is: essentials.help., anyone with essentials.* or '*' will see all help regardless. -# You can use negative permissions to remove access to just a single plugins help if the following is enabled. -hide-permissionless-help: true - -############################################################ -# +------------------------------------------------------+ # -# | EssentialsX Chat | # -# +------------------------------------------------------+ # -############################################################ - -# You need to install EssentialsX Chat for this section to work. -# See https://essentialsx.net/wiki/Module-Breakdown.html for more information. - -chat: - - # If EssentialsX Chat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global. - # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting. - # Users with essentials.chat.shout can override this by prefixing their message with an exclamation mark (!) - # Users with essentials.chat.question can override this by prefixing their message with a question mark (?) - # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section. - radius: 0 - - # Chat formatting can be done in two ways, you can either define a standard format for all chat. - # Or you can give a group specific chat format, to give some extra variation. - # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting - # Note: Using the {PREFIX} and {SUFFIX} placeholders along with {DISPLAYNAME} may cause double prefixes/suffixes to be shown in chat unless add-prefix-suffix is uncommented and set to false. - - # Available placeholders: - # {MESSAGE} - The content of the chat message. - # {USERNAME} - The sender's username. - # {DISPLAYNAME} - The sender's display name. - # {NICKNAME} - The sender's Essentials nickname. If the sender has no nickname, the username is shown. - # {PREFIX} - The sender's prefix, supplied by a permissions plugin. - # {SUFFIX} - The sender's suffix, supplied by a permissions plugin. - # {GROUP} - The sender's primary group name, supplied by a permissions plugin. - # {WORLD} - The world alias of the sender's current world. See the world-aliases section below for details. - # {WORLDNAME} - The full name of the sender's current world. - # {SHORTWORLDNAME} - The first character of the sender's current world. - # {TEAMNAME} - The sender's scoreboard team name. - # {TEAMPREFIX} - The sender's scoreboard team prefix. - # {TEAMSUFFIX} - The sender's scoreboard team suffix. - - format: '<{DISPLAYNAME}> {MESSAGE}' - #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}' - #format: '&7{PREFIX}&r {DISPLAYNAME}&r &7{SUFFIX}&r: {MESSAGE}' - - group-formats: - # default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}' - # admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}' - - # If you are using group formats make sure to remove the '#' to allow the setting to be read. - # Note: Group names are case-sensitive so you must match them up with your permission plugin. - - # You can use permissions to control whether players can use formatting codes in their chat messages. - # See https://essentialsx.net/wiki/Color-Permissions.html for more information. - - # World aliases allow you to replace the world name with something different in the chat format. - # If you are using world aliases, make sure to remove the '#' at the start to allow the setting to be read. - world-aliases: - # plots: "&dP&r" - # creative: "&eC&r" - -############################################################ -# +------------------------------------------------------+ # -# | EssentialsX Protect | # -# +------------------------------------------------------+ # -############################################################ - -# You need to install EssentialsX Protect for this section to work. -# See https://essentialsx.net/wiki/Module-Breakdown.html for more information. - -protect: - - # General physics/behavior modifications. Set these to true to disable behaviours. - prevent: - lava-flow: false - water-flow: false - water-bucket-flow: false - fire-spread: true - lava-fire-spread: true - lava-itemdamage: false - flint-fire: false - lightning-fire-spread: true - portal-creation: false - tnt-explosion: false - tnt-playerdamage: false - tnt-itemdamage: false - tnt-minecart-explosion: false - tnt-minecart-playerdamage: false - tnt-minecart-itemdamage: false - fireball-explosion: false - fireball-fire: false - fireball-playerdamage: false - fireball-itemdamage: false - witherskull-explosion: false - witherskull-playerdamage: false - witherskull-itemdamage: false - wither-spawnexplosion: false - wither-blockreplace: false - creeper-explosion: false - creeper-playerdamage: false - creeper-itemdamage: false - creeper-blockdamage: false - ender-crystal-explosion: false - enderdragon-blockdamage: true - enderman-pickup: false - villager-death: false - bed-explosion: false - respawn-anchor-explosion: false - # Monsters won't follow players. - # permission essentials.protect.entitytarget.bypass disables this. - entitytarget: false - # Prevents zombies from breaking down doors - zombie-door-break: false - # Prevents Ravagers from stealing blocks - ravager-thief: false - # Prevents sheep from turning grass to dirt - sheep-eat-grass: false - # Prevent certain transformations. - transformation: - # Prevent creepers becoming charged when struck by lightning. - charged-creeper: false - # Prevent villagers becoming zombie villagers. - zombie-villager: false - # Prevent zombie villagers being cured. - villager: false - # Prevent villagers becoming witches when struck by lightning. - witch: false - # Prevent pigs becoming zombie pigmen when struck by lightning. - zombie-pigman: false - # Prevent zombies turning into drowneds, and husks turning into zombies. - drowned: false - # Prevent mooshrooms changing colour when struck by lightning. - mooshroom: false - # Prevent the spawning of creatures. If a creature is missing, you can add it following the format below. - spawn: - creeper: false - skeleton: false - spider: false - giant: false - zombie: false - slime: false - ghast: false - pig_zombie: false - enderman: false - cave_spider: false - silverfish: false - blaze: false - magma_cube: false - ender_dragon: false - pig: false - sheep: false - cow: false - chicken: false - squid: false - wolf: false - mushroom_cow: false - snowman: false - ocelot: false - iron_golem: false - villager: false - wither: false - bat: false - witch: false - horse: false - phantom: false - - # Maximum height the creeper should explode. -1 allows them to explode everywhere. - # Set prevent.creeper-explosion to true, if you want to disable creeper explosions. - creeper: - max-height: -1 - - # Disable various default physics and behaviors. - disable: - # Should fall damage be disabled? - fall: false - - # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true. - # They will be unable to attack users without that same permission node. - pvp: false - - # Should drowning damage be disabled? - # (Split into two behaviors; generally, you want both set to the same value.) - drown: false - suffocate: false - - # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;) - lavadmg: false - - # Should arrow damage be disabled? - projectiles: false - - # This will disable damage from touching cacti. - contactdmg: false - - # Burn, baby, burn! Should fire damage be disabled? - firedmg: false - - # Should the damage after hit by a lightning be disabled? - lightning: false - - # Should Wither damage be disabled? - wither: false - - # Disable weather options? - weather: - storm: false - thunder: false - lightning: false - -############################################################ -# +------------------------------------------------------+ # -# | EssentialsX AntiBuild | # -# +------------------------------------------------------+ # -############################################################ - - # You need to install EssentialsX AntiBuild for this section to work. - # See https://essentialsx.net/wiki/Module-Breakdown.html and http://wiki.ess3.net/wiki/AntiBuild for more information. - - # Should people without the essentials.build permission be allowed to build? - # Set true to disable building for those people. - # Setting to false means EssentialsAntiBuild will never prevent you from building. - build: true - - # Should people without the essentials.build permission be allowed to use items? - # Set true to disable using for those people. - # Setting to false means EssentialsAntiBuild will never prevent you from using items. - use: true - - # Should we warn people when they are not allowed to build? - warn-on-build-disallow: true - - # For which block types would you like to be alerted? - # You can find a list of items at https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html. - alert: - on-placement: LAVA,TNT,LAVA_BUCKET - on-use: LAVA_BUCKET - on-break: - - blacklist: - - # Which blocks should people be prevented from placing? - placement: LAVA,TNT,LAVA_BUCKET - - # Which items should people be prevented from using? - usage: LAVA_BUCKET - - # Which blocks should people be prevented from breaking? - break: - - # Which blocks should not be moved by pistons? - piston: - - # Which blocks should not be dispensed by dispensers - dispenser: - -############################################################ -# +------------------------------------------------------+ # -# | EssentialsX Spawn + New Players | # -# +------------------------------------------------------+ # -############################################################ - -# You need to install EssentialsX Spawn for this section to work. -# See https://essentialsx.net/wiki/Module-Breakdown.html for more information. - -newbies: - # Should we announce to the server when someone logs in for the first time? - # If so, use this format, replacing {DISPLAYNAME} with the player name. - # If not, set to '' - #announce-format: '' - announce-format: '&dWelcome {DISPLAYNAME}&d to the server!' - - # When we spawn for the first time, which spawnpoint do we use? - # Set to "none" if you want to use the spawn point of the world. - spawnpoint: newbies - - # Do we want to give users anything on first join? Set to '' to disable - # This kit will be given regardless of cost and permissions, and will not trigger the kit delay. - #kit: '' - kit: tools - -# What priority should we use for handling respawns? -# Set this to none, if you want vanilla respawning behaviour. -# Set this to lowest, if you want Multiverse to handle the respawning. -# Set this to high, if you want EssentialsSpawn to handle the respawning. -# Set this to highest, if you want to force EssentialsSpawn to handle the respawning. -# Note: Changes will not apply until after the server is restarted. -respawn-listener-priority: high - -# What priority should we use for handling spawning on joining the server? -# See respawn-listener-priority for possible values. -# Note: Changing this may impact or break spawn-on-join functionality. -# Note: Changes will not apply until after the server is restarted. -spawn-join-listener-priority: high - -# When users die, should they respawn at their first home or bed, instead of the spawnpoint? -respawn-at-home: false - -# When users die, should they respawn at their bed instead of the spawnpoint? -# The value of respawn-at-home (above) has to be true. -respawn-at-home-bed: true - -# When users die, should EssentialsSpawn respect users' respawn anchors? -respawn-at-anchor: false - -# Teleport all joining players to the spawnpoint -spawn-on-join: false -# The following value of `guests` states that all players in group `guests` will be teleported to spawn when joining. -#spawn-on-join: guests -# The following list value states that all players in group `guests` and `admin` are to be teleported to spawn when joining. -#spawn-on-join: -#- guests -#- admin - -# End of file <-- No seriously, you're done with configuration. +############################################################ +# +------------------------------------------------------+ # +# | Notes | # +# +------------------------------------------------------+ # +############################################################ + +# This is the config file for EssentialsX. +# This config was generated for version 2.19.2. + +# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI. +# If you receive an error when Essentials loads, ensure that: +# - No tabs are present: YAML only allows spaces +# - Indents are correct: YAML hierarchy is based entirely on indentation +# - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrophe) +# - Text with symbols is enclosed in single or double quotation marks + +# If you need help, you can join the EssentialsX community: https://essentialsx.net/community.html + +############################################################ +# +------------------------------------------------------+ # +# | Essentials (Global) | # +# +------------------------------------------------------+ # +############################################################ + +# A color code between 0-9 or a-f. Set to 'none' to disable. +# In 1.16+ you can use hex color codes here as well. (For example, #613e1d is brown). +ops-name-color: 'none' + +# The character(s) to prefix all nicknames, so that you know they are not true usernames. +nickname-prefix: '' + +# The maximum length allowed in nicknames. The nickname prefix is included in this. +max-nick-length: 32 + +# A list of phrases that cannot be used in nicknames. You can include regular expressions here. +# Users with essentials.nick.blacklist.bypass will be able to bypass this filter. +nick-blacklist: +#- Notch +#- '^Dinnerbone' + +# When this option is enabled, nickname length checking will exclude color codes in player names. +# ie: "&6Notch" has 7 characters (2 are part of a color code), a length of 5 is used when this option is set to true +ignore-colors-in-max-nick-length: false + +# When this option is enabled, display names for hidden users will not be shown. This prevents players from being +# able to see that they are online while vanished. +hide-displayname-in-vanish: true + +# Disable this if you have any other plugin, that modifies the displayname of a user. +change-displayname: true + +# This option will cause Essentials to show players' displaynames instead of usernames when tab completing Essentials commands. +change-tab-complete-name: false + +# When this option is enabled, the (tab) player list will be updated with the displayname. +# The value of change-displayname (above) has to be true. +change-playerlist: true + +# When EssentialsChat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname. +# This setting is ignored if EssentialsChat.jar is used, and defaults to 'true'. +# The value of change-displayname (above) has to be true. +# Do not edit this setting unless you know what you are doing! +add-prefix-suffix: true + +# When this option is enabled, player prefixes will be shown in the playerlist. +# This feature only works for Minecraft version 1.8 and higher. +# This value of change-playerlist has to be true +#add-prefix-in-playerlist: true + +# When this option is enabled, player suffixes will be shown in the playerlist. +# This feature only works for Minecraft version 1.8 and higher. +# This value of change-playerlist has to be true +#add-suffix-in-playerlist: true + +# If the teleport destination is unsafe, should players be teleported to the nearest safe location? +# If this is set to true, Essentials will attempt to teleport players close to the intended destination. +# If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning. +teleport-safety: true + +# This forcefully disables teleport safety checks without a warning if attempting to teleport to unsafe locations. +# teleport-safety and this option need to be set to true to force teleportation to dangerous locations. +force-disable-teleport-safety: false + +# If a player is teleporting to an unsafe location in creative, adventure, or god mode; they will not be teleported to a +# safe location. If you'd like players to be teleported to a safe location all of the time, set this option to true. +force-safe-teleport-location: false + +# If a player has any passengers, the teleport will fail. Should their passengers be dismounted before they are teleported? +# If this is set to true, Essentials will dismount the player's passengers before teleporting. +# If this is set to false, attempted teleports will be canceled with a warning. +teleport-passenger-dismount: true + +# The delay, in seconds, required between /home, /tp, etc. +teleport-cooldown: 0 + +# The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport is cancelled. +teleport-delay: 0 + +# The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command. +# This will also prevent the player attacking other players. +teleport-invulnerability: 4 + +# Whether to make all teleportations go to the center of the block; where the x and z coordinates decimal become .5 +teleport-to-center: true + +# The delay, in seconds, required between /heal or /feed attempts. +heal-cooldown: 60 + +# Do you want to remove potion effects when healing a player? +remove-effects-on-heal: true + +# Near Radius +# The default radius with /near +# Used to use chat radius but we are going to make it separate. +near-radius: 200 + +# What to prevent from /item and /give. +# e.g item-spawn-blacklist: 10,11,46 +item-spawn-blacklist: + +# Set this to true if you want permission based item spawn rules. +# Note: The blacklist above will be ignored then. +# Example permissions (these go in your permissions manager): +# - essentials.itemspawn.item-all +# - essentials.itemspawn.item-[itemname] +# - essentials.itemspawn.item-[itemid] +# - essentials.give.item-all +# - essentials.give.item-[itemname] +# - essentials.give.item-[itemid] +# - essentials.unlimited.item-all +# - essentials.unlimited.item-[itemname] +# - essentials.unlimited.item-[itemid] +# - essentials.unlimited.item-bucket # Unlimited liquid placing +# +# For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive +permission-based-item-spawn: false + +# Mob limit on the /spawnmob command per execution. +spawnmob-limit: 10 + +# Shall we notify users when using /lightning? +warn-on-smite: true + +# Shall we drop items instead of adding to inventory if the target inventory is full? +drop-items-if-full: false + +# Essentials Mail Notification +# Should we notify players if they have no new mail? +notify-no-new-mail: true + +# Specifies the duration (in seconds) between each time a player is notified of mail they have. +# Useful for servers with a lot of mail traffic. +notify-player-of-mail-cooldown: 60 + +# The motd and rules are now configured in the files motd.txt and rules.txt. + +# When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority. +# Commands in this list, will tell Essentials to 'not give up' the command to other plugins. +# In this state, which plugin 'wins' appears to be almost random. +# +# If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias. +# To force essentials to take 'god' alias 'god' to 'egod'. +# See http://wiki.bukkit.org/Commands.yml#aliases for more information. + +overridden-commands: +# - god +# - info + +# Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts. +# You should not have to disable commands used in other plugins, they will automatically get priority. +# See http://wiki.bukkit.org/Commands.yml#aliases to map commands to other plugins. +disabled-commands: +# - nick +# - clear + +# Whether or not Essentials should show detailed command usages. +# If set to false, Essentials will collapse all usages in to one single usage message. +verbose-command-usages: true + +# These commands will be shown to players with socialSpy enabled. +# You can add commands from other plugins you may want to track or +# remove commands that are used for something you dont want to spy on. +# Set - '*' in order to listen on all possible commands. +socialspy-commands: + - msg + - w + - r + - mail + - m + - t + - whisper + - emsg + - tell + - er + - reply + - ereply + - email + - action + - describe + - eme + - eaction + - edescribe + - etell + - ewhisper + - pm + +# Whether the private and public messages from muted players should appear in the social spy. +# If so, they will be differentiated from those sent by normal players. +socialspy-listen-muted-players: true + +# Whether social spy should spy on private messages or just the commands from the list above. +# If false, social spy will only monitor commands from the list above. +socialspy-messages: true + +# The following settings listen for when a player changes worlds. +# If you use another plugin to control speed and flight, you should change these to false. + +# When a player changes world, should EssentialsX reset their flight? +# This will disable flight if the player does not have essentials.fly. +world-change-fly-reset: true + +# When a player changes world, should we reset their speed according to their permissions? +# This resets the player's speed to the default if they don't have essentials.speed. +# If the player doesn't have essentials.speed.bypass, this resets their speed to the maximum specified above. +world-change-speed-reset: true + +# Mute Commands +# These commands will be disabled when a player is muted. +# Use '*' to disable every command. +# Essentials already disabled Essentials messaging commands by default. +# It only cares about the root command, not args after that (it sees /f chat the same as /f) +mute-commands: + - f + - kittycannon + # - '*' + +# If you do not wish to use a permission system, you can define a list of 'player perms' below. +# This list has no effect if you are using a supported permissions system. +# If you are using an unsupported permissions system, simply delete this section. +# Whitelist the commands and permissions you wish to give players by default (everything else is op only). +# These are the permissions without the "essentials." part. +# +# To enable this feature, please set use-bukkit-permissions to false. +player-commands: + - afk + - afk.auto + - back + - back.ondeath + - balance + - balance.others + - balancetop + - build + - chat.color + - chat.format + - chat.shout + - chat.question + - clearinventory + - compass + - depth + - delhome + - getpos + - geoip.show + - help + - helpop + - home + - home.others + - ignore + - info + - itemdb + - kit + - kits.tools + - list + - mail + - mail.send + - me + - motd + - msg + - msg.color + - nick + - near + - pay + - ping + - protect + - r + - rules + - realname + - seen + - sell + - sethome + - setxmpp + - signs.create.protection + - signs.create.trade + - signs.break.protection + - signs.break.trade + - signs.use.balance + - signs.use.buy + - signs.use.disposal + - signs.use.enchant + - signs.use.free + - signs.use.gamemode + - signs.use.heal + - signs.use.info + - signs.use.kit + - signs.use.mail + - signs.use.protection + - signs.use.repair + - signs.use.sell + - signs.use.time + - signs.use.trade + - signs.use.warp + - signs.use.weather + - spawn + - suicide + - time + - tpa + - tpaccept + - tpahere + - tpdeny + - warp + - warp.list + - world + - worth + - xmpp + +# Use this option to force superperms-based permissions handler regardless of detected installed perms plugin. +# This is useful if you want superperms-based permissions (with wildcards) for custom permissions plugins. +# If you wish to use EssentialsX's built-in permissions using the `player-commands` section above, set this to false. +# Default is true. +use-bukkit-permissions: true + +# When this option is enabled, one-time use kits (ie. delay < 0) will be +# removed from the /kit list when a player can no longer use it +skip-used-one-time-kits-from-kit-list: false + +# When enabled, armor from kits will automatically be equipped as long as the player's armor slots are empty. +kit-auto-equip: false + +# Determines the functionality of the /createkit command. +# If this is true, /createkit will give the user a link with the kit code. +# If this is false, /createkit will add the kit to the kits.yml config file directly. +# Default is false. +pastebin-createkit: false + +# Determines if /createkit will generate kits using NBT item serialization. +# If this is true, /createkit will store items as NBT; otherwise, it will use Essentials' human-readable item format. +# By using NBT serialization, /createkit can store items with complex metadata such as shulker boxes and weapons with custom attributes. +# WARNING: This option only works on 1.15.2+ Paper servers, and it will bypass any custom serializers from other plugins such as Magic. +# WARNING: When creating kits via /createkit with this option enabled, you will not be able to downgrade your server with these kit items. +# This option only affects /createkit - you can still create kits by hand in `kits.yml` using Essentials' human-readable item format. +# Default is false. +use-nbt-serialization-in-createkit: false + +# Essentials Sign Control +# See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these. +# To enable signs, remove # symbol. To disable all signs, comment/remove each sign. +# Essentials colored sign support will be enabled when any sign types are enabled. +# Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given. + +enabledSigns: + - color + - balance + - buy + - sell + - trade + - free + - warp + - kit + - mail + - enchant + - gamemode + - heal + - info + - spawnmob + - repair + - time + - weather + - anvil + - cartography + - disposal + - grindstone + - loom + - smithing + - workbench + +# How many times per second can Essentials signs be interacted with per player. +# Values should be between 1-20, 20 being virtually no lag protection. +# Lower numbers will reduce the possibility of lag, but may annoy players. +sign-use-per-second: 4 + +# Allow item IDs on pre-existing signs on 1.13 and above. +# You cannot use item IDs on new signs, but this will allow players to interact with signs that +# were placed before 1.13. +allow-old-id-signs: false + +# List of sign names Essentials should not protect. This feature is especially useful when +# another plugin provides a sign that EssentialsX provides, but Essentials overrides. +# For example, if a plugin provides a [kit] sign, and you wish to use theirs instead of +# Essentials's, then simply add kit below and Essentials will not protect it. +# +# See https://github.com/drtshock/Essentials/pull/699 for more information. +unprotected-sign-names: + #- kit + +# Backup runs a custom batch/bash command at a specified interval. +# The server will save the world before executing the backup command, and disable +# saving during the backup to prevent world corruption or other conflicts. +# Backups can also be triggered manually with /backup. +backup: + # Interval in minutes. + interval: 30 + # If true, the backup task will run even if there are no players online. + always-run: false + # Unless you add a valid backup command or script here, this feature will be useless. + # Use 'save-all' to simply force regular world saving without backup. + # The example command below utilizes rdiff-backup: https://rdiff-backup.net/ + #command: 'rdiff-backup World1 backups/World1' + +# Set this true to enable permission per warp. +per-warp-permission: false + +# Sort output of /list command by groups. +# You can hide and merge the groups displayed in /list by defining the desired behaviour here. +# Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List +list: + # To merge groups, list the groups you wish to merge + #Staff: owner admin moderator + Admins: owner admin + # To limit groups, set a max user limit + #builder: 20 + # To hide groups, set the group as hidden + #default: hidden + # Uncomment the line below to simply list all players with no grouping + #Players: '*' + +# Displays real names in /list next to players who are using a nickname. +real-names-on-list: false + +# More output to the console. +debug: false + +# Set the locale for all messages. +# If you don't set this, the default locale of the server will be used. +# For example, to set language to English, set locale to en, to use the file "messages_en.properties". +# Don't forget to remove the # in front of the line. +# For more information, visit http://wiki.ess3.net/wiki/Locale +#locale: en + +# Turn off god mode when people leave the server. +remove-god-on-disconnect: false + +# Auto-AFK +# After this timeout in seconds, the user will be set as AFK. +# This feature requires the player to have essentials.afk.auto node. +# Set to -1 for no timeout. +auto-afk: 300 + +# Auto-AFK Kick +# After this timeout in seconds, the user will be kicked from the server. +# essentials.afk.kickexempt node overrides this feature. +# Set to -1 for no timeout. +auto-afk-kick: -1 + +# Set this to true, if you want to freeze the player, if the player is AFK. +# Other players or monsters can't push the player out of AFK mode then. +# This will also enable temporary god mode for the AFK player. +# The player has to use the command /afk to leave the AFK mode. +freeze-afk-players: false + +# When the player is AFK, should he be able to pickup items? +# Enable this, when you don't want people idling in mob traps. +disable-item-pickup-while-afk: false + +# This setting controls if a player is marked as active on interaction. +# When this setting is false, the player would need to manually un-AFK using the /afk command. +cancel-afk-on-interact: true + +# Should we automatically remove afk status when a player moves? +# Player will be removed from AFK on chat/command regardless of this setting. +# Disable this to reduce server lag. +cancel-afk-on-move: true + +# Should we automatically remove afk status when a player sends a chat message? +cancel-afk-on-chat: true + +# Should AFK players be ignored when other players are trying to sleep? +# When this setting is false, players won't be able to skip the night if some players are AFK. +# Users with the permission node essentials.sleepingignored will always be ignored. +sleep-ignores-afk-players: true + +# Should vanished players be ignored when other players are trying to sleep? +# When this setting is false, player's won't be able to skip the night if vanished players are not sleeping. +# Users with the permission node essentials.sleepingignored will always be ignored. +sleep-ignores-vanished-player: true + +# Set the player's list name when they are AFK. This is none by default which specifies that Essentials +# should not interfere with the AFK player's list name. +# You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname. +afk-list-name: "none" + +# When a player enters or exits AFK mode, should the AFK notification be broadcast +# to the entire server, or just to the player? +# When this setting is false, only the player will be notified upon changing their AFK state. +broadcast-afk-message: true + +# You can disable the death messages of Minecraft here. +death-messages: true + +# How should essentials handle players with the essentials.keepinv permission who have items with +# curse of vanishing when they die? +# You can set this to "keep" (to keep the item), "drop" (to drop the item), or "delete" (to delete the item). +# Defaults to "keep" +vanishing-items-policy: keep + +# How should essentials handle players with the essentials.keepinv permission who have items with +# curse of binding when they die? +# You can set this to "keep" (to keep the item), "drop" (to drop the item), or "delete" (to delete the item). +# Defaults to "keep" +binding-items-policy: keep + +# When players die, should they receive the coordinates they died at? +send-info-after-death: false + +# Should players with permissions be able to join and part silently? +# You can control this with essentials.silentjoin and essentials.silentquit permissions if it is enabled. +# In addition, people with essentials.silentjoin.vanish will be vanished on join. +allow-silent-join-quit: false + +# You can set custom join and quit messages here. Set this to "none" to use the default Minecraft message, +# or set this to "" to hide the message entirely. + +# Available placeholders: +# {PLAYER} - The player's displayname. +# {USERNAME} - The player's username. +# {PREFIX} - The player's prefix. +# {SUFFIX} - The player's suffix. +# {ONLINE} - The number of players online. +# {UNIQUE} - The number of unique players to join the server. +# {UPTIME} - The amount of time the server has been online. +custom-join-message: "none" +custom-quit-message: "none" + +# You can set a custom join message for users who join with a new username here. +# This message will only be used if a user has joined before and have since changed their username. +# This will be displayed INSTEAD OF custom-join-message, so if you intend to keep them similar, make sure they match. +# Set this to "none" to use the the "custom-join-message" above for every join. + +# Available placeholders: +# {PLAYER} - The player's displayname. +# {USERNAME} - The player's username. +# {OLDUSERNAME} - The player's old username. +# {PREFIX} - The player's prefix. +# {SUFFIX} - The player's suffix. +# {ONLINE} - The number of players online. +# {UNIQUE} - The number of unique players to join the server. +# {UPTIME} - The amount of time the server has been online. +custom-new-username-message: "none" + +# Should Essentials override the vanilla "Server Full" message with its own from the language file? +# Set to false to keep the vanilla message. +use-custom-server-full-message: true + +# You can disable join and quit messages when the player count reaches a certain limit. +# When the player count is below this number, join/quit messages will always be shown. +# Set this to -1 to always show join and quit messages regardless of player count. +hide-join-quit-messages-above: -1 + +# Add worlds to this list, if you want to automatically disable god mode there. +no-god-in-worlds: +# - world_nether + +# Set to true to enable per-world permissions for teleporting between worlds with essentials commands. +# This applies to /world, /back, /tp[a|o][here|all], but not warps. +# Give someone permission to teleport to a world with essentials.worlds. +# This does not affect the /home command, there is a separate toggle below for this. +world-teleport-permissions: false + +# The number of items given if the quantity parameter is left out in /item or /give. +# If this number is below 1, the maximum stack size size is given. If over-sized stacks. +# are not enabled, any number higher than the maximum stack size results in more than one stack. +default-stack-size: -1 + +# Over-sized stacks are stacks that ignore the normal max stack size. +# They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission. +# How many items should be in an over-sized stack? +oversized-stacksize: 64 + +# Allow repair of enchanted weapons and armor. +# If you set this to false, you can still allow it for certain players using the permission. +# essentials.repair.enchanted +repair-enchanted: true + +# Allow 'unsafe' enchantments in kits and item spawning. +# Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins. +unsafe-enchantments: false + +#Do you want Essentials to keep track of previous location for /back in the teleport listener? +#If you set this to true any plugin that uses teleport will have the previous location registered. +register-back-in-listener: false + +#Delay to wait before people can cause attack damage after logging in. +login-attack-delay: 5 + +#Set the max fly speed, values range from 0.1 to 1.0 +max-fly-speed: 0.8 + +#Set the max walk speed, values range from 0.1 to 1.0 +max-walk-speed: 0.8 + +#Set the maximum amount of mail that can be sent within a minute. +mails-per-minute: 1000 + +# Set the maximum time /mute can be used for in seconds. +# Set to -1 to disable, and essentials.mute.unlimited can be used to override. +max-mute-time: -1 + +# Set the maximum time /tempban can be used for in seconds. +# Set to -1 to disable, and essentials.tempban.unlimited can be used to override. +max-tempban-time: -1 + +# Changes the default /reply functionality. This can be changed on a per-player basis using /rtoggle. +# If true, /r goes to the person you messaged last, otherwise the first person that messaged you. +# If false, /r goes to the last person that messaged you. +last-message-reply-recipient: true + +# If last-message-reply-recipient is enabled for a particular player, +# this specifies the duration, in seconds, that would need to elapse for the +# reply-recipient to update when receiving a message. +# Default is 180 (3 minutes) +last-message-reply-recipient-timeout: 180 + +# Changes the default /reply functionality. +# If true, /reply will not check if the person you're replying to has vanished. +# If false, players will not be able to /reply to players who they can no longer see due to vanish. +last-message-reply-vanished: false + +# Toggles whether or not left clicking mobs with a milk bucket turns them into a baby. +milk-bucket-easter-egg: true + +# Toggles whether or not the fly status message should be sent to players on join +send-fly-enable-on-join: true + +# Set to true to enable per-world permissions for setting time for individual worlds with essentials commands. +# This applies to /time, /day, /eday, /night, /enight, /etime. +# Give someone permission to teleport to a world with essentials.time.world.. +world-time-permissions: false + +# Specify cooldown for both Essentials commands and external commands as well. +# All commands do not start with a Forward Slash (/). Instead of /msg, write msg +# +# Wildcards are supported. E.g. +# - '*i*': 50 +# adds a 50 second cooldown to all commands that include the letter i +# +# EssentialsX supports regex by starting the command with a caret ^ +# For example, to target commands starting with ban and not banip the following would be used: +# '^ban([^ip])( .*)?': 60 # 60 seconds /ban cooldown. +# Note: If you have a command that starts with ^, then you can escape it using backslash (\). e.g. \^command: 123 +command-cooldowns: +# feed: 100 # 100 second cooldown on /feed command +# '*': 5 # 5 Second cooldown on all commands + +# Whether command cooldowns should be persistent past server shutdowns +command-cooldown-persistence: true + +# Whether NPC balances should be listed in balance ranking features such as /balancetop. +# NPC balances can include features like factions from FactionsUUID plugin. +npcs-in-balance-ranking: false + +# Allow bulk buying and selling signs when the player is sneaking. +# This is useful when a sign sells or buys one item at a time and the player wants to sell a bunch at once. +allow-bulk-buy-sell: true + +# Allow selling of items with custom names with the /sell command. +# This may be useful to prevent players accidentally selling named items. +allow-selling-named-items: false + +# Delay for the MOTD display for players on join, in milliseconds. +# This has no effect if the MOTD command or permission are disabled. +# This can also be set to -1 to completely disable the join MOTD all together. +delay-motd: 0 + +# A list of commands that should have their complementary confirm commands enabled by default. +# This is empty by default, for the latest list of valid commands see the latest source config.yml. +default-enabled-confirm-commands: +#- pay +#- clearinventory + +# Where should Essentials teleport players when they are freed from jail? +# You can set to "back" to have them teleported to where they were before they were jailed, "spawn" to have them +# teleport to spawn, or "off" to not have them teleport. +teleport-when-freed: back + +# Whether or not jail time should only be counted while the user is online. +# If true, a jailed player's time will only decrement when they are online. +jail-online-time: false + +# Set the timeout, in seconds for players to accept a tpa before the request is cancelled. +# Set to 0 for no timeout. +tpa-accept-cancellation: 120 + +# The maximum number of simultaneous tpa requests that can be pending for any player. +# Once past this threshold, old requests will instantly time out. +# Defaults to 5. +tpa-max-requests: 5 + +# Allow players to set hats by clicking on their helmet slot. +allow-direct-hat: true + +# Allow in-game players to specify a world when running /broadcastworld. +# If false, running /broadcastworld in-game will always send a message to the player's current world. +# This doesn't affect running the command from the console, where a world is always required. +allow-world-in-broadcastworld: true + +# Consider water blocks as "safe," therefore allowing players to teleport +# using commands such as /home or /spawn to a location that is occupied +# by water blocks +is-water-safe: false + +# Should the usermap try to sanitise usernames before saving them? +# You should only change this to false if you use Minecraft China. +safe-usermap-names: true + +# Should Essentials output logs when a command block executes a command? +# Example: CommandBlock at ,, issued server command: / +log-command-block-commands: true + +# Set the maximum speed for projectiles spawned with /fireball. +max-projectile-speed: 8 + +# Should EssentialsX check for updates? +# If set to true, EssentialsX will show notifications when a new version is available. +# This uses the public GitHub API and no identifying information is sent or stored. +update-check: true + +############################################################ +# +------------------------------------------------------+ # +# | Homes | # +# +------------------------------------------------------+ # +############################################################ + +# Allows people to set their bed during the day. +# This setting has no effect in Minecraft 1.15+, as Minecraft will always allow the player to set their bed location during the day. +update-bed-at-daytime: true + +# Set to true to enable per-world permissions for using homes to teleport between worlds. +# This applies to the /home command only. +# Give someone permission to teleport to a world with essentials.worlds. +world-home-permissions: false + +# Allow players to have multiple homes. +# Players need essentials.sethome.multiple before they can have more than 1 home. +# You can set the default number of multiple homes using the 'default' rank below. +# To remove the home limit entirely, give people 'essentials.sethome.multiple.unlimited'. +# To grant different home amounts to different people, you need to define a 'home-rank' below. +# Create the 'home-rank' below, and give the matching permission: essentials.sethome.multiple. +# For more information, visit http://wiki.ess3.net/wiki/Multihome +sethome-multiple: + default: 3 + vip: 5 + staff: 10 + +# In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes. +# Remember, they MUST have both permission nodes in order to be able to set multiple homes. + +# Controls whether players need the permission "essentials.home.compass" in order to point +# the player's compass at their first home. +# +# Leaving this as false will retain Essentials' original behaviour, which is to always +# change the compass' direction to point towards their first home. +compass-towards-home-perm: false + +# If no home is set, would you like to send the player to spawn? +# If set to false, players will not be teleported when they run /home without setting a home first. +spawn-if-no-home: true + +# Should players be asked to provide confirmation for homes which they attempt to overwrite? +confirm-home-overwrite: false + +############################################################ +# +------------------------------------------------------+ # +# | Economy | # +# +------------------------------------------------------+ # +############################################################ + +# For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy + +# You can control the values of items that are sold to the server by using the /setworth command. + +# Defines the balance with which new players begin. Defaults to 0. +starting-balance: 0 + +# Defines the cost to use the given commands PER USE. +# Some commands like /repair have sub-costs, check the wiki for more information. +command-costs: + # /example costs $1000 PER USE + #example: 1000 + # /kit tools costs $1500 PER USE + #kit-tools: 1500 + +# Set this to a currency symbol you want to use. +# Remember, if you want to use special characters in this document, +# such as accented letters, you MUST save the file as UTF-8, not ANSI. +currency-symbol: '$' + +# Enable this to make the currency symbol appear at the end of the amount rather than at the start. +# For example, the euro symbol typically appears after the current amount. +currency-symbol-suffix: false + +# Set the maximum amount of money a player can have. +# The amount is always limited to 10 trillion because of the limitations of a java double. +max-money: 10000000000000 + +# Set the minimum amount of money a player can have (must be above the negative of max-money). +# Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0. +min-money: -10000 + +# Enable this to log all interactions with trade/buy/sell signs and sell command. +economy-log-enabled: false + +# Enable this to also log all transactions from other plugins through Vault. +# This can cause the economy log to fill up quickly so should only be enabled for testing purposes! +economy-log-update-enabled: false + +# Minimum acceptable amount to be used in /pay. +minimum-pay-amount: 0.001 + +# Enable this to block users who try to /pay another user which ignore them. +pay-excludes-ignore-list: false + +# Whether or not users with a balance less than or equal to $0 should be shown in balance-top. +# Setting to false will not show people with balances <= 0 in balance-top. +# NOTE: After reloading the config, you must also run '/baltop force' for this to appear +show-zero-baltop: true + +# The format of currency, excluding symbols. See currency-symbol-format-locale for symbol configuration. +# +# "#,##0.00" is how the majority of countries display currency. +#currency-format: "#,##0.00" + +# Format currency symbols. Some locales use , and . interchangeably. +# Some formats do not display properly in-game due to faulty Minecraft font rendering. +# +# For 1.234,50 use de-DE +# For 1,234.50 use en-US +# For 1'234,50 use fr-ch +#currency-symbol-format-locale: en-US + +############################################################ +# +------------------------------------------------------+ # +# | Help | # +# +------------------------------------------------------+ # +############################################################ + +# Show other plugins commands in help. +non-ess-in-help: true + +# Hide plugins which do not give a permission. +# You can override a true value here for a single plugin by adding a permission to a user/group. +# The individual permission is: essentials.help., anyone with essentials.* or '*' will see all help regardless. +# You can use negative permissions to remove access to just a single plugins help if the following is enabled. +hide-permissionless-help: true + +############################################################ +# +------------------------------------------------------+ # +# | EssentialsX Chat | # +# +------------------------------------------------------+ # +############################################################ + +# You need to install EssentialsX Chat for this section to work. +# See https://essentialsx.net/wiki/Module-Breakdown.html for more information. + +chat: + + # If EssentialsX Chat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global. + # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting. + # Users with essentials.chat.shout can override this by prefixing their message with an exclamation mark (!) + # Users with essentials.chat.question can override this by prefixing their message with a question mark (?) + # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section. + radius: 0 + + # Chat formatting can be done in two ways, you can either define a standard format for all chat. + # Or you can give a group specific chat format, to give some extra variation. + # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting + # Note: Using the {PREFIX} and {SUFFIX} placeholders along with {DISPLAYNAME} may cause double prefixes/suffixes to be shown in chat unless add-prefix-suffix is uncommented and set to false. + + # Available placeholders: + # {MESSAGE} - The content of the chat message. + # {USERNAME} - The sender's username. + # {DISPLAYNAME} - The sender's display name. + # {NICKNAME} - The sender's Essentials nickname. If the sender has no nickname, the username is shown. + # {PREFIX} - The sender's prefix, supplied by a permissions plugin. + # {SUFFIX} - The sender's suffix, supplied by a permissions plugin. + # {GROUP} - The sender's primary group name, supplied by a permissions plugin. + # {WORLD} - The world alias of the sender's current world. See the world-aliases section below for details. + # {WORLDNAME} - The full name of the sender's current world. + # {SHORTWORLDNAME} - The first character of the sender's current world. + # {TEAMNAME} - The sender's scoreboard team name. + # {TEAMPREFIX} - The sender's scoreboard team prefix. + # {TEAMSUFFIX} - The sender's scoreboard team suffix. + + format: '{DISPLAYNAME}&f: {MESSAGE}' + #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}' + #format: '&7{PREFIX}&r {DISPLAYNAME}&r &7{SUFFIX}&r: {MESSAGE}' + + group-formats: + # default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}' + # admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}' + + # If you are using group formats make sure to remove the '#' to allow the setting to be read. + # Note: Group names are case-sensitive so you must match them up with your permission plugin. + + # You can use permissions to control whether players can use formatting codes in their chat messages. + # See https://essentialsx.net/wiki/Color-Permissions.html for more information. + + # World aliases allow you to replace the world name with something different in the chat format. + # If you are using world aliases, make sure to remove the '#' at the start to allow the setting to be read. + world-aliases: + # plots: "&dP&r" + # creative: "&eC&r" + +############################################################ +# +------------------------------------------------------+ # +# | EssentialsX Protect | # +# +------------------------------------------------------+ # +############################################################ + +# You need to install EssentialsX Protect for this section to work. +# See https://essentialsx.net/wiki/Module-Breakdown.html for more information. + +protect: + + # General physics/behavior modifications. Set these to true to disable behaviours. + prevent: + lava-flow: false + water-flow: false + water-bucket-flow: false + fire-spread: true + lava-fire-spread: true + lava-itemdamage: false + flint-fire: false + lightning-fire-spread: true + portal-creation: false + tnt-explosion: false + tnt-playerdamage: false + tnt-itemdamage: false + tnt-minecart-explosion: false + tnt-minecart-playerdamage: false + tnt-minecart-itemdamage: false + fireball-explosion: false + fireball-fire: false + fireball-playerdamage: false + fireball-itemdamage: false + witherskull-explosion: false + witherskull-playerdamage: false + witherskull-itemdamage: false + wither-spawnexplosion: false + wither-blockreplace: false + creeper-explosion: false + creeper-playerdamage: false + creeper-itemdamage: false + creeper-blockdamage: false + ender-crystal-explosion: false + enderdragon-blockdamage: true + enderman-pickup: false + villager-death: false + bed-explosion: false + respawn-anchor-explosion: false + # Monsters won't follow players. + # permission essentials.protect.entitytarget.bypass disables this. + entitytarget: false + # Prevents zombies from breaking down doors + zombie-door-break: false + # Prevents Ravagers from stealing blocks + ravager-thief: false + # Prevents sheep from turning grass to dirt + sheep-eat-grass: false + # Prevent certain transformations. + transformation: + # Prevent creepers becoming charged when struck by lightning. + charged-creeper: false + # Prevent villagers becoming zombie villagers. + zombie-villager: false + # Prevent zombie villagers being cured. + villager: false + # Prevent villagers becoming witches when struck by lightning. + witch: false + # Prevent pigs becoming zombie pigmen when struck by lightning. + zombie-pigman: false + # Prevent zombies turning into drowneds, and husks turning into zombies. + drowned: false + # Prevent mooshrooms changing colour when struck by lightning. + mooshroom: false + # Prevent the spawning of creatures. If a creature is missing, you can add it following the format below. + spawn: + creeper: false + skeleton: false + spider: false + giant: false + zombie: false + slime: false + ghast: false + pig_zombie: false + enderman: false + cave_spider: false + silverfish: false + blaze: false + magma_cube: false + ender_dragon: false + pig: false + sheep: false + cow: false + chicken: false + squid: false + wolf: false + mushroom_cow: false + snowman: false + ocelot: false + iron_golem: false + villager: false + wither: false + bat: false + witch: false + horse: false + phantom: false + + # Maximum height the creeper should explode. -1 allows them to explode everywhere. + # Set prevent.creeper-explosion to true, if you want to disable creeper explosions. + creeper: + max-height: -1 + + # Disable various default physics and behaviors. + disable: + # Should fall damage be disabled? + fall: false + + # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true. + # They will be unable to attack users without that same permission node. + pvp: false + + # Should drowning damage be disabled? + # (Split into two behaviors; generally, you want both set to the same value.) + drown: false + suffocate: false + + # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;) + lavadmg: false + + # Should arrow damage be disabled? + projectiles: false + + # This will disable damage from touching cacti. + contactdmg: false + + # Burn, baby, burn! Should fire damage be disabled? + firedmg: false + + # Should the damage after hit by a lightning be disabled? + lightning: false + + # Should Wither damage be disabled? + wither: false + + # Disable weather options? + weather: + storm: false + thunder: false + lightning: false + +############################################################ +# +------------------------------------------------------+ # +# | EssentialsX AntiBuild | # +# +------------------------------------------------------+ # +############################################################ + + # You need to install EssentialsX AntiBuild for this section to work. + # See https://essentialsx.net/wiki/Module-Breakdown.html and http://wiki.ess3.net/wiki/AntiBuild for more information. + + # Should people without the essentials.build permission be allowed to build? + # Set true to disable building for those people. + # Setting to false means EssentialsAntiBuild will never prevent you from building. + build: true + + # Should people without the essentials.build permission be allowed to use items? + # Set true to disable using for those people. + # Setting to false means EssentialsAntiBuild will never prevent you from using items. + use: true + + # Should we warn people when they are not allowed to build? + warn-on-build-disallow: true + + # For which block types would you like to be alerted? + # You can find a list of items at https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html. + alert: + on-placement: LAVA,TNT,LAVA_BUCKET + on-use: LAVA_BUCKET + on-break: + + blacklist: + + # Which blocks should people be prevented from placing? + placement: LAVA,TNT,LAVA_BUCKET + + # Which items should people be prevented from using? + usage: LAVA_BUCKET + + # Which blocks should people be prevented from breaking? + break: + + # Which blocks should not be moved by pistons? + piston: + + # Which blocks should not be dispensed by dispensers + dispenser: + +############################################################ +# +------------------------------------------------------+ # +# | EssentialsX Spawn + New Players | # +# +------------------------------------------------------+ # +############################################################ + +# You need to install EssentialsX Spawn for this section to work. +# See https://essentialsx.net/wiki/Module-Breakdown.html for more information. + +newbies: + # Should we announce to the server when someone logs in for the first time? + # If so, use this format, replacing {DISPLAYNAME} with the player name. + # If not, set to '' + #announce-format: '' + announce-format: '&dWelcome {DISPLAYNAME}&d to the server!' + + # When we spawn for the first time, which spawnpoint do we use? + # Set to "none" if you want to use the spawn point of the world. + spawnpoint: newbies + + # Do we want to give users anything on first join? Set to '' to disable + # This kit will be given regardless of cost and permissions, and will not trigger the kit delay. + #kit: '' + kit: '' + +# What priority should we use for handling respawns? +# Set this to none, if you want vanilla respawning behaviour. +# Set this to lowest, if you want Multiverse to handle the respawning. +# Set this to high, if you want EssentialsSpawn to handle the respawning. +# Set this to highest, if you want to force EssentialsSpawn to handle the respawning. +# Note: Changes will not apply until after the server is restarted. +respawn-listener-priority: high + +# What priority should we use for handling spawning on joining the server? +# See respawn-listener-priority for possible values. +# Note: Changing this may impact or break spawn-on-join functionality. +# Note: Changes will not apply until after the server is restarted. +spawn-join-listener-priority: high + +# When users die, should they respawn at their first home or bed, instead of the spawnpoint? +respawn-at-home: false + +# When users die, should they respawn at their bed instead of the spawnpoint? +# The value of respawn-at-home (above) has to be true. +respawn-at-home-bed: true + +# When users die, should EssentialsSpawn respect users' respawn anchors? +respawn-at-anchor: false + +# Teleport all joining players to the spawnpoint +spawn-on-join: false +# The following value of `guests` states that all players in group `guests` will be teleported to spawn when joining. +#spawn-on-join: guests +# The following list value states that all players in group `guests` and `admin` are to be teleported to spawn when joining. +#spawn-on-join: +#- guests +#- admin + +# End of file <-- No seriously, you're done with configuration. diff --git a/plugins/Essentials/custom_items.yml b/plugins/Essentials/custom_items.yml index dd79864..ea3002e 100644 --- a/plugins/Essentials/custom_items.yml +++ b/plugins/Essentials/custom_items.yml @@ -1,7 +1,7 @@ -# This file stores custom item aliases. -# NOTE: If you try and alias an item to another entry in this file, the alias won't work. - -aliases: - bluepaint: blue_dye - snad: sand - breakfast: cooked_porkchop +# This file stores custom item aliases. +# NOTE: If you try and alias an item to another entry in this file, the alias won't work. + +aliases: + bluepaint: blue_dye + snad: sand + breakfast: cooked_porkchop diff --git a/plugins/Essentials/items.json b/plugins/Essentials/items.json index de0d205..d23572e 100644 --- a/plugins/Essentials/items.json +++ b/plugins/Essentials/items.json @@ -1,40606 +1,40606 @@ -#version: 2.19.2 -# This file is for internal EssentialsX usage. -# We recommend using custom_items.yml to add custom aliases. -{ - "acacia_boat": { - "material": "ACACIA_BOAT" - }, - "aboat": "acacia_boat", - "acaciaboat": "acacia_boat", - "acaciaraft": "acacia_boat", - "acboat": "acacia_boat", - "acraft": "acacia_boat", - "araft": "acacia_boat", - "boata": "acacia_boat", - "boatac": "acacia_boat", - "boatacacia": "acacia_boat", - "minecraft:acacia_boat": "acacia_boat", - "acacia_button": { - "material": "ACACIA_BUTTON" - }, - "abutton": "acacia_button", - "acaciabutton": "acacia_button", - "acbutton": "acacia_button", - "buttona": "acacia_button", - "buttonac": "acacia_button", - "buttonacacia": "acacia_button", - "minecraft:acacia_button": "acacia_button", - "acacia_door": { - "material": "ACACIA_DOOR" - }, - "acaciadoor": "acacia_door", - "acdoor": "acacia_door", - "adoor": "acacia_door", - "minecraft:acacia_door": "acacia_door", - "acacia_fence": { - "material": "ACACIA_FENCE" - }, - "acaciafence": "acacia_fence", - "acfence": "acacia_fence", - "afence": "acacia_fence", - "minecraft:acacia_fence": "acacia_fence", - "acacia_fence_gate": { - "material": "ACACIA_FENCE_GATE" - }, - "acaciafencegate": "acacia_fence_gate", - "acaciagate": "acacia_fence_gate", - "acfencegate": "acacia_fence_gate", - "acgate": "acacia_fence_gate", - "afencegate": "acacia_fence_gate", - "agate": "acacia_fence_gate", - "gatea": "acacia_fence_gate", - "gateac": "acacia_fence_gate", - "gateacacia": "acacia_fence_gate", - "minecraft:acacia_fence_gate": "acacia_fence_gate", - "acacia_leaves": { - "material": "ACACIA_LEAVES" - }, - "acacialeaf": "acacia_leaves", - "acacialeave": "acacia_leaves", - "acacialeaves": "acacia_leaves", - "acacialogleaf": "acacia_leaves", - "acacialogleave": "acacia_leaves", - "acacialogleaves": "acacia_leaves", - "acaciatreeleaf": "acacia_leaves", - "acaciatreeleave": "acacia_leaves", - "acaciatreeleaves": "acacia_leaves", - "acaciatrunkleaf": "acacia_leaves", - "acaciatrunkleave": "acacia_leaves", - "acaciatrunkleaves": "acacia_leaves", - "acaciawoodleaf": "acacia_leaves", - "acaciawoodleave": "acacia_leaves", - "acaciawoodleaves": "acacia_leaves", - "acleaf": "acacia_leaves", - "acleave": "acacia_leaves", - "acleaves": "acacia_leaves", - "aclogleaf": "acacia_leaves", - "aclogleave": "acacia_leaves", - "aclogleaves": "acacia_leaves", - "actreeleaf": "acacia_leaves", - "actreeleave": "acacia_leaves", - "actreeleaves": "acacia_leaves", - "actrunkleaf": "acacia_leaves", - "actrunkleave": "acacia_leaves", - "actrunkleaves": "acacia_leaves", - "acwoodleaf": "acacia_leaves", - "acwoodleave": "acacia_leaves", - "acwoodleaves": "acacia_leaves", - "aleaf": "acacia_leaves", - "aleave": "acacia_leaves", - "aleaves": "acacia_leaves", - "alogleaf": "acacia_leaves", - "alogleave": "acacia_leaves", - "alogleaves": "acacia_leaves", - "atreeleaf": "acacia_leaves", - "atreeleave": "acacia_leaves", - "atreeleaves": "acacia_leaves", - "atrunkleaf": "acacia_leaves", - "atrunkleave": "acacia_leaves", - "atrunkleaves": "acacia_leaves", - "awoodleaf": "acacia_leaves", - "awoodleave": "acacia_leaves", - "awoodleaves": "acacia_leaves", - "leafa": "acacia_leaves", - "leafac": "acacia_leaves", - "leafacacia": "acacia_leaves", - "leavesa": "acacia_leaves", - "leavesac": "acacia_leaves", - "leavesacacia": "acacia_leaves", - "minecraft:acacia_leaves": "acacia_leaves", - "acacia_log": { - "material": "ACACIA_LOG" - }, - "acacialog": "acacia_log", - "acaciatree": "acacia_log", - "acaciatrunk": "acacia_log", - "aclog": "acacia_log", - "actree": "acacia_log", - "actrunk": "acacia_log", - "alog": "acacia_log", - "atree": "acacia_log", - "atrunk": "acacia_log", - "loga": "acacia_log", - "logac": "acacia_log", - "logacacia": "acacia_log", - "minecraft:acacia_log": "acacia_log", - "acacia_planks": { - "material": "ACACIA_PLANKS" - }, - "acaciaplank": "acacia_planks", - "acaciaplanks": "acacia_planks", - "acaciaplankw": "acacia_planks", - "acaciaplankwood": "acacia_planks", - "acaciaplankwooden": "acacia_planks", - "acaciawoodenplank": "acacia_planks", - "acaciawoodplank": "acacia_planks", - "acaciawplank": "acacia_planks", - "acplank": "acacia_planks", - "acplankw": "acacia_planks", - "acplankwood": "acacia_planks", - "acplankwooden": "acacia_planks", - "acwoodenplank": "acacia_planks", - "acwoodplank": "acacia_planks", - "acwplank": "acacia_planks", - "aplank": "acacia_planks", - "aplankw": "acacia_planks", - "aplankwood": "acacia_planks", - "aplankwooden": "acacia_planks", - "awoodenplank": "acacia_planks", - "awoodplank": "acacia_planks", - "awplank": "acacia_planks", - "minecraft:acacia_planks": "acacia_planks", - "acacia_pressure_plate": { - "material": "ACACIA_PRESSURE_PLATE" - }, - "acaciaplate": "acacia_pressure_plate", - "acaciapplate": "acacia_pressure_plate", - "acaciapressplate": "acacia_pressure_plate", - "acaciapressureplate": "acacia_pressure_plate", - "acplate": "acacia_pressure_plate", - "acpplate": "acacia_pressure_plate", - "acpressplate": "acacia_pressure_plate", - "acpressureplate": "acacia_pressure_plate", - "aplate": "acacia_pressure_plate", - "applate": "acacia_pressure_plate", - "apressplate": "acacia_pressure_plate", - "apressureplate": "acacia_pressure_plate", - "minecraft:acacia_pressure_plate": "acacia_pressure_plate", - "platea": "acacia_pressure_plate", - "plateac": "acacia_pressure_plate", - "plateacacia": "acacia_pressure_plate", - "acacia_sapling": { - "material": "ACACIA_SAPLING" - }, - "acacialogsapling": "acacia_sapling", - "acaciasapling": "acacia_sapling", - "acaciatreesapling": "acacia_sapling", - "acaciatrunksapling": "acacia_sapling", - "acaciawoodsapling": "acacia_sapling", - "aclogsapling": "acacia_sapling", - "acsapling": "acacia_sapling", - "actreesapling": "acacia_sapling", - "actrunksapling": "acacia_sapling", - "acwoodsapling": "acacia_sapling", - "alogsapling": "acacia_sapling", - "asapling": "acacia_sapling", - "atreesapling": "acacia_sapling", - "atrunksapling": "acacia_sapling", - "awoodsapling": "acacia_sapling", - "minecraft:acacia_sapling": "acacia_sapling", - "acacia_sign": { - "material": "ACACIA_SIGN", - "fallbacks": [ - "SIGN" - ] - }, - "acaciasign": "acacia_sign", - "acsign": "acacia_sign", - "asign": "acacia_sign", - "minecraft:acacia_sign": "acacia_sign", - "acacia_slab": { - "material": "ACACIA_SLAB" - }, - "acaciahalfblock": "acacia_slab", - "acaciaslab": "acacia_slab", - "acaciastep": "acacia_slab", - "acaciawhalfblock": "acacia_slab", - "acaciawoodenhalfblock": "acacia_slab", - "acaciawoodenslab": "acacia_slab", - "acaciawoodenstep": "acacia_slab", - "acaciawoodhalfblock": "acacia_slab", - "acaciawoodslab": "acacia_slab", - "acaciawoodstep": "acacia_slab", - "acaciawslab": "acacia_slab", - "acaciawstep": "acacia_slab", - "achalfblock": "acacia_slab", - "acstep": "acacia_slab", - "acwhalfblock": "acacia_slab", - "acwoodenhalfblock": "acacia_slab", - "acwoodenslab": "acacia_slab", - "acwoodenstep": "acacia_slab", - "acwoodhalfblock": "acacia_slab", - "acwoodslab": "acacia_slab", - "acwoodstep": "acacia_slab", - "acwslab": "acacia_slab", - "acwstep": "acacia_slab", - "ahalfblock": "acacia_slab", - "astep": "acacia_slab", - "awhalfblock": "acacia_slab", - "awoodenhalfblock": "acacia_slab", - "awoodenslab": "acacia_slab", - "awoodenstep": "acacia_slab", - "awoodhalfblock": "acacia_slab", - "awoodslab": "acacia_slab", - "awoodstep": "acacia_slab", - "awslab": "acacia_slab", - "awstep": "acacia_slab", - "minecraft:acacia_slab": "acacia_slab", - "acacia_stairs": { - "material": "ACACIA_STAIRS" - }, - "acaciastair": "acacia_stairs", - "acaciastairs": "acacia_stairs", - "acaciawoodenstair": "acacia_stairs", - "acaciawoodenstairs": "acacia_stairs", - "acaciawoodstair": "acacia_stairs", - "acaciawoodstairs": "acacia_stairs", - "acaciawstair": "acacia_stairs", - "acaciawstairs": "acacia_stairs", - "acstair": "acacia_stairs", - "acwoodenstair": "acacia_stairs", - "acwoodenstairs": "acacia_stairs", - "acwoodstair": "acacia_stairs", - "acwoodstairs": "acacia_stairs", - "acwstair": "acacia_stairs", - "acwstairs": "acacia_stairs", - "astair": "acacia_stairs", - "awoodenstair": "acacia_stairs", - "awoodenstairs": "acacia_stairs", - "awoodstair": "acacia_stairs", - "awoodstairs": "acacia_stairs", - "awstair": "acacia_stairs", - "awstairs": "acacia_stairs", - "minecraft:acacia_stairs": "acacia_stairs", - "acacia_trapdoor": { - "material": "ACACIA_TRAPDOOR" - }, - "acaciadoort": "acacia_trapdoor", - "acaciadoortrap": "acacia_trapdoor", - "acaciadtrap": "acacia_trapdoor", - "acaciahatch": "acacia_trapdoor", - "acaciatdoor": "acacia_trapdoor", - "acaciatrapd": "acacia_trapdoor", - "acaciatrapdoor": "acacia_trapdoor", - "acdoort": "acacia_trapdoor", - "acdoortrap": "acacia_trapdoor", - "acdtrap": "acacia_trapdoor", - "achatch": "acacia_trapdoor", - "actdoor": "acacia_trapdoor", - "actrapd": "acacia_trapdoor", - "actrapdoor": "acacia_trapdoor", - "adoort": "acacia_trapdoor", - "adoortrap": "acacia_trapdoor", - "adtrap": "acacia_trapdoor", - "ahatch": "acacia_trapdoor", - "atdoor": "acacia_trapdoor", - "atrapd": "acacia_trapdoor", - "atrapdoor": "acacia_trapdoor", - "minecraft:acacia_trapdoor": "acacia_trapdoor", - "acacia_wood": { - "material": "ACACIA_WOOD" - }, - "acacialogall": "acacia_wood", - "acaciatreeall": "acacia_wood", - "acaciatrunkall": "acacia_wood", - "acaciawood": "acacia_wood", - "aclogall": "acacia_wood", - "actreeall": "acacia_wood", - "actrunkall": "acacia_wood", - "acwood": "acacia_wood", - "alogall": "acacia_wood", - "atreeall": "acacia_wood", - "atrunkall": "acacia_wood", - "awood": "acacia_wood", - "minecraft:acacia_wood": "acacia_wood", - "wooda": "acacia_wood", - "woodac": "acacia_wood", - "woodacacia": "acacia_wood", - "activator_rail": { - "material": "ACTIVATOR_RAIL" - }, - "activaterail": "activator_rail", - "activaterails": "activator_rail", - "activatetrack": "activator_rail", - "activatorrail": "activator_rail", - "activatorrails": "activator_rail", - "activatortrack": "activator_rail", - "actrail": "activator_rail", - "actrails": "activator_rail", - "acttrack": "activator_rail", - "arail": "activator_rail", - "arails": "activator_rail", - "atrack": "activator_rail", - "minecraft:activator_rail": "activator_rail", - "trail": "activator_rail", - "trails": "activator_rail", - "triggerrail": "activator_rail", - "triggerrails": "activator_rail", - "triggertrack": "activator_rail", - "trrail": "activator_rail", - "trrails": "activator_rail", - "trtrack": "activator_rail", - "ttrack": "activator_rail", - "air": { - "material": "AIR" - }, - "minecraft:air": "air", - "allium": { - "material": "ALLIUM" - }, - "minecraft:allium": "allium", - "amethyst_block": { - "material": "AMETHYST_BLOCK" - }, - "amethyst": "amethyst_block", - "amethystblock": "amethyst_block", - "cave": "amethyst_block", - "caveblock": "amethyst_block", - "minecraft:amethyst_block": "amethyst_block", - "amethyst_cluster": { - "material": "AMETHYST_CLUSTER" - }, - "amethystclump": "amethyst_cluster", - "amethystcluster": "amethyst_cluster", - "caveclump": "amethyst_cluster", - "cavecluster": "amethyst_cluster", - "clumpamethyst": "amethyst_cluster", - "clumpcave": "amethyst_cluster", - "clusteramethyst": "amethyst_cluster", - "clustercave": "amethyst_cluster", - "minecraft:amethyst_cluster": "amethyst_cluster", - "amethyst_shard": { - "material": "AMETHYST_SHARD" - }, - "amethystfragment": "amethyst_shard", - "amethystshard": "amethyst_shard", - "cavefragment": "amethyst_shard", - "caveshard": "amethyst_shard", - "minecraft:amethyst_shard": "amethyst_shard", - "ancient_debris": { - "material": "ANCIENT_DEBRIS" - }, - "ancientdebris": "ancient_debris", - "minecraft:ancient_debris": "ancient_debris", - "andesite": { - "material": "ANDESITE" - }, - "and": "andesite", - "andb": "andesite", - "andbl": "andesite", - "andblock": "andesite", - "andesiteb": "andesite", - "andesitebl": "andesite", - "andesiteblock": "andesite", - "andstone": "andesite", - "andstoneb": "andesite", - "andstonebl": "andesite", - "andstoneblock": "andesite", - "astone": "andesite", - "astoneb": "andesite", - "astonebl": "andesite", - "astoneblock": "andesite", - "minecraft:andesite": "andesite", - "andesite_slab": { - "material": "ANDESITE_SLAB" - }, - "andesitehalfblock": "andesite_slab", - "andesiteslab": "andesite_slab", - "andesitestep": "andesite_slab", - "andhalfblock": "andesite_slab", - "andstep": "andesite_slab", - "andstonehalfblock": "andesite_slab", - "andstonestep": "andesite_slab", - "astonehalfblock": "andesite_slab", - "astonestep": "andesite_slab", - "minecraft:andesite_slab": "andesite_slab", - "andesite_stairs": { - "material": "ANDESITE_STAIRS" - }, - "andesitestair": "andesite_stairs", - "andesitestairs": "andesite_stairs", - "andstair": "andesite_stairs", - "andstairs": "andesite_stairs", - "andstonestair": "andesite_stairs", - "andstonestairs": "andesite_stairs", - "astonestair": "andesite_stairs", - "astonestairs": "andesite_stairs", - "minecraft:andesite_stairs": "andesite_stairs", - "andesite_wall": { - "material": "ANDESITE_WALL" - }, - "andesitewall": "andesite_wall", - "andstonewall": "andesite_wall", - "andwall": "andesite_wall", - "astonewall": "andesite_wall", - "minecraft:andesite_wall": "andesite_wall", - "walland": "andesite_wall", - "wallandesite": "andesite_wall", - "wallandstone": "andesite_wall", - "wallastone": "andesite_wall", - "anvil": { - "material": "ANVIL" - }, - "minecraft:anvil": "anvil", - "apple": { - "material": "APPLE" - }, - "minecraft:apple": "apple", - "armor_stand": { - "material": "ARMOR_STAND" - }, - "armorstand": "armor_stand", - "minecraft:armor_stand": "armor_stand", - "arrow": { - "material": "ARROW" - }, - "minecraft:arrow": "arrow", - "awkward_lingering_potion": { - "potionData": { - "type": "AWKWARD", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotawkward": "awkward_lingering_potion", - "aoepotionawkward": "awkward_lingering_potion", - "areapotawkward": "awkward_lingering_potion", - "areapotionawkward": "awkward_lingering_potion", - "awkwardaoepoiont": "awkward_lingering_potion", - "awkwardaoepot": "awkward_lingering_potion", - "awkwardareapot": "awkward_lingering_potion", - "awkwardareapotion": "awkward_lingering_potion", - "awkwardcloudpot": "awkward_lingering_potion", - "awkwardcloudpotion": "awkward_lingering_potion", - "awkwardlingerpot": "awkward_lingering_potion", - "cloudpotawkward": "awkward_lingering_potion", - "cloudpotionawkward": "awkward_lingering_potion", - "lingerpotawkward": "awkward_lingering_potion", - "awkward_potion": { - "potionData": { - "type": "AWKWARD", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "awkwardpot": "awkward_potion", - "awkwardpotion": "awkward_potion", - "potionofawkward": "awkward_potion", - "potofawkward": "awkward_potion", - "awkward_splash_potion": { - "potionData": { - "type": "AWKWARD", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "awkwardsplashpot": "awkward_splash_potion", - "awkwardsplashpotion": "awkward_splash_potion", - "splashawkwardpot": "awkward_splash_potion", - "splashawkwardpotion": "awkward_splash_potion", - "splawkwardpot": "awkward_splash_potion", - "splawkwardpotion": "awkward_splash_potion", - "awkward_tipped_arrow": { - "potionData": { - "type": "AWKWARD", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowawkward": "awkward_tipped_arrow", - "awkwardarrow": "awkward_tipped_arrow", - "awkwardtarr": "awkward_tipped_arrow", - "awkwardtarrow": "awkward_tipped_arrow", - "awkwardtippedarrow": "awkward_tipped_arrow", - "axolotl_bucket": { - "material": "AXOLOTL_BUCKET" - }, - "axolotlbucket": "axolotl_bucket", - "axolotlbukkit": "axolotl_bucket", - "axolotlpail": "axolotl_bucket", - "bucketoaxolotl": "axolotl_bucket", - "bucketowalkingfish": "axolotl_bucket", - "minecraft:axolotl_bucket": "axolotl_bucket", - "walkingfishbucket": "axolotl_bucket", - "walkingfishbukkit": "axolotl_bucket", - "walkingfishpail": "axolotl_bucket", - "axolotl_spawn_egg": { - "material": "AXOLOTL_SPAWN_EGG" - }, - "axolotlegg": "axolotl_spawn_egg", - "axolotlsegg": "axolotl_spawn_egg", - "axolotlspawn": "axolotl_spawn_egg", - "axolotlspawnegg": "axolotl_spawn_egg", - "eggaxolotl": "axolotl_spawn_egg", - "eggwalkingfish": "axolotl_spawn_egg", - "minecraft:axolotl_spawn_egg": "axolotl_spawn_egg", - "seggaxolotl": "axolotl_spawn_egg", - "seggwalkingfish": "axolotl_spawn_egg", - "spawnaxolotl": "axolotl_spawn_egg", - "spawneggaxolotl": "axolotl_spawn_egg", - "spawneggwalkingfish": "axolotl_spawn_egg", - "spawnwalkingfish": "axolotl_spawn_egg", - "walkingfishegg": "axolotl_spawn_egg", - "walkingfishsegg": "axolotl_spawn_egg", - "walkingfishspawn": "axolotl_spawn_egg", - "walkingfishspawnegg": "axolotl_spawn_egg", - "axolotl_spawner": { - "entity": "AXOLOTL", - "material": "SPAWNER" - }, - "axolotlcage": "axolotl_spawner", - "axolotlmcage": "axolotl_spawner", - "axolotlmobcage": "axolotl_spawner", - "axolotlmobspawner": "axolotl_spawner", - "axolotlmonstercage": "axolotl_spawner", - "axolotlmonsterspawner": "axolotl_spawner", - "axolotlmspawner": "axolotl_spawner", - "axolotlspawner": "axolotl_spawner", - "walkingfishcage": "axolotl_spawner", - "walkingfishmcage": "axolotl_spawner", - "walkingfishmobcage": "axolotl_spawner", - "walkingfishmobspawner": "axolotl_spawner", - "walkingfishmonstercage": "axolotl_spawner", - "walkingfishmonsterspawner": "axolotl_spawner", - "walkingfishmspawner": "axolotl_spawner", - "walkingfishspawner": "axolotl_spawner", - "azalea": { - "material": "AZALEA" - }, - "minecraft:azalea": "azalea", - "azalea_leaves": { - "material": "AZALEA_LEAVES" - }, - "azaleaf": "azalea_leaves", - "azalealeaf": "azalea_leaves", - "azalealeave": "azalea_leaves", - "azalealeaves": "azalea_leaves", - "azalealogleaf": "azalea_leaves", - "azalealogleave": "azalea_leaves", - "azalealogleaves": "azalea_leaves", - "azaleatreeleaf": "azalea_leaves", - "azaleatreeleave": "azalea_leaves", - "azaleatreeleaves": "azalea_leaves", - "azaleatrunkleaf": "azalea_leaves", - "azaleatrunkleave": "azalea_leaves", - "azaleatrunkleaves": "azalea_leaves", - "azaleave": "azalea_leaves", - "azaleaves": "azalea_leaves", - "azaleawoodleaf": "azalea_leaves", - "azaleawoodleave": "azalea_leaves", - "azaleawoodleaves": "azalea_leaves", - "azalogleaf": "azalea_leaves", - "azalogleave": "azalea_leaves", - "azalogleaves": "azalea_leaves", - "azatreeleaf": "azalea_leaves", - "azatreeleave": "azalea_leaves", - "azatreeleaves": "azalea_leaves", - "azatrunkleaf": "azalea_leaves", - "azatrunkleave": "azalea_leaves", - "azatrunkleaves": "azalea_leaves", - "azawoodleaf": "azalea_leaves", - "azawoodleave": "azalea_leaves", - "azawoodleaves": "azalea_leaves", - "azleaf": "azalea_leaves", - "azleave": "azalea_leaves", - "azleaves": "azalea_leaves", - "azlogleaf": "azalea_leaves", - "azlogleave": "azalea_leaves", - "azlogleaves": "azalea_leaves", - "aztreeleaf": "azalea_leaves", - "aztreeleave": "azalea_leaves", - "aztreeleaves": "azalea_leaves", - "aztrunkleaf": "azalea_leaves", - "aztrunkleave": "azalea_leaves", - "aztrunkleaves": "azalea_leaves", - "azwoodleaf": "azalea_leaves", - "azwoodleave": "azalea_leaves", - "azwoodleaves": "azalea_leaves", - "leafaz": "azalea_leaves", - "leafaza": "azalea_leaves", - "leafazalea": "azalea_leaves", - "leavesaz": "azalea_leaves", - "leavesaza": "azalea_leaves", - "leavesazalea": "azalea_leaves", - "minecraft:azalea_leaves": "azalea_leaves", - "azure_bluet": { - "material": "AZURE_BLUET" - }, - "azurebluet": "azure_bluet", - "minecraft:azure_bluet": "azure_bluet", - "baked_potato": { - "material": "BAKED_POTATO" - }, - "bakedpotato": "baked_potato", - "minecraft:baked_potato": "baked_potato", - "bamboo": { - "material": "BAMBOO" - }, - "minecraft:bamboo": "bamboo", - "barrel": { - "material": "BARREL" - }, - "minecraft:barrel": "barrel", - "barrier": { - "material": "BARRIER" - }, - "minecraft:barrier": "barrier", - "basalt": { - "material": "BASALT" - }, - "bas": "basalt", - "basaltb": "basalt", - "basaltbl": "basalt", - "basaltblock": "basalt", - "basaltst": "basalt", - "basaltstb": "basalt", - "basaltstbl": "basalt", - "basaltstblock": "basalt", - "basb": "basalt", - "basbl": "basalt", - "basblock": "basalt", - "bast": "basalt", - "bastb": "basalt", - "bastbl": "basalt", - "bastblock": "basalt", - "minecraft:basalt": "basalt", - "bat_spawn_egg": { - "material": "BAT_SPAWN_EGG" - }, - "bategg": "bat_spawn_egg", - "batsegg": "bat_spawn_egg", - "batspawn": "bat_spawn_egg", - "batspawnegg": "bat_spawn_egg", - "eggbat": "bat_spawn_egg", - "minecraft:bat_spawn_egg": "bat_spawn_egg", - "seggbat": "bat_spawn_egg", - "spawnbat": "bat_spawn_egg", - "spawneggbat": "bat_spawn_egg", - "bat_spawner": { - "entity": "BAT", - "material": "SPAWNER" - }, - "batcage": "bat_spawner", - "batmcage": "bat_spawner", - "batmobcage": "bat_spawner", - "batmobspawner": "bat_spawner", - "batmonstercage": "bat_spawner", - "batmonsterspawner": "bat_spawner", - "batmspawner": "bat_spawner", - "batspawner": "bat_spawner", - "beacon": { - "material": "BEACON" - }, - "minecraft:beacon": "beacon", - "bedrock": { - "material": "BEDROCK" - }, - "minecraft:bedrock": "bedrock", - "bee_nest": { - "material": "BEE_NEST" - }, - "beenest": "bee_nest", - "minecraft:bee_nest": "bee_nest", - "bee_spawn_egg": { - "material": "BEE_SPAWN_EGG" - }, - "beeegg": "bee_spawn_egg", - "beesegg": "bee_spawn_egg", - "beespawn": "bee_spawn_egg", - "beespawnegg": "bee_spawn_egg", - "eggbee": "bee_spawn_egg", - "minecraft:bee_spawn_egg": "bee_spawn_egg", - "seggbee": "bee_spawn_egg", - "spawnbee": "bee_spawn_egg", - "spawneggbee": "bee_spawn_egg", - "bee_spawner": { - "entity": "BEE", - "material": "SPAWNER" - }, - "beecage": "bee_spawner", - "beemcage": "bee_spawner", - "beemobcage": "bee_spawner", - "beemobspawner": "bee_spawner", - "beemonstercage": "bee_spawner", - "beemonsterspawner": "bee_spawner", - "beemspawner": "bee_spawner", - "beespawner": "bee_spawner", - "beef": { - "material": "BEEF" - }, - "cowmeat": "beef", - "minecraft:beef": "beef", - "plainbeef": "beef", - "plaincowmeat": "beef", - "plainsteak": "beef", - "rabeef": "beef", - "racowmeat": "beef", - "rasteak": "beef", - "rawbeef": "beef", - "rawcowmeat": "beef", - "rawsteak": "beef", - "steak": "beef", - "uncookedbeef": "beef", - "uncookedcowmeat": "beef", - "uncookedsteak": "beef", - "beehive": { - "material": "BEEHIVE" - }, - "minecraft:beehive": "beehive", - "beetroot": { - "material": "BEETROOT" - }, - "minecraft:beetroot": "beetroot", - "beetroot_seeds": { - "material": "BEETROOT_SEEDS" - }, - "beetrootseeds": "beetroot_seeds", - "minecraft:beetroot_seeds": "beetroot_seeds", - "beetroot_soup": { - "material": "BEETROOT_SOUP" - }, - "beetrootsoup": "beetroot_soup", - "minecraft:beetroot_soup": "beetroot_soup", - "bell": { - "material": "BELL" - }, - "minecraft:bell": "bell", - "big_dripleaf": { - "material": "BIG_DRIPLEAF" - }, - "bigdripleaf": "big_dripleaf", - "minecraft:big_dripleaf": "big_dripleaf", - "birch_boat": { - "material": "BIRCH_BOAT" - }, - "bboat": "birch_boat", - "birchboat": "birch_boat", - "birchraft": "birch_boat", - "boatb": "birch_boat", - "boatbirch": "birch_boat", - "boatl": "birch_boat", - "boatlight": "birch_boat", - "boatw": "birch_boat", - "boatwhite": "birch_boat", - "braft": "birch_boat", - "lboat": "birch_boat", - "lightboat": "birch_boat", - "lightraft": "birch_boat", - "lraft": "birch_boat", - "minecraft:birch_boat": "birch_boat", - "wboat": "birch_boat", - "whiteboat": "birch_boat", - "whiteraft": "birch_boat", - "wraft": "birch_boat", - "birch_button": { - "material": "BIRCH_BUTTON" - }, - "bbutton": "birch_button", - "birchbutton": "birch_button", - "buttonb": "birch_button", - "buttonbirch": "birch_button", - "buttonl": "birch_button", - "buttonlight": "birch_button", - "buttonw": "birch_button", - "buttonwhite": "birch_button", - "lbutton": "birch_button", - "lightbutton": "birch_button", - "minecraft:birch_button": "birch_button", - "wbutton": "birch_button", - "whitebutton": "birch_button", - "birch_door": { - "material": "BIRCH_DOOR" - }, - "bdoor": "birch_door", - "birchdoor": "birch_door", - "ldoor": "birch_door", - "lightdoor": "birch_door", - "minecraft:birch_door": "birch_door", - "wdoor": "birch_door", - "whitedoor": "birch_door", - "birch_fence": { - "material": "BIRCH_FENCE" - }, - "bfence": "birch_fence", - "birchfence": "birch_fence", - "lfence": "birch_fence", - "lightfence": "birch_fence", - "minecraft:birch_fence": "birch_fence", - "wfence": "birch_fence", - "whitefence": "birch_fence", - "birch_fence_gate": { - "material": "BIRCH_FENCE_GATE" - }, - "bfencegate": "birch_fence_gate", - "bgate": "birch_fence_gate", - "birchfencegate": "birch_fence_gate", - "birchgate": "birch_fence_gate", - "gateb": "birch_fence_gate", - "gatebirch": "birch_fence_gate", - "gatel": "birch_fence_gate", - "gatelight": "birch_fence_gate", - "gatew": "birch_fence_gate", - "gatewhite": "birch_fence_gate", - "lfencegate": "birch_fence_gate", - "lgate": "birch_fence_gate", - "lightfencegate": "birch_fence_gate", - "lightgate": "birch_fence_gate", - "minecraft:birch_fence_gate": "birch_fence_gate", - "wfencegate": "birch_fence_gate", - "wgate": "birch_fence_gate", - "whitefencegate": "birch_fence_gate", - "whitegate": "birch_fence_gate", - "birch_leaves": { - "material": "BIRCH_LEAVES" - }, - "birchleaf": "birch_leaves", - "birchleave": "birch_leaves", - "birchleaves": "birch_leaves", - "birchlogleaf": "birch_leaves", - "birchlogleave": "birch_leaves", - "birchlogleaves": "birch_leaves", - "birchtreeleaf": "birch_leaves", - "birchtreeleave": "birch_leaves", - "birchtreeleaves": "birch_leaves", - "birchtrunkleaf": "birch_leaves", - "birchtrunkleave": "birch_leaves", - "birchtrunkleaves": "birch_leaves", - "birchwoodleaf": "birch_leaves", - "birchwoodleave": "birch_leaves", - "birchwoodleaves": "birch_leaves", - "bleaf": "birch_leaves", - "bleave": "birch_leaves", - "bleaves": "birch_leaves", - "blogleaf": "birch_leaves", - "blogleave": "birch_leaves", - "blogleaves": "birch_leaves", - "btreeleaf": "birch_leaves", - "btreeleave": "birch_leaves", - "btreeleaves": "birch_leaves", - "btrunkleaf": "birch_leaves", - "btrunkleave": "birch_leaves", - "btrunkleaves": "birch_leaves", - "bwoodleaf": "birch_leaves", - "bwoodleave": "birch_leaves", - "bwoodleaves": "birch_leaves", - "leafb": "birch_leaves", - "leafbirch": "birch_leaves", - "leafl": "birch_leaves", - "leaflight": "birch_leaves", - "leafw": "birch_leaves", - "leafwhite": "birch_leaves", - "leavesb": "birch_leaves", - "leavesbirch": "birch_leaves", - "leavesl": "birch_leaves", - "leaveslight": "birch_leaves", - "leavesw": "birch_leaves", - "leaveswhite": "birch_leaves", - "lightleaf": "birch_leaves", - "lightleave": "birch_leaves", - "lightleaves": "birch_leaves", - "lightlogleaf": "birch_leaves", - "lightlogleave": "birch_leaves", - "lightlogleaves": "birch_leaves", - "lighttreeleaf": "birch_leaves", - "lighttreeleave": "birch_leaves", - "lighttreeleaves": "birch_leaves", - "lighttrunkleaf": "birch_leaves", - "lighttrunkleave": "birch_leaves", - "lighttrunkleaves": "birch_leaves", - "lightwoodleaf": "birch_leaves", - "lightwoodleave": "birch_leaves", - "lightwoodleaves": "birch_leaves", - "lleaf": "birch_leaves", - "lleave": "birch_leaves", - "lleaves": "birch_leaves", - "llogleaf": "birch_leaves", - "llogleave": "birch_leaves", - "llogleaves": "birch_leaves", - "ltreeleaf": "birch_leaves", - "ltreeleave": "birch_leaves", - "ltreeleaves": "birch_leaves", - "ltrunkleaf": "birch_leaves", - "ltrunkleave": "birch_leaves", - "ltrunkleaves": "birch_leaves", - "lwoodleaf": "birch_leaves", - "lwoodleave": "birch_leaves", - "lwoodleaves": "birch_leaves", - "minecraft:birch_leaves": "birch_leaves", - "whiteleaf": "birch_leaves", - "whiteleave": "birch_leaves", - "whiteleaves": "birch_leaves", - "whitelogleaf": "birch_leaves", - "whitelogleave": "birch_leaves", - "whitelogleaves": "birch_leaves", - "whitetreeleaf": "birch_leaves", - "whitetreeleave": "birch_leaves", - "whitetreeleaves": "birch_leaves", - "whitetrunkleaf": "birch_leaves", - "whitetrunkleave": "birch_leaves", - "whitetrunkleaves": "birch_leaves", - "whitewoodleaf": "birch_leaves", - "whitewoodleave": "birch_leaves", - "whitewoodleaves": "birch_leaves", - "wleaf": "birch_leaves", - "wleave": "birch_leaves", - "wleaves": "birch_leaves", - "wlogleaf": "birch_leaves", - "wlogleave": "birch_leaves", - "wlogleaves": "birch_leaves", - "wtreeleaf": "birch_leaves", - "wtreeleave": "birch_leaves", - "wtreeleaves": "birch_leaves", - "wtrunkleaf": "birch_leaves", - "wtrunkleave": "birch_leaves", - "wtrunkleaves": "birch_leaves", - "wwoodleaf": "birch_leaves", - "wwoodleave": "birch_leaves", - "wwoodleaves": "birch_leaves", - "birch_log": { - "material": "BIRCH_LOG" - }, - "birchlog": "birch_log", - "birchtree": "birch_log", - "birchtrunk": "birch_log", - "blog": "birch_log", - "btree": "birch_log", - "btrunk": "birch_log", - "lightlog": "birch_log", - "lighttree": "birch_log", - "lighttrunk": "birch_log", - "llog": "birch_log", - "logb": "birch_log", - "logbirch": "birch_log", - "logl": "birch_log", - "loglight": "birch_log", - "logw": "birch_log", - "logwhite": "birch_log", - "ltree": "birch_log", - "ltrunk": "birch_log", - "minecraft:birch_log": "birch_log", - "whitelog": "birch_log", - "whitetree": "birch_log", - "whitetrunk": "birch_log", - "wlog": "birch_log", - "wtree": "birch_log", - "wtrunk": "birch_log", - "birch_planks": { - "material": "BIRCH_PLANKS" - }, - "birchplank": "birch_planks", - "birchplanks": "birch_planks", - "birchplankw": "birch_planks", - "birchplankwood": "birch_planks", - "birchplankwooden": "birch_planks", - "birchwoodenplank": "birch_planks", - "birchwoodplank": "birch_planks", - "birchwplank": "birch_planks", - "bplank": "birch_planks", - "bplankw": "birch_planks", - "bplankwood": "birch_planks", - "bplankwooden": "birch_planks", - "bwoodenplank": "birch_planks", - "bwoodplank": "birch_planks", - "bwplank": "birch_planks", - "lightplank": "birch_planks", - "lightplankw": "birch_planks", - "lightplankwood": "birch_planks", - "lightplankwooden": "birch_planks", - "lightwoodenplank": "birch_planks", - "lightwoodplank": "birch_planks", - "lightwplank": "birch_planks", - "lplank": "birch_planks", - "lplankw": "birch_planks", - "lplankwood": "birch_planks", - "lplankwooden": "birch_planks", - "lwoodenplank": "birch_planks", - "lwoodplank": "birch_planks", - "lwplank": "birch_planks", - "minecraft:birch_planks": "birch_planks", - "whiteplank": "birch_planks", - "whiteplankw": "birch_planks", - "whiteplankwood": "birch_planks", - "whiteplankwooden": "birch_planks", - "whitewoodenplank": "birch_planks", - "whitewoodplank": "birch_planks", - "whitewplank": "birch_planks", - "wplank": "birch_planks", - "wplankw": "birch_planks", - "wplankwood": "birch_planks", - "wplankwooden": "birch_planks", - "wwoodenplank": "birch_planks", - "wwoodplank": "birch_planks", - "wwplank": "birch_planks", - "birch_pressure_plate": { - "material": "BIRCH_PRESSURE_PLATE" - }, - "birchplate": "birch_pressure_plate", - "birchpplate": "birch_pressure_plate", - "birchpressplate": "birch_pressure_plate", - "birchpressureplate": "birch_pressure_plate", - "bplate": "birch_pressure_plate", - "bpplate": "birch_pressure_plate", - "bpressplate": "birch_pressure_plate", - "bpressureplate": "birch_pressure_plate", - "lightplate": "birch_pressure_plate", - "lightpplate": "birch_pressure_plate", - "lightpressplate": "birch_pressure_plate", - "lightpressureplate": "birch_pressure_plate", - "lplate": "leather_chestplate", - "lpplate": "birch_pressure_plate", - "lpressplate": "birch_pressure_plate", - "lpressureplate": "birch_pressure_plate", - "minecraft:birch_pressure_plate": "birch_pressure_plate", - "plateb": "birch_pressure_plate", - "platebirch": "birch_pressure_plate", - "platel": "birch_pressure_plate", - "platelight": "birch_pressure_plate", - "platew": "birch_pressure_plate", - "platewhite": "birch_pressure_plate", - "whiteplate": "birch_pressure_plate", - "whitepplate": "birch_pressure_plate", - "whitepressplate": "birch_pressure_plate", - "whitepressureplate": "birch_pressure_plate", - "wplate": "birch_pressure_plate", - "wpplate": "birch_pressure_plate", - "wpressplate": "birch_pressure_plate", - "wpressureplate": "birch_pressure_plate", - "birch_sapling": { - "material": "BIRCH_SAPLING" - }, - "birchlogsapling": "birch_sapling", - "birchsapling": "birch_sapling", - "birchtreesapling": "birch_sapling", - "birchtrunksapling": "birch_sapling", - "birchwoodsapling": "birch_sapling", - "blogsapling": "birch_sapling", - "bsapling": "birch_sapling", - "btreesapling": "birch_sapling", - "btrunksapling": "birch_sapling", - "bwoodsapling": "birch_sapling", - "lightlogsapling": "birch_sapling", - "lightsapling": "birch_sapling", - "lighttreesapling": "birch_sapling", - "lighttrunksapling": "birch_sapling", - "lightwoodsapling": "birch_sapling", - "llogsapling": "birch_sapling", - "lsapling": "birch_sapling", - "ltreesapling": "birch_sapling", - "ltrunksapling": "birch_sapling", - "lwoodsapling": "birch_sapling", - "minecraft:birch_sapling": "birch_sapling", - "whitelogsapling": "birch_sapling", - "whitesapling": "birch_sapling", - "whitetreesapling": "birch_sapling", - "whitetrunksapling": "birch_sapling", - "whitewoodsapling": "birch_sapling", - "wlogsapling": "birch_sapling", - "wsapling": "birch_sapling", - "wtreesapling": "birch_sapling", - "wtrunksapling": "birch_sapling", - "wwoodsapling": "birch_sapling", - "birch_sign": { - "material": "BIRCH_SIGN", - "fallbacks": [ - "SIGN" - ] - }, - "birchsign": "birch_sign", - "bsign": "birch_sign", - "lightsign": "birch_sign", - "lsign": "birch_sign", - "minecraft:birch_sign": "birch_sign", - "whitesign": "birch_sign", - "wsign": "birch_sign", - "birch_slab": { - "material": "BIRCH_SLAB" - }, - "bhalfblock": "birch_slab", - "birchhalfblock": "birch_slab", - "birchslab": "birch_slab", - "birchstep": "birch_slab", - "birchwhalfblock": "birch_slab", - "birchwoodenhalfblock": "birch_slab", - "birchwoodenslab": "birch_slab", - "birchwoodenstep": "birch_slab", - "birchwoodhalfblock": "birch_slab", - "birchwoodslab": "birch_slab", - "birchwoodstep": "birch_slab", - "birchwslab": "birch_slab", - "birchwstep": "birch_slab", - "bstep": "birch_slab", - "bwhalfblock": "birch_slab", - "bwoodenhalfblock": "birch_slab", - "bwoodenslab": "birch_slab", - "bwoodenstep": "birch_slab", - "bwoodhalfblock": "birch_slab", - "bwoodslab": "birch_slab", - "bwoodstep": "birch_slab", - "bwslab": "birch_slab", - "bwstep": "birch_slab", - "lhalfblock": "birch_slab", - "lighthalfblock": "birch_slab", - "lightstep": "birch_slab", - "lightwhalfblock": "birch_slab", - "lightwoodenhalfblock": "birch_slab", - "lightwoodenslab": "birch_slab", - "lightwoodenstep": "birch_slab", - "lightwoodhalfblock": "birch_slab", - "lightwoodslab": "birch_slab", - "lightwoodstep": "birch_slab", - "lightwslab": "birch_slab", - "lightwstep": "birch_slab", - "lstep": "birch_slab", - "lwhalfblock": "birch_slab", - "lwoodenhalfblock": "birch_slab", - "lwoodenslab": "birch_slab", - "lwoodenstep": "birch_slab", - "lwoodhalfblock": "birch_slab", - "lwoodslab": "birch_slab", - "lwoodstep": "birch_slab", - "lwslab": "birch_slab", - "lwstep": "birch_slab", - "minecraft:birch_slab": "birch_slab", - "whalfblock": "birch_slab", - "whitehalfblock": "birch_slab", - "whitestep": "birch_slab", - "whitewhalfblock": "birch_slab", - "whitewoodenhalfblock": "birch_slab", - "whitewoodenslab": "birch_slab", - "whitewoodenstep": "birch_slab", - "whitewoodhalfblock": "birch_slab", - "whitewoodslab": "birch_slab", - "whitewoodstep": "birch_slab", - "whitewslab": "birch_slab", - "whitewstep": "birch_slab", - "wstep": "birch_slab", - "wwhalfblock": "birch_slab", - "wwoodenhalfblock": "birch_slab", - "wwoodenslab": "birch_slab", - "wwoodenstep": "birch_slab", - "wwoodhalfblock": "birch_slab", - "wwoodslab": "birch_slab", - "wwoodstep": "birch_slab", - "wwslab": "birch_slab", - "wwstep": "birch_slab", - "birch_stairs": { - "material": "BIRCH_STAIRS" - }, - "birchstair": "birch_stairs", - "birchstairs": "birch_stairs", - "birchwoodenstair": "birch_stairs", - "birchwoodenstairs": "birch_stairs", - "birchwoodstair": "birch_stairs", - "birchwoodstairs": "birch_stairs", - "birchwstair": "birch_stairs", - "birchwstairs": "birch_stairs", - "bstair": "birch_stairs", - "bwoodenstair": "birch_stairs", - "bwoodenstairs": "birch_stairs", - "bwoodstair": "birch_stairs", - "bwoodstairs": "birch_stairs", - "bwstair": "birch_stairs", - "bwstairs": "birch_stairs", - "lightstair": "birch_stairs", - "lightwoodenstair": "birch_stairs", - "lightwoodenstairs": "birch_stairs", - "lightwoodstair": "birch_stairs", - "lightwoodstairs": "birch_stairs", - "lightwstair": "birch_stairs", - "lightwstairs": "birch_stairs", - "lstair": "birch_stairs", - "lwoodenstair": "birch_stairs", - "lwoodenstairs": "birch_stairs", - "lwoodstair": "birch_stairs", - "lwoodstairs": "birch_stairs", - "lwstair": "birch_stairs", - "lwstairs": "birch_stairs", - "minecraft:birch_stairs": "birch_stairs", - "whitestair": "birch_stairs", - "whitewoodenstair": "birch_stairs", - "whitewoodenstairs": "birch_stairs", - "whitewoodstair": "birch_stairs", - "whitewoodstairs": "birch_stairs", - "whitewstair": "birch_stairs", - "whitewstairs": "birch_stairs", - "wstair": "birch_stairs", - "wwoodenstair": "birch_stairs", - "wwoodenstairs": "birch_stairs", - "wwoodstair": "birch_stairs", - "wwoodstairs": "birch_stairs", - "wwstair": "birch_stairs", - "wwstairs": "birch_stairs", - "birch_trapdoor": { - "material": "BIRCH_TRAPDOOR" - }, - "bdoort": "birch_trapdoor", - "bdoortrap": "birch_trapdoor", - "bdtrap": "birch_trapdoor", - "bhatch": "birch_trapdoor", - "birchdoort": "birch_trapdoor", - "birchdoortrap": "birch_trapdoor", - "birchdtrap": "birch_trapdoor", - "birchhatch": "birch_trapdoor", - "birchtdoor": "birch_trapdoor", - "birchtrapd": "birch_trapdoor", - "birchtrapdoor": "birch_trapdoor", - "btdoor": "birch_trapdoor", - "btrapd": "birch_trapdoor", - "btrapdoor": "birch_trapdoor", - "ldoort": "birch_trapdoor", - "ldoortrap": "birch_trapdoor", - "ldtrap": "birch_trapdoor", - "lhatch": "birch_trapdoor", - "lightdoort": "birch_trapdoor", - "lightdoortrap": "birch_trapdoor", - "lightdtrap": "birch_trapdoor", - "lighthatch": "birch_trapdoor", - "lighttdoor": "birch_trapdoor", - "lighttrapd": "birch_trapdoor", - "lighttrapdoor": "birch_trapdoor", - "ltdoor": "birch_trapdoor", - "ltrapd": "birch_trapdoor", - "ltrapdoor": "birch_trapdoor", - "minecraft:birch_trapdoor": "birch_trapdoor", - "wdoort": "birch_trapdoor", - "wdoortrap": "birch_trapdoor", - "wdtrap": "birch_trapdoor", - "whatch": "birch_trapdoor", - "whitedoort": "birch_trapdoor", - "whitedoortrap": "birch_trapdoor", - "whitedtrap": "birch_trapdoor", - "whitehatch": "birch_trapdoor", - "whitetdoor": "birch_trapdoor", - "whitetrapd": "birch_trapdoor", - "whitetrapdoor": "birch_trapdoor", - "wtdoor": "birch_trapdoor", - "wtrapd": "birch_trapdoor", - "wtrapdoor": "birch_trapdoor", - "birch_wood": { - "material": "BIRCH_WOOD" - }, - "birchlogall": "birch_wood", - "birchtreeall": "birch_wood", - "birchtrunkall": "birch_wood", - "birchwood": "birch_wood", - "blogall": "birch_wood", - "btreeall": "birch_wood", - "btrunkall": "birch_wood", - "bwood": "birch_wood", - "lightlogall": "birch_wood", - "lighttreeall": "birch_wood", - "lighttrunkall": "birch_wood", - "lightwood": "birch_wood", - "llogall": "birch_wood", - "ltreeall": "birch_wood", - "ltrunkall": "birch_wood", - "lwood": "birch_wood", - "minecraft:birch_wood": "birch_wood", - "whitelogall": "birch_wood", - "whitetreeall": "birch_wood", - "whitetrunkall": "birch_wood", - "whitewood": "birch_wood", - "wlogall": "birch_wood", - "woodb": "birch_wood", - "woodbirch": "birch_wood", - "woodl": "birch_wood", - "woodlight": "birch_wood", - "woodw": "birch_wood", - "woodwhite": "birch_wood", - "wtreeall": "birch_wood", - "wtrunkall": "birch_wood", - "wwood": "birch_wood", - "black_banner": { - "material": "BLACK_BANNER" - }, - "bkbanner": "black_banner", - "blabanner": "black_banner", - "blackbanner": "black_banner", - "minecraft:black_banner": "black_banner", - "black_bed": { - "material": "BLACK_BED" - }, - "bkbed": "black_bed", - "blabed": "black_bed", - "blackbed": "black_bed", - "minecraft:black_bed": "black_bed", - "black_candle": { - "material": "BLACK_CANDLE" - }, - "bkcandle": "black_candle", - "blacandle": "black_candle", - "blackcandle": "black_candle", - "minecraft:black_candle": "black_candle", - "black_carpet": { - "material": "BLACK_CARPET" - }, - "bkcarpet": "black_carpet", - "bkfloor": "black_carpet", - "blacarpet": "black_carpet", - "blackcarpet": "black_carpet", - "blackfloor": "black_carpet", - "blafloor": "black_carpet", - "minecraft:black_carpet": "black_carpet", - "black_concrete": { - "material": "BLACK_CONCRETE" - }, - "bkconcrete": "black_concrete", - "blackconcrete": "black_concrete", - "blaconcrete": "black_concrete", - "minecraft:black_concrete": "black_concrete", - "black_concrete_powder": { - "material": "BLACK_CONCRETE_POWDER" - }, - "bkcdust": "black_concrete_powder", - "bkconcretepowder": "black_concrete_powder", - "bkconcretesand": "black_concrete_powder", - "bkcp": "black_concrete_powder", - "bkcpowder": "black_concrete_powder", - "blacdust": "black_concrete_powder", - "blackcdust": "black_concrete_powder", - "blackconcretepowder": "black_concrete_powder", - "blackconcretesand": "black_concrete_powder", - "blackcp": "black_concrete_powder", - "blackcpowder": "black_concrete_powder", - "blaconcretepowder": "black_concrete_powder", - "blaconcretesand": "black_concrete_powder", - "blacp": "black_concrete_powder", - "blacpowder": "black_concrete_powder", - "minecraft:black_concrete_powder": "black_concrete_powder", - "black_dye": { - "material": "BLACK_DYE", - "fallbacks": [ - "INK_SAC", - "INK_SACK" - ] - }, - "bkdye": "black_dye", - "blackdye": "black_dye", - "bladye": "black_dye", - "minecraft:black_dye": "black_dye", - "black_glazed_terracotta": { - "material": "BLACK_GLAZED_TERRACOTTA" - }, - "bkglazedtcota": "black_glazed_terracotta", - "bkglazedterra": "black_glazed_terracotta", - "bkglazedterracota": "black_glazed_terracotta", - "bkglazedterracotta": "black_glazed_terracotta", - "bkgtcotta": "black_glazed_terracotta", - "bkgterra": "black_glazed_terracotta", - "blackglazedtcota": "black_glazed_terracotta", - "blackglazedterra": "black_glazed_terracotta", - "blackglazedterracota": "black_glazed_terracotta", - "blackglazedterracotta": "black_glazed_terracotta", - "blackgtcotta": "black_glazed_terracotta", - "blackgterra": "black_glazed_terracotta", - "blaglazedtcota": "black_glazed_terracotta", - "blaglazedterra": "black_glazed_terracotta", - "blaglazedterracota": "black_glazed_terracotta", - "blaglazedterracotta": "black_glazed_terracotta", - "blagtcotta": "black_glazed_terracotta", - "blagterra": "black_glazed_terracotta", - "minecraft:black_glazed_terracotta": "black_glazed_terracotta", - "black_shulker_box": { - "material": "BLACK_SHULKER_BOX" - }, - "bksbox": "black_shulker_box", - "bkshulkerbox": "black_shulker_box", - "blacksbox": "black_shulker_box", - "blackshulkerbox": "black_shulker_box", - "blasbox": "black_shulker_box", - "blashulkerbox": "black_shulker_box", - "minecraft:black_shulker_box": "black_shulker_box", - "black_stained_glass": { - "material": "BLACK_STAINED_GLASS" - }, - "bkglass": "black_stained_glass", - "bksglass": "black_stained_glass", - "bkstainedglass": "black_stained_glass", - "blackglass": "black_stained_glass", - "blacksglass": "black_stained_glass", - "blackstainedglass": "black_stained_glass", - "blaglass": "black_stained_glass", - "blasglass": "black_stained_glass", - "blastainedglass": "black_stained_glass", - "minecraft:black_stained_glass": "black_stained_glass", - "black_stained_glass_pane": { - "material": "BLACK_STAINED_GLASS_PANE" - }, - "bkglasspane": "black_stained_glass_pane", - "bkgpane": "black_stained_glass_pane", - "bksglasspane": "black_stained_glass_pane", - "bkstainedglasspane": "black_stained_glass_pane", - "blackglasspane": "black_stained_glass_pane", - "blackgpane": "black_stained_glass_pane", - "blacksglasspane": "black_stained_glass_pane", - "blackstainedglasspane": "black_stained_glass_pane", - "blaglasspane": "black_stained_glass_pane", - "blagpane": "black_stained_glass_pane", - "blasglasspane": "black_stained_glass_pane", - "blastainedglasspane": "black_stained_glass_pane", - "minecraft:black_stained_glass_pane": "black_stained_glass_pane", - "black_terracotta": { - "material": "BLACK_TERRACOTTA" - }, - "bkclay": "black_terracotta", - "bksclay": "black_terracotta", - "bkstainedclay": "black_terracotta", - "bktcota": "black_terracotta", - "bkterra": "black_terracotta", - "bkterracota": "black_terracotta", - "bkterracotta": "black_terracotta", - "blackclay": "black_terracotta", - "blacksclay": "black_terracotta", - "blackstainedclay": "black_terracotta", - "blacktcota": "black_terracotta", - "blackterra": "black_terracotta", - "blackterracota": "black_terracotta", - "blackterracotta": "black_terracotta", - "blaclay": "black_terracotta", - "blasclay": "black_terracotta", - "blastainedclay": "black_terracotta", - "blatcota": "black_terracotta", - "blaterra": "black_terracotta", - "blaterracota": "black_terracotta", - "blaterracotta": "black_terracotta", - "minecraft:black_terracotta": "black_terracotta", - "black_wool": { - "material": "BLACK_WOOL" - }, - "bkcloth": "black_wool", - "bkcotton": "black_wool", - "bkwool": "black_wool", - "blackcloth": "black_wool", - "blackcotton": "black_wool", - "blackwool": "black_wool", - "blacloth": "black_wool", - "blacotton": "black_wool", - "blawool": "black_wool", - "minecraft:black_wool": "black_wool", - "blackstone": { - "material": "BLACKSTONE" - }, - "blackstoneb": "blackstone", - "blackstonebl": "blackstone", - "blackstoneblock": "blackstone", - "blst": "blackstone", - "blstb": "blackstone", - "blstbl": "blackstone", - "blstblock": "blackstone", - "blstone": "blackstone", - "blstoneb": "blackstone", - "blstonebl": "blackstone", - "blstoneblock": "blackstone", - "minecraft:blackstone": "blackstone", - "blackstone_slab": { - "material": "BLACKSTONE_SLAB" - }, - "blackstonehalfblock": "blackstone_slab", - "blackstoneslab": "blackstone_slab", - "blackstonestep": "blackstone_slab", - "blsthalfblock": "blackstone_slab", - "blstonehalfblock": "blackstone_slab", - "blstonestep": "blackstone_slab", - "blststep": "blackstone_slab", - "minecraft:blackstone_slab": "blackstone_slab", - "blackstone_stairs": { - "material": "BLACKSTONE_STAIRS" - }, - "blackstonestair": "blackstone_stairs", - "blackstonestairs": "blackstone_stairs", - "blstonestair": "blackstone_stairs", - "blstonestairs": "blackstone_stairs", - "blststair": "blackstone_stairs", - "blststairs": "blackstone_stairs", - "minecraft:blackstone_stairs": "blackstone_stairs", - "blackstone_wall": { - "material": "BLACKSTONE_WALL" - }, - "blackstonewall": "blackstone_wall", - "blstonewall": "blackstone_wall", - "blstwall": "blackstone_wall", - "minecraft:blackstone_wall": "blackstone_wall", - "wallblackstone": "blackstone_wall", - "wallblst": "blackstone_wall", - "wallblstone": "blackstone_wall", - "blast_furnace": { - "material": "BLAST_FURNACE" - }, - "blastfurnace": "blast_furnace", - "minecraft:blast_furnace": "blast_furnace", - "blaze_powder": { - "material": "BLAZE_POWDER" - }, - "blazepowder": "blaze_powder", - "minecraft:blaze_powder": "blaze_powder", - "blaze_rod": { - "material": "BLAZE_ROD" - }, - "blazerod": "blaze_rod", - "minecraft:blaze_rod": "blaze_rod", - "blaze_spawn_egg": { - "material": "BLAZE_SPAWN_EGG" - }, - "blazeegg": "blaze_spawn_egg", - "blazesegg": "blaze_spawn_egg", - "blazespawn": "blaze_spawn_egg", - "blazespawnegg": "blaze_spawn_egg", - "eggblaze": "blaze_spawn_egg", - "minecraft:blaze_spawn_egg": "blaze_spawn_egg", - "seggblaze": "blaze_spawn_egg", - "spawnblaze": "blaze_spawn_egg", - "spawneggblaze": "blaze_spawn_egg", - "blaze_spawner": { - "entity": "BLAZE", - "material": "SPAWNER" - }, - "blazecage": "blaze_spawner", - "blazemcage": "blaze_spawner", - "blazemobcage": "blaze_spawner", - "blazemobspawner": "blaze_spawner", - "blazemonstercage": "blaze_spawner", - "blazemonsterspawner": "blaze_spawner", - "blazemspawner": "blaze_spawner", - "blazespawner": "blaze_spawner", - "blue_banner": { - "material": "BLUE_BANNER" - }, - "blubanner": "blue_banner", - "bluebanner": "blue_banner", - "minecraft:blue_banner": "blue_banner", - "blue_bed": { - "material": "BLUE_BED" - }, - "blubed": "blue_bed", - "bluebed": "blue_bed", - "minecraft:blue_bed": "blue_bed", - "blue_candle": { - "material": "BLUE_CANDLE" - }, - "blucandle": "blue_candle", - "bluecandle": "blue_candle", - "minecraft:blue_candle": "blue_candle", - "blue_carpet": { - "material": "BLUE_CARPET" - }, - "blucarpet": "blue_carpet", - "bluecarpet": "blue_carpet", - "bluefloor": "blue_carpet", - "blufloor": "blue_carpet", - "minecraft:blue_carpet": "blue_carpet", - "blue_concrete": { - "material": "BLUE_CONCRETE" - }, - "bluconcrete": "blue_concrete", - "blueconcrete": "blue_concrete", - "minecraft:blue_concrete": "blue_concrete", - "blue_concrete_powder": { - "material": "BLUE_CONCRETE_POWDER" - }, - "blucdust": "blue_concrete_powder", - "bluconcretepowder": "blue_concrete_powder", - "bluconcretesand": "blue_concrete_powder", - "blucp": "blue_concrete_powder", - "blucpowder": "blue_concrete_powder", - "bluecdust": "blue_concrete_powder", - "blueconcretepowder": "blue_concrete_powder", - "blueconcretesand": "blue_concrete_powder", - "bluecp": "blue_concrete_powder", - "bluecpowder": "blue_concrete_powder", - "minecraft:blue_concrete_powder": "blue_concrete_powder", - "blue_dye": { - "material": "BLUE_DYE", - "fallbacks": [ - "LAPIS_LAZULI" - ] - }, - "bludye": "blue_dye", - "bluedye": "blue_dye", - "minecraft:blue_dye": "blue_dye", - "blue_glazed_terracotta": { - "material": "BLUE_GLAZED_TERRACOTTA" - }, - "blueglazedtcota": "blue_glazed_terracotta", - "blueglazedterra": "blue_glazed_terracotta", - "blueglazedterracota": "blue_glazed_terracotta", - "blueglazedterracotta": "blue_glazed_terracotta", - "bluegtcotta": "blue_glazed_terracotta", - "bluegterra": "blue_glazed_terracotta", - "bluglazedtcota": "blue_glazed_terracotta", - "bluglazedterra": "blue_glazed_terracotta", - "bluglazedterracota": "blue_glazed_terracotta", - "bluglazedterracotta": "blue_glazed_terracotta", - "blugtcotta": "blue_glazed_terracotta", - "blugterra": "blue_glazed_terracotta", - "minecraft:blue_glazed_terracotta": "blue_glazed_terracotta", - "blue_ice": { - "material": "BLUE_ICE" - }, - "blueice": "blue_ice", - "minecraft:blue_ice": "blue_ice", - "blue_orchid": { - "material": "BLUE_ORCHID" - }, - "blueorchid": "blue_orchid", - "minecraft:blue_orchid": "blue_orchid", - "blue_shulker_box": { - "material": "BLUE_SHULKER_BOX" - }, - "bluesbox": "blue_shulker_box", - "blueshulkerbox": "blue_shulker_box", - "blusbox": "blue_shulker_box", - "blushulkerbox": "blue_shulker_box", - "minecraft:blue_shulker_box": "blue_shulker_box", - "blue_stained_glass": { - "material": "BLUE_STAINED_GLASS" - }, - "blueglass": "blue_stained_glass", - "bluesglass": "blue_stained_glass", - "bluestainedglass": "blue_stained_glass", - "bluglass": "blue_stained_glass", - "blusglass": "blue_stained_glass", - "blustainedglass": "blue_stained_glass", - "minecraft:blue_stained_glass": "blue_stained_glass", - "blue_stained_glass_pane": { - "material": "BLUE_STAINED_GLASS_PANE" - }, - "blueglasspane": "blue_stained_glass_pane", - "bluegpane": "blue_stained_glass_pane", - "bluesglasspane": "blue_stained_glass_pane", - "bluestainedglasspane": "blue_stained_glass_pane", - "bluglasspane": "blue_stained_glass_pane", - "blugpane": "blue_stained_glass_pane", - "blusglasspane": "blue_stained_glass_pane", - "blustainedglasspane": "blue_stained_glass_pane", - "minecraft:blue_stained_glass_pane": "blue_stained_glass_pane", - "blue_terracotta": { - "material": "BLUE_TERRACOTTA" - }, - "bluclay": "blue_terracotta", - "blueclay": "blue_terracotta", - "bluesclay": "blue_terracotta", - "bluestainedclay": "blue_terracotta", - "bluetcota": "blue_terracotta", - "blueterra": "blue_terracotta", - "blueterracota": "blue_terracotta", - "blueterracotta": "blue_terracotta", - "blusclay": "blue_terracotta", - "blustainedclay": "blue_terracotta", - "blutcota": "blue_terracotta", - "bluterra": "blue_terracotta", - "bluterracota": "blue_terracotta", - "bluterracotta": "blue_terracotta", - "minecraft:blue_terracotta": "blue_terracotta", - "blue_wool": { - "material": "BLUE_WOOL" - }, - "blucloth": "blue_wool", - "blucotton": "blue_wool", - "bluecloth": "blue_wool", - "bluecotton": "blue_wool", - "bluewool": "blue_wool", - "bluwool": "blue_wool", - "minecraft:blue_wool": "blue_wool", - "bone": { - "material": "BONE" - }, - "minecraft:bone": "bone", - "bone_block": { - "material": "BONE_BLOCK" - }, - "boneblock": "bone_block", - "minecraft:bone_block": "bone_block", - "bone_meal": { - "material": "BONE_MEAL" - }, - "bonemeal": "bone_meal", - "minecraft:bone_meal": "bone_meal", - "book": { - "material": "BOOK" - }, - "minecraft:book": "book", - "bookshelf": { - "material": "BOOKSHELF" - }, - "minecraft:bookshelf": "bookshelf", - "bow": { - "material": "BOW" - }, - "minecraft:bow": "bow", - "bowl": { - "material": "BOWL" - }, - "minecraft:bowl": "bowl", - "brain_coral": { - "material": "BRAIN_CORAL" - }, - "braincoral": "brain_coral", - "minecraft:brain_coral": "brain_coral", - "brain_coral_block": { - "material": "BRAIN_CORAL_BLOCK" - }, - "braincoralblock": "brain_coral_block", - "minecraft:brain_coral_block": "brain_coral_block", - "brain_coral_fan": { - "material": "BRAIN_CORAL_FAN" - }, - "braincoralfan": "brain_coral_fan", - "minecraft:brain_coral_fan": "brain_coral_fan", - "bread": { - "material": "BREAD" - }, - "minecraft:bread": "bread", - "brewing_stand": { - "material": "BREWING_STAND" - }, - "brewingstand": "brewing_stand", - "minecraft:brewing_stand": "brewing_stand", - "brick": { - "material": "BRICK" - }, - "minecraft:brick": "brick", - "brick_slab": { - "material": "BRICK_SLAB" - }, - "brickslab": "brick_slab", - "minecraft:brick_slab": "brick_slab", - "brick_stairs": { - "material": "BRICK_STAIRS" - }, - "brickstairs": "brick_stairs", - "minecraft:brick_stairs": "brick_stairs", - "brick_wall": { - "material": "BRICK_WALL" - }, - "brickwall": "brick_wall", - "minecraft:brick_wall": "brick_wall", - "bricks": { - "material": "BRICKS" - }, - "minecraft:bricks": "bricks", - "brown_banner": { - "material": "BROWN_BANNER" - }, - "brbanner": "brown_banner", - "brobanner": "brown_banner", - "brownbanner": "brown_banner", - "minecraft:brown_banner": "brown_banner", - "brown_bed": { - "material": "BROWN_BED" - }, - "brbed": "brown_bed", - "brobed": "brown_bed", - "brownbed": "brown_bed", - "minecraft:brown_bed": "brown_bed", - "brown_candle": { - "material": "BROWN_CANDLE" - }, - "brcandle": "brown_candle", - "brocandle": "brown_candle", - "browncandle": "brown_candle", - "minecraft:brown_candle": "brown_candle", - "brown_carpet": { - "material": "BROWN_CARPET" - }, - "brcarpet": "brown_carpet", - "brfloor": "brown_carpet", - "brocarpet": "brown_carpet", - "brofloor": "brown_carpet", - "browncarpet": "brown_carpet", - "brownfloor": "brown_carpet", - "minecraft:brown_carpet": "brown_carpet", - "brown_concrete": { - "material": "BROWN_CONCRETE" - }, - "brconcrete": "brown_concrete", - "broconcrete": "brown_concrete", - "brownconcrete": "brown_concrete", - "minecraft:brown_concrete": "brown_concrete", - "brown_concrete_powder": { - "material": "BROWN_CONCRETE_POWDER" - }, - "brcdust": "brown_concrete_powder", - "brconcretepowder": "brown_concrete_powder", - "brconcretesand": "brown_concrete_powder", - "brcp": "brown_concrete_powder", - "brcpowder": "brown_concrete_powder", - "brocdust": "brown_concrete_powder", - "broconcretepowder": "brown_concrete_powder", - "broconcretesand": "brown_concrete_powder", - "brocp": "brown_concrete_powder", - "brocpowder": "brown_concrete_powder", - "browncdust": "brown_concrete_powder", - "brownconcretepowder": "brown_concrete_powder", - "brownconcretesand": "brown_concrete_powder", - "browncp": "brown_concrete_powder", - "browncpowder": "brown_concrete_powder", - "minecraft:brown_concrete_powder": "brown_concrete_powder", - "brown_dye": { - "material": "BROWN_DYE", - "fallbacks": [ - "COCOA_BEANS" - ] - }, - "brdye": "brown_dye", - "brodye": "brown_dye", - "browndye": "brown_dye", - "minecraft:brown_dye": "brown_dye", - "brown_glazed_terracotta": { - "material": "BROWN_GLAZED_TERRACOTTA" - }, - "brglazedtcota": "brown_glazed_terracotta", - "brglazedterra": "brown_glazed_terracotta", - "brglazedterracota": "brown_glazed_terracotta", - "brglazedterracotta": "brown_glazed_terracotta", - "brgtcotta": "brown_glazed_terracotta", - "brgterra": "brown_glazed_terracotta", - "broglazedtcota": "brown_glazed_terracotta", - "broglazedterra": "brown_glazed_terracotta", - "broglazedterracota": "brown_glazed_terracotta", - "broglazedterracotta": "brown_glazed_terracotta", - "brogtcotta": "brown_glazed_terracotta", - "brogterra": "brown_glazed_terracotta", - "brownglazedtcota": "brown_glazed_terracotta", - "brownglazedterra": "brown_glazed_terracotta", - "brownglazedterracota": "brown_glazed_terracotta", - "brownglazedterracotta": "brown_glazed_terracotta", - "browngtcotta": "brown_glazed_terracotta", - "browngterra": "brown_glazed_terracotta", - "minecraft:brown_glazed_terracotta": "brown_glazed_terracotta", - "brown_mushroom": { - "material": "BROWN_MUSHROOM" - }, - "brownmushroom": "brown_mushroom", - "minecraft:brown_mushroom": "brown_mushroom", - "brown_mushroom_block": { - "material": "BROWN_MUSHROOM_BLOCK" - }, - "brownmushroomblock": "brown_mushroom_block", - "minecraft:brown_mushroom_block": "brown_mushroom_block", - "brown_shulker_box": { - "material": "BROWN_SHULKER_BOX" - }, - "brosbox": "brown_shulker_box", - "broshulkerbox": "brown_shulker_box", - "brownsbox": "brown_shulker_box", - "brownshulkerbox": "brown_shulker_box", - "brsbox": "brown_shulker_box", - "brshulkerbox": "brown_shulker_box", - "minecraft:brown_shulker_box": "brown_shulker_box", - "brown_stained_glass": { - "material": "BROWN_STAINED_GLASS" - }, - "brglass": "brown_stained_glass", - "broglass": "brown_stained_glass", - "brosglass": "brown_stained_glass", - "brostainedglass": "brown_stained_glass", - "brownglass": "brown_stained_glass", - "brownsglass": "brown_stained_glass", - "brownstainedglass": "brown_stained_glass", - "brsglass": "brown_stained_glass", - "brstainedglass": "brown_stained_glass", - "minecraft:brown_stained_glass": "brown_stained_glass", - "brown_stained_glass_pane": { - "material": "BROWN_STAINED_GLASS_PANE" - }, - "brglasspane": "brown_stained_glass_pane", - "brgpane": "brown_stained_glass_pane", - "broglasspane": "brown_stained_glass_pane", - "brogpane": "brown_stained_glass_pane", - "brosglasspane": "brown_stained_glass_pane", - "brostainedglasspane": "brown_stained_glass_pane", - "brownglasspane": "brown_stained_glass_pane", - "browngpane": "brown_stained_glass_pane", - "brownsglasspane": "brown_stained_glass_pane", - "brownstainedglasspane": "brown_stained_glass_pane", - "brsglasspane": "brown_stained_glass_pane", - "brstainedglasspane": "brown_stained_glass_pane", - "minecraft:brown_stained_glass_pane": "brown_stained_glass_pane", - "brown_terracotta": { - "material": "BROWN_TERRACOTTA" - }, - "brclay": "brown_terracotta", - "broclay": "brown_terracotta", - "brosclay": "brown_terracotta", - "brostainedclay": "brown_terracotta", - "brotcota": "brown_terracotta", - "broterra": "brown_terracotta", - "broterracota": "brown_terracotta", - "broterracotta": "brown_terracotta", - "brownclay": "brown_terracotta", - "brownsclay": "brown_terracotta", - "brownstainedclay": "brown_terracotta", - "browntcota": "brown_terracotta", - "brownterra": "brown_terracotta", - "brownterracota": "brown_terracotta", - "brownterracotta": "brown_terracotta", - "brsclay": "brown_terracotta", - "brstainedclay": "brown_terracotta", - "brtcota": "brown_terracotta", - "brterra": "brown_terracotta", - "brterracota": "brown_terracotta", - "brterracotta": "brown_terracotta", - "minecraft:brown_terracotta": "brown_terracotta", - "brown_wool": { - "material": "BROWN_WOOL" - }, - "brcloth": "brown_wool", - "brcotton": "brown_wool", - "brocloth": "brown_wool", - "brocotton": "brown_wool", - "browncloth": "brown_wool", - "browncotton": "brown_wool", - "brownwool": "brown_wool", - "browool": "brown_wool", - "brwool": "brown_wool", - "minecraft:brown_wool": "brown_wool", - "bubble_coral": { - "material": "BUBBLE_CORAL" - }, - "bubblecoral": "bubble_coral", - "minecraft:bubble_coral": "bubble_coral", - "bubble_coral_block": { - "material": "BUBBLE_CORAL_BLOCK" - }, - "bubblecoralblock": "bubble_coral_block", - "minecraft:bubble_coral_block": "bubble_coral_block", - "bubble_coral_fan": { - "material": "BUBBLE_CORAL_FAN" - }, - "bubblecoralfan": "bubble_coral_fan", - "minecraft:bubble_coral_fan": "bubble_coral_fan", - "bucket": { - "material": "BUCKET" - }, - "minecraft:bucket": "bucket", - "budding_amethyst": { - "material": "BUDDING_AMETHYST" - }, - "buddingamethyst": "budding_amethyst", - "minecraft:budding_amethyst": "budding_amethyst", - "bundle": { - "material": "BUNDLE" - }, - "minecraft:bundle": "bundle", - "cactus": { - "material": "CACTUS" - }, - "minecraft:cactus": "cactus", - "cake": { - "material": "CAKE" - }, - "minecraft:cake": "cake", - "calcite": { - "material": "CALCITE" - }, - "minecraft:calcite": "calcite", - "campfire": { - "material": "CAMPFIRE" - }, - "minecraft:campfire": "campfire", - "candle": { - "material": "CANDLE" - }, - "minecraft:candle": "candle", - "carrot": { - "material": "CARROT" - }, - "minecraft:carrot": "carrot", - "carrot_on_a_stick": { - "material": "CARROT_ON_A_STICK" - }, - "carrotonastick": "carrot_on_a_stick", - "minecraft:carrot_on_a_stick": "carrot_on_a_stick", - "cartography_table": { - "material": "CARTOGRAPHY_TABLE" - }, - "cartographytable": "cartography_table", - "minecraft:cartography_table": "cartography_table", - "carved_pumpkin": { - "material": "CARVED_PUMPKIN" - }, - "carvedpumpkin": "carved_pumpkin", - "minecraft:carved_pumpkin": "carved_pumpkin", - "cat_spawn_egg": { - "material": "CAT_SPAWN_EGG" - }, - "categg": "cat_spawn_egg", - "catsegg": "cat_spawn_egg", - "catspawn": "cat_spawn_egg", - "catspawnegg": "cat_spawn_egg", - "eggcat": "cat_spawn_egg", - "minecraft:cat_spawn_egg": "cat_spawn_egg", - "seggcat": "cat_spawn_egg", - "spawncat": "cat_spawn_egg", - "spawneggcat": "cat_spawn_egg", - "cat_spawner": { - "entity": "CAT", - "material": "SPAWNER" - }, - "catcage": "cat_spawner", - "catmcage": "cat_spawner", - "catmobcage": "cat_spawner", - "catmobspawner": "cat_spawner", - "catmonstercage": "cat_spawner", - "catmonsterspawner": "cat_spawner", - "catmspawner": "cat_spawner", - "catspawner": "cat_spawner", - "cauldron": { - "material": "CAULDRON" - }, - "minecraft:cauldron": "cauldron", - "cave_spider_spawn_egg": { - "material": "CAVE_SPIDER_SPAWN_EGG" - }, - "cave_spideregg": "cave_spider_spawn_egg", - "cave_spidersegg": "cave_spider_spawn_egg", - "cave_spiderspawn": "cave_spider_spawn_egg", - "cave_spiderspawnegg": "cave_spider_spawn_egg", - "cavespiderspawnegg": "cave_spider_spawn_egg", - "cspidegg": "cave_spider_spawn_egg", - "cspideregg": "cave_spider_spawn_egg", - "cspidersegg": "cave_spider_spawn_egg", - "cspiderspawn": "cave_spider_spawn_egg", - "cspiderspawnegg": "cave_spider_spawn_egg", - "cspidsegg": "cave_spider_spawn_egg", - "cspidspawn": "cave_spider_spawn_egg", - "cspidspawnegg": "cave_spider_spawn_egg", - "eggcave_spider": "cave_spider_spawn_egg", - "eggcspid": "cave_spider_spawn_egg", - "eggcspider": "cave_spider_spawn_egg", - "minecraft:cave_spider_spawn_egg": "cave_spider_spawn_egg", - "seggcave_spider": "cave_spider_spawn_egg", - "seggcspid": "cave_spider_spawn_egg", - "seggcspider": "cave_spider_spawn_egg", - "spawncave_spider": "cave_spider_spawn_egg", - "spawncspid": "cave_spider_spawn_egg", - "spawncspider": "cave_spider_spawn_egg", - "spawneggcave_spider": "cave_spider_spawn_egg", - "spawneggcspid": "cave_spider_spawn_egg", - "spawneggcspider": "cave_spider_spawn_egg", - "cave_spider_spawner": { - "entity": "CAVE_SPIDER", - "material": "SPAWNER" - }, - "cave_spidercage": "cave_spider_spawner", - "cave_spidermcage": "cave_spider_spawner", - "cave_spidermobcage": "cave_spider_spawner", - "cave_spidermobspawner": "cave_spider_spawner", - "cave_spidermonstercage": "cave_spider_spawner", - "cave_spidermonsterspawner": "cave_spider_spawner", - "cave_spidermspawner": "cave_spider_spawner", - "cave_spiderspawner": "cave_spider_spawner", - "cspidcage": "cave_spider_spawner", - "cspidercage": "cave_spider_spawner", - "cspidermcage": "cave_spider_spawner", - "cspidermobcage": "cave_spider_spawner", - "cspidermobspawner": "cave_spider_spawner", - "cspidermonstercage": "cave_spider_spawner", - "cspidermonsterspawner": "cave_spider_spawner", - "cspidermspawner": "cave_spider_spawner", - "cspiderspawner": "cave_spider_spawner", - "cspidmcage": "cave_spider_spawner", - "cspidmobcage": "cave_spider_spawner", - "cspidmobspawner": "cave_spider_spawner", - "cspidmonstercage": "cave_spider_spawner", - "cspidmonsterspawner": "cave_spider_spawner", - "cspidmspawner": "cave_spider_spawner", - "cspidspawner": "cave_spider_spawner", - "chain": { - "material": "CHAIN" - }, - "minecraft:chain": "chain", - "chain_command_block": { - "material": "CHAIN_COMMAND_BLOCK" - }, - "chaincommandblock": "chain_command_block", - "minecraft:chain_command_block": "chain_command_block", - "chainmail_boots": { - "material": "CHAINMAIL_BOOTS" - }, - "chainboots": "chainmail_boots", - "chainmailboots": "chainmail_boots", - "chainmailshoes": "chainmail_boots", - "chainmboots": "chainmail_boots", - "chainmshoes": "chainmail_boots", - "chainshoes": "chainmail_boots", - "cmailboots": "chainmail_boots", - "cmailshoes": "chainmail_boots", - "cmboots": "chainmail_boots", - "cmshoes": "chainmail_boots", - "minecraft:chainmail_boots": "chainmail_boots", - "chainmail_chestplate": { - "material": "CHAINMAIL_CHESTPLATE" - }, - "chainchestplate": "chainmail_chestplate", - "chainmailchestplate": "chainmail_chestplate", - "chainmailplate": "chainmail_chestplate", - "chainmailplatebody": "chainmail_chestplate", - "chainmailshirt": "chainmail_chestplate", - "chainmailtunic": "chainmail_chestplate", - "chainmchestplate": "chainmail_chestplate", - "chainmplate": "chainmail_chestplate", - "chainmplatebody": "chainmail_chestplate", - "chainmshirt": "chainmail_chestplate", - "chainmtunic": "chainmail_chestplate", - "chainplate": "chainmail_chestplate", - "chainplatebody": "chainmail_chestplate", - "chainshirt": "chainmail_chestplate", - "chaintunic": "chainmail_chestplate", - "cmailchestplate": "chainmail_chestplate", - "cmailplate": "chainmail_chestplate", - "cmailplatebody": "chainmail_chestplate", - "cmailshirt": "chainmail_chestplate", - "cmailtunic": "chainmail_chestplate", - "cmchestplate": "chainmail_chestplate", - "cmplate": "chainmail_chestplate", - "cmplatebody": "chainmail_chestplate", - "cmshirt": "chainmail_chestplate", - "cmtunic": "chainmail_chestplate", - "minecraft:chainmail_chestplate": "chainmail_chestplate", - "chainmail_helmet": { - "material": "CHAINMAIL_HELMET" - }, - "chaincoif": "chainmail_helmet", - "chainhat": "chainmail_helmet", - "chainhelm": "chainmail_helmet", - "chainhelmet": "chainmail_helmet", - "chainmailcoif": "chainmail_helmet", - "chainmailhat": "chainmail_helmet", - "chainmailhelm": "chainmail_helmet", - "chainmailhelmet": "chainmail_helmet", - "chainmcoif": "chainmail_helmet", - "chainmhat": "chainmail_helmet", - "chainmhelm": "chainmail_helmet", - "chainmhelmet": "chainmail_helmet", - "cmailcoif": "chainmail_helmet", - "cmailhat": "chainmail_helmet", - "cmailhelm": "chainmail_helmet", - "cmailhelmet": "chainmail_helmet", - "cmcoif": "chainmail_helmet", - "cmhat": "chainmail_helmet", - "cmhelm": "chainmail_helmet", - "cmhelmet": "chainmail_helmet", - "minecraft:chainmail_helmet": "chainmail_helmet", - "chainmail_leggings": { - "material": "CHAINMAIL_LEGGINGS" - }, - "chainleggings": "chainmail_leggings", - "chainlegs": "chainmail_leggings", - "chainmailleggings": "chainmail_leggings", - "chainmaillegs": "chainmail_leggings", - "chainmailpants": "chainmail_leggings", - "chainmleggings": "chainmail_leggings", - "chainmlegs": "chainmail_leggings", - "chainmpants": "chainmail_leggings", - "chainpants": "chainmail_leggings", - "cmailleggings": "chainmail_leggings", - "cmaillegs": "chainmail_leggings", - "cmailpants": "chainmail_leggings", - "cmleggings": "chainmail_leggings", - "cmlegs": "chainmail_leggings", - "cmpants": "chainmail_leggings", - "minecraft:chainmail_leggings": "chainmail_leggings", - "charcoal": { - "material": "CHARCOAL" - }, - "minecraft:charcoal": "charcoal", - "chest": { - "material": "CHEST" - }, - "minecraft:chest": "chest", - "chest_minecart": { - "material": "CHEST_MINECART" - }, - "ccart": "chest_minecart", - "chestcart": "chest_minecart", - "chestmc": "chest_minecart", - "chestmcart": "chest_minecart", - "chestminecart": "chest_minecart", - "cmc": "chest_minecart", - "cmcart": "chest_minecart", - "cminecart": "chest_minecart", - "minecraft:chest_minecart": "chest_minecart", - "scart": "chest_minecart", - "smc": "chest_minecart", - "smcart": "chest_minecart", - "sminecart": "chest_minecart", - "storagecart": "chest_minecart", - "storagemc": "chest_minecart", - "storagemcart": "chest_minecart", - "storageminecart": "chest_minecart", - "chicken": { - "material": "CHICKEN" - }, - "minecraft:chicken": "chicken", - "plainchicken": "chicken", - "rachicken": "chicken", - "rawchicken": "chicken", - "uncookedchicken": "chicken", - "chicken_spawn_egg": { - "material": "CHICKEN_SPAWN_EGG" - }, - "chickenegg": "chicken_spawn_egg", - "chickensegg": "chicken_spawn_egg", - "chickenspawn": "chicken_spawn_egg", - "chickenspawnegg": "chicken_spawn_egg", - "eggchicken": "chicken_spawn_egg", - "minecraft:chicken_spawn_egg": "chicken_spawn_egg", - "seggchicken": "chicken_spawn_egg", - "spawnchicken": "chicken_spawn_egg", - "spawneggchicken": "chicken_spawn_egg", - "chicken_spawner": { - "entity": "CHICKEN", - "material": "SPAWNER" - }, - "chickencage": "chicken_spawner", - "chickenmcage": "chicken_spawner", - "chickenmobcage": "chicken_spawner", - "chickenmobspawner": "chicken_spawner", - "chickenmonstercage": "chicken_spawner", - "chickenmonsterspawner": "chicken_spawner", - "chickenmspawner": "chicken_spawner", - "chickenspawner": "chicken_spawner", - "chipped_anvil": { - "material": "CHIPPED_ANVIL" - }, - "chippedanvil": "chipped_anvil", - "minecraft:chipped_anvil": "chipped_anvil", - "chiseled_deepslate": { - "material": "CHISELED_DEEPSLATE" - }, - "chiseleddeepslate": "chiseled_deepslate", - "chiseleddeepslateb": "chiseled_deepslate", - "chiseleddeepslatebl": "chiseled_deepslate", - "chiseleddeepslateblock": "chiseled_deepslate", - "chiseleddslate": "chiseled_deepslate", - "chiseleddslateb": "chiseled_deepslate", - "chiseleddslatebl": "chiseled_deepslate", - "chiseleddslateblock": "chiseled_deepslate", - "chiseledslate": "chiseled_deepslate", - "chiseledslateb": "chiseled_deepslate", - "chiseledslatebl": "chiseled_deepslate", - "chiseledslateblock": "chiseled_deepslate", - "cideepslate": "chiseled_deepslate", - "cideepslateb": "chiseled_deepslate", - "cideepslatebl": "chiseled_deepslate", - "cideepslateblock": "chiseled_deepslate", - "cidslate": "chiseled_deepslate", - "cidslateb": "chiseled_deepslate", - "cidslatebl": "chiseled_deepslate", - "cidslateblock": "chiseled_deepslate", - "circledeepslate": "chiseled_deepslate", - "circledeepslateb": "chiseled_deepslate", - "circledeepslatebl": "chiseled_deepslate", - "circledeepslateblock": "chiseled_deepslate", - "circledslate": "chiseled_deepslate", - "circledslateb": "chiseled_deepslate", - "circledslatebl": "chiseled_deepslate", - "circledslateblock": "chiseled_deepslate", - "circleslate": "chiseled_deepslate", - "circleslateb": "chiseled_deepslate", - "circleslatebl": "chiseled_deepslate", - "circleslateblock": "chiseled_deepslate", - "cislate": "chiseled_deepslate", - "cislateb": "chiseled_deepslate", - "cislatebl": "chiseled_deepslate", - "cislateblock": "chiseled_deepslate", - "minecraft:chiseled_deepslate": "chiseled_deepslate", - "chiseled_nether_bricks": { - "material": "CHISELED_NETHER_BRICKS" - }, - "chiselednbr": "chiseled_nether_bricks", - "chiselednbrick": "chiseled_nether_bricks", - "chiselednethbr": "chiseled_nether_bricks", - "chiselednethbrick": "chiseled_nether_bricks", - "chiselednetherbr": "chiseled_nether_bricks", - "chiselednetherbrick": "chiseled_nether_bricks", - "chiselednetherbricks": "chiseled_nether_bricks", - "cinbr": "chiseled_nether_bricks", - "cinbrick": "chiseled_nether_bricks", - "cinethbr": "chiseled_nether_bricks", - "cinethbrick": "chiseled_nether_bricks", - "cinetherbr": "chiseled_nether_bricks", - "cinetherbrick": "chiseled_nether_bricks", - "circlenbr": "chiseled_nether_bricks", - "circlenbrick": "chiseled_nether_bricks", - "circlenethbr": "chiseled_nether_bricks", - "circlenethbrick": "chiseled_nether_bricks", - "circlenetherbr": "chiseled_nether_bricks", - "circlenetherbrick": "chiseled_nether_bricks", - "minecraft:chiseled_nether_bricks": "chiseled_nether_bricks", - "chiseled_polished_blackstone": { - "material": "CHISELED_POLISHED_BLACKSTONE" - }, - "chiseledpblackstone": "chiseled_polished_blackstone", - "chiseledpblackstoneb": "chiseled_polished_blackstone", - "chiseledpblackstonebl": "chiseled_polished_blackstone", - "chiseledpblackstoneblock": "chiseled_polished_blackstone", - "chiseledpblst": "chiseled_polished_blackstone", - "chiseledpblstb": "chiseled_polished_blackstone", - "chiseledpblstbl": "chiseled_polished_blackstone", - "chiseledpblstblock": "chiseled_polished_blackstone", - "chiseledpblstone": "chiseled_polished_blackstone", - "chiseledpblstoneb": "chiseled_polished_blackstone", - "chiseledpblstonebl": "chiseled_polished_blackstone", - "chiseledpblstoneblock": "chiseled_polished_blackstone", - "chiseledpolishedblackstone": "chiseled_polished_blackstone", - "chiseledpolishedblackstoneb": "chiseled_polished_blackstone", - "chiseledpolishedblackstonebl": "chiseled_polished_blackstone", - "chiseledpolishedblackstoneblock": "chiseled_polished_blackstone", - "chiseledpolishedblst": "chiseled_polished_blackstone", - "chiseledpolishedblstb": "chiseled_polished_blackstone", - "chiseledpolishedblstbl": "chiseled_polished_blackstone", - "chiseledpolishedblstblock": "chiseled_polished_blackstone", - "chiseledpolishedblstone": "chiseled_polished_blackstone", - "chiseledpolishedblstoneb": "chiseled_polished_blackstone", - "chiseledpolishedblstonebl": "chiseled_polished_blackstone", - "chiseledpolishedblstoneblock": "chiseled_polished_blackstone", - "cipblackstone": "chiseled_polished_blackstone", - "cipblackstoneb": "chiseled_polished_blackstone", - "cipblackstonebl": "chiseled_polished_blackstone", - "cipblackstoneblock": "chiseled_polished_blackstone", - "cipblst": "chiseled_polished_blackstone", - "cipblstb": "chiseled_polished_blackstone", - "cipblstbl": "chiseled_polished_blackstone", - "cipblstblock": "chiseled_polished_blackstone", - "cipblstone": "chiseled_polished_blackstone", - "cipblstoneb": "chiseled_polished_blackstone", - "cipblstonebl": "chiseled_polished_blackstone", - "cipblstoneblock": "chiseled_polished_blackstone", - "cipolishedblackstone": "chiseled_polished_blackstone", - "cipolishedblackstoneb": "chiseled_polished_blackstone", - "cipolishedblackstonebl": "chiseled_polished_blackstone", - "cipolishedblackstoneblock": "chiseled_polished_blackstone", - "cipolishedblst": "chiseled_polished_blackstone", - "cipolishedblstb": "chiseled_polished_blackstone", - "cipolishedblstbl": "chiseled_polished_blackstone", - "cipolishedblstblock": "chiseled_polished_blackstone", - "cipolishedblstone": "chiseled_polished_blackstone", - "cipolishedblstoneb": "chiseled_polished_blackstone", - "cipolishedblstonebl": "chiseled_polished_blackstone", - "cipolishedblstoneblock": "chiseled_polished_blackstone", - "circlepblackstone": "chiseled_polished_blackstone", - "circlepblackstoneb": "chiseled_polished_blackstone", - "circlepblackstonebl": "chiseled_polished_blackstone", - "circlepblackstoneblock": "chiseled_polished_blackstone", - "circlepblst": "chiseled_polished_blackstone", - "circlepblstb": "chiseled_polished_blackstone", - "circlepblstbl": "chiseled_polished_blackstone", - "circlepblstblock": "chiseled_polished_blackstone", - "circlepblstone": "chiseled_polished_blackstone", - "circlepblstoneb": "chiseled_polished_blackstone", - "circlepblstonebl": "chiseled_polished_blackstone", - "circlepblstoneblock": "chiseled_polished_blackstone", - "circlepolishedblackstone": "chiseled_polished_blackstone", - "circlepolishedblackstoneb": "chiseled_polished_blackstone", - "circlepolishedblackstonebl": "chiseled_polished_blackstone", - "circlepolishedblackstoneblock": "chiseled_polished_blackstone", - "circlepolishedblst": "chiseled_polished_blackstone", - "circlepolishedblstb": "chiseled_polished_blackstone", - "circlepolishedblstbl": "chiseled_polished_blackstone", - "circlepolishedblstblock": "chiseled_polished_blackstone", - "circlepolishedblstone": "chiseled_polished_blackstone", - "circlepolishedblstoneb": "chiseled_polished_blackstone", - "circlepolishedblstonebl": "chiseled_polished_blackstone", - "circlepolishedblstoneblock": "chiseled_polished_blackstone", - "minecraft:chiseled_polished_blackstone": "chiseled_polished_blackstone", - "pchiseledblackstone": "chiseled_polished_blackstone", - "pchiseledblackstoneb": "chiseled_polished_blackstone", - "pchiseledblackstonebl": "chiseled_polished_blackstone", - "pchiseledblackstoneblock": "chiseled_polished_blackstone", - "pchiseledblst": "chiseled_polished_blackstone", - "pchiseledblstb": "chiseled_polished_blackstone", - "pchiseledblstbl": "chiseled_polished_blackstone", - "pchiseledblstblock": "chiseled_polished_blackstone", - "pchiseledblstone": "chiseled_polished_blackstone", - "pchiseledblstoneb": "chiseled_polished_blackstone", - "pchiseledblstonebl": "chiseled_polished_blackstone", - "pchiseledblstoneblock": "chiseled_polished_blackstone", - "pciblackstone": "chiseled_polished_blackstone", - "pciblackstoneb": "chiseled_polished_blackstone", - "pciblackstonebl": "chiseled_polished_blackstone", - "pciblackstoneblock": "chiseled_polished_blackstone", - "pciblst": "chiseled_polished_blackstone", - "pciblstb": "chiseled_polished_blackstone", - "pciblstbl": "chiseled_polished_blackstone", - "pciblstblock": "chiseled_polished_blackstone", - "pciblstone": "chiseled_polished_blackstone", - "pciblstoneb": "chiseled_polished_blackstone", - "pciblstonebl": "chiseled_polished_blackstone", - "pciblstoneblock": "chiseled_polished_blackstone", - "pcircleblackstone": "chiseled_polished_blackstone", - "pcircleblackstoneb": "chiseled_polished_blackstone", - "pcircleblackstonebl": "chiseled_polished_blackstone", - "pcircleblackstoneblock": "chiseled_polished_blackstone", - "pcircleblst": "chiseled_polished_blackstone", - "pcircleblstb": "chiseled_polished_blackstone", - "pcircleblstbl": "chiseled_polished_blackstone", - "pcircleblstblock": "chiseled_polished_blackstone", - "pcircleblstone": "chiseled_polished_blackstone", - "pcircleblstoneb": "chiseled_polished_blackstone", - "pcircleblstonebl": "chiseled_polished_blackstone", - "pcircleblstoneblock": "chiseled_polished_blackstone", - "polishedchiseledblackstone": "chiseled_polished_blackstone", - "polishedchiseledblackstoneb": "chiseled_polished_blackstone", - "polishedchiseledblackstonebl": "chiseled_polished_blackstone", - "polishedchiseledblackstoneblock": "chiseled_polished_blackstone", - "polishedchiseledblst": "chiseled_polished_blackstone", - "polishedchiseledblstb": "chiseled_polished_blackstone", - "polishedchiseledblstbl": "chiseled_polished_blackstone", - "polishedchiseledblstblock": "chiseled_polished_blackstone", - "polishedchiseledblstone": "chiseled_polished_blackstone", - "polishedchiseledblstoneb": "chiseled_polished_blackstone", - "polishedchiseledblstonebl": "chiseled_polished_blackstone", - "polishedchiseledblstoneblock": "chiseled_polished_blackstone", - "polishedciblackstone": "chiseled_polished_blackstone", - "polishedciblackstoneb": "chiseled_polished_blackstone", - "polishedciblackstonebl": "chiseled_polished_blackstone", - "polishedciblackstoneblock": "chiseled_polished_blackstone", - "polishedciblst": "chiseled_polished_blackstone", - "polishedciblstb": "chiseled_polished_blackstone", - "polishedciblstbl": "chiseled_polished_blackstone", - "polishedciblstblock": "chiseled_polished_blackstone", - "polishedciblstone": "chiseled_polished_blackstone", - "polishedciblstoneb": "chiseled_polished_blackstone", - "polishedciblstonebl": "chiseled_polished_blackstone", - "polishedciblstoneblock": "chiseled_polished_blackstone", - "polishedcircleblackstone": "chiseled_polished_blackstone", - "polishedcircleblackstoneb": "chiseled_polished_blackstone", - "polishedcircleblackstonebl": "chiseled_polished_blackstone", - "polishedcircleblackstoneblock": "chiseled_polished_blackstone", - "polishedcircleblst": "chiseled_polished_blackstone", - "polishedcircleblstb": "chiseled_polished_blackstone", - "polishedcircleblstbl": "chiseled_polished_blackstone", - "polishedcircleblstblock": "chiseled_polished_blackstone", - "polishedcircleblstone": "chiseled_polished_blackstone", - "polishedcircleblstoneb": "chiseled_polished_blackstone", - "polishedcircleblstonebl": "chiseled_polished_blackstone", - "polishedcircleblstoneblock": "chiseled_polished_blackstone", - "chiseled_quartz_block": { - "material": "CHISELED_QUARTZ_BLOCK" - }, - "chiseledq": "chiseled_quartz_block", - "chiseledqb": "chiseled_quartz_block", - "chiseledqbl": "chiseled_quartz_block", - "chiseledqblock": "chiseled_quartz_block", - "chiseledquar": "chiseled_quartz_block", - "chiseledquarb": "chiseled_quartz_block", - "chiseledquarbl": "chiseled_quartz_block", - "chiseledquarblock": "chiseled_quartz_block", - "chiseledquartz": "chiseled_quartz_block", - "chiseledquartzb": "chiseled_quartz_block", - "chiseledquartzbl": "chiseled_quartz_block", - "chiseledquartzblock": "chiseled_quartz_block", - "ciq": "chiseled_quartz_block", - "ciqb": "chiseled_quartz_block", - "ciqbl": "chiseled_quartz_block", - "ciqblock": "chiseled_quartz_block", - "ciquar": "chiseled_quartz_block", - "ciquarb": "chiseled_quartz_block", - "ciquarbl": "chiseled_quartz_block", - "ciquarblock": "chiseled_quartz_block", - "ciquartz": "chiseled_quartz_block", - "ciquartzb": "chiseled_quartz_block", - "ciquartzbl": "chiseled_quartz_block", - "ciquartzblock": "chiseled_quartz_block", - "circleq": "chiseled_quartz_block", - "circleqb": "chiseled_quartz_block", - "circleqbl": "chiseled_quartz_block", - "circleqblock": "chiseled_quartz_block", - "circlequar": "chiseled_quartz_block", - "circlequarb": "chiseled_quartz_block", - "circlequarbl": "chiseled_quartz_block", - "circlequarblock": "chiseled_quartz_block", - "circlequartz": "chiseled_quartz_block", - "circlequartzb": "chiseled_quartz_block", - "circlequartzbl": "chiseled_quartz_block", - "circlequartzblock": "chiseled_quartz_block", - "minecraft:chiseled_quartz_block": "chiseled_quartz_block", - "chiseled_red_sandstone": { - "material": "CHISELED_RED_SANDSTONE" - }, - "chiseledredsandst": "chiseled_red_sandstone", - "chiseledredsandstb": "chiseled_red_sandstone", - "chiseledredsandstbl": "chiseled_red_sandstone", - "chiseledredsandstblock": "chiseled_red_sandstone", - "chiseledredsandstone": "chiseled_red_sandstone", - "chiseledredsandstoneb": "chiseled_red_sandstone", - "chiseledredsandstonebl": "chiseled_red_sandstone", - "chiseledredsandstoneblock": "chiseled_red_sandstone", - "chiseledredsndst": "chiseled_red_sandstone", - "chiseledredsndstb": "chiseled_red_sandstone", - "chiseledredsndstbl": "chiseled_red_sandstone", - "chiseledredsndstblock": "chiseled_red_sandstone", - "circleredsandst": "chiseled_red_sandstone", - "circleredsandstb": "chiseled_red_sandstone", - "circleredsandstbl": "chiseled_red_sandstone", - "circleredsandstblock": "chiseled_red_sandstone", - "circleredsandstone": "chiseled_red_sandstone", - "circleredsandstoneb": "chiseled_red_sandstone", - "circleredsandstonebl": "chiseled_red_sandstone", - "circleredsandstoneblock": "chiseled_red_sandstone", - "circleredsndst": "chiseled_red_sandstone", - "circleredsndstb": "chiseled_red_sandstone", - "circleredsndstbl": "chiseled_red_sandstone", - "circleredsndstblock": "chiseled_red_sandstone", - "ciredsandst": "chiseled_red_sandstone", - "ciredsandstb": "chiseled_red_sandstone", - "ciredsandstbl": "chiseled_red_sandstone", - "ciredsandstblock": "chiseled_red_sandstone", - "ciredsandstone": "chiseled_red_sandstone", - "ciredsandstoneb": "chiseled_red_sandstone", - "ciredsandstonebl": "chiseled_red_sandstone", - "ciredsandstoneblock": "chiseled_red_sandstone", - "ciredsndst": "chiseled_red_sandstone", - "ciredsndstb": "chiseled_red_sandstone", - "ciredsndstbl": "chiseled_red_sandstone", - "ciredsndstblock": "chiseled_red_sandstone", - "minecraft:chiseled_red_sandstone": "chiseled_red_sandstone", - "chiseled_sandstone": { - "material": "CHISELED_SANDSTONE" - }, - "chiseledsandst": "chiseled_sandstone", - "chiseledsandstb": "chiseled_sandstone", - "chiseledsandstbl": "chiseled_sandstone", - "chiseledsandstblock": "chiseled_sandstone", - "chiseledsandstone": "chiseled_sandstone", - "chiseledsandstoneb": "chiseled_sandstone", - "chiseledsandstonebl": "chiseled_sandstone", - "chiseledsandstoneblock": "chiseled_sandstone", - "chiseledsndst": "chiseled_sandstone", - "chiseledsndstb": "chiseled_sandstone", - "chiseledsndstbl": "chiseled_sandstone", - "chiseledsndstblock": "chiseled_sandstone", - "circlesandst": "chiseled_sandstone", - "circlesandstb": "chiseled_sandstone", - "circlesandstbl": "chiseled_sandstone", - "circlesandstblock": "chiseled_sandstone", - "circlesandstone": "chiseled_sandstone", - "circlesandstoneb": "chiseled_sandstone", - "circlesandstonebl": "chiseled_sandstone", - "circlesandstoneblock": "chiseled_sandstone", - "circlesndst": "chiseled_sandstone", - "circlesndstb": "chiseled_sandstone", - "circlesndstbl": "chiseled_sandstone", - "circlesndstblock": "chiseled_sandstone", - "cisandst": "chiseled_sandstone", - "cisandstb": "chiseled_sandstone", - "cisandstbl": "chiseled_sandstone", - "cisandstblock": "chiseled_sandstone", - "cisandstone": "chiseled_sandstone", - "cisandstoneb": "chiseled_sandstone", - "cisandstonebl": "chiseled_sandstone", - "cisandstoneblock": "chiseled_sandstone", - "cisndst": "chiseled_sandstone", - "cisndstb": "chiseled_sandstone", - "cisndstbl": "chiseled_sandstone", - "cisndstblock": "chiseled_sandstone", - "minecraft:chiseled_sandstone": "chiseled_sandstone", - "chiseled_stone_bricks": { - "material": "CHISELED_STONE_BRICKS" - }, - "chiseledst": "chiseled_stone_bricks", - "chiseledstone": "chiseled_stone_bricks", - "chiseledstonebricks": "chiseled_stone_bricks", - "circlest": "chiseled_stone_bricks", - "circlestone": "chiseled_stone_bricks", - "cist": "chiseled_stone_bricks", - "cistone": "chiseled_stone_bricks", - "minecraft:chiseled_stone_bricks": "chiseled_stone_bricks", - "chorus_flower": { - "material": "CHORUS_FLOWER" - }, - "chorusflower": "chorus_flower", - "minecraft:chorus_flower": "chorus_flower", - "chorus_fruit": { - "material": "CHORUS_FRUIT" - }, - "chorusfruit": "chorus_fruit", - "minecraft:chorus_fruit": "chorus_fruit", - "chorus_plant": { - "material": "CHORUS_PLANT" - }, - "chorusplant": "chorus_plant", - "minecraft:chorus_plant": "chorus_plant", - "clay": { - "material": "CLAY" - }, - "minecraft:clay": "clay", - "clay_ball": { - "material": "CLAY_BALL" - }, - "clayball": "clay_ball", - "minecraft:clay_ball": "clay_ball", - "clock": { - "material": "CLOCK" - }, - "minecraft:clock": "clock", - "coal": { - "material": "COAL" - }, - "minecraft:coal": "coal", - "coal_block": { - "material": "COAL_BLOCK" - }, - "blockc": "coal_block", - "blockcoal": "coal_block", - "cblock": "coal_block", - "coalblock": "coal_block", - "minecraft:coal_block": "coal_block", - "coal_ore": { - "material": "COAL_ORE" - }, - "co": "coal_ore", - "coalo": "coal_ore", - "coalore": "coal_ore", - "core": "coal_ore", - "minecraft:coal_ore": "coal_ore", - "oc": "coal_ore", - "ocoal": "coal_ore", - "orec": "coal_ore", - "orecoal": "coal_ore", - "stonecoalore": "coal_ore", - "stonecore": "coal_ore", - "coarse_dirt": { - "material": "COARSE_DIRT" - }, - "coarsedirt": "coarse_dirt", - "minecraft:coarse_dirt": "coarse_dirt", - "cobbled_deepslate": { - "material": "COBBLED_DEEPSLATE" - }, - "cbdeepslate": "cobbled_deepslate", - "cbdeepslateb": "cobbled_deepslate", - "cbdeepslatebl": "cobbled_deepslate", - "cbdeepslateblock": "cobbled_deepslate", - "cbdslate": "cobbled_deepslate", - "cbdslateb": "cobbled_deepslate", - "cbdslatebl": "cobbled_deepslate", - "cbdslateblock": "cobbled_deepslate", - "cbslate": "cobbled_deepslate", - "cbslateb": "cobbled_deepslate", - "cbslatebl": "cobbled_deepslate", - "cbslateblock": "cobbled_deepslate", - "cobbleddeepslate": "cobbled_deepslate", - "cobbleddeepslateb": "cobbled_deepslate", - "cobbleddeepslatebl": "cobbled_deepslate", - "cobbleddeepslateblock": "cobbled_deepslate", - "cobbleddslate": "cobbled_deepslate", - "cobbleddslateb": "cobbled_deepslate", - "cobbleddslatebl": "cobbled_deepslate", - "cobbleddslateblock": "cobbled_deepslate", - "cobbledeepslate": "cobbled_deepslate", - "cobbledeepslateb": "cobbled_deepslate", - "cobbledeepslatebl": "cobbled_deepslate", - "cobbledeepslateblock": "cobbled_deepslate", - "cobbledslate": "cobbled_deepslate", - "cobbledslateb": "cobbled_deepslate", - "cobbledslatebl": "cobbled_deepslate", - "cobbledslateblock": "cobbled_deepslate", - "cobbleslate": "cobbled_deepslate", - "cobbleslateb": "cobbled_deepslate", - "cobbleslatebl": "cobbled_deepslate", - "cobbleslateblock": "cobbled_deepslate", - "cobdeepslate": "cobbled_deepslate", - "cobdeepslateb": "cobbled_deepslate", - "cobdeepslatebl": "cobbled_deepslate", - "cobdeepslateblock": "cobbled_deepslate", - "cobdslate": "cobbled_deepslate", - "cobdslateb": "cobbled_deepslate", - "cobdslatebl": "cobbled_deepslate", - "cobdslateblock": "cobbled_deepslate", - "cobslate": "cobbled_deepslate", - "cobslateb": "cobbled_deepslate", - "cobslatebl": "cobbled_deepslate", - "cobslateblock": "cobbled_deepslate", - "minecraft:cobbled_deepslate": "cobbled_deepslate", - "cobbled_deepslate_slab": { - "material": "COBBLED_DEEPSLATE_SLAB" - }, - "cbdeepslatehalfblock": "cobbled_deepslate_slab", - "cbdeepslatestep": "cobbled_deepslate_slab", - "cbdslatehalfblock": "cobbled_deepslate_slab", - "cbdslatestep": "cobbled_deepslate_slab", - "cbslatehalfblock": "cobbled_deepslate_slab", - "cbslatestep": "cobbled_deepslate_slab", - "cobbleddeepslatehalfblock": "cobbled_deepslate_slab", - "cobbleddeepslateslab": "cobbled_deepslate_slab", - "cobbleddeepslatestep": "cobbled_deepslate_slab", - "cobbleddslatehalfblock": "cobbled_deepslate_slab", - "cobbleddslatestep": "cobbled_deepslate_slab", - "cobbledeepslatehalfblock": "cobbled_deepslate_slab", - "cobbledeepslatestep": "cobbled_deepslate_slab", - "cobbledslatehalfblock": "cobbled_deepslate_slab", - "cobbledslatestep": "cobbled_deepslate_slab", - "cobbleslatehalfblock": "cobbled_deepslate_slab", - "cobbleslatestep": "cobbled_deepslate_slab", - "cobdeepslatehalfblock": "cobbled_deepslate_slab", - "cobdeepslatestep": "cobbled_deepslate_slab", - "cobdslatehalfblock": "cobbled_deepslate_slab", - "cobdslatestep": "cobbled_deepslate_slab", - "cobslatehalfblock": "cobbled_deepslate_slab", - "cobslatestep": "cobbled_deepslate_slab", - "minecraft:cobbled_deepslate_slab": "cobbled_deepslate_slab", - "cobbled_deepslate_stairs": { - "material": "COBBLED_DEEPSLATE_STAIRS" - }, - "cbdeepslatestair": "cobbled_deepslate_stairs", - "cbdeepslatestairs": "cobbled_deepslate_stairs", - "cbdslatestair": "cobbled_deepslate_stairs", - "cbdslatestairs": "cobbled_deepslate_stairs", - "cbslatestair": "cobbled_deepslate_stairs", - "cbslatestairs": "cobbled_deepslate_stairs", - "cobbleddeepslatestair": "cobbled_deepslate_stairs", - "cobbleddeepslatestairs": "cobbled_deepslate_stairs", - "cobbleddslatestair": "cobbled_deepslate_stairs", - "cobbleddslatestairs": "cobbled_deepslate_stairs", - "cobbledeepslatestair": "cobbled_deepslate_stairs", - "cobbledeepslatestairs": "cobbled_deepslate_stairs", - "cobbledslatestair": "cobbled_deepslate_stairs", - "cobbledslatestairs": "cobbled_deepslate_stairs", - "cobbleslatestair": "cobbled_deepslate_stairs", - "cobbleslatestairs": "cobbled_deepslate_stairs", - "cobdeepslatestair": "cobbled_deepslate_stairs", - "cobdeepslatestairs": "cobbled_deepslate_stairs", - "cobdslatestair": "cobbled_deepslate_stairs", - "cobdslatestairs": "cobbled_deepslate_stairs", - "cobslatestair": "cobbled_deepslate_stairs", - "cobslatestairs": "cobbled_deepslate_stairs", - "minecraft:cobbled_deepslate_stairs": "cobbled_deepslate_stairs", - "cobbled_deepslate_wall": { - "material": "COBBLED_DEEPSLATE_WALL" - }, - "cbdeepslatewall": "cobbled_deepslate_wall", - "cbdslatewall": "cobbled_deepslate_wall", - "cbslatewall": "cobbled_deepslate_wall", - "cobbleddeepslatewall": "cobbled_deepslate_wall", - "cobbleddslatewall": "cobbled_deepslate_wall", - "cobbledeepslatewall": "cobbled_deepslate_wall", - "cobbledslatewall": "cobbled_deepslate_wall", - "cobbleslatewall": "cobbled_deepslate_wall", - "cobdeepslatewall": "cobbled_deepslate_wall", - "cobdslatewall": "cobbled_deepslate_wall", - "cobslatewall": "cobbled_deepslate_wall", - "minecraft:cobbled_deepslate_wall": "cobbled_deepslate_wall", - "wallcbdeepslate": "cobbled_deepslate_wall", - "wallcbdslate": "cobbled_deepslate_wall", - "wallcbslate": "cobbled_deepslate_wall", - "wallcobbleddeepslate": "cobbled_deepslate_wall", - "wallcobbleddslate": "cobbled_deepslate_wall", - "wallcobbledeepslate": "cobbled_deepslate_wall", - "wallcobbledslate": "cobbled_deepslate_wall", - "wallcobbleslate": "cobbled_deepslate_wall", - "wallcobdeepslate": "cobbled_deepslate_wall", - "wallcobdslate": "cobbled_deepslate_wall", - "wallcobslate": "cobbled_deepslate_wall", - "cobblestone": { - "material": "COBBLESTONE" - }, - "cobble": "cobblestone", - "cobbleb": "cobblestone", - "cobblebl": "cobblestone", - "cobbleblock": "cobblestone", - "cobblestoneb": "cobblestone", - "cobblestonebl": "cobblestone", - "cobblestoneblock": "cobblestone", - "cs": "cobblestone", - "csb": "cobblestone", - "csbl": "cobblestone", - "csblock": "cobblestone", - "cst": "cobblestone", - "cstb": "cobblestone", - "cstbl": "cobblestone", - "cstblock": "cobblestone", - "cstone": "cobblestone", - "cstoneb": "cobblestone", - "cstonebl": "cobblestone", - "cstoneblock": "cobblestone", - "minecraft:cobblestone": "cobblestone", - "cobblestone_slab": { - "material": "COBBLESTONE_SLAB" - }, - "cobblehalfblock": "cobblestone_slab", - "cobblestep": "cobblestone_slab", - "cobblestonehalfblock": "cobblestone_slab", - "cobblestoneslab": "cobblestone_slab", - "cobblestonestep": "cobblestone_slab", - "cshalfblock": "cobblestone_slab", - "csstep": "cobblestone_slab", - "csthalfblock": "cobblestone_slab", - "cstonehalfblock": "cobblestone_slab", - "cstonestep": "cobblestone_slab", - "cststep": "cobblestone_slab", - "minecraft:cobblestone_slab": "cobblestone_slab", - "cobblestone_stairs": { - "material": "COBBLESTONE_STAIRS" - }, - "cobblestair": "cobblestone_stairs", - "cobblestairs": "cobblestone_stairs", - "cobblestonestair": "cobblestone_stairs", - "cobblestonestairs": "cobblestone_stairs", - "csstair": "cobblestone_stairs", - "csstairs": "cobblestone_stairs", - "cstonestair": "cobblestone_stairs", - "cstonestairs": "cobblestone_stairs", - "cststair": "cobblestone_stairs", - "cststairs": "cobblestone_stairs", - "minecraft:cobblestone_stairs": "cobblestone_stairs", - "cobblestone_wall": { - "material": "COBBLESTONE_WALL" - }, - "cobblestonewall": "cobblestone_wall", - "cobblewall": "cobblestone_wall", - "cstonewall": "cobblestone_wall", - "cstwall": "cobblestone_wall", - "cswall": "cobblestone_wall", - "minecraft:cobblestone_wall": "cobblestone_wall", - "wallcobble": "cobblestone_wall", - "wallcobblestone": "cobblestone_wall", - "wallcs": "cobblestone_wall", - "wallcst": "cobblestone_wall", - "wallcstone": "cobblestone_wall", - "cobweb": { - "material": "COBWEB" - }, - "minecraft:cobweb": "cobweb", - "cocoa_beans": { - "material": "COCOA_BEANS" - }, - "cocoabeans": "cocoa_beans", - "minecraft:cocoa_beans": "cocoa_beans", - "cod": { - "material": "COD" - }, - "fish": "cod", - "minecraft:cod": "cod", - "plaincod": "cod", - "plainfish": "cod", - "racod": "cod", - "rafish": "cod", - "rawcod": "cod", - "rawfish": "cod", - "uncookedcod": "cod", - "uncookedfish": "cod", - "cod_bucket": { - "material": "COD_BUCKET" - }, - "bucketocod": "cod_bucket", - "codbucket": "cod_bucket", - "codbukkit": "cod_bucket", - "codpail": "cod_bucket", - "minecraft:cod_bucket": "cod_bucket", - "cod_spawn_egg": { - "material": "COD_SPAWN_EGG" - }, - "codegg": "cod_spawn_egg", - "codsegg": "cod_spawn_egg", - "codspawn": "cod_spawn_egg", - "codspawnegg": "cod_spawn_egg", - "eggcod": "cod_spawn_egg", - "minecraft:cod_spawn_egg": "cod_spawn_egg", - "seggcod": "cod_spawn_egg", - "spawncod": "cod_spawn_egg", - "spawneggcod": "cod_spawn_egg", - "cod_spawner": { - "entity": "COD", - "material": "SPAWNER" - }, - "codcage": "cod_spawner", - "codmcage": "cod_spawner", - "codmobcage": "cod_spawner", - "codmobspawner": "cod_spawner", - "codmonstercage": "cod_spawner", - "codmonsterspawner": "cod_spawner", - "codmspawner": "cod_spawner", - "codspawner": "cod_spawner", - "command_block": { - "material": "COMMAND_BLOCK" - }, - "commandblock": "command_block", - "minecraft:command_block": "command_block", - "command_block_minecart": { - "material": "COMMAND_BLOCK_MINECART" - }, - "cbcart": "command_block_minecart", - "cblockcart": "command_block_minecart", - "cblockmc": "command_block_minecart", - "cblockmcart": "command_block_minecart", - "cblockminecart": "command_block_minecart", - "cbmc": "command_block_minecart", - "cbmcart": "command_block_minecart", - "cbminecart": "command_block_minecart", - "cmdblockcart": "command_block_minecart", - "cmdblockmc": "command_block_minecart", - "cmdblockmcart": "command_block_minecart", - "cmdblockminecart": "command_block_minecart", - "cmdcart": "command_block_minecart", - "cmdmc": "command_block_minecart", - "cmdmcart": "command_block_minecart", - "cmdminecart": "command_block_minecart", - "commandblockcart": "command_block_minecart", - "commandblockmc": "command_block_minecart", - "commandblockmcart": "command_block_minecart", - "commandblockminecart": "command_block_minecart", - "commandcart": "command_block_minecart", - "commandmc": "command_block_minecart", - "commandmcart": "command_block_minecart", - "commandminecart": "command_block_minecart", - "minecraft:command_block_minecart": "command_block_minecart", - "comparator": { - "material": "COMPARATOR" - }, - "minecraft:comparator": "comparator", - "compass": { - "material": "COMPASS" - }, - "minecraft:compass": "compass", - "composter": { - "material": "COMPOSTER" - }, - "minecraft:composter": "composter", - "conduit": { - "material": "CONDUIT" - }, - "minecraft:conduit": "conduit", - "cooked_beef": { - "material": "COOKED_BEEF" - }, - "bbqbeef": "cooked_beef", - "bbqcowmeat": "cooked_beef", - "bbqsteak": "cooked_beef", - "beefbbq": "cooked_beef", - "beefc": "cooked_beef", - "beefcook": "cooked_beef", - "beefcooked": "cooked_beef", - "beefg": "cooked_beef", - "beefgrill": "cooked_beef", - "beefgrilled": "cooked_beef", - "beefro": "cooked_beef", - "beefroast": "cooked_beef", - "beefroasted": "cooked_beef", - "beeftoasted": "cooked_beef", - "cbeef": "cooked_beef", - "ccowmeat": "cooked_beef", - "cookbeef": "cooked_beef", - "cookcowmeat": "cooked_beef", - "cookedbeef": "cooked_beef", - "cookedcowmeat": "cooked_beef", - "cookedsteak": "cooked_beef", - "cooksteak": "cooked_beef", - "cowmeatbbq": "cooked_beef", - "cowmeatc": "cooked_beef", - "cowmeatcook": "cooked_beef", - "cowmeatcooked": "cooked_beef", - "cowmeatg": "cooked_beef", - "cowmeatgrill": "cooked_beef", - "cowmeatgrilled": "cooked_beef", - "cowmeatro": "cooked_beef", - "cowmeatroast": "cooked_beef", - "cowmeatroasted": "cooked_beef", - "cowmeattoasted": "cooked_beef", - "csteak": "cooked_beef", - "gbeef": "cooked_beef", - "gcowmeat": "cooked_beef", - "grillbeef": "cooked_beef", - "grillcowmeat": "cooked_beef", - "grilledbeef": "cooked_beef", - "grilledcowmeat": "cooked_beef", - "grilledsteak": "cooked_beef", - "grillsteak": "cooked_beef", - "gsteak": "cooked_beef", - "minecraft:cooked_beef": "cooked_beef", - "roastbeef": "cooked_beef", - "roastcowmeat": "cooked_beef", - "roastedbeef": "cooked_beef", - "roastedcowmeat": "cooked_beef", - "roastedsteak": "cooked_beef", - "roaststeak": "cooked_beef", - "robeef": "cooked_beef", - "rocowmeat": "cooked_beef", - "rosteak": "cooked_beef", - "steakbbq": "cooked_beef", - "steakc": "cooked_beef", - "steakcook": "cooked_beef", - "steakcooked": "cooked_beef", - "steakg": "cooked_beef", - "steakgrill": "cooked_beef", - "steakgrilled": "cooked_beef", - "steakro": "cooked_beef", - "steakroast": "cooked_beef", - "steakroasted": "cooked_beef", - "steaktoasted": "cooked_beef", - "toastedbeef": "cooked_beef", - "toastedcowmeat": "cooked_beef", - "toastedsteak": "cooked_beef", - "cooked_chicken": { - "material": "COOKED_CHICKEN" - }, - "bbqchicken": "cooked_chicken", - "cchicken": "cooked_chicken", - "chickenbbq": "cooked_chicken", - "chickenc": "cooked_chicken", - "chickencook": "cooked_chicken", - "chickencooked": "cooked_chicken", - "chickeng": "cooked_chicken", - "chickengrill": "cooked_chicken", - "chickengrilled": "cooked_chicken", - "chickenro": "cooked_chicken", - "chickenroast": "cooked_chicken", - "chickenroasted": "cooked_chicken", - "chickentoasted": "cooked_chicken", - "cookchicken": "cooked_chicken", - "cookedchicken": "cooked_chicken", - "gchicken": "cooked_chicken", - "grillchicken": "cooked_chicken", - "grilledchicken": "cooked_chicken", - "minecraft:cooked_chicken": "cooked_chicken", - "roastchicken": "cooked_chicken", - "roastedchicken": "cooked_chicken", - "rochicken": "cooked_chicken", - "toastedchicken": "cooked_chicken", - "cooked_cod": { - "material": "COOKED_COD" - }, - "bbqcod": "cooked_cod", - "bbqfish": "cooked_cod", - "ccod": "cooked_cod", - "cfish": "cooked_cod", - "codbbq": "cooked_cod", - "codc": "cooked_cod", - "codcook": "cooked_cod", - "codcooked": "cooked_cod", - "codg": "cooked_cod", - "codgrill": "cooked_cod", - "codgrilled": "cooked_cod", - "codro": "cooked_cod", - "codroast": "cooked_cod", - "codroasted": "cooked_cod", - "codtoasted": "cooked_cod", - "cookcod": "cooked_cod", - "cookedcod": "cooked_cod", - "cookedfish": "cooked_cod", - "cookfish": "cooked_cod", - "fishbbq": "cooked_cod", - "fishc": "cooked_cod", - "fishcook": "cooked_cod", - "fishcooked": "cooked_cod", - "fishg": "cooked_cod", - "fishgrill": "cooked_cod", - "fishgrilled": "cooked_cod", - "fishro": "cooked_cod", - "fishroast": "cooked_cod", - "fishroasted": "cooked_cod", - "fishtoasted": "cooked_cod", - "gcod": "cooked_cod", - "gfish": "cooked_cod", - "grillcod": "cooked_cod", - "grilledcod": "cooked_cod", - "grilledfish": "cooked_cod", - "grillfish": "cooked_cod", - "minecraft:cooked_cod": "cooked_cod", - "roastcod": "cooked_cod", - "roastedcod": "cooked_cod", - "roastedfish": "cooked_cod", - "roastfish": "cooked_cod", - "rocod": "cooked_cod", - "rofish": "cooked_cod", - "toastedcod": "cooked_cod", - "toastedfish": "cooked_cod", - "cooked_mutton": { - "material": "COOKED_MUTTON" - }, - "bbqmutton": "cooked_mutton", - "bbqsheepmeat": "cooked_mutton", - "cmutton": "cooked_mutton", - "cookedmutton": "cooked_mutton", - "cookedsheepmeat": "cooked_mutton", - "cookmutton": "cooked_mutton", - "cooksheepmeat": "cooked_mutton", - "csheepmeat": "cooked_mutton", - "gmutton": "cooked_mutton", - "grilledmutton": "cooked_mutton", - "grilledsheepmeat": "cooked_mutton", - "grillmutton": "cooked_mutton", - "grillsheepmeat": "cooked_mutton", - "gsheepmeat": "cooked_mutton", - "minecraft:cooked_mutton": "cooked_mutton", - "muttonbbq": "cooked_mutton", - "muttonc": "cooked_mutton", - "muttoncook": "cooked_mutton", - "muttoncooked": "cooked_mutton", - "muttong": "cooked_mutton", - "muttongrill": "cooked_mutton", - "muttongrilled": "cooked_mutton", - "muttonro": "cooked_mutton", - "muttonroast": "cooked_mutton", - "muttonroasted": "cooked_mutton", - "muttontoasted": "cooked_mutton", - "roastedmutton": "cooked_mutton", - "roastedsheepmeat": "cooked_mutton", - "roastmutton": "cooked_mutton", - "roastsheepmeat": "cooked_mutton", - "romutton": "cooked_mutton", - "rosheepmeat": "cooked_mutton", - "sheepmeatbbq": "cooked_mutton", - "sheepmeatc": "cooked_mutton", - "sheepmeatcook": "cooked_mutton", - "sheepmeatcooked": "cooked_mutton", - "sheepmeatg": "cooked_mutton", - "sheepmeatgrill": "cooked_mutton", - "sheepmeatgrilled": "cooked_mutton", - "sheepmeatro": "cooked_mutton", - "sheepmeatroast": "cooked_mutton", - "sheepmeatroasted": "cooked_mutton", - "sheepmeattoasted": "cooked_mutton", - "toastedmutton": "cooked_mutton", - "toastedsheepmeat": "cooked_mutton", - "cooked_porkchop": { - "material": "COOKED_PORKCHOP" - }, - "bbqpork": "cooked_porkchop", - "bbqporkchop": "cooked_porkchop", - "cookedpork": "cooked_porkchop", - "cookedporkchop": "cooked_porkchop", - "cookpork": "cooked_porkchop", - "cookporkchop": "cooked_porkchop", - "cpork": "cooked_porkchop", - "cporkchop": "cooked_porkchop", - "gpork": "cooked_porkchop", - "gporkchop": "cooked_porkchop", - "grilledpork": "cooked_porkchop", - "grilledporkchop": "cooked_porkchop", - "grillpork": "cooked_porkchop", - "grillporkchop": "cooked_porkchop", - "minecraft:cooked_porkchop": "cooked_porkchop", - "porkbbq": "cooked_porkchop", - "porkc": "cooked_porkchop", - "porkchopbbq": "cooked_porkchop", - "porkchopc": "cooked_porkchop", - "porkchopcook": "cooked_porkchop", - "porkchopcooked": "cooked_porkchop", - "porkchopg": "cooked_porkchop", - "porkchopgrill": "cooked_porkchop", - "porkchopgrilled": "cooked_porkchop", - "porkchopro": "cooked_porkchop", - "porkchoproast": "cooked_porkchop", - "porkchoproasted": "cooked_porkchop", - "porkchoptoasted": "cooked_porkchop", - "porkcook": "cooked_porkchop", - "porkcooked": "cooked_porkchop", - "porkg": "cooked_porkchop", - "porkgrill": "cooked_porkchop", - "porkgrilled": "cooked_porkchop", - "porkro": "cooked_porkchop", - "porkroast": "cooked_porkchop", - "porkroasted": "cooked_porkchop", - "porktoasted": "cooked_porkchop", - "roastedpork": "cooked_porkchop", - "roastedporkchop": "cooked_porkchop", - "roastpork": "cooked_porkchop", - "roastporkchop": "cooked_porkchop", - "ropork": "cooked_porkchop", - "roporkchop": "cooked_porkchop", - "toastedpork": "cooked_porkchop", - "toastedporkchop": "cooked_porkchop", - "cooked_rabbit": { - "material": "COOKED_RABBIT" - }, - "bbqhare": "cooked_rabbit", - "bbqhasenpfeffer": "cooked_rabbit", - "bbqrabbit": "cooked_rabbit", - "chare": "cooked_rabbit", - "chasenpfeffer": "cooked_rabbit", - "cookedhare": "cooked_rabbit", - "cookedhasenpfeffer": "cooked_rabbit", - "cookedrabbit": "cooked_rabbit", - "cookhare": "cooked_rabbit", - "cookhasenpfeffer": "cooked_rabbit", - "cookrabbit": "cooked_rabbit", - "crabbit": "cooked_rabbit", - "ghare": "cooked_rabbit", - "ghasenpfeffer": "cooked_rabbit", - "grabbit": "cooked_rabbit", - "grilledhare": "cooked_rabbit", - "grilledhasenpfeffer": "cooked_rabbit", - "grilledrabbit": "cooked_rabbit", - "grillhare": "cooked_rabbit", - "grillhasenpfeffer": "cooked_rabbit", - "grillrabbit": "cooked_rabbit", - "harebbq": "cooked_rabbit", - "harec": "cooked_rabbit", - "harecook": "cooked_rabbit", - "harecooked": "cooked_rabbit", - "hareg": "cooked_rabbit", - "haregrill": "cooked_rabbit", - "haregrilled": "cooked_rabbit", - "harero": "cooked_rabbit", - "hareroast": "cooked_rabbit", - "hareroasted": "cooked_rabbit", - "haretoasted": "cooked_rabbit", - "hasenpfefferbbq": "cooked_rabbit", - "hasenpfefferc": "cooked_rabbit", - "hasenpfeffercook": "cooked_rabbit", - "hasenpfeffercooked": "cooked_rabbit", - "hasenpfefferg": "cooked_rabbit", - "hasenpfeffergrill": "cooked_rabbit", - "hasenpfeffergrilled": "cooked_rabbit", - "hasenpfefferro": "cooked_rabbit", - "hasenpfefferroast": "cooked_rabbit", - "hasenpfefferroasted": "cooked_rabbit", - "hasenpfeffertoasted": "cooked_rabbit", - "minecraft:cooked_rabbit": "cooked_rabbit", - "rabbitbbq": "cooked_rabbit", - "rabbitc": "cooked_rabbit", - "rabbitcook": "cooked_rabbit", - "rabbitcooked": "cooked_rabbit", - "rabbitg": "cooked_rabbit", - "rabbitgrill": "cooked_rabbit", - "rabbitgrilled": "cooked_rabbit", - "rabbitro": "cooked_rabbit", - "rabbitroast": "cooked_rabbit", - "rabbitroasted": "cooked_rabbit", - "rabbittoasted": "cooked_rabbit", - "roastedhare": "cooked_rabbit", - "roastedhasenpfeffer": "cooked_rabbit", - "roastedrabbit": "cooked_rabbit", - "roasthare": "cooked_rabbit", - "roasthasenpfeffer": "cooked_rabbit", - "roastrabbit": "cooked_rabbit", - "rohare": "cooked_rabbit", - "rohasenpfeffer": "cooked_rabbit", - "rorabbit": "cooked_rabbit", - "toastedhare": "cooked_rabbit", - "toastedhasenpfeffer": "cooked_rabbit", - "toastedrabbit": "cooked_rabbit", - "cooked_salmon": { - "material": "COOKED_SALMON" - }, - "bbqfishs": "cooked_salmon", - "bbqsalmon": "cooked_salmon", - "bbqsalmonfish": "cooked_salmon", - "bbqsfish": "cooked_salmon", - "cfishs": "cooked_salmon", - "cookedfishs": "cooked_salmon", - "cookedsalmon": "cooked_salmon", - "cookedsalmonfish": "cooked_salmon", - "cookedsfish": "cooked_salmon", - "cookfishs": "cooked_salmon", - "cooksalmon": "cooked_salmon", - "cooksalmonfish": "cooked_salmon", - "cooksfish": "cooked_salmon", - "csalmon": "cooked_salmon", - "csalmonfish": "cooked_salmon", - "csfish": "cooked_salmon", - "fishsbbq": "cooked_salmon", - "fishsc": "cooked_salmon", - "fishscook": "cooked_salmon", - "fishscooked": "cooked_salmon", - "fishsg": "cooked_salmon", - "fishsgrill": "cooked_salmon", - "fishsgrilled": "cooked_salmon", - "fishsro": "cooked_salmon", - "fishsroast": "cooked_salmon", - "fishsroasted": "cooked_salmon", - "fishstoasted": "cooked_salmon", - "gfishs": "cooked_salmon", - "grilledfishs": "cooked_salmon", - "grilledsalmon": "cooked_salmon", - "grilledsalmonfish": "cooked_salmon", - "grilledsfish": "cooked_salmon", - "grillfishs": "cooked_salmon", - "grillsalmon": "cooked_salmon", - "grillsalmonfish": "cooked_salmon", - "grillsfish": "cooked_salmon", - "gsalmon": "cooked_salmon", - "gsalmonfish": "cooked_salmon", - "gsfish": "cooked_salmon", - "minecraft:cooked_salmon": "cooked_salmon", - "roastedfishs": "cooked_salmon", - "roastedsalmon": "cooked_salmon", - "roastedsalmonfish": "cooked_salmon", - "roastedsfish": "cooked_salmon", - "roastfishs": "cooked_salmon", - "roastsalmon": "cooked_salmon", - "roastsalmonfish": "cooked_salmon", - "roastsfish": "cooked_salmon", - "rofishs": "cooked_salmon", - "rosalmon": "cooked_salmon", - "rosalmonfish": "cooked_salmon", - "rosfish": "cooked_salmon", - "salmonbbq": "cooked_salmon", - "salmonc": "cooked_salmon", - "salmoncook": "cooked_salmon", - "salmoncooked": "cooked_salmon", - "salmonfishbbq": "cooked_salmon", - "salmonfishc": "cooked_salmon", - "salmonfishcook": "cooked_salmon", - "salmonfishcooked": "cooked_salmon", - "salmonfishg": "cooked_salmon", - "salmonfishgrill": "cooked_salmon", - "salmonfishgrilled": "cooked_salmon", - "salmonfishro": "cooked_salmon", - "salmonfishroast": "cooked_salmon", - "salmonfishroasted": "cooked_salmon", - "salmonfishtoasted": "cooked_salmon", - "salmong": "cooked_salmon", - "salmongrill": "cooked_salmon", - "salmongrilled": "cooked_salmon", - "salmonro": "cooked_salmon", - "salmonroast": "cooked_salmon", - "salmonroasted": "cooked_salmon", - "salmontoasted": "cooked_salmon", - "sfishbbq": "cooked_salmon", - "sfishc": "cooked_salmon", - "sfishcook": "cooked_salmon", - "sfishcooked": "cooked_salmon", - "sfishg": "cooked_salmon", - "sfishgrill": "cooked_salmon", - "sfishgrilled": "cooked_salmon", - "sfishro": "cooked_salmon", - "sfishroast": "cooked_salmon", - "sfishroasted": "cooked_salmon", - "sfishtoasted": "cooked_salmon", - "toastedfishs": "cooked_salmon", - "toastedsalmon": "cooked_salmon", - "toastedsalmonfish": "cooked_salmon", - "toastedsfish": "cooked_salmon", - "cookie": { - "material": "COOKIE" - }, - "minecraft:cookie": "cookie", - "copper_block": { - "material": "COPPER_BLOCK" - }, - "coblock": "copper_block", - "copblock": "copper_block", - "copperblock": "copper_block", - "minecraft:copper_block": "copper_block", - "plaincoblock": "copper_block", - "plaincopblock": "copper_block", - "plaincopperblock": "copper_block", - "purecoblock": "copper_block", - "purecopblock": "copper_block", - "purecopperblock": "copper_block", - "copper_ingot": { - "material": "COPPER_INGOT" - }, - "barcop": "copper_ingot", - "barcopp": "copper_ingot", - "barcopper": "copper_ingot", - "copbar": "copper_ingot", - "copi": "copper_ingot", - "copingot": "copper_ingot", - "coppbar": "copper_ingot", - "copperbar": "copper_ingot", - "copperi": "copper_ingot", - "copperingot": "copper_ingot", - "coppi": "copper_ingot", - "coppingot": "copper_ingot", - "icop": "copper_ingot", - "icopp": "copper_ingot", - "icopper": "copper_ingot", - "ingotcop": "copper_ingot", - "ingotcopp": "copper_ingot", - "ingotcopper": "copper_ingot", - "minecraft:copper_ingot": "copper_ingot", - "copper_ore": { - "material": "COPPER_ORE" - }, - "copo": "copper_ore", - "copore": "copper_ore", - "coppero": "copper_ore", - "copperore": "copper_ore", - "coppo": "copper_ore", - "coppore": "copper_ore", - "minecraft:copper_ore": "copper_ore", - "ocop": "copper_ore", - "ocopp": "copper_ore", - "ocopper": "copper_ore", - "orecop": "copper_ore", - "orecopp": "copper_ore", - "orecopper": "copper_ore", - "stonecopore": "copper_ore", - "stonecopperore": "copper_ore", - "stonecoppore": "copper_ore", - "cornflower": { - "material": "CORNFLOWER" - }, - "minecraft:cornflower": "cornflower", - "cow_spawn_egg": { - "material": "COW_SPAWN_EGG" - }, - "cowegg": "cow_spawn_egg", - "cowsegg": "cow_spawn_egg", - "cowspawn": "cow_spawn_egg", - "cowspawnegg": "cow_spawn_egg", - "eggcow": "cow_spawn_egg", - "minecraft:cow_spawn_egg": "cow_spawn_egg", - "seggcow": "cow_spawn_egg", - "spawncow": "cow_spawn_egg", - "spawneggcow": "cow_spawn_egg", - "cow_spawner": { - "entity": "COW", - "material": "SPAWNER" - }, - "cowcage": "cow_spawner", - "cowmcage": "cow_spawner", - "cowmobcage": "cow_spawner", - "cowmobspawner": "cow_spawner", - "cowmonstercage": "cow_spawner", - "cowmonsterspawner": "cow_spawner", - "cowmspawner": "cow_spawner", - "cowspawner": "cow_spawner", - "cracked_deepslate_bricks": { - "material": "CRACKED_DEEPSLATE_BRICKS" - }, - "crackdeepslatebr": "cracked_deepslate_bricks", - "crackdeepslatebricks": "cracked_deepslate_bricks", - "crackdslatebr": "cracked_deepslate_bricks", - "crackdslatebricks": "cracked_deepslate_bricks", - "crackeddeepslatebr": "cracked_deepslate_bricks", - "crackeddeepslatebricks": "cracked_deepslate_bricks", - "crackeddslatebr": "cracked_deepslate_bricks", - "crackeddslatebricks": "cracked_deepslate_bricks", - "crackedslatebr": "cracked_deepslate_bricks", - "crackedslatebricks": "cracked_deepslate_bricks", - "crackslatebr": "cracked_deepslate_bricks", - "crackslatebricks": "cracked_deepslate_bricks", - "crdeepslatebr": "cracked_deepslate_bricks", - "crdeepslatebricks": "cracked_deepslate_bricks", - "crdslatebr": "cracked_deepslate_bricks", - "crdslatebricks": "cracked_deepslate_bricks", - "crslatebr": "cracked_deepslate_bricks", - "crslatebricks": "cracked_deepslate_bricks", - "minecraft:cracked_deepslate_bricks": "cracked_deepslate_bricks", - "cracked_deepslate_tiles": { - "material": "CRACKED_DEEPSLATE_TILES" - }, - "crackdeepslatetile": "cracked_deepslate_tiles", - "crackdeepslatetiles": "cracked_deepslate_tiles", - "crackdslatetile": "cracked_deepslate_tiles", - "crackdslatetiles": "cracked_deepslate_tiles", - "crackeddeepslatetile": "cracked_deepslate_tiles", - "crackeddeepslatetiles": "cracked_deepslate_tiles", - "crackeddslatetile": "cracked_deepslate_tiles", - "crackeddslatetiles": "cracked_deepslate_tiles", - "crackedslatetile": "cracked_deepslate_tiles", - "crackedslatetiles": "cracked_deepslate_tiles", - "crackslatetile": "cracked_deepslate_tiles", - "crackslatetiles": "cracked_deepslate_tiles", - "crdeepslatetile": "cracked_deepslate_tiles", - "crdeepslatetiles": "cracked_deepslate_tiles", - "crdslatetile": "cracked_deepslate_tiles", - "crdslatetiles": "cracked_deepslate_tiles", - "crslatetile": "cracked_deepslate_tiles", - "crslatetiles": "cracked_deepslate_tiles", - "minecraft:cracked_deepslate_tiles": "cracked_deepslate_tiles", - "tilecrackdeepslate": "cracked_deepslate_tiles", - "tilecrackdslate": "cracked_deepslate_tiles", - "tilecrackeddeepslate": "cracked_deepslate_tiles", - "tilecrackeddslate": "cracked_deepslate_tiles", - "tilecrackedslate": "cracked_deepslate_tiles", - "tilecrackslate": "cracked_deepslate_tiles", - "tilecrdeepslate": "cracked_deepslate_tiles", - "tilecrdslate": "cracked_deepslate_tiles", - "tilecrslate": "cracked_deepslate_tiles", - "tilescrackdeepslate": "cracked_deepslate_tiles", - "tilescrackdslate": "cracked_deepslate_tiles", - "tilescrackeddeepslate": "cracked_deepslate_tiles", - "tilescrackeddslate": "cracked_deepslate_tiles", - "tilescrackedslate": "cracked_deepslate_tiles", - "tilescrackslate": "cracked_deepslate_tiles", - "tilescrdeepslate": "cracked_deepslate_tiles", - "tilescrdslate": "cracked_deepslate_tiles", - "tilescrslate": "cracked_deepslate_tiles", - "cracked_nether_bricks": { - "material": "CRACKED_NETHER_BRICKS" - }, - "crackednbr": "cracked_nether_bricks", - "crackednbrick": "cracked_nether_bricks", - "crackednethbr": "cracked_nether_bricks", - "crackednethbrick": "cracked_nether_bricks", - "crackednetherbr": "cracked_nether_bricks", - "crackednetherbrick": "cracked_nether_bricks", - "crackednetherbricks": "cracked_nether_bricks", - "cracknbr": "cracked_nether_bricks", - "cracknbrick": "cracked_nether_bricks", - "cracknethbr": "cracked_nether_bricks", - "cracknethbrick": "cracked_nether_bricks", - "cracknetherbr": "cracked_nether_bricks", - "cracknetherbrick": "cracked_nether_bricks", - "crnbr": "cracked_nether_bricks", - "crnbrick": "cracked_nether_bricks", - "crnethbr": "cracked_nether_bricks", - "crnethbrick": "cracked_nether_bricks", - "crnetherbr": "cracked_nether_bricks", - "crnetherbrick": "cracked_nether_bricks", - "minecraft:cracked_nether_bricks": "cracked_nether_bricks", - "cracked_polished_blackstone_bricks": { - "material": "CRACKED_POLISHED_BLACKSTONE_BRICKS" - }, - "crackedpblackstone": "cracked_polished_blackstone_bricks", - "crackedpblst": "cracked_polished_blackstone_bricks", - "crackedpblstone": "cracked_polished_blackstone_bricks", - "crackedpolishedblackstone": "cracked_polished_blackstone_bricks", - "crackedpolishedblackstonebricks": "cracked_polished_blackstone_bricks", - "crackedpolishedblst": "cracked_polished_blackstone_bricks", - "crackedpolishedblstone": "cracked_polished_blackstone_bricks", - "crackpblackstone": "cracked_polished_blackstone_bricks", - "crackpblst": "cracked_polished_blackstone_bricks", - "crackpblstone": "cracked_polished_blackstone_bricks", - "crackpolishedblackstone": "cracked_polished_blackstone_bricks", - "crackpolishedblst": "cracked_polished_blackstone_bricks", - "crackpolishedblstone": "cracked_polished_blackstone_bricks", - "crpblackstone": "cracked_polished_blackstone_bricks", - "crpblst": "cracked_polished_blackstone_bricks", - "crpblstone": "cracked_polished_blackstone_bricks", - "crpolishedblackstone": "cracked_polished_blackstone_bricks", - "crpolishedblst": "cracked_polished_blackstone_bricks", - "crpolishedblstone": "cracked_polished_blackstone_bricks", - "minecraft:cracked_polished_blackstone_bricks": "cracked_polished_blackstone_bricks", - "pcrackblackstone": "cracked_polished_blackstone_bricks", - "pcrackblst": "cracked_polished_blackstone_bricks", - "pcrackblstone": "cracked_polished_blackstone_bricks", - "pcrackedblackstone": "cracked_polished_blackstone_bricks", - "pcrackedblst": "cracked_polished_blackstone_bricks", - "pcrackedblstone": "cracked_polished_blackstone_bricks", - "pcrblackstone": "cracked_polished_blackstone_bricks", - "pcrblst": "cracked_polished_blackstone_bricks", - "pcrblstone": "cracked_polished_blackstone_bricks", - "polishedcrackblackstone": "cracked_polished_blackstone_bricks", - "polishedcrackblst": "cracked_polished_blackstone_bricks", - "polishedcrackblstone": "cracked_polished_blackstone_bricks", - "polishedcrackedblackstone": "cracked_polished_blackstone_bricks", - "polishedcrackedblst": "cracked_polished_blackstone_bricks", - "polishedcrackedblstone": "cracked_polished_blackstone_bricks", - "polishedcrblackstone": "cracked_polished_blackstone_bricks", - "polishedcrblst": "cracked_polished_blackstone_bricks", - "polishedcrblstone": "cracked_polished_blackstone_bricks", - "cracked_stone_bricks": { - "material": "CRACKED_STONE_BRICKS" - }, - "crackedst": "cracked_stone_bricks", - "crackedstone": "cracked_stone_bricks", - "crackedstonebricks": "cracked_stone_bricks", - "crackst": "cracked_stone_bricks", - "crackstone": "cracked_stone_bricks", - "crst": "cracked_stone_bricks", - "crstone": "cracked_stone_bricks", - "minecraft:cracked_stone_bricks": "cracked_stone_bricks", - "crafting_table": { - "material": "CRAFTING_TABLE" - }, - "craftingtable": "crafting_table", - "minecraft:crafting_table": "crafting_table", - "creeper_banner_pattern": { - "material": "CREEPER_BANNER_PATTERN" - }, - "creeperbannerpattern": "creeper_banner_pattern", - "minecraft:creeper_banner_pattern": "creeper_banner_pattern", - "creeper_head": { - "material": "CREEPER_HEAD" - }, - "creeperhead": "creeper_head", - "minecraft:creeper_head": "creeper_head", - "creeper_spawn_egg": { - "material": "CREEPER_SPAWN_EGG" - }, - "creeperegg": "creeper_spawn_egg", - "creepersegg": "creeper_spawn_egg", - "creeperspawn": "creeper_spawn_egg", - "creeperspawnegg": "creeper_spawn_egg", - "cregg": "creeper_spawn_egg", - "crsegg": "creeper_spawn_egg", - "crspawn": "creeper_spawn_egg", - "crspawnegg": "creeper_spawn_egg", - "eggcr": "creeper_spawn_egg", - "eggcreeper": "creeper_spawn_egg", - "minecraft:creeper_spawn_egg": "creeper_spawn_egg", - "seggcr": "creeper_spawn_egg", - "seggcreeper": "creeper_spawn_egg", - "spawncr": "creeper_spawn_egg", - "spawncreeper": "creeper_spawn_egg", - "spawneggcr": "creeper_spawn_egg", - "spawneggcreeper": "creeper_spawn_egg", - "creeper_spawner": { - "entity": "CREEPER", - "material": "SPAWNER" - }, - "crcage": "creeper_spawner", - "creepercage": "creeper_spawner", - "creepermcage": "creeper_spawner", - "creepermobcage": "creeper_spawner", - "creepermobspawner": "creeper_spawner", - "creepermonstercage": "creeper_spawner", - "creepermonsterspawner": "creeper_spawner", - "creepermspawner": "creeper_spawner", - "creeperspawner": "creeper_spawner", - "crmcage": "creeper_spawner", - "crmobcage": "creeper_spawner", - "crmobspawner": "creeper_spawner", - "crmonstercage": "creeper_spawner", - "crmonsterspawner": "creeper_spawner", - "crmspawner": "creeper_spawner", - "crspawner": "creeper_spawner", - "crimson_button": { - "material": "CRIMSON_BUTTON" - }, - "buttoncr": "crimson_button", - "buttoncrim": "crimson_button", - "buttoncrimson": "crimson_button", - "crbutton": "crimson_button", - "crimbutton": "crimson_button", - "crimsonbutton": "crimson_button", - "minecraft:crimson_button": "crimson_button", - "crimson_door": { - "material": "CRIMSON_DOOR" - }, - "crdoor": "crimson_door", - "crimdoor": "crimson_door", - "crimsondoor": "crimson_door", - "minecraft:crimson_door": "crimson_door", - "crimson_fence": { - "material": "CRIMSON_FENCE" - }, - "crfence": "crimson_fence", - "crimfence": "crimson_fence", - "crimsonfence": "crimson_fence", - "minecraft:crimson_fence": "crimson_fence", - "crimson_fence_gate": { - "material": "CRIMSON_FENCE_GATE" - }, - "crfencegate": "crimson_fence_gate", - "crgate": "crimson_fence_gate", - "crimfencegate": "crimson_fence_gate", - "crimgate": "crimson_fence_gate", - "crimsonfencegate": "crimson_fence_gate", - "crimsongate": "crimson_fence_gate", - "gatecr": "crimson_fence_gate", - "gatecrim": "crimson_fence_gate", - "gatecrimson": "crimson_fence_gate", - "minecraft:crimson_fence_gate": "crimson_fence_gate", - "crimson_fungus": { - "material": "CRIMSON_FUNGUS" - }, - "crfun": "crimson_fungus", - "crfungus": "crimson_fungus", - "crimfun": "crimson_fungus", - "crimfungus": "crimson_fungus", - "crimsonfun": "crimson_fungus", - "crimsonfungus": "crimson_fungus", - "minecraft:crimson_fungus": "crimson_fungus", - "crimson_hyphae": { - "material": "CRIMSON_HYPHAE" - }, - "crhyphae": "crimson_hyphae", - "crimhyphae": "crimson_hyphae", - "crimsonhyphae": "crimson_hyphae", - "minecraft:crimson_hyphae": "crimson_hyphae", - "crimson_nylium": { - "material": "CRIMSON_NYLIUM" - }, - "crimnylium": "crimson_nylium", - "crimsoil": "crimson_nylium", - "crimsonnylium": "crimson_nylium", - "crimsonsoil": "crimson_nylium", - "crnylium": "crimson_nylium", - "crsoil": "crimson_nylium", - "minecraft:crimson_nylium": "crimson_nylium", - "crimson_planks": { - "material": "CRIMSON_PLANKS" - }, - "crimplank": "crimson_planks", - "crimplankw": "crimson_planks", - "crimplankwood": "crimson_planks", - "crimplankwooden": "crimson_planks", - "crimsonplank": "crimson_planks", - "crimsonplanks": "crimson_planks", - "crimsonplankw": "crimson_planks", - "crimsonplankwood": "crimson_planks", - "crimsonplankwooden": "crimson_planks", - "crimsonwoodenplank": "crimson_planks", - "crimsonwoodplank": "crimson_planks", - "crimsonwplank": "crimson_planks", - "crimwoodenplank": "crimson_planks", - "crimwoodplank": "crimson_planks", - "crimwplank": "crimson_planks", - "crplank": "crimson_planks", - "crplankw": "crimson_planks", - "crplankwood": "crimson_planks", - "crplankwooden": "crimson_planks", - "crwoodenplank": "crimson_planks", - "crwoodplank": "crimson_planks", - "crwplank": "crimson_planks", - "minecraft:crimson_planks": "crimson_planks", - "crimson_pressure_plate": { - "material": "CRIMSON_PRESSURE_PLATE" - }, - "crimplate": "crimson_pressure_plate", - "crimpplate": "crimson_pressure_plate", - "crimpressplate": "crimson_pressure_plate", - "crimpressureplate": "crimson_pressure_plate", - "crimsonplate": "crimson_pressure_plate", - "crimsonpplate": "crimson_pressure_plate", - "crimsonpressplate": "crimson_pressure_plate", - "crimsonpressureplate": "crimson_pressure_plate", - "crplate": "crimson_pressure_plate", - "crpplate": "crimson_pressure_plate", - "crpressplate": "crimson_pressure_plate", - "crpressureplate": "crimson_pressure_plate", - "minecraft:crimson_pressure_plate": "crimson_pressure_plate", - "platecr": "crimson_pressure_plate", - "platecrim": "crimson_pressure_plate", - "platecrimson": "crimson_pressure_plate", - "crimson_roots": { - "material": "CRIMSON_ROOTS" - }, - "crimroot": "crimson_roots", - "crimroots": "crimson_roots", - "crimsonroot": "crimson_roots", - "crimsonroots": "crimson_roots", - "crroot": "crimson_roots", - "crroots": "crimson_roots", - "minecraft:crimson_roots": "crimson_roots", - "crimson_sign": { - "material": "CRIMSON_SIGN" - }, - "crimsign": "crimson_sign", - "crimsonsign": "crimson_sign", - "crsign": "crimson_sign", - "minecraft:crimson_sign": "crimson_sign", - "crimson_slab": { - "material": "CRIMSON_SLAB" - }, - "crhalfblock": "crimson_slab", - "crimhalfblock": "crimson_slab", - "crimsonhalfblock": "crimson_slab", - "crimsonslab": "crimson_slab", - "crimsonstep": "crimson_slab", - "crimsonwhalfblock": "crimson_slab", - "crimsonwoodenhalfblock": "crimson_slab", - "crimsonwoodenslab": "crimson_slab", - "crimsonwoodenstep": "crimson_slab", - "crimsonwoodhalfblock": "crimson_slab", - "crimsonwoodslab": "crimson_slab", - "crimsonwoodstep": "crimson_slab", - "crimsonwslab": "crimson_slab", - "crimsonwstep": "crimson_slab", - "crimstep": "crimson_slab", - "crimwhalfblock": "crimson_slab", - "crimwoodenhalfblock": "crimson_slab", - "crimwoodenslab": "crimson_slab", - "crimwoodenstep": "crimson_slab", - "crimwoodhalfblock": "crimson_slab", - "crimwoodslab": "crimson_slab", - "crimwoodstep": "crimson_slab", - "crimwslab": "crimson_slab", - "crimwstep": "crimson_slab", - "crstep": "crimson_slab", - "crwhalfblock": "crimson_slab", - "crwoodenhalfblock": "crimson_slab", - "crwoodenslab": "crimson_slab", - "crwoodenstep": "crimson_slab", - "crwoodhalfblock": "crimson_slab", - "crwoodslab": "crimson_slab", - "crwoodstep": "crimson_slab", - "crwslab": "crimson_slab", - "crwstep": "crimson_slab", - "minecraft:crimson_slab": "crimson_slab", - "crimson_stairs": { - "material": "CRIMSON_STAIRS" - }, - "crimsonstair": "crimson_stairs", - "crimsonstairs": "crimson_stairs", - "crimsonwoodenstair": "crimson_stairs", - "crimsonwoodenstairs": "crimson_stairs", - "crimsonwoodstair": "crimson_stairs", - "crimsonwoodstairs": "crimson_stairs", - "crimsonwstair": "crimson_stairs", - "crimsonwstairs": "crimson_stairs", - "crimstair": "crimson_stairs", - "crimwoodenstair": "crimson_stairs", - "crimwoodenstairs": "crimson_stairs", - "crimwoodstair": "crimson_stairs", - "crimwoodstairs": "crimson_stairs", - "crimwstair": "crimson_stairs", - "crimwstairs": "crimson_stairs", - "crstair": "crimson_stairs", - "crwoodenstair": "crimson_stairs", - "crwoodenstairs": "crimson_stairs", - "crwoodstair": "crimson_stairs", - "crwoodstairs": "crimson_stairs", - "crwstair": "crimson_stairs", - "crwstairs": "crimson_stairs", - "minecraft:crimson_stairs": "crimson_stairs", - "crimson_stem": { - "material": "CRIMSON_STEM" - }, - "crimlog": "crimson_stem", - "crimsonlog": "crimson_stem", - "crimsonstem": "crimson_stem", - "crimstem": "crimson_stem", - "crlog": "crimson_stem", - "crstem": "crimson_stem", - "logcr": "crimson_stem", - "logcrim": "crimson_stem", - "logcrimson": "crimson_stem", - "minecraft:crimson_stem": "crimson_stem", - "stemcr": "crimson_stem", - "stemcrim": "crimson_stem", - "stemcrimson": "crimson_stem", - "crimson_trapdoor": { - "material": "CRIMSON_TRAPDOOR" - }, - "crdoort": "crimson_trapdoor", - "crdoortrap": "crimson_trapdoor", - "crdtrap": "crimson_trapdoor", - "crhatch": "crimson_trapdoor", - "crimdoort": "crimson_trapdoor", - "crimdoortrap": "crimson_trapdoor", - "crimdtrap": "crimson_trapdoor", - "crimhatch": "crimson_trapdoor", - "crimsondoort": "crimson_trapdoor", - "crimsondoortrap": "crimson_trapdoor", - "crimsondtrap": "crimson_trapdoor", - "crimsonhatch": "crimson_trapdoor", - "crimsontdoor": "crimson_trapdoor", - "crimsontrapd": "crimson_trapdoor", - "crimsontrapdoor": "crimson_trapdoor", - "crimtdoor": "crimson_trapdoor", - "crimtrapd": "crimson_trapdoor", - "crimtrapdoor": "crimson_trapdoor", - "crtdoor": "crimson_trapdoor", - "crtrapd": "crimson_trapdoor", - "crtrapdoor": "crimson_trapdoor", - "minecraft:crimson_trapdoor": "crimson_trapdoor", - "crossbow": { - "material": "CROSSBOW" - }, - "minecraft:crossbow": "crossbow", - "crying_obsidian": { - "material": "CRYING_OBSIDIAN" - }, - "cryingobsidian": "crying_obsidian", - "minecraft:crying_obsidian": "crying_obsidian", - "cut_copper": { - "material": "CUT_COPPER" - }, - "ccoblock": "cut_copper", - "ccopblock": "cut_copper", - "ccopperblock": "cut_copper", - "cutcoblock": "cut_copper", - "cutcopblock": "cut_copper", - "cutcopper": "cut_copper", - "cutcopperblock": "cut_copper", - "minecraft:cut_copper": "cut_copper", - "cut_copper_slab": { - "material": "CUT_COPPER_SLAB" - }, - "ccohalfblock": "cut_copper_slab", - "ccophalfblock": "cut_copper_slab", - "ccopperhalfblock": "cut_copper_slab", - "ccoppersl": "cut_copper_slab", - "ccopperslab": "cut_copper_slab", - "ccopperstep": "cut_copper_slab", - "ccopsl": "cut_copper_slab", - "ccopslab": "cut_copper_slab", - "ccopstep": "cut_copper_slab", - "ccosl": "cut_copper_slab", - "ccoslab": "cut_copper_slab", - "ccostep": "cut_copper_slab", - "cutcohalfblock": "cut_copper_slab", - "cutcophalfblock": "cut_copper_slab", - "cutcopperhalfblock": "cut_copper_slab", - "cutcoppersl": "cut_copper_slab", - "cutcopperslab": "cut_copper_slab", - "cutcopperstep": "cut_copper_slab", - "cutcopsl": "cut_copper_slab", - "cutcopslab": "cut_copper_slab", - "cutcopstep": "cut_copper_slab", - "cutcosl": "cut_copper_slab", - "cutcoslab": "cut_copper_slab", - "cutcostep": "cut_copper_slab", - "minecraft:cut_copper_slab": "cut_copper_slab", - "cut_copper_stairs": { - "material": "CUT_COPPER_STAIRS" - }, - "ccopperstair": "cut_copper_stairs", - "ccopperstairs": "cut_copper_stairs", - "ccopstair": "cut_copper_stairs", - "ccopstairs": "cut_copper_stairs", - "ccostair": "cut_copper_stairs", - "ccostairs": "cut_copper_stairs", - "cutcopperstair": "cut_copper_stairs", - "cutcopperstairs": "cut_copper_stairs", - "cutcopstair": "cut_copper_stairs", - "cutcopstairs": "cut_copper_stairs", - "cutcostair": "cut_copper_stairs", - "cutcostairs": "cut_copper_stairs", - "minecraft:cut_copper_stairs": "cut_copper_stairs", - "cut_red_sandstone": { - "material": "CUT_RED_SANDSTONE" - }, - "cutredsandst": "cut_red_sandstone", - "cutredsandstb": "cut_red_sandstone", - "cutredsandstbl": "cut_red_sandstone", - "cutredsandstblock": "cut_red_sandstone", - "cutredsandstone": "cut_red_sandstone", - "cutredsandstoneb": "cut_red_sandstone", - "cutredsandstonebl": "cut_red_sandstone", - "cutredsandstoneblock": "cut_red_sandstone", - "cutredsndst": "cut_red_sandstone", - "cutredsndstb": "cut_red_sandstone", - "cutredsndstbl": "cut_red_sandstone", - "cutredsndstblock": "cut_red_sandstone", - "minecraft:cut_red_sandstone": "cut_red_sandstone", - "cut_red_sandstone_slab": { - "material": "CUT_RED_SANDSTONE_SLAB" - }, - "cutredsandsthalfblock": "cut_red_sandstone_slab", - "cutredsandstonehalfblock": "cut_red_sandstone_slab", - "cutredsandstoneslab": "cut_red_sandstone_slab", - "cutredsandstonestep": "cut_red_sandstone_slab", - "cutredsandststep": "cut_red_sandstone_slab", - "cutredsndsthalfblock": "cut_red_sandstone_slab", - "cutredsndststep": "cut_red_sandstone_slab", - "minecraft:cut_red_sandstone_slab": "cut_red_sandstone_slab", - "cut_sandstone": { - "material": "CUT_SANDSTONE" - }, - "cutsandst": "cut_sandstone", - "cutsandstb": "cut_sandstone", - "cutsandstbl": "cut_sandstone", - "cutsandstblock": "cut_sandstone", - "cutsandstone": "cut_sandstone", - "cutsandstoneb": "cut_sandstone", - "cutsandstonebl": "cut_sandstone", - "cutsandstoneblock": "cut_sandstone", - "cutsndst": "cut_sandstone", - "cutsndstb": "cut_sandstone", - "cutsndstbl": "cut_sandstone", - "cutsndstblock": "cut_sandstone", - "minecraft:cut_sandstone": "cut_sandstone", - "cut_sandstone_slab": { - "material": "CUT_SANDSTONE_SLAB" - }, - "cutsandsthalfblock": "cut_sandstone_slab", - "cutsandstonehalfblock": "cut_sandstone_slab", - "cutsandstoneslab": "cut_sandstone_slab", - "cutsandstonestep": "cut_sandstone_slab", - "cutsandststep": "cut_sandstone_slab", - "cutsndsthalfblock": "cut_sandstone_slab", - "cutsndststep": "cut_sandstone_slab", - "minecraft:cut_sandstone_slab": "cut_sandstone_slab", - "cyan_banner": { - "material": "CYAN_BANNER" - }, - "cbanner": "cyan_banner", - "cyanbanner": "cyan_banner", - "minecraft:cyan_banner": "cyan_banner", - "cyan_bed": { - "material": "CYAN_BED" - }, - "cbed": "cyan_bed", - "cyanbed": "cyan_bed", - "minecraft:cyan_bed": "cyan_bed", - "cyan_candle": { - "material": "CYAN_CANDLE" - }, - "ccandle": "cyan_candle", - "cyancandle": "cyan_candle", - "minecraft:cyan_candle": "cyan_candle", - "cyan_carpet": { - "material": "CYAN_CARPET" - }, - "ccarpet": "cyan_carpet", - "cfloor": "cyan_carpet", - "cyancarpet": "cyan_carpet", - "cyanfloor": "cyan_carpet", - "minecraft:cyan_carpet": "cyan_carpet", - "cyan_concrete": { - "material": "CYAN_CONCRETE" - }, - "cconcrete": "cyan_concrete", - "cyanconcrete": "cyan_concrete", - "minecraft:cyan_concrete": "cyan_concrete", - "cyan_concrete_powder": { - "material": "CYAN_CONCRETE_POWDER" - }, - "ccdust": "cyan_concrete_powder", - "cconcretepowder": "cyan_concrete_powder", - "cconcretesand": "cyan_concrete_powder", - "ccp": "cyan_concrete_powder", - "ccpowder": "cyan_concrete_powder", - "cyancdust": "cyan_concrete_powder", - "cyanconcretepowder": "cyan_concrete_powder", - "cyanconcretesand": "cyan_concrete_powder", - "cyancp": "cyan_concrete_powder", - "cyancpowder": "cyan_concrete_powder", - "minecraft:cyan_concrete_powder": "cyan_concrete_powder", - "cyan_dye": { - "material": "CYAN_DYE" - }, - "cdye": "cyan_dye", - "cyandye": "cyan_dye", - "minecraft:cyan_dye": "cyan_dye", - "cyan_glazed_terracotta": { - "material": "CYAN_GLAZED_TERRACOTTA" - }, - "cglazedtcota": "cyan_glazed_terracotta", - "cglazedterra": "cyan_glazed_terracotta", - "cglazedterracota": "cyan_glazed_terracotta", - "cglazedterracotta": "cyan_glazed_terracotta", - "cgtcotta": "cyan_glazed_terracotta", - "cgterra": "cyan_glazed_terracotta", - "cyanglazedtcota": "cyan_glazed_terracotta", - "cyanglazedterra": "cyan_glazed_terracotta", - "cyanglazedterracota": "cyan_glazed_terracotta", - "cyanglazedterracotta": "cyan_glazed_terracotta", - "cyangtcotta": "cyan_glazed_terracotta", - "cyangterra": "cyan_glazed_terracotta", - "minecraft:cyan_glazed_terracotta": "cyan_glazed_terracotta", - "cyan_shulker_box": { - "material": "CYAN_SHULKER_BOX" - }, - "csbox": "cyan_shulker_box", - "cshulkerbox": "cyan_shulker_box", - "cyansbox": "cyan_shulker_box", - "cyanshulkerbox": "cyan_shulker_box", - "minecraft:cyan_shulker_box": "cyan_shulker_box", - "cyan_stained_glass": { - "material": "CYAN_STAINED_GLASS" - }, - "cglass": "cyan_stained_glass", - "csglass": "cyan_stained_glass", - "cstainedglass": "cyan_stained_glass", - "cyanglass": "cyan_stained_glass", - "cyansglass": "cyan_stained_glass", - "cyanstainedglass": "cyan_stained_glass", - "minecraft:cyan_stained_glass": "cyan_stained_glass", - "cyan_stained_glass_pane": { - "material": "CYAN_STAINED_GLASS_PANE" - }, - "cglasspane": "cyan_stained_glass_pane", - "cgpane": "cyan_stained_glass_pane", - "csglasspane": "cyan_stained_glass_pane", - "cstainedglasspane": "cyan_stained_glass_pane", - "cyanglasspane": "cyan_stained_glass_pane", - "cyangpane": "cyan_stained_glass_pane", - "cyansglasspane": "cyan_stained_glass_pane", - "cyanstainedglasspane": "cyan_stained_glass_pane", - "minecraft:cyan_stained_glass_pane": "cyan_stained_glass_pane", - "cyan_terracotta": { - "material": "CYAN_TERRACOTTA" - }, - "cclay": "cyan_terracotta", - "csclay": "cyan_terracotta", - "cstainedclay": "cyan_terracotta", - "ctcota": "cyan_terracotta", - "cterra": "cyan_terracotta", - "cterracota": "cyan_terracotta", - "cterracotta": "cyan_terracotta", - "cyanclay": "cyan_terracotta", - "cyansclay": "cyan_terracotta", - "cyanstainedclay": "cyan_terracotta", - "cyantcota": "cyan_terracotta", - "cyanterra": "cyan_terracotta", - "cyanterracota": "cyan_terracotta", - "cyanterracotta": "cyan_terracotta", - "minecraft:cyan_terracotta": "cyan_terracotta", - "cyan_wool": { - "material": "CYAN_WOOL" - }, - "ccloth": "cyan_wool", - "ccotton": "cyan_wool", - "cwool": "cyan_wool", - "cyancloth": "cyan_wool", - "cyancotton": "cyan_wool", - "cyanwool": "cyan_wool", - "minecraft:cyan_wool": "cyan_wool", - "damaged_anvil": { - "material": "DAMAGED_ANVIL" - }, - "damagedanvil": "damaged_anvil", - "minecraft:damaged_anvil": "damaged_anvil", - "dandelion": { - "material": "DANDELION" - }, - "minecraft:dandelion": "dandelion", - "dark_oak_boat": { - "material": "DARK_OAK_BOAT" - }, - "boatdark_oak": "dark_oak_boat", - "boatdarkoak": "dark_oak_boat", - "boatdo": "dark_oak_boat", - "boatdoak": "dark_oak_boat", - "dark_oakboat": "dark_oak_boat", - "dark_oakraft": "dark_oak_boat", - "darkoakboat": "dark_oak_boat", - "darkoakraft": "dark_oak_boat", - "doakboat": "dark_oak_boat", - "doakraft": "dark_oak_boat", - "doboat": "dark_oak_boat", - "doraft": "dark_oak_boat", - "minecraft:dark_oak_boat": "dark_oak_boat", - "dark_oak_button": { - "material": "DARK_OAK_BUTTON" - }, - "buttondark_oak": "dark_oak_button", - "buttondarkoak": "dark_oak_button", - "buttondo": "dark_oak_button", - "buttondoak": "dark_oak_button", - "dark_oakbutton": "dark_oak_button", - "darkoakbutton": "dark_oak_button", - "doakbutton": "dark_oak_button", - "dobutton": "dark_oak_button", - "minecraft:dark_oak_button": "dark_oak_button", - "dark_oak_door": { - "material": "DARK_OAK_DOOR" - }, - "dark_oakdoor": "dark_oak_door", - "darkoakdoor": "dark_oak_door", - "doakdoor": "dark_oak_door", - "dodoor": "dark_oak_door", - "minecraft:dark_oak_door": "dark_oak_door", - "dark_oak_fence": { - "material": "DARK_OAK_FENCE" - }, - "dark_oakfence": "dark_oak_fence", - "darkoakfence": "dark_oak_fence", - "doakfence": "dark_oak_fence", - "dofence": "dark_oak_fence", - "minecraft:dark_oak_fence": "dark_oak_fence", - "dark_oak_fence_gate": { - "material": "DARK_OAK_FENCE_GATE" - }, - "dark_oakfencegate": "dark_oak_fence_gate", - "dark_oakgate": "dark_oak_fence_gate", - "darkoakfencegate": "dark_oak_fence_gate", - "darkoakgate": "dark_oak_fence_gate", - "doakfencegate": "dark_oak_fence_gate", - "doakgate": "dark_oak_fence_gate", - "dofencegate": "dark_oak_fence_gate", - "dogate": "dark_oak_fence_gate", - "gatedark_oak": "dark_oak_fence_gate", - "gatedarkoak": "dark_oak_fence_gate", - "gatedo": "dark_oak_fence_gate", - "gatedoak": "dark_oak_fence_gate", - "minecraft:dark_oak_fence_gate": "dark_oak_fence_gate", - "dark_oak_leaves": { - "material": "DARK_OAK_LEAVES" - }, - "dark_oakleaf": "dark_oak_leaves", - "dark_oakleave": "dark_oak_leaves", - "dark_oakleaves": "dark_oak_leaves", - "dark_oaklogleaf": "dark_oak_leaves", - "dark_oaklogleave": "dark_oak_leaves", - "dark_oaklogleaves": "dark_oak_leaves", - "dark_oaktreeleaf": "dark_oak_leaves", - "dark_oaktreeleave": "dark_oak_leaves", - "dark_oaktreeleaves": "dark_oak_leaves", - "dark_oaktrunkleaf": "dark_oak_leaves", - "dark_oaktrunkleave": "dark_oak_leaves", - "dark_oaktrunkleaves": "dark_oak_leaves", - "dark_oakwoodleaf": "dark_oak_leaves", - "dark_oakwoodleave": "dark_oak_leaves", - "dark_oakwoodleaves": "dark_oak_leaves", - "darkoakleaf": "dark_oak_leaves", - "darkoakleave": "dark_oak_leaves", - "darkoakleaves": "dark_oak_leaves", - "darkoaklogleaf": "dark_oak_leaves", - "darkoaklogleave": "dark_oak_leaves", - "darkoaklogleaves": "dark_oak_leaves", - "darkoaktreeleaf": "dark_oak_leaves", - "darkoaktreeleave": "dark_oak_leaves", - "darkoaktreeleaves": "dark_oak_leaves", - "darkoaktrunkleaf": "dark_oak_leaves", - "darkoaktrunkleave": "dark_oak_leaves", - "darkoaktrunkleaves": "dark_oak_leaves", - "darkoakwoodleaf": "dark_oak_leaves", - "darkoakwoodleave": "dark_oak_leaves", - "darkoakwoodleaves": "dark_oak_leaves", - "doakleaf": "dark_oak_leaves", - "doakleave": "dark_oak_leaves", - "doakleaves": "dark_oak_leaves", - "doaklogleaf": "dark_oak_leaves", - "doaklogleave": "dark_oak_leaves", - "doaklogleaves": "dark_oak_leaves", - "doaktreeleaf": "dark_oak_leaves", - "doaktreeleave": "dark_oak_leaves", - "doaktreeleaves": "dark_oak_leaves", - "doaktrunkleaf": "dark_oak_leaves", - "doaktrunkleave": "dark_oak_leaves", - "doaktrunkleaves": "dark_oak_leaves", - "doakwoodleaf": "dark_oak_leaves", - "doakwoodleave": "dark_oak_leaves", - "doakwoodleaves": "dark_oak_leaves", - "doleaf": "dark_oak_leaves", - "doleave": "dark_oak_leaves", - "doleaves": "dark_oak_leaves", - "dologleaf": "dark_oak_leaves", - "dologleave": "dark_oak_leaves", - "dologleaves": "dark_oak_leaves", - "dotreeleaf": "dark_oak_leaves", - "dotreeleave": "dark_oak_leaves", - "dotreeleaves": "dark_oak_leaves", - "dotrunkleaf": "dark_oak_leaves", - "dotrunkleave": "dark_oak_leaves", - "dotrunkleaves": "dark_oak_leaves", - "dowoodleaf": "dark_oak_leaves", - "dowoodleave": "dark_oak_leaves", - "dowoodleaves": "dark_oak_leaves", - "leafdark_oak": "dark_oak_leaves", - "leafdarkoak": "dark_oak_leaves", - "leafdo": "dark_oak_leaves", - "leafdoak": "dark_oak_leaves", - "leavesdark_oak": "dark_oak_leaves", - "leavesdarkoak": "dark_oak_leaves", - "leavesdo": "dark_oak_leaves", - "leavesdoak": "dark_oak_leaves", - "minecraft:dark_oak_leaves": "dark_oak_leaves", - "dark_oak_log": { - "material": "DARK_OAK_LOG" - }, - "dark_oaklog": "dark_oak_log", - "dark_oaktree": "dark_oak_log", - "dark_oaktrunk": "dark_oak_log", - "darkoaklog": "dark_oak_log", - "darkoaktree": "dark_oak_log", - "darkoaktrunk": "dark_oak_log", - "doaklog": "dark_oak_log", - "doaktree": "dark_oak_log", - "doaktrunk": "dark_oak_log", - "dolog": "dark_oak_log", - "dotree": "dark_oak_log", - "dotrunk": "dark_oak_log", - "logdark_oak": "dark_oak_log", - "logdarkoak": "dark_oak_log", - "logdo": "dark_oak_log", - "logdoak": "dark_oak_log", - "minecraft:dark_oak_log": "dark_oak_log", - "dark_oak_planks": { - "material": "DARK_OAK_PLANKS" - }, - "dark_oakplank": "dark_oak_planks", - "dark_oakplankw": "dark_oak_planks", - "dark_oakplankwood": "dark_oak_planks", - "dark_oakplankwooden": "dark_oak_planks", - "dark_oakwoodenplank": "dark_oak_planks", - "dark_oakwoodplank": "dark_oak_planks", - "dark_oakwplank": "dark_oak_planks", - "darkoakplank": "dark_oak_planks", - "darkoakplanks": "dark_oak_planks", - "darkoakplankw": "dark_oak_planks", - "darkoakplankwood": "dark_oak_planks", - "darkoakplankwooden": "dark_oak_planks", - "darkoakwoodenplank": "dark_oak_planks", - "darkoakwoodplank": "dark_oak_planks", - "darkoakwplank": "dark_oak_planks", - "doakplank": "dark_oak_planks", - "doakplankw": "dark_oak_planks", - "doakplankwood": "dark_oak_planks", - "doakplankwooden": "dark_oak_planks", - "doakwoodenplank": "dark_oak_planks", - "doakwoodplank": "dark_oak_planks", - "doakwplank": "dark_oak_planks", - "doplank": "dark_oak_planks", - "doplankw": "dark_oak_planks", - "doplankwood": "dark_oak_planks", - "doplankwooden": "dark_oak_planks", - "dowoodenplank": "dark_oak_planks", - "dowoodplank": "dark_oak_planks", - "dowplank": "dark_oak_planks", - "minecraft:dark_oak_planks": "dark_oak_planks", - "dark_oak_pressure_plate": { - "material": "DARK_OAK_PRESSURE_PLATE" - }, - "dark_oakplate": "dark_oak_pressure_plate", - "dark_oakpplate": "dark_oak_pressure_plate", - "dark_oakpressplate": "dark_oak_pressure_plate", - "dark_oakpressureplate": "dark_oak_pressure_plate", - "darkoakplate": "dark_oak_pressure_plate", - "darkoakpplate": "dark_oak_pressure_plate", - "darkoakpressplate": "dark_oak_pressure_plate", - "darkoakpressureplate": "dark_oak_pressure_plate", - "doakplate": "dark_oak_pressure_plate", - "doakpplate": "dark_oak_pressure_plate", - "doakpressplate": "dark_oak_pressure_plate", - "doakpressureplate": "dark_oak_pressure_plate", - "doplate": "dark_oak_pressure_plate", - "dopplate": "dark_oak_pressure_plate", - "dopressplate": "dark_oak_pressure_plate", - "dopressureplate": "dark_oak_pressure_plate", - "minecraft:dark_oak_pressure_plate": "dark_oak_pressure_plate", - "platedark_oak": "dark_oak_pressure_plate", - "platedarkoak": "dark_oak_pressure_plate", - "platedo": "dark_oak_pressure_plate", - "platedoak": "dark_oak_pressure_plate", - "dark_oak_sapling": { - "material": "DARK_OAK_SAPLING" - }, - "dark_oaklogsapling": "dark_oak_sapling", - "dark_oaksapling": "dark_oak_sapling", - "dark_oaktreesapling": "dark_oak_sapling", - "dark_oaktrunksapling": "dark_oak_sapling", - "dark_oakwoodsapling": "dark_oak_sapling", - "darkoaklogsapling": "dark_oak_sapling", - "darkoaksapling": "dark_oak_sapling", - "darkoaktreesapling": "dark_oak_sapling", - "darkoaktrunksapling": "dark_oak_sapling", - "darkoakwoodsapling": "dark_oak_sapling", - "doaklogsapling": "dark_oak_sapling", - "doaksapling": "dark_oak_sapling", - "doaktreesapling": "dark_oak_sapling", - "doaktrunksapling": "dark_oak_sapling", - "doakwoodsapling": "dark_oak_sapling", - "dologsapling": "dark_oak_sapling", - "dosapling": "dark_oak_sapling", - "dotreesapling": "dark_oak_sapling", - "dotrunksapling": "dark_oak_sapling", - "dowoodsapling": "dark_oak_sapling", - "minecraft:dark_oak_sapling": "dark_oak_sapling", - "dark_oak_sign": { - "material": "DARK_OAK_SIGN", - "fallbacks": [ - "SIGN" - ] - }, - "dark_oaksign": "dark_oak_sign", - "darkoaksign": "dark_oak_sign", - "doaksign": "dark_oak_sign", - "dosign": "dark_oak_sign", - "minecraft:dark_oak_sign": "dark_oak_sign", - "dark_oak_slab": { - "material": "DARK_OAK_SLAB" - }, - "dark_oakhalfblock": "dark_oak_slab", - "dark_oakstep": "dark_oak_slab", - "dark_oakwhalfblock": "dark_oak_slab", - "dark_oakwoodenhalfblock": "dark_oak_slab", - "dark_oakwoodenslab": "dark_oak_slab", - "dark_oakwoodenstep": "dark_oak_slab", - "dark_oakwoodhalfblock": "dark_oak_slab", - "dark_oakwoodslab": "dark_oak_slab", - "dark_oakwoodstep": "dark_oak_slab", - "dark_oakwslab": "dark_oak_slab", - "dark_oakwstep": "dark_oak_slab", - "darkoakhalfblock": "dark_oak_slab", - "darkoakslab": "dark_oak_slab", - "darkoakstep": "dark_oak_slab", - "darkoakwhalfblock": "dark_oak_slab", - "darkoakwoodenhalfblock": "dark_oak_slab", - "darkoakwoodenslab": "dark_oak_slab", - "darkoakwoodenstep": "dark_oak_slab", - "darkoakwoodhalfblock": "dark_oak_slab", - "darkoakwoodslab": "dark_oak_slab", - "darkoakwoodstep": "dark_oak_slab", - "darkoakwslab": "dark_oak_slab", - "darkoakwstep": "dark_oak_slab", - "doakhalfblock": "dark_oak_slab", - "doakstep": "dark_oak_slab", - "doakwhalfblock": "dark_oak_slab", - "doakwoodenhalfblock": "dark_oak_slab", - "doakwoodenslab": "dark_oak_slab", - "doakwoodenstep": "dark_oak_slab", - "doakwoodhalfblock": "dark_oak_slab", - "doakwoodslab": "dark_oak_slab", - "doakwoodstep": "dark_oak_slab", - "doakwslab": "dark_oak_slab", - "doakwstep": "dark_oak_slab", - "dohalfblock": "dark_oak_slab", - "dostep": "dark_oak_slab", - "dowhalfblock": "dark_oak_slab", - "dowoodenhalfblock": "dark_oak_slab", - "dowoodenslab": "dark_oak_slab", - "dowoodenstep": "dark_oak_slab", - "dowoodhalfblock": "dark_oak_slab", - "dowoodslab": "dark_oak_slab", - "dowoodstep": "dark_oak_slab", - "dowslab": "dark_oak_slab", - "dowstep": "dark_oak_slab", - "minecraft:dark_oak_slab": "dark_oak_slab", - "dark_oak_stairs": { - "material": "DARK_OAK_STAIRS" - }, - "dark_oakstair": "dark_oak_stairs", - "dark_oakwoodenstair": "dark_oak_stairs", - "dark_oakwoodenstairs": "dark_oak_stairs", - "dark_oakwoodstair": "dark_oak_stairs", - "dark_oakwoodstairs": "dark_oak_stairs", - "dark_oakwstair": "dark_oak_stairs", - "dark_oakwstairs": "dark_oak_stairs", - "darkoakstair": "dark_oak_stairs", - "darkoakstairs": "dark_oak_stairs", - "darkoakwoodenstair": "dark_oak_stairs", - "darkoakwoodenstairs": "dark_oak_stairs", - "darkoakwoodstair": "dark_oak_stairs", - "darkoakwoodstairs": "dark_oak_stairs", - "darkoakwstair": "dark_oak_stairs", - "darkoakwstairs": "dark_oak_stairs", - "doakstair": "dark_oak_stairs", - "doakwoodenstair": "dark_oak_stairs", - "doakwoodenstairs": "dark_oak_stairs", - "doakwoodstair": "dark_oak_stairs", - "doakwoodstairs": "dark_oak_stairs", - "doakwstair": "dark_oak_stairs", - "doakwstairs": "dark_oak_stairs", - "dostair": "dark_oak_stairs", - "dowoodenstair": "dark_oak_stairs", - "dowoodenstairs": "dark_oak_stairs", - "dowoodstair": "dark_oak_stairs", - "dowoodstairs": "dark_oak_stairs", - "dowstair": "dark_oak_stairs", - "dowstairs": "dark_oak_stairs", - "minecraft:dark_oak_stairs": "dark_oak_stairs", - "dark_oak_trapdoor": { - "material": "DARK_OAK_TRAPDOOR" - }, - "dark_oakdoort": "dark_oak_trapdoor", - "dark_oakdoortrap": "dark_oak_trapdoor", - "dark_oakdtrap": "dark_oak_trapdoor", - "dark_oakhatch": "dark_oak_trapdoor", - "dark_oaktdoor": "dark_oak_trapdoor", - "dark_oaktrapd": "dark_oak_trapdoor", - "dark_oaktrapdoor": "dark_oak_trapdoor", - "darkoakdoort": "dark_oak_trapdoor", - "darkoakdoortrap": "dark_oak_trapdoor", - "darkoakdtrap": "dark_oak_trapdoor", - "darkoakhatch": "dark_oak_trapdoor", - "darkoaktdoor": "dark_oak_trapdoor", - "darkoaktrapd": "dark_oak_trapdoor", - "darkoaktrapdoor": "dark_oak_trapdoor", - "doakdoort": "dark_oak_trapdoor", - "doakdoortrap": "dark_oak_trapdoor", - "doakdtrap": "dark_oak_trapdoor", - "doakhatch": "dark_oak_trapdoor", - "doaktdoor": "dark_oak_trapdoor", - "doaktrapd": "dark_oak_trapdoor", - "doaktrapdoor": "dark_oak_trapdoor", - "dodoort": "dark_oak_trapdoor", - "dodoortrap": "dark_oak_trapdoor", - "dodtrap": "dark_oak_trapdoor", - "dohatch": "dark_oak_trapdoor", - "dotdoor": "dark_oak_trapdoor", - "dotrapd": "dark_oak_trapdoor", - "dotrapdoor": "dark_oak_trapdoor", - "minecraft:dark_oak_trapdoor": "dark_oak_trapdoor", - "dark_oak_wood": { - "material": "DARK_OAK_WOOD" - }, - "dark_oaklogall": "dark_oak_wood", - "dark_oaktreeall": "dark_oak_wood", - "dark_oaktrunkall": "dark_oak_wood", - "dark_oakwood": "dark_oak_wood", - "darkoaklogall": "dark_oak_wood", - "darkoaktreeall": "dark_oak_wood", - "darkoaktrunkall": "dark_oak_wood", - "darkoakwood": "dark_oak_wood", - "doaklogall": "dark_oak_wood", - "doaktreeall": "dark_oak_wood", - "doaktrunkall": "dark_oak_wood", - "doakwood": "dark_oak_wood", - "dologall": "dark_oak_wood", - "dotreeall": "dark_oak_wood", - "dotrunkall": "dark_oak_wood", - "dowood": "dark_oak_wood", - "minecraft:dark_oak_wood": "dark_oak_wood", - "wooddark_oak": "dark_oak_wood", - "wooddarkoak": "dark_oak_wood", - "wooddo": "dark_oak_wood", - "wooddoak": "dark_oak_wood", - "dark_prismarine": { - "material": "DARK_PRISMARINE" - }, - "dark_prismarineblock": "dark_prismarine", - "darkpris": "dark_prismarine", - "darkprisblock": "dark_prismarine", - "darkprismarine": "dark_prismarine", - "darkprismarineblock": "dark_prismarine", - "darksea": "dark_prismarine", - "darkseablock": "dark_prismarine", - "dpris": "dark_prismarine", - "dprisblock": "dark_prismarine", - "dprismarine": "dark_prismarine", - "dprismarineblock": "dark_prismarine", - "dsea": "dark_prismarine", - "dseablock": "dark_prismarine", - "minecraft:dark_prismarine": "dark_prismarine", - "dark_prismarine_slab": { - "material": "DARK_PRISMARINE_SLAB" - }, - "dark_prismarinesl": "dark_prismarine_slab", - "dark_prismarineslab": "dark_prismarine_slab", - "darkprismarinesl": "dark_prismarine_slab", - "darkprismarineslab": "dark_prismarine_slab", - "darkprissl": "dark_prismarine_slab", - "darkprisslab": "dark_prismarine_slab", - "darkseasl": "dark_prismarine_slab", - "darkseaslab": "dark_prismarine_slab", - "dprismarinesl": "dark_prismarine_slab", - "dprismarineslab": "dark_prismarine_slab", - "dprissl": "dark_prismarine_slab", - "dprisslab": "dark_prismarine_slab", - "dseasl": "dark_prismarine_slab", - "dseaslab": "dark_prismarine_slab", - "minecraft:dark_prismarine_slab": "dark_prismarine_slab", - "dark_prismarine_stairs": { - "material": "DARK_PRISMARINE_STAIRS" - }, - "dark_prismarinest": "dark_prismarine_stairs", - "dark_prismarinestair": "dark_prismarine_stairs", - "dark_prismarinestairs": "dark_prismarine_stairs", - "darkprismarinest": "dark_prismarine_stairs", - "darkprismarinestair": "dark_prismarine_stairs", - "darkprismarinestairs": "dark_prismarine_stairs", - "darkprisst": "dark_prismarine_stairs", - "darkprisstair": "dark_prismarine_stairs", - "darkprisstairs": "dark_prismarine_stairs", - "darkseast": "dark_prismarine_stairs", - "darkseastair": "dark_prismarine_stairs", - "darkseastairs": "dark_prismarine_stairs", - "dprismarinest": "dark_prismarine_stairs", - "dprismarinestair": "dark_prismarine_stairs", - "dprismarinestairs": "dark_prismarine_stairs", - "dprisst": "dark_prismarine_stairs", - "dprisstair": "dark_prismarine_stairs", - "dprisstairs": "dark_prismarine_stairs", - "dseast": "dark_prismarine_stairs", - "dseastair": "dark_prismarine_stairs", - "dseastairs": "dark_prismarine_stairs", - "minecraft:dark_prismarine_stairs": "dark_prismarine_stairs", - "daylight_detector": { - "material": "DAYLIGHT_DETECTOR" - }, - "daylightdetector": "daylight_detector", - "minecraft:daylight_detector": "daylight_detector", - "dead_brain_coral": { - "material": "DEAD_BRAIN_CORAL" - }, - "deadbraincoral": "dead_brain_coral", - "minecraft:dead_brain_coral": "dead_brain_coral", - "dead_brain_coral_block": { - "material": "DEAD_BRAIN_CORAL_BLOCK" - }, - "deadbraincoralblock": "dead_brain_coral_block", - "minecraft:dead_brain_coral_block": "dead_brain_coral_block", - "dead_brain_coral_fan": { - "material": "DEAD_BRAIN_CORAL_FAN" - }, - "deadbraincoralfan": "dead_brain_coral_fan", - "minecraft:dead_brain_coral_fan": "dead_brain_coral_fan", - "dead_bubble_coral": { - "material": "DEAD_BUBBLE_CORAL" - }, - "deadbubblecoral": "dead_bubble_coral", - "minecraft:dead_bubble_coral": "dead_bubble_coral", - "dead_bubble_coral_block": { - "material": "DEAD_BUBBLE_CORAL_BLOCK" - }, - "deadbubblecoralblock": "dead_bubble_coral_block", - "minecraft:dead_bubble_coral_block": "dead_bubble_coral_block", - "dead_bubble_coral_fan": { - "material": "DEAD_BUBBLE_CORAL_FAN" - }, - "deadbubblecoralfan": "dead_bubble_coral_fan", - "minecraft:dead_bubble_coral_fan": "dead_bubble_coral_fan", - "dead_bush": { - "material": "DEAD_BUSH" - }, - "deadbush": "dead_bush", - "minecraft:dead_bush": "dead_bush", - "dead_fire_coral": { - "material": "DEAD_FIRE_CORAL" - }, - "deadfirecoral": "dead_fire_coral", - "minecraft:dead_fire_coral": "dead_fire_coral", - "dead_fire_coral_block": { - "material": "DEAD_FIRE_CORAL_BLOCK" - }, - "deadfirecoralblock": "dead_fire_coral_block", - "minecraft:dead_fire_coral_block": "dead_fire_coral_block", - "dead_fire_coral_fan": { - "material": "DEAD_FIRE_CORAL_FAN" - }, - "deadfirecoralfan": "dead_fire_coral_fan", - "minecraft:dead_fire_coral_fan": "dead_fire_coral_fan", - "dead_horn_coral": { - "material": "DEAD_HORN_CORAL" - }, - "deadhorncoral": "dead_horn_coral", - "minecraft:dead_horn_coral": "dead_horn_coral", - "dead_horn_coral_block": { - "material": "DEAD_HORN_CORAL_BLOCK" - }, - "deadhorncoralblock": "dead_horn_coral_block", - "minecraft:dead_horn_coral_block": "dead_horn_coral_block", - "dead_horn_coral_fan": { - "material": "DEAD_HORN_CORAL_FAN" - }, - "deadhorncoralfan": "dead_horn_coral_fan", - "minecraft:dead_horn_coral_fan": "dead_horn_coral_fan", - "dead_tube_coral": { - "material": "DEAD_TUBE_CORAL" - }, - "deadtubecoral": "dead_tube_coral", - "minecraft:dead_tube_coral": "dead_tube_coral", - "dead_tube_coral_block": { - "material": "DEAD_TUBE_CORAL_BLOCK" - }, - "deadtubecoralblock": "dead_tube_coral_block", - "minecraft:dead_tube_coral_block": "dead_tube_coral_block", - "dead_tube_coral_fan": { - "material": "DEAD_TUBE_CORAL_FAN" - }, - "deadtubecoralfan": "dead_tube_coral_fan", - "minecraft:dead_tube_coral_fan": "dead_tube_coral_fan", - "debug_stick": { - "material": "DEBUG_STICK" - }, - "debugstick": "debug_stick", - "minecraft:debug_stick": "debug_stick", - "deepslate": { - "material": "DEEPSLATE" - }, - "deepslateb": "deepslate", - "deepslatebl": "deepslate", - "deepslateblock": "deepslate", - "dslate": "deepslate", - "dslateb": "deepslate", - "dslatebl": "deepslate", - "dslateblock": "deepslate", - "minecraft:deepslate": "deepslate", - "slate": "deepslate", - "slateb": "deepslate", - "slatebl": "deepslate", - "slateblock": "deepslate", - "deepslate_brick_slab": { - "material": "DEEPSLATE_BRICK_SLAB" - }, - "deepslatebrhalfblock": "deepslate_brick_slab", - "deepslatebrickhalfblock": "deepslate_brick_slab", - "deepslatebrickshalfblock": "deepslate_brick_slab", - "deepslatebrickslab": "deepslate_brick_slab", - "deepslatebricksstep": "deepslate_brick_slab", - "deepslatebrickstep": "deepslate_brick_slab", - "deepslatebrstep": "deepslate_brick_slab", - "dslatebrhalfblock": "deepslate_brick_slab", - "dslatebrickshalfblock": "deepslate_brick_slab", - "dslatebricksstep": "deepslate_brick_slab", - "dslatebrstep": "deepslate_brick_slab", - "minecraft:deepslate_brick_slab": "deepslate_brick_slab", - "slatebrhalfblock": "deepslate_brick_slab", - "slatebrickshalfblock": "deepslate_brick_slab", - "slatebricksstep": "deepslate_brick_slab", - "slatebrstep": "deepslate_brick_slab", - "deepslate_brick_stairs": { - "material": "DEEPSLATE_BRICK_STAIRS" - }, - "deepslatebricksstair": "deepslate_brick_stairs", - "deepslatebricksstairs": "deepslate_brick_stairs", - "deepslatebrickstair": "deepslate_brick_stairs", - "deepslatebrickstairs": "deepslate_brick_stairs", - "deepslatebrstair": "deepslate_brick_stairs", - "deepslatebrstairs": "deepslate_brick_stairs", - "dslatebricksstair": "deepslate_brick_stairs", - "dslatebricksstairs": "deepslate_brick_stairs", - "dslatebrstair": "deepslate_brick_stairs", - "dslatebrstairs": "deepslate_brick_stairs", - "minecraft:deepslate_brick_stairs": "deepslate_brick_stairs", - "slatebricksstair": "deepslate_brick_stairs", - "slatebricksstairs": "deepslate_brick_stairs", - "slatebrstair": "deepslate_brick_stairs", - "slatebrstairs": "deepslate_brick_stairs", - "deepslate_brick_wall": { - "material": "DEEPSLATE_BRICK_WALL" - }, - "deepslatebrickswall": "deepslate_brick_wall", - "deepslatebrickwall": "deepslate_brick_wall", - "deepslatebrwall": "deepslate_brick_wall", - "dslatebrickswall": "deepslate_brick_wall", - "dslatebrwall": "deepslate_brick_wall", - "minecraft:deepslate_brick_wall": "deepslate_brick_wall", - "slatebrickswall": "deepslate_brick_wall", - "slatebrwall": "deepslate_brick_wall", - "walldeepslatebr": "deepslate_brick_wall", - "walldeepslatebrick": "deepslate_brick_wall", - "walldeepslatebricks": "deepslate_brick_wall", - "walldslatebr": "deepslate_brick_wall", - "walldslatebricks": "deepslate_brick_wall", - "wallslatebr": "deepslate_brick_wall", - "wallslatebricks": "deepslate_brick_wall", - "deepslate_bricks": { - "material": "DEEPSLATE_BRICKS" - }, - "deepslatebr": "deepslate_bricks", - "deepslatebrick": "deepslate_bricks", - "deepslatebricks": "deepslate_bricks", - "dslatebr": "deepslate_bricks", - "dslatebricks": "deepslate_bricks", - "minecraft:deepslate_bricks": "deepslate_bricks", - "slatebr": "deepslate_bricks", - "slatebricks": "deepslate_bricks", - "deepslate_coal_ore": { - "material": "DEEPSLATE_COAL_ORE" - }, - "deepcoalore": "deepslate_coal_ore", - "deepcore": "deepslate_coal_ore", - "deeporec": "deepslate_coal_ore", - "deeporecoal": "deepslate_coal_ore", - "deepslatecoalore": "deepslate_coal_ore", - "deepslatecore": "deepslate_coal_ore", - "dorec": "deepslate_coal_ore", - "dorecoal": "deepslate_coal_ore", - "minecraft:deepslate_coal_ore": "deepslate_coal_ore", - "slatecoalore": "deepslate_coal_ore", - "slatecore": "deepslate_coal_ore", - "deepslate_copper_ore": { - "material": "DEEPSLATE_COPPER_ORE" - }, - "deepcopore": "deepslate_copper_ore", - "deepcopperore": "deepslate_copper_ore", - "deepcoppore": "deepslate_copper_ore", - "deeporecop": "deepslate_copper_ore", - "deeporecopp": "deepslate_copper_ore", - "deeporecopper": "deepslate_copper_ore", - "deepslatecopore": "deepslate_copper_ore", - "deepslatecopperore": "deepslate_copper_ore", - "deepslatecoppore": "deepslate_copper_ore", - "dorecop": "deepslate_copper_ore", - "dorecopp": "deepslate_copper_ore", - "dorecopper": "deepslate_copper_ore", - "minecraft:deepslate_copper_ore": "deepslate_copper_ore", - "slatecopore": "deepslate_copper_ore", - "slatecopperore": "deepslate_copper_ore", - "slatecoppore": "deepslate_copper_ore", - "deepslate_diamond_ore": { - "material": "DEEPSLATE_DIAMOND_ORE" - }, - "deepcrystalore": "deepslate_diamond_ore", - "deepdiamondore": "deepslate_diamond_ore", - "deepdore": "deepslate_diamond_ore", - "deeporecrystal": "deepslate_diamond_ore", - "deepored": "deepslate_diamond_ore", - "deeporediamond": "deepslate_diamond_ore", - "deepslatecrystalore": "deepslate_diamond_ore", - "deepslatediamondore": "deepslate_diamond_ore", - "deepslatedore": "deepslate_diamond_ore", - "dorecrystal": "deepslate_diamond_ore", - "dored": "deepslate_diamond_ore", - "dorediamond": "deepslate_diamond_ore", - "minecraft:deepslate_diamond_ore": "deepslate_diamond_ore", - "slatecrystalore": "deepslate_diamond_ore", - "slatediamondore": "deepslate_diamond_ore", - "slatedore": "deepslate_diamond_ore", - "deepslate_emerald_ore": { - "material": "DEEPSLATE_EMERALD_ORE" - }, - "deepemeraldore": "deepslate_emerald_ore", - "deepeore": "deepslate_emerald_ore", - "deeporee": "deepslate_emerald_ore", - "deeporeemerald": "deepslate_emerald_ore", - "deepslateemeraldore": "deepslate_emerald_ore", - "deepslateeore": "deepslate_emerald_ore", - "doree": "deepslate_emerald_ore", - "doreemerald": "deepslate_emerald_ore", - "minecraft:deepslate_emerald_ore": "deepslate_emerald_ore", - "slateemeraldore": "deepslate_emerald_ore", - "slateeore": "deepslate_emerald_ore", - "deepslate_gold_ore": { - "material": "DEEPSLATE_GOLD_ORE" - }, - "deepgoldore": "deepslate_gold_ore", - "deepgore": "deepslate_gold_ore", - "deeporeg": "deepslate_gold_ore", - "deeporegold": "deepslate_gold_ore", - "deepslategoldore": "deepslate_gold_ore", - "deepslategore": "deepslate_gold_ore", - "doreg": "deepslate_gold_ore", - "doregold": "deepslate_gold_ore", - "minecraft:deepslate_gold_ore": "deepslate_gold_ore", - "slategoldore": "deepslate_gold_ore", - "slategore": "deepslate_gold_ore", - "deepslate_iron_ore": { - "material": "DEEPSLATE_IRON_ORE" - }, - "deepiore": "deepslate_iron_ore", - "deepironore": "deepslate_iron_ore", - "deeporei": "deepslate_iron_ore", - "deeporeiron": "deepslate_iron_ore", - "deepores": "deepslate_iron_ore", - "deeporest": "deepslate_iron_ore", - "deeporesteel": "deepslate_iron_ore", - "deepslateiore": "deepslate_iron_ore", - "deepslateironore": "deepslate_iron_ore", - "deepslatesore": "deepslate_iron_ore", - "deepslatesteelore": "deepslate_iron_ore", - "deepslatestore": "deepslate_iron_ore", - "deepsore": "deepslate_iron_ore", - "deepsteelore": "deepslate_iron_ore", - "deepstore": "deepslate_iron_ore", - "dorei": "deepslate_iron_ore", - "doreiron": "deepslate_iron_ore", - "dores": "deepslate_iron_ore", - "dorest": "deepslate_iron_ore", - "doresteel": "deepslate_iron_ore", - "minecraft:deepslate_iron_ore": "deepslate_iron_ore", - "slateiore": "deepslate_iron_ore", - "slateironore": "deepslate_iron_ore", - "slatesore": "deepslate_iron_ore", - "slatesteelore": "deepslate_iron_ore", - "slatestore": "deepslate_iron_ore", - "deepslate_lapis_ore": { - "material": "DEEPSLATE_LAPIS_ORE" - }, - "deeplapislazuliore": "deepslate_lapis_ore", - "deeplapisore": "deepslate_lapis_ore", - "deeplore": "deepslate_lapis_ore", - "deeporel": "deepslate_lapis_ore", - "deeporelapis": "deepslate_lapis_ore", - "deeporelapislazuli": "deepslate_lapis_ore", - "deepslatelapislazuliore": "deepslate_lapis_ore", - "deepslatelapisore": "deepslate_lapis_ore", - "deepslatelore": "deepslate_lapis_ore", - "dorel": "deepslate_lapis_ore", - "dorelapis": "deepslate_lapis_ore", - "dorelapislazuli": "deepslate_lapis_ore", - "minecraft:deepslate_lapis_ore": "deepslate_lapis_ore", - "slatelapislazuliore": "deepslate_lapis_ore", - "slatelapisore": "deepslate_lapis_ore", - "slatelore": "deepslate_lapis_ore", - "deepslate_redstone_ore": { - "material": "DEEPSLATE_REDSTONE_ORE" - }, - "deeporer": "deepslate_redstone_ore", - "deeporered": "deepslate_redstone_ore", - "deeporereds": "deepslate_redstone_ore", - "deeporeredstone": "deepslate_redstone_ore", - "deeporers": "deepslate_redstone_ore", - "deeporerstone": "deepslate_redstone_ore", - "deepredore": "deepslate_redstone_ore", - "deepredsore": "deepslate_redstone_ore", - "deepredstoneore": "deepslate_redstone_ore", - "deeprore": "deepslate_redstone_ore", - "deeprsore": "deepslate_redstone_ore", - "deeprstoneore": "deepslate_redstone_ore", - "deepslateredore": "deepslate_redstone_ore", - "deepslateredsore": "deepslate_redstone_ore", - "deepslateredstoneore": "deepslate_redstone_ore", - "deepslaterore": "deepslate_redstone_ore", - "deepslatersore": "deepslate_redstone_ore", - "deepslaterstoneore": "deepslate_redstone_ore", - "dorer": "deepslate_redstone_ore", - "dorered": "deepslate_redstone_ore", - "dorereds": "deepslate_redstone_ore", - "doreredstone": "deepslate_redstone_ore", - "dorers": "deepslate_redstone_ore", - "dorerstone": "deepslate_redstone_ore", - "minecraft:deepslate_redstone_ore": "deepslate_redstone_ore", - "slateredore": "deepslate_redstone_ore", - "slateredsore": "deepslate_redstone_ore", - "slateredstoneore": "deepslate_redstone_ore", - "slaterore": "deepslate_redstone_ore", - "slatersore": "deepslate_redstone_ore", - "slaterstoneore": "deepslate_redstone_ore", - "deepslate_tile_slab": { - "material": "DEEPSLATE_TILE_SLAB" - }, - "deepslatetilehalfblock": "deepslate_tile_slab", - "deepslatetileshalfblock": "deepslate_tile_slab", - "deepslatetileslab": "deepslate_tile_slab", - "deepslatetilesstep": "deepslate_tile_slab", - "deepslatetilestep": "deepslate_tile_slab", - "dslatetilehalfblock": "deepslate_tile_slab", - "dslatetileshalfblock": "deepslate_tile_slab", - "dslatetilesstep": "deepslate_tile_slab", - "dslatetilestep": "deepslate_tile_slab", - "minecraft:deepslate_tile_slab": "deepslate_tile_slab", - "slatetilehalfblock": "deepslate_tile_slab", - "slatetileshalfblock": "deepslate_tile_slab", - "slatetilesstep": "deepslate_tile_slab", - "slatetilestep": "deepslate_tile_slab", - "deepslate_tile_stairs": { - "material": "DEEPSLATE_TILE_STAIRS" - }, - "deepslatetilesstair": "deepslate_tile_stairs", - "deepslatetilesstairs": "deepslate_tile_stairs", - "deepslatetilestair": "deepslate_tile_stairs", - "deepslatetilestairs": "deepslate_tile_stairs", - "dslatetilesstair": "deepslate_tile_stairs", - "dslatetilesstairs": "deepslate_tile_stairs", - "dslatetilestair": "deepslate_tile_stairs", - "dslatetilestairs": "deepslate_tile_stairs", - "minecraft:deepslate_tile_stairs": "deepslate_tile_stairs", - "slatetilesstair": "deepslate_tile_stairs", - "slatetilesstairs": "deepslate_tile_stairs", - "slatetilestair": "deepslate_tile_stairs", - "slatetilestairs": "deepslate_tile_stairs", - "deepslate_tile_wall": { - "material": "DEEPSLATE_TILE_WALL" - }, - "deepslatetileswall": "deepslate_tile_wall", - "deepslatetilewall": "deepslate_tile_wall", - "dslatetileswall": "deepslate_tile_wall", - "dslatetilewall": "deepslate_tile_wall", - "minecraft:deepslate_tile_wall": "deepslate_tile_wall", - "slatetileswall": "deepslate_tile_wall", - "slatetilewall": "deepslate_tile_wall", - "walldeepslatetile": "deepslate_tile_wall", - "walldeepslatetiles": "deepslate_tile_wall", - "walldslatetile": "deepslate_tile_wall", - "walldslatetiles": "deepslate_tile_wall", - "wallslatetile": "deepslate_tile_wall", - "wallslatetiles": "deepslate_tile_wall", - "deepslate_tiles": { - "material": "DEEPSLATE_TILES" - }, - "deepslatetiles": "deepslate_tiles", - "deepslatetilestile": "deepslate_tiles", - "deepslatetilestiles": "deepslate_tiles", - "deepslatetiletile": "deepslate_tiles", - "deepslatetiletiles": "deepslate_tiles", - "dslatetilestile": "deepslate_tiles", - "dslatetilestiles": "deepslate_tiles", - "dslatetiletile": "deepslate_tiles", - "dslatetiletiles": "deepslate_tiles", - "minecraft:deepslate_tiles": "deepslate_tiles", - "slatetilestile": "deepslate_tiles", - "slatetilestiles": "deepslate_tiles", - "slatetiletile": "deepslate_tiles", - "slatetiletiles": "deepslate_tiles", - "tiledeepslatetile": "deepslate_tiles", - "tiledeepslatetiles": "deepslate_tiles", - "tiledslatetile": "deepslate_tiles", - "tiledslatetiles": "deepslate_tiles", - "tilesdeepslatetile": "deepslate_tiles", - "tilesdeepslatetiles": "deepslate_tiles", - "tilesdslatetile": "deepslate_tiles", - "tilesdslatetiles": "deepslate_tiles", - "tileslatetile": "deepslate_tiles", - "tileslatetiles": "deepslate_tiles", - "tilesslatetile": "deepslate_tiles", - "tilesslatetiles": "deepslate_tiles", - "detector_rail": { - "material": "DETECTOR_RAIL" - }, - "detectingrail": "detector_rail", - "detectingrails": "detector_rail", - "detectingtrack": "detector_rail", - "detectorrail": "detector_rail", - "detectorrails": "detector_rail", - "detectortrack": "detector_rail", - "detectrail": "detector_rail", - "detectrails": "detector_rail", - "detecttrack": "detector_rail", - "detrail": "detector_rail", - "detrails": "detector_rail", - "dettrack": "detector_rail", - "drail": "detector_rail", - "drails": "detector_rail", - "dtrack": "detector_rail", - "minecraft:detector_rail": "detector_rail", - "diamond": { - "material": "DIAMOND" - }, - "minecraft:diamond": "diamond", - "diamond_axe": { - "material": "DIAMOND_AXE" - }, - "crystalaxe": "diamond_axe", - "daxe": "diamond_axe", - "diamondaxe": "diamond_axe", - "minecraft:diamond_axe": "diamond_axe", - "diamond_block": { - "material": "DIAMOND_BLOCK" - }, - "blockcrystal": "diamond_block", - "blockd": "diamond_block", - "blockdiamond": "diamond_block", - "crystalblock": "diamond_block", - "dblock": "diamond_block", - "diamondblock": "diamond_block", - "minecraft:diamond_block": "diamond_block", - "diamond_boots": { - "material": "DIAMOND_BOOTS" - }, - "crystalboots": "diamond_boots", - "crystalshoes": "diamond_boots", - "dboots": "diamond_boots", - "diamondboots": "diamond_boots", - "diamondshoes": "diamond_boots", - "dshoes": "diamond_boots", - "minecraft:diamond_boots": "diamond_boots", - "diamond_chestplate": { - "material": "DIAMOND_CHESTPLATE" - }, - "crystalchestplate": "diamond_chestplate", - "crystalplate": "diamond_chestplate", - "crystalplatebody": "diamond_chestplate", - "crystalshirt": "diamond_chestplate", - "crystaltunic": "diamond_chestplate", - "dchestplate": "diamond_chestplate", - "diamondchestplate": "diamond_chestplate", - "diamondplate": "diamond_chestplate", - "diamondplatebody": "diamond_chestplate", - "diamondshirt": "diamond_chestplate", - "diamondtunic": "diamond_chestplate", - "dplate": "spruce_pressure_plate", - "dplatebody": "diamond_chestplate", - "dshirt": "diamond_chestplate", - "dtunic": "diamond_chestplate", - "minecraft:diamond_chestplate": "diamond_chestplate", - "diamond_helmet": { - "material": "DIAMOND_HELMET" - }, - "crystalcoif": "diamond_helmet", - "crystalhat": "diamond_helmet", - "crystalhelm": "diamond_helmet", - "crystalhelmet": "diamond_helmet", - "dcoif": "diamond_helmet", - "dhat": "diamond_helmet", - "dhelm": "diamond_helmet", - "dhelmet": "diamond_helmet", - "diamondcoif": "diamond_helmet", - "diamondhat": "diamond_helmet", - "diamondhelm": "diamond_helmet", - "diamondhelmet": "diamond_helmet", - "minecraft:diamond_helmet": "diamond_helmet", - "diamond_hoe": { - "material": "DIAMOND_HOE" - }, - "crystalhoe": "diamond_hoe", - "dhoe": "diamond_hoe", - "diamondhoe": "diamond_hoe", - "minecraft:diamond_hoe": "diamond_hoe", - "diamond_horse_armor": { - "material": "DIAMOND_HORSE_ARMOR" - }, - "crystalarmor": "diamond_horse_armor", - "crystalharmor": "diamond_horse_armor", - "crystalhorsearmor": "diamond_horse_armor", - "darmor": "diamond_horse_armor", - "dharmor": "diamond_horse_armor", - "dhorsearmor": "diamond_horse_armor", - "diamondarmor": "diamond_horse_armor", - "diamondharmor": "diamond_horse_armor", - "diamondhorsearmor": "diamond_horse_armor", - "minecraft:diamond_horse_armor": "diamond_horse_armor", - "diamond_leggings": { - "material": "DIAMOND_LEGGINGS" - }, - "crystalleggings": "diamond_leggings", - "crystallegs": "diamond_leggings", - "crystalpants": "diamond_leggings", - "diamondleggings": "diamond_leggings", - "diamondlegs": "diamond_leggings", - "diamondpants": "diamond_leggings", - "dleggings": "diamond_leggings", - "dlegs": "diamond_leggings", - "dpants": "diamond_leggings", - "minecraft:diamond_leggings": "diamond_leggings", - "diamond_ore": { - "material": "DIAMOND_ORE" - }, - "crystalo": "diamond_ore", - "crystalore": "diamond_ore", - "diamondo": "diamond_ore", - "diamondore": "diamond_ore", - "do": "diamond_ore", - "dore": "diamond_ore", - "minecraft:diamond_ore": "diamond_ore", - "ocrystal": "diamond_ore", - "od": "diamond_ore", - "odiamond": "diamond_ore", - "orecrystal": "diamond_ore", - "ored": "redstone_ore", - "orediamond": "diamond_ore", - "stonecrystalore": "diamond_ore", - "stonediamondore": "diamond_ore", - "stonedore": "diamond_ore", - "diamond_pickaxe": { - "material": "DIAMOND_PICKAXE" - }, - "crystalpick": "diamond_pickaxe", - "crystalpickaxe": "diamond_pickaxe", - "diamondpick": "diamond_pickaxe", - "diamondpickaxe": "diamond_pickaxe", - "dpick": "diamond_pickaxe", - "dpickaxe": "diamond_pickaxe", - "minecraft:diamond_pickaxe": "diamond_pickaxe", - "diamond_shovel": { - "material": "DIAMOND_SHOVEL" - }, - "crystalshovel": "diamond_shovel", - "crystalspade": "diamond_shovel", - "diamondshovel": "diamond_shovel", - "diamondspade": "diamond_shovel", - "dshovel": "diamond_shovel", - "dspade": "diamond_shovel", - "minecraft:diamond_shovel": "diamond_shovel", - "diamond_sword": { - "material": "DIAMOND_SWORD" - }, - "crystalsword": "diamond_sword", - "diamondsword": "diamond_sword", - "dsword": "diamond_sword", - "minecraft:diamond_sword": "diamond_sword", - "diorite": { - "material": "DIORITE" - }, - "di": "diorite", - "dib": "diorite", - "dibl": "diorite", - "diblock": "diorite", - "dioriteb": "diorite", - "dioritebl": "diorite", - "dioriteblock": "diorite", - "dstone": "diorite", - "dstoneb": "diorite", - "dstonebl": "diorite", - "dstoneblock": "diorite", - "minecraft:diorite": "diorite", - "diorite_slab": { - "material": "DIORITE_SLAB" - }, - "dihalfblock": "diorite_slab", - "dioritehalfblock": "diorite_slab", - "dioriteslab": "diorite_slab", - "dioritestep": "diorite_slab", - "distep": "diorite_slab", - "dstonehalfblock": "diorite_slab", - "dstonestep": "diorite_slab", - "minecraft:diorite_slab": "diorite_slab", - "diorite_stairs": { - "material": "DIORITE_STAIRS" - }, - "dioritestair": "diorite_stairs", - "dioritestairs": "diorite_stairs", - "distair": "diorite_stairs", - "distairs": "diorite_stairs", - "dstonestair": "diorite_stairs", - "dstonestairs": "diorite_stairs", - "minecraft:diorite_stairs": "diorite_stairs", - "diorite_wall": { - "material": "DIORITE_WALL" - }, - "dioritewall": "diorite_wall", - "diwall": "diorite_wall", - "dstonewall": "diorite_wall", - "minecraft:diorite_wall": "diorite_wall", - "walldi": "diorite_wall", - "walldiorite": "diorite_wall", - "walldstone": "diorite_wall", - "dirt": { - "material": "DIRT" - }, - "minecraft:dirt": "dirt", - "dirt_path": { - "material": "DIRT_PATH", - "fallbacks": [ - "GRASS_PATH" - ] - }, - "dirtpath": "dirt_path", - "minecraft:dirt_path": "dirt_path", - "dispenser": { - "material": "DISPENSER" - }, - "minecraft:dispenser": "dispenser", - "dolphin_spawn_egg": { - "material": "DOLPHIN_SPAWN_EGG" - }, - "dolphinegg": "dolphin_spawn_egg", - "dolphinsegg": "dolphin_spawn_egg", - "dolphinspawn": "dolphin_spawn_egg", - "dolphinspawnegg": "dolphin_spawn_egg", - "eccoegg": "dolphin_spawn_egg", - "eccosegg": "dolphin_spawn_egg", - "eccospawn": "dolphin_spawn_egg", - "eccospawnegg": "dolphin_spawn_egg", - "eggdolphin": "dolphin_spawn_egg", - "eggecco": "dolphin_spawn_egg", - "minecraft:dolphin_spawn_egg": "dolphin_spawn_egg", - "seggdolphin": "dolphin_spawn_egg", - "seggecco": "dolphin_spawn_egg", - "spawndolphin": "dolphin_spawn_egg", - "spawnecco": "dolphin_spawn_egg", - "spawneggdolphin": "dolphin_spawn_egg", - "spawneggecco": "dolphin_spawn_egg", - "dolphin_spawner": { - "entity": "DOLPHIN", - "material": "SPAWNER" - }, - "dolphincage": "dolphin_spawner", - "dolphinmcage": "dolphin_spawner", - "dolphinmobcage": "dolphin_spawner", - "dolphinmobspawner": "dolphin_spawner", - "dolphinmonstercage": "dolphin_spawner", - "dolphinmonsterspawner": "dolphin_spawner", - "dolphinmspawner": "dolphin_spawner", - "dolphinspawner": "dolphin_spawner", - "eccocage": "dolphin_spawner", - "eccomcage": "dolphin_spawner", - "eccomobcage": "dolphin_spawner", - "eccomobspawner": "dolphin_spawner", - "eccomonstercage": "dolphin_spawner", - "eccomonsterspawner": "dolphin_spawner", - "eccomspawner": "dolphin_spawner", - "eccospawner": "dolphin_spawner", - "donkey_spawn_egg": { - "material": "DONKEY_SPAWN_EGG" - }, - "donkeyegg": "donkey_spawn_egg", - "donkeysegg": "donkey_spawn_egg", - "donkeyspawn": "donkey_spawn_egg", - "donkeyspawnegg": "donkey_spawn_egg", - "eggdonkey": "donkey_spawn_egg", - "minecraft:donkey_spawn_egg": "donkey_spawn_egg", - "seggdonkey": "donkey_spawn_egg", - "spawndonkey": "donkey_spawn_egg", - "spawneggdonkey": "donkey_spawn_egg", - "donkey_spawner": { - "entity": "DONKEY", - "material": "SPAWNER" - }, - "donkeycage": "donkey_spawner", - "donkeymcage": "donkey_spawner", - "donkeymobcage": "donkey_spawner", - "donkeymobspawner": "donkey_spawner", - "donkeymonstercage": "donkey_spawner", - "donkeymonsterspawner": "donkey_spawner", - "donkeymspawner": "donkey_spawner", - "donkeyspawner": "donkey_spawner", - "dragon_breath": { - "material": "DRAGON_BREATH" - }, - "dragonbreath": "dragon_breath", - "minecraft:dragon_breath": "dragon_breath", - "dragon_egg": { - "material": "DRAGON_EGG" - }, - "dragonegg": "dragon_egg", - "minecraft:dragon_egg": "dragon_egg", - "dragon_head": { - "material": "DRAGON_HEAD" - }, - "dragonhead": "dragon_head", - "minecraft:dragon_head": "dragon_head", - "dried_kelp": { - "material": "DRIED_KELP" - }, - "driedkelp": "dried_kelp", - "minecraft:dried_kelp": "dried_kelp", - "dried_kelp_block": { - "material": "DRIED_KELP_BLOCK" - }, - "driedkelpblock": "dried_kelp_block", - "minecraft:dried_kelp_block": "dried_kelp_block", - "dripstone_block": { - "material": "DRIPSTONE_BLOCK" - }, - "drip": "dripstone_block", - "dripb": "dripstone_block", - "dripbl": "dripstone_block", - "dripblock": "dripstone_block", - "dripstone": "dripstone_block", - "dripstoneb": "dripstone_block", - "dripstonebl": "dripstone_block", - "dripstoneblock": "dripstone_block", - "minecraft:dripstone_block": "dripstone_block", - "dropper": { - "material": "DROPPER" - }, - "minecraft:dropper": "dropper", - "drowned_spawn_egg": { - "material": "DROWNED_SPAWN_EGG" - }, - "drownedegg": "drowned_spawn_egg", - "drownedsegg": "drowned_spawn_egg", - "drownedspawn": "drowned_spawn_egg", - "drownedspawnegg": "drowned_spawn_egg", - "eggdrowned": "drowned_spawn_egg", - "minecraft:drowned_spawn_egg": "drowned_spawn_egg", - "seggdrowned": "drowned_spawn_egg", - "spawndrowned": "drowned_spawn_egg", - "spawneggdrowned": "drowned_spawn_egg", - "drowned_spawner": { - "entity": "DROWNED", - "material": "SPAWNER" - }, - "drownedcage": "drowned_spawner", - "drownedmcage": "drowned_spawner", - "drownedmobcage": "drowned_spawner", - "drownedmobspawner": "drowned_spawner", - "drownedmonstercage": "drowned_spawner", - "drownedmonsterspawner": "drowned_spawner", - "drownedmspawner": "drowned_spawner", - "drownedspawner": "drowned_spawner", - "egg": { - "material": "EGG" - }, - "minecraft:egg": "egg", - "elder_guardian_spawn_egg": { - "material": "ELDER_GUARDIAN_SPAWN_EGG" - }, - "eggeguardian": "elder_guardian_spawn_egg", - "eggelder_guardian": "elder_guardian_spawn_egg", - "eguardianegg": "elder_guardian_spawn_egg", - "eguardiansegg": "elder_guardian_spawn_egg", - "eguardianspawn": "elder_guardian_spawn_egg", - "eguardianspawnegg": "elder_guardian_spawn_egg", - "elder_guardianegg": "elder_guardian_spawn_egg", - "elder_guardiansegg": "elder_guardian_spawn_egg", - "elder_guardianspawn": "elder_guardian_spawn_egg", - "elder_guardianspawnegg": "elder_guardian_spawn_egg", - "elderguardianspawnegg": "elder_guardian_spawn_egg", - "minecraft:elder_guardian_spawn_egg": "elder_guardian_spawn_egg", - "seggeguardian": "elder_guardian_spawn_egg", - "seggelder_guardian": "elder_guardian_spawn_egg", - "spawneggeguardian": "elder_guardian_spawn_egg", - "spawneggelder_guardian": "elder_guardian_spawn_egg", - "spawneguardian": "elder_guardian_spawn_egg", - "spawnelder_guardian": "elder_guardian_spawn_egg", - "elder_guardian_spawner": { - "entity": "ELDER_GUARDIAN", - "material": "SPAWNER" - }, - "eguardiancage": "elder_guardian_spawner", - "eguardianmcage": "elder_guardian_spawner", - "eguardianmobcage": "elder_guardian_spawner", - "eguardianmobspawner": "elder_guardian_spawner", - "eguardianmonstercage": "elder_guardian_spawner", - "eguardianmonsterspawner": "elder_guardian_spawner", - "eguardianmspawner": "elder_guardian_spawner", - "eguardianspawner": "elder_guardian_spawner", - "elder_guardiancage": "elder_guardian_spawner", - "elder_guardianmcage": "elder_guardian_spawner", - "elder_guardianmobcage": "elder_guardian_spawner", - "elder_guardianmobspawner": "elder_guardian_spawner", - "elder_guardianmonstercage": "elder_guardian_spawner", - "elder_guardianmonsterspawner": "elder_guardian_spawner", - "elder_guardianmspawner": "elder_guardian_spawner", - "elder_guardianspawner": "elder_guardian_spawner", - "elytra": { - "material": "ELYTRA" - }, - "minecraft:elytra": "elytra", - "emerald": { - "material": "EMERALD" - }, - "minecraft:emerald": "emerald", - "emerald_block": { - "material": "EMERALD_BLOCK" - }, - "blocke": "emerald_block", - "blockemerald": "emerald_block", - "eblock": "emerald_block", - "emeraldblock": "emerald_block", - "minecraft:emerald_block": "emerald_block", - "emerald_ore": { - "material": "EMERALD_ORE" - }, - "emeraldo": "emerald_ore", - "emeraldore": "emerald_ore", - "eo": "emerald_ore", - "eore": "emerald_ore", - "minecraft:emerald_ore": "emerald_ore", - "oe": "emerald_ore", - "oemerald": "emerald_ore", - "oree": "emerald_ore", - "oreemerald": "emerald_ore", - "stoneemeraldore": "emerald_ore", - "stoneeore": "emerald_ore", - "empty_lingering_potion": { - "potionData": { - "type": "UNCRAFTABLE", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionuncraftable": "empty_lingering_potion", - "aoepotuncraftable": "empty_lingering_potion", - "areapotionuncraftable": "empty_lingering_potion", - "areapotuncraftable": "empty_lingering_potion", - "cloudpotionuncraftable": "empty_lingering_potion", - "cloudpotuncraftable": "empty_lingering_potion", - "lingerpotuncraftable": "empty_lingering_potion", - "uncraftableaoepoiont": "empty_lingering_potion", - "uncraftableaoepot": "empty_lingering_potion", - "uncraftableareapot": "empty_lingering_potion", - "uncraftableareapotion": "empty_lingering_potion", - "uncraftablecloudpot": "empty_lingering_potion", - "uncraftablecloudpotion": "empty_lingering_potion", - "uncraftablelingerpot": "empty_lingering_potion", - "empty_potion": { - "potionData": { - "type": "UNCRAFTABLE", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "potionofuncraftable": "empty_potion", - "potofuncraftable": "empty_potion", - "uncraftablepot": "empty_potion", - "uncraftablepotion": "empty_potion", - "empty_splash_potion": { - "potionData": { - "type": "UNCRAFTABLE", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "splashuncraftablepot": "empty_splash_potion", - "splashuncraftablepotion": "empty_splash_potion", - "spluncraftablepot": "empty_splash_potion", - "spluncraftablepotion": "empty_splash_potion", - "uncraftablesplashpot": "empty_splash_potion", - "uncraftablesplashpotion": "empty_splash_potion", - "empty_tipped_arrow": { - "potionData": { - "type": "UNCRAFTABLE", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowuncraftable": "empty_tipped_arrow", - "uncraftablearrow": "empty_tipped_arrow", - "uncraftabletarr": "empty_tipped_arrow", - "uncraftabletarrow": "empty_tipped_arrow", - "uncraftabletippedarrow": "empty_tipped_arrow", - "enchanted_book": { - "material": "ENCHANTED_BOOK" - }, - "enchantedbook": "enchanted_book", - "minecraft:enchanted_book": "enchanted_book", - "enchanted_golden_apple": { - "material": "ENCHANTED_GOLDEN_APPLE" - }, - "enchantedgoldenapple": "enchanted_golden_apple", - "minecraft:enchanted_golden_apple": "enchanted_golden_apple", - "enchanting_table": { - "material": "ENCHANTING_TABLE" - }, - "enchantingtable": "enchanting_table", - "minecraft:enchanting_table": "enchanting_table", - "end_crystal": { - "material": "END_CRYSTAL" - }, - "endcrystal": "end_crystal", - "minecraft:end_crystal": "end_crystal", - "end_portal_frame": { - "material": "END_PORTAL_FRAME" - }, - "endportalframe": "end_portal_frame", - "minecraft:end_portal_frame": "end_portal_frame", - "end_rod": { - "material": "END_ROD" - }, - "endrod": "end_rod", - "minecraft:end_rod": "end_rod", - "end_stone": { - "material": "END_STONE" - }, - "endst": "end_stone", - "endstb": "end_stone", - "endstbl": "end_stone", - "endstblock": "end_stone", - "endstone": "end_stone", - "endstoneb": "end_stone", - "endstonebl": "end_stone", - "endstoneblock": "end_stone", - "minecraft:end_stone": "end_stone", - "whst": "end_stone", - "whstb": "end_stone", - "whstbl": "end_stone", - "whstblock": "end_stone", - "end_stone_brick_slab": { - "material": "END_STONE_BRICK_SLAB" - }, - "endstbrhalfblock": "end_stone_brick_slab", - "endstbrstep": "end_stone_brick_slab", - "endstonebrickhalfblock": "end_stone_brick_slab", - "endstonebrickslab": "end_stone_brick_slab", - "endstonebrickstep": "end_stone_brick_slab", - "minecraft:end_stone_brick_slab": "end_stone_brick_slab", - "whstbrhalfblock": "end_stone_brick_slab", - "whstbrstep": "end_stone_brick_slab", - "end_stone_brick_stairs": { - "material": "END_STONE_BRICK_STAIRS" - }, - "endstbrstair": "end_stone_brick_stairs", - "endstbrstairs": "end_stone_brick_stairs", - "endstonebrickstair": "end_stone_brick_stairs", - "endstonebrickstairs": "end_stone_brick_stairs", - "minecraft:end_stone_brick_stairs": "end_stone_brick_stairs", - "whstbrstair": "end_stone_brick_stairs", - "whstbrstairs": "end_stone_brick_stairs", - "end_stone_brick_wall": { - "material": "END_STONE_BRICK_WALL" - }, - "endstbrwall": "end_stone_brick_wall", - "endstonebrickwall": "end_stone_brick_wall", - "minecraft:end_stone_brick_wall": "end_stone_brick_wall", - "wallendstbr": "end_stone_brick_wall", - "wallendstonebrick": "end_stone_brick_wall", - "wallwhstbr": "end_stone_brick_wall", - "whstbrwall": "end_stone_brick_wall", - "end_stone_bricks": { - "material": "END_STONE_BRICKS" - }, - "endstbr": "end_stone_bricks", - "endstonebrick": "end_stone_bricks", - "endstonebricks": "end_stone_bricks", - "minecraft:end_stone_bricks": "end_stone_bricks", - "whstbr": "end_stone_bricks", - "ender_chest": { - "material": "ENDER_CHEST" - }, - "enderchest": "ender_chest", - "minecraft:ender_chest": "ender_chest", - "ender_dragon_spawner": { - "entity": "ENDER_DRAGON", - "material": "SPAWNER" - }, - "dragoncage": "ender_dragon_spawner", - "dragonmcage": "ender_dragon_spawner", - "dragonmobcage": "ender_dragon_spawner", - "dragonmobspawner": "ender_dragon_spawner", - "dragonmonstercage": "ender_dragon_spawner", - "dragonmonsterspawner": "ender_dragon_spawner", - "dragonmspawner": "ender_dragon_spawner", - "dragonspawner": "ender_dragon_spawner", - "edragoncage": "ender_dragon_spawner", - "edragonmcage": "ender_dragon_spawner", - "edragonmobcage": "ender_dragon_spawner", - "edragonmobspawner": "ender_dragon_spawner", - "edragonmonstercage": "ender_dragon_spawner", - "edragonmonsterspawner": "ender_dragon_spawner", - "edragonmspawner": "ender_dragon_spawner", - "edragonspawner": "ender_dragon_spawner", - "ender_dragoncage": "ender_dragon_spawner", - "ender_dragonmcage": "ender_dragon_spawner", - "ender_dragonmobcage": "ender_dragon_spawner", - "ender_dragonmobspawner": "ender_dragon_spawner", - "ender_dragonmonstercage": "ender_dragon_spawner", - "ender_dragonmonsterspawner": "ender_dragon_spawner", - "ender_dragonmspawner": "ender_dragon_spawner", - "ender_dragonspawner": "ender_dragon_spawner", - "ender_eye": { - "material": "ENDER_EYE" - }, - "endereye": "ender_eye", - "minecraft:ender_eye": "ender_eye", - "ender_pearl": { - "material": "ENDER_PEARL" - }, - "enderpearl": "ender_pearl", - "minecraft:ender_pearl": "ender_pearl", - "enderman_spawn_egg": { - "material": "ENDERMAN_SPAWN_EGG" - }, - "eggenderman": "enderman_spawn_egg", - "endermanegg": "enderman_spawn_egg", - "endermansegg": "enderman_spawn_egg", - "endermanspawn": "enderman_spawn_egg", - "endermanspawnegg": "enderman_spawn_egg", - "minecraft:enderman_spawn_egg": "enderman_spawn_egg", - "seggenderman": "enderman_spawn_egg", - "spawneggenderman": "enderman_spawn_egg", - "spawnenderman": "enderman_spawn_egg", - "enderman_spawner": { - "entity": "ENDERMAN", - "material": "SPAWNER" - }, - "endermancage": "enderman_spawner", - "endermanmcage": "enderman_spawner", - "endermanmobcage": "enderman_spawner", - "endermanmobspawner": "enderman_spawner", - "endermanmonstercage": "enderman_spawner", - "endermanmonsterspawner": "enderman_spawner", - "endermanmspawner": "enderman_spawner", - "endermanspawner": "enderman_spawner", - "endermite_spawn_egg": { - "material": "ENDERMITE_SPAWN_EGG" - }, - "eggemite": "endermite_spawn_egg", - "eggendermite": "endermite_spawn_egg", - "emiteegg": "endermite_spawn_egg", - "emitesegg": "endermite_spawn_egg", - "emitespawn": "endermite_spawn_egg", - "emitespawnegg": "endermite_spawn_egg", - "endermiteegg": "endermite_spawn_egg", - "endermitesegg": "endermite_spawn_egg", - "endermitespawn": "endermite_spawn_egg", - "endermitespawnegg": "endermite_spawn_egg", - "minecraft:endermite_spawn_egg": "endermite_spawn_egg", - "seggemite": "endermite_spawn_egg", - "seggendermite": "endermite_spawn_egg", - "spawneggemite": "endermite_spawn_egg", - "spawneggendermite": "endermite_spawn_egg", - "spawnemite": "endermite_spawn_egg", - "spawnendermite": "endermite_spawn_egg", - "endermite_spawner": { - "entity": "ENDERMITE", - "material": "SPAWNER" - }, - "emitecage": "endermite_spawner", - "emitemcage": "endermite_spawner", - "emitemobcage": "endermite_spawner", - "emitemobspawner": "endermite_spawner", - "emitemonstercage": "endermite_spawner", - "emitemonsterspawner": "endermite_spawner", - "emitemspawner": "endermite_spawner", - "emitespawner": "endermite_spawner", - "endermitecage": "endermite_spawner", - "endermitemcage": "endermite_spawner", - "endermitemobcage": "endermite_spawner", - "endermitemobspawner": "endermite_spawner", - "endermitemonstercage": "endermite_spawner", - "endermitemonsterspawner": "endermite_spawner", - "endermitemspawner": "endermite_spawner", - "endermitespawner": "endermite_spawner", - "evoker_spawn_egg": { - "material": "EVOKER_SPAWN_EGG" - }, - "eggevoker": "evoker_spawn_egg", - "evokeregg": "evoker_spawn_egg", - "evokersegg": "evoker_spawn_egg", - "evokerspawn": "evoker_spawn_egg", - "evokerspawnegg": "evoker_spawn_egg", - "minecraft:evoker_spawn_egg": "evoker_spawn_egg", - "seggevoker": "evoker_spawn_egg", - "spawneggevoker": "evoker_spawn_egg", - "spawnevoker": "evoker_spawn_egg", - "evoker_spawner": { - "entity": "EVOKER", - "material": "SPAWNER" - }, - "evokercage": "evoker_spawner", - "evokermcage": "evoker_spawner", - "evokermobcage": "evoker_spawner", - "evokermobspawner": "evoker_spawner", - "evokermonstercage": "evoker_spawner", - "evokermonsterspawner": "evoker_spawner", - "evokermspawner": "evoker_spawner", - "evokerspawner": "evoker_spawner", - "experience_bottle": { - "material": "EXPERIENCE_BOTTLE" - }, - "experiencebottle": "experience_bottle", - "minecraft:experience_bottle": "experience_bottle", - "exposed_copper": { - "material": "EXPOSED_COPPER" - }, - "excoblock": "exposed_copper", - "excopblock": "exposed_copper", - "excopperblock": "exposed_copper", - "expcoblock": "exposed_copper", - "expcopblock": "exposed_copper", - "expcopperblock": "exposed_copper", - "exposedcoblock": "exposed_copper", - "exposedcopblock": "exposed_copper", - "exposedcopper": "exposed_copper", - "exposedcopperblock": "exposed_copper", - "minecraft:exposed_copper": "exposed_copper", - "exposed_cut_copper": { - "material": "EXPOSED_CUT_COPPER" - }, - "cexcoblock": "exposed_cut_copper", - "cexcopblock": "exposed_cut_copper", - "cexcopperblock": "exposed_cut_copper", - "cexpcoblock": "exposed_cut_copper", - "cexpcopblock": "exposed_cut_copper", - "cexpcopperblock": "exposed_cut_copper", - "cexposedcoblock": "exposed_cut_copper", - "cexposedcopblock": "exposed_cut_copper", - "cexposedcopperblock": "exposed_cut_copper", - "cutexcoblock": "exposed_cut_copper", - "cutexcopblock": "exposed_cut_copper", - "cutexcopperblock": "exposed_cut_copper", - "cutexpcoblock": "exposed_cut_copper", - "cutexpcopblock": "exposed_cut_copper", - "cutexpcopperblock": "exposed_cut_copper", - "cutexposedcoblock": "exposed_cut_copper", - "cutexposedcopblock": "exposed_cut_copper", - "cutexposedcopperblock": "exposed_cut_copper", - "exccoblock": "exposed_cut_copper", - "exccopblock": "exposed_cut_copper", - "exccopperblock": "exposed_cut_copper", - "excutcoblock": "exposed_cut_copper", - "excutcopblock": "exposed_cut_copper", - "excutcopperblock": "exposed_cut_copper", - "expccoblock": "exposed_cut_copper", - "expccopblock": "exposed_cut_copper", - "expccopperblock": "exposed_cut_copper", - "expcutcoblock": "exposed_cut_copper", - "expcutcopblock": "exposed_cut_copper", - "expcutcopperblock": "exposed_cut_copper", - "exposedccoblock": "exposed_cut_copper", - "exposedccopblock": "exposed_cut_copper", - "exposedccopperblock": "exposed_cut_copper", - "exposedcutcoblock": "exposed_cut_copper", - "exposedcutcopblock": "exposed_cut_copper", - "exposedcutcopper": "exposed_cut_copper", - "exposedcutcopperblock": "exposed_cut_copper", - "minecraft:exposed_cut_copper": "exposed_cut_copper", - "exposed_cut_copper_slab": { - "material": "EXPOSED_CUT_COPPER_SLAB" - }, - "cexcohalfblock": "exposed_cut_copper_slab", - "cexcophalfblock": "exposed_cut_copper_slab", - "cexcopperhalfblock": "exposed_cut_copper_slab", - "cexcoppersl": "exposed_cut_copper_slab", - "cexcopperslab": "exposed_cut_copper_slab", - "cexcopperstep": "exposed_cut_copper_slab", - "cexcopsl": "exposed_cut_copper_slab", - "cexcopslab": "exposed_cut_copper_slab", - "cexcopstep": "exposed_cut_copper_slab", - "cexcosl": "exposed_cut_copper_slab", - "cexcoslab": "exposed_cut_copper_slab", - "cexcostep": "exposed_cut_copper_slab", - "cexpcohalfblock": "exposed_cut_copper_slab", - "cexpcophalfblock": "exposed_cut_copper_slab", - "cexpcopperhalfblock": "exposed_cut_copper_slab", - "cexpcoppersl": "exposed_cut_copper_slab", - "cexpcopperslab": "exposed_cut_copper_slab", - "cexpcopperstep": "exposed_cut_copper_slab", - "cexpcopsl": "exposed_cut_copper_slab", - "cexpcopslab": "exposed_cut_copper_slab", - "cexpcopstep": "exposed_cut_copper_slab", - "cexpcosl": "exposed_cut_copper_slab", - "cexpcoslab": "exposed_cut_copper_slab", - "cexpcostep": "exposed_cut_copper_slab", - "cexposedcohalfblock": "exposed_cut_copper_slab", - "cexposedcophalfblock": "exposed_cut_copper_slab", - "cexposedcopperhalfblock": "exposed_cut_copper_slab", - "cexposedcoppersl": "exposed_cut_copper_slab", - "cexposedcopperslab": "exposed_cut_copper_slab", - "cexposedcopperstep": "exposed_cut_copper_slab", - "cexposedcopsl": "exposed_cut_copper_slab", - "cexposedcopslab": "exposed_cut_copper_slab", - "cexposedcopstep": "exposed_cut_copper_slab", - "cexposedcosl": "exposed_cut_copper_slab", - "cexposedcoslab": "exposed_cut_copper_slab", - "cexposedcostep": "exposed_cut_copper_slab", - "cutexcohalfblock": "exposed_cut_copper_slab", - "cutexcophalfblock": "exposed_cut_copper_slab", - "cutexcopperhalfblock": "exposed_cut_copper_slab", - "cutexcoppersl": "exposed_cut_copper_slab", - "cutexcopperslab": "exposed_cut_copper_slab", - "cutexcopperstep": "exposed_cut_copper_slab", - "cutexcopsl": "exposed_cut_copper_slab", - "cutexcopslab": "exposed_cut_copper_slab", - "cutexcopstep": "exposed_cut_copper_slab", - "cutexcosl": "exposed_cut_copper_slab", - "cutexcoslab": "exposed_cut_copper_slab", - "cutexcostep": "exposed_cut_copper_slab", - "cutexpcohalfblock": "exposed_cut_copper_slab", - "cutexpcophalfblock": "exposed_cut_copper_slab", - "cutexpcopperhalfblock": "exposed_cut_copper_slab", - "cutexpcoppersl": "exposed_cut_copper_slab", - "cutexpcopperslab": "exposed_cut_copper_slab", - "cutexpcopperstep": "exposed_cut_copper_slab", - "cutexpcopsl": "exposed_cut_copper_slab", - "cutexpcopslab": "exposed_cut_copper_slab", - "cutexpcopstep": "exposed_cut_copper_slab", - "cutexpcosl": "exposed_cut_copper_slab", - "cutexpcoslab": "exposed_cut_copper_slab", - "cutexpcostep": "exposed_cut_copper_slab", - "cutexposedcohalfblock": "exposed_cut_copper_slab", - "cutexposedcophalfblock": "exposed_cut_copper_slab", - "cutexposedcopperhalfblock": "exposed_cut_copper_slab", - "cutexposedcoppersl": "exposed_cut_copper_slab", - "cutexposedcopperslab": "exposed_cut_copper_slab", - "cutexposedcopperstep": "exposed_cut_copper_slab", - "cutexposedcopsl": "exposed_cut_copper_slab", - "cutexposedcopslab": "exposed_cut_copper_slab", - "cutexposedcopstep": "exposed_cut_copper_slab", - "cutexposedcosl": "exposed_cut_copper_slab", - "cutexposedcoslab": "exposed_cut_copper_slab", - "cutexposedcostep": "exposed_cut_copper_slab", - "exccohalfblock": "exposed_cut_copper_slab", - "exccophalfblock": "exposed_cut_copper_slab", - "exccopperhalfblock": "exposed_cut_copper_slab", - "exccoppersl": "exposed_cut_copper_slab", - "exccopperslab": "exposed_cut_copper_slab", - "exccopperstep": "exposed_cut_copper_slab", - "exccopsl": "exposed_cut_copper_slab", - "exccopslab": "exposed_cut_copper_slab", - "exccopstep": "exposed_cut_copper_slab", - "exccosl": "exposed_cut_copper_slab", - "exccoslab": "exposed_cut_copper_slab", - "exccostep": "exposed_cut_copper_slab", - "excutcohalfblock": "exposed_cut_copper_slab", - "excutcophalfblock": "exposed_cut_copper_slab", - "excutcopperhalfblock": "exposed_cut_copper_slab", - "excutcoppersl": "exposed_cut_copper_slab", - "excutcopperslab": "exposed_cut_copper_slab", - "excutcopperstep": "exposed_cut_copper_slab", - "excutcopsl": "exposed_cut_copper_slab", - "excutcopslab": "exposed_cut_copper_slab", - "excutcopstep": "exposed_cut_copper_slab", - "excutcosl": "exposed_cut_copper_slab", - "excutcoslab": "exposed_cut_copper_slab", - "excutcostep": "exposed_cut_copper_slab", - "expccohalfblock": "exposed_cut_copper_slab", - "expccophalfblock": "exposed_cut_copper_slab", - "expccopperhalfblock": "exposed_cut_copper_slab", - "expccoppersl": "exposed_cut_copper_slab", - "expccopperslab": "exposed_cut_copper_slab", - "expccopperstep": "exposed_cut_copper_slab", - "expccopsl": "exposed_cut_copper_slab", - "expccopslab": "exposed_cut_copper_slab", - "expccopstep": "exposed_cut_copper_slab", - "expccosl": "exposed_cut_copper_slab", - "expccoslab": "exposed_cut_copper_slab", - "expccostep": "exposed_cut_copper_slab", - "expcutcohalfblock": "exposed_cut_copper_slab", - "expcutcophalfblock": "exposed_cut_copper_slab", - "expcutcopperhalfblock": "exposed_cut_copper_slab", - "expcutcoppersl": "exposed_cut_copper_slab", - "expcutcopperslab": "exposed_cut_copper_slab", - "expcutcopperstep": "exposed_cut_copper_slab", - "expcutcopsl": "exposed_cut_copper_slab", - "expcutcopslab": "exposed_cut_copper_slab", - "expcutcopstep": "exposed_cut_copper_slab", - "expcutcosl": "exposed_cut_copper_slab", - "expcutcoslab": "exposed_cut_copper_slab", - "expcutcostep": "exposed_cut_copper_slab", - "exposedccohalfblock": "exposed_cut_copper_slab", - "exposedccophalfblock": "exposed_cut_copper_slab", - "exposedccopperhalfblock": "exposed_cut_copper_slab", - "exposedccoppersl": "exposed_cut_copper_slab", - "exposedccopperslab": "exposed_cut_copper_slab", - "exposedccopperstep": "exposed_cut_copper_slab", - "exposedccopsl": "exposed_cut_copper_slab", - "exposedccopslab": "exposed_cut_copper_slab", - "exposedccopstep": "exposed_cut_copper_slab", - "exposedccosl": "exposed_cut_copper_slab", - "exposedccoslab": "exposed_cut_copper_slab", - "exposedccostep": "exposed_cut_copper_slab", - "exposedcutcohalfblock": "exposed_cut_copper_slab", - "exposedcutcophalfblock": "exposed_cut_copper_slab", - "exposedcutcopperhalfblock": "exposed_cut_copper_slab", - "exposedcutcoppersl": "exposed_cut_copper_slab", - "exposedcutcopperslab": "exposed_cut_copper_slab", - "exposedcutcopperstep": "exposed_cut_copper_slab", - "exposedcutcopsl": "exposed_cut_copper_slab", - "exposedcutcopslab": "exposed_cut_copper_slab", - "exposedcutcopstep": "exposed_cut_copper_slab", - "exposedcutcosl": "exposed_cut_copper_slab", - "exposedcutcoslab": "exposed_cut_copper_slab", - "exposedcutcostep": "exposed_cut_copper_slab", - "minecraft:exposed_cut_copper_slab": "exposed_cut_copper_slab", - "exposed_cut_copper_stairs": { - "material": "EXPOSED_CUT_COPPER_STAIRS" - }, - "cexcopperstair": "exposed_cut_copper_stairs", - "cexcopperstairs": "exposed_cut_copper_stairs", - "cexcopstair": "exposed_cut_copper_stairs", - "cexcopstairs": "exposed_cut_copper_stairs", - "cexcostair": "exposed_cut_copper_stairs", - "cexcostairs": "exposed_cut_copper_stairs", - "cexpcopperstair": "exposed_cut_copper_stairs", - "cexpcopperstairs": "exposed_cut_copper_stairs", - "cexpcopstair": "exposed_cut_copper_stairs", - "cexpcopstairs": "exposed_cut_copper_stairs", - "cexpcostair": "exposed_cut_copper_stairs", - "cexpcostairs": "exposed_cut_copper_stairs", - "cexposedcopperstair": "exposed_cut_copper_stairs", - "cexposedcopperstairs": "exposed_cut_copper_stairs", - "cexposedcopstair": "exposed_cut_copper_stairs", - "cexposedcopstairs": "exposed_cut_copper_stairs", - "cexposedcostair": "exposed_cut_copper_stairs", - "cexposedcostairs": "exposed_cut_copper_stairs", - "cutexcopperstair": "exposed_cut_copper_stairs", - "cutexcopperstairs": "exposed_cut_copper_stairs", - "cutexcopstair": "exposed_cut_copper_stairs", - "cutexcopstairs": "exposed_cut_copper_stairs", - "cutexcostair": "exposed_cut_copper_stairs", - "cutexcostairs": "exposed_cut_copper_stairs", - "cutexpcopperstair": "exposed_cut_copper_stairs", - "cutexpcopperstairs": "exposed_cut_copper_stairs", - "cutexpcopstair": "exposed_cut_copper_stairs", - "cutexpcopstairs": "exposed_cut_copper_stairs", - "cutexpcostair": "exposed_cut_copper_stairs", - "cutexpcostairs": "exposed_cut_copper_stairs", - "cutexposedcopperstair": "exposed_cut_copper_stairs", - "cutexposedcopperstairs": "exposed_cut_copper_stairs", - "cutexposedcopstair": "exposed_cut_copper_stairs", - "cutexposedcopstairs": "exposed_cut_copper_stairs", - "cutexposedcostair": "exposed_cut_copper_stairs", - "cutexposedcostairs": "exposed_cut_copper_stairs", - "exccopperstair": "exposed_cut_copper_stairs", - "exccopperstairs": "exposed_cut_copper_stairs", - "exccopstair": "exposed_cut_copper_stairs", - "exccopstairs": "exposed_cut_copper_stairs", - "exccostair": "exposed_cut_copper_stairs", - "exccostairs": "exposed_cut_copper_stairs", - "excutcopperstair": "exposed_cut_copper_stairs", - "excutcopperstairs": "exposed_cut_copper_stairs", - "excutcopstair": "exposed_cut_copper_stairs", - "excutcopstairs": "exposed_cut_copper_stairs", - "excutcostair": "exposed_cut_copper_stairs", - "excutcostairs": "exposed_cut_copper_stairs", - "expccopperstair": "exposed_cut_copper_stairs", - "expccopperstairs": "exposed_cut_copper_stairs", - "expccopstair": "exposed_cut_copper_stairs", - "expccopstairs": "exposed_cut_copper_stairs", - "expccostair": "exposed_cut_copper_stairs", - "expccostairs": "exposed_cut_copper_stairs", - "expcutcopperstair": "exposed_cut_copper_stairs", - "expcutcopperstairs": "exposed_cut_copper_stairs", - "expcutcopstair": "exposed_cut_copper_stairs", - "expcutcopstairs": "exposed_cut_copper_stairs", - "expcutcostair": "exposed_cut_copper_stairs", - "expcutcostairs": "exposed_cut_copper_stairs", - "exposedccopperstair": "exposed_cut_copper_stairs", - "exposedccopperstairs": "exposed_cut_copper_stairs", - "exposedccopstair": "exposed_cut_copper_stairs", - "exposedccopstairs": "exposed_cut_copper_stairs", - "exposedccostair": "exposed_cut_copper_stairs", - "exposedccostairs": "exposed_cut_copper_stairs", - "exposedcutcopperstair": "exposed_cut_copper_stairs", - "exposedcutcopperstairs": "exposed_cut_copper_stairs", - "exposedcutcopstair": "exposed_cut_copper_stairs", - "exposedcutcopstairs": "exposed_cut_copper_stairs", - "exposedcutcostair": "exposed_cut_copper_stairs", - "exposedcutcostairs": "exposed_cut_copper_stairs", - "minecraft:exposed_cut_copper_stairs": "exposed_cut_copper_stairs", - "farmland": { - "material": "FARMLAND" - }, - "minecraft:farmland": "farmland", - "feather": { - "material": "FEATHER" - }, - "minecraft:feather": "feather", - "fermented_spider_eye": { - "material": "FERMENTED_SPIDER_EYE" - }, - "fermentedspidereye": "fermented_spider_eye", - "minecraft:fermented_spider_eye": "fermented_spider_eye", - "fern": { - "material": "FERN" - }, - "minecraft:fern": "fern", - "filled_map": { - "material": "FILLED_MAP" - }, - "filledmap": "filled_map", - "minecraft:filled_map": "filled_map", - "fire_charge": { - "material": "FIRE_CHARGE" - }, - "firecharge": "fire_charge", - "minecraft:fire_charge": "fire_charge", - "fire_coral": { - "material": "FIRE_CORAL" - }, - "firecoral": "fire_coral", - "minecraft:fire_coral": "fire_coral", - "fire_coral_block": { - "material": "FIRE_CORAL_BLOCK" - }, - "firecoralblock": "fire_coral_block", - "minecraft:fire_coral_block": "fire_coral_block", - "fire_coral_fan": { - "material": "FIRE_CORAL_FAN" - }, - "firecoralfan": "fire_coral_fan", - "minecraft:fire_coral_fan": "fire_coral_fan", - "fire_resistance_lingering_potion": { - "potionData": { - "type": "FIRE_RESISTANCE", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotfireres": "fire_resistance_lingering_potion", - "aoepotfireresist": "fire_resistance_lingering_potion", - "aoepotfireresistance": "fire_resistance_lingering_potion", - "aoepotionfireres": "fire_resistance_lingering_potion", - "aoepotionfireresist": "fire_resistance_lingering_potion", - "aoepotionfireresistance": "fire_resistance_lingering_potion", - "areapotfireres": "fire_resistance_lingering_potion", - "areapotfireresist": "fire_resistance_lingering_potion", - "areapotfireresistance": "fire_resistance_lingering_potion", - "areapotionfireres": "fire_resistance_lingering_potion", - "areapotionfireresist": "fire_resistance_lingering_potion", - "areapotionfireresistance": "fire_resistance_lingering_potion", - "cloudpotfireres": "fire_resistance_lingering_potion", - "cloudpotfireresist": "fire_resistance_lingering_potion", - "cloudpotfireresistance": "fire_resistance_lingering_potion", - "cloudpotionfireres": "fire_resistance_lingering_potion", - "cloudpotionfireresist": "fire_resistance_lingering_potion", - "cloudpotionfireresistance": "fire_resistance_lingering_potion", - "fireresaoepoiont": "fire_resistance_lingering_potion", - "fireresaoepot": "fire_resistance_lingering_potion", - "fireresareapot": "fire_resistance_lingering_potion", - "fireresareapotion": "fire_resistance_lingering_potion", - "firerescloudpot": "fire_resistance_lingering_potion", - "firerescloudpotion": "fire_resistance_lingering_potion", - "fireresistanceaoepoiont": "fire_resistance_lingering_potion", - "fireresistanceaoepot": "fire_resistance_lingering_potion", - "fireresistanceareapot": "fire_resistance_lingering_potion", - "fireresistanceareapotion": "fire_resistance_lingering_potion", - "fireresistancecloudpot": "fire_resistance_lingering_potion", - "fireresistancecloudpotion": "fire_resistance_lingering_potion", - "fireresistancelingerpot": "fire_resistance_lingering_potion", - "fireresistaoepoiont": "fire_resistance_lingering_potion", - "fireresistaoepot": "fire_resistance_lingering_potion", - "fireresistareapot": "fire_resistance_lingering_potion", - "fireresistareapotion": "fire_resistance_lingering_potion", - "fireresistcloudpot": "fire_resistance_lingering_potion", - "fireresistcloudpotion": "fire_resistance_lingering_potion", - "fireresistlingerpot": "fire_resistance_lingering_potion", - "firereslingerpot": "fire_resistance_lingering_potion", - "lingerpotfireres": "fire_resistance_lingering_potion", - "lingerpotfireresist": "fire_resistance_lingering_potion", - "lingerpotfireresistance": "fire_resistance_lingering_potion", - "fire_resistance_potion": { - "potionData": { - "type": "FIRE_RESISTANCE", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "fireresistancepot": "fire_resistance_potion", - "fireresistancepotion": "fire_resistance_potion", - "fireresistpot": "fire_resistance_potion", - "fireresistpotion": "fire_resistance_potion", - "firerespot": "fire_resistance_potion", - "firerespotion": "fire_resistance_potion", - "potionoffireres": "fire_resistance_potion", - "potionoffireresist": "fire_resistance_potion", - "potionoffireresistance": "fire_resistance_potion", - "potoffireres": "fire_resistance_potion", - "potoffireresist": "fire_resistance_potion", - "potoffireresistance": "fire_resistance_potion", - "fire_resistance_splash_potion": { - "potionData": { - "type": "FIRE_RESISTANCE", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "fireresistancesplashpot": "fire_resistance_splash_potion", - "fireresistancesplashpotion": "fire_resistance_splash_potion", - "fireresistsplashpot": "fire_resistance_splash_potion", - "fireresistsplashpotion": "fire_resistance_splash_potion", - "fireressplashpot": "fire_resistance_splash_potion", - "fireressplashpotion": "fire_resistance_splash_potion", - "splashfireresistancepot": "fire_resistance_splash_potion", - "splashfireresistancepotion": "fire_resistance_splash_potion", - "splashfireresistpot": "fire_resistance_splash_potion", - "splashfireresistpotion": "fire_resistance_splash_potion", - "splashfirerespot": "fire_resistance_splash_potion", - "splashfirerespotion": "fire_resistance_splash_potion", - "splfireresistancepot": "fire_resistance_splash_potion", - "splfireresistancepotion": "fire_resistance_splash_potion", - "splfireresistpot": "fire_resistance_splash_potion", - "splfireresistpotion": "fire_resistance_splash_potion", - "splfirerespot": "fire_resistance_splash_potion", - "splfirerespotion": "fire_resistance_splash_potion", - "fire_resistance_tipped_arrow": { - "potionData": { - "type": "FIRE_RESISTANCE", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowfireres": "fire_resistance_tipped_arrow", - "arrowfireresist": "fire_resistance_tipped_arrow", - "arrowfireresistance": "fire_resistance_tipped_arrow", - "fireresarrow": "fire_resistance_tipped_arrow", - "fireresistancearrow": "fire_resistance_tipped_arrow", - "fireresistancetarr": "fire_resistance_tipped_arrow", - "fireresistancetarrow": "fire_resistance_tipped_arrow", - "fireresistancetippedarrow": "fire_resistance_tipped_arrow", - "fireresistarrow": "fire_resistance_tipped_arrow", - "fireresisttarr": "fire_resistance_tipped_arrow", - "fireresisttarrow": "fire_resistance_tipped_arrow", - "fireresisttippedarrow": "fire_resistance_tipped_arrow", - "firerestarr": "fire_resistance_tipped_arrow", - "firerestarrow": "fire_resistance_tipped_arrow", - "firerestippedarrow": "fire_resistance_tipped_arrow", - "firework_rocket": { - "material": "FIREWORK_ROCKET" - }, - "fireworkrocket": "firework_rocket", - "minecraft:firework_rocket": "firework_rocket", - "firework_star": { - "material": "FIREWORK_STAR" - }, - "fireworkstar": "firework_star", - "minecraft:firework_star": "firework_star", - "fishing_rod": { - "material": "FISHING_ROD" - }, - "fishingrod": "fishing_rod", - "minecraft:fishing_rod": "fishing_rod", - "fletching_table": { - "material": "FLETCHING_TABLE" - }, - "fletchingtable": "fletching_table", - "minecraft:fletching_table": "fletching_table", - "flint": { - "material": "FLINT" - }, - "minecraft:flint": "flint", - "flint_and_steel": { - "material": "FLINT_AND_STEEL" - }, - "flintandsteel": "flint_and_steel", - "minecraft:flint_and_steel": "flint_and_steel", - "flower_banner_pattern": { - "material": "FLOWER_BANNER_PATTERN" - }, - "flowerbannerpattern": "flower_banner_pattern", - "minecraft:flower_banner_pattern": "flower_banner_pattern", - "flower_pot": { - "material": "FLOWER_POT" - }, - "flowerpot": "flower_pot", - "minecraft:flower_pot": "flower_pot", - "flowering_azalea": { - "material": "FLOWERING_AZALEA" - }, - "floweringazalea": "flowering_azalea", - "minecraft:flowering_azalea": "flowering_azalea", - "flowering_azalea_leaves": { - "material": "FLOWERING_AZALEA_LEAVES" - }, - "flowerazaleaf": "flowering_azalea_leaves", - "flowerazalealeaf": "flowering_azalea_leaves", - "flowerazalealeave": "flowering_azalea_leaves", - "flowerazalealeaves": "flowering_azalea_leaves", - "flowerazalealogleaf": "flowering_azalea_leaves", - "flowerazalealogleave": "flowering_azalea_leaves", - "flowerazalealogleaves": "flowering_azalea_leaves", - "flowerazaleatreeleaf": "flowering_azalea_leaves", - "flowerazaleatreeleave": "flowering_azalea_leaves", - "flowerazaleatreeleaves": "flowering_azalea_leaves", - "flowerazaleatrunkleaf": "flowering_azalea_leaves", - "flowerazaleatrunkleave": "flowering_azalea_leaves", - "flowerazaleatrunkleaves": "flowering_azalea_leaves", - "flowerazaleave": "flowering_azalea_leaves", - "flowerazaleaves": "flowering_azalea_leaves", - "flowerazaleawoodleaf": "flowering_azalea_leaves", - "flowerazaleawoodleave": "flowering_azalea_leaves", - "flowerazaleawoodleaves": "flowering_azalea_leaves", - "flowerazalogleaf": "flowering_azalea_leaves", - "flowerazalogleave": "flowering_azalea_leaves", - "flowerazalogleaves": "flowering_azalea_leaves", - "flowerazatreeleaf": "flowering_azalea_leaves", - "flowerazatreeleave": "flowering_azalea_leaves", - "flowerazatreeleaves": "flowering_azalea_leaves", - "flowerazatrunkleaf": "flowering_azalea_leaves", - "flowerazatrunkleave": "flowering_azalea_leaves", - "flowerazatrunkleaves": "flowering_azalea_leaves", - "flowerazawoodleaf": "flowering_azalea_leaves", - "flowerazawoodleave": "flowering_azalea_leaves", - "flowerazawoodleaves": "flowering_azalea_leaves", - "flowerazleaf": "flowering_azalea_leaves", - "flowerazleave": "flowering_azalea_leaves", - "flowerazleaves": "flowering_azalea_leaves", - "flowerazlogleaf": "flowering_azalea_leaves", - "flowerazlogleave": "flowering_azalea_leaves", - "flowerazlogleaves": "flowering_azalea_leaves", - "floweraztreeleaf": "flowering_azalea_leaves", - "floweraztreeleave": "flowering_azalea_leaves", - "floweraztreeleaves": "flowering_azalea_leaves", - "floweraztrunkleaf": "flowering_azalea_leaves", - "floweraztrunkleave": "flowering_azalea_leaves", - "floweraztrunkleaves": "flowering_azalea_leaves", - "flowerazwoodleaf": "flowering_azalea_leaves", - "flowerazwoodleave": "flowering_azalea_leaves", - "flowerazwoodleaves": "flowering_azalea_leaves", - "floweringazalealeaves": "flowering_azalea_leaves", - "flowerleafaz": "flowering_azalea_leaves", - "flowerleafaza": "flowering_azalea_leaves", - "flowerleafazalea": "flowering_azalea_leaves", - "flowerleavesaz": "flowering_azalea_leaves", - "flowerleavesaza": "flowering_azalea_leaves", - "flowerleavesazalea": "flowering_azalea_leaves", - "minecraft:flowering_azalea_leaves": "flowering_azalea_leaves", - "fox_spawn_egg": { - "material": "FOX_SPAWN_EGG" - }, - "eggfox": "fox_spawn_egg", - "foxegg": "fox_spawn_egg", - "foxsegg": "fox_spawn_egg", - "foxspawn": "fox_spawn_egg", - "foxspawnegg": "fox_spawn_egg", - "minecraft:fox_spawn_egg": "fox_spawn_egg", - "seggfox": "fox_spawn_egg", - "spawneggfox": "fox_spawn_egg", - "spawnfox": "fox_spawn_egg", - "fox_spawner": { - "entity": "FOX", - "material": "SPAWNER" - }, - "foxcage": "fox_spawner", - "foxmcage": "fox_spawner", - "foxmobcage": "fox_spawner", - "foxmobspawner": "fox_spawner", - "foxmonstercage": "fox_spawner", - "foxmonsterspawner": "fox_spawner", - "foxmspawner": "fox_spawner", - "foxspawner": "fox_spawner", - "furnace": { - "material": "FURNACE" - }, - "minecraft:furnace": "furnace", - "furnace_minecart": { - "material": "FURNACE_MINECART" - }, - "ecart": "furnace_minecart", - "emc": "furnace_minecart", - "emcart": "furnace_minecart", - "eminecart": "furnace_minecart", - "enginecart": "furnace_minecart", - "enginemc": "furnace_minecart", - "enginemcart": "furnace_minecart", - "engineminecart": "furnace_minecart", - "fcart": "furnace_minecart", - "fmc": "furnace_minecart", - "fmcart": "furnace_minecart", - "fminecart": "furnace_minecart", - "furnacecart": "furnace_minecart", - "furnacemc": "furnace_minecart", - "furnacemcart": "furnace_minecart", - "furnaceminecart": "furnace_minecart", - "minecraft:furnace_minecart": "furnace_minecart", - "pcart": "furnace_minecart", - "pmc": "furnace_minecart", - "pmcart": "furnace_minecart", - "pminecart": "furnace_minecart", - "powercart": "furnace_minecart", - "poweredcart": "furnace_minecart", - "poweredmc": "furnace_minecart", - "poweredmcart": "furnace_minecart", - "poweredminecart": "furnace_minecart", - "powermc": "furnace_minecart", - "powermcart": "furnace_minecart", - "powerminecart": "furnace_minecart", - "ghast_spawn_egg": { - "material": "GHAST_SPAWN_EGG" - }, - "eggghast": "ghast_spawn_egg", - "ghastegg": "ghast_spawn_egg", - "ghastsegg": "ghast_spawn_egg", - "ghastspawn": "ghast_spawn_egg", - "ghastspawnegg": "ghast_spawn_egg", - "minecraft:ghast_spawn_egg": "ghast_spawn_egg", - "seggghast": "ghast_spawn_egg", - "spawneggghast": "ghast_spawn_egg", - "spawnghast": "ghast_spawn_egg", - "ghast_spawner": { - "entity": "GHAST", - "material": "SPAWNER" - }, - "ghastcage": "ghast_spawner", - "ghastmcage": "ghast_spawner", - "ghastmobcage": "ghast_spawner", - "ghastmobspawner": "ghast_spawner", - "ghastmonstercage": "ghast_spawner", - "ghastmonsterspawner": "ghast_spawner", - "ghastmspawner": "ghast_spawner", - "ghastspawner": "ghast_spawner", - "ghast_tear": { - "material": "GHAST_TEAR" - }, - "ghasttear": "ghast_tear", - "minecraft:ghast_tear": "ghast_tear", - "giant_spawner": { - "entity": "GIANT", - "material": "SPAWNER" - }, - "giantcage": "giant_spawner", - "giantmcage": "giant_spawner", - "giantmobcage": "giant_spawner", - "giantmobspawner": "giant_spawner", - "giantmonstercage": "giant_spawner", - "giantmonsterspawner": "giant_spawner", - "giantmspawner": "giant_spawner", - "giantspawner": "giant_spawner", - "gilded_blackstone": { - "material": "GILDED_BLACKSTONE" - }, - "gildblackstone": "gilded_blackstone", - "gildblackstoneb": "gilded_blackstone", - "gildblackstonebl": "gilded_blackstone", - "gildblackstoneblock": "gilded_blackstone", - "gildblst": "gilded_blackstone", - "gildblstb": "gilded_blackstone", - "gildblstbl": "gilded_blackstone", - "gildblstblock": "gilded_blackstone", - "gildblstone": "gilded_blackstone", - "gildblstoneb": "gilded_blackstone", - "gildblstonebl": "gilded_blackstone", - "gildblstoneblock": "gilded_blackstone", - "gildedblackstone": "gilded_blackstone", - "gildedblackstoneb": "gilded_blackstone", - "gildedblackstonebl": "gilded_blackstone", - "gildedblackstoneblock": "gilded_blackstone", - "minecraft:gilded_blackstone": "gilded_blackstone", - "glass": { - "material": "GLASS" - }, - "minecraft:glass": "glass", - "glass_bottle": { - "material": "GLASS_BOTTLE" - }, - "glassbottle": "glass_bottle", - "minecraft:glass_bottle": "glass_bottle", - "glass_pane": { - "material": "GLASS_PANE" - }, - "glasspane": "glass_pane", - "minecraft:glass_pane": "glass_pane", - "glistering_melon_slice": { - "material": "GLISTERING_MELON_SLICE" - }, - "glisteringmelonslice": "glistering_melon_slice", - "minecraft:glistering_melon_slice": "glistering_melon_slice", - "globe_banner_pattern": { - "material": "GLOBE_BANNER_PATTERN" - }, - "globebannerpattern": "globe_banner_pattern", - "minecraft:globe_banner_pattern": "globe_banner_pattern", - "glow_berries": { - "material": "GLOW_BERRIES" - }, - "glowberries": "glow_berries", - "minecraft:glow_berries": "glow_berries", - "glow_ink_sac": { - "material": "GLOW_INK_SAC" - }, - "glowinksac": "glow_ink_sac", - "minecraft:glow_ink_sac": "glow_ink_sac", - "glow_item_frame": { - "material": "GLOW_ITEM_FRAME" - }, - "glowitemframe": "glow_item_frame", - "minecraft:glow_item_frame": "glow_item_frame", - "glow_lichen": { - "material": "GLOW_LICHEN" - }, - "glowlichen": "glow_lichen", - "minecraft:glow_lichen": "glow_lichen", - "glow_squid_spawn_egg": { - "material": "GLOW_SQUID_SPAWN_EGG" - }, - "eggglow_squid": "glow_squid_spawn_egg", - "eggglowsq": "glow_squid_spawn_egg", - "eggglowsquid": "glow_squid_spawn_egg", - "eggglsq": "glow_squid_spawn_egg", - "eggglsquid": "glow_squid_spawn_egg", - "glow_squidegg": "glow_squid_spawn_egg", - "glow_squidsegg": "glow_squid_spawn_egg", - "glow_squidspawn": "glow_squid_spawn_egg", - "glow_squidspawnegg": "glow_squid_spawn_egg", - "glowsqegg": "glow_squid_spawn_egg", - "glowsqsegg": "glow_squid_spawn_egg", - "glowsqspawn": "glow_squid_spawn_egg", - "glowsqspawnegg": "glow_squid_spawn_egg", - "glowsquidegg": "glow_squid_spawn_egg", - "glowsquidsegg": "glow_squid_spawn_egg", - "glowsquidspawn": "glow_squid_spawn_egg", - "glowsquidspawnegg": "glow_squid_spawn_egg", - "glsqegg": "glow_squid_spawn_egg", - "glsqsegg": "glow_squid_spawn_egg", - "glsqspawn": "glow_squid_spawn_egg", - "glsqspawnegg": "glow_squid_spawn_egg", - "glsquidegg": "glow_squid_spawn_egg", - "glsquidsegg": "glow_squid_spawn_egg", - "glsquidspawn": "glow_squid_spawn_egg", - "glsquidspawnegg": "glow_squid_spawn_egg", - "minecraft:glow_squid_spawn_egg": "glow_squid_spawn_egg", - "seggglow_squid": "glow_squid_spawn_egg", - "seggglowsq": "glow_squid_spawn_egg", - "seggglowsquid": "glow_squid_spawn_egg", - "seggglsq": "glow_squid_spawn_egg", - "seggglsquid": "glow_squid_spawn_egg", - "spawneggglow_squid": "glow_squid_spawn_egg", - "spawneggglowsq": "glow_squid_spawn_egg", - "spawneggglowsquid": "glow_squid_spawn_egg", - "spawneggglsq": "glow_squid_spawn_egg", - "spawneggglsquid": "glow_squid_spawn_egg", - "spawnglow_squid": "glow_squid_spawn_egg", - "spawnglowsq": "glow_squid_spawn_egg", - "spawnglowsquid": "glow_squid_spawn_egg", - "spawnglsq": "glow_squid_spawn_egg", - "spawnglsquid": "glow_squid_spawn_egg", - "glow_squid_spawner": { - "entity": "GLOW_SQUID", - "material": "SPAWNER" - }, - "glow_squidcage": "glow_squid_spawner", - "glow_squidmcage": "glow_squid_spawner", - "glow_squidmobcage": "glow_squid_spawner", - "glow_squidmobspawner": "glow_squid_spawner", - "glow_squidmonstercage": "glow_squid_spawner", - "glow_squidmonsterspawner": "glow_squid_spawner", - "glow_squidmspawner": "glow_squid_spawner", - "glow_squidspawner": "glow_squid_spawner", - "glowsqcage": "glow_squid_spawner", - "glowsqmcage": "glow_squid_spawner", - "glowsqmobcage": "glow_squid_spawner", - "glowsqmobspawner": "glow_squid_spawner", - "glowsqmonstercage": "glow_squid_spawner", - "glowsqmonsterspawner": "glow_squid_spawner", - "glowsqmspawner": "glow_squid_spawner", - "glowsqspawner": "glow_squid_spawner", - "glowsquidcage": "glow_squid_spawner", - "glowsquidmcage": "glow_squid_spawner", - "glowsquidmobcage": "glow_squid_spawner", - "glowsquidmobspawner": "glow_squid_spawner", - "glowsquidmonstercage": "glow_squid_spawner", - "glowsquidmonsterspawner": "glow_squid_spawner", - "glowsquidmspawner": "glow_squid_spawner", - "glowsquidspawner": "glow_squid_spawner", - "glsqcage": "glow_squid_spawner", - "glsqmcage": "glow_squid_spawner", - "glsqmobcage": "glow_squid_spawner", - "glsqmobspawner": "glow_squid_spawner", - "glsqmonstercage": "glow_squid_spawner", - "glsqmonsterspawner": "glow_squid_spawner", - "glsqmspawner": "glow_squid_spawner", - "glsqspawner": "glow_squid_spawner", - "glsquidcage": "glow_squid_spawner", - "glsquidmcage": "glow_squid_spawner", - "glsquidmobcage": "glow_squid_spawner", - "glsquidmobspawner": "glow_squid_spawner", - "glsquidmonstercage": "glow_squid_spawner", - "glsquidmonsterspawner": "glow_squid_spawner", - "glsquidmspawner": "glow_squid_spawner", - "glsquidspawner": "glow_squid_spawner", - "glowstone": { - "material": "GLOWSTONE" - }, - "minecraft:glowstone": "glowstone", - "glowstone_dust": { - "material": "GLOWSTONE_DUST" - }, - "glowstonedust": "glowstone_dust", - "minecraft:glowstone_dust": "glowstone_dust", - "goat_spawn_egg": { - "material": "GOAT_SPAWN_EGG" - }, - "egggoat": "goat_spawn_egg", - "eggthegoat": "goat_spawn_egg", - "goategg": "goat_spawn_egg", - "goatsegg": "goat_spawn_egg", - "goatspawn": "goat_spawn_egg", - "goatspawnegg": "goat_spawn_egg", - "minecraft:goat_spawn_egg": "goat_spawn_egg", - "segggoat": "goat_spawn_egg", - "seggthegoat": "goat_spawn_egg", - "spawnegggoat": "goat_spawn_egg", - "spawneggthegoat": "goat_spawn_egg", - "spawngoat": "goat_spawn_egg", - "spawnthegoat": "goat_spawn_egg", - "thegoategg": "goat_spawn_egg", - "thegoatsegg": "goat_spawn_egg", - "thegoatspawn": "goat_spawn_egg", - "thegoatspawnegg": "goat_spawn_egg", - "goat_spawner": { - "entity": "GOAT", - "material": "SPAWNER" - }, - "goatcage": "goat_spawner", - "goatmcage": "goat_spawner", - "goatmobcage": "goat_spawner", - "goatmobspawner": "goat_spawner", - "goatmonstercage": "goat_spawner", - "goatmonsterspawner": "goat_spawner", - "goatmspawner": "goat_spawner", - "goatspawner": "goat_spawner", - "thegoatcage": "goat_spawner", - "thegoatmcage": "goat_spawner", - "thegoatmobcage": "goat_spawner", - "thegoatmobspawner": "goat_spawner", - "thegoatmonstercage": "goat_spawner", - "thegoatmonsterspawner": "goat_spawner", - "thegoatmspawner": "goat_spawner", - "thegoatspawner": "goat_spawner", - "gold_block": { - "material": "GOLD_BLOCK" - }, - "blockg": "gold_block", - "blockgold": "gold_block", - "gblock": "gold_block", - "goldblock": "gold_block", - "minecraft:gold_block": "gold_block", - "gold_ingot": { - "material": "GOLD_INGOT" - }, - "barg": "gold_ingot", - "bargold": "gold_ingot", - "gbar": "gold_ingot", - "gi": "gold_ingot", - "gingot": "gold_ingot", - "goldbar": "gold_ingot", - "goldi": "gold_ingot", - "goldingot": "gold_ingot", - "ig": "gold_ingot", - "igold": "gold_ingot", - "ingotg": "gold_ingot", - "ingotgold": "gold_ingot", - "minecraft:gold_ingot": "gold_ingot", - "gold_nugget": { - "material": "GOLD_NUGGET" - }, - "goldnugget": "gold_nugget", - "minecraft:gold_nugget": "gold_nugget", - "gold_ore": { - "material": "GOLD_ORE" - }, - "go": "gold_ore", - "goldo": "gold_ore", - "goldore": "gold_ore", - "gore": "gold_ore", - "minecraft:gold_ore": "gold_ore", - "og": "gold_ore", - "ogold": "gold_ore", - "oreg": "gold_ore", - "oregold": "gold_ore", - "stonegoldore": "gold_ore", - "stonegore": "gold_ore", - "golden_apple": { - "material": "GOLDEN_APPLE" - }, - "goldenapple": "golden_apple", - "minecraft:golden_apple": "golden_apple", - "golden_axe": { - "material": "GOLDEN_AXE" - }, - "gaxe": "golden_axe", - "goldaxe": "golden_axe", - "goldenaxe": "golden_axe", - "minecraft:golden_axe": "golden_axe", - "golden_boots": { - "material": "GOLDEN_BOOTS" - }, - "gboots": "golden_boots", - "goldboots": "golden_boots", - "goldenboots": "golden_boots", - "goldshoes": "golden_boots", - "gshoes": "golden_boots", - "minecraft:golden_boots": "golden_boots", - "golden_carrot": { - "material": "GOLDEN_CARROT" - }, - "goldencarrot": "golden_carrot", - "minecraft:golden_carrot": "golden_carrot", - "golden_chestplate": { - "material": "GOLDEN_CHESTPLATE" - }, - "gchestplate": "golden_chestplate", - "goldchestplate": "golden_chestplate", - "goldenchestplate": "golden_chestplate", - "goldplate": "golden_chestplate", - "goldplatebody": "golden_chestplate", - "goldshirt": "golden_chestplate", - "goldtunic": "golden_chestplate", - "gplate": "golden_chestplate", - "gplatebody": "golden_chestplate", - "gshirt": "golden_chestplate", - "gtunic": "golden_chestplate", - "minecraft:golden_chestplate": "golden_chestplate", - "golden_helmet": { - "material": "GOLDEN_HELMET" - }, - "gcoif": "golden_helmet", - "ghat": "golden_helmet", - "ghelm": "golden_helmet", - "ghelmet": "golden_helmet", - "goldcoif": "golden_helmet", - "goldenhelmet": "golden_helmet", - "goldhat": "golden_helmet", - "goldhelm": "golden_helmet", - "goldhelmet": "golden_helmet", - "minecraft:golden_helmet": "golden_helmet", - "golden_hoe": { - "material": "GOLDEN_HOE" - }, - "ghoe": "golden_hoe", - "goldenhoe": "golden_hoe", - "goldhoe": "golden_hoe", - "minecraft:golden_hoe": "golden_hoe", - "golden_horse_armor": { - "material": "GOLDEN_HORSE_ARMOR" - }, - "garmor": "golden_horse_armor", - "gharmor": "golden_horse_armor", - "ghorsearmor": "golden_horse_armor", - "goldarmor": "golden_horse_armor", - "goldenhorsearmor": "golden_horse_armor", - "goldharmor": "golden_horse_armor", - "goldhorsearmor": "golden_horse_armor", - "minecraft:golden_horse_armor": "golden_horse_armor", - "golden_leggings": { - "material": "GOLDEN_LEGGINGS" - }, - "gleggings": "golden_leggings", - "glegs": "golden_leggings", - "goldenleggings": "golden_leggings", - "goldleggings": "golden_leggings", - "goldlegs": "golden_leggings", - "goldpants": "golden_leggings", - "gpants": "golden_leggings", - "minecraft:golden_leggings": "golden_leggings", - "golden_pickaxe": { - "material": "GOLDEN_PICKAXE" - }, - "goldenpickaxe": "golden_pickaxe", - "goldpick": "golden_pickaxe", - "goldpickaxe": "golden_pickaxe", - "gpick": "golden_pickaxe", - "gpickaxe": "golden_pickaxe", - "minecraft:golden_pickaxe": "golden_pickaxe", - "golden_shovel": { - "material": "GOLDEN_SHOVEL" - }, - "goldenshovel": "golden_shovel", - "goldshovel": "golden_shovel", - "goldspade": "golden_shovel", - "gshovel": "golden_shovel", - "gspade": "golden_shovel", - "minecraft:golden_shovel": "golden_shovel", - "golden_sword": { - "material": "GOLDEN_SWORD" - }, - "goldensword": "golden_sword", - "goldsword": "golden_sword", - "gsword": "golden_sword", - "minecraft:golden_sword": "golden_sword", - "granite": { - "material": "GRANITE" - }, - "gr": "granite", - "graniteb": "granite", - "granitebl": "granite", - "graniteblock": "granite", - "grb": "granite", - "grbl": "granite", - "grblock": "granite", - "gstone": "granite", - "gstoneb": "granite", - "gstonebl": "granite", - "gstoneblock": "granite", - "minecraft:granite": "granite", - "granite_slab": { - "material": "GRANITE_SLAB" - }, - "granitehalfblock": "granite_slab", - "graniteslab": "granite_slab", - "granitestep": "granite_slab", - "grhalfblock": "granite_slab", - "grstep": "granite_slab", - "gstonehalfblock": "granite_slab", - "gstonestep": "granite_slab", - "minecraft:granite_slab": "granite_slab", - "granite_stairs": { - "material": "GRANITE_STAIRS" - }, - "granitestair": "granite_stairs", - "granitestairs": "granite_stairs", - "grstair": "granite_stairs", - "grstairs": "granite_stairs", - "gstonestair": "granite_stairs", - "gstonestairs": "granite_stairs", - "minecraft:granite_stairs": "granite_stairs", - "granite_wall": { - "material": "GRANITE_WALL" - }, - "granitewall": "granite_wall", - "grwall": "granite_wall", - "gstonewall": "granite_wall", - "minecraft:granite_wall": "granite_wall", - "wallgr": "granite_wall", - "wallgranite": "granite_wall", - "wallgstone": "granite_wall", - "grass": { - "material": "GRASS" - }, - "minecraft:grass": "grass", - "grass_block": { - "material": "GRASS_BLOCK" - }, - "grassblock": "grass_block", - "minecraft:grass_block": "grass_block", - "gravel": { - "material": "GRAVEL" - }, - "minecraft:gravel": "gravel", - "gray_banner": { - "material": "GRAY_BANNER" - }, - "darkgrabanner": "gray_banner", - "darkgraybanner": "gray_banner", - "darkgreybanner": "gray_banner", - "dgrabanner": "gray_banner", - "dgraybanner": "gray_banner", - "dgreybanner": "gray_banner", - "grabanner": "gray_banner", - "graybanner": "gray_banner", - "greybanner": "gray_banner", - "minecraft:gray_banner": "gray_banner", - "gray_bed": { - "material": "GRAY_BED" - }, - "darkgrabed": "gray_bed", - "darkgraybed": "gray_bed", - "darkgreybed": "gray_bed", - "dgrabed": "gray_bed", - "dgraybed": "gray_bed", - "dgreybed": "gray_bed", - "grabed": "gray_bed", - "graybed": "gray_bed", - "greybed": "gray_bed", - "minecraft:gray_bed": "gray_bed", - "gray_candle": { - "material": "GRAY_CANDLE" - }, - "darkgracandle": "gray_candle", - "darkgraycandle": "gray_candle", - "darkgreycandle": "gray_candle", - "dgracandle": "gray_candle", - "dgraycandle": "gray_candle", - "dgreycandle": "gray_candle", - "gracandle": "gray_candle", - "graycandle": "gray_candle", - "greycandle": "gray_candle", - "minecraft:gray_candle": "gray_candle", - "gray_carpet": { - "material": "GRAY_CARPET" - }, - "darkgracarpet": "gray_carpet", - "darkgrafloor": "gray_carpet", - "darkgraycarpet": "gray_carpet", - "darkgrayfloor": "gray_carpet", - "darkgreycarpet": "gray_carpet", - "darkgreyfloor": "gray_carpet", - "dgracarpet": "gray_carpet", - "dgrafloor": "gray_carpet", - "dgraycarpet": "gray_carpet", - "dgrayfloor": "gray_carpet", - "dgreycarpet": "gray_carpet", - "dgreyfloor": "gray_carpet", - "gracarpet": "gray_carpet", - "grafloor": "gray_carpet", - "graycarpet": "gray_carpet", - "grayfloor": "gray_carpet", - "greycarpet": "gray_carpet", - "greyfloor": "gray_carpet", - "minecraft:gray_carpet": "gray_carpet", - "gray_concrete": { - "material": "GRAY_CONCRETE" - }, - "darkgraconcrete": "gray_concrete", - "darkgrayconcrete": "gray_concrete", - "darkgreyconcrete": "gray_concrete", - "dgraconcrete": "gray_concrete", - "dgrayconcrete": "gray_concrete", - "dgreyconcrete": "gray_concrete", - "graconcrete": "gray_concrete", - "grayconcrete": "gray_concrete", - "greyconcrete": "gray_concrete", - "minecraft:gray_concrete": "gray_concrete", - "gray_concrete_powder": { - "material": "GRAY_CONCRETE_POWDER" - }, - "darkgracdust": "gray_concrete_powder", - "darkgraconcretepowder": "gray_concrete_powder", - "darkgraconcretesand": "gray_concrete_powder", - "darkgracp": "gray_concrete_powder", - "darkgracpowder": "gray_concrete_powder", - "darkgraycdust": "gray_concrete_powder", - "darkgrayconcretepowder": "gray_concrete_powder", - "darkgrayconcretesand": "gray_concrete_powder", - "darkgraycp": "gray_concrete_powder", - "darkgraycpowder": "gray_concrete_powder", - "darkgreycdust": "gray_concrete_powder", - "darkgreyconcretepowder": "gray_concrete_powder", - "darkgreyconcretesand": "gray_concrete_powder", - "darkgreycp": "gray_concrete_powder", - "darkgreycpowder": "gray_concrete_powder", - "dgracdust": "gray_concrete_powder", - "dgraconcretepowder": "gray_concrete_powder", - "dgraconcretesand": "gray_concrete_powder", - "dgracp": "gray_concrete_powder", - "dgracpowder": "gray_concrete_powder", - "dgraycdust": "gray_concrete_powder", - "dgrayconcretepowder": "gray_concrete_powder", - "dgrayconcretesand": "gray_concrete_powder", - "dgraycp": "gray_concrete_powder", - "dgraycpowder": "gray_concrete_powder", - "dgreycdust": "gray_concrete_powder", - "dgreyconcretepowder": "gray_concrete_powder", - "dgreyconcretesand": "gray_concrete_powder", - "dgreycp": "gray_concrete_powder", - "dgreycpowder": "gray_concrete_powder", - "gracdust": "gray_concrete_powder", - "graconcretepowder": "gray_concrete_powder", - "graconcretesand": "gray_concrete_powder", - "gracp": "gray_concrete_powder", - "gracpowder": "gray_concrete_powder", - "graycdust": "gray_concrete_powder", - "grayconcretepowder": "gray_concrete_powder", - "grayconcretesand": "gray_concrete_powder", - "graycp": "gray_concrete_powder", - "graycpowder": "gray_concrete_powder", - "greycdust": "gray_concrete_powder", - "greyconcretepowder": "gray_concrete_powder", - "greyconcretesand": "gray_concrete_powder", - "greycp": "gray_concrete_powder", - "greycpowder": "gray_concrete_powder", - "minecraft:gray_concrete_powder": "gray_concrete_powder", - "gray_dye": { - "material": "GRAY_DYE" - }, - "darkgradye": "gray_dye", - "darkgraydye": "gray_dye", - "darkgreydye": "gray_dye", - "dgradye": "gray_dye", - "dgraydye": "gray_dye", - "dgreydye": "gray_dye", - "gradye": "gray_dye", - "graydye": "gray_dye", - "greydye": "gray_dye", - "minecraft:gray_dye": "gray_dye", - "gray_glazed_terracotta": { - "material": "GRAY_GLAZED_TERRACOTTA" - }, - "darkgraglazedtcota": "gray_glazed_terracotta", - "darkgraglazedterra": "gray_glazed_terracotta", - "darkgraglazedterracota": "gray_glazed_terracotta", - "darkgraglazedterracotta": "gray_glazed_terracotta", - "darkgragtcotta": "gray_glazed_terracotta", - "darkgragterra": "gray_glazed_terracotta", - "darkgrayglazedtcota": "gray_glazed_terracotta", - "darkgrayglazedterra": "gray_glazed_terracotta", - "darkgrayglazedterracota": "gray_glazed_terracotta", - "darkgrayglazedterracotta": "gray_glazed_terracotta", - "darkgraygtcotta": "gray_glazed_terracotta", - "darkgraygterra": "gray_glazed_terracotta", - "darkgreyglazedtcota": "gray_glazed_terracotta", - "darkgreyglazedterra": "gray_glazed_terracotta", - "darkgreyglazedterracota": "gray_glazed_terracotta", - "darkgreyglazedterracotta": "gray_glazed_terracotta", - "darkgreygtcotta": "gray_glazed_terracotta", - "darkgreygterra": "gray_glazed_terracotta", - "dgraglazedtcota": "gray_glazed_terracotta", - "dgraglazedterra": "gray_glazed_terracotta", - "dgraglazedterracota": "gray_glazed_terracotta", - "dgraglazedterracotta": "gray_glazed_terracotta", - "dgragtcotta": "gray_glazed_terracotta", - "dgragterra": "gray_glazed_terracotta", - "dgrayglazedtcota": "gray_glazed_terracotta", - "dgrayglazedterra": "gray_glazed_terracotta", - "dgrayglazedterracota": "gray_glazed_terracotta", - "dgrayglazedterracotta": "gray_glazed_terracotta", - "dgraygtcotta": "gray_glazed_terracotta", - "dgraygterra": "gray_glazed_terracotta", - "dgreyglazedtcota": "gray_glazed_terracotta", - "dgreyglazedterra": "gray_glazed_terracotta", - "dgreyglazedterracota": "gray_glazed_terracotta", - "dgreyglazedterracotta": "gray_glazed_terracotta", - "dgreygtcotta": "gray_glazed_terracotta", - "dgreygterra": "gray_glazed_terracotta", - "graglazedtcota": "gray_glazed_terracotta", - "graglazedterra": "gray_glazed_terracotta", - "graglazedterracota": "gray_glazed_terracotta", - "graglazedterracotta": "gray_glazed_terracotta", - "gragtcotta": "gray_glazed_terracotta", - "gragterra": "gray_glazed_terracotta", - "grayglazedtcota": "gray_glazed_terracotta", - "grayglazedterra": "gray_glazed_terracotta", - "grayglazedterracota": "gray_glazed_terracotta", - "grayglazedterracotta": "gray_glazed_terracotta", - "graygtcotta": "gray_glazed_terracotta", - "graygterra": "gray_glazed_terracotta", - "greyglazedtcota": "gray_glazed_terracotta", - "greyglazedterra": "gray_glazed_terracotta", - "greyglazedterracota": "gray_glazed_terracotta", - "greyglazedterracotta": "gray_glazed_terracotta", - "greygtcotta": "gray_glazed_terracotta", - "greygterra": "gray_glazed_terracotta", - "minecraft:gray_glazed_terracotta": "gray_glazed_terracotta", - "gray_shulker_box": { - "material": "GRAY_SHULKER_BOX" - }, - "darkgrasbox": "gray_shulker_box", - "darkgrashulkerbox": "gray_shulker_box", - "darkgraysbox": "gray_shulker_box", - "darkgrayshulkerbox": "gray_shulker_box", - "darkgreysbox": "gray_shulker_box", - "darkgreyshulkerbox": "gray_shulker_box", - "dgrasbox": "gray_shulker_box", - "dgrashulkerbox": "gray_shulker_box", - "dgraysbox": "gray_shulker_box", - "dgrayshulkerbox": "gray_shulker_box", - "dgreysbox": "gray_shulker_box", - "dgreyshulkerbox": "gray_shulker_box", - "grasbox": "gray_shulker_box", - "grashulkerbox": "gray_shulker_box", - "graysbox": "gray_shulker_box", - "grayshulkerbox": "gray_shulker_box", - "greysbox": "gray_shulker_box", - "greyshulkerbox": "gray_shulker_box", - "minecraft:gray_shulker_box": "gray_shulker_box", - "gray_stained_glass": { - "material": "GRAY_STAINED_GLASS" - }, - "darkgraglass": "gray_stained_glass", - "darkgrasglass": "gray_stained_glass", - "darkgrastainedglass": "gray_stained_glass", - "darkgrayglass": "gray_stained_glass", - "darkgraysglass": "gray_stained_glass", - "darkgraystainedglass": "gray_stained_glass", - "darkgreyglass": "gray_stained_glass", - "darkgreysglass": "gray_stained_glass", - "darkgreystainedglass": "gray_stained_glass", - "dgraglass": "gray_stained_glass", - "dgrasglass": "gray_stained_glass", - "dgrastainedglass": "gray_stained_glass", - "dgrayglass": "gray_stained_glass", - "dgraysglass": "gray_stained_glass", - "dgraystainedglass": "gray_stained_glass", - "dgreyglass": "gray_stained_glass", - "dgreysglass": "gray_stained_glass", - "dgreystainedglass": "gray_stained_glass", - "graglass": "gray_stained_glass", - "grasglass": "gray_stained_glass", - "grastainedglass": "gray_stained_glass", - "grayglass": "gray_stained_glass", - "graysglass": "gray_stained_glass", - "graystainedglass": "gray_stained_glass", - "greyglass": "gray_stained_glass", - "greysglass": "gray_stained_glass", - "greystainedglass": "gray_stained_glass", - "minecraft:gray_stained_glass": "gray_stained_glass", - "gray_stained_glass_pane": { - "material": "GRAY_STAINED_GLASS_PANE" - }, - "darkgraglasspane": "gray_stained_glass_pane", - "darkgragpane": "gray_stained_glass_pane", - "darkgrasglasspane": "gray_stained_glass_pane", - "darkgrastainedglasspane": "gray_stained_glass_pane", - "darkgrayglasspane": "gray_stained_glass_pane", - "darkgraygpane": "gray_stained_glass_pane", - "darkgraysglasspane": "gray_stained_glass_pane", - "darkgraystainedglasspane": "gray_stained_glass_pane", - "darkgreyglasspane": "gray_stained_glass_pane", - "darkgreygpane": "gray_stained_glass_pane", - "darkgreysglasspane": "gray_stained_glass_pane", - "darkgreystainedglasspane": "gray_stained_glass_pane", - "dgraglasspane": "gray_stained_glass_pane", - "dgragpane": "gray_stained_glass_pane", - "dgrasglasspane": "gray_stained_glass_pane", - "dgrastainedglasspane": "gray_stained_glass_pane", - "dgrayglasspane": "gray_stained_glass_pane", - "dgraygpane": "gray_stained_glass_pane", - "dgraysglasspane": "gray_stained_glass_pane", - "dgraystainedglasspane": "gray_stained_glass_pane", - "dgreyglasspane": "gray_stained_glass_pane", - "dgreygpane": "gray_stained_glass_pane", - "dgreysglasspane": "gray_stained_glass_pane", - "dgreystainedglasspane": "gray_stained_glass_pane", - "graglasspane": "gray_stained_glass_pane", - "gragpane": "gray_stained_glass_pane", - "grasglasspane": "gray_stained_glass_pane", - "grastainedglasspane": "gray_stained_glass_pane", - "grayglasspane": "gray_stained_glass_pane", - "graygpane": "gray_stained_glass_pane", - "graysglasspane": "gray_stained_glass_pane", - "graystainedglasspane": "gray_stained_glass_pane", - "greyglasspane": "gray_stained_glass_pane", - "greygpane": "gray_stained_glass_pane", - "greysglasspane": "gray_stained_glass_pane", - "greystainedglasspane": "gray_stained_glass_pane", - "minecraft:gray_stained_glass_pane": "gray_stained_glass_pane", - "gray_terracotta": { - "material": "GRAY_TERRACOTTA" - }, - "darkgraclay": "gray_terracotta", - "darkgrasclay": "gray_terracotta", - "darkgrastainedclay": "gray_terracotta", - "darkgratcota": "gray_terracotta", - "darkgraterra": "gray_terracotta", - "darkgraterracota": "gray_terracotta", - "darkgraterracotta": "gray_terracotta", - "darkgrayclay": "gray_terracotta", - "darkgraysclay": "gray_terracotta", - "darkgraystainedclay": "gray_terracotta", - "darkgraytcota": "gray_terracotta", - "darkgrayterra": "gray_terracotta", - "darkgrayterracota": "gray_terracotta", - "darkgrayterracotta": "gray_terracotta", - "darkgreyclay": "gray_terracotta", - "darkgreysclay": "gray_terracotta", - "darkgreystainedclay": "gray_terracotta", - "darkgreytcota": "gray_terracotta", - "darkgreyterra": "gray_terracotta", - "darkgreyterracota": "gray_terracotta", - "darkgreyterracotta": "gray_terracotta", - "dgraclay": "gray_terracotta", - "dgrasclay": "gray_terracotta", - "dgrastainedclay": "gray_terracotta", - "dgratcota": "gray_terracotta", - "dgraterra": "gray_terracotta", - "dgraterracota": "gray_terracotta", - "dgraterracotta": "gray_terracotta", - "dgrayclay": "gray_terracotta", - "dgraysclay": "gray_terracotta", - "dgraystainedclay": "gray_terracotta", - "dgraytcota": "gray_terracotta", - "dgrayterra": "gray_terracotta", - "dgrayterracota": "gray_terracotta", - "dgrayterracotta": "gray_terracotta", - "dgreyclay": "gray_terracotta", - "dgreysclay": "gray_terracotta", - "dgreystainedclay": "gray_terracotta", - "dgreytcota": "gray_terracotta", - "dgreyterra": "gray_terracotta", - "dgreyterracota": "gray_terracotta", - "dgreyterracotta": "gray_terracotta", - "graclay": "gray_terracotta", - "grasclay": "gray_terracotta", - "grastainedclay": "gray_terracotta", - "gratcota": "gray_terracotta", - "graterra": "gray_terracotta", - "graterracota": "gray_terracotta", - "graterracotta": "gray_terracotta", - "grayclay": "gray_terracotta", - "graysclay": "gray_terracotta", - "graystainedclay": "gray_terracotta", - "graytcota": "gray_terracotta", - "grayterra": "gray_terracotta", - "grayterracota": "gray_terracotta", - "grayterracotta": "gray_terracotta", - "greyclay": "gray_terracotta", - "greysclay": "gray_terracotta", - "greystainedclay": "gray_terracotta", - "greytcota": "gray_terracotta", - "greyterra": "gray_terracotta", - "greyterracota": "gray_terracotta", - "greyterracotta": "gray_terracotta", - "minecraft:gray_terracotta": "gray_terracotta", - "gray_wool": { - "material": "GRAY_WOOL" - }, - "darkgracloth": "gray_wool", - "darkgracotton": "gray_wool", - "darkgrawool": "gray_wool", - "darkgraycloth": "gray_wool", - "darkgraycotton": "gray_wool", - "darkgraywool": "gray_wool", - "darkgreycloth": "gray_wool", - "darkgreycotton": "gray_wool", - "darkgreywool": "gray_wool", - "dgracloth": "gray_wool", - "dgracotton": "gray_wool", - "dgrawool": "gray_wool", - "dgraycloth": "gray_wool", - "dgraycotton": "gray_wool", - "dgraywool": "gray_wool", - "dgreycloth": "gray_wool", - "dgreycotton": "gray_wool", - "dgreywool": "gray_wool", - "gracloth": "gray_wool", - "gracotton": "gray_wool", - "grawool": "gray_wool", - "graycloth": "gray_wool", - "graycotton": "gray_wool", - "graywool": "gray_wool", - "greycloth": "gray_wool", - "greycotton": "gray_wool", - "greywool": "gray_wool", - "minecraft:gray_wool": "gray_wool", - "green_banner": { - "material": "GREEN_BANNER" - }, - "darkgrebanner": "green_banner", - "darkgreenbanner": "green_banner", - "dgrebanner": "green_banner", - "dgreenbanner": "green_banner", - "grebanner": "green_banner", - "greenbanner": "green_banner", - "minecraft:green_banner": "green_banner", - "green_bed": { - "material": "GREEN_BED" - }, - "darkgrebed": "green_bed", - "darkgreenbed": "green_bed", - "dgrebed": "green_bed", - "dgreenbed": "green_bed", - "grebed": "green_bed", - "greenbed": "green_bed", - "minecraft:green_bed": "green_bed", - "green_candle": { - "material": "GREEN_CANDLE" - }, - "darkgrecandle": "green_candle", - "darkgreencandle": "green_candle", - "dgrecandle": "green_candle", - "dgreencandle": "green_candle", - "grecandle": "green_candle", - "greencandle": "green_candle", - "minecraft:green_candle": "green_candle", - "green_carpet": { - "material": "GREEN_CARPET" - }, - "darkgrecarpet": "green_carpet", - "darkgreencarpet": "green_carpet", - "darkgreenfloor": "green_carpet", - "darkgrefloor": "green_carpet", - "dgrecarpet": "green_carpet", - "dgreencarpet": "green_carpet", - "dgreenfloor": "green_carpet", - "dgrefloor": "green_carpet", - "grecarpet": "green_carpet", - "greencarpet": "green_carpet", - "greenfloor": "green_carpet", - "grefloor": "green_carpet", - "minecraft:green_carpet": "green_carpet", - "green_concrete": { - "material": "GREEN_CONCRETE" - }, - "darkgreconcrete": "green_concrete", - "darkgreenconcrete": "green_concrete", - "dgreconcrete": "green_concrete", - "dgreenconcrete": "green_concrete", - "greconcrete": "green_concrete", - "greenconcrete": "green_concrete", - "minecraft:green_concrete": "green_concrete", - "green_concrete_powder": { - "material": "GREEN_CONCRETE_POWDER" - }, - "darkgrecdust": "green_concrete_powder", - "darkgreconcretepowder": "green_concrete_powder", - "darkgreconcretesand": "green_concrete_powder", - "darkgrecp": "green_concrete_powder", - "darkgrecpowder": "green_concrete_powder", - "darkgreencdust": "green_concrete_powder", - "darkgreenconcretepowder": "green_concrete_powder", - "darkgreenconcretesand": "green_concrete_powder", - "darkgreencp": "green_concrete_powder", - "darkgreencpowder": "green_concrete_powder", - "dgrecdust": "green_concrete_powder", - "dgreconcretepowder": "green_concrete_powder", - "dgreconcretesand": "green_concrete_powder", - "dgrecp": "green_concrete_powder", - "dgrecpowder": "green_concrete_powder", - "dgreencdust": "green_concrete_powder", - "dgreenconcretepowder": "green_concrete_powder", - "dgreenconcretesand": "green_concrete_powder", - "dgreencp": "green_concrete_powder", - "dgreencpowder": "green_concrete_powder", - "grecdust": "green_concrete_powder", - "greconcretepowder": "green_concrete_powder", - "greconcretesand": "green_concrete_powder", - "grecp": "green_concrete_powder", - "grecpowder": "green_concrete_powder", - "greencdust": "green_concrete_powder", - "greenconcretepowder": "green_concrete_powder", - "greenconcretesand": "green_concrete_powder", - "greencp": "green_concrete_powder", - "greencpowder": "green_concrete_powder", - "minecraft:green_concrete_powder": "green_concrete_powder", - "green_dye": { - "material": "GREEN_DYE", - "fallbacks": [ - "CACTUS_GREEN" - ] - }, - "darkgredye": "green_dye", - "darkgreendye": "green_dye", - "dgredye": "green_dye", - "dgreendye": "green_dye", - "gredye": "green_dye", - "greendye": "green_dye", - "minecraft:green_dye": "green_dye", - "green_glazed_terracotta": { - "material": "GREEN_GLAZED_TERRACOTTA" - }, - "darkgreenglazedtcota": "green_glazed_terracotta", - "darkgreenglazedterra": "green_glazed_terracotta", - "darkgreenglazedterracota": "green_glazed_terracotta", - "darkgreenglazedterracotta": "green_glazed_terracotta", - "darkgreengtcotta": "green_glazed_terracotta", - "darkgreengterra": "green_glazed_terracotta", - "darkgreglazedtcota": "green_glazed_terracotta", - "darkgreglazedterra": "green_glazed_terracotta", - "darkgreglazedterracota": "green_glazed_terracotta", - "darkgreglazedterracotta": "green_glazed_terracotta", - "darkgregtcotta": "green_glazed_terracotta", - "darkgregterra": "green_glazed_terracotta", - "dgreenglazedtcota": "green_glazed_terracotta", - "dgreenglazedterra": "green_glazed_terracotta", - "dgreenglazedterracota": "green_glazed_terracotta", - "dgreenglazedterracotta": "green_glazed_terracotta", - "dgreengtcotta": "green_glazed_terracotta", - "dgreengterra": "green_glazed_terracotta", - "dgreglazedtcota": "green_glazed_terracotta", - "dgreglazedterra": "green_glazed_terracotta", - "dgreglazedterracota": "green_glazed_terracotta", - "dgreglazedterracotta": "green_glazed_terracotta", - "dgregtcotta": "green_glazed_terracotta", - "dgregterra": "green_glazed_terracotta", - "greenglazedtcota": "green_glazed_terracotta", - "greenglazedterra": "green_glazed_terracotta", - "greenglazedterracota": "green_glazed_terracotta", - "greenglazedterracotta": "green_glazed_terracotta", - "greengtcotta": "green_glazed_terracotta", - "greengterra": "green_glazed_terracotta", - "greglazedtcota": "green_glazed_terracotta", - "greglazedterra": "green_glazed_terracotta", - "greglazedterracota": "green_glazed_terracotta", - "greglazedterracotta": "green_glazed_terracotta", - "gregtcotta": "green_glazed_terracotta", - "gregterra": "green_glazed_terracotta", - "minecraft:green_glazed_terracotta": "green_glazed_terracotta", - "green_shulker_box": { - "material": "GREEN_SHULKER_BOX" - }, - "darkgreensbox": "green_shulker_box", - "darkgreenshulkerbox": "green_shulker_box", - "darkgresbox": "green_shulker_box", - "darkgreshulkerbox": "green_shulker_box", - "dgreensbox": "green_shulker_box", - "dgreenshulkerbox": "green_shulker_box", - "dgresbox": "green_shulker_box", - "dgreshulkerbox": "green_shulker_box", - "greensbox": "green_shulker_box", - "greenshulkerbox": "green_shulker_box", - "gresbox": "green_shulker_box", - "greshulkerbox": "green_shulker_box", - "minecraft:green_shulker_box": "green_shulker_box", - "green_stained_glass": { - "material": "GREEN_STAINED_GLASS" - }, - "darkgreenglass": "green_stained_glass", - "darkgreensglass": "green_stained_glass", - "darkgreenstainedglass": "green_stained_glass", - "darkgreglass": "green_stained_glass", - "darkgresglass": "green_stained_glass", - "darkgrestainedglass": "green_stained_glass", - "dgreenglass": "green_stained_glass", - "dgreensglass": "green_stained_glass", - "dgreenstainedglass": "green_stained_glass", - "dgreglass": "green_stained_glass", - "dgresglass": "green_stained_glass", - "dgrestainedglass": "green_stained_glass", - "greenglass": "green_stained_glass", - "greensglass": "green_stained_glass", - "greenstainedglass": "green_stained_glass", - "greglass": "green_stained_glass", - "gresglass": "green_stained_glass", - "grestainedglass": "green_stained_glass", - "minecraft:green_stained_glass": "green_stained_glass", - "green_stained_glass_pane": { - "material": "GREEN_STAINED_GLASS_PANE" - }, - "darkgreenglasspane": "green_stained_glass_pane", - "darkgreengpane": "green_stained_glass_pane", - "darkgreensglasspane": "green_stained_glass_pane", - "darkgreenstainedglasspane": "green_stained_glass_pane", - "darkgreglasspane": "green_stained_glass_pane", - "darkgregpane": "green_stained_glass_pane", - "darkgresglasspane": "green_stained_glass_pane", - "darkgrestainedglasspane": "green_stained_glass_pane", - "dgreenglasspane": "green_stained_glass_pane", - "dgreengpane": "green_stained_glass_pane", - "dgreensglasspane": "green_stained_glass_pane", - "dgreenstainedglasspane": "green_stained_glass_pane", - "dgreglasspane": "green_stained_glass_pane", - "dgregpane": "green_stained_glass_pane", - "dgresglasspane": "green_stained_glass_pane", - "dgrestainedglasspane": "green_stained_glass_pane", - "greenglasspane": "green_stained_glass_pane", - "greengpane": "green_stained_glass_pane", - "greensglasspane": "green_stained_glass_pane", - "greenstainedglasspane": "green_stained_glass_pane", - "greglasspane": "green_stained_glass_pane", - "gregpane": "green_stained_glass_pane", - "gresglasspane": "green_stained_glass_pane", - "grestainedglasspane": "green_stained_glass_pane", - "minecraft:green_stained_glass_pane": "green_stained_glass_pane", - "green_terracotta": { - "material": "GREEN_TERRACOTTA" - }, - "darkgreclay": "green_terracotta", - "darkgreenclay": "green_terracotta", - "darkgreensclay": "green_terracotta", - "darkgreenstainedclay": "green_terracotta", - "darkgreentcota": "green_terracotta", - "darkgreenterra": "green_terracotta", - "darkgreenterracota": "green_terracotta", - "darkgreenterracotta": "green_terracotta", - "darkgresclay": "green_terracotta", - "darkgrestainedclay": "green_terracotta", - "darkgretcota": "green_terracotta", - "darkgreterra": "green_terracotta", - "darkgreterracota": "green_terracotta", - "darkgreterracotta": "green_terracotta", - "dgreclay": "green_terracotta", - "dgreenclay": "green_terracotta", - "dgreensclay": "green_terracotta", - "dgreenstainedclay": "green_terracotta", - "dgreentcota": "green_terracotta", - "dgreenterra": "green_terracotta", - "dgreenterracota": "green_terracotta", - "dgreenterracotta": "green_terracotta", - "dgresclay": "green_terracotta", - "dgrestainedclay": "green_terracotta", - "dgretcota": "green_terracotta", - "dgreterra": "green_terracotta", - "dgreterracota": "green_terracotta", - "dgreterracotta": "green_terracotta", - "greclay": "green_terracotta", - "greenclay": "green_terracotta", - "greensclay": "green_terracotta", - "greenstainedclay": "green_terracotta", - "greentcota": "green_terracotta", - "greenterra": "green_terracotta", - "greenterracota": "green_terracotta", - "greenterracotta": "green_terracotta", - "gresclay": "green_terracotta", - "grestainedclay": "green_terracotta", - "gretcota": "green_terracotta", - "greterra": "green_terracotta", - "greterracota": "green_terracotta", - "greterracotta": "green_terracotta", - "minecraft:green_terracotta": "green_terracotta", - "green_wool": { - "material": "GREEN_WOOL" - }, - "darkgrecloth": "green_wool", - "darkgrecotton": "green_wool", - "darkgreencloth": "green_wool", - "darkgreencotton": "green_wool", - "darkgreenwool": "green_wool", - "darkgrewool": "green_wool", - "dgrecloth": "green_wool", - "dgrecotton": "green_wool", - "dgreencloth": "green_wool", - "dgreencotton": "green_wool", - "dgreenwool": "green_wool", - "dgrewool": "green_wool", - "grecloth": "green_wool", - "grecotton": "green_wool", - "greencloth": "green_wool", - "greencotton": "green_wool", - "greenwool": "green_wool", - "grewool": "green_wool", - "minecraft:green_wool": "green_wool", - "grindstone": { - "material": "GRINDSTONE" - }, - "minecraft:grindstone": "grindstone", - "guardian_spawn_egg": { - "material": "GUARDIAN_SPAWN_EGG" - }, - "eggguard": "guardian_spawn_egg", - "eggguardian": "guardian_spawn_egg", - "guardegg": "guardian_spawn_egg", - "guardianegg": "guardian_spawn_egg", - "guardiansegg": "guardian_spawn_egg", - "guardianspawn": "guardian_spawn_egg", - "guardianspawnegg": "guardian_spawn_egg", - "guardsegg": "guardian_spawn_egg", - "guardspawn": "guardian_spawn_egg", - "guardspawnegg": "guardian_spawn_egg", - "minecraft:guardian_spawn_egg": "guardian_spawn_egg", - "seggguard": "guardian_spawn_egg", - "seggguardian": "guardian_spawn_egg", - "spawneggguard": "guardian_spawn_egg", - "spawneggguardian": "guardian_spawn_egg", - "spawnguard": "guardian_spawn_egg", - "spawnguardian": "guardian_spawn_egg", - "guardian_spawner": { - "entity": "GUARDIAN", - "material": "SPAWNER" - }, - "guardcage": "guardian_spawner", - "guardiancage": "guardian_spawner", - "guardianmcage": "guardian_spawner", - "guardianmobcage": "guardian_spawner", - "guardianmobspawner": "guardian_spawner", - "guardianmonstercage": "guardian_spawner", - "guardianmonsterspawner": "guardian_spawner", - "guardianmspawner": "guardian_spawner", - "guardianspawner": "guardian_spawner", - "guardmcage": "guardian_spawner", - "guardmobcage": "guardian_spawner", - "guardmobspawner": "guardian_spawner", - "guardmonstercage": "guardian_spawner", - "guardmonsterspawner": "guardian_spawner", - "guardmspawner": "guardian_spawner", - "guardspawner": "guardian_spawner", - "gunpowder": { - "material": "GUNPOWDER" - }, - "minecraft:gunpowder": "gunpowder", - "hanging_roots": { - "material": "HANGING_ROOTS" - }, - "caveroot": "hanging_roots", - "caveroots": "hanging_roots", - "hangingroot": "hanging_roots", - "hangingroots": "hanging_roots", - "hangroot": "hanging_roots", - "hangroots": "hanging_roots", - "minecraft:hanging_roots": "hanging_roots", - "harming_lingering_potion": { - "potionData": { - "type": "INSTANT_DAMAGE", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotd": "harming_lingering_potion", - "aoepotdamage": "harming_lingering_potion", - "aoepotdmg": "harming_lingering_potion", - "aoepotharming": "harming_lingering_potion", - "aoepotinstantdamage": "harming_lingering_potion", - "aoepotiond": "harming_lingering_potion", - "aoepotiondamage": "harming_lingering_potion", - "aoepotiondmg": "harming_lingering_potion", - "aoepotionharming": "harming_lingering_potion", - "aoepotioninstantdamage": "harming_lingering_potion", - "areapotd": "harming_lingering_potion", - "areapotdamage": "harming_lingering_potion", - "areapotdmg": "harming_lingering_potion", - "areapotharming": "harming_lingering_potion", - "areapotinstantdamage": "harming_lingering_potion", - "areapotiond": "harming_lingering_potion", - "areapotiondamage": "harming_lingering_potion", - "areapotiondmg": "harming_lingering_potion", - "areapotionharming": "harming_lingering_potion", - "areapotioninstantdamage": "harming_lingering_potion", - "cloudpotd": "harming_lingering_potion", - "cloudpotdamage": "harming_lingering_potion", - "cloudpotdmg": "harming_lingering_potion", - "cloudpotharming": "harming_lingering_potion", - "cloudpotinstantdamage": "harming_lingering_potion", - "cloudpotiond": "harming_lingering_potion", - "cloudpotiondamage": "harming_lingering_potion", - "cloudpotiondmg": "harming_lingering_potion", - "cloudpotionharming": "harming_lingering_potion", - "cloudpotioninstantdamage": "harming_lingering_potion", - "damageaoepoiont": "harming_lingering_potion", - "damageaoepot": "harming_lingering_potion", - "damageareapot": "harming_lingering_potion", - "damageareapotion": "harming_lingering_potion", - "damagecloudpot": "harming_lingering_potion", - "damagecloudpotion": "harming_lingering_potion", - "damagelingerpot": "harming_lingering_potion", - "daoepoiont": "harming_lingering_potion", - "daoepot": "harming_lingering_potion", - "dareapot": "harming_lingering_potion", - "dareapotion": "harming_lingering_potion", - "dcloudpot": "harming_lingering_potion", - "dcloudpotion": "harming_lingering_potion", - "dlingerpot": "harming_lingering_potion", - "dmgaoepoiont": "harming_lingering_potion", - "dmgaoepot": "harming_lingering_potion", - "dmgareapot": "harming_lingering_potion", - "dmgareapotion": "harming_lingering_potion", - "dmgcloudpot": "harming_lingering_potion", - "dmgcloudpotion": "harming_lingering_potion", - "dmglingerpot": "harming_lingering_potion", - "harmingaoepoiont": "harming_lingering_potion", - "harmingaoepot": "harming_lingering_potion", - "harmingareapot": "harming_lingering_potion", - "harmingareapotion": "harming_lingering_potion", - "harmingcloudpot": "harming_lingering_potion", - "harmingcloudpotion": "harming_lingering_potion", - "harminglingerpot": "harming_lingering_potion", - "instantdamageaoepoiont": "harming_lingering_potion", - "instantdamageaoepot": "harming_lingering_potion", - "instantdamageareapot": "harming_lingering_potion", - "instantdamageareapotion": "harming_lingering_potion", - "instantdamagecloudpot": "harming_lingering_potion", - "instantdamagecloudpotion": "harming_lingering_potion", - "instantdamagelingerpot": "harming_lingering_potion", - "lingerpotd": "harming_lingering_potion", - "lingerpotdamage": "harming_lingering_potion", - "lingerpotdmg": "harming_lingering_potion", - "lingerpotharming": "harming_lingering_potion", - "lingerpotinstantdamage": "harming_lingering_potion", - "harming_potion": { - "potionData": { - "type": "INSTANT_DAMAGE", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "damagepot": "harming_potion", - "damagepotion": "harming_potion", - "dmgpot": "harming_potion", - "dmgpotion": "harming_potion", - "dpot": "harming_potion", - "dpotion": "harming_potion", - "harmingpot": "harming_potion", - "harmingpotion": "harming_potion", - "instantdamagepot": "harming_potion", - "instantdamagepotion": "harming_potion", - "potionofd": "harming_potion", - "potionofdamage": "harming_potion", - "potionofdmg": "harming_potion", - "potionofharming": "harming_potion", - "potionofinstantdamage": "harming_potion", - "potofd": "harming_potion", - "potofdamage": "harming_potion", - "potofdmg": "harming_potion", - "potofharming": "harming_potion", - "potofinstantdamage": "harming_potion", - "harming_splash_potion": { - "potionData": { - "type": "INSTANT_DAMAGE", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "damagesplashpot": "harming_splash_potion", - "damagesplashpotion": "harming_splash_potion", - "dmgsplashpot": "harming_splash_potion", - "dmgsplashpotion": "harming_splash_potion", - "dsplashpot": "harming_splash_potion", - "dsplashpotion": "harming_splash_potion", - "harmingsplashpot": "harming_splash_potion", - "harmingsplashpotion": "harming_splash_potion", - "instantdamagesplashpot": "harming_splash_potion", - "instantdamagesplashpotion": "harming_splash_potion", - "splashdamagepot": "harming_splash_potion", - "splashdamagepotion": "harming_splash_potion", - "splashdmgpot": "harming_splash_potion", - "splashdmgpotion": "harming_splash_potion", - "splashdpot": "harming_splash_potion", - "splashdpotion": "harming_splash_potion", - "splashharmingpot": "harming_splash_potion", - "splashharmingpotion": "harming_splash_potion", - "splashinstantdamagepot": "harming_splash_potion", - "splashinstantdamagepotion": "harming_splash_potion", - "spldamagepot": "harming_splash_potion", - "spldamagepotion": "harming_splash_potion", - "spldmgpot": "harming_splash_potion", - "spldmgpotion": "harming_splash_potion", - "spldpot": "harming_splash_potion", - "spldpotion": "harming_splash_potion", - "splharmingpot": "harming_splash_potion", - "splharmingpotion": "harming_splash_potion", - "splinstantdamagepot": "harming_splash_potion", - "splinstantdamagepotion": "harming_splash_potion", - "harming_tipped_arrow": { - "potionData": { - "type": "INSTANT_DAMAGE", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowd": "harming_tipped_arrow", - "arrowdamage": "harming_tipped_arrow", - "arrowdmg": "harming_tipped_arrow", - "arrowharming": "harming_tipped_arrow", - "arrowinstantdamage": "harming_tipped_arrow", - "damagearrow": "harming_tipped_arrow", - "damagetarr": "harming_tipped_arrow", - "damagetarrow": "harming_tipped_arrow", - "damagetippedarrow": "harming_tipped_arrow", - "darrow": "harming_tipped_arrow", - "dmgarrow": "harming_tipped_arrow", - "dmgtarr": "harming_tipped_arrow", - "dmgtarrow": "harming_tipped_arrow", - "dmgtippedarrow": "harming_tipped_arrow", - "dtarr": "harming_tipped_arrow", - "dtarrow": "harming_tipped_arrow", - "dtippedarrow": "harming_tipped_arrow", - "harmingarrow": "harming_tipped_arrow", - "harmingtarr": "harming_tipped_arrow", - "harmingtarrow": "harming_tipped_arrow", - "harmingtippedarrow": "harming_tipped_arrow", - "instantdamagearrow": "harming_tipped_arrow", - "instantdamagetarr": "harming_tipped_arrow", - "instantdamagetarrow": "harming_tipped_arrow", - "instantdamagetippedarrow": "harming_tipped_arrow", - "hay_block": { - "material": "HAY_BLOCK" - }, - "hayblock": "hay_block", - "minecraft:hay_block": "hay_block", - "healing_lingering_potion": { - "potionData": { - "type": "INSTANT_HEAL", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepoth": "healing_lingering_potion", - "aoepotheal": "healing_lingering_potion", - "aoepothealing": "healing_lingering_potion", - "aoepotinstantheal": "healing_lingering_potion", - "aoepotionh": "healing_lingering_potion", - "aoepotionheal": "healing_lingering_potion", - "aoepotionhealing": "healing_lingering_potion", - "aoepotioninstantheal": "healing_lingering_potion", - "aoepotionlife": "healing_lingering_potion", - "aoepotlife": "healing_lingering_potion", - "areapoth": "healing_lingering_potion", - "areapotheal": "healing_lingering_potion", - "areapothealing": "healing_lingering_potion", - "areapotinstantheal": "healing_lingering_potion", - "areapotionh": "healing_lingering_potion", - "areapotionheal": "healing_lingering_potion", - "areapotionhealing": "healing_lingering_potion", - "areapotioninstantheal": "healing_lingering_potion", - "areapotionlife": "healing_lingering_potion", - "areapotlife": "healing_lingering_potion", - "cloudpoth": "healing_lingering_potion", - "cloudpotheal": "healing_lingering_potion", - "cloudpothealing": "healing_lingering_potion", - "cloudpotinstantheal": "healing_lingering_potion", - "cloudpotionh": "healing_lingering_potion", - "cloudpotionheal": "healing_lingering_potion", - "cloudpotionhealing": "healing_lingering_potion", - "cloudpotioninstantheal": "healing_lingering_potion", - "cloudpotionlife": "healing_lingering_potion", - "cloudpotlife": "healing_lingering_potion", - "haoepoiont": "healing_lingering_potion", - "haoepot": "healing_lingering_potion", - "hareapot": "healing_lingering_potion", - "hareapotion": "healing_lingering_potion", - "hcloudpot": "healing_lingering_potion", - "hcloudpotion": "healing_lingering_potion", - "healaoepoiont": "healing_lingering_potion", - "healaoepot": "healing_lingering_potion", - "healareapot": "healing_lingering_potion", - "healareapotion": "healing_lingering_potion", - "healcloudpot": "healing_lingering_potion", - "healcloudpotion": "healing_lingering_potion", - "healingaoepoiont": "healing_lingering_potion", - "healingaoepot": "healing_lingering_potion", - "healingareapot": "healing_lingering_potion", - "healingareapotion": "healing_lingering_potion", - "healingcloudpot": "healing_lingering_potion", - "healingcloudpotion": "healing_lingering_potion", - "healinglingerpot": "healing_lingering_potion", - "heallingerpot": "healing_lingering_potion", - "hlingerpot": "healing_lingering_potion", - "instanthealaoepoiont": "healing_lingering_potion", - "instanthealaoepot": "healing_lingering_potion", - "instanthealareapot": "healing_lingering_potion", - "instanthealareapotion": "healing_lingering_potion", - "instanthealcloudpot": "healing_lingering_potion", - "instanthealcloudpotion": "healing_lingering_potion", - "instantheallingerpot": "healing_lingering_potion", - "lifeaoepoiont": "healing_lingering_potion", - "lifeaoepot": "healing_lingering_potion", - "lifeareapot": "healing_lingering_potion", - "lifeareapotion": "healing_lingering_potion", - "lifecloudpot": "healing_lingering_potion", - "lifecloudpotion": "healing_lingering_potion", - "lifelingerpot": "healing_lingering_potion", - "lingerpoth": "healing_lingering_potion", - "lingerpotheal": "healing_lingering_potion", - "lingerpothealing": "healing_lingering_potion", - "lingerpotinstantheal": "healing_lingering_potion", - "lingerpotlife": "healing_lingering_potion", - "healing_potion": { - "potionData": { - "type": "INSTANT_HEAL", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "healingpot": "healing_potion", - "healingpotion": "healing_potion", - "healpot": "healing_potion", - "healpotion": "healing_potion", - "hpot": "healing_potion", - "hpotion": "healing_potion", - "instanthealpot": "healing_potion", - "instanthealpotion": "healing_potion", - "lifepot": "healing_potion", - "lifepotion": "healing_potion", - "potionofh": "healing_potion", - "potionofheal": "healing_potion", - "potionofhealing": "healing_potion", - "potionofinstantheal": "healing_potion", - "potionoflife": "healing_potion", - "potofh": "healing_potion", - "potofheal": "healing_potion", - "potofhealing": "healing_potion", - "potofinstantheal": "healing_potion", - "potoflife": "healing_potion", - "healing_splash_potion": { - "potionData": { - "type": "INSTANT_HEAL", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "healingsplashpot": "healing_splash_potion", - "healingsplashpotion": "healing_splash_potion", - "healsplashpot": "healing_splash_potion", - "healsplashpotion": "healing_splash_potion", - "hsplashpot": "healing_splash_potion", - "hsplashpotion": "healing_splash_potion", - "instanthealsplashpot": "healing_splash_potion", - "instanthealsplashpotion": "healing_splash_potion", - "lifesplashpot": "healing_splash_potion", - "lifesplashpotion": "healing_splash_potion", - "splashhealingpot": "healing_splash_potion", - "splashhealingpotion": "healing_splash_potion", - "splashhealpot": "healing_splash_potion", - "splashhealpotion": "healing_splash_potion", - "splashhpot": "healing_splash_potion", - "splashhpotion": "healing_splash_potion", - "splashinstanthealpot": "healing_splash_potion", - "splashinstanthealpotion": "healing_splash_potion", - "splashlifepot": "healing_splash_potion", - "splashlifepotion": "healing_splash_potion", - "splhealingpot": "healing_splash_potion", - "splhealingpotion": "healing_splash_potion", - "splhealpot": "healing_splash_potion", - "splhealpotion": "healing_splash_potion", - "splhpot": "healing_splash_potion", - "splhpotion": "healing_splash_potion", - "splinstanthealpot": "healing_splash_potion", - "splinstanthealpotion": "healing_splash_potion", - "spllifepot": "healing_splash_potion", - "spllifepotion": "healing_splash_potion", - "healing_tipped_arrow": { - "potionData": { - "type": "INSTANT_HEAL", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowh": "healing_tipped_arrow", - "arrowheal": "healing_tipped_arrow", - "arrowhealing": "healing_tipped_arrow", - "arrowinstantheal": "healing_tipped_arrow", - "arrowlife": "healing_tipped_arrow", - "harrow": "healing_tipped_arrow", - "healarrow": "healing_tipped_arrow", - "healingarrow": "healing_tipped_arrow", - "healingtarr": "healing_tipped_arrow", - "healingtarrow": "healing_tipped_arrow", - "healingtippedarrow": "healing_tipped_arrow", - "healtarr": "healing_tipped_arrow", - "healtarrow": "healing_tipped_arrow", - "healtippedarrow": "healing_tipped_arrow", - "htarr": "healing_tipped_arrow", - "htarrow": "healing_tipped_arrow", - "htippedarrow": "healing_tipped_arrow", - "instanthealarrow": "healing_tipped_arrow", - "instanthealtarr": "healing_tipped_arrow", - "instanthealtarrow": "healing_tipped_arrow", - "instanthealtippedarrow": "healing_tipped_arrow", - "lifearrow": "healing_tipped_arrow", - "lifetarr": "healing_tipped_arrow", - "lifetarrow": "healing_tipped_arrow", - "lifetippedarrow": "healing_tipped_arrow", - "heart_of_the_sea": { - "material": "HEART_OF_THE_SEA" - }, - "heartofthesea": "heart_of_the_sea", - "minecraft:heart_of_the_sea": "heart_of_the_sea", - "heavy_weighted_pressure_plate": { - "material": "HEAVY_WEIGHTED_PRESSURE_PLATE" - }, - "heavyweightedpressureplate": "heavy_weighted_pressure_plate", - "minecraft:heavy_weighted_pressure_plate": "heavy_weighted_pressure_plate", - "hoglin_spawn_egg": { - "material": "HOGLIN_SPAWN_EGG" - }, - "angrypigegg": "hoglin_spawn_egg", - "angrypigsegg": "hoglin_spawn_egg", - "angrypigspawn": "hoglin_spawn_egg", - "angrypigspawnegg": "hoglin_spawn_egg", - "eggangrypig": "hoglin_spawn_egg", - "egghoglin": "hoglin_spawn_egg", - "hoglinegg": "hoglin_spawn_egg", - "hoglinsegg": "hoglin_spawn_egg", - "hoglinspawn": "hoglin_spawn_egg", - "hoglinspawnegg": "hoglin_spawn_egg", - "minecraft:hoglin_spawn_egg": "hoglin_spawn_egg", - "seggangrypig": "hoglin_spawn_egg", - "segghoglin": "hoglin_spawn_egg", - "spawnangrypig": "hoglin_spawn_egg", - "spawneggangrypig": "hoglin_spawn_egg", - "spawnegghoglin": "hoglin_spawn_egg", - "spawnhoglin": "hoglin_spawn_egg", - "hoglin_spawner": { - "entity": "HOGLIN", - "material": "SPAWNER" - }, - "angrypigcage": "hoglin_spawner", - "angrypigmcage": "hoglin_spawner", - "angrypigmobcage": "hoglin_spawner", - "angrypigmobspawner": "hoglin_spawner", - "angrypigmonstercage": "hoglin_spawner", - "angrypigmonsterspawner": "hoglin_spawner", - "angrypigmspawner": "hoglin_spawner", - "angrypigspawner": "hoglin_spawner", - "hoglincage": "hoglin_spawner", - "hoglinmcage": "hoglin_spawner", - "hoglinmobcage": "hoglin_spawner", - "hoglinmobspawner": "hoglin_spawner", - "hoglinmonstercage": "hoglin_spawner", - "hoglinmonsterspawner": "hoglin_spawner", - "hoglinmspawner": "hoglin_spawner", - "hoglinspawner": "hoglin_spawner", - "honey_block": { - "material": "HONEY_BLOCK" - }, - "honeyblock": "honey_block", - "minecraft:honey_block": "honey_block", - "honey_bottle": { - "material": "HONEY_BOTTLE" - }, - "honeybottle": "honey_bottle", - "minecraft:honey_bottle": "honey_bottle", - "honeycomb": { - "material": "HONEYCOMB" - }, - "minecraft:honeycomb": "honeycomb", - "honeycomb_block": { - "material": "HONEYCOMB_BLOCK" - }, - "honeycombblock": "honeycomb_block", - "minecraft:honeycomb_block": "honeycomb_block", - "hopper": { - "material": "HOPPER" - }, - "minecraft:hopper": "hopper", - "hopper_minecart": { - "material": "HOPPER_MINECART" - }, - "hcart": "hopper_minecart", - "hmc": "hopper_minecart", - "hmcart": "hopper_minecart", - "hminecart": "hopper_minecart", - "hopcart": "hopper_minecart", - "hopmc": "hopper_minecart", - "hopmcart": "hopper_minecart", - "hopminecart": "hopper_minecart", - "hoppercart": "hopper_minecart", - "hoppermc": "hopper_minecart", - "hoppermcart": "hopper_minecart", - "hopperminecart": "hopper_minecart", - "minecraft:hopper_minecart": "hopper_minecart", - "horn_coral": { - "material": "HORN_CORAL" - }, - "horncoral": "horn_coral", - "minecraft:horn_coral": "horn_coral", - "horn_coral_block": { - "material": "HORN_CORAL_BLOCK" - }, - "horncoralblock": "horn_coral_block", - "minecraft:horn_coral_block": "horn_coral_block", - "horn_coral_fan": { - "material": "HORN_CORAL_FAN" - }, - "horncoralfan": "horn_coral_fan", - "minecraft:horn_coral_fan": "horn_coral_fan", - "horse_spawn_egg": { - "material": "HORSE_SPAWN_EGG" - }, - "egghorse": "horse_spawn_egg", - "horseegg": "horse_spawn_egg", - "horsesegg": "horse_spawn_egg", - "horsespawn": "horse_spawn_egg", - "horsespawnegg": "horse_spawn_egg", - "minecraft:horse_spawn_egg": "horse_spawn_egg", - "segghorse": "horse_spawn_egg", - "spawnegghorse": "horse_spawn_egg", - "spawnhorse": "horse_spawn_egg", - "horse_spawner": { - "entity": "HORSE", - "material": "SPAWNER" - }, - "horsecage": "horse_spawner", - "horsemcage": "horse_spawner", - "horsemobcage": "horse_spawner", - "horsemobspawner": "horse_spawner", - "horsemonstercage": "horse_spawner", - "horsemonsterspawner": "horse_spawner", - "horsemspawner": "horse_spawner", - "horsespawner": "horse_spawner", - "husk_spawn_egg": { - "material": "HUSK_SPAWN_EGG" - }, - "egghusk": "husk_spawn_egg", - "huskegg": "husk_spawn_egg", - "husksegg": "husk_spawn_egg", - "huskspawn": "husk_spawn_egg", - "huskspawnegg": "husk_spawn_egg", - "minecraft:husk_spawn_egg": "husk_spawn_egg", - "segghusk": "husk_spawn_egg", - "spawnegghusk": "husk_spawn_egg", - "spawnhusk": "husk_spawn_egg", - "husk_spawner": { - "entity": "HUSK", - "material": "SPAWNER" - }, - "huskcage": "husk_spawner", - "huskmcage": "husk_spawner", - "huskmobcage": "husk_spawner", - "huskmobspawner": "husk_spawner", - "huskmonstercage": "husk_spawner", - "huskmonsterspawner": "husk_spawner", - "huskmspawner": "husk_spawner", - "huskspawner": "husk_spawner", - "ice": { - "material": "ICE" - }, - "minecraft:ice": "ice", - "illusioner_spawner": { - "entity": "ILLUSIONER", - "material": "SPAWNER" - }, - "illusionercage": "illusioner_spawner", - "illusionermcage": "illusioner_spawner", - "illusionermobcage": "illusioner_spawner", - "illusionermobspawner": "illusioner_spawner", - "illusionermonstercage": "illusioner_spawner", - "illusionermonsterspawner": "illusioner_spawner", - "illusionermspawner": "illusioner_spawner", - "illusionerspawner": "illusioner_spawner", - "infested_chiseled_stone_bricks": { - "material": "INFESTED_CHISELED_STONE_BRICKS" - }, - "chiseledfishst": "infested_chiseled_stone_bricks", - "chiseledfishstone": "infested_chiseled_stone_bricks", - "chiseledinfestedst": "infested_chiseled_stone_bricks", - "chiseledinfestedstone": "infested_chiseled_stone_bricks", - "chiseledinfestst": "infested_chiseled_stone_bricks", - "chiseledinfeststone": "infested_chiseled_stone_bricks", - "chiseledmeggst": "infested_chiseled_stone_bricks", - "chiseledmeggstone": "infested_chiseled_stone_bricks", - "chiseledmest": "infested_chiseled_stone_bricks", - "chiseledmestone": "infested_chiseled_stone_bricks", - "chiseledmonstereggst": "infested_chiseled_stone_bricks", - "chiseledmonstereggstone": "infested_chiseled_stone_bricks", - "chiseledsfishst": "infested_chiseled_stone_bricks", - "chiseledsfishstone": "infested_chiseled_stone_bricks", - "chiseledsfst": "infested_chiseled_stone_bricks", - "chiseledsfstone": "infested_chiseled_stone_bricks", - "chiseledsilverfishst": "infested_chiseled_stone_bricks", - "chiseledsilverfishstone": "infested_chiseled_stone_bricks", - "chiseledtrapst": "infested_chiseled_stone_bricks", - "chiseledtrapstone": "infested_chiseled_stone_bricks", - "cifishst": "infested_chiseled_stone_bricks", - "cifishstone": "infested_chiseled_stone_bricks", - "ciinfestedst": "infested_chiseled_stone_bricks", - "ciinfestedstone": "infested_chiseled_stone_bricks", - "ciinfestst": "infested_chiseled_stone_bricks", - "ciinfeststone": "infested_chiseled_stone_bricks", - "cimeggst": "infested_chiseled_stone_bricks", - "cimeggstone": "infested_chiseled_stone_bricks", - "cimest": "infested_chiseled_stone_bricks", - "cimestone": "infested_chiseled_stone_bricks", - "cimonstereggst": "infested_chiseled_stone_bricks", - "cimonstereggstone": "infested_chiseled_stone_bricks", - "circlefishst": "infested_chiseled_stone_bricks", - "circlefishstone": "infested_chiseled_stone_bricks", - "circleinfestedst": "infested_chiseled_stone_bricks", - "circleinfestedstone": "infested_chiseled_stone_bricks", - "circleinfestst": "infested_chiseled_stone_bricks", - "circleinfeststone": "infested_chiseled_stone_bricks", - "circlemeggst": "infested_chiseled_stone_bricks", - "circlemeggstone": "infested_chiseled_stone_bricks", - "circlemest": "infested_chiseled_stone_bricks", - "circlemestone": "infested_chiseled_stone_bricks", - "circlemonstereggst": "infested_chiseled_stone_bricks", - "circlemonstereggstone": "infested_chiseled_stone_bricks", - "circlesfishst": "infested_chiseled_stone_bricks", - "circlesfishstone": "infested_chiseled_stone_bricks", - "circlesfst": "infested_chiseled_stone_bricks", - "circlesfstone": "infested_chiseled_stone_bricks", - "circlesilverfishst": "infested_chiseled_stone_bricks", - "circlesilverfishstone": "infested_chiseled_stone_bricks", - "circletrapst": "infested_chiseled_stone_bricks", - "circletrapstone": "infested_chiseled_stone_bricks", - "cisfishst": "infested_chiseled_stone_bricks", - "cisfishstone": "infested_chiseled_stone_bricks", - "cisfst": "infested_chiseled_stone_bricks", - "cisfstone": "infested_chiseled_stone_bricks", - "cisilverfishst": "infested_chiseled_stone_bricks", - "cisilverfishstone": "infested_chiseled_stone_bricks", - "citrapst": "infested_chiseled_stone_bricks", - "citrapstone": "infested_chiseled_stone_bricks", - "fishchiseledst": "infested_chiseled_stone_bricks", - "fishchiseledstone": "infested_chiseled_stone_bricks", - "fishcirclest": "infested_chiseled_stone_bricks", - "fishcirclestone": "infested_chiseled_stone_bricks", - "fishcist": "infested_chiseled_stone_bricks", - "fishcistone": "infested_chiseled_stone_bricks", - "infestchiseledst": "infested_chiseled_stone_bricks", - "infestchiseledstone": "infested_chiseled_stone_bricks", - "infestcirclest": "infested_chiseled_stone_bricks", - "infestcirclestone": "infested_chiseled_stone_bricks", - "infestcist": "infested_chiseled_stone_bricks", - "infestcistone": "infested_chiseled_stone_bricks", - "infestedchiseledst": "infested_chiseled_stone_bricks", - "infestedchiseledstone": "infested_chiseled_stone_bricks", - "infestedchiseledstonebricks": "infested_chiseled_stone_bricks", - "infestedcirclest": "infested_chiseled_stone_bricks", - "infestedcirclestone": "infested_chiseled_stone_bricks", - "infestedcist": "infested_chiseled_stone_bricks", - "infestedcistone": "infested_chiseled_stone_bricks", - "mechiseledst": "infested_chiseled_stone_bricks", - "mechiseledstone": "infested_chiseled_stone_bricks", - "mecirclest": "infested_chiseled_stone_bricks", - "mecirclestone": "infested_chiseled_stone_bricks", - "mecist": "infested_chiseled_stone_bricks", - "mecistone": "infested_chiseled_stone_bricks", - "meggchiseledst": "infested_chiseled_stone_bricks", - "meggchiseledstone": "infested_chiseled_stone_bricks", - "meggcirclest": "infested_chiseled_stone_bricks", - "meggcirclestone": "infested_chiseled_stone_bricks", - "meggcist": "infested_chiseled_stone_bricks", - "meggcistone": "infested_chiseled_stone_bricks", - "minecraft:infested_chiseled_stone_bricks": "infested_chiseled_stone_bricks", - "monstereggchiseledst": "infested_chiseled_stone_bricks", - "monstereggchiseledstone": "infested_chiseled_stone_bricks", - "monstereggcirclest": "infested_chiseled_stone_bricks", - "monstereggcirclestone": "infested_chiseled_stone_bricks", - "monstereggcist": "infested_chiseled_stone_bricks", - "monstereggcistone": "infested_chiseled_stone_bricks", - "sfchiseledst": "infested_chiseled_stone_bricks", - "sfchiseledstone": "infested_chiseled_stone_bricks", - "sfcirclest": "infested_chiseled_stone_bricks", - "sfcirclestone": "infested_chiseled_stone_bricks", - "sfcist": "infested_chiseled_stone_bricks", - "sfcistone": "infested_chiseled_stone_bricks", - "sfishchiseledst": "infested_chiseled_stone_bricks", - "sfishchiseledstone": "infested_chiseled_stone_bricks", - "sfishcirclest": "infested_chiseled_stone_bricks", - "sfishcirclestone": "infested_chiseled_stone_bricks", - "sfishcist": "infested_chiseled_stone_bricks", - "sfishcistone": "infested_chiseled_stone_bricks", - "silverfishchiseledst": "infested_chiseled_stone_bricks", - "silverfishchiseledstone": "infested_chiseled_stone_bricks", - "silverfishcirclest": "infested_chiseled_stone_bricks", - "silverfishcirclestone": "infested_chiseled_stone_bricks", - "silverfishcist": "infested_chiseled_stone_bricks", - "silverfishcistone": "infested_chiseled_stone_bricks", - "trapchiseledst": "infested_chiseled_stone_bricks", - "trapchiseledstone": "infested_chiseled_stone_bricks", - "trapcirclest": "infested_chiseled_stone_bricks", - "trapcirclestone": "infested_chiseled_stone_bricks", - "trapcist": "infested_chiseled_stone_bricks", - "trapcistone": "infested_chiseled_stone_bricks", - "infested_cobblestone": { - "material": "INFESTED_COBBLESTONE" - }, - "fishcobble": "infested_cobblestone", - "fishcobbleb": "infested_cobblestone", - "fishcobblebl": "infested_cobblestone", - "fishcobbleblock": "infested_cobblestone", - "fishcobblestone": "infested_cobblestone", - "fishcobblestoneb": "infested_cobblestone", - "fishcobblestonebl": "infested_cobblestone", - "fishcobblestoneblock": "infested_cobblestone", - "fishcs": "infested_cobblestone", - "fishcsb": "infested_cobblestone", - "fishcsbl": "infested_cobblestone", - "fishcsblock": "infested_cobblestone", - "fishcst": "infested_cobblestone", - "fishcstb": "infested_cobblestone", - "fishcstbl": "infested_cobblestone", - "fishcstblock": "infested_cobblestone", - "fishcstone": "infested_cobblestone", - "fishcstoneb": "infested_cobblestone", - "fishcstonebl": "infested_cobblestone", - "fishcstoneblock": "infested_cobblestone", - "infestcobble": "infested_cobblestone", - "infestcobbleb": "infested_cobblestone", - "infestcobblebl": "infested_cobblestone", - "infestcobbleblock": "infested_cobblestone", - "infestcobblestone": "infested_cobblestone", - "infestcobblestoneb": "infested_cobblestone", - "infestcobblestonebl": "infested_cobblestone", - "infestcobblestoneblock": "infested_cobblestone", - "infestcs": "infested_cobblestone", - "infestcsb": "infested_cobblestone", - "infestcsbl": "infested_cobblestone", - "infestcsblock": "infested_cobblestone", - "infestcst": "infested_cobblestone", - "infestcstb": "infested_cobblestone", - "infestcstbl": "infested_cobblestone", - "infestcstblock": "infested_cobblestone", - "infestcstone": "infested_cobblestone", - "infestcstoneb": "infested_cobblestone", - "infestcstonebl": "infested_cobblestone", - "infestcstoneblock": "infested_cobblestone", - "infestedcobble": "infested_cobblestone", - "infestedcobbleb": "infested_cobblestone", - "infestedcobblebl": "infested_cobblestone", - "infestedcobbleblock": "infested_cobblestone", - "infestedcobblestone": "infested_cobblestone", - "infestedcobblestoneb": "infested_cobblestone", - "infestedcobblestonebl": "infested_cobblestone", - "infestedcobblestoneblock": "infested_cobblestone", - "infestedcs": "infested_cobblestone", - "infestedcsb": "infested_cobblestone", - "infestedcsbl": "infested_cobblestone", - "infestedcsblock": "infested_cobblestone", - "infestedcst": "infested_cobblestone", - "infestedcstb": "infested_cobblestone", - "infestedcstbl": "infested_cobblestone", - "infestedcstblock": "infested_cobblestone", - "infestedcstone": "infested_cobblestone", - "infestedcstoneb": "infested_cobblestone", - "infestedcstonebl": "infested_cobblestone", - "infestedcstoneblock": "infested_cobblestone", - "mecobble": "infested_cobblestone", - "mecobbleb": "infested_cobblestone", - "mecobblebl": "infested_cobblestone", - "mecobbleblock": "infested_cobblestone", - "mecobblestone": "infested_cobblestone", - "mecobblestoneb": "infested_cobblestone", - "mecobblestonebl": "infested_cobblestone", - "mecobblestoneblock": "infested_cobblestone", - "mecs": "infested_cobblestone", - "mecsb": "infested_cobblestone", - "mecsbl": "infested_cobblestone", - "mecsblock": "infested_cobblestone", - "mecst": "infested_cobblestone", - "mecstb": "infested_cobblestone", - "mecstbl": "infested_cobblestone", - "mecstblock": "infested_cobblestone", - "mecstone": "infested_cobblestone", - "mecstoneb": "infested_cobblestone", - "mecstonebl": "infested_cobblestone", - "mecstoneblock": "infested_cobblestone", - "meggcobble": "infested_cobblestone", - "meggcobbleb": "infested_cobblestone", - "meggcobblebl": "infested_cobblestone", - "meggcobbleblock": "infested_cobblestone", - "meggcobblestone": "infested_cobblestone", - "meggcobblestoneb": "infested_cobblestone", - "meggcobblestonebl": "infested_cobblestone", - "meggcobblestoneblock": "infested_cobblestone", - "meggcs": "infested_cobblestone", - "meggcsb": "infested_cobblestone", - "meggcsbl": "infested_cobblestone", - "meggcsblock": "infested_cobblestone", - "meggcst": "infested_cobblestone", - "meggcstb": "infested_cobblestone", - "meggcstbl": "infested_cobblestone", - "meggcstblock": "infested_cobblestone", - "meggcstone": "infested_cobblestone", - "meggcstoneb": "infested_cobblestone", - "meggcstonebl": "infested_cobblestone", - "meggcstoneblock": "infested_cobblestone", - "minecraft:infested_cobblestone": "infested_cobblestone", - "monstereggcobble": "infested_cobblestone", - "monstereggcobbleb": "infested_cobblestone", - "monstereggcobblebl": "infested_cobblestone", - "monstereggcobbleblock": "infested_cobblestone", - "monstereggcobblestone": "infested_cobblestone", - "monstereggcobblestoneb": "infested_cobblestone", - "monstereggcobblestonebl": "infested_cobblestone", - "monstereggcobblestoneblock": "infested_cobblestone", - "monstereggcs": "infested_cobblestone", - "monstereggcsb": "infested_cobblestone", - "monstereggcsbl": "infested_cobblestone", - "monstereggcsblock": "infested_cobblestone", - "monstereggcst": "infested_cobblestone", - "monstereggcstb": "infested_cobblestone", - "monstereggcstbl": "infested_cobblestone", - "monstereggcstblock": "infested_cobblestone", - "monstereggcstone": "infested_cobblestone", - "monstereggcstoneb": "infested_cobblestone", - "monstereggcstonebl": "infested_cobblestone", - "monstereggcstoneblock": "infested_cobblestone", - "sfcobble": "infested_cobblestone", - "sfcobbleb": "infested_cobblestone", - "sfcobblebl": "infested_cobblestone", - "sfcobbleblock": "infested_cobblestone", - "sfcobblestone": "infested_cobblestone", - "sfcobblestoneb": "infested_cobblestone", - "sfcobblestonebl": "infested_cobblestone", - "sfcobblestoneblock": "infested_cobblestone", - "sfcs": "infested_cobblestone", - "sfcsb": "infested_cobblestone", - "sfcsbl": "infested_cobblestone", - "sfcsblock": "infested_cobblestone", - "sfcst": "infested_cobblestone", - "sfcstb": "infested_cobblestone", - "sfcstbl": "infested_cobblestone", - "sfcstblock": "infested_cobblestone", - "sfcstone": "infested_cobblestone", - "sfcstoneb": "infested_cobblestone", - "sfcstonebl": "infested_cobblestone", - "sfcstoneblock": "infested_cobblestone", - "sfishcobble": "infested_cobblestone", - "sfishcobbleb": "infested_cobblestone", - "sfishcobblebl": "infested_cobblestone", - "sfishcobbleblock": "infested_cobblestone", - "sfishcobblestone": "infested_cobblestone", - "sfishcobblestoneb": "infested_cobblestone", - "sfishcobblestonebl": "infested_cobblestone", - "sfishcobblestoneblock": "infested_cobblestone", - "sfishcs": "infested_cobblestone", - "sfishcsb": "infested_cobblestone", - "sfishcsbl": "infested_cobblestone", - "sfishcsblock": "infested_cobblestone", - "sfishcst": "infested_cobblestone", - "sfishcstb": "infested_cobblestone", - "sfishcstbl": "infested_cobblestone", - "sfishcstblock": "infested_cobblestone", - "sfishcstone": "infested_cobblestone", - "sfishcstoneb": "infested_cobblestone", - "sfishcstonebl": "infested_cobblestone", - "sfishcstoneblock": "infested_cobblestone", - "silverfishcobble": "infested_cobblestone", - "silverfishcobbleb": "infested_cobblestone", - "silverfishcobblebl": "infested_cobblestone", - "silverfishcobbleblock": "infested_cobblestone", - "silverfishcobblestone": "infested_cobblestone", - "silverfishcobblestoneb": "infested_cobblestone", - "silverfishcobblestonebl": "infested_cobblestone", - "silverfishcobblestoneblock": "infested_cobblestone", - "silverfishcs": "infested_cobblestone", - "silverfishcsb": "infested_cobblestone", - "silverfishcsbl": "infested_cobblestone", - "silverfishcsblock": "infested_cobblestone", - "silverfishcst": "infested_cobblestone", - "silverfishcstb": "infested_cobblestone", - "silverfishcstbl": "infested_cobblestone", - "silverfishcstblock": "infested_cobblestone", - "silverfishcstone": "infested_cobblestone", - "silverfishcstoneb": "infested_cobblestone", - "silverfishcstonebl": "infested_cobblestone", - "silverfishcstoneblock": "infested_cobblestone", - "trapcobble": "infested_cobblestone", - "trapcobbleb": "infested_cobblestone", - "trapcobblebl": "infested_cobblestone", - "trapcobbleblock": "infested_cobblestone", - "trapcobblestone": "infested_cobblestone", - "trapcobblestoneb": "infested_cobblestone", - "trapcobblestonebl": "infested_cobblestone", - "trapcobblestoneblock": "infested_cobblestone", - "trapcs": "infested_cobblestone", - "trapcsb": "infested_cobblestone", - "trapcsbl": "infested_cobblestone", - "trapcsblock": "infested_cobblestone", - "trapcst": "infested_cobblestone", - "trapcstb": "infested_cobblestone", - "trapcstbl": "infested_cobblestone", - "trapcstblock": "infested_cobblestone", - "trapcstone": "infested_cobblestone", - "trapcstoneb": "infested_cobblestone", - "trapcstonebl": "infested_cobblestone", - "trapcstoneblock": "infested_cobblestone", - "infested_cracked_stone_bricks": { - "material": "INFESTED_CRACKED_STONE_BRICKS" - }, - "crackedfishst": "infested_cracked_stone_bricks", - "crackedfishstone": "infested_cracked_stone_bricks", - "crackedinfestedst": "infested_cracked_stone_bricks", - "crackedinfestedstone": "infested_cracked_stone_bricks", - "crackedinfestst": "infested_cracked_stone_bricks", - "crackedinfeststone": "infested_cracked_stone_bricks", - "crackedmeggst": "infested_cracked_stone_bricks", - "crackedmeggstone": "infested_cracked_stone_bricks", - "crackedmest": "infested_cracked_stone_bricks", - "crackedmestone": "infested_cracked_stone_bricks", - "crackedmonstereggst": "infested_cracked_stone_bricks", - "crackedmonstereggstone": "infested_cracked_stone_bricks", - "crackedsfishst": "infested_cracked_stone_bricks", - "crackedsfishstone": "infested_cracked_stone_bricks", - "crackedsfst": "infested_cracked_stone_bricks", - "crackedsfstone": "infested_cracked_stone_bricks", - "crackedsilverfishst": "infested_cracked_stone_bricks", - "crackedsilverfishstone": "infested_cracked_stone_bricks", - "crackedtrapst": "infested_cracked_stone_bricks", - "crackedtrapstone": "infested_cracked_stone_bricks", - "crackfishst": "infested_cracked_stone_bricks", - "crackfishstone": "infested_cracked_stone_bricks", - "crackinfestedst": "infested_cracked_stone_bricks", - "crackinfestedstone": "infested_cracked_stone_bricks", - "crackinfestst": "infested_cracked_stone_bricks", - "crackinfeststone": "infested_cracked_stone_bricks", - "crackmeggst": "infested_cracked_stone_bricks", - "crackmeggstone": "infested_cracked_stone_bricks", - "crackmest": "infested_cracked_stone_bricks", - "crackmestone": "infested_cracked_stone_bricks", - "crackmonstereggst": "infested_cracked_stone_bricks", - "crackmonstereggstone": "infested_cracked_stone_bricks", - "cracksfishst": "infested_cracked_stone_bricks", - "cracksfishstone": "infested_cracked_stone_bricks", - "cracksfst": "infested_cracked_stone_bricks", - "cracksfstone": "infested_cracked_stone_bricks", - "cracksilverfishst": "infested_cracked_stone_bricks", - "cracksilverfishstone": "infested_cracked_stone_bricks", - "cracktrapst": "infested_cracked_stone_bricks", - "cracktrapstone": "infested_cracked_stone_bricks", - "crfishst": "infested_cracked_stone_bricks", - "crfishstone": "infested_cracked_stone_bricks", - "crinfestedst": "infested_cracked_stone_bricks", - "crinfestedstone": "infested_cracked_stone_bricks", - "crinfestst": "infested_cracked_stone_bricks", - "crinfeststone": "infested_cracked_stone_bricks", - "crmeggst": "infested_cracked_stone_bricks", - "crmeggstone": "infested_cracked_stone_bricks", - "crmest": "infested_cracked_stone_bricks", - "crmestone": "infested_cracked_stone_bricks", - "crmonstereggst": "infested_cracked_stone_bricks", - "crmonstereggstone": "infested_cracked_stone_bricks", - "crsfishst": "infested_cracked_stone_bricks", - "crsfishstone": "infested_cracked_stone_bricks", - "crsfst": "infested_cracked_stone_bricks", - "crsfstone": "infested_cracked_stone_bricks", - "crsilverfishst": "infested_cracked_stone_bricks", - "crsilverfishstone": "infested_cracked_stone_bricks", - "crtrapst": "infested_cracked_stone_bricks", - "crtrapstone": "infested_cracked_stone_bricks", - "fishcrackedst": "infested_cracked_stone_bricks", - "fishcrackedstone": "infested_cracked_stone_bricks", - "fishcrackst": "infested_cracked_stone_bricks", - "fishcrackstone": "infested_cracked_stone_bricks", - "fishcrst": "infested_cracked_stone_bricks", - "fishcrstone": "infested_cracked_stone_bricks", - "infestcrackedst": "infested_cracked_stone_bricks", - "infestcrackedstone": "infested_cracked_stone_bricks", - "infestcrackst": "infested_cracked_stone_bricks", - "infestcrackstone": "infested_cracked_stone_bricks", - "infestcrst": "infested_cracked_stone_bricks", - "infestcrstone": "infested_cracked_stone_bricks", - "infestedcrackedst": "infested_cracked_stone_bricks", - "infestedcrackedstone": "infested_cracked_stone_bricks", - "infestedcrackedstonebricks": "infested_cracked_stone_bricks", - "infestedcrackst": "infested_cracked_stone_bricks", - "infestedcrackstone": "infested_cracked_stone_bricks", - "infestedcrst": "infested_cracked_stone_bricks", - "infestedcrstone": "infested_cracked_stone_bricks", - "mecrackedst": "infested_cracked_stone_bricks", - "mecrackedstone": "infested_cracked_stone_bricks", - "mecrackst": "infested_cracked_stone_bricks", - "mecrackstone": "infested_cracked_stone_bricks", - "mecrst": "infested_cracked_stone_bricks", - "mecrstone": "infested_cracked_stone_bricks", - "meggcrackedst": "infested_cracked_stone_bricks", - "meggcrackedstone": "infested_cracked_stone_bricks", - "meggcrackst": "infested_cracked_stone_bricks", - "meggcrackstone": "infested_cracked_stone_bricks", - "meggcrst": "infested_cracked_stone_bricks", - "meggcrstone": "infested_cracked_stone_bricks", - "minecraft:infested_cracked_stone_bricks": "infested_cracked_stone_bricks", - "monstereggcrackedst": "infested_cracked_stone_bricks", - "monstereggcrackedstone": "infested_cracked_stone_bricks", - "monstereggcrackst": "infested_cracked_stone_bricks", - "monstereggcrackstone": "infested_cracked_stone_bricks", - "monstereggcrst": "infested_cracked_stone_bricks", - "monstereggcrstone": "infested_cracked_stone_bricks", - "sfcrackedst": "infested_cracked_stone_bricks", - "sfcrackedstone": "infested_cracked_stone_bricks", - "sfcrackst": "infested_cracked_stone_bricks", - "sfcrackstone": "infested_cracked_stone_bricks", - "sfcrst": "infested_cracked_stone_bricks", - "sfcrstone": "infested_cracked_stone_bricks", - "sfishcrackedst": "infested_cracked_stone_bricks", - "sfishcrackedstone": "infested_cracked_stone_bricks", - "sfishcrackst": "infested_cracked_stone_bricks", - "sfishcrackstone": "infested_cracked_stone_bricks", - "sfishcrst": "infested_cracked_stone_bricks", - "sfishcrstone": "infested_cracked_stone_bricks", - "silverfishcrackedst": "infested_cracked_stone_bricks", - "silverfishcrackedstone": "infested_cracked_stone_bricks", - "silverfishcrackst": "infested_cracked_stone_bricks", - "silverfishcrackstone": "infested_cracked_stone_bricks", - "silverfishcrst": "infested_cracked_stone_bricks", - "silverfishcrstone": "infested_cracked_stone_bricks", - "trapcrackedst": "infested_cracked_stone_bricks", - "trapcrackedstone": "infested_cracked_stone_bricks", - "trapcrackst": "infested_cracked_stone_bricks", - "trapcrackstone": "infested_cracked_stone_bricks", - "trapcrst": "infested_cracked_stone_bricks", - "trapcrstone": "infested_cracked_stone_bricks", - "infested_deepslate": { - "material": "INFESTED_DEEPSLATE" - }, - "fishdeepslate": "infested_deepslate", - "fishdeepslateb": "infested_deepslate", - "fishdeepslatebl": "infested_deepslate", - "fishdeepslateblock": "infested_deepslate", - "fishdslate": "infested_deepslate", - "fishdslateb": "infested_deepslate", - "fishdslatebl": "infested_deepslate", - "fishdslateblock": "infested_deepslate", - "fishslate": "infested_deepslate", - "fishslateb": "infested_deepslate", - "fishslatebl": "infested_deepslate", - "fishslateblock": "infested_deepslate", - "infestdeepslate": "infested_deepslate", - "infestdeepslateb": "infested_deepslate", - "infestdeepslatebl": "infested_deepslate", - "infestdeepslateblock": "infested_deepslate", - "infestdslate": "infested_deepslate", - "infestdslateb": "infested_deepslate", - "infestdslatebl": "infested_deepslate", - "infestdslateblock": "infested_deepslate", - "infesteddeepslate": "infested_deepslate", - "infesteddeepslateb": "infested_deepslate", - "infesteddeepslatebl": "infested_deepslate", - "infesteddeepslateblock": "infested_deepslate", - "infesteddslate": "infested_deepslate", - "infesteddslateb": "infested_deepslate", - "infesteddslatebl": "infested_deepslate", - "infesteddslateblock": "infested_deepslate", - "infestedslate": "infested_deepslate", - "infestedslateb": "infested_deepslate", - "infestedslatebl": "infested_deepslate", - "infestedslateblock": "infested_deepslate", - "infestslate": "infested_deepslate", - "infestslateb": "infested_deepslate", - "infestslatebl": "infested_deepslate", - "infestslateblock": "infested_deepslate", - "medeepslate": "infested_deepslate", - "medeepslateb": "infested_deepslate", - "medeepslatebl": "infested_deepslate", - "medeepslateblock": "infested_deepslate", - "medslate": "infested_deepslate", - "medslateb": "infested_deepslate", - "medslatebl": "infested_deepslate", - "medslateblock": "infested_deepslate", - "meggdeepslate": "infested_deepslate", - "meggdeepslateb": "infested_deepslate", - "meggdeepslatebl": "infested_deepslate", - "meggdeepslateblock": "infested_deepslate", - "meggdslate": "infested_deepslate", - "meggdslateb": "infested_deepslate", - "meggdslatebl": "infested_deepslate", - "meggdslateblock": "infested_deepslate", - "meggslate": "infested_deepslate", - "meggslateb": "infested_deepslate", - "meggslatebl": "infested_deepslate", - "meggslateblock": "infested_deepslate", - "meslate": "infested_deepslate", - "meslateb": "infested_deepslate", - "meslatebl": "infested_deepslate", - "meslateblock": "infested_deepslate", - "minecraft:infested_deepslate": "infested_deepslate", - "monstereggdeepslate": "infested_deepslate", - "monstereggdeepslateb": "infested_deepslate", - "monstereggdeepslatebl": "infested_deepslate", - "monstereggdeepslateblock": "infested_deepslate", - "monstereggdslate": "infested_deepslate", - "monstereggdslateb": "infested_deepslate", - "monstereggdslatebl": "infested_deepslate", - "monstereggdslateblock": "infested_deepslate", - "monstereggslate": "infested_deepslate", - "monstereggslateb": "infested_deepslate", - "monstereggslatebl": "infested_deepslate", - "monstereggslateblock": "infested_deepslate", - "sfdeepslate": "infested_deepslate", - "sfdeepslateb": "infested_deepslate", - "sfdeepslatebl": "infested_deepslate", - "sfdeepslateblock": "infested_deepslate", - "sfdslate": "infested_deepslate", - "sfdslateb": "infested_deepslate", - "sfdslatebl": "infested_deepslate", - "sfdslateblock": "infested_deepslate", - "sfishdeepslate": "infested_deepslate", - "sfishdeepslateb": "infested_deepslate", - "sfishdeepslatebl": "infested_deepslate", - "sfishdeepslateblock": "infested_deepslate", - "sfishdslate": "infested_deepslate", - "sfishdslateb": "infested_deepslate", - "sfishdslatebl": "infested_deepslate", - "sfishdslateblock": "infested_deepslate", - "sfishslate": "infested_deepslate", - "sfishslateb": "infested_deepslate", - "sfishslatebl": "infested_deepslate", - "sfishslateblock": "infested_deepslate", - "sfslate": "infested_deepslate", - "sfslateb": "infested_deepslate", - "sfslatebl": "infested_deepslate", - "sfslateblock": "infested_deepslate", - "silverfishdeepslate": "infested_deepslate", - "silverfishdeepslateb": "infested_deepslate", - "silverfishdeepslatebl": "infested_deepslate", - "silverfishdeepslateblock": "infested_deepslate", - "silverfishdslate": "infested_deepslate", - "silverfishdslateb": "infested_deepslate", - "silverfishdslatebl": "infested_deepslate", - "silverfishdslateblock": "infested_deepslate", - "silverfishslate": "infested_deepslate", - "silverfishslateb": "infested_deepslate", - "silverfishslatebl": "infested_deepslate", - "silverfishslateblock": "infested_deepslate", - "trapdeepslate": "infested_deepslate", - "trapdeepslateb": "infested_deepslate", - "trapdeepslatebl": "infested_deepslate", - "trapdeepslateblock": "infested_deepslate", - "trapdslate": "infested_deepslate", - "trapdslateb": "infested_deepslate", - "trapdslatebl": "infested_deepslate", - "trapdslateblock": "infested_deepslate", - "trapslate": "infested_deepslate", - "trapslateb": "infested_deepslate", - "trapslatebl": "infested_deepslate", - "trapslateblock": "infested_deepslate", - "infested_mossy_stone_bricks": { - "material": "INFESTED_MOSSY_STONE_BRICKS" - }, - "fishmossst": "infested_mossy_stone_bricks", - "fishmossstone": "infested_mossy_stone_bricks", - "fishmossyst": "infested_mossy_stone_bricks", - "fishmossystone": "infested_mossy_stone_bricks", - "fishmst": "infested_mossy_stone_bricks", - "fishmstone": "infested_mossy_stone_bricks", - "infestedmossst": "infested_mossy_stone_bricks", - "infestedmossstone": "infested_mossy_stone_bricks", - "infestedmossyst": "infested_mossy_stone_bricks", - "infestedmossystone": "infested_mossy_stone_bricks", - "infestedmossystonebricks": "infested_mossy_stone_bricks", - "infestedmst": "infested_mossy_stone_bricks", - "infestedmstone": "infested_mossy_stone_bricks", - "infestmossst": "infested_mossy_stone_bricks", - "infestmossstone": "infested_mossy_stone_bricks", - "infestmossyst": "infested_mossy_stone_bricks", - "infestmossystone": "infested_mossy_stone_bricks", - "infestmst": "infested_mossy_stone_bricks", - "infestmstone": "infested_mossy_stone_bricks", - "meggmossst": "infested_mossy_stone_bricks", - "meggmossstone": "infested_mossy_stone_bricks", - "meggmossyst": "infested_mossy_stone_bricks", - "meggmossystone": "infested_mossy_stone_bricks", - "meggmst": "infested_mossy_stone_bricks", - "meggmstone": "infested_mossy_stone_bricks", - "memossst": "infested_mossy_stone_bricks", - "memossstone": "infested_mossy_stone_bricks", - "memossyst": "infested_mossy_stone_bricks", - "memossystone": "infested_mossy_stone_bricks", - "memst": "infested_mossy_stone_bricks", - "memstone": "infested_mossy_stone_bricks", - "mfishst": "infested_mossy_stone_bricks", - "mfishstone": "infested_mossy_stone_bricks", - "minecraft:infested_mossy_stone_bricks": "infested_mossy_stone_bricks", - "minfestedst": "infested_mossy_stone_bricks", - "minfestedstone": "infested_mossy_stone_bricks", - "minfestst": "infested_mossy_stone_bricks", - "minfeststone": "infested_mossy_stone_bricks", - "mmeggst": "infested_mossy_stone_bricks", - "mmeggstone": "infested_mossy_stone_bricks", - "mmest": "infested_mossy_stone_bricks", - "mmestone": "infested_mossy_stone_bricks", - "mmonstereggst": "infested_mossy_stone_bricks", - "mmonstereggstone": "infested_mossy_stone_bricks", - "monstereggmossst": "infested_mossy_stone_bricks", - "monstereggmossstone": "infested_mossy_stone_bricks", - "monstereggmossyst": "infested_mossy_stone_bricks", - "monstereggmossystone": "infested_mossy_stone_bricks", - "monstereggmst": "infested_mossy_stone_bricks", - "monstereggmstone": "infested_mossy_stone_bricks", - "mossfishst": "infested_mossy_stone_bricks", - "mossfishstone": "infested_mossy_stone_bricks", - "mossinfestedst": "infested_mossy_stone_bricks", - "mossinfestedstone": "infested_mossy_stone_bricks", - "mossinfestst": "infested_mossy_stone_bricks", - "mossinfeststone": "infested_mossy_stone_bricks", - "mossmeggst": "infested_mossy_stone_bricks", - "mossmeggstone": "infested_mossy_stone_bricks", - "mossmest": "infested_mossy_stone_bricks", - "mossmestone": "infested_mossy_stone_bricks", - "mossmonstereggst": "infested_mossy_stone_bricks", - "mossmonstereggstone": "infested_mossy_stone_bricks", - "mosssfishst": "infested_mossy_stone_bricks", - "mosssfishstone": "infested_mossy_stone_bricks", - "mosssfst": "infested_mossy_stone_bricks", - "mosssfstone": "infested_mossy_stone_bricks", - "mosssilverfishst": "infested_mossy_stone_bricks", - "mosssilverfishstone": "infested_mossy_stone_bricks", - "mosstrapst": "infested_mossy_stone_bricks", - "mosstrapstone": "infested_mossy_stone_bricks", - "mossyfishst": "infested_mossy_stone_bricks", - "mossyfishstone": "infested_mossy_stone_bricks", - "mossyinfestedst": "infested_mossy_stone_bricks", - "mossyinfestedstone": "infested_mossy_stone_bricks", - "mossyinfestst": "infested_mossy_stone_bricks", - "mossyinfeststone": "infested_mossy_stone_bricks", - "mossymeggst": "infested_mossy_stone_bricks", - "mossymeggstone": "infested_mossy_stone_bricks", - "mossymest": "infested_mossy_stone_bricks", - "mossymestone": "infested_mossy_stone_bricks", - "mossymonstereggst": "infested_mossy_stone_bricks", - "mossymonstereggstone": "infested_mossy_stone_bricks", - "mossysfishst": "infested_mossy_stone_bricks", - "mossysfishstone": "infested_mossy_stone_bricks", - "mossysfst": "infested_mossy_stone_bricks", - "mossysfstone": "infested_mossy_stone_bricks", - "mossysilverfishst": "infested_mossy_stone_bricks", - "mossysilverfishstone": "infested_mossy_stone_bricks", - "mossytrapst": "infested_mossy_stone_bricks", - "mossytrapstone": "infested_mossy_stone_bricks", - "msfishst": "infested_mossy_stone_bricks", - "msfishstone": "infested_mossy_stone_bricks", - "msfst": "infested_mossy_stone_bricks", - "msfstone": "infested_mossy_stone_bricks", - "msilverfishst": "infested_mossy_stone_bricks", - "msilverfishstone": "infested_mossy_stone_bricks", - "mtrapst": "infested_mossy_stone_bricks", - "mtrapstone": "infested_mossy_stone_bricks", - "sfishmossst": "infested_mossy_stone_bricks", - "sfishmossstone": "infested_mossy_stone_bricks", - "sfishmossyst": "infested_mossy_stone_bricks", - "sfishmossystone": "infested_mossy_stone_bricks", - "sfishmst": "infested_mossy_stone_bricks", - "sfishmstone": "infested_mossy_stone_bricks", - "sfmossst": "infested_mossy_stone_bricks", - "sfmossstone": "infested_mossy_stone_bricks", - "sfmossyst": "infested_mossy_stone_bricks", - "sfmossystone": "infested_mossy_stone_bricks", - "sfmst": "infested_mossy_stone_bricks", - "sfmstone": "infested_mossy_stone_bricks", - "silverfishmossst": "infested_mossy_stone_bricks", - "silverfishmossstone": "infested_mossy_stone_bricks", - "silverfishmossyst": "infested_mossy_stone_bricks", - "silverfishmossystone": "infested_mossy_stone_bricks", - "silverfishmst": "infested_mossy_stone_bricks", - "silverfishmstone": "infested_mossy_stone_bricks", - "trapmossst": "infested_mossy_stone_bricks", - "trapmossstone": "infested_mossy_stone_bricks", - "trapmossyst": "infested_mossy_stone_bricks", - "trapmossystone": "infested_mossy_stone_bricks", - "trapmst": "infested_mossy_stone_bricks", - "trapmstone": "infested_mossy_stone_bricks", - "infested_stone": { - "material": "INFESTED_STONE" - }, - "fishst": "infested_stone", - "fishstb": "infested_stone", - "fishstbl": "infested_stone", - "fishstblock": "infested_stone", - "fishstone": "infested_stone", - "fishstoneb": "infested_stone", - "fishstonebl": "infested_stone", - "fishstoneblock": "infested_stone", - "infestedst": "infested_stone", - "infestedstb": "infested_stone", - "infestedstbl": "infested_stone", - "infestedstblock": "infested_stone", - "infestedstone": "infested_stone", - "infestedstoneb": "infested_stone", - "infestedstonebl": "infested_stone", - "infestedstoneblock": "infested_stone", - "infestst": "infested_stone", - "infeststb": "infested_stone", - "infeststbl": "infested_stone", - "infeststblock": "infested_stone", - "infeststone": "infested_stone", - "infeststoneb": "infested_stone", - "infeststonebl": "infested_stone", - "infeststoneblock": "infested_stone", - "meggst": "infested_stone", - "meggstb": "infested_stone", - "meggstbl": "infested_stone", - "meggstblock": "infested_stone", - "meggstone": "infested_stone", - "meggstoneb": "infested_stone", - "meggstonebl": "infested_stone", - "meggstoneblock": "infested_stone", - "mest": "infested_stone", - "mestb": "infested_stone", - "mestbl": "infested_stone", - "mestblock": "infested_stone", - "mestone": "infested_stone", - "mestoneb": "infested_stone", - "mestonebl": "infested_stone", - "mestoneblock": "infested_stone", - "minecraft:infested_stone": "infested_stone", - "monstereggst": "infested_stone", - "monstereggstb": "infested_stone", - "monstereggstbl": "infested_stone", - "monstereggstblock": "infested_stone", - "monstereggstone": "infested_stone", - "monstereggstoneb": "infested_stone", - "monstereggstonebl": "infested_stone", - "monstereggstoneblock": "infested_stone", - "sfishst": "infested_stone", - "sfishstb": "infested_stone", - "sfishstbl": "infested_stone", - "sfishstblock": "infested_stone", - "sfishstone": "infested_stone", - "sfishstoneb": "infested_stone", - "sfishstonebl": "infested_stone", - "sfishstoneblock": "infested_stone", - "sfst": "infested_stone", - "sfstb": "infested_stone", - "sfstbl": "infested_stone", - "sfstblock": "infested_stone", - "sfstone": "infested_stone", - "sfstoneb": "infested_stone", - "sfstonebl": "infested_stone", - "sfstoneblock": "infested_stone", - "silverfishst": "infested_stone", - "silverfishstb": "infested_stone", - "silverfishstbl": "infested_stone", - "silverfishstblock": "infested_stone", - "silverfishstone": "infested_stone", - "silverfishstoneb": "infested_stone", - "silverfishstonebl": "infested_stone", - "silverfishstoneblock": "infested_stone", - "trapst": "infested_stone", - "trapstb": "infested_stone", - "trapstbl": "infested_stone", - "trapstblock": "infested_stone", - "trapstone": "infested_stone", - "trapstoneb": "infested_stone", - "trapstonebl": "infested_stone", - "trapstoneblock": "infested_stone", - "infested_stone_bricks": { - "material": "INFESTED_STONE_BRICKS" - }, - "fishstbr": "infested_stone_bricks", - "fishstbrick": "infested_stone_bricks", - "fishstonebr": "infested_stone_bricks", - "fishstonebrick": "infested_stone_bricks", - "fishstonebricks": "infested_stone_bricks", - "infestedstbr": "infested_stone_bricks", - "infestedstbrick": "infested_stone_bricks", - "infestedstonebr": "infested_stone_bricks", - "infestedstonebrick": "infested_stone_bricks", - "infestedstonebricks": "infested_stone_bricks", - "infeststbr": "infested_stone_bricks", - "infeststbrick": "infested_stone_bricks", - "infeststonebr": "infested_stone_bricks", - "infeststonebrick": "infested_stone_bricks", - "infeststonebricks": "infested_stone_bricks", - "meggstbr": "infested_stone_bricks", - "meggstbrick": "infested_stone_bricks", - "meggstonebr": "infested_stone_bricks", - "meggstonebrick": "infested_stone_bricks", - "meggstonebricks": "infested_stone_bricks", - "mestbr": "infested_stone_bricks", - "mestbrick": "infested_stone_bricks", - "mestonebr": "infested_stone_bricks", - "mestonebrick": "infested_stone_bricks", - "mestonebricks": "infested_stone_bricks", - "minecraft:infested_stone_bricks": "infested_stone_bricks", - "monstereggstbr": "infested_stone_bricks", - "monstereggstbrick": "infested_stone_bricks", - "monstereggstonebr": "infested_stone_bricks", - "monstereggstonebrick": "infested_stone_bricks", - "monstereggstonebricks": "infested_stone_bricks", - "sfishstbr": "infested_stone_bricks", - "sfishstbrick": "infested_stone_bricks", - "sfishstonebr": "infested_stone_bricks", - "sfishstonebrick": "infested_stone_bricks", - "sfishstonebricks": "infested_stone_bricks", - "sfstbr": "infested_stone_bricks", - "sfstbrick": "infested_stone_bricks", - "sfstonebr": "infested_stone_bricks", - "sfstonebrick": "infested_stone_bricks", - "sfstonebricks": "infested_stone_bricks", - "silverfishstbr": "infested_stone_bricks", - "silverfishstbrick": "infested_stone_bricks", - "silverfishstonebr": "infested_stone_bricks", - "silverfishstonebrick": "infested_stone_bricks", - "silverfishstonebricks": "infested_stone_bricks", - "trapstbr": "infested_stone_bricks", - "trapstbrick": "infested_stone_bricks", - "trapstonebr": "infested_stone_bricks", - "trapstonebrick": "infested_stone_bricks", - "trapstonebricks": "infested_stone_bricks", - "ink_sac": { - "material": "INK_SAC" - }, - "inksac": "ink_sac", - "minecraft:ink_sac": "ink_sac", - "invisibility_lingering_potion": { - "potionData": { - "type": "INVISIBILITY", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotinv": "invisibility_lingering_potion", - "aoepotinvis": "invisibility_lingering_potion", - "aoepotinvisibility": "invisibility_lingering_potion", - "aoepotinvisible": "invisibility_lingering_potion", - "aoepotioninv": "invisibility_lingering_potion", - "aoepotioninvis": "invisibility_lingering_potion", - "aoepotioninvisibility": "invisibility_lingering_potion", - "aoepotioninvisible": "invisibility_lingering_potion", - "areapotinv": "invisibility_lingering_potion", - "areapotinvis": "invisibility_lingering_potion", - "areapotinvisibility": "invisibility_lingering_potion", - "areapotinvisible": "invisibility_lingering_potion", - "areapotioninv": "invisibility_lingering_potion", - "areapotioninvis": "invisibility_lingering_potion", - "areapotioninvisibility": "invisibility_lingering_potion", - "areapotioninvisible": "invisibility_lingering_potion", - "cloudpotinv": "invisibility_lingering_potion", - "cloudpotinvis": "invisibility_lingering_potion", - "cloudpotinvisibility": "invisibility_lingering_potion", - "cloudpotinvisible": "invisibility_lingering_potion", - "cloudpotioninv": "invisibility_lingering_potion", - "cloudpotioninvis": "invisibility_lingering_potion", - "cloudpotioninvisibility": "invisibility_lingering_potion", - "cloudpotioninvisible": "invisibility_lingering_potion", - "invaoepoiont": "invisibility_lingering_potion", - "invaoepot": "invisibility_lingering_potion", - "invareapot": "invisibility_lingering_potion", - "invareapotion": "invisibility_lingering_potion", - "invcloudpot": "invisibility_lingering_potion", - "invcloudpotion": "invisibility_lingering_potion", - "invisaoepoiont": "invisibility_lingering_potion", - "invisaoepot": "invisibility_lingering_potion", - "invisareapot": "invisibility_lingering_potion", - "invisareapotion": "invisibility_lingering_potion", - "inviscloudpot": "invisibility_lingering_potion", - "inviscloudpotion": "invisibility_lingering_potion", - "invisibilityaoepoiont": "invisibility_lingering_potion", - "invisibilityaoepot": "invisibility_lingering_potion", - "invisibilityareapot": "invisibility_lingering_potion", - "invisibilityareapotion": "invisibility_lingering_potion", - "invisibilitycloudpot": "invisibility_lingering_potion", - "invisibilitycloudpotion": "invisibility_lingering_potion", - "invisibilitylingerpot": "invisibility_lingering_potion", - "invisibleaoepoiont": "invisibility_lingering_potion", - "invisibleaoepot": "invisibility_lingering_potion", - "invisibleareapot": "invisibility_lingering_potion", - "invisibleareapotion": "invisibility_lingering_potion", - "invisiblecloudpot": "invisibility_lingering_potion", - "invisiblecloudpotion": "invisibility_lingering_potion", - "invisiblelingerpot": "invisibility_lingering_potion", - "invislingerpot": "invisibility_lingering_potion", - "invlingerpot": "invisibility_lingering_potion", - "lingerpotinv": "invisibility_lingering_potion", - "lingerpotinvis": "invisibility_lingering_potion", - "lingerpotinvisibility": "invisibility_lingering_potion", - "lingerpotinvisible": "invisibility_lingering_potion", - "invisibility_potion": { - "potionData": { - "type": "INVISIBILITY", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "invisibilitypot": "invisibility_potion", - "invisibilitypotion": "invisibility_potion", - "invisiblepot": "invisibility_potion", - "invisiblepotion": "invisibility_potion", - "invispot": "invisibility_potion", - "invispotion": "invisibility_potion", - "invpot": "invisibility_potion", - "invpotion": "invisibility_potion", - "potionofinv": "invisibility_potion", - "potionofinvis": "invisibility_potion", - "potionofinvisibility": "invisibility_potion", - "potionofinvisible": "invisibility_potion", - "potofinv": "invisibility_potion", - "potofinvis": "invisibility_potion", - "potofinvisibility": "invisibility_potion", - "potofinvisible": "invisibility_potion", - "invisibility_splash_potion": { - "potionData": { - "type": "INVISIBILITY", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "invisibilitysplashpot": "invisibility_splash_potion", - "invisibilitysplashpotion": "invisibility_splash_potion", - "invisiblesplashpot": "invisibility_splash_potion", - "invisiblesplashpotion": "invisibility_splash_potion", - "invissplashpot": "invisibility_splash_potion", - "invissplashpotion": "invisibility_splash_potion", - "invsplashpot": "invisibility_splash_potion", - "invsplashpotion": "invisibility_splash_potion", - "splashinvisibilitypot": "invisibility_splash_potion", - "splashinvisibilitypotion": "invisibility_splash_potion", - "splashinvisiblepot": "invisibility_splash_potion", - "splashinvisiblepotion": "invisibility_splash_potion", - "splashinvispot": "invisibility_splash_potion", - "splashinvispotion": "invisibility_splash_potion", - "splashinvpot": "invisibility_splash_potion", - "splashinvpotion": "invisibility_splash_potion", - "splinvisibilitypot": "invisibility_splash_potion", - "splinvisibilitypotion": "invisibility_splash_potion", - "splinvisiblepot": "invisibility_splash_potion", - "splinvisiblepotion": "invisibility_splash_potion", - "splinvispot": "invisibility_splash_potion", - "splinvispotion": "invisibility_splash_potion", - "splinvpot": "invisibility_splash_potion", - "splinvpotion": "invisibility_splash_potion", - "invisibility_tipped_arrow": { - "potionData": { - "type": "INVISIBILITY", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowinv": "invisibility_tipped_arrow", - "arrowinvis": "invisibility_tipped_arrow", - "arrowinvisibility": "invisibility_tipped_arrow", - "arrowinvisible": "invisibility_tipped_arrow", - "invarrow": "invisibility_tipped_arrow", - "invisarrow": "invisibility_tipped_arrow", - "invisibilityarrow": "invisibility_tipped_arrow", - "invisibilitytarr": "invisibility_tipped_arrow", - "invisibilitytarrow": "invisibility_tipped_arrow", - "invisibilitytippedarrow": "invisibility_tipped_arrow", - "invisiblearrow": "invisibility_tipped_arrow", - "invisibletarr": "invisibility_tipped_arrow", - "invisibletarrow": "invisibility_tipped_arrow", - "invisibletippedarrow": "invisibility_tipped_arrow", - "invistarr": "invisibility_tipped_arrow", - "invistarrow": "invisibility_tipped_arrow", - "invistippedarrow": "invisibility_tipped_arrow", - "invtarr": "invisibility_tipped_arrow", - "invtarrow": "invisibility_tipped_arrow", - "invtippedarrow": "invisibility_tipped_arrow", - "iron_axe": { - "material": "IRON_AXE" - }, - "iaxe": "iron_axe", - "ironaxe": "iron_axe", - "minecraft:iron_axe": "iron_axe", - "saxe": "stone_axe", - "staxe": "iron_axe", - "steelaxe": "iron_axe", - "iron_bars": { - "material": "IRON_BARS" - }, - "ironbars": "iron_bars", - "minecraft:iron_bars": "iron_bars", - "iron_block": { - "material": "IRON_BLOCK" - }, - "blocki": "iron_block", - "blockiron": "iron_block", - "blocks": "iron_block", - "blockst": "iron_block", - "blocksteel": "iron_block", - "iblock": "iron_block", - "ironblock": "iron_block", - "minecraft:iron_block": "iron_block", - "sblock": "iron_block", - "stblock": "iron_block", - "steelblock": "iron_block", - "iron_boots": { - "material": "IRON_BOOTS" - }, - "iboots": "iron_boots", - "ironboots": "iron_boots", - "ironshoes": "iron_boots", - "ishoes": "iron_boots", - "minecraft:iron_boots": "iron_boots", - "sboots": "iron_boots", - "sshoes": "iron_boots", - "stboots": "iron_boots", - "steelboots": "iron_boots", - "steelshoes": "iron_boots", - "stshoes": "iron_boots", - "iron_chestplate": { - "material": "IRON_CHESTPLATE" - }, - "ichestplate": "iron_chestplate", - "iplate": "iron_chestplate", - "iplatebody": "iron_chestplate", - "ironchestplate": "iron_chestplate", - "ironplate": "iron_chestplate", - "ironplatebody": "iron_chestplate", - "ironshirt": "iron_chestplate", - "irontunic": "iron_chestplate", - "ishirt": "iron_chestplate", - "itunic": "iron_chestplate", - "minecraft:iron_chestplate": "iron_chestplate", - "schestplate": "iron_chestplate", - "splate": "spruce_pressure_plate", - "splatebody": "iron_chestplate", - "sshirt": "iron_chestplate", - "stchestplate": "iron_chestplate", - "steelchestplate": "iron_chestplate", - "steelplate": "iron_chestplate", - "steelplatebody": "iron_chestplate", - "steelshirt": "iron_chestplate", - "steeltunic": "iron_chestplate", - "stplate": "iron_chestplate", - "stplatebody": "iron_chestplate", - "stshirt": "iron_chestplate", - "sttunic": "iron_chestplate", - "stunic": "iron_chestplate", - "iron_door": { - "material": "IRON_DOOR" - }, - "doori": "iron_door", - "dooriron": "iron_door", - "doors": "iron_door", - "doorst": "iron_door", - "doorsteel": "iron_door", - "idoor": "iron_door", - "irondoor": "iron_door", - "minecraft:iron_door": "iron_door", - "sdoor": "spruce_door", - "stdoor": "spruce_trapdoor", - "steeldoor": "iron_door", - "iron_golem_spawner": { - "entity": "IRON_GOLEM", - "material": "SPAWNER" - }, - "igolemcage": "iron_golem_spawner", - "igolemmcage": "iron_golem_spawner", - "igolemmobcage": "iron_golem_spawner", - "igolemmobspawner": "iron_golem_spawner", - "igolemmonstercage": "iron_golem_spawner", - "igolemmonsterspawner": "iron_golem_spawner", - "igolemmspawner": "iron_golem_spawner", - "igolemspawner": "iron_golem_spawner", - "iron_golemcage": "iron_golem_spawner", - "iron_golemmcage": "iron_golem_spawner", - "iron_golemmobcage": "iron_golem_spawner", - "iron_golemmobspawner": "iron_golem_spawner", - "iron_golemmonstercage": "iron_golem_spawner", - "iron_golemmonsterspawner": "iron_golem_spawner", - "iron_golemmspawner": "iron_golem_spawner", - "iron_golemspawner": "iron_golem_spawner", - "iron_helmet": { - "material": "IRON_HELMET" - }, - "icoif": "iron_helmet", - "ihat": "iron_helmet", - "ihelm": "iron_helmet", - "ihelmet": "iron_helmet", - "ironcoif": "iron_helmet", - "ironhat": "iron_helmet", - "ironhelm": "iron_helmet", - "ironhelmet": "iron_helmet", - "minecraft:iron_helmet": "iron_helmet", - "scoif": "iron_helmet", - "shat": "iron_helmet", - "shelm": "iron_helmet", - "shelmet": "iron_helmet", - "stcoif": "iron_helmet", - "steelcoif": "iron_helmet", - "steelhat": "iron_helmet", - "steelhelm": "iron_helmet", - "steelhelmet": "iron_helmet", - "sthat": "iron_helmet", - "sthelm": "iron_helmet", - "sthelmet": "iron_helmet", - "iron_hoe": { - "material": "IRON_HOE" - }, - "ihoe": "iron_hoe", - "ironhoe": "iron_hoe", - "minecraft:iron_hoe": "iron_hoe", - "shoe": "stone_hoe", - "steelhoe": "iron_hoe", - "sthoe": "iron_hoe", - "iron_horse_armor": { - "material": "IRON_HORSE_ARMOR" - }, - "iarmor": "iron_horse_armor", - "iharmor": "iron_horse_armor", - "ihorsearmor": "iron_horse_armor", - "ironarmor": "iron_horse_armor", - "ironharmor": "iron_horse_armor", - "ironhorsearmor": "iron_horse_armor", - "minecraft:iron_horse_armor": "iron_horse_armor", - "sarmor": "iron_horse_armor", - "sharmor": "iron_horse_armor", - "shorsearmor": "iron_horse_armor", - "starmor": "iron_horse_armor", - "steelarmor": "iron_horse_armor", - "steelharmor": "iron_horse_armor", - "steelhorsearmor": "iron_horse_armor", - "stharmor": "iron_horse_armor", - "sthorsearmor": "iron_horse_armor", - "iron_ingot": { - "material": "IRON_INGOT" - }, - "bari": "iron_ingot", - "bariron": "iron_ingot", - "bars": "iron_ingot", - "barst": "iron_ingot", - "barsteel": "iron_ingot", - "ibar": "iron_ingot", - "ii": "iron_ingot", - "iingot": "iron_ingot", - "iiron": "iron_ingot", - "ingoti": "iron_ingot", - "ingotiron": "iron_ingot", - "ingots": "iron_ingot", - "ingotst": "iron_ingot", - "ingotsteel": "iron_ingot", - "ironbar": "iron_ingot", - "ironi": "iron_ingot", - "ironingot": "iron_ingot", - "is": "iron_ingot", - "ist": "iron_ingot", - "isteel": "iron_ingot", - "minecraft:iron_ingot": "iron_ingot", - "sbar": "iron_ingot", - "si": "iron_ingot", - "singot": "iron_ingot", - "stbar": "iron_ingot", - "steelbar": "iron_ingot", - "steeli": "iron_ingot", - "steelingot": "iron_ingot", - "sti": "iron_ingot", - "stingot": "iron_ingot", - "iron_leggings": { - "material": "IRON_LEGGINGS" - }, - "ileggings": "iron_leggings", - "ilegs": "iron_leggings", - "ipants": "iron_leggings", - "ironleggings": "iron_leggings", - "ironlegs": "iron_leggings", - "ironpants": "iron_leggings", - "minecraft:iron_leggings": "iron_leggings", - "sleggings": "iron_leggings", - "slegs": "iron_leggings", - "spants": "iron_leggings", - "steelleggings": "iron_leggings", - "steellegs": "iron_leggings", - "steelpants": "iron_leggings", - "stleggings": "iron_leggings", - "stlegs": "iron_leggings", - "stpants": "iron_leggings", - "iron_nugget": { - "material": "IRON_NUGGET" - }, - "ironnugget": "iron_nugget", - "minecraft:iron_nugget": "iron_nugget", - "iron_ore": { - "material": "IRON_ORE" - }, - "io": "iron_ore", - "iore": "iron_ore", - "irono": "iron_ore", - "ironore": "iron_ore", - "minecraft:iron_ore": "iron_ore", - "oi": "iron_ore", - "oiron": "iron_ore", - "orei": "iron_ore", - "oreiron": "iron_ore", - "ores": "iron_ore", - "orest": "iron_ore", - "oresteel": "iron_ore", - "os": "iron_ore", - "ost": "iron_ore", - "osteel": "iron_ore", - "so": "iron_ore", - "sore": "iron_ore", - "steelo": "iron_ore", - "steelore": "iron_ore", - "sto": "iron_ore", - "stoneiore": "iron_ore", - "stoneironore": "iron_ore", - "stonesore": "iron_ore", - "stonesteelore": "iron_ore", - "stonestore": "iron_ore", - "store": "iron_ore", - "iron_pickaxe": { - "material": "IRON_PICKAXE" - }, - "ipick": "iron_pickaxe", - "ipickaxe": "iron_pickaxe", - "ironpick": "iron_pickaxe", - "ironpickaxe": "iron_pickaxe", - "minecraft:iron_pickaxe": "iron_pickaxe", - "spick": "stone_pickaxe", - "spickaxe": "stone_pickaxe", - "steelpick": "iron_pickaxe", - "steelpickaxe": "iron_pickaxe", - "stpick": "iron_pickaxe", - "stpickaxe": "iron_pickaxe", - "iron_shovel": { - "material": "IRON_SHOVEL" - }, - "ironshovel": "iron_shovel", - "ironspade": "iron_shovel", - "ishovel": "iron_shovel", - "ispade": "iron_shovel", - "minecraft:iron_shovel": "iron_shovel", - "sshovel": "stone_shovel", - "sspade": "stone_shovel", - "steelshovel": "iron_shovel", - "steelspade": "iron_shovel", - "stshovel": "iron_shovel", - "stspade": "iron_shovel", - "iron_sword": { - "material": "IRON_SWORD" - }, - "ironsword": "iron_sword", - "isword": "iron_sword", - "minecraft:iron_sword": "iron_sword", - "ssword": "stone_sword", - "steelsword": "iron_sword", - "stsword": "iron_sword", - "iron_trapdoor": { - "material": "IRON_TRAPDOOR" - }, - "idoort": "iron_trapdoor", - "idoortrap": "iron_trapdoor", - "idtrap": "iron_trapdoor", - "ihatch": "iron_trapdoor", - "irondoort": "iron_trapdoor", - "irondoortrap": "iron_trapdoor", - "irondtrap": "iron_trapdoor", - "ironhatch": "iron_trapdoor", - "irontdoor": "iron_trapdoor", - "irontrapd": "iron_trapdoor", - "irontrapdoor": "iron_trapdoor", - "itdoor": "iron_trapdoor", - "itrapd": "iron_trapdoor", - "itrapdoor": "iron_trapdoor", - "minecraft:iron_trapdoor": "iron_trapdoor", - "sdoort": "spruce_trapdoor", - "sdoortrap": "spruce_trapdoor", - "sdtrap": "spruce_trapdoor", - "shatch": "spruce_trapdoor", - "stdoort": "iron_trapdoor", - "stdoortrap": "iron_trapdoor", - "stdtrap": "iron_trapdoor", - "steeldoort": "iron_trapdoor", - "steeldoortrap": "iron_trapdoor", - "steeldtrap": "iron_trapdoor", - "steelhatch": "iron_trapdoor", - "steeltdoor": "iron_trapdoor", - "steeltrapd": "iron_trapdoor", - "steeltrapdoor": "iron_trapdoor", - "sthatch": "iron_trapdoor", - "strapd": "spruce_trapdoor", - "strapdoor": "spruce_trapdoor", - "sttdoor": "iron_trapdoor", - "sttrapd": "iron_trapdoor", - "sttrapdoor": "iron_trapdoor", - "item_frame": { - "material": "ITEM_FRAME" - }, - "itemframe": "item_frame", - "minecraft:item_frame": "item_frame", - "jack_o_lantern": { - "material": "JACK_O_LANTERN" - }, - "jackolantern": "jack_o_lantern", - "minecraft:jack_o_lantern": "jack_o_lantern", - "jigsaw": { - "material": "JIGSAW" - }, - "minecraft:jigsaw": "jigsaw", - "jukebox": { - "material": "JUKEBOX" - }, - "minecraft:jukebox": "jukebox", - "jungle_boat": { - "material": "JUNGLE_BOAT" - }, - "boatf": "jungle_boat", - "boatforest": "jungle_boat", - "boatj": "jungle_boat", - "boatjungle": "jungle_boat", - "fboat": "jungle_boat", - "forestboat": "jungle_boat", - "forestraft": "jungle_boat", - "fraft": "jungle_boat", - "jboat": "jungle_boat", - "jraft": "jungle_boat", - "jungleboat": "jungle_boat", - "jungleraft": "jungle_boat", - "minecraft:jungle_boat": "jungle_boat", - "jungle_button": { - "material": "JUNGLE_BUTTON" - }, - "buttonf": "jungle_button", - "buttonforest": "jungle_button", - "buttonj": "jungle_button", - "buttonjungle": "jungle_button", - "fbutton": "jungle_button", - "forestbutton": "jungle_button", - "jbutton": "jungle_button", - "junglebutton": "jungle_button", - "minecraft:jungle_button": "jungle_button", - "jungle_door": { - "material": "JUNGLE_DOOR" - }, - "fdoor": "jungle_door", - "forestdoor": "jungle_door", - "jdoor": "jungle_door", - "jungledoor": "jungle_door", - "minecraft:jungle_door": "jungle_door", - "jungle_fence": { - "material": "JUNGLE_FENCE" - }, - "ffence": "jungle_fence", - "forestfence": "jungle_fence", - "jfence": "jungle_fence", - "junglefence": "jungle_fence", - "minecraft:jungle_fence": "jungle_fence", - "jungle_fence_gate": { - "material": "JUNGLE_FENCE_GATE" - }, - "ffencegate": "jungle_fence_gate", - "fgate": "jungle_fence_gate", - "forestfencegate": "jungle_fence_gate", - "forestgate": "jungle_fence_gate", - "gatef": "jungle_fence_gate", - "gateforest": "jungle_fence_gate", - "gatej": "jungle_fence_gate", - "gatejungle": "jungle_fence_gate", - "jfencegate": "jungle_fence_gate", - "jgate": "jungle_fence_gate", - "junglefencegate": "jungle_fence_gate", - "junglegate": "jungle_fence_gate", - "minecraft:jungle_fence_gate": "jungle_fence_gate", - "jungle_leaves": { - "material": "JUNGLE_LEAVES" - }, - "fleaf": "jungle_leaves", - "fleave": "jungle_leaves", - "fleaves": "jungle_leaves", - "flogleaf": "jungle_leaves", - "flogleave": "jungle_leaves", - "flogleaves": "jungle_leaves", - "forestleaf": "jungle_leaves", - "forestleave": "jungle_leaves", - "forestleaves": "jungle_leaves", - "forestlogleaf": "jungle_leaves", - "forestlogleave": "jungle_leaves", - "forestlogleaves": "jungle_leaves", - "foresttreeleaf": "jungle_leaves", - "foresttreeleave": "jungle_leaves", - "foresttreeleaves": "jungle_leaves", - "foresttrunkleaf": "jungle_leaves", - "foresttrunkleave": "jungle_leaves", - "foresttrunkleaves": "jungle_leaves", - "forestwoodleaf": "jungle_leaves", - "forestwoodleave": "jungle_leaves", - "forestwoodleaves": "jungle_leaves", - "ftreeleaf": "jungle_leaves", - "ftreeleave": "jungle_leaves", - "ftreeleaves": "jungle_leaves", - "ftrunkleaf": "jungle_leaves", - "ftrunkleave": "jungle_leaves", - "ftrunkleaves": "jungle_leaves", - "fwoodleaf": "jungle_leaves", - "fwoodleave": "jungle_leaves", - "fwoodleaves": "jungle_leaves", - "jleaf": "jungle_leaves", - "jleave": "jungle_leaves", - "jleaves": "jungle_leaves", - "jlogleaf": "jungle_leaves", - "jlogleave": "jungle_leaves", - "jlogleaves": "jungle_leaves", - "jtreeleaf": "jungle_leaves", - "jtreeleave": "jungle_leaves", - "jtreeleaves": "jungle_leaves", - "jtrunkleaf": "jungle_leaves", - "jtrunkleave": "jungle_leaves", - "jtrunkleaves": "jungle_leaves", - "jungleleaf": "jungle_leaves", - "jungleleave": "jungle_leaves", - "jungleleaves": "jungle_leaves", - "junglelogleaf": "jungle_leaves", - "junglelogleave": "jungle_leaves", - "junglelogleaves": "jungle_leaves", - "jungletreeleaf": "jungle_leaves", - "jungletreeleave": "jungle_leaves", - "jungletreeleaves": "jungle_leaves", - "jungletrunkleaf": "jungle_leaves", - "jungletrunkleave": "jungle_leaves", - "jungletrunkleaves": "jungle_leaves", - "junglewoodleaf": "jungle_leaves", - "junglewoodleave": "jungle_leaves", - "junglewoodleaves": "jungle_leaves", - "jwoodleaf": "jungle_leaves", - "jwoodleave": "jungle_leaves", - "jwoodleaves": "jungle_leaves", - "leaff": "jungle_leaves", - "leafforest": "jungle_leaves", - "leafj": "jungle_leaves", - "leafjungle": "jungle_leaves", - "leavesf": "jungle_leaves", - "leavesforest": "jungle_leaves", - "leavesj": "jungle_leaves", - "leavesjungle": "jungle_leaves", - "minecraft:jungle_leaves": "jungle_leaves", - "jungle_log": { - "material": "JUNGLE_LOG" - }, - "flog": "jungle_log", - "forestlog": "jungle_log", - "foresttree": "jungle_log", - "foresttrunk": "jungle_log", - "ftree": "jungle_log", - "ftrunk": "jungle_log", - "jlog": "jungle_log", - "jtree": "jungle_log", - "jtrunk": "jungle_log", - "junglelog": "jungle_log", - "jungletree": "jungle_log", - "jungletrunk": "jungle_log", - "logf": "jungle_log", - "logforest": "jungle_log", - "logj": "jungle_log", - "logjungle": "jungle_log", - "minecraft:jungle_log": "jungle_log", - "jungle_planks": { - "material": "JUNGLE_PLANKS" - }, - "forestplank": "jungle_planks", - "forestplankw": "jungle_planks", - "forestplankwood": "jungle_planks", - "forestplankwooden": "jungle_planks", - "forestwoodenplank": "jungle_planks", - "forestwoodplank": "jungle_planks", - "forestwplank": "jungle_planks", - "fplank": "jungle_planks", - "fplankw": "jungle_planks", - "fplankwood": "jungle_planks", - "fplankwooden": "jungle_planks", - "fwoodenplank": "jungle_planks", - "fwoodplank": "jungle_planks", - "fwplank": "jungle_planks", - "jplank": "jungle_planks", - "jplankw": "jungle_planks", - "jplankwood": "jungle_planks", - "jplankwooden": "jungle_planks", - "jungleplank": "jungle_planks", - "jungleplanks": "jungle_planks", - "jungleplankw": "jungle_planks", - "jungleplankwood": "jungle_planks", - "jungleplankwooden": "jungle_planks", - "junglewoodenplank": "jungle_planks", - "junglewoodplank": "jungle_planks", - "junglewplank": "jungle_planks", - "jwoodenplank": "jungle_planks", - "jwoodplank": "jungle_planks", - "jwplank": "jungle_planks", - "minecraft:jungle_planks": "jungle_planks", - "jungle_pressure_plate": { - "material": "JUNGLE_PRESSURE_PLATE" - }, - "forestplate": "jungle_pressure_plate", - "forestpplate": "jungle_pressure_plate", - "forestpressplate": "jungle_pressure_plate", - "forestpressureplate": "jungle_pressure_plate", - "fplate": "jungle_pressure_plate", - "fpplate": "jungle_pressure_plate", - "fpressplate": "jungle_pressure_plate", - "fpressureplate": "jungle_pressure_plate", - "jplate": "jungle_pressure_plate", - "jpplate": "jungle_pressure_plate", - "jpressplate": "jungle_pressure_plate", - "jpressureplate": "jungle_pressure_plate", - "jungleplate": "jungle_pressure_plate", - "junglepplate": "jungle_pressure_plate", - "junglepressplate": "jungle_pressure_plate", - "junglepressureplate": "jungle_pressure_plate", - "minecraft:jungle_pressure_plate": "jungle_pressure_plate", - "platef": "jungle_pressure_plate", - "plateforest": "jungle_pressure_plate", - "platej": "jungle_pressure_plate", - "platejungle": "jungle_pressure_plate", - "jungle_sapling": { - "material": "JUNGLE_SAPLING" - }, - "flogsapling": "jungle_sapling", - "forestlogsapling": "jungle_sapling", - "forestsapling": "jungle_sapling", - "foresttreesapling": "jungle_sapling", - "foresttrunksapling": "jungle_sapling", - "forestwoodsapling": "jungle_sapling", - "fsapling": "jungle_sapling", - "ftreesapling": "jungle_sapling", - "ftrunksapling": "jungle_sapling", - "fwoodsapling": "jungle_sapling", - "jlogsapling": "jungle_sapling", - "jsapling": "jungle_sapling", - "jtreesapling": "jungle_sapling", - "jtrunksapling": "jungle_sapling", - "junglelogsapling": "jungle_sapling", - "junglesapling": "jungle_sapling", - "jungletreesapling": "jungle_sapling", - "jungletrunksapling": "jungle_sapling", - "junglewoodsapling": "jungle_sapling", - "jwoodsapling": "jungle_sapling", - "minecraft:jungle_sapling": "jungle_sapling", - "jungle_sign": { - "material": "JUNGLE_SIGN", - "fallbacks": [ - "SIGN" - ] - }, - "forestsign": "jungle_sign", - "fsign": "jungle_sign", - "jsign": "jungle_sign", - "junglesign": "jungle_sign", - "minecraft:jungle_sign": "jungle_sign", - "jungle_slab": { - "material": "JUNGLE_SLAB" - }, - "fhalfblock": "jungle_slab", - "foresthalfblock": "jungle_slab", - "foreststep": "jungle_slab", - "forestwhalfblock": "jungle_slab", - "forestwoodenhalfblock": "jungle_slab", - "forestwoodenslab": "jungle_slab", - "forestwoodenstep": "jungle_slab", - "forestwoodhalfblock": "jungle_slab", - "forestwoodslab": "jungle_slab", - "forestwoodstep": "jungle_slab", - "forestwslab": "jungle_slab", - "forestwstep": "jungle_slab", - "fstep": "jungle_slab", - "fwhalfblock": "jungle_slab", - "fwoodenhalfblock": "jungle_slab", - "fwoodenslab": "jungle_slab", - "fwoodenstep": "jungle_slab", - "fwoodhalfblock": "jungle_slab", - "fwoodslab": "jungle_slab", - "fwoodstep": "jungle_slab", - "fwslab": "jungle_slab", - "fwstep": "jungle_slab", - "jhalfblock": "jungle_slab", - "jstep": "jungle_slab", - "junglehalfblock": "jungle_slab", - "jungleslab": "jungle_slab", - "junglestep": "jungle_slab", - "junglewhalfblock": "jungle_slab", - "junglewoodenhalfblock": "jungle_slab", - "junglewoodenslab": "jungle_slab", - "junglewoodenstep": "jungle_slab", - "junglewoodhalfblock": "jungle_slab", - "junglewoodslab": "jungle_slab", - "junglewoodstep": "jungle_slab", - "junglewslab": "jungle_slab", - "junglewstep": "jungle_slab", - "jwhalfblock": "jungle_slab", - "jwoodenhalfblock": "jungle_slab", - "jwoodenslab": "jungle_slab", - "jwoodenstep": "jungle_slab", - "jwoodhalfblock": "jungle_slab", - "jwoodslab": "jungle_slab", - "jwoodstep": "jungle_slab", - "jwslab": "jungle_slab", - "jwstep": "jungle_slab", - "minecraft:jungle_slab": "jungle_slab", - "jungle_stairs": { - "material": "JUNGLE_STAIRS" - }, - "foreststair": "jungle_stairs", - "forestwoodenstair": "jungle_stairs", - "forestwoodenstairs": "jungle_stairs", - "forestwoodstair": "jungle_stairs", - "forestwoodstairs": "jungle_stairs", - "forestwstair": "jungle_stairs", - "forestwstairs": "jungle_stairs", - "fstair": "jungle_stairs", - "fwoodenstair": "jungle_stairs", - "fwoodenstairs": "jungle_stairs", - "fwoodstair": "jungle_stairs", - "fwoodstairs": "jungle_stairs", - "fwstair": "jungle_stairs", - "fwstairs": "jungle_stairs", - "jstair": "jungle_stairs", - "junglestair": "jungle_stairs", - "junglestairs": "jungle_stairs", - "junglewoodenstair": "jungle_stairs", - "junglewoodenstairs": "jungle_stairs", - "junglewoodstair": "jungle_stairs", - "junglewoodstairs": "jungle_stairs", - "junglewstair": "jungle_stairs", - "junglewstairs": "jungle_stairs", - "jwoodenstair": "jungle_stairs", - "jwoodenstairs": "jungle_stairs", - "jwoodstair": "jungle_stairs", - "jwoodstairs": "jungle_stairs", - "jwstair": "jungle_stairs", - "jwstairs": "jungle_stairs", - "minecraft:jungle_stairs": "jungle_stairs", - "jungle_trapdoor": { - "material": "JUNGLE_TRAPDOOR" - }, - "fdoort": "jungle_trapdoor", - "fdoortrap": "jungle_trapdoor", - "fdtrap": "jungle_trapdoor", - "fhatch": "jungle_trapdoor", - "forestdoort": "jungle_trapdoor", - "forestdoortrap": "jungle_trapdoor", - "forestdtrap": "jungle_trapdoor", - "foresthatch": "jungle_trapdoor", - "foresttdoor": "jungle_trapdoor", - "foresttrapd": "jungle_trapdoor", - "foresttrapdoor": "jungle_trapdoor", - "ftdoor": "jungle_trapdoor", - "ftrapd": "jungle_trapdoor", - "ftrapdoor": "jungle_trapdoor", - "jdoort": "jungle_trapdoor", - "jdoortrap": "jungle_trapdoor", - "jdtrap": "jungle_trapdoor", - "jhatch": "jungle_trapdoor", - "jtdoor": "jungle_trapdoor", - "jtrapd": "jungle_trapdoor", - "jtrapdoor": "jungle_trapdoor", - "jungledoort": "jungle_trapdoor", - "jungledoortrap": "jungle_trapdoor", - "jungledtrap": "jungle_trapdoor", - "junglehatch": "jungle_trapdoor", - "jungletdoor": "jungle_trapdoor", - "jungletrapd": "jungle_trapdoor", - "jungletrapdoor": "jungle_trapdoor", - "minecraft:jungle_trapdoor": "jungle_trapdoor", - "jungle_wood": { - "material": "JUNGLE_WOOD" - }, - "flogall": "jungle_wood", - "forestlogall": "jungle_wood", - "foresttreeall": "jungle_wood", - "foresttrunkall": "jungle_wood", - "forestwood": "jungle_wood", - "ftreeall": "jungle_wood", - "ftrunkall": "jungle_wood", - "fwood": "jungle_wood", - "jlogall": "jungle_wood", - "jtreeall": "jungle_wood", - "jtrunkall": "jungle_wood", - "junglelogall": "jungle_wood", - "jungletreeall": "jungle_wood", - "jungletrunkall": "jungle_wood", - "junglewood": "jungle_wood", - "jwood": "jungle_wood", - "minecraft:jungle_wood": "jungle_wood", - "woodf": "jungle_wood", - "woodforest": "jungle_wood", - "woodj": "jungle_wood", - "woodjungle": "jungle_wood", - "kelp": { - "material": "KELP" - }, - "minecraft:kelp": "kelp", - "knowledge_book": { - "material": "KNOWLEDGE_BOOK" - }, - "knowledgebook": "knowledge_book", - "minecraft:knowledge_book": "knowledge_book", - "ladder": { - "material": "LADDER" - }, - "minecraft:ladder": "ladder", - "lantern": { - "material": "LANTERN" - }, - "minecraft:lantern": "lantern", - "lapis_block": { - "material": "LAPIS_BLOCK" - }, - "blockl": "lapis_block", - "blocklapis": "lapis_block", - "blocklapislazuli": "lapis_block", - "lapisblock": "lapis_block", - "lapislazuliblock": "lapis_block", - "lblock": "lapis_block", - "minecraft:lapis_block": "lapis_block", - "lapis_lazuli": { - "material": "LAPIS_LAZULI" - }, - "lapislazuli": "lapis_lazuli", - "minecraft:lapis_lazuli": "lapis_lazuli", - "lapis_ore": { - "material": "LAPIS_ORE" - }, - "lapislazulio": "lapis_ore", - "lapislazuliore": "lapis_ore", - "lapiso": "lapis_ore", - "lapisore": "lapis_ore", - "lo": "lapis_ore", - "lore": "lapis_ore", - "minecraft:lapis_ore": "lapis_ore", - "ol": "lapis_ore", - "olapis": "lapis_ore", - "olapislazuli": "lapis_ore", - "orel": "lapis_ore", - "orelapis": "lapis_ore", - "orelapislazuli": "lapis_ore", - "stonelapislazuliore": "lapis_ore", - "stonelapisore": "lapis_ore", - "stonelore": "lapis_ore", - "large_amethyst_bud": { - "material": "LARGE_AMETHYST_BUD" - }, - "amethystbudl": "large_amethyst_bud", - "bigamethystbud": "large_amethyst_bud", - "bigcavebud": "large_amethyst_bud", - "cavebudl": "large_amethyst_bud", - "lamethystbud": "large_amethyst_bud", - "largeamethystbud": "large_amethyst_bud", - "largecavebud": "large_amethyst_bud", - "lcavebud": "large_amethyst_bud", - "minecraft:large_amethyst_bud": "large_amethyst_bud", - "large_fern": { - "material": "LARGE_FERN" - }, - "largefern": "large_fern", - "minecraft:large_fern": "large_fern", - "lava_bucket": { - "material": "LAVA_BUCKET" - }, - "lavabucket": "lava_bucket", - "minecraft:lava_bucket": "lava_bucket", - "lead": { - "material": "LEAD" - }, - "minecraft:lead": "lead", - "leaping_lingering_potion": { - "potionData": { - "type": "JUMP", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionjump": "leaping_lingering_potion", - "aoepotionleap": "leaping_lingering_potion", - "aoepotionleaping": "leaping_lingering_potion", - "aoepotjump": "leaping_lingering_potion", - "aoepotleap": "leaping_lingering_potion", - "aoepotleaping": "leaping_lingering_potion", - "areapotionjump": "leaping_lingering_potion", - "areapotionleap": "leaping_lingering_potion", - "areapotionleaping": "leaping_lingering_potion", - "areapotjump": "leaping_lingering_potion", - "areapotleap": "leaping_lingering_potion", - "areapotleaping": "leaping_lingering_potion", - "cloudpotionjump": "leaping_lingering_potion", - "cloudpotionleap": "leaping_lingering_potion", - "cloudpotionleaping": "leaping_lingering_potion", - "cloudpotjump": "leaping_lingering_potion", - "cloudpotleap": "leaping_lingering_potion", - "cloudpotleaping": "leaping_lingering_potion", - "jumpaoepoiont": "leaping_lingering_potion", - "jumpaoepot": "leaping_lingering_potion", - "jumpareapot": "leaping_lingering_potion", - "jumpareapotion": "leaping_lingering_potion", - "jumpcloudpot": "leaping_lingering_potion", - "jumpcloudpotion": "leaping_lingering_potion", - "jumplingerpot": "leaping_lingering_potion", - "leapaoepoiont": "leaping_lingering_potion", - "leapaoepot": "leaping_lingering_potion", - "leapareapot": "leaping_lingering_potion", - "leapareapotion": "leaping_lingering_potion", - "leapcloudpot": "leaping_lingering_potion", - "leapcloudpotion": "leaping_lingering_potion", - "leapingaoepoiont": "leaping_lingering_potion", - "leapingaoepot": "leaping_lingering_potion", - "leapingareapot": "leaping_lingering_potion", - "leapingareapotion": "leaping_lingering_potion", - "leapingcloudpot": "leaping_lingering_potion", - "leapingcloudpotion": "leaping_lingering_potion", - "leapinglingerpot": "leaping_lingering_potion", - "leaplingerpot": "leaping_lingering_potion", - "lingerpotjump": "leaping_lingering_potion", - "lingerpotleap": "leaping_lingering_potion", - "lingerpotleaping": "leaping_lingering_potion", - "leaping_potion": { - "potionData": { - "type": "JUMP", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "jumppot": "leaping_potion", - "jumppotion": "leaping_potion", - "leapingpot": "leaping_potion", - "leapingpotion": "leaping_potion", - "leappot": "leaping_potion", - "leappotion": "leaping_potion", - "potionofjump": "leaping_potion", - "potionofleap": "leaping_potion", - "potionofleaping": "leaping_potion", - "potofjump": "leaping_potion", - "potofleap": "leaping_potion", - "potofleaping": "leaping_potion", - "leaping_splash_potion": { - "potionData": { - "type": "JUMP", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "jumpsplashpot": "leaping_splash_potion", - "jumpsplashpotion": "leaping_splash_potion", - "leapingsplashpot": "leaping_splash_potion", - "leapingsplashpotion": "leaping_splash_potion", - "leapsplashpot": "leaping_splash_potion", - "leapsplashpotion": "leaping_splash_potion", - "splashjumppot": "leaping_splash_potion", - "splashjumppotion": "leaping_splash_potion", - "splashleapingpot": "leaping_splash_potion", - "splashleapingpotion": "leaping_splash_potion", - "splashleappot": "leaping_splash_potion", - "splashleappotion": "leaping_splash_potion", - "spljumppot": "leaping_splash_potion", - "spljumppotion": "leaping_splash_potion", - "splleapingpot": "leaping_splash_potion", - "splleapingpotion": "leaping_splash_potion", - "splleappot": "leaping_splash_potion", - "splleappotion": "leaping_splash_potion", - "leaping_tipped_arrow": { - "potionData": { - "type": "JUMP", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowjump": "leaping_tipped_arrow", - "arrowleap": "leaping_tipped_arrow", - "arrowleaping": "leaping_tipped_arrow", - "jumparrow": "leaping_tipped_arrow", - "jumptarr": "leaping_tipped_arrow", - "jumptarrow": "leaping_tipped_arrow", - "jumptippedarrow": "leaping_tipped_arrow", - "leaparrow": "leaping_tipped_arrow", - "leapingarrow": "leaping_tipped_arrow", - "leapingtarr": "leaping_tipped_arrow", - "leapingtarrow": "leaping_tipped_arrow", - "leapingtippedarrow": "leaping_tipped_arrow", - "leaptarr": "leaping_tipped_arrow", - "leaptarrow": "leaping_tipped_arrow", - "leaptippedarrow": "leaping_tipped_arrow", - "leather": { - "material": "LEATHER" - }, - "minecraft:leather": "leather", - "leather_boots": { - "material": "LEATHER_BOOTS" - }, - "lboots": "leather_boots", - "leatherboots": "leather_boots", - "leathershoes": "leather_boots", - "lshoes": "leather_boots", - "minecraft:leather_boots": "leather_boots", - "leather_chestplate": { - "material": "LEATHER_CHESTPLATE" - }, - "lchestplate": "leather_chestplate", - "leatherchestplate": "leather_chestplate", - "leatherplate": "leather_chestplate", - "leatherplatebody": "leather_chestplate", - "leathershirt": "leather_chestplate", - "leathertunic": "leather_chestplate", - "lplatebody": "leather_chestplate", - "lshirt": "leather_chestplate", - "ltunic": "leather_chestplate", - "minecraft:leather_chestplate": "leather_chestplate", - "leather_helmet": { - "material": "LEATHER_HELMET" - }, - "lcoif": "leather_helmet", - "leathercoif": "leather_helmet", - "leatherhat": "leather_helmet", - "leatherhelm": "leather_helmet", - "leatherhelmet": "leather_helmet", - "lhat": "leather_helmet", - "lhelm": "leather_helmet", - "lhelmet": "leather_helmet", - "minecraft:leather_helmet": "leather_helmet", - "leather_horse_armor": { - "material": "LEATHER_HORSE_ARMOR" - }, - "larmor": "leather_horse_armor", - "leatherarmor": "leather_horse_armor", - "leatherharmor": "leather_horse_armor", - "leatherhorsearmor": "leather_horse_armor", - "lharmor": "leather_horse_armor", - "lhorsearmor": "leather_horse_armor", - "minecraft:leather_horse_armor": "leather_horse_armor", - "leather_leggings": { - "material": "LEATHER_LEGGINGS" - }, - "leatherleggings": "leather_leggings", - "leatherlegs": "leather_leggings", - "leatherpants": "leather_leggings", - "lleggings": "leather_leggings", - "llegs": "leather_leggings", - "lpants": "leather_leggings", - "minecraft:leather_leggings": "leather_leggings", - "lectern": { - "material": "LECTERN" - }, - "minecraft:lectern": "lectern", - "lever": { - "material": "LEVER" - }, - "minecraft:lever": "lever", - "light": { - "material": "LIGHT" - }, - "minecraft:light": "light", - "light_blue_banner": { - "material": "LIGHT_BLUE_BANNER" - }, - "lbbanner": "light_blue_banner", - "lblubanner": "light_blue_banner", - "lbluebanner": "light_blue_banner", - "light_bluebanner": "light_blue_banner", - "lightblubanner": "light_blue_banner", - "lightbluebanner": "light_blue_banner", - "minecraft:light_blue_banner": "light_blue_banner", - "light_blue_bed": { - "material": "LIGHT_BLUE_BED" - }, - "lbbed": "light_blue_bed", - "lblubed": "light_blue_bed", - "lbluebed": "light_blue_bed", - "light_bluebed": "light_blue_bed", - "lightblubed": "light_blue_bed", - "lightbluebed": "light_blue_bed", - "minecraft:light_blue_bed": "light_blue_bed", - "light_blue_candle": { - "material": "LIGHT_BLUE_CANDLE" - }, - "lbcandle": "light_blue_candle", - "lblucandle": "light_blue_candle", - "lbluecandle": "light_blue_candle", - "light_bluecandle": "light_blue_candle", - "lightblucandle": "light_blue_candle", - "lightbluecandle": "light_blue_candle", - "minecraft:light_blue_candle": "light_blue_candle", - "light_blue_carpet": { - "material": "LIGHT_BLUE_CARPET" - }, - "lbcarpet": "light_blue_carpet", - "lbfloor": "light_blue_carpet", - "lblucarpet": "light_blue_carpet", - "lbluecarpet": "light_blue_carpet", - "lbluefloor": "light_blue_carpet", - "lblufloor": "light_blue_carpet", - "light_bluecarpet": "light_blue_carpet", - "light_bluefloor": "light_blue_carpet", - "lightblucarpet": "light_blue_carpet", - "lightbluecarpet": "light_blue_carpet", - "lightbluefloor": "light_blue_carpet", - "lightblufloor": "light_blue_carpet", - "minecraft:light_blue_carpet": "light_blue_carpet", - "light_blue_concrete": { - "material": "LIGHT_BLUE_CONCRETE" - }, - "lbconcrete": "light_blue_concrete", - "lbluconcrete": "light_blue_concrete", - "lblueconcrete": "light_blue_concrete", - "light_blueconcrete": "light_blue_concrete", - "lightbluconcrete": "light_blue_concrete", - "lightblueconcrete": "light_blue_concrete", - "minecraft:light_blue_concrete": "light_blue_concrete", - "light_blue_concrete_powder": { - "material": "LIGHT_BLUE_CONCRETE_POWDER" - }, - "lbcdust": "light_blue_concrete_powder", - "lbconcretepowder": "light_blue_concrete_powder", - "lbconcretesand": "light_blue_concrete_powder", - "lbcp": "light_blue_concrete_powder", - "lbcpowder": "light_blue_concrete_powder", - "lblucdust": "light_blue_concrete_powder", - "lbluconcretepowder": "light_blue_concrete_powder", - "lbluconcretesand": "light_blue_concrete_powder", - "lblucp": "light_blue_concrete_powder", - "lblucpowder": "light_blue_concrete_powder", - "lbluecdust": "light_blue_concrete_powder", - "lblueconcretepowder": "light_blue_concrete_powder", - "lblueconcretesand": "light_blue_concrete_powder", - "lbluecp": "light_blue_concrete_powder", - "lbluecpowder": "light_blue_concrete_powder", - "light_bluecdust": "light_blue_concrete_powder", - "light_blueconcretepowder": "light_blue_concrete_powder", - "light_blueconcretesand": "light_blue_concrete_powder", - "light_bluecp": "light_blue_concrete_powder", - "light_bluecpowder": "light_blue_concrete_powder", - "lightblucdust": "light_blue_concrete_powder", - "lightbluconcretepowder": "light_blue_concrete_powder", - "lightbluconcretesand": "light_blue_concrete_powder", - "lightblucp": "light_blue_concrete_powder", - "lightblucpowder": "light_blue_concrete_powder", - "lightbluecdust": "light_blue_concrete_powder", - "lightblueconcretepowder": "light_blue_concrete_powder", - "lightblueconcretesand": "light_blue_concrete_powder", - "lightbluecp": "light_blue_concrete_powder", - "lightbluecpowder": "light_blue_concrete_powder", - "minecraft:light_blue_concrete_powder": "light_blue_concrete_powder", - "light_blue_dye": { - "material": "LIGHT_BLUE_DYE" - }, - "lbdye": "light_blue_dye", - "lbludye": "light_blue_dye", - "lbluedye": "light_blue_dye", - "light_bluedye": "light_blue_dye", - "lightbludye": "light_blue_dye", - "lightbluedye": "light_blue_dye", - "minecraft:light_blue_dye": "light_blue_dye", - "light_blue_glazed_terracotta": { - "material": "LIGHT_BLUE_GLAZED_TERRACOTTA" - }, - "lbglazedtcota": "light_blue_glazed_terracotta", - "lbglazedterra": "light_blue_glazed_terracotta", - "lbglazedterracota": "light_blue_glazed_terracotta", - "lbglazedterracotta": "light_blue_glazed_terracotta", - "lbgtcotta": "light_blue_glazed_terracotta", - "lbgterra": "light_blue_glazed_terracotta", - "lblueglazedtcota": "light_blue_glazed_terracotta", - "lblueglazedterra": "light_blue_glazed_terracotta", - "lblueglazedterracota": "light_blue_glazed_terracotta", - "lblueglazedterracotta": "light_blue_glazed_terracotta", - "lbluegtcotta": "light_blue_glazed_terracotta", - "lbluegterra": "light_blue_glazed_terracotta", - "lbluglazedtcota": "light_blue_glazed_terracotta", - "lbluglazedterra": "light_blue_glazed_terracotta", - "lbluglazedterracota": "light_blue_glazed_terracotta", - "lbluglazedterracotta": "light_blue_glazed_terracotta", - "lblugtcotta": "light_blue_glazed_terracotta", - "lblugterra": "light_blue_glazed_terracotta", - "light_blueglazedtcota": "light_blue_glazed_terracotta", - "light_blueglazedterra": "light_blue_glazed_terracotta", - "light_blueglazedterracota": "light_blue_glazed_terracotta", - "light_blueglazedterracotta": "light_blue_glazed_terracotta", - "light_bluegtcotta": "light_blue_glazed_terracotta", - "light_bluegterra": "light_blue_glazed_terracotta", - "lightblueglazedtcota": "light_blue_glazed_terracotta", - "lightblueglazedterra": "light_blue_glazed_terracotta", - "lightblueglazedterracota": "light_blue_glazed_terracotta", - "lightblueglazedterracotta": "light_blue_glazed_terracotta", - "lightbluegtcotta": "light_blue_glazed_terracotta", - "lightbluegterra": "light_blue_glazed_terracotta", - "lightbluglazedtcota": "light_blue_glazed_terracotta", - "lightbluglazedterra": "light_blue_glazed_terracotta", - "lightbluglazedterracota": "light_blue_glazed_terracotta", - "lightbluglazedterracotta": "light_blue_glazed_terracotta", - "lightblugtcotta": "light_blue_glazed_terracotta", - "lightblugterra": "light_blue_glazed_terracotta", - "minecraft:light_blue_glazed_terracotta": "light_blue_glazed_terracotta", - "light_blue_shulker_box": { - "material": "LIGHT_BLUE_SHULKER_BOX" - }, - "lbluesbox": "light_blue_shulker_box", - "lblueshulkerbox": "light_blue_shulker_box", - "lblusbox": "light_blue_shulker_box", - "lblushulkerbox": "light_blue_shulker_box", - "lbsbox": "light_blue_shulker_box", - "lbshulkerbox": "light_blue_shulker_box", - "light_bluesbox": "light_blue_shulker_box", - "light_blueshulkerbox": "light_blue_shulker_box", - "lightbluesbox": "light_blue_shulker_box", - "lightblueshulkerbox": "light_blue_shulker_box", - "lightblusbox": "light_blue_shulker_box", - "lightblushulkerbox": "light_blue_shulker_box", - "minecraft:light_blue_shulker_box": "light_blue_shulker_box", - "light_blue_stained_glass": { - "material": "LIGHT_BLUE_STAINED_GLASS" - }, - "lbglass": "light_blue_stained_glass", - "lblueglass": "light_blue_stained_glass", - "lbluesglass": "light_blue_stained_glass", - "lbluestainedglass": "light_blue_stained_glass", - "lbluglass": "light_blue_stained_glass", - "lblusglass": "light_blue_stained_glass", - "lblustainedglass": "light_blue_stained_glass", - "lbsglass": "light_blue_stained_glass", - "lbstainedglass": "light_blue_stained_glass", - "light_blueglass": "light_blue_stained_glass", - "light_bluesglass": "light_blue_stained_glass", - "light_bluestainedglass": "light_blue_stained_glass", - "lightblueglass": "light_blue_stained_glass", - "lightbluesglass": "light_blue_stained_glass", - "lightbluestainedglass": "light_blue_stained_glass", - "lightbluglass": "light_blue_stained_glass", - "lightblusglass": "light_blue_stained_glass", - "lightblustainedglass": "light_blue_stained_glass", - "minecraft:light_blue_stained_glass": "light_blue_stained_glass", - "light_blue_stained_glass_pane": { - "material": "LIGHT_BLUE_STAINED_GLASS_PANE" - }, - "lbglasspane": "light_blue_stained_glass_pane", - "lbgpane": "light_blue_stained_glass_pane", - "lblueglasspane": "light_blue_stained_glass_pane", - "lbluegpane": "light_blue_stained_glass_pane", - "lbluesglasspane": "light_blue_stained_glass_pane", - "lbluestainedglasspane": "light_blue_stained_glass_pane", - "lbluglasspane": "light_blue_stained_glass_pane", - "lblugpane": "light_blue_stained_glass_pane", - "lblusglasspane": "light_blue_stained_glass_pane", - "lblustainedglasspane": "light_blue_stained_glass_pane", - "lbsglasspane": "light_blue_stained_glass_pane", - "lbstainedglasspane": "light_blue_stained_glass_pane", - "light_blueglasspane": "light_blue_stained_glass_pane", - "light_bluegpane": "light_blue_stained_glass_pane", - "light_bluesglasspane": "light_blue_stained_glass_pane", - "light_bluestainedglasspane": "light_blue_stained_glass_pane", - "lightblueglasspane": "light_blue_stained_glass_pane", - "lightbluegpane": "light_blue_stained_glass_pane", - "lightbluesglasspane": "light_blue_stained_glass_pane", - "lightbluestainedglasspane": "light_blue_stained_glass_pane", - "lightbluglasspane": "light_blue_stained_glass_pane", - "lightblugpane": "light_blue_stained_glass_pane", - "lightblusglasspane": "light_blue_stained_glass_pane", - "lightblustainedglasspane": "light_blue_stained_glass_pane", - "minecraft:light_blue_stained_glass_pane": "light_blue_stained_glass_pane", - "light_blue_terracotta": { - "material": "LIGHT_BLUE_TERRACOTTA" - }, - "lbclay": "light_blue_terracotta", - "lbluclay": "light_blue_terracotta", - "lblueclay": "light_blue_terracotta", - "lbluesclay": "light_blue_terracotta", - "lbluestainedclay": "light_blue_terracotta", - "lbluetcota": "light_blue_terracotta", - "lblueterra": "light_blue_terracotta", - "lblueterracota": "light_blue_terracotta", - "lblueterracotta": "light_blue_terracotta", - "lblusclay": "light_blue_terracotta", - "lblustainedclay": "light_blue_terracotta", - "lblutcota": "light_blue_terracotta", - "lbluterra": "light_blue_terracotta", - "lbluterracota": "light_blue_terracotta", - "lbluterracotta": "light_blue_terracotta", - "lbsclay": "light_blue_terracotta", - "lbstainedclay": "light_blue_terracotta", - "lbtcota": "light_blue_terracotta", - "lbterra": "light_blue_terracotta", - "lbterracota": "light_blue_terracotta", - "lbterracotta": "light_blue_terracotta", - "light_blueclay": "light_blue_terracotta", - "light_bluesclay": "light_blue_terracotta", - "light_bluestainedclay": "light_blue_terracotta", - "light_bluetcota": "light_blue_terracotta", - "light_blueterra": "light_blue_terracotta", - "light_blueterracota": "light_blue_terracotta", - "light_blueterracotta": "light_blue_terracotta", - "lightbluclay": "light_blue_terracotta", - "lightblueclay": "light_blue_terracotta", - "lightbluesclay": "light_blue_terracotta", - "lightbluestainedclay": "light_blue_terracotta", - "lightbluetcota": "light_blue_terracotta", - "lightblueterra": "light_blue_terracotta", - "lightblueterracota": "light_blue_terracotta", - "lightblueterracotta": "light_blue_terracotta", - "lightblusclay": "light_blue_terracotta", - "lightblustainedclay": "light_blue_terracotta", - "lightblutcota": "light_blue_terracotta", - "lightbluterra": "light_blue_terracotta", - "lightbluterracota": "light_blue_terracotta", - "lightbluterracotta": "light_blue_terracotta", - "minecraft:light_blue_terracotta": "light_blue_terracotta", - "light_blue_wool": { - "material": "LIGHT_BLUE_WOOL" - }, - "lbcloth": "light_blue_wool", - "lbcotton": "light_blue_wool", - "lblucloth": "light_blue_wool", - "lblucotton": "light_blue_wool", - "lbluecloth": "light_blue_wool", - "lbluecotton": "light_blue_wool", - "lbluewool": "light_blue_wool", - "lbluwool": "light_blue_wool", - "lbwool": "light_blue_wool", - "light_bluecloth": "light_blue_wool", - "light_bluecotton": "light_blue_wool", - "light_bluewool": "light_blue_wool", - "lightblucloth": "light_blue_wool", - "lightblucotton": "light_blue_wool", - "lightbluecloth": "light_blue_wool", - "lightbluecotton": "light_blue_wool", - "lightbluewool": "light_blue_wool", - "lightbluwool": "light_blue_wool", - "minecraft:light_blue_wool": "light_blue_wool", - "light_gray_banner": { - "material": "LIGHT_GRAY_BANNER" - }, - "lgbanner": "light_gray_banner", - "lgrabanner": "light_gray_banner", - "lgraybanner": "light_gray_banner", - "lgreybanner": "light_gray_banner", - "light_graybanner": "light_gray_banner", - "lightgrabanner": "light_gray_banner", - "lightgraybanner": "light_gray_banner", - "lightgreybanner": "light_gray_banner", - "minecraft:light_gray_banner": "light_gray_banner", - "siabanner": "light_gray_banner", - "sibanner": "light_gray_banner", - "silverbanner": "light_gray_banner", - "light_gray_bed": { - "material": "LIGHT_GRAY_BED" - }, - "lgbed": "light_gray_bed", - "lgrabed": "light_gray_bed", - "lgraybed": "light_gray_bed", - "lgreybed": "light_gray_bed", - "light_graybed": "light_gray_bed", - "lightgrabed": "light_gray_bed", - "lightgraybed": "light_gray_bed", - "lightgreybed": "light_gray_bed", - "minecraft:light_gray_bed": "light_gray_bed", - "siabed": "light_gray_bed", - "sibed": "light_gray_bed", - "silverbed": "light_gray_bed", - "light_gray_candle": { - "material": "LIGHT_GRAY_CANDLE" - }, - "lgcandle": "light_gray_candle", - "lgracandle": "light_gray_candle", - "lgraycandle": "light_gray_candle", - "lgreycandle": "light_gray_candle", - "light_graycandle": "light_gray_candle", - "lightgracandle": "light_gray_candle", - "lightgraycandle": "light_gray_candle", - "lightgreycandle": "light_gray_candle", - "minecraft:light_gray_candle": "light_gray_candle", - "siacandle": "light_gray_candle", - "sicandle": "light_gray_candle", - "silvercandle": "light_gray_candle", - "light_gray_carpet": { - "material": "LIGHT_GRAY_CARPET" - }, - "lgcarpet": "light_gray_carpet", - "lgfloor": "light_gray_carpet", - "lgracarpet": "light_gray_carpet", - "lgrafloor": "light_gray_carpet", - "lgraycarpet": "light_gray_carpet", - "lgrayfloor": "light_gray_carpet", - "lgreycarpet": "light_gray_carpet", - "lgreyfloor": "light_gray_carpet", - "light_graycarpet": "light_gray_carpet", - "light_grayfloor": "light_gray_carpet", - "lightgracarpet": "light_gray_carpet", - "lightgrafloor": "light_gray_carpet", - "lightgraycarpet": "light_gray_carpet", - "lightgrayfloor": "light_gray_carpet", - "lightgreycarpet": "light_gray_carpet", - "lightgreyfloor": "light_gray_carpet", - "minecraft:light_gray_carpet": "light_gray_carpet", - "siacarpet": "light_gray_carpet", - "siafloor": "light_gray_carpet", - "sicarpet": "light_gray_carpet", - "sifloor": "light_gray_carpet", - "silvercarpet": "light_gray_carpet", - "silverfloor": "light_gray_carpet", - "light_gray_concrete": { - "material": "LIGHT_GRAY_CONCRETE" - }, - "lgconcrete": "light_gray_concrete", - "lgraconcrete": "light_gray_concrete", - "lgrayconcrete": "light_gray_concrete", - "lgreyconcrete": "light_gray_concrete", - "light_grayconcrete": "light_gray_concrete", - "lightgraconcrete": "light_gray_concrete", - "lightgrayconcrete": "light_gray_concrete", - "lightgreyconcrete": "light_gray_concrete", - "minecraft:light_gray_concrete": "light_gray_concrete", - "siaconcrete": "light_gray_concrete", - "siconcrete": "light_gray_concrete", - "silverconcrete": "light_gray_concrete", - "light_gray_concrete_powder": { - "material": "LIGHT_GRAY_CONCRETE_POWDER" - }, - "lgcdust": "light_gray_concrete_powder", - "lgconcretepowder": "light_gray_concrete_powder", - "lgconcretesand": "light_gray_concrete_powder", - "lgcp": "light_gray_concrete_powder", - "lgcpowder": "light_gray_concrete_powder", - "lgracdust": "light_gray_concrete_powder", - "lgraconcretepowder": "light_gray_concrete_powder", - "lgraconcretesand": "light_gray_concrete_powder", - "lgracp": "light_gray_concrete_powder", - "lgracpowder": "light_gray_concrete_powder", - "lgraycdust": "light_gray_concrete_powder", - "lgrayconcretepowder": "light_gray_concrete_powder", - "lgrayconcretesand": "light_gray_concrete_powder", - "lgraycp": "light_gray_concrete_powder", - "lgraycpowder": "light_gray_concrete_powder", - "lgreycdust": "light_gray_concrete_powder", - "lgreyconcretepowder": "light_gray_concrete_powder", - "lgreyconcretesand": "light_gray_concrete_powder", - "lgreycp": "light_gray_concrete_powder", - "lgreycpowder": "light_gray_concrete_powder", - "light_graycdust": "light_gray_concrete_powder", - "light_grayconcretepowder": "light_gray_concrete_powder", - "light_grayconcretesand": "light_gray_concrete_powder", - "light_graycp": "light_gray_concrete_powder", - "light_graycpowder": "light_gray_concrete_powder", - "lightgracdust": "light_gray_concrete_powder", - "lightgraconcretepowder": "light_gray_concrete_powder", - "lightgraconcretesand": "light_gray_concrete_powder", - "lightgracp": "light_gray_concrete_powder", - "lightgracpowder": "light_gray_concrete_powder", - "lightgraycdust": "light_gray_concrete_powder", - "lightgrayconcretepowder": "light_gray_concrete_powder", - "lightgrayconcretesand": "light_gray_concrete_powder", - "lightgraycp": "light_gray_concrete_powder", - "lightgraycpowder": "light_gray_concrete_powder", - "lightgreycdust": "light_gray_concrete_powder", - "lightgreyconcretepowder": "light_gray_concrete_powder", - "lightgreyconcretesand": "light_gray_concrete_powder", - "lightgreycp": "light_gray_concrete_powder", - "lightgreycpowder": "light_gray_concrete_powder", - "minecraft:light_gray_concrete_powder": "light_gray_concrete_powder", - "siacdust": "light_gray_concrete_powder", - "siaconcretepowder": "light_gray_concrete_powder", - "siaconcretesand": "light_gray_concrete_powder", - "siacp": "light_gray_concrete_powder", - "siacpowder": "light_gray_concrete_powder", - "sicdust": "light_gray_concrete_powder", - "siconcretepowder": "light_gray_concrete_powder", - "siconcretesand": "light_gray_concrete_powder", - "sicp": "light_gray_concrete_powder", - "sicpowder": "light_gray_concrete_powder", - "silvercdust": "light_gray_concrete_powder", - "silverconcretepowder": "light_gray_concrete_powder", - "silverconcretesand": "light_gray_concrete_powder", - "silvercp": "light_gray_concrete_powder", - "silvercpowder": "light_gray_concrete_powder", - "light_gray_dye": { - "material": "LIGHT_GRAY_DYE" - }, - "lgdye": "light_gray_dye", - "lgradye": "light_gray_dye", - "lgraydye": "light_gray_dye", - "lgreydye": "light_gray_dye", - "light_graydye": "light_gray_dye", - "lightgradye": "light_gray_dye", - "lightgraydye": "light_gray_dye", - "lightgreydye": "light_gray_dye", - "minecraft:light_gray_dye": "light_gray_dye", - "siadye": "light_gray_dye", - "sidye": "light_gray_dye", - "silverdye": "light_gray_dye", - "light_gray_glazed_terracotta": { - "material": "LIGHT_GRAY_GLAZED_TERRACOTTA" - }, - "lgglazedtcota": "light_gray_glazed_terracotta", - "lgglazedterra": "light_gray_glazed_terracotta", - "lgglazedterracota": "light_gray_glazed_terracotta", - "lgglazedterracotta": "light_gray_glazed_terracotta", - "lggtcotta": "light_gray_glazed_terracotta", - "lggterra": "light_gray_glazed_terracotta", - "lgraglazedtcota": "light_gray_glazed_terracotta", - "lgraglazedterra": "light_gray_glazed_terracotta", - "lgraglazedterracota": "light_gray_glazed_terracotta", - "lgraglazedterracotta": "light_gray_glazed_terracotta", - "lgragtcotta": "light_gray_glazed_terracotta", - "lgragterra": "light_gray_glazed_terracotta", - "lgrayglazedtcota": "light_gray_glazed_terracotta", - "lgrayglazedterra": "light_gray_glazed_terracotta", - "lgrayglazedterracota": "light_gray_glazed_terracotta", - "lgrayglazedterracotta": "light_gray_glazed_terracotta", - "lgraygtcotta": "light_gray_glazed_terracotta", - "lgraygterra": "light_gray_glazed_terracotta", - "lgreyglazedtcota": "light_gray_glazed_terracotta", - "lgreyglazedterra": "light_gray_glazed_terracotta", - "lgreyglazedterracota": "light_gray_glazed_terracotta", - "lgreyglazedterracotta": "light_gray_glazed_terracotta", - "lgreygtcotta": "light_gray_glazed_terracotta", - "lgreygterra": "light_gray_glazed_terracotta", - "light_grayglazedtcota": "light_gray_glazed_terracotta", - "light_grayglazedterra": "light_gray_glazed_terracotta", - "light_grayglazedterracota": "light_gray_glazed_terracotta", - "light_grayglazedterracotta": "light_gray_glazed_terracotta", - "light_graygtcotta": "light_gray_glazed_terracotta", - "light_graygterra": "light_gray_glazed_terracotta", - "lightgraglazedtcota": "light_gray_glazed_terracotta", - "lightgraglazedterra": "light_gray_glazed_terracotta", - "lightgraglazedterracota": "light_gray_glazed_terracotta", - "lightgraglazedterracotta": "light_gray_glazed_terracotta", - "lightgragtcotta": "light_gray_glazed_terracotta", - "lightgragterra": "light_gray_glazed_terracotta", - "lightgrayglazedtcota": "light_gray_glazed_terracotta", - "lightgrayglazedterra": "light_gray_glazed_terracotta", - "lightgrayglazedterracota": "light_gray_glazed_terracotta", - "lightgrayglazedterracotta": "light_gray_glazed_terracotta", - "lightgraygtcotta": "light_gray_glazed_terracotta", - "lightgraygterra": "light_gray_glazed_terracotta", - "lightgreyglazedtcota": "light_gray_glazed_terracotta", - "lightgreyglazedterra": "light_gray_glazed_terracotta", - "lightgreyglazedterracota": "light_gray_glazed_terracotta", - "lightgreyglazedterracotta": "light_gray_glazed_terracotta", - "lightgreygtcotta": "light_gray_glazed_terracotta", - "lightgreygterra": "light_gray_glazed_terracotta", - "minecraft:light_gray_glazed_terracotta": "light_gray_glazed_terracotta", - "siaglazedtcota": "light_gray_glazed_terracotta", - "siaglazedterra": "light_gray_glazed_terracotta", - "siaglazedterracota": "light_gray_glazed_terracotta", - "siaglazedterracotta": "light_gray_glazed_terracotta", - "siagtcotta": "light_gray_glazed_terracotta", - "siagterra": "light_gray_glazed_terracotta", - "siglazedtcota": "light_gray_glazed_terracotta", - "siglazedterra": "light_gray_glazed_terracotta", - "siglazedterracota": "light_gray_glazed_terracotta", - "siglazedterracotta": "light_gray_glazed_terracotta", - "sigtcotta": "light_gray_glazed_terracotta", - "sigterra": "light_gray_glazed_terracotta", - "silverglazedtcota": "light_gray_glazed_terracotta", - "silverglazedterra": "light_gray_glazed_terracotta", - "silverglazedterracota": "light_gray_glazed_terracotta", - "silverglazedterracotta": "light_gray_glazed_terracotta", - "silvergtcotta": "light_gray_glazed_terracotta", - "silvergterra": "light_gray_glazed_terracotta", - "light_gray_shulker_box": { - "material": "LIGHT_GRAY_SHULKER_BOX" - }, - "lgrasbox": "light_gray_shulker_box", - "lgrashulkerbox": "light_gray_shulker_box", - "lgraysbox": "light_gray_shulker_box", - "lgrayshulkerbox": "light_gray_shulker_box", - "lgreysbox": "light_gray_shulker_box", - "lgreyshulkerbox": "light_gray_shulker_box", - "lgsbox": "light_gray_shulker_box", - "lgshulkerbox": "light_gray_shulker_box", - "light_graysbox": "light_gray_shulker_box", - "light_grayshulkerbox": "light_gray_shulker_box", - "lightgrasbox": "light_gray_shulker_box", - "lightgrashulkerbox": "light_gray_shulker_box", - "lightgraysbox": "light_gray_shulker_box", - "lightgrayshulkerbox": "light_gray_shulker_box", - "lightgreysbox": "light_gray_shulker_box", - "lightgreyshulkerbox": "light_gray_shulker_box", - "minecraft:light_gray_shulker_box": "light_gray_shulker_box", - "siasbox": "light_gray_shulker_box", - "siashulkerbox": "light_gray_shulker_box", - "silversbox": "light_gray_shulker_box", - "silvershulkerbox": "light_gray_shulker_box", - "sisbox": "light_gray_shulker_box", - "sishulkerbox": "light_gray_shulker_box", - "light_gray_stained_glass": { - "material": "LIGHT_GRAY_STAINED_GLASS" - }, - "lgglass": "light_gray_stained_glass", - "lgraglass": "light_gray_stained_glass", - "lgrasglass": "light_gray_stained_glass", - "lgrastainedglass": "light_gray_stained_glass", - "lgrayglass": "light_gray_stained_glass", - "lgraysglass": "light_gray_stained_glass", - "lgraystainedglass": "light_gray_stained_glass", - "lgreyglass": "light_gray_stained_glass", - "lgreysglass": "light_gray_stained_glass", - "lgreystainedglass": "light_gray_stained_glass", - "lgsglass": "light_gray_stained_glass", - "lgstainedglass": "light_gray_stained_glass", - "light_grayglass": "light_gray_stained_glass", - "light_graysglass": "light_gray_stained_glass", - "light_graystainedglass": "light_gray_stained_glass", - "lightgraglass": "light_gray_stained_glass", - "lightgrasglass": "light_gray_stained_glass", - "lightgrastainedglass": "light_gray_stained_glass", - "lightgrayglass": "light_gray_stained_glass", - "lightgraysglass": "light_gray_stained_glass", - "lightgraystainedglass": "light_gray_stained_glass", - "lightgreyglass": "light_gray_stained_glass", - "lightgreysglass": "light_gray_stained_glass", - "lightgreystainedglass": "light_gray_stained_glass", - "minecraft:light_gray_stained_glass": "light_gray_stained_glass", - "siaglass": "light_gray_stained_glass", - "siasglass": "light_gray_stained_glass", - "siastainedglass": "light_gray_stained_glass", - "siglass": "light_gray_stained_glass", - "silverglass": "light_gray_stained_glass", - "silversglass": "light_gray_stained_glass", - "silverstainedglass": "light_gray_stained_glass", - "sisglass": "light_gray_stained_glass", - "sistainedglass": "light_gray_stained_glass", - "light_gray_stained_glass_pane": { - "material": "LIGHT_GRAY_STAINED_GLASS_PANE" - }, - "lgglasspane": "light_gray_stained_glass_pane", - "lggpane": "light_gray_stained_glass_pane", - "lgraglasspane": "light_gray_stained_glass_pane", - "lgragpane": "light_gray_stained_glass_pane", - "lgrasglasspane": "light_gray_stained_glass_pane", - "lgrastainedglasspane": "light_gray_stained_glass_pane", - "lgrayglasspane": "light_gray_stained_glass_pane", - "lgraygpane": "light_gray_stained_glass_pane", - "lgraysglasspane": "light_gray_stained_glass_pane", - "lgraystainedglasspane": "light_gray_stained_glass_pane", - "lgreyglasspane": "light_gray_stained_glass_pane", - "lgreygpane": "light_gray_stained_glass_pane", - "lgreysglasspane": "light_gray_stained_glass_pane", - "lgreystainedglasspane": "light_gray_stained_glass_pane", - "lgsglasspane": "light_gray_stained_glass_pane", - "lgstainedglasspane": "light_gray_stained_glass_pane", - "light_grayglasspane": "light_gray_stained_glass_pane", - "light_graygpane": "light_gray_stained_glass_pane", - "light_graysglasspane": "light_gray_stained_glass_pane", - "light_graystainedglasspane": "light_gray_stained_glass_pane", - "lightgraglasspane": "light_gray_stained_glass_pane", - "lightgragpane": "light_gray_stained_glass_pane", - "lightgrasglasspane": "light_gray_stained_glass_pane", - "lightgrastainedglasspane": "light_gray_stained_glass_pane", - "lightgrayglasspane": "light_gray_stained_glass_pane", - "lightgraygpane": "light_gray_stained_glass_pane", - "lightgraysglasspane": "light_gray_stained_glass_pane", - "lightgraystainedglasspane": "light_gray_stained_glass_pane", - "lightgreyglasspane": "light_gray_stained_glass_pane", - "lightgreygpane": "light_gray_stained_glass_pane", - "lightgreysglasspane": "light_gray_stained_glass_pane", - "lightgreystainedglasspane": "light_gray_stained_glass_pane", - "minecraft:light_gray_stained_glass_pane": "light_gray_stained_glass_pane", - "siaglasspane": "light_gray_stained_glass_pane", - "siagpane": "light_gray_stained_glass_pane", - "siasglasspane": "light_gray_stained_glass_pane", - "siastainedglasspane": "light_gray_stained_glass_pane", - "siglasspane": "light_gray_stained_glass_pane", - "sigpane": "light_gray_stained_glass_pane", - "silverglasspane": "light_gray_stained_glass_pane", - "silvergpane": "light_gray_stained_glass_pane", - "silversglasspane": "light_gray_stained_glass_pane", - "silverstainedglasspane": "light_gray_stained_glass_pane", - "sisglasspane": "light_gray_stained_glass_pane", - "sistainedglasspane": "light_gray_stained_glass_pane", - "light_gray_terracotta": { - "material": "LIGHT_GRAY_TERRACOTTA" - }, - "lgclay": "light_gray_terracotta", - "lgraclay": "light_gray_terracotta", - "lgrasclay": "light_gray_terracotta", - "lgrastainedclay": "light_gray_terracotta", - "lgratcota": "light_gray_terracotta", - "lgraterra": "light_gray_terracotta", - "lgraterracota": "light_gray_terracotta", - "lgraterracotta": "light_gray_terracotta", - "lgrayclay": "light_gray_terracotta", - "lgraysclay": "light_gray_terracotta", - "lgraystainedclay": "light_gray_terracotta", - "lgraytcota": "light_gray_terracotta", - "lgrayterra": "light_gray_terracotta", - "lgrayterracota": "light_gray_terracotta", - "lgrayterracotta": "light_gray_terracotta", - "lgreyclay": "light_gray_terracotta", - "lgreysclay": "light_gray_terracotta", - "lgreystainedclay": "light_gray_terracotta", - "lgreytcota": "light_gray_terracotta", - "lgreyterra": "light_gray_terracotta", - "lgreyterracota": "light_gray_terracotta", - "lgreyterracotta": "light_gray_terracotta", - "lgsclay": "light_gray_terracotta", - "lgstainedclay": "light_gray_terracotta", - "lgtcota": "light_gray_terracotta", - "lgterra": "lime_glazed_terracotta", - "lgterracota": "light_gray_terracotta", - "lgterracotta": "light_gray_terracotta", - "light_grayclay": "light_gray_terracotta", - "light_graysclay": "light_gray_terracotta", - "light_graystainedclay": "light_gray_terracotta", - "light_graytcota": "light_gray_terracotta", - "light_grayterra": "light_gray_terracotta", - "light_grayterracota": "light_gray_terracotta", - "light_grayterracotta": "light_gray_terracotta", - "lightgraclay": "light_gray_terracotta", - "lightgrasclay": "light_gray_terracotta", - "lightgrastainedclay": "light_gray_terracotta", - "lightgratcota": "light_gray_terracotta", - "lightgraterra": "light_gray_terracotta", - "lightgraterracota": "light_gray_terracotta", - "lightgraterracotta": "light_gray_terracotta", - "lightgrayclay": "light_gray_terracotta", - "lightgraysclay": "light_gray_terracotta", - "lightgraystainedclay": "light_gray_terracotta", - "lightgraytcota": "light_gray_terracotta", - "lightgrayterra": "light_gray_terracotta", - "lightgrayterracota": "light_gray_terracotta", - "lightgrayterracotta": "light_gray_terracotta", - "lightgreyclay": "light_gray_terracotta", - "lightgreysclay": "light_gray_terracotta", - "lightgreystainedclay": "light_gray_terracotta", - "lightgreytcota": "light_gray_terracotta", - "lightgreyterra": "light_gray_terracotta", - "lightgreyterracota": "light_gray_terracotta", - "lightgreyterracotta": "light_gray_terracotta", - "minecraft:light_gray_terracotta": "light_gray_terracotta", - "siaclay": "light_gray_terracotta", - "siasclay": "light_gray_terracotta", - "siastainedclay": "light_gray_terracotta", - "siatcota": "light_gray_terracotta", - "siaterra": "light_gray_terracotta", - "siaterracota": "light_gray_terracotta", - "siaterracotta": "light_gray_terracotta", - "siclay": "light_gray_terracotta", - "silverclay": "light_gray_terracotta", - "silversclay": "light_gray_terracotta", - "silverstainedclay": "light_gray_terracotta", - "silvertcota": "light_gray_terracotta", - "silverterra": "light_gray_terracotta", - "silverterracota": "light_gray_terracotta", - "silverterracotta": "light_gray_terracotta", - "sisclay": "light_gray_terracotta", - "sistainedclay": "light_gray_terracotta", - "sitcota": "light_gray_terracotta", - "siterra": "light_gray_terracotta", - "siterracota": "light_gray_terracotta", - "siterracotta": "light_gray_terracotta", - "light_gray_wool": { - "material": "LIGHT_GRAY_WOOL" - }, - "lgcloth": "light_gray_wool", - "lgcotton": "light_gray_wool", - "lgracloth": "light_gray_wool", - "lgracotton": "light_gray_wool", - "lgrawool": "light_gray_wool", - "lgraycloth": "light_gray_wool", - "lgraycotton": "light_gray_wool", - "lgraywool": "light_gray_wool", - "lgreycloth": "light_gray_wool", - "lgreycotton": "light_gray_wool", - "lgreywool": "light_gray_wool", - "lgwool": "light_gray_wool", - "light_graycloth": "light_gray_wool", - "light_graycotton": "light_gray_wool", - "light_graywool": "light_gray_wool", - "lightgracloth": "light_gray_wool", - "lightgracotton": "light_gray_wool", - "lightgrawool": "light_gray_wool", - "lightgraycloth": "light_gray_wool", - "lightgraycotton": "light_gray_wool", - "lightgraywool": "light_gray_wool", - "lightgreycloth": "light_gray_wool", - "lightgreycotton": "light_gray_wool", - "lightgreywool": "light_gray_wool", - "minecraft:light_gray_wool": "light_gray_wool", - "siacloth": "light_gray_wool", - "siacotton": "light_gray_wool", - "siawool": "light_gray_wool", - "sicloth": "light_gray_wool", - "sicotton": "light_gray_wool", - "silvercloth": "light_gray_wool", - "silvercotton": "light_gray_wool", - "silverwool": "light_gray_wool", - "siwool": "light_gray_wool", - "light_weighted_pressure_plate": { - "material": "LIGHT_WEIGHTED_PRESSURE_PLATE" - }, - "lightweightedpressureplate": "light_weighted_pressure_plate", - "minecraft:light_weighted_pressure_plate": "light_weighted_pressure_plate", - "lightning_rod": { - "material": "LIGHTNING_ROD" - }, - "lightningrod": "lightning_rod", - "minecraft:lightning_rod": "lightning_rod", - "lilac": { - "material": "LILAC" - }, - "minecraft:lilac": "lilac", - "lily_of_the_valley": { - "material": "LILY_OF_THE_VALLEY" - }, - "lilyofthevalley": "lily_of_the_valley", - "minecraft:lily_of_the_valley": "lily_of_the_valley", - "lily_pad": { - "material": "LILY_PAD" - }, - "lilypad": "lily_pad", - "minecraft:lily_pad": "lily_pad", - "lime_banner": { - "material": "LIME_BANNER" - }, - "lbanner": "lime_banner", - "lgrebanner": "lime_banner", - "lgreenbanner": "lime_banner", - "lightgrebanner": "lime_banner", - "lightgreenbanner": "lime_banner", - "limebanner": "lime_banner", - "minecraft:lime_banner": "lime_banner", - "lime_bed": { - "material": "LIME_BED" - }, - "lbed": "lime_bed", - "lgrebed": "lime_bed", - "lgreenbed": "lime_bed", - "lightgrebed": "lime_bed", - "lightgreenbed": "lime_bed", - "limebed": "lime_bed", - "minecraft:lime_bed": "lime_bed", - "lime_candle": { - "material": "LIME_CANDLE" - }, - "lcandle": "lime_candle", - "lgrecandle": "lime_candle", - "lgreencandle": "lime_candle", - "lightgrecandle": "lime_candle", - "lightgreencandle": "lime_candle", - "limecandle": "lime_candle", - "minecraft:lime_candle": "lime_candle", - "lime_carpet": { - "material": "LIME_CARPET" - }, - "lcarpet": "lime_carpet", - "lfloor": "lime_carpet", - "lgrecarpet": "lime_carpet", - "lgreencarpet": "lime_carpet", - "lgreenfloor": "lime_carpet", - "lgrefloor": "lime_carpet", - "lightgrecarpet": "lime_carpet", - "lightgreencarpet": "lime_carpet", - "lightgreenfloor": "lime_carpet", - "lightgrefloor": "lime_carpet", - "limecarpet": "lime_carpet", - "limefloor": "lime_carpet", - "minecraft:lime_carpet": "lime_carpet", - "lime_concrete": { - "material": "LIME_CONCRETE" - }, - "lconcrete": "lime_concrete", - "lgreconcrete": "lime_concrete", - "lgreenconcrete": "lime_concrete", - "lightgreconcrete": "lime_concrete", - "lightgreenconcrete": "lime_concrete", - "limeconcrete": "lime_concrete", - "minecraft:lime_concrete": "lime_concrete", - "lime_concrete_powder": { - "material": "LIME_CONCRETE_POWDER" - }, - "lcdust": "lime_concrete_powder", - "lconcretepowder": "lime_concrete_powder", - "lconcretesand": "lime_concrete_powder", - "lcp": "lime_concrete_powder", - "lcpowder": "lime_concrete_powder", - "lgrecdust": "lime_concrete_powder", - "lgreconcretepowder": "lime_concrete_powder", - "lgreconcretesand": "lime_concrete_powder", - "lgrecp": "lime_concrete_powder", - "lgrecpowder": "lime_concrete_powder", - "lgreencdust": "lime_concrete_powder", - "lgreenconcretepowder": "lime_concrete_powder", - "lgreenconcretesand": "lime_concrete_powder", - "lgreencp": "lime_concrete_powder", - "lgreencpowder": "lime_concrete_powder", - "lightgrecdust": "lime_concrete_powder", - "lightgreconcretepowder": "lime_concrete_powder", - "lightgreconcretesand": "lime_concrete_powder", - "lightgrecp": "lime_concrete_powder", - "lightgrecpowder": "lime_concrete_powder", - "lightgreencdust": "lime_concrete_powder", - "lightgreenconcretepowder": "lime_concrete_powder", - "lightgreenconcretesand": "lime_concrete_powder", - "lightgreencp": "lime_concrete_powder", - "lightgreencpowder": "lime_concrete_powder", - "limecdust": "lime_concrete_powder", - "limeconcretepowder": "lime_concrete_powder", - "limeconcretesand": "lime_concrete_powder", - "limecp": "lime_concrete_powder", - "limecpowder": "lime_concrete_powder", - "minecraft:lime_concrete_powder": "lime_concrete_powder", - "lime_dye": { - "material": "LIME_DYE" - }, - "ldye": "lime_dye", - "lgredye": "lime_dye", - "lgreendye": "lime_dye", - "lightgredye": "lime_dye", - "lightgreendye": "lime_dye", - "limedye": "lime_dye", - "minecraft:lime_dye": "lime_dye", - "lime_glazed_terracotta": { - "material": "LIME_GLAZED_TERRACOTTA" - }, - "lglazedtcota": "lime_glazed_terracotta", - "lglazedterra": "lime_glazed_terracotta", - "lglazedterracota": "lime_glazed_terracotta", - "lglazedterracotta": "lime_glazed_terracotta", - "lgreenglazedtcota": "lime_glazed_terracotta", - "lgreenglazedterra": "lime_glazed_terracotta", - "lgreenglazedterracota": "lime_glazed_terracotta", - "lgreenglazedterracotta": "lime_glazed_terracotta", - "lgreengtcotta": "lime_glazed_terracotta", - "lgreengterra": "lime_glazed_terracotta", - "lgreglazedtcota": "lime_glazed_terracotta", - "lgreglazedterra": "lime_glazed_terracotta", - "lgreglazedterracota": "lime_glazed_terracotta", - "lgreglazedterracotta": "lime_glazed_terracotta", - "lgregtcotta": "lime_glazed_terracotta", - "lgregterra": "lime_glazed_terracotta", - "lgtcotta": "lime_glazed_terracotta", - "lightgreenglazedtcota": "lime_glazed_terracotta", - "lightgreenglazedterra": "lime_glazed_terracotta", - "lightgreenglazedterracota": "lime_glazed_terracotta", - "lightgreenglazedterracotta": "lime_glazed_terracotta", - "lightgreengtcotta": "lime_glazed_terracotta", - "lightgreengterra": "lime_glazed_terracotta", - "lightgreglazedtcota": "lime_glazed_terracotta", - "lightgreglazedterra": "lime_glazed_terracotta", - "lightgreglazedterracota": "lime_glazed_terracotta", - "lightgreglazedterracotta": "lime_glazed_terracotta", - "lightgregtcotta": "lime_glazed_terracotta", - "lightgregterra": "lime_glazed_terracotta", - "limeglazedtcota": "lime_glazed_terracotta", - "limeglazedterra": "lime_glazed_terracotta", - "limeglazedterracota": "lime_glazed_terracotta", - "limeglazedterracotta": "lime_glazed_terracotta", - "limegtcotta": "lime_glazed_terracotta", - "limegterra": "lime_glazed_terracotta", - "minecraft:lime_glazed_terracotta": "lime_glazed_terracotta", - "lime_shulker_box": { - "material": "LIME_SHULKER_BOX" - }, - "lgreensbox": "lime_shulker_box", - "lgreenshulkerbox": "lime_shulker_box", - "lgresbox": "lime_shulker_box", - "lgreshulkerbox": "lime_shulker_box", - "lightgreensbox": "lime_shulker_box", - "lightgreenshulkerbox": "lime_shulker_box", - "lightgresbox": "lime_shulker_box", - "lightgreshulkerbox": "lime_shulker_box", - "limesbox": "lime_shulker_box", - "limeshulkerbox": "lime_shulker_box", - "lsbox": "lime_shulker_box", - "lshulkerbox": "lime_shulker_box", - "minecraft:lime_shulker_box": "lime_shulker_box", - "lime_stained_glass": { - "material": "LIME_STAINED_GLASS" - }, - "lglass": "lime_stained_glass", - "lgreenglass": "lime_stained_glass", - "lgreensglass": "lime_stained_glass", - "lgreenstainedglass": "lime_stained_glass", - "lgreglass": "lime_stained_glass", - "lgresglass": "lime_stained_glass", - "lgrestainedglass": "lime_stained_glass", - "lightgreenglass": "lime_stained_glass", - "lightgreensglass": "lime_stained_glass", - "lightgreenstainedglass": "lime_stained_glass", - "lightgreglass": "lime_stained_glass", - "lightgresglass": "lime_stained_glass", - "lightgrestainedglass": "lime_stained_glass", - "limeglass": "lime_stained_glass", - "limesglass": "lime_stained_glass", - "limestainedglass": "lime_stained_glass", - "lsglass": "lime_stained_glass", - "lstainedglass": "lime_stained_glass", - "minecraft:lime_stained_glass": "lime_stained_glass", - "lime_stained_glass_pane": { - "material": "LIME_STAINED_GLASS_PANE" - }, - "lglasspane": "lime_stained_glass_pane", - "lgpane": "lime_stained_glass_pane", - "lgreenglasspane": "lime_stained_glass_pane", - "lgreengpane": "lime_stained_glass_pane", - "lgreensglasspane": "lime_stained_glass_pane", - "lgreenstainedglasspane": "lime_stained_glass_pane", - "lgreglasspane": "lime_stained_glass_pane", - "lgregpane": "lime_stained_glass_pane", - "lgresglasspane": "lime_stained_glass_pane", - "lgrestainedglasspane": "lime_stained_glass_pane", - "lightgreenglasspane": "lime_stained_glass_pane", - "lightgreengpane": "lime_stained_glass_pane", - "lightgreensglasspane": "lime_stained_glass_pane", - "lightgreenstainedglasspane": "lime_stained_glass_pane", - "lightgreglasspane": "lime_stained_glass_pane", - "lightgregpane": "lime_stained_glass_pane", - "lightgresglasspane": "lime_stained_glass_pane", - "lightgrestainedglasspane": "lime_stained_glass_pane", - "limeglasspane": "lime_stained_glass_pane", - "limegpane": "lime_stained_glass_pane", - "limesglasspane": "lime_stained_glass_pane", - "limestainedglasspane": "lime_stained_glass_pane", - "lsglasspane": "lime_stained_glass_pane", - "lstainedglasspane": "lime_stained_glass_pane", - "minecraft:lime_stained_glass_pane": "lime_stained_glass_pane", - "lime_terracotta": { - "material": "LIME_TERRACOTTA" - }, - "lclay": "lime_terracotta", - "lgreclay": "lime_terracotta", - "lgreenclay": "lime_terracotta", - "lgreensclay": "lime_terracotta", - "lgreenstainedclay": "lime_terracotta", - "lgreentcota": "lime_terracotta", - "lgreenterra": "lime_terracotta", - "lgreenterracota": "lime_terracotta", - "lgreenterracotta": "lime_terracotta", - "lgresclay": "lime_terracotta", - "lgrestainedclay": "lime_terracotta", - "lgretcota": "lime_terracotta", - "lgreterra": "lime_terracotta", - "lgreterracota": "lime_terracotta", - "lgreterracotta": "lime_terracotta", - "lightgreclay": "lime_terracotta", - "lightgreenclay": "lime_terracotta", - "lightgreensclay": "lime_terracotta", - "lightgreenstainedclay": "lime_terracotta", - "lightgreentcota": "lime_terracotta", - "lightgreenterra": "lime_terracotta", - "lightgreenterracota": "lime_terracotta", - "lightgreenterracotta": "lime_terracotta", - "lightgresclay": "lime_terracotta", - "lightgrestainedclay": "lime_terracotta", - "lightgretcota": "lime_terracotta", - "lightgreterra": "lime_terracotta", - "lightgreterracota": "lime_terracotta", - "lightgreterracotta": "lime_terracotta", - "limeclay": "lime_terracotta", - "limesclay": "lime_terracotta", - "limestainedclay": "lime_terracotta", - "limetcota": "lime_terracotta", - "limeterra": "lime_terracotta", - "limeterracota": "lime_terracotta", - "limeterracotta": "lime_terracotta", - "lsclay": "lime_terracotta", - "lstainedclay": "lime_terracotta", - "ltcota": "lime_terracotta", - "lterra": "lime_terracotta", - "lterracota": "lime_terracotta", - "lterracotta": "lime_terracotta", - "minecraft:lime_terracotta": "lime_terracotta", - "lime_wool": { - "material": "LIME_WOOL" - }, - "lcloth": "lime_wool", - "lcotton": "lime_wool", - "lgrecloth": "lime_wool", - "lgrecotton": "lime_wool", - "lgreencloth": "lime_wool", - "lgreencotton": "lime_wool", - "lgreenwool": "lime_wool", - "lgrewool": "lime_wool", - "lightgrecloth": "lime_wool", - "lightgrecotton": "lime_wool", - "lightgreencloth": "lime_wool", - "lightgreencotton": "lime_wool", - "lightgreenwool": "lime_wool", - "lightgrewool": "lime_wool", - "limecloth": "lime_wool", - "limecotton": "lime_wool", - "limewool": "lime_wool", - "lwool": "lime_wool", - "minecraft:lime_wool": "lime_wool", - "lingering_potion": { - "material": "LINGERING_POTION" - }, - "lingeringpotion": "lingering_potion", - "minecraft:lingering_potion": "lingering_potion", - "llama_spawn_egg": { - "material": "LLAMA_SPAWN_EGG" - }, - "eggllama": "llama_spawn_egg", - "llamaegg": "llama_spawn_egg", - "llamasegg": "llama_spawn_egg", - "llamaspawn": "llama_spawn_egg", - "llamaspawnegg": "llama_spawn_egg", - "minecraft:llama_spawn_egg": "llama_spawn_egg", - "seggllama": "llama_spawn_egg", - "spawneggllama": "llama_spawn_egg", - "spawnllama": "llama_spawn_egg", - "llama_spawner": { - "entity": "LLAMA", - "material": "SPAWNER" - }, - "llamacage": "llama_spawner", - "llamamcage": "llama_spawner", - "llamamobcage": "llama_spawner", - "llamamobspawner": "llama_spawner", - "llamamonstercage": "llama_spawner", - "llamamonsterspawner": "llama_spawner", - "llamamspawner": "llama_spawner", - "llamaspawner": "llama_spawner", - "lodestone": { - "material": "LODESTONE" - }, - "minecraft:lodestone": "lodestone", - "long_fire_resistance_lingering_potion": { - "potionData": { - "type": "FIRE_RESISTANCE", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotfireres2": "long_fire_resistance_lingering_potion", - "aoepotfireresex": "long_fire_resistance_lingering_potion", - "aoepotfireresextended": "long_fire_resistance_lingering_potion", - "aoepotfireresist2": "long_fire_resistance_lingering_potion", - "aoepotfireresistance2": "long_fire_resistance_lingering_potion", - "aoepotfireresistanceex": "long_fire_resistance_lingering_potion", - "aoepotfireresistanceextended": "long_fire_resistance_lingering_potion", - "aoepotfireresistancelevel2": "long_fire_resistance_lingering_potion", - "aoepotfireresistancelong": "long_fire_resistance_lingering_potion", - "aoepotfireresistex": "long_fire_resistance_lingering_potion", - "aoepotfireresistextended": "long_fire_resistance_lingering_potion", - "aoepotfireresistlevel2": "long_fire_resistance_lingering_potion", - "aoepotfireresistlong": "long_fire_resistance_lingering_potion", - "aoepotfirereslevel2": "long_fire_resistance_lingering_potion", - "aoepotfirereslong": "long_fire_resistance_lingering_potion", - "aoepotionfireres2": "long_fire_resistance_lingering_potion", - "aoepotionfireresex": "long_fire_resistance_lingering_potion", - "aoepotionfireresextended": "long_fire_resistance_lingering_potion", - "aoepotionfireresist2": "long_fire_resistance_lingering_potion", - "aoepotionfireresistance2": "long_fire_resistance_lingering_potion", - "aoepotionfireresistanceex": "long_fire_resistance_lingering_potion", - "aoepotionfireresistanceextended": "long_fire_resistance_lingering_potion", - "aoepotionfireresistancelevel2": "long_fire_resistance_lingering_potion", - "aoepotionfireresistancelong": "long_fire_resistance_lingering_potion", - "aoepotionfireresistex": "long_fire_resistance_lingering_potion", - "aoepotionfireresistextended": "long_fire_resistance_lingering_potion", - "aoepotionfireresistlevel2": "long_fire_resistance_lingering_potion", - "aoepotionfireresistlong": "long_fire_resistance_lingering_potion", - "aoepotionfirereslevel2": "long_fire_resistance_lingering_potion", - "aoepotionfirereslong": "long_fire_resistance_lingering_potion", - "areapotfireres2": "long_fire_resistance_lingering_potion", - "areapotfireresex": "long_fire_resistance_lingering_potion", - "areapotfireresextended": "long_fire_resistance_lingering_potion", - "areapotfireresist2": "long_fire_resistance_lingering_potion", - "areapotfireresistance2": "long_fire_resistance_lingering_potion", - "areapotfireresistanceex": "long_fire_resistance_lingering_potion", - "areapotfireresistanceextended": "long_fire_resistance_lingering_potion", - "areapotfireresistancelevel2": "long_fire_resistance_lingering_potion", - "areapotfireresistancelong": "long_fire_resistance_lingering_potion", - "areapotfireresistex": "long_fire_resistance_lingering_potion", - "areapotfireresistextended": "long_fire_resistance_lingering_potion", - "areapotfireresistlevel2": "long_fire_resistance_lingering_potion", - "areapotfireresistlong": "long_fire_resistance_lingering_potion", - "areapotfirereslevel2": "long_fire_resistance_lingering_potion", - "areapotfirereslong": "long_fire_resistance_lingering_potion", - "areapotionfireres2": "long_fire_resistance_lingering_potion", - "areapotionfireresex": "long_fire_resistance_lingering_potion", - "areapotionfireresextended": "long_fire_resistance_lingering_potion", - "areapotionfireresist2": "long_fire_resistance_lingering_potion", - "areapotionfireresistance2": "long_fire_resistance_lingering_potion", - "areapotionfireresistanceex": "long_fire_resistance_lingering_potion", - "areapotionfireresistanceextended": "long_fire_resistance_lingering_potion", - "areapotionfireresistancelevel2": "long_fire_resistance_lingering_potion", - "areapotionfireresistancelong": "long_fire_resistance_lingering_potion", - "areapotionfireresistex": "long_fire_resistance_lingering_potion", - "areapotionfireresistextended": "long_fire_resistance_lingering_potion", - "areapotionfireresistlevel2": "long_fire_resistance_lingering_potion", - "areapotionfireresistlong": "long_fire_resistance_lingering_potion", - "areapotionfirereslevel2": "long_fire_resistance_lingering_potion", - "areapotionfirereslong": "long_fire_resistance_lingering_potion", - "cloudpotfireres2": "long_fire_resistance_lingering_potion", - "cloudpotfireresex": "long_fire_resistance_lingering_potion", - "cloudpotfireresextended": "long_fire_resistance_lingering_potion", - "cloudpotfireresist2": "long_fire_resistance_lingering_potion", - "cloudpotfireresistance2": "long_fire_resistance_lingering_potion", - "cloudpotfireresistanceex": "long_fire_resistance_lingering_potion", - "cloudpotfireresistanceextended": "long_fire_resistance_lingering_potion", - "cloudpotfireresistancelevel2": "long_fire_resistance_lingering_potion", - "cloudpotfireresistancelong": "long_fire_resistance_lingering_potion", - "cloudpotfireresistex": "long_fire_resistance_lingering_potion", - "cloudpotfireresistextended": "long_fire_resistance_lingering_potion", - "cloudpotfireresistlevel2": "long_fire_resistance_lingering_potion", - "cloudpotfireresistlong": "long_fire_resistance_lingering_potion", - "cloudpotfirereslevel2": "long_fire_resistance_lingering_potion", - "cloudpotfirereslong": "long_fire_resistance_lingering_potion", - "cloudpotionfireres2": "long_fire_resistance_lingering_potion", - "cloudpotionfireresex": "long_fire_resistance_lingering_potion", - "cloudpotionfireresextended": "long_fire_resistance_lingering_potion", - "cloudpotionfireresist2": "long_fire_resistance_lingering_potion", - "cloudpotionfireresistance2": "long_fire_resistance_lingering_potion", - "cloudpotionfireresistanceex": "long_fire_resistance_lingering_potion", - "cloudpotionfireresistanceextended": "long_fire_resistance_lingering_potion", - "cloudpotionfireresistancelevel2": "long_fire_resistance_lingering_potion", - "cloudpotionfireresistancelong": "long_fire_resistance_lingering_potion", - "cloudpotionfireresistex": "long_fire_resistance_lingering_potion", - "cloudpotionfireresistextended": "long_fire_resistance_lingering_potion", - "cloudpotionfireresistlevel2": "long_fire_resistance_lingering_potion", - "cloudpotionfireresistlong": "long_fire_resistance_lingering_potion", - "cloudpotionfirereslevel2": "long_fire_resistance_lingering_potion", - "cloudpotionfirereslong": "long_fire_resistance_lingering_potion", - "fireresaoepoiont2": "long_fire_resistance_lingering_potion", - "fireresaoepoiontex": "long_fire_resistance_lingering_potion", - "fireresaoepoiontextended": "long_fire_resistance_lingering_potion", - "fireresaoepoiontlevel2": "long_fire_resistance_lingering_potion", - "fireresaoepoiontlong": "long_fire_resistance_lingering_potion", - "fireresaoepot2": "long_fire_resistance_lingering_potion", - "fireresaoepotex": "long_fire_resistance_lingering_potion", - "fireresaoepotextended": "long_fire_resistance_lingering_potion", - "fireresaoepotlevel2": "long_fire_resistance_lingering_potion", - "fireresaoepotlong": "long_fire_resistance_lingering_potion", - "fireresareapot2": "long_fire_resistance_lingering_potion", - "fireresareapotex": "long_fire_resistance_lingering_potion", - "fireresareapotextended": "long_fire_resistance_lingering_potion", - "fireresareapotion2": "long_fire_resistance_lingering_potion", - "fireresareapotionex": "long_fire_resistance_lingering_potion", - "fireresareapotionextended": "long_fire_resistance_lingering_potion", - "fireresareapotionlevel2": "long_fire_resistance_lingering_potion", - "fireresareapotionlong": "long_fire_resistance_lingering_potion", - "fireresareapotlevel2": "long_fire_resistance_lingering_potion", - "fireresareapotlong": "long_fire_resistance_lingering_potion", - "firerescloudpot2": "long_fire_resistance_lingering_potion", - "firerescloudpotex": "long_fire_resistance_lingering_potion", - "firerescloudpotextended": "long_fire_resistance_lingering_potion", - "firerescloudpotion2": "long_fire_resistance_lingering_potion", - "firerescloudpotionex": "long_fire_resistance_lingering_potion", - "firerescloudpotionextended": "long_fire_resistance_lingering_potion", - "firerescloudpotionlevel2": "long_fire_resistance_lingering_potion", - "firerescloudpotionlong": "long_fire_resistance_lingering_potion", - "firerescloudpotlevel2": "long_fire_resistance_lingering_potion", - "firerescloudpotlong": "long_fire_resistance_lingering_potion", - "fireresistanceaoepoiont2": "long_fire_resistance_lingering_potion", - "fireresistanceaoepoiontex": "long_fire_resistance_lingering_potion", - "fireresistanceaoepoiontextended": "long_fire_resistance_lingering_potion", - "fireresistanceaoepoiontlevel2": "long_fire_resistance_lingering_potion", - "fireresistanceaoepoiontlong": "long_fire_resistance_lingering_potion", - "fireresistanceaoepot2": "long_fire_resistance_lingering_potion", - "fireresistanceaoepotex": "long_fire_resistance_lingering_potion", - "fireresistanceaoepotextended": "long_fire_resistance_lingering_potion", - "fireresistanceaoepotlevel2": "long_fire_resistance_lingering_potion", - "fireresistanceaoepotlong": "long_fire_resistance_lingering_potion", - "fireresistanceareapot2": "long_fire_resistance_lingering_potion", - "fireresistanceareapotex": "long_fire_resistance_lingering_potion", - "fireresistanceareapotextended": "long_fire_resistance_lingering_potion", - "fireresistanceareapotion2": "long_fire_resistance_lingering_potion", - "fireresistanceareapotionex": "long_fire_resistance_lingering_potion", - "fireresistanceareapotionextended": "long_fire_resistance_lingering_potion", - "fireresistanceareapotionlevel2": "long_fire_resistance_lingering_potion", - "fireresistanceareapotionlong": "long_fire_resistance_lingering_potion", - "fireresistanceareapotlevel2": "long_fire_resistance_lingering_potion", - "fireresistanceareapotlong": "long_fire_resistance_lingering_potion", - "fireresistancecloudpot2": "long_fire_resistance_lingering_potion", - "fireresistancecloudpotex": "long_fire_resistance_lingering_potion", - "fireresistancecloudpotextended": "long_fire_resistance_lingering_potion", - "fireresistancecloudpotion2": "long_fire_resistance_lingering_potion", - "fireresistancecloudpotionex": "long_fire_resistance_lingering_potion", - "fireresistancecloudpotionextended": "long_fire_resistance_lingering_potion", - "fireresistancecloudpotionlevel2": "long_fire_resistance_lingering_potion", - "fireresistancecloudpotionlong": "long_fire_resistance_lingering_potion", - "fireresistancecloudpotlevel2": "long_fire_resistance_lingering_potion", - "fireresistancecloudpotlong": "long_fire_resistance_lingering_potion", - "fireresistancelingerpot2": "long_fire_resistance_lingering_potion", - "fireresistancelingerpotex": "long_fire_resistance_lingering_potion", - "fireresistancelingerpotextended": "long_fire_resistance_lingering_potion", - "fireresistancelingerpotlevel2": "long_fire_resistance_lingering_potion", - "fireresistancelingerpotlong": "long_fire_resistance_lingering_potion", - "fireresistaoepoiont2": "long_fire_resistance_lingering_potion", - "fireresistaoepoiontex": "long_fire_resistance_lingering_potion", - "fireresistaoepoiontextended": "long_fire_resistance_lingering_potion", - "fireresistaoepoiontlevel2": "long_fire_resistance_lingering_potion", - "fireresistaoepoiontlong": "long_fire_resistance_lingering_potion", - "fireresistaoepot2": "long_fire_resistance_lingering_potion", - "fireresistaoepotex": "long_fire_resistance_lingering_potion", - "fireresistaoepotextended": "long_fire_resistance_lingering_potion", - "fireresistaoepotlevel2": "long_fire_resistance_lingering_potion", - "fireresistaoepotlong": "long_fire_resistance_lingering_potion", - "fireresistareapot2": "long_fire_resistance_lingering_potion", - "fireresistareapotex": "long_fire_resistance_lingering_potion", - "fireresistareapotextended": "long_fire_resistance_lingering_potion", - "fireresistareapotion2": "long_fire_resistance_lingering_potion", - "fireresistareapotionex": "long_fire_resistance_lingering_potion", - "fireresistareapotionextended": "long_fire_resistance_lingering_potion", - "fireresistareapotionlevel2": "long_fire_resistance_lingering_potion", - "fireresistareapotionlong": "long_fire_resistance_lingering_potion", - "fireresistareapotlevel2": "long_fire_resistance_lingering_potion", - "fireresistareapotlong": "long_fire_resistance_lingering_potion", - "fireresistcloudpot2": "long_fire_resistance_lingering_potion", - "fireresistcloudpotex": "long_fire_resistance_lingering_potion", - "fireresistcloudpotextended": "long_fire_resistance_lingering_potion", - "fireresistcloudpotion2": "long_fire_resistance_lingering_potion", - "fireresistcloudpotionex": "long_fire_resistance_lingering_potion", - "fireresistcloudpotionextended": "long_fire_resistance_lingering_potion", - "fireresistcloudpotionlevel2": "long_fire_resistance_lingering_potion", - "fireresistcloudpotionlong": "long_fire_resistance_lingering_potion", - "fireresistcloudpotlevel2": "long_fire_resistance_lingering_potion", - "fireresistcloudpotlong": "long_fire_resistance_lingering_potion", - "fireresistlingerpot2": "long_fire_resistance_lingering_potion", - "fireresistlingerpotex": "long_fire_resistance_lingering_potion", - "fireresistlingerpotextended": "long_fire_resistance_lingering_potion", - "fireresistlingerpotlevel2": "long_fire_resistance_lingering_potion", - "fireresistlingerpotlong": "long_fire_resistance_lingering_potion", - "firereslingerpot2": "long_fire_resistance_lingering_potion", - "firereslingerpotex": "long_fire_resistance_lingering_potion", - "firereslingerpotextended": "long_fire_resistance_lingering_potion", - "firereslingerpotlevel2": "long_fire_resistance_lingering_potion", - "firereslingerpotlong": "long_fire_resistance_lingering_potion", - "lingerpotfireres2": "long_fire_resistance_lingering_potion", - "lingerpotfireresex": "long_fire_resistance_lingering_potion", - "lingerpotfireresextended": "long_fire_resistance_lingering_potion", - "lingerpotfireresist2": "long_fire_resistance_lingering_potion", - "lingerpotfireresistance2": "long_fire_resistance_lingering_potion", - "lingerpotfireresistanceex": "long_fire_resistance_lingering_potion", - "lingerpotfireresistanceextended": "long_fire_resistance_lingering_potion", - "lingerpotfireresistancelevel2": "long_fire_resistance_lingering_potion", - "lingerpotfireresistancelong": "long_fire_resistance_lingering_potion", - "lingerpotfireresistex": "long_fire_resistance_lingering_potion", - "lingerpotfireresistextended": "long_fire_resistance_lingering_potion", - "lingerpotfireresistlevel2": "long_fire_resistance_lingering_potion", - "lingerpotfireresistlong": "long_fire_resistance_lingering_potion", - "lingerpotfirereslevel2": "long_fire_resistance_lingering_potion", - "lingerpotfirereslong": "long_fire_resistance_lingering_potion", - "long_fire_resistance_potion": { - "potionData": { - "type": "FIRE_RESISTANCE", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "fireres2pot": "long_fire_resistance_potion", - "fireres2potion": "long_fire_resistance_potion", - "fireresexpot": "long_fire_resistance_potion", - "fireresexpotion": "long_fire_resistance_potion", - "fireresextendedpot": "long_fire_resistance_potion", - "fireresextendedpotion": "long_fire_resistance_potion", - "fireresist2pot": "long_fire_resistance_potion", - "fireresist2potion": "long_fire_resistance_potion", - "fireresistance2pot": "long_fire_resistance_potion", - "fireresistance2potion": "long_fire_resistance_potion", - "fireresistanceexpot": "long_fire_resistance_potion", - "fireresistanceexpotion": "long_fire_resistance_potion", - "fireresistanceextendedpot": "long_fire_resistance_potion", - "fireresistanceextendedpotion": "long_fire_resistance_potion", - "fireresistancelevel2pot": "long_fire_resistance_potion", - "fireresistancelevel2potion": "long_fire_resistance_potion", - "fireresistancelongpot": "long_fire_resistance_potion", - "fireresistancelongpotion": "long_fire_resistance_potion", - "fireresistexpot": "long_fire_resistance_potion", - "fireresistexpotion": "long_fire_resistance_potion", - "fireresistextendedpot": "long_fire_resistance_potion", - "fireresistextendedpotion": "long_fire_resistance_potion", - "fireresistlevel2pot": "long_fire_resistance_potion", - "fireresistlevel2potion": "long_fire_resistance_potion", - "fireresistlongpot": "long_fire_resistance_potion", - "fireresistlongpotion": "long_fire_resistance_potion", - "firereslevel2pot": "long_fire_resistance_potion", - "firereslevel2potion": "long_fire_resistance_potion", - "firereslongpot": "long_fire_resistance_potion", - "firereslongpotion": "long_fire_resistance_potion", - "potionoffireres2": "long_fire_resistance_potion", - "potionoffireresex": "long_fire_resistance_potion", - "potionoffireresextended": "long_fire_resistance_potion", - "potionoffireresist2": "long_fire_resistance_potion", - "potionoffireresistance2": "long_fire_resistance_potion", - "potionoffireresistanceex": "long_fire_resistance_potion", - "potionoffireresistanceextended": "long_fire_resistance_potion", - "potionoffireresistancelevel2": "long_fire_resistance_potion", - "potionoffireresistancelong": "long_fire_resistance_potion", - "potionoffireresistex": "long_fire_resistance_potion", - "potionoffireresistextended": "long_fire_resistance_potion", - "potionoffireresistlevel2": "long_fire_resistance_potion", - "potionoffireresistlong": "long_fire_resistance_potion", - "potionoffirereslevel2": "long_fire_resistance_potion", - "potionoffirereslong": "long_fire_resistance_potion", - "potoffireres2": "long_fire_resistance_potion", - "potoffireresex": "long_fire_resistance_potion", - "potoffireresextended": "long_fire_resistance_potion", - "potoffireresist2": "long_fire_resistance_potion", - "potoffireresistance2": "long_fire_resistance_potion", - "potoffireresistanceex": "long_fire_resistance_potion", - "potoffireresistanceextended": "long_fire_resistance_potion", - "potoffireresistancelevel2": "long_fire_resistance_potion", - "potoffireresistancelong": "long_fire_resistance_potion", - "potoffireresistex": "long_fire_resistance_potion", - "potoffireresistextended": "long_fire_resistance_potion", - "potoffireresistlevel2": "long_fire_resistance_potion", - "potoffireresistlong": "long_fire_resistance_potion", - "potoffirereslevel2": "long_fire_resistance_potion", - "potoffirereslong": "long_fire_resistance_potion", - "long_fire_resistance_splash_potion": { - "potionData": { - "type": "FIRE_RESISTANCE", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "fireres2splashpot": "long_fire_resistance_splash_potion", - "fireres2splashpotion": "long_fire_resistance_splash_potion", - "fireresexsplashpot": "long_fire_resistance_splash_potion", - "fireresexsplashpotion": "long_fire_resistance_splash_potion", - "fireresextendedsplashpot": "long_fire_resistance_splash_potion", - "fireresextendedsplashpotion": "long_fire_resistance_splash_potion", - "fireresist2splashpot": "long_fire_resistance_splash_potion", - "fireresist2splashpotion": "long_fire_resistance_splash_potion", - "fireresistance2splashpot": "long_fire_resistance_splash_potion", - "fireresistance2splashpotion": "long_fire_resistance_splash_potion", - "fireresistanceexsplashpot": "long_fire_resistance_splash_potion", - "fireresistanceexsplashpotion": "long_fire_resistance_splash_potion", - "fireresistanceextendedsplashpot": "long_fire_resistance_splash_potion", - "fireresistanceextendedsplashpotion": "long_fire_resistance_splash_potion", - "fireresistancelevel2splashpot": "long_fire_resistance_splash_potion", - "fireresistancelevel2splashpotion": "long_fire_resistance_splash_potion", - "fireresistancelongsplashpot": "long_fire_resistance_splash_potion", - "fireresistancelongsplashpotion": "long_fire_resistance_splash_potion", - "fireresistexsplashpot": "long_fire_resistance_splash_potion", - "fireresistexsplashpotion": "long_fire_resistance_splash_potion", - "fireresistextendedsplashpot": "long_fire_resistance_splash_potion", - "fireresistextendedsplashpotion": "long_fire_resistance_splash_potion", - "fireresistlevel2splashpot": "long_fire_resistance_splash_potion", - "fireresistlevel2splashpotion": "long_fire_resistance_splash_potion", - "fireresistlongsplashpot": "long_fire_resistance_splash_potion", - "fireresistlongsplashpotion": "long_fire_resistance_splash_potion", - "firereslevel2splashpot": "long_fire_resistance_splash_potion", - "firereslevel2splashpotion": "long_fire_resistance_splash_potion", - "firereslongsplashpot": "long_fire_resistance_splash_potion", - "firereslongsplashpotion": "long_fire_resistance_splash_potion", - "splashfireres2pot": "long_fire_resistance_splash_potion", - "splashfireres2potion": "long_fire_resistance_splash_potion", - "splashfireresexpot": "long_fire_resistance_splash_potion", - "splashfireresexpotion": "long_fire_resistance_splash_potion", - "splashfireresextendedpot": "long_fire_resistance_splash_potion", - "splashfireresextendedpotion": "long_fire_resistance_splash_potion", - "splashfireresist2pot": "long_fire_resistance_splash_potion", - "splashfireresist2potion": "long_fire_resistance_splash_potion", - "splashfireresistance2pot": "long_fire_resistance_splash_potion", - "splashfireresistance2potion": "long_fire_resistance_splash_potion", - "splashfireresistanceexpot": "long_fire_resistance_splash_potion", - "splashfireresistanceexpotion": "long_fire_resistance_splash_potion", - "splashfireresistanceextendedpot": "long_fire_resistance_splash_potion", - "splashfireresistanceextendedpotion": "long_fire_resistance_splash_potion", - "splashfireresistancelevel2pot": "long_fire_resistance_splash_potion", - "splashfireresistancelevel2potion": "long_fire_resistance_splash_potion", - "splashfireresistancelongpot": "long_fire_resistance_splash_potion", - "splashfireresistancelongpotion": "long_fire_resistance_splash_potion", - "splashfireresistexpot": "long_fire_resistance_splash_potion", - "splashfireresistexpotion": "long_fire_resistance_splash_potion", - "splashfireresistextendedpot": "long_fire_resistance_splash_potion", - "splashfireresistextendedpotion": "long_fire_resistance_splash_potion", - "splashfireresistlevel2pot": "long_fire_resistance_splash_potion", - "splashfireresistlevel2potion": "long_fire_resistance_splash_potion", - "splashfireresistlongpot": "long_fire_resistance_splash_potion", - "splashfireresistlongpotion": "long_fire_resistance_splash_potion", - "splashfirereslevel2pot": "long_fire_resistance_splash_potion", - "splashfirereslevel2potion": "long_fire_resistance_splash_potion", - "splashfirereslongpot": "long_fire_resistance_splash_potion", - "splashfirereslongpotion": "long_fire_resistance_splash_potion", - "splfireres2pot": "long_fire_resistance_splash_potion", - "splfireres2potion": "long_fire_resistance_splash_potion", - "splfireresexpot": "long_fire_resistance_splash_potion", - "splfireresexpotion": "long_fire_resistance_splash_potion", - "splfireresextendedpot": "long_fire_resistance_splash_potion", - "splfireresextendedpotion": "long_fire_resistance_splash_potion", - "splfireresist2pot": "long_fire_resistance_splash_potion", - "splfireresist2potion": "long_fire_resistance_splash_potion", - "splfireresistance2pot": "long_fire_resistance_splash_potion", - "splfireresistance2potion": "long_fire_resistance_splash_potion", - "splfireresistanceexpot": "long_fire_resistance_splash_potion", - "splfireresistanceexpotion": "long_fire_resistance_splash_potion", - "splfireresistanceextendedpot": "long_fire_resistance_splash_potion", - "splfireresistanceextendedpotion": "long_fire_resistance_splash_potion", - "splfireresistancelevel2pot": "long_fire_resistance_splash_potion", - "splfireresistancelevel2potion": "long_fire_resistance_splash_potion", - "splfireresistancelongpot": "long_fire_resistance_splash_potion", - "splfireresistancelongpotion": "long_fire_resistance_splash_potion", - "splfireresistexpot": "long_fire_resistance_splash_potion", - "splfireresistexpotion": "long_fire_resistance_splash_potion", - "splfireresistextendedpot": "long_fire_resistance_splash_potion", - "splfireresistextendedpotion": "long_fire_resistance_splash_potion", - "splfireresistlevel2pot": "long_fire_resistance_splash_potion", - "splfireresistlevel2potion": "long_fire_resistance_splash_potion", - "splfireresistlongpot": "long_fire_resistance_splash_potion", - "splfireresistlongpotion": "long_fire_resistance_splash_potion", - "splfirereslevel2pot": "long_fire_resistance_splash_potion", - "splfirereslevel2potion": "long_fire_resistance_splash_potion", - "splfirereslongpot": "long_fire_resistance_splash_potion", - "splfirereslongpotion": "long_fire_resistance_splash_potion", - "long_fire_resistance_tipped_arrow": { - "potionData": { - "type": "FIRE_RESISTANCE", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowfireres2": "long_fire_resistance_tipped_arrow", - "arrowfireresex": "long_fire_resistance_tipped_arrow", - "arrowfireresextended": "long_fire_resistance_tipped_arrow", - "arrowfireresist2": "long_fire_resistance_tipped_arrow", - "arrowfireresistance2": "long_fire_resistance_tipped_arrow", - "arrowfireresistanceex": "long_fire_resistance_tipped_arrow", - "arrowfireresistanceextended": "long_fire_resistance_tipped_arrow", - "arrowfireresistancelevel2": "long_fire_resistance_tipped_arrow", - "arrowfireresistancelong": "long_fire_resistance_tipped_arrow", - "arrowfireresistex": "long_fire_resistance_tipped_arrow", - "arrowfireresistextended": "long_fire_resistance_tipped_arrow", - "arrowfireresistlevel2": "long_fire_resistance_tipped_arrow", - "arrowfireresistlong": "long_fire_resistance_tipped_arrow", - "arrowfirereslevel2": "long_fire_resistance_tipped_arrow", - "arrowfirereslong": "long_fire_resistance_tipped_arrow", - "fireres2tarr": "long_fire_resistance_tipped_arrow", - "fireres2tarrow": "long_fire_resistance_tipped_arrow", - "fireres2tippedarrow": "long_fire_resistance_tipped_arrow", - "fireresarrow2": "long_fire_resistance_tipped_arrow", - "fireresarrowex": "long_fire_resistance_tipped_arrow", - "fireresarrowextended": "long_fire_resistance_tipped_arrow", - "fireresarrowlevel2": "long_fire_resistance_tipped_arrow", - "fireresarrowlong": "long_fire_resistance_tipped_arrow", - "fireresextarr": "long_fire_resistance_tipped_arrow", - "fireresextarrow": "long_fire_resistance_tipped_arrow", - "fireresextendedtarr": "long_fire_resistance_tipped_arrow", - "fireresextendedtarrow": "long_fire_resistance_tipped_arrow", - "fireresextendedtippedarrow": "long_fire_resistance_tipped_arrow", - "fireresextippedarrow": "long_fire_resistance_tipped_arrow", - "fireresist2tarr": "long_fire_resistance_tipped_arrow", - "fireresist2tarrow": "long_fire_resistance_tipped_arrow", - "fireresist2tippedarrow": "long_fire_resistance_tipped_arrow", - "fireresistance2tarr": "long_fire_resistance_tipped_arrow", - "fireresistance2tarrow": "long_fire_resistance_tipped_arrow", - "fireresistance2tippedarrow": "long_fire_resistance_tipped_arrow", - "fireresistancearrow2": "long_fire_resistance_tipped_arrow", - "fireresistancearrowex": "long_fire_resistance_tipped_arrow", - "fireresistancearrowextended": "long_fire_resistance_tipped_arrow", - "fireresistancearrowlevel2": "long_fire_resistance_tipped_arrow", - "fireresistancearrowlong": "long_fire_resistance_tipped_arrow", - "fireresistanceextarr": "long_fire_resistance_tipped_arrow", - "fireresistanceextarrow": "long_fire_resistance_tipped_arrow", - "fireresistanceextendedtarr": "long_fire_resistance_tipped_arrow", - "fireresistanceextendedtarrow": "long_fire_resistance_tipped_arrow", - "fireresistanceextendedtippedarrow": "long_fire_resistance_tipped_arrow", - "fireresistanceextippedarrow": "long_fire_resistance_tipped_arrow", - "fireresistancelevel2tarr": "long_fire_resistance_tipped_arrow", - "fireresistancelevel2tarrow": "long_fire_resistance_tipped_arrow", - "fireresistancelevel2tippedarrow": "long_fire_resistance_tipped_arrow", - "fireresistancelongtarr": "long_fire_resistance_tipped_arrow", - "fireresistancelongtarrow": "long_fire_resistance_tipped_arrow", - "fireresistancelongtippedarrow": "long_fire_resistance_tipped_arrow", - "fireresistarrow2": "long_fire_resistance_tipped_arrow", - "fireresistarrowex": "long_fire_resistance_tipped_arrow", - "fireresistarrowextended": "long_fire_resistance_tipped_arrow", - "fireresistarrowlevel2": "long_fire_resistance_tipped_arrow", - "fireresistarrowlong": "long_fire_resistance_tipped_arrow", - "fireresistextarr": "long_fire_resistance_tipped_arrow", - "fireresistextarrow": "long_fire_resistance_tipped_arrow", - "fireresistextendedtarr": "long_fire_resistance_tipped_arrow", - "fireresistextendedtarrow": "long_fire_resistance_tipped_arrow", - "fireresistextendedtippedarrow": "long_fire_resistance_tipped_arrow", - "fireresistextippedarrow": "long_fire_resistance_tipped_arrow", - "fireresistlevel2tarr": "long_fire_resistance_tipped_arrow", - "fireresistlevel2tarrow": "long_fire_resistance_tipped_arrow", - "fireresistlevel2tippedarrow": "long_fire_resistance_tipped_arrow", - "fireresistlongtarr": "long_fire_resistance_tipped_arrow", - "fireresistlongtarrow": "long_fire_resistance_tipped_arrow", - "fireresistlongtippedarrow": "long_fire_resistance_tipped_arrow", - "firereslevel2tarr": "long_fire_resistance_tipped_arrow", - "firereslevel2tarrow": "long_fire_resistance_tipped_arrow", - "firereslevel2tippedarrow": "long_fire_resistance_tipped_arrow", - "firereslongtarr": "long_fire_resistance_tipped_arrow", - "firereslongtarrow": "long_fire_resistance_tipped_arrow", - "firereslongtippedarrow": "long_fire_resistance_tipped_arrow", - "long_invisibility_lingering_potion": { - "potionData": { - "type": "INVISIBILITY", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotinv2": "long_invisibility_lingering_potion", - "aoepotinvex": "long_invisibility_lingering_potion", - "aoepotinvextended": "long_invisibility_lingering_potion", - "aoepotinvis2": "long_invisibility_lingering_potion", - "aoepotinvisex": "long_invisibility_lingering_potion", - "aoepotinvisextended": "long_invisibility_lingering_potion", - "aoepotinvisibility2": "long_invisibility_lingering_potion", - "aoepotinvisibilityex": "long_invisibility_lingering_potion", - "aoepotinvisibilityextended": "long_invisibility_lingering_potion", - "aoepotinvisibilitylevel2": "long_invisibility_lingering_potion", - "aoepotinvisibilitylong": "long_invisibility_lingering_potion", - "aoepotinvisible2": "long_invisibility_lingering_potion", - "aoepotinvisibleex": "long_invisibility_lingering_potion", - "aoepotinvisibleextended": "long_invisibility_lingering_potion", - "aoepotinvisiblelevel2": "long_invisibility_lingering_potion", - "aoepotinvisiblelong": "long_invisibility_lingering_potion", - "aoepotinvislevel2": "long_invisibility_lingering_potion", - "aoepotinvislong": "long_invisibility_lingering_potion", - "aoepotinvlevel2": "long_invisibility_lingering_potion", - "aoepotinvlong": "long_invisibility_lingering_potion", - "aoepotioninv2": "long_invisibility_lingering_potion", - "aoepotioninvex": "long_invisibility_lingering_potion", - "aoepotioninvextended": "long_invisibility_lingering_potion", - "aoepotioninvis2": "long_invisibility_lingering_potion", - "aoepotioninvisex": "long_invisibility_lingering_potion", - "aoepotioninvisextended": "long_invisibility_lingering_potion", - "aoepotioninvisibility2": "long_invisibility_lingering_potion", - "aoepotioninvisibilityex": "long_invisibility_lingering_potion", - "aoepotioninvisibilityextended": "long_invisibility_lingering_potion", - "aoepotioninvisibilitylevel2": "long_invisibility_lingering_potion", - "aoepotioninvisibilitylong": "long_invisibility_lingering_potion", - "aoepotioninvisible2": "long_invisibility_lingering_potion", - "aoepotioninvisibleex": "long_invisibility_lingering_potion", - "aoepotioninvisibleextended": "long_invisibility_lingering_potion", - "aoepotioninvisiblelevel2": "long_invisibility_lingering_potion", - "aoepotioninvisiblelong": "long_invisibility_lingering_potion", - "aoepotioninvislevel2": "long_invisibility_lingering_potion", - "aoepotioninvislong": "long_invisibility_lingering_potion", - "aoepotioninvlevel2": "long_invisibility_lingering_potion", - "aoepotioninvlong": "long_invisibility_lingering_potion", - "areapotinv2": "long_invisibility_lingering_potion", - "areapotinvex": "long_invisibility_lingering_potion", - "areapotinvextended": "long_invisibility_lingering_potion", - "areapotinvis2": "long_invisibility_lingering_potion", - "areapotinvisex": "long_invisibility_lingering_potion", - "areapotinvisextended": "long_invisibility_lingering_potion", - "areapotinvisibility2": "long_invisibility_lingering_potion", - "areapotinvisibilityex": "long_invisibility_lingering_potion", - "areapotinvisibilityextended": "long_invisibility_lingering_potion", - "areapotinvisibilitylevel2": "long_invisibility_lingering_potion", - "areapotinvisibilitylong": "long_invisibility_lingering_potion", - "areapotinvisible2": "long_invisibility_lingering_potion", - "areapotinvisibleex": "long_invisibility_lingering_potion", - "areapotinvisibleextended": "long_invisibility_lingering_potion", - "areapotinvisiblelevel2": "long_invisibility_lingering_potion", - "areapotinvisiblelong": "long_invisibility_lingering_potion", - "areapotinvislevel2": "long_invisibility_lingering_potion", - "areapotinvislong": "long_invisibility_lingering_potion", - "areapotinvlevel2": "long_invisibility_lingering_potion", - "areapotinvlong": "long_invisibility_lingering_potion", - "areapotioninv2": "long_invisibility_lingering_potion", - "areapotioninvex": "long_invisibility_lingering_potion", - "areapotioninvextended": "long_invisibility_lingering_potion", - "areapotioninvis2": "long_invisibility_lingering_potion", - "areapotioninvisex": "long_invisibility_lingering_potion", - "areapotioninvisextended": "long_invisibility_lingering_potion", - "areapotioninvisibility2": "long_invisibility_lingering_potion", - "areapotioninvisibilityex": "long_invisibility_lingering_potion", - "areapotioninvisibilityextended": "long_invisibility_lingering_potion", - "areapotioninvisibilitylevel2": "long_invisibility_lingering_potion", - "areapotioninvisibilitylong": "long_invisibility_lingering_potion", - "areapotioninvisible2": "long_invisibility_lingering_potion", - "areapotioninvisibleex": "long_invisibility_lingering_potion", - "areapotioninvisibleextended": "long_invisibility_lingering_potion", - "areapotioninvisiblelevel2": "long_invisibility_lingering_potion", - "areapotioninvisiblelong": "long_invisibility_lingering_potion", - "areapotioninvislevel2": "long_invisibility_lingering_potion", - "areapotioninvislong": "long_invisibility_lingering_potion", - "areapotioninvlevel2": "long_invisibility_lingering_potion", - "areapotioninvlong": "long_invisibility_lingering_potion", - "cloudpotinv2": "long_invisibility_lingering_potion", - "cloudpotinvex": "long_invisibility_lingering_potion", - "cloudpotinvextended": "long_invisibility_lingering_potion", - "cloudpotinvis2": "long_invisibility_lingering_potion", - "cloudpotinvisex": "long_invisibility_lingering_potion", - "cloudpotinvisextended": "long_invisibility_lingering_potion", - "cloudpotinvisibility2": "long_invisibility_lingering_potion", - "cloudpotinvisibilityex": "long_invisibility_lingering_potion", - "cloudpotinvisibilityextended": "long_invisibility_lingering_potion", - "cloudpotinvisibilitylevel2": "long_invisibility_lingering_potion", - "cloudpotinvisibilitylong": "long_invisibility_lingering_potion", - "cloudpotinvisible2": "long_invisibility_lingering_potion", - "cloudpotinvisibleex": "long_invisibility_lingering_potion", - "cloudpotinvisibleextended": "long_invisibility_lingering_potion", - "cloudpotinvisiblelevel2": "long_invisibility_lingering_potion", - "cloudpotinvisiblelong": "long_invisibility_lingering_potion", - "cloudpotinvislevel2": "long_invisibility_lingering_potion", - "cloudpotinvislong": "long_invisibility_lingering_potion", - "cloudpotinvlevel2": "long_invisibility_lingering_potion", - "cloudpotinvlong": "long_invisibility_lingering_potion", - "cloudpotioninv2": "long_invisibility_lingering_potion", - "cloudpotioninvex": "long_invisibility_lingering_potion", - "cloudpotioninvextended": "long_invisibility_lingering_potion", - "cloudpotioninvis2": "long_invisibility_lingering_potion", - "cloudpotioninvisex": "long_invisibility_lingering_potion", - "cloudpotioninvisextended": "long_invisibility_lingering_potion", - "cloudpotioninvisibility2": "long_invisibility_lingering_potion", - "cloudpotioninvisibilityex": "long_invisibility_lingering_potion", - "cloudpotioninvisibilityextended": "long_invisibility_lingering_potion", - "cloudpotioninvisibilitylevel2": "long_invisibility_lingering_potion", - "cloudpotioninvisibilitylong": "long_invisibility_lingering_potion", - "cloudpotioninvisible2": "long_invisibility_lingering_potion", - "cloudpotioninvisibleex": "long_invisibility_lingering_potion", - "cloudpotioninvisibleextended": "long_invisibility_lingering_potion", - "cloudpotioninvisiblelevel2": "long_invisibility_lingering_potion", - "cloudpotioninvisiblelong": "long_invisibility_lingering_potion", - "cloudpotioninvislevel2": "long_invisibility_lingering_potion", - "cloudpotioninvislong": "long_invisibility_lingering_potion", - "cloudpotioninvlevel2": "long_invisibility_lingering_potion", - "cloudpotioninvlong": "long_invisibility_lingering_potion", - "invaoepoiont2": "long_invisibility_lingering_potion", - "invaoepoiontex": "long_invisibility_lingering_potion", - "invaoepoiontextended": "long_invisibility_lingering_potion", - "invaoepoiontlevel2": "long_invisibility_lingering_potion", - "invaoepoiontlong": "long_invisibility_lingering_potion", - "invaoepot2": "long_invisibility_lingering_potion", - "invaoepotex": "long_invisibility_lingering_potion", - "invaoepotextended": "long_invisibility_lingering_potion", - "invaoepotlevel2": "long_invisibility_lingering_potion", - "invaoepotlong": "long_invisibility_lingering_potion", - "invareapot2": "long_invisibility_lingering_potion", - "invareapotex": "long_invisibility_lingering_potion", - "invareapotextended": "long_invisibility_lingering_potion", - "invareapotion2": "long_invisibility_lingering_potion", - "invareapotionex": "long_invisibility_lingering_potion", - "invareapotionextended": "long_invisibility_lingering_potion", - "invareapotionlevel2": "long_invisibility_lingering_potion", - "invareapotionlong": "long_invisibility_lingering_potion", - "invareapotlevel2": "long_invisibility_lingering_potion", - "invareapotlong": "long_invisibility_lingering_potion", - "invcloudpot2": "long_invisibility_lingering_potion", - "invcloudpotex": "long_invisibility_lingering_potion", - "invcloudpotextended": "long_invisibility_lingering_potion", - "invcloudpotion2": "long_invisibility_lingering_potion", - "invcloudpotionex": "long_invisibility_lingering_potion", - "invcloudpotionextended": "long_invisibility_lingering_potion", - "invcloudpotionlevel2": "long_invisibility_lingering_potion", - "invcloudpotionlong": "long_invisibility_lingering_potion", - "invcloudpotlevel2": "long_invisibility_lingering_potion", - "invcloudpotlong": "long_invisibility_lingering_potion", - "invisaoepoiont2": "long_invisibility_lingering_potion", - "invisaoepoiontex": "long_invisibility_lingering_potion", - "invisaoepoiontextended": "long_invisibility_lingering_potion", - "invisaoepoiontlevel2": "long_invisibility_lingering_potion", - "invisaoepoiontlong": "long_invisibility_lingering_potion", - "invisaoepot2": "long_invisibility_lingering_potion", - "invisaoepotex": "long_invisibility_lingering_potion", - "invisaoepotextended": "long_invisibility_lingering_potion", - "invisaoepotlevel2": "long_invisibility_lingering_potion", - "invisaoepotlong": "long_invisibility_lingering_potion", - "invisareapot2": "long_invisibility_lingering_potion", - "invisareapotex": "long_invisibility_lingering_potion", - "invisareapotextended": "long_invisibility_lingering_potion", - "invisareapotion2": "long_invisibility_lingering_potion", - "invisareapotionex": "long_invisibility_lingering_potion", - "invisareapotionextended": "long_invisibility_lingering_potion", - "invisareapotionlevel2": "long_invisibility_lingering_potion", - "invisareapotionlong": "long_invisibility_lingering_potion", - "invisareapotlevel2": "long_invisibility_lingering_potion", - "invisareapotlong": "long_invisibility_lingering_potion", - "inviscloudpot2": "long_invisibility_lingering_potion", - "inviscloudpotex": "long_invisibility_lingering_potion", - "inviscloudpotextended": "long_invisibility_lingering_potion", - "inviscloudpotion2": "long_invisibility_lingering_potion", - "inviscloudpotionex": "long_invisibility_lingering_potion", - "inviscloudpotionextended": "long_invisibility_lingering_potion", - "inviscloudpotionlevel2": "long_invisibility_lingering_potion", - "inviscloudpotionlong": "long_invisibility_lingering_potion", - "inviscloudpotlevel2": "long_invisibility_lingering_potion", - "inviscloudpotlong": "long_invisibility_lingering_potion", - "invisibilityaoepoiont2": "long_invisibility_lingering_potion", - "invisibilityaoepoiontex": "long_invisibility_lingering_potion", - "invisibilityaoepoiontextended": "long_invisibility_lingering_potion", - "invisibilityaoepoiontlevel2": "long_invisibility_lingering_potion", - "invisibilityaoepoiontlong": "long_invisibility_lingering_potion", - "invisibilityaoepot2": "long_invisibility_lingering_potion", - "invisibilityaoepotex": "long_invisibility_lingering_potion", - "invisibilityaoepotextended": "long_invisibility_lingering_potion", - "invisibilityaoepotlevel2": "long_invisibility_lingering_potion", - "invisibilityaoepotlong": "long_invisibility_lingering_potion", - "invisibilityareapot2": "long_invisibility_lingering_potion", - "invisibilityareapotex": "long_invisibility_lingering_potion", - "invisibilityareapotextended": "long_invisibility_lingering_potion", - "invisibilityareapotion2": "long_invisibility_lingering_potion", - "invisibilityareapotionex": "long_invisibility_lingering_potion", - "invisibilityareapotionextended": "long_invisibility_lingering_potion", - "invisibilityareapotionlevel2": "long_invisibility_lingering_potion", - "invisibilityareapotionlong": "long_invisibility_lingering_potion", - "invisibilityareapotlevel2": "long_invisibility_lingering_potion", - "invisibilityareapotlong": "long_invisibility_lingering_potion", - "invisibilitycloudpot2": "long_invisibility_lingering_potion", - "invisibilitycloudpotex": "long_invisibility_lingering_potion", - "invisibilitycloudpotextended": "long_invisibility_lingering_potion", - "invisibilitycloudpotion2": "long_invisibility_lingering_potion", - "invisibilitycloudpotionex": "long_invisibility_lingering_potion", - "invisibilitycloudpotionextended": "long_invisibility_lingering_potion", - "invisibilitycloudpotionlevel2": "long_invisibility_lingering_potion", - "invisibilitycloudpotionlong": "long_invisibility_lingering_potion", - "invisibilitycloudpotlevel2": "long_invisibility_lingering_potion", - "invisibilitycloudpotlong": "long_invisibility_lingering_potion", - "invisibilitylingerpot2": "long_invisibility_lingering_potion", - "invisibilitylingerpotex": "long_invisibility_lingering_potion", - "invisibilitylingerpotextended": "long_invisibility_lingering_potion", - "invisibilitylingerpotlevel2": "long_invisibility_lingering_potion", - "invisibilitylingerpotlong": "long_invisibility_lingering_potion", - "invisibleaoepoiont2": "long_invisibility_lingering_potion", - "invisibleaoepoiontex": "long_invisibility_lingering_potion", - "invisibleaoepoiontextended": "long_invisibility_lingering_potion", - "invisibleaoepoiontlevel2": "long_invisibility_lingering_potion", - "invisibleaoepoiontlong": "long_invisibility_lingering_potion", - "invisibleaoepot2": "long_invisibility_lingering_potion", - "invisibleaoepotex": "long_invisibility_lingering_potion", - "invisibleaoepotextended": "long_invisibility_lingering_potion", - "invisibleaoepotlevel2": "long_invisibility_lingering_potion", - "invisibleaoepotlong": "long_invisibility_lingering_potion", - "invisibleareapot2": "long_invisibility_lingering_potion", - "invisibleareapotex": "long_invisibility_lingering_potion", - "invisibleareapotextended": "long_invisibility_lingering_potion", - "invisibleareapotion2": "long_invisibility_lingering_potion", - "invisibleareapotionex": "long_invisibility_lingering_potion", - "invisibleareapotionextended": "long_invisibility_lingering_potion", - "invisibleareapotionlevel2": "long_invisibility_lingering_potion", - "invisibleareapotionlong": "long_invisibility_lingering_potion", - "invisibleareapotlevel2": "long_invisibility_lingering_potion", - "invisibleareapotlong": "long_invisibility_lingering_potion", - "invisiblecloudpot2": "long_invisibility_lingering_potion", - "invisiblecloudpotex": "long_invisibility_lingering_potion", - "invisiblecloudpotextended": "long_invisibility_lingering_potion", - "invisiblecloudpotion2": "long_invisibility_lingering_potion", - "invisiblecloudpotionex": "long_invisibility_lingering_potion", - "invisiblecloudpotionextended": "long_invisibility_lingering_potion", - "invisiblecloudpotionlevel2": "long_invisibility_lingering_potion", - "invisiblecloudpotionlong": "long_invisibility_lingering_potion", - "invisiblecloudpotlevel2": "long_invisibility_lingering_potion", - "invisiblecloudpotlong": "long_invisibility_lingering_potion", - "invisiblelingerpot2": "long_invisibility_lingering_potion", - "invisiblelingerpotex": "long_invisibility_lingering_potion", - "invisiblelingerpotextended": "long_invisibility_lingering_potion", - "invisiblelingerpotlevel2": "long_invisibility_lingering_potion", - "invisiblelingerpotlong": "long_invisibility_lingering_potion", - "invislingerpot2": "long_invisibility_lingering_potion", - "invislingerpotex": "long_invisibility_lingering_potion", - "invislingerpotextended": "long_invisibility_lingering_potion", - "invislingerpotlevel2": "long_invisibility_lingering_potion", - "invislingerpotlong": "long_invisibility_lingering_potion", - "invlingerpot2": "long_invisibility_lingering_potion", - "invlingerpotex": "long_invisibility_lingering_potion", - "invlingerpotextended": "long_invisibility_lingering_potion", - "invlingerpotlevel2": "long_invisibility_lingering_potion", - "invlingerpotlong": "long_invisibility_lingering_potion", - "lingerpotinv2": "long_invisibility_lingering_potion", - "lingerpotinvex": "long_invisibility_lingering_potion", - "lingerpotinvextended": "long_invisibility_lingering_potion", - "lingerpotinvis2": "long_invisibility_lingering_potion", - "lingerpotinvisex": "long_invisibility_lingering_potion", - "lingerpotinvisextended": "long_invisibility_lingering_potion", - "lingerpotinvisibility2": "long_invisibility_lingering_potion", - "lingerpotinvisibilityex": "long_invisibility_lingering_potion", - "lingerpotinvisibilityextended": "long_invisibility_lingering_potion", - "lingerpotinvisibilitylevel2": "long_invisibility_lingering_potion", - "lingerpotinvisibilitylong": "long_invisibility_lingering_potion", - "lingerpotinvisible2": "long_invisibility_lingering_potion", - "lingerpotinvisibleex": "long_invisibility_lingering_potion", - "lingerpotinvisibleextended": "long_invisibility_lingering_potion", - "lingerpotinvisiblelevel2": "long_invisibility_lingering_potion", - "lingerpotinvisiblelong": "long_invisibility_lingering_potion", - "lingerpotinvislevel2": "long_invisibility_lingering_potion", - "lingerpotinvislong": "long_invisibility_lingering_potion", - "lingerpotinvlevel2": "long_invisibility_lingering_potion", - "lingerpotinvlong": "long_invisibility_lingering_potion", - "long_invisibility_potion": { - "potionData": { - "type": "INVISIBILITY", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "inv2pot": "long_invisibility_potion", - "inv2potion": "long_invisibility_potion", - "invexpot": "long_invisibility_potion", - "invexpotion": "long_invisibility_potion", - "invextendedpot": "long_invisibility_potion", - "invextendedpotion": "long_invisibility_potion", - "invis2pot": "long_invisibility_potion", - "invis2potion": "long_invisibility_potion", - "invisexpot": "long_invisibility_potion", - "invisexpotion": "long_invisibility_potion", - "invisextendedpot": "long_invisibility_potion", - "invisextendedpotion": "long_invisibility_potion", - "invisibility2pot": "long_invisibility_potion", - "invisibility2potion": "long_invisibility_potion", - "invisibilityexpot": "long_invisibility_potion", - "invisibilityexpotion": "long_invisibility_potion", - "invisibilityextendedpot": "long_invisibility_potion", - "invisibilityextendedpotion": "long_invisibility_potion", - "invisibilitylevel2pot": "long_invisibility_potion", - "invisibilitylevel2potion": "long_invisibility_potion", - "invisibilitylongpot": "long_invisibility_potion", - "invisibilitylongpotion": "long_invisibility_potion", - "invisible2pot": "long_invisibility_potion", - "invisible2potion": "long_invisibility_potion", - "invisibleexpot": "long_invisibility_potion", - "invisibleexpotion": "long_invisibility_potion", - "invisibleextendedpot": "long_invisibility_potion", - "invisibleextendedpotion": "long_invisibility_potion", - "invisiblelevel2pot": "long_invisibility_potion", - "invisiblelevel2potion": "long_invisibility_potion", - "invisiblelongpot": "long_invisibility_potion", - "invisiblelongpotion": "long_invisibility_potion", - "invislevel2pot": "long_invisibility_potion", - "invislevel2potion": "long_invisibility_potion", - "invislongpot": "long_invisibility_potion", - "invislongpotion": "long_invisibility_potion", - "invlevel2pot": "long_invisibility_potion", - "invlevel2potion": "long_invisibility_potion", - "invlongpot": "long_invisibility_potion", - "invlongpotion": "long_invisibility_potion", - "potionofinv2": "long_invisibility_potion", - "potionofinvex": "long_invisibility_potion", - "potionofinvextended": "long_invisibility_potion", - "potionofinvis2": "long_invisibility_potion", - "potionofinvisex": "long_invisibility_potion", - "potionofinvisextended": "long_invisibility_potion", - "potionofinvisibility2": "long_invisibility_potion", - "potionofinvisibilityex": "long_invisibility_potion", - "potionofinvisibilityextended": "long_invisibility_potion", - "potionofinvisibilitylevel2": "long_invisibility_potion", - "potionofinvisibilitylong": "long_invisibility_potion", - "potionofinvisible2": "long_invisibility_potion", - "potionofinvisibleex": "long_invisibility_potion", - "potionofinvisibleextended": "long_invisibility_potion", - "potionofinvisiblelevel2": "long_invisibility_potion", - "potionofinvisiblelong": "long_invisibility_potion", - "potionofinvislevel2": "long_invisibility_potion", - "potionofinvislong": "long_invisibility_potion", - "potionofinvlevel2": "long_invisibility_potion", - "potionofinvlong": "long_invisibility_potion", - "potofinv2": "long_invisibility_potion", - "potofinvex": "long_invisibility_potion", - "potofinvextended": "long_invisibility_potion", - "potofinvis2": "long_invisibility_potion", - "potofinvisex": "long_invisibility_potion", - "potofinvisextended": "long_invisibility_potion", - "potofinvisibility2": "long_invisibility_potion", - "potofinvisibilityex": "long_invisibility_potion", - "potofinvisibilityextended": "long_invisibility_potion", - "potofinvisibilitylevel2": "long_invisibility_potion", - "potofinvisibilitylong": "long_invisibility_potion", - "potofinvisible2": "long_invisibility_potion", - "potofinvisibleex": "long_invisibility_potion", - "potofinvisibleextended": "long_invisibility_potion", - "potofinvisiblelevel2": "long_invisibility_potion", - "potofinvisiblelong": "long_invisibility_potion", - "potofinvislevel2": "long_invisibility_potion", - "potofinvislong": "long_invisibility_potion", - "potofinvlevel2": "long_invisibility_potion", - "potofinvlong": "long_invisibility_potion", - "long_invisibility_splash_potion": { - "potionData": { - "type": "INVISIBILITY", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "inv2splashpot": "long_invisibility_splash_potion", - "inv2splashpotion": "long_invisibility_splash_potion", - "invexsplashpot": "long_invisibility_splash_potion", - "invexsplashpotion": "long_invisibility_splash_potion", - "invextendedsplashpot": "long_invisibility_splash_potion", - "invextendedsplashpotion": "long_invisibility_splash_potion", - "invis2splashpot": "long_invisibility_splash_potion", - "invis2splashpotion": "long_invisibility_splash_potion", - "invisexsplashpot": "long_invisibility_splash_potion", - "invisexsplashpotion": "long_invisibility_splash_potion", - "invisextendedsplashpot": "long_invisibility_splash_potion", - "invisextendedsplashpotion": "long_invisibility_splash_potion", - "invisibility2splashpot": "long_invisibility_splash_potion", - "invisibility2splashpotion": "long_invisibility_splash_potion", - "invisibilityexsplashpot": "long_invisibility_splash_potion", - "invisibilityexsplashpotion": "long_invisibility_splash_potion", - "invisibilityextendedsplashpot": "long_invisibility_splash_potion", - "invisibilityextendedsplashpotion": "long_invisibility_splash_potion", - "invisibilitylevel2splashpot": "long_invisibility_splash_potion", - "invisibilitylevel2splashpotion": "long_invisibility_splash_potion", - "invisibilitylongsplashpot": "long_invisibility_splash_potion", - "invisibilitylongsplashpotion": "long_invisibility_splash_potion", - "invisible2splashpot": "long_invisibility_splash_potion", - "invisible2splashpotion": "long_invisibility_splash_potion", - "invisibleexsplashpot": "long_invisibility_splash_potion", - "invisibleexsplashpotion": "long_invisibility_splash_potion", - "invisibleextendedsplashpot": "long_invisibility_splash_potion", - "invisibleextendedsplashpotion": "long_invisibility_splash_potion", - "invisiblelevel2splashpot": "long_invisibility_splash_potion", - "invisiblelevel2splashpotion": "long_invisibility_splash_potion", - "invisiblelongsplashpot": "long_invisibility_splash_potion", - "invisiblelongsplashpotion": "long_invisibility_splash_potion", - "invislevel2splashpot": "long_invisibility_splash_potion", - "invislevel2splashpotion": "long_invisibility_splash_potion", - "invislongsplashpot": "long_invisibility_splash_potion", - "invislongsplashpotion": "long_invisibility_splash_potion", - "invlevel2splashpot": "long_invisibility_splash_potion", - "invlevel2splashpotion": "long_invisibility_splash_potion", - "invlongsplashpot": "long_invisibility_splash_potion", - "invlongsplashpotion": "long_invisibility_splash_potion", - "splashinv2pot": "long_invisibility_splash_potion", - "splashinv2potion": "long_invisibility_splash_potion", - "splashinvexpot": "long_invisibility_splash_potion", - "splashinvexpotion": "long_invisibility_splash_potion", - "splashinvextendedpot": "long_invisibility_splash_potion", - "splashinvextendedpotion": "long_invisibility_splash_potion", - "splashinvis2pot": "long_invisibility_splash_potion", - "splashinvis2potion": "long_invisibility_splash_potion", - "splashinvisexpot": "long_invisibility_splash_potion", - "splashinvisexpotion": "long_invisibility_splash_potion", - "splashinvisextendedpot": "long_invisibility_splash_potion", - "splashinvisextendedpotion": "long_invisibility_splash_potion", - "splashinvisibility2pot": "long_invisibility_splash_potion", - "splashinvisibility2potion": "long_invisibility_splash_potion", - "splashinvisibilityexpot": "long_invisibility_splash_potion", - "splashinvisibilityexpotion": "long_invisibility_splash_potion", - "splashinvisibilityextendedpot": "long_invisibility_splash_potion", - "splashinvisibilityextendedpotion": "long_invisibility_splash_potion", - "splashinvisibilitylevel2pot": "long_invisibility_splash_potion", - "splashinvisibilitylevel2potion": "long_invisibility_splash_potion", - "splashinvisibilitylongpot": "long_invisibility_splash_potion", - "splashinvisibilitylongpotion": "long_invisibility_splash_potion", - "splashinvisible2pot": "long_invisibility_splash_potion", - "splashinvisible2potion": "long_invisibility_splash_potion", - "splashinvisibleexpot": "long_invisibility_splash_potion", - "splashinvisibleexpotion": "long_invisibility_splash_potion", - "splashinvisibleextendedpot": "long_invisibility_splash_potion", - "splashinvisibleextendedpotion": "long_invisibility_splash_potion", - "splashinvisiblelevel2pot": "long_invisibility_splash_potion", - "splashinvisiblelevel2potion": "long_invisibility_splash_potion", - "splashinvisiblelongpot": "long_invisibility_splash_potion", - "splashinvisiblelongpotion": "long_invisibility_splash_potion", - "splashinvislevel2pot": "long_invisibility_splash_potion", - "splashinvislevel2potion": "long_invisibility_splash_potion", - "splashinvislongpot": "long_invisibility_splash_potion", - "splashinvislongpotion": "long_invisibility_splash_potion", - "splashinvlevel2pot": "long_invisibility_splash_potion", - "splashinvlevel2potion": "long_invisibility_splash_potion", - "splashinvlongpot": "long_invisibility_splash_potion", - "splashinvlongpotion": "long_invisibility_splash_potion", - "splinv2pot": "long_invisibility_splash_potion", - "splinv2potion": "long_invisibility_splash_potion", - "splinvexpot": "long_invisibility_splash_potion", - "splinvexpotion": "long_invisibility_splash_potion", - "splinvextendedpot": "long_invisibility_splash_potion", - "splinvextendedpotion": "long_invisibility_splash_potion", - "splinvis2pot": "long_invisibility_splash_potion", - "splinvis2potion": "long_invisibility_splash_potion", - "splinvisexpot": "long_invisibility_splash_potion", - "splinvisexpotion": "long_invisibility_splash_potion", - "splinvisextendedpot": "long_invisibility_splash_potion", - "splinvisextendedpotion": "long_invisibility_splash_potion", - "splinvisibility2pot": "long_invisibility_splash_potion", - "splinvisibility2potion": "long_invisibility_splash_potion", - "splinvisibilityexpot": "long_invisibility_splash_potion", - "splinvisibilityexpotion": "long_invisibility_splash_potion", - "splinvisibilityextendedpot": "long_invisibility_splash_potion", - "splinvisibilityextendedpotion": "long_invisibility_splash_potion", - "splinvisibilitylevel2pot": "long_invisibility_splash_potion", - "splinvisibilitylevel2potion": "long_invisibility_splash_potion", - "splinvisibilitylongpot": "long_invisibility_splash_potion", - "splinvisibilitylongpotion": "long_invisibility_splash_potion", - "splinvisible2pot": "long_invisibility_splash_potion", - "splinvisible2potion": "long_invisibility_splash_potion", - "splinvisibleexpot": "long_invisibility_splash_potion", - "splinvisibleexpotion": "long_invisibility_splash_potion", - "splinvisibleextendedpot": "long_invisibility_splash_potion", - "splinvisibleextendedpotion": "long_invisibility_splash_potion", - "splinvisiblelevel2pot": "long_invisibility_splash_potion", - "splinvisiblelevel2potion": "long_invisibility_splash_potion", - "splinvisiblelongpot": "long_invisibility_splash_potion", - "splinvisiblelongpotion": "long_invisibility_splash_potion", - "splinvislevel2pot": "long_invisibility_splash_potion", - "splinvislevel2potion": "long_invisibility_splash_potion", - "splinvislongpot": "long_invisibility_splash_potion", - "splinvislongpotion": "long_invisibility_splash_potion", - "splinvlevel2pot": "long_invisibility_splash_potion", - "splinvlevel2potion": "long_invisibility_splash_potion", - "splinvlongpot": "long_invisibility_splash_potion", - "splinvlongpotion": "long_invisibility_splash_potion", - "long_invisibility_tipped_arrow": { - "potionData": { - "type": "INVISIBILITY", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowinv2": "long_invisibility_tipped_arrow", - "arrowinvex": "long_invisibility_tipped_arrow", - "arrowinvextended": "long_invisibility_tipped_arrow", - "arrowinvis2": "long_invisibility_tipped_arrow", - "arrowinvisex": "long_invisibility_tipped_arrow", - "arrowinvisextended": "long_invisibility_tipped_arrow", - "arrowinvisibility2": "long_invisibility_tipped_arrow", - "arrowinvisibilityex": "long_invisibility_tipped_arrow", - "arrowinvisibilityextended": "long_invisibility_tipped_arrow", - "arrowinvisibilitylevel2": "long_invisibility_tipped_arrow", - "arrowinvisibilitylong": "long_invisibility_tipped_arrow", - "arrowinvisible2": "long_invisibility_tipped_arrow", - "arrowinvisibleex": "long_invisibility_tipped_arrow", - "arrowinvisibleextended": "long_invisibility_tipped_arrow", - "arrowinvisiblelevel2": "long_invisibility_tipped_arrow", - "arrowinvisiblelong": "long_invisibility_tipped_arrow", - "arrowinvislevel2": "long_invisibility_tipped_arrow", - "arrowinvislong": "long_invisibility_tipped_arrow", - "arrowinvlevel2": "long_invisibility_tipped_arrow", - "arrowinvlong": "long_invisibility_tipped_arrow", - "inv2tarr": "long_invisibility_tipped_arrow", - "inv2tarrow": "long_invisibility_tipped_arrow", - "inv2tippedarrow": "long_invisibility_tipped_arrow", - "invarrow2": "long_invisibility_tipped_arrow", - "invarrowex": "long_invisibility_tipped_arrow", - "invarrowextended": "long_invisibility_tipped_arrow", - "invarrowlevel2": "long_invisibility_tipped_arrow", - "invarrowlong": "long_invisibility_tipped_arrow", - "invextarr": "long_invisibility_tipped_arrow", - "invextarrow": "long_invisibility_tipped_arrow", - "invextendedtarr": "long_invisibility_tipped_arrow", - "invextendedtarrow": "long_invisibility_tipped_arrow", - "invextendedtippedarrow": "long_invisibility_tipped_arrow", - "invextippedarrow": "long_invisibility_tipped_arrow", - "invis2tarr": "long_invisibility_tipped_arrow", - "invis2tarrow": "long_invisibility_tipped_arrow", - "invis2tippedarrow": "long_invisibility_tipped_arrow", - "invisarrow2": "long_invisibility_tipped_arrow", - "invisarrowex": "long_invisibility_tipped_arrow", - "invisarrowextended": "long_invisibility_tipped_arrow", - "invisarrowlevel2": "long_invisibility_tipped_arrow", - "invisarrowlong": "long_invisibility_tipped_arrow", - "invisextarr": "long_invisibility_tipped_arrow", - "invisextarrow": "long_invisibility_tipped_arrow", - "invisextendedtarr": "long_invisibility_tipped_arrow", - "invisextendedtarrow": "long_invisibility_tipped_arrow", - "invisextendedtippedarrow": "long_invisibility_tipped_arrow", - "invisextippedarrow": "long_invisibility_tipped_arrow", - "invisibility2tarr": "long_invisibility_tipped_arrow", - "invisibility2tarrow": "long_invisibility_tipped_arrow", - "invisibility2tippedarrow": "long_invisibility_tipped_arrow", - "invisibilityarrow2": "long_invisibility_tipped_arrow", - "invisibilityarrowex": "long_invisibility_tipped_arrow", - "invisibilityarrowextended": "long_invisibility_tipped_arrow", - "invisibilityarrowlevel2": "long_invisibility_tipped_arrow", - "invisibilityarrowlong": "long_invisibility_tipped_arrow", - "invisibilityextarr": "long_invisibility_tipped_arrow", - "invisibilityextarrow": "long_invisibility_tipped_arrow", - "invisibilityextendedtarr": "long_invisibility_tipped_arrow", - "invisibilityextendedtarrow": "long_invisibility_tipped_arrow", - "invisibilityextendedtippedarrow": "long_invisibility_tipped_arrow", - "invisibilityextippedarrow": "long_invisibility_tipped_arrow", - "invisibilitylevel2tarr": "long_invisibility_tipped_arrow", - "invisibilitylevel2tarrow": "long_invisibility_tipped_arrow", - "invisibilitylevel2tippedarrow": "long_invisibility_tipped_arrow", - "invisibilitylongtarr": "long_invisibility_tipped_arrow", - "invisibilitylongtarrow": "long_invisibility_tipped_arrow", - "invisibilitylongtippedarrow": "long_invisibility_tipped_arrow", - "invisible2tarr": "long_invisibility_tipped_arrow", - "invisible2tarrow": "long_invisibility_tipped_arrow", - "invisible2tippedarrow": "long_invisibility_tipped_arrow", - "invisiblearrow2": "long_invisibility_tipped_arrow", - "invisiblearrowex": "long_invisibility_tipped_arrow", - "invisiblearrowextended": "long_invisibility_tipped_arrow", - "invisiblearrowlevel2": "long_invisibility_tipped_arrow", - "invisiblearrowlong": "long_invisibility_tipped_arrow", - "invisibleextarr": "long_invisibility_tipped_arrow", - "invisibleextarrow": "long_invisibility_tipped_arrow", - "invisibleextendedtarr": "long_invisibility_tipped_arrow", - "invisibleextendedtarrow": "long_invisibility_tipped_arrow", - "invisibleextendedtippedarrow": "long_invisibility_tipped_arrow", - "invisibleextippedarrow": "long_invisibility_tipped_arrow", - "invisiblelevel2tarr": "long_invisibility_tipped_arrow", - "invisiblelevel2tarrow": "long_invisibility_tipped_arrow", - "invisiblelevel2tippedarrow": "long_invisibility_tipped_arrow", - "invisiblelongtarr": "long_invisibility_tipped_arrow", - "invisiblelongtarrow": "long_invisibility_tipped_arrow", - "invisiblelongtippedarrow": "long_invisibility_tipped_arrow", - "invislevel2tarr": "long_invisibility_tipped_arrow", - "invislevel2tarrow": "long_invisibility_tipped_arrow", - "invislevel2tippedarrow": "long_invisibility_tipped_arrow", - "invislongtarr": "long_invisibility_tipped_arrow", - "invislongtarrow": "long_invisibility_tipped_arrow", - "invislongtippedarrow": "long_invisibility_tipped_arrow", - "invlevel2tarr": "long_invisibility_tipped_arrow", - "invlevel2tarrow": "long_invisibility_tipped_arrow", - "invlevel2tippedarrow": "long_invisibility_tipped_arrow", - "invlongtarr": "long_invisibility_tipped_arrow", - "invlongtarrow": "long_invisibility_tipped_arrow", - "invlongtippedarrow": "long_invisibility_tipped_arrow", - "long_leaping_lingering_potion": { - "potionData": { - "type": "JUMP", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotionjump2": "long_leaping_lingering_potion", - "aoepotionjumpex": "long_leaping_lingering_potion", - "aoepotionjumpextended": "long_leaping_lingering_potion", - "aoepotionjumplevel2": "long_leaping_lingering_potion", - "aoepotionjumplong": "long_leaping_lingering_potion", - "aoepotionleap2": "long_leaping_lingering_potion", - "aoepotionleapex": "long_leaping_lingering_potion", - "aoepotionleapextended": "long_leaping_lingering_potion", - "aoepotionleaping2": "long_leaping_lingering_potion", - "aoepotionleapingex": "long_leaping_lingering_potion", - "aoepotionleapingextended": "long_leaping_lingering_potion", - "aoepotionleapinglevel2": "long_leaping_lingering_potion", - "aoepotionleapinglong": "long_leaping_lingering_potion", - "aoepotionleaplevel2": "long_leaping_lingering_potion", - "aoepotionleaplong": "long_leaping_lingering_potion", - "aoepotjump2": "long_leaping_lingering_potion", - "aoepotjumpex": "long_leaping_lingering_potion", - "aoepotjumpextended": "long_leaping_lingering_potion", - "aoepotjumplevel2": "long_leaping_lingering_potion", - "aoepotjumplong": "long_leaping_lingering_potion", - "aoepotleap2": "long_leaping_lingering_potion", - "aoepotleapex": "long_leaping_lingering_potion", - "aoepotleapextended": "long_leaping_lingering_potion", - "aoepotleaping2": "long_leaping_lingering_potion", - "aoepotleapingex": "long_leaping_lingering_potion", - "aoepotleapingextended": "long_leaping_lingering_potion", - "aoepotleapinglevel2": "long_leaping_lingering_potion", - "aoepotleapinglong": "long_leaping_lingering_potion", - "aoepotleaplevel2": "long_leaping_lingering_potion", - "aoepotleaplong": "long_leaping_lingering_potion", - "areapotionjump2": "long_leaping_lingering_potion", - "areapotionjumpex": "long_leaping_lingering_potion", - "areapotionjumpextended": "long_leaping_lingering_potion", - "areapotionjumplevel2": "long_leaping_lingering_potion", - "areapotionjumplong": "long_leaping_lingering_potion", - "areapotionleap2": "long_leaping_lingering_potion", - "areapotionleapex": "long_leaping_lingering_potion", - "areapotionleapextended": "long_leaping_lingering_potion", - "areapotionleaping2": "long_leaping_lingering_potion", - "areapotionleapingex": "long_leaping_lingering_potion", - "areapotionleapingextended": "long_leaping_lingering_potion", - "areapotionleapinglevel2": "long_leaping_lingering_potion", - "areapotionleapinglong": "long_leaping_lingering_potion", - "areapotionleaplevel2": "long_leaping_lingering_potion", - "areapotionleaplong": "long_leaping_lingering_potion", - "areapotjump2": "long_leaping_lingering_potion", - "areapotjumpex": "long_leaping_lingering_potion", - "areapotjumpextended": "long_leaping_lingering_potion", - "areapotjumplevel2": "long_leaping_lingering_potion", - "areapotjumplong": "long_leaping_lingering_potion", - "areapotleap2": "long_leaping_lingering_potion", - "areapotleapex": "long_leaping_lingering_potion", - "areapotleapextended": "long_leaping_lingering_potion", - "areapotleaping2": "long_leaping_lingering_potion", - "areapotleapingex": "long_leaping_lingering_potion", - "areapotleapingextended": "long_leaping_lingering_potion", - "areapotleapinglevel2": "long_leaping_lingering_potion", - "areapotleapinglong": "long_leaping_lingering_potion", - "areapotleaplevel2": "long_leaping_lingering_potion", - "areapotleaplong": "long_leaping_lingering_potion", - "cloudpotionjump2": "long_leaping_lingering_potion", - "cloudpotionjumpex": "long_leaping_lingering_potion", - "cloudpotionjumpextended": "long_leaping_lingering_potion", - "cloudpotionjumplevel2": "long_leaping_lingering_potion", - "cloudpotionjumplong": "long_leaping_lingering_potion", - "cloudpotionleap2": "long_leaping_lingering_potion", - "cloudpotionleapex": "long_leaping_lingering_potion", - "cloudpotionleapextended": "long_leaping_lingering_potion", - "cloudpotionleaping2": "long_leaping_lingering_potion", - "cloudpotionleapingex": "long_leaping_lingering_potion", - "cloudpotionleapingextended": "long_leaping_lingering_potion", - "cloudpotionleapinglevel2": "long_leaping_lingering_potion", - "cloudpotionleapinglong": "long_leaping_lingering_potion", - "cloudpotionleaplevel2": "long_leaping_lingering_potion", - "cloudpotionleaplong": "long_leaping_lingering_potion", - "cloudpotjump2": "long_leaping_lingering_potion", - "cloudpotjumpex": "long_leaping_lingering_potion", - "cloudpotjumpextended": "long_leaping_lingering_potion", - "cloudpotjumplevel2": "long_leaping_lingering_potion", - "cloudpotjumplong": "long_leaping_lingering_potion", - "cloudpotleap2": "long_leaping_lingering_potion", - "cloudpotleapex": "long_leaping_lingering_potion", - "cloudpotleapextended": "long_leaping_lingering_potion", - "cloudpotleaping2": "long_leaping_lingering_potion", - "cloudpotleapingex": "long_leaping_lingering_potion", - "cloudpotleapingextended": "long_leaping_lingering_potion", - "cloudpotleapinglevel2": "long_leaping_lingering_potion", - "cloudpotleapinglong": "long_leaping_lingering_potion", - "cloudpotleaplevel2": "long_leaping_lingering_potion", - "cloudpotleaplong": "long_leaping_lingering_potion", - "jumpaoepoiont2": "long_leaping_lingering_potion", - "jumpaoepoiontex": "long_leaping_lingering_potion", - "jumpaoepoiontextended": "long_leaping_lingering_potion", - "jumpaoepoiontlevel2": "long_leaping_lingering_potion", - "jumpaoepoiontlong": "long_leaping_lingering_potion", - "jumpaoepot2": "long_leaping_lingering_potion", - "jumpaoepotex": "long_leaping_lingering_potion", - "jumpaoepotextended": "long_leaping_lingering_potion", - "jumpaoepotlevel2": "long_leaping_lingering_potion", - "jumpaoepotlong": "long_leaping_lingering_potion", - "jumpareapot2": "long_leaping_lingering_potion", - "jumpareapotex": "long_leaping_lingering_potion", - "jumpareapotextended": "long_leaping_lingering_potion", - "jumpareapotion2": "long_leaping_lingering_potion", - "jumpareapotionex": "long_leaping_lingering_potion", - "jumpareapotionextended": "long_leaping_lingering_potion", - "jumpareapotionlevel2": "long_leaping_lingering_potion", - "jumpareapotionlong": "long_leaping_lingering_potion", - "jumpareapotlevel2": "long_leaping_lingering_potion", - "jumpareapotlong": "long_leaping_lingering_potion", - "jumpcloudpot2": "long_leaping_lingering_potion", - "jumpcloudpotex": "long_leaping_lingering_potion", - "jumpcloudpotextended": "long_leaping_lingering_potion", - "jumpcloudpotion2": "long_leaping_lingering_potion", - "jumpcloudpotionex": "long_leaping_lingering_potion", - "jumpcloudpotionextended": "long_leaping_lingering_potion", - "jumpcloudpotionlevel2": "long_leaping_lingering_potion", - "jumpcloudpotionlong": "long_leaping_lingering_potion", - "jumpcloudpotlevel2": "long_leaping_lingering_potion", - "jumpcloudpotlong": "long_leaping_lingering_potion", - "jumplingerpot2": "long_leaping_lingering_potion", - "jumplingerpotex": "long_leaping_lingering_potion", - "jumplingerpotextended": "long_leaping_lingering_potion", - "jumplingerpotlevel2": "long_leaping_lingering_potion", - "jumplingerpotlong": "long_leaping_lingering_potion", - "leapaoepoiont2": "long_leaping_lingering_potion", - "leapaoepoiontex": "long_leaping_lingering_potion", - "leapaoepoiontextended": "long_leaping_lingering_potion", - "leapaoepoiontlevel2": "long_leaping_lingering_potion", - "leapaoepoiontlong": "long_leaping_lingering_potion", - "leapaoepot2": "long_leaping_lingering_potion", - "leapaoepotex": "long_leaping_lingering_potion", - "leapaoepotextended": "long_leaping_lingering_potion", - "leapaoepotlevel2": "long_leaping_lingering_potion", - "leapaoepotlong": "long_leaping_lingering_potion", - "leapareapot2": "long_leaping_lingering_potion", - "leapareapotex": "long_leaping_lingering_potion", - "leapareapotextended": "long_leaping_lingering_potion", - "leapareapotion2": "long_leaping_lingering_potion", - "leapareapotionex": "long_leaping_lingering_potion", - "leapareapotionextended": "long_leaping_lingering_potion", - "leapareapotionlevel2": "long_leaping_lingering_potion", - "leapareapotionlong": "long_leaping_lingering_potion", - "leapareapotlevel2": "long_leaping_lingering_potion", - "leapareapotlong": "long_leaping_lingering_potion", - "leapcloudpot2": "long_leaping_lingering_potion", - "leapcloudpotex": "long_leaping_lingering_potion", - "leapcloudpotextended": "long_leaping_lingering_potion", - "leapcloudpotion2": "long_leaping_lingering_potion", - "leapcloudpotionex": "long_leaping_lingering_potion", - "leapcloudpotionextended": "long_leaping_lingering_potion", - "leapcloudpotionlevel2": "long_leaping_lingering_potion", - "leapcloudpotionlong": "long_leaping_lingering_potion", - "leapcloudpotlevel2": "long_leaping_lingering_potion", - "leapcloudpotlong": "long_leaping_lingering_potion", - "leapingaoepoiont2": "long_leaping_lingering_potion", - "leapingaoepoiontex": "long_leaping_lingering_potion", - "leapingaoepoiontextended": "long_leaping_lingering_potion", - "leapingaoepoiontlevel2": "long_leaping_lingering_potion", - "leapingaoepoiontlong": "long_leaping_lingering_potion", - "leapingaoepot2": "long_leaping_lingering_potion", - "leapingaoepotex": "long_leaping_lingering_potion", - "leapingaoepotextended": "long_leaping_lingering_potion", - "leapingaoepotlevel2": "long_leaping_lingering_potion", - "leapingaoepotlong": "long_leaping_lingering_potion", - "leapingareapot2": "long_leaping_lingering_potion", - "leapingareapotex": "long_leaping_lingering_potion", - "leapingareapotextended": "long_leaping_lingering_potion", - "leapingareapotion2": "long_leaping_lingering_potion", - "leapingareapotionex": "long_leaping_lingering_potion", - "leapingareapotionextended": "long_leaping_lingering_potion", - "leapingareapotionlevel2": "long_leaping_lingering_potion", - "leapingareapotionlong": "long_leaping_lingering_potion", - "leapingareapotlevel2": "long_leaping_lingering_potion", - "leapingareapotlong": "long_leaping_lingering_potion", - "leapingcloudpot2": "long_leaping_lingering_potion", - "leapingcloudpotex": "long_leaping_lingering_potion", - "leapingcloudpotextended": "long_leaping_lingering_potion", - "leapingcloudpotion2": "long_leaping_lingering_potion", - "leapingcloudpotionex": "long_leaping_lingering_potion", - "leapingcloudpotionextended": "long_leaping_lingering_potion", - "leapingcloudpotionlevel2": "long_leaping_lingering_potion", - "leapingcloudpotionlong": "long_leaping_lingering_potion", - "leapingcloudpotlevel2": "long_leaping_lingering_potion", - "leapingcloudpotlong": "long_leaping_lingering_potion", - "leapinglingerpot2": "long_leaping_lingering_potion", - "leapinglingerpotex": "long_leaping_lingering_potion", - "leapinglingerpotextended": "long_leaping_lingering_potion", - "leapinglingerpotlevel2": "long_leaping_lingering_potion", - "leapinglingerpotlong": "long_leaping_lingering_potion", - "leaplingerpot2": "long_leaping_lingering_potion", - "leaplingerpotex": "long_leaping_lingering_potion", - "leaplingerpotextended": "long_leaping_lingering_potion", - "leaplingerpotlevel2": "long_leaping_lingering_potion", - "leaplingerpotlong": "long_leaping_lingering_potion", - "lingerpotjump2": "long_leaping_lingering_potion", - "lingerpotjumpex": "long_leaping_lingering_potion", - "lingerpotjumpextended": "long_leaping_lingering_potion", - "lingerpotjumplevel2": "long_leaping_lingering_potion", - "lingerpotjumplong": "long_leaping_lingering_potion", - "lingerpotleap2": "long_leaping_lingering_potion", - "lingerpotleapex": "long_leaping_lingering_potion", - "lingerpotleapextended": "long_leaping_lingering_potion", - "lingerpotleaping2": "long_leaping_lingering_potion", - "lingerpotleapingex": "long_leaping_lingering_potion", - "lingerpotleapingextended": "long_leaping_lingering_potion", - "lingerpotleapinglevel2": "long_leaping_lingering_potion", - "lingerpotleapinglong": "long_leaping_lingering_potion", - "lingerpotleaplevel2": "long_leaping_lingering_potion", - "lingerpotleaplong": "long_leaping_lingering_potion", - "long_leaping_potion": { - "potionData": { - "type": "JUMP", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "jump2pot": "long_leaping_potion", - "jump2potion": "long_leaping_potion", - "jumpexpot": "long_leaping_potion", - "jumpexpotion": "long_leaping_potion", - "jumpextendedpot": "long_leaping_potion", - "jumpextendedpotion": "long_leaping_potion", - "jumplevel2pot": "long_leaping_potion", - "jumplevel2potion": "long_leaping_potion", - "jumplongpot": "long_leaping_potion", - "jumplongpotion": "long_leaping_potion", - "leap2pot": "long_leaping_potion", - "leap2potion": "long_leaping_potion", - "leapexpot": "long_leaping_potion", - "leapexpotion": "long_leaping_potion", - "leapextendedpot": "long_leaping_potion", - "leapextendedpotion": "long_leaping_potion", - "leaping2pot": "long_leaping_potion", - "leaping2potion": "long_leaping_potion", - "leapingexpot": "long_leaping_potion", - "leapingexpotion": "long_leaping_potion", - "leapingextendedpot": "long_leaping_potion", - "leapingextendedpotion": "long_leaping_potion", - "leapinglevel2pot": "long_leaping_potion", - "leapinglevel2potion": "long_leaping_potion", - "leapinglongpot": "long_leaping_potion", - "leapinglongpotion": "long_leaping_potion", - "leaplevel2pot": "long_leaping_potion", - "leaplevel2potion": "long_leaping_potion", - "leaplongpot": "long_leaping_potion", - "leaplongpotion": "long_leaping_potion", - "potionofjump2": "long_leaping_potion", - "potionofjumpex": "long_leaping_potion", - "potionofjumpextended": "long_leaping_potion", - "potionofjumplevel2": "long_leaping_potion", - "potionofjumplong": "long_leaping_potion", - "potionofleap2": "long_leaping_potion", - "potionofleapex": "long_leaping_potion", - "potionofleapextended": "long_leaping_potion", - "potionofleaping2": "long_leaping_potion", - "potionofleapingex": "long_leaping_potion", - "potionofleapingextended": "long_leaping_potion", - "potionofleapinglevel2": "long_leaping_potion", - "potionofleapinglong": "long_leaping_potion", - "potionofleaplevel2": "long_leaping_potion", - "potionofleaplong": "long_leaping_potion", - "potofjump2": "long_leaping_potion", - "potofjumpex": "long_leaping_potion", - "potofjumpextended": "long_leaping_potion", - "potofjumplevel2": "long_leaping_potion", - "potofjumplong": "long_leaping_potion", - "potofleap2": "long_leaping_potion", - "potofleapex": "long_leaping_potion", - "potofleapextended": "long_leaping_potion", - "potofleaping2": "long_leaping_potion", - "potofleapingex": "long_leaping_potion", - "potofleapingextended": "long_leaping_potion", - "potofleapinglevel2": "long_leaping_potion", - "potofleapinglong": "long_leaping_potion", - "potofleaplevel2": "long_leaping_potion", - "potofleaplong": "long_leaping_potion", - "long_leaping_splash_potion": { - "potionData": { - "type": "JUMP", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "jump2splashpot": "long_leaping_splash_potion", - "jump2splashpotion": "long_leaping_splash_potion", - "jumpexsplashpot": "long_leaping_splash_potion", - "jumpexsplashpotion": "long_leaping_splash_potion", - "jumpextendedsplashpot": "long_leaping_splash_potion", - "jumpextendedsplashpotion": "long_leaping_splash_potion", - "jumplevel2splashpot": "long_leaping_splash_potion", - "jumplevel2splashpotion": "long_leaping_splash_potion", - "jumplongsplashpot": "long_leaping_splash_potion", - "jumplongsplashpotion": "long_leaping_splash_potion", - "leap2splashpot": "long_leaping_splash_potion", - "leap2splashpotion": "long_leaping_splash_potion", - "leapexsplashpot": "long_leaping_splash_potion", - "leapexsplashpotion": "long_leaping_splash_potion", - "leapextendedsplashpot": "long_leaping_splash_potion", - "leapextendedsplashpotion": "long_leaping_splash_potion", - "leaping2splashpot": "long_leaping_splash_potion", - "leaping2splashpotion": "long_leaping_splash_potion", - "leapingexsplashpot": "long_leaping_splash_potion", - "leapingexsplashpotion": "long_leaping_splash_potion", - "leapingextendedsplashpot": "long_leaping_splash_potion", - "leapingextendedsplashpotion": "long_leaping_splash_potion", - "leapinglevel2splashpot": "long_leaping_splash_potion", - "leapinglevel2splashpotion": "long_leaping_splash_potion", - "leapinglongsplashpot": "long_leaping_splash_potion", - "leapinglongsplashpotion": "long_leaping_splash_potion", - "leaplevel2splashpot": "long_leaping_splash_potion", - "leaplevel2splashpotion": "long_leaping_splash_potion", - "leaplongsplashpot": "long_leaping_splash_potion", - "leaplongsplashpotion": "long_leaping_splash_potion", - "splashjump2pot": "long_leaping_splash_potion", - "splashjump2potion": "long_leaping_splash_potion", - "splashjumpexpot": "long_leaping_splash_potion", - "splashjumpexpotion": "long_leaping_splash_potion", - "splashjumpextendedpot": "long_leaping_splash_potion", - "splashjumpextendedpotion": "long_leaping_splash_potion", - "splashjumplevel2pot": "long_leaping_splash_potion", - "splashjumplevel2potion": "long_leaping_splash_potion", - "splashjumplongpot": "long_leaping_splash_potion", - "splashjumplongpotion": "long_leaping_splash_potion", - "splashleap2pot": "long_leaping_splash_potion", - "splashleap2potion": "long_leaping_splash_potion", - "splashleapexpot": "long_leaping_splash_potion", - "splashleapexpotion": "long_leaping_splash_potion", - "splashleapextendedpot": "long_leaping_splash_potion", - "splashleapextendedpotion": "long_leaping_splash_potion", - "splashleaping2pot": "long_leaping_splash_potion", - "splashleaping2potion": "long_leaping_splash_potion", - "splashleapingexpot": "long_leaping_splash_potion", - "splashleapingexpotion": "long_leaping_splash_potion", - "splashleapingextendedpot": "long_leaping_splash_potion", - "splashleapingextendedpotion": "long_leaping_splash_potion", - "splashleapinglevel2pot": "long_leaping_splash_potion", - "splashleapinglevel2potion": "long_leaping_splash_potion", - "splashleapinglongpot": "long_leaping_splash_potion", - "splashleapinglongpotion": "long_leaping_splash_potion", - "splashleaplevel2pot": "long_leaping_splash_potion", - "splashleaplevel2potion": "long_leaping_splash_potion", - "splashleaplongpot": "long_leaping_splash_potion", - "splashleaplongpotion": "long_leaping_splash_potion", - "spljump2pot": "long_leaping_splash_potion", - "spljump2potion": "long_leaping_splash_potion", - "spljumpexpot": "long_leaping_splash_potion", - "spljumpexpotion": "long_leaping_splash_potion", - "spljumpextendedpot": "long_leaping_splash_potion", - "spljumpextendedpotion": "long_leaping_splash_potion", - "spljumplevel2pot": "long_leaping_splash_potion", - "spljumplevel2potion": "long_leaping_splash_potion", - "spljumplongpot": "long_leaping_splash_potion", - "spljumplongpotion": "long_leaping_splash_potion", - "splleap2pot": "long_leaping_splash_potion", - "splleap2potion": "long_leaping_splash_potion", - "splleapexpot": "long_leaping_splash_potion", - "splleapexpotion": "long_leaping_splash_potion", - "splleapextendedpot": "long_leaping_splash_potion", - "splleapextendedpotion": "long_leaping_splash_potion", - "splleaping2pot": "long_leaping_splash_potion", - "splleaping2potion": "long_leaping_splash_potion", - "splleapingexpot": "long_leaping_splash_potion", - "splleapingexpotion": "long_leaping_splash_potion", - "splleapingextendedpot": "long_leaping_splash_potion", - "splleapingextendedpotion": "long_leaping_splash_potion", - "splleapinglevel2pot": "long_leaping_splash_potion", - "splleapinglevel2potion": "long_leaping_splash_potion", - "splleapinglongpot": "long_leaping_splash_potion", - "splleapinglongpotion": "long_leaping_splash_potion", - "splleaplevel2pot": "long_leaping_splash_potion", - "splleaplevel2potion": "long_leaping_splash_potion", - "splleaplongpot": "long_leaping_splash_potion", - "splleaplongpotion": "long_leaping_splash_potion", - "long_leaping_tipped_arrow": { - "potionData": { - "type": "JUMP", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowjump2": "long_leaping_tipped_arrow", - "arrowjumpex": "long_leaping_tipped_arrow", - "arrowjumpextended": "long_leaping_tipped_arrow", - "arrowjumplevel2": "long_leaping_tipped_arrow", - "arrowjumplong": "long_leaping_tipped_arrow", - "arrowleap2": "long_leaping_tipped_arrow", - "arrowleapex": "long_leaping_tipped_arrow", - "arrowleapextended": "long_leaping_tipped_arrow", - "arrowleaping2": "long_leaping_tipped_arrow", - "arrowleapingex": "long_leaping_tipped_arrow", - "arrowleapingextended": "long_leaping_tipped_arrow", - "arrowleapinglevel2": "long_leaping_tipped_arrow", - "arrowleapinglong": "long_leaping_tipped_arrow", - "arrowleaplevel2": "long_leaping_tipped_arrow", - "arrowleaplong": "long_leaping_tipped_arrow", - "jump2tarr": "long_leaping_tipped_arrow", - "jump2tarrow": "long_leaping_tipped_arrow", - "jump2tippedarrow": "long_leaping_tipped_arrow", - "jumparrow2": "long_leaping_tipped_arrow", - "jumparrowex": "long_leaping_tipped_arrow", - "jumparrowextended": "long_leaping_tipped_arrow", - "jumparrowlevel2": "long_leaping_tipped_arrow", - "jumparrowlong": "long_leaping_tipped_arrow", - "jumpextarr": "long_leaping_tipped_arrow", - "jumpextarrow": "long_leaping_tipped_arrow", - "jumpextendedtarr": "long_leaping_tipped_arrow", - "jumpextendedtarrow": "long_leaping_tipped_arrow", - "jumpextendedtippedarrow": "long_leaping_tipped_arrow", - "jumpextippedarrow": "long_leaping_tipped_arrow", - "jumplevel2tarr": "long_leaping_tipped_arrow", - "jumplevel2tarrow": "long_leaping_tipped_arrow", - "jumplevel2tippedarrow": "long_leaping_tipped_arrow", - "jumplongtarr": "long_leaping_tipped_arrow", - "jumplongtarrow": "long_leaping_tipped_arrow", - "jumplongtippedarrow": "long_leaping_tipped_arrow", - "leap2tarr": "long_leaping_tipped_arrow", - "leap2tarrow": "long_leaping_tipped_arrow", - "leap2tippedarrow": "long_leaping_tipped_arrow", - "leaparrow2": "long_leaping_tipped_arrow", - "leaparrowex": "long_leaping_tipped_arrow", - "leaparrowextended": "long_leaping_tipped_arrow", - "leaparrowlevel2": "long_leaping_tipped_arrow", - "leaparrowlong": "long_leaping_tipped_arrow", - "leapextarr": "long_leaping_tipped_arrow", - "leapextarrow": "long_leaping_tipped_arrow", - "leapextendedtarr": "long_leaping_tipped_arrow", - "leapextendedtarrow": "long_leaping_tipped_arrow", - "leapextendedtippedarrow": "long_leaping_tipped_arrow", - "leapextippedarrow": "long_leaping_tipped_arrow", - "leaping2tarr": "long_leaping_tipped_arrow", - "leaping2tarrow": "long_leaping_tipped_arrow", - "leaping2tippedarrow": "long_leaping_tipped_arrow", - "leapingarrow2": "long_leaping_tipped_arrow", - "leapingarrowex": "long_leaping_tipped_arrow", - "leapingarrowextended": "long_leaping_tipped_arrow", - "leapingarrowlevel2": "long_leaping_tipped_arrow", - "leapingarrowlong": "long_leaping_tipped_arrow", - "leapingextarr": "long_leaping_tipped_arrow", - "leapingextarrow": "long_leaping_tipped_arrow", - "leapingextendedtarr": "long_leaping_tipped_arrow", - "leapingextendedtarrow": "long_leaping_tipped_arrow", - "leapingextendedtippedarrow": "long_leaping_tipped_arrow", - "leapingextippedarrow": "long_leaping_tipped_arrow", - "leapinglevel2tarr": "long_leaping_tipped_arrow", - "leapinglevel2tarrow": "long_leaping_tipped_arrow", - "leapinglevel2tippedarrow": "long_leaping_tipped_arrow", - "leapinglongtarr": "long_leaping_tipped_arrow", - "leapinglongtarrow": "long_leaping_tipped_arrow", - "leapinglongtippedarrow": "long_leaping_tipped_arrow", - "leaplevel2tarr": "long_leaping_tipped_arrow", - "leaplevel2tarrow": "long_leaping_tipped_arrow", - "leaplevel2tippedarrow": "long_leaping_tipped_arrow", - "leaplongtarr": "long_leaping_tipped_arrow", - "leaplongtarrow": "long_leaping_tipped_arrow", - "leaplongtippedarrow": "long_leaping_tipped_arrow", - "long_night_vision_lingering_potion": { - "potionData": { - "type": "NIGHT_VISION", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotdarkv2": "long_night_vision_lingering_potion", - "aoepotdarkvex": "long_night_vision_lingering_potion", - "aoepotdarkvextended": "long_night_vision_lingering_potion", - "aoepotdarkvis2": "long_night_vision_lingering_potion", - "aoepotdarkvisex": "long_night_vision_lingering_potion", - "aoepotdarkvisextended": "long_night_vision_lingering_potion", - "aoepotdarkvislevel2": "long_night_vision_lingering_potion", - "aoepotdarkvislong": "long_night_vision_lingering_potion", - "aoepotdarkvlevel2": "long_night_vision_lingering_potion", - "aoepotdarkvlong": "long_night_vision_lingering_potion", - "aoepotdvision2": "long_night_vision_lingering_potion", - "aoepotdvisionex": "long_night_vision_lingering_potion", - "aoepotdvisionextended": "long_night_vision_lingering_potion", - "aoepotdvisionlevel2": "long_night_vision_lingering_potion", - "aoepotdvisionlong": "long_night_vision_lingering_potion", - "aoepotiondarkv2": "long_night_vision_lingering_potion", - "aoepotiondarkvex": "long_night_vision_lingering_potion", - "aoepotiondarkvextended": "long_night_vision_lingering_potion", - "aoepotiondarkvis2": "long_night_vision_lingering_potion", - "aoepotiondarkvisex": "long_night_vision_lingering_potion", - "aoepotiondarkvisextended": "long_night_vision_lingering_potion", - "aoepotiondarkvislevel2": "long_night_vision_lingering_potion", - "aoepotiondarkvislong": "long_night_vision_lingering_potion", - "aoepotiondarkvlevel2": "long_night_vision_lingering_potion", - "aoepotiondarkvlong": "long_night_vision_lingering_potion", - "aoepotiondvision2": "long_night_vision_lingering_potion", - "aoepotiondvisionex": "long_night_vision_lingering_potion", - "aoepotiondvisionextended": "long_night_vision_lingering_potion", - "aoepotiondvisionlevel2": "long_night_vision_lingering_potion", - "aoepotiondvisionlong": "long_night_vision_lingering_potion", - "aoepotionnightv2": "long_night_vision_lingering_potion", - "aoepotionnightvex": "long_night_vision_lingering_potion", - "aoepotionnightvextended": "long_night_vision_lingering_potion", - "aoepotionnightvision2": "long_night_vision_lingering_potion", - "aoepotionnightvisionex": "long_night_vision_lingering_potion", - "aoepotionnightvisionextended": "long_night_vision_lingering_potion", - "aoepotionnightvisionlevel2": "long_night_vision_lingering_potion", - "aoepotionnightvisionlong": "long_night_vision_lingering_potion", - "aoepotionnightvlevel2": "long_night_vision_lingering_potion", - "aoepotionnightvlong": "long_night_vision_lingering_potion", - "aoepotionnv2": "long_night_vision_lingering_potion", - "aoepotionnvex": "long_night_vision_lingering_potion", - "aoepotionnvextended": "long_night_vision_lingering_potion", - "aoepotionnvision2": "long_night_vision_lingering_potion", - "aoepotionnvisionex": "long_night_vision_lingering_potion", - "aoepotionnvisionextended": "long_night_vision_lingering_potion", - "aoepotionnvisionlevel2": "long_night_vision_lingering_potion", - "aoepotionnvisionlong": "long_night_vision_lingering_potion", - "aoepotionnvlevel2": "long_night_vision_lingering_potion", - "aoepotionnvlong": "long_night_vision_lingering_potion", - "aoepotnightv2": "long_night_vision_lingering_potion", - "aoepotnightvex": "long_night_vision_lingering_potion", - "aoepotnightvextended": "long_night_vision_lingering_potion", - "aoepotnightvision2": "long_night_vision_lingering_potion", - "aoepotnightvisionex": "long_night_vision_lingering_potion", - "aoepotnightvisionextended": "long_night_vision_lingering_potion", - "aoepotnightvisionlevel2": "long_night_vision_lingering_potion", - "aoepotnightvisionlong": "long_night_vision_lingering_potion", - "aoepotnightvlevel2": "long_night_vision_lingering_potion", - "aoepotnightvlong": "long_night_vision_lingering_potion", - "aoepotnv2": "long_night_vision_lingering_potion", - "aoepotnvex": "long_night_vision_lingering_potion", - "aoepotnvextended": "long_night_vision_lingering_potion", - "aoepotnvision2": "long_night_vision_lingering_potion", - "aoepotnvisionex": "long_night_vision_lingering_potion", - "aoepotnvisionextended": "long_night_vision_lingering_potion", - "aoepotnvisionlevel2": "long_night_vision_lingering_potion", - "aoepotnvisionlong": "long_night_vision_lingering_potion", - "aoepotnvlevel2": "long_night_vision_lingering_potion", - "aoepotnvlong": "long_night_vision_lingering_potion", - "areapotdarkv2": "long_night_vision_lingering_potion", - "areapotdarkvex": "long_night_vision_lingering_potion", - "areapotdarkvextended": "long_night_vision_lingering_potion", - "areapotdarkvis2": "long_night_vision_lingering_potion", - "areapotdarkvisex": "long_night_vision_lingering_potion", - "areapotdarkvisextended": "long_night_vision_lingering_potion", - "areapotdarkvislevel2": "long_night_vision_lingering_potion", - "areapotdarkvislong": "long_night_vision_lingering_potion", - "areapotdarkvlevel2": "long_night_vision_lingering_potion", - "areapotdarkvlong": "long_night_vision_lingering_potion", - "areapotdvision2": "long_night_vision_lingering_potion", - "areapotdvisionex": "long_night_vision_lingering_potion", - "areapotdvisionextended": "long_night_vision_lingering_potion", - "areapotdvisionlevel2": "long_night_vision_lingering_potion", - "areapotdvisionlong": "long_night_vision_lingering_potion", - "areapotiondarkv2": "long_night_vision_lingering_potion", - "areapotiondarkvex": "long_night_vision_lingering_potion", - "areapotiondarkvextended": "long_night_vision_lingering_potion", - "areapotiondarkvis2": "long_night_vision_lingering_potion", - "areapotiondarkvisex": "long_night_vision_lingering_potion", - "areapotiondarkvisextended": "long_night_vision_lingering_potion", - "areapotiondarkvislevel2": "long_night_vision_lingering_potion", - "areapotiondarkvislong": "long_night_vision_lingering_potion", - "areapotiondarkvlevel2": "long_night_vision_lingering_potion", - "areapotiondarkvlong": "long_night_vision_lingering_potion", - "areapotiondvision2": "long_night_vision_lingering_potion", - "areapotiondvisionex": "long_night_vision_lingering_potion", - "areapotiondvisionextended": "long_night_vision_lingering_potion", - "areapotiondvisionlevel2": "long_night_vision_lingering_potion", - "areapotiondvisionlong": "long_night_vision_lingering_potion", - "areapotionnightv2": "long_night_vision_lingering_potion", - "areapotionnightvex": "long_night_vision_lingering_potion", - "areapotionnightvextended": "long_night_vision_lingering_potion", - "areapotionnightvision2": "long_night_vision_lingering_potion", - "areapotionnightvisionex": "long_night_vision_lingering_potion", - "areapotionnightvisionextended": "long_night_vision_lingering_potion", - "areapotionnightvisionlevel2": "long_night_vision_lingering_potion", - "areapotionnightvisionlong": "long_night_vision_lingering_potion", - "areapotionnightvlevel2": "long_night_vision_lingering_potion", - "areapotionnightvlong": "long_night_vision_lingering_potion", - "areapotionnv2": "long_night_vision_lingering_potion", - "areapotionnvex": "long_night_vision_lingering_potion", - "areapotionnvextended": "long_night_vision_lingering_potion", - "areapotionnvision2": "long_night_vision_lingering_potion", - "areapotionnvisionex": "long_night_vision_lingering_potion", - "areapotionnvisionextended": "long_night_vision_lingering_potion", - "areapotionnvisionlevel2": "long_night_vision_lingering_potion", - "areapotionnvisionlong": "long_night_vision_lingering_potion", - "areapotionnvlevel2": "long_night_vision_lingering_potion", - "areapotionnvlong": "long_night_vision_lingering_potion", - "areapotnightv2": "long_night_vision_lingering_potion", - "areapotnightvex": "long_night_vision_lingering_potion", - "areapotnightvextended": "long_night_vision_lingering_potion", - "areapotnightvision2": "long_night_vision_lingering_potion", - "areapotnightvisionex": "long_night_vision_lingering_potion", - "areapotnightvisionextended": "long_night_vision_lingering_potion", - "areapotnightvisionlevel2": "long_night_vision_lingering_potion", - "areapotnightvisionlong": "long_night_vision_lingering_potion", - "areapotnightvlevel2": "long_night_vision_lingering_potion", - "areapotnightvlong": "long_night_vision_lingering_potion", - "areapotnv2": "long_night_vision_lingering_potion", - "areapotnvex": "long_night_vision_lingering_potion", - "areapotnvextended": "long_night_vision_lingering_potion", - "areapotnvision2": "long_night_vision_lingering_potion", - "areapotnvisionex": "long_night_vision_lingering_potion", - "areapotnvisionextended": "long_night_vision_lingering_potion", - "areapotnvisionlevel2": "long_night_vision_lingering_potion", - "areapotnvisionlong": "long_night_vision_lingering_potion", - "areapotnvlevel2": "long_night_vision_lingering_potion", - "areapotnvlong": "long_night_vision_lingering_potion", - "cloudpotdarkv2": "long_night_vision_lingering_potion", - "cloudpotdarkvex": "long_night_vision_lingering_potion", - "cloudpotdarkvextended": "long_night_vision_lingering_potion", - "cloudpotdarkvis2": "long_night_vision_lingering_potion", - "cloudpotdarkvisex": "long_night_vision_lingering_potion", - "cloudpotdarkvisextended": "long_night_vision_lingering_potion", - "cloudpotdarkvislevel2": "long_night_vision_lingering_potion", - "cloudpotdarkvislong": "long_night_vision_lingering_potion", - "cloudpotdarkvlevel2": "long_night_vision_lingering_potion", - "cloudpotdarkvlong": "long_night_vision_lingering_potion", - "cloudpotdvision2": "long_night_vision_lingering_potion", - "cloudpotdvisionex": "long_night_vision_lingering_potion", - "cloudpotdvisionextended": "long_night_vision_lingering_potion", - "cloudpotdvisionlevel2": "long_night_vision_lingering_potion", - "cloudpotdvisionlong": "long_night_vision_lingering_potion", - "cloudpotiondarkv2": "long_night_vision_lingering_potion", - "cloudpotiondarkvex": "long_night_vision_lingering_potion", - "cloudpotiondarkvextended": "long_night_vision_lingering_potion", - "cloudpotiondarkvis2": "long_night_vision_lingering_potion", - "cloudpotiondarkvisex": "long_night_vision_lingering_potion", - "cloudpotiondarkvisextended": "long_night_vision_lingering_potion", - "cloudpotiondarkvislevel2": "long_night_vision_lingering_potion", - "cloudpotiondarkvislong": "long_night_vision_lingering_potion", - "cloudpotiondarkvlevel2": "long_night_vision_lingering_potion", - "cloudpotiondarkvlong": "long_night_vision_lingering_potion", - "cloudpotiondvision2": "long_night_vision_lingering_potion", - "cloudpotiondvisionex": "long_night_vision_lingering_potion", - "cloudpotiondvisionextended": "long_night_vision_lingering_potion", - "cloudpotiondvisionlevel2": "long_night_vision_lingering_potion", - "cloudpotiondvisionlong": "long_night_vision_lingering_potion", - "cloudpotionnightv2": "long_night_vision_lingering_potion", - "cloudpotionnightvex": "long_night_vision_lingering_potion", - "cloudpotionnightvextended": "long_night_vision_lingering_potion", - "cloudpotionnightvision2": "long_night_vision_lingering_potion", - "cloudpotionnightvisionex": "long_night_vision_lingering_potion", - "cloudpotionnightvisionextended": "long_night_vision_lingering_potion", - "cloudpotionnightvisionlevel2": "long_night_vision_lingering_potion", - "cloudpotionnightvisionlong": "long_night_vision_lingering_potion", - "cloudpotionnightvlevel2": "long_night_vision_lingering_potion", - "cloudpotionnightvlong": "long_night_vision_lingering_potion", - "cloudpotionnv2": "long_night_vision_lingering_potion", - "cloudpotionnvex": "long_night_vision_lingering_potion", - "cloudpotionnvextended": "long_night_vision_lingering_potion", - "cloudpotionnvision2": "long_night_vision_lingering_potion", - "cloudpotionnvisionex": "long_night_vision_lingering_potion", - "cloudpotionnvisionextended": "long_night_vision_lingering_potion", - "cloudpotionnvisionlevel2": "long_night_vision_lingering_potion", - "cloudpotionnvisionlong": "long_night_vision_lingering_potion", - "cloudpotionnvlevel2": "long_night_vision_lingering_potion", - "cloudpotionnvlong": "long_night_vision_lingering_potion", - "cloudpotnightv2": "long_night_vision_lingering_potion", - "cloudpotnightvex": "long_night_vision_lingering_potion", - "cloudpotnightvextended": "long_night_vision_lingering_potion", - "cloudpotnightvision2": "long_night_vision_lingering_potion", - "cloudpotnightvisionex": "long_night_vision_lingering_potion", - "cloudpotnightvisionextended": "long_night_vision_lingering_potion", - "cloudpotnightvisionlevel2": "long_night_vision_lingering_potion", - "cloudpotnightvisionlong": "long_night_vision_lingering_potion", - "cloudpotnightvlevel2": "long_night_vision_lingering_potion", - "cloudpotnightvlong": "long_night_vision_lingering_potion", - "cloudpotnv2": "long_night_vision_lingering_potion", - "cloudpotnvex": "long_night_vision_lingering_potion", - "cloudpotnvextended": "long_night_vision_lingering_potion", - "cloudpotnvision2": "long_night_vision_lingering_potion", - "cloudpotnvisionex": "long_night_vision_lingering_potion", - "cloudpotnvisionextended": "long_night_vision_lingering_potion", - "cloudpotnvisionlevel2": "long_night_vision_lingering_potion", - "cloudpotnvisionlong": "long_night_vision_lingering_potion", - "cloudpotnvlevel2": "long_night_vision_lingering_potion", - "cloudpotnvlong": "long_night_vision_lingering_potion", - "darkvaoepoiont2": "long_night_vision_lingering_potion", - "darkvaoepoiontex": "long_night_vision_lingering_potion", - "darkvaoepoiontextended": "long_night_vision_lingering_potion", - "darkvaoepoiontlevel2": "long_night_vision_lingering_potion", - "darkvaoepoiontlong": "long_night_vision_lingering_potion", - "darkvaoepot2": "long_night_vision_lingering_potion", - "darkvaoepotex": "long_night_vision_lingering_potion", - "darkvaoepotextended": "long_night_vision_lingering_potion", - "darkvaoepotlevel2": "long_night_vision_lingering_potion", - "darkvaoepotlong": "long_night_vision_lingering_potion", - "darkvareapot2": "long_night_vision_lingering_potion", - "darkvareapotex": "long_night_vision_lingering_potion", - "darkvareapotextended": "long_night_vision_lingering_potion", - "darkvareapotion2": "long_night_vision_lingering_potion", - "darkvareapotionex": "long_night_vision_lingering_potion", - "darkvareapotionextended": "long_night_vision_lingering_potion", - "darkvareapotionlevel2": "long_night_vision_lingering_potion", - "darkvareapotionlong": "long_night_vision_lingering_potion", - "darkvareapotlevel2": "long_night_vision_lingering_potion", - "darkvareapotlong": "long_night_vision_lingering_potion", - "darkvcloudpot2": "long_night_vision_lingering_potion", - "darkvcloudpotex": "long_night_vision_lingering_potion", - "darkvcloudpotextended": "long_night_vision_lingering_potion", - "darkvcloudpotion2": "long_night_vision_lingering_potion", - "darkvcloudpotionex": "long_night_vision_lingering_potion", - "darkvcloudpotionextended": "long_night_vision_lingering_potion", - "darkvcloudpotionlevel2": "long_night_vision_lingering_potion", - "darkvcloudpotionlong": "long_night_vision_lingering_potion", - "darkvcloudpotlevel2": "long_night_vision_lingering_potion", - "darkvcloudpotlong": "long_night_vision_lingering_potion", - "darkvisaoepoiont2": "long_night_vision_lingering_potion", - "darkvisaoepoiontex": "long_night_vision_lingering_potion", - "darkvisaoepoiontextended": "long_night_vision_lingering_potion", - "darkvisaoepoiontlevel2": "long_night_vision_lingering_potion", - "darkvisaoepoiontlong": "long_night_vision_lingering_potion", - "darkvisaoepot2": "long_night_vision_lingering_potion", - "darkvisaoepotex": "long_night_vision_lingering_potion", - "darkvisaoepotextended": "long_night_vision_lingering_potion", - "darkvisaoepotlevel2": "long_night_vision_lingering_potion", - "darkvisaoepotlong": "long_night_vision_lingering_potion", - "darkvisareapot2": "long_night_vision_lingering_potion", - "darkvisareapotex": "long_night_vision_lingering_potion", - "darkvisareapotextended": "long_night_vision_lingering_potion", - "darkvisareapotion2": "long_night_vision_lingering_potion", - "darkvisareapotionex": "long_night_vision_lingering_potion", - "darkvisareapotionextended": "long_night_vision_lingering_potion", - "darkvisareapotionlevel2": "long_night_vision_lingering_potion", - "darkvisareapotionlong": "long_night_vision_lingering_potion", - "darkvisareapotlevel2": "long_night_vision_lingering_potion", - "darkvisareapotlong": "long_night_vision_lingering_potion", - "darkviscloudpot2": "long_night_vision_lingering_potion", - "darkviscloudpotex": "long_night_vision_lingering_potion", - "darkviscloudpotextended": "long_night_vision_lingering_potion", - "darkviscloudpotion2": "long_night_vision_lingering_potion", - "darkviscloudpotionex": "long_night_vision_lingering_potion", - "darkviscloudpotionextended": "long_night_vision_lingering_potion", - "darkviscloudpotionlevel2": "long_night_vision_lingering_potion", - "darkviscloudpotionlong": "long_night_vision_lingering_potion", - "darkviscloudpotlevel2": "long_night_vision_lingering_potion", - "darkviscloudpotlong": "long_night_vision_lingering_potion", - "darkvislingerpot2": "long_night_vision_lingering_potion", - "darkvislingerpotex": "long_night_vision_lingering_potion", - "darkvislingerpotextended": "long_night_vision_lingering_potion", - "darkvislingerpotlevel2": "long_night_vision_lingering_potion", - "darkvislingerpotlong": "long_night_vision_lingering_potion", - "darkvlingerpot2": "long_night_vision_lingering_potion", - "darkvlingerpotex": "long_night_vision_lingering_potion", - "darkvlingerpotextended": "long_night_vision_lingering_potion", - "darkvlingerpotlevel2": "long_night_vision_lingering_potion", - "darkvlingerpotlong": "long_night_vision_lingering_potion", - "dvisionaoepoiont2": "long_night_vision_lingering_potion", - "dvisionaoepoiontex": "long_night_vision_lingering_potion", - "dvisionaoepoiontextended": "long_night_vision_lingering_potion", - "dvisionaoepoiontlevel2": "long_night_vision_lingering_potion", - "dvisionaoepoiontlong": "long_night_vision_lingering_potion", - "dvisionaoepot2": "long_night_vision_lingering_potion", - "dvisionaoepotex": "long_night_vision_lingering_potion", - "dvisionaoepotextended": "long_night_vision_lingering_potion", - "dvisionaoepotlevel2": "long_night_vision_lingering_potion", - "dvisionaoepotlong": "long_night_vision_lingering_potion", - "dvisionareapot2": "long_night_vision_lingering_potion", - "dvisionareapotex": "long_night_vision_lingering_potion", - "dvisionareapotextended": "long_night_vision_lingering_potion", - "dvisionareapotion2": "long_night_vision_lingering_potion", - "dvisionareapotionex": "long_night_vision_lingering_potion", - "dvisionareapotionextended": "long_night_vision_lingering_potion", - "dvisionareapotionlevel2": "long_night_vision_lingering_potion", - "dvisionareapotionlong": "long_night_vision_lingering_potion", - "dvisionareapotlevel2": "long_night_vision_lingering_potion", - "dvisionareapotlong": "long_night_vision_lingering_potion", - "dvisioncloudpot2": "long_night_vision_lingering_potion", - "dvisioncloudpotex": "long_night_vision_lingering_potion", - "dvisioncloudpotextended": "long_night_vision_lingering_potion", - "dvisioncloudpotion2": "long_night_vision_lingering_potion", - "dvisioncloudpotionex": "long_night_vision_lingering_potion", - "dvisioncloudpotionextended": "long_night_vision_lingering_potion", - "dvisioncloudpotionlevel2": "long_night_vision_lingering_potion", - "dvisioncloudpotionlong": "long_night_vision_lingering_potion", - "dvisioncloudpotlevel2": "long_night_vision_lingering_potion", - "dvisioncloudpotlong": "long_night_vision_lingering_potion", - "dvisionlingerpot2": "long_night_vision_lingering_potion", - "dvisionlingerpotex": "long_night_vision_lingering_potion", - "dvisionlingerpotextended": "long_night_vision_lingering_potion", - "dvisionlingerpotlevel2": "long_night_vision_lingering_potion", - "dvisionlingerpotlong": "long_night_vision_lingering_potion", - "lingerpotdarkv2": "long_night_vision_lingering_potion", - "lingerpotdarkvex": "long_night_vision_lingering_potion", - "lingerpotdarkvextended": "long_night_vision_lingering_potion", - "lingerpotdarkvis2": "long_night_vision_lingering_potion", - "lingerpotdarkvisex": "long_night_vision_lingering_potion", - "lingerpotdarkvisextended": "long_night_vision_lingering_potion", - "lingerpotdarkvislevel2": "long_night_vision_lingering_potion", - "lingerpotdarkvislong": "long_night_vision_lingering_potion", - "lingerpotdarkvlevel2": "long_night_vision_lingering_potion", - "lingerpotdarkvlong": "long_night_vision_lingering_potion", - "lingerpotdvision2": "long_night_vision_lingering_potion", - "lingerpotdvisionex": "long_night_vision_lingering_potion", - "lingerpotdvisionextended": "long_night_vision_lingering_potion", - "lingerpotdvisionlevel2": "long_night_vision_lingering_potion", - "lingerpotdvisionlong": "long_night_vision_lingering_potion", - "lingerpotnightv2": "long_night_vision_lingering_potion", - "lingerpotnightvex": "long_night_vision_lingering_potion", - "lingerpotnightvextended": "long_night_vision_lingering_potion", - "lingerpotnightvision2": "long_night_vision_lingering_potion", - "lingerpotnightvisionex": "long_night_vision_lingering_potion", - "lingerpotnightvisionextended": "long_night_vision_lingering_potion", - "lingerpotnightvisionlevel2": "long_night_vision_lingering_potion", - "lingerpotnightvisionlong": "long_night_vision_lingering_potion", - "lingerpotnightvlevel2": "long_night_vision_lingering_potion", - "lingerpotnightvlong": "long_night_vision_lingering_potion", - "lingerpotnv2": "long_night_vision_lingering_potion", - "lingerpotnvex": "long_night_vision_lingering_potion", - "lingerpotnvextended": "long_night_vision_lingering_potion", - "lingerpotnvision2": "long_night_vision_lingering_potion", - "lingerpotnvisionex": "long_night_vision_lingering_potion", - "lingerpotnvisionextended": "long_night_vision_lingering_potion", - "lingerpotnvisionlevel2": "long_night_vision_lingering_potion", - "lingerpotnvisionlong": "long_night_vision_lingering_potion", - "lingerpotnvlevel2": "long_night_vision_lingering_potion", - "lingerpotnvlong": "long_night_vision_lingering_potion", - "nightvaoepoiont2": "long_night_vision_lingering_potion", - "nightvaoepoiontex": "long_night_vision_lingering_potion", - "nightvaoepoiontextended": "long_night_vision_lingering_potion", - "nightvaoepoiontlevel2": "long_night_vision_lingering_potion", - "nightvaoepoiontlong": "long_night_vision_lingering_potion", - "nightvaoepot2": "long_night_vision_lingering_potion", - "nightvaoepotex": "long_night_vision_lingering_potion", - "nightvaoepotextended": "long_night_vision_lingering_potion", - "nightvaoepotlevel2": "long_night_vision_lingering_potion", - "nightvaoepotlong": "long_night_vision_lingering_potion", - "nightvareapot2": "long_night_vision_lingering_potion", - "nightvareapotex": "long_night_vision_lingering_potion", - "nightvareapotextended": "long_night_vision_lingering_potion", - "nightvareapotion2": "long_night_vision_lingering_potion", - "nightvareapotionex": "long_night_vision_lingering_potion", - "nightvareapotionextended": "long_night_vision_lingering_potion", - "nightvareapotionlevel2": "long_night_vision_lingering_potion", - "nightvareapotionlong": "long_night_vision_lingering_potion", - "nightvareapotlevel2": "long_night_vision_lingering_potion", - "nightvareapotlong": "long_night_vision_lingering_potion", - "nightvcloudpot2": "long_night_vision_lingering_potion", - "nightvcloudpotex": "long_night_vision_lingering_potion", - "nightvcloudpotextended": "long_night_vision_lingering_potion", - "nightvcloudpotion2": "long_night_vision_lingering_potion", - "nightvcloudpotionex": "long_night_vision_lingering_potion", - "nightvcloudpotionextended": "long_night_vision_lingering_potion", - "nightvcloudpotionlevel2": "long_night_vision_lingering_potion", - "nightvcloudpotionlong": "long_night_vision_lingering_potion", - "nightvcloudpotlevel2": "long_night_vision_lingering_potion", - "nightvcloudpotlong": "long_night_vision_lingering_potion", - "nightvisionaoepoiont2": "long_night_vision_lingering_potion", - "nightvisionaoepoiontex": "long_night_vision_lingering_potion", - "nightvisionaoepoiontextended": "long_night_vision_lingering_potion", - "nightvisionaoepoiontlevel2": "long_night_vision_lingering_potion", - "nightvisionaoepoiontlong": "long_night_vision_lingering_potion", - "nightvisionaoepot2": "long_night_vision_lingering_potion", - "nightvisionaoepotex": "long_night_vision_lingering_potion", - "nightvisionaoepotextended": "long_night_vision_lingering_potion", - "nightvisionaoepotlevel2": "long_night_vision_lingering_potion", - "nightvisionaoepotlong": "long_night_vision_lingering_potion", - "nightvisionareapot2": "long_night_vision_lingering_potion", - "nightvisionareapotex": "long_night_vision_lingering_potion", - "nightvisionareapotextended": "long_night_vision_lingering_potion", - "nightvisionareapotion2": "long_night_vision_lingering_potion", - "nightvisionareapotionex": "long_night_vision_lingering_potion", - "nightvisionareapotionextended": "long_night_vision_lingering_potion", - "nightvisionareapotionlevel2": "long_night_vision_lingering_potion", - "nightvisionareapotionlong": "long_night_vision_lingering_potion", - "nightvisionareapotlevel2": "long_night_vision_lingering_potion", - "nightvisionareapotlong": "long_night_vision_lingering_potion", - "nightvisioncloudpot2": "long_night_vision_lingering_potion", - "nightvisioncloudpotex": "long_night_vision_lingering_potion", - "nightvisioncloudpotextended": "long_night_vision_lingering_potion", - "nightvisioncloudpotion2": "long_night_vision_lingering_potion", - "nightvisioncloudpotionex": "long_night_vision_lingering_potion", - "nightvisioncloudpotionextended": "long_night_vision_lingering_potion", - "nightvisioncloudpotionlevel2": "long_night_vision_lingering_potion", - "nightvisioncloudpotionlong": "long_night_vision_lingering_potion", - "nightvisioncloudpotlevel2": "long_night_vision_lingering_potion", - "nightvisioncloudpotlong": "long_night_vision_lingering_potion", - "nightvisionlingerpot2": "long_night_vision_lingering_potion", - "nightvisionlingerpotex": "long_night_vision_lingering_potion", - "nightvisionlingerpotextended": "long_night_vision_lingering_potion", - "nightvisionlingerpotlevel2": "long_night_vision_lingering_potion", - "nightvisionlingerpotlong": "long_night_vision_lingering_potion", - "nightvlingerpot2": "long_night_vision_lingering_potion", - "nightvlingerpotex": "long_night_vision_lingering_potion", - "nightvlingerpotextended": "long_night_vision_lingering_potion", - "nightvlingerpotlevel2": "long_night_vision_lingering_potion", - "nightvlingerpotlong": "long_night_vision_lingering_potion", - "nvaoepoiont2": "long_night_vision_lingering_potion", - "nvaoepoiontex": "long_night_vision_lingering_potion", - "nvaoepoiontextended": "long_night_vision_lingering_potion", - "nvaoepoiontlevel2": "long_night_vision_lingering_potion", - "nvaoepoiontlong": "long_night_vision_lingering_potion", - "nvaoepot2": "long_night_vision_lingering_potion", - "nvaoepotex": "long_night_vision_lingering_potion", - "nvaoepotextended": "long_night_vision_lingering_potion", - "nvaoepotlevel2": "long_night_vision_lingering_potion", - "nvaoepotlong": "long_night_vision_lingering_potion", - "nvareapot2": "long_night_vision_lingering_potion", - "nvareapotex": "long_night_vision_lingering_potion", - "nvareapotextended": "long_night_vision_lingering_potion", - "nvareapotion2": "long_night_vision_lingering_potion", - "nvareapotionex": "long_night_vision_lingering_potion", - "nvareapotionextended": "long_night_vision_lingering_potion", - "nvareapotionlevel2": "long_night_vision_lingering_potion", - "nvareapotionlong": "long_night_vision_lingering_potion", - "nvareapotlevel2": "long_night_vision_lingering_potion", - "nvareapotlong": "long_night_vision_lingering_potion", - "nvcloudpot2": "long_night_vision_lingering_potion", - "nvcloudpotex": "long_night_vision_lingering_potion", - "nvcloudpotextended": "long_night_vision_lingering_potion", - "nvcloudpotion2": "long_night_vision_lingering_potion", - "nvcloudpotionex": "long_night_vision_lingering_potion", - "nvcloudpotionextended": "long_night_vision_lingering_potion", - "nvcloudpotionlevel2": "long_night_vision_lingering_potion", - "nvcloudpotionlong": "long_night_vision_lingering_potion", - "nvcloudpotlevel2": "long_night_vision_lingering_potion", - "nvcloudpotlong": "long_night_vision_lingering_potion", - "nvisionaoepoiont2": "long_night_vision_lingering_potion", - "nvisionaoepoiontex": "long_night_vision_lingering_potion", - "nvisionaoepoiontextended": "long_night_vision_lingering_potion", - "nvisionaoepoiontlevel2": "long_night_vision_lingering_potion", - "nvisionaoepoiontlong": "long_night_vision_lingering_potion", - "nvisionaoepot2": "long_night_vision_lingering_potion", - "nvisionaoepotex": "long_night_vision_lingering_potion", - "nvisionaoepotextended": "long_night_vision_lingering_potion", - "nvisionaoepotlevel2": "long_night_vision_lingering_potion", - "nvisionaoepotlong": "long_night_vision_lingering_potion", - "nvisionareapot2": "long_night_vision_lingering_potion", - "nvisionareapotex": "long_night_vision_lingering_potion", - "nvisionareapotextended": "long_night_vision_lingering_potion", - "nvisionareapotion2": "long_night_vision_lingering_potion", - "nvisionareapotionex": "long_night_vision_lingering_potion", - "nvisionareapotionextended": "long_night_vision_lingering_potion", - "nvisionareapotionlevel2": "long_night_vision_lingering_potion", - "nvisionareapotionlong": "long_night_vision_lingering_potion", - "nvisionareapotlevel2": "long_night_vision_lingering_potion", - "nvisionareapotlong": "long_night_vision_lingering_potion", - "nvisioncloudpot2": "long_night_vision_lingering_potion", - "nvisioncloudpotex": "long_night_vision_lingering_potion", - "nvisioncloudpotextended": "long_night_vision_lingering_potion", - "nvisioncloudpotion2": "long_night_vision_lingering_potion", - "nvisioncloudpotionex": "long_night_vision_lingering_potion", - "nvisioncloudpotionextended": "long_night_vision_lingering_potion", - "nvisioncloudpotionlevel2": "long_night_vision_lingering_potion", - "nvisioncloudpotionlong": "long_night_vision_lingering_potion", - "nvisioncloudpotlevel2": "long_night_vision_lingering_potion", - "nvisioncloudpotlong": "long_night_vision_lingering_potion", - "nvisionlingerpot2": "long_night_vision_lingering_potion", - "nvisionlingerpotex": "long_night_vision_lingering_potion", - "nvisionlingerpotextended": "long_night_vision_lingering_potion", - "nvisionlingerpotlevel2": "long_night_vision_lingering_potion", - "nvisionlingerpotlong": "long_night_vision_lingering_potion", - "nvlingerpot2": "long_night_vision_lingering_potion", - "nvlingerpotex": "long_night_vision_lingering_potion", - "nvlingerpotextended": "long_night_vision_lingering_potion", - "nvlingerpotlevel2": "long_night_vision_lingering_potion", - "nvlingerpotlong": "long_night_vision_lingering_potion", - "long_night_vision_potion": { - "potionData": { - "type": "NIGHT_VISION", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "darkv2pot": "long_night_vision_potion", - "darkv2potion": "long_night_vision_potion", - "darkvexpot": "long_night_vision_potion", - "darkvexpotion": "long_night_vision_potion", - "darkvextendedpot": "long_night_vision_potion", - "darkvextendedpotion": "long_night_vision_potion", - "darkvis2pot": "long_night_vision_potion", - "darkvis2potion": "long_night_vision_potion", - "darkvisexpot": "long_night_vision_potion", - "darkvisexpotion": "long_night_vision_potion", - "darkvisextendedpot": "long_night_vision_potion", - "darkvisextendedpotion": "long_night_vision_potion", - "darkvislevel2pot": "long_night_vision_potion", - "darkvislevel2potion": "long_night_vision_potion", - "darkvislongpot": "long_night_vision_potion", - "darkvislongpotion": "long_night_vision_potion", - "darkvlevel2pot": "long_night_vision_potion", - "darkvlevel2potion": "long_night_vision_potion", - "darkvlongpot": "long_night_vision_potion", - "darkvlongpotion": "long_night_vision_potion", - "dvision2pot": "long_night_vision_potion", - "dvision2potion": "long_night_vision_potion", - "dvisionexpot": "long_night_vision_potion", - "dvisionexpotion": "long_night_vision_potion", - "dvisionextendedpot": "long_night_vision_potion", - "dvisionextendedpotion": "long_night_vision_potion", - "dvisionlevel2pot": "long_night_vision_potion", - "dvisionlevel2potion": "long_night_vision_potion", - "dvisionlongpot": "long_night_vision_potion", - "dvisionlongpotion": "long_night_vision_potion", - "nightv2pot": "long_night_vision_potion", - "nightv2potion": "long_night_vision_potion", - "nightvexpot": "long_night_vision_potion", - "nightvexpotion": "long_night_vision_potion", - "nightvextendedpot": "long_night_vision_potion", - "nightvextendedpotion": "long_night_vision_potion", - "nightvision2pot": "long_night_vision_potion", - "nightvision2potion": "long_night_vision_potion", - "nightvisionexpot": "long_night_vision_potion", - "nightvisionexpotion": "long_night_vision_potion", - "nightvisionextendedpot": "long_night_vision_potion", - "nightvisionextendedpotion": "long_night_vision_potion", - "nightvisionlevel2pot": "long_night_vision_potion", - "nightvisionlevel2potion": "long_night_vision_potion", - "nightvisionlongpot": "long_night_vision_potion", - "nightvisionlongpotion": "long_night_vision_potion", - "nightvlevel2pot": "long_night_vision_potion", - "nightvlevel2potion": "long_night_vision_potion", - "nightvlongpot": "long_night_vision_potion", - "nightvlongpotion": "long_night_vision_potion", - "nv2pot": "long_night_vision_potion", - "nv2potion": "long_night_vision_potion", - "nvexpot": "long_night_vision_potion", - "nvexpotion": "long_night_vision_potion", - "nvextendedpot": "long_night_vision_potion", - "nvextendedpotion": "long_night_vision_potion", - "nvision2pot": "long_night_vision_potion", - "nvision2potion": "long_night_vision_potion", - "nvisionexpot": "long_night_vision_potion", - "nvisionexpotion": "long_night_vision_potion", - "nvisionextendedpot": "long_night_vision_potion", - "nvisionextendedpotion": "long_night_vision_potion", - "nvisionlevel2pot": "long_night_vision_potion", - "nvisionlevel2potion": "long_night_vision_potion", - "nvisionlongpot": "long_night_vision_potion", - "nvisionlongpotion": "long_night_vision_potion", - "nvlevel2pot": "long_night_vision_potion", - "nvlevel2potion": "long_night_vision_potion", - "nvlongpot": "long_night_vision_potion", - "nvlongpotion": "long_night_vision_potion", - "potionofdarkv2": "long_night_vision_potion", - "potionofdarkvex": "long_night_vision_potion", - "potionofdarkvextended": "long_night_vision_potion", - "potionofdarkvis2": "long_night_vision_potion", - "potionofdarkvisex": "long_night_vision_potion", - "potionofdarkvisextended": "long_night_vision_potion", - "potionofdarkvislevel2": "long_night_vision_potion", - "potionofdarkvislong": "long_night_vision_potion", - "potionofdarkvlevel2": "long_night_vision_potion", - "potionofdarkvlong": "long_night_vision_potion", - "potionofdvision2": "long_night_vision_potion", - "potionofdvisionex": "long_night_vision_potion", - "potionofdvisionextended": "long_night_vision_potion", - "potionofdvisionlevel2": "long_night_vision_potion", - "potionofdvisionlong": "long_night_vision_potion", - "potionofnightv2": "long_night_vision_potion", - "potionofnightvex": "long_night_vision_potion", - "potionofnightvextended": "long_night_vision_potion", - "potionofnightvision2": "long_night_vision_potion", - "potionofnightvisionex": "long_night_vision_potion", - "potionofnightvisionextended": "long_night_vision_potion", - "potionofnightvisionlevel2": "long_night_vision_potion", - "potionofnightvisionlong": "long_night_vision_potion", - "potionofnightvlevel2": "long_night_vision_potion", - "potionofnightvlong": "long_night_vision_potion", - "potionofnv2": "long_night_vision_potion", - "potionofnvex": "long_night_vision_potion", - "potionofnvextended": "long_night_vision_potion", - "potionofnvision2": "long_night_vision_potion", - "potionofnvisionex": "long_night_vision_potion", - "potionofnvisionextended": "long_night_vision_potion", - "potionofnvisionlevel2": "long_night_vision_potion", - "potionofnvisionlong": "long_night_vision_potion", - "potionofnvlevel2": "long_night_vision_potion", - "potionofnvlong": "long_night_vision_potion", - "potofdarkv2": "long_night_vision_potion", - "potofdarkvex": "long_night_vision_potion", - "potofdarkvextended": "long_night_vision_potion", - "potofdarkvis2": "long_night_vision_potion", - "potofdarkvisex": "long_night_vision_potion", - "potofdarkvisextended": "long_night_vision_potion", - "potofdarkvislevel2": "long_night_vision_potion", - "potofdarkvislong": "long_night_vision_potion", - "potofdarkvlevel2": "long_night_vision_potion", - "potofdarkvlong": "long_night_vision_potion", - "potofdvision2": "long_night_vision_potion", - "potofdvisionex": "long_night_vision_potion", - "potofdvisionextended": "long_night_vision_potion", - "potofdvisionlevel2": "long_night_vision_potion", - "potofdvisionlong": "long_night_vision_potion", - "potofnightv2": "long_night_vision_potion", - "potofnightvex": "long_night_vision_potion", - "potofnightvextended": "long_night_vision_potion", - "potofnightvision2": "long_night_vision_potion", - "potofnightvisionex": "long_night_vision_potion", - "potofnightvisionextended": "long_night_vision_potion", - "potofnightvisionlevel2": "long_night_vision_potion", - "potofnightvisionlong": "long_night_vision_potion", - "potofnightvlevel2": "long_night_vision_potion", - "potofnightvlong": "long_night_vision_potion", - "potofnv2": "long_night_vision_potion", - "potofnvex": "long_night_vision_potion", - "potofnvextended": "long_night_vision_potion", - "potofnvision2": "long_night_vision_potion", - "potofnvisionex": "long_night_vision_potion", - "potofnvisionextended": "long_night_vision_potion", - "potofnvisionlevel2": "long_night_vision_potion", - "potofnvisionlong": "long_night_vision_potion", - "potofnvlevel2": "long_night_vision_potion", - "potofnvlong": "long_night_vision_potion", - "long_night_vision_splash_potion": { - "potionData": { - "type": "NIGHT_VISION", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "darkv2splashpot": "long_night_vision_splash_potion", - "darkv2splashpotion": "long_night_vision_splash_potion", - "darkvexsplashpot": "long_night_vision_splash_potion", - "darkvexsplashpotion": "long_night_vision_splash_potion", - "darkvextendedsplashpot": "long_night_vision_splash_potion", - "darkvextendedsplashpotion": "long_night_vision_splash_potion", - "darkvis2splashpot": "long_night_vision_splash_potion", - "darkvis2splashpotion": "long_night_vision_splash_potion", - "darkvisexsplashpot": "long_night_vision_splash_potion", - "darkvisexsplashpotion": "long_night_vision_splash_potion", - "darkvisextendedsplashpot": "long_night_vision_splash_potion", - "darkvisextendedsplashpotion": "long_night_vision_splash_potion", - "darkvislevel2splashpot": "long_night_vision_splash_potion", - "darkvislevel2splashpotion": "long_night_vision_splash_potion", - "darkvislongsplashpot": "long_night_vision_splash_potion", - "darkvislongsplashpotion": "long_night_vision_splash_potion", - "darkvlevel2splashpot": "long_night_vision_splash_potion", - "darkvlevel2splashpotion": "long_night_vision_splash_potion", - "darkvlongsplashpot": "long_night_vision_splash_potion", - "darkvlongsplashpotion": "long_night_vision_splash_potion", - "dvision2splashpot": "long_night_vision_splash_potion", - "dvision2splashpotion": "long_night_vision_splash_potion", - "dvisionexsplashpot": "long_night_vision_splash_potion", - "dvisionexsplashpotion": "long_night_vision_splash_potion", - "dvisionextendedsplashpot": "long_night_vision_splash_potion", - "dvisionextendedsplashpotion": "long_night_vision_splash_potion", - "dvisionlevel2splashpot": "long_night_vision_splash_potion", - "dvisionlevel2splashpotion": "long_night_vision_splash_potion", - "dvisionlongsplashpot": "long_night_vision_splash_potion", - "dvisionlongsplashpotion": "long_night_vision_splash_potion", - "nightv2splashpot": "long_night_vision_splash_potion", - "nightv2splashpotion": "long_night_vision_splash_potion", - "nightvexsplashpot": "long_night_vision_splash_potion", - "nightvexsplashpotion": "long_night_vision_splash_potion", - "nightvextendedsplashpot": "long_night_vision_splash_potion", - "nightvextendedsplashpotion": "long_night_vision_splash_potion", - "nightvision2splashpot": "long_night_vision_splash_potion", - "nightvision2splashpotion": "long_night_vision_splash_potion", - "nightvisionexsplashpot": "long_night_vision_splash_potion", - "nightvisionexsplashpotion": "long_night_vision_splash_potion", - "nightvisionextendedsplashpot": "long_night_vision_splash_potion", - "nightvisionextendedsplashpotion": "long_night_vision_splash_potion", - "nightvisionlevel2splashpot": "long_night_vision_splash_potion", - "nightvisionlevel2splashpotion": "long_night_vision_splash_potion", - "nightvisionlongsplashpot": "long_night_vision_splash_potion", - "nightvisionlongsplashpotion": "long_night_vision_splash_potion", - "nightvlevel2splashpot": "long_night_vision_splash_potion", - "nightvlevel2splashpotion": "long_night_vision_splash_potion", - "nightvlongsplashpot": "long_night_vision_splash_potion", - "nightvlongsplashpotion": "long_night_vision_splash_potion", - "nv2splashpot": "long_night_vision_splash_potion", - "nv2splashpotion": "long_night_vision_splash_potion", - "nvexsplashpot": "long_night_vision_splash_potion", - "nvexsplashpotion": "long_night_vision_splash_potion", - "nvextendedsplashpot": "long_night_vision_splash_potion", - "nvextendedsplashpotion": "long_night_vision_splash_potion", - "nvision2splashpot": "long_night_vision_splash_potion", - "nvision2splashpotion": "long_night_vision_splash_potion", - "nvisionexsplashpot": "long_night_vision_splash_potion", - "nvisionexsplashpotion": "long_night_vision_splash_potion", - "nvisionextendedsplashpot": "long_night_vision_splash_potion", - "nvisionextendedsplashpotion": "long_night_vision_splash_potion", - "nvisionlevel2splashpot": "long_night_vision_splash_potion", - "nvisionlevel2splashpotion": "long_night_vision_splash_potion", - "nvisionlongsplashpot": "long_night_vision_splash_potion", - "nvisionlongsplashpotion": "long_night_vision_splash_potion", - "nvlevel2splashpot": "long_night_vision_splash_potion", - "nvlevel2splashpotion": "long_night_vision_splash_potion", - "nvlongsplashpot": "long_night_vision_splash_potion", - "nvlongsplashpotion": "long_night_vision_splash_potion", - "splashdarkv2pot": "long_night_vision_splash_potion", - "splashdarkv2potion": "long_night_vision_splash_potion", - "splashdarkvexpot": "long_night_vision_splash_potion", - "splashdarkvexpotion": "long_night_vision_splash_potion", - "splashdarkvextendedpot": "long_night_vision_splash_potion", - "splashdarkvextendedpotion": "long_night_vision_splash_potion", - "splashdarkvis2pot": "long_night_vision_splash_potion", - "splashdarkvis2potion": "long_night_vision_splash_potion", - "splashdarkvisexpot": "long_night_vision_splash_potion", - "splashdarkvisexpotion": "long_night_vision_splash_potion", - "splashdarkvisextendedpot": "long_night_vision_splash_potion", - "splashdarkvisextendedpotion": "long_night_vision_splash_potion", - "splashdarkvislevel2pot": "long_night_vision_splash_potion", - "splashdarkvislevel2potion": "long_night_vision_splash_potion", - "splashdarkvislongpot": "long_night_vision_splash_potion", - "splashdarkvislongpotion": "long_night_vision_splash_potion", - "splashdarkvlevel2pot": "long_night_vision_splash_potion", - "splashdarkvlevel2potion": "long_night_vision_splash_potion", - "splashdarkvlongpot": "long_night_vision_splash_potion", - "splashdarkvlongpotion": "long_night_vision_splash_potion", - "splashdvision2pot": "long_night_vision_splash_potion", - "splashdvision2potion": "long_night_vision_splash_potion", - "splashdvisionexpot": "long_night_vision_splash_potion", - "splashdvisionexpotion": "long_night_vision_splash_potion", - "splashdvisionextendedpot": "long_night_vision_splash_potion", - "splashdvisionextendedpotion": "long_night_vision_splash_potion", - "splashdvisionlevel2pot": "long_night_vision_splash_potion", - "splashdvisionlevel2potion": "long_night_vision_splash_potion", - "splashdvisionlongpot": "long_night_vision_splash_potion", - "splashdvisionlongpotion": "long_night_vision_splash_potion", - "splashnightv2pot": "long_night_vision_splash_potion", - "splashnightv2potion": "long_night_vision_splash_potion", - "splashnightvexpot": "long_night_vision_splash_potion", - "splashnightvexpotion": "long_night_vision_splash_potion", - "splashnightvextendedpot": "long_night_vision_splash_potion", - "splashnightvextendedpotion": "long_night_vision_splash_potion", - "splashnightvision2pot": "long_night_vision_splash_potion", - "splashnightvision2potion": "long_night_vision_splash_potion", - "splashnightvisionexpot": "long_night_vision_splash_potion", - "splashnightvisionexpotion": "long_night_vision_splash_potion", - "splashnightvisionextendedpot": "long_night_vision_splash_potion", - "splashnightvisionextendedpotion": "long_night_vision_splash_potion", - "splashnightvisionlevel2pot": "long_night_vision_splash_potion", - "splashnightvisionlevel2potion": "long_night_vision_splash_potion", - "splashnightvisionlongpot": "long_night_vision_splash_potion", - "splashnightvisionlongpotion": "long_night_vision_splash_potion", - "splashnightvlevel2pot": "long_night_vision_splash_potion", - "splashnightvlevel2potion": "long_night_vision_splash_potion", - "splashnightvlongpot": "long_night_vision_splash_potion", - "splashnightvlongpotion": "long_night_vision_splash_potion", - "splashnv2pot": "long_night_vision_splash_potion", - "splashnv2potion": "long_night_vision_splash_potion", - "splashnvexpot": "long_night_vision_splash_potion", - "splashnvexpotion": "long_night_vision_splash_potion", - "splashnvextendedpot": "long_night_vision_splash_potion", - "splashnvextendedpotion": "long_night_vision_splash_potion", - "splashnvision2pot": "long_night_vision_splash_potion", - "splashnvision2potion": "long_night_vision_splash_potion", - "splashnvisionexpot": "long_night_vision_splash_potion", - "splashnvisionexpotion": "long_night_vision_splash_potion", - "splashnvisionextendedpot": "long_night_vision_splash_potion", - "splashnvisionextendedpotion": "long_night_vision_splash_potion", - "splashnvisionlevel2pot": "long_night_vision_splash_potion", - "splashnvisionlevel2potion": "long_night_vision_splash_potion", - "splashnvisionlongpot": "long_night_vision_splash_potion", - "splashnvisionlongpotion": "long_night_vision_splash_potion", - "splashnvlevel2pot": "long_night_vision_splash_potion", - "splashnvlevel2potion": "long_night_vision_splash_potion", - "splashnvlongpot": "long_night_vision_splash_potion", - "splashnvlongpotion": "long_night_vision_splash_potion", - "spldarkv2pot": "long_night_vision_splash_potion", - "spldarkv2potion": "long_night_vision_splash_potion", - "spldarkvexpot": "long_night_vision_splash_potion", - "spldarkvexpotion": "long_night_vision_splash_potion", - "spldarkvextendedpot": "long_night_vision_splash_potion", - "spldarkvextendedpotion": "long_night_vision_splash_potion", - "spldarkvis2pot": "long_night_vision_splash_potion", - "spldarkvis2potion": "long_night_vision_splash_potion", - "spldarkvisexpot": "long_night_vision_splash_potion", - "spldarkvisexpotion": "long_night_vision_splash_potion", - "spldarkvisextendedpot": "long_night_vision_splash_potion", - "spldarkvisextendedpotion": "long_night_vision_splash_potion", - "spldarkvislevel2pot": "long_night_vision_splash_potion", - "spldarkvislevel2potion": "long_night_vision_splash_potion", - "spldarkvislongpot": "long_night_vision_splash_potion", - "spldarkvislongpotion": "long_night_vision_splash_potion", - "spldarkvlevel2pot": "long_night_vision_splash_potion", - "spldarkvlevel2potion": "long_night_vision_splash_potion", - "spldarkvlongpot": "long_night_vision_splash_potion", - "spldarkvlongpotion": "long_night_vision_splash_potion", - "spldvision2pot": "long_night_vision_splash_potion", - "spldvision2potion": "long_night_vision_splash_potion", - "spldvisionexpot": "long_night_vision_splash_potion", - "spldvisionexpotion": "long_night_vision_splash_potion", - "spldvisionextendedpot": "long_night_vision_splash_potion", - "spldvisionextendedpotion": "long_night_vision_splash_potion", - "spldvisionlevel2pot": "long_night_vision_splash_potion", - "spldvisionlevel2potion": "long_night_vision_splash_potion", - "spldvisionlongpot": "long_night_vision_splash_potion", - "spldvisionlongpotion": "long_night_vision_splash_potion", - "splnightv2pot": "long_night_vision_splash_potion", - "splnightv2potion": "long_night_vision_splash_potion", - "splnightvexpot": "long_night_vision_splash_potion", - "splnightvexpotion": "long_night_vision_splash_potion", - "splnightvextendedpot": "long_night_vision_splash_potion", - "splnightvextendedpotion": "long_night_vision_splash_potion", - "splnightvision2pot": "long_night_vision_splash_potion", - "splnightvision2potion": "long_night_vision_splash_potion", - "splnightvisionexpot": "long_night_vision_splash_potion", - "splnightvisionexpotion": "long_night_vision_splash_potion", - "splnightvisionextendedpot": "long_night_vision_splash_potion", - "splnightvisionextendedpotion": "long_night_vision_splash_potion", - "splnightvisionlevel2pot": "long_night_vision_splash_potion", - "splnightvisionlevel2potion": "long_night_vision_splash_potion", - "splnightvisionlongpot": "long_night_vision_splash_potion", - "splnightvisionlongpotion": "long_night_vision_splash_potion", - "splnightvlevel2pot": "long_night_vision_splash_potion", - "splnightvlevel2potion": "long_night_vision_splash_potion", - "splnightvlongpot": "long_night_vision_splash_potion", - "splnightvlongpotion": "long_night_vision_splash_potion", - "splnv2pot": "long_night_vision_splash_potion", - "splnv2potion": "long_night_vision_splash_potion", - "splnvexpot": "long_night_vision_splash_potion", - "splnvexpotion": "long_night_vision_splash_potion", - "splnvextendedpot": "long_night_vision_splash_potion", - "splnvextendedpotion": "long_night_vision_splash_potion", - "splnvision2pot": "long_night_vision_splash_potion", - "splnvision2potion": "long_night_vision_splash_potion", - "splnvisionexpot": "long_night_vision_splash_potion", - "splnvisionexpotion": "long_night_vision_splash_potion", - "splnvisionextendedpot": "long_night_vision_splash_potion", - "splnvisionextendedpotion": "long_night_vision_splash_potion", - "splnvisionlevel2pot": "long_night_vision_splash_potion", - "splnvisionlevel2potion": "long_night_vision_splash_potion", - "splnvisionlongpot": "long_night_vision_splash_potion", - "splnvisionlongpotion": "long_night_vision_splash_potion", - "splnvlevel2pot": "long_night_vision_splash_potion", - "splnvlevel2potion": "long_night_vision_splash_potion", - "splnvlongpot": "long_night_vision_splash_potion", - "splnvlongpotion": "long_night_vision_splash_potion", - "long_night_vision_tipped_arrow": { - "potionData": { - "type": "NIGHT_VISION", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowdarkv2": "long_night_vision_tipped_arrow", - "arrowdarkvex": "long_night_vision_tipped_arrow", - "arrowdarkvextended": "long_night_vision_tipped_arrow", - "arrowdarkvis2": "long_night_vision_tipped_arrow", - "arrowdarkvisex": "long_night_vision_tipped_arrow", - "arrowdarkvisextended": "long_night_vision_tipped_arrow", - "arrowdarkvislevel2": "long_night_vision_tipped_arrow", - "arrowdarkvislong": "long_night_vision_tipped_arrow", - "arrowdarkvlevel2": "long_night_vision_tipped_arrow", - "arrowdarkvlong": "long_night_vision_tipped_arrow", - "arrowdvision2": "long_night_vision_tipped_arrow", - "arrowdvisionex": "long_night_vision_tipped_arrow", - "arrowdvisionextended": "long_night_vision_tipped_arrow", - "arrowdvisionlevel2": "long_night_vision_tipped_arrow", - "arrowdvisionlong": "long_night_vision_tipped_arrow", - "arrownightv2": "long_night_vision_tipped_arrow", - "arrownightvex": "long_night_vision_tipped_arrow", - "arrownightvextended": "long_night_vision_tipped_arrow", - "arrownightvision2": "long_night_vision_tipped_arrow", - "arrownightvisionex": "long_night_vision_tipped_arrow", - "arrownightvisionextended": "long_night_vision_tipped_arrow", - "arrownightvisionlevel2": "long_night_vision_tipped_arrow", - "arrownightvisionlong": "long_night_vision_tipped_arrow", - "arrownightvlevel2": "long_night_vision_tipped_arrow", - "arrownightvlong": "long_night_vision_tipped_arrow", - "arrownv2": "long_night_vision_tipped_arrow", - "arrownvex": "long_night_vision_tipped_arrow", - "arrownvextended": "long_night_vision_tipped_arrow", - "arrownvision2": "long_night_vision_tipped_arrow", - "arrownvisionex": "long_night_vision_tipped_arrow", - "arrownvisionextended": "long_night_vision_tipped_arrow", - "arrownvisionlevel2": "long_night_vision_tipped_arrow", - "arrownvisionlong": "long_night_vision_tipped_arrow", - "arrownvlevel2": "long_night_vision_tipped_arrow", - "arrownvlong": "long_night_vision_tipped_arrow", - "darkv2tarr": "long_night_vision_tipped_arrow", - "darkv2tarrow": "long_night_vision_tipped_arrow", - "darkv2tippedarrow": "long_night_vision_tipped_arrow", - "darkvarrow2": "long_night_vision_tipped_arrow", - "darkvarrowex": "long_night_vision_tipped_arrow", - "darkvarrowextended": "long_night_vision_tipped_arrow", - "darkvarrowlevel2": "long_night_vision_tipped_arrow", - "darkvarrowlong": "long_night_vision_tipped_arrow", - "darkvextarr": "long_night_vision_tipped_arrow", - "darkvextarrow": "long_night_vision_tipped_arrow", - "darkvextendedtarr": "long_night_vision_tipped_arrow", - "darkvextendedtarrow": "long_night_vision_tipped_arrow", - "darkvextendedtippedarrow": "long_night_vision_tipped_arrow", - "darkvextippedarrow": "long_night_vision_tipped_arrow", - "darkvis2tarr": "long_night_vision_tipped_arrow", - "darkvis2tarrow": "long_night_vision_tipped_arrow", - "darkvis2tippedarrow": "long_night_vision_tipped_arrow", - "darkvisarrow2": "long_night_vision_tipped_arrow", - "darkvisarrowex": "long_night_vision_tipped_arrow", - "darkvisarrowextended": "long_night_vision_tipped_arrow", - "darkvisarrowlevel2": "long_night_vision_tipped_arrow", - "darkvisarrowlong": "long_night_vision_tipped_arrow", - "darkvisextarr": "long_night_vision_tipped_arrow", - "darkvisextarrow": "long_night_vision_tipped_arrow", - "darkvisextendedtarr": "long_night_vision_tipped_arrow", - "darkvisextendedtarrow": "long_night_vision_tipped_arrow", - "darkvisextendedtippedarrow": "long_night_vision_tipped_arrow", - "darkvisextippedarrow": "long_night_vision_tipped_arrow", - "darkvislevel2tarr": "long_night_vision_tipped_arrow", - "darkvislevel2tarrow": "long_night_vision_tipped_arrow", - "darkvislevel2tippedarrow": "long_night_vision_tipped_arrow", - "darkvislongtarr": "long_night_vision_tipped_arrow", - "darkvislongtarrow": "long_night_vision_tipped_arrow", - "darkvislongtippedarrow": "long_night_vision_tipped_arrow", - "darkvlevel2tarr": "long_night_vision_tipped_arrow", - "darkvlevel2tarrow": "long_night_vision_tipped_arrow", - "darkvlevel2tippedarrow": "long_night_vision_tipped_arrow", - "darkvlongtarr": "long_night_vision_tipped_arrow", - "darkvlongtarrow": "long_night_vision_tipped_arrow", - "darkvlongtippedarrow": "long_night_vision_tipped_arrow", - "dvision2tarr": "long_night_vision_tipped_arrow", - "dvision2tarrow": "long_night_vision_tipped_arrow", - "dvision2tippedarrow": "long_night_vision_tipped_arrow", - "dvisionarrow2": "long_night_vision_tipped_arrow", - "dvisionarrowex": "long_night_vision_tipped_arrow", - "dvisionarrowextended": "long_night_vision_tipped_arrow", - "dvisionarrowlevel2": "long_night_vision_tipped_arrow", - "dvisionarrowlong": "long_night_vision_tipped_arrow", - "dvisionextarr": "long_night_vision_tipped_arrow", - "dvisionextarrow": "long_night_vision_tipped_arrow", - "dvisionextendedtarr": "long_night_vision_tipped_arrow", - "dvisionextendedtarrow": "long_night_vision_tipped_arrow", - "dvisionextendedtippedarrow": "long_night_vision_tipped_arrow", - "dvisionextippedarrow": "long_night_vision_tipped_arrow", - "dvisionlevel2tarr": "long_night_vision_tipped_arrow", - "dvisionlevel2tarrow": "long_night_vision_tipped_arrow", - "dvisionlevel2tippedarrow": "long_night_vision_tipped_arrow", - "dvisionlongtarr": "long_night_vision_tipped_arrow", - "dvisionlongtarrow": "long_night_vision_tipped_arrow", - "dvisionlongtippedarrow": "long_night_vision_tipped_arrow", - "nightv2tarr": "long_night_vision_tipped_arrow", - "nightv2tarrow": "long_night_vision_tipped_arrow", - "nightv2tippedarrow": "long_night_vision_tipped_arrow", - "nightvarrow2": "long_night_vision_tipped_arrow", - "nightvarrowex": "long_night_vision_tipped_arrow", - "nightvarrowextended": "long_night_vision_tipped_arrow", - "nightvarrowlevel2": "long_night_vision_tipped_arrow", - "nightvarrowlong": "long_night_vision_tipped_arrow", - "nightvextarr": "long_night_vision_tipped_arrow", - "nightvextarrow": "long_night_vision_tipped_arrow", - "nightvextendedtarr": "long_night_vision_tipped_arrow", - "nightvextendedtarrow": "long_night_vision_tipped_arrow", - "nightvextendedtippedarrow": "long_night_vision_tipped_arrow", - "nightvextippedarrow": "long_night_vision_tipped_arrow", - "nightvision2tarr": "long_night_vision_tipped_arrow", - "nightvision2tarrow": "long_night_vision_tipped_arrow", - "nightvision2tippedarrow": "long_night_vision_tipped_arrow", - "nightvisionarrow2": "long_night_vision_tipped_arrow", - "nightvisionarrowex": "long_night_vision_tipped_arrow", - "nightvisionarrowextended": "long_night_vision_tipped_arrow", - "nightvisionarrowlevel2": "long_night_vision_tipped_arrow", - "nightvisionarrowlong": "long_night_vision_tipped_arrow", - "nightvisionextarr": "long_night_vision_tipped_arrow", - "nightvisionextarrow": "long_night_vision_tipped_arrow", - "nightvisionextendedtarr": "long_night_vision_tipped_arrow", - "nightvisionextendedtarrow": "long_night_vision_tipped_arrow", - "nightvisionextendedtippedarrow": "long_night_vision_tipped_arrow", - "nightvisionextippedarrow": "long_night_vision_tipped_arrow", - "nightvisionlevel2tarr": "long_night_vision_tipped_arrow", - "nightvisionlevel2tarrow": "long_night_vision_tipped_arrow", - "nightvisionlevel2tippedarrow": "long_night_vision_tipped_arrow", - "nightvisionlongtarr": "long_night_vision_tipped_arrow", - "nightvisionlongtarrow": "long_night_vision_tipped_arrow", - "nightvisionlongtippedarrow": "long_night_vision_tipped_arrow", - "nightvlevel2tarr": "long_night_vision_tipped_arrow", - "nightvlevel2tarrow": "long_night_vision_tipped_arrow", - "nightvlevel2tippedarrow": "long_night_vision_tipped_arrow", - "nightvlongtarr": "long_night_vision_tipped_arrow", - "nightvlongtarrow": "long_night_vision_tipped_arrow", - "nightvlongtippedarrow": "long_night_vision_tipped_arrow", - "nv2tarr": "long_night_vision_tipped_arrow", - "nv2tarrow": "long_night_vision_tipped_arrow", - "nv2tippedarrow": "long_night_vision_tipped_arrow", - "nvarrow2": "long_night_vision_tipped_arrow", - "nvarrowex": "long_night_vision_tipped_arrow", - "nvarrowextended": "long_night_vision_tipped_arrow", - "nvarrowlevel2": "long_night_vision_tipped_arrow", - "nvarrowlong": "long_night_vision_tipped_arrow", - "nvextarr": "long_night_vision_tipped_arrow", - "nvextarrow": "long_night_vision_tipped_arrow", - "nvextendedtarr": "long_night_vision_tipped_arrow", - "nvextendedtarrow": "long_night_vision_tipped_arrow", - "nvextendedtippedarrow": "long_night_vision_tipped_arrow", - "nvextippedarrow": "long_night_vision_tipped_arrow", - "nvision2tarr": "long_night_vision_tipped_arrow", - "nvision2tarrow": "long_night_vision_tipped_arrow", - "nvision2tippedarrow": "long_night_vision_tipped_arrow", - "nvisionarrow2": "long_night_vision_tipped_arrow", - "nvisionarrowex": "long_night_vision_tipped_arrow", - "nvisionarrowextended": "long_night_vision_tipped_arrow", - "nvisionarrowlevel2": "long_night_vision_tipped_arrow", - "nvisionarrowlong": "long_night_vision_tipped_arrow", - "nvisionextarr": "long_night_vision_tipped_arrow", - "nvisionextarrow": "long_night_vision_tipped_arrow", - "nvisionextendedtarr": "long_night_vision_tipped_arrow", - "nvisionextendedtarrow": "long_night_vision_tipped_arrow", - "nvisionextendedtippedarrow": "long_night_vision_tipped_arrow", - "nvisionextippedarrow": "long_night_vision_tipped_arrow", - "nvisionlevel2tarr": "long_night_vision_tipped_arrow", - "nvisionlevel2tarrow": "long_night_vision_tipped_arrow", - "nvisionlevel2tippedarrow": "long_night_vision_tipped_arrow", - "nvisionlongtarr": "long_night_vision_tipped_arrow", - "nvisionlongtarrow": "long_night_vision_tipped_arrow", - "nvisionlongtippedarrow": "long_night_vision_tipped_arrow", - "nvlevel2tarr": "long_night_vision_tipped_arrow", - "nvlevel2tarrow": "long_night_vision_tipped_arrow", - "nvlevel2tippedarrow": "long_night_vision_tipped_arrow", - "nvlongtarr": "long_night_vision_tipped_arrow", - "nvlongtarrow": "long_night_vision_tipped_arrow", - "nvlongtippedarrow": "long_night_vision_tipped_arrow", - "long_poison_lingering_potion": { - "potionData": { - "type": "POISON", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "acidaoepoiont2": "long_poison_lingering_potion", - "acidaoepoiontex": "long_poison_lingering_potion", - "acidaoepoiontextended": "long_poison_lingering_potion", - "acidaoepoiontlevel2": "long_poison_lingering_potion", - "acidaoepoiontlong": "long_poison_lingering_potion", - "acidaoepot2": "long_poison_lingering_potion", - "acidaoepotex": "long_poison_lingering_potion", - "acidaoepotextended": "long_poison_lingering_potion", - "acidaoepotlevel2": "long_poison_lingering_potion", - "acidaoepotlong": "long_poison_lingering_potion", - "acidareapot2": "long_poison_lingering_potion", - "acidareapotex": "long_poison_lingering_potion", - "acidareapotextended": "long_poison_lingering_potion", - "acidareapotion2": "long_poison_lingering_potion", - "acidareapotionex": "long_poison_lingering_potion", - "acidareapotionextended": "long_poison_lingering_potion", - "acidareapotionlevel2": "long_poison_lingering_potion", - "acidareapotionlong": "long_poison_lingering_potion", - "acidareapotlevel2": "long_poison_lingering_potion", - "acidareapotlong": "long_poison_lingering_potion", - "acidcloudpot2": "long_poison_lingering_potion", - "acidcloudpotex": "long_poison_lingering_potion", - "acidcloudpotextended": "long_poison_lingering_potion", - "acidcloudpotion2": "long_poison_lingering_potion", - "acidcloudpotionex": "long_poison_lingering_potion", - "acidcloudpotionextended": "long_poison_lingering_potion", - "acidcloudpotionlevel2": "long_poison_lingering_potion", - "acidcloudpotionlong": "long_poison_lingering_potion", - "acidcloudpotlevel2": "long_poison_lingering_potion", - "acidcloudpotlong": "long_poison_lingering_potion", - "acidlingerpot2": "long_poison_lingering_potion", - "acidlingerpotex": "long_poison_lingering_potion", - "acidlingerpotextended": "long_poison_lingering_potion", - "acidlingerpotlevel2": "long_poison_lingering_potion", - "acidlingerpotlong": "long_poison_lingering_potion", - "aoepotacid2": "long_poison_lingering_potion", - "aoepotacidex": "long_poison_lingering_potion", - "aoepotacidextended": "long_poison_lingering_potion", - "aoepotacidlevel2": "long_poison_lingering_potion", - "aoepotacidlong": "long_poison_lingering_potion", - "aoepotionacid2": "long_poison_lingering_potion", - "aoepotionacidex": "long_poison_lingering_potion", - "aoepotionacidextended": "long_poison_lingering_potion", - "aoepotionacidlevel2": "long_poison_lingering_potion", - "aoepotionacidlong": "long_poison_lingering_potion", - "aoepotionp2": "long_poison_lingering_potion", - "aoepotionpex": "long_poison_lingering_potion", - "aoepotionpextended": "long_poison_lingering_potion", - "aoepotionplevel2": "long_poison_lingering_potion", - "aoepotionplong": "long_poison_lingering_potion", - "aoepotionpoison2": "long_poison_lingering_potion", - "aoepotionpoisonex": "long_poison_lingering_potion", - "aoepotionpoisonextended": "long_poison_lingering_potion", - "aoepotionpoisonlevel2": "long_poison_lingering_potion", - "aoepotionpoisonlong": "long_poison_lingering_potion", - "aoepotp2": "long_poison_lingering_potion", - "aoepotpex": "long_poison_lingering_potion", - "aoepotpextended": "long_poison_lingering_potion", - "aoepotplevel2": "long_poison_lingering_potion", - "aoepotplong": "long_poison_lingering_potion", - "aoepotpoison2": "long_poison_lingering_potion", - "aoepotpoisonex": "long_poison_lingering_potion", - "aoepotpoisonextended": "long_poison_lingering_potion", - "aoepotpoisonlevel2": "long_poison_lingering_potion", - "aoepotpoisonlong": "long_poison_lingering_potion", - "areapotacid2": "long_poison_lingering_potion", - "areapotacidex": "long_poison_lingering_potion", - "areapotacidextended": "long_poison_lingering_potion", - "areapotacidlevel2": "long_poison_lingering_potion", - "areapotacidlong": "long_poison_lingering_potion", - "areapotionacid2": "long_poison_lingering_potion", - "areapotionacidex": "long_poison_lingering_potion", - "areapotionacidextended": "long_poison_lingering_potion", - "areapotionacidlevel2": "long_poison_lingering_potion", - "areapotionacidlong": "long_poison_lingering_potion", - "areapotionp2": "long_poison_lingering_potion", - "areapotionpex": "long_poison_lingering_potion", - "areapotionpextended": "long_poison_lingering_potion", - "areapotionplevel2": "long_poison_lingering_potion", - "areapotionplong": "long_poison_lingering_potion", - "areapotionpoison2": "long_poison_lingering_potion", - "areapotionpoisonex": "long_poison_lingering_potion", - "areapotionpoisonextended": "long_poison_lingering_potion", - "areapotionpoisonlevel2": "long_poison_lingering_potion", - "areapotionpoisonlong": "long_poison_lingering_potion", - "areapotp2": "long_poison_lingering_potion", - "areapotpex": "long_poison_lingering_potion", - "areapotpextended": "long_poison_lingering_potion", - "areapotplevel2": "long_poison_lingering_potion", - "areapotplong": "long_poison_lingering_potion", - "areapotpoison2": "long_poison_lingering_potion", - "areapotpoisonex": "long_poison_lingering_potion", - "areapotpoisonextended": "long_poison_lingering_potion", - "areapotpoisonlevel2": "long_poison_lingering_potion", - "areapotpoisonlong": "long_poison_lingering_potion", - "cloudpotacid2": "long_poison_lingering_potion", - "cloudpotacidex": "long_poison_lingering_potion", - "cloudpotacidextended": "long_poison_lingering_potion", - "cloudpotacidlevel2": "long_poison_lingering_potion", - "cloudpotacidlong": "long_poison_lingering_potion", - "cloudpotionacid2": "long_poison_lingering_potion", - "cloudpotionacidex": "long_poison_lingering_potion", - "cloudpotionacidextended": "long_poison_lingering_potion", - "cloudpotionacidlevel2": "long_poison_lingering_potion", - "cloudpotionacidlong": "long_poison_lingering_potion", - "cloudpotionp2": "long_poison_lingering_potion", - "cloudpotionpex": "long_poison_lingering_potion", - "cloudpotionpextended": "long_poison_lingering_potion", - "cloudpotionplevel2": "long_poison_lingering_potion", - "cloudpotionplong": "long_poison_lingering_potion", - "cloudpotionpoison2": "long_poison_lingering_potion", - "cloudpotionpoisonex": "long_poison_lingering_potion", - "cloudpotionpoisonextended": "long_poison_lingering_potion", - "cloudpotionpoisonlevel2": "long_poison_lingering_potion", - "cloudpotionpoisonlong": "long_poison_lingering_potion", - "cloudpotp2": "long_poison_lingering_potion", - "cloudpotpex": "long_poison_lingering_potion", - "cloudpotpextended": "long_poison_lingering_potion", - "cloudpotplevel2": "long_poison_lingering_potion", - "cloudpotplong": "long_poison_lingering_potion", - "cloudpotpoison2": "long_poison_lingering_potion", - "cloudpotpoisonex": "long_poison_lingering_potion", - "cloudpotpoisonextended": "long_poison_lingering_potion", - "cloudpotpoisonlevel2": "long_poison_lingering_potion", - "cloudpotpoisonlong": "long_poison_lingering_potion", - "lingerpotacid2": "long_poison_lingering_potion", - "lingerpotacidex": "long_poison_lingering_potion", - "lingerpotacidextended": "long_poison_lingering_potion", - "lingerpotacidlevel2": "long_poison_lingering_potion", - "lingerpotacidlong": "long_poison_lingering_potion", - "lingerpotp2": "long_poison_lingering_potion", - "lingerpotpex": "long_poison_lingering_potion", - "lingerpotpextended": "long_poison_lingering_potion", - "lingerpotplevel2": "long_poison_lingering_potion", - "lingerpotplong": "long_poison_lingering_potion", - "lingerpotpoison2": "long_poison_lingering_potion", - "lingerpotpoisonex": "long_poison_lingering_potion", - "lingerpotpoisonextended": "long_poison_lingering_potion", - "lingerpotpoisonlevel2": "long_poison_lingering_potion", - "lingerpotpoisonlong": "long_poison_lingering_potion", - "paoepoiont2": "long_poison_lingering_potion", - "paoepoiontex": "long_poison_lingering_potion", - "paoepoiontextended": "long_poison_lingering_potion", - "paoepoiontlevel2": "long_poison_lingering_potion", - "paoepoiontlong": "long_poison_lingering_potion", - "paoepot2": "long_poison_lingering_potion", - "paoepotex": "long_poison_lingering_potion", - "paoepotextended": "long_poison_lingering_potion", - "paoepotlevel2": "long_poison_lingering_potion", - "paoepotlong": "long_poison_lingering_potion", - "pareapot2": "long_poison_lingering_potion", - "pareapotex": "long_poison_lingering_potion", - "pareapotextended": "long_poison_lingering_potion", - "pareapotion2": "long_poison_lingering_potion", - "pareapotionex": "long_poison_lingering_potion", - "pareapotionextended": "long_poison_lingering_potion", - "pareapotionlevel2": "long_poison_lingering_potion", - "pareapotionlong": "long_poison_lingering_potion", - "pareapotlevel2": "long_poison_lingering_potion", - "pareapotlong": "long_poison_lingering_potion", - "pcloudpot2": "long_poison_lingering_potion", - "pcloudpotex": "long_poison_lingering_potion", - "pcloudpotextended": "long_poison_lingering_potion", - "pcloudpotion2": "long_poison_lingering_potion", - "pcloudpotionex": "long_poison_lingering_potion", - "pcloudpotionextended": "long_poison_lingering_potion", - "pcloudpotionlevel2": "long_poison_lingering_potion", - "pcloudpotionlong": "long_poison_lingering_potion", - "pcloudpotlevel2": "long_poison_lingering_potion", - "pcloudpotlong": "long_poison_lingering_potion", - "plingerpot2": "long_poison_lingering_potion", - "plingerpotex": "long_poison_lingering_potion", - "plingerpotextended": "long_poison_lingering_potion", - "plingerpotlevel2": "long_poison_lingering_potion", - "plingerpotlong": "long_poison_lingering_potion", - "poisonaoepoiont2": "long_poison_lingering_potion", - "poisonaoepoiontex": "long_poison_lingering_potion", - "poisonaoepoiontextended": "long_poison_lingering_potion", - "poisonaoepoiontlevel2": "long_poison_lingering_potion", - "poisonaoepoiontlong": "long_poison_lingering_potion", - "poisonaoepot2": "long_poison_lingering_potion", - "poisonaoepotex": "long_poison_lingering_potion", - "poisonaoepotextended": "long_poison_lingering_potion", - "poisonaoepotlevel2": "long_poison_lingering_potion", - "poisonaoepotlong": "long_poison_lingering_potion", - "poisonareapot2": "long_poison_lingering_potion", - "poisonareapotex": "long_poison_lingering_potion", - "poisonareapotextended": "long_poison_lingering_potion", - "poisonareapotion2": "long_poison_lingering_potion", - "poisonareapotionex": "long_poison_lingering_potion", - "poisonareapotionextended": "long_poison_lingering_potion", - "poisonareapotionlevel2": "long_poison_lingering_potion", - "poisonareapotionlong": "long_poison_lingering_potion", - "poisonareapotlevel2": "long_poison_lingering_potion", - "poisonareapotlong": "long_poison_lingering_potion", - "poisoncloudpot2": "long_poison_lingering_potion", - "poisoncloudpotex": "long_poison_lingering_potion", - "poisoncloudpotextended": "long_poison_lingering_potion", - "poisoncloudpotion2": "long_poison_lingering_potion", - "poisoncloudpotionex": "long_poison_lingering_potion", - "poisoncloudpotionextended": "long_poison_lingering_potion", - "poisoncloudpotionlevel2": "long_poison_lingering_potion", - "poisoncloudpotionlong": "long_poison_lingering_potion", - "poisoncloudpotlevel2": "long_poison_lingering_potion", - "poisoncloudpotlong": "long_poison_lingering_potion", - "poisonlingerpot2": "long_poison_lingering_potion", - "poisonlingerpotex": "long_poison_lingering_potion", - "poisonlingerpotextended": "long_poison_lingering_potion", - "poisonlingerpotlevel2": "long_poison_lingering_potion", - "poisonlingerpotlong": "long_poison_lingering_potion", - "long_poison_potion": { - "potionData": { - "type": "POISON", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "acid2pot": "long_poison_potion", - "acid2potion": "long_poison_potion", - "acidexpot": "long_poison_potion", - "acidexpotion": "long_poison_potion", - "acidextendedpot": "long_poison_potion", - "acidextendedpotion": "long_poison_potion", - "acidlevel2pot": "long_poison_potion", - "acidlevel2potion": "long_poison_potion", - "acidlongpot": "long_poison_potion", - "acidlongpotion": "long_poison_potion", - "p2pot": "long_poison_potion", - "p2potion": "long_poison_potion", - "pexpot": "long_poison_potion", - "pexpotion": "long_poison_potion", - "pextendedpot": "long_poison_potion", - "pextendedpotion": "long_poison_potion", - "plevel2pot": "long_poison_potion", - "plevel2potion": "long_poison_potion", - "plongpot": "long_poison_potion", - "plongpotion": "long_poison_potion", - "poison2pot": "long_poison_potion", - "poison2potion": "long_poison_potion", - "poisonexpot": "long_poison_potion", - "poisonexpotion": "long_poison_potion", - "poisonextendedpot": "long_poison_potion", - "poisonextendedpotion": "long_poison_potion", - "poisonlevel2pot": "long_poison_potion", - "poisonlevel2potion": "long_poison_potion", - "poisonlongpot": "long_poison_potion", - "poisonlongpotion": "long_poison_potion", - "potionofacid2": "long_poison_potion", - "potionofacidex": "long_poison_potion", - "potionofacidextended": "long_poison_potion", - "potionofacidlevel2": "long_poison_potion", - "potionofacidlong": "long_poison_potion", - "potionofp2": "long_poison_potion", - "potionofpex": "long_poison_potion", - "potionofpextended": "long_poison_potion", - "potionofplevel2": "long_poison_potion", - "potionofplong": "long_poison_potion", - "potionofpoison2": "long_poison_potion", - "potionofpoisonex": "long_poison_potion", - "potionofpoisonextended": "long_poison_potion", - "potionofpoisonlevel2": "long_poison_potion", - "potionofpoisonlong": "long_poison_potion", - "potofacid2": "long_poison_potion", - "potofacidex": "long_poison_potion", - "potofacidextended": "long_poison_potion", - "potofacidlevel2": "long_poison_potion", - "potofacidlong": "long_poison_potion", - "potofp2": "long_poison_potion", - "potofpex": "long_poison_potion", - "potofpextended": "long_poison_potion", - "potofplevel2": "long_poison_potion", - "potofplong": "long_poison_potion", - "potofpoison2": "long_poison_potion", - "potofpoisonex": "long_poison_potion", - "potofpoisonextended": "long_poison_potion", - "potofpoisonlevel2": "long_poison_potion", - "potofpoisonlong": "long_poison_potion", - "long_poison_splash_potion": { - "potionData": { - "type": "POISON", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "acid2splashpot": "long_poison_splash_potion", - "acid2splashpotion": "long_poison_splash_potion", - "acidexsplashpot": "long_poison_splash_potion", - "acidexsplashpotion": "long_poison_splash_potion", - "acidextendedsplashpot": "long_poison_splash_potion", - "acidextendedsplashpotion": "long_poison_splash_potion", - "acidlevel2splashpot": "long_poison_splash_potion", - "acidlevel2splashpotion": "long_poison_splash_potion", - "acidlongsplashpot": "long_poison_splash_potion", - "acidlongsplashpotion": "long_poison_splash_potion", - "p2splashpot": "long_poison_splash_potion", - "p2splashpotion": "long_poison_splash_potion", - "pexsplashpot": "long_poison_splash_potion", - "pexsplashpotion": "long_poison_splash_potion", - "pextendedsplashpot": "long_poison_splash_potion", - "pextendedsplashpotion": "long_poison_splash_potion", - "plevel2splashpot": "long_poison_splash_potion", - "plevel2splashpotion": "long_poison_splash_potion", - "plongsplashpot": "long_poison_splash_potion", - "plongsplashpotion": "long_poison_splash_potion", - "poison2splashpot": "long_poison_splash_potion", - "poison2splashpotion": "long_poison_splash_potion", - "poisonexsplashpot": "long_poison_splash_potion", - "poisonexsplashpotion": "long_poison_splash_potion", - "poisonextendedsplashpot": "long_poison_splash_potion", - "poisonextendedsplashpotion": "long_poison_splash_potion", - "poisonlevel2splashpot": "long_poison_splash_potion", - "poisonlevel2splashpotion": "long_poison_splash_potion", - "poisonlongsplashpot": "long_poison_splash_potion", - "poisonlongsplashpotion": "long_poison_splash_potion", - "splacid2pot": "long_poison_splash_potion", - "splacid2potion": "long_poison_splash_potion", - "splacidexpot": "long_poison_splash_potion", - "splacidexpotion": "long_poison_splash_potion", - "splacidextendedpot": "long_poison_splash_potion", - "splacidextendedpotion": "long_poison_splash_potion", - "splacidlevel2pot": "long_poison_splash_potion", - "splacidlevel2potion": "long_poison_splash_potion", - "splacidlongpot": "long_poison_splash_potion", - "splacidlongpotion": "long_poison_splash_potion", - "splashacid2pot": "long_poison_splash_potion", - "splashacid2potion": "long_poison_splash_potion", - "splashacidexpot": "long_poison_splash_potion", - "splashacidexpotion": "long_poison_splash_potion", - "splashacidextendedpot": "long_poison_splash_potion", - "splashacidextendedpotion": "long_poison_splash_potion", - "splashacidlevel2pot": "long_poison_splash_potion", - "splashacidlevel2potion": "long_poison_splash_potion", - "splashacidlongpot": "long_poison_splash_potion", - "splashacidlongpotion": "long_poison_splash_potion", - "splashp2pot": "long_poison_splash_potion", - "splashp2potion": "long_poison_splash_potion", - "splashpexpot": "long_poison_splash_potion", - "splashpexpotion": "long_poison_splash_potion", - "splashpextendedpot": "long_poison_splash_potion", - "splashpextendedpotion": "long_poison_splash_potion", - "splashplevel2pot": "long_poison_splash_potion", - "splashplevel2potion": "long_poison_splash_potion", - "splashplongpot": "long_poison_splash_potion", - "splashplongpotion": "long_poison_splash_potion", - "splashpoison2pot": "long_poison_splash_potion", - "splashpoison2potion": "long_poison_splash_potion", - "splashpoisonexpot": "long_poison_splash_potion", - "splashpoisonexpotion": "long_poison_splash_potion", - "splashpoisonextendedpot": "long_poison_splash_potion", - "splashpoisonextendedpotion": "long_poison_splash_potion", - "splashpoisonlevel2pot": "long_poison_splash_potion", - "splashpoisonlevel2potion": "long_poison_splash_potion", - "splashpoisonlongpot": "long_poison_splash_potion", - "splashpoisonlongpotion": "long_poison_splash_potion", - "splp2pot": "long_poison_splash_potion", - "splp2potion": "long_poison_splash_potion", - "splpexpot": "long_poison_splash_potion", - "splpexpotion": "long_poison_splash_potion", - "splpextendedpot": "long_poison_splash_potion", - "splpextendedpotion": "long_poison_splash_potion", - "splplevel2pot": "long_poison_splash_potion", - "splplevel2potion": "long_poison_splash_potion", - "splplongpot": "long_poison_splash_potion", - "splplongpotion": "long_poison_splash_potion", - "splpoison2pot": "long_poison_splash_potion", - "splpoison2potion": "long_poison_splash_potion", - "splpoisonexpot": "long_poison_splash_potion", - "splpoisonexpotion": "long_poison_splash_potion", - "splpoisonextendedpot": "long_poison_splash_potion", - "splpoisonextendedpotion": "long_poison_splash_potion", - "splpoisonlevel2pot": "long_poison_splash_potion", - "splpoisonlevel2potion": "long_poison_splash_potion", - "splpoisonlongpot": "long_poison_splash_potion", - "splpoisonlongpotion": "long_poison_splash_potion", - "long_poison_tipped_arrow": { - "potionData": { - "type": "POISON", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "acid2tarr": "long_poison_tipped_arrow", - "acid2tarrow": "long_poison_tipped_arrow", - "acid2tippedarrow": "long_poison_tipped_arrow", - "acidarrow2": "long_poison_tipped_arrow", - "acidarrowex": "long_poison_tipped_arrow", - "acidarrowextended": "long_poison_tipped_arrow", - "acidarrowlevel2": "long_poison_tipped_arrow", - "acidarrowlong": "long_poison_tipped_arrow", - "acidextarr": "long_poison_tipped_arrow", - "acidextarrow": "long_poison_tipped_arrow", - "acidextendedtarr": "long_poison_tipped_arrow", - "acidextendedtarrow": "long_poison_tipped_arrow", - "acidextendedtippedarrow": "long_poison_tipped_arrow", - "acidextippedarrow": "long_poison_tipped_arrow", - "acidlevel2tarr": "long_poison_tipped_arrow", - "acidlevel2tarrow": "long_poison_tipped_arrow", - "acidlevel2tippedarrow": "long_poison_tipped_arrow", - "acidlongtarr": "long_poison_tipped_arrow", - "acidlongtarrow": "long_poison_tipped_arrow", - "acidlongtippedarrow": "long_poison_tipped_arrow", - "arrowacid2": "long_poison_tipped_arrow", - "arrowacidex": "long_poison_tipped_arrow", - "arrowacidextended": "long_poison_tipped_arrow", - "arrowacidlevel2": "long_poison_tipped_arrow", - "arrowacidlong": "long_poison_tipped_arrow", - "arrowp2": "long_poison_tipped_arrow", - "arrowpex": "long_poison_tipped_arrow", - "arrowpextended": "long_poison_tipped_arrow", - "arrowplevel2": "long_poison_tipped_arrow", - "arrowplong": "long_poison_tipped_arrow", - "arrowpoison2": "long_poison_tipped_arrow", - "arrowpoisonex": "long_poison_tipped_arrow", - "arrowpoisonextended": "long_poison_tipped_arrow", - "arrowpoisonlevel2": "long_poison_tipped_arrow", - "arrowpoisonlong": "long_poison_tipped_arrow", - "p2tarr": "long_poison_tipped_arrow", - "p2tarrow": "long_poison_tipped_arrow", - "p2tippedarrow": "long_poison_tipped_arrow", - "parrow2": "long_poison_tipped_arrow", - "parrowex": "long_poison_tipped_arrow", - "parrowextended": "long_poison_tipped_arrow", - "parrowlevel2": "long_poison_tipped_arrow", - "parrowlong": "long_poison_tipped_arrow", - "pextarr": "long_poison_tipped_arrow", - "pextarrow": "long_poison_tipped_arrow", - "pextendedtarr": "long_poison_tipped_arrow", - "pextendedtarrow": "long_poison_tipped_arrow", - "pextendedtippedarrow": "long_poison_tipped_arrow", - "pextippedarrow": "long_poison_tipped_arrow", - "plevel2tarr": "long_poison_tipped_arrow", - "plevel2tarrow": "long_poison_tipped_arrow", - "plevel2tippedarrow": "long_poison_tipped_arrow", - "plongtarr": "long_poison_tipped_arrow", - "plongtarrow": "long_poison_tipped_arrow", - "plongtippedarrow": "long_poison_tipped_arrow", - "poison2tarr": "long_poison_tipped_arrow", - "poison2tarrow": "long_poison_tipped_arrow", - "poison2tippedarrow": "long_poison_tipped_arrow", - "poisonarrow2": "long_poison_tipped_arrow", - "poisonarrowex": "long_poison_tipped_arrow", - "poisonarrowextended": "long_poison_tipped_arrow", - "poisonarrowlevel2": "long_poison_tipped_arrow", - "poisonarrowlong": "long_poison_tipped_arrow", - "poisonextarr": "long_poison_tipped_arrow", - "poisonextarrow": "long_poison_tipped_arrow", - "poisonextendedtarr": "long_poison_tipped_arrow", - "poisonextendedtarrow": "long_poison_tipped_arrow", - "poisonextendedtippedarrow": "long_poison_tipped_arrow", - "poisonextippedarrow": "long_poison_tipped_arrow", - "poisonlevel2tarr": "long_poison_tipped_arrow", - "poisonlevel2tarrow": "long_poison_tipped_arrow", - "poisonlevel2tippedarrow": "long_poison_tipped_arrow", - "poisonlongtarr": "long_poison_tipped_arrow", - "poisonlongtarrow": "long_poison_tipped_arrow", - "poisonlongtippedarrow": "long_poison_tipped_arrow", - "long_regeneration_lingering_potion": { - "potionData": { - "type": "REGEN", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotionregen2": "long_regeneration_lingering_potion", - "aoepotionregenerate2": "long_regeneration_lingering_potion", - "aoepotionregenerateex": "long_regeneration_lingering_potion", - "aoepotionregenerateextended": "long_regeneration_lingering_potion", - "aoepotionregeneratelevel2": "long_regeneration_lingering_potion", - "aoepotionregeneratelong": "long_regeneration_lingering_potion", - "aoepotionregeneration2": "long_regeneration_lingering_potion", - "aoepotionregenerationex": "long_regeneration_lingering_potion", - "aoepotionregenerationextended": "long_regeneration_lingering_potion", - "aoepotionregenerationlevel2": "long_regeneration_lingering_potion", - "aoepotionregenerationlong": "long_regeneration_lingering_potion", - "aoepotionregenex": "long_regeneration_lingering_potion", - "aoepotionregenextended": "long_regeneration_lingering_potion", - "aoepotionregenlevel2": "long_regeneration_lingering_potion", - "aoepotionregenlong": "long_regeneration_lingering_potion", - "aoepotregen2": "long_regeneration_lingering_potion", - "aoepotregenerate2": "long_regeneration_lingering_potion", - "aoepotregenerateex": "long_regeneration_lingering_potion", - "aoepotregenerateextended": "long_regeneration_lingering_potion", - "aoepotregeneratelevel2": "long_regeneration_lingering_potion", - "aoepotregeneratelong": "long_regeneration_lingering_potion", - "aoepotregeneration2": "long_regeneration_lingering_potion", - "aoepotregenerationex": "long_regeneration_lingering_potion", - "aoepotregenerationextended": "long_regeneration_lingering_potion", - "aoepotregenerationlevel2": "long_regeneration_lingering_potion", - "aoepotregenerationlong": "long_regeneration_lingering_potion", - "aoepotregenex": "long_regeneration_lingering_potion", - "aoepotregenextended": "long_regeneration_lingering_potion", - "aoepotregenlevel2": "long_regeneration_lingering_potion", - "aoepotregenlong": "long_regeneration_lingering_potion", - "areapotionregen2": "long_regeneration_lingering_potion", - "areapotionregenerate2": "long_regeneration_lingering_potion", - "areapotionregenerateex": "long_regeneration_lingering_potion", - "areapotionregenerateextended": "long_regeneration_lingering_potion", - "areapotionregeneratelevel2": "long_regeneration_lingering_potion", - "areapotionregeneratelong": "long_regeneration_lingering_potion", - "areapotionregeneration2": "long_regeneration_lingering_potion", - "areapotionregenerationex": "long_regeneration_lingering_potion", - "areapotionregenerationextended": "long_regeneration_lingering_potion", - "areapotionregenerationlevel2": "long_regeneration_lingering_potion", - "areapotionregenerationlong": "long_regeneration_lingering_potion", - "areapotionregenex": "long_regeneration_lingering_potion", - "areapotionregenextended": "long_regeneration_lingering_potion", - "areapotionregenlevel2": "long_regeneration_lingering_potion", - "areapotionregenlong": "long_regeneration_lingering_potion", - "areapotregen2": "long_regeneration_lingering_potion", - "areapotregenerate2": "long_regeneration_lingering_potion", - "areapotregenerateex": "long_regeneration_lingering_potion", - "areapotregenerateextended": "long_regeneration_lingering_potion", - "areapotregeneratelevel2": "long_regeneration_lingering_potion", - "areapotregeneratelong": "long_regeneration_lingering_potion", - "areapotregeneration2": "long_regeneration_lingering_potion", - "areapotregenerationex": "long_regeneration_lingering_potion", - "areapotregenerationextended": "long_regeneration_lingering_potion", - "areapotregenerationlevel2": "long_regeneration_lingering_potion", - "areapotregenerationlong": "long_regeneration_lingering_potion", - "areapotregenex": "long_regeneration_lingering_potion", - "areapotregenextended": "long_regeneration_lingering_potion", - "areapotregenlevel2": "long_regeneration_lingering_potion", - "areapotregenlong": "long_regeneration_lingering_potion", - "cloudpotionregen2": "long_regeneration_lingering_potion", - "cloudpotionregenerate2": "long_regeneration_lingering_potion", - "cloudpotionregenerateex": "long_regeneration_lingering_potion", - "cloudpotionregenerateextended": "long_regeneration_lingering_potion", - "cloudpotionregeneratelevel2": "long_regeneration_lingering_potion", - "cloudpotionregeneratelong": "long_regeneration_lingering_potion", - "cloudpotionregeneration2": "long_regeneration_lingering_potion", - "cloudpotionregenerationex": "long_regeneration_lingering_potion", - "cloudpotionregenerationextended": "long_regeneration_lingering_potion", - "cloudpotionregenerationlevel2": "long_regeneration_lingering_potion", - "cloudpotionregenerationlong": "long_regeneration_lingering_potion", - "cloudpotionregenex": "long_regeneration_lingering_potion", - "cloudpotionregenextended": "long_regeneration_lingering_potion", - "cloudpotionregenlevel2": "long_regeneration_lingering_potion", - "cloudpotionregenlong": "long_regeneration_lingering_potion", - "cloudpotregen2": "long_regeneration_lingering_potion", - "cloudpotregenerate2": "long_regeneration_lingering_potion", - "cloudpotregenerateex": "long_regeneration_lingering_potion", - "cloudpotregenerateextended": "long_regeneration_lingering_potion", - "cloudpotregeneratelevel2": "long_regeneration_lingering_potion", - "cloudpotregeneratelong": "long_regeneration_lingering_potion", - "cloudpotregeneration2": "long_regeneration_lingering_potion", - "cloudpotregenerationex": "long_regeneration_lingering_potion", - "cloudpotregenerationextended": "long_regeneration_lingering_potion", - "cloudpotregenerationlevel2": "long_regeneration_lingering_potion", - "cloudpotregenerationlong": "long_regeneration_lingering_potion", - "cloudpotregenex": "long_regeneration_lingering_potion", - "cloudpotregenextended": "long_regeneration_lingering_potion", - "cloudpotregenlevel2": "long_regeneration_lingering_potion", - "cloudpotregenlong": "long_regeneration_lingering_potion", - "lingerpotregen2": "long_regeneration_lingering_potion", - "lingerpotregenerate2": "long_regeneration_lingering_potion", - "lingerpotregenerateex": "long_regeneration_lingering_potion", - "lingerpotregenerateextended": "long_regeneration_lingering_potion", - "lingerpotregeneratelevel2": "long_regeneration_lingering_potion", - "lingerpotregeneratelong": "long_regeneration_lingering_potion", - "lingerpotregeneration2": "long_regeneration_lingering_potion", - "lingerpotregenerationex": "long_regeneration_lingering_potion", - "lingerpotregenerationextended": "long_regeneration_lingering_potion", - "lingerpotregenerationlevel2": "long_regeneration_lingering_potion", - "lingerpotregenerationlong": "long_regeneration_lingering_potion", - "lingerpotregenex": "long_regeneration_lingering_potion", - "lingerpotregenextended": "long_regeneration_lingering_potion", - "lingerpotregenlevel2": "long_regeneration_lingering_potion", - "lingerpotregenlong": "long_regeneration_lingering_potion", - "regenaoepoiont2": "long_regeneration_lingering_potion", - "regenaoepoiontex": "long_regeneration_lingering_potion", - "regenaoepoiontextended": "long_regeneration_lingering_potion", - "regenaoepoiontlevel2": "long_regeneration_lingering_potion", - "regenaoepoiontlong": "long_regeneration_lingering_potion", - "regenaoepot2": "long_regeneration_lingering_potion", - "regenaoepotex": "long_regeneration_lingering_potion", - "regenaoepotextended": "long_regeneration_lingering_potion", - "regenaoepotlevel2": "long_regeneration_lingering_potion", - "regenaoepotlong": "long_regeneration_lingering_potion", - "regenareapot2": "long_regeneration_lingering_potion", - "regenareapotex": "long_regeneration_lingering_potion", - "regenareapotextended": "long_regeneration_lingering_potion", - "regenareapotion2": "long_regeneration_lingering_potion", - "regenareapotionex": "long_regeneration_lingering_potion", - "regenareapotionextended": "long_regeneration_lingering_potion", - "regenareapotionlevel2": "long_regeneration_lingering_potion", - "regenareapotionlong": "long_regeneration_lingering_potion", - "regenareapotlevel2": "long_regeneration_lingering_potion", - "regenareapotlong": "long_regeneration_lingering_potion", - "regencloudpot2": "long_regeneration_lingering_potion", - "regencloudpotex": "long_regeneration_lingering_potion", - "regencloudpotextended": "long_regeneration_lingering_potion", - "regencloudpotion2": "long_regeneration_lingering_potion", - "regencloudpotionex": "long_regeneration_lingering_potion", - "regencloudpotionextended": "long_regeneration_lingering_potion", - "regencloudpotionlevel2": "long_regeneration_lingering_potion", - "regencloudpotionlong": "long_regeneration_lingering_potion", - "regencloudpotlevel2": "long_regeneration_lingering_potion", - "regencloudpotlong": "long_regeneration_lingering_potion", - "regenerateaoepoiont2": "long_regeneration_lingering_potion", - "regenerateaoepoiontex": "long_regeneration_lingering_potion", - "regenerateaoepoiontextended": "long_regeneration_lingering_potion", - "regenerateaoepoiontlevel2": "long_regeneration_lingering_potion", - "regenerateaoepoiontlong": "long_regeneration_lingering_potion", - "regenerateaoepot2": "long_regeneration_lingering_potion", - "regenerateaoepotex": "long_regeneration_lingering_potion", - "regenerateaoepotextended": "long_regeneration_lingering_potion", - "regenerateaoepotlevel2": "long_regeneration_lingering_potion", - "regenerateaoepotlong": "long_regeneration_lingering_potion", - "regenerateareapot2": "long_regeneration_lingering_potion", - "regenerateareapotex": "long_regeneration_lingering_potion", - "regenerateareapotextended": "long_regeneration_lingering_potion", - "regenerateareapotion2": "long_regeneration_lingering_potion", - "regenerateareapotionex": "long_regeneration_lingering_potion", - "regenerateareapotionextended": "long_regeneration_lingering_potion", - "regenerateareapotionlevel2": "long_regeneration_lingering_potion", - "regenerateareapotionlong": "long_regeneration_lingering_potion", - "regenerateareapotlevel2": "long_regeneration_lingering_potion", - "regenerateareapotlong": "long_regeneration_lingering_potion", - "regeneratecloudpot2": "long_regeneration_lingering_potion", - "regeneratecloudpotex": "long_regeneration_lingering_potion", - "regeneratecloudpotextended": "long_regeneration_lingering_potion", - "regeneratecloudpotion2": "long_regeneration_lingering_potion", - "regeneratecloudpotionex": "long_regeneration_lingering_potion", - "regeneratecloudpotionextended": "long_regeneration_lingering_potion", - "regeneratecloudpotionlevel2": "long_regeneration_lingering_potion", - "regeneratecloudpotionlong": "long_regeneration_lingering_potion", - "regeneratecloudpotlevel2": "long_regeneration_lingering_potion", - "regeneratecloudpotlong": "long_regeneration_lingering_potion", - "regeneratelingerpot2": "long_regeneration_lingering_potion", - "regeneratelingerpotex": "long_regeneration_lingering_potion", - "regeneratelingerpotextended": "long_regeneration_lingering_potion", - "regeneratelingerpotlevel2": "long_regeneration_lingering_potion", - "regeneratelingerpotlong": "long_regeneration_lingering_potion", - "regenerationaoepoiont2": "long_regeneration_lingering_potion", - "regenerationaoepoiontex": "long_regeneration_lingering_potion", - "regenerationaoepoiontextended": "long_regeneration_lingering_potion", - "regenerationaoepoiontlevel2": "long_regeneration_lingering_potion", - "regenerationaoepoiontlong": "long_regeneration_lingering_potion", - "regenerationaoepot2": "long_regeneration_lingering_potion", - "regenerationaoepotex": "long_regeneration_lingering_potion", - "regenerationaoepotextended": "long_regeneration_lingering_potion", - "regenerationaoepotlevel2": "long_regeneration_lingering_potion", - "regenerationaoepotlong": "long_regeneration_lingering_potion", - "regenerationareapot2": "long_regeneration_lingering_potion", - "regenerationareapotex": "long_regeneration_lingering_potion", - "regenerationareapotextended": "long_regeneration_lingering_potion", - "regenerationareapotion2": "long_regeneration_lingering_potion", - "regenerationareapotionex": "long_regeneration_lingering_potion", - "regenerationareapotionextended": "long_regeneration_lingering_potion", - "regenerationareapotionlevel2": "long_regeneration_lingering_potion", - "regenerationareapotionlong": "long_regeneration_lingering_potion", - "regenerationareapotlevel2": "long_regeneration_lingering_potion", - "regenerationareapotlong": "long_regeneration_lingering_potion", - "regenerationcloudpot2": "long_regeneration_lingering_potion", - "regenerationcloudpotex": "long_regeneration_lingering_potion", - "regenerationcloudpotextended": "long_regeneration_lingering_potion", - "regenerationcloudpotion2": "long_regeneration_lingering_potion", - "regenerationcloudpotionex": "long_regeneration_lingering_potion", - "regenerationcloudpotionextended": "long_regeneration_lingering_potion", - "regenerationcloudpotionlevel2": "long_regeneration_lingering_potion", - "regenerationcloudpotionlong": "long_regeneration_lingering_potion", - "regenerationcloudpotlevel2": "long_regeneration_lingering_potion", - "regenerationcloudpotlong": "long_regeneration_lingering_potion", - "regenerationlingerpot2": "long_regeneration_lingering_potion", - "regenerationlingerpotex": "long_regeneration_lingering_potion", - "regenerationlingerpotextended": "long_regeneration_lingering_potion", - "regenerationlingerpotlevel2": "long_regeneration_lingering_potion", - "regenerationlingerpotlong": "long_regeneration_lingering_potion", - "regenlingerpot2": "long_regeneration_lingering_potion", - "regenlingerpotex": "long_regeneration_lingering_potion", - "regenlingerpotextended": "long_regeneration_lingering_potion", - "regenlingerpotlevel2": "long_regeneration_lingering_potion", - "regenlingerpotlong": "long_regeneration_lingering_potion", - "long_regeneration_potion": { - "potionData": { - "type": "REGEN", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "potionofregen2": "long_regeneration_potion", - "potionofregenerate2": "long_regeneration_potion", - "potionofregenerateex": "long_regeneration_potion", - "potionofregenerateextended": "long_regeneration_potion", - "potionofregeneratelevel2": "long_regeneration_potion", - "potionofregeneratelong": "long_regeneration_potion", - "potionofregeneration2": "long_regeneration_potion", - "potionofregenerationex": "long_regeneration_potion", - "potionofregenerationextended": "long_regeneration_potion", - "potionofregenerationlevel2": "long_regeneration_potion", - "potionofregenerationlong": "long_regeneration_potion", - "potionofregenex": "long_regeneration_potion", - "potionofregenextended": "long_regeneration_potion", - "potionofregenlevel2": "long_regeneration_potion", - "potionofregenlong": "long_regeneration_potion", - "potofregen2": "long_regeneration_potion", - "potofregenerate2": "long_regeneration_potion", - "potofregenerateex": "long_regeneration_potion", - "potofregenerateextended": "long_regeneration_potion", - "potofregeneratelevel2": "long_regeneration_potion", - "potofregeneratelong": "long_regeneration_potion", - "potofregeneration2": "long_regeneration_potion", - "potofregenerationex": "long_regeneration_potion", - "potofregenerationextended": "long_regeneration_potion", - "potofregenerationlevel2": "long_regeneration_potion", - "potofregenerationlong": "long_regeneration_potion", - "potofregenex": "long_regeneration_potion", - "potofregenextended": "long_regeneration_potion", - "potofregenlevel2": "long_regeneration_potion", - "potofregenlong": "long_regeneration_potion", - "regen2pot": "long_regeneration_potion", - "regen2potion": "long_regeneration_potion", - "regenerate2pot": "long_regeneration_potion", - "regenerate2potion": "long_regeneration_potion", - "regenerateexpot": "long_regeneration_potion", - "regenerateexpotion": "long_regeneration_potion", - "regenerateextendedpot": "long_regeneration_potion", - "regenerateextendedpotion": "long_regeneration_potion", - "regeneratelevel2pot": "long_regeneration_potion", - "regeneratelevel2potion": "long_regeneration_potion", - "regeneratelongpot": "long_regeneration_potion", - "regeneratelongpotion": "long_regeneration_potion", - "regeneration2pot": "long_regeneration_potion", - "regeneration2potion": "long_regeneration_potion", - "regenerationexpot": "long_regeneration_potion", - "regenerationexpotion": "long_regeneration_potion", - "regenerationextendedpot": "long_regeneration_potion", - "regenerationextendedpotion": "long_regeneration_potion", - "regenerationlevel2pot": "long_regeneration_potion", - "regenerationlevel2potion": "long_regeneration_potion", - "regenerationlongpot": "long_regeneration_potion", - "regenerationlongpotion": "long_regeneration_potion", - "regenexpot": "long_regeneration_potion", - "regenexpotion": "long_regeneration_potion", - "regenextendedpot": "long_regeneration_potion", - "regenextendedpotion": "long_regeneration_potion", - "regenlevel2pot": "long_regeneration_potion", - "regenlevel2potion": "long_regeneration_potion", - "regenlongpot": "long_regeneration_potion", - "regenlongpotion": "long_regeneration_potion", - "long_regeneration_splash_potion": { - "potionData": { - "type": "REGEN", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "regen2splashpot": "long_regeneration_splash_potion", - "regen2splashpotion": "long_regeneration_splash_potion", - "regenerate2splashpot": "long_regeneration_splash_potion", - "regenerate2splashpotion": "long_regeneration_splash_potion", - "regenerateexsplashpot": "long_regeneration_splash_potion", - "regenerateexsplashpotion": "long_regeneration_splash_potion", - "regenerateextendedsplashpot": "long_regeneration_splash_potion", - "regenerateextendedsplashpotion": "long_regeneration_splash_potion", - "regeneratelevel2splashpot": "long_regeneration_splash_potion", - "regeneratelevel2splashpotion": "long_regeneration_splash_potion", - "regeneratelongsplashpot": "long_regeneration_splash_potion", - "regeneratelongsplashpotion": "long_regeneration_splash_potion", - "regeneration2splashpot": "long_regeneration_splash_potion", - "regeneration2splashpotion": "long_regeneration_splash_potion", - "regenerationexsplashpot": "long_regeneration_splash_potion", - "regenerationexsplashpotion": "long_regeneration_splash_potion", - "regenerationextendedsplashpot": "long_regeneration_splash_potion", - "regenerationextendedsplashpotion": "long_regeneration_splash_potion", - "regenerationlevel2splashpot": "long_regeneration_splash_potion", - "regenerationlevel2splashpotion": "long_regeneration_splash_potion", - "regenerationlongsplashpot": "long_regeneration_splash_potion", - "regenerationlongsplashpotion": "long_regeneration_splash_potion", - "regenexsplashpot": "long_regeneration_splash_potion", - "regenexsplashpotion": "long_regeneration_splash_potion", - "regenextendedsplashpot": "long_regeneration_splash_potion", - "regenextendedsplashpotion": "long_regeneration_splash_potion", - "regenlevel2splashpot": "long_regeneration_splash_potion", - "regenlevel2splashpotion": "long_regeneration_splash_potion", - "regenlongsplashpot": "long_regeneration_splash_potion", - "regenlongsplashpotion": "long_regeneration_splash_potion", - "splashregen2pot": "long_regeneration_splash_potion", - "splashregen2potion": "long_regeneration_splash_potion", - "splashregenerate2pot": "long_regeneration_splash_potion", - "splashregenerate2potion": "long_regeneration_splash_potion", - "splashregenerateexpot": "long_regeneration_splash_potion", - "splashregenerateexpotion": "long_regeneration_splash_potion", - "splashregenerateextendedpot": "long_regeneration_splash_potion", - "splashregenerateextendedpotion": "long_regeneration_splash_potion", - "splashregeneratelevel2pot": "long_regeneration_splash_potion", - "splashregeneratelevel2potion": "long_regeneration_splash_potion", - "splashregeneratelongpot": "long_regeneration_splash_potion", - "splashregeneratelongpotion": "long_regeneration_splash_potion", - "splashregeneration2pot": "long_regeneration_splash_potion", - "splashregeneration2potion": "long_regeneration_splash_potion", - "splashregenerationexpot": "long_regeneration_splash_potion", - "splashregenerationexpotion": "long_regeneration_splash_potion", - "splashregenerationextendedpot": "long_regeneration_splash_potion", - "splashregenerationextendedpotion": "long_regeneration_splash_potion", - "splashregenerationlevel2pot": "long_regeneration_splash_potion", - "splashregenerationlevel2potion": "long_regeneration_splash_potion", - "splashregenerationlongpot": "long_regeneration_splash_potion", - "splashregenerationlongpotion": "long_regeneration_splash_potion", - "splashregenexpot": "long_regeneration_splash_potion", - "splashregenexpotion": "long_regeneration_splash_potion", - "splashregenextendedpot": "long_regeneration_splash_potion", - "splashregenextendedpotion": "long_regeneration_splash_potion", - "splashregenlevel2pot": "long_regeneration_splash_potion", - "splashregenlevel2potion": "long_regeneration_splash_potion", - "splashregenlongpot": "long_regeneration_splash_potion", - "splashregenlongpotion": "long_regeneration_splash_potion", - "splregen2pot": "long_regeneration_splash_potion", - "splregen2potion": "long_regeneration_splash_potion", - "splregenerate2pot": "long_regeneration_splash_potion", - "splregenerate2potion": "long_regeneration_splash_potion", - "splregenerateexpot": "long_regeneration_splash_potion", - "splregenerateexpotion": "long_regeneration_splash_potion", - "splregenerateextendedpot": "long_regeneration_splash_potion", - "splregenerateextendedpotion": "long_regeneration_splash_potion", - "splregeneratelevel2pot": "long_regeneration_splash_potion", - "splregeneratelevel2potion": "long_regeneration_splash_potion", - "splregeneratelongpot": "long_regeneration_splash_potion", - "splregeneratelongpotion": "long_regeneration_splash_potion", - "splregeneration2pot": "long_regeneration_splash_potion", - "splregeneration2potion": "long_regeneration_splash_potion", - "splregenerationexpot": "long_regeneration_splash_potion", - "splregenerationexpotion": "long_regeneration_splash_potion", - "splregenerationextendedpot": "long_regeneration_splash_potion", - "splregenerationextendedpotion": "long_regeneration_splash_potion", - "splregenerationlevel2pot": "long_regeneration_splash_potion", - "splregenerationlevel2potion": "long_regeneration_splash_potion", - "splregenerationlongpot": "long_regeneration_splash_potion", - "splregenerationlongpotion": "long_regeneration_splash_potion", - "splregenexpot": "long_regeneration_splash_potion", - "splregenexpotion": "long_regeneration_splash_potion", - "splregenextendedpot": "long_regeneration_splash_potion", - "splregenextendedpotion": "long_regeneration_splash_potion", - "splregenlevel2pot": "long_regeneration_splash_potion", - "splregenlevel2potion": "long_regeneration_splash_potion", - "splregenlongpot": "long_regeneration_splash_potion", - "splregenlongpotion": "long_regeneration_splash_potion", - "long_regeneration_tipped_arrow": { - "potionData": { - "type": "REGEN", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowregen2": "long_regeneration_tipped_arrow", - "arrowregenerate2": "long_regeneration_tipped_arrow", - "arrowregenerateex": "long_regeneration_tipped_arrow", - "arrowregenerateextended": "long_regeneration_tipped_arrow", - "arrowregeneratelevel2": "long_regeneration_tipped_arrow", - "arrowregeneratelong": "long_regeneration_tipped_arrow", - "arrowregeneration2": "long_regeneration_tipped_arrow", - "arrowregenerationex": "long_regeneration_tipped_arrow", - "arrowregenerationextended": "long_regeneration_tipped_arrow", - "arrowregenerationlevel2": "long_regeneration_tipped_arrow", - "arrowregenerationlong": "long_regeneration_tipped_arrow", - "arrowregenex": "long_regeneration_tipped_arrow", - "arrowregenextended": "long_regeneration_tipped_arrow", - "arrowregenlevel2": "long_regeneration_tipped_arrow", - "arrowregenlong": "long_regeneration_tipped_arrow", - "regen2tarr": "long_regeneration_tipped_arrow", - "regen2tarrow": "long_regeneration_tipped_arrow", - "regen2tippedarrow": "long_regeneration_tipped_arrow", - "regenarrow2": "long_regeneration_tipped_arrow", - "regenarrowex": "long_regeneration_tipped_arrow", - "regenarrowextended": "long_regeneration_tipped_arrow", - "regenarrowlevel2": "long_regeneration_tipped_arrow", - "regenarrowlong": "long_regeneration_tipped_arrow", - "regenerate2tarr": "long_regeneration_tipped_arrow", - "regenerate2tarrow": "long_regeneration_tipped_arrow", - "regenerate2tippedarrow": "long_regeneration_tipped_arrow", - "regeneratearrow2": "long_regeneration_tipped_arrow", - "regeneratearrowex": "long_regeneration_tipped_arrow", - "regeneratearrowextended": "long_regeneration_tipped_arrow", - "regeneratearrowlevel2": "long_regeneration_tipped_arrow", - "regeneratearrowlong": "long_regeneration_tipped_arrow", - "regenerateextarr": "long_regeneration_tipped_arrow", - "regenerateextarrow": "long_regeneration_tipped_arrow", - "regenerateextendedtarr": "long_regeneration_tipped_arrow", - "regenerateextendedtarrow": "long_regeneration_tipped_arrow", - "regenerateextendedtippedarrow": "long_regeneration_tipped_arrow", - "regenerateextippedarrow": "long_regeneration_tipped_arrow", - "regeneratelevel2tarr": "long_regeneration_tipped_arrow", - "regeneratelevel2tarrow": "long_regeneration_tipped_arrow", - "regeneratelevel2tippedarrow": "long_regeneration_tipped_arrow", - "regeneratelongtarr": "long_regeneration_tipped_arrow", - "regeneratelongtarrow": "long_regeneration_tipped_arrow", - "regeneratelongtippedarrow": "long_regeneration_tipped_arrow", - "regeneration2tarr": "long_regeneration_tipped_arrow", - "regeneration2tarrow": "long_regeneration_tipped_arrow", - "regeneration2tippedarrow": "long_regeneration_tipped_arrow", - "regenerationarrow2": "long_regeneration_tipped_arrow", - "regenerationarrowex": "long_regeneration_tipped_arrow", - "regenerationarrowextended": "long_regeneration_tipped_arrow", - "regenerationarrowlevel2": "long_regeneration_tipped_arrow", - "regenerationarrowlong": "long_regeneration_tipped_arrow", - "regenerationextarr": "long_regeneration_tipped_arrow", - "regenerationextarrow": "long_regeneration_tipped_arrow", - "regenerationextendedtarr": "long_regeneration_tipped_arrow", - "regenerationextendedtarrow": "long_regeneration_tipped_arrow", - "regenerationextendedtippedarrow": "long_regeneration_tipped_arrow", - "regenerationextippedarrow": "long_regeneration_tipped_arrow", - "regenerationlevel2tarr": "long_regeneration_tipped_arrow", - "regenerationlevel2tarrow": "long_regeneration_tipped_arrow", - "regenerationlevel2tippedarrow": "long_regeneration_tipped_arrow", - "regenerationlongtarr": "long_regeneration_tipped_arrow", - "regenerationlongtarrow": "long_regeneration_tipped_arrow", - "regenerationlongtippedarrow": "long_regeneration_tipped_arrow", - "regenextarr": "long_regeneration_tipped_arrow", - "regenextarrow": "long_regeneration_tipped_arrow", - "regenextendedtarr": "long_regeneration_tipped_arrow", - "regenextendedtarrow": "long_regeneration_tipped_arrow", - "regenextendedtippedarrow": "long_regeneration_tipped_arrow", - "regenextippedarrow": "long_regeneration_tipped_arrow", - "regenlevel2tarr": "long_regeneration_tipped_arrow", - "regenlevel2tarrow": "long_regeneration_tipped_arrow", - "regenlevel2tippedarrow": "long_regeneration_tipped_arrow", - "regenlongtarr": "long_regeneration_tipped_arrow", - "regenlongtarrow": "long_regeneration_tipped_arrow", - "regenlongtippedarrow": "long_regeneration_tipped_arrow", - "long_slow_falling_lingering_potion": { - "potionData": { - "type": "SLOW_FALLING", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotionsf2": "long_slow_falling_lingering_potion", - "aoepotionsfex": "long_slow_falling_lingering_potion", - "aoepotionsfextended": "long_slow_falling_lingering_potion", - "aoepotionsflevel2": "long_slow_falling_lingering_potion", - "aoepotionsflong": "long_slow_falling_lingering_potion", - "aoepotionslowfall2": "long_slow_falling_lingering_potion", - "aoepotionslowfallex": "long_slow_falling_lingering_potion", - "aoepotionslowfallextended": "long_slow_falling_lingering_potion", - "aoepotionslowfalling2": "long_slow_falling_lingering_potion", - "aoepotionslowfallingex": "long_slow_falling_lingering_potion", - "aoepotionslowfallingextended": "long_slow_falling_lingering_potion", - "aoepotionslowfallinglevel2": "long_slow_falling_lingering_potion", - "aoepotionslowfallinglong": "long_slow_falling_lingering_potion", - "aoepotionslowfalllevel2": "long_slow_falling_lingering_potion", - "aoepotionslowfalllong": "long_slow_falling_lingering_potion", - "aoepotsf2": "long_slow_falling_lingering_potion", - "aoepotsfex": "long_slow_falling_lingering_potion", - "aoepotsfextended": "long_slow_falling_lingering_potion", - "aoepotsflevel2": "long_slow_falling_lingering_potion", - "aoepotsflong": "long_slow_falling_lingering_potion", - "aoepotslowfall2": "long_slow_falling_lingering_potion", - "aoepotslowfallex": "long_slow_falling_lingering_potion", - "aoepotslowfallextended": "long_slow_falling_lingering_potion", - "aoepotslowfalling2": "long_slow_falling_lingering_potion", - "aoepotslowfallingex": "long_slow_falling_lingering_potion", - "aoepotslowfallingextended": "long_slow_falling_lingering_potion", - "aoepotslowfallinglevel2": "long_slow_falling_lingering_potion", - "aoepotslowfallinglong": "long_slow_falling_lingering_potion", - "aoepotslowfalllevel2": "long_slow_falling_lingering_potion", - "aoepotslowfalllong": "long_slow_falling_lingering_potion", - "areapotionsf2": "long_slow_falling_lingering_potion", - "areapotionsfex": "long_slow_falling_lingering_potion", - "areapotionsfextended": "long_slow_falling_lingering_potion", - "areapotionsflevel2": "long_slow_falling_lingering_potion", - "areapotionsflong": "long_slow_falling_lingering_potion", - "areapotionslowfall2": "long_slow_falling_lingering_potion", - "areapotionslowfallex": "long_slow_falling_lingering_potion", - "areapotionslowfallextended": "long_slow_falling_lingering_potion", - "areapotionslowfalling2": "long_slow_falling_lingering_potion", - "areapotionslowfallingex": "long_slow_falling_lingering_potion", - "areapotionslowfallingextended": "long_slow_falling_lingering_potion", - "areapotionslowfallinglevel2": "long_slow_falling_lingering_potion", - "areapotionslowfallinglong": "long_slow_falling_lingering_potion", - "areapotionslowfalllevel2": "long_slow_falling_lingering_potion", - "areapotionslowfalllong": "long_slow_falling_lingering_potion", - "areapotsf2": "long_slow_falling_lingering_potion", - "areapotsfex": "long_slow_falling_lingering_potion", - "areapotsfextended": "long_slow_falling_lingering_potion", - "areapotsflevel2": "long_slow_falling_lingering_potion", - "areapotsflong": "long_slow_falling_lingering_potion", - "areapotslowfall2": "long_slow_falling_lingering_potion", - "areapotslowfallex": "long_slow_falling_lingering_potion", - "areapotslowfallextended": "long_slow_falling_lingering_potion", - "areapotslowfalling2": "long_slow_falling_lingering_potion", - "areapotslowfallingex": "long_slow_falling_lingering_potion", - "areapotslowfallingextended": "long_slow_falling_lingering_potion", - "areapotslowfallinglevel2": "long_slow_falling_lingering_potion", - "areapotslowfallinglong": "long_slow_falling_lingering_potion", - "areapotslowfalllevel2": "long_slow_falling_lingering_potion", - "areapotslowfalllong": "long_slow_falling_lingering_potion", - "cloudpotionsf2": "long_slow_falling_lingering_potion", - "cloudpotionsfex": "long_slow_falling_lingering_potion", - "cloudpotionsfextended": "long_slow_falling_lingering_potion", - "cloudpotionsflevel2": "long_slow_falling_lingering_potion", - "cloudpotionsflong": "long_slow_falling_lingering_potion", - "cloudpotionslowfall2": "long_slow_falling_lingering_potion", - "cloudpotionslowfallex": "long_slow_falling_lingering_potion", - "cloudpotionslowfallextended": "long_slow_falling_lingering_potion", - "cloudpotionslowfalling2": "long_slow_falling_lingering_potion", - "cloudpotionslowfallingex": "long_slow_falling_lingering_potion", - "cloudpotionslowfallingextended": "long_slow_falling_lingering_potion", - "cloudpotionslowfallinglevel2": "long_slow_falling_lingering_potion", - "cloudpotionslowfallinglong": "long_slow_falling_lingering_potion", - "cloudpotionslowfalllevel2": "long_slow_falling_lingering_potion", - "cloudpotionslowfalllong": "long_slow_falling_lingering_potion", - "cloudpotsf2": "long_slow_falling_lingering_potion", - "cloudpotsfex": "long_slow_falling_lingering_potion", - "cloudpotsfextended": "long_slow_falling_lingering_potion", - "cloudpotsflevel2": "long_slow_falling_lingering_potion", - "cloudpotsflong": "long_slow_falling_lingering_potion", - "cloudpotslowfall2": "long_slow_falling_lingering_potion", - "cloudpotslowfallex": "long_slow_falling_lingering_potion", - "cloudpotslowfallextended": "long_slow_falling_lingering_potion", - "cloudpotslowfalling2": "long_slow_falling_lingering_potion", - "cloudpotslowfallingex": "long_slow_falling_lingering_potion", - "cloudpotslowfallingextended": "long_slow_falling_lingering_potion", - "cloudpotslowfallinglevel2": "long_slow_falling_lingering_potion", - "cloudpotslowfallinglong": "long_slow_falling_lingering_potion", - "cloudpotslowfalllevel2": "long_slow_falling_lingering_potion", - "cloudpotslowfalllong": "long_slow_falling_lingering_potion", - "lingerpotsf2": "long_slow_falling_lingering_potion", - "lingerpotsfex": "long_slow_falling_lingering_potion", - "lingerpotsfextended": "long_slow_falling_lingering_potion", - "lingerpotsflevel2": "long_slow_falling_lingering_potion", - "lingerpotsflong": "long_slow_falling_lingering_potion", - "lingerpotslowfall2": "long_slow_falling_lingering_potion", - "lingerpotslowfallex": "long_slow_falling_lingering_potion", - "lingerpotslowfallextended": "long_slow_falling_lingering_potion", - "lingerpotslowfalling2": "long_slow_falling_lingering_potion", - "lingerpotslowfallingex": "long_slow_falling_lingering_potion", - "lingerpotslowfallingextended": "long_slow_falling_lingering_potion", - "lingerpotslowfallinglevel2": "long_slow_falling_lingering_potion", - "lingerpotslowfallinglong": "long_slow_falling_lingering_potion", - "lingerpotslowfalllevel2": "long_slow_falling_lingering_potion", - "lingerpotslowfalllong": "long_slow_falling_lingering_potion", - "sfaoepoiont2": "long_slow_falling_lingering_potion", - "sfaoepoiontex": "long_slow_falling_lingering_potion", - "sfaoepoiontextended": "long_slow_falling_lingering_potion", - "sfaoepoiontlevel2": "long_slow_falling_lingering_potion", - "sfaoepoiontlong": "long_slow_falling_lingering_potion", - "sfaoepot2": "long_slow_falling_lingering_potion", - "sfaoepotex": "long_slow_falling_lingering_potion", - "sfaoepotextended": "long_slow_falling_lingering_potion", - "sfaoepotlevel2": "long_slow_falling_lingering_potion", - "sfaoepotlong": "long_slow_falling_lingering_potion", - "sfareapot2": "long_slow_falling_lingering_potion", - "sfareapotex": "long_slow_falling_lingering_potion", - "sfareapotextended": "long_slow_falling_lingering_potion", - "sfareapotion2": "long_slow_falling_lingering_potion", - "sfareapotionex": "long_slow_falling_lingering_potion", - "sfareapotionextended": "long_slow_falling_lingering_potion", - "sfareapotionlevel2": "long_slow_falling_lingering_potion", - "sfareapotionlong": "long_slow_falling_lingering_potion", - "sfareapotlevel2": "long_slow_falling_lingering_potion", - "sfareapotlong": "long_slow_falling_lingering_potion", - "sfcloudpot2": "long_slow_falling_lingering_potion", - "sfcloudpotex": "long_slow_falling_lingering_potion", - "sfcloudpotextended": "long_slow_falling_lingering_potion", - "sfcloudpotion2": "long_slow_falling_lingering_potion", - "sfcloudpotionex": "long_slow_falling_lingering_potion", - "sfcloudpotionextended": "long_slow_falling_lingering_potion", - "sfcloudpotionlevel2": "long_slow_falling_lingering_potion", - "sfcloudpotionlong": "long_slow_falling_lingering_potion", - "sfcloudpotlevel2": "long_slow_falling_lingering_potion", - "sfcloudpotlong": "long_slow_falling_lingering_potion", - "sflingerpot2": "long_slow_falling_lingering_potion", - "sflingerpotex": "long_slow_falling_lingering_potion", - "sflingerpotextended": "long_slow_falling_lingering_potion", - "sflingerpotlevel2": "long_slow_falling_lingering_potion", - "sflingerpotlong": "long_slow_falling_lingering_potion", - "slowfallaoepoiont2": "long_slow_falling_lingering_potion", - "slowfallaoepoiontex": "long_slow_falling_lingering_potion", - "slowfallaoepoiontextended": "long_slow_falling_lingering_potion", - "slowfallaoepoiontlevel2": "long_slow_falling_lingering_potion", - "slowfallaoepoiontlong": "long_slow_falling_lingering_potion", - "slowfallaoepot2": "long_slow_falling_lingering_potion", - "slowfallaoepotex": "long_slow_falling_lingering_potion", - "slowfallaoepotextended": "long_slow_falling_lingering_potion", - "slowfallaoepotlevel2": "long_slow_falling_lingering_potion", - "slowfallaoepotlong": "long_slow_falling_lingering_potion", - "slowfallareapot2": "long_slow_falling_lingering_potion", - "slowfallareapotex": "long_slow_falling_lingering_potion", - "slowfallareapotextended": "long_slow_falling_lingering_potion", - "slowfallareapotion2": "long_slow_falling_lingering_potion", - "slowfallareapotionex": "long_slow_falling_lingering_potion", - "slowfallareapotionextended": "long_slow_falling_lingering_potion", - "slowfallareapotionlevel2": "long_slow_falling_lingering_potion", - "slowfallareapotionlong": "long_slow_falling_lingering_potion", - "slowfallareapotlevel2": "long_slow_falling_lingering_potion", - "slowfallareapotlong": "long_slow_falling_lingering_potion", - "slowfallcloudpot2": "long_slow_falling_lingering_potion", - "slowfallcloudpotex": "long_slow_falling_lingering_potion", - "slowfallcloudpotextended": "long_slow_falling_lingering_potion", - "slowfallcloudpotion2": "long_slow_falling_lingering_potion", - "slowfallcloudpotionex": "long_slow_falling_lingering_potion", - "slowfallcloudpotionextended": "long_slow_falling_lingering_potion", - "slowfallcloudpotionlevel2": "long_slow_falling_lingering_potion", - "slowfallcloudpotionlong": "long_slow_falling_lingering_potion", - "slowfallcloudpotlevel2": "long_slow_falling_lingering_potion", - "slowfallcloudpotlong": "long_slow_falling_lingering_potion", - "slowfallingaoepoiont2": "long_slow_falling_lingering_potion", - "slowfallingaoepoiontex": "long_slow_falling_lingering_potion", - "slowfallingaoepoiontextended": "long_slow_falling_lingering_potion", - "slowfallingaoepoiontlevel2": "long_slow_falling_lingering_potion", - "slowfallingaoepoiontlong": "long_slow_falling_lingering_potion", - "slowfallingaoepot2": "long_slow_falling_lingering_potion", - "slowfallingaoepotex": "long_slow_falling_lingering_potion", - "slowfallingaoepotextended": "long_slow_falling_lingering_potion", - "slowfallingaoepotlevel2": "long_slow_falling_lingering_potion", - "slowfallingaoepotlong": "long_slow_falling_lingering_potion", - "slowfallingareapot2": "long_slow_falling_lingering_potion", - "slowfallingareapotex": "long_slow_falling_lingering_potion", - "slowfallingareapotextended": "long_slow_falling_lingering_potion", - "slowfallingareapotion2": "long_slow_falling_lingering_potion", - "slowfallingareapotionex": "long_slow_falling_lingering_potion", - "slowfallingareapotionextended": "long_slow_falling_lingering_potion", - "slowfallingareapotionlevel2": "long_slow_falling_lingering_potion", - "slowfallingareapotionlong": "long_slow_falling_lingering_potion", - "slowfallingareapotlevel2": "long_slow_falling_lingering_potion", - "slowfallingareapotlong": "long_slow_falling_lingering_potion", - "slowfallingcloudpot2": "long_slow_falling_lingering_potion", - "slowfallingcloudpotex": "long_slow_falling_lingering_potion", - "slowfallingcloudpotextended": "long_slow_falling_lingering_potion", - "slowfallingcloudpotion2": "long_slow_falling_lingering_potion", - "slowfallingcloudpotionex": "long_slow_falling_lingering_potion", - "slowfallingcloudpotionextended": "long_slow_falling_lingering_potion", - "slowfallingcloudpotionlevel2": "long_slow_falling_lingering_potion", - "slowfallingcloudpotionlong": "long_slow_falling_lingering_potion", - "slowfallingcloudpotlevel2": "long_slow_falling_lingering_potion", - "slowfallingcloudpotlong": "long_slow_falling_lingering_potion", - "slowfallinglingerpot2": "long_slow_falling_lingering_potion", - "slowfallinglingerpotex": "long_slow_falling_lingering_potion", - "slowfallinglingerpotextended": "long_slow_falling_lingering_potion", - "slowfallinglingerpotlevel2": "long_slow_falling_lingering_potion", - "slowfallinglingerpotlong": "long_slow_falling_lingering_potion", - "slowfalllingerpot2": "long_slow_falling_lingering_potion", - "slowfalllingerpotex": "long_slow_falling_lingering_potion", - "slowfalllingerpotextended": "long_slow_falling_lingering_potion", - "slowfalllingerpotlevel2": "long_slow_falling_lingering_potion", - "slowfalllingerpotlong": "long_slow_falling_lingering_potion", - "long_slow_falling_potion": { - "potionData": { - "type": "SLOW_FALLING", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "potionofsf2": "long_slow_falling_potion", - "potionofsfex": "long_slow_falling_potion", - "potionofsfextended": "long_slow_falling_potion", - "potionofsflevel2": "long_slow_falling_potion", - "potionofsflong": "long_slow_falling_potion", - "potionofslowfall2": "long_slow_falling_potion", - "potionofslowfallex": "long_slow_falling_potion", - "potionofslowfallextended": "long_slow_falling_potion", - "potionofslowfalling2": "long_slow_falling_potion", - "potionofslowfallingex": "long_slow_falling_potion", - "potionofslowfallingextended": "long_slow_falling_potion", - "potionofslowfallinglevel2": "long_slow_falling_potion", - "potionofslowfallinglong": "long_slow_falling_potion", - "potionofslowfalllevel2": "long_slow_falling_potion", - "potionofslowfalllong": "long_slow_falling_potion", - "potofsf2": "long_slow_falling_potion", - "potofsfex": "long_slow_falling_potion", - "potofsfextended": "long_slow_falling_potion", - "potofsflevel2": "long_slow_falling_potion", - "potofsflong": "long_slow_falling_potion", - "potofslowfall2": "long_slow_falling_potion", - "potofslowfallex": "long_slow_falling_potion", - "potofslowfallextended": "long_slow_falling_potion", - "potofslowfalling2": "long_slow_falling_potion", - "potofslowfallingex": "long_slow_falling_potion", - "potofslowfallingextended": "long_slow_falling_potion", - "potofslowfallinglevel2": "long_slow_falling_potion", - "potofslowfallinglong": "long_slow_falling_potion", - "potofslowfalllevel2": "long_slow_falling_potion", - "potofslowfalllong": "long_slow_falling_potion", - "sf2pot": "long_slow_falling_potion", - "sf2potion": "long_slow_falling_potion", - "sfexpot": "long_slow_falling_potion", - "sfexpotion": "long_slow_falling_potion", - "sfextendedpot": "long_slow_falling_potion", - "sfextendedpotion": "long_slow_falling_potion", - "sflevel2pot": "long_slow_falling_potion", - "sflevel2potion": "long_slow_falling_potion", - "sflongpot": "long_slow_falling_potion", - "sflongpotion": "long_slow_falling_potion", - "slowfall2pot": "long_slow_falling_potion", - "slowfall2potion": "long_slow_falling_potion", - "slowfallexpot": "long_slow_falling_potion", - "slowfallexpotion": "long_slow_falling_potion", - "slowfallextendedpot": "long_slow_falling_potion", - "slowfallextendedpotion": "long_slow_falling_potion", - "slowfalling2pot": "long_slow_falling_potion", - "slowfalling2potion": "long_slow_falling_potion", - "slowfallingexpot": "long_slow_falling_potion", - "slowfallingexpotion": "long_slow_falling_potion", - "slowfallingextendedpot": "long_slow_falling_potion", - "slowfallingextendedpotion": "long_slow_falling_potion", - "slowfallinglevel2pot": "long_slow_falling_potion", - "slowfallinglevel2potion": "long_slow_falling_potion", - "slowfallinglongpot": "long_slow_falling_potion", - "slowfallinglongpotion": "long_slow_falling_potion", - "slowfalllevel2pot": "long_slow_falling_potion", - "slowfalllevel2potion": "long_slow_falling_potion", - "slowfalllongpot": "long_slow_falling_potion", - "slowfalllongpotion": "long_slow_falling_potion", - "long_slow_falling_splash_potion": { - "potionData": { - "type": "SLOW_FALLING", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "sf2splashpot": "long_slow_falling_splash_potion", - "sf2splashpotion": "long_slow_falling_splash_potion", - "sfexsplashpot": "long_slow_falling_splash_potion", - "sfexsplashpotion": "long_slow_falling_splash_potion", - "sfextendedsplashpot": "long_slow_falling_splash_potion", - "sfextendedsplashpotion": "long_slow_falling_splash_potion", - "sflevel2splashpot": "long_slow_falling_splash_potion", - "sflevel2splashpotion": "long_slow_falling_splash_potion", - "sflongsplashpot": "long_slow_falling_splash_potion", - "sflongsplashpotion": "long_slow_falling_splash_potion", - "slowfall2splashpot": "long_slow_falling_splash_potion", - "slowfall2splashpotion": "long_slow_falling_splash_potion", - "slowfallexsplashpot": "long_slow_falling_splash_potion", - "slowfallexsplashpotion": "long_slow_falling_splash_potion", - "slowfallextendedsplashpot": "long_slow_falling_splash_potion", - "slowfallextendedsplashpotion": "long_slow_falling_splash_potion", - "slowfalling2splashpot": "long_slow_falling_splash_potion", - "slowfalling2splashpotion": "long_slow_falling_splash_potion", - "slowfallingexsplashpot": "long_slow_falling_splash_potion", - "slowfallingexsplashpotion": "long_slow_falling_splash_potion", - "slowfallingextendedsplashpot": "long_slow_falling_splash_potion", - "slowfallingextendedsplashpotion": "long_slow_falling_splash_potion", - "slowfallinglevel2splashpot": "long_slow_falling_splash_potion", - "slowfallinglevel2splashpotion": "long_slow_falling_splash_potion", - "slowfallinglongsplashpot": "long_slow_falling_splash_potion", - "slowfallinglongsplashpotion": "long_slow_falling_splash_potion", - "slowfalllevel2splashpot": "long_slow_falling_splash_potion", - "slowfalllevel2splashpotion": "long_slow_falling_splash_potion", - "slowfalllongsplashpot": "long_slow_falling_splash_potion", - "slowfalllongsplashpotion": "long_slow_falling_splash_potion", - "splashsf2pot": "long_slow_falling_splash_potion", - "splashsf2potion": "long_slow_falling_splash_potion", - "splashsfexpot": "long_slow_falling_splash_potion", - "splashsfexpotion": "long_slow_falling_splash_potion", - "splashsfextendedpot": "long_slow_falling_splash_potion", - "splashsfextendedpotion": "long_slow_falling_splash_potion", - "splashsflevel2pot": "long_slow_falling_splash_potion", - "splashsflevel2potion": "long_slow_falling_splash_potion", - "splashsflongpot": "long_slow_falling_splash_potion", - "splashsflongpotion": "long_slow_falling_splash_potion", - "splashslowfall2pot": "long_slow_falling_splash_potion", - "splashslowfall2potion": "long_slow_falling_splash_potion", - "splashslowfallexpot": "long_slow_falling_splash_potion", - "splashslowfallexpotion": "long_slow_falling_splash_potion", - "splashslowfallextendedpot": "long_slow_falling_splash_potion", - "splashslowfallextendedpotion": "long_slow_falling_splash_potion", - "splashslowfalling2pot": "long_slow_falling_splash_potion", - "splashslowfalling2potion": "long_slow_falling_splash_potion", - "splashslowfallingexpot": "long_slow_falling_splash_potion", - "splashslowfallingexpotion": "long_slow_falling_splash_potion", - "splashslowfallingextendedpot": "long_slow_falling_splash_potion", - "splashslowfallingextendedpotion": "long_slow_falling_splash_potion", - "splashslowfallinglevel2pot": "long_slow_falling_splash_potion", - "splashslowfallinglevel2potion": "long_slow_falling_splash_potion", - "splashslowfallinglongpot": "long_slow_falling_splash_potion", - "splashslowfallinglongpotion": "long_slow_falling_splash_potion", - "splashslowfalllevel2pot": "long_slow_falling_splash_potion", - "splashslowfalllevel2potion": "long_slow_falling_splash_potion", - "splashslowfalllongpot": "long_slow_falling_splash_potion", - "splashslowfalllongpotion": "long_slow_falling_splash_potion", - "splsf2pot": "long_slow_falling_splash_potion", - "splsf2potion": "long_slow_falling_splash_potion", - "splsfexpot": "long_slow_falling_splash_potion", - "splsfexpotion": "long_slow_falling_splash_potion", - "splsfextendedpot": "long_slow_falling_splash_potion", - "splsfextendedpotion": "long_slow_falling_splash_potion", - "splsflevel2pot": "long_slow_falling_splash_potion", - "splsflevel2potion": "long_slow_falling_splash_potion", - "splsflongpot": "long_slow_falling_splash_potion", - "splsflongpotion": "long_slow_falling_splash_potion", - "splslowfall2pot": "long_slow_falling_splash_potion", - "splslowfall2potion": "long_slow_falling_splash_potion", - "splslowfallexpot": "long_slow_falling_splash_potion", - "splslowfallexpotion": "long_slow_falling_splash_potion", - "splslowfallextendedpot": "long_slow_falling_splash_potion", - "splslowfallextendedpotion": "long_slow_falling_splash_potion", - "splslowfalling2pot": "long_slow_falling_splash_potion", - "splslowfalling2potion": "long_slow_falling_splash_potion", - "splslowfallingexpot": "long_slow_falling_splash_potion", - "splslowfallingexpotion": "long_slow_falling_splash_potion", - "splslowfallingextendedpot": "long_slow_falling_splash_potion", - "splslowfallingextendedpotion": "long_slow_falling_splash_potion", - "splslowfallinglevel2pot": "long_slow_falling_splash_potion", - "splslowfallinglevel2potion": "long_slow_falling_splash_potion", - "splslowfallinglongpot": "long_slow_falling_splash_potion", - "splslowfallinglongpotion": "long_slow_falling_splash_potion", - "splslowfalllevel2pot": "long_slow_falling_splash_potion", - "splslowfalllevel2potion": "long_slow_falling_splash_potion", - "splslowfalllongpot": "long_slow_falling_splash_potion", - "splslowfalllongpotion": "long_slow_falling_splash_potion", - "long_slow_falling_tipped_arrow": { - "potionData": { - "type": "SLOW_FALLING", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowsf2": "long_slow_falling_tipped_arrow", - "arrowsfex": "long_slow_falling_tipped_arrow", - "arrowsfextended": "long_slow_falling_tipped_arrow", - "arrowsflevel2": "long_slow_falling_tipped_arrow", - "arrowsflong": "long_slow_falling_tipped_arrow", - "arrowslowfall2": "long_slow_falling_tipped_arrow", - "arrowslowfallex": "long_slow_falling_tipped_arrow", - "arrowslowfallextended": "long_slow_falling_tipped_arrow", - "arrowslowfalling2": "long_slow_falling_tipped_arrow", - "arrowslowfallingex": "long_slow_falling_tipped_arrow", - "arrowslowfallingextended": "long_slow_falling_tipped_arrow", - "arrowslowfallinglevel2": "long_slow_falling_tipped_arrow", - "arrowslowfallinglong": "long_slow_falling_tipped_arrow", - "arrowslowfalllevel2": "long_slow_falling_tipped_arrow", - "arrowslowfalllong": "long_slow_falling_tipped_arrow", - "sf2tarr": "long_slow_falling_tipped_arrow", - "sf2tarrow": "long_slow_falling_tipped_arrow", - "sf2tippedarrow": "long_slow_falling_tipped_arrow", - "sfarrow2": "long_slow_falling_tipped_arrow", - "sfarrowex": "long_slow_falling_tipped_arrow", - "sfarrowextended": "long_slow_falling_tipped_arrow", - "sfarrowlevel2": "long_slow_falling_tipped_arrow", - "sfarrowlong": "long_slow_falling_tipped_arrow", - "sfextarr": "long_slow_falling_tipped_arrow", - "sfextarrow": "long_slow_falling_tipped_arrow", - "sfextendedtarr": "long_slow_falling_tipped_arrow", - "sfextendedtarrow": "long_slow_falling_tipped_arrow", - "sfextendedtippedarrow": "long_slow_falling_tipped_arrow", - "sfextippedarrow": "long_slow_falling_tipped_arrow", - "sflevel2tarr": "long_slow_falling_tipped_arrow", - "sflevel2tarrow": "long_slow_falling_tipped_arrow", - "sflevel2tippedarrow": "long_slow_falling_tipped_arrow", - "sflongtarr": "long_slow_falling_tipped_arrow", - "sflongtarrow": "long_slow_falling_tipped_arrow", - "sflongtippedarrow": "long_slow_falling_tipped_arrow", - "slowfall2tarr": "long_slow_falling_tipped_arrow", - "slowfall2tarrow": "long_slow_falling_tipped_arrow", - "slowfall2tippedarrow": "long_slow_falling_tipped_arrow", - "slowfallarrow2": "long_slow_falling_tipped_arrow", - "slowfallarrowex": "long_slow_falling_tipped_arrow", - "slowfallarrowextended": "long_slow_falling_tipped_arrow", - "slowfallarrowlevel2": "long_slow_falling_tipped_arrow", - "slowfallarrowlong": "long_slow_falling_tipped_arrow", - "slowfallextarr": "long_slow_falling_tipped_arrow", - "slowfallextarrow": "long_slow_falling_tipped_arrow", - "slowfallextendedtarr": "long_slow_falling_tipped_arrow", - "slowfallextendedtarrow": "long_slow_falling_tipped_arrow", - "slowfallextendedtippedarrow": "long_slow_falling_tipped_arrow", - "slowfallextippedarrow": "long_slow_falling_tipped_arrow", - "slowfalling2tarr": "long_slow_falling_tipped_arrow", - "slowfalling2tarrow": "long_slow_falling_tipped_arrow", - "slowfalling2tippedarrow": "long_slow_falling_tipped_arrow", - "slowfallingarrow2": "long_slow_falling_tipped_arrow", - "slowfallingarrowex": "long_slow_falling_tipped_arrow", - "slowfallingarrowextended": "long_slow_falling_tipped_arrow", - "slowfallingarrowlevel2": "long_slow_falling_tipped_arrow", - "slowfallingarrowlong": "long_slow_falling_tipped_arrow", - "slowfallingextarr": "long_slow_falling_tipped_arrow", - "slowfallingextarrow": "long_slow_falling_tipped_arrow", - "slowfallingextendedtarr": "long_slow_falling_tipped_arrow", - "slowfallingextendedtarrow": "long_slow_falling_tipped_arrow", - "slowfallingextendedtippedarrow": "long_slow_falling_tipped_arrow", - "slowfallingextippedarrow": "long_slow_falling_tipped_arrow", - "slowfallinglevel2tarr": "long_slow_falling_tipped_arrow", - "slowfallinglevel2tarrow": "long_slow_falling_tipped_arrow", - "slowfallinglevel2tippedarrow": "long_slow_falling_tipped_arrow", - "slowfallinglongtarr": "long_slow_falling_tipped_arrow", - "slowfallinglongtarrow": "long_slow_falling_tipped_arrow", - "slowfallinglongtippedarrow": "long_slow_falling_tipped_arrow", - "slowfalllevel2tarr": "long_slow_falling_tipped_arrow", - "slowfalllevel2tarrow": "long_slow_falling_tipped_arrow", - "slowfalllevel2tippedarrow": "long_slow_falling_tipped_arrow", - "slowfalllongtarr": "long_slow_falling_tipped_arrow", - "slowfalllongtarrow": "long_slow_falling_tipped_arrow", - "slowfalllongtippedarrow": "long_slow_falling_tipped_arrow", - "long_slowness_lingering_potion": { - "potionData": { - "type": "SLOWNESS", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotionslow2": "long_slowness_lingering_potion", - "aoepotionslowex": "long_slowness_lingering_potion", - "aoepotionslowextended": "long_slowness_lingering_potion", - "aoepotionslowlevel2": "long_slowness_lingering_potion", - "aoepotionslowlong": "long_slowness_lingering_potion", - "aoepotionslowness2": "long_slowness_lingering_potion", - "aoepotionslownessex": "long_slowness_lingering_potion", - "aoepotionslownessextended": "long_slowness_lingering_potion", - "aoepotionslownesslevel2": "long_slowness_lingering_potion", - "aoepotionslownesslong": "long_slowness_lingering_potion", - "aoepotslow2": "long_slowness_lingering_potion", - "aoepotslowex": "long_slowness_lingering_potion", - "aoepotslowextended": "long_slowness_lingering_potion", - "aoepotslowlevel2": "long_slowness_lingering_potion", - "aoepotslowlong": "long_slowness_lingering_potion", - "aoepotslowness2": "long_slowness_lingering_potion", - "aoepotslownessex": "long_slowness_lingering_potion", - "aoepotslownessextended": "long_slowness_lingering_potion", - "aoepotslownesslevel2": "long_slowness_lingering_potion", - "aoepotslownesslong": "long_slowness_lingering_potion", - "areapotionslow2": "long_slowness_lingering_potion", - "areapotionslowex": "long_slowness_lingering_potion", - "areapotionslowextended": "long_slowness_lingering_potion", - "areapotionslowlevel2": "long_slowness_lingering_potion", - "areapotionslowlong": "long_slowness_lingering_potion", - "areapotionslowness2": "long_slowness_lingering_potion", - "areapotionslownessex": "long_slowness_lingering_potion", - "areapotionslownessextended": "long_slowness_lingering_potion", - "areapotionslownesslevel2": "long_slowness_lingering_potion", - "areapotionslownesslong": "long_slowness_lingering_potion", - "areapotslow2": "long_slowness_lingering_potion", - "areapotslowex": "long_slowness_lingering_potion", - "areapotslowextended": "long_slowness_lingering_potion", - "areapotslowlevel2": "long_slowness_lingering_potion", - "areapotslowlong": "long_slowness_lingering_potion", - "areapotslowness2": "long_slowness_lingering_potion", - "areapotslownessex": "long_slowness_lingering_potion", - "areapotslownessextended": "long_slowness_lingering_potion", - "areapotslownesslevel2": "long_slowness_lingering_potion", - "areapotslownesslong": "long_slowness_lingering_potion", - "cloudpotionslow2": "long_slowness_lingering_potion", - "cloudpotionslowex": "long_slowness_lingering_potion", - "cloudpotionslowextended": "long_slowness_lingering_potion", - "cloudpotionslowlevel2": "long_slowness_lingering_potion", - "cloudpotionslowlong": "long_slowness_lingering_potion", - "cloudpotionslowness2": "long_slowness_lingering_potion", - "cloudpotionslownessex": "long_slowness_lingering_potion", - "cloudpotionslownessextended": "long_slowness_lingering_potion", - "cloudpotionslownesslevel2": "long_slowness_lingering_potion", - "cloudpotionslownesslong": "long_slowness_lingering_potion", - "cloudpotslow2": "long_slowness_lingering_potion", - "cloudpotslowex": "long_slowness_lingering_potion", - "cloudpotslowextended": "long_slowness_lingering_potion", - "cloudpotslowlevel2": "long_slowness_lingering_potion", - "cloudpotslowlong": "long_slowness_lingering_potion", - "cloudpotslowness2": "long_slowness_lingering_potion", - "cloudpotslownessex": "long_slowness_lingering_potion", - "cloudpotslownessextended": "long_slowness_lingering_potion", - "cloudpotslownesslevel2": "long_slowness_lingering_potion", - "cloudpotslownesslong": "long_slowness_lingering_potion", - "lingerpotslow2": "long_slowness_lingering_potion", - "lingerpotslowex": "long_slowness_lingering_potion", - "lingerpotslowextended": "long_slowness_lingering_potion", - "lingerpotslowlevel2": "long_slowness_lingering_potion", - "lingerpotslowlong": "long_slowness_lingering_potion", - "lingerpotslowness2": "long_slowness_lingering_potion", - "lingerpotslownessex": "long_slowness_lingering_potion", - "lingerpotslownessextended": "long_slowness_lingering_potion", - "lingerpotslownesslevel2": "long_slowness_lingering_potion", - "lingerpotslownesslong": "long_slowness_lingering_potion", - "slowaoepoiont2": "long_slowness_lingering_potion", - "slowaoepoiontex": "long_slowness_lingering_potion", - "slowaoepoiontextended": "long_slowness_lingering_potion", - "slowaoepoiontlevel2": "long_slowness_lingering_potion", - "slowaoepoiontlong": "long_slowness_lingering_potion", - "slowaoepot2": "long_slowness_lingering_potion", - "slowaoepotex": "long_slowness_lingering_potion", - "slowaoepotextended": "long_slowness_lingering_potion", - "slowaoepotlevel2": "long_slowness_lingering_potion", - "slowaoepotlong": "long_slowness_lingering_potion", - "slowareapot2": "long_slowness_lingering_potion", - "slowareapotex": "long_slowness_lingering_potion", - "slowareapotextended": "long_slowness_lingering_potion", - "slowareapotion2": "long_slowness_lingering_potion", - "slowareapotionex": "long_slowness_lingering_potion", - "slowareapotionextended": "long_slowness_lingering_potion", - "slowareapotionlevel2": "long_slowness_lingering_potion", - "slowareapotionlong": "long_slowness_lingering_potion", - "slowareapotlevel2": "long_slowness_lingering_potion", - "slowareapotlong": "long_slowness_lingering_potion", - "slowcloudpot2": "long_slowness_lingering_potion", - "slowcloudpotex": "long_slowness_lingering_potion", - "slowcloudpotextended": "long_slowness_lingering_potion", - "slowcloudpotion2": "long_slowness_lingering_potion", - "slowcloudpotionex": "long_slowness_lingering_potion", - "slowcloudpotionextended": "long_slowness_lingering_potion", - "slowcloudpotionlevel2": "long_slowness_lingering_potion", - "slowcloudpotionlong": "long_slowness_lingering_potion", - "slowcloudpotlevel2": "long_slowness_lingering_potion", - "slowcloudpotlong": "long_slowness_lingering_potion", - "slowlingerpot2": "long_slowness_lingering_potion", - "slowlingerpotex": "long_slowness_lingering_potion", - "slowlingerpotextended": "long_slowness_lingering_potion", - "slowlingerpotlevel2": "long_slowness_lingering_potion", - "slowlingerpotlong": "long_slowness_lingering_potion", - "slownessaoepoiont2": "long_slowness_lingering_potion", - "slownessaoepoiontex": "long_slowness_lingering_potion", - "slownessaoepoiontextended": "long_slowness_lingering_potion", - "slownessaoepoiontlevel2": "long_slowness_lingering_potion", - "slownessaoepoiontlong": "long_slowness_lingering_potion", - "slownessaoepot2": "long_slowness_lingering_potion", - "slownessaoepotex": "long_slowness_lingering_potion", - "slownessaoepotextended": "long_slowness_lingering_potion", - "slownessaoepotlevel2": "long_slowness_lingering_potion", - "slownessaoepotlong": "long_slowness_lingering_potion", - "slownessareapot2": "long_slowness_lingering_potion", - "slownessareapotex": "long_slowness_lingering_potion", - "slownessareapotextended": "long_slowness_lingering_potion", - "slownessareapotion2": "long_slowness_lingering_potion", - "slownessareapotionex": "long_slowness_lingering_potion", - "slownessareapotionextended": "long_slowness_lingering_potion", - "slownessareapotionlevel2": "long_slowness_lingering_potion", - "slownessareapotionlong": "long_slowness_lingering_potion", - "slownessareapotlevel2": "long_slowness_lingering_potion", - "slownessareapotlong": "long_slowness_lingering_potion", - "slownesscloudpot2": "long_slowness_lingering_potion", - "slownesscloudpotex": "long_slowness_lingering_potion", - "slownesscloudpotextended": "long_slowness_lingering_potion", - "slownesscloudpotion2": "long_slowness_lingering_potion", - "slownesscloudpotionex": "long_slowness_lingering_potion", - "slownesscloudpotionextended": "long_slowness_lingering_potion", - "slownesscloudpotionlevel2": "long_slowness_lingering_potion", - "slownesscloudpotionlong": "long_slowness_lingering_potion", - "slownesscloudpotlevel2": "long_slowness_lingering_potion", - "slownesscloudpotlong": "long_slowness_lingering_potion", - "slownesslingerpot2": "long_slowness_lingering_potion", - "slownesslingerpotex": "long_slowness_lingering_potion", - "slownesslingerpotextended": "long_slowness_lingering_potion", - "slownesslingerpotlevel2": "long_slowness_lingering_potion", - "slownesslingerpotlong": "long_slowness_lingering_potion", - "long_slowness_potion": { - "potionData": { - "type": "SLOWNESS", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "potionofslow2": "long_slowness_potion", - "potionofslowex": "long_slowness_potion", - "potionofslowextended": "long_slowness_potion", - "potionofslowlevel2": "long_slowness_potion", - "potionofslowlong": "long_slowness_potion", - "potionofslowness2": "long_slowness_potion", - "potionofslownessex": "long_slowness_potion", - "potionofslownessextended": "long_slowness_potion", - "potionofslownesslevel2": "long_slowness_potion", - "potionofslownesslong": "long_slowness_potion", - "potofslow2": "long_slowness_potion", - "potofslowex": "long_slowness_potion", - "potofslowextended": "long_slowness_potion", - "potofslowlevel2": "long_slowness_potion", - "potofslowlong": "long_slowness_potion", - "potofslowness2": "long_slowness_potion", - "potofslownessex": "long_slowness_potion", - "potofslownessextended": "long_slowness_potion", - "potofslownesslevel2": "long_slowness_potion", - "potofslownesslong": "long_slowness_potion", - "slow2pot": "long_slowness_potion", - "slow2potion": "long_slowness_potion", - "slowexpot": "long_slowness_potion", - "slowexpotion": "long_slowness_potion", - "slowextendedpot": "long_slowness_potion", - "slowextendedpotion": "long_slowness_potion", - "slowlevel2pot": "long_slowness_potion", - "slowlevel2potion": "long_slowness_potion", - "slowlongpot": "long_slowness_potion", - "slowlongpotion": "long_slowness_potion", - "slowness2pot": "long_slowness_potion", - "slowness2potion": "long_slowness_potion", - "slownessexpot": "long_slowness_potion", - "slownessexpotion": "long_slowness_potion", - "slownessextendedpot": "long_slowness_potion", - "slownessextendedpotion": "long_slowness_potion", - "slownesslevel2pot": "long_slowness_potion", - "slownesslevel2potion": "long_slowness_potion", - "slownesslongpot": "long_slowness_potion", - "slownesslongpotion": "long_slowness_potion", - "long_slowness_splash_potion": { - "potionData": { - "type": "SLOWNESS", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "slow2splashpot": "long_slowness_splash_potion", - "slow2splashpotion": "long_slowness_splash_potion", - "slowexsplashpot": "long_slowness_splash_potion", - "slowexsplashpotion": "long_slowness_splash_potion", - "slowextendedsplashpot": "long_slowness_splash_potion", - "slowextendedsplashpotion": "long_slowness_splash_potion", - "slowlevel2splashpot": "long_slowness_splash_potion", - "slowlevel2splashpotion": "long_slowness_splash_potion", - "slowlongsplashpot": "long_slowness_splash_potion", - "slowlongsplashpotion": "long_slowness_splash_potion", - "slowness2splashpot": "long_slowness_splash_potion", - "slowness2splashpotion": "long_slowness_splash_potion", - "slownessexsplashpot": "long_slowness_splash_potion", - "slownessexsplashpotion": "long_slowness_splash_potion", - "slownessextendedsplashpot": "long_slowness_splash_potion", - "slownessextendedsplashpotion": "long_slowness_splash_potion", - "slownesslevel2splashpot": "long_slowness_splash_potion", - "slownesslevel2splashpotion": "long_slowness_splash_potion", - "slownesslongsplashpot": "long_slowness_splash_potion", - "slownesslongsplashpotion": "long_slowness_splash_potion", - "splashslow2pot": "long_slowness_splash_potion", - "splashslow2potion": "long_slowness_splash_potion", - "splashslowexpot": "long_slowness_splash_potion", - "splashslowexpotion": "long_slowness_splash_potion", - "splashslowextendedpot": "long_slowness_splash_potion", - "splashslowextendedpotion": "long_slowness_splash_potion", - "splashslowlevel2pot": "long_slowness_splash_potion", - "splashslowlevel2potion": "long_slowness_splash_potion", - "splashslowlongpot": "long_slowness_splash_potion", - "splashslowlongpotion": "long_slowness_splash_potion", - "splashslowness2pot": "long_slowness_splash_potion", - "splashslowness2potion": "long_slowness_splash_potion", - "splashslownessexpot": "long_slowness_splash_potion", - "splashslownessexpotion": "long_slowness_splash_potion", - "splashslownessextendedpot": "long_slowness_splash_potion", - "splashslownessextendedpotion": "long_slowness_splash_potion", - "splashslownesslevel2pot": "long_slowness_splash_potion", - "splashslownesslevel2potion": "long_slowness_splash_potion", - "splashslownesslongpot": "long_slowness_splash_potion", - "splashslownesslongpotion": "long_slowness_splash_potion", - "splslow2pot": "long_slowness_splash_potion", - "splslow2potion": "long_slowness_splash_potion", - "splslowexpot": "long_slowness_splash_potion", - "splslowexpotion": "long_slowness_splash_potion", - "splslowextendedpot": "long_slowness_splash_potion", - "splslowextendedpotion": "long_slowness_splash_potion", - "splslowlevel2pot": "long_slowness_splash_potion", - "splslowlevel2potion": "long_slowness_splash_potion", - "splslowlongpot": "long_slowness_splash_potion", - "splslowlongpotion": "long_slowness_splash_potion", - "splslowness2pot": "long_slowness_splash_potion", - "splslowness2potion": "long_slowness_splash_potion", - "splslownessexpot": "long_slowness_splash_potion", - "splslownessexpotion": "long_slowness_splash_potion", - "splslownessextendedpot": "long_slowness_splash_potion", - "splslownessextendedpotion": "long_slowness_splash_potion", - "splslownesslevel2pot": "long_slowness_splash_potion", - "splslownesslevel2potion": "long_slowness_splash_potion", - "splslownesslongpot": "long_slowness_splash_potion", - "splslownesslongpotion": "long_slowness_splash_potion", - "long_slowness_tipped_arrow": { - "potionData": { - "type": "SLOWNESS", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowslow2": "long_slowness_tipped_arrow", - "arrowslowex": "long_slowness_tipped_arrow", - "arrowslowextended": "long_slowness_tipped_arrow", - "arrowslowlevel2": "long_slowness_tipped_arrow", - "arrowslowlong": "long_slowness_tipped_arrow", - "arrowslowness2": "long_slowness_tipped_arrow", - "arrowslownessex": "long_slowness_tipped_arrow", - "arrowslownessextended": "long_slowness_tipped_arrow", - "arrowslownesslevel2": "long_slowness_tipped_arrow", - "arrowslownesslong": "long_slowness_tipped_arrow", - "slow2tarr": "long_slowness_tipped_arrow", - "slow2tarrow": "long_slowness_tipped_arrow", - "slow2tippedarrow": "long_slowness_tipped_arrow", - "slowarrow2": "long_slowness_tipped_arrow", - "slowarrowex": "long_slowness_tipped_arrow", - "slowarrowextended": "long_slowness_tipped_arrow", - "slowarrowlevel2": "long_slowness_tipped_arrow", - "slowarrowlong": "long_slowness_tipped_arrow", - "slowextarr": "long_slowness_tipped_arrow", - "slowextarrow": "long_slowness_tipped_arrow", - "slowextendedtarr": "long_slowness_tipped_arrow", - "slowextendedtarrow": "long_slowness_tipped_arrow", - "slowextendedtippedarrow": "long_slowness_tipped_arrow", - "slowextippedarrow": "long_slowness_tipped_arrow", - "slowlevel2tarr": "long_slowness_tipped_arrow", - "slowlevel2tarrow": "long_slowness_tipped_arrow", - "slowlevel2tippedarrow": "long_slowness_tipped_arrow", - "slowlongtarr": "long_slowness_tipped_arrow", - "slowlongtarrow": "long_slowness_tipped_arrow", - "slowlongtippedarrow": "long_slowness_tipped_arrow", - "slowness2tarr": "long_slowness_tipped_arrow", - "slowness2tarrow": "long_slowness_tipped_arrow", - "slowness2tippedarrow": "long_slowness_tipped_arrow", - "slownessarrow2": "long_slowness_tipped_arrow", - "slownessarrowex": "long_slowness_tipped_arrow", - "slownessarrowextended": "long_slowness_tipped_arrow", - "slownessarrowlevel2": "long_slowness_tipped_arrow", - "slownessarrowlong": "long_slowness_tipped_arrow", - "slownessextarr": "long_slowness_tipped_arrow", - "slownessextarrow": "long_slowness_tipped_arrow", - "slownessextendedtarr": "long_slowness_tipped_arrow", - "slownessextendedtarrow": "long_slowness_tipped_arrow", - "slownessextendedtippedarrow": "long_slowness_tipped_arrow", - "slownessextippedarrow": "long_slowness_tipped_arrow", - "slownesslevel2tarr": "long_slowness_tipped_arrow", - "slownesslevel2tarrow": "long_slowness_tipped_arrow", - "slownesslevel2tippedarrow": "long_slowness_tipped_arrow", - "slownesslongtarr": "long_slowness_tipped_arrow", - "slownesslongtarrow": "long_slowness_tipped_arrow", - "slownesslongtippedarrow": "long_slowness_tipped_arrow", - "long_strength_lingering_potion": { - "potionData": { - "type": "STRENGTH", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotionstr2": "long_strength_lingering_potion", - "aoepotionstrength2": "long_strength_lingering_potion", - "aoepotionstrengthex": "long_strength_lingering_potion", - "aoepotionstrengthextended": "long_strength_lingering_potion", - "aoepotionstrengthlevel2": "long_strength_lingering_potion", - "aoepotionstrengthlong": "long_strength_lingering_potion", - "aoepotionstrex": "long_strength_lingering_potion", - "aoepotionstrextended": "long_strength_lingering_potion", - "aoepotionstrlevel2": "long_strength_lingering_potion", - "aoepotionstrlong": "long_strength_lingering_potion", - "aoepotionstrong2": "long_strength_lingering_potion", - "aoepotionstrongex": "long_strength_lingering_potion", - "aoepotionstrongextended": "long_strength_lingering_potion", - "aoepotionstronglevel2": "long_strength_lingering_potion", - "aoepotionstronglong": "long_strength_lingering_potion", - "aoepotstr2": "long_strength_lingering_potion", - "aoepotstrength2": "long_strength_lingering_potion", - "aoepotstrengthex": "long_strength_lingering_potion", - "aoepotstrengthextended": "long_strength_lingering_potion", - "aoepotstrengthlevel2": "long_strength_lingering_potion", - "aoepotstrengthlong": "long_strength_lingering_potion", - "aoepotstrex": "long_strength_lingering_potion", - "aoepotstrextended": "long_strength_lingering_potion", - "aoepotstrlevel2": "long_strength_lingering_potion", - "aoepotstrlong": "long_strength_lingering_potion", - "aoepotstrong2": "long_strength_lingering_potion", - "aoepotstrongex": "long_strength_lingering_potion", - "aoepotstrongextended": "long_strength_lingering_potion", - "aoepotstronglevel2": "long_strength_lingering_potion", - "aoepotstronglong": "long_strength_lingering_potion", - "areapotionstr2": "long_strength_lingering_potion", - "areapotionstrength2": "long_strength_lingering_potion", - "areapotionstrengthex": "long_strength_lingering_potion", - "areapotionstrengthextended": "long_strength_lingering_potion", - "areapotionstrengthlevel2": "long_strength_lingering_potion", - "areapotionstrengthlong": "long_strength_lingering_potion", - "areapotionstrex": "long_strength_lingering_potion", - "areapotionstrextended": "long_strength_lingering_potion", - "areapotionstrlevel2": "long_strength_lingering_potion", - "areapotionstrlong": "long_strength_lingering_potion", - "areapotionstrong2": "long_strength_lingering_potion", - "areapotionstrongex": "long_strength_lingering_potion", - "areapotionstrongextended": "long_strength_lingering_potion", - "areapotionstronglevel2": "long_strength_lingering_potion", - "areapotionstronglong": "long_strength_lingering_potion", - "areapotstr2": "long_strength_lingering_potion", - "areapotstrength2": "long_strength_lingering_potion", - "areapotstrengthex": "long_strength_lingering_potion", - "areapotstrengthextended": "long_strength_lingering_potion", - "areapotstrengthlevel2": "long_strength_lingering_potion", - "areapotstrengthlong": "long_strength_lingering_potion", - "areapotstrex": "long_strength_lingering_potion", - "areapotstrextended": "long_strength_lingering_potion", - "areapotstrlevel2": "long_strength_lingering_potion", - "areapotstrlong": "long_strength_lingering_potion", - "areapotstrong2": "long_strength_lingering_potion", - "areapotstrongex": "long_strength_lingering_potion", - "areapotstrongextended": "long_strength_lingering_potion", - "areapotstronglevel2": "long_strength_lingering_potion", - "areapotstronglong": "long_strength_lingering_potion", - "cloudpotionstr2": "long_strength_lingering_potion", - "cloudpotionstrength2": "long_strength_lingering_potion", - "cloudpotionstrengthex": "long_strength_lingering_potion", - "cloudpotionstrengthextended": "long_strength_lingering_potion", - "cloudpotionstrengthlevel2": "long_strength_lingering_potion", - "cloudpotionstrengthlong": "long_strength_lingering_potion", - "cloudpotionstrex": "long_strength_lingering_potion", - "cloudpotionstrextended": "long_strength_lingering_potion", - "cloudpotionstrlevel2": "long_strength_lingering_potion", - "cloudpotionstrlong": "long_strength_lingering_potion", - "cloudpotionstrong2": "long_strength_lingering_potion", - "cloudpotionstrongex": "long_strength_lingering_potion", - "cloudpotionstrongextended": "long_strength_lingering_potion", - "cloudpotionstronglevel2": "long_strength_lingering_potion", - "cloudpotionstronglong": "long_strength_lingering_potion", - "cloudpotstr2": "long_strength_lingering_potion", - "cloudpotstrength2": "long_strength_lingering_potion", - "cloudpotstrengthex": "long_strength_lingering_potion", - "cloudpotstrengthextended": "long_strength_lingering_potion", - "cloudpotstrengthlevel2": "long_strength_lingering_potion", - "cloudpotstrengthlong": "long_strength_lingering_potion", - "cloudpotstrex": "long_strength_lingering_potion", - "cloudpotstrextended": "long_strength_lingering_potion", - "cloudpotstrlevel2": "long_strength_lingering_potion", - "cloudpotstrlong": "long_strength_lingering_potion", - "cloudpotstrong2": "long_strength_lingering_potion", - "cloudpotstrongex": "long_strength_lingering_potion", - "cloudpotstrongextended": "long_strength_lingering_potion", - "cloudpotstronglevel2": "long_strength_lingering_potion", - "cloudpotstronglong": "long_strength_lingering_potion", - "lingerpotstr2": "long_strength_lingering_potion", - "lingerpotstrength2": "long_strength_lingering_potion", - "lingerpotstrengthex": "long_strength_lingering_potion", - "lingerpotstrengthextended": "long_strength_lingering_potion", - "lingerpotstrengthlevel2": "long_strength_lingering_potion", - "lingerpotstrengthlong": "long_strength_lingering_potion", - "lingerpotstrex": "long_strength_lingering_potion", - "lingerpotstrextended": "long_strength_lingering_potion", - "lingerpotstrlevel2": "long_strength_lingering_potion", - "lingerpotstrlong": "long_strength_lingering_potion", - "lingerpotstrong2": "long_strength_lingering_potion", - "lingerpotstrongex": "long_strength_lingering_potion", - "lingerpotstrongextended": "long_strength_lingering_potion", - "lingerpotstronglevel2": "long_strength_lingering_potion", - "lingerpotstronglong": "long_strength_lingering_potion", - "straoepoiont2": "long_strength_lingering_potion", - "straoepoiontex": "long_strength_lingering_potion", - "straoepoiontextended": "long_strength_lingering_potion", - "straoepoiontlevel2": "long_strength_lingering_potion", - "straoepoiontlong": "long_strength_lingering_potion", - "straoepot2": "long_strength_lingering_potion", - "straoepotex": "long_strength_lingering_potion", - "straoepotextended": "long_strength_lingering_potion", - "straoepotlevel2": "long_strength_lingering_potion", - "straoepotlong": "long_strength_lingering_potion", - "strareapot2": "long_strength_lingering_potion", - "strareapotex": "long_strength_lingering_potion", - "strareapotextended": "long_strength_lingering_potion", - "strareapotion2": "long_strength_lingering_potion", - "strareapotionex": "long_strength_lingering_potion", - "strareapotionextended": "long_strength_lingering_potion", - "strareapotionlevel2": "long_strength_lingering_potion", - "strareapotionlong": "long_strength_lingering_potion", - "strareapotlevel2": "long_strength_lingering_potion", - "strareapotlong": "long_strength_lingering_potion", - "strcloudpot2": "long_strength_lingering_potion", - "strcloudpotex": "long_strength_lingering_potion", - "strcloudpotextended": "long_strength_lingering_potion", - "strcloudpotion2": "long_strength_lingering_potion", - "strcloudpotionex": "long_strength_lingering_potion", - "strcloudpotionextended": "long_strength_lingering_potion", - "strcloudpotionlevel2": "long_strength_lingering_potion", - "strcloudpotionlong": "long_strength_lingering_potion", - "strcloudpotlevel2": "long_strength_lingering_potion", - "strcloudpotlong": "long_strength_lingering_potion", - "strengthaoepoiont2": "long_strength_lingering_potion", - "strengthaoepoiontex": "long_strength_lingering_potion", - "strengthaoepoiontextended": "long_strength_lingering_potion", - "strengthaoepoiontlevel2": "long_strength_lingering_potion", - "strengthaoepoiontlong": "long_strength_lingering_potion", - "strengthaoepot2": "long_strength_lingering_potion", - "strengthaoepotex": "long_strength_lingering_potion", - "strengthaoepotextended": "long_strength_lingering_potion", - "strengthaoepotlevel2": "long_strength_lingering_potion", - "strengthaoepotlong": "long_strength_lingering_potion", - "strengthareapot2": "long_strength_lingering_potion", - "strengthareapotex": "long_strength_lingering_potion", - "strengthareapotextended": "long_strength_lingering_potion", - "strengthareapotion2": "long_strength_lingering_potion", - "strengthareapotionex": "long_strength_lingering_potion", - "strengthareapotionextended": "long_strength_lingering_potion", - "strengthareapotionlevel2": "long_strength_lingering_potion", - "strengthareapotionlong": "long_strength_lingering_potion", - "strengthareapotlevel2": "long_strength_lingering_potion", - "strengthareapotlong": "long_strength_lingering_potion", - "strengthcloudpot2": "long_strength_lingering_potion", - "strengthcloudpotex": "long_strength_lingering_potion", - "strengthcloudpotextended": "long_strength_lingering_potion", - "strengthcloudpotion2": "long_strength_lingering_potion", - "strengthcloudpotionex": "long_strength_lingering_potion", - "strengthcloudpotionextended": "long_strength_lingering_potion", - "strengthcloudpotionlevel2": "long_strength_lingering_potion", - "strengthcloudpotionlong": "long_strength_lingering_potion", - "strengthcloudpotlevel2": "long_strength_lingering_potion", - "strengthcloudpotlong": "long_strength_lingering_potion", - "strengthlingerpot2": "long_strength_lingering_potion", - "strengthlingerpotex": "long_strength_lingering_potion", - "strengthlingerpotextended": "long_strength_lingering_potion", - "strengthlingerpotlevel2": "long_strength_lingering_potion", - "strengthlingerpotlong": "long_strength_lingering_potion", - "strlingerpot2": "long_strength_lingering_potion", - "strlingerpotex": "long_strength_lingering_potion", - "strlingerpotextended": "long_strength_lingering_potion", - "strlingerpotlevel2": "long_strength_lingering_potion", - "strlingerpotlong": "long_strength_lingering_potion", - "strongaoepoiont2": "long_strength_lingering_potion", - "strongaoepoiontex": "long_strength_lingering_potion", - "strongaoepoiontextended": "long_strength_lingering_potion", - "strongaoepoiontlevel2": "long_strength_lingering_potion", - "strongaoepoiontlong": "long_strength_lingering_potion", - "strongaoepot2": "long_strength_lingering_potion", - "strongaoepotex": "long_strength_lingering_potion", - "strongaoepotextended": "long_strength_lingering_potion", - "strongaoepotlevel2": "long_strength_lingering_potion", - "strongaoepotlong": "long_strength_lingering_potion", - "strongareapot2": "long_strength_lingering_potion", - "strongareapotex": "long_strength_lingering_potion", - "strongareapotextended": "long_strength_lingering_potion", - "strongareapotion2": "long_strength_lingering_potion", - "strongareapotionex": "long_strength_lingering_potion", - "strongareapotionextended": "long_strength_lingering_potion", - "strongareapotionlevel2": "long_strength_lingering_potion", - "strongareapotionlong": "long_strength_lingering_potion", - "strongareapotlevel2": "long_strength_lingering_potion", - "strongareapotlong": "long_strength_lingering_potion", - "strongcloudpot2": "long_strength_lingering_potion", - "strongcloudpotex": "long_strength_lingering_potion", - "strongcloudpotextended": "long_strength_lingering_potion", - "strongcloudpotion2": "long_strength_lingering_potion", - "strongcloudpotionex": "long_strength_lingering_potion", - "strongcloudpotionextended": "long_strength_lingering_potion", - "strongcloudpotionlevel2": "long_strength_lingering_potion", - "strongcloudpotionlong": "long_strength_lingering_potion", - "strongcloudpotlevel2": "long_strength_lingering_potion", - "strongcloudpotlong": "long_strength_lingering_potion", - "stronglingerpot2": "long_strength_lingering_potion", - "stronglingerpotex": "long_strength_lingering_potion", - "stronglingerpotextended": "long_strength_lingering_potion", - "stronglingerpotlevel2": "long_strength_lingering_potion", - "stronglingerpotlong": "long_strength_lingering_potion", - "long_strength_potion": { - "potionData": { - "type": "STRENGTH", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "potionofstr2": "long_strength_potion", - "potionofstrength2": "long_strength_potion", - "potionofstrengthex": "long_strength_potion", - "potionofstrengthextended": "long_strength_potion", - "potionofstrengthlevel2": "long_strength_potion", - "potionofstrengthlong": "long_strength_potion", - "potionofstrex": "long_strength_potion", - "potionofstrextended": "long_strength_potion", - "potionofstrlevel2": "long_strength_potion", - "potionofstrlong": "long_strength_potion", - "potionofstrong2": "long_strength_potion", - "potionofstrongex": "long_strength_potion", - "potionofstrongextended": "long_strength_potion", - "potionofstronglevel2": "long_strength_potion", - "potionofstronglong": "long_strength_potion", - "potofstr2": "long_strength_potion", - "potofstrength2": "long_strength_potion", - "potofstrengthex": "long_strength_potion", - "potofstrengthextended": "long_strength_potion", - "potofstrengthlevel2": "long_strength_potion", - "potofstrengthlong": "long_strength_potion", - "potofstrex": "long_strength_potion", - "potofstrextended": "long_strength_potion", - "potofstrlevel2": "long_strength_potion", - "potofstrlong": "long_strength_potion", - "potofstrong2": "long_strength_potion", - "potofstrongex": "long_strength_potion", - "potofstrongextended": "long_strength_potion", - "potofstronglevel2": "long_strength_potion", - "potofstronglong": "long_strength_potion", - "str2pot": "long_strength_potion", - "str2potion": "long_strength_potion", - "strength2pot": "long_strength_potion", - "strength2potion": "long_strength_potion", - "strengthexpot": "long_strength_potion", - "strengthexpotion": "long_strength_potion", - "strengthextendedpot": "long_strength_potion", - "strengthextendedpotion": "long_strength_potion", - "strengthlevel2pot": "long_strength_potion", - "strengthlevel2potion": "long_strength_potion", - "strengthlongpot": "long_strength_potion", - "strengthlongpotion": "long_strength_potion", - "strexpot": "long_strength_potion", - "strexpotion": "long_strength_potion", - "strextendedpot": "long_strength_potion", - "strextendedpotion": "long_strength_potion", - "strlevel2pot": "long_strength_potion", - "strlevel2potion": "long_strength_potion", - "strlongpot": "long_strength_potion", - "strlongpotion": "long_strength_potion", - "strong2pot": "long_strength_potion", - "strong2potion": "long_strength_potion", - "strongexpot": "long_strength_potion", - "strongexpotion": "long_strength_potion", - "strongextendedpot": "long_strength_potion", - "strongextendedpotion": "long_strength_potion", - "stronglevel2pot": "long_strength_potion", - "stronglevel2potion": "long_strength_potion", - "stronglongpot": "long_strength_potion", - "stronglongpotion": "long_strength_potion", - "long_strength_splash_potion": { - "potionData": { - "type": "STRENGTH", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "splashstr2pot": "long_strength_splash_potion", - "splashstr2potion": "long_strength_splash_potion", - "splashstrength2pot": "long_strength_splash_potion", - "splashstrength2potion": "long_strength_splash_potion", - "splashstrengthexpot": "long_strength_splash_potion", - "splashstrengthexpotion": "long_strength_splash_potion", - "splashstrengthextendedpot": "long_strength_splash_potion", - "splashstrengthextendedpotion": "long_strength_splash_potion", - "splashstrengthlevel2pot": "long_strength_splash_potion", - "splashstrengthlevel2potion": "long_strength_splash_potion", - "splashstrengthlongpot": "long_strength_splash_potion", - "splashstrengthlongpotion": "long_strength_splash_potion", - "splashstrexpot": "long_strength_splash_potion", - "splashstrexpotion": "long_strength_splash_potion", - "splashstrextendedpot": "long_strength_splash_potion", - "splashstrextendedpotion": "long_strength_splash_potion", - "splashstrlevel2pot": "long_strength_splash_potion", - "splashstrlevel2potion": "long_strength_splash_potion", - "splashstrlongpot": "long_strength_splash_potion", - "splashstrlongpotion": "long_strength_splash_potion", - "splashstrong2pot": "long_strength_splash_potion", - "splashstrong2potion": "long_strength_splash_potion", - "splashstrongexpot": "long_strength_splash_potion", - "splashstrongexpotion": "long_strength_splash_potion", - "splashstrongextendedpot": "long_strength_splash_potion", - "splashstrongextendedpotion": "long_strength_splash_potion", - "splashstronglevel2pot": "long_strength_splash_potion", - "splashstronglevel2potion": "long_strength_splash_potion", - "splashstronglongpot": "long_strength_splash_potion", - "splashstronglongpotion": "long_strength_splash_potion", - "splstr2pot": "long_strength_splash_potion", - "splstr2potion": "long_strength_splash_potion", - "splstrength2pot": "long_strength_splash_potion", - "splstrength2potion": "long_strength_splash_potion", - "splstrengthexpot": "long_strength_splash_potion", - "splstrengthexpotion": "long_strength_splash_potion", - "splstrengthextendedpot": "long_strength_splash_potion", - "splstrengthextendedpotion": "long_strength_splash_potion", - "splstrengthlevel2pot": "long_strength_splash_potion", - "splstrengthlevel2potion": "long_strength_splash_potion", - "splstrengthlongpot": "long_strength_splash_potion", - "splstrengthlongpotion": "long_strength_splash_potion", - "splstrexpot": "long_strength_splash_potion", - "splstrexpotion": "long_strength_splash_potion", - "splstrextendedpot": "long_strength_splash_potion", - "splstrextendedpotion": "long_strength_splash_potion", - "splstrlevel2pot": "long_strength_splash_potion", - "splstrlevel2potion": "long_strength_splash_potion", - "splstrlongpot": "long_strength_splash_potion", - "splstrlongpotion": "long_strength_splash_potion", - "splstrong2pot": "long_strength_splash_potion", - "splstrong2potion": "long_strength_splash_potion", - "splstrongexpot": "long_strength_splash_potion", - "splstrongexpotion": "long_strength_splash_potion", - "splstrongextendedpot": "long_strength_splash_potion", - "splstrongextendedpotion": "long_strength_splash_potion", - "splstronglevel2pot": "long_strength_splash_potion", - "splstronglevel2potion": "long_strength_splash_potion", - "splstronglongpot": "long_strength_splash_potion", - "splstronglongpotion": "long_strength_splash_potion", - "str2splashpot": "long_strength_splash_potion", - "str2splashpotion": "long_strength_splash_potion", - "strength2splashpot": "long_strength_splash_potion", - "strength2splashpotion": "long_strength_splash_potion", - "strengthexsplashpot": "long_strength_splash_potion", - "strengthexsplashpotion": "long_strength_splash_potion", - "strengthextendedsplashpot": "long_strength_splash_potion", - "strengthextendedsplashpotion": "long_strength_splash_potion", - "strengthlevel2splashpot": "long_strength_splash_potion", - "strengthlevel2splashpotion": "long_strength_splash_potion", - "strengthlongsplashpot": "long_strength_splash_potion", - "strengthlongsplashpotion": "long_strength_splash_potion", - "strexsplashpot": "long_strength_splash_potion", - "strexsplashpotion": "long_strength_splash_potion", - "strextendedsplashpot": "long_strength_splash_potion", - "strextendedsplashpotion": "long_strength_splash_potion", - "strlevel2splashpot": "long_strength_splash_potion", - "strlevel2splashpotion": "long_strength_splash_potion", - "strlongsplashpot": "long_strength_splash_potion", - "strlongsplashpotion": "long_strength_splash_potion", - "strong2splashpot": "long_strength_splash_potion", - "strong2splashpotion": "long_strength_splash_potion", - "strongexsplashpot": "long_strength_splash_potion", - "strongexsplashpotion": "long_strength_splash_potion", - "strongextendedsplashpot": "long_strength_splash_potion", - "strongextendedsplashpotion": "long_strength_splash_potion", - "stronglevel2splashpot": "long_strength_splash_potion", - "stronglevel2splashpotion": "long_strength_splash_potion", - "stronglongsplashpot": "long_strength_splash_potion", - "stronglongsplashpotion": "long_strength_splash_potion", - "long_strength_tipped_arrow": { - "potionData": { - "type": "STRENGTH", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowstr2": "long_strength_tipped_arrow", - "arrowstrength2": "long_strength_tipped_arrow", - "arrowstrengthex": "long_strength_tipped_arrow", - "arrowstrengthextended": "long_strength_tipped_arrow", - "arrowstrengthlevel2": "long_strength_tipped_arrow", - "arrowstrengthlong": "long_strength_tipped_arrow", - "arrowstrex": "long_strength_tipped_arrow", - "arrowstrextended": "long_strength_tipped_arrow", - "arrowstrlevel2": "long_strength_tipped_arrow", - "arrowstrlong": "long_strength_tipped_arrow", - "arrowstrong2": "long_strength_tipped_arrow", - "arrowstrongex": "long_strength_tipped_arrow", - "arrowstrongextended": "long_strength_tipped_arrow", - "arrowstronglevel2": "long_strength_tipped_arrow", - "arrowstronglong": "long_strength_tipped_arrow", - "str2tarr": "long_strength_tipped_arrow", - "str2tarrow": "long_strength_tipped_arrow", - "str2tippedarrow": "long_strength_tipped_arrow", - "strarrow2": "long_strength_tipped_arrow", - "strarrowex": "long_strength_tipped_arrow", - "strarrowextended": "long_strength_tipped_arrow", - "strarrowlevel2": "long_strength_tipped_arrow", - "strarrowlong": "long_strength_tipped_arrow", - "strength2tarr": "long_strength_tipped_arrow", - "strength2tarrow": "long_strength_tipped_arrow", - "strength2tippedarrow": "long_strength_tipped_arrow", - "strengtharrow2": "long_strength_tipped_arrow", - "strengtharrowex": "long_strength_tipped_arrow", - "strengtharrowextended": "long_strength_tipped_arrow", - "strengtharrowlevel2": "long_strength_tipped_arrow", - "strengtharrowlong": "long_strength_tipped_arrow", - "strengthextarr": "long_strength_tipped_arrow", - "strengthextarrow": "long_strength_tipped_arrow", - "strengthextendedtarr": "long_strength_tipped_arrow", - "strengthextendedtarrow": "long_strength_tipped_arrow", - "strengthextendedtippedarrow": "long_strength_tipped_arrow", - "strengthextippedarrow": "long_strength_tipped_arrow", - "strengthlevel2tarr": "long_strength_tipped_arrow", - "strengthlevel2tarrow": "long_strength_tipped_arrow", - "strengthlevel2tippedarrow": "long_strength_tipped_arrow", - "strengthlongtarr": "long_strength_tipped_arrow", - "strengthlongtarrow": "long_strength_tipped_arrow", - "strengthlongtippedarrow": "long_strength_tipped_arrow", - "strextarr": "long_strength_tipped_arrow", - "strextarrow": "long_strength_tipped_arrow", - "strextendedtarr": "long_strength_tipped_arrow", - "strextendedtarrow": "long_strength_tipped_arrow", - "strextendedtippedarrow": "long_strength_tipped_arrow", - "strextippedarrow": "long_strength_tipped_arrow", - "strlevel2tarr": "long_strength_tipped_arrow", - "strlevel2tarrow": "long_strength_tipped_arrow", - "strlevel2tippedarrow": "long_strength_tipped_arrow", - "strlongtarr": "long_strength_tipped_arrow", - "strlongtarrow": "long_strength_tipped_arrow", - "strlongtippedarrow": "long_strength_tipped_arrow", - "strong2tarr": "long_strength_tipped_arrow", - "strong2tarrow": "long_strength_tipped_arrow", - "strong2tippedarrow": "long_strength_tipped_arrow", - "strongarrow2": "long_strength_tipped_arrow", - "strongarrowex": "long_strength_tipped_arrow", - "strongarrowextended": "long_strength_tipped_arrow", - "strongarrowlevel2": "long_strength_tipped_arrow", - "strongarrowlong": "long_strength_tipped_arrow", - "strongextarr": "long_strength_tipped_arrow", - "strongextarrow": "long_strength_tipped_arrow", - "strongextendedtarr": "long_strength_tipped_arrow", - "strongextendedtarrow": "long_strength_tipped_arrow", - "strongextendedtippedarrow": "long_strength_tipped_arrow", - "strongextippedarrow": "long_strength_tipped_arrow", - "stronglevel2tarr": "long_strength_tipped_arrow", - "stronglevel2tarrow": "long_strength_tipped_arrow", - "stronglevel2tippedarrow": "long_strength_tipped_arrow", - "stronglongtarr": "long_strength_tipped_arrow", - "stronglongtarrow": "long_strength_tipped_arrow", - "stronglongtippedarrow": "long_strength_tipped_arrow", - "long_swiftness_lingering_potion": { - "potionData": { - "type": "SPEED", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotionspeed2": "long_swiftness_lingering_potion", - "aoepotionspeedex": "long_swiftness_lingering_potion", - "aoepotionspeedextended": "long_swiftness_lingering_potion", - "aoepotionspeedlevel2": "long_swiftness_lingering_potion", - "aoepotionspeedlong": "long_swiftness_lingering_potion", - "aoepotionswift2": "long_swiftness_lingering_potion", - "aoepotionswiftex": "long_swiftness_lingering_potion", - "aoepotionswiftextended": "long_swiftness_lingering_potion", - "aoepotionswiftlevel2": "long_swiftness_lingering_potion", - "aoepotionswiftlong": "long_swiftness_lingering_potion", - "aoepotionswiftness2": "long_swiftness_lingering_potion", - "aoepotionswiftnessex": "long_swiftness_lingering_potion", - "aoepotionswiftnessextended": "long_swiftness_lingering_potion", - "aoepotionswiftnesslevel2": "long_swiftness_lingering_potion", - "aoepotionswiftnesslong": "long_swiftness_lingering_potion", - "aoepotspeed2": "long_swiftness_lingering_potion", - "aoepotspeedex": "long_swiftness_lingering_potion", - "aoepotspeedextended": "long_swiftness_lingering_potion", - "aoepotspeedlevel2": "long_swiftness_lingering_potion", - "aoepotspeedlong": "long_swiftness_lingering_potion", - "aoepotswift2": "long_swiftness_lingering_potion", - "aoepotswiftex": "long_swiftness_lingering_potion", - "aoepotswiftextended": "long_swiftness_lingering_potion", - "aoepotswiftlevel2": "long_swiftness_lingering_potion", - "aoepotswiftlong": "long_swiftness_lingering_potion", - "aoepotswiftness2": "long_swiftness_lingering_potion", - "aoepotswiftnessex": "long_swiftness_lingering_potion", - "aoepotswiftnessextended": "long_swiftness_lingering_potion", - "aoepotswiftnesslevel2": "long_swiftness_lingering_potion", - "aoepotswiftnesslong": "long_swiftness_lingering_potion", - "areapotionspeed2": "long_swiftness_lingering_potion", - "areapotionspeedex": "long_swiftness_lingering_potion", - "areapotionspeedextended": "long_swiftness_lingering_potion", - "areapotionspeedlevel2": "long_swiftness_lingering_potion", - "areapotionspeedlong": "long_swiftness_lingering_potion", - "areapotionswift2": "long_swiftness_lingering_potion", - "areapotionswiftex": "long_swiftness_lingering_potion", - "areapotionswiftextended": "long_swiftness_lingering_potion", - "areapotionswiftlevel2": "long_swiftness_lingering_potion", - "areapotionswiftlong": "long_swiftness_lingering_potion", - "areapotionswiftness2": "long_swiftness_lingering_potion", - "areapotionswiftnessex": "long_swiftness_lingering_potion", - "areapotionswiftnessextended": "long_swiftness_lingering_potion", - "areapotionswiftnesslevel2": "long_swiftness_lingering_potion", - "areapotionswiftnesslong": "long_swiftness_lingering_potion", - "areapotspeed2": "long_swiftness_lingering_potion", - "areapotspeedex": "long_swiftness_lingering_potion", - "areapotspeedextended": "long_swiftness_lingering_potion", - "areapotspeedlevel2": "long_swiftness_lingering_potion", - "areapotspeedlong": "long_swiftness_lingering_potion", - "areapotswift2": "long_swiftness_lingering_potion", - "areapotswiftex": "long_swiftness_lingering_potion", - "areapotswiftextended": "long_swiftness_lingering_potion", - "areapotswiftlevel2": "long_swiftness_lingering_potion", - "areapotswiftlong": "long_swiftness_lingering_potion", - "areapotswiftness2": "long_swiftness_lingering_potion", - "areapotswiftnessex": "long_swiftness_lingering_potion", - "areapotswiftnessextended": "long_swiftness_lingering_potion", - "areapotswiftnesslevel2": "long_swiftness_lingering_potion", - "areapotswiftnesslong": "long_swiftness_lingering_potion", - "cloudpotionspeed2": "long_swiftness_lingering_potion", - "cloudpotionspeedex": "long_swiftness_lingering_potion", - "cloudpotionspeedextended": "long_swiftness_lingering_potion", - "cloudpotionspeedlevel2": "long_swiftness_lingering_potion", - "cloudpotionspeedlong": "long_swiftness_lingering_potion", - "cloudpotionswift2": "long_swiftness_lingering_potion", - "cloudpotionswiftex": "long_swiftness_lingering_potion", - "cloudpotionswiftextended": "long_swiftness_lingering_potion", - "cloudpotionswiftlevel2": "long_swiftness_lingering_potion", - "cloudpotionswiftlong": "long_swiftness_lingering_potion", - "cloudpotionswiftness2": "long_swiftness_lingering_potion", - "cloudpotionswiftnessex": "long_swiftness_lingering_potion", - "cloudpotionswiftnessextended": "long_swiftness_lingering_potion", - "cloudpotionswiftnesslevel2": "long_swiftness_lingering_potion", - "cloudpotionswiftnesslong": "long_swiftness_lingering_potion", - "cloudpotspeed2": "long_swiftness_lingering_potion", - "cloudpotspeedex": "long_swiftness_lingering_potion", - "cloudpotspeedextended": "long_swiftness_lingering_potion", - "cloudpotspeedlevel2": "long_swiftness_lingering_potion", - "cloudpotspeedlong": "long_swiftness_lingering_potion", - "cloudpotswift2": "long_swiftness_lingering_potion", - "cloudpotswiftex": "long_swiftness_lingering_potion", - "cloudpotswiftextended": "long_swiftness_lingering_potion", - "cloudpotswiftlevel2": "long_swiftness_lingering_potion", - "cloudpotswiftlong": "long_swiftness_lingering_potion", - "cloudpotswiftness2": "long_swiftness_lingering_potion", - "cloudpotswiftnessex": "long_swiftness_lingering_potion", - "cloudpotswiftnessextended": "long_swiftness_lingering_potion", - "cloudpotswiftnesslevel2": "long_swiftness_lingering_potion", - "cloudpotswiftnesslong": "long_swiftness_lingering_potion", - "lingerpotspeed2": "long_swiftness_lingering_potion", - "lingerpotspeedex": "long_swiftness_lingering_potion", - "lingerpotspeedextended": "long_swiftness_lingering_potion", - "lingerpotspeedlevel2": "long_swiftness_lingering_potion", - "lingerpotspeedlong": "long_swiftness_lingering_potion", - "lingerpotswift2": "long_swiftness_lingering_potion", - "lingerpotswiftex": "long_swiftness_lingering_potion", - "lingerpotswiftextended": "long_swiftness_lingering_potion", - "lingerpotswiftlevel2": "long_swiftness_lingering_potion", - "lingerpotswiftlong": "long_swiftness_lingering_potion", - "lingerpotswiftness2": "long_swiftness_lingering_potion", - "lingerpotswiftnessex": "long_swiftness_lingering_potion", - "lingerpotswiftnessextended": "long_swiftness_lingering_potion", - "lingerpotswiftnesslevel2": "long_swiftness_lingering_potion", - "lingerpotswiftnesslong": "long_swiftness_lingering_potion", - "speedaoepoiont2": "long_swiftness_lingering_potion", - "speedaoepoiontex": "long_swiftness_lingering_potion", - "speedaoepoiontextended": "long_swiftness_lingering_potion", - "speedaoepoiontlevel2": "long_swiftness_lingering_potion", - "speedaoepoiontlong": "long_swiftness_lingering_potion", - "speedaoepot2": "long_swiftness_lingering_potion", - "speedaoepotex": "long_swiftness_lingering_potion", - "speedaoepotextended": "long_swiftness_lingering_potion", - "speedaoepotlevel2": "long_swiftness_lingering_potion", - "speedaoepotlong": "long_swiftness_lingering_potion", - "speedareapot2": "long_swiftness_lingering_potion", - "speedareapotex": "long_swiftness_lingering_potion", - "speedareapotextended": "long_swiftness_lingering_potion", - "speedareapotion2": "long_swiftness_lingering_potion", - "speedareapotionex": "long_swiftness_lingering_potion", - "speedareapotionextended": "long_swiftness_lingering_potion", - "speedareapotionlevel2": "long_swiftness_lingering_potion", - "speedareapotionlong": "long_swiftness_lingering_potion", - "speedareapotlevel2": "long_swiftness_lingering_potion", - "speedareapotlong": "long_swiftness_lingering_potion", - "speedcloudpot2": "long_swiftness_lingering_potion", - "speedcloudpotex": "long_swiftness_lingering_potion", - "speedcloudpotextended": "long_swiftness_lingering_potion", - "speedcloudpotion2": "long_swiftness_lingering_potion", - "speedcloudpotionex": "long_swiftness_lingering_potion", - "speedcloudpotionextended": "long_swiftness_lingering_potion", - "speedcloudpotionlevel2": "long_swiftness_lingering_potion", - "speedcloudpotionlong": "long_swiftness_lingering_potion", - "speedcloudpotlevel2": "long_swiftness_lingering_potion", - "speedcloudpotlong": "long_swiftness_lingering_potion", - "speedlingerpot2": "long_swiftness_lingering_potion", - "speedlingerpotex": "long_swiftness_lingering_potion", - "speedlingerpotextended": "long_swiftness_lingering_potion", - "speedlingerpotlevel2": "long_swiftness_lingering_potion", - "speedlingerpotlong": "long_swiftness_lingering_potion", - "swiftaoepoiont2": "long_swiftness_lingering_potion", - "swiftaoepoiontex": "long_swiftness_lingering_potion", - "swiftaoepoiontextended": "long_swiftness_lingering_potion", - "swiftaoepoiontlevel2": "long_swiftness_lingering_potion", - "swiftaoepoiontlong": "long_swiftness_lingering_potion", - "swiftaoepot2": "long_swiftness_lingering_potion", - "swiftaoepotex": "long_swiftness_lingering_potion", - "swiftaoepotextended": "long_swiftness_lingering_potion", - "swiftaoepotlevel2": "long_swiftness_lingering_potion", - "swiftaoepotlong": "long_swiftness_lingering_potion", - "swiftareapot2": "long_swiftness_lingering_potion", - "swiftareapotex": "long_swiftness_lingering_potion", - "swiftareapotextended": "long_swiftness_lingering_potion", - "swiftareapotion2": "long_swiftness_lingering_potion", - "swiftareapotionex": "long_swiftness_lingering_potion", - "swiftareapotionextended": "long_swiftness_lingering_potion", - "swiftareapotionlevel2": "long_swiftness_lingering_potion", - "swiftareapotionlong": "long_swiftness_lingering_potion", - "swiftareapotlevel2": "long_swiftness_lingering_potion", - "swiftareapotlong": "long_swiftness_lingering_potion", - "swiftcloudpot2": "long_swiftness_lingering_potion", - "swiftcloudpotex": "long_swiftness_lingering_potion", - "swiftcloudpotextended": "long_swiftness_lingering_potion", - "swiftcloudpotion2": "long_swiftness_lingering_potion", - "swiftcloudpotionex": "long_swiftness_lingering_potion", - "swiftcloudpotionextended": "long_swiftness_lingering_potion", - "swiftcloudpotionlevel2": "long_swiftness_lingering_potion", - "swiftcloudpotionlong": "long_swiftness_lingering_potion", - "swiftcloudpotlevel2": "long_swiftness_lingering_potion", - "swiftcloudpotlong": "long_swiftness_lingering_potion", - "swiftlingerpot2": "long_swiftness_lingering_potion", - "swiftlingerpotex": "long_swiftness_lingering_potion", - "swiftlingerpotextended": "long_swiftness_lingering_potion", - "swiftlingerpotlevel2": "long_swiftness_lingering_potion", - "swiftlingerpotlong": "long_swiftness_lingering_potion", - "swiftnessaoepoiont2": "long_swiftness_lingering_potion", - "swiftnessaoepoiontex": "long_swiftness_lingering_potion", - "swiftnessaoepoiontextended": "long_swiftness_lingering_potion", - "swiftnessaoepoiontlevel2": "long_swiftness_lingering_potion", - "swiftnessaoepoiontlong": "long_swiftness_lingering_potion", - "swiftnessaoepot2": "long_swiftness_lingering_potion", - "swiftnessaoepotex": "long_swiftness_lingering_potion", - "swiftnessaoepotextended": "long_swiftness_lingering_potion", - "swiftnessaoepotlevel2": "long_swiftness_lingering_potion", - "swiftnessaoepotlong": "long_swiftness_lingering_potion", - "swiftnessareapot2": "long_swiftness_lingering_potion", - "swiftnessareapotex": "long_swiftness_lingering_potion", - "swiftnessareapotextended": "long_swiftness_lingering_potion", - "swiftnessareapotion2": "long_swiftness_lingering_potion", - "swiftnessareapotionex": "long_swiftness_lingering_potion", - "swiftnessareapotionextended": "long_swiftness_lingering_potion", - "swiftnessareapotionlevel2": "long_swiftness_lingering_potion", - "swiftnessareapotionlong": "long_swiftness_lingering_potion", - "swiftnessareapotlevel2": "long_swiftness_lingering_potion", - "swiftnessareapotlong": "long_swiftness_lingering_potion", - "swiftnesscloudpot2": "long_swiftness_lingering_potion", - "swiftnesscloudpotex": "long_swiftness_lingering_potion", - "swiftnesscloudpotextended": "long_swiftness_lingering_potion", - "swiftnesscloudpotion2": "long_swiftness_lingering_potion", - "swiftnesscloudpotionex": "long_swiftness_lingering_potion", - "swiftnesscloudpotionextended": "long_swiftness_lingering_potion", - "swiftnesscloudpotionlevel2": "long_swiftness_lingering_potion", - "swiftnesscloudpotionlong": "long_swiftness_lingering_potion", - "swiftnesscloudpotlevel2": "long_swiftness_lingering_potion", - "swiftnesscloudpotlong": "long_swiftness_lingering_potion", - "swiftnesslingerpot2": "long_swiftness_lingering_potion", - "swiftnesslingerpotex": "long_swiftness_lingering_potion", - "swiftnesslingerpotextended": "long_swiftness_lingering_potion", - "swiftnesslingerpotlevel2": "long_swiftness_lingering_potion", - "swiftnesslingerpotlong": "long_swiftness_lingering_potion", - "long_swiftness_potion": { - "potionData": { - "type": "SPEED", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "potionofspeed2": "long_swiftness_potion", - "potionofspeedex": "long_swiftness_potion", - "potionofspeedextended": "long_swiftness_potion", - "potionofspeedlevel2": "long_swiftness_potion", - "potionofspeedlong": "long_swiftness_potion", - "potionofswift2": "long_swiftness_potion", - "potionofswiftex": "long_swiftness_potion", - "potionofswiftextended": "long_swiftness_potion", - "potionofswiftlevel2": "long_swiftness_potion", - "potionofswiftlong": "long_swiftness_potion", - "potionofswiftness2": "long_swiftness_potion", - "potionofswiftnessex": "long_swiftness_potion", - "potionofswiftnessextended": "long_swiftness_potion", - "potionofswiftnesslevel2": "long_swiftness_potion", - "potionofswiftnesslong": "long_swiftness_potion", - "potofspeed2": "long_swiftness_potion", - "potofspeedex": "long_swiftness_potion", - "potofspeedextended": "long_swiftness_potion", - "potofspeedlevel2": "long_swiftness_potion", - "potofspeedlong": "long_swiftness_potion", - "potofswift2": "long_swiftness_potion", - "potofswiftex": "long_swiftness_potion", - "potofswiftextended": "long_swiftness_potion", - "potofswiftlevel2": "long_swiftness_potion", - "potofswiftlong": "long_swiftness_potion", - "potofswiftness2": "long_swiftness_potion", - "potofswiftnessex": "long_swiftness_potion", - "potofswiftnessextended": "long_swiftness_potion", - "potofswiftnesslevel2": "long_swiftness_potion", - "potofswiftnesslong": "long_swiftness_potion", - "speed2pot": "long_swiftness_potion", - "speed2potion": "long_swiftness_potion", - "speedexpot": "long_swiftness_potion", - "speedexpotion": "long_swiftness_potion", - "speedextendedpot": "long_swiftness_potion", - "speedextendedpotion": "long_swiftness_potion", - "speedlevel2pot": "long_swiftness_potion", - "speedlevel2potion": "long_swiftness_potion", - "speedlongpot": "long_swiftness_potion", - "speedlongpotion": "long_swiftness_potion", - "swift2pot": "long_swiftness_potion", - "swift2potion": "long_swiftness_potion", - "swiftexpot": "long_swiftness_potion", - "swiftexpotion": "long_swiftness_potion", - "swiftextendedpot": "long_swiftness_potion", - "swiftextendedpotion": "long_swiftness_potion", - "swiftlevel2pot": "long_swiftness_potion", - "swiftlevel2potion": "long_swiftness_potion", - "swiftlongpot": "long_swiftness_potion", - "swiftlongpotion": "long_swiftness_potion", - "swiftness2pot": "long_swiftness_potion", - "swiftness2potion": "long_swiftness_potion", - "swiftnessexpot": "long_swiftness_potion", - "swiftnessexpotion": "long_swiftness_potion", - "swiftnessextendedpot": "long_swiftness_potion", - "swiftnessextendedpotion": "long_swiftness_potion", - "swiftnesslevel2pot": "long_swiftness_potion", - "swiftnesslevel2potion": "long_swiftness_potion", - "swiftnesslongpot": "long_swiftness_potion", - "swiftnesslongpotion": "long_swiftness_potion", - "long_swiftness_splash_potion": { - "potionData": { - "type": "SPEED", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "speed2splashpot": "long_swiftness_splash_potion", - "speed2splashpotion": "long_swiftness_splash_potion", - "speedexsplashpot": "long_swiftness_splash_potion", - "speedexsplashpotion": "long_swiftness_splash_potion", - "speedextendedsplashpot": "long_swiftness_splash_potion", - "speedextendedsplashpotion": "long_swiftness_splash_potion", - "speedlevel2splashpot": "long_swiftness_splash_potion", - "speedlevel2splashpotion": "long_swiftness_splash_potion", - "speedlongsplashpot": "long_swiftness_splash_potion", - "speedlongsplashpotion": "long_swiftness_splash_potion", - "splashspeed2pot": "long_swiftness_splash_potion", - "splashspeed2potion": "long_swiftness_splash_potion", - "splashspeedexpot": "long_swiftness_splash_potion", - "splashspeedexpotion": "long_swiftness_splash_potion", - "splashspeedextendedpot": "long_swiftness_splash_potion", - "splashspeedextendedpotion": "long_swiftness_splash_potion", - "splashspeedlevel2pot": "long_swiftness_splash_potion", - "splashspeedlevel2potion": "long_swiftness_splash_potion", - "splashspeedlongpot": "long_swiftness_splash_potion", - "splashspeedlongpotion": "long_swiftness_splash_potion", - "splashswift2pot": "long_swiftness_splash_potion", - "splashswift2potion": "long_swiftness_splash_potion", - "splashswiftexpot": "long_swiftness_splash_potion", - "splashswiftexpotion": "long_swiftness_splash_potion", - "splashswiftextendedpot": "long_swiftness_splash_potion", - "splashswiftextendedpotion": "long_swiftness_splash_potion", - "splashswiftlevel2pot": "long_swiftness_splash_potion", - "splashswiftlevel2potion": "long_swiftness_splash_potion", - "splashswiftlongpot": "long_swiftness_splash_potion", - "splashswiftlongpotion": "long_swiftness_splash_potion", - "splashswiftness2pot": "long_swiftness_splash_potion", - "splashswiftness2potion": "long_swiftness_splash_potion", - "splashswiftnessexpot": "long_swiftness_splash_potion", - "splashswiftnessexpotion": "long_swiftness_splash_potion", - "splashswiftnessextendedpot": "long_swiftness_splash_potion", - "splashswiftnessextendedpotion": "long_swiftness_splash_potion", - "splashswiftnesslevel2pot": "long_swiftness_splash_potion", - "splashswiftnesslevel2potion": "long_swiftness_splash_potion", - "splashswiftnesslongpot": "long_swiftness_splash_potion", - "splashswiftnesslongpotion": "long_swiftness_splash_potion", - "splspeed2pot": "long_swiftness_splash_potion", - "splspeed2potion": "long_swiftness_splash_potion", - "splspeedexpot": "long_swiftness_splash_potion", - "splspeedexpotion": "long_swiftness_splash_potion", - "splspeedextendedpot": "long_swiftness_splash_potion", - "splspeedextendedpotion": "long_swiftness_splash_potion", - "splspeedlevel2pot": "long_swiftness_splash_potion", - "splspeedlevel2potion": "long_swiftness_splash_potion", - "splspeedlongpot": "long_swiftness_splash_potion", - "splspeedlongpotion": "long_swiftness_splash_potion", - "splswift2pot": "long_swiftness_splash_potion", - "splswift2potion": "long_swiftness_splash_potion", - "splswiftexpot": "long_swiftness_splash_potion", - "splswiftexpotion": "long_swiftness_splash_potion", - "splswiftextendedpot": "long_swiftness_splash_potion", - "splswiftextendedpotion": "long_swiftness_splash_potion", - "splswiftlevel2pot": "long_swiftness_splash_potion", - "splswiftlevel2potion": "long_swiftness_splash_potion", - "splswiftlongpot": "long_swiftness_splash_potion", - "splswiftlongpotion": "long_swiftness_splash_potion", - "splswiftness2pot": "long_swiftness_splash_potion", - "splswiftness2potion": "long_swiftness_splash_potion", - "splswiftnessexpot": "long_swiftness_splash_potion", - "splswiftnessexpotion": "long_swiftness_splash_potion", - "splswiftnessextendedpot": "long_swiftness_splash_potion", - "splswiftnessextendedpotion": "long_swiftness_splash_potion", - "splswiftnesslevel2pot": "long_swiftness_splash_potion", - "splswiftnesslevel2potion": "long_swiftness_splash_potion", - "splswiftnesslongpot": "long_swiftness_splash_potion", - "splswiftnesslongpotion": "long_swiftness_splash_potion", - "swift2splashpot": "long_swiftness_splash_potion", - "swift2splashpotion": "long_swiftness_splash_potion", - "swiftexsplashpot": "long_swiftness_splash_potion", - "swiftexsplashpotion": "long_swiftness_splash_potion", - "swiftextendedsplashpot": "long_swiftness_splash_potion", - "swiftextendedsplashpotion": "long_swiftness_splash_potion", - "swiftlevel2splashpot": "long_swiftness_splash_potion", - "swiftlevel2splashpotion": "long_swiftness_splash_potion", - "swiftlongsplashpot": "long_swiftness_splash_potion", - "swiftlongsplashpotion": "long_swiftness_splash_potion", - "swiftness2splashpot": "long_swiftness_splash_potion", - "swiftness2splashpotion": "long_swiftness_splash_potion", - "swiftnessexsplashpot": "long_swiftness_splash_potion", - "swiftnessexsplashpotion": "long_swiftness_splash_potion", - "swiftnessextendedsplashpot": "long_swiftness_splash_potion", - "swiftnessextendedsplashpotion": "long_swiftness_splash_potion", - "swiftnesslevel2splashpot": "long_swiftness_splash_potion", - "swiftnesslevel2splashpotion": "long_swiftness_splash_potion", - "swiftnesslongsplashpot": "long_swiftness_splash_potion", - "swiftnesslongsplashpotion": "long_swiftness_splash_potion", - "long_swiftness_tipped_arrow": { - "potionData": { - "type": "SPEED", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowspeed2": "long_swiftness_tipped_arrow", - "arrowspeedex": "long_swiftness_tipped_arrow", - "arrowspeedextended": "long_swiftness_tipped_arrow", - "arrowspeedlevel2": "long_swiftness_tipped_arrow", - "arrowspeedlong": "long_swiftness_tipped_arrow", - "arrowswift2": "long_swiftness_tipped_arrow", - "arrowswiftex": "long_swiftness_tipped_arrow", - "arrowswiftextended": "long_swiftness_tipped_arrow", - "arrowswiftlevel2": "long_swiftness_tipped_arrow", - "arrowswiftlong": "long_swiftness_tipped_arrow", - "arrowswiftness2": "long_swiftness_tipped_arrow", - "arrowswiftnessex": "long_swiftness_tipped_arrow", - "arrowswiftnessextended": "long_swiftness_tipped_arrow", - "arrowswiftnesslevel2": "long_swiftness_tipped_arrow", - "arrowswiftnesslong": "long_swiftness_tipped_arrow", - "speed2tarr": "long_swiftness_tipped_arrow", - "speed2tarrow": "long_swiftness_tipped_arrow", - "speed2tippedarrow": "long_swiftness_tipped_arrow", - "speedarrow2": "long_swiftness_tipped_arrow", - "speedarrowex": "long_swiftness_tipped_arrow", - "speedarrowextended": "long_swiftness_tipped_arrow", - "speedarrowlevel2": "long_swiftness_tipped_arrow", - "speedarrowlong": "long_swiftness_tipped_arrow", - "speedextarr": "long_swiftness_tipped_arrow", - "speedextarrow": "long_swiftness_tipped_arrow", - "speedextendedtarr": "long_swiftness_tipped_arrow", - "speedextendedtarrow": "long_swiftness_tipped_arrow", - "speedextendedtippedarrow": "long_swiftness_tipped_arrow", - "speedextippedarrow": "long_swiftness_tipped_arrow", - "speedlevel2tarr": "long_swiftness_tipped_arrow", - "speedlevel2tarrow": "long_swiftness_tipped_arrow", - "speedlevel2tippedarrow": "long_swiftness_tipped_arrow", - "speedlongtarr": "long_swiftness_tipped_arrow", - "speedlongtarrow": "long_swiftness_tipped_arrow", - "speedlongtippedarrow": "long_swiftness_tipped_arrow", - "swift2tarr": "long_swiftness_tipped_arrow", - "swift2tarrow": "long_swiftness_tipped_arrow", - "swift2tippedarrow": "long_swiftness_tipped_arrow", - "swiftarrow2": "long_swiftness_tipped_arrow", - "swiftarrowex": "long_swiftness_tipped_arrow", - "swiftarrowextended": "long_swiftness_tipped_arrow", - "swiftarrowlevel2": "long_swiftness_tipped_arrow", - "swiftarrowlong": "long_swiftness_tipped_arrow", - "swiftextarr": "long_swiftness_tipped_arrow", - "swiftextarrow": "long_swiftness_tipped_arrow", - "swiftextendedtarr": "long_swiftness_tipped_arrow", - "swiftextendedtarrow": "long_swiftness_tipped_arrow", - "swiftextendedtippedarrow": "long_swiftness_tipped_arrow", - "swiftextippedarrow": "long_swiftness_tipped_arrow", - "swiftlevel2tarr": "long_swiftness_tipped_arrow", - "swiftlevel2tarrow": "long_swiftness_tipped_arrow", - "swiftlevel2tippedarrow": "long_swiftness_tipped_arrow", - "swiftlongtarr": "long_swiftness_tipped_arrow", - "swiftlongtarrow": "long_swiftness_tipped_arrow", - "swiftlongtippedarrow": "long_swiftness_tipped_arrow", - "swiftness2tarr": "long_swiftness_tipped_arrow", - "swiftness2tarrow": "long_swiftness_tipped_arrow", - "swiftness2tippedarrow": "long_swiftness_tipped_arrow", - "swiftnessarrow2": "long_swiftness_tipped_arrow", - "swiftnessarrowex": "long_swiftness_tipped_arrow", - "swiftnessarrowextended": "long_swiftness_tipped_arrow", - "swiftnessarrowlevel2": "long_swiftness_tipped_arrow", - "swiftnessarrowlong": "long_swiftness_tipped_arrow", - "swiftnessextarr": "long_swiftness_tipped_arrow", - "swiftnessextarrow": "long_swiftness_tipped_arrow", - "swiftnessextendedtarr": "long_swiftness_tipped_arrow", - "swiftnessextendedtarrow": "long_swiftness_tipped_arrow", - "swiftnessextendedtippedarrow": "long_swiftness_tipped_arrow", - "swiftnessextippedarrow": "long_swiftness_tipped_arrow", - "swiftnesslevel2tarr": "long_swiftness_tipped_arrow", - "swiftnesslevel2tarrow": "long_swiftness_tipped_arrow", - "swiftnesslevel2tippedarrow": "long_swiftness_tipped_arrow", - "swiftnesslongtarr": "long_swiftness_tipped_arrow", - "swiftnesslongtarrow": "long_swiftness_tipped_arrow", - "swiftnesslongtippedarrow": "long_swiftness_tipped_arrow", - "long_turtle_master_lingering_potion": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotiontm2": "long_turtle_master_lingering_potion", - "aoepotiontmex": "long_turtle_master_lingering_potion", - "aoepotiontmextended": "long_turtle_master_lingering_potion", - "aoepotiontmlevel2": "long_turtle_master_lingering_potion", - "aoepotiontmlong": "long_turtle_master_lingering_potion", - "aoepotionturtle2": "long_turtle_master_lingering_potion", - "aoepotionturtleex": "long_turtle_master_lingering_potion", - "aoepotionturtleextended": "long_turtle_master_lingering_potion", - "aoepotionturtlelevel2": "long_turtle_master_lingering_potion", - "aoepotionturtlelong": "long_turtle_master_lingering_potion", - "aoepotionturtlemaster2": "long_turtle_master_lingering_potion", - "aoepotionturtlemasterex": "long_turtle_master_lingering_potion", - "aoepotionturtlemasterextended": "long_turtle_master_lingering_potion", - "aoepotionturtlemasterlevel2": "long_turtle_master_lingering_potion", - "aoepotionturtlemasterlong": "long_turtle_master_lingering_potion", - "aoepottm2": "long_turtle_master_lingering_potion", - "aoepottmex": "long_turtle_master_lingering_potion", - "aoepottmextended": "long_turtle_master_lingering_potion", - "aoepottmlevel2": "long_turtle_master_lingering_potion", - "aoepottmlong": "long_turtle_master_lingering_potion", - "aoepotturtle2": "long_turtle_master_lingering_potion", - "aoepotturtleex": "long_turtle_master_lingering_potion", - "aoepotturtleextended": "long_turtle_master_lingering_potion", - "aoepotturtlelevel2": "long_turtle_master_lingering_potion", - "aoepotturtlelong": "long_turtle_master_lingering_potion", - "aoepotturtlemaster2": "long_turtle_master_lingering_potion", - "aoepotturtlemasterex": "long_turtle_master_lingering_potion", - "aoepotturtlemasterextended": "long_turtle_master_lingering_potion", - "aoepotturtlemasterlevel2": "long_turtle_master_lingering_potion", - "aoepotturtlemasterlong": "long_turtle_master_lingering_potion", - "areapotiontm2": "long_turtle_master_lingering_potion", - "areapotiontmex": "long_turtle_master_lingering_potion", - "areapotiontmextended": "long_turtle_master_lingering_potion", - "areapotiontmlevel2": "long_turtle_master_lingering_potion", - "areapotiontmlong": "long_turtle_master_lingering_potion", - "areapotionturtle2": "long_turtle_master_lingering_potion", - "areapotionturtleex": "long_turtle_master_lingering_potion", - "areapotionturtleextended": "long_turtle_master_lingering_potion", - "areapotionturtlelevel2": "long_turtle_master_lingering_potion", - "areapotionturtlelong": "long_turtle_master_lingering_potion", - "areapotionturtlemaster2": "long_turtle_master_lingering_potion", - "areapotionturtlemasterex": "long_turtle_master_lingering_potion", - "areapotionturtlemasterextended": "long_turtle_master_lingering_potion", - "areapotionturtlemasterlevel2": "long_turtle_master_lingering_potion", - "areapotionturtlemasterlong": "long_turtle_master_lingering_potion", - "areapottm2": "long_turtle_master_lingering_potion", - "areapottmex": "long_turtle_master_lingering_potion", - "areapottmextended": "long_turtle_master_lingering_potion", - "areapottmlevel2": "long_turtle_master_lingering_potion", - "areapottmlong": "long_turtle_master_lingering_potion", - "areapotturtle2": "long_turtle_master_lingering_potion", - "areapotturtleex": "long_turtle_master_lingering_potion", - "areapotturtleextended": "long_turtle_master_lingering_potion", - "areapotturtlelevel2": "long_turtle_master_lingering_potion", - "areapotturtlelong": "long_turtle_master_lingering_potion", - "areapotturtlemaster2": "long_turtle_master_lingering_potion", - "areapotturtlemasterex": "long_turtle_master_lingering_potion", - "areapotturtlemasterextended": "long_turtle_master_lingering_potion", - "areapotturtlemasterlevel2": "long_turtle_master_lingering_potion", - "areapotturtlemasterlong": "long_turtle_master_lingering_potion", - "cloudpotiontm2": "long_turtle_master_lingering_potion", - "cloudpotiontmex": "long_turtle_master_lingering_potion", - "cloudpotiontmextended": "long_turtle_master_lingering_potion", - "cloudpotiontmlevel2": "long_turtle_master_lingering_potion", - "cloudpotiontmlong": "long_turtle_master_lingering_potion", - "cloudpotionturtle2": "long_turtle_master_lingering_potion", - "cloudpotionturtleex": "long_turtle_master_lingering_potion", - "cloudpotionturtleextended": "long_turtle_master_lingering_potion", - "cloudpotionturtlelevel2": "long_turtle_master_lingering_potion", - "cloudpotionturtlelong": "long_turtle_master_lingering_potion", - "cloudpotionturtlemaster2": "long_turtle_master_lingering_potion", - "cloudpotionturtlemasterex": "long_turtle_master_lingering_potion", - "cloudpotionturtlemasterextended": "long_turtle_master_lingering_potion", - "cloudpotionturtlemasterlevel2": "long_turtle_master_lingering_potion", - "cloudpotionturtlemasterlong": "long_turtle_master_lingering_potion", - "cloudpottm2": "long_turtle_master_lingering_potion", - "cloudpottmex": "long_turtle_master_lingering_potion", - "cloudpottmextended": "long_turtle_master_lingering_potion", - "cloudpottmlevel2": "long_turtle_master_lingering_potion", - "cloudpottmlong": "long_turtle_master_lingering_potion", - "cloudpotturtle2": "long_turtle_master_lingering_potion", - "cloudpotturtleex": "long_turtle_master_lingering_potion", - "cloudpotturtleextended": "long_turtle_master_lingering_potion", - "cloudpotturtlelevel2": "long_turtle_master_lingering_potion", - "cloudpotturtlelong": "long_turtle_master_lingering_potion", - "cloudpotturtlemaster2": "long_turtle_master_lingering_potion", - "cloudpotturtlemasterex": "long_turtle_master_lingering_potion", - "cloudpotturtlemasterextended": "long_turtle_master_lingering_potion", - "cloudpotturtlemasterlevel2": "long_turtle_master_lingering_potion", - "cloudpotturtlemasterlong": "long_turtle_master_lingering_potion", - "lingerpottm2": "long_turtle_master_lingering_potion", - "lingerpottmex": "long_turtle_master_lingering_potion", - "lingerpottmextended": "long_turtle_master_lingering_potion", - "lingerpottmlevel2": "long_turtle_master_lingering_potion", - "lingerpottmlong": "long_turtle_master_lingering_potion", - "lingerpotturtle2": "long_turtle_master_lingering_potion", - "lingerpotturtleex": "long_turtle_master_lingering_potion", - "lingerpotturtleextended": "long_turtle_master_lingering_potion", - "lingerpotturtlelevel2": "long_turtle_master_lingering_potion", - "lingerpotturtlelong": "long_turtle_master_lingering_potion", - "lingerpotturtlemaster2": "long_turtle_master_lingering_potion", - "lingerpotturtlemasterex": "long_turtle_master_lingering_potion", - "lingerpotturtlemasterextended": "long_turtle_master_lingering_potion", - "lingerpotturtlemasterlevel2": "long_turtle_master_lingering_potion", - "lingerpotturtlemasterlong": "long_turtle_master_lingering_potion", - "tmaoepoiont2": "long_turtle_master_lingering_potion", - "tmaoepoiontex": "long_turtle_master_lingering_potion", - "tmaoepoiontextended": "long_turtle_master_lingering_potion", - "tmaoepoiontlevel2": "long_turtle_master_lingering_potion", - "tmaoepoiontlong": "long_turtle_master_lingering_potion", - "tmaoepot2": "long_turtle_master_lingering_potion", - "tmaoepotex": "long_turtle_master_lingering_potion", - "tmaoepotextended": "long_turtle_master_lingering_potion", - "tmaoepotlevel2": "long_turtle_master_lingering_potion", - "tmaoepotlong": "long_turtle_master_lingering_potion", - "tmareapot2": "long_turtle_master_lingering_potion", - "tmareapotex": "long_turtle_master_lingering_potion", - "tmareapotextended": "long_turtle_master_lingering_potion", - "tmareapotion2": "long_turtle_master_lingering_potion", - "tmareapotionex": "long_turtle_master_lingering_potion", - "tmareapotionextended": "long_turtle_master_lingering_potion", - "tmareapotionlevel2": "long_turtle_master_lingering_potion", - "tmareapotionlong": "long_turtle_master_lingering_potion", - "tmareapotlevel2": "long_turtle_master_lingering_potion", - "tmareapotlong": "long_turtle_master_lingering_potion", - "tmcloudpot2": "long_turtle_master_lingering_potion", - "tmcloudpotex": "long_turtle_master_lingering_potion", - "tmcloudpotextended": "long_turtle_master_lingering_potion", - "tmcloudpotion2": "long_turtle_master_lingering_potion", - "tmcloudpotionex": "long_turtle_master_lingering_potion", - "tmcloudpotionextended": "long_turtle_master_lingering_potion", - "tmcloudpotionlevel2": "long_turtle_master_lingering_potion", - "tmcloudpotionlong": "long_turtle_master_lingering_potion", - "tmcloudpotlevel2": "long_turtle_master_lingering_potion", - "tmcloudpotlong": "long_turtle_master_lingering_potion", - "tmlingerpot2": "long_turtle_master_lingering_potion", - "tmlingerpotex": "long_turtle_master_lingering_potion", - "tmlingerpotextended": "long_turtle_master_lingering_potion", - "tmlingerpotlevel2": "long_turtle_master_lingering_potion", - "tmlingerpotlong": "long_turtle_master_lingering_potion", - "turtleaoepoiont2": "long_turtle_master_lingering_potion", - "turtleaoepoiontex": "long_turtle_master_lingering_potion", - "turtleaoepoiontextended": "long_turtle_master_lingering_potion", - "turtleaoepoiontlevel2": "long_turtle_master_lingering_potion", - "turtleaoepoiontlong": "long_turtle_master_lingering_potion", - "turtleaoepot2": "long_turtle_master_lingering_potion", - "turtleaoepotex": "long_turtle_master_lingering_potion", - "turtleaoepotextended": "long_turtle_master_lingering_potion", - "turtleaoepotlevel2": "long_turtle_master_lingering_potion", - "turtleaoepotlong": "long_turtle_master_lingering_potion", - "turtleareapot2": "long_turtle_master_lingering_potion", - "turtleareapotex": "long_turtle_master_lingering_potion", - "turtleareapotextended": "long_turtle_master_lingering_potion", - "turtleareapotion2": "long_turtle_master_lingering_potion", - "turtleareapotionex": "long_turtle_master_lingering_potion", - "turtleareapotionextended": "long_turtle_master_lingering_potion", - "turtleareapotionlevel2": "long_turtle_master_lingering_potion", - "turtleareapotionlong": "long_turtle_master_lingering_potion", - "turtleareapotlevel2": "long_turtle_master_lingering_potion", - "turtleareapotlong": "long_turtle_master_lingering_potion", - "turtlecloudpot2": "long_turtle_master_lingering_potion", - "turtlecloudpotex": "long_turtle_master_lingering_potion", - "turtlecloudpotextended": "long_turtle_master_lingering_potion", - "turtlecloudpotion2": "long_turtle_master_lingering_potion", - "turtlecloudpotionex": "long_turtle_master_lingering_potion", - "turtlecloudpotionextended": "long_turtle_master_lingering_potion", - "turtlecloudpotionlevel2": "long_turtle_master_lingering_potion", - "turtlecloudpotionlong": "long_turtle_master_lingering_potion", - "turtlecloudpotlevel2": "long_turtle_master_lingering_potion", - "turtlecloudpotlong": "long_turtle_master_lingering_potion", - "turtlelingerpot2": "long_turtle_master_lingering_potion", - "turtlelingerpotex": "long_turtle_master_lingering_potion", - "turtlelingerpotextended": "long_turtle_master_lingering_potion", - "turtlelingerpotlevel2": "long_turtle_master_lingering_potion", - "turtlelingerpotlong": "long_turtle_master_lingering_potion", - "turtlemasteraoepoiont2": "long_turtle_master_lingering_potion", - "turtlemasteraoepoiontex": "long_turtle_master_lingering_potion", - "turtlemasteraoepoiontextended": "long_turtle_master_lingering_potion", - "turtlemasteraoepoiontlevel2": "long_turtle_master_lingering_potion", - "turtlemasteraoepoiontlong": "long_turtle_master_lingering_potion", - "turtlemasteraoepot2": "long_turtle_master_lingering_potion", - "turtlemasteraoepotex": "long_turtle_master_lingering_potion", - "turtlemasteraoepotextended": "long_turtle_master_lingering_potion", - "turtlemasteraoepotlevel2": "long_turtle_master_lingering_potion", - "turtlemasteraoepotlong": "long_turtle_master_lingering_potion", - "turtlemasterareapot2": "long_turtle_master_lingering_potion", - "turtlemasterareapotex": "long_turtle_master_lingering_potion", - "turtlemasterareapotextended": "long_turtle_master_lingering_potion", - "turtlemasterareapotion2": "long_turtle_master_lingering_potion", - "turtlemasterareapotionex": "long_turtle_master_lingering_potion", - "turtlemasterareapotionextended": "long_turtle_master_lingering_potion", - "turtlemasterareapotionlevel2": "long_turtle_master_lingering_potion", - "turtlemasterareapotionlong": "long_turtle_master_lingering_potion", - "turtlemasterareapotlevel2": "long_turtle_master_lingering_potion", - "turtlemasterareapotlong": "long_turtle_master_lingering_potion", - "turtlemastercloudpot2": "long_turtle_master_lingering_potion", - "turtlemastercloudpotex": "long_turtle_master_lingering_potion", - "turtlemastercloudpotextended": "long_turtle_master_lingering_potion", - "turtlemastercloudpotion2": "long_turtle_master_lingering_potion", - "turtlemastercloudpotionex": "long_turtle_master_lingering_potion", - "turtlemastercloudpotionextended": "long_turtle_master_lingering_potion", - "turtlemastercloudpotionlevel2": "long_turtle_master_lingering_potion", - "turtlemastercloudpotionlong": "long_turtle_master_lingering_potion", - "turtlemastercloudpotlevel2": "long_turtle_master_lingering_potion", - "turtlemastercloudpotlong": "long_turtle_master_lingering_potion", - "turtlemasterlingerpot2": "long_turtle_master_lingering_potion", - "turtlemasterlingerpotex": "long_turtle_master_lingering_potion", - "turtlemasterlingerpotextended": "long_turtle_master_lingering_potion", - "turtlemasterlingerpotlevel2": "long_turtle_master_lingering_potion", - "turtlemasterlingerpotlong": "long_turtle_master_lingering_potion", - "long_turtle_master_potion": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "potionoftm2": "long_turtle_master_potion", - "potionoftmex": "long_turtle_master_potion", - "potionoftmextended": "long_turtle_master_potion", - "potionoftmlevel2": "long_turtle_master_potion", - "potionoftmlong": "long_turtle_master_potion", - "potionofturtle2": "long_turtle_master_potion", - "potionofturtleex": "long_turtle_master_potion", - "potionofturtleextended": "long_turtle_master_potion", - "potionofturtlelevel2": "long_turtle_master_potion", - "potionofturtlelong": "long_turtle_master_potion", - "potionofturtlemaster2": "long_turtle_master_potion", - "potionofturtlemasterex": "long_turtle_master_potion", - "potionofturtlemasterextended": "long_turtle_master_potion", - "potionofturtlemasterlevel2": "long_turtle_master_potion", - "potionofturtlemasterlong": "long_turtle_master_potion", - "potoftm2": "long_turtle_master_potion", - "potoftmex": "long_turtle_master_potion", - "potoftmextended": "long_turtle_master_potion", - "potoftmlevel2": "long_turtle_master_potion", - "potoftmlong": "long_turtle_master_potion", - "potofturtle2": "long_turtle_master_potion", - "potofturtleex": "long_turtle_master_potion", - "potofturtleextended": "long_turtle_master_potion", - "potofturtlelevel2": "long_turtle_master_potion", - "potofturtlelong": "long_turtle_master_potion", - "potofturtlemaster2": "long_turtle_master_potion", - "potofturtlemasterex": "long_turtle_master_potion", - "potofturtlemasterextended": "long_turtle_master_potion", - "potofturtlemasterlevel2": "long_turtle_master_potion", - "potofturtlemasterlong": "long_turtle_master_potion", - "tm2pot": "long_turtle_master_potion", - "tm2potion": "long_turtle_master_potion", - "tmexpot": "long_turtle_master_potion", - "tmexpotion": "long_turtle_master_potion", - "tmextendedpot": "long_turtle_master_potion", - "tmextendedpotion": "long_turtle_master_potion", - "tmlevel2pot": "long_turtle_master_potion", - "tmlevel2potion": "long_turtle_master_potion", - "tmlongpot": "long_turtle_master_potion", - "tmlongpotion": "long_turtle_master_potion", - "turtle2pot": "long_turtle_master_potion", - "turtle2potion": "long_turtle_master_potion", - "turtleexpot": "long_turtle_master_potion", - "turtleexpotion": "long_turtle_master_potion", - "turtleextendedpot": "long_turtle_master_potion", - "turtleextendedpotion": "long_turtle_master_potion", - "turtlelevel2pot": "long_turtle_master_potion", - "turtlelevel2potion": "long_turtle_master_potion", - "turtlelongpot": "long_turtle_master_potion", - "turtlelongpotion": "long_turtle_master_potion", - "turtlemaster2pot": "long_turtle_master_potion", - "turtlemaster2potion": "long_turtle_master_potion", - "turtlemasterexpot": "long_turtle_master_potion", - "turtlemasterexpotion": "long_turtle_master_potion", - "turtlemasterextendedpot": "long_turtle_master_potion", - "turtlemasterextendedpotion": "long_turtle_master_potion", - "turtlemasterlevel2pot": "long_turtle_master_potion", - "turtlemasterlevel2potion": "long_turtle_master_potion", - "turtlemasterlongpot": "long_turtle_master_potion", - "turtlemasterlongpotion": "long_turtle_master_potion", - "long_turtle_master_splash_potion": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "splashtm2pot": "long_turtle_master_splash_potion", - "splashtm2potion": "long_turtle_master_splash_potion", - "splashtmexpot": "long_turtle_master_splash_potion", - "splashtmexpotion": "long_turtle_master_splash_potion", - "splashtmextendedpot": "long_turtle_master_splash_potion", - "splashtmextendedpotion": "long_turtle_master_splash_potion", - "splashtmlevel2pot": "long_turtle_master_splash_potion", - "splashtmlevel2potion": "long_turtle_master_splash_potion", - "splashtmlongpot": "long_turtle_master_splash_potion", - "splashtmlongpotion": "long_turtle_master_splash_potion", - "splashturtle2pot": "long_turtle_master_splash_potion", - "splashturtle2potion": "long_turtle_master_splash_potion", - "splashturtleexpot": "long_turtle_master_splash_potion", - "splashturtleexpotion": "long_turtle_master_splash_potion", - "splashturtleextendedpot": "long_turtle_master_splash_potion", - "splashturtleextendedpotion": "long_turtle_master_splash_potion", - "splashturtlelevel2pot": "long_turtle_master_splash_potion", - "splashturtlelevel2potion": "long_turtle_master_splash_potion", - "splashturtlelongpot": "long_turtle_master_splash_potion", - "splashturtlelongpotion": "long_turtle_master_splash_potion", - "splashturtlemaster2pot": "long_turtle_master_splash_potion", - "splashturtlemaster2potion": "long_turtle_master_splash_potion", - "splashturtlemasterexpot": "long_turtle_master_splash_potion", - "splashturtlemasterexpotion": "long_turtle_master_splash_potion", - "splashturtlemasterextendedpot": "long_turtle_master_splash_potion", - "splashturtlemasterextendedpotion": "long_turtle_master_splash_potion", - "splashturtlemasterlevel2pot": "long_turtle_master_splash_potion", - "splashturtlemasterlevel2potion": "long_turtle_master_splash_potion", - "splashturtlemasterlongpot": "long_turtle_master_splash_potion", - "splashturtlemasterlongpotion": "long_turtle_master_splash_potion", - "spltm2pot": "long_turtle_master_splash_potion", - "spltm2potion": "long_turtle_master_splash_potion", - "spltmexpot": "long_turtle_master_splash_potion", - "spltmexpotion": "long_turtle_master_splash_potion", - "spltmextendedpot": "long_turtle_master_splash_potion", - "spltmextendedpotion": "long_turtle_master_splash_potion", - "spltmlevel2pot": "long_turtle_master_splash_potion", - "spltmlevel2potion": "long_turtle_master_splash_potion", - "spltmlongpot": "long_turtle_master_splash_potion", - "spltmlongpotion": "long_turtle_master_splash_potion", - "splturtle2pot": "long_turtle_master_splash_potion", - "splturtle2potion": "long_turtle_master_splash_potion", - "splturtleexpot": "long_turtle_master_splash_potion", - "splturtleexpotion": "long_turtle_master_splash_potion", - "splturtleextendedpot": "long_turtle_master_splash_potion", - "splturtleextendedpotion": "long_turtle_master_splash_potion", - "splturtlelevel2pot": "long_turtle_master_splash_potion", - "splturtlelevel2potion": "long_turtle_master_splash_potion", - "splturtlelongpot": "long_turtle_master_splash_potion", - "splturtlelongpotion": "long_turtle_master_splash_potion", - "splturtlemaster2pot": "long_turtle_master_splash_potion", - "splturtlemaster2potion": "long_turtle_master_splash_potion", - "splturtlemasterexpot": "long_turtle_master_splash_potion", - "splturtlemasterexpotion": "long_turtle_master_splash_potion", - "splturtlemasterextendedpot": "long_turtle_master_splash_potion", - "splturtlemasterextendedpotion": "long_turtle_master_splash_potion", - "splturtlemasterlevel2pot": "long_turtle_master_splash_potion", - "splturtlemasterlevel2potion": "long_turtle_master_splash_potion", - "splturtlemasterlongpot": "long_turtle_master_splash_potion", - "splturtlemasterlongpotion": "long_turtle_master_splash_potion", - "tm2splashpot": "long_turtle_master_splash_potion", - "tm2splashpotion": "long_turtle_master_splash_potion", - "tmexsplashpot": "long_turtle_master_splash_potion", - "tmexsplashpotion": "long_turtle_master_splash_potion", - "tmextendedsplashpot": "long_turtle_master_splash_potion", - "tmextendedsplashpotion": "long_turtle_master_splash_potion", - "tmlevel2splashpot": "long_turtle_master_splash_potion", - "tmlevel2splashpotion": "long_turtle_master_splash_potion", - "tmlongsplashpot": "long_turtle_master_splash_potion", - "tmlongsplashpotion": "long_turtle_master_splash_potion", - "turtle2splashpot": "long_turtle_master_splash_potion", - "turtle2splashpotion": "long_turtle_master_splash_potion", - "turtleexsplashpot": "long_turtle_master_splash_potion", - "turtleexsplashpotion": "long_turtle_master_splash_potion", - "turtleextendedsplashpot": "long_turtle_master_splash_potion", - "turtleextendedsplashpotion": "long_turtle_master_splash_potion", - "turtlelevel2splashpot": "long_turtle_master_splash_potion", - "turtlelevel2splashpotion": "long_turtle_master_splash_potion", - "turtlelongsplashpot": "long_turtle_master_splash_potion", - "turtlelongsplashpotion": "long_turtle_master_splash_potion", - "turtlemaster2splashpot": "long_turtle_master_splash_potion", - "turtlemaster2splashpotion": "long_turtle_master_splash_potion", - "turtlemasterexsplashpot": "long_turtle_master_splash_potion", - "turtlemasterexsplashpotion": "long_turtle_master_splash_potion", - "turtlemasterextendedsplashpot": "long_turtle_master_splash_potion", - "turtlemasterextendedsplashpotion": "long_turtle_master_splash_potion", - "turtlemasterlevel2splashpot": "long_turtle_master_splash_potion", - "turtlemasterlevel2splashpotion": "long_turtle_master_splash_potion", - "turtlemasterlongsplashpot": "long_turtle_master_splash_potion", - "turtlemasterlongsplashpotion": "long_turtle_master_splash_potion", - "long_turtle_master_tipped_arrow": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowtm2": "long_turtle_master_tipped_arrow", - "arrowtmex": "long_turtle_master_tipped_arrow", - "arrowtmextended": "long_turtle_master_tipped_arrow", - "arrowtmlevel2": "long_turtle_master_tipped_arrow", - "arrowtmlong": "long_turtle_master_tipped_arrow", - "arrowturtle2": "long_turtle_master_tipped_arrow", - "arrowturtleex": "long_turtle_master_tipped_arrow", - "arrowturtleextended": "long_turtle_master_tipped_arrow", - "arrowturtlelevel2": "long_turtle_master_tipped_arrow", - "arrowturtlelong": "long_turtle_master_tipped_arrow", - "arrowturtlemaster2": "long_turtle_master_tipped_arrow", - "arrowturtlemasterex": "long_turtle_master_tipped_arrow", - "arrowturtlemasterextended": "long_turtle_master_tipped_arrow", - "arrowturtlemasterlevel2": "long_turtle_master_tipped_arrow", - "arrowturtlemasterlong": "long_turtle_master_tipped_arrow", - "tm2tarr": "long_turtle_master_tipped_arrow", - "tm2tarrow": "long_turtle_master_tipped_arrow", - "tm2tippedarrow": "long_turtle_master_tipped_arrow", - "tmarrow2": "long_turtle_master_tipped_arrow", - "tmarrowex": "long_turtle_master_tipped_arrow", - "tmarrowextended": "long_turtle_master_tipped_arrow", - "tmarrowlevel2": "long_turtle_master_tipped_arrow", - "tmarrowlong": "long_turtle_master_tipped_arrow", - "tmextarr": "long_turtle_master_tipped_arrow", - "tmextarrow": "long_turtle_master_tipped_arrow", - "tmextendedtarr": "long_turtle_master_tipped_arrow", - "tmextendedtarrow": "long_turtle_master_tipped_arrow", - "tmextendedtippedarrow": "long_turtle_master_tipped_arrow", - "tmextippedarrow": "long_turtle_master_tipped_arrow", - "tmlevel2tarr": "long_turtle_master_tipped_arrow", - "tmlevel2tarrow": "long_turtle_master_tipped_arrow", - "tmlevel2tippedarrow": "long_turtle_master_tipped_arrow", - "tmlongtarr": "long_turtle_master_tipped_arrow", - "tmlongtarrow": "long_turtle_master_tipped_arrow", - "tmlongtippedarrow": "long_turtle_master_tipped_arrow", - "turtle2tarr": "long_turtle_master_tipped_arrow", - "turtle2tarrow": "long_turtle_master_tipped_arrow", - "turtle2tippedarrow": "long_turtle_master_tipped_arrow", - "turtlearrow2": "long_turtle_master_tipped_arrow", - "turtlearrowex": "long_turtle_master_tipped_arrow", - "turtlearrowextended": "long_turtle_master_tipped_arrow", - "turtlearrowlevel2": "long_turtle_master_tipped_arrow", - "turtlearrowlong": "long_turtle_master_tipped_arrow", - "turtleextarr": "long_turtle_master_tipped_arrow", - "turtleextarrow": "long_turtle_master_tipped_arrow", - "turtleextendedtarr": "long_turtle_master_tipped_arrow", - "turtleextendedtarrow": "long_turtle_master_tipped_arrow", - "turtleextendedtippedarrow": "long_turtle_master_tipped_arrow", - "turtleextippedarrow": "long_turtle_master_tipped_arrow", - "turtlelevel2tarr": "long_turtle_master_tipped_arrow", - "turtlelevel2tarrow": "long_turtle_master_tipped_arrow", - "turtlelevel2tippedarrow": "long_turtle_master_tipped_arrow", - "turtlelongtarr": "long_turtle_master_tipped_arrow", - "turtlelongtarrow": "long_turtle_master_tipped_arrow", - "turtlelongtippedarrow": "long_turtle_master_tipped_arrow", - "turtlemaster2tarr": "long_turtle_master_tipped_arrow", - "turtlemaster2tarrow": "long_turtle_master_tipped_arrow", - "turtlemaster2tippedarrow": "long_turtle_master_tipped_arrow", - "turtlemasterarrow2": "long_turtle_master_tipped_arrow", - "turtlemasterarrowex": "long_turtle_master_tipped_arrow", - "turtlemasterarrowextended": "long_turtle_master_tipped_arrow", - "turtlemasterarrowlevel2": "long_turtle_master_tipped_arrow", - "turtlemasterarrowlong": "long_turtle_master_tipped_arrow", - "turtlemasterextarr": "long_turtle_master_tipped_arrow", - "turtlemasterextarrow": "long_turtle_master_tipped_arrow", - "turtlemasterextendedtarr": "long_turtle_master_tipped_arrow", - "turtlemasterextendedtarrow": "long_turtle_master_tipped_arrow", - "turtlemasterextendedtippedarrow": "long_turtle_master_tipped_arrow", - "turtlemasterextippedarrow": "long_turtle_master_tipped_arrow", - "turtlemasterlevel2tarr": "long_turtle_master_tipped_arrow", - "turtlemasterlevel2tarrow": "long_turtle_master_tipped_arrow", - "turtlemasterlevel2tippedarrow": "long_turtle_master_tipped_arrow", - "turtlemasterlongtarr": "long_turtle_master_tipped_arrow", - "turtlemasterlongtarrow": "long_turtle_master_tipped_arrow", - "turtlemasterlongtippedarrow": "long_turtle_master_tipped_arrow", - "long_water_breathing_lingering_potion": { - "potionData": { - "type": "WATER_BREATHING", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotbreath2": "long_water_breathing_lingering_potion", - "aoepotbreathex": "long_water_breathing_lingering_potion", - "aoepotbreathextended": "long_water_breathing_lingering_potion", - "aoepotbreathing2": "long_water_breathing_lingering_potion", - "aoepotbreathingex": "long_water_breathing_lingering_potion", - "aoepotbreathingextended": "long_water_breathing_lingering_potion", - "aoepotbreathinglevel2": "long_water_breathing_lingering_potion", - "aoepotbreathinglong": "long_water_breathing_lingering_potion", - "aoepotbreathlevel2": "long_water_breathing_lingering_potion", - "aoepotbreathlong": "long_water_breathing_lingering_potion", - "aoepotionbreath2": "long_water_breathing_lingering_potion", - "aoepotionbreathex": "long_water_breathing_lingering_potion", - "aoepotionbreathextended": "long_water_breathing_lingering_potion", - "aoepotionbreathing2": "long_water_breathing_lingering_potion", - "aoepotionbreathingex": "long_water_breathing_lingering_potion", - "aoepotionbreathingextended": "long_water_breathing_lingering_potion", - "aoepotionbreathinglevel2": "long_water_breathing_lingering_potion", - "aoepotionbreathinglong": "long_water_breathing_lingering_potion", - "aoepotionbreathlevel2": "long_water_breathing_lingering_potion", - "aoepotionbreathlong": "long_water_breathing_lingering_potion", - "aoepotionwaterbreath2": "long_water_breathing_lingering_potion", - "aoepotionwaterbreathex": "long_water_breathing_lingering_potion", - "aoepotionwaterbreathextended": "long_water_breathing_lingering_potion", - "aoepotionwaterbreathing2": "long_water_breathing_lingering_potion", - "aoepotionwaterbreathingex": "long_water_breathing_lingering_potion", - "aoepotionwaterbreathingextended": "long_water_breathing_lingering_potion", - "aoepotionwaterbreathinglevel2": "long_water_breathing_lingering_potion", - "aoepotionwaterbreathinglong": "long_water_breathing_lingering_potion", - "aoepotionwaterbreathlevel2": "long_water_breathing_lingering_potion", - "aoepotionwaterbreathlong": "long_water_breathing_lingering_potion", - "aoepotionwb2": "long_water_breathing_lingering_potion", - "aoepotionwbex": "long_water_breathing_lingering_potion", - "aoepotionwbextended": "long_water_breathing_lingering_potion", - "aoepotionwblevel2": "long_water_breathing_lingering_potion", - "aoepotionwblong": "long_water_breathing_lingering_potion", - "aoepotwaterbreath2": "long_water_breathing_lingering_potion", - "aoepotwaterbreathex": "long_water_breathing_lingering_potion", - "aoepotwaterbreathextended": "long_water_breathing_lingering_potion", - "aoepotwaterbreathing2": "long_water_breathing_lingering_potion", - "aoepotwaterbreathingex": "long_water_breathing_lingering_potion", - "aoepotwaterbreathingextended": "long_water_breathing_lingering_potion", - "aoepotwaterbreathinglevel2": "long_water_breathing_lingering_potion", - "aoepotwaterbreathinglong": "long_water_breathing_lingering_potion", - "aoepotwaterbreathlevel2": "long_water_breathing_lingering_potion", - "aoepotwaterbreathlong": "long_water_breathing_lingering_potion", - "aoepotwb2": "long_water_breathing_lingering_potion", - "aoepotwbex": "long_water_breathing_lingering_potion", - "aoepotwbextended": "long_water_breathing_lingering_potion", - "aoepotwblevel2": "long_water_breathing_lingering_potion", - "aoepotwblong": "long_water_breathing_lingering_potion", - "areapotbreath2": "long_water_breathing_lingering_potion", - "areapotbreathex": "long_water_breathing_lingering_potion", - "areapotbreathextended": "long_water_breathing_lingering_potion", - "areapotbreathing2": "long_water_breathing_lingering_potion", - "areapotbreathingex": "long_water_breathing_lingering_potion", - "areapotbreathingextended": "long_water_breathing_lingering_potion", - "areapotbreathinglevel2": "long_water_breathing_lingering_potion", - "areapotbreathinglong": "long_water_breathing_lingering_potion", - "areapotbreathlevel2": "long_water_breathing_lingering_potion", - "areapotbreathlong": "long_water_breathing_lingering_potion", - "areapotionbreath2": "long_water_breathing_lingering_potion", - "areapotionbreathex": "long_water_breathing_lingering_potion", - "areapotionbreathextended": "long_water_breathing_lingering_potion", - "areapotionbreathing2": "long_water_breathing_lingering_potion", - "areapotionbreathingex": "long_water_breathing_lingering_potion", - "areapotionbreathingextended": "long_water_breathing_lingering_potion", - "areapotionbreathinglevel2": "long_water_breathing_lingering_potion", - "areapotionbreathinglong": "long_water_breathing_lingering_potion", - "areapotionbreathlevel2": "long_water_breathing_lingering_potion", - "areapotionbreathlong": "long_water_breathing_lingering_potion", - "areapotionwaterbreath2": "long_water_breathing_lingering_potion", - "areapotionwaterbreathex": "long_water_breathing_lingering_potion", - "areapotionwaterbreathextended": "long_water_breathing_lingering_potion", - "areapotionwaterbreathing2": "long_water_breathing_lingering_potion", - "areapotionwaterbreathingex": "long_water_breathing_lingering_potion", - "areapotionwaterbreathingextended": "long_water_breathing_lingering_potion", - "areapotionwaterbreathinglevel2": "long_water_breathing_lingering_potion", - "areapotionwaterbreathinglong": "long_water_breathing_lingering_potion", - "areapotionwaterbreathlevel2": "long_water_breathing_lingering_potion", - "areapotionwaterbreathlong": "long_water_breathing_lingering_potion", - "areapotionwb2": "long_water_breathing_lingering_potion", - "areapotionwbex": "long_water_breathing_lingering_potion", - "areapotionwbextended": "long_water_breathing_lingering_potion", - "areapotionwblevel2": "long_water_breathing_lingering_potion", - "areapotionwblong": "long_water_breathing_lingering_potion", - "areapotwaterbreath2": "long_water_breathing_lingering_potion", - "areapotwaterbreathex": "long_water_breathing_lingering_potion", - "areapotwaterbreathextended": "long_water_breathing_lingering_potion", - "areapotwaterbreathing2": "long_water_breathing_lingering_potion", - "areapotwaterbreathingex": "long_water_breathing_lingering_potion", - "areapotwaterbreathingextended": "long_water_breathing_lingering_potion", - "areapotwaterbreathinglevel2": "long_water_breathing_lingering_potion", - "areapotwaterbreathinglong": "long_water_breathing_lingering_potion", - "areapotwaterbreathlevel2": "long_water_breathing_lingering_potion", - "areapotwaterbreathlong": "long_water_breathing_lingering_potion", - "areapotwb2": "long_water_breathing_lingering_potion", - "areapotwbex": "long_water_breathing_lingering_potion", - "areapotwbextended": "long_water_breathing_lingering_potion", - "areapotwblevel2": "long_water_breathing_lingering_potion", - "areapotwblong": "long_water_breathing_lingering_potion", - "breathaoepoiont2": "long_water_breathing_lingering_potion", - "breathaoepoiontex": "long_water_breathing_lingering_potion", - "breathaoepoiontextended": "long_water_breathing_lingering_potion", - "breathaoepoiontlevel2": "long_water_breathing_lingering_potion", - "breathaoepoiontlong": "long_water_breathing_lingering_potion", - "breathaoepot2": "long_water_breathing_lingering_potion", - "breathaoepotex": "long_water_breathing_lingering_potion", - "breathaoepotextended": "long_water_breathing_lingering_potion", - "breathaoepotlevel2": "long_water_breathing_lingering_potion", - "breathaoepotlong": "long_water_breathing_lingering_potion", - "breathareapot2": "long_water_breathing_lingering_potion", - "breathareapotex": "long_water_breathing_lingering_potion", - "breathareapotextended": "long_water_breathing_lingering_potion", - "breathareapotion2": "long_water_breathing_lingering_potion", - "breathareapotionex": "long_water_breathing_lingering_potion", - "breathareapotionextended": "long_water_breathing_lingering_potion", - "breathareapotionlevel2": "long_water_breathing_lingering_potion", - "breathareapotionlong": "long_water_breathing_lingering_potion", - "breathareapotlevel2": "long_water_breathing_lingering_potion", - "breathareapotlong": "long_water_breathing_lingering_potion", - "breathcloudpot2": "long_water_breathing_lingering_potion", - "breathcloudpotex": "long_water_breathing_lingering_potion", - "breathcloudpotextended": "long_water_breathing_lingering_potion", - "breathcloudpotion2": "long_water_breathing_lingering_potion", - "breathcloudpotionex": "long_water_breathing_lingering_potion", - "breathcloudpotionextended": "long_water_breathing_lingering_potion", - "breathcloudpotionlevel2": "long_water_breathing_lingering_potion", - "breathcloudpotionlong": "long_water_breathing_lingering_potion", - "breathcloudpotlevel2": "long_water_breathing_lingering_potion", - "breathcloudpotlong": "long_water_breathing_lingering_potion", - "breathingaoepoiont2": "long_water_breathing_lingering_potion", - "breathingaoepoiontex": "long_water_breathing_lingering_potion", - "breathingaoepoiontextended": "long_water_breathing_lingering_potion", - "breathingaoepoiontlevel2": "long_water_breathing_lingering_potion", - "breathingaoepoiontlong": "long_water_breathing_lingering_potion", - "breathingaoepot2": "long_water_breathing_lingering_potion", - "breathingaoepotex": "long_water_breathing_lingering_potion", - "breathingaoepotextended": "long_water_breathing_lingering_potion", - "breathingaoepotlevel2": "long_water_breathing_lingering_potion", - "breathingaoepotlong": "long_water_breathing_lingering_potion", - "breathingareapot2": "long_water_breathing_lingering_potion", - "breathingareapotex": "long_water_breathing_lingering_potion", - "breathingareapotextended": "long_water_breathing_lingering_potion", - "breathingareapotion2": "long_water_breathing_lingering_potion", - "breathingareapotionex": "long_water_breathing_lingering_potion", - "breathingareapotionextended": "long_water_breathing_lingering_potion", - "breathingareapotionlevel2": "long_water_breathing_lingering_potion", - "breathingareapotionlong": "long_water_breathing_lingering_potion", - "breathingareapotlevel2": "long_water_breathing_lingering_potion", - "breathingareapotlong": "long_water_breathing_lingering_potion", - "breathingcloudpot2": "long_water_breathing_lingering_potion", - "breathingcloudpotex": "long_water_breathing_lingering_potion", - "breathingcloudpotextended": "long_water_breathing_lingering_potion", - "breathingcloudpotion2": "long_water_breathing_lingering_potion", - "breathingcloudpotionex": "long_water_breathing_lingering_potion", - "breathingcloudpotionextended": "long_water_breathing_lingering_potion", - "breathingcloudpotionlevel2": "long_water_breathing_lingering_potion", - "breathingcloudpotionlong": "long_water_breathing_lingering_potion", - "breathingcloudpotlevel2": "long_water_breathing_lingering_potion", - "breathingcloudpotlong": "long_water_breathing_lingering_potion", - "breathinglingerpot2": "long_water_breathing_lingering_potion", - "breathinglingerpotex": "long_water_breathing_lingering_potion", - "breathinglingerpotextended": "long_water_breathing_lingering_potion", - "breathinglingerpotlevel2": "long_water_breathing_lingering_potion", - "breathinglingerpotlong": "long_water_breathing_lingering_potion", - "breathlingerpot2": "long_water_breathing_lingering_potion", - "breathlingerpotex": "long_water_breathing_lingering_potion", - "breathlingerpotextended": "long_water_breathing_lingering_potion", - "breathlingerpotlevel2": "long_water_breathing_lingering_potion", - "breathlingerpotlong": "long_water_breathing_lingering_potion", - "cloudpotbreath2": "long_water_breathing_lingering_potion", - "cloudpotbreathex": "long_water_breathing_lingering_potion", - "cloudpotbreathextended": "long_water_breathing_lingering_potion", - "cloudpotbreathing2": "long_water_breathing_lingering_potion", - "cloudpotbreathingex": "long_water_breathing_lingering_potion", - "cloudpotbreathingextended": "long_water_breathing_lingering_potion", - "cloudpotbreathinglevel2": "long_water_breathing_lingering_potion", - "cloudpotbreathinglong": "long_water_breathing_lingering_potion", - "cloudpotbreathlevel2": "long_water_breathing_lingering_potion", - "cloudpotbreathlong": "long_water_breathing_lingering_potion", - "cloudpotionbreath2": "long_water_breathing_lingering_potion", - "cloudpotionbreathex": "long_water_breathing_lingering_potion", - "cloudpotionbreathextended": "long_water_breathing_lingering_potion", - "cloudpotionbreathing2": "long_water_breathing_lingering_potion", - "cloudpotionbreathingex": "long_water_breathing_lingering_potion", - "cloudpotionbreathingextended": "long_water_breathing_lingering_potion", - "cloudpotionbreathinglevel2": "long_water_breathing_lingering_potion", - "cloudpotionbreathinglong": "long_water_breathing_lingering_potion", - "cloudpotionbreathlevel2": "long_water_breathing_lingering_potion", - "cloudpotionbreathlong": "long_water_breathing_lingering_potion", - "cloudpotionwaterbreath2": "long_water_breathing_lingering_potion", - "cloudpotionwaterbreathex": "long_water_breathing_lingering_potion", - "cloudpotionwaterbreathextended": "long_water_breathing_lingering_potion", - "cloudpotionwaterbreathing2": "long_water_breathing_lingering_potion", - "cloudpotionwaterbreathingex": "long_water_breathing_lingering_potion", - "cloudpotionwaterbreathingextended": "long_water_breathing_lingering_potion", - "cloudpotionwaterbreathinglevel2": "long_water_breathing_lingering_potion", - "cloudpotionwaterbreathinglong": "long_water_breathing_lingering_potion", - "cloudpotionwaterbreathlevel2": "long_water_breathing_lingering_potion", - "cloudpotionwaterbreathlong": "long_water_breathing_lingering_potion", - "cloudpotionwb2": "long_water_breathing_lingering_potion", - "cloudpotionwbex": "long_water_breathing_lingering_potion", - "cloudpotionwbextended": "long_water_breathing_lingering_potion", - "cloudpotionwblevel2": "long_water_breathing_lingering_potion", - "cloudpotionwblong": "long_water_breathing_lingering_potion", - "cloudpotwaterbreath2": "long_water_breathing_lingering_potion", - "cloudpotwaterbreathex": "long_water_breathing_lingering_potion", - "cloudpotwaterbreathextended": "long_water_breathing_lingering_potion", - "cloudpotwaterbreathing2": "long_water_breathing_lingering_potion", - "cloudpotwaterbreathingex": "long_water_breathing_lingering_potion", - "cloudpotwaterbreathingextended": "long_water_breathing_lingering_potion", - "cloudpotwaterbreathinglevel2": "long_water_breathing_lingering_potion", - "cloudpotwaterbreathinglong": "long_water_breathing_lingering_potion", - "cloudpotwaterbreathlevel2": "long_water_breathing_lingering_potion", - "cloudpotwaterbreathlong": "long_water_breathing_lingering_potion", - "cloudpotwb2": "long_water_breathing_lingering_potion", - "cloudpotwbex": "long_water_breathing_lingering_potion", - "cloudpotwbextended": "long_water_breathing_lingering_potion", - "cloudpotwblevel2": "long_water_breathing_lingering_potion", - "cloudpotwblong": "long_water_breathing_lingering_potion", - "lingerpotbreath2": "long_water_breathing_lingering_potion", - "lingerpotbreathex": "long_water_breathing_lingering_potion", - "lingerpotbreathextended": "long_water_breathing_lingering_potion", - "lingerpotbreathing2": "long_water_breathing_lingering_potion", - "lingerpotbreathingex": "long_water_breathing_lingering_potion", - "lingerpotbreathingextended": "long_water_breathing_lingering_potion", - "lingerpotbreathinglevel2": "long_water_breathing_lingering_potion", - "lingerpotbreathinglong": "long_water_breathing_lingering_potion", - "lingerpotbreathlevel2": "long_water_breathing_lingering_potion", - "lingerpotbreathlong": "long_water_breathing_lingering_potion", - "lingerpotwaterbreath2": "long_water_breathing_lingering_potion", - "lingerpotwaterbreathex": "long_water_breathing_lingering_potion", - "lingerpotwaterbreathextended": "long_water_breathing_lingering_potion", - "lingerpotwaterbreathing2": "long_water_breathing_lingering_potion", - "lingerpotwaterbreathingex": "long_water_breathing_lingering_potion", - "lingerpotwaterbreathingextended": "long_water_breathing_lingering_potion", - "lingerpotwaterbreathinglevel2": "long_water_breathing_lingering_potion", - "lingerpotwaterbreathinglong": "long_water_breathing_lingering_potion", - "lingerpotwaterbreathlevel2": "long_water_breathing_lingering_potion", - "lingerpotwaterbreathlong": "long_water_breathing_lingering_potion", - "lingerpotwb2": "long_water_breathing_lingering_potion", - "lingerpotwbex": "long_water_breathing_lingering_potion", - "lingerpotwbextended": "long_water_breathing_lingering_potion", - "lingerpotwblevel2": "long_water_breathing_lingering_potion", - "lingerpotwblong": "long_water_breathing_lingering_potion", - "waterbreathaoepoiont2": "long_water_breathing_lingering_potion", - "waterbreathaoepoiontex": "long_water_breathing_lingering_potion", - "waterbreathaoepoiontextended": "long_water_breathing_lingering_potion", - "waterbreathaoepoiontlevel2": "long_water_breathing_lingering_potion", - "waterbreathaoepoiontlong": "long_water_breathing_lingering_potion", - "waterbreathaoepot2": "long_water_breathing_lingering_potion", - "waterbreathaoepotex": "long_water_breathing_lingering_potion", - "waterbreathaoepotextended": "long_water_breathing_lingering_potion", - "waterbreathaoepotlevel2": "long_water_breathing_lingering_potion", - "waterbreathaoepotlong": "long_water_breathing_lingering_potion", - "waterbreathareapot2": "long_water_breathing_lingering_potion", - "waterbreathareapotex": "long_water_breathing_lingering_potion", - "waterbreathareapotextended": "long_water_breathing_lingering_potion", - "waterbreathareapotion2": "long_water_breathing_lingering_potion", - "waterbreathareapotionex": "long_water_breathing_lingering_potion", - "waterbreathareapotionextended": "long_water_breathing_lingering_potion", - "waterbreathareapotionlevel2": "long_water_breathing_lingering_potion", - "waterbreathareapotionlong": "long_water_breathing_lingering_potion", - "waterbreathareapotlevel2": "long_water_breathing_lingering_potion", - "waterbreathareapotlong": "long_water_breathing_lingering_potion", - "waterbreathcloudpot2": "long_water_breathing_lingering_potion", - "waterbreathcloudpotex": "long_water_breathing_lingering_potion", - "waterbreathcloudpotextended": "long_water_breathing_lingering_potion", - "waterbreathcloudpotion2": "long_water_breathing_lingering_potion", - "waterbreathcloudpotionex": "long_water_breathing_lingering_potion", - "waterbreathcloudpotionextended": "long_water_breathing_lingering_potion", - "waterbreathcloudpotionlevel2": "long_water_breathing_lingering_potion", - "waterbreathcloudpotionlong": "long_water_breathing_lingering_potion", - "waterbreathcloudpotlevel2": "long_water_breathing_lingering_potion", - "waterbreathcloudpotlong": "long_water_breathing_lingering_potion", - "waterbreathingaoepoiont2": "long_water_breathing_lingering_potion", - "waterbreathingaoepoiontex": "long_water_breathing_lingering_potion", - "waterbreathingaoepoiontextended": "long_water_breathing_lingering_potion", - "waterbreathingaoepoiontlevel2": "long_water_breathing_lingering_potion", - "waterbreathingaoepoiontlong": "long_water_breathing_lingering_potion", - "waterbreathingaoepot2": "long_water_breathing_lingering_potion", - "waterbreathingaoepotex": "long_water_breathing_lingering_potion", - "waterbreathingaoepotextended": "long_water_breathing_lingering_potion", - "waterbreathingaoepotlevel2": "long_water_breathing_lingering_potion", - "waterbreathingaoepotlong": "long_water_breathing_lingering_potion", - "waterbreathingareapot2": "long_water_breathing_lingering_potion", - "waterbreathingareapotex": "long_water_breathing_lingering_potion", - "waterbreathingareapotextended": "long_water_breathing_lingering_potion", - "waterbreathingareapotion2": "long_water_breathing_lingering_potion", - "waterbreathingareapotionex": "long_water_breathing_lingering_potion", - "waterbreathingareapotionextended": "long_water_breathing_lingering_potion", - "waterbreathingareapotionlevel2": "long_water_breathing_lingering_potion", - "waterbreathingareapotionlong": "long_water_breathing_lingering_potion", - "waterbreathingareapotlevel2": "long_water_breathing_lingering_potion", - "waterbreathingareapotlong": "long_water_breathing_lingering_potion", - "waterbreathingcloudpot2": "long_water_breathing_lingering_potion", - "waterbreathingcloudpotex": "long_water_breathing_lingering_potion", - "waterbreathingcloudpotextended": "long_water_breathing_lingering_potion", - "waterbreathingcloudpotion2": "long_water_breathing_lingering_potion", - "waterbreathingcloudpotionex": "long_water_breathing_lingering_potion", - "waterbreathingcloudpotionextended": "long_water_breathing_lingering_potion", - "waterbreathingcloudpotionlevel2": "long_water_breathing_lingering_potion", - "waterbreathingcloudpotionlong": "long_water_breathing_lingering_potion", - "waterbreathingcloudpotlevel2": "long_water_breathing_lingering_potion", - "waterbreathingcloudpotlong": "long_water_breathing_lingering_potion", - "waterbreathinglingerpot2": "long_water_breathing_lingering_potion", - "waterbreathinglingerpotex": "long_water_breathing_lingering_potion", - "waterbreathinglingerpotextended": "long_water_breathing_lingering_potion", - "waterbreathinglingerpotlevel2": "long_water_breathing_lingering_potion", - "waterbreathinglingerpotlong": "long_water_breathing_lingering_potion", - "waterbreathlingerpot2": "long_water_breathing_lingering_potion", - "waterbreathlingerpotex": "long_water_breathing_lingering_potion", - "waterbreathlingerpotextended": "long_water_breathing_lingering_potion", - "waterbreathlingerpotlevel2": "long_water_breathing_lingering_potion", - "waterbreathlingerpotlong": "long_water_breathing_lingering_potion", - "wbaoepoiont2": "long_water_breathing_lingering_potion", - "wbaoepoiontex": "long_water_breathing_lingering_potion", - "wbaoepoiontextended": "long_water_breathing_lingering_potion", - "wbaoepoiontlevel2": "long_water_breathing_lingering_potion", - "wbaoepoiontlong": "long_water_breathing_lingering_potion", - "wbaoepot2": "long_water_breathing_lingering_potion", - "wbaoepotex": "long_water_breathing_lingering_potion", - "wbaoepotextended": "long_water_breathing_lingering_potion", - "wbaoepotlevel2": "long_water_breathing_lingering_potion", - "wbaoepotlong": "long_water_breathing_lingering_potion", - "wbareapot2": "long_water_breathing_lingering_potion", - "wbareapotex": "long_water_breathing_lingering_potion", - "wbareapotextended": "long_water_breathing_lingering_potion", - "wbareapotion2": "long_water_breathing_lingering_potion", - "wbareapotionex": "long_water_breathing_lingering_potion", - "wbareapotionextended": "long_water_breathing_lingering_potion", - "wbareapotionlevel2": "long_water_breathing_lingering_potion", - "wbareapotionlong": "long_water_breathing_lingering_potion", - "wbareapotlevel2": "long_water_breathing_lingering_potion", - "wbareapotlong": "long_water_breathing_lingering_potion", - "wbcloudpot2": "long_water_breathing_lingering_potion", - "wbcloudpotex": "long_water_breathing_lingering_potion", - "wbcloudpotextended": "long_water_breathing_lingering_potion", - "wbcloudpotion2": "long_water_breathing_lingering_potion", - "wbcloudpotionex": "long_water_breathing_lingering_potion", - "wbcloudpotionextended": "long_water_breathing_lingering_potion", - "wbcloudpotionlevel2": "long_water_breathing_lingering_potion", - "wbcloudpotionlong": "long_water_breathing_lingering_potion", - "wbcloudpotlevel2": "long_water_breathing_lingering_potion", - "wbcloudpotlong": "long_water_breathing_lingering_potion", - "wblingerpot2": "long_water_breathing_lingering_potion", - "wblingerpotex": "long_water_breathing_lingering_potion", - "wblingerpotextended": "long_water_breathing_lingering_potion", - "wblingerpotlevel2": "long_water_breathing_lingering_potion", - "wblingerpotlong": "long_water_breathing_lingering_potion", - "long_water_breathing_potion": { - "potionData": { - "type": "WATER_BREATHING", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "breath2pot": "long_water_breathing_potion", - "breath2potion": "long_water_breathing_potion", - "breathexpot": "long_water_breathing_potion", - "breathexpotion": "long_water_breathing_potion", - "breathextendedpot": "long_water_breathing_potion", - "breathextendedpotion": "long_water_breathing_potion", - "breathing2pot": "long_water_breathing_potion", - "breathing2potion": "long_water_breathing_potion", - "breathingexpot": "long_water_breathing_potion", - "breathingexpotion": "long_water_breathing_potion", - "breathingextendedpot": "long_water_breathing_potion", - "breathingextendedpotion": "long_water_breathing_potion", - "breathinglevel2pot": "long_water_breathing_potion", - "breathinglevel2potion": "long_water_breathing_potion", - "breathinglongpot": "long_water_breathing_potion", - "breathinglongpotion": "long_water_breathing_potion", - "breathlevel2pot": "long_water_breathing_potion", - "breathlevel2potion": "long_water_breathing_potion", - "breathlongpot": "long_water_breathing_potion", - "breathlongpotion": "long_water_breathing_potion", - "potionofbreath2": "long_water_breathing_potion", - "potionofbreathex": "long_water_breathing_potion", - "potionofbreathextended": "long_water_breathing_potion", - "potionofbreathing2": "long_water_breathing_potion", - "potionofbreathingex": "long_water_breathing_potion", - "potionofbreathingextended": "long_water_breathing_potion", - "potionofbreathinglevel2": "long_water_breathing_potion", - "potionofbreathinglong": "long_water_breathing_potion", - "potionofbreathlevel2": "long_water_breathing_potion", - "potionofbreathlong": "long_water_breathing_potion", - "potionofwaterbreath2": "long_water_breathing_potion", - "potionofwaterbreathex": "long_water_breathing_potion", - "potionofwaterbreathextended": "long_water_breathing_potion", - "potionofwaterbreathing2": "long_water_breathing_potion", - "potionofwaterbreathingex": "long_water_breathing_potion", - "potionofwaterbreathingextended": "long_water_breathing_potion", - "potionofwaterbreathinglevel2": "long_water_breathing_potion", - "potionofwaterbreathinglong": "long_water_breathing_potion", - "potionofwaterbreathlevel2": "long_water_breathing_potion", - "potionofwaterbreathlong": "long_water_breathing_potion", - "potionofwb2": "long_water_breathing_potion", - "potionofwbex": "long_water_breathing_potion", - "potionofwbextended": "long_water_breathing_potion", - "potionofwblevel2": "long_water_breathing_potion", - "potionofwblong": "long_water_breathing_potion", - "potofbreath2": "long_water_breathing_potion", - "potofbreathex": "long_water_breathing_potion", - "potofbreathextended": "long_water_breathing_potion", - "potofbreathing2": "long_water_breathing_potion", - "potofbreathingex": "long_water_breathing_potion", - "potofbreathingextended": "long_water_breathing_potion", - "potofbreathinglevel2": "long_water_breathing_potion", - "potofbreathinglong": "long_water_breathing_potion", - "potofbreathlevel2": "long_water_breathing_potion", - "potofbreathlong": "long_water_breathing_potion", - "potofwaterbreath2": "long_water_breathing_potion", - "potofwaterbreathex": "long_water_breathing_potion", - "potofwaterbreathextended": "long_water_breathing_potion", - "potofwaterbreathing2": "long_water_breathing_potion", - "potofwaterbreathingex": "long_water_breathing_potion", - "potofwaterbreathingextended": "long_water_breathing_potion", - "potofwaterbreathinglevel2": "long_water_breathing_potion", - "potofwaterbreathinglong": "long_water_breathing_potion", - "potofwaterbreathlevel2": "long_water_breathing_potion", - "potofwaterbreathlong": "long_water_breathing_potion", - "potofwb2": "long_water_breathing_potion", - "potofwbex": "long_water_breathing_potion", - "potofwbextended": "long_water_breathing_potion", - "potofwblevel2": "long_water_breathing_potion", - "potofwblong": "long_water_breathing_potion", - "waterbreath2pot": "long_water_breathing_potion", - "waterbreath2potion": "long_water_breathing_potion", - "waterbreathexpot": "long_water_breathing_potion", - "waterbreathexpotion": "long_water_breathing_potion", - "waterbreathextendedpot": "long_water_breathing_potion", - "waterbreathextendedpotion": "long_water_breathing_potion", - "waterbreathing2pot": "long_water_breathing_potion", - "waterbreathing2potion": "long_water_breathing_potion", - "waterbreathingexpot": "long_water_breathing_potion", - "waterbreathingexpotion": "long_water_breathing_potion", - "waterbreathingextendedpot": "long_water_breathing_potion", - "waterbreathingextendedpotion": "long_water_breathing_potion", - "waterbreathinglevel2pot": "long_water_breathing_potion", - "waterbreathinglevel2potion": "long_water_breathing_potion", - "waterbreathinglongpot": "long_water_breathing_potion", - "waterbreathinglongpotion": "long_water_breathing_potion", - "waterbreathlevel2pot": "long_water_breathing_potion", - "waterbreathlevel2potion": "long_water_breathing_potion", - "waterbreathlongpot": "long_water_breathing_potion", - "waterbreathlongpotion": "long_water_breathing_potion", - "wb2pot": "long_water_breathing_potion", - "wb2potion": "long_water_breathing_potion", - "wbexpot": "long_water_breathing_potion", - "wbexpotion": "long_water_breathing_potion", - "wbextendedpot": "long_water_breathing_potion", - "wbextendedpotion": "long_water_breathing_potion", - "wblevel2pot": "long_water_breathing_potion", - "wblevel2potion": "long_water_breathing_potion", - "wblongpot": "long_water_breathing_potion", - "wblongpotion": "long_water_breathing_potion", - "long_water_breathing_splash_potion": { - "potionData": { - "type": "WATER_BREATHING", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "breath2splashpot": "long_water_breathing_splash_potion", - "breath2splashpotion": "long_water_breathing_splash_potion", - "breathexsplashpot": "long_water_breathing_splash_potion", - "breathexsplashpotion": "long_water_breathing_splash_potion", - "breathextendedsplashpot": "long_water_breathing_splash_potion", - "breathextendedsplashpotion": "long_water_breathing_splash_potion", - "breathing2splashpot": "long_water_breathing_splash_potion", - "breathing2splashpotion": "long_water_breathing_splash_potion", - "breathingexsplashpot": "long_water_breathing_splash_potion", - "breathingexsplashpotion": "long_water_breathing_splash_potion", - "breathingextendedsplashpot": "long_water_breathing_splash_potion", - "breathingextendedsplashpotion": "long_water_breathing_splash_potion", - "breathinglevel2splashpot": "long_water_breathing_splash_potion", - "breathinglevel2splashpotion": "long_water_breathing_splash_potion", - "breathinglongsplashpot": "long_water_breathing_splash_potion", - "breathinglongsplashpotion": "long_water_breathing_splash_potion", - "breathlevel2splashpot": "long_water_breathing_splash_potion", - "breathlevel2splashpotion": "long_water_breathing_splash_potion", - "breathlongsplashpot": "long_water_breathing_splash_potion", - "breathlongsplashpotion": "long_water_breathing_splash_potion", - "splashbreath2pot": "long_water_breathing_splash_potion", - "splashbreath2potion": "long_water_breathing_splash_potion", - "splashbreathexpot": "long_water_breathing_splash_potion", - "splashbreathexpotion": "long_water_breathing_splash_potion", - "splashbreathextendedpot": "long_water_breathing_splash_potion", - "splashbreathextendedpotion": "long_water_breathing_splash_potion", - "splashbreathing2pot": "long_water_breathing_splash_potion", - "splashbreathing2potion": "long_water_breathing_splash_potion", - "splashbreathingexpot": "long_water_breathing_splash_potion", - "splashbreathingexpotion": "long_water_breathing_splash_potion", - "splashbreathingextendedpot": "long_water_breathing_splash_potion", - "splashbreathingextendedpotion": "long_water_breathing_splash_potion", - "splashbreathinglevel2pot": "long_water_breathing_splash_potion", - "splashbreathinglevel2potion": "long_water_breathing_splash_potion", - "splashbreathinglongpot": "long_water_breathing_splash_potion", - "splashbreathinglongpotion": "long_water_breathing_splash_potion", - "splashbreathlevel2pot": "long_water_breathing_splash_potion", - "splashbreathlevel2potion": "long_water_breathing_splash_potion", - "splashbreathlongpot": "long_water_breathing_splash_potion", - "splashbreathlongpotion": "long_water_breathing_splash_potion", - "splashwaterbreath2pot": "long_water_breathing_splash_potion", - "splashwaterbreath2potion": "long_water_breathing_splash_potion", - "splashwaterbreathexpot": "long_water_breathing_splash_potion", - "splashwaterbreathexpotion": "long_water_breathing_splash_potion", - "splashwaterbreathextendedpot": "long_water_breathing_splash_potion", - "splashwaterbreathextendedpotion": "long_water_breathing_splash_potion", - "splashwaterbreathing2pot": "long_water_breathing_splash_potion", - "splashwaterbreathing2potion": "long_water_breathing_splash_potion", - "splashwaterbreathingexpot": "long_water_breathing_splash_potion", - "splashwaterbreathingexpotion": "long_water_breathing_splash_potion", - "splashwaterbreathingextendedpot": "long_water_breathing_splash_potion", - "splashwaterbreathingextendedpotion": "long_water_breathing_splash_potion", - "splashwaterbreathinglevel2pot": "long_water_breathing_splash_potion", - "splashwaterbreathinglevel2potion": "long_water_breathing_splash_potion", - "splashwaterbreathinglongpot": "long_water_breathing_splash_potion", - "splashwaterbreathinglongpotion": "long_water_breathing_splash_potion", - "splashwaterbreathlevel2pot": "long_water_breathing_splash_potion", - "splashwaterbreathlevel2potion": "long_water_breathing_splash_potion", - "splashwaterbreathlongpot": "long_water_breathing_splash_potion", - "splashwaterbreathlongpotion": "long_water_breathing_splash_potion", - "splashwb2pot": "long_water_breathing_splash_potion", - "splashwb2potion": "long_water_breathing_splash_potion", - "splashwbexpot": "long_water_breathing_splash_potion", - "splashwbexpotion": "long_water_breathing_splash_potion", - "splashwbextendedpot": "long_water_breathing_splash_potion", - "splashwbextendedpotion": "long_water_breathing_splash_potion", - "splashwblevel2pot": "long_water_breathing_splash_potion", - "splashwblevel2potion": "long_water_breathing_splash_potion", - "splashwblongpot": "long_water_breathing_splash_potion", - "splashwblongpotion": "long_water_breathing_splash_potion", - "splbreath2pot": "long_water_breathing_splash_potion", - "splbreath2potion": "long_water_breathing_splash_potion", - "splbreathexpot": "long_water_breathing_splash_potion", - "splbreathexpotion": "long_water_breathing_splash_potion", - "splbreathextendedpot": "long_water_breathing_splash_potion", - "splbreathextendedpotion": "long_water_breathing_splash_potion", - "splbreathing2pot": "long_water_breathing_splash_potion", - "splbreathing2potion": "long_water_breathing_splash_potion", - "splbreathingexpot": "long_water_breathing_splash_potion", - "splbreathingexpotion": "long_water_breathing_splash_potion", - "splbreathingextendedpot": "long_water_breathing_splash_potion", - "splbreathingextendedpotion": "long_water_breathing_splash_potion", - "splbreathinglevel2pot": "long_water_breathing_splash_potion", - "splbreathinglevel2potion": "long_water_breathing_splash_potion", - "splbreathinglongpot": "long_water_breathing_splash_potion", - "splbreathinglongpotion": "long_water_breathing_splash_potion", - "splbreathlevel2pot": "long_water_breathing_splash_potion", - "splbreathlevel2potion": "long_water_breathing_splash_potion", - "splbreathlongpot": "long_water_breathing_splash_potion", - "splbreathlongpotion": "long_water_breathing_splash_potion", - "splwaterbreath2pot": "long_water_breathing_splash_potion", - "splwaterbreath2potion": "long_water_breathing_splash_potion", - "splwaterbreathexpot": "long_water_breathing_splash_potion", - "splwaterbreathexpotion": "long_water_breathing_splash_potion", - "splwaterbreathextendedpot": "long_water_breathing_splash_potion", - "splwaterbreathextendedpotion": "long_water_breathing_splash_potion", - "splwaterbreathing2pot": "long_water_breathing_splash_potion", - "splwaterbreathing2potion": "long_water_breathing_splash_potion", - "splwaterbreathingexpot": "long_water_breathing_splash_potion", - "splwaterbreathingexpotion": "long_water_breathing_splash_potion", - "splwaterbreathingextendedpot": "long_water_breathing_splash_potion", - "splwaterbreathingextendedpotion": "long_water_breathing_splash_potion", - "splwaterbreathinglevel2pot": "long_water_breathing_splash_potion", - "splwaterbreathinglevel2potion": "long_water_breathing_splash_potion", - "splwaterbreathinglongpot": "long_water_breathing_splash_potion", - "splwaterbreathinglongpotion": "long_water_breathing_splash_potion", - "splwaterbreathlevel2pot": "long_water_breathing_splash_potion", - "splwaterbreathlevel2potion": "long_water_breathing_splash_potion", - "splwaterbreathlongpot": "long_water_breathing_splash_potion", - "splwaterbreathlongpotion": "long_water_breathing_splash_potion", - "splwb2pot": "long_water_breathing_splash_potion", - "splwb2potion": "long_water_breathing_splash_potion", - "splwbexpot": "long_water_breathing_splash_potion", - "splwbexpotion": "long_water_breathing_splash_potion", - "splwbextendedpot": "long_water_breathing_splash_potion", - "splwbextendedpotion": "long_water_breathing_splash_potion", - "splwblevel2pot": "long_water_breathing_splash_potion", - "splwblevel2potion": "long_water_breathing_splash_potion", - "splwblongpot": "long_water_breathing_splash_potion", - "splwblongpotion": "long_water_breathing_splash_potion", - "waterbreath2splashpot": "long_water_breathing_splash_potion", - "waterbreath2splashpotion": "long_water_breathing_splash_potion", - "waterbreathexsplashpot": "long_water_breathing_splash_potion", - "waterbreathexsplashpotion": "long_water_breathing_splash_potion", - "waterbreathextendedsplashpot": "long_water_breathing_splash_potion", - "waterbreathextendedsplashpotion": "long_water_breathing_splash_potion", - "waterbreathing2splashpot": "long_water_breathing_splash_potion", - "waterbreathing2splashpotion": "long_water_breathing_splash_potion", - "waterbreathingexsplashpot": "long_water_breathing_splash_potion", - "waterbreathingexsplashpotion": "long_water_breathing_splash_potion", - "waterbreathingextendedsplashpot": "long_water_breathing_splash_potion", - "waterbreathingextendedsplashpotion": "long_water_breathing_splash_potion", - "waterbreathinglevel2splashpot": "long_water_breathing_splash_potion", - "waterbreathinglevel2splashpotion": "long_water_breathing_splash_potion", - "waterbreathinglongsplashpot": "long_water_breathing_splash_potion", - "waterbreathinglongsplashpotion": "long_water_breathing_splash_potion", - "waterbreathlevel2splashpot": "long_water_breathing_splash_potion", - "waterbreathlevel2splashpotion": "long_water_breathing_splash_potion", - "waterbreathlongsplashpot": "long_water_breathing_splash_potion", - "waterbreathlongsplashpotion": "long_water_breathing_splash_potion", - "wb2splashpot": "long_water_breathing_splash_potion", - "wb2splashpotion": "long_water_breathing_splash_potion", - "wbexsplashpot": "long_water_breathing_splash_potion", - "wbexsplashpotion": "long_water_breathing_splash_potion", - "wbextendedsplashpot": "long_water_breathing_splash_potion", - "wbextendedsplashpotion": "long_water_breathing_splash_potion", - "wblevel2splashpot": "long_water_breathing_splash_potion", - "wblevel2splashpotion": "long_water_breathing_splash_potion", - "wblongsplashpot": "long_water_breathing_splash_potion", - "wblongsplashpotion": "long_water_breathing_splash_potion", - "long_water_breathing_tipped_arrow": { - "potionData": { - "type": "WATER_BREATHING", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowbreath2": "long_water_breathing_tipped_arrow", - "arrowbreathex": "long_water_breathing_tipped_arrow", - "arrowbreathextended": "long_water_breathing_tipped_arrow", - "arrowbreathing2": "long_water_breathing_tipped_arrow", - "arrowbreathingex": "long_water_breathing_tipped_arrow", - "arrowbreathingextended": "long_water_breathing_tipped_arrow", - "arrowbreathinglevel2": "long_water_breathing_tipped_arrow", - "arrowbreathinglong": "long_water_breathing_tipped_arrow", - "arrowbreathlevel2": "long_water_breathing_tipped_arrow", - "arrowbreathlong": "long_water_breathing_tipped_arrow", - "arrowwaterbreath2": "long_water_breathing_tipped_arrow", - "arrowwaterbreathex": "long_water_breathing_tipped_arrow", - "arrowwaterbreathextended": "long_water_breathing_tipped_arrow", - "arrowwaterbreathing2": "long_water_breathing_tipped_arrow", - "arrowwaterbreathingex": "long_water_breathing_tipped_arrow", - "arrowwaterbreathingextended": "long_water_breathing_tipped_arrow", - "arrowwaterbreathinglevel2": "long_water_breathing_tipped_arrow", - "arrowwaterbreathinglong": "long_water_breathing_tipped_arrow", - "arrowwaterbreathlevel2": "long_water_breathing_tipped_arrow", - "arrowwaterbreathlong": "long_water_breathing_tipped_arrow", - "arrowwb2": "long_water_breathing_tipped_arrow", - "arrowwbex": "long_water_breathing_tipped_arrow", - "arrowwbextended": "long_water_breathing_tipped_arrow", - "arrowwblevel2": "long_water_breathing_tipped_arrow", - "arrowwblong": "long_water_breathing_tipped_arrow", - "breath2tarr": "long_water_breathing_tipped_arrow", - "breath2tarrow": "long_water_breathing_tipped_arrow", - "breath2tippedarrow": "long_water_breathing_tipped_arrow", - "breatharrow2": "long_water_breathing_tipped_arrow", - "breatharrowex": "long_water_breathing_tipped_arrow", - "breatharrowextended": "long_water_breathing_tipped_arrow", - "breatharrowlevel2": "long_water_breathing_tipped_arrow", - "breatharrowlong": "long_water_breathing_tipped_arrow", - "breathextarr": "long_water_breathing_tipped_arrow", - "breathextarrow": "long_water_breathing_tipped_arrow", - "breathextendedtarr": "long_water_breathing_tipped_arrow", - "breathextendedtarrow": "long_water_breathing_tipped_arrow", - "breathextendedtippedarrow": "long_water_breathing_tipped_arrow", - "breathextippedarrow": "long_water_breathing_tipped_arrow", - "breathing2tarr": "long_water_breathing_tipped_arrow", - "breathing2tarrow": "long_water_breathing_tipped_arrow", - "breathing2tippedarrow": "long_water_breathing_tipped_arrow", - "breathingarrow2": "long_water_breathing_tipped_arrow", - "breathingarrowex": "long_water_breathing_tipped_arrow", - "breathingarrowextended": "long_water_breathing_tipped_arrow", - "breathingarrowlevel2": "long_water_breathing_tipped_arrow", - "breathingarrowlong": "long_water_breathing_tipped_arrow", - "breathingextarr": "long_water_breathing_tipped_arrow", - "breathingextarrow": "long_water_breathing_tipped_arrow", - "breathingextendedtarr": "long_water_breathing_tipped_arrow", - "breathingextendedtarrow": "long_water_breathing_tipped_arrow", - "breathingextendedtippedarrow": "long_water_breathing_tipped_arrow", - "breathingextippedarrow": "long_water_breathing_tipped_arrow", - "breathinglevel2tarr": "long_water_breathing_tipped_arrow", - "breathinglevel2tarrow": "long_water_breathing_tipped_arrow", - "breathinglevel2tippedarrow": "long_water_breathing_tipped_arrow", - "breathinglongtarr": "long_water_breathing_tipped_arrow", - "breathinglongtarrow": "long_water_breathing_tipped_arrow", - "breathinglongtippedarrow": "long_water_breathing_tipped_arrow", - "breathlevel2tarr": "long_water_breathing_tipped_arrow", - "breathlevel2tarrow": "long_water_breathing_tipped_arrow", - "breathlevel2tippedarrow": "long_water_breathing_tipped_arrow", - "breathlongtarr": "long_water_breathing_tipped_arrow", - "breathlongtarrow": "long_water_breathing_tipped_arrow", - "breathlongtippedarrow": "long_water_breathing_tipped_arrow", - "waterbreath2tarr": "long_water_breathing_tipped_arrow", - "waterbreath2tarrow": "long_water_breathing_tipped_arrow", - "waterbreath2tippedarrow": "long_water_breathing_tipped_arrow", - "waterbreatharrow2": "long_water_breathing_tipped_arrow", - "waterbreatharrowex": "long_water_breathing_tipped_arrow", - "waterbreatharrowextended": "long_water_breathing_tipped_arrow", - "waterbreatharrowlevel2": "long_water_breathing_tipped_arrow", - "waterbreatharrowlong": "long_water_breathing_tipped_arrow", - "waterbreathextarr": "long_water_breathing_tipped_arrow", - "waterbreathextarrow": "long_water_breathing_tipped_arrow", - "waterbreathextendedtarr": "long_water_breathing_tipped_arrow", - "waterbreathextendedtarrow": "long_water_breathing_tipped_arrow", - "waterbreathextendedtippedarrow": "long_water_breathing_tipped_arrow", - "waterbreathextippedarrow": "long_water_breathing_tipped_arrow", - "waterbreathing2tarr": "long_water_breathing_tipped_arrow", - "waterbreathing2tarrow": "long_water_breathing_tipped_arrow", - "waterbreathing2tippedarrow": "long_water_breathing_tipped_arrow", - "waterbreathingarrow2": "long_water_breathing_tipped_arrow", - "waterbreathingarrowex": "long_water_breathing_tipped_arrow", - "waterbreathingarrowextended": "long_water_breathing_tipped_arrow", - "waterbreathingarrowlevel2": "long_water_breathing_tipped_arrow", - "waterbreathingarrowlong": "long_water_breathing_tipped_arrow", - "waterbreathingextarr": "long_water_breathing_tipped_arrow", - "waterbreathingextarrow": "long_water_breathing_tipped_arrow", - "waterbreathingextendedtarr": "long_water_breathing_tipped_arrow", - "waterbreathingextendedtarrow": "long_water_breathing_tipped_arrow", - "waterbreathingextendedtippedarrow": "long_water_breathing_tipped_arrow", - "waterbreathingextippedarrow": "long_water_breathing_tipped_arrow", - "waterbreathinglevel2tarr": "long_water_breathing_tipped_arrow", - "waterbreathinglevel2tarrow": "long_water_breathing_tipped_arrow", - "waterbreathinglevel2tippedarrow": "long_water_breathing_tipped_arrow", - "waterbreathinglongtarr": "long_water_breathing_tipped_arrow", - "waterbreathinglongtarrow": "long_water_breathing_tipped_arrow", - "waterbreathinglongtippedarrow": "long_water_breathing_tipped_arrow", - "waterbreathlevel2tarr": "long_water_breathing_tipped_arrow", - "waterbreathlevel2tarrow": "long_water_breathing_tipped_arrow", - "waterbreathlevel2tippedarrow": "long_water_breathing_tipped_arrow", - "waterbreathlongtarr": "long_water_breathing_tipped_arrow", - "waterbreathlongtarrow": "long_water_breathing_tipped_arrow", - "waterbreathlongtippedarrow": "long_water_breathing_tipped_arrow", - "wb2tarr": "long_water_breathing_tipped_arrow", - "wb2tarrow": "long_water_breathing_tipped_arrow", - "wb2tippedarrow": "long_water_breathing_tipped_arrow", - "wbarrow2": "long_water_breathing_tipped_arrow", - "wbarrowex": "long_water_breathing_tipped_arrow", - "wbarrowextended": "long_water_breathing_tipped_arrow", - "wbarrowlevel2": "long_water_breathing_tipped_arrow", - "wbarrowlong": "long_water_breathing_tipped_arrow", - "wbextarr": "long_water_breathing_tipped_arrow", - "wbextarrow": "long_water_breathing_tipped_arrow", - "wbextendedtarr": "long_water_breathing_tipped_arrow", - "wbextendedtarrow": "long_water_breathing_tipped_arrow", - "wbextendedtippedarrow": "long_water_breathing_tipped_arrow", - "wbextippedarrow": "long_water_breathing_tipped_arrow", - "wblevel2tarr": "long_water_breathing_tipped_arrow", - "wblevel2tarrow": "long_water_breathing_tipped_arrow", - "wblevel2tippedarrow": "long_water_breathing_tipped_arrow", - "wblongtarr": "long_water_breathing_tipped_arrow", - "wblongtarrow": "long_water_breathing_tipped_arrow", - "wblongtippedarrow": "long_water_breathing_tipped_arrow", - "long_weakness_lingering_potion": { - "potionData": { - "type": "WEAKNESS", - "upgraded": false, - "extended": true - }, - "material": "LINGERING_POTION" - }, - "aoepotionwe2": "long_weakness_lingering_potion", - "aoepotionweak2": "long_weakness_lingering_potion", - "aoepotionweakex": "long_weakness_lingering_potion", - "aoepotionweakextended": "long_weakness_lingering_potion", - "aoepotionweaklevel2": "long_weakness_lingering_potion", - "aoepotionweaklong": "long_weakness_lingering_potion", - "aoepotionweakness2": "long_weakness_lingering_potion", - "aoepotionweaknessex": "long_weakness_lingering_potion", - "aoepotionweaknessextended": "long_weakness_lingering_potion", - "aoepotionweaknesslevel2": "long_weakness_lingering_potion", - "aoepotionweaknesslong": "long_weakness_lingering_potion", - "aoepotionweex": "long_weakness_lingering_potion", - "aoepotionweextended": "long_weakness_lingering_potion", - "aoepotionwelevel2": "long_weakness_lingering_potion", - "aoepotionwelong": "long_weakness_lingering_potion", - "aoepotwe2": "long_weakness_lingering_potion", - "aoepotweak2": "long_weakness_lingering_potion", - "aoepotweakex": "long_weakness_lingering_potion", - "aoepotweakextended": "long_weakness_lingering_potion", - "aoepotweaklevel2": "long_weakness_lingering_potion", - "aoepotweaklong": "long_weakness_lingering_potion", - "aoepotweakness2": "long_weakness_lingering_potion", - "aoepotweaknessex": "long_weakness_lingering_potion", - "aoepotweaknessextended": "long_weakness_lingering_potion", - "aoepotweaknesslevel2": "long_weakness_lingering_potion", - "aoepotweaknesslong": "long_weakness_lingering_potion", - "aoepotweex": "long_weakness_lingering_potion", - "aoepotweextended": "long_weakness_lingering_potion", - "aoepotwelevel2": "long_weakness_lingering_potion", - "aoepotwelong": "long_weakness_lingering_potion", - "areapotionwe2": "long_weakness_lingering_potion", - "areapotionweak2": "long_weakness_lingering_potion", - "areapotionweakex": "long_weakness_lingering_potion", - "areapotionweakextended": "long_weakness_lingering_potion", - "areapotionweaklevel2": "long_weakness_lingering_potion", - "areapotionweaklong": "long_weakness_lingering_potion", - "areapotionweakness2": "long_weakness_lingering_potion", - "areapotionweaknessex": "long_weakness_lingering_potion", - "areapotionweaknessextended": "long_weakness_lingering_potion", - "areapotionweaknesslevel2": "long_weakness_lingering_potion", - "areapotionweaknesslong": "long_weakness_lingering_potion", - "areapotionweex": "long_weakness_lingering_potion", - "areapotionweextended": "long_weakness_lingering_potion", - "areapotionwelevel2": "long_weakness_lingering_potion", - "areapotionwelong": "long_weakness_lingering_potion", - "areapotwe2": "long_weakness_lingering_potion", - "areapotweak2": "long_weakness_lingering_potion", - "areapotweakex": "long_weakness_lingering_potion", - "areapotweakextended": "long_weakness_lingering_potion", - "areapotweaklevel2": "long_weakness_lingering_potion", - "areapotweaklong": "long_weakness_lingering_potion", - "areapotweakness2": "long_weakness_lingering_potion", - "areapotweaknessex": "long_weakness_lingering_potion", - "areapotweaknessextended": "long_weakness_lingering_potion", - "areapotweaknesslevel2": "long_weakness_lingering_potion", - "areapotweaknesslong": "long_weakness_lingering_potion", - "areapotweex": "long_weakness_lingering_potion", - "areapotweextended": "long_weakness_lingering_potion", - "areapotwelevel2": "long_weakness_lingering_potion", - "areapotwelong": "long_weakness_lingering_potion", - "cloudpotionwe2": "long_weakness_lingering_potion", - "cloudpotionweak2": "long_weakness_lingering_potion", - "cloudpotionweakex": "long_weakness_lingering_potion", - "cloudpotionweakextended": "long_weakness_lingering_potion", - "cloudpotionweaklevel2": "long_weakness_lingering_potion", - "cloudpotionweaklong": "long_weakness_lingering_potion", - "cloudpotionweakness2": "long_weakness_lingering_potion", - "cloudpotionweaknessex": "long_weakness_lingering_potion", - "cloudpotionweaknessextended": "long_weakness_lingering_potion", - "cloudpotionweaknesslevel2": "long_weakness_lingering_potion", - "cloudpotionweaknesslong": "long_weakness_lingering_potion", - "cloudpotionweex": "long_weakness_lingering_potion", - "cloudpotionweextended": "long_weakness_lingering_potion", - "cloudpotionwelevel2": "long_weakness_lingering_potion", - "cloudpotionwelong": "long_weakness_lingering_potion", - "cloudpotwe2": "long_weakness_lingering_potion", - "cloudpotweak2": "long_weakness_lingering_potion", - "cloudpotweakex": "long_weakness_lingering_potion", - "cloudpotweakextended": "long_weakness_lingering_potion", - "cloudpotweaklevel2": "long_weakness_lingering_potion", - "cloudpotweaklong": "long_weakness_lingering_potion", - "cloudpotweakness2": "long_weakness_lingering_potion", - "cloudpotweaknessex": "long_weakness_lingering_potion", - "cloudpotweaknessextended": "long_weakness_lingering_potion", - "cloudpotweaknesslevel2": "long_weakness_lingering_potion", - "cloudpotweaknesslong": "long_weakness_lingering_potion", - "cloudpotweex": "long_weakness_lingering_potion", - "cloudpotweextended": "long_weakness_lingering_potion", - "cloudpotwelevel2": "long_weakness_lingering_potion", - "cloudpotwelong": "long_weakness_lingering_potion", - "lingerpotwe2": "long_weakness_lingering_potion", - "lingerpotweak2": "long_weakness_lingering_potion", - "lingerpotweakex": "long_weakness_lingering_potion", - "lingerpotweakextended": "long_weakness_lingering_potion", - "lingerpotweaklevel2": "long_weakness_lingering_potion", - "lingerpotweaklong": "long_weakness_lingering_potion", - "lingerpotweakness2": "long_weakness_lingering_potion", - "lingerpotweaknessex": "long_weakness_lingering_potion", - "lingerpotweaknessextended": "long_weakness_lingering_potion", - "lingerpotweaknesslevel2": "long_weakness_lingering_potion", - "lingerpotweaknesslong": "long_weakness_lingering_potion", - "lingerpotweex": "long_weakness_lingering_potion", - "lingerpotweextended": "long_weakness_lingering_potion", - "lingerpotwelevel2": "long_weakness_lingering_potion", - "lingerpotwelong": "long_weakness_lingering_potion", - "weakaoepoiont2": "long_weakness_lingering_potion", - "weakaoepoiontex": "long_weakness_lingering_potion", - "weakaoepoiontextended": "long_weakness_lingering_potion", - "weakaoepoiontlevel2": "long_weakness_lingering_potion", - "weakaoepoiontlong": "long_weakness_lingering_potion", - "weakaoepot2": "long_weakness_lingering_potion", - "weakaoepotex": "long_weakness_lingering_potion", - "weakaoepotextended": "long_weakness_lingering_potion", - "weakaoepotlevel2": "long_weakness_lingering_potion", - "weakaoepotlong": "long_weakness_lingering_potion", - "weakareapot2": "long_weakness_lingering_potion", - "weakareapotex": "long_weakness_lingering_potion", - "weakareapotextended": "long_weakness_lingering_potion", - "weakareapotion2": "long_weakness_lingering_potion", - "weakareapotionex": "long_weakness_lingering_potion", - "weakareapotionextended": "long_weakness_lingering_potion", - "weakareapotionlevel2": "long_weakness_lingering_potion", - "weakareapotionlong": "long_weakness_lingering_potion", - "weakareapotlevel2": "long_weakness_lingering_potion", - "weakareapotlong": "long_weakness_lingering_potion", - "weakcloudpot2": "long_weakness_lingering_potion", - "weakcloudpotex": "long_weakness_lingering_potion", - "weakcloudpotextended": "long_weakness_lingering_potion", - "weakcloudpotion2": "long_weakness_lingering_potion", - "weakcloudpotionex": "long_weakness_lingering_potion", - "weakcloudpotionextended": "long_weakness_lingering_potion", - "weakcloudpotionlevel2": "long_weakness_lingering_potion", - "weakcloudpotionlong": "long_weakness_lingering_potion", - "weakcloudpotlevel2": "long_weakness_lingering_potion", - "weakcloudpotlong": "long_weakness_lingering_potion", - "weaklingerpot2": "long_weakness_lingering_potion", - "weaklingerpotex": "long_weakness_lingering_potion", - "weaklingerpotextended": "long_weakness_lingering_potion", - "weaklingerpotlevel2": "long_weakness_lingering_potion", - "weaklingerpotlong": "long_weakness_lingering_potion", - "weaknessaoepoiont2": "long_weakness_lingering_potion", - "weaknessaoepoiontex": "long_weakness_lingering_potion", - "weaknessaoepoiontextended": "long_weakness_lingering_potion", - "weaknessaoepoiontlevel2": "long_weakness_lingering_potion", - "weaknessaoepoiontlong": "long_weakness_lingering_potion", - "weaknessaoepot2": "long_weakness_lingering_potion", - "weaknessaoepotex": "long_weakness_lingering_potion", - "weaknessaoepotextended": "long_weakness_lingering_potion", - "weaknessaoepotlevel2": "long_weakness_lingering_potion", - "weaknessaoepotlong": "long_weakness_lingering_potion", - "weaknessareapot2": "long_weakness_lingering_potion", - "weaknessareapotex": "long_weakness_lingering_potion", - "weaknessareapotextended": "long_weakness_lingering_potion", - "weaknessareapotion2": "long_weakness_lingering_potion", - "weaknessareapotionex": "long_weakness_lingering_potion", - "weaknessareapotionextended": "long_weakness_lingering_potion", - "weaknessareapotionlevel2": "long_weakness_lingering_potion", - "weaknessareapotionlong": "long_weakness_lingering_potion", - "weaknessareapotlevel2": "long_weakness_lingering_potion", - "weaknessareapotlong": "long_weakness_lingering_potion", - "weaknesscloudpot2": "long_weakness_lingering_potion", - "weaknesscloudpotex": "long_weakness_lingering_potion", - "weaknesscloudpotextended": "long_weakness_lingering_potion", - "weaknesscloudpotion2": "long_weakness_lingering_potion", - "weaknesscloudpotionex": "long_weakness_lingering_potion", - "weaknesscloudpotionextended": "long_weakness_lingering_potion", - "weaknesscloudpotionlevel2": "long_weakness_lingering_potion", - "weaknesscloudpotionlong": "long_weakness_lingering_potion", - "weaknesscloudpotlevel2": "long_weakness_lingering_potion", - "weaknesscloudpotlong": "long_weakness_lingering_potion", - "weaknesslingerpot2": "long_weakness_lingering_potion", - "weaknesslingerpotex": "long_weakness_lingering_potion", - "weaknesslingerpotextended": "long_weakness_lingering_potion", - "weaknesslingerpotlevel2": "long_weakness_lingering_potion", - "weaknesslingerpotlong": "long_weakness_lingering_potion", - "weaoepoiont2": "long_weakness_lingering_potion", - "weaoepoiontex": "long_weakness_lingering_potion", - "weaoepoiontextended": "long_weakness_lingering_potion", - "weaoepoiontlevel2": "long_weakness_lingering_potion", - "weaoepoiontlong": "long_weakness_lingering_potion", - "weaoepot2": "long_weakness_lingering_potion", - "weaoepotex": "long_weakness_lingering_potion", - "weaoepotextended": "long_weakness_lingering_potion", - "weaoepotlevel2": "long_weakness_lingering_potion", - "weaoepotlong": "long_weakness_lingering_potion", - "weareapot2": "long_weakness_lingering_potion", - "weareapotex": "long_weakness_lingering_potion", - "weareapotextended": "long_weakness_lingering_potion", - "weareapotion2": "long_weakness_lingering_potion", - "weareapotionex": "long_weakness_lingering_potion", - "weareapotionextended": "long_weakness_lingering_potion", - "weareapotionlevel2": "long_weakness_lingering_potion", - "weareapotionlong": "long_weakness_lingering_potion", - "weareapotlevel2": "long_weakness_lingering_potion", - "weareapotlong": "long_weakness_lingering_potion", - "wecloudpot2": "long_weakness_lingering_potion", - "wecloudpotex": "long_weakness_lingering_potion", - "wecloudpotextended": "long_weakness_lingering_potion", - "wecloudpotion2": "long_weakness_lingering_potion", - "wecloudpotionex": "long_weakness_lingering_potion", - "wecloudpotionextended": "long_weakness_lingering_potion", - "wecloudpotionlevel2": "long_weakness_lingering_potion", - "wecloudpotionlong": "long_weakness_lingering_potion", - "wecloudpotlevel2": "long_weakness_lingering_potion", - "wecloudpotlong": "long_weakness_lingering_potion", - "welingerpot2": "long_weakness_lingering_potion", - "welingerpotex": "long_weakness_lingering_potion", - "welingerpotextended": "long_weakness_lingering_potion", - "welingerpotlevel2": "long_weakness_lingering_potion", - "welingerpotlong": "long_weakness_lingering_potion", - "long_weakness_potion": { - "potionData": { - "type": "WEAKNESS", - "upgraded": false, - "extended": true - }, - "material": "POTION" - }, - "potionofwe2": "long_weakness_potion", - "potionofweak2": "long_weakness_potion", - "potionofweakex": "long_weakness_potion", - "potionofweakextended": "long_weakness_potion", - "potionofweaklevel2": "long_weakness_potion", - "potionofweaklong": "long_weakness_potion", - "potionofweakness2": "long_weakness_potion", - "potionofweaknessex": "long_weakness_potion", - "potionofweaknessextended": "long_weakness_potion", - "potionofweaknesslevel2": "long_weakness_potion", - "potionofweaknesslong": "long_weakness_potion", - "potionofweex": "long_weakness_potion", - "potionofweextended": "long_weakness_potion", - "potionofwelevel2": "long_weakness_potion", - "potionofwelong": "long_weakness_potion", - "potofwe2": "long_weakness_potion", - "potofweak2": "long_weakness_potion", - "potofweakex": "long_weakness_potion", - "potofweakextended": "long_weakness_potion", - "potofweaklevel2": "long_weakness_potion", - "potofweaklong": "long_weakness_potion", - "potofweakness2": "long_weakness_potion", - "potofweaknessex": "long_weakness_potion", - "potofweaknessextended": "long_weakness_potion", - "potofweaknesslevel2": "long_weakness_potion", - "potofweaknesslong": "long_weakness_potion", - "potofweex": "long_weakness_potion", - "potofweextended": "long_weakness_potion", - "potofwelevel2": "long_weakness_potion", - "potofwelong": "long_weakness_potion", - "we2pot": "long_weakness_potion", - "we2potion": "long_weakness_potion", - "weak2pot": "long_weakness_potion", - "weak2potion": "long_weakness_potion", - "weakexpot": "long_weakness_potion", - "weakexpotion": "long_weakness_potion", - "weakextendedpot": "long_weakness_potion", - "weakextendedpotion": "long_weakness_potion", - "weaklevel2pot": "long_weakness_potion", - "weaklevel2potion": "long_weakness_potion", - "weaklongpot": "long_weakness_potion", - "weaklongpotion": "long_weakness_potion", - "weakness2pot": "long_weakness_potion", - "weakness2potion": "long_weakness_potion", - "weaknessexpot": "long_weakness_potion", - "weaknessexpotion": "long_weakness_potion", - "weaknessextendedpot": "long_weakness_potion", - "weaknessextendedpotion": "long_weakness_potion", - "weaknesslevel2pot": "long_weakness_potion", - "weaknesslevel2potion": "long_weakness_potion", - "weaknesslongpot": "long_weakness_potion", - "weaknesslongpotion": "long_weakness_potion", - "weexpot": "long_weakness_potion", - "weexpotion": "long_weakness_potion", - "weextendedpot": "long_weakness_potion", - "weextendedpotion": "long_weakness_potion", - "welevel2pot": "long_weakness_potion", - "welevel2potion": "long_weakness_potion", - "welongpot": "long_weakness_potion", - "welongpotion": "long_weakness_potion", - "long_weakness_splash_potion": { - "potionData": { - "type": "WEAKNESS", - "upgraded": false, - "extended": true - }, - "material": "SPLASH_POTION" - }, - "splashwe2pot": "long_weakness_splash_potion", - "splashwe2potion": "long_weakness_splash_potion", - "splashweak2pot": "long_weakness_splash_potion", - "splashweak2potion": "long_weakness_splash_potion", - "splashweakexpot": "long_weakness_splash_potion", - "splashweakexpotion": "long_weakness_splash_potion", - "splashweakextendedpot": "long_weakness_splash_potion", - "splashweakextendedpotion": "long_weakness_splash_potion", - "splashweaklevel2pot": "long_weakness_splash_potion", - "splashweaklevel2potion": "long_weakness_splash_potion", - "splashweaklongpot": "long_weakness_splash_potion", - "splashweaklongpotion": "long_weakness_splash_potion", - "splashweakness2pot": "long_weakness_splash_potion", - "splashweakness2potion": "long_weakness_splash_potion", - "splashweaknessexpot": "long_weakness_splash_potion", - "splashweaknessexpotion": "long_weakness_splash_potion", - "splashweaknessextendedpot": "long_weakness_splash_potion", - "splashweaknessextendedpotion": "long_weakness_splash_potion", - "splashweaknesslevel2pot": "long_weakness_splash_potion", - "splashweaknesslevel2potion": "long_weakness_splash_potion", - "splashweaknesslongpot": "long_weakness_splash_potion", - "splashweaknesslongpotion": "long_weakness_splash_potion", - "splashweexpot": "long_weakness_splash_potion", - "splashweexpotion": "long_weakness_splash_potion", - "splashweextendedpot": "long_weakness_splash_potion", - "splashweextendedpotion": "long_weakness_splash_potion", - "splashwelevel2pot": "long_weakness_splash_potion", - "splashwelevel2potion": "long_weakness_splash_potion", - "splashwelongpot": "long_weakness_splash_potion", - "splashwelongpotion": "long_weakness_splash_potion", - "splwe2pot": "long_weakness_splash_potion", - "splwe2potion": "long_weakness_splash_potion", - "splweak2pot": "long_weakness_splash_potion", - "splweak2potion": "long_weakness_splash_potion", - "splweakexpot": "long_weakness_splash_potion", - "splweakexpotion": "long_weakness_splash_potion", - "splweakextendedpot": "long_weakness_splash_potion", - "splweakextendedpotion": "long_weakness_splash_potion", - "splweaklevel2pot": "long_weakness_splash_potion", - "splweaklevel2potion": "long_weakness_splash_potion", - "splweaklongpot": "long_weakness_splash_potion", - "splweaklongpotion": "long_weakness_splash_potion", - "splweakness2pot": "long_weakness_splash_potion", - "splweakness2potion": "long_weakness_splash_potion", - "splweaknessexpot": "long_weakness_splash_potion", - "splweaknessexpotion": "long_weakness_splash_potion", - "splweaknessextendedpot": "long_weakness_splash_potion", - "splweaknessextendedpotion": "long_weakness_splash_potion", - "splweaknesslevel2pot": "long_weakness_splash_potion", - "splweaknesslevel2potion": "long_weakness_splash_potion", - "splweaknesslongpot": "long_weakness_splash_potion", - "splweaknesslongpotion": "long_weakness_splash_potion", - "splweexpot": "long_weakness_splash_potion", - "splweexpotion": "long_weakness_splash_potion", - "splweextendedpot": "long_weakness_splash_potion", - "splweextendedpotion": "long_weakness_splash_potion", - "splwelevel2pot": "long_weakness_splash_potion", - "splwelevel2potion": "long_weakness_splash_potion", - "splwelongpot": "long_weakness_splash_potion", - "splwelongpotion": "long_weakness_splash_potion", - "we2splashpot": "long_weakness_splash_potion", - "we2splashpotion": "long_weakness_splash_potion", - "weak2splashpot": "long_weakness_splash_potion", - "weak2splashpotion": "long_weakness_splash_potion", - "weakexsplashpot": "long_weakness_splash_potion", - "weakexsplashpotion": "long_weakness_splash_potion", - "weakextendedsplashpot": "long_weakness_splash_potion", - "weakextendedsplashpotion": "long_weakness_splash_potion", - "weaklevel2splashpot": "long_weakness_splash_potion", - "weaklevel2splashpotion": "long_weakness_splash_potion", - "weaklongsplashpot": "long_weakness_splash_potion", - "weaklongsplashpotion": "long_weakness_splash_potion", - "weakness2splashpot": "long_weakness_splash_potion", - "weakness2splashpotion": "long_weakness_splash_potion", - "weaknessexsplashpot": "long_weakness_splash_potion", - "weaknessexsplashpotion": "long_weakness_splash_potion", - "weaknessextendedsplashpot": "long_weakness_splash_potion", - "weaknessextendedsplashpotion": "long_weakness_splash_potion", - "weaknesslevel2splashpot": "long_weakness_splash_potion", - "weaknesslevel2splashpotion": "long_weakness_splash_potion", - "weaknesslongsplashpot": "long_weakness_splash_potion", - "weaknesslongsplashpotion": "long_weakness_splash_potion", - "weexsplashpot": "long_weakness_splash_potion", - "weexsplashpotion": "long_weakness_splash_potion", - "weextendedsplashpot": "long_weakness_splash_potion", - "weextendedsplashpotion": "long_weakness_splash_potion", - "welevel2splashpot": "long_weakness_splash_potion", - "welevel2splashpotion": "long_weakness_splash_potion", - "welongsplashpot": "long_weakness_splash_potion", - "welongsplashpotion": "long_weakness_splash_potion", - "long_weakness_tipped_arrow": { - "potionData": { - "type": "WEAKNESS", - "upgraded": false, - "extended": true - }, - "material": "TIPPED_ARROW" - }, - "arrowwe2": "long_weakness_tipped_arrow", - "arrowweak2": "long_weakness_tipped_arrow", - "arrowweakex": "long_weakness_tipped_arrow", - "arrowweakextended": "long_weakness_tipped_arrow", - "arrowweaklevel2": "long_weakness_tipped_arrow", - "arrowweaklong": "long_weakness_tipped_arrow", - "arrowweakness2": "long_weakness_tipped_arrow", - "arrowweaknessex": "long_weakness_tipped_arrow", - "arrowweaknessextended": "long_weakness_tipped_arrow", - "arrowweaknesslevel2": "long_weakness_tipped_arrow", - "arrowweaknesslong": "long_weakness_tipped_arrow", - "arrowweex": "long_weakness_tipped_arrow", - "arrowweextended": "long_weakness_tipped_arrow", - "arrowwelevel2": "long_weakness_tipped_arrow", - "arrowwelong": "long_weakness_tipped_arrow", - "we2tarr": "long_weakness_tipped_arrow", - "we2tarrow": "long_weakness_tipped_arrow", - "we2tippedarrow": "long_weakness_tipped_arrow", - "weak2tarr": "long_weakness_tipped_arrow", - "weak2tarrow": "long_weakness_tipped_arrow", - "weak2tippedarrow": "long_weakness_tipped_arrow", - "weakarrow2": "long_weakness_tipped_arrow", - "weakarrowex": "long_weakness_tipped_arrow", - "weakarrowextended": "long_weakness_tipped_arrow", - "weakarrowlevel2": "long_weakness_tipped_arrow", - "weakarrowlong": "long_weakness_tipped_arrow", - "weakextarr": "long_weakness_tipped_arrow", - "weakextarrow": "long_weakness_tipped_arrow", - "weakextendedtarr": "long_weakness_tipped_arrow", - "weakextendedtarrow": "long_weakness_tipped_arrow", - "weakextendedtippedarrow": "long_weakness_tipped_arrow", - "weakextippedarrow": "long_weakness_tipped_arrow", - "weaklevel2tarr": "long_weakness_tipped_arrow", - "weaklevel2tarrow": "long_weakness_tipped_arrow", - "weaklevel2tippedarrow": "long_weakness_tipped_arrow", - "weaklongtarr": "long_weakness_tipped_arrow", - "weaklongtarrow": "long_weakness_tipped_arrow", - "weaklongtippedarrow": "long_weakness_tipped_arrow", - "weakness2tarr": "long_weakness_tipped_arrow", - "weakness2tarrow": "long_weakness_tipped_arrow", - "weakness2tippedarrow": "long_weakness_tipped_arrow", - "weaknessarrow2": "long_weakness_tipped_arrow", - "weaknessarrowex": "long_weakness_tipped_arrow", - "weaknessarrowextended": "long_weakness_tipped_arrow", - "weaknessarrowlevel2": "long_weakness_tipped_arrow", - "weaknessarrowlong": "long_weakness_tipped_arrow", - "weaknessextarr": "long_weakness_tipped_arrow", - "weaknessextarrow": "long_weakness_tipped_arrow", - "weaknessextendedtarr": "long_weakness_tipped_arrow", - "weaknessextendedtarrow": "long_weakness_tipped_arrow", - "weaknessextendedtippedarrow": "long_weakness_tipped_arrow", - "weaknessextippedarrow": "long_weakness_tipped_arrow", - "weaknesslevel2tarr": "long_weakness_tipped_arrow", - "weaknesslevel2tarrow": "long_weakness_tipped_arrow", - "weaknesslevel2tippedarrow": "long_weakness_tipped_arrow", - "weaknesslongtarr": "long_weakness_tipped_arrow", - "weaknesslongtarrow": "long_weakness_tipped_arrow", - "weaknesslongtippedarrow": "long_weakness_tipped_arrow", - "wearrow2": "long_weakness_tipped_arrow", - "wearrowex": "long_weakness_tipped_arrow", - "wearrowextended": "long_weakness_tipped_arrow", - "wearrowlevel2": "long_weakness_tipped_arrow", - "wearrowlong": "long_weakness_tipped_arrow", - "weextarr": "long_weakness_tipped_arrow", - "weextarrow": "long_weakness_tipped_arrow", - "weextendedtarr": "long_weakness_tipped_arrow", - "weextendedtarrow": "long_weakness_tipped_arrow", - "weextendedtippedarrow": "long_weakness_tipped_arrow", - "weextippedarrow": "long_weakness_tipped_arrow", - "welevel2tarr": "long_weakness_tipped_arrow", - "welevel2tarrow": "long_weakness_tipped_arrow", - "welevel2tippedarrow": "long_weakness_tipped_arrow", - "welongtarr": "long_weakness_tipped_arrow", - "welongtarrow": "long_weakness_tipped_arrow", - "welongtippedarrow": "long_weakness_tipped_arrow", - "loom": { - "material": "LOOM" - }, - "minecraft:loom": "loom", - "luck_lingering_potion": { - "potionData": { - "type": "LUCK", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotclover": "luck_lingering_potion", - "aoepotionclover": "luck_lingering_potion", - "aoepotionluck": "luck_lingering_potion", - "aoepotionlucky": "luck_lingering_potion", - "aoepotluck": "luck_lingering_potion", - "aoepotlucky": "luck_lingering_potion", - "areapotclover": "luck_lingering_potion", - "areapotionclover": "luck_lingering_potion", - "areapotionluck": "luck_lingering_potion", - "areapotionlucky": "luck_lingering_potion", - "areapotluck": "luck_lingering_potion", - "areapotlucky": "luck_lingering_potion", - "cloudpotclover": "luck_lingering_potion", - "cloudpotionclover": "luck_lingering_potion", - "cloudpotionluck": "luck_lingering_potion", - "cloudpotionlucky": "luck_lingering_potion", - "cloudpotluck": "luck_lingering_potion", - "cloudpotlucky": "luck_lingering_potion", - "cloveraoepoiont": "luck_lingering_potion", - "cloveraoepot": "luck_lingering_potion", - "cloverareapot": "luck_lingering_potion", - "cloverareapotion": "luck_lingering_potion", - "clovercloudpot": "luck_lingering_potion", - "clovercloudpotion": "luck_lingering_potion", - "cloverlingerpot": "luck_lingering_potion", - "lingerpotclover": "luck_lingering_potion", - "lingerpotluck": "luck_lingering_potion", - "lingerpotlucky": "luck_lingering_potion", - "luckaoepoiont": "luck_lingering_potion", - "luckaoepot": "luck_lingering_potion", - "luckareapot": "luck_lingering_potion", - "luckareapotion": "luck_lingering_potion", - "luckcloudpot": "luck_lingering_potion", - "luckcloudpotion": "luck_lingering_potion", - "lucklingerpot": "luck_lingering_potion", - "luckyaoepoiont": "luck_lingering_potion", - "luckyaoepot": "luck_lingering_potion", - "luckyareapot": "luck_lingering_potion", - "luckyareapotion": "luck_lingering_potion", - "luckycloudpot": "luck_lingering_potion", - "luckycloudpotion": "luck_lingering_potion", - "luckylingerpot": "luck_lingering_potion", - "luck_potion": { - "potionData": { - "type": "LUCK", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "cloverpot": "luck_potion", - "cloverpotion": "luck_potion", - "luckpot": "luck_potion", - "luckpotion": "luck_potion", - "luckypot": "luck_potion", - "luckypotion": "luck_potion", - "potionofclover": "luck_potion", - "potionofluck": "luck_potion", - "potionoflucky": "luck_potion", - "potofclover": "luck_potion", - "potofluck": "luck_potion", - "potoflucky": "luck_potion", - "luck_splash_potion": { - "potionData": { - "type": "LUCK", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "cloversplashpot": "luck_splash_potion", - "cloversplashpotion": "luck_splash_potion", - "lucksplashpot": "luck_splash_potion", - "lucksplashpotion": "luck_splash_potion", - "luckysplashpot": "luck_splash_potion", - "luckysplashpotion": "luck_splash_potion", - "splashcloverpot": "luck_splash_potion", - "splashcloverpotion": "luck_splash_potion", - "splashluckpot": "luck_splash_potion", - "splashluckpotion": "luck_splash_potion", - "splashluckypot": "luck_splash_potion", - "splashluckypotion": "luck_splash_potion", - "splcloverpot": "luck_splash_potion", - "splcloverpotion": "luck_splash_potion", - "splluckpot": "luck_splash_potion", - "splluckpotion": "luck_splash_potion", - "splluckypot": "luck_splash_potion", - "splluckypotion": "luck_splash_potion", - "luck_tipped_arrow": { - "potionData": { - "type": "LUCK", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowclover": "luck_tipped_arrow", - "arrowluck": "luck_tipped_arrow", - "arrowlucky": "luck_tipped_arrow", - "cloverarrow": "luck_tipped_arrow", - "clovertarr": "luck_tipped_arrow", - "clovertarrow": "luck_tipped_arrow", - "clovertippedarrow": "luck_tipped_arrow", - "luckarrow": "luck_tipped_arrow", - "lucktarr": "luck_tipped_arrow", - "lucktarrow": "luck_tipped_arrow", - "lucktippedarrow": "luck_tipped_arrow", - "luckyarrow": "luck_tipped_arrow", - "luckytarr": "luck_tipped_arrow", - "luckytarrow": "luck_tipped_arrow", - "luckytippedarrow": "luck_tipped_arrow", - "magenta_banner": { - "material": "MAGENTA_BANNER" - }, - "magentabanner": "magenta_banner", - "mbanner": "magenta_banner", - "minecraft:magenta_banner": "magenta_banner", - "magenta_bed": { - "material": "MAGENTA_BED" - }, - "magentabed": "magenta_bed", - "mbed": "magenta_bed", - "minecraft:magenta_bed": "magenta_bed", - "magenta_candle": { - "material": "MAGENTA_CANDLE" - }, - "magentacandle": "magenta_candle", - "mcandle": "magenta_candle", - "minecraft:magenta_candle": "magenta_candle", - "magenta_carpet": { - "material": "MAGENTA_CARPET" - }, - "magentacarpet": "magenta_carpet", - "magentafloor": "magenta_carpet", - "mcarpet": "magenta_carpet", - "mfloor": "magenta_carpet", - "minecraft:magenta_carpet": "magenta_carpet", - "magenta_concrete": { - "material": "MAGENTA_CONCRETE" - }, - "magentaconcrete": "magenta_concrete", - "mconcrete": "magenta_concrete", - "minecraft:magenta_concrete": "magenta_concrete", - "magenta_concrete_powder": { - "material": "MAGENTA_CONCRETE_POWDER" - }, - "magentacdust": "magenta_concrete_powder", - "magentaconcretepowder": "magenta_concrete_powder", - "magentaconcretesand": "magenta_concrete_powder", - "magentacp": "magenta_concrete_powder", - "magentacpowder": "magenta_concrete_powder", - "mcdust": "magenta_concrete_powder", - "mconcretepowder": "magenta_concrete_powder", - "mconcretesand": "magenta_concrete_powder", - "mcp": "magenta_concrete_powder", - "mcpowder": "magenta_concrete_powder", - "minecraft:magenta_concrete_powder": "magenta_concrete_powder", - "magenta_dye": { - "material": "MAGENTA_DYE" - }, - "magentadye": "magenta_dye", - "mdye": "magenta_dye", - "minecraft:magenta_dye": "magenta_dye", - "magenta_glazed_terracotta": { - "material": "MAGENTA_GLAZED_TERRACOTTA" - }, - "magentaglazedtcota": "magenta_glazed_terracotta", - "magentaglazedterra": "magenta_glazed_terracotta", - "magentaglazedterracota": "magenta_glazed_terracotta", - "magentaglazedterracotta": "magenta_glazed_terracotta", - "magentagtcotta": "magenta_glazed_terracotta", - "magentagterra": "magenta_glazed_terracotta", - "mglazedtcota": "magenta_glazed_terracotta", - "mglazedterra": "magenta_glazed_terracotta", - "mglazedterracota": "magenta_glazed_terracotta", - "mglazedterracotta": "magenta_glazed_terracotta", - "mgtcotta": "magenta_glazed_terracotta", - "mgterra": "magenta_glazed_terracotta", - "minecraft:magenta_glazed_terracotta": "magenta_glazed_terracotta", - "magenta_shulker_box": { - "material": "MAGENTA_SHULKER_BOX" - }, - "magentasbox": "magenta_shulker_box", - "magentashulkerbox": "magenta_shulker_box", - "minecraft:magenta_shulker_box": "magenta_shulker_box", - "msbox": "magenta_shulker_box", - "mshulkerbox": "magenta_shulker_box", - "magenta_stained_glass": { - "material": "MAGENTA_STAINED_GLASS" - }, - "magentaglass": "magenta_stained_glass", - "magentasglass": "magenta_stained_glass", - "magentastainedglass": "magenta_stained_glass", - "mglass": "magenta_stained_glass", - "minecraft:magenta_stained_glass": "magenta_stained_glass", - "msglass": "magenta_stained_glass", - "mstainedglass": "magenta_stained_glass", - "magenta_stained_glass_pane": { - "material": "MAGENTA_STAINED_GLASS_PANE" - }, - "magentaglasspane": "magenta_stained_glass_pane", - "magentagpane": "magenta_stained_glass_pane", - "magentasglasspane": "magenta_stained_glass_pane", - "magentastainedglasspane": "magenta_stained_glass_pane", - "mglasspane": "magenta_stained_glass_pane", - "mgpane": "magenta_stained_glass_pane", - "minecraft:magenta_stained_glass_pane": "magenta_stained_glass_pane", - "msglasspane": "magenta_stained_glass_pane", - "mstainedglasspane": "magenta_stained_glass_pane", - "magenta_terracotta": { - "material": "MAGENTA_TERRACOTTA" - }, - "magentaclay": "magenta_terracotta", - "magentasclay": "magenta_terracotta", - "magentastainedclay": "magenta_terracotta", - "magentatcota": "magenta_terracotta", - "magentaterra": "magenta_terracotta", - "magentaterracota": "magenta_terracotta", - "magentaterracotta": "magenta_terracotta", - "mclay": "magenta_terracotta", - "minecraft:magenta_terracotta": "magenta_terracotta", - "msclay": "magenta_terracotta", - "mstainedclay": "magenta_terracotta", - "mtcota": "magenta_terracotta", - "mterra": "magenta_terracotta", - "mterracota": "magenta_terracotta", - "mterracotta": "magenta_terracotta", - "magenta_wool": { - "material": "MAGENTA_WOOL" - }, - "magentacloth": "magenta_wool", - "magentacotton": "magenta_wool", - "magentawool": "magenta_wool", - "mcloth": "magenta_wool", - "mcotton": "magenta_wool", - "minecraft:magenta_wool": "magenta_wool", - "mwool": "magenta_wool", - "magma_block": { - "material": "MAGMA_BLOCK" - }, - "magmablock": "magma_block", - "minecraft:magma_block": "magma_block", - "magma_cream": { - "material": "MAGMA_CREAM" - }, - "magmacream": "magma_cream", - "minecraft:magma_cream": "magma_cream", - "magma_cube_spawn_egg": { - "material": "MAGMA_CUBE_SPAWN_EGG" - }, - "egglavacube": "magma_cube_spawn_egg", - "egglavaslime": "magma_cube_spawn_egg", - "eggmagma_cube": "magma_cube_spawn_egg", - "eggmagmaslime": "magma_cube_spawn_egg", - "lavacubeegg": "magma_cube_spawn_egg", - "lavacubesegg": "magma_cube_spawn_egg", - "lavacubespawn": "magma_cube_spawn_egg", - "lavacubespawnegg": "magma_cube_spawn_egg", - "lavaslimeegg": "magma_cube_spawn_egg", - "lavaslimesegg": "magma_cube_spawn_egg", - "lavaslimespawn": "magma_cube_spawn_egg", - "lavaslimespawnegg": "magma_cube_spawn_egg", - "magma_cubeegg": "magma_cube_spawn_egg", - "magma_cubesegg": "magma_cube_spawn_egg", - "magma_cubespawn": "magma_cube_spawn_egg", - "magma_cubespawnegg": "magma_cube_spawn_egg", - "magmacubespawnegg": "magma_cube_spawn_egg", - "magmaslimeegg": "magma_cube_spawn_egg", - "magmaslimesegg": "magma_cube_spawn_egg", - "magmaslimespawn": "magma_cube_spawn_egg", - "magmaslimespawnegg": "magma_cube_spawn_egg", - "minecraft:magma_cube_spawn_egg": "magma_cube_spawn_egg", - "segglavacube": "magma_cube_spawn_egg", - "segglavaslime": "magma_cube_spawn_egg", - "seggmagma_cube": "magma_cube_spawn_egg", - "seggmagmaslime": "magma_cube_spawn_egg", - "spawnegglavacube": "magma_cube_spawn_egg", - "spawnegglavaslime": "magma_cube_spawn_egg", - "spawneggmagma_cube": "magma_cube_spawn_egg", - "spawneggmagmaslime": "magma_cube_spawn_egg", - "spawnlavacube": "magma_cube_spawn_egg", - "spawnlavaslime": "magma_cube_spawn_egg", - "spawnmagma_cube": "magma_cube_spawn_egg", - "spawnmagmaslime": "magma_cube_spawn_egg", - "magma_cube_spawner": { - "entity": "MAGMA_CUBE", - "material": "SPAWNER" - }, - "lavacubecage": "magma_cube_spawner", - "lavacubemcage": "magma_cube_spawner", - "lavacubemobcage": "magma_cube_spawner", - "lavacubemobspawner": "magma_cube_spawner", - "lavacubemonstercage": "magma_cube_spawner", - "lavacubemonsterspawner": "magma_cube_spawner", - "lavacubemspawner": "magma_cube_spawner", - "lavacubespawner": "magma_cube_spawner", - "lavaslimecage": "magma_cube_spawner", - "lavaslimemcage": "magma_cube_spawner", - "lavaslimemobcage": "magma_cube_spawner", - "lavaslimemobspawner": "magma_cube_spawner", - "lavaslimemonstercage": "magma_cube_spawner", - "lavaslimemonsterspawner": "magma_cube_spawner", - "lavaslimemspawner": "magma_cube_spawner", - "lavaslimespawner": "magma_cube_spawner", - "magma_cubecage": "magma_cube_spawner", - "magma_cubemcage": "magma_cube_spawner", - "magma_cubemobcage": "magma_cube_spawner", - "magma_cubemobspawner": "magma_cube_spawner", - "magma_cubemonstercage": "magma_cube_spawner", - "magma_cubemonsterspawner": "magma_cube_spawner", - "magma_cubemspawner": "magma_cube_spawner", - "magma_cubespawner": "magma_cube_spawner", - "magmaslimecage": "magma_cube_spawner", - "magmaslimemcage": "magma_cube_spawner", - "magmaslimemobcage": "magma_cube_spawner", - "magmaslimemobspawner": "magma_cube_spawner", - "magmaslimemonstercage": "magma_cube_spawner", - "magmaslimemonsterspawner": "magma_cube_spawner", - "magmaslimemspawner": "magma_cube_spawner", - "magmaslimespawner": "magma_cube_spawner", - "map": { - "material": "MAP" - }, - "minecraft:map": "map", - "medium_amethyst_bud": { - "material": "MEDIUM_AMETHYST_BUD" - }, - "amethystbudm": "medium_amethyst_bud", - "cavebudm": "medium_amethyst_bud", - "mamethystbud": "medium_amethyst_bud", - "mcavebud": "medium_amethyst_bud", - "mediumamethystbud": "medium_amethyst_bud", - "mediumcavebud": "medium_amethyst_bud", - "midamethystbud": "medium_amethyst_bud", - "midcavebud": "medium_amethyst_bud", - "minecraft:medium_amethyst_bud": "medium_amethyst_bud", - "melon": { - "material": "MELON" - }, - "minecraft:melon": "melon", - "melon_seeds": { - "material": "MELON_SEEDS" - }, - "melonseeds": "melon_seeds", - "minecraft:melon_seeds": "melon_seeds", - "melon_slice": { - "material": "MELON_SLICE" - }, - "melonslice": "melon_slice", - "minecraft:melon_slice": "melon_slice", - "milk_bucket": { - "material": "MILK_BUCKET" - }, - "milkbucket": "milk_bucket", - "minecraft:milk_bucket": "milk_bucket", - "minecart": { - "material": "MINECART" - }, - "cart": "minecart", - "mc": "minecart", - "mcart": "minecart", - "minecraft:minecart": "minecart", - "mojang_banner_pattern": { - "material": "MOJANG_BANNER_PATTERN" - }, - "minecraft:mojang_banner_pattern": "mojang_banner_pattern", - "mojangbannerpattern": "mojang_banner_pattern", - "mooshroom_spawn_egg": { - "material": "MOOSHROOM_SPAWN_EGG" - }, - "eggmooshroom": "mooshroom_spawn_egg", - "eggmushroom": "mooshroom_spawn_egg", - "eggmushroom_cow": "mooshroom_spawn_egg", - "eggmushroomcow": "mooshroom_spawn_egg", - "minecraft:mooshroom_spawn_egg": "mooshroom_spawn_egg", - "mooshroomegg": "mooshroom_spawn_egg", - "mooshroomsegg": "mooshroom_spawn_egg", - "mooshroomspawn": "mooshroom_spawn_egg", - "mooshroomspawnegg": "mooshroom_spawn_egg", - "mushroom_cowegg": "mooshroom_spawn_egg", - "mushroom_cowsegg": "mooshroom_spawn_egg", - "mushroom_cowspawn": "mooshroom_spawn_egg", - "mushroom_cowspawnegg": "mooshroom_spawn_egg", - "mushroomcowegg": "mooshroom_spawn_egg", - "mushroomcowsegg": "mooshroom_spawn_egg", - "mushroomcowspawn": "mooshroom_spawn_egg", - "mushroomcowspawnegg": "mooshroom_spawn_egg", - "mushroomegg": "mooshroom_spawn_egg", - "mushroomsegg": "mooshroom_spawn_egg", - "mushroomspawn": "mooshroom_spawn_egg", - "mushroomspawnegg": "mooshroom_spawn_egg", - "seggmooshroom": "mooshroom_spawn_egg", - "seggmushroom": "mooshroom_spawn_egg", - "seggmushroom_cow": "mooshroom_spawn_egg", - "seggmushroomcow": "mooshroom_spawn_egg", - "spawneggmooshroom": "mooshroom_spawn_egg", - "spawneggmushroom": "mooshroom_spawn_egg", - "spawneggmushroom_cow": "mooshroom_spawn_egg", - "spawneggmushroomcow": "mooshroom_spawn_egg", - "spawnmooshroom": "mooshroom_spawn_egg", - "spawnmushroom": "mooshroom_spawn_egg", - "spawnmushroom_cow": "mooshroom_spawn_egg", - "spawnmushroomcow": "mooshroom_spawn_egg", - "moss_block": { - "material": "MOSS_BLOCK" - }, - "minecraft:moss_block": "moss_block", - "mossblock": "moss_block", - "moss_carpet": { - "material": "MOSS_CARPET" - }, - "minecraft:moss_carpet": "moss_carpet", - "mosscarpet": "moss_carpet", - "mossy_cobblestone": { - "material": "MOSSY_COBBLESTONE" - }, - "mcobble": "mossy_cobblestone", - "mcobbleb": "mossy_cobblestone", - "mcobblebl": "mossy_cobblestone", - "mcobbleblock": "mossy_cobblestone", - "mcobblestone": "mossy_cobblestone", - "mcobblestoneb": "mossy_cobblestone", - "mcobblestonebl": "mossy_cobblestone", - "mcobblestoneblock": "mossy_cobblestone", - "mcs": "mossy_cobblestone", - "mcsb": "mossy_cobblestone", - "mcsbl": "mossy_cobblestone", - "mcsblock": "mossy_cobblestone", - "mcst": "mossy_cobblestone", - "mcstb": "mossy_cobblestone", - "mcstbl": "mossy_cobblestone", - "mcstblock": "mossy_cobblestone", - "mcstone": "mossy_cobblestone", - "mcstoneb": "mossy_cobblestone", - "mcstonebl": "mossy_cobblestone", - "mcstoneblock": "mossy_cobblestone", - "minecraft:mossy_cobblestone": "mossy_cobblestone", - "mosscobble": "mossy_cobblestone", - "mosscobbleb": "mossy_cobblestone", - "mosscobblebl": "mossy_cobblestone", - "mosscobbleblock": "mossy_cobblestone", - "mosscobblestone": "mossy_cobblestone", - "mosscobblestoneb": "mossy_cobblestone", - "mosscobblestonebl": "mossy_cobblestone", - "mosscobblestoneblock": "mossy_cobblestone", - "mosscs": "mossy_cobblestone", - "mosscsb": "mossy_cobblestone", - "mosscsbl": "mossy_cobblestone", - "mosscsblock": "mossy_cobblestone", - "mosscst": "mossy_cobblestone", - "mosscstb": "mossy_cobblestone", - "mosscstbl": "mossy_cobblestone", - "mosscstblock": "mossy_cobblestone", - "mosscstone": "mossy_cobblestone", - "mosscstoneb": "mossy_cobblestone", - "mosscstonebl": "mossy_cobblestone", - "mosscstoneblock": "mossy_cobblestone", - "mossycobble": "mossy_cobblestone", - "mossycobbleb": "mossy_cobblestone", - "mossycobblebl": "mossy_cobblestone", - "mossycobbleblock": "mossy_cobblestone", - "mossycobblestone": "mossy_cobblestone", - "mossycobblestoneb": "mossy_cobblestone", - "mossycobblestonebl": "mossy_cobblestone", - "mossycobblestoneblock": "mossy_cobblestone", - "mossycs": "mossy_cobblestone", - "mossycsb": "mossy_cobblestone", - "mossycsbl": "mossy_cobblestone", - "mossycsblock": "mossy_cobblestone", - "mossycst": "mossy_cobblestone", - "mossycstb": "mossy_cobblestone", - "mossycstbl": "mossy_cobblestone", - "mossycstblock": "mossy_cobblestone", - "mossycstone": "mossy_cobblestone", - "mossycstoneb": "mossy_cobblestone", - "mossycstonebl": "mossy_cobblestone", - "mossycstoneblock": "mossy_cobblestone", - "mossy_cobblestone_slab": { - "material": "MOSSY_COBBLESTONE_SLAB" - }, - "mcobblehalfblock": "mossy_cobblestone_slab", - "mcobblestep": "mossy_cobblestone_slab", - "mcobblestonehalfblock": "mossy_cobblestone_slab", - "mcobblestonestep": "mossy_cobblestone_slab", - "mcshalfblock": "mossy_cobblestone_slab", - "mcsstep": "mossy_cobblestone_slab", - "mcsthalfblock": "mossy_cobblestone_slab", - "mcstonehalfblock": "mossy_cobblestone_slab", - "mcstonestep": "mossy_cobblestone_slab", - "mcststep": "mossy_cobblestone_slab", - "minecraft:mossy_cobblestone_slab": "mossy_cobblestone_slab", - "mosscobblehalfblock": "mossy_cobblestone_slab", - "mosscobblestep": "mossy_cobblestone_slab", - "mosscobblestonehalfblock": "mossy_cobblestone_slab", - "mosscobblestonestep": "mossy_cobblestone_slab", - "mosscshalfblock": "mossy_cobblestone_slab", - "mosscsstep": "mossy_cobblestone_slab", - "mosscsthalfblock": "mossy_cobblestone_slab", - "mosscstonehalfblock": "mossy_cobblestone_slab", - "mosscstonestep": "mossy_cobblestone_slab", - "mosscststep": "mossy_cobblestone_slab", - "mossycobblehalfblock": "mossy_cobblestone_slab", - "mossycobblestep": "mossy_cobblestone_slab", - "mossycobblestonehalfblock": "mossy_cobblestone_slab", - "mossycobblestoneslab": "mossy_cobblestone_slab", - "mossycobblestonestep": "mossy_cobblestone_slab", - "mossycshalfblock": "mossy_cobblestone_slab", - "mossycsstep": "mossy_cobblestone_slab", - "mossycsthalfblock": "mossy_cobblestone_slab", - "mossycstonehalfblock": "mossy_cobblestone_slab", - "mossycstonestep": "mossy_cobblestone_slab", - "mossycststep": "mossy_cobblestone_slab", - "mossy_cobblestone_stairs": { - "material": "MOSSY_COBBLESTONE_STAIRS" - }, - "mcobblestair": "mossy_cobblestone_stairs", - "mcobblestairs": "mossy_cobblestone_stairs", - "mcobblestonestair": "mossy_cobblestone_stairs", - "mcobblestonestairs": "mossy_cobblestone_stairs", - "mcsstair": "mossy_cobblestone_stairs", - "mcsstairs": "mossy_cobblestone_stairs", - "mcstonestair": "mossy_cobblestone_stairs", - "mcstonestairs": "mossy_cobblestone_stairs", - "mcststair": "mossy_cobblestone_stairs", - "mcststairs": "mossy_cobblestone_stairs", - "minecraft:mossy_cobblestone_stairs": "mossy_cobblestone_stairs", - "mosscobblestair": "mossy_cobblestone_stairs", - "mosscobblestairs": "mossy_cobblestone_stairs", - "mosscobblestonestair": "mossy_cobblestone_stairs", - "mosscobblestonestairs": "mossy_cobblestone_stairs", - "mosscsstair": "mossy_cobblestone_stairs", - "mosscsstairs": "mossy_cobblestone_stairs", - "mosscstonestair": "mossy_cobblestone_stairs", - "mosscstonestairs": "mossy_cobblestone_stairs", - "mosscststair": "mossy_cobblestone_stairs", - "mosscststairs": "mossy_cobblestone_stairs", - "mossycobblestair": "mossy_cobblestone_stairs", - "mossycobblestairs": "mossy_cobblestone_stairs", - "mossycobblestonestair": "mossy_cobblestone_stairs", - "mossycobblestonestairs": "mossy_cobblestone_stairs", - "mossycsstair": "mossy_cobblestone_stairs", - "mossycsstairs": "mossy_cobblestone_stairs", - "mossycstonestair": "mossy_cobblestone_stairs", - "mossycstonestairs": "mossy_cobblestone_stairs", - "mossycststair": "mossy_cobblestone_stairs", - "mossycststairs": "mossy_cobblestone_stairs", - "mossy_cobblestone_wall": { - "material": "MOSSY_COBBLESTONE_WALL" - }, - "mcobblestonewall": "mossy_cobblestone_wall", - "mcobblewall": "mossy_cobblestone_wall", - "mcstonewall": "mossy_cobblestone_wall", - "mcstwall": "mossy_cobblestone_wall", - "mcswall": "mossy_cobblestone_wall", - "minecraft:mossy_cobblestone_wall": "mossy_cobblestone_wall", - "mosscobblestonewall": "mossy_cobblestone_wall", - "mosscobblewall": "mossy_cobblestone_wall", - "mosscstonewall": "mossy_cobblestone_wall", - "mosscstwall": "mossy_cobblestone_wall", - "mosscswall": "mossy_cobblestone_wall", - "mossycobblestonewall": "mossy_cobblestone_wall", - "mossycobblewall": "mossy_cobblestone_wall", - "mossycstonewall": "mossy_cobblestone_wall", - "mossycstwall": "mossy_cobblestone_wall", - "mossycswall": "mossy_cobblestone_wall", - "wallmcobble": "mossy_cobblestone_wall", - "wallmcobblestone": "mossy_cobblestone_wall", - "wallmcs": "mossy_cobblestone_wall", - "wallmcst": "mossy_cobblestone_wall", - "wallmcstone": "mossy_cobblestone_wall", - "wallmosscobble": "mossy_cobblestone_wall", - "wallmosscobblestone": "mossy_cobblestone_wall", - "wallmosscs": "mossy_cobblestone_wall", - "wallmosscst": "mossy_cobblestone_wall", - "wallmosscstone": "mossy_cobblestone_wall", - "wallmossycobble": "mossy_cobblestone_wall", - "wallmossycobblestone": "mossy_cobblestone_wall", - "wallmossycs": "mossy_cobblestone_wall", - "wallmossycst": "mossy_cobblestone_wall", - "wallmossycstone": "mossy_cobblestone_wall", - "mossy_stone_brick_slab": { - "material": "MOSSY_STONE_BRICK_SLAB" - }, - "minecraft:mossy_stone_brick_slab": "mossy_stone_brick_slab", - "mosssthalfblock": "mossy_stone_brick_slab", - "mossstonehalfblock": "mossy_stone_brick_slab", - "mossstonestep": "mossy_stone_brick_slab", - "mossststep": "mossy_stone_brick_slab", - "mossysthalfblock": "mossy_stone_brick_slab", - "mossystonebrickslab": "mossy_stone_brick_slab", - "mossystonehalfblock": "mossy_stone_brick_slab", - "mossystonestep": "mossy_stone_brick_slab", - "mossyststep": "mossy_stone_brick_slab", - "msthalfblock": "mossy_stone_brick_slab", - "mstonehalfblock": "mossy_stone_brick_slab", - "mstonestep": "mossy_stone_brick_slab", - "mststep": "mossy_stone_brick_slab", - "mossy_stone_brick_stairs": { - "material": "MOSSY_STONE_BRICK_STAIRS" - }, - "minecraft:mossy_stone_brick_stairs": "mossy_stone_brick_stairs", - "mossstonestair": "mossy_stone_brick_stairs", - "mossstonestairs": "mossy_stone_brick_stairs", - "mossststair": "mossy_stone_brick_stairs", - "mossststairs": "mossy_stone_brick_stairs", - "mossystonebrickstairs": "mossy_stone_brick_stairs", - "mossystonestair": "mossy_stone_brick_stairs", - "mossystonestairs": "mossy_stone_brick_stairs", - "mossyststair": "mossy_stone_brick_stairs", - "mossyststairs": "mossy_stone_brick_stairs", - "mstonestair": "mossy_stone_brick_stairs", - "mstonestairs": "mossy_stone_brick_stairs", - "mststair": "mossy_stone_brick_stairs", - "mststairs": "mossy_stone_brick_stairs", - "mossy_stone_brick_wall": { - "material": "MOSSY_STONE_BRICK_WALL" - }, - "minecraft:mossy_stone_brick_wall": "mossy_stone_brick_wall", - "mossstonewall": "mossy_stone_brick_wall", - "mossstwall": "mossy_stone_brick_wall", - "mossystonebrickwall": "mossy_stone_brick_wall", - "mossystonewall": "mossy_stone_brick_wall", - "mossystwall": "mossy_stone_brick_wall", - "mstonewall": "mossy_stone_brick_wall", - "mstwall": "mossy_stone_brick_wall", - "wallmossst": "mossy_stone_brick_wall", - "wallmossstone": "mossy_stone_brick_wall", - "wallmossyst": "mossy_stone_brick_wall", - "wallmossystone": "mossy_stone_brick_wall", - "wallmst": "mossy_stone_brick_wall", - "wallmstone": "mossy_stone_brick_wall", - "mossy_stone_bricks": { - "material": "MOSSY_STONE_BRICKS" - }, - "minecraft:mossy_stone_bricks": "mossy_stone_bricks", - "mossst": "mossy_stone_bricks", - "mossstone": "mossy_stone_bricks", - "mossyst": "mossy_stone_bricks", - "mossystone": "mossy_stone_bricks", - "mossystonebricks": "mossy_stone_bricks", - "mst": "mossy_stone_bricks", - "mstone": "mossy_stone_bricks", - "mule_spawn_egg": { - "material": "MULE_SPAWN_EGG" - }, - "eggmule": "mule_spawn_egg", - "minecraft:mule_spawn_egg": "mule_spawn_egg", - "muleegg": "mule_spawn_egg", - "mulesegg": "mule_spawn_egg", - "mulespawn": "mule_spawn_egg", - "mulespawnegg": "mule_spawn_egg", - "seggmule": "mule_spawn_egg", - "spawneggmule": "mule_spawn_egg", - "spawnmule": "mule_spawn_egg", - "mule_spawner": { - "entity": "MULE", - "material": "SPAWNER" - }, - "mulecage": "mule_spawner", - "mulemcage": "mule_spawner", - "mulemobcage": "mule_spawner", - "mulemobspawner": "mule_spawner", - "mulemonstercage": "mule_spawner", - "mulemonsterspawner": "mule_spawner", - "mulemspawner": "mule_spawner", - "mulespawner": "mule_spawner", - "mundane_lingering_potion": { - "potionData": { - "type": "MUNDANE", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionmundane": "mundane_lingering_potion", - "aoepotmundane": "mundane_lingering_potion", - "areapotionmundane": "mundane_lingering_potion", - "areapotmundane": "mundane_lingering_potion", - "cloudpotionmundane": "mundane_lingering_potion", - "cloudpotmundane": "mundane_lingering_potion", - "lingerpotmundane": "mundane_lingering_potion", - "mundaneaoepoiont": "mundane_lingering_potion", - "mundaneaoepot": "mundane_lingering_potion", - "mundaneareapot": "mundane_lingering_potion", - "mundaneareapotion": "mundane_lingering_potion", - "mundanecloudpot": "mundane_lingering_potion", - "mundanecloudpotion": "mundane_lingering_potion", - "mundanelingerpot": "mundane_lingering_potion", - "mundane_potion": { - "potionData": { - "type": "MUNDANE", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "mundanepot": "mundane_potion", - "mundanepotion": "mundane_potion", - "potionofmundane": "mundane_potion", - "potofmundane": "mundane_potion", - "mundane_splash_potion": { - "potionData": { - "type": "MUNDANE", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "mundanesplashpot": "mundane_splash_potion", - "mundanesplashpotion": "mundane_splash_potion", - "splashmundanepot": "mundane_splash_potion", - "splashmundanepotion": "mundane_splash_potion", - "splmundanepot": "mundane_splash_potion", - "splmundanepotion": "mundane_splash_potion", - "mundane_tipped_arrow": { - "potionData": { - "type": "MUNDANE", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowmundane": "mundane_tipped_arrow", - "mundanearrow": "mundane_tipped_arrow", - "mundanetarr": "mundane_tipped_arrow", - "mundanetarrow": "mundane_tipped_arrow", - "mundanetippedarrow": "mundane_tipped_arrow", - "mushroom_cow_spawner": { - "entity": "MUSHROOM_COW", - "material": "SPAWNER" - }, - "mooshroomcage": "mushroom_cow_spawner", - "mooshroommcage": "mushroom_cow_spawner", - "mooshroommobcage": "mushroom_cow_spawner", - "mooshroommobspawner": "mushroom_cow_spawner", - "mooshroommonstercage": "mushroom_cow_spawner", - "mooshroommonsterspawner": "mushroom_cow_spawner", - "mooshroommspawner": "mushroom_cow_spawner", - "mooshroomspawner": "mushroom_cow_spawner", - "mushroom_cowcage": "mushroom_cow_spawner", - "mushroom_cowmcage": "mushroom_cow_spawner", - "mushroom_cowmobcage": "mushroom_cow_spawner", - "mushroom_cowmobspawner": "mushroom_cow_spawner", - "mushroom_cowmonstercage": "mushroom_cow_spawner", - "mushroom_cowmonsterspawner": "mushroom_cow_spawner", - "mushroom_cowmspawner": "mushroom_cow_spawner", - "mushroom_cowspawner": "mushroom_cow_spawner", - "mushroomcage": "mushroom_cow_spawner", - "mushroomcowcage": "mushroom_cow_spawner", - "mushroomcowmcage": "mushroom_cow_spawner", - "mushroomcowmobcage": "mushroom_cow_spawner", - "mushroomcowmobspawner": "mushroom_cow_spawner", - "mushroomcowmonstercage": "mushroom_cow_spawner", - "mushroomcowmonsterspawner": "mushroom_cow_spawner", - "mushroomcowmspawner": "mushroom_cow_spawner", - "mushroomcowspawner": "mushroom_cow_spawner", - "mushroommcage": "mushroom_cow_spawner", - "mushroommobcage": "mushroom_cow_spawner", - "mushroommobspawner": "mushroom_cow_spawner", - "mushroommonstercage": "mushroom_cow_spawner", - "mushroommonsterspawner": "mushroom_cow_spawner", - "mushroommspawner": "mushroom_cow_spawner", - "mushroomspawner": "mushroom_cow_spawner", - "mushroom_stem": { - "material": "MUSHROOM_STEM" - }, - "minecraft:mushroom_stem": "mushroom_stem", - "mushroomstem": "mushroom_stem", - "mushroom_stew": { - "material": "MUSHROOM_STEW" - }, - "minecraft:mushroom_stew": "mushroom_stew", - "mushroomstew": "mushroom_stew", - "music_disc_11": { - "material": "MUSIC_DISC_11" - }, - "11cd": "music_disc_11", - "11disc": "music_disc_11", - "11disk": "music_disc_11", - "11mcd": "music_disc_11", - "11mdisc": "music_disc_11", - "11mdisk": "music_disc_11", - "11mrecord": "music_disc_11", - "11musiccd": "music_disc_11", - "11musicdisc": "music_disc_11", - "11musicdisk": "music_disc_11", - "11musicrecord": "music_disc_11", - "11record": "music_disc_11", - "ccd": "music_disc_11", - "cd11": "music_disc_11", - "cdisc": "music_disc_11", - "cdisk": "music_disc_11", - "cmcd": "music_disc_11", - "cmdisc": "music_disc_11", - "cmdisk": "music_disc_11", - "cmrecord": "music_disc_11", - "cmusiccd": "music_disc_11", - "cmusicdisc": "music_disc_11", - "cmusicdisk": "music_disc_11", - "cmusicrecord": "music_disc_11", - "crackcd": "music_disc_11", - "crackdisc": "music_disc_11", - "crackdisk": "music_disc_11", - "crackedcd": "music_disc_11", - "crackeddisc": "music_disc_11", - "crackeddisk": "music_disc_11", - "crackedmcd": "music_disc_11", - "crackedmdisc": "music_disc_11", - "crackedmdisk": "music_disc_11", - "crackedmrecord": "music_disc_11", - "crackedmusiccd": "music_disc_11", - "crackedmusicdisc": "music_disc_11", - "crackedmusicdisk": "music_disc_11", - "crackedmusicrecord": "music_disc_11", - "crackedrecord": "music_disc_11", - "crackmcd": "music_disc_11", - "crackmdisc": "music_disc_11", - "crackmdisk": "music_disc_11", - "crackmrecord": "music_disc_11", - "crackmusiccd": "music_disc_11", - "crackmusicdisc": "music_disc_11", - "crackmusicdisk": "music_disc_11", - "crackmusicrecord": "music_disc_11", - "crackrecord": "music_disc_11", - "crecord": "music_disc_11", - "disc11": "music_disc_11", - "disk11": "music_disc_11", - "mcd11": "music_disc_11", - "mdisc11": "music_disc_11", - "mdisk11": "music_disc_11", - "minecraft:music_disc_11": "music_disc_11", - "mrecord11": "music_disc_11", - "musiccd11": "music_disc_11", - "musicdisc11": "music_disc_11", - "musicdisk11": "music_disc_11", - "musicrecord11": "music_disc_11", - "record11": "music_disc_11", - "music_disc_13": { - "material": "MUSIC_DISC_13" - }, - "13cd": "music_disc_13", - "13disc": "music_disc_13", - "13disk": "music_disc_13", - "13mcd": "music_disc_13", - "13mdisc": "music_disc_13", - "13mdisk": "music_disc_13", - "13mrecord": "music_disc_13", - "13musiccd": "music_disc_13", - "13musicdisc": "music_disc_13", - "13musicdisk": "music_disc_13", - "13musicrecord": "music_disc_13", - "13record": "music_disc_13", - "1cd": "music_disc_13", - "1disc": "music_disc_13", - "1disk": "music_disc_13", - "1mcd": "music_disc_13", - "1mdisc": "music_disc_13", - "1mdisk": "music_disc_13", - "1mrecord": "music_disc_13", - "1musiccd": "music_disc_13", - "1musicdisc": "music_disc_13", - "1musicdisk": "music_disc_13", - "1musicrecord": "music_disc_13", - "1record": "music_disc_13", - "cd1": "music_disc_13", - "disc1": "music_disc_13", - "disk1": "music_disc_13", - "gocd": "music_disc_13", - "godisc": "music_disc_13", - "godisk": "music_disc_13", - "goldcd": "music_disc_13", - "golddisc": "music_disc_13", - "golddisk": "music_disc_13", - "goldmcd": "music_disc_13", - "goldmdisc": "music_disc_13", - "goldmdisk": "music_disc_13", - "goldmrecord": "music_disc_13", - "goldmusiccd": "music_disc_13", - "goldmusicdisc": "music_disc_13", - "goldmusicdisk": "music_disc_13", - "goldmusicrecord": "music_disc_13", - "goldrecord": "music_disc_13", - "gomcd": "music_disc_13", - "gomdisc": "music_disc_13", - "gomdisk": "music_disc_13", - "gomrecord": "music_disc_13", - "gomusiccd": "music_disc_13", - "gomusicdisc": "music_disc_13", - "gomusicdisk": "music_disc_13", - "gomusicrecord": "music_disc_13", - "gorecord": "music_disc_13", - "mcd1": "music_disc_13", - "mdisc1": "music_disc_13", - "mdisk1": "music_disc_13", - "minecraft:music_disc_13": "music_disc_13", - "mrecord1": "music_disc_13", - "musiccd1": "music_disc_13", - "musicdisc1": "music_disc_13", - "musicdisc13": "music_disc_13", - "musicdisk1": "music_disc_13", - "musicrecord1": "music_disc_13", - "record1": "music_disc_13", - "music_disc_blocks": { - "material": "MUSIC_DISC_BLOCKS" - }, - "3cd": "music_disc_blocks", - "3disc": "music_disc_blocks", - "3disk": "music_disc_blocks", - "3mcd": "music_disc_blocks", - "3mdisc": "music_disc_blocks", - "3mdisk": "music_disc_blocks", - "3mrecord": "music_disc_blocks", - "3musiccd": "music_disc_blocks", - "3musicdisc": "music_disc_blocks", - "3musicdisk": "music_disc_blocks", - "3musicrecord": "music_disc_blocks", - "3record": "music_disc_blocks", - "blockscd": "music_disc_blocks", - "blocksdisc": "music_disc_blocks", - "blocksdisk": "music_disc_blocks", - "blocksmcd": "music_disc_blocks", - "blocksmdisc": "music_disc_blocks", - "blocksmdisk": "music_disc_blocks", - "blocksmrecord": "music_disc_blocks", - "blocksmusiccd": "music_disc_blocks", - "blocksmusicdisc": "music_disc_blocks", - "blocksmusicdisk": "music_disc_blocks", - "blocksmusicrecord": "music_disc_blocks", - "blocksrecord": "music_disc_blocks", - "cd3": "music_disc_blocks", - "disc3": "music_disc_blocks", - "disk3": "music_disc_blocks", - "mcd3": "music_disc_blocks", - "mdisc3": "music_disc_blocks", - "mdisk3": "music_disc_blocks", - "minecraft:music_disc_blocks": "music_disc_blocks", - "mrecord3": "music_disc_blocks", - "musiccd3": "music_disc_blocks", - "musicdisc3": "music_disc_blocks", - "musicdiscblocks": "music_disc_blocks", - "musicdisk3": "music_disc_blocks", - "musicrecord3": "music_disc_blocks", - "orangecd": "music_disc_blocks", - "orangedisc": "music_disc_blocks", - "orangedisk": "music_disc_blocks", - "orangemcd": "music_disc_blocks", - "orangemdisc": "music_disc_blocks", - "orangemdisk": "music_disc_blocks", - "orangemrecord": "music_disc_blocks", - "orangemusiccd": "music_disc_blocks", - "orangemusicdisc": "music_disc_blocks", - "orangemusicdisk": "music_disc_blocks", - "orangemusicrecord": "music_disc_blocks", - "orangerecord": "music_disc_blocks", - "orcd": "music_disc_blocks", - "ordisc": "music_disc_blocks", - "ordisk": "music_disc_blocks", - "ormcd": "music_disc_blocks", - "ormdisc": "music_disc_blocks", - "ormdisk": "music_disc_blocks", - "ormrecord": "music_disc_blocks", - "ormusiccd": "music_disc_blocks", - "ormusicdisc": "music_disc_blocks", - "ormusicdisk": "music_disc_blocks", - "ormusicrecord": "music_disc_blocks", - "orrecord": "music_disc_blocks", - "record3": "music_disc_blocks", - "music_disc_cat": { - "material": "MUSIC_DISC_CAT" - }, - "2cd": "music_disc_cat", - "2disc": "music_disc_cat", - "2disk": "music_disc_cat", - "2mcd": "music_disc_cat", - "2mdisc": "music_disc_cat", - "2mdisk": "music_disc_cat", - "2mrecord": "music_disc_cat", - "2musiccd": "music_disc_cat", - "2musicdisc": "music_disc_cat", - "2musicdisk": "music_disc_cat", - "2musicrecord": "music_disc_cat", - "2record": "music_disc_cat", - "catcd": "music_disc_cat", - "catdisc": "music_disc_cat", - "catdisk": "music_disc_cat", - "catmcd": "music_disc_cat", - "catmdisc": "music_disc_cat", - "catmdisk": "music_disc_cat", - "catmrecord": "music_disc_cat", - "catmusiccd": "music_disc_cat", - "catmusicdisc": "music_disc_cat", - "catmusicdisk": "music_disc_cat", - "catmusicrecord": "music_disc_cat", - "catrecord": "music_disc_cat", - "cd2": "music_disc_cat", - "disc2": "music_disc_cat", - "disk2": "music_disc_cat", - "grcd": "music_disc_cat", - "grdisc": "music_disc_cat", - "grdisk": "music_disc_cat", - "greencd": "music_disc_cat", - "greendisc": "music_disc_cat", - "greendisk": "music_disc_cat", - "greenmcd": "music_disc_cat", - "greenmdisc": "music_disc_cat", - "greenmdisk": "music_disc_cat", - "greenmrecord": "music_disc_cat", - "greenmusiccd": "music_disc_cat", - "greenmusicdisc": "music_disc_cat", - "greenmusicdisk": "music_disc_cat", - "greenmusicrecord": "music_disc_cat", - "greenrecord": "music_disc_cat", - "grmcd": "music_disc_cat", - "grmdisc": "music_disc_cat", - "grmdisk": "music_disc_cat", - "grmrecord": "music_disc_cat", - "grmusiccd": "music_disc_cat", - "grmusicdisc": "music_disc_cat", - "grmusicdisk": "music_disc_cat", - "grmusicrecord": "music_disc_cat", - "grrecord": "music_disc_cat", - "mcd2": "music_disc_cat", - "mdisc2": "music_disc_cat", - "mdisk2": "music_disc_cat", - "minecraft:music_disc_cat": "music_disc_cat", - "mrecord2": "music_disc_cat", - "musiccd2": "music_disc_cat", - "musicdisc2": "music_disc_cat", - "musicdisccat": "music_disc_cat", - "musicdisk2": "music_disc_cat", - "musicrecord2": "music_disc_cat", - "record2": "music_disc_cat", - "music_disc_chirp": { - "material": "MUSIC_DISC_CHIRP" - }, - "4cd": "music_disc_chirp", - "4disc": "music_disc_chirp", - "4disk": "music_disc_chirp", - "4mcd": "music_disc_chirp", - "4mdisc": "music_disc_chirp", - "4mdisk": "music_disc_chirp", - "4mrecord": "music_disc_chirp", - "4musiccd": "music_disc_chirp", - "4musicdisc": "music_disc_chirp", - "4musicdisk": "music_disc_chirp", - "4musicrecord": "music_disc_chirp", - "4record": "music_disc_chirp", - "cd4": "music_disc_chirp", - "chirpcd": "music_disc_chirp", - "chirpdisc": "music_disc_chirp", - "chirpdisk": "music_disc_chirp", - "chirpmcd": "music_disc_chirp", - "chirpmdisc": "music_disc_chirp", - "chirpmdisk": "music_disc_chirp", - "chirpmrecord": "music_disc_chirp", - "chirpmusiccd": "music_disc_chirp", - "chirpmusicdisc": "music_disc_chirp", - "chirpmusicdisk": "music_disc_chirp", - "chirpmusicrecord": "music_disc_chirp", - "chirprecord": "music_disc_chirp", - "disc4": "music_disc_chirp", - "disk4": "music_disc_chirp", - "mcd4": "music_disc_chirp", - "mdisc4": "music_disc_chirp", - "mdisk4": "music_disc_chirp", - "minecraft:music_disc_chirp": "music_disc_chirp", - "mrecord4": "music_disc_chirp", - "musiccd4": "music_disc_chirp", - "musicdisc4": "music_disc_chirp", - "musicdiscchirp": "music_disc_chirp", - "musicdisk4": "music_disc_chirp", - "musicrecord4": "music_disc_chirp", - "recd": "music_disc_chirp", - "record4": "music_disc_chirp", - "redcd": "music_disc_chirp", - "reddisc": "music_disc_chirp", - "reddisk": "music_disc_chirp", - "redisc": "music_disc_chirp", - "redisk": "music_disc_chirp", - "redmcd": "music_disc_chirp", - "redmdisc": "music_disc_chirp", - "redmdisk": "music_disc_chirp", - "redmrecord": "music_disc_chirp", - "redmusiccd": "music_disc_chirp", - "redmusicdisc": "music_disc_chirp", - "redmusicdisk": "music_disc_chirp", - "redmusicrecord": "music_disc_chirp", - "redrecord": "music_disc_chirp", - "remcd": "music_disc_chirp", - "remdisc": "music_disc_chirp", - "remdisk": "music_disc_chirp", - "remrecord": "music_disc_chirp", - "remusiccd": "music_disc_chirp", - "remusicdisc": "music_disc_chirp", - "remusicdisk": "music_disc_chirp", - "remusicrecord": "music_disc_chirp", - "rerecord": "music_disc_chirp", - "music_disc_far": { - "material": "MUSIC_DISC_FAR" - }, - "5cd": "music_disc_far", - "5disc": "music_disc_far", - "5disk": "music_disc_far", - "5mcd": "music_disc_far", - "5mdisc": "music_disc_far", - "5mdisk": "music_disc_far", - "5mrecord": "music_disc_far", - "5musiccd": "music_disc_far", - "5musicdisc": "music_disc_far", - "5musicdisk": "music_disc_far", - "5musicrecord": "music_disc_far", - "5record": "music_disc_far", - "cd5": "music_disc_far", - "disc5": "music_disc_far", - "disk5": "music_disc_far", - "farcd": "music_disc_far", - "fardisc": "music_disc_far", - "fardisk": "music_disc_far", - "farmcd": "music_disc_far", - "farmdisc": "music_disc_far", - "farmdisk": "music_disc_far", - "farmrecord": "music_disc_far", - "farmusiccd": "music_disc_far", - "farmusicdisc": "music_disc_far", - "farmusicdisk": "music_disc_far", - "farmusicrecord": "music_disc_far", - "farrecord": "music_disc_far", - "lgrcd": "music_disc_far", - "lgrdisc": "music_disc_far", - "lgrdisk": "music_disc_far", - "lgreencd": "music_disc_far", - "lgreendisc": "music_disc_far", - "lgreendisk": "music_disc_far", - "lgreenmcd": "music_disc_far", - "lgreenmdisc": "music_disc_far", - "lgreenmdisk": "music_disc_far", - "lgreenmrecord": "music_disc_far", - "lgreenmusiccd": "music_disc_far", - "lgreenmusicdisc": "music_disc_far", - "lgreenmusicdisk": "music_disc_far", - "lgreenmusicrecord": "music_disc_far", - "lgreenrecord": "music_disc_far", - "lgrmcd": "music_disc_far", - "lgrmdisc": "music_disc_far", - "lgrmdisk": "music_disc_far", - "lgrmrecord": "music_disc_far", - "lgrmusiccd": "music_disc_far", - "lgrmusicdisc": "music_disc_far", - "lgrmusicdisk": "music_disc_far", - "lgrmusicrecord": "music_disc_far", - "lgrrecord": "music_disc_far", - "lightgrcd": "music_disc_far", - "lightgrdisc": "music_disc_far", - "lightgrdisk": "music_disc_far", - "lightgreencd": "music_disc_far", - "lightgreendisc": "music_disc_far", - "lightgreendisk": "music_disc_far", - "lightgreenmcd": "music_disc_far", - "lightgreenmdisc": "music_disc_far", - "lightgreenmdisk": "music_disc_far", - "lightgreenmrecord": "music_disc_far", - "lightgreenmusiccd": "music_disc_far", - "lightgreenmusicdisc": "music_disc_far", - "lightgreenmusicdisk": "music_disc_far", - "lightgreenmusicrecord": "music_disc_far", - "lightgreenrecord": "music_disc_far", - "lightgrmcd": "music_disc_far", - "lightgrmdisc": "music_disc_far", - "lightgrmdisk": "music_disc_far", - "lightgrmrecord": "music_disc_far", - "lightgrmusiccd": "music_disc_far", - "lightgrmusicdisc": "music_disc_far", - "lightgrmusicdisk": "music_disc_far", - "lightgrmusicrecord": "music_disc_far", - "lightgrrecord": "music_disc_far", - "mcd5": "music_disc_far", - "mdisc5": "music_disc_far", - "mdisk5": "music_disc_far", - "minecraft:music_disc_far": "music_disc_far", - "mrecord5": "music_disc_far", - "musiccd5": "music_disc_far", - "musicdisc5": "music_disc_far", - "musicdiscfar": "music_disc_far", - "musicdisk5": "music_disc_far", - "musicrecord5": "music_disc_far", - "record5": "music_disc_far", - "music_disc_mall": { - "material": "MUSIC_DISC_MALL" - }, - "6cd": "music_disc_mall", - "6disc": "music_disc_mall", - "6disk": "music_disc_mall", - "6mcd": "music_disc_mall", - "6mdisc": "music_disc_mall", - "6mdisk": "music_disc_mall", - "6mrecord": "music_disc_mall", - "6musiccd": "music_disc_mall", - "6musicdisc": "music_disc_mall", - "6musicdisk": "music_disc_mall", - "6musicrecord": "music_disc_mall", - "6record": "music_disc_mall", - "cd6": "music_disc_mall", - "disc6": "music_disc_mall", - "disk6": "music_disc_mall", - "mallcd": "music_disc_mall", - "malldisc": "music_disc_mall", - "malldisk": "music_disc_mall", - "mallmcd": "music_disc_mall", - "mallmdisc": "music_disc_mall", - "mallmdisk": "music_disc_mall", - "mallmrecord": "music_disc_mall", - "mallmusiccd": "music_disc_mall", - "mallmusicdisc": "music_disc_mall", - "mallmusicdisk": "music_disc_mall", - "mallmusicrecord": "music_disc_mall", - "mallrecord": "music_disc_mall", - "mcd6": "music_disc_mall", - "mdisc6": "music_disc_mall", - "mdisk6": "music_disc_mall", - "minecraft:music_disc_mall": "music_disc_mall", - "mrecord6": "music_disc_mall", - "musiccd6": "music_disc_mall", - "musicdisc6": "music_disc_mall", - "musicdiscmall": "music_disc_mall", - "musicdisk6": "music_disc_mall", - "musicrecord6": "music_disc_mall", - "pucd": "music_disc_mall", - "pudisc": "music_disc_mall", - "pudisk": "music_disc_mall", - "pumcd": "music_disc_mall", - "pumdisc": "music_disc_mall", - "pumdisk": "music_disc_mall", - "pumrecord": "music_disc_mall", - "pumusiccd": "music_disc_mall", - "pumusicdisc": "music_disc_mall", - "pumusicdisk": "music_disc_mall", - "pumusicrecord": "music_disc_mall", - "purecord": "music_disc_mall", - "purplecd": "music_disc_mall", - "purpledisc": "music_disc_mall", - "purpledisk": "music_disc_mall", - "purplemcd": "music_disc_mall", - "purplemdisc": "music_disc_mall", - "purplemdisk": "music_disc_mall", - "purplemrecord": "music_disc_mall", - "purplemusiccd": "music_disc_mall", - "purplemusicdisc": "music_disc_mall", - "purplemusicdisk": "music_disc_mall", - "purplemusicrecord": "music_disc_mall", - "purplerecord": "music_disc_mall", - "record6": "music_disc_mall", - "music_disc_mellohi": { - "material": "MUSIC_DISC_MELLOHI" - }, - "7cd": "music_disc_mellohi", - "7disc": "music_disc_mellohi", - "7disk": "music_disc_mellohi", - "7mcd": "music_disc_mellohi", - "7mdisc": "music_disc_mellohi", - "7mdisk": "music_disc_mellohi", - "7mrecord": "music_disc_mellohi", - "7musiccd": "music_disc_mellohi", - "7musicdisc": "music_disc_mellohi", - "7musicdisk": "music_disc_mellohi", - "7musicrecord": "music_disc_mellohi", - "7record": "music_disc_mellohi", - "cd7": "music_disc_mellohi", - "disc7": "music_disc_mellohi", - "disk7": "music_disc_mellohi", - "mcd7": "music_disc_mellohi", - "mdisc7": "music_disc_mellohi", - "mdisk7": "music_disc_mellohi", - "mellohicd": "music_disc_mellohi", - "mellohidisc": "music_disc_mellohi", - "mellohidisk": "music_disc_mellohi", - "mellohimcd": "music_disc_mellohi", - "mellohimdisc": "music_disc_mellohi", - "mellohimdisk": "music_disc_mellohi", - "mellohimrecord": "music_disc_mellohi", - "mellohimusiccd": "music_disc_mellohi", - "mellohimusicdisc": "music_disc_mellohi", - "mellohimusicdisk": "music_disc_mellohi", - "mellohimusicrecord": "music_disc_mellohi", - "mellohirecord": "music_disc_mellohi", - "minecraft:music_disc_mellohi": "music_disc_mellohi", - "mrecord7": "music_disc_mellohi", - "musiccd7": "music_disc_mellohi", - "musicdisc7": "music_disc_mellohi", - "musicdiscmellohi": "music_disc_mellohi", - "musicdisk7": "music_disc_mellohi", - "musicrecord7": "music_disc_mellohi", - "picd": "music_disc_mellohi", - "pidisc": "music_disc_mellohi", - "pidisk": "music_disc_mellohi", - "pimcd": "music_disc_mellohi", - "pimdisc": "music_disc_mellohi", - "pimdisk": "music_disc_mellohi", - "pimrecord": "music_disc_mellohi", - "pimusiccd": "music_disc_mellohi", - "pimusicdisc": "music_disc_mellohi", - "pimusicdisk": "music_disc_mellohi", - "pimusicrecord": "music_disc_mellohi", - "pinkcd": "music_disc_mellohi", - "pinkdisc": "music_disc_mellohi", - "pinkdisk": "music_disc_mellohi", - "pinkmcd": "music_disc_mellohi", - "pinkmdisc": "music_disc_mellohi", - "pinkmdisk": "music_disc_mellohi", - "pinkmrecord": "music_disc_mellohi", - "pinkmusiccd": "music_disc_mellohi", - "pinkmusicdisc": "music_disc_mellohi", - "pinkmusicdisk": "music_disc_mellohi", - "pinkmusicrecord": "music_disc_mellohi", - "pinkrecord": "music_disc_mellohi", - "pirecord": "music_disc_mellohi", - "record7": "music_disc_mellohi", - "music_disc_otherside": { - "material": "MUSIC_DISC_OTHERSIDE" - }, - "15cd": "music_disc_otherside", - "15disc": "music_disc_otherside", - "15disk": "music_disc_otherside", - "15mcd": "music_disc_otherside", - "15mdisc": "music_disc_otherside", - "15mdisk": "music_disc_otherside", - "15mrecord": "music_disc_otherside", - "15musiccd": "music_disc_otherside", - "15musicdisc": "music_disc_otherside", - "15musicdisk": "music_disc_otherside", - "15musicrecord": "music_disc_otherside", - "15record": "music_disc_otherside", - "cavecd": "music_disc_otherside", - "cavedisc": "music_disc_otherside", - "cavedisk": "music_disc_otherside", - "cavemcd": "music_disc_otherside", - "cavemdisc": "music_disc_otherside", - "cavemdisk": "music_disc_otherside", - "cavemrecord": "music_disc_otherside", - "cavemusiccd": "music_disc_otherside", - "cavemusicdisc": "music_disc_otherside", - "cavemusicdisk": "music_disc_otherside", - "cavemusicrecord": "music_disc_otherside", - "caverecord": "music_disc_otherside", - "cd15": "music_disc_otherside", - "deepcd2": "music_disc_otherside", - "deepdisc2": "music_disc_otherside", - "deepdisk2": "music_disc_otherside", - "deepmcd2": "music_disc_otherside", - "deepmdisc2": "music_disc_otherside", - "deepmdisk2": "music_disc_otherside", - "deepmrecord2": "music_disc_otherside", - "deepmusiccd2": "music_disc_otherside", - "deepmusicdisc2": "music_disc_otherside", - "deepmusicdisk2": "music_disc_otherside", - "deepmusicrecord2": "music_disc_otherside", - "deeprecord2": "music_disc_otherside", - "disc15": "music_disc_otherside", - "disk15": "music_disc_otherside", - "lenaraineisstillawesome": "music_disc_otherside", - "mcd15": "music_disc_otherside", - "mdisc15": "music_disc_otherside", - "mdisk15": "music_disc_otherside", - "minecraft:music_disc_otherside": "music_disc_otherside", - "mrecord15": "music_disc_otherside", - "musiccd15": "music_disc_otherside", - "musicdisc15": "music_disc_otherside", - "musicdiscotherside": "music_disc_otherside", - "musicdisk15": "music_disc_otherside", - "musicrecord15": "music_disc_otherside", - "othercd": "music_disc_otherside", - "otherdisc": "music_disc_otherside", - "otherdisk": "music_disc_otherside", - "othermcd": "music_disc_otherside", - "othermdisc": "music_disc_otherside", - "othermdisk": "music_disc_otherside", - "othermrecord": "music_disc_otherside", - "othermusiccd": "music_disc_otherside", - "othermusicdisc": "music_disc_otherside", - "othermusicdisk": "music_disc_otherside", - "othermusicrecord": "music_disc_otherside", - "otherrecord": "music_disc_otherside", - "othersidecd": "music_disc_otherside", - "othersidedisc": "music_disc_otherside", - "othersidedisk": "music_disc_otherside", - "othersidemcd": "music_disc_otherside", - "othersidemdisc": "music_disc_otherside", - "othersidemdisk": "music_disc_otherside", - "othersidemrecord": "music_disc_otherside", - "othersidemusiccd": "music_disc_otherside", - "othersidemusicdisc": "music_disc_otherside", - "othersidemusicdisk": "music_disc_otherside", - "othersidemusicrecord": "music_disc_otherside", - "othersiderecord": "music_disc_otherside", - "record15": "music_disc_otherside", - "undercd": "music_disc_otherside", - "underdisc": "music_disc_otherside", - "underdisk": "music_disc_otherside", - "undermcd": "music_disc_otherside", - "undermdisc": "music_disc_otherside", - "undermdisk": "music_disc_otherside", - "undermrecord": "music_disc_otherside", - "undermusiccd": "music_disc_otherside", - "undermusicdisc": "music_disc_otherside", - "undermusicdisk": "music_disc_otherside", - "undermusicrecord": "music_disc_otherside", - "underrecord": "music_disc_otherside", - "music_disc_pigstep": { - "material": "MUSIC_DISC_PIGSTEP" - }, - "14cd": "music_disc_pigstep", - "14disc": "music_disc_pigstep", - "14disk": "music_disc_pigstep", - "14mcd": "music_disc_pigstep", - "14mdisc": "music_disc_pigstep", - "14mdisk": "music_disc_pigstep", - "14mrecord": "music_disc_pigstep", - "14musiccd": "music_disc_pigstep", - "14musicdisc": "music_disc_pigstep", - "14musicdisk": "music_disc_pigstep", - "14musicrecord": "music_disc_pigstep", - "14record": "music_disc_pigstep", - "cd14": "music_disc_pigstep", - "darkcd": "music_disc_pigstep", - "darkdisc": "music_disc_pigstep", - "darkdisk": "music_disc_pigstep", - "darkmcd": "music_disc_pigstep", - "darkmdisc": "music_disc_pigstep", - "darkmdisk": "music_disc_pigstep", - "darkmrecord": "music_disc_pigstep", - "darkmusiccd": "music_disc_pigstep", - "darkmusicdisc": "music_disc_pigstep", - "darkmusicdisk": "music_disc_pigstep", - "darkmusicrecord": "music_disc_pigstep", - "darkrecord": "music_disc_pigstep", - "disc14": "music_disc_pigstep", - "disk14": "music_disc_pigstep", - "lenaraineisawesome": "music_disc_pigstep", - "mcd14": "music_disc_pigstep", - "mdisc14": "music_disc_pigstep", - "mdisk14": "music_disc_pigstep", - "minecraft:music_disc_pigstep": "music_disc_pigstep", - "mrecord14": "music_disc_pigstep", - "musiccd14": "music_disc_pigstep", - "musicdisc14": "music_disc_pigstep", - "musicdiscpigstep": "music_disc_pigstep", - "musicdisk14": "music_disc_pigstep", - "musicrecord14": "music_disc_pigstep", - "nethcd": "music_disc_pigstep", - "nethdisc": "music_disc_pigstep", - "nethdisk": "music_disc_pigstep", - "nethercd": "music_disc_pigstep", - "netherdisc": "music_disc_pigstep", - "netherdisk": "music_disc_pigstep", - "nethermcd": "music_disc_pigstep", - "nethermdisc": "music_disc_pigstep", - "nethermdisk": "music_disc_pigstep", - "nethermrecord": "music_disc_pigstep", - "nethermusiccd": "music_disc_pigstep", - "nethermusicdisc": "music_disc_pigstep", - "nethermusicdisk": "music_disc_pigstep", - "nethermusicrecord": "music_disc_pigstep", - "netherrecord": "music_disc_pigstep", - "nethmcd": "music_disc_pigstep", - "nethmdisc": "music_disc_pigstep", - "nethmdisk": "music_disc_pigstep", - "nethmrecord": "music_disc_pigstep", - "nethmusiccd": "music_disc_pigstep", - "nethmusicdisc": "music_disc_pigstep", - "nethmusicdisk": "music_disc_pigstep", - "nethmusicrecord": "music_disc_pigstep", - "nethrecord": "music_disc_pigstep", - "pigcd": "music_disc_pigstep", - "pigdisc": "music_disc_pigstep", - "pigdisk": "music_disc_pigstep", - "pigmcd": "music_disc_pigstep", - "pigmdisc": "music_disc_pigstep", - "pigmdisk": "music_disc_pigstep", - "pigmrecord": "music_disc_pigstep", - "pigmusiccd": "music_disc_pigstep", - "pigmusicdisc": "music_disc_pigstep", - "pigmusicdisk": "music_disc_pigstep", - "pigmusicrecord": "music_disc_pigstep", - "pigrecord": "music_disc_pigstep", - "pigstepcd": "music_disc_pigstep", - "pigstepdisc": "music_disc_pigstep", - "pigstepdisk": "music_disc_pigstep", - "pigstepmcd": "music_disc_pigstep", - "pigstepmdisc": "music_disc_pigstep", - "pigstepmdisk": "music_disc_pigstep", - "pigstepmrecord": "music_disc_pigstep", - "pigstepmusiccd": "music_disc_pigstep", - "pigstepmusicdisc": "music_disc_pigstep", - "pigstepmusicdisk": "music_disc_pigstep", - "pigstepmusicrecord": "music_disc_pigstep", - "pigsteprecord": "music_disc_pigstep", - "record14": "music_disc_pigstep", - "music_disc_stal": { - "material": "MUSIC_DISC_STAL" - }, - "8cd": "music_disc_stal", - "8disc": "music_disc_stal", - "8disk": "music_disc_stal", - "8mcd": "music_disc_stal", - "8mdisc": "music_disc_stal", - "8mdisk": "music_disc_stal", - "8mrecord": "music_disc_stal", - "8musiccd": "music_disc_stal", - "8musicdisc": "music_disc_stal", - "8musicdisk": "music_disc_stal", - "8musicrecord": "music_disc_stal", - "8record": "music_disc_stal", - "blackcd": "music_disc_stal", - "blackdisc": "music_disc_stal", - "blackdisk": "music_disc_stal", - "blackmcd": "music_disc_stal", - "blackmdisc": "music_disc_stal", - "blackmdisk": "music_disc_stal", - "blackmrecord": "music_disc_stal", - "blackmusiccd": "music_disc_stal", - "blackmusicdisc": "music_disc_stal", - "blackmusicdisk": "music_disc_stal", - "blackmusicrecord": "music_disc_stal", - "blackrecord": "music_disc_stal", - "blcd": "music_disc_wait", - "bldisc": "music_disc_wait", - "bldisk": "music_disc_wait", - "blmcd": "music_disc_wait", - "blmdisc": "music_disc_wait", - "blmdisk": "music_disc_wait", - "blmrecord": "music_disc_wait", - "blmusiccd": "music_disc_wait", - "blmusicdisc": "music_disc_wait", - "blmusicdisk": "music_disc_wait", - "blmusicrecord": "music_disc_wait", - "blrecord": "music_disc_wait", - "cd8": "music_disc_stal", - "disc8": "music_disc_stal", - "disk8": "music_disc_stal", - "mcd8": "music_disc_stal", - "mdisc8": "music_disc_stal", - "mdisk8": "music_disc_stal", - "minecraft:music_disc_stal": "music_disc_stal", - "mrecord8": "music_disc_stal", - "musiccd8": "music_disc_stal", - "musicdisc8": "music_disc_stal", - "musicdiscstal": "music_disc_stal", - "musicdisk8": "music_disc_stal", - "musicrecord8": "music_disc_stal", - "record8": "music_disc_stal", - "stalcd": "music_disc_stal", - "staldisc": "music_disc_stal", - "staldisk": "music_disc_stal", - "stalmcd": "music_disc_stal", - "stalmdisc": "music_disc_stal", - "stalmdisk": "music_disc_stal", - "stalmrecord": "music_disc_stal", - "stalmusiccd": "music_disc_stal", - "stalmusicdisc": "music_disc_stal", - "stalmusicdisk": "music_disc_stal", - "stalmusicrecord": "music_disc_stal", - "stalrecord": "music_disc_stal", - "music_disc_strad": { - "material": "MUSIC_DISC_STRAD" - }, - "9cd": "music_disc_strad", - "9disc": "music_disc_strad", - "9disk": "music_disc_strad", - "9mcd": "music_disc_strad", - "9mdisc": "music_disc_strad", - "9mdisk": "music_disc_strad", - "9mrecord": "music_disc_strad", - "9musiccd": "music_disc_strad", - "9musicdisc": "music_disc_strad", - "9musicdisk": "music_disc_strad", - "9musicrecord": "music_disc_strad", - "9record": "music_disc_strad", - "cd9": "music_disc_strad", - "disc9": "music_disc_strad", - "disk9": "music_disc_strad", - "mcd9": "music_disc_strad", - "mdisc9": "music_disc_strad", - "mdisk9": "music_disc_strad", - "minecraft:music_disc_strad": "music_disc_strad", - "mrecord9": "music_disc_strad", - "musiccd9": "music_disc_strad", - "musicdisc9": "music_disc_strad", - "musicdiscstrad": "music_disc_strad", - "musicdisk9": "music_disc_strad", - "musicrecord9": "music_disc_strad", - "record9": "music_disc_strad", - "stradcd": "music_disc_strad", - "straddisc": "music_disc_strad", - "straddisk": "music_disc_strad", - "stradmcd": "music_disc_strad", - "stradmdisc": "music_disc_strad", - "stradmdisk": "music_disc_strad", - "stradmrecord": "music_disc_strad", - "stradmusiccd": "music_disc_strad", - "stradmusicdisc": "music_disc_strad", - "stradmusicdisk": "music_disc_strad", - "stradmusicrecord": "music_disc_strad", - "stradrecord": "music_disc_strad", - "whcd": "music_disc_strad", - "whdisc": "music_disc_strad", - "whdisk": "music_disc_strad", - "whitecd": "music_disc_strad", - "whitedisc": "music_disc_strad", - "whitedisk": "music_disc_strad", - "whitemcd": "music_disc_strad", - "whitemdisc": "music_disc_strad", - "whitemdisk": "music_disc_strad", - "whitemrecord": "music_disc_strad", - "whitemusiccd": "music_disc_strad", - "whitemusicdisc": "music_disc_strad", - "whitemusicdisk": "music_disc_strad", - "whitemusicrecord": "music_disc_strad", - "whiterecord": "music_disc_strad", - "whmcd": "music_disc_strad", - "whmdisc": "music_disc_strad", - "whmdisk": "music_disc_strad", - "whmrecord": "music_disc_strad", - "whmusiccd": "music_disc_strad", - "whmusicdisc": "music_disc_strad", - "whmusicdisk": "music_disc_strad", - "whmusicrecord": "music_disc_strad", - "whrecord": "music_disc_strad", - "music_disc_wait": { - "material": "MUSIC_DISC_WAIT" - }, - "12cd": "music_disc_wait", - "12disc": "music_disc_wait", - "12disk": "music_disc_wait", - "12mcd": "music_disc_wait", - "12mdisc": "music_disc_wait", - "12mdisk": "music_disc_wait", - "12mrecord": "music_disc_wait", - "12musiccd": "music_disc_wait", - "12musicdisc": "music_disc_wait", - "12musicdisk": "music_disc_wait", - "12musicrecord": "music_disc_wait", - "12record": "music_disc_wait", - "bluecd": "music_disc_wait", - "bluedisc": "music_disc_wait", - "bluedisk": "music_disc_wait", - "bluemcd": "music_disc_wait", - "bluemdisc": "music_disc_wait", - "bluemdisk": "music_disc_wait", - "bluemrecord": "music_disc_wait", - "bluemusiccd": "music_disc_wait", - "bluemusicdisc": "music_disc_wait", - "bluemusicdisk": "music_disc_wait", - "bluemusicrecord": "music_disc_wait", - "bluerecord": "music_disc_wait", - "cd12": "music_disc_wait", - "cyancd": "music_disc_wait", - "cyandisc": "music_disc_wait", - "cyandisk": "music_disc_wait", - "cyanmcd": "music_disc_wait", - "cyanmdisc": "music_disc_wait", - "cyanmdisk": "music_disc_wait", - "cyanmrecord": "music_disc_wait", - "cyanmusiccd": "music_disc_wait", - "cyanmusicdisc": "music_disc_wait", - "cyanmusicdisk": "music_disc_wait", - "cyanmusicrecord": "music_disc_wait", - "cyanrecord": "music_disc_wait", - "cycd": "music_disc_wait", - "cydisc": "music_disc_wait", - "cydisk": "music_disc_wait", - "cymcd": "music_disc_wait", - "cymdisc": "music_disc_wait", - "cymdisk": "music_disc_wait", - "cymrecord": "music_disc_wait", - "cymusiccd": "music_disc_wait", - "cymusicdisc": "music_disc_wait", - "cymusicdisk": "music_disc_wait", - "cymusicrecord": "music_disc_wait", - "cyrecord": "music_disc_wait", - "disc12": "music_disc_wait", - "disk12": "music_disc_wait", - "mcd12": "music_disc_wait", - "mdisc12": "music_disc_wait", - "mdisk12": "music_disc_wait", - "minecraft:music_disc_wait": "music_disc_wait", - "mrecord12": "music_disc_wait", - "musiccd12": "music_disc_wait", - "musicdisc12": "music_disc_wait", - "musicdiscwait": "music_disc_wait", - "musicdisk12": "music_disc_wait", - "musicrecord12": "music_disc_wait", - "record12": "music_disc_wait", - "waitcd": "music_disc_wait", - "waitdisc": "music_disc_wait", - "waitdisk": "music_disc_wait", - "waitmcd": "music_disc_wait", - "waitmdisc": "music_disc_wait", - "waitmdisk": "music_disc_wait", - "waitmrecord": "music_disc_wait", - "waitmusiccd": "music_disc_wait", - "waitmusicdisc": "music_disc_wait", - "waitmusicdisk": "music_disc_wait", - "waitmusicrecord": "music_disc_wait", - "waitrecord": "music_disc_wait", - "music_disc_ward": { - "material": "MUSIC_DISC_WARD" - }, - "10cd": "music_disc_ward", - "10disc": "music_disc_ward", - "10disk": "music_disc_ward", - "10mcd": "music_disc_ward", - "10mdisc": "music_disc_ward", - "10mdisk": "music_disc_ward", - "10mrecord": "music_disc_ward", - "10musiccd": "music_disc_ward", - "10musicdisc": "music_disc_ward", - "10musicdisk": "music_disc_ward", - "10musicrecord": "music_disc_ward", - "10record": "music_disc_ward", - "cd10": "music_disc_ward", - "darkgrcd": "music_disc_ward", - "darkgrdisc": "music_disc_ward", - "darkgrdisk": "music_disc_ward", - "darkgreencd": "music_disc_ward", - "darkgreendisc": "music_disc_ward", - "darkgreendisk": "music_disc_ward", - "darkgreenmcd": "music_disc_ward", - "darkgreenmdisc": "music_disc_ward", - "darkgreenmdisk": "music_disc_ward", - "darkgreenmrecord": "music_disc_ward", - "darkgreenmusiccd": "music_disc_ward", - "darkgreenmusicdisc": "music_disc_ward", - "darkgreenmusicdisk": "music_disc_ward", - "darkgreenmusicrecord": "music_disc_ward", - "darkgreenrecord": "music_disc_ward", - "darkgrmcd": "music_disc_ward", - "darkgrmdisc": "music_disc_ward", - "darkgrmdisk": "music_disc_ward", - "darkgrmrecord": "music_disc_ward", - "darkgrmusiccd": "music_disc_ward", - "darkgrmusicdisc": "music_disc_ward", - "darkgrmusicdisk": "music_disc_ward", - "darkgrmusicrecord": "music_disc_ward", - "darkgrrecord": "music_disc_ward", - "dgrcd": "music_disc_ward", - "dgrdisc": "music_disc_ward", - "dgrdisk": "music_disc_ward", - "dgreencd": "music_disc_ward", - "dgreendisc": "music_disc_ward", - "dgreendisk": "music_disc_ward", - "dgreenmcd": "music_disc_ward", - "dgreenmdisc": "music_disc_ward", - "dgreenmdisk": "music_disc_ward", - "dgreenmrecord": "music_disc_ward", - "dgreenmusiccd": "music_disc_ward", - "dgreenmusicdisc": "music_disc_ward", - "dgreenmusicdisk": "music_disc_ward", - "dgreenmusicrecord": "music_disc_ward", - "dgreenrecord": "music_disc_ward", - "dgrmcd": "music_disc_ward", - "dgrmdisc": "music_disc_ward", - "dgrmdisk": "music_disc_ward", - "dgrmrecord": "music_disc_ward", - "dgrmusiccd": "music_disc_ward", - "dgrmusicdisc": "music_disc_ward", - "dgrmusicdisk": "music_disc_ward", - "dgrmusicrecord": "music_disc_ward", - "dgrrecord": "music_disc_ward", - "disc10": "music_disc_ward", - "disk10": "music_disc_ward", - "mcd10": "music_disc_ward", - "mdisc10": "music_disc_ward", - "mdisk10": "music_disc_ward", - "minecraft:music_disc_ward": "music_disc_ward", - "mrecord10": "music_disc_ward", - "musiccd10": "music_disc_ward", - "musicdisc10": "music_disc_ward", - "musicdiscward": "music_disc_ward", - "musicdisk10": "music_disc_ward", - "musicrecord10": "music_disc_ward", - "record10": "music_disc_ward", - "wardcd": "music_disc_ward", - "warddisc": "music_disc_ward", - "warddisk": "music_disc_ward", - "wardmcd": "music_disc_ward", - "wardmdisc": "music_disc_ward", - "wardmdisk": "music_disc_ward", - "wardmrecord": "music_disc_ward", - "wardmusiccd": "music_disc_ward", - "wardmusicdisc": "music_disc_ward", - "wardmusicdisk": "music_disc_ward", - "wardmusicrecord": "music_disc_ward", - "wardrecord": "music_disc_ward", - "mutton": { - "material": "MUTTON" - }, - "minecraft:mutton": "mutton", - "plainmutton": "mutton", - "plainsheepmeat": "mutton", - "ramutton": "mutton", - "rasheepmeat": "mutton", - "rawmutton": "mutton", - "rawsheepmeat": "mutton", - "sheepmeat": "mutton", - "uncookedmutton": "mutton", - "uncookedsheepmeat": "mutton", - "mycelium": { - "material": "MYCELIUM" - }, - "minecraft:mycelium": "mycelium", - "name_tag": { - "material": "NAME_TAG" - }, - "minecraft:name_tag": "name_tag", - "nametag": "name_tag", - "nautilus_shell": { - "material": "NAUTILUS_SHELL" - }, - "minecraft:nautilus_shell": "nautilus_shell", - "nautilusshell": "nautilus_shell", - "nether_brick": { - "material": "NETHER_BRICK" - }, - "minecraft:nether_brick": "nether_brick", - "nbr": "nether_bricks", - "nbrick": "nether_bricks", - "nethbr": "nether_bricks", - "nethbrick": "nether_bricks", - "netherbr": "nether_bricks", - "netherbrick": "nether_bricks", - "nether_brick_fence": { - "material": "NETHER_BRICK_FENCE" - }, - "fencenbr": "nether_brick_fence", - "fencenbrick": "nether_brick_fence", - "fencenethbr": "nether_brick_fence", - "fencenethbrick": "nether_brick_fence", - "fencenetherbr": "nether_brick_fence", - "fencenetherbrick": "nether_brick_fence", - "minecraft:nether_brick_fence": "nether_brick_fence", - "nbrfence": "nether_brick_fence", - "nbrickfence": "nether_brick_fence", - "nethbrfence": "nether_brick_fence", - "nethbrickfence": "nether_brick_fence", - "netherbrfence": "nether_brick_fence", - "netherbrickfence": "nether_brick_fence", - "nether_brick_slab": { - "material": "NETHER_BRICK_SLAB" - }, - "minecraft:nether_brick_slab": "nether_brick_slab", - "nbrhalfblock": "nether_brick_slab", - "nbrickhalfblock": "nether_brick_slab", - "nbrickstep": "nether_brick_slab", - "nbrstep": "nether_brick_slab", - "nethbrhalfblock": "nether_brick_slab", - "nethbrickhalfblock": "nether_brick_slab", - "nethbrickstep": "nether_brick_slab", - "nethbrstep": "nether_brick_slab", - "netherbrhalfblock": "nether_brick_slab", - "netherbrickhalfblock": "nether_brick_slab", - "netherbrickslab": "nether_brick_slab", - "netherbrickstep": "nether_brick_slab", - "netherbrstep": "nether_brick_slab", - "nether_brick_stairs": { - "material": "NETHER_BRICK_STAIRS" - }, - "minecraft:nether_brick_stairs": "nether_brick_stairs", - "nbrickstair": "nether_brick_stairs", - "nbrickstairs": "nether_brick_stairs", - "nbrstair": "nether_brick_stairs", - "nbrstairs": "nether_brick_stairs", - "nethbrickstair": "nether_brick_stairs", - "nethbrickstairs": "nether_brick_stairs", - "nethbrstair": "nether_brick_stairs", - "nethbrstairs": "nether_brick_stairs", - "netherbrickstair": "nether_brick_stairs", - "netherbrickstairs": "nether_brick_stairs", - "netherbrstair": "nether_brick_stairs", - "netherbrstairs": "nether_brick_stairs", - "nether_brick_wall": { - "material": "NETHER_BRICK_WALL" - }, - "minecraft:nether_brick_wall": "nether_brick_wall", - "nbrickwall": "nether_brick_wall", - "nbrwall": "nether_brick_wall", - "nethbrickwall": "nether_brick_wall", - "nethbrwall": "nether_brick_wall", - "netherbrickwall": "nether_brick_wall", - "netherbrwall": "nether_brick_wall", - "wallnbr": "nether_brick_wall", - "wallnbrick": "nether_brick_wall", - "wallnethbr": "nether_brick_wall", - "wallnethbrick": "nether_brick_wall", - "wallnetherbr": "nether_brick_wall", - "wallnetherbrick": "nether_brick_wall", - "nether_bricks": { - "material": "NETHER_BRICKS" - }, - "minecraft:nether_bricks": "nether_bricks", - "netherbricks": "nether_bricks", - "nether_gold_ore": { - "material": "NETHER_GOLD_ORE" - }, - "hellgoldo": "nether_gold_ore", - "hellgoldore": "nether_gold_ore", - "minecraft:nether_gold_ore": "nether_gold_ore", - "nether_goldo": "nether_gold_ore", - "nether_goldore": "nether_gold_ore", - "nethergoldore": "nether_gold_ore", - "nethgoldo": "nether_gold_ore", - "nethgoldore": "nether_gold_ore", - "ngo": "nether_gold_ore", - "ngore": "nether_gold_ore", - "ohellgold": "nether_gold_ore", - "onether_gold": "nether_gold_ore", - "onethgold": "nether_gold_ore", - "ong": "nether_gold_ore", - "orehellgold": "nether_gold_ore", - "orenether_gold": "nether_gold_ore", - "orenethgold": "nether_gold_ore", - "oreng": "nether_gold_ore", - "nether_quartz_ore": { - "material": "NETHER_QUARTZ_ORE" - }, - "deathqo": "nether_quartz_ore", - "deathqore": "nether_quartz_ore", - "deathquartzo": "nether_quartz_ore", - "deathquartzore": "nether_quartz_ore", - "dqo": "nether_quartz_ore", - "dqore": "nether_quartz_ore", - "dquartzo": "nether_quartz_ore", - "dquartzore": "nether_quartz_ore", - "hellqo": "nether_quartz_ore", - "hellqore": "nether_quartz_ore", - "hellquartzo": "nether_quartz_ore", - "hellquartzore": "nether_quartz_ore", - "hqo": "nether_quartz_ore", - "hqore": "nether_quartz_ore", - "hquartzo": "nether_quartz_ore", - "hquartzore": "nether_quartz_ore", - "minecraft:nether_quartz_ore": "nether_quartz_ore", - "nether_quartzo": "nether_quartz_ore", - "nether_quartzore": "nether_quartz_ore", - "netherqo": "nether_quartz_ore", - "netherqore": "nether_quartz_ore", - "netherquartzo": "nether_quartz_ore", - "netherquartzore": "nether_quartz_ore", - "nqo": "nether_quartz_ore", - "nqore": "nether_quartz_ore", - "nquartzo": "nether_quartz_ore", - "nquartzore": "nether_quartz_ore", - "odeathq": "nether_quartz_ore", - "odeathquartz": "nether_quartz_ore", - "odq": "nether_quartz_ore", - "odquartz": "nether_quartz_ore", - "ohellq": "nether_quartz_ore", - "ohellquartz": "nether_quartz_ore", - "ohq": "nether_quartz_ore", - "ohquartz": "nether_quartz_ore", - "onether_quartz": "nether_quartz_ore", - "onetherq": "nether_quartz_ore", - "onetherquartz": "nether_quartz_ore", - "onq": "nether_quartz_ore", - "onquartz": "nether_quartz_ore", - "oq": "nether_quartz_ore", - "oquartz": "nether_quartz_ore", - "oredeathq": "nether_quartz_ore", - "oredeathquartz": "nether_quartz_ore", - "oredq": "nether_quartz_ore", - "oredquartz": "nether_quartz_ore", - "orehellq": "nether_quartz_ore", - "orehellquartz": "nether_quartz_ore", - "orehq": "nether_quartz_ore", - "orehquartz": "nether_quartz_ore", - "orenether_quartz": "nether_quartz_ore", - "orenetherq": "nether_quartz_ore", - "orenetherquartz": "nether_quartz_ore", - "orenq": "nether_quartz_ore", - "orenquartz": "nether_quartz_ore", - "oreq": "nether_quartz_ore", - "orequartz": "nether_quartz_ore", - "qo": "nether_quartz_ore", - "qore": "nether_quartz_ore", - "quartzo": "nether_quartz_ore", - "quartzore": "nether_quartz_ore", - "nether_sprouts": { - "material": "NETHER_SPROUTS" - }, - "minecraft:nether_sprouts": "nether_sprouts", - "nethersprouts": "nether_sprouts", - "nether_star": { - "material": "NETHER_STAR" - }, - "minecraft:nether_star": "nether_star", - "netherstar": "nether_star", - "nether_wart": { - "material": "NETHER_WART" - }, - "minecraft:nether_wart": "nether_wart", - "netherwart": "nether_wart", - "nether_wart_block": { - "material": "NETHER_WART_BLOCK" - }, - "minecraft:nether_wart_block": "nether_wart_block", - "netherwartblock": "nether_wart_block", - "netherite_axe": { - "material": "NETHERITE_AXE" - }, - "hellaxe": "netherite_axe", - "minecraft:netherite_axe": "netherite_axe", - "nethaxe": "netherite_axe", - "netheraxe": "netherite_axe", - "netheriteaxe": "netherite_axe", - "netherite_block": { - "material": "NETHERITE_BLOCK" - }, - "blockhell": "netherite_block", - "blockneth": "netherite_block", - "blocknether": "netherite_block", - "blocknetherite": "netherite_block", - "hellblock": "netherite_block", - "minecraft:netherite_block": "netherite_block", - "nethblock": "netherite_block", - "netherblock": "netherite_block", - "netheriteblock": "netherite_block", - "netherite_boots": { - "material": "NETHERITE_BOOTS" - }, - "hellboots": "netherite_boots", - "hellshoes": "netherite_boots", - "minecraft:netherite_boots": "netherite_boots", - "nethboots": "netherite_boots", - "netherboots": "netherite_boots", - "netheriteboots": "netherite_boots", - "netheriteshoes": "netherite_boots", - "nethershoes": "netherite_boots", - "nethshoes": "netherite_boots", - "netherite_chestplate": { - "material": "NETHERITE_CHESTPLATE" - }, - "hellchestplate": "netherite_chestplate", - "hellplate": "netherite_chestplate", - "hellplatebody": "netherite_chestplate", - "hellshirt": "netherite_chestplate", - "helltunic": "netherite_chestplate", - "minecraft:netherite_chestplate": "netherite_chestplate", - "nethchestplate": "netherite_chestplate", - "netherchestplate": "netherite_chestplate", - "netheritechestplate": "netherite_chestplate", - "netheriteplate": "netherite_chestplate", - "netheriteplatebody": "netherite_chestplate", - "netheriteshirt": "netherite_chestplate", - "netheritetunic": "netherite_chestplate", - "netherplate": "netherite_chestplate", - "netherplatebody": "netherite_chestplate", - "nethershirt": "netherite_chestplate", - "nethertunic": "netherite_chestplate", - "nethplate": "netherite_chestplate", - "nethplatebody": "netherite_chestplate", - "nethshirt": "netherite_chestplate", - "nethtunic": "netherite_chestplate", - "netherite_helmet": { - "material": "NETHERITE_HELMET" - }, - "hellcoif": "netherite_helmet", - "hellhat": "netherite_helmet", - "hellhelm": "netherite_helmet", - "hellhelmet": "netherite_helmet", - "minecraft:netherite_helmet": "netherite_helmet", - "nethcoif": "netherite_helmet", - "nethercoif": "netherite_helmet", - "netherhat": "netherite_helmet", - "netherhelm": "netherite_helmet", - "netherhelmet": "netherite_helmet", - "netheritecoif": "netherite_helmet", - "netheritehat": "netherite_helmet", - "netheritehelm": "netherite_helmet", - "netheritehelmet": "netherite_helmet", - "nethhat": "netherite_helmet", - "nethhelm": "netherite_helmet", - "nethhelmet": "netherite_helmet", - "netherite_hoe": { - "material": "NETHERITE_HOE" - }, - "hellhoe": "netherite_hoe", - "minecraft:netherite_hoe": "netherite_hoe", - "netherhoe": "netherite_hoe", - "netheritehoe": "netherite_hoe", - "nethhoe": "netherite_hoe", - "netherite_ingot": { - "material": "NETHERITE_INGOT" - }, - "barhell": "netherite_ingot", - "barneth": "netherite_ingot", - "barnether": "netherite_ingot", - "barnetherite": "netherite_ingot", - "hellbar": "netherite_ingot", - "helli": "netherite_ingot", - "hellingot": "netherite_ingot", - "ihell": "netherite_ingot", - "ineth": "netherite_ingot", - "inether": "netherite_ingot", - "inetherite": "netherite_ingot", - "ingothell": "netherite_ingot", - "ingotneth": "netherite_ingot", - "ingotnether": "netherite_ingot", - "ingotnetherite": "netherite_ingot", - "minecraft:netherite_ingot": "netherite_ingot", - "nethbar": "netherite_ingot", - "netherbar": "netherite_ingot", - "netheri": "netherite_ingot", - "netheringot": "netherite_ingot", - "netheritebar": "netherite_ingot", - "netheritei": "netherite_ingot", - "netheriteingot": "netherite_ingot", - "nethi": "netherite_ingot", - "nethingot": "netherite_ingot", - "netherite_leggings": { - "material": "NETHERITE_LEGGINGS" - }, - "hellleggings": "netherite_leggings", - "helllegs": "netherite_leggings", - "hellpants": "netherite_leggings", - "minecraft:netherite_leggings": "netherite_leggings", - "netheriteleggings": "netherite_leggings", - "netheritelegs": "netherite_leggings", - "netheritepants": "netherite_leggings", - "netherleggings": "netherite_leggings", - "netherlegs": "netherite_leggings", - "netherpants": "netherite_leggings", - "nethleggings": "netherite_leggings", - "nethlegs": "netherite_leggings", - "nethpants": "netherite_leggings", - "netherite_pickaxe": { - "material": "NETHERITE_PICKAXE" - }, - "hellpick": "netherite_pickaxe", - "hellpickaxe": "netherite_pickaxe", - "minecraft:netherite_pickaxe": "netherite_pickaxe", - "netheritepick": "netherite_pickaxe", - "netheritepickaxe": "netherite_pickaxe", - "netherpick": "netherite_pickaxe", - "netherpickaxe": "netherite_pickaxe", - "nethpick": "netherite_pickaxe", - "nethpickaxe": "netherite_pickaxe", - "netherite_scrap": { - "material": "NETHERITE_SCRAP" - }, - "hellscrap": "netherite_scrap", - "minecraft:netherite_scrap": "netherite_scrap", - "netheritescrap": "netherite_scrap", - "netherscrap": "netherite_scrap", - "nethscrap": "netherite_scrap", - "netherite_shovel": { - "material": "NETHERITE_SHOVEL" - }, - "hellshovel": "netherite_shovel", - "hellspade": "netherite_shovel", - "minecraft:netherite_shovel": "netherite_shovel", - "netheriteshovel": "netherite_shovel", - "netheritespade": "netherite_shovel", - "nethershovel": "netherite_shovel", - "netherspade": "netherite_shovel", - "nethshovel": "netherite_shovel", - "nethspade": "netherite_shovel", - "netherite_sword": { - "material": "NETHERITE_SWORD" - }, - "hellsword": "netherite_sword", - "minecraft:netherite_sword": "netherite_sword", - "netheritesword": "netherite_sword", - "nethersword": "netherite_sword", - "nethsword": "netherite_sword", - "netherrack": { - "material": "NETHERRACK" - }, - "minecraft:netherrack": "netherrack", - "night_vision_lingering_potion": { - "potionData": { - "type": "NIGHT_VISION", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotdarkv": "night_vision_lingering_potion", - "aoepotdarkvis": "night_vision_lingering_potion", - "aoepotdvision": "night_vision_lingering_potion", - "aoepotiondarkv": "night_vision_lingering_potion", - "aoepotiondarkvis": "night_vision_lingering_potion", - "aoepotiondvision": "night_vision_lingering_potion", - "aoepotionnightv": "night_vision_lingering_potion", - "aoepotionnightvision": "night_vision_lingering_potion", - "aoepotionnv": "night_vision_lingering_potion", - "aoepotionnvision": "night_vision_lingering_potion", - "aoepotnightv": "night_vision_lingering_potion", - "aoepotnightvision": "night_vision_lingering_potion", - "aoepotnv": "night_vision_lingering_potion", - "aoepotnvision": "night_vision_lingering_potion", - "areapotdarkv": "night_vision_lingering_potion", - "areapotdarkvis": "night_vision_lingering_potion", - "areapotdvision": "night_vision_lingering_potion", - "areapotiondarkv": "night_vision_lingering_potion", - "areapotiondarkvis": "night_vision_lingering_potion", - "areapotiondvision": "night_vision_lingering_potion", - "areapotionnightv": "night_vision_lingering_potion", - "areapotionnightvision": "night_vision_lingering_potion", - "areapotionnv": "night_vision_lingering_potion", - "areapotionnvision": "night_vision_lingering_potion", - "areapotnightv": "night_vision_lingering_potion", - "areapotnightvision": "night_vision_lingering_potion", - "areapotnv": "night_vision_lingering_potion", - "areapotnvision": "night_vision_lingering_potion", - "cloudpotdarkv": "night_vision_lingering_potion", - "cloudpotdarkvis": "night_vision_lingering_potion", - "cloudpotdvision": "night_vision_lingering_potion", - "cloudpotiondarkv": "night_vision_lingering_potion", - "cloudpotiondarkvis": "night_vision_lingering_potion", - "cloudpotiondvision": "night_vision_lingering_potion", - "cloudpotionnightv": "night_vision_lingering_potion", - "cloudpotionnightvision": "night_vision_lingering_potion", - "cloudpotionnv": "night_vision_lingering_potion", - "cloudpotionnvision": "night_vision_lingering_potion", - "cloudpotnightv": "night_vision_lingering_potion", - "cloudpotnightvision": "night_vision_lingering_potion", - "cloudpotnv": "night_vision_lingering_potion", - "cloudpotnvision": "night_vision_lingering_potion", - "darkvaoepoiont": "night_vision_lingering_potion", - "darkvaoepot": "night_vision_lingering_potion", - "darkvareapot": "night_vision_lingering_potion", - "darkvareapotion": "night_vision_lingering_potion", - "darkvcloudpot": "night_vision_lingering_potion", - "darkvcloudpotion": "night_vision_lingering_potion", - "darkvisaoepoiont": "night_vision_lingering_potion", - "darkvisaoepot": "night_vision_lingering_potion", - "darkvisareapot": "night_vision_lingering_potion", - "darkvisareapotion": "night_vision_lingering_potion", - "darkviscloudpot": "night_vision_lingering_potion", - "darkviscloudpotion": "night_vision_lingering_potion", - "darkvislingerpot": "night_vision_lingering_potion", - "darkvlingerpot": "night_vision_lingering_potion", - "dvisionaoepoiont": "night_vision_lingering_potion", - "dvisionaoepot": "night_vision_lingering_potion", - "dvisionareapot": "night_vision_lingering_potion", - "dvisionareapotion": "night_vision_lingering_potion", - "dvisioncloudpot": "night_vision_lingering_potion", - "dvisioncloudpotion": "night_vision_lingering_potion", - "dvisionlingerpot": "night_vision_lingering_potion", - "lingerpotdarkv": "night_vision_lingering_potion", - "lingerpotdarkvis": "night_vision_lingering_potion", - "lingerpotdvision": "night_vision_lingering_potion", - "lingerpotnightv": "night_vision_lingering_potion", - "lingerpotnightvision": "night_vision_lingering_potion", - "lingerpotnv": "night_vision_lingering_potion", - "lingerpotnvision": "night_vision_lingering_potion", - "nightvaoepoiont": "night_vision_lingering_potion", - "nightvaoepot": "night_vision_lingering_potion", - "nightvareapot": "night_vision_lingering_potion", - "nightvareapotion": "night_vision_lingering_potion", - "nightvcloudpot": "night_vision_lingering_potion", - "nightvcloudpotion": "night_vision_lingering_potion", - "nightvisionaoepoiont": "night_vision_lingering_potion", - "nightvisionaoepot": "night_vision_lingering_potion", - "nightvisionareapot": "night_vision_lingering_potion", - "nightvisionareapotion": "night_vision_lingering_potion", - "nightvisioncloudpot": "night_vision_lingering_potion", - "nightvisioncloudpotion": "night_vision_lingering_potion", - "nightvisionlingerpot": "night_vision_lingering_potion", - "nightvlingerpot": "night_vision_lingering_potion", - "nvaoepoiont": "night_vision_lingering_potion", - "nvaoepot": "night_vision_lingering_potion", - "nvareapot": "night_vision_lingering_potion", - "nvareapotion": "night_vision_lingering_potion", - "nvcloudpot": "night_vision_lingering_potion", - "nvcloudpotion": "night_vision_lingering_potion", - "nvisionaoepoiont": "night_vision_lingering_potion", - "nvisionaoepot": "night_vision_lingering_potion", - "nvisionareapot": "night_vision_lingering_potion", - "nvisionareapotion": "night_vision_lingering_potion", - "nvisioncloudpot": "night_vision_lingering_potion", - "nvisioncloudpotion": "night_vision_lingering_potion", - "nvisionlingerpot": "night_vision_lingering_potion", - "nvlingerpot": "night_vision_lingering_potion", - "night_vision_potion": { - "potionData": { - "type": "NIGHT_VISION", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "darkvispot": "night_vision_potion", - "darkvispotion": "night_vision_potion", - "darkvpot": "night_vision_potion", - "darkvpotion": "night_vision_potion", - "dvisionpot": "night_vision_potion", - "dvisionpotion": "night_vision_potion", - "nightvisionpot": "night_vision_potion", - "nightvisionpotion": "night_vision_potion", - "nightvpot": "night_vision_potion", - "nightvpotion": "night_vision_potion", - "nvisionpot": "night_vision_potion", - "nvisionpotion": "night_vision_potion", - "nvpot": "night_vision_potion", - "nvpotion": "night_vision_potion", - "potionofdarkv": "night_vision_potion", - "potionofdarkvis": "night_vision_potion", - "potionofdvision": "night_vision_potion", - "potionofnightv": "night_vision_potion", - "potionofnightvision": "night_vision_potion", - "potionofnv": "night_vision_potion", - "potionofnvision": "night_vision_potion", - "potofdarkv": "night_vision_potion", - "potofdarkvis": "night_vision_potion", - "potofdvision": "night_vision_potion", - "potofnightv": "night_vision_potion", - "potofnightvision": "night_vision_potion", - "potofnv": "night_vision_potion", - "potofnvision": "night_vision_potion", - "night_vision_splash_potion": { - "potionData": { - "type": "NIGHT_VISION", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "darkvissplashpot": "night_vision_splash_potion", - "darkvissplashpotion": "night_vision_splash_potion", - "darkvsplashpot": "night_vision_splash_potion", - "darkvsplashpotion": "night_vision_splash_potion", - "dvisionsplashpot": "night_vision_splash_potion", - "dvisionsplashpotion": "night_vision_splash_potion", - "nightvisionsplashpot": "night_vision_splash_potion", - "nightvisionsplashpotion": "night_vision_splash_potion", - "nightvsplashpot": "night_vision_splash_potion", - "nightvsplashpotion": "night_vision_splash_potion", - "nvisionsplashpot": "night_vision_splash_potion", - "nvisionsplashpotion": "night_vision_splash_potion", - "nvsplashpot": "night_vision_splash_potion", - "nvsplashpotion": "night_vision_splash_potion", - "splashdarkvispot": "night_vision_splash_potion", - "splashdarkvispotion": "night_vision_splash_potion", - "splashdarkvpot": "night_vision_splash_potion", - "splashdarkvpotion": "night_vision_splash_potion", - "splashdvisionpot": "night_vision_splash_potion", - "splashdvisionpotion": "night_vision_splash_potion", - "splashnightvisionpot": "night_vision_splash_potion", - "splashnightvisionpotion": "night_vision_splash_potion", - "splashnightvpot": "night_vision_splash_potion", - "splashnightvpotion": "night_vision_splash_potion", - "splashnvisionpot": "night_vision_splash_potion", - "splashnvisionpotion": "night_vision_splash_potion", - "splashnvpot": "night_vision_splash_potion", - "splashnvpotion": "night_vision_splash_potion", - "spldarkvispot": "night_vision_splash_potion", - "spldarkvispotion": "night_vision_splash_potion", - "spldarkvpot": "night_vision_splash_potion", - "spldarkvpotion": "night_vision_splash_potion", - "spldvisionpot": "night_vision_splash_potion", - "spldvisionpotion": "night_vision_splash_potion", - "splnightvisionpot": "night_vision_splash_potion", - "splnightvisionpotion": "night_vision_splash_potion", - "splnightvpot": "night_vision_splash_potion", - "splnightvpotion": "night_vision_splash_potion", - "splnvisionpot": "night_vision_splash_potion", - "splnvisionpotion": "night_vision_splash_potion", - "splnvpot": "night_vision_splash_potion", - "splnvpotion": "night_vision_splash_potion", - "night_vision_tipped_arrow": { - "potionData": { - "type": "NIGHT_VISION", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowdarkv": "night_vision_tipped_arrow", - "arrowdarkvis": "night_vision_tipped_arrow", - "arrowdvision": "night_vision_tipped_arrow", - "arrownightv": "night_vision_tipped_arrow", - "arrownightvision": "night_vision_tipped_arrow", - "arrownv": "night_vision_tipped_arrow", - "arrownvision": "night_vision_tipped_arrow", - "darkvarrow": "night_vision_tipped_arrow", - "darkvisarrow": "night_vision_tipped_arrow", - "darkvistarr": "night_vision_tipped_arrow", - "darkvistarrow": "night_vision_tipped_arrow", - "darkvistippedarrow": "night_vision_tipped_arrow", - "darkvtarr": "night_vision_tipped_arrow", - "darkvtarrow": "night_vision_tipped_arrow", - "darkvtippedarrow": "night_vision_tipped_arrow", - "dvisionarrow": "night_vision_tipped_arrow", - "dvisiontarr": "night_vision_tipped_arrow", - "dvisiontarrow": "night_vision_tipped_arrow", - "dvisiontippedarrow": "night_vision_tipped_arrow", - "nightvarrow": "night_vision_tipped_arrow", - "nightvisionarrow": "night_vision_tipped_arrow", - "nightvisiontarr": "night_vision_tipped_arrow", - "nightvisiontarrow": "night_vision_tipped_arrow", - "nightvisiontippedarrow": "night_vision_tipped_arrow", - "nightvtarr": "night_vision_tipped_arrow", - "nightvtarrow": "night_vision_tipped_arrow", - "nightvtippedarrow": "night_vision_tipped_arrow", - "nvarrow": "night_vision_tipped_arrow", - "nvisionarrow": "night_vision_tipped_arrow", - "nvisiontarr": "night_vision_tipped_arrow", - "nvisiontarrow": "night_vision_tipped_arrow", - "nvisiontippedarrow": "night_vision_tipped_arrow", - "nvtarr": "night_vision_tipped_arrow", - "nvtarrow": "night_vision_tipped_arrow", - "nvtippedarrow": "night_vision_tipped_arrow", - "note_block": { - "material": "NOTE_BLOCK" - }, - "minecraft:note_block": "note_block", - "noteblock": "note_block", - "oak_boat": { - "material": "OAK_BOAT" - }, - "boato": "oak_boat", - "boatoak": "oak_boat", - "minecraft:oak_boat": "oak_boat", - "oakboat": "oak_boat", - "oakraft": "oak_boat", - "oboat": "oak_boat", - "oraft": "oak_boat", - "oak_button": { - "material": "OAK_BUTTON" - }, - "buttono": "oak_button", - "buttonoak": "oak_button", - "minecraft:oak_button": "oak_button", - "oakbutton": "oak_button", - "obutton": "oak_button", - "oak_door": { - "material": "OAK_DOOR" - }, - "minecraft:oak_door": "oak_door", - "oakdoor": "oak_door", - "odoor": "oak_door", - "oak_fence": { - "material": "OAK_FENCE" - }, - "minecraft:oak_fence": "oak_fence", - "oakfence": "oak_fence", - "ofence": "oak_fence", - "oak_fence_gate": { - "material": "OAK_FENCE_GATE" - }, - "gateo": "oak_fence_gate", - "gateoak": "oak_fence_gate", - "minecraft:oak_fence_gate": "oak_fence_gate", - "oakfencegate": "oak_fence_gate", - "oakgate": "oak_fence_gate", - "ofencegate": "oak_fence_gate", - "ogate": "oak_fence_gate", - "oak_leaves": { - "material": "OAK_LEAVES" - }, - "leafo": "oak_leaves", - "leafoak": "oak_leaves", - "leaveso": "oak_leaves", - "leavesoak": "oak_leaves", - "minecraft:oak_leaves": "oak_leaves", - "oakleaf": "oak_leaves", - "oakleave": "oak_leaves", - "oakleaves": "oak_leaves", - "oaklogleaf": "oak_leaves", - "oaklogleave": "oak_leaves", - "oaklogleaves": "oak_leaves", - "oaktreeleaf": "oak_leaves", - "oaktreeleave": "oak_leaves", - "oaktreeleaves": "oak_leaves", - "oaktrunkleaf": "oak_leaves", - "oaktrunkleave": "oak_leaves", - "oaktrunkleaves": "oak_leaves", - "oakwoodleaf": "oak_leaves", - "oakwoodleave": "oak_leaves", - "oakwoodleaves": "oak_leaves", - "oleaf": "oak_leaves", - "oleave": "oak_leaves", - "oleaves": "oak_leaves", - "ologleaf": "oak_leaves", - "ologleave": "oak_leaves", - "ologleaves": "oak_leaves", - "otreeleaf": "oak_leaves", - "otreeleave": "oak_leaves", - "otreeleaves": "oak_leaves", - "otrunkleaf": "oak_leaves", - "otrunkleave": "oak_leaves", - "otrunkleaves": "oak_leaves", - "owoodleaf": "oak_leaves", - "owoodleave": "oak_leaves", - "owoodleaves": "oak_leaves", - "oak_log": { - "material": "OAK_LOG" - }, - "logo": "oak_log", - "logoak": "oak_log", - "minecraft:oak_log": "oak_log", - "oaklog": "oak_log", - "oaktree": "oak_log", - "oaktrunk": "oak_log", - "olog": "oak_log", - "otree": "oak_log", - "otrunk": "oak_log", - "oak_planks": { - "material": "OAK_PLANKS" - }, - "minecraft:oak_planks": "oak_planks", - "oakplank": "oak_planks", - "oakplanks": "oak_planks", - "oakplankw": "oak_planks", - "oakplankwood": "oak_planks", - "oakplankwooden": "oak_planks", - "oakwoodenplank": "oak_planks", - "oakwoodplank": "oak_planks", - "oakwplank": "oak_planks", - "oplank": "oak_planks", - "oplankw": "oak_planks", - "oplankwood": "oak_planks", - "oplankwooden": "oak_planks", - "owoodenplank": "oak_planks", - "owoodplank": "oak_planks", - "owplank": "oak_planks", - "oak_pressure_plate": { - "material": "OAK_PRESSURE_PLATE" - }, - "minecraft:oak_pressure_plate": "oak_pressure_plate", - "oakplate": "oak_pressure_plate", - "oakpplate": "oak_pressure_plate", - "oakpressplate": "oak_pressure_plate", - "oakpressureplate": "oak_pressure_plate", - "oplate": "oak_pressure_plate", - "opplate": "oak_pressure_plate", - "opressplate": "oak_pressure_plate", - "opressureplate": "oak_pressure_plate", - "plateo": "oak_pressure_plate", - "plateoak": "oak_pressure_plate", - "oak_sapling": { - "material": "OAK_SAPLING" - }, - "minecraft:oak_sapling": "oak_sapling", - "oaklogsapling": "oak_sapling", - "oaksapling": "oak_sapling", - "oaktreesapling": "oak_sapling", - "oaktrunksapling": "oak_sapling", - "oakwoodsapling": "oak_sapling", - "ologsapling": "oak_sapling", - "osapling": "oak_sapling", - "otreesapling": "oak_sapling", - "otrunksapling": "oak_sapling", - "owoodsapling": "oak_sapling", - "oak_sign": { - "material": "OAK_SIGN", - "fallbacks": [ - "SIGN" - ] - }, - "minecraft:oak_sign": "oak_sign", - "oaksign": "oak_sign", - "osign": "oak_sign", - "oak_slab": { - "material": "OAK_SLAB" - }, - "minecraft:oak_slab": "oak_slab", - "oakhalfblock": "oak_slab", - "oakslab": "oak_slab", - "oakstep": "oak_slab", - "oakwhalfblock": "oak_slab", - "oakwoodenhalfblock": "oak_slab", - "oakwoodenslab": "oak_slab", - "oakwoodenstep": "oak_slab", - "oakwoodhalfblock": "oak_slab", - "oakwoodslab": "oak_slab", - "oakwoodstep": "oak_slab", - "oakwslab": "oak_slab", - "oakwstep": "oak_slab", - "ohalfblock": "oak_slab", - "ostep": "oak_slab", - "owhalfblock": "oak_slab", - "owoodenhalfblock": "oak_slab", - "owoodenslab": "oak_slab", - "owoodenstep": "oak_slab", - "owoodhalfblock": "oak_slab", - "owoodslab": "oak_slab", - "owoodstep": "oak_slab", - "owslab": "oak_slab", - "owstep": "oak_slab", - "oak_stairs": { - "material": "OAK_STAIRS" - }, - "minecraft:oak_stairs": "oak_stairs", - "oakstair": "oak_stairs", - "oakstairs": "oak_stairs", - "oakwoodenstair": "oak_stairs", - "oakwoodenstairs": "oak_stairs", - "oakwoodstair": "oak_stairs", - "oakwoodstairs": "oak_stairs", - "oakwstair": "oak_stairs", - "oakwstairs": "oak_stairs", - "ostair": "oak_stairs", - "owoodenstair": "oak_stairs", - "owoodenstairs": "oak_stairs", - "owoodstair": "oak_stairs", - "owoodstairs": "oak_stairs", - "owstair": "oak_stairs", - "owstairs": "oak_stairs", - "oak_trapdoor": { - "material": "OAK_TRAPDOOR" - }, - "minecraft:oak_trapdoor": "oak_trapdoor", - "oakdoort": "oak_trapdoor", - "oakdoortrap": "oak_trapdoor", - "oakdtrap": "oak_trapdoor", - "oakhatch": "oak_trapdoor", - "oaktdoor": "oak_trapdoor", - "oaktrapd": "oak_trapdoor", - "oaktrapdoor": "oak_trapdoor", - "odoort": "oak_trapdoor", - "odoortrap": "oak_trapdoor", - "odtrap": "oak_trapdoor", - "ohatch": "oak_trapdoor", - "otdoor": "oak_trapdoor", - "otrapd": "oak_trapdoor", - "otrapdoor": "oak_trapdoor", - "oak_wood": { - "material": "OAK_WOOD" - }, - "minecraft:oak_wood": "oak_wood", - "oaklogall": "oak_wood", - "oaktreeall": "oak_wood", - "oaktrunkall": "oak_wood", - "oakwood": "oak_wood", - "ologall": "oak_wood", - "otreeall": "oak_wood", - "otrunkall": "oak_wood", - "owood": "oak_wood", - "woodo": "oak_wood", - "woodoak": "oak_wood", - "observer": { - "material": "OBSERVER" - }, - "minecraft:observer": "observer", - "obsidian": { - "material": "OBSIDIAN" - }, - "minecraft:obsidian": "obsidian", - "ocelot_spawn_egg": { - "material": "OCELOT_SPAWN_EGG" - }, - "eggocelot": "ocelot_spawn_egg", - "eggwildcat": "ocelot_spawn_egg", - "minecraft:ocelot_spawn_egg": "ocelot_spawn_egg", - "ocelotegg": "ocelot_spawn_egg", - "ocelotsegg": "ocelot_spawn_egg", - "ocelotspawn": "ocelot_spawn_egg", - "ocelotspawnegg": "ocelot_spawn_egg", - "seggocelot": "ocelot_spawn_egg", - "seggwildcat": "ocelot_spawn_egg", - "spawneggocelot": "ocelot_spawn_egg", - "spawneggwildcat": "ocelot_spawn_egg", - "spawnocelot": "ocelot_spawn_egg", - "spawnwildcat": "ocelot_spawn_egg", - "wildcategg": "ocelot_spawn_egg", - "wildcatsegg": "ocelot_spawn_egg", - "wildcatspawn": "ocelot_spawn_egg", - "wildcatspawnegg": "ocelot_spawn_egg", - "ocelot_spawner": { - "entity": "OCELOT", - "material": "SPAWNER" - }, - "ocelotcage": "ocelot_spawner", - "ocelotmcage": "ocelot_spawner", - "ocelotmobcage": "ocelot_spawner", - "ocelotmobspawner": "ocelot_spawner", - "ocelotmonstercage": "ocelot_spawner", - "ocelotmonsterspawner": "ocelot_spawner", - "ocelotmspawner": "ocelot_spawner", - "ocelotspawner": "ocelot_spawner", - "wildcatcage": "ocelot_spawner", - "wildcatmcage": "ocelot_spawner", - "wildcatmobcage": "ocelot_spawner", - "wildcatmobspawner": "ocelot_spawner", - "wildcatmonstercage": "ocelot_spawner", - "wildcatmonsterspawner": "ocelot_spawner", - "wildcatmspawner": "ocelot_spawner", - "wildcatspawner": "ocelot_spawner", - "orange_banner": { - "material": "ORANGE_BANNER" - }, - "minecraft:orange_banner": "orange_banner", - "obanner": "orange_banner", - "orangebanner": "orange_banner", - "orange_bed": { - "material": "ORANGE_BED" - }, - "minecraft:orange_bed": "orange_bed", - "obed": "orange_bed", - "orangebed": "orange_bed", - "orange_candle": { - "material": "ORANGE_CANDLE" - }, - "minecraft:orange_candle": "orange_candle", - "ocandle": "orange_candle", - "orangecandle": "orange_candle", - "orange_carpet": { - "material": "ORANGE_CARPET" - }, - "minecraft:orange_carpet": "orange_carpet", - "ocarpet": "orange_carpet", - "ofloor": "orange_carpet", - "orangecarpet": "orange_carpet", - "orangefloor": "orange_carpet", - "orange_concrete": { - "material": "ORANGE_CONCRETE" - }, - "minecraft:orange_concrete": "orange_concrete", - "oconcrete": "orange_concrete", - "orangeconcrete": "orange_concrete", - "orange_concrete_powder": { - "material": "ORANGE_CONCRETE_POWDER" - }, - "minecraft:orange_concrete_powder": "orange_concrete_powder", - "ocdust": "orange_concrete_powder", - "oconcretepowder": "orange_concrete_powder", - "oconcretesand": "orange_concrete_powder", - "ocp": "orange_concrete_powder", - "ocpowder": "orange_concrete_powder", - "orangecdust": "orange_concrete_powder", - "orangeconcretepowder": "orange_concrete_powder", - "orangeconcretesand": "orange_concrete_powder", - "orangecp": "orange_concrete_powder", - "orangecpowder": "orange_concrete_powder", - "orange_dye": { - "material": "ORANGE_DYE" - }, - "minecraft:orange_dye": "orange_dye", - "odye": "orange_dye", - "orangedye": "orange_dye", - "orange_glazed_terracotta": { - "material": "ORANGE_GLAZED_TERRACOTTA" - }, - "minecraft:orange_glazed_terracotta": "orange_glazed_terracotta", - "oglazedtcota": "orange_glazed_terracotta", - "oglazedterra": "orange_glazed_terracotta", - "oglazedterracota": "orange_glazed_terracotta", - "oglazedterracotta": "orange_glazed_terracotta", - "ogtcotta": "orange_glazed_terracotta", - "ogterra": "orange_glazed_terracotta", - "orangeglazedtcota": "orange_glazed_terracotta", - "orangeglazedterra": "orange_glazed_terracotta", - "orangeglazedterracota": "orange_glazed_terracotta", - "orangeglazedterracotta": "orange_glazed_terracotta", - "orangegtcotta": "orange_glazed_terracotta", - "orangegterra": "orange_glazed_terracotta", - "orange_shulker_box": { - "material": "ORANGE_SHULKER_BOX" - }, - "minecraft:orange_shulker_box": "orange_shulker_box", - "orangesbox": "orange_shulker_box", - "orangeshulkerbox": "orange_shulker_box", - "osbox": "orange_shulker_box", - "oshulkerbox": "orange_shulker_box", - "orange_stained_glass": { - "material": "ORANGE_STAINED_GLASS" - }, - "minecraft:orange_stained_glass": "orange_stained_glass", - "oglass": "orange_stained_glass", - "orangeglass": "orange_stained_glass", - "orangesglass": "orange_stained_glass", - "orangestainedglass": "orange_stained_glass", - "osglass": "orange_stained_glass", - "ostainedglass": "orange_stained_glass", - "orange_stained_glass_pane": { - "material": "ORANGE_STAINED_GLASS_PANE" - }, - "minecraft:orange_stained_glass_pane": "orange_stained_glass_pane", - "oglasspane": "orange_stained_glass_pane", - "ogpane": "orange_stained_glass_pane", - "orangeglasspane": "orange_stained_glass_pane", - "orangegpane": "orange_stained_glass_pane", - "orangesglasspane": "orange_stained_glass_pane", - "orangestainedglasspane": "orange_stained_glass_pane", - "osglasspane": "orange_stained_glass_pane", - "ostainedglasspane": "orange_stained_glass_pane", - "orange_terracotta": { - "material": "ORANGE_TERRACOTTA" - }, - "minecraft:orange_terracotta": "orange_terracotta", - "oclay": "orange_terracotta", - "orangeclay": "orange_terracotta", - "orangesclay": "orange_terracotta", - "orangestainedclay": "orange_terracotta", - "orangetcota": "orange_terracotta", - "orangeterra": "orange_terracotta", - "orangeterracota": "orange_terracotta", - "orangeterracotta": "orange_terracotta", - "osclay": "orange_terracotta", - "ostainedclay": "orange_terracotta", - "otcota": "orange_terracotta", - "oterra": "orange_terracotta", - "oterracota": "orange_terracotta", - "oterracotta": "orange_terracotta", - "orange_tulip": { - "material": "ORANGE_TULIP" - }, - "minecraft:orange_tulip": "orange_tulip", - "orangetulip": "orange_tulip", - "orange_wool": { - "material": "ORANGE_WOOL" - }, - "minecraft:orange_wool": "orange_wool", - "ocloth": "orange_wool", - "ocotton": "orange_wool", - "orangecloth": "orange_wool", - "orangecotton": "orange_wool", - "orangewool": "orange_wool", - "owool": "orange_wool", - "oxeye_daisy": { - "material": "OXEYE_DAISY" - }, - "minecraft:oxeye_daisy": "oxeye_daisy", - "oxeyedaisy": "oxeye_daisy", - "oxidized_copper": { - "material": "OXIDIZED_COPPER" - }, - "minecraft:oxidized_copper": "oxidized_copper", - "oxicoblock": "oxidized_copper", - "oxicopblock": "oxidized_copper", - "oxicopperblock": "oxidized_copper", - "oxidisedcoblock": "oxidized_copper", - "oxidisedcopblock": "oxidized_copper", - "oxidisedcopperblock": "oxidized_copper", - "oxidizedcoblock": "oxidized_copper", - "oxidizedcopblock": "oxidized_copper", - "oxidizedcopper": "oxidized_copper", - "oxidizedcopperblock": "oxidized_copper", - "oxycoblock": "oxidized_copper", - "oxycopblock": "oxidized_copper", - "oxycopperblock": "oxidized_copper", - "oxidized_cut_copper": { - "material": "OXIDIZED_CUT_COPPER" - }, - "coxicoblock": "oxidized_cut_copper", - "coxicopblock": "oxidized_cut_copper", - "coxicopperblock": "oxidized_cut_copper", - "coxidisedcoblock": "oxidized_cut_copper", - "coxidisedcopblock": "oxidized_cut_copper", - "coxidisedcopperblock": "oxidized_cut_copper", - "coxidizedcoblock": "oxidized_cut_copper", - "coxidizedcopblock": "oxidized_cut_copper", - "coxidizedcopperblock": "oxidized_cut_copper", - "coxycoblock": "oxidized_cut_copper", - "coxycopblock": "oxidized_cut_copper", - "coxycopperblock": "oxidized_cut_copper", - "cutoxicoblock": "oxidized_cut_copper", - "cutoxicopblock": "oxidized_cut_copper", - "cutoxicopperblock": "oxidized_cut_copper", - "cutoxidisedcoblock": "oxidized_cut_copper", - "cutoxidisedcopblock": "oxidized_cut_copper", - "cutoxidisedcopperblock": "oxidized_cut_copper", - "cutoxidizedcoblock": "oxidized_cut_copper", - "cutoxidizedcopblock": "oxidized_cut_copper", - "cutoxidizedcopperblock": "oxidized_cut_copper", - "cutoxycoblock": "oxidized_cut_copper", - "cutoxycopblock": "oxidized_cut_copper", - "cutoxycopperblock": "oxidized_cut_copper", - "minecraft:oxidized_cut_copper": "oxidized_cut_copper", - "oxiccoblock": "oxidized_cut_copper", - "oxiccopblock": "oxidized_cut_copper", - "oxiccopperblock": "oxidized_cut_copper", - "oxicutcoblock": "oxidized_cut_copper", - "oxicutcopblock": "oxidized_cut_copper", - "oxicutcopperblock": "oxidized_cut_copper", - "oxidisedccoblock": "oxidized_cut_copper", - "oxidisedccopblock": "oxidized_cut_copper", - "oxidisedccopperblock": "oxidized_cut_copper", - "oxidisedcutcoblock": "oxidized_cut_copper", - "oxidisedcutcopblock": "oxidized_cut_copper", - "oxidisedcutcopperblock": "oxidized_cut_copper", - "oxidizedccoblock": "oxidized_cut_copper", - "oxidizedccopblock": "oxidized_cut_copper", - "oxidizedccopperblock": "oxidized_cut_copper", - "oxidizedcutcoblock": "oxidized_cut_copper", - "oxidizedcutcopblock": "oxidized_cut_copper", - "oxidizedcutcopper": "oxidized_cut_copper", - "oxidizedcutcopperblock": "oxidized_cut_copper", - "oxyccoblock": "oxidized_cut_copper", - "oxyccopblock": "oxidized_cut_copper", - "oxyccopperblock": "oxidized_cut_copper", - "oxycutcoblock": "oxidized_cut_copper", - "oxycutcopblock": "oxidized_cut_copper", - "oxycutcopperblock": "oxidized_cut_copper", - "oxidized_cut_copper_slab": { - "material": "OXIDIZED_CUT_COPPER_SLAB" - }, - "coxicohalfblock": "oxidized_cut_copper_slab", - "coxicophalfblock": "oxidized_cut_copper_slab", - "coxicopperhalfblock": "oxidized_cut_copper_slab", - "coxicoppersl": "oxidized_cut_copper_slab", - "coxicopperslab": "oxidized_cut_copper_slab", - "coxicopperstep": "oxidized_cut_copper_slab", - "coxicopsl": "oxidized_cut_copper_slab", - "coxicopslab": "oxidized_cut_copper_slab", - "coxicopstep": "oxidized_cut_copper_slab", - "coxicosl": "oxidized_cut_copper_slab", - "coxicoslab": "oxidized_cut_copper_slab", - "coxicostep": "oxidized_cut_copper_slab", - "coxidisedcohalfblock": "oxidized_cut_copper_slab", - "coxidisedcophalfblock": "oxidized_cut_copper_slab", - "coxidisedcopperhalfblock": "oxidized_cut_copper_slab", - "coxidisedcoppersl": "oxidized_cut_copper_slab", - "coxidisedcopperslab": "oxidized_cut_copper_slab", - "coxidisedcopperstep": "oxidized_cut_copper_slab", - "coxidisedcopsl": "oxidized_cut_copper_slab", - "coxidisedcopslab": "oxidized_cut_copper_slab", - "coxidisedcopstep": "oxidized_cut_copper_slab", - "coxidisedcosl": "oxidized_cut_copper_slab", - "coxidisedcoslab": "oxidized_cut_copper_slab", - "coxidisedcostep": "oxidized_cut_copper_slab", - "coxidizedcohalfblock": "oxidized_cut_copper_slab", - "coxidizedcophalfblock": "oxidized_cut_copper_slab", - "coxidizedcopperhalfblock": "oxidized_cut_copper_slab", - "coxidizedcoppersl": "oxidized_cut_copper_slab", - "coxidizedcopperslab": "oxidized_cut_copper_slab", - "coxidizedcopperstep": "oxidized_cut_copper_slab", - "coxidizedcopsl": "oxidized_cut_copper_slab", - "coxidizedcopslab": "oxidized_cut_copper_slab", - "coxidizedcopstep": "oxidized_cut_copper_slab", - "coxidizedcosl": "oxidized_cut_copper_slab", - "coxidizedcoslab": "oxidized_cut_copper_slab", - "coxidizedcostep": "oxidized_cut_copper_slab", - "coxycohalfblock": "oxidized_cut_copper_slab", - "coxycophalfblock": "oxidized_cut_copper_slab", - "coxycopperhalfblock": "oxidized_cut_copper_slab", - "coxycoppersl": "oxidized_cut_copper_slab", - "coxycopperslab": "oxidized_cut_copper_slab", - "coxycopperstep": "oxidized_cut_copper_slab", - "coxycopsl": "oxidized_cut_copper_slab", - "coxycopslab": "oxidized_cut_copper_slab", - "coxycopstep": "oxidized_cut_copper_slab", - "coxycosl": "oxidized_cut_copper_slab", - "coxycoslab": "oxidized_cut_copper_slab", - "coxycostep": "oxidized_cut_copper_slab", - "cutoxicohalfblock": "oxidized_cut_copper_slab", - "cutoxicophalfblock": "oxidized_cut_copper_slab", - "cutoxicopperhalfblock": "oxidized_cut_copper_slab", - "cutoxicoppersl": "oxidized_cut_copper_slab", - "cutoxicopperslab": "oxidized_cut_copper_slab", - "cutoxicopperstep": "oxidized_cut_copper_slab", - "cutoxicopsl": "oxidized_cut_copper_slab", - "cutoxicopslab": "oxidized_cut_copper_slab", - "cutoxicopstep": "oxidized_cut_copper_slab", - "cutoxicosl": "oxidized_cut_copper_slab", - "cutoxicoslab": "oxidized_cut_copper_slab", - "cutoxicostep": "oxidized_cut_copper_slab", - "cutoxidisedcohalfblock": "oxidized_cut_copper_slab", - "cutoxidisedcophalfblock": "oxidized_cut_copper_slab", - "cutoxidisedcopperhalfblock": "oxidized_cut_copper_slab", - "cutoxidisedcoppersl": "oxidized_cut_copper_slab", - "cutoxidisedcopperslab": "oxidized_cut_copper_slab", - "cutoxidisedcopperstep": "oxidized_cut_copper_slab", - "cutoxidisedcopsl": "oxidized_cut_copper_slab", - "cutoxidisedcopslab": "oxidized_cut_copper_slab", - "cutoxidisedcopstep": "oxidized_cut_copper_slab", - "cutoxidisedcosl": "oxidized_cut_copper_slab", - "cutoxidisedcoslab": "oxidized_cut_copper_slab", - "cutoxidisedcostep": "oxidized_cut_copper_slab", - "cutoxidizedcohalfblock": "oxidized_cut_copper_slab", - "cutoxidizedcophalfblock": "oxidized_cut_copper_slab", - "cutoxidizedcopperhalfblock": "oxidized_cut_copper_slab", - "cutoxidizedcoppersl": "oxidized_cut_copper_slab", - "cutoxidizedcopperslab": "oxidized_cut_copper_slab", - "cutoxidizedcopperstep": "oxidized_cut_copper_slab", - "cutoxidizedcopsl": "oxidized_cut_copper_slab", - "cutoxidizedcopslab": "oxidized_cut_copper_slab", - "cutoxidizedcopstep": "oxidized_cut_copper_slab", - "cutoxidizedcosl": "oxidized_cut_copper_slab", - "cutoxidizedcoslab": "oxidized_cut_copper_slab", - "cutoxidizedcostep": "oxidized_cut_copper_slab", - "cutoxycohalfblock": "oxidized_cut_copper_slab", - "cutoxycophalfblock": "oxidized_cut_copper_slab", - "cutoxycopperhalfblock": "oxidized_cut_copper_slab", - "cutoxycoppersl": "oxidized_cut_copper_slab", - "cutoxycopperslab": "oxidized_cut_copper_slab", - "cutoxycopperstep": "oxidized_cut_copper_slab", - "cutoxycopsl": "oxidized_cut_copper_slab", - "cutoxycopslab": "oxidized_cut_copper_slab", - "cutoxycopstep": "oxidized_cut_copper_slab", - "cutoxycosl": "oxidized_cut_copper_slab", - "cutoxycoslab": "oxidized_cut_copper_slab", - "cutoxycostep": "oxidized_cut_copper_slab", - "minecraft:oxidized_cut_copper_slab": "oxidized_cut_copper_slab", - "oxiccohalfblock": "oxidized_cut_copper_slab", - "oxiccophalfblock": "oxidized_cut_copper_slab", - "oxiccopperhalfblock": "oxidized_cut_copper_slab", - "oxiccoppersl": "oxidized_cut_copper_slab", - "oxiccopperslab": "oxidized_cut_copper_slab", - "oxiccopperstep": "oxidized_cut_copper_slab", - "oxiccopsl": "oxidized_cut_copper_slab", - "oxiccopslab": "oxidized_cut_copper_slab", - "oxiccopstep": "oxidized_cut_copper_slab", - "oxiccosl": "oxidized_cut_copper_slab", - "oxiccoslab": "oxidized_cut_copper_slab", - "oxiccostep": "oxidized_cut_copper_slab", - "oxicutcohalfblock": "oxidized_cut_copper_slab", - "oxicutcophalfblock": "oxidized_cut_copper_slab", - "oxicutcopperhalfblock": "oxidized_cut_copper_slab", - "oxicutcoppersl": "oxidized_cut_copper_slab", - "oxicutcopperslab": "oxidized_cut_copper_slab", - "oxicutcopperstep": "oxidized_cut_copper_slab", - "oxicutcopsl": "oxidized_cut_copper_slab", - "oxicutcopslab": "oxidized_cut_copper_slab", - "oxicutcopstep": "oxidized_cut_copper_slab", - "oxicutcosl": "oxidized_cut_copper_slab", - "oxicutcoslab": "oxidized_cut_copper_slab", - "oxicutcostep": "oxidized_cut_copper_slab", - "oxidisedccohalfblock": "oxidized_cut_copper_slab", - "oxidisedccophalfblock": "oxidized_cut_copper_slab", - "oxidisedccopperhalfblock": "oxidized_cut_copper_slab", - "oxidisedccoppersl": "oxidized_cut_copper_slab", - "oxidisedccopperslab": "oxidized_cut_copper_slab", - "oxidisedccopperstep": "oxidized_cut_copper_slab", - "oxidisedccopsl": "oxidized_cut_copper_slab", - "oxidisedccopslab": "oxidized_cut_copper_slab", - "oxidisedccopstep": "oxidized_cut_copper_slab", - "oxidisedccosl": "oxidized_cut_copper_slab", - "oxidisedccoslab": "oxidized_cut_copper_slab", - "oxidisedccostep": "oxidized_cut_copper_slab", - "oxidisedcutcohalfblock": "oxidized_cut_copper_slab", - "oxidisedcutcophalfblock": "oxidized_cut_copper_slab", - "oxidisedcutcopperhalfblock": "oxidized_cut_copper_slab", - "oxidisedcutcoppersl": "oxidized_cut_copper_slab", - "oxidisedcutcopperslab": "oxidized_cut_copper_slab", - "oxidisedcutcopperstep": "oxidized_cut_copper_slab", - "oxidisedcutcopsl": "oxidized_cut_copper_slab", - "oxidisedcutcopslab": "oxidized_cut_copper_slab", - "oxidisedcutcopstep": "oxidized_cut_copper_slab", - "oxidisedcutcosl": "oxidized_cut_copper_slab", - "oxidisedcutcoslab": "oxidized_cut_copper_slab", - "oxidisedcutcostep": "oxidized_cut_copper_slab", - "oxidizedccohalfblock": "oxidized_cut_copper_slab", - "oxidizedccophalfblock": "oxidized_cut_copper_slab", - "oxidizedccopperhalfblock": "oxidized_cut_copper_slab", - "oxidizedccoppersl": "oxidized_cut_copper_slab", - "oxidizedccopperslab": "oxidized_cut_copper_slab", - "oxidizedccopperstep": "oxidized_cut_copper_slab", - "oxidizedccopsl": "oxidized_cut_copper_slab", - "oxidizedccopslab": "oxidized_cut_copper_slab", - "oxidizedccopstep": "oxidized_cut_copper_slab", - "oxidizedccosl": "oxidized_cut_copper_slab", - "oxidizedccoslab": "oxidized_cut_copper_slab", - "oxidizedccostep": "oxidized_cut_copper_slab", - "oxidizedcutcohalfblock": "oxidized_cut_copper_slab", - "oxidizedcutcophalfblock": "oxidized_cut_copper_slab", - "oxidizedcutcopperhalfblock": "oxidized_cut_copper_slab", - "oxidizedcutcoppersl": "oxidized_cut_copper_slab", - "oxidizedcutcopperslab": "oxidized_cut_copper_slab", - "oxidizedcutcopperstep": "oxidized_cut_copper_slab", - "oxidizedcutcopsl": "oxidized_cut_copper_slab", - "oxidizedcutcopslab": "oxidized_cut_copper_slab", - "oxidizedcutcopstep": "oxidized_cut_copper_slab", - "oxidizedcutcosl": "oxidized_cut_copper_slab", - "oxidizedcutcoslab": "oxidized_cut_copper_slab", - "oxidizedcutcostep": "oxidized_cut_copper_slab", - "oxyccohalfblock": "oxidized_cut_copper_slab", - "oxyccophalfblock": "oxidized_cut_copper_slab", - "oxyccopperhalfblock": "oxidized_cut_copper_slab", - "oxyccoppersl": "oxidized_cut_copper_slab", - "oxyccopperslab": "oxidized_cut_copper_slab", - "oxyccopperstep": "oxidized_cut_copper_slab", - "oxyccopsl": "oxidized_cut_copper_slab", - "oxyccopslab": "oxidized_cut_copper_slab", - "oxyccopstep": "oxidized_cut_copper_slab", - "oxyccosl": "oxidized_cut_copper_slab", - "oxyccoslab": "oxidized_cut_copper_slab", - "oxyccostep": "oxidized_cut_copper_slab", - "oxycutcohalfblock": "oxidized_cut_copper_slab", - "oxycutcophalfblock": "oxidized_cut_copper_slab", - "oxycutcopperhalfblock": "oxidized_cut_copper_slab", - "oxycutcoppersl": "oxidized_cut_copper_slab", - "oxycutcopperslab": "oxidized_cut_copper_slab", - "oxycutcopperstep": "oxidized_cut_copper_slab", - "oxycutcopsl": "oxidized_cut_copper_slab", - "oxycutcopslab": "oxidized_cut_copper_slab", - "oxycutcopstep": "oxidized_cut_copper_slab", - "oxycutcosl": "oxidized_cut_copper_slab", - "oxycutcoslab": "oxidized_cut_copper_slab", - "oxycutcostep": "oxidized_cut_copper_slab", - "oxidized_cut_copper_stairs": { - "material": "OXIDIZED_CUT_COPPER_STAIRS" - }, - "coxicopperstair": "oxidized_cut_copper_stairs", - "coxicopperstairs": "oxidized_cut_copper_stairs", - "coxicopstair": "oxidized_cut_copper_stairs", - "coxicopstairs": "oxidized_cut_copper_stairs", - "coxicostair": "oxidized_cut_copper_stairs", - "coxicostairs": "oxidized_cut_copper_stairs", - "coxidisedcopperstair": "oxidized_cut_copper_stairs", - "coxidisedcopperstairs": "oxidized_cut_copper_stairs", - "coxidisedcopstair": "oxidized_cut_copper_stairs", - "coxidisedcopstairs": "oxidized_cut_copper_stairs", - "coxidisedcostair": "oxidized_cut_copper_stairs", - "coxidisedcostairs": "oxidized_cut_copper_stairs", - "coxidizedcopperstair": "oxidized_cut_copper_stairs", - "coxidizedcopperstairs": "oxidized_cut_copper_stairs", - "coxidizedcopstair": "oxidized_cut_copper_stairs", - "coxidizedcopstairs": "oxidized_cut_copper_stairs", - "coxidizedcostair": "oxidized_cut_copper_stairs", - "coxidizedcostairs": "oxidized_cut_copper_stairs", - "coxycopperstair": "oxidized_cut_copper_stairs", - "coxycopperstairs": "oxidized_cut_copper_stairs", - "coxycopstair": "oxidized_cut_copper_stairs", - "coxycopstairs": "oxidized_cut_copper_stairs", - "coxycostair": "oxidized_cut_copper_stairs", - "coxycostairs": "oxidized_cut_copper_stairs", - "cutoxicopperstair": "oxidized_cut_copper_stairs", - "cutoxicopperstairs": "oxidized_cut_copper_stairs", - "cutoxicopstair": "oxidized_cut_copper_stairs", - "cutoxicopstairs": "oxidized_cut_copper_stairs", - "cutoxicostair": "oxidized_cut_copper_stairs", - "cutoxicostairs": "oxidized_cut_copper_stairs", - "cutoxidisedcopperstair": "oxidized_cut_copper_stairs", - "cutoxidisedcopperstairs": "oxidized_cut_copper_stairs", - "cutoxidisedcopstair": "oxidized_cut_copper_stairs", - "cutoxidisedcopstairs": "oxidized_cut_copper_stairs", - "cutoxidisedcostair": "oxidized_cut_copper_stairs", - "cutoxidisedcostairs": "oxidized_cut_copper_stairs", - "cutoxidizedcopperstair": "oxidized_cut_copper_stairs", - "cutoxidizedcopperstairs": "oxidized_cut_copper_stairs", - "cutoxidizedcopstair": "oxidized_cut_copper_stairs", - "cutoxidizedcopstairs": "oxidized_cut_copper_stairs", - "cutoxidizedcostair": "oxidized_cut_copper_stairs", - "cutoxidizedcostairs": "oxidized_cut_copper_stairs", - "cutoxycopperstair": "oxidized_cut_copper_stairs", - "cutoxycopperstairs": "oxidized_cut_copper_stairs", - "cutoxycopstair": "oxidized_cut_copper_stairs", - "cutoxycopstairs": "oxidized_cut_copper_stairs", - "cutoxycostair": "oxidized_cut_copper_stairs", - "cutoxycostairs": "oxidized_cut_copper_stairs", - "minecraft:oxidized_cut_copper_stairs": "oxidized_cut_copper_stairs", - "oxiccopperstair": "oxidized_cut_copper_stairs", - "oxiccopperstairs": "oxidized_cut_copper_stairs", - "oxiccopstair": "oxidized_cut_copper_stairs", - "oxiccopstairs": "oxidized_cut_copper_stairs", - "oxiccostair": "oxidized_cut_copper_stairs", - "oxiccostairs": "oxidized_cut_copper_stairs", - "oxicutcopperstair": "oxidized_cut_copper_stairs", - "oxicutcopperstairs": "oxidized_cut_copper_stairs", - "oxicutcopstair": "oxidized_cut_copper_stairs", - "oxicutcopstairs": "oxidized_cut_copper_stairs", - "oxicutcostair": "oxidized_cut_copper_stairs", - "oxicutcostairs": "oxidized_cut_copper_stairs", - "oxidisedccopperstair": "oxidized_cut_copper_stairs", - "oxidisedccopperstairs": "oxidized_cut_copper_stairs", - "oxidisedccopstair": "oxidized_cut_copper_stairs", - "oxidisedccopstairs": "oxidized_cut_copper_stairs", - "oxidisedccostair": "oxidized_cut_copper_stairs", - "oxidisedccostairs": "oxidized_cut_copper_stairs", - "oxidisedcutcopperstair": "oxidized_cut_copper_stairs", - "oxidisedcutcopperstairs": "oxidized_cut_copper_stairs", - "oxidisedcutcopstair": "oxidized_cut_copper_stairs", - "oxidisedcutcopstairs": "oxidized_cut_copper_stairs", - "oxidisedcutcostair": "oxidized_cut_copper_stairs", - "oxidisedcutcostairs": "oxidized_cut_copper_stairs", - "oxidizedccopperstair": "oxidized_cut_copper_stairs", - "oxidizedccopperstairs": "oxidized_cut_copper_stairs", - "oxidizedccopstair": "oxidized_cut_copper_stairs", - "oxidizedccopstairs": "oxidized_cut_copper_stairs", - "oxidizedccostair": "oxidized_cut_copper_stairs", - "oxidizedccostairs": "oxidized_cut_copper_stairs", - "oxidizedcutcopperstair": "oxidized_cut_copper_stairs", - "oxidizedcutcopperstairs": "oxidized_cut_copper_stairs", - "oxidizedcutcopstair": "oxidized_cut_copper_stairs", - "oxidizedcutcopstairs": "oxidized_cut_copper_stairs", - "oxidizedcutcostair": "oxidized_cut_copper_stairs", - "oxidizedcutcostairs": "oxidized_cut_copper_stairs", - "oxyccopperstair": "oxidized_cut_copper_stairs", - "oxyccopperstairs": "oxidized_cut_copper_stairs", - "oxyccopstair": "oxidized_cut_copper_stairs", - "oxyccopstairs": "oxidized_cut_copper_stairs", - "oxyccostair": "oxidized_cut_copper_stairs", - "oxyccostairs": "oxidized_cut_copper_stairs", - "oxycutcopperstair": "oxidized_cut_copper_stairs", - "oxycutcopperstairs": "oxidized_cut_copper_stairs", - "oxycutcopstair": "oxidized_cut_copper_stairs", - "oxycutcopstairs": "oxidized_cut_copper_stairs", - "oxycutcostair": "oxidized_cut_copper_stairs", - "oxycutcostairs": "oxidized_cut_copper_stairs", - "packed_ice": { - "material": "PACKED_ICE" - }, - "minecraft:packed_ice": "packed_ice", - "packedice": "packed_ice", - "painting": { - "material": "PAINTING" - }, - "minecraft:painting": "painting", - "panda_spawn_egg": { - "material": "PANDA_SPAWN_EGG" - }, - "eggpanda": "panda_spawn_egg", - "minecraft:panda_spawn_egg": "panda_spawn_egg", - "pandaegg": "panda_spawn_egg", - "pandasegg": "panda_spawn_egg", - "pandaspawn": "panda_spawn_egg", - "pandaspawnegg": "panda_spawn_egg", - "seggpanda": "panda_spawn_egg", - "spawneggpanda": "panda_spawn_egg", - "spawnpanda": "panda_spawn_egg", - "panda_spawner": { - "entity": "PANDA", - "material": "SPAWNER" - }, - "pandacage": "panda_spawner", - "pandamcage": "panda_spawner", - "pandamobcage": "panda_spawner", - "pandamobspawner": "panda_spawner", - "pandamonstercage": "panda_spawner", - "pandamonsterspawner": "panda_spawner", - "pandamspawner": "panda_spawner", - "pandaspawner": "panda_spawner", - "paper": { - "material": "PAPER" - }, - "minecraft:paper": "paper", - "parrot_spawn_egg": { - "material": "PARROT_SPAWN_EGG" - }, - "eggparrot": "parrot_spawn_egg", - "minecraft:parrot_spawn_egg": "parrot_spawn_egg", - "parrotegg": "parrot_spawn_egg", - "parrotsegg": "parrot_spawn_egg", - "parrotspawn": "parrot_spawn_egg", - "parrotspawnegg": "parrot_spawn_egg", - "seggparrot": "parrot_spawn_egg", - "spawneggparrot": "parrot_spawn_egg", - "spawnparrot": "parrot_spawn_egg", - "parrot_spawner": { - "entity": "PARROT", - "material": "SPAWNER" - }, - "parrotcage": "parrot_spawner", - "parrotmcage": "parrot_spawner", - "parrotmobcage": "parrot_spawner", - "parrotmobspawner": "parrot_spawner", - "parrotmonstercage": "parrot_spawner", - "parrotmonsterspawner": "parrot_spawner", - "parrotmspawner": "parrot_spawner", - "parrotspawner": "parrot_spawner", - "peony": { - "material": "PEONY" - }, - "minecraft:peony": "peony", - "petrified_oak_slab": { - "material": "PETRIFIED_OAK_SLAB" - }, - "minecraft:petrified_oak_slab": "petrified_oak_slab", - "petrifiedoakslab": "petrified_oak_slab", - "phantom_membrane": { - "material": "PHANTOM_MEMBRANE" - }, - "minecraft:phantom_membrane": "phantom_membrane", - "phantommembrane": "phantom_membrane", - "phantom_spawn_egg": { - "material": "PHANTOM_SPAWN_EGG" - }, - "eggphantom": "phantom_spawn_egg", - "minecraft:phantom_spawn_egg": "phantom_spawn_egg", - "phantomegg": "phantom_spawn_egg", - "phantomsegg": "phantom_spawn_egg", - "phantomspawn": "phantom_spawn_egg", - "phantomspawnegg": "phantom_spawn_egg", - "seggphantom": "phantom_spawn_egg", - "spawneggphantom": "phantom_spawn_egg", - "spawnphantom": "phantom_spawn_egg", - "phantom_spawner": { - "entity": "PHANTOM", - "material": "SPAWNER" - }, - "phantomcage": "phantom_spawner", - "phantommcage": "phantom_spawner", - "phantommobcage": "phantom_spawner", - "phantommobspawner": "phantom_spawner", - "phantommonstercage": "phantom_spawner", - "phantommonsterspawner": "phantom_spawner", - "phantommspawner": "phantom_spawner", - "phantomspawner": "phantom_spawner", - "pig_spawn_egg": { - "material": "PIG_SPAWN_EGG" - }, - "eggpig": "pig_spawn_egg", - "minecraft:pig_spawn_egg": "pig_spawn_egg", - "pigegg": "pig_spawn_egg", - "pigsegg": "pig_spawn_egg", - "pigspawn": "pig_spawn_egg", - "pigspawnegg": "pig_spawn_egg", - "seggpig": "pig_spawn_egg", - "spawneggpig": "pig_spawn_egg", - "spawnpig": "pig_spawn_egg", - "pig_spawner": { - "entity": "PIG", - "material": "SPAWNER" - }, - "pigcage": "pig_spawner", - "pigmcage": "piglin_spawner", - "pigmobcage": "pig_spawner", - "pigmobspawner": "pig_spawner", - "pigmonstercage": "pig_spawner", - "pigmonsterspawner": "pig_spawner", - "pigmspawner": "piglin_spawner", - "pigspawner": "pig_spawner", - "piglin_banner_pattern": { - "material": "PIGLIN_BANNER_PATTERN" - }, - "minecraft:piglin_banner_pattern": "piglin_banner_pattern", - "piglinbannerpattern": "piglin_banner_pattern", - "piglin_brute_spawn_egg": { - "material": "PIGLIN_BRUTE_SPAWN_EGG" - }, - "eggmeaniepiglin": "piglin_brute_spawn_egg", - "eggpigbr": "piglin_brute_spawn_egg", - "eggpigbrute": "piglin_brute_spawn_egg", - "eggpiglin_brute": "piglin_brute_spawn_egg", - "eggpiglinbr": "piglin_brute_spawn_egg", - "meaniepiglinegg": "piglin_brute_spawn_egg", - "meaniepiglinsegg": "piglin_brute_spawn_egg", - "meaniepiglinspawn": "piglin_brute_spawn_egg", - "meaniepiglinspawnegg": "piglin_brute_spawn_egg", - "minecraft:piglin_brute_spawn_egg": "piglin_brute_spawn_egg", - "pigbregg": "piglin_brute_spawn_egg", - "pigbrsegg": "piglin_brute_spawn_egg", - "pigbrspawn": "piglin_brute_spawn_egg", - "pigbrspawnegg": "piglin_brute_spawn_egg", - "pigbruteegg": "piglin_brute_spawn_egg", - "pigbrutesegg": "piglin_brute_spawn_egg", - "pigbrutespawn": "piglin_brute_spawn_egg", - "pigbrutespawnegg": "piglin_brute_spawn_egg", - "piglin_bruteegg": "piglin_brute_spawn_egg", - "piglin_brutesegg": "piglin_brute_spawn_egg", - "piglin_brutespawn": "piglin_brute_spawn_egg", - "piglin_brutespawnegg": "piglin_brute_spawn_egg", - "piglinbregg": "piglin_brute_spawn_egg", - "piglinbrsegg": "piglin_brute_spawn_egg", - "piglinbrspawn": "piglin_brute_spawn_egg", - "piglinbrspawnegg": "piglin_brute_spawn_egg", - "piglinbrutespawnegg": "piglin_brute_spawn_egg", - "seggmeaniepiglin": "piglin_brute_spawn_egg", - "seggpigbr": "piglin_brute_spawn_egg", - "seggpigbrute": "piglin_brute_spawn_egg", - "seggpiglin_brute": "piglin_brute_spawn_egg", - "seggpiglinbr": "piglin_brute_spawn_egg", - "spawneggmeaniepiglin": "piglin_brute_spawn_egg", - "spawneggpigbr": "piglin_brute_spawn_egg", - "spawneggpigbrute": "piglin_brute_spawn_egg", - "spawneggpiglin_brute": "piglin_brute_spawn_egg", - "spawneggpiglinbr": "piglin_brute_spawn_egg", - "spawnmeaniepiglin": "piglin_brute_spawn_egg", - "spawnpigbr": "piglin_brute_spawn_egg", - "spawnpigbrute": "piglin_brute_spawn_egg", - "spawnpiglin_brute": "piglin_brute_spawn_egg", - "spawnpiglinbr": "piglin_brute_spawn_egg", - "piglin_brute_spawner": { - "entity": "PIGLIN_BRUTE", - "material": "SPAWNER" - }, - "meaniepiglincage": "piglin_brute_spawner", - "meaniepiglinmcage": "piglin_brute_spawner", - "meaniepiglinmobcage": "piglin_brute_spawner", - "meaniepiglinmobspawner": "piglin_brute_spawner", - "meaniepiglinmonstercage": "piglin_brute_spawner", - "meaniepiglinmonsterspawner": "piglin_brute_spawner", - "meaniepiglinmspawner": "piglin_brute_spawner", - "meaniepiglinspawner": "piglin_brute_spawner", - "pigbrcage": "piglin_brute_spawner", - "pigbrmcage": "piglin_brute_spawner", - "pigbrmobcage": "piglin_brute_spawner", - "pigbrmobspawner": "piglin_brute_spawner", - "pigbrmonstercage": "piglin_brute_spawner", - "pigbrmonsterspawner": "piglin_brute_spawner", - "pigbrmspawner": "piglin_brute_spawner", - "pigbrspawner": "piglin_brute_spawner", - "pigbrutecage": "piglin_brute_spawner", - "pigbrutemcage": "piglin_brute_spawner", - "pigbrutemobcage": "piglin_brute_spawner", - "pigbrutemobspawner": "piglin_brute_spawner", - "pigbrutemonstercage": "piglin_brute_spawner", - "pigbrutemonsterspawner": "piglin_brute_spawner", - "pigbrutemspawner": "piglin_brute_spawner", - "pigbrutespawner": "piglin_brute_spawner", - "piglin_brutecage": "piglin_brute_spawner", - "piglin_brutemcage": "piglin_brute_spawner", - "piglin_brutemobcage": "piglin_brute_spawner", - "piglin_brutemobspawner": "piglin_brute_spawner", - "piglin_brutemonstercage": "piglin_brute_spawner", - "piglin_brutemonsterspawner": "piglin_brute_spawner", - "piglin_brutemspawner": "piglin_brute_spawner", - "piglin_brutespawner": "piglin_brute_spawner", - "piglinbrcage": "piglin_brute_spawner", - "piglinbrmcage": "piglin_brute_spawner", - "piglinbrmobcage": "piglin_brute_spawner", - "piglinbrmobspawner": "piglin_brute_spawner", - "piglinbrmonstercage": "piglin_brute_spawner", - "piglinbrmonsterspawner": "piglin_brute_spawner", - "piglinbrmspawner": "piglin_brute_spawner", - "piglinbrspawner": "piglin_brute_spawner", - "piglin_spawn_egg": { - "material": "PIGLIN_SPAWN_EGG" - }, - "eggpiglin": "piglin_spawn_egg", - "eggpigm": "piglin_spawn_egg", - "eggpigman": "piglin_spawn_egg", - "eggpigmen": "piglin_spawn_egg", - "eggpman": "piglin_spawn_egg", - "minecraft:piglin_spawn_egg": "piglin_spawn_egg", - "piglinegg": "piglin_spawn_egg", - "piglinsegg": "piglin_spawn_egg", - "piglinspawn": "piglin_spawn_egg", - "piglinspawnegg": "piglin_spawn_egg", - "pigmanegg": "piglin_spawn_egg", - "pigmansegg": "piglin_spawn_egg", - "pigmanspawn": "piglin_spawn_egg", - "pigmanspawnegg": "piglin_spawn_egg", - "pigmegg": "piglin_spawn_egg", - "pigmenegg": "piglin_spawn_egg", - "pigmensegg": "piglin_spawn_egg", - "pigmenspawn": "piglin_spawn_egg", - "pigmenspawnegg": "piglin_spawn_egg", - "pigmsegg": "piglin_spawn_egg", - "pigmspawn": "piglin_spawn_egg", - "pigmspawnegg": "piglin_spawn_egg", - "pmanegg": "piglin_spawn_egg", - "pmansegg": "piglin_spawn_egg", - "pmanspawn": "piglin_spawn_egg", - "pmanspawnegg": "piglin_spawn_egg", - "seggpiglin": "piglin_spawn_egg", - "seggpigm": "piglin_spawn_egg", - "seggpigman": "piglin_spawn_egg", - "seggpigmen": "piglin_spawn_egg", - "seggpman": "piglin_spawn_egg", - "spawneggpiglin": "piglin_spawn_egg", - "spawneggpigm": "piglin_spawn_egg", - "spawneggpigman": "piglin_spawn_egg", - "spawneggpigmen": "piglin_spawn_egg", - "spawneggpman": "piglin_spawn_egg", - "spawnpiglin": "piglin_spawn_egg", - "spawnpigm": "piglin_spawn_egg", - "spawnpigman": "piglin_spawn_egg", - "spawnpigmen": "piglin_spawn_egg", - "spawnpman": "piglin_spawn_egg", - "piglin_spawner": { - "entity": "PIGLIN", - "material": "SPAWNER" - }, - "piglincage": "piglin_spawner", - "piglinmcage": "piglin_spawner", - "piglinmobcage": "piglin_spawner", - "piglinmobspawner": "piglin_spawner", - "piglinmonstercage": "piglin_spawner", - "piglinmonsterspawner": "piglin_spawner", - "piglinmspawner": "piglin_spawner", - "piglinspawner": "piglin_spawner", - "pigmancage": "piglin_spawner", - "pigmanmcage": "piglin_spawner", - "pigmanmobcage": "piglin_spawner", - "pigmanmobspawner": "piglin_spawner", - "pigmanmonstercage": "piglin_spawner", - "pigmanmonsterspawner": "piglin_spawner", - "pigmanmspawner": "piglin_spawner", - "pigmanspawner": "piglin_spawner", - "pigmencage": "piglin_spawner", - "pigmenmcage": "piglin_spawner", - "pigmenmobcage": "piglin_spawner", - "pigmenmobspawner": "piglin_spawner", - "pigmenmonstercage": "piglin_spawner", - "pigmenmonsterspawner": "piglin_spawner", - "pigmenmspawner": "piglin_spawner", - "pigmenspawner": "piglin_spawner", - "pigmmcage": "piglin_spawner", - "pigmmobcage": "piglin_spawner", - "pigmmobspawner": "piglin_spawner", - "pigmmonstercage": "piglin_spawner", - "pigmmonsterspawner": "piglin_spawner", - "pigmmspawner": "piglin_spawner", - "pmancage": "piglin_spawner", - "pmanmcage": "piglin_spawner", - "pmanmobcage": "piglin_spawner", - "pmanmobspawner": "piglin_spawner", - "pmanmonstercage": "piglin_spawner", - "pmanmonsterspawner": "piglin_spawner", - "pmanmspawner": "piglin_spawner", - "pmanspawner": "piglin_spawner", - "pillager_spawn_egg": { - "material": "PILLAGER_SPAWN_EGG" - }, - "eggpillager": "pillager_spawn_egg", - "minecraft:pillager_spawn_egg": "pillager_spawn_egg", - "pillageregg": "pillager_spawn_egg", - "pillagersegg": "pillager_spawn_egg", - "pillagerspawn": "pillager_spawn_egg", - "pillagerspawnegg": "pillager_spawn_egg", - "seggpillager": "pillager_spawn_egg", - "spawneggpillager": "pillager_spawn_egg", - "spawnpillager": "pillager_spawn_egg", - "pillager_spawner": { - "entity": "PILLAGER", - "material": "SPAWNER" - }, - "pillagercage": "pillager_spawner", - "pillagermcage": "pillager_spawner", - "pillagermobcage": "pillager_spawner", - "pillagermobspawner": "pillager_spawner", - "pillagermonstercage": "pillager_spawner", - "pillagermonsterspawner": "pillager_spawner", - "pillagermspawner": "pillager_spawner", - "pillagerspawner": "pillager_spawner", - "pink_banner": { - "material": "PINK_BANNER" - }, - "minecraft:pink_banner": "pink_banner", - "pibanner": "pink_banner", - "pinkbanner": "pink_banner", - "pink_bed": { - "material": "PINK_BED" - }, - "minecraft:pink_bed": "pink_bed", - "pibed": "pink_bed", - "pinkbed": "pink_bed", - "pink_candle": { - "material": "PINK_CANDLE" - }, - "minecraft:pink_candle": "pink_candle", - "picandle": "pink_candle", - "pinkcandle": "pink_candle", - "pink_carpet": { - "material": "PINK_CARPET" - }, - "minecraft:pink_carpet": "pink_carpet", - "picarpet": "pink_carpet", - "pifloor": "pink_carpet", - "pinkcarpet": "pink_carpet", - "pinkfloor": "pink_carpet", - "pink_concrete": { - "material": "PINK_CONCRETE" - }, - "minecraft:pink_concrete": "pink_concrete", - "piconcrete": "pink_concrete", - "pinkconcrete": "pink_concrete", - "pink_concrete_powder": { - "material": "PINK_CONCRETE_POWDER" - }, - "minecraft:pink_concrete_powder": "pink_concrete_powder", - "picdust": "pink_concrete_powder", - "piconcretepowder": "pink_concrete_powder", - "piconcretesand": "pink_concrete_powder", - "picp": "pink_concrete_powder", - "picpowder": "pink_concrete_powder", - "pinkcdust": "pink_concrete_powder", - "pinkconcretepowder": "pink_concrete_powder", - "pinkconcretesand": "pink_concrete_powder", - "pinkcp": "pink_concrete_powder", - "pinkcpowder": "pink_concrete_powder", - "pink_dye": { - "material": "PINK_DYE" - }, - "minecraft:pink_dye": "pink_dye", - "pidye": "pink_dye", - "pinkdye": "pink_dye", - "pink_glazed_terracotta": { - "material": "PINK_GLAZED_TERRACOTTA" - }, - "minecraft:pink_glazed_terracotta": "pink_glazed_terracotta", - "piglazedtcota": "pink_glazed_terracotta", - "piglazedterra": "pink_glazed_terracotta", - "piglazedterracota": "pink_glazed_terracotta", - "piglazedterracotta": "pink_glazed_terracotta", - "pigtcotta": "pink_glazed_terracotta", - "pigterra": "pink_glazed_terracotta", - "pinkglazedtcota": "pink_glazed_terracotta", - "pinkglazedterra": "pink_glazed_terracotta", - "pinkglazedterracota": "pink_glazed_terracotta", - "pinkglazedterracotta": "pink_glazed_terracotta", - "pinkgtcotta": "pink_glazed_terracotta", - "pinkgterra": "pink_glazed_terracotta", - "pink_shulker_box": { - "material": "PINK_SHULKER_BOX" - }, - "minecraft:pink_shulker_box": "pink_shulker_box", - "pinksbox": "pink_shulker_box", - "pinkshulkerbox": "pink_shulker_box", - "pisbox": "pink_shulker_box", - "pishulkerbox": "pink_shulker_box", - "pink_stained_glass": { - "material": "PINK_STAINED_GLASS" - }, - "minecraft:pink_stained_glass": "pink_stained_glass", - "piglass": "pink_stained_glass", - "pinkglass": "pink_stained_glass", - "pinksglass": "pink_stained_glass", - "pinkstainedglass": "pink_stained_glass", - "pisglass": "pink_stained_glass", - "pistainedglass": "pink_stained_glass", - "pink_stained_glass_pane": { - "material": "PINK_STAINED_GLASS_PANE" - }, - "minecraft:pink_stained_glass_pane": "pink_stained_glass_pane", - "piglasspane": "pink_stained_glass_pane", - "pigpane": "pink_stained_glass_pane", - "pinkglasspane": "pink_stained_glass_pane", - "pinkgpane": "pink_stained_glass_pane", - "pinksglasspane": "pink_stained_glass_pane", - "pinkstainedglasspane": "pink_stained_glass_pane", - "pisglasspane": "pink_stained_glass_pane", - "pistainedglasspane": "pink_stained_glass_pane", - "pink_terracotta": { - "material": "PINK_TERRACOTTA" - }, - "minecraft:pink_terracotta": "pink_terracotta", - "piclay": "pink_terracotta", - "pinkclay": "pink_terracotta", - "pinksclay": "pink_terracotta", - "pinkstainedclay": "pink_terracotta", - "pinktcota": "pink_terracotta", - "pinkterra": "pink_terracotta", - "pinkterracota": "pink_terracotta", - "pinkterracotta": "pink_terracotta", - "pisclay": "pink_terracotta", - "pistainedclay": "pink_terracotta", - "pitcota": "pink_terracotta", - "piterra": "pink_terracotta", - "piterracota": "pink_terracotta", - "piterracotta": "pink_terracotta", - "pink_tulip": { - "material": "PINK_TULIP" - }, - "minecraft:pink_tulip": "pink_tulip", - "pinktulip": "pink_tulip", - "pink_wool": { - "material": "PINK_WOOL" - }, - "minecraft:pink_wool": "pink_wool", - "picloth": "pink_wool", - "picotton": "pink_wool", - "pinkcloth": "pink_wool", - "pinkcotton": "pink_wool", - "pinkwool": "pink_wool", - "piwool": "pink_wool", - "piston": { - "material": "PISTON" - }, - "minecraft:piston": "piston", - "player_head": { - "material": "PLAYER_HEAD" - }, - "minecraft:player_head": "player_head", - "playerhead": "player_head", - "podzol": { - "material": "PODZOL" - }, - "minecraft:podzol": "podzol", - "pointed_dripstone": { - "material": "POINTED_DRIPSTONE" - }, - "hangingdrip": "pointed_dripstone", - "hangingdripstone": "pointed_dripstone", - "minecraft:pointed_dripstone": "pointed_dripstone", - "pdrip": "pointed_dripstone", - "pdripstone": "pointed_dripstone", - "pointdrip": "pointed_dripstone", - "pointdripstone": "pointed_dripstone", - "pointeddrip": "pointed_dripstone", - "pointeddripstone": "pointed_dripstone", - "spikydrip": "pointed_dripstone", - "spikydripstone": "pointed_dripstone", - "poison_lingering_potion": { - "potionData": { - "type": "POISON", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "acidaoepoiont": "poison_lingering_potion", - "acidaoepot": "poison_lingering_potion", - "acidareapot": "poison_lingering_potion", - "acidareapotion": "poison_lingering_potion", - "acidcloudpot": "poison_lingering_potion", - "acidcloudpotion": "poison_lingering_potion", - "acidlingerpot": "poison_lingering_potion", - "aoepotacid": "poison_lingering_potion", - "aoepotionacid": "poison_lingering_potion", - "aoepotionp": "poison_lingering_potion", - "aoepotionpoison": "poison_lingering_potion", - "aoepotp": "poison_lingering_potion", - "aoepotpoison": "poison_lingering_potion", - "areapotacid": "poison_lingering_potion", - "areapotionacid": "poison_lingering_potion", - "areapotionp": "poison_lingering_potion", - "areapotionpoison": "poison_lingering_potion", - "areapotp": "poison_lingering_potion", - "areapotpoison": "poison_lingering_potion", - "cloudpotacid": "poison_lingering_potion", - "cloudpotionacid": "poison_lingering_potion", - "cloudpotionp": "poison_lingering_potion", - "cloudpotionpoison": "poison_lingering_potion", - "cloudpotp": "poison_lingering_potion", - "cloudpotpoison": "poison_lingering_potion", - "lingerpotacid": "poison_lingering_potion", - "lingerpotp": "poison_lingering_potion", - "lingerpotpoison": "poison_lingering_potion", - "paoepoiont": "poison_lingering_potion", - "paoepot": "poison_lingering_potion", - "pareapot": "poison_lingering_potion", - "pareapotion": "poison_lingering_potion", - "pcloudpot": "poison_lingering_potion", - "pcloudpotion": "poison_lingering_potion", - "plingerpot": "poison_lingering_potion", - "poisonaoepoiont": "poison_lingering_potion", - "poisonaoepot": "poison_lingering_potion", - "poisonareapot": "poison_lingering_potion", - "poisonareapotion": "poison_lingering_potion", - "poisoncloudpot": "poison_lingering_potion", - "poisoncloudpotion": "poison_lingering_potion", - "poisonlingerpot": "poison_lingering_potion", - "poison_potion": { - "potionData": { - "type": "POISON", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "acidpot": "poison_potion", - "acidpotion": "poison_potion", - "poisonpot": "poison_potion", - "poisonpotion": "poison_potion", - "potionofacid": "poison_potion", - "potionofp": "poison_potion", - "potionofpoison": "poison_potion", - "potofacid": "poison_potion", - "potofp": "poison_potion", - "potofpoison": "poison_potion", - "ppot": "poison_potion", - "ppotion": "poison_potion", - "poison_splash_potion": { - "potionData": { - "type": "POISON", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "acidsplashpot": "poison_splash_potion", - "acidsplashpotion": "poison_splash_potion", - "poisonsplashpot": "poison_splash_potion", - "poisonsplashpotion": "poison_splash_potion", - "psplashpot": "poison_splash_potion", - "psplashpotion": "poison_splash_potion", - "splacidpot": "poison_splash_potion", - "splacidpotion": "poison_splash_potion", - "splashacidpot": "poison_splash_potion", - "splashacidpotion": "poison_splash_potion", - "splashpoisonpot": "poison_splash_potion", - "splashpoisonpotion": "poison_splash_potion", - "splashppot": "poison_splash_potion", - "splashppotion": "poison_splash_potion", - "splpoisonpot": "poison_splash_potion", - "splpoisonpotion": "poison_splash_potion", - "splppot": "poison_splash_potion", - "splppotion": "poison_splash_potion", - "poison_tipped_arrow": { - "potionData": { - "type": "POISON", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "acidarrow": "poison_tipped_arrow", - "acidtarr": "poison_tipped_arrow", - "acidtarrow": "poison_tipped_arrow", - "acidtippedarrow": "poison_tipped_arrow", - "arrowacid": "poison_tipped_arrow", - "arrowp": "poison_tipped_arrow", - "arrowpoison": "poison_tipped_arrow", - "parrow": "poison_tipped_arrow", - "poisonarrow": "poison_tipped_arrow", - "poisontarr": "poison_tipped_arrow", - "poisontarrow": "poison_tipped_arrow", - "poisontippedarrow": "poison_tipped_arrow", - "ptarr": "poison_tipped_arrow", - "ptarrow": "poison_tipped_arrow", - "ptippedarrow": "poison_tipped_arrow", - "poisonous_potato": { - "material": "POISONOUS_POTATO" - }, - "minecraft:poisonous_potato": "poisonous_potato", - "poisonouspotato": "poisonous_potato", - "polar_bear_spawn_egg": { - "material": "POLAR_BEAR_SPAWN_EGG" - }, - "eggpolar": "polar_bear_spawn_egg", - "eggpolar_bear": "polar_bear_spawn_egg", - "minecraft:polar_bear_spawn_egg": "polar_bear_spawn_egg", - "polar_bearegg": "polar_bear_spawn_egg", - "polar_bearsegg": "polar_bear_spawn_egg", - "polar_bearspawn": "polar_bear_spawn_egg", - "polar_bearspawnegg": "polar_bear_spawn_egg", - "polarbearspawnegg": "polar_bear_spawn_egg", - "polaregg": "polar_bear_spawn_egg", - "polarsegg": "polar_bear_spawn_egg", - "polarspawn": "polar_bear_spawn_egg", - "polarspawnegg": "polar_bear_spawn_egg", - "seggpolar": "polar_bear_spawn_egg", - "seggpolar_bear": "polar_bear_spawn_egg", - "spawneggpolar": "polar_bear_spawn_egg", - "spawneggpolar_bear": "polar_bear_spawn_egg", - "spawnpolar": "polar_bear_spawn_egg", - "spawnpolar_bear": "polar_bear_spawn_egg", - "polar_bear_spawner": { - "entity": "POLAR_BEAR", - "material": "SPAWNER" - }, - "polar_bearcage": "polar_bear_spawner", - "polar_bearmcage": "polar_bear_spawner", - "polar_bearmobcage": "polar_bear_spawner", - "polar_bearmobspawner": "polar_bear_spawner", - "polar_bearmonstercage": "polar_bear_spawner", - "polar_bearmonsterspawner": "polar_bear_spawner", - "polar_bearmspawner": "polar_bear_spawner", - "polar_bearspawner": "polar_bear_spawner", - "polarcage": "polar_bear_spawner", - "polarmcage": "polar_bear_spawner", - "polarmobcage": "polar_bear_spawner", - "polarmobspawner": "polar_bear_spawner", - "polarmonstercage": "polar_bear_spawner", - "polarmonsterspawner": "polar_bear_spawner", - "polarmspawner": "polar_bear_spawner", - "polarspawner": "polar_bear_spawner", - "polished_andesite": { - "material": "POLISHED_ANDESITE" - }, - "minecraft:polished_andesite": "polished_andesite", - "pand": "polished_andesite", - "pandb": "polished_andesite", - "pandbl": "polished_andesite", - "pandblock": "polished_andesite", - "pandesite": "polished_andesite", - "pandesiteb": "polished_andesite", - "pandesitebl": "polished_andesite", - "pandesiteblock": "polished_andesite", - "pandstone": "polished_andesite", - "pandstoneb": "polished_andesite", - "pandstonebl": "polished_andesite", - "pandstoneblock": "polished_andesite", - "pastone": "polished_andesite", - "pastoneb": "polished_andesite", - "pastonebl": "polished_andesite", - "pastoneblock": "polished_andesite", - "polishedand": "polished_andesite", - "polishedandb": "polished_andesite", - "polishedandbl": "polished_andesite", - "polishedandblock": "polished_andesite", - "polishedandesite": "polished_andesite", - "polishedandesiteb": "polished_andesite", - "polishedandesitebl": "polished_andesite", - "polishedandesiteblock": "polished_andesite", - "polishedandstone": "polished_andesite", - "polishedandstoneb": "polished_andesite", - "polishedandstonebl": "polished_andesite", - "polishedandstoneblock": "polished_andesite", - "polishedastone": "polished_andesite", - "polishedastoneb": "polished_andesite", - "polishedastonebl": "polished_andesite", - "polishedastoneblock": "polished_andesite", - "polished_andesite_slab": { - "material": "POLISHED_ANDESITE_SLAB" - }, - "minecraft:polished_andesite_slab": "polished_andesite_slab", - "pandesitehalfblock": "polished_andesite_slab", - "pandesitestep": "polished_andesite_slab", - "pandhalfblock": "polished_andesite_slab", - "pandstep": "polished_andesite_slab", - "pandstonehalfblock": "polished_andesite_slab", - "pandstonestep": "polished_andesite_slab", - "pastonehalfblock": "polished_andesite_slab", - "pastonestep": "polished_andesite_slab", - "polishedandesitehalfblock": "polished_andesite_slab", - "polishedandesiteslab": "polished_andesite_slab", - "polishedandesitestep": "polished_andesite_slab", - "polishedandhalfblock": "polished_andesite_slab", - "polishedandstep": "polished_andesite_slab", - "polishedandstonehalfblock": "polished_andesite_slab", - "polishedandstonestep": "polished_andesite_slab", - "polishedastonehalfblock": "polished_andesite_slab", - "polishedastonestep": "polished_andesite_slab", - "polished_andesite_stairs": { - "material": "POLISHED_ANDESITE_STAIRS" - }, - "minecraft:polished_andesite_stairs": "polished_andesite_stairs", - "pandesitestair": "polished_andesite_stairs", - "pandesitestairs": "polished_andesite_stairs", - "pandstair": "polished_andesite_stairs", - "pandstairs": "polished_andesite_stairs", - "pandstonestair": "polished_andesite_stairs", - "pandstonestairs": "polished_andesite_stairs", - "pastonestair": "polished_andesite_stairs", - "pastonestairs": "polished_andesite_stairs", - "polishedandesitestair": "polished_andesite_stairs", - "polishedandesitestairs": "polished_andesite_stairs", - "polishedandstair": "polished_andesite_stairs", - "polishedandstairs": "polished_andesite_stairs", - "polishedandstonestair": "polished_andesite_stairs", - "polishedandstonestairs": "polished_andesite_stairs", - "polishedastonestair": "polished_andesite_stairs", - "polishedastonestairs": "polished_andesite_stairs", - "polished_basalt": { - "material": "POLISHED_BASALT" - }, - "minecraft:polished_basalt": "polished_basalt", - "pbasalt": "polished_basalt", - "pbasaltb": "polished_basalt", - "pbasaltbl": "polished_basalt", - "pbasaltblock": "polished_basalt", - "pbasaltst": "polished_basalt", - "pbasaltstb": "polished_basalt", - "pbasaltstbl": "polished_basalt", - "pbasaltstblock": "polished_basalt", - "pbast": "polished_basalt", - "pbastb": "polished_basalt", - "pbastbl": "polished_basalt", - "pbastblock": "polished_basalt", - "polishedbasalt": "polished_basalt", - "polishedbasaltb": "polished_basalt", - "polishedbasaltbl": "polished_basalt", - "polishedbasaltblock": "polished_basalt", - "polishedbasaltst": "polished_basalt", - "polishedbasaltstb": "polished_basalt", - "polishedbasaltstbl": "polished_basalt", - "polishedbasaltstblock": "polished_basalt", - "polishedbast": "polished_basalt", - "polishedbastb": "polished_basalt", - "polishedbastbl": "polished_basalt", - "polishedbastblock": "polished_basalt", - "polished_blackstone": { - "material": "POLISHED_BLACKSTONE" - }, - "minecraft:polished_blackstone": "polished_blackstone", - "pblackstone": "polished_blackstone", - "pblackstoneb": "polished_blackstone", - "pblackstonebl": "polished_blackstone", - "pblackstoneblock": "polished_blackstone", - "pblst": "polished_blackstone", - "pblstb": "polished_blackstone", - "pblstbl": "polished_blackstone", - "pblstblock": "polished_blackstone", - "pblstone": "polished_blackstone", - "pblstoneb": "polished_blackstone", - "pblstonebl": "polished_blackstone", - "pblstoneblock": "polished_blackstone", - "polishedblackstone": "polished_blackstone", - "polishedblackstoneb": "polished_blackstone", - "polishedblackstonebl": "polished_blackstone", - "polishedblackstoneblock": "polished_blackstone", - "polishedblst": "polished_blackstone", - "polishedblstb": "polished_blackstone", - "polishedblstbl": "polished_blackstone", - "polishedblstblock": "polished_blackstone", - "polishedblstone": "polished_blackstone", - "polishedblstoneb": "polished_blackstone", - "polishedblstonebl": "polished_blackstone", - "polishedblstoneblock": "polished_blackstone", - "polished_blackstone_brick_slab": { - "material": "POLISHED_BLACKSTONE_BRICK_SLAB" - }, - "minecraft:polished_blackstone_brick_slab": "polished_blackstone_brick_slab", - "pblackstonebrickhalfblock": "polished_blackstone_brick_slab", - "pblackstonebrickstep": "polished_blackstone_brick_slab", - "pblstbrhalfblock": "polished_blackstone_brick_slab", - "pblstbrickhalfblock": "polished_blackstone_brick_slab", - "pblstbrickstep": "polished_blackstone_brick_slab", - "pblstbrstep": "polished_blackstone_brick_slab", - "pblstonebrhalfblock": "polished_blackstone_brick_slab", - "pblstonebrickhalfblock": "polished_blackstone_brick_slab", - "pblstonebrickstep": "polished_blackstone_brick_slab", - "pblstonebrstep": "polished_blackstone_brick_slab", - "polishedblackstonebrickhalfblock": "polished_blackstone_brick_slab", - "polishedblackstonebrickslab": "polished_blackstone_brick_slab", - "polishedblackstonebrickstep": "polished_blackstone_brick_slab", - "polishedblstbrhalfblock": "polished_blackstone_brick_slab", - "polishedblstbrickhalfblock": "polished_blackstone_brick_slab", - "polishedblstbrickstep": "polished_blackstone_brick_slab", - "polishedblstbrstep": "polished_blackstone_brick_slab", - "polishedblstonebrhalfblock": "polished_blackstone_brick_slab", - "polishedblstonebrickhalfblock": "polished_blackstone_brick_slab", - "polishedblstonebrickstep": "polished_blackstone_brick_slab", - "polishedblstonebrstep": "polished_blackstone_brick_slab", - "polished_blackstone_brick_stairs": { - "material": "POLISHED_BLACKSTONE_BRICK_STAIRS" - }, - "minecraft:polished_blackstone_brick_stairs": "polished_blackstone_brick_stairs", - "pblackstonebrickstair": "polished_blackstone_brick_stairs", - "pblackstonebrickstairs": "polished_blackstone_brick_stairs", - "pblstbrickstair": "polished_blackstone_brick_stairs", - "pblstbrickstairs": "polished_blackstone_brick_stairs", - "pblstbrstair": "polished_blackstone_brick_stairs", - "pblstbrstairs": "polished_blackstone_brick_stairs", - "pblstonebrickstair": "polished_blackstone_brick_stairs", - "pblstonebrickstairs": "polished_blackstone_brick_stairs", - "pblstonebrstair": "polished_blackstone_brick_stairs", - "pblstonebrstairs": "polished_blackstone_brick_stairs", - "polishedblackstonebrickstair": "polished_blackstone_brick_stairs", - "polishedblackstonebrickstairs": "polished_blackstone_brick_stairs", - "polishedblstbrickstair": "polished_blackstone_brick_stairs", - "polishedblstbrickstairs": "polished_blackstone_brick_stairs", - "polishedblstbrstair": "polished_blackstone_brick_stairs", - "polishedblstbrstairs": "polished_blackstone_brick_stairs", - "polishedblstonebrickstair": "polished_blackstone_brick_stairs", - "polishedblstonebrickstairs": "polished_blackstone_brick_stairs", - "polishedblstonebrstair": "polished_blackstone_brick_stairs", - "polishedblstonebrstairs": "polished_blackstone_brick_stairs", - "polished_blackstone_brick_wall": { - "material": "POLISHED_BLACKSTONE_BRICK_WALL" - }, - "minecraft:polished_blackstone_brick_wall": "polished_blackstone_brick_wall", - "pblackstonebrickwall": "polished_blackstone_brick_wall", - "pblstbrickwall": "polished_blackstone_brick_wall", - "pblstbrwall": "polished_blackstone_brick_wall", - "pblstonebrickwall": "polished_blackstone_brick_wall", - "pblstonebrwall": "polished_blackstone_brick_wall", - "polishedblackstonebrickwall": "polished_blackstone_brick_wall", - "polishedblstbrickwall": "polished_blackstone_brick_wall", - "polishedblstbrwall": "polished_blackstone_brick_wall", - "polishedblstonebrickwall": "polished_blackstone_brick_wall", - "polishedblstonebrwall": "polished_blackstone_brick_wall", - "wallpblackstonebrick": "polished_blackstone_brick_wall", - "wallpblstbr": "polished_blackstone_brick_wall", - "wallpblstbrick": "polished_blackstone_brick_wall", - "wallpblstonebr": "polished_blackstone_brick_wall", - "wallpblstonebrick": "polished_blackstone_brick_wall", - "wallpolishedblackstonebrick": "polished_blackstone_brick_wall", - "wallpolishedblstbr": "polished_blackstone_brick_wall", - "wallpolishedblstbrick": "polished_blackstone_brick_wall", - "wallpolishedblstonebr": "polished_blackstone_brick_wall", - "wallpolishedblstonebrick": "polished_blackstone_brick_wall", - "polished_blackstone_bricks": { - "material": "POLISHED_BLACKSTONE_BRICKS" - }, - "minecraft:polished_blackstone_bricks": "polished_blackstone_bricks", - "pblackstonebrick": "polished_blackstone_bricks", - "pblstbr": "polished_blackstone_bricks", - "pblstbrick": "polished_blackstone_bricks", - "pblstonebr": "polished_blackstone_bricks", - "pblstonebrick": "polished_blackstone_bricks", - "polishedblackstonebrick": "polished_blackstone_bricks", - "polishedblackstonebricks": "polished_blackstone_bricks", - "polishedblstbr": "polished_blackstone_bricks", - "polishedblstbrick": "polished_blackstone_bricks", - "polishedblstonebr": "polished_blackstone_bricks", - "polishedblstonebrick": "polished_blackstone_bricks", - "polished_blackstone_button": { - "material": "POLISHED_BLACKSTONE_BUTTON" - }, - "buttonpblackstone": "polished_blackstone_button", - "buttonpblst": "polished_blackstone_button", - "buttonpblstone": "polished_blackstone_button", - "buttonpolishedblackstone": "polished_blackstone_button", - "buttonpolishedblst": "polished_blackstone_button", - "buttonpolishedblstone": "polished_blackstone_button", - "minecraft:polished_blackstone_button": "polished_blackstone_button", - "pblackstonebutton": "polished_blackstone_button", - "pblstbutton": "polished_blackstone_button", - "pblstonebutton": "polished_blackstone_button", - "polishedblackstonebutton": "polished_blackstone_button", - "polishedblstbutton": "polished_blackstone_button", - "polishedblstonebutton": "polished_blackstone_button", - "polished_blackstone_pressure_plate": { - "material": "POLISHED_BLACKSTONE_PRESSURE_PLATE" - }, - "minecraft:polished_blackstone_pressure_plate": "polished_blackstone_pressure_plate", - "pblackstoneplate": "polished_blackstone_pressure_plate", - "pblackstonepplate": "polished_blackstone_pressure_plate", - "pblackstonepressplate": "polished_blackstone_pressure_plate", - "pblackstonepressureplate": "polished_blackstone_pressure_plate", - "pblstoneplate": "polished_blackstone_pressure_plate", - "pblstonepplate": "polished_blackstone_pressure_plate", - "pblstonepressplate": "polished_blackstone_pressure_plate", - "pblstonepressureplate": "polished_blackstone_pressure_plate", - "pblstplate": "polished_blackstone_pressure_plate", - "pblstpplate": "polished_blackstone_pressure_plate", - "pblstpressplate": "polished_blackstone_pressure_plate", - "pblstpressureplate": "polished_blackstone_pressure_plate", - "platepblackstone": "polished_blackstone_pressure_plate", - "platepblst": "polished_blackstone_pressure_plate", - "platepblstone": "polished_blackstone_pressure_plate", - "platepolishedblackstone": "polished_blackstone_pressure_plate", - "platepolishedblst": "polished_blackstone_pressure_plate", - "platepolishedblstone": "polished_blackstone_pressure_plate", - "polishedblackstoneplate": "polished_blackstone_pressure_plate", - "polishedblackstonepplate": "polished_blackstone_pressure_plate", - "polishedblackstonepressplate": "polished_blackstone_pressure_plate", - "polishedblackstonepressureplate": "polished_blackstone_pressure_plate", - "polishedblstoneplate": "polished_blackstone_pressure_plate", - "polishedblstonepplate": "polished_blackstone_pressure_plate", - "polishedblstonepressplate": "polished_blackstone_pressure_plate", - "polishedblstonepressureplate": "polished_blackstone_pressure_plate", - "polishedblstplate": "polished_blackstone_pressure_plate", - "polishedblstpplate": "polished_blackstone_pressure_plate", - "polishedblstpressplate": "polished_blackstone_pressure_plate", - "polishedblstpressureplate": "polished_blackstone_pressure_plate", - "polished_blackstone_slab": { - "material": "POLISHED_BLACKSTONE_SLAB" - }, - "minecraft:polished_blackstone_slab": "polished_blackstone_slab", - "pblackstonehalfblock": "polished_blackstone_slab", - "pblackstonestep": "polished_blackstone_slab", - "pblsthalfblock": "polished_blackstone_slab", - "pblstonehalfblock": "polished_blackstone_slab", - "pblstonestep": "polished_blackstone_slab", - "pblststep": "polished_blackstone_slab", - "polishedblackstonehalfblock": "polished_blackstone_slab", - "polishedblackstoneslab": "polished_blackstone_slab", - "polishedblackstonestep": "polished_blackstone_slab", - "polishedblsthalfblock": "polished_blackstone_slab", - "polishedblstonehalfblock": "polished_blackstone_slab", - "polishedblstonestep": "polished_blackstone_slab", - "polishedblststep": "polished_blackstone_slab", - "polished_blackstone_stairs": { - "material": "POLISHED_BLACKSTONE_STAIRS" - }, - "minecraft:polished_blackstone_stairs": "polished_blackstone_stairs", - "pblackstonestair": "polished_blackstone_stairs", - "pblackstonestairs": "polished_blackstone_stairs", - "pblstonestair": "polished_blackstone_stairs", - "pblstonestairs": "polished_blackstone_stairs", - "pblststair": "polished_blackstone_stairs", - "pblststairs": "polished_blackstone_stairs", - "polishedblackstonestair": "polished_blackstone_stairs", - "polishedblackstonestairs": "polished_blackstone_stairs", - "polishedblstonestair": "polished_blackstone_stairs", - "polishedblstonestairs": "polished_blackstone_stairs", - "polishedblststair": "polished_blackstone_stairs", - "polishedblststairs": "polished_blackstone_stairs", - "polished_blackstone_wall": { - "material": "POLISHED_BLACKSTONE_WALL" - }, - "minecraft:polished_blackstone_wall": "polished_blackstone_wall", - "pblackstonewall": "polished_blackstone_wall", - "pblstonewall": "polished_blackstone_wall", - "pblstwall": "polished_blackstone_wall", - "polishedblackstonewall": "polished_blackstone_wall", - "polishedblstonewall": "polished_blackstone_wall", - "polishedblstwall": "polished_blackstone_wall", - "wallpblackstone": "polished_blackstone_wall", - "wallpblst": "polished_blackstone_wall", - "wallpblstone": "polished_blackstone_wall", - "wallpolishedblackstone": "polished_blackstone_wall", - "wallpolishedblst": "polished_blackstone_wall", - "wallpolishedblstone": "polished_blackstone_wall", - "polished_deepslate": { - "material": "POLISHED_DEEPSLATE" - }, - "minecraft:polished_deepslate": "polished_deepslate", - "pdeepslate": "polished_deepslate", - "pdeepslateb": "polished_deepslate", - "pdeepslatebl": "polished_deepslate", - "pdeepslateblock": "polished_deepslate", - "pdslate": "polished_deepslate", - "pdslateb": "polished_deepslate", - "pdslatebl": "polished_deepslate", - "pdslateblock": "polished_deepslate", - "polisheddeepslate": "polished_deepslate", - "polisheddeepslateb": "polished_deepslate", - "polisheddeepslatebl": "polished_deepslate", - "polisheddeepslateblock": "polished_deepslate", - "polisheddslate": "polished_deepslate", - "polisheddslateb": "polished_deepslate", - "polisheddslatebl": "polished_deepslate", - "polisheddslateblock": "polished_deepslate", - "polishedslate": "polished_deepslate", - "polishedslateb": "polished_deepslate", - "polishedslatebl": "polished_deepslate", - "polishedslateblock": "polished_deepslate", - "pslate": "polished_deepslate", - "pslateb": "polished_deepslate", - "pslatebl": "polished_deepslate", - "pslateblock": "polished_deepslate", - "polished_deepslate_slab": { - "material": "POLISHED_DEEPSLATE_SLAB" - }, - "minecraft:polished_deepslate_slab": "polished_deepslate_slab", - "pdeepslatehalfblock": "polished_deepslate_slab", - "pdeepslatestep": "polished_deepslate_slab", - "pdslatehalfblock": "polished_deepslate_slab", - "pdslatestep": "polished_deepslate_slab", - "polisheddeepslatehalfblock": "polished_deepslate_slab", - "polisheddeepslateslab": "polished_deepslate_slab", - "polisheddeepslatestep": "polished_deepslate_slab", - "polisheddslatehalfblock": "polished_deepslate_slab", - "polisheddslatestep": "polished_deepslate_slab", - "polishedslatehalfblock": "polished_deepslate_slab", - "polishedslatestep": "polished_deepslate_slab", - "pslatehalfblock": "polished_deepslate_slab", - "pslatestep": "polished_deepslate_slab", - "polished_deepslate_stairs": { - "material": "POLISHED_DEEPSLATE_STAIRS" - }, - "minecraft:polished_deepslate_stairs": "polished_deepslate_stairs", - "pdeepslatestair": "polished_deepslate_stairs", - "pdeepslatestairs": "polished_deepslate_stairs", - "pdslatestair": "polished_deepslate_stairs", - "pdslatestairs": "polished_deepslate_stairs", - "polisheddeepslatestair": "polished_deepslate_stairs", - "polisheddeepslatestairs": "polished_deepslate_stairs", - "polisheddslatestair": "polished_deepslate_stairs", - "polisheddslatestairs": "polished_deepslate_stairs", - "polishedslatestair": "polished_deepslate_stairs", - "polishedslatestairs": "polished_deepslate_stairs", - "pslatestair": "polished_deepslate_stairs", - "pslatestairs": "polished_deepslate_stairs", - "polished_deepslate_wall": { - "material": "POLISHED_DEEPSLATE_WALL" - }, - "minecraft:polished_deepslate_wall": "polished_deepslate_wall", - "pdeepslatewall": "polished_deepslate_wall", - "pdslatewall": "polished_deepslate_wall", - "polisheddeepslatewall": "polished_deepslate_wall", - "polisheddslatewall": "polished_deepslate_wall", - "polishedslatewall": "polished_deepslate_wall", - "pslatewall": "polished_deepslate_wall", - "wallpdeepslate": "polished_deepslate_wall", - "wallpdslate": "polished_deepslate_wall", - "wallpolisheddeepslate": "polished_deepslate_wall", - "wallpolisheddslate": "polished_deepslate_wall", - "wallpolishedslate": "polished_deepslate_wall", - "wallpslate": "polished_deepslate_wall", - "polished_diorite": { - "material": "POLISHED_DIORITE" - }, - "minecraft:polished_diorite": "polished_diorite", - "pdi": "polished_diorite", - "pdib": "polished_diorite", - "pdibl": "polished_diorite", - "pdiblock": "polished_diorite", - "pdiorite": "polished_diorite", - "pdioriteb": "polished_diorite", - "pdioritebl": "polished_diorite", - "pdioriteblock": "polished_diorite", - "pdstone": "polished_diorite", - "pdstoneb": "polished_diorite", - "pdstonebl": "polished_diorite", - "pdstoneblock": "polished_diorite", - "polisheddi": "polished_diorite", - "polisheddib": "polished_diorite", - "polisheddibl": "polished_diorite", - "polisheddiblock": "polished_diorite", - "polisheddiorite": "polished_diorite", - "polisheddioriteb": "polished_diorite", - "polisheddioritebl": "polished_diorite", - "polisheddioriteblock": "polished_diorite", - "polisheddstone": "polished_diorite", - "polisheddstoneb": "polished_diorite", - "polisheddstonebl": "polished_diorite", - "polisheddstoneblock": "polished_diorite", - "polished_diorite_slab": { - "material": "POLISHED_DIORITE_SLAB" - }, - "minecraft:polished_diorite_slab": "polished_diorite_slab", - "pdihalfblock": "polished_diorite_slab", - "pdioritehalfblock": "polished_diorite_slab", - "pdioritestep": "polished_diorite_slab", - "pdistep": "polished_diorite_slab", - "pdstonehalfblock": "polished_diorite_slab", - "pdstonestep": "polished_diorite_slab", - "polisheddihalfblock": "polished_diorite_slab", - "polisheddioritehalfblock": "polished_diorite_slab", - "polisheddioriteslab": "polished_diorite_slab", - "polisheddioritestep": "polished_diorite_slab", - "polisheddistep": "polished_diorite_slab", - "polisheddstonehalfblock": "polished_diorite_slab", - "polisheddstonestep": "polished_diorite_slab", - "polished_diorite_stairs": { - "material": "POLISHED_DIORITE_STAIRS" - }, - "minecraft:polished_diorite_stairs": "polished_diorite_stairs", - "pdioritestair": "polished_diorite_stairs", - "pdioritestairs": "polished_diorite_stairs", - "pdistair": "polished_diorite_stairs", - "pdistairs": "polished_diorite_stairs", - "pdstonestair": "polished_diorite_stairs", - "pdstonestairs": "polished_diorite_stairs", - "polisheddioritestair": "polished_diorite_stairs", - "polisheddioritestairs": "polished_diorite_stairs", - "polisheddistair": "polished_diorite_stairs", - "polisheddistairs": "polished_diorite_stairs", - "polisheddstonestair": "polished_diorite_stairs", - "polisheddstonestairs": "polished_diorite_stairs", - "polished_granite": { - "material": "POLISHED_GRANITE" - }, - "minecraft:polished_granite": "polished_granite", - "pgr": "polished_granite", - "pgranite": "polished_granite", - "pgraniteb": "polished_granite", - "pgranitebl": "polished_granite", - "pgraniteblock": "polished_granite", - "pgrb": "polished_granite", - "pgrbl": "polished_granite", - "pgrblock": "polished_granite", - "pgstone": "polished_granite", - "pgstoneb": "polished_granite", - "pgstonebl": "polished_granite", - "pgstoneblock": "polished_granite", - "polishedgr": "polished_granite", - "polishedgranite": "polished_granite", - "polishedgraniteb": "polished_granite", - "polishedgranitebl": "polished_granite", - "polishedgraniteblock": "polished_granite", - "polishedgrb": "polished_granite", - "polishedgrbl": "polished_granite", - "polishedgrblock": "polished_granite", - "polishedgstone": "polished_granite", - "polishedgstoneb": "polished_granite", - "polishedgstonebl": "polished_granite", - "polishedgstoneblock": "polished_granite", - "polished_granite_slab": { - "material": "POLISHED_GRANITE_SLAB" - }, - "minecraft:polished_granite_slab": "polished_granite_slab", - "pgranitehalfblock": "polished_granite_slab", - "pgranitestep": "polished_granite_slab", - "pgrhalfblock": "polished_granite_slab", - "pgrstep": "polished_granite_slab", - "pgstonehalfblock": "polished_granite_slab", - "pgstonestep": "polished_granite_slab", - "polishedgranitehalfblock": "polished_granite_slab", - "polishedgraniteslab": "polished_granite_slab", - "polishedgranitestep": "polished_granite_slab", - "polishedgrhalfblock": "polished_granite_slab", - "polishedgrstep": "polished_granite_slab", - "polishedgstonehalfblock": "polished_granite_slab", - "polishedgstonestep": "polished_granite_slab", - "polished_granite_stairs": { - "material": "POLISHED_GRANITE_STAIRS" - }, - "minecraft:polished_granite_stairs": "polished_granite_stairs", - "pgranitestair": "polished_granite_stairs", - "pgranitestairs": "polished_granite_stairs", - "pgrstair": "polished_granite_stairs", - "pgrstairs": "polished_granite_stairs", - "pgstonestair": "polished_granite_stairs", - "pgstonestairs": "polished_granite_stairs", - "polishedgranitestair": "polished_granite_stairs", - "polishedgranitestairs": "polished_granite_stairs", - "polishedgrstair": "polished_granite_stairs", - "polishedgrstairs": "polished_granite_stairs", - "polishedgstonestair": "polished_granite_stairs", - "polishedgstonestairs": "polished_granite_stairs", - "popped_chorus_fruit": { - "material": "POPPED_CHORUS_FRUIT" - }, - "minecraft:popped_chorus_fruit": "popped_chorus_fruit", - "poppedchorusfruit": "popped_chorus_fruit", - "poppy": { - "material": "POPPY" - }, - "minecraft:poppy": "poppy", - "porkchop": { - "material": "PORKCHOP" - }, - "minecraft:porkchop": "porkchop", - "plainpork": "porkchop", - "plainporkchop": "porkchop", - "pork": "porkchop", - "rapork": "porkchop", - "raporkchop": "porkchop", - "rawpork": "porkchop", - "rawporkchop": "porkchop", - "uncookedpork": "porkchop", - "uncookedporkchop": "porkchop", - "potato": { - "material": "POTATO" - }, - "minecraft:potato": "potato", - "potion": { - "material": "POTION" - }, - "minecraft:potion": "potion", - "powder_snow_bucket": { - "material": "POWDER_SNOW_BUCKET" - }, - "minecraft:powder_snow_bucket": "powder_snow_bucket", - "powdersnowbucket": "powder_snow_bucket", - "powered_rail": { - "material": "POWERED_RAIL" - }, - "boosterrail": "powered_rail", - "boosterrails": "powered_rail", - "boostertrack": "powered_rail", - "boostrail": "powered_rail", - "boostrails": "powered_rail", - "boosttrack": "powered_rail", - "brail": "powered_rail", - "brails": "powered_rail", - "btrack": "powered_rail", - "minecraft:powered_rail": "powered_rail", - "poweredrail": "powered_rail", - "poweredrails": "powered_rail", - "poweredtrack": "powered_rail", - "powerrail": "powered_rail", - "powerrails": "powered_rail", - "powertrack": "powered_rail", - "powrail": "powered_rail", - "powrails": "powered_rail", - "powtrack": "powered_rail", - "prail": "powered_rail", - "prails": "powered_rail", - "ptrack": "powered_rail", - "pwrrail": "powered_rail", - "pwrrails": "powered_rail", - "pwrtrack": "powered_rail", - "prismarine": { - "material": "PRISMARINE" - }, - "minecraft:prismarine": "prismarine", - "pris": "prismarine", - "prisblock": "prismarine", - "prismarineblock": "prismarine", - "sea": "prismarine", - "seablock": "prismarine", - "prismarine_brick_slab": { - "material": "PRISMARINE_BRICK_SLAB" - }, - "minecraft:prismarine_brick_slab": "prismarine_brick_slab", - "prisbricksl": "prismarine_brick_slab", - "prisbrickslab": "prismarine_brick_slab", - "prisbrickssl": "prismarine_brick_slab", - "prisbricksslab": "prismarine_brick_slab", - "prisbrsl": "prismarine_brick_slab", - "prisbrslab": "prismarine_brick_slab", - "prismarine_bricksl": "prismarine_brick_slab", - "prismarine_brickslab": "prismarine_brick_slab", - "prismarinebricksl": "prismarine_brick_slab", - "prismarinebrickslab": "prismarine_brick_slab", - "prismarinebrickssl": "prismarine_brick_slab", - "prismarinebricksslab": "prismarine_brick_slab", - "prismarinebrsl": "prismarine_brick_slab", - "prismarinebrslab": "prismarine_brick_slab", - "seabricksl": "prismarine_brick_slab", - "seabrickslab": "prismarine_brick_slab", - "seabrickssl": "prismarine_brick_slab", - "seabricksslab": "prismarine_brick_slab", - "seabrsl": "prismarine_brick_slab", - "seabrslab": "prismarine_brick_slab", - "prismarine_brick_stairs": { - "material": "PRISMARINE_BRICK_STAIRS" - }, - "minecraft:prismarine_brick_stairs": "prismarine_brick_stairs", - "prisbricksst": "prismarine_brick_stairs", - "prisbricksstair": "prismarine_brick_stairs", - "prisbricksstairs": "prismarine_brick_stairs", - "prisbrickst": "prismarine_brick_stairs", - "prisbrickstair": "prismarine_brick_stairs", - "prisbrickstairs": "prismarine_brick_stairs", - "prisbrst": "prismarine_brick_stairs", - "prisbrstair": "prismarine_brick_stairs", - "prisbrstairs": "prismarine_brick_stairs", - "prismarine_brickst": "prismarine_brick_stairs", - "prismarine_brickstair": "prismarine_brick_stairs", - "prismarine_brickstairs": "prismarine_brick_stairs", - "prismarinebricksst": "prismarine_brick_stairs", - "prismarinebricksstair": "prismarine_brick_stairs", - "prismarinebricksstairs": "prismarine_brick_stairs", - "prismarinebrickst": "prismarine_brick_stairs", - "prismarinebrickstair": "prismarine_brick_stairs", - "prismarinebrickstairs": "prismarine_brick_stairs", - "prismarinebrst": "prismarine_brick_stairs", - "prismarinebrstair": "prismarine_brick_stairs", - "prismarinebrstairs": "prismarine_brick_stairs", - "seabricksst": "prismarine_brick_stairs", - "seabricksstair": "prismarine_brick_stairs", - "seabricksstairs": "prismarine_brick_stairs", - "seabrickst": "prismarine_brick_stairs", - "seabrickstair": "prismarine_brick_stairs", - "seabrickstairs": "prismarine_brick_stairs", - "seabrst": "prismarine_brick_stairs", - "seabrstair": "prismarine_brick_stairs", - "seabrstairs": "prismarine_brick_stairs", - "prismarine_bricks": { - "material": "PRISMARINE_BRICKS" - }, - "minecraft:prismarine_bricks": "prismarine_bricks", - "prisbr": "prismarine_bricks", - "prisbrick": "prismarine_bricks", - "prisbricks": "prismarine_bricks", - "prismarine_brick": "prismarine_bricks", - "prismarinebr": "prismarine_bricks", - "prismarinebrick": "prismarine_bricks", - "prismarinebricks": "prismarine_bricks", - "seabr": "prismarine_bricks", - "seabrick": "prismarine_bricks", - "seabricks": "prismarine_bricks", - "prismarine_crystals": { - "material": "PRISMARINE_CRYSTALS" - }, - "minecraft:prismarine_crystals": "prismarine_crystals", - "priscrystal": "prismarine_crystals", - "priscrystals": "prismarine_crystals", - "prismarinecrystal": "prismarine_crystals", - "prismarinecrystals": "prismarine_crystals", - "seacrystal": "prismarine_crystals", - "seacrystals": "prismarine_crystals", - "prismarine_shard": { - "material": "PRISMARINE_SHARD" - }, - "minecraft:prismarine_shard": "prismarine_shard", - "prisfragment": "prismarine_shard", - "prismarinefragment": "prismarine_shard", - "prismarineshard": "prismarine_shard", - "prisshard": "prismarine_shard", - "seafragment": "prismarine_shard", - "seashard": "prismarine_shard", - "prismarine_slab": { - "material": "PRISMARINE_SLAB" - }, - "minecraft:prismarine_slab": "prismarine_slab", - "prismarinesl": "prismarine_slab", - "prismarineslab": "prismarine_slab", - "prissl": "prismarine_slab", - "prisslab": "prismarine_slab", - "seasl": "prismarine_slab", - "seaslab": "prismarine_slab", - "prismarine_stairs": { - "material": "PRISMARINE_STAIRS" - }, - "minecraft:prismarine_stairs": "prismarine_stairs", - "prismarinest": "prismarine_stairs", - "prismarinestair": "prismarine_stairs", - "prismarinestairs": "prismarine_stairs", - "prisst": "prismarine_stairs", - "prisstair": "prismarine_stairs", - "prisstairs": "prismarine_stairs", - "seast": "prismarine_stairs", - "seastair": "prismarine_stairs", - "seastairs": "prismarine_stairs", - "prismarine_wall": { - "material": "PRISMARINE_WALL" - }, - "minecraft:prismarine_wall": "prismarine_wall", - "prismarinewall": "prismarine_wall", - "pufferfish": { - "material": "PUFFERFISH" - }, - "fishp": "pufferfish", - "fishpuff": "pufferfish", - "minecraft:pufferfish": "pufferfish", - "pfish": "pufferfish", - "plainfishp": "pufferfish", - "plainfishpuff": "pufferfish", - "plainpfish": "pufferfish", - "plainpufferfish": "pufferfish", - "plainpufffish": "pufferfish", - "pufffish": "pufferfish", - "rafishp": "pufferfish", - "rafishpuff": "pufferfish", - "rapfish": "pufferfish", - "rapufferfish": "pufferfish", - "rapufffish": "pufferfish", - "rawfishp": "pufferfish", - "rawfishpuff": "pufferfish", - "rawpfish": "pufferfish", - "rawpufferfish": "pufferfish", - "rawpufffish": "pufferfish", - "uncookedfishp": "pufferfish", - "uncookedfishpuff": "pufferfish", - "uncookedpfish": "pufferfish", - "uncookedpufferfish": "pufferfish", - "uncookedpufffish": "pufferfish", - "pufferfish_bucket": { - "material": "PUFFERFISH_BUCKET" - }, - "bucketopfish": "pufferfish_bucket", - "bucketopuffer": "pufferfish_bucket", - "bucketopufferfish": "pufferfish_bucket", - "minecraft:pufferfish_bucket": "pufferfish_bucket", - "pfishbucket": "pufferfish_bucket", - "pfishbukkit": "pufferfish_bucket", - "pfishpail": "pufferfish_bucket", - "pufferbucket": "pufferfish_bucket", - "pufferbukkit": "pufferfish_bucket", - "pufferfishbucket": "pufferfish_bucket", - "pufferfishbukkit": "pufferfish_bucket", - "pufferfishpail": "pufferfish_bucket", - "pufferpail": "pufferfish_bucket", - "pufferfish_spawn_egg": { - "material": "PUFFERFISH_SPAWN_EGG" - }, - "eggpfish": "pufferfish_spawn_egg", - "eggpuffer": "pufferfish_spawn_egg", - "eggpufferfish": "pufferfish_spawn_egg", - "minecraft:pufferfish_spawn_egg": "pufferfish_spawn_egg", - "pfishegg": "pufferfish_spawn_egg", - "pfishsegg": "pufferfish_spawn_egg", - "pfishspawn": "pufferfish_spawn_egg", - "pfishspawnegg": "pufferfish_spawn_egg", - "pufferegg": "pufferfish_spawn_egg", - "pufferfishegg": "pufferfish_spawn_egg", - "pufferfishsegg": "pufferfish_spawn_egg", - "pufferfishspawn": "pufferfish_spawn_egg", - "pufferfishspawnegg": "pufferfish_spawn_egg", - "puffersegg": "pufferfish_spawn_egg", - "pufferspawn": "pufferfish_spawn_egg", - "pufferspawnegg": "pufferfish_spawn_egg", - "seggpfish": "pufferfish_spawn_egg", - "seggpuffer": "pufferfish_spawn_egg", - "seggpufferfish": "pufferfish_spawn_egg", - "spawneggpfish": "pufferfish_spawn_egg", - "spawneggpuffer": "pufferfish_spawn_egg", - "spawneggpufferfish": "pufferfish_spawn_egg", - "spawnpfish": "pufferfish_spawn_egg", - "spawnpuffer": "pufferfish_spawn_egg", - "spawnpufferfish": "pufferfish_spawn_egg", - "pufferfish_spawner": { - "entity": "PUFFERFISH", - "material": "SPAWNER" - }, - "pfishcage": "pufferfish_spawner", - "pfishmcage": "pufferfish_spawner", - "pfishmobcage": "pufferfish_spawner", - "pfishmobspawner": "pufferfish_spawner", - "pfishmonstercage": "pufferfish_spawner", - "pfishmonsterspawner": "pufferfish_spawner", - "pfishmspawner": "pufferfish_spawner", - "pfishspawner": "pufferfish_spawner", - "puffercage": "pufferfish_spawner", - "pufferfishcage": "pufferfish_spawner", - "pufferfishmcage": "pufferfish_spawner", - "pufferfishmobcage": "pufferfish_spawner", - "pufferfishmobspawner": "pufferfish_spawner", - "pufferfishmonstercage": "pufferfish_spawner", - "pufferfishmonsterspawner": "pufferfish_spawner", - "pufferfishmspawner": "pufferfish_spawner", - "pufferfishspawner": "pufferfish_spawner", - "puffermcage": "pufferfish_spawner", - "puffermobcage": "pufferfish_spawner", - "puffermobspawner": "pufferfish_spawner", - "puffermonstercage": "pufferfish_spawner", - "puffermonsterspawner": "pufferfish_spawner", - "puffermspawner": "pufferfish_spawner", - "pufferspawner": "pufferfish_spawner", - "pumpkin": { - "material": "PUMPKIN" - }, - "minecraft:pumpkin": "pumpkin", - "pumpkin_pie": { - "material": "PUMPKIN_PIE" - }, - "minecraft:pumpkin_pie": "pumpkin_pie", - "pumpkinpie": "pumpkin_pie", - "pumpkin_seeds": { - "material": "PUMPKIN_SEEDS" - }, - "minecraft:pumpkin_seeds": "pumpkin_seeds", - "pumpkinseeds": "pumpkin_seeds", - "purple_banner": { - "material": "PURPLE_BANNER" - }, - "minecraft:purple_banner": "purple_banner", - "pubanner": "purple_banner", - "purplebanner": "purple_banner", - "purple_bed": { - "material": "PURPLE_BED" - }, - "minecraft:purple_bed": "purple_bed", - "pubed": "purple_bed", - "purplebed": "purple_bed", - "purple_candle": { - "material": "PURPLE_CANDLE" - }, - "minecraft:purple_candle": "purple_candle", - "pucandle": "purple_candle", - "purplecandle": "purple_candle", - "purple_carpet": { - "material": "PURPLE_CARPET" - }, - "minecraft:purple_carpet": "purple_carpet", - "pucarpet": "purple_carpet", - "pufloor": "purple_carpet", - "purplecarpet": "purple_carpet", - "purplefloor": "purple_carpet", - "purple_concrete": { - "material": "PURPLE_CONCRETE" - }, - "minecraft:purple_concrete": "purple_concrete", - "puconcrete": "purple_concrete", - "purpleconcrete": "purple_concrete", - "purple_concrete_powder": { - "material": "PURPLE_CONCRETE_POWDER" - }, - "minecraft:purple_concrete_powder": "purple_concrete_powder", - "pucdust": "purple_concrete_powder", - "puconcretepowder": "purple_concrete_powder", - "puconcretesand": "purple_concrete_powder", - "pucp": "purple_concrete_powder", - "pucpowder": "purple_concrete_powder", - "purplecdust": "purple_concrete_powder", - "purpleconcretepowder": "purple_concrete_powder", - "purpleconcretesand": "purple_concrete_powder", - "purplecp": "purple_concrete_powder", - "purplecpowder": "purple_concrete_powder", - "purple_dye": { - "material": "PURPLE_DYE" - }, - "minecraft:purple_dye": "purple_dye", - "pudye": "purple_dye", - "purpledye": "purple_dye", - "purple_glazed_terracotta": { - "material": "PURPLE_GLAZED_TERRACOTTA" - }, - "minecraft:purple_glazed_terracotta": "purple_glazed_terracotta", - "puglazedtcota": "purple_glazed_terracotta", - "puglazedterra": "purple_glazed_terracotta", - "puglazedterracota": "purple_glazed_terracotta", - "puglazedterracotta": "purple_glazed_terracotta", - "pugtcotta": "purple_glazed_terracotta", - "pugterra": "purple_glazed_terracotta", - "purpleglazedtcota": "purple_glazed_terracotta", - "purpleglazedterra": "purple_glazed_terracotta", - "purpleglazedterracota": "purple_glazed_terracotta", - "purpleglazedterracotta": "purple_glazed_terracotta", - "purplegtcotta": "purple_glazed_terracotta", - "purplegterra": "purple_glazed_terracotta", - "purple_shulker_box": { - "material": "PURPLE_SHULKER_BOX" - }, - "minecraft:purple_shulker_box": "purple_shulker_box", - "purplesbox": "purple_shulker_box", - "purpleshulkerbox": "purple_shulker_box", - "pusbox": "purple_shulker_box", - "pushulkerbox": "purple_shulker_box", - "purple_stained_glass": { - "material": "PURPLE_STAINED_GLASS" - }, - "minecraft:purple_stained_glass": "purple_stained_glass", - "puglass": "purple_stained_glass", - "purpleglass": "purple_stained_glass", - "purplesglass": "purple_stained_glass", - "purplestainedglass": "purple_stained_glass", - "pusglass": "purple_stained_glass", - "pustainedglass": "purple_stained_glass", - "purple_stained_glass_pane": { - "material": "PURPLE_STAINED_GLASS_PANE" - }, - "minecraft:purple_stained_glass_pane": "purple_stained_glass_pane", - "puglasspane": "purple_stained_glass_pane", - "pugpane": "purple_stained_glass_pane", - "purpleglasspane": "purple_stained_glass_pane", - "purplegpane": "purple_stained_glass_pane", - "purplesglasspane": "purple_stained_glass_pane", - "purplestainedglasspane": "purple_stained_glass_pane", - "pusglasspane": "purple_stained_glass_pane", - "pustainedglasspane": "purple_stained_glass_pane", - "purple_terracotta": { - "material": "PURPLE_TERRACOTTA" - }, - "minecraft:purple_terracotta": "purple_terracotta", - "puclay": "purple_terracotta", - "purpleclay": "purple_terracotta", - "purplesclay": "purple_terracotta", - "purplestainedclay": "purple_terracotta", - "purpletcota": "purple_terracotta", - "purpleterra": "purple_terracotta", - "purpleterracota": "purple_terracotta", - "purpleterracotta": "purple_terracotta", - "pusclay": "purple_terracotta", - "pustainedclay": "purple_terracotta", - "putcota": "purple_terracotta", - "puterra": "purple_terracotta", - "puterracota": "purple_terracotta", - "puterracotta": "purple_terracotta", - "purple_wool": { - "material": "PURPLE_WOOL" - }, - "minecraft:purple_wool": "purple_wool", - "pucloth": "purple_wool", - "pucotton": "purple_wool", - "purplecloth": "purple_wool", - "purplecotton": "purple_wool", - "purplewool": "purple_wool", - "puwool": "purple_wool", - "purpur_block": { - "material": "PURPUR_BLOCK" - }, - "minecraft:purpur_block": "purpur_block", - "purpurblock": "purpur_block", - "purpur_pillar": { - "material": "PURPUR_PILLAR" - }, - "minecraft:purpur_pillar": "purpur_pillar", - "purpurpillar": "purpur_pillar", - "purpur_slab": { - "material": "PURPUR_SLAB" - }, - "minecraft:purpur_slab": "purpur_slab", - "purpurslab": "purpur_slab", - "purpur_stairs": { - "material": "PURPUR_STAIRS" - }, - "minecraft:purpur_stairs": "purpur_stairs", - "purpurstairs": "purpur_stairs", - "quartz": { - "material": "QUARTZ" - }, - "minecraft:quartz": "quartz", - "netherquartz": "quartz_block", - "nq": "quartz_block", - "q": "quartz_block", - "quar": "quartz_block", - "quartz_block": { - "material": "QUARTZ_BLOCK" - }, - "minecraft:quartz_block": "quartz_block", - "netherquartzb": "quartz_block", - "netherquartzbl": "quartz_block", - "netherquartzblock": "quartz_block", - "nqb": "quartz_block", - "nqbl": "quartz_block", - "nqblock": "quartz_block", - "qb": "quartz_block", - "qbl": "quartz_block", - "qblock": "quartz_block", - "quarb": "quartz_block", - "quarbl": "quartz_block", - "quarblock": "quartz_block", - "quartzb": "quartz_block", - "quartzbl": "quartz_block", - "quartzblock": "quartz_block", - "quartz_bricks": { - "material": "QUARTZ_BRICKS" - }, - "minecraft:quartz_bricks": "quartz_bricks", - "qbr": "quartz_bricks", - "qbrick": "quartz_bricks", - "qbricks": "quartz_bricks", - "quarbr": "quartz_bricks", - "quarbrick": "quartz_bricks", - "quarbricks": "quartz_bricks", - "quartzbr": "quartz_bricks", - "quartzbrick": "quartz_bricks", - "quartzbricks": "quartz_bricks", - "quartz_pillar": { - "material": "QUARTZ_PILLAR" - }, - "minecraft:quartz_pillar": "quartz_pillar", - "netherquartzpill": "quartz_pillar", - "netherquartzpillar": "quartz_pillar", - "nqpill": "quartz_pillar", - "nqpillar": "quartz_pillar", - "qpill": "quartz_pillar", - "qpillar": "quartz_pillar", - "quarpill": "quartz_pillar", - "quarpillar": "quartz_pillar", - "quartzpill": "quartz_pillar", - "quartzpillar": "quartz_pillar", - "quartz_slab": { - "material": "QUARTZ_SLAB" - }, - "minecraft:quartz_slab": "quartz_slab", - "netherquartzhalfblock": "quartz_slab", - "netherquartzstep": "quartz_slab", - "nqhalfblock": "quartz_slab", - "nqstep": "quartz_slab", - "qhalfblock": "quartz_slab", - "qstep": "quartz_slab", - "quarhalfblock": "quartz_slab", - "quarstep": "quartz_slab", - "quartzhalfblock": "quartz_slab", - "quartzslab": "quartz_slab", - "quartzstep": "quartz_slab", - "quartz_stairs": { - "material": "QUARTZ_STAIRS" - }, - "minecraft:quartz_stairs": "quartz_stairs", - "netherquartzstair": "quartz_stairs", - "netherquartzstairs": "quartz_stairs", - "nqstair": "quartz_stairs", - "nqstairs": "quartz_stairs", - "qstair": "quartz_stairs", - "qstairs": "quartz_stairs", - "quarstair": "quartz_stairs", - "quarstairs": "quartz_stairs", - "quartzstair": "quartz_stairs", - "quartzstairs": "quartz_stairs", - "rabbit": { - "material": "RABBIT" - }, - "hare": "rabbit", - "hasenpfeffer": "rabbit", - "minecraft:rabbit": "rabbit", - "plainhare": "rabbit", - "plainhasenpfeffer": "rabbit", - "plainrabbit": "rabbit", - "rahare": "rabbit", - "rahasenpfeffer": "rabbit", - "rarabbit": "rabbit", - "rawhare": "rabbit", - "rawhasenpfeffer": "rabbit", - "rawrabbit": "rabbit", - "uncookedhare": "rabbit", - "uncookedhasenpfeffer": "rabbit", - "uncookedrabbit": "rabbit", - "rabbit_foot": { - "material": "RABBIT_FOOT" - }, - "minecraft:rabbit_foot": "rabbit_foot", - "rabbitfoot": "rabbit_foot", - "rabbit_hide": { - "material": "RABBIT_HIDE" - }, - "harecoat": "rabbit_hide", - "harefur": "rabbit_hide", - "harehide": "rabbit_hide", - "hareskin": "rabbit_hide", - "hasenpfeffercoat": "rabbit_hide", - "hasenpfefferfur": "rabbit_hide", - "hasenpfefferhide": "rabbit_hide", - "hasenpfefferskin": "rabbit_hide", - "minecraft:rabbit_hide": "rabbit_hide", - "rabbitcoat": "rabbit_hide", - "rabbitfur": "rabbit_hide", - "rabbithide": "rabbit_hide", - "rabbitskin": "rabbit_hide", - "rabbit_spawn_egg": { - "material": "RABBIT_SPAWN_EGG" - }, - "eggrabbit": "rabbit_spawn_egg", - "minecraft:rabbit_spawn_egg": "rabbit_spawn_egg", - "rabbitegg": "rabbit_spawn_egg", - "rabbitsegg": "rabbit_spawn_egg", - "rabbitspawn": "rabbit_spawn_egg", - "rabbitspawnegg": "rabbit_spawn_egg", - "seggrabbit": "rabbit_spawn_egg", - "spawneggrabbit": "rabbit_spawn_egg", - "spawnrabbit": "rabbit_spawn_egg", - "rabbit_spawner": { - "entity": "RABBIT", - "material": "SPAWNER" - }, - "rabbitcage": "rabbit_spawner", - "rabbitmcage": "rabbit_spawner", - "rabbitmobcage": "rabbit_spawner", - "rabbitmobspawner": "rabbit_spawner", - "rabbitmonstercage": "rabbit_spawner", - "rabbitmonsterspawner": "rabbit_spawner", - "rabbitmspawner": "rabbit_spawner", - "rabbitspawner": "rabbit_spawner", - "rabbit_stew": { - "material": "RABBIT_STEW" - }, - "haresoup": "rabbit_stew", - "harestew": "rabbit_stew", - "hasenpfeffersoup": "rabbit_stew", - "hasenpfefferstew": "rabbit_stew", - "minecraft:rabbit_stew": "rabbit_stew", - "rabbitsoup": "rabbit_stew", - "rabbitstew": "rabbit_stew", - "rail": { - "material": "RAIL" - }, - "mcartrail": "rail", - "mcartrails": "rail", - "mcarttrack": "rail", - "mcrail": "rail", - "mcrails": "rail", - "mctrack": "rail", - "minecartrail": "rail", - "minecartrails": "rail", - "minecarttrack": "rail", - "minecraft:rail": "rail", - "rails": "rail", - "track": "rail", - "ravager_spawn_egg": { - "material": "RAVAGER_SPAWN_EGG" - }, - "eggravager": "ravager_spawn_egg", - "minecraft:ravager_spawn_egg": "ravager_spawn_egg", - "ravageregg": "ravager_spawn_egg", - "ravagersegg": "ravager_spawn_egg", - "ravagerspawn": "ravager_spawn_egg", - "ravagerspawnegg": "ravager_spawn_egg", - "seggravager": "ravager_spawn_egg", - "spawneggravager": "ravager_spawn_egg", - "spawnravager": "ravager_spawn_egg", - "ravager_spawner": { - "entity": "RAVAGER", - "material": "SPAWNER" - }, - "ravagercage": "ravager_spawner", - "ravagermcage": "ravager_spawner", - "ravagermobcage": "ravager_spawner", - "ravagermobspawner": "ravager_spawner", - "ravagermonstercage": "ravager_spawner", - "ravagermonsterspawner": "ravager_spawner", - "ravagermspawner": "ravager_spawner", - "ravagerspawner": "ravager_spawner", - "raw_copper": { - "material": "RAW_COPPER" - }, - "minecraft:raw_copper": "raw_copper", - "rawcopper": "raw_copper", - "raw_copper_block": { - "material": "RAW_COPPER_BLOCK" - }, - "coporechunkbl": "raw_copper_block", - "coporechunkblock": "raw_copper_block", - "copperorechunkbl": "raw_copper_block", - "copperorechunkblock": "raw_copper_block", - "copporechunkbl": "raw_copper_block", - "copporechunkblock": "raw_copper_block", - "minecraft:raw_copper_block": "raw_copper_block", - "rawcoporebl": "raw_copper_block", - "rawcoporeblock": "raw_copper_block", - "rawcopperblock": "raw_copper_block", - "rawcopperorebl": "raw_copper_block", - "rawcopperoreblock": "raw_copper_block", - "rawcopporebl": "raw_copper_block", - "rawcopporeblock": "raw_copper_block", - "rcoporebl": "raw_copper_block", - "rcoporeblock": "raw_copper_block", - "rcopperorebl": "raw_copper_block", - "rcopperoreblock": "raw_copper_block", - "rcopporebl": "raw_copper_block", - "rcopporeblock": "raw_copper_block", - "raw_gold": { - "material": "RAW_GOLD" - }, - "minecraft:raw_gold": "raw_gold", - "rawgold": "raw_gold", - "raw_gold_block": { - "material": "RAW_GOLD_BLOCK" - }, - "goldorechunkbl": "raw_gold_block", - "goldorechunkblock": "raw_gold_block", - "gorechunkbl": "raw_gold_block", - "gorechunkblock": "raw_gold_block", - "minecraft:raw_gold_block": "raw_gold_block", - "rawgoldblock": "raw_gold_block", - "rawgoldorebl": "raw_gold_block", - "rawgoldoreblock": "raw_gold_block", - "rawgorebl": "raw_gold_block", - "rawgoreblock": "raw_gold_block", - "rgoldorebl": "raw_gold_block", - "rgoldoreblock": "raw_gold_block", - "rgorebl": "raw_gold_block", - "rgoreblock": "raw_gold_block", - "raw_iron": { - "material": "RAW_IRON" - }, - "minecraft:raw_iron": "raw_iron", - "rawiron": "raw_iron", - "raw_iron_block": { - "material": "RAW_IRON_BLOCK" - }, - "iorechunkbl": "raw_iron_block", - "iorechunkblock": "raw_iron_block", - "ironorechunkbl": "raw_iron_block", - "ironorechunkblock": "raw_iron_block", - "minecraft:raw_iron_block": "raw_iron_block", - "rawiorebl": "raw_iron_block", - "rawioreblock": "raw_iron_block", - "rawironblock": "raw_iron_block", - "rawironorebl": "raw_iron_block", - "rawironoreblock": "raw_iron_block", - "rawsorebl": "raw_iron_block", - "rawsoreblock": "raw_iron_block", - "rawsteelorebl": "raw_iron_block", - "rawsteeloreblock": "raw_iron_block", - "rawstorebl": "raw_iron_block", - "rawstoreblock": "raw_iron_block", - "riorebl": "raw_iron_block", - "rioreblock": "raw_iron_block", - "rironorebl": "raw_iron_block", - "rironoreblock": "raw_iron_block", - "rsorebl": "raw_iron_block", - "rsoreblock": "raw_iron_block", - "rsteelorebl": "raw_iron_block", - "rsteeloreblock": "raw_iron_block", - "rstorebl": "raw_iron_block", - "rstoreblock": "raw_iron_block", - "sorechunkbl": "raw_iron_block", - "sorechunkblock": "raw_iron_block", - "steelorechunkbl": "raw_iron_block", - "steelorechunkblock": "raw_iron_block", - "storechunkbl": "raw_iron_block", - "storechunkblock": "raw_iron_block", - "red_banner": { - "material": "RED_BANNER" - }, - "minecraft:red_banner": "red_banner", - "rbanner": "red_banner", - "redbanner": "red_banner", - "red_bed": { - "material": "RED_BED" - }, - "minecraft:red_bed": "red_bed", - "rbed": "red_bed", - "redbed": "red_bed", - "red_candle": { - "material": "RED_CANDLE" - }, - "minecraft:red_candle": "red_candle", - "rcandle": "red_candle", - "redcandle": "red_candle", - "red_carpet": { - "material": "RED_CARPET" - }, - "minecraft:red_carpet": "red_carpet", - "rcarpet": "red_carpet", - "redcarpet": "red_carpet", - "redfloor": "red_carpet", - "rfloor": "red_carpet", - "red_concrete": { - "material": "RED_CONCRETE" - }, - "minecraft:red_concrete": "red_concrete", - "rconcrete": "red_concrete", - "redconcrete": "red_concrete", - "red_concrete_powder": { - "material": "RED_CONCRETE_POWDER" - }, - "minecraft:red_concrete_powder": "red_concrete_powder", - "rcdust": "red_concrete_powder", - "rconcretepowder": "red_concrete_powder", - "rconcretesand": "red_concrete_powder", - "rcp": "red_concrete_powder", - "rcpowder": "red_concrete_powder", - "redcdust": "red_concrete_powder", - "redconcretepowder": "red_concrete_powder", - "redconcretesand": "red_concrete_powder", - "redcp": "red_concrete_powder", - "redcpowder": "red_concrete_powder", - "red_dye": { - "material": "RED_DYE", - "fallbacks": [ - "ROSE_RED" - ] - }, - "minecraft:red_dye": "red_dye", - "rdye": "red_dye", - "reddye": "red_dye", - "red_glazed_terracotta": { - "material": "RED_GLAZED_TERRACOTTA" - }, - "minecraft:red_glazed_terracotta": "red_glazed_terracotta", - "redglazedtcota": "red_glazed_terracotta", - "redglazedterra": "red_glazed_terracotta", - "redglazedterracota": "red_glazed_terracotta", - "redglazedterracotta": "red_glazed_terracotta", - "redgtcotta": "red_glazed_terracotta", - "redgterra": "red_glazed_terracotta", - "rglazedtcota": "red_glazed_terracotta", - "rglazedterra": "red_glazed_terracotta", - "rglazedterracota": "red_glazed_terracotta", - "rglazedterracotta": "red_glazed_terracotta", - "rgtcotta": "red_glazed_terracotta", - "rgterra": "red_glazed_terracotta", - "red_mushroom": { - "material": "RED_MUSHROOM" - }, - "minecraft:red_mushroom": "red_mushroom", - "redmushroom": "red_mushroom", - "red_mushroom_block": { - "material": "RED_MUSHROOM_BLOCK" - }, - "minecraft:red_mushroom_block": "red_mushroom_block", - "redmushroomblock": "red_mushroom_block", - "red_nether_brick_slab": { - "material": "RED_NETHER_BRICK_SLAB" - }, - "minecraft:red_nether_brick_slab": "red_nether_brick_slab", - "rednbrhalfblock": "red_nether_brick_slab", - "rednbrickhalfblock": "red_nether_brick_slab", - "rednbrickstep": "red_nether_brick_slab", - "rednbrstep": "red_nether_brick_slab", - "rednetherbrhalfblock": "red_nether_brick_slab", - "rednetherbrickhalfblock": "red_nether_brick_slab", - "rednetherbrickslab": "red_nether_brick_slab", - "rednetherbrickstep": "red_nether_brick_slab", - "rednetherbrstep": "red_nether_brick_slab", - "rnbrhalfblock": "red_nether_brick_slab", - "rnbrickhalfblock": "red_nether_brick_slab", - "rnbrickstep": "red_nether_brick_slab", - "rnbrstep": "red_nether_brick_slab", - "rnetherbrhalfblock": "red_nether_brick_slab", - "rnetherbrickhalfblock": "red_nether_brick_slab", - "rnetherbrickstep": "red_nether_brick_slab", - "rnetherbrstep": "red_nether_brick_slab", - "red_nether_brick_stairs": { - "material": "RED_NETHER_BRICK_STAIRS" - }, - "minecraft:red_nether_brick_stairs": "red_nether_brick_stairs", - "rednbrickstair": "red_nether_brick_stairs", - "rednbrickstairs": "red_nether_brick_stairs", - "rednbrstair": "red_nether_brick_stairs", - "rednbrstairs": "red_nether_brick_stairs", - "rednetherbrickstair": "red_nether_brick_stairs", - "rednetherbrickstairs": "red_nether_brick_stairs", - "rednetherbrstair": "red_nether_brick_stairs", - "rednetherbrstairs": "red_nether_brick_stairs", - "rnbrickstair": "red_nether_brick_stairs", - "rnbrickstairs": "red_nether_brick_stairs", - "rnbrstair": "red_nether_brick_stairs", - "rnbrstairs": "red_nether_brick_stairs", - "rnetherbrickstair": "red_nether_brick_stairs", - "rnetherbrickstairs": "red_nether_brick_stairs", - "rnetherbrstair": "red_nether_brick_stairs", - "rnetherbrstairs": "red_nether_brick_stairs", - "red_nether_brick_wall": { - "material": "RED_NETHER_BRICK_WALL" - }, - "minecraft:red_nether_brick_wall": "red_nether_brick_wall", - "rednbrickwall": "red_nether_brick_wall", - "rednbrwall": "red_nether_brick_wall", - "rednetherbrickwall": "red_nether_brick_wall", - "rednetherbrwall": "red_nether_brick_wall", - "rnbrickwall": "red_nether_brick_wall", - "rnbrwall": "red_nether_brick_wall", - "rnetherbrickwall": "red_nether_brick_wall", - "rnetherbrwall": "red_nether_brick_wall", - "wallrednbr": "red_nether_brick_wall", - "wallrednbrick": "red_nether_brick_wall", - "wallrednetherbr": "red_nether_brick_wall", - "wallrednetherbrick": "red_nether_brick_wall", - "wallrnbr": "red_nether_brick_wall", - "wallrnbrick": "red_nether_brick_wall", - "wallrnetherbr": "red_nether_brick_wall", - "wallrnetherbrick": "red_nether_brick_wall", - "red_nether_bricks": { - "material": "RED_NETHER_BRICKS" - }, - "minecraft:red_nether_bricks": "red_nether_bricks", - "rednbr": "red_nether_bricks", - "rednbrick": "red_nether_bricks", - "rednetherbr": "red_nether_bricks", - "rednetherbrick": "red_nether_bricks", - "rednetherbricks": "red_nether_bricks", - "rnbr": "red_nether_bricks", - "rnbrick": "red_nether_bricks", - "rnetherbr": "red_nether_bricks", - "rnetherbrick": "red_nether_bricks", - "red_sand": { - "material": "RED_SAND" - }, - "minecraft:red_sand": "red_sand", - "redsand": "red_sand", - "red_sandstone": { - "material": "RED_SANDSTONE" - }, - "minecraft:red_sandstone": "red_sandstone", - "redsandst": "red_sandstone", - "redsandstb": "red_sandstone", - "redsandstbl": "red_sandstone", - "redsandstblock": "red_sandstone", - "redsandstone": "red_sandstone", - "redsandstoneb": "red_sandstone", - "redsandstonebl": "red_sandstone", - "redsandstoneblock": "red_sandstone", - "redsndst": "red_sandstone", - "redsndstb": "red_sandstone", - "redsndstbl": "red_sandstone", - "redsndstblock": "red_sandstone", - "red_sandstone_slab": { - "material": "RED_SANDSTONE_SLAB" - }, - "minecraft:red_sandstone_slab": "red_sandstone_slab", - "redsandsthalfblock": "red_sandstone_slab", - "redsandstonehalfblock": "red_sandstone_slab", - "redsandstoneslab": "red_sandstone_slab", - "redsandstonestep": "red_sandstone_slab", - "redsandststep": "red_sandstone_slab", - "redsndsthalfblock": "red_sandstone_slab", - "redsndststep": "red_sandstone_slab", - "red_sandstone_stairs": { - "material": "RED_SANDSTONE_STAIRS" - }, - "minecraft:red_sandstone_stairs": "red_sandstone_stairs", - "redsandstonestair": "red_sandstone_stairs", - "redsandstonestairs": "red_sandstone_stairs", - "redsandststair": "red_sandstone_stairs", - "redsandststairs": "red_sandstone_stairs", - "redsndststair": "red_sandstone_stairs", - "redsndststairs": "red_sandstone_stairs", - "red_sandstone_wall": { - "material": "RED_SANDSTONE_WALL" - }, - "minecraft:red_sandstone_wall": "red_sandstone_wall", - "redsandstonewall": "red_sandstone_wall", - "redsandstwall": "red_sandstone_wall", - "redsndstwall": "red_sandstone_wall", - "wallredsandst": "red_sandstone_wall", - "wallredsandstone": "red_sandstone_wall", - "wallredsndst": "red_sandstone_wall", - "red_shulker_box": { - "material": "RED_SHULKER_BOX" - }, - "minecraft:red_shulker_box": "red_shulker_box", - "redsbox": "red_shulker_box", - "redshulkerbox": "red_shulker_box", - "rsbox": "red_shulker_box", - "rshulkerbox": "red_shulker_box", - "red_stained_glass": { - "material": "RED_STAINED_GLASS" - }, - "minecraft:red_stained_glass": "red_stained_glass", - "redglass": "red_stained_glass", - "redsglass": "red_stained_glass", - "redstainedglass": "red_stained_glass", - "rglass": "red_stained_glass", - "rsglass": "red_stained_glass", - "rstainedglass": "red_stained_glass", - "red_stained_glass_pane": { - "material": "RED_STAINED_GLASS_PANE" - }, - "minecraft:red_stained_glass_pane": "red_stained_glass_pane", - "redglasspane": "red_stained_glass_pane", - "redgpane": "red_stained_glass_pane", - "redsglasspane": "red_stained_glass_pane", - "redstainedglasspane": "red_stained_glass_pane", - "rglasspane": "red_stained_glass_pane", - "rgpane": "red_stained_glass_pane", - "rsglasspane": "red_stained_glass_pane", - "rstainedglasspane": "red_stained_glass_pane", - "red_terracotta": { - "material": "RED_TERRACOTTA" - }, - "minecraft:red_terracotta": "red_terracotta", - "rclay": "red_terracotta", - "redclay": "red_terracotta", - "redsclay": "red_terracotta", - "redstainedclay": "red_terracotta", - "redtcota": "red_terracotta", - "redterra": "red_terracotta", - "redterracota": "red_terracotta", - "redterracotta": "red_terracotta", - "rsclay": "red_terracotta", - "rstainedclay": "red_terracotta", - "rtcota": "red_terracotta", - "rterra": "red_terracotta", - "rterracota": "red_terracotta", - "rterracotta": "red_terracotta", - "red_tulip": { - "material": "RED_TULIP" - }, - "minecraft:red_tulip": "red_tulip", - "redtulip": "red_tulip", - "red_wool": { - "material": "RED_WOOL" - }, - "minecraft:red_wool": "red_wool", - "rcloth": "red_wool", - "rcotton": "red_wool", - "redcloth": "red_wool", - "redcotton": "red_wool", - "redwool": "red_wool", - "rwool": "red_wool", - "redstone": { - "material": "REDSTONE" - }, - "minecraft:redstone": "redstone", - "redstone_block": { - "material": "REDSTONE_BLOCK" - }, - "blockr": "redstone_block", - "blockred": "redstone_block", - "blockreds": "redstone_block", - "blockredstone": "redstone_block", - "blockrs": "redstone_block", - "blockrstone": "redstone_block", - "minecraft:redstone_block": "redstone_block", - "rblock": "redstone_block", - "redblock": "redstone_block", - "redsblock": "redstone_block", - "redstoneblock": "redstone_block", - "rsblock": "redstone_block", - "rstoneblock": "redstone_block", - "redstone_lamp": { - "material": "REDSTONE_LAMP" - }, - "minecraft:redstone_lamp": "redstone_lamp", - "redstonelamp": "redstone_lamp", - "redstone_ore": { - "material": "REDSTONE_ORE" - }, - "minecraft:redstone_ore": "redstone_ore", - "or": "redstone_ore", - "oreds": "redstone_ore", - "oredstone": "redstone_ore", - "orer": "redstone_ore", - "orered": "redstone_ore", - "orereds": "redstone_ore", - "oreredstone": "redstone_ore", - "orers": "redstone_ore", - "orerstone": "redstone_ore", - "ors": "redstone_ore", - "orstone": "redstone_ore", - "redo": "redstone_ore", - "redore": "redstone_ore", - "redso": "redstone_ore", - "redsore": "redstone_ore", - "redstoneo": "redstone_ore", - "redstoneore": "redstone_ore", - "ro": "redstone_ore", - "rore": "redstone_ore", - "rso": "redstone_ore", - "rsore": "redstone_ore", - "rstoneo": "redstone_ore", - "rstoneore": "redstone_ore", - "stoneredore": "redstone_ore", - "stoneredsore": "redstone_ore", - "stoneredstoneore": "redstone_ore", - "stonerore": "redstone_ore", - "stonersore": "redstone_ore", - "stonerstoneore": "redstone_ore", - "redstone_torch": { - "material": "REDSTONE_TORCH" - }, - "minecraft:redstone_torch": "redstone_torch", - "redstonetorch": "redstone_torch", - "regeneration_lingering_potion": { - "potionData": { - "type": "REGEN", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionregen": "regeneration_lingering_potion", - "aoepotionregenerate": "regeneration_lingering_potion", - "aoepotionregeneration": "regeneration_lingering_potion", - "aoepotregen": "regeneration_lingering_potion", - "aoepotregenerate": "regeneration_lingering_potion", - "aoepotregeneration": "regeneration_lingering_potion", - "areapotionregen": "regeneration_lingering_potion", - "areapotionregenerate": "regeneration_lingering_potion", - "areapotionregeneration": "regeneration_lingering_potion", - "areapotregen": "regeneration_lingering_potion", - "areapotregenerate": "regeneration_lingering_potion", - "areapotregeneration": "regeneration_lingering_potion", - "cloudpotionregen": "regeneration_lingering_potion", - "cloudpotionregenerate": "regeneration_lingering_potion", - "cloudpotionregeneration": "regeneration_lingering_potion", - "cloudpotregen": "regeneration_lingering_potion", - "cloudpotregenerate": "regeneration_lingering_potion", - "cloudpotregeneration": "regeneration_lingering_potion", - "lingerpotregen": "regeneration_lingering_potion", - "lingerpotregenerate": "regeneration_lingering_potion", - "lingerpotregeneration": "regeneration_lingering_potion", - "regenaoepoiont": "regeneration_lingering_potion", - "regenaoepot": "regeneration_lingering_potion", - "regenareapot": "regeneration_lingering_potion", - "regenareapotion": "regeneration_lingering_potion", - "regencloudpot": "regeneration_lingering_potion", - "regencloudpotion": "regeneration_lingering_potion", - "regenerateaoepoiont": "regeneration_lingering_potion", - "regenerateaoepot": "regeneration_lingering_potion", - "regenerateareapot": "regeneration_lingering_potion", - "regenerateareapotion": "regeneration_lingering_potion", - "regeneratecloudpot": "regeneration_lingering_potion", - "regeneratecloudpotion": "regeneration_lingering_potion", - "regeneratelingerpot": "regeneration_lingering_potion", - "regenerationaoepoiont": "regeneration_lingering_potion", - "regenerationaoepot": "regeneration_lingering_potion", - "regenerationareapot": "regeneration_lingering_potion", - "regenerationareapotion": "regeneration_lingering_potion", - "regenerationcloudpot": "regeneration_lingering_potion", - "regenerationcloudpotion": "regeneration_lingering_potion", - "regenerationlingerpot": "regeneration_lingering_potion", - "regenlingerpot": "regeneration_lingering_potion", - "regeneration_potion": { - "potionData": { - "type": "REGEN", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "potionofregen": "regeneration_potion", - "potionofregenerate": "regeneration_potion", - "potionofregeneration": "regeneration_potion", - "potofregen": "regeneration_potion", - "potofregenerate": "regeneration_potion", - "potofregeneration": "regeneration_potion", - "regeneratepot": "regeneration_potion", - "regeneratepotion": "regeneration_potion", - "regenerationpot": "regeneration_potion", - "regenerationpotion": "regeneration_potion", - "regenpot": "regeneration_potion", - "regenpotion": "regeneration_potion", - "regeneration_splash_potion": { - "potionData": { - "type": "REGEN", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "regeneratesplashpot": "regeneration_splash_potion", - "regeneratesplashpotion": "regeneration_splash_potion", - "regenerationsplashpot": "regeneration_splash_potion", - "regenerationsplashpotion": "regeneration_splash_potion", - "regensplashpot": "regeneration_splash_potion", - "regensplashpotion": "regeneration_splash_potion", - "splashregeneratepot": "regeneration_splash_potion", - "splashregeneratepotion": "regeneration_splash_potion", - "splashregenerationpot": "regeneration_splash_potion", - "splashregenerationpotion": "regeneration_splash_potion", - "splashregenpot": "regeneration_splash_potion", - "splashregenpotion": "regeneration_splash_potion", - "splregeneratepot": "regeneration_splash_potion", - "splregeneratepotion": "regeneration_splash_potion", - "splregenerationpot": "regeneration_splash_potion", - "splregenerationpotion": "regeneration_splash_potion", - "splregenpot": "regeneration_splash_potion", - "splregenpotion": "regeneration_splash_potion", - "regeneration_tipped_arrow": { - "potionData": { - "type": "REGEN", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowregen": "regeneration_tipped_arrow", - "arrowregenerate": "regeneration_tipped_arrow", - "arrowregeneration": "regeneration_tipped_arrow", - "regenarrow": "regeneration_tipped_arrow", - "regeneratearrow": "regeneration_tipped_arrow", - "regeneratetarr": "regeneration_tipped_arrow", - "regeneratetarrow": "regeneration_tipped_arrow", - "regeneratetippedarrow": "regeneration_tipped_arrow", - "regenerationarrow": "regeneration_tipped_arrow", - "regenerationtarr": "regeneration_tipped_arrow", - "regenerationtarrow": "regeneration_tipped_arrow", - "regenerationtippedarrow": "regeneration_tipped_arrow", - "regentarr": "regeneration_tipped_arrow", - "regentarrow": "regeneration_tipped_arrow", - "regentippedarrow": "regeneration_tipped_arrow", - "repeater": { - "material": "REPEATER" - }, - "minecraft:repeater": "repeater", - "repeating_command_block": { - "material": "REPEATING_COMMAND_BLOCK" - }, - "minecraft:repeating_command_block": "repeating_command_block", - "repeatingcommandblock": "repeating_command_block", - "respawn_anchor": { - "material": "RESPAWN_ANCHOR" - }, - "minecraft:respawn_anchor": "respawn_anchor", - "respawnanchor": "respawn_anchor", - "rooted_dirt": { - "material": "ROOTED_DIRT" - }, - "minecraft:rooted_dirt": "rooted_dirt", - "rooteddirt": "rooted_dirt", - "rose_bush": { - "material": "ROSE_BUSH" - }, - "minecraft:rose_bush": "rose_bush", - "rosebush": "rose_bush", - "rotten_flesh": { - "material": "ROTTEN_FLESH" - }, - "minecraft:rotten_flesh": "rotten_flesh", - "rottenflesh": "rotten_flesh", - "saddle": { - "material": "SADDLE" - }, - "minecraft:saddle": "saddle", - "salmon": { - "material": "SALMON" - }, - "fishs": "salmon", - "minecraft:salmon": "salmon", - "plainfishs": "salmon", - "plainsalmon": "salmon", - "plainsalmonfish": "salmon", - "plainsfish": "salmon", - "rafishs": "salmon", - "rasalmon": "salmon", - "rasalmonfish": "salmon", - "rasfish": "salmon", - "rawfishs": "salmon", - "rawsalmon": "salmon", - "rawsalmonfish": "salmon", - "rawsfish": "salmon", - "salmonfish": "salmon", - "sfish": "salmon", - "uncookedfishs": "salmon", - "uncookedsalmon": "salmon", - "uncookedsalmonfish": "salmon", - "uncookedsfish": "salmon", - "salmon_bucket": { - "material": "SALMON_BUCKET" - }, - "bucketosalmon": "salmon_bucket", - "minecraft:salmon_bucket": "salmon_bucket", - "salmonbucket": "salmon_bucket", - "salmonbukkit": "salmon_bucket", - "salmonpail": "salmon_bucket", - "salmon_spawn_egg": { - "material": "SALMON_SPAWN_EGG" - }, - "eggsalmon": "salmon_spawn_egg", - "minecraft:salmon_spawn_egg": "salmon_spawn_egg", - "salmonegg": "salmon_spawn_egg", - "salmonsegg": "salmon_spawn_egg", - "salmonspawn": "salmon_spawn_egg", - "salmonspawnegg": "salmon_spawn_egg", - "seggsalmon": "salmon_spawn_egg", - "spawneggsalmon": "salmon_spawn_egg", - "spawnsalmon": "salmon_spawn_egg", - "salmon_spawner": { - "entity": "SALMON", - "material": "SPAWNER" - }, - "salmoncage": "salmon_spawner", - "salmonmcage": "salmon_spawner", - "salmonmobcage": "salmon_spawner", - "salmonmobspawner": "salmon_spawner", - "salmonmonstercage": "salmon_spawner", - "salmonmonsterspawner": "salmon_spawner", - "salmonmspawner": "salmon_spawner", - "salmonspawner": "salmon_spawner", - "sand": { - "material": "SAND" - }, - "minecraft:sand": "sand", - "sandstone": { - "material": "SANDSTONE" - }, - "minecraft:sandstone": "sandstone", - "sandst": "sandstone", - "sandstb": "sandstone", - "sandstbl": "sandstone", - "sandstblock": "sandstone", - "sandstoneb": "sandstone", - "sandstonebl": "sandstone", - "sandstoneblock": "sandstone", - "sndst": "sandstone", - "sndstb": "sandstone", - "sndstbl": "sandstone", - "sndstblock": "sandstone", - "sandstone_slab": { - "material": "SANDSTONE_SLAB" - }, - "minecraft:sandstone_slab": "sandstone_slab", - "sandsthalfblock": "sandstone_slab", - "sandstonehalfblock": "sandstone_slab", - "sandstoneslab": "sandstone_slab", - "sandstonestep": "sandstone_slab", - "sandststep": "sandstone_slab", - "sndsthalfblock": "sandstone_slab", - "sndststep": "sandstone_slab", - "sandstone_stairs": { - "material": "SANDSTONE_STAIRS" - }, - "minecraft:sandstone_stairs": "sandstone_stairs", - "sandstonestair": "sandstone_stairs", - "sandstonestairs": "sandstone_stairs", - "sandststair": "sandstone_stairs", - "sandststairs": "sandstone_stairs", - "sndststair": "sandstone_stairs", - "sndststairs": "sandstone_stairs", - "sandstone_wall": { - "material": "SANDSTONE_WALL" - }, - "minecraft:sandstone_wall": "sandstone_wall", - "sandstonewall": "sandstone_wall", - "sandstwall": "sandstone_wall", - "sndstwall": "sandstone_wall", - "wallsandst": "sandstone_wall", - "wallsandstone": "sandstone_wall", - "wallsndst": "sandstone_wall", - "scaffolding": { - "material": "SCAFFOLDING" - }, - "minecraft:scaffolding": "scaffolding", - "sculk_sensor": { - "material": "SCULK_SENSOR" - }, - "minecraft:sculk_sensor": "sculk_sensor", - "sculksensor": "sculk_sensor", - "scute": { - "material": "SCUTE" - }, - "minecraft:scute": "scute", - "sea_lantern": { - "material": "SEA_LANTERN" - }, - "minecraft:sea_lantern": "sea_lantern", - "sealantern": "sea_lantern", - "sea_pickle": { - "material": "SEA_PICKLE" - }, - "minecraft:sea_pickle": "sea_pickle", - "seapickle": "sea_pickle", - "seagrass": { - "material": "SEAGRASS" - }, - "minecraft:seagrass": "seagrass", - "shears": { - "material": "SHEARS" - }, - "minecraft:shears": "shears", - "sheep_spawn_egg": { - "material": "SHEEP_SPAWN_EGG" - }, - "eggsheep": "sheep_spawn_egg", - "minecraft:sheep_spawn_egg": "sheep_spawn_egg", - "seggsheep": "sheep_spawn_egg", - "sheepegg": "sheep_spawn_egg", - "sheepsegg": "sheep_spawn_egg", - "sheepspawn": "sheep_spawn_egg", - "sheepspawnegg": "sheep_spawn_egg", - "spawneggsheep": "sheep_spawn_egg", - "spawnsheep": "sheep_spawn_egg", - "sheep_spawner": { - "entity": "SHEEP", - "material": "SPAWNER" - }, - "sheepcage": "sheep_spawner", - "sheepmcage": "sheep_spawner", - "sheepmobcage": "sheep_spawner", - "sheepmobspawner": "sheep_spawner", - "sheepmonstercage": "sheep_spawner", - "sheepmonsterspawner": "sheep_spawner", - "sheepmspawner": "sheep_spawner", - "sheepspawner": "sheep_spawner", - "shield": { - "material": "SHIELD" - }, - "minecraft:shield": "shield", - "shroomlight": { - "material": "SHROOMLIGHT" - }, - "minecraft:shroomlight": "shroomlight", - "shulker_box": { - "material": "SHULKER_BOX" - }, - "minecraft:shulker_box": "shulker_box", - "shulkerbox": "shulker_box", - "shulker_shell": { - "material": "SHULKER_SHELL" - }, - "minecraft:shulker_shell": "shulker_shell", - "shulkershell": "shulker_shell", - "shulker_spawn_egg": { - "material": "SHULKER_SPAWN_EGG" - }, - "eggshulk": "shulker_spawn_egg", - "eggshulker": "shulker_spawn_egg", - "minecraft:shulker_spawn_egg": "shulker_spawn_egg", - "seggshulk": "shulker_spawn_egg", - "seggshulker": "shulker_spawn_egg", - "shulkegg": "shulker_spawn_egg", - "shulkeregg": "shulker_spawn_egg", - "shulkersegg": "shulker_spawn_egg", - "shulkerspawn": "shulker_spawn_egg", - "shulkerspawnegg": "shulker_spawn_egg", - "shulksegg": "shulker_spawn_egg", - "shulkspawn": "shulker_spawn_egg", - "shulkspawnegg": "shulker_spawn_egg", - "spawneggshulk": "shulker_spawn_egg", - "spawneggshulker": "shulker_spawn_egg", - "spawnshulk": "shulker_spawn_egg", - "spawnshulker": "shulker_spawn_egg", - "shulker_spawner": { - "entity": "SHULKER", - "material": "SPAWNER" - }, - "shulkcage": "shulker_spawner", - "shulkercage": "shulker_spawner", - "shulkermcage": "shulker_spawner", - "shulkermobcage": "shulker_spawner", - "shulkermobspawner": "shulker_spawner", - "shulkermonstercage": "shulker_spawner", - "shulkermonsterspawner": "shulker_spawner", - "shulkermspawner": "shulker_spawner", - "shulkerspawner": "shulker_spawner", - "shulkmcage": "shulker_spawner", - "shulkmobcage": "shulker_spawner", - "shulkmobspawner": "shulker_spawner", - "shulkmonstercage": "shulker_spawner", - "shulkmonsterspawner": "shulker_spawner", - "shulkmspawner": "shulker_spawner", - "shulkspawner": "shulker_spawner", - "silverfish_spawn_egg": { - "material": "SILVERFISH_SPAWN_EGG" - }, - "eggsfish": "silverfish_spawn_egg", - "eggsilverfish": "silverfish_spawn_egg", - "minecraft:silverfish_spawn_egg": "silverfish_spawn_egg", - "seggsfish": "silverfish_spawn_egg", - "seggsilverfish": "silverfish_spawn_egg", - "sfishegg": "silverfish_spawn_egg", - "sfishsegg": "silverfish_spawn_egg", - "sfishspawn": "silverfish_spawn_egg", - "sfishspawnegg": "silverfish_spawn_egg", - "silverfishegg": "silverfish_spawn_egg", - "silverfishsegg": "silverfish_spawn_egg", - "silverfishspawn": "silverfish_spawn_egg", - "silverfishspawnegg": "silverfish_spawn_egg", - "spawneggsfish": "silverfish_spawn_egg", - "spawneggsilverfish": "silverfish_spawn_egg", - "spawnsfish": "silverfish_spawn_egg", - "spawnsilverfish": "silverfish_spawn_egg", - "silverfish_spawner": { - "entity": "SILVERFISH", - "material": "SPAWNER" - }, - "sfishcage": "silverfish_spawner", - "sfishmcage": "silverfish_spawner", - "sfishmobcage": "silverfish_spawner", - "sfishmobspawner": "silverfish_spawner", - "sfishmonstercage": "silverfish_spawner", - "sfishmonsterspawner": "silverfish_spawner", - "sfishmspawner": "silverfish_spawner", - "sfishspawner": "silverfish_spawner", - "silverfishcage": "silverfish_spawner", - "silverfishmcage": "silverfish_spawner", - "silverfishmobcage": "silverfish_spawner", - "silverfishmobspawner": "silverfish_spawner", - "silverfishmonstercage": "silverfish_spawner", - "silverfishmonsterspawner": "silverfish_spawner", - "silverfishmspawner": "silverfish_spawner", - "silverfishspawner": "silverfish_spawner", - "skeleton_horse_spawn_egg": { - "material": "SKELETON_HORSE_SPAWN_EGG" - }, - "bonehorseegg": "skeleton_horse_spawn_egg", - "bonehorsesegg": "skeleton_horse_spawn_egg", - "bonehorsespawn": "skeleton_horse_spawn_egg", - "bonehorsespawnegg": "skeleton_horse_spawn_egg", - "eggbonehorse": "skeleton_horse_spawn_egg", - "eggshorse": "skeleton_horse_spawn_egg", - "eggskeleton_horse": "skeleton_horse_spawn_egg", - "eggskhorse": "skeleton_horse_spawn_egg", - "minecraft:skeleton_horse_spawn_egg": "skeleton_horse_spawn_egg", - "seggbonehorse": "skeleton_horse_spawn_egg", - "seggshorse": "skeleton_horse_spawn_egg", - "seggskeleton_horse": "skeleton_horse_spawn_egg", - "seggskhorse": "skeleton_horse_spawn_egg", - "shorseegg": "skeleton_horse_spawn_egg", - "shorsesegg": "skeleton_horse_spawn_egg", - "shorsespawn": "skeleton_horse_spawn_egg", - "shorsespawnegg": "skeleton_horse_spawn_egg", - "skeleton_horseegg": "skeleton_horse_spawn_egg", - "skeleton_horsesegg": "skeleton_horse_spawn_egg", - "skeleton_horsespawn": "skeleton_horse_spawn_egg", - "skeleton_horsespawnegg": "skeleton_horse_spawn_egg", - "skeletonhorsespawnegg": "skeleton_horse_spawn_egg", - "skhorseegg": "skeleton_horse_spawn_egg", - "skhorsesegg": "skeleton_horse_spawn_egg", - "skhorsespawn": "skeleton_horse_spawn_egg", - "skhorsespawnegg": "skeleton_horse_spawn_egg", - "spawnbonehorse": "skeleton_horse_spawn_egg", - "spawneggbonehorse": "skeleton_horse_spawn_egg", - "spawneggshorse": "skeleton_horse_spawn_egg", - "spawneggskeleton_horse": "skeleton_horse_spawn_egg", - "spawneggskhorse": "skeleton_horse_spawn_egg", - "spawnshorse": "skeleton_horse_spawn_egg", - "spawnskeleton_horse": "skeleton_horse_spawn_egg", - "spawnskhorse": "skeleton_horse_spawn_egg", - "skeleton_horse_spawner": { - "entity": "SKELETON_HORSE", - "material": "SPAWNER" - }, - "bonehorsecage": "skeleton_horse_spawner", - "bonehorsemcage": "skeleton_horse_spawner", - "bonehorsemobcage": "skeleton_horse_spawner", - "bonehorsemobspawner": "skeleton_horse_spawner", - "bonehorsemonstercage": "skeleton_horse_spawner", - "bonehorsemonsterspawner": "skeleton_horse_spawner", - "bonehorsemspawner": "skeleton_horse_spawner", - "bonehorsespawner": "skeleton_horse_spawner", - "shorsecage": "skeleton_horse_spawner", - "shorsemcage": "skeleton_horse_spawner", - "shorsemobcage": "skeleton_horse_spawner", - "shorsemobspawner": "skeleton_horse_spawner", - "shorsemonstercage": "skeleton_horse_spawner", - "shorsemonsterspawner": "skeleton_horse_spawner", - "shorsemspawner": "skeleton_horse_spawner", - "shorsespawner": "skeleton_horse_spawner", - "skeleton_horsecage": "skeleton_horse_spawner", - "skeleton_horsemcage": "skeleton_horse_spawner", - "skeleton_horsemobcage": "skeleton_horse_spawner", - "skeleton_horsemobspawner": "skeleton_horse_spawner", - "skeleton_horsemonstercage": "skeleton_horse_spawner", - "skeleton_horsemonsterspawner": "skeleton_horse_spawner", - "skeleton_horsemspawner": "skeleton_horse_spawner", - "skeleton_horsespawner": "skeleton_horse_spawner", - "skhorsecage": "skeleton_horse_spawner", - "skhorsemcage": "skeleton_horse_spawner", - "skhorsemobcage": "skeleton_horse_spawner", - "skhorsemobspawner": "skeleton_horse_spawner", - "skhorsemonstercage": "skeleton_horse_spawner", - "skhorsemonsterspawner": "skeleton_horse_spawner", - "skhorsemspawner": "skeleton_horse_spawner", - "skhorsespawner": "skeleton_horse_spawner", - "skeleton_skull": { - "material": "SKELETON_SKULL" - }, - "headsk": "skeleton_skull", - "headskeleton": "skeleton_skull", - "minecraft:skeleton_skull": "skeleton_skull", - "skeletonhead": "skeleton_skull", - "skeletonheadmask": "skeleton_skull", - "skeletonmask": "skeleton_skull", - "skeletonskull": "skeleton_skull", - "skhead": "skeleton_skull", - "skheadmask": "skeleton_skull", - "skmask": "skeleton_skull", - "skskull": "skeleton_skull", - "skeleton_spawn_egg": { - "material": "SKELETON_SPAWN_EGG" - }, - "eggsk": "skeleton_spawn_egg", - "eggskeleton": "skeleton_spawn_egg", - "minecraft:skeleton_spawn_egg": "skeleton_spawn_egg", - "seggsk": "skeleton_spawn_egg", - "seggskeleton": "skeleton_spawn_egg", - "skegg": "skeleton_spawn_egg", - "skeletonegg": "skeleton_spawn_egg", - "skeletonsegg": "skeleton_spawn_egg", - "skeletonspawn": "skeleton_spawn_egg", - "skeletonspawnegg": "skeleton_spawn_egg", - "sksegg": "skeleton_spawn_egg", - "skspawn": "skeleton_spawn_egg", - "skspawnegg": "skeleton_spawn_egg", - "spawneggsk": "skeleton_spawn_egg", - "spawneggskeleton": "skeleton_spawn_egg", - "spawnsk": "skeleton_spawn_egg", - "spawnskeleton": "skeleton_spawn_egg", - "skeleton_spawner": { - "entity": "SKELETON", - "material": "SPAWNER" - }, - "skcage": "skeleton_spawner", - "skeletoncage": "skeleton_spawner", - "skeletonmcage": "skeleton_spawner", - "skeletonmobcage": "skeleton_spawner", - "skeletonmobspawner": "skeleton_spawner", - "skeletonmonstercage": "skeleton_spawner", - "skeletonmonsterspawner": "skeleton_spawner", - "skeletonmspawner": "skeleton_spawner", - "skeletonspawner": "skeleton_spawner", - "skmcage": "skeleton_spawner", - "skmobcage": "skeleton_spawner", - "skmobspawner": "skeleton_spawner", - "skmonstercage": "skeleton_spawner", - "skmonsterspawner": "skeleton_spawner", - "skmspawner": "skeleton_spawner", - "skspawner": "skeleton_spawner", - "skull_banner_pattern": { - "material": "SKULL_BANNER_PATTERN" - }, - "minecraft:skull_banner_pattern": "skull_banner_pattern", - "skullbannerpattern": "skull_banner_pattern", - "slime_ball": { - "material": "SLIME_BALL" - }, - "minecraft:slime_ball": "slime_ball", - "slimeball": "slime_ball", - "slime_block": { - "material": "SLIME_BLOCK" - }, - "minecraft:slime_block": "slime_block", - "slimeblock": "slime_block", - "slime_spawn_egg": { - "material": "SLIME_SPAWN_EGG" - }, - "eggslime": "slime_spawn_egg", - "minecraft:slime_spawn_egg": "slime_spawn_egg", - "seggslime": "slime_spawn_egg", - "slimeegg": "slime_spawn_egg", - "slimesegg": "slime_spawn_egg", - "slimespawn": "slime_spawn_egg", - "slimespawnegg": "slime_spawn_egg", - "spawneggslime": "slime_spawn_egg", - "spawnslime": "slime_spawn_egg", - "slime_spawner": { - "entity": "SLIME", - "material": "SPAWNER" - }, - "slimecage": "slime_spawner", - "slimemcage": "slime_spawner", - "slimemobcage": "slime_spawner", - "slimemobspawner": "slime_spawner", - "slimemonstercage": "slime_spawner", - "slimemonsterspawner": "slime_spawner", - "slimemspawner": "slime_spawner", - "slimespawner": "slime_spawner", - "slow_falling_lingering_potion": { - "potionData": { - "type": "SLOW_FALLING", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionsf": "slow_falling_lingering_potion", - "aoepotionslowfall": "slow_falling_lingering_potion", - "aoepotionslowfalling": "slow_falling_lingering_potion", - "aoepotsf": "slow_falling_lingering_potion", - "aoepotslowfall": "slow_falling_lingering_potion", - "aoepotslowfalling": "slow_falling_lingering_potion", - "areapotionsf": "slow_falling_lingering_potion", - "areapotionslowfall": "slow_falling_lingering_potion", - "areapotionslowfalling": "slow_falling_lingering_potion", - "areapotsf": "slow_falling_lingering_potion", - "areapotslowfall": "slow_falling_lingering_potion", - "areapotslowfalling": "slow_falling_lingering_potion", - "cloudpotionsf": "slow_falling_lingering_potion", - "cloudpotionslowfall": "slow_falling_lingering_potion", - "cloudpotionslowfalling": "slow_falling_lingering_potion", - "cloudpotsf": "slow_falling_lingering_potion", - "cloudpotslowfall": "slow_falling_lingering_potion", - "cloudpotslowfalling": "slow_falling_lingering_potion", - "lingerpotsf": "slow_falling_lingering_potion", - "lingerpotslowfall": "slow_falling_lingering_potion", - "lingerpotslowfalling": "slow_falling_lingering_potion", - "sfaoepoiont": "slow_falling_lingering_potion", - "sfaoepot": "slow_falling_lingering_potion", - "sfareapot": "slow_falling_lingering_potion", - "sfareapotion": "slow_falling_lingering_potion", - "sfcloudpot": "slow_falling_lingering_potion", - "sfcloudpotion": "slow_falling_lingering_potion", - "sflingerpot": "slow_falling_lingering_potion", - "slowfallaoepoiont": "slow_falling_lingering_potion", - "slowfallaoepot": "slow_falling_lingering_potion", - "slowfallareapot": "slow_falling_lingering_potion", - "slowfallareapotion": "slow_falling_lingering_potion", - "slowfallcloudpot": "slow_falling_lingering_potion", - "slowfallcloudpotion": "slow_falling_lingering_potion", - "slowfallingaoepoiont": "slow_falling_lingering_potion", - "slowfallingaoepot": "slow_falling_lingering_potion", - "slowfallingareapot": "slow_falling_lingering_potion", - "slowfallingareapotion": "slow_falling_lingering_potion", - "slowfallingcloudpot": "slow_falling_lingering_potion", - "slowfallingcloudpotion": "slow_falling_lingering_potion", - "slowfallinglingerpot": "slow_falling_lingering_potion", - "slowfalllingerpot": "slow_falling_lingering_potion", - "slow_falling_potion": { - "potionData": { - "type": "SLOW_FALLING", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "potionofsf": "slow_falling_potion", - "potionofslowfall": "slow_falling_potion", - "potionofslowfalling": "slow_falling_potion", - "potofsf": "slow_falling_potion", - "potofslowfall": "slow_falling_potion", - "potofslowfalling": "slow_falling_potion", - "sfpot": "slow_falling_potion", - "sfpotion": "slow_falling_potion", - "slowfallingpot": "slow_falling_potion", - "slowfallingpotion": "slow_falling_potion", - "slowfallpot": "slow_falling_potion", - "slowfallpotion": "slow_falling_potion", - "slow_falling_splash_potion": { - "potionData": { - "type": "SLOW_FALLING", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "sfsplashpot": "slow_falling_splash_potion", - "sfsplashpotion": "slow_falling_splash_potion", - "slowfallingsplashpot": "slow_falling_splash_potion", - "slowfallingsplashpotion": "slow_falling_splash_potion", - "slowfallsplashpot": "slow_falling_splash_potion", - "slowfallsplashpotion": "slow_falling_splash_potion", - "splashsfpot": "slow_falling_splash_potion", - "splashsfpotion": "slow_falling_splash_potion", - "splashslowfallingpot": "slow_falling_splash_potion", - "splashslowfallingpotion": "slow_falling_splash_potion", - "splashslowfallpot": "slow_falling_splash_potion", - "splashslowfallpotion": "slow_falling_splash_potion", - "splsfpot": "slow_falling_splash_potion", - "splsfpotion": "slow_falling_splash_potion", - "splslowfallingpot": "slow_falling_splash_potion", - "splslowfallingpotion": "slow_falling_splash_potion", - "splslowfallpot": "slow_falling_splash_potion", - "splslowfallpotion": "slow_falling_splash_potion", - "slow_falling_tipped_arrow": { - "potionData": { - "type": "SLOW_FALLING", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowsf": "slow_falling_tipped_arrow", - "arrowslowfall": "slow_falling_tipped_arrow", - "arrowslowfalling": "slow_falling_tipped_arrow", - "sfarrow": "slow_falling_tipped_arrow", - "sftarr": "slow_falling_tipped_arrow", - "sftarrow": "slow_falling_tipped_arrow", - "sftippedarrow": "slow_falling_tipped_arrow", - "slowfallarrow": "slow_falling_tipped_arrow", - "slowfallingarrow": "slow_falling_tipped_arrow", - "slowfallingtarr": "slow_falling_tipped_arrow", - "slowfallingtarrow": "slow_falling_tipped_arrow", - "slowfallingtippedarrow": "slow_falling_tipped_arrow", - "slowfalltarr": "slow_falling_tipped_arrow", - "slowfalltarrow": "slow_falling_tipped_arrow", - "slowfalltippedarrow": "slow_falling_tipped_arrow", - "slowness_lingering_potion": { - "potionData": { - "type": "SLOWNESS", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionslow": "slowness_lingering_potion", - "aoepotionslowness": "slowness_lingering_potion", - "aoepotslow": "slowness_lingering_potion", - "aoepotslowness": "slowness_lingering_potion", - "areapotionslow": "slowness_lingering_potion", - "areapotionslowness": "slowness_lingering_potion", - "areapotslow": "slowness_lingering_potion", - "areapotslowness": "slowness_lingering_potion", - "cloudpotionslow": "slowness_lingering_potion", - "cloudpotionslowness": "slowness_lingering_potion", - "cloudpotslow": "slowness_lingering_potion", - "cloudpotslowness": "slowness_lingering_potion", - "lingerpotslow": "slowness_lingering_potion", - "lingerpotslowness": "slowness_lingering_potion", - "slowaoepoiont": "slowness_lingering_potion", - "slowaoepot": "slowness_lingering_potion", - "slowareapot": "slowness_lingering_potion", - "slowareapotion": "slowness_lingering_potion", - "slowcloudpot": "slowness_lingering_potion", - "slowcloudpotion": "slowness_lingering_potion", - "slowlingerpot": "slowness_lingering_potion", - "slownessaoepoiont": "slowness_lingering_potion", - "slownessaoepot": "slowness_lingering_potion", - "slownessareapot": "slowness_lingering_potion", - "slownessareapotion": "slowness_lingering_potion", - "slownesscloudpot": "slowness_lingering_potion", - "slownesscloudpotion": "slowness_lingering_potion", - "slownesslingerpot": "slowness_lingering_potion", - "slowness_potion": { - "potionData": { - "type": "SLOWNESS", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "potionofslow": "slowness_potion", - "potionofslowness": "slowness_potion", - "potofslow": "slowness_potion", - "potofslowness": "slowness_potion", - "slownesspot": "slowness_potion", - "slownesspotion": "slowness_potion", - "slowpot": "slowness_potion", - "slowpotion": "slowness_potion", - "slowness_splash_potion": { - "potionData": { - "type": "SLOWNESS", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "slownesssplashpot": "slowness_splash_potion", - "slownesssplashpotion": "slowness_splash_potion", - "slowsplashpot": "slowness_splash_potion", - "slowsplashpotion": "slowness_splash_potion", - "splashslownesspot": "slowness_splash_potion", - "splashslownesspotion": "slowness_splash_potion", - "splashslowpot": "slowness_splash_potion", - "splashslowpotion": "slowness_splash_potion", - "splslownesspot": "slowness_splash_potion", - "splslownesspotion": "slowness_splash_potion", - "splslowpot": "slowness_splash_potion", - "splslowpotion": "slowness_splash_potion", - "slowness_tipped_arrow": { - "potionData": { - "type": "SLOWNESS", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowslow": "slowness_tipped_arrow", - "arrowslowness": "slowness_tipped_arrow", - "slowarrow": "slowness_tipped_arrow", - "slownessarrow": "slowness_tipped_arrow", - "slownesstarr": "slowness_tipped_arrow", - "slownesstarrow": "slowness_tipped_arrow", - "slownesstippedarrow": "slowness_tipped_arrow", - "slowtarr": "slowness_tipped_arrow", - "slowtarrow": "slowness_tipped_arrow", - "slowtippedarrow": "slowness_tipped_arrow", - "small_amethyst_bud": { - "material": "SMALL_AMETHYST_BUD" - }, - "amethystbuds": "small_amethyst_bud", - "cavebuds": "small_amethyst_bud", - "littleamethystbud": "small_amethyst_bud", - "littlecavebud": "small_amethyst_bud", - "minecraft:small_amethyst_bud": "small_amethyst_bud", - "samethystbud": "small_amethyst_bud", - "scavebud": "small_amethyst_bud", - "smallamethystbud": "small_amethyst_bud", - "smallcavebud": "small_amethyst_bud", - "small_dripleaf": { - "material": "SMALL_DRIPLEAF" - }, - "minecraft:small_dripleaf": "small_dripleaf", - "smalldripleaf": "small_dripleaf", - "smithing_table": { - "material": "SMITHING_TABLE" - }, - "minecraft:smithing_table": "smithing_table", - "smithingtable": "smithing_table", - "smoker": { - "material": "SMOKER" - }, - "minecraft:smoker": "smoker", - "smooth_basalt": { - "material": "SMOOTH_BASALT" - }, - "minecraft:smooth_basalt": "smooth_basalt", - "smbas": "smooth_basalt", - "smbasalt": "smooth_basalt", - "smbasaltb": "smooth_basalt", - "smbasaltbl": "smooth_basalt", - "smbasaltblock": "smooth_basalt", - "smbasaltst": "smooth_basalt", - "smbasaltstb": "smooth_basalt", - "smbasaltstbl": "smooth_basalt", - "smbasaltstblock": "smooth_basalt", - "smbasb": "smooth_basalt", - "smbasbl": "smooth_basalt", - "smbasblock": "smooth_basalt", - "smbast": "smooth_basalt", - "smbastb": "smooth_basalt", - "smbastbl": "smooth_basalt", - "smbastblock": "smooth_basalt", - "smoothbas": "smooth_basalt", - "smoothbasalt": "smooth_basalt", - "smoothbasaltb": "smooth_basalt", - "smoothbasaltbl": "smooth_basalt", - "smoothbasaltblock": "smooth_basalt", - "smoothbasaltst": "smooth_basalt", - "smoothbasaltstb": "smooth_basalt", - "smoothbasaltstbl": "smooth_basalt", - "smoothbasaltstblock": "smooth_basalt", - "smoothbasb": "smooth_basalt", - "smoothbasbl": "smooth_basalt", - "smoothbasblock": "smooth_basalt", - "smoothbast": "smooth_basalt", - "smoothbastb": "smooth_basalt", - "smoothbastbl": "smooth_basalt", - "smoothbastblock": "smooth_basalt", - "smooth_quartz": { - "material": "SMOOTH_QUARTZ" - }, - "minecraft:smooth_quartz": "smooth_quartz", - "smoothq": "smooth_quartz", - "smoothqb": "smooth_quartz", - "smoothqbl": "smooth_quartz", - "smoothqblock": "smooth_quartz", - "smoothquar": "smooth_quartz", - "smoothquarb": "smooth_quartz", - "smoothquarbl": "smooth_quartz", - "smoothquarblock": "smooth_quartz", - "smoothquartz": "smooth_quartz", - "smoothquartzb": "smooth_quartz", - "smoothquartzbl": "smooth_quartz", - "smoothquartzblock": "smooth_quartz", - "smq": "smooth_quartz", - "smqb": "smooth_quartz", - "smqbl": "smooth_quartz", - "smqblock": "smooth_quartz", - "smquar": "smooth_quartz", - "smquarb": "smooth_quartz", - "smquarbl": "smooth_quartz", - "smquarblock": "smooth_quartz", - "smquartz": "smooth_quartz", - "smquartzb": "smooth_quartz", - "smquartzbl": "smooth_quartz", - "smquartzblock": "smooth_quartz", - "smooth_quartz_slab": { - "material": "SMOOTH_QUARTZ_SLAB" - }, - "minecraft:smooth_quartz_slab": "smooth_quartz_slab", - "smoothqhalfblock": "smooth_quartz_slab", - "smoothqstep": "smooth_quartz_slab", - "smoothquarhalfblock": "smooth_quartz_slab", - "smoothquarstep": "smooth_quartz_slab", - "smoothquartzhalfblock": "smooth_quartz_slab", - "smoothquartzslab": "smooth_quartz_slab", - "smoothquartzstep": "smooth_quartz_slab", - "smqhalfblock": "smooth_quartz_slab", - "smqstep": "smooth_quartz_slab", - "smquarhalfblock": "smooth_quartz_slab", - "smquarstep": "smooth_quartz_slab", - "smquartzhalfblock": "smooth_quartz_slab", - "smquartzstep": "smooth_quartz_slab", - "smooth_quartz_stairs": { - "material": "SMOOTH_QUARTZ_STAIRS" - }, - "minecraft:smooth_quartz_stairs": "smooth_quartz_stairs", - "smoothqstair": "smooth_quartz_stairs", - "smoothqstairs": "smooth_quartz_stairs", - "smoothquarstair": "smooth_quartz_stairs", - "smoothquarstairs": "smooth_quartz_stairs", - "smoothquartzstair": "smooth_quartz_stairs", - "smoothquartzstairs": "smooth_quartz_stairs", - "smqstair": "smooth_quartz_stairs", - "smqstairs": "smooth_quartz_stairs", - "smquarstair": "smooth_quartz_stairs", - "smquarstairs": "smooth_quartz_stairs", - "smquartzstair": "smooth_quartz_stairs", - "smquartzstairs": "smooth_quartz_stairs", - "smooth_red_sandstone": { - "material": "SMOOTH_RED_SANDSTONE" - }, - "minecraft:smooth_red_sandstone": "smooth_red_sandstone", - "smoothredsandst": "smooth_red_sandstone", - "smoothredsandstb": "smooth_red_sandstone", - "smoothredsandstbl": "smooth_red_sandstone", - "smoothredsandstblock": "smooth_red_sandstone", - "smoothredsandstone": "smooth_red_sandstone", - "smoothredsandstoneb": "smooth_red_sandstone", - "smoothredsandstonebl": "smooth_red_sandstone", - "smoothredsandstoneblock": "smooth_red_sandstone", - "smoothredsndst": "smooth_red_sandstone", - "smoothredsndstb": "smooth_red_sandstone", - "smoothredsndstbl": "smooth_red_sandstone", - "smoothredsndstblock": "smooth_red_sandstone", - "smredsandst": "smooth_red_sandstone", - "smredsandstb": "smooth_red_sandstone", - "smredsandstbl": "smooth_red_sandstone", - "smredsandstblock": "smooth_red_sandstone", - "smredsandstone": "smooth_red_sandstone", - "smredsandstoneb": "smooth_red_sandstone", - "smredsandstonebl": "smooth_red_sandstone", - "smredsandstoneblock": "smooth_red_sandstone", - "smredsndst": "smooth_red_sandstone", - "smredsndstb": "smooth_red_sandstone", - "smredsndstbl": "smooth_red_sandstone", - "smredsndstblock": "smooth_red_sandstone", - "smooth_red_sandstone_slab": { - "material": "SMOOTH_RED_SANDSTONE_SLAB" - }, - "minecraft:smooth_red_sandstone_slab": "smooth_red_sandstone_slab", - "smoothredsandsthalfblock": "smooth_red_sandstone_slab", - "smoothredsandstonehalfblock": "smooth_red_sandstone_slab", - "smoothredsandstoneslab": "smooth_red_sandstone_slab", - "smoothredsandstonestep": "smooth_red_sandstone_slab", - "smoothredsandststep": "smooth_red_sandstone_slab", - "smoothredsndsthalfblock": "smooth_red_sandstone_slab", - "smoothredsndststep": "smooth_red_sandstone_slab", - "smredsandsthalfblock": "smooth_red_sandstone_slab", - "smredsandstonehalfblock": "smooth_red_sandstone_slab", - "smredsandstonestep": "smooth_red_sandstone_slab", - "smredsandststep": "smooth_red_sandstone_slab", - "smredsndsthalfblock": "smooth_red_sandstone_slab", - "smredsndststep": "smooth_red_sandstone_slab", - "smooth_red_sandstone_stairs": { - "material": "SMOOTH_RED_SANDSTONE_STAIRS" - }, - "minecraft:smooth_red_sandstone_stairs": "smooth_red_sandstone_stairs", - "smoothredsandstonestair": "smooth_red_sandstone_stairs", - "smoothredsandstonestairs": "smooth_red_sandstone_stairs", - "smoothredsandststair": "smooth_red_sandstone_stairs", - "smoothredsandststairs": "smooth_red_sandstone_stairs", - "smoothredsndststair": "smooth_red_sandstone_stairs", - "smoothredsndststairs": "smooth_red_sandstone_stairs", - "smredsandstonestair": "smooth_red_sandstone_stairs", - "smredsandstonestairs": "smooth_red_sandstone_stairs", - "smredsandststair": "smooth_red_sandstone_stairs", - "smredsandststairs": "smooth_red_sandstone_stairs", - "smredsndststair": "smooth_red_sandstone_stairs", - "smredsndststairs": "smooth_red_sandstone_stairs", - "smooth_sandstone": { - "material": "SMOOTH_SANDSTONE" - }, - "minecraft:smooth_sandstone": "smooth_sandstone", - "smoothsandst": "smooth_sandstone", - "smoothsandstb": "smooth_sandstone", - "smoothsandstbl": "smooth_sandstone", - "smoothsandstblock": "smooth_sandstone", - "smoothsandstone": "smooth_sandstone", - "smoothsandstoneb": "smooth_sandstone", - "smoothsandstonebl": "smooth_sandstone", - "smoothsandstoneblock": "smooth_sandstone", - "smoothsndst": "smooth_sandstone", - "smoothsndstb": "smooth_sandstone", - "smoothsndstbl": "smooth_sandstone", - "smoothsndstblock": "smooth_sandstone", - "smsandst": "smooth_sandstone", - "smsandstb": "smooth_sandstone", - "smsandstbl": "smooth_sandstone", - "smsandstblock": "smooth_sandstone", - "smsandstone": "smooth_sandstone", - "smsandstoneb": "smooth_sandstone", - "smsandstonebl": "smooth_sandstone", - "smsandstoneblock": "smooth_sandstone", - "smsndst": "smooth_sandstone", - "smsndstb": "smooth_sandstone", - "smsndstbl": "smooth_sandstone", - "smsndstblock": "smooth_sandstone", - "smooth_sandstone_slab": { - "material": "SMOOTH_SANDSTONE_SLAB" - }, - "minecraft:smooth_sandstone_slab": "smooth_sandstone_slab", - "smoothsandsthalfblock": "smooth_sandstone_slab", - "smoothsandstonehalfblock": "smooth_sandstone_slab", - "smoothsandstoneslab": "smooth_sandstone_slab", - "smoothsandstonestep": "smooth_sandstone_slab", - "smoothsandststep": "smooth_sandstone_slab", - "smoothsndsthalfblock": "smooth_sandstone_slab", - "smoothsndststep": "smooth_sandstone_slab", - "smsandsthalfblock": "smooth_sandstone_slab", - "smsandstonehalfblock": "smooth_sandstone_slab", - "smsandstonestep": "smooth_sandstone_slab", - "smsandststep": "smooth_sandstone_slab", - "smsndsthalfblock": "smooth_sandstone_slab", - "smsndststep": "smooth_sandstone_slab", - "smooth_sandstone_stairs": { - "material": "SMOOTH_SANDSTONE_STAIRS" - }, - "minecraft:smooth_sandstone_stairs": "smooth_sandstone_stairs", - "smoothsandstonestair": "smooth_sandstone_stairs", - "smoothsandstonestairs": "smooth_sandstone_stairs", - "smoothsandststair": "smooth_sandstone_stairs", - "smoothsandststairs": "smooth_sandstone_stairs", - "smoothsndststair": "smooth_sandstone_stairs", - "smoothsndststairs": "smooth_sandstone_stairs", - "smsandstonestair": "smooth_sandstone_stairs", - "smsandstonestairs": "smooth_sandstone_stairs", - "smsandststair": "smooth_sandstone_stairs", - "smsandststairs": "smooth_sandstone_stairs", - "smsndststair": "smooth_sandstone_stairs", - "smsndststairs": "smooth_sandstone_stairs", - "smooth_stone": { - "material": "SMOOTH_STONE", - "fallbacks": [ - "STONE" - ] - }, - "minecraft:smooth_stone": "smooth_stone", - "smoothst": "smooth_stone", - "smoothstb": "smooth_stone", - "smoothstbl": "smooth_stone", - "smoothstblock": "smooth_stone", - "smoothstone": "smooth_stone", - "smoothstoneb": "smooth_stone", - "smoothstonebl": "smooth_stone", - "smoothstoneblock": "smooth_stone", - "smst": "smooth_stone", - "smstb": "smooth_stone", - "smstbl": "smooth_stone", - "smstblock": "smooth_stone", - "smstone": "smooth_stone", - "smstoneb": "smooth_stone", - "smstonebl": "smooth_stone", - "smstoneblock": "smooth_stone", - "smooth_stone_slab": { - "material": "SMOOTH_STONE_SLAB" - }, - "minecraft:smooth_stone_slab": "smooth_stone_slab", - "smoothsthalfblock": "smooth_stone_slab", - "smoothstonehalfblock": "smooth_stone_slab", - "smoothstoneslab": "smooth_stone_slab", - "smoothstonestep": "smooth_stone_slab", - "smoothststep": "smooth_stone_slab", - "smsthalfblock": "smooth_stone_slab", - "smstonehalfblock": "smooth_stone_slab", - "smstonestep": "smooth_stone_slab", - "smststep": "smooth_stone_slab", - "snow": { - "material": "SNOW" - }, - "minecraft:snow": "snow", - "snow_block": { - "material": "SNOW_BLOCK" - }, - "minecraft:snow_block": "snow_block", - "snowblock": "snow_block", - "snowball": { - "material": "SNOWBALL" - }, - "minecraft:snowball": "snowball", - "snowman_spawner": { - "entity": "SNOWMAN", - "material": "SPAWNER" - }, - "sgolemcage": "snowman_spawner", - "sgolemmcage": "snowman_spawner", - "sgolemmobcage": "snowman_spawner", - "sgolemmobspawner": "snowman_spawner", - "sgolemmonstercage": "snowman_spawner", - "sgolemmonsterspawner": "snowman_spawner", - "sgolemmspawner": "snowman_spawner", - "sgolemspawner": "snowman_spawner", - "snowgolemcage": "snowman_spawner", - "snowgolemmcage": "snowman_spawner", - "snowgolemmobcage": "snowman_spawner", - "snowgolemmobspawner": "snowman_spawner", - "snowgolemmonstercage": "snowman_spawner", - "snowgolemmonsterspawner": "snowman_spawner", - "snowgolemmspawner": "snowman_spawner", - "snowgolemspawner": "snowman_spawner", - "snowmancage": "snowman_spawner", - "snowmanmcage": "snowman_spawner", - "snowmanmobcage": "snowman_spawner", - "snowmanmobspawner": "snowman_spawner", - "snowmanmonstercage": "snowman_spawner", - "snowmanmonsterspawner": "snowman_spawner", - "snowmanmspawner": "snowman_spawner", - "snowmanspawner": "snowman_spawner", - "soul_campfire": { - "material": "SOUL_CAMPFIRE" - }, - "minecraft:soul_campfire": "soul_campfire", - "soulcampfire": "soul_campfire", - "soul_lantern": { - "material": "SOUL_LANTERN" - }, - "minecraft:soul_lantern": "soul_lantern", - "soullantern": "soul_lantern", - "soul_sand": { - "material": "SOUL_SAND" - }, - "minecraft:soul_sand": "soul_sand", - "soulsand": "soul_sand", - "soul_soil": { - "material": "SOUL_SOIL" - }, - "minecraft:soul_soil": "soul_soil", - "soulsoil": "soul_soil", - "soul_torch": { - "material": "SOUL_TORCH" - }, - "minecraft:soul_torch": "soul_torch", - "soultorch": "soul_torch", - "spawner": { - "material": "SPAWNER" - }, - "minecraft:spawner": "spawner", - "spectral_arrow": { - "material": "SPECTRAL_ARROW" - }, - "minecraft:spectral_arrow": "spectral_arrow", - "spectralarrow": "spectral_arrow", - "spider_eye": { - "material": "SPIDER_EYE" - }, - "minecraft:spider_eye": "spider_eye", - "spidereye": "spider_eye", - "spider_spawn_egg": { - "material": "SPIDER_SPAWN_EGG" - }, - "eggspid": "spider_spawn_egg", - "eggspider": "spider_spawn_egg", - "minecraft:spider_spawn_egg": "spider_spawn_egg", - "seggspid": "spider_spawn_egg", - "seggspider": "spider_spawn_egg", - "spawneggspid": "spider_spawn_egg", - "spawneggspider": "spider_spawn_egg", - "spawnspid": "spider_spawn_egg", - "spawnspider": "spider_spawn_egg", - "spidegg": "spider_spawn_egg", - "spideregg": "spider_spawn_egg", - "spidersegg": "spider_spawn_egg", - "spiderspawn": "spider_spawn_egg", - "spiderspawnegg": "spider_spawn_egg", - "spidsegg": "spider_spawn_egg", - "spidspawn": "spider_spawn_egg", - "spidspawnegg": "spider_spawn_egg", - "spider_spawner": { - "entity": "SPIDER", - "material": "SPAWNER" - }, - "spidcage": "spider_spawner", - "spidercage": "spider_spawner", - "spidermcage": "spider_spawner", - "spidermobcage": "spider_spawner", - "spidermobspawner": "spider_spawner", - "spidermonstercage": "spider_spawner", - "spidermonsterspawner": "spider_spawner", - "spidermspawner": "spider_spawner", - "spiderspawner": "spider_spawner", - "spidmcage": "spider_spawner", - "spidmobcage": "spider_spawner", - "spidmobspawner": "spider_spawner", - "spidmonstercage": "spider_spawner", - "spidmonsterspawner": "spider_spawner", - "spidmspawner": "spider_spawner", - "spidspawner": "spider_spawner", - "splash_potion": { - "material": "SPLASH_POTION" - }, - "minecraft:splash_potion": "splash_potion", - "splashpotion": "splash_potion", - "sponge": { - "material": "SPONGE" - }, - "minecraft:sponge": "sponge", - "spore_blossom": { - "material": "SPORE_BLOSSOM" - }, - "minecraft:spore_blossom": "spore_blossom", - "sporeblossom": "spore_blossom", - "spruce_boat": { - "material": "SPRUCE_BOAT" - }, - "boatd": "spruce_boat", - "boatdark": "spruce_boat", - "boatp": "spruce_boat", - "boatpine": "spruce_boat", - "boats": "spruce_boat", - "boatspruce": "spruce_boat", - "darkboat": "spruce_boat", - "darkraft": "spruce_boat", - "dboat": "spruce_boat", - "draft": "spruce_boat", - "minecraft:spruce_boat": "spruce_boat", - "pboat": "spruce_boat", - "pineboat": "spruce_boat", - "pineraft": "spruce_boat", - "praft": "spruce_boat", - "sboat": "spruce_boat", - "spruceboat": "spruce_boat", - "spruceraft": "spruce_boat", - "sraft": "spruce_boat", - "spruce_button": { - "material": "SPRUCE_BUTTON" - }, - "buttond": "spruce_button", - "buttondark": "spruce_button", - "buttonp": "spruce_button", - "buttonpine": "spruce_button", - "buttons": "spruce_button", - "buttonspruce": "spruce_button", - "darkbutton": "spruce_button", - "dbutton": "spruce_button", - "minecraft:spruce_button": "spruce_button", - "pbutton": "spruce_button", - "pinebutton": "spruce_button", - "sbutton": "spruce_button", - "sprucebutton": "spruce_button", - "spruce_door": { - "material": "SPRUCE_DOOR" - }, - "darkdoor": "spruce_door", - "ddoor": "spruce_door", - "minecraft:spruce_door": "spruce_door", - "pdoor": "spruce_door", - "pinedoor": "spruce_door", - "sprucedoor": "spruce_door", - "spruce_fence": { - "material": "SPRUCE_FENCE" - }, - "darkfence": "spruce_fence", - "dfence": "spruce_fence", - "minecraft:spruce_fence": "spruce_fence", - "pfence": "spruce_fence", - "pinefence": "spruce_fence", - "sfence": "spruce_fence", - "sprucefence": "spruce_fence", - "spruce_fence_gate": { - "material": "SPRUCE_FENCE_GATE" - }, - "darkfencegate": "spruce_fence_gate", - "darkgate": "spruce_fence_gate", - "dfencegate": "spruce_fence_gate", - "dgate": "spruce_fence_gate", - "gated": "spruce_fence_gate", - "gatedark": "spruce_fence_gate", - "gatep": "spruce_fence_gate", - "gatepine": "spruce_fence_gate", - "gates": "spruce_fence_gate", - "gatespruce": "spruce_fence_gate", - "minecraft:spruce_fence_gate": "spruce_fence_gate", - "pfencegate": "spruce_fence_gate", - "pgate": "spruce_fence_gate", - "pinefencegate": "spruce_fence_gate", - "pinegate": "spruce_fence_gate", - "sfencegate": "spruce_fence_gate", - "sgate": "spruce_fence_gate", - "sprucefencegate": "spruce_fence_gate", - "sprucegate": "spruce_fence_gate", - "spruce_leaves": { - "material": "SPRUCE_LEAVES" - }, - "darkleaf": "spruce_leaves", - "darkleave": "spruce_leaves", - "darkleaves": "spruce_leaves", - "darklogleaf": "spruce_leaves", - "darklogleave": "spruce_leaves", - "darklogleaves": "spruce_leaves", - "darktreeleaf": "spruce_leaves", - "darktreeleave": "spruce_leaves", - "darktreeleaves": "spruce_leaves", - "darktrunkleaf": "spruce_leaves", - "darktrunkleave": "spruce_leaves", - "darktrunkleaves": "spruce_leaves", - "darkwoodleaf": "spruce_leaves", - "darkwoodleave": "spruce_leaves", - "darkwoodleaves": "spruce_leaves", - "dleaf": "spruce_leaves", - "dleave": "spruce_leaves", - "dleaves": "spruce_leaves", - "dlogleaf": "spruce_leaves", - "dlogleave": "spruce_leaves", - "dlogleaves": "spruce_leaves", - "dtreeleaf": "spruce_leaves", - "dtreeleave": "spruce_leaves", - "dtreeleaves": "spruce_leaves", - "dtrunkleaf": "spruce_leaves", - "dtrunkleave": "spruce_leaves", - "dtrunkleaves": "spruce_leaves", - "dwoodleaf": "spruce_leaves", - "dwoodleave": "spruce_leaves", - "dwoodleaves": "spruce_leaves", - "leafd": "spruce_leaves", - "leafdark": "spruce_leaves", - "leafp": "spruce_leaves", - "leafpine": "spruce_leaves", - "leafs": "spruce_leaves", - "leafspruce": "spruce_leaves", - "leavesd": "spruce_leaves", - "leavesdark": "spruce_leaves", - "leavesp": "spruce_leaves", - "leavespine": "spruce_leaves", - "leavess": "spruce_leaves", - "leavesspruce": "spruce_leaves", - "minecraft:spruce_leaves": "spruce_leaves", - "pineleaf": "spruce_leaves", - "pineleave": "spruce_leaves", - "pineleaves": "spruce_leaves", - "pinelogleaf": "spruce_leaves", - "pinelogleave": "spruce_leaves", - "pinelogleaves": "spruce_leaves", - "pinetreeleaf": "spruce_leaves", - "pinetreeleave": "spruce_leaves", - "pinetreeleaves": "spruce_leaves", - "pinetrunkleaf": "spruce_leaves", - "pinetrunkleave": "spruce_leaves", - "pinetrunkleaves": "spruce_leaves", - "pinewoodleaf": "spruce_leaves", - "pinewoodleave": "spruce_leaves", - "pinewoodleaves": "spruce_leaves", - "pleaf": "spruce_leaves", - "pleave": "spruce_leaves", - "pleaves": "spruce_leaves", - "plogleaf": "spruce_leaves", - "plogleave": "spruce_leaves", - "plogleaves": "spruce_leaves", - "ptreeleaf": "spruce_leaves", - "ptreeleave": "spruce_leaves", - "ptreeleaves": "spruce_leaves", - "ptrunkleaf": "spruce_leaves", - "ptrunkleave": "spruce_leaves", - "ptrunkleaves": "spruce_leaves", - "pwoodleaf": "spruce_leaves", - "pwoodleave": "spruce_leaves", - "pwoodleaves": "spruce_leaves", - "sleaf": "spruce_leaves", - "sleave": "spruce_leaves", - "sleaves": "spruce_leaves", - "slogleaf": "spruce_leaves", - "slogleave": "spruce_leaves", - "slogleaves": "spruce_leaves", - "spruceleaf": "spruce_leaves", - "spruceleave": "spruce_leaves", - "spruceleaves": "spruce_leaves", - "sprucelogleaf": "spruce_leaves", - "sprucelogleave": "spruce_leaves", - "sprucelogleaves": "spruce_leaves", - "sprucetreeleaf": "spruce_leaves", - "sprucetreeleave": "spruce_leaves", - "sprucetreeleaves": "spruce_leaves", - "sprucetrunkleaf": "spruce_leaves", - "sprucetrunkleave": "spruce_leaves", - "sprucetrunkleaves": "spruce_leaves", - "sprucewoodleaf": "spruce_leaves", - "sprucewoodleave": "spruce_leaves", - "sprucewoodleaves": "spruce_leaves", - "streeleaf": "spruce_leaves", - "streeleave": "spruce_leaves", - "streeleaves": "spruce_leaves", - "strunkleaf": "spruce_leaves", - "strunkleave": "spruce_leaves", - "strunkleaves": "spruce_leaves", - "swoodleaf": "spruce_leaves", - "swoodleave": "spruce_leaves", - "swoodleaves": "spruce_leaves", - "spruce_log": { - "material": "SPRUCE_LOG" - }, - "darklog": "spruce_log", - "darktree": "spruce_log", - "darktrunk": "spruce_log", - "dlog": "spruce_log", - "dtree": "spruce_log", - "dtrunk": "spruce_log", - "logd": "spruce_log", - "logdark": "spruce_log", - "logp": "spruce_log", - "logpine": "spruce_log", - "logs": "spruce_log", - "logspruce": "spruce_log", - "minecraft:spruce_log": "spruce_log", - "pinelog": "spruce_log", - "pinetree": "spruce_log", - "pinetrunk": "spruce_log", - "plog": "spruce_log", - "ptree": "spruce_log", - "ptrunk": "spruce_log", - "slog": "spruce_log", - "sprucelog": "spruce_log", - "sprucetree": "spruce_log", - "sprucetrunk": "spruce_log", - "stree": "spruce_log", - "strunk": "spruce_log", - "spruce_planks": { - "material": "SPRUCE_PLANKS" - }, - "darkplank": "spruce_planks", - "darkplankw": "spruce_planks", - "darkplankwood": "spruce_planks", - "darkplankwooden": "spruce_planks", - "darkwoodenplank": "spruce_planks", - "darkwoodplank": "spruce_planks", - "darkwplank": "spruce_planks", - "dplank": "spruce_planks", - "dplankw": "spruce_planks", - "dplankwood": "spruce_planks", - "dplankwooden": "spruce_planks", - "dwoodenplank": "spruce_planks", - "dwoodplank": "spruce_planks", - "dwplank": "spruce_planks", - "minecraft:spruce_planks": "spruce_planks", - "pineplank": "spruce_planks", - "pineplankw": "spruce_planks", - "pineplankwood": "spruce_planks", - "pineplankwooden": "spruce_planks", - "pinewoodenplank": "spruce_planks", - "pinewoodplank": "spruce_planks", - "pinewplank": "spruce_planks", - "pplank": "spruce_planks", - "pplankw": "spruce_planks", - "pplankwood": "spruce_planks", - "pplankwooden": "spruce_planks", - "pwoodenplank": "spruce_planks", - "pwoodplank": "spruce_planks", - "pwplank": "spruce_planks", - "splank": "spruce_planks", - "splankw": "spruce_planks", - "splankwood": "spruce_planks", - "splankwooden": "spruce_planks", - "spruceplank": "spruce_planks", - "spruceplanks": "spruce_planks", - "spruceplankw": "spruce_planks", - "spruceplankwood": "spruce_planks", - "spruceplankwooden": "spruce_planks", - "sprucewoodenplank": "spruce_planks", - "sprucewoodplank": "spruce_planks", - "sprucewplank": "spruce_planks", - "swoodenplank": "spruce_planks", - "swoodplank": "spruce_planks", - "swplank": "spruce_planks", - "spruce_pressure_plate": { - "material": "SPRUCE_PRESSURE_PLATE" - }, - "darkplate": "spruce_pressure_plate", - "darkpplate": "spruce_pressure_plate", - "darkpressplate": "spruce_pressure_plate", - "darkpressureplate": "spruce_pressure_plate", - "dpplate": "spruce_pressure_plate", - "dpressplate": "spruce_pressure_plate", - "dpressureplate": "spruce_pressure_plate", - "minecraft:spruce_pressure_plate": "spruce_pressure_plate", - "pineplate": "spruce_pressure_plate", - "pinepplate": "spruce_pressure_plate", - "pinepressplate": "spruce_pressure_plate", - "pinepressureplate": "spruce_pressure_plate", - "plated": "spruce_pressure_plate", - "platedark": "spruce_pressure_plate", - "platep": "spruce_pressure_plate", - "platepine": "spruce_pressure_plate", - "plates": "spruce_pressure_plate", - "platespruce": "spruce_pressure_plate", - "pplate": "spruce_pressure_plate", - "ppplate": "spruce_pressure_plate", - "ppressplate": "spruce_pressure_plate", - "ppressureplate": "spruce_pressure_plate", - "spplate": "spruce_pressure_plate", - "spressplate": "spruce_pressure_plate", - "spressureplate": "spruce_pressure_plate", - "spruceplate": "spruce_pressure_plate", - "sprucepplate": "spruce_pressure_plate", - "sprucepressplate": "spruce_pressure_plate", - "sprucepressureplate": "spruce_pressure_plate", - "spruce_sapling": { - "material": "SPRUCE_SAPLING" - }, - "darklogsapling": "spruce_sapling", - "darksapling": "spruce_sapling", - "darktreesapling": "spruce_sapling", - "darktrunksapling": "spruce_sapling", - "darkwoodsapling": "spruce_sapling", - "dlogsapling": "spruce_sapling", - "dsapling": "spruce_sapling", - "dtreesapling": "spruce_sapling", - "dtrunksapling": "spruce_sapling", - "dwoodsapling": "spruce_sapling", - "minecraft:spruce_sapling": "spruce_sapling", - "pinelogsapling": "spruce_sapling", - "pinesapling": "spruce_sapling", - "pinetreesapling": "spruce_sapling", - "pinetrunksapling": "spruce_sapling", - "pinewoodsapling": "spruce_sapling", - "plogsapling": "spruce_sapling", - "psapling": "spruce_sapling", - "ptreesapling": "spruce_sapling", - "ptrunksapling": "spruce_sapling", - "pwoodsapling": "spruce_sapling", - "slogsapling": "spruce_sapling", - "sprucelogsapling": "spruce_sapling", - "sprucesapling": "spruce_sapling", - "sprucetreesapling": "spruce_sapling", - "sprucetrunksapling": "spruce_sapling", - "sprucewoodsapling": "spruce_sapling", - "ssapling": "spruce_sapling", - "streesapling": "spruce_sapling", - "strunksapling": "spruce_sapling", - "swoodsapling": "spruce_sapling", - "spruce_sign": { - "material": "SPRUCE_SIGN", - "fallbacks": [ - "SIGN" - ] - }, - "darksign": "spruce_sign", - "dsign": "spruce_sign", - "minecraft:spruce_sign": "spruce_sign", - "pinesign": "spruce_sign", - "psign": "spruce_sign", - "sprucesign": "spruce_sign", - "ssign": "spruce_sign", - "spruce_slab": { - "material": "SPRUCE_SLAB" - }, - "darkhalfblock": "spruce_slab", - "darkstep": "spruce_slab", - "darkwhalfblock": "spruce_slab", - "darkwoodenhalfblock": "spruce_slab", - "darkwoodenslab": "spruce_slab", - "darkwoodenstep": "spruce_slab", - "darkwoodhalfblock": "spruce_slab", - "darkwoodslab": "spruce_slab", - "darkwoodstep": "spruce_slab", - "darkwslab": "spruce_slab", - "darkwstep": "spruce_slab", - "dhalfblock": "spruce_slab", - "dstep": "spruce_slab", - "dwhalfblock": "spruce_slab", - "dwoodenhalfblock": "spruce_slab", - "dwoodenslab": "spruce_slab", - "dwoodenstep": "spruce_slab", - "dwoodhalfblock": "spruce_slab", - "dwoodslab": "spruce_slab", - "dwoodstep": "spruce_slab", - "dwslab": "spruce_slab", - "dwstep": "spruce_slab", - "minecraft:spruce_slab": "spruce_slab", - "phalfblock": "spruce_slab", - "pinehalfblock": "spruce_slab", - "pinestep": "spruce_slab", - "pinewhalfblock": "spruce_slab", - "pinewoodenhalfblock": "spruce_slab", - "pinewoodenslab": "spruce_slab", - "pinewoodenstep": "spruce_slab", - "pinewoodhalfblock": "spruce_slab", - "pinewoodslab": "spruce_slab", - "pinewoodstep": "spruce_slab", - "pinewslab": "spruce_slab", - "pinewstep": "spruce_slab", - "pstep": "spruce_slab", - "pwhalfblock": "spruce_slab", - "pwoodenhalfblock": "spruce_slab", - "pwoodenslab": "spruce_slab", - "pwoodenstep": "spruce_slab", - "pwoodhalfblock": "spruce_slab", - "pwoodslab": "spruce_slab", - "pwoodstep": "spruce_slab", - "pwslab": "spruce_slab", - "pwstep": "spruce_slab", - "shalfblock": "spruce_slab", - "sprucehalfblock": "spruce_slab", - "spruceslab": "spruce_slab", - "sprucestep": "spruce_slab", - "sprucewhalfblock": "spruce_slab", - "sprucewoodenhalfblock": "spruce_slab", - "sprucewoodenslab": "spruce_slab", - "sprucewoodenstep": "spruce_slab", - "sprucewoodhalfblock": "spruce_slab", - "sprucewoodslab": "spruce_slab", - "sprucewoodstep": "spruce_slab", - "sprucewslab": "spruce_slab", - "sprucewstep": "spruce_slab", - "sstep": "spruce_slab", - "swhalfblock": "spruce_slab", - "swoodenhalfblock": "spruce_slab", - "swoodenslab": "spruce_slab", - "swoodenstep": "spruce_slab", - "swoodhalfblock": "spruce_slab", - "swoodslab": "spruce_slab", - "swoodstep": "spruce_slab", - "swslab": "spruce_slab", - "swstep": "spruce_slab", - "spruce_stairs": { - "material": "SPRUCE_STAIRS" - }, - "darkstair": "spruce_stairs", - "darkwoodenstair": "spruce_stairs", - "darkwoodenstairs": "spruce_stairs", - "darkwoodstair": "spruce_stairs", - "darkwoodstairs": "spruce_stairs", - "darkwstair": "spruce_stairs", - "darkwstairs": "spruce_stairs", - "dstair": "spruce_stairs", - "dwoodenstair": "spruce_stairs", - "dwoodenstairs": "spruce_stairs", - "dwoodstair": "spruce_stairs", - "dwoodstairs": "spruce_stairs", - "dwstair": "spruce_stairs", - "dwstairs": "spruce_stairs", - "minecraft:spruce_stairs": "spruce_stairs", - "pinestair": "spruce_stairs", - "pinewoodenstair": "spruce_stairs", - "pinewoodenstairs": "spruce_stairs", - "pinewoodstair": "spruce_stairs", - "pinewoodstairs": "spruce_stairs", - "pinewstair": "spruce_stairs", - "pinewstairs": "spruce_stairs", - "pstair": "spruce_stairs", - "pwoodenstair": "spruce_stairs", - "pwoodenstairs": "spruce_stairs", - "pwoodstair": "spruce_stairs", - "pwoodstairs": "spruce_stairs", - "pwstair": "spruce_stairs", - "pwstairs": "spruce_stairs", - "sprucestair": "spruce_stairs", - "sprucestairs": "spruce_stairs", - "sprucewoodenstair": "spruce_stairs", - "sprucewoodenstairs": "spruce_stairs", - "sprucewoodstair": "spruce_stairs", - "sprucewoodstairs": "spruce_stairs", - "sprucewstair": "spruce_stairs", - "sprucewstairs": "spruce_stairs", - "sstair": "spruce_stairs", - "swoodenstair": "spruce_stairs", - "swoodenstairs": "spruce_stairs", - "swoodstair": "spruce_stairs", - "swoodstairs": "spruce_stairs", - "swstair": "spruce_stairs", - "swstairs": "spruce_stairs", - "spruce_trapdoor": { - "material": "SPRUCE_TRAPDOOR" - }, - "darkdoort": "spruce_trapdoor", - "darkdoortrap": "spruce_trapdoor", - "darkdtrap": "spruce_trapdoor", - "darkhatch": "spruce_trapdoor", - "darktdoor": "spruce_trapdoor", - "darktrapd": "spruce_trapdoor", - "darktrapdoor": "spruce_trapdoor", - "ddoort": "spruce_trapdoor", - "ddoortrap": "spruce_trapdoor", - "ddtrap": "spruce_trapdoor", - "dhatch": "spruce_trapdoor", - "dtdoor": "spruce_trapdoor", - "dtrapd": "spruce_trapdoor", - "dtrapdoor": "spruce_trapdoor", - "minecraft:spruce_trapdoor": "spruce_trapdoor", - "pdoort": "spruce_trapdoor", - "pdoortrap": "spruce_trapdoor", - "pdtrap": "spruce_trapdoor", - "phatch": "spruce_trapdoor", - "pinedoort": "spruce_trapdoor", - "pinedoortrap": "spruce_trapdoor", - "pinedtrap": "spruce_trapdoor", - "pinehatch": "spruce_trapdoor", - "pinetdoor": "spruce_trapdoor", - "pinetrapd": "spruce_trapdoor", - "pinetrapdoor": "spruce_trapdoor", - "ptdoor": "spruce_trapdoor", - "ptrapd": "spruce_trapdoor", - "ptrapdoor": "spruce_trapdoor", - "sprucedoort": "spruce_trapdoor", - "sprucedoortrap": "spruce_trapdoor", - "sprucedtrap": "spruce_trapdoor", - "sprucehatch": "spruce_trapdoor", - "sprucetdoor": "spruce_trapdoor", - "sprucetrapd": "spruce_trapdoor", - "sprucetrapdoor": "spruce_trapdoor", - "spruce_wood": { - "material": "SPRUCE_WOOD" - }, - "darklogall": "spruce_wood", - "darktreeall": "spruce_wood", - "darktrunkall": "spruce_wood", - "darkwood": "spruce_wood", - "dlogall": "spruce_wood", - "dtreeall": "spruce_wood", - "dtrunkall": "spruce_wood", - "dwood": "spruce_wood", - "minecraft:spruce_wood": "spruce_wood", - "pinelogall": "spruce_wood", - "pinetreeall": "spruce_wood", - "pinetrunkall": "spruce_wood", - "pinewood": "spruce_wood", - "plogall": "spruce_wood", - "ptreeall": "spruce_wood", - "ptrunkall": "spruce_wood", - "pwood": "spruce_wood", - "slogall": "spruce_wood", - "sprucelogall": "spruce_wood", - "sprucetreeall": "spruce_wood", - "sprucetrunkall": "spruce_wood", - "sprucewood": "spruce_wood", - "streeall": "spruce_wood", - "strunkall": "spruce_wood", - "swood": "spruce_wood", - "woodd": "spruce_wood", - "wooddark": "spruce_wood", - "woodp": "spruce_wood", - "woodpine": "spruce_wood", - "woods": "spruce_wood", - "woodspruce": "spruce_wood", - "spyglass": { - "material": "SPYGLASS" - }, - "minecraft:spyglass": "spyglass", - "squid_spawn_egg": { - "material": "SQUID_SPAWN_EGG" - }, - "eggsquid": "squid_spawn_egg", - "minecraft:squid_spawn_egg": "squid_spawn_egg", - "seggsquid": "squid_spawn_egg", - "spawneggsquid": "squid_spawn_egg", - "spawnsquid": "squid_spawn_egg", - "squidegg": "squid_spawn_egg", - "squidsegg": "squid_spawn_egg", - "squidspawn": "squid_spawn_egg", - "squidspawnegg": "squid_spawn_egg", - "squid_spawner": { - "entity": "SQUID", - "material": "SPAWNER" - }, - "squidcage": "squid_spawner", - "squidmcage": "squid_spawner", - "squidmobcage": "squid_spawner", - "squidmobspawner": "squid_spawner", - "squidmonstercage": "squid_spawner", - "squidmonsterspawner": "squid_spawner", - "squidmspawner": "squid_spawner", - "squidspawner": "squid_spawner", - "stick": { - "material": "STICK" - }, - "minecraft:stick": "stick", - "sticky_piston": { - "material": "STICKY_PISTON" - }, - "minecraft:sticky_piston": "sticky_piston", - "stickypiston": "sticky_piston", - "stone": { - "material": "STONE" - }, - "minecraft:stone": "stone", - "stone_axe": { - "material": "STONE_AXE" - }, - "cobblestoneaxe": "stone_axe", - "csaxe": "stone_axe", - "cstoneaxe": "stone_axe", - "minecraft:stone_axe": "stone_axe", - "stoneaxe": "stone_axe", - "stone_brick_slab": { - "material": "STONE_BRICK_SLAB" - }, - "minecraft:stone_brick_slab": "stone_brick_slab", - "stbrhalfblock": "stone_brick_slab", - "stbrickhalfblock": "stone_brick_slab", - "stbrickstep": "stone_brick_slab", - "stbrstep": "stone_brick_slab", - "stonebrhalfblock": "stone_brick_slab", - "stonebrickhalfblock": "stone_brick_slab", - "stonebrickslab": "stone_brick_slab", - "stonebrickstep": "stone_brick_slab", - "stonebrstep": "stone_brick_slab", - "stone_brick_stairs": { - "material": "STONE_BRICK_STAIRS" - }, - "minecraft:stone_brick_stairs": "stone_brick_stairs", - "stbrickstair": "stone_brick_stairs", - "stbrickstairs": "stone_brick_stairs", - "stbrstair": "stone_brick_stairs", - "stbrstairs": "stone_brick_stairs", - "stonebrickstair": "stone_brick_stairs", - "stonebrickstairs": "stone_brick_stairs", - "stonebrstair": "stone_brick_stairs", - "stonebrstairs": "stone_brick_stairs", - "stone_brick_wall": { - "material": "STONE_BRICK_WALL" - }, - "minecraft:stone_brick_wall": "stone_brick_wall", - "stbrickwall": "stone_brick_wall", - "stbrwall": "stone_brick_wall", - "stonebrickwall": "stone_brick_wall", - "stonebrwall": "stone_brick_wall", - "wallstbr": "stone_brick_wall", - "wallstbrick": "stone_brick_wall", - "wallstonebr": "stone_brick_wall", - "wallstonebrick": "stone_brick_wall", - "stone_bricks": { - "material": "STONE_BRICKS" - }, - "minecraft:stone_bricks": "stone_bricks", - "stbr": "stone_bricks", - "stbrick": "stone_bricks", - "stonebr": "stone_bricks", - "stonebrick": "stone_bricks", - "stonebricks": "stone_bricks", - "stone_button": { - "material": "STONE_BUTTON" - }, - "minecraft:stone_button": "stone_button", - "stonebutton": "stone_button", - "stone_hoe": { - "material": "STONE_HOE" - }, - "cobblestonehoe": "stone_hoe", - "cshoe": "stone_hoe", - "cstonehoe": "stone_hoe", - "minecraft:stone_hoe": "stone_hoe", - "stonehoe": "stone_hoe", - "stone_pickaxe": { - "material": "STONE_PICKAXE" - }, - "cobblestonepick": "stone_pickaxe", - "cobblestonepickaxe": "stone_pickaxe", - "cspick": "stone_pickaxe", - "cspickaxe": "stone_pickaxe", - "cstonepick": "stone_pickaxe", - "cstonepickaxe": "stone_pickaxe", - "minecraft:stone_pickaxe": "stone_pickaxe", - "stonepick": "stone_pickaxe", - "stonepickaxe": "stone_pickaxe", - "stone_pressure_plate": { - "material": "STONE_PRESSURE_PLATE" - }, - "minecraft:stone_pressure_plate": "stone_pressure_plate", - "stonepressureplate": "stone_pressure_plate", - "stone_shovel": { - "material": "STONE_SHOVEL" - }, - "cobblestoneshovel": "stone_shovel", - "cobblestonespade": "stone_shovel", - "csshovel": "stone_shovel", - "csspade": "stone_shovel", - "cstoneshovel": "stone_shovel", - "cstonespade": "stone_shovel", - "minecraft:stone_shovel": "stone_shovel", - "stoneshovel": "stone_shovel", - "stonespade": "stone_shovel", - "stone_slab": { - "material": "STONE_SLAB" - }, - "minecraft:stone_slab": "stone_slab", - "stoneslab": "stone_slab", - "stone_stairs": { - "material": "STONE_STAIRS" - }, - "minecraft:stone_stairs": "stone_stairs", - "stonestairs": "stone_stairs", - "stone_sword": { - "material": "STONE_SWORD" - }, - "cobblestonesword": "stone_sword", - "cssword": "stone_sword", - "cstonesword": "stone_sword", - "minecraft:stone_sword": "stone_sword", - "stonesword": "stone_sword", - "stonecutter": { - "material": "STONECUTTER" - }, - "minecraft:stonecutter": "stonecutter", - "stray_spawn_egg": { - "material": "STRAY_SPAWN_EGG" - }, - "eggstray": "stray_spawn_egg", - "minecraft:stray_spawn_egg": "stray_spawn_egg", - "seggstray": "stray_spawn_egg", - "spawneggstray": "stray_spawn_egg", - "spawnstray": "stray_spawn_egg", - "strayegg": "stray_spawn_egg", - "straysegg": "stray_spawn_egg", - "strayspawn": "stray_spawn_egg", - "strayspawnegg": "stray_spawn_egg", - "stray_spawner": { - "entity": "STRAY", - "material": "SPAWNER" - }, - "straycage": "stray_spawner", - "straymcage": "stray_spawner", - "straymobcage": "stray_spawner", - "straymobspawner": "stray_spawner", - "straymonstercage": "stray_spawner", - "straymonsterspawner": "stray_spawner", - "straymspawner": "stray_spawner", - "strayspawner": "stray_spawner", - "strength_lingering_potion": { - "potionData": { - "type": "STRENGTH", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionstr": "strength_lingering_potion", - "aoepotionstrength": "strength_lingering_potion", - "aoepotionstrong": "strength_lingering_potion", - "aoepotstr": "strength_lingering_potion", - "aoepotstrength": "strength_lingering_potion", - "aoepotstrong": "strength_lingering_potion", - "areapotionstr": "strength_lingering_potion", - "areapotionstrength": "strength_lingering_potion", - "areapotionstrong": "strength_lingering_potion", - "areapotstr": "strength_lingering_potion", - "areapotstrength": "strength_lingering_potion", - "areapotstrong": "strength_lingering_potion", - "cloudpotionstr": "strength_lingering_potion", - "cloudpotionstrength": "strength_lingering_potion", - "cloudpotionstrong": "strength_lingering_potion", - "cloudpotstr": "strength_lingering_potion", - "cloudpotstrength": "strength_lingering_potion", - "cloudpotstrong": "strength_lingering_potion", - "lingerpotstr": "strength_lingering_potion", - "lingerpotstrength": "strength_lingering_potion", - "lingerpotstrong": "strength_lingering_potion", - "straoepoiont": "strength_lingering_potion", - "straoepot": "strength_lingering_potion", - "strareapot": "strength_lingering_potion", - "strareapotion": "strength_lingering_potion", - "strcloudpot": "strength_lingering_potion", - "strcloudpotion": "strength_lingering_potion", - "strengthaoepoiont": "strength_lingering_potion", - "strengthaoepot": "strength_lingering_potion", - "strengthareapot": "strength_lingering_potion", - "strengthareapotion": "strength_lingering_potion", - "strengthcloudpot": "strength_lingering_potion", - "strengthcloudpotion": "strength_lingering_potion", - "strengthlingerpot": "strength_lingering_potion", - "strlingerpot": "strength_lingering_potion", - "strongaoepoiont": "strength_lingering_potion", - "strongaoepot": "strength_lingering_potion", - "strongareapot": "strength_lingering_potion", - "strongareapotion": "strength_lingering_potion", - "strongcloudpot": "strength_lingering_potion", - "strongcloudpotion": "strength_lingering_potion", - "stronglingerpot": "strength_lingering_potion", - "strength_potion": { - "potionData": { - "type": "STRENGTH", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "potionofstr": "strength_potion", - "potionofstrength": "strength_potion", - "potionofstrong": "strength_potion", - "potofstr": "strength_potion", - "potofstrength": "strength_potion", - "potofstrong": "strength_potion", - "strengthpot": "strength_potion", - "strengthpotion": "strength_potion", - "strongpot": "strength_potion", - "strongpotion": "strength_potion", - "strpot": "strength_potion", - "strpotion": "strength_potion", - "strength_splash_potion": { - "potionData": { - "type": "STRENGTH", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "splashstrengthpot": "strength_splash_potion", - "splashstrengthpotion": "strength_splash_potion", - "splashstrongpot": "strength_splash_potion", - "splashstrongpotion": "strength_splash_potion", - "splashstrpot": "strength_splash_potion", - "splashstrpotion": "strength_splash_potion", - "splstrengthpot": "strength_splash_potion", - "splstrengthpotion": "strength_splash_potion", - "splstrongpot": "strength_splash_potion", - "splstrongpotion": "strength_splash_potion", - "splstrpot": "strength_splash_potion", - "splstrpotion": "strength_splash_potion", - "strengthsplashpot": "strength_splash_potion", - "strengthsplashpotion": "strength_splash_potion", - "strongsplashpot": "strength_splash_potion", - "strongsplashpotion": "strength_splash_potion", - "strsplashpot": "strength_splash_potion", - "strsplashpotion": "strength_splash_potion", - "strength_tipped_arrow": { - "potionData": { - "type": "STRENGTH", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowstr": "strength_tipped_arrow", - "arrowstrength": "strength_tipped_arrow", - "arrowstrong": "strength_tipped_arrow", - "strarrow": "strength_tipped_arrow", - "strengtharrow": "strength_tipped_arrow", - "strengthtarr": "strength_tipped_arrow", - "strengthtarrow": "strength_tipped_arrow", - "strengthtippedarrow": "strength_tipped_arrow", - "strongarrow": "strength_tipped_arrow", - "strongtarr": "strength_tipped_arrow", - "strongtarrow": "strength_tipped_arrow", - "strongtippedarrow": "strength_tipped_arrow", - "strtarr": "strength_tipped_arrow", - "strtarrow": "strength_tipped_arrow", - "strtippedarrow": "strength_tipped_arrow", - "strider_spawn_egg": { - "material": "STRIDER_SPAWN_EGG" - }, - "eggstrider": "strider_spawn_egg", - "eggswimmypig": "strider_spawn_egg", - "minecraft:strider_spawn_egg": "strider_spawn_egg", - "seggstrider": "strider_spawn_egg", - "seggswimmypig": "strider_spawn_egg", - "spawneggstrider": "strider_spawn_egg", - "spawneggswimmypig": "strider_spawn_egg", - "spawnstrider": "strider_spawn_egg", - "spawnswimmypig": "strider_spawn_egg", - "strideregg": "strider_spawn_egg", - "stridersegg": "strider_spawn_egg", - "striderspawn": "strider_spawn_egg", - "striderspawnegg": "strider_spawn_egg", - "swimmypigegg": "strider_spawn_egg", - "swimmypigsegg": "strider_spawn_egg", - "swimmypigspawn": "strider_spawn_egg", - "swimmypigspawnegg": "strider_spawn_egg", - "strider_spawner": { - "entity": "STRIDER", - "material": "SPAWNER" - }, - "stridercage": "strider_spawner", - "stridermcage": "strider_spawner", - "stridermobcage": "strider_spawner", - "stridermobspawner": "strider_spawner", - "stridermonstercage": "strider_spawner", - "stridermonsterspawner": "strider_spawner", - "stridermspawner": "strider_spawner", - "striderspawner": "strider_spawner", - "swimmypigcage": "strider_spawner", - "swimmypigmcage": "strider_spawner", - "swimmypigmobcage": "strider_spawner", - "swimmypigmobspawner": "strider_spawner", - "swimmypigmonstercage": "strider_spawner", - "swimmypigmonsterspawner": "strider_spawner", - "swimmypigmspawner": "strider_spawner", - "swimmypigspawner": "strider_spawner", - "string": { - "material": "STRING" - }, - "minecraft:string": "string", - "stripped_acacia_log": { - "material": "STRIPPED_ACACIA_LOG" - }, - "abarelog": "stripped_acacia_log", - "acaciabarelog": "stripped_acacia_log", - "acaciastrippedlog": "stripped_acacia_log", - "acbarelog": "stripped_acacia_log", - "acstrippedlog": "stripped_acacia_log", - "astrippedlog": "stripped_acacia_log", - "bareacaciatree": "stripped_acacia_log", - "bareacaciatrunk": "stripped_acacia_log", - "bareactree": "stripped_acacia_log", - "bareactrunk": "stripped_acacia_log", - "bareatree": "stripped_acacia_log", - "bareatrunk": "stripped_acacia_log", - "logacaciastripped": "stripped_acacia_log", - "logacstripped": "stripped_acacia_log", - "logastripped": "stripped_acacia_log", - "minecraft:stripped_acacia_log": "stripped_acacia_log", - "stracacialog": "stripped_acacia_log", - "straclog": "stripped_acacia_log", - "stralog": "stripped_acacia_log", - "strippedacacialog": "stripped_acacia_log", - "strippedacaciatree": "stripped_acacia_log", - "strippedacaciatrunk": "stripped_acacia_log", - "strippedaclog": "stripped_acacia_log", - "strippedactree": "stripped_acacia_log", - "strippedactrunk": "stripped_acacia_log", - "strippedalog": "stripped_acacia_log", - "strippedatree": "stripped_acacia_log", - "strippedatrunk": "stripped_acacia_log", - "stripped_acacia_wood": { - "material": "STRIPPED_ACACIA_WOOD" - }, - "abarewood": "stripped_acacia_wood", - "acaciabarewood": "stripped_acacia_wood", - "acaciastrippedwood": "stripped_acacia_wood", - "acbarewood": "stripped_acacia_wood", - "acstrippedwood": "stripped_acacia_wood", - "astrippedwood": "stripped_acacia_wood", - "bareacacialogall": "stripped_acacia_wood", - "bareacaciatreeall": "stripped_acacia_wood", - "bareacaciatrunkall": "stripped_acacia_wood", - "bareaclogall": "stripped_acacia_wood", - "bareactreeall": "stripped_acacia_wood", - "bareactrunkall": "stripped_acacia_wood", - "barealogall": "stripped_acacia_wood", - "bareatreeall": "stripped_acacia_wood", - "bareatrunkall": "stripped_acacia_wood", - "minecraft:stripped_acacia_wood": "stripped_acacia_wood", - "stracaciawood": "stripped_acacia_wood", - "stracwood": "stripped_acacia_wood", - "strawood": "stripped_acacia_wood", - "strippedacacialogall": "stripped_acacia_wood", - "strippedacaciatreeall": "stripped_acacia_wood", - "strippedacaciatrunkall": "stripped_acacia_wood", - "strippedacaciawood": "stripped_acacia_wood", - "strippedaclogall": "stripped_acacia_wood", - "strippedactreeall": "stripped_acacia_wood", - "strippedactrunkall": "stripped_acacia_wood", - "strippedacwood": "stripped_acacia_wood", - "strippedalogall": "stripped_acacia_wood", - "strippedatreeall": "stripped_acacia_wood", - "strippedatrunkall": "stripped_acacia_wood", - "strippedawood": "stripped_acacia_wood", - "woodacaciastripped": "stripped_acacia_wood", - "woodacstripped": "stripped_acacia_wood", - "woodastripped": "stripped_acacia_wood", - "stripped_birch_log": { - "material": "STRIPPED_BIRCH_LOG" - }, - "barebirchtree": "stripped_birch_log", - "barebirchtrunk": "stripped_birch_log", - "barebtree": "stripped_birch_log", - "barebtrunk": "stripped_birch_log", - "barelighttree": "stripped_birch_log", - "barelighttrunk": "stripped_birch_log", - "bareltree": "stripped_birch_log", - "bareltrunk": "stripped_birch_log", - "barewhitetree": "stripped_birch_log", - "barewhitetrunk": "stripped_birch_log", - "barewtree": "stripped_birch_log", - "barewtrunk": "stripped_birch_log", - "bbarelog": "stripped_birch_log", - "birchbarelog": "stripped_birch_log", - "birchstrippedlog": "stripped_birch_log", - "bstrippedlog": "stripped_birch_log", - "lbarelog": "stripped_birch_log", - "lightbarelog": "stripped_birch_log", - "lightstrippedlog": "stripped_birch_log", - "logbirchstripped": "stripped_birch_log", - "logbstripped": "stripped_birch_log", - "loglightstripped": "stripped_birch_log", - "loglstripped": "stripped_birch_log", - "logwhitestripped": "stripped_birch_log", - "logwstripped": "stripped_birch_log", - "lstrippedlog": "stripped_birch_log", - "minecraft:stripped_birch_log": "stripped_birch_log", - "strbirchlog": "stripped_birch_log", - "strblog": "stripped_birch_log", - "strippedbirchlog": "stripped_birch_log", - "strippedbirchtree": "stripped_birch_log", - "strippedbirchtrunk": "stripped_birch_log", - "strippedblog": "stripped_birch_log", - "strippedbtree": "stripped_birch_log", - "strippedbtrunk": "stripped_birch_log", - "strippedlightlog": "stripped_birch_log", - "strippedlighttree": "stripped_birch_log", - "strippedlighttrunk": "stripped_birch_log", - "strippedllog": "stripped_birch_log", - "strippedltree": "stripped_birch_log", - "strippedltrunk": "stripped_birch_log", - "strippedwhitelog": "stripped_birch_log", - "strippedwhitetree": "stripped_birch_log", - "strippedwhitetrunk": "stripped_birch_log", - "strippedwlog": "stripped_birch_log", - "strippedwtree": "stripped_birch_log", - "strippedwtrunk": "stripped_birch_log", - "strlightlog": "stripped_birch_log", - "strllog": "stripped_birch_log", - "strwhitelog": "stripped_birch_log", - "strwlog": "stripped_birch_log", - "wbarelog": "stripped_birch_log", - "whitebarelog": "stripped_birch_log", - "whitestrippedlog": "stripped_birch_log", - "wstrippedlog": "stripped_birch_log", - "stripped_birch_wood": { - "material": "STRIPPED_BIRCH_WOOD" - }, - "barebirchlogall": "stripped_birch_wood", - "barebirchtreeall": "stripped_birch_wood", - "barebirchtrunkall": "stripped_birch_wood", - "bareblogall": "stripped_birch_wood", - "barebtreeall": "stripped_birch_wood", - "barebtrunkall": "stripped_birch_wood", - "barelightlogall": "stripped_birch_wood", - "barelighttreeall": "stripped_birch_wood", - "barelighttrunkall": "stripped_birch_wood", - "barellogall": "stripped_birch_wood", - "bareltreeall": "stripped_birch_wood", - "bareltrunkall": "stripped_birch_wood", - "barewhitelogall": "stripped_birch_wood", - "barewhitetreeall": "stripped_birch_wood", - "barewhitetrunkall": "stripped_birch_wood", - "barewlogall": "stripped_birch_wood", - "barewtreeall": "stripped_birch_wood", - "barewtrunkall": "stripped_birch_wood", - "bbarewood": "stripped_birch_wood", - "birchbarewood": "stripped_birch_wood", - "birchstrippedwood": "stripped_birch_wood", - "bstrippedwood": "stripped_birch_wood", - "lbarewood": "stripped_birch_wood", - "lightbarewood": "stripped_birch_wood", - "lightstrippedwood": "stripped_birch_wood", - "lstrippedwood": "stripped_birch_wood", - "minecraft:stripped_birch_wood": "stripped_birch_wood", - "strbirchwood": "stripped_birch_wood", - "strbwood": "stripped_birch_wood", - "strippedbirchlogall": "stripped_birch_wood", - "strippedbirchtreeall": "stripped_birch_wood", - "strippedbirchtrunkall": "stripped_birch_wood", - "strippedbirchwood": "stripped_birch_wood", - "strippedblogall": "stripped_birch_wood", - "strippedbtreeall": "stripped_birch_wood", - "strippedbtrunkall": "stripped_birch_wood", - "strippedbwood": "stripped_birch_wood", - "strippedlightlogall": "stripped_birch_wood", - "strippedlighttreeall": "stripped_birch_wood", - "strippedlighttrunkall": "stripped_birch_wood", - "strippedlightwood": "stripped_birch_wood", - "strippedllogall": "stripped_birch_wood", - "strippedltreeall": "stripped_birch_wood", - "strippedltrunkall": "stripped_birch_wood", - "strippedlwood": "stripped_birch_wood", - "strippedwhitelogall": "stripped_birch_wood", - "strippedwhitetreeall": "stripped_birch_wood", - "strippedwhitetrunkall": "stripped_birch_wood", - "strippedwhitewood": "stripped_birch_wood", - "strippedwlogall": "stripped_birch_wood", - "strippedwtreeall": "stripped_birch_wood", - "strippedwtrunkall": "stripped_birch_wood", - "strippedwwood": "stripped_birch_wood", - "strlightwood": "stripped_birch_wood", - "strlwood": "stripped_birch_wood", - "strwhitewood": "stripped_birch_wood", - "strwwood": "stripped_birch_wood", - "wbarewood": "stripped_birch_wood", - "whitebarewood": "stripped_birch_wood", - "whitestrippedwood": "stripped_birch_wood", - "woodbirchstripped": "stripped_birch_wood", - "woodbstripped": "stripped_birch_wood", - "woodlightstripped": "stripped_birch_wood", - "woodlstripped": "stripped_birch_wood", - "woodwhitestripped": "stripped_birch_wood", - "woodwstripped": "stripped_birch_wood", - "wstrippedwood": "stripped_birch_wood", - "stripped_crimson_hyphae": { - "material": "STRIPPED_CRIMSON_HYPHAE" - }, - "minecraft:stripped_crimson_hyphae": "stripped_crimson_hyphae", - "strcrhyphae": "stripped_crimson_hyphae", - "strcrimhyphae": "stripped_crimson_hyphae", - "strcrimsonhyphae": "stripped_crimson_hyphae", - "strippedcrhyphae": "stripped_crimson_hyphae", - "strippedcrimhyphae": "stripped_crimson_hyphae", - "strippedcrimsonhyphae": "stripped_crimson_hyphae", - "stripped_crimson_stem": { - "material": "STRIPPED_CRIMSON_STEM" - }, - "barecrimsonstem": "stripped_crimson_stem", - "barecrimsontree": "stripped_crimson_stem", - "barecrimstem": "stripped_crimson_stem", - "barecrimtree": "stripped_crimson_stem", - "barecrstem": "stripped_crimson_stem", - "barecrtree": "stripped_crimson_stem", - "crbarelog": "stripped_crimson_stem", - "crimbarelog": "stripped_crimson_stem", - "crimsonbarelog": "stripped_crimson_stem", - "crimsonstrippedlog": "stripped_crimson_stem", - "crimstrippedlog": "stripped_crimson_stem", - "crstrippedlog": "stripped_crimson_stem", - "logcrimsonstripped": "stripped_crimson_stem", - "logcrimstripped": "stripped_crimson_stem", - "logcrstripped": "stripped_crimson_stem", - "minecraft:stripped_crimson_stem": "stripped_crimson_stem", - "strcrimlog": "stripped_crimson_stem", - "strcrimsonlog": "stripped_crimson_stem", - "strcrlog": "stripped_crimson_stem", - "strippedcrimlog": "stripped_crimson_stem", - "strippedcrimsonlog": "stripped_crimson_stem", - "strippedcrimsonstem": "stripped_crimson_stem", - "strippedcrimsontree": "stripped_crimson_stem", - "strippedcrimstem": "stripped_crimson_stem", - "strippedcrimtree": "stripped_crimson_stem", - "strippedcrlog": "stripped_crimson_stem", - "strippedcrstem": "stripped_crimson_stem", - "strippedcrtree": "stripped_crimson_stem", - "stripped_dark_oak_log": { - "material": "STRIPPED_DARK_OAK_LOG" - }, - "baredark_oaktree": "stripped_dark_oak_log", - "baredark_oaktrunk": "stripped_dark_oak_log", - "baredarkoaktree": "stripped_dark_oak_log", - "baredarkoaktrunk": "stripped_dark_oak_log", - "baredoaktree": "stripped_dark_oak_log", - "baredoaktrunk": "stripped_dark_oak_log", - "baredotree": "stripped_dark_oak_log", - "baredotrunk": "stripped_dark_oak_log", - "dark_oakbarelog": "stripped_dark_oak_log", - "dark_oakstrippedlog": "stripped_dark_oak_log", - "darkoakbarelog": "stripped_dark_oak_log", - "darkoakstrippedlog": "stripped_dark_oak_log", - "doakbarelog": "stripped_dark_oak_log", - "doakstrippedlog": "stripped_dark_oak_log", - "dobarelog": "stripped_dark_oak_log", - "dostrippedlog": "stripped_dark_oak_log", - "logdark_oakstripped": "stripped_dark_oak_log", - "logdarkoakstripped": "stripped_dark_oak_log", - "logdoakstripped": "stripped_dark_oak_log", - "logdostripped": "stripped_dark_oak_log", - "minecraft:stripped_dark_oak_log": "stripped_dark_oak_log", - "strdark_oaklog": "stripped_dark_oak_log", - "strdarkoaklog": "stripped_dark_oak_log", - "strdoaklog": "stripped_dark_oak_log", - "strdolog": "stripped_dark_oak_log", - "strippeddark_oaklog": "stripped_dark_oak_log", - "strippeddark_oaktree": "stripped_dark_oak_log", - "strippeddark_oaktrunk": "stripped_dark_oak_log", - "strippeddarkoaklog": "stripped_dark_oak_log", - "strippeddarkoaktree": "stripped_dark_oak_log", - "strippeddarkoaktrunk": "stripped_dark_oak_log", - "strippeddoaklog": "stripped_dark_oak_log", - "strippeddoaktree": "stripped_dark_oak_log", - "strippeddoaktrunk": "stripped_dark_oak_log", - "strippeddolog": "stripped_dark_oak_log", - "strippeddotree": "stripped_dark_oak_log", - "strippeddotrunk": "stripped_dark_oak_log", - "stripped_dark_oak_wood": { - "material": "STRIPPED_DARK_OAK_WOOD" - }, - "baredark_oaklogall": "stripped_dark_oak_wood", - "baredark_oaktreeall": "stripped_dark_oak_wood", - "baredark_oaktrunkall": "stripped_dark_oak_wood", - "baredarkoaklogall": "stripped_dark_oak_wood", - "baredarkoaktreeall": "stripped_dark_oak_wood", - "baredarkoaktrunkall": "stripped_dark_oak_wood", - "baredoaklogall": "stripped_dark_oak_wood", - "baredoaktreeall": "stripped_dark_oak_wood", - "baredoaktrunkall": "stripped_dark_oak_wood", - "baredologall": "stripped_dark_oak_wood", - "baredotreeall": "stripped_dark_oak_wood", - "baredotrunkall": "stripped_dark_oak_wood", - "dark_oakbarewood": "stripped_dark_oak_wood", - "dark_oakstrippedwood": "stripped_dark_oak_wood", - "darkoakbarewood": "stripped_dark_oak_wood", - "darkoakstrippedwood": "stripped_dark_oak_wood", - "doakbarewood": "stripped_dark_oak_wood", - "doakstrippedwood": "stripped_dark_oak_wood", - "dobarewood": "stripped_dark_oak_wood", - "dostrippedwood": "stripped_dark_oak_wood", - "minecraft:stripped_dark_oak_wood": "stripped_dark_oak_wood", - "strdark_oakwood": "stripped_dark_oak_wood", - "strdarkoakwood": "stripped_dark_oak_wood", - "strdoakwood": "stripped_dark_oak_wood", - "strdowood": "stripped_dark_oak_wood", - "strippeddark_oaklogall": "stripped_dark_oak_wood", - "strippeddark_oaktreeall": "stripped_dark_oak_wood", - "strippeddark_oaktrunkall": "stripped_dark_oak_wood", - "strippeddark_oakwood": "stripped_dark_oak_wood", - "strippeddarkoaklogall": "stripped_dark_oak_wood", - "strippeddarkoaktreeall": "stripped_dark_oak_wood", - "strippeddarkoaktrunkall": "stripped_dark_oak_wood", - "strippeddarkoakwood": "stripped_dark_oak_wood", - "strippeddoaklogall": "stripped_dark_oak_wood", - "strippeddoaktreeall": "stripped_dark_oak_wood", - "strippeddoaktrunkall": "stripped_dark_oak_wood", - "strippeddoakwood": "stripped_dark_oak_wood", - "strippeddologall": "stripped_dark_oak_wood", - "strippeddotreeall": "stripped_dark_oak_wood", - "strippeddotrunkall": "stripped_dark_oak_wood", - "strippeddowood": "stripped_dark_oak_wood", - "wooddark_oakstripped": "stripped_dark_oak_wood", - "wooddarkoakstripped": "stripped_dark_oak_wood", - "wooddoakstripped": "stripped_dark_oak_wood", - "wooddostripped": "stripped_dark_oak_wood", - "stripped_jungle_log": { - "material": "STRIPPED_JUNGLE_LOG" - }, - "bareforesttree": "stripped_jungle_log", - "bareforesttrunk": "stripped_jungle_log", - "bareftree": "stripped_jungle_log", - "bareftrunk": "stripped_jungle_log", - "barejtree": "stripped_jungle_log", - "barejtrunk": "stripped_jungle_log", - "barejungletree": "stripped_jungle_log", - "barejungletrunk": "stripped_jungle_log", - "fbarelog": "stripped_jungle_log", - "forestbarelog": "stripped_jungle_log", - "foreststrippedlog": "stripped_jungle_log", - "fstrippedlog": "stripped_jungle_log", - "jbarelog": "stripped_jungle_log", - "jstrippedlog": "stripped_jungle_log", - "junglebarelog": "stripped_jungle_log", - "junglestrippedlog": "stripped_jungle_log", - "logforeststripped": "stripped_jungle_log", - "logfstripped": "stripped_jungle_log", - "logjstripped": "stripped_jungle_log", - "logjunglestripped": "stripped_jungle_log", - "minecraft:stripped_jungle_log": "stripped_jungle_log", - "strflog": "stripped_jungle_log", - "strforestlog": "stripped_jungle_log", - "strippedflog": "stripped_jungle_log", - "strippedforestlog": "stripped_jungle_log", - "strippedforesttree": "stripped_jungle_log", - "strippedforesttrunk": "stripped_jungle_log", - "strippedftree": "stripped_jungle_log", - "strippedftrunk": "stripped_jungle_log", - "strippedjlog": "stripped_jungle_log", - "strippedjtree": "stripped_jungle_log", - "strippedjtrunk": "stripped_jungle_log", - "strippedjunglelog": "stripped_jungle_log", - "strippedjungletree": "stripped_jungle_log", - "strippedjungletrunk": "stripped_jungle_log", - "strjlog": "stripped_jungle_log", - "strjunglelog": "stripped_jungle_log", - "stripped_jungle_wood": { - "material": "STRIPPED_JUNGLE_WOOD" - }, - "bareflogall": "stripped_jungle_wood", - "bareforestlogall": "stripped_jungle_wood", - "bareforesttreeall": "stripped_jungle_wood", - "bareforesttrunkall": "stripped_jungle_wood", - "bareftreeall": "stripped_jungle_wood", - "bareftrunkall": "stripped_jungle_wood", - "barejlogall": "stripped_jungle_wood", - "barejtreeall": "stripped_jungle_wood", - "barejtrunkall": "stripped_jungle_wood", - "barejunglelogall": "stripped_jungle_wood", - "barejungletreeall": "stripped_jungle_wood", - "barejungletrunkall": "stripped_jungle_wood", - "fbarewood": "stripped_jungle_wood", - "forestbarewood": "stripped_jungle_wood", - "foreststrippedwood": "stripped_jungle_wood", - "fstrippedwood": "stripped_jungle_wood", - "jbarewood": "stripped_jungle_wood", - "jstrippedwood": "stripped_jungle_wood", - "junglebarewood": "stripped_jungle_wood", - "junglestrippedwood": "stripped_jungle_wood", - "minecraft:stripped_jungle_wood": "stripped_jungle_wood", - "strforestwood": "stripped_jungle_wood", - "strfwood": "stripped_jungle_wood", - "strippedflogall": "stripped_jungle_wood", - "strippedforestlogall": "stripped_jungle_wood", - "strippedforesttreeall": "stripped_jungle_wood", - "strippedforesttrunkall": "stripped_jungle_wood", - "strippedforestwood": "stripped_jungle_wood", - "strippedftreeall": "stripped_jungle_wood", - "strippedftrunkall": "stripped_jungle_wood", - "strippedfwood": "stripped_jungle_wood", - "strippedjlogall": "stripped_jungle_wood", - "strippedjtreeall": "stripped_jungle_wood", - "strippedjtrunkall": "stripped_jungle_wood", - "strippedjunglelogall": "stripped_jungle_wood", - "strippedjungletreeall": "stripped_jungle_wood", - "strippedjungletrunkall": "stripped_jungle_wood", - "strippedjunglewood": "stripped_jungle_wood", - "strippedjwood": "stripped_jungle_wood", - "strjunglewood": "stripped_jungle_wood", - "strjwood": "stripped_jungle_wood", - "woodforeststripped": "stripped_jungle_wood", - "woodfstripped": "stripped_jungle_wood", - "woodjstripped": "stripped_jungle_wood", - "woodjunglestripped": "stripped_jungle_wood", - "stripped_oak_log": { - "material": "STRIPPED_OAK_LOG" - }, - "bareoaktree": "stripped_oak_log", - "bareoaktrunk": "stripped_oak_log", - "bareotree": "stripped_oak_log", - "bareotrunk": "stripped_oak_log", - "logoakstripped": "stripped_oak_log", - "logostripped": "stripped_oak_log", - "minecraft:stripped_oak_log": "stripped_oak_log", - "oakbarelog": "stripped_oak_log", - "oakstrippedlog": "stripped_oak_log", - "obarelog": "stripped_oak_log", - "ostrippedlog": "stripped_oak_log", - "strippedoaklog": "stripped_oak_log", - "strippedoaktree": "stripped_oak_log", - "strippedoaktrunk": "stripped_oak_log", - "strippedolog": "stripped_oak_log", - "strippedotree": "stripped_oak_log", - "strippedotrunk": "stripped_oak_log", - "stroaklog": "stripped_oak_log", - "strolog": "stripped_oak_log", - "stripped_oak_wood": { - "material": "STRIPPED_OAK_WOOD" - }, - "bareoaklogall": "stripped_oak_wood", - "bareoaktreeall": "stripped_oak_wood", - "bareoaktrunkall": "stripped_oak_wood", - "bareologall": "stripped_oak_wood", - "bareotreeall": "stripped_oak_wood", - "bareotrunkall": "stripped_oak_wood", - "minecraft:stripped_oak_wood": "stripped_oak_wood", - "oakbarewood": "stripped_oak_wood", - "oakstrippedwood": "stripped_oak_wood", - "obarewood": "stripped_oak_wood", - "ostrippedwood": "stripped_oak_wood", - "strippedoaklogall": "stripped_oak_wood", - "strippedoaktreeall": "stripped_oak_wood", - "strippedoaktrunkall": "stripped_oak_wood", - "strippedoakwood": "stripped_oak_wood", - "strippedologall": "stripped_oak_wood", - "strippedotreeall": "stripped_oak_wood", - "strippedotrunkall": "stripped_oak_wood", - "strippedowood": "stripped_oak_wood", - "stroakwood": "stripped_oak_wood", - "strowood": "stripped_oak_wood", - "woodoakstripped": "stripped_oak_wood", - "woodostripped": "stripped_oak_wood", - "stripped_spruce_log": { - "material": "STRIPPED_SPRUCE_LOG" - }, - "baredarktree": "stripped_spruce_log", - "baredarktrunk": "stripped_spruce_log", - "baredtree": "stripped_spruce_log", - "baredtrunk": "stripped_spruce_log", - "barepinetree": "stripped_spruce_log", - "barepinetrunk": "stripped_spruce_log", - "bareptree": "stripped_spruce_log", - "bareptrunk": "stripped_spruce_log", - "baresprucetree": "stripped_spruce_log", - "baresprucetrunk": "stripped_spruce_log", - "barestree": "stripped_spruce_log", - "barestrunk": "stripped_spruce_log", - "darkbarelog": "stripped_spruce_log", - "darkstrippedlog": "stripped_spruce_log", - "dbarelog": "stripped_spruce_log", - "dstrippedlog": "stripped_spruce_log", - "logdarkstripped": "stripped_spruce_log", - "logdstripped": "stripped_spruce_log", - "logpinestripped": "stripped_spruce_log", - "logpstripped": "stripped_spruce_log", - "logsprucestripped": "stripped_spruce_log", - "logsstripped": "stripped_spruce_log", - "minecraft:stripped_spruce_log": "stripped_spruce_log", - "pbarelog": "stripped_spruce_log", - "pinebarelog": "stripped_spruce_log", - "pinestrippedlog": "stripped_spruce_log", - "pstrippedlog": "stripped_spruce_log", - "sbarelog": "stripped_spruce_log", - "sprucebarelog": "stripped_spruce_log", - "sprucestrippedlog": "stripped_spruce_log", - "sstrippedlog": "stripped_spruce_log", - "strdarklog": "stripped_spruce_log", - "strdlog": "stripped_spruce_log", - "strippeddarklog": "stripped_spruce_log", - "strippeddarktree": "stripped_spruce_log", - "strippeddarktrunk": "stripped_spruce_log", - "strippeddlog": "stripped_spruce_log", - "strippeddtree": "stripped_spruce_log", - "strippeddtrunk": "stripped_spruce_log", - "strippedpinelog": "stripped_spruce_log", - "strippedpinetree": "stripped_spruce_log", - "strippedpinetrunk": "stripped_spruce_log", - "strippedplog": "stripped_spruce_log", - "strippedptree": "stripped_spruce_log", - "strippedptrunk": "stripped_spruce_log", - "strippedslog": "stripped_spruce_log", - "strippedsprucelog": "stripped_spruce_log", - "strippedsprucetree": "stripped_spruce_log", - "strippedsprucetrunk": "stripped_spruce_log", - "strippedstree": "stripped_spruce_log", - "strippedstrunk": "stripped_spruce_log", - "strpinelog": "stripped_spruce_log", - "strplog": "stripped_spruce_log", - "strslog": "stripped_spruce_log", - "strsprucelog": "stripped_spruce_log", - "stripped_spruce_wood": { - "material": "STRIPPED_SPRUCE_WOOD" - }, - "baredarklogall": "stripped_spruce_wood", - "baredarktreeall": "stripped_spruce_wood", - "baredarktrunkall": "stripped_spruce_wood", - "baredlogall": "stripped_spruce_wood", - "baredtreeall": "stripped_spruce_wood", - "baredtrunkall": "stripped_spruce_wood", - "barepinelogall": "stripped_spruce_wood", - "barepinetreeall": "stripped_spruce_wood", - "barepinetrunkall": "stripped_spruce_wood", - "bareplogall": "stripped_spruce_wood", - "bareptreeall": "stripped_spruce_wood", - "bareptrunkall": "stripped_spruce_wood", - "bareslogall": "stripped_spruce_wood", - "baresprucelogall": "stripped_spruce_wood", - "baresprucetreeall": "stripped_spruce_wood", - "baresprucetrunkall": "stripped_spruce_wood", - "barestreeall": "stripped_spruce_wood", - "barestrunkall": "stripped_spruce_wood", - "darkbarewood": "stripped_spruce_wood", - "darkstrippedwood": "stripped_spruce_wood", - "dbarewood": "stripped_spruce_wood", - "dstrippedwood": "stripped_spruce_wood", - "minecraft:stripped_spruce_wood": "stripped_spruce_wood", - "pbarewood": "stripped_spruce_wood", - "pinebarewood": "stripped_spruce_wood", - "pinestrippedwood": "stripped_spruce_wood", - "pstrippedwood": "stripped_spruce_wood", - "sbarewood": "stripped_spruce_wood", - "sprucebarewood": "stripped_spruce_wood", - "sprucestrippedwood": "stripped_spruce_wood", - "sstrippedwood": "stripped_spruce_wood", - "strdarkwood": "stripped_spruce_wood", - "strdwood": "stripped_spruce_wood", - "strippeddarklogall": "stripped_spruce_wood", - "strippeddarktreeall": "stripped_spruce_wood", - "strippeddarktrunkall": "stripped_spruce_wood", - "strippeddarkwood": "stripped_spruce_wood", - "strippeddlogall": "stripped_spruce_wood", - "strippeddtreeall": "stripped_spruce_wood", - "strippeddtrunkall": "stripped_spruce_wood", - "strippeddwood": "stripped_spruce_wood", - "strippedpinelogall": "stripped_spruce_wood", - "strippedpinetreeall": "stripped_spruce_wood", - "strippedpinetrunkall": "stripped_spruce_wood", - "strippedpinewood": "stripped_spruce_wood", - "strippedplogall": "stripped_spruce_wood", - "strippedptreeall": "stripped_spruce_wood", - "strippedptrunkall": "stripped_spruce_wood", - "strippedpwood": "stripped_spruce_wood", - "strippedslogall": "stripped_spruce_wood", - "strippedsprucelogall": "stripped_spruce_wood", - "strippedsprucetreeall": "stripped_spruce_wood", - "strippedsprucetrunkall": "stripped_spruce_wood", - "strippedsprucewood": "stripped_spruce_wood", - "strippedstreeall": "stripped_spruce_wood", - "strippedstrunkall": "stripped_spruce_wood", - "strippedswood": "stripped_spruce_wood", - "strpinewood": "stripped_spruce_wood", - "strpwood": "stripped_spruce_wood", - "strsprucewood": "stripped_spruce_wood", - "strswood": "stripped_spruce_wood", - "wooddarkstripped": "stripped_spruce_wood", - "wooddstripped": "stripped_spruce_wood", - "woodpinestripped": "stripped_spruce_wood", - "woodpstripped": "stripped_spruce_wood", - "woodsprucestripped": "stripped_spruce_wood", - "woodsstripped": "stripped_spruce_wood", - "stripped_warped_hyphae": { - "material": "STRIPPED_WARPED_HYPHAE" - }, - "minecraft:stripped_warped_hyphae": "stripped_warped_hyphae", - "strippedwarpedhyphae": "stripped_warped_hyphae", - "strippedwarphyphae": "stripped_warped_hyphae", - "strwarpedhyphae": "stripped_warped_hyphae", - "strwarphyphae": "stripped_warped_hyphae", - "stripped_warped_stem": { - "material": "STRIPPED_WARPED_STEM" - }, - "barewarpedstem": "stripped_warped_stem", - "barewarpedtree": "stripped_warped_stem", - "barewarpstem": "stripped_warped_stem", - "barewarptree": "stripped_warped_stem", - "logwarpedstripped": "stripped_warped_stem", - "logwarpstripped": "stripped_warped_stem", - "minecraft:stripped_warped_stem": "stripped_warped_stem", - "strippedwarpedlog": "stripped_warped_stem", - "strippedwarpedstem": "stripped_warped_stem", - "strippedwarpedtree": "stripped_warped_stem", - "strippedwarplog": "stripped_warped_stem", - "strippedwarpstem": "stripped_warped_stem", - "strippedwarptree": "stripped_warped_stem", - "strwarpedlog": "stripped_warped_stem", - "strwarplog": "stripped_warped_stem", - "warpbarelog": "stripped_warped_stem", - "warpedbarelog": "stripped_warped_stem", - "warpedstrippedlog": "stripped_warped_stem", - "warpstrippedlog": "stripped_warped_stem", - "strong_harming_lingering_potion": { - "potionData": { - "type": "INSTANT_DAMAGE", - "upgraded": true, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotdamageii": "strong_harming_lingering_potion", - "aoepotdamagelevelii": "strong_harming_lingering_potion", - "aoepotdamagestrong": "strong_harming_lingering_potion", - "aoepotdii": "strong_harming_lingering_potion", - "aoepotdlevelii": "strong_harming_lingering_potion", - "aoepotdmgii": "strong_harming_lingering_potion", - "aoepotdmglevelii": "strong_harming_lingering_potion", - "aoepotdmgstrong": "strong_harming_lingering_potion", - "aoepotdstrong": "strong_harming_lingering_potion", - "aoepotharmingii": "strong_harming_lingering_potion", - "aoepotharminglevelii": "strong_harming_lingering_potion", - "aoepotharmingstrong": "strong_harming_lingering_potion", - "aoepotinstantdamageii": "strong_harming_lingering_potion", - "aoepotinstantdamagelevelii": "strong_harming_lingering_potion", - "aoepotinstantdamagestrong": "strong_harming_lingering_potion", - "aoepotiondamageii": "strong_harming_lingering_potion", - "aoepotiondamagelevelii": "strong_harming_lingering_potion", - "aoepotiondamagestrong": "strong_harming_lingering_potion", - "aoepotiondii": "strong_harming_lingering_potion", - "aoepotiondlevelii": "strong_harming_lingering_potion", - "aoepotiondmgii": "strong_harming_lingering_potion", - "aoepotiondmglevelii": "strong_harming_lingering_potion", - "aoepotiondmgstrong": "strong_harming_lingering_potion", - "aoepotiondstrong": "strong_harming_lingering_potion", - "aoepotionharmingii": "strong_harming_lingering_potion", - "aoepotionharminglevelii": "strong_harming_lingering_potion", - "aoepotionharmingstrong": "strong_harming_lingering_potion", - "aoepotioninstantdamageii": "strong_harming_lingering_potion", - "aoepotioninstantdamagelevelii": "strong_harming_lingering_potion", - "aoepotioninstantdamagestrong": "strong_harming_lingering_potion", - "areapotdamageii": "strong_harming_lingering_potion", - "areapotdamagelevelii": "strong_harming_lingering_potion", - "areapotdamagestrong": "strong_harming_lingering_potion", - "areapotdii": "strong_harming_lingering_potion", - "areapotdlevelii": "strong_harming_lingering_potion", - "areapotdmgii": "strong_harming_lingering_potion", - "areapotdmglevelii": "strong_harming_lingering_potion", - "areapotdmgstrong": "strong_harming_lingering_potion", - "areapotdstrong": "strong_harming_lingering_potion", - "areapotharmingii": "strong_harming_lingering_potion", - "areapotharminglevelii": "strong_harming_lingering_potion", - "areapotharmingstrong": "strong_harming_lingering_potion", - "areapotinstantdamageii": "strong_harming_lingering_potion", - "areapotinstantdamagelevelii": "strong_harming_lingering_potion", - "areapotinstantdamagestrong": "strong_harming_lingering_potion", - "areapotiondamageii": "strong_harming_lingering_potion", - "areapotiondamagelevelii": "strong_harming_lingering_potion", - "areapotiondamagestrong": "strong_harming_lingering_potion", - "areapotiondii": "strong_harming_lingering_potion", - "areapotiondlevelii": "strong_harming_lingering_potion", - "areapotiondmgii": "strong_harming_lingering_potion", - "areapotiondmglevelii": "strong_harming_lingering_potion", - "areapotiondmgstrong": "strong_harming_lingering_potion", - "areapotiondstrong": "strong_harming_lingering_potion", - "areapotionharmingii": "strong_harming_lingering_potion", - "areapotionharminglevelii": "strong_harming_lingering_potion", - "areapotionharmingstrong": "strong_harming_lingering_potion", - "areapotioninstantdamageii": "strong_harming_lingering_potion", - "areapotioninstantdamagelevelii": "strong_harming_lingering_potion", - "areapotioninstantdamagestrong": "strong_harming_lingering_potion", - "cloudpotdamageii": "strong_harming_lingering_potion", - "cloudpotdamagelevelii": "strong_harming_lingering_potion", - "cloudpotdamagestrong": "strong_harming_lingering_potion", - "cloudpotdii": "strong_harming_lingering_potion", - "cloudpotdlevelii": "strong_harming_lingering_potion", - "cloudpotdmgii": "strong_harming_lingering_potion", - "cloudpotdmglevelii": "strong_harming_lingering_potion", - "cloudpotdmgstrong": "strong_harming_lingering_potion", - "cloudpotdstrong": "strong_harming_lingering_potion", - "cloudpotharmingii": "strong_harming_lingering_potion", - "cloudpotharminglevelii": "strong_harming_lingering_potion", - "cloudpotharmingstrong": "strong_harming_lingering_potion", - "cloudpotinstantdamageii": "strong_harming_lingering_potion", - "cloudpotinstantdamagelevelii": "strong_harming_lingering_potion", - "cloudpotinstantdamagestrong": "strong_harming_lingering_potion", - "cloudpotiondamageii": "strong_harming_lingering_potion", - "cloudpotiondamagelevelii": "strong_harming_lingering_potion", - "cloudpotiondamagestrong": "strong_harming_lingering_potion", - "cloudpotiondii": "strong_harming_lingering_potion", - "cloudpotiondlevelii": "strong_harming_lingering_potion", - "cloudpotiondmgii": "strong_harming_lingering_potion", - "cloudpotiondmglevelii": "strong_harming_lingering_potion", - "cloudpotiondmgstrong": "strong_harming_lingering_potion", - "cloudpotiondstrong": "strong_harming_lingering_potion", - "cloudpotionharmingii": "strong_harming_lingering_potion", - "cloudpotionharminglevelii": "strong_harming_lingering_potion", - "cloudpotionharmingstrong": "strong_harming_lingering_potion", - "cloudpotioninstantdamageii": "strong_harming_lingering_potion", - "cloudpotioninstantdamagelevelii": "strong_harming_lingering_potion", - "cloudpotioninstantdamagestrong": "strong_harming_lingering_potion", - "damageaoepoiontii": "strong_harming_lingering_potion", - "damageaoepoiontlevelii": "strong_harming_lingering_potion", - "damageaoepoiontstrong": "strong_harming_lingering_potion", - "damageaoepotii": "strong_harming_lingering_potion", - "damageaoepotlevelii": "strong_harming_lingering_potion", - "damageaoepotstrong": "strong_harming_lingering_potion", - "damageareapotii": "strong_harming_lingering_potion", - "damageareapotionii": "strong_harming_lingering_potion", - "damageareapotionlevelii": "strong_harming_lingering_potion", - "damageareapotionstrong": "strong_harming_lingering_potion", - "damageareapotlevelii": "strong_harming_lingering_potion", - "damageareapotstrong": "strong_harming_lingering_potion", - "damagecloudpotii": "strong_harming_lingering_potion", - "damagecloudpotionii": "strong_harming_lingering_potion", - "damagecloudpotionlevelii": "strong_harming_lingering_potion", - "damagecloudpotionstrong": "strong_harming_lingering_potion", - "damagecloudpotlevelii": "strong_harming_lingering_potion", - "damagecloudpotstrong": "strong_harming_lingering_potion", - "damagelingerpotii": "strong_harming_lingering_potion", - "damagelingerpotlevelii": "strong_harming_lingering_potion", - "damagelingerpotstrong": "strong_harming_lingering_potion", - "daoepoiontii": "strong_harming_lingering_potion", - "daoepoiontlevelii": "strong_harming_lingering_potion", - "daoepoiontstrong": "strong_harming_lingering_potion", - "daoepotii": "strong_harming_lingering_potion", - "daoepotlevelii": "strong_harming_lingering_potion", - "daoepotstrong": "strong_harming_lingering_potion", - "dareapotii": "strong_harming_lingering_potion", - "dareapotionii": "strong_harming_lingering_potion", - "dareapotionlevelii": "strong_harming_lingering_potion", - "dareapotionstrong": "strong_harming_lingering_potion", - "dareapotlevelii": "strong_harming_lingering_potion", - "dareapotstrong": "strong_harming_lingering_potion", - "dcloudpotii": "strong_harming_lingering_potion", - "dcloudpotionii": "strong_harming_lingering_potion", - "dcloudpotionlevelii": "strong_harming_lingering_potion", - "dcloudpotionstrong": "strong_harming_lingering_potion", - "dcloudpotlevelii": "strong_harming_lingering_potion", - "dcloudpotstrong": "strong_harming_lingering_potion", - "dlingerpotii": "strong_harming_lingering_potion", - "dlingerpotlevelii": "strong_harming_lingering_potion", - "dlingerpotstrong": "strong_harming_lingering_potion", - "dmgaoepoiontii": "strong_harming_lingering_potion", - "dmgaoepoiontlevelii": "strong_harming_lingering_potion", - "dmgaoepoiontstrong": "strong_harming_lingering_potion", - "dmgaoepotii": "strong_harming_lingering_potion", - "dmgaoepotlevelii": "strong_harming_lingering_potion", - "dmgaoepotstrong": "strong_harming_lingering_potion", - "dmgareapotii": "strong_harming_lingering_potion", - "dmgareapotionii": "strong_harming_lingering_potion", - "dmgareapotionlevelii": "strong_harming_lingering_potion", - "dmgareapotionstrong": "strong_harming_lingering_potion", - "dmgareapotlevelii": "strong_harming_lingering_potion", - "dmgareapotstrong": "strong_harming_lingering_potion", - "dmgcloudpotii": "strong_harming_lingering_potion", - "dmgcloudpotionii": "strong_harming_lingering_potion", - "dmgcloudpotionlevelii": "strong_harming_lingering_potion", - "dmgcloudpotionstrong": "strong_harming_lingering_potion", - "dmgcloudpotlevelii": "strong_harming_lingering_potion", - "dmgcloudpotstrong": "strong_harming_lingering_potion", - "dmglingerpotii": "strong_harming_lingering_potion", - "dmglingerpotlevelii": "strong_harming_lingering_potion", - "dmglingerpotstrong": "strong_harming_lingering_potion", - "harmingaoepoiontii": "strong_harming_lingering_potion", - "harmingaoepoiontlevelii": "strong_harming_lingering_potion", - "harmingaoepoiontstrong": "strong_harming_lingering_potion", - "harmingaoepotii": "strong_harming_lingering_potion", - "harmingaoepotlevelii": "strong_harming_lingering_potion", - "harmingaoepotstrong": "strong_harming_lingering_potion", - "harmingareapotii": "strong_harming_lingering_potion", - "harmingareapotionii": "strong_harming_lingering_potion", - "harmingareapotionlevelii": "strong_harming_lingering_potion", - "harmingareapotionstrong": "strong_harming_lingering_potion", - "harmingareapotlevelii": "strong_harming_lingering_potion", - "harmingareapotstrong": "strong_harming_lingering_potion", - "harmingcloudpotii": "strong_harming_lingering_potion", - "harmingcloudpotionii": "strong_harming_lingering_potion", - "harmingcloudpotionlevelii": "strong_harming_lingering_potion", - "harmingcloudpotionstrong": "strong_harming_lingering_potion", - "harmingcloudpotlevelii": "strong_harming_lingering_potion", - "harmingcloudpotstrong": "strong_harming_lingering_potion", - "harminglingerpotii": "strong_harming_lingering_potion", - "harminglingerpotlevelii": "strong_harming_lingering_potion", - "harminglingerpotstrong": "strong_harming_lingering_potion", - "instantdamageaoepoiontii": "strong_harming_lingering_potion", - "instantdamageaoepoiontlevelii": "strong_harming_lingering_potion", - "instantdamageaoepoiontstrong": "strong_harming_lingering_potion", - "instantdamageaoepotii": "strong_harming_lingering_potion", - "instantdamageaoepotlevelii": "strong_harming_lingering_potion", - "instantdamageaoepotstrong": "strong_harming_lingering_potion", - "instantdamageareapotii": "strong_harming_lingering_potion", - "instantdamageareapotionii": "strong_harming_lingering_potion", - "instantdamageareapotionlevelii": "strong_harming_lingering_potion", - "instantdamageareapotionstrong": "strong_harming_lingering_potion", - "instantdamageareapotlevelii": "strong_harming_lingering_potion", - "instantdamageareapotstrong": "strong_harming_lingering_potion", - "instantdamagecloudpotii": "strong_harming_lingering_potion", - "instantdamagecloudpotionii": "strong_harming_lingering_potion", - "instantdamagecloudpotionlevelii": "strong_harming_lingering_potion", - "instantdamagecloudpotionstrong": "strong_harming_lingering_potion", - "instantdamagecloudpotlevelii": "strong_harming_lingering_potion", - "instantdamagecloudpotstrong": "strong_harming_lingering_potion", - "instantdamagelingerpotii": "strong_harming_lingering_potion", - "instantdamagelingerpotlevelii": "strong_harming_lingering_potion", - "instantdamagelingerpotstrong": "strong_harming_lingering_potion", - "lingerpotdamageii": "strong_harming_lingering_potion", - "lingerpotdamagelevelii": "strong_harming_lingering_potion", - "lingerpotdamagestrong": "strong_harming_lingering_potion", - "lingerpotdii": "strong_harming_lingering_potion", - "lingerpotdlevelii": "strong_harming_lingering_potion", - "lingerpotdmgii": "strong_harming_lingering_potion", - "lingerpotdmglevelii": "strong_harming_lingering_potion", - "lingerpotdmgstrong": "strong_harming_lingering_potion", - "lingerpotdstrong": "strong_harming_lingering_potion", - "lingerpotharmingii": "strong_harming_lingering_potion", - "lingerpotharminglevelii": "strong_harming_lingering_potion", - "lingerpotharmingstrong": "strong_harming_lingering_potion", - "lingerpotinstantdamageii": "strong_harming_lingering_potion", - "lingerpotinstantdamagelevelii": "strong_harming_lingering_potion", - "lingerpotinstantdamagestrong": "strong_harming_lingering_potion", - "strong_harming_potion": { - "potionData": { - "type": "INSTANT_DAMAGE", - "upgraded": true, - "extended": false - }, - "material": "POTION" - }, - "damageiipot": "strong_harming_potion", - "damageiipotion": "strong_harming_potion", - "damageleveliipot": "strong_harming_potion", - "damageleveliipotion": "strong_harming_potion", - "damagestrongpot": "strong_harming_potion", - "damagestrongpotion": "strong_harming_potion", - "diipot": "strong_harming_potion", - "diipotion": "strong_harming_potion", - "dleveliipot": "strong_harming_potion", - "dleveliipotion": "strong_harming_potion", - "dmgiipot": "strong_harming_potion", - "dmgiipotion": "strong_harming_potion", - "dmgleveliipot": "strong_harming_potion", - "dmgleveliipotion": "strong_harming_potion", - "dmgstrongpot": "strong_harming_potion", - "dmgstrongpotion": "strong_harming_potion", - "dstrongpot": "strong_harming_potion", - "dstrongpotion": "strong_harming_potion", - "harmingiipot": "strong_harming_potion", - "harmingiipotion": "strong_harming_potion", - "harmingleveliipot": "strong_harming_potion", - "harmingleveliipotion": "strong_harming_potion", - "harmingstrongpot": "strong_harming_potion", - "harmingstrongpotion": "strong_harming_potion", - "instantdamageiipot": "strong_harming_potion", - "instantdamageiipotion": "strong_harming_potion", - "instantdamageleveliipot": "strong_harming_potion", - "instantdamageleveliipotion": "strong_harming_potion", - "instantdamagestrongpot": "strong_harming_potion", - "instantdamagestrongpotion": "strong_harming_potion", - "potionofdamageii": "strong_harming_potion", - "potionofdamagelevelii": "strong_harming_potion", - "potionofdamagestrong": "strong_harming_potion", - "potionofdii": "strong_harming_potion", - "potionofdlevelii": "strong_harming_potion", - "potionofdmgii": "strong_harming_potion", - "potionofdmglevelii": "strong_harming_potion", - "potionofdmgstrong": "strong_harming_potion", - "potionofdstrong": "strong_harming_potion", - "potionofharmingii": "strong_harming_potion", - "potionofharminglevelii": "strong_harming_potion", - "potionofharmingstrong": "strong_harming_potion", - "potionofinstantdamageii": "strong_harming_potion", - "potionofinstantdamagelevelii": "strong_harming_potion", - "potionofinstantdamagestrong": "strong_harming_potion", - "potofdamageii": "strong_harming_potion", - "potofdamagelevelii": "strong_harming_potion", - "potofdamagestrong": "strong_harming_potion", - "potofdii": "strong_harming_potion", - "potofdlevelii": "strong_harming_potion", - "potofdmgii": "strong_harming_potion", - "potofdmglevelii": "strong_harming_potion", - "potofdmgstrong": "strong_harming_potion", - "potofdstrong": "strong_harming_potion", - "potofharmingii": "strong_harming_potion", - "potofharminglevelii": "strong_harming_potion", - "potofharmingstrong": "strong_harming_potion", - "potofinstantdamageii": "strong_harming_potion", - "potofinstantdamagelevelii": "strong_harming_potion", - "potofinstantdamagestrong": "strong_harming_potion", - "strong_harming_splash_potion": { - "potionData": { - "type": "INSTANT_DAMAGE", - "upgraded": true, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "damageiisplashpot": "strong_harming_splash_potion", - "damageiisplashpotion": "strong_harming_splash_potion", - "damageleveliisplashpot": "strong_harming_splash_potion", - "damageleveliisplashpotion": "strong_harming_splash_potion", - "damagestrongsplashpot": "strong_harming_splash_potion", - "damagestrongsplashpotion": "strong_harming_splash_potion", - "diisplashpot": "strong_harming_splash_potion", - "diisplashpotion": "strong_harming_splash_potion", - "dleveliisplashpot": "strong_harming_splash_potion", - "dleveliisplashpotion": "strong_harming_splash_potion", - "dmgiisplashpot": "strong_harming_splash_potion", - "dmgiisplashpotion": "strong_harming_splash_potion", - "dmgleveliisplashpot": "strong_harming_splash_potion", - "dmgleveliisplashpotion": "strong_harming_splash_potion", - "dmgstrongsplashpot": "strong_harming_splash_potion", - "dmgstrongsplashpotion": "strong_harming_splash_potion", - "dstrongsplashpot": "strong_harming_splash_potion", - "dstrongsplashpotion": "strong_harming_splash_potion", - "harmingiisplashpot": "strong_harming_splash_potion", - "harmingiisplashpotion": "strong_harming_splash_potion", - "harmingleveliisplashpot": "strong_harming_splash_potion", - "harmingleveliisplashpotion": "strong_harming_splash_potion", - "harmingstrongsplashpot": "strong_harming_splash_potion", - "harmingstrongsplashpotion": "strong_harming_splash_potion", - "instantdamageiisplashpot": "strong_harming_splash_potion", - "instantdamageiisplashpotion": "strong_harming_splash_potion", - "instantdamageleveliisplashpot": "strong_harming_splash_potion", - "instantdamageleveliisplashpotion": "strong_harming_splash_potion", - "instantdamagestrongsplashpot": "strong_harming_splash_potion", - "instantdamagestrongsplashpotion": "strong_harming_splash_potion", - "splashdamageiipot": "strong_harming_splash_potion", - "splashdamageiipotion": "strong_harming_splash_potion", - "splashdamageleveliipot": "strong_harming_splash_potion", - "splashdamageleveliipotion": "strong_harming_splash_potion", - "splashdamagestrongpot": "strong_harming_splash_potion", - "splashdamagestrongpotion": "strong_harming_splash_potion", - "splashdiipot": "strong_harming_splash_potion", - "splashdiipotion": "strong_harming_splash_potion", - "splashdleveliipot": "strong_harming_splash_potion", - "splashdleveliipotion": "strong_harming_splash_potion", - "splashdmgiipot": "strong_harming_splash_potion", - "splashdmgiipotion": "strong_harming_splash_potion", - "splashdmgleveliipot": "strong_harming_splash_potion", - "splashdmgleveliipotion": "strong_harming_splash_potion", - "splashdmgstrongpot": "strong_harming_splash_potion", - "splashdmgstrongpotion": "strong_harming_splash_potion", - "splashdstrongpot": "strong_harming_splash_potion", - "splashdstrongpotion": "strong_harming_splash_potion", - "splashharmingiipot": "strong_harming_splash_potion", - "splashharmingiipotion": "strong_harming_splash_potion", - "splashharmingleveliipot": "strong_harming_splash_potion", - "splashharmingleveliipotion": "strong_harming_splash_potion", - "splashharmingstrongpot": "strong_harming_splash_potion", - "splashharmingstrongpotion": "strong_harming_splash_potion", - "splashinstantdamageiipot": "strong_harming_splash_potion", - "splashinstantdamageiipotion": "strong_harming_splash_potion", - "splashinstantdamageleveliipot": "strong_harming_splash_potion", - "splashinstantdamageleveliipotion": "strong_harming_splash_potion", - "splashinstantdamagestrongpot": "strong_harming_splash_potion", - "splashinstantdamagestrongpotion": "strong_harming_splash_potion", - "spldamageiipot": "strong_harming_splash_potion", - "spldamageiipotion": "strong_harming_splash_potion", - "spldamageleveliipot": "strong_harming_splash_potion", - "spldamageleveliipotion": "strong_harming_splash_potion", - "spldamagestrongpot": "strong_harming_splash_potion", - "spldamagestrongpotion": "strong_harming_splash_potion", - "spldiipot": "strong_harming_splash_potion", - "spldiipotion": "strong_harming_splash_potion", - "spldleveliipot": "strong_harming_splash_potion", - "spldleveliipotion": "strong_harming_splash_potion", - "spldmgiipot": "strong_harming_splash_potion", - "spldmgiipotion": "strong_harming_splash_potion", - "spldmgleveliipot": "strong_harming_splash_potion", - "spldmgleveliipotion": "strong_harming_splash_potion", - "spldmgstrongpot": "strong_harming_splash_potion", - "spldmgstrongpotion": "strong_harming_splash_potion", - "spldstrongpot": "strong_harming_splash_potion", - "spldstrongpotion": "strong_harming_splash_potion", - "splharmingiipot": "strong_harming_splash_potion", - "splharmingiipotion": "strong_harming_splash_potion", - "splharmingleveliipot": "strong_harming_splash_potion", - "splharmingleveliipotion": "strong_harming_splash_potion", - "splharmingstrongpot": "strong_harming_splash_potion", - "splharmingstrongpotion": "strong_harming_splash_potion", - "splinstantdamageiipot": "strong_harming_splash_potion", - "splinstantdamageiipotion": "strong_harming_splash_potion", - "splinstantdamageleveliipot": "strong_harming_splash_potion", - "splinstantdamageleveliipotion": "strong_harming_splash_potion", - "splinstantdamagestrongpot": "strong_harming_splash_potion", - "splinstantdamagestrongpotion": "strong_harming_splash_potion", - "strong_harming_tipped_arrow": { - "potionData": { - "type": "INSTANT_DAMAGE", - "upgraded": true, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowdamageii": "strong_harming_tipped_arrow", - "arrowdamagelevelii": "strong_harming_tipped_arrow", - "arrowdamagestrong": "strong_harming_tipped_arrow", - "arrowdii": "strong_harming_tipped_arrow", - "arrowdlevelii": "strong_harming_tipped_arrow", - "arrowdmgii": "strong_harming_tipped_arrow", - "arrowdmglevelii": "strong_harming_tipped_arrow", - "arrowdmgstrong": "strong_harming_tipped_arrow", - "arrowdstrong": "strong_harming_tipped_arrow", - "arrowharmingii": "strong_harming_tipped_arrow", - "arrowharminglevelii": "strong_harming_tipped_arrow", - "arrowharmingstrong": "strong_harming_tipped_arrow", - "arrowinstantdamageii": "strong_harming_tipped_arrow", - "arrowinstantdamagelevelii": "strong_harming_tipped_arrow", - "arrowinstantdamagestrong": "strong_harming_tipped_arrow", - "damagearrowii": "strong_harming_tipped_arrow", - "damagearrowlevelii": "strong_harming_tipped_arrow", - "damagearrowstrong": "strong_harming_tipped_arrow", - "damageiitarr": "strong_harming_tipped_arrow", - "damageiitarrow": "strong_harming_tipped_arrow", - "damageiitippedarrow": "strong_harming_tipped_arrow", - "damageleveliitarr": "strong_harming_tipped_arrow", - "damageleveliitarrow": "strong_harming_tipped_arrow", - "damageleveliitippedarrow": "strong_harming_tipped_arrow", - "damagestrongtarr": "strong_harming_tipped_arrow", - "damagestrongtarrow": "strong_harming_tipped_arrow", - "damagestrongtippedarrow": "strong_harming_tipped_arrow", - "darrowii": "strong_harming_tipped_arrow", - "darrowlevelii": "strong_harming_tipped_arrow", - "darrowstrong": "strong_harming_tipped_arrow", - "diitarr": "strong_harming_tipped_arrow", - "diitarrow": "strong_harming_tipped_arrow", - "diitippedarrow": "strong_harming_tipped_arrow", - "dleveliitarr": "strong_harming_tipped_arrow", - "dleveliitarrow": "strong_harming_tipped_arrow", - "dleveliitippedarrow": "strong_harming_tipped_arrow", - "dmgarrowii": "strong_harming_tipped_arrow", - "dmgarrowlevelii": "strong_harming_tipped_arrow", - "dmgarrowstrong": "strong_harming_tipped_arrow", - "dmgiitarr": "strong_harming_tipped_arrow", - "dmgiitarrow": "strong_harming_tipped_arrow", - "dmgiitippedarrow": "strong_harming_tipped_arrow", - "dmgleveliitarr": "strong_harming_tipped_arrow", - "dmgleveliitarrow": "strong_harming_tipped_arrow", - "dmgleveliitippedarrow": "strong_harming_tipped_arrow", - "dmgstrongtarr": "strong_harming_tipped_arrow", - "dmgstrongtarrow": "strong_harming_tipped_arrow", - "dmgstrongtippedarrow": "strong_harming_tipped_arrow", - "dstrongtarr": "strong_harming_tipped_arrow", - "dstrongtarrow": "strong_harming_tipped_arrow", - "dstrongtippedarrow": "strong_harming_tipped_arrow", - "harmingarrowii": "strong_harming_tipped_arrow", - "harmingarrowlevelii": "strong_harming_tipped_arrow", - "harmingarrowstrong": "strong_harming_tipped_arrow", - "harmingiitarr": "strong_harming_tipped_arrow", - "harmingiitarrow": "strong_harming_tipped_arrow", - "harmingiitippedarrow": "strong_harming_tipped_arrow", - "harmingleveliitarr": "strong_harming_tipped_arrow", - "harmingleveliitarrow": "strong_harming_tipped_arrow", - "harmingleveliitippedarrow": "strong_harming_tipped_arrow", - "harmingstrongtarr": "strong_harming_tipped_arrow", - "harmingstrongtarrow": "strong_harming_tipped_arrow", - "harmingstrongtippedarrow": "strong_harming_tipped_arrow", - "instantdamagearrowii": "strong_harming_tipped_arrow", - "instantdamagearrowlevelii": "strong_harming_tipped_arrow", - "instantdamagearrowstrong": "strong_harming_tipped_arrow", - "instantdamageiitarr": "strong_harming_tipped_arrow", - "instantdamageiitarrow": "strong_harming_tipped_arrow", - "instantdamageiitippedarrow": "strong_harming_tipped_arrow", - "instantdamageleveliitarr": "strong_harming_tipped_arrow", - "instantdamageleveliitarrow": "strong_harming_tipped_arrow", - "instantdamageleveliitippedarrow": "strong_harming_tipped_arrow", - "instantdamagestrongtarr": "strong_harming_tipped_arrow", - "instantdamagestrongtarrow": "strong_harming_tipped_arrow", - "instantdamagestrongtippedarrow": "strong_harming_tipped_arrow", - "strong_healing_lingering_potion": { - "potionData": { - "type": "INSTANT_HEAL", - "upgraded": true, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepothealii": "strong_healing_lingering_potion", - "aoepothealingii": "strong_healing_lingering_potion", - "aoepothealinglevelii": "strong_healing_lingering_potion", - "aoepothealingstrong": "strong_healing_lingering_potion", - "aoepotheallevelii": "strong_healing_lingering_potion", - "aoepothealstrong": "strong_healing_lingering_potion", - "aoepothii": "strong_healing_lingering_potion", - "aoepothlevelii": "strong_healing_lingering_potion", - "aoepothstrong": "strong_healing_lingering_potion", - "aoepotinstanthealii": "strong_healing_lingering_potion", - "aoepotinstantheallevelii": "strong_healing_lingering_potion", - "aoepotinstanthealstrong": "strong_healing_lingering_potion", - "aoepotionhealii": "strong_healing_lingering_potion", - "aoepotionhealingii": "strong_healing_lingering_potion", - "aoepotionhealinglevelii": "strong_healing_lingering_potion", - "aoepotionhealingstrong": "strong_healing_lingering_potion", - "aoepotionheallevelii": "strong_healing_lingering_potion", - "aoepotionhealstrong": "strong_healing_lingering_potion", - "aoepotionhii": "strong_healing_lingering_potion", - "aoepotionhlevelii": "strong_healing_lingering_potion", - "aoepotionhstrong": "strong_healing_lingering_potion", - "aoepotioninstanthealii": "strong_healing_lingering_potion", - "aoepotioninstantheallevelii": "strong_healing_lingering_potion", - "aoepotioninstanthealstrong": "strong_healing_lingering_potion", - "aoepotionlifeii": "strong_healing_lingering_potion", - "aoepotionlifelevelii": "strong_healing_lingering_potion", - "aoepotionlifestrong": "strong_healing_lingering_potion", - "aoepotlifeii": "strong_healing_lingering_potion", - "aoepotlifelevelii": "strong_healing_lingering_potion", - "aoepotlifestrong": "strong_healing_lingering_potion", - "areapothealii": "strong_healing_lingering_potion", - "areapothealingii": "strong_healing_lingering_potion", - "areapothealinglevelii": "strong_healing_lingering_potion", - "areapothealingstrong": "strong_healing_lingering_potion", - "areapotheallevelii": "strong_healing_lingering_potion", - "areapothealstrong": "strong_healing_lingering_potion", - "areapothii": "strong_healing_lingering_potion", - "areapothlevelii": "strong_healing_lingering_potion", - "areapothstrong": "strong_healing_lingering_potion", - "areapotinstanthealii": "strong_healing_lingering_potion", - "areapotinstantheallevelii": "strong_healing_lingering_potion", - "areapotinstanthealstrong": "strong_healing_lingering_potion", - "areapotionhealii": "strong_healing_lingering_potion", - "areapotionhealingii": "strong_healing_lingering_potion", - "areapotionhealinglevelii": "strong_healing_lingering_potion", - "areapotionhealingstrong": "strong_healing_lingering_potion", - "areapotionheallevelii": "strong_healing_lingering_potion", - "areapotionhealstrong": "strong_healing_lingering_potion", - "areapotionhii": "strong_healing_lingering_potion", - "areapotionhlevelii": "strong_healing_lingering_potion", - "areapotionhstrong": "strong_healing_lingering_potion", - "areapotioninstanthealii": "strong_healing_lingering_potion", - "areapotioninstantheallevelii": "strong_healing_lingering_potion", - "areapotioninstanthealstrong": "strong_healing_lingering_potion", - "areapotionlifeii": "strong_healing_lingering_potion", - "areapotionlifelevelii": "strong_healing_lingering_potion", - "areapotionlifestrong": "strong_healing_lingering_potion", - "areapotlifeii": "strong_healing_lingering_potion", - "areapotlifelevelii": "strong_healing_lingering_potion", - "areapotlifestrong": "strong_healing_lingering_potion", - "cloudpothealii": "strong_healing_lingering_potion", - "cloudpothealingii": "strong_healing_lingering_potion", - "cloudpothealinglevelii": "strong_healing_lingering_potion", - "cloudpothealingstrong": "strong_healing_lingering_potion", - "cloudpotheallevelii": "strong_healing_lingering_potion", - "cloudpothealstrong": "strong_healing_lingering_potion", - "cloudpothii": "strong_healing_lingering_potion", - "cloudpothlevelii": "strong_healing_lingering_potion", - "cloudpothstrong": "strong_healing_lingering_potion", - "cloudpotinstanthealii": "strong_healing_lingering_potion", - "cloudpotinstantheallevelii": "strong_healing_lingering_potion", - "cloudpotinstanthealstrong": "strong_healing_lingering_potion", - "cloudpotionhealii": "strong_healing_lingering_potion", - "cloudpotionhealingii": "strong_healing_lingering_potion", - "cloudpotionhealinglevelii": "strong_healing_lingering_potion", - "cloudpotionhealingstrong": "strong_healing_lingering_potion", - "cloudpotionheallevelii": "strong_healing_lingering_potion", - "cloudpotionhealstrong": "strong_healing_lingering_potion", - "cloudpotionhii": "strong_healing_lingering_potion", - "cloudpotionhlevelii": "strong_healing_lingering_potion", - "cloudpotionhstrong": "strong_healing_lingering_potion", - "cloudpotioninstanthealii": "strong_healing_lingering_potion", - "cloudpotioninstantheallevelii": "strong_healing_lingering_potion", - "cloudpotioninstanthealstrong": "strong_healing_lingering_potion", - "cloudpotionlifeii": "strong_healing_lingering_potion", - "cloudpotionlifelevelii": "strong_healing_lingering_potion", - "cloudpotionlifestrong": "strong_healing_lingering_potion", - "cloudpotlifeii": "strong_healing_lingering_potion", - "cloudpotlifelevelii": "strong_healing_lingering_potion", - "cloudpotlifestrong": "strong_healing_lingering_potion", - "haoepoiontii": "strong_healing_lingering_potion", - "haoepoiontlevelii": "strong_healing_lingering_potion", - "haoepoiontstrong": "strong_healing_lingering_potion", - "haoepotii": "strong_healing_lingering_potion", - "haoepotlevelii": "strong_healing_lingering_potion", - "haoepotstrong": "strong_healing_lingering_potion", - "hareapotii": "strong_healing_lingering_potion", - "hareapotionii": "strong_healing_lingering_potion", - "hareapotionlevelii": "strong_healing_lingering_potion", - "hareapotionstrong": "strong_healing_lingering_potion", - "hareapotlevelii": "strong_healing_lingering_potion", - "hareapotstrong": "strong_healing_lingering_potion", - "hcloudpotii": "strong_healing_lingering_potion", - "hcloudpotionii": "strong_healing_lingering_potion", - "hcloudpotionlevelii": "strong_healing_lingering_potion", - "hcloudpotionstrong": "strong_healing_lingering_potion", - "hcloudpotlevelii": "strong_healing_lingering_potion", - "hcloudpotstrong": "strong_healing_lingering_potion", - "healaoepoiontii": "strong_healing_lingering_potion", - "healaoepoiontlevelii": "strong_healing_lingering_potion", - "healaoepoiontstrong": "strong_healing_lingering_potion", - "healaoepotii": "strong_healing_lingering_potion", - "healaoepotlevelii": "strong_healing_lingering_potion", - "healaoepotstrong": "strong_healing_lingering_potion", - "healareapotii": "strong_healing_lingering_potion", - "healareapotionii": "strong_healing_lingering_potion", - "healareapotionlevelii": "strong_healing_lingering_potion", - "healareapotionstrong": "strong_healing_lingering_potion", - "healareapotlevelii": "strong_healing_lingering_potion", - "healareapotstrong": "strong_healing_lingering_potion", - "healcloudpotii": "strong_healing_lingering_potion", - "healcloudpotionii": "strong_healing_lingering_potion", - "healcloudpotionlevelii": "strong_healing_lingering_potion", - "healcloudpotionstrong": "strong_healing_lingering_potion", - "healcloudpotlevelii": "strong_healing_lingering_potion", - "healcloudpotstrong": "strong_healing_lingering_potion", - "healingaoepoiontii": "strong_healing_lingering_potion", - "healingaoepoiontlevelii": "strong_healing_lingering_potion", - "healingaoepoiontstrong": "strong_healing_lingering_potion", - "healingaoepotii": "strong_healing_lingering_potion", - "healingaoepotlevelii": "strong_healing_lingering_potion", - "healingaoepotstrong": "strong_healing_lingering_potion", - "healingareapotii": "strong_healing_lingering_potion", - "healingareapotionii": "strong_healing_lingering_potion", - "healingareapotionlevelii": "strong_healing_lingering_potion", - "healingareapotionstrong": "strong_healing_lingering_potion", - "healingareapotlevelii": "strong_healing_lingering_potion", - "healingareapotstrong": "strong_healing_lingering_potion", - "healingcloudpotii": "strong_healing_lingering_potion", - "healingcloudpotionii": "strong_healing_lingering_potion", - "healingcloudpotionlevelii": "strong_healing_lingering_potion", - "healingcloudpotionstrong": "strong_healing_lingering_potion", - "healingcloudpotlevelii": "strong_healing_lingering_potion", - "healingcloudpotstrong": "strong_healing_lingering_potion", - "healinglingerpotii": "strong_healing_lingering_potion", - "healinglingerpotlevelii": "strong_healing_lingering_potion", - "healinglingerpotstrong": "strong_healing_lingering_potion", - "heallingerpotii": "strong_healing_lingering_potion", - "heallingerpotlevelii": "strong_healing_lingering_potion", - "heallingerpotstrong": "strong_healing_lingering_potion", - "hlingerpotii": "strong_healing_lingering_potion", - "hlingerpotlevelii": "strong_healing_lingering_potion", - "hlingerpotstrong": "strong_healing_lingering_potion", - "instanthealaoepoiontii": "strong_healing_lingering_potion", - "instanthealaoepoiontlevelii": "strong_healing_lingering_potion", - "instanthealaoepoiontstrong": "strong_healing_lingering_potion", - "instanthealaoepotii": "strong_healing_lingering_potion", - "instanthealaoepotlevelii": "strong_healing_lingering_potion", - "instanthealaoepotstrong": "strong_healing_lingering_potion", - "instanthealareapotii": "strong_healing_lingering_potion", - "instanthealareapotionii": "strong_healing_lingering_potion", - "instanthealareapotionlevelii": "strong_healing_lingering_potion", - "instanthealareapotionstrong": "strong_healing_lingering_potion", - "instanthealareapotlevelii": "strong_healing_lingering_potion", - "instanthealareapotstrong": "strong_healing_lingering_potion", - "instanthealcloudpotii": "strong_healing_lingering_potion", - "instanthealcloudpotionii": "strong_healing_lingering_potion", - "instanthealcloudpotionlevelii": "strong_healing_lingering_potion", - "instanthealcloudpotionstrong": "strong_healing_lingering_potion", - "instanthealcloudpotlevelii": "strong_healing_lingering_potion", - "instanthealcloudpotstrong": "strong_healing_lingering_potion", - "instantheallingerpotii": "strong_healing_lingering_potion", - "instantheallingerpotlevelii": "strong_healing_lingering_potion", - "instantheallingerpotstrong": "strong_healing_lingering_potion", - "lifeaoepoiontii": "strong_healing_lingering_potion", - "lifeaoepoiontlevelii": "strong_healing_lingering_potion", - "lifeaoepoiontstrong": "strong_healing_lingering_potion", - "lifeaoepotii": "strong_healing_lingering_potion", - "lifeaoepotlevelii": "strong_healing_lingering_potion", - "lifeaoepotstrong": "strong_healing_lingering_potion", - "lifeareapotii": "strong_healing_lingering_potion", - "lifeareapotionii": "strong_healing_lingering_potion", - "lifeareapotionlevelii": "strong_healing_lingering_potion", - "lifeareapotionstrong": "strong_healing_lingering_potion", - "lifeareapotlevelii": "strong_healing_lingering_potion", - "lifeareapotstrong": "strong_healing_lingering_potion", - "lifecloudpotii": "strong_healing_lingering_potion", - "lifecloudpotionii": "strong_healing_lingering_potion", - "lifecloudpotionlevelii": "strong_healing_lingering_potion", - "lifecloudpotionstrong": "strong_healing_lingering_potion", - "lifecloudpotlevelii": "strong_healing_lingering_potion", - "lifecloudpotstrong": "strong_healing_lingering_potion", - "lifelingerpotii": "strong_healing_lingering_potion", - "lifelingerpotlevelii": "strong_healing_lingering_potion", - "lifelingerpotstrong": "strong_healing_lingering_potion", - "lingerpothealii": "strong_healing_lingering_potion", - "lingerpothealingii": "strong_healing_lingering_potion", - "lingerpothealinglevelii": "strong_healing_lingering_potion", - "lingerpothealingstrong": "strong_healing_lingering_potion", - "lingerpotheallevelii": "strong_healing_lingering_potion", - "lingerpothealstrong": "strong_healing_lingering_potion", - "lingerpothii": "strong_healing_lingering_potion", - "lingerpothlevelii": "strong_healing_lingering_potion", - "lingerpothstrong": "strong_healing_lingering_potion", - "lingerpotinstanthealii": "strong_healing_lingering_potion", - "lingerpotinstantheallevelii": "strong_healing_lingering_potion", - "lingerpotinstanthealstrong": "strong_healing_lingering_potion", - "lingerpotlifeii": "strong_healing_lingering_potion", - "lingerpotlifelevelii": "strong_healing_lingering_potion", - "lingerpotlifestrong": "strong_healing_lingering_potion", - "strong_healing_potion": { - "potionData": { - "type": "INSTANT_HEAL", - "upgraded": true, - "extended": false - }, - "material": "POTION" - }, - "healiipot": "strong_healing_potion", - "healiipotion": "strong_healing_potion", - "healingiipot": "strong_healing_potion", - "healingiipotion": "strong_healing_potion", - "healingleveliipot": "strong_healing_potion", - "healingleveliipotion": "strong_healing_potion", - "healingstrongpot": "strong_healing_potion", - "healingstrongpotion": "strong_healing_potion", - "healleveliipot": "strong_healing_potion", - "healleveliipotion": "strong_healing_potion", - "healstrongpot": "strong_healing_potion", - "healstrongpotion": "strong_healing_potion", - "hiipot": "strong_healing_potion", - "hiipotion": "strong_healing_potion", - "hleveliipot": "strong_healing_potion", - "hleveliipotion": "strong_healing_potion", - "hstrongpot": "strong_healing_potion", - "hstrongpotion": "strong_healing_potion", - "instanthealiipot": "strong_healing_potion", - "instanthealiipotion": "strong_healing_potion", - "instanthealleveliipot": "strong_healing_potion", - "instanthealleveliipotion": "strong_healing_potion", - "instanthealstrongpot": "strong_healing_potion", - "instanthealstrongpotion": "strong_healing_potion", - "lifeiipot": "strong_healing_potion", - "lifeiipotion": "strong_healing_potion", - "lifeleveliipot": "strong_healing_potion", - "lifeleveliipotion": "strong_healing_potion", - "lifestrongpot": "strong_healing_potion", - "lifestrongpotion": "strong_healing_potion", - "potionofhealii": "strong_healing_potion", - "potionofhealingii": "strong_healing_potion", - "potionofhealinglevelii": "strong_healing_potion", - "potionofhealingstrong": "strong_healing_potion", - "potionofheallevelii": "strong_healing_potion", - "potionofhealstrong": "strong_healing_potion", - "potionofhii": "strong_healing_potion", - "potionofhlevelii": "strong_healing_potion", - "potionofhstrong": "strong_healing_potion", - "potionofinstanthealii": "strong_healing_potion", - "potionofinstantheallevelii": "strong_healing_potion", - "potionofinstanthealstrong": "strong_healing_potion", - "potionoflifeii": "strong_healing_potion", - "potionoflifelevelii": "strong_healing_potion", - "potionoflifestrong": "strong_healing_potion", - "potofhealii": "strong_healing_potion", - "potofhealingii": "strong_healing_potion", - "potofhealinglevelii": "strong_healing_potion", - "potofhealingstrong": "strong_healing_potion", - "potofheallevelii": "strong_healing_potion", - "potofhealstrong": "strong_healing_potion", - "potofhii": "strong_healing_potion", - "potofhlevelii": "strong_healing_potion", - "potofhstrong": "strong_healing_potion", - "potofinstanthealii": "strong_healing_potion", - "potofinstantheallevelii": "strong_healing_potion", - "potofinstanthealstrong": "strong_healing_potion", - "potoflifeii": "strong_healing_potion", - "potoflifelevelii": "strong_healing_potion", - "potoflifestrong": "strong_healing_potion", - "strong_healing_splash_potion": { - "potionData": { - "type": "INSTANT_HEAL", - "upgraded": true, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "healiisplashpot": "strong_healing_splash_potion", - "healiisplashpotion": "strong_healing_splash_potion", - "healingiisplashpot": "strong_healing_splash_potion", - "healingiisplashpotion": "strong_healing_splash_potion", - "healingleveliisplashpot": "strong_healing_splash_potion", - "healingleveliisplashpotion": "strong_healing_splash_potion", - "healingstrongsplashpot": "strong_healing_splash_potion", - "healingstrongsplashpotion": "strong_healing_splash_potion", - "healleveliisplashpot": "strong_healing_splash_potion", - "healleveliisplashpotion": "strong_healing_splash_potion", - "healstrongsplashpot": "strong_healing_splash_potion", - "healstrongsplashpotion": "strong_healing_splash_potion", - "hiisplashpot": "strong_healing_splash_potion", - "hiisplashpotion": "strong_healing_splash_potion", - "hleveliisplashpot": "strong_healing_splash_potion", - "hleveliisplashpotion": "strong_healing_splash_potion", - "hstrongsplashpot": "strong_healing_splash_potion", - "hstrongsplashpotion": "strong_healing_splash_potion", - "instanthealiisplashpot": "strong_healing_splash_potion", - "instanthealiisplashpotion": "strong_healing_splash_potion", - "instanthealleveliisplashpot": "strong_healing_splash_potion", - "instanthealleveliisplashpotion": "strong_healing_splash_potion", - "instanthealstrongsplashpot": "strong_healing_splash_potion", - "instanthealstrongsplashpotion": "strong_healing_splash_potion", - "lifeiisplashpot": "strong_healing_splash_potion", - "lifeiisplashpotion": "strong_healing_splash_potion", - "lifeleveliisplashpot": "strong_healing_splash_potion", - "lifeleveliisplashpotion": "strong_healing_splash_potion", - "lifestrongsplashpot": "strong_healing_splash_potion", - "lifestrongsplashpotion": "strong_healing_splash_potion", - "splashhealiipot": "strong_healing_splash_potion", - "splashhealiipotion": "strong_healing_splash_potion", - "splashhealingiipot": "strong_healing_splash_potion", - "splashhealingiipotion": "strong_healing_splash_potion", - "splashhealingleveliipot": "strong_healing_splash_potion", - "splashhealingleveliipotion": "strong_healing_splash_potion", - "splashhealingstrongpot": "strong_healing_splash_potion", - "splashhealingstrongpotion": "strong_healing_splash_potion", - "splashhealleveliipot": "strong_healing_splash_potion", - "splashhealleveliipotion": "strong_healing_splash_potion", - "splashhealstrongpot": "strong_healing_splash_potion", - "splashhealstrongpotion": "strong_healing_splash_potion", - "splashhiipot": "strong_healing_splash_potion", - "splashhiipotion": "strong_healing_splash_potion", - "splashhleveliipot": "strong_healing_splash_potion", - "splashhleveliipotion": "strong_healing_splash_potion", - "splashhstrongpot": "strong_healing_splash_potion", - "splashhstrongpotion": "strong_healing_splash_potion", - "splashinstanthealiipot": "strong_healing_splash_potion", - "splashinstanthealiipotion": "strong_healing_splash_potion", - "splashinstanthealleveliipot": "strong_healing_splash_potion", - "splashinstanthealleveliipotion": "strong_healing_splash_potion", - "splashinstanthealstrongpot": "strong_healing_splash_potion", - "splashinstanthealstrongpotion": "strong_healing_splash_potion", - "splashlifeiipot": "strong_healing_splash_potion", - "splashlifeiipotion": "strong_healing_splash_potion", - "splashlifeleveliipot": "strong_healing_splash_potion", - "splashlifeleveliipotion": "strong_healing_splash_potion", - "splashlifestrongpot": "strong_healing_splash_potion", - "splashlifestrongpotion": "strong_healing_splash_potion", - "splhealiipot": "strong_healing_splash_potion", - "splhealiipotion": "strong_healing_splash_potion", - "splhealingiipot": "strong_healing_splash_potion", - "splhealingiipotion": "strong_healing_splash_potion", - "splhealingleveliipot": "strong_healing_splash_potion", - "splhealingleveliipotion": "strong_healing_splash_potion", - "splhealingstrongpot": "strong_healing_splash_potion", - "splhealingstrongpotion": "strong_healing_splash_potion", - "splhealleveliipot": "strong_healing_splash_potion", - "splhealleveliipotion": "strong_healing_splash_potion", - "splhealstrongpot": "strong_healing_splash_potion", - "splhealstrongpotion": "strong_healing_splash_potion", - "splhiipot": "strong_healing_splash_potion", - "splhiipotion": "strong_healing_splash_potion", - "splhleveliipot": "strong_healing_splash_potion", - "splhleveliipotion": "strong_healing_splash_potion", - "splhstrongpot": "strong_healing_splash_potion", - "splhstrongpotion": "strong_healing_splash_potion", - "splinstanthealiipot": "strong_healing_splash_potion", - "splinstanthealiipotion": "strong_healing_splash_potion", - "splinstanthealleveliipot": "strong_healing_splash_potion", - "splinstanthealleveliipotion": "strong_healing_splash_potion", - "splinstanthealstrongpot": "strong_healing_splash_potion", - "splinstanthealstrongpotion": "strong_healing_splash_potion", - "spllifeiipot": "strong_healing_splash_potion", - "spllifeiipotion": "strong_healing_splash_potion", - "spllifeleveliipot": "strong_healing_splash_potion", - "spllifeleveliipotion": "strong_healing_splash_potion", - "spllifestrongpot": "strong_healing_splash_potion", - "spllifestrongpotion": "strong_healing_splash_potion", - "strong_healing_tipped_arrow": { - "potionData": { - "type": "INSTANT_HEAL", - "upgraded": true, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowhealii": "strong_healing_tipped_arrow", - "arrowhealingii": "strong_healing_tipped_arrow", - "arrowhealinglevelii": "strong_healing_tipped_arrow", - "arrowhealingstrong": "strong_healing_tipped_arrow", - "arrowheallevelii": "strong_healing_tipped_arrow", - "arrowhealstrong": "strong_healing_tipped_arrow", - "arrowhii": "strong_healing_tipped_arrow", - "arrowhlevelii": "strong_healing_tipped_arrow", - "arrowhstrong": "strong_healing_tipped_arrow", - "arrowinstanthealii": "strong_healing_tipped_arrow", - "arrowinstantheallevelii": "strong_healing_tipped_arrow", - "arrowinstanthealstrong": "strong_healing_tipped_arrow", - "arrowlifeii": "strong_healing_tipped_arrow", - "arrowlifelevelii": "strong_healing_tipped_arrow", - "arrowlifestrong": "strong_healing_tipped_arrow", - "harrowii": "strong_healing_tipped_arrow", - "harrowlevelii": "strong_healing_tipped_arrow", - "harrowstrong": "strong_healing_tipped_arrow", - "healarrowii": "strong_healing_tipped_arrow", - "healarrowlevelii": "strong_healing_tipped_arrow", - "healarrowstrong": "strong_healing_tipped_arrow", - "healiitarr": "strong_healing_tipped_arrow", - "healiitarrow": "strong_healing_tipped_arrow", - "healiitippedarrow": "strong_healing_tipped_arrow", - "healingarrowii": "strong_healing_tipped_arrow", - "healingarrowlevelii": "strong_healing_tipped_arrow", - "healingarrowstrong": "strong_healing_tipped_arrow", - "healingiitarr": "strong_healing_tipped_arrow", - "healingiitarrow": "strong_healing_tipped_arrow", - "healingiitippedarrow": "strong_healing_tipped_arrow", - "healingleveliitarr": "strong_healing_tipped_arrow", - "healingleveliitarrow": "strong_healing_tipped_arrow", - "healingleveliitippedarrow": "strong_healing_tipped_arrow", - "healingstrongtarr": "strong_healing_tipped_arrow", - "healingstrongtarrow": "strong_healing_tipped_arrow", - "healingstrongtippedarrow": "strong_healing_tipped_arrow", - "healleveliitarr": "strong_healing_tipped_arrow", - "healleveliitarrow": "strong_healing_tipped_arrow", - "healleveliitippedarrow": "strong_healing_tipped_arrow", - "healstrongtarr": "strong_healing_tipped_arrow", - "healstrongtarrow": "strong_healing_tipped_arrow", - "healstrongtippedarrow": "strong_healing_tipped_arrow", - "hiitarr": "strong_healing_tipped_arrow", - "hiitarrow": "strong_healing_tipped_arrow", - "hiitippedarrow": "strong_healing_tipped_arrow", - "hleveliitarr": "strong_healing_tipped_arrow", - "hleveliitarrow": "strong_healing_tipped_arrow", - "hleveliitippedarrow": "strong_healing_tipped_arrow", - "hstrongtarr": "strong_healing_tipped_arrow", - "hstrongtarrow": "strong_healing_tipped_arrow", - "hstrongtippedarrow": "strong_healing_tipped_arrow", - "instanthealarrowii": "strong_healing_tipped_arrow", - "instanthealarrowlevelii": "strong_healing_tipped_arrow", - "instanthealarrowstrong": "strong_healing_tipped_arrow", - "instanthealiitarr": "strong_healing_tipped_arrow", - "instanthealiitarrow": "strong_healing_tipped_arrow", - "instanthealiitippedarrow": "strong_healing_tipped_arrow", - "instanthealleveliitarr": "strong_healing_tipped_arrow", - "instanthealleveliitarrow": "strong_healing_tipped_arrow", - "instanthealleveliitippedarrow": "strong_healing_tipped_arrow", - "instanthealstrongtarr": "strong_healing_tipped_arrow", - "instanthealstrongtarrow": "strong_healing_tipped_arrow", - "instanthealstrongtippedarrow": "strong_healing_tipped_arrow", - "lifearrowii": "strong_healing_tipped_arrow", - "lifearrowlevelii": "strong_healing_tipped_arrow", - "lifearrowstrong": "strong_healing_tipped_arrow", - "lifeiitarr": "strong_healing_tipped_arrow", - "lifeiitarrow": "strong_healing_tipped_arrow", - "lifeiitippedarrow": "strong_healing_tipped_arrow", - "lifeleveliitarr": "strong_healing_tipped_arrow", - "lifeleveliitarrow": "strong_healing_tipped_arrow", - "lifeleveliitippedarrow": "strong_healing_tipped_arrow", - "lifestrongtarr": "strong_healing_tipped_arrow", - "lifestrongtarrow": "strong_healing_tipped_arrow", - "lifestrongtippedarrow": "strong_healing_tipped_arrow", - "strong_leaping_lingering_potion": { - "potionData": { - "type": "JUMP", - "upgraded": true, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionjumpii": "strong_leaping_lingering_potion", - "aoepotionjumplevelii": "strong_leaping_lingering_potion", - "aoepotionjumpstrong": "strong_leaping_lingering_potion", - "aoepotionleapii": "strong_leaping_lingering_potion", - "aoepotionleapingii": "strong_leaping_lingering_potion", - "aoepotionleapinglevelii": "strong_leaping_lingering_potion", - "aoepotionleapingstrong": "strong_leaping_lingering_potion", - "aoepotionleaplevelii": "strong_leaping_lingering_potion", - "aoepotionleapstrong": "strong_leaping_lingering_potion", - "aoepotjumpii": "strong_leaping_lingering_potion", - "aoepotjumplevelii": "strong_leaping_lingering_potion", - "aoepotjumpstrong": "strong_leaping_lingering_potion", - "aoepotleapii": "strong_leaping_lingering_potion", - "aoepotleapingii": "strong_leaping_lingering_potion", - "aoepotleapinglevelii": "strong_leaping_lingering_potion", - "aoepotleapingstrong": "strong_leaping_lingering_potion", - "aoepotleaplevelii": "strong_leaping_lingering_potion", - "aoepotleapstrong": "strong_leaping_lingering_potion", - "areapotionjumpii": "strong_leaping_lingering_potion", - "areapotionjumplevelii": "strong_leaping_lingering_potion", - "areapotionjumpstrong": "strong_leaping_lingering_potion", - "areapotionleapii": "strong_leaping_lingering_potion", - "areapotionleapingii": "strong_leaping_lingering_potion", - "areapotionleapinglevelii": "strong_leaping_lingering_potion", - "areapotionleapingstrong": "strong_leaping_lingering_potion", - "areapotionleaplevelii": "strong_leaping_lingering_potion", - "areapotionleapstrong": "strong_leaping_lingering_potion", - "areapotjumpii": "strong_leaping_lingering_potion", - "areapotjumplevelii": "strong_leaping_lingering_potion", - "areapotjumpstrong": "strong_leaping_lingering_potion", - "areapotleapii": "strong_leaping_lingering_potion", - "areapotleapingii": "strong_leaping_lingering_potion", - "areapotleapinglevelii": "strong_leaping_lingering_potion", - "areapotleapingstrong": "strong_leaping_lingering_potion", - "areapotleaplevelii": "strong_leaping_lingering_potion", - "areapotleapstrong": "strong_leaping_lingering_potion", - "cloudpotionjumpii": "strong_leaping_lingering_potion", - "cloudpotionjumplevelii": "strong_leaping_lingering_potion", - "cloudpotionjumpstrong": "strong_leaping_lingering_potion", - "cloudpotionleapii": "strong_leaping_lingering_potion", - "cloudpotionleapingii": "strong_leaping_lingering_potion", - "cloudpotionleapinglevelii": "strong_leaping_lingering_potion", - "cloudpotionleapingstrong": "strong_leaping_lingering_potion", - "cloudpotionleaplevelii": "strong_leaping_lingering_potion", - "cloudpotionleapstrong": "strong_leaping_lingering_potion", - "cloudpotjumpii": "strong_leaping_lingering_potion", - "cloudpotjumplevelii": "strong_leaping_lingering_potion", - "cloudpotjumpstrong": "strong_leaping_lingering_potion", - "cloudpotleapii": "strong_leaping_lingering_potion", - "cloudpotleapingii": "strong_leaping_lingering_potion", - "cloudpotleapinglevelii": "strong_leaping_lingering_potion", - "cloudpotleapingstrong": "strong_leaping_lingering_potion", - "cloudpotleaplevelii": "strong_leaping_lingering_potion", - "cloudpotleapstrong": "strong_leaping_lingering_potion", - "jumpaoepoiontii": "strong_leaping_lingering_potion", - "jumpaoepoiontlevelii": "strong_leaping_lingering_potion", - "jumpaoepoiontstrong": "strong_leaping_lingering_potion", - "jumpaoepotii": "strong_leaping_lingering_potion", - "jumpaoepotlevelii": "strong_leaping_lingering_potion", - "jumpaoepotstrong": "strong_leaping_lingering_potion", - "jumpareapotii": "strong_leaping_lingering_potion", - "jumpareapotionii": "strong_leaping_lingering_potion", - "jumpareapotionlevelii": "strong_leaping_lingering_potion", - "jumpareapotionstrong": "strong_leaping_lingering_potion", - "jumpareapotlevelii": "strong_leaping_lingering_potion", - "jumpareapotstrong": "strong_leaping_lingering_potion", - "jumpcloudpotii": "strong_leaping_lingering_potion", - "jumpcloudpotionii": "strong_leaping_lingering_potion", - "jumpcloudpotionlevelii": "strong_leaping_lingering_potion", - "jumpcloudpotionstrong": "strong_leaping_lingering_potion", - "jumpcloudpotlevelii": "strong_leaping_lingering_potion", - "jumpcloudpotstrong": "strong_leaping_lingering_potion", - "jumplingerpotii": "strong_leaping_lingering_potion", - "jumplingerpotlevelii": "strong_leaping_lingering_potion", - "jumplingerpotstrong": "strong_leaping_lingering_potion", - "leapaoepoiontii": "strong_leaping_lingering_potion", - "leapaoepoiontlevelii": "strong_leaping_lingering_potion", - "leapaoepoiontstrong": "strong_leaping_lingering_potion", - "leapaoepotii": "strong_leaping_lingering_potion", - "leapaoepotlevelii": "strong_leaping_lingering_potion", - "leapaoepotstrong": "strong_leaping_lingering_potion", - "leapareapotii": "strong_leaping_lingering_potion", - "leapareapotionii": "strong_leaping_lingering_potion", - "leapareapotionlevelii": "strong_leaping_lingering_potion", - "leapareapotionstrong": "strong_leaping_lingering_potion", - "leapareapotlevelii": "strong_leaping_lingering_potion", - "leapareapotstrong": "strong_leaping_lingering_potion", - "leapcloudpotii": "strong_leaping_lingering_potion", - "leapcloudpotionii": "strong_leaping_lingering_potion", - "leapcloudpotionlevelii": "strong_leaping_lingering_potion", - "leapcloudpotionstrong": "strong_leaping_lingering_potion", - "leapcloudpotlevelii": "strong_leaping_lingering_potion", - "leapcloudpotstrong": "strong_leaping_lingering_potion", - "leapingaoepoiontii": "strong_leaping_lingering_potion", - "leapingaoepoiontlevelii": "strong_leaping_lingering_potion", - "leapingaoepoiontstrong": "strong_leaping_lingering_potion", - "leapingaoepotii": "strong_leaping_lingering_potion", - "leapingaoepotlevelii": "strong_leaping_lingering_potion", - "leapingaoepotstrong": "strong_leaping_lingering_potion", - "leapingareapotii": "strong_leaping_lingering_potion", - "leapingareapotionii": "strong_leaping_lingering_potion", - "leapingareapotionlevelii": "strong_leaping_lingering_potion", - "leapingareapotionstrong": "strong_leaping_lingering_potion", - "leapingareapotlevelii": "strong_leaping_lingering_potion", - "leapingareapotstrong": "strong_leaping_lingering_potion", - "leapingcloudpotii": "strong_leaping_lingering_potion", - "leapingcloudpotionii": "strong_leaping_lingering_potion", - "leapingcloudpotionlevelii": "strong_leaping_lingering_potion", - "leapingcloudpotionstrong": "strong_leaping_lingering_potion", - "leapingcloudpotlevelii": "strong_leaping_lingering_potion", - "leapingcloudpotstrong": "strong_leaping_lingering_potion", - "leapinglingerpotii": "strong_leaping_lingering_potion", - "leapinglingerpotlevelii": "strong_leaping_lingering_potion", - "leapinglingerpotstrong": "strong_leaping_lingering_potion", - "leaplingerpotii": "strong_leaping_lingering_potion", - "leaplingerpotlevelii": "strong_leaping_lingering_potion", - "leaplingerpotstrong": "strong_leaping_lingering_potion", - "lingerpotjumpii": "strong_leaping_lingering_potion", - "lingerpotjumplevelii": "strong_leaping_lingering_potion", - "lingerpotjumpstrong": "strong_leaping_lingering_potion", - "lingerpotleapii": "strong_leaping_lingering_potion", - "lingerpotleapingii": "strong_leaping_lingering_potion", - "lingerpotleapinglevelii": "strong_leaping_lingering_potion", - "lingerpotleapingstrong": "strong_leaping_lingering_potion", - "lingerpotleaplevelii": "strong_leaping_lingering_potion", - "lingerpotleapstrong": "strong_leaping_lingering_potion", - "strong_leaping_potion": { - "potionData": { - "type": "JUMP", - "upgraded": true, - "extended": false - }, - "material": "POTION" - }, - "jumpiipot": "strong_leaping_potion", - "jumpiipotion": "strong_leaping_potion", - "jumpleveliipot": "strong_leaping_potion", - "jumpleveliipotion": "strong_leaping_potion", - "jumpstrongpot": "strong_leaping_potion", - "jumpstrongpotion": "strong_leaping_potion", - "leapiipot": "strong_leaping_potion", - "leapiipotion": "strong_leaping_potion", - "leapingiipot": "strong_leaping_potion", - "leapingiipotion": "strong_leaping_potion", - "leapingleveliipot": "strong_leaping_potion", - "leapingleveliipotion": "strong_leaping_potion", - "leapingstrongpot": "strong_leaping_potion", - "leapingstrongpotion": "strong_leaping_potion", - "leapleveliipot": "strong_leaping_potion", - "leapleveliipotion": "strong_leaping_potion", - "leapstrongpot": "strong_leaping_potion", - "leapstrongpotion": "strong_leaping_potion", - "potionofjumpii": "strong_leaping_potion", - "potionofjumplevelii": "strong_leaping_potion", - "potionofjumpstrong": "strong_leaping_potion", - "potionofleapii": "strong_leaping_potion", - "potionofleapingii": "strong_leaping_potion", - "potionofleapinglevelii": "strong_leaping_potion", - "potionofleapingstrong": "strong_leaping_potion", - "potionofleaplevelii": "strong_leaping_potion", - "potionofleapstrong": "strong_leaping_potion", - "potofjumpii": "strong_leaping_potion", - "potofjumplevelii": "strong_leaping_potion", - "potofjumpstrong": "strong_leaping_potion", - "potofleapii": "strong_leaping_potion", - "potofleapingii": "strong_leaping_potion", - "potofleapinglevelii": "strong_leaping_potion", - "potofleapingstrong": "strong_leaping_potion", - "potofleaplevelii": "strong_leaping_potion", - "potofleapstrong": "strong_leaping_potion", - "strong_leaping_splash_potion": { - "potionData": { - "type": "JUMP", - "upgraded": true, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "jumpiisplashpot": "strong_leaping_splash_potion", - "jumpiisplashpotion": "strong_leaping_splash_potion", - "jumpleveliisplashpot": "strong_leaping_splash_potion", - "jumpleveliisplashpotion": "strong_leaping_splash_potion", - "jumpstrongsplashpot": "strong_leaping_splash_potion", - "jumpstrongsplashpotion": "strong_leaping_splash_potion", - "leapiisplashpot": "strong_leaping_splash_potion", - "leapiisplashpotion": "strong_leaping_splash_potion", - "leapingiisplashpot": "strong_leaping_splash_potion", - "leapingiisplashpotion": "strong_leaping_splash_potion", - "leapingleveliisplashpot": "strong_leaping_splash_potion", - "leapingleveliisplashpotion": "strong_leaping_splash_potion", - "leapingstrongsplashpot": "strong_leaping_splash_potion", - "leapingstrongsplashpotion": "strong_leaping_splash_potion", - "leapleveliisplashpot": "strong_leaping_splash_potion", - "leapleveliisplashpotion": "strong_leaping_splash_potion", - "leapstrongsplashpot": "strong_leaping_splash_potion", - "leapstrongsplashpotion": "strong_leaping_splash_potion", - "splashjumpiipot": "strong_leaping_splash_potion", - "splashjumpiipotion": "strong_leaping_splash_potion", - "splashjumpleveliipot": "strong_leaping_splash_potion", - "splashjumpleveliipotion": "strong_leaping_splash_potion", - "splashjumpstrongpot": "strong_leaping_splash_potion", - "splashjumpstrongpotion": "strong_leaping_splash_potion", - "splashleapiipot": "strong_leaping_splash_potion", - "splashleapiipotion": "strong_leaping_splash_potion", - "splashleapingiipot": "strong_leaping_splash_potion", - "splashleapingiipotion": "strong_leaping_splash_potion", - "splashleapingleveliipot": "strong_leaping_splash_potion", - "splashleapingleveliipotion": "strong_leaping_splash_potion", - "splashleapingstrongpot": "strong_leaping_splash_potion", - "splashleapingstrongpotion": "strong_leaping_splash_potion", - "splashleapleveliipot": "strong_leaping_splash_potion", - "splashleapleveliipotion": "strong_leaping_splash_potion", - "splashleapstrongpot": "strong_leaping_splash_potion", - "splashleapstrongpotion": "strong_leaping_splash_potion", - "spljumpiipot": "strong_leaping_splash_potion", - "spljumpiipotion": "strong_leaping_splash_potion", - "spljumpleveliipot": "strong_leaping_splash_potion", - "spljumpleveliipotion": "strong_leaping_splash_potion", - "spljumpstrongpot": "strong_leaping_splash_potion", - "spljumpstrongpotion": "strong_leaping_splash_potion", - "splleapiipot": "strong_leaping_splash_potion", - "splleapiipotion": "strong_leaping_splash_potion", - "splleapingiipot": "strong_leaping_splash_potion", - "splleapingiipotion": "strong_leaping_splash_potion", - "splleapingleveliipot": "strong_leaping_splash_potion", - "splleapingleveliipotion": "strong_leaping_splash_potion", - "splleapingstrongpot": "strong_leaping_splash_potion", - "splleapingstrongpotion": "strong_leaping_splash_potion", - "splleapleveliipot": "strong_leaping_splash_potion", - "splleapleveliipotion": "strong_leaping_splash_potion", - "splleapstrongpot": "strong_leaping_splash_potion", - "splleapstrongpotion": "strong_leaping_splash_potion", - "strong_leaping_tipped_arrow": { - "potionData": { - "type": "JUMP", - "upgraded": true, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowjumpii": "strong_leaping_tipped_arrow", - "arrowjumplevelii": "strong_leaping_tipped_arrow", - "arrowjumpstrong": "strong_leaping_tipped_arrow", - "arrowleapii": "strong_leaping_tipped_arrow", - "arrowleapingii": "strong_leaping_tipped_arrow", - "arrowleapinglevelii": "strong_leaping_tipped_arrow", - "arrowleapingstrong": "strong_leaping_tipped_arrow", - "arrowleaplevelii": "strong_leaping_tipped_arrow", - "arrowleapstrong": "strong_leaping_tipped_arrow", - "jumparrowii": "strong_leaping_tipped_arrow", - "jumparrowlevelii": "strong_leaping_tipped_arrow", - "jumparrowstrong": "strong_leaping_tipped_arrow", - "jumpiitarr": "strong_leaping_tipped_arrow", - "jumpiitarrow": "strong_leaping_tipped_arrow", - "jumpiitippedarrow": "strong_leaping_tipped_arrow", - "jumpleveliitarr": "strong_leaping_tipped_arrow", - "jumpleveliitarrow": "strong_leaping_tipped_arrow", - "jumpleveliitippedarrow": "strong_leaping_tipped_arrow", - "jumpstrongtarr": "strong_leaping_tipped_arrow", - "jumpstrongtarrow": "strong_leaping_tipped_arrow", - "jumpstrongtippedarrow": "strong_leaping_tipped_arrow", - "leaparrowii": "strong_leaping_tipped_arrow", - "leaparrowlevelii": "strong_leaping_tipped_arrow", - "leaparrowstrong": "strong_leaping_tipped_arrow", - "leapiitarr": "strong_leaping_tipped_arrow", - "leapiitarrow": "strong_leaping_tipped_arrow", - "leapiitippedarrow": "strong_leaping_tipped_arrow", - "leapingarrowii": "strong_leaping_tipped_arrow", - "leapingarrowlevelii": "strong_leaping_tipped_arrow", - "leapingarrowstrong": "strong_leaping_tipped_arrow", - "leapingiitarr": "strong_leaping_tipped_arrow", - "leapingiitarrow": "strong_leaping_tipped_arrow", - "leapingiitippedarrow": "strong_leaping_tipped_arrow", - "leapingleveliitarr": "strong_leaping_tipped_arrow", - "leapingleveliitarrow": "strong_leaping_tipped_arrow", - "leapingleveliitippedarrow": "strong_leaping_tipped_arrow", - "leapingstrongtarr": "strong_leaping_tipped_arrow", - "leapingstrongtarrow": "strong_leaping_tipped_arrow", - "leapingstrongtippedarrow": "strong_leaping_tipped_arrow", - "leapleveliitarr": "strong_leaping_tipped_arrow", - "leapleveliitarrow": "strong_leaping_tipped_arrow", - "leapleveliitippedarrow": "strong_leaping_tipped_arrow", - "leapstrongtarr": "strong_leaping_tipped_arrow", - "leapstrongtarrow": "strong_leaping_tipped_arrow", - "leapstrongtippedarrow": "strong_leaping_tipped_arrow", - "strong_poison_lingering_potion": { - "potionData": { - "type": "POISON", - "upgraded": true, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "acidaoepoiontii": "strong_poison_lingering_potion", - "acidaoepoiontlevelii": "strong_poison_lingering_potion", - "acidaoepoiontstrong": "strong_poison_lingering_potion", - "acidaoepotii": "strong_poison_lingering_potion", - "acidaoepotlevelii": "strong_poison_lingering_potion", - "acidaoepotstrong": "strong_poison_lingering_potion", - "acidareapotii": "strong_poison_lingering_potion", - "acidareapotionii": "strong_poison_lingering_potion", - "acidareapotionlevelii": "strong_poison_lingering_potion", - "acidareapotionstrong": "strong_poison_lingering_potion", - "acidareapotlevelii": "strong_poison_lingering_potion", - "acidareapotstrong": "strong_poison_lingering_potion", - "acidcloudpotii": "strong_poison_lingering_potion", - "acidcloudpotionii": "strong_poison_lingering_potion", - "acidcloudpotionlevelii": "strong_poison_lingering_potion", - "acidcloudpotionstrong": "strong_poison_lingering_potion", - "acidcloudpotlevelii": "strong_poison_lingering_potion", - "acidcloudpotstrong": "strong_poison_lingering_potion", - "acidlingerpotii": "strong_poison_lingering_potion", - "acidlingerpotlevelii": "strong_poison_lingering_potion", - "acidlingerpotstrong": "strong_poison_lingering_potion", - "aoepotacidii": "strong_poison_lingering_potion", - "aoepotacidlevelii": "strong_poison_lingering_potion", - "aoepotacidstrong": "strong_poison_lingering_potion", - "aoepotionacidii": "strong_poison_lingering_potion", - "aoepotionacidlevelii": "strong_poison_lingering_potion", - "aoepotionacidstrong": "strong_poison_lingering_potion", - "aoepotionpii": "strong_poison_lingering_potion", - "aoepotionplevelii": "strong_poison_lingering_potion", - "aoepotionpoisonii": "strong_poison_lingering_potion", - "aoepotionpoisonlevelii": "strong_poison_lingering_potion", - "aoepotionpoisonstrong": "strong_poison_lingering_potion", - "aoepotionpstrong": "strong_poison_lingering_potion", - "aoepotpii": "strong_poison_lingering_potion", - "aoepotplevelii": "strong_poison_lingering_potion", - "aoepotpoisonii": "strong_poison_lingering_potion", - "aoepotpoisonlevelii": "strong_poison_lingering_potion", - "aoepotpoisonstrong": "strong_poison_lingering_potion", - "aoepotpstrong": "strong_poison_lingering_potion", - "areapotacidii": "strong_poison_lingering_potion", - "areapotacidlevelii": "strong_poison_lingering_potion", - "areapotacidstrong": "strong_poison_lingering_potion", - "areapotionacidii": "strong_poison_lingering_potion", - "areapotionacidlevelii": "strong_poison_lingering_potion", - "areapotionacidstrong": "strong_poison_lingering_potion", - "areapotionpii": "strong_poison_lingering_potion", - "areapotionplevelii": "strong_poison_lingering_potion", - "areapotionpoisonii": "strong_poison_lingering_potion", - "areapotionpoisonlevelii": "strong_poison_lingering_potion", - "areapotionpoisonstrong": "strong_poison_lingering_potion", - "areapotionpstrong": "strong_poison_lingering_potion", - "areapotpii": "strong_poison_lingering_potion", - "areapotplevelii": "strong_poison_lingering_potion", - "areapotpoisonii": "strong_poison_lingering_potion", - "areapotpoisonlevelii": "strong_poison_lingering_potion", - "areapotpoisonstrong": "strong_poison_lingering_potion", - "areapotpstrong": "strong_poison_lingering_potion", - "cloudpotacidii": "strong_poison_lingering_potion", - "cloudpotacidlevelii": "strong_poison_lingering_potion", - "cloudpotacidstrong": "strong_poison_lingering_potion", - "cloudpotionacidii": "strong_poison_lingering_potion", - "cloudpotionacidlevelii": "strong_poison_lingering_potion", - "cloudpotionacidstrong": "strong_poison_lingering_potion", - "cloudpotionpii": "strong_poison_lingering_potion", - "cloudpotionplevelii": "strong_poison_lingering_potion", - "cloudpotionpoisonii": "strong_poison_lingering_potion", - "cloudpotionpoisonlevelii": "strong_poison_lingering_potion", - "cloudpotionpoisonstrong": "strong_poison_lingering_potion", - "cloudpotionpstrong": "strong_poison_lingering_potion", - "cloudpotpii": "strong_poison_lingering_potion", - "cloudpotplevelii": "strong_poison_lingering_potion", - "cloudpotpoisonii": "strong_poison_lingering_potion", - "cloudpotpoisonlevelii": "strong_poison_lingering_potion", - "cloudpotpoisonstrong": "strong_poison_lingering_potion", - "cloudpotpstrong": "strong_poison_lingering_potion", - "lingerpotacidii": "strong_poison_lingering_potion", - "lingerpotacidlevelii": "strong_poison_lingering_potion", - "lingerpotacidstrong": "strong_poison_lingering_potion", - "lingerpotpii": "strong_poison_lingering_potion", - "lingerpotplevelii": "strong_poison_lingering_potion", - "lingerpotpoisonii": "strong_poison_lingering_potion", - "lingerpotpoisonlevelii": "strong_poison_lingering_potion", - "lingerpotpoisonstrong": "strong_poison_lingering_potion", - "lingerpotpstrong": "strong_poison_lingering_potion", - "paoepoiontii": "strong_poison_lingering_potion", - "paoepoiontlevelii": "strong_poison_lingering_potion", - "paoepoiontstrong": "strong_poison_lingering_potion", - "paoepotii": "strong_poison_lingering_potion", - "paoepotlevelii": "strong_poison_lingering_potion", - "paoepotstrong": "strong_poison_lingering_potion", - "pareapotii": "strong_poison_lingering_potion", - "pareapotionii": "strong_poison_lingering_potion", - "pareapotionlevelii": "strong_poison_lingering_potion", - "pareapotionstrong": "strong_poison_lingering_potion", - "pareapotlevelii": "strong_poison_lingering_potion", - "pareapotstrong": "strong_poison_lingering_potion", - "pcloudpotii": "strong_poison_lingering_potion", - "pcloudpotionii": "strong_poison_lingering_potion", - "pcloudpotionlevelii": "strong_poison_lingering_potion", - "pcloudpotionstrong": "strong_poison_lingering_potion", - "pcloudpotlevelii": "strong_poison_lingering_potion", - "pcloudpotstrong": "strong_poison_lingering_potion", - "plingerpotii": "strong_poison_lingering_potion", - "plingerpotlevelii": "strong_poison_lingering_potion", - "plingerpotstrong": "strong_poison_lingering_potion", - "poisonaoepoiontii": "strong_poison_lingering_potion", - "poisonaoepoiontlevelii": "strong_poison_lingering_potion", - "poisonaoepoiontstrong": "strong_poison_lingering_potion", - "poisonaoepotii": "strong_poison_lingering_potion", - "poisonaoepotlevelii": "strong_poison_lingering_potion", - "poisonaoepotstrong": "strong_poison_lingering_potion", - "poisonareapotii": "strong_poison_lingering_potion", - "poisonareapotionii": "strong_poison_lingering_potion", - "poisonareapotionlevelii": "strong_poison_lingering_potion", - "poisonareapotionstrong": "strong_poison_lingering_potion", - "poisonareapotlevelii": "strong_poison_lingering_potion", - "poisonareapotstrong": "strong_poison_lingering_potion", - "poisoncloudpotii": "strong_poison_lingering_potion", - "poisoncloudpotionii": "strong_poison_lingering_potion", - "poisoncloudpotionlevelii": "strong_poison_lingering_potion", - "poisoncloudpotionstrong": "strong_poison_lingering_potion", - "poisoncloudpotlevelii": "strong_poison_lingering_potion", - "poisoncloudpotstrong": "strong_poison_lingering_potion", - "poisonlingerpotii": "strong_poison_lingering_potion", - "poisonlingerpotlevelii": "strong_poison_lingering_potion", - "poisonlingerpotstrong": "strong_poison_lingering_potion", - "strong_poison_potion": { - "potionData": { - "type": "POISON", - "upgraded": true, - "extended": false - }, - "material": "POTION" - }, - "acidiipot": "strong_poison_potion", - "acidiipotion": "strong_poison_potion", - "acidleveliipot": "strong_poison_potion", - "acidleveliipotion": "strong_poison_potion", - "acidstrongpot": "strong_poison_potion", - "acidstrongpotion": "strong_poison_potion", - "piipot": "strong_poison_potion", - "piipotion": "strong_poison_potion", - "pleveliipot": "strong_poison_potion", - "pleveliipotion": "strong_poison_potion", - "poisoniipot": "strong_poison_potion", - "poisoniipotion": "strong_poison_potion", - "poisonleveliipot": "strong_poison_potion", - "poisonleveliipotion": "strong_poison_potion", - "poisonstrongpot": "strong_poison_potion", - "poisonstrongpotion": "strong_poison_potion", - "potionofacidii": "strong_poison_potion", - "potionofacidlevelii": "strong_poison_potion", - "potionofacidstrong": "strong_poison_potion", - "potionofpii": "strong_poison_potion", - "potionofplevelii": "strong_poison_potion", - "potionofpoisonii": "strong_poison_potion", - "potionofpoisonlevelii": "strong_poison_potion", - "potionofpoisonstrong": "strong_poison_potion", - "potionofpstrong": "strong_poison_potion", - "potofacidii": "strong_poison_potion", - "potofacidlevelii": "strong_poison_potion", - "potofacidstrong": "strong_poison_potion", - "potofpii": "strong_poison_potion", - "potofplevelii": "strong_poison_potion", - "potofpoisonii": "strong_poison_potion", - "potofpoisonlevelii": "strong_poison_potion", - "potofpoisonstrong": "strong_poison_potion", - "potofpstrong": "strong_poison_potion", - "pstrongpot": "strong_poison_potion", - "pstrongpotion": "strong_poison_potion", - "strong_poison_splash_potion": { - "potionData": { - "type": "POISON", - "upgraded": true, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "acidiisplashpot": "strong_poison_splash_potion", - "acidiisplashpotion": "strong_poison_splash_potion", - "acidleveliisplashpot": "strong_poison_splash_potion", - "acidleveliisplashpotion": "strong_poison_splash_potion", - "acidstrongsplashpot": "strong_poison_splash_potion", - "acidstrongsplashpotion": "strong_poison_splash_potion", - "piisplashpot": "strong_poison_splash_potion", - "piisplashpotion": "strong_poison_splash_potion", - "pleveliisplashpot": "strong_poison_splash_potion", - "pleveliisplashpotion": "strong_poison_splash_potion", - "poisoniisplashpot": "strong_poison_splash_potion", - "poisoniisplashpotion": "strong_poison_splash_potion", - "poisonleveliisplashpot": "strong_poison_splash_potion", - "poisonleveliisplashpotion": "strong_poison_splash_potion", - "poisonstrongsplashpot": "strong_poison_splash_potion", - "poisonstrongsplashpotion": "strong_poison_splash_potion", - "pstrongsplashpot": "strong_poison_splash_potion", - "pstrongsplashpotion": "strong_poison_splash_potion", - "splacidiipot": "strong_poison_splash_potion", - "splacidiipotion": "strong_poison_splash_potion", - "splacidleveliipot": "strong_poison_splash_potion", - "splacidleveliipotion": "strong_poison_splash_potion", - "splacidstrongpot": "strong_poison_splash_potion", - "splacidstrongpotion": "strong_poison_splash_potion", - "splashacidiipot": "strong_poison_splash_potion", - "splashacidiipotion": "strong_poison_splash_potion", - "splashacidleveliipot": "strong_poison_splash_potion", - "splashacidleveliipotion": "strong_poison_splash_potion", - "splashacidstrongpot": "strong_poison_splash_potion", - "splashacidstrongpotion": "strong_poison_splash_potion", - "splashpiipot": "strong_poison_splash_potion", - "splashpiipotion": "strong_poison_splash_potion", - "splashpleveliipot": "strong_poison_splash_potion", - "splashpleveliipotion": "strong_poison_splash_potion", - "splashpoisoniipot": "strong_poison_splash_potion", - "splashpoisoniipotion": "strong_poison_splash_potion", - "splashpoisonleveliipot": "strong_poison_splash_potion", - "splashpoisonleveliipotion": "strong_poison_splash_potion", - "splashpoisonstrongpot": "strong_poison_splash_potion", - "splashpoisonstrongpotion": "strong_poison_splash_potion", - "splashpstrongpot": "strong_poison_splash_potion", - "splashpstrongpotion": "strong_poison_splash_potion", - "splpiipot": "strong_poison_splash_potion", - "splpiipotion": "strong_poison_splash_potion", - "splpleveliipot": "strong_poison_splash_potion", - "splpleveliipotion": "strong_poison_splash_potion", - "splpoisoniipot": "strong_poison_splash_potion", - "splpoisoniipotion": "strong_poison_splash_potion", - "splpoisonleveliipot": "strong_poison_splash_potion", - "splpoisonleveliipotion": "strong_poison_splash_potion", - "splpoisonstrongpot": "strong_poison_splash_potion", - "splpoisonstrongpotion": "strong_poison_splash_potion", - "splpstrongpot": "strong_poison_splash_potion", - "splpstrongpotion": "strong_poison_splash_potion", - "strong_poison_tipped_arrow": { - "potionData": { - "type": "POISON", - "upgraded": true, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "acidarrowii": "strong_poison_tipped_arrow", - "acidarrowlevelii": "strong_poison_tipped_arrow", - "acidarrowstrong": "strong_poison_tipped_arrow", - "acidiitarr": "strong_poison_tipped_arrow", - "acidiitarrow": "strong_poison_tipped_arrow", - "acidiitippedarrow": "strong_poison_tipped_arrow", - "acidleveliitarr": "strong_poison_tipped_arrow", - "acidleveliitarrow": "strong_poison_tipped_arrow", - "acidleveliitippedarrow": "strong_poison_tipped_arrow", - "acidstrongtarr": "strong_poison_tipped_arrow", - "acidstrongtarrow": "strong_poison_tipped_arrow", - "acidstrongtippedarrow": "strong_poison_tipped_arrow", - "arrowacidii": "strong_poison_tipped_arrow", - "arrowacidlevelii": "strong_poison_tipped_arrow", - "arrowacidstrong": "strong_poison_tipped_arrow", - "arrowpii": "strong_poison_tipped_arrow", - "arrowplevelii": "strong_poison_tipped_arrow", - "arrowpoisonii": "strong_poison_tipped_arrow", - "arrowpoisonlevelii": "strong_poison_tipped_arrow", - "arrowpoisonstrong": "strong_poison_tipped_arrow", - "arrowpstrong": "strong_poison_tipped_arrow", - "parrowii": "strong_poison_tipped_arrow", - "parrowlevelii": "strong_poison_tipped_arrow", - "parrowstrong": "strong_poison_tipped_arrow", - "piitarr": "strong_poison_tipped_arrow", - "piitarrow": "strong_poison_tipped_arrow", - "piitippedarrow": "strong_poison_tipped_arrow", - "pleveliitarr": "strong_poison_tipped_arrow", - "pleveliitarrow": "strong_poison_tipped_arrow", - "pleveliitippedarrow": "strong_poison_tipped_arrow", - "poisonarrowii": "strong_poison_tipped_arrow", - "poisonarrowlevelii": "strong_poison_tipped_arrow", - "poisonarrowstrong": "strong_poison_tipped_arrow", - "poisoniitarr": "strong_poison_tipped_arrow", - "poisoniitarrow": "strong_poison_tipped_arrow", - "poisoniitippedarrow": "strong_poison_tipped_arrow", - "poisonleveliitarr": "strong_poison_tipped_arrow", - "poisonleveliitarrow": "strong_poison_tipped_arrow", - "poisonleveliitippedarrow": "strong_poison_tipped_arrow", - "poisonstrongtarr": "strong_poison_tipped_arrow", - "poisonstrongtarrow": "strong_poison_tipped_arrow", - "poisonstrongtippedarrow": "strong_poison_tipped_arrow", - "pstrongtarr": "strong_poison_tipped_arrow", - "pstrongtarrow": "strong_poison_tipped_arrow", - "pstrongtippedarrow": "strong_poison_tipped_arrow", - "strong_regeneration_lingering_potion": { - "potionData": { - "type": "REGEN", - "upgraded": true, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionregenerateii": "strong_regeneration_lingering_potion", - "aoepotionregeneratelevelii": "strong_regeneration_lingering_potion", - "aoepotionregeneratestrong": "strong_regeneration_lingering_potion", - "aoepotionregenerationii": "strong_regeneration_lingering_potion", - "aoepotionregenerationlevelii": "strong_regeneration_lingering_potion", - "aoepotionregenerationstrong": "strong_regeneration_lingering_potion", - "aoepotionregenii": "strong_regeneration_lingering_potion", - "aoepotionregenlevelii": "strong_regeneration_lingering_potion", - "aoepotionregenstrong": "strong_regeneration_lingering_potion", - "aoepotregenerateii": "strong_regeneration_lingering_potion", - "aoepotregeneratelevelii": "strong_regeneration_lingering_potion", - "aoepotregeneratestrong": "strong_regeneration_lingering_potion", - "aoepotregenerationii": "strong_regeneration_lingering_potion", - "aoepotregenerationlevelii": "strong_regeneration_lingering_potion", - "aoepotregenerationstrong": "strong_regeneration_lingering_potion", - "aoepotregenii": "strong_regeneration_lingering_potion", - "aoepotregenlevelii": "strong_regeneration_lingering_potion", - "aoepotregenstrong": "strong_regeneration_lingering_potion", - "areapotionregenerateii": "strong_regeneration_lingering_potion", - "areapotionregeneratelevelii": "strong_regeneration_lingering_potion", - "areapotionregeneratestrong": "strong_regeneration_lingering_potion", - "areapotionregenerationii": "strong_regeneration_lingering_potion", - "areapotionregenerationlevelii": "strong_regeneration_lingering_potion", - "areapotionregenerationstrong": "strong_regeneration_lingering_potion", - "areapotionregenii": "strong_regeneration_lingering_potion", - "areapotionregenlevelii": "strong_regeneration_lingering_potion", - "areapotionregenstrong": "strong_regeneration_lingering_potion", - "areapotregenerateii": "strong_regeneration_lingering_potion", - "areapotregeneratelevelii": "strong_regeneration_lingering_potion", - "areapotregeneratestrong": "strong_regeneration_lingering_potion", - "areapotregenerationii": "strong_regeneration_lingering_potion", - "areapotregenerationlevelii": "strong_regeneration_lingering_potion", - "areapotregenerationstrong": "strong_regeneration_lingering_potion", - "areapotregenii": "strong_regeneration_lingering_potion", - "areapotregenlevelii": "strong_regeneration_lingering_potion", - "areapotregenstrong": "strong_regeneration_lingering_potion", - "cloudpotionregenerateii": "strong_regeneration_lingering_potion", - "cloudpotionregeneratelevelii": "strong_regeneration_lingering_potion", - "cloudpotionregeneratestrong": "strong_regeneration_lingering_potion", - "cloudpotionregenerationii": "strong_regeneration_lingering_potion", - "cloudpotionregenerationlevelii": "strong_regeneration_lingering_potion", - "cloudpotionregenerationstrong": "strong_regeneration_lingering_potion", - "cloudpotionregenii": "strong_regeneration_lingering_potion", - "cloudpotionregenlevelii": "strong_regeneration_lingering_potion", - "cloudpotionregenstrong": "strong_regeneration_lingering_potion", - "cloudpotregenerateii": "strong_regeneration_lingering_potion", - "cloudpotregeneratelevelii": "strong_regeneration_lingering_potion", - "cloudpotregeneratestrong": "strong_regeneration_lingering_potion", - "cloudpotregenerationii": "strong_regeneration_lingering_potion", - "cloudpotregenerationlevelii": "strong_regeneration_lingering_potion", - "cloudpotregenerationstrong": "strong_regeneration_lingering_potion", - "cloudpotregenii": "strong_regeneration_lingering_potion", - "cloudpotregenlevelii": "strong_regeneration_lingering_potion", - "cloudpotregenstrong": "strong_regeneration_lingering_potion", - "lingerpotregenerateii": "strong_regeneration_lingering_potion", - "lingerpotregeneratelevelii": "strong_regeneration_lingering_potion", - "lingerpotregeneratestrong": "strong_regeneration_lingering_potion", - "lingerpotregenerationii": "strong_regeneration_lingering_potion", - "lingerpotregenerationlevelii": "strong_regeneration_lingering_potion", - "lingerpotregenerationstrong": "strong_regeneration_lingering_potion", - "lingerpotregenii": "strong_regeneration_lingering_potion", - "lingerpotregenlevelii": "strong_regeneration_lingering_potion", - "lingerpotregenstrong": "strong_regeneration_lingering_potion", - "regenaoepoiontii": "strong_regeneration_lingering_potion", - "regenaoepoiontlevelii": "strong_regeneration_lingering_potion", - "regenaoepoiontstrong": "strong_regeneration_lingering_potion", - "regenaoepotii": "strong_regeneration_lingering_potion", - "regenaoepotlevelii": "strong_regeneration_lingering_potion", - "regenaoepotstrong": "strong_regeneration_lingering_potion", - "regenareapotii": "strong_regeneration_lingering_potion", - "regenareapotionii": "strong_regeneration_lingering_potion", - "regenareapotionlevelii": "strong_regeneration_lingering_potion", - "regenareapotionstrong": "strong_regeneration_lingering_potion", - "regenareapotlevelii": "strong_regeneration_lingering_potion", - "regenareapotstrong": "strong_regeneration_lingering_potion", - "regencloudpotii": "strong_regeneration_lingering_potion", - "regencloudpotionii": "strong_regeneration_lingering_potion", - "regencloudpotionlevelii": "strong_regeneration_lingering_potion", - "regencloudpotionstrong": "strong_regeneration_lingering_potion", - "regencloudpotlevelii": "strong_regeneration_lingering_potion", - "regencloudpotstrong": "strong_regeneration_lingering_potion", - "regenerateaoepoiontii": "strong_regeneration_lingering_potion", - "regenerateaoepoiontlevelii": "strong_regeneration_lingering_potion", - "regenerateaoepoiontstrong": "strong_regeneration_lingering_potion", - "regenerateaoepotii": "strong_regeneration_lingering_potion", - "regenerateaoepotlevelii": "strong_regeneration_lingering_potion", - "regenerateaoepotstrong": "strong_regeneration_lingering_potion", - "regenerateareapotii": "strong_regeneration_lingering_potion", - "regenerateareapotionii": "strong_regeneration_lingering_potion", - "regenerateareapotionlevelii": "strong_regeneration_lingering_potion", - "regenerateareapotionstrong": "strong_regeneration_lingering_potion", - "regenerateareapotlevelii": "strong_regeneration_lingering_potion", - "regenerateareapotstrong": "strong_regeneration_lingering_potion", - "regeneratecloudpotii": "strong_regeneration_lingering_potion", - "regeneratecloudpotionii": "strong_regeneration_lingering_potion", - "regeneratecloudpotionlevelii": "strong_regeneration_lingering_potion", - "regeneratecloudpotionstrong": "strong_regeneration_lingering_potion", - "regeneratecloudpotlevelii": "strong_regeneration_lingering_potion", - "regeneratecloudpotstrong": "strong_regeneration_lingering_potion", - "regeneratelingerpotii": "strong_regeneration_lingering_potion", - "regeneratelingerpotlevelii": "strong_regeneration_lingering_potion", - "regeneratelingerpotstrong": "strong_regeneration_lingering_potion", - "regenerationaoepoiontii": "strong_regeneration_lingering_potion", - "regenerationaoepoiontlevelii": "strong_regeneration_lingering_potion", - "regenerationaoepoiontstrong": "strong_regeneration_lingering_potion", - "regenerationaoepotii": "strong_regeneration_lingering_potion", - "regenerationaoepotlevelii": "strong_regeneration_lingering_potion", - "regenerationaoepotstrong": "strong_regeneration_lingering_potion", - "regenerationareapotii": "strong_regeneration_lingering_potion", - "regenerationareapotionii": "strong_regeneration_lingering_potion", - "regenerationareapotionlevelii": "strong_regeneration_lingering_potion", - "regenerationareapotionstrong": "strong_regeneration_lingering_potion", - "regenerationareapotlevelii": "strong_regeneration_lingering_potion", - "regenerationareapotstrong": "strong_regeneration_lingering_potion", - "regenerationcloudpotii": "strong_regeneration_lingering_potion", - "regenerationcloudpotionii": "strong_regeneration_lingering_potion", - "regenerationcloudpotionlevelii": "strong_regeneration_lingering_potion", - "regenerationcloudpotionstrong": "strong_regeneration_lingering_potion", - "regenerationcloudpotlevelii": "strong_regeneration_lingering_potion", - "regenerationcloudpotstrong": "strong_regeneration_lingering_potion", - "regenerationlingerpotii": "strong_regeneration_lingering_potion", - "regenerationlingerpotlevelii": "strong_regeneration_lingering_potion", - "regenerationlingerpotstrong": "strong_regeneration_lingering_potion", - "regenlingerpotii": "strong_regeneration_lingering_potion", - "regenlingerpotlevelii": "strong_regeneration_lingering_potion", - "regenlingerpotstrong": "strong_regeneration_lingering_potion", - "strong_regeneration_potion": { - "potionData": { - "type": "REGEN", - "upgraded": true, - "extended": false - }, - "material": "POTION" - }, - "potionofregenerateii": "strong_regeneration_potion", - "potionofregeneratelevelii": "strong_regeneration_potion", - "potionofregeneratestrong": "strong_regeneration_potion", - "potionofregenerationii": "strong_regeneration_potion", - "potionofregenerationlevelii": "strong_regeneration_potion", - "potionofregenerationstrong": "strong_regeneration_potion", - "potionofregenii": "strong_regeneration_potion", - "potionofregenlevelii": "strong_regeneration_potion", - "potionofregenstrong": "strong_regeneration_potion", - "potofregenerateii": "strong_regeneration_potion", - "potofregeneratelevelii": "strong_regeneration_potion", - "potofregeneratestrong": "strong_regeneration_potion", - "potofregenerationii": "strong_regeneration_potion", - "potofregenerationlevelii": "strong_regeneration_potion", - "potofregenerationstrong": "strong_regeneration_potion", - "potofregenii": "strong_regeneration_potion", - "potofregenlevelii": "strong_regeneration_potion", - "potofregenstrong": "strong_regeneration_potion", - "regenerateiipot": "strong_regeneration_potion", - "regenerateiipotion": "strong_regeneration_potion", - "regenerateleveliipot": "strong_regeneration_potion", - "regenerateleveliipotion": "strong_regeneration_potion", - "regeneratestrongpot": "strong_regeneration_potion", - "regeneratestrongpotion": "strong_regeneration_potion", - "regenerationiipot": "strong_regeneration_potion", - "regenerationiipotion": "strong_regeneration_potion", - "regenerationleveliipot": "strong_regeneration_potion", - "regenerationleveliipotion": "strong_regeneration_potion", - "regenerationstrongpot": "strong_regeneration_potion", - "regenerationstrongpotion": "strong_regeneration_potion", - "regeniipot": "strong_regeneration_potion", - "regeniipotion": "strong_regeneration_potion", - "regenleveliipot": "strong_regeneration_potion", - "regenleveliipotion": "strong_regeneration_potion", - "regenstrongpot": "strong_regeneration_potion", - "regenstrongpotion": "strong_regeneration_potion", - "strong_regeneration_splash_potion": { - "potionData": { - "type": "REGEN", - "upgraded": true, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "regenerateiisplashpot": "strong_regeneration_splash_potion", - "regenerateiisplashpotion": "strong_regeneration_splash_potion", - "regenerateleveliisplashpot": "strong_regeneration_splash_potion", - "regenerateleveliisplashpotion": "strong_regeneration_splash_potion", - "regeneratestrongsplashpot": "strong_regeneration_splash_potion", - "regeneratestrongsplashpotion": "strong_regeneration_splash_potion", - "regenerationiisplashpot": "strong_regeneration_splash_potion", - "regenerationiisplashpotion": "strong_regeneration_splash_potion", - "regenerationleveliisplashpot": "strong_regeneration_splash_potion", - "regenerationleveliisplashpotion": "strong_regeneration_splash_potion", - "regenerationstrongsplashpot": "strong_regeneration_splash_potion", - "regenerationstrongsplashpotion": "strong_regeneration_splash_potion", - "regeniisplashpot": "strong_regeneration_splash_potion", - "regeniisplashpotion": "strong_regeneration_splash_potion", - "regenleveliisplashpot": "strong_regeneration_splash_potion", - "regenleveliisplashpotion": "strong_regeneration_splash_potion", - "regenstrongsplashpot": "strong_regeneration_splash_potion", - "regenstrongsplashpotion": "strong_regeneration_splash_potion", - "splashregenerateiipot": "strong_regeneration_splash_potion", - "splashregenerateiipotion": "strong_regeneration_splash_potion", - "splashregenerateleveliipot": "strong_regeneration_splash_potion", - "splashregenerateleveliipotion": "strong_regeneration_splash_potion", - "splashregeneratestrongpot": "strong_regeneration_splash_potion", - "splashregeneratestrongpotion": "strong_regeneration_splash_potion", - "splashregenerationiipot": "strong_regeneration_splash_potion", - "splashregenerationiipotion": "strong_regeneration_splash_potion", - "splashregenerationleveliipot": "strong_regeneration_splash_potion", - "splashregenerationleveliipotion": "strong_regeneration_splash_potion", - "splashregenerationstrongpot": "strong_regeneration_splash_potion", - "splashregenerationstrongpotion": "strong_regeneration_splash_potion", - "splashregeniipot": "strong_regeneration_splash_potion", - "splashregeniipotion": "strong_regeneration_splash_potion", - "splashregenleveliipot": "strong_regeneration_splash_potion", - "splashregenleveliipotion": "strong_regeneration_splash_potion", - "splashregenstrongpot": "strong_regeneration_splash_potion", - "splashregenstrongpotion": "strong_regeneration_splash_potion", - "splregenerateiipot": "strong_regeneration_splash_potion", - "splregenerateiipotion": "strong_regeneration_splash_potion", - "splregenerateleveliipot": "strong_regeneration_splash_potion", - "splregenerateleveliipotion": "strong_regeneration_splash_potion", - "splregeneratestrongpot": "strong_regeneration_splash_potion", - "splregeneratestrongpotion": "strong_regeneration_splash_potion", - "splregenerationiipot": "strong_regeneration_splash_potion", - "splregenerationiipotion": "strong_regeneration_splash_potion", - "splregenerationleveliipot": "strong_regeneration_splash_potion", - "splregenerationleveliipotion": "strong_regeneration_splash_potion", - "splregenerationstrongpot": "strong_regeneration_splash_potion", - "splregenerationstrongpotion": "strong_regeneration_splash_potion", - "splregeniipot": "strong_regeneration_splash_potion", - "splregeniipotion": "strong_regeneration_splash_potion", - "splregenleveliipot": "strong_regeneration_splash_potion", - "splregenleveliipotion": "strong_regeneration_splash_potion", - "splregenstrongpot": "strong_regeneration_splash_potion", - "splregenstrongpotion": "strong_regeneration_splash_potion", - "strong_regeneration_tipped_arrow": { - "potionData": { - "type": "REGEN", - "upgraded": true, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowregenerateii": "strong_regeneration_tipped_arrow", - "arrowregeneratelevelii": "strong_regeneration_tipped_arrow", - "arrowregeneratestrong": "strong_regeneration_tipped_arrow", - "arrowregenerationii": "strong_regeneration_tipped_arrow", - "arrowregenerationlevelii": "strong_regeneration_tipped_arrow", - "arrowregenerationstrong": "strong_regeneration_tipped_arrow", - "arrowregenii": "strong_regeneration_tipped_arrow", - "arrowregenlevelii": "strong_regeneration_tipped_arrow", - "arrowregenstrong": "strong_regeneration_tipped_arrow", - "regenarrowii": "strong_regeneration_tipped_arrow", - "regenarrowlevelii": "strong_regeneration_tipped_arrow", - "regenarrowstrong": "strong_regeneration_tipped_arrow", - "regeneratearrowii": "strong_regeneration_tipped_arrow", - "regeneratearrowlevelii": "strong_regeneration_tipped_arrow", - "regeneratearrowstrong": "strong_regeneration_tipped_arrow", - "regenerateiitarr": "strong_regeneration_tipped_arrow", - "regenerateiitarrow": "strong_regeneration_tipped_arrow", - "regenerateiitippedarrow": "strong_regeneration_tipped_arrow", - "regenerateleveliitarr": "strong_regeneration_tipped_arrow", - "regenerateleveliitarrow": "strong_regeneration_tipped_arrow", - "regenerateleveliitippedarrow": "strong_regeneration_tipped_arrow", - "regeneratestrongtarr": "strong_regeneration_tipped_arrow", - "regeneratestrongtarrow": "strong_regeneration_tipped_arrow", - "regeneratestrongtippedarrow": "strong_regeneration_tipped_arrow", - "regenerationarrowii": "strong_regeneration_tipped_arrow", - "regenerationarrowlevelii": "strong_regeneration_tipped_arrow", - "regenerationarrowstrong": "strong_regeneration_tipped_arrow", - "regenerationiitarr": "strong_regeneration_tipped_arrow", - "regenerationiitarrow": "strong_regeneration_tipped_arrow", - "regenerationiitippedarrow": "strong_regeneration_tipped_arrow", - "regenerationleveliitarr": "strong_regeneration_tipped_arrow", - "regenerationleveliitarrow": "strong_regeneration_tipped_arrow", - "regenerationleveliitippedarrow": "strong_regeneration_tipped_arrow", - "regenerationstrongtarr": "strong_regeneration_tipped_arrow", - "regenerationstrongtarrow": "strong_regeneration_tipped_arrow", - "regenerationstrongtippedarrow": "strong_regeneration_tipped_arrow", - "regeniitarr": "strong_regeneration_tipped_arrow", - "regeniitarrow": "strong_regeneration_tipped_arrow", - "regeniitippedarrow": "strong_regeneration_tipped_arrow", - "regenleveliitarr": "strong_regeneration_tipped_arrow", - "regenleveliitarrow": "strong_regeneration_tipped_arrow", - "regenleveliitippedarrow": "strong_regeneration_tipped_arrow", - "regenstrongtarr": "strong_regeneration_tipped_arrow", - "regenstrongtarrow": "strong_regeneration_tipped_arrow", - "regenstrongtippedarrow": "strong_regeneration_tipped_arrow", - "strong_slowness_lingering_potion": { - "potionData": { - "type": "SLOWNESS", - "upgraded": true, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionslowii": "strong_slowness_lingering_potion", - "aoepotionslowlevelii": "strong_slowness_lingering_potion", - "aoepotionslownessii": "strong_slowness_lingering_potion", - "aoepotionslownesslevelii": "strong_slowness_lingering_potion", - "aoepotionslownessstrong": "strong_slowness_lingering_potion", - "aoepotionslowstrong": "strong_slowness_lingering_potion", - "aoepotslowii": "strong_slowness_lingering_potion", - "aoepotslowlevelii": "strong_slowness_lingering_potion", - "aoepotslownessii": "strong_slowness_lingering_potion", - "aoepotslownesslevelii": "strong_slowness_lingering_potion", - "aoepotslownessstrong": "strong_slowness_lingering_potion", - "aoepotslowstrong": "strong_slowness_lingering_potion", - "areapotionslowii": "strong_slowness_lingering_potion", - "areapotionslowlevelii": "strong_slowness_lingering_potion", - "areapotionslownessii": "strong_slowness_lingering_potion", - "areapotionslownesslevelii": "strong_slowness_lingering_potion", - "areapotionslownessstrong": "strong_slowness_lingering_potion", - "areapotionslowstrong": "strong_slowness_lingering_potion", - "areapotslowii": "strong_slowness_lingering_potion", - "areapotslowlevelii": "strong_slowness_lingering_potion", - "areapotslownessii": "strong_slowness_lingering_potion", - "areapotslownesslevelii": "strong_slowness_lingering_potion", - "areapotslownessstrong": "strong_slowness_lingering_potion", - "areapotslowstrong": "strong_slowness_lingering_potion", - "cloudpotionslowii": "strong_slowness_lingering_potion", - "cloudpotionslowlevelii": "strong_slowness_lingering_potion", - "cloudpotionslownessii": "strong_slowness_lingering_potion", - "cloudpotionslownesslevelii": "strong_slowness_lingering_potion", - "cloudpotionslownessstrong": "strong_slowness_lingering_potion", - "cloudpotionslowstrong": "strong_slowness_lingering_potion", - "cloudpotslowii": "strong_slowness_lingering_potion", - "cloudpotslowlevelii": "strong_slowness_lingering_potion", - "cloudpotslownessii": "strong_slowness_lingering_potion", - "cloudpotslownesslevelii": "strong_slowness_lingering_potion", - "cloudpotslownessstrong": "strong_slowness_lingering_potion", - "cloudpotslowstrong": "strong_slowness_lingering_potion", - "lingerpotslowii": "strong_slowness_lingering_potion", - "lingerpotslowlevelii": "strong_slowness_lingering_potion", - "lingerpotslownessii": "strong_slowness_lingering_potion", - "lingerpotslownesslevelii": "strong_slowness_lingering_potion", - "lingerpotslownessstrong": "strong_slowness_lingering_potion", - "lingerpotslowstrong": "strong_slowness_lingering_potion", - "slowaoepoiontii": "strong_slowness_lingering_potion", - "slowaoepoiontlevelii": "strong_slowness_lingering_potion", - "slowaoepoiontstrong": "strong_slowness_lingering_potion", - "slowaoepotii": "strong_slowness_lingering_potion", - "slowaoepotlevelii": "strong_slowness_lingering_potion", - "slowaoepotstrong": "strong_slowness_lingering_potion", - "slowareapotii": "strong_slowness_lingering_potion", - "slowareapotionii": "strong_slowness_lingering_potion", - "slowareapotionlevelii": "strong_slowness_lingering_potion", - "slowareapotionstrong": "strong_slowness_lingering_potion", - "slowareapotlevelii": "strong_slowness_lingering_potion", - "slowareapotstrong": "strong_slowness_lingering_potion", - "slowcloudpotii": "strong_slowness_lingering_potion", - "slowcloudpotionii": "strong_slowness_lingering_potion", - "slowcloudpotionlevelii": "strong_slowness_lingering_potion", - "slowcloudpotionstrong": "strong_slowness_lingering_potion", - "slowcloudpotlevelii": "strong_slowness_lingering_potion", - "slowcloudpotstrong": "strong_slowness_lingering_potion", - "slowlingerpotii": "strong_slowness_lingering_potion", - "slowlingerpotlevelii": "strong_slowness_lingering_potion", - "slowlingerpotstrong": "strong_slowness_lingering_potion", - "slownessaoepoiontii": "strong_slowness_lingering_potion", - "slownessaoepoiontlevelii": "strong_slowness_lingering_potion", - "slownessaoepoiontstrong": "strong_slowness_lingering_potion", - "slownessaoepotii": "strong_slowness_lingering_potion", - "slownessaoepotlevelii": "strong_slowness_lingering_potion", - "slownessaoepotstrong": "strong_slowness_lingering_potion", - "slownessareapotii": "strong_slowness_lingering_potion", - "slownessareapotionii": "strong_slowness_lingering_potion", - "slownessareapotionlevelii": "strong_slowness_lingering_potion", - "slownessareapotionstrong": "strong_slowness_lingering_potion", - "slownessareapotlevelii": "strong_slowness_lingering_potion", - "slownessareapotstrong": "strong_slowness_lingering_potion", - "slownesscloudpotii": "strong_slowness_lingering_potion", - "slownesscloudpotionii": "strong_slowness_lingering_potion", - "slownesscloudpotionlevelii": "strong_slowness_lingering_potion", - "slownesscloudpotionstrong": "strong_slowness_lingering_potion", - "slownesscloudpotlevelii": "strong_slowness_lingering_potion", - "slownesscloudpotstrong": "strong_slowness_lingering_potion", - "slownesslingerpotii": "strong_slowness_lingering_potion", - "slownesslingerpotlevelii": "strong_slowness_lingering_potion", - "slownesslingerpotstrong": "strong_slowness_lingering_potion", - "strong_slowness_potion": { - "potionData": { - "type": "SLOWNESS", - "upgraded": true, - "extended": false - }, - "material": "POTION" - }, - "potionofslowii": "strong_slowness_potion", - "potionofslowlevelii": "strong_slowness_potion", - "potionofslownessii": "strong_slowness_potion", - "potionofslownesslevelii": "strong_slowness_potion", - "potionofslownessstrong": "strong_slowness_potion", - "potionofslowstrong": "strong_slowness_potion", - "potofslowii": "strong_slowness_potion", - "potofslowlevelii": "strong_slowness_potion", - "potofslownessii": "strong_slowness_potion", - "potofslownesslevelii": "strong_slowness_potion", - "potofslownessstrong": "strong_slowness_potion", - "potofslowstrong": "strong_slowness_potion", - "slowiipot": "strong_slowness_potion", - "slowiipotion": "strong_slowness_potion", - "slowleveliipot": "strong_slowness_potion", - "slowleveliipotion": "strong_slowness_potion", - "slownessiipot": "strong_slowness_potion", - "slownessiipotion": "strong_slowness_potion", - "slownessleveliipot": "strong_slowness_potion", - "slownessleveliipotion": "strong_slowness_potion", - "slownessstrongpot": "strong_slowness_potion", - "slownessstrongpotion": "strong_slowness_potion", - "slowstrongpot": "strong_slowness_potion", - "slowstrongpotion": "strong_slowness_potion", - "strong_slowness_splash_potion": { - "potionData": { - "type": "SLOWNESS", - "upgraded": true, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "slowiisplashpot": "strong_slowness_splash_potion", - "slowiisplashpotion": "strong_slowness_splash_potion", - "slowleveliisplashpot": "strong_slowness_splash_potion", - "slowleveliisplashpotion": "strong_slowness_splash_potion", - "slownessiisplashpot": "strong_slowness_splash_potion", - "slownessiisplashpotion": "strong_slowness_splash_potion", - "slownessleveliisplashpot": "strong_slowness_splash_potion", - "slownessleveliisplashpotion": "strong_slowness_splash_potion", - "slownessstrongsplashpot": "strong_slowness_splash_potion", - "slownessstrongsplashpotion": "strong_slowness_splash_potion", - "slowstrongsplashpot": "strong_slowness_splash_potion", - "slowstrongsplashpotion": "strong_slowness_splash_potion", - "splashslowiipot": "strong_slowness_splash_potion", - "splashslowiipotion": "strong_slowness_splash_potion", - "splashslowleveliipot": "strong_slowness_splash_potion", - "splashslowleveliipotion": "strong_slowness_splash_potion", - "splashslownessiipot": "strong_slowness_splash_potion", - "splashslownessiipotion": "strong_slowness_splash_potion", - "splashslownessleveliipot": "strong_slowness_splash_potion", - "splashslownessleveliipotion": "strong_slowness_splash_potion", - "splashslownessstrongpot": "strong_slowness_splash_potion", - "splashslownessstrongpotion": "strong_slowness_splash_potion", - "splashslowstrongpot": "strong_slowness_splash_potion", - "splashslowstrongpotion": "strong_slowness_splash_potion", - "splslowiipot": "strong_slowness_splash_potion", - "splslowiipotion": "strong_slowness_splash_potion", - "splslowleveliipot": "strong_slowness_splash_potion", - "splslowleveliipotion": "strong_slowness_splash_potion", - "splslownessiipot": "strong_slowness_splash_potion", - "splslownessiipotion": "strong_slowness_splash_potion", - "splslownessleveliipot": "strong_slowness_splash_potion", - "splslownessleveliipotion": "strong_slowness_splash_potion", - "splslownessstrongpot": "strong_slowness_splash_potion", - "splslownessstrongpotion": "strong_slowness_splash_potion", - "splslowstrongpot": "strong_slowness_splash_potion", - "splslowstrongpotion": "strong_slowness_splash_potion", - "strong_slowness_tipped_arrow": { - "potionData": { - "type": "SLOWNESS", - "upgraded": true, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowslowii": "strong_slowness_tipped_arrow", - "arrowslowlevelii": "strong_slowness_tipped_arrow", - "arrowslownessii": "strong_slowness_tipped_arrow", - "arrowslownesslevelii": "strong_slowness_tipped_arrow", - "arrowslownessstrong": "strong_slowness_tipped_arrow", - "arrowslowstrong": "strong_slowness_tipped_arrow", - "slowarrowii": "strong_slowness_tipped_arrow", - "slowarrowlevelii": "strong_slowness_tipped_arrow", - "slowarrowstrong": "strong_slowness_tipped_arrow", - "slowiitarr": "strong_slowness_tipped_arrow", - "slowiitarrow": "strong_slowness_tipped_arrow", - "slowiitippedarrow": "strong_slowness_tipped_arrow", - "slowleveliitarr": "strong_slowness_tipped_arrow", - "slowleveliitarrow": "strong_slowness_tipped_arrow", - "slowleveliitippedarrow": "strong_slowness_tipped_arrow", - "slownessarrowii": "strong_slowness_tipped_arrow", - "slownessarrowlevelii": "strong_slowness_tipped_arrow", - "slownessarrowstrong": "strong_slowness_tipped_arrow", - "slownessiitarr": "strong_slowness_tipped_arrow", - "slownessiitarrow": "strong_slowness_tipped_arrow", - "slownessiitippedarrow": "strong_slowness_tipped_arrow", - "slownessleveliitarr": "strong_slowness_tipped_arrow", - "slownessleveliitarrow": "strong_slowness_tipped_arrow", - "slownessleveliitippedarrow": "strong_slowness_tipped_arrow", - "slownessstrongtarr": "strong_slowness_tipped_arrow", - "slownessstrongtarrow": "strong_slowness_tipped_arrow", - "slownessstrongtippedarrow": "strong_slowness_tipped_arrow", - "slowstrongtarr": "strong_slowness_tipped_arrow", - "slowstrongtarrow": "strong_slowness_tipped_arrow", - "slowstrongtippedarrow": "strong_slowness_tipped_arrow", - "strong_strength_lingering_potion": { - "potionData": { - "type": "STRENGTH", - "upgraded": true, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionstrengthii": "strong_strength_lingering_potion", - "aoepotionstrengthlevelii": "strong_strength_lingering_potion", - "aoepotionstrengthstrong": "strong_strength_lingering_potion", - "aoepotionstrii": "strong_strength_lingering_potion", - "aoepotionstrlevelii": "strong_strength_lingering_potion", - "aoepotionstrongii": "strong_strength_lingering_potion", - "aoepotionstronglevelii": "strong_strength_lingering_potion", - "aoepotionstrongstrong": "strong_strength_lingering_potion", - "aoepotionstrstrong": "strong_strength_lingering_potion", - "aoepotstrengthii": "strong_strength_lingering_potion", - "aoepotstrengthlevelii": "strong_strength_lingering_potion", - "aoepotstrengthstrong": "strong_strength_lingering_potion", - "aoepotstrii": "strong_strength_lingering_potion", - "aoepotstrlevelii": "strong_strength_lingering_potion", - "aoepotstrongii": "strong_strength_lingering_potion", - "aoepotstronglevelii": "strong_strength_lingering_potion", - "aoepotstrongstrong": "strong_strength_lingering_potion", - "aoepotstrstrong": "strong_strength_lingering_potion", - "areapotionstrengthii": "strong_strength_lingering_potion", - "areapotionstrengthlevelii": "strong_strength_lingering_potion", - "areapotionstrengthstrong": "strong_strength_lingering_potion", - "areapotionstrii": "strong_strength_lingering_potion", - "areapotionstrlevelii": "strong_strength_lingering_potion", - "areapotionstrongii": "strong_strength_lingering_potion", - "areapotionstronglevelii": "strong_strength_lingering_potion", - "areapotionstrongstrong": "strong_strength_lingering_potion", - "areapotionstrstrong": "strong_strength_lingering_potion", - "areapotstrengthii": "strong_strength_lingering_potion", - "areapotstrengthlevelii": "strong_strength_lingering_potion", - "areapotstrengthstrong": "strong_strength_lingering_potion", - "areapotstrii": "strong_strength_lingering_potion", - "areapotstrlevelii": "strong_strength_lingering_potion", - "areapotstrongii": "strong_strength_lingering_potion", - "areapotstronglevelii": "strong_strength_lingering_potion", - "areapotstrongstrong": "strong_strength_lingering_potion", - "areapotstrstrong": "strong_strength_lingering_potion", - "cloudpotionstrengthii": "strong_strength_lingering_potion", - "cloudpotionstrengthlevelii": "strong_strength_lingering_potion", - "cloudpotionstrengthstrong": "strong_strength_lingering_potion", - "cloudpotionstrii": "strong_strength_lingering_potion", - "cloudpotionstrlevelii": "strong_strength_lingering_potion", - "cloudpotionstrongii": "strong_strength_lingering_potion", - "cloudpotionstronglevelii": "strong_strength_lingering_potion", - "cloudpotionstrongstrong": "strong_strength_lingering_potion", - "cloudpotionstrstrong": "strong_strength_lingering_potion", - "cloudpotstrengthii": "strong_strength_lingering_potion", - "cloudpotstrengthlevelii": "strong_strength_lingering_potion", - "cloudpotstrengthstrong": "strong_strength_lingering_potion", - "cloudpotstrii": "strong_strength_lingering_potion", - "cloudpotstrlevelii": "strong_strength_lingering_potion", - "cloudpotstrongii": "strong_strength_lingering_potion", - "cloudpotstronglevelii": "strong_strength_lingering_potion", - "cloudpotstrongstrong": "strong_strength_lingering_potion", - "cloudpotstrstrong": "strong_strength_lingering_potion", - "lingerpotstrengthii": "strong_strength_lingering_potion", - "lingerpotstrengthlevelii": "strong_strength_lingering_potion", - "lingerpotstrengthstrong": "strong_strength_lingering_potion", - "lingerpotstrii": "strong_strength_lingering_potion", - "lingerpotstrlevelii": "strong_strength_lingering_potion", - "lingerpotstrongii": "strong_strength_lingering_potion", - "lingerpotstronglevelii": "strong_strength_lingering_potion", - "lingerpotstrongstrong": "strong_strength_lingering_potion", - "lingerpotstrstrong": "strong_strength_lingering_potion", - "straoepoiontii": "strong_strength_lingering_potion", - "straoepoiontlevelii": "strong_strength_lingering_potion", - "straoepoiontstrong": "strong_strength_lingering_potion", - "straoepotii": "strong_strength_lingering_potion", - "straoepotlevelii": "strong_strength_lingering_potion", - "straoepotstrong": "strong_strength_lingering_potion", - "strareapotii": "strong_strength_lingering_potion", - "strareapotionii": "strong_strength_lingering_potion", - "strareapotionlevelii": "strong_strength_lingering_potion", - "strareapotionstrong": "strong_strength_lingering_potion", - "strareapotlevelii": "strong_strength_lingering_potion", - "strareapotstrong": "strong_strength_lingering_potion", - "strcloudpotii": "strong_strength_lingering_potion", - "strcloudpotionii": "strong_strength_lingering_potion", - "strcloudpotionlevelii": "strong_strength_lingering_potion", - "strcloudpotionstrong": "strong_strength_lingering_potion", - "strcloudpotlevelii": "strong_strength_lingering_potion", - "strcloudpotstrong": "strong_strength_lingering_potion", - "strengthaoepoiontii": "strong_strength_lingering_potion", - "strengthaoepoiontlevelii": "strong_strength_lingering_potion", - "strengthaoepoiontstrong": "strong_strength_lingering_potion", - "strengthaoepotii": "strong_strength_lingering_potion", - "strengthaoepotlevelii": "strong_strength_lingering_potion", - "strengthaoepotstrong": "strong_strength_lingering_potion", - "strengthareapotii": "strong_strength_lingering_potion", - "strengthareapotionii": "strong_strength_lingering_potion", - "strengthareapotionlevelii": "strong_strength_lingering_potion", - "strengthareapotionstrong": "strong_strength_lingering_potion", - "strengthareapotlevelii": "strong_strength_lingering_potion", - "strengthareapotstrong": "strong_strength_lingering_potion", - "strengthcloudpotii": "strong_strength_lingering_potion", - "strengthcloudpotionii": "strong_strength_lingering_potion", - "strengthcloudpotionlevelii": "strong_strength_lingering_potion", - "strengthcloudpotionstrong": "strong_strength_lingering_potion", - "strengthcloudpotlevelii": "strong_strength_lingering_potion", - "strengthcloudpotstrong": "strong_strength_lingering_potion", - "strengthlingerpotii": "strong_strength_lingering_potion", - "strengthlingerpotlevelii": "strong_strength_lingering_potion", - "strengthlingerpotstrong": "strong_strength_lingering_potion", - "strlingerpotii": "strong_strength_lingering_potion", - "strlingerpotlevelii": "strong_strength_lingering_potion", - "strlingerpotstrong": "strong_strength_lingering_potion", - "strongaoepoiontii": "strong_strength_lingering_potion", - "strongaoepoiontlevelii": "strong_strength_lingering_potion", - "strongaoepoiontstrong": "strong_strength_lingering_potion", - "strongaoepotii": "strong_strength_lingering_potion", - "strongaoepotlevelii": "strong_strength_lingering_potion", - "strongaoepotstrong": "strong_strength_lingering_potion", - "strongareapotii": "strong_strength_lingering_potion", - "strongareapotionii": "strong_strength_lingering_potion", - "strongareapotionlevelii": "strong_strength_lingering_potion", - "strongareapotionstrong": "strong_strength_lingering_potion", - "strongareapotlevelii": "strong_strength_lingering_potion", - "strongareapotstrong": "strong_strength_lingering_potion", - "strongcloudpotii": "strong_strength_lingering_potion", - "strongcloudpotionii": "strong_strength_lingering_potion", - "strongcloudpotionlevelii": "strong_strength_lingering_potion", - "strongcloudpotionstrong": "strong_strength_lingering_potion", - "strongcloudpotlevelii": "strong_strength_lingering_potion", - "strongcloudpotstrong": "strong_strength_lingering_potion", - "stronglingerpotii": "strong_strength_lingering_potion", - "stronglingerpotlevelii": "strong_strength_lingering_potion", - "stronglingerpotstrong": "strong_strength_lingering_potion", - "strong_strength_potion": { - "potionData": { - "type": "STRENGTH", - "upgraded": true, - "extended": false - }, - "material": "POTION" - }, - "potionofstrengthii": "strong_strength_potion", - "potionofstrengthlevelii": "strong_strength_potion", - "potionofstrengthstrong": "strong_strength_potion", - "potionofstrii": "strong_strength_potion", - "potionofstrlevelii": "strong_strength_potion", - "potionofstrongii": "strong_strength_potion", - "potionofstronglevelii": "strong_strength_potion", - "potionofstrongstrong": "strong_strength_potion", - "potionofstrstrong": "strong_strength_potion", - "potofstrengthii": "strong_strength_potion", - "potofstrengthlevelii": "strong_strength_potion", - "potofstrengthstrong": "strong_strength_potion", - "potofstrii": "strong_strength_potion", - "potofstrlevelii": "strong_strength_potion", - "potofstrongii": "strong_strength_potion", - "potofstronglevelii": "strong_strength_potion", - "potofstrongstrong": "strong_strength_potion", - "potofstrstrong": "strong_strength_potion", - "strengthiipot": "strong_strength_potion", - "strengthiipotion": "strong_strength_potion", - "strengthleveliipot": "strong_strength_potion", - "strengthleveliipotion": "strong_strength_potion", - "strengthstrongpot": "strong_strength_potion", - "strengthstrongpotion": "strong_strength_potion", - "striipot": "strong_strength_potion", - "striipotion": "strong_strength_potion", - "strleveliipot": "strong_strength_potion", - "strleveliipotion": "strong_strength_potion", - "strongiipot": "strong_strength_potion", - "strongiipotion": "strong_strength_potion", - "strongleveliipot": "strong_strength_potion", - "strongleveliipotion": "strong_strength_potion", - "strongstrongpot": "strong_strength_potion", - "strongstrongpotion": "strong_strength_potion", - "strstrongpot": "strong_strength_potion", - "strstrongpotion": "strong_strength_potion", - "strong_strength_splash_potion": { - "potionData": { - "type": "STRENGTH", - "upgraded": true, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "splashstrengthiipot": "strong_strength_splash_potion", - "splashstrengthiipotion": "strong_strength_splash_potion", - "splashstrengthleveliipot": "strong_strength_splash_potion", - "splashstrengthleveliipotion": "strong_strength_splash_potion", - "splashstrengthstrongpot": "strong_strength_splash_potion", - "splashstrengthstrongpotion": "strong_strength_splash_potion", - "splashstriipot": "strong_strength_splash_potion", - "splashstriipotion": "strong_strength_splash_potion", - "splashstrleveliipot": "strong_strength_splash_potion", - "splashstrleveliipotion": "strong_strength_splash_potion", - "splashstrongiipot": "strong_strength_splash_potion", - "splashstrongiipotion": "strong_strength_splash_potion", - "splashstrongleveliipot": "strong_strength_splash_potion", - "splashstrongleveliipotion": "strong_strength_splash_potion", - "splashstrongstrongpot": "strong_strength_splash_potion", - "splashstrongstrongpotion": "strong_strength_splash_potion", - "splashstrstrongpot": "strong_strength_splash_potion", - "splashstrstrongpotion": "strong_strength_splash_potion", - "splstrengthiipot": "strong_strength_splash_potion", - "splstrengthiipotion": "strong_strength_splash_potion", - "splstrengthleveliipot": "strong_strength_splash_potion", - "splstrengthleveliipotion": "strong_strength_splash_potion", - "splstrengthstrongpot": "strong_strength_splash_potion", - "splstrengthstrongpotion": "strong_strength_splash_potion", - "splstriipot": "strong_strength_splash_potion", - "splstriipotion": "strong_strength_splash_potion", - "splstrleveliipot": "strong_strength_splash_potion", - "splstrleveliipotion": "strong_strength_splash_potion", - "splstrongiipot": "strong_strength_splash_potion", - "splstrongiipotion": "strong_strength_splash_potion", - "splstrongleveliipot": "strong_strength_splash_potion", - "splstrongleveliipotion": "strong_strength_splash_potion", - "splstrongstrongpot": "strong_strength_splash_potion", - "splstrongstrongpotion": "strong_strength_splash_potion", - "splstrstrongpot": "strong_strength_splash_potion", - "splstrstrongpotion": "strong_strength_splash_potion", - "strengthiisplashpot": "strong_strength_splash_potion", - "strengthiisplashpotion": "strong_strength_splash_potion", - "strengthleveliisplashpot": "strong_strength_splash_potion", - "strengthleveliisplashpotion": "strong_strength_splash_potion", - "strengthstrongsplashpot": "strong_strength_splash_potion", - "strengthstrongsplashpotion": "strong_strength_splash_potion", - "striisplashpot": "strong_strength_splash_potion", - "striisplashpotion": "strong_strength_splash_potion", - "strleveliisplashpot": "strong_strength_splash_potion", - "strleveliisplashpotion": "strong_strength_splash_potion", - "strongiisplashpot": "strong_strength_splash_potion", - "strongiisplashpotion": "strong_strength_splash_potion", - "strongleveliisplashpot": "strong_strength_splash_potion", - "strongleveliisplashpotion": "strong_strength_splash_potion", - "strongstrongsplashpot": "strong_strength_splash_potion", - "strongstrongsplashpotion": "strong_strength_splash_potion", - "strstrongsplashpot": "strong_strength_splash_potion", - "strstrongsplashpotion": "strong_strength_splash_potion", - "strong_strength_tipped_arrow": { - "potionData": { - "type": "STRENGTH", - "upgraded": true, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowstrengthii": "strong_strength_tipped_arrow", - "arrowstrengthlevelii": "strong_strength_tipped_arrow", - "arrowstrengthstrong": "strong_strength_tipped_arrow", - "arrowstrii": "strong_strength_tipped_arrow", - "arrowstrlevelii": "strong_strength_tipped_arrow", - "arrowstrongii": "strong_strength_tipped_arrow", - "arrowstronglevelii": "strong_strength_tipped_arrow", - "arrowstrongstrong": "strong_strength_tipped_arrow", - "arrowstrstrong": "strong_strength_tipped_arrow", - "strarrowii": "strong_strength_tipped_arrow", - "strarrowlevelii": "strong_strength_tipped_arrow", - "strarrowstrong": "strong_strength_tipped_arrow", - "strengtharrowii": "strong_strength_tipped_arrow", - "strengtharrowlevelii": "strong_strength_tipped_arrow", - "strengtharrowstrong": "strong_strength_tipped_arrow", - "strengthiitarr": "strong_strength_tipped_arrow", - "strengthiitarrow": "strong_strength_tipped_arrow", - "strengthiitippedarrow": "strong_strength_tipped_arrow", - "strengthleveliitarr": "strong_strength_tipped_arrow", - "strengthleveliitarrow": "strong_strength_tipped_arrow", - "strengthleveliitippedarrow": "strong_strength_tipped_arrow", - "strengthstrongtarr": "strong_strength_tipped_arrow", - "strengthstrongtarrow": "strong_strength_tipped_arrow", - "strengthstrongtippedarrow": "strong_strength_tipped_arrow", - "striitarr": "strong_strength_tipped_arrow", - "striitarrow": "strong_strength_tipped_arrow", - "striitippedarrow": "strong_strength_tipped_arrow", - "strleveliitarr": "strong_strength_tipped_arrow", - "strleveliitarrow": "strong_strength_tipped_arrow", - "strleveliitippedarrow": "strong_strength_tipped_arrow", - "strongarrowii": "strong_strength_tipped_arrow", - "strongarrowlevelii": "strong_strength_tipped_arrow", - "strongarrowstrong": "strong_strength_tipped_arrow", - "strongiitarr": "strong_strength_tipped_arrow", - "strongiitarrow": "strong_strength_tipped_arrow", - "strongiitippedarrow": "strong_strength_tipped_arrow", - "strongleveliitarr": "strong_strength_tipped_arrow", - "strongleveliitarrow": "strong_strength_tipped_arrow", - "strongleveliitippedarrow": "strong_strength_tipped_arrow", - "strongstrongtarr": "strong_strength_tipped_arrow", - "strongstrongtarrow": "strong_strength_tipped_arrow", - "strongstrongtippedarrow": "strong_strength_tipped_arrow", - "strstrongtarr": "strong_strength_tipped_arrow", - "strstrongtarrow": "strong_strength_tipped_arrow", - "strstrongtippedarrow": "strong_strength_tipped_arrow", - "strong_swiftness_lingering_potion": { - "potionData": { - "type": "SPEED", - "upgraded": true, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionspeedii": "strong_swiftness_lingering_potion", - "aoepotionspeedlevelii": "strong_swiftness_lingering_potion", - "aoepotionspeedstrong": "strong_swiftness_lingering_potion", - "aoepotionswiftii": "strong_swiftness_lingering_potion", - "aoepotionswiftlevelii": "strong_swiftness_lingering_potion", - "aoepotionswiftnessii": "strong_swiftness_lingering_potion", - "aoepotionswiftnesslevelii": "strong_swiftness_lingering_potion", - "aoepotionswiftnessstrong": "strong_swiftness_lingering_potion", - "aoepotionswiftstrong": "strong_swiftness_lingering_potion", - "aoepotspeedii": "strong_swiftness_lingering_potion", - "aoepotspeedlevelii": "strong_swiftness_lingering_potion", - "aoepotspeedstrong": "strong_swiftness_lingering_potion", - "aoepotswiftii": "strong_swiftness_lingering_potion", - "aoepotswiftlevelii": "strong_swiftness_lingering_potion", - "aoepotswiftnessii": "strong_swiftness_lingering_potion", - "aoepotswiftnesslevelii": "strong_swiftness_lingering_potion", - "aoepotswiftnessstrong": "strong_swiftness_lingering_potion", - "aoepotswiftstrong": "strong_swiftness_lingering_potion", - "areapotionspeedii": "strong_swiftness_lingering_potion", - "areapotionspeedlevelii": "strong_swiftness_lingering_potion", - "areapotionspeedstrong": "strong_swiftness_lingering_potion", - "areapotionswiftii": "strong_swiftness_lingering_potion", - "areapotionswiftlevelii": "strong_swiftness_lingering_potion", - "areapotionswiftnessii": "strong_swiftness_lingering_potion", - "areapotionswiftnesslevelii": "strong_swiftness_lingering_potion", - "areapotionswiftnessstrong": "strong_swiftness_lingering_potion", - "areapotionswiftstrong": "strong_swiftness_lingering_potion", - "areapotspeedii": "strong_swiftness_lingering_potion", - "areapotspeedlevelii": "strong_swiftness_lingering_potion", - "areapotspeedstrong": "strong_swiftness_lingering_potion", - "areapotswiftii": "strong_swiftness_lingering_potion", - "areapotswiftlevelii": "strong_swiftness_lingering_potion", - "areapotswiftnessii": "strong_swiftness_lingering_potion", - "areapotswiftnesslevelii": "strong_swiftness_lingering_potion", - "areapotswiftnessstrong": "strong_swiftness_lingering_potion", - "areapotswiftstrong": "strong_swiftness_lingering_potion", - "cloudpotionspeedii": "strong_swiftness_lingering_potion", - "cloudpotionspeedlevelii": "strong_swiftness_lingering_potion", - "cloudpotionspeedstrong": "strong_swiftness_lingering_potion", - "cloudpotionswiftii": "strong_swiftness_lingering_potion", - "cloudpotionswiftlevelii": "strong_swiftness_lingering_potion", - "cloudpotionswiftnessii": "strong_swiftness_lingering_potion", - "cloudpotionswiftnesslevelii": "strong_swiftness_lingering_potion", - "cloudpotionswiftnessstrong": "strong_swiftness_lingering_potion", - "cloudpotionswiftstrong": "strong_swiftness_lingering_potion", - "cloudpotspeedii": "strong_swiftness_lingering_potion", - "cloudpotspeedlevelii": "strong_swiftness_lingering_potion", - "cloudpotspeedstrong": "strong_swiftness_lingering_potion", - "cloudpotswiftii": "strong_swiftness_lingering_potion", - "cloudpotswiftlevelii": "strong_swiftness_lingering_potion", - "cloudpotswiftnessii": "strong_swiftness_lingering_potion", - "cloudpotswiftnesslevelii": "strong_swiftness_lingering_potion", - "cloudpotswiftnessstrong": "strong_swiftness_lingering_potion", - "cloudpotswiftstrong": "strong_swiftness_lingering_potion", - "lingerpotspeedii": "strong_swiftness_lingering_potion", - "lingerpotspeedlevelii": "strong_swiftness_lingering_potion", - "lingerpotspeedstrong": "strong_swiftness_lingering_potion", - "lingerpotswiftii": "strong_swiftness_lingering_potion", - "lingerpotswiftlevelii": "strong_swiftness_lingering_potion", - "lingerpotswiftnessii": "strong_swiftness_lingering_potion", - "lingerpotswiftnesslevelii": "strong_swiftness_lingering_potion", - "lingerpotswiftnessstrong": "strong_swiftness_lingering_potion", - "lingerpotswiftstrong": "strong_swiftness_lingering_potion", - "speedaoepoiontii": "strong_swiftness_lingering_potion", - "speedaoepoiontlevelii": "strong_swiftness_lingering_potion", - "speedaoepoiontstrong": "strong_swiftness_lingering_potion", - "speedaoepotii": "strong_swiftness_lingering_potion", - "speedaoepotlevelii": "strong_swiftness_lingering_potion", - "speedaoepotstrong": "strong_swiftness_lingering_potion", - "speedareapotii": "strong_swiftness_lingering_potion", - "speedareapotionii": "strong_swiftness_lingering_potion", - "speedareapotionlevelii": "strong_swiftness_lingering_potion", - "speedareapotionstrong": "strong_swiftness_lingering_potion", - "speedareapotlevelii": "strong_swiftness_lingering_potion", - "speedareapotstrong": "strong_swiftness_lingering_potion", - "speedcloudpotii": "strong_swiftness_lingering_potion", - "speedcloudpotionii": "strong_swiftness_lingering_potion", - "speedcloudpotionlevelii": "strong_swiftness_lingering_potion", - "speedcloudpotionstrong": "strong_swiftness_lingering_potion", - "speedcloudpotlevelii": "strong_swiftness_lingering_potion", - "speedcloudpotstrong": "strong_swiftness_lingering_potion", - "speedlingerpotii": "strong_swiftness_lingering_potion", - "speedlingerpotlevelii": "strong_swiftness_lingering_potion", - "speedlingerpotstrong": "strong_swiftness_lingering_potion", - "swiftaoepoiontii": "strong_swiftness_lingering_potion", - "swiftaoepoiontlevelii": "strong_swiftness_lingering_potion", - "swiftaoepoiontstrong": "strong_swiftness_lingering_potion", - "swiftaoepotii": "strong_swiftness_lingering_potion", - "swiftaoepotlevelii": "strong_swiftness_lingering_potion", - "swiftaoepotstrong": "strong_swiftness_lingering_potion", - "swiftareapotii": "strong_swiftness_lingering_potion", - "swiftareapotionii": "strong_swiftness_lingering_potion", - "swiftareapotionlevelii": "strong_swiftness_lingering_potion", - "swiftareapotionstrong": "strong_swiftness_lingering_potion", - "swiftareapotlevelii": "strong_swiftness_lingering_potion", - "swiftareapotstrong": "strong_swiftness_lingering_potion", - "swiftcloudpotii": "strong_swiftness_lingering_potion", - "swiftcloudpotionii": "strong_swiftness_lingering_potion", - "swiftcloudpotionlevelii": "strong_swiftness_lingering_potion", - "swiftcloudpotionstrong": "strong_swiftness_lingering_potion", - "swiftcloudpotlevelii": "strong_swiftness_lingering_potion", - "swiftcloudpotstrong": "strong_swiftness_lingering_potion", - "swiftlingerpotii": "strong_swiftness_lingering_potion", - "swiftlingerpotlevelii": "strong_swiftness_lingering_potion", - "swiftlingerpotstrong": "strong_swiftness_lingering_potion", - "swiftnessaoepoiontii": "strong_swiftness_lingering_potion", - "swiftnessaoepoiontlevelii": "strong_swiftness_lingering_potion", - "swiftnessaoepoiontstrong": "strong_swiftness_lingering_potion", - "swiftnessaoepotii": "strong_swiftness_lingering_potion", - "swiftnessaoepotlevelii": "strong_swiftness_lingering_potion", - "swiftnessaoepotstrong": "strong_swiftness_lingering_potion", - "swiftnessareapotii": "strong_swiftness_lingering_potion", - "swiftnessareapotionii": "strong_swiftness_lingering_potion", - "swiftnessareapotionlevelii": "strong_swiftness_lingering_potion", - "swiftnessareapotionstrong": "strong_swiftness_lingering_potion", - "swiftnessareapotlevelii": "strong_swiftness_lingering_potion", - "swiftnessareapotstrong": "strong_swiftness_lingering_potion", - "swiftnesscloudpotii": "strong_swiftness_lingering_potion", - "swiftnesscloudpotionii": "strong_swiftness_lingering_potion", - "swiftnesscloudpotionlevelii": "strong_swiftness_lingering_potion", - "swiftnesscloudpotionstrong": "strong_swiftness_lingering_potion", - "swiftnesscloudpotlevelii": "strong_swiftness_lingering_potion", - "swiftnesscloudpotstrong": "strong_swiftness_lingering_potion", - "swiftnesslingerpotii": "strong_swiftness_lingering_potion", - "swiftnesslingerpotlevelii": "strong_swiftness_lingering_potion", - "swiftnesslingerpotstrong": "strong_swiftness_lingering_potion", - "strong_swiftness_potion": { - "potionData": { - "type": "SPEED", - "upgraded": true, - "extended": false - }, - "material": "POTION" - }, - "potionofspeedii": "strong_swiftness_potion", - "potionofspeedlevelii": "strong_swiftness_potion", - "potionofspeedstrong": "strong_swiftness_potion", - "potionofswiftii": "strong_swiftness_potion", - "potionofswiftlevelii": "strong_swiftness_potion", - "potionofswiftnessii": "strong_swiftness_potion", - "potionofswiftnesslevelii": "strong_swiftness_potion", - "potionofswiftnessstrong": "strong_swiftness_potion", - "potionofswiftstrong": "strong_swiftness_potion", - "potofspeedii": "strong_swiftness_potion", - "potofspeedlevelii": "strong_swiftness_potion", - "potofspeedstrong": "strong_swiftness_potion", - "potofswiftii": "strong_swiftness_potion", - "potofswiftlevelii": "strong_swiftness_potion", - "potofswiftnessii": "strong_swiftness_potion", - "potofswiftnesslevelii": "strong_swiftness_potion", - "potofswiftnessstrong": "strong_swiftness_potion", - "potofswiftstrong": "strong_swiftness_potion", - "speediipot": "strong_swiftness_potion", - "speediipotion": "strong_swiftness_potion", - "speedleveliipot": "strong_swiftness_potion", - "speedleveliipotion": "strong_swiftness_potion", - "speedstrongpot": "strong_swiftness_potion", - "speedstrongpotion": "strong_swiftness_potion", - "swiftiipot": "strong_swiftness_potion", - "swiftiipotion": "strong_swiftness_potion", - "swiftleveliipot": "strong_swiftness_potion", - "swiftleveliipotion": "strong_swiftness_potion", - "swiftnessiipot": "strong_swiftness_potion", - "swiftnessiipotion": "strong_swiftness_potion", - "swiftnessleveliipot": "strong_swiftness_potion", - "swiftnessleveliipotion": "strong_swiftness_potion", - "swiftnessstrongpot": "strong_swiftness_potion", - "swiftnessstrongpotion": "strong_swiftness_potion", - "swiftstrongpot": "strong_swiftness_potion", - "swiftstrongpotion": "strong_swiftness_potion", - "strong_swiftness_splash_potion": { - "potionData": { - "type": "SPEED", - "upgraded": true, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "speediisplashpot": "strong_swiftness_splash_potion", - "speediisplashpotion": "strong_swiftness_splash_potion", - "speedleveliisplashpot": "strong_swiftness_splash_potion", - "speedleveliisplashpotion": "strong_swiftness_splash_potion", - "speedstrongsplashpot": "strong_swiftness_splash_potion", - "speedstrongsplashpotion": "strong_swiftness_splash_potion", - "splashspeediipot": "strong_swiftness_splash_potion", - "splashspeediipotion": "strong_swiftness_splash_potion", - "splashspeedleveliipot": "strong_swiftness_splash_potion", - "splashspeedleveliipotion": "strong_swiftness_splash_potion", - "splashspeedstrongpot": "strong_swiftness_splash_potion", - "splashspeedstrongpotion": "strong_swiftness_splash_potion", - "splashswiftiipot": "strong_swiftness_splash_potion", - "splashswiftiipotion": "strong_swiftness_splash_potion", - "splashswiftleveliipot": "strong_swiftness_splash_potion", - "splashswiftleveliipotion": "strong_swiftness_splash_potion", - "splashswiftnessiipot": "strong_swiftness_splash_potion", - "splashswiftnessiipotion": "strong_swiftness_splash_potion", - "splashswiftnessleveliipot": "strong_swiftness_splash_potion", - "splashswiftnessleveliipotion": "strong_swiftness_splash_potion", - "splashswiftnessstrongpot": "strong_swiftness_splash_potion", - "splashswiftnessstrongpotion": "strong_swiftness_splash_potion", - "splashswiftstrongpot": "strong_swiftness_splash_potion", - "splashswiftstrongpotion": "strong_swiftness_splash_potion", - "splspeediipot": "strong_swiftness_splash_potion", - "splspeediipotion": "strong_swiftness_splash_potion", - "splspeedleveliipot": "strong_swiftness_splash_potion", - "splspeedleveliipotion": "strong_swiftness_splash_potion", - "splspeedstrongpot": "strong_swiftness_splash_potion", - "splspeedstrongpotion": "strong_swiftness_splash_potion", - "splswiftiipot": "strong_swiftness_splash_potion", - "splswiftiipotion": "strong_swiftness_splash_potion", - "splswiftleveliipot": "strong_swiftness_splash_potion", - "splswiftleveliipotion": "strong_swiftness_splash_potion", - "splswiftnessiipot": "strong_swiftness_splash_potion", - "splswiftnessiipotion": "strong_swiftness_splash_potion", - "splswiftnessleveliipot": "strong_swiftness_splash_potion", - "splswiftnessleveliipotion": "strong_swiftness_splash_potion", - "splswiftnessstrongpot": "strong_swiftness_splash_potion", - "splswiftnessstrongpotion": "strong_swiftness_splash_potion", - "splswiftstrongpot": "strong_swiftness_splash_potion", - "splswiftstrongpotion": "strong_swiftness_splash_potion", - "swiftiisplashpot": "strong_swiftness_splash_potion", - "swiftiisplashpotion": "strong_swiftness_splash_potion", - "swiftleveliisplashpot": "strong_swiftness_splash_potion", - "swiftleveliisplashpotion": "strong_swiftness_splash_potion", - "swiftnessiisplashpot": "strong_swiftness_splash_potion", - "swiftnessiisplashpotion": "strong_swiftness_splash_potion", - "swiftnessleveliisplashpot": "strong_swiftness_splash_potion", - "swiftnessleveliisplashpotion": "strong_swiftness_splash_potion", - "swiftnessstrongsplashpot": "strong_swiftness_splash_potion", - "swiftnessstrongsplashpotion": "strong_swiftness_splash_potion", - "swiftstrongsplashpot": "strong_swiftness_splash_potion", - "swiftstrongsplashpotion": "strong_swiftness_splash_potion", - "strong_swiftness_tipped_arrow": { - "potionData": { - "type": "SPEED", - "upgraded": true, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowspeedii": "strong_swiftness_tipped_arrow", - "arrowspeedlevelii": "strong_swiftness_tipped_arrow", - "arrowspeedstrong": "strong_swiftness_tipped_arrow", - "arrowswiftii": "strong_swiftness_tipped_arrow", - "arrowswiftlevelii": "strong_swiftness_tipped_arrow", - "arrowswiftnessii": "strong_swiftness_tipped_arrow", - "arrowswiftnesslevelii": "strong_swiftness_tipped_arrow", - "arrowswiftnessstrong": "strong_swiftness_tipped_arrow", - "arrowswiftstrong": "strong_swiftness_tipped_arrow", - "speedarrowii": "strong_swiftness_tipped_arrow", - "speedarrowlevelii": "strong_swiftness_tipped_arrow", - "speedarrowstrong": "strong_swiftness_tipped_arrow", - "speediitarr": "strong_swiftness_tipped_arrow", - "speediitarrow": "strong_swiftness_tipped_arrow", - "speediitippedarrow": "strong_swiftness_tipped_arrow", - "speedleveliitarr": "strong_swiftness_tipped_arrow", - "speedleveliitarrow": "strong_swiftness_tipped_arrow", - "speedleveliitippedarrow": "strong_swiftness_tipped_arrow", - "speedstrongtarr": "strong_swiftness_tipped_arrow", - "speedstrongtarrow": "strong_swiftness_tipped_arrow", - "speedstrongtippedarrow": "strong_swiftness_tipped_arrow", - "swiftarrowii": "strong_swiftness_tipped_arrow", - "swiftarrowlevelii": "strong_swiftness_tipped_arrow", - "swiftarrowstrong": "strong_swiftness_tipped_arrow", - "swiftiitarr": "strong_swiftness_tipped_arrow", - "swiftiitarrow": "strong_swiftness_tipped_arrow", - "swiftiitippedarrow": "strong_swiftness_tipped_arrow", - "swiftleveliitarr": "strong_swiftness_tipped_arrow", - "swiftleveliitarrow": "strong_swiftness_tipped_arrow", - "swiftleveliitippedarrow": "strong_swiftness_tipped_arrow", - "swiftnessarrowii": "strong_swiftness_tipped_arrow", - "swiftnessarrowlevelii": "strong_swiftness_tipped_arrow", - "swiftnessarrowstrong": "strong_swiftness_tipped_arrow", - "swiftnessiitarr": "strong_swiftness_tipped_arrow", - "swiftnessiitarrow": "strong_swiftness_tipped_arrow", - "swiftnessiitippedarrow": "strong_swiftness_tipped_arrow", - "swiftnessleveliitarr": "strong_swiftness_tipped_arrow", - "swiftnessleveliitarrow": "strong_swiftness_tipped_arrow", - "swiftnessleveliitippedarrow": "strong_swiftness_tipped_arrow", - "swiftnessstrongtarr": "strong_swiftness_tipped_arrow", - "swiftnessstrongtarrow": "strong_swiftness_tipped_arrow", - "swiftnessstrongtippedarrow": "strong_swiftness_tipped_arrow", - "swiftstrongtarr": "strong_swiftness_tipped_arrow", - "swiftstrongtarrow": "strong_swiftness_tipped_arrow", - "swiftstrongtippedarrow": "strong_swiftness_tipped_arrow", - "strong_turtle_master_lingering_potion": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": true, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotiontmii": "strong_turtle_master_lingering_potion", - "aoepotiontmlevelii": "strong_turtle_master_lingering_potion", - "aoepotiontmstrong": "strong_turtle_master_lingering_potion", - "aoepotionturtleii": "strong_turtle_master_lingering_potion", - "aoepotionturtlelevelii": "strong_turtle_master_lingering_potion", - "aoepotionturtlemasterii": "strong_turtle_master_lingering_potion", - "aoepotionturtlemasterlevelii": "strong_turtle_master_lingering_potion", - "aoepotionturtlemasterstrong": "strong_turtle_master_lingering_potion", - "aoepotionturtlestrong": "strong_turtle_master_lingering_potion", - "aoepottmii": "strong_turtle_master_lingering_potion", - "aoepottmlevelii": "strong_turtle_master_lingering_potion", - "aoepottmstrong": "strong_turtle_master_lingering_potion", - "aoepotturtleii": "strong_turtle_master_lingering_potion", - "aoepotturtlelevelii": "strong_turtle_master_lingering_potion", - "aoepotturtlemasterii": "strong_turtle_master_lingering_potion", - "aoepotturtlemasterlevelii": "strong_turtle_master_lingering_potion", - "aoepotturtlemasterstrong": "strong_turtle_master_lingering_potion", - "aoepotturtlestrong": "strong_turtle_master_lingering_potion", - "areapotiontmii": "strong_turtle_master_lingering_potion", - "areapotiontmlevelii": "strong_turtle_master_lingering_potion", - "areapotiontmstrong": "strong_turtle_master_lingering_potion", - "areapotionturtleii": "strong_turtle_master_lingering_potion", - "areapotionturtlelevelii": "strong_turtle_master_lingering_potion", - "areapotionturtlemasterii": "strong_turtle_master_lingering_potion", - "areapotionturtlemasterlevelii": "strong_turtle_master_lingering_potion", - "areapotionturtlemasterstrong": "strong_turtle_master_lingering_potion", - "areapotionturtlestrong": "strong_turtle_master_lingering_potion", - "areapottmii": "strong_turtle_master_lingering_potion", - "areapottmlevelii": "strong_turtle_master_lingering_potion", - "areapottmstrong": "strong_turtle_master_lingering_potion", - "areapotturtleii": "strong_turtle_master_lingering_potion", - "areapotturtlelevelii": "strong_turtle_master_lingering_potion", - "areapotturtlemasterii": "strong_turtle_master_lingering_potion", - "areapotturtlemasterlevelii": "strong_turtle_master_lingering_potion", - "areapotturtlemasterstrong": "strong_turtle_master_lingering_potion", - "areapotturtlestrong": "strong_turtle_master_lingering_potion", - "cloudpotiontmii": "strong_turtle_master_lingering_potion", - "cloudpotiontmlevelii": "strong_turtle_master_lingering_potion", - "cloudpotiontmstrong": "strong_turtle_master_lingering_potion", - "cloudpotionturtleii": "strong_turtle_master_lingering_potion", - "cloudpotionturtlelevelii": "strong_turtle_master_lingering_potion", - "cloudpotionturtlemasterii": "strong_turtle_master_lingering_potion", - "cloudpotionturtlemasterlevelii": "strong_turtle_master_lingering_potion", - "cloudpotionturtlemasterstrong": "strong_turtle_master_lingering_potion", - "cloudpotionturtlestrong": "strong_turtle_master_lingering_potion", - "cloudpottmii": "strong_turtle_master_lingering_potion", - "cloudpottmlevelii": "strong_turtle_master_lingering_potion", - "cloudpottmstrong": "strong_turtle_master_lingering_potion", - "cloudpotturtleii": "strong_turtle_master_lingering_potion", - "cloudpotturtlelevelii": "strong_turtle_master_lingering_potion", - "cloudpotturtlemasterii": "strong_turtle_master_lingering_potion", - "cloudpotturtlemasterlevelii": "strong_turtle_master_lingering_potion", - "cloudpotturtlemasterstrong": "strong_turtle_master_lingering_potion", - "cloudpotturtlestrong": "strong_turtle_master_lingering_potion", - "lingerpottmii": "strong_turtle_master_lingering_potion", - "lingerpottmlevelii": "strong_turtle_master_lingering_potion", - "lingerpottmstrong": "strong_turtle_master_lingering_potion", - "lingerpotturtleii": "strong_turtle_master_lingering_potion", - "lingerpotturtlelevelii": "strong_turtle_master_lingering_potion", - "lingerpotturtlemasterii": "strong_turtle_master_lingering_potion", - "lingerpotturtlemasterlevelii": "strong_turtle_master_lingering_potion", - "lingerpotturtlemasterstrong": "strong_turtle_master_lingering_potion", - "lingerpotturtlestrong": "strong_turtle_master_lingering_potion", - "tmaoepoiontii": "strong_turtle_master_lingering_potion", - "tmaoepoiontlevelii": "strong_turtle_master_lingering_potion", - "tmaoepoiontstrong": "strong_turtle_master_lingering_potion", - "tmaoepotii": "strong_turtle_master_lingering_potion", - "tmaoepotlevelii": "strong_turtle_master_lingering_potion", - "tmaoepotstrong": "strong_turtle_master_lingering_potion", - "tmareapotii": "strong_turtle_master_lingering_potion", - "tmareapotionii": "strong_turtle_master_lingering_potion", - "tmareapotionlevelii": "strong_turtle_master_lingering_potion", - "tmareapotionstrong": "strong_turtle_master_lingering_potion", - "tmareapotlevelii": "strong_turtle_master_lingering_potion", - "tmareapotstrong": "strong_turtle_master_lingering_potion", - "tmcloudpotii": "strong_turtle_master_lingering_potion", - "tmcloudpotionii": "strong_turtle_master_lingering_potion", - "tmcloudpotionlevelii": "strong_turtle_master_lingering_potion", - "tmcloudpotionstrong": "strong_turtle_master_lingering_potion", - "tmcloudpotlevelii": "strong_turtle_master_lingering_potion", - "tmcloudpotstrong": "strong_turtle_master_lingering_potion", - "tmlingerpotii": "strong_turtle_master_lingering_potion", - "tmlingerpotlevelii": "strong_turtle_master_lingering_potion", - "tmlingerpotstrong": "strong_turtle_master_lingering_potion", - "turtleaoepoiontii": "strong_turtle_master_lingering_potion", - "turtleaoepoiontlevelii": "strong_turtle_master_lingering_potion", - "turtleaoepoiontstrong": "strong_turtle_master_lingering_potion", - "turtleaoepotii": "strong_turtle_master_lingering_potion", - "turtleaoepotlevelii": "strong_turtle_master_lingering_potion", - "turtleaoepotstrong": "strong_turtle_master_lingering_potion", - "turtleareapotii": "strong_turtle_master_lingering_potion", - "turtleareapotionii": "strong_turtle_master_lingering_potion", - "turtleareapotionlevelii": "strong_turtle_master_lingering_potion", - "turtleareapotionstrong": "strong_turtle_master_lingering_potion", - "turtleareapotlevelii": "strong_turtle_master_lingering_potion", - "turtleareapotstrong": "strong_turtle_master_lingering_potion", - "turtlecloudpotii": "strong_turtle_master_lingering_potion", - "turtlecloudpotionii": "strong_turtle_master_lingering_potion", - "turtlecloudpotionlevelii": "strong_turtle_master_lingering_potion", - "turtlecloudpotionstrong": "strong_turtle_master_lingering_potion", - "turtlecloudpotlevelii": "strong_turtle_master_lingering_potion", - "turtlecloudpotstrong": "strong_turtle_master_lingering_potion", - "turtlelingerpotii": "strong_turtle_master_lingering_potion", - "turtlelingerpotlevelii": "strong_turtle_master_lingering_potion", - "turtlelingerpotstrong": "strong_turtle_master_lingering_potion", - "turtlemasteraoepoiontii": "strong_turtle_master_lingering_potion", - "turtlemasteraoepoiontlevelii": "strong_turtle_master_lingering_potion", - "turtlemasteraoepoiontstrong": "strong_turtle_master_lingering_potion", - "turtlemasteraoepotii": "strong_turtle_master_lingering_potion", - "turtlemasteraoepotlevelii": "strong_turtle_master_lingering_potion", - "turtlemasteraoepotstrong": "strong_turtle_master_lingering_potion", - "turtlemasterareapotii": "strong_turtle_master_lingering_potion", - "turtlemasterareapotionii": "strong_turtle_master_lingering_potion", - "turtlemasterareapotionlevelii": "strong_turtle_master_lingering_potion", - "turtlemasterareapotionstrong": "strong_turtle_master_lingering_potion", - "turtlemasterareapotlevelii": "strong_turtle_master_lingering_potion", - "turtlemasterareapotstrong": "strong_turtle_master_lingering_potion", - "turtlemastercloudpotii": "strong_turtle_master_lingering_potion", - "turtlemastercloudpotionii": "strong_turtle_master_lingering_potion", - "turtlemastercloudpotionlevelii": "strong_turtle_master_lingering_potion", - "turtlemastercloudpotionstrong": "strong_turtle_master_lingering_potion", - "turtlemastercloudpotlevelii": "strong_turtle_master_lingering_potion", - "turtlemastercloudpotstrong": "strong_turtle_master_lingering_potion", - "turtlemasterlingerpotii": "strong_turtle_master_lingering_potion", - "turtlemasterlingerpotlevelii": "strong_turtle_master_lingering_potion", - "turtlemasterlingerpotstrong": "strong_turtle_master_lingering_potion", - "strong_turtle_master_potion": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": true, - "extended": false - }, - "material": "POTION" - }, - "potionoftmii": "strong_turtle_master_potion", - "potionoftmlevelii": "strong_turtle_master_potion", - "potionoftmstrong": "strong_turtle_master_potion", - "potionofturtleii": "strong_turtle_master_potion", - "potionofturtlelevelii": "strong_turtle_master_potion", - "potionofturtlemasterii": "strong_turtle_master_potion", - "potionofturtlemasterlevelii": "strong_turtle_master_potion", - "potionofturtlemasterstrong": "strong_turtle_master_potion", - "potionofturtlestrong": "strong_turtle_master_potion", - "potoftmii": "strong_turtle_master_potion", - "potoftmlevelii": "strong_turtle_master_potion", - "potoftmstrong": "strong_turtle_master_potion", - "potofturtleii": "strong_turtle_master_potion", - "potofturtlelevelii": "strong_turtle_master_potion", - "potofturtlemasterii": "strong_turtle_master_potion", - "potofturtlemasterlevelii": "strong_turtle_master_potion", - "potofturtlemasterstrong": "strong_turtle_master_potion", - "potofturtlestrong": "strong_turtle_master_potion", - "tmiipot": "strong_turtle_master_potion", - "tmiipotion": "strong_turtle_master_potion", - "tmleveliipot": "strong_turtle_master_potion", - "tmleveliipotion": "strong_turtle_master_potion", - "tmstrongpot": "strong_turtle_master_potion", - "tmstrongpotion": "strong_turtle_master_potion", - "turtleiipot": "strong_turtle_master_potion", - "turtleiipotion": "strong_turtle_master_potion", - "turtleleveliipot": "strong_turtle_master_potion", - "turtleleveliipotion": "strong_turtle_master_potion", - "turtlemasteriipot": "strong_turtle_master_potion", - "turtlemasteriipotion": "strong_turtle_master_potion", - "turtlemasterleveliipot": "strong_turtle_master_potion", - "turtlemasterleveliipotion": "strong_turtle_master_potion", - "turtlemasterstrongpot": "strong_turtle_master_potion", - "turtlemasterstrongpotion": "strong_turtle_master_potion", - "turtlestrongpot": "strong_turtle_master_potion", - "turtlestrongpotion": "strong_turtle_master_potion", - "strong_turtle_master_splash_potion": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": true, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "splashtmiipot": "strong_turtle_master_splash_potion", - "splashtmiipotion": "strong_turtle_master_splash_potion", - "splashtmleveliipot": "strong_turtle_master_splash_potion", - "splashtmleveliipotion": "strong_turtle_master_splash_potion", - "splashtmstrongpot": "strong_turtle_master_splash_potion", - "splashtmstrongpotion": "strong_turtle_master_splash_potion", - "splashturtleiipot": "strong_turtle_master_splash_potion", - "splashturtleiipotion": "strong_turtle_master_splash_potion", - "splashturtleleveliipot": "strong_turtle_master_splash_potion", - "splashturtleleveliipotion": "strong_turtle_master_splash_potion", - "splashturtlemasteriipot": "strong_turtle_master_splash_potion", - "splashturtlemasteriipotion": "strong_turtle_master_splash_potion", - "splashturtlemasterleveliipot": "strong_turtle_master_splash_potion", - "splashturtlemasterleveliipotion": "strong_turtle_master_splash_potion", - "splashturtlemasterstrongpot": "strong_turtle_master_splash_potion", - "splashturtlemasterstrongpotion": "strong_turtle_master_splash_potion", - "splashturtlestrongpot": "strong_turtle_master_splash_potion", - "splashturtlestrongpotion": "strong_turtle_master_splash_potion", - "spltmiipot": "strong_turtle_master_splash_potion", - "spltmiipotion": "strong_turtle_master_splash_potion", - "spltmleveliipot": "strong_turtle_master_splash_potion", - "spltmleveliipotion": "strong_turtle_master_splash_potion", - "spltmstrongpot": "strong_turtle_master_splash_potion", - "spltmstrongpotion": "strong_turtle_master_splash_potion", - "splturtleiipot": "strong_turtle_master_splash_potion", - "splturtleiipotion": "strong_turtle_master_splash_potion", - "splturtleleveliipot": "strong_turtle_master_splash_potion", - "splturtleleveliipotion": "strong_turtle_master_splash_potion", - "splturtlemasteriipot": "strong_turtle_master_splash_potion", - "splturtlemasteriipotion": "strong_turtle_master_splash_potion", - "splturtlemasterleveliipot": "strong_turtle_master_splash_potion", - "splturtlemasterleveliipotion": "strong_turtle_master_splash_potion", - "splturtlemasterstrongpot": "strong_turtle_master_splash_potion", - "splturtlemasterstrongpotion": "strong_turtle_master_splash_potion", - "splturtlestrongpot": "strong_turtle_master_splash_potion", - "splturtlestrongpotion": "strong_turtle_master_splash_potion", - "tmiisplashpot": "strong_turtle_master_splash_potion", - "tmiisplashpotion": "strong_turtle_master_splash_potion", - "tmleveliisplashpot": "strong_turtle_master_splash_potion", - "tmleveliisplashpotion": "strong_turtle_master_splash_potion", - "tmstrongsplashpot": "strong_turtle_master_splash_potion", - "tmstrongsplashpotion": "strong_turtle_master_splash_potion", - "turtleiisplashpot": "strong_turtle_master_splash_potion", - "turtleiisplashpotion": "strong_turtle_master_splash_potion", - "turtleleveliisplashpot": "strong_turtle_master_splash_potion", - "turtleleveliisplashpotion": "strong_turtle_master_splash_potion", - "turtlemasteriisplashpot": "strong_turtle_master_splash_potion", - "turtlemasteriisplashpotion": "strong_turtle_master_splash_potion", - "turtlemasterleveliisplashpot": "strong_turtle_master_splash_potion", - "turtlemasterleveliisplashpotion": "strong_turtle_master_splash_potion", - "turtlemasterstrongsplashpot": "strong_turtle_master_splash_potion", - "turtlemasterstrongsplashpotion": "strong_turtle_master_splash_potion", - "turtlestrongsplashpot": "strong_turtle_master_splash_potion", - "turtlestrongsplashpotion": "strong_turtle_master_splash_potion", - "strong_turtle_master_tipped_arrow": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": true, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowtmii": "strong_turtle_master_tipped_arrow", - "arrowtmlevelii": "strong_turtle_master_tipped_arrow", - "arrowtmstrong": "strong_turtle_master_tipped_arrow", - "arrowturtleii": "strong_turtle_master_tipped_arrow", - "arrowturtlelevelii": "strong_turtle_master_tipped_arrow", - "arrowturtlemasterii": "strong_turtle_master_tipped_arrow", - "arrowturtlemasterlevelii": "strong_turtle_master_tipped_arrow", - "arrowturtlemasterstrong": "strong_turtle_master_tipped_arrow", - "arrowturtlestrong": "strong_turtle_master_tipped_arrow", - "tmarrowii": "strong_turtle_master_tipped_arrow", - "tmarrowlevelii": "strong_turtle_master_tipped_arrow", - "tmarrowstrong": "strong_turtle_master_tipped_arrow", - "tmiitarr": "strong_turtle_master_tipped_arrow", - "tmiitarrow": "strong_turtle_master_tipped_arrow", - "tmiitippedarrow": "strong_turtle_master_tipped_arrow", - "tmleveliitarr": "strong_turtle_master_tipped_arrow", - "tmleveliitarrow": "strong_turtle_master_tipped_arrow", - "tmleveliitippedarrow": "strong_turtle_master_tipped_arrow", - "tmstrongtarr": "strong_turtle_master_tipped_arrow", - "tmstrongtarrow": "strong_turtle_master_tipped_arrow", - "tmstrongtippedarrow": "strong_turtle_master_tipped_arrow", - "turtlearrowii": "strong_turtle_master_tipped_arrow", - "turtlearrowlevelii": "strong_turtle_master_tipped_arrow", - "turtlearrowstrong": "strong_turtle_master_tipped_arrow", - "turtleiitarr": "strong_turtle_master_tipped_arrow", - "turtleiitarrow": "strong_turtle_master_tipped_arrow", - "turtleiitippedarrow": "strong_turtle_master_tipped_arrow", - "turtleleveliitarr": "strong_turtle_master_tipped_arrow", - "turtleleveliitarrow": "strong_turtle_master_tipped_arrow", - "turtleleveliitippedarrow": "strong_turtle_master_tipped_arrow", - "turtlemasterarrowii": "strong_turtle_master_tipped_arrow", - "turtlemasterarrowlevelii": "strong_turtle_master_tipped_arrow", - "turtlemasterarrowstrong": "strong_turtle_master_tipped_arrow", - "turtlemasteriitarr": "strong_turtle_master_tipped_arrow", - "turtlemasteriitarrow": "strong_turtle_master_tipped_arrow", - "turtlemasteriitippedarrow": "strong_turtle_master_tipped_arrow", - "turtlemasterleveliitarr": "strong_turtle_master_tipped_arrow", - "turtlemasterleveliitarrow": "strong_turtle_master_tipped_arrow", - "turtlemasterleveliitippedarrow": "strong_turtle_master_tipped_arrow", - "turtlemasterstrongtarr": "strong_turtle_master_tipped_arrow", - "turtlemasterstrongtarrow": "strong_turtle_master_tipped_arrow", - "turtlemasterstrongtippedarrow": "strong_turtle_master_tipped_arrow", - "turtlestrongtarr": "strong_turtle_master_tipped_arrow", - "turtlestrongtarrow": "strong_turtle_master_tipped_arrow", - "turtlestrongtippedarrow": "strong_turtle_master_tipped_arrow", - "structure_block": { - "material": "STRUCTURE_BLOCK" - }, - "minecraft:structure_block": "structure_block", - "structureblock": "structure_block", - "structure_void": { - "material": "STRUCTURE_VOID" - }, - "minecraft:structure_void": "structure_void", - "structurevoid": "structure_void", - "sugar": { - "material": "SUGAR" - }, - "minecraft:sugar": "sugar", - "sugar_cane": { - "material": "SUGAR_CANE" - }, - "minecraft:sugar_cane": "sugar_cane", - "sugarcane": "sugar_cane", - "sunflower": { - "material": "SUNFLOWER" - }, - "minecraft:sunflower": "sunflower", - "suspicious_stew": { - "material": "SUSPICIOUS_STEW" - }, - "minecraft:suspicious_stew": "suspicious_stew", - "suspiciousstew": "suspicious_stew", - "sweet_berries": { - "material": "SWEET_BERRIES" - }, - "minecraft:sweet_berries": "sweet_berries", - "sweetberries": "sweet_berries", - "swiftness_lingering_potion": { - "potionData": { - "type": "SPEED", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionspeed": "swiftness_lingering_potion", - "aoepotionswift": "swiftness_lingering_potion", - "aoepotionswiftness": "swiftness_lingering_potion", - "aoepotspeed": "swiftness_lingering_potion", - "aoepotswift": "swiftness_lingering_potion", - "aoepotswiftness": "swiftness_lingering_potion", - "areapotionspeed": "swiftness_lingering_potion", - "areapotionswift": "swiftness_lingering_potion", - "areapotionswiftness": "swiftness_lingering_potion", - "areapotspeed": "swiftness_lingering_potion", - "areapotswift": "swiftness_lingering_potion", - "areapotswiftness": "swiftness_lingering_potion", - "cloudpotionspeed": "swiftness_lingering_potion", - "cloudpotionswift": "swiftness_lingering_potion", - "cloudpotionswiftness": "swiftness_lingering_potion", - "cloudpotspeed": "swiftness_lingering_potion", - "cloudpotswift": "swiftness_lingering_potion", - "cloudpotswiftness": "swiftness_lingering_potion", - "lingerpotspeed": "swiftness_lingering_potion", - "lingerpotswift": "swiftness_lingering_potion", - "lingerpotswiftness": "swiftness_lingering_potion", - "speedaoepoiont": "swiftness_lingering_potion", - "speedaoepot": "swiftness_lingering_potion", - "speedareapot": "swiftness_lingering_potion", - "speedareapotion": "swiftness_lingering_potion", - "speedcloudpot": "swiftness_lingering_potion", - "speedcloudpotion": "swiftness_lingering_potion", - "speedlingerpot": "swiftness_lingering_potion", - "swiftaoepoiont": "swiftness_lingering_potion", - "swiftaoepot": "swiftness_lingering_potion", - "swiftareapot": "swiftness_lingering_potion", - "swiftareapotion": "swiftness_lingering_potion", - "swiftcloudpot": "swiftness_lingering_potion", - "swiftcloudpotion": "swiftness_lingering_potion", - "swiftlingerpot": "swiftness_lingering_potion", - "swiftnessaoepoiont": "swiftness_lingering_potion", - "swiftnessaoepot": "swiftness_lingering_potion", - "swiftnessareapot": "swiftness_lingering_potion", - "swiftnessareapotion": "swiftness_lingering_potion", - "swiftnesscloudpot": "swiftness_lingering_potion", - "swiftnesscloudpotion": "swiftness_lingering_potion", - "swiftnesslingerpot": "swiftness_lingering_potion", - "swiftness_potion": { - "potionData": { - "type": "SPEED", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "potionofspeed": "swiftness_potion", - "potionofswift": "swiftness_potion", - "potionofswiftness": "swiftness_potion", - "potofspeed": "swiftness_potion", - "potofswift": "swiftness_potion", - "potofswiftness": "swiftness_potion", - "speedpot": "swiftness_potion", - "speedpotion": "swiftness_potion", - "swiftnesspot": "swiftness_potion", - "swiftnesspotion": "swiftness_potion", - "swiftpot": "swiftness_potion", - "swiftpotion": "swiftness_potion", - "swiftness_splash_potion": { - "potionData": { - "type": "SPEED", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "speedsplashpot": "swiftness_splash_potion", - "speedsplashpotion": "swiftness_splash_potion", - "splashspeedpot": "swiftness_splash_potion", - "splashspeedpotion": "swiftness_splash_potion", - "splashswiftnesspot": "swiftness_splash_potion", - "splashswiftnesspotion": "swiftness_splash_potion", - "splashswiftpot": "swiftness_splash_potion", - "splashswiftpotion": "swiftness_splash_potion", - "splspeedpot": "swiftness_splash_potion", - "splspeedpotion": "swiftness_splash_potion", - "splswiftnesspot": "swiftness_splash_potion", - "splswiftnesspotion": "swiftness_splash_potion", - "splswiftpot": "swiftness_splash_potion", - "splswiftpotion": "swiftness_splash_potion", - "swiftnesssplashpot": "swiftness_splash_potion", - "swiftnesssplashpotion": "swiftness_splash_potion", - "swiftsplashpot": "swiftness_splash_potion", - "swiftsplashpotion": "swiftness_splash_potion", - "swiftness_tipped_arrow": { - "potionData": { - "type": "SPEED", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowspeed": "swiftness_tipped_arrow", - "arrowswift": "swiftness_tipped_arrow", - "arrowswiftness": "swiftness_tipped_arrow", - "speedarrow": "swiftness_tipped_arrow", - "speedtarr": "swiftness_tipped_arrow", - "speedtarrow": "swiftness_tipped_arrow", - "speedtippedarrow": "swiftness_tipped_arrow", - "swiftarrow": "swiftness_tipped_arrow", - "swiftnessarrow": "swiftness_tipped_arrow", - "swiftnesstarr": "swiftness_tipped_arrow", - "swiftnesstarrow": "swiftness_tipped_arrow", - "swiftnesstippedarrow": "swiftness_tipped_arrow", - "swifttarr": "swiftness_tipped_arrow", - "swifttarrow": "swiftness_tipped_arrow", - "swifttippedarrow": "swiftness_tipped_arrow", - "tall_grass": { - "material": "TALL_GRASS" - }, - "minecraft:tall_grass": "tall_grass", - "tallgrass": "tall_grass", - "target": { - "material": "TARGET" - }, - "minecraft:target": "target", - "terracotta": { - "material": "TERRACOTTA" - }, - "minecraft:terracotta": "terracotta", - "thick_lingering_potion": { - "potionData": { - "type": "THICK", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionthick": "thick_lingering_potion", - "aoepotthick": "thick_lingering_potion", - "areapotionthick": "thick_lingering_potion", - "areapotthick": "thick_lingering_potion", - "cloudpotionthick": "thick_lingering_potion", - "cloudpotthick": "thick_lingering_potion", - "lingerpotthick": "thick_lingering_potion", - "thickaoepoiont": "thick_lingering_potion", - "thickaoepot": "thick_lingering_potion", - "thickareapot": "thick_lingering_potion", - "thickareapotion": "thick_lingering_potion", - "thickcloudpot": "thick_lingering_potion", - "thickcloudpotion": "thick_lingering_potion", - "thicklingerpot": "thick_lingering_potion", - "thick_potion": { - "potionData": { - "type": "THICK", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "potionofthick": "thick_potion", - "potofthick": "thick_potion", - "thickpot": "thick_potion", - "thickpotion": "thick_potion", - "thick_splash_potion": { - "potionData": { - "type": "THICK", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "splashthickpot": "thick_splash_potion", - "splashthickpotion": "thick_splash_potion", - "splthickpot": "thick_splash_potion", - "splthickpotion": "thick_splash_potion", - "thicksplashpot": "thick_splash_potion", - "thicksplashpotion": "thick_splash_potion", - "thick_tipped_arrow": { - "potionData": { - "type": "THICK", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowthick": "thick_tipped_arrow", - "thickarrow": "thick_tipped_arrow", - "thicktarr": "thick_tipped_arrow", - "thicktarrow": "thick_tipped_arrow", - "thicktippedarrow": "thick_tipped_arrow", - "tinted_glass": { - "material": "TINTED_GLASS" - }, - "minecraft:tinted_glass": "tinted_glass", - "tintedglass": "tinted_glass", - "tipped_arrow": { - "material": "TIPPED_ARROW" - }, - "minecraft:tipped_arrow": "tipped_arrow", - "tippedarrow": "tipped_arrow", - "tnt": { - "material": "TNT" - }, - "minecraft:tnt": "tnt", - "tnt_minecart": { - "material": "TNT_MINECART" - }, - "bcart": "tnt_minecart", - "bmc": "tnt_minecart", - "bmcart": "tnt_minecart", - "bminecart": "tnt_minecart", - "bombcart": "tnt_minecart", - "bombmc": "tnt_minecart", - "bombmcart": "tnt_minecart", - "bombminecart": "tnt_minecart", - "dcart": "tnt_minecart", - "dmc": "tnt_minecart", - "dmcart": "tnt_minecart", - "dminecart": "tnt_minecart", - "dynamitecart": "tnt_minecart", - "dynamitemc": "tnt_minecart", - "dynamitemcart": "tnt_minecart", - "dynamiteminecart": "tnt_minecart", - "minecraft:tnt_minecart": "tnt_minecart", - "tcart": "tnt_minecart", - "tmc": "tnt_minecart", - "tmcart": "tnt_minecart", - "tminecart": "tnt_minecart", - "tntcart": "tnt_minecart", - "tntmc": "tnt_minecart", - "tntmcart": "tnt_minecart", - "tntminecart": "tnt_minecart", - "torch": { - "material": "TORCH" - }, - "minecraft:torch": "torch", - "totem_of_undying": { - "material": "TOTEM_OF_UNDYING" - }, - "minecraft:totem_of_undying": "totem_of_undying", - "totemofundying": "totem_of_undying", - "trader_llama_spawn_egg": { - "material": "TRADER_LLAMA_SPAWN_EGG" - }, - "eggtllama": "trader_llama_spawn_egg", - "eggtrader_llama": "trader_llama_spawn_egg", - "minecraft:trader_llama_spawn_egg": "trader_llama_spawn_egg", - "seggtllama": "trader_llama_spawn_egg", - "seggtrader_llama": "trader_llama_spawn_egg", - "spawneggtllama": "trader_llama_spawn_egg", - "spawneggtrader_llama": "trader_llama_spawn_egg", - "spawntllama": "trader_llama_spawn_egg", - "spawntrader_llama": "trader_llama_spawn_egg", - "tllamaegg": "trader_llama_spawn_egg", - "tllamasegg": "trader_llama_spawn_egg", - "tllamaspawn": "trader_llama_spawn_egg", - "tllamaspawnegg": "trader_llama_spawn_egg", - "trader_llamaegg": "trader_llama_spawn_egg", - "trader_llamasegg": "trader_llama_spawn_egg", - "trader_llamaspawn": "trader_llama_spawn_egg", - "trader_llamaspawnegg": "trader_llama_spawn_egg", - "traderllamaspawnegg": "trader_llama_spawn_egg", - "trader_llama_spawner": { - "entity": "TRADER_LLAMA", - "material": "SPAWNER" - }, - "tllamacage": "trader_llama_spawner", - "tllamamcage": "trader_llama_spawner", - "tllamamobcage": "trader_llama_spawner", - "tllamamobspawner": "trader_llama_spawner", - "tllamamonstercage": "trader_llama_spawner", - "tllamamonsterspawner": "trader_llama_spawner", - "tllamamspawner": "trader_llama_spawner", - "tllamaspawner": "trader_llama_spawner", - "trader_llamacage": "trader_llama_spawner", - "trader_llamamcage": "trader_llama_spawner", - "trader_llamamobcage": "trader_llama_spawner", - "trader_llamamobspawner": "trader_llama_spawner", - "trader_llamamonstercage": "trader_llama_spawner", - "trader_llamamonsterspawner": "trader_llama_spawner", - "trader_llamamspawner": "trader_llama_spawner", - "trader_llamaspawner": "trader_llama_spawner", - "trapped_chest": { - "material": "TRAPPED_CHEST" - }, - "minecraft:trapped_chest": "trapped_chest", - "trappedchest": "trapped_chest", - "trident": { - "material": "TRIDENT" - }, - "minecraft:trident": "trident", - "tripwire_hook": { - "material": "TRIPWIRE_HOOK" - }, - "minecraft:tripwire_hook": "tripwire_hook", - "tripwirehook": "tripwire_hook", - "tropical_fish": { - "material": "TROPICAL_FISH" - }, - "clfish": "tropical_fish", - "clownfish": "tropical_fish", - "fishcl": "tropical_fish", - "fishn": "tropical_fish", - "fisht": "tropical_fish", - "minecraft:tropical_fish": "tropical_fish", - "nemo": "tropical_fish", - "nfish": "tropical_fish", - "plainclfish": "tropical_fish", - "plainclownfish": "tropical_fish", - "plainfishcl": "tropical_fish", - "plainfishn": "tropical_fish", - "plainfisht": "tropical_fish", - "plainnemo": "tropical_fish", - "plainnfish": "tropical_fish", - "plaintfish": "tropical_fish", - "plaintropical_fish": "tropical_fish", - "raclfish": "tropical_fish", - "raclownfish": "tropical_fish", - "rafishcl": "tropical_fish", - "rafishn": "tropical_fish", - "rafisht": "tropical_fish", - "ranemo": "tropical_fish", - "ranfish": "tropical_fish", - "ratfish": "tropical_fish", - "ratropical_fish": "tropical_fish", - "rawclfish": "tropical_fish", - "rawclownfish": "tropical_fish", - "rawfishcl": "tropical_fish", - "rawfishn": "tropical_fish", - "rawfisht": "tropical_fish", - "rawnemo": "tropical_fish", - "rawnfish": "tropical_fish", - "rawtfish": "tropical_fish", - "rawtropical_fish": "tropical_fish", - "tfish": "tropical_fish", - "tropicalfish": "tropical_fish", - "uncookedclfish": "tropical_fish", - "uncookedclownfish": "tropical_fish", - "uncookedfishcl": "tropical_fish", - "uncookedfishn": "tropical_fish", - "uncookedfisht": "tropical_fish", - "uncookednemo": "tropical_fish", - "uncookednfish": "tropical_fish", - "uncookedtfish": "tropical_fish", - "uncookedtropical_fish": "tropical_fish", - "tropical_fish_bucket": { - "material": "TROPICAL_FISH_BUCKET" - }, - "bucketotfish": "tropical_fish_bucket", - "bucketotropical_fish": "tropical_fish_bucket", - "minecraft:tropical_fish_bucket": "tropical_fish_bucket", - "tfishbucket": "tropical_fish_bucket", - "tfishbukkit": "tropical_fish_bucket", - "tfishpail": "tropical_fish_bucket", - "tropical_fishbucket": "tropical_fish_bucket", - "tropical_fishbukkit": "tropical_fish_bucket", - "tropical_fishpail": "tropical_fish_bucket", - "tropicalfishbucket": "tropical_fish_bucket", - "tropical_fish_spawn_egg": { - "material": "TROPICAL_FISH_SPAWN_EGG" - }, - "eggtfish": "tropical_fish_spawn_egg", - "eggtropical_fish": "tropical_fish_spawn_egg", - "minecraft:tropical_fish_spawn_egg": "tropical_fish_spawn_egg", - "seggtfish": "tropical_fish_spawn_egg", - "seggtropical_fish": "tropical_fish_spawn_egg", - "spawneggtfish": "tropical_fish_spawn_egg", - "spawneggtropical_fish": "tropical_fish_spawn_egg", - "spawntfish": "tropical_fish_spawn_egg", - "spawntropical_fish": "tropical_fish_spawn_egg", - "tfishegg": "tropical_fish_spawn_egg", - "tfishsegg": "tropical_fish_spawn_egg", - "tfishspawn": "tropical_fish_spawn_egg", - "tfishspawnegg": "tropical_fish_spawn_egg", - "tropical_fishegg": "tropical_fish_spawn_egg", - "tropical_fishsegg": "tropical_fish_spawn_egg", - "tropical_fishspawn": "tropical_fish_spawn_egg", - "tropical_fishspawnegg": "tropical_fish_spawn_egg", - "tropicalfishspawnegg": "tropical_fish_spawn_egg", - "tropical_fish_spawner": { - "entity": "TROPICAL_FISH", - "material": "SPAWNER" - }, - "tfishcage": "tropical_fish_spawner", - "tfishmcage": "tropical_fish_spawner", - "tfishmobcage": "tropical_fish_spawner", - "tfishmobspawner": "tropical_fish_spawner", - "tfishmonstercage": "tropical_fish_spawner", - "tfishmonsterspawner": "tropical_fish_spawner", - "tfishmspawner": "tropical_fish_spawner", - "tfishspawner": "tropical_fish_spawner", - "tropical_fishcage": "tropical_fish_spawner", - "tropical_fishmcage": "tropical_fish_spawner", - "tropical_fishmobcage": "tropical_fish_spawner", - "tropical_fishmobspawner": "tropical_fish_spawner", - "tropical_fishmonstercage": "tropical_fish_spawner", - "tropical_fishmonsterspawner": "tropical_fish_spawner", - "tropical_fishmspawner": "tropical_fish_spawner", - "tropical_fishspawner": "tropical_fish_spawner", - "tube_coral": { - "material": "TUBE_CORAL" - }, - "minecraft:tube_coral": "tube_coral", - "tubecoral": "tube_coral", - "tube_coral_block": { - "material": "TUBE_CORAL_BLOCK" - }, - "minecraft:tube_coral_block": "tube_coral_block", - "tubecoralblock": "tube_coral_block", - "tube_coral_fan": { - "material": "TUBE_CORAL_FAN" - }, - "minecraft:tube_coral_fan": "tube_coral_fan", - "tubecoralfan": "tube_coral_fan", - "tuff": { - "material": "TUFF" - }, - "minecraft:tuff": "tuff", - "turtle_egg": { - "material": "TURTLE_EGG" - }, - "minecraft:turtle_egg": "turtle_egg", - "turtleegg": "turtle_egg", - "turtle_helmet": { - "material": "TURTLE_HELMET" - }, - "minecraft:turtle_helmet": "turtle_helmet", - "turtlehelmet": "turtle_helmet", - "turtle_master_lingering_potion": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotiontm": "turtle_master_lingering_potion", - "aoepotionturtle": "turtle_master_lingering_potion", - "aoepotionturtlemaster": "turtle_master_lingering_potion", - "aoepottm": "turtle_master_lingering_potion", - "aoepotturtle": "turtle_master_lingering_potion", - "aoepotturtlemaster": "turtle_master_lingering_potion", - "areapotiontm": "turtle_master_lingering_potion", - "areapotionturtle": "turtle_master_lingering_potion", - "areapotionturtlemaster": "turtle_master_lingering_potion", - "areapottm": "turtle_master_lingering_potion", - "areapotturtle": "turtle_master_lingering_potion", - "areapotturtlemaster": "turtle_master_lingering_potion", - "cloudpotiontm": "turtle_master_lingering_potion", - "cloudpotionturtle": "turtle_master_lingering_potion", - "cloudpotionturtlemaster": "turtle_master_lingering_potion", - "cloudpottm": "turtle_master_lingering_potion", - "cloudpotturtle": "turtle_master_lingering_potion", - "cloudpotturtlemaster": "turtle_master_lingering_potion", - "lingerpottm": "turtle_master_lingering_potion", - "lingerpotturtle": "turtle_master_lingering_potion", - "lingerpotturtlemaster": "turtle_master_lingering_potion", - "tmaoepoiont": "turtle_master_lingering_potion", - "tmaoepot": "turtle_master_lingering_potion", - "tmareapot": "turtle_master_lingering_potion", - "tmareapotion": "turtle_master_lingering_potion", - "tmcloudpot": "turtle_master_lingering_potion", - "tmcloudpotion": "turtle_master_lingering_potion", - "tmlingerpot": "turtle_master_lingering_potion", - "turtleaoepoiont": "turtle_master_lingering_potion", - "turtleaoepot": "turtle_master_lingering_potion", - "turtleareapot": "turtle_master_lingering_potion", - "turtleareapotion": "turtle_master_lingering_potion", - "turtlecloudpot": "turtle_master_lingering_potion", - "turtlecloudpotion": "turtle_master_lingering_potion", - "turtlelingerpot": "turtle_master_lingering_potion", - "turtlemasteraoepoiont": "turtle_master_lingering_potion", - "turtlemasteraoepot": "turtle_master_lingering_potion", - "turtlemasterareapot": "turtle_master_lingering_potion", - "turtlemasterareapotion": "turtle_master_lingering_potion", - "turtlemastercloudpot": "turtle_master_lingering_potion", - "turtlemastercloudpotion": "turtle_master_lingering_potion", - "turtlemasterlingerpot": "turtle_master_lingering_potion", - "turtle_master_potion": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "potionoftm": "turtle_master_potion", - "potionofturtle": "turtle_master_potion", - "potionofturtlemaster": "turtle_master_potion", - "potoftm": "turtle_master_potion", - "potofturtle": "turtle_master_potion", - "potofturtlemaster": "turtle_master_potion", - "tmpot": "turtle_master_potion", - "tmpotion": "turtle_master_potion", - "turtlemasterpot": "turtle_master_potion", - "turtlemasterpotion": "turtle_master_potion", - "turtlepot": "turtle_master_potion", - "turtlepotion": "turtle_master_potion", - "turtle_master_splash_potion": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "splashtmpot": "turtle_master_splash_potion", - "splashtmpotion": "turtle_master_splash_potion", - "splashturtlemasterpot": "turtle_master_splash_potion", - "splashturtlemasterpotion": "turtle_master_splash_potion", - "splashturtlepot": "turtle_master_splash_potion", - "splashturtlepotion": "turtle_master_splash_potion", - "spltmpot": "turtle_master_splash_potion", - "spltmpotion": "turtle_master_splash_potion", - "splturtlemasterpot": "turtle_master_splash_potion", - "splturtlemasterpotion": "turtle_master_splash_potion", - "splturtlepot": "turtle_master_splash_potion", - "splturtlepotion": "turtle_master_splash_potion", - "tmsplashpot": "turtle_master_splash_potion", - "tmsplashpotion": "turtle_master_splash_potion", - "turtlemastersplashpot": "turtle_master_splash_potion", - "turtlemastersplashpotion": "turtle_master_splash_potion", - "turtlesplashpot": "turtle_master_splash_potion", - "turtlesplashpotion": "turtle_master_splash_potion", - "turtle_master_tipped_arrow": { - "potionData": { - "type": "TURTLE_MASTER", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowtm": "turtle_master_tipped_arrow", - "arrowturtle": "turtle_master_tipped_arrow", - "arrowturtlemaster": "turtle_master_tipped_arrow", - "tmarrow": "turtle_master_tipped_arrow", - "tmtarr": "turtle_master_tipped_arrow", - "tmtarrow": "turtle_master_tipped_arrow", - "tmtippedarrow": "turtle_master_tipped_arrow", - "turtlearrow": "turtle_master_tipped_arrow", - "turtlemasterarrow": "turtle_master_tipped_arrow", - "turtlemastertarr": "turtle_master_tipped_arrow", - "turtlemastertarrow": "turtle_master_tipped_arrow", - "turtlemastertippedarrow": "turtle_master_tipped_arrow", - "turtletarr": "turtle_master_tipped_arrow", - "turtletarrow": "turtle_master_tipped_arrow", - "turtletippedarrow": "turtle_master_tipped_arrow", - "turtle_spawn_egg": { - "material": "TURTLE_SPAWN_EGG" - }, - "eggturtle": "turtle_spawn_egg", - "minecraft:turtle_spawn_egg": "turtle_spawn_egg", - "seggturtle": "turtle_spawn_egg", - "spawneggturtle": "turtle_spawn_egg", - "spawnturtle": "turtle_spawn_egg", - "turtlesegg": "turtle_spawn_egg", - "turtlespawn": "turtle_spawn_egg", - "turtlespawnegg": "turtle_spawn_egg", - "turtle_spawner": { - "entity": "TURTLE", - "material": "SPAWNER" - }, - "turtlecage": "turtle_spawner", - "turtlemcage": "turtle_spawner", - "turtlemobcage": "turtle_spawner", - "turtlemobspawner": "turtle_spawner", - "turtlemonstercage": "turtle_spawner", - "turtlemonsterspawner": "turtle_spawner", - "turtlemspawner": "turtle_spawner", - "turtlespawner": "turtle_spawner", - "twisting_vines": { - "material": "TWISTING_VINES" - }, - "minecraft:twisting_vines": "twisting_vines", - "twistingvines": "twisting_vines", - "vex_spawn_egg": { - "material": "VEX_SPAWN_EGG" - }, - "eggvex": "vex_spawn_egg", - "minecraft:vex_spawn_egg": "vex_spawn_egg", - "seggvex": "vex_spawn_egg", - "spawneggvex": "vex_spawn_egg", - "spawnvex": "vex_spawn_egg", - "vexegg": "vex_spawn_egg", - "vexsegg": "vex_spawn_egg", - "vexspawn": "vex_spawn_egg", - "vexspawnegg": "vex_spawn_egg", - "vex_spawner": { - "entity": "VEX", - "material": "SPAWNER" - }, - "vexcage": "vex_spawner", - "vexmcage": "vex_spawner", - "vexmobcage": "vex_spawner", - "vexmobspawner": "vex_spawner", - "vexmonstercage": "vex_spawner", - "vexmonsterspawner": "vex_spawner", - "vexmspawner": "vex_spawner", - "vexspawner": "vex_spawner", - "villager_spawn_egg": { - "material": "VILLAGER_SPAWN_EGG" - }, - "eggvill": "villager_spawn_egg", - "eggvillager": "villager_spawn_egg", - "minecraft:villager_spawn_egg": "villager_spawn_egg", - "seggvill": "villager_spawn_egg", - "seggvillager": "villager_spawn_egg", - "spawneggvill": "villager_spawn_egg", - "spawneggvillager": "villager_spawn_egg", - "spawnvill": "villager_spawn_egg", - "spawnvillager": "villager_spawn_egg", - "villageregg": "villager_spawn_egg", - "villagersegg": "villager_spawn_egg", - "villagerspawn": "villager_spawn_egg", - "villagerspawnegg": "villager_spawn_egg", - "villegg": "villager_spawn_egg", - "villsegg": "villager_spawn_egg", - "villspawn": "villager_spawn_egg", - "villspawnegg": "villager_spawn_egg", - "villager_spawner": { - "entity": "VILLAGER", - "material": "SPAWNER" - }, - "villagercage": "villager_spawner", - "villagermcage": "villager_spawner", - "villagermobcage": "villager_spawner", - "villagermobspawner": "villager_spawner", - "villagermonstercage": "villager_spawner", - "villagermonsterspawner": "villager_spawner", - "villagermspawner": "villager_spawner", - "villagerspawner": "villager_spawner", - "villcage": "villager_spawner", - "villmcage": "villager_spawner", - "villmobcage": "villager_spawner", - "villmobspawner": "villager_spawner", - "villmonstercage": "villager_spawner", - "villmonsterspawner": "villager_spawner", - "villmspawner": "villager_spawner", - "villspawner": "villager_spawner", - "vindicator_spawn_egg": { - "material": "VINDICATOR_SPAWN_EGG" - }, - "eggvind": "vindicator_spawn_egg", - "eggvindicator": "vindicator_spawn_egg", - "minecraft:vindicator_spawn_egg": "vindicator_spawn_egg", - "seggvind": "vindicator_spawn_egg", - "seggvindicator": "vindicator_spawn_egg", - "spawneggvind": "vindicator_spawn_egg", - "spawneggvindicator": "vindicator_spawn_egg", - "spawnvind": "vindicator_spawn_egg", - "spawnvindicator": "vindicator_spawn_egg", - "vindegg": "vindicator_spawn_egg", - "vindicatoregg": "vindicator_spawn_egg", - "vindicatorsegg": "vindicator_spawn_egg", - "vindicatorspawn": "vindicator_spawn_egg", - "vindicatorspawnegg": "vindicator_spawn_egg", - "vindsegg": "vindicator_spawn_egg", - "vindspawn": "vindicator_spawn_egg", - "vindspawnegg": "vindicator_spawn_egg", - "vindicator_spawner": { - "entity": "VINDICATOR", - "material": "SPAWNER" - }, - "vindcage": "vindicator_spawner", - "vindicatorcage": "vindicator_spawner", - "vindicatormcage": "vindicator_spawner", - "vindicatormobcage": "vindicator_spawner", - "vindicatormobspawner": "vindicator_spawner", - "vindicatormonstercage": "vindicator_spawner", - "vindicatormonsterspawner": "vindicator_spawner", - "vindicatormspawner": "vindicator_spawner", - "vindicatorspawner": "vindicator_spawner", - "vindmcage": "vindicator_spawner", - "vindmobcage": "vindicator_spawner", - "vindmobspawner": "vindicator_spawner", - "vindmonstercage": "vindicator_spawner", - "vindmonsterspawner": "vindicator_spawner", - "vindmspawner": "vindicator_spawner", - "vindspawner": "vindicator_spawner", - "vine": { - "material": "VINE" - }, - "minecraft:vine": "vine", - "wandering_trader_spawn_egg": { - "material": "WANDERING_TRADER_SPAWN_EGG" - }, - "eggtrader": "wandering_trader_spawn_egg", - "eggwandering_trader": "wandering_trader_spawn_egg", - "minecraft:wandering_trader_spawn_egg": "wandering_trader_spawn_egg", - "seggtrader": "wandering_trader_spawn_egg", - "seggwandering_trader": "wandering_trader_spawn_egg", - "spawneggtrader": "wandering_trader_spawn_egg", - "spawneggwandering_trader": "wandering_trader_spawn_egg", - "spawntrader": "wandering_trader_spawn_egg", - "spawnwandering_trader": "wandering_trader_spawn_egg", - "traderegg": "wandering_trader_spawn_egg", - "tradersegg": "wandering_trader_spawn_egg", - "traderspawn": "wandering_trader_spawn_egg", - "traderspawnegg": "wandering_trader_spawn_egg", - "wandering_traderegg": "wandering_trader_spawn_egg", - "wandering_tradersegg": "wandering_trader_spawn_egg", - "wandering_traderspawn": "wandering_trader_spawn_egg", - "wandering_traderspawnegg": "wandering_trader_spawn_egg", - "wanderingtraderspawnegg": "wandering_trader_spawn_egg", - "wandering_trader_spawner": { - "entity": "WANDERING_TRADER", - "material": "SPAWNER" - }, - "tradercage": "wandering_trader_spawner", - "tradermcage": "wandering_trader_spawner", - "tradermobcage": "wandering_trader_spawner", - "tradermobspawner": "wandering_trader_spawner", - "tradermonstercage": "wandering_trader_spawner", - "tradermonsterspawner": "wandering_trader_spawner", - "tradermspawner": "wandering_trader_spawner", - "traderspawner": "wandering_trader_spawner", - "wandering_tradercage": "wandering_trader_spawner", - "wandering_tradermcage": "wandering_trader_spawner", - "wandering_tradermobcage": "wandering_trader_spawner", - "wandering_tradermobspawner": "wandering_trader_spawner", - "wandering_tradermonstercage": "wandering_trader_spawner", - "wandering_tradermonsterspawner": "wandering_trader_spawner", - "wandering_tradermspawner": "wandering_trader_spawner", - "wandering_traderspawner": "wandering_trader_spawner", - "warped_button": { - "material": "WARPED_BUTTON" - }, - "buttonwarp": "warped_button", - "buttonwarped": "warped_button", - "minecraft:warped_button": "warped_button", - "warpbutton": "warped_button", - "warpedbutton": "warped_button", - "warped_door": { - "material": "WARPED_DOOR" - }, - "minecraft:warped_door": "warped_door", - "warpdoor": "warped_door", - "warpeddoor": "warped_door", - "warped_fence": { - "material": "WARPED_FENCE" - }, - "minecraft:warped_fence": "warped_fence", - "warpedfence": "warped_fence", - "warpfence": "warped_fence", - "warped_fence_gate": { - "material": "WARPED_FENCE_GATE" - }, - "gatewarp": "warped_fence_gate", - "gatewarped": "warped_fence_gate", - "minecraft:warped_fence_gate": "warped_fence_gate", - "warpedfencegate": "warped_fence_gate", - "warpedgate": "warped_fence_gate", - "warpfencegate": "warped_fence_gate", - "warpgate": "warped_fence_gate", - "warped_fungus": { - "material": "WARPED_FUNGUS" - }, - "minecraft:warped_fungus": "warped_fungus", - "warpedfun": "warped_fungus", - "warpedfungus": "warped_fungus", - "warpfun": "warped_fungus", - "warpfungus": "warped_fungus", - "warped_fungus_on_a_stick": { - "material": "WARPED_FUNGUS_ON_A_STICK" - }, - "minecraft:warped_fungus_on_a_stick": "warped_fungus_on_a_stick", - "warpedfungusonastick": "warped_fungus_on_a_stick", - "warpedfungusstick": "warped_fungus_on_a_stick", - "warpedfunstick": "warped_fungus_on_a_stick", - "warpedonstick": "warped_fungus_on_a_stick", - "warpedstick": "warped_fungus_on_a_stick", - "warpfungusstick": "warped_fungus_on_a_stick", - "warpfunstick": "warped_fungus_on_a_stick", - "warponstick": "warped_fungus_on_a_stick", - "warpstick": "warped_fungus_on_a_stick", - "warped_hyphae": { - "material": "WARPED_HYPHAE" - }, - "minecraft:warped_hyphae": "warped_hyphae", - "warpedhyphae": "warped_hyphae", - "warphyphae": "warped_hyphae", - "warped_nylium": { - "material": "WARPED_NYLIUM" - }, - "minecraft:warped_nylium": "warped_nylium", - "warpednylium": "warped_nylium", - "warpedsoil": "warped_nylium", - "warpnylium": "warped_nylium", - "warpsoil": "warped_nylium", - "warped_planks": { - "material": "WARPED_PLANKS" - }, - "minecraft:warped_planks": "warped_planks", - "warpedplank": "warped_planks", - "warpedplanks": "warped_planks", - "warpedplankw": "warped_planks", - "warpedplankwood": "warped_planks", - "warpedplankwooden": "warped_planks", - "warpedwoodenplank": "warped_planks", - "warpedwoodplank": "warped_planks", - "warpedwplank": "warped_planks", - "warpplank": "warped_planks", - "warpplankw": "warped_planks", - "warpplankwood": "warped_planks", - "warpplankwooden": "warped_planks", - "warpwoodenplank": "warped_planks", - "warpwoodplank": "warped_planks", - "warpwplank": "warped_planks", - "warped_pressure_plate": { - "material": "WARPED_PRESSURE_PLATE" - }, - "minecraft:warped_pressure_plate": "warped_pressure_plate", - "platewarp": "warped_pressure_plate", - "platewarped": "warped_pressure_plate", - "warpedplate": "warped_pressure_plate", - "warpedpplate": "warped_pressure_plate", - "warpedpressplate": "warped_pressure_plate", - "warpedpressureplate": "warped_pressure_plate", - "warpplate": "warped_pressure_plate", - "warppplate": "warped_pressure_plate", - "warppressplate": "warped_pressure_plate", - "warppressureplate": "warped_pressure_plate", - "warped_roots": { - "material": "WARPED_ROOTS" - }, - "minecraft:warped_roots": "warped_roots", - "warpedroot": "warped_roots", - "warpedroots": "warped_roots", - "warproot": "warped_roots", - "warproots": "warped_roots", - "warped_sign": { - "material": "WARPED_SIGN" - }, - "minecraft:warped_sign": "warped_sign", - "warpedsign": "warped_sign", - "warpsign": "warped_sign", - "warped_slab": { - "material": "WARPED_SLAB" - }, - "minecraft:warped_slab": "warped_slab", - "warpedhalfblock": "warped_slab", - "warpedslab": "warped_slab", - "warpedstep": "warped_slab", - "warpedwhalfblock": "warped_slab", - "warpedwoodenhalfblock": "warped_slab", - "warpedwoodenslab": "warped_slab", - "warpedwoodenstep": "warped_slab", - "warpedwoodhalfblock": "warped_slab", - "warpedwoodslab": "warped_slab", - "warpedwoodstep": "warped_slab", - "warpedwslab": "warped_slab", - "warpedwstep": "warped_slab", - "warphalfblock": "warped_slab", - "warpstep": "warped_slab", - "warpwhalfblock": "warped_slab", - "warpwoodenhalfblock": "warped_slab", - "warpwoodenslab": "warped_slab", - "warpwoodenstep": "warped_slab", - "warpwoodhalfblock": "warped_slab", - "warpwoodslab": "warped_slab", - "warpwoodstep": "warped_slab", - "warpwslab": "warped_slab", - "warpwstep": "warped_slab", - "warped_stairs": { - "material": "WARPED_STAIRS" - }, - "minecraft:warped_stairs": "warped_stairs", - "warpedstair": "warped_stairs", - "warpedstairs": "warped_stairs", - "warpedwoodenstair": "warped_stairs", - "warpedwoodenstairs": "warped_stairs", - "warpedwoodstair": "warped_stairs", - "warpedwoodstairs": "warped_stairs", - "warpedwstair": "warped_stairs", - "warpedwstairs": "warped_stairs", - "warpstair": "warped_stairs", - "warpwoodenstair": "warped_stairs", - "warpwoodenstairs": "warped_stairs", - "warpwoodstair": "warped_stairs", - "warpwoodstairs": "warped_stairs", - "warpwstair": "warped_stairs", - "warpwstairs": "warped_stairs", - "warped_stem": { - "material": "WARPED_STEM" - }, - "logwarp": "warped_stem", - "logwarped": "warped_stem", - "minecraft:warped_stem": "warped_stem", - "stemwarp": "warped_stem", - "stemwarped": "warped_stem", - "warpedlog": "warped_stem", - "warpedstem": "warped_stem", - "warplog": "warped_stem", - "warpstem": "warped_stem", - "warped_trapdoor": { - "material": "WARPED_TRAPDOOR" - }, - "minecraft:warped_trapdoor": "warped_trapdoor", - "warpdoort": "warped_trapdoor", - "warpdoortrap": "warped_trapdoor", - "warpdtrap": "warped_trapdoor", - "warpeddoort": "warped_trapdoor", - "warpeddoortrap": "warped_trapdoor", - "warpeddtrap": "warped_trapdoor", - "warpedhatch": "warped_trapdoor", - "warpedtdoor": "warped_trapdoor", - "warpedtrapd": "warped_trapdoor", - "warpedtrapdoor": "warped_trapdoor", - "warphatch": "warped_trapdoor", - "warptdoor": "warped_trapdoor", - "warptrapd": "warped_trapdoor", - "warptrapdoor": "warped_trapdoor", - "warped_wart_block": { - "material": "WARPED_WART_BLOCK" - }, - "minecraft:warped_wart_block": "warped_wart_block", - "warpedwart": "warped_wart_block", - "warpedwartblock": "warped_wart_block", - "warpwart": "warped_wart_block", - "warpwartblock": "warped_wart_block", - "water_breathing_lingering_potion": { - "potionData": { - "type": "WATER_BREATHING", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotbreath": "water_breathing_lingering_potion", - "aoepotbreathing": "water_breathing_lingering_potion", - "aoepotionbreath": "water_breathing_lingering_potion", - "aoepotionbreathing": "water_breathing_lingering_potion", - "aoepotionwaterbreath": "water_breathing_lingering_potion", - "aoepotionwaterbreathing": "water_breathing_lingering_potion", - "aoepotionwb": "water_breathing_lingering_potion", - "aoepotwaterbreath": "water_breathing_lingering_potion", - "aoepotwaterbreathing": "water_breathing_lingering_potion", - "aoepotwb": "water_breathing_lingering_potion", - "areapotbreath": "water_breathing_lingering_potion", - "areapotbreathing": "water_breathing_lingering_potion", - "areapotionbreath": "water_breathing_lingering_potion", - "areapotionbreathing": "water_breathing_lingering_potion", - "areapotionwaterbreath": "water_breathing_lingering_potion", - "areapotionwaterbreathing": "water_breathing_lingering_potion", - "areapotionwb": "water_breathing_lingering_potion", - "areapotwaterbreath": "water_breathing_lingering_potion", - "areapotwaterbreathing": "water_breathing_lingering_potion", - "areapotwb": "water_breathing_lingering_potion", - "breathaoepoiont": "water_breathing_lingering_potion", - "breathaoepot": "water_breathing_lingering_potion", - "breathareapot": "water_breathing_lingering_potion", - "breathareapotion": "water_breathing_lingering_potion", - "breathcloudpot": "water_breathing_lingering_potion", - "breathcloudpotion": "water_breathing_lingering_potion", - "breathingaoepoiont": "water_breathing_lingering_potion", - "breathingaoepot": "water_breathing_lingering_potion", - "breathingareapot": "water_breathing_lingering_potion", - "breathingareapotion": "water_breathing_lingering_potion", - "breathingcloudpot": "water_breathing_lingering_potion", - "breathingcloudpotion": "water_breathing_lingering_potion", - "breathinglingerpot": "water_breathing_lingering_potion", - "breathlingerpot": "water_breathing_lingering_potion", - "cloudpotbreath": "water_breathing_lingering_potion", - "cloudpotbreathing": "water_breathing_lingering_potion", - "cloudpotionbreath": "water_breathing_lingering_potion", - "cloudpotionbreathing": "water_breathing_lingering_potion", - "cloudpotionwaterbreath": "water_breathing_lingering_potion", - "cloudpotionwaterbreathing": "water_breathing_lingering_potion", - "cloudpotionwb": "water_breathing_lingering_potion", - "cloudpotwaterbreath": "water_breathing_lingering_potion", - "cloudpotwaterbreathing": "water_breathing_lingering_potion", - "cloudpotwb": "water_breathing_lingering_potion", - "lingerpotbreath": "water_breathing_lingering_potion", - "lingerpotbreathing": "water_breathing_lingering_potion", - "lingerpotwaterbreath": "water_breathing_lingering_potion", - "lingerpotwaterbreathing": "water_breathing_lingering_potion", - "lingerpotwb": "water_breathing_lingering_potion", - "waterbreathaoepoiont": "water_breathing_lingering_potion", - "waterbreathaoepot": "water_breathing_lingering_potion", - "waterbreathareapot": "water_breathing_lingering_potion", - "waterbreathareapotion": "water_breathing_lingering_potion", - "waterbreathcloudpot": "water_breathing_lingering_potion", - "waterbreathcloudpotion": "water_breathing_lingering_potion", - "waterbreathingaoepoiont": "water_breathing_lingering_potion", - "waterbreathingaoepot": "water_breathing_lingering_potion", - "waterbreathingareapot": "water_breathing_lingering_potion", - "waterbreathingareapotion": "water_breathing_lingering_potion", - "waterbreathingcloudpot": "water_breathing_lingering_potion", - "waterbreathingcloudpotion": "water_breathing_lingering_potion", - "waterbreathinglingerpot": "water_breathing_lingering_potion", - "waterbreathlingerpot": "water_breathing_lingering_potion", - "wbaoepoiont": "water_breathing_lingering_potion", - "wbaoepot": "water_breathing_lingering_potion", - "wbareapot": "water_breathing_lingering_potion", - "wbareapotion": "water_breathing_lingering_potion", - "wbcloudpot": "water_breathing_lingering_potion", - "wbcloudpotion": "water_breathing_lingering_potion", - "wblingerpot": "water_breathing_lingering_potion", - "water_breathing_potion": { - "potionData": { - "type": "WATER_BREATHING", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "breathingpot": "water_breathing_potion", - "breathingpotion": "water_breathing_potion", - "breathpot": "water_breathing_potion", - "breathpotion": "water_breathing_potion", - "potionofbreath": "water_breathing_potion", - "potionofbreathing": "water_breathing_potion", - "potionofwaterbreath": "water_breathing_potion", - "potionofwaterbreathing": "water_breathing_potion", - "potionofwb": "water_breathing_potion", - "potofbreath": "water_breathing_potion", - "potofbreathing": "water_breathing_potion", - "potofwaterbreath": "water_breathing_potion", - "potofwaterbreathing": "water_breathing_potion", - "potofwb": "water_breathing_potion", - "waterbreathingpot": "water_breathing_potion", - "waterbreathingpotion": "water_breathing_potion", - "waterbreathpot": "water_breathing_potion", - "waterbreathpotion": "water_breathing_potion", - "wbpot": "water_breathing_potion", - "wbpotion": "water_breathing_potion", - "water_breathing_splash_potion": { - "potionData": { - "type": "WATER_BREATHING", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "breathingsplashpot": "water_breathing_splash_potion", - "breathingsplashpotion": "water_breathing_splash_potion", - "breathsplashpot": "water_breathing_splash_potion", - "breathsplashpotion": "water_breathing_splash_potion", - "splashbreathingpot": "water_breathing_splash_potion", - "splashbreathingpotion": "water_breathing_splash_potion", - "splashbreathpot": "water_breathing_splash_potion", - "splashbreathpotion": "water_breathing_splash_potion", - "splashwaterbreathingpot": "water_breathing_splash_potion", - "splashwaterbreathingpotion": "water_breathing_splash_potion", - "splashwaterbreathpot": "water_breathing_splash_potion", - "splashwaterbreathpotion": "water_breathing_splash_potion", - "splashwbpot": "water_breathing_splash_potion", - "splashwbpotion": "water_breathing_splash_potion", - "splbreathingpot": "water_breathing_splash_potion", - "splbreathingpotion": "water_breathing_splash_potion", - "splbreathpot": "water_breathing_splash_potion", - "splbreathpotion": "water_breathing_splash_potion", - "splwaterbreathingpot": "water_breathing_splash_potion", - "splwaterbreathingpotion": "water_breathing_splash_potion", - "splwaterbreathpot": "water_breathing_splash_potion", - "splwaterbreathpotion": "water_breathing_splash_potion", - "splwbpot": "water_breathing_splash_potion", - "splwbpotion": "water_breathing_splash_potion", - "waterbreathingsplashpot": "water_breathing_splash_potion", - "waterbreathingsplashpotion": "water_breathing_splash_potion", - "waterbreathsplashpot": "water_breathing_splash_potion", - "waterbreathsplashpotion": "water_breathing_splash_potion", - "wbsplashpot": "water_breathing_splash_potion", - "wbsplashpotion": "water_breathing_splash_potion", - "water_breathing_tipped_arrow": { - "potionData": { - "type": "WATER_BREATHING", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowbreath": "water_breathing_tipped_arrow", - "arrowbreathing": "water_breathing_tipped_arrow", - "arrowwaterbreath": "water_breathing_tipped_arrow", - "arrowwaterbreathing": "water_breathing_tipped_arrow", - "arrowwb": "water_breathing_tipped_arrow", - "breatharrow": "water_breathing_tipped_arrow", - "breathingarrow": "water_breathing_tipped_arrow", - "breathingtarr": "water_breathing_tipped_arrow", - "breathingtarrow": "water_breathing_tipped_arrow", - "breathingtippedarrow": "water_breathing_tipped_arrow", - "breathtarr": "water_breathing_tipped_arrow", - "breathtarrow": "water_breathing_tipped_arrow", - "breathtippedarrow": "water_breathing_tipped_arrow", - "waterbreatharrow": "water_breathing_tipped_arrow", - "waterbreathingarrow": "water_breathing_tipped_arrow", - "waterbreathingtarr": "water_breathing_tipped_arrow", - "waterbreathingtarrow": "water_breathing_tipped_arrow", - "waterbreathingtippedarrow": "water_breathing_tipped_arrow", - "waterbreathtarr": "water_breathing_tipped_arrow", - "waterbreathtarrow": "water_breathing_tipped_arrow", - "waterbreathtippedarrow": "water_breathing_tipped_arrow", - "wbarrow": "water_breathing_tipped_arrow", - "wbtarr": "water_breathing_tipped_arrow", - "wbtarrow": "water_breathing_tipped_arrow", - "wbtippedarrow": "water_breathing_tipped_arrow", - "water_bucket": { - "material": "WATER_BUCKET" - }, - "minecraft:water_bucket": "water_bucket", - "waterbucket": "water_bucket", - "water_lingering_potion": { - "potionData": { - "type": "WATER", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionwater": "water_lingering_potion", - "aoepotwater": "water_lingering_potion", - "areapotionwater": "water_lingering_potion", - "areapotwater": "water_lingering_potion", - "cloudpotionwater": "water_lingering_potion", - "cloudpotwater": "water_lingering_potion", - "lingerpotwater": "water_lingering_potion", - "wateraoepoiont": "water_lingering_potion", - "wateraoepot": "water_lingering_potion", - "waterareapot": "water_lingering_potion", - "waterareapotion": "water_lingering_potion", - "watercloudpot": "water_lingering_potion", - "watercloudpotion": "water_lingering_potion", - "waterlingerpot": "water_lingering_potion", - "water_potion": { - "potionData": { - "type": "WATER", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "potionofwater": "water_potion", - "potofwater": "water_potion", - "waterpot": "water_potion", - "waterpotion": "water_potion", - "water_splash_potion": { - "potionData": { - "type": "WATER", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "splashwaterpot": "water_splash_potion", - "splashwaterpotion": "water_splash_potion", - "splwaterpot": "water_splash_potion", - "splwaterpotion": "water_splash_potion", - "watersplashpot": "water_splash_potion", - "watersplashpotion": "water_splash_potion", - "water_tipped_arrow": { - "potionData": { - "type": "WATER", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowwater": "water_tipped_arrow", - "waterarrow": "water_tipped_arrow", - "watertarr": "water_tipped_arrow", - "watertarrow": "water_tipped_arrow", - "watertippedarrow": "water_tipped_arrow", - "waxed_copper_block": { - "material": "WAXED_COPPER_BLOCK" - }, - "minecraft:waxed_copper_block": "waxed_copper_block", - "wacoblock": "waxed_copper_block", - "wacopblock": "waxed_copper_block", - "wacopperblock": "waxed_copper_block", - "waxcoblock": "waxed_copper_block", - "waxcopblock": "waxed_copper_block", - "waxcopperblock": "waxed_copper_block", - "waxedcoblock": "waxed_copper_block", - "waxedcopblock": "waxed_copper_block", - "waxedcopperblock": "waxed_copper_block", - "waxed_cut_copper": { - "material": "WAXED_CUT_COPPER" - }, - "cutwacoblock": "waxed_cut_copper", - "cutwacopblock": "waxed_cut_copper", - "cutwacopperblock": "waxed_cut_copper", - "cutwaxcoblock": "waxed_cut_copper", - "cutwaxcopblock": "waxed_cut_copper", - "cutwaxcopperblock": "waxed_cut_copper", - "cutwaxedcoblock": "waxed_cut_copper", - "cutwaxedcopblock": "waxed_cut_copper", - "cutwaxedcopperblock": "waxed_cut_copper", - "cwacoblock": "waxed_cut_copper", - "cwacopblock": "waxed_cut_copper", - "cwacopperblock": "waxed_cut_copper", - "cwaxcoblock": "waxed_cut_copper", - "cwaxcopblock": "waxed_cut_copper", - "cwaxcopperblock": "waxed_cut_copper", - "cwaxedcoblock": "waxed_cut_copper", - "cwaxedcopblock": "waxed_cut_copper", - "cwaxedcopperblock": "waxed_cut_copper", - "minecraft:waxed_cut_copper": "waxed_cut_copper", - "waccoblock": "waxed_cut_copper", - "waccopblock": "waxed_cut_copper", - "waccopperblock": "waxed_cut_copper", - "wacutcoblock": "waxed_cut_copper", - "wacutcopblock": "waxed_cut_copper", - "wacutcopperblock": "waxed_cut_copper", - "waxccoblock": "waxed_cut_copper", - "waxccopblock": "waxed_cut_copper", - "waxccopperblock": "waxed_cut_copper", - "waxcutcoblock": "waxed_cut_copper", - "waxcutcopblock": "waxed_cut_copper", - "waxcutcopperblock": "waxed_cut_copper", - "waxedccoblock": "waxed_cut_copper", - "waxedccopblock": "waxed_cut_copper", - "waxedccopperblock": "waxed_cut_copper", - "waxedcutcoblock": "waxed_cut_copper", - "waxedcutcopblock": "waxed_cut_copper", - "waxedcutcopper": "waxed_cut_copper", - "waxedcutcopperblock": "waxed_cut_copper", - "waxed_cut_copper_slab": { - "material": "WAXED_CUT_COPPER_SLAB" - }, - "cutwacohalfblock": "waxed_cut_copper_slab", - "cutwacophalfblock": "waxed_cut_copper_slab", - "cutwacopperhalfblock": "waxed_cut_copper_slab", - "cutwacoppersl": "waxed_cut_copper_slab", - "cutwacopperslab": "waxed_cut_copper_slab", - "cutwacopperstep": "waxed_cut_copper_slab", - "cutwacopsl": "waxed_cut_copper_slab", - "cutwacopslab": "waxed_cut_copper_slab", - "cutwacopstep": "waxed_cut_copper_slab", - "cutwacosl": "waxed_cut_copper_slab", - "cutwacoslab": "waxed_cut_copper_slab", - "cutwacostep": "waxed_cut_copper_slab", - "cutwaxcohalfblock": "waxed_cut_copper_slab", - "cutwaxcophalfblock": "waxed_cut_copper_slab", - "cutwaxcopperhalfblock": "waxed_cut_copper_slab", - "cutwaxcoppersl": "waxed_cut_copper_slab", - "cutwaxcopperslab": "waxed_cut_copper_slab", - "cutwaxcopperstep": "waxed_cut_copper_slab", - "cutwaxcopsl": "waxed_cut_copper_slab", - "cutwaxcopslab": "waxed_cut_copper_slab", - "cutwaxcopstep": "waxed_cut_copper_slab", - "cutwaxcosl": "waxed_cut_copper_slab", - "cutwaxcoslab": "waxed_cut_copper_slab", - "cutwaxcostep": "waxed_cut_copper_slab", - "cutwaxedcohalfblock": "waxed_cut_copper_slab", - "cutwaxedcophalfblock": "waxed_cut_copper_slab", - "cutwaxedcopperhalfblock": "waxed_cut_copper_slab", - "cutwaxedcoppersl": "waxed_cut_copper_slab", - "cutwaxedcopperslab": "waxed_cut_copper_slab", - "cutwaxedcopperstep": "waxed_cut_copper_slab", - "cutwaxedcopsl": "waxed_cut_copper_slab", - "cutwaxedcopslab": "waxed_cut_copper_slab", - "cutwaxedcopstep": "waxed_cut_copper_slab", - "cutwaxedcosl": "waxed_cut_copper_slab", - "cutwaxedcoslab": "waxed_cut_copper_slab", - "cutwaxedcostep": "waxed_cut_copper_slab", - "cwacohalfblock": "waxed_cut_copper_slab", - "cwacophalfblock": "waxed_cut_copper_slab", - "cwacopperhalfblock": "waxed_cut_copper_slab", - "cwacoppersl": "waxed_cut_copper_slab", - "cwacopperslab": "waxed_cut_copper_slab", - "cwacopperstep": "waxed_cut_copper_slab", - "cwacopsl": "waxed_cut_copper_slab", - "cwacopslab": "waxed_cut_copper_slab", - "cwacopstep": "waxed_cut_copper_slab", - "cwacosl": "waxed_cut_copper_slab", - "cwacoslab": "waxed_cut_copper_slab", - "cwacostep": "waxed_cut_copper_slab", - "cwaxcohalfblock": "waxed_cut_copper_slab", - "cwaxcophalfblock": "waxed_cut_copper_slab", - "cwaxcopperhalfblock": "waxed_cut_copper_slab", - "cwaxcoppersl": "waxed_cut_copper_slab", - "cwaxcopperslab": "waxed_cut_copper_slab", - "cwaxcopperstep": "waxed_cut_copper_slab", - "cwaxcopsl": "waxed_cut_copper_slab", - "cwaxcopslab": "waxed_cut_copper_slab", - "cwaxcopstep": "waxed_cut_copper_slab", - "cwaxcosl": "waxed_cut_copper_slab", - "cwaxcoslab": "waxed_cut_copper_slab", - "cwaxcostep": "waxed_cut_copper_slab", - "cwaxedcohalfblock": "waxed_cut_copper_slab", - "cwaxedcophalfblock": "waxed_cut_copper_slab", - "cwaxedcopperhalfblock": "waxed_cut_copper_slab", - "cwaxedcoppersl": "waxed_cut_copper_slab", - "cwaxedcopperslab": "waxed_cut_copper_slab", - "cwaxedcopperstep": "waxed_cut_copper_slab", - "cwaxedcopsl": "waxed_cut_copper_slab", - "cwaxedcopslab": "waxed_cut_copper_slab", - "cwaxedcopstep": "waxed_cut_copper_slab", - "cwaxedcosl": "waxed_cut_copper_slab", - "cwaxedcoslab": "waxed_cut_copper_slab", - "cwaxedcostep": "waxed_cut_copper_slab", - "minecraft:waxed_cut_copper_slab": "waxed_cut_copper_slab", - "waccohalfblock": "waxed_cut_copper_slab", - "waccophalfblock": "waxed_cut_copper_slab", - "waccopperhalfblock": "waxed_cut_copper_slab", - "waccoppersl": "waxed_cut_copper_slab", - "waccopperslab": "waxed_cut_copper_slab", - "waccopperstep": "waxed_cut_copper_slab", - "waccopsl": "waxed_cut_copper_slab", - "waccopslab": "waxed_cut_copper_slab", - "waccopstep": "waxed_cut_copper_slab", - "waccosl": "waxed_cut_copper_slab", - "waccoslab": "waxed_cut_copper_slab", - "waccostep": "waxed_cut_copper_slab", - "wacutcohalfblock": "waxed_cut_copper_slab", - "wacutcophalfblock": "waxed_cut_copper_slab", - "wacutcopperhalfblock": "waxed_cut_copper_slab", - "wacutcoppersl": "waxed_cut_copper_slab", - "wacutcopperslab": "waxed_cut_copper_slab", - "wacutcopperstep": "waxed_cut_copper_slab", - "wacutcopsl": "waxed_cut_copper_slab", - "wacutcopslab": "waxed_cut_copper_slab", - "wacutcopstep": "waxed_cut_copper_slab", - "wacutcosl": "waxed_cut_copper_slab", - "wacutcoslab": "waxed_cut_copper_slab", - "wacutcostep": "waxed_cut_copper_slab", - "waxccohalfblock": "waxed_cut_copper_slab", - "waxccophalfblock": "waxed_cut_copper_slab", - "waxccopperhalfblock": "waxed_cut_copper_slab", - "waxccoppersl": "waxed_cut_copper_slab", - "waxccopperslab": "waxed_cut_copper_slab", - "waxccopperstep": "waxed_cut_copper_slab", - "waxccopsl": "waxed_cut_copper_slab", - "waxccopslab": "waxed_cut_copper_slab", - "waxccopstep": "waxed_cut_copper_slab", - "waxccosl": "waxed_cut_copper_slab", - "waxccoslab": "waxed_cut_copper_slab", - "waxccostep": "waxed_cut_copper_slab", - "waxcutcohalfblock": "waxed_cut_copper_slab", - "waxcutcophalfblock": "waxed_cut_copper_slab", - "waxcutcopperhalfblock": "waxed_cut_copper_slab", - "waxcutcoppersl": "waxed_cut_copper_slab", - "waxcutcopperslab": "waxed_cut_copper_slab", - "waxcutcopperstep": "waxed_cut_copper_slab", - "waxcutcopsl": "waxed_cut_copper_slab", - "waxcutcopslab": "waxed_cut_copper_slab", - "waxcutcopstep": "waxed_cut_copper_slab", - "waxcutcosl": "waxed_cut_copper_slab", - "waxcutcoslab": "waxed_cut_copper_slab", - "waxcutcostep": "waxed_cut_copper_slab", - "waxedccohalfblock": "waxed_cut_copper_slab", - "waxedccophalfblock": "waxed_cut_copper_slab", - "waxedccopperhalfblock": "waxed_cut_copper_slab", - "waxedccoppersl": "waxed_cut_copper_slab", - "waxedccopperslab": "waxed_cut_copper_slab", - "waxedccopperstep": "waxed_cut_copper_slab", - "waxedccopsl": "waxed_cut_copper_slab", - "waxedccopslab": "waxed_cut_copper_slab", - "waxedccopstep": "waxed_cut_copper_slab", - "waxedccosl": "waxed_cut_copper_slab", - "waxedccoslab": "waxed_cut_copper_slab", - "waxedccostep": "waxed_cut_copper_slab", - "waxedcutcohalfblock": "waxed_cut_copper_slab", - "waxedcutcophalfblock": "waxed_cut_copper_slab", - "waxedcutcopperhalfblock": "waxed_cut_copper_slab", - "waxedcutcoppersl": "waxed_cut_copper_slab", - "waxedcutcopperslab": "waxed_cut_copper_slab", - "waxedcutcopperstep": "waxed_cut_copper_slab", - "waxedcutcopsl": "waxed_cut_copper_slab", - "waxedcutcopslab": "waxed_cut_copper_slab", - "waxedcutcopstep": "waxed_cut_copper_slab", - "waxedcutcosl": "waxed_cut_copper_slab", - "waxedcutcoslab": "waxed_cut_copper_slab", - "waxedcutcostep": "waxed_cut_copper_slab", - "waxed_cut_copper_stairs": { - "material": "WAXED_CUT_COPPER_STAIRS" - }, - "cutwacopperstair": "waxed_cut_copper_stairs", - "cutwacopperstairs": "waxed_cut_copper_stairs", - "cutwacopstair": "waxed_cut_copper_stairs", - "cutwacopstairs": "waxed_cut_copper_stairs", - "cutwacostair": "waxed_cut_copper_stairs", - "cutwacostairs": "waxed_cut_copper_stairs", - "cutwaxcopperstair": "waxed_cut_copper_stairs", - "cutwaxcopperstairs": "waxed_cut_copper_stairs", - "cutwaxcopstair": "waxed_cut_copper_stairs", - "cutwaxcopstairs": "waxed_cut_copper_stairs", - "cutwaxcostair": "waxed_cut_copper_stairs", - "cutwaxcostairs": "waxed_cut_copper_stairs", - "cutwaxedcopperstair": "waxed_cut_copper_stairs", - "cutwaxedcopperstairs": "waxed_cut_copper_stairs", - "cutwaxedcopstair": "waxed_cut_copper_stairs", - "cutwaxedcopstairs": "waxed_cut_copper_stairs", - "cutwaxedcostair": "waxed_cut_copper_stairs", - "cutwaxedcostairs": "waxed_cut_copper_stairs", - "cwacopperstair": "waxed_cut_copper_stairs", - "cwacopperstairs": "waxed_cut_copper_stairs", - "cwacopstair": "waxed_cut_copper_stairs", - "cwacopstairs": "waxed_cut_copper_stairs", - "cwacostair": "waxed_cut_copper_stairs", - "cwacostairs": "waxed_cut_copper_stairs", - "cwaxcopperstair": "waxed_cut_copper_stairs", - "cwaxcopperstairs": "waxed_cut_copper_stairs", - "cwaxcopstair": "waxed_cut_copper_stairs", - "cwaxcopstairs": "waxed_cut_copper_stairs", - "cwaxcostair": "waxed_cut_copper_stairs", - "cwaxcostairs": "waxed_cut_copper_stairs", - "cwaxedcopperstair": "waxed_cut_copper_stairs", - "cwaxedcopperstairs": "waxed_cut_copper_stairs", - "cwaxedcopstair": "waxed_cut_copper_stairs", - "cwaxedcopstairs": "waxed_cut_copper_stairs", - "cwaxedcostair": "waxed_cut_copper_stairs", - "cwaxedcostairs": "waxed_cut_copper_stairs", - "minecraft:waxed_cut_copper_stairs": "waxed_cut_copper_stairs", - "waccopperstair": "waxed_cut_copper_stairs", - "waccopperstairs": "waxed_cut_copper_stairs", - "waccopstair": "waxed_cut_copper_stairs", - "waccopstairs": "waxed_cut_copper_stairs", - "waccostair": "waxed_cut_copper_stairs", - "waccostairs": "waxed_cut_copper_stairs", - "wacutcopperstair": "waxed_cut_copper_stairs", - "wacutcopperstairs": "waxed_cut_copper_stairs", - "wacutcopstair": "waxed_cut_copper_stairs", - "wacutcopstairs": "waxed_cut_copper_stairs", - "wacutcostair": "waxed_cut_copper_stairs", - "wacutcostairs": "waxed_cut_copper_stairs", - "waxccopperstair": "waxed_cut_copper_stairs", - "waxccopperstairs": "waxed_cut_copper_stairs", - "waxccopstair": "waxed_cut_copper_stairs", - "waxccopstairs": "waxed_cut_copper_stairs", - "waxccostair": "waxed_cut_copper_stairs", - "waxccostairs": "waxed_cut_copper_stairs", - "waxcutcopperstair": "waxed_cut_copper_stairs", - "waxcutcopperstairs": "waxed_cut_copper_stairs", - "waxcutcopstair": "waxed_cut_copper_stairs", - "waxcutcopstairs": "waxed_cut_copper_stairs", - "waxcutcostair": "waxed_cut_copper_stairs", - "waxcutcostairs": "waxed_cut_copper_stairs", - "waxedccopperstair": "waxed_cut_copper_stairs", - "waxedccopperstairs": "waxed_cut_copper_stairs", - "waxedccopstair": "waxed_cut_copper_stairs", - "waxedccopstairs": "waxed_cut_copper_stairs", - "waxedccostair": "waxed_cut_copper_stairs", - "waxedccostairs": "waxed_cut_copper_stairs", - "waxedcutcopperstair": "waxed_cut_copper_stairs", - "waxedcutcopperstairs": "waxed_cut_copper_stairs", - "waxedcutcopstair": "waxed_cut_copper_stairs", - "waxedcutcopstairs": "waxed_cut_copper_stairs", - "waxedcutcostair": "waxed_cut_copper_stairs", - "waxedcutcostairs": "waxed_cut_copper_stairs", - "waxed_exposed_copper": { - "material": "WAXED_EXPOSED_COPPER" - }, - "exposedwacoblock": "waxed_exposed_copper", - "exposedwacopblock": "waxed_exposed_copper", - "exposedwacopperblock": "waxed_exposed_copper", - "exposedwaxcoblock": "waxed_exposed_copper", - "exposedwaxcopblock": "waxed_exposed_copper", - "exposedwaxcopperblock": "waxed_exposed_copper", - "exposedwaxedcoblock": "waxed_exposed_copper", - "exposedwaxedcopblock": "waxed_exposed_copper", - "exposedwaxedcopperblock": "waxed_exposed_copper", - "expwacoblock": "waxed_exposed_copper", - "expwacopblock": "waxed_exposed_copper", - "expwacopperblock": "waxed_exposed_copper", - "expwaxcoblock": "waxed_exposed_copper", - "expwaxcopblock": "waxed_exposed_copper", - "expwaxcopperblock": "waxed_exposed_copper", - "expwaxedcoblock": "waxed_exposed_copper", - "expwaxedcopblock": "waxed_exposed_copper", - "expwaxedcopperblock": "waxed_exposed_copper", - "exwacoblock": "waxed_exposed_copper", - "exwacopblock": "waxed_exposed_copper", - "exwacopperblock": "waxed_exposed_copper", - "exwaxcoblock": "waxed_exposed_copper", - "exwaxcopblock": "waxed_exposed_copper", - "exwaxcopperblock": "waxed_exposed_copper", - "exwaxedcoblock": "waxed_exposed_copper", - "exwaxedcopblock": "waxed_exposed_copper", - "exwaxedcopperblock": "waxed_exposed_copper", - "minecraft:waxed_exposed_copper": "waxed_exposed_copper", - "waexcoblock": "waxed_exposed_copper", - "waexcopblock": "waxed_exposed_copper", - "waexcopperblock": "waxed_exposed_copper", - "waexpcoblock": "waxed_exposed_copper", - "waexpcopblock": "waxed_exposed_copper", - "waexpcopperblock": "waxed_exposed_copper", - "waexposedcoblock": "waxed_exposed_copper", - "waexposedcopblock": "waxed_exposed_copper", - "waexposedcopperblock": "waxed_exposed_copper", - "waxedexcoblock": "waxed_exposed_copper", - "waxedexcopblock": "waxed_exposed_copper", - "waxedexcopperblock": "waxed_exposed_copper", - "waxedexpcoblock": "waxed_exposed_copper", - "waxedexpcopblock": "waxed_exposed_copper", - "waxedexpcopperblock": "waxed_exposed_copper", - "waxedexposedcoblock": "waxed_exposed_copper", - "waxedexposedcopblock": "waxed_exposed_copper", - "waxedexposedcopper": "waxed_exposed_copper", - "waxedexposedcopperblock": "waxed_exposed_copper", - "waxexcoblock": "waxed_exposed_copper", - "waxexcopblock": "waxed_exposed_copper", - "waxexcopperblock": "waxed_exposed_copper", - "waxexpcoblock": "waxed_exposed_copper", - "waxexpcopblock": "waxed_exposed_copper", - "waxexpcopperblock": "waxed_exposed_copper", - "waxexposedcoblock": "waxed_exposed_copper", - "waxexposedcopblock": "waxed_exposed_copper", - "waxexposedcopperblock": "waxed_exposed_copper", - "waxed_exposed_cut_copper": { - "material": "WAXED_EXPOSED_CUT_COPPER" - }, - "cexposedwacoblock": "waxed_exposed_cut_copper", - "cexposedwacopblock": "waxed_exposed_cut_copper", - "cexposedwacopperblock": "waxed_exposed_cut_copper", - "cexposedwaxcoblock": "waxed_exposed_cut_copper", - "cexposedwaxcopblock": "waxed_exposed_cut_copper", - "cexposedwaxcopperblock": "waxed_exposed_cut_copper", - "cexposedwaxedcoblock": "waxed_exposed_cut_copper", - "cexposedwaxedcopblock": "waxed_exposed_cut_copper", - "cexposedwaxedcopperblock": "waxed_exposed_cut_copper", - "cexpwacoblock": "waxed_exposed_cut_copper", - "cexpwacopblock": "waxed_exposed_cut_copper", - "cexpwacopperblock": "waxed_exposed_cut_copper", - "cexpwaxcoblock": "waxed_exposed_cut_copper", - "cexpwaxcopblock": "waxed_exposed_cut_copper", - "cexpwaxcopperblock": "waxed_exposed_cut_copper", - "cexpwaxedcoblock": "waxed_exposed_cut_copper", - "cexpwaxedcopblock": "waxed_exposed_cut_copper", - "cexpwaxedcopperblock": "waxed_exposed_cut_copper", - "cexwacoblock": "waxed_exposed_cut_copper", - "cexwacopblock": "waxed_exposed_cut_copper", - "cexwacopperblock": "waxed_exposed_cut_copper", - "cexwaxcoblock": "waxed_exposed_cut_copper", - "cexwaxcopblock": "waxed_exposed_cut_copper", - "cexwaxcopperblock": "waxed_exposed_cut_copper", - "cexwaxedcoblock": "waxed_exposed_cut_copper", - "cexwaxedcopblock": "waxed_exposed_cut_copper", - "cexwaxedcopperblock": "waxed_exposed_cut_copper", - "cutexposedwacoblock": "waxed_exposed_cut_copper", - "cutexposedwacopblock": "waxed_exposed_cut_copper", - "cutexposedwacopperblock": "waxed_exposed_cut_copper", - "cutexposedwaxcoblock": "waxed_exposed_cut_copper", - "cutexposedwaxcopblock": "waxed_exposed_cut_copper", - "cutexposedwaxcopperblock": "waxed_exposed_cut_copper", - "cutexposedwaxedcoblock": "waxed_exposed_cut_copper", - "cutexposedwaxedcopblock": "waxed_exposed_cut_copper", - "cutexposedwaxedcopperblock": "waxed_exposed_cut_copper", - "cutexpwacoblock": "waxed_exposed_cut_copper", - "cutexpwacopblock": "waxed_exposed_cut_copper", - "cutexpwacopperblock": "waxed_exposed_cut_copper", - "cutexpwaxcoblock": "waxed_exposed_cut_copper", - "cutexpwaxcopblock": "waxed_exposed_cut_copper", - "cutexpwaxcopperblock": "waxed_exposed_cut_copper", - "cutexpwaxedcoblock": "waxed_exposed_cut_copper", - "cutexpwaxedcopblock": "waxed_exposed_cut_copper", - "cutexpwaxedcopperblock": "waxed_exposed_cut_copper", - "cutexwacoblock": "waxed_exposed_cut_copper", - "cutexwacopblock": "waxed_exposed_cut_copper", - "cutexwacopperblock": "waxed_exposed_cut_copper", - "cutexwaxcoblock": "waxed_exposed_cut_copper", - "cutexwaxcopblock": "waxed_exposed_cut_copper", - "cutexwaxcopperblock": "waxed_exposed_cut_copper", - "cutexwaxedcoblock": "waxed_exposed_cut_copper", - "cutexwaxedcopblock": "waxed_exposed_cut_copper", - "cutexwaxedcopperblock": "waxed_exposed_cut_copper", - "cutwaexcoblock": "waxed_exposed_cut_copper", - "cutwaexcopblock": "waxed_exposed_cut_copper", - "cutwaexcopperblock": "waxed_exposed_cut_copper", - "cutwaexpcoblock": "waxed_exposed_cut_copper", - "cutwaexpcopblock": "waxed_exposed_cut_copper", - "cutwaexpcopperblock": "waxed_exposed_cut_copper", - "cutwaexposedcoblock": "waxed_exposed_cut_copper", - "cutwaexposedcopblock": "waxed_exposed_cut_copper", - "cutwaexposedcopperblock": "waxed_exposed_cut_copper", - "cutwaxedexcoblock": "waxed_exposed_cut_copper", - "cutwaxedexcopblock": "waxed_exposed_cut_copper", - "cutwaxedexcopperblock": "waxed_exposed_cut_copper", - "cutwaxedexpcoblock": "waxed_exposed_cut_copper", - "cutwaxedexpcopblock": "waxed_exposed_cut_copper", - "cutwaxedexpcopperblock": "waxed_exposed_cut_copper", - "cutwaxedexposedcoblock": "waxed_exposed_cut_copper", - "cutwaxedexposedcopblock": "waxed_exposed_cut_copper", - "cutwaxedexposedcopperblock": "waxed_exposed_cut_copper", - "cutwaxexcoblock": "waxed_exposed_cut_copper", - "cutwaxexcopblock": "waxed_exposed_cut_copper", - "cutwaxexcopperblock": "waxed_exposed_cut_copper", - "cutwaxexpcoblock": "waxed_exposed_cut_copper", - "cutwaxexpcopblock": "waxed_exposed_cut_copper", - "cutwaxexpcopperblock": "waxed_exposed_cut_copper", - "cutwaxexposedcoblock": "waxed_exposed_cut_copper", - "cutwaxexposedcopblock": "waxed_exposed_cut_copper", - "cutwaxexposedcopperblock": "waxed_exposed_cut_copper", - "cwaexcoblock": "waxed_exposed_cut_copper", - "cwaexcopblock": "waxed_exposed_cut_copper", - "cwaexcopperblock": "waxed_exposed_cut_copper", - "cwaexpcoblock": "waxed_exposed_cut_copper", - "cwaexpcopblock": "waxed_exposed_cut_copper", - "cwaexpcopperblock": "waxed_exposed_cut_copper", - "cwaexposedcoblock": "waxed_exposed_cut_copper", - "cwaexposedcopblock": "waxed_exposed_cut_copper", - "cwaexposedcopperblock": "waxed_exposed_cut_copper", - "cwaxedexcoblock": "waxed_exposed_cut_copper", - "cwaxedexcopblock": "waxed_exposed_cut_copper", - "cwaxedexcopperblock": "waxed_exposed_cut_copper", - "cwaxedexpcoblock": "waxed_exposed_cut_copper", - "cwaxedexpcopblock": "waxed_exposed_cut_copper", - "cwaxedexpcopperblock": "waxed_exposed_cut_copper", - "cwaxedexposedcoblock": "waxed_exposed_cut_copper", - "cwaxedexposedcopblock": "waxed_exposed_cut_copper", - "cwaxedexposedcopperblock": "waxed_exposed_cut_copper", - "cwaxexcoblock": "waxed_exposed_cut_copper", - "cwaxexcopblock": "waxed_exposed_cut_copper", - "cwaxexcopperblock": "waxed_exposed_cut_copper", - "cwaxexpcoblock": "waxed_exposed_cut_copper", - "cwaxexpcopblock": "waxed_exposed_cut_copper", - "cwaxexpcopperblock": "waxed_exposed_cut_copper", - "cwaxexposedcoblock": "waxed_exposed_cut_copper", - "cwaxexposedcopblock": "waxed_exposed_cut_copper", - "cwaxexposedcopperblock": "waxed_exposed_cut_copper", - "excutwacoblock": "waxed_exposed_cut_copper", - "excutwacopblock": "waxed_exposed_cut_copper", - "excutwacopperblock": "waxed_exposed_cut_copper", - "excutwaxcoblock": "waxed_exposed_cut_copper", - "excutwaxcopblock": "waxed_exposed_cut_copper", - "excutwaxcopperblock": "waxed_exposed_cut_copper", - "excutwaxedcoblock": "waxed_exposed_cut_copper", - "excutwaxedcopblock": "waxed_exposed_cut_copper", - "excutwaxedcopperblock": "waxed_exposed_cut_copper", - "excwacoblock": "waxed_exposed_cut_copper", - "excwacopblock": "waxed_exposed_cut_copper", - "excwacopperblock": "waxed_exposed_cut_copper", - "excwaxcoblock": "waxed_exposed_cut_copper", - "excwaxcopblock": "waxed_exposed_cut_copper", - "excwaxcopperblock": "waxed_exposed_cut_copper", - "excwaxedcoblock": "waxed_exposed_cut_copper", - "excwaxedcopblock": "waxed_exposed_cut_copper", - "excwaxedcopperblock": "waxed_exposed_cut_copper", - "expcutwacoblock": "waxed_exposed_cut_copper", - "expcutwacopblock": "waxed_exposed_cut_copper", - "expcutwacopperblock": "waxed_exposed_cut_copper", - "expcutwaxcoblock": "waxed_exposed_cut_copper", - "expcutwaxcopblock": "waxed_exposed_cut_copper", - "expcutwaxcopperblock": "waxed_exposed_cut_copper", - "expcutwaxedcoblock": "waxed_exposed_cut_copper", - "expcutwaxedcopblock": "waxed_exposed_cut_copper", - "expcutwaxedcopperblock": "waxed_exposed_cut_copper", - "expcwacoblock": "waxed_exposed_cut_copper", - "expcwacopblock": "waxed_exposed_cut_copper", - "expcwacopperblock": "waxed_exposed_cut_copper", - "expcwaxcoblock": "waxed_exposed_cut_copper", - "expcwaxcopblock": "waxed_exposed_cut_copper", - "expcwaxcopperblock": "waxed_exposed_cut_copper", - "expcwaxedcoblock": "waxed_exposed_cut_copper", - "expcwaxedcopblock": "waxed_exposed_cut_copper", - "expcwaxedcopperblock": "waxed_exposed_cut_copper", - "exposedcutwacoblock": "waxed_exposed_cut_copper", - "exposedcutwacopblock": "waxed_exposed_cut_copper", - "exposedcutwacopperblock": "waxed_exposed_cut_copper", - "exposedcutwaxcoblock": "waxed_exposed_cut_copper", - "exposedcutwaxcopblock": "waxed_exposed_cut_copper", - "exposedcutwaxcopperblock": "waxed_exposed_cut_copper", - "exposedcutwaxedcoblock": "waxed_exposed_cut_copper", - "exposedcutwaxedcopblock": "waxed_exposed_cut_copper", - "exposedcutwaxedcopperblock": "waxed_exposed_cut_copper", - "exposedcwacoblock": "waxed_exposed_cut_copper", - "exposedcwacopblock": "waxed_exposed_cut_copper", - "exposedcwacopperblock": "waxed_exposed_cut_copper", - "exposedcwaxcoblock": "waxed_exposed_cut_copper", - "exposedcwaxcopblock": "waxed_exposed_cut_copper", - "exposedcwaxcopperblock": "waxed_exposed_cut_copper", - "exposedcwaxedcoblock": "waxed_exposed_cut_copper", - "exposedcwaxedcopblock": "waxed_exposed_cut_copper", - "exposedcwaxedcopperblock": "waxed_exposed_cut_copper", - "exposedwaccoblock": "waxed_exposed_cut_copper", - "exposedwaccopblock": "waxed_exposed_cut_copper", - "exposedwaccopperblock": "waxed_exposed_cut_copper", - "exposedwacutcoblock": "waxed_exposed_cut_copper", - "exposedwacutcopblock": "waxed_exposed_cut_copper", - "exposedwacutcopperblock": "waxed_exposed_cut_copper", - "exposedwaxccoblock": "waxed_exposed_cut_copper", - "exposedwaxccopblock": "waxed_exposed_cut_copper", - "exposedwaxccopperblock": "waxed_exposed_cut_copper", - "exposedwaxcutcoblock": "waxed_exposed_cut_copper", - "exposedwaxcutcopblock": "waxed_exposed_cut_copper", - "exposedwaxcutcopperblock": "waxed_exposed_cut_copper", - "exposedwaxedccoblock": "waxed_exposed_cut_copper", - "exposedwaxedccopblock": "waxed_exposed_cut_copper", - "exposedwaxedccopperblock": "waxed_exposed_cut_copper", - "exposedwaxedcutcoblock": "waxed_exposed_cut_copper", - "exposedwaxedcutcopblock": "waxed_exposed_cut_copper", - "exposedwaxedcutcopperblock": "waxed_exposed_cut_copper", - "expwaccoblock": "waxed_exposed_cut_copper", - "expwaccopblock": "waxed_exposed_cut_copper", - "expwaccopperblock": "waxed_exposed_cut_copper", - "expwacutcoblock": "waxed_exposed_cut_copper", - "expwacutcopblock": "waxed_exposed_cut_copper", - "expwacutcopperblock": "waxed_exposed_cut_copper", - "expwaxccoblock": "waxed_exposed_cut_copper", - "expwaxccopblock": "waxed_exposed_cut_copper", - "expwaxccopperblock": "waxed_exposed_cut_copper", - "expwaxcutcoblock": "waxed_exposed_cut_copper", - "expwaxcutcopblock": "waxed_exposed_cut_copper", - "expwaxcutcopperblock": "waxed_exposed_cut_copper", - "expwaxedccoblock": "waxed_exposed_cut_copper", - "expwaxedccopblock": "waxed_exposed_cut_copper", - "expwaxedccopperblock": "waxed_exposed_cut_copper", - "expwaxedcutcoblock": "waxed_exposed_cut_copper", - "expwaxedcutcopblock": "waxed_exposed_cut_copper", - "expwaxedcutcopperblock": "waxed_exposed_cut_copper", - "exwaccoblock": "waxed_exposed_cut_copper", - "exwaccopblock": "waxed_exposed_cut_copper", - "exwaccopperblock": "waxed_exposed_cut_copper", - "exwacutcoblock": "waxed_exposed_cut_copper", - "exwacutcopblock": "waxed_exposed_cut_copper", - "exwacutcopperblock": "waxed_exposed_cut_copper", - "exwaxccoblock": "waxed_exposed_cut_copper", - "exwaxccopblock": "waxed_exposed_cut_copper", - "exwaxccopperblock": "waxed_exposed_cut_copper", - "exwaxcutcoblock": "waxed_exposed_cut_copper", - "exwaxcutcopblock": "waxed_exposed_cut_copper", - "exwaxcutcopperblock": "waxed_exposed_cut_copper", - "exwaxedccoblock": "waxed_exposed_cut_copper", - "exwaxedccopblock": "waxed_exposed_cut_copper", - "exwaxedccopperblock": "waxed_exposed_cut_copper", - "exwaxedcutcoblock": "waxed_exposed_cut_copper", - "exwaxedcutcopblock": "waxed_exposed_cut_copper", - "exwaxedcutcopperblock": "waxed_exposed_cut_copper", - "minecraft:waxed_exposed_cut_copper": "waxed_exposed_cut_copper", - "wacexcoblock": "waxed_exposed_cut_copper", - "wacexcopblock": "waxed_exposed_cut_copper", - "wacexcopperblock": "waxed_exposed_cut_copper", - "wacexpcoblock": "waxed_exposed_cut_copper", - "wacexpcopblock": "waxed_exposed_cut_copper", - "wacexpcopperblock": "waxed_exposed_cut_copper", - "wacexposedcoblock": "waxed_exposed_cut_copper", - "wacexposedcopblock": "waxed_exposed_cut_copper", - "wacexposedcopperblock": "waxed_exposed_cut_copper", - "wacutexcoblock": "waxed_exposed_cut_copper", - "wacutexcopblock": "waxed_exposed_cut_copper", - "wacutexcopperblock": "waxed_exposed_cut_copper", - "wacutexpcoblock": "waxed_exposed_cut_copper", - "wacutexpcopblock": "waxed_exposed_cut_copper", - "wacutexpcopperblock": "waxed_exposed_cut_copper", - "wacutexposedcoblock": "waxed_exposed_cut_copper", - "wacutexposedcopblock": "waxed_exposed_cut_copper", - "wacutexposedcopperblock": "waxed_exposed_cut_copper", - "waexccoblock": "waxed_exposed_cut_copper", - "waexccopblock": "waxed_exposed_cut_copper", - "waexccopperblock": "waxed_exposed_cut_copper", - "waexcutcoblock": "waxed_exposed_cut_copper", - "waexcutcopblock": "waxed_exposed_cut_copper", - "waexcutcopperblock": "waxed_exposed_cut_copper", - "waexpccoblock": "waxed_exposed_cut_copper", - "waexpccopblock": "waxed_exposed_cut_copper", - "waexpccopperblock": "waxed_exposed_cut_copper", - "waexpcutcoblock": "waxed_exposed_cut_copper", - "waexpcutcopblock": "waxed_exposed_cut_copper", - "waexpcutcopperblock": "waxed_exposed_cut_copper", - "waexposedccoblock": "waxed_exposed_cut_copper", - "waexposedccopblock": "waxed_exposed_cut_copper", - "waexposedccopperblock": "waxed_exposed_cut_copper", - "waexposedcutcoblock": "waxed_exposed_cut_copper", - "waexposedcutcopblock": "waxed_exposed_cut_copper", - "waexposedcutcopperblock": "waxed_exposed_cut_copper", - "waxcexcoblock": "waxed_exposed_cut_copper", - "waxcexcopblock": "waxed_exposed_cut_copper", - "waxcexcopperblock": "waxed_exposed_cut_copper", - "waxcexpcoblock": "waxed_exposed_cut_copper", - "waxcexpcopblock": "waxed_exposed_cut_copper", - "waxcexpcopperblock": "waxed_exposed_cut_copper", - "waxcexposedcoblock": "waxed_exposed_cut_copper", - "waxcexposedcopblock": "waxed_exposed_cut_copper", - "waxcexposedcopperblock": "waxed_exposed_cut_copper", - "waxcutexcoblock": "waxed_exposed_cut_copper", - "waxcutexcopblock": "waxed_exposed_cut_copper", - "waxcutexcopperblock": "waxed_exposed_cut_copper", - "waxcutexpcoblock": "waxed_exposed_cut_copper", - "waxcutexpcopblock": "waxed_exposed_cut_copper", - "waxcutexpcopperblock": "waxed_exposed_cut_copper", - "waxcutexposedcoblock": "waxed_exposed_cut_copper", - "waxcutexposedcopblock": "waxed_exposed_cut_copper", - "waxcutexposedcopperblock": "waxed_exposed_cut_copper", - "waxedcexcoblock": "waxed_exposed_cut_copper", - "waxedcexcopblock": "waxed_exposed_cut_copper", - "waxedcexcopperblock": "waxed_exposed_cut_copper", - "waxedcexpcoblock": "waxed_exposed_cut_copper", - "waxedcexpcopblock": "waxed_exposed_cut_copper", - "waxedcexpcopperblock": "waxed_exposed_cut_copper", - "waxedcexposedcoblock": "waxed_exposed_cut_copper", - "waxedcexposedcopblock": "waxed_exposed_cut_copper", - "waxedcexposedcopperblock": "waxed_exposed_cut_copper", - "waxedcutexcoblock": "waxed_exposed_cut_copper", - "waxedcutexcopblock": "waxed_exposed_cut_copper", - "waxedcutexcopperblock": "waxed_exposed_cut_copper", - "waxedcutexpcoblock": "waxed_exposed_cut_copper", - "waxedcutexpcopblock": "waxed_exposed_cut_copper", - "waxedcutexpcopperblock": "waxed_exposed_cut_copper", - "waxedcutexposedcoblock": "waxed_exposed_cut_copper", - "waxedcutexposedcopblock": "waxed_exposed_cut_copper", - "waxedcutexposedcopperblock": "waxed_exposed_cut_copper", - "waxedexccoblock": "waxed_exposed_cut_copper", - "waxedexccopblock": "waxed_exposed_cut_copper", - "waxedexccopperblock": "waxed_exposed_cut_copper", - "waxedexcutcoblock": "waxed_exposed_cut_copper", - "waxedexcutcopblock": "waxed_exposed_cut_copper", - "waxedexcutcopperblock": "waxed_exposed_cut_copper", - "waxedexpccoblock": "waxed_exposed_cut_copper", - "waxedexpccopblock": "waxed_exposed_cut_copper", - "waxedexpccopperblock": "waxed_exposed_cut_copper", - "waxedexpcutcoblock": "waxed_exposed_cut_copper", - "waxedexpcutcopblock": "waxed_exposed_cut_copper", - "waxedexpcutcopperblock": "waxed_exposed_cut_copper", - "waxedexposedccoblock": "waxed_exposed_cut_copper", - "waxedexposedccopblock": "waxed_exposed_cut_copper", - "waxedexposedccopperblock": "waxed_exposed_cut_copper", - "waxedexposedcutcoblock": "waxed_exposed_cut_copper", - "waxedexposedcutcopblock": "waxed_exposed_cut_copper", - "waxedexposedcutcopper": "waxed_exposed_cut_copper", - "waxedexposedcutcopperblock": "waxed_exposed_cut_copper", - "waxexccoblock": "waxed_exposed_cut_copper", - "waxexccopblock": "waxed_exposed_cut_copper", - "waxexccopperblock": "waxed_exposed_cut_copper", - "waxexcutcoblock": "waxed_exposed_cut_copper", - "waxexcutcopblock": "waxed_exposed_cut_copper", - "waxexcutcopperblock": "waxed_exposed_cut_copper", - "waxexpccoblock": "waxed_exposed_cut_copper", - "waxexpccopblock": "waxed_exposed_cut_copper", - "waxexpccopperblock": "waxed_exposed_cut_copper", - "waxexpcutcoblock": "waxed_exposed_cut_copper", - "waxexpcutcopblock": "waxed_exposed_cut_copper", - "waxexpcutcopperblock": "waxed_exposed_cut_copper", - "waxexposedccoblock": "waxed_exposed_cut_copper", - "waxexposedccopblock": "waxed_exposed_cut_copper", - "waxexposedccopperblock": "waxed_exposed_cut_copper", - "waxexposedcutcoblock": "waxed_exposed_cut_copper", - "waxexposedcutcopblock": "waxed_exposed_cut_copper", - "waxexposedcutcopperblock": "waxed_exposed_cut_copper", - "waxed_exposed_cut_copper_slab": { - "material": "WAXED_EXPOSED_CUT_COPPER_SLAB" - }, - "cexposedwacohalfblock": "waxed_exposed_cut_copper_slab", - "cexposedwacophalfblock": "waxed_exposed_cut_copper_slab", - "cexposedwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "cexposedwacoppersl": "waxed_exposed_cut_copper_slab", - "cexposedwacopperslab": "waxed_exposed_cut_copper_slab", - "cexposedwacopperstep": "waxed_exposed_cut_copper_slab", - "cexposedwacopsl": "waxed_exposed_cut_copper_slab", - "cexposedwacopslab": "waxed_exposed_cut_copper_slab", - "cexposedwacopstep": "waxed_exposed_cut_copper_slab", - "cexposedwacosl": "waxed_exposed_cut_copper_slab", - "cexposedwacoslab": "waxed_exposed_cut_copper_slab", - "cexposedwacostep": "waxed_exposed_cut_copper_slab", - "cexposedwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "cexposedwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "cexposedwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cexposedwaxcoppersl": "waxed_exposed_cut_copper_slab", - "cexposedwaxcopperslab": "waxed_exposed_cut_copper_slab", - "cexposedwaxcopperstep": "waxed_exposed_cut_copper_slab", - "cexposedwaxcopsl": "waxed_exposed_cut_copper_slab", - "cexposedwaxcopslab": "waxed_exposed_cut_copper_slab", - "cexposedwaxcopstep": "waxed_exposed_cut_copper_slab", - "cexposedwaxcosl": "waxed_exposed_cut_copper_slab", - "cexposedwaxcoslab": "waxed_exposed_cut_copper_slab", - "cexposedwaxcostep": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcopsl": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcopslab": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcopstep": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcosl": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcoslab": "waxed_exposed_cut_copper_slab", - "cexposedwaxedcostep": "waxed_exposed_cut_copper_slab", - "cexpwacohalfblock": "waxed_exposed_cut_copper_slab", - "cexpwacophalfblock": "waxed_exposed_cut_copper_slab", - "cexpwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "cexpwacoppersl": "waxed_exposed_cut_copper_slab", - "cexpwacopperslab": "waxed_exposed_cut_copper_slab", - "cexpwacopperstep": "waxed_exposed_cut_copper_slab", - "cexpwacopsl": "waxed_exposed_cut_copper_slab", - "cexpwacopslab": "waxed_exposed_cut_copper_slab", - "cexpwacopstep": "waxed_exposed_cut_copper_slab", - "cexpwacosl": "waxed_exposed_cut_copper_slab", - "cexpwacoslab": "waxed_exposed_cut_copper_slab", - "cexpwacostep": "waxed_exposed_cut_copper_slab", - "cexpwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "cexpwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "cexpwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cexpwaxcoppersl": "waxed_exposed_cut_copper_slab", - "cexpwaxcopperslab": "waxed_exposed_cut_copper_slab", - "cexpwaxcopperstep": "waxed_exposed_cut_copper_slab", - "cexpwaxcopsl": "waxed_exposed_cut_copper_slab", - "cexpwaxcopslab": "waxed_exposed_cut_copper_slab", - "cexpwaxcopstep": "waxed_exposed_cut_copper_slab", - "cexpwaxcosl": "waxed_exposed_cut_copper_slab", - "cexpwaxcoslab": "waxed_exposed_cut_copper_slab", - "cexpwaxcostep": "waxed_exposed_cut_copper_slab", - "cexpwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "cexpwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "cexpwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cexpwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "cexpwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "cexpwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "cexpwaxedcopsl": "waxed_exposed_cut_copper_slab", - "cexpwaxedcopslab": "waxed_exposed_cut_copper_slab", - "cexpwaxedcopstep": "waxed_exposed_cut_copper_slab", - "cexpwaxedcosl": "waxed_exposed_cut_copper_slab", - "cexpwaxedcoslab": "waxed_exposed_cut_copper_slab", - "cexpwaxedcostep": "waxed_exposed_cut_copper_slab", - "cexwacohalfblock": "waxed_exposed_cut_copper_slab", - "cexwacophalfblock": "waxed_exposed_cut_copper_slab", - "cexwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "cexwacoppersl": "waxed_exposed_cut_copper_slab", - "cexwacopperslab": "waxed_exposed_cut_copper_slab", - "cexwacopperstep": "waxed_exposed_cut_copper_slab", - "cexwacopsl": "waxed_exposed_cut_copper_slab", - "cexwacopslab": "waxed_exposed_cut_copper_slab", - "cexwacopstep": "waxed_exposed_cut_copper_slab", - "cexwacosl": "waxed_exposed_cut_copper_slab", - "cexwacoslab": "waxed_exposed_cut_copper_slab", - "cexwacostep": "waxed_exposed_cut_copper_slab", - "cexwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "cexwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "cexwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cexwaxcoppersl": "waxed_exposed_cut_copper_slab", - "cexwaxcopperslab": "waxed_exposed_cut_copper_slab", - "cexwaxcopperstep": "waxed_exposed_cut_copper_slab", - "cexwaxcopsl": "waxed_exposed_cut_copper_slab", - "cexwaxcopslab": "waxed_exposed_cut_copper_slab", - "cexwaxcopstep": "waxed_exposed_cut_copper_slab", - "cexwaxcosl": "waxed_exposed_cut_copper_slab", - "cexwaxcoslab": "waxed_exposed_cut_copper_slab", - "cexwaxcostep": "waxed_exposed_cut_copper_slab", - "cexwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "cexwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "cexwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cexwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "cexwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "cexwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "cexwaxedcopsl": "waxed_exposed_cut_copper_slab", - "cexwaxedcopslab": "waxed_exposed_cut_copper_slab", - "cexwaxedcopstep": "waxed_exposed_cut_copper_slab", - "cexwaxedcosl": "waxed_exposed_cut_copper_slab", - "cexwaxedcoslab": "waxed_exposed_cut_copper_slab", - "cexwaxedcostep": "waxed_exposed_cut_copper_slab", - "cutexposedwacohalfblock": "waxed_exposed_cut_copper_slab", - "cutexposedwacophalfblock": "waxed_exposed_cut_copper_slab", - "cutexposedwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutexposedwacoppersl": "waxed_exposed_cut_copper_slab", - "cutexposedwacopperslab": "waxed_exposed_cut_copper_slab", - "cutexposedwacopperstep": "waxed_exposed_cut_copper_slab", - "cutexposedwacopsl": "waxed_exposed_cut_copper_slab", - "cutexposedwacopslab": "waxed_exposed_cut_copper_slab", - "cutexposedwacopstep": "waxed_exposed_cut_copper_slab", - "cutexposedwacosl": "waxed_exposed_cut_copper_slab", - "cutexposedwacoslab": "waxed_exposed_cut_copper_slab", - "cutexposedwacostep": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcoppersl": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcopperslab": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcopperstep": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcopsl": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcopslab": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcopstep": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcosl": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcoslab": "waxed_exposed_cut_copper_slab", - "cutexposedwaxcostep": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcopsl": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcopslab": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcopstep": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcosl": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcoslab": "waxed_exposed_cut_copper_slab", - "cutexposedwaxedcostep": "waxed_exposed_cut_copper_slab", - "cutexpwacohalfblock": "waxed_exposed_cut_copper_slab", - "cutexpwacophalfblock": "waxed_exposed_cut_copper_slab", - "cutexpwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutexpwacoppersl": "waxed_exposed_cut_copper_slab", - "cutexpwacopperslab": "waxed_exposed_cut_copper_slab", - "cutexpwacopperstep": "waxed_exposed_cut_copper_slab", - "cutexpwacopsl": "waxed_exposed_cut_copper_slab", - "cutexpwacopslab": "waxed_exposed_cut_copper_slab", - "cutexpwacopstep": "waxed_exposed_cut_copper_slab", - "cutexpwacosl": "waxed_exposed_cut_copper_slab", - "cutexpwacoslab": "waxed_exposed_cut_copper_slab", - "cutexpwacostep": "waxed_exposed_cut_copper_slab", - "cutexpwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "cutexpwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "cutexpwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutexpwaxcoppersl": "waxed_exposed_cut_copper_slab", - "cutexpwaxcopperslab": "waxed_exposed_cut_copper_slab", - "cutexpwaxcopperstep": "waxed_exposed_cut_copper_slab", - "cutexpwaxcopsl": "waxed_exposed_cut_copper_slab", - "cutexpwaxcopslab": "waxed_exposed_cut_copper_slab", - "cutexpwaxcopstep": "waxed_exposed_cut_copper_slab", - "cutexpwaxcosl": "waxed_exposed_cut_copper_slab", - "cutexpwaxcoslab": "waxed_exposed_cut_copper_slab", - "cutexpwaxcostep": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcopsl": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcopslab": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcopstep": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcosl": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcoslab": "waxed_exposed_cut_copper_slab", - "cutexpwaxedcostep": "waxed_exposed_cut_copper_slab", - "cutexwacohalfblock": "waxed_exposed_cut_copper_slab", - "cutexwacophalfblock": "waxed_exposed_cut_copper_slab", - "cutexwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutexwacoppersl": "waxed_exposed_cut_copper_slab", - "cutexwacopperslab": "waxed_exposed_cut_copper_slab", - "cutexwacopperstep": "waxed_exposed_cut_copper_slab", - "cutexwacopsl": "waxed_exposed_cut_copper_slab", - "cutexwacopslab": "waxed_exposed_cut_copper_slab", - "cutexwacopstep": "waxed_exposed_cut_copper_slab", - "cutexwacosl": "waxed_exposed_cut_copper_slab", - "cutexwacoslab": "waxed_exposed_cut_copper_slab", - "cutexwacostep": "waxed_exposed_cut_copper_slab", - "cutexwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "cutexwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "cutexwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutexwaxcoppersl": "waxed_exposed_cut_copper_slab", - "cutexwaxcopperslab": "waxed_exposed_cut_copper_slab", - "cutexwaxcopperstep": "waxed_exposed_cut_copper_slab", - "cutexwaxcopsl": "waxed_exposed_cut_copper_slab", - "cutexwaxcopslab": "waxed_exposed_cut_copper_slab", - "cutexwaxcopstep": "waxed_exposed_cut_copper_slab", - "cutexwaxcosl": "waxed_exposed_cut_copper_slab", - "cutexwaxcoslab": "waxed_exposed_cut_copper_slab", - "cutexwaxcostep": "waxed_exposed_cut_copper_slab", - "cutexwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "cutexwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "cutexwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutexwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "cutexwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "cutexwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "cutexwaxedcopsl": "waxed_exposed_cut_copper_slab", - "cutexwaxedcopslab": "waxed_exposed_cut_copper_slab", - "cutexwaxedcopstep": "waxed_exposed_cut_copper_slab", - "cutexwaxedcosl": "waxed_exposed_cut_copper_slab", - "cutexwaxedcoslab": "waxed_exposed_cut_copper_slab", - "cutexwaxedcostep": "waxed_exposed_cut_copper_slab", - "cutwaexcohalfblock": "waxed_exposed_cut_copper_slab", - "cutwaexcophalfblock": "waxed_exposed_cut_copper_slab", - "cutwaexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutwaexcoppersl": "waxed_exposed_cut_copper_slab", - "cutwaexcopperslab": "waxed_exposed_cut_copper_slab", - "cutwaexcopperstep": "waxed_exposed_cut_copper_slab", - "cutwaexcopsl": "waxed_exposed_cut_copper_slab", - "cutwaexcopslab": "waxed_exposed_cut_copper_slab", - "cutwaexcopstep": "waxed_exposed_cut_copper_slab", - "cutwaexcosl": "waxed_exposed_cut_copper_slab", - "cutwaexcoslab": "waxed_exposed_cut_copper_slab", - "cutwaexcostep": "waxed_exposed_cut_copper_slab", - "cutwaexpcohalfblock": "waxed_exposed_cut_copper_slab", - "cutwaexpcophalfblock": "waxed_exposed_cut_copper_slab", - "cutwaexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutwaexpcoppersl": "waxed_exposed_cut_copper_slab", - "cutwaexpcopperslab": "waxed_exposed_cut_copper_slab", - "cutwaexpcopperstep": "waxed_exposed_cut_copper_slab", - "cutwaexpcopsl": "waxed_exposed_cut_copper_slab", - "cutwaexpcopslab": "waxed_exposed_cut_copper_slab", - "cutwaexpcopstep": "waxed_exposed_cut_copper_slab", - "cutwaexpcosl": "waxed_exposed_cut_copper_slab", - "cutwaexpcoslab": "waxed_exposed_cut_copper_slab", - "cutwaexpcostep": "waxed_exposed_cut_copper_slab", - "cutwaexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "cutwaexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "cutwaexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutwaexposedcoppersl": "waxed_exposed_cut_copper_slab", - "cutwaexposedcopperslab": "waxed_exposed_cut_copper_slab", - "cutwaexposedcopperstep": "waxed_exposed_cut_copper_slab", - "cutwaexposedcopsl": "waxed_exposed_cut_copper_slab", - "cutwaexposedcopslab": "waxed_exposed_cut_copper_slab", - "cutwaexposedcopstep": "waxed_exposed_cut_copper_slab", - "cutwaexposedcosl": "waxed_exposed_cut_copper_slab", - "cutwaexposedcoslab": "waxed_exposed_cut_copper_slab", - "cutwaexposedcostep": "waxed_exposed_cut_copper_slab", - "cutwaxedexcohalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxedexcophalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxedexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxedexcoppersl": "waxed_exposed_cut_copper_slab", - "cutwaxedexcopperslab": "waxed_exposed_cut_copper_slab", - "cutwaxedexcopperstep": "waxed_exposed_cut_copper_slab", - "cutwaxedexcopsl": "waxed_exposed_cut_copper_slab", - "cutwaxedexcopslab": "waxed_exposed_cut_copper_slab", - "cutwaxedexcopstep": "waxed_exposed_cut_copper_slab", - "cutwaxedexcosl": "waxed_exposed_cut_copper_slab", - "cutwaxedexcoslab": "waxed_exposed_cut_copper_slab", - "cutwaxedexcostep": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcohalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcophalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcoppersl": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcopperslab": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcopperstep": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcopsl": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcopslab": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcopstep": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcosl": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcoslab": "waxed_exposed_cut_copper_slab", - "cutwaxedexpcostep": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcoppersl": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcopperslab": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcopperstep": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcopsl": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcopslab": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcopstep": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcosl": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcoslab": "waxed_exposed_cut_copper_slab", - "cutwaxedexposedcostep": "waxed_exposed_cut_copper_slab", - "cutwaxexcohalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxexcophalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxexcoppersl": "waxed_exposed_cut_copper_slab", - "cutwaxexcopperslab": "waxed_exposed_cut_copper_slab", - "cutwaxexcopperstep": "waxed_exposed_cut_copper_slab", - "cutwaxexcopsl": "waxed_exposed_cut_copper_slab", - "cutwaxexcopslab": "waxed_exposed_cut_copper_slab", - "cutwaxexcopstep": "waxed_exposed_cut_copper_slab", - "cutwaxexcosl": "waxed_exposed_cut_copper_slab", - "cutwaxexcoslab": "waxed_exposed_cut_copper_slab", - "cutwaxexcostep": "waxed_exposed_cut_copper_slab", - "cutwaxexpcohalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxexpcophalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxexpcoppersl": "waxed_exposed_cut_copper_slab", - "cutwaxexpcopperslab": "waxed_exposed_cut_copper_slab", - "cutwaxexpcopperstep": "waxed_exposed_cut_copper_slab", - "cutwaxexpcopsl": "waxed_exposed_cut_copper_slab", - "cutwaxexpcopslab": "waxed_exposed_cut_copper_slab", - "cutwaxexpcopstep": "waxed_exposed_cut_copper_slab", - "cutwaxexpcosl": "waxed_exposed_cut_copper_slab", - "cutwaxexpcoslab": "waxed_exposed_cut_copper_slab", - "cutwaxexpcostep": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcoppersl": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcopperslab": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcopperstep": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcopsl": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcopslab": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcopstep": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcosl": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcoslab": "waxed_exposed_cut_copper_slab", - "cutwaxexposedcostep": "waxed_exposed_cut_copper_slab", - "cwaexcohalfblock": "waxed_exposed_cut_copper_slab", - "cwaexcophalfblock": "waxed_exposed_cut_copper_slab", - "cwaexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cwaexcoppersl": "waxed_exposed_cut_copper_slab", - "cwaexcopperslab": "waxed_exposed_cut_copper_slab", - "cwaexcopperstep": "waxed_exposed_cut_copper_slab", - "cwaexcopsl": "waxed_exposed_cut_copper_slab", - "cwaexcopslab": "waxed_exposed_cut_copper_slab", - "cwaexcopstep": "waxed_exposed_cut_copper_slab", - "cwaexcosl": "waxed_exposed_cut_copper_slab", - "cwaexcoslab": "waxed_exposed_cut_copper_slab", - "cwaexcostep": "waxed_exposed_cut_copper_slab", - "cwaexpcohalfblock": "waxed_exposed_cut_copper_slab", - "cwaexpcophalfblock": "waxed_exposed_cut_copper_slab", - "cwaexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cwaexpcoppersl": "waxed_exposed_cut_copper_slab", - "cwaexpcopperslab": "waxed_exposed_cut_copper_slab", - "cwaexpcopperstep": "waxed_exposed_cut_copper_slab", - "cwaexpcopsl": "waxed_exposed_cut_copper_slab", - "cwaexpcopslab": "waxed_exposed_cut_copper_slab", - "cwaexpcopstep": "waxed_exposed_cut_copper_slab", - "cwaexpcosl": "waxed_exposed_cut_copper_slab", - "cwaexpcoslab": "waxed_exposed_cut_copper_slab", - "cwaexpcostep": "waxed_exposed_cut_copper_slab", - "cwaexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "cwaexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "cwaexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cwaexposedcoppersl": "waxed_exposed_cut_copper_slab", - "cwaexposedcopperslab": "waxed_exposed_cut_copper_slab", - "cwaexposedcopperstep": "waxed_exposed_cut_copper_slab", - "cwaexposedcopsl": "waxed_exposed_cut_copper_slab", - "cwaexposedcopslab": "waxed_exposed_cut_copper_slab", - "cwaexposedcopstep": "waxed_exposed_cut_copper_slab", - "cwaexposedcosl": "waxed_exposed_cut_copper_slab", - "cwaexposedcoslab": "waxed_exposed_cut_copper_slab", - "cwaexposedcostep": "waxed_exposed_cut_copper_slab", - "cwaxedexcohalfblock": "waxed_exposed_cut_copper_slab", - "cwaxedexcophalfblock": "waxed_exposed_cut_copper_slab", - "cwaxedexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cwaxedexcoppersl": "waxed_exposed_cut_copper_slab", - "cwaxedexcopperslab": "waxed_exposed_cut_copper_slab", - "cwaxedexcopperstep": "waxed_exposed_cut_copper_slab", - "cwaxedexcopsl": "waxed_exposed_cut_copper_slab", - "cwaxedexcopslab": "waxed_exposed_cut_copper_slab", - "cwaxedexcopstep": "waxed_exposed_cut_copper_slab", - "cwaxedexcosl": "waxed_exposed_cut_copper_slab", - "cwaxedexcoslab": "waxed_exposed_cut_copper_slab", - "cwaxedexcostep": "waxed_exposed_cut_copper_slab", - "cwaxedexpcohalfblock": "waxed_exposed_cut_copper_slab", - "cwaxedexpcophalfblock": "waxed_exposed_cut_copper_slab", - "cwaxedexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cwaxedexpcoppersl": "waxed_exposed_cut_copper_slab", - "cwaxedexpcopperslab": "waxed_exposed_cut_copper_slab", - "cwaxedexpcopperstep": "waxed_exposed_cut_copper_slab", - "cwaxedexpcopsl": "waxed_exposed_cut_copper_slab", - "cwaxedexpcopslab": "waxed_exposed_cut_copper_slab", - "cwaxedexpcopstep": "waxed_exposed_cut_copper_slab", - "cwaxedexpcosl": "waxed_exposed_cut_copper_slab", - "cwaxedexpcoslab": "waxed_exposed_cut_copper_slab", - "cwaxedexpcostep": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcoppersl": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcopperslab": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcopperstep": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcopsl": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcopslab": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcopstep": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcosl": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcoslab": "waxed_exposed_cut_copper_slab", - "cwaxedexposedcostep": "waxed_exposed_cut_copper_slab", - "cwaxexcohalfblock": "waxed_exposed_cut_copper_slab", - "cwaxexcophalfblock": "waxed_exposed_cut_copper_slab", - "cwaxexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cwaxexcoppersl": "waxed_exposed_cut_copper_slab", - "cwaxexcopperslab": "waxed_exposed_cut_copper_slab", - "cwaxexcopperstep": "waxed_exposed_cut_copper_slab", - "cwaxexcopsl": "waxed_exposed_cut_copper_slab", - "cwaxexcopslab": "waxed_exposed_cut_copper_slab", - "cwaxexcopstep": "waxed_exposed_cut_copper_slab", - "cwaxexcosl": "waxed_exposed_cut_copper_slab", - "cwaxexcoslab": "waxed_exposed_cut_copper_slab", - "cwaxexcostep": "waxed_exposed_cut_copper_slab", - "cwaxexpcohalfblock": "waxed_exposed_cut_copper_slab", - "cwaxexpcophalfblock": "waxed_exposed_cut_copper_slab", - "cwaxexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cwaxexpcoppersl": "waxed_exposed_cut_copper_slab", - "cwaxexpcopperslab": "waxed_exposed_cut_copper_slab", - "cwaxexpcopperstep": "waxed_exposed_cut_copper_slab", - "cwaxexpcopsl": "waxed_exposed_cut_copper_slab", - "cwaxexpcopslab": "waxed_exposed_cut_copper_slab", - "cwaxexpcopstep": "waxed_exposed_cut_copper_slab", - "cwaxexpcosl": "waxed_exposed_cut_copper_slab", - "cwaxexpcoslab": "waxed_exposed_cut_copper_slab", - "cwaxexpcostep": "waxed_exposed_cut_copper_slab", - "cwaxexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "cwaxexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "cwaxexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "cwaxexposedcoppersl": "waxed_exposed_cut_copper_slab", - "cwaxexposedcopperslab": "waxed_exposed_cut_copper_slab", - "cwaxexposedcopperstep": "waxed_exposed_cut_copper_slab", - "cwaxexposedcopsl": "waxed_exposed_cut_copper_slab", - "cwaxexposedcopslab": "waxed_exposed_cut_copper_slab", - "cwaxexposedcopstep": "waxed_exposed_cut_copper_slab", - "cwaxexposedcosl": "waxed_exposed_cut_copper_slab", - "cwaxexposedcoslab": "waxed_exposed_cut_copper_slab", - "cwaxexposedcostep": "waxed_exposed_cut_copper_slab", - "excutwacohalfblock": "waxed_exposed_cut_copper_slab", - "excutwacophalfblock": "waxed_exposed_cut_copper_slab", - "excutwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "excutwacoppersl": "waxed_exposed_cut_copper_slab", - "excutwacopperslab": "waxed_exposed_cut_copper_slab", - "excutwacopperstep": "waxed_exposed_cut_copper_slab", - "excutwacopsl": "waxed_exposed_cut_copper_slab", - "excutwacopslab": "waxed_exposed_cut_copper_slab", - "excutwacopstep": "waxed_exposed_cut_copper_slab", - "excutwacosl": "waxed_exposed_cut_copper_slab", - "excutwacoslab": "waxed_exposed_cut_copper_slab", - "excutwacostep": "waxed_exposed_cut_copper_slab", - "excutwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "excutwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "excutwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "excutwaxcoppersl": "waxed_exposed_cut_copper_slab", - "excutwaxcopperslab": "waxed_exposed_cut_copper_slab", - "excutwaxcopperstep": "waxed_exposed_cut_copper_slab", - "excutwaxcopsl": "waxed_exposed_cut_copper_slab", - "excutwaxcopslab": "waxed_exposed_cut_copper_slab", - "excutwaxcopstep": "waxed_exposed_cut_copper_slab", - "excutwaxcosl": "waxed_exposed_cut_copper_slab", - "excutwaxcoslab": "waxed_exposed_cut_copper_slab", - "excutwaxcostep": "waxed_exposed_cut_copper_slab", - "excutwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "excutwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "excutwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "excutwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "excutwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "excutwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "excutwaxedcopsl": "waxed_exposed_cut_copper_slab", - "excutwaxedcopslab": "waxed_exposed_cut_copper_slab", - "excutwaxedcopstep": "waxed_exposed_cut_copper_slab", - "excutwaxedcosl": "waxed_exposed_cut_copper_slab", - "excutwaxedcoslab": "waxed_exposed_cut_copper_slab", - "excutwaxedcostep": "waxed_exposed_cut_copper_slab", - "excwacohalfblock": "waxed_exposed_cut_copper_slab", - "excwacophalfblock": "waxed_exposed_cut_copper_slab", - "excwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "excwacoppersl": "waxed_exposed_cut_copper_slab", - "excwacopperslab": "waxed_exposed_cut_copper_slab", - "excwacopperstep": "waxed_exposed_cut_copper_slab", - "excwacopsl": "waxed_exposed_cut_copper_slab", - "excwacopslab": "waxed_exposed_cut_copper_slab", - "excwacopstep": "waxed_exposed_cut_copper_slab", - "excwacosl": "waxed_exposed_cut_copper_slab", - "excwacoslab": "waxed_exposed_cut_copper_slab", - "excwacostep": "waxed_exposed_cut_copper_slab", - "excwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "excwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "excwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "excwaxcoppersl": "waxed_exposed_cut_copper_slab", - "excwaxcopperslab": "waxed_exposed_cut_copper_slab", - "excwaxcopperstep": "waxed_exposed_cut_copper_slab", - "excwaxcopsl": "waxed_exposed_cut_copper_slab", - "excwaxcopslab": "waxed_exposed_cut_copper_slab", - "excwaxcopstep": "waxed_exposed_cut_copper_slab", - "excwaxcosl": "waxed_exposed_cut_copper_slab", - "excwaxcoslab": "waxed_exposed_cut_copper_slab", - "excwaxcostep": "waxed_exposed_cut_copper_slab", - "excwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "excwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "excwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "excwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "excwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "excwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "excwaxedcopsl": "waxed_exposed_cut_copper_slab", - "excwaxedcopslab": "waxed_exposed_cut_copper_slab", - "excwaxedcopstep": "waxed_exposed_cut_copper_slab", - "excwaxedcosl": "waxed_exposed_cut_copper_slab", - "excwaxedcoslab": "waxed_exposed_cut_copper_slab", - "excwaxedcostep": "waxed_exposed_cut_copper_slab", - "expcutwacohalfblock": "waxed_exposed_cut_copper_slab", - "expcutwacophalfblock": "waxed_exposed_cut_copper_slab", - "expcutwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "expcutwacoppersl": "waxed_exposed_cut_copper_slab", - "expcutwacopperslab": "waxed_exposed_cut_copper_slab", - "expcutwacopperstep": "waxed_exposed_cut_copper_slab", - "expcutwacopsl": "waxed_exposed_cut_copper_slab", - "expcutwacopslab": "waxed_exposed_cut_copper_slab", - "expcutwacopstep": "waxed_exposed_cut_copper_slab", - "expcutwacosl": "waxed_exposed_cut_copper_slab", - "expcutwacoslab": "waxed_exposed_cut_copper_slab", - "expcutwacostep": "waxed_exposed_cut_copper_slab", - "expcutwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "expcutwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "expcutwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "expcutwaxcoppersl": "waxed_exposed_cut_copper_slab", - "expcutwaxcopperslab": "waxed_exposed_cut_copper_slab", - "expcutwaxcopperstep": "waxed_exposed_cut_copper_slab", - "expcutwaxcopsl": "waxed_exposed_cut_copper_slab", - "expcutwaxcopslab": "waxed_exposed_cut_copper_slab", - "expcutwaxcopstep": "waxed_exposed_cut_copper_slab", - "expcutwaxcosl": "waxed_exposed_cut_copper_slab", - "expcutwaxcoslab": "waxed_exposed_cut_copper_slab", - "expcutwaxcostep": "waxed_exposed_cut_copper_slab", - "expcutwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "expcutwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "expcutwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "expcutwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "expcutwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "expcutwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "expcutwaxedcopsl": "waxed_exposed_cut_copper_slab", - "expcutwaxedcopslab": "waxed_exposed_cut_copper_slab", - "expcutwaxedcopstep": "waxed_exposed_cut_copper_slab", - "expcutwaxedcosl": "waxed_exposed_cut_copper_slab", - "expcutwaxedcoslab": "waxed_exposed_cut_copper_slab", - "expcutwaxedcostep": "waxed_exposed_cut_copper_slab", - "expcwacohalfblock": "waxed_exposed_cut_copper_slab", - "expcwacophalfblock": "waxed_exposed_cut_copper_slab", - "expcwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "expcwacoppersl": "waxed_exposed_cut_copper_slab", - "expcwacopperslab": "waxed_exposed_cut_copper_slab", - "expcwacopperstep": "waxed_exposed_cut_copper_slab", - "expcwacopsl": "waxed_exposed_cut_copper_slab", - "expcwacopslab": "waxed_exposed_cut_copper_slab", - "expcwacopstep": "waxed_exposed_cut_copper_slab", - "expcwacosl": "waxed_exposed_cut_copper_slab", - "expcwacoslab": "waxed_exposed_cut_copper_slab", - "expcwacostep": "waxed_exposed_cut_copper_slab", - "expcwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "expcwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "expcwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "expcwaxcoppersl": "waxed_exposed_cut_copper_slab", - "expcwaxcopperslab": "waxed_exposed_cut_copper_slab", - "expcwaxcopperstep": "waxed_exposed_cut_copper_slab", - "expcwaxcopsl": "waxed_exposed_cut_copper_slab", - "expcwaxcopslab": "waxed_exposed_cut_copper_slab", - "expcwaxcopstep": "waxed_exposed_cut_copper_slab", - "expcwaxcosl": "waxed_exposed_cut_copper_slab", - "expcwaxcoslab": "waxed_exposed_cut_copper_slab", - "expcwaxcostep": "waxed_exposed_cut_copper_slab", - "expcwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "expcwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "expcwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "expcwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "expcwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "expcwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "expcwaxedcopsl": "waxed_exposed_cut_copper_slab", - "expcwaxedcopslab": "waxed_exposed_cut_copper_slab", - "expcwaxedcopstep": "waxed_exposed_cut_copper_slab", - "expcwaxedcosl": "waxed_exposed_cut_copper_slab", - "expcwaxedcoslab": "waxed_exposed_cut_copper_slab", - "expcwaxedcostep": "waxed_exposed_cut_copper_slab", - "exposedcutwacohalfblock": "waxed_exposed_cut_copper_slab", - "exposedcutwacophalfblock": "waxed_exposed_cut_copper_slab", - "exposedcutwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedcutwacoppersl": "waxed_exposed_cut_copper_slab", - "exposedcutwacopperslab": "waxed_exposed_cut_copper_slab", - "exposedcutwacopperstep": "waxed_exposed_cut_copper_slab", - "exposedcutwacopsl": "waxed_exposed_cut_copper_slab", - "exposedcutwacopslab": "waxed_exposed_cut_copper_slab", - "exposedcutwacopstep": "waxed_exposed_cut_copper_slab", - "exposedcutwacosl": "waxed_exposed_cut_copper_slab", - "exposedcutwacoslab": "waxed_exposed_cut_copper_slab", - "exposedcutwacostep": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcoppersl": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcopperslab": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcopperstep": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcopsl": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcopslab": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcopstep": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcosl": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcoslab": "waxed_exposed_cut_copper_slab", - "exposedcutwaxcostep": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcopsl": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcopslab": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcopstep": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcosl": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcoslab": "waxed_exposed_cut_copper_slab", - "exposedcutwaxedcostep": "waxed_exposed_cut_copper_slab", - "exposedcwacohalfblock": "waxed_exposed_cut_copper_slab", - "exposedcwacophalfblock": "waxed_exposed_cut_copper_slab", - "exposedcwacopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedcwacoppersl": "waxed_exposed_cut_copper_slab", - "exposedcwacopperslab": "waxed_exposed_cut_copper_slab", - "exposedcwacopperstep": "waxed_exposed_cut_copper_slab", - "exposedcwacopsl": "waxed_exposed_cut_copper_slab", - "exposedcwacopslab": "waxed_exposed_cut_copper_slab", - "exposedcwacopstep": "waxed_exposed_cut_copper_slab", - "exposedcwacosl": "waxed_exposed_cut_copper_slab", - "exposedcwacoslab": "waxed_exposed_cut_copper_slab", - "exposedcwacostep": "waxed_exposed_cut_copper_slab", - "exposedcwaxcohalfblock": "waxed_exposed_cut_copper_slab", - "exposedcwaxcophalfblock": "waxed_exposed_cut_copper_slab", - "exposedcwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedcwaxcoppersl": "waxed_exposed_cut_copper_slab", - "exposedcwaxcopperslab": "waxed_exposed_cut_copper_slab", - "exposedcwaxcopperstep": "waxed_exposed_cut_copper_slab", - "exposedcwaxcopsl": "waxed_exposed_cut_copper_slab", - "exposedcwaxcopslab": "waxed_exposed_cut_copper_slab", - "exposedcwaxcopstep": "waxed_exposed_cut_copper_slab", - "exposedcwaxcosl": "waxed_exposed_cut_copper_slab", - "exposedcwaxcoslab": "waxed_exposed_cut_copper_slab", - "exposedcwaxcostep": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcohalfblock": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcophalfblock": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcoppersl": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcopperslab": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcopperstep": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcopsl": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcopslab": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcopstep": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcosl": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcoslab": "waxed_exposed_cut_copper_slab", - "exposedcwaxedcostep": "waxed_exposed_cut_copper_slab", - "exposedwaccohalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaccophalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaccopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaccoppersl": "waxed_exposed_cut_copper_slab", - "exposedwaccopperslab": "waxed_exposed_cut_copper_slab", - "exposedwaccopperstep": "waxed_exposed_cut_copper_slab", - "exposedwaccopsl": "waxed_exposed_cut_copper_slab", - "exposedwaccopslab": "waxed_exposed_cut_copper_slab", - "exposedwaccopstep": "waxed_exposed_cut_copper_slab", - "exposedwaccosl": "waxed_exposed_cut_copper_slab", - "exposedwaccoslab": "waxed_exposed_cut_copper_slab", - "exposedwaccostep": "waxed_exposed_cut_copper_slab", - "exposedwacutcohalfblock": "waxed_exposed_cut_copper_slab", - "exposedwacutcophalfblock": "waxed_exposed_cut_copper_slab", - "exposedwacutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedwacutcoppersl": "waxed_exposed_cut_copper_slab", - "exposedwacutcopperslab": "waxed_exposed_cut_copper_slab", - "exposedwacutcopperstep": "waxed_exposed_cut_copper_slab", - "exposedwacutcopsl": "waxed_exposed_cut_copper_slab", - "exposedwacutcopslab": "waxed_exposed_cut_copper_slab", - "exposedwacutcopstep": "waxed_exposed_cut_copper_slab", - "exposedwacutcosl": "waxed_exposed_cut_copper_slab", - "exposedwacutcoslab": "waxed_exposed_cut_copper_slab", - "exposedwacutcostep": "waxed_exposed_cut_copper_slab", - "exposedwaxccohalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxccophalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxccopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxccoppersl": "waxed_exposed_cut_copper_slab", - "exposedwaxccopperslab": "waxed_exposed_cut_copper_slab", - "exposedwaxccopperstep": "waxed_exposed_cut_copper_slab", - "exposedwaxccopsl": "waxed_exposed_cut_copper_slab", - "exposedwaxccopslab": "waxed_exposed_cut_copper_slab", - "exposedwaxccopstep": "waxed_exposed_cut_copper_slab", - "exposedwaxccosl": "waxed_exposed_cut_copper_slab", - "exposedwaxccoslab": "waxed_exposed_cut_copper_slab", - "exposedwaxccostep": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcohalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcophalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcoppersl": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcopperslab": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcopperstep": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcopsl": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcopslab": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcopstep": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcosl": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcoslab": "waxed_exposed_cut_copper_slab", - "exposedwaxcutcostep": "waxed_exposed_cut_copper_slab", - "exposedwaxedccohalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxedccophalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxedccopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxedccoppersl": "waxed_exposed_cut_copper_slab", - "exposedwaxedccopperslab": "waxed_exposed_cut_copper_slab", - "exposedwaxedccopperstep": "waxed_exposed_cut_copper_slab", - "exposedwaxedccopsl": "waxed_exposed_cut_copper_slab", - "exposedwaxedccopslab": "waxed_exposed_cut_copper_slab", - "exposedwaxedccopstep": "waxed_exposed_cut_copper_slab", - "exposedwaxedccosl": "waxed_exposed_cut_copper_slab", - "exposedwaxedccoslab": "waxed_exposed_cut_copper_slab", - "exposedwaxedccostep": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcohalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcophalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcoppersl": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcopperslab": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcopperstep": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcopsl": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcopslab": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcopstep": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcosl": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcoslab": "waxed_exposed_cut_copper_slab", - "exposedwaxedcutcostep": "waxed_exposed_cut_copper_slab", - "expwaccohalfblock": "waxed_exposed_cut_copper_slab", - "expwaccophalfblock": "waxed_exposed_cut_copper_slab", - "expwaccopperhalfblock": "waxed_exposed_cut_copper_slab", - "expwaccoppersl": "waxed_exposed_cut_copper_slab", - "expwaccopperslab": "waxed_exposed_cut_copper_slab", - "expwaccopperstep": "waxed_exposed_cut_copper_slab", - "expwaccopsl": "waxed_exposed_cut_copper_slab", - "expwaccopslab": "waxed_exposed_cut_copper_slab", - "expwaccopstep": "waxed_exposed_cut_copper_slab", - "expwaccosl": "waxed_exposed_cut_copper_slab", - "expwaccoslab": "waxed_exposed_cut_copper_slab", - "expwaccostep": "waxed_exposed_cut_copper_slab", - "expwacutcohalfblock": "waxed_exposed_cut_copper_slab", - "expwacutcophalfblock": "waxed_exposed_cut_copper_slab", - "expwacutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "expwacutcoppersl": "waxed_exposed_cut_copper_slab", - "expwacutcopperslab": "waxed_exposed_cut_copper_slab", - "expwacutcopperstep": "waxed_exposed_cut_copper_slab", - "expwacutcopsl": "waxed_exposed_cut_copper_slab", - "expwacutcopslab": "waxed_exposed_cut_copper_slab", - "expwacutcopstep": "waxed_exposed_cut_copper_slab", - "expwacutcosl": "waxed_exposed_cut_copper_slab", - "expwacutcoslab": "waxed_exposed_cut_copper_slab", - "expwacutcostep": "waxed_exposed_cut_copper_slab", - "expwaxccohalfblock": "waxed_exposed_cut_copper_slab", - "expwaxccophalfblock": "waxed_exposed_cut_copper_slab", - "expwaxccopperhalfblock": "waxed_exposed_cut_copper_slab", - "expwaxccoppersl": "waxed_exposed_cut_copper_slab", - "expwaxccopperslab": "waxed_exposed_cut_copper_slab", - "expwaxccopperstep": "waxed_exposed_cut_copper_slab", - "expwaxccopsl": "waxed_exposed_cut_copper_slab", - "expwaxccopslab": "waxed_exposed_cut_copper_slab", - "expwaxccopstep": "waxed_exposed_cut_copper_slab", - "expwaxccosl": "waxed_exposed_cut_copper_slab", - "expwaxccoslab": "waxed_exposed_cut_copper_slab", - "expwaxccostep": "waxed_exposed_cut_copper_slab", - "expwaxcutcohalfblock": "waxed_exposed_cut_copper_slab", - "expwaxcutcophalfblock": "waxed_exposed_cut_copper_slab", - "expwaxcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "expwaxcutcoppersl": "waxed_exposed_cut_copper_slab", - "expwaxcutcopperslab": "waxed_exposed_cut_copper_slab", - "expwaxcutcopperstep": "waxed_exposed_cut_copper_slab", - "expwaxcutcopsl": "waxed_exposed_cut_copper_slab", - "expwaxcutcopslab": "waxed_exposed_cut_copper_slab", - "expwaxcutcopstep": "waxed_exposed_cut_copper_slab", - "expwaxcutcosl": "waxed_exposed_cut_copper_slab", - "expwaxcutcoslab": "waxed_exposed_cut_copper_slab", - "expwaxcutcostep": "waxed_exposed_cut_copper_slab", - "expwaxedccohalfblock": "waxed_exposed_cut_copper_slab", - "expwaxedccophalfblock": "waxed_exposed_cut_copper_slab", - "expwaxedccopperhalfblock": "waxed_exposed_cut_copper_slab", - "expwaxedccoppersl": "waxed_exposed_cut_copper_slab", - "expwaxedccopperslab": "waxed_exposed_cut_copper_slab", - "expwaxedccopperstep": "waxed_exposed_cut_copper_slab", - "expwaxedccopsl": "waxed_exposed_cut_copper_slab", - "expwaxedccopslab": "waxed_exposed_cut_copper_slab", - "expwaxedccopstep": "waxed_exposed_cut_copper_slab", - "expwaxedccosl": "waxed_exposed_cut_copper_slab", - "expwaxedccoslab": "waxed_exposed_cut_copper_slab", - "expwaxedccostep": "waxed_exposed_cut_copper_slab", - "expwaxedcutcohalfblock": "waxed_exposed_cut_copper_slab", - "expwaxedcutcophalfblock": "waxed_exposed_cut_copper_slab", - "expwaxedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "expwaxedcutcoppersl": "waxed_exposed_cut_copper_slab", - "expwaxedcutcopperslab": "waxed_exposed_cut_copper_slab", - "expwaxedcutcopperstep": "waxed_exposed_cut_copper_slab", - "expwaxedcutcopsl": "waxed_exposed_cut_copper_slab", - "expwaxedcutcopslab": "waxed_exposed_cut_copper_slab", - "expwaxedcutcopstep": "waxed_exposed_cut_copper_slab", - "expwaxedcutcosl": "waxed_exposed_cut_copper_slab", - "expwaxedcutcoslab": "waxed_exposed_cut_copper_slab", - "expwaxedcutcostep": "waxed_exposed_cut_copper_slab", - "exwaccohalfblock": "waxed_exposed_cut_copper_slab", - "exwaccophalfblock": "waxed_exposed_cut_copper_slab", - "exwaccopperhalfblock": "waxed_exposed_cut_copper_slab", - "exwaccoppersl": "waxed_exposed_cut_copper_slab", - "exwaccopperslab": "waxed_exposed_cut_copper_slab", - "exwaccopperstep": "waxed_exposed_cut_copper_slab", - "exwaccopsl": "waxed_exposed_cut_copper_slab", - "exwaccopslab": "waxed_exposed_cut_copper_slab", - "exwaccopstep": "waxed_exposed_cut_copper_slab", - "exwaccosl": "waxed_exposed_cut_copper_slab", - "exwaccoslab": "waxed_exposed_cut_copper_slab", - "exwaccostep": "waxed_exposed_cut_copper_slab", - "exwacutcohalfblock": "waxed_exposed_cut_copper_slab", - "exwacutcophalfblock": "waxed_exposed_cut_copper_slab", - "exwacutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "exwacutcoppersl": "waxed_exposed_cut_copper_slab", - "exwacutcopperslab": "waxed_exposed_cut_copper_slab", - "exwacutcopperstep": "waxed_exposed_cut_copper_slab", - "exwacutcopsl": "waxed_exposed_cut_copper_slab", - "exwacutcopslab": "waxed_exposed_cut_copper_slab", - "exwacutcopstep": "waxed_exposed_cut_copper_slab", - "exwacutcosl": "waxed_exposed_cut_copper_slab", - "exwacutcoslab": "waxed_exposed_cut_copper_slab", - "exwacutcostep": "waxed_exposed_cut_copper_slab", - "exwaxccohalfblock": "waxed_exposed_cut_copper_slab", - "exwaxccophalfblock": "waxed_exposed_cut_copper_slab", - "exwaxccopperhalfblock": "waxed_exposed_cut_copper_slab", - "exwaxccoppersl": "waxed_exposed_cut_copper_slab", - "exwaxccopperslab": "waxed_exposed_cut_copper_slab", - "exwaxccopperstep": "waxed_exposed_cut_copper_slab", - "exwaxccopsl": "waxed_exposed_cut_copper_slab", - "exwaxccopslab": "waxed_exposed_cut_copper_slab", - "exwaxccopstep": "waxed_exposed_cut_copper_slab", - "exwaxccosl": "waxed_exposed_cut_copper_slab", - "exwaxccoslab": "waxed_exposed_cut_copper_slab", - "exwaxccostep": "waxed_exposed_cut_copper_slab", - "exwaxcutcohalfblock": "waxed_exposed_cut_copper_slab", - "exwaxcutcophalfblock": "waxed_exposed_cut_copper_slab", - "exwaxcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "exwaxcutcoppersl": "waxed_exposed_cut_copper_slab", - "exwaxcutcopperslab": "waxed_exposed_cut_copper_slab", - "exwaxcutcopperstep": "waxed_exposed_cut_copper_slab", - "exwaxcutcopsl": "waxed_exposed_cut_copper_slab", - "exwaxcutcopslab": "waxed_exposed_cut_copper_slab", - "exwaxcutcopstep": "waxed_exposed_cut_copper_slab", - "exwaxcutcosl": "waxed_exposed_cut_copper_slab", - "exwaxcutcoslab": "waxed_exposed_cut_copper_slab", - "exwaxcutcostep": "waxed_exposed_cut_copper_slab", - "exwaxedccohalfblock": "waxed_exposed_cut_copper_slab", - "exwaxedccophalfblock": "waxed_exposed_cut_copper_slab", - "exwaxedccopperhalfblock": "waxed_exposed_cut_copper_slab", - "exwaxedccoppersl": "waxed_exposed_cut_copper_slab", - "exwaxedccopperslab": "waxed_exposed_cut_copper_slab", - "exwaxedccopperstep": "waxed_exposed_cut_copper_slab", - "exwaxedccopsl": "waxed_exposed_cut_copper_slab", - "exwaxedccopslab": "waxed_exposed_cut_copper_slab", - "exwaxedccopstep": "waxed_exposed_cut_copper_slab", - "exwaxedccosl": "waxed_exposed_cut_copper_slab", - "exwaxedccoslab": "waxed_exposed_cut_copper_slab", - "exwaxedccostep": "waxed_exposed_cut_copper_slab", - "exwaxedcutcohalfblock": "waxed_exposed_cut_copper_slab", - "exwaxedcutcophalfblock": "waxed_exposed_cut_copper_slab", - "exwaxedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "exwaxedcutcoppersl": "waxed_exposed_cut_copper_slab", - "exwaxedcutcopperslab": "waxed_exposed_cut_copper_slab", - "exwaxedcutcopperstep": "waxed_exposed_cut_copper_slab", - "exwaxedcutcopsl": "waxed_exposed_cut_copper_slab", - "exwaxedcutcopslab": "waxed_exposed_cut_copper_slab", - "exwaxedcutcopstep": "waxed_exposed_cut_copper_slab", - "exwaxedcutcosl": "waxed_exposed_cut_copper_slab", - "exwaxedcutcoslab": "waxed_exposed_cut_copper_slab", - "exwaxedcutcostep": "waxed_exposed_cut_copper_slab", - "minecraft:waxed_exposed_cut_copper_slab": "waxed_exposed_cut_copper_slab", - "wacexcohalfblock": "waxed_exposed_cut_copper_slab", - "wacexcophalfblock": "waxed_exposed_cut_copper_slab", - "wacexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "wacexcoppersl": "waxed_exposed_cut_copper_slab", - "wacexcopperslab": "waxed_exposed_cut_copper_slab", - "wacexcopperstep": "waxed_exposed_cut_copper_slab", - "wacexcopsl": "waxed_exposed_cut_copper_slab", - "wacexcopslab": "waxed_exposed_cut_copper_slab", - "wacexcopstep": "waxed_exposed_cut_copper_slab", - "wacexcosl": "waxed_exposed_cut_copper_slab", - "wacexcoslab": "waxed_exposed_cut_copper_slab", - "wacexcostep": "waxed_exposed_cut_copper_slab", - "wacexpcohalfblock": "waxed_exposed_cut_copper_slab", - "wacexpcophalfblock": "waxed_exposed_cut_copper_slab", - "wacexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "wacexpcoppersl": "waxed_exposed_cut_copper_slab", - "wacexpcopperslab": "waxed_exposed_cut_copper_slab", - "wacexpcopperstep": "waxed_exposed_cut_copper_slab", - "wacexpcopsl": "waxed_exposed_cut_copper_slab", - "wacexpcopslab": "waxed_exposed_cut_copper_slab", - "wacexpcopstep": "waxed_exposed_cut_copper_slab", - "wacexpcosl": "waxed_exposed_cut_copper_slab", - "wacexpcoslab": "waxed_exposed_cut_copper_slab", - "wacexpcostep": "waxed_exposed_cut_copper_slab", - "wacexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "wacexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "wacexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "wacexposedcoppersl": "waxed_exposed_cut_copper_slab", - "wacexposedcopperslab": "waxed_exposed_cut_copper_slab", - "wacexposedcopperstep": "waxed_exposed_cut_copper_slab", - "wacexposedcopsl": "waxed_exposed_cut_copper_slab", - "wacexposedcopslab": "waxed_exposed_cut_copper_slab", - "wacexposedcopstep": "waxed_exposed_cut_copper_slab", - "wacexposedcosl": "waxed_exposed_cut_copper_slab", - "wacexposedcoslab": "waxed_exposed_cut_copper_slab", - "wacexposedcostep": "waxed_exposed_cut_copper_slab", - "wacutexcohalfblock": "waxed_exposed_cut_copper_slab", - "wacutexcophalfblock": "waxed_exposed_cut_copper_slab", - "wacutexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "wacutexcoppersl": "waxed_exposed_cut_copper_slab", - "wacutexcopperslab": "waxed_exposed_cut_copper_slab", - "wacutexcopperstep": "waxed_exposed_cut_copper_slab", - "wacutexcopsl": "waxed_exposed_cut_copper_slab", - "wacutexcopslab": "waxed_exposed_cut_copper_slab", - "wacutexcopstep": "waxed_exposed_cut_copper_slab", - "wacutexcosl": "waxed_exposed_cut_copper_slab", - "wacutexcoslab": "waxed_exposed_cut_copper_slab", - "wacutexcostep": "waxed_exposed_cut_copper_slab", - "wacutexpcohalfblock": "waxed_exposed_cut_copper_slab", - "wacutexpcophalfblock": "waxed_exposed_cut_copper_slab", - "wacutexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "wacutexpcoppersl": "waxed_exposed_cut_copper_slab", - "wacutexpcopperslab": "waxed_exposed_cut_copper_slab", - "wacutexpcopperstep": "waxed_exposed_cut_copper_slab", - "wacutexpcopsl": "waxed_exposed_cut_copper_slab", - "wacutexpcopslab": "waxed_exposed_cut_copper_slab", - "wacutexpcopstep": "waxed_exposed_cut_copper_slab", - "wacutexpcosl": "waxed_exposed_cut_copper_slab", - "wacutexpcoslab": "waxed_exposed_cut_copper_slab", - "wacutexpcostep": "waxed_exposed_cut_copper_slab", - "wacutexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "wacutexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "wacutexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "wacutexposedcoppersl": "waxed_exposed_cut_copper_slab", - "wacutexposedcopperslab": "waxed_exposed_cut_copper_slab", - "wacutexposedcopperstep": "waxed_exposed_cut_copper_slab", - "wacutexposedcopsl": "waxed_exposed_cut_copper_slab", - "wacutexposedcopslab": "waxed_exposed_cut_copper_slab", - "wacutexposedcopstep": "waxed_exposed_cut_copper_slab", - "wacutexposedcosl": "waxed_exposed_cut_copper_slab", - "wacutexposedcoslab": "waxed_exposed_cut_copper_slab", - "wacutexposedcostep": "waxed_exposed_cut_copper_slab", - "waexccohalfblock": "waxed_exposed_cut_copper_slab", - "waexccophalfblock": "waxed_exposed_cut_copper_slab", - "waexccopperhalfblock": "waxed_exposed_cut_copper_slab", - "waexccoppersl": "waxed_exposed_cut_copper_slab", - "waexccopperslab": "waxed_exposed_cut_copper_slab", - "waexccopperstep": "waxed_exposed_cut_copper_slab", - "waexccopsl": "waxed_exposed_cut_copper_slab", - "waexccopslab": "waxed_exposed_cut_copper_slab", - "waexccopstep": "waxed_exposed_cut_copper_slab", - "waexccosl": "waxed_exposed_cut_copper_slab", - "waexccoslab": "waxed_exposed_cut_copper_slab", - "waexccostep": "waxed_exposed_cut_copper_slab", - "waexcutcohalfblock": "waxed_exposed_cut_copper_slab", - "waexcutcophalfblock": "waxed_exposed_cut_copper_slab", - "waexcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waexcutcoppersl": "waxed_exposed_cut_copper_slab", - "waexcutcopperslab": "waxed_exposed_cut_copper_slab", - "waexcutcopperstep": "waxed_exposed_cut_copper_slab", - "waexcutcopsl": "waxed_exposed_cut_copper_slab", - "waexcutcopslab": "waxed_exposed_cut_copper_slab", - "waexcutcopstep": "waxed_exposed_cut_copper_slab", - "waexcutcosl": "waxed_exposed_cut_copper_slab", - "waexcutcoslab": "waxed_exposed_cut_copper_slab", - "waexcutcostep": "waxed_exposed_cut_copper_slab", - "waexpccohalfblock": "waxed_exposed_cut_copper_slab", - "waexpccophalfblock": "waxed_exposed_cut_copper_slab", - "waexpccopperhalfblock": "waxed_exposed_cut_copper_slab", - "waexpccoppersl": "waxed_exposed_cut_copper_slab", - "waexpccopperslab": "waxed_exposed_cut_copper_slab", - "waexpccopperstep": "waxed_exposed_cut_copper_slab", - "waexpccopsl": "waxed_exposed_cut_copper_slab", - "waexpccopslab": "waxed_exposed_cut_copper_slab", - "waexpccopstep": "waxed_exposed_cut_copper_slab", - "waexpccosl": "waxed_exposed_cut_copper_slab", - "waexpccoslab": "waxed_exposed_cut_copper_slab", - "waexpccostep": "waxed_exposed_cut_copper_slab", - "waexpcutcohalfblock": "waxed_exposed_cut_copper_slab", - "waexpcutcophalfblock": "waxed_exposed_cut_copper_slab", - "waexpcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waexpcutcoppersl": "waxed_exposed_cut_copper_slab", - "waexpcutcopperslab": "waxed_exposed_cut_copper_slab", - "waexpcutcopperstep": "waxed_exposed_cut_copper_slab", - "waexpcutcopsl": "waxed_exposed_cut_copper_slab", - "waexpcutcopslab": "waxed_exposed_cut_copper_slab", - "waexpcutcopstep": "waxed_exposed_cut_copper_slab", - "waexpcutcosl": "waxed_exposed_cut_copper_slab", - "waexpcutcoslab": "waxed_exposed_cut_copper_slab", - "waexpcutcostep": "waxed_exposed_cut_copper_slab", - "waexposedccohalfblock": "waxed_exposed_cut_copper_slab", - "waexposedccophalfblock": "waxed_exposed_cut_copper_slab", - "waexposedccopperhalfblock": "waxed_exposed_cut_copper_slab", - "waexposedccoppersl": "waxed_exposed_cut_copper_slab", - "waexposedccopperslab": "waxed_exposed_cut_copper_slab", - "waexposedccopperstep": "waxed_exposed_cut_copper_slab", - "waexposedccopsl": "waxed_exposed_cut_copper_slab", - "waexposedccopslab": "waxed_exposed_cut_copper_slab", - "waexposedccopstep": "waxed_exposed_cut_copper_slab", - "waexposedccosl": "waxed_exposed_cut_copper_slab", - "waexposedccoslab": "waxed_exposed_cut_copper_slab", - "waexposedccostep": "waxed_exposed_cut_copper_slab", - "waexposedcutcohalfblock": "waxed_exposed_cut_copper_slab", - "waexposedcutcophalfblock": "waxed_exposed_cut_copper_slab", - "waexposedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waexposedcutcoppersl": "waxed_exposed_cut_copper_slab", - "waexposedcutcopperslab": "waxed_exposed_cut_copper_slab", - "waexposedcutcopperstep": "waxed_exposed_cut_copper_slab", - "waexposedcutcopsl": "waxed_exposed_cut_copper_slab", - "waexposedcutcopslab": "waxed_exposed_cut_copper_slab", - "waexposedcutcopstep": "waxed_exposed_cut_copper_slab", - "waexposedcutcosl": "waxed_exposed_cut_copper_slab", - "waexposedcutcoslab": "waxed_exposed_cut_copper_slab", - "waexposedcutcostep": "waxed_exposed_cut_copper_slab", - "waxcexcohalfblock": "waxed_exposed_cut_copper_slab", - "waxcexcophalfblock": "waxed_exposed_cut_copper_slab", - "waxcexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxcexcoppersl": "waxed_exposed_cut_copper_slab", - "waxcexcopperslab": "waxed_exposed_cut_copper_slab", - "waxcexcopperstep": "waxed_exposed_cut_copper_slab", - "waxcexcopsl": "waxed_exposed_cut_copper_slab", - "waxcexcopslab": "waxed_exposed_cut_copper_slab", - "waxcexcopstep": "waxed_exposed_cut_copper_slab", - "waxcexcosl": "waxed_exposed_cut_copper_slab", - "waxcexcoslab": "waxed_exposed_cut_copper_slab", - "waxcexcostep": "waxed_exposed_cut_copper_slab", - "waxcexpcohalfblock": "waxed_exposed_cut_copper_slab", - "waxcexpcophalfblock": "waxed_exposed_cut_copper_slab", - "waxcexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxcexpcoppersl": "waxed_exposed_cut_copper_slab", - "waxcexpcopperslab": "waxed_exposed_cut_copper_slab", - "waxcexpcopperstep": "waxed_exposed_cut_copper_slab", - "waxcexpcopsl": "waxed_exposed_cut_copper_slab", - "waxcexpcopslab": "waxed_exposed_cut_copper_slab", - "waxcexpcopstep": "waxed_exposed_cut_copper_slab", - "waxcexpcosl": "waxed_exposed_cut_copper_slab", - "waxcexpcoslab": "waxed_exposed_cut_copper_slab", - "waxcexpcostep": "waxed_exposed_cut_copper_slab", - "waxcexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "waxcexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "waxcexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxcexposedcoppersl": "waxed_exposed_cut_copper_slab", - "waxcexposedcopperslab": "waxed_exposed_cut_copper_slab", - "waxcexposedcopperstep": "waxed_exposed_cut_copper_slab", - "waxcexposedcopsl": "waxed_exposed_cut_copper_slab", - "waxcexposedcopslab": "waxed_exposed_cut_copper_slab", - "waxcexposedcopstep": "waxed_exposed_cut_copper_slab", - "waxcexposedcosl": "waxed_exposed_cut_copper_slab", - "waxcexposedcoslab": "waxed_exposed_cut_copper_slab", - "waxcexposedcostep": "waxed_exposed_cut_copper_slab", - "waxcutexcohalfblock": "waxed_exposed_cut_copper_slab", - "waxcutexcophalfblock": "waxed_exposed_cut_copper_slab", - "waxcutexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxcutexcoppersl": "waxed_exposed_cut_copper_slab", - "waxcutexcopperslab": "waxed_exposed_cut_copper_slab", - "waxcutexcopperstep": "waxed_exposed_cut_copper_slab", - "waxcutexcopsl": "waxed_exposed_cut_copper_slab", - "waxcutexcopslab": "waxed_exposed_cut_copper_slab", - "waxcutexcopstep": "waxed_exposed_cut_copper_slab", - "waxcutexcosl": "waxed_exposed_cut_copper_slab", - "waxcutexcoslab": "waxed_exposed_cut_copper_slab", - "waxcutexcostep": "waxed_exposed_cut_copper_slab", - "waxcutexpcohalfblock": "waxed_exposed_cut_copper_slab", - "waxcutexpcophalfblock": "waxed_exposed_cut_copper_slab", - "waxcutexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxcutexpcoppersl": "waxed_exposed_cut_copper_slab", - "waxcutexpcopperslab": "waxed_exposed_cut_copper_slab", - "waxcutexpcopperstep": "waxed_exposed_cut_copper_slab", - "waxcutexpcopsl": "waxed_exposed_cut_copper_slab", - "waxcutexpcopslab": "waxed_exposed_cut_copper_slab", - "waxcutexpcopstep": "waxed_exposed_cut_copper_slab", - "waxcutexpcosl": "waxed_exposed_cut_copper_slab", - "waxcutexpcoslab": "waxed_exposed_cut_copper_slab", - "waxcutexpcostep": "waxed_exposed_cut_copper_slab", - "waxcutexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "waxcutexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "waxcutexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxcutexposedcoppersl": "waxed_exposed_cut_copper_slab", - "waxcutexposedcopperslab": "waxed_exposed_cut_copper_slab", - "waxcutexposedcopperstep": "waxed_exposed_cut_copper_slab", - "waxcutexposedcopsl": "waxed_exposed_cut_copper_slab", - "waxcutexposedcopslab": "waxed_exposed_cut_copper_slab", - "waxcutexposedcopstep": "waxed_exposed_cut_copper_slab", - "waxcutexposedcosl": "waxed_exposed_cut_copper_slab", - "waxcutexposedcoslab": "waxed_exposed_cut_copper_slab", - "waxcutexposedcostep": "waxed_exposed_cut_copper_slab", - "waxedcexcohalfblock": "waxed_exposed_cut_copper_slab", - "waxedcexcophalfblock": "waxed_exposed_cut_copper_slab", - "waxedcexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedcexcoppersl": "waxed_exposed_cut_copper_slab", - "waxedcexcopperslab": "waxed_exposed_cut_copper_slab", - "waxedcexcopperstep": "waxed_exposed_cut_copper_slab", - "waxedcexcopsl": "waxed_exposed_cut_copper_slab", - "waxedcexcopslab": "waxed_exposed_cut_copper_slab", - "waxedcexcopstep": "waxed_exposed_cut_copper_slab", - "waxedcexcosl": "waxed_exposed_cut_copper_slab", - "waxedcexcoslab": "waxed_exposed_cut_copper_slab", - "waxedcexcostep": "waxed_exposed_cut_copper_slab", - "waxedcexpcohalfblock": "waxed_exposed_cut_copper_slab", - "waxedcexpcophalfblock": "waxed_exposed_cut_copper_slab", - "waxedcexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedcexpcoppersl": "waxed_exposed_cut_copper_slab", - "waxedcexpcopperslab": "waxed_exposed_cut_copper_slab", - "waxedcexpcopperstep": "waxed_exposed_cut_copper_slab", - "waxedcexpcopsl": "waxed_exposed_cut_copper_slab", - "waxedcexpcopslab": "waxed_exposed_cut_copper_slab", - "waxedcexpcopstep": "waxed_exposed_cut_copper_slab", - "waxedcexpcosl": "waxed_exposed_cut_copper_slab", - "waxedcexpcoslab": "waxed_exposed_cut_copper_slab", - "waxedcexpcostep": "waxed_exposed_cut_copper_slab", - "waxedcexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "waxedcexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "waxedcexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedcexposedcoppersl": "waxed_exposed_cut_copper_slab", - "waxedcexposedcopperslab": "waxed_exposed_cut_copper_slab", - "waxedcexposedcopperstep": "waxed_exposed_cut_copper_slab", - "waxedcexposedcopsl": "waxed_exposed_cut_copper_slab", - "waxedcexposedcopslab": "waxed_exposed_cut_copper_slab", - "waxedcexposedcopstep": "waxed_exposed_cut_copper_slab", - "waxedcexposedcosl": "waxed_exposed_cut_copper_slab", - "waxedcexposedcoslab": "waxed_exposed_cut_copper_slab", - "waxedcexposedcostep": "waxed_exposed_cut_copper_slab", - "waxedcutexcohalfblock": "waxed_exposed_cut_copper_slab", - "waxedcutexcophalfblock": "waxed_exposed_cut_copper_slab", - "waxedcutexcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedcutexcoppersl": "waxed_exposed_cut_copper_slab", - "waxedcutexcopperslab": "waxed_exposed_cut_copper_slab", - "waxedcutexcopperstep": "waxed_exposed_cut_copper_slab", - "waxedcutexcopsl": "waxed_exposed_cut_copper_slab", - "waxedcutexcopslab": "waxed_exposed_cut_copper_slab", - "waxedcutexcopstep": "waxed_exposed_cut_copper_slab", - "waxedcutexcosl": "waxed_exposed_cut_copper_slab", - "waxedcutexcoslab": "waxed_exposed_cut_copper_slab", - "waxedcutexcostep": "waxed_exposed_cut_copper_slab", - "waxedcutexpcohalfblock": "waxed_exposed_cut_copper_slab", - "waxedcutexpcophalfblock": "waxed_exposed_cut_copper_slab", - "waxedcutexpcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedcutexpcoppersl": "waxed_exposed_cut_copper_slab", - "waxedcutexpcopperslab": "waxed_exposed_cut_copper_slab", - "waxedcutexpcopperstep": "waxed_exposed_cut_copper_slab", - "waxedcutexpcopsl": "waxed_exposed_cut_copper_slab", - "waxedcutexpcopslab": "waxed_exposed_cut_copper_slab", - "waxedcutexpcopstep": "waxed_exposed_cut_copper_slab", - "waxedcutexpcosl": "waxed_exposed_cut_copper_slab", - "waxedcutexpcoslab": "waxed_exposed_cut_copper_slab", - "waxedcutexpcostep": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcohalfblock": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcophalfblock": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcoppersl": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcopperslab": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcopperstep": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcopsl": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcopslab": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcopstep": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcosl": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcoslab": "waxed_exposed_cut_copper_slab", - "waxedcutexposedcostep": "waxed_exposed_cut_copper_slab", - "waxedexccohalfblock": "waxed_exposed_cut_copper_slab", - "waxedexccophalfblock": "waxed_exposed_cut_copper_slab", - "waxedexccopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedexccoppersl": "waxed_exposed_cut_copper_slab", - "waxedexccopperslab": "waxed_exposed_cut_copper_slab", - "waxedexccopperstep": "waxed_exposed_cut_copper_slab", - "waxedexccopsl": "waxed_exposed_cut_copper_slab", - "waxedexccopslab": "waxed_exposed_cut_copper_slab", - "waxedexccopstep": "waxed_exposed_cut_copper_slab", - "waxedexccosl": "waxed_exposed_cut_copper_slab", - "waxedexccoslab": "waxed_exposed_cut_copper_slab", - "waxedexccostep": "waxed_exposed_cut_copper_slab", - "waxedexcutcohalfblock": "waxed_exposed_cut_copper_slab", - "waxedexcutcophalfblock": "waxed_exposed_cut_copper_slab", - "waxedexcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedexcutcoppersl": "waxed_exposed_cut_copper_slab", - "waxedexcutcopperslab": "waxed_exposed_cut_copper_slab", - "waxedexcutcopperstep": "waxed_exposed_cut_copper_slab", - "waxedexcutcopsl": "waxed_exposed_cut_copper_slab", - "waxedexcutcopslab": "waxed_exposed_cut_copper_slab", - "waxedexcutcopstep": "waxed_exposed_cut_copper_slab", - "waxedexcutcosl": "waxed_exposed_cut_copper_slab", - "waxedexcutcoslab": "waxed_exposed_cut_copper_slab", - "waxedexcutcostep": "waxed_exposed_cut_copper_slab", - "waxedexpccohalfblock": "waxed_exposed_cut_copper_slab", - "waxedexpccophalfblock": "waxed_exposed_cut_copper_slab", - "waxedexpccopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedexpccoppersl": "waxed_exposed_cut_copper_slab", - "waxedexpccopperslab": "waxed_exposed_cut_copper_slab", - "waxedexpccopperstep": "waxed_exposed_cut_copper_slab", - "waxedexpccopsl": "waxed_exposed_cut_copper_slab", - "waxedexpccopslab": "waxed_exposed_cut_copper_slab", - "waxedexpccopstep": "waxed_exposed_cut_copper_slab", - "waxedexpccosl": "waxed_exposed_cut_copper_slab", - "waxedexpccoslab": "waxed_exposed_cut_copper_slab", - "waxedexpccostep": "waxed_exposed_cut_copper_slab", - "waxedexpcutcohalfblock": "waxed_exposed_cut_copper_slab", - "waxedexpcutcophalfblock": "waxed_exposed_cut_copper_slab", - "waxedexpcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedexpcutcoppersl": "waxed_exposed_cut_copper_slab", - "waxedexpcutcopperslab": "waxed_exposed_cut_copper_slab", - "waxedexpcutcopperstep": "waxed_exposed_cut_copper_slab", - "waxedexpcutcopsl": "waxed_exposed_cut_copper_slab", - "waxedexpcutcopslab": "waxed_exposed_cut_copper_slab", - "waxedexpcutcopstep": "waxed_exposed_cut_copper_slab", - "waxedexpcutcosl": "waxed_exposed_cut_copper_slab", - "waxedexpcutcoslab": "waxed_exposed_cut_copper_slab", - "waxedexpcutcostep": "waxed_exposed_cut_copper_slab", - "waxedexposedccohalfblock": "waxed_exposed_cut_copper_slab", - "waxedexposedccophalfblock": "waxed_exposed_cut_copper_slab", - "waxedexposedccopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedexposedccoppersl": "waxed_exposed_cut_copper_slab", - "waxedexposedccopperslab": "waxed_exposed_cut_copper_slab", - "waxedexposedccopperstep": "waxed_exposed_cut_copper_slab", - "waxedexposedccopsl": "waxed_exposed_cut_copper_slab", - "waxedexposedccopslab": "waxed_exposed_cut_copper_slab", - "waxedexposedccopstep": "waxed_exposed_cut_copper_slab", - "waxedexposedccosl": "waxed_exposed_cut_copper_slab", - "waxedexposedccoslab": "waxed_exposed_cut_copper_slab", - "waxedexposedccostep": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcohalfblock": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcophalfblock": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcoppersl": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcopperslab": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcopperstep": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcopsl": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcopslab": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcopstep": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcosl": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcoslab": "waxed_exposed_cut_copper_slab", - "waxedexposedcutcostep": "waxed_exposed_cut_copper_slab", - "waxexccohalfblock": "waxed_exposed_cut_copper_slab", - "waxexccophalfblock": "waxed_exposed_cut_copper_slab", - "waxexccopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxexccoppersl": "waxed_exposed_cut_copper_slab", - "waxexccopperslab": "waxed_exposed_cut_copper_slab", - "waxexccopperstep": "waxed_exposed_cut_copper_slab", - "waxexccopsl": "waxed_exposed_cut_copper_slab", - "waxexccopslab": "waxed_exposed_cut_copper_slab", - "waxexccopstep": "waxed_exposed_cut_copper_slab", - "waxexccosl": "waxed_exposed_cut_copper_slab", - "waxexccoslab": "waxed_exposed_cut_copper_slab", - "waxexccostep": "waxed_exposed_cut_copper_slab", - "waxexcutcohalfblock": "waxed_exposed_cut_copper_slab", - "waxexcutcophalfblock": "waxed_exposed_cut_copper_slab", - "waxexcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxexcutcoppersl": "waxed_exposed_cut_copper_slab", - "waxexcutcopperslab": "waxed_exposed_cut_copper_slab", - "waxexcutcopperstep": "waxed_exposed_cut_copper_slab", - "waxexcutcopsl": "waxed_exposed_cut_copper_slab", - "waxexcutcopslab": "waxed_exposed_cut_copper_slab", - "waxexcutcopstep": "waxed_exposed_cut_copper_slab", - "waxexcutcosl": "waxed_exposed_cut_copper_slab", - "waxexcutcoslab": "waxed_exposed_cut_copper_slab", - "waxexcutcostep": "waxed_exposed_cut_copper_slab", - "waxexpccohalfblock": "waxed_exposed_cut_copper_slab", - "waxexpccophalfblock": "waxed_exposed_cut_copper_slab", - "waxexpccopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxexpccoppersl": "waxed_exposed_cut_copper_slab", - "waxexpccopperslab": "waxed_exposed_cut_copper_slab", - "waxexpccopperstep": "waxed_exposed_cut_copper_slab", - "waxexpccopsl": "waxed_exposed_cut_copper_slab", - "waxexpccopslab": "waxed_exposed_cut_copper_slab", - "waxexpccopstep": "waxed_exposed_cut_copper_slab", - "waxexpccosl": "waxed_exposed_cut_copper_slab", - "waxexpccoslab": "waxed_exposed_cut_copper_slab", - "waxexpccostep": "waxed_exposed_cut_copper_slab", - "waxexpcutcohalfblock": "waxed_exposed_cut_copper_slab", - "waxexpcutcophalfblock": "waxed_exposed_cut_copper_slab", - "waxexpcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxexpcutcoppersl": "waxed_exposed_cut_copper_slab", - "waxexpcutcopperslab": "waxed_exposed_cut_copper_slab", - "waxexpcutcopperstep": "waxed_exposed_cut_copper_slab", - "waxexpcutcopsl": "waxed_exposed_cut_copper_slab", - "waxexpcutcopslab": "waxed_exposed_cut_copper_slab", - "waxexpcutcopstep": "waxed_exposed_cut_copper_slab", - "waxexpcutcosl": "waxed_exposed_cut_copper_slab", - "waxexpcutcoslab": "waxed_exposed_cut_copper_slab", - "waxexpcutcostep": "waxed_exposed_cut_copper_slab", - "waxexposedccohalfblock": "waxed_exposed_cut_copper_slab", - "waxexposedccophalfblock": "waxed_exposed_cut_copper_slab", - "waxexposedccopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxexposedccoppersl": "waxed_exposed_cut_copper_slab", - "waxexposedccopperslab": "waxed_exposed_cut_copper_slab", - "waxexposedccopperstep": "waxed_exposed_cut_copper_slab", - "waxexposedccopsl": "waxed_exposed_cut_copper_slab", - "waxexposedccopslab": "waxed_exposed_cut_copper_slab", - "waxexposedccopstep": "waxed_exposed_cut_copper_slab", - "waxexposedccosl": "waxed_exposed_cut_copper_slab", - "waxexposedccoslab": "waxed_exposed_cut_copper_slab", - "waxexposedccostep": "waxed_exposed_cut_copper_slab", - "waxexposedcutcohalfblock": "waxed_exposed_cut_copper_slab", - "waxexposedcutcophalfblock": "waxed_exposed_cut_copper_slab", - "waxexposedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", - "waxexposedcutcoppersl": "waxed_exposed_cut_copper_slab", - "waxexposedcutcopperslab": "waxed_exposed_cut_copper_slab", - "waxexposedcutcopperstep": "waxed_exposed_cut_copper_slab", - "waxexposedcutcopsl": "waxed_exposed_cut_copper_slab", - "waxexposedcutcopslab": "waxed_exposed_cut_copper_slab", - "waxexposedcutcopstep": "waxed_exposed_cut_copper_slab", - "waxexposedcutcosl": "waxed_exposed_cut_copper_slab", - "waxexposedcutcoslab": "waxed_exposed_cut_copper_slab", - "waxexposedcutcostep": "waxed_exposed_cut_copper_slab", - "waxed_exposed_cut_copper_stairs": { - "material": "WAXED_EXPOSED_CUT_COPPER_STAIRS" - }, - "cexposedwacopperstair": "waxed_exposed_cut_copper_stairs", - "cexposedwacopperstairs": "waxed_exposed_cut_copper_stairs", - "cexposedwacopstair": "waxed_exposed_cut_copper_stairs", - "cexposedwacopstairs": "waxed_exposed_cut_copper_stairs", - "cexposedwacostair": "waxed_exposed_cut_copper_stairs", - "cexposedwacostairs": "waxed_exposed_cut_copper_stairs", - "cexposedwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "cexposedwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "cexposedwaxcopstair": "waxed_exposed_cut_copper_stairs", - "cexposedwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "cexposedwaxcostair": "waxed_exposed_cut_copper_stairs", - "cexposedwaxcostairs": "waxed_exposed_cut_copper_stairs", - "cexposedwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "cexposedwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cexposedwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "cexposedwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "cexposedwaxedcostair": "waxed_exposed_cut_copper_stairs", - "cexposedwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "cexpwacopperstair": "waxed_exposed_cut_copper_stairs", - "cexpwacopperstairs": "waxed_exposed_cut_copper_stairs", - "cexpwacopstair": "waxed_exposed_cut_copper_stairs", - "cexpwacopstairs": "waxed_exposed_cut_copper_stairs", - "cexpwacostair": "waxed_exposed_cut_copper_stairs", - "cexpwacostairs": "waxed_exposed_cut_copper_stairs", - "cexpwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "cexpwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "cexpwaxcopstair": "waxed_exposed_cut_copper_stairs", - "cexpwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "cexpwaxcostair": "waxed_exposed_cut_copper_stairs", - "cexpwaxcostairs": "waxed_exposed_cut_copper_stairs", - "cexpwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "cexpwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cexpwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "cexpwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "cexpwaxedcostair": "waxed_exposed_cut_copper_stairs", - "cexpwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "cexwacopperstair": "waxed_exposed_cut_copper_stairs", - "cexwacopperstairs": "waxed_exposed_cut_copper_stairs", - "cexwacopstair": "waxed_exposed_cut_copper_stairs", - "cexwacopstairs": "waxed_exposed_cut_copper_stairs", - "cexwacostair": "waxed_exposed_cut_copper_stairs", - "cexwacostairs": "waxed_exposed_cut_copper_stairs", - "cexwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "cexwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "cexwaxcopstair": "waxed_exposed_cut_copper_stairs", - "cexwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "cexwaxcostair": "waxed_exposed_cut_copper_stairs", - "cexwaxcostairs": "waxed_exposed_cut_copper_stairs", - "cexwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "cexwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cexwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "cexwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "cexwaxedcostair": "waxed_exposed_cut_copper_stairs", - "cexwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "cutexposedwacopperstair": "waxed_exposed_cut_copper_stairs", - "cutexposedwacopperstairs": "waxed_exposed_cut_copper_stairs", - "cutexposedwacopstair": "waxed_exposed_cut_copper_stairs", - "cutexposedwacopstairs": "waxed_exposed_cut_copper_stairs", - "cutexposedwacostair": "waxed_exposed_cut_copper_stairs", - "cutexposedwacostairs": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxcopstair": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxcostair": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxcostairs": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxedcostair": "waxed_exposed_cut_copper_stairs", - "cutexposedwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "cutexpwacopperstair": "waxed_exposed_cut_copper_stairs", - "cutexpwacopperstairs": "waxed_exposed_cut_copper_stairs", - "cutexpwacopstair": "waxed_exposed_cut_copper_stairs", - "cutexpwacopstairs": "waxed_exposed_cut_copper_stairs", - "cutexpwacostair": "waxed_exposed_cut_copper_stairs", - "cutexpwacostairs": "waxed_exposed_cut_copper_stairs", - "cutexpwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "cutexpwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutexpwaxcopstair": "waxed_exposed_cut_copper_stairs", - "cutexpwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "cutexpwaxcostair": "waxed_exposed_cut_copper_stairs", - "cutexpwaxcostairs": "waxed_exposed_cut_copper_stairs", - "cutexpwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "cutexpwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutexpwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "cutexpwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "cutexpwaxedcostair": "waxed_exposed_cut_copper_stairs", - "cutexpwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "cutexwacopperstair": "waxed_exposed_cut_copper_stairs", - "cutexwacopperstairs": "waxed_exposed_cut_copper_stairs", - "cutexwacopstair": "waxed_exposed_cut_copper_stairs", - "cutexwacopstairs": "waxed_exposed_cut_copper_stairs", - "cutexwacostair": "waxed_exposed_cut_copper_stairs", - "cutexwacostairs": "waxed_exposed_cut_copper_stairs", - "cutexwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "cutexwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutexwaxcopstair": "waxed_exposed_cut_copper_stairs", - "cutexwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "cutexwaxcostair": "waxed_exposed_cut_copper_stairs", - "cutexwaxcostairs": "waxed_exposed_cut_copper_stairs", - "cutexwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "cutexwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutexwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "cutexwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "cutexwaxedcostair": "waxed_exposed_cut_copper_stairs", - "cutexwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "cutwaexcopperstair": "waxed_exposed_cut_copper_stairs", - "cutwaexcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutwaexcopstair": "waxed_exposed_cut_copper_stairs", - "cutwaexcopstairs": "waxed_exposed_cut_copper_stairs", - "cutwaexcostair": "waxed_exposed_cut_copper_stairs", - "cutwaexcostairs": "waxed_exposed_cut_copper_stairs", - "cutwaexpcopperstair": "waxed_exposed_cut_copper_stairs", - "cutwaexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutwaexpcopstair": "waxed_exposed_cut_copper_stairs", - "cutwaexpcopstairs": "waxed_exposed_cut_copper_stairs", - "cutwaexpcostair": "waxed_exposed_cut_copper_stairs", - "cutwaexpcostairs": "waxed_exposed_cut_copper_stairs", - "cutwaexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "cutwaexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutwaexposedcopstair": "waxed_exposed_cut_copper_stairs", - "cutwaexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "cutwaexposedcostair": "waxed_exposed_cut_copper_stairs", - "cutwaexposedcostairs": "waxed_exposed_cut_copper_stairs", - "cutwaxedexcopperstair": "waxed_exposed_cut_copper_stairs", - "cutwaxedexcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxedexcopstair": "waxed_exposed_cut_copper_stairs", - "cutwaxedexcopstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxedexcostair": "waxed_exposed_cut_copper_stairs", - "cutwaxedexcostairs": "waxed_exposed_cut_copper_stairs", - "cutwaxedexpcopperstair": "waxed_exposed_cut_copper_stairs", - "cutwaxedexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxedexpcopstair": "waxed_exposed_cut_copper_stairs", - "cutwaxedexpcopstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxedexpcostair": "waxed_exposed_cut_copper_stairs", - "cutwaxedexpcostairs": "waxed_exposed_cut_copper_stairs", - "cutwaxedexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "cutwaxedexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxedexposedcopstair": "waxed_exposed_cut_copper_stairs", - "cutwaxedexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxedexposedcostair": "waxed_exposed_cut_copper_stairs", - "cutwaxedexposedcostairs": "waxed_exposed_cut_copper_stairs", - "cutwaxexcopperstair": "waxed_exposed_cut_copper_stairs", - "cutwaxexcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxexcopstair": "waxed_exposed_cut_copper_stairs", - "cutwaxexcopstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxexcostair": "waxed_exposed_cut_copper_stairs", - "cutwaxexcostairs": "waxed_exposed_cut_copper_stairs", - "cutwaxexpcopperstair": "waxed_exposed_cut_copper_stairs", - "cutwaxexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxexpcopstair": "waxed_exposed_cut_copper_stairs", - "cutwaxexpcopstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxexpcostair": "waxed_exposed_cut_copper_stairs", - "cutwaxexpcostairs": "waxed_exposed_cut_copper_stairs", - "cutwaxexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "cutwaxexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxexposedcopstair": "waxed_exposed_cut_copper_stairs", - "cutwaxexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "cutwaxexposedcostair": "waxed_exposed_cut_copper_stairs", - "cutwaxexposedcostairs": "waxed_exposed_cut_copper_stairs", - "cwaexcopperstair": "waxed_exposed_cut_copper_stairs", - "cwaexcopperstairs": "waxed_exposed_cut_copper_stairs", - "cwaexcopstair": "waxed_exposed_cut_copper_stairs", - "cwaexcopstairs": "waxed_exposed_cut_copper_stairs", - "cwaexcostair": "waxed_exposed_cut_copper_stairs", - "cwaexcostairs": "waxed_exposed_cut_copper_stairs", - "cwaexpcopperstair": "waxed_exposed_cut_copper_stairs", - "cwaexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "cwaexpcopstair": "waxed_exposed_cut_copper_stairs", - "cwaexpcopstairs": "waxed_exposed_cut_copper_stairs", - "cwaexpcostair": "waxed_exposed_cut_copper_stairs", - "cwaexpcostairs": "waxed_exposed_cut_copper_stairs", - "cwaexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "cwaexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cwaexposedcopstair": "waxed_exposed_cut_copper_stairs", - "cwaexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "cwaexposedcostair": "waxed_exposed_cut_copper_stairs", - "cwaexposedcostairs": "waxed_exposed_cut_copper_stairs", - "cwaxedexcopperstair": "waxed_exposed_cut_copper_stairs", - "cwaxedexcopperstairs": "waxed_exposed_cut_copper_stairs", - "cwaxedexcopstair": "waxed_exposed_cut_copper_stairs", - "cwaxedexcopstairs": "waxed_exposed_cut_copper_stairs", - "cwaxedexcostair": "waxed_exposed_cut_copper_stairs", - "cwaxedexcostairs": "waxed_exposed_cut_copper_stairs", - "cwaxedexpcopperstair": "waxed_exposed_cut_copper_stairs", - "cwaxedexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "cwaxedexpcopstair": "waxed_exposed_cut_copper_stairs", - "cwaxedexpcopstairs": "waxed_exposed_cut_copper_stairs", - "cwaxedexpcostair": "waxed_exposed_cut_copper_stairs", - "cwaxedexpcostairs": "waxed_exposed_cut_copper_stairs", - "cwaxedexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "cwaxedexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cwaxedexposedcopstair": "waxed_exposed_cut_copper_stairs", - "cwaxedexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "cwaxedexposedcostair": "waxed_exposed_cut_copper_stairs", - "cwaxedexposedcostairs": "waxed_exposed_cut_copper_stairs", - "cwaxexcopperstair": "waxed_exposed_cut_copper_stairs", - "cwaxexcopperstairs": "waxed_exposed_cut_copper_stairs", - "cwaxexcopstair": "waxed_exposed_cut_copper_stairs", - "cwaxexcopstairs": "waxed_exposed_cut_copper_stairs", - "cwaxexcostair": "waxed_exposed_cut_copper_stairs", - "cwaxexcostairs": "waxed_exposed_cut_copper_stairs", - "cwaxexpcopperstair": "waxed_exposed_cut_copper_stairs", - "cwaxexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "cwaxexpcopstair": "waxed_exposed_cut_copper_stairs", - "cwaxexpcopstairs": "waxed_exposed_cut_copper_stairs", - "cwaxexpcostair": "waxed_exposed_cut_copper_stairs", - "cwaxexpcostairs": "waxed_exposed_cut_copper_stairs", - "cwaxexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "cwaxexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "cwaxexposedcopstair": "waxed_exposed_cut_copper_stairs", - "cwaxexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "cwaxexposedcostair": "waxed_exposed_cut_copper_stairs", - "cwaxexposedcostairs": "waxed_exposed_cut_copper_stairs", - "excutwacopperstair": "waxed_exposed_cut_copper_stairs", - "excutwacopperstairs": "waxed_exposed_cut_copper_stairs", - "excutwacopstair": "waxed_exposed_cut_copper_stairs", - "excutwacopstairs": "waxed_exposed_cut_copper_stairs", - "excutwacostair": "waxed_exposed_cut_copper_stairs", - "excutwacostairs": "waxed_exposed_cut_copper_stairs", - "excutwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "excutwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "excutwaxcopstair": "waxed_exposed_cut_copper_stairs", - "excutwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "excutwaxcostair": "waxed_exposed_cut_copper_stairs", - "excutwaxcostairs": "waxed_exposed_cut_copper_stairs", - "excutwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "excutwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "excutwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "excutwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "excutwaxedcostair": "waxed_exposed_cut_copper_stairs", - "excutwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "excwacopperstair": "waxed_exposed_cut_copper_stairs", - "excwacopperstairs": "waxed_exposed_cut_copper_stairs", - "excwacopstair": "waxed_exposed_cut_copper_stairs", - "excwacopstairs": "waxed_exposed_cut_copper_stairs", - "excwacostair": "waxed_exposed_cut_copper_stairs", - "excwacostairs": "waxed_exposed_cut_copper_stairs", - "excwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "excwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "excwaxcopstair": "waxed_exposed_cut_copper_stairs", - "excwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "excwaxcostair": "waxed_exposed_cut_copper_stairs", - "excwaxcostairs": "waxed_exposed_cut_copper_stairs", - "excwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "excwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "excwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "excwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "excwaxedcostair": "waxed_exposed_cut_copper_stairs", - "excwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "expcutwacopperstair": "waxed_exposed_cut_copper_stairs", - "expcutwacopperstairs": "waxed_exposed_cut_copper_stairs", - "expcutwacopstair": "waxed_exposed_cut_copper_stairs", - "expcutwacopstairs": "waxed_exposed_cut_copper_stairs", - "expcutwacostair": "waxed_exposed_cut_copper_stairs", - "expcutwacostairs": "waxed_exposed_cut_copper_stairs", - "expcutwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "expcutwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "expcutwaxcopstair": "waxed_exposed_cut_copper_stairs", - "expcutwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "expcutwaxcostair": "waxed_exposed_cut_copper_stairs", - "expcutwaxcostairs": "waxed_exposed_cut_copper_stairs", - "expcutwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "expcutwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "expcutwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "expcutwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "expcutwaxedcostair": "waxed_exposed_cut_copper_stairs", - "expcutwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "expcwacopperstair": "waxed_exposed_cut_copper_stairs", - "expcwacopperstairs": "waxed_exposed_cut_copper_stairs", - "expcwacopstair": "waxed_exposed_cut_copper_stairs", - "expcwacopstairs": "waxed_exposed_cut_copper_stairs", - "expcwacostair": "waxed_exposed_cut_copper_stairs", - "expcwacostairs": "waxed_exposed_cut_copper_stairs", - "expcwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "expcwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "expcwaxcopstair": "waxed_exposed_cut_copper_stairs", - "expcwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "expcwaxcostair": "waxed_exposed_cut_copper_stairs", - "expcwaxcostairs": "waxed_exposed_cut_copper_stairs", - "expcwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "expcwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "expcwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "expcwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "expcwaxedcostair": "waxed_exposed_cut_copper_stairs", - "expcwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "exposedcutwacopperstair": "waxed_exposed_cut_copper_stairs", - "exposedcutwacopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedcutwacopstair": "waxed_exposed_cut_copper_stairs", - "exposedcutwacopstairs": "waxed_exposed_cut_copper_stairs", - "exposedcutwacostair": "waxed_exposed_cut_copper_stairs", - "exposedcutwacostairs": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxcopstair": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxcostair": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxcostairs": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxedcostair": "waxed_exposed_cut_copper_stairs", - "exposedcutwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "exposedcwacopperstair": "waxed_exposed_cut_copper_stairs", - "exposedcwacopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedcwacopstair": "waxed_exposed_cut_copper_stairs", - "exposedcwacopstairs": "waxed_exposed_cut_copper_stairs", - "exposedcwacostair": "waxed_exposed_cut_copper_stairs", - "exposedcwacostairs": "waxed_exposed_cut_copper_stairs", - "exposedcwaxcopperstair": "waxed_exposed_cut_copper_stairs", - "exposedcwaxcopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedcwaxcopstair": "waxed_exposed_cut_copper_stairs", - "exposedcwaxcopstairs": "waxed_exposed_cut_copper_stairs", - "exposedcwaxcostair": "waxed_exposed_cut_copper_stairs", - "exposedcwaxcostairs": "waxed_exposed_cut_copper_stairs", - "exposedcwaxedcopperstair": "waxed_exposed_cut_copper_stairs", - "exposedcwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedcwaxedcopstair": "waxed_exposed_cut_copper_stairs", - "exposedcwaxedcopstairs": "waxed_exposed_cut_copper_stairs", - "exposedcwaxedcostair": "waxed_exposed_cut_copper_stairs", - "exposedcwaxedcostairs": "waxed_exposed_cut_copper_stairs", - "exposedwaccopperstair": "waxed_exposed_cut_copper_stairs", - "exposedwaccopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedwaccopstair": "waxed_exposed_cut_copper_stairs", - "exposedwaccopstairs": "waxed_exposed_cut_copper_stairs", - "exposedwaccostair": "waxed_exposed_cut_copper_stairs", - "exposedwaccostairs": "waxed_exposed_cut_copper_stairs", - "exposedwacutcopperstair": "waxed_exposed_cut_copper_stairs", - "exposedwacutcopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedwacutcopstair": "waxed_exposed_cut_copper_stairs", - "exposedwacutcopstairs": "waxed_exposed_cut_copper_stairs", - "exposedwacutcostair": "waxed_exposed_cut_copper_stairs", - "exposedwacutcostairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxccopperstair": "waxed_exposed_cut_copper_stairs", - "exposedwaxccopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxccopstair": "waxed_exposed_cut_copper_stairs", - "exposedwaxccopstairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxccostair": "waxed_exposed_cut_copper_stairs", - "exposedwaxccostairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxcutcopperstair": "waxed_exposed_cut_copper_stairs", - "exposedwaxcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxcutcopstair": "waxed_exposed_cut_copper_stairs", - "exposedwaxcutcopstairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxcutcostair": "waxed_exposed_cut_copper_stairs", - "exposedwaxcutcostairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxedccopperstair": "waxed_exposed_cut_copper_stairs", - "exposedwaxedccopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxedccopstair": "waxed_exposed_cut_copper_stairs", - "exposedwaxedccopstairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxedccostair": "waxed_exposed_cut_copper_stairs", - "exposedwaxedccostairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxedcutcopperstair": "waxed_exposed_cut_copper_stairs", - "exposedwaxedcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxedcutcopstair": "waxed_exposed_cut_copper_stairs", - "exposedwaxedcutcopstairs": "waxed_exposed_cut_copper_stairs", - "exposedwaxedcutcostair": "waxed_exposed_cut_copper_stairs", - "exposedwaxedcutcostairs": "waxed_exposed_cut_copper_stairs", - "expwaccopperstair": "waxed_exposed_cut_copper_stairs", - "expwaccopperstairs": "waxed_exposed_cut_copper_stairs", - "expwaccopstair": "waxed_exposed_cut_copper_stairs", - "expwaccopstairs": "waxed_exposed_cut_copper_stairs", - "expwaccostair": "waxed_exposed_cut_copper_stairs", - "expwaccostairs": "waxed_exposed_cut_copper_stairs", - "expwacutcopperstair": "waxed_exposed_cut_copper_stairs", - "expwacutcopperstairs": "waxed_exposed_cut_copper_stairs", - "expwacutcopstair": "waxed_exposed_cut_copper_stairs", - "expwacutcopstairs": "waxed_exposed_cut_copper_stairs", - "expwacutcostair": "waxed_exposed_cut_copper_stairs", - "expwacutcostairs": "waxed_exposed_cut_copper_stairs", - "expwaxccopperstair": "waxed_exposed_cut_copper_stairs", - "expwaxccopperstairs": "waxed_exposed_cut_copper_stairs", - "expwaxccopstair": "waxed_exposed_cut_copper_stairs", - "expwaxccopstairs": "waxed_exposed_cut_copper_stairs", - "expwaxccostair": "waxed_exposed_cut_copper_stairs", - "expwaxccostairs": "waxed_exposed_cut_copper_stairs", - "expwaxcutcopperstair": "waxed_exposed_cut_copper_stairs", - "expwaxcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "expwaxcutcopstair": "waxed_exposed_cut_copper_stairs", - "expwaxcutcopstairs": "waxed_exposed_cut_copper_stairs", - "expwaxcutcostair": "waxed_exposed_cut_copper_stairs", - "expwaxcutcostairs": "waxed_exposed_cut_copper_stairs", - "expwaxedccopperstair": "waxed_exposed_cut_copper_stairs", - "expwaxedccopperstairs": "waxed_exposed_cut_copper_stairs", - "expwaxedccopstair": "waxed_exposed_cut_copper_stairs", - "expwaxedccopstairs": "waxed_exposed_cut_copper_stairs", - "expwaxedccostair": "waxed_exposed_cut_copper_stairs", - "expwaxedccostairs": "waxed_exposed_cut_copper_stairs", - "expwaxedcutcopperstair": "waxed_exposed_cut_copper_stairs", - "expwaxedcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "expwaxedcutcopstair": "waxed_exposed_cut_copper_stairs", - "expwaxedcutcopstairs": "waxed_exposed_cut_copper_stairs", - "expwaxedcutcostair": "waxed_exposed_cut_copper_stairs", - "expwaxedcutcostairs": "waxed_exposed_cut_copper_stairs", - "exwaccopperstair": "waxed_exposed_cut_copper_stairs", - "exwaccopperstairs": "waxed_exposed_cut_copper_stairs", - "exwaccopstair": "waxed_exposed_cut_copper_stairs", - "exwaccopstairs": "waxed_exposed_cut_copper_stairs", - "exwaccostair": "waxed_exposed_cut_copper_stairs", - "exwaccostairs": "waxed_exposed_cut_copper_stairs", - "exwacutcopperstair": "waxed_exposed_cut_copper_stairs", - "exwacutcopperstairs": "waxed_exposed_cut_copper_stairs", - "exwacutcopstair": "waxed_exposed_cut_copper_stairs", - "exwacutcopstairs": "waxed_exposed_cut_copper_stairs", - "exwacutcostair": "waxed_exposed_cut_copper_stairs", - "exwacutcostairs": "waxed_exposed_cut_copper_stairs", - "exwaxccopperstair": "waxed_exposed_cut_copper_stairs", - "exwaxccopperstairs": "waxed_exposed_cut_copper_stairs", - "exwaxccopstair": "waxed_exposed_cut_copper_stairs", - "exwaxccopstairs": "waxed_exposed_cut_copper_stairs", - "exwaxccostair": "waxed_exposed_cut_copper_stairs", - "exwaxccostairs": "waxed_exposed_cut_copper_stairs", - "exwaxcutcopperstair": "waxed_exposed_cut_copper_stairs", - "exwaxcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "exwaxcutcopstair": "waxed_exposed_cut_copper_stairs", - "exwaxcutcopstairs": "waxed_exposed_cut_copper_stairs", - "exwaxcutcostair": "waxed_exposed_cut_copper_stairs", - "exwaxcutcostairs": "waxed_exposed_cut_copper_stairs", - "exwaxedccopperstair": "waxed_exposed_cut_copper_stairs", - "exwaxedccopperstairs": "waxed_exposed_cut_copper_stairs", - "exwaxedccopstair": "waxed_exposed_cut_copper_stairs", - "exwaxedccopstairs": "waxed_exposed_cut_copper_stairs", - "exwaxedccostair": "waxed_exposed_cut_copper_stairs", - "exwaxedccostairs": "waxed_exposed_cut_copper_stairs", - "exwaxedcutcopperstair": "waxed_exposed_cut_copper_stairs", - "exwaxedcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "exwaxedcutcopstair": "waxed_exposed_cut_copper_stairs", - "exwaxedcutcopstairs": "waxed_exposed_cut_copper_stairs", - "exwaxedcutcostair": "waxed_exposed_cut_copper_stairs", - "exwaxedcutcostairs": "waxed_exposed_cut_copper_stairs", - "minecraft:waxed_exposed_cut_copper_stairs": "waxed_exposed_cut_copper_stairs", - "wacexcopperstair": "waxed_exposed_cut_copper_stairs", - "wacexcopperstairs": "waxed_exposed_cut_copper_stairs", - "wacexcopstair": "waxed_exposed_cut_copper_stairs", - "wacexcopstairs": "waxed_exposed_cut_copper_stairs", - "wacexcostair": "waxed_exposed_cut_copper_stairs", - "wacexcostairs": "waxed_exposed_cut_copper_stairs", - "wacexpcopperstair": "waxed_exposed_cut_copper_stairs", - "wacexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "wacexpcopstair": "waxed_exposed_cut_copper_stairs", - "wacexpcopstairs": "waxed_exposed_cut_copper_stairs", - "wacexpcostair": "waxed_exposed_cut_copper_stairs", - "wacexpcostairs": "waxed_exposed_cut_copper_stairs", - "wacexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "wacexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "wacexposedcopstair": "waxed_exposed_cut_copper_stairs", - "wacexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "wacexposedcostair": "waxed_exposed_cut_copper_stairs", - "wacexposedcostairs": "waxed_exposed_cut_copper_stairs", - "wacutexcopperstair": "waxed_exposed_cut_copper_stairs", - "wacutexcopperstairs": "waxed_exposed_cut_copper_stairs", - "wacutexcopstair": "waxed_exposed_cut_copper_stairs", - "wacutexcopstairs": "waxed_exposed_cut_copper_stairs", - "wacutexcostair": "waxed_exposed_cut_copper_stairs", - "wacutexcostairs": "waxed_exposed_cut_copper_stairs", - "wacutexpcopperstair": "waxed_exposed_cut_copper_stairs", - "wacutexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "wacutexpcopstair": "waxed_exposed_cut_copper_stairs", - "wacutexpcopstairs": "waxed_exposed_cut_copper_stairs", - "wacutexpcostair": "waxed_exposed_cut_copper_stairs", - "wacutexpcostairs": "waxed_exposed_cut_copper_stairs", - "wacutexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "wacutexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "wacutexposedcopstair": "waxed_exposed_cut_copper_stairs", - "wacutexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "wacutexposedcostair": "waxed_exposed_cut_copper_stairs", - "wacutexposedcostairs": "waxed_exposed_cut_copper_stairs", - "waexccopperstair": "waxed_exposed_cut_copper_stairs", - "waexccopperstairs": "waxed_exposed_cut_copper_stairs", - "waexccopstair": "waxed_exposed_cut_copper_stairs", - "waexccopstairs": "waxed_exposed_cut_copper_stairs", - "waexccostair": "waxed_exposed_cut_copper_stairs", - "waexccostairs": "waxed_exposed_cut_copper_stairs", - "waexcutcopperstair": "waxed_exposed_cut_copper_stairs", - "waexcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "waexcutcopstair": "waxed_exposed_cut_copper_stairs", - "waexcutcopstairs": "waxed_exposed_cut_copper_stairs", - "waexcutcostair": "waxed_exposed_cut_copper_stairs", - "waexcutcostairs": "waxed_exposed_cut_copper_stairs", - "waexpccopperstair": "waxed_exposed_cut_copper_stairs", - "waexpccopperstairs": "waxed_exposed_cut_copper_stairs", - "waexpccopstair": "waxed_exposed_cut_copper_stairs", - "waexpccopstairs": "waxed_exposed_cut_copper_stairs", - "waexpccostair": "waxed_exposed_cut_copper_stairs", - "waexpccostairs": "waxed_exposed_cut_copper_stairs", - "waexpcutcopperstair": "waxed_exposed_cut_copper_stairs", - "waexpcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "waexpcutcopstair": "waxed_exposed_cut_copper_stairs", - "waexpcutcopstairs": "waxed_exposed_cut_copper_stairs", - "waexpcutcostair": "waxed_exposed_cut_copper_stairs", - "waexpcutcostairs": "waxed_exposed_cut_copper_stairs", - "waexposedccopperstair": "waxed_exposed_cut_copper_stairs", - "waexposedccopperstairs": "waxed_exposed_cut_copper_stairs", - "waexposedccopstair": "waxed_exposed_cut_copper_stairs", - "waexposedccopstairs": "waxed_exposed_cut_copper_stairs", - "waexposedccostair": "waxed_exposed_cut_copper_stairs", - "waexposedccostairs": "waxed_exposed_cut_copper_stairs", - "waexposedcutcopperstair": "waxed_exposed_cut_copper_stairs", - "waexposedcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "waexposedcutcopstair": "waxed_exposed_cut_copper_stairs", - "waexposedcutcopstairs": "waxed_exposed_cut_copper_stairs", - "waexposedcutcostair": "waxed_exposed_cut_copper_stairs", - "waexposedcutcostairs": "waxed_exposed_cut_copper_stairs", - "waxcexcopperstair": "waxed_exposed_cut_copper_stairs", - "waxcexcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxcexcopstair": "waxed_exposed_cut_copper_stairs", - "waxcexcopstairs": "waxed_exposed_cut_copper_stairs", - "waxcexcostair": "waxed_exposed_cut_copper_stairs", - "waxcexcostairs": "waxed_exposed_cut_copper_stairs", - "waxcexpcopperstair": "waxed_exposed_cut_copper_stairs", - "waxcexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxcexpcopstair": "waxed_exposed_cut_copper_stairs", - "waxcexpcopstairs": "waxed_exposed_cut_copper_stairs", - "waxcexpcostair": "waxed_exposed_cut_copper_stairs", - "waxcexpcostairs": "waxed_exposed_cut_copper_stairs", - "waxcexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "waxcexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxcexposedcopstair": "waxed_exposed_cut_copper_stairs", - "waxcexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "waxcexposedcostair": "waxed_exposed_cut_copper_stairs", - "waxcexposedcostairs": "waxed_exposed_cut_copper_stairs", - "waxcutexcopperstair": "waxed_exposed_cut_copper_stairs", - "waxcutexcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxcutexcopstair": "waxed_exposed_cut_copper_stairs", - "waxcutexcopstairs": "waxed_exposed_cut_copper_stairs", - "waxcutexcostair": "waxed_exposed_cut_copper_stairs", - "waxcutexcostairs": "waxed_exposed_cut_copper_stairs", - "waxcutexpcopperstair": "waxed_exposed_cut_copper_stairs", - "waxcutexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxcutexpcopstair": "waxed_exposed_cut_copper_stairs", - "waxcutexpcopstairs": "waxed_exposed_cut_copper_stairs", - "waxcutexpcostair": "waxed_exposed_cut_copper_stairs", - "waxcutexpcostairs": "waxed_exposed_cut_copper_stairs", - "waxcutexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "waxcutexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxcutexposedcopstair": "waxed_exposed_cut_copper_stairs", - "waxcutexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "waxcutexposedcostair": "waxed_exposed_cut_copper_stairs", - "waxcutexposedcostairs": "waxed_exposed_cut_copper_stairs", - "waxedcexcopperstair": "waxed_exposed_cut_copper_stairs", - "waxedcexcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedcexcopstair": "waxed_exposed_cut_copper_stairs", - "waxedcexcopstairs": "waxed_exposed_cut_copper_stairs", - "waxedcexcostair": "waxed_exposed_cut_copper_stairs", - "waxedcexcostairs": "waxed_exposed_cut_copper_stairs", - "waxedcexpcopperstair": "waxed_exposed_cut_copper_stairs", - "waxedcexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedcexpcopstair": "waxed_exposed_cut_copper_stairs", - "waxedcexpcopstairs": "waxed_exposed_cut_copper_stairs", - "waxedcexpcostair": "waxed_exposed_cut_copper_stairs", - "waxedcexpcostairs": "waxed_exposed_cut_copper_stairs", - "waxedcexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "waxedcexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedcexposedcopstair": "waxed_exposed_cut_copper_stairs", - "waxedcexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "waxedcexposedcostair": "waxed_exposed_cut_copper_stairs", - "waxedcexposedcostairs": "waxed_exposed_cut_copper_stairs", - "waxedcutexcopperstair": "waxed_exposed_cut_copper_stairs", - "waxedcutexcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedcutexcopstair": "waxed_exposed_cut_copper_stairs", - "waxedcutexcopstairs": "waxed_exposed_cut_copper_stairs", - "waxedcutexcostair": "waxed_exposed_cut_copper_stairs", - "waxedcutexcostairs": "waxed_exposed_cut_copper_stairs", - "waxedcutexpcopperstair": "waxed_exposed_cut_copper_stairs", - "waxedcutexpcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedcutexpcopstair": "waxed_exposed_cut_copper_stairs", - "waxedcutexpcopstairs": "waxed_exposed_cut_copper_stairs", - "waxedcutexpcostair": "waxed_exposed_cut_copper_stairs", - "waxedcutexpcostairs": "waxed_exposed_cut_copper_stairs", - "waxedcutexposedcopperstair": "waxed_exposed_cut_copper_stairs", - "waxedcutexposedcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedcutexposedcopstair": "waxed_exposed_cut_copper_stairs", - "waxedcutexposedcopstairs": "waxed_exposed_cut_copper_stairs", - "waxedcutexposedcostair": "waxed_exposed_cut_copper_stairs", - "waxedcutexposedcostairs": "waxed_exposed_cut_copper_stairs", - "waxedexccopperstair": "waxed_exposed_cut_copper_stairs", - "waxedexccopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedexccopstair": "waxed_exposed_cut_copper_stairs", - "waxedexccopstairs": "waxed_exposed_cut_copper_stairs", - "waxedexccostair": "waxed_exposed_cut_copper_stairs", - "waxedexccostairs": "waxed_exposed_cut_copper_stairs", - "waxedexcutcopperstair": "waxed_exposed_cut_copper_stairs", - "waxedexcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedexcutcopstair": "waxed_exposed_cut_copper_stairs", - "waxedexcutcopstairs": "waxed_exposed_cut_copper_stairs", - "waxedexcutcostair": "waxed_exposed_cut_copper_stairs", - "waxedexcutcostairs": "waxed_exposed_cut_copper_stairs", - "waxedexpccopperstair": "waxed_exposed_cut_copper_stairs", - "waxedexpccopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedexpccopstair": "waxed_exposed_cut_copper_stairs", - "waxedexpccopstairs": "waxed_exposed_cut_copper_stairs", - "waxedexpccostair": "waxed_exposed_cut_copper_stairs", - "waxedexpccostairs": "waxed_exposed_cut_copper_stairs", - "waxedexpcutcopperstair": "waxed_exposed_cut_copper_stairs", - "waxedexpcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedexpcutcopstair": "waxed_exposed_cut_copper_stairs", - "waxedexpcutcopstairs": "waxed_exposed_cut_copper_stairs", - "waxedexpcutcostair": "waxed_exposed_cut_copper_stairs", - "waxedexpcutcostairs": "waxed_exposed_cut_copper_stairs", - "waxedexposedccopperstair": "waxed_exposed_cut_copper_stairs", - "waxedexposedccopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedexposedccopstair": "waxed_exposed_cut_copper_stairs", - "waxedexposedccopstairs": "waxed_exposed_cut_copper_stairs", - "waxedexposedccostair": "waxed_exposed_cut_copper_stairs", - "waxedexposedccostairs": "waxed_exposed_cut_copper_stairs", - "waxedexposedcutcopperstair": "waxed_exposed_cut_copper_stairs", - "waxedexposedcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxedexposedcutcopstair": "waxed_exposed_cut_copper_stairs", - "waxedexposedcutcopstairs": "waxed_exposed_cut_copper_stairs", - "waxedexposedcutcostair": "waxed_exposed_cut_copper_stairs", - "waxedexposedcutcostairs": "waxed_exposed_cut_copper_stairs", - "waxexccopperstair": "waxed_exposed_cut_copper_stairs", - "waxexccopperstairs": "waxed_exposed_cut_copper_stairs", - "waxexccopstair": "waxed_exposed_cut_copper_stairs", - "waxexccopstairs": "waxed_exposed_cut_copper_stairs", - "waxexccostair": "waxed_exposed_cut_copper_stairs", - "waxexccostairs": "waxed_exposed_cut_copper_stairs", - "waxexcutcopperstair": "waxed_exposed_cut_copper_stairs", - "waxexcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxexcutcopstair": "waxed_exposed_cut_copper_stairs", - "waxexcutcopstairs": "waxed_exposed_cut_copper_stairs", - "waxexcutcostair": "waxed_exposed_cut_copper_stairs", - "waxexcutcostairs": "waxed_exposed_cut_copper_stairs", - "waxexpccopperstair": "waxed_exposed_cut_copper_stairs", - "waxexpccopperstairs": "waxed_exposed_cut_copper_stairs", - "waxexpccopstair": "waxed_exposed_cut_copper_stairs", - "waxexpccopstairs": "waxed_exposed_cut_copper_stairs", - "waxexpccostair": "waxed_exposed_cut_copper_stairs", - "waxexpccostairs": "waxed_exposed_cut_copper_stairs", - "waxexpcutcopperstair": "waxed_exposed_cut_copper_stairs", - "waxexpcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxexpcutcopstair": "waxed_exposed_cut_copper_stairs", - "waxexpcutcopstairs": "waxed_exposed_cut_copper_stairs", - "waxexpcutcostair": "waxed_exposed_cut_copper_stairs", - "waxexpcutcostairs": "waxed_exposed_cut_copper_stairs", - "waxexposedccopperstair": "waxed_exposed_cut_copper_stairs", - "waxexposedccopperstairs": "waxed_exposed_cut_copper_stairs", - "waxexposedccopstair": "waxed_exposed_cut_copper_stairs", - "waxexposedccopstairs": "waxed_exposed_cut_copper_stairs", - "waxexposedccostair": "waxed_exposed_cut_copper_stairs", - "waxexposedccostairs": "waxed_exposed_cut_copper_stairs", - "waxexposedcutcopperstair": "waxed_exposed_cut_copper_stairs", - "waxexposedcutcopperstairs": "waxed_exposed_cut_copper_stairs", - "waxexposedcutcopstair": "waxed_exposed_cut_copper_stairs", - "waxexposedcutcopstairs": "waxed_exposed_cut_copper_stairs", - "waxexposedcutcostair": "waxed_exposed_cut_copper_stairs", - "waxexposedcutcostairs": "waxed_exposed_cut_copper_stairs", - "waxed_oxidized_copper": { - "material": "WAXED_OXIDIZED_COPPER" - }, - "minecraft:waxed_oxidized_copper": "waxed_oxidized_copper", - "oxidisedwacoblock": "waxed_oxidized_copper", - "oxidisedwacopblock": "waxed_oxidized_copper", - "oxidisedwacopperblock": "waxed_oxidized_copper", - "oxidisedwaxcoblock": "waxed_oxidized_copper", - "oxidisedwaxcopblock": "waxed_oxidized_copper", - "oxidisedwaxcopperblock": "waxed_oxidized_copper", - "oxidisedwaxedcoblock": "waxed_oxidized_copper", - "oxidisedwaxedcopblock": "waxed_oxidized_copper", - "oxidisedwaxedcopperblock": "waxed_oxidized_copper", - "oxidizedwacoblock": "waxed_oxidized_copper", - "oxidizedwacopblock": "waxed_oxidized_copper", - "oxidizedwacopperblock": "waxed_oxidized_copper", - "oxidizedwaxcoblock": "waxed_oxidized_copper", - "oxidizedwaxcopblock": "waxed_oxidized_copper", - "oxidizedwaxcopperblock": "waxed_oxidized_copper", - "oxidizedwaxedcoblock": "waxed_oxidized_copper", - "oxidizedwaxedcopblock": "waxed_oxidized_copper", - "oxidizedwaxedcopperblock": "waxed_oxidized_copper", - "oxiwacoblock": "waxed_oxidized_copper", - "oxiwacopblock": "waxed_oxidized_copper", - "oxiwacopperblock": "waxed_oxidized_copper", - "oxiwaxcoblock": "waxed_oxidized_copper", - "oxiwaxcopblock": "waxed_oxidized_copper", - "oxiwaxcopperblock": "waxed_oxidized_copper", - "oxiwaxedcoblock": "waxed_oxidized_copper", - "oxiwaxedcopblock": "waxed_oxidized_copper", - "oxiwaxedcopperblock": "waxed_oxidized_copper", - "oxywacoblock": "waxed_oxidized_copper", - "oxywacopblock": "waxed_oxidized_copper", - "oxywacopperblock": "waxed_oxidized_copper", - "oxywaxcoblock": "waxed_oxidized_copper", - "oxywaxcopblock": "waxed_oxidized_copper", - "oxywaxcopperblock": "waxed_oxidized_copper", - "oxywaxedcoblock": "waxed_oxidized_copper", - "oxywaxedcopblock": "waxed_oxidized_copper", - "oxywaxedcopperblock": "waxed_oxidized_copper", - "waoxicoblock": "waxed_oxidized_copper", - "waoxicopblock": "waxed_oxidized_copper", - "waoxicopperblock": "waxed_oxidized_copper", - "waoxidisedcoblock": "waxed_oxidized_copper", - "waoxidisedcopblock": "waxed_oxidized_copper", - "waoxidisedcopperblock": "waxed_oxidized_copper", - "waoxidizedcoblock": "waxed_oxidized_copper", - "waoxidizedcopblock": "waxed_oxidized_copper", - "waoxidizedcopperblock": "waxed_oxidized_copper", - "waoxycoblock": "waxed_oxidized_copper", - "waoxycopblock": "waxed_oxidized_copper", - "waoxycopperblock": "waxed_oxidized_copper", - "waxedoxicoblock": "waxed_oxidized_copper", - "waxedoxicopblock": "waxed_oxidized_copper", - "waxedoxicopperblock": "waxed_oxidized_copper", - "waxedoxidisedcoblock": "waxed_oxidized_copper", - "waxedoxidisedcopblock": "waxed_oxidized_copper", - "waxedoxidisedcopperblock": "waxed_oxidized_copper", - "waxedoxidizedcoblock": "waxed_oxidized_copper", - "waxedoxidizedcopblock": "waxed_oxidized_copper", - "waxedoxidizedcopper": "waxed_oxidized_copper", - "waxedoxidizedcopperblock": "waxed_oxidized_copper", - "waxedoxycoblock": "waxed_oxidized_copper", - "waxedoxycopblock": "waxed_oxidized_copper", - "waxedoxycopperblock": "waxed_oxidized_copper", - "waxoxicoblock": "waxed_oxidized_copper", - "waxoxicopblock": "waxed_oxidized_copper", - "waxoxicopperblock": "waxed_oxidized_copper", - "waxoxidisedcoblock": "waxed_oxidized_copper", - "waxoxidisedcopblock": "waxed_oxidized_copper", - "waxoxidisedcopperblock": "waxed_oxidized_copper", - "waxoxidizedcoblock": "waxed_oxidized_copper", - "waxoxidizedcopblock": "waxed_oxidized_copper", - "waxoxidizedcopperblock": "waxed_oxidized_copper", - "waxoxycoblock": "waxed_oxidized_copper", - "waxoxycopblock": "waxed_oxidized_copper", - "waxoxycopperblock": "waxed_oxidized_copper", - "waxed_oxidized_cut_copper": { - "material": "WAXED_OXIDIZED_CUT_COPPER" - }, - "coxidisedwacoblock": "waxed_oxidized_cut_copper", - "coxidisedwacopblock": "waxed_oxidized_cut_copper", - "coxidisedwacopperblock": "waxed_oxidized_cut_copper", - "coxidisedwaxcoblock": "waxed_oxidized_cut_copper", - "coxidisedwaxcopblock": "waxed_oxidized_cut_copper", - "coxidisedwaxcopperblock": "waxed_oxidized_cut_copper", - "coxidisedwaxedcoblock": "waxed_oxidized_cut_copper", - "coxidisedwaxedcopblock": "waxed_oxidized_cut_copper", - "coxidisedwaxedcopperblock": "waxed_oxidized_cut_copper", - "coxidizedwacoblock": "waxed_oxidized_cut_copper", - "coxidizedwacopblock": "waxed_oxidized_cut_copper", - "coxidizedwacopperblock": "waxed_oxidized_cut_copper", - "coxidizedwaxcoblock": "waxed_oxidized_cut_copper", - "coxidizedwaxcopblock": "waxed_oxidized_cut_copper", - "coxidizedwaxcopperblock": "waxed_oxidized_cut_copper", - "coxidizedwaxedcoblock": "waxed_oxidized_cut_copper", - "coxidizedwaxedcopblock": "waxed_oxidized_cut_copper", - "coxidizedwaxedcopperblock": "waxed_oxidized_cut_copper", - "coxiwacoblock": "waxed_oxidized_cut_copper", - "coxiwacopblock": "waxed_oxidized_cut_copper", - "coxiwacopperblock": "waxed_oxidized_cut_copper", - "coxiwaxcoblock": "waxed_oxidized_cut_copper", - "coxiwaxcopblock": "waxed_oxidized_cut_copper", - "coxiwaxcopperblock": "waxed_oxidized_cut_copper", - "coxiwaxedcoblock": "waxed_oxidized_cut_copper", - "coxiwaxedcopblock": "waxed_oxidized_cut_copper", - "coxiwaxedcopperblock": "waxed_oxidized_cut_copper", - "coxywacoblock": "waxed_oxidized_cut_copper", - "coxywacopblock": "waxed_oxidized_cut_copper", - "coxywacopperblock": "waxed_oxidized_cut_copper", - "coxywaxcoblock": "waxed_oxidized_cut_copper", - "coxywaxcopblock": "waxed_oxidized_cut_copper", - "coxywaxcopperblock": "waxed_oxidized_cut_copper", - "coxywaxedcoblock": "waxed_oxidized_cut_copper", - "coxywaxedcopblock": "waxed_oxidized_cut_copper", - "coxywaxedcopperblock": "waxed_oxidized_cut_copper", - "cutoxidisedwacoblock": "waxed_oxidized_cut_copper", - "cutoxidisedwacopblock": "waxed_oxidized_cut_copper", - "cutoxidisedwacopperblock": "waxed_oxidized_cut_copper", - "cutoxidisedwaxcoblock": "waxed_oxidized_cut_copper", - "cutoxidisedwaxcopblock": "waxed_oxidized_cut_copper", - "cutoxidisedwaxcopperblock": "waxed_oxidized_cut_copper", - "cutoxidisedwaxedcoblock": "waxed_oxidized_cut_copper", - "cutoxidisedwaxedcopblock": "waxed_oxidized_cut_copper", - "cutoxidisedwaxedcopperblock": "waxed_oxidized_cut_copper", - "cutoxidizedwacoblock": "waxed_oxidized_cut_copper", - "cutoxidizedwacopblock": "waxed_oxidized_cut_copper", - "cutoxidizedwacopperblock": "waxed_oxidized_cut_copper", - "cutoxidizedwaxcoblock": "waxed_oxidized_cut_copper", - "cutoxidizedwaxcopblock": "waxed_oxidized_cut_copper", - "cutoxidizedwaxcopperblock": "waxed_oxidized_cut_copper", - "cutoxidizedwaxedcoblock": "waxed_oxidized_cut_copper", - "cutoxidizedwaxedcopblock": "waxed_oxidized_cut_copper", - "cutoxidizedwaxedcopperblock": "waxed_oxidized_cut_copper", - "cutoxiwacoblock": "waxed_oxidized_cut_copper", - "cutoxiwacopblock": "waxed_oxidized_cut_copper", - "cutoxiwacopperblock": "waxed_oxidized_cut_copper", - "cutoxiwaxcoblock": "waxed_oxidized_cut_copper", - "cutoxiwaxcopblock": "waxed_oxidized_cut_copper", - "cutoxiwaxcopperblock": "waxed_oxidized_cut_copper", - "cutoxiwaxedcoblock": "waxed_oxidized_cut_copper", - "cutoxiwaxedcopblock": "waxed_oxidized_cut_copper", - "cutoxiwaxedcopperblock": "waxed_oxidized_cut_copper", - "cutoxywacoblock": "waxed_oxidized_cut_copper", - "cutoxywacopblock": "waxed_oxidized_cut_copper", - "cutoxywacopperblock": "waxed_oxidized_cut_copper", - "cutoxywaxcoblock": "waxed_oxidized_cut_copper", - "cutoxywaxcopblock": "waxed_oxidized_cut_copper", - "cutoxywaxcopperblock": "waxed_oxidized_cut_copper", - "cutoxywaxedcoblock": "waxed_oxidized_cut_copper", - "cutoxywaxedcopblock": "waxed_oxidized_cut_copper", - "cutoxywaxedcopperblock": "waxed_oxidized_cut_copper", - "cutwaoxicoblock": "waxed_oxidized_cut_copper", - "cutwaoxicopblock": "waxed_oxidized_cut_copper", - "cutwaoxicopperblock": "waxed_oxidized_cut_copper", - "cutwaoxidisedcoblock": "waxed_oxidized_cut_copper", - "cutwaoxidisedcopblock": "waxed_oxidized_cut_copper", - "cutwaoxidisedcopperblock": "waxed_oxidized_cut_copper", - "cutwaoxidizedcoblock": "waxed_oxidized_cut_copper", - "cutwaoxidizedcopblock": "waxed_oxidized_cut_copper", - "cutwaoxidizedcopperblock": "waxed_oxidized_cut_copper", - "cutwaoxycoblock": "waxed_oxidized_cut_copper", - "cutwaoxycopblock": "waxed_oxidized_cut_copper", - "cutwaoxycopperblock": "waxed_oxidized_cut_copper", - "cutwaxedoxicoblock": "waxed_oxidized_cut_copper", - "cutwaxedoxicopblock": "waxed_oxidized_cut_copper", - "cutwaxedoxicopperblock": "waxed_oxidized_cut_copper", - "cutwaxedoxidisedcoblock": "waxed_oxidized_cut_copper", - "cutwaxedoxidisedcopblock": "waxed_oxidized_cut_copper", - "cutwaxedoxidisedcopperblock": "waxed_oxidized_cut_copper", - "cutwaxedoxidizedcoblock": "waxed_oxidized_cut_copper", - "cutwaxedoxidizedcopblock": "waxed_oxidized_cut_copper", - "cutwaxedoxidizedcopperblock": "waxed_oxidized_cut_copper", - "cutwaxedoxycoblock": "waxed_oxidized_cut_copper", - "cutwaxedoxycopblock": "waxed_oxidized_cut_copper", - "cutwaxedoxycopperblock": "waxed_oxidized_cut_copper", - "cutwaxoxicoblock": "waxed_oxidized_cut_copper", - "cutwaxoxicopblock": "waxed_oxidized_cut_copper", - "cutwaxoxicopperblock": "waxed_oxidized_cut_copper", - "cutwaxoxidisedcoblock": "waxed_oxidized_cut_copper", - "cutwaxoxidisedcopblock": "waxed_oxidized_cut_copper", - "cutwaxoxidisedcopperblock": "waxed_oxidized_cut_copper", - "cutwaxoxidizedcoblock": "waxed_oxidized_cut_copper", - "cutwaxoxidizedcopblock": "waxed_oxidized_cut_copper", - "cutwaxoxidizedcopperblock": "waxed_oxidized_cut_copper", - "cutwaxoxycoblock": "waxed_oxidized_cut_copper", - "cutwaxoxycopblock": "waxed_oxidized_cut_copper", - "cutwaxoxycopperblock": "waxed_oxidized_cut_copper", - "cwaoxicoblock": "waxed_oxidized_cut_copper", - "cwaoxicopblock": "waxed_oxidized_cut_copper", - "cwaoxicopperblock": "waxed_oxidized_cut_copper", - "cwaoxidisedcoblock": "waxed_oxidized_cut_copper", - "cwaoxidisedcopblock": "waxed_oxidized_cut_copper", - "cwaoxidisedcopperblock": "waxed_oxidized_cut_copper", - "cwaoxidizedcoblock": "waxed_oxidized_cut_copper", - "cwaoxidizedcopblock": "waxed_oxidized_cut_copper", - "cwaoxidizedcopperblock": "waxed_oxidized_cut_copper", - "cwaoxycoblock": "waxed_oxidized_cut_copper", - "cwaoxycopblock": "waxed_oxidized_cut_copper", - "cwaoxycopperblock": "waxed_oxidized_cut_copper", - "cwaxedoxicoblock": "waxed_oxidized_cut_copper", - "cwaxedoxicopblock": "waxed_oxidized_cut_copper", - "cwaxedoxicopperblock": "waxed_oxidized_cut_copper", - "cwaxedoxidisedcoblock": "waxed_oxidized_cut_copper", - "cwaxedoxidisedcopblock": "waxed_oxidized_cut_copper", - "cwaxedoxidisedcopperblock": "waxed_oxidized_cut_copper", - "cwaxedoxidizedcoblock": "waxed_oxidized_cut_copper", - "cwaxedoxidizedcopblock": "waxed_oxidized_cut_copper", - "cwaxedoxidizedcopperblock": "waxed_oxidized_cut_copper", - "cwaxedoxycoblock": "waxed_oxidized_cut_copper", - "cwaxedoxycopblock": "waxed_oxidized_cut_copper", - "cwaxedoxycopperblock": "waxed_oxidized_cut_copper", - "cwaxoxicoblock": "waxed_oxidized_cut_copper", - "cwaxoxicopblock": "waxed_oxidized_cut_copper", - "cwaxoxicopperblock": "waxed_oxidized_cut_copper", - "cwaxoxidisedcoblock": "waxed_oxidized_cut_copper", - "cwaxoxidisedcopblock": "waxed_oxidized_cut_copper", - "cwaxoxidisedcopperblock": "waxed_oxidized_cut_copper", - "cwaxoxidizedcoblock": "waxed_oxidized_cut_copper", - "cwaxoxidizedcopblock": "waxed_oxidized_cut_copper", - "cwaxoxidizedcopperblock": "waxed_oxidized_cut_copper", - "cwaxoxycoblock": "waxed_oxidized_cut_copper", - "cwaxoxycopblock": "waxed_oxidized_cut_copper", - "cwaxoxycopperblock": "waxed_oxidized_cut_copper", - "minecraft:waxed_oxidized_cut_copper": "waxed_oxidized_cut_copper", - "oxicutwacoblock": "waxed_oxidized_cut_copper", - "oxicutwacopblock": "waxed_oxidized_cut_copper", - "oxicutwacopperblock": "waxed_oxidized_cut_copper", - "oxicutwaxcoblock": "waxed_oxidized_cut_copper", - "oxicutwaxcopblock": "waxed_oxidized_cut_copper", - "oxicutwaxcopperblock": "waxed_oxidized_cut_copper", - "oxicutwaxedcoblock": "waxed_oxidized_cut_copper", - "oxicutwaxedcopblock": "waxed_oxidized_cut_copper", - "oxicutwaxedcopperblock": "waxed_oxidized_cut_copper", - "oxicwacoblock": "waxed_oxidized_cut_copper", - "oxicwacopblock": "waxed_oxidized_cut_copper", - "oxicwacopperblock": "waxed_oxidized_cut_copper", - "oxicwaxcoblock": "waxed_oxidized_cut_copper", - "oxicwaxcopblock": "waxed_oxidized_cut_copper", - "oxicwaxcopperblock": "waxed_oxidized_cut_copper", - "oxicwaxedcoblock": "waxed_oxidized_cut_copper", - "oxicwaxedcopblock": "waxed_oxidized_cut_copper", - "oxicwaxedcopperblock": "waxed_oxidized_cut_copper", - "oxidisedcutwacoblock": "waxed_oxidized_cut_copper", - "oxidisedcutwacopblock": "waxed_oxidized_cut_copper", - "oxidisedcutwacopperblock": "waxed_oxidized_cut_copper", - "oxidisedcutwaxcoblock": "waxed_oxidized_cut_copper", - "oxidisedcutwaxcopblock": "waxed_oxidized_cut_copper", - "oxidisedcutwaxcopperblock": "waxed_oxidized_cut_copper", - "oxidisedcutwaxedcoblock": "waxed_oxidized_cut_copper", - "oxidisedcutwaxedcopblock": "waxed_oxidized_cut_copper", - "oxidisedcutwaxedcopperblock": "waxed_oxidized_cut_copper", - "oxidisedcwacoblock": "waxed_oxidized_cut_copper", - "oxidisedcwacopblock": "waxed_oxidized_cut_copper", - "oxidisedcwacopperblock": "waxed_oxidized_cut_copper", - "oxidisedcwaxcoblock": "waxed_oxidized_cut_copper", - "oxidisedcwaxcopblock": "waxed_oxidized_cut_copper", - "oxidisedcwaxcopperblock": "waxed_oxidized_cut_copper", - "oxidisedcwaxedcoblock": "waxed_oxidized_cut_copper", - "oxidisedcwaxedcopblock": "waxed_oxidized_cut_copper", - "oxidisedcwaxedcopperblock": "waxed_oxidized_cut_copper", - "oxidisedwaccoblock": "waxed_oxidized_cut_copper", - "oxidisedwaccopblock": "waxed_oxidized_cut_copper", - "oxidisedwaccopperblock": "waxed_oxidized_cut_copper", - "oxidisedwacutcoblock": "waxed_oxidized_cut_copper", - "oxidisedwacutcopblock": "waxed_oxidized_cut_copper", - "oxidisedwacutcopperblock": "waxed_oxidized_cut_copper", - "oxidisedwaxccoblock": "waxed_oxidized_cut_copper", - "oxidisedwaxccopblock": "waxed_oxidized_cut_copper", - "oxidisedwaxccopperblock": "waxed_oxidized_cut_copper", - "oxidisedwaxcutcoblock": "waxed_oxidized_cut_copper", - "oxidisedwaxcutcopblock": "waxed_oxidized_cut_copper", - "oxidisedwaxcutcopperblock": "waxed_oxidized_cut_copper", - "oxidisedwaxedccoblock": "waxed_oxidized_cut_copper", - "oxidisedwaxedccopblock": "waxed_oxidized_cut_copper", - "oxidisedwaxedccopperblock": "waxed_oxidized_cut_copper", - "oxidisedwaxedcutcoblock": "waxed_oxidized_cut_copper", - "oxidisedwaxedcutcopblock": "waxed_oxidized_cut_copper", - "oxidisedwaxedcutcopperblock": "waxed_oxidized_cut_copper", - "oxidizedcutwacoblock": "waxed_oxidized_cut_copper", - "oxidizedcutwacopblock": "waxed_oxidized_cut_copper", - "oxidizedcutwacopperblock": "waxed_oxidized_cut_copper", - "oxidizedcutwaxcoblock": "waxed_oxidized_cut_copper", - "oxidizedcutwaxcopblock": "waxed_oxidized_cut_copper", - "oxidizedcutwaxcopperblock": "waxed_oxidized_cut_copper", - "oxidizedcutwaxedcoblock": "waxed_oxidized_cut_copper", - "oxidizedcutwaxedcopblock": "waxed_oxidized_cut_copper", - "oxidizedcutwaxedcopperblock": "waxed_oxidized_cut_copper", - "oxidizedcwacoblock": "waxed_oxidized_cut_copper", - "oxidizedcwacopblock": "waxed_oxidized_cut_copper", - "oxidizedcwacopperblock": "waxed_oxidized_cut_copper", - "oxidizedcwaxcoblock": "waxed_oxidized_cut_copper", - "oxidizedcwaxcopblock": "waxed_oxidized_cut_copper", - "oxidizedcwaxcopperblock": "waxed_oxidized_cut_copper", - "oxidizedcwaxedcoblock": "waxed_oxidized_cut_copper", - "oxidizedcwaxedcopblock": "waxed_oxidized_cut_copper", - "oxidizedcwaxedcopperblock": "waxed_oxidized_cut_copper", - "oxidizedwaccoblock": "waxed_oxidized_cut_copper", - "oxidizedwaccopblock": "waxed_oxidized_cut_copper", - "oxidizedwaccopperblock": "waxed_oxidized_cut_copper", - "oxidizedwacutcoblock": "waxed_oxidized_cut_copper", - "oxidizedwacutcopblock": "waxed_oxidized_cut_copper", - "oxidizedwacutcopperblock": "waxed_oxidized_cut_copper", - "oxidizedwaxccoblock": "waxed_oxidized_cut_copper", - "oxidizedwaxccopblock": "waxed_oxidized_cut_copper", - "oxidizedwaxccopperblock": "waxed_oxidized_cut_copper", - "oxidizedwaxcutcoblock": "waxed_oxidized_cut_copper", - "oxidizedwaxcutcopblock": "waxed_oxidized_cut_copper", - "oxidizedwaxcutcopperblock": "waxed_oxidized_cut_copper", - "oxidizedwaxedccoblock": "waxed_oxidized_cut_copper", - "oxidizedwaxedccopblock": "waxed_oxidized_cut_copper", - "oxidizedwaxedccopperblock": "waxed_oxidized_cut_copper", - "oxidizedwaxedcutcoblock": "waxed_oxidized_cut_copper", - "oxidizedwaxedcutcopblock": "waxed_oxidized_cut_copper", - "oxidizedwaxedcutcopperblock": "waxed_oxidized_cut_copper", - "oxiwaccoblock": "waxed_oxidized_cut_copper", - "oxiwaccopblock": "waxed_oxidized_cut_copper", - "oxiwaccopperblock": "waxed_oxidized_cut_copper", - "oxiwacutcoblock": "waxed_oxidized_cut_copper", - "oxiwacutcopblock": "waxed_oxidized_cut_copper", - "oxiwacutcopperblock": "waxed_oxidized_cut_copper", - "oxiwaxccoblock": "waxed_oxidized_cut_copper", - "oxiwaxccopblock": "waxed_oxidized_cut_copper", - "oxiwaxccopperblock": "waxed_oxidized_cut_copper", - "oxiwaxcutcoblock": "waxed_oxidized_cut_copper", - "oxiwaxcutcopblock": "waxed_oxidized_cut_copper", - "oxiwaxcutcopperblock": "waxed_oxidized_cut_copper", - "oxiwaxedccoblock": "waxed_oxidized_cut_copper", - "oxiwaxedccopblock": "waxed_oxidized_cut_copper", - "oxiwaxedccopperblock": "waxed_oxidized_cut_copper", - "oxiwaxedcutcoblock": "waxed_oxidized_cut_copper", - "oxiwaxedcutcopblock": "waxed_oxidized_cut_copper", - "oxiwaxedcutcopperblock": "waxed_oxidized_cut_copper", - "oxycutwacoblock": "waxed_oxidized_cut_copper", - "oxycutwacopblock": "waxed_oxidized_cut_copper", - "oxycutwacopperblock": "waxed_oxidized_cut_copper", - "oxycutwaxcoblock": "waxed_oxidized_cut_copper", - "oxycutwaxcopblock": "waxed_oxidized_cut_copper", - "oxycutwaxcopperblock": "waxed_oxidized_cut_copper", - "oxycutwaxedcoblock": "waxed_oxidized_cut_copper", - "oxycutwaxedcopblock": "waxed_oxidized_cut_copper", - "oxycutwaxedcopperblock": "waxed_oxidized_cut_copper", - "oxycwacoblock": "waxed_oxidized_cut_copper", - "oxycwacopblock": "waxed_oxidized_cut_copper", - "oxycwacopperblock": "waxed_oxidized_cut_copper", - "oxycwaxcoblock": "waxed_oxidized_cut_copper", - "oxycwaxcopblock": "waxed_oxidized_cut_copper", - "oxycwaxcopperblock": "waxed_oxidized_cut_copper", - "oxycwaxedcoblock": "waxed_oxidized_cut_copper", - "oxycwaxedcopblock": "waxed_oxidized_cut_copper", - "oxycwaxedcopperblock": "waxed_oxidized_cut_copper", - "oxywaccoblock": "waxed_oxidized_cut_copper", - "oxywaccopblock": "waxed_oxidized_cut_copper", - "oxywaccopperblock": "waxed_oxidized_cut_copper", - "oxywacutcoblock": "waxed_oxidized_cut_copper", - "oxywacutcopblock": "waxed_oxidized_cut_copper", - "oxywacutcopperblock": "waxed_oxidized_cut_copper", - "oxywaxccoblock": "waxed_oxidized_cut_copper", - "oxywaxccopblock": "waxed_oxidized_cut_copper", - "oxywaxccopperblock": "waxed_oxidized_cut_copper", - "oxywaxcutcoblock": "waxed_oxidized_cut_copper", - "oxywaxcutcopblock": "waxed_oxidized_cut_copper", - "oxywaxcutcopperblock": "waxed_oxidized_cut_copper", - "oxywaxedccoblock": "waxed_oxidized_cut_copper", - "oxywaxedccopblock": "waxed_oxidized_cut_copper", - "oxywaxedccopperblock": "waxed_oxidized_cut_copper", - "oxywaxedcutcoblock": "waxed_oxidized_cut_copper", - "oxywaxedcutcopblock": "waxed_oxidized_cut_copper", - "oxywaxedcutcopperblock": "waxed_oxidized_cut_copper", - "wacoxicoblock": "waxed_oxidized_cut_copper", - "wacoxicopblock": "waxed_oxidized_cut_copper", - "wacoxicopperblock": "waxed_oxidized_cut_copper", - "wacoxidisedcoblock": "waxed_oxidized_cut_copper", - "wacoxidisedcopblock": "waxed_oxidized_cut_copper", - "wacoxidisedcopperblock": "waxed_oxidized_cut_copper", - "wacoxidizedcoblock": "waxed_oxidized_cut_copper", - "wacoxidizedcopblock": "waxed_oxidized_cut_copper", - "wacoxidizedcopperblock": "waxed_oxidized_cut_copper", - "wacoxycoblock": "waxed_oxidized_cut_copper", - "wacoxycopblock": "waxed_oxidized_cut_copper", - "wacoxycopperblock": "waxed_oxidized_cut_copper", - "wacutoxicoblock": "waxed_oxidized_cut_copper", - "wacutoxicopblock": "waxed_oxidized_cut_copper", - "wacutoxicopperblock": "waxed_oxidized_cut_copper", - "wacutoxidisedcoblock": "waxed_oxidized_cut_copper", - "wacutoxidisedcopblock": "waxed_oxidized_cut_copper", - "wacutoxidisedcopperblock": "waxed_oxidized_cut_copper", - "wacutoxidizedcoblock": "waxed_oxidized_cut_copper", - "wacutoxidizedcopblock": "waxed_oxidized_cut_copper", - "wacutoxidizedcopperblock": "waxed_oxidized_cut_copper", - "wacutoxycoblock": "waxed_oxidized_cut_copper", - "wacutoxycopblock": "waxed_oxidized_cut_copper", - "wacutoxycopperblock": "waxed_oxidized_cut_copper", - "waoxiccoblock": "waxed_oxidized_cut_copper", - "waoxiccopblock": "waxed_oxidized_cut_copper", - "waoxiccopperblock": "waxed_oxidized_cut_copper", - "waoxicutcoblock": "waxed_oxidized_cut_copper", - "waoxicutcopblock": "waxed_oxidized_cut_copper", - "waoxicutcopperblock": "waxed_oxidized_cut_copper", - "waoxidisedccoblock": "waxed_oxidized_cut_copper", - "waoxidisedccopblock": "waxed_oxidized_cut_copper", - "waoxidisedccopperblock": "waxed_oxidized_cut_copper", - "waoxidisedcutcoblock": "waxed_oxidized_cut_copper", - "waoxidisedcutcopblock": "waxed_oxidized_cut_copper", - "waoxidisedcutcopperblock": "waxed_oxidized_cut_copper", - "waoxidizedccoblock": "waxed_oxidized_cut_copper", - "waoxidizedccopblock": "waxed_oxidized_cut_copper", - "waoxidizedccopperblock": "waxed_oxidized_cut_copper", - "waoxidizedcutcoblock": "waxed_oxidized_cut_copper", - "waoxidizedcutcopblock": "waxed_oxidized_cut_copper", - "waoxidizedcutcopperblock": "waxed_oxidized_cut_copper", - "waoxyccoblock": "waxed_oxidized_cut_copper", - "waoxyccopblock": "waxed_oxidized_cut_copper", - "waoxyccopperblock": "waxed_oxidized_cut_copper", - "waoxycutcoblock": "waxed_oxidized_cut_copper", - "waoxycutcopblock": "waxed_oxidized_cut_copper", - "waoxycutcopperblock": "waxed_oxidized_cut_copper", - "waxcoxicoblock": "waxed_oxidized_cut_copper", - "waxcoxicopblock": "waxed_oxidized_cut_copper", - "waxcoxicopperblock": "waxed_oxidized_cut_copper", - "waxcoxidisedcoblock": "waxed_oxidized_cut_copper", - "waxcoxidisedcopblock": "waxed_oxidized_cut_copper", - "waxcoxidisedcopperblock": "waxed_oxidized_cut_copper", - "waxcoxidizedcoblock": "waxed_oxidized_cut_copper", - "waxcoxidizedcopblock": "waxed_oxidized_cut_copper", - "waxcoxidizedcopperblock": "waxed_oxidized_cut_copper", - "waxcoxycoblock": "waxed_oxidized_cut_copper", - "waxcoxycopblock": "waxed_oxidized_cut_copper", - "waxcoxycopperblock": "waxed_oxidized_cut_copper", - "waxcutoxicoblock": "waxed_oxidized_cut_copper", - "waxcutoxicopblock": "waxed_oxidized_cut_copper", - "waxcutoxicopperblock": "waxed_oxidized_cut_copper", - "waxcutoxidisedcoblock": "waxed_oxidized_cut_copper", - "waxcutoxidisedcopblock": "waxed_oxidized_cut_copper", - "waxcutoxidisedcopperblock": "waxed_oxidized_cut_copper", - "waxcutoxidizedcoblock": "waxed_oxidized_cut_copper", - "waxcutoxidizedcopblock": "waxed_oxidized_cut_copper", - "waxcutoxidizedcopperblock": "waxed_oxidized_cut_copper", - "waxcutoxycoblock": "waxed_oxidized_cut_copper", - "waxcutoxycopblock": "waxed_oxidized_cut_copper", - "waxcutoxycopperblock": "waxed_oxidized_cut_copper", - "waxedcoxicoblock": "waxed_oxidized_cut_copper", - "waxedcoxicopblock": "waxed_oxidized_cut_copper", - "waxedcoxicopperblock": "waxed_oxidized_cut_copper", - "waxedcoxidisedcoblock": "waxed_oxidized_cut_copper", - "waxedcoxidisedcopblock": "waxed_oxidized_cut_copper", - "waxedcoxidisedcopperblock": "waxed_oxidized_cut_copper", - "waxedcoxidizedcoblock": "waxed_oxidized_cut_copper", - "waxedcoxidizedcopblock": "waxed_oxidized_cut_copper", - "waxedcoxidizedcopperblock": "waxed_oxidized_cut_copper", - "waxedcoxycoblock": "waxed_oxidized_cut_copper", - "waxedcoxycopblock": "waxed_oxidized_cut_copper", - "waxedcoxycopperblock": "waxed_oxidized_cut_copper", - "waxedcutoxicoblock": "waxed_oxidized_cut_copper", - "waxedcutoxicopblock": "waxed_oxidized_cut_copper", - "waxedcutoxicopperblock": "waxed_oxidized_cut_copper", - "waxedcutoxidisedcoblock": "waxed_oxidized_cut_copper", - "waxedcutoxidisedcopblock": "waxed_oxidized_cut_copper", - "waxedcutoxidisedcopperblock": "waxed_oxidized_cut_copper", - "waxedcutoxidizedcoblock": "waxed_oxidized_cut_copper", - "waxedcutoxidizedcopblock": "waxed_oxidized_cut_copper", - "waxedcutoxidizedcopperblock": "waxed_oxidized_cut_copper", - "waxedcutoxycoblock": "waxed_oxidized_cut_copper", - "waxedcutoxycopblock": "waxed_oxidized_cut_copper", - "waxedcutoxycopperblock": "waxed_oxidized_cut_copper", - "waxedoxiccoblock": "waxed_oxidized_cut_copper", - "waxedoxiccopblock": "waxed_oxidized_cut_copper", - "waxedoxiccopperblock": "waxed_oxidized_cut_copper", - "waxedoxicutcoblock": "waxed_oxidized_cut_copper", - "waxedoxicutcopblock": "waxed_oxidized_cut_copper", - "waxedoxicutcopperblock": "waxed_oxidized_cut_copper", - "waxedoxidisedccoblock": "waxed_oxidized_cut_copper", - "waxedoxidisedccopblock": "waxed_oxidized_cut_copper", - "waxedoxidisedccopperblock": "waxed_oxidized_cut_copper", - "waxedoxidisedcutcoblock": "waxed_oxidized_cut_copper", - "waxedoxidisedcutcopblock": "waxed_oxidized_cut_copper", - "waxedoxidisedcutcopperblock": "waxed_oxidized_cut_copper", - "waxedoxidizedccoblock": "waxed_oxidized_cut_copper", - "waxedoxidizedccopblock": "waxed_oxidized_cut_copper", - "waxedoxidizedccopperblock": "waxed_oxidized_cut_copper", - "waxedoxidizedcutcoblock": "waxed_oxidized_cut_copper", - "waxedoxidizedcutcopblock": "waxed_oxidized_cut_copper", - "waxedoxidizedcutcopper": "waxed_oxidized_cut_copper", - "waxedoxidizedcutcopperblock": "waxed_oxidized_cut_copper", - "waxedoxyccoblock": "waxed_oxidized_cut_copper", - "waxedoxyccopblock": "waxed_oxidized_cut_copper", - "waxedoxyccopperblock": "waxed_oxidized_cut_copper", - "waxedoxycutcoblock": "waxed_oxidized_cut_copper", - "waxedoxycutcopblock": "waxed_oxidized_cut_copper", - "waxedoxycutcopperblock": "waxed_oxidized_cut_copper", - "waxoxiccoblock": "waxed_oxidized_cut_copper", - "waxoxiccopblock": "waxed_oxidized_cut_copper", - "waxoxiccopperblock": "waxed_oxidized_cut_copper", - "waxoxicutcoblock": "waxed_oxidized_cut_copper", - "waxoxicutcopblock": "waxed_oxidized_cut_copper", - "waxoxicutcopperblock": "waxed_oxidized_cut_copper", - "waxoxidisedccoblock": "waxed_oxidized_cut_copper", - "waxoxidisedccopblock": "waxed_oxidized_cut_copper", - "waxoxidisedccopperblock": "waxed_oxidized_cut_copper", - "waxoxidisedcutcoblock": "waxed_oxidized_cut_copper", - "waxoxidisedcutcopblock": "waxed_oxidized_cut_copper", - "waxoxidisedcutcopperblock": "waxed_oxidized_cut_copper", - "waxoxidizedccoblock": "waxed_oxidized_cut_copper", - "waxoxidizedccopblock": "waxed_oxidized_cut_copper", - "waxoxidizedccopperblock": "waxed_oxidized_cut_copper", - "waxoxidizedcutcoblock": "waxed_oxidized_cut_copper", - "waxoxidizedcutcopblock": "waxed_oxidized_cut_copper", - "waxoxidizedcutcopperblock": "waxed_oxidized_cut_copper", - "waxoxyccoblock": "waxed_oxidized_cut_copper", - "waxoxyccopblock": "waxed_oxidized_cut_copper", - "waxoxyccopperblock": "waxed_oxidized_cut_copper", - "waxoxycutcoblock": "waxed_oxidized_cut_copper", - "waxoxycutcopblock": "waxed_oxidized_cut_copper", - "waxoxycutcopperblock": "waxed_oxidized_cut_copper", - "waxed_oxidized_cut_copper_slab": { - "material": "WAXED_OXIDIZED_CUT_COPPER_SLAB" - }, - "coxidisedwacohalfblock": "waxed_oxidized_cut_copper_slab", - "coxidisedwacophalfblock": "waxed_oxidized_cut_copper_slab", - "coxidisedwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxidisedwacoppersl": "waxed_oxidized_cut_copper_slab", - "coxidisedwacopperslab": "waxed_oxidized_cut_copper_slab", - "coxidisedwacopperstep": "waxed_oxidized_cut_copper_slab", - "coxidisedwacopsl": "waxed_oxidized_cut_copper_slab", - "coxidisedwacopslab": "waxed_oxidized_cut_copper_slab", - "coxidisedwacopstep": "waxed_oxidized_cut_copper_slab", - "coxidisedwacosl": "waxed_oxidized_cut_copper_slab", - "coxidisedwacoslab": "waxed_oxidized_cut_copper_slab", - "coxidisedwacostep": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcopsl": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcopslab": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcopstep": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcosl": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcoslab": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxcostep": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcosl": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "coxidisedwaxedcostep": "waxed_oxidized_cut_copper_slab", - "coxidizedwacohalfblock": "waxed_oxidized_cut_copper_slab", - "coxidizedwacophalfblock": "waxed_oxidized_cut_copper_slab", - "coxidizedwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxidizedwacoppersl": "waxed_oxidized_cut_copper_slab", - "coxidizedwacopperslab": "waxed_oxidized_cut_copper_slab", - "coxidizedwacopperstep": "waxed_oxidized_cut_copper_slab", - "coxidizedwacopsl": "waxed_oxidized_cut_copper_slab", - "coxidizedwacopslab": "waxed_oxidized_cut_copper_slab", - "coxidizedwacopstep": "waxed_oxidized_cut_copper_slab", - "coxidizedwacosl": "waxed_oxidized_cut_copper_slab", - "coxidizedwacoslab": "waxed_oxidized_cut_copper_slab", - "coxidizedwacostep": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcopsl": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcopslab": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcopstep": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcosl": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcoslab": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxcostep": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcosl": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "coxidizedwaxedcostep": "waxed_oxidized_cut_copper_slab", - "coxiwacohalfblock": "waxed_oxidized_cut_copper_slab", - "coxiwacophalfblock": "waxed_oxidized_cut_copper_slab", - "coxiwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxiwacoppersl": "waxed_oxidized_cut_copper_slab", - "coxiwacopperslab": "waxed_oxidized_cut_copper_slab", - "coxiwacopperstep": "waxed_oxidized_cut_copper_slab", - "coxiwacopsl": "waxed_oxidized_cut_copper_slab", - "coxiwacopslab": "waxed_oxidized_cut_copper_slab", - "coxiwacopstep": "waxed_oxidized_cut_copper_slab", - "coxiwacosl": "waxed_oxidized_cut_copper_slab", - "coxiwacoslab": "waxed_oxidized_cut_copper_slab", - "coxiwacostep": "waxed_oxidized_cut_copper_slab", - "coxiwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "coxiwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "coxiwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxiwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "coxiwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "coxiwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "coxiwaxcopsl": "waxed_oxidized_cut_copper_slab", - "coxiwaxcopslab": "waxed_oxidized_cut_copper_slab", - "coxiwaxcopstep": "waxed_oxidized_cut_copper_slab", - "coxiwaxcosl": "waxed_oxidized_cut_copper_slab", - "coxiwaxcoslab": "waxed_oxidized_cut_copper_slab", - "coxiwaxcostep": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcosl": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "coxiwaxedcostep": "waxed_oxidized_cut_copper_slab", - "coxywacohalfblock": "waxed_oxidized_cut_copper_slab", - "coxywacophalfblock": "waxed_oxidized_cut_copper_slab", - "coxywacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxywacoppersl": "waxed_oxidized_cut_copper_slab", - "coxywacopperslab": "waxed_oxidized_cut_copper_slab", - "coxywacopperstep": "waxed_oxidized_cut_copper_slab", - "coxywacopsl": "waxed_oxidized_cut_copper_slab", - "coxywacopslab": "waxed_oxidized_cut_copper_slab", - "coxywacopstep": "waxed_oxidized_cut_copper_slab", - "coxywacosl": "waxed_oxidized_cut_copper_slab", - "coxywacoslab": "waxed_oxidized_cut_copper_slab", - "coxywacostep": "waxed_oxidized_cut_copper_slab", - "coxywaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "coxywaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "coxywaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxywaxcoppersl": "waxed_oxidized_cut_copper_slab", - "coxywaxcopperslab": "waxed_oxidized_cut_copper_slab", - "coxywaxcopperstep": "waxed_oxidized_cut_copper_slab", - "coxywaxcopsl": "waxed_oxidized_cut_copper_slab", - "coxywaxcopslab": "waxed_oxidized_cut_copper_slab", - "coxywaxcopstep": "waxed_oxidized_cut_copper_slab", - "coxywaxcosl": "waxed_oxidized_cut_copper_slab", - "coxywaxcoslab": "waxed_oxidized_cut_copper_slab", - "coxywaxcostep": "waxed_oxidized_cut_copper_slab", - "coxywaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "coxywaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "coxywaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "coxywaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "coxywaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "coxywaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "coxywaxedcopsl": "waxed_oxidized_cut_copper_slab", - "coxywaxedcopslab": "waxed_oxidized_cut_copper_slab", - "coxywaxedcopstep": "waxed_oxidized_cut_copper_slab", - "coxywaxedcosl": "waxed_oxidized_cut_copper_slab", - "coxywaxedcoslab": "waxed_oxidized_cut_copper_slab", - "coxywaxedcostep": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacopsl": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacopslab": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacopstep": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacosl": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacoslab": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwacostep": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcopsl": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcopslab": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcopstep": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcosl": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcoslab": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxcostep": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcosl": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "cutoxidisedwaxedcostep": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacopsl": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacopslab": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacopstep": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacosl": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacoslab": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwacostep": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcopsl": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcopslab": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcopstep": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcosl": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcoslab": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxcostep": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcosl": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "cutoxidizedwaxedcostep": "waxed_oxidized_cut_copper_slab", - "cutoxiwacohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxiwacophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxiwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxiwacoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxiwacopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxiwacopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxiwacopsl": "waxed_oxidized_cut_copper_slab", - "cutoxiwacopslab": "waxed_oxidized_cut_copper_slab", - "cutoxiwacopstep": "waxed_oxidized_cut_copper_slab", - "cutoxiwacosl": "waxed_oxidized_cut_copper_slab", - "cutoxiwacoslab": "waxed_oxidized_cut_copper_slab", - "cutoxiwacostep": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcopsl": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcopslab": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcopstep": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcosl": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcoslab": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxcostep": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcosl": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "cutoxiwaxedcostep": "waxed_oxidized_cut_copper_slab", - "cutoxywacohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxywacophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxywacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxywacoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxywacopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxywacopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxywacopsl": "waxed_oxidized_cut_copper_slab", - "cutoxywacopslab": "waxed_oxidized_cut_copper_slab", - "cutoxywacopstep": "waxed_oxidized_cut_copper_slab", - "cutoxywacosl": "waxed_oxidized_cut_copper_slab", - "cutoxywacoslab": "waxed_oxidized_cut_copper_slab", - "cutoxywacostep": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcopsl": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcopslab": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcopstep": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcosl": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcoslab": "waxed_oxidized_cut_copper_slab", - "cutoxywaxcostep": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcopsl": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcopslab": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcopstep": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcosl": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcoslab": "waxed_oxidized_cut_copper_slab", - "cutoxywaxedcostep": "waxed_oxidized_cut_copper_slab", - "cutwaoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxicoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaoxicopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxicopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaoxicopsl": "waxed_oxidized_cut_copper_slab", - "cutwaoxicopslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxicopstep": "waxed_oxidized_cut_copper_slab", - "cutwaoxicosl": "waxed_oxidized_cut_copper_slab", - "cutwaoxicoslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxicostep": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "cutwaoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaoxycoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaoxycopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxycopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaoxycopsl": "waxed_oxidized_cut_copper_slab", - "cutwaoxycopslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxycopstep": "waxed_oxidized_cut_copper_slab", - "cutwaoxycosl": "waxed_oxidized_cut_copper_slab", - "cutwaoxycoslab": "waxed_oxidized_cut_copper_slab", - "cutwaoxycostep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicopsl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicopslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicopstep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicosl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicoslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxicostep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycopsl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycopslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycopstep": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycosl": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycoslab": "waxed_oxidized_cut_copper_slab", - "cutwaxedoxycostep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicopsl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicopslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicopstep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicosl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicoslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxicostep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycoppersl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycopperslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycopperstep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycopsl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycopslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycopstep": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycosl": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycoslab": "waxed_oxidized_cut_copper_slab", - "cutwaxoxycostep": "waxed_oxidized_cut_copper_slab", - "cwaoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxicoppersl": "waxed_oxidized_cut_copper_slab", - "cwaoxicopperslab": "waxed_oxidized_cut_copper_slab", - "cwaoxicopperstep": "waxed_oxidized_cut_copper_slab", - "cwaoxicopsl": "waxed_oxidized_cut_copper_slab", - "cwaoxicopslab": "waxed_oxidized_cut_copper_slab", - "cwaoxicopstep": "waxed_oxidized_cut_copper_slab", - "cwaoxicosl": "waxed_oxidized_cut_copper_slab", - "cwaoxicoslab": "waxed_oxidized_cut_copper_slab", - "cwaoxicostep": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "cwaoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "cwaoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "cwaoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaoxycoppersl": "waxed_oxidized_cut_copper_slab", - "cwaoxycopperslab": "waxed_oxidized_cut_copper_slab", - "cwaoxycopperstep": "waxed_oxidized_cut_copper_slab", - "cwaoxycopsl": "waxed_oxidized_cut_copper_slab", - "cwaoxycopslab": "waxed_oxidized_cut_copper_slab", - "cwaoxycopstep": "waxed_oxidized_cut_copper_slab", - "cwaoxycosl": "waxed_oxidized_cut_copper_slab", - "cwaoxycoslab": "waxed_oxidized_cut_copper_slab", - "cwaoxycostep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicoppersl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicopperslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicopperstep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicopsl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicopslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicopstep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicosl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicoslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxicostep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycoppersl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycopperslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycopperstep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycopsl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycopslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycopstep": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycosl": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycoslab": "waxed_oxidized_cut_copper_slab", - "cwaxedoxycostep": "waxed_oxidized_cut_copper_slab", - "cwaxoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxicoppersl": "waxed_oxidized_cut_copper_slab", - "cwaxoxicopperslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxicopperstep": "waxed_oxidized_cut_copper_slab", - "cwaxoxicopsl": "waxed_oxidized_cut_copper_slab", - "cwaxoxicopslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxicopstep": "waxed_oxidized_cut_copper_slab", - "cwaxoxicosl": "waxed_oxidized_cut_copper_slab", - "cwaxoxicoslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxicostep": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "cwaxoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "cwaxoxycoppersl": "waxed_oxidized_cut_copper_slab", - "cwaxoxycopperslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxycopperstep": "waxed_oxidized_cut_copper_slab", - "cwaxoxycopsl": "waxed_oxidized_cut_copper_slab", - "cwaxoxycopslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxycopstep": "waxed_oxidized_cut_copper_slab", - "cwaxoxycosl": "waxed_oxidized_cut_copper_slab", - "cwaxoxycoslab": "waxed_oxidized_cut_copper_slab", - "cwaxoxycostep": "waxed_oxidized_cut_copper_slab", - "minecraft:waxed_oxidized_cut_copper_slab": "waxed_oxidized_cut_copper_slab", - "oxicutwacohalfblock": "waxed_oxidized_cut_copper_slab", - "oxicutwacophalfblock": "waxed_oxidized_cut_copper_slab", - "oxicutwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxicutwacoppersl": "waxed_oxidized_cut_copper_slab", - "oxicutwacopperslab": "waxed_oxidized_cut_copper_slab", - "oxicutwacopperstep": "waxed_oxidized_cut_copper_slab", - "oxicutwacopsl": "waxed_oxidized_cut_copper_slab", - "oxicutwacopslab": "waxed_oxidized_cut_copper_slab", - "oxicutwacopstep": "waxed_oxidized_cut_copper_slab", - "oxicutwacosl": "waxed_oxidized_cut_copper_slab", - "oxicutwacoslab": "waxed_oxidized_cut_copper_slab", - "oxicutwacostep": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcopsl": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcopslab": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcopstep": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcosl": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcoslab": "waxed_oxidized_cut_copper_slab", - "oxicutwaxcostep": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcosl": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "oxicutwaxedcostep": "waxed_oxidized_cut_copper_slab", - "oxicwacohalfblock": "waxed_oxidized_cut_copper_slab", - "oxicwacophalfblock": "waxed_oxidized_cut_copper_slab", - "oxicwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxicwacoppersl": "waxed_oxidized_cut_copper_slab", - "oxicwacopperslab": "waxed_oxidized_cut_copper_slab", - "oxicwacopperstep": "waxed_oxidized_cut_copper_slab", - "oxicwacopsl": "waxed_oxidized_cut_copper_slab", - "oxicwacopslab": "waxed_oxidized_cut_copper_slab", - "oxicwacopstep": "waxed_oxidized_cut_copper_slab", - "oxicwacosl": "waxed_oxidized_cut_copper_slab", - "oxicwacoslab": "waxed_oxidized_cut_copper_slab", - "oxicwacostep": "waxed_oxidized_cut_copper_slab", - "oxicwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxicwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxicwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxicwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "oxicwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "oxicwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "oxicwaxcopsl": "waxed_oxidized_cut_copper_slab", - "oxicwaxcopslab": "waxed_oxidized_cut_copper_slab", - "oxicwaxcopstep": "waxed_oxidized_cut_copper_slab", - "oxicwaxcosl": "waxed_oxidized_cut_copper_slab", - "oxicwaxcoslab": "waxed_oxidized_cut_copper_slab", - "oxicwaxcostep": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcosl": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "oxicwaxedcostep": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacosl": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwacostep": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcosl": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxcostep": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcosl": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcutwaxedcostep": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacosl": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcwacostep": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcosl": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxcostep": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcosl": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedcwaxedcostep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccosl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaccostep": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcosl": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwacutcostep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccosl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxccostep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcosl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxcutcostep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccosl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedccostep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcopsl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcopslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcopstep": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcosl": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcoslab": "waxed_oxidized_cut_copper_slab", - "oxidisedwaxedcutcostep": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacosl": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwacostep": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcosl": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxcostep": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcosl": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcutwaxedcostep": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacosl": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcwacostep": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcosl": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxcostep": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcosl": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedcwaxedcostep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccosl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaccostep": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcosl": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwacutcostep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccosl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxccostep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcosl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxcutcostep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccosl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedccostep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcopsl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcopslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcopstep": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcosl": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcoslab": "waxed_oxidized_cut_copper_slab", - "oxidizedwaxedcutcostep": "waxed_oxidized_cut_copper_slab", - "oxiwaccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaccoppersl": "waxed_oxidized_cut_copper_slab", - "oxiwaccopperslab": "waxed_oxidized_cut_copper_slab", - "oxiwaccopperstep": "waxed_oxidized_cut_copper_slab", - "oxiwaccopsl": "waxed_oxidized_cut_copper_slab", - "oxiwaccopslab": "waxed_oxidized_cut_copper_slab", - "oxiwaccopstep": "waxed_oxidized_cut_copper_slab", - "oxiwaccosl": "waxed_oxidized_cut_copper_slab", - "oxiwaccoslab": "waxed_oxidized_cut_copper_slab", - "oxiwaccostep": "waxed_oxidized_cut_copper_slab", - "oxiwacutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwacutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwacutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwacutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxiwacutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxiwacutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxiwacutcopsl": "waxed_oxidized_cut_copper_slab", - "oxiwacutcopslab": "waxed_oxidized_cut_copper_slab", - "oxiwacutcopstep": "waxed_oxidized_cut_copper_slab", - "oxiwacutcosl": "waxed_oxidized_cut_copper_slab", - "oxiwacutcoslab": "waxed_oxidized_cut_copper_slab", - "oxiwacutcostep": "waxed_oxidized_cut_copper_slab", - "oxiwaxccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxccoppersl": "waxed_oxidized_cut_copper_slab", - "oxiwaxccopperslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxccopperstep": "waxed_oxidized_cut_copper_slab", - "oxiwaxccopsl": "waxed_oxidized_cut_copper_slab", - "oxiwaxccopslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxccopstep": "waxed_oxidized_cut_copper_slab", - "oxiwaxccosl": "waxed_oxidized_cut_copper_slab", - "oxiwaxccoslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxccostep": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcopsl": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcopslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcopstep": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcosl": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcoslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxcutcostep": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccoppersl": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccopperslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccopperstep": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccopsl": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccopslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccopstep": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccosl": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccoslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxedccostep": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcopsl": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcopslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcopstep": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcosl": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcoslab": "waxed_oxidized_cut_copper_slab", - "oxiwaxedcutcostep": "waxed_oxidized_cut_copper_slab", - "oxycutwacohalfblock": "waxed_oxidized_cut_copper_slab", - "oxycutwacophalfblock": "waxed_oxidized_cut_copper_slab", - "oxycutwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxycutwacoppersl": "waxed_oxidized_cut_copper_slab", - "oxycutwacopperslab": "waxed_oxidized_cut_copper_slab", - "oxycutwacopperstep": "waxed_oxidized_cut_copper_slab", - "oxycutwacopsl": "waxed_oxidized_cut_copper_slab", - "oxycutwacopslab": "waxed_oxidized_cut_copper_slab", - "oxycutwacopstep": "waxed_oxidized_cut_copper_slab", - "oxycutwacosl": "waxed_oxidized_cut_copper_slab", - "oxycutwacoslab": "waxed_oxidized_cut_copper_slab", - "oxycutwacostep": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcopsl": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcopslab": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcopstep": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcosl": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcoslab": "waxed_oxidized_cut_copper_slab", - "oxycutwaxcostep": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcosl": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "oxycutwaxedcostep": "waxed_oxidized_cut_copper_slab", - "oxycwacohalfblock": "waxed_oxidized_cut_copper_slab", - "oxycwacophalfblock": "waxed_oxidized_cut_copper_slab", - "oxycwacopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxycwacoppersl": "waxed_oxidized_cut_copper_slab", - "oxycwacopperslab": "waxed_oxidized_cut_copper_slab", - "oxycwacopperstep": "waxed_oxidized_cut_copper_slab", - "oxycwacopsl": "waxed_oxidized_cut_copper_slab", - "oxycwacopslab": "waxed_oxidized_cut_copper_slab", - "oxycwacopstep": "waxed_oxidized_cut_copper_slab", - "oxycwacosl": "waxed_oxidized_cut_copper_slab", - "oxycwacoslab": "waxed_oxidized_cut_copper_slab", - "oxycwacostep": "waxed_oxidized_cut_copper_slab", - "oxycwaxcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxycwaxcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxycwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxycwaxcoppersl": "waxed_oxidized_cut_copper_slab", - "oxycwaxcopperslab": "waxed_oxidized_cut_copper_slab", - "oxycwaxcopperstep": "waxed_oxidized_cut_copper_slab", - "oxycwaxcopsl": "waxed_oxidized_cut_copper_slab", - "oxycwaxcopslab": "waxed_oxidized_cut_copper_slab", - "oxycwaxcopstep": "waxed_oxidized_cut_copper_slab", - "oxycwaxcosl": "waxed_oxidized_cut_copper_slab", - "oxycwaxcoslab": "waxed_oxidized_cut_copper_slab", - "oxycwaxcostep": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcoppersl": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcopperslab": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcopperstep": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcopsl": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcopslab": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcopstep": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcosl": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcoslab": "waxed_oxidized_cut_copper_slab", - "oxycwaxedcostep": "waxed_oxidized_cut_copper_slab", - "oxywaccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaccoppersl": "waxed_oxidized_cut_copper_slab", - "oxywaccopperslab": "waxed_oxidized_cut_copper_slab", - "oxywaccopperstep": "waxed_oxidized_cut_copper_slab", - "oxywaccopsl": "waxed_oxidized_cut_copper_slab", - "oxywaccopslab": "waxed_oxidized_cut_copper_slab", - "oxywaccopstep": "waxed_oxidized_cut_copper_slab", - "oxywaccosl": "waxed_oxidized_cut_copper_slab", - "oxywaccoslab": "waxed_oxidized_cut_copper_slab", - "oxywaccostep": "waxed_oxidized_cut_copper_slab", - "oxywacutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxywacutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxywacutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxywacutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxywacutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxywacutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxywacutcopsl": "waxed_oxidized_cut_copper_slab", - "oxywacutcopslab": "waxed_oxidized_cut_copper_slab", - "oxywacutcopstep": "waxed_oxidized_cut_copper_slab", - "oxywacutcosl": "waxed_oxidized_cut_copper_slab", - "oxywacutcoslab": "waxed_oxidized_cut_copper_slab", - "oxywacutcostep": "waxed_oxidized_cut_copper_slab", - "oxywaxccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxccoppersl": "waxed_oxidized_cut_copper_slab", - "oxywaxccopperslab": "waxed_oxidized_cut_copper_slab", - "oxywaxccopperstep": "waxed_oxidized_cut_copper_slab", - "oxywaxccopsl": "waxed_oxidized_cut_copper_slab", - "oxywaxccopslab": "waxed_oxidized_cut_copper_slab", - "oxywaxccopstep": "waxed_oxidized_cut_copper_slab", - "oxywaxccosl": "waxed_oxidized_cut_copper_slab", - "oxywaxccoslab": "waxed_oxidized_cut_copper_slab", - "oxywaxccostep": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcopsl": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcopslab": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcopstep": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcosl": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcoslab": "waxed_oxidized_cut_copper_slab", - "oxywaxcutcostep": "waxed_oxidized_cut_copper_slab", - "oxywaxedccohalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxedccophalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxedccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxedccoppersl": "waxed_oxidized_cut_copper_slab", - "oxywaxedccopperslab": "waxed_oxidized_cut_copper_slab", - "oxywaxedccopperstep": "waxed_oxidized_cut_copper_slab", - "oxywaxedccopsl": "waxed_oxidized_cut_copper_slab", - "oxywaxedccopslab": "waxed_oxidized_cut_copper_slab", - "oxywaxedccopstep": "waxed_oxidized_cut_copper_slab", - "oxywaxedccosl": "waxed_oxidized_cut_copper_slab", - "oxywaxedccoslab": "waxed_oxidized_cut_copper_slab", - "oxywaxedccostep": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcoppersl": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcopperslab": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcopperstep": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcopsl": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcopslab": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcopstep": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcosl": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcoslab": "waxed_oxidized_cut_copper_slab", - "oxywaxedcutcostep": "waxed_oxidized_cut_copper_slab", - "wacoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxicoppersl": "waxed_oxidized_cut_copper_slab", - "wacoxicopperslab": "waxed_oxidized_cut_copper_slab", - "wacoxicopperstep": "waxed_oxidized_cut_copper_slab", - "wacoxicopsl": "waxed_oxidized_cut_copper_slab", - "wacoxicopslab": "waxed_oxidized_cut_copper_slab", - "wacoxicopstep": "waxed_oxidized_cut_copper_slab", - "wacoxicosl": "waxed_oxidized_cut_copper_slab", - "wacoxicoslab": "waxed_oxidized_cut_copper_slab", - "wacoxicostep": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "wacoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "wacoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "wacoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "wacoxycoppersl": "waxed_oxidized_cut_copper_slab", - "wacoxycopperslab": "waxed_oxidized_cut_copper_slab", - "wacoxycopperstep": "waxed_oxidized_cut_copper_slab", - "wacoxycopsl": "waxed_oxidized_cut_copper_slab", - "wacoxycopslab": "waxed_oxidized_cut_copper_slab", - "wacoxycopstep": "waxed_oxidized_cut_copper_slab", - "wacoxycosl": "waxed_oxidized_cut_copper_slab", - "wacoxycoslab": "waxed_oxidized_cut_copper_slab", - "wacoxycostep": "waxed_oxidized_cut_copper_slab", - "wacutoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxicoppersl": "waxed_oxidized_cut_copper_slab", - "wacutoxicopperslab": "waxed_oxidized_cut_copper_slab", - "wacutoxicopperstep": "waxed_oxidized_cut_copper_slab", - "wacutoxicopsl": "waxed_oxidized_cut_copper_slab", - "wacutoxicopslab": "waxed_oxidized_cut_copper_slab", - "wacutoxicopstep": "waxed_oxidized_cut_copper_slab", - "wacutoxicosl": "waxed_oxidized_cut_copper_slab", - "wacutoxicoslab": "waxed_oxidized_cut_copper_slab", - "wacutoxicostep": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "wacutoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "wacutoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "wacutoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "wacutoxycoppersl": "waxed_oxidized_cut_copper_slab", - "wacutoxycopperslab": "waxed_oxidized_cut_copper_slab", - "wacutoxycopperstep": "waxed_oxidized_cut_copper_slab", - "wacutoxycopsl": "waxed_oxidized_cut_copper_slab", - "wacutoxycopslab": "waxed_oxidized_cut_copper_slab", - "wacutoxycopstep": "waxed_oxidized_cut_copper_slab", - "wacutoxycosl": "waxed_oxidized_cut_copper_slab", - "wacutoxycoslab": "waxed_oxidized_cut_copper_slab", - "wacutoxycostep": "waxed_oxidized_cut_copper_slab", - "waoxiccohalfblock": "waxed_oxidized_cut_copper_slab", - "waoxiccophalfblock": "waxed_oxidized_cut_copper_slab", - "waoxiccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waoxiccoppersl": "waxed_oxidized_cut_copper_slab", - "waoxiccopperslab": "waxed_oxidized_cut_copper_slab", - "waoxiccopperstep": "waxed_oxidized_cut_copper_slab", - "waoxiccopsl": "waxed_oxidized_cut_copper_slab", - "waoxiccopslab": "waxed_oxidized_cut_copper_slab", - "waoxiccopstep": "waxed_oxidized_cut_copper_slab", - "waoxiccosl": "waxed_oxidized_cut_copper_slab", - "waoxiccoslab": "waxed_oxidized_cut_copper_slab", - "waoxiccostep": "waxed_oxidized_cut_copper_slab", - "waoxicutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waoxicutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waoxicutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waoxicutcoppersl": "waxed_oxidized_cut_copper_slab", - "waoxicutcopperslab": "waxed_oxidized_cut_copper_slab", - "waoxicutcopperstep": "waxed_oxidized_cut_copper_slab", - "waoxicutcopsl": "waxed_oxidized_cut_copper_slab", - "waoxicutcopslab": "waxed_oxidized_cut_copper_slab", - "waoxicutcopstep": "waxed_oxidized_cut_copper_slab", - "waoxicutcosl": "waxed_oxidized_cut_copper_slab", - "waoxicutcoslab": "waxed_oxidized_cut_copper_slab", - "waoxicutcostep": "waxed_oxidized_cut_copper_slab", - "waoxidisedccohalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidisedccophalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidisedccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidisedccoppersl": "waxed_oxidized_cut_copper_slab", - "waoxidisedccopperslab": "waxed_oxidized_cut_copper_slab", - "waoxidisedccopperstep": "waxed_oxidized_cut_copper_slab", - "waoxidisedccopsl": "waxed_oxidized_cut_copper_slab", - "waoxidisedccopslab": "waxed_oxidized_cut_copper_slab", - "waoxidisedccopstep": "waxed_oxidized_cut_copper_slab", - "waoxidisedccosl": "waxed_oxidized_cut_copper_slab", - "waoxidisedccoslab": "waxed_oxidized_cut_copper_slab", - "waoxidisedccostep": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcoppersl": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcopperslab": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcopperstep": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcopsl": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcopslab": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcopstep": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcosl": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcoslab": "waxed_oxidized_cut_copper_slab", - "waoxidisedcutcostep": "waxed_oxidized_cut_copper_slab", - "waoxidizedccohalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidizedccophalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidizedccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidizedccoppersl": "waxed_oxidized_cut_copper_slab", - "waoxidizedccopperslab": "waxed_oxidized_cut_copper_slab", - "waoxidizedccopperstep": "waxed_oxidized_cut_copper_slab", - "waoxidizedccopsl": "waxed_oxidized_cut_copper_slab", - "waoxidizedccopslab": "waxed_oxidized_cut_copper_slab", - "waoxidizedccopstep": "waxed_oxidized_cut_copper_slab", - "waoxidizedccosl": "waxed_oxidized_cut_copper_slab", - "waoxidizedccoslab": "waxed_oxidized_cut_copper_slab", - "waoxidizedccostep": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcoppersl": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcopperslab": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcopperstep": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcopsl": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcopslab": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcopstep": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcosl": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcoslab": "waxed_oxidized_cut_copper_slab", - "waoxidizedcutcostep": "waxed_oxidized_cut_copper_slab", - "waoxyccohalfblock": "waxed_oxidized_cut_copper_slab", - "waoxyccophalfblock": "waxed_oxidized_cut_copper_slab", - "waoxyccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waoxyccoppersl": "waxed_oxidized_cut_copper_slab", - "waoxyccopperslab": "waxed_oxidized_cut_copper_slab", - "waoxyccopperstep": "waxed_oxidized_cut_copper_slab", - "waoxyccopsl": "waxed_oxidized_cut_copper_slab", - "waoxyccopslab": "waxed_oxidized_cut_copper_slab", - "waoxyccopstep": "waxed_oxidized_cut_copper_slab", - "waoxyccosl": "waxed_oxidized_cut_copper_slab", - "waoxyccoslab": "waxed_oxidized_cut_copper_slab", - "waoxyccostep": "waxed_oxidized_cut_copper_slab", - "waoxycutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waoxycutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waoxycutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waoxycutcoppersl": "waxed_oxidized_cut_copper_slab", - "waoxycutcopperslab": "waxed_oxidized_cut_copper_slab", - "waoxycutcopperstep": "waxed_oxidized_cut_copper_slab", - "waoxycutcopsl": "waxed_oxidized_cut_copper_slab", - "waoxycutcopslab": "waxed_oxidized_cut_copper_slab", - "waoxycutcopstep": "waxed_oxidized_cut_copper_slab", - "waoxycutcosl": "waxed_oxidized_cut_copper_slab", - "waoxycutcoslab": "waxed_oxidized_cut_copper_slab", - "waoxycutcostep": "waxed_oxidized_cut_copper_slab", - "waxcoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxicoppersl": "waxed_oxidized_cut_copper_slab", - "waxcoxicopperslab": "waxed_oxidized_cut_copper_slab", - "waxcoxicopperstep": "waxed_oxidized_cut_copper_slab", - "waxcoxicopsl": "waxed_oxidized_cut_copper_slab", - "waxcoxicopslab": "waxed_oxidized_cut_copper_slab", - "waxcoxicopstep": "waxed_oxidized_cut_copper_slab", - "waxcoxicosl": "waxed_oxidized_cut_copper_slab", - "waxcoxicoslab": "waxed_oxidized_cut_copper_slab", - "waxcoxicostep": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "waxcoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "waxcoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "waxcoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxcoxycoppersl": "waxed_oxidized_cut_copper_slab", - "waxcoxycopperslab": "waxed_oxidized_cut_copper_slab", - "waxcoxycopperstep": "waxed_oxidized_cut_copper_slab", - "waxcoxycopsl": "waxed_oxidized_cut_copper_slab", - "waxcoxycopslab": "waxed_oxidized_cut_copper_slab", - "waxcoxycopstep": "waxed_oxidized_cut_copper_slab", - "waxcoxycosl": "waxed_oxidized_cut_copper_slab", - "waxcoxycoslab": "waxed_oxidized_cut_copper_slab", - "waxcoxycostep": "waxed_oxidized_cut_copper_slab", - "waxcutoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxicoppersl": "waxed_oxidized_cut_copper_slab", - "waxcutoxicopperslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxicopperstep": "waxed_oxidized_cut_copper_slab", - "waxcutoxicopsl": "waxed_oxidized_cut_copper_slab", - "waxcutoxicopslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxicopstep": "waxed_oxidized_cut_copper_slab", - "waxcutoxicosl": "waxed_oxidized_cut_copper_slab", - "waxcutoxicoslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxicostep": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "waxcutoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxcutoxycoppersl": "waxed_oxidized_cut_copper_slab", - "waxcutoxycopperslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxycopperstep": "waxed_oxidized_cut_copper_slab", - "waxcutoxycopsl": "waxed_oxidized_cut_copper_slab", - "waxcutoxycopslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxycopstep": "waxed_oxidized_cut_copper_slab", - "waxcutoxycosl": "waxed_oxidized_cut_copper_slab", - "waxcutoxycoslab": "waxed_oxidized_cut_copper_slab", - "waxcutoxycostep": "waxed_oxidized_cut_copper_slab", - "waxedcoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxicoppersl": "waxed_oxidized_cut_copper_slab", - "waxedcoxicopperslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxicopperstep": "waxed_oxidized_cut_copper_slab", - "waxedcoxicopsl": "waxed_oxidized_cut_copper_slab", - "waxedcoxicopslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxicopstep": "waxed_oxidized_cut_copper_slab", - "waxedcoxicosl": "waxed_oxidized_cut_copper_slab", - "waxedcoxicoslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxicostep": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "waxedcoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcoxycoppersl": "waxed_oxidized_cut_copper_slab", - "waxedcoxycopperslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxycopperstep": "waxed_oxidized_cut_copper_slab", - "waxedcoxycopsl": "waxed_oxidized_cut_copper_slab", - "waxedcoxycopslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxycopstep": "waxed_oxidized_cut_copper_slab", - "waxedcoxycosl": "waxed_oxidized_cut_copper_slab", - "waxedcoxycoslab": "waxed_oxidized_cut_copper_slab", - "waxedcoxycostep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicoppersl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicopperslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicopperstep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicopsl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicopslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicopstep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicosl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicoslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxicostep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcopsl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcopslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcopstep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcosl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcoslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidisedcostep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcopsl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcopslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcopstep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcosl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcoslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxidizedcostep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycoppersl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycopperslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycopperstep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycopsl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycopslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycopstep": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycosl": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycoslab": "waxed_oxidized_cut_copper_slab", - "waxedcutoxycostep": "waxed_oxidized_cut_copper_slab", - "waxedoxiccohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxiccophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxiccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxiccoppersl": "waxed_oxidized_cut_copper_slab", - "waxedoxiccopperslab": "waxed_oxidized_cut_copper_slab", - "waxedoxiccopperstep": "waxed_oxidized_cut_copper_slab", - "waxedoxiccopsl": "waxed_oxidized_cut_copper_slab", - "waxedoxiccopslab": "waxed_oxidized_cut_copper_slab", - "waxedoxiccopstep": "waxed_oxidized_cut_copper_slab", - "waxedoxiccosl": "waxed_oxidized_cut_copper_slab", - "waxedoxiccoslab": "waxed_oxidized_cut_copper_slab", - "waxedoxiccostep": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcoppersl": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcopperslab": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcopperstep": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcopsl": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcopslab": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcopstep": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcosl": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcoslab": "waxed_oxidized_cut_copper_slab", - "waxedoxicutcostep": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccoppersl": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccopperslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccopperstep": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccopsl": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccopslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccopstep": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccosl": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccoslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedccostep": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcoppersl": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcopperslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcopperstep": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcopsl": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcopslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcopstep": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcosl": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcoslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidisedcutcostep": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccoppersl": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccopperslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccopperstep": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccopsl": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccopslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccopstep": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccosl": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccoslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedccostep": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcoppersl": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcopperslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcopperstep": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcopsl": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcopslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcopstep": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcosl": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcoslab": "waxed_oxidized_cut_copper_slab", - "waxedoxidizedcutcostep": "waxed_oxidized_cut_copper_slab", - "waxedoxyccohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxyccophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxyccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxyccoppersl": "waxed_oxidized_cut_copper_slab", - "waxedoxyccopperslab": "waxed_oxidized_cut_copper_slab", - "waxedoxyccopperstep": "waxed_oxidized_cut_copper_slab", - "waxedoxyccopsl": "waxed_oxidized_cut_copper_slab", - "waxedoxyccopslab": "waxed_oxidized_cut_copper_slab", - "waxedoxyccopstep": "waxed_oxidized_cut_copper_slab", - "waxedoxyccosl": "waxed_oxidized_cut_copper_slab", - "waxedoxyccoslab": "waxed_oxidized_cut_copper_slab", - "waxedoxyccostep": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcoppersl": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcopperslab": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcopperstep": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcopsl": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcopslab": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcopstep": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcosl": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcoslab": "waxed_oxidized_cut_copper_slab", - "waxedoxycutcostep": "waxed_oxidized_cut_copper_slab", - "waxoxiccohalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxiccophalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxiccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxiccoppersl": "waxed_oxidized_cut_copper_slab", - "waxoxiccopperslab": "waxed_oxidized_cut_copper_slab", - "waxoxiccopperstep": "waxed_oxidized_cut_copper_slab", - "waxoxiccopsl": "waxed_oxidized_cut_copper_slab", - "waxoxiccopslab": "waxed_oxidized_cut_copper_slab", - "waxoxiccopstep": "waxed_oxidized_cut_copper_slab", - "waxoxiccosl": "waxed_oxidized_cut_copper_slab", - "waxoxiccoslab": "waxed_oxidized_cut_copper_slab", - "waxoxiccostep": "waxed_oxidized_cut_copper_slab", - "waxoxicutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxicutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxicutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxicutcoppersl": "waxed_oxidized_cut_copper_slab", - "waxoxicutcopperslab": "waxed_oxidized_cut_copper_slab", - "waxoxicutcopperstep": "waxed_oxidized_cut_copper_slab", - "waxoxicutcopsl": "waxed_oxidized_cut_copper_slab", - "waxoxicutcopslab": "waxed_oxidized_cut_copper_slab", - "waxoxicutcopstep": "waxed_oxidized_cut_copper_slab", - "waxoxicutcosl": "waxed_oxidized_cut_copper_slab", - "waxoxicutcoslab": "waxed_oxidized_cut_copper_slab", - "waxoxicutcostep": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccohalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccophalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccoppersl": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccopperslab": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccopperstep": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccopsl": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccopslab": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccopstep": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccosl": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccoslab": "waxed_oxidized_cut_copper_slab", - "waxoxidisedccostep": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcoppersl": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcopperslab": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcopperstep": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcopsl": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcopslab": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcopstep": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcosl": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcoslab": "waxed_oxidized_cut_copper_slab", - "waxoxidisedcutcostep": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccohalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccophalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccoppersl": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccopperslab": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccopperstep": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccopsl": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccopslab": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccopstep": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccosl": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccoslab": "waxed_oxidized_cut_copper_slab", - "waxoxidizedccostep": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcoppersl": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcopperslab": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcopperstep": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcopsl": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcopslab": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcopstep": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcosl": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcoslab": "waxed_oxidized_cut_copper_slab", - "waxoxidizedcutcostep": "waxed_oxidized_cut_copper_slab", - "waxoxyccohalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxyccophalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxyccopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxyccoppersl": "waxed_oxidized_cut_copper_slab", - "waxoxyccopperslab": "waxed_oxidized_cut_copper_slab", - "waxoxyccopperstep": "waxed_oxidized_cut_copper_slab", - "waxoxyccopsl": "waxed_oxidized_cut_copper_slab", - "waxoxyccopslab": "waxed_oxidized_cut_copper_slab", - "waxoxyccopstep": "waxed_oxidized_cut_copper_slab", - "waxoxyccosl": "waxed_oxidized_cut_copper_slab", - "waxoxyccoslab": "waxed_oxidized_cut_copper_slab", - "waxoxyccostep": "waxed_oxidized_cut_copper_slab", - "waxoxycutcohalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxycutcophalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxycutcopperhalfblock": "waxed_oxidized_cut_copper_slab", - "waxoxycutcoppersl": "waxed_oxidized_cut_copper_slab", - "waxoxycutcopperslab": "waxed_oxidized_cut_copper_slab", - "waxoxycutcopperstep": "waxed_oxidized_cut_copper_slab", - "waxoxycutcopsl": "waxed_oxidized_cut_copper_slab", - "waxoxycutcopslab": "waxed_oxidized_cut_copper_slab", - "waxoxycutcopstep": "waxed_oxidized_cut_copper_slab", - "waxoxycutcosl": "waxed_oxidized_cut_copper_slab", - "waxoxycutcoslab": "waxed_oxidized_cut_copper_slab", - "waxoxycutcostep": "waxed_oxidized_cut_copper_slab", - "waxed_oxidized_cut_copper_stairs": { - "material": "WAXED_OXIDIZED_CUT_COPPER_STAIRS" - }, - "coxidisedwacopperstair": "waxed_oxidized_cut_copper_stairs", - "coxidisedwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxidisedwacopstair": "waxed_oxidized_cut_copper_stairs", - "coxidisedwacopstairs": "waxed_oxidized_cut_copper_stairs", - "coxidisedwacostair": "waxed_oxidized_cut_copper_stairs", - "coxidisedwacostairs": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxcostair": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "coxidisedwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "coxidizedwacopperstair": "waxed_oxidized_cut_copper_stairs", - "coxidizedwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxidizedwacopstair": "waxed_oxidized_cut_copper_stairs", - "coxidizedwacopstairs": "waxed_oxidized_cut_copper_stairs", - "coxidizedwacostair": "waxed_oxidized_cut_copper_stairs", - "coxidizedwacostairs": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxcostair": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "coxidizedwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "coxiwacopperstair": "waxed_oxidized_cut_copper_stairs", - "coxiwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxiwacopstair": "waxed_oxidized_cut_copper_stairs", - "coxiwacopstairs": "waxed_oxidized_cut_copper_stairs", - "coxiwacostair": "waxed_oxidized_cut_copper_stairs", - "coxiwacostairs": "waxed_oxidized_cut_copper_stairs", - "coxiwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "coxiwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxiwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "coxiwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "coxiwaxcostair": "waxed_oxidized_cut_copper_stairs", - "coxiwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "coxiwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "coxiwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxiwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "coxiwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "coxiwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "coxiwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "coxywacopperstair": "waxed_oxidized_cut_copper_stairs", - "coxywacopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxywacopstair": "waxed_oxidized_cut_copper_stairs", - "coxywacopstairs": "waxed_oxidized_cut_copper_stairs", - "coxywacostair": "waxed_oxidized_cut_copper_stairs", - "coxywacostairs": "waxed_oxidized_cut_copper_stairs", - "coxywaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "coxywaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxywaxcopstair": "waxed_oxidized_cut_copper_stairs", - "coxywaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "coxywaxcostair": "waxed_oxidized_cut_copper_stairs", - "coxywaxcostairs": "waxed_oxidized_cut_copper_stairs", - "coxywaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "coxywaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "coxywaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "coxywaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "coxywaxedcostair": "waxed_oxidized_cut_copper_stairs", - "coxywaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwacopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwacopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwacopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwacostair": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwacostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxcostair": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "cutoxidisedwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwacopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwacopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwacopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwacostair": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwacostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxcostair": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "cutoxidizedwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxiwacopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxiwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxiwacopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxiwacopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxiwacostair": "waxed_oxidized_cut_copper_stairs", - "cutoxiwacostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxcostair": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "cutoxiwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxywacopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxywacopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxywacopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxywacopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxywacostair": "waxed_oxidized_cut_copper_stairs", - "cutoxywacostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxcopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxcostair": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxcostairs": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxedcostair": "waxed_oxidized_cut_copper_stairs", - "cutoxywaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxicopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxicostair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxicostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxycopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaoxycostair": "waxed_oxidized_cut_copper_stairs", - "cutwaoxycostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxicopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxicostair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxicostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxycopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxycostair": "waxed_oxidized_cut_copper_stairs", - "cutwaxedoxycostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxicopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxicostair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxicostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxycopstair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxycostair": "waxed_oxidized_cut_copper_stairs", - "cutwaxoxycostairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxicopstair": "waxed_oxidized_cut_copper_stairs", - "cwaoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxicostair": "waxed_oxidized_cut_copper_stairs", - "cwaoxicostairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "cwaoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "cwaoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "cwaoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "cwaoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxycopstair": "waxed_oxidized_cut_copper_stairs", - "cwaoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaoxycostair": "waxed_oxidized_cut_copper_stairs", - "cwaoxycostairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxicopstair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxicostair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxicostairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxycopstair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxycostair": "waxed_oxidized_cut_copper_stairs", - "cwaxedoxycostairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxicopstair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxicostair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxicostairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxycopstair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "cwaxoxycostair": "waxed_oxidized_cut_copper_stairs", - "cwaxoxycostairs": "waxed_oxidized_cut_copper_stairs", - "minecraft:waxed_oxidized_cut_copper_stairs": "waxed_oxidized_cut_copper_stairs", - "oxicutwacopperstair": "waxed_oxidized_cut_copper_stairs", - "oxicutwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxicutwacopstair": "waxed_oxidized_cut_copper_stairs", - "oxicutwacopstairs": "waxed_oxidized_cut_copper_stairs", - "oxicutwacostair": "waxed_oxidized_cut_copper_stairs", - "oxicutwacostairs": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxcostair": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "oxicutwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "oxicwacopperstair": "waxed_oxidized_cut_copper_stairs", - "oxicwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxicwacopstair": "waxed_oxidized_cut_copper_stairs", - "oxicwacopstairs": "waxed_oxidized_cut_copper_stairs", - "oxicwacostair": "waxed_oxidized_cut_copper_stairs", - "oxicwacostairs": "waxed_oxidized_cut_copper_stairs", - "oxicwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxicwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxicwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "oxicwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxicwaxcostair": "waxed_oxidized_cut_copper_stairs", - "oxicwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "oxicwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxicwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxicwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "oxicwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxicwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "oxicwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwacopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwacopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwacopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwacostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwacostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxcostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcutwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwacopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwacopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwacopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwacostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwacostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxcostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedcwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaccopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaccostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaccostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwacutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwacutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwacutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwacutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwacutcostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwacutcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxccopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxccostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxccostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxcutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxcutcostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxcutcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedccopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedccostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedccostairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedcutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedcutcostair": "waxed_oxidized_cut_copper_stairs", - "oxidisedwaxedcutcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwacopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwacopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwacopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwacostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwacostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxcostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcutwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwacopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwacopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwacopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwacostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwacostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxcostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedcwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaccopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaccostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaccostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwacutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwacutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwacutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwacutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwacutcostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwacutcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxccopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxccostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxccostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxcutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxcutcostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxcutcostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedccopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedccostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedccostairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedcutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedcutcostair": "waxed_oxidized_cut_copper_stairs", - "oxidizedwaxedcutcostairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxiwaccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaccopstair": "waxed_oxidized_cut_copper_stairs", - "oxiwaccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaccostair": "waxed_oxidized_cut_copper_stairs", - "oxiwaccostairs": "waxed_oxidized_cut_copper_stairs", - "oxiwacutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxiwacutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwacutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxiwacutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwacutcostair": "waxed_oxidized_cut_copper_stairs", - "oxiwacutcostairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxccopstair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxccostair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxccostairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxcutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxcutcostair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxcutcostairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedccopstair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedccostair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedccostairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedcutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedcutcostair": "waxed_oxidized_cut_copper_stairs", - "oxiwaxedcutcostairs": "waxed_oxidized_cut_copper_stairs", - "oxycutwacopperstair": "waxed_oxidized_cut_copper_stairs", - "oxycutwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxycutwacopstair": "waxed_oxidized_cut_copper_stairs", - "oxycutwacopstairs": "waxed_oxidized_cut_copper_stairs", - "oxycutwacostair": "waxed_oxidized_cut_copper_stairs", - "oxycutwacostairs": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxcostair": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "oxycutwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "oxycwacopperstair": "waxed_oxidized_cut_copper_stairs", - "oxycwacopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxycwacopstair": "waxed_oxidized_cut_copper_stairs", - "oxycwacopstairs": "waxed_oxidized_cut_copper_stairs", - "oxycwacostair": "waxed_oxidized_cut_copper_stairs", - "oxycwacostairs": "waxed_oxidized_cut_copper_stairs", - "oxycwaxcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxycwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxycwaxcopstair": "waxed_oxidized_cut_copper_stairs", - "oxycwaxcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxycwaxcostair": "waxed_oxidized_cut_copper_stairs", - "oxycwaxcostairs": "waxed_oxidized_cut_copper_stairs", - "oxycwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxycwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxycwaxedcopstair": "waxed_oxidized_cut_copper_stairs", - "oxycwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxycwaxedcostair": "waxed_oxidized_cut_copper_stairs", - "oxycwaxedcostairs": "waxed_oxidized_cut_copper_stairs", - "oxywaccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxywaccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxywaccopstair": "waxed_oxidized_cut_copper_stairs", - "oxywaccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxywaccostair": "waxed_oxidized_cut_copper_stairs", - "oxywaccostairs": "waxed_oxidized_cut_copper_stairs", - "oxywacutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxywacutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxywacutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxywacutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxywacutcostair": "waxed_oxidized_cut_copper_stairs", - "oxywacutcostairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxywaxccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxccopstair": "waxed_oxidized_cut_copper_stairs", - "oxywaxccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxccostair": "waxed_oxidized_cut_copper_stairs", - "oxywaxccostairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxywaxcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxcutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxywaxcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxcutcostair": "waxed_oxidized_cut_copper_stairs", - "oxywaxcutcostairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxedccopperstair": "waxed_oxidized_cut_copper_stairs", - "oxywaxedccopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxedccopstair": "waxed_oxidized_cut_copper_stairs", - "oxywaxedccopstairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxedccostair": "waxed_oxidized_cut_copper_stairs", - "oxywaxedccostairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxedcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "oxywaxedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxedcutcopstair": "waxed_oxidized_cut_copper_stairs", - "oxywaxedcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "oxywaxedcutcostair": "waxed_oxidized_cut_copper_stairs", - "oxywaxedcutcostairs": "waxed_oxidized_cut_copper_stairs", - "wacoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "wacoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "wacoxicopstair": "waxed_oxidized_cut_copper_stairs", - "wacoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "wacoxicostair": "waxed_oxidized_cut_copper_stairs", - "wacoxicostairs": "waxed_oxidized_cut_copper_stairs", - "wacoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "wacoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "wacoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "wacoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "wacoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "wacoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "wacoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "wacoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "wacoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "wacoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "wacoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "wacoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "wacoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "wacoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "wacoxycopstair": "waxed_oxidized_cut_copper_stairs", - "wacoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "wacoxycostair": "waxed_oxidized_cut_copper_stairs", - "wacoxycostairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "wacutoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxicopstair": "waxed_oxidized_cut_copper_stairs", - "wacutoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxicostair": "waxed_oxidized_cut_copper_stairs", - "wacutoxicostairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "wacutoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "wacutoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "wacutoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "wacutoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "wacutoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "wacutoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "wacutoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxycopstair": "waxed_oxidized_cut_copper_stairs", - "wacutoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "wacutoxycostair": "waxed_oxidized_cut_copper_stairs", - "wacutoxycostairs": "waxed_oxidized_cut_copper_stairs", - "waoxiccopperstair": "waxed_oxidized_cut_copper_stairs", - "waoxiccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waoxiccopstair": "waxed_oxidized_cut_copper_stairs", - "waoxiccopstairs": "waxed_oxidized_cut_copper_stairs", - "waoxiccostair": "waxed_oxidized_cut_copper_stairs", - "waoxiccostairs": "waxed_oxidized_cut_copper_stairs", - "waoxicutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waoxicutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waoxicutcopstair": "waxed_oxidized_cut_copper_stairs", - "waoxicutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waoxicutcostair": "waxed_oxidized_cut_copper_stairs", - "waoxicutcostairs": "waxed_oxidized_cut_copper_stairs", - "waoxidisedccopperstair": "waxed_oxidized_cut_copper_stairs", - "waoxidisedccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waoxidisedccopstair": "waxed_oxidized_cut_copper_stairs", - "waoxidisedccopstairs": "waxed_oxidized_cut_copper_stairs", - "waoxidisedccostair": "waxed_oxidized_cut_copper_stairs", - "waoxidisedccostairs": "waxed_oxidized_cut_copper_stairs", - "waoxidisedcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waoxidisedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waoxidisedcutcopstair": "waxed_oxidized_cut_copper_stairs", - "waoxidisedcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waoxidisedcutcostair": "waxed_oxidized_cut_copper_stairs", - "waoxidisedcutcostairs": "waxed_oxidized_cut_copper_stairs", - "waoxidizedccopperstair": "waxed_oxidized_cut_copper_stairs", - "waoxidizedccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waoxidizedccopstair": "waxed_oxidized_cut_copper_stairs", - "waoxidizedccopstairs": "waxed_oxidized_cut_copper_stairs", - "waoxidizedccostair": "waxed_oxidized_cut_copper_stairs", - "waoxidizedccostairs": "waxed_oxidized_cut_copper_stairs", - "waoxidizedcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waoxidizedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waoxidizedcutcopstair": "waxed_oxidized_cut_copper_stairs", - "waoxidizedcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waoxidizedcutcostair": "waxed_oxidized_cut_copper_stairs", - "waoxidizedcutcostairs": "waxed_oxidized_cut_copper_stairs", - "waoxyccopperstair": "waxed_oxidized_cut_copper_stairs", - "waoxyccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waoxyccopstair": "waxed_oxidized_cut_copper_stairs", - "waoxyccopstairs": "waxed_oxidized_cut_copper_stairs", - "waoxyccostair": "waxed_oxidized_cut_copper_stairs", - "waoxyccostairs": "waxed_oxidized_cut_copper_stairs", - "waoxycutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waoxycutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waoxycutcopstair": "waxed_oxidized_cut_copper_stairs", - "waoxycutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waoxycutcostair": "waxed_oxidized_cut_copper_stairs", - "waoxycutcostairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "waxcoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxicopstair": "waxed_oxidized_cut_copper_stairs", - "waxcoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxicostair": "waxed_oxidized_cut_copper_stairs", - "waxcoxicostairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxcoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "waxcoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "waxcoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxcoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "waxcoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "waxcoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "waxcoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxycopstair": "waxed_oxidized_cut_copper_stairs", - "waxcoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "waxcoxycostair": "waxed_oxidized_cut_copper_stairs", - "waxcoxycostairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxicopstair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxicostair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxicostairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxycopstair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "waxcutoxycostair": "waxed_oxidized_cut_copper_stairs", - "waxcutoxycostairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxicopstair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxicostair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxicostairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxycopstair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcoxycostair": "waxed_oxidized_cut_copper_stairs", - "waxedcoxycostairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxicopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxicopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxicopstair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxicopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxicostair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxicostairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidisedcostair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidizedcostair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxycopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxycopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxycopstair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxycopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxycostair": "waxed_oxidized_cut_copper_stairs", - "waxedcutoxycostairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxiccopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxiccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxiccopstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxiccopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxiccostair": "waxed_oxidized_cut_copper_stairs", - "waxedoxiccostairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxicutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxicutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxicutcopstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxicutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxicutcostair": "waxed_oxidized_cut_copper_stairs", - "waxedoxicutcostairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedccopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedccopstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedccopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedccostair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedccostairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedcutcopstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedcutcostair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidisedcutcostairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedccopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedccopstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedccopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedccostair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedccostairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedcutcopstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedcutcostair": "waxed_oxidized_cut_copper_stairs", - "waxedoxidizedcutcostairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxyccopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxyccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxyccopstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxyccopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxyccostair": "waxed_oxidized_cut_copper_stairs", - "waxedoxyccostairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxycutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxycutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxycutcopstair": "waxed_oxidized_cut_copper_stairs", - "waxedoxycutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxedoxycutcostair": "waxed_oxidized_cut_copper_stairs", - "waxedoxycutcostairs": "waxed_oxidized_cut_copper_stairs", - "waxoxiccopperstair": "waxed_oxidized_cut_copper_stairs", - "waxoxiccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxiccopstair": "waxed_oxidized_cut_copper_stairs", - "waxoxiccopstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxiccostair": "waxed_oxidized_cut_copper_stairs", - "waxoxiccostairs": "waxed_oxidized_cut_copper_stairs", - "waxoxicutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxoxicutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxicutcopstair": "waxed_oxidized_cut_copper_stairs", - "waxoxicutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxicutcostair": "waxed_oxidized_cut_copper_stairs", - "waxoxicutcostairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedccopperstair": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedccopstair": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedccopstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedccostair": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedccostairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedcutcopstair": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedcutcostair": "waxed_oxidized_cut_copper_stairs", - "waxoxidisedcutcostairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedccopperstair": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedccopstair": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedccopstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedccostair": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedccostairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedcutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedcutcopstair": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedcutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedcutcostair": "waxed_oxidized_cut_copper_stairs", - "waxoxidizedcutcostairs": "waxed_oxidized_cut_copper_stairs", - "waxoxyccopperstair": "waxed_oxidized_cut_copper_stairs", - "waxoxyccopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxyccopstair": "waxed_oxidized_cut_copper_stairs", - "waxoxyccopstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxyccostair": "waxed_oxidized_cut_copper_stairs", - "waxoxyccostairs": "waxed_oxidized_cut_copper_stairs", - "waxoxycutcopperstair": "waxed_oxidized_cut_copper_stairs", - "waxoxycutcopperstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxycutcopstair": "waxed_oxidized_cut_copper_stairs", - "waxoxycutcopstairs": "waxed_oxidized_cut_copper_stairs", - "waxoxycutcostair": "waxed_oxidized_cut_copper_stairs", - "waxoxycutcostairs": "waxed_oxidized_cut_copper_stairs", - "waxed_weathered_copper": { - "material": "WAXED_WEATHERED_COPPER" - }, - "minecraft:waxed_weathered_copper": "waxed_weathered_copper", - "waweathercoblock": "waxed_weathered_copper", - "waweathercopblock": "waxed_weathered_copper", - "waweathercopperblock": "waxed_weathered_copper", - "waweatheredcoblock": "waxed_weathered_copper", - "waweatheredcopblock": "waxed_weathered_copper", - "waweatheredcopperblock": "waxed_weathered_copper", - "wawecoblock": "waxed_weathered_copper", - "wawecopblock": "waxed_weathered_copper", - "wawecopperblock": "waxed_weathered_copper", - "wawthcoblock": "waxed_weathered_copper", - "wawthcopblock": "waxed_weathered_copper", - "wawthcopperblock": "waxed_weathered_copper", - "waxedweathercoblock": "waxed_weathered_copper", - "waxedweathercopblock": "waxed_weathered_copper", - "waxedweathercopperblock": "waxed_weathered_copper", - "waxedweatheredcoblock": "waxed_weathered_copper", - "waxedweatheredcopblock": "waxed_weathered_copper", - "waxedweatheredcopper": "waxed_weathered_copper", - "waxedweatheredcopperblock": "waxed_weathered_copper", - "waxedwecoblock": "waxed_weathered_copper", - "waxedwecopblock": "waxed_weathered_copper", - "waxedwecopperblock": "waxed_weathered_copper", - "waxedwthcoblock": "waxed_weathered_copper", - "waxedwthcopblock": "waxed_weathered_copper", - "waxedwthcopperblock": "waxed_weathered_copper", - "waxweathercoblock": "waxed_weathered_copper", - "waxweathercopblock": "waxed_weathered_copper", - "waxweathercopperblock": "waxed_weathered_copper", - "waxweatheredcoblock": "waxed_weathered_copper", - "waxweatheredcopblock": "waxed_weathered_copper", - "waxweatheredcopperblock": "waxed_weathered_copper", - "waxwecoblock": "waxed_weathered_copper", - "waxwecopblock": "waxed_weathered_copper", - "waxwecopperblock": "waxed_weathered_copper", - "waxwthcoblock": "waxed_weathered_copper", - "waxwthcopblock": "waxed_weathered_copper", - "waxwthcopperblock": "waxed_weathered_copper", - "weatheredwacoblock": "waxed_weathered_copper", - "weatheredwacopblock": "waxed_weathered_copper", - "weatheredwacopperblock": "waxed_weathered_copper", - "weatheredwaxcoblock": "waxed_weathered_copper", - "weatheredwaxcopblock": "waxed_weathered_copper", - "weatheredwaxcopperblock": "waxed_weathered_copper", - "weatheredwaxedcoblock": "waxed_weathered_copper", - "weatheredwaxedcopblock": "waxed_weathered_copper", - "weatheredwaxedcopperblock": "waxed_weathered_copper", - "weatherwacoblock": "waxed_weathered_copper", - "weatherwacopblock": "waxed_weathered_copper", - "weatherwacopperblock": "waxed_weathered_copper", - "weatherwaxcoblock": "waxed_weathered_copper", - "weatherwaxcopblock": "waxed_weathered_copper", - "weatherwaxcopperblock": "waxed_weathered_copper", - "weatherwaxedcoblock": "waxed_weathered_copper", - "weatherwaxedcopblock": "waxed_weathered_copper", - "weatherwaxedcopperblock": "waxed_weathered_copper", - "wewacoblock": "waxed_weathered_copper", - "wewacopblock": "waxed_weathered_copper", - "wewacopperblock": "waxed_weathered_copper", - "wewaxcoblock": "waxed_weathered_copper", - "wewaxcopblock": "waxed_weathered_copper", - "wewaxcopperblock": "waxed_weathered_copper", - "wewaxedcoblock": "waxed_weathered_copper", - "wewaxedcopblock": "waxed_weathered_copper", - "wewaxedcopperblock": "waxed_weathered_copper", - "wthwacoblock": "waxed_weathered_copper", - "wthwacopblock": "waxed_weathered_copper", - "wthwacopperblock": "waxed_weathered_copper", - "wthwaxcoblock": "waxed_weathered_copper", - "wthwaxcopblock": "waxed_weathered_copper", - "wthwaxcopperblock": "waxed_weathered_copper", - "wthwaxedcoblock": "waxed_weathered_copper", - "wthwaxedcopblock": "waxed_weathered_copper", - "wthwaxedcopperblock": "waxed_weathered_copper", - "waxed_weathered_cut_copper": { - "material": "WAXED_WEATHERED_CUT_COPPER" - }, - "cutwaweathercoblock": "waxed_weathered_cut_copper", - "cutwaweathercopblock": "waxed_weathered_cut_copper", - "cutwaweathercopperblock": "waxed_weathered_cut_copper", - "cutwaweatheredcoblock": "waxed_weathered_cut_copper", - "cutwaweatheredcopblock": "waxed_weathered_cut_copper", - "cutwaweatheredcopperblock": "waxed_weathered_cut_copper", - "cutwawecoblock": "waxed_weathered_cut_copper", - "cutwawecopblock": "waxed_weathered_cut_copper", - "cutwawecopperblock": "waxed_weathered_cut_copper", - "cutwawthcoblock": "waxed_weathered_cut_copper", - "cutwawthcopblock": "waxed_weathered_cut_copper", - "cutwawthcopperblock": "waxed_weathered_cut_copper", - "cutwaxedweathercoblock": "waxed_weathered_cut_copper", - "cutwaxedweathercopblock": "waxed_weathered_cut_copper", - "cutwaxedweathercopperblock": "waxed_weathered_cut_copper", - "cutwaxedweatheredcoblock": "waxed_weathered_cut_copper", - "cutwaxedweatheredcopblock": "waxed_weathered_cut_copper", - "cutwaxedweatheredcopperblock": "waxed_weathered_cut_copper", - "cutwaxedwecoblock": "waxed_weathered_cut_copper", - "cutwaxedwecopblock": "waxed_weathered_cut_copper", - "cutwaxedwecopperblock": "waxed_weathered_cut_copper", - "cutwaxedwthcoblock": "waxed_weathered_cut_copper", - "cutwaxedwthcopblock": "waxed_weathered_cut_copper", - "cutwaxedwthcopperblock": "waxed_weathered_cut_copper", - "cutwaxweathercoblock": "waxed_weathered_cut_copper", - "cutwaxweathercopblock": "waxed_weathered_cut_copper", - "cutwaxweathercopperblock": "waxed_weathered_cut_copper", - "cutwaxweatheredcoblock": "waxed_weathered_cut_copper", - "cutwaxweatheredcopblock": "waxed_weathered_cut_copper", - "cutwaxweatheredcopperblock": "waxed_weathered_cut_copper", - "cutwaxwecoblock": "waxed_weathered_cut_copper", - "cutwaxwecopblock": "waxed_weathered_cut_copper", - "cutwaxwecopperblock": "waxed_weathered_cut_copper", - "cutwaxwthcoblock": "waxed_weathered_cut_copper", - "cutwaxwthcopblock": "waxed_weathered_cut_copper", - "cutwaxwthcopperblock": "waxed_weathered_cut_copper", - "cutweatheredwacoblock": "waxed_weathered_cut_copper", - "cutweatheredwacopblock": "waxed_weathered_cut_copper", - "cutweatheredwacopperblock": "waxed_weathered_cut_copper", - "cutweatheredwaxcoblock": "waxed_weathered_cut_copper", - "cutweatheredwaxcopblock": "waxed_weathered_cut_copper", - "cutweatheredwaxcopperblock": "waxed_weathered_cut_copper", - "cutweatheredwaxedcoblock": "waxed_weathered_cut_copper", - "cutweatheredwaxedcopblock": "waxed_weathered_cut_copper", - "cutweatheredwaxedcopperblock": "waxed_weathered_cut_copper", - "cutweatherwacoblock": "waxed_weathered_cut_copper", - "cutweatherwacopblock": "waxed_weathered_cut_copper", - "cutweatherwacopperblock": "waxed_weathered_cut_copper", - "cutweatherwaxcoblock": "waxed_weathered_cut_copper", - "cutweatherwaxcopblock": "waxed_weathered_cut_copper", - "cutweatherwaxcopperblock": "waxed_weathered_cut_copper", - "cutweatherwaxedcoblock": "waxed_weathered_cut_copper", - "cutweatherwaxedcopblock": "waxed_weathered_cut_copper", - "cutweatherwaxedcopperblock": "waxed_weathered_cut_copper", - "cutwewacoblock": "waxed_weathered_cut_copper", - "cutwewacopblock": "waxed_weathered_cut_copper", - "cutwewacopperblock": "waxed_weathered_cut_copper", - "cutwewaxcoblock": "waxed_weathered_cut_copper", - "cutwewaxcopblock": "waxed_weathered_cut_copper", - "cutwewaxcopperblock": "waxed_weathered_cut_copper", - "cutwewaxedcoblock": "waxed_weathered_cut_copper", - "cutwewaxedcopblock": "waxed_weathered_cut_copper", - "cutwewaxedcopperblock": "waxed_weathered_cut_copper", - "cutwthwacoblock": "waxed_weathered_cut_copper", - "cutwthwacopblock": "waxed_weathered_cut_copper", - "cutwthwacopperblock": "waxed_weathered_cut_copper", - "cutwthwaxcoblock": "waxed_weathered_cut_copper", - "cutwthwaxcopblock": "waxed_weathered_cut_copper", - "cutwthwaxcopperblock": "waxed_weathered_cut_copper", - "cutwthwaxedcoblock": "waxed_weathered_cut_copper", - "cutwthwaxedcopblock": "waxed_weathered_cut_copper", - "cutwthwaxedcopperblock": "waxed_weathered_cut_copper", - "cwaweathercoblock": "waxed_weathered_cut_copper", - "cwaweathercopblock": "waxed_weathered_cut_copper", - "cwaweathercopperblock": "waxed_weathered_cut_copper", - "cwaweatheredcoblock": "waxed_weathered_cut_copper", - "cwaweatheredcopblock": "waxed_weathered_cut_copper", - "cwaweatheredcopperblock": "waxed_weathered_cut_copper", - "cwawecoblock": "waxed_weathered_cut_copper", - "cwawecopblock": "waxed_weathered_cut_copper", - "cwawecopperblock": "waxed_weathered_cut_copper", - "cwawthcoblock": "waxed_weathered_cut_copper", - "cwawthcopblock": "waxed_weathered_cut_copper", - "cwawthcopperblock": "waxed_weathered_cut_copper", - "cwaxedweathercoblock": "waxed_weathered_cut_copper", - "cwaxedweathercopblock": "waxed_weathered_cut_copper", - "cwaxedweathercopperblock": "waxed_weathered_cut_copper", - "cwaxedweatheredcoblock": "waxed_weathered_cut_copper", - "cwaxedweatheredcopblock": "waxed_weathered_cut_copper", - "cwaxedweatheredcopperblock": "waxed_weathered_cut_copper", - "cwaxedwecoblock": "waxed_weathered_cut_copper", - "cwaxedwecopblock": "waxed_weathered_cut_copper", - "cwaxedwecopperblock": "waxed_weathered_cut_copper", - "cwaxedwthcoblock": "waxed_weathered_cut_copper", - "cwaxedwthcopblock": "waxed_weathered_cut_copper", - "cwaxedwthcopperblock": "waxed_weathered_cut_copper", - "cwaxweathercoblock": "waxed_weathered_cut_copper", - "cwaxweathercopblock": "waxed_weathered_cut_copper", - "cwaxweathercopperblock": "waxed_weathered_cut_copper", - "cwaxweatheredcoblock": "waxed_weathered_cut_copper", - "cwaxweatheredcopblock": "waxed_weathered_cut_copper", - "cwaxweatheredcopperblock": "waxed_weathered_cut_copper", - "cwaxwecoblock": "waxed_weathered_cut_copper", - "cwaxwecopblock": "waxed_weathered_cut_copper", - "cwaxwecopperblock": "waxed_weathered_cut_copper", - "cwaxwthcoblock": "waxed_weathered_cut_copper", - "cwaxwthcopblock": "waxed_weathered_cut_copper", - "cwaxwthcopperblock": "waxed_weathered_cut_copper", - "cweatheredwacoblock": "waxed_weathered_cut_copper", - "cweatheredwacopblock": "waxed_weathered_cut_copper", - "cweatheredwacopperblock": "waxed_weathered_cut_copper", - "cweatheredwaxcoblock": "waxed_weathered_cut_copper", - "cweatheredwaxcopblock": "waxed_weathered_cut_copper", - "cweatheredwaxcopperblock": "waxed_weathered_cut_copper", - "cweatheredwaxedcoblock": "waxed_weathered_cut_copper", - "cweatheredwaxedcopblock": "waxed_weathered_cut_copper", - "cweatheredwaxedcopperblock": "waxed_weathered_cut_copper", - "cweatherwacoblock": "waxed_weathered_cut_copper", - "cweatherwacopblock": "waxed_weathered_cut_copper", - "cweatherwacopperblock": "waxed_weathered_cut_copper", - "cweatherwaxcoblock": "waxed_weathered_cut_copper", - "cweatherwaxcopblock": "waxed_weathered_cut_copper", - "cweatherwaxcopperblock": "waxed_weathered_cut_copper", - "cweatherwaxedcoblock": "waxed_weathered_cut_copper", - "cweatherwaxedcopblock": "waxed_weathered_cut_copper", - "cweatherwaxedcopperblock": "waxed_weathered_cut_copper", - "cwewacoblock": "waxed_weathered_cut_copper", - "cwewacopblock": "waxed_weathered_cut_copper", - "cwewacopperblock": "waxed_weathered_cut_copper", - "cwewaxcoblock": "waxed_weathered_cut_copper", - "cwewaxcopblock": "waxed_weathered_cut_copper", - "cwewaxcopperblock": "waxed_weathered_cut_copper", - "cwewaxedcoblock": "waxed_weathered_cut_copper", - "cwewaxedcopblock": "waxed_weathered_cut_copper", - "cwewaxedcopperblock": "waxed_weathered_cut_copper", - "cwthwacoblock": "waxed_weathered_cut_copper", - "cwthwacopblock": "waxed_weathered_cut_copper", - "cwthwacopperblock": "waxed_weathered_cut_copper", - "cwthwaxcoblock": "waxed_weathered_cut_copper", - "cwthwaxcopblock": "waxed_weathered_cut_copper", - "cwthwaxcopperblock": "waxed_weathered_cut_copper", - "cwthwaxedcoblock": "waxed_weathered_cut_copper", - "cwthwaxedcopblock": "waxed_weathered_cut_copper", - "cwthwaxedcopperblock": "waxed_weathered_cut_copper", - "minecraft:waxed_weathered_cut_copper": "waxed_weathered_cut_copper", - "wacutweathercoblock": "waxed_weathered_cut_copper", - "wacutweathercopblock": "waxed_weathered_cut_copper", - "wacutweathercopperblock": "waxed_weathered_cut_copper", - "wacutweatheredcoblock": "waxed_weathered_cut_copper", - "wacutweatheredcopblock": "waxed_weathered_cut_copper", - "wacutweatheredcopperblock": "waxed_weathered_cut_copper", - "wacutwecoblock": "waxed_weathered_cut_copper", - "wacutwecopblock": "waxed_weathered_cut_copper", - "wacutwecopperblock": "waxed_weathered_cut_copper", - "wacutwthcoblock": "waxed_weathered_cut_copper", - "wacutwthcopblock": "waxed_weathered_cut_copper", - "wacutwthcopperblock": "waxed_weathered_cut_copper", - "wacweathercoblock": "waxed_weathered_cut_copper", - "wacweathercopblock": "waxed_weathered_cut_copper", - "wacweathercopperblock": "waxed_weathered_cut_copper", - "wacweatheredcoblock": "waxed_weathered_cut_copper", - "wacweatheredcopblock": "waxed_weathered_cut_copper", - "wacweatheredcopperblock": "waxed_weathered_cut_copper", - "wacwecoblock": "waxed_weathered_cut_copper", - "wacwecopblock": "waxed_weathered_cut_copper", - "wacwecopperblock": "waxed_weathered_cut_copper", - "wacwthcoblock": "waxed_weathered_cut_copper", - "wacwthcopblock": "waxed_weathered_cut_copper", - "wacwthcopperblock": "waxed_weathered_cut_copper", - "waweatherccoblock": "waxed_weathered_cut_copper", - "waweatherccopblock": "waxed_weathered_cut_copper", - "waweatherccopperblock": "waxed_weathered_cut_copper", - "waweathercutcoblock": "waxed_weathered_cut_copper", - "waweathercutcopblock": "waxed_weathered_cut_copper", - "waweathercutcopperblock": "waxed_weathered_cut_copper", - "waweatheredccoblock": "waxed_weathered_cut_copper", - "waweatheredccopblock": "waxed_weathered_cut_copper", - "waweatheredccopperblock": "waxed_weathered_cut_copper", - "waweatheredcutcoblock": "waxed_weathered_cut_copper", - "waweatheredcutcopblock": "waxed_weathered_cut_copper", - "waweatheredcutcopperblock": "waxed_weathered_cut_copper", - "waweccoblock": "waxed_weathered_cut_copper", - "waweccopblock": "waxed_weathered_cut_copper", - "waweccopperblock": "waxed_weathered_cut_copper", - "wawecutcoblock": "waxed_weathered_cut_copper", - "wawecutcopblock": "waxed_weathered_cut_copper", - "wawecutcopperblock": "waxed_weathered_cut_copper", - "wawthccoblock": "waxed_weathered_cut_copper", - "wawthccopblock": "waxed_weathered_cut_copper", - "wawthccopperblock": "waxed_weathered_cut_copper", - "wawthcutcoblock": "waxed_weathered_cut_copper", - "wawthcutcopblock": "waxed_weathered_cut_copper", - "wawthcutcopperblock": "waxed_weathered_cut_copper", - "waxcutweathercoblock": "waxed_weathered_cut_copper", - "waxcutweathercopblock": "waxed_weathered_cut_copper", - "waxcutweathercopperblock": "waxed_weathered_cut_copper", - "waxcutweatheredcoblock": "waxed_weathered_cut_copper", - "waxcutweatheredcopblock": "waxed_weathered_cut_copper", - "waxcutweatheredcopperblock": "waxed_weathered_cut_copper", - "waxcutwecoblock": "waxed_weathered_cut_copper", - "waxcutwecopblock": "waxed_weathered_cut_copper", - "waxcutwecopperblock": "waxed_weathered_cut_copper", - "waxcutwthcoblock": "waxed_weathered_cut_copper", - "waxcutwthcopblock": "waxed_weathered_cut_copper", - "waxcutwthcopperblock": "waxed_weathered_cut_copper", - "waxcweathercoblock": "waxed_weathered_cut_copper", - "waxcweathercopblock": "waxed_weathered_cut_copper", - "waxcweathercopperblock": "waxed_weathered_cut_copper", - "waxcweatheredcoblock": "waxed_weathered_cut_copper", - "waxcweatheredcopblock": "waxed_weathered_cut_copper", - "waxcweatheredcopperblock": "waxed_weathered_cut_copper", - "waxcwecoblock": "waxed_weathered_cut_copper", - "waxcwecopblock": "waxed_weathered_cut_copper", - "waxcwecopperblock": "waxed_weathered_cut_copper", - "waxcwthcoblock": "waxed_weathered_cut_copper", - "waxcwthcopblock": "waxed_weathered_cut_copper", - "waxcwthcopperblock": "waxed_weathered_cut_copper", - "waxedcutweathercoblock": "waxed_weathered_cut_copper", - "waxedcutweathercopblock": "waxed_weathered_cut_copper", - "waxedcutweathercopperblock": "waxed_weathered_cut_copper", - "waxedcutweatheredcoblock": "waxed_weathered_cut_copper", - "waxedcutweatheredcopblock": "waxed_weathered_cut_copper", - "waxedcutweatheredcopperblock": "waxed_weathered_cut_copper", - "waxedcutwecoblock": "waxed_weathered_cut_copper", - "waxedcutwecopblock": "waxed_weathered_cut_copper", - "waxedcutwecopperblock": "waxed_weathered_cut_copper", - "waxedcutwthcoblock": "waxed_weathered_cut_copper", - "waxedcutwthcopblock": "waxed_weathered_cut_copper", - "waxedcutwthcopperblock": "waxed_weathered_cut_copper", - "waxedcweathercoblock": "waxed_weathered_cut_copper", - "waxedcweathercopblock": "waxed_weathered_cut_copper", - "waxedcweathercopperblock": "waxed_weathered_cut_copper", - "waxedcweatheredcoblock": "waxed_weathered_cut_copper", - "waxedcweatheredcopblock": "waxed_weathered_cut_copper", - "waxedcweatheredcopperblock": "waxed_weathered_cut_copper", - "waxedcwecoblock": "waxed_weathered_cut_copper", - "waxedcwecopblock": "waxed_weathered_cut_copper", - "waxedcwecopperblock": "waxed_weathered_cut_copper", - "waxedcwthcoblock": "waxed_weathered_cut_copper", - "waxedcwthcopblock": "waxed_weathered_cut_copper", - "waxedcwthcopperblock": "waxed_weathered_cut_copper", - "waxedweatherccoblock": "waxed_weathered_cut_copper", - "waxedweatherccopblock": "waxed_weathered_cut_copper", - "waxedweatherccopperblock": "waxed_weathered_cut_copper", - "waxedweathercutcoblock": "waxed_weathered_cut_copper", - "waxedweathercutcopblock": "waxed_weathered_cut_copper", - "waxedweathercutcopperblock": "waxed_weathered_cut_copper", - "waxedweatheredccoblock": "waxed_weathered_cut_copper", - "waxedweatheredccopblock": "waxed_weathered_cut_copper", - "waxedweatheredccopperblock": "waxed_weathered_cut_copper", - "waxedweatheredcutcoblock": "waxed_weathered_cut_copper", - "waxedweatheredcutcopblock": "waxed_weathered_cut_copper", - "waxedweatheredcutcopper": "waxed_weathered_cut_copper", - "waxedweatheredcutcopperblock": "waxed_weathered_cut_copper", - "waxedweccoblock": "waxed_weathered_cut_copper", - "waxedweccopblock": "waxed_weathered_cut_copper", - "waxedweccopperblock": "waxed_weathered_cut_copper", - "waxedwecutcoblock": "waxed_weathered_cut_copper", - "waxedwecutcopblock": "waxed_weathered_cut_copper", - "waxedwecutcopperblock": "waxed_weathered_cut_copper", - "waxedwthccoblock": "waxed_weathered_cut_copper", - "waxedwthccopblock": "waxed_weathered_cut_copper", - "waxedwthccopperblock": "waxed_weathered_cut_copper", - "waxedwthcutcoblock": "waxed_weathered_cut_copper", - "waxedwthcutcopblock": "waxed_weathered_cut_copper", - "waxedwthcutcopperblock": "waxed_weathered_cut_copper", - "waxweatherccoblock": "waxed_weathered_cut_copper", - "waxweatherccopblock": "waxed_weathered_cut_copper", - "waxweatherccopperblock": "waxed_weathered_cut_copper", - "waxweathercutcoblock": "waxed_weathered_cut_copper", - "waxweathercutcopblock": "waxed_weathered_cut_copper", - "waxweathercutcopperblock": "waxed_weathered_cut_copper", - "waxweatheredccoblock": "waxed_weathered_cut_copper", - "waxweatheredccopblock": "waxed_weathered_cut_copper", - "waxweatheredccopperblock": "waxed_weathered_cut_copper", - "waxweatheredcutcoblock": "waxed_weathered_cut_copper", - "waxweatheredcutcopblock": "waxed_weathered_cut_copper", - "waxweatheredcutcopperblock": "waxed_weathered_cut_copper", - "waxweccoblock": "waxed_weathered_cut_copper", - "waxweccopblock": "waxed_weathered_cut_copper", - "waxweccopperblock": "waxed_weathered_cut_copper", - "waxwecutcoblock": "waxed_weathered_cut_copper", - "waxwecutcopblock": "waxed_weathered_cut_copper", - "waxwecutcopperblock": "waxed_weathered_cut_copper", - "waxwthccoblock": "waxed_weathered_cut_copper", - "waxwthccopblock": "waxed_weathered_cut_copper", - "waxwthccopperblock": "waxed_weathered_cut_copper", - "waxwthcutcoblock": "waxed_weathered_cut_copper", - "waxwthcutcopblock": "waxed_weathered_cut_copper", - "waxwthcutcopperblock": "waxed_weathered_cut_copper", - "weathercutwacoblock": "waxed_weathered_cut_copper", - "weathercutwacopblock": "waxed_weathered_cut_copper", - "weathercutwacopperblock": "waxed_weathered_cut_copper", - "weathercutwaxcoblock": "waxed_weathered_cut_copper", - "weathercutwaxcopblock": "waxed_weathered_cut_copper", - "weathercutwaxcopperblock": "waxed_weathered_cut_copper", - "weathercutwaxedcoblock": "waxed_weathered_cut_copper", - "weathercutwaxedcopblock": "waxed_weathered_cut_copper", - "weathercutwaxedcopperblock": "waxed_weathered_cut_copper", - "weathercwacoblock": "waxed_weathered_cut_copper", - "weathercwacopblock": "waxed_weathered_cut_copper", - "weathercwacopperblock": "waxed_weathered_cut_copper", - "weathercwaxcoblock": "waxed_weathered_cut_copper", - "weathercwaxcopblock": "waxed_weathered_cut_copper", - "weathercwaxcopperblock": "waxed_weathered_cut_copper", - "weathercwaxedcoblock": "waxed_weathered_cut_copper", - "weathercwaxedcopblock": "waxed_weathered_cut_copper", - "weathercwaxedcopperblock": "waxed_weathered_cut_copper", - "weatheredcutwacoblock": "waxed_weathered_cut_copper", - "weatheredcutwacopblock": "waxed_weathered_cut_copper", - "weatheredcutwacopperblock": "waxed_weathered_cut_copper", - "weatheredcutwaxcoblock": "waxed_weathered_cut_copper", - "weatheredcutwaxcopblock": "waxed_weathered_cut_copper", - "weatheredcutwaxcopperblock": "waxed_weathered_cut_copper", - "weatheredcutwaxedcoblock": "waxed_weathered_cut_copper", - "weatheredcutwaxedcopblock": "waxed_weathered_cut_copper", - "weatheredcutwaxedcopperblock": "waxed_weathered_cut_copper", - "weatheredcwacoblock": "waxed_weathered_cut_copper", - "weatheredcwacopblock": "waxed_weathered_cut_copper", - "weatheredcwacopperblock": "waxed_weathered_cut_copper", - "weatheredcwaxcoblock": "waxed_weathered_cut_copper", - "weatheredcwaxcopblock": "waxed_weathered_cut_copper", - "weatheredcwaxcopperblock": "waxed_weathered_cut_copper", - "weatheredcwaxedcoblock": "waxed_weathered_cut_copper", - "weatheredcwaxedcopblock": "waxed_weathered_cut_copper", - "weatheredcwaxedcopperblock": "waxed_weathered_cut_copper", - "weatheredwaccoblock": "waxed_weathered_cut_copper", - "weatheredwaccopblock": "waxed_weathered_cut_copper", - "weatheredwaccopperblock": "waxed_weathered_cut_copper", - "weatheredwacutcoblock": "waxed_weathered_cut_copper", - "weatheredwacutcopblock": "waxed_weathered_cut_copper", - "weatheredwacutcopperblock": "waxed_weathered_cut_copper", - "weatheredwaxccoblock": "waxed_weathered_cut_copper", - "weatheredwaxccopblock": "waxed_weathered_cut_copper", - "weatheredwaxccopperblock": "waxed_weathered_cut_copper", - "weatheredwaxcutcoblock": "waxed_weathered_cut_copper", - "weatheredwaxcutcopblock": "waxed_weathered_cut_copper", - "weatheredwaxcutcopperblock": "waxed_weathered_cut_copper", - "weatheredwaxedccoblock": "waxed_weathered_cut_copper", - "weatheredwaxedccopblock": "waxed_weathered_cut_copper", - "weatheredwaxedccopperblock": "waxed_weathered_cut_copper", - "weatheredwaxedcutcoblock": "waxed_weathered_cut_copper", - "weatheredwaxedcutcopblock": "waxed_weathered_cut_copper", - "weatheredwaxedcutcopperblock": "waxed_weathered_cut_copper", - "weatherwaccoblock": "waxed_weathered_cut_copper", - "weatherwaccopblock": "waxed_weathered_cut_copper", - "weatherwaccopperblock": "waxed_weathered_cut_copper", - "weatherwacutcoblock": "waxed_weathered_cut_copper", - "weatherwacutcopblock": "waxed_weathered_cut_copper", - "weatherwacutcopperblock": "waxed_weathered_cut_copper", - "weatherwaxccoblock": "waxed_weathered_cut_copper", - "weatherwaxccopblock": "waxed_weathered_cut_copper", - "weatherwaxccopperblock": "waxed_weathered_cut_copper", - "weatherwaxcutcoblock": "waxed_weathered_cut_copper", - "weatherwaxcutcopblock": "waxed_weathered_cut_copper", - "weatherwaxcutcopperblock": "waxed_weathered_cut_copper", - "weatherwaxedccoblock": "waxed_weathered_cut_copper", - "weatherwaxedccopblock": "waxed_weathered_cut_copper", - "weatherwaxedccopperblock": "waxed_weathered_cut_copper", - "weatherwaxedcutcoblock": "waxed_weathered_cut_copper", - "weatherwaxedcutcopblock": "waxed_weathered_cut_copper", - "weatherwaxedcutcopperblock": "waxed_weathered_cut_copper", - "wecutwacoblock": "waxed_weathered_cut_copper", - "wecutwacopblock": "waxed_weathered_cut_copper", - "wecutwacopperblock": "waxed_weathered_cut_copper", - "wecutwaxcoblock": "waxed_weathered_cut_copper", - "wecutwaxcopblock": "waxed_weathered_cut_copper", - "wecutwaxcopperblock": "waxed_weathered_cut_copper", - "wecutwaxedcoblock": "waxed_weathered_cut_copper", - "wecutwaxedcopblock": "waxed_weathered_cut_copper", - "wecutwaxedcopperblock": "waxed_weathered_cut_copper", - "wecwacoblock": "waxed_weathered_cut_copper", - "wecwacopblock": "waxed_weathered_cut_copper", - "wecwacopperblock": "waxed_weathered_cut_copper", - "wecwaxcoblock": "waxed_weathered_cut_copper", - "wecwaxcopblock": "waxed_weathered_cut_copper", - "wecwaxcopperblock": "waxed_weathered_cut_copper", - "wecwaxedcoblock": "waxed_weathered_cut_copper", - "wecwaxedcopblock": "waxed_weathered_cut_copper", - "wecwaxedcopperblock": "waxed_weathered_cut_copper", - "wewaccoblock": "waxed_weathered_cut_copper", - "wewaccopblock": "waxed_weathered_cut_copper", - "wewaccopperblock": "waxed_weathered_cut_copper", - "wewacutcoblock": "waxed_weathered_cut_copper", - "wewacutcopblock": "waxed_weathered_cut_copper", - "wewacutcopperblock": "waxed_weathered_cut_copper", - "wewaxccoblock": "waxed_weathered_cut_copper", - "wewaxccopblock": "waxed_weathered_cut_copper", - "wewaxccopperblock": "waxed_weathered_cut_copper", - "wewaxcutcoblock": "waxed_weathered_cut_copper", - "wewaxcutcopblock": "waxed_weathered_cut_copper", - "wewaxcutcopperblock": "waxed_weathered_cut_copper", - "wewaxedccoblock": "waxed_weathered_cut_copper", - "wewaxedccopblock": "waxed_weathered_cut_copper", - "wewaxedccopperblock": "waxed_weathered_cut_copper", - "wewaxedcutcoblock": "waxed_weathered_cut_copper", - "wewaxedcutcopblock": "waxed_weathered_cut_copper", - "wewaxedcutcopperblock": "waxed_weathered_cut_copper", - "wthcutwacoblock": "waxed_weathered_cut_copper", - "wthcutwacopblock": "waxed_weathered_cut_copper", - "wthcutwacopperblock": "waxed_weathered_cut_copper", - "wthcutwaxcoblock": "waxed_weathered_cut_copper", - "wthcutwaxcopblock": "waxed_weathered_cut_copper", - "wthcutwaxcopperblock": "waxed_weathered_cut_copper", - "wthcutwaxedcoblock": "waxed_weathered_cut_copper", - "wthcutwaxedcopblock": "waxed_weathered_cut_copper", - "wthcutwaxedcopperblock": "waxed_weathered_cut_copper", - "wthcwacoblock": "waxed_weathered_cut_copper", - "wthcwacopblock": "waxed_weathered_cut_copper", - "wthcwacopperblock": "waxed_weathered_cut_copper", - "wthcwaxcoblock": "waxed_weathered_cut_copper", - "wthcwaxcopblock": "waxed_weathered_cut_copper", - "wthcwaxcopperblock": "waxed_weathered_cut_copper", - "wthcwaxedcoblock": "waxed_weathered_cut_copper", - "wthcwaxedcopblock": "waxed_weathered_cut_copper", - "wthcwaxedcopperblock": "waxed_weathered_cut_copper", - "wthwaccoblock": "waxed_weathered_cut_copper", - "wthwaccopblock": "waxed_weathered_cut_copper", - "wthwaccopperblock": "waxed_weathered_cut_copper", - "wthwacutcoblock": "waxed_weathered_cut_copper", - "wthwacutcopblock": "waxed_weathered_cut_copper", - "wthwacutcopperblock": "waxed_weathered_cut_copper", - "wthwaxccoblock": "waxed_weathered_cut_copper", - "wthwaxccopblock": "waxed_weathered_cut_copper", - "wthwaxccopperblock": "waxed_weathered_cut_copper", - "wthwaxcutcoblock": "waxed_weathered_cut_copper", - "wthwaxcutcopblock": "waxed_weathered_cut_copper", - "wthwaxcutcopperblock": "waxed_weathered_cut_copper", - "wthwaxedccoblock": "waxed_weathered_cut_copper", - "wthwaxedccopblock": "waxed_weathered_cut_copper", - "wthwaxedccopperblock": "waxed_weathered_cut_copper", - "wthwaxedcutcoblock": "waxed_weathered_cut_copper", - "wthwaxedcutcopblock": "waxed_weathered_cut_copper", - "wthwaxedcutcopperblock": "waxed_weathered_cut_copper", - "waxed_weathered_cut_copper_slab": { - "material": "WAXED_WEATHERED_CUT_COPPER_SLAB" - }, - "cutwaweathercohalfblock": "waxed_weathered_cut_copper_slab", - "cutwaweathercophalfblock": "waxed_weathered_cut_copper_slab", - "cutwaweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwaweathercoppersl": "waxed_weathered_cut_copper_slab", - "cutwaweathercopperslab": "waxed_weathered_cut_copper_slab", - "cutwaweathercopperstep": "waxed_weathered_cut_copper_slab", - "cutwaweathercopsl": "waxed_weathered_cut_copper_slab", - "cutwaweathercopslab": "waxed_weathered_cut_copper_slab", - "cutwaweathercopstep": "waxed_weathered_cut_copper_slab", - "cutwaweathercosl": "waxed_weathered_cut_copper_slab", - "cutwaweathercoslab": "waxed_weathered_cut_copper_slab", - "cutwaweathercostep": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcopsl": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcopslab": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcopstep": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcosl": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcoslab": "waxed_weathered_cut_copper_slab", - "cutwaweatheredcostep": "waxed_weathered_cut_copper_slab", - "cutwawecohalfblock": "waxed_weathered_cut_copper_slab", - "cutwawecophalfblock": "waxed_weathered_cut_copper_slab", - "cutwawecopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwawecoppersl": "waxed_weathered_cut_copper_slab", - "cutwawecopperslab": "waxed_weathered_cut_copper_slab", - "cutwawecopperstep": "waxed_weathered_cut_copper_slab", - "cutwawecopsl": "waxed_weathered_cut_copper_slab", - "cutwawecopslab": "waxed_weathered_cut_copper_slab", - "cutwawecopstep": "waxed_weathered_cut_copper_slab", - "cutwawecosl": "waxed_weathered_cut_copper_slab", - "cutwawecoslab": "waxed_weathered_cut_copper_slab", - "cutwawecostep": "waxed_weathered_cut_copper_slab", - "cutwawthcohalfblock": "waxed_weathered_cut_copper_slab", - "cutwawthcophalfblock": "waxed_weathered_cut_copper_slab", - "cutwawthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwawthcoppersl": "waxed_weathered_cut_copper_slab", - "cutwawthcopperslab": "waxed_weathered_cut_copper_slab", - "cutwawthcopperstep": "waxed_weathered_cut_copper_slab", - "cutwawthcopsl": "waxed_weathered_cut_copper_slab", - "cutwawthcopslab": "waxed_weathered_cut_copper_slab", - "cutwawthcopstep": "waxed_weathered_cut_copper_slab", - "cutwawthcosl": "waxed_weathered_cut_copper_slab", - "cutwawthcoslab": "waxed_weathered_cut_copper_slab", - "cutwawthcostep": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercohalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercophalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercoppersl": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercopperslab": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercopperstep": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercopsl": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercopslab": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercopstep": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercosl": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercoslab": "waxed_weathered_cut_copper_slab", - "cutwaxedweathercostep": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcopsl": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcopslab": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcopstep": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcosl": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcoslab": "waxed_weathered_cut_copper_slab", - "cutwaxedweatheredcostep": "waxed_weathered_cut_copper_slab", - "cutwaxedwecohalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedwecophalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedwecopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedwecoppersl": "waxed_weathered_cut_copper_slab", - "cutwaxedwecopperslab": "waxed_weathered_cut_copper_slab", - "cutwaxedwecopperstep": "waxed_weathered_cut_copper_slab", - "cutwaxedwecopsl": "waxed_weathered_cut_copper_slab", - "cutwaxedwecopslab": "waxed_weathered_cut_copper_slab", - "cutwaxedwecopstep": "waxed_weathered_cut_copper_slab", - "cutwaxedwecosl": "waxed_weathered_cut_copper_slab", - "cutwaxedwecoslab": "waxed_weathered_cut_copper_slab", - "cutwaxedwecostep": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcohalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcophalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcoppersl": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcopperslab": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcopperstep": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcopsl": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcopslab": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcopstep": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcosl": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcoslab": "waxed_weathered_cut_copper_slab", - "cutwaxedwthcostep": "waxed_weathered_cut_copper_slab", - "cutwaxweathercohalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxweathercophalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxweathercoppersl": "waxed_weathered_cut_copper_slab", - "cutwaxweathercopperslab": "waxed_weathered_cut_copper_slab", - "cutwaxweathercopperstep": "waxed_weathered_cut_copper_slab", - "cutwaxweathercopsl": "waxed_weathered_cut_copper_slab", - "cutwaxweathercopslab": "waxed_weathered_cut_copper_slab", - "cutwaxweathercopstep": "waxed_weathered_cut_copper_slab", - "cutwaxweathercosl": "waxed_weathered_cut_copper_slab", - "cutwaxweathercoslab": "waxed_weathered_cut_copper_slab", - "cutwaxweathercostep": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcopsl": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcopslab": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcopstep": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcosl": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcoslab": "waxed_weathered_cut_copper_slab", - "cutwaxweatheredcostep": "waxed_weathered_cut_copper_slab", - "cutwaxwecohalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxwecophalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxwecopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxwecoppersl": "waxed_weathered_cut_copper_slab", - "cutwaxwecopperslab": "waxed_weathered_cut_copper_slab", - "cutwaxwecopperstep": "waxed_weathered_cut_copper_slab", - "cutwaxwecopsl": "waxed_weathered_cut_copper_slab", - "cutwaxwecopslab": "waxed_weathered_cut_copper_slab", - "cutwaxwecopstep": "waxed_weathered_cut_copper_slab", - "cutwaxwecosl": "waxed_weathered_cut_copper_slab", - "cutwaxwecoslab": "waxed_weathered_cut_copper_slab", - "cutwaxwecostep": "waxed_weathered_cut_copper_slab", - "cutwaxwthcohalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxwthcophalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxwthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwaxwthcoppersl": "waxed_weathered_cut_copper_slab", - "cutwaxwthcopperslab": "waxed_weathered_cut_copper_slab", - "cutwaxwthcopperstep": "waxed_weathered_cut_copper_slab", - "cutwaxwthcopsl": "waxed_weathered_cut_copper_slab", - "cutwaxwthcopslab": "waxed_weathered_cut_copper_slab", - "cutwaxwthcopstep": "waxed_weathered_cut_copper_slab", - "cutwaxwthcosl": "waxed_weathered_cut_copper_slab", - "cutwaxwthcoslab": "waxed_weathered_cut_copper_slab", - "cutwaxwthcostep": "waxed_weathered_cut_copper_slab", - "cutweatheredwacohalfblock": "waxed_weathered_cut_copper_slab", - "cutweatheredwacophalfblock": "waxed_weathered_cut_copper_slab", - "cutweatheredwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutweatheredwacoppersl": "waxed_weathered_cut_copper_slab", - "cutweatheredwacopperslab": "waxed_weathered_cut_copper_slab", - "cutweatheredwacopperstep": "waxed_weathered_cut_copper_slab", - "cutweatheredwacopsl": "waxed_weathered_cut_copper_slab", - "cutweatheredwacopslab": "waxed_weathered_cut_copper_slab", - "cutweatheredwacopstep": "waxed_weathered_cut_copper_slab", - "cutweatheredwacosl": "waxed_weathered_cut_copper_slab", - "cutweatheredwacoslab": "waxed_weathered_cut_copper_slab", - "cutweatheredwacostep": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcoppersl": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcopperslab": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcopperstep": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcopsl": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcopslab": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcopstep": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcosl": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcoslab": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxcostep": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcopsl": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcopslab": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcopstep": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcosl": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcoslab": "waxed_weathered_cut_copper_slab", - "cutweatheredwaxedcostep": "waxed_weathered_cut_copper_slab", - "cutweatherwacohalfblock": "waxed_weathered_cut_copper_slab", - "cutweatherwacophalfblock": "waxed_weathered_cut_copper_slab", - "cutweatherwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutweatherwacoppersl": "waxed_weathered_cut_copper_slab", - "cutweatherwacopperslab": "waxed_weathered_cut_copper_slab", - "cutweatherwacopperstep": "waxed_weathered_cut_copper_slab", - "cutweatherwacopsl": "waxed_weathered_cut_copper_slab", - "cutweatherwacopslab": "waxed_weathered_cut_copper_slab", - "cutweatherwacopstep": "waxed_weathered_cut_copper_slab", - "cutweatherwacosl": "waxed_weathered_cut_copper_slab", - "cutweatherwacoslab": "waxed_weathered_cut_copper_slab", - "cutweatherwacostep": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcoppersl": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcopperslab": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcopperstep": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcopsl": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcopslab": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcopstep": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcosl": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcoslab": "waxed_weathered_cut_copper_slab", - "cutweatherwaxcostep": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcopsl": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcopslab": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcopstep": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcosl": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcoslab": "waxed_weathered_cut_copper_slab", - "cutweatherwaxedcostep": "waxed_weathered_cut_copper_slab", - "cutwewacohalfblock": "waxed_weathered_cut_copper_slab", - "cutwewacophalfblock": "waxed_weathered_cut_copper_slab", - "cutwewacopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwewacoppersl": "waxed_weathered_cut_copper_slab", - "cutwewacopperslab": "waxed_weathered_cut_copper_slab", - "cutwewacopperstep": "waxed_weathered_cut_copper_slab", - "cutwewacopsl": "waxed_weathered_cut_copper_slab", - "cutwewacopslab": "waxed_weathered_cut_copper_slab", - "cutwewacopstep": "waxed_weathered_cut_copper_slab", - "cutwewacosl": "waxed_weathered_cut_copper_slab", - "cutwewacoslab": "waxed_weathered_cut_copper_slab", - "cutwewacostep": "waxed_weathered_cut_copper_slab", - "cutwewaxcohalfblock": "waxed_weathered_cut_copper_slab", - "cutwewaxcophalfblock": "waxed_weathered_cut_copper_slab", - "cutwewaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwewaxcoppersl": "waxed_weathered_cut_copper_slab", - "cutwewaxcopperslab": "waxed_weathered_cut_copper_slab", - "cutwewaxcopperstep": "waxed_weathered_cut_copper_slab", - "cutwewaxcopsl": "waxed_weathered_cut_copper_slab", - "cutwewaxcopslab": "waxed_weathered_cut_copper_slab", - "cutwewaxcopstep": "waxed_weathered_cut_copper_slab", - "cutwewaxcosl": "waxed_weathered_cut_copper_slab", - "cutwewaxcoslab": "waxed_weathered_cut_copper_slab", - "cutwewaxcostep": "waxed_weathered_cut_copper_slab", - "cutwewaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "cutwewaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "cutwewaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwewaxedcoppersl": "waxed_weathered_cut_copper_slab", - "cutwewaxedcopperslab": "waxed_weathered_cut_copper_slab", - "cutwewaxedcopperstep": "waxed_weathered_cut_copper_slab", - "cutwewaxedcopsl": "waxed_weathered_cut_copper_slab", - "cutwewaxedcopslab": "waxed_weathered_cut_copper_slab", - "cutwewaxedcopstep": "waxed_weathered_cut_copper_slab", - "cutwewaxedcosl": "waxed_weathered_cut_copper_slab", - "cutwewaxedcoslab": "waxed_weathered_cut_copper_slab", - "cutwewaxedcostep": "waxed_weathered_cut_copper_slab", - "cutwthwacohalfblock": "waxed_weathered_cut_copper_slab", - "cutwthwacophalfblock": "waxed_weathered_cut_copper_slab", - "cutwthwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwthwacoppersl": "waxed_weathered_cut_copper_slab", - "cutwthwacopperslab": "waxed_weathered_cut_copper_slab", - "cutwthwacopperstep": "waxed_weathered_cut_copper_slab", - "cutwthwacopsl": "waxed_weathered_cut_copper_slab", - "cutwthwacopslab": "waxed_weathered_cut_copper_slab", - "cutwthwacopstep": "waxed_weathered_cut_copper_slab", - "cutwthwacosl": "waxed_weathered_cut_copper_slab", - "cutwthwacoslab": "waxed_weathered_cut_copper_slab", - "cutwthwacostep": "waxed_weathered_cut_copper_slab", - "cutwthwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "cutwthwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "cutwthwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwthwaxcoppersl": "waxed_weathered_cut_copper_slab", - "cutwthwaxcopperslab": "waxed_weathered_cut_copper_slab", - "cutwthwaxcopperstep": "waxed_weathered_cut_copper_slab", - "cutwthwaxcopsl": "waxed_weathered_cut_copper_slab", - "cutwthwaxcopslab": "waxed_weathered_cut_copper_slab", - "cutwthwaxcopstep": "waxed_weathered_cut_copper_slab", - "cutwthwaxcosl": "waxed_weathered_cut_copper_slab", - "cutwthwaxcoslab": "waxed_weathered_cut_copper_slab", - "cutwthwaxcostep": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcopsl": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcopslab": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcopstep": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcosl": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcoslab": "waxed_weathered_cut_copper_slab", - "cutwthwaxedcostep": "waxed_weathered_cut_copper_slab", - "cwaweathercohalfblock": "waxed_weathered_cut_copper_slab", - "cwaweathercophalfblock": "waxed_weathered_cut_copper_slab", - "cwaweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwaweathercoppersl": "waxed_weathered_cut_copper_slab", - "cwaweathercopperslab": "waxed_weathered_cut_copper_slab", - "cwaweathercopperstep": "waxed_weathered_cut_copper_slab", - "cwaweathercopsl": "waxed_weathered_cut_copper_slab", - "cwaweathercopslab": "waxed_weathered_cut_copper_slab", - "cwaweathercopstep": "waxed_weathered_cut_copper_slab", - "cwaweathercosl": "waxed_weathered_cut_copper_slab", - "cwaweathercoslab": "waxed_weathered_cut_copper_slab", - "cwaweathercostep": "waxed_weathered_cut_copper_slab", - "cwaweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "cwaweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "cwaweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwaweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "cwaweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "cwaweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "cwaweatheredcopsl": "waxed_weathered_cut_copper_slab", - "cwaweatheredcopslab": "waxed_weathered_cut_copper_slab", - "cwaweatheredcopstep": "waxed_weathered_cut_copper_slab", - "cwaweatheredcosl": "waxed_weathered_cut_copper_slab", - "cwaweatheredcoslab": "waxed_weathered_cut_copper_slab", - "cwaweatheredcostep": "waxed_weathered_cut_copper_slab", - "cwawecohalfblock": "waxed_weathered_cut_copper_slab", - "cwawecophalfblock": "waxed_weathered_cut_copper_slab", - "cwawecopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwawecoppersl": "waxed_weathered_cut_copper_slab", - "cwawecopperslab": "waxed_weathered_cut_copper_slab", - "cwawecopperstep": "waxed_weathered_cut_copper_slab", - "cwawecopsl": "waxed_weathered_cut_copper_slab", - "cwawecopslab": "waxed_weathered_cut_copper_slab", - "cwawecopstep": "waxed_weathered_cut_copper_slab", - "cwawecosl": "waxed_weathered_cut_copper_slab", - "cwawecoslab": "waxed_weathered_cut_copper_slab", - "cwawecostep": "waxed_weathered_cut_copper_slab", - "cwawthcohalfblock": "waxed_weathered_cut_copper_slab", - "cwawthcophalfblock": "waxed_weathered_cut_copper_slab", - "cwawthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwawthcoppersl": "waxed_weathered_cut_copper_slab", - "cwawthcopperslab": "waxed_weathered_cut_copper_slab", - "cwawthcopperstep": "waxed_weathered_cut_copper_slab", - "cwawthcopsl": "waxed_weathered_cut_copper_slab", - "cwawthcopslab": "waxed_weathered_cut_copper_slab", - "cwawthcopstep": "waxed_weathered_cut_copper_slab", - "cwawthcosl": "waxed_weathered_cut_copper_slab", - "cwawthcoslab": "waxed_weathered_cut_copper_slab", - "cwawthcostep": "waxed_weathered_cut_copper_slab", - "cwaxedweathercohalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedweathercophalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedweathercoppersl": "waxed_weathered_cut_copper_slab", - "cwaxedweathercopperslab": "waxed_weathered_cut_copper_slab", - "cwaxedweathercopperstep": "waxed_weathered_cut_copper_slab", - "cwaxedweathercopsl": "waxed_weathered_cut_copper_slab", - "cwaxedweathercopslab": "waxed_weathered_cut_copper_slab", - "cwaxedweathercopstep": "waxed_weathered_cut_copper_slab", - "cwaxedweathercosl": "waxed_weathered_cut_copper_slab", - "cwaxedweathercoslab": "waxed_weathered_cut_copper_slab", - "cwaxedweathercostep": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcopsl": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcopslab": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcopstep": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcosl": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcoslab": "waxed_weathered_cut_copper_slab", - "cwaxedweatheredcostep": "waxed_weathered_cut_copper_slab", - "cwaxedwecohalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedwecophalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedwecopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedwecoppersl": "waxed_weathered_cut_copper_slab", - "cwaxedwecopperslab": "waxed_weathered_cut_copper_slab", - "cwaxedwecopperstep": "waxed_weathered_cut_copper_slab", - "cwaxedwecopsl": "waxed_weathered_cut_copper_slab", - "cwaxedwecopslab": "waxed_weathered_cut_copper_slab", - "cwaxedwecopstep": "waxed_weathered_cut_copper_slab", - "cwaxedwecosl": "waxed_weathered_cut_copper_slab", - "cwaxedwecoslab": "waxed_weathered_cut_copper_slab", - "cwaxedwecostep": "waxed_weathered_cut_copper_slab", - "cwaxedwthcohalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedwthcophalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedwthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwaxedwthcoppersl": "waxed_weathered_cut_copper_slab", - "cwaxedwthcopperslab": "waxed_weathered_cut_copper_slab", - "cwaxedwthcopperstep": "waxed_weathered_cut_copper_slab", - "cwaxedwthcopsl": "waxed_weathered_cut_copper_slab", - "cwaxedwthcopslab": "waxed_weathered_cut_copper_slab", - "cwaxedwthcopstep": "waxed_weathered_cut_copper_slab", - "cwaxedwthcosl": "waxed_weathered_cut_copper_slab", - "cwaxedwthcoslab": "waxed_weathered_cut_copper_slab", - "cwaxedwthcostep": "waxed_weathered_cut_copper_slab", - "cwaxweathercohalfblock": "waxed_weathered_cut_copper_slab", - "cwaxweathercophalfblock": "waxed_weathered_cut_copper_slab", - "cwaxweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwaxweathercoppersl": "waxed_weathered_cut_copper_slab", - "cwaxweathercopperslab": "waxed_weathered_cut_copper_slab", - "cwaxweathercopperstep": "waxed_weathered_cut_copper_slab", - "cwaxweathercopsl": "waxed_weathered_cut_copper_slab", - "cwaxweathercopslab": "waxed_weathered_cut_copper_slab", - "cwaxweathercopstep": "waxed_weathered_cut_copper_slab", - "cwaxweathercosl": "waxed_weathered_cut_copper_slab", - "cwaxweathercoslab": "waxed_weathered_cut_copper_slab", - "cwaxweathercostep": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcopsl": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcopslab": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcopstep": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcosl": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcoslab": "waxed_weathered_cut_copper_slab", - "cwaxweatheredcostep": "waxed_weathered_cut_copper_slab", - "cwaxwecohalfblock": "waxed_weathered_cut_copper_slab", - "cwaxwecophalfblock": "waxed_weathered_cut_copper_slab", - "cwaxwecopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwaxwecoppersl": "waxed_weathered_cut_copper_slab", - "cwaxwecopperslab": "waxed_weathered_cut_copper_slab", - "cwaxwecopperstep": "waxed_weathered_cut_copper_slab", - "cwaxwecopsl": "waxed_weathered_cut_copper_slab", - "cwaxwecopslab": "waxed_weathered_cut_copper_slab", - "cwaxwecopstep": "waxed_weathered_cut_copper_slab", - "cwaxwecosl": "waxed_weathered_cut_copper_slab", - "cwaxwecoslab": "waxed_weathered_cut_copper_slab", - "cwaxwecostep": "waxed_weathered_cut_copper_slab", - "cwaxwthcohalfblock": "waxed_weathered_cut_copper_slab", - "cwaxwthcophalfblock": "waxed_weathered_cut_copper_slab", - "cwaxwthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwaxwthcoppersl": "waxed_weathered_cut_copper_slab", - "cwaxwthcopperslab": "waxed_weathered_cut_copper_slab", - "cwaxwthcopperstep": "waxed_weathered_cut_copper_slab", - "cwaxwthcopsl": "waxed_weathered_cut_copper_slab", - "cwaxwthcopslab": "waxed_weathered_cut_copper_slab", - "cwaxwthcopstep": "waxed_weathered_cut_copper_slab", - "cwaxwthcosl": "waxed_weathered_cut_copper_slab", - "cwaxwthcoslab": "waxed_weathered_cut_copper_slab", - "cwaxwthcostep": "waxed_weathered_cut_copper_slab", - "cweatheredwacohalfblock": "waxed_weathered_cut_copper_slab", - "cweatheredwacophalfblock": "waxed_weathered_cut_copper_slab", - "cweatheredwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "cweatheredwacoppersl": "waxed_weathered_cut_copper_slab", - "cweatheredwacopperslab": "waxed_weathered_cut_copper_slab", - "cweatheredwacopperstep": "waxed_weathered_cut_copper_slab", - "cweatheredwacopsl": "waxed_weathered_cut_copper_slab", - "cweatheredwacopslab": "waxed_weathered_cut_copper_slab", - "cweatheredwacopstep": "waxed_weathered_cut_copper_slab", - "cweatheredwacosl": "waxed_weathered_cut_copper_slab", - "cweatheredwacoslab": "waxed_weathered_cut_copper_slab", - "cweatheredwacostep": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcoppersl": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcopperslab": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcopperstep": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcopsl": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcopslab": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcopstep": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcosl": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcoslab": "waxed_weathered_cut_copper_slab", - "cweatheredwaxcostep": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcopsl": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcopslab": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcopstep": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcosl": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcoslab": "waxed_weathered_cut_copper_slab", - "cweatheredwaxedcostep": "waxed_weathered_cut_copper_slab", - "cweatherwacohalfblock": "waxed_weathered_cut_copper_slab", - "cweatherwacophalfblock": "waxed_weathered_cut_copper_slab", - "cweatherwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "cweatherwacoppersl": "waxed_weathered_cut_copper_slab", - "cweatherwacopperslab": "waxed_weathered_cut_copper_slab", - "cweatherwacopperstep": "waxed_weathered_cut_copper_slab", - "cweatherwacopsl": "waxed_weathered_cut_copper_slab", - "cweatherwacopslab": "waxed_weathered_cut_copper_slab", - "cweatherwacopstep": "waxed_weathered_cut_copper_slab", - "cweatherwacosl": "waxed_weathered_cut_copper_slab", - "cweatherwacoslab": "waxed_weathered_cut_copper_slab", - "cweatherwacostep": "waxed_weathered_cut_copper_slab", - "cweatherwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "cweatherwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "cweatherwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cweatherwaxcoppersl": "waxed_weathered_cut_copper_slab", - "cweatherwaxcopperslab": "waxed_weathered_cut_copper_slab", - "cweatherwaxcopperstep": "waxed_weathered_cut_copper_slab", - "cweatherwaxcopsl": "waxed_weathered_cut_copper_slab", - "cweatherwaxcopslab": "waxed_weathered_cut_copper_slab", - "cweatherwaxcopstep": "waxed_weathered_cut_copper_slab", - "cweatherwaxcosl": "waxed_weathered_cut_copper_slab", - "cweatherwaxcoslab": "waxed_weathered_cut_copper_slab", - "cweatherwaxcostep": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcopsl": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcopslab": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcopstep": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcosl": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcoslab": "waxed_weathered_cut_copper_slab", - "cweatherwaxedcostep": "waxed_weathered_cut_copper_slab", - "cwewacohalfblock": "waxed_weathered_cut_copper_slab", - "cwewacophalfblock": "waxed_weathered_cut_copper_slab", - "cwewacopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwewacoppersl": "waxed_weathered_cut_copper_slab", - "cwewacopperslab": "waxed_weathered_cut_copper_slab", - "cwewacopperstep": "waxed_weathered_cut_copper_slab", - "cwewacopsl": "waxed_weathered_cut_copper_slab", - "cwewacopslab": "waxed_weathered_cut_copper_slab", - "cwewacopstep": "waxed_weathered_cut_copper_slab", - "cwewacosl": "waxed_weathered_cut_copper_slab", - "cwewacoslab": "waxed_weathered_cut_copper_slab", - "cwewacostep": "waxed_weathered_cut_copper_slab", - "cwewaxcohalfblock": "waxed_weathered_cut_copper_slab", - "cwewaxcophalfblock": "waxed_weathered_cut_copper_slab", - "cwewaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwewaxcoppersl": "waxed_weathered_cut_copper_slab", - "cwewaxcopperslab": "waxed_weathered_cut_copper_slab", - "cwewaxcopperstep": "waxed_weathered_cut_copper_slab", - "cwewaxcopsl": "waxed_weathered_cut_copper_slab", - "cwewaxcopslab": "waxed_weathered_cut_copper_slab", - "cwewaxcopstep": "waxed_weathered_cut_copper_slab", - "cwewaxcosl": "waxed_weathered_cut_copper_slab", - "cwewaxcoslab": "waxed_weathered_cut_copper_slab", - "cwewaxcostep": "waxed_weathered_cut_copper_slab", - "cwewaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "cwewaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "cwewaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwewaxedcoppersl": "waxed_weathered_cut_copper_slab", - "cwewaxedcopperslab": "waxed_weathered_cut_copper_slab", - "cwewaxedcopperstep": "waxed_weathered_cut_copper_slab", - "cwewaxedcopsl": "waxed_weathered_cut_copper_slab", - "cwewaxedcopslab": "waxed_weathered_cut_copper_slab", - "cwewaxedcopstep": "waxed_weathered_cut_copper_slab", - "cwewaxedcosl": "waxed_weathered_cut_copper_slab", - "cwewaxedcoslab": "waxed_weathered_cut_copper_slab", - "cwewaxedcostep": "waxed_weathered_cut_copper_slab", - "cwthwacohalfblock": "waxed_weathered_cut_copper_slab", - "cwthwacophalfblock": "waxed_weathered_cut_copper_slab", - "cwthwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwthwacoppersl": "waxed_weathered_cut_copper_slab", - "cwthwacopperslab": "waxed_weathered_cut_copper_slab", - "cwthwacopperstep": "waxed_weathered_cut_copper_slab", - "cwthwacopsl": "waxed_weathered_cut_copper_slab", - "cwthwacopslab": "waxed_weathered_cut_copper_slab", - "cwthwacopstep": "waxed_weathered_cut_copper_slab", - "cwthwacosl": "waxed_weathered_cut_copper_slab", - "cwthwacoslab": "waxed_weathered_cut_copper_slab", - "cwthwacostep": "waxed_weathered_cut_copper_slab", - "cwthwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "cwthwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "cwthwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwthwaxcoppersl": "waxed_weathered_cut_copper_slab", - "cwthwaxcopperslab": "waxed_weathered_cut_copper_slab", - "cwthwaxcopperstep": "waxed_weathered_cut_copper_slab", - "cwthwaxcopsl": "waxed_weathered_cut_copper_slab", - "cwthwaxcopslab": "waxed_weathered_cut_copper_slab", - "cwthwaxcopstep": "waxed_weathered_cut_copper_slab", - "cwthwaxcosl": "waxed_weathered_cut_copper_slab", - "cwthwaxcoslab": "waxed_weathered_cut_copper_slab", - "cwthwaxcostep": "waxed_weathered_cut_copper_slab", - "cwthwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "cwthwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "cwthwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "cwthwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "cwthwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "cwthwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "cwthwaxedcopsl": "waxed_weathered_cut_copper_slab", - "cwthwaxedcopslab": "waxed_weathered_cut_copper_slab", - "cwthwaxedcopstep": "waxed_weathered_cut_copper_slab", - "cwthwaxedcosl": "waxed_weathered_cut_copper_slab", - "cwthwaxedcoslab": "waxed_weathered_cut_copper_slab", - "cwthwaxedcostep": "waxed_weathered_cut_copper_slab", - "minecraft:waxed_weathered_cut_copper_slab": "waxed_weathered_cut_copper_slab", - "wacutweathercohalfblock": "waxed_weathered_cut_copper_slab", - "wacutweathercophalfblock": "waxed_weathered_cut_copper_slab", - "wacutweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "wacutweathercoppersl": "waxed_weathered_cut_copper_slab", - "wacutweathercopperslab": "waxed_weathered_cut_copper_slab", - "wacutweathercopperstep": "waxed_weathered_cut_copper_slab", - "wacutweathercopsl": "waxed_weathered_cut_copper_slab", - "wacutweathercopslab": "waxed_weathered_cut_copper_slab", - "wacutweathercopstep": "waxed_weathered_cut_copper_slab", - "wacutweathercosl": "waxed_weathered_cut_copper_slab", - "wacutweathercoslab": "waxed_weathered_cut_copper_slab", - "wacutweathercostep": "waxed_weathered_cut_copper_slab", - "wacutweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "wacutweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "wacutweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wacutweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "wacutweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "wacutweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "wacutweatheredcopsl": "waxed_weathered_cut_copper_slab", - "wacutweatheredcopslab": "waxed_weathered_cut_copper_slab", - "wacutweatheredcopstep": "waxed_weathered_cut_copper_slab", - "wacutweatheredcosl": "waxed_weathered_cut_copper_slab", - "wacutweatheredcoslab": "waxed_weathered_cut_copper_slab", - "wacutweatheredcostep": "waxed_weathered_cut_copper_slab", - "wacutwecohalfblock": "waxed_weathered_cut_copper_slab", - "wacutwecophalfblock": "waxed_weathered_cut_copper_slab", - "wacutwecopperhalfblock": "waxed_weathered_cut_copper_slab", - "wacutwecoppersl": "waxed_weathered_cut_copper_slab", - "wacutwecopperslab": "waxed_weathered_cut_copper_slab", - "wacutwecopperstep": "waxed_weathered_cut_copper_slab", - "wacutwecopsl": "waxed_weathered_cut_copper_slab", - "wacutwecopslab": "waxed_weathered_cut_copper_slab", - "wacutwecopstep": "waxed_weathered_cut_copper_slab", - "wacutwecosl": "waxed_weathered_cut_copper_slab", - "wacutwecoslab": "waxed_weathered_cut_copper_slab", - "wacutwecostep": "waxed_weathered_cut_copper_slab", - "wacutwthcohalfblock": "waxed_weathered_cut_copper_slab", - "wacutwthcophalfblock": "waxed_weathered_cut_copper_slab", - "wacutwthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wacutwthcoppersl": "waxed_weathered_cut_copper_slab", - "wacutwthcopperslab": "waxed_weathered_cut_copper_slab", - "wacutwthcopperstep": "waxed_weathered_cut_copper_slab", - "wacutwthcopsl": "waxed_weathered_cut_copper_slab", - "wacutwthcopslab": "waxed_weathered_cut_copper_slab", - "wacutwthcopstep": "waxed_weathered_cut_copper_slab", - "wacutwthcosl": "waxed_weathered_cut_copper_slab", - "wacutwthcoslab": "waxed_weathered_cut_copper_slab", - "wacutwthcostep": "waxed_weathered_cut_copper_slab", - "wacweathercohalfblock": "waxed_weathered_cut_copper_slab", - "wacweathercophalfblock": "waxed_weathered_cut_copper_slab", - "wacweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "wacweathercoppersl": "waxed_weathered_cut_copper_slab", - "wacweathercopperslab": "waxed_weathered_cut_copper_slab", - "wacweathercopperstep": "waxed_weathered_cut_copper_slab", - "wacweathercopsl": "waxed_weathered_cut_copper_slab", - "wacweathercopslab": "waxed_weathered_cut_copper_slab", - "wacweathercopstep": "waxed_weathered_cut_copper_slab", - "wacweathercosl": "waxed_weathered_cut_copper_slab", - "wacweathercoslab": "waxed_weathered_cut_copper_slab", - "wacweathercostep": "waxed_weathered_cut_copper_slab", - "wacweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "wacweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "wacweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wacweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "wacweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "wacweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "wacweatheredcopsl": "waxed_weathered_cut_copper_slab", - "wacweatheredcopslab": "waxed_weathered_cut_copper_slab", - "wacweatheredcopstep": "waxed_weathered_cut_copper_slab", - "wacweatheredcosl": "waxed_weathered_cut_copper_slab", - "wacweatheredcoslab": "waxed_weathered_cut_copper_slab", - "wacweatheredcostep": "waxed_weathered_cut_copper_slab", - "wacwecohalfblock": "waxed_weathered_cut_copper_slab", - "wacwecophalfblock": "waxed_weathered_cut_copper_slab", - "wacwecopperhalfblock": "waxed_weathered_cut_copper_slab", - "wacwecoppersl": "waxed_weathered_cut_copper_slab", - "wacwecopperslab": "waxed_weathered_cut_copper_slab", - "wacwecopperstep": "waxed_weathered_cut_copper_slab", - "wacwecopsl": "waxed_weathered_cut_copper_slab", - "wacwecopslab": "waxed_weathered_cut_copper_slab", - "wacwecopstep": "waxed_weathered_cut_copper_slab", - "wacwecosl": "waxed_weathered_cut_copper_slab", - "wacwecoslab": "waxed_weathered_cut_copper_slab", - "wacwecostep": "waxed_weathered_cut_copper_slab", - "wacwthcohalfblock": "waxed_weathered_cut_copper_slab", - "wacwthcophalfblock": "waxed_weathered_cut_copper_slab", - "wacwthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wacwthcoppersl": "waxed_weathered_cut_copper_slab", - "wacwthcopperslab": "waxed_weathered_cut_copper_slab", - "wacwthcopperstep": "waxed_weathered_cut_copper_slab", - "wacwthcopsl": "waxed_weathered_cut_copper_slab", - "wacwthcopslab": "waxed_weathered_cut_copper_slab", - "wacwthcopstep": "waxed_weathered_cut_copper_slab", - "wacwthcosl": "waxed_weathered_cut_copper_slab", - "wacwthcoslab": "waxed_weathered_cut_copper_slab", - "wacwthcostep": "waxed_weathered_cut_copper_slab", - "waweatherccohalfblock": "waxed_weathered_cut_copper_slab", - "waweatherccophalfblock": "waxed_weathered_cut_copper_slab", - "waweatherccopperhalfblock": "waxed_weathered_cut_copper_slab", - "waweatherccoppersl": "waxed_weathered_cut_copper_slab", - "waweatherccopperslab": "waxed_weathered_cut_copper_slab", - "waweatherccopperstep": "waxed_weathered_cut_copper_slab", - "waweatherccopsl": "waxed_weathered_cut_copper_slab", - "waweatherccopslab": "waxed_weathered_cut_copper_slab", - "waweatherccopstep": "waxed_weathered_cut_copper_slab", - "waweatherccosl": "waxed_weathered_cut_copper_slab", - "waweatherccoslab": "waxed_weathered_cut_copper_slab", - "waweatherccostep": "waxed_weathered_cut_copper_slab", - "waweathercutcohalfblock": "waxed_weathered_cut_copper_slab", - "waweathercutcophalfblock": "waxed_weathered_cut_copper_slab", - "waweathercutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waweathercutcoppersl": "waxed_weathered_cut_copper_slab", - "waweathercutcopperslab": "waxed_weathered_cut_copper_slab", - "waweathercutcopperstep": "waxed_weathered_cut_copper_slab", - "waweathercutcopsl": "waxed_weathered_cut_copper_slab", - "waweathercutcopslab": "waxed_weathered_cut_copper_slab", - "waweathercutcopstep": "waxed_weathered_cut_copper_slab", - "waweathercutcosl": "waxed_weathered_cut_copper_slab", - "waweathercutcoslab": "waxed_weathered_cut_copper_slab", - "waweathercutcostep": "waxed_weathered_cut_copper_slab", - "waweatheredccohalfblock": "waxed_weathered_cut_copper_slab", - "waweatheredccophalfblock": "waxed_weathered_cut_copper_slab", - "waweatheredccopperhalfblock": "waxed_weathered_cut_copper_slab", - "waweatheredccoppersl": "waxed_weathered_cut_copper_slab", - "waweatheredccopperslab": "waxed_weathered_cut_copper_slab", - "waweatheredccopperstep": "waxed_weathered_cut_copper_slab", - "waweatheredccopsl": "waxed_weathered_cut_copper_slab", - "waweatheredccopslab": "waxed_weathered_cut_copper_slab", - "waweatheredccopstep": "waxed_weathered_cut_copper_slab", - "waweatheredccosl": "waxed_weathered_cut_copper_slab", - "waweatheredccoslab": "waxed_weathered_cut_copper_slab", - "waweatheredccostep": "waxed_weathered_cut_copper_slab", - "waweatheredcutcohalfblock": "waxed_weathered_cut_copper_slab", - "waweatheredcutcophalfblock": "waxed_weathered_cut_copper_slab", - "waweatheredcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waweatheredcutcoppersl": "waxed_weathered_cut_copper_slab", - "waweatheredcutcopperslab": "waxed_weathered_cut_copper_slab", - "waweatheredcutcopperstep": "waxed_weathered_cut_copper_slab", - "waweatheredcutcopsl": "waxed_weathered_cut_copper_slab", - "waweatheredcutcopslab": "waxed_weathered_cut_copper_slab", - "waweatheredcutcopstep": "waxed_weathered_cut_copper_slab", - "waweatheredcutcosl": "waxed_weathered_cut_copper_slab", - "waweatheredcutcoslab": "waxed_weathered_cut_copper_slab", - "waweatheredcutcostep": "waxed_weathered_cut_copper_slab", - "waweccohalfblock": "waxed_weathered_cut_copper_slab", - "waweccophalfblock": "waxed_weathered_cut_copper_slab", - "waweccopperhalfblock": "waxed_weathered_cut_copper_slab", - "waweccoppersl": "waxed_weathered_cut_copper_slab", - "waweccopperslab": "waxed_weathered_cut_copper_slab", - "waweccopperstep": "waxed_weathered_cut_copper_slab", - "waweccopsl": "waxed_weathered_cut_copper_slab", - "waweccopslab": "waxed_weathered_cut_copper_slab", - "waweccopstep": "waxed_weathered_cut_copper_slab", - "waweccosl": "waxed_weathered_cut_copper_slab", - "waweccoslab": "waxed_weathered_cut_copper_slab", - "waweccostep": "waxed_weathered_cut_copper_slab", - "wawecutcohalfblock": "waxed_weathered_cut_copper_slab", - "wawecutcophalfblock": "waxed_weathered_cut_copper_slab", - "wawecutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wawecutcoppersl": "waxed_weathered_cut_copper_slab", - "wawecutcopperslab": "waxed_weathered_cut_copper_slab", - "wawecutcopperstep": "waxed_weathered_cut_copper_slab", - "wawecutcopsl": "waxed_weathered_cut_copper_slab", - "wawecutcopslab": "waxed_weathered_cut_copper_slab", - "wawecutcopstep": "waxed_weathered_cut_copper_slab", - "wawecutcosl": "waxed_weathered_cut_copper_slab", - "wawecutcoslab": "waxed_weathered_cut_copper_slab", - "wawecutcostep": "waxed_weathered_cut_copper_slab", - "wawthccohalfblock": "waxed_weathered_cut_copper_slab", - "wawthccophalfblock": "waxed_weathered_cut_copper_slab", - "wawthccopperhalfblock": "waxed_weathered_cut_copper_slab", - "wawthccoppersl": "waxed_weathered_cut_copper_slab", - "wawthccopperslab": "waxed_weathered_cut_copper_slab", - "wawthccopperstep": "waxed_weathered_cut_copper_slab", - "wawthccopsl": "waxed_weathered_cut_copper_slab", - "wawthccopslab": "waxed_weathered_cut_copper_slab", - "wawthccopstep": "waxed_weathered_cut_copper_slab", - "wawthccosl": "waxed_weathered_cut_copper_slab", - "wawthccoslab": "waxed_weathered_cut_copper_slab", - "wawthccostep": "waxed_weathered_cut_copper_slab", - "wawthcutcohalfblock": "waxed_weathered_cut_copper_slab", - "wawthcutcophalfblock": "waxed_weathered_cut_copper_slab", - "wawthcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wawthcutcoppersl": "waxed_weathered_cut_copper_slab", - "wawthcutcopperslab": "waxed_weathered_cut_copper_slab", - "wawthcutcopperstep": "waxed_weathered_cut_copper_slab", - "wawthcutcopsl": "waxed_weathered_cut_copper_slab", - "wawthcutcopslab": "waxed_weathered_cut_copper_slab", - "wawthcutcopstep": "waxed_weathered_cut_copper_slab", - "wawthcutcosl": "waxed_weathered_cut_copper_slab", - "wawthcutcoslab": "waxed_weathered_cut_copper_slab", - "wawthcutcostep": "waxed_weathered_cut_copper_slab", - "waxcutweathercohalfblock": "waxed_weathered_cut_copper_slab", - "waxcutweathercophalfblock": "waxed_weathered_cut_copper_slab", - "waxcutweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxcutweathercoppersl": "waxed_weathered_cut_copper_slab", - "waxcutweathercopperslab": "waxed_weathered_cut_copper_slab", - "waxcutweathercopperstep": "waxed_weathered_cut_copper_slab", - "waxcutweathercopsl": "waxed_weathered_cut_copper_slab", - "waxcutweathercopslab": "waxed_weathered_cut_copper_slab", - "waxcutweathercopstep": "waxed_weathered_cut_copper_slab", - "waxcutweathercosl": "waxed_weathered_cut_copper_slab", - "waxcutweathercoslab": "waxed_weathered_cut_copper_slab", - "waxcutweathercostep": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcopsl": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcopslab": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcopstep": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcosl": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcoslab": "waxed_weathered_cut_copper_slab", - "waxcutweatheredcostep": "waxed_weathered_cut_copper_slab", - "waxcutwecohalfblock": "waxed_weathered_cut_copper_slab", - "waxcutwecophalfblock": "waxed_weathered_cut_copper_slab", - "waxcutwecopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxcutwecoppersl": "waxed_weathered_cut_copper_slab", - "waxcutwecopperslab": "waxed_weathered_cut_copper_slab", - "waxcutwecopperstep": "waxed_weathered_cut_copper_slab", - "waxcutwecopsl": "waxed_weathered_cut_copper_slab", - "waxcutwecopslab": "waxed_weathered_cut_copper_slab", - "waxcutwecopstep": "waxed_weathered_cut_copper_slab", - "waxcutwecosl": "waxed_weathered_cut_copper_slab", - "waxcutwecoslab": "waxed_weathered_cut_copper_slab", - "waxcutwecostep": "waxed_weathered_cut_copper_slab", - "waxcutwthcohalfblock": "waxed_weathered_cut_copper_slab", - "waxcutwthcophalfblock": "waxed_weathered_cut_copper_slab", - "waxcutwthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxcutwthcoppersl": "waxed_weathered_cut_copper_slab", - "waxcutwthcopperslab": "waxed_weathered_cut_copper_slab", - "waxcutwthcopperstep": "waxed_weathered_cut_copper_slab", - "waxcutwthcopsl": "waxed_weathered_cut_copper_slab", - "waxcutwthcopslab": "waxed_weathered_cut_copper_slab", - "waxcutwthcopstep": "waxed_weathered_cut_copper_slab", - "waxcutwthcosl": "waxed_weathered_cut_copper_slab", - "waxcutwthcoslab": "waxed_weathered_cut_copper_slab", - "waxcutwthcostep": "waxed_weathered_cut_copper_slab", - "waxcweathercohalfblock": "waxed_weathered_cut_copper_slab", - "waxcweathercophalfblock": "waxed_weathered_cut_copper_slab", - "waxcweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxcweathercoppersl": "waxed_weathered_cut_copper_slab", - "waxcweathercopperslab": "waxed_weathered_cut_copper_slab", - "waxcweathercopperstep": "waxed_weathered_cut_copper_slab", - "waxcweathercopsl": "waxed_weathered_cut_copper_slab", - "waxcweathercopslab": "waxed_weathered_cut_copper_slab", - "waxcweathercopstep": "waxed_weathered_cut_copper_slab", - "waxcweathercosl": "waxed_weathered_cut_copper_slab", - "waxcweathercoslab": "waxed_weathered_cut_copper_slab", - "waxcweathercostep": "waxed_weathered_cut_copper_slab", - "waxcweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "waxcweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "waxcweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxcweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "waxcweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "waxcweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "waxcweatheredcopsl": "waxed_weathered_cut_copper_slab", - "waxcweatheredcopslab": "waxed_weathered_cut_copper_slab", - "waxcweatheredcopstep": "waxed_weathered_cut_copper_slab", - "waxcweatheredcosl": "waxed_weathered_cut_copper_slab", - "waxcweatheredcoslab": "waxed_weathered_cut_copper_slab", - "waxcweatheredcostep": "waxed_weathered_cut_copper_slab", - "waxcwecohalfblock": "waxed_weathered_cut_copper_slab", - "waxcwecophalfblock": "waxed_weathered_cut_copper_slab", - "waxcwecopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxcwecoppersl": "waxed_weathered_cut_copper_slab", - "waxcwecopperslab": "waxed_weathered_cut_copper_slab", - "waxcwecopperstep": "waxed_weathered_cut_copper_slab", - "waxcwecopsl": "waxed_weathered_cut_copper_slab", - "waxcwecopslab": "waxed_weathered_cut_copper_slab", - "waxcwecopstep": "waxed_weathered_cut_copper_slab", - "waxcwecosl": "waxed_weathered_cut_copper_slab", - "waxcwecoslab": "waxed_weathered_cut_copper_slab", - "waxcwecostep": "waxed_weathered_cut_copper_slab", - "waxcwthcohalfblock": "waxed_weathered_cut_copper_slab", - "waxcwthcophalfblock": "waxed_weathered_cut_copper_slab", - "waxcwthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxcwthcoppersl": "waxed_weathered_cut_copper_slab", - "waxcwthcopperslab": "waxed_weathered_cut_copper_slab", - "waxcwthcopperstep": "waxed_weathered_cut_copper_slab", - "waxcwthcopsl": "waxed_weathered_cut_copper_slab", - "waxcwthcopslab": "waxed_weathered_cut_copper_slab", - "waxcwthcopstep": "waxed_weathered_cut_copper_slab", - "waxcwthcosl": "waxed_weathered_cut_copper_slab", - "waxcwthcoslab": "waxed_weathered_cut_copper_slab", - "waxcwthcostep": "waxed_weathered_cut_copper_slab", - "waxedcutweathercohalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutweathercophalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutweathercoppersl": "waxed_weathered_cut_copper_slab", - "waxedcutweathercopperslab": "waxed_weathered_cut_copper_slab", - "waxedcutweathercopperstep": "waxed_weathered_cut_copper_slab", - "waxedcutweathercopsl": "waxed_weathered_cut_copper_slab", - "waxedcutweathercopslab": "waxed_weathered_cut_copper_slab", - "waxedcutweathercopstep": "waxed_weathered_cut_copper_slab", - "waxedcutweathercosl": "waxed_weathered_cut_copper_slab", - "waxedcutweathercoslab": "waxed_weathered_cut_copper_slab", - "waxedcutweathercostep": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcopsl": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcopslab": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcopstep": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcosl": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcoslab": "waxed_weathered_cut_copper_slab", - "waxedcutweatheredcostep": "waxed_weathered_cut_copper_slab", - "waxedcutwecohalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutwecophalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutwecopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutwecoppersl": "waxed_weathered_cut_copper_slab", - "waxedcutwecopperslab": "waxed_weathered_cut_copper_slab", - "waxedcutwecopperstep": "waxed_weathered_cut_copper_slab", - "waxedcutwecopsl": "waxed_weathered_cut_copper_slab", - "waxedcutwecopslab": "waxed_weathered_cut_copper_slab", - "waxedcutwecopstep": "waxed_weathered_cut_copper_slab", - "waxedcutwecosl": "waxed_weathered_cut_copper_slab", - "waxedcutwecoslab": "waxed_weathered_cut_copper_slab", - "waxedcutwecostep": "waxed_weathered_cut_copper_slab", - "waxedcutwthcohalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutwthcophalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutwthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedcutwthcoppersl": "waxed_weathered_cut_copper_slab", - "waxedcutwthcopperslab": "waxed_weathered_cut_copper_slab", - "waxedcutwthcopperstep": "waxed_weathered_cut_copper_slab", - "waxedcutwthcopsl": "waxed_weathered_cut_copper_slab", - "waxedcutwthcopslab": "waxed_weathered_cut_copper_slab", - "waxedcutwthcopstep": "waxed_weathered_cut_copper_slab", - "waxedcutwthcosl": "waxed_weathered_cut_copper_slab", - "waxedcutwthcoslab": "waxed_weathered_cut_copper_slab", - "waxedcutwthcostep": "waxed_weathered_cut_copper_slab", - "waxedcweathercohalfblock": "waxed_weathered_cut_copper_slab", - "waxedcweathercophalfblock": "waxed_weathered_cut_copper_slab", - "waxedcweathercopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedcweathercoppersl": "waxed_weathered_cut_copper_slab", - "waxedcweathercopperslab": "waxed_weathered_cut_copper_slab", - "waxedcweathercopperstep": "waxed_weathered_cut_copper_slab", - "waxedcweathercopsl": "waxed_weathered_cut_copper_slab", - "waxedcweathercopslab": "waxed_weathered_cut_copper_slab", - "waxedcweathercopstep": "waxed_weathered_cut_copper_slab", - "waxedcweathercosl": "waxed_weathered_cut_copper_slab", - "waxedcweathercoslab": "waxed_weathered_cut_copper_slab", - "waxedcweathercostep": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcohalfblock": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcophalfblock": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcoppersl": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcopperslab": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcopperstep": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcopsl": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcopslab": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcopstep": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcosl": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcoslab": "waxed_weathered_cut_copper_slab", - "waxedcweatheredcostep": "waxed_weathered_cut_copper_slab", - "waxedcwecohalfblock": "waxed_weathered_cut_copper_slab", - "waxedcwecophalfblock": "waxed_weathered_cut_copper_slab", - "waxedcwecopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedcwecoppersl": "waxed_weathered_cut_copper_slab", - "waxedcwecopperslab": "waxed_weathered_cut_copper_slab", - "waxedcwecopperstep": "waxed_weathered_cut_copper_slab", - "waxedcwecopsl": "waxed_weathered_cut_copper_slab", - "waxedcwecopslab": "waxed_weathered_cut_copper_slab", - "waxedcwecopstep": "waxed_weathered_cut_copper_slab", - "waxedcwecosl": "waxed_weathered_cut_copper_slab", - "waxedcwecoslab": "waxed_weathered_cut_copper_slab", - "waxedcwecostep": "waxed_weathered_cut_copper_slab", - "waxedcwthcohalfblock": "waxed_weathered_cut_copper_slab", - "waxedcwthcophalfblock": "waxed_weathered_cut_copper_slab", - "waxedcwthcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedcwthcoppersl": "waxed_weathered_cut_copper_slab", - "waxedcwthcopperslab": "waxed_weathered_cut_copper_slab", - "waxedcwthcopperstep": "waxed_weathered_cut_copper_slab", - "waxedcwthcopsl": "waxed_weathered_cut_copper_slab", - "waxedcwthcopslab": "waxed_weathered_cut_copper_slab", - "waxedcwthcopstep": "waxed_weathered_cut_copper_slab", - "waxedcwthcosl": "waxed_weathered_cut_copper_slab", - "waxedcwthcoslab": "waxed_weathered_cut_copper_slab", - "waxedcwthcostep": "waxed_weathered_cut_copper_slab", - "waxedweatherccohalfblock": "waxed_weathered_cut_copper_slab", - "waxedweatherccophalfblock": "waxed_weathered_cut_copper_slab", - "waxedweatherccopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedweatherccoppersl": "waxed_weathered_cut_copper_slab", - "waxedweatherccopperslab": "waxed_weathered_cut_copper_slab", - "waxedweatherccopperstep": "waxed_weathered_cut_copper_slab", - "waxedweatherccopsl": "waxed_weathered_cut_copper_slab", - "waxedweatherccopslab": "waxed_weathered_cut_copper_slab", - "waxedweatherccopstep": "waxed_weathered_cut_copper_slab", - "waxedweatherccosl": "waxed_weathered_cut_copper_slab", - "waxedweatherccoslab": "waxed_weathered_cut_copper_slab", - "waxedweatherccostep": "waxed_weathered_cut_copper_slab", - "waxedweathercutcohalfblock": "waxed_weathered_cut_copper_slab", - "waxedweathercutcophalfblock": "waxed_weathered_cut_copper_slab", - "waxedweathercutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedweathercutcoppersl": "waxed_weathered_cut_copper_slab", - "waxedweathercutcopperslab": "waxed_weathered_cut_copper_slab", - "waxedweathercutcopperstep": "waxed_weathered_cut_copper_slab", - "waxedweathercutcopsl": "waxed_weathered_cut_copper_slab", - "waxedweathercutcopslab": "waxed_weathered_cut_copper_slab", - "waxedweathercutcopstep": "waxed_weathered_cut_copper_slab", - "waxedweathercutcosl": "waxed_weathered_cut_copper_slab", - "waxedweathercutcoslab": "waxed_weathered_cut_copper_slab", - "waxedweathercutcostep": "waxed_weathered_cut_copper_slab", - "waxedweatheredccohalfblock": "waxed_weathered_cut_copper_slab", - "waxedweatheredccophalfblock": "waxed_weathered_cut_copper_slab", - "waxedweatheredccopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedweatheredccoppersl": "waxed_weathered_cut_copper_slab", - "waxedweatheredccopperslab": "waxed_weathered_cut_copper_slab", - "waxedweatheredccopperstep": "waxed_weathered_cut_copper_slab", - "waxedweatheredccopsl": "waxed_weathered_cut_copper_slab", - "waxedweatheredccopslab": "waxed_weathered_cut_copper_slab", - "waxedweatheredccopstep": "waxed_weathered_cut_copper_slab", - "waxedweatheredccosl": "waxed_weathered_cut_copper_slab", - "waxedweatheredccoslab": "waxed_weathered_cut_copper_slab", - "waxedweatheredccostep": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcohalfblock": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcophalfblock": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcoppersl": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcopperslab": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcopperstep": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcopsl": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcopslab": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcopstep": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcosl": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcoslab": "waxed_weathered_cut_copper_slab", - "waxedweatheredcutcostep": "waxed_weathered_cut_copper_slab", - "waxedweccohalfblock": "waxed_weathered_cut_copper_slab", - "waxedweccophalfblock": "waxed_weathered_cut_copper_slab", - "waxedweccopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedweccoppersl": "waxed_weathered_cut_copper_slab", - "waxedweccopperslab": "waxed_weathered_cut_copper_slab", - "waxedweccopperstep": "waxed_weathered_cut_copper_slab", - "waxedweccopsl": "waxed_weathered_cut_copper_slab", - "waxedweccopslab": "waxed_weathered_cut_copper_slab", - "waxedweccopstep": "waxed_weathered_cut_copper_slab", - "waxedweccosl": "waxed_weathered_cut_copper_slab", - "waxedweccoslab": "waxed_weathered_cut_copper_slab", - "waxedweccostep": "waxed_weathered_cut_copper_slab", - "waxedwecutcohalfblock": "waxed_weathered_cut_copper_slab", - "waxedwecutcophalfblock": "waxed_weathered_cut_copper_slab", - "waxedwecutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedwecutcoppersl": "waxed_weathered_cut_copper_slab", - "waxedwecutcopperslab": "waxed_weathered_cut_copper_slab", - "waxedwecutcopperstep": "waxed_weathered_cut_copper_slab", - "waxedwecutcopsl": "waxed_weathered_cut_copper_slab", - "waxedwecutcopslab": "waxed_weathered_cut_copper_slab", - "waxedwecutcopstep": "waxed_weathered_cut_copper_slab", - "waxedwecutcosl": "waxed_weathered_cut_copper_slab", - "waxedwecutcoslab": "waxed_weathered_cut_copper_slab", - "waxedwecutcostep": "waxed_weathered_cut_copper_slab", - "waxedwthccohalfblock": "waxed_weathered_cut_copper_slab", - "waxedwthccophalfblock": "waxed_weathered_cut_copper_slab", - "waxedwthccopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedwthccoppersl": "waxed_weathered_cut_copper_slab", - "waxedwthccopperslab": "waxed_weathered_cut_copper_slab", - "waxedwthccopperstep": "waxed_weathered_cut_copper_slab", - "waxedwthccopsl": "waxed_weathered_cut_copper_slab", - "waxedwthccopslab": "waxed_weathered_cut_copper_slab", - "waxedwthccopstep": "waxed_weathered_cut_copper_slab", - "waxedwthccosl": "waxed_weathered_cut_copper_slab", - "waxedwthccoslab": "waxed_weathered_cut_copper_slab", - "waxedwthccostep": "waxed_weathered_cut_copper_slab", - "waxedwthcutcohalfblock": "waxed_weathered_cut_copper_slab", - "waxedwthcutcophalfblock": "waxed_weathered_cut_copper_slab", - "waxedwthcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxedwthcutcoppersl": "waxed_weathered_cut_copper_slab", - "waxedwthcutcopperslab": "waxed_weathered_cut_copper_slab", - "waxedwthcutcopperstep": "waxed_weathered_cut_copper_slab", - "waxedwthcutcopsl": "waxed_weathered_cut_copper_slab", - "waxedwthcutcopslab": "waxed_weathered_cut_copper_slab", - "waxedwthcutcopstep": "waxed_weathered_cut_copper_slab", - "waxedwthcutcosl": "waxed_weathered_cut_copper_slab", - "waxedwthcutcoslab": "waxed_weathered_cut_copper_slab", - "waxedwthcutcostep": "waxed_weathered_cut_copper_slab", - "waxweatherccohalfblock": "waxed_weathered_cut_copper_slab", - "waxweatherccophalfblock": "waxed_weathered_cut_copper_slab", - "waxweatherccopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxweatherccoppersl": "waxed_weathered_cut_copper_slab", - "waxweatherccopperslab": "waxed_weathered_cut_copper_slab", - "waxweatherccopperstep": "waxed_weathered_cut_copper_slab", - "waxweatherccopsl": "waxed_weathered_cut_copper_slab", - "waxweatherccopslab": "waxed_weathered_cut_copper_slab", - "waxweatherccopstep": "waxed_weathered_cut_copper_slab", - "waxweatherccosl": "waxed_weathered_cut_copper_slab", - "waxweatherccoslab": "waxed_weathered_cut_copper_slab", - "waxweatherccostep": "waxed_weathered_cut_copper_slab", - "waxweathercutcohalfblock": "waxed_weathered_cut_copper_slab", - "waxweathercutcophalfblock": "waxed_weathered_cut_copper_slab", - "waxweathercutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxweathercutcoppersl": "waxed_weathered_cut_copper_slab", - "waxweathercutcopperslab": "waxed_weathered_cut_copper_slab", - "waxweathercutcopperstep": "waxed_weathered_cut_copper_slab", - "waxweathercutcopsl": "waxed_weathered_cut_copper_slab", - "waxweathercutcopslab": "waxed_weathered_cut_copper_slab", - "waxweathercutcopstep": "waxed_weathered_cut_copper_slab", - "waxweathercutcosl": "waxed_weathered_cut_copper_slab", - "waxweathercutcoslab": "waxed_weathered_cut_copper_slab", - "waxweathercutcostep": "waxed_weathered_cut_copper_slab", - "waxweatheredccohalfblock": "waxed_weathered_cut_copper_slab", - "waxweatheredccophalfblock": "waxed_weathered_cut_copper_slab", - "waxweatheredccopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxweatheredccoppersl": "waxed_weathered_cut_copper_slab", - "waxweatheredccopperslab": "waxed_weathered_cut_copper_slab", - "waxweatheredccopperstep": "waxed_weathered_cut_copper_slab", - "waxweatheredccopsl": "waxed_weathered_cut_copper_slab", - "waxweatheredccopslab": "waxed_weathered_cut_copper_slab", - "waxweatheredccopstep": "waxed_weathered_cut_copper_slab", - "waxweatheredccosl": "waxed_weathered_cut_copper_slab", - "waxweatheredccoslab": "waxed_weathered_cut_copper_slab", - "waxweatheredccostep": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcohalfblock": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcophalfblock": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcoppersl": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcopperslab": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcopperstep": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcopsl": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcopslab": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcopstep": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcosl": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcoslab": "waxed_weathered_cut_copper_slab", - "waxweatheredcutcostep": "waxed_weathered_cut_copper_slab", - "waxweccohalfblock": "waxed_weathered_cut_copper_slab", - "waxweccophalfblock": "waxed_weathered_cut_copper_slab", - "waxweccopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxweccoppersl": "waxed_weathered_cut_copper_slab", - "waxweccopperslab": "waxed_weathered_cut_copper_slab", - "waxweccopperstep": "waxed_weathered_cut_copper_slab", - "waxweccopsl": "waxed_weathered_cut_copper_slab", - "waxweccopslab": "waxed_weathered_cut_copper_slab", - "waxweccopstep": "waxed_weathered_cut_copper_slab", - "waxweccosl": "waxed_weathered_cut_copper_slab", - "waxweccoslab": "waxed_weathered_cut_copper_slab", - "waxweccostep": "waxed_weathered_cut_copper_slab", - "waxwecutcohalfblock": "waxed_weathered_cut_copper_slab", - "waxwecutcophalfblock": "waxed_weathered_cut_copper_slab", - "waxwecutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxwecutcoppersl": "waxed_weathered_cut_copper_slab", - "waxwecutcopperslab": "waxed_weathered_cut_copper_slab", - "waxwecutcopperstep": "waxed_weathered_cut_copper_slab", - "waxwecutcopsl": "waxed_weathered_cut_copper_slab", - "waxwecutcopslab": "waxed_weathered_cut_copper_slab", - "waxwecutcopstep": "waxed_weathered_cut_copper_slab", - "waxwecutcosl": "waxed_weathered_cut_copper_slab", - "waxwecutcoslab": "waxed_weathered_cut_copper_slab", - "waxwecutcostep": "waxed_weathered_cut_copper_slab", - "waxwthccohalfblock": "waxed_weathered_cut_copper_slab", - "waxwthccophalfblock": "waxed_weathered_cut_copper_slab", - "waxwthccopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxwthccoppersl": "waxed_weathered_cut_copper_slab", - "waxwthccopperslab": "waxed_weathered_cut_copper_slab", - "waxwthccopperstep": "waxed_weathered_cut_copper_slab", - "waxwthccopsl": "waxed_weathered_cut_copper_slab", - "waxwthccopslab": "waxed_weathered_cut_copper_slab", - "waxwthccopstep": "waxed_weathered_cut_copper_slab", - "waxwthccosl": "waxed_weathered_cut_copper_slab", - "waxwthccoslab": "waxed_weathered_cut_copper_slab", - "waxwthccostep": "waxed_weathered_cut_copper_slab", - "waxwthcutcohalfblock": "waxed_weathered_cut_copper_slab", - "waxwthcutcophalfblock": "waxed_weathered_cut_copper_slab", - "waxwthcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "waxwthcutcoppersl": "waxed_weathered_cut_copper_slab", - "waxwthcutcopperslab": "waxed_weathered_cut_copper_slab", - "waxwthcutcopperstep": "waxed_weathered_cut_copper_slab", - "waxwthcutcopsl": "waxed_weathered_cut_copper_slab", - "waxwthcutcopslab": "waxed_weathered_cut_copper_slab", - "waxwthcutcopstep": "waxed_weathered_cut_copper_slab", - "waxwthcutcosl": "waxed_weathered_cut_copper_slab", - "waxwthcutcoslab": "waxed_weathered_cut_copper_slab", - "waxwthcutcostep": "waxed_weathered_cut_copper_slab", - "weathercutwacohalfblock": "waxed_weathered_cut_copper_slab", - "weathercutwacophalfblock": "waxed_weathered_cut_copper_slab", - "weathercutwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "weathercutwacoppersl": "waxed_weathered_cut_copper_slab", - "weathercutwacopperslab": "waxed_weathered_cut_copper_slab", - "weathercutwacopperstep": "waxed_weathered_cut_copper_slab", - "weathercutwacopsl": "waxed_weathered_cut_copper_slab", - "weathercutwacopslab": "waxed_weathered_cut_copper_slab", - "weathercutwacopstep": "waxed_weathered_cut_copper_slab", - "weathercutwacosl": "waxed_weathered_cut_copper_slab", - "weathercutwacoslab": "waxed_weathered_cut_copper_slab", - "weathercutwacostep": "waxed_weathered_cut_copper_slab", - "weathercutwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "weathercutwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "weathercutwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weathercutwaxcoppersl": "waxed_weathered_cut_copper_slab", - "weathercutwaxcopperslab": "waxed_weathered_cut_copper_slab", - "weathercutwaxcopperstep": "waxed_weathered_cut_copper_slab", - "weathercutwaxcopsl": "waxed_weathered_cut_copper_slab", - "weathercutwaxcopslab": "waxed_weathered_cut_copper_slab", - "weathercutwaxcopstep": "waxed_weathered_cut_copper_slab", - "weathercutwaxcosl": "waxed_weathered_cut_copper_slab", - "weathercutwaxcoslab": "waxed_weathered_cut_copper_slab", - "weathercutwaxcostep": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcopsl": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcopslab": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcopstep": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcosl": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcoslab": "waxed_weathered_cut_copper_slab", - "weathercutwaxedcostep": "waxed_weathered_cut_copper_slab", - "weathercwacohalfblock": "waxed_weathered_cut_copper_slab", - "weathercwacophalfblock": "waxed_weathered_cut_copper_slab", - "weathercwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "weathercwacoppersl": "waxed_weathered_cut_copper_slab", - "weathercwacopperslab": "waxed_weathered_cut_copper_slab", - "weathercwacopperstep": "waxed_weathered_cut_copper_slab", - "weathercwacopsl": "waxed_weathered_cut_copper_slab", - "weathercwacopslab": "waxed_weathered_cut_copper_slab", - "weathercwacopstep": "waxed_weathered_cut_copper_slab", - "weathercwacosl": "waxed_weathered_cut_copper_slab", - "weathercwacoslab": "waxed_weathered_cut_copper_slab", - "weathercwacostep": "waxed_weathered_cut_copper_slab", - "weathercwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "weathercwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "weathercwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weathercwaxcoppersl": "waxed_weathered_cut_copper_slab", - "weathercwaxcopperslab": "waxed_weathered_cut_copper_slab", - "weathercwaxcopperstep": "waxed_weathered_cut_copper_slab", - "weathercwaxcopsl": "waxed_weathered_cut_copper_slab", - "weathercwaxcopslab": "waxed_weathered_cut_copper_slab", - "weathercwaxcopstep": "waxed_weathered_cut_copper_slab", - "weathercwaxcosl": "waxed_weathered_cut_copper_slab", - "weathercwaxcoslab": "waxed_weathered_cut_copper_slab", - "weathercwaxcostep": "waxed_weathered_cut_copper_slab", - "weathercwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "weathercwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "weathercwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weathercwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "weathercwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "weathercwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "weathercwaxedcopsl": "waxed_weathered_cut_copper_slab", - "weathercwaxedcopslab": "waxed_weathered_cut_copper_slab", - "weathercwaxedcopstep": "waxed_weathered_cut_copper_slab", - "weathercwaxedcosl": "waxed_weathered_cut_copper_slab", - "weathercwaxedcoslab": "waxed_weathered_cut_copper_slab", - "weathercwaxedcostep": "waxed_weathered_cut_copper_slab", - "weatheredcutwacohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcutwacophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcutwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcutwacoppersl": "waxed_weathered_cut_copper_slab", - "weatheredcutwacopperslab": "waxed_weathered_cut_copper_slab", - "weatheredcutwacopperstep": "waxed_weathered_cut_copper_slab", - "weatheredcutwacopsl": "waxed_weathered_cut_copper_slab", - "weatheredcutwacopslab": "waxed_weathered_cut_copper_slab", - "weatheredcutwacopstep": "waxed_weathered_cut_copper_slab", - "weatheredcutwacosl": "waxed_weathered_cut_copper_slab", - "weatheredcutwacoslab": "waxed_weathered_cut_copper_slab", - "weatheredcutwacostep": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcoppersl": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcopperslab": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcopperstep": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcopsl": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcopslab": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcopstep": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcosl": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcoslab": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxcostep": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcopsl": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcopslab": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcopstep": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcosl": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcoslab": "waxed_weathered_cut_copper_slab", - "weatheredcutwaxedcostep": "waxed_weathered_cut_copper_slab", - "weatheredcwacohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcwacophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcwacoppersl": "waxed_weathered_cut_copper_slab", - "weatheredcwacopperslab": "waxed_weathered_cut_copper_slab", - "weatheredcwacopperstep": "waxed_weathered_cut_copper_slab", - "weatheredcwacopsl": "waxed_weathered_cut_copper_slab", - "weatheredcwacopslab": "waxed_weathered_cut_copper_slab", - "weatheredcwacopstep": "waxed_weathered_cut_copper_slab", - "weatheredcwacosl": "waxed_weathered_cut_copper_slab", - "weatheredcwacoslab": "waxed_weathered_cut_copper_slab", - "weatheredcwacostep": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcoppersl": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcopperslab": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcopperstep": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcopsl": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcopslab": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcopstep": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcosl": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcoslab": "waxed_weathered_cut_copper_slab", - "weatheredcwaxcostep": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcopsl": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcopslab": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcopstep": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcosl": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcoslab": "waxed_weathered_cut_copper_slab", - "weatheredcwaxedcostep": "waxed_weathered_cut_copper_slab", - "weatheredwaccohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaccophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaccopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaccoppersl": "waxed_weathered_cut_copper_slab", - "weatheredwaccopperslab": "waxed_weathered_cut_copper_slab", - "weatheredwaccopperstep": "waxed_weathered_cut_copper_slab", - "weatheredwaccopsl": "waxed_weathered_cut_copper_slab", - "weatheredwaccopslab": "waxed_weathered_cut_copper_slab", - "weatheredwaccopstep": "waxed_weathered_cut_copper_slab", - "weatheredwaccosl": "waxed_weathered_cut_copper_slab", - "weatheredwaccoslab": "waxed_weathered_cut_copper_slab", - "weatheredwaccostep": "waxed_weathered_cut_copper_slab", - "weatheredwacutcohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwacutcophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwacutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwacutcoppersl": "waxed_weathered_cut_copper_slab", - "weatheredwacutcopperslab": "waxed_weathered_cut_copper_slab", - "weatheredwacutcopperstep": "waxed_weathered_cut_copper_slab", - "weatheredwacutcopsl": "waxed_weathered_cut_copper_slab", - "weatheredwacutcopslab": "waxed_weathered_cut_copper_slab", - "weatheredwacutcopstep": "waxed_weathered_cut_copper_slab", - "weatheredwacutcosl": "waxed_weathered_cut_copper_slab", - "weatheredwacutcoslab": "waxed_weathered_cut_copper_slab", - "weatheredwacutcostep": "waxed_weathered_cut_copper_slab", - "weatheredwaxccohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxccophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxccopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxccoppersl": "waxed_weathered_cut_copper_slab", - "weatheredwaxccopperslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxccopperstep": "waxed_weathered_cut_copper_slab", - "weatheredwaxccopsl": "waxed_weathered_cut_copper_slab", - "weatheredwaxccopslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxccopstep": "waxed_weathered_cut_copper_slab", - "weatheredwaxccosl": "waxed_weathered_cut_copper_slab", - "weatheredwaxccoslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxccostep": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcoppersl": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcopperslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcopperstep": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcopsl": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcopslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcopstep": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcosl": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcoslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxcutcostep": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccoppersl": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccopperslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccopperstep": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccopsl": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccopslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccopstep": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccosl": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccoslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxedccostep": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcohalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcophalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcoppersl": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcopperslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcopperstep": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcopsl": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcopslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcopstep": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcosl": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcoslab": "waxed_weathered_cut_copper_slab", - "weatheredwaxedcutcostep": "waxed_weathered_cut_copper_slab", - "weatherwaccohalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaccophalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaccopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaccoppersl": "waxed_weathered_cut_copper_slab", - "weatherwaccopperslab": "waxed_weathered_cut_copper_slab", - "weatherwaccopperstep": "waxed_weathered_cut_copper_slab", - "weatherwaccopsl": "waxed_weathered_cut_copper_slab", - "weatherwaccopslab": "waxed_weathered_cut_copper_slab", - "weatherwaccopstep": "waxed_weathered_cut_copper_slab", - "weatherwaccosl": "waxed_weathered_cut_copper_slab", - "weatherwaccoslab": "waxed_weathered_cut_copper_slab", - "weatherwaccostep": "waxed_weathered_cut_copper_slab", - "weatherwacutcohalfblock": "waxed_weathered_cut_copper_slab", - "weatherwacutcophalfblock": "waxed_weathered_cut_copper_slab", - "weatherwacutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatherwacutcoppersl": "waxed_weathered_cut_copper_slab", - "weatherwacutcopperslab": "waxed_weathered_cut_copper_slab", - "weatherwacutcopperstep": "waxed_weathered_cut_copper_slab", - "weatherwacutcopsl": "waxed_weathered_cut_copper_slab", - "weatherwacutcopslab": "waxed_weathered_cut_copper_slab", - "weatherwacutcopstep": "waxed_weathered_cut_copper_slab", - "weatherwacutcosl": "waxed_weathered_cut_copper_slab", - "weatherwacutcoslab": "waxed_weathered_cut_copper_slab", - "weatherwacutcostep": "waxed_weathered_cut_copper_slab", - "weatherwaxccohalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxccophalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxccopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxccoppersl": "waxed_weathered_cut_copper_slab", - "weatherwaxccopperslab": "waxed_weathered_cut_copper_slab", - "weatherwaxccopperstep": "waxed_weathered_cut_copper_slab", - "weatherwaxccopsl": "waxed_weathered_cut_copper_slab", - "weatherwaxccopslab": "waxed_weathered_cut_copper_slab", - "weatherwaxccopstep": "waxed_weathered_cut_copper_slab", - "weatherwaxccosl": "waxed_weathered_cut_copper_slab", - "weatherwaxccoslab": "waxed_weathered_cut_copper_slab", - "weatherwaxccostep": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcohalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcophalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcoppersl": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcopperslab": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcopperstep": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcopsl": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcopslab": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcopstep": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcosl": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcoslab": "waxed_weathered_cut_copper_slab", - "weatherwaxcutcostep": "waxed_weathered_cut_copper_slab", - "weatherwaxedccohalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxedccophalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxedccopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxedccoppersl": "waxed_weathered_cut_copper_slab", - "weatherwaxedccopperslab": "waxed_weathered_cut_copper_slab", - "weatherwaxedccopperstep": "waxed_weathered_cut_copper_slab", - "weatherwaxedccopsl": "waxed_weathered_cut_copper_slab", - "weatherwaxedccopslab": "waxed_weathered_cut_copper_slab", - "weatherwaxedccopstep": "waxed_weathered_cut_copper_slab", - "weatherwaxedccosl": "waxed_weathered_cut_copper_slab", - "weatherwaxedccoslab": "waxed_weathered_cut_copper_slab", - "weatherwaxedccostep": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcohalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcophalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcoppersl": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcopperslab": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcopperstep": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcopsl": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcopslab": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcopstep": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcosl": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcoslab": "waxed_weathered_cut_copper_slab", - "weatherwaxedcutcostep": "waxed_weathered_cut_copper_slab", - "wecutwacohalfblock": "waxed_weathered_cut_copper_slab", - "wecutwacophalfblock": "waxed_weathered_cut_copper_slab", - "wecutwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "wecutwacoppersl": "waxed_weathered_cut_copper_slab", - "wecutwacopperslab": "waxed_weathered_cut_copper_slab", - "wecutwacopperstep": "waxed_weathered_cut_copper_slab", - "wecutwacopsl": "waxed_weathered_cut_copper_slab", - "wecutwacopslab": "waxed_weathered_cut_copper_slab", - "wecutwacopstep": "waxed_weathered_cut_copper_slab", - "wecutwacosl": "waxed_weathered_cut_copper_slab", - "wecutwacoslab": "waxed_weathered_cut_copper_slab", - "wecutwacostep": "waxed_weathered_cut_copper_slab", - "wecutwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "wecutwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "wecutwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wecutwaxcoppersl": "waxed_weathered_cut_copper_slab", - "wecutwaxcopperslab": "waxed_weathered_cut_copper_slab", - "wecutwaxcopperstep": "waxed_weathered_cut_copper_slab", - "wecutwaxcopsl": "waxed_weathered_cut_copper_slab", - "wecutwaxcopslab": "waxed_weathered_cut_copper_slab", - "wecutwaxcopstep": "waxed_weathered_cut_copper_slab", - "wecutwaxcosl": "waxed_weathered_cut_copper_slab", - "wecutwaxcoslab": "waxed_weathered_cut_copper_slab", - "wecutwaxcostep": "waxed_weathered_cut_copper_slab", - "wecutwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "wecutwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "wecutwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wecutwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "wecutwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "wecutwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "wecutwaxedcopsl": "waxed_weathered_cut_copper_slab", - "wecutwaxedcopslab": "waxed_weathered_cut_copper_slab", - "wecutwaxedcopstep": "waxed_weathered_cut_copper_slab", - "wecutwaxedcosl": "waxed_weathered_cut_copper_slab", - "wecutwaxedcoslab": "waxed_weathered_cut_copper_slab", - "wecutwaxedcostep": "waxed_weathered_cut_copper_slab", - "wecwacohalfblock": "waxed_weathered_cut_copper_slab", - "wecwacophalfblock": "waxed_weathered_cut_copper_slab", - "wecwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "wecwacoppersl": "waxed_weathered_cut_copper_slab", - "wecwacopperslab": "waxed_weathered_cut_copper_slab", - "wecwacopperstep": "waxed_weathered_cut_copper_slab", - "wecwacopsl": "waxed_weathered_cut_copper_slab", - "wecwacopslab": "waxed_weathered_cut_copper_slab", - "wecwacopstep": "waxed_weathered_cut_copper_slab", - "wecwacosl": "waxed_weathered_cut_copper_slab", - "wecwacoslab": "waxed_weathered_cut_copper_slab", - "wecwacostep": "waxed_weathered_cut_copper_slab", - "wecwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "wecwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "wecwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wecwaxcoppersl": "waxed_weathered_cut_copper_slab", - "wecwaxcopperslab": "waxed_weathered_cut_copper_slab", - "wecwaxcopperstep": "waxed_weathered_cut_copper_slab", - "wecwaxcopsl": "waxed_weathered_cut_copper_slab", - "wecwaxcopslab": "waxed_weathered_cut_copper_slab", - "wecwaxcopstep": "waxed_weathered_cut_copper_slab", - "wecwaxcosl": "waxed_weathered_cut_copper_slab", - "wecwaxcoslab": "waxed_weathered_cut_copper_slab", - "wecwaxcostep": "waxed_weathered_cut_copper_slab", - "wecwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "wecwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "wecwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wecwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "wecwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "wecwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "wecwaxedcopsl": "waxed_weathered_cut_copper_slab", - "wecwaxedcopslab": "waxed_weathered_cut_copper_slab", - "wecwaxedcopstep": "waxed_weathered_cut_copper_slab", - "wecwaxedcosl": "waxed_weathered_cut_copper_slab", - "wecwaxedcoslab": "waxed_weathered_cut_copper_slab", - "wecwaxedcostep": "waxed_weathered_cut_copper_slab", - "wewaccohalfblock": "waxed_weathered_cut_copper_slab", - "wewaccophalfblock": "waxed_weathered_cut_copper_slab", - "wewaccopperhalfblock": "waxed_weathered_cut_copper_slab", - "wewaccoppersl": "waxed_weathered_cut_copper_slab", - "wewaccopperslab": "waxed_weathered_cut_copper_slab", - "wewaccopperstep": "waxed_weathered_cut_copper_slab", - "wewaccopsl": "waxed_weathered_cut_copper_slab", - "wewaccopslab": "waxed_weathered_cut_copper_slab", - "wewaccopstep": "waxed_weathered_cut_copper_slab", - "wewaccosl": "waxed_weathered_cut_copper_slab", - "wewaccoslab": "waxed_weathered_cut_copper_slab", - "wewaccostep": "waxed_weathered_cut_copper_slab", - "wewacutcohalfblock": "waxed_weathered_cut_copper_slab", - "wewacutcophalfblock": "waxed_weathered_cut_copper_slab", - "wewacutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wewacutcoppersl": "waxed_weathered_cut_copper_slab", - "wewacutcopperslab": "waxed_weathered_cut_copper_slab", - "wewacutcopperstep": "waxed_weathered_cut_copper_slab", - "wewacutcopsl": "waxed_weathered_cut_copper_slab", - "wewacutcopslab": "waxed_weathered_cut_copper_slab", - "wewacutcopstep": "waxed_weathered_cut_copper_slab", - "wewacutcosl": "waxed_weathered_cut_copper_slab", - "wewacutcoslab": "waxed_weathered_cut_copper_slab", - "wewacutcostep": "waxed_weathered_cut_copper_slab", - "wewaxccohalfblock": "waxed_weathered_cut_copper_slab", - "wewaxccophalfblock": "waxed_weathered_cut_copper_slab", - "wewaxccopperhalfblock": "waxed_weathered_cut_copper_slab", - "wewaxccoppersl": "waxed_weathered_cut_copper_slab", - "wewaxccopperslab": "waxed_weathered_cut_copper_slab", - "wewaxccopperstep": "waxed_weathered_cut_copper_slab", - "wewaxccopsl": "waxed_weathered_cut_copper_slab", - "wewaxccopslab": "waxed_weathered_cut_copper_slab", - "wewaxccopstep": "waxed_weathered_cut_copper_slab", - "wewaxccosl": "waxed_weathered_cut_copper_slab", - "wewaxccoslab": "waxed_weathered_cut_copper_slab", - "wewaxccostep": "waxed_weathered_cut_copper_slab", - "wewaxcutcohalfblock": "waxed_weathered_cut_copper_slab", - "wewaxcutcophalfblock": "waxed_weathered_cut_copper_slab", - "wewaxcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wewaxcutcoppersl": "waxed_weathered_cut_copper_slab", - "wewaxcutcopperslab": "waxed_weathered_cut_copper_slab", - "wewaxcutcopperstep": "waxed_weathered_cut_copper_slab", - "wewaxcutcopsl": "waxed_weathered_cut_copper_slab", - "wewaxcutcopslab": "waxed_weathered_cut_copper_slab", - "wewaxcutcopstep": "waxed_weathered_cut_copper_slab", - "wewaxcutcosl": "waxed_weathered_cut_copper_slab", - "wewaxcutcoslab": "waxed_weathered_cut_copper_slab", - "wewaxcutcostep": "waxed_weathered_cut_copper_slab", - "wewaxedccohalfblock": "waxed_weathered_cut_copper_slab", - "wewaxedccophalfblock": "waxed_weathered_cut_copper_slab", - "wewaxedccopperhalfblock": "waxed_weathered_cut_copper_slab", - "wewaxedccoppersl": "waxed_weathered_cut_copper_slab", - "wewaxedccopperslab": "waxed_weathered_cut_copper_slab", - "wewaxedccopperstep": "waxed_weathered_cut_copper_slab", - "wewaxedccopsl": "waxed_weathered_cut_copper_slab", - "wewaxedccopslab": "waxed_weathered_cut_copper_slab", - "wewaxedccopstep": "waxed_weathered_cut_copper_slab", - "wewaxedccosl": "waxed_weathered_cut_copper_slab", - "wewaxedccoslab": "waxed_weathered_cut_copper_slab", - "wewaxedccostep": "waxed_weathered_cut_copper_slab", - "wewaxedcutcohalfblock": "waxed_weathered_cut_copper_slab", - "wewaxedcutcophalfblock": "waxed_weathered_cut_copper_slab", - "wewaxedcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wewaxedcutcoppersl": "waxed_weathered_cut_copper_slab", - "wewaxedcutcopperslab": "waxed_weathered_cut_copper_slab", - "wewaxedcutcopperstep": "waxed_weathered_cut_copper_slab", - "wewaxedcutcopsl": "waxed_weathered_cut_copper_slab", - "wewaxedcutcopslab": "waxed_weathered_cut_copper_slab", - "wewaxedcutcopstep": "waxed_weathered_cut_copper_slab", - "wewaxedcutcosl": "waxed_weathered_cut_copper_slab", - "wewaxedcutcoslab": "waxed_weathered_cut_copper_slab", - "wewaxedcutcostep": "waxed_weathered_cut_copper_slab", - "wthcutwacohalfblock": "waxed_weathered_cut_copper_slab", - "wthcutwacophalfblock": "waxed_weathered_cut_copper_slab", - "wthcutwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthcutwacoppersl": "waxed_weathered_cut_copper_slab", - "wthcutwacopperslab": "waxed_weathered_cut_copper_slab", - "wthcutwacopperstep": "waxed_weathered_cut_copper_slab", - "wthcutwacopsl": "waxed_weathered_cut_copper_slab", - "wthcutwacopslab": "waxed_weathered_cut_copper_slab", - "wthcutwacopstep": "waxed_weathered_cut_copper_slab", - "wthcutwacosl": "waxed_weathered_cut_copper_slab", - "wthcutwacoslab": "waxed_weathered_cut_copper_slab", - "wthcutwacostep": "waxed_weathered_cut_copper_slab", - "wthcutwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "wthcutwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "wthcutwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthcutwaxcoppersl": "waxed_weathered_cut_copper_slab", - "wthcutwaxcopperslab": "waxed_weathered_cut_copper_slab", - "wthcutwaxcopperstep": "waxed_weathered_cut_copper_slab", - "wthcutwaxcopsl": "waxed_weathered_cut_copper_slab", - "wthcutwaxcopslab": "waxed_weathered_cut_copper_slab", - "wthcutwaxcopstep": "waxed_weathered_cut_copper_slab", - "wthcutwaxcosl": "waxed_weathered_cut_copper_slab", - "wthcutwaxcoslab": "waxed_weathered_cut_copper_slab", - "wthcutwaxcostep": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcopsl": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcopslab": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcopstep": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcosl": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcoslab": "waxed_weathered_cut_copper_slab", - "wthcutwaxedcostep": "waxed_weathered_cut_copper_slab", - "wthcwacohalfblock": "waxed_weathered_cut_copper_slab", - "wthcwacophalfblock": "waxed_weathered_cut_copper_slab", - "wthcwacopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthcwacoppersl": "waxed_weathered_cut_copper_slab", - "wthcwacopperslab": "waxed_weathered_cut_copper_slab", - "wthcwacopperstep": "waxed_weathered_cut_copper_slab", - "wthcwacopsl": "waxed_weathered_cut_copper_slab", - "wthcwacopslab": "waxed_weathered_cut_copper_slab", - "wthcwacopstep": "waxed_weathered_cut_copper_slab", - "wthcwacosl": "waxed_weathered_cut_copper_slab", - "wthcwacoslab": "waxed_weathered_cut_copper_slab", - "wthcwacostep": "waxed_weathered_cut_copper_slab", - "wthcwaxcohalfblock": "waxed_weathered_cut_copper_slab", - "wthcwaxcophalfblock": "waxed_weathered_cut_copper_slab", - "wthcwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthcwaxcoppersl": "waxed_weathered_cut_copper_slab", - "wthcwaxcopperslab": "waxed_weathered_cut_copper_slab", - "wthcwaxcopperstep": "waxed_weathered_cut_copper_slab", - "wthcwaxcopsl": "waxed_weathered_cut_copper_slab", - "wthcwaxcopslab": "waxed_weathered_cut_copper_slab", - "wthcwaxcopstep": "waxed_weathered_cut_copper_slab", - "wthcwaxcosl": "waxed_weathered_cut_copper_slab", - "wthcwaxcoslab": "waxed_weathered_cut_copper_slab", - "wthcwaxcostep": "waxed_weathered_cut_copper_slab", - "wthcwaxedcohalfblock": "waxed_weathered_cut_copper_slab", - "wthcwaxedcophalfblock": "waxed_weathered_cut_copper_slab", - "wthcwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthcwaxedcoppersl": "waxed_weathered_cut_copper_slab", - "wthcwaxedcopperslab": "waxed_weathered_cut_copper_slab", - "wthcwaxedcopperstep": "waxed_weathered_cut_copper_slab", - "wthcwaxedcopsl": "waxed_weathered_cut_copper_slab", - "wthcwaxedcopslab": "waxed_weathered_cut_copper_slab", - "wthcwaxedcopstep": "waxed_weathered_cut_copper_slab", - "wthcwaxedcosl": "waxed_weathered_cut_copper_slab", - "wthcwaxedcoslab": "waxed_weathered_cut_copper_slab", - "wthcwaxedcostep": "waxed_weathered_cut_copper_slab", - "wthwaccohalfblock": "waxed_weathered_cut_copper_slab", - "wthwaccophalfblock": "waxed_weathered_cut_copper_slab", - "wthwaccopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthwaccoppersl": "waxed_weathered_cut_copper_slab", - "wthwaccopperslab": "waxed_weathered_cut_copper_slab", - "wthwaccopperstep": "waxed_weathered_cut_copper_slab", - "wthwaccopsl": "waxed_weathered_cut_copper_slab", - "wthwaccopslab": "waxed_weathered_cut_copper_slab", - "wthwaccopstep": "waxed_weathered_cut_copper_slab", - "wthwaccosl": "waxed_weathered_cut_copper_slab", - "wthwaccoslab": "waxed_weathered_cut_copper_slab", - "wthwaccostep": "waxed_weathered_cut_copper_slab", - "wthwacutcohalfblock": "waxed_weathered_cut_copper_slab", - "wthwacutcophalfblock": "waxed_weathered_cut_copper_slab", - "wthwacutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthwacutcoppersl": "waxed_weathered_cut_copper_slab", - "wthwacutcopperslab": "waxed_weathered_cut_copper_slab", - "wthwacutcopperstep": "waxed_weathered_cut_copper_slab", - "wthwacutcopsl": "waxed_weathered_cut_copper_slab", - "wthwacutcopslab": "waxed_weathered_cut_copper_slab", - "wthwacutcopstep": "waxed_weathered_cut_copper_slab", - "wthwacutcosl": "waxed_weathered_cut_copper_slab", - "wthwacutcoslab": "waxed_weathered_cut_copper_slab", - "wthwacutcostep": "waxed_weathered_cut_copper_slab", - "wthwaxccohalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxccophalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxccopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxccoppersl": "waxed_weathered_cut_copper_slab", - "wthwaxccopperslab": "waxed_weathered_cut_copper_slab", - "wthwaxccopperstep": "waxed_weathered_cut_copper_slab", - "wthwaxccopsl": "waxed_weathered_cut_copper_slab", - "wthwaxccopslab": "waxed_weathered_cut_copper_slab", - "wthwaxccopstep": "waxed_weathered_cut_copper_slab", - "wthwaxccosl": "waxed_weathered_cut_copper_slab", - "wthwaxccoslab": "waxed_weathered_cut_copper_slab", - "wthwaxccostep": "waxed_weathered_cut_copper_slab", - "wthwaxcutcohalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxcutcophalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxcutcoppersl": "waxed_weathered_cut_copper_slab", - "wthwaxcutcopperslab": "waxed_weathered_cut_copper_slab", - "wthwaxcutcopperstep": "waxed_weathered_cut_copper_slab", - "wthwaxcutcopsl": "waxed_weathered_cut_copper_slab", - "wthwaxcutcopslab": "waxed_weathered_cut_copper_slab", - "wthwaxcutcopstep": "waxed_weathered_cut_copper_slab", - "wthwaxcutcosl": "waxed_weathered_cut_copper_slab", - "wthwaxcutcoslab": "waxed_weathered_cut_copper_slab", - "wthwaxcutcostep": "waxed_weathered_cut_copper_slab", - "wthwaxedccohalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxedccophalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxedccopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxedccoppersl": "waxed_weathered_cut_copper_slab", - "wthwaxedccopperslab": "waxed_weathered_cut_copper_slab", - "wthwaxedccopperstep": "waxed_weathered_cut_copper_slab", - "wthwaxedccopsl": "waxed_weathered_cut_copper_slab", - "wthwaxedccopslab": "waxed_weathered_cut_copper_slab", - "wthwaxedccopstep": "waxed_weathered_cut_copper_slab", - "wthwaxedccosl": "waxed_weathered_cut_copper_slab", - "wthwaxedccoslab": "waxed_weathered_cut_copper_slab", - "wthwaxedccostep": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcohalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcophalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcopperhalfblock": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcoppersl": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcopperslab": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcopperstep": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcopsl": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcopslab": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcopstep": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcosl": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcoslab": "waxed_weathered_cut_copper_slab", - "wthwaxedcutcostep": "waxed_weathered_cut_copper_slab", - "waxed_weathered_cut_copper_stairs": { - "material": "WAXED_WEATHERED_CUT_COPPER_STAIRS" - }, - "cutwaweathercopperstair": "waxed_weathered_cut_copper_stairs", - "cutwaweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwaweathercopstair": "waxed_weathered_cut_copper_stairs", - "cutwaweathercopstairs": "waxed_weathered_cut_copper_stairs", - "cutwaweathercostair": "waxed_weathered_cut_copper_stairs", - "cutwaweathercostairs": "waxed_weathered_cut_copper_stairs", - "cutwaweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "cutwaweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwaweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "cutwaweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "cutwaweatheredcostair": "waxed_weathered_cut_copper_stairs", - "cutwaweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "cutwawecopperstair": "waxed_weathered_cut_copper_stairs", - "cutwawecopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwawecopstair": "waxed_weathered_cut_copper_stairs", - "cutwawecopstairs": "waxed_weathered_cut_copper_stairs", - "cutwawecostair": "waxed_weathered_cut_copper_stairs", - "cutwawecostairs": "waxed_weathered_cut_copper_stairs", - "cutwawthcopperstair": "waxed_weathered_cut_copper_stairs", - "cutwawthcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwawthcopstair": "waxed_weathered_cut_copper_stairs", - "cutwawthcopstairs": "waxed_weathered_cut_copper_stairs", - "cutwawthcostair": "waxed_weathered_cut_copper_stairs", - "cutwawthcostairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedweathercopperstair": "waxed_weathered_cut_copper_stairs", - "cutwaxedweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedweathercopstair": "waxed_weathered_cut_copper_stairs", - "cutwaxedweathercopstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedweathercostair": "waxed_weathered_cut_copper_stairs", - "cutwaxedweathercostairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "cutwaxedweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "cutwaxedweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedweatheredcostair": "waxed_weathered_cut_copper_stairs", - "cutwaxedweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedwecopperstair": "waxed_weathered_cut_copper_stairs", - "cutwaxedwecopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedwecopstair": "waxed_weathered_cut_copper_stairs", - "cutwaxedwecopstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedwecostair": "waxed_weathered_cut_copper_stairs", - "cutwaxedwecostairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedwthcopperstair": "waxed_weathered_cut_copper_stairs", - "cutwaxedwthcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedwthcopstair": "waxed_weathered_cut_copper_stairs", - "cutwaxedwthcopstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxedwthcostair": "waxed_weathered_cut_copper_stairs", - "cutwaxedwthcostairs": "waxed_weathered_cut_copper_stairs", - "cutwaxweathercopperstair": "waxed_weathered_cut_copper_stairs", - "cutwaxweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxweathercopstair": "waxed_weathered_cut_copper_stairs", - "cutwaxweathercopstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxweathercostair": "waxed_weathered_cut_copper_stairs", - "cutwaxweathercostairs": "waxed_weathered_cut_copper_stairs", - "cutwaxweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "cutwaxweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "cutwaxweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxweatheredcostair": "waxed_weathered_cut_copper_stairs", - "cutwaxweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "cutwaxwecopperstair": "waxed_weathered_cut_copper_stairs", - "cutwaxwecopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxwecopstair": "waxed_weathered_cut_copper_stairs", - "cutwaxwecopstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxwecostair": "waxed_weathered_cut_copper_stairs", - "cutwaxwecostairs": "waxed_weathered_cut_copper_stairs", - "cutwaxwthcopperstair": "waxed_weathered_cut_copper_stairs", - "cutwaxwthcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxwthcopstair": "waxed_weathered_cut_copper_stairs", - "cutwaxwthcopstairs": "waxed_weathered_cut_copper_stairs", - "cutwaxwthcostair": "waxed_weathered_cut_copper_stairs", - "cutwaxwthcostairs": "waxed_weathered_cut_copper_stairs", - "cutweatheredwacopperstair": "waxed_weathered_cut_copper_stairs", - "cutweatheredwacopperstairs": "waxed_weathered_cut_copper_stairs", - "cutweatheredwacopstair": "waxed_weathered_cut_copper_stairs", - "cutweatheredwacopstairs": "waxed_weathered_cut_copper_stairs", - "cutweatheredwacostair": "waxed_weathered_cut_copper_stairs", - "cutweatheredwacostairs": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxcopstair": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxcostair": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxcostairs": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxedcostair": "waxed_weathered_cut_copper_stairs", - "cutweatheredwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "cutweatherwacopperstair": "waxed_weathered_cut_copper_stairs", - "cutweatherwacopperstairs": "waxed_weathered_cut_copper_stairs", - "cutweatherwacopstair": "waxed_weathered_cut_copper_stairs", - "cutweatherwacopstairs": "waxed_weathered_cut_copper_stairs", - "cutweatherwacostair": "waxed_weathered_cut_copper_stairs", - "cutweatherwacostairs": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxcopstair": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxcostair": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxcostairs": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxedcostair": "waxed_weathered_cut_copper_stairs", - "cutweatherwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "cutwewacopperstair": "waxed_weathered_cut_copper_stairs", - "cutwewacopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwewacopstair": "waxed_weathered_cut_copper_stairs", - "cutwewacopstairs": "waxed_weathered_cut_copper_stairs", - "cutwewacostair": "waxed_weathered_cut_copper_stairs", - "cutwewacostairs": "waxed_weathered_cut_copper_stairs", - "cutwewaxcopperstair": "waxed_weathered_cut_copper_stairs", - "cutwewaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwewaxcopstair": "waxed_weathered_cut_copper_stairs", - "cutwewaxcopstairs": "waxed_weathered_cut_copper_stairs", - "cutwewaxcostair": "waxed_weathered_cut_copper_stairs", - "cutwewaxcostairs": "waxed_weathered_cut_copper_stairs", - "cutwewaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "cutwewaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwewaxedcopstair": "waxed_weathered_cut_copper_stairs", - "cutwewaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "cutwewaxedcostair": "waxed_weathered_cut_copper_stairs", - "cutwewaxedcostairs": "waxed_weathered_cut_copper_stairs", - "cutwthwacopperstair": "waxed_weathered_cut_copper_stairs", - "cutwthwacopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwthwacopstair": "waxed_weathered_cut_copper_stairs", - "cutwthwacopstairs": "waxed_weathered_cut_copper_stairs", - "cutwthwacostair": "waxed_weathered_cut_copper_stairs", - "cutwthwacostairs": "waxed_weathered_cut_copper_stairs", - "cutwthwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "cutwthwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwthwaxcopstair": "waxed_weathered_cut_copper_stairs", - "cutwthwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "cutwthwaxcostair": "waxed_weathered_cut_copper_stairs", - "cutwthwaxcostairs": "waxed_weathered_cut_copper_stairs", - "cutwthwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "cutwthwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "cutwthwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "cutwthwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "cutwthwaxedcostair": "waxed_weathered_cut_copper_stairs", - "cutwthwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "cwaweathercopperstair": "waxed_weathered_cut_copper_stairs", - "cwaweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "cwaweathercopstair": "waxed_weathered_cut_copper_stairs", - "cwaweathercopstairs": "waxed_weathered_cut_copper_stairs", - "cwaweathercostair": "waxed_weathered_cut_copper_stairs", - "cwaweathercostairs": "waxed_weathered_cut_copper_stairs", - "cwaweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "cwaweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "cwaweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "cwaweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "cwaweatheredcostair": "waxed_weathered_cut_copper_stairs", - "cwaweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "cwawecopperstair": "waxed_weathered_cut_copper_stairs", - "cwawecopperstairs": "waxed_weathered_cut_copper_stairs", - "cwawecopstair": "waxed_weathered_cut_copper_stairs", - "cwawecopstairs": "waxed_weathered_cut_copper_stairs", - "cwawecostair": "waxed_weathered_cut_copper_stairs", - "cwawecostairs": "waxed_weathered_cut_copper_stairs", - "cwawthcopperstair": "waxed_weathered_cut_copper_stairs", - "cwawthcopperstairs": "waxed_weathered_cut_copper_stairs", - "cwawthcopstair": "waxed_weathered_cut_copper_stairs", - "cwawthcopstairs": "waxed_weathered_cut_copper_stairs", - "cwawthcostair": "waxed_weathered_cut_copper_stairs", - "cwawthcostairs": "waxed_weathered_cut_copper_stairs", - "cwaxedweathercopperstair": "waxed_weathered_cut_copper_stairs", - "cwaxedweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "cwaxedweathercopstair": "waxed_weathered_cut_copper_stairs", - "cwaxedweathercopstairs": "waxed_weathered_cut_copper_stairs", - "cwaxedweathercostair": "waxed_weathered_cut_copper_stairs", - "cwaxedweathercostairs": "waxed_weathered_cut_copper_stairs", - "cwaxedweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "cwaxedweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "cwaxedweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "cwaxedweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "cwaxedweatheredcostair": "waxed_weathered_cut_copper_stairs", - "cwaxedweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "cwaxedwecopperstair": "waxed_weathered_cut_copper_stairs", - "cwaxedwecopperstairs": "waxed_weathered_cut_copper_stairs", - "cwaxedwecopstair": "waxed_weathered_cut_copper_stairs", - "cwaxedwecopstairs": "waxed_weathered_cut_copper_stairs", - "cwaxedwecostair": "waxed_weathered_cut_copper_stairs", - "cwaxedwecostairs": "waxed_weathered_cut_copper_stairs", - "cwaxedwthcopperstair": "waxed_weathered_cut_copper_stairs", - "cwaxedwthcopperstairs": "waxed_weathered_cut_copper_stairs", - "cwaxedwthcopstair": "waxed_weathered_cut_copper_stairs", - "cwaxedwthcopstairs": "waxed_weathered_cut_copper_stairs", - "cwaxedwthcostair": "waxed_weathered_cut_copper_stairs", - "cwaxedwthcostairs": "waxed_weathered_cut_copper_stairs", - "cwaxweathercopperstair": "waxed_weathered_cut_copper_stairs", - "cwaxweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "cwaxweathercopstair": "waxed_weathered_cut_copper_stairs", - "cwaxweathercopstairs": "waxed_weathered_cut_copper_stairs", - "cwaxweathercostair": "waxed_weathered_cut_copper_stairs", - "cwaxweathercostairs": "waxed_weathered_cut_copper_stairs", - "cwaxweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "cwaxweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "cwaxweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "cwaxweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "cwaxweatheredcostair": "waxed_weathered_cut_copper_stairs", - "cwaxweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "cwaxwecopperstair": "waxed_weathered_cut_copper_stairs", - "cwaxwecopperstairs": "waxed_weathered_cut_copper_stairs", - "cwaxwecopstair": "waxed_weathered_cut_copper_stairs", - "cwaxwecopstairs": "waxed_weathered_cut_copper_stairs", - "cwaxwecostair": "waxed_weathered_cut_copper_stairs", - "cwaxwecostairs": "waxed_weathered_cut_copper_stairs", - "cwaxwthcopperstair": "waxed_weathered_cut_copper_stairs", - "cwaxwthcopperstairs": "waxed_weathered_cut_copper_stairs", - "cwaxwthcopstair": "waxed_weathered_cut_copper_stairs", - "cwaxwthcopstairs": "waxed_weathered_cut_copper_stairs", - "cwaxwthcostair": "waxed_weathered_cut_copper_stairs", - "cwaxwthcostairs": "waxed_weathered_cut_copper_stairs", - "cweatheredwacopperstair": "waxed_weathered_cut_copper_stairs", - "cweatheredwacopperstairs": "waxed_weathered_cut_copper_stairs", - "cweatheredwacopstair": "waxed_weathered_cut_copper_stairs", - "cweatheredwacopstairs": "waxed_weathered_cut_copper_stairs", - "cweatheredwacostair": "waxed_weathered_cut_copper_stairs", - "cweatheredwacostairs": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxcopstair": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxcostair": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxcostairs": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxedcostair": "waxed_weathered_cut_copper_stairs", - "cweatheredwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "cweatherwacopperstair": "waxed_weathered_cut_copper_stairs", - "cweatherwacopperstairs": "waxed_weathered_cut_copper_stairs", - "cweatherwacopstair": "waxed_weathered_cut_copper_stairs", - "cweatherwacopstairs": "waxed_weathered_cut_copper_stairs", - "cweatherwacostair": "waxed_weathered_cut_copper_stairs", - "cweatherwacostairs": "waxed_weathered_cut_copper_stairs", - "cweatherwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "cweatherwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "cweatherwaxcopstair": "waxed_weathered_cut_copper_stairs", - "cweatherwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "cweatherwaxcostair": "waxed_weathered_cut_copper_stairs", - "cweatherwaxcostairs": "waxed_weathered_cut_copper_stairs", - "cweatherwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "cweatherwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "cweatherwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "cweatherwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "cweatherwaxedcostair": "waxed_weathered_cut_copper_stairs", - "cweatherwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "cwewacopperstair": "waxed_weathered_cut_copper_stairs", - "cwewacopperstairs": "waxed_weathered_cut_copper_stairs", - "cwewacopstair": "waxed_weathered_cut_copper_stairs", - "cwewacopstairs": "waxed_weathered_cut_copper_stairs", - "cwewacostair": "waxed_weathered_cut_copper_stairs", - "cwewacostairs": "waxed_weathered_cut_copper_stairs", - "cwewaxcopperstair": "waxed_weathered_cut_copper_stairs", - "cwewaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "cwewaxcopstair": "waxed_weathered_cut_copper_stairs", - "cwewaxcopstairs": "waxed_weathered_cut_copper_stairs", - "cwewaxcostair": "waxed_weathered_cut_copper_stairs", - "cwewaxcostairs": "waxed_weathered_cut_copper_stairs", - "cwewaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "cwewaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "cwewaxedcopstair": "waxed_weathered_cut_copper_stairs", - "cwewaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "cwewaxedcostair": "waxed_weathered_cut_copper_stairs", - "cwewaxedcostairs": "waxed_weathered_cut_copper_stairs", - "cwthwacopperstair": "waxed_weathered_cut_copper_stairs", - "cwthwacopperstairs": "waxed_weathered_cut_copper_stairs", - "cwthwacopstair": "waxed_weathered_cut_copper_stairs", - "cwthwacopstairs": "waxed_weathered_cut_copper_stairs", - "cwthwacostair": "waxed_weathered_cut_copper_stairs", - "cwthwacostairs": "waxed_weathered_cut_copper_stairs", - "cwthwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "cwthwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "cwthwaxcopstair": "waxed_weathered_cut_copper_stairs", - "cwthwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "cwthwaxcostair": "waxed_weathered_cut_copper_stairs", - "cwthwaxcostairs": "waxed_weathered_cut_copper_stairs", - "cwthwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "cwthwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "cwthwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "cwthwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "cwthwaxedcostair": "waxed_weathered_cut_copper_stairs", - "cwthwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "minecraft:waxed_weathered_cut_copper_stairs": "waxed_weathered_cut_copper_stairs", - "wacutweathercopperstair": "waxed_weathered_cut_copper_stairs", - "wacutweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "wacutweathercopstair": "waxed_weathered_cut_copper_stairs", - "wacutweathercopstairs": "waxed_weathered_cut_copper_stairs", - "wacutweathercostair": "waxed_weathered_cut_copper_stairs", - "wacutweathercostairs": "waxed_weathered_cut_copper_stairs", - "wacutweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "wacutweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "wacutweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "wacutweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "wacutweatheredcostair": "waxed_weathered_cut_copper_stairs", - "wacutweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "wacutwecopperstair": "waxed_weathered_cut_copper_stairs", - "wacutwecopperstairs": "waxed_weathered_cut_copper_stairs", - "wacutwecopstair": "waxed_weathered_cut_copper_stairs", - "wacutwecopstairs": "waxed_weathered_cut_copper_stairs", - "wacutwecostair": "waxed_weathered_cut_copper_stairs", - "wacutwecostairs": "waxed_weathered_cut_copper_stairs", - "wacutwthcopperstair": "waxed_weathered_cut_copper_stairs", - "wacutwthcopperstairs": "waxed_weathered_cut_copper_stairs", - "wacutwthcopstair": "waxed_weathered_cut_copper_stairs", - "wacutwthcopstairs": "waxed_weathered_cut_copper_stairs", - "wacutwthcostair": "waxed_weathered_cut_copper_stairs", - "wacutwthcostairs": "waxed_weathered_cut_copper_stairs", - "wacweathercopperstair": "waxed_weathered_cut_copper_stairs", - "wacweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "wacweathercopstair": "waxed_weathered_cut_copper_stairs", - "wacweathercopstairs": "waxed_weathered_cut_copper_stairs", - "wacweathercostair": "waxed_weathered_cut_copper_stairs", - "wacweathercostairs": "waxed_weathered_cut_copper_stairs", - "wacweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "wacweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "wacweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "wacweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "wacweatheredcostair": "waxed_weathered_cut_copper_stairs", - "wacweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "wacwecopperstair": "waxed_weathered_cut_copper_stairs", - "wacwecopperstairs": "waxed_weathered_cut_copper_stairs", - "wacwecopstair": "waxed_weathered_cut_copper_stairs", - "wacwecopstairs": "waxed_weathered_cut_copper_stairs", - "wacwecostair": "waxed_weathered_cut_copper_stairs", - "wacwecostairs": "waxed_weathered_cut_copper_stairs", - "wacwthcopperstair": "waxed_weathered_cut_copper_stairs", - "wacwthcopperstairs": "waxed_weathered_cut_copper_stairs", - "wacwthcopstair": "waxed_weathered_cut_copper_stairs", - "wacwthcopstairs": "waxed_weathered_cut_copper_stairs", - "wacwthcostair": "waxed_weathered_cut_copper_stairs", - "wacwthcostairs": "waxed_weathered_cut_copper_stairs", - "waweatherccopperstair": "waxed_weathered_cut_copper_stairs", - "waweatherccopperstairs": "waxed_weathered_cut_copper_stairs", - "waweatherccopstair": "waxed_weathered_cut_copper_stairs", - "waweatherccopstairs": "waxed_weathered_cut_copper_stairs", - "waweatherccostair": "waxed_weathered_cut_copper_stairs", - "waweatherccostairs": "waxed_weathered_cut_copper_stairs", - "waweathercutcopperstair": "waxed_weathered_cut_copper_stairs", - "waweathercutcopperstairs": "waxed_weathered_cut_copper_stairs", - "waweathercutcopstair": "waxed_weathered_cut_copper_stairs", - "waweathercutcopstairs": "waxed_weathered_cut_copper_stairs", - "waweathercutcostair": "waxed_weathered_cut_copper_stairs", - "waweathercutcostairs": "waxed_weathered_cut_copper_stairs", - "waweatheredccopperstair": "waxed_weathered_cut_copper_stairs", - "waweatheredccopperstairs": "waxed_weathered_cut_copper_stairs", - "waweatheredccopstair": "waxed_weathered_cut_copper_stairs", - "waweatheredccopstairs": "waxed_weathered_cut_copper_stairs", - "waweatheredccostair": "waxed_weathered_cut_copper_stairs", - "waweatheredccostairs": "waxed_weathered_cut_copper_stairs", - "waweatheredcutcopperstair": "waxed_weathered_cut_copper_stairs", - "waweatheredcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "waweatheredcutcopstair": "waxed_weathered_cut_copper_stairs", - "waweatheredcutcopstairs": "waxed_weathered_cut_copper_stairs", - "waweatheredcutcostair": "waxed_weathered_cut_copper_stairs", - "waweatheredcutcostairs": "waxed_weathered_cut_copper_stairs", - "waweccopperstair": "waxed_weathered_cut_copper_stairs", - "waweccopperstairs": "waxed_weathered_cut_copper_stairs", - "waweccopstair": "waxed_weathered_cut_copper_stairs", - "waweccopstairs": "waxed_weathered_cut_copper_stairs", - "waweccostair": "waxed_weathered_cut_copper_stairs", - "waweccostairs": "waxed_weathered_cut_copper_stairs", - "wawecutcopperstair": "waxed_weathered_cut_copper_stairs", - "wawecutcopperstairs": "waxed_weathered_cut_copper_stairs", - "wawecutcopstair": "waxed_weathered_cut_copper_stairs", - "wawecutcopstairs": "waxed_weathered_cut_copper_stairs", - "wawecutcostair": "waxed_weathered_cut_copper_stairs", - "wawecutcostairs": "waxed_weathered_cut_copper_stairs", - "wawthccopperstair": "waxed_weathered_cut_copper_stairs", - "wawthccopperstairs": "waxed_weathered_cut_copper_stairs", - "wawthccopstair": "waxed_weathered_cut_copper_stairs", - "wawthccopstairs": "waxed_weathered_cut_copper_stairs", - "wawthccostair": "waxed_weathered_cut_copper_stairs", - "wawthccostairs": "waxed_weathered_cut_copper_stairs", - "wawthcutcopperstair": "waxed_weathered_cut_copper_stairs", - "wawthcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "wawthcutcopstair": "waxed_weathered_cut_copper_stairs", - "wawthcutcopstairs": "waxed_weathered_cut_copper_stairs", - "wawthcutcostair": "waxed_weathered_cut_copper_stairs", - "wawthcutcostairs": "waxed_weathered_cut_copper_stairs", - "waxcutweathercopperstair": "waxed_weathered_cut_copper_stairs", - "waxcutweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "waxcutweathercopstair": "waxed_weathered_cut_copper_stairs", - "waxcutweathercopstairs": "waxed_weathered_cut_copper_stairs", - "waxcutweathercostair": "waxed_weathered_cut_copper_stairs", - "waxcutweathercostairs": "waxed_weathered_cut_copper_stairs", - "waxcutweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "waxcutweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxcutweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "waxcutweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "waxcutweatheredcostair": "waxed_weathered_cut_copper_stairs", - "waxcutweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "waxcutwecopperstair": "waxed_weathered_cut_copper_stairs", - "waxcutwecopperstairs": "waxed_weathered_cut_copper_stairs", - "waxcutwecopstair": "waxed_weathered_cut_copper_stairs", - "waxcutwecopstairs": "waxed_weathered_cut_copper_stairs", - "waxcutwecostair": "waxed_weathered_cut_copper_stairs", - "waxcutwecostairs": "waxed_weathered_cut_copper_stairs", - "waxcutwthcopperstair": "waxed_weathered_cut_copper_stairs", - "waxcutwthcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxcutwthcopstair": "waxed_weathered_cut_copper_stairs", - "waxcutwthcopstairs": "waxed_weathered_cut_copper_stairs", - "waxcutwthcostair": "waxed_weathered_cut_copper_stairs", - "waxcutwthcostairs": "waxed_weathered_cut_copper_stairs", - "waxcweathercopperstair": "waxed_weathered_cut_copper_stairs", - "waxcweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "waxcweathercopstair": "waxed_weathered_cut_copper_stairs", - "waxcweathercopstairs": "waxed_weathered_cut_copper_stairs", - "waxcweathercostair": "waxed_weathered_cut_copper_stairs", - "waxcweathercostairs": "waxed_weathered_cut_copper_stairs", - "waxcweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "waxcweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxcweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "waxcweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "waxcweatheredcostair": "waxed_weathered_cut_copper_stairs", - "waxcweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "waxcwecopperstair": "waxed_weathered_cut_copper_stairs", - "waxcwecopperstairs": "waxed_weathered_cut_copper_stairs", - "waxcwecopstair": "waxed_weathered_cut_copper_stairs", - "waxcwecopstairs": "waxed_weathered_cut_copper_stairs", - "waxcwecostair": "waxed_weathered_cut_copper_stairs", - "waxcwecostairs": "waxed_weathered_cut_copper_stairs", - "waxcwthcopperstair": "waxed_weathered_cut_copper_stairs", - "waxcwthcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxcwthcopstair": "waxed_weathered_cut_copper_stairs", - "waxcwthcopstairs": "waxed_weathered_cut_copper_stairs", - "waxcwthcostair": "waxed_weathered_cut_copper_stairs", - "waxcwthcostairs": "waxed_weathered_cut_copper_stairs", - "waxedcutweathercopperstair": "waxed_weathered_cut_copper_stairs", - "waxedcutweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedcutweathercopstair": "waxed_weathered_cut_copper_stairs", - "waxedcutweathercopstairs": "waxed_weathered_cut_copper_stairs", - "waxedcutweathercostair": "waxed_weathered_cut_copper_stairs", - "waxedcutweathercostairs": "waxed_weathered_cut_copper_stairs", - "waxedcutweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "waxedcutweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedcutweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "waxedcutweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "waxedcutweatheredcostair": "waxed_weathered_cut_copper_stairs", - "waxedcutweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "waxedcutwecopperstair": "waxed_weathered_cut_copper_stairs", - "waxedcutwecopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedcutwecopstair": "waxed_weathered_cut_copper_stairs", - "waxedcutwecopstairs": "waxed_weathered_cut_copper_stairs", - "waxedcutwecostair": "waxed_weathered_cut_copper_stairs", - "waxedcutwecostairs": "waxed_weathered_cut_copper_stairs", - "waxedcutwthcopperstair": "waxed_weathered_cut_copper_stairs", - "waxedcutwthcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedcutwthcopstair": "waxed_weathered_cut_copper_stairs", - "waxedcutwthcopstairs": "waxed_weathered_cut_copper_stairs", - "waxedcutwthcostair": "waxed_weathered_cut_copper_stairs", - "waxedcutwthcostairs": "waxed_weathered_cut_copper_stairs", - "waxedcweathercopperstair": "waxed_weathered_cut_copper_stairs", - "waxedcweathercopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedcweathercopstair": "waxed_weathered_cut_copper_stairs", - "waxedcweathercopstairs": "waxed_weathered_cut_copper_stairs", - "waxedcweathercostair": "waxed_weathered_cut_copper_stairs", - "waxedcweathercostairs": "waxed_weathered_cut_copper_stairs", - "waxedcweatheredcopperstair": "waxed_weathered_cut_copper_stairs", - "waxedcweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedcweatheredcopstair": "waxed_weathered_cut_copper_stairs", - "waxedcweatheredcopstairs": "waxed_weathered_cut_copper_stairs", - "waxedcweatheredcostair": "waxed_weathered_cut_copper_stairs", - "waxedcweatheredcostairs": "waxed_weathered_cut_copper_stairs", - "waxedcwecopperstair": "waxed_weathered_cut_copper_stairs", - "waxedcwecopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedcwecopstair": "waxed_weathered_cut_copper_stairs", - "waxedcwecopstairs": "waxed_weathered_cut_copper_stairs", - "waxedcwecostair": "waxed_weathered_cut_copper_stairs", - "waxedcwecostairs": "waxed_weathered_cut_copper_stairs", - "waxedcwthcopperstair": "waxed_weathered_cut_copper_stairs", - "waxedcwthcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedcwthcopstair": "waxed_weathered_cut_copper_stairs", - "waxedcwthcopstairs": "waxed_weathered_cut_copper_stairs", - "waxedcwthcostair": "waxed_weathered_cut_copper_stairs", - "waxedcwthcostairs": "waxed_weathered_cut_copper_stairs", - "waxedweatherccopperstair": "waxed_weathered_cut_copper_stairs", - "waxedweatherccopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedweatherccopstair": "waxed_weathered_cut_copper_stairs", - "waxedweatherccopstairs": "waxed_weathered_cut_copper_stairs", - "waxedweatherccostair": "waxed_weathered_cut_copper_stairs", - "waxedweatherccostairs": "waxed_weathered_cut_copper_stairs", - "waxedweathercutcopperstair": "waxed_weathered_cut_copper_stairs", - "waxedweathercutcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedweathercutcopstair": "waxed_weathered_cut_copper_stairs", - "waxedweathercutcopstairs": "waxed_weathered_cut_copper_stairs", - "waxedweathercutcostair": "waxed_weathered_cut_copper_stairs", - "waxedweathercutcostairs": "waxed_weathered_cut_copper_stairs", - "waxedweatheredccopperstair": "waxed_weathered_cut_copper_stairs", - "waxedweatheredccopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedweatheredccopstair": "waxed_weathered_cut_copper_stairs", - "waxedweatheredccopstairs": "waxed_weathered_cut_copper_stairs", - "waxedweatheredccostair": "waxed_weathered_cut_copper_stairs", - "waxedweatheredccostairs": "waxed_weathered_cut_copper_stairs", - "waxedweatheredcutcopperstair": "waxed_weathered_cut_copper_stairs", - "waxedweatheredcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedweatheredcutcopstair": "waxed_weathered_cut_copper_stairs", - "waxedweatheredcutcopstairs": "waxed_weathered_cut_copper_stairs", - "waxedweatheredcutcostair": "waxed_weathered_cut_copper_stairs", - "waxedweatheredcutcostairs": "waxed_weathered_cut_copper_stairs", - "waxedweccopperstair": "waxed_weathered_cut_copper_stairs", - "waxedweccopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedweccopstair": "waxed_weathered_cut_copper_stairs", - "waxedweccopstairs": "waxed_weathered_cut_copper_stairs", - "waxedweccostair": "waxed_weathered_cut_copper_stairs", - "waxedweccostairs": "waxed_weathered_cut_copper_stairs", - "waxedwecutcopperstair": "waxed_weathered_cut_copper_stairs", - "waxedwecutcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedwecutcopstair": "waxed_weathered_cut_copper_stairs", - "waxedwecutcopstairs": "waxed_weathered_cut_copper_stairs", - "waxedwecutcostair": "waxed_weathered_cut_copper_stairs", - "waxedwecutcostairs": "waxed_weathered_cut_copper_stairs", - "waxedwthccopperstair": "waxed_weathered_cut_copper_stairs", - "waxedwthccopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedwthccopstair": "waxed_weathered_cut_copper_stairs", - "waxedwthccopstairs": "waxed_weathered_cut_copper_stairs", - "waxedwthccostair": "waxed_weathered_cut_copper_stairs", - "waxedwthccostairs": "waxed_weathered_cut_copper_stairs", - "waxedwthcutcopperstair": "waxed_weathered_cut_copper_stairs", - "waxedwthcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxedwthcutcopstair": "waxed_weathered_cut_copper_stairs", - "waxedwthcutcopstairs": "waxed_weathered_cut_copper_stairs", - "waxedwthcutcostair": "waxed_weathered_cut_copper_stairs", - "waxedwthcutcostairs": "waxed_weathered_cut_copper_stairs", - "waxweatherccopperstair": "waxed_weathered_cut_copper_stairs", - "waxweatherccopperstairs": "waxed_weathered_cut_copper_stairs", - "waxweatherccopstair": "waxed_weathered_cut_copper_stairs", - "waxweatherccopstairs": "waxed_weathered_cut_copper_stairs", - "waxweatherccostair": "waxed_weathered_cut_copper_stairs", - "waxweatherccostairs": "waxed_weathered_cut_copper_stairs", - "waxweathercutcopperstair": "waxed_weathered_cut_copper_stairs", - "waxweathercutcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxweathercutcopstair": "waxed_weathered_cut_copper_stairs", - "waxweathercutcopstairs": "waxed_weathered_cut_copper_stairs", - "waxweathercutcostair": "waxed_weathered_cut_copper_stairs", - "waxweathercutcostairs": "waxed_weathered_cut_copper_stairs", - "waxweatheredccopperstair": "waxed_weathered_cut_copper_stairs", - "waxweatheredccopperstairs": "waxed_weathered_cut_copper_stairs", - "waxweatheredccopstair": "waxed_weathered_cut_copper_stairs", - "waxweatheredccopstairs": "waxed_weathered_cut_copper_stairs", - "waxweatheredccostair": "waxed_weathered_cut_copper_stairs", - "waxweatheredccostairs": "waxed_weathered_cut_copper_stairs", - "waxweatheredcutcopperstair": "waxed_weathered_cut_copper_stairs", - "waxweatheredcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxweatheredcutcopstair": "waxed_weathered_cut_copper_stairs", - "waxweatheredcutcopstairs": "waxed_weathered_cut_copper_stairs", - "waxweatheredcutcostair": "waxed_weathered_cut_copper_stairs", - "waxweatheredcutcostairs": "waxed_weathered_cut_copper_stairs", - "waxweccopperstair": "waxed_weathered_cut_copper_stairs", - "waxweccopperstairs": "waxed_weathered_cut_copper_stairs", - "waxweccopstair": "waxed_weathered_cut_copper_stairs", - "waxweccopstairs": "waxed_weathered_cut_copper_stairs", - "waxweccostair": "waxed_weathered_cut_copper_stairs", - "waxweccostairs": "waxed_weathered_cut_copper_stairs", - "waxwecutcopperstair": "waxed_weathered_cut_copper_stairs", - "waxwecutcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxwecutcopstair": "waxed_weathered_cut_copper_stairs", - "waxwecutcopstairs": "waxed_weathered_cut_copper_stairs", - "waxwecutcostair": "waxed_weathered_cut_copper_stairs", - "waxwecutcostairs": "waxed_weathered_cut_copper_stairs", - "waxwthccopperstair": "waxed_weathered_cut_copper_stairs", - "waxwthccopperstairs": "waxed_weathered_cut_copper_stairs", - "waxwthccopstair": "waxed_weathered_cut_copper_stairs", - "waxwthccopstairs": "waxed_weathered_cut_copper_stairs", - "waxwthccostair": "waxed_weathered_cut_copper_stairs", - "waxwthccostairs": "waxed_weathered_cut_copper_stairs", - "waxwthcutcopperstair": "waxed_weathered_cut_copper_stairs", - "waxwthcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "waxwthcutcopstair": "waxed_weathered_cut_copper_stairs", - "waxwthcutcopstairs": "waxed_weathered_cut_copper_stairs", - "waxwthcutcostair": "waxed_weathered_cut_copper_stairs", - "waxwthcutcostairs": "waxed_weathered_cut_copper_stairs", - "weathercutwacopperstair": "waxed_weathered_cut_copper_stairs", - "weathercutwacopperstairs": "waxed_weathered_cut_copper_stairs", - "weathercutwacopstair": "waxed_weathered_cut_copper_stairs", - "weathercutwacopstairs": "waxed_weathered_cut_copper_stairs", - "weathercutwacostair": "waxed_weathered_cut_copper_stairs", - "weathercutwacostairs": "waxed_weathered_cut_copper_stairs", - "weathercutwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "weathercutwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "weathercutwaxcopstair": "waxed_weathered_cut_copper_stairs", - "weathercutwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "weathercutwaxcostair": "waxed_weathered_cut_copper_stairs", - "weathercutwaxcostairs": "waxed_weathered_cut_copper_stairs", - "weathercutwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "weathercutwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "weathercutwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "weathercutwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "weathercutwaxedcostair": "waxed_weathered_cut_copper_stairs", - "weathercutwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "weathercwacopperstair": "waxed_weathered_cut_copper_stairs", - "weathercwacopperstairs": "waxed_weathered_cut_copper_stairs", - "weathercwacopstair": "waxed_weathered_cut_copper_stairs", - "weathercwacopstairs": "waxed_weathered_cut_copper_stairs", - "weathercwacostair": "waxed_weathered_cut_copper_stairs", - "weathercwacostairs": "waxed_weathered_cut_copper_stairs", - "weathercwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "weathercwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "weathercwaxcopstair": "waxed_weathered_cut_copper_stairs", - "weathercwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "weathercwaxcostair": "waxed_weathered_cut_copper_stairs", - "weathercwaxcostairs": "waxed_weathered_cut_copper_stairs", - "weathercwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "weathercwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "weathercwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "weathercwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "weathercwaxedcostair": "waxed_weathered_cut_copper_stairs", - "weathercwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "weatheredcutwacopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredcutwacopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcutwacopstair": "waxed_weathered_cut_copper_stairs", - "weatheredcutwacopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcutwacostair": "waxed_weathered_cut_copper_stairs", - "weatheredcutwacostairs": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxcopstair": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxcostair": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxcostairs": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxedcostair": "waxed_weathered_cut_copper_stairs", - "weatheredcutwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "weatheredcwacopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredcwacopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcwacopstair": "waxed_weathered_cut_copper_stairs", - "weatheredcwacopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcwacostair": "waxed_weathered_cut_copper_stairs", - "weatheredcwacostairs": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxcopstair": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxcostair": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxcostairs": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxedcostair": "waxed_weathered_cut_copper_stairs", - "weatheredcwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaccopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredwaccopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaccopstair": "waxed_weathered_cut_copper_stairs", - "weatheredwaccopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaccostair": "waxed_weathered_cut_copper_stairs", - "weatheredwaccostairs": "waxed_weathered_cut_copper_stairs", - "weatheredwacutcopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredwacutcopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwacutcopstair": "waxed_weathered_cut_copper_stairs", - "weatheredwacutcopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwacutcostair": "waxed_weathered_cut_copper_stairs", - "weatheredwacutcostairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxccopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxccopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxccopstair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxccopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxccostair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxccostairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxcutcopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxcutcopstair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxcutcopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxcutcostair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxcutcostairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedccopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedccopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedccopstair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedccopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedccostair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedccostairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedcutcopperstair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedcutcopstair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedcutcopstairs": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedcutcostair": "waxed_weathered_cut_copper_stairs", - "weatheredwaxedcutcostairs": "waxed_weathered_cut_copper_stairs", - "weatherwaccopperstair": "waxed_weathered_cut_copper_stairs", - "weatherwaccopperstairs": "waxed_weathered_cut_copper_stairs", - "weatherwaccopstair": "waxed_weathered_cut_copper_stairs", - "weatherwaccopstairs": "waxed_weathered_cut_copper_stairs", - "weatherwaccostair": "waxed_weathered_cut_copper_stairs", - "weatherwaccostairs": "waxed_weathered_cut_copper_stairs", - "weatherwacutcopperstair": "waxed_weathered_cut_copper_stairs", - "weatherwacutcopperstairs": "waxed_weathered_cut_copper_stairs", - "weatherwacutcopstair": "waxed_weathered_cut_copper_stairs", - "weatherwacutcopstairs": "waxed_weathered_cut_copper_stairs", - "weatherwacutcostair": "waxed_weathered_cut_copper_stairs", - "weatherwacutcostairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxccopperstair": "waxed_weathered_cut_copper_stairs", - "weatherwaxccopperstairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxccopstair": "waxed_weathered_cut_copper_stairs", - "weatherwaxccopstairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxccostair": "waxed_weathered_cut_copper_stairs", - "weatherwaxccostairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxcutcopperstair": "waxed_weathered_cut_copper_stairs", - "weatherwaxcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxcutcopstair": "waxed_weathered_cut_copper_stairs", - "weatherwaxcutcopstairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxcutcostair": "waxed_weathered_cut_copper_stairs", - "weatherwaxcutcostairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxedccopperstair": "waxed_weathered_cut_copper_stairs", - "weatherwaxedccopperstairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxedccopstair": "waxed_weathered_cut_copper_stairs", - "weatherwaxedccopstairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxedccostair": "waxed_weathered_cut_copper_stairs", - "weatherwaxedccostairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxedcutcopperstair": "waxed_weathered_cut_copper_stairs", - "weatherwaxedcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxedcutcopstair": "waxed_weathered_cut_copper_stairs", - "weatherwaxedcutcopstairs": "waxed_weathered_cut_copper_stairs", - "weatherwaxedcutcostair": "waxed_weathered_cut_copper_stairs", - "weatherwaxedcutcostairs": "waxed_weathered_cut_copper_stairs", - "wecutwacopperstair": "waxed_weathered_cut_copper_stairs", - "wecutwacopperstairs": "waxed_weathered_cut_copper_stairs", - "wecutwacopstair": "waxed_weathered_cut_copper_stairs", - "wecutwacopstairs": "waxed_weathered_cut_copper_stairs", - "wecutwacostair": "waxed_weathered_cut_copper_stairs", - "wecutwacostairs": "waxed_weathered_cut_copper_stairs", - "wecutwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "wecutwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "wecutwaxcopstair": "waxed_weathered_cut_copper_stairs", - "wecutwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "wecutwaxcostair": "waxed_weathered_cut_copper_stairs", - "wecutwaxcostairs": "waxed_weathered_cut_copper_stairs", - "wecutwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "wecutwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "wecutwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "wecutwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "wecutwaxedcostair": "waxed_weathered_cut_copper_stairs", - "wecutwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "wecwacopperstair": "waxed_weathered_cut_copper_stairs", - "wecwacopperstairs": "waxed_weathered_cut_copper_stairs", - "wecwacopstair": "waxed_weathered_cut_copper_stairs", - "wecwacopstairs": "waxed_weathered_cut_copper_stairs", - "wecwacostair": "waxed_weathered_cut_copper_stairs", - "wecwacostairs": "waxed_weathered_cut_copper_stairs", - "wecwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "wecwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "wecwaxcopstair": "waxed_weathered_cut_copper_stairs", - "wecwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "wecwaxcostair": "waxed_weathered_cut_copper_stairs", - "wecwaxcostairs": "waxed_weathered_cut_copper_stairs", - "wecwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "wecwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "wecwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "wecwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "wecwaxedcostair": "waxed_weathered_cut_copper_stairs", - "wecwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "wewaccopperstair": "waxed_weathered_cut_copper_stairs", - "wewaccopperstairs": "waxed_weathered_cut_copper_stairs", - "wewaccopstair": "waxed_weathered_cut_copper_stairs", - "wewaccopstairs": "waxed_weathered_cut_copper_stairs", - "wewaccostair": "waxed_weathered_cut_copper_stairs", - "wewaccostairs": "waxed_weathered_cut_copper_stairs", - "wewacutcopperstair": "waxed_weathered_cut_copper_stairs", - "wewacutcopperstairs": "waxed_weathered_cut_copper_stairs", - "wewacutcopstair": "waxed_weathered_cut_copper_stairs", - "wewacutcopstairs": "waxed_weathered_cut_copper_stairs", - "wewacutcostair": "waxed_weathered_cut_copper_stairs", - "wewacutcostairs": "waxed_weathered_cut_copper_stairs", - "wewaxccopperstair": "waxed_weathered_cut_copper_stairs", - "wewaxccopperstairs": "waxed_weathered_cut_copper_stairs", - "wewaxccopstair": "waxed_weathered_cut_copper_stairs", - "wewaxccopstairs": "waxed_weathered_cut_copper_stairs", - "wewaxccostair": "waxed_weathered_cut_copper_stairs", - "wewaxccostairs": "waxed_weathered_cut_copper_stairs", - "wewaxcutcopperstair": "waxed_weathered_cut_copper_stairs", - "wewaxcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "wewaxcutcopstair": "waxed_weathered_cut_copper_stairs", - "wewaxcutcopstairs": "waxed_weathered_cut_copper_stairs", - "wewaxcutcostair": "waxed_weathered_cut_copper_stairs", - "wewaxcutcostairs": "waxed_weathered_cut_copper_stairs", - "wewaxedccopperstair": "waxed_weathered_cut_copper_stairs", - "wewaxedccopperstairs": "waxed_weathered_cut_copper_stairs", - "wewaxedccopstair": "waxed_weathered_cut_copper_stairs", - "wewaxedccopstairs": "waxed_weathered_cut_copper_stairs", - "wewaxedccostair": "waxed_weathered_cut_copper_stairs", - "wewaxedccostairs": "waxed_weathered_cut_copper_stairs", - "wewaxedcutcopperstair": "waxed_weathered_cut_copper_stairs", - "wewaxedcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "wewaxedcutcopstair": "waxed_weathered_cut_copper_stairs", - "wewaxedcutcopstairs": "waxed_weathered_cut_copper_stairs", - "wewaxedcutcostair": "waxed_weathered_cut_copper_stairs", - "wewaxedcutcostairs": "waxed_weathered_cut_copper_stairs", - "wthcutwacopperstair": "waxed_weathered_cut_copper_stairs", - "wthcutwacopperstairs": "waxed_weathered_cut_copper_stairs", - "wthcutwacopstair": "waxed_weathered_cut_copper_stairs", - "wthcutwacopstairs": "waxed_weathered_cut_copper_stairs", - "wthcutwacostair": "waxed_weathered_cut_copper_stairs", - "wthcutwacostairs": "waxed_weathered_cut_copper_stairs", - "wthcutwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "wthcutwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "wthcutwaxcopstair": "waxed_weathered_cut_copper_stairs", - "wthcutwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "wthcutwaxcostair": "waxed_weathered_cut_copper_stairs", - "wthcutwaxcostairs": "waxed_weathered_cut_copper_stairs", - "wthcutwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "wthcutwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "wthcutwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "wthcutwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "wthcutwaxedcostair": "waxed_weathered_cut_copper_stairs", - "wthcutwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "wthcwacopperstair": "waxed_weathered_cut_copper_stairs", - "wthcwacopperstairs": "waxed_weathered_cut_copper_stairs", - "wthcwacopstair": "waxed_weathered_cut_copper_stairs", - "wthcwacopstairs": "waxed_weathered_cut_copper_stairs", - "wthcwacostair": "waxed_weathered_cut_copper_stairs", - "wthcwacostairs": "waxed_weathered_cut_copper_stairs", - "wthcwaxcopperstair": "waxed_weathered_cut_copper_stairs", - "wthcwaxcopperstairs": "waxed_weathered_cut_copper_stairs", - "wthcwaxcopstair": "waxed_weathered_cut_copper_stairs", - "wthcwaxcopstairs": "waxed_weathered_cut_copper_stairs", - "wthcwaxcostair": "waxed_weathered_cut_copper_stairs", - "wthcwaxcostairs": "waxed_weathered_cut_copper_stairs", - "wthcwaxedcopperstair": "waxed_weathered_cut_copper_stairs", - "wthcwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", - "wthcwaxedcopstair": "waxed_weathered_cut_copper_stairs", - "wthcwaxedcopstairs": "waxed_weathered_cut_copper_stairs", - "wthcwaxedcostair": "waxed_weathered_cut_copper_stairs", - "wthcwaxedcostairs": "waxed_weathered_cut_copper_stairs", - "wthwaccopperstair": "waxed_weathered_cut_copper_stairs", - "wthwaccopperstairs": "waxed_weathered_cut_copper_stairs", - "wthwaccopstair": "waxed_weathered_cut_copper_stairs", - "wthwaccopstairs": "waxed_weathered_cut_copper_stairs", - "wthwaccostair": "waxed_weathered_cut_copper_stairs", - "wthwaccostairs": "waxed_weathered_cut_copper_stairs", - "wthwacutcopperstair": "waxed_weathered_cut_copper_stairs", - "wthwacutcopperstairs": "waxed_weathered_cut_copper_stairs", - "wthwacutcopstair": "waxed_weathered_cut_copper_stairs", - "wthwacutcopstairs": "waxed_weathered_cut_copper_stairs", - "wthwacutcostair": "waxed_weathered_cut_copper_stairs", - "wthwacutcostairs": "waxed_weathered_cut_copper_stairs", - "wthwaxccopperstair": "waxed_weathered_cut_copper_stairs", - "wthwaxccopperstairs": "waxed_weathered_cut_copper_stairs", - "wthwaxccopstair": "waxed_weathered_cut_copper_stairs", - "wthwaxccopstairs": "waxed_weathered_cut_copper_stairs", - "wthwaxccostair": "waxed_weathered_cut_copper_stairs", - "wthwaxccostairs": "waxed_weathered_cut_copper_stairs", - "wthwaxcutcopperstair": "waxed_weathered_cut_copper_stairs", - "wthwaxcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "wthwaxcutcopstair": "waxed_weathered_cut_copper_stairs", - "wthwaxcutcopstairs": "waxed_weathered_cut_copper_stairs", - "wthwaxcutcostair": "waxed_weathered_cut_copper_stairs", - "wthwaxcutcostairs": "waxed_weathered_cut_copper_stairs", - "wthwaxedccopperstair": "waxed_weathered_cut_copper_stairs", - "wthwaxedccopperstairs": "waxed_weathered_cut_copper_stairs", - "wthwaxedccopstair": "waxed_weathered_cut_copper_stairs", - "wthwaxedccopstairs": "waxed_weathered_cut_copper_stairs", - "wthwaxedccostair": "waxed_weathered_cut_copper_stairs", - "wthwaxedccostairs": "waxed_weathered_cut_copper_stairs", - "wthwaxedcutcopperstair": "waxed_weathered_cut_copper_stairs", - "wthwaxedcutcopperstairs": "waxed_weathered_cut_copper_stairs", - "wthwaxedcutcopstair": "waxed_weathered_cut_copper_stairs", - "wthwaxedcutcopstairs": "waxed_weathered_cut_copper_stairs", - "wthwaxedcutcostair": "waxed_weathered_cut_copper_stairs", - "wthwaxedcutcostairs": "waxed_weathered_cut_copper_stairs", - "weakness_lingering_potion": { - "potionData": { - "type": "WEAKNESS", - "upgraded": false, - "extended": false - }, - "material": "LINGERING_POTION" - }, - "aoepotionwe": "weakness_lingering_potion", - "aoepotionweak": "weakness_lingering_potion", - "aoepotionweakness": "weakness_lingering_potion", - "aoepotwe": "weakness_lingering_potion", - "aoepotweak": "weakness_lingering_potion", - "aoepotweakness": "weakness_lingering_potion", - "areapotionwe": "weakness_lingering_potion", - "areapotionweak": "weakness_lingering_potion", - "areapotionweakness": "weakness_lingering_potion", - "areapotwe": "weakness_lingering_potion", - "areapotweak": "weakness_lingering_potion", - "areapotweakness": "weakness_lingering_potion", - "cloudpotionwe": "weakness_lingering_potion", - "cloudpotionweak": "weakness_lingering_potion", - "cloudpotionweakness": "weakness_lingering_potion", - "cloudpotwe": "weakness_lingering_potion", - "cloudpotweak": "weakness_lingering_potion", - "cloudpotweakness": "weakness_lingering_potion", - "lingerpotwe": "weakness_lingering_potion", - "lingerpotweak": "weakness_lingering_potion", - "lingerpotweakness": "weakness_lingering_potion", - "weakaoepoiont": "weakness_lingering_potion", - "weakaoepot": "weakness_lingering_potion", - "weakareapot": "weakness_lingering_potion", - "weakareapotion": "weakness_lingering_potion", - "weakcloudpot": "weakness_lingering_potion", - "weakcloudpotion": "weakness_lingering_potion", - "weaklingerpot": "weakness_lingering_potion", - "weaknessaoepoiont": "weakness_lingering_potion", - "weaknessaoepot": "weakness_lingering_potion", - "weaknessareapot": "weakness_lingering_potion", - "weaknessareapotion": "weakness_lingering_potion", - "weaknesscloudpot": "weakness_lingering_potion", - "weaknesscloudpotion": "weakness_lingering_potion", - "weaknesslingerpot": "weakness_lingering_potion", - "weaoepoiont": "weakness_lingering_potion", - "weaoepot": "weakness_lingering_potion", - "weareapot": "weakness_lingering_potion", - "weareapotion": "weakness_lingering_potion", - "wecloudpot": "weakness_lingering_potion", - "wecloudpotion": "weakness_lingering_potion", - "welingerpot": "weakness_lingering_potion", - "weakness_potion": { - "potionData": { - "type": "WEAKNESS", - "upgraded": false, - "extended": false - }, - "material": "POTION" - }, - "potionofwe": "weakness_potion", - "potionofweak": "weakness_potion", - "potionofweakness": "weakness_potion", - "potofwe": "weakness_potion", - "potofweak": "weakness_potion", - "potofweakness": "weakness_potion", - "weaknesspot": "weakness_potion", - "weaknesspotion": "weakness_potion", - "weakpot": "weakness_potion", - "weakpotion": "weakness_potion", - "wepot": "weakness_potion", - "wepotion": "weakness_potion", - "weakness_splash_potion": { - "potionData": { - "type": "WEAKNESS", - "upgraded": false, - "extended": false - }, - "material": "SPLASH_POTION" - }, - "splashweaknesspot": "weakness_splash_potion", - "splashweaknesspotion": "weakness_splash_potion", - "splashweakpot": "weakness_splash_potion", - "splashweakpotion": "weakness_splash_potion", - "splashwepot": "weakness_splash_potion", - "splashwepotion": "weakness_splash_potion", - "splweaknesspot": "weakness_splash_potion", - "splweaknesspotion": "weakness_splash_potion", - "splweakpot": "weakness_splash_potion", - "splweakpotion": "weakness_splash_potion", - "splwepot": "weakness_splash_potion", - "splwepotion": "weakness_splash_potion", - "weaknesssplashpot": "weakness_splash_potion", - "weaknesssplashpotion": "weakness_splash_potion", - "weaksplashpot": "weakness_splash_potion", - "weaksplashpotion": "weakness_splash_potion", - "wesplashpot": "weakness_splash_potion", - "wesplashpotion": "weakness_splash_potion", - "weakness_tipped_arrow": { - "potionData": { - "type": "WEAKNESS", - "upgraded": false, - "extended": false - }, - "material": "TIPPED_ARROW" - }, - "arrowwe": "weakness_tipped_arrow", - "arrowweak": "weakness_tipped_arrow", - "arrowweakness": "weakness_tipped_arrow", - "weakarrow": "weakness_tipped_arrow", - "weaknessarrow": "weakness_tipped_arrow", - "weaknesstarr": "weakness_tipped_arrow", - "weaknesstarrow": "weakness_tipped_arrow", - "weaknesstippedarrow": "weakness_tipped_arrow", - "weaktarr": "weakness_tipped_arrow", - "weaktarrow": "weakness_tipped_arrow", - "weaktippedarrow": "weakness_tipped_arrow", - "wearrow": "weakness_tipped_arrow", - "wetarr": "weakness_tipped_arrow", - "wetarrow": "weakness_tipped_arrow", - "wetippedarrow": "weakness_tipped_arrow", - "weathered_copper": { - "material": "WEATHERED_COPPER" - }, - "minecraft:weathered_copper": "weathered_copper", - "weathercoblock": "weathered_copper", - "weathercopblock": "weathered_copper", - "weathercopperblock": "weathered_copper", - "weatheredcoblock": "weathered_copper", - "weatheredcopblock": "weathered_copper", - "weatheredcopper": "weathered_copper", - "weatheredcopperblock": "weathered_copper", - "wecoblock": "weathered_copper", - "wecopblock": "weathered_copper", - "wecopperblock": "weathered_copper", - "wthcoblock": "weathered_copper", - "wthcopblock": "weathered_copper", - "wthcopperblock": "weathered_copper", - "weathered_cut_copper": { - "material": "WEATHERED_CUT_COPPER" - }, - "cutweathercoblock": "weathered_cut_copper", - "cutweathercopblock": "weathered_cut_copper", - "cutweathercopperblock": "weathered_cut_copper", - "cutweatheredcoblock": "weathered_cut_copper", - "cutweatheredcopblock": "weathered_cut_copper", - "cutweatheredcopperblock": "weathered_cut_copper", - "cutwecoblock": "weathered_cut_copper", - "cutwecopblock": "weathered_cut_copper", - "cutwecopperblock": "weathered_cut_copper", - "cutwthcoblock": "weathered_cut_copper", - "cutwthcopblock": "weathered_cut_copper", - "cutwthcopperblock": "weathered_cut_copper", - "cweathercoblock": "weathered_cut_copper", - "cweathercopblock": "weathered_cut_copper", - "cweathercopperblock": "weathered_cut_copper", - "cweatheredcoblock": "weathered_cut_copper", - "cweatheredcopblock": "weathered_cut_copper", - "cweatheredcopperblock": "weathered_cut_copper", - "cwecoblock": "weathered_cut_copper", - "cwecopblock": "weathered_cut_copper", - "cwecopperblock": "weathered_cut_copper", - "cwthcoblock": "weathered_cut_copper", - "cwthcopblock": "weathered_cut_copper", - "cwthcopperblock": "weathered_cut_copper", - "minecraft:weathered_cut_copper": "weathered_cut_copper", - "weatherccoblock": "weathered_cut_copper", - "weatherccopblock": "weathered_cut_copper", - "weatherccopperblock": "weathered_cut_copper", - "weathercutcoblock": "weathered_cut_copper", - "weathercutcopblock": "weathered_cut_copper", - "weathercutcopperblock": "weathered_cut_copper", - "weatheredccoblock": "weathered_cut_copper", - "weatheredccopblock": "weathered_cut_copper", - "weatheredccopperblock": "weathered_cut_copper", - "weatheredcutcoblock": "weathered_cut_copper", - "weatheredcutcopblock": "weathered_cut_copper", - "weatheredcutcopper": "weathered_cut_copper", - "weatheredcutcopperblock": "weathered_cut_copper", - "weccoblock": "weathered_cut_copper", - "weccopblock": "weathered_cut_copper", - "weccopperblock": "weathered_cut_copper", - "wecutcoblock": "weathered_cut_copper", - "wecutcopblock": "weathered_cut_copper", - "wecutcopperblock": "weathered_cut_copper", - "wthccoblock": "weathered_cut_copper", - "wthccopblock": "weathered_cut_copper", - "wthccopperblock": "weathered_cut_copper", - "wthcutcoblock": "weathered_cut_copper", - "wthcutcopblock": "weathered_cut_copper", - "wthcutcopperblock": "weathered_cut_copper", - "weathered_cut_copper_slab": { - "material": "WEATHERED_CUT_COPPER_SLAB" - }, - "cutweathercohalfblock": "weathered_cut_copper_slab", - "cutweathercophalfblock": "weathered_cut_copper_slab", - "cutweathercopperhalfblock": "weathered_cut_copper_slab", - "cutweathercoppersl": "weathered_cut_copper_slab", - "cutweathercopperslab": "weathered_cut_copper_slab", - "cutweathercopperstep": "weathered_cut_copper_slab", - "cutweathercopsl": "weathered_cut_copper_slab", - "cutweathercopslab": "weathered_cut_copper_slab", - "cutweathercopstep": "weathered_cut_copper_slab", - "cutweathercosl": "weathered_cut_copper_slab", - "cutweathercoslab": "weathered_cut_copper_slab", - "cutweathercostep": "weathered_cut_copper_slab", - "cutweatheredcohalfblock": "weathered_cut_copper_slab", - "cutweatheredcophalfblock": "weathered_cut_copper_slab", - "cutweatheredcopperhalfblock": "weathered_cut_copper_slab", - "cutweatheredcoppersl": "weathered_cut_copper_slab", - "cutweatheredcopperslab": "weathered_cut_copper_slab", - "cutweatheredcopperstep": "weathered_cut_copper_slab", - "cutweatheredcopsl": "weathered_cut_copper_slab", - "cutweatheredcopslab": "weathered_cut_copper_slab", - "cutweatheredcopstep": "weathered_cut_copper_slab", - "cutweatheredcosl": "weathered_cut_copper_slab", - "cutweatheredcoslab": "weathered_cut_copper_slab", - "cutweatheredcostep": "weathered_cut_copper_slab", - "cutwecohalfblock": "weathered_cut_copper_slab", - "cutwecophalfblock": "weathered_cut_copper_slab", - "cutwecopperhalfblock": "weathered_cut_copper_slab", - "cutwecoppersl": "weathered_cut_copper_slab", - "cutwecopperslab": "weathered_cut_copper_slab", - "cutwecopperstep": "weathered_cut_copper_slab", - "cutwecopsl": "weathered_cut_copper_slab", - "cutwecopslab": "weathered_cut_copper_slab", - "cutwecopstep": "weathered_cut_copper_slab", - "cutwecosl": "weathered_cut_copper_slab", - "cutwecoslab": "weathered_cut_copper_slab", - "cutwecostep": "weathered_cut_copper_slab", - "cutwthcohalfblock": "weathered_cut_copper_slab", - "cutwthcophalfblock": "weathered_cut_copper_slab", - "cutwthcopperhalfblock": "weathered_cut_copper_slab", - "cutwthcoppersl": "weathered_cut_copper_slab", - "cutwthcopperslab": "weathered_cut_copper_slab", - "cutwthcopperstep": "weathered_cut_copper_slab", - "cutwthcopsl": "weathered_cut_copper_slab", - "cutwthcopslab": "weathered_cut_copper_slab", - "cutwthcopstep": "weathered_cut_copper_slab", - "cutwthcosl": "weathered_cut_copper_slab", - "cutwthcoslab": "weathered_cut_copper_slab", - "cutwthcostep": "weathered_cut_copper_slab", - "cweathercohalfblock": "weathered_cut_copper_slab", - "cweathercophalfblock": "weathered_cut_copper_slab", - "cweathercopperhalfblock": "weathered_cut_copper_slab", - "cweathercoppersl": "weathered_cut_copper_slab", - "cweathercopperslab": "weathered_cut_copper_slab", - "cweathercopperstep": "weathered_cut_copper_slab", - "cweathercopsl": "weathered_cut_copper_slab", - "cweathercopslab": "weathered_cut_copper_slab", - "cweathercopstep": "weathered_cut_copper_slab", - "cweathercosl": "weathered_cut_copper_slab", - "cweathercoslab": "weathered_cut_copper_slab", - "cweathercostep": "weathered_cut_copper_slab", - "cweatheredcohalfblock": "weathered_cut_copper_slab", - "cweatheredcophalfblock": "weathered_cut_copper_slab", - "cweatheredcopperhalfblock": "weathered_cut_copper_slab", - "cweatheredcoppersl": "weathered_cut_copper_slab", - "cweatheredcopperslab": "weathered_cut_copper_slab", - "cweatheredcopperstep": "weathered_cut_copper_slab", - "cweatheredcopsl": "weathered_cut_copper_slab", - "cweatheredcopslab": "weathered_cut_copper_slab", - "cweatheredcopstep": "weathered_cut_copper_slab", - "cweatheredcosl": "weathered_cut_copper_slab", - "cweatheredcoslab": "weathered_cut_copper_slab", - "cweatheredcostep": "weathered_cut_copper_slab", - "cwecohalfblock": "weathered_cut_copper_slab", - "cwecophalfblock": "weathered_cut_copper_slab", - "cwecopperhalfblock": "weathered_cut_copper_slab", - "cwecoppersl": "weathered_cut_copper_slab", - "cwecopperslab": "weathered_cut_copper_slab", - "cwecopperstep": "weathered_cut_copper_slab", - "cwecopsl": "weathered_cut_copper_slab", - "cwecopslab": "weathered_cut_copper_slab", - "cwecopstep": "weathered_cut_copper_slab", - "cwecosl": "weathered_cut_copper_slab", - "cwecoslab": "weathered_cut_copper_slab", - "cwecostep": "weathered_cut_copper_slab", - "cwthcohalfblock": "weathered_cut_copper_slab", - "cwthcophalfblock": "weathered_cut_copper_slab", - "cwthcopperhalfblock": "weathered_cut_copper_slab", - "cwthcoppersl": "weathered_cut_copper_slab", - "cwthcopperslab": "weathered_cut_copper_slab", - "cwthcopperstep": "weathered_cut_copper_slab", - "cwthcopsl": "weathered_cut_copper_slab", - "cwthcopslab": "weathered_cut_copper_slab", - "cwthcopstep": "weathered_cut_copper_slab", - "cwthcosl": "weathered_cut_copper_slab", - "cwthcoslab": "weathered_cut_copper_slab", - "cwthcostep": "weathered_cut_copper_slab", - "minecraft:weathered_cut_copper_slab": "weathered_cut_copper_slab", - "weatherccohalfblock": "weathered_cut_copper_slab", - "weatherccophalfblock": "weathered_cut_copper_slab", - "weatherccopperhalfblock": "weathered_cut_copper_slab", - "weatherccoppersl": "weathered_cut_copper_slab", - "weatherccopperslab": "weathered_cut_copper_slab", - "weatherccopperstep": "weathered_cut_copper_slab", - "weatherccopsl": "weathered_cut_copper_slab", - "weatherccopslab": "weathered_cut_copper_slab", - "weatherccopstep": "weathered_cut_copper_slab", - "weatherccosl": "weathered_cut_copper_slab", - "weatherccoslab": "weathered_cut_copper_slab", - "weatherccostep": "weathered_cut_copper_slab", - "weathercutcohalfblock": "weathered_cut_copper_slab", - "weathercutcophalfblock": "weathered_cut_copper_slab", - "weathercutcopperhalfblock": "weathered_cut_copper_slab", - "weathercutcoppersl": "weathered_cut_copper_slab", - "weathercutcopperslab": "weathered_cut_copper_slab", - "weathercutcopperstep": "weathered_cut_copper_slab", - "weathercutcopsl": "weathered_cut_copper_slab", - "weathercutcopslab": "weathered_cut_copper_slab", - "weathercutcopstep": "weathered_cut_copper_slab", - "weathercutcosl": "weathered_cut_copper_slab", - "weathercutcoslab": "weathered_cut_copper_slab", - "weathercutcostep": "weathered_cut_copper_slab", - "weatheredccohalfblock": "weathered_cut_copper_slab", - "weatheredccophalfblock": "weathered_cut_copper_slab", - "weatheredccopperhalfblock": "weathered_cut_copper_slab", - "weatheredccoppersl": "weathered_cut_copper_slab", - "weatheredccopperslab": "weathered_cut_copper_slab", - "weatheredccopperstep": "weathered_cut_copper_slab", - "weatheredccopsl": "weathered_cut_copper_slab", - "weatheredccopslab": "weathered_cut_copper_slab", - "weatheredccopstep": "weathered_cut_copper_slab", - "weatheredccosl": "weathered_cut_copper_slab", - "weatheredccoslab": "weathered_cut_copper_slab", - "weatheredccostep": "weathered_cut_copper_slab", - "weatheredcutcohalfblock": "weathered_cut_copper_slab", - "weatheredcutcophalfblock": "weathered_cut_copper_slab", - "weatheredcutcopperhalfblock": "weathered_cut_copper_slab", - "weatheredcutcoppersl": "weathered_cut_copper_slab", - "weatheredcutcopperslab": "weathered_cut_copper_slab", - "weatheredcutcopperstep": "weathered_cut_copper_slab", - "weatheredcutcopsl": "weathered_cut_copper_slab", - "weatheredcutcopslab": "weathered_cut_copper_slab", - "weatheredcutcopstep": "weathered_cut_copper_slab", - "weatheredcutcosl": "weathered_cut_copper_slab", - "weatheredcutcoslab": "weathered_cut_copper_slab", - "weatheredcutcostep": "weathered_cut_copper_slab", - "weccohalfblock": "weathered_cut_copper_slab", - "weccophalfblock": "weathered_cut_copper_slab", - "weccopperhalfblock": "weathered_cut_copper_slab", - "weccoppersl": "weathered_cut_copper_slab", - "weccopperslab": "weathered_cut_copper_slab", - "weccopperstep": "weathered_cut_copper_slab", - "weccopsl": "weathered_cut_copper_slab", - "weccopslab": "weathered_cut_copper_slab", - "weccopstep": "weathered_cut_copper_slab", - "weccosl": "weathered_cut_copper_slab", - "weccoslab": "weathered_cut_copper_slab", - "weccostep": "weathered_cut_copper_slab", - "wecutcohalfblock": "weathered_cut_copper_slab", - "wecutcophalfblock": "weathered_cut_copper_slab", - "wecutcopperhalfblock": "weathered_cut_copper_slab", - "wecutcoppersl": "weathered_cut_copper_slab", - "wecutcopperslab": "weathered_cut_copper_slab", - "wecutcopperstep": "weathered_cut_copper_slab", - "wecutcopsl": "weathered_cut_copper_slab", - "wecutcopslab": "weathered_cut_copper_slab", - "wecutcopstep": "weathered_cut_copper_slab", - "wecutcosl": "weathered_cut_copper_slab", - "wecutcoslab": "weathered_cut_copper_slab", - "wecutcostep": "weathered_cut_copper_slab", - "wthccohalfblock": "weathered_cut_copper_slab", - "wthccophalfblock": "weathered_cut_copper_slab", - "wthccopperhalfblock": "weathered_cut_copper_slab", - "wthccoppersl": "weathered_cut_copper_slab", - "wthccopperslab": "weathered_cut_copper_slab", - "wthccopperstep": "weathered_cut_copper_slab", - "wthccopsl": "weathered_cut_copper_slab", - "wthccopslab": "weathered_cut_copper_slab", - "wthccopstep": "weathered_cut_copper_slab", - "wthccosl": "weathered_cut_copper_slab", - "wthccoslab": "weathered_cut_copper_slab", - "wthccostep": "weathered_cut_copper_slab", - "wthcutcohalfblock": "weathered_cut_copper_slab", - "wthcutcophalfblock": "weathered_cut_copper_slab", - "wthcutcopperhalfblock": "weathered_cut_copper_slab", - "wthcutcoppersl": "weathered_cut_copper_slab", - "wthcutcopperslab": "weathered_cut_copper_slab", - "wthcutcopperstep": "weathered_cut_copper_slab", - "wthcutcopsl": "weathered_cut_copper_slab", - "wthcutcopslab": "weathered_cut_copper_slab", - "wthcutcopstep": "weathered_cut_copper_slab", - "wthcutcosl": "weathered_cut_copper_slab", - "wthcutcoslab": "weathered_cut_copper_slab", - "wthcutcostep": "weathered_cut_copper_slab", - "weathered_cut_copper_stairs": { - "material": "WEATHERED_CUT_COPPER_STAIRS" - }, - "cutweathercopperstair": "weathered_cut_copper_stairs", - "cutweathercopperstairs": "weathered_cut_copper_stairs", - "cutweathercopstair": "weathered_cut_copper_stairs", - "cutweathercopstairs": "weathered_cut_copper_stairs", - "cutweathercostair": "weathered_cut_copper_stairs", - "cutweathercostairs": "weathered_cut_copper_stairs", - "cutweatheredcopperstair": "weathered_cut_copper_stairs", - "cutweatheredcopperstairs": "weathered_cut_copper_stairs", - "cutweatheredcopstair": "weathered_cut_copper_stairs", - "cutweatheredcopstairs": "weathered_cut_copper_stairs", - "cutweatheredcostair": "weathered_cut_copper_stairs", - "cutweatheredcostairs": "weathered_cut_copper_stairs", - "cutwecopperstair": "weathered_cut_copper_stairs", - "cutwecopperstairs": "weathered_cut_copper_stairs", - "cutwecopstair": "weathered_cut_copper_stairs", - "cutwecopstairs": "weathered_cut_copper_stairs", - "cutwecostair": "weathered_cut_copper_stairs", - "cutwecostairs": "weathered_cut_copper_stairs", - "cutwthcopperstair": "weathered_cut_copper_stairs", - "cutwthcopperstairs": "weathered_cut_copper_stairs", - "cutwthcopstair": "weathered_cut_copper_stairs", - "cutwthcopstairs": "weathered_cut_copper_stairs", - "cutwthcostair": "weathered_cut_copper_stairs", - "cutwthcostairs": "weathered_cut_copper_stairs", - "cweathercopperstair": "weathered_cut_copper_stairs", - "cweathercopperstairs": "weathered_cut_copper_stairs", - "cweathercopstair": "weathered_cut_copper_stairs", - "cweathercopstairs": "weathered_cut_copper_stairs", - "cweathercostair": "weathered_cut_copper_stairs", - "cweathercostairs": "weathered_cut_copper_stairs", - "cweatheredcopperstair": "weathered_cut_copper_stairs", - "cweatheredcopperstairs": "weathered_cut_copper_stairs", - "cweatheredcopstair": "weathered_cut_copper_stairs", - "cweatheredcopstairs": "weathered_cut_copper_stairs", - "cweatheredcostair": "weathered_cut_copper_stairs", - "cweatheredcostairs": "weathered_cut_copper_stairs", - "cwecopperstair": "weathered_cut_copper_stairs", - "cwecopperstairs": "weathered_cut_copper_stairs", - "cwecopstair": "weathered_cut_copper_stairs", - "cwecopstairs": "weathered_cut_copper_stairs", - "cwecostair": "weathered_cut_copper_stairs", - "cwecostairs": "weathered_cut_copper_stairs", - "cwthcopperstair": "weathered_cut_copper_stairs", - "cwthcopperstairs": "weathered_cut_copper_stairs", - "cwthcopstair": "weathered_cut_copper_stairs", - "cwthcopstairs": "weathered_cut_copper_stairs", - "cwthcostair": "weathered_cut_copper_stairs", - "cwthcostairs": "weathered_cut_copper_stairs", - "minecraft:weathered_cut_copper_stairs": "weathered_cut_copper_stairs", - "weatherccopperstair": "weathered_cut_copper_stairs", - "weatherccopperstairs": "weathered_cut_copper_stairs", - "weatherccopstair": "weathered_cut_copper_stairs", - "weatherccopstairs": "weathered_cut_copper_stairs", - "weatherccostair": "weathered_cut_copper_stairs", - "weatherccostairs": "weathered_cut_copper_stairs", - "weathercutcopperstair": "weathered_cut_copper_stairs", - "weathercutcopperstairs": "weathered_cut_copper_stairs", - "weathercutcopstair": "weathered_cut_copper_stairs", - "weathercutcopstairs": "weathered_cut_copper_stairs", - "weathercutcostair": "weathered_cut_copper_stairs", - "weathercutcostairs": "weathered_cut_copper_stairs", - "weatheredccopperstair": "weathered_cut_copper_stairs", - "weatheredccopperstairs": "weathered_cut_copper_stairs", - "weatheredccopstair": "weathered_cut_copper_stairs", - "weatheredccopstairs": "weathered_cut_copper_stairs", - "weatheredccostair": "weathered_cut_copper_stairs", - "weatheredccostairs": "weathered_cut_copper_stairs", - "weatheredcutcopperstair": "weathered_cut_copper_stairs", - "weatheredcutcopperstairs": "weathered_cut_copper_stairs", - "weatheredcutcopstair": "weathered_cut_copper_stairs", - "weatheredcutcopstairs": "weathered_cut_copper_stairs", - "weatheredcutcostair": "weathered_cut_copper_stairs", - "weatheredcutcostairs": "weathered_cut_copper_stairs", - "weccopperstair": "weathered_cut_copper_stairs", - "weccopperstairs": "weathered_cut_copper_stairs", - "weccopstair": "weathered_cut_copper_stairs", - "weccopstairs": "weathered_cut_copper_stairs", - "weccostair": "weathered_cut_copper_stairs", - "weccostairs": "weathered_cut_copper_stairs", - "wecutcopperstair": "weathered_cut_copper_stairs", - "wecutcopperstairs": "weathered_cut_copper_stairs", - "wecutcopstair": "weathered_cut_copper_stairs", - "wecutcopstairs": "weathered_cut_copper_stairs", - "wecutcostair": "weathered_cut_copper_stairs", - "wecutcostairs": "weathered_cut_copper_stairs", - "wthccopperstair": "weathered_cut_copper_stairs", - "wthccopperstairs": "weathered_cut_copper_stairs", - "wthccopstair": "weathered_cut_copper_stairs", - "wthccopstairs": "weathered_cut_copper_stairs", - "wthccostair": "weathered_cut_copper_stairs", - "wthccostairs": "weathered_cut_copper_stairs", - "wthcutcopperstair": "weathered_cut_copper_stairs", - "wthcutcopperstairs": "weathered_cut_copper_stairs", - "wthcutcopstair": "weathered_cut_copper_stairs", - "wthcutcopstairs": "weathered_cut_copper_stairs", - "wthcutcostair": "weathered_cut_copper_stairs", - "wthcutcostairs": "weathered_cut_copper_stairs", - "weeping_vines": { - "material": "WEEPING_VINES" - }, - "minecraft:weeping_vines": "weeping_vines", - "weepingvines": "weeping_vines", - "wet_sponge": { - "material": "WET_SPONGE" - }, - "minecraft:wet_sponge": "wet_sponge", - "wetsponge": "wet_sponge", - "wheat": { - "material": "WHEAT" - }, - "minecraft:wheat": "wheat", - "wheat_seeds": { - "material": "WHEAT_SEEDS" - }, - "minecraft:wheat_seeds": "wheat_seeds", - "wheatseeds": "wheat_seeds", - "white_banner": { - "material": "WHITE_BANNER" - }, - "minecraft:white_banner": "white_banner", - "wbanner": "white_banner", - "whitebanner": "white_banner", - "white_bed": { - "material": "WHITE_BED" - }, - "minecraft:white_bed": "white_bed", - "wbed": "white_bed", - "whitebed": "white_bed", - "white_candle": { - "material": "WHITE_CANDLE" - }, - "minecraft:white_candle": "white_candle", - "wcandle": "white_candle", - "whitecandle": "white_candle", - "white_carpet": { - "material": "WHITE_CARPET" - }, - "minecraft:white_carpet": "white_carpet", - "wcarpet": "white_carpet", - "wfloor": "white_carpet", - "whitecarpet": "white_carpet", - "whitefloor": "white_carpet", - "white_concrete": { - "material": "WHITE_CONCRETE" - }, - "minecraft:white_concrete": "white_concrete", - "wconcrete": "white_concrete", - "whiteconcrete": "white_concrete", - "white_concrete_powder": { - "material": "WHITE_CONCRETE_POWDER" - }, - "minecraft:white_concrete_powder": "white_concrete_powder", - "wcdust": "white_concrete_powder", - "wconcretepowder": "white_concrete_powder", - "wconcretesand": "white_concrete_powder", - "wcp": "white_concrete_powder", - "wcpowder": "white_concrete_powder", - "whitecdust": "white_concrete_powder", - "whiteconcretepowder": "white_concrete_powder", - "whiteconcretesand": "white_concrete_powder", - "whitecp": "white_concrete_powder", - "whitecpowder": "white_concrete_powder", - "white_dye": { - "material": "WHITE_DYE", - "fallbacks": [ - "BONE_MEAL" - ] - }, - "minecraft:white_dye": "white_dye", - "wdye": "white_dye", - "whitedye": "white_dye", - "white_glazed_terracotta": { - "material": "WHITE_GLAZED_TERRACOTTA" - }, - "minecraft:white_glazed_terracotta": "white_glazed_terracotta", - "wglazedtcota": "white_glazed_terracotta", - "wglazedterra": "white_glazed_terracotta", - "wglazedterracota": "white_glazed_terracotta", - "wglazedterracotta": "white_glazed_terracotta", - "wgtcotta": "white_glazed_terracotta", - "wgterra": "white_glazed_terracotta", - "whiteglazedtcota": "white_glazed_terracotta", - "whiteglazedterra": "white_glazed_terracotta", - "whiteglazedterracota": "white_glazed_terracotta", - "whiteglazedterracotta": "white_glazed_terracotta", - "whitegtcotta": "white_glazed_terracotta", - "whitegterra": "white_glazed_terracotta", - "white_shulker_box": { - "material": "WHITE_SHULKER_BOX" - }, - "minecraft:white_shulker_box": "white_shulker_box", - "whitesbox": "white_shulker_box", - "whiteshulkerbox": "white_shulker_box", - "wsbox": "white_shulker_box", - "wshulkerbox": "white_shulker_box", - "white_stained_glass": { - "material": "WHITE_STAINED_GLASS" - }, - "minecraft:white_stained_glass": "white_stained_glass", - "wglass": "white_stained_glass", - "whiteglass": "white_stained_glass", - "whitesglass": "white_stained_glass", - "whitestainedglass": "white_stained_glass", - "wsglass": "white_stained_glass", - "wstainedglass": "white_stained_glass", - "white_stained_glass_pane": { - "material": "WHITE_STAINED_GLASS_PANE" - }, - "minecraft:white_stained_glass_pane": "white_stained_glass_pane", - "wglasspane": "white_stained_glass_pane", - "wgpane": "white_stained_glass_pane", - "whiteglasspane": "white_stained_glass_pane", - "whitegpane": "white_stained_glass_pane", - "whitesglasspane": "white_stained_glass_pane", - "whitestainedglasspane": "white_stained_glass_pane", - "wsglasspane": "white_stained_glass_pane", - "wstainedglasspane": "white_stained_glass_pane", - "white_terracotta": { - "material": "WHITE_TERRACOTTA" - }, - "minecraft:white_terracotta": "white_terracotta", - "wclay": "white_terracotta", - "whiteclay": "white_terracotta", - "whitesclay": "white_terracotta", - "whitestainedclay": "white_terracotta", - "whitetcota": "white_terracotta", - "whiteterra": "white_terracotta", - "whiteterracota": "white_terracotta", - "whiteterracotta": "white_terracotta", - "wsclay": "white_terracotta", - "wstainedclay": "white_terracotta", - "wtcota": "white_terracotta", - "wterra": "white_terracotta", - "wterracota": "white_terracotta", - "wterracotta": "white_terracotta", - "white_tulip": { - "material": "WHITE_TULIP" - }, - "minecraft:white_tulip": "white_tulip", - "whitetulip": "white_tulip", - "white_wool": { - "material": "WHITE_WOOL" - }, - "minecraft:white_wool": "white_wool", - "wcloth": "white_wool", - "wcotton": "white_wool", - "whitecloth": "white_wool", - "whitecotton": "white_wool", - "whitewool": "white_wool", - "wwool": "white_wool", - "witch_spawn_egg": { - "material": "WITCH_SPAWN_EGG" - }, - "eggwitch": "witch_spawn_egg", - "minecraft:witch_spawn_egg": "witch_spawn_egg", - "seggwitch": "witch_spawn_egg", - "spawneggwitch": "witch_spawn_egg", - "spawnwitch": "witch_spawn_egg", - "witchegg": "witch_spawn_egg", - "witchsegg": "witch_spawn_egg", - "witchspawn": "witch_spawn_egg", - "witchspawnegg": "witch_spawn_egg", - "witch_spawner": { - "entity": "WITCH", - "material": "SPAWNER" - }, - "witchcage": "witch_spawner", - "witchmcage": "witch_spawner", - "witchmobcage": "witch_spawner", - "witchmobspawner": "witch_spawner", - "witchmonstercage": "witch_spawner", - "witchmonsterspawner": "witch_spawner", - "witchmspawner": "witch_spawner", - "witchspawner": "witch_spawner", - "wither_rose": { - "material": "WITHER_ROSE" - }, - "minecraft:wither_rose": "wither_rose", - "witherrose": "wither_rose", - "wither_skeleton_skull": { - "material": "WITHER_SKELETON_SKULL" - }, - "headwither_skeleton": "wither_skeleton_skull", - "headwithers": "wither_skeleton_skull", - "headwithersk": "wither_skeleton_skull", - "headwsk": "wither_skeleton_skull", - "headwskeleton": "wither_skeleton_skull", - "minecraft:wither_skeleton_skull": "wither_skeleton_skull", - "wither_skeletonhead": "wither_skeleton_skull", - "wither_skeletonheadmask": "wither_skeleton_skull", - "wither_skeletonmask": "wither_skeleton_skull", - "wither_skeletonskull": "wither_skeleton_skull", - "withershead": "wither_skeleton_skull", - "withersheadmask": "wither_skeleton_skull", - "witherskeletonskull": "wither_skeleton_skull", - "witherskhead": "wither_skeleton_skull", - "witherskheadmask": "wither_skeleton_skull", - "witherskmask": "wither_skeleton_skull", - "witherskskull": "wither_skeleton_skull", - "withersmask": "wither_skeleton_skull", - "withersskull": "wither_skeleton_skull", - "wskeletonhead": "wither_skeleton_skull", - "wskeletonheadmask": "wither_skeleton_skull", - "wskeletonmask": "wither_skeleton_skull", - "wskeletonskull": "wither_skeleton_skull", - "wskhead": "wither_skeleton_skull", - "wskheadmask": "wither_skeleton_skull", - "wskmask": "wither_skeleton_skull", - "wskskull": "wither_skeleton_skull", - "wither_skeleton_spawn_egg": { - "material": "WITHER_SKELETON_SPAWN_EGG" - }, - "eggwither_skeleton": "wither_skeleton_spawn_egg", - "eggwithers": "wither_skeleton_spawn_egg", - "eggwithersk": "wither_skeleton_spawn_egg", - "eggwsk": "wither_skeleton_spawn_egg", - "eggwskeleton": "wither_skeleton_spawn_egg", - "minecraft:wither_skeleton_spawn_egg": "wither_skeleton_spawn_egg", - "seggwither_skeleton": "wither_skeleton_spawn_egg", - "seggwithers": "wither_skeleton_spawn_egg", - "seggwithersk": "wither_skeleton_spawn_egg", - "seggwsk": "wither_skeleton_spawn_egg", - "seggwskeleton": "wither_skeleton_spawn_egg", - "spawneggwither_skeleton": "wither_skeleton_spawn_egg", - "spawneggwithers": "wither_skeleton_spawn_egg", - "spawneggwithersk": "wither_skeleton_spawn_egg", - "spawneggwsk": "wither_skeleton_spawn_egg", - "spawneggwskeleton": "wither_skeleton_spawn_egg", - "spawnwither_skeleton": "wither_skeleton_spawn_egg", - "spawnwithers": "wither_skeleton_spawn_egg", - "spawnwithersk": "wither_skeleton_spawn_egg", - "spawnwsk": "wither_skeleton_spawn_egg", - "spawnwskeleton": "wither_skeleton_spawn_egg", - "wither_skeletonegg": "wither_skeleton_spawn_egg", - "wither_skeletonsegg": "wither_skeleton_spawn_egg", - "wither_skeletonspawn": "wither_skeleton_spawn_egg", - "wither_skeletonspawnegg": "wither_skeleton_spawn_egg", - "withersegg": "wither_skeleton_spawn_egg", - "witherskegg": "wither_skeleton_spawn_egg", - "witherskeletonspawnegg": "wither_skeleton_spawn_egg", - "withersksegg": "wither_skeleton_spawn_egg", - "witherskspawn": "wither_skeleton_spawn_egg", - "witherskspawnegg": "wither_skeleton_spawn_egg", - "witherssegg": "wither_skeleton_spawn_egg", - "withersspawn": "wither_skeleton_spawn_egg", - "withersspawnegg": "wither_skeleton_spawn_egg", - "wskegg": "wither_skeleton_spawn_egg", - "wskeletonegg": "wither_skeleton_spawn_egg", - "wskeletonsegg": "wither_skeleton_spawn_egg", - "wskeletonspawn": "wither_skeleton_spawn_egg", - "wskeletonspawnegg": "wither_skeleton_spawn_egg", - "wsksegg": "wither_skeleton_spawn_egg", - "wskspawn": "wither_skeleton_spawn_egg", - "wskspawnegg": "wither_skeleton_spawn_egg", - "wither_skeleton_spawner": { - "entity": "WITHER_SKELETON", - "material": "SPAWNER" - }, - "wither_skeletoncage": "wither_skeleton_spawner", - "wither_skeletonmcage": "wither_skeleton_spawner", - "wither_skeletonmobcage": "wither_skeleton_spawner", - "wither_skeletonmobspawner": "wither_skeleton_spawner", - "wither_skeletonmonstercage": "wither_skeleton_spawner", - "wither_skeletonmonsterspawner": "wither_skeleton_spawner", - "wither_skeletonmspawner": "wither_skeleton_spawner", - "wither_skeletonspawner": "wither_skeleton_spawner", - "witherscage": "wither_skeleton_spawner", - "witherskcage": "wither_skeleton_spawner", - "witherskmcage": "wither_skeleton_spawner", - "witherskmobcage": "wither_skeleton_spawner", - "witherskmobspawner": "wither_skeleton_spawner", - "witherskmonstercage": "wither_skeleton_spawner", - "witherskmonsterspawner": "wither_skeleton_spawner", - "witherskmspawner": "wither_skeleton_spawner", - "witherskspawner": "wither_skeleton_spawner", - "withersmcage": "wither_skeleton_spawner", - "withersmobcage": "wither_skeleton_spawner", - "withersmobspawner": "wither_skeleton_spawner", - "withersmonstercage": "wither_skeleton_spawner", - "withersmonsterspawner": "wither_skeleton_spawner", - "withersmspawner": "wither_skeleton_spawner", - "withersspawner": "wither_skeleton_spawner", - "wskcage": "wither_skeleton_spawner", - "wskeletoncage": "wither_skeleton_spawner", - "wskeletonmcage": "wither_skeleton_spawner", - "wskeletonmobcage": "wither_skeleton_spawner", - "wskeletonmobspawner": "wither_skeleton_spawner", - "wskeletonmonstercage": "wither_skeleton_spawner", - "wskeletonmonsterspawner": "wither_skeleton_spawner", - "wskeletonmspawner": "wither_skeleton_spawner", - "wskeletonspawner": "wither_skeleton_spawner", - "wskmcage": "wither_skeleton_spawner", - "wskmobcage": "wither_skeleton_spawner", - "wskmobspawner": "wither_skeleton_spawner", - "wskmonstercage": "wither_skeleton_spawner", - "wskmonsterspawner": "wither_skeleton_spawner", - "wskmspawner": "wither_skeleton_spawner", - "wskspawner": "wither_skeleton_spawner", - "wither_spawner": { - "entity": "WITHER", - "material": "SPAWNER" - }, - "withercage": "wither_spawner", - "withermcage": "wither_spawner", - "withermobcage": "wither_spawner", - "withermobspawner": "wither_spawner", - "withermonstercage": "wither_spawner", - "withermonsterspawner": "wither_spawner", - "withermspawner": "wither_spawner", - "witherspawner": "wither_spawner", - "wolf_spawn_egg": { - "material": "WOLF_SPAWN_EGG" - }, - "dogegg": "wolf_spawn_egg", - "dogsegg": "wolf_spawn_egg", - "dogspawn": "wolf_spawn_egg", - "dogspawnegg": "wolf_spawn_egg", - "eggdog": "wolf_spawn_egg", - "eggwolf": "wolf_spawn_egg", - "minecraft:wolf_spawn_egg": "wolf_spawn_egg", - "seggdog": "wolf_spawn_egg", - "seggwolf": "wolf_spawn_egg", - "spawndog": "wolf_spawn_egg", - "spawneggdog": "wolf_spawn_egg", - "spawneggwolf": "wolf_spawn_egg", - "spawnwolf": "wolf_spawn_egg", - "wolfegg": "wolf_spawn_egg", - "wolfsegg": "wolf_spawn_egg", - "wolfspawn": "wolf_spawn_egg", - "wolfspawnegg": "wolf_spawn_egg", - "wolf_spawner": { - "entity": "WOLF", - "material": "SPAWNER" - }, - "dogcage": "wolf_spawner", - "dogmcage": "wolf_spawner", - "dogmobcage": "wolf_spawner", - "dogmobspawner": "wolf_spawner", - "dogmonstercage": "wolf_spawner", - "dogmonsterspawner": "wolf_spawner", - "dogmspawner": "wolf_spawner", - "dogspawner": "wolf_spawner", - "wolfcage": "wolf_spawner", - "wolfmcage": "wolf_spawner", - "wolfmobcage": "wolf_spawner", - "wolfmobspawner": "wolf_spawner", - "wolfmonstercage": "wolf_spawner", - "wolfmonsterspawner": "wolf_spawner", - "wolfmspawner": "wolf_spawner", - "wolfspawner": "wolf_spawner", - "wooden_axe": { - "material": "WOODEN_AXE" - }, - "minecraft:wooden_axe": "wooden_axe", - "waxe": "wooden_axe", - "woodaxe": "wooden_axe", - "woodenaxe": "wooden_axe", - "wooden_hoe": { - "material": "WOODEN_HOE" - }, - "minecraft:wooden_hoe": "wooden_hoe", - "whoe": "wooden_hoe", - "woodenhoe": "wooden_hoe", - "woodhoe": "wooden_hoe", - "wooden_pickaxe": { - "material": "WOODEN_PICKAXE" - }, - "minecraft:wooden_pickaxe": "wooden_pickaxe", - "woodenpick": "wooden_pickaxe", - "woodenpickaxe": "wooden_pickaxe", - "woodpick": "wooden_pickaxe", - "woodpickaxe": "wooden_pickaxe", - "wpick": "wooden_pickaxe", - "wpickaxe": "wooden_pickaxe", - "wooden_shovel": { - "material": "WOODEN_SHOVEL" - }, - "minecraft:wooden_shovel": "wooden_shovel", - "woodenshovel": "wooden_shovel", - "woodenspade": "wooden_shovel", - "woodshovel": "wooden_shovel", - "woodspade": "wooden_shovel", - "wshovel": "wooden_shovel", - "wspade": "wooden_shovel", - "wooden_sword": { - "material": "WOODEN_SWORD" - }, - "minecraft:wooden_sword": "wooden_sword", - "woodensword": "wooden_sword", - "woodsword": "wooden_sword", - "wsword": "wooden_sword", - "writable_book": { - "material": "WRITABLE_BOOK" - }, - "minecraft:writable_book": "writable_book", - "writablebook": "writable_book", - "written_book": { - "material": "WRITTEN_BOOK" - }, - "minecraft:written_book": "written_book", - "writtenbook": "written_book", - "yellow_banner": { - "material": "YELLOW_BANNER" - }, - "minecraft:yellow_banner": "yellow_banner", - "ybanner": "yellow_banner", - "yellowbanner": "yellow_banner", - "yellow_bed": { - "material": "YELLOW_BED" - }, - "minecraft:yellow_bed": "yellow_bed", - "ybed": "yellow_bed", - "yellowbed": "yellow_bed", - "yellow_candle": { - "material": "YELLOW_CANDLE" - }, - "minecraft:yellow_candle": "yellow_candle", - "ycandle": "yellow_candle", - "yellowcandle": "yellow_candle", - "yellow_carpet": { - "material": "YELLOW_CARPET" - }, - "minecraft:yellow_carpet": "yellow_carpet", - "ycarpet": "yellow_carpet", - "yellowcarpet": "yellow_carpet", - "yellowfloor": "yellow_carpet", - "yfloor": "yellow_carpet", - "yellow_concrete": { - "material": "YELLOW_CONCRETE" - }, - "minecraft:yellow_concrete": "yellow_concrete", - "yconcrete": "yellow_concrete", - "yellowconcrete": "yellow_concrete", - "yellow_concrete_powder": { - "material": "YELLOW_CONCRETE_POWDER" - }, - "minecraft:yellow_concrete_powder": "yellow_concrete_powder", - "ycdust": "yellow_concrete_powder", - "yconcretepowder": "yellow_concrete_powder", - "yconcretesand": "yellow_concrete_powder", - "ycp": "yellow_concrete_powder", - "ycpowder": "yellow_concrete_powder", - "yellowcdust": "yellow_concrete_powder", - "yellowconcretepowder": "yellow_concrete_powder", - "yellowconcretesand": "yellow_concrete_powder", - "yellowcp": "yellow_concrete_powder", - "yellowcpowder": "yellow_concrete_powder", - "yellow_dye": { - "material": "YELLOW_DYE", - "fallbacks": [ - "DANDELION_YELLOW" - ] - }, - "minecraft:yellow_dye": "yellow_dye", - "ydye": "yellow_dye", - "yellowdye": "yellow_dye", - "yellow_glazed_terracotta": { - "material": "YELLOW_GLAZED_TERRACOTTA" - }, - "minecraft:yellow_glazed_terracotta": "yellow_glazed_terracotta", - "yellowglazedtcota": "yellow_glazed_terracotta", - "yellowglazedterra": "yellow_glazed_terracotta", - "yellowglazedterracota": "yellow_glazed_terracotta", - "yellowglazedterracotta": "yellow_glazed_terracotta", - "yellowgtcotta": "yellow_glazed_terracotta", - "yellowgterra": "yellow_glazed_terracotta", - "yglazedtcota": "yellow_glazed_terracotta", - "yglazedterra": "yellow_glazed_terracotta", - "yglazedterracota": "yellow_glazed_terracotta", - "yglazedterracotta": "yellow_glazed_terracotta", - "ygtcotta": "yellow_glazed_terracotta", - "ygterra": "yellow_glazed_terracotta", - "yellow_shulker_box": { - "material": "YELLOW_SHULKER_BOX" - }, - "minecraft:yellow_shulker_box": "yellow_shulker_box", - "yellowsbox": "yellow_shulker_box", - "yellowshulkerbox": "yellow_shulker_box", - "ysbox": "yellow_shulker_box", - "yshulkerbox": "yellow_shulker_box", - "yellow_stained_glass": { - "material": "YELLOW_STAINED_GLASS" - }, - "minecraft:yellow_stained_glass": "yellow_stained_glass", - "yellowglass": "yellow_stained_glass", - "yellowsglass": "yellow_stained_glass", - "yellowstainedglass": "yellow_stained_glass", - "yglass": "yellow_stained_glass", - "ysglass": "yellow_stained_glass", - "ystainedglass": "yellow_stained_glass", - "yellow_stained_glass_pane": { - "material": "YELLOW_STAINED_GLASS_PANE" - }, - "minecraft:yellow_stained_glass_pane": "yellow_stained_glass_pane", - "yellowglasspane": "yellow_stained_glass_pane", - "yellowgpane": "yellow_stained_glass_pane", - "yellowsglasspane": "yellow_stained_glass_pane", - "yellowstainedglasspane": "yellow_stained_glass_pane", - "yglasspane": "yellow_stained_glass_pane", - "ygpane": "yellow_stained_glass_pane", - "ysglasspane": "yellow_stained_glass_pane", - "ystainedglasspane": "yellow_stained_glass_pane", - "yellow_terracotta": { - "material": "YELLOW_TERRACOTTA" - }, - "minecraft:yellow_terracotta": "yellow_terracotta", - "yclay": "yellow_terracotta", - "yellowclay": "yellow_terracotta", - "yellowsclay": "yellow_terracotta", - "yellowstainedclay": "yellow_terracotta", - "yellowtcota": "yellow_terracotta", - "yellowterra": "yellow_terracotta", - "yellowterracota": "yellow_terracotta", - "yellowterracotta": "yellow_terracotta", - "ysclay": "yellow_terracotta", - "ystainedclay": "yellow_terracotta", - "ytcota": "yellow_terracotta", - "yterra": "yellow_terracotta", - "yterracota": "yellow_terracotta", - "yterracotta": "yellow_terracotta", - "yellow_wool": { - "material": "YELLOW_WOOL" - }, - "minecraft:yellow_wool": "yellow_wool", - "ycloth": "yellow_wool", - "ycotton": "yellow_wool", - "yellowcloth": "yellow_wool", - "yellowcotton": "yellow_wool", - "yellowwool": "yellow_wool", - "ywool": "yellow_wool", - "zoglin_spawn_egg": { - "material": "ZOGLIN_SPAWN_EGG" - }, - "eggrottypig": "zoglin_spawn_egg", - "eggzoglin": "zoglin_spawn_egg", - "eggzombiep": "zoglin_spawn_egg", - "eggzombiepig": "zoglin_spawn_egg", - "eggzpig": "zoglin_spawn_egg", - "minecraft:zoglin_spawn_egg": "zoglin_spawn_egg", - "rottypigegg": "zoglin_spawn_egg", - "rottypigsegg": "zoglin_spawn_egg", - "rottypigspawn": "zoglin_spawn_egg", - "rottypigspawnegg": "zoglin_spawn_egg", - "seggrottypig": "zoglin_spawn_egg", - "seggzoglin": "zoglin_spawn_egg", - "seggzombiep": "zoglin_spawn_egg", - "seggzombiepig": "zoglin_spawn_egg", - "seggzpig": "zoglin_spawn_egg", - "spawneggrottypig": "zoglin_spawn_egg", - "spawneggzoglin": "zoglin_spawn_egg", - "spawneggzombiep": "zoglin_spawn_egg", - "spawneggzombiepig": "zoglin_spawn_egg", - "spawneggzpig": "zoglin_spawn_egg", - "spawnrottypig": "zoglin_spawn_egg", - "spawnzoglin": "zoglin_spawn_egg", - "spawnzombiep": "zoglin_spawn_egg", - "spawnzombiepig": "zoglin_spawn_egg", - "spawnzpig": "zoglin_spawn_egg", - "zoglinegg": "zoglin_spawn_egg", - "zoglinsegg": "zoglin_spawn_egg", - "zoglinspawn": "zoglin_spawn_egg", - "zoglinspawnegg": "zoglin_spawn_egg", - "zombiepegg": "zoglin_spawn_egg", - "zombiepigegg": "zoglin_spawn_egg", - "zombiepigsegg": "zoglin_spawn_egg", - "zombiepigspawn": "zoglin_spawn_egg", - "zombiepigspawnegg": "zoglin_spawn_egg", - "zombiepsegg": "zoglin_spawn_egg", - "zombiepspawn": "zoglin_spawn_egg", - "zombiepspawnegg": "zoglin_spawn_egg", - "zpigegg": "zoglin_spawn_egg", - "zpigsegg": "zoglin_spawn_egg", - "zpigspawn": "zoglin_spawn_egg", - "zpigspawnegg": "zoglin_spawn_egg", - "zoglin_spawner": { - "entity": "ZOGLIN", - "material": "SPAWNER" - }, - "rottypigcage": "zoglin_spawner", - "rottypigmcage": "zoglin_spawner", - "rottypigmobcage": "zoglin_spawner", - "rottypigmobspawner": "zoglin_spawner", - "rottypigmonstercage": "zoglin_spawner", - "rottypigmonsterspawner": "zoglin_spawner", - "rottypigmspawner": "zoglin_spawner", - "rottypigspawner": "zoglin_spawner", - "zoglincage": "zoglin_spawner", - "zoglinmcage": "zoglin_spawner", - "zoglinmobcage": "zoglin_spawner", - "zoglinmobspawner": "zoglin_spawner", - "zoglinmonstercage": "zoglin_spawner", - "zoglinmonsterspawner": "zoglin_spawner", - "zoglinmspawner": "zoglin_spawner", - "zoglinspawner": "zoglin_spawner", - "zombiepcage": "zoglin_spawner", - "zombiepigcage": "zoglin_spawner", - "zombiepigmcage": "zombified_piglin_spawner", - "zombiepigmobcage": "zoglin_spawner", - "zombiepigmobspawner": "zoglin_spawner", - "zombiepigmonstercage": "zoglin_spawner", - "zombiepigmonsterspawner": "zoglin_spawner", - "zombiepigmspawner": "zombified_piglin_spawner", - "zombiepigspawner": "zoglin_spawner", - "zombiepmcage": "zombified_piglin_spawner", - "zombiepmobcage": "zoglin_spawner", - "zombiepmobspawner": "zoglin_spawner", - "zombiepmonstercage": "zoglin_spawner", - "zombiepmonsterspawner": "zoglin_spawner", - "zombiepmspawner": "zombified_piglin_spawner", - "zombiepspawner": "zoglin_spawner", - "zpigcage": "zoglin_spawner", - "zpigmcage": "zombified_piglin_spawner", - "zpigmobcage": "zoglin_spawner", - "zpigmobspawner": "zoglin_spawner", - "zpigmonstercage": "zoglin_spawner", - "zpigmonsterspawner": "zoglin_spawner", - "zpigmspawner": "zombified_piglin_spawner", - "zpigspawner": "zoglin_spawner", - "zombie_head": { - "material": "ZOMBIE_HEAD" - }, - "minecraft:zombie_head": "zombie_head", - "zombiehead": "zombie_head", - "zombie_horse_spawn_egg": { - "material": "ZOMBIE_HORSE_SPAWN_EGG" - }, - "deadhorseegg": "zombie_horse_spawn_egg", - "deadhorsesegg": "zombie_horse_spawn_egg", - "deadhorsespawn": "zombie_horse_spawn_egg", - "deadhorsespawnegg": "zombie_horse_spawn_egg", - "dhorseegg": "zombie_horse_spawn_egg", - "dhorsesegg": "zombie_horse_spawn_egg", - "dhorsespawn": "zombie_horse_spawn_egg", - "dhorsespawnegg": "zombie_horse_spawn_egg", - "eggdeadhorse": "zombie_horse_spawn_egg", - "eggdhorse": "zombie_horse_spawn_egg", - "eggzhorse": "zombie_horse_spawn_egg", - "eggzombie_horse": "zombie_horse_spawn_egg", - "minecraft:zombie_horse_spawn_egg": "zombie_horse_spawn_egg", - "seggdeadhorse": "zombie_horse_spawn_egg", - "seggdhorse": "zombie_horse_spawn_egg", - "seggzhorse": "zombie_horse_spawn_egg", - "seggzombie_horse": "zombie_horse_spawn_egg", - "spawndeadhorse": "zombie_horse_spawn_egg", - "spawndhorse": "zombie_horse_spawn_egg", - "spawneggdeadhorse": "zombie_horse_spawn_egg", - "spawneggdhorse": "zombie_horse_spawn_egg", - "spawneggzhorse": "zombie_horse_spawn_egg", - "spawneggzombie_horse": "zombie_horse_spawn_egg", - "spawnzhorse": "zombie_horse_spawn_egg", - "spawnzombie_horse": "zombie_horse_spawn_egg", - "zhorseegg": "zombie_horse_spawn_egg", - "zhorsesegg": "zombie_horse_spawn_egg", - "zhorsespawn": "zombie_horse_spawn_egg", - "zhorsespawnegg": "zombie_horse_spawn_egg", - "zombie_horseegg": "zombie_horse_spawn_egg", - "zombie_horsesegg": "zombie_horse_spawn_egg", - "zombie_horsespawn": "zombie_horse_spawn_egg", - "zombie_horsespawnegg": "zombie_horse_spawn_egg", - "zombiehorsespawnegg": "zombie_horse_spawn_egg", - "zombie_horse_spawner": { - "entity": "ZOMBIE_HORSE", - "material": "SPAWNER" - }, - "deadhorsecage": "zombie_horse_spawner", - "deadhorsemcage": "zombie_horse_spawner", - "deadhorsemobcage": "zombie_horse_spawner", - "deadhorsemobspawner": "zombie_horse_spawner", - "deadhorsemonstercage": "zombie_horse_spawner", - "deadhorsemonsterspawner": "zombie_horse_spawner", - "deadhorsemspawner": "zombie_horse_spawner", - "deadhorsespawner": "zombie_horse_spawner", - "dhorsecage": "zombie_horse_spawner", - "dhorsemcage": "zombie_horse_spawner", - "dhorsemobcage": "zombie_horse_spawner", - "dhorsemobspawner": "zombie_horse_spawner", - "dhorsemonstercage": "zombie_horse_spawner", - "dhorsemonsterspawner": "zombie_horse_spawner", - "dhorsemspawner": "zombie_horse_spawner", - "dhorsespawner": "zombie_horse_spawner", - "zhorsecage": "zombie_horse_spawner", - "zhorsemcage": "zombie_horse_spawner", - "zhorsemobcage": "zombie_horse_spawner", - "zhorsemobspawner": "zombie_horse_spawner", - "zhorsemonstercage": "zombie_horse_spawner", - "zhorsemonsterspawner": "zombie_horse_spawner", - "zhorsemspawner": "zombie_horse_spawner", - "zhorsespawner": "zombie_horse_spawner", - "zombie_horsecage": "zombie_horse_spawner", - "zombie_horsemcage": "zombie_horse_spawner", - "zombie_horsemobcage": "zombie_horse_spawner", - "zombie_horsemobspawner": "zombie_horse_spawner", - "zombie_horsemonstercage": "zombie_horse_spawner", - "zombie_horsemonsterspawner": "zombie_horse_spawner", - "zombie_horsemspawner": "zombie_horse_spawner", - "zombie_horsespawner": "zombie_horse_spawner", - "zombie_spawn_egg": { - "material": "ZOMBIE_SPAWN_EGG" - }, - "eggz": "zombie_spawn_egg", - "eggzomb": "zombie_spawn_egg", - "eggzombie": "zombie_spawn_egg", - "minecraft:zombie_spawn_egg": "zombie_spawn_egg", - "seggz": "zombie_spawn_egg", - "seggzomb": "zombie_spawn_egg", - "seggzombie": "zombie_spawn_egg", - "spawneggz": "zombie_spawn_egg", - "spawneggzomb": "zombie_spawn_egg", - "spawneggzombie": "zombie_spawn_egg", - "spawnz": "zombie_spawn_egg", - "spawnzomb": "zombie_spawn_egg", - "spawnzombie": "zombie_spawn_egg", - "zegg": "zombie_spawn_egg", - "zombegg": "zombie_spawn_egg", - "zombieegg": "zombie_spawn_egg", - "zombiesegg": "zombie_spawn_egg", - "zombiespawn": "zombie_spawn_egg", - "zombiespawnegg": "zombie_spawn_egg", - "zombsegg": "zombie_spawn_egg", - "zombspawn": "zombie_spawn_egg", - "zombspawnegg": "zombie_spawn_egg", - "zsegg": "zombie_spawn_egg", - "zspawn": "zombie_spawn_egg", - "zspawnegg": "zombie_spawn_egg", - "zombie_spawner": { - "entity": "ZOMBIE", - "material": "SPAWNER" - }, - "zcage": "zombie_spawner", - "zmcage": "zombie_spawner", - "zmobcage": "zombie_spawner", - "zmobspawner": "zombie_spawner", - "zmonstercage": "zombie_spawner", - "zmonsterspawner": "zombie_spawner", - "zmspawner": "zombie_spawner", - "zombcage": "zombie_spawner", - "zombiecage": "zombie_spawner", - "zombiemcage": "zombie_spawner", - "zombiemobcage": "zombie_spawner", - "zombiemobspawner": "zombie_spawner", - "zombiemonstercage": "zombie_spawner", - "zombiemonsterspawner": "zombie_spawner", - "zombiemspawner": "zombie_spawner", - "zombiespawner": "zombie_spawner", - "zombmcage": "zombie_spawner", - "zombmobcage": "zombie_spawner", - "zombmobspawner": "zombie_spawner", - "zombmonstercage": "zombie_spawner", - "zombmonsterspawner": "zombie_spawner", - "zombmspawner": "zombie_spawner", - "zombspawner": "zombie_spawner", - "zspawner": "zombie_spawner", - "zombie_villager_spawn_egg": { - "material": "ZOMBIE_VILLAGER_SPAWN_EGG" - }, - "deadvillageregg": "zombie_villager_spawn_egg", - "deadvillagersegg": "zombie_villager_spawn_egg", - "deadvillagerspawn": "zombie_villager_spawn_egg", - "deadvillagerspawnegg": "zombie_villager_spawn_egg", - "dvillageregg": "zombie_villager_spawn_egg", - "dvillagersegg": "zombie_villager_spawn_egg", - "dvillagerspawn": "zombie_villager_spawn_egg", - "dvillagerspawnegg": "zombie_villager_spawn_egg", - "dvillegg": "zombie_villager_spawn_egg", - "dvillsegg": "zombie_villager_spawn_egg", - "dvillspawn": "zombie_villager_spawn_egg", - "dvillspawnegg": "zombie_villager_spawn_egg", - "eggdeadvillager": "zombie_villager_spawn_egg", - "eggdvill": "zombie_villager_spawn_egg", - "eggdvillager": "zombie_villager_spawn_egg", - "eggzombie_villager": "zombie_villager_spawn_egg", - "eggzvill": "zombie_villager_spawn_egg", - "eggzvillager": "zombie_villager_spawn_egg", - "minecraft:zombie_villager_spawn_egg": "zombie_villager_spawn_egg", - "seggdeadvillager": "zombie_villager_spawn_egg", - "seggdvill": "zombie_villager_spawn_egg", - "seggdvillager": "zombie_villager_spawn_egg", - "seggzombie_villager": "zombie_villager_spawn_egg", - "seggzvill": "zombie_villager_spawn_egg", - "seggzvillager": "zombie_villager_spawn_egg", - "spawndeadvillager": "zombie_villager_spawn_egg", - "spawndvill": "zombie_villager_spawn_egg", - "spawndvillager": "zombie_villager_spawn_egg", - "spawneggdeadvillager": "zombie_villager_spawn_egg", - "spawneggdvill": "zombie_villager_spawn_egg", - "spawneggdvillager": "zombie_villager_spawn_egg", - "spawneggzombie_villager": "zombie_villager_spawn_egg", - "spawneggzvill": "zombie_villager_spawn_egg", - "spawneggzvillager": "zombie_villager_spawn_egg", - "spawnzombie_villager": "zombie_villager_spawn_egg", - "spawnzvill": "zombie_villager_spawn_egg", - "spawnzvillager": "zombie_villager_spawn_egg", - "zombie_villageregg": "zombie_villager_spawn_egg", - "zombie_villagersegg": "zombie_villager_spawn_egg", - "zombie_villagerspawn": "zombie_villager_spawn_egg", - "zombie_villagerspawnegg": "zombie_villager_spawn_egg", - "zombievillagerspawnegg": "zombie_villager_spawn_egg", - "zvillageregg": "zombie_villager_spawn_egg", - "zvillagersegg": "zombie_villager_spawn_egg", - "zvillagerspawn": "zombie_villager_spawn_egg", - "zvillagerspawnegg": "zombie_villager_spawn_egg", - "zvillegg": "zombie_villager_spawn_egg", - "zvillsegg": "zombie_villager_spawn_egg", - "zvillspawn": "zombie_villager_spawn_egg", - "zvillspawnegg": "zombie_villager_spawn_egg", - "zombie_villager_spawner": { - "entity": "ZOMBIE_VILLAGER", - "material": "SPAWNER" - }, - "deadvillagercage": "zombie_villager_spawner", - "deadvillagermcage": "zombie_villager_spawner", - "deadvillagermobcage": "zombie_villager_spawner", - "deadvillagermobspawner": "zombie_villager_spawner", - "deadvillagermonstercage": "zombie_villager_spawner", - "deadvillagermonsterspawner": "zombie_villager_spawner", - "deadvillagermspawner": "zombie_villager_spawner", - "deadvillagerspawner": "zombie_villager_spawner", - "dvillagercage": "zombie_villager_spawner", - "dvillagermcage": "zombie_villager_spawner", - "dvillagermobcage": "zombie_villager_spawner", - "dvillagermobspawner": "zombie_villager_spawner", - "dvillagermonstercage": "zombie_villager_spawner", - "dvillagermonsterspawner": "zombie_villager_spawner", - "dvillagermspawner": "zombie_villager_spawner", - "dvillagerspawner": "zombie_villager_spawner", - "dvillcage": "zombie_villager_spawner", - "dvillmcage": "zombie_villager_spawner", - "dvillmobcage": "zombie_villager_spawner", - "dvillmobspawner": "zombie_villager_spawner", - "dvillmonstercage": "zombie_villager_spawner", - "dvillmonsterspawner": "zombie_villager_spawner", - "dvillmspawner": "zombie_villager_spawner", - "dvillspawner": "zombie_villager_spawner", - "zombie_villagercage": "zombie_villager_spawner", - "zombie_villagermcage": "zombie_villager_spawner", - "zombie_villagermobcage": "zombie_villager_spawner", - "zombie_villagermobspawner": "zombie_villager_spawner", - "zombie_villagermonstercage": "zombie_villager_spawner", - "zombie_villagermonsterspawner": "zombie_villager_spawner", - "zombie_villagermspawner": "zombie_villager_spawner", - "zombie_villagerspawner": "zombie_villager_spawner", - "zvillagercage": "zombie_villager_spawner", - "zvillagermcage": "zombie_villager_spawner", - "zvillagermobcage": "zombie_villager_spawner", - "zvillagermobspawner": "zombie_villager_spawner", - "zvillagermonstercage": "zombie_villager_spawner", - "zvillagermonsterspawner": "zombie_villager_spawner", - "zvillagermspawner": "zombie_villager_spawner", - "zvillagerspawner": "zombie_villager_spawner", - "zvillcage": "zombie_villager_spawner", - "zvillmcage": "zombie_villager_spawner", - "zvillmobcage": "zombie_villager_spawner", - "zvillmobspawner": "zombie_villager_spawner", - "zvillmonstercage": "zombie_villager_spawner", - "zvillmonsterspawner": "zombie_villager_spawner", - "zvillmspawner": "zombie_villager_spawner", - "zvillspawner": "zombie_villager_spawner", - "zombified_piglin_spawn_egg": { - "material": "ZOMBIFIED_PIGLIN_SPAWN_EGG", - "fallbacks": [ - "ZOMBIE_PIGMAN_SPAWN_EGG" - ] - }, - "eggzombiepiglin": "zombified_piglin_spawn_egg", - "eggzombiepigm": "zombified_piglin_spawn_egg", - "eggzombiepigman": "zombified_piglin_spawn_egg", - "eggzombiepigmen": "zombified_piglin_spawn_egg", - "eggzombiepm": "zombified_piglin_spawn_egg", - "eggzombiepman": "zombified_piglin_spawn_egg", - "eggzombified_piglin": "zombified_piglin_spawn_egg", - "eggzombifiedpiglin": "zombified_piglin_spawn_egg", - "eggzpiglin": "zombified_piglin_spawn_egg", - "eggzpigm": "zombified_piglin_spawn_egg", - "eggzpigman": "zombified_piglin_spawn_egg", - "eggzpigmen": "zombified_piglin_spawn_egg", - "eggzpman": "zombified_piglin_spawn_egg", - "minecraft:zombified_piglin_spawn_egg": "zombified_piglin_spawn_egg", - "seggzombiepiglin": "zombified_piglin_spawn_egg", - "seggzombiepigm": "zombified_piglin_spawn_egg", - "seggzombiepigman": "zombified_piglin_spawn_egg", - "seggzombiepigmen": "zombified_piglin_spawn_egg", - "seggzombiepm": "zombified_piglin_spawn_egg", - "seggzombiepman": "zombified_piglin_spawn_egg", - "seggzombified_piglin": "zombified_piglin_spawn_egg", - "seggzombifiedpiglin": "zombified_piglin_spawn_egg", - "seggzpiglin": "zombified_piglin_spawn_egg", - "seggzpigm": "zombified_piglin_spawn_egg", - "seggzpigman": "zombified_piglin_spawn_egg", - "seggzpigmen": "zombified_piglin_spawn_egg", - "seggzpman": "zombified_piglin_spawn_egg", - "spawneggzombiepiglin": "zombified_piglin_spawn_egg", - "spawneggzombiepigm": "zombified_piglin_spawn_egg", - "spawneggzombiepigman": "zombified_piglin_spawn_egg", - "spawneggzombiepigmen": "zombified_piglin_spawn_egg", - "spawneggzombiepm": "zombified_piglin_spawn_egg", - "spawneggzombiepman": "zombified_piglin_spawn_egg", - "spawneggzombified_piglin": "zombified_piglin_spawn_egg", - "spawneggzombifiedpiglin": "zombified_piglin_spawn_egg", - "spawneggzpiglin": "zombified_piglin_spawn_egg", - "spawneggzpigm": "zombified_piglin_spawn_egg", - "spawneggzpigman": "zombified_piglin_spawn_egg", - "spawneggzpigmen": "zombified_piglin_spawn_egg", - "spawneggzpman": "zombified_piglin_spawn_egg", - "spawnzombiepiglin": "zombified_piglin_spawn_egg", - "spawnzombiepigm": "zombified_piglin_spawn_egg", - "spawnzombiepigman": "zombified_piglin_spawn_egg", - "spawnzombiepigmen": "zombified_piglin_spawn_egg", - "spawnzombiepm": "zombified_piglin_spawn_egg", - "spawnzombiepman": "zombified_piglin_spawn_egg", - "spawnzombified_piglin": "zombified_piglin_spawn_egg", - "spawnzombifiedpiglin": "zombified_piglin_spawn_egg", - "spawnzpiglin": "zombified_piglin_spawn_egg", - "spawnzpigm": "zombified_piglin_spawn_egg", - "spawnzpigman": "zombified_piglin_spawn_egg", - "spawnzpigmen": "zombified_piglin_spawn_egg", - "spawnzpman": "zombified_piglin_spawn_egg", - "zombiepiglinegg": "zombified_piglin_spawn_egg", - "zombiepiglinsegg": "zombified_piglin_spawn_egg", - "zombiepiglinspawn": "zombified_piglin_spawn_egg", - "zombiepiglinspawnegg": "zombified_piglin_spawn_egg", - "zombiepigmanegg": "zombified_piglin_spawn_egg", - "zombiepigmansegg": "zombified_piglin_spawn_egg", - "zombiepigmanspawn": "zombified_piglin_spawn_egg", - "zombiepigmanspawnegg": "zombified_piglin_spawn_egg", - "zombiepigmegg": "zombified_piglin_spawn_egg", - "zombiepigmenegg": "zombified_piglin_spawn_egg", - "zombiepigmensegg": "zombified_piglin_spawn_egg", - "zombiepigmenspawn": "zombified_piglin_spawn_egg", - "zombiepigmenspawnegg": "zombified_piglin_spawn_egg", - "zombiepigmsegg": "zombified_piglin_spawn_egg", - "zombiepigmspawn": "zombified_piglin_spawn_egg", - "zombiepigmspawnegg": "zombified_piglin_spawn_egg", - "zombiepmanegg": "zombified_piglin_spawn_egg", - "zombiepmansegg": "zombified_piglin_spawn_egg", - "zombiepmanspawn": "zombified_piglin_spawn_egg", - "zombiepmanspawnegg": "zombified_piglin_spawn_egg", - "zombiepmegg": "zombified_piglin_spawn_egg", - "zombiepmsegg": "zombified_piglin_spawn_egg", - "zombiepmspawn": "zombified_piglin_spawn_egg", - "zombiepmspawnegg": "zombified_piglin_spawn_egg", - "zombified_piglinegg": "zombified_piglin_spawn_egg", - "zombified_piglinsegg": "zombified_piglin_spawn_egg", - "zombified_piglinspawn": "zombified_piglin_spawn_egg", - "zombified_piglinspawnegg": "zombified_piglin_spawn_egg", - "zombifiedpiglinegg": "zombified_piglin_spawn_egg", - "zombifiedpiglinsegg": "zombified_piglin_spawn_egg", - "zombifiedpiglinspawn": "zombified_piglin_spawn_egg", - "zombifiedpiglinspawnegg": "zombified_piglin_spawn_egg", - "zpiglinegg": "zombified_piglin_spawn_egg", - "zpiglinsegg": "zombified_piglin_spawn_egg", - "zpiglinspawn": "zombified_piglin_spawn_egg", - "zpiglinspawnegg": "zombified_piglin_spawn_egg", - "zpigmanegg": "zombified_piglin_spawn_egg", - "zpigmansegg": "zombified_piglin_spawn_egg", - "zpigmanspawn": "zombified_piglin_spawn_egg", - "zpigmanspawnegg": "zombified_piglin_spawn_egg", - "zpigmegg": "zombified_piglin_spawn_egg", - "zpigmenegg": "zombified_piglin_spawn_egg", - "zpigmensegg": "zombified_piglin_spawn_egg", - "zpigmenspawn": "zombified_piglin_spawn_egg", - "zpigmenspawnegg": "zombified_piglin_spawn_egg", - "zpigmsegg": "zombified_piglin_spawn_egg", - "zpigmspawn": "zombified_piglin_spawn_egg", - "zpigmspawnegg": "zombified_piglin_spawn_egg", - "zpmanegg": "zombified_piglin_spawn_egg", - "zpmansegg": "zombified_piglin_spawn_egg", - "zpmanspawn": "zombified_piglin_spawn_egg", - "zpmanspawnegg": "zombified_piglin_spawn_egg", - "zombified_piglin_spawner": { - "entity": "ZOMBIFIED_PIGLIN", - "material": "SPAWNER" - }, - "zombiepiglincage": "zombified_piglin_spawner", - "zombiepiglinmcage": "zombified_piglin_spawner", - "zombiepiglinmobcage": "zombified_piglin_spawner", - "zombiepiglinmobspawner": "zombified_piglin_spawner", - "zombiepiglinmonstercage": "zombified_piglin_spawner", - "zombiepiglinmonsterspawner": "zombified_piglin_spawner", - "zombiepiglinmspawner": "zombified_piglin_spawner", - "zombiepiglinspawner": "zombified_piglin_spawner", - "zombiepigmancage": "zombified_piglin_spawner", - "zombiepigmanmcage": "zombified_piglin_spawner", - "zombiepigmanmobcage": "zombified_piglin_spawner", - "zombiepigmanmobspawner": "zombified_piglin_spawner", - "zombiepigmanmonstercage": "zombified_piglin_spawner", - "zombiepigmanmonsterspawner": "zombified_piglin_spawner", - "zombiepigmanmspawner": "zombified_piglin_spawner", - "zombiepigmanspawner": "zombified_piglin_spawner", - "zombiepigmencage": "zombified_piglin_spawner", - "zombiepigmenmcage": "zombified_piglin_spawner", - "zombiepigmenmobcage": "zombified_piglin_spawner", - "zombiepigmenmobspawner": "zombified_piglin_spawner", - "zombiepigmenmonstercage": "zombified_piglin_spawner", - "zombiepigmenmonsterspawner": "zombified_piglin_spawner", - "zombiepigmenmspawner": "zombified_piglin_spawner", - "zombiepigmenspawner": "zombified_piglin_spawner", - "zombiepigmmcage": "zombified_piglin_spawner", - "zombiepigmmobcage": "zombified_piglin_spawner", - "zombiepigmmobspawner": "zombified_piglin_spawner", - "zombiepigmmonstercage": "zombified_piglin_spawner", - "zombiepigmmonsterspawner": "zombified_piglin_spawner", - "zombiepigmmspawner": "zombified_piglin_spawner", - "zombiepmancage": "zombified_piglin_spawner", - "zombiepmanmcage": "zombified_piglin_spawner", - "zombiepmanmobcage": "zombified_piglin_spawner", - "zombiepmanmobspawner": "zombified_piglin_spawner", - "zombiepmanmonstercage": "zombified_piglin_spawner", - "zombiepmanmonsterspawner": "zombified_piglin_spawner", - "zombiepmanmspawner": "zombified_piglin_spawner", - "zombiepmanspawner": "zombified_piglin_spawner", - "zombiepmmcage": "zombified_piglin_spawner", - "zombiepmmobcage": "zombified_piglin_spawner", - "zombiepmmobspawner": "zombified_piglin_spawner", - "zombiepmmonstercage": "zombified_piglin_spawner", - "zombiepmmonsterspawner": "zombified_piglin_spawner", - "zombiepmmspawner": "zombified_piglin_spawner", - "zombified_piglincage": "zombified_piglin_spawner", - "zombified_piglinmcage": "zombified_piglin_spawner", - "zombified_piglinmobcage": "zombified_piglin_spawner", - "zombified_piglinmobspawner": "zombified_piglin_spawner", - "zombified_piglinmonstercage": "zombified_piglin_spawner", - "zombified_piglinmonsterspawner": "zombified_piglin_spawner", - "zombified_piglinmspawner": "zombified_piglin_spawner", - "zombified_piglinspawner": "zombified_piglin_spawner", - "zombifiedpiglincage": "zombified_piglin_spawner", - "zombifiedpiglinmcage": "zombified_piglin_spawner", - "zombifiedpiglinmobcage": "zombified_piglin_spawner", - "zombifiedpiglinmobspawner": "zombified_piglin_spawner", - "zombifiedpiglinmonstercage": "zombified_piglin_spawner", - "zombifiedpiglinmonsterspawner": "zombified_piglin_spawner", - "zombifiedpiglinmspawner": "zombified_piglin_spawner", - "zombifiedpiglinspawner": "zombified_piglin_spawner", - "zpiglincage": "zombified_piglin_spawner", - "zpiglinmcage": "zombified_piglin_spawner", - "zpiglinmobcage": "zombified_piglin_spawner", - "zpiglinmobspawner": "zombified_piglin_spawner", - "zpiglinmonstercage": "zombified_piglin_spawner", - "zpiglinmonsterspawner": "zombified_piglin_spawner", - "zpiglinmspawner": "zombified_piglin_spawner", - "zpiglinspawner": "zombified_piglin_spawner", - "zpigmancage": "zombified_piglin_spawner", - "zpigmanmcage": "zombified_piglin_spawner", - "zpigmanmobcage": "zombified_piglin_spawner", - "zpigmanmobspawner": "zombified_piglin_spawner", - "zpigmanmonstercage": "zombified_piglin_spawner", - "zpigmanmonsterspawner": "zombified_piglin_spawner", - "zpigmanmspawner": "zombified_piglin_spawner", - "zpigmanspawner": "zombified_piglin_spawner", - "zpigmencage": "zombified_piglin_spawner", - "zpigmenmcage": "zombified_piglin_spawner", - "zpigmenmobcage": "zombified_piglin_spawner", - "zpigmenmobspawner": "zombified_piglin_spawner", - "zpigmenmonstercage": "zombified_piglin_spawner", - "zpigmenmonsterspawner": "zombified_piglin_spawner", - "zpigmenmspawner": "zombified_piglin_spawner", - "zpigmenspawner": "zombified_piglin_spawner", - "zpigmmcage": "zombified_piglin_spawner", - "zpigmmobcage": "zombified_piglin_spawner", - "zpigmmobspawner": "zombified_piglin_spawner", - "zpigmmonstercage": "zombified_piglin_spawner", - "zpigmmonsterspawner": "zombified_piglin_spawner", - "zpigmmspawner": "zombified_piglin_spawner", - "zpmancage": "zombified_piglin_spawner", - "zpmanmcage": "zombified_piglin_spawner", - "zpmanmobcage": "zombified_piglin_spawner", - "zpmanmobspawner": "zombified_piglin_spawner", - "zpmanmonstercage": "zombified_piglin_spawner", - "zpmanmonsterspawner": "zombified_piglin_spawner", - "zpmanmspawner": "zombified_piglin_spawner", - "zpmanspawner": "zombified_piglin_spawner" -} +#version: 2.19.2 +# This file is for internal EssentialsX usage. +# We recommend using custom_items.yml to add custom aliases. +{ + "acacia_boat": { + "material": "ACACIA_BOAT" + }, + "aboat": "acacia_boat", + "acaciaboat": "acacia_boat", + "acaciaraft": "acacia_boat", + "acboat": "acacia_boat", + "acraft": "acacia_boat", + "araft": "acacia_boat", + "boata": "acacia_boat", + "boatac": "acacia_boat", + "boatacacia": "acacia_boat", + "minecraft:acacia_boat": "acacia_boat", + "acacia_button": { + "material": "ACACIA_BUTTON" + }, + "abutton": "acacia_button", + "acaciabutton": "acacia_button", + "acbutton": "acacia_button", + "buttona": "acacia_button", + "buttonac": "acacia_button", + "buttonacacia": "acacia_button", + "minecraft:acacia_button": "acacia_button", + "acacia_door": { + "material": "ACACIA_DOOR" + }, + "acaciadoor": "acacia_door", + "acdoor": "acacia_door", + "adoor": "acacia_door", + "minecraft:acacia_door": "acacia_door", + "acacia_fence": { + "material": "ACACIA_FENCE" + }, + "acaciafence": "acacia_fence", + "acfence": "acacia_fence", + "afence": "acacia_fence", + "minecraft:acacia_fence": "acacia_fence", + "acacia_fence_gate": { + "material": "ACACIA_FENCE_GATE" + }, + "acaciafencegate": "acacia_fence_gate", + "acaciagate": "acacia_fence_gate", + "acfencegate": "acacia_fence_gate", + "acgate": "acacia_fence_gate", + "afencegate": "acacia_fence_gate", + "agate": "acacia_fence_gate", + "gatea": "acacia_fence_gate", + "gateac": "acacia_fence_gate", + "gateacacia": "acacia_fence_gate", + "minecraft:acacia_fence_gate": "acacia_fence_gate", + "acacia_leaves": { + "material": "ACACIA_LEAVES" + }, + "acacialeaf": "acacia_leaves", + "acacialeave": "acacia_leaves", + "acacialeaves": "acacia_leaves", + "acacialogleaf": "acacia_leaves", + "acacialogleave": "acacia_leaves", + "acacialogleaves": "acacia_leaves", + "acaciatreeleaf": "acacia_leaves", + "acaciatreeleave": "acacia_leaves", + "acaciatreeleaves": "acacia_leaves", + "acaciatrunkleaf": "acacia_leaves", + "acaciatrunkleave": "acacia_leaves", + "acaciatrunkleaves": "acacia_leaves", + "acaciawoodleaf": "acacia_leaves", + "acaciawoodleave": "acacia_leaves", + "acaciawoodleaves": "acacia_leaves", + "acleaf": "acacia_leaves", + "acleave": "acacia_leaves", + "acleaves": "acacia_leaves", + "aclogleaf": "acacia_leaves", + "aclogleave": "acacia_leaves", + "aclogleaves": "acacia_leaves", + "actreeleaf": "acacia_leaves", + "actreeleave": "acacia_leaves", + "actreeleaves": "acacia_leaves", + "actrunkleaf": "acacia_leaves", + "actrunkleave": "acacia_leaves", + "actrunkleaves": "acacia_leaves", + "acwoodleaf": "acacia_leaves", + "acwoodleave": "acacia_leaves", + "acwoodleaves": "acacia_leaves", + "aleaf": "acacia_leaves", + "aleave": "acacia_leaves", + "aleaves": "acacia_leaves", + "alogleaf": "acacia_leaves", + "alogleave": "acacia_leaves", + "alogleaves": "acacia_leaves", + "atreeleaf": "acacia_leaves", + "atreeleave": "acacia_leaves", + "atreeleaves": "acacia_leaves", + "atrunkleaf": "acacia_leaves", + "atrunkleave": "acacia_leaves", + "atrunkleaves": "acacia_leaves", + "awoodleaf": "acacia_leaves", + "awoodleave": "acacia_leaves", + "awoodleaves": "acacia_leaves", + "leafa": "acacia_leaves", + "leafac": "acacia_leaves", + "leafacacia": "acacia_leaves", + "leavesa": "acacia_leaves", + "leavesac": "acacia_leaves", + "leavesacacia": "acacia_leaves", + "minecraft:acacia_leaves": "acacia_leaves", + "acacia_log": { + "material": "ACACIA_LOG" + }, + "acacialog": "acacia_log", + "acaciatree": "acacia_log", + "acaciatrunk": "acacia_log", + "aclog": "acacia_log", + "actree": "acacia_log", + "actrunk": "acacia_log", + "alog": "acacia_log", + "atree": "acacia_log", + "atrunk": "acacia_log", + "loga": "acacia_log", + "logac": "acacia_log", + "logacacia": "acacia_log", + "minecraft:acacia_log": "acacia_log", + "acacia_planks": { + "material": "ACACIA_PLANKS" + }, + "acaciaplank": "acacia_planks", + "acaciaplanks": "acacia_planks", + "acaciaplankw": "acacia_planks", + "acaciaplankwood": "acacia_planks", + "acaciaplankwooden": "acacia_planks", + "acaciawoodenplank": "acacia_planks", + "acaciawoodplank": "acacia_planks", + "acaciawplank": "acacia_planks", + "acplank": "acacia_planks", + "acplankw": "acacia_planks", + "acplankwood": "acacia_planks", + "acplankwooden": "acacia_planks", + "acwoodenplank": "acacia_planks", + "acwoodplank": "acacia_planks", + "acwplank": "acacia_planks", + "aplank": "acacia_planks", + "aplankw": "acacia_planks", + "aplankwood": "acacia_planks", + "aplankwooden": "acacia_planks", + "awoodenplank": "acacia_planks", + "awoodplank": "acacia_planks", + "awplank": "acacia_planks", + "minecraft:acacia_planks": "acacia_planks", + "acacia_pressure_plate": { + "material": "ACACIA_PRESSURE_PLATE" + }, + "acaciaplate": "acacia_pressure_plate", + "acaciapplate": "acacia_pressure_plate", + "acaciapressplate": "acacia_pressure_plate", + "acaciapressureplate": "acacia_pressure_plate", + "acplate": "acacia_pressure_plate", + "acpplate": "acacia_pressure_plate", + "acpressplate": "acacia_pressure_plate", + "acpressureplate": "acacia_pressure_plate", + "aplate": "acacia_pressure_plate", + "applate": "acacia_pressure_plate", + "apressplate": "acacia_pressure_plate", + "apressureplate": "acacia_pressure_plate", + "minecraft:acacia_pressure_plate": "acacia_pressure_plate", + "platea": "acacia_pressure_plate", + "plateac": "acacia_pressure_plate", + "plateacacia": "acacia_pressure_plate", + "acacia_sapling": { + "material": "ACACIA_SAPLING" + }, + "acacialogsapling": "acacia_sapling", + "acaciasapling": "acacia_sapling", + "acaciatreesapling": "acacia_sapling", + "acaciatrunksapling": "acacia_sapling", + "acaciawoodsapling": "acacia_sapling", + "aclogsapling": "acacia_sapling", + "acsapling": "acacia_sapling", + "actreesapling": "acacia_sapling", + "actrunksapling": "acacia_sapling", + "acwoodsapling": "acacia_sapling", + "alogsapling": "acacia_sapling", + "asapling": "acacia_sapling", + "atreesapling": "acacia_sapling", + "atrunksapling": "acacia_sapling", + "awoodsapling": "acacia_sapling", + "minecraft:acacia_sapling": "acacia_sapling", + "acacia_sign": { + "material": "ACACIA_SIGN", + "fallbacks": [ + "SIGN" + ] + }, + "acaciasign": "acacia_sign", + "acsign": "acacia_sign", + "asign": "acacia_sign", + "minecraft:acacia_sign": "acacia_sign", + "acacia_slab": { + "material": "ACACIA_SLAB" + }, + "acaciahalfblock": "acacia_slab", + "acaciaslab": "acacia_slab", + "acaciastep": "acacia_slab", + "acaciawhalfblock": "acacia_slab", + "acaciawoodenhalfblock": "acacia_slab", + "acaciawoodenslab": "acacia_slab", + "acaciawoodenstep": "acacia_slab", + "acaciawoodhalfblock": "acacia_slab", + "acaciawoodslab": "acacia_slab", + "acaciawoodstep": "acacia_slab", + "acaciawslab": "acacia_slab", + "acaciawstep": "acacia_slab", + "achalfblock": "acacia_slab", + "acstep": "acacia_slab", + "acwhalfblock": "acacia_slab", + "acwoodenhalfblock": "acacia_slab", + "acwoodenslab": "acacia_slab", + "acwoodenstep": "acacia_slab", + "acwoodhalfblock": "acacia_slab", + "acwoodslab": "acacia_slab", + "acwoodstep": "acacia_slab", + "acwslab": "acacia_slab", + "acwstep": "acacia_slab", + "ahalfblock": "acacia_slab", + "astep": "acacia_slab", + "awhalfblock": "acacia_slab", + "awoodenhalfblock": "acacia_slab", + "awoodenslab": "acacia_slab", + "awoodenstep": "acacia_slab", + "awoodhalfblock": "acacia_slab", + "awoodslab": "acacia_slab", + "awoodstep": "acacia_slab", + "awslab": "acacia_slab", + "awstep": "acacia_slab", + "minecraft:acacia_slab": "acacia_slab", + "acacia_stairs": { + "material": "ACACIA_STAIRS" + }, + "acaciastair": "acacia_stairs", + "acaciastairs": "acacia_stairs", + "acaciawoodenstair": "acacia_stairs", + "acaciawoodenstairs": "acacia_stairs", + "acaciawoodstair": "acacia_stairs", + "acaciawoodstairs": "acacia_stairs", + "acaciawstair": "acacia_stairs", + "acaciawstairs": "acacia_stairs", + "acstair": "acacia_stairs", + "acwoodenstair": "acacia_stairs", + "acwoodenstairs": "acacia_stairs", + "acwoodstair": "acacia_stairs", + "acwoodstairs": "acacia_stairs", + "acwstair": "acacia_stairs", + "acwstairs": "acacia_stairs", + "astair": "acacia_stairs", + "awoodenstair": "acacia_stairs", + "awoodenstairs": "acacia_stairs", + "awoodstair": "acacia_stairs", + "awoodstairs": "acacia_stairs", + "awstair": "acacia_stairs", + "awstairs": "acacia_stairs", + "minecraft:acacia_stairs": "acacia_stairs", + "acacia_trapdoor": { + "material": "ACACIA_TRAPDOOR" + }, + "acaciadoort": "acacia_trapdoor", + "acaciadoortrap": "acacia_trapdoor", + "acaciadtrap": "acacia_trapdoor", + "acaciahatch": "acacia_trapdoor", + "acaciatdoor": "acacia_trapdoor", + "acaciatrapd": "acacia_trapdoor", + "acaciatrapdoor": "acacia_trapdoor", + "acdoort": "acacia_trapdoor", + "acdoortrap": "acacia_trapdoor", + "acdtrap": "acacia_trapdoor", + "achatch": "acacia_trapdoor", + "actdoor": "acacia_trapdoor", + "actrapd": "acacia_trapdoor", + "actrapdoor": "acacia_trapdoor", + "adoort": "acacia_trapdoor", + "adoortrap": "acacia_trapdoor", + "adtrap": "acacia_trapdoor", + "ahatch": "acacia_trapdoor", + "atdoor": "acacia_trapdoor", + "atrapd": "acacia_trapdoor", + "atrapdoor": "acacia_trapdoor", + "minecraft:acacia_trapdoor": "acacia_trapdoor", + "acacia_wood": { + "material": "ACACIA_WOOD" + }, + "acacialogall": "acacia_wood", + "acaciatreeall": "acacia_wood", + "acaciatrunkall": "acacia_wood", + "acaciawood": "acacia_wood", + "aclogall": "acacia_wood", + "actreeall": "acacia_wood", + "actrunkall": "acacia_wood", + "acwood": "acacia_wood", + "alogall": "acacia_wood", + "atreeall": "acacia_wood", + "atrunkall": "acacia_wood", + "awood": "acacia_wood", + "minecraft:acacia_wood": "acacia_wood", + "wooda": "acacia_wood", + "woodac": "acacia_wood", + "woodacacia": "acacia_wood", + "activator_rail": { + "material": "ACTIVATOR_RAIL" + }, + "activaterail": "activator_rail", + "activaterails": "activator_rail", + "activatetrack": "activator_rail", + "activatorrail": "activator_rail", + "activatorrails": "activator_rail", + "activatortrack": "activator_rail", + "actrail": "activator_rail", + "actrails": "activator_rail", + "acttrack": "activator_rail", + "arail": "activator_rail", + "arails": "activator_rail", + "atrack": "activator_rail", + "minecraft:activator_rail": "activator_rail", + "trail": "activator_rail", + "trails": "activator_rail", + "triggerrail": "activator_rail", + "triggerrails": "activator_rail", + "triggertrack": "activator_rail", + "trrail": "activator_rail", + "trrails": "activator_rail", + "trtrack": "activator_rail", + "ttrack": "activator_rail", + "air": { + "material": "AIR" + }, + "minecraft:air": "air", + "allium": { + "material": "ALLIUM" + }, + "minecraft:allium": "allium", + "amethyst_block": { + "material": "AMETHYST_BLOCK" + }, + "amethyst": "amethyst_block", + "amethystblock": "amethyst_block", + "cave": "amethyst_block", + "caveblock": "amethyst_block", + "minecraft:amethyst_block": "amethyst_block", + "amethyst_cluster": { + "material": "AMETHYST_CLUSTER" + }, + "amethystclump": "amethyst_cluster", + "amethystcluster": "amethyst_cluster", + "caveclump": "amethyst_cluster", + "cavecluster": "amethyst_cluster", + "clumpamethyst": "amethyst_cluster", + "clumpcave": "amethyst_cluster", + "clusteramethyst": "amethyst_cluster", + "clustercave": "amethyst_cluster", + "minecraft:amethyst_cluster": "amethyst_cluster", + "amethyst_shard": { + "material": "AMETHYST_SHARD" + }, + "amethystfragment": "amethyst_shard", + "amethystshard": "amethyst_shard", + "cavefragment": "amethyst_shard", + "caveshard": "amethyst_shard", + "minecraft:amethyst_shard": "amethyst_shard", + "ancient_debris": { + "material": "ANCIENT_DEBRIS" + }, + "ancientdebris": "ancient_debris", + "minecraft:ancient_debris": "ancient_debris", + "andesite": { + "material": "ANDESITE" + }, + "and": "andesite", + "andb": "andesite", + "andbl": "andesite", + "andblock": "andesite", + "andesiteb": "andesite", + "andesitebl": "andesite", + "andesiteblock": "andesite", + "andstone": "andesite", + "andstoneb": "andesite", + "andstonebl": "andesite", + "andstoneblock": "andesite", + "astone": "andesite", + "astoneb": "andesite", + "astonebl": "andesite", + "astoneblock": "andesite", + "minecraft:andesite": "andesite", + "andesite_slab": { + "material": "ANDESITE_SLAB" + }, + "andesitehalfblock": "andesite_slab", + "andesiteslab": "andesite_slab", + "andesitestep": "andesite_slab", + "andhalfblock": "andesite_slab", + "andstep": "andesite_slab", + "andstonehalfblock": "andesite_slab", + "andstonestep": "andesite_slab", + "astonehalfblock": "andesite_slab", + "astonestep": "andesite_slab", + "minecraft:andesite_slab": "andesite_slab", + "andesite_stairs": { + "material": "ANDESITE_STAIRS" + }, + "andesitestair": "andesite_stairs", + "andesitestairs": "andesite_stairs", + "andstair": "andesite_stairs", + "andstairs": "andesite_stairs", + "andstonestair": "andesite_stairs", + "andstonestairs": "andesite_stairs", + "astonestair": "andesite_stairs", + "astonestairs": "andesite_stairs", + "minecraft:andesite_stairs": "andesite_stairs", + "andesite_wall": { + "material": "ANDESITE_WALL" + }, + "andesitewall": "andesite_wall", + "andstonewall": "andesite_wall", + "andwall": "andesite_wall", + "astonewall": "andesite_wall", + "minecraft:andesite_wall": "andesite_wall", + "walland": "andesite_wall", + "wallandesite": "andesite_wall", + "wallandstone": "andesite_wall", + "wallastone": "andesite_wall", + "anvil": { + "material": "ANVIL" + }, + "minecraft:anvil": "anvil", + "apple": { + "material": "APPLE" + }, + "minecraft:apple": "apple", + "armor_stand": { + "material": "ARMOR_STAND" + }, + "armorstand": "armor_stand", + "minecraft:armor_stand": "armor_stand", + "arrow": { + "material": "ARROW" + }, + "minecraft:arrow": "arrow", + "awkward_lingering_potion": { + "potionData": { + "type": "AWKWARD", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotawkward": "awkward_lingering_potion", + "aoepotionawkward": "awkward_lingering_potion", + "areapotawkward": "awkward_lingering_potion", + "areapotionawkward": "awkward_lingering_potion", + "awkwardaoepoiont": "awkward_lingering_potion", + "awkwardaoepot": "awkward_lingering_potion", + "awkwardareapot": "awkward_lingering_potion", + "awkwardareapotion": "awkward_lingering_potion", + "awkwardcloudpot": "awkward_lingering_potion", + "awkwardcloudpotion": "awkward_lingering_potion", + "awkwardlingerpot": "awkward_lingering_potion", + "cloudpotawkward": "awkward_lingering_potion", + "cloudpotionawkward": "awkward_lingering_potion", + "lingerpotawkward": "awkward_lingering_potion", + "awkward_potion": { + "potionData": { + "type": "AWKWARD", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "awkwardpot": "awkward_potion", + "awkwardpotion": "awkward_potion", + "potionofawkward": "awkward_potion", + "potofawkward": "awkward_potion", + "awkward_splash_potion": { + "potionData": { + "type": "AWKWARD", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "awkwardsplashpot": "awkward_splash_potion", + "awkwardsplashpotion": "awkward_splash_potion", + "splashawkwardpot": "awkward_splash_potion", + "splashawkwardpotion": "awkward_splash_potion", + "splawkwardpot": "awkward_splash_potion", + "splawkwardpotion": "awkward_splash_potion", + "awkward_tipped_arrow": { + "potionData": { + "type": "AWKWARD", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowawkward": "awkward_tipped_arrow", + "awkwardarrow": "awkward_tipped_arrow", + "awkwardtarr": "awkward_tipped_arrow", + "awkwardtarrow": "awkward_tipped_arrow", + "awkwardtippedarrow": "awkward_tipped_arrow", + "axolotl_bucket": { + "material": "AXOLOTL_BUCKET" + }, + "axolotlbucket": "axolotl_bucket", + "axolotlbukkit": "axolotl_bucket", + "axolotlpail": "axolotl_bucket", + "bucketoaxolotl": "axolotl_bucket", + "bucketowalkingfish": "axolotl_bucket", + "minecraft:axolotl_bucket": "axolotl_bucket", + "walkingfishbucket": "axolotl_bucket", + "walkingfishbukkit": "axolotl_bucket", + "walkingfishpail": "axolotl_bucket", + "axolotl_spawn_egg": { + "material": "AXOLOTL_SPAWN_EGG" + }, + "axolotlegg": "axolotl_spawn_egg", + "axolotlsegg": "axolotl_spawn_egg", + "axolotlspawn": "axolotl_spawn_egg", + "axolotlspawnegg": "axolotl_spawn_egg", + "eggaxolotl": "axolotl_spawn_egg", + "eggwalkingfish": "axolotl_spawn_egg", + "minecraft:axolotl_spawn_egg": "axolotl_spawn_egg", + "seggaxolotl": "axolotl_spawn_egg", + "seggwalkingfish": "axolotl_spawn_egg", + "spawnaxolotl": "axolotl_spawn_egg", + "spawneggaxolotl": "axolotl_spawn_egg", + "spawneggwalkingfish": "axolotl_spawn_egg", + "spawnwalkingfish": "axolotl_spawn_egg", + "walkingfishegg": "axolotl_spawn_egg", + "walkingfishsegg": "axolotl_spawn_egg", + "walkingfishspawn": "axolotl_spawn_egg", + "walkingfishspawnegg": "axolotl_spawn_egg", + "axolotl_spawner": { + "entity": "AXOLOTL", + "material": "SPAWNER" + }, + "axolotlcage": "axolotl_spawner", + "axolotlmcage": "axolotl_spawner", + "axolotlmobcage": "axolotl_spawner", + "axolotlmobspawner": "axolotl_spawner", + "axolotlmonstercage": "axolotl_spawner", + "axolotlmonsterspawner": "axolotl_spawner", + "axolotlmspawner": "axolotl_spawner", + "axolotlspawner": "axolotl_spawner", + "walkingfishcage": "axolotl_spawner", + "walkingfishmcage": "axolotl_spawner", + "walkingfishmobcage": "axolotl_spawner", + "walkingfishmobspawner": "axolotl_spawner", + "walkingfishmonstercage": "axolotl_spawner", + "walkingfishmonsterspawner": "axolotl_spawner", + "walkingfishmspawner": "axolotl_spawner", + "walkingfishspawner": "axolotl_spawner", + "azalea": { + "material": "AZALEA" + }, + "minecraft:azalea": "azalea", + "azalea_leaves": { + "material": "AZALEA_LEAVES" + }, + "azaleaf": "azalea_leaves", + "azalealeaf": "azalea_leaves", + "azalealeave": "azalea_leaves", + "azalealeaves": "azalea_leaves", + "azalealogleaf": "azalea_leaves", + "azalealogleave": "azalea_leaves", + "azalealogleaves": "azalea_leaves", + "azaleatreeleaf": "azalea_leaves", + "azaleatreeleave": "azalea_leaves", + "azaleatreeleaves": "azalea_leaves", + "azaleatrunkleaf": "azalea_leaves", + "azaleatrunkleave": "azalea_leaves", + "azaleatrunkleaves": "azalea_leaves", + "azaleave": "azalea_leaves", + "azaleaves": "azalea_leaves", + "azaleawoodleaf": "azalea_leaves", + "azaleawoodleave": "azalea_leaves", + "azaleawoodleaves": "azalea_leaves", + "azalogleaf": "azalea_leaves", + "azalogleave": "azalea_leaves", + "azalogleaves": "azalea_leaves", + "azatreeleaf": "azalea_leaves", + "azatreeleave": "azalea_leaves", + "azatreeleaves": "azalea_leaves", + "azatrunkleaf": "azalea_leaves", + "azatrunkleave": "azalea_leaves", + "azatrunkleaves": "azalea_leaves", + "azawoodleaf": "azalea_leaves", + "azawoodleave": "azalea_leaves", + "azawoodleaves": "azalea_leaves", + "azleaf": "azalea_leaves", + "azleave": "azalea_leaves", + "azleaves": "azalea_leaves", + "azlogleaf": "azalea_leaves", + "azlogleave": "azalea_leaves", + "azlogleaves": "azalea_leaves", + "aztreeleaf": "azalea_leaves", + "aztreeleave": "azalea_leaves", + "aztreeleaves": "azalea_leaves", + "aztrunkleaf": "azalea_leaves", + "aztrunkleave": "azalea_leaves", + "aztrunkleaves": "azalea_leaves", + "azwoodleaf": "azalea_leaves", + "azwoodleave": "azalea_leaves", + "azwoodleaves": "azalea_leaves", + "leafaz": "azalea_leaves", + "leafaza": "azalea_leaves", + "leafazalea": "azalea_leaves", + "leavesaz": "azalea_leaves", + "leavesaza": "azalea_leaves", + "leavesazalea": "azalea_leaves", + "minecraft:azalea_leaves": "azalea_leaves", + "azure_bluet": { + "material": "AZURE_BLUET" + }, + "azurebluet": "azure_bluet", + "minecraft:azure_bluet": "azure_bluet", + "baked_potato": { + "material": "BAKED_POTATO" + }, + "bakedpotato": "baked_potato", + "minecraft:baked_potato": "baked_potato", + "bamboo": { + "material": "BAMBOO" + }, + "minecraft:bamboo": "bamboo", + "barrel": { + "material": "BARREL" + }, + "minecraft:barrel": "barrel", + "barrier": { + "material": "BARRIER" + }, + "minecraft:barrier": "barrier", + "basalt": { + "material": "BASALT" + }, + "bas": "basalt", + "basaltb": "basalt", + "basaltbl": "basalt", + "basaltblock": "basalt", + "basaltst": "basalt", + "basaltstb": "basalt", + "basaltstbl": "basalt", + "basaltstblock": "basalt", + "basb": "basalt", + "basbl": "basalt", + "basblock": "basalt", + "bast": "basalt", + "bastb": "basalt", + "bastbl": "basalt", + "bastblock": "basalt", + "minecraft:basalt": "basalt", + "bat_spawn_egg": { + "material": "BAT_SPAWN_EGG" + }, + "bategg": "bat_spawn_egg", + "batsegg": "bat_spawn_egg", + "batspawn": "bat_spawn_egg", + "batspawnegg": "bat_spawn_egg", + "eggbat": "bat_spawn_egg", + "minecraft:bat_spawn_egg": "bat_spawn_egg", + "seggbat": "bat_spawn_egg", + "spawnbat": "bat_spawn_egg", + "spawneggbat": "bat_spawn_egg", + "bat_spawner": { + "entity": "BAT", + "material": "SPAWNER" + }, + "batcage": "bat_spawner", + "batmcage": "bat_spawner", + "batmobcage": "bat_spawner", + "batmobspawner": "bat_spawner", + "batmonstercage": "bat_spawner", + "batmonsterspawner": "bat_spawner", + "batmspawner": "bat_spawner", + "batspawner": "bat_spawner", + "beacon": { + "material": "BEACON" + }, + "minecraft:beacon": "beacon", + "bedrock": { + "material": "BEDROCK" + }, + "minecraft:bedrock": "bedrock", + "bee_nest": { + "material": "BEE_NEST" + }, + "beenest": "bee_nest", + "minecraft:bee_nest": "bee_nest", + "bee_spawn_egg": { + "material": "BEE_SPAWN_EGG" + }, + "beeegg": "bee_spawn_egg", + "beesegg": "bee_spawn_egg", + "beespawn": "bee_spawn_egg", + "beespawnegg": "bee_spawn_egg", + "eggbee": "bee_spawn_egg", + "minecraft:bee_spawn_egg": "bee_spawn_egg", + "seggbee": "bee_spawn_egg", + "spawnbee": "bee_spawn_egg", + "spawneggbee": "bee_spawn_egg", + "bee_spawner": { + "entity": "BEE", + "material": "SPAWNER" + }, + "beecage": "bee_spawner", + "beemcage": "bee_spawner", + "beemobcage": "bee_spawner", + "beemobspawner": "bee_spawner", + "beemonstercage": "bee_spawner", + "beemonsterspawner": "bee_spawner", + "beemspawner": "bee_spawner", + "beespawner": "bee_spawner", + "beef": { + "material": "BEEF" + }, + "cowmeat": "beef", + "minecraft:beef": "beef", + "plainbeef": "beef", + "plaincowmeat": "beef", + "plainsteak": "beef", + "rabeef": "beef", + "racowmeat": "beef", + "rasteak": "beef", + "rawbeef": "beef", + "rawcowmeat": "beef", + "rawsteak": "beef", + "steak": "beef", + "uncookedbeef": "beef", + "uncookedcowmeat": "beef", + "uncookedsteak": "beef", + "beehive": { + "material": "BEEHIVE" + }, + "minecraft:beehive": "beehive", + "beetroot": { + "material": "BEETROOT" + }, + "minecraft:beetroot": "beetroot", + "beetroot_seeds": { + "material": "BEETROOT_SEEDS" + }, + "beetrootseeds": "beetroot_seeds", + "minecraft:beetroot_seeds": "beetroot_seeds", + "beetroot_soup": { + "material": "BEETROOT_SOUP" + }, + "beetrootsoup": "beetroot_soup", + "minecraft:beetroot_soup": "beetroot_soup", + "bell": { + "material": "BELL" + }, + "minecraft:bell": "bell", + "big_dripleaf": { + "material": "BIG_DRIPLEAF" + }, + "bigdripleaf": "big_dripleaf", + "minecraft:big_dripleaf": "big_dripleaf", + "birch_boat": { + "material": "BIRCH_BOAT" + }, + "bboat": "birch_boat", + "birchboat": "birch_boat", + "birchraft": "birch_boat", + "boatb": "birch_boat", + "boatbirch": "birch_boat", + "boatl": "birch_boat", + "boatlight": "birch_boat", + "boatw": "birch_boat", + "boatwhite": "birch_boat", + "braft": "birch_boat", + "lboat": "birch_boat", + "lightboat": "birch_boat", + "lightraft": "birch_boat", + "lraft": "birch_boat", + "minecraft:birch_boat": "birch_boat", + "wboat": "birch_boat", + "whiteboat": "birch_boat", + "whiteraft": "birch_boat", + "wraft": "birch_boat", + "birch_button": { + "material": "BIRCH_BUTTON" + }, + "bbutton": "birch_button", + "birchbutton": "birch_button", + "buttonb": "birch_button", + "buttonbirch": "birch_button", + "buttonl": "birch_button", + "buttonlight": "birch_button", + "buttonw": "birch_button", + "buttonwhite": "birch_button", + "lbutton": "birch_button", + "lightbutton": "birch_button", + "minecraft:birch_button": "birch_button", + "wbutton": "birch_button", + "whitebutton": "birch_button", + "birch_door": { + "material": "BIRCH_DOOR" + }, + "bdoor": "birch_door", + "birchdoor": "birch_door", + "ldoor": "birch_door", + "lightdoor": "birch_door", + "minecraft:birch_door": "birch_door", + "wdoor": "birch_door", + "whitedoor": "birch_door", + "birch_fence": { + "material": "BIRCH_FENCE" + }, + "bfence": "birch_fence", + "birchfence": "birch_fence", + "lfence": "birch_fence", + "lightfence": "birch_fence", + "minecraft:birch_fence": "birch_fence", + "wfence": "birch_fence", + "whitefence": "birch_fence", + "birch_fence_gate": { + "material": "BIRCH_FENCE_GATE" + }, + "bfencegate": "birch_fence_gate", + "bgate": "birch_fence_gate", + "birchfencegate": "birch_fence_gate", + "birchgate": "birch_fence_gate", + "gateb": "birch_fence_gate", + "gatebirch": "birch_fence_gate", + "gatel": "birch_fence_gate", + "gatelight": "birch_fence_gate", + "gatew": "birch_fence_gate", + "gatewhite": "birch_fence_gate", + "lfencegate": "birch_fence_gate", + "lgate": "birch_fence_gate", + "lightfencegate": "birch_fence_gate", + "lightgate": "birch_fence_gate", + "minecraft:birch_fence_gate": "birch_fence_gate", + "wfencegate": "birch_fence_gate", + "wgate": "birch_fence_gate", + "whitefencegate": "birch_fence_gate", + "whitegate": "birch_fence_gate", + "birch_leaves": { + "material": "BIRCH_LEAVES" + }, + "birchleaf": "birch_leaves", + "birchleave": "birch_leaves", + "birchleaves": "birch_leaves", + "birchlogleaf": "birch_leaves", + "birchlogleave": "birch_leaves", + "birchlogleaves": "birch_leaves", + "birchtreeleaf": "birch_leaves", + "birchtreeleave": "birch_leaves", + "birchtreeleaves": "birch_leaves", + "birchtrunkleaf": "birch_leaves", + "birchtrunkleave": "birch_leaves", + "birchtrunkleaves": "birch_leaves", + "birchwoodleaf": "birch_leaves", + "birchwoodleave": "birch_leaves", + "birchwoodleaves": "birch_leaves", + "bleaf": "birch_leaves", + "bleave": "birch_leaves", + "bleaves": "birch_leaves", + "blogleaf": "birch_leaves", + "blogleave": "birch_leaves", + "blogleaves": "birch_leaves", + "btreeleaf": "birch_leaves", + "btreeleave": "birch_leaves", + "btreeleaves": "birch_leaves", + "btrunkleaf": "birch_leaves", + "btrunkleave": "birch_leaves", + "btrunkleaves": "birch_leaves", + "bwoodleaf": "birch_leaves", + "bwoodleave": "birch_leaves", + "bwoodleaves": "birch_leaves", + "leafb": "birch_leaves", + "leafbirch": "birch_leaves", + "leafl": "birch_leaves", + "leaflight": "birch_leaves", + "leafw": "birch_leaves", + "leafwhite": "birch_leaves", + "leavesb": "birch_leaves", + "leavesbirch": "birch_leaves", + "leavesl": "birch_leaves", + "leaveslight": "birch_leaves", + "leavesw": "birch_leaves", + "leaveswhite": "birch_leaves", + "lightleaf": "birch_leaves", + "lightleave": "birch_leaves", + "lightleaves": "birch_leaves", + "lightlogleaf": "birch_leaves", + "lightlogleave": "birch_leaves", + "lightlogleaves": "birch_leaves", + "lighttreeleaf": "birch_leaves", + "lighttreeleave": "birch_leaves", + "lighttreeleaves": "birch_leaves", + "lighttrunkleaf": "birch_leaves", + "lighttrunkleave": "birch_leaves", + "lighttrunkleaves": "birch_leaves", + "lightwoodleaf": "birch_leaves", + "lightwoodleave": "birch_leaves", + "lightwoodleaves": "birch_leaves", + "lleaf": "birch_leaves", + "lleave": "birch_leaves", + "lleaves": "birch_leaves", + "llogleaf": "birch_leaves", + "llogleave": "birch_leaves", + "llogleaves": "birch_leaves", + "ltreeleaf": "birch_leaves", + "ltreeleave": "birch_leaves", + "ltreeleaves": "birch_leaves", + "ltrunkleaf": "birch_leaves", + "ltrunkleave": "birch_leaves", + "ltrunkleaves": "birch_leaves", + "lwoodleaf": "birch_leaves", + "lwoodleave": "birch_leaves", + "lwoodleaves": "birch_leaves", + "minecraft:birch_leaves": "birch_leaves", + "whiteleaf": "birch_leaves", + "whiteleave": "birch_leaves", + "whiteleaves": "birch_leaves", + "whitelogleaf": "birch_leaves", + "whitelogleave": "birch_leaves", + "whitelogleaves": "birch_leaves", + "whitetreeleaf": "birch_leaves", + "whitetreeleave": "birch_leaves", + "whitetreeleaves": "birch_leaves", + "whitetrunkleaf": "birch_leaves", + "whitetrunkleave": "birch_leaves", + "whitetrunkleaves": "birch_leaves", + "whitewoodleaf": "birch_leaves", + "whitewoodleave": "birch_leaves", + "whitewoodleaves": "birch_leaves", + "wleaf": "birch_leaves", + "wleave": "birch_leaves", + "wleaves": "birch_leaves", + "wlogleaf": "birch_leaves", + "wlogleave": "birch_leaves", + "wlogleaves": "birch_leaves", + "wtreeleaf": "birch_leaves", + "wtreeleave": "birch_leaves", + "wtreeleaves": "birch_leaves", + "wtrunkleaf": "birch_leaves", + "wtrunkleave": "birch_leaves", + "wtrunkleaves": "birch_leaves", + "wwoodleaf": "birch_leaves", + "wwoodleave": "birch_leaves", + "wwoodleaves": "birch_leaves", + "birch_log": { + "material": "BIRCH_LOG" + }, + "birchlog": "birch_log", + "birchtree": "birch_log", + "birchtrunk": "birch_log", + "blog": "birch_log", + "btree": "birch_log", + "btrunk": "birch_log", + "lightlog": "birch_log", + "lighttree": "birch_log", + "lighttrunk": "birch_log", + "llog": "birch_log", + "logb": "birch_log", + "logbirch": "birch_log", + "logl": "birch_log", + "loglight": "birch_log", + "logw": "birch_log", + "logwhite": "birch_log", + "ltree": "birch_log", + "ltrunk": "birch_log", + "minecraft:birch_log": "birch_log", + "whitelog": "birch_log", + "whitetree": "birch_log", + "whitetrunk": "birch_log", + "wlog": "birch_log", + "wtree": "birch_log", + "wtrunk": "birch_log", + "birch_planks": { + "material": "BIRCH_PLANKS" + }, + "birchplank": "birch_planks", + "birchplanks": "birch_planks", + "birchplankw": "birch_planks", + "birchplankwood": "birch_planks", + "birchplankwooden": "birch_planks", + "birchwoodenplank": "birch_planks", + "birchwoodplank": "birch_planks", + "birchwplank": "birch_planks", + "bplank": "birch_planks", + "bplankw": "birch_planks", + "bplankwood": "birch_planks", + "bplankwooden": "birch_planks", + "bwoodenplank": "birch_planks", + "bwoodplank": "birch_planks", + "bwplank": "birch_planks", + "lightplank": "birch_planks", + "lightplankw": "birch_planks", + "lightplankwood": "birch_planks", + "lightplankwooden": "birch_planks", + "lightwoodenplank": "birch_planks", + "lightwoodplank": "birch_planks", + "lightwplank": "birch_planks", + "lplank": "birch_planks", + "lplankw": "birch_planks", + "lplankwood": "birch_planks", + "lplankwooden": "birch_planks", + "lwoodenplank": "birch_planks", + "lwoodplank": "birch_planks", + "lwplank": "birch_planks", + "minecraft:birch_planks": "birch_planks", + "whiteplank": "birch_planks", + "whiteplankw": "birch_planks", + "whiteplankwood": "birch_planks", + "whiteplankwooden": "birch_planks", + "whitewoodenplank": "birch_planks", + "whitewoodplank": "birch_planks", + "whitewplank": "birch_planks", + "wplank": "birch_planks", + "wplankw": "birch_planks", + "wplankwood": "birch_planks", + "wplankwooden": "birch_planks", + "wwoodenplank": "birch_planks", + "wwoodplank": "birch_planks", + "wwplank": "birch_planks", + "birch_pressure_plate": { + "material": "BIRCH_PRESSURE_PLATE" + }, + "birchplate": "birch_pressure_plate", + "birchpplate": "birch_pressure_plate", + "birchpressplate": "birch_pressure_plate", + "birchpressureplate": "birch_pressure_plate", + "bplate": "birch_pressure_plate", + "bpplate": "birch_pressure_plate", + "bpressplate": "birch_pressure_plate", + "bpressureplate": "birch_pressure_plate", + "lightplate": "birch_pressure_plate", + "lightpplate": "birch_pressure_plate", + "lightpressplate": "birch_pressure_plate", + "lightpressureplate": "birch_pressure_plate", + "lplate": "leather_chestplate", + "lpplate": "birch_pressure_plate", + "lpressplate": "birch_pressure_plate", + "lpressureplate": "birch_pressure_plate", + "minecraft:birch_pressure_plate": "birch_pressure_plate", + "plateb": "birch_pressure_plate", + "platebirch": "birch_pressure_plate", + "platel": "birch_pressure_plate", + "platelight": "birch_pressure_plate", + "platew": "birch_pressure_plate", + "platewhite": "birch_pressure_plate", + "whiteplate": "birch_pressure_plate", + "whitepplate": "birch_pressure_plate", + "whitepressplate": "birch_pressure_plate", + "whitepressureplate": "birch_pressure_plate", + "wplate": "birch_pressure_plate", + "wpplate": "birch_pressure_plate", + "wpressplate": "birch_pressure_plate", + "wpressureplate": "birch_pressure_plate", + "birch_sapling": { + "material": "BIRCH_SAPLING" + }, + "birchlogsapling": "birch_sapling", + "birchsapling": "birch_sapling", + "birchtreesapling": "birch_sapling", + "birchtrunksapling": "birch_sapling", + "birchwoodsapling": "birch_sapling", + "blogsapling": "birch_sapling", + "bsapling": "birch_sapling", + "btreesapling": "birch_sapling", + "btrunksapling": "birch_sapling", + "bwoodsapling": "birch_sapling", + "lightlogsapling": "birch_sapling", + "lightsapling": "birch_sapling", + "lighttreesapling": "birch_sapling", + "lighttrunksapling": "birch_sapling", + "lightwoodsapling": "birch_sapling", + "llogsapling": "birch_sapling", + "lsapling": "birch_sapling", + "ltreesapling": "birch_sapling", + "ltrunksapling": "birch_sapling", + "lwoodsapling": "birch_sapling", + "minecraft:birch_sapling": "birch_sapling", + "whitelogsapling": "birch_sapling", + "whitesapling": "birch_sapling", + "whitetreesapling": "birch_sapling", + "whitetrunksapling": "birch_sapling", + "whitewoodsapling": "birch_sapling", + "wlogsapling": "birch_sapling", + "wsapling": "birch_sapling", + "wtreesapling": "birch_sapling", + "wtrunksapling": "birch_sapling", + "wwoodsapling": "birch_sapling", + "birch_sign": { + "material": "BIRCH_SIGN", + "fallbacks": [ + "SIGN" + ] + }, + "birchsign": "birch_sign", + "bsign": "birch_sign", + "lightsign": "birch_sign", + "lsign": "birch_sign", + "minecraft:birch_sign": "birch_sign", + "whitesign": "birch_sign", + "wsign": "birch_sign", + "birch_slab": { + "material": "BIRCH_SLAB" + }, + "bhalfblock": "birch_slab", + "birchhalfblock": "birch_slab", + "birchslab": "birch_slab", + "birchstep": "birch_slab", + "birchwhalfblock": "birch_slab", + "birchwoodenhalfblock": "birch_slab", + "birchwoodenslab": "birch_slab", + "birchwoodenstep": "birch_slab", + "birchwoodhalfblock": "birch_slab", + "birchwoodslab": "birch_slab", + "birchwoodstep": "birch_slab", + "birchwslab": "birch_slab", + "birchwstep": "birch_slab", + "bstep": "birch_slab", + "bwhalfblock": "birch_slab", + "bwoodenhalfblock": "birch_slab", + "bwoodenslab": "birch_slab", + "bwoodenstep": "birch_slab", + "bwoodhalfblock": "birch_slab", + "bwoodslab": "birch_slab", + "bwoodstep": "birch_slab", + "bwslab": "birch_slab", + "bwstep": "birch_slab", + "lhalfblock": "birch_slab", + "lighthalfblock": "birch_slab", + "lightstep": "birch_slab", + "lightwhalfblock": "birch_slab", + "lightwoodenhalfblock": "birch_slab", + "lightwoodenslab": "birch_slab", + "lightwoodenstep": "birch_slab", + "lightwoodhalfblock": "birch_slab", + "lightwoodslab": "birch_slab", + "lightwoodstep": "birch_slab", + "lightwslab": "birch_slab", + "lightwstep": "birch_slab", + "lstep": "birch_slab", + "lwhalfblock": "birch_slab", + "lwoodenhalfblock": "birch_slab", + "lwoodenslab": "birch_slab", + "lwoodenstep": "birch_slab", + "lwoodhalfblock": "birch_slab", + "lwoodslab": "birch_slab", + "lwoodstep": "birch_slab", + "lwslab": "birch_slab", + "lwstep": "birch_slab", + "minecraft:birch_slab": "birch_slab", + "whalfblock": "birch_slab", + "whitehalfblock": "birch_slab", + "whitestep": "birch_slab", + "whitewhalfblock": "birch_slab", + "whitewoodenhalfblock": "birch_slab", + "whitewoodenslab": "birch_slab", + "whitewoodenstep": "birch_slab", + "whitewoodhalfblock": "birch_slab", + "whitewoodslab": "birch_slab", + "whitewoodstep": "birch_slab", + "whitewslab": "birch_slab", + "whitewstep": "birch_slab", + "wstep": "birch_slab", + "wwhalfblock": "birch_slab", + "wwoodenhalfblock": "birch_slab", + "wwoodenslab": "birch_slab", + "wwoodenstep": "birch_slab", + "wwoodhalfblock": "birch_slab", + "wwoodslab": "birch_slab", + "wwoodstep": "birch_slab", + "wwslab": "birch_slab", + "wwstep": "birch_slab", + "birch_stairs": { + "material": "BIRCH_STAIRS" + }, + "birchstair": "birch_stairs", + "birchstairs": "birch_stairs", + "birchwoodenstair": "birch_stairs", + "birchwoodenstairs": "birch_stairs", + "birchwoodstair": "birch_stairs", + "birchwoodstairs": "birch_stairs", + "birchwstair": "birch_stairs", + "birchwstairs": "birch_stairs", + "bstair": "birch_stairs", + "bwoodenstair": "birch_stairs", + "bwoodenstairs": "birch_stairs", + "bwoodstair": "birch_stairs", + "bwoodstairs": "birch_stairs", + "bwstair": "birch_stairs", + "bwstairs": "birch_stairs", + "lightstair": "birch_stairs", + "lightwoodenstair": "birch_stairs", + "lightwoodenstairs": "birch_stairs", + "lightwoodstair": "birch_stairs", + "lightwoodstairs": "birch_stairs", + "lightwstair": "birch_stairs", + "lightwstairs": "birch_stairs", + "lstair": "birch_stairs", + "lwoodenstair": "birch_stairs", + "lwoodenstairs": "birch_stairs", + "lwoodstair": "birch_stairs", + "lwoodstairs": "birch_stairs", + "lwstair": "birch_stairs", + "lwstairs": "birch_stairs", + "minecraft:birch_stairs": "birch_stairs", + "whitestair": "birch_stairs", + "whitewoodenstair": "birch_stairs", + "whitewoodenstairs": "birch_stairs", + "whitewoodstair": "birch_stairs", + "whitewoodstairs": "birch_stairs", + "whitewstair": "birch_stairs", + "whitewstairs": "birch_stairs", + "wstair": "birch_stairs", + "wwoodenstair": "birch_stairs", + "wwoodenstairs": "birch_stairs", + "wwoodstair": "birch_stairs", + "wwoodstairs": "birch_stairs", + "wwstair": "birch_stairs", + "wwstairs": "birch_stairs", + "birch_trapdoor": { + "material": "BIRCH_TRAPDOOR" + }, + "bdoort": "birch_trapdoor", + "bdoortrap": "birch_trapdoor", + "bdtrap": "birch_trapdoor", + "bhatch": "birch_trapdoor", + "birchdoort": "birch_trapdoor", + "birchdoortrap": "birch_trapdoor", + "birchdtrap": "birch_trapdoor", + "birchhatch": "birch_trapdoor", + "birchtdoor": "birch_trapdoor", + "birchtrapd": "birch_trapdoor", + "birchtrapdoor": "birch_trapdoor", + "btdoor": "birch_trapdoor", + "btrapd": "birch_trapdoor", + "btrapdoor": "birch_trapdoor", + "ldoort": "birch_trapdoor", + "ldoortrap": "birch_trapdoor", + "ldtrap": "birch_trapdoor", + "lhatch": "birch_trapdoor", + "lightdoort": "birch_trapdoor", + "lightdoortrap": "birch_trapdoor", + "lightdtrap": "birch_trapdoor", + "lighthatch": "birch_trapdoor", + "lighttdoor": "birch_trapdoor", + "lighttrapd": "birch_trapdoor", + "lighttrapdoor": "birch_trapdoor", + "ltdoor": "birch_trapdoor", + "ltrapd": "birch_trapdoor", + "ltrapdoor": "birch_trapdoor", + "minecraft:birch_trapdoor": "birch_trapdoor", + "wdoort": "birch_trapdoor", + "wdoortrap": "birch_trapdoor", + "wdtrap": "birch_trapdoor", + "whatch": "birch_trapdoor", + "whitedoort": "birch_trapdoor", + "whitedoortrap": "birch_trapdoor", + "whitedtrap": "birch_trapdoor", + "whitehatch": "birch_trapdoor", + "whitetdoor": "birch_trapdoor", + "whitetrapd": "birch_trapdoor", + "whitetrapdoor": "birch_trapdoor", + "wtdoor": "birch_trapdoor", + "wtrapd": "birch_trapdoor", + "wtrapdoor": "birch_trapdoor", + "birch_wood": { + "material": "BIRCH_WOOD" + }, + "birchlogall": "birch_wood", + "birchtreeall": "birch_wood", + "birchtrunkall": "birch_wood", + "birchwood": "birch_wood", + "blogall": "birch_wood", + "btreeall": "birch_wood", + "btrunkall": "birch_wood", + "bwood": "birch_wood", + "lightlogall": "birch_wood", + "lighttreeall": "birch_wood", + "lighttrunkall": "birch_wood", + "lightwood": "birch_wood", + "llogall": "birch_wood", + "ltreeall": "birch_wood", + "ltrunkall": "birch_wood", + "lwood": "birch_wood", + "minecraft:birch_wood": "birch_wood", + "whitelogall": "birch_wood", + "whitetreeall": "birch_wood", + "whitetrunkall": "birch_wood", + "whitewood": "birch_wood", + "wlogall": "birch_wood", + "woodb": "birch_wood", + "woodbirch": "birch_wood", + "woodl": "birch_wood", + "woodlight": "birch_wood", + "woodw": "birch_wood", + "woodwhite": "birch_wood", + "wtreeall": "birch_wood", + "wtrunkall": "birch_wood", + "wwood": "birch_wood", + "black_banner": { + "material": "BLACK_BANNER" + }, + "bkbanner": "black_banner", + "blabanner": "black_banner", + "blackbanner": "black_banner", + "minecraft:black_banner": "black_banner", + "black_bed": { + "material": "BLACK_BED" + }, + "bkbed": "black_bed", + "blabed": "black_bed", + "blackbed": "black_bed", + "minecraft:black_bed": "black_bed", + "black_candle": { + "material": "BLACK_CANDLE" + }, + "bkcandle": "black_candle", + "blacandle": "black_candle", + "blackcandle": "black_candle", + "minecraft:black_candle": "black_candle", + "black_carpet": { + "material": "BLACK_CARPET" + }, + "bkcarpet": "black_carpet", + "bkfloor": "black_carpet", + "blacarpet": "black_carpet", + "blackcarpet": "black_carpet", + "blackfloor": "black_carpet", + "blafloor": "black_carpet", + "minecraft:black_carpet": "black_carpet", + "black_concrete": { + "material": "BLACK_CONCRETE" + }, + "bkconcrete": "black_concrete", + "blackconcrete": "black_concrete", + "blaconcrete": "black_concrete", + "minecraft:black_concrete": "black_concrete", + "black_concrete_powder": { + "material": "BLACK_CONCRETE_POWDER" + }, + "bkcdust": "black_concrete_powder", + "bkconcretepowder": "black_concrete_powder", + "bkconcretesand": "black_concrete_powder", + "bkcp": "black_concrete_powder", + "bkcpowder": "black_concrete_powder", + "blacdust": "black_concrete_powder", + "blackcdust": "black_concrete_powder", + "blackconcretepowder": "black_concrete_powder", + "blackconcretesand": "black_concrete_powder", + "blackcp": "black_concrete_powder", + "blackcpowder": "black_concrete_powder", + "blaconcretepowder": "black_concrete_powder", + "blaconcretesand": "black_concrete_powder", + "blacp": "black_concrete_powder", + "blacpowder": "black_concrete_powder", + "minecraft:black_concrete_powder": "black_concrete_powder", + "black_dye": { + "material": "BLACK_DYE", + "fallbacks": [ + "INK_SAC", + "INK_SACK" + ] + }, + "bkdye": "black_dye", + "blackdye": "black_dye", + "bladye": "black_dye", + "minecraft:black_dye": "black_dye", + "black_glazed_terracotta": { + "material": "BLACK_GLAZED_TERRACOTTA" + }, + "bkglazedtcota": "black_glazed_terracotta", + "bkglazedterra": "black_glazed_terracotta", + "bkglazedterracota": "black_glazed_terracotta", + "bkglazedterracotta": "black_glazed_terracotta", + "bkgtcotta": "black_glazed_terracotta", + "bkgterra": "black_glazed_terracotta", + "blackglazedtcota": "black_glazed_terracotta", + "blackglazedterra": "black_glazed_terracotta", + "blackglazedterracota": "black_glazed_terracotta", + "blackglazedterracotta": "black_glazed_terracotta", + "blackgtcotta": "black_glazed_terracotta", + "blackgterra": "black_glazed_terracotta", + "blaglazedtcota": "black_glazed_terracotta", + "blaglazedterra": "black_glazed_terracotta", + "blaglazedterracota": "black_glazed_terracotta", + "blaglazedterracotta": "black_glazed_terracotta", + "blagtcotta": "black_glazed_terracotta", + "blagterra": "black_glazed_terracotta", + "minecraft:black_glazed_terracotta": "black_glazed_terracotta", + "black_shulker_box": { + "material": "BLACK_SHULKER_BOX" + }, + "bksbox": "black_shulker_box", + "bkshulkerbox": "black_shulker_box", + "blacksbox": "black_shulker_box", + "blackshulkerbox": "black_shulker_box", + "blasbox": "black_shulker_box", + "blashulkerbox": "black_shulker_box", + "minecraft:black_shulker_box": "black_shulker_box", + "black_stained_glass": { + "material": "BLACK_STAINED_GLASS" + }, + "bkglass": "black_stained_glass", + "bksglass": "black_stained_glass", + "bkstainedglass": "black_stained_glass", + "blackglass": "black_stained_glass", + "blacksglass": "black_stained_glass", + "blackstainedglass": "black_stained_glass", + "blaglass": "black_stained_glass", + "blasglass": "black_stained_glass", + "blastainedglass": "black_stained_glass", + "minecraft:black_stained_glass": "black_stained_glass", + "black_stained_glass_pane": { + "material": "BLACK_STAINED_GLASS_PANE" + }, + "bkglasspane": "black_stained_glass_pane", + "bkgpane": "black_stained_glass_pane", + "bksglasspane": "black_stained_glass_pane", + "bkstainedglasspane": "black_stained_glass_pane", + "blackglasspane": "black_stained_glass_pane", + "blackgpane": "black_stained_glass_pane", + "blacksglasspane": "black_stained_glass_pane", + "blackstainedglasspane": "black_stained_glass_pane", + "blaglasspane": "black_stained_glass_pane", + "blagpane": "black_stained_glass_pane", + "blasglasspane": "black_stained_glass_pane", + "blastainedglasspane": "black_stained_glass_pane", + "minecraft:black_stained_glass_pane": "black_stained_glass_pane", + "black_terracotta": { + "material": "BLACK_TERRACOTTA" + }, + "bkclay": "black_terracotta", + "bksclay": "black_terracotta", + "bkstainedclay": "black_terracotta", + "bktcota": "black_terracotta", + "bkterra": "black_terracotta", + "bkterracota": "black_terracotta", + "bkterracotta": "black_terracotta", + "blackclay": "black_terracotta", + "blacksclay": "black_terracotta", + "blackstainedclay": "black_terracotta", + "blacktcota": "black_terracotta", + "blackterra": "black_terracotta", + "blackterracota": "black_terracotta", + "blackterracotta": "black_terracotta", + "blaclay": "black_terracotta", + "blasclay": "black_terracotta", + "blastainedclay": "black_terracotta", + "blatcota": "black_terracotta", + "blaterra": "black_terracotta", + "blaterracota": "black_terracotta", + "blaterracotta": "black_terracotta", + "minecraft:black_terracotta": "black_terracotta", + "black_wool": { + "material": "BLACK_WOOL" + }, + "bkcloth": "black_wool", + "bkcotton": "black_wool", + "bkwool": "black_wool", + "blackcloth": "black_wool", + "blackcotton": "black_wool", + "blackwool": "black_wool", + "blacloth": "black_wool", + "blacotton": "black_wool", + "blawool": "black_wool", + "minecraft:black_wool": "black_wool", + "blackstone": { + "material": "BLACKSTONE" + }, + "blackstoneb": "blackstone", + "blackstonebl": "blackstone", + "blackstoneblock": "blackstone", + "blst": "blackstone", + "blstb": "blackstone", + "blstbl": "blackstone", + "blstblock": "blackstone", + "blstone": "blackstone", + "blstoneb": "blackstone", + "blstonebl": "blackstone", + "blstoneblock": "blackstone", + "minecraft:blackstone": "blackstone", + "blackstone_slab": { + "material": "BLACKSTONE_SLAB" + }, + "blackstonehalfblock": "blackstone_slab", + "blackstoneslab": "blackstone_slab", + "blackstonestep": "blackstone_slab", + "blsthalfblock": "blackstone_slab", + "blstonehalfblock": "blackstone_slab", + "blstonestep": "blackstone_slab", + "blststep": "blackstone_slab", + "minecraft:blackstone_slab": "blackstone_slab", + "blackstone_stairs": { + "material": "BLACKSTONE_STAIRS" + }, + "blackstonestair": "blackstone_stairs", + "blackstonestairs": "blackstone_stairs", + "blstonestair": "blackstone_stairs", + "blstonestairs": "blackstone_stairs", + "blststair": "blackstone_stairs", + "blststairs": "blackstone_stairs", + "minecraft:blackstone_stairs": "blackstone_stairs", + "blackstone_wall": { + "material": "BLACKSTONE_WALL" + }, + "blackstonewall": "blackstone_wall", + "blstonewall": "blackstone_wall", + "blstwall": "blackstone_wall", + "minecraft:blackstone_wall": "blackstone_wall", + "wallblackstone": "blackstone_wall", + "wallblst": "blackstone_wall", + "wallblstone": "blackstone_wall", + "blast_furnace": { + "material": "BLAST_FURNACE" + }, + "blastfurnace": "blast_furnace", + "minecraft:blast_furnace": "blast_furnace", + "blaze_powder": { + "material": "BLAZE_POWDER" + }, + "blazepowder": "blaze_powder", + "minecraft:blaze_powder": "blaze_powder", + "blaze_rod": { + "material": "BLAZE_ROD" + }, + "blazerod": "blaze_rod", + "minecraft:blaze_rod": "blaze_rod", + "blaze_spawn_egg": { + "material": "BLAZE_SPAWN_EGG" + }, + "blazeegg": "blaze_spawn_egg", + "blazesegg": "blaze_spawn_egg", + "blazespawn": "blaze_spawn_egg", + "blazespawnegg": "blaze_spawn_egg", + "eggblaze": "blaze_spawn_egg", + "minecraft:blaze_spawn_egg": "blaze_spawn_egg", + "seggblaze": "blaze_spawn_egg", + "spawnblaze": "blaze_spawn_egg", + "spawneggblaze": "blaze_spawn_egg", + "blaze_spawner": { + "entity": "BLAZE", + "material": "SPAWNER" + }, + "blazecage": "blaze_spawner", + "blazemcage": "blaze_spawner", + "blazemobcage": "blaze_spawner", + "blazemobspawner": "blaze_spawner", + "blazemonstercage": "blaze_spawner", + "blazemonsterspawner": "blaze_spawner", + "blazemspawner": "blaze_spawner", + "blazespawner": "blaze_spawner", + "blue_banner": { + "material": "BLUE_BANNER" + }, + "blubanner": "blue_banner", + "bluebanner": "blue_banner", + "minecraft:blue_banner": "blue_banner", + "blue_bed": { + "material": "BLUE_BED" + }, + "blubed": "blue_bed", + "bluebed": "blue_bed", + "minecraft:blue_bed": "blue_bed", + "blue_candle": { + "material": "BLUE_CANDLE" + }, + "blucandle": "blue_candle", + "bluecandle": "blue_candle", + "minecraft:blue_candle": "blue_candle", + "blue_carpet": { + "material": "BLUE_CARPET" + }, + "blucarpet": "blue_carpet", + "bluecarpet": "blue_carpet", + "bluefloor": "blue_carpet", + "blufloor": "blue_carpet", + "minecraft:blue_carpet": "blue_carpet", + "blue_concrete": { + "material": "BLUE_CONCRETE" + }, + "bluconcrete": "blue_concrete", + "blueconcrete": "blue_concrete", + "minecraft:blue_concrete": "blue_concrete", + "blue_concrete_powder": { + "material": "BLUE_CONCRETE_POWDER" + }, + "blucdust": "blue_concrete_powder", + "bluconcretepowder": "blue_concrete_powder", + "bluconcretesand": "blue_concrete_powder", + "blucp": "blue_concrete_powder", + "blucpowder": "blue_concrete_powder", + "bluecdust": "blue_concrete_powder", + "blueconcretepowder": "blue_concrete_powder", + "blueconcretesand": "blue_concrete_powder", + "bluecp": "blue_concrete_powder", + "bluecpowder": "blue_concrete_powder", + "minecraft:blue_concrete_powder": "blue_concrete_powder", + "blue_dye": { + "material": "BLUE_DYE", + "fallbacks": [ + "LAPIS_LAZULI" + ] + }, + "bludye": "blue_dye", + "bluedye": "blue_dye", + "minecraft:blue_dye": "blue_dye", + "blue_glazed_terracotta": { + "material": "BLUE_GLAZED_TERRACOTTA" + }, + "blueglazedtcota": "blue_glazed_terracotta", + "blueglazedterra": "blue_glazed_terracotta", + "blueglazedterracota": "blue_glazed_terracotta", + "blueglazedterracotta": "blue_glazed_terracotta", + "bluegtcotta": "blue_glazed_terracotta", + "bluegterra": "blue_glazed_terracotta", + "bluglazedtcota": "blue_glazed_terracotta", + "bluglazedterra": "blue_glazed_terracotta", + "bluglazedterracota": "blue_glazed_terracotta", + "bluglazedterracotta": "blue_glazed_terracotta", + "blugtcotta": "blue_glazed_terracotta", + "blugterra": "blue_glazed_terracotta", + "minecraft:blue_glazed_terracotta": "blue_glazed_terracotta", + "blue_ice": { + "material": "BLUE_ICE" + }, + "blueice": "blue_ice", + "minecraft:blue_ice": "blue_ice", + "blue_orchid": { + "material": "BLUE_ORCHID" + }, + "blueorchid": "blue_orchid", + "minecraft:blue_orchid": "blue_orchid", + "blue_shulker_box": { + "material": "BLUE_SHULKER_BOX" + }, + "bluesbox": "blue_shulker_box", + "blueshulkerbox": "blue_shulker_box", + "blusbox": "blue_shulker_box", + "blushulkerbox": "blue_shulker_box", + "minecraft:blue_shulker_box": "blue_shulker_box", + "blue_stained_glass": { + "material": "BLUE_STAINED_GLASS" + }, + "blueglass": "blue_stained_glass", + "bluesglass": "blue_stained_glass", + "bluestainedglass": "blue_stained_glass", + "bluglass": "blue_stained_glass", + "blusglass": "blue_stained_glass", + "blustainedglass": "blue_stained_glass", + "minecraft:blue_stained_glass": "blue_stained_glass", + "blue_stained_glass_pane": { + "material": "BLUE_STAINED_GLASS_PANE" + }, + "blueglasspane": "blue_stained_glass_pane", + "bluegpane": "blue_stained_glass_pane", + "bluesglasspane": "blue_stained_glass_pane", + "bluestainedglasspane": "blue_stained_glass_pane", + "bluglasspane": "blue_stained_glass_pane", + "blugpane": "blue_stained_glass_pane", + "blusglasspane": "blue_stained_glass_pane", + "blustainedglasspane": "blue_stained_glass_pane", + "minecraft:blue_stained_glass_pane": "blue_stained_glass_pane", + "blue_terracotta": { + "material": "BLUE_TERRACOTTA" + }, + "bluclay": "blue_terracotta", + "blueclay": "blue_terracotta", + "bluesclay": "blue_terracotta", + "bluestainedclay": "blue_terracotta", + "bluetcota": "blue_terracotta", + "blueterra": "blue_terracotta", + "blueterracota": "blue_terracotta", + "blueterracotta": "blue_terracotta", + "blusclay": "blue_terracotta", + "blustainedclay": "blue_terracotta", + "blutcota": "blue_terracotta", + "bluterra": "blue_terracotta", + "bluterracota": "blue_terracotta", + "bluterracotta": "blue_terracotta", + "minecraft:blue_terracotta": "blue_terracotta", + "blue_wool": { + "material": "BLUE_WOOL" + }, + "blucloth": "blue_wool", + "blucotton": "blue_wool", + "bluecloth": "blue_wool", + "bluecotton": "blue_wool", + "bluewool": "blue_wool", + "bluwool": "blue_wool", + "minecraft:blue_wool": "blue_wool", + "bone": { + "material": "BONE" + }, + "minecraft:bone": "bone", + "bone_block": { + "material": "BONE_BLOCK" + }, + "boneblock": "bone_block", + "minecraft:bone_block": "bone_block", + "bone_meal": { + "material": "BONE_MEAL" + }, + "bonemeal": "bone_meal", + "minecraft:bone_meal": "bone_meal", + "book": { + "material": "BOOK" + }, + "minecraft:book": "book", + "bookshelf": { + "material": "BOOKSHELF" + }, + "minecraft:bookshelf": "bookshelf", + "bow": { + "material": "BOW" + }, + "minecraft:bow": "bow", + "bowl": { + "material": "BOWL" + }, + "minecraft:bowl": "bowl", + "brain_coral": { + "material": "BRAIN_CORAL" + }, + "braincoral": "brain_coral", + "minecraft:brain_coral": "brain_coral", + "brain_coral_block": { + "material": "BRAIN_CORAL_BLOCK" + }, + "braincoralblock": "brain_coral_block", + "minecraft:brain_coral_block": "brain_coral_block", + "brain_coral_fan": { + "material": "BRAIN_CORAL_FAN" + }, + "braincoralfan": "brain_coral_fan", + "minecraft:brain_coral_fan": "brain_coral_fan", + "bread": { + "material": "BREAD" + }, + "minecraft:bread": "bread", + "brewing_stand": { + "material": "BREWING_STAND" + }, + "brewingstand": "brewing_stand", + "minecraft:brewing_stand": "brewing_stand", + "brick": { + "material": "BRICK" + }, + "minecraft:brick": "brick", + "brick_slab": { + "material": "BRICK_SLAB" + }, + "brickslab": "brick_slab", + "minecraft:brick_slab": "brick_slab", + "brick_stairs": { + "material": "BRICK_STAIRS" + }, + "brickstairs": "brick_stairs", + "minecraft:brick_stairs": "brick_stairs", + "brick_wall": { + "material": "BRICK_WALL" + }, + "brickwall": "brick_wall", + "minecraft:brick_wall": "brick_wall", + "bricks": { + "material": "BRICKS" + }, + "minecraft:bricks": "bricks", + "brown_banner": { + "material": "BROWN_BANNER" + }, + "brbanner": "brown_banner", + "brobanner": "brown_banner", + "brownbanner": "brown_banner", + "minecraft:brown_banner": "brown_banner", + "brown_bed": { + "material": "BROWN_BED" + }, + "brbed": "brown_bed", + "brobed": "brown_bed", + "brownbed": "brown_bed", + "minecraft:brown_bed": "brown_bed", + "brown_candle": { + "material": "BROWN_CANDLE" + }, + "brcandle": "brown_candle", + "brocandle": "brown_candle", + "browncandle": "brown_candle", + "minecraft:brown_candle": "brown_candle", + "brown_carpet": { + "material": "BROWN_CARPET" + }, + "brcarpet": "brown_carpet", + "brfloor": "brown_carpet", + "brocarpet": "brown_carpet", + "brofloor": "brown_carpet", + "browncarpet": "brown_carpet", + "brownfloor": "brown_carpet", + "minecraft:brown_carpet": "brown_carpet", + "brown_concrete": { + "material": "BROWN_CONCRETE" + }, + "brconcrete": "brown_concrete", + "broconcrete": "brown_concrete", + "brownconcrete": "brown_concrete", + "minecraft:brown_concrete": "brown_concrete", + "brown_concrete_powder": { + "material": "BROWN_CONCRETE_POWDER" + }, + "brcdust": "brown_concrete_powder", + "brconcretepowder": "brown_concrete_powder", + "brconcretesand": "brown_concrete_powder", + "brcp": "brown_concrete_powder", + "brcpowder": "brown_concrete_powder", + "brocdust": "brown_concrete_powder", + "broconcretepowder": "brown_concrete_powder", + "broconcretesand": "brown_concrete_powder", + "brocp": "brown_concrete_powder", + "brocpowder": "brown_concrete_powder", + "browncdust": "brown_concrete_powder", + "brownconcretepowder": "brown_concrete_powder", + "brownconcretesand": "brown_concrete_powder", + "browncp": "brown_concrete_powder", + "browncpowder": "brown_concrete_powder", + "minecraft:brown_concrete_powder": "brown_concrete_powder", + "brown_dye": { + "material": "BROWN_DYE", + "fallbacks": [ + "COCOA_BEANS" + ] + }, + "brdye": "brown_dye", + "brodye": "brown_dye", + "browndye": "brown_dye", + "minecraft:brown_dye": "brown_dye", + "brown_glazed_terracotta": { + "material": "BROWN_GLAZED_TERRACOTTA" + }, + "brglazedtcota": "brown_glazed_terracotta", + "brglazedterra": "brown_glazed_terracotta", + "brglazedterracota": "brown_glazed_terracotta", + "brglazedterracotta": "brown_glazed_terracotta", + "brgtcotta": "brown_glazed_terracotta", + "brgterra": "brown_glazed_terracotta", + "broglazedtcota": "brown_glazed_terracotta", + "broglazedterra": "brown_glazed_terracotta", + "broglazedterracota": "brown_glazed_terracotta", + "broglazedterracotta": "brown_glazed_terracotta", + "brogtcotta": "brown_glazed_terracotta", + "brogterra": "brown_glazed_terracotta", + "brownglazedtcota": "brown_glazed_terracotta", + "brownglazedterra": "brown_glazed_terracotta", + "brownglazedterracota": "brown_glazed_terracotta", + "brownglazedterracotta": "brown_glazed_terracotta", + "browngtcotta": "brown_glazed_terracotta", + "browngterra": "brown_glazed_terracotta", + "minecraft:brown_glazed_terracotta": "brown_glazed_terracotta", + "brown_mushroom": { + "material": "BROWN_MUSHROOM" + }, + "brownmushroom": "brown_mushroom", + "minecraft:brown_mushroom": "brown_mushroom", + "brown_mushroom_block": { + "material": "BROWN_MUSHROOM_BLOCK" + }, + "brownmushroomblock": "brown_mushroom_block", + "minecraft:brown_mushroom_block": "brown_mushroom_block", + "brown_shulker_box": { + "material": "BROWN_SHULKER_BOX" + }, + "brosbox": "brown_shulker_box", + "broshulkerbox": "brown_shulker_box", + "brownsbox": "brown_shulker_box", + "brownshulkerbox": "brown_shulker_box", + "brsbox": "brown_shulker_box", + "brshulkerbox": "brown_shulker_box", + "minecraft:brown_shulker_box": "brown_shulker_box", + "brown_stained_glass": { + "material": "BROWN_STAINED_GLASS" + }, + "brglass": "brown_stained_glass", + "broglass": "brown_stained_glass", + "brosglass": "brown_stained_glass", + "brostainedglass": "brown_stained_glass", + "brownglass": "brown_stained_glass", + "brownsglass": "brown_stained_glass", + "brownstainedglass": "brown_stained_glass", + "brsglass": "brown_stained_glass", + "brstainedglass": "brown_stained_glass", + "minecraft:brown_stained_glass": "brown_stained_glass", + "brown_stained_glass_pane": { + "material": "BROWN_STAINED_GLASS_PANE" + }, + "brglasspane": "brown_stained_glass_pane", + "brgpane": "brown_stained_glass_pane", + "broglasspane": "brown_stained_glass_pane", + "brogpane": "brown_stained_glass_pane", + "brosglasspane": "brown_stained_glass_pane", + "brostainedglasspane": "brown_stained_glass_pane", + "brownglasspane": "brown_stained_glass_pane", + "browngpane": "brown_stained_glass_pane", + "brownsglasspane": "brown_stained_glass_pane", + "brownstainedglasspane": "brown_stained_glass_pane", + "brsglasspane": "brown_stained_glass_pane", + "brstainedglasspane": "brown_stained_glass_pane", + "minecraft:brown_stained_glass_pane": "brown_stained_glass_pane", + "brown_terracotta": { + "material": "BROWN_TERRACOTTA" + }, + "brclay": "brown_terracotta", + "broclay": "brown_terracotta", + "brosclay": "brown_terracotta", + "brostainedclay": "brown_terracotta", + "brotcota": "brown_terracotta", + "broterra": "brown_terracotta", + "broterracota": "brown_terracotta", + "broterracotta": "brown_terracotta", + "brownclay": "brown_terracotta", + "brownsclay": "brown_terracotta", + "brownstainedclay": "brown_terracotta", + "browntcota": "brown_terracotta", + "brownterra": "brown_terracotta", + "brownterracota": "brown_terracotta", + "brownterracotta": "brown_terracotta", + "brsclay": "brown_terracotta", + "brstainedclay": "brown_terracotta", + "brtcota": "brown_terracotta", + "brterra": "brown_terracotta", + "brterracota": "brown_terracotta", + "brterracotta": "brown_terracotta", + "minecraft:brown_terracotta": "brown_terracotta", + "brown_wool": { + "material": "BROWN_WOOL" + }, + "brcloth": "brown_wool", + "brcotton": "brown_wool", + "brocloth": "brown_wool", + "brocotton": "brown_wool", + "browncloth": "brown_wool", + "browncotton": "brown_wool", + "brownwool": "brown_wool", + "browool": "brown_wool", + "brwool": "brown_wool", + "minecraft:brown_wool": "brown_wool", + "bubble_coral": { + "material": "BUBBLE_CORAL" + }, + "bubblecoral": "bubble_coral", + "minecraft:bubble_coral": "bubble_coral", + "bubble_coral_block": { + "material": "BUBBLE_CORAL_BLOCK" + }, + "bubblecoralblock": "bubble_coral_block", + "minecraft:bubble_coral_block": "bubble_coral_block", + "bubble_coral_fan": { + "material": "BUBBLE_CORAL_FAN" + }, + "bubblecoralfan": "bubble_coral_fan", + "minecraft:bubble_coral_fan": "bubble_coral_fan", + "bucket": { + "material": "BUCKET" + }, + "minecraft:bucket": "bucket", + "budding_amethyst": { + "material": "BUDDING_AMETHYST" + }, + "buddingamethyst": "budding_amethyst", + "minecraft:budding_amethyst": "budding_amethyst", + "bundle": { + "material": "BUNDLE" + }, + "minecraft:bundle": "bundle", + "cactus": { + "material": "CACTUS" + }, + "minecraft:cactus": "cactus", + "cake": { + "material": "CAKE" + }, + "minecraft:cake": "cake", + "calcite": { + "material": "CALCITE" + }, + "minecraft:calcite": "calcite", + "campfire": { + "material": "CAMPFIRE" + }, + "minecraft:campfire": "campfire", + "candle": { + "material": "CANDLE" + }, + "minecraft:candle": "candle", + "carrot": { + "material": "CARROT" + }, + "minecraft:carrot": "carrot", + "carrot_on_a_stick": { + "material": "CARROT_ON_A_STICK" + }, + "carrotonastick": "carrot_on_a_stick", + "minecraft:carrot_on_a_stick": "carrot_on_a_stick", + "cartography_table": { + "material": "CARTOGRAPHY_TABLE" + }, + "cartographytable": "cartography_table", + "minecraft:cartography_table": "cartography_table", + "carved_pumpkin": { + "material": "CARVED_PUMPKIN" + }, + "carvedpumpkin": "carved_pumpkin", + "minecraft:carved_pumpkin": "carved_pumpkin", + "cat_spawn_egg": { + "material": "CAT_SPAWN_EGG" + }, + "categg": "cat_spawn_egg", + "catsegg": "cat_spawn_egg", + "catspawn": "cat_spawn_egg", + "catspawnegg": "cat_spawn_egg", + "eggcat": "cat_spawn_egg", + "minecraft:cat_spawn_egg": "cat_spawn_egg", + "seggcat": "cat_spawn_egg", + "spawncat": "cat_spawn_egg", + "spawneggcat": "cat_spawn_egg", + "cat_spawner": { + "entity": "CAT", + "material": "SPAWNER" + }, + "catcage": "cat_spawner", + "catmcage": "cat_spawner", + "catmobcage": "cat_spawner", + "catmobspawner": "cat_spawner", + "catmonstercage": "cat_spawner", + "catmonsterspawner": "cat_spawner", + "catmspawner": "cat_spawner", + "catspawner": "cat_spawner", + "cauldron": { + "material": "CAULDRON" + }, + "minecraft:cauldron": "cauldron", + "cave_spider_spawn_egg": { + "material": "CAVE_SPIDER_SPAWN_EGG" + }, + "cave_spideregg": "cave_spider_spawn_egg", + "cave_spidersegg": "cave_spider_spawn_egg", + "cave_spiderspawn": "cave_spider_spawn_egg", + "cave_spiderspawnegg": "cave_spider_spawn_egg", + "cavespiderspawnegg": "cave_spider_spawn_egg", + "cspidegg": "cave_spider_spawn_egg", + "cspideregg": "cave_spider_spawn_egg", + "cspidersegg": "cave_spider_spawn_egg", + "cspiderspawn": "cave_spider_spawn_egg", + "cspiderspawnegg": "cave_spider_spawn_egg", + "cspidsegg": "cave_spider_spawn_egg", + "cspidspawn": "cave_spider_spawn_egg", + "cspidspawnegg": "cave_spider_spawn_egg", + "eggcave_spider": "cave_spider_spawn_egg", + "eggcspid": "cave_spider_spawn_egg", + "eggcspider": "cave_spider_spawn_egg", + "minecraft:cave_spider_spawn_egg": "cave_spider_spawn_egg", + "seggcave_spider": "cave_spider_spawn_egg", + "seggcspid": "cave_spider_spawn_egg", + "seggcspider": "cave_spider_spawn_egg", + "spawncave_spider": "cave_spider_spawn_egg", + "spawncspid": "cave_spider_spawn_egg", + "spawncspider": "cave_spider_spawn_egg", + "spawneggcave_spider": "cave_spider_spawn_egg", + "spawneggcspid": "cave_spider_spawn_egg", + "spawneggcspider": "cave_spider_spawn_egg", + "cave_spider_spawner": { + "entity": "CAVE_SPIDER", + "material": "SPAWNER" + }, + "cave_spidercage": "cave_spider_spawner", + "cave_spidermcage": "cave_spider_spawner", + "cave_spidermobcage": "cave_spider_spawner", + "cave_spidermobspawner": "cave_spider_spawner", + "cave_spidermonstercage": "cave_spider_spawner", + "cave_spidermonsterspawner": "cave_spider_spawner", + "cave_spidermspawner": "cave_spider_spawner", + "cave_spiderspawner": "cave_spider_spawner", + "cspidcage": "cave_spider_spawner", + "cspidercage": "cave_spider_spawner", + "cspidermcage": "cave_spider_spawner", + "cspidermobcage": "cave_spider_spawner", + "cspidermobspawner": "cave_spider_spawner", + "cspidermonstercage": "cave_spider_spawner", + "cspidermonsterspawner": "cave_spider_spawner", + "cspidermspawner": "cave_spider_spawner", + "cspiderspawner": "cave_spider_spawner", + "cspidmcage": "cave_spider_spawner", + "cspidmobcage": "cave_spider_spawner", + "cspidmobspawner": "cave_spider_spawner", + "cspidmonstercage": "cave_spider_spawner", + "cspidmonsterspawner": "cave_spider_spawner", + "cspidmspawner": "cave_spider_spawner", + "cspidspawner": "cave_spider_spawner", + "chain": { + "material": "CHAIN" + }, + "minecraft:chain": "chain", + "chain_command_block": { + "material": "CHAIN_COMMAND_BLOCK" + }, + "chaincommandblock": "chain_command_block", + "minecraft:chain_command_block": "chain_command_block", + "chainmail_boots": { + "material": "CHAINMAIL_BOOTS" + }, + "chainboots": "chainmail_boots", + "chainmailboots": "chainmail_boots", + "chainmailshoes": "chainmail_boots", + "chainmboots": "chainmail_boots", + "chainmshoes": "chainmail_boots", + "chainshoes": "chainmail_boots", + "cmailboots": "chainmail_boots", + "cmailshoes": "chainmail_boots", + "cmboots": "chainmail_boots", + "cmshoes": "chainmail_boots", + "minecraft:chainmail_boots": "chainmail_boots", + "chainmail_chestplate": { + "material": "CHAINMAIL_CHESTPLATE" + }, + "chainchestplate": "chainmail_chestplate", + "chainmailchestplate": "chainmail_chestplate", + "chainmailplate": "chainmail_chestplate", + "chainmailplatebody": "chainmail_chestplate", + "chainmailshirt": "chainmail_chestplate", + "chainmailtunic": "chainmail_chestplate", + "chainmchestplate": "chainmail_chestplate", + "chainmplate": "chainmail_chestplate", + "chainmplatebody": "chainmail_chestplate", + "chainmshirt": "chainmail_chestplate", + "chainmtunic": "chainmail_chestplate", + "chainplate": "chainmail_chestplate", + "chainplatebody": "chainmail_chestplate", + "chainshirt": "chainmail_chestplate", + "chaintunic": "chainmail_chestplate", + "cmailchestplate": "chainmail_chestplate", + "cmailplate": "chainmail_chestplate", + "cmailplatebody": "chainmail_chestplate", + "cmailshirt": "chainmail_chestplate", + "cmailtunic": "chainmail_chestplate", + "cmchestplate": "chainmail_chestplate", + "cmplate": "chainmail_chestplate", + "cmplatebody": "chainmail_chestplate", + "cmshirt": "chainmail_chestplate", + "cmtunic": "chainmail_chestplate", + "minecraft:chainmail_chestplate": "chainmail_chestplate", + "chainmail_helmet": { + "material": "CHAINMAIL_HELMET" + }, + "chaincoif": "chainmail_helmet", + "chainhat": "chainmail_helmet", + "chainhelm": "chainmail_helmet", + "chainhelmet": "chainmail_helmet", + "chainmailcoif": "chainmail_helmet", + "chainmailhat": "chainmail_helmet", + "chainmailhelm": "chainmail_helmet", + "chainmailhelmet": "chainmail_helmet", + "chainmcoif": "chainmail_helmet", + "chainmhat": "chainmail_helmet", + "chainmhelm": "chainmail_helmet", + "chainmhelmet": "chainmail_helmet", + "cmailcoif": "chainmail_helmet", + "cmailhat": "chainmail_helmet", + "cmailhelm": "chainmail_helmet", + "cmailhelmet": "chainmail_helmet", + "cmcoif": "chainmail_helmet", + "cmhat": "chainmail_helmet", + "cmhelm": "chainmail_helmet", + "cmhelmet": "chainmail_helmet", + "minecraft:chainmail_helmet": "chainmail_helmet", + "chainmail_leggings": { + "material": "CHAINMAIL_LEGGINGS" + }, + "chainleggings": "chainmail_leggings", + "chainlegs": "chainmail_leggings", + "chainmailleggings": "chainmail_leggings", + "chainmaillegs": "chainmail_leggings", + "chainmailpants": "chainmail_leggings", + "chainmleggings": "chainmail_leggings", + "chainmlegs": "chainmail_leggings", + "chainmpants": "chainmail_leggings", + "chainpants": "chainmail_leggings", + "cmailleggings": "chainmail_leggings", + "cmaillegs": "chainmail_leggings", + "cmailpants": "chainmail_leggings", + "cmleggings": "chainmail_leggings", + "cmlegs": "chainmail_leggings", + "cmpants": "chainmail_leggings", + "minecraft:chainmail_leggings": "chainmail_leggings", + "charcoal": { + "material": "CHARCOAL" + }, + "minecraft:charcoal": "charcoal", + "chest": { + "material": "CHEST" + }, + "minecraft:chest": "chest", + "chest_minecart": { + "material": "CHEST_MINECART" + }, + "ccart": "chest_minecart", + "chestcart": "chest_minecart", + "chestmc": "chest_minecart", + "chestmcart": "chest_minecart", + "chestminecart": "chest_minecart", + "cmc": "chest_minecart", + "cmcart": "chest_minecart", + "cminecart": "chest_minecart", + "minecraft:chest_minecart": "chest_minecart", + "scart": "chest_minecart", + "smc": "chest_minecart", + "smcart": "chest_minecart", + "sminecart": "chest_minecart", + "storagecart": "chest_minecart", + "storagemc": "chest_minecart", + "storagemcart": "chest_minecart", + "storageminecart": "chest_minecart", + "chicken": { + "material": "CHICKEN" + }, + "minecraft:chicken": "chicken", + "plainchicken": "chicken", + "rachicken": "chicken", + "rawchicken": "chicken", + "uncookedchicken": "chicken", + "chicken_spawn_egg": { + "material": "CHICKEN_SPAWN_EGG" + }, + "chickenegg": "chicken_spawn_egg", + "chickensegg": "chicken_spawn_egg", + "chickenspawn": "chicken_spawn_egg", + "chickenspawnegg": "chicken_spawn_egg", + "eggchicken": "chicken_spawn_egg", + "minecraft:chicken_spawn_egg": "chicken_spawn_egg", + "seggchicken": "chicken_spawn_egg", + "spawnchicken": "chicken_spawn_egg", + "spawneggchicken": "chicken_spawn_egg", + "chicken_spawner": { + "entity": "CHICKEN", + "material": "SPAWNER" + }, + "chickencage": "chicken_spawner", + "chickenmcage": "chicken_spawner", + "chickenmobcage": "chicken_spawner", + "chickenmobspawner": "chicken_spawner", + "chickenmonstercage": "chicken_spawner", + "chickenmonsterspawner": "chicken_spawner", + "chickenmspawner": "chicken_spawner", + "chickenspawner": "chicken_spawner", + "chipped_anvil": { + "material": "CHIPPED_ANVIL" + }, + "chippedanvil": "chipped_anvil", + "minecraft:chipped_anvil": "chipped_anvil", + "chiseled_deepslate": { + "material": "CHISELED_DEEPSLATE" + }, + "chiseleddeepslate": "chiseled_deepslate", + "chiseleddeepslateb": "chiseled_deepslate", + "chiseleddeepslatebl": "chiseled_deepslate", + "chiseleddeepslateblock": "chiseled_deepslate", + "chiseleddslate": "chiseled_deepslate", + "chiseleddslateb": "chiseled_deepslate", + "chiseleddslatebl": "chiseled_deepslate", + "chiseleddslateblock": "chiseled_deepslate", + "chiseledslate": "chiseled_deepslate", + "chiseledslateb": "chiseled_deepslate", + "chiseledslatebl": "chiseled_deepslate", + "chiseledslateblock": "chiseled_deepslate", + "cideepslate": "chiseled_deepslate", + "cideepslateb": "chiseled_deepslate", + "cideepslatebl": "chiseled_deepslate", + "cideepslateblock": "chiseled_deepslate", + "cidslate": "chiseled_deepslate", + "cidslateb": "chiseled_deepslate", + "cidslatebl": "chiseled_deepslate", + "cidslateblock": "chiseled_deepslate", + "circledeepslate": "chiseled_deepslate", + "circledeepslateb": "chiseled_deepslate", + "circledeepslatebl": "chiseled_deepslate", + "circledeepslateblock": "chiseled_deepslate", + "circledslate": "chiseled_deepslate", + "circledslateb": "chiseled_deepslate", + "circledslatebl": "chiseled_deepslate", + "circledslateblock": "chiseled_deepslate", + "circleslate": "chiseled_deepslate", + "circleslateb": "chiseled_deepslate", + "circleslatebl": "chiseled_deepslate", + "circleslateblock": "chiseled_deepslate", + "cislate": "chiseled_deepslate", + "cislateb": "chiseled_deepslate", + "cislatebl": "chiseled_deepslate", + "cislateblock": "chiseled_deepslate", + "minecraft:chiseled_deepslate": "chiseled_deepslate", + "chiseled_nether_bricks": { + "material": "CHISELED_NETHER_BRICKS" + }, + "chiselednbr": "chiseled_nether_bricks", + "chiselednbrick": "chiseled_nether_bricks", + "chiselednethbr": "chiseled_nether_bricks", + "chiselednethbrick": "chiseled_nether_bricks", + "chiselednetherbr": "chiseled_nether_bricks", + "chiselednetherbrick": "chiseled_nether_bricks", + "chiselednetherbricks": "chiseled_nether_bricks", + "cinbr": "chiseled_nether_bricks", + "cinbrick": "chiseled_nether_bricks", + "cinethbr": "chiseled_nether_bricks", + "cinethbrick": "chiseled_nether_bricks", + "cinetherbr": "chiseled_nether_bricks", + "cinetherbrick": "chiseled_nether_bricks", + "circlenbr": "chiseled_nether_bricks", + "circlenbrick": "chiseled_nether_bricks", + "circlenethbr": "chiseled_nether_bricks", + "circlenethbrick": "chiseled_nether_bricks", + "circlenetherbr": "chiseled_nether_bricks", + "circlenetherbrick": "chiseled_nether_bricks", + "minecraft:chiseled_nether_bricks": "chiseled_nether_bricks", + "chiseled_polished_blackstone": { + "material": "CHISELED_POLISHED_BLACKSTONE" + }, + "chiseledpblackstone": "chiseled_polished_blackstone", + "chiseledpblackstoneb": "chiseled_polished_blackstone", + "chiseledpblackstonebl": "chiseled_polished_blackstone", + "chiseledpblackstoneblock": "chiseled_polished_blackstone", + "chiseledpblst": "chiseled_polished_blackstone", + "chiseledpblstb": "chiseled_polished_blackstone", + "chiseledpblstbl": "chiseled_polished_blackstone", + "chiseledpblstblock": "chiseled_polished_blackstone", + "chiseledpblstone": "chiseled_polished_blackstone", + "chiseledpblstoneb": "chiseled_polished_blackstone", + "chiseledpblstonebl": "chiseled_polished_blackstone", + "chiseledpblstoneblock": "chiseled_polished_blackstone", + "chiseledpolishedblackstone": "chiseled_polished_blackstone", + "chiseledpolishedblackstoneb": "chiseled_polished_blackstone", + "chiseledpolishedblackstonebl": "chiseled_polished_blackstone", + "chiseledpolishedblackstoneblock": "chiseled_polished_blackstone", + "chiseledpolishedblst": "chiseled_polished_blackstone", + "chiseledpolishedblstb": "chiseled_polished_blackstone", + "chiseledpolishedblstbl": "chiseled_polished_blackstone", + "chiseledpolishedblstblock": "chiseled_polished_blackstone", + "chiseledpolishedblstone": "chiseled_polished_blackstone", + "chiseledpolishedblstoneb": "chiseled_polished_blackstone", + "chiseledpolishedblstonebl": "chiseled_polished_blackstone", + "chiseledpolishedblstoneblock": "chiseled_polished_blackstone", + "cipblackstone": "chiseled_polished_blackstone", + "cipblackstoneb": "chiseled_polished_blackstone", + "cipblackstonebl": "chiseled_polished_blackstone", + "cipblackstoneblock": "chiseled_polished_blackstone", + "cipblst": "chiseled_polished_blackstone", + "cipblstb": "chiseled_polished_blackstone", + "cipblstbl": "chiseled_polished_blackstone", + "cipblstblock": "chiseled_polished_blackstone", + "cipblstone": "chiseled_polished_blackstone", + "cipblstoneb": "chiseled_polished_blackstone", + "cipblstonebl": "chiseled_polished_blackstone", + "cipblstoneblock": "chiseled_polished_blackstone", + "cipolishedblackstone": "chiseled_polished_blackstone", + "cipolishedblackstoneb": "chiseled_polished_blackstone", + "cipolishedblackstonebl": "chiseled_polished_blackstone", + "cipolishedblackstoneblock": "chiseled_polished_blackstone", + "cipolishedblst": "chiseled_polished_blackstone", + "cipolishedblstb": "chiseled_polished_blackstone", + "cipolishedblstbl": "chiseled_polished_blackstone", + "cipolishedblstblock": "chiseled_polished_blackstone", + "cipolishedblstone": "chiseled_polished_blackstone", + "cipolishedblstoneb": "chiseled_polished_blackstone", + "cipolishedblstonebl": "chiseled_polished_blackstone", + "cipolishedblstoneblock": "chiseled_polished_blackstone", + "circlepblackstone": "chiseled_polished_blackstone", + "circlepblackstoneb": "chiseled_polished_blackstone", + "circlepblackstonebl": "chiseled_polished_blackstone", + "circlepblackstoneblock": "chiseled_polished_blackstone", + "circlepblst": "chiseled_polished_blackstone", + "circlepblstb": "chiseled_polished_blackstone", + "circlepblstbl": "chiseled_polished_blackstone", + "circlepblstblock": "chiseled_polished_blackstone", + "circlepblstone": "chiseled_polished_blackstone", + "circlepblstoneb": "chiseled_polished_blackstone", + "circlepblstonebl": "chiseled_polished_blackstone", + "circlepblstoneblock": "chiseled_polished_blackstone", + "circlepolishedblackstone": "chiseled_polished_blackstone", + "circlepolishedblackstoneb": "chiseled_polished_blackstone", + "circlepolishedblackstonebl": "chiseled_polished_blackstone", + "circlepolishedblackstoneblock": "chiseled_polished_blackstone", + "circlepolishedblst": "chiseled_polished_blackstone", + "circlepolishedblstb": "chiseled_polished_blackstone", + "circlepolishedblstbl": "chiseled_polished_blackstone", + "circlepolishedblstblock": "chiseled_polished_blackstone", + "circlepolishedblstone": "chiseled_polished_blackstone", + "circlepolishedblstoneb": "chiseled_polished_blackstone", + "circlepolishedblstonebl": "chiseled_polished_blackstone", + "circlepolishedblstoneblock": "chiseled_polished_blackstone", + "minecraft:chiseled_polished_blackstone": "chiseled_polished_blackstone", + "pchiseledblackstone": "chiseled_polished_blackstone", + "pchiseledblackstoneb": "chiseled_polished_blackstone", + "pchiseledblackstonebl": "chiseled_polished_blackstone", + "pchiseledblackstoneblock": "chiseled_polished_blackstone", + "pchiseledblst": "chiseled_polished_blackstone", + "pchiseledblstb": "chiseled_polished_blackstone", + "pchiseledblstbl": "chiseled_polished_blackstone", + "pchiseledblstblock": "chiseled_polished_blackstone", + "pchiseledblstone": "chiseled_polished_blackstone", + "pchiseledblstoneb": "chiseled_polished_blackstone", + "pchiseledblstonebl": "chiseled_polished_blackstone", + "pchiseledblstoneblock": "chiseled_polished_blackstone", + "pciblackstone": "chiseled_polished_blackstone", + "pciblackstoneb": "chiseled_polished_blackstone", + "pciblackstonebl": "chiseled_polished_blackstone", + "pciblackstoneblock": "chiseled_polished_blackstone", + "pciblst": "chiseled_polished_blackstone", + "pciblstb": "chiseled_polished_blackstone", + "pciblstbl": "chiseled_polished_blackstone", + "pciblstblock": "chiseled_polished_blackstone", + "pciblstone": "chiseled_polished_blackstone", + "pciblstoneb": "chiseled_polished_blackstone", + "pciblstonebl": "chiseled_polished_blackstone", + "pciblstoneblock": "chiseled_polished_blackstone", + "pcircleblackstone": "chiseled_polished_blackstone", + "pcircleblackstoneb": "chiseled_polished_blackstone", + "pcircleblackstonebl": "chiseled_polished_blackstone", + "pcircleblackstoneblock": "chiseled_polished_blackstone", + "pcircleblst": "chiseled_polished_blackstone", + "pcircleblstb": "chiseled_polished_blackstone", + "pcircleblstbl": "chiseled_polished_blackstone", + "pcircleblstblock": "chiseled_polished_blackstone", + "pcircleblstone": "chiseled_polished_blackstone", + "pcircleblstoneb": "chiseled_polished_blackstone", + "pcircleblstonebl": "chiseled_polished_blackstone", + "pcircleblstoneblock": "chiseled_polished_blackstone", + "polishedchiseledblackstone": "chiseled_polished_blackstone", + "polishedchiseledblackstoneb": "chiseled_polished_blackstone", + "polishedchiseledblackstonebl": "chiseled_polished_blackstone", + "polishedchiseledblackstoneblock": "chiseled_polished_blackstone", + "polishedchiseledblst": "chiseled_polished_blackstone", + "polishedchiseledblstb": "chiseled_polished_blackstone", + "polishedchiseledblstbl": "chiseled_polished_blackstone", + "polishedchiseledblstblock": "chiseled_polished_blackstone", + "polishedchiseledblstone": "chiseled_polished_blackstone", + "polishedchiseledblstoneb": "chiseled_polished_blackstone", + "polishedchiseledblstonebl": "chiseled_polished_blackstone", + "polishedchiseledblstoneblock": "chiseled_polished_blackstone", + "polishedciblackstone": "chiseled_polished_blackstone", + "polishedciblackstoneb": "chiseled_polished_blackstone", + "polishedciblackstonebl": "chiseled_polished_blackstone", + "polishedciblackstoneblock": "chiseled_polished_blackstone", + "polishedciblst": "chiseled_polished_blackstone", + "polishedciblstb": "chiseled_polished_blackstone", + "polishedciblstbl": "chiseled_polished_blackstone", + "polishedciblstblock": "chiseled_polished_blackstone", + "polishedciblstone": "chiseled_polished_blackstone", + "polishedciblstoneb": "chiseled_polished_blackstone", + "polishedciblstonebl": "chiseled_polished_blackstone", + "polishedciblstoneblock": "chiseled_polished_blackstone", + "polishedcircleblackstone": "chiseled_polished_blackstone", + "polishedcircleblackstoneb": "chiseled_polished_blackstone", + "polishedcircleblackstonebl": "chiseled_polished_blackstone", + "polishedcircleblackstoneblock": "chiseled_polished_blackstone", + "polishedcircleblst": "chiseled_polished_blackstone", + "polishedcircleblstb": "chiseled_polished_blackstone", + "polishedcircleblstbl": "chiseled_polished_blackstone", + "polishedcircleblstblock": "chiseled_polished_blackstone", + "polishedcircleblstone": "chiseled_polished_blackstone", + "polishedcircleblstoneb": "chiseled_polished_blackstone", + "polishedcircleblstonebl": "chiseled_polished_blackstone", + "polishedcircleblstoneblock": "chiseled_polished_blackstone", + "chiseled_quartz_block": { + "material": "CHISELED_QUARTZ_BLOCK" + }, + "chiseledq": "chiseled_quartz_block", + "chiseledqb": "chiseled_quartz_block", + "chiseledqbl": "chiseled_quartz_block", + "chiseledqblock": "chiseled_quartz_block", + "chiseledquar": "chiseled_quartz_block", + "chiseledquarb": "chiseled_quartz_block", + "chiseledquarbl": "chiseled_quartz_block", + "chiseledquarblock": "chiseled_quartz_block", + "chiseledquartz": "chiseled_quartz_block", + "chiseledquartzb": "chiseled_quartz_block", + "chiseledquartzbl": "chiseled_quartz_block", + "chiseledquartzblock": "chiseled_quartz_block", + "ciq": "chiseled_quartz_block", + "ciqb": "chiseled_quartz_block", + "ciqbl": "chiseled_quartz_block", + "ciqblock": "chiseled_quartz_block", + "ciquar": "chiseled_quartz_block", + "ciquarb": "chiseled_quartz_block", + "ciquarbl": "chiseled_quartz_block", + "ciquarblock": "chiseled_quartz_block", + "ciquartz": "chiseled_quartz_block", + "ciquartzb": "chiseled_quartz_block", + "ciquartzbl": "chiseled_quartz_block", + "ciquartzblock": "chiseled_quartz_block", + "circleq": "chiseled_quartz_block", + "circleqb": "chiseled_quartz_block", + "circleqbl": "chiseled_quartz_block", + "circleqblock": "chiseled_quartz_block", + "circlequar": "chiseled_quartz_block", + "circlequarb": "chiseled_quartz_block", + "circlequarbl": "chiseled_quartz_block", + "circlequarblock": "chiseled_quartz_block", + "circlequartz": "chiseled_quartz_block", + "circlequartzb": "chiseled_quartz_block", + "circlequartzbl": "chiseled_quartz_block", + "circlequartzblock": "chiseled_quartz_block", + "minecraft:chiseled_quartz_block": "chiseled_quartz_block", + "chiseled_red_sandstone": { + "material": "CHISELED_RED_SANDSTONE" + }, + "chiseledredsandst": "chiseled_red_sandstone", + "chiseledredsandstb": "chiseled_red_sandstone", + "chiseledredsandstbl": "chiseled_red_sandstone", + "chiseledredsandstblock": "chiseled_red_sandstone", + "chiseledredsandstone": "chiseled_red_sandstone", + "chiseledredsandstoneb": "chiseled_red_sandstone", + "chiseledredsandstonebl": "chiseled_red_sandstone", + "chiseledredsandstoneblock": "chiseled_red_sandstone", + "chiseledredsndst": "chiseled_red_sandstone", + "chiseledredsndstb": "chiseled_red_sandstone", + "chiseledredsndstbl": "chiseled_red_sandstone", + "chiseledredsndstblock": "chiseled_red_sandstone", + "circleredsandst": "chiseled_red_sandstone", + "circleredsandstb": "chiseled_red_sandstone", + "circleredsandstbl": "chiseled_red_sandstone", + "circleredsandstblock": "chiseled_red_sandstone", + "circleredsandstone": "chiseled_red_sandstone", + "circleredsandstoneb": "chiseled_red_sandstone", + "circleredsandstonebl": "chiseled_red_sandstone", + "circleredsandstoneblock": "chiseled_red_sandstone", + "circleredsndst": "chiseled_red_sandstone", + "circleredsndstb": "chiseled_red_sandstone", + "circleredsndstbl": "chiseled_red_sandstone", + "circleredsndstblock": "chiseled_red_sandstone", + "ciredsandst": "chiseled_red_sandstone", + "ciredsandstb": "chiseled_red_sandstone", + "ciredsandstbl": "chiseled_red_sandstone", + "ciredsandstblock": "chiseled_red_sandstone", + "ciredsandstone": "chiseled_red_sandstone", + "ciredsandstoneb": "chiseled_red_sandstone", + "ciredsandstonebl": "chiseled_red_sandstone", + "ciredsandstoneblock": "chiseled_red_sandstone", + "ciredsndst": "chiseled_red_sandstone", + "ciredsndstb": "chiseled_red_sandstone", + "ciredsndstbl": "chiseled_red_sandstone", + "ciredsndstblock": "chiseled_red_sandstone", + "minecraft:chiseled_red_sandstone": "chiseled_red_sandstone", + "chiseled_sandstone": { + "material": "CHISELED_SANDSTONE" + }, + "chiseledsandst": "chiseled_sandstone", + "chiseledsandstb": "chiseled_sandstone", + "chiseledsandstbl": "chiseled_sandstone", + "chiseledsandstblock": "chiseled_sandstone", + "chiseledsandstone": "chiseled_sandstone", + "chiseledsandstoneb": "chiseled_sandstone", + "chiseledsandstonebl": "chiseled_sandstone", + "chiseledsandstoneblock": "chiseled_sandstone", + "chiseledsndst": "chiseled_sandstone", + "chiseledsndstb": "chiseled_sandstone", + "chiseledsndstbl": "chiseled_sandstone", + "chiseledsndstblock": "chiseled_sandstone", + "circlesandst": "chiseled_sandstone", + "circlesandstb": "chiseled_sandstone", + "circlesandstbl": "chiseled_sandstone", + "circlesandstblock": "chiseled_sandstone", + "circlesandstone": "chiseled_sandstone", + "circlesandstoneb": "chiseled_sandstone", + "circlesandstonebl": "chiseled_sandstone", + "circlesandstoneblock": "chiseled_sandstone", + "circlesndst": "chiseled_sandstone", + "circlesndstb": "chiseled_sandstone", + "circlesndstbl": "chiseled_sandstone", + "circlesndstblock": "chiseled_sandstone", + "cisandst": "chiseled_sandstone", + "cisandstb": "chiseled_sandstone", + "cisandstbl": "chiseled_sandstone", + "cisandstblock": "chiseled_sandstone", + "cisandstone": "chiseled_sandstone", + "cisandstoneb": "chiseled_sandstone", + "cisandstonebl": "chiseled_sandstone", + "cisandstoneblock": "chiseled_sandstone", + "cisndst": "chiseled_sandstone", + "cisndstb": "chiseled_sandstone", + "cisndstbl": "chiseled_sandstone", + "cisndstblock": "chiseled_sandstone", + "minecraft:chiseled_sandstone": "chiseled_sandstone", + "chiseled_stone_bricks": { + "material": "CHISELED_STONE_BRICKS" + }, + "chiseledst": "chiseled_stone_bricks", + "chiseledstone": "chiseled_stone_bricks", + "chiseledstonebricks": "chiseled_stone_bricks", + "circlest": "chiseled_stone_bricks", + "circlestone": "chiseled_stone_bricks", + "cist": "chiseled_stone_bricks", + "cistone": "chiseled_stone_bricks", + "minecraft:chiseled_stone_bricks": "chiseled_stone_bricks", + "chorus_flower": { + "material": "CHORUS_FLOWER" + }, + "chorusflower": "chorus_flower", + "minecraft:chorus_flower": "chorus_flower", + "chorus_fruit": { + "material": "CHORUS_FRUIT" + }, + "chorusfruit": "chorus_fruit", + "minecraft:chorus_fruit": "chorus_fruit", + "chorus_plant": { + "material": "CHORUS_PLANT" + }, + "chorusplant": "chorus_plant", + "minecraft:chorus_plant": "chorus_plant", + "clay": { + "material": "CLAY" + }, + "minecraft:clay": "clay", + "clay_ball": { + "material": "CLAY_BALL" + }, + "clayball": "clay_ball", + "minecraft:clay_ball": "clay_ball", + "clock": { + "material": "CLOCK" + }, + "minecraft:clock": "clock", + "coal": { + "material": "COAL" + }, + "minecraft:coal": "coal", + "coal_block": { + "material": "COAL_BLOCK" + }, + "blockc": "coal_block", + "blockcoal": "coal_block", + "cblock": "coal_block", + "coalblock": "coal_block", + "minecraft:coal_block": "coal_block", + "coal_ore": { + "material": "COAL_ORE" + }, + "co": "coal_ore", + "coalo": "coal_ore", + "coalore": "coal_ore", + "core": "coal_ore", + "minecraft:coal_ore": "coal_ore", + "oc": "coal_ore", + "ocoal": "coal_ore", + "orec": "coal_ore", + "orecoal": "coal_ore", + "stonecoalore": "coal_ore", + "stonecore": "coal_ore", + "coarse_dirt": { + "material": "COARSE_DIRT" + }, + "coarsedirt": "coarse_dirt", + "minecraft:coarse_dirt": "coarse_dirt", + "cobbled_deepslate": { + "material": "COBBLED_DEEPSLATE" + }, + "cbdeepslate": "cobbled_deepslate", + "cbdeepslateb": "cobbled_deepslate", + "cbdeepslatebl": "cobbled_deepslate", + "cbdeepslateblock": "cobbled_deepslate", + "cbdslate": "cobbled_deepslate", + "cbdslateb": "cobbled_deepslate", + "cbdslatebl": "cobbled_deepslate", + "cbdslateblock": "cobbled_deepslate", + "cbslate": "cobbled_deepslate", + "cbslateb": "cobbled_deepslate", + "cbslatebl": "cobbled_deepslate", + "cbslateblock": "cobbled_deepslate", + "cobbleddeepslate": "cobbled_deepslate", + "cobbleddeepslateb": "cobbled_deepslate", + "cobbleddeepslatebl": "cobbled_deepslate", + "cobbleddeepslateblock": "cobbled_deepslate", + "cobbleddslate": "cobbled_deepslate", + "cobbleddslateb": "cobbled_deepslate", + "cobbleddslatebl": "cobbled_deepslate", + "cobbleddslateblock": "cobbled_deepslate", + "cobbledeepslate": "cobbled_deepslate", + "cobbledeepslateb": "cobbled_deepslate", + "cobbledeepslatebl": "cobbled_deepslate", + "cobbledeepslateblock": "cobbled_deepslate", + "cobbledslate": "cobbled_deepslate", + "cobbledslateb": "cobbled_deepslate", + "cobbledslatebl": "cobbled_deepslate", + "cobbledslateblock": "cobbled_deepslate", + "cobbleslate": "cobbled_deepslate", + "cobbleslateb": "cobbled_deepslate", + "cobbleslatebl": "cobbled_deepslate", + "cobbleslateblock": "cobbled_deepslate", + "cobdeepslate": "cobbled_deepslate", + "cobdeepslateb": "cobbled_deepslate", + "cobdeepslatebl": "cobbled_deepslate", + "cobdeepslateblock": "cobbled_deepslate", + "cobdslate": "cobbled_deepslate", + "cobdslateb": "cobbled_deepslate", + "cobdslatebl": "cobbled_deepslate", + "cobdslateblock": "cobbled_deepslate", + "cobslate": "cobbled_deepslate", + "cobslateb": "cobbled_deepslate", + "cobslatebl": "cobbled_deepslate", + "cobslateblock": "cobbled_deepslate", + "minecraft:cobbled_deepslate": "cobbled_deepslate", + "cobbled_deepslate_slab": { + "material": "COBBLED_DEEPSLATE_SLAB" + }, + "cbdeepslatehalfblock": "cobbled_deepslate_slab", + "cbdeepslatestep": "cobbled_deepslate_slab", + "cbdslatehalfblock": "cobbled_deepslate_slab", + "cbdslatestep": "cobbled_deepslate_slab", + "cbslatehalfblock": "cobbled_deepslate_slab", + "cbslatestep": "cobbled_deepslate_slab", + "cobbleddeepslatehalfblock": "cobbled_deepslate_slab", + "cobbleddeepslateslab": "cobbled_deepslate_slab", + "cobbleddeepslatestep": "cobbled_deepslate_slab", + "cobbleddslatehalfblock": "cobbled_deepslate_slab", + "cobbleddslatestep": "cobbled_deepslate_slab", + "cobbledeepslatehalfblock": "cobbled_deepslate_slab", + "cobbledeepslatestep": "cobbled_deepslate_slab", + "cobbledslatehalfblock": "cobbled_deepslate_slab", + "cobbledslatestep": "cobbled_deepslate_slab", + "cobbleslatehalfblock": "cobbled_deepslate_slab", + "cobbleslatestep": "cobbled_deepslate_slab", + "cobdeepslatehalfblock": "cobbled_deepslate_slab", + "cobdeepslatestep": "cobbled_deepslate_slab", + "cobdslatehalfblock": "cobbled_deepslate_slab", + "cobdslatestep": "cobbled_deepslate_slab", + "cobslatehalfblock": "cobbled_deepslate_slab", + "cobslatestep": "cobbled_deepslate_slab", + "minecraft:cobbled_deepslate_slab": "cobbled_deepslate_slab", + "cobbled_deepslate_stairs": { + "material": "COBBLED_DEEPSLATE_STAIRS" + }, + "cbdeepslatestair": "cobbled_deepslate_stairs", + "cbdeepslatestairs": "cobbled_deepslate_stairs", + "cbdslatestair": "cobbled_deepslate_stairs", + "cbdslatestairs": "cobbled_deepslate_stairs", + "cbslatestair": "cobbled_deepslate_stairs", + "cbslatestairs": "cobbled_deepslate_stairs", + "cobbleddeepslatestair": "cobbled_deepslate_stairs", + "cobbleddeepslatestairs": "cobbled_deepslate_stairs", + "cobbleddslatestair": "cobbled_deepslate_stairs", + "cobbleddslatestairs": "cobbled_deepslate_stairs", + "cobbledeepslatestair": "cobbled_deepslate_stairs", + "cobbledeepslatestairs": "cobbled_deepslate_stairs", + "cobbledslatestair": "cobbled_deepslate_stairs", + "cobbledslatestairs": "cobbled_deepslate_stairs", + "cobbleslatestair": "cobbled_deepslate_stairs", + "cobbleslatestairs": "cobbled_deepslate_stairs", + "cobdeepslatestair": "cobbled_deepslate_stairs", + "cobdeepslatestairs": "cobbled_deepslate_stairs", + "cobdslatestair": "cobbled_deepslate_stairs", + "cobdslatestairs": "cobbled_deepslate_stairs", + "cobslatestair": "cobbled_deepslate_stairs", + "cobslatestairs": "cobbled_deepslate_stairs", + "minecraft:cobbled_deepslate_stairs": "cobbled_deepslate_stairs", + "cobbled_deepslate_wall": { + "material": "COBBLED_DEEPSLATE_WALL" + }, + "cbdeepslatewall": "cobbled_deepslate_wall", + "cbdslatewall": "cobbled_deepslate_wall", + "cbslatewall": "cobbled_deepslate_wall", + "cobbleddeepslatewall": "cobbled_deepslate_wall", + "cobbleddslatewall": "cobbled_deepslate_wall", + "cobbledeepslatewall": "cobbled_deepslate_wall", + "cobbledslatewall": "cobbled_deepslate_wall", + "cobbleslatewall": "cobbled_deepslate_wall", + "cobdeepslatewall": "cobbled_deepslate_wall", + "cobdslatewall": "cobbled_deepslate_wall", + "cobslatewall": "cobbled_deepslate_wall", + "minecraft:cobbled_deepslate_wall": "cobbled_deepslate_wall", + "wallcbdeepslate": "cobbled_deepslate_wall", + "wallcbdslate": "cobbled_deepslate_wall", + "wallcbslate": "cobbled_deepslate_wall", + "wallcobbleddeepslate": "cobbled_deepslate_wall", + "wallcobbleddslate": "cobbled_deepslate_wall", + "wallcobbledeepslate": "cobbled_deepslate_wall", + "wallcobbledslate": "cobbled_deepslate_wall", + "wallcobbleslate": "cobbled_deepslate_wall", + "wallcobdeepslate": "cobbled_deepslate_wall", + "wallcobdslate": "cobbled_deepslate_wall", + "wallcobslate": "cobbled_deepslate_wall", + "cobblestone": { + "material": "COBBLESTONE" + }, + "cobble": "cobblestone", + "cobbleb": "cobblestone", + "cobblebl": "cobblestone", + "cobbleblock": "cobblestone", + "cobblestoneb": "cobblestone", + "cobblestonebl": "cobblestone", + "cobblestoneblock": "cobblestone", + "cs": "cobblestone", + "csb": "cobblestone", + "csbl": "cobblestone", + "csblock": "cobblestone", + "cst": "cobblestone", + "cstb": "cobblestone", + "cstbl": "cobblestone", + "cstblock": "cobblestone", + "cstone": "cobblestone", + "cstoneb": "cobblestone", + "cstonebl": "cobblestone", + "cstoneblock": "cobblestone", + "minecraft:cobblestone": "cobblestone", + "cobblestone_slab": { + "material": "COBBLESTONE_SLAB" + }, + "cobblehalfblock": "cobblestone_slab", + "cobblestep": "cobblestone_slab", + "cobblestonehalfblock": "cobblestone_slab", + "cobblestoneslab": "cobblestone_slab", + "cobblestonestep": "cobblestone_slab", + "cshalfblock": "cobblestone_slab", + "csstep": "cobblestone_slab", + "csthalfblock": "cobblestone_slab", + "cstonehalfblock": "cobblestone_slab", + "cstonestep": "cobblestone_slab", + "cststep": "cobblestone_slab", + "minecraft:cobblestone_slab": "cobblestone_slab", + "cobblestone_stairs": { + "material": "COBBLESTONE_STAIRS" + }, + "cobblestair": "cobblestone_stairs", + "cobblestairs": "cobblestone_stairs", + "cobblestonestair": "cobblestone_stairs", + "cobblestonestairs": "cobblestone_stairs", + "csstair": "cobblestone_stairs", + "csstairs": "cobblestone_stairs", + "cstonestair": "cobblestone_stairs", + "cstonestairs": "cobblestone_stairs", + "cststair": "cobblestone_stairs", + "cststairs": "cobblestone_stairs", + "minecraft:cobblestone_stairs": "cobblestone_stairs", + "cobblestone_wall": { + "material": "COBBLESTONE_WALL" + }, + "cobblestonewall": "cobblestone_wall", + "cobblewall": "cobblestone_wall", + "cstonewall": "cobblestone_wall", + "cstwall": "cobblestone_wall", + "cswall": "cobblestone_wall", + "minecraft:cobblestone_wall": "cobblestone_wall", + "wallcobble": "cobblestone_wall", + "wallcobblestone": "cobblestone_wall", + "wallcs": "cobblestone_wall", + "wallcst": "cobblestone_wall", + "wallcstone": "cobblestone_wall", + "cobweb": { + "material": "COBWEB" + }, + "minecraft:cobweb": "cobweb", + "cocoa_beans": { + "material": "COCOA_BEANS" + }, + "cocoabeans": "cocoa_beans", + "minecraft:cocoa_beans": "cocoa_beans", + "cod": { + "material": "COD" + }, + "fish": "cod", + "minecraft:cod": "cod", + "plaincod": "cod", + "plainfish": "cod", + "racod": "cod", + "rafish": "cod", + "rawcod": "cod", + "rawfish": "cod", + "uncookedcod": "cod", + "uncookedfish": "cod", + "cod_bucket": { + "material": "COD_BUCKET" + }, + "bucketocod": "cod_bucket", + "codbucket": "cod_bucket", + "codbukkit": "cod_bucket", + "codpail": "cod_bucket", + "minecraft:cod_bucket": "cod_bucket", + "cod_spawn_egg": { + "material": "COD_SPAWN_EGG" + }, + "codegg": "cod_spawn_egg", + "codsegg": "cod_spawn_egg", + "codspawn": "cod_spawn_egg", + "codspawnegg": "cod_spawn_egg", + "eggcod": "cod_spawn_egg", + "minecraft:cod_spawn_egg": "cod_spawn_egg", + "seggcod": "cod_spawn_egg", + "spawncod": "cod_spawn_egg", + "spawneggcod": "cod_spawn_egg", + "cod_spawner": { + "entity": "COD", + "material": "SPAWNER" + }, + "codcage": "cod_spawner", + "codmcage": "cod_spawner", + "codmobcage": "cod_spawner", + "codmobspawner": "cod_spawner", + "codmonstercage": "cod_spawner", + "codmonsterspawner": "cod_spawner", + "codmspawner": "cod_spawner", + "codspawner": "cod_spawner", + "command_block": { + "material": "COMMAND_BLOCK" + }, + "commandblock": "command_block", + "minecraft:command_block": "command_block", + "command_block_minecart": { + "material": "COMMAND_BLOCK_MINECART" + }, + "cbcart": "command_block_minecart", + "cblockcart": "command_block_minecart", + "cblockmc": "command_block_minecart", + "cblockmcart": "command_block_minecart", + "cblockminecart": "command_block_minecart", + "cbmc": "command_block_minecart", + "cbmcart": "command_block_minecart", + "cbminecart": "command_block_minecart", + "cmdblockcart": "command_block_minecart", + "cmdblockmc": "command_block_minecart", + "cmdblockmcart": "command_block_minecart", + "cmdblockminecart": "command_block_minecart", + "cmdcart": "command_block_minecart", + "cmdmc": "command_block_minecart", + "cmdmcart": "command_block_minecart", + "cmdminecart": "command_block_minecart", + "commandblockcart": "command_block_minecart", + "commandblockmc": "command_block_minecart", + "commandblockmcart": "command_block_minecart", + "commandblockminecart": "command_block_minecart", + "commandcart": "command_block_minecart", + "commandmc": "command_block_minecart", + "commandmcart": "command_block_minecart", + "commandminecart": "command_block_minecart", + "minecraft:command_block_minecart": "command_block_minecart", + "comparator": { + "material": "COMPARATOR" + }, + "minecraft:comparator": "comparator", + "compass": { + "material": "COMPASS" + }, + "minecraft:compass": "compass", + "composter": { + "material": "COMPOSTER" + }, + "minecraft:composter": "composter", + "conduit": { + "material": "CONDUIT" + }, + "minecraft:conduit": "conduit", + "cooked_beef": { + "material": "COOKED_BEEF" + }, + "bbqbeef": "cooked_beef", + "bbqcowmeat": "cooked_beef", + "bbqsteak": "cooked_beef", + "beefbbq": "cooked_beef", + "beefc": "cooked_beef", + "beefcook": "cooked_beef", + "beefcooked": "cooked_beef", + "beefg": "cooked_beef", + "beefgrill": "cooked_beef", + "beefgrilled": "cooked_beef", + "beefro": "cooked_beef", + "beefroast": "cooked_beef", + "beefroasted": "cooked_beef", + "beeftoasted": "cooked_beef", + "cbeef": "cooked_beef", + "ccowmeat": "cooked_beef", + "cookbeef": "cooked_beef", + "cookcowmeat": "cooked_beef", + "cookedbeef": "cooked_beef", + "cookedcowmeat": "cooked_beef", + "cookedsteak": "cooked_beef", + "cooksteak": "cooked_beef", + "cowmeatbbq": "cooked_beef", + "cowmeatc": "cooked_beef", + "cowmeatcook": "cooked_beef", + "cowmeatcooked": "cooked_beef", + "cowmeatg": "cooked_beef", + "cowmeatgrill": "cooked_beef", + "cowmeatgrilled": "cooked_beef", + "cowmeatro": "cooked_beef", + "cowmeatroast": "cooked_beef", + "cowmeatroasted": "cooked_beef", + "cowmeattoasted": "cooked_beef", + "csteak": "cooked_beef", + "gbeef": "cooked_beef", + "gcowmeat": "cooked_beef", + "grillbeef": "cooked_beef", + "grillcowmeat": "cooked_beef", + "grilledbeef": "cooked_beef", + "grilledcowmeat": "cooked_beef", + "grilledsteak": "cooked_beef", + "grillsteak": "cooked_beef", + "gsteak": "cooked_beef", + "minecraft:cooked_beef": "cooked_beef", + "roastbeef": "cooked_beef", + "roastcowmeat": "cooked_beef", + "roastedbeef": "cooked_beef", + "roastedcowmeat": "cooked_beef", + "roastedsteak": "cooked_beef", + "roaststeak": "cooked_beef", + "robeef": "cooked_beef", + "rocowmeat": "cooked_beef", + "rosteak": "cooked_beef", + "steakbbq": "cooked_beef", + "steakc": "cooked_beef", + "steakcook": "cooked_beef", + "steakcooked": "cooked_beef", + "steakg": "cooked_beef", + "steakgrill": "cooked_beef", + "steakgrilled": "cooked_beef", + "steakro": "cooked_beef", + "steakroast": "cooked_beef", + "steakroasted": "cooked_beef", + "steaktoasted": "cooked_beef", + "toastedbeef": "cooked_beef", + "toastedcowmeat": "cooked_beef", + "toastedsteak": "cooked_beef", + "cooked_chicken": { + "material": "COOKED_CHICKEN" + }, + "bbqchicken": "cooked_chicken", + "cchicken": "cooked_chicken", + "chickenbbq": "cooked_chicken", + "chickenc": "cooked_chicken", + "chickencook": "cooked_chicken", + "chickencooked": "cooked_chicken", + "chickeng": "cooked_chicken", + "chickengrill": "cooked_chicken", + "chickengrilled": "cooked_chicken", + "chickenro": "cooked_chicken", + "chickenroast": "cooked_chicken", + "chickenroasted": "cooked_chicken", + "chickentoasted": "cooked_chicken", + "cookchicken": "cooked_chicken", + "cookedchicken": "cooked_chicken", + "gchicken": "cooked_chicken", + "grillchicken": "cooked_chicken", + "grilledchicken": "cooked_chicken", + "minecraft:cooked_chicken": "cooked_chicken", + "roastchicken": "cooked_chicken", + "roastedchicken": "cooked_chicken", + "rochicken": "cooked_chicken", + "toastedchicken": "cooked_chicken", + "cooked_cod": { + "material": "COOKED_COD" + }, + "bbqcod": "cooked_cod", + "bbqfish": "cooked_cod", + "ccod": "cooked_cod", + "cfish": "cooked_cod", + "codbbq": "cooked_cod", + "codc": "cooked_cod", + "codcook": "cooked_cod", + "codcooked": "cooked_cod", + "codg": "cooked_cod", + "codgrill": "cooked_cod", + "codgrilled": "cooked_cod", + "codro": "cooked_cod", + "codroast": "cooked_cod", + "codroasted": "cooked_cod", + "codtoasted": "cooked_cod", + "cookcod": "cooked_cod", + "cookedcod": "cooked_cod", + "cookedfish": "cooked_cod", + "cookfish": "cooked_cod", + "fishbbq": "cooked_cod", + "fishc": "cooked_cod", + "fishcook": "cooked_cod", + "fishcooked": "cooked_cod", + "fishg": "cooked_cod", + "fishgrill": "cooked_cod", + "fishgrilled": "cooked_cod", + "fishro": "cooked_cod", + "fishroast": "cooked_cod", + "fishroasted": "cooked_cod", + "fishtoasted": "cooked_cod", + "gcod": "cooked_cod", + "gfish": "cooked_cod", + "grillcod": "cooked_cod", + "grilledcod": "cooked_cod", + "grilledfish": "cooked_cod", + "grillfish": "cooked_cod", + "minecraft:cooked_cod": "cooked_cod", + "roastcod": "cooked_cod", + "roastedcod": "cooked_cod", + "roastedfish": "cooked_cod", + "roastfish": "cooked_cod", + "rocod": "cooked_cod", + "rofish": "cooked_cod", + "toastedcod": "cooked_cod", + "toastedfish": "cooked_cod", + "cooked_mutton": { + "material": "COOKED_MUTTON" + }, + "bbqmutton": "cooked_mutton", + "bbqsheepmeat": "cooked_mutton", + "cmutton": "cooked_mutton", + "cookedmutton": "cooked_mutton", + "cookedsheepmeat": "cooked_mutton", + "cookmutton": "cooked_mutton", + "cooksheepmeat": "cooked_mutton", + "csheepmeat": "cooked_mutton", + "gmutton": "cooked_mutton", + "grilledmutton": "cooked_mutton", + "grilledsheepmeat": "cooked_mutton", + "grillmutton": "cooked_mutton", + "grillsheepmeat": "cooked_mutton", + "gsheepmeat": "cooked_mutton", + "minecraft:cooked_mutton": "cooked_mutton", + "muttonbbq": "cooked_mutton", + "muttonc": "cooked_mutton", + "muttoncook": "cooked_mutton", + "muttoncooked": "cooked_mutton", + "muttong": "cooked_mutton", + "muttongrill": "cooked_mutton", + "muttongrilled": "cooked_mutton", + "muttonro": "cooked_mutton", + "muttonroast": "cooked_mutton", + "muttonroasted": "cooked_mutton", + "muttontoasted": "cooked_mutton", + "roastedmutton": "cooked_mutton", + "roastedsheepmeat": "cooked_mutton", + "roastmutton": "cooked_mutton", + "roastsheepmeat": "cooked_mutton", + "romutton": "cooked_mutton", + "rosheepmeat": "cooked_mutton", + "sheepmeatbbq": "cooked_mutton", + "sheepmeatc": "cooked_mutton", + "sheepmeatcook": "cooked_mutton", + "sheepmeatcooked": "cooked_mutton", + "sheepmeatg": "cooked_mutton", + "sheepmeatgrill": "cooked_mutton", + "sheepmeatgrilled": "cooked_mutton", + "sheepmeatro": "cooked_mutton", + "sheepmeatroast": "cooked_mutton", + "sheepmeatroasted": "cooked_mutton", + "sheepmeattoasted": "cooked_mutton", + "toastedmutton": "cooked_mutton", + "toastedsheepmeat": "cooked_mutton", + "cooked_porkchop": { + "material": "COOKED_PORKCHOP" + }, + "bbqpork": "cooked_porkchop", + "bbqporkchop": "cooked_porkchop", + "cookedpork": "cooked_porkchop", + "cookedporkchop": "cooked_porkchop", + "cookpork": "cooked_porkchop", + "cookporkchop": "cooked_porkchop", + "cpork": "cooked_porkchop", + "cporkchop": "cooked_porkchop", + "gpork": "cooked_porkchop", + "gporkchop": "cooked_porkchop", + "grilledpork": "cooked_porkchop", + "grilledporkchop": "cooked_porkchop", + "grillpork": "cooked_porkchop", + "grillporkchop": "cooked_porkchop", + "minecraft:cooked_porkchop": "cooked_porkchop", + "porkbbq": "cooked_porkchop", + "porkc": "cooked_porkchop", + "porkchopbbq": "cooked_porkchop", + "porkchopc": "cooked_porkchop", + "porkchopcook": "cooked_porkchop", + "porkchopcooked": "cooked_porkchop", + "porkchopg": "cooked_porkchop", + "porkchopgrill": "cooked_porkchop", + "porkchopgrilled": "cooked_porkchop", + "porkchopro": "cooked_porkchop", + "porkchoproast": "cooked_porkchop", + "porkchoproasted": "cooked_porkchop", + "porkchoptoasted": "cooked_porkchop", + "porkcook": "cooked_porkchop", + "porkcooked": "cooked_porkchop", + "porkg": "cooked_porkchop", + "porkgrill": "cooked_porkchop", + "porkgrilled": "cooked_porkchop", + "porkro": "cooked_porkchop", + "porkroast": "cooked_porkchop", + "porkroasted": "cooked_porkchop", + "porktoasted": "cooked_porkchop", + "roastedpork": "cooked_porkchop", + "roastedporkchop": "cooked_porkchop", + "roastpork": "cooked_porkchop", + "roastporkchop": "cooked_porkchop", + "ropork": "cooked_porkchop", + "roporkchop": "cooked_porkchop", + "toastedpork": "cooked_porkchop", + "toastedporkchop": "cooked_porkchop", + "cooked_rabbit": { + "material": "COOKED_RABBIT" + }, + "bbqhare": "cooked_rabbit", + "bbqhasenpfeffer": "cooked_rabbit", + "bbqrabbit": "cooked_rabbit", + "chare": "cooked_rabbit", + "chasenpfeffer": "cooked_rabbit", + "cookedhare": "cooked_rabbit", + "cookedhasenpfeffer": "cooked_rabbit", + "cookedrabbit": "cooked_rabbit", + "cookhare": "cooked_rabbit", + "cookhasenpfeffer": "cooked_rabbit", + "cookrabbit": "cooked_rabbit", + "crabbit": "cooked_rabbit", + "ghare": "cooked_rabbit", + "ghasenpfeffer": "cooked_rabbit", + "grabbit": "cooked_rabbit", + "grilledhare": "cooked_rabbit", + "grilledhasenpfeffer": "cooked_rabbit", + "grilledrabbit": "cooked_rabbit", + "grillhare": "cooked_rabbit", + "grillhasenpfeffer": "cooked_rabbit", + "grillrabbit": "cooked_rabbit", + "harebbq": "cooked_rabbit", + "harec": "cooked_rabbit", + "harecook": "cooked_rabbit", + "harecooked": "cooked_rabbit", + "hareg": "cooked_rabbit", + "haregrill": "cooked_rabbit", + "haregrilled": "cooked_rabbit", + "harero": "cooked_rabbit", + "hareroast": "cooked_rabbit", + "hareroasted": "cooked_rabbit", + "haretoasted": "cooked_rabbit", + "hasenpfefferbbq": "cooked_rabbit", + "hasenpfefferc": "cooked_rabbit", + "hasenpfeffercook": "cooked_rabbit", + "hasenpfeffercooked": "cooked_rabbit", + "hasenpfefferg": "cooked_rabbit", + "hasenpfeffergrill": "cooked_rabbit", + "hasenpfeffergrilled": "cooked_rabbit", + "hasenpfefferro": "cooked_rabbit", + "hasenpfefferroast": "cooked_rabbit", + "hasenpfefferroasted": "cooked_rabbit", + "hasenpfeffertoasted": "cooked_rabbit", + "minecraft:cooked_rabbit": "cooked_rabbit", + "rabbitbbq": "cooked_rabbit", + "rabbitc": "cooked_rabbit", + "rabbitcook": "cooked_rabbit", + "rabbitcooked": "cooked_rabbit", + "rabbitg": "cooked_rabbit", + "rabbitgrill": "cooked_rabbit", + "rabbitgrilled": "cooked_rabbit", + "rabbitro": "cooked_rabbit", + "rabbitroast": "cooked_rabbit", + "rabbitroasted": "cooked_rabbit", + "rabbittoasted": "cooked_rabbit", + "roastedhare": "cooked_rabbit", + "roastedhasenpfeffer": "cooked_rabbit", + "roastedrabbit": "cooked_rabbit", + "roasthare": "cooked_rabbit", + "roasthasenpfeffer": "cooked_rabbit", + "roastrabbit": "cooked_rabbit", + "rohare": "cooked_rabbit", + "rohasenpfeffer": "cooked_rabbit", + "rorabbit": "cooked_rabbit", + "toastedhare": "cooked_rabbit", + "toastedhasenpfeffer": "cooked_rabbit", + "toastedrabbit": "cooked_rabbit", + "cooked_salmon": { + "material": "COOKED_SALMON" + }, + "bbqfishs": "cooked_salmon", + "bbqsalmon": "cooked_salmon", + "bbqsalmonfish": "cooked_salmon", + "bbqsfish": "cooked_salmon", + "cfishs": "cooked_salmon", + "cookedfishs": "cooked_salmon", + "cookedsalmon": "cooked_salmon", + "cookedsalmonfish": "cooked_salmon", + "cookedsfish": "cooked_salmon", + "cookfishs": "cooked_salmon", + "cooksalmon": "cooked_salmon", + "cooksalmonfish": "cooked_salmon", + "cooksfish": "cooked_salmon", + "csalmon": "cooked_salmon", + "csalmonfish": "cooked_salmon", + "csfish": "cooked_salmon", + "fishsbbq": "cooked_salmon", + "fishsc": "cooked_salmon", + "fishscook": "cooked_salmon", + "fishscooked": "cooked_salmon", + "fishsg": "cooked_salmon", + "fishsgrill": "cooked_salmon", + "fishsgrilled": "cooked_salmon", + "fishsro": "cooked_salmon", + "fishsroast": "cooked_salmon", + "fishsroasted": "cooked_salmon", + "fishstoasted": "cooked_salmon", + "gfishs": "cooked_salmon", + "grilledfishs": "cooked_salmon", + "grilledsalmon": "cooked_salmon", + "grilledsalmonfish": "cooked_salmon", + "grilledsfish": "cooked_salmon", + "grillfishs": "cooked_salmon", + "grillsalmon": "cooked_salmon", + "grillsalmonfish": "cooked_salmon", + "grillsfish": "cooked_salmon", + "gsalmon": "cooked_salmon", + "gsalmonfish": "cooked_salmon", + "gsfish": "cooked_salmon", + "minecraft:cooked_salmon": "cooked_salmon", + "roastedfishs": "cooked_salmon", + "roastedsalmon": "cooked_salmon", + "roastedsalmonfish": "cooked_salmon", + "roastedsfish": "cooked_salmon", + "roastfishs": "cooked_salmon", + "roastsalmon": "cooked_salmon", + "roastsalmonfish": "cooked_salmon", + "roastsfish": "cooked_salmon", + "rofishs": "cooked_salmon", + "rosalmon": "cooked_salmon", + "rosalmonfish": "cooked_salmon", + "rosfish": "cooked_salmon", + "salmonbbq": "cooked_salmon", + "salmonc": "cooked_salmon", + "salmoncook": "cooked_salmon", + "salmoncooked": "cooked_salmon", + "salmonfishbbq": "cooked_salmon", + "salmonfishc": "cooked_salmon", + "salmonfishcook": "cooked_salmon", + "salmonfishcooked": "cooked_salmon", + "salmonfishg": "cooked_salmon", + "salmonfishgrill": "cooked_salmon", + "salmonfishgrilled": "cooked_salmon", + "salmonfishro": "cooked_salmon", + "salmonfishroast": "cooked_salmon", + "salmonfishroasted": "cooked_salmon", + "salmonfishtoasted": "cooked_salmon", + "salmong": "cooked_salmon", + "salmongrill": "cooked_salmon", + "salmongrilled": "cooked_salmon", + "salmonro": "cooked_salmon", + "salmonroast": "cooked_salmon", + "salmonroasted": "cooked_salmon", + "salmontoasted": "cooked_salmon", + "sfishbbq": "cooked_salmon", + "sfishc": "cooked_salmon", + "sfishcook": "cooked_salmon", + "sfishcooked": "cooked_salmon", + "sfishg": "cooked_salmon", + "sfishgrill": "cooked_salmon", + "sfishgrilled": "cooked_salmon", + "sfishro": "cooked_salmon", + "sfishroast": "cooked_salmon", + "sfishroasted": "cooked_salmon", + "sfishtoasted": "cooked_salmon", + "toastedfishs": "cooked_salmon", + "toastedsalmon": "cooked_salmon", + "toastedsalmonfish": "cooked_salmon", + "toastedsfish": "cooked_salmon", + "cookie": { + "material": "COOKIE" + }, + "minecraft:cookie": "cookie", + "copper_block": { + "material": "COPPER_BLOCK" + }, + "coblock": "copper_block", + "copblock": "copper_block", + "copperblock": "copper_block", + "minecraft:copper_block": "copper_block", + "plaincoblock": "copper_block", + "plaincopblock": "copper_block", + "plaincopperblock": "copper_block", + "purecoblock": "copper_block", + "purecopblock": "copper_block", + "purecopperblock": "copper_block", + "copper_ingot": { + "material": "COPPER_INGOT" + }, + "barcop": "copper_ingot", + "barcopp": "copper_ingot", + "barcopper": "copper_ingot", + "copbar": "copper_ingot", + "copi": "copper_ingot", + "copingot": "copper_ingot", + "coppbar": "copper_ingot", + "copperbar": "copper_ingot", + "copperi": "copper_ingot", + "copperingot": "copper_ingot", + "coppi": "copper_ingot", + "coppingot": "copper_ingot", + "icop": "copper_ingot", + "icopp": "copper_ingot", + "icopper": "copper_ingot", + "ingotcop": "copper_ingot", + "ingotcopp": "copper_ingot", + "ingotcopper": "copper_ingot", + "minecraft:copper_ingot": "copper_ingot", + "copper_ore": { + "material": "COPPER_ORE" + }, + "copo": "copper_ore", + "copore": "copper_ore", + "coppero": "copper_ore", + "copperore": "copper_ore", + "coppo": "copper_ore", + "coppore": "copper_ore", + "minecraft:copper_ore": "copper_ore", + "ocop": "copper_ore", + "ocopp": "copper_ore", + "ocopper": "copper_ore", + "orecop": "copper_ore", + "orecopp": "copper_ore", + "orecopper": "copper_ore", + "stonecopore": "copper_ore", + "stonecopperore": "copper_ore", + "stonecoppore": "copper_ore", + "cornflower": { + "material": "CORNFLOWER" + }, + "minecraft:cornflower": "cornflower", + "cow_spawn_egg": { + "material": "COW_SPAWN_EGG" + }, + "cowegg": "cow_spawn_egg", + "cowsegg": "cow_spawn_egg", + "cowspawn": "cow_spawn_egg", + "cowspawnegg": "cow_spawn_egg", + "eggcow": "cow_spawn_egg", + "minecraft:cow_spawn_egg": "cow_spawn_egg", + "seggcow": "cow_spawn_egg", + "spawncow": "cow_spawn_egg", + "spawneggcow": "cow_spawn_egg", + "cow_spawner": { + "entity": "COW", + "material": "SPAWNER" + }, + "cowcage": "cow_spawner", + "cowmcage": "cow_spawner", + "cowmobcage": "cow_spawner", + "cowmobspawner": "cow_spawner", + "cowmonstercage": "cow_spawner", + "cowmonsterspawner": "cow_spawner", + "cowmspawner": "cow_spawner", + "cowspawner": "cow_spawner", + "cracked_deepslate_bricks": { + "material": "CRACKED_DEEPSLATE_BRICKS" + }, + "crackdeepslatebr": "cracked_deepslate_bricks", + "crackdeepslatebricks": "cracked_deepslate_bricks", + "crackdslatebr": "cracked_deepslate_bricks", + "crackdslatebricks": "cracked_deepslate_bricks", + "crackeddeepslatebr": "cracked_deepslate_bricks", + "crackeddeepslatebricks": "cracked_deepslate_bricks", + "crackeddslatebr": "cracked_deepslate_bricks", + "crackeddslatebricks": "cracked_deepslate_bricks", + "crackedslatebr": "cracked_deepslate_bricks", + "crackedslatebricks": "cracked_deepslate_bricks", + "crackslatebr": "cracked_deepslate_bricks", + "crackslatebricks": "cracked_deepslate_bricks", + "crdeepslatebr": "cracked_deepslate_bricks", + "crdeepslatebricks": "cracked_deepslate_bricks", + "crdslatebr": "cracked_deepslate_bricks", + "crdslatebricks": "cracked_deepslate_bricks", + "crslatebr": "cracked_deepslate_bricks", + "crslatebricks": "cracked_deepslate_bricks", + "minecraft:cracked_deepslate_bricks": "cracked_deepslate_bricks", + "cracked_deepslate_tiles": { + "material": "CRACKED_DEEPSLATE_TILES" + }, + "crackdeepslatetile": "cracked_deepslate_tiles", + "crackdeepslatetiles": "cracked_deepslate_tiles", + "crackdslatetile": "cracked_deepslate_tiles", + "crackdslatetiles": "cracked_deepslate_tiles", + "crackeddeepslatetile": "cracked_deepslate_tiles", + "crackeddeepslatetiles": "cracked_deepslate_tiles", + "crackeddslatetile": "cracked_deepslate_tiles", + "crackeddslatetiles": "cracked_deepslate_tiles", + "crackedslatetile": "cracked_deepslate_tiles", + "crackedslatetiles": "cracked_deepslate_tiles", + "crackslatetile": "cracked_deepslate_tiles", + "crackslatetiles": "cracked_deepslate_tiles", + "crdeepslatetile": "cracked_deepslate_tiles", + "crdeepslatetiles": "cracked_deepslate_tiles", + "crdslatetile": "cracked_deepslate_tiles", + "crdslatetiles": "cracked_deepslate_tiles", + "crslatetile": "cracked_deepslate_tiles", + "crslatetiles": "cracked_deepslate_tiles", + "minecraft:cracked_deepslate_tiles": "cracked_deepslate_tiles", + "tilecrackdeepslate": "cracked_deepslate_tiles", + "tilecrackdslate": "cracked_deepslate_tiles", + "tilecrackeddeepslate": "cracked_deepslate_tiles", + "tilecrackeddslate": "cracked_deepslate_tiles", + "tilecrackedslate": "cracked_deepslate_tiles", + "tilecrackslate": "cracked_deepslate_tiles", + "tilecrdeepslate": "cracked_deepslate_tiles", + "tilecrdslate": "cracked_deepslate_tiles", + "tilecrslate": "cracked_deepslate_tiles", + "tilescrackdeepslate": "cracked_deepslate_tiles", + "tilescrackdslate": "cracked_deepslate_tiles", + "tilescrackeddeepslate": "cracked_deepslate_tiles", + "tilescrackeddslate": "cracked_deepslate_tiles", + "tilescrackedslate": "cracked_deepslate_tiles", + "tilescrackslate": "cracked_deepslate_tiles", + "tilescrdeepslate": "cracked_deepslate_tiles", + "tilescrdslate": "cracked_deepslate_tiles", + "tilescrslate": "cracked_deepslate_tiles", + "cracked_nether_bricks": { + "material": "CRACKED_NETHER_BRICKS" + }, + "crackednbr": "cracked_nether_bricks", + "crackednbrick": "cracked_nether_bricks", + "crackednethbr": "cracked_nether_bricks", + "crackednethbrick": "cracked_nether_bricks", + "crackednetherbr": "cracked_nether_bricks", + "crackednetherbrick": "cracked_nether_bricks", + "crackednetherbricks": "cracked_nether_bricks", + "cracknbr": "cracked_nether_bricks", + "cracknbrick": "cracked_nether_bricks", + "cracknethbr": "cracked_nether_bricks", + "cracknethbrick": "cracked_nether_bricks", + "cracknetherbr": "cracked_nether_bricks", + "cracknetherbrick": "cracked_nether_bricks", + "crnbr": "cracked_nether_bricks", + "crnbrick": "cracked_nether_bricks", + "crnethbr": "cracked_nether_bricks", + "crnethbrick": "cracked_nether_bricks", + "crnetherbr": "cracked_nether_bricks", + "crnetherbrick": "cracked_nether_bricks", + "minecraft:cracked_nether_bricks": "cracked_nether_bricks", + "cracked_polished_blackstone_bricks": { + "material": "CRACKED_POLISHED_BLACKSTONE_BRICKS" + }, + "crackedpblackstone": "cracked_polished_blackstone_bricks", + "crackedpblst": "cracked_polished_blackstone_bricks", + "crackedpblstone": "cracked_polished_blackstone_bricks", + "crackedpolishedblackstone": "cracked_polished_blackstone_bricks", + "crackedpolishedblackstonebricks": "cracked_polished_blackstone_bricks", + "crackedpolishedblst": "cracked_polished_blackstone_bricks", + "crackedpolishedblstone": "cracked_polished_blackstone_bricks", + "crackpblackstone": "cracked_polished_blackstone_bricks", + "crackpblst": "cracked_polished_blackstone_bricks", + "crackpblstone": "cracked_polished_blackstone_bricks", + "crackpolishedblackstone": "cracked_polished_blackstone_bricks", + "crackpolishedblst": "cracked_polished_blackstone_bricks", + "crackpolishedblstone": "cracked_polished_blackstone_bricks", + "crpblackstone": "cracked_polished_blackstone_bricks", + "crpblst": "cracked_polished_blackstone_bricks", + "crpblstone": "cracked_polished_blackstone_bricks", + "crpolishedblackstone": "cracked_polished_blackstone_bricks", + "crpolishedblst": "cracked_polished_blackstone_bricks", + "crpolishedblstone": "cracked_polished_blackstone_bricks", + "minecraft:cracked_polished_blackstone_bricks": "cracked_polished_blackstone_bricks", + "pcrackblackstone": "cracked_polished_blackstone_bricks", + "pcrackblst": "cracked_polished_blackstone_bricks", + "pcrackblstone": "cracked_polished_blackstone_bricks", + "pcrackedblackstone": "cracked_polished_blackstone_bricks", + "pcrackedblst": "cracked_polished_blackstone_bricks", + "pcrackedblstone": "cracked_polished_blackstone_bricks", + "pcrblackstone": "cracked_polished_blackstone_bricks", + "pcrblst": "cracked_polished_blackstone_bricks", + "pcrblstone": "cracked_polished_blackstone_bricks", + "polishedcrackblackstone": "cracked_polished_blackstone_bricks", + "polishedcrackblst": "cracked_polished_blackstone_bricks", + "polishedcrackblstone": "cracked_polished_blackstone_bricks", + "polishedcrackedblackstone": "cracked_polished_blackstone_bricks", + "polishedcrackedblst": "cracked_polished_blackstone_bricks", + "polishedcrackedblstone": "cracked_polished_blackstone_bricks", + "polishedcrblackstone": "cracked_polished_blackstone_bricks", + "polishedcrblst": "cracked_polished_blackstone_bricks", + "polishedcrblstone": "cracked_polished_blackstone_bricks", + "cracked_stone_bricks": { + "material": "CRACKED_STONE_BRICKS" + }, + "crackedst": "cracked_stone_bricks", + "crackedstone": "cracked_stone_bricks", + "crackedstonebricks": "cracked_stone_bricks", + "crackst": "cracked_stone_bricks", + "crackstone": "cracked_stone_bricks", + "crst": "cracked_stone_bricks", + "crstone": "cracked_stone_bricks", + "minecraft:cracked_stone_bricks": "cracked_stone_bricks", + "crafting_table": { + "material": "CRAFTING_TABLE" + }, + "craftingtable": "crafting_table", + "minecraft:crafting_table": "crafting_table", + "creeper_banner_pattern": { + "material": "CREEPER_BANNER_PATTERN" + }, + "creeperbannerpattern": "creeper_banner_pattern", + "minecraft:creeper_banner_pattern": "creeper_banner_pattern", + "creeper_head": { + "material": "CREEPER_HEAD" + }, + "creeperhead": "creeper_head", + "minecraft:creeper_head": "creeper_head", + "creeper_spawn_egg": { + "material": "CREEPER_SPAWN_EGG" + }, + "creeperegg": "creeper_spawn_egg", + "creepersegg": "creeper_spawn_egg", + "creeperspawn": "creeper_spawn_egg", + "creeperspawnegg": "creeper_spawn_egg", + "cregg": "creeper_spawn_egg", + "crsegg": "creeper_spawn_egg", + "crspawn": "creeper_spawn_egg", + "crspawnegg": "creeper_spawn_egg", + "eggcr": "creeper_spawn_egg", + "eggcreeper": "creeper_spawn_egg", + "minecraft:creeper_spawn_egg": "creeper_spawn_egg", + "seggcr": "creeper_spawn_egg", + "seggcreeper": "creeper_spawn_egg", + "spawncr": "creeper_spawn_egg", + "spawncreeper": "creeper_spawn_egg", + "spawneggcr": "creeper_spawn_egg", + "spawneggcreeper": "creeper_spawn_egg", + "creeper_spawner": { + "entity": "CREEPER", + "material": "SPAWNER" + }, + "crcage": "creeper_spawner", + "creepercage": "creeper_spawner", + "creepermcage": "creeper_spawner", + "creepermobcage": "creeper_spawner", + "creepermobspawner": "creeper_spawner", + "creepermonstercage": "creeper_spawner", + "creepermonsterspawner": "creeper_spawner", + "creepermspawner": "creeper_spawner", + "creeperspawner": "creeper_spawner", + "crmcage": "creeper_spawner", + "crmobcage": "creeper_spawner", + "crmobspawner": "creeper_spawner", + "crmonstercage": "creeper_spawner", + "crmonsterspawner": "creeper_spawner", + "crmspawner": "creeper_spawner", + "crspawner": "creeper_spawner", + "crimson_button": { + "material": "CRIMSON_BUTTON" + }, + "buttoncr": "crimson_button", + "buttoncrim": "crimson_button", + "buttoncrimson": "crimson_button", + "crbutton": "crimson_button", + "crimbutton": "crimson_button", + "crimsonbutton": "crimson_button", + "minecraft:crimson_button": "crimson_button", + "crimson_door": { + "material": "CRIMSON_DOOR" + }, + "crdoor": "crimson_door", + "crimdoor": "crimson_door", + "crimsondoor": "crimson_door", + "minecraft:crimson_door": "crimson_door", + "crimson_fence": { + "material": "CRIMSON_FENCE" + }, + "crfence": "crimson_fence", + "crimfence": "crimson_fence", + "crimsonfence": "crimson_fence", + "minecraft:crimson_fence": "crimson_fence", + "crimson_fence_gate": { + "material": "CRIMSON_FENCE_GATE" + }, + "crfencegate": "crimson_fence_gate", + "crgate": "crimson_fence_gate", + "crimfencegate": "crimson_fence_gate", + "crimgate": "crimson_fence_gate", + "crimsonfencegate": "crimson_fence_gate", + "crimsongate": "crimson_fence_gate", + "gatecr": "crimson_fence_gate", + "gatecrim": "crimson_fence_gate", + "gatecrimson": "crimson_fence_gate", + "minecraft:crimson_fence_gate": "crimson_fence_gate", + "crimson_fungus": { + "material": "CRIMSON_FUNGUS" + }, + "crfun": "crimson_fungus", + "crfungus": "crimson_fungus", + "crimfun": "crimson_fungus", + "crimfungus": "crimson_fungus", + "crimsonfun": "crimson_fungus", + "crimsonfungus": "crimson_fungus", + "minecraft:crimson_fungus": "crimson_fungus", + "crimson_hyphae": { + "material": "CRIMSON_HYPHAE" + }, + "crhyphae": "crimson_hyphae", + "crimhyphae": "crimson_hyphae", + "crimsonhyphae": "crimson_hyphae", + "minecraft:crimson_hyphae": "crimson_hyphae", + "crimson_nylium": { + "material": "CRIMSON_NYLIUM" + }, + "crimnylium": "crimson_nylium", + "crimsoil": "crimson_nylium", + "crimsonnylium": "crimson_nylium", + "crimsonsoil": "crimson_nylium", + "crnylium": "crimson_nylium", + "crsoil": "crimson_nylium", + "minecraft:crimson_nylium": "crimson_nylium", + "crimson_planks": { + "material": "CRIMSON_PLANKS" + }, + "crimplank": "crimson_planks", + "crimplankw": "crimson_planks", + "crimplankwood": "crimson_planks", + "crimplankwooden": "crimson_planks", + "crimsonplank": "crimson_planks", + "crimsonplanks": "crimson_planks", + "crimsonplankw": "crimson_planks", + "crimsonplankwood": "crimson_planks", + "crimsonplankwooden": "crimson_planks", + "crimsonwoodenplank": "crimson_planks", + "crimsonwoodplank": "crimson_planks", + "crimsonwplank": "crimson_planks", + "crimwoodenplank": "crimson_planks", + "crimwoodplank": "crimson_planks", + "crimwplank": "crimson_planks", + "crplank": "crimson_planks", + "crplankw": "crimson_planks", + "crplankwood": "crimson_planks", + "crplankwooden": "crimson_planks", + "crwoodenplank": "crimson_planks", + "crwoodplank": "crimson_planks", + "crwplank": "crimson_planks", + "minecraft:crimson_planks": "crimson_planks", + "crimson_pressure_plate": { + "material": "CRIMSON_PRESSURE_PLATE" + }, + "crimplate": "crimson_pressure_plate", + "crimpplate": "crimson_pressure_plate", + "crimpressplate": "crimson_pressure_plate", + "crimpressureplate": "crimson_pressure_plate", + "crimsonplate": "crimson_pressure_plate", + "crimsonpplate": "crimson_pressure_plate", + "crimsonpressplate": "crimson_pressure_plate", + "crimsonpressureplate": "crimson_pressure_plate", + "crplate": "crimson_pressure_plate", + "crpplate": "crimson_pressure_plate", + "crpressplate": "crimson_pressure_plate", + "crpressureplate": "crimson_pressure_plate", + "minecraft:crimson_pressure_plate": "crimson_pressure_plate", + "platecr": "crimson_pressure_plate", + "platecrim": "crimson_pressure_plate", + "platecrimson": "crimson_pressure_plate", + "crimson_roots": { + "material": "CRIMSON_ROOTS" + }, + "crimroot": "crimson_roots", + "crimroots": "crimson_roots", + "crimsonroot": "crimson_roots", + "crimsonroots": "crimson_roots", + "crroot": "crimson_roots", + "crroots": "crimson_roots", + "minecraft:crimson_roots": "crimson_roots", + "crimson_sign": { + "material": "CRIMSON_SIGN" + }, + "crimsign": "crimson_sign", + "crimsonsign": "crimson_sign", + "crsign": "crimson_sign", + "minecraft:crimson_sign": "crimson_sign", + "crimson_slab": { + "material": "CRIMSON_SLAB" + }, + "crhalfblock": "crimson_slab", + "crimhalfblock": "crimson_slab", + "crimsonhalfblock": "crimson_slab", + "crimsonslab": "crimson_slab", + "crimsonstep": "crimson_slab", + "crimsonwhalfblock": "crimson_slab", + "crimsonwoodenhalfblock": "crimson_slab", + "crimsonwoodenslab": "crimson_slab", + "crimsonwoodenstep": "crimson_slab", + "crimsonwoodhalfblock": "crimson_slab", + "crimsonwoodslab": "crimson_slab", + "crimsonwoodstep": "crimson_slab", + "crimsonwslab": "crimson_slab", + "crimsonwstep": "crimson_slab", + "crimstep": "crimson_slab", + "crimwhalfblock": "crimson_slab", + "crimwoodenhalfblock": "crimson_slab", + "crimwoodenslab": "crimson_slab", + "crimwoodenstep": "crimson_slab", + "crimwoodhalfblock": "crimson_slab", + "crimwoodslab": "crimson_slab", + "crimwoodstep": "crimson_slab", + "crimwslab": "crimson_slab", + "crimwstep": "crimson_slab", + "crstep": "crimson_slab", + "crwhalfblock": "crimson_slab", + "crwoodenhalfblock": "crimson_slab", + "crwoodenslab": "crimson_slab", + "crwoodenstep": "crimson_slab", + "crwoodhalfblock": "crimson_slab", + "crwoodslab": "crimson_slab", + "crwoodstep": "crimson_slab", + "crwslab": "crimson_slab", + "crwstep": "crimson_slab", + "minecraft:crimson_slab": "crimson_slab", + "crimson_stairs": { + "material": "CRIMSON_STAIRS" + }, + "crimsonstair": "crimson_stairs", + "crimsonstairs": "crimson_stairs", + "crimsonwoodenstair": "crimson_stairs", + "crimsonwoodenstairs": "crimson_stairs", + "crimsonwoodstair": "crimson_stairs", + "crimsonwoodstairs": "crimson_stairs", + "crimsonwstair": "crimson_stairs", + "crimsonwstairs": "crimson_stairs", + "crimstair": "crimson_stairs", + "crimwoodenstair": "crimson_stairs", + "crimwoodenstairs": "crimson_stairs", + "crimwoodstair": "crimson_stairs", + "crimwoodstairs": "crimson_stairs", + "crimwstair": "crimson_stairs", + "crimwstairs": "crimson_stairs", + "crstair": "crimson_stairs", + "crwoodenstair": "crimson_stairs", + "crwoodenstairs": "crimson_stairs", + "crwoodstair": "crimson_stairs", + "crwoodstairs": "crimson_stairs", + "crwstair": "crimson_stairs", + "crwstairs": "crimson_stairs", + "minecraft:crimson_stairs": "crimson_stairs", + "crimson_stem": { + "material": "CRIMSON_STEM" + }, + "crimlog": "crimson_stem", + "crimsonlog": "crimson_stem", + "crimsonstem": "crimson_stem", + "crimstem": "crimson_stem", + "crlog": "crimson_stem", + "crstem": "crimson_stem", + "logcr": "crimson_stem", + "logcrim": "crimson_stem", + "logcrimson": "crimson_stem", + "minecraft:crimson_stem": "crimson_stem", + "stemcr": "crimson_stem", + "stemcrim": "crimson_stem", + "stemcrimson": "crimson_stem", + "crimson_trapdoor": { + "material": "CRIMSON_TRAPDOOR" + }, + "crdoort": "crimson_trapdoor", + "crdoortrap": "crimson_trapdoor", + "crdtrap": "crimson_trapdoor", + "crhatch": "crimson_trapdoor", + "crimdoort": "crimson_trapdoor", + "crimdoortrap": "crimson_trapdoor", + "crimdtrap": "crimson_trapdoor", + "crimhatch": "crimson_trapdoor", + "crimsondoort": "crimson_trapdoor", + "crimsondoortrap": "crimson_trapdoor", + "crimsondtrap": "crimson_trapdoor", + "crimsonhatch": "crimson_trapdoor", + "crimsontdoor": "crimson_trapdoor", + "crimsontrapd": "crimson_trapdoor", + "crimsontrapdoor": "crimson_trapdoor", + "crimtdoor": "crimson_trapdoor", + "crimtrapd": "crimson_trapdoor", + "crimtrapdoor": "crimson_trapdoor", + "crtdoor": "crimson_trapdoor", + "crtrapd": "crimson_trapdoor", + "crtrapdoor": "crimson_trapdoor", + "minecraft:crimson_trapdoor": "crimson_trapdoor", + "crossbow": { + "material": "CROSSBOW" + }, + "minecraft:crossbow": "crossbow", + "crying_obsidian": { + "material": "CRYING_OBSIDIAN" + }, + "cryingobsidian": "crying_obsidian", + "minecraft:crying_obsidian": "crying_obsidian", + "cut_copper": { + "material": "CUT_COPPER" + }, + "ccoblock": "cut_copper", + "ccopblock": "cut_copper", + "ccopperblock": "cut_copper", + "cutcoblock": "cut_copper", + "cutcopblock": "cut_copper", + "cutcopper": "cut_copper", + "cutcopperblock": "cut_copper", + "minecraft:cut_copper": "cut_copper", + "cut_copper_slab": { + "material": "CUT_COPPER_SLAB" + }, + "ccohalfblock": "cut_copper_slab", + "ccophalfblock": "cut_copper_slab", + "ccopperhalfblock": "cut_copper_slab", + "ccoppersl": "cut_copper_slab", + "ccopperslab": "cut_copper_slab", + "ccopperstep": "cut_copper_slab", + "ccopsl": "cut_copper_slab", + "ccopslab": "cut_copper_slab", + "ccopstep": "cut_copper_slab", + "ccosl": "cut_copper_slab", + "ccoslab": "cut_copper_slab", + "ccostep": "cut_copper_slab", + "cutcohalfblock": "cut_copper_slab", + "cutcophalfblock": "cut_copper_slab", + "cutcopperhalfblock": "cut_copper_slab", + "cutcoppersl": "cut_copper_slab", + "cutcopperslab": "cut_copper_slab", + "cutcopperstep": "cut_copper_slab", + "cutcopsl": "cut_copper_slab", + "cutcopslab": "cut_copper_slab", + "cutcopstep": "cut_copper_slab", + "cutcosl": "cut_copper_slab", + "cutcoslab": "cut_copper_slab", + "cutcostep": "cut_copper_slab", + "minecraft:cut_copper_slab": "cut_copper_slab", + "cut_copper_stairs": { + "material": "CUT_COPPER_STAIRS" + }, + "ccopperstair": "cut_copper_stairs", + "ccopperstairs": "cut_copper_stairs", + "ccopstair": "cut_copper_stairs", + "ccopstairs": "cut_copper_stairs", + "ccostair": "cut_copper_stairs", + "ccostairs": "cut_copper_stairs", + "cutcopperstair": "cut_copper_stairs", + "cutcopperstairs": "cut_copper_stairs", + "cutcopstair": "cut_copper_stairs", + "cutcopstairs": "cut_copper_stairs", + "cutcostair": "cut_copper_stairs", + "cutcostairs": "cut_copper_stairs", + "minecraft:cut_copper_stairs": "cut_copper_stairs", + "cut_red_sandstone": { + "material": "CUT_RED_SANDSTONE" + }, + "cutredsandst": "cut_red_sandstone", + "cutredsandstb": "cut_red_sandstone", + "cutredsandstbl": "cut_red_sandstone", + "cutredsandstblock": "cut_red_sandstone", + "cutredsandstone": "cut_red_sandstone", + "cutredsandstoneb": "cut_red_sandstone", + "cutredsandstonebl": "cut_red_sandstone", + "cutredsandstoneblock": "cut_red_sandstone", + "cutredsndst": "cut_red_sandstone", + "cutredsndstb": "cut_red_sandstone", + "cutredsndstbl": "cut_red_sandstone", + "cutredsndstblock": "cut_red_sandstone", + "minecraft:cut_red_sandstone": "cut_red_sandstone", + "cut_red_sandstone_slab": { + "material": "CUT_RED_SANDSTONE_SLAB" + }, + "cutredsandsthalfblock": "cut_red_sandstone_slab", + "cutredsandstonehalfblock": "cut_red_sandstone_slab", + "cutredsandstoneslab": "cut_red_sandstone_slab", + "cutredsandstonestep": "cut_red_sandstone_slab", + "cutredsandststep": "cut_red_sandstone_slab", + "cutredsndsthalfblock": "cut_red_sandstone_slab", + "cutredsndststep": "cut_red_sandstone_slab", + "minecraft:cut_red_sandstone_slab": "cut_red_sandstone_slab", + "cut_sandstone": { + "material": "CUT_SANDSTONE" + }, + "cutsandst": "cut_sandstone", + "cutsandstb": "cut_sandstone", + "cutsandstbl": "cut_sandstone", + "cutsandstblock": "cut_sandstone", + "cutsandstone": "cut_sandstone", + "cutsandstoneb": "cut_sandstone", + "cutsandstonebl": "cut_sandstone", + "cutsandstoneblock": "cut_sandstone", + "cutsndst": "cut_sandstone", + "cutsndstb": "cut_sandstone", + "cutsndstbl": "cut_sandstone", + "cutsndstblock": "cut_sandstone", + "minecraft:cut_sandstone": "cut_sandstone", + "cut_sandstone_slab": { + "material": "CUT_SANDSTONE_SLAB" + }, + "cutsandsthalfblock": "cut_sandstone_slab", + "cutsandstonehalfblock": "cut_sandstone_slab", + "cutsandstoneslab": "cut_sandstone_slab", + "cutsandstonestep": "cut_sandstone_slab", + "cutsandststep": "cut_sandstone_slab", + "cutsndsthalfblock": "cut_sandstone_slab", + "cutsndststep": "cut_sandstone_slab", + "minecraft:cut_sandstone_slab": "cut_sandstone_slab", + "cyan_banner": { + "material": "CYAN_BANNER" + }, + "cbanner": "cyan_banner", + "cyanbanner": "cyan_banner", + "minecraft:cyan_banner": "cyan_banner", + "cyan_bed": { + "material": "CYAN_BED" + }, + "cbed": "cyan_bed", + "cyanbed": "cyan_bed", + "minecraft:cyan_bed": "cyan_bed", + "cyan_candle": { + "material": "CYAN_CANDLE" + }, + "ccandle": "cyan_candle", + "cyancandle": "cyan_candle", + "minecraft:cyan_candle": "cyan_candle", + "cyan_carpet": { + "material": "CYAN_CARPET" + }, + "ccarpet": "cyan_carpet", + "cfloor": "cyan_carpet", + "cyancarpet": "cyan_carpet", + "cyanfloor": "cyan_carpet", + "minecraft:cyan_carpet": "cyan_carpet", + "cyan_concrete": { + "material": "CYAN_CONCRETE" + }, + "cconcrete": "cyan_concrete", + "cyanconcrete": "cyan_concrete", + "minecraft:cyan_concrete": "cyan_concrete", + "cyan_concrete_powder": { + "material": "CYAN_CONCRETE_POWDER" + }, + "ccdust": "cyan_concrete_powder", + "cconcretepowder": "cyan_concrete_powder", + "cconcretesand": "cyan_concrete_powder", + "ccp": "cyan_concrete_powder", + "ccpowder": "cyan_concrete_powder", + "cyancdust": "cyan_concrete_powder", + "cyanconcretepowder": "cyan_concrete_powder", + "cyanconcretesand": "cyan_concrete_powder", + "cyancp": "cyan_concrete_powder", + "cyancpowder": "cyan_concrete_powder", + "minecraft:cyan_concrete_powder": "cyan_concrete_powder", + "cyan_dye": { + "material": "CYAN_DYE" + }, + "cdye": "cyan_dye", + "cyandye": "cyan_dye", + "minecraft:cyan_dye": "cyan_dye", + "cyan_glazed_terracotta": { + "material": "CYAN_GLAZED_TERRACOTTA" + }, + "cglazedtcota": "cyan_glazed_terracotta", + "cglazedterra": "cyan_glazed_terracotta", + "cglazedterracota": "cyan_glazed_terracotta", + "cglazedterracotta": "cyan_glazed_terracotta", + "cgtcotta": "cyan_glazed_terracotta", + "cgterra": "cyan_glazed_terracotta", + "cyanglazedtcota": "cyan_glazed_terracotta", + "cyanglazedterra": "cyan_glazed_terracotta", + "cyanglazedterracota": "cyan_glazed_terracotta", + "cyanglazedterracotta": "cyan_glazed_terracotta", + "cyangtcotta": "cyan_glazed_terracotta", + "cyangterra": "cyan_glazed_terracotta", + "minecraft:cyan_glazed_terracotta": "cyan_glazed_terracotta", + "cyan_shulker_box": { + "material": "CYAN_SHULKER_BOX" + }, + "csbox": "cyan_shulker_box", + "cshulkerbox": "cyan_shulker_box", + "cyansbox": "cyan_shulker_box", + "cyanshulkerbox": "cyan_shulker_box", + "minecraft:cyan_shulker_box": "cyan_shulker_box", + "cyan_stained_glass": { + "material": "CYAN_STAINED_GLASS" + }, + "cglass": "cyan_stained_glass", + "csglass": "cyan_stained_glass", + "cstainedglass": "cyan_stained_glass", + "cyanglass": "cyan_stained_glass", + "cyansglass": "cyan_stained_glass", + "cyanstainedglass": "cyan_stained_glass", + "minecraft:cyan_stained_glass": "cyan_stained_glass", + "cyan_stained_glass_pane": { + "material": "CYAN_STAINED_GLASS_PANE" + }, + "cglasspane": "cyan_stained_glass_pane", + "cgpane": "cyan_stained_glass_pane", + "csglasspane": "cyan_stained_glass_pane", + "cstainedglasspane": "cyan_stained_glass_pane", + "cyanglasspane": "cyan_stained_glass_pane", + "cyangpane": "cyan_stained_glass_pane", + "cyansglasspane": "cyan_stained_glass_pane", + "cyanstainedglasspane": "cyan_stained_glass_pane", + "minecraft:cyan_stained_glass_pane": "cyan_stained_glass_pane", + "cyan_terracotta": { + "material": "CYAN_TERRACOTTA" + }, + "cclay": "cyan_terracotta", + "csclay": "cyan_terracotta", + "cstainedclay": "cyan_terracotta", + "ctcota": "cyan_terracotta", + "cterra": "cyan_terracotta", + "cterracota": "cyan_terracotta", + "cterracotta": "cyan_terracotta", + "cyanclay": "cyan_terracotta", + "cyansclay": "cyan_terracotta", + "cyanstainedclay": "cyan_terracotta", + "cyantcota": "cyan_terracotta", + "cyanterra": "cyan_terracotta", + "cyanterracota": "cyan_terracotta", + "cyanterracotta": "cyan_terracotta", + "minecraft:cyan_terracotta": "cyan_terracotta", + "cyan_wool": { + "material": "CYAN_WOOL" + }, + "ccloth": "cyan_wool", + "ccotton": "cyan_wool", + "cwool": "cyan_wool", + "cyancloth": "cyan_wool", + "cyancotton": "cyan_wool", + "cyanwool": "cyan_wool", + "minecraft:cyan_wool": "cyan_wool", + "damaged_anvil": { + "material": "DAMAGED_ANVIL" + }, + "damagedanvil": "damaged_anvil", + "minecraft:damaged_anvil": "damaged_anvil", + "dandelion": { + "material": "DANDELION" + }, + "minecraft:dandelion": "dandelion", + "dark_oak_boat": { + "material": "DARK_OAK_BOAT" + }, + "boatdark_oak": "dark_oak_boat", + "boatdarkoak": "dark_oak_boat", + "boatdo": "dark_oak_boat", + "boatdoak": "dark_oak_boat", + "dark_oakboat": "dark_oak_boat", + "dark_oakraft": "dark_oak_boat", + "darkoakboat": "dark_oak_boat", + "darkoakraft": "dark_oak_boat", + "doakboat": "dark_oak_boat", + "doakraft": "dark_oak_boat", + "doboat": "dark_oak_boat", + "doraft": "dark_oak_boat", + "minecraft:dark_oak_boat": "dark_oak_boat", + "dark_oak_button": { + "material": "DARK_OAK_BUTTON" + }, + "buttondark_oak": "dark_oak_button", + "buttondarkoak": "dark_oak_button", + "buttondo": "dark_oak_button", + "buttondoak": "dark_oak_button", + "dark_oakbutton": "dark_oak_button", + "darkoakbutton": "dark_oak_button", + "doakbutton": "dark_oak_button", + "dobutton": "dark_oak_button", + "minecraft:dark_oak_button": "dark_oak_button", + "dark_oak_door": { + "material": "DARK_OAK_DOOR" + }, + "dark_oakdoor": "dark_oak_door", + "darkoakdoor": "dark_oak_door", + "doakdoor": "dark_oak_door", + "dodoor": "dark_oak_door", + "minecraft:dark_oak_door": "dark_oak_door", + "dark_oak_fence": { + "material": "DARK_OAK_FENCE" + }, + "dark_oakfence": "dark_oak_fence", + "darkoakfence": "dark_oak_fence", + "doakfence": "dark_oak_fence", + "dofence": "dark_oak_fence", + "minecraft:dark_oak_fence": "dark_oak_fence", + "dark_oak_fence_gate": { + "material": "DARK_OAK_FENCE_GATE" + }, + "dark_oakfencegate": "dark_oak_fence_gate", + "dark_oakgate": "dark_oak_fence_gate", + "darkoakfencegate": "dark_oak_fence_gate", + "darkoakgate": "dark_oak_fence_gate", + "doakfencegate": "dark_oak_fence_gate", + "doakgate": "dark_oak_fence_gate", + "dofencegate": "dark_oak_fence_gate", + "dogate": "dark_oak_fence_gate", + "gatedark_oak": "dark_oak_fence_gate", + "gatedarkoak": "dark_oak_fence_gate", + "gatedo": "dark_oak_fence_gate", + "gatedoak": "dark_oak_fence_gate", + "minecraft:dark_oak_fence_gate": "dark_oak_fence_gate", + "dark_oak_leaves": { + "material": "DARK_OAK_LEAVES" + }, + "dark_oakleaf": "dark_oak_leaves", + "dark_oakleave": "dark_oak_leaves", + "dark_oakleaves": "dark_oak_leaves", + "dark_oaklogleaf": "dark_oak_leaves", + "dark_oaklogleave": "dark_oak_leaves", + "dark_oaklogleaves": "dark_oak_leaves", + "dark_oaktreeleaf": "dark_oak_leaves", + "dark_oaktreeleave": "dark_oak_leaves", + "dark_oaktreeleaves": "dark_oak_leaves", + "dark_oaktrunkleaf": "dark_oak_leaves", + "dark_oaktrunkleave": "dark_oak_leaves", + "dark_oaktrunkleaves": "dark_oak_leaves", + "dark_oakwoodleaf": "dark_oak_leaves", + "dark_oakwoodleave": "dark_oak_leaves", + "dark_oakwoodleaves": "dark_oak_leaves", + "darkoakleaf": "dark_oak_leaves", + "darkoakleave": "dark_oak_leaves", + "darkoakleaves": "dark_oak_leaves", + "darkoaklogleaf": "dark_oak_leaves", + "darkoaklogleave": "dark_oak_leaves", + "darkoaklogleaves": "dark_oak_leaves", + "darkoaktreeleaf": "dark_oak_leaves", + "darkoaktreeleave": "dark_oak_leaves", + "darkoaktreeleaves": "dark_oak_leaves", + "darkoaktrunkleaf": "dark_oak_leaves", + "darkoaktrunkleave": "dark_oak_leaves", + "darkoaktrunkleaves": "dark_oak_leaves", + "darkoakwoodleaf": "dark_oak_leaves", + "darkoakwoodleave": "dark_oak_leaves", + "darkoakwoodleaves": "dark_oak_leaves", + "doakleaf": "dark_oak_leaves", + "doakleave": "dark_oak_leaves", + "doakleaves": "dark_oak_leaves", + "doaklogleaf": "dark_oak_leaves", + "doaklogleave": "dark_oak_leaves", + "doaklogleaves": "dark_oak_leaves", + "doaktreeleaf": "dark_oak_leaves", + "doaktreeleave": "dark_oak_leaves", + "doaktreeleaves": "dark_oak_leaves", + "doaktrunkleaf": "dark_oak_leaves", + "doaktrunkleave": "dark_oak_leaves", + "doaktrunkleaves": "dark_oak_leaves", + "doakwoodleaf": "dark_oak_leaves", + "doakwoodleave": "dark_oak_leaves", + "doakwoodleaves": "dark_oak_leaves", + "doleaf": "dark_oak_leaves", + "doleave": "dark_oak_leaves", + "doleaves": "dark_oak_leaves", + "dologleaf": "dark_oak_leaves", + "dologleave": "dark_oak_leaves", + "dologleaves": "dark_oak_leaves", + "dotreeleaf": "dark_oak_leaves", + "dotreeleave": "dark_oak_leaves", + "dotreeleaves": "dark_oak_leaves", + "dotrunkleaf": "dark_oak_leaves", + "dotrunkleave": "dark_oak_leaves", + "dotrunkleaves": "dark_oak_leaves", + "dowoodleaf": "dark_oak_leaves", + "dowoodleave": "dark_oak_leaves", + "dowoodleaves": "dark_oak_leaves", + "leafdark_oak": "dark_oak_leaves", + "leafdarkoak": "dark_oak_leaves", + "leafdo": "dark_oak_leaves", + "leafdoak": "dark_oak_leaves", + "leavesdark_oak": "dark_oak_leaves", + "leavesdarkoak": "dark_oak_leaves", + "leavesdo": "dark_oak_leaves", + "leavesdoak": "dark_oak_leaves", + "minecraft:dark_oak_leaves": "dark_oak_leaves", + "dark_oak_log": { + "material": "DARK_OAK_LOG" + }, + "dark_oaklog": "dark_oak_log", + "dark_oaktree": "dark_oak_log", + "dark_oaktrunk": "dark_oak_log", + "darkoaklog": "dark_oak_log", + "darkoaktree": "dark_oak_log", + "darkoaktrunk": "dark_oak_log", + "doaklog": "dark_oak_log", + "doaktree": "dark_oak_log", + "doaktrunk": "dark_oak_log", + "dolog": "dark_oak_log", + "dotree": "dark_oak_log", + "dotrunk": "dark_oak_log", + "logdark_oak": "dark_oak_log", + "logdarkoak": "dark_oak_log", + "logdo": "dark_oak_log", + "logdoak": "dark_oak_log", + "minecraft:dark_oak_log": "dark_oak_log", + "dark_oak_planks": { + "material": "DARK_OAK_PLANKS" + }, + "dark_oakplank": "dark_oak_planks", + "dark_oakplankw": "dark_oak_planks", + "dark_oakplankwood": "dark_oak_planks", + "dark_oakplankwooden": "dark_oak_planks", + "dark_oakwoodenplank": "dark_oak_planks", + "dark_oakwoodplank": "dark_oak_planks", + "dark_oakwplank": "dark_oak_planks", + "darkoakplank": "dark_oak_planks", + "darkoakplanks": "dark_oak_planks", + "darkoakplankw": "dark_oak_planks", + "darkoakplankwood": "dark_oak_planks", + "darkoakplankwooden": "dark_oak_planks", + "darkoakwoodenplank": "dark_oak_planks", + "darkoakwoodplank": "dark_oak_planks", + "darkoakwplank": "dark_oak_planks", + "doakplank": "dark_oak_planks", + "doakplankw": "dark_oak_planks", + "doakplankwood": "dark_oak_planks", + "doakplankwooden": "dark_oak_planks", + "doakwoodenplank": "dark_oak_planks", + "doakwoodplank": "dark_oak_planks", + "doakwplank": "dark_oak_planks", + "doplank": "dark_oak_planks", + "doplankw": "dark_oak_planks", + "doplankwood": "dark_oak_planks", + "doplankwooden": "dark_oak_planks", + "dowoodenplank": "dark_oak_planks", + "dowoodplank": "dark_oak_planks", + "dowplank": "dark_oak_planks", + "minecraft:dark_oak_planks": "dark_oak_planks", + "dark_oak_pressure_plate": { + "material": "DARK_OAK_PRESSURE_PLATE" + }, + "dark_oakplate": "dark_oak_pressure_plate", + "dark_oakpplate": "dark_oak_pressure_plate", + "dark_oakpressplate": "dark_oak_pressure_plate", + "dark_oakpressureplate": "dark_oak_pressure_plate", + "darkoakplate": "dark_oak_pressure_plate", + "darkoakpplate": "dark_oak_pressure_plate", + "darkoakpressplate": "dark_oak_pressure_plate", + "darkoakpressureplate": "dark_oak_pressure_plate", + "doakplate": "dark_oak_pressure_plate", + "doakpplate": "dark_oak_pressure_plate", + "doakpressplate": "dark_oak_pressure_plate", + "doakpressureplate": "dark_oak_pressure_plate", + "doplate": "dark_oak_pressure_plate", + "dopplate": "dark_oak_pressure_plate", + "dopressplate": "dark_oak_pressure_plate", + "dopressureplate": "dark_oak_pressure_plate", + "minecraft:dark_oak_pressure_plate": "dark_oak_pressure_plate", + "platedark_oak": "dark_oak_pressure_plate", + "platedarkoak": "dark_oak_pressure_plate", + "platedo": "dark_oak_pressure_plate", + "platedoak": "dark_oak_pressure_plate", + "dark_oak_sapling": { + "material": "DARK_OAK_SAPLING" + }, + "dark_oaklogsapling": "dark_oak_sapling", + "dark_oaksapling": "dark_oak_sapling", + "dark_oaktreesapling": "dark_oak_sapling", + "dark_oaktrunksapling": "dark_oak_sapling", + "dark_oakwoodsapling": "dark_oak_sapling", + "darkoaklogsapling": "dark_oak_sapling", + "darkoaksapling": "dark_oak_sapling", + "darkoaktreesapling": "dark_oak_sapling", + "darkoaktrunksapling": "dark_oak_sapling", + "darkoakwoodsapling": "dark_oak_sapling", + "doaklogsapling": "dark_oak_sapling", + "doaksapling": "dark_oak_sapling", + "doaktreesapling": "dark_oak_sapling", + "doaktrunksapling": "dark_oak_sapling", + "doakwoodsapling": "dark_oak_sapling", + "dologsapling": "dark_oak_sapling", + "dosapling": "dark_oak_sapling", + "dotreesapling": "dark_oak_sapling", + "dotrunksapling": "dark_oak_sapling", + "dowoodsapling": "dark_oak_sapling", + "minecraft:dark_oak_sapling": "dark_oak_sapling", + "dark_oak_sign": { + "material": "DARK_OAK_SIGN", + "fallbacks": [ + "SIGN" + ] + }, + "dark_oaksign": "dark_oak_sign", + "darkoaksign": "dark_oak_sign", + "doaksign": "dark_oak_sign", + "dosign": "dark_oak_sign", + "minecraft:dark_oak_sign": "dark_oak_sign", + "dark_oak_slab": { + "material": "DARK_OAK_SLAB" + }, + "dark_oakhalfblock": "dark_oak_slab", + "dark_oakstep": "dark_oak_slab", + "dark_oakwhalfblock": "dark_oak_slab", + "dark_oakwoodenhalfblock": "dark_oak_slab", + "dark_oakwoodenslab": "dark_oak_slab", + "dark_oakwoodenstep": "dark_oak_slab", + "dark_oakwoodhalfblock": "dark_oak_slab", + "dark_oakwoodslab": "dark_oak_slab", + "dark_oakwoodstep": "dark_oak_slab", + "dark_oakwslab": "dark_oak_slab", + "dark_oakwstep": "dark_oak_slab", + "darkoakhalfblock": "dark_oak_slab", + "darkoakslab": "dark_oak_slab", + "darkoakstep": "dark_oak_slab", + "darkoakwhalfblock": "dark_oak_slab", + "darkoakwoodenhalfblock": "dark_oak_slab", + "darkoakwoodenslab": "dark_oak_slab", + "darkoakwoodenstep": "dark_oak_slab", + "darkoakwoodhalfblock": "dark_oak_slab", + "darkoakwoodslab": "dark_oak_slab", + "darkoakwoodstep": "dark_oak_slab", + "darkoakwslab": "dark_oak_slab", + "darkoakwstep": "dark_oak_slab", + "doakhalfblock": "dark_oak_slab", + "doakstep": "dark_oak_slab", + "doakwhalfblock": "dark_oak_slab", + "doakwoodenhalfblock": "dark_oak_slab", + "doakwoodenslab": "dark_oak_slab", + "doakwoodenstep": "dark_oak_slab", + "doakwoodhalfblock": "dark_oak_slab", + "doakwoodslab": "dark_oak_slab", + "doakwoodstep": "dark_oak_slab", + "doakwslab": "dark_oak_slab", + "doakwstep": "dark_oak_slab", + "dohalfblock": "dark_oak_slab", + "dostep": "dark_oak_slab", + "dowhalfblock": "dark_oak_slab", + "dowoodenhalfblock": "dark_oak_slab", + "dowoodenslab": "dark_oak_slab", + "dowoodenstep": "dark_oak_slab", + "dowoodhalfblock": "dark_oak_slab", + "dowoodslab": "dark_oak_slab", + "dowoodstep": "dark_oak_slab", + "dowslab": "dark_oak_slab", + "dowstep": "dark_oak_slab", + "minecraft:dark_oak_slab": "dark_oak_slab", + "dark_oak_stairs": { + "material": "DARK_OAK_STAIRS" + }, + "dark_oakstair": "dark_oak_stairs", + "dark_oakwoodenstair": "dark_oak_stairs", + "dark_oakwoodenstairs": "dark_oak_stairs", + "dark_oakwoodstair": "dark_oak_stairs", + "dark_oakwoodstairs": "dark_oak_stairs", + "dark_oakwstair": "dark_oak_stairs", + "dark_oakwstairs": "dark_oak_stairs", + "darkoakstair": "dark_oak_stairs", + "darkoakstairs": "dark_oak_stairs", + "darkoakwoodenstair": "dark_oak_stairs", + "darkoakwoodenstairs": "dark_oak_stairs", + "darkoakwoodstair": "dark_oak_stairs", + "darkoakwoodstairs": "dark_oak_stairs", + "darkoakwstair": "dark_oak_stairs", + "darkoakwstairs": "dark_oak_stairs", + "doakstair": "dark_oak_stairs", + "doakwoodenstair": "dark_oak_stairs", + "doakwoodenstairs": "dark_oak_stairs", + "doakwoodstair": "dark_oak_stairs", + "doakwoodstairs": "dark_oak_stairs", + "doakwstair": "dark_oak_stairs", + "doakwstairs": "dark_oak_stairs", + "dostair": "dark_oak_stairs", + "dowoodenstair": "dark_oak_stairs", + "dowoodenstairs": "dark_oak_stairs", + "dowoodstair": "dark_oak_stairs", + "dowoodstairs": "dark_oak_stairs", + "dowstair": "dark_oak_stairs", + "dowstairs": "dark_oak_stairs", + "minecraft:dark_oak_stairs": "dark_oak_stairs", + "dark_oak_trapdoor": { + "material": "DARK_OAK_TRAPDOOR" + }, + "dark_oakdoort": "dark_oak_trapdoor", + "dark_oakdoortrap": "dark_oak_trapdoor", + "dark_oakdtrap": "dark_oak_trapdoor", + "dark_oakhatch": "dark_oak_trapdoor", + "dark_oaktdoor": "dark_oak_trapdoor", + "dark_oaktrapd": "dark_oak_trapdoor", + "dark_oaktrapdoor": "dark_oak_trapdoor", + "darkoakdoort": "dark_oak_trapdoor", + "darkoakdoortrap": "dark_oak_trapdoor", + "darkoakdtrap": "dark_oak_trapdoor", + "darkoakhatch": "dark_oak_trapdoor", + "darkoaktdoor": "dark_oak_trapdoor", + "darkoaktrapd": "dark_oak_trapdoor", + "darkoaktrapdoor": "dark_oak_trapdoor", + "doakdoort": "dark_oak_trapdoor", + "doakdoortrap": "dark_oak_trapdoor", + "doakdtrap": "dark_oak_trapdoor", + "doakhatch": "dark_oak_trapdoor", + "doaktdoor": "dark_oak_trapdoor", + "doaktrapd": "dark_oak_trapdoor", + "doaktrapdoor": "dark_oak_trapdoor", + "dodoort": "dark_oak_trapdoor", + "dodoortrap": "dark_oak_trapdoor", + "dodtrap": "dark_oak_trapdoor", + "dohatch": "dark_oak_trapdoor", + "dotdoor": "dark_oak_trapdoor", + "dotrapd": "dark_oak_trapdoor", + "dotrapdoor": "dark_oak_trapdoor", + "minecraft:dark_oak_trapdoor": "dark_oak_trapdoor", + "dark_oak_wood": { + "material": "DARK_OAK_WOOD" + }, + "dark_oaklogall": "dark_oak_wood", + "dark_oaktreeall": "dark_oak_wood", + "dark_oaktrunkall": "dark_oak_wood", + "dark_oakwood": "dark_oak_wood", + "darkoaklogall": "dark_oak_wood", + "darkoaktreeall": "dark_oak_wood", + "darkoaktrunkall": "dark_oak_wood", + "darkoakwood": "dark_oak_wood", + "doaklogall": "dark_oak_wood", + "doaktreeall": "dark_oak_wood", + "doaktrunkall": "dark_oak_wood", + "doakwood": "dark_oak_wood", + "dologall": "dark_oak_wood", + "dotreeall": "dark_oak_wood", + "dotrunkall": "dark_oak_wood", + "dowood": "dark_oak_wood", + "minecraft:dark_oak_wood": "dark_oak_wood", + "wooddark_oak": "dark_oak_wood", + "wooddarkoak": "dark_oak_wood", + "wooddo": "dark_oak_wood", + "wooddoak": "dark_oak_wood", + "dark_prismarine": { + "material": "DARK_PRISMARINE" + }, + "dark_prismarineblock": "dark_prismarine", + "darkpris": "dark_prismarine", + "darkprisblock": "dark_prismarine", + "darkprismarine": "dark_prismarine", + "darkprismarineblock": "dark_prismarine", + "darksea": "dark_prismarine", + "darkseablock": "dark_prismarine", + "dpris": "dark_prismarine", + "dprisblock": "dark_prismarine", + "dprismarine": "dark_prismarine", + "dprismarineblock": "dark_prismarine", + "dsea": "dark_prismarine", + "dseablock": "dark_prismarine", + "minecraft:dark_prismarine": "dark_prismarine", + "dark_prismarine_slab": { + "material": "DARK_PRISMARINE_SLAB" + }, + "dark_prismarinesl": "dark_prismarine_slab", + "dark_prismarineslab": "dark_prismarine_slab", + "darkprismarinesl": "dark_prismarine_slab", + "darkprismarineslab": "dark_prismarine_slab", + "darkprissl": "dark_prismarine_slab", + "darkprisslab": "dark_prismarine_slab", + "darkseasl": "dark_prismarine_slab", + "darkseaslab": "dark_prismarine_slab", + "dprismarinesl": "dark_prismarine_slab", + "dprismarineslab": "dark_prismarine_slab", + "dprissl": "dark_prismarine_slab", + "dprisslab": "dark_prismarine_slab", + "dseasl": "dark_prismarine_slab", + "dseaslab": "dark_prismarine_slab", + "minecraft:dark_prismarine_slab": "dark_prismarine_slab", + "dark_prismarine_stairs": { + "material": "DARK_PRISMARINE_STAIRS" + }, + "dark_prismarinest": "dark_prismarine_stairs", + "dark_prismarinestair": "dark_prismarine_stairs", + "dark_prismarinestairs": "dark_prismarine_stairs", + "darkprismarinest": "dark_prismarine_stairs", + "darkprismarinestair": "dark_prismarine_stairs", + "darkprismarinestairs": "dark_prismarine_stairs", + "darkprisst": "dark_prismarine_stairs", + "darkprisstair": "dark_prismarine_stairs", + "darkprisstairs": "dark_prismarine_stairs", + "darkseast": "dark_prismarine_stairs", + "darkseastair": "dark_prismarine_stairs", + "darkseastairs": "dark_prismarine_stairs", + "dprismarinest": "dark_prismarine_stairs", + "dprismarinestair": "dark_prismarine_stairs", + "dprismarinestairs": "dark_prismarine_stairs", + "dprisst": "dark_prismarine_stairs", + "dprisstair": "dark_prismarine_stairs", + "dprisstairs": "dark_prismarine_stairs", + "dseast": "dark_prismarine_stairs", + "dseastair": "dark_prismarine_stairs", + "dseastairs": "dark_prismarine_stairs", + "minecraft:dark_prismarine_stairs": "dark_prismarine_stairs", + "daylight_detector": { + "material": "DAYLIGHT_DETECTOR" + }, + "daylightdetector": "daylight_detector", + "minecraft:daylight_detector": "daylight_detector", + "dead_brain_coral": { + "material": "DEAD_BRAIN_CORAL" + }, + "deadbraincoral": "dead_brain_coral", + "minecraft:dead_brain_coral": "dead_brain_coral", + "dead_brain_coral_block": { + "material": "DEAD_BRAIN_CORAL_BLOCK" + }, + "deadbraincoralblock": "dead_brain_coral_block", + "minecraft:dead_brain_coral_block": "dead_brain_coral_block", + "dead_brain_coral_fan": { + "material": "DEAD_BRAIN_CORAL_FAN" + }, + "deadbraincoralfan": "dead_brain_coral_fan", + "minecraft:dead_brain_coral_fan": "dead_brain_coral_fan", + "dead_bubble_coral": { + "material": "DEAD_BUBBLE_CORAL" + }, + "deadbubblecoral": "dead_bubble_coral", + "minecraft:dead_bubble_coral": "dead_bubble_coral", + "dead_bubble_coral_block": { + "material": "DEAD_BUBBLE_CORAL_BLOCK" + }, + "deadbubblecoralblock": "dead_bubble_coral_block", + "minecraft:dead_bubble_coral_block": "dead_bubble_coral_block", + "dead_bubble_coral_fan": { + "material": "DEAD_BUBBLE_CORAL_FAN" + }, + "deadbubblecoralfan": "dead_bubble_coral_fan", + "minecraft:dead_bubble_coral_fan": "dead_bubble_coral_fan", + "dead_bush": { + "material": "DEAD_BUSH" + }, + "deadbush": "dead_bush", + "minecraft:dead_bush": "dead_bush", + "dead_fire_coral": { + "material": "DEAD_FIRE_CORAL" + }, + "deadfirecoral": "dead_fire_coral", + "minecraft:dead_fire_coral": "dead_fire_coral", + "dead_fire_coral_block": { + "material": "DEAD_FIRE_CORAL_BLOCK" + }, + "deadfirecoralblock": "dead_fire_coral_block", + "minecraft:dead_fire_coral_block": "dead_fire_coral_block", + "dead_fire_coral_fan": { + "material": "DEAD_FIRE_CORAL_FAN" + }, + "deadfirecoralfan": "dead_fire_coral_fan", + "minecraft:dead_fire_coral_fan": "dead_fire_coral_fan", + "dead_horn_coral": { + "material": "DEAD_HORN_CORAL" + }, + "deadhorncoral": "dead_horn_coral", + "minecraft:dead_horn_coral": "dead_horn_coral", + "dead_horn_coral_block": { + "material": "DEAD_HORN_CORAL_BLOCK" + }, + "deadhorncoralblock": "dead_horn_coral_block", + "minecraft:dead_horn_coral_block": "dead_horn_coral_block", + "dead_horn_coral_fan": { + "material": "DEAD_HORN_CORAL_FAN" + }, + "deadhorncoralfan": "dead_horn_coral_fan", + "minecraft:dead_horn_coral_fan": "dead_horn_coral_fan", + "dead_tube_coral": { + "material": "DEAD_TUBE_CORAL" + }, + "deadtubecoral": "dead_tube_coral", + "minecraft:dead_tube_coral": "dead_tube_coral", + "dead_tube_coral_block": { + "material": "DEAD_TUBE_CORAL_BLOCK" + }, + "deadtubecoralblock": "dead_tube_coral_block", + "minecraft:dead_tube_coral_block": "dead_tube_coral_block", + "dead_tube_coral_fan": { + "material": "DEAD_TUBE_CORAL_FAN" + }, + "deadtubecoralfan": "dead_tube_coral_fan", + "minecraft:dead_tube_coral_fan": "dead_tube_coral_fan", + "debug_stick": { + "material": "DEBUG_STICK" + }, + "debugstick": "debug_stick", + "minecraft:debug_stick": "debug_stick", + "deepslate": { + "material": "DEEPSLATE" + }, + "deepslateb": "deepslate", + "deepslatebl": "deepslate", + "deepslateblock": "deepslate", + "dslate": "deepslate", + "dslateb": "deepslate", + "dslatebl": "deepslate", + "dslateblock": "deepslate", + "minecraft:deepslate": "deepslate", + "slate": "deepslate", + "slateb": "deepslate", + "slatebl": "deepslate", + "slateblock": "deepslate", + "deepslate_brick_slab": { + "material": "DEEPSLATE_BRICK_SLAB" + }, + "deepslatebrhalfblock": "deepslate_brick_slab", + "deepslatebrickhalfblock": "deepslate_brick_slab", + "deepslatebrickshalfblock": "deepslate_brick_slab", + "deepslatebrickslab": "deepslate_brick_slab", + "deepslatebricksstep": "deepslate_brick_slab", + "deepslatebrickstep": "deepslate_brick_slab", + "deepslatebrstep": "deepslate_brick_slab", + "dslatebrhalfblock": "deepslate_brick_slab", + "dslatebrickshalfblock": "deepslate_brick_slab", + "dslatebricksstep": "deepslate_brick_slab", + "dslatebrstep": "deepslate_brick_slab", + "minecraft:deepslate_brick_slab": "deepslate_brick_slab", + "slatebrhalfblock": "deepslate_brick_slab", + "slatebrickshalfblock": "deepslate_brick_slab", + "slatebricksstep": "deepslate_brick_slab", + "slatebrstep": "deepslate_brick_slab", + "deepslate_brick_stairs": { + "material": "DEEPSLATE_BRICK_STAIRS" + }, + "deepslatebricksstair": "deepslate_brick_stairs", + "deepslatebricksstairs": "deepslate_brick_stairs", + "deepslatebrickstair": "deepslate_brick_stairs", + "deepslatebrickstairs": "deepslate_brick_stairs", + "deepslatebrstair": "deepslate_brick_stairs", + "deepslatebrstairs": "deepslate_brick_stairs", + "dslatebricksstair": "deepslate_brick_stairs", + "dslatebricksstairs": "deepslate_brick_stairs", + "dslatebrstair": "deepslate_brick_stairs", + "dslatebrstairs": "deepslate_brick_stairs", + "minecraft:deepslate_brick_stairs": "deepslate_brick_stairs", + "slatebricksstair": "deepslate_brick_stairs", + "slatebricksstairs": "deepslate_brick_stairs", + "slatebrstair": "deepslate_brick_stairs", + "slatebrstairs": "deepslate_brick_stairs", + "deepslate_brick_wall": { + "material": "DEEPSLATE_BRICK_WALL" + }, + "deepslatebrickswall": "deepslate_brick_wall", + "deepslatebrickwall": "deepslate_brick_wall", + "deepslatebrwall": "deepslate_brick_wall", + "dslatebrickswall": "deepslate_brick_wall", + "dslatebrwall": "deepslate_brick_wall", + "minecraft:deepslate_brick_wall": "deepslate_brick_wall", + "slatebrickswall": "deepslate_brick_wall", + "slatebrwall": "deepslate_brick_wall", + "walldeepslatebr": "deepslate_brick_wall", + "walldeepslatebrick": "deepslate_brick_wall", + "walldeepslatebricks": "deepslate_brick_wall", + "walldslatebr": "deepslate_brick_wall", + "walldslatebricks": "deepslate_brick_wall", + "wallslatebr": "deepslate_brick_wall", + "wallslatebricks": "deepslate_brick_wall", + "deepslate_bricks": { + "material": "DEEPSLATE_BRICKS" + }, + "deepslatebr": "deepslate_bricks", + "deepslatebrick": "deepslate_bricks", + "deepslatebricks": "deepslate_bricks", + "dslatebr": "deepslate_bricks", + "dslatebricks": "deepslate_bricks", + "minecraft:deepslate_bricks": "deepslate_bricks", + "slatebr": "deepslate_bricks", + "slatebricks": "deepslate_bricks", + "deepslate_coal_ore": { + "material": "DEEPSLATE_COAL_ORE" + }, + "deepcoalore": "deepslate_coal_ore", + "deepcore": "deepslate_coal_ore", + "deeporec": "deepslate_coal_ore", + "deeporecoal": "deepslate_coal_ore", + "deepslatecoalore": "deepslate_coal_ore", + "deepslatecore": "deepslate_coal_ore", + "dorec": "deepslate_coal_ore", + "dorecoal": "deepslate_coal_ore", + "minecraft:deepslate_coal_ore": "deepslate_coal_ore", + "slatecoalore": "deepslate_coal_ore", + "slatecore": "deepslate_coal_ore", + "deepslate_copper_ore": { + "material": "DEEPSLATE_COPPER_ORE" + }, + "deepcopore": "deepslate_copper_ore", + "deepcopperore": "deepslate_copper_ore", + "deepcoppore": "deepslate_copper_ore", + "deeporecop": "deepslate_copper_ore", + "deeporecopp": "deepslate_copper_ore", + "deeporecopper": "deepslate_copper_ore", + "deepslatecopore": "deepslate_copper_ore", + "deepslatecopperore": "deepslate_copper_ore", + "deepslatecoppore": "deepslate_copper_ore", + "dorecop": "deepslate_copper_ore", + "dorecopp": "deepslate_copper_ore", + "dorecopper": "deepslate_copper_ore", + "minecraft:deepslate_copper_ore": "deepslate_copper_ore", + "slatecopore": "deepslate_copper_ore", + "slatecopperore": "deepslate_copper_ore", + "slatecoppore": "deepslate_copper_ore", + "deepslate_diamond_ore": { + "material": "DEEPSLATE_DIAMOND_ORE" + }, + "deepcrystalore": "deepslate_diamond_ore", + "deepdiamondore": "deepslate_diamond_ore", + "deepdore": "deepslate_diamond_ore", + "deeporecrystal": "deepslate_diamond_ore", + "deepored": "deepslate_diamond_ore", + "deeporediamond": "deepslate_diamond_ore", + "deepslatecrystalore": "deepslate_diamond_ore", + "deepslatediamondore": "deepslate_diamond_ore", + "deepslatedore": "deepslate_diamond_ore", + "dorecrystal": "deepslate_diamond_ore", + "dored": "deepslate_diamond_ore", + "dorediamond": "deepslate_diamond_ore", + "minecraft:deepslate_diamond_ore": "deepslate_diamond_ore", + "slatecrystalore": "deepslate_diamond_ore", + "slatediamondore": "deepslate_diamond_ore", + "slatedore": "deepslate_diamond_ore", + "deepslate_emerald_ore": { + "material": "DEEPSLATE_EMERALD_ORE" + }, + "deepemeraldore": "deepslate_emerald_ore", + "deepeore": "deepslate_emerald_ore", + "deeporee": "deepslate_emerald_ore", + "deeporeemerald": "deepslate_emerald_ore", + "deepslateemeraldore": "deepslate_emerald_ore", + "deepslateeore": "deepslate_emerald_ore", + "doree": "deepslate_emerald_ore", + "doreemerald": "deepslate_emerald_ore", + "minecraft:deepslate_emerald_ore": "deepslate_emerald_ore", + "slateemeraldore": "deepslate_emerald_ore", + "slateeore": "deepslate_emerald_ore", + "deepslate_gold_ore": { + "material": "DEEPSLATE_GOLD_ORE" + }, + "deepgoldore": "deepslate_gold_ore", + "deepgore": "deepslate_gold_ore", + "deeporeg": "deepslate_gold_ore", + "deeporegold": "deepslate_gold_ore", + "deepslategoldore": "deepslate_gold_ore", + "deepslategore": "deepslate_gold_ore", + "doreg": "deepslate_gold_ore", + "doregold": "deepslate_gold_ore", + "minecraft:deepslate_gold_ore": "deepslate_gold_ore", + "slategoldore": "deepslate_gold_ore", + "slategore": "deepslate_gold_ore", + "deepslate_iron_ore": { + "material": "DEEPSLATE_IRON_ORE" + }, + "deepiore": "deepslate_iron_ore", + "deepironore": "deepslate_iron_ore", + "deeporei": "deepslate_iron_ore", + "deeporeiron": "deepslate_iron_ore", + "deepores": "deepslate_iron_ore", + "deeporest": "deepslate_iron_ore", + "deeporesteel": "deepslate_iron_ore", + "deepslateiore": "deepslate_iron_ore", + "deepslateironore": "deepslate_iron_ore", + "deepslatesore": "deepslate_iron_ore", + "deepslatesteelore": "deepslate_iron_ore", + "deepslatestore": "deepslate_iron_ore", + "deepsore": "deepslate_iron_ore", + "deepsteelore": "deepslate_iron_ore", + "deepstore": "deepslate_iron_ore", + "dorei": "deepslate_iron_ore", + "doreiron": "deepslate_iron_ore", + "dores": "deepslate_iron_ore", + "dorest": "deepslate_iron_ore", + "doresteel": "deepslate_iron_ore", + "minecraft:deepslate_iron_ore": "deepslate_iron_ore", + "slateiore": "deepslate_iron_ore", + "slateironore": "deepslate_iron_ore", + "slatesore": "deepslate_iron_ore", + "slatesteelore": "deepslate_iron_ore", + "slatestore": "deepslate_iron_ore", + "deepslate_lapis_ore": { + "material": "DEEPSLATE_LAPIS_ORE" + }, + "deeplapislazuliore": "deepslate_lapis_ore", + "deeplapisore": "deepslate_lapis_ore", + "deeplore": "deepslate_lapis_ore", + "deeporel": "deepslate_lapis_ore", + "deeporelapis": "deepslate_lapis_ore", + "deeporelapislazuli": "deepslate_lapis_ore", + "deepslatelapislazuliore": "deepslate_lapis_ore", + "deepslatelapisore": "deepslate_lapis_ore", + "deepslatelore": "deepslate_lapis_ore", + "dorel": "deepslate_lapis_ore", + "dorelapis": "deepslate_lapis_ore", + "dorelapislazuli": "deepslate_lapis_ore", + "minecraft:deepslate_lapis_ore": "deepslate_lapis_ore", + "slatelapislazuliore": "deepslate_lapis_ore", + "slatelapisore": "deepslate_lapis_ore", + "slatelore": "deepslate_lapis_ore", + "deepslate_redstone_ore": { + "material": "DEEPSLATE_REDSTONE_ORE" + }, + "deeporer": "deepslate_redstone_ore", + "deeporered": "deepslate_redstone_ore", + "deeporereds": "deepslate_redstone_ore", + "deeporeredstone": "deepslate_redstone_ore", + "deeporers": "deepslate_redstone_ore", + "deeporerstone": "deepslate_redstone_ore", + "deepredore": "deepslate_redstone_ore", + "deepredsore": "deepslate_redstone_ore", + "deepredstoneore": "deepslate_redstone_ore", + "deeprore": "deepslate_redstone_ore", + "deeprsore": "deepslate_redstone_ore", + "deeprstoneore": "deepslate_redstone_ore", + "deepslateredore": "deepslate_redstone_ore", + "deepslateredsore": "deepslate_redstone_ore", + "deepslateredstoneore": "deepslate_redstone_ore", + "deepslaterore": "deepslate_redstone_ore", + "deepslatersore": "deepslate_redstone_ore", + "deepslaterstoneore": "deepslate_redstone_ore", + "dorer": "deepslate_redstone_ore", + "dorered": "deepslate_redstone_ore", + "dorereds": "deepslate_redstone_ore", + "doreredstone": "deepslate_redstone_ore", + "dorers": "deepslate_redstone_ore", + "dorerstone": "deepslate_redstone_ore", + "minecraft:deepslate_redstone_ore": "deepslate_redstone_ore", + "slateredore": "deepslate_redstone_ore", + "slateredsore": "deepslate_redstone_ore", + "slateredstoneore": "deepslate_redstone_ore", + "slaterore": "deepslate_redstone_ore", + "slatersore": "deepslate_redstone_ore", + "slaterstoneore": "deepslate_redstone_ore", + "deepslate_tile_slab": { + "material": "DEEPSLATE_TILE_SLAB" + }, + "deepslatetilehalfblock": "deepslate_tile_slab", + "deepslatetileshalfblock": "deepslate_tile_slab", + "deepslatetileslab": "deepslate_tile_slab", + "deepslatetilesstep": "deepslate_tile_slab", + "deepslatetilestep": "deepslate_tile_slab", + "dslatetilehalfblock": "deepslate_tile_slab", + "dslatetileshalfblock": "deepslate_tile_slab", + "dslatetilesstep": "deepslate_tile_slab", + "dslatetilestep": "deepslate_tile_slab", + "minecraft:deepslate_tile_slab": "deepslate_tile_slab", + "slatetilehalfblock": "deepslate_tile_slab", + "slatetileshalfblock": "deepslate_tile_slab", + "slatetilesstep": "deepslate_tile_slab", + "slatetilestep": "deepslate_tile_slab", + "deepslate_tile_stairs": { + "material": "DEEPSLATE_TILE_STAIRS" + }, + "deepslatetilesstair": "deepslate_tile_stairs", + "deepslatetilesstairs": "deepslate_tile_stairs", + "deepslatetilestair": "deepslate_tile_stairs", + "deepslatetilestairs": "deepslate_tile_stairs", + "dslatetilesstair": "deepslate_tile_stairs", + "dslatetilesstairs": "deepslate_tile_stairs", + "dslatetilestair": "deepslate_tile_stairs", + "dslatetilestairs": "deepslate_tile_stairs", + "minecraft:deepslate_tile_stairs": "deepslate_tile_stairs", + "slatetilesstair": "deepslate_tile_stairs", + "slatetilesstairs": "deepslate_tile_stairs", + "slatetilestair": "deepslate_tile_stairs", + "slatetilestairs": "deepslate_tile_stairs", + "deepslate_tile_wall": { + "material": "DEEPSLATE_TILE_WALL" + }, + "deepslatetileswall": "deepslate_tile_wall", + "deepslatetilewall": "deepslate_tile_wall", + "dslatetileswall": "deepslate_tile_wall", + "dslatetilewall": "deepslate_tile_wall", + "minecraft:deepslate_tile_wall": "deepslate_tile_wall", + "slatetileswall": "deepslate_tile_wall", + "slatetilewall": "deepslate_tile_wall", + "walldeepslatetile": "deepslate_tile_wall", + "walldeepslatetiles": "deepslate_tile_wall", + "walldslatetile": "deepslate_tile_wall", + "walldslatetiles": "deepslate_tile_wall", + "wallslatetile": "deepslate_tile_wall", + "wallslatetiles": "deepslate_tile_wall", + "deepslate_tiles": { + "material": "DEEPSLATE_TILES" + }, + "deepslatetiles": "deepslate_tiles", + "deepslatetilestile": "deepslate_tiles", + "deepslatetilestiles": "deepslate_tiles", + "deepslatetiletile": "deepslate_tiles", + "deepslatetiletiles": "deepslate_tiles", + "dslatetilestile": "deepslate_tiles", + "dslatetilestiles": "deepslate_tiles", + "dslatetiletile": "deepslate_tiles", + "dslatetiletiles": "deepslate_tiles", + "minecraft:deepslate_tiles": "deepslate_tiles", + "slatetilestile": "deepslate_tiles", + "slatetilestiles": "deepslate_tiles", + "slatetiletile": "deepslate_tiles", + "slatetiletiles": "deepslate_tiles", + "tiledeepslatetile": "deepslate_tiles", + "tiledeepslatetiles": "deepslate_tiles", + "tiledslatetile": "deepslate_tiles", + "tiledslatetiles": "deepslate_tiles", + "tilesdeepslatetile": "deepslate_tiles", + "tilesdeepslatetiles": "deepslate_tiles", + "tilesdslatetile": "deepslate_tiles", + "tilesdslatetiles": "deepslate_tiles", + "tileslatetile": "deepslate_tiles", + "tileslatetiles": "deepslate_tiles", + "tilesslatetile": "deepslate_tiles", + "tilesslatetiles": "deepslate_tiles", + "detector_rail": { + "material": "DETECTOR_RAIL" + }, + "detectingrail": "detector_rail", + "detectingrails": "detector_rail", + "detectingtrack": "detector_rail", + "detectorrail": "detector_rail", + "detectorrails": "detector_rail", + "detectortrack": "detector_rail", + "detectrail": "detector_rail", + "detectrails": "detector_rail", + "detecttrack": "detector_rail", + "detrail": "detector_rail", + "detrails": "detector_rail", + "dettrack": "detector_rail", + "drail": "detector_rail", + "drails": "detector_rail", + "dtrack": "detector_rail", + "minecraft:detector_rail": "detector_rail", + "diamond": { + "material": "DIAMOND" + }, + "minecraft:diamond": "diamond", + "diamond_axe": { + "material": "DIAMOND_AXE" + }, + "crystalaxe": "diamond_axe", + "daxe": "diamond_axe", + "diamondaxe": "diamond_axe", + "minecraft:diamond_axe": "diamond_axe", + "diamond_block": { + "material": "DIAMOND_BLOCK" + }, + "blockcrystal": "diamond_block", + "blockd": "diamond_block", + "blockdiamond": "diamond_block", + "crystalblock": "diamond_block", + "dblock": "diamond_block", + "diamondblock": "diamond_block", + "minecraft:diamond_block": "diamond_block", + "diamond_boots": { + "material": "DIAMOND_BOOTS" + }, + "crystalboots": "diamond_boots", + "crystalshoes": "diamond_boots", + "dboots": "diamond_boots", + "diamondboots": "diamond_boots", + "diamondshoes": "diamond_boots", + "dshoes": "diamond_boots", + "minecraft:diamond_boots": "diamond_boots", + "diamond_chestplate": { + "material": "DIAMOND_CHESTPLATE" + }, + "crystalchestplate": "diamond_chestplate", + "crystalplate": "diamond_chestplate", + "crystalplatebody": "diamond_chestplate", + "crystalshirt": "diamond_chestplate", + "crystaltunic": "diamond_chestplate", + "dchestplate": "diamond_chestplate", + "diamondchestplate": "diamond_chestplate", + "diamondplate": "diamond_chestplate", + "diamondplatebody": "diamond_chestplate", + "diamondshirt": "diamond_chestplate", + "diamondtunic": "diamond_chestplate", + "dplate": "spruce_pressure_plate", + "dplatebody": "diamond_chestplate", + "dshirt": "diamond_chestplate", + "dtunic": "diamond_chestplate", + "minecraft:diamond_chestplate": "diamond_chestplate", + "diamond_helmet": { + "material": "DIAMOND_HELMET" + }, + "crystalcoif": "diamond_helmet", + "crystalhat": "diamond_helmet", + "crystalhelm": "diamond_helmet", + "crystalhelmet": "diamond_helmet", + "dcoif": "diamond_helmet", + "dhat": "diamond_helmet", + "dhelm": "diamond_helmet", + "dhelmet": "diamond_helmet", + "diamondcoif": "diamond_helmet", + "diamondhat": "diamond_helmet", + "diamondhelm": "diamond_helmet", + "diamondhelmet": "diamond_helmet", + "minecraft:diamond_helmet": "diamond_helmet", + "diamond_hoe": { + "material": "DIAMOND_HOE" + }, + "crystalhoe": "diamond_hoe", + "dhoe": "diamond_hoe", + "diamondhoe": "diamond_hoe", + "minecraft:diamond_hoe": "diamond_hoe", + "diamond_horse_armor": { + "material": "DIAMOND_HORSE_ARMOR" + }, + "crystalarmor": "diamond_horse_armor", + "crystalharmor": "diamond_horse_armor", + "crystalhorsearmor": "diamond_horse_armor", + "darmor": "diamond_horse_armor", + "dharmor": "diamond_horse_armor", + "dhorsearmor": "diamond_horse_armor", + "diamondarmor": "diamond_horse_armor", + "diamondharmor": "diamond_horse_armor", + "diamondhorsearmor": "diamond_horse_armor", + "minecraft:diamond_horse_armor": "diamond_horse_armor", + "diamond_leggings": { + "material": "DIAMOND_LEGGINGS" + }, + "crystalleggings": "diamond_leggings", + "crystallegs": "diamond_leggings", + "crystalpants": "diamond_leggings", + "diamondleggings": "diamond_leggings", + "diamondlegs": "diamond_leggings", + "diamondpants": "diamond_leggings", + "dleggings": "diamond_leggings", + "dlegs": "diamond_leggings", + "dpants": "diamond_leggings", + "minecraft:diamond_leggings": "diamond_leggings", + "diamond_ore": { + "material": "DIAMOND_ORE" + }, + "crystalo": "diamond_ore", + "crystalore": "diamond_ore", + "diamondo": "diamond_ore", + "diamondore": "diamond_ore", + "do": "diamond_ore", + "dore": "diamond_ore", + "minecraft:diamond_ore": "diamond_ore", + "ocrystal": "diamond_ore", + "od": "diamond_ore", + "odiamond": "diamond_ore", + "orecrystal": "diamond_ore", + "ored": "redstone_ore", + "orediamond": "diamond_ore", + "stonecrystalore": "diamond_ore", + "stonediamondore": "diamond_ore", + "stonedore": "diamond_ore", + "diamond_pickaxe": { + "material": "DIAMOND_PICKAXE" + }, + "crystalpick": "diamond_pickaxe", + "crystalpickaxe": "diamond_pickaxe", + "diamondpick": "diamond_pickaxe", + "diamondpickaxe": "diamond_pickaxe", + "dpick": "diamond_pickaxe", + "dpickaxe": "diamond_pickaxe", + "minecraft:diamond_pickaxe": "diamond_pickaxe", + "diamond_shovel": { + "material": "DIAMOND_SHOVEL" + }, + "crystalshovel": "diamond_shovel", + "crystalspade": "diamond_shovel", + "diamondshovel": "diamond_shovel", + "diamondspade": "diamond_shovel", + "dshovel": "diamond_shovel", + "dspade": "diamond_shovel", + "minecraft:diamond_shovel": "diamond_shovel", + "diamond_sword": { + "material": "DIAMOND_SWORD" + }, + "crystalsword": "diamond_sword", + "diamondsword": "diamond_sword", + "dsword": "diamond_sword", + "minecraft:diamond_sword": "diamond_sword", + "diorite": { + "material": "DIORITE" + }, + "di": "diorite", + "dib": "diorite", + "dibl": "diorite", + "diblock": "diorite", + "dioriteb": "diorite", + "dioritebl": "diorite", + "dioriteblock": "diorite", + "dstone": "diorite", + "dstoneb": "diorite", + "dstonebl": "diorite", + "dstoneblock": "diorite", + "minecraft:diorite": "diorite", + "diorite_slab": { + "material": "DIORITE_SLAB" + }, + "dihalfblock": "diorite_slab", + "dioritehalfblock": "diorite_slab", + "dioriteslab": "diorite_slab", + "dioritestep": "diorite_slab", + "distep": "diorite_slab", + "dstonehalfblock": "diorite_slab", + "dstonestep": "diorite_slab", + "minecraft:diorite_slab": "diorite_slab", + "diorite_stairs": { + "material": "DIORITE_STAIRS" + }, + "dioritestair": "diorite_stairs", + "dioritestairs": "diorite_stairs", + "distair": "diorite_stairs", + "distairs": "diorite_stairs", + "dstonestair": "diorite_stairs", + "dstonestairs": "diorite_stairs", + "minecraft:diorite_stairs": "diorite_stairs", + "diorite_wall": { + "material": "DIORITE_WALL" + }, + "dioritewall": "diorite_wall", + "diwall": "diorite_wall", + "dstonewall": "diorite_wall", + "minecraft:diorite_wall": "diorite_wall", + "walldi": "diorite_wall", + "walldiorite": "diorite_wall", + "walldstone": "diorite_wall", + "dirt": { + "material": "DIRT" + }, + "minecraft:dirt": "dirt", + "dirt_path": { + "material": "DIRT_PATH", + "fallbacks": [ + "GRASS_PATH" + ] + }, + "dirtpath": "dirt_path", + "minecraft:dirt_path": "dirt_path", + "dispenser": { + "material": "DISPENSER" + }, + "minecraft:dispenser": "dispenser", + "dolphin_spawn_egg": { + "material": "DOLPHIN_SPAWN_EGG" + }, + "dolphinegg": "dolphin_spawn_egg", + "dolphinsegg": "dolphin_spawn_egg", + "dolphinspawn": "dolphin_spawn_egg", + "dolphinspawnegg": "dolphin_spawn_egg", + "eccoegg": "dolphin_spawn_egg", + "eccosegg": "dolphin_spawn_egg", + "eccospawn": "dolphin_spawn_egg", + "eccospawnegg": "dolphin_spawn_egg", + "eggdolphin": "dolphin_spawn_egg", + "eggecco": "dolphin_spawn_egg", + "minecraft:dolphin_spawn_egg": "dolphin_spawn_egg", + "seggdolphin": "dolphin_spawn_egg", + "seggecco": "dolphin_spawn_egg", + "spawndolphin": "dolphin_spawn_egg", + "spawnecco": "dolphin_spawn_egg", + "spawneggdolphin": "dolphin_spawn_egg", + "spawneggecco": "dolphin_spawn_egg", + "dolphin_spawner": { + "entity": "DOLPHIN", + "material": "SPAWNER" + }, + "dolphincage": "dolphin_spawner", + "dolphinmcage": "dolphin_spawner", + "dolphinmobcage": "dolphin_spawner", + "dolphinmobspawner": "dolphin_spawner", + "dolphinmonstercage": "dolphin_spawner", + "dolphinmonsterspawner": "dolphin_spawner", + "dolphinmspawner": "dolphin_spawner", + "dolphinspawner": "dolphin_spawner", + "eccocage": "dolphin_spawner", + "eccomcage": "dolphin_spawner", + "eccomobcage": "dolphin_spawner", + "eccomobspawner": "dolphin_spawner", + "eccomonstercage": "dolphin_spawner", + "eccomonsterspawner": "dolphin_spawner", + "eccomspawner": "dolphin_spawner", + "eccospawner": "dolphin_spawner", + "donkey_spawn_egg": { + "material": "DONKEY_SPAWN_EGG" + }, + "donkeyegg": "donkey_spawn_egg", + "donkeysegg": "donkey_spawn_egg", + "donkeyspawn": "donkey_spawn_egg", + "donkeyspawnegg": "donkey_spawn_egg", + "eggdonkey": "donkey_spawn_egg", + "minecraft:donkey_spawn_egg": "donkey_spawn_egg", + "seggdonkey": "donkey_spawn_egg", + "spawndonkey": "donkey_spawn_egg", + "spawneggdonkey": "donkey_spawn_egg", + "donkey_spawner": { + "entity": "DONKEY", + "material": "SPAWNER" + }, + "donkeycage": "donkey_spawner", + "donkeymcage": "donkey_spawner", + "donkeymobcage": "donkey_spawner", + "donkeymobspawner": "donkey_spawner", + "donkeymonstercage": "donkey_spawner", + "donkeymonsterspawner": "donkey_spawner", + "donkeymspawner": "donkey_spawner", + "donkeyspawner": "donkey_spawner", + "dragon_breath": { + "material": "DRAGON_BREATH" + }, + "dragonbreath": "dragon_breath", + "minecraft:dragon_breath": "dragon_breath", + "dragon_egg": { + "material": "DRAGON_EGG" + }, + "dragonegg": "dragon_egg", + "minecraft:dragon_egg": "dragon_egg", + "dragon_head": { + "material": "DRAGON_HEAD" + }, + "dragonhead": "dragon_head", + "minecraft:dragon_head": "dragon_head", + "dried_kelp": { + "material": "DRIED_KELP" + }, + "driedkelp": "dried_kelp", + "minecraft:dried_kelp": "dried_kelp", + "dried_kelp_block": { + "material": "DRIED_KELP_BLOCK" + }, + "driedkelpblock": "dried_kelp_block", + "minecraft:dried_kelp_block": "dried_kelp_block", + "dripstone_block": { + "material": "DRIPSTONE_BLOCK" + }, + "drip": "dripstone_block", + "dripb": "dripstone_block", + "dripbl": "dripstone_block", + "dripblock": "dripstone_block", + "dripstone": "dripstone_block", + "dripstoneb": "dripstone_block", + "dripstonebl": "dripstone_block", + "dripstoneblock": "dripstone_block", + "minecraft:dripstone_block": "dripstone_block", + "dropper": { + "material": "DROPPER" + }, + "minecraft:dropper": "dropper", + "drowned_spawn_egg": { + "material": "DROWNED_SPAWN_EGG" + }, + "drownedegg": "drowned_spawn_egg", + "drownedsegg": "drowned_spawn_egg", + "drownedspawn": "drowned_spawn_egg", + "drownedspawnegg": "drowned_spawn_egg", + "eggdrowned": "drowned_spawn_egg", + "minecraft:drowned_spawn_egg": "drowned_spawn_egg", + "seggdrowned": "drowned_spawn_egg", + "spawndrowned": "drowned_spawn_egg", + "spawneggdrowned": "drowned_spawn_egg", + "drowned_spawner": { + "entity": "DROWNED", + "material": "SPAWNER" + }, + "drownedcage": "drowned_spawner", + "drownedmcage": "drowned_spawner", + "drownedmobcage": "drowned_spawner", + "drownedmobspawner": "drowned_spawner", + "drownedmonstercage": "drowned_spawner", + "drownedmonsterspawner": "drowned_spawner", + "drownedmspawner": "drowned_spawner", + "drownedspawner": "drowned_spawner", + "egg": { + "material": "EGG" + }, + "minecraft:egg": "egg", + "elder_guardian_spawn_egg": { + "material": "ELDER_GUARDIAN_SPAWN_EGG" + }, + "eggeguardian": "elder_guardian_spawn_egg", + "eggelder_guardian": "elder_guardian_spawn_egg", + "eguardianegg": "elder_guardian_spawn_egg", + "eguardiansegg": "elder_guardian_spawn_egg", + "eguardianspawn": "elder_guardian_spawn_egg", + "eguardianspawnegg": "elder_guardian_spawn_egg", + "elder_guardianegg": "elder_guardian_spawn_egg", + "elder_guardiansegg": "elder_guardian_spawn_egg", + "elder_guardianspawn": "elder_guardian_spawn_egg", + "elder_guardianspawnegg": "elder_guardian_spawn_egg", + "elderguardianspawnegg": "elder_guardian_spawn_egg", + "minecraft:elder_guardian_spawn_egg": "elder_guardian_spawn_egg", + "seggeguardian": "elder_guardian_spawn_egg", + "seggelder_guardian": "elder_guardian_spawn_egg", + "spawneggeguardian": "elder_guardian_spawn_egg", + "spawneggelder_guardian": "elder_guardian_spawn_egg", + "spawneguardian": "elder_guardian_spawn_egg", + "spawnelder_guardian": "elder_guardian_spawn_egg", + "elder_guardian_spawner": { + "entity": "ELDER_GUARDIAN", + "material": "SPAWNER" + }, + "eguardiancage": "elder_guardian_spawner", + "eguardianmcage": "elder_guardian_spawner", + "eguardianmobcage": "elder_guardian_spawner", + "eguardianmobspawner": "elder_guardian_spawner", + "eguardianmonstercage": "elder_guardian_spawner", + "eguardianmonsterspawner": "elder_guardian_spawner", + "eguardianmspawner": "elder_guardian_spawner", + "eguardianspawner": "elder_guardian_spawner", + "elder_guardiancage": "elder_guardian_spawner", + "elder_guardianmcage": "elder_guardian_spawner", + "elder_guardianmobcage": "elder_guardian_spawner", + "elder_guardianmobspawner": "elder_guardian_spawner", + "elder_guardianmonstercage": "elder_guardian_spawner", + "elder_guardianmonsterspawner": "elder_guardian_spawner", + "elder_guardianmspawner": "elder_guardian_spawner", + "elder_guardianspawner": "elder_guardian_spawner", + "elytra": { + "material": "ELYTRA" + }, + "minecraft:elytra": "elytra", + "emerald": { + "material": "EMERALD" + }, + "minecraft:emerald": "emerald", + "emerald_block": { + "material": "EMERALD_BLOCK" + }, + "blocke": "emerald_block", + "blockemerald": "emerald_block", + "eblock": "emerald_block", + "emeraldblock": "emerald_block", + "minecraft:emerald_block": "emerald_block", + "emerald_ore": { + "material": "EMERALD_ORE" + }, + "emeraldo": "emerald_ore", + "emeraldore": "emerald_ore", + "eo": "emerald_ore", + "eore": "emerald_ore", + "minecraft:emerald_ore": "emerald_ore", + "oe": "emerald_ore", + "oemerald": "emerald_ore", + "oree": "emerald_ore", + "oreemerald": "emerald_ore", + "stoneemeraldore": "emerald_ore", + "stoneeore": "emerald_ore", + "empty_lingering_potion": { + "potionData": { + "type": "UNCRAFTABLE", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionuncraftable": "empty_lingering_potion", + "aoepotuncraftable": "empty_lingering_potion", + "areapotionuncraftable": "empty_lingering_potion", + "areapotuncraftable": "empty_lingering_potion", + "cloudpotionuncraftable": "empty_lingering_potion", + "cloudpotuncraftable": "empty_lingering_potion", + "lingerpotuncraftable": "empty_lingering_potion", + "uncraftableaoepoiont": "empty_lingering_potion", + "uncraftableaoepot": "empty_lingering_potion", + "uncraftableareapot": "empty_lingering_potion", + "uncraftableareapotion": "empty_lingering_potion", + "uncraftablecloudpot": "empty_lingering_potion", + "uncraftablecloudpotion": "empty_lingering_potion", + "uncraftablelingerpot": "empty_lingering_potion", + "empty_potion": { + "potionData": { + "type": "UNCRAFTABLE", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "potionofuncraftable": "empty_potion", + "potofuncraftable": "empty_potion", + "uncraftablepot": "empty_potion", + "uncraftablepotion": "empty_potion", + "empty_splash_potion": { + "potionData": { + "type": "UNCRAFTABLE", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "splashuncraftablepot": "empty_splash_potion", + "splashuncraftablepotion": "empty_splash_potion", + "spluncraftablepot": "empty_splash_potion", + "spluncraftablepotion": "empty_splash_potion", + "uncraftablesplashpot": "empty_splash_potion", + "uncraftablesplashpotion": "empty_splash_potion", + "empty_tipped_arrow": { + "potionData": { + "type": "UNCRAFTABLE", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowuncraftable": "empty_tipped_arrow", + "uncraftablearrow": "empty_tipped_arrow", + "uncraftabletarr": "empty_tipped_arrow", + "uncraftabletarrow": "empty_tipped_arrow", + "uncraftabletippedarrow": "empty_tipped_arrow", + "enchanted_book": { + "material": "ENCHANTED_BOOK" + }, + "enchantedbook": "enchanted_book", + "minecraft:enchanted_book": "enchanted_book", + "enchanted_golden_apple": { + "material": "ENCHANTED_GOLDEN_APPLE" + }, + "enchantedgoldenapple": "enchanted_golden_apple", + "minecraft:enchanted_golden_apple": "enchanted_golden_apple", + "enchanting_table": { + "material": "ENCHANTING_TABLE" + }, + "enchantingtable": "enchanting_table", + "minecraft:enchanting_table": "enchanting_table", + "end_crystal": { + "material": "END_CRYSTAL" + }, + "endcrystal": "end_crystal", + "minecraft:end_crystal": "end_crystal", + "end_portal_frame": { + "material": "END_PORTAL_FRAME" + }, + "endportalframe": "end_portal_frame", + "minecraft:end_portal_frame": "end_portal_frame", + "end_rod": { + "material": "END_ROD" + }, + "endrod": "end_rod", + "minecraft:end_rod": "end_rod", + "end_stone": { + "material": "END_STONE" + }, + "endst": "end_stone", + "endstb": "end_stone", + "endstbl": "end_stone", + "endstblock": "end_stone", + "endstone": "end_stone", + "endstoneb": "end_stone", + "endstonebl": "end_stone", + "endstoneblock": "end_stone", + "minecraft:end_stone": "end_stone", + "whst": "end_stone", + "whstb": "end_stone", + "whstbl": "end_stone", + "whstblock": "end_stone", + "end_stone_brick_slab": { + "material": "END_STONE_BRICK_SLAB" + }, + "endstbrhalfblock": "end_stone_brick_slab", + "endstbrstep": "end_stone_brick_slab", + "endstonebrickhalfblock": "end_stone_brick_slab", + "endstonebrickslab": "end_stone_brick_slab", + "endstonebrickstep": "end_stone_brick_slab", + "minecraft:end_stone_brick_slab": "end_stone_brick_slab", + "whstbrhalfblock": "end_stone_brick_slab", + "whstbrstep": "end_stone_brick_slab", + "end_stone_brick_stairs": { + "material": "END_STONE_BRICK_STAIRS" + }, + "endstbrstair": "end_stone_brick_stairs", + "endstbrstairs": "end_stone_brick_stairs", + "endstonebrickstair": "end_stone_brick_stairs", + "endstonebrickstairs": "end_stone_brick_stairs", + "minecraft:end_stone_brick_stairs": "end_stone_brick_stairs", + "whstbrstair": "end_stone_brick_stairs", + "whstbrstairs": "end_stone_brick_stairs", + "end_stone_brick_wall": { + "material": "END_STONE_BRICK_WALL" + }, + "endstbrwall": "end_stone_brick_wall", + "endstonebrickwall": "end_stone_brick_wall", + "minecraft:end_stone_brick_wall": "end_stone_brick_wall", + "wallendstbr": "end_stone_brick_wall", + "wallendstonebrick": "end_stone_brick_wall", + "wallwhstbr": "end_stone_brick_wall", + "whstbrwall": "end_stone_brick_wall", + "end_stone_bricks": { + "material": "END_STONE_BRICKS" + }, + "endstbr": "end_stone_bricks", + "endstonebrick": "end_stone_bricks", + "endstonebricks": "end_stone_bricks", + "minecraft:end_stone_bricks": "end_stone_bricks", + "whstbr": "end_stone_bricks", + "ender_chest": { + "material": "ENDER_CHEST" + }, + "enderchest": "ender_chest", + "minecraft:ender_chest": "ender_chest", + "ender_dragon_spawner": { + "entity": "ENDER_DRAGON", + "material": "SPAWNER" + }, + "dragoncage": "ender_dragon_spawner", + "dragonmcage": "ender_dragon_spawner", + "dragonmobcage": "ender_dragon_spawner", + "dragonmobspawner": "ender_dragon_spawner", + "dragonmonstercage": "ender_dragon_spawner", + "dragonmonsterspawner": "ender_dragon_spawner", + "dragonmspawner": "ender_dragon_spawner", + "dragonspawner": "ender_dragon_spawner", + "edragoncage": "ender_dragon_spawner", + "edragonmcage": "ender_dragon_spawner", + "edragonmobcage": "ender_dragon_spawner", + "edragonmobspawner": "ender_dragon_spawner", + "edragonmonstercage": "ender_dragon_spawner", + "edragonmonsterspawner": "ender_dragon_spawner", + "edragonmspawner": "ender_dragon_spawner", + "edragonspawner": "ender_dragon_spawner", + "ender_dragoncage": "ender_dragon_spawner", + "ender_dragonmcage": "ender_dragon_spawner", + "ender_dragonmobcage": "ender_dragon_spawner", + "ender_dragonmobspawner": "ender_dragon_spawner", + "ender_dragonmonstercage": "ender_dragon_spawner", + "ender_dragonmonsterspawner": "ender_dragon_spawner", + "ender_dragonmspawner": "ender_dragon_spawner", + "ender_dragonspawner": "ender_dragon_spawner", + "ender_eye": { + "material": "ENDER_EYE" + }, + "endereye": "ender_eye", + "minecraft:ender_eye": "ender_eye", + "ender_pearl": { + "material": "ENDER_PEARL" + }, + "enderpearl": "ender_pearl", + "minecraft:ender_pearl": "ender_pearl", + "enderman_spawn_egg": { + "material": "ENDERMAN_SPAWN_EGG" + }, + "eggenderman": "enderman_spawn_egg", + "endermanegg": "enderman_spawn_egg", + "endermansegg": "enderman_spawn_egg", + "endermanspawn": "enderman_spawn_egg", + "endermanspawnegg": "enderman_spawn_egg", + "minecraft:enderman_spawn_egg": "enderman_spawn_egg", + "seggenderman": "enderman_spawn_egg", + "spawneggenderman": "enderman_spawn_egg", + "spawnenderman": "enderman_spawn_egg", + "enderman_spawner": { + "entity": "ENDERMAN", + "material": "SPAWNER" + }, + "endermancage": "enderman_spawner", + "endermanmcage": "enderman_spawner", + "endermanmobcage": "enderman_spawner", + "endermanmobspawner": "enderman_spawner", + "endermanmonstercage": "enderman_spawner", + "endermanmonsterspawner": "enderman_spawner", + "endermanmspawner": "enderman_spawner", + "endermanspawner": "enderman_spawner", + "endermite_spawn_egg": { + "material": "ENDERMITE_SPAWN_EGG" + }, + "eggemite": "endermite_spawn_egg", + "eggendermite": "endermite_spawn_egg", + "emiteegg": "endermite_spawn_egg", + "emitesegg": "endermite_spawn_egg", + "emitespawn": "endermite_spawn_egg", + "emitespawnegg": "endermite_spawn_egg", + "endermiteegg": "endermite_spawn_egg", + "endermitesegg": "endermite_spawn_egg", + "endermitespawn": "endermite_spawn_egg", + "endermitespawnegg": "endermite_spawn_egg", + "minecraft:endermite_spawn_egg": "endermite_spawn_egg", + "seggemite": "endermite_spawn_egg", + "seggendermite": "endermite_spawn_egg", + "spawneggemite": "endermite_spawn_egg", + "spawneggendermite": "endermite_spawn_egg", + "spawnemite": "endermite_spawn_egg", + "spawnendermite": "endermite_spawn_egg", + "endermite_spawner": { + "entity": "ENDERMITE", + "material": "SPAWNER" + }, + "emitecage": "endermite_spawner", + "emitemcage": "endermite_spawner", + "emitemobcage": "endermite_spawner", + "emitemobspawner": "endermite_spawner", + "emitemonstercage": "endermite_spawner", + "emitemonsterspawner": "endermite_spawner", + "emitemspawner": "endermite_spawner", + "emitespawner": "endermite_spawner", + "endermitecage": "endermite_spawner", + "endermitemcage": "endermite_spawner", + "endermitemobcage": "endermite_spawner", + "endermitemobspawner": "endermite_spawner", + "endermitemonstercage": "endermite_spawner", + "endermitemonsterspawner": "endermite_spawner", + "endermitemspawner": "endermite_spawner", + "endermitespawner": "endermite_spawner", + "evoker_spawn_egg": { + "material": "EVOKER_SPAWN_EGG" + }, + "eggevoker": "evoker_spawn_egg", + "evokeregg": "evoker_spawn_egg", + "evokersegg": "evoker_spawn_egg", + "evokerspawn": "evoker_spawn_egg", + "evokerspawnegg": "evoker_spawn_egg", + "minecraft:evoker_spawn_egg": "evoker_spawn_egg", + "seggevoker": "evoker_spawn_egg", + "spawneggevoker": "evoker_spawn_egg", + "spawnevoker": "evoker_spawn_egg", + "evoker_spawner": { + "entity": "EVOKER", + "material": "SPAWNER" + }, + "evokercage": "evoker_spawner", + "evokermcage": "evoker_spawner", + "evokermobcage": "evoker_spawner", + "evokermobspawner": "evoker_spawner", + "evokermonstercage": "evoker_spawner", + "evokermonsterspawner": "evoker_spawner", + "evokermspawner": "evoker_spawner", + "evokerspawner": "evoker_spawner", + "experience_bottle": { + "material": "EXPERIENCE_BOTTLE" + }, + "experiencebottle": "experience_bottle", + "minecraft:experience_bottle": "experience_bottle", + "exposed_copper": { + "material": "EXPOSED_COPPER" + }, + "excoblock": "exposed_copper", + "excopblock": "exposed_copper", + "excopperblock": "exposed_copper", + "expcoblock": "exposed_copper", + "expcopblock": "exposed_copper", + "expcopperblock": "exposed_copper", + "exposedcoblock": "exposed_copper", + "exposedcopblock": "exposed_copper", + "exposedcopper": "exposed_copper", + "exposedcopperblock": "exposed_copper", + "minecraft:exposed_copper": "exposed_copper", + "exposed_cut_copper": { + "material": "EXPOSED_CUT_COPPER" + }, + "cexcoblock": "exposed_cut_copper", + "cexcopblock": "exposed_cut_copper", + "cexcopperblock": "exposed_cut_copper", + "cexpcoblock": "exposed_cut_copper", + "cexpcopblock": "exposed_cut_copper", + "cexpcopperblock": "exposed_cut_copper", + "cexposedcoblock": "exposed_cut_copper", + "cexposedcopblock": "exposed_cut_copper", + "cexposedcopperblock": "exposed_cut_copper", + "cutexcoblock": "exposed_cut_copper", + "cutexcopblock": "exposed_cut_copper", + "cutexcopperblock": "exposed_cut_copper", + "cutexpcoblock": "exposed_cut_copper", + "cutexpcopblock": "exposed_cut_copper", + "cutexpcopperblock": "exposed_cut_copper", + "cutexposedcoblock": "exposed_cut_copper", + "cutexposedcopblock": "exposed_cut_copper", + "cutexposedcopperblock": "exposed_cut_copper", + "exccoblock": "exposed_cut_copper", + "exccopblock": "exposed_cut_copper", + "exccopperblock": "exposed_cut_copper", + "excutcoblock": "exposed_cut_copper", + "excutcopblock": "exposed_cut_copper", + "excutcopperblock": "exposed_cut_copper", + "expccoblock": "exposed_cut_copper", + "expccopblock": "exposed_cut_copper", + "expccopperblock": "exposed_cut_copper", + "expcutcoblock": "exposed_cut_copper", + "expcutcopblock": "exposed_cut_copper", + "expcutcopperblock": "exposed_cut_copper", + "exposedccoblock": "exposed_cut_copper", + "exposedccopblock": "exposed_cut_copper", + "exposedccopperblock": "exposed_cut_copper", + "exposedcutcoblock": "exposed_cut_copper", + "exposedcutcopblock": "exposed_cut_copper", + "exposedcutcopper": "exposed_cut_copper", + "exposedcutcopperblock": "exposed_cut_copper", + "minecraft:exposed_cut_copper": "exposed_cut_copper", + "exposed_cut_copper_slab": { + "material": "EXPOSED_CUT_COPPER_SLAB" + }, + "cexcohalfblock": "exposed_cut_copper_slab", + "cexcophalfblock": "exposed_cut_copper_slab", + "cexcopperhalfblock": "exposed_cut_copper_slab", + "cexcoppersl": "exposed_cut_copper_slab", + "cexcopperslab": "exposed_cut_copper_slab", + "cexcopperstep": "exposed_cut_copper_slab", + "cexcopsl": "exposed_cut_copper_slab", + "cexcopslab": "exposed_cut_copper_slab", + "cexcopstep": "exposed_cut_copper_slab", + "cexcosl": "exposed_cut_copper_slab", + "cexcoslab": "exposed_cut_copper_slab", + "cexcostep": "exposed_cut_copper_slab", + "cexpcohalfblock": "exposed_cut_copper_slab", + "cexpcophalfblock": "exposed_cut_copper_slab", + "cexpcopperhalfblock": "exposed_cut_copper_slab", + "cexpcoppersl": "exposed_cut_copper_slab", + "cexpcopperslab": "exposed_cut_copper_slab", + "cexpcopperstep": "exposed_cut_copper_slab", + "cexpcopsl": "exposed_cut_copper_slab", + "cexpcopslab": "exposed_cut_copper_slab", + "cexpcopstep": "exposed_cut_copper_slab", + "cexpcosl": "exposed_cut_copper_slab", + "cexpcoslab": "exposed_cut_copper_slab", + "cexpcostep": "exposed_cut_copper_slab", + "cexposedcohalfblock": "exposed_cut_copper_slab", + "cexposedcophalfblock": "exposed_cut_copper_slab", + "cexposedcopperhalfblock": "exposed_cut_copper_slab", + "cexposedcoppersl": "exposed_cut_copper_slab", + "cexposedcopperslab": "exposed_cut_copper_slab", + "cexposedcopperstep": "exposed_cut_copper_slab", + "cexposedcopsl": "exposed_cut_copper_slab", + "cexposedcopslab": "exposed_cut_copper_slab", + "cexposedcopstep": "exposed_cut_copper_slab", + "cexposedcosl": "exposed_cut_copper_slab", + "cexposedcoslab": "exposed_cut_copper_slab", + "cexposedcostep": "exposed_cut_copper_slab", + "cutexcohalfblock": "exposed_cut_copper_slab", + "cutexcophalfblock": "exposed_cut_copper_slab", + "cutexcopperhalfblock": "exposed_cut_copper_slab", + "cutexcoppersl": "exposed_cut_copper_slab", + "cutexcopperslab": "exposed_cut_copper_slab", + "cutexcopperstep": "exposed_cut_copper_slab", + "cutexcopsl": "exposed_cut_copper_slab", + "cutexcopslab": "exposed_cut_copper_slab", + "cutexcopstep": "exposed_cut_copper_slab", + "cutexcosl": "exposed_cut_copper_slab", + "cutexcoslab": "exposed_cut_copper_slab", + "cutexcostep": "exposed_cut_copper_slab", + "cutexpcohalfblock": "exposed_cut_copper_slab", + "cutexpcophalfblock": "exposed_cut_copper_slab", + "cutexpcopperhalfblock": "exposed_cut_copper_slab", + "cutexpcoppersl": "exposed_cut_copper_slab", + "cutexpcopperslab": "exposed_cut_copper_slab", + "cutexpcopperstep": "exposed_cut_copper_slab", + "cutexpcopsl": "exposed_cut_copper_slab", + "cutexpcopslab": "exposed_cut_copper_slab", + "cutexpcopstep": "exposed_cut_copper_slab", + "cutexpcosl": "exposed_cut_copper_slab", + "cutexpcoslab": "exposed_cut_copper_slab", + "cutexpcostep": "exposed_cut_copper_slab", + "cutexposedcohalfblock": "exposed_cut_copper_slab", + "cutexposedcophalfblock": "exposed_cut_copper_slab", + "cutexposedcopperhalfblock": "exposed_cut_copper_slab", + "cutexposedcoppersl": "exposed_cut_copper_slab", + "cutexposedcopperslab": "exposed_cut_copper_slab", + "cutexposedcopperstep": "exposed_cut_copper_slab", + "cutexposedcopsl": "exposed_cut_copper_slab", + "cutexposedcopslab": "exposed_cut_copper_slab", + "cutexposedcopstep": "exposed_cut_copper_slab", + "cutexposedcosl": "exposed_cut_copper_slab", + "cutexposedcoslab": "exposed_cut_copper_slab", + "cutexposedcostep": "exposed_cut_copper_slab", + "exccohalfblock": "exposed_cut_copper_slab", + "exccophalfblock": "exposed_cut_copper_slab", + "exccopperhalfblock": "exposed_cut_copper_slab", + "exccoppersl": "exposed_cut_copper_slab", + "exccopperslab": "exposed_cut_copper_slab", + "exccopperstep": "exposed_cut_copper_slab", + "exccopsl": "exposed_cut_copper_slab", + "exccopslab": "exposed_cut_copper_slab", + "exccopstep": "exposed_cut_copper_slab", + "exccosl": "exposed_cut_copper_slab", + "exccoslab": "exposed_cut_copper_slab", + "exccostep": "exposed_cut_copper_slab", + "excutcohalfblock": "exposed_cut_copper_slab", + "excutcophalfblock": "exposed_cut_copper_slab", + "excutcopperhalfblock": "exposed_cut_copper_slab", + "excutcoppersl": "exposed_cut_copper_slab", + "excutcopperslab": "exposed_cut_copper_slab", + "excutcopperstep": "exposed_cut_copper_slab", + "excutcopsl": "exposed_cut_copper_slab", + "excutcopslab": "exposed_cut_copper_slab", + "excutcopstep": "exposed_cut_copper_slab", + "excutcosl": "exposed_cut_copper_slab", + "excutcoslab": "exposed_cut_copper_slab", + "excutcostep": "exposed_cut_copper_slab", + "expccohalfblock": "exposed_cut_copper_slab", + "expccophalfblock": "exposed_cut_copper_slab", + "expccopperhalfblock": "exposed_cut_copper_slab", + "expccoppersl": "exposed_cut_copper_slab", + "expccopperslab": "exposed_cut_copper_slab", + "expccopperstep": "exposed_cut_copper_slab", + "expccopsl": "exposed_cut_copper_slab", + "expccopslab": "exposed_cut_copper_slab", + "expccopstep": "exposed_cut_copper_slab", + "expccosl": "exposed_cut_copper_slab", + "expccoslab": "exposed_cut_copper_slab", + "expccostep": "exposed_cut_copper_slab", + "expcutcohalfblock": "exposed_cut_copper_slab", + "expcutcophalfblock": "exposed_cut_copper_slab", + "expcutcopperhalfblock": "exposed_cut_copper_slab", + "expcutcoppersl": "exposed_cut_copper_slab", + "expcutcopperslab": "exposed_cut_copper_slab", + "expcutcopperstep": "exposed_cut_copper_slab", + "expcutcopsl": "exposed_cut_copper_slab", + "expcutcopslab": "exposed_cut_copper_slab", + "expcutcopstep": "exposed_cut_copper_slab", + "expcutcosl": "exposed_cut_copper_slab", + "expcutcoslab": "exposed_cut_copper_slab", + "expcutcostep": "exposed_cut_copper_slab", + "exposedccohalfblock": "exposed_cut_copper_slab", + "exposedccophalfblock": "exposed_cut_copper_slab", + "exposedccopperhalfblock": "exposed_cut_copper_slab", + "exposedccoppersl": "exposed_cut_copper_slab", + "exposedccopperslab": "exposed_cut_copper_slab", + "exposedccopperstep": "exposed_cut_copper_slab", + "exposedccopsl": "exposed_cut_copper_slab", + "exposedccopslab": "exposed_cut_copper_slab", + "exposedccopstep": "exposed_cut_copper_slab", + "exposedccosl": "exposed_cut_copper_slab", + "exposedccoslab": "exposed_cut_copper_slab", + "exposedccostep": "exposed_cut_copper_slab", + "exposedcutcohalfblock": "exposed_cut_copper_slab", + "exposedcutcophalfblock": "exposed_cut_copper_slab", + "exposedcutcopperhalfblock": "exposed_cut_copper_slab", + "exposedcutcoppersl": "exposed_cut_copper_slab", + "exposedcutcopperslab": "exposed_cut_copper_slab", + "exposedcutcopperstep": "exposed_cut_copper_slab", + "exposedcutcopsl": "exposed_cut_copper_slab", + "exposedcutcopslab": "exposed_cut_copper_slab", + "exposedcutcopstep": "exposed_cut_copper_slab", + "exposedcutcosl": "exposed_cut_copper_slab", + "exposedcutcoslab": "exposed_cut_copper_slab", + "exposedcutcostep": "exposed_cut_copper_slab", + "minecraft:exposed_cut_copper_slab": "exposed_cut_copper_slab", + "exposed_cut_copper_stairs": { + "material": "EXPOSED_CUT_COPPER_STAIRS" + }, + "cexcopperstair": "exposed_cut_copper_stairs", + "cexcopperstairs": "exposed_cut_copper_stairs", + "cexcopstair": "exposed_cut_copper_stairs", + "cexcopstairs": "exposed_cut_copper_stairs", + "cexcostair": "exposed_cut_copper_stairs", + "cexcostairs": "exposed_cut_copper_stairs", + "cexpcopperstair": "exposed_cut_copper_stairs", + "cexpcopperstairs": "exposed_cut_copper_stairs", + "cexpcopstair": "exposed_cut_copper_stairs", + "cexpcopstairs": "exposed_cut_copper_stairs", + "cexpcostair": "exposed_cut_copper_stairs", + "cexpcostairs": "exposed_cut_copper_stairs", + "cexposedcopperstair": "exposed_cut_copper_stairs", + "cexposedcopperstairs": "exposed_cut_copper_stairs", + "cexposedcopstair": "exposed_cut_copper_stairs", + "cexposedcopstairs": "exposed_cut_copper_stairs", + "cexposedcostair": "exposed_cut_copper_stairs", + "cexposedcostairs": "exposed_cut_copper_stairs", + "cutexcopperstair": "exposed_cut_copper_stairs", + "cutexcopperstairs": "exposed_cut_copper_stairs", + "cutexcopstair": "exposed_cut_copper_stairs", + "cutexcopstairs": "exposed_cut_copper_stairs", + "cutexcostair": "exposed_cut_copper_stairs", + "cutexcostairs": "exposed_cut_copper_stairs", + "cutexpcopperstair": "exposed_cut_copper_stairs", + "cutexpcopperstairs": "exposed_cut_copper_stairs", + "cutexpcopstair": "exposed_cut_copper_stairs", + "cutexpcopstairs": "exposed_cut_copper_stairs", + "cutexpcostair": "exposed_cut_copper_stairs", + "cutexpcostairs": "exposed_cut_copper_stairs", + "cutexposedcopperstair": "exposed_cut_copper_stairs", + "cutexposedcopperstairs": "exposed_cut_copper_stairs", + "cutexposedcopstair": "exposed_cut_copper_stairs", + "cutexposedcopstairs": "exposed_cut_copper_stairs", + "cutexposedcostair": "exposed_cut_copper_stairs", + "cutexposedcostairs": "exposed_cut_copper_stairs", + "exccopperstair": "exposed_cut_copper_stairs", + "exccopperstairs": "exposed_cut_copper_stairs", + "exccopstair": "exposed_cut_copper_stairs", + "exccopstairs": "exposed_cut_copper_stairs", + "exccostair": "exposed_cut_copper_stairs", + "exccostairs": "exposed_cut_copper_stairs", + "excutcopperstair": "exposed_cut_copper_stairs", + "excutcopperstairs": "exposed_cut_copper_stairs", + "excutcopstair": "exposed_cut_copper_stairs", + "excutcopstairs": "exposed_cut_copper_stairs", + "excutcostair": "exposed_cut_copper_stairs", + "excutcostairs": "exposed_cut_copper_stairs", + "expccopperstair": "exposed_cut_copper_stairs", + "expccopperstairs": "exposed_cut_copper_stairs", + "expccopstair": "exposed_cut_copper_stairs", + "expccopstairs": "exposed_cut_copper_stairs", + "expccostair": "exposed_cut_copper_stairs", + "expccostairs": "exposed_cut_copper_stairs", + "expcutcopperstair": "exposed_cut_copper_stairs", + "expcutcopperstairs": "exposed_cut_copper_stairs", + "expcutcopstair": "exposed_cut_copper_stairs", + "expcutcopstairs": "exposed_cut_copper_stairs", + "expcutcostair": "exposed_cut_copper_stairs", + "expcutcostairs": "exposed_cut_copper_stairs", + "exposedccopperstair": "exposed_cut_copper_stairs", + "exposedccopperstairs": "exposed_cut_copper_stairs", + "exposedccopstair": "exposed_cut_copper_stairs", + "exposedccopstairs": "exposed_cut_copper_stairs", + "exposedccostair": "exposed_cut_copper_stairs", + "exposedccostairs": "exposed_cut_copper_stairs", + "exposedcutcopperstair": "exposed_cut_copper_stairs", + "exposedcutcopperstairs": "exposed_cut_copper_stairs", + "exposedcutcopstair": "exposed_cut_copper_stairs", + "exposedcutcopstairs": "exposed_cut_copper_stairs", + "exposedcutcostair": "exposed_cut_copper_stairs", + "exposedcutcostairs": "exposed_cut_copper_stairs", + "minecraft:exposed_cut_copper_stairs": "exposed_cut_copper_stairs", + "farmland": { + "material": "FARMLAND" + }, + "minecraft:farmland": "farmland", + "feather": { + "material": "FEATHER" + }, + "minecraft:feather": "feather", + "fermented_spider_eye": { + "material": "FERMENTED_SPIDER_EYE" + }, + "fermentedspidereye": "fermented_spider_eye", + "minecraft:fermented_spider_eye": "fermented_spider_eye", + "fern": { + "material": "FERN" + }, + "minecraft:fern": "fern", + "filled_map": { + "material": "FILLED_MAP" + }, + "filledmap": "filled_map", + "minecraft:filled_map": "filled_map", + "fire_charge": { + "material": "FIRE_CHARGE" + }, + "firecharge": "fire_charge", + "minecraft:fire_charge": "fire_charge", + "fire_coral": { + "material": "FIRE_CORAL" + }, + "firecoral": "fire_coral", + "minecraft:fire_coral": "fire_coral", + "fire_coral_block": { + "material": "FIRE_CORAL_BLOCK" + }, + "firecoralblock": "fire_coral_block", + "minecraft:fire_coral_block": "fire_coral_block", + "fire_coral_fan": { + "material": "FIRE_CORAL_FAN" + }, + "firecoralfan": "fire_coral_fan", + "minecraft:fire_coral_fan": "fire_coral_fan", + "fire_resistance_lingering_potion": { + "potionData": { + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotfireres": "fire_resistance_lingering_potion", + "aoepotfireresist": "fire_resistance_lingering_potion", + "aoepotfireresistance": "fire_resistance_lingering_potion", + "aoepotionfireres": "fire_resistance_lingering_potion", + "aoepotionfireresist": "fire_resistance_lingering_potion", + "aoepotionfireresistance": "fire_resistance_lingering_potion", + "areapotfireres": "fire_resistance_lingering_potion", + "areapotfireresist": "fire_resistance_lingering_potion", + "areapotfireresistance": "fire_resistance_lingering_potion", + "areapotionfireres": "fire_resistance_lingering_potion", + "areapotionfireresist": "fire_resistance_lingering_potion", + "areapotionfireresistance": "fire_resistance_lingering_potion", + "cloudpotfireres": "fire_resistance_lingering_potion", + "cloudpotfireresist": "fire_resistance_lingering_potion", + "cloudpotfireresistance": "fire_resistance_lingering_potion", + "cloudpotionfireres": "fire_resistance_lingering_potion", + "cloudpotionfireresist": "fire_resistance_lingering_potion", + "cloudpotionfireresistance": "fire_resistance_lingering_potion", + "fireresaoepoiont": "fire_resistance_lingering_potion", + "fireresaoepot": "fire_resistance_lingering_potion", + "fireresareapot": "fire_resistance_lingering_potion", + "fireresareapotion": "fire_resistance_lingering_potion", + "firerescloudpot": "fire_resistance_lingering_potion", + "firerescloudpotion": "fire_resistance_lingering_potion", + "fireresistanceaoepoiont": "fire_resistance_lingering_potion", + "fireresistanceaoepot": "fire_resistance_lingering_potion", + "fireresistanceareapot": "fire_resistance_lingering_potion", + "fireresistanceareapotion": "fire_resistance_lingering_potion", + "fireresistancecloudpot": "fire_resistance_lingering_potion", + "fireresistancecloudpotion": "fire_resistance_lingering_potion", + "fireresistancelingerpot": "fire_resistance_lingering_potion", + "fireresistaoepoiont": "fire_resistance_lingering_potion", + "fireresistaoepot": "fire_resistance_lingering_potion", + "fireresistareapot": "fire_resistance_lingering_potion", + "fireresistareapotion": "fire_resistance_lingering_potion", + "fireresistcloudpot": "fire_resistance_lingering_potion", + "fireresistcloudpotion": "fire_resistance_lingering_potion", + "fireresistlingerpot": "fire_resistance_lingering_potion", + "firereslingerpot": "fire_resistance_lingering_potion", + "lingerpotfireres": "fire_resistance_lingering_potion", + "lingerpotfireresist": "fire_resistance_lingering_potion", + "lingerpotfireresistance": "fire_resistance_lingering_potion", + "fire_resistance_potion": { + "potionData": { + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "fireresistancepot": "fire_resistance_potion", + "fireresistancepotion": "fire_resistance_potion", + "fireresistpot": "fire_resistance_potion", + "fireresistpotion": "fire_resistance_potion", + "firerespot": "fire_resistance_potion", + "firerespotion": "fire_resistance_potion", + "potionoffireres": "fire_resistance_potion", + "potionoffireresist": "fire_resistance_potion", + "potionoffireresistance": "fire_resistance_potion", + "potoffireres": "fire_resistance_potion", + "potoffireresist": "fire_resistance_potion", + "potoffireresistance": "fire_resistance_potion", + "fire_resistance_splash_potion": { + "potionData": { + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "fireresistancesplashpot": "fire_resistance_splash_potion", + "fireresistancesplashpotion": "fire_resistance_splash_potion", + "fireresistsplashpot": "fire_resistance_splash_potion", + "fireresistsplashpotion": "fire_resistance_splash_potion", + "fireressplashpot": "fire_resistance_splash_potion", + "fireressplashpotion": "fire_resistance_splash_potion", + "splashfireresistancepot": "fire_resistance_splash_potion", + "splashfireresistancepotion": "fire_resistance_splash_potion", + "splashfireresistpot": "fire_resistance_splash_potion", + "splashfireresistpotion": "fire_resistance_splash_potion", + "splashfirerespot": "fire_resistance_splash_potion", + "splashfirerespotion": "fire_resistance_splash_potion", + "splfireresistancepot": "fire_resistance_splash_potion", + "splfireresistancepotion": "fire_resistance_splash_potion", + "splfireresistpot": "fire_resistance_splash_potion", + "splfireresistpotion": "fire_resistance_splash_potion", + "splfirerespot": "fire_resistance_splash_potion", + "splfirerespotion": "fire_resistance_splash_potion", + "fire_resistance_tipped_arrow": { + "potionData": { + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowfireres": "fire_resistance_tipped_arrow", + "arrowfireresist": "fire_resistance_tipped_arrow", + "arrowfireresistance": "fire_resistance_tipped_arrow", + "fireresarrow": "fire_resistance_tipped_arrow", + "fireresistancearrow": "fire_resistance_tipped_arrow", + "fireresistancetarr": "fire_resistance_tipped_arrow", + "fireresistancetarrow": "fire_resistance_tipped_arrow", + "fireresistancetippedarrow": "fire_resistance_tipped_arrow", + "fireresistarrow": "fire_resistance_tipped_arrow", + "fireresisttarr": "fire_resistance_tipped_arrow", + "fireresisttarrow": "fire_resistance_tipped_arrow", + "fireresisttippedarrow": "fire_resistance_tipped_arrow", + "firerestarr": "fire_resistance_tipped_arrow", + "firerestarrow": "fire_resistance_tipped_arrow", + "firerestippedarrow": "fire_resistance_tipped_arrow", + "firework_rocket": { + "material": "FIREWORK_ROCKET" + }, + "fireworkrocket": "firework_rocket", + "minecraft:firework_rocket": "firework_rocket", + "firework_star": { + "material": "FIREWORK_STAR" + }, + "fireworkstar": "firework_star", + "minecraft:firework_star": "firework_star", + "fishing_rod": { + "material": "FISHING_ROD" + }, + "fishingrod": "fishing_rod", + "minecraft:fishing_rod": "fishing_rod", + "fletching_table": { + "material": "FLETCHING_TABLE" + }, + "fletchingtable": "fletching_table", + "minecraft:fletching_table": "fletching_table", + "flint": { + "material": "FLINT" + }, + "minecraft:flint": "flint", + "flint_and_steel": { + "material": "FLINT_AND_STEEL" + }, + "flintandsteel": "flint_and_steel", + "minecraft:flint_and_steel": "flint_and_steel", + "flower_banner_pattern": { + "material": "FLOWER_BANNER_PATTERN" + }, + "flowerbannerpattern": "flower_banner_pattern", + "minecraft:flower_banner_pattern": "flower_banner_pattern", + "flower_pot": { + "material": "FLOWER_POT" + }, + "flowerpot": "flower_pot", + "minecraft:flower_pot": "flower_pot", + "flowering_azalea": { + "material": "FLOWERING_AZALEA" + }, + "floweringazalea": "flowering_azalea", + "minecraft:flowering_azalea": "flowering_azalea", + "flowering_azalea_leaves": { + "material": "FLOWERING_AZALEA_LEAVES" + }, + "flowerazaleaf": "flowering_azalea_leaves", + "flowerazalealeaf": "flowering_azalea_leaves", + "flowerazalealeave": "flowering_azalea_leaves", + "flowerazalealeaves": "flowering_azalea_leaves", + "flowerazalealogleaf": "flowering_azalea_leaves", + "flowerazalealogleave": "flowering_azalea_leaves", + "flowerazalealogleaves": "flowering_azalea_leaves", + "flowerazaleatreeleaf": "flowering_azalea_leaves", + "flowerazaleatreeleave": "flowering_azalea_leaves", + "flowerazaleatreeleaves": "flowering_azalea_leaves", + "flowerazaleatrunkleaf": "flowering_azalea_leaves", + "flowerazaleatrunkleave": "flowering_azalea_leaves", + "flowerazaleatrunkleaves": "flowering_azalea_leaves", + "flowerazaleave": "flowering_azalea_leaves", + "flowerazaleaves": "flowering_azalea_leaves", + "flowerazaleawoodleaf": "flowering_azalea_leaves", + "flowerazaleawoodleave": "flowering_azalea_leaves", + "flowerazaleawoodleaves": "flowering_azalea_leaves", + "flowerazalogleaf": "flowering_azalea_leaves", + "flowerazalogleave": "flowering_azalea_leaves", + "flowerazalogleaves": "flowering_azalea_leaves", + "flowerazatreeleaf": "flowering_azalea_leaves", + "flowerazatreeleave": "flowering_azalea_leaves", + "flowerazatreeleaves": "flowering_azalea_leaves", + "flowerazatrunkleaf": "flowering_azalea_leaves", + "flowerazatrunkleave": "flowering_azalea_leaves", + "flowerazatrunkleaves": "flowering_azalea_leaves", + "flowerazawoodleaf": "flowering_azalea_leaves", + "flowerazawoodleave": "flowering_azalea_leaves", + "flowerazawoodleaves": "flowering_azalea_leaves", + "flowerazleaf": "flowering_azalea_leaves", + "flowerazleave": "flowering_azalea_leaves", + "flowerazleaves": "flowering_azalea_leaves", + "flowerazlogleaf": "flowering_azalea_leaves", + "flowerazlogleave": "flowering_azalea_leaves", + "flowerazlogleaves": "flowering_azalea_leaves", + "floweraztreeleaf": "flowering_azalea_leaves", + "floweraztreeleave": "flowering_azalea_leaves", + "floweraztreeleaves": "flowering_azalea_leaves", + "floweraztrunkleaf": "flowering_azalea_leaves", + "floweraztrunkleave": "flowering_azalea_leaves", + "floweraztrunkleaves": "flowering_azalea_leaves", + "flowerazwoodleaf": "flowering_azalea_leaves", + "flowerazwoodleave": "flowering_azalea_leaves", + "flowerazwoodleaves": "flowering_azalea_leaves", + "floweringazalealeaves": "flowering_azalea_leaves", + "flowerleafaz": "flowering_azalea_leaves", + "flowerleafaza": "flowering_azalea_leaves", + "flowerleafazalea": "flowering_azalea_leaves", + "flowerleavesaz": "flowering_azalea_leaves", + "flowerleavesaza": "flowering_azalea_leaves", + "flowerleavesazalea": "flowering_azalea_leaves", + "minecraft:flowering_azalea_leaves": "flowering_azalea_leaves", + "fox_spawn_egg": { + "material": "FOX_SPAWN_EGG" + }, + "eggfox": "fox_spawn_egg", + "foxegg": "fox_spawn_egg", + "foxsegg": "fox_spawn_egg", + "foxspawn": "fox_spawn_egg", + "foxspawnegg": "fox_spawn_egg", + "minecraft:fox_spawn_egg": "fox_spawn_egg", + "seggfox": "fox_spawn_egg", + "spawneggfox": "fox_spawn_egg", + "spawnfox": "fox_spawn_egg", + "fox_spawner": { + "entity": "FOX", + "material": "SPAWNER" + }, + "foxcage": "fox_spawner", + "foxmcage": "fox_spawner", + "foxmobcage": "fox_spawner", + "foxmobspawner": "fox_spawner", + "foxmonstercage": "fox_spawner", + "foxmonsterspawner": "fox_spawner", + "foxmspawner": "fox_spawner", + "foxspawner": "fox_spawner", + "furnace": { + "material": "FURNACE" + }, + "minecraft:furnace": "furnace", + "furnace_minecart": { + "material": "FURNACE_MINECART" + }, + "ecart": "furnace_minecart", + "emc": "furnace_minecart", + "emcart": "furnace_minecart", + "eminecart": "furnace_minecart", + "enginecart": "furnace_minecart", + "enginemc": "furnace_minecart", + "enginemcart": "furnace_minecart", + "engineminecart": "furnace_minecart", + "fcart": "furnace_minecart", + "fmc": "furnace_minecart", + "fmcart": "furnace_minecart", + "fminecart": "furnace_minecart", + "furnacecart": "furnace_minecart", + "furnacemc": "furnace_minecart", + "furnacemcart": "furnace_minecart", + "furnaceminecart": "furnace_minecart", + "minecraft:furnace_minecart": "furnace_minecart", + "pcart": "furnace_minecart", + "pmc": "furnace_minecart", + "pmcart": "furnace_minecart", + "pminecart": "furnace_minecart", + "powercart": "furnace_minecart", + "poweredcart": "furnace_minecart", + "poweredmc": "furnace_minecart", + "poweredmcart": "furnace_minecart", + "poweredminecart": "furnace_minecart", + "powermc": "furnace_minecart", + "powermcart": "furnace_minecart", + "powerminecart": "furnace_minecart", + "ghast_spawn_egg": { + "material": "GHAST_SPAWN_EGG" + }, + "eggghast": "ghast_spawn_egg", + "ghastegg": "ghast_spawn_egg", + "ghastsegg": "ghast_spawn_egg", + "ghastspawn": "ghast_spawn_egg", + "ghastspawnegg": "ghast_spawn_egg", + "minecraft:ghast_spawn_egg": "ghast_spawn_egg", + "seggghast": "ghast_spawn_egg", + "spawneggghast": "ghast_spawn_egg", + "spawnghast": "ghast_spawn_egg", + "ghast_spawner": { + "entity": "GHAST", + "material": "SPAWNER" + }, + "ghastcage": "ghast_spawner", + "ghastmcage": "ghast_spawner", + "ghastmobcage": "ghast_spawner", + "ghastmobspawner": "ghast_spawner", + "ghastmonstercage": "ghast_spawner", + "ghastmonsterspawner": "ghast_spawner", + "ghastmspawner": "ghast_spawner", + "ghastspawner": "ghast_spawner", + "ghast_tear": { + "material": "GHAST_TEAR" + }, + "ghasttear": "ghast_tear", + "minecraft:ghast_tear": "ghast_tear", + "giant_spawner": { + "entity": "GIANT", + "material": "SPAWNER" + }, + "giantcage": "giant_spawner", + "giantmcage": "giant_spawner", + "giantmobcage": "giant_spawner", + "giantmobspawner": "giant_spawner", + "giantmonstercage": "giant_spawner", + "giantmonsterspawner": "giant_spawner", + "giantmspawner": "giant_spawner", + "giantspawner": "giant_spawner", + "gilded_blackstone": { + "material": "GILDED_BLACKSTONE" + }, + "gildblackstone": "gilded_blackstone", + "gildblackstoneb": "gilded_blackstone", + "gildblackstonebl": "gilded_blackstone", + "gildblackstoneblock": "gilded_blackstone", + "gildblst": "gilded_blackstone", + "gildblstb": "gilded_blackstone", + "gildblstbl": "gilded_blackstone", + "gildblstblock": "gilded_blackstone", + "gildblstone": "gilded_blackstone", + "gildblstoneb": "gilded_blackstone", + "gildblstonebl": "gilded_blackstone", + "gildblstoneblock": "gilded_blackstone", + "gildedblackstone": "gilded_blackstone", + "gildedblackstoneb": "gilded_blackstone", + "gildedblackstonebl": "gilded_blackstone", + "gildedblackstoneblock": "gilded_blackstone", + "minecraft:gilded_blackstone": "gilded_blackstone", + "glass": { + "material": "GLASS" + }, + "minecraft:glass": "glass", + "glass_bottle": { + "material": "GLASS_BOTTLE" + }, + "glassbottle": "glass_bottle", + "minecraft:glass_bottle": "glass_bottle", + "glass_pane": { + "material": "GLASS_PANE" + }, + "glasspane": "glass_pane", + "minecraft:glass_pane": "glass_pane", + "glistering_melon_slice": { + "material": "GLISTERING_MELON_SLICE" + }, + "glisteringmelonslice": "glistering_melon_slice", + "minecraft:glistering_melon_slice": "glistering_melon_slice", + "globe_banner_pattern": { + "material": "GLOBE_BANNER_PATTERN" + }, + "globebannerpattern": "globe_banner_pattern", + "minecraft:globe_banner_pattern": "globe_banner_pattern", + "glow_berries": { + "material": "GLOW_BERRIES" + }, + "glowberries": "glow_berries", + "minecraft:glow_berries": "glow_berries", + "glow_ink_sac": { + "material": "GLOW_INK_SAC" + }, + "glowinksac": "glow_ink_sac", + "minecraft:glow_ink_sac": "glow_ink_sac", + "glow_item_frame": { + "material": "GLOW_ITEM_FRAME" + }, + "glowitemframe": "glow_item_frame", + "minecraft:glow_item_frame": "glow_item_frame", + "glow_lichen": { + "material": "GLOW_LICHEN" + }, + "glowlichen": "glow_lichen", + "minecraft:glow_lichen": "glow_lichen", + "glow_squid_spawn_egg": { + "material": "GLOW_SQUID_SPAWN_EGG" + }, + "eggglow_squid": "glow_squid_spawn_egg", + "eggglowsq": "glow_squid_spawn_egg", + "eggglowsquid": "glow_squid_spawn_egg", + "eggglsq": "glow_squid_spawn_egg", + "eggglsquid": "glow_squid_spawn_egg", + "glow_squidegg": "glow_squid_spawn_egg", + "glow_squidsegg": "glow_squid_spawn_egg", + "glow_squidspawn": "glow_squid_spawn_egg", + "glow_squidspawnegg": "glow_squid_spawn_egg", + "glowsqegg": "glow_squid_spawn_egg", + "glowsqsegg": "glow_squid_spawn_egg", + "glowsqspawn": "glow_squid_spawn_egg", + "glowsqspawnegg": "glow_squid_spawn_egg", + "glowsquidegg": "glow_squid_spawn_egg", + "glowsquidsegg": "glow_squid_spawn_egg", + "glowsquidspawn": "glow_squid_spawn_egg", + "glowsquidspawnegg": "glow_squid_spawn_egg", + "glsqegg": "glow_squid_spawn_egg", + "glsqsegg": "glow_squid_spawn_egg", + "glsqspawn": "glow_squid_spawn_egg", + "glsqspawnegg": "glow_squid_spawn_egg", + "glsquidegg": "glow_squid_spawn_egg", + "glsquidsegg": "glow_squid_spawn_egg", + "glsquidspawn": "glow_squid_spawn_egg", + "glsquidspawnegg": "glow_squid_spawn_egg", + "minecraft:glow_squid_spawn_egg": "glow_squid_spawn_egg", + "seggglow_squid": "glow_squid_spawn_egg", + "seggglowsq": "glow_squid_spawn_egg", + "seggglowsquid": "glow_squid_spawn_egg", + "seggglsq": "glow_squid_spawn_egg", + "seggglsquid": "glow_squid_spawn_egg", + "spawneggglow_squid": "glow_squid_spawn_egg", + "spawneggglowsq": "glow_squid_spawn_egg", + "spawneggglowsquid": "glow_squid_spawn_egg", + "spawneggglsq": "glow_squid_spawn_egg", + "spawneggglsquid": "glow_squid_spawn_egg", + "spawnglow_squid": "glow_squid_spawn_egg", + "spawnglowsq": "glow_squid_spawn_egg", + "spawnglowsquid": "glow_squid_spawn_egg", + "spawnglsq": "glow_squid_spawn_egg", + "spawnglsquid": "glow_squid_spawn_egg", + "glow_squid_spawner": { + "entity": "GLOW_SQUID", + "material": "SPAWNER" + }, + "glow_squidcage": "glow_squid_spawner", + "glow_squidmcage": "glow_squid_spawner", + "glow_squidmobcage": "glow_squid_spawner", + "glow_squidmobspawner": "glow_squid_spawner", + "glow_squidmonstercage": "glow_squid_spawner", + "glow_squidmonsterspawner": "glow_squid_spawner", + "glow_squidmspawner": "glow_squid_spawner", + "glow_squidspawner": "glow_squid_spawner", + "glowsqcage": "glow_squid_spawner", + "glowsqmcage": "glow_squid_spawner", + "glowsqmobcage": "glow_squid_spawner", + "glowsqmobspawner": "glow_squid_spawner", + "glowsqmonstercage": "glow_squid_spawner", + "glowsqmonsterspawner": "glow_squid_spawner", + "glowsqmspawner": "glow_squid_spawner", + "glowsqspawner": "glow_squid_spawner", + "glowsquidcage": "glow_squid_spawner", + "glowsquidmcage": "glow_squid_spawner", + "glowsquidmobcage": "glow_squid_spawner", + "glowsquidmobspawner": "glow_squid_spawner", + "glowsquidmonstercage": "glow_squid_spawner", + "glowsquidmonsterspawner": "glow_squid_spawner", + "glowsquidmspawner": "glow_squid_spawner", + "glowsquidspawner": "glow_squid_spawner", + "glsqcage": "glow_squid_spawner", + "glsqmcage": "glow_squid_spawner", + "glsqmobcage": "glow_squid_spawner", + "glsqmobspawner": "glow_squid_spawner", + "glsqmonstercage": "glow_squid_spawner", + "glsqmonsterspawner": "glow_squid_spawner", + "glsqmspawner": "glow_squid_spawner", + "glsqspawner": "glow_squid_spawner", + "glsquidcage": "glow_squid_spawner", + "glsquidmcage": "glow_squid_spawner", + "glsquidmobcage": "glow_squid_spawner", + "glsquidmobspawner": "glow_squid_spawner", + "glsquidmonstercage": "glow_squid_spawner", + "glsquidmonsterspawner": "glow_squid_spawner", + "glsquidmspawner": "glow_squid_spawner", + "glsquidspawner": "glow_squid_spawner", + "glowstone": { + "material": "GLOWSTONE" + }, + "minecraft:glowstone": "glowstone", + "glowstone_dust": { + "material": "GLOWSTONE_DUST" + }, + "glowstonedust": "glowstone_dust", + "minecraft:glowstone_dust": "glowstone_dust", + "goat_spawn_egg": { + "material": "GOAT_SPAWN_EGG" + }, + "egggoat": "goat_spawn_egg", + "eggthegoat": "goat_spawn_egg", + "goategg": "goat_spawn_egg", + "goatsegg": "goat_spawn_egg", + "goatspawn": "goat_spawn_egg", + "goatspawnegg": "goat_spawn_egg", + "minecraft:goat_spawn_egg": "goat_spawn_egg", + "segggoat": "goat_spawn_egg", + "seggthegoat": "goat_spawn_egg", + "spawnegggoat": "goat_spawn_egg", + "spawneggthegoat": "goat_spawn_egg", + "spawngoat": "goat_spawn_egg", + "spawnthegoat": "goat_spawn_egg", + "thegoategg": "goat_spawn_egg", + "thegoatsegg": "goat_spawn_egg", + "thegoatspawn": "goat_spawn_egg", + "thegoatspawnegg": "goat_spawn_egg", + "goat_spawner": { + "entity": "GOAT", + "material": "SPAWNER" + }, + "goatcage": "goat_spawner", + "goatmcage": "goat_spawner", + "goatmobcage": "goat_spawner", + "goatmobspawner": "goat_spawner", + "goatmonstercage": "goat_spawner", + "goatmonsterspawner": "goat_spawner", + "goatmspawner": "goat_spawner", + "goatspawner": "goat_spawner", + "thegoatcage": "goat_spawner", + "thegoatmcage": "goat_spawner", + "thegoatmobcage": "goat_spawner", + "thegoatmobspawner": "goat_spawner", + "thegoatmonstercage": "goat_spawner", + "thegoatmonsterspawner": "goat_spawner", + "thegoatmspawner": "goat_spawner", + "thegoatspawner": "goat_spawner", + "gold_block": { + "material": "GOLD_BLOCK" + }, + "blockg": "gold_block", + "blockgold": "gold_block", + "gblock": "gold_block", + "goldblock": "gold_block", + "minecraft:gold_block": "gold_block", + "gold_ingot": { + "material": "GOLD_INGOT" + }, + "barg": "gold_ingot", + "bargold": "gold_ingot", + "gbar": "gold_ingot", + "gi": "gold_ingot", + "gingot": "gold_ingot", + "goldbar": "gold_ingot", + "goldi": "gold_ingot", + "goldingot": "gold_ingot", + "ig": "gold_ingot", + "igold": "gold_ingot", + "ingotg": "gold_ingot", + "ingotgold": "gold_ingot", + "minecraft:gold_ingot": "gold_ingot", + "gold_nugget": { + "material": "GOLD_NUGGET" + }, + "goldnugget": "gold_nugget", + "minecraft:gold_nugget": "gold_nugget", + "gold_ore": { + "material": "GOLD_ORE" + }, + "go": "gold_ore", + "goldo": "gold_ore", + "goldore": "gold_ore", + "gore": "gold_ore", + "minecraft:gold_ore": "gold_ore", + "og": "gold_ore", + "ogold": "gold_ore", + "oreg": "gold_ore", + "oregold": "gold_ore", + "stonegoldore": "gold_ore", + "stonegore": "gold_ore", + "golden_apple": { + "material": "GOLDEN_APPLE" + }, + "goldenapple": "golden_apple", + "minecraft:golden_apple": "golden_apple", + "golden_axe": { + "material": "GOLDEN_AXE" + }, + "gaxe": "golden_axe", + "goldaxe": "golden_axe", + "goldenaxe": "golden_axe", + "minecraft:golden_axe": "golden_axe", + "golden_boots": { + "material": "GOLDEN_BOOTS" + }, + "gboots": "golden_boots", + "goldboots": "golden_boots", + "goldenboots": "golden_boots", + "goldshoes": "golden_boots", + "gshoes": "golden_boots", + "minecraft:golden_boots": "golden_boots", + "golden_carrot": { + "material": "GOLDEN_CARROT" + }, + "goldencarrot": "golden_carrot", + "minecraft:golden_carrot": "golden_carrot", + "golden_chestplate": { + "material": "GOLDEN_CHESTPLATE" + }, + "gchestplate": "golden_chestplate", + "goldchestplate": "golden_chestplate", + "goldenchestplate": "golden_chestplate", + "goldplate": "golden_chestplate", + "goldplatebody": "golden_chestplate", + "goldshirt": "golden_chestplate", + "goldtunic": "golden_chestplate", + "gplate": "golden_chestplate", + "gplatebody": "golden_chestplate", + "gshirt": "golden_chestplate", + "gtunic": "golden_chestplate", + "minecraft:golden_chestplate": "golden_chestplate", + "golden_helmet": { + "material": "GOLDEN_HELMET" + }, + "gcoif": "golden_helmet", + "ghat": "golden_helmet", + "ghelm": "golden_helmet", + "ghelmet": "golden_helmet", + "goldcoif": "golden_helmet", + "goldenhelmet": "golden_helmet", + "goldhat": "golden_helmet", + "goldhelm": "golden_helmet", + "goldhelmet": "golden_helmet", + "minecraft:golden_helmet": "golden_helmet", + "golden_hoe": { + "material": "GOLDEN_HOE" + }, + "ghoe": "golden_hoe", + "goldenhoe": "golden_hoe", + "goldhoe": "golden_hoe", + "minecraft:golden_hoe": "golden_hoe", + "golden_horse_armor": { + "material": "GOLDEN_HORSE_ARMOR" + }, + "garmor": "golden_horse_armor", + "gharmor": "golden_horse_armor", + "ghorsearmor": "golden_horse_armor", + "goldarmor": "golden_horse_armor", + "goldenhorsearmor": "golden_horse_armor", + "goldharmor": "golden_horse_armor", + "goldhorsearmor": "golden_horse_armor", + "minecraft:golden_horse_armor": "golden_horse_armor", + "golden_leggings": { + "material": "GOLDEN_LEGGINGS" + }, + "gleggings": "golden_leggings", + "glegs": "golden_leggings", + "goldenleggings": "golden_leggings", + "goldleggings": "golden_leggings", + "goldlegs": "golden_leggings", + "goldpants": "golden_leggings", + "gpants": "golden_leggings", + "minecraft:golden_leggings": "golden_leggings", + "golden_pickaxe": { + "material": "GOLDEN_PICKAXE" + }, + "goldenpickaxe": "golden_pickaxe", + "goldpick": "golden_pickaxe", + "goldpickaxe": "golden_pickaxe", + "gpick": "golden_pickaxe", + "gpickaxe": "golden_pickaxe", + "minecraft:golden_pickaxe": "golden_pickaxe", + "golden_shovel": { + "material": "GOLDEN_SHOVEL" + }, + "goldenshovel": "golden_shovel", + "goldshovel": "golden_shovel", + "goldspade": "golden_shovel", + "gshovel": "golden_shovel", + "gspade": "golden_shovel", + "minecraft:golden_shovel": "golden_shovel", + "golden_sword": { + "material": "GOLDEN_SWORD" + }, + "goldensword": "golden_sword", + "goldsword": "golden_sword", + "gsword": "golden_sword", + "minecraft:golden_sword": "golden_sword", + "granite": { + "material": "GRANITE" + }, + "gr": "granite", + "graniteb": "granite", + "granitebl": "granite", + "graniteblock": "granite", + "grb": "granite", + "grbl": "granite", + "grblock": "granite", + "gstone": "granite", + "gstoneb": "granite", + "gstonebl": "granite", + "gstoneblock": "granite", + "minecraft:granite": "granite", + "granite_slab": { + "material": "GRANITE_SLAB" + }, + "granitehalfblock": "granite_slab", + "graniteslab": "granite_slab", + "granitestep": "granite_slab", + "grhalfblock": "granite_slab", + "grstep": "granite_slab", + "gstonehalfblock": "granite_slab", + "gstonestep": "granite_slab", + "minecraft:granite_slab": "granite_slab", + "granite_stairs": { + "material": "GRANITE_STAIRS" + }, + "granitestair": "granite_stairs", + "granitestairs": "granite_stairs", + "grstair": "granite_stairs", + "grstairs": "granite_stairs", + "gstonestair": "granite_stairs", + "gstonestairs": "granite_stairs", + "minecraft:granite_stairs": "granite_stairs", + "granite_wall": { + "material": "GRANITE_WALL" + }, + "granitewall": "granite_wall", + "grwall": "granite_wall", + "gstonewall": "granite_wall", + "minecraft:granite_wall": "granite_wall", + "wallgr": "granite_wall", + "wallgranite": "granite_wall", + "wallgstone": "granite_wall", + "grass": { + "material": "GRASS" + }, + "minecraft:grass": "grass", + "grass_block": { + "material": "GRASS_BLOCK" + }, + "grassblock": "grass_block", + "minecraft:grass_block": "grass_block", + "gravel": { + "material": "GRAVEL" + }, + "minecraft:gravel": "gravel", + "gray_banner": { + "material": "GRAY_BANNER" + }, + "darkgrabanner": "gray_banner", + "darkgraybanner": "gray_banner", + "darkgreybanner": "gray_banner", + "dgrabanner": "gray_banner", + "dgraybanner": "gray_banner", + "dgreybanner": "gray_banner", + "grabanner": "gray_banner", + "graybanner": "gray_banner", + "greybanner": "gray_banner", + "minecraft:gray_banner": "gray_banner", + "gray_bed": { + "material": "GRAY_BED" + }, + "darkgrabed": "gray_bed", + "darkgraybed": "gray_bed", + "darkgreybed": "gray_bed", + "dgrabed": "gray_bed", + "dgraybed": "gray_bed", + "dgreybed": "gray_bed", + "grabed": "gray_bed", + "graybed": "gray_bed", + "greybed": "gray_bed", + "minecraft:gray_bed": "gray_bed", + "gray_candle": { + "material": "GRAY_CANDLE" + }, + "darkgracandle": "gray_candle", + "darkgraycandle": "gray_candle", + "darkgreycandle": "gray_candle", + "dgracandle": "gray_candle", + "dgraycandle": "gray_candle", + "dgreycandle": "gray_candle", + "gracandle": "gray_candle", + "graycandle": "gray_candle", + "greycandle": "gray_candle", + "minecraft:gray_candle": "gray_candle", + "gray_carpet": { + "material": "GRAY_CARPET" + }, + "darkgracarpet": "gray_carpet", + "darkgrafloor": "gray_carpet", + "darkgraycarpet": "gray_carpet", + "darkgrayfloor": "gray_carpet", + "darkgreycarpet": "gray_carpet", + "darkgreyfloor": "gray_carpet", + "dgracarpet": "gray_carpet", + "dgrafloor": "gray_carpet", + "dgraycarpet": "gray_carpet", + "dgrayfloor": "gray_carpet", + "dgreycarpet": "gray_carpet", + "dgreyfloor": "gray_carpet", + "gracarpet": "gray_carpet", + "grafloor": "gray_carpet", + "graycarpet": "gray_carpet", + "grayfloor": "gray_carpet", + "greycarpet": "gray_carpet", + "greyfloor": "gray_carpet", + "minecraft:gray_carpet": "gray_carpet", + "gray_concrete": { + "material": "GRAY_CONCRETE" + }, + "darkgraconcrete": "gray_concrete", + "darkgrayconcrete": "gray_concrete", + "darkgreyconcrete": "gray_concrete", + "dgraconcrete": "gray_concrete", + "dgrayconcrete": "gray_concrete", + "dgreyconcrete": "gray_concrete", + "graconcrete": "gray_concrete", + "grayconcrete": "gray_concrete", + "greyconcrete": "gray_concrete", + "minecraft:gray_concrete": "gray_concrete", + "gray_concrete_powder": { + "material": "GRAY_CONCRETE_POWDER" + }, + "darkgracdust": "gray_concrete_powder", + "darkgraconcretepowder": "gray_concrete_powder", + "darkgraconcretesand": "gray_concrete_powder", + "darkgracp": "gray_concrete_powder", + "darkgracpowder": "gray_concrete_powder", + "darkgraycdust": "gray_concrete_powder", + "darkgrayconcretepowder": "gray_concrete_powder", + "darkgrayconcretesand": "gray_concrete_powder", + "darkgraycp": "gray_concrete_powder", + "darkgraycpowder": "gray_concrete_powder", + "darkgreycdust": "gray_concrete_powder", + "darkgreyconcretepowder": "gray_concrete_powder", + "darkgreyconcretesand": "gray_concrete_powder", + "darkgreycp": "gray_concrete_powder", + "darkgreycpowder": "gray_concrete_powder", + "dgracdust": "gray_concrete_powder", + "dgraconcretepowder": "gray_concrete_powder", + "dgraconcretesand": "gray_concrete_powder", + "dgracp": "gray_concrete_powder", + "dgracpowder": "gray_concrete_powder", + "dgraycdust": "gray_concrete_powder", + "dgrayconcretepowder": "gray_concrete_powder", + "dgrayconcretesand": "gray_concrete_powder", + "dgraycp": "gray_concrete_powder", + "dgraycpowder": "gray_concrete_powder", + "dgreycdust": "gray_concrete_powder", + "dgreyconcretepowder": "gray_concrete_powder", + "dgreyconcretesand": "gray_concrete_powder", + "dgreycp": "gray_concrete_powder", + "dgreycpowder": "gray_concrete_powder", + "gracdust": "gray_concrete_powder", + "graconcretepowder": "gray_concrete_powder", + "graconcretesand": "gray_concrete_powder", + "gracp": "gray_concrete_powder", + "gracpowder": "gray_concrete_powder", + "graycdust": "gray_concrete_powder", + "grayconcretepowder": "gray_concrete_powder", + "grayconcretesand": "gray_concrete_powder", + "graycp": "gray_concrete_powder", + "graycpowder": "gray_concrete_powder", + "greycdust": "gray_concrete_powder", + "greyconcretepowder": "gray_concrete_powder", + "greyconcretesand": "gray_concrete_powder", + "greycp": "gray_concrete_powder", + "greycpowder": "gray_concrete_powder", + "minecraft:gray_concrete_powder": "gray_concrete_powder", + "gray_dye": { + "material": "GRAY_DYE" + }, + "darkgradye": "gray_dye", + "darkgraydye": "gray_dye", + "darkgreydye": "gray_dye", + "dgradye": "gray_dye", + "dgraydye": "gray_dye", + "dgreydye": "gray_dye", + "gradye": "gray_dye", + "graydye": "gray_dye", + "greydye": "gray_dye", + "minecraft:gray_dye": "gray_dye", + "gray_glazed_terracotta": { + "material": "GRAY_GLAZED_TERRACOTTA" + }, + "darkgraglazedtcota": "gray_glazed_terracotta", + "darkgraglazedterra": "gray_glazed_terracotta", + "darkgraglazedterracota": "gray_glazed_terracotta", + "darkgraglazedterracotta": "gray_glazed_terracotta", + "darkgragtcotta": "gray_glazed_terracotta", + "darkgragterra": "gray_glazed_terracotta", + "darkgrayglazedtcota": "gray_glazed_terracotta", + "darkgrayglazedterra": "gray_glazed_terracotta", + "darkgrayglazedterracota": "gray_glazed_terracotta", + "darkgrayglazedterracotta": "gray_glazed_terracotta", + "darkgraygtcotta": "gray_glazed_terracotta", + "darkgraygterra": "gray_glazed_terracotta", + "darkgreyglazedtcota": "gray_glazed_terracotta", + "darkgreyglazedterra": "gray_glazed_terracotta", + "darkgreyglazedterracota": "gray_glazed_terracotta", + "darkgreyglazedterracotta": "gray_glazed_terracotta", + "darkgreygtcotta": "gray_glazed_terracotta", + "darkgreygterra": "gray_glazed_terracotta", + "dgraglazedtcota": "gray_glazed_terracotta", + "dgraglazedterra": "gray_glazed_terracotta", + "dgraglazedterracota": "gray_glazed_terracotta", + "dgraglazedterracotta": "gray_glazed_terracotta", + "dgragtcotta": "gray_glazed_terracotta", + "dgragterra": "gray_glazed_terracotta", + "dgrayglazedtcota": "gray_glazed_terracotta", + "dgrayglazedterra": "gray_glazed_terracotta", + "dgrayglazedterracota": "gray_glazed_terracotta", + "dgrayglazedterracotta": "gray_glazed_terracotta", + "dgraygtcotta": "gray_glazed_terracotta", + "dgraygterra": "gray_glazed_terracotta", + "dgreyglazedtcota": "gray_glazed_terracotta", + "dgreyglazedterra": "gray_glazed_terracotta", + "dgreyglazedterracota": "gray_glazed_terracotta", + "dgreyglazedterracotta": "gray_glazed_terracotta", + "dgreygtcotta": "gray_glazed_terracotta", + "dgreygterra": "gray_glazed_terracotta", + "graglazedtcota": "gray_glazed_terracotta", + "graglazedterra": "gray_glazed_terracotta", + "graglazedterracota": "gray_glazed_terracotta", + "graglazedterracotta": "gray_glazed_terracotta", + "gragtcotta": "gray_glazed_terracotta", + "gragterra": "gray_glazed_terracotta", + "grayglazedtcota": "gray_glazed_terracotta", + "grayglazedterra": "gray_glazed_terracotta", + "grayglazedterracota": "gray_glazed_terracotta", + "grayglazedterracotta": "gray_glazed_terracotta", + "graygtcotta": "gray_glazed_terracotta", + "graygterra": "gray_glazed_terracotta", + "greyglazedtcota": "gray_glazed_terracotta", + "greyglazedterra": "gray_glazed_terracotta", + "greyglazedterracota": "gray_glazed_terracotta", + "greyglazedterracotta": "gray_glazed_terracotta", + "greygtcotta": "gray_glazed_terracotta", + "greygterra": "gray_glazed_terracotta", + "minecraft:gray_glazed_terracotta": "gray_glazed_terracotta", + "gray_shulker_box": { + "material": "GRAY_SHULKER_BOX" + }, + "darkgrasbox": "gray_shulker_box", + "darkgrashulkerbox": "gray_shulker_box", + "darkgraysbox": "gray_shulker_box", + "darkgrayshulkerbox": "gray_shulker_box", + "darkgreysbox": "gray_shulker_box", + "darkgreyshulkerbox": "gray_shulker_box", + "dgrasbox": "gray_shulker_box", + "dgrashulkerbox": "gray_shulker_box", + "dgraysbox": "gray_shulker_box", + "dgrayshulkerbox": "gray_shulker_box", + "dgreysbox": "gray_shulker_box", + "dgreyshulkerbox": "gray_shulker_box", + "grasbox": "gray_shulker_box", + "grashulkerbox": "gray_shulker_box", + "graysbox": "gray_shulker_box", + "grayshulkerbox": "gray_shulker_box", + "greysbox": "gray_shulker_box", + "greyshulkerbox": "gray_shulker_box", + "minecraft:gray_shulker_box": "gray_shulker_box", + "gray_stained_glass": { + "material": "GRAY_STAINED_GLASS" + }, + "darkgraglass": "gray_stained_glass", + "darkgrasglass": "gray_stained_glass", + "darkgrastainedglass": "gray_stained_glass", + "darkgrayglass": "gray_stained_glass", + "darkgraysglass": "gray_stained_glass", + "darkgraystainedglass": "gray_stained_glass", + "darkgreyglass": "gray_stained_glass", + "darkgreysglass": "gray_stained_glass", + "darkgreystainedglass": "gray_stained_glass", + "dgraglass": "gray_stained_glass", + "dgrasglass": "gray_stained_glass", + "dgrastainedglass": "gray_stained_glass", + "dgrayglass": "gray_stained_glass", + "dgraysglass": "gray_stained_glass", + "dgraystainedglass": "gray_stained_glass", + "dgreyglass": "gray_stained_glass", + "dgreysglass": "gray_stained_glass", + "dgreystainedglass": "gray_stained_glass", + "graglass": "gray_stained_glass", + "grasglass": "gray_stained_glass", + "grastainedglass": "gray_stained_glass", + "grayglass": "gray_stained_glass", + "graysglass": "gray_stained_glass", + "graystainedglass": "gray_stained_glass", + "greyglass": "gray_stained_glass", + "greysglass": "gray_stained_glass", + "greystainedglass": "gray_stained_glass", + "minecraft:gray_stained_glass": "gray_stained_glass", + "gray_stained_glass_pane": { + "material": "GRAY_STAINED_GLASS_PANE" + }, + "darkgraglasspane": "gray_stained_glass_pane", + "darkgragpane": "gray_stained_glass_pane", + "darkgrasglasspane": "gray_stained_glass_pane", + "darkgrastainedglasspane": "gray_stained_glass_pane", + "darkgrayglasspane": "gray_stained_glass_pane", + "darkgraygpane": "gray_stained_glass_pane", + "darkgraysglasspane": "gray_stained_glass_pane", + "darkgraystainedglasspane": "gray_stained_glass_pane", + "darkgreyglasspane": "gray_stained_glass_pane", + "darkgreygpane": "gray_stained_glass_pane", + "darkgreysglasspane": "gray_stained_glass_pane", + "darkgreystainedglasspane": "gray_stained_glass_pane", + "dgraglasspane": "gray_stained_glass_pane", + "dgragpane": "gray_stained_glass_pane", + "dgrasglasspane": "gray_stained_glass_pane", + "dgrastainedglasspane": "gray_stained_glass_pane", + "dgrayglasspane": "gray_stained_glass_pane", + "dgraygpane": "gray_stained_glass_pane", + "dgraysglasspane": "gray_stained_glass_pane", + "dgraystainedglasspane": "gray_stained_glass_pane", + "dgreyglasspane": "gray_stained_glass_pane", + "dgreygpane": "gray_stained_glass_pane", + "dgreysglasspane": "gray_stained_glass_pane", + "dgreystainedglasspane": "gray_stained_glass_pane", + "graglasspane": "gray_stained_glass_pane", + "gragpane": "gray_stained_glass_pane", + "grasglasspane": "gray_stained_glass_pane", + "grastainedglasspane": "gray_stained_glass_pane", + "grayglasspane": "gray_stained_glass_pane", + "graygpane": "gray_stained_glass_pane", + "graysglasspane": "gray_stained_glass_pane", + "graystainedglasspane": "gray_stained_glass_pane", + "greyglasspane": "gray_stained_glass_pane", + "greygpane": "gray_stained_glass_pane", + "greysglasspane": "gray_stained_glass_pane", + "greystainedglasspane": "gray_stained_glass_pane", + "minecraft:gray_stained_glass_pane": "gray_stained_glass_pane", + "gray_terracotta": { + "material": "GRAY_TERRACOTTA" + }, + "darkgraclay": "gray_terracotta", + "darkgrasclay": "gray_terracotta", + "darkgrastainedclay": "gray_terracotta", + "darkgratcota": "gray_terracotta", + "darkgraterra": "gray_terracotta", + "darkgraterracota": "gray_terracotta", + "darkgraterracotta": "gray_terracotta", + "darkgrayclay": "gray_terracotta", + "darkgraysclay": "gray_terracotta", + "darkgraystainedclay": "gray_terracotta", + "darkgraytcota": "gray_terracotta", + "darkgrayterra": "gray_terracotta", + "darkgrayterracota": "gray_terracotta", + "darkgrayterracotta": "gray_terracotta", + "darkgreyclay": "gray_terracotta", + "darkgreysclay": "gray_terracotta", + "darkgreystainedclay": "gray_terracotta", + "darkgreytcota": "gray_terracotta", + "darkgreyterra": "gray_terracotta", + "darkgreyterracota": "gray_terracotta", + "darkgreyterracotta": "gray_terracotta", + "dgraclay": "gray_terracotta", + "dgrasclay": "gray_terracotta", + "dgrastainedclay": "gray_terracotta", + "dgratcota": "gray_terracotta", + "dgraterra": "gray_terracotta", + "dgraterracota": "gray_terracotta", + "dgraterracotta": "gray_terracotta", + "dgrayclay": "gray_terracotta", + "dgraysclay": "gray_terracotta", + "dgraystainedclay": "gray_terracotta", + "dgraytcota": "gray_terracotta", + "dgrayterra": "gray_terracotta", + "dgrayterracota": "gray_terracotta", + "dgrayterracotta": "gray_terracotta", + "dgreyclay": "gray_terracotta", + "dgreysclay": "gray_terracotta", + "dgreystainedclay": "gray_terracotta", + "dgreytcota": "gray_terracotta", + "dgreyterra": "gray_terracotta", + "dgreyterracota": "gray_terracotta", + "dgreyterracotta": "gray_terracotta", + "graclay": "gray_terracotta", + "grasclay": "gray_terracotta", + "grastainedclay": "gray_terracotta", + "gratcota": "gray_terracotta", + "graterra": "gray_terracotta", + "graterracota": "gray_terracotta", + "graterracotta": "gray_terracotta", + "grayclay": "gray_terracotta", + "graysclay": "gray_terracotta", + "graystainedclay": "gray_terracotta", + "graytcota": "gray_terracotta", + "grayterra": "gray_terracotta", + "grayterracota": "gray_terracotta", + "grayterracotta": "gray_terracotta", + "greyclay": "gray_terracotta", + "greysclay": "gray_terracotta", + "greystainedclay": "gray_terracotta", + "greytcota": "gray_terracotta", + "greyterra": "gray_terracotta", + "greyterracota": "gray_terracotta", + "greyterracotta": "gray_terracotta", + "minecraft:gray_terracotta": "gray_terracotta", + "gray_wool": { + "material": "GRAY_WOOL" + }, + "darkgracloth": "gray_wool", + "darkgracotton": "gray_wool", + "darkgrawool": "gray_wool", + "darkgraycloth": "gray_wool", + "darkgraycotton": "gray_wool", + "darkgraywool": "gray_wool", + "darkgreycloth": "gray_wool", + "darkgreycotton": "gray_wool", + "darkgreywool": "gray_wool", + "dgracloth": "gray_wool", + "dgracotton": "gray_wool", + "dgrawool": "gray_wool", + "dgraycloth": "gray_wool", + "dgraycotton": "gray_wool", + "dgraywool": "gray_wool", + "dgreycloth": "gray_wool", + "dgreycotton": "gray_wool", + "dgreywool": "gray_wool", + "gracloth": "gray_wool", + "gracotton": "gray_wool", + "grawool": "gray_wool", + "graycloth": "gray_wool", + "graycotton": "gray_wool", + "graywool": "gray_wool", + "greycloth": "gray_wool", + "greycotton": "gray_wool", + "greywool": "gray_wool", + "minecraft:gray_wool": "gray_wool", + "green_banner": { + "material": "GREEN_BANNER" + }, + "darkgrebanner": "green_banner", + "darkgreenbanner": "green_banner", + "dgrebanner": "green_banner", + "dgreenbanner": "green_banner", + "grebanner": "green_banner", + "greenbanner": "green_banner", + "minecraft:green_banner": "green_banner", + "green_bed": { + "material": "GREEN_BED" + }, + "darkgrebed": "green_bed", + "darkgreenbed": "green_bed", + "dgrebed": "green_bed", + "dgreenbed": "green_bed", + "grebed": "green_bed", + "greenbed": "green_bed", + "minecraft:green_bed": "green_bed", + "green_candle": { + "material": "GREEN_CANDLE" + }, + "darkgrecandle": "green_candle", + "darkgreencandle": "green_candle", + "dgrecandle": "green_candle", + "dgreencandle": "green_candle", + "grecandle": "green_candle", + "greencandle": "green_candle", + "minecraft:green_candle": "green_candle", + "green_carpet": { + "material": "GREEN_CARPET" + }, + "darkgrecarpet": "green_carpet", + "darkgreencarpet": "green_carpet", + "darkgreenfloor": "green_carpet", + "darkgrefloor": "green_carpet", + "dgrecarpet": "green_carpet", + "dgreencarpet": "green_carpet", + "dgreenfloor": "green_carpet", + "dgrefloor": "green_carpet", + "grecarpet": "green_carpet", + "greencarpet": "green_carpet", + "greenfloor": "green_carpet", + "grefloor": "green_carpet", + "minecraft:green_carpet": "green_carpet", + "green_concrete": { + "material": "GREEN_CONCRETE" + }, + "darkgreconcrete": "green_concrete", + "darkgreenconcrete": "green_concrete", + "dgreconcrete": "green_concrete", + "dgreenconcrete": "green_concrete", + "greconcrete": "green_concrete", + "greenconcrete": "green_concrete", + "minecraft:green_concrete": "green_concrete", + "green_concrete_powder": { + "material": "GREEN_CONCRETE_POWDER" + }, + "darkgrecdust": "green_concrete_powder", + "darkgreconcretepowder": "green_concrete_powder", + "darkgreconcretesand": "green_concrete_powder", + "darkgrecp": "green_concrete_powder", + "darkgrecpowder": "green_concrete_powder", + "darkgreencdust": "green_concrete_powder", + "darkgreenconcretepowder": "green_concrete_powder", + "darkgreenconcretesand": "green_concrete_powder", + "darkgreencp": "green_concrete_powder", + "darkgreencpowder": "green_concrete_powder", + "dgrecdust": "green_concrete_powder", + "dgreconcretepowder": "green_concrete_powder", + "dgreconcretesand": "green_concrete_powder", + "dgrecp": "green_concrete_powder", + "dgrecpowder": "green_concrete_powder", + "dgreencdust": "green_concrete_powder", + "dgreenconcretepowder": "green_concrete_powder", + "dgreenconcretesand": "green_concrete_powder", + "dgreencp": "green_concrete_powder", + "dgreencpowder": "green_concrete_powder", + "grecdust": "green_concrete_powder", + "greconcretepowder": "green_concrete_powder", + "greconcretesand": "green_concrete_powder", + "grecp": "green_concrete_powder", + "grecpowder": "green_concrete_powder", + "greencdust": "green_concrete_powder", + "greenconcretepowder": "green_concrete_powder", + "greenconcretesand": "green_concrete_powder", + "greencp": "green_concrete_powder", + "greencpowder": "green_concrete_powder", + "minecraft:green_concrete_powder": "green_concrete_powder", + "green_dye": { + "material": "GREEN_DYE", + "fallbacks": [ + "CACTUS_GREEN" + ] + }, + "darkgredye": "green_dye", + "darkgreendye": "green_dye", + "dgredye": "green_dye", + "dgreendye": "green_dye", + "gredye": "green_dye", + "greendye": "green_dye", + "minecraft:green_dye": "green_dye", + "green_glazed_terracotta": { + "material": "GREEN_GLAZED_TERRACOTTA" + }, + "darkgreenglazedtcota": "green_glazed_terracotta", + "darkgreenglazedterra": "green_glazed_terracotta", + "darkgreenglazedterracota": "green_glazed_terracotta", + "darkgreenglazedterracotta": "green_glazed_terracotta", + "darkgreengtcotta": "green_glazed_terracotta", + "darkgreengterra": "green_glazed_terracotta", + "darkgreglazedtcota": "green_glazed_terracotta", + "darkgreglazedterra": "green_glazed_terracotta", + "darkgreglazedterracota": "green_glazed_terracotta", + "darkgreglazedterracotta": "green_glazed_terracotta", + "darkgregtcotta": "green_glazed_terracotta", + "darkgregterra": "green_glazed_terracotta", + "dgreenglazedtcota": "green_glazed_terracotta", + "dgreenglazedterra": "green_glazed_terracotta", + "dgreenglazedterracota": "green_glazed_terracotta", + "dgreenglazedterracotta": "green_glazed_terracotta", + "dgreengtcotta": "green_glazed_terracotta", + "dgreengterra": "green_glazed_terracotta", + "dgreglazedtcota": "green_glazed_terracotta", + "dgreglazedterra": "green_glazed_terracotta", + "dgreglazedterracota": "green_glazed_terracotta", + "dgreglazedterracotta": "green_glazed_terracotta", + "dgregtcotta": "green_glazed_terracotta", + "dgregterra": "green_glazed_terracotta", + "greenglazedtcota": "green_glazed_terracotta", + "greenglazedterra": "green_glazed_terracotta", + "greenglazedterracota": "green_glazed_terracotta", + "greenglazedterracotta": "green_glazed_terracotta", + "greengtcotta": "green_glazed_terracotta", + "greengterra": "green_glazed_terracotta", + "greglazedtcota": "green_glazed_terracotta", + "greglazedterra": "green_glazed_terracotta", + "greglazedterracota": "green_glazed_terracotta", + "greglazedterracotta": "green_glazed_terracotta", + "gregtcotta": "green_glazed_terracotta", + "gregterra": "green_glazed_terracotta", + "minecraft:green_glazed_terracotta": "green_glazed_terracotta", + "green_shulker_box": { + "material": "GREEN_SHULKER_BOX" + }, + "darkgreensbox": "green_shulker_box", + "darkgreenshulkerbox": "green_shulker_box", + "darkgresbox": "green_shulker_box", + "darkgreshulkerbox": "green_shulker_box", + "dgreensbox": "green_shulker_box", + "dgreenshulkerbox": "green_shulker_box", + "dgresbox": "green_shulker_box", + "dgreshulkerbox": "green_shulker_box", + "greensbox": "green_shulker_box", + "greenshulkerbox": "green_shulker_box", + "gresbox": "green_shulker_box", + "greshulkerbox": "green_shulker_box", + "minecraft:green_shulker_box": "green_shulker_box", + "green_stained_glass": { + "material": "GREEN_STAINED_GLASS" + }, + "darkgreenglass": "green_stained_glass", + "darkgreensglass": "green_stained_glass", + "darkgreenstainedglass": "green_stained_glass", + "darkgreglass": "green_stained_glass", + "darkgresglass": "green_stained_glass", + "darkgrestainedglass": "green_stained_glass", + "dgreenglass": "green_stained_glass", + "dgreensglass": "green_stained_glass", + "dgreenstainedglass": "green_stained_glass", + "dgreglass": "green_stained_glass", + "dgresglass": "green_stained_glass", + "dgrestainedglass": "green_stained_glass", + "greenglass": "green_stained_glass", + "greensglass": "green_stained_glass", + "greenstainedglass": "green_stained_glass", + "greglass": "green_stained_glass", + "gresglass": "green_stained_glass", + "grestainedglass": "green_stained_glass", + "minecraft:green_stained_glass": "green_stained_glass", + "green_stained_glass_pane": { + "material": "GREEN_STAINED_GLASS_PANE" + }, + "darkgreenglasspane": "green_stained_glass_pane", + "darkgreengpane": "green_stained_glass_pane", + "darkgreensglasspane": "green_stained_glass_pane", + "darkgreenstainedglasspane": "green_stained_glass_pane", + "darkgreglasspane": "green_stained_glass_pane", + "darkgregpane": "green_stained_glass_pane", + "darkgresglasspane": "green_stained_glass_pane", + "darkgrestainedglasspane": "green_stained_glass_pane", + "dgreenglasspane": "green_stained_glass_pane", + "dgreengpane": "green_stained_glass_pane", + "dgreensglasspane": "green_stained_glass_pane", + "dgreenstainedglasspane": "green_stained_glass_pane", + "dgreglasspane": "green_stained_glass_pane", + "dgregpane": "green_stained_glass_pane", + "dgresglasspane": "green_stained_glass_pane", + "dgrestainedglasspane": "green_stained_glass_pane", + "greenglasspane": "green_stained_glass_pane", + "greengpane": "green_stained_glass_pane", + "greensglasspane": "green_stained_glass_pane", + "greenstainedglasspane": "green_stained_glass_pane", + "greglasspane": "green_stained_glass_pane", + "gregpane": "green_stained_glass_pane", + "gresglasspane": "green_stained_glass_pane", + "grestainedglasspane": "green_stained_glass_pane", + "minecraft:green_stained_glass_pane": "green_stained_glass_pane", + "green_terracotta": { + "material": "GREEN_TERRACOTTA" + }, + "darkgreclay": "green_terracotta", + "darkgreenclay": "green_terracotta", + "darkgreensclay": "green_terracotta", + "darkgreenstainedclay": "green_terracotta", + "darkgreentcota": "green_terracotta", + "darkgreenterra": "green_terracotta", + "darkgreenterracota": "green_terracotta", + "darkgreenterracotta": "green_terracotta", + "darkgresclay": "green_terracotta", + "darkgrestainedclay": "green_terracotta", + "darkgretcota": "green_terracotta", + "darkgreterra": "green_terracotta", + "darkgreterracota": "green_terracotta", + "darkgreterracotta": "green_terracotta", + "dgreclay": "green_terracotta", + "dgreenclay": "green_terracotta", + "dgreensclay": "green_terracotta", + "dgreenstainedclay": "green_terracotta", + "dgreentcota": "green_terracotta", + "dgreenterra": "green_terracotta", + "dgreenterracota": "green_terracotta", + "dgreenterracotta": "green_terracotta", + "dgresclay": "green_terracotta", + "dgrestainedclay": "green_terracotta", + "dgretcota": "green_terracotta", + "dgreterra": "green_terracotta", + "dgreterracota": "green_terracotta", + "dgreterracotta": "green_terracotta", + "greclay": "green_terracotta", + "greenclay": "green_terracotta", + "greensclay": "green_terracotta", + "greenstainedclay": "green_terracotta", + "greentcota": "green_terracotta", + "greenterra": "green_terracotta", + "greenterracota": "green_terracotta", + "greenterracotta": "green_terracotta", + "gresclay": "green_terracotta", + "grestainedclay": "green_terracotta", + "gretcota": "green_terracotta", + "greterra": "green_terracotta", + "greterracota": "green_terracotta", + "greterracotta": "green_terracotta", + "minecraft:green_terracotta": "green_terracotta", + "green_wool": { + "material": "GREEN_WOOL" + }, + "darkgrecloth": "green_wool", + "darkgrecotton": "green_wool", + "darkgreencloth": "green_wool", + "darkgreencotton": "green_wool", + "darkgreenwool": "green_wool", + "darkgrewool": "green_wool", + "dgrecloth": "green_wool", + "dgrecotton": "green_wool", + "dgreencloth": "green_wool", + "dgreencotton": "green_wool", + "dgreenwool": "green_wool", + "dgrewool": "green_wool", + "grecloth": "green_wool", + "grecotton": "green_wool", + "greencloth": "green_wool", + "greencotton": "green_wool", + "greenwool": "green_wool", + "grewool": "green_wool", + "minecraft:green_wool": "green_wool", + "grindstone": { + "material": "GRINDSTONE" + }, + "minecraft:grindstone": "grindstone", + "guardian_spawn_egg": { + "material": "GUARDIAN_SPAWN_EGG" + }, + "eggguard": "guardian_spawn_egg", + "eggguardian": "guardian_spawn_egg", + "guardegg": "guardian_spawn_egg", + "guardianegg": "guardian_spawn_egg", + "guardiansegg": "guardian_spawn_egg", + "guardianspawn": "guardian_spawn_egg", + "guardianspawnegg": "guardian_spawn_egg", + "guardsegg": "guardian_spawn_egg", + "guardspawn": "guardian_spawn_egg", + "guardspawnegg": "guardian_spawn_egg", + "minecraft:guardian_spawn_egg": "guardian_spawn_egg", + "seggguard": "guardian_spawn_egg", + "seggguardian": "guardian_spawn_egg", + "spawneggguard": "guardian_spawn_egg", + "spawneggguardian": "guardian_spawn_egg", + "spawnguard": "guardian_spawn_egg", + "spawnguardian": "guardian_spawn_egg", + "guardian_spawner": { + "entity": "GUARDIAN", + "material": "SPAWNER" + }, + "guardcage": "guardian_spawner", + "guardiancage": "guardian_spawner", + "guardianmcage": "guardian_spawner", + "guardianmobcage": "guardian_spawner", + "guardianmobspawner": "guardian_spawner", + "guardianmonstercage": "guardian_spawner", + "guardianmonsterspawner": "guardian_spawner", + "guardianmspawner": "guardian_spawner", + "guardianspawner": "guardian_spawner", + "guardmcage": "guardian_spawner", + "guardmobcage": "guardian_spawner", + "guardmobspawner": "guardian_spawner", + "guardmonstercage": "guardian_spawner", + "guardmonsterspawner": "guardian_spawner", + "guardmspawner": "guardian_spawner", + "guardspawner": "guardian_spawner", + "gunpowder": { + "material": "GUNPOWDER" + }, + "minecraft:gunpowder": "gunpowder", + "hanging_roots": { + "material": "HANGING_ROOTS" + }, + "caveroot": "hanging_roots", + "caveroots": "hanging_roots", + "hangingroot": "hanging_roots", + "hangingroots": "hanging_roots", + "hangroot": "hanging_roots", + "hangroots": "hanging_roots", + "minecraft:hanging_roots": "hanging_roots", + "harming_lingering_potion": { + "potionData": { + "type": "INSTANT_DAMAGE", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotd": "harming_lingering_potion", + "aoepotdamage": "harming_lingering_potion", + "aoepotdmg": "harming_lingering_potion", + "aoepotharming": "harming_lingering_potion", + "aoepotinstantdamage": "harming_lingering_potion", + "aoepotiond": "harming_lingering_potion", + "aoepotiondamage": "harming_lingering_potion", + "aoepotiondmg": "harming_lingering_potion", + "aoepotionharming": "harming_lingering_potion", + "aoepotioninstantdamage": "harming_lingering_potion", + "areapotd": "harming_lingering_potion", + "areapotdamage": "harming_lingering_potion", + "areapotdmg": "harming_lingering_potion", + "areapotharming": "harming_lingering_potion", + "areapotinstantdamage": "harming_lingering_potion", + "areapotiond": "harming_lingering_potion", + "areapotiondamage": "harming_lingering_potion", + "areapotiondmg": "harming_lingering_potion", + "areapotionharming": "harming_lingering_potion", + "areapotioninstantdamage": "harming_lingering_potion", + "cloudpotd": "harming_lingering_potion", + "cloudpotdamage": "harming_lingering_potion", + "cloudpotdmg": "harming_lingering_potion", + "cloudpotharming": "harming_lingering_potion", + "cloudpotinstantdamage": "harming_lingering_potion", + "cloudpotiond": "harming_lingering_potion", + "cloudpotiondamage": "harming_lingering_potion", + "cloudpotiondmg": "harming_lingering_potion", + "cloudpotionharming": "harming_lingering_potion", + "cloudpotioninstantdamage": "harming_lingering_potion", + "damageaoepoiont": "harming_lingering_potion", + "damageaoepot": "harming_lingering_potion", + "damageareapot": "harming_lingering_potion", + "damageareapotion": "harming_lingering_potion", + "damagecloudpot": "harming_lingering_potion", + "damagecloudpotion": "harming_lingering_potion", + "damagelingerpot": "harming_lingering_potion", + "daoepoiont": "harming_lingering_potion", + "daoepot": "harming_lingering_potion", + "dareapot": "harming_lingering_potion", + "dareapotion": "harming_lingering_potion", + "dcloudpot": "harming_lingering_potion", + "dcloudpotion": "harming_lingering_potion", + "dlingerpot": "harming_lingering_potion", + "dmgaoepoiont": "harming_lingering_potion", + "dmgaoepot": "harming_lingering_potion", + "dmgareapot": "harming_lingering_potion", + "dmgareapotion": "harming_lingering_potion", + "dmgcloudpot": "harming_lingering_potion", + "dmgcloudpotion": "harming_lingering_potion", + "dmglingerpot": "harming_lingering_potion", + "harmingaoepoiont": "harming_lingering_potion", + "harmingaoepot": "harming_lingering_potion", + "harmingareapot": "harming_lingering_potion", + "harmingareapotion": "harming_lingering_potion", + "harmingcloudpot": "harming_lingering_potion", + "harmingcloudpotion": "harming_lingering_potion", + "harminglingerpot": "harming_lingering_potion", + "instantdamageaoepoiont": "harming_lingering_potion", + "instantdamageaoepot": "harming_lingering_potion", + "instantdamageareapot": "harming_lingering_potion", + "instantdamageareapotion": "harming_lingering_potion", + "instantdamagecloudpot": "harming_lingering_potion", + "instantdamagecloudpotion": "harming_lingering_potion", + "instantdamagelingerpot": "harming_lingering_potion", + "lingerpotd": "harming_lingering_potion", + "lingerpotdamage": "harming_lingering_potion", + "lingerpotdmg": "harming_lingering_potion", + "lingerpotharming": "harming_lingering_potion", + "lingerpotinstantdamage": "harming_lingering_potion", + "harming_potion": { + "potionData": { + "type": "INSTANT_DAMAGE", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "damagepot": "harming_potion", + "damagepotion": "harming_potion", + "dmgpot": "harming_potion", + "dmgpotion": "harming_potion", + "dpot": "harming_potion", + "dpotion": "harming_potion", + "harmingpot": "harming_potion", + "harmingpotion": "harming_potion", + "instantdamagepot": "harming_potion", + "instantdamagepotion": "harming_potion", + "potionofd": "harming_potion", + "potionofdamage": "harming_potion", + "potionofdmg": "harming_potion", + "potionofharming": "harming_potion", + "potionofinstantdamage": "harming_potion", + "potofd": "harming_potion", + "potofdamage": "harming_potion", + "potofdmg": "harming_potion", + "potofharming": "harming_potion", + "potofinstantdamage": "harming_potion", + "harming_splash_potion": { + "potionData": { + "type": "INSTANT_DAMAGE", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "damagesplashpot": "harming_splash_potion", + "damagesplashpotion": "harming_splash_potion", + "dmgsplashpot": "harming_splash_potion", + "dmgsplashpotion": "harming_splash_potion", + "dsplashpot": "harming_splash_potion", + "dsplashpotion": "harming_splash_potion", + "harmingsplashpot": "harming_splash_potion", + "harmingsplashpotion": "harming_splash_potion", + "instantdamagesplashpot": "harming_splash_potion", + "instantdamagesplashpotion": "harming_splash_potion", + "splashdamagepot": "harming_splash_potion", + "splashdamagepotion": "harming_splash_potion", + "splashdmgpot": "harming_splash_potion", + "splashdmgpotion": "harming_splash_potion", + "splashdpot": "harming_splash_potion", + "splashdpotion": "harming_splash_potion", + "splashharmingpot": "harming_splash_potion", + "splashharmingpotion": "harming_splash_potion", + "splashinstantdamagepot": "harming_splash_potion", + "splashinstantdamagepotion": "harming_splash_potion", + "spldamagepot": "harming_splash_potion", + "spldamagepotion": "harming_splash_potion", + "spldmgpot": "harming_splash_potion", + "spldmgpotion": "harming_splash_potion", + "spldpot": "harming_splash_potion", + "spldpotion": "harming_splash_potion", + "splharmingpot": "harming_splash_potion", + "splharmingpotion": "harming_splash_potion", + "splinstantdamagepot": "harming_splash_potion", + "splinstantdamagepotion": "harming_splash_potion", + "harming_tipped_arrow": { + "potionData": { + "type": "INSTANT_DAMAGE", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowd": "harming_tipped_arrow", + "arrowdamage": "harming_tipped_arrow", + "arrowdmg": "harming_tipped_arrow", + "arrowharming": "harming_tipped_arrow", + "arrowinstantdamage": "harming_tipped_arrow", + "damagearrow": "harming_tipped_arrow", + "damagetarr": "harming_tipped_arrow", + "damagetarrow": "harming_tipped_arrow", + "damagetippedarrow": "harming_tipped_arrow", + "darrow": "harming_tipped_arrow", + "dmgarrow": "harming_tipped_arrow", + "dmgtarr": "harming_tipped_arrow", + "dmgtarrow": "harming_tipped_arrow", + "dmgtippedarrow": "harming_tipped_arrow", + "dtarr": "harming_tipped_arrow", + "dtarrow": "harming_tipped_arrow", + "dtippedarrow": "harming_tipped_arrow", + "harmingarrow": "harming_tipped_arrow", + "harmingtarr": "harming_tipped_arrow", + "harmingtarrow": "harming_tipped_arrow", + "harmingtippedarrow": "harming_tipped_arrow", + "instantdamagearrow": "harming_tipped_arrow", + "instantdamagetarr": "harming_tipped_arrow", + "instantdamagetarrow": "harming_tipped_arrow", + "instantdamagetippedarrow": "harming_tipped_arrow", + "hay_block": { + "material": "HAY_BLOCK" + }, + "hayblock": "hay_block", + "minecraft:hay_block": "hay_block", + "healing_lingering_potion": { + "potionData": { + "type": "INSTANT_HEAL", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepoth": "healing_lingering_potion", + "aoepotheal": "healing_lingering_potion", + "aoepothealing": "healing_lingering_potion", + "aoepotinstantheal": "healing_lingering_potion", + "aoepotionh": "healing_lingering_potion", + "aoepotionheal": "healing_lingering_potion", + "aoepotionhealing": "healing_lingering_potion", + "aoepotioninstantheal": "healing_lingering_potion", + "aoepotionlife": "healing_lingering_potion", + "aoepotlife": "healing_lingering_potion", + "areapoth": "healing_lingering_potion", + "areapotheal": "healing_lingering_potion", + "areapothealing": "healing_lingering_potion", + "areapotinstantheal": "healing_lingering_potion", + "areapotionh": "healing_lingering_potion", + "areapotionheal": "healing_lingering_potion", + "areapotionhealing": "healing_lingering_potion", + "areapotioninstantheal": "healing_lingering_potion", + "areapotionlife": "healing_lingering_potion", + "areapotlife": "healing_lingering_potion", + "cloudpoth": "healing_lingering_potion", + "cloudpotheal": "healing_lingering_potion", + "cloudpothealing": "healing_lingering_potion", + "cloudpotinstantheal": "healing_lingering_potion", + "cloudpotionh": "healing_lingering_potion", + "cloudpotionheal": "healing_lingering_potion", + "cloudpotionhealing": "healing_lingering_potion", + "cloudpotioninstantheal": "healing_lingering_potion", + "cloudpotionlife": "healing_lingering_potion", + "cloudpotlife": "healing_lingering_potion", + "haoepoiont": "healing_lingering_potion", + "haoepot": "healing_lingering_potion", + "hareapot": "healing_lingering_potion", + "hareapotion": "healing_lingering_potion", + "hcloudpot": "healing_lingering_potion", + "hcloudpotion": "healing_lingering_potion", + "healaoepoiont": "healing_lingering_potion", + "healaoepot": "healing_lingering_potion", + "healareapot": "healing_lingering_potion", + "healareapotion": "healing_lingering_potion", + "healcloudpot": "healing_lingering_potion", + "healcloudpotion": "healing_lingering_potion", + "healingaoepoiont": "healing_lingering_potion", + "healingaoepot": "healing_lingering_potion", + "healingareapot": "healing_lingering_potion", + "healingareapotion": "healing_lingering_potion", + "healingcloudpot": "healing_lingering_potion", + "healingcloudpotion": "healing_lingering_potion", + "healinglingerpot": "healing_lingering_potion", + "heallingerpot": "healing_lingering_potion", + "hlingerpot": "healing_lingering_potion", + "instanthealaoepoiont": "healing_lingering_potion", + "instanthealaoepot": "healing_lingering_potion", + "instanthealareapot": "healing_lingering_potion", + "instanthealareapotion": "healing_lingering_potion", + "instanthealcloudpot": "healing_lingering_potion", + "instanthealcloudpotion": "healing_lingering_potion", + "instantheallingerpot": "healing_lingering_potion", + "lifeaoepoiont": "healing_lingering_potion", + "lifeaoepot": "healing_lingering_potion", + "lifeareapot": "healing_lingering_potion", + "lifeareapotion": "healing_lingering_potion", + "lifecloudpot": "healing_lingering_potion", + "lifecloudpotion": "healing_lingering_potion", + "lifelingerpot": "healing_lingering_potion", + "lingerpoth": "healing_lingering_potion", + "lingerpotheal": "healing_lingering_potion", + "lingerpothealing": "healing_lingering_potion", + "lingerpotinstantheal": "healing_lingering_potion", + "lingerpotlife": "healing_lingering_potion", + "healing_potion": { + "potionData": { + "type": "INSTANT_HEAL", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "healingpot": "healing_potion", + "healingpotion": "healing_potion", + "healpot": "healing_potion", + "healpotion": "healing_potion", + "hpot": "healing_potion", + "hpotion": "healing_potion", + "instanthealpot": "healing_potion", + "instanthealpotion": "healing_potion", + "lifepot": "healing_potion", + "lifepotion": "healing_potion", + "potionofh": "healing_potion", + "potionofheal": "healing_potion", + "potionofhealing": "healing_potion", + "potionofinstantheal": "healing_potion", + "potionoflife": "healing_potion", + "potofh": "healing_potion", + "potofheal": "healing_potion", + "potofhealing": "healing_potion", + "potofinstantheal": "healing_potion", + "potoflife": "healing_potion", + "healing_splash_potion": { + "potionData": { + "type": "INSTANT_HEAL", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "healingsplashpot": "healing_splash_potion", + "healingsplashpotion": "healing_splash_potion", + "healsplashpot": "healing_splash_potion", + "healsplashpotion": "healing_splash_potion", + "hsplashpot": "healing_splash_potion", + "hsplashpotion": "healing_splash_potion", + "instanthealsplashpot": "healing_splash_potion", + "instanthealsplashpotion": "healing_splash_potion", + "lifesplashpot": "healing_splash_potion", + "lifesplashpotion": "healing_splash_potion", + "splashhealingpot": "healing_splash_potion", + "splashhealingpotion": "healing_splash_potion", + "splashhealpot": "healing_splash_potion", + "splashhealpotion": "healing_splash_potion", + "splashhpot": "healing_splash_potion", + "splashhpotion": "healing_splash_potion", + "splashinstanthealpot": "healing_splash_potion", + "splashinstanthealpotion": "healing_splash_potion", + "splashlifepot": "healing_splash_potion", + "splashlifepotion": "healing_splash_potion", + "splhealingpot": "healing_splash_potion", + "splhealingpotion": "healing_splash_potion", + "splhealpot": "healing_splash_potion", + "splhealpotion": "healing_splash_potion", + "splhpot": "healing_splash_potion", + "splhpotion": "healing_splash_potion", + "splinstanthealpot": "healing_splash_potion", + "splinstanthealpotion": "healing_splash_potion", + "spllifepot": "healing_splash_potion", + "spllifepotion": "healing_splash_potion", + "healing_tipped_arrow": { + "potionData": { + "type": "INSTANT_HEAL", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowh": "healing_tipped_arrow", + "arrowheal": "healing_tipped_arrow", + "arrowhealing": "healing_tipped_arrow", + "arrowinstantheal": "healing_tipped_arrow", + "arrowlife": "healing_tipped_arrow", + "harrow": "healing_tipped_arrow", + "healarrow": "healing_tipped_arrow", + "healingarrow": "healing_tipped_arrow", + "healingtarr": "healing_tipped_arrow", + "healingtarrow": "healing_tipped_arrow", + "healingtippedarrow": "healing_tipped_arrow", + "healtarr": "healing_tipped_arrow", + "healtarrow": "healing_tipped_arrow", + "healtippedarrow": "healing_tipped_arrow", + "htarr": "healing_tipped_arrow", + "htarrow": "healing_tipped_arrow", + "htippedarrow": "healing_tipped_arrow", + "instanthealarrow": "healing_tipped_arrow", + "instanthealtarr": "healing_tipped_arrow", + "instanthealtarrow": "healing_tipped_arrow", + "instanthealtippedarrow": "healing_tipped_arrow", + "lifearrow": "healing_tipped_arrow", + "lifetarr": "healing_tipped_arrow", + "lifetarrow": "healing_tipped_arrow", + "lifetippedarrow": "healing_tipped_arrow", + "heart_of_the_sea": { + "material": "HEART_OF_THE_SEA" + }, + "heartofthesea": "heart_of_the_sea", + "minecraft:heart_of_the_sea": "heart_of_the_sea", + "heavy_weighted_pressure_plate": { + "material": "HEAVY_WEIGHTED_PRESSURE_PLATE" + }, + "heavyweightedpressureplate": "heavy_weighted_pressure_plate", + "minecraft:heavy_weighted_pressure_plate": "heavy_weighted_pressure_plate", + "hoglin_spawn_egg": { + "material": "HOGLIN_SPAWN_EGG" + }, + "angrypigegg": "hoglin_spawn_egg", + "angrypigsegg": "hoglin_spawn_egg", + "angrypigspawn": "hoglin_spawn_egg", + "angrypigspawnegg": "hoglin_spawn_egg", + "eggangrypig": "hoglin_spawn_egg", + "egghoglin": "hoglin_spawn_egg", + "hoglinegg": "hoglin_spawn_egg", + "hoglinsegg": "hoglin_spawn_egg", + "hoglinspawn": "hoglin_spawn_egg", + "hoglinspawnegg": "hoglin_spawn_egg", + "minecraft:hoglin_spawn_egg": "hoglin_spawn_egg", + "seggangrypig": "hoglin_spawn_egg", + "segghoglin": "hoglin_spawn_egg", + "spawnangrypig": "hoglin_spawn_egg", + "spawneggangrypig": "hoglin_spawn_egg", + "spawnegghoglin": "hoglin_spawn_egg", + "spawnhoglin": "hoglin_spawn_egg", + "hoglin_spawner": { + "entity": "HOGLIN", + "material": "SPAWNER" + }, + "angrypigcage": "hoglin_spawner", + "angrypigmcage": "hoglin_spawner", + "angrypigmobcage": "hoglin_spawner", + "angrypigmobspawner": "hoglin_spawner", + "angrypigmonstercage": "hoglin_spawner", + "angrypigmonsterspawner": "hoglin_spawner", + "angrypigmspawner": "hoglin_spawner", + "angrypigspawner": "hoglin_spawner", + "hoglincage": "hoglin_spawner", + "hoglinmcage": "hoglin_spawner", + "hoglinmobcage": "hoglin_spawner", + "hoglinmobspawner": "hoglin_spawner", + "hoglinmonstercage": "hoglin_spawner", + "hoglinmonsterspawner": "hoglin_spawner", + "hoglinmspawner": "hoglin_spawner", + "hoglinspawner": "hoglin_spawner", + "honey_block": { + "material": "HONEY_BLOCK" + }, + "honeyblock": "honey_block", + "minecraft:honey_block": "honey_block", + "honey_bottle": { + "material": "HONEY_BOTTLE" + }, + "honeybottle": "honey_bottle", + "minecraft:honey_bottle": "honey_bottle", + "honeycomb": { + "material": "HONEYCOMB" + }, + "minecraft:honeycomb": "honeycomb", + "honeycomb_block": { + "material": "HONEYCOMB_BLOCK" + }, + "honeycombblock": "honeycomb_block", + "minecraft:honeycomb_block": "honeycomb_block", + "hopper": { + "material": "HOPPER" + }, + "minecraft:hopper": "hopper", + "hopper_minecart": { + "material": "HOPPER_MINECART" + }, + "hcart": "hopper_minecart", + "hmc": "hopper_minecart", + "hmcart": "hopper_minecart", + "hminecart": "hopper_minecart", + "hopcart": "hopper_minecart", + "hopmc": "hopper_minecart", + "hopmcart": "hopper_minecart", + "hopminecart": "hopper_minecart", + "hoppercart": "hopper_minecart", + "hoppermc": "hopper_minecart", + "hoppermcart": "hopper_minecart", + "hopperminecart": "hopper_minecart", + "minecraft:hopper_minecart": "hopper_minecart", + "horn_coral": { + "material": "HORN_CORAL" + }, + "horncoral": "horn_coral", + "minecraft:horn_coral": "horn_coral", + "horn_coral_block": { + "material": "HORN_CORAL_BLOCK" + }, + "horncoralblock": "horn_coral_block", + "minecraft:horn_coral_block": "horn_coral_block", + "horn_coral_fan": { + "material": "HORN_CORAL_FAN" + }, + "horncoralfan": "horn_coral_fan", + "minecraft:horn_coral_fan": "horn_coral_fan", + "horse_spawn_egg": { + "material": "HORSE_SPAWN_EGG" + }, + "egghorse": "horse_spawn_egg", + "horseegg": "horse_spawn_egg", + "horsesegg": "horse_spawn_egg", + "horsespawn": "horse_spawn_egg", + "horsespawnegg": "horse_spawn_egg", + "minecraft:horse_spawn_egg": "horse_spawn_egg", + "segghorse": "horse_spawn_egg", + "spawnegghorse": "horse_spawn_egg", + "spawnhorse": "horse_spawn_egg", + "horse_spawner": { + "entity": "HORSE", + "material": "SPAWNER" + }, + "horsecage": "horse_spawner", + "horsemcage": "horse_spawner", + "horsemobcage": "horse_spawner", + "horsemobspawner": "horse_spawner", + "horsemonstercage": "horse_spawner", + "horsemonsterspawner": "horse_spawner", + "horsemspawner": "horse_spawner", + "horsespawner": "horse_spawner", + "husk_spawn_egg": { + "material": "HUSK_SPAWN_EGG" + }, + "egghusk": "husk_spawn_egg", + "huskegg": "husk_spawn_egg", + "husksegg": "husk_spawn_egg", + "huskspawn": "husk_spawn_egg", + "huskspawnegg": "husk_spawn_egg", + "minecraft:husk_spawn_egg": "husk_spawn_egg", + "segghusk": "husk_spawn_egg", + "spawnegghusk": "husk_spawn_egg", + "spawnhusk": "husk_spawn_egg", + "husk_spawner": { + "entity": "HUSK", + "material": "SPAWNER" + }, + "huskcage": "husk_spawner", + "huskmcage": "husk_spawner", + "huskmobcage": "husk_spawner", + "huskmobspawner": "husk_spawner", + "huskmonstercage": "husk_spawner", + "huskmonsterspawner": "husk_spawner", + "huskmspawner": "husk_spawner", + "huskspawner": "husk_spawner", + "ice": { + "material": "ICE" + }, + "minecraft:ice": "ice", + "illusioner_spawner": { + "entity": "ILLUSIONER", + "material": "SPAWNER" + }, + "illusionercage": "illusioner_spawner", + "illusionermcage": "illusioner_spawner", + "illusionermobcage": "illusioner_spawner", + "illusionermobspawner": "illusioner_spawner", + "illusionermonstercage": "illusioner_spawner", + "illusionermonsterspawner": "illusioner_spawner", + "illusionermspawner": "illusioner_spawner", + "illusionerspawner": "illusioner_spawner", + "infested_chiseled_stone_bricks": { + "material": "INFESTED_CHISELED_STONE_BRICKS" + }, + "chiseledfishst": "infested_chiseled_stone_bricks", + "chiseledfishstone": "infested_chiseled_stone_bricks", + "chiseledinfestedst": "infested_chiseled_stone_bricks", + "chiseledinfestedstone": "infested_chiseled_stone_bricks", + "chiseledinfestst": "infested_chiseled_stone_bricks", + "chiseledinfeststone": "infested_chiseled_stone_bricks", + "chiseledmeggst": "infested_chiseled_stone_bricks", + "chiseledmeggstone": "infested_chiseled_stone_bricks", + "chiseledmest": "infested_chiseled_stone_bricks", + "chiseledmestone": "infested_chiseled_stone_bricks", + "chiseledmonstereggst": "infested_chiseled_stone_bricks", + "chiseledmonstereggstone": "infested_chiseled_stone_bricks", + "chiseledsfishst": "infested_chiseled_stone_bricks", + "chiseledsfishstone": "infested_chiseled_stone_bricks", + "chiseledsfst": "infested_chiseled_stone_bricks", + "chiseledsfstone": "infested_chiseled_stone_bricks", + "chiseledsilverfishst": "infested_chiseled_stone_bricks", + "chiseledsilverfishstone": "infested_chiseled_stone_bricks", + "chiseledtrapst": "infested_chiseled_stone_bricks", + "chiseledtrapstone": "infested_chiseled_stone_bricks", + "cifishst": "infested_chiseled_stone_bricks", + "cifishstone": "infested_chiseled_stone_bricks", + "ciinfestedst": "infested_chiseled_stone_bricks", + "ciinfestedstone": "infested_chiseled_stone_bricks", + "ciinfestst": "infested_chiseled_stone_bricks", + "ciinfeststone": "infested_chiseled_stone_bricks", + "cimeggst": "infested_chiseled_stone_bricks", + "cimeggstone": "infested_chiseled_stone_bricks", + "cimest": "infested_chiseled_stone_bricks", + "cimestone": "infested_chiseled_stone_bricks", + "cimonstereggst": "infested_chiseled_stone_bricks", + "cimonstereggstone": "infested_chiseled_stone_bricks", + "circlefishst": "infested_chiseled_stone_bricks", + "circlefishstone": "infested_chiseled_stone_bricks", + "circleinfestedst": "infested_chiseled_stone_bricks", + "circleinfestedstone": "infested_chiseled_stone_bricks", + "circleinfestst": "infested_chiseled_stone_bricks", + "circleinfeststone": "infested_chiseled_stone_bricks", + "circlemeggst": "infested_chiseled_stone_bricks", + "circlemeggstone": "infested_chiseled_stone_bricks", + "circlemest": "infested_chiseled_stone_bricks", + "circlemestone": "infested_chiseled_stone_bricks", + "circlemonstereggst": "infested_chiseled_stone_bricks", + "circlemonstereggstone": "infested_chiseled_stone_bricks", + "circlesfishst": "infested_chiseled_stone_bricks", + "circlesfishstone": "infested_chiseled_stone_bricks", + "circlesfst": "infested_chiseled_stone_bricks", + "circlesfstone": "infested_chiseled_stone_bricks", + "circlesilverfishst": "infested_chiseled_stone_bricks", + "circlesilverfishstone": "infested_chiseled_stone_bricks", + "circletrapst": "infested_chiseled_stone_bricks", + "circletrapstone": "infested_chiseled_stone_bricks", + "cisfishst": "infested_chiseled_stone_bricks", + "cisfishstone": "infested_chiseled_stone_bricks", + "cisfst": "infested_chiseled_stone_bricks", + "cisfstone": "infested_chiseled_stone_bricks", + "cisilverfishst": "infested_chiseled_stone_bricks", + "cisilverfishstone": "infested_chiseled_stone_bricks", + "citrapst": "infested_chiseled_stone_bricks", + "citrapstone": "infested_chiseled_stone_bricks", + "fishchiseledst": "infested_chiseled_stone_bricks", + "fishchiseledstone": "infested_chiseled_stone_bricks", + "fishcirclest": "infested_chiseled_stone_bricks", + "fishcirclestone": "infested_chiseled_stone_bricks", + "fishcist": "infested_chiseled_stone_bricks", + "fishcistone": "infested_chiseled_stone_bricks", + "infestchiseledst": "infested_chiseled_stone_bricks", + "infestchiseledstone": "infested_chiseled_stone_bricks", + "infestcirclest": "infested_chiseled_stone_bricks", + "infestcirclestone": "infested_chiseled_stone_bricks", + "infestcist": "infested_chiseled_stone_bricks", + "infestcistone": "infested_chiseled_stone_bricks", + "infestedchiseledst": "infested_chiseled_stone_bricks", + "infestedchiseledstone": "infested_chiseled_stone_bricks", + "infestedchiseledstonebricks": "infested_chiseled_stone_bricks", + "infestedcirclest": "infested_chiseled_stone_bricks", + "infestedcirclestone": "infested_chiseled_stone_bricks", + "infestedcist": "infested_chiseled_stone_bricks", + "infestedcistone": "infested_chiseled_stone_bricks", + "mechiseledst": "infested_chiseled_stone_bricks", + "mechiseledstone": "infested_chiseled_stone_bricks", + "mecirclest": "infested_chiseled_stone_bricks", + "mecirclestone": "infested_chiseled_stone_bricks", + "mecist": "infested_chiseled_stone_bricks", + "mecistone": "infested_chiseled_stone_bricks", + "meggchiseledst": "infested_chiseled_stone_bricks", + "meggchiseledstone": "infested_chiseled_stone_bricks", + "meggcirclest": "infested_chiseled_stone_bricks", + "meggcirclestone": "infested_chiseled_stone_bricks", + "meggcist": "infested_chiseled_stone_bricks", + "meggcistone": "infested_chiseled_stone_bricks", + "minecraft:infested_chiseled_stone_bricks": "infested_chiseled_stone_bricks", + "monstereggchiseledst": "infested_chiseled_stone_bricks", + "monstereggchiseledstone": "infested_chiseled_stone_bricks", + "monstereggcirclest": "infested_chiseled_stone_bricks", + "monstereggcirclestone": "infested_chiseled_stone_bricks", + "monstereggcist": "infested_chiseled_stone_bricks", + "monstereggcistone": "infested_chiseled_stone_bricks", + "sfchiseledst": "infested_chiseled_stone_bricks", + "sfchiseledstone": "infested_chiseled_stone_bricks", + "sfcirclest": "infested_chiseled_stone_bricks", + "sfcirclestone": "infested_chiseled_stone_bricks", + "sfcist": "infested_chiseled_stone_bricks", + "sfcistone": "infested_chiseled_stone_bricks", + "sfishchiseledst": "infested_chiseled_stone_bricks", + "sfishchiseledstone": "infested_chiseled_stone_bricks", + "sfishcirclest": "infested_chiseled_stone_bricks", + "sfishcirclestone": "infested_chiseled_stone_bricks", + "sfishcist": "infested_chiseled_stone_bricks", + "sfishcistone": "infested_chiseled_stone_bricks", + "silverfishchiseledst": "infested_chiseled_stone_bricks", + "silverfishchiseledstone": "infested_chiseled_stone_bricks", + "silverfishcirclest": "infested_chiseled_stone_bricks", + "silverfishcirclestone": "infested_chiseled_stone_bricks", + "silverfishcist": "infested_chiseled_stone_bricks", + "silverfishcistone": "infested_chiseled_stone_bricks", + "trapchiseledst": "infested_chiseled_stone_bricks", + "trapchiseledstone": "infested_chiseled_stone_bricks", + "trapcirclest": "infested_chiseled_stone_bricks", + "trapcirclestone": "infested_chiseled_stone_bricks", + "trapcist": "infested_chiseled_stone_bricks", + "trapcistone": "infested_chiseled_stone_bricks", + "infested_cobblestone": { + "material": "INFESTED_COBBLESTONE" + }, + "fishcobble": "infested_cobblestone", + "fishcobbleb": "infested_cobblestone", + "fishcobblebl": "infested_cobblestone", + "fishcobbleblock": "infested_cobblestone", + "fishcobblestone": "infested_cobblestone", + "fishcobblestoneb": "infested_cobblestone", + "fishcobblestonebl": "infested_cobblestone", + "fishcobblestoneblock": "infested_cobblestone", + "fishcs": "infested_cobblestone", + "fishcsb": "infested_cobblestone", + "fishcsbl": "infested_cobblestone", + "fishcsblock": "infested_cobblestone", + "fishcst": "infested_cobblestone", + "fishcstb": "infested_cobblestone", + "fishcstbl": "infested_cobblestone", + "fishcstblock": "infested_cobblestone", + "fishcstone": "infested_cobblestone", + "fishcstoneb": "infested_cobblestone", + "fishcstonebl": "infested_cobblestone", + "fishcstoneblock": "infested_cobblestone", + "infestcobble": "infested_cobblestone", + "infestcobbleb": "infested_cobblestone", + "infestcobblebl": "infested_cobblestone", + "infestcobbleblock": "infested_cobblestone", + "infestcobblestone": "infested_cobblestone", + "infestcobblestoneb": "infested_cobblestone", + "infestcobblestonebl": "infested_cobblestone", + "infestcobblestoneblock": "infested_cobblestone", + "infestcs": "infested_cobblestone", + "infestcsb": "infested_cobblestone", + "infestcsbl": "infested_cobblestone", + "infestcsblock": "infested_cobblestone", + "infestcst": "infested_cobblestone", + "infestcstb": "infested_cobblestone", + "infestcstbl": "infested_cobblestone", + "infestcstblock": "infested_cobblestone", + "infestcstone": "infested_cobblestone", + "infestcstoneb": "infested_cobblestone", + "infestcstonebl": "infested_cobblestone", + "infestcstoneblock": "infested_cobblestone", + "infestedcobble": "infested_cobblestone", + "infestedcobbleb": "infested_cobblestone", + "infestedcobblebl": "infested_cobblestone", + "infestedcobbleblock": "infested_cobblestone", + "infestedcobblestone": "infested_cobblestone", + "infestedcobblestoneb": "infested_cobblestone", + "infestedcobblestonebl": "infested_cobblestone", + "infestedcobblestoneblock": "infested_cobblestone", + "infestedcs": "infested_cobblestone", + "infestedcsb": "infested_cobblestone", + "infestedcsbl": "infested_cobblestone", + "infestedcsblock": "infested_cobblestone", + "infestedcst": "infested_cobblestone", + "infestedcstb": "infested_cobblestone", + "infestedcstbl": "infested_cobblestone", + "infestedcstblock": "infested_cobblestone", + "infestedcstone": "infested_cobblestone", + "infestedcstoneb": "infested_cobblestone", + "infestedcstonebl": "infested_cobblestone", + "infestedcstoneblock": "infested_cobblestone", + "mecobble": "infested_cobblestone", + "mecobbleb": "infested_cobblestone", + "mecobblebl": "infested_cobblestone", + "mecobbleblock": "infested_cobblestone", + "mecobblestone": "infested_cobblestone", + "mecobblestoneb": "infested_cobblestone", + "mecobblestonebl": "infested_cobblestone", + "mecobblestoneblock": "infested_cobblestone", + "mecs": "infested_cobblestone", + "mecsb": "infested_cobblestone", + "mecsbl": "infested_cobblestone", + "mecsblock": "infested_cobblestone", + "mecst": "infested_cobblestone", + "mecstb": "infested_cobblestone", + "mecstbl": "infested_cobblestone", + "mecstblock": "infested_cobblestone", + "mecstone": "infested_cobblestone", + "mecstoneb": "infested_cobblestone", + "mecstonebl": "infested_cobblestone", + "mecstoneblock": "infested_cobblestone", + "meggcobble": "infested_cobblestone", + "meggcobbleb": "infested_cobblestone", + "meggcobblebl": "infested_cobblestone", + "meggcobbleblock": "infested_cobblestone", + "meggcobblestone": "infested_cobblestone", + "meggcobblestoneb": "infested_cobblestone", + "meggcobblestonebl": "infested_cobblestone", + "meggcobblestoneblock": "infested_cobblestone", + "meggcs": "infested_cobblestone", + "meggcsb": "infested_cobblestone", + "meggcsbl": "infested_cobblestone", + "meggcsblock": "infested_cobblestone", + "meggcst": "infested_cobblestone", + "meggcstb": "infested_cobblestone", + "meggcstbl": "infested_cobblestone", + "meggcstblock": "infested_cobblestone", + "meggcstone": "infested_cobblestone", + "meggcstoneb": "infested_cobblestone", + "meggcstonebl": "infested_cobblestone", + "meggcstoneblock": "infested_cobblestone", + "minecraft:infested_cobblestone": "infested_cobblestone", + "monstereggcobble": "infested_cobblestone", + "monstereggcobbleb": "infested_cobblestone", + "monstereggcobblebl": "infested_cobblestone", + "monstereggcobbleblock": "infested_cobblestone", + "monstereggcobblestone": "infested_cobblestone", + "monstereggcobblestoneb": "infested_cobblestone", + "monstereggcobblestonebl": "infested_cobblestone", + "monstereggcobblestoneblock": "infested_cobblestone", + "monstereggcs": "infested_cobblestone", + "monstereggcsb": "infested_cobblestone", + "monstereggcsbl": "infested_cobblestone", + "monstereggcsblock": "infested_cobblestone", + "monstereggcst": "infested_cobblestone", + "monstereggcstb": "infested_cobblestone", + "monstereggcstbl": "infested_cobblestone", + "monstereggcstblock": "infested_cobblestone", + "monstereggcstone": "infested_cobblestone", + "monstereggcstoneb": "infested_cobblestone", + "monstereggcstonebl": "infested_cobblestone", + "monstereggcstoneblock": "infested_cobblestone", + "sfcobble": "infested_cobblestone", + "sfcobbleb": "infested_cobblestone", + "sfcobblebl": "infested_cobblestone", + "sfcobbleblock": "infested_cobblestone", + "sfcobblestone": "infested_cobblestone", + "sfcobblestoneb": "infested_cobblestone", + "sfcobblestonebl": "infested_cobblestone", + "sfcobblestoneblock": "infested_cobblestone", + "sfcs": "infested_cobblestone", + "sfcsb": "infested_cobblestone", + "sfcsbl": "infested_cobblestone", + "sfcsblock": "infested_cobblestone", + "sfcst": "infested_cobblestone", + "sfcstb": "infested_cobblestone", + "sfcstbl": "infested_cobblestone", + "sfcstblock": "infested_cobblestone", + "sfcstone": "infested_cobblestone", + "sfcstoneb": "infested_cobblestone", + "sfcstonebl": "infested_cobblestone", + "sfcstoneblock": "infested_cobblestone", + "sfishcobble": "infested_cobblestone", + "sfishcobbleb": "infested_cobblestone", + "sfishcobblebl": "infested_cobblestone", + "sfishcobbleblock": "infested_cobblestone", + "sfishcobblestone": "infested_cobblestone", + "sfishcobblestoneb": "infested_cobblestone", + "sfishcobblestonebl": "infested_cobblestone", + "sfishcobblestoneblock": "infested_cobblestone", + "sfishcs": "infested_cobblestone", + "sfishcsb": "infested_cobblestone", + "sfishcsbl": "infested_cobblestone", + "sfishcsblock": "infested_cobblestone", + "sfishcst": "infested_cobblestone", + "sfishcstb": "infested_cobblestone", + "sfishcstbl": "infested_cobblestone", + "sfishcstblock": "infested_cobblestone", + "sfishcstone": "infested_cobblestone", + "sfishcstoneb": "infested_cobblestone", + "sfishcstonebl": "infested_cobblestone", + "sfishcstoneblock": "infested_cobblestone", + "silverfishcobble": "infested_cobblestone", + "silverfishcobbleb": "infested_cobblestone", + "silverfishcobblebl": "infested_cobblestone", + "silverfishcobbleblock": "infested_cobblestone", + "silverfishcobblestone": "infested_cobblestone", + "silverfishcobblestoneb": "infested_cobblestone", + "silverfishcobblestonebl": "infested_cobblestone", + "silverfishcobblestoneblock": "infested_cobblestone", + "silverfishcs": "infested_cobblestone", + "silverfishcsb": "infested_cobblestone", + "silverfishcsbl": "infested_cobblestone", + "silverfishcsblock": "infested_cobblestone", + "silverfishcst": "infested_cobblestone", + "silverfishcstb": "infested_cobblestone", + "silverfishcstbl": "infested_cobblestone", + "silverfishcstblock": "infested_cobblestone", + "silverfishcstone": "infested_cobblestone", + "silverfishcstoneb": "infested_cobblestone", + "silverfishcstonebl": "infested_cobblestone", + "silverfishcstoneblock": "infested_cobblestone", + "trapcobble": "infested_cobblestone", + "trapcobbleb": "infested_cobblestone", + "trapcobblebl": "infested_cobblestone", + "trapcobbleblock": "infested_cobblestone", + "trapcobblestone": "infested_cobblestone", + "trapcobblestoneb": "infested_cobblestone", + "trapcobblestonebl": "infested_cobblestone", + "trapcobblestoneblock": "infested_cobblestone", + "trapcs": "infested_cobblestone", + "trapcsb": "infested_cobblestone", + "trapcsbl": "infested_cobblestone", + "trapcsblock": "infested_cobblestone", + "trapcst": "infested_cobblestone", + "trapcstb": "infested_cobblestone", + "trapcstbl": "infested_cobblestone", + "trapcstblock": "infested_cobblestone", + "trapcstone": "infested_cobblestone", + "trapcstoneb": "infested_cobblestone", + "trapcstonebl": "infested_cobblestone", + "trapcstoneblock": "infested_cobblestone", + "infested_cracked_stone_bricks": { + "material": "INFESTED_CRACKED_STONE_BRICKS" + }, + "crackedfishst": "infested_cracked_stone_bricks", + "crackedfishstone": "infested_cracked_stone_bricks", + "crackedinfestedst": "infested_cracked_stone_bricks", + "crackedinfestedstone": "infested_cracked_stone_bricks", + "crackedinfestst": "infested_cracked_stone_bricks", + "crackedinfeststone": "infested_cracked_stone_bricks", + "crackedmeggst": "infested_cracked_stone_bricks", + "crackedmeggstone": "infested_cracked_stone_bricks", + "crackedmest": "infested_cracked_stone_bricks", + "crackedmestone": "infested_cracked_stone_bricks", + "crackedmonstereggst": "infested_cracked_stone_bricks", + "crackedmonstereggstone": "infested_cracked_stone_bricks", + "crackedsfishst": "infested_cracked_stone_bricks", + "crackedsfishstone": "infested_cracked_stone_bricks", + "crackedsfst": "infested_cracked_stone_bricks", + "crackedsfstone": "infested_cracked_stone_bricks", + "crackedsilverfishst": "infested_cracked_stone_bricks", + "crackedsilverfishstone": "infested_cracked_stone_bricks", + "crackedtrapst": "infested_cracked_stone_bricks", + "crackedtrapstone": "infested_cracked_stone_bricks", + "crackfishst": "infested_cracked_stone_bricks", + "crackfishstone": "infested_cracked_stone_bricks", + "crackinfestedst": "infested_cracked_stone_bricks", + "crackinfestedstone": "infested_cracked_stone_bricks", + "crackinfestst": "infested_cracked_stone_bricks", + "crackinfeststone": "infested_cracked_stone_bricks", + "crackmeggst": "infested_cracked_stone_bricks", + "crackmeggstone": "infested_cracked_stone_bricks", + "crackmest": "infested_cracked_stone_bricks", + "crackmestone": "infested_cracked_stone_bricks", + "crackmonstereggst": "infested_cracked_stone_bricks", + "crackmonstereggstone": "infested_cracked_stone_bricks", + "cracksfishst": "infested_cracked_stone_bricks", + "cracksfishstone": "infested_cracked_stone_bricks", + "cracksfst": "infested_cracked_stone_bricks", + "cracksfstone": "infested_cracked_stone_bricks", + "cracksilverfishst": "infested_cracked_stone_bricks", + "cracksilverfishstone": "infested_cracked_stone_bricks", + "cracktrapst": "infested_cracked_stone_bricks", + "cracktrapstone": "infested_cracked_stone_bricks", + "crfishst": "infested_cracked_stone_bricks", + "crfishstone": "infested_cracked_stone_bricks", + "crinfestedst": "infested_cracked_stone_bricks", + "crinfestedstone": "infested_cracked_stone_bricks", + "crinfestst": "infested_cracked_stone_bricks", + "crinfeststone": "infested_cracked_stone_bricks", + "crmeggst": "infested_cracked_stone_bricks", + "crmeggstone": "infested_cracked_stone_bricks", + "crmest": "infested_cracked_stone_bricks", + "crmestone": "infested_cracked_stone_bricks", + "crmonstereggst": "infested_cracked_stone_bricks", + "crmonstereggstone": "infested_cracked_stone_bricks", + "crsfishst": "infested_cracked_stone_bricks", + "crsfishstone": "infested_cracked_stone_bricks", + "crsfst": "infested_cracked_stone_bricks", + "crsfstone": "infested_cracked_stone_bricks", + "crsilverfishst": "infested_cracked_stone_bricks", + "crsilverfishstone": "infested_cracked_stone_bricks", + "crtrapst": "infested_cracked_stone_bricks", + "crtrapstone": "infested_cracked_stone_bricks", + "fishcrackedst": "infested_cracked_stone_bricks", + "fishcrackedstone": "infested_cracked_stone_bricks", + "fishcrackst": "infested_cracked_stone_bricks", + "fishcrackstone": "infested_cracked_stone_bricks", + "fishcrst": "infested_cracked_stone_bricks", + "fishcrstone": "infested_cracked_stone_bricks", + "infestcrackedst": "infested_cracked_stone_bricks", + "infestcrackedstone": "infested_cracked_stone_bricks", + "infestcrackst": "infested_cracked_stone_bricks", + "infestcrackstone": "infested_cracked_stone_bricks", + "infestcrst": "infested_cracked_stone_bricks", + "infestcrstone": "infested_cracked_stone_bricks", + "infestedcrackedst": "infested_cracked_stone_bricks", + "infestedcrackedstone": "infested_cracked_stone_bricks", + "infestedcrackedstonebricks": "infested_cracked_stone_bricks", + "infestedcrackst": "infested_cracked_stone_bricks", + "infestedcrackstone": "infested_cracked_stone_bricks", + "infestedcrst": "infested_cracked_stone_bricks", + "infestedcrstone": "infested_cracked_stone_bricks", + "mecrackedst": "infested_cracked_stone_bricks", + "mecrackedstone": "infested_cracked_stone_bricks", + "mecrackst": "infested_cracked_stone_bricks", + "mecrackstone": "infested_cracked_stone_bricks", + "mecrst": "infested_cracked_stone_bricks", + "mecrstone": "infested_cracked_stone_bricks", + "meggcrackedst": "infested_cracked_stone_bricks", + "meggcrackedstone": "infested_cracked_stone_bricks", + "meggcrackst": "infested_cracked_stone_bricks", + "meggcrackstone": "infested_cracked_stone_bricks", + "meggcrst": "infested_cracked_stone_bricks", + "meggcrstone": "infested_cracked_stone_bricks", + "minecraft:infested_cracked_stone_bricks": "infested_cracked_stone_bricks", + "monstereggcrackedst": "infested_cracked_stone_bricks", + "monstereggcrackedstone": "infested_cracked_stone_bricks", + "monstereggcrackst": "infested_cracked_stone_bricks", + "monstereggcrackstone": "infested_cracked_stone_bricks", + "monstereggcrst": "infested_cracked_stone_bricks", + "monstereggcrstone": "infested_cracked_stone_bricks", + "sfcrackedst": "infested_cracked_stone_bricks", + "sfcrackedstone": "infested_cracked_stone_bricks", + "sfcrackst": "infested_cracked_stone_bricks", + "sfcrackstone": "infested_cracked_stone_bricks", + "sfcrst": "infested_cracked_stone_bricks", + "sfcrstone": "infested_cracked_stone_bricks", + "sfishcrackedst": "infested_cracked_stone_bricks", + "sfishcrackedstone": "infested_cracked_stone_bricks", + "sfishcrackst": "infested_cracked_stone_bricks", + "sfishcrackstone": "infested_cracked_stone_bricks", + "sfishcrst": "infested_cracked_stone_bricks", + "sfishcrstone": "infested_cracked_stone_bricks", + "silverfishcrackedst": "infested_cracked_stone_bricks", + "silverfishcrackedstone": "infested_cracked_stone_bricks", + "silverfishcrackst": "infested_cracked_stone_bricks", + "silverfishcrackstone": "infested_cracked_stone_bricks", + "silverfishcrst": "infested_cracked_stone_bricks", + "silverfishcrstone": "infested_cracked_stone_bricks", + "trapcrackedst": "infested_cracked_stone_bricks", + "trapcrackedstone": "infested_cracked_stone_bricks", + "trapcrackst": "infested_cracked_stone_bricks", + "trapcrackstone": "infested_cracked_stone_bricks", + "trapcrst": "infested_cracked_stone_bricks", + "trapcrstone": "infested_cracked_stone_bricks", + "infested_deepslate": { + "material": "INFESTED_DEEPSLATE" + }, + "fishdeepslate": "infested_deepslate", + "fishdeepslateb": "infested_deepslate", + "fishdeepslatebl": "infested_deepslate", + "fishdeepslateblock": "infested_deepslate", + "fishdslate": "infested_deepslate", + "fishdslateb": "infested_deepslate", + "fishdslatebl": "infested_deepslate", + "fishdslateblock": "infested_deepslate", + "fishslate": "infested_deepslate", + "fishslateb": "infested_deepslate", + "fishslatebl": "infested_deepslate", + "fishslateblock": "infested_deepslate", + "infestdeepslate": "infested_deepslate", + "infestdeepslateb": "infested_deepslate", + "infestdeepslatebl": "infested_deepslate", + "infestdeepslateblock": "infested_deepslate", + "infestdslate": "infested_deepslate", + "infestdslateb": "infested_deepslate", + "infestdslatebl": "infested_deepslate", + "infestdslateblock": "infested_deepslate", + "infesteddeepslate": "infested_deepslate", + "infesteddeepslateb": "infested_deepslate", + "infesteddeepslatebl": "infested_deepslate", + "infesteddeepslateblock": "infested_deepslate", + "infesteddslate": "infested_deepslate", + "infesteddslateb": "infested_deepslate", + "infesteddslatebl": "infested_deepslate", + "infesteddslateblock": "infested_deepslate", + "infestedslate": "infested_deepslate", + "infestedslateb": "infested_deepslate", + "infestedslatebl": "infested_deepslate", + "infestedslateblock": "infested_deepslate", + "infestslate": "infested_deepslate", + "infestslateb": "infested_deepslate", + "infestslatebl": "infested_deepslate", + "infestslateblock": "infested_deepslate", + "medeepslate": "infested_deepslate", + "medeepslateb": "infested_deepslate", + "medeepslatebl": "infested_deepslate", + "medeepslateblock": "infested_deepslate", + "medslate": "infested_deepslate", + "medslateb": "infested_deepslate", + "medslatebl": "infested_deepslate", + "medslateblock": "infested_deepslate", + "meggdeepslate": "infested_deepslate", + "meggdeepslateb": "infested_deepslate", + "meggdeepslatebl": "infested_deepslate", + "meggdeepslateblock": "infested_deepslate", + "meggdslate": "infested_deepslate", + "meggdslateb": "infested_deepslate", + "meggdslatebl": "infested_deepslate", + "meggdslateblock": "infested_deepslate", + "meggslate": "infested_deepslate", + "meggslateb": "infested_deepslate", + "meggslatebl": "infested_deepslate", + "meggslateblock": "infested_deepslate", + "meslate": "infested_deepslate", + "meslateb": "infested_deepslate", + "meslatebl": "infested_deepslate", + "meslateblock": "infested_deepslate", + "minecraft:infested_deepslate": "infested_deepslate", + "monstereggdeepslate": "infested_deepslate", + "monstereggdeepslateb": "infested_deepslate", + "monstereggdeepslatebl": "infested_deepslate", + "monstereggdeepslateblock": "infested_deepslate", + "monstereggdslate": "infested_deepslate", + "monstereggdslateb": "infested_deepslate", + "monstereggdslatebl": "infested_deepslate", + "monstereggdslateblock": "infested_deepslate", + "monstereggslate": "infested_deepslate", + "monstereggslateb": "infested_deepslate", + "monstereggslatebl": "infested_deepslate", + "monstereggslateblock": "infested_deepslate", + "sfdeepslate": "infested_deepslate", + "sfdeepslateb": "infested_deepslate", + "sfdeepslatebl": "infested_deepslate", + "sfdeepslateblock": "infested_deepslate", + "sfdslate": "infested_deepslate", + "sfdslateb": "infested_deepslate", + "sfdslatebl": "infested_deepslate", + "sfdslateblock": "infested_deepslate", + "sfishdeepslate": "infested_deepslate", + "sfishdeepslateb": "infested_deepslate", + "sfishdeepslatebl": "infested_deepslate", + "sfishdeepslateblock": "infested_deepslate", + "sfishdslate": "infested_deepslate", + "sfishdslateb": "infested_deepslate", + "sfishdslatebl": "infested_deepslate", + "sfishdslateblock": "infested_deepslate", + "sfishslate": "infested_deepslate", + "sfishslateb": "infested_deepslate", + "sfishslatebl": "infested_deepslate", + "sfishslateblock": "infested_deepslate", + "sfslate": "infested_deepslate", + "sfslateb": "infested_deepslate", + "sfslatebl": "infested_deepslate", + "sfslateblock": "infested_deepslate", + "silverfishdeepslate": "infested_deepslate", + "silverfishdeepslateb": "infested_deepslate", + "silverfishdeepslatebl": "infested_deepslate", + "silverfishdeepslateblock": "infested_deepslate", + "silverfishdslate": "infested_deepslate", + "silverfishdslateb": "infested_deepslate", + "silverfishdslatebl": "infested_deepslate", + "silverfishdslateblock": "infested_deepslate", + "silverfishslate": "infested_deepslate", + "silverfishslateb": "infested_deepslate", + "silverfishslatebl": "infested_deepslate", + "silverfishslateblock": "infested_deepslate", + "trapdeepslate": "infested_deepslate", + "trapdeepslateb": "infested_deepslate", + "trapdeepslatebl": "infested_deepslate", + "trapdeepslateblock": "infested_deepslate", + "trapdslate": "infested_deepslate", + "trapdslateb": "infested_deepslate", + "trapdslatebl": "infested_deepslate", + "trapdslateblock": "infested_deepslate", + "trapslate": "infested_deepslate", + "trapslateb": "infested_deepslate", + "trapslatebl": "infested_deepslate", + "trapslateblock": "infested_deepslate", + "infested_mossy_stone_bricks": { + "material": "INFESTED_MOSSY_STONE_BRICKS" + }, + "fishmossst": "infested_mossy_stone_bricks", + "fishmossstone": "infested_mossy_stone_bricks", + "fishmossyst": "infested_mossy_stone_bricks", + "fishmossystone": "infested_mossy_stone_bricks", + "fishmst": "infested_mossy_stone_bricks", + "fishmstone": "infested_mossy_stone_bricks", + "infestedmossst": "infested_mossy_stone_bricks", + "infestedmossstone": "infested_mossy_stone_bricks", + "infestedmossyst": "infested_mossy_stone_bricks", + "infestedmossystone": "infested_mossy_stone_bricks", + "infestedmossystonebricks": "infested_mossy_stone_bricks", + "infestedmst": "infested_mossy_stone_bricks", + "infestedmstone": "infested_mossy_stone_bricks", + "infestmossst": "infested_mossy_stone_bricks", + "infestmossstone": "infested_mossy_stone_bricks", + "infestmossyst": "infested_mossy_stone_bricks", + "infestmossystone": "infested_mossy_stone_bricks", + "infestmst": "infested_mossy_stone_bricks", + "infestmstone": "infested_mossy_stone_bricks", + "meggmossst": "infested_mossy_stone_bricks", + "meggmossstone": "infested_mossy_stone_bricks", + "meggmossyst": "infested_mossy_stone_bricks", + "meggmossystone": "infested_mossy_stone_bricks", + "meggmst": "infested_mossy_stone_bricks", + "meggmstone": "infested_mossy_stone_bricks", + "memossst": "infested_mossy_stone_bricks", + "memossstone": "infested_mossy_stone_bricks", + "memossyst": "infested_mossy_stone_bricks", + "memossystone": "infested_mossy_stone_bricks", + "memst": "infested_mossy_stone_bricks", + "memstone": "infested_mossy_stone_bricks", + "mfishst": "infested_mossy_stone_bricks", + "mfishstone": "infested_mossy_stone_bricks", + "minecraft:infested_mossy_stone_bricks": "infested_mossy_stone_bricks", + "minfestedst": "infested_mossy_stone_bricks", + "minfestedstone": "infested_mossy_stone_bricks", + "minfestst": "infested_mossy_stone_bricks", + "minfeststone": "infested_mossy_stone_bricks", + "mmeggst": "infested_mossy_stone_bricks", + "mmeggstone": "infested_mossy_stone_bricks", + "mmest": "infested_mossy_stone_bricks", + "mmestone": "infested_mossy_stone_bricks", + "mmonstereggst": "infested_mossy_stone_bricks", + "mmonstereggstone": "infested_mossy_stone_bricks", + "monstereggmossst": "infested_mossy_stone_bricks", + "monstereggmossstone": "infested_mossy_stone_bricks", + "monstereggmossyst": "infested_mossy_stone_bricks", + "monstereggmossystone": "infested_mossy_stone_bricks", + "monstereggmst": "infested_mossy_stone_bricks", + "monstereggmstone": "infested_mossy_stone_bricks", + "mossfishst": "infested_mossy_stone_bricks", + "mossfishstone": "infested_mossy_stone_bricks", + "mossinfestedst": "infested_mossy_stone_bricks", + "mossinfestedstone": "infested_mossy_stone_bricks", + "mossinfestst": "infested_mossy_stone_bricks", + "mossinfeststone": "infested_mossy_stone_bricks", + "mossmeggst": "infested_mossy_stone_bricks", + "mossmeggstone": "infested_mossy_stone_bricks", + "mossmest": "infested_mossy_stone_bricks", + "mossmestone": "infested_mossy_stone_bricks", + "mossmonstereggst": "infested_mossy_stone_bricks", + "mossmonstereggstone": "infested_mossy_stone_bricks", + "mosssfishst": "infested_mossy_stone_bricks", + "mosssfishstone": "infested_mossy_stone_bricks", + "mosssfst": "infested_mossy_stone_bricks", + "mosssfstone": "infested_mossy_stone_bricks", + "mosssilverfishst": "infested_mossy_stone_bricks", + "mosssilverfishstone": "infested_mossy_stone_bricks", + "mosstrapst": "infested_mossy_stone_bricks", + "mosstrapstone": "infested_mossy_stone_bricks", + "mossyfishst": "infested_mossy_stone_bricks", + "mossyfishstone": "infested_mossy_stone_bricks", + "mossyinfestedst": "infested_mossy_stone_bricks", + "mossyinfestedstone": "infested_mossy_stone_bricks", + "mossyinfestst": "infested_mossy_stone_bricks", + "mossyinfeststone": "infested_mossy_stone_bricks", + "mossymeggst": "infested_mossy_stone_bricks", + "mossymeggstone": "infested_mossy_stone_bricks", + "mossymest": "infested_mossy_stone_bricks", + "mossymestone": "infested_mossy_stone_bricks", + "mossymonstereggst": "infested_mossy_stone_bricks", + "mossymonstereggstone": "infested_mossy_stone_bricks", + "mossysfishst": "infested_mossy_stone_bricks", + "mossysfishstone": "infested_mossy_stone_bricks", + "mossysfst": "infested_mossy_stone_bricks", + "mossysfstone": "infested_mossy_stone_bricks", + "mossysilverfishst": "infested_mossy_stone_bricks", + "mossysilverfishstone": "infested_mossy_stone_bricks", + "mossytrapst": "infested_mossy_stone_bricks", + "mossytrapstone": "infested_mossy_stone_bricks", + "msfishst": "infested_mossy_stone_bricks", + "msfishstone": "infested_mossy_stone_bricks", + "msfst": "infested_mossy_stone_bricks", + "msfstone": "infested_mossy_stone_bricks", + "msilverfishst": "infested_mossy_stone_bricks", + "msilverfishstone": "infested_mossy_stone_bricks", + "mtrapst": "infested_mossy_stone_bricks", + "mtrapstone": "infested_mossy_stone_bricks", + "sfishmossst": "infested_mossy_stone_bricks", + "sfishmossstone": "infested_mossy_stone_bricks", + "sfishmossyst": "infested_mossy_stone_bricks", + "sfishmossystone": "infested_mossy_stone_bricks", + "sfishmst": "infested_mossy_stone_bricks", + "sfishmstone": "infested_mossy_stone_bricks", + "sfmossst": "infested_mossy_stone_bricks", + "sfmossstone": "infested_mossy_stone_bricks", + "sfmossyst": "infested_mossy_stone_bricks", + "sfmossystone": "infested_mossy_stone_bricks", + "sfmst": "infested_mossy_stone_bricks", + "sfmstone": "infested_mossy_stone_bricks", + "silverfishmossst": "infested_mossy_stone_bricks", + "silverfishmossstone": "infested_mossy_stone_bricks", + "silverfishmossyst": "infested_mossy_stone_bricks", + "silverfishmossystone": "infested_mossy_stone_bricks", + "silverfishmst": "infested_mossy_stone_bricks", + "silverfishmstone": "infested_mossy_stone_bricks", + "trapmossst": "infested_mossy_stone_bricks", + "trapmossstone": "infested_mossy_stone_bricks", + "trapmossyst": "infested_mossy_stone_bricks", + "trapmossystone": "infested_mossy_stone_bricks", + "trapmst": "infested_mossy_stone_bricks", + "trapmstone": "infested_mossy_stone_bricks", + "infested_stone": { + "material": "INFESTED_STONE" + }, + "fishst": "infested_stone", + "fishstb": "infested_stone", + "fishstbl": "infested_stone", + "fishstblock": "infested_stone", + "fishstone": "infested_stone", + "fishstoneb": "infested_stone", + "fishstonebl": "infested_stone", + "fishstoneblock": "infested_stone", + "infestedst": "infested_stone", + "infestedstb": "infested_stone", + "infestedstbl": "infested_stone", + "infestedstblock": "infested_stone", + "infestedstone": "infested_stone", + "infestedstoneb": "infested_stone", + "infestedstonebl": "infested_stone", + "infestedstoneblock": "infested_stone", + "infestst": "infested_stone", + "infeststb": "infested_stone", + "infeststbl": "infested_stone", + "infeststblock": "infested_stone", + "infeststone": "infested_stone", + "infeststoneb": "infested_stone", + "infeststonebl": "infested_stone", + "infeststoneblock": "infested_stone", + "meggst": "infested_stone", + "meggstb": "infested_stone", + "meggstbl": "infested_stone", + "meggstblock": "infested_stone", + "meggstone": "infested_stone", + "meggstoneb": "infested_stone", + "meggstonebl": "infested_stone", + "meggstoneblock": "infested_stone", + "mest": "infested_stone", + "mestb": "infested_stone", + "mestbl": "infested_stone", + "mestblock": "infested_stone", + "mestone": "infested_stone", + "mestoneb": "infested_stone", + "mestonebl": "infested_stone", + "mestoneblock": "infested_stone", + "minecraft:infested_stone": "infested_stone", + "monstereggst": "infested_stone", + "monstereggstb": "infested_stone", + "monstereggstbl": "infested_stone", + "monstereggstblock": "infested_stone", + "monstereggstone": "infested_stone", + "monstereggstoneb": "infested_stone", + "monstereggstonebl": "infested_stone", + "monstereggstoneblock": "infested_stone", + "sfishst": "infested_stone", + "sfishstb": "infested_stone", + "sfishstbl": "infested_stone", + "sfishstblock": "infested_stone", + "sfishstone": "infested_stone", + "sfishstoneb": "infested_stone", + "sfishstonebl": "infested_stone", + "sfishstoneblock": "infested_stone", + "sfst": "infested_stone", + "sfstb": "infested_stone", + "sfstbl": "infested_stone", + "sfstblock": "infested_stone", + "sfstone": "infested_stone", + "sfstoneb": "infested_stone", + "sfstonebl": "infested_stone", + "sfstoneblock": "infested_stone", + "silverfishst": "infested_stone", + "silverfishstb": "infested_stone", + "silverfishstbl": "infested_stone", + "silverfishstblock": "infested_stone", + "silverfishstone": "infested_stone", + "silverfishstoneb": "infested_stone", + "silverfishstonebl": "infested_stone", + "silverfishstoneblock": "infested_stone", + "trapst": "infested_stone", + "trapstb": "infested_stone", + "trapstbl": "infested_stone", + "trapstblock": "infested_stone", + "trapstone": "infested_stone", + "trapstoneb": "infested_stone", + "trapstonebl": "infested_stone", + "trapstoneblock": "infested_stone", + "infested_stone_bricks": { + "material": "INFESTED_STONE_BRICKS" + }, + "fishstbr": "infested_stone_bricks", + "fishstbrick": "infested_stone_bricks", + "fishstonebr": "infested_stone_bricks", + "fishstonebrick": "infested_stone_bricks", + "fishstonebricks": "infested_stone_bricks", + "infestedstbr": "infested_stone_bricks", + "infestedstbrick": "infested_stone_bricks", + "infestedstonebr": "infested_stone_bricks", + "infestedstonebrick": "infested_stone_bricks", + "infestedstonebricks": "infested_stone_bricks", + "infeststbr": "infested_stone_bricks", + "infeststbrick": "infested_stone_bricks", + "infeststonebr": "infested_stone_bricks", + "infeststonebrick": "infested_stone_bricks", + "infeststonebricks": "infested_stone_bricks", + "meggstbr": "infested_stone_bricks", + "meggstbrick": "infested_stone_bricks", + "meggstonebr": "infested_stone_bricks", + "meggstonebrick": "infested_stone_bricks", + "meggstonebricks": "infested_stone_bricks", + "mestbr": "infested_stone_bricks", + "mestbrick": "infested_stone_bricks", + "mestonebr": "infested_stone_bricks", + "mestonebrick": "infested_stone_bricks", + "mestonebricks": "infested_stone_bricks", + "minecraft:infested_stone_bricks": "infested_stone_bricks", + "monstereggstbr": "infested_stone_bricks", + "monstereggstbrick": "infested_stone_bricks", + "monstereggstonebr": "infested_stone_bricks", + "monstereggstonebrick": "infested_stone_bricks", + "monstereggstonebricks": "infested_stone_bricks", + "sfishstbr": "infested_stone_bricks", + "sfishstbrick": "infested_stone_bricks", + "sfishstonebr": "infested_stone_bricks", + "sfishstonebrick": "infested_stone_bricks", + "sfishstonebricks": "infested_stone_bricks", + "sfstbr": "infested_stone_bricks", + "sfstbrick": "infested_stone_bricks", + "sfstonebr": "infested_stone_bricks", + "sfstonebrick": "infested_stone_bricks", + "sfstonebricks": "infested_stone_bricks", + "silverfishstbr": "infested_stone_bricks", + "silverfishstbrick": "infested_stone_bricks", + "silverfishstonebr": "infested_stone_bricks", + "silverfishstonebrick": "infested_stone_bricks", + "silverfishstonebricks": "infested_stone_bricks", + "trapstbr": "infested_stone_bricks", + "trapstbrick": "infested_stone_bricks", + "trapstonebr": "infested_stone_bricks", + "trapstonebrick": "infested_stone_bricks", + "trapstonebricks": "infested_stone_bricks", + "ink_sac": { + "material": "INK_SAC" + }, + "inksac": "ink_sac", + "minecraft:ink_sac": "ink_sac", + "invisibility_lingering_potion": { + "potionData": { + "type": "INVISIBILITY", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotinv": "invisibility_lingering_potion", + "aoepotinvis": "invisibility_lingering_potion", + "aoepotinvisibility": "invisibility_lingering_potion", + "aoepotinvisible": "invisibility_lingering_potion", + "aoepotioninv": "invisibility_lingering_potion", + "aoepotioninvis": "invisibility_lingering_potion", + "aoepotioninvisibility": "invisibility_lingering_potion", + "aoepotioninvisible": "invisibility_lingering_potion", + "areapotinv": "invisibility_lingering_potion", + "areapotinvis": "invisibility_lingering_potion", + "areapotinvisibility": "invisibility_lingering_potion", + "areapotinvisible": "invisibility_lingering_potion", + "areapotioninv": "invisibility_lingering_potion", + "areapotioninvis": "invisibility_lingering_potion", + "areapotioninvisibility": "invisibility_lingering_potion", + "areapotioninvisible": "invisibility_lingering_potion", + "cloudpotinv": "invisibility_lingering_potion", + "cloudpotinvis": "invisibility_lingering_potion", + "cloudpotinvisibility": "invisibility_lingering_potion", + "cloudpotinvisible": "invisibility_lingering_potion", + "cloudpotioninv": "invisibility_lingering_potion", + "cloudpotioninvis": "invisibility_lingering_potion", + "cloudpotioninvisibility": "invisibility_lingering_potion", + "cloudpotioninvisible": "invisibility_lingering_potion", + "invaoepoiont": "invisibility_lingering_potion", + "invaoepot": "invisibility_lingering_potion", + "invareapot": "invisibility_lingering_potion", + "invareapotion": "invisibility_lingering_potion", + "invcloudpot": "invisibility_lingering_potion", + "invcloudpotion": "invisibility_lingering_potion", + "invisaoepoiont": "invisibility_lingering_potion", + "invisaoepot": "invisibility_lingering_potion", + "invisareapot": "invisibility_lingering_potion", + "invisareapotion": "invisibility_lingering_potion", + "inviscloudpot": "invisibility_lingering_potion", + "inviscloudpotion": "invisibility_lingering_potion", + "invisibilityaoepoiont": "invisibility_lingering_potion", + "invisibilityaoepot": "invisibility_lingering_potion", + "invisibilityareapot": "invisibility_lingering_potion", + "invisibilityareapotion": "invisibility_lingering_potion", + "invisibilitycloudpot": "invisibility_lingering_potion", + "invisibilitycloudpotion": "invisibility_lingering_potion", + "invisibilitylingerpot": "invisibility_lingering_potion", + "invisibleaoepoiont": "invisibility_lingering_potion", + "invisibleaoepot": "invisibility_lingering_potion", + "invisibleareapot": "invisibility_lingering_potion", + "invisibleareapotion": "invisibility_lingering_potion", + "invisiblecloudpot": "invisibility_lingering_potion", + "invisiblecloudpotion": "invisibility_lingering_potion", + "invisiblelingerpot": "invisibility_lingering_potion", + "invislingerpot": "invisibility_lingering_potion", + "invlingerpot": "invisibility_lingering_potion", + "lingerpotinv": "invisibility_lingering_potion", + "lingerpotinvis": "invisibility_lingering_potion", + "lingerpotinvisibility": "invisibility_lingering_potion", + "lingerpotinvisible": "invisibility_lingering_potion", + "invisibility_potion": { + "potionData": { + "type": "INVISIBILITY", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "invisibilitypot": "invisibility_potion", + "invisibilitypotion": "invisibility_potion", + "invisiblepot": "invisibility_potion", + "invisiblepotion": "invisibility_potion", + "invispot": "invisibility_potion", + "invispotion": "invisibility_potion", + "invpot": "invisibility_potion", + "invpotion": "invisibility_potion", + "potionofinv": "invisibility_potion", + "potionofinvis": "invisibility_potion", + "potionofinvisibility": "invisibility_potion", + "potionofinvisible": "invisibility_potion", + "potofinv": "invisibility_potion", + "potofinvis": "invisibility_potion", + "potofinvisibility": "invisibility_potion", + "potofinvisible": "invisibility_potion", + "invisibility_splash_potion": { + "potionData": { + "type": "INVISIBILITY", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "invisibilitysplashpot": "invisibility_splash_potion", + "invisibilitysplashpotion": "invisibility_splash_potion", + "invisiblesplashpot": "invisibility_splash_potion", + "invisiblesplashpotion": "invisibility_splash_potion", + "invissplashpot": "invisibility_splash_potion", + "invissplashpotion": "invisibility_splash_potion", + "invsplashpot": "invisibility_splash_potion", + "invsplashpotion": "invisibility_splash_potion", + "splashinvisibilitypot": "invisibility_splash_potion", + "splashinvisibilitypotion": "invisibility_splash_potion", + "splashinvisiblepot": "invisibility_splash_potion", + "splashinvisiblepotion": "invisibility_splash_potion", + "splashinvispot": "invisibility_splash_potion", + "splashinvispotion": "invisibility_splash_potion", + "splashinvpot": "invisibility_splash_potion", + "splashinvpotion": "invisibility_splash_potion", + "splinvisibilitypot": "invisibility_splash_potion", + "splinvisibilitypotion": "invisibility_splash_potion", + "splinvisiblepot": "invisibility_splash_potion", + "splinvisiblepotion": "invisibility_splash_potion", + "splinvispot": "invisibility_splash_potion", + "splinvispotion": "invisibility_splash_potion", + "splinvpot": "invisibility_splash_potion", + "splinvpotion": "invisibility_splash_potion", + "invisibility_tipped_arrow": { + "potionData": { + "type": "INVISIBILITY", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowinv": "invisibility_tipped_arrow", + "arrowinvis": "invisibility_tipped_arrow", + "arrowinvisibility": "invisibility_tipped_arrow", + "arrowinvisible": "invisibility_tipped_arrow", + "invarrow": "invisibility_tipped_arrow", + "invisarrow": "invisibility_tipped_arrow", + "invisibilityarrow": "invisibility_tipped_arrow", + "invisibilitytarr": "invisibility_tipped_arrow", + "invisibilitytarrow": "invisibility_tipped_arrow", + "invisibilitytippedarrow": "invisibility_tipped_arrow", + "invisiblearrow": "invisibility_tipped_arrow", + "invisibletarr": "invisibility_tipped_arrow", + "invisibletarrow": "invisibility_tipped_arrow", + "invisibletippedarrow": "invisibility_tipped_arrow", + "invistarr": "invisibility_tipped_arrow", + "invistarrow": "invisibility_tipped_arrow", + "invistippedarrow": "invisibility_tipped_arrow", + "invtarr": "invisibility_tipped_arrow", + "invtarrow": "invisibility_tipped_arrow", + "invtippedarrow": "invisibility_tipped_arrow", + "iron_axe": { + "material": "IRON_AXE" + }, + "iaxe": "iron_axe", + "ironaxe": "iron_axe", + "minecraft:iron_axe": "iron_axe", + "saxe": "stone_axe", + "staxe": "iron_axe", + "steelaxe": "iron_axe", + "iron_bars": { + "material": "IRON_BARS" + }, + "ironbars": "iron_bars", + "minecraft:iron_bars": "iron_bars", + "iron_block": { + "material": "IRON_BLOCK" + }, + "blocki": "iron_block", + "blockiron": "iron_block", + "blocks": "iron_block", + "blockst": "iron_block", + "blocksteel": "iron_block", + "iblock": "iron_block", + "ironblock": "iron_block", + "minecraft:iron_block": "iron_block", + "sblock": "iron_block", + "stblock": "iron_block", + "steelblock": "iron_block", + "iron_boots": { + "material": "IRON_BOOTS" + }, + "iboots": "iron_boots", + "ironboots": "iron_boots", + "ironshoes": "iron_boots", + "ishoes": "iron_boots", + "minecraft:iron_boots": "iron_boots", + "sboots": "iron_boots", + "sshoes": "iron_boots", + "stboots": "iron_boots", + "steelboots": "iron_boots", + "steelshoes": "iron_boots", + "stshoes": "iron_boots", + "iron_chestplate": { + "material": "IRON_CHESTPLATE" + }, + "ichestplate": "iron_chestplate", + "iplate": "iron_chestplate", + "iplatebody": "iron_chestplate", + "ironchestplate": "iron_chestplate", + "ironplate": "iron_chestplate", + "ironplatebody": "iron_chestplate", + "ironshirt": "iron_chestplate", + "irontunic": "iron_chestplate", + "ishirt": "iron_chestplate", + "itunic": "iron_chestplate", + "minecraft:iron_chestplate": "iron_chestplate", + "schestplate": "iron_chestplate", + "splate": "spruce_pressure_plate", + "splatebody": "iron_chestplate", + "sshirt": "iron_chestplate", + "stchestplate": "iron_chestplate", + "steelchestplate": "iron_chestplate", + "steelplate": "iron_chestplate", + "steelplatebody": "iron_chestplate", + "steelshirt": "iron_chestplate", + "steeltunic": "iron_chestplate", + "stplate": "iron_chestplate", + "stplatebody": "iron_chestplate", + "stshirt": "iron_chestplate", + "sttunic": "iron_chestplate", + "stunic": "iron_chestplate", + "iron_door": { + "material": "IRON_DOOR" + }, + "doori": "iron_door", + "dooriron": "iron_door", + "doors": "iron_door", + "doorst": "iron_door", + "doorsteel": "iron_door", + "idoor": "iron_door", + "irondoor": "iron_door", + "minecraft:iron_door": "iron_door", + "sdoor": "spruce_door", + "stdoor": "spruce_trapdoor", + "steeldoor": "iron_door", + "iron_golem_spawner": { + "entity": "IRON_GOLEM", + "material": "SPAWNER" + }, + "igolemcage": "iron_golem_spawner", + "igolemmcage": "iron_golem_spawner", + "igolemmobcage": "iron_golem_spawner", + "igolemmobspawner": "iron_golem_spawner", + "igolemmonstercage": "iron_golem_spawner", + "igolemmonsterspawner": "iron_golem_spawner", + "igolemmspawner": "iron_golem_spawner", + "igolemspawner": "iron_golem_spawner", + "iron_golemcage": "iron_golem_spawner", + "iron_golemmcage": "iron_golem_spawner", + "iron_golemmobcage": "iron_golem_spawner", + "iron_golemmobspawner": "iron_golem_spawner", + "iron_golemmonstercage": "iron_golem_spawner", + "iron_golemmonsterspawner": "iron_golem_spawner", + "iron_golemmspawner": "iron_golem_spawner", + "iron_golemspawner": "iron_golem_spawner", + "iron_helmet": { + "material": "IRON_HELMET" + }, + "icoif": "iron_helmet", + "ihat": "iron_helmet", + "ihelm": "iron_helmet", + "ihelmet": "iron_helmet", + "ironcoif": "iron_helmet", + "ironhat": "iron_helmet", + "ironhelm": "iron_helmet", + "ironhelmet": "iron_helmet", + "minecraft:iron_helmet": "iron_helmet", + "scoif": "iron_helmet", + "shat": "iron_helmet", + "shelm": "iron_helmet", + "shelmet": "iron_helmet", + "stcoif": "iron_helmet", + "steelcoif": "iron_helmet", + "steelhat": "iron_helmet", + "steelhelm": "iron_helmet", + "steelhelmet": "iron_helmet", + "sthat": "iron_helmet", + "sthelm": "iron_helmet", + "sthelmet": "iron_helmet", + "iron_hoe": { + "material": "IRON_HOE" + }, + "ihoe": "iron_hoe", + "ironhoe": "iron_hoe", + "minecraft:iron_hoe": "iron_hoe", + "shoe": "stone_hoe", + "steelhoe": "iron_hoe", + "sthoe": "iron_hoe", + "iron_horse_armor": { + "material": "IRON_HORSE_ARMOR" + }, + "iarmor": "iron_horse_armor", + "iharmor": "iron_horse_armor", + "ihorsearmor": "iron_horse_armor", + "ironarmor": "iron_horse_armor", + "ironharmor": "iron_horse_armor", + "ironhorsearmor": "iron_horse_armor", + "minecraft:iron_horse_armor": "iron_horse_armor", + "sarmor": "iron_horse_armor", + "sharmor": "iron_horse_armor", + "shorsearmor": "iron_horse_armor", + "starmor": "iron_horse_armor", + "steelarmor": "iron_horse_armor", + "steelharmor": "iron_horse_armor", + "steelhorsearmor": "iron_horse_armor", + "stharmor": "iron_horse_armor", + "sthorsearmor": "iron_horse_armor", + "iron_ingot": { + "material": "IRON_INGOT" + }, + "bari": "iron_ingot", + "bariron": "iron_ingot", + "bars": "iron_ingot", + "barst": "iron_ingot", + "barsteel": "iron_ingot", + "ibar": "iron_ingot", + "ii": "iron_ingot", + "iingot": "iron_ingot", + "iiron": "iron_ingot", + "ingoti": "iron_ingot", + "ingotiron": "iron_ingot", + "ingots": "iron_ingot", + "ingotst": "iron_ingot", + "ingotsteel": "iron_ingot", + "ironbar": "iron_ingot", + "ironi": "iron_ingot", + "ironingot": "iron_ingot", + "is": "iron_ingot", + "ist": "iron_ingot", + "isteel": "iron_ingot", + "minecraft:iron_ingot": "iron_ingot", + "sbar": "iron_ingot", + "si": "iron_ingot", + "singot": "iron_ingot", + "stbar": "iron_ingot", + "steelbar": "iron_ingot", + "steeli": "iron_ingot", + "steelingot": "iron_ingot", + "sti": "iron_ingot", + "stingot": "iron_ingot", + "iron_leggings": { + "material": "IRON_LEGGINGS" + }, + "ileggings": "iron_leggings", + "ilegs": "iron_leggings", + "ipants": "iron_leggings", + "ironleggings": "iron_leggings", + "ironlegs": "iron_leggings", + "ironpants": "iron_leggings", + "minecraft:iron_leggings": "iron_leggings", + "sleggings": "iron_leggings", + "slegs": "iron_leggings", + "spants": "iron_leggings", + "steelleggings": "iron_leggings", + "steellegs": "iron_leggings", + "steelpants": "iron_leggings", + "stleggings": "iron_leggings", + "stlegs": "iron_leggings", + "stpants": "iron_leggings", + "iron_nugget": { + "material": "IRON_NUGGET" + }, + "ironnugget": "iron_nugget", + "minecraft:iron_nugget": "iron_nugget", + "iron_ore": { + "material": "IRON_ORE" + }, + "io": "iron_ore", + "iore": "iron_ore", + "irono": "iron_ore", + "ironore": "iron_ore", + "minecraft:iron_ore": "iron_ore", + "oi": "iron_ore", + "oiron": "iron_ore", + "orei": "iron_ore", + "oreiron": "iron_ore", + "ores": "iron_ore", + "orest": "iron_ore", + "oresteel": "iron_ore", + "os": "iron_ore", + "ost": "iron_ore", + "osteel": "iron_ore", + "so": "iron_ore", + "sore": "iron_ore", + "steelo": "iron_ore", + "steelore": "iron_ore", + "sto": "iron_ore", + "stoneiore": "iron_ore", + "stoneironore": "iron_ore", + "stonesore": "iron_ore", + "stonesteelore": "iron_ore", + "stonestore": "iron_ore", + "store": "iron_ore", + "iron_pickaxe": { + "material": "IRON_PICKAXE" + }, + "ipick": "iron_pickaxe", + "ipickaxe": "iron_pickaxe", + "ironpick": "iron_pickaxe", + "ironpickaxe": "iron_pickaxe", + "minecraft:iron_pickaxe": "iron_pickaxe", + "spick": "stone_pickaxe", + "spickaxe": "stone_pickaxe", + "steelpick": "iron_pickaxe", + "steelpickaxe": "iron_pickaxe", + "stpick": "iron_pickaxe", + "stpickaxe": "iron_pickaxe", + "iron_shovel": { + "material": "IRON_SHOVEL" + }, + "ironshovel": "iron_shovel", + "ironspade": "iron_shovel", + "ishovel": "iron_shovel", + "ispade": "iron_shovel", + "minecraft:iron_shovel": "iron_shovel", + "sshovel": "stone_shovel", + "sspade": "stone_shovel", + "steelshovel": "iron_shovel", + "steelspade": "iron_shovel", + "stshovel": "iron_shovel", + "stspade": "iron_shovel", + "iron_sword": { + "material": "IRON_SWORD" + }, + "ironsword": "iron_sword", + "isword": "iron_sword", + "minecraft:iron_sword": "iron_sword", + "ssword": "stone_sword", + "steelsword": "iron_sword", + "stsword": "iron_sword", + "iron_trapdoor": { + "material": "IRON_TRAPDOOR" + }, + "idoort": "iron_trapdoor", + "idoortrap": "iron_trapdoor", + "idtrap": "iron_trapdoor", + "ihatch": "iron_trapdoor", + "irondoort": "iron_trapdoor", + "irondoortrap": "iron_trapdoor", + "irondtrap": "iron_trapdoor", + "ironhatch": "iron_trapdoor", + "irontdoor": "iron_trapdoor", + "irontrapd": "iron_trapdoor", + "irontrapdoor": "iron_trapdoor", + "itdoor": "iron_trapdoor", + "itrapd": "iron_trapdoor", + "itrapdoor": "iron_trapdoor", + "minecraft:iron_trapdoor": "iron_trapdoor", + "sdoort": "spruce_trapdoor", + "sdoortrap": "spruce_trapdoor", + "sdtrap": "spruce_trapdoor", + "shatch": "spruce_trapdoor", + "stdoort": "iron_trapdoor", + "stdoortrap": "iron_trapdoor", + "stdtrap": "iron_trapdoor", + "steeldoort": "iron_trapdoor", + "steeldoortrap": "iron_trapdoor", + "steeldtrap": "iron_trapdoor", + "steelhatch": "iron_trapdoor", + "steeltdoor": "iron_trapdoor", + "steeltrapd": "iron_trapdoor", + "steeltrapdoor": "iron_trapdoor", + "sthatch": "iron_trapdoor", + "strapd": "spruce_trapdoor", + "strapdoor": "spruce_trapdoor", + "sttdoor": "iron_trapdoor", + "sttrapd": "iron_trapdoor", + "sttrapdoor": "iron_trapdoor", + "item_frame": { + "material": "ITEM_FRAME" + }, + "itemframe": "item_frame", + "minecraft:item_frame": "item_frame", + "jack_o_lantern": { + "material": "JACK_O_LANTERN" + }, + "jackolantern": "jack_o_lantern", + "minecraft:jack_o_lantern": "jack_o_lantern", + "jigsaw": { + "material": "JIGSAW" + }, + "minecraft:jigsaw": "jigsaw", + "jukebox": { + "material": "JUKEBOX" + }, + "minecraft:jukebox": "jukebox", + "jungle_boat": { + "material": "JUNGLE_BOAT" + }, + "boatf": "jungle_boat", + "boatforest": "jungle_boat", + "boatj": "jungle_boat", + "boatjungle": "jungle_boat", + "fboat": "jungle_boat", + "forestboat": "jungle_boat", + "forestraft": "jungle_boat", + "fraft": "jungle_boat", + "jboat": "jungle_boat", + "jraft": "jungle_boat", + "jungleboat": "jungle_boat", + "jungleraft": "jungle_boat", + "minecraft:jungle_boat": "jungle_boat", + "jungle_button": { + "material": "JUNGLE_BUTTON" + }, + "buttonf": "jungle_button", + "buttonforest": "jungle_button", + "buttonj": "jungle_button", + "buttonjungle": "jungle_button", + "fbutton": "jungle_button", + "forestbutton": "jungle_button", + "jbutton": "jungle_button", + "junglebutton": "jungle_button", + "minecraft:jungle_button": "jungle_button", + "jungle_door": { + "material": "JUNGLE_DOOR" + }, + "fdoor": "jungle_door", + "forestdoor": "jungle_door", + "jdoor": "jungle_door", + "jungledoor": "jungle_door", + "minecraft:jungle_door": "jungle_door", + "jungle_fence": { + "material": "JUNGLE_FENCE" + }, + "ffence": "jungle_fence", + "forestfence": "jungle_fence", + "jfence": "jungle_fence", + "junglefence": "jungle_fence", + "minecraft:jungle_fence": "jungle_fence", + "jungle_fence_gate": { + "material": "JUNGLE_FENCE_GATE" + }, + "ffencegate": "jungle_fence_gate", + "fgate": "jungle_fence_gate", + "forestfencegate": "jungle_fence_gate", + "forestgate": "jungle_fence_gate", + "gatef": "jungle_fence_gate", + "gateforest": "jungle_fence_gate", + "gatej": "jungle_fence_gate", + "gatejungle": "jungle_fence_gate", + "jfencegate": "jungle_fence_gate", + "jgate": "jungle_fence_gate", + "junglefencegate": "jungle_fence_gate", + "junglegate": "jungle_fence_gate", + "minecraft:jungle_fence_gate": "jungle_fence_gate", + "jungle_leaves": { + "material": "JUNGLE_LEAVES" + }, + "fleaf": "jungle_leaves", + "fleave": "jungle_leaves", + "fleaves": "jungle_leaves", + "flogleaf": "jungle_leaves", + "flogleave": "jungle_leaves", + "flogleaves": "jungle_leaves", + "forestleaf": "jungle_leaves", + "forestleave": "jungle_leaves", + "forestleaves": "jungle_leaves", + "forestlogleaf": "jungle_leaves", + "forestlogleave": "jungle_leaves", + "forestlogleaves": "jungle_leaves", + "foresttreeleaf": "jungle_leaves", + "foresttreeleave": "jungle_leaves", + "foresttreeleaves": "jungle_leaves", + "foresttrunkleaf": "jungle_leaves", + "foresttrunkleave": "jungle_leaves", + "foresttrunkleaves": "jungle_leaves", + "forestwoodleaf": "jungle_leaves", + "forestwoodleave": "jungle_leaves", + "forestwoodleaves": "jungle_leaves", + "ftreeleaf": "jungle_leaves", + "ftreeleave": "jungle_leaves", + "ftreeleaves": "jungle_leaves", + "ftrunkleaf": "jungle_leaves", + "ftrunkleave": "jungle_leaves", + "ftrunkleaves": "jungle_leaves", + "fwoodleaf": "jungle_leaves", + "fwoodleave": "jungle_leaves", + "fwoodleaves": "jungle_leaves", + "jleaf": "jungle_leaves", + "jleave": "jungle_leaves", + "jleaves": "jungle_leaves", + "jlogleaf": "jungle_leaves", + "jlogleave": "jungle_leaves", + "jlogleaves": "jungle_leaves", + "jtreeleaf": "jungle_leaves", + "jtreeleave": "jungle_leaves", + "jtreeleaves": "jungle_leaves", + "jtrunkleaf": "jungle_leaves", + "jtrunkleave": "jungle_leaves", + "jtrunkleaves": "jungle_leaves", + "jungleleaf": "jungle_leaves", + "jungleleave": "jungle_leaves", + "jungleleaves": "jungle_leaves", + "junglelogleaf": "jungle_leaves", + "junglelogleave": "jungle_leaves", + "junglelogleaves": "jungle_leaves", + "jungletreeleaf": "jungle_leaves", + "jungletreeleave": "jungle_leaves", + "jungletreeleaves": "jungle_leaves", + "jungletrunkleaf": "jungle_leaves", + "jungletrunkleave": "jungle_leaves", + "jungletrunkleaves": "jungle_leaves", + "junglewoodleaf": "jungle_leaves", + "junglewoodleave": "jungle_leaves", + "junglewoodleaves": "jungle_leaves", + "jwoodleaf": "jungle_leaves", + "jwoodleave": "jungle_leaves", + "jwoodleaves": "jungle_leaves", + "leaff": "jungle_leaves", + "leafforest": "jungle_leaves", + "leafj": "jungle_leaves", + "leafjungle": "jungle_leaves", + "leavesf": "jungle_leaves", + "leavesforest": "jungle_leaves", + "leavesj": "jungle_leaves", + "leavesjungle": "jungle_leaves", + "minecraft:jungle_leaves": "jungle_leaves", + "jungle_log": { + "material": "JUNGLE_LOG" + }, + "flog": "jungle_log", + "forestlog": "jungle_log", + "foresttree": "jungle_log", + "foresttrunk": "jungle_log", + "ftree": "jungle_log", + "ftrunk": "jungle_log", + "jlog": "jungle_log", + "jtree": "jungle_log", + "jtrunk": "jungle_log", + "junglelog": "jungle_log", + "jungletree": "jungle_log", + "jungletrunk": "jungle_log", + "logf": "jungle_log", + "logforest": "jungle_log", + "logj": "jungle_log", + "logjungle": "jungle_log", + "minecraft:jungle_log": "jungle_log", + "jungle_planks": { + "material": "JUNGLE_PLANKS" + }, + "forestplank": "jungle_planks", + "forestplankw": "jungle_planks", + "forestplankwood": "jungle_planks", + "forestplankwooden": "jungle_planks", + "forestwoodenplank": "jungle_planks", + "forestwoodplank": "jungle_planks", + "forestwplank": "jungle_planks", + "fplank": "jungle_planks", + "fplankw": "jungle_planks", + "fplankwood": "jungle_planks", + "fplankwooden": "jungle_planks", + "fwoodenplank": "jungle_planks", + "fwoodplank": "jungle_planks", + "fwplank": "jungle_planks", + "jplank": "jungle_planks", + "jplankw": "jungle_planks", + "jplankwood": "jungle_planks", + "jplankwooden": "jungle_planks", + "jungleplank": "jungle_planks", + "jungleplanks": "jungle_planks", + "jungleplankw": "jungle_planks", + "jungleplankwood": "jungle_planks", + "jungleplankwooden": "jungle_planks", + "junglewoodenplank": "jungle_planks", + "junglewoodplank": "jungle_planks", + "junglewplank": "jungle_planks", + "jwoodenplank": "jungle_planks", + "jwoodplank": "jungle_planks", + "jwplank": "jungle_planks", + "minecraft:jungle_planks": "jungle_planks", + "jungle_pressure_plate": { + "material": "JUNGLE_PRESSURE_PLATE" + }, + "forestplate": "jungle_pressure_plate", + "forestpplate": "jungle_pressure_plate", + "forestpressplate": "jungle_pressure_plate", + "forestpressureplate": "jungle_pressure_plate", + "fplate": "jungle_pressure_plate", + "fpplate": "jungle_pressure_plate", + "fpressplate": "jungle_pressure_plate", + "fpressureplate": "jungle_pressure_plate", + "jplate": "jungle_pressure_plate", + "jpplate": "jungle_pressure_plate", + "jpressplate": "jungle_pressure_plate", + "jpressureplate": "jungle_pressure_plate", + "jungleplate": "jungle_pressure_plate", + "junglepplate": "jungle_pressure_plate", + "junglepressplate": "jungle_pressure_plate", + "junglepressureplate": "jungle_pressure_plate", + "minecraft:jungle_pressure_plate": "jungle_pressure_plate", + "platef": "jungle_pressure_plate", + "plateforest": "jungle_pressure_plate", + "platej": "jungle_pressure_plate", + "platejungle": "jungle_pressure_plate", + "jungle_sapling": { + "material": "JUNGLE_SAPLING" + }, + "flogsapling": "jungle_sapling", + "forestlogsapling": "jungle_sapling", + "forestsapling": "jungle_sapling", + "foresttreesapling": "jungle_sapling", + "foresttrunksapling": "jungle_sapling", + "forestwoodsapling": "jungle_sapling", + "fsapling": "jungle_sapling", + "ftreesapling": "jungle_sapling", + "ftrunksapling": "jungle_sapling", + "fwoodsapling": "jungle_sapling", + "jlogsapling": "jungle_sapling", + "jsapling": "jungle_sapling", + "jtreesapling": "jungle_sapling", + "jtrunksapling": "jungle_sapling", + "junglelogsapling": "jungle_sapling", + "junglesapling": "jungle_sapling", + "jungletreesapling": "jungle_sapling", + "jungletrunksapling": "jungle_sapling", + "junglewoodsapling": "jungle_sapling", + "jwoodsapling": "jungle_sapling", + "minecraft:jungle_sapling": "jungle_sapling", + "jungle_sign": { + "material": "JUNGLE_SIGN", + "fallbacks": [ + "SIGN" + ] + }, + "forestsign": "jungle_sign", + "fsign": "jungle_sign", + "jsign": "jungle_sign", + "junglesign": "jungle_sign", + "minecraft:jungle_sign": "jungle_sign", + "jungle_slab": { + "material": "JUNGLE_SLAB" + }, + "fhalfblock": "jungle_slab", + "foresthalfblock": "jungle_slab", + "foreststep": "jungle_slab", + "forestwhalfblock": "jungle_slab", + "forestwoodenhalfblock": "jungle_slab", + "forestwoodenslab": "jungle_slab", + "forestwoodenstep": "jungle_slab", + "forestwoodhalfblock": "jungle_slab", + "forestwoodslab": "jungle_slab", + "forestwoodstep": "jungle_slab", + "forestwslab": "jungle_slab", + "forestwstep": "jungle_slab", + "fstep": "jungle_slab", + "fwhalfblock": "jungle_slab", + "fwoodenhalfblock": "jungle_slab", + "fwoodenslab": "jungle_slab", + "fwoodenstep": "jungle_slab", + "fwoodhalfblock": "jungle_slab", + "fwoodslab": "jungle_slab", + "fwoodstep": "jungle_slab", + "fwslab": "jungle_slab", + "fwstep": "jungle_slab", + "jhalfblock": "jungle_slab", + "jstep": "jungle_slab", + "junglehalfblock": "jungle_slab", + "jungleslab": "jungle_slab", + "junglestep": "jungle_slab", + "junglewhalfblock": "jungle_slab", + "junglewoodenhalfblock": "jungle_slab", + "junglewoodenslab": "jungle_slab", + "junglewoodenstep": "jungle_slab", + "junglewoodhalfblock": "jungle_slab", + "junglewoodslab": "jungle_slab", + "junglewoodstep": "jungle_slab", + "junglewslab": "jungle_slab", + "junglewstep": "jungle_slab", + "jwhalfblock": "jungle_slab", + "jwoodenhalfblock": "jungle_slab", + "jwoodenslab": "jungle_slab", + "jwoodenstep": "jungle_slab", + "jwoodhalfblock": "jungle_slab", + "jwoodslab": "jungle_slab", + "jwoodstep": "jungle_slab", + "jwslab": "jungle_slab", + "jwstep": "jungle_slab", + "minecraft:jungle_slab": "jungle_slab", + "jungle_stairs": { + "material": "JUNGLE_STAIRS" + }, + "foreststair": "jungle_stairs", + "forestwoodenstair": "jungle_stairs", + "forestwoodenstairs": "jungle_stairs", + "forestwoodstair": "jungle_stairs", + "forestwoodstairs": "jungle_stairs", + "forestwstair": "jungle_stairs", + "forestwstairs": "jungle_stairs", + "fstair": "jungle_stairs", + "fwoodenstair": "jungle_stairs", + "fwoodenstairs": "jungle_stairs", + "fwoodstair": "jungle_stairs", + "fwoodstairs": "jungle_stairs", + "fwstair": "jungle_stairs", + "fwstairs": "jungle_stairs", + "jstair": "jungle_stairs", + "junglestair": "jungle_stairs", + "junglestairs": "jungle_stairs", + "junglewoodenstair": "jungle_stairs", + "junglewoodenstairs": "jungle_stairs", + "junglewoodstair": "jungle_stairs", + "junglewoodstairs": "jungle_stairs", + "junglewstair": "jungle_stairs", + "junglewstairs": "jungle_stairs", + "jwoodenstair": "jungle_stairs", + "jwoodenstairs": "jungle_stairs", + "jwoodstair": "jungle_stairs", + "jwoodstairs": "jungle_stairs", + "jwstair": "jungle_stairs", + "jwstairs": "jungle_stairs", + "minecraft:jungle_stairs": "jungle_stairs", + "jungle_trapdoor": { + "material": "JUNGLE_TRAPDOOR" + }, + "fdoort": "jungle_trapdoor", + "fdoortrap": "jungle_trapdoor", + "fdtrap": "jungle_trapdoor", + "fhatch": "jungle_trapdoor", + "forestdoort": "jungle_trapdoor", + "forestdoortrap": "jungle_trapdoor", + "forestdtrap": "jungle_trapdoor", + "foresthatch": "jungle_trapdoor", + "foresttdoor": "jungle_trapdoor", + "foresttrapd": "jungle_trapdoor", + "foresttrapdoor": "jungle_trapdoor", + "ftdoor": "jungle_trapdoor", + "ftrapd": "jungle_trapdoor", + "ftrapdoor": "jungle_trapdoor", + "jdoort": "jungle_trapdoor", + "jdoortrap": "jungle_trapdoor", + "jdtrap": "jungle_trapdoor", + "jhatch": "jungle_trapdoor", + "jtdoor": "jungle_trapdoor", + "jtrapd": "jungle_trapdoor", + "jtrapdoor": "jungle_trapdoor", + "jungledoort": "jungle_trapdoor", + "jungledoortrap": "jungle_trapdoor", + "jungledtrap": "jungle_trapdoor", + "junglehatch": "jungle_trapdoor", + "jungletdoor": "jungle_trapdoor", + "jungletrapd": "jungle_trapdoor", + "jungletrapdoor": "jungle_trapdoor", + "minecraft:jungle_trapdoor": "jungle_trapdoor", + "jungle_wood": { + "material": "JUNGLE_WOOD" + }, + "flogall": "jungle_wood", + "forestlogall": "jungle_wood", + "foresttreeall": "jungle_wood", + "foresttrunkall": "jungle_wood", + "forestwood": "jungle_wood", + "ftreeall": "jungle_wood", + "ftrunkall": "jungle_wood", + "fwood": "jungle_wood", + "jlogall": "jungle_wood", + "jtreeall": "jungle_wood", + "jtrunkall": "jungle_wood", + "junglelogall": "jungle_wood", + "jungletreeall": "jungle_wood", + "jungletrunkall": "jungle_wood", + "junglewood": "jungle_wood", + "jwood": "jungle_wood", + "minecraft:jungle_wood": "jungle_wood", + "woodf": "jungle_wood", + "woodforest": "jungle_wood", + "woodj": "jungle_wood", + "woodjungle": "jungle_wood", + "kelp": { + "material": "KELP" + }, + "minecraft:kelp": "kelp", + "knowledge_book": { + "material": "KNOWLEDGE_BOOK" + }, + "knowledgebook": "knowledge_book", + "minecraft:knowledge_book": "knowledge_book", + "ladder": { + "material": "LADDER" + }, + "minecraft:ladder": "ladder", + "lantern": { + "material": "LANTERN" + }, + "minecraft:lantern": "lantern", + "lapis_block": { + "material": "LAPIS_BLOCK" + }, + "blockl": "lapis_block", + "blocklapis": "lapis_block", + "blocklapislazuli": "lapis_block", + "lapisblock": "lapis_block", + "lapislazuliblock": "lapis_block", + "lblock": "lapis_block", + "minecraft:lapis_block": "lapis_block", + "lapis_lazuli": { + "material": "LAPIS_LAZULI" + }, + "lapislazuli": "lapis_lazuli", + "minecraft:lapis_lazuli": "lapis_lazuli", + "lapis_ore": { + "material": "LAPIS_ORE" + }, + "lapislazulio": "lapis_ore", + "lapislazuliore": "lapis_ore", + "lapiso": "lapis_ore", + "lapisore": "lapis_ore", + "lo": "lapis_ore", + "lore": "lapis_ore", + "minecraft:lapis_ore": "lapis_ore", + "ol": "lapis_ore", + "olapis": "lapis_ore", + "olapislazuli": "lapis_ore", + "orel": "lapis_ore", + "orelapis": "lapis_ore", + "orelapislazuli": "lapis_ore", + "stonelapislazuliore": "lapis_ore", + "stonelapisore": "lapis_ore", + "stonelore": "lapis_ore", + "large_amethyst_bud": { + "material": "LARGE_AMETHYST_BUD" + }, + "amethystbudl": "large_amethyst_bud", + "bigamethystbud": "large_amethyst_bud", + "bigcavebud": "large_amethyst_bud", + "cavebudl": "large_amethyst_bud", + "lamethystbud": "large_amethyst_bud", + "largeamethystbud": "large_amethyst_bud", + "largecavebud": "large_amethyst_bud", + "lcavebud": "large_amethyst_bud", + "minecraft:large_amethyst_bud": "large_amethyst_bud", + "large_fern": { + "material": "LARGE_FERN" + }, + "largefern": "large_fern", + "minecraft:large_fern": "large_fern", + "lava_bucket": { + "material": "LAVA_BUCKET" + }, + "lavabucket": "lava_bucket", + "minecraft:lava_bucket": "lava_bucket", + "lead": { + "material": "LEAD" + }, + "minecraft:lead": "lead", + "leaping_lingering_potion": { + "potionData": { + "type": "JUMP", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionjump": "leaping_lingering_potion", + "aoepotionleap": "leaping_lingering_potion", + "aoepotionleaping": "leaping_lingering_potion", + "aoepotjump": "leaping_lingering_potion", + "aoepotleap": "leaping_lingering_potion", + "aoepotleaping": "leaping_lingering_potion", + "areapotionjump": "leaping_lingering_potion", + "areapotionleap": "leaping_lingering_potion", + "areapotionleaping": "leaping_lingering_potion", + "areapotjump": "leaping_lingering_potion", + "areapotleap": "leaping_lingering_potion", + "areapotleaping": "leaping_lingering_potion", + "cloudpotionjump": "leaping_lingering_potion", + "cloudpotionleap": "leaping_lingering_potion", + "cloudpotionleaping": "leaping_lingering_potion", + "cloudpotjump": "leaping_lingering_potion", + "cloudpotleap": "leaping_lingering_potion", + "cloudpotleaping": "leaping_lingering_potion", + "jumpaoepoiont": "leaping_lingering_potion", + "jumpaoepot": "leaping_lingering_potion", + "jumpareapot": "leaping_lingering_potion", + "jumpareapotion": "leaping_lingering_potion", + "jumpcloudpot": "leaping_lingering_potion", + "jumpcloudpotion": "leaping_lingering_potion", + "jumplingerpot": "leaping_lingering_potion", + "leapaoepoiont": "leaping_lingering_potion", + "leapaoepot": "leaping_lingering_potion", + "leapareapot": "leaping_lingering_potion", + "leapareapotion": "leaping_lingering_potion", + "leapcloudpot": "leaping_lingering_potion", + "leapcloudpotion": "leaping_lingering_potion", + "leapingaoepoiont": "leaping_lingering_potion", + "leapingaoepot": "leaping_lingering_potion", + "leapingareapot": "leaping_lingering_potion", + "leapingareapotion": "leaping_lingering_potion", + "leapingcloudpot": "leaping_lingering_potion", + "leapingcloudpotion": "leaping_lingering_potion", + "leapinglingerpot": "leaping_lingering_potion", + "leaplingerpot": "leaping_lingering_potion", + "lingerpotjump": "leaping_lingering_potion", + "lingerpotleap": "leaping_lingering_potion", + "lingerpotleaping": "leaping_lingering_potion", + "leaping_potion": { + "potionData": { + "type": "JUMP", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "jumppot": "leaping_potion", + "jumppotion": "leaping_potion", + "leapingpot": "leaping_potion", + "leapingpotion": "leaping_potion", + "leappot": "leaping_potion", + "leappotion": "leaping_potion", + "potionofjump": "leaping_potion", + "potionofleap": "leaping_potion", + "potionofleaping": "leaping_potion", + "potofjump": "leaping_potion", + "potofleap": "leaping_potion", + "potofleaping": "leaping_potion", + "leaping_splash_potion": { + "potionData": { + "type": "JUMP", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "jumpsplashpot": "leaping_splash_potion", + "jumpsplashpotion": "leaping_splash_potion", + "leapingsplashpot": "leaping_splash_potion", + "leapingsplashpotion": "leaping_splash_potion", + "leapsplashpot": "leaping_splash_potion", + "leapsplashpotion": "leaping_splash_potion", + "splashjumppot": "leaping_splash_potion", + "splashjumppotion": "leaping_splash_potion", + "splashleapingpot": "leaping_splash_potion", + "splashleapingpotion": "leaping_splash_potion", + "splashleappot": "leaping_splash_potion", + "splashleappotion": "leaping_splash_potion", + "spljumppot": "leaping_splash_potion", + "spljumppotion": "leaping_splash_potion", + "splleapingpot": "leaping_splash_potion", + "splleapingpotion": "leaping_splash_potion", + "splleappot": "leaping_splash_potion", + "splleappotion": "leaping_splash_potion", + "leaping_tipped_arrow": { + "potionData": { + "type": "JUMP", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowjump": "leaping_tipped_arrow", + "arrowleap": "leaping_tipped_arrow", + "arrowleaping": "leaping_tipped_arrow", + "jumparrow": "leaping_tipped_arrow", + "jumptarr": "leaping_tipped_arrow", + "jumptarrow": "leaping_tipped_arrow", + "jumptippedarrow": "leaping_tipped_arrow", + "leaparrow": "leaping_tipped_arrow", + "leapingarrow": "leaping_tipped_arrow", + "leapingtarr": "leaping_tipped_arrow", + "leapingtarrow": "leaping_tipped_arrow", + "leapingtippedarrow": "leaping_tipped_arrow", + "leaptarr": "leaping_tipped_arrow", + "leaptarrow": "leaping_tipped_arrow", + "leaptippedarrow": "leaping_tipped_arrow", + "leather": { + "material": "LEATHER" + }, + "minecraft:leather": "leather", + "leather_boots": { + "material": "LEATHER_BOOTS" + }, + "lboots": "leather_boots", + "leatherboots": "leather_boots", + "leathershoes": "leather_boots", + "lshoes": "leather_boots", + "minecraft:leather_boots": "leather_boots", + "leather_chestplate": { + "material": "LEATHER_CHESTPLATE" + }, + "lchestplate": "leather_chestplate", + "leatherchestplate": "leather_chestplate", + "leatherplate": "leather_chestplate", + "leatherplatebody": "leather_chestplate", + "leathershirt": "leather_chestplate", + "leathertunic": "leather_chestplate", + "lplatebody": "leather_chestplate", + "lshirt": "leather_chestplate", + "ltunic": "leather_chestplate", + "minecraft:leather_chestplate": "leather_chestplate", + "leather_helmet": { + "material": "LEATHER_HELMET" + }, + "lcoif": "leather_helmet", + "leathercoif": "leather_helmet", + "leatherhat": "leather_helmet", + "leatherhelm": "leather_helmet", + "leatherhelmet": "leather_helmet", + "lhat": "leather_helmet", + "lhelm": "leather_helmet", + "lhelmet": "leather_helmet", + "minecraft:leather_helmet": "leather_helmet", + "leather_horse_armor": { + "material": "LEATHER_HORSE_ARMOR" + }, + "larmor": "leather_horse_armor", + "leatherarmor": "leather_horse_armor", + "leatherharmor": "leather_horse_armor", + "leatherhorsearmor": "leather_horse_armor", + "lharmor": "leather_horse_armor", + "lhorsearmor": "leather_horse_armor", + "minecraft:leather_horse_armor": "leather_horse_armor", + "leather_leggings": { + "material": "LEATHER_LEGGINGS" + }, + "leatherleggings": "leather_leggings", + "leatherlegs": "leather_leggings", + "leatherpants": "leather_leggings", + "lleggings": "leather_leggings", + "llegs": "leather_leggings", + "lpants": "leather_leggings", + "minecraft:leather_leggings": "leather_leggings", + "lectern": { + "material": "LECTERN" + }, + "minecraft:lectern": "lectern", + "lever": { + "material": "LEVER" + }, + "minecraft:lever": "lever", + "light": { + "material": "LIGHT" + }, + "minecraft:light": "light", + "light_blue_banner": { + "material": "LIGHT_BLUE_BANNER" + }, + "lbbanner": "light_blue_banner", + "lblubanner": "light_blue_banner", + "lbluebanner": "light_blue_banner", + "light_bluebanner": "light_blue_banner", + "lightblubanner": "light_blue_banner", + "lightbluebanner": "light_blue_banner", + "minecraft:light_blue_banner": "light_blue_banner", + "light_blue_bed": { + "material": "LIGHT_BLUE_BED" + }, + "lbbed": "light_blue_bed", + "lblubed": "light_blue_bed", + "lbluebed": "light_blue_bed", + "light_bluebed": "light_blue_bed", + "lightblubed": "light_blue_bed", + "lightbluebed": "light_blue_bed", + "minecraft:light_blue_bed": "light_blue_bed", + "light_blue_candle": { + "material": "LIGHT_BLUE_CANDLE" + }, + "lbcandle": "light_blue_candle", + "lblucandle": "light_blue_candle", + "lbluecandle": "light_blue_candle", + "light_bluecandle": "light_blue_candle", + "lightblucandle": "light_blue_candle", + "lightbluecandle": "light_blue_candle", + "minecraft:light_blue_candle": "light_blue_candle", + "light_blue_carpet": { + "material": "LIGHT_BLUE_CARPET" + }, + "lbcarpet": "light_blue_carpet", + "lbfloor": "light_blue_carpet", + "lblucarpet": "light_blue_carpet", + "lbluecarpet": "light_blue_carpet", + "lbluefloor": "light_blue_carpet", + "lblufloor": "light_blue_carpet", + "light_bluecarpet": "light_blue_carpet", + "light_bluefloor": "light_blue_carpet", + "lightblucarpet": "light_blue_carpet", + "lightbluecarpet": "light_blue_carpet", + "lightbluefloor": "light_blue_carpet", + "lightblufloor": "light_blue_carpet", + "minecraft:light_blue_carpet": "light_blue_carpet", + "light_blue_concrete": { + "material": "LIGHT_BLUE_CONCRETE" + }, + "lbconcrete": "light_blue_concrete", + "lbluconcrete": "light_blue_concrete", + "lblueconcrete": "light_blue_concrete", + "light_blueconcrete": "light_blue_concrete", + "lightbluconcrete": "light_blue_concrete", + "lightblueconcrete": "light_blue_concrete", + "minecraft:light_blue_concrete": "light_blue_concrete", + "light_blue_concrete_powder": { + "material": "LIGHT_BLUE_CONCRETE_POWDER" + }, + "lbcdust": "light_blue_concrete_powder", + "lbconcretepowder": "light_blue_concrete_powder", + "lbconcretesand": "light_blue_concrete_powder", + "lbcp": "light_blue_concrete_powder", + "lbcpowder": "light_blue_concrete_powder", + "lblucdust": "light_blue_concrete_powder", + "lbluconcretepowder": "light_blue_concrete_powder", + "lbluconcretesand": "light_blue_concrete_powder", + "lblucp": "light_blue_concrete_powder", + "lblucpowder": "light_blue_concrete_powder", + "lbluecdust": "light_blue_concrete_powder", + "lblueconcretepowder": "light_blue_concrete_powder", + "lblueconcretesand": "light_blue_concrete_powder", + "lbluecp": "light_blue_concrete_powder", + "lbluecpowder": "light_blue_concrete_powder", + "light_bluecdust": "light_blue_concrete_powder", + "light_blueconcretepowder": "light_blue_concrete_powder", + "light_blueconcretesand": "light_blue_concrete_powder", + "light_bluecp": "light_blue_concrete_powder", + "light_bluecpowder": "light_blue_concrete_powder", + "lightblucdust": "light_blue_concrete_powder", + "lightbluconcretepowder": "light_blue_concrete_powder", + "lightbluconcretesand": "light_blue_concrete_powder", + "lightblucp": "light_blue_concrete_powder", + "lightblucpowder": "light_blue_concrete_powder", + "lightbluecdust": "light_blue_concrete_powder", + "lightblueconcretepowder": "light_blue_concrete_powder", + "lightblueconcretesand": "light_blue_concrete_powder", + "lightbluecp": "light_blue_concrete_powder", + "lightbluecpowder": "light_blue_concrete_powder", + "minecraft:light_blue_concrete_powder": "light_blue_concrete_powder", + "light_blue_dye": { + "material": "LIGHT_BLUE_DYE" + }, + "lbdye": "light_blue_dye", + "lbludye": "light_blue_dye", + "lbluedye": "light_blue_dye", + "light_bluedye": "light_blue_dye", + "lightbludye": "light_blue_dye", + "lightbluedye": "light_blue_dye", + "minecraft:light_blue_dye": "light_blue_dye", + "light_blue_glazed_terracotta": { + "material": "LIGHT_BLUE_GLAZED_TERRACOTTA" + }, + "lbglazedtcota": "light_blue_glazed_terracotta", + "lbglazedterra": "light_blue_glazed_terracotta", + "lbglazedterracota": "light_blue_glazed_terracotta", + "lbglazedterracotta": "light_blue_glazed_terracotta", + "lbgtcotta": "light_blue_glazed_terracotta", + "lbgterra": "light_blue_glazed_terracotta", + "lblueglazedtcota": "light_blue_glazed_terracotta", + "lblueglazedterra": "light_blue_glazed_terracotta", + "lblueglazedterracota": "light_blue_glazed_terracotta", + "lblueglazedterracotta": "light_blue_glazed_terracotta", + "lbluegtcotta": "light_blue_glazed_terracotta", + "lbluegterra": "light_blue_glazed_terracotta", + "lbluglazedtcota": "light_blue_glazed_terracotta", + "lbluglazedterra": "light_blue_glazed_terracotta", + "lbluglazedterracota": "light_blue_glazed_terracotta", + "lbluglazedterracotta": "light_blue_glazed_terracotta", + "lblugtcotta": "light_blue_glazed_terracotta", + "lblugterra": "light_blue_glazed_terracotta", + "light_blueglazedtcota": "light_blue_glazed_terracotta", + "light_blueglazedterra": "light_blue_glazed_terracotta", + "light_blueglazedterracota": "light_blue_glazed_terracotta", + "light_blueglazedterracotta": "light_blue_glazed_terracotta", + "light_bluegtcotta": "light_blue_glazed_terracotta", + "light_bluegterra": "light_blue_glazed_terracotta", + "lightblueglazedtcota": "light_blue_glazed_terracotta", + "lightblueglazedterra": "light_blue_glazed_terracotta", + "lightblueglazedterracota": "light_blue_glazed_terracotta", + "lightblueglazedterracotta": "light_blue_glazed_terracotta", + "lightbluegtcotta": "light_blue_glazed_terracotta", + "lightbluegterra": "light_blue_glazed_terracotta", + "lightbluglazedtcota": "light_blue_glazed_terracotta", + "lightbluglazedterra": "light_blue_glazed_terracotta", + "lightbluglazedterracota": "light_blue_glazed_terracotta", + "lightbluglazedterracotta": "light_blue_glazed_terracotta", + "lightblugtcotta": "light_blue_glazed_terracotta", + "lightblugterra": "light_blue_glazed_terracotta", + "minecraft:light_blue_glazed_terracotta": "light_blue_glazed_terracotta", + "light_blue_shulker_box": { + "material": "LIGHT_BLUE_SHULKER_BOX" + }, + "lbluesbox": "light_blue_shulker_box", + "lblueshulkerbox": "light_blue_shulker_box", + "lblusbox": "light_blue_shulker_box", + "lblushulkerbox": "light_blue_shulker_box", + "lbsbox": "light_blue_shulker_box", + "lbshulkerbox": "light_blue_shulker_box", + "light_bluesbox": "light_blue_shulker_box", + "light_blueshulkerbox": "light_blue_shulker_box", + "lightbluesbox": "light_blue_shulker_box", + "lightblueshulkerbox": "light_blue_shulker_box", + "lightblusbox": "light_blue_shulker_box", + "lightblushulkerbox": "light_blue_shulker_box", + "minecraft:light_blue_shulker_box": "light_blue_shulker_box", + "light_blue_stained_glass": { + "material": "LIGHT_BLUE_STAINED_GLASS" + }, + "lbglass": "light_blue_stained_glass", + "lblueglass": "light_blue_stained_glass", + "lbluesglass": "light_blue_stained_glass", + "lbluestainedglass": "light_blue_stained_glass", + "lbluglass": "light_blue_stained_glass", + "lblusglass": "light_blue_stained_glass", + "lblustainedglass": "light_blue_stained_glass", + "lbsglass": "light_blue_stained_glass", + "lbstainedglass": "light_blue_stained_glass", + "light_blueglass": "light_blue_stained_glass", + "light_bluesglass": "light_blue_stained_glass", + "light_bluestainedglass": "light_blue_stained_glass", + "lightblueglass": "light_blue_stained_glass", + "lightbluesglass": "light_blue_stained_glass", + "lightbluestainedglass": "light_blue_stained_glass", + "lightbluglass": "light_blue_stained_glass", + "lightblusglass": "light_blue_stained_glass", + "lightblustainedglass": "light_blue_stained_glass", + "minecraft:light_blue_stained_glass": "light_blue_stained_glass", + "light_blue_stained_glass_pane": { + "material": "LIGHT_BLUE_STAINED_GLASS_PANE" + }, + "lbglasspane": "light_blue_stained_glass_pane", + "lbgpane": "light_blue_stained_glass_pane", + "lblueglasspane": "light_blue_stained_glass_pane", + "lbluegpane": "light_blue_stained_glass_pane", + "lbluesglasspane": "light_blue_stained_glass_pane", + "lbluestainedglasspane": "light_blue_stained_glass_pane", + "lbluglasspane": "light_blue_stained_glass_pane", + "lblugpane": "light_blue_stained_glass_pane", + "lblusglasspane": "light_blue_stained_glass_pane", + "lblustainedglasspane": "light_blue_stained_glass_pane", + "lbsglasspane": "light_blue_stained_glass_pane", + "lbstainedglasspane": "light_blue_stained_glass_pane", + "light_blueglasspane": "light_blue_stained_glass_pane", + "light_bluegpane": "light_blue_stained_glass_pane", + "light_bluesglasspane": "light_blue_stained_glass_pane", + "light_bluestainedglasspane": "light_blue_stained_glass_pane", + "lightblueglasspane": "light_blue_stained_glass_pane", + "lightbluegpane": "light_blue_stained_glass_pane", + "lightbluesglasspane": "light_blue_stained_glass_pane", + "lightbluestainedglasspane": "light_blue_stained_glass_pane", + "lightbluglasspane": "light_blue_stained_glass_pane", + "lightblugpane": "light_blue_stained_glass_pane", + "lightblusglasspane": "light_blue_stained_glass_pane", + "lightblustainedglasspane": "light_blue_stained_glass_pane", + "minecraft:light_blue_stained_glass_pane": "light_blue_stained_glass_pane", + "light_blue_terracotta": { + "material": "LIGHT_BLUE_TERRACOTTA" + }, + "lbclay": "light_blue_terracotta", + "lbluclay": "light_blue_terracotta", + "lblueclay": "light_blue_terracotta", + "lbluesclay": "light_blue_terracotta", + "lbluestainedclay": "light_blue_terracotta", + "lbluetcota": "light_blue_terracotta", + "lblueterra": "light_blue_terracotta", + "lblueterracota": "light_blue_terracotta", + "lblueterracotta": "light_blue_terracotta", + "lblusclay": "light_blue_terracotta", + "lblustainedclay": "light_blue_terracotta", + "lblutcota": "light_blue_terracotta", + "lbluterra": "light_blue_terracotta", + "lbluterracota": "light_blue_terracotta", + "lbluterracotta": "light_blue_terracotta", + "lbsclay": "light_blue_terracotta", + "lbstainedclay": "light_blue_terracotta", + "lbtcota": "light_blue_terracotta", + "lbterra": "light_blue_terracotta", + "lbterracota": "light_blue_terracotta", + "lbterracotta": "light_blue_terracotta", + "light_blueclay": "light_blue_terracotta", + "light_bluesclay": "light_blue_terracotta", + "light_bluestainedclay": "light_blue_terracotta", + "light_bluetcota": "light_blue_terracotta", + "light_blueterra": "light_blue_terracotta", + "light_blueterracota": "light_blue_terracotta", + "light_blueterracotta": "light_blue_terracotta", + "lightbluclay": "light_blue_terracotta", + "lightblueclay": "light_blue_terracotta", + "lightbluesclay": "light_blue_terracotta", + "lightbluestainedclay": "light_blue_terracotta", + "lightbluetcota": "light_blue_terracotta", + "lightblueterra": "light_blue_terracotta", + "lightblueterracota": "light_blue_terracotta", + "lightblueterracotta": "light_blue_terracotta", + "lightblusclay": "light_blue_terracotta", + "lightblustainedclay": "light_blue_terracotta", + "lightblutcota": "light_blue_terracotta", + "lightbluterra": "light_blue_terracotta", + "lightbluterracota": "light_blue_terracotta", + "lightbluterracotta": "light_blue_terracotta", + "minecraft:light_blue_terracotta": "light_blue_terracotta", + "light_blue_wool": { + "material": "LIGHT_BLUE_WOOL" + }, + "lbcloth": "light_blue_wool", + "lbcotton": "light_blue_wool", + "lblucloth": "light_blue_wool", + "lblucotton": "light_blue_wool", + "lbluecloth": "light_blue_wool", + "lbluecotton": "light_blue_wool", + "lbluewool": "light_blue_wool", + "lbluwool": "light_blue_wool", + "lbwool": "light_blue_wool", + "light_bluecloth": "light_blue_wool", + "light_bluecotton": "light_blue_wool", + "light_bluewool": "light_blue_wool", + "lightblucloth": "light_blue_wool", + "lightblucotton": "light_blue_wool", + "lightbluecloth": "light_blue_wool", + "lightbluecotton": "light_blue_wool", + "lightbluewool": "light_blue_wool", + "lightbluwool": "light_blue_wool", + "minecraft:light_blue_wool": "light_blue_wool", + "light_gray_banner": { + "material": "LIGHT_GRAY_BANNER" + }, + "lgbanner": "light_gray_banner", + "lgrabanner": "light_gray_banner", + "lgraybanner": "light_gray_banner", + "lgreybanner": "light_gray_banner", + "light_graybanner": "light_gray_banner", + "lightgrabanner": "light_gray_banner", + "lightgraybanner": "light_gray_banner", + "lightgreybanner": "light_gray_banner", + "minecraft:light_gray_banner": "light_gray_banner", + "siabanner": "light_gray_banner", + "sibanner": "light_gray_banner", + "silverbanner": "light_gray_banner", + "light_gray_bed": { + "material": "LIGHT_GRAY_BED" + }, + "lgbed": "light_gray_bed", + "lgrabed": "light_gray_bed", + "lgraybed": "light_gray_bed", + "lgreybed": "light_gray_bed", + "light_graybed": "light_gray_bed", + "lightgrabed": "light_gray_bed", + "lightgraybed": "light_gray_bed", + "lightgreybed": "light_gray_bed", + "minecraft:light_gray_bed": "light_gray_bed", + "siabed": "light_gray_bed", + "sibed": "light_gray_bed", + "silverbed": "light_gray_bed", + "light_gray_candle": { + "material": "LIGHT_GRAY_CANDLE" + }, + "lgcandle": "light_gray_candle", + "lgracandle": "light_gray_candle", + "lgraycandle": "light_gray_candle", + "lgreycandle": "light_gray_candle", + "light_graycandle": "light_gray_candle", + "lightgracandle": "light_gray_candle", + "lightgraycandle": "light_gray_candle", + "lightgreycandle": "light_gray_candle", + "minecraft:light_gray_candle": "light_gray_candle", + "siacandle": "light_gray_candle", + "sicandle": "light_gray_candle", + "silvercandle": "light_gray_candle", + "light_gray_carpet": { + "material": "LIGHT_GRAY_CARPET" + }, + "lgcarpet": "light_gray_carpet", + "lgfloor": "light_gray_carpet", + "lgracarpet": "light_gray_carpet", + "lgrafloor": "light_gray_carpet", + "lgraycarpet": "light_gray_carpet", + "lgrayfloor": "light_gray_carpet", + "lgreycarpet": "light_gray_carpet", + "lgreyfloor": "light_gray_carpet", + "light_graycarpet": "light_gray_carpet", + "light_grayfloor": "light_gray_carpet", + "lightgracarpet": "light_gray_carpet", + "lightgrafloor": "light_gray_carpet", + "lightgraycarpet": "light_gray_carpet", + "lightgrayfloor": "light_gray_carpet", + "lightgreycarpet": "light_gray_carpet", + "lightgreyfloor": "light_gray_carpet", + "minecraft:light_gray_carpet": "light_gray_carpet", + "siacarpet": "light_gray_carpet", + "siafloor": "light_gray_carpet", + "sicarpet": "light_gray_carpet", + "sifloor": "light_gray_carpet", + "silvercarpet": "light_gray_carpet", + "silverfloor": "light_gray_carpet", + "light_gray_concrete": { + "material": "LIGHT_GRAY_CONCRETE" + }, + "lgconcrete": "light_gray_concrete", + "lgraconcrete": "light_gray_concrete", + "lgrayconcrete": "light_gray_concrete", + "lgreyconcrete": "light_gray_concrete", + "light_grayconcrete": "light_gray_concrete", + "lightgraconcrete": "light_gray_concrete", + "lightgrayconcrete": "light_gray_concrete", + "lightgreyconcrete": "light_gray_concrete", + "minecraft:light_gray_concrete": "light_gray_concrete", + "siaconcrete": "light_gray_concrete", + "siconcrete": "light_gray_concrete", + "silverconcrete": "light_gray_concrete", + "light_gray_concrete_powder": { + "material": "LIGHT_GRAY_CONCRETE_POWDER" + }, + "lgcdust": "light_gray_concrete_powder", + "lgconcretepowder": "light_gray_concrete_powder", + "lgconcretesand": "light_gray_concrete_powder", + "lgcp": "light_gray_concrete_powder", + "lgcpowder": "light_gray_concrete_powder", + "lgracdust": "light_gray_concrete_powder", + "lgraconcretepowder": "light_gray_concrete_powder", + "lgraconcretesand": "light_gray_concrete_powder", + "lgracp": "light_gray_concrete_powder", + "lgracpowder": "light_gray_concrete_powder", + "lgraycdust": "light_gray_concrete_powder", + "lgrayconcretepowder": "light_gray_concrete_powder", + "lgrayconcretesand": "light_gray_concrete_powder", + "lgraycp": "light_gray_concrete_powder", + "lgraycpowder": "light_gray_concrete_powder", + "lgreycdust": "light_gray_concrete_powder", + "lgreyconcretepowder": "light_gray_concrete_powder", + "lgreyconcretesand": "light_gray_concrete_powder", + "lgreycp": "light_gray_concrete_powder", + "lgreycpowder": "light_gray_concrete_powder", + "light_graycdust": "light_gray_concrete_powder", + "light_grayconcretepowder": "light_gray_concrete_powder", + "light_grayconcretesand": "light_gray_concrete_powder", + "light_graycp": "light_gray_concrete_powder", + "light_graycpowder": "light_gray_concrete_powder", + "lightgracdust": "light_gray_concrete_powder", + "lightgraconcretepowder": "light_gray_concrete_powder", + "lightgraconcretesand": "light_gray_concrete_powder", + "lightgracp": "light_gray_concrete_powder", + "lightgracpowder": "light_gray_concrete_powder", + "lightgraycdust": "light_gray_concrete_powder", + "lightgrayconcretepowder": "light_gray_concrete_powder", + "lightgrayconcretesand": "light_gray_concrete_powder", + "lightgraycp": "light_gray_concrete_powder", + "lightgraycpowder": "light_gray_concrete_powder", + "lightgreycdust": "light_gray_concrete_powder", + "lightgreyconcretepowder": "light_gray_concrete_powder", + "lightgreyconcretesand": "light_gray_concrete_powder", + "lightgreycp": "light_gray_concrete_powder", + "lightgreycpowder": "light_gray_concrete_powder", + "minecraft:light_gray_concrete_powder": "light_gray_concrete_powder", + "siacdust": "light_gray_concrete_powder", + "siaconcretepowder": "light_gray_concrete_powder", + "siaconcretesand": "light_gray_concrete_powder", + "siacp": "light_gray_concrete_powder", + "siacpowder": "light_gray_concrete_powder", + "sicdust": "light_gray_concrete_powder", + "siconcretepowder": "light_gray_concrete_powder", + "siconcretesand": "light_gray_concrete_powder", + "sicp": "light_gray_concrete_powder", + "sicpowder": "light_gray_concrete_powder", + "silvercdust": "light_gray_concrete_powder", + "silverconcretepowder": "light_gray_concrete_powder", + "silverconcretesand": "light_gray_concrete_powder", + "silvercp": "light_gray_concrete_powder", + "silvercpowder": "light_gray_concrete_powder", + "light_gray_dye": { + "material": "LIGHT_GRAY_DYE" + }, + "lgdye": "light_gray_dye", + "lgradye": "light_gray_dye", + "lgraydye": "light_gray_dye", + "lgreydye": "light_gray_dye", + "light_graydye": "light_gray_dye", + "lightgradye": "light_gray_dye", + "lightgraydye": "light_gray_dye", + "lightgreydye": "light_gray_dye", + "minecraft:light_gray_dye": "light_gray_dye", + "siadye": "light_gray_dye", + "sidye": "light_gray_dye", + "silverdye": "light_gray_dye", + "light_gray_glazed_terracotta": { + "material": "LIGHT_GRAY_GLAZED_TERRACOTTA" + }, + "lgglazedtcota": "light_gray_glazed_terracotta", + "lgglazedterra": "light_gray_glazed_terracotta", + "lgglazedterracota": "light_gray_glazed_terracotta", + "lgglazedterracotta": "light_gray_glazed_terracotta", + "lggtcotta": "light_gray_glazed_terracotta", + "lggterra": "light_gray_glazed_terracotta", + "lgraglazedtcota": "light_gray_glazed_terracotta", + "lgraglazedterra": "light_gray_glazed_terracotta", + "lgraglazedterracota": "light_gray_glazed_terracotta", + "lgraglazedterracotta": "light_gray_glazed_terracotta", + "lgragtcotta": "light_gray_glazed_terracotta", + "lgragterra": "light_gray_glazed_terracotta", + "lgrayglazedtcota": "light_gray_glazed_terracotta", + "lgrayglazedterra": "light_gray_glazed_terracotta", + "lgrayglazedterracota": "light_gray_glazed_terracotta", + "lgrayglazedterracotta": "light_gray_glazed_terracotta", + "lgraygtcotta": "light_gray_glazed_terracotta", + "lgraygterra": "light_gray_glazed_terracotta", + "lgreyglazedtcota": "light_gray_glazed_terracotta", + "lgreyglazedterra": "light_gray_glazed_terracotta", + "lgreyglazedterracota": "light_gray_glazed_terracotta", + "lgreyglazedterracotta": "light_gray_glazed_terracotta", + "lgreygtcotta": "light_gray_glazed_terracotta", + "lgreygterra": "light_gray_glazed_terracotta", + "light_grayglazedtcota": "light_gray_glazed_terracotta", + "light_grayglazedterra": "light_gray_glazed_terracotta", + "light_grayglazedterracota": "light_gray_glazed_terracotta", + "light_grayglazedterracotta": "light_gray_glazed_terracotta", + "light_graygtcotta": "light_gray_glazed_terracotta", + "light_graygterra": "light_gray_glazed_terracotta", + "lightgraglazedtcota": "light_gray_glazed_terracotta", + "lightgraglazedterra": "light_gray_glazed_terracotta", + "lightgraglazedterracota": "light_gray_glazed_terracotta", + "lightgraglazedterracotta": "light_gray_glazed_terracotta", + "lightgragtcotta": "light_gray_glazed_terracotta", + "lightgragterra": "light_gray_glazed_terracotta", + "lightgrayglazedtcota": "light_gray_glazed_terracotta", + "lightgrayglazedterra": "light_gray_glazed_terracotta", + "lightgrayglazedterracota": "light_gray_glazed_terracotta", + "lightgrayglazedterracotta": "light_gray_glazed_terracotta", + "lightgraygtcotta": "light_gray_glazed_terracotta", + "lightgraygterra": "light_gray_glazed_terracotta", + "lightgreyglazedtcota": "light_gray_glazed_terracotta", + "lightgreyglazedterra": "light_gray_glazed_terracotta", + "lightgreyglazedterracota": "light_gray_glazed_terracotta", + "lightgreyglazedterracotta": "light_gray_glazed_terracotta", + "lightgreygtcotta": "light_gray_glazed_terracotta", + "lightgreygterra": "light_gray_glazed_terracotta", + "minecraft:light_gray_glazed_terracotta": "light_gray_glazed_terracotta", + "siaglazedtcota": "light_gray_glazed_terracotta", + "siaglazedterra": "light_gray_glazed_terracotta", + "siaglazedterracota": "light_gray_glazed_terracotta", + "siaglazedterracotta": "light_gray_glazed_terracotta", + "siagtcotta": "light_gray_glazed_terracotta", + "siagterra": "light_gray_glazed_terracotta", + "siglazedtcota": "light_gray_glazed_terracotta", + "siglazedterra": "light_gray_glazed_terracotta", + "siglazedterracota": "light_gray_glazed_terracotta", + "siglazedterracotta": "light_gray_glazed_terracotta", + "sigtcotta": "light_gray_glazed_terracotta", + "sigterra": "light_gray_glazed_terracotta", + "silverglazedtcota": "light_gray_glazed_terracotta", + "silverglazedterra": "light_gray_glazed_terracotta", + "silverglazedterracota": "light_gray_glazed_terracotta", + "silverglazedterracotta": "light_gray_glazed_terracotta", + "silvergtcotta": "light_gray_glazed_terracotta", + "silvergterra": "light_gray_glazed_terracotta", + "light_gray_shulker_box": { + "material": "LIGHT_GRAY_SHULKER_BOX" + }, + "lgrasbox": "light_gray_shulker_box", + "lgrashulkerbox": "light_gray_shulker_box", + "lgraysbox": "light_gray_shulker_box", + "lgrayshulkerbox": "light_gray_shulker_box", + "lgreysbox": "light_gray_shulker_box", + "lgreyshulkerbox": "light_gray_shulker_box", + "lgsbox": "light_gray_shulker_box", + "lgshulkerbox": "light_gray_shulker_box", + "light_graysbox": "light_gray_shulker_box", + "light_grayshulkerbox": "light_gray_shulker_box", + "lightgrasbox": "light_gray_shulker_box", + "lightgrashulkerbox": "light_gray_shulker_box", + "lightgraysbox": "light_gray_shulker_box", + "lightgrayshulkerbox": "light_gray_shulker_box", + "lightgreysbox": "light_gray_shulker_box", + "lightgreyshulkerbox": "light_gray_shulker_box", + "minecraft:light_gray_shulker_box": "light_gray_shulker_box", + "siasbox": "light_gray_shulker_box", + "siashulkerbox": "light_gray_shulker_box", + "silversbox": "light_gray_shulker_box", + "silvershulkerbox": "light_gray_shulker_box", + "sisbox": "light_gray_shulker_box", + "sishulkerbox": "light_gray_shulker_box", + "light_gray_stained_glass": { + "material": "LIGHT_GRAY_STAINED_GLASS" + }, + "lgglass": "light_gray_stained_glass", + "lgraglass": "light_gray_stained_glass", + "lgrasglass": "light_gray_stained_glass", + "lgrastainedglass": "light_gray_stained_glass", + "lgrayglass": "light_gray_stained_glass", + "lgraysglass": "light_gray_stained_glass", + "lgraystainedglass": "light_gray_stained_glass", + "lgreyglass": "light_gray_stained_glass", + "lgreysglass": "light_gray_stained_glass", + "lgreystainedglass": "light_gray_stained_glass", + "lgsglass": "light_gray_stained_glass", + "lgstainedglass": "light_gray_stained_glass", + "light_grayglass": "light_gray_stained_glass", + "light_graysglass": "light_gray_stained_glass", + "light_graystainedglass": "light_gray_stained_glass", + "lightgraglass": "light_gray_stained_glass", + "lightgrasglass": "light_gray_stained_glass", + "lightgrastainedglass": "light_gray_stained_glass", + "lightgrayglass": "light_gray_stained_glass", + "lightgraysglass": "light_gray_stained_glass", + "lightgraystainedglass": "light_gray_stained_glass", + "lightgreyglass": "light_gray_stained_glass", + "lightgreysglass": "light_gray_stained_glass", + "lightgreystainedglass": "light_gray_stained_glass", + "minecraft:light_gray_stained_glass": "light_gray_stained_glass", + "siaglass": "light_gray_stained_glass", + "siasglass": "light_gray_stained_glass", + "siastainedglass": "light_gray_stained_glass", + "siglass": "light_gray_stained_glass", + "silverglass": "light_gray_stained_glass", + "silversglass": "light_gray_stained_glass", + "silverstainedglass": "light_gray_stained_glass", + "sisglass": "light_gray_stained_glass", + "sistainedglass": "light_gray_stained_glass", + "light_gray_stained_glass_pane": { + "material": "LIGHT_GRAY_STAINED_GLASS_PANE" + }, + "lgglasspane": "light_gray_stained_glass_pane", + "lggpane": "light_gray_stained_glass_pane", + "lgraglasspane": "light_gray_stained_glass_pane", + "lgragpane": "light_gray_stained_glass_pane", + "lgrasglasspane": "light_gray_stained_glass_pane", + "lgrastainedglasspane": "light_gray_stained_glass_pane", + "lgrayglasspane": "light_gray_stained_glass_pane", + "lgraygpane": "light_gray_stained_glass_pane", + "lgraysglasspane": "light_gray_stained_glass_pane", + "lgraystainedglasspane": "light_gray_stained_glass_pane", + "lgreyglasspane": "light_gray_stained_glass_pane", + "lgreygpane": "light_gray_stained_glass_pane", + "lgreysglasspane": "light_gray_stained_glass_pane", + "lgreystainedglasspane": "light_gray_stained_glass_pane", + "lgsglasspane": "light_gray_stained_glass_pane", + "lgstainedglasspane": "light_gray_stained_glass_pane", + "light_grayglasspane": "light_gray_stained_glass_pane", + "light_graygpane": "light_gray_stained_glass_pane", + "light_graysglasspane": "light_gray_stained_glass_pane", + "light_graystainedglasspane": "light_gray_stained_glass_pane", + "lightgraglasspane": "light_gray_stained_glass_pane", + "lightgragpane": "light_gray_stained_glass_pane", + "lightgrasglasspane": "light_gray_stained_glass_pane", + "lightgrastainedglasspane": "light_gray_stained_glass_pane", + "lightgrayglasspane": "light_gray_stained_glass_pane", + "lightgraygpane": "light_gray_stained_glass_pane", + "lightgraysglasspane": "light_gray_stained_glass_pane", + "lightgraystainedglasspane": "light_gray_stained_glass_pane", + "lightgreyglasspane": "light_gray_stained_glass_pane", + "lightgreygpane": "light_gray_stained_glass_pane", + "lightgreysglasspane": "light_gray_stained_glass_pane", + "lightgreystainedglasspane": "light_gray_stained_glass_pane", + "minecraft:light_gray_stained_glass_pane": "light_gray_stained_glass_pane", + "siaglasspane": "light_gray_stained_glass_pane", + "siagpane": "light_gray_stained_glass_pane", + "siasglasspane": "light_gray_stained_glass_pane", + "siastainedglasspane": "light_gray_stained_glass_pane", + "siglasspane": "light_gray_stained_glass_pane", + "sigpane": "light_gray_stained_glass_pane", + "silverglasspane": "light_gray_stained_glass_pane", + "silvergpane": "light_gray_stained_glass_pane", + "silversglasspane": "light_gray_stained_glass_pane", + "silverstainedglasspane": "light_gray_stained_glass_pane", + "sisglasspane": "light_gray_stained_glass_pane", + "sistainedglasspane": "light_gray_stained_glass_pane", + "light_gray_terracotta": { + "material": "LIGHT_GRAY_TERRACOTTA" + }, + "lgclay": "light_gray_terracotta", + "lgraclay": "light_gray_terracotta", + "lgrasclay": "light_gray_terracotta", + "lgrastainedclay": "light_gray_terracotta", + "lgratcota": "light_gray_terracotta", + "lgraterra": "light_gray_terracotta", + "lgraterracota": "light_gray_terracotta", + "lgraterracotta": "light_gray_terracotta", + "lgrayclay": "light_gray_terracotta", + "lgraysclay": "light_gray_terracotta", + "lgraystainedclay": "light_gray_terracotta", + "lgraytcota": "light_gray_terracotta", + "lgrayterra": "light_gray_terracotta", + "lgrayterracota": "light_gray_terracotta", + "lgrayterracotta": "light_gray_terracotta", + "lgreyclay": "light_gray_terracotta", + "lgreysclay": "light_gray_terracotta", + "lgreystainedclay": "light_gray_terracotta", + "lgreytcota": "light_gray_terracotta", + "lgreyterra": "light_gray_terracotta", + "lgreyterracota": "light_gray_terracotta", + "lgreyterracotta": "light_gray_terracotta", + "lgsclay": "light_gray_terracotta", + "lgstainedclay": "light_gray_terracotta", + "lgtcota": "light_gray_terracotta", + "lgterra": "lime_glazed_terracotta", + "lgterracota": "light_gray_terracotta", + "lgterracotta": "light_gray_terracotta", + "light_grayclay": "light_gray_terracotta", + "light_graysclay": "light_gray_terracotta", + "light_graystainedclay": "light_gray_terracotta", + "light_graytcota": "light_gray_terracotta", + "light_grayterra": "light_gray_terracotta", + "light_grayterracota": "light_gray_terracotta", + "light_grayterracotta": "light_gray_terracotta", + "lightgraclay": "light_gray_terracotta", + "lightgrasclay": "light_gray_terracotta", + "lightgrastainedclay": "light_gray_terracotta", + "lightgratcota": "light_gray_terracotta", + "lightgraterra": "light_gray_terracotta", + "lightgraterracota": "light_gray_terracotta", + "lightgraterracotta": "light_gray_terracotta", + "lightgrayclay": "light_gray_terracotta", + "lightgraysclay": "light_gray_terracotta", + "lightgraystainedclay": "light_gray_terracotta", + "lightgraytcota": "light_gray_terracotta", + "lightgrayterra": "light_gray_terracotta", + "lightgrayterracota": "light_gray_terracotta", + "lightgrayterracotta": "light_gray_terracotta", + "lightgreyclay": "light_gray_terracotta", + "lightgreysclay": "light_gray_terracotta", + "lightgreystainedclay": "light_gray_terracotta", + "lightgreytcota": "light_gray_terracotta", + "lightgreyterra": "light_gray_terracotta", + "lightgreyterracota": "light_gray_terracotta", + "lightgreyterracotta": "light_gray_terracotta", + "minecraft:light_gray_terracotta": "light_gray_terracotta", + "siaclay": "light_gray_terracotta", + "siasclay": "light_gray_terracotta", + "siastainedclay": "light_gray_terracotta", + "siatcota": "light_gray_terracotta", + "siaterra": "light_gray_terracotta", + "siaterracota": "light_gray_terracotta", + "siaterracotta": "light_gray_terracotta", + "siclay": "light_gray_terracotta", + "silverclay": "light_gray_terracotta", + "silversclay": "light_gray_terracotta", + "silverstainedclay": "light_gray_terracotta", + "silvertcota": "light_gray_terracotta", + "silverterra": "light_gray_terracotta", + "silverterracota": "light_gray_terracotta", + "silverterracotta": "light_gray_terracotta", + "sisclay": "light_gray_terracotta", + "sistainedclay": "light_gray_terracotta", + "sitcota": "light_gray_terracotta", + "siterra": "light_gray_terracotta", + "siterracota": "light_gray_terracotta", + "siterracotta": "light_gray_terracotta", + "light_gray_wool": { + "material": "LIGHT_GRAY_WOOL" + }, + "lgcloth": "light_gray_wool", + "lgcotton": "light_gray_wool", + "lgracloth": "light_gray_wool", + "lgracotton": "light_gray_wool", + "lgrawool": "light_gray_wool", + "lgraycloth": "light_gray_wool", + "lgraycotton": "light_gray_wool", + "lgraywool": "light_gray_wool", + "lgreycloth": "light_gray_wool", + "lgreycotton": "light_gray_wool", + "lgreywool": "light_gray_wool", + "lgwool": "light_gray_wool", + "light_graycloth": "light_gray_wool", + "light_graycotton": "light_gray_wool", + "light_graywool": "light_gray_wool", + "lightgracloth": "light_gray_wool", + "lightgracotton": "light_gray_wool", + "lightgrawool": "light_gray_wool", + "lightgraycloth": "light_gray_wool", + "lightgraycotton": "light_gray_wool", + "lightgraywool": "light_gray_wool", + "lightgreycloth": "light_gray_wool", + "lightgreycotton": "light_gray_wool", + "lightgreywool": "light_gray_wool", + "minecraft:light_gray_wool": "light_gray_wool", + "siacloth": "light_gray_wool", + "siacotton": "light_gray_wool", + "siawool": "light_gray_wool", + "sicloth": "light_gray_wool", + "sicotton": "light_gray_wool", + "silvercloth": "light_gray_wool", + "silvercotton": "light_gray_wool", + "silverwool": "light_gray_wool", + "siwool": "light_gray_wool", + "light_weighted_pressure_plate": { + "material": "LIGHT_WEIGHTED_PRESSURE_PLATE" + }, + "lightweightedpressureplate": "light_weighted_pressure_plate", + "minecraft:light_weighted_pressure_plate": "light_weighted_pressure_plate", + "lightning_rod": { + "material": "LIGHTNING_ROD" + }, + "lightningrod": "lightning_rod", + "minecraft:lightning_rod": "lightning_rod", + "lilac": { + "material": "LILAC" + }, + "minecraft:lilac": "lilac", + "lily_of_the_valley": { + "material": "LILY_OF_THE_VALLEY" + }, + "lilyofthevalley": "lily_of_the_valley", + "minecraft:lily_of_the_valley": "lily_of_the_valley", + "lily_pad": { + "material": "LILY_PAD" + }, + "lilypad": "lily_pad", + "minecraft:lily_pad": "lily_pad", + "lime_banner": { + "material": "LIME_BANNER" + }, + "lbanner": "lime_banner", + "lgrebanner": "lime_banner", + "lgreenbanner": "lime_banner", + "lightgrebanner": "lime_banner", + "lightgreenbanner": "lime_banner", + "limebanner": "lime_banner", + "minecraft:lime_banner": "lime_banner", + "lime_bed": { + "material": "LIME_BED" + }, + "lbed": "lime_bed", + "lgrebed": "lime_bed", + "lgreenbed": "lime_bed", + "lightgrebed": "lime_bed", + "lightgreenbed": "lime_bed", + "limebed": "lime_bed", + "minecraft:lime_bed": "lime_bed", + "lime_candle": { + "material": "LIME_CANDLE" + }, + "lcandle": "lime_candle", + "lgrecandle": "lime_candle", + "lgreencandle": "lime_candle", + "lightgrecandle": "lime_candle", + "lightgreencandle": "lime_candle", + "limecandle": "lime_candle", + "minecraft:lime_candle": "lime_candle", + "lime_carpet": { + "material": "LIME_CARPET" + }, + "lcarpet": "lime_carpet", + "lfloor": "lime_carpet", + "lgrecarpet": "lime_carpet", + "lgreencarpet": "lime_carpet", + "lgreenfloor": "lime_carpet", + "lgrefloor": "lime_carpet", + "lightgrecarpet": "lime_carpet", + "lightgreencarpet": "lime_carpet", + "lightgreenfloor": "lime_carpet", + "lightgrefloor": "lime_carpet", + "limecarpet": "lime_carpet", + "limefloor": "lime_carpet", + "minecraft:lime_carpet": "lime_carpet", + "lime_concrete": { + "material": "LIME_CONCRETE" + }, + "lconcrete": "lime_concrete", + "lgreconcrete": "lime_concrete", + "lgreenconcrete": "lime_concrete", + "lightgreconcrete": "lime_concrete", + "lightgreenconcrete": "lime_concrete", + "limeconcrete": "lime_concrete", + "minecraft:lime_concrete": "lime_concrete", + "lime_concrete_powder": { + "material": "LIME_CONCRETE_POWDER" + }, + "lcdust": "lime_concrete_powder", + "lconcretepowder": "lime_concrete_powder", + "lconcretesand": "lime_concrete_powder", + "lcp": "lime_concrete_powder", + "lcpowder": "lime_concrete_powder", + "lgrecdust": "lime_concrete_powder", + "lgreconcretepowder": "lime_concrete_powder", + "lgreconcretesand": "lime_concrete_powder", + "lgrecp": "lime_concrete_powder", + "lgrecpowder": "lime_concrete_powder", + "lgreencdust": "lime_concrete_powder", + "lgreenconcretepowder": "lime_concrete_powder", + "lgreenconcretesand": "lime_concrete_powder", + "lgreencp": "lime_concrete_powder", + "lgreencpowder": "lime_concrete_powder", + "lightgrecdust": "lime_concrete_powder", + "lightgreconcretepowder": "lime_concrete_powder", + "lightgreconcretesand": "lime_concrete_powder", + "lightgrecp": "lime_concrete_powder", + "lightgrecpowder": "lime_concrete_powder", + "lightgreencdust": "lime_concrete_powder", + "lightgreenconcretepowder": "lime_concrete_powder", + "lightgreenconcretesand": "lime_concrete_powder", + "lightgreencp": "lime_concrete_powder", + "lightgreencpowder": "lime_concrete_powder", + "limecdust": "lime_concrete_powder", + "limeconcretepowder": "lime_concrete_powder", + "limeconcretesand": "lime_concrete_powder", + "limecp": "lime_concrete_powder", + "limecpowder": "lime_concrete_powder", + "minecraft:lime_concrete_powder": "lime_concrete_powder", + "lime_dye": { + "material": "LIME_DYE" + }, + "ldye": "lime_dye", + "lgredye": "lime_dye", + "lgreendye": "lime_dye", + "lightgredye": "lime_dye", + "lightgreendye": "lime_dye", + "limedye": "lime_dye", + "minecraft:lime_dye": "lime_dye", + "lime_glazed_terracotta": { + "material": "LIME_GLAZED_TERRACOTTA" + }, + "lglazedtcota": "lime_glazed_terracotta", + "lglazedterra": "lime_glazed_terracotta", + "lglazedterracota": "lime_glazed_terracotta", + "lglazedterracotta": "lime_glazed_terracotta", + "lgreenglazedtcota": "lime_glazed_terracotta", + "lgreenglazedterra": "lime_glazed_terracotta", + "lgreenglazedterracota": "lime_glazed_terracotta", + "lgreenglazedterracotta": "lime_glazed_terracotta", + "lgreengtcotta": "lime_glazed_terracotta", + "lgreengterra": "lime_glazed_terracotta", + "lgreglazedtcota": "lime_glazed_terracotta", + "lgreglazedterra": "lime_glazed_terracotta", + "lgreglazedterracota": "lime_glazed_terracotta", + "lgreglazedterracotta": "lime_glazed_terracotta", + "lgregtcotta": "lime_glazed_terracotta", + "lgregterra": "lime_glazed_terracotta", + "lgtcotta": "lime_glazed_terracotta", + "lightgreenglazedtcota": "lime_glazed_terracotta", + "lightgreenglazedterra": "lime_glazed_terracotta", + "lightgreenglazedterracota": "lime_glazed_terracotta", + "lightgreenglazedterracotta": "lime_glazed_terracotta", + "lightgreengtcotta": "lime_glazed_terracotta", + "lightgreengterra": "lime_glazed_terracotta", + "lightgreglazedtcota": "lime_glazed_terracotta", + "lightgreglazedterra": "lime_glazed_terracotta", + "lightgreglazedterracota": "lime_glazed_terracotta", + "lightgreglazedterracotta": "lime_glazed_terracotta", + "lightgregtcotta": "lime_glazed_terracotta", + "lightgregterra": "lime_glazed_terracotta", + "limeglazedtcota": "lime_glazed_terracotta", + "limeglazedterra": "lime_glazed_terracotta", + "limeglazedterracota": "lime_glazed_terracotta", + "limeglazedterracotta": "lime_glazed_terracotta", + "limegtcotta": "lime_glazed_terracotta", + "limegterra": "lime_glazed_terracotta", + "minecraft:lime_glazed_terracotta": "lime_glazed_terracotta", + "lime_shulker_box": { + "material": "LIME_SHULKER_BOX" + }, + "lgreensbox": "lime_shulker_box", + "lgreenshulkerbox": "lime_shulker_box", + "lgresbox": "lime_shulker_box", + "lgreshulkerbox": "lime_shulker_box", + "lightgreensbox": "lime_shulker_box", + "lightgreenshulkerbox": "lime_shulker_box", + "lightgresbox": "lime_shulker_box", + "lightgreshulkerbox": "lime_shulker_box", + "limesbox": "lime_shulker_box", + "limeshulkerbox": "lime_shulker_box", + "lsbox": "lime_shulker_box", + "lshulkerbox": "lime_shulker_box", + "minecraft:lime_shulker_box": "lime_shulker_box", + "lime_stained_glass": { + "material": "LIME_STAINED_GLASS" + }, + "lglass": "lime_stained_glass", + "lgreenglass": "lime_stained_glass", + "lgreensglass": "lime_stained_glass", + "lgreenstainedglass": "lime_stained_glass", + "lgreglass": "lime_stained_glass", + "lgresglass": "lime_stained_glass", + "lgrestainedglass": "lime_stained_glass", + "lightgreenglass": "lime_stained_glass", + "lightgreensglass": "lime_stained_glass", + "lightgreenstainedglass": "lime_stained_glass", + "lightgreglass": "lime_stained_glass", + "lightgresglass": "lime_stained_glass", + "lightgrestainedglass": "lime_stained_glass", + "limeglass": "lime_stained_glass", + "limesglass": "lime_stained_glass", + "limestainedglass": "lime_stained_glass", + "lsglass": "lime_stained_glass", + "lstainedglass": "lime_stained_glass", + "minecraft:lime_stained_glass": "lime_stained_glass", + "lime_stained_glass_pane": { + "material": "LIME_STAINED_GLASS_PANE" + }, + "lglasspane": "lime_stained_glass_pane", + "lgpane": "lime_stained_glass_pane", + "lgreenglasspane": "lime_stained_glass_pane", + "lgreengpane": "lime_stained_glass_pane", + "lgreensglasspane": "lime_stained_glass_pane", + "lgreenstainedglasspane": "lime_stained_glass_pane", + "lgreglasspane": "lime_stained_glass_pane", + "lgregpane": "lime_stained_glass_pane", + "lgresglasspane": "lime_stained_glass_pane", + "lgrestainedglasspane": "lime_stained_glass_pane", + "lightgreenglasspane": "lime_stained_glass_pane", + "lightgreengpane": "lime_stained_glass_pane", + "lightgreensglasspane": "lime_stained_glass_pane", + "lightgreenstainedglasspane": "lime_stained_glass_pane", + "lightgreglasspane": "lime_stained_glass_pane", + "lightgregpane": "lime_stained_glass_pane", + "lightgresglasspane": "lime_stained_glass_pane", + "lightgrestainedglasspane": "lime_stained_glass_pane", + "limeglasspane": "lime_stained_glass_pane", + "limegpane": "lime_stained_glass_pane", + "limesglasspane": "lime_stained_glass_pane", + "limestainedglasspane": "lime_stained_glass_pane", + "lsglasspane": "lime_stained_glass_pane", + "lstainedglasspane": "lime_stained_glass_pane", + "minecraft:lime_stained_glass_pane": "lime_stained_glass_pane", + "lime_terracotta": { + "material": "LIME_TERRACOTTA" + }, + "lclay": "lime_terracotta", + "lgreclay": "lime_terracotta", + "lgreenclay": "lime_terracotta", + "lgreensclay": "lime_terracotta", + "lgreenstainedclay": "lime_terracotta", + "lgreentcota": "lime_terracotta", + "lgreenterra": "lime_terracotta", + "lgreenterracota": "lime_terracotta", + "lgreenterracotta": "lime_terracotta", + "lgresclay": "lime_terracotta", + "lgrestainedclay": "lime_terracotta", + "lgretcota": "lime_terracotta", + "lgreterra": "lime_terracotta", + "lgreterracota": "lime_terracotta", + "lgreterracotta": "lime_terracotta", + "lightgreclay": "lime_terracotta", + "lightgreenclay": "lime_terracotta", + "lightgreensclay": "lime_terracotta", + "lightgreenstainedclay": "lime_terracotta", + "lightgreentcota": "lime_terracotta", + "lightgreenterra": "lime_terracotta", + "lightgreenterracota": "lime_terracotta", + "lightgreenterracotta": "lime_terracotta", + "lightgresclay": "lime_terracotta", + "lightgrestainedclay": "lime_terracotta", + "lightgretcota": "lime_terracotta", + "lightgreterra": "lime_terracotta", + "lightgreterracota": "lime_terracotta", + "lightgreterracotta": "lime_terracotta", + "limeclay": "lime_terracotta", + "limesclay": "lime_terracotta", + "limestainedclay": "lime_terracotta", + "limetcota": "lime_terracotta", + "limeterra": "lime_terracotta", + "limeterracota": "lime_terracotta", + "limeterracotta": "lime_terracotta", + "lsclay": "lime_terracotta", + "lstainedclay": "lime_terracotta", + "ltcota": "lime_terracotta", + "lterra": "lime_terracotta", + "lterracota": "lime_terracotta", + "lterracotta": "lime_terracotta", + "minecraft:lime_terracotta": "lime_terracotta", + "lime_wool": { + "material": "LIME_WOOL" + }, + "lcloth": "lime_wool", + "lcotton": "lime_wool", + "lgrecloth": "lime_wool", + "lgrecotton": "lime_wool", + "lgreencloth": "lime_wool", + "lgreencotton": "lime_wool", + "lgreenwool": "lime_wool", + "lgrewool": "lime_wool", + "lightgrecloth": "lime_wool", + "lightgrecotton": "lime_wool", + "lightgreencloth": "lime_wool", + "lightgreencotton": "lime_wool", + "lightgreenwool": "lime_wool", + "lightgrewool": "lime_wool", + "limecloth": "lime_wool", + "limecotton": "lime_wool", + "limewool": "lime_wool", + "lwool": "lime_wool", + "minecraft:lime_wool": "lime_wool", + "lingering_potion": { + "material": "LINGERING_POTION" + }, + "lingeringpotion": "lingering_potion", + "minecraft:lingering_potion": "lingering_potion", + "llama_spawn_egg": { + "material": "LLAMA_SPAWN_EGG" + }, + "eggllama": "llama_spawn_egg", + "llamaegg": "llama_spawn_egg", + "llamasegg": "llama_spawn_egg", + "llamaspawn": "llama_spawn_egg", + "llamaspawnegg": "llama_spawn_egg", + "minecraft:llama_spawn_egg": "llama_spawn_egg", + "seggllama": "llama_spawn_egg", + "spawneggllama": "llama_spawn_egg", + "spawnllama": "llama_spawn_egg", + "llama_spawner": { + "entity": "LLAMA", + "material": "SPAWNER" + }, + "llamacage": "llama_spawner", + "llamamcage": "llama_spawner", + "llamamobcage": "llama_spawner", + "llamamobspawner": "llama_spawner", + "llamamonstercage": "llama_spawner", + "llamamonsterspawner": "llama_spawner", + "llamamspawner": "llama_spawner", + "llamaspawner": "llama_spawner", + "lodestone": { + "material": "LODESTONE" + }, + "minecraft:lodestone": "lodestone", + "long_fire_resistance_lingering_potion": { + "potionData": { + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotfireres2": "long_fire_resistance_lingering_potion", + "aoepotfireresex": "long_fire_resistance_lingering_potion", + "aoepotfireresextended": "long_fire_resistance_lingering_potion", + "aoepotfireresist2": "long_fire_resistance_lingering_potion", + "aoepotfireresistance2": "long_fire_resistance_lingering_potion", + "aoepotfireresistanceex": "long_fire_resistance_lingering_potion", + "aoepotfireresistanceextended": "long_fire_resistance_lingering_potion", + "aoepotfireresistancelevel2": "long_fire_resistance_lingering_potion", + "aoepotfireresistancelong": "long_fire_resistance_lingering_potion", + "aoepotfireresistex": "long_fire_resistance_lingering_potion", + "aoepotfireresistextended": "long_fire_resistance_lingering_potion", + "aoepotfireresistlevel2": "long_fire_resistance_lingering_potion", + "aoepotfireresistlong": "long_fire_resistance_lingering_potion", + "aoepotfirereslevel2": "long_fire_resistance_lingering_potion", + "aoepotfirereslong": "long_fire_resistance_lingering_potion", + "aoepotionfireres2": "long_fire_resistance_lingering_potion", + "aoepotionfireresex": "long_fire_resistance_lingering_potion", + "aoepotionfireresextended": "long_fire_resistance_lingering_potion", + "aoepotionfireresist2": "long_fire_resistance_lingering_potion", + "aoepotionfireresistance2": "long_fire_resistance_lingering_potion", + "aoepotionfireresistanceex": "long_fire_resistance_lingering_potion", + "aoepotionfireresistanceextended": "long_fire_resistance_lingering_potion", + "aoepotionfireresistancelevel2": "long_fire_resistance_lingering_potion", + "aoepotionfireresistancelong": "long_fire_resistance_lingering_potion", + "aoepotionfireresistex": "long_fire_resistance_lingering_potion", + "aoepotionfireresistextended": "long_fire_resistance_lingering_potion", + "aoepotionfireresistlevel2": "long_fire_resistance_lingering_potion", + "aoepotionfireresistlong": "long_fire_resistance_lingering_potion", + "aoepotionfirereslevel2": "long_fire_resistance_lingering_potion", + "aoepotionfirereslong": "long_fire_resistance_lingering_potion", + "areapotfireres2": "long_fire_resistance_lingering_potion", + "areapotfireresex": "long_fire_resistance_lingering_potion", + "areapotfireresextended": "long_fire_resistance_lingering_potion", + "areapotfireresist2": "long_fire_resistance_lingering_potion", + "areapotfireresistance2": "long_fire_resistance_lingering_potion", + "areapotfireresistanceex": "long_fire_resistance_lingering_potion", + "areapotfireresistanceextended": "long_fire_resistance_lingering_potion", + "areapotfireresistancelevel2": "long_fire_resistance_lingering_potion", + "areapotfireresistancelong": "long_fire_resistance_lingering_potion", + "areapotfireresistex": "long_fire_resistance_lingering_potion", + "areapotfireresistextended": "long_fire_resistance_lingering_potion", + "areapotfireresistlevel2": "long_fire_resistance_lingering_potion", + "areapotfireresistlong": "long_fire_resistance_lingering_potion", + "areapotfirereslevel2": "long_fire_resistance_lingering_potion", + "areapotfirereslong": "long_fire_resistance_lingering_potion", + "areapotionfireres2": "long_fire_resistance_lingering_potion", + "areapotionfireresex": "long_fire_resistance_lingering_potion", + "areapotionfireresextended": "long_fire_resistance_lingering_potion", + "areapotionfireresist2": "long_fire_resistance_lingering_potion", + "areapotionfireresistance2": "long_fire_resistance_lingering_potion", + "areapotionfireresistanceex": "long_fire_resistance_lingering_potion", + "areapotionfireresistanceextended": "long_fire_resistance_lingering_potion", + "areapotionfireresistancelevel2": "long_fire_resistance_lingering_potion", + "areapotionfireresistancelong": "long_fire_resistance_lingering_potion", + "areapotionfireresistex": "long_fire_resistance_lingering_potion", + "areapotionfireresistextended": "long_fire_resistance_lingering_potion", + "areapotionfireresistlevel2": "long_fire_resistance_lingering_potion", + "areapotionfireresistlong": "long_fire_resistance_lingering_potion", + "areapotionfirereslevel2": "long_fire_resistance_lingering_potion", + "areapotionfirereslong": "long_fire_resistance_lingering_potion", + "cloudpotfireres2": "long_fire_resistance_lingering_potion", + "cloudpotfireresex": "long_fire_resistance_lingering_potion", + "cloudpotfireresextended": "long_fire_resistance_lingering_potion", + "cloudpotfireresist2": "long_fire_resistance_lingering_potion", + "cloudpotfireresistance2": "long_fire_resistance_lingering_potion", + "cloudpotfireresistanceex": "long_fire_resistance_lingering_potion", + "cloudpotfireresistanceextended": "long_fire_resistance_lingering_potion", + "cloudpotfireresistancelevel2": "long_fire_resistance_lingering_potion", + "cloudpotfireresistancelong": "long_fire_resistance_lingering_potion", + "cloudpotfireresistex": "long_fire_resistance_lingering_potion", + "cloudpotfireresistextended": "long_fire_resistance_lingering_potion", + "cloudpotfireresistlevel2": "long_fire_resistance_lingering_potion", + "cloudpotfireresistlong": "long_fire_resistance_lingering_potion", + "cloudpotfirereslevel2": "long_fire_resistance_lingering_potion", + "cloudpotfirereslong": "long_fire_resistance_lingering_potion", + "cloudpotionfireres2": "long_fire_resistance_lingering_potion", + "cloudpotionfireresex": "long_fire_resistance_lingering_potion", + "cloudpotionfireresextended": "long_fire_resistance_lingering_potion", + "cloudpotionfireresist2": "long_fire_resistance_lingering_potion", + "cloudpotionfireresistance2": "long_fire_resistance_lingering_potion", + "cloudpotionfireresistanceex": "long_fire_resistance_lingering_potion", + "cloudpotionfireresistanceextended": "long_fire_resistance_lingering_potion", + "cloudpotionfireresistancelevel2": "long_fire_resistance_lingering_potion", + "cloudpotionfireresistancelong": "long_fire_resistance_lingering_potion", + "cloudpotionfireresistex": "long_fire_resistance_lingering_potion", + "cloudpotionfireresistextended": "long_fire_resistance_lingering_potion", + "cloudpotionfireresistlevel2": "long_fire_resistance_lingering_potion", + "cloudpotionfireresistlong": "long_fire_resistance_lingering_potion", + "cloudpotionfirereslevel2": "long_fire_resistance_lingering_potion", + "cloudpotionfirereslong": "long_fire_resistance_lingering_potion", + "fireresaoepoiont2": "long_fire_resistance_lingering_potion", + "fireresaoepoiontex": "long_fire_resistance_lingering_potion", + "fireresaoepoiontextended": "long_fire_resistance_lingering_potion", + "fireresaoepoiontlevel2": "long_fire_resistance_lingering_potion", + "fireresaoepoiontlong": "long_fire_resistance_lingering_potion", + "fireresaoepot2": "long_fire_resistance_lingering_potion", + "fireresaoepotex": "long_fire_resistance_lingering_potion", + "fireresaoepotextended": "long_fire_resistance_lingering_potion", + "fireresaoepotlevel2": "long_fire_resistance_lingering_potion", + "fireresaoepotlong": "long_fire_resistance_lingering_potion", + "fireresareapot2": "long_fire_resistance_lingering_potion", + "fireresareapotex": "long_fire_resistance_lingering_potion", + "fireresareapotextended": "long_fire_resistance_lingering_potion", + "fireresareapotion2": "long_fire_resistance_lingering_potion", + "fireresareapotionex": "long_fire_resistance_lingering_potion", + "fireresareapotionextended": "long_fire_resistance_lingering_potion", + "fireresareapotionlevel2": "long_fire_resistance_lingering_potion", + "fireresareapotionlong": "long_fire_resistance_lingering_potion", + "fireresareapotlevel2": "long_fire_resistance_lingering_potion", + "fireresareapotlong": "long_fire_resistance_lingering_potion", + "firerescloudpot2": "long_fire_resistance_lingering_potion", + "firerescloudpotex": "long_fire_resistance_lingering_potion", + "firerescloudpotextended": "long_fire_resistance_lingering_potion", + "firerescloudpotion2": "long_fire_resistance_lingering_potion", + "firerescloudpotionex": "long_fire_resistance_lingering_potion", + "firerescloudpotionextended": "long_fire_resistance_lingering_potion", + "firerescloudpotionlevel2": "long_fire_resistance_lingering_potion", + "firerescloudpotionlong": "long_fire_resistance_lingering_potion", + "firerescloudpotlevel2": "long_fire_resistance_lingering_potion", + "firerescloudpotlong": "long_fire_resistance_lingering_potion", + "fireresistanceaoepoiont2": "long_fire_resistance_lingering_potion", + "fireresistanceaoepoiontex": "long_fire_resistance_lingering_potion", + "fireresistanceaoepoiontextended": "long_fire_resistance_lingering_potion", + "fireresistanceaoepoiontlevel2": "long_fire_resistance_lingering_potion", + "fireresistanceaoepoiontlong": "long_fire_resistance_lingering_potion", + "fireresistanceaoepot2": "long_fire_resistance_lingering_potion", + "fireresistanceaoepotex": "long_fire_resistance_lingering_potion", + "fireresistanceaoepotextended": "long_fire_resistance_lingering_potion", + "fireresistanceaoepotlevel2": "long_fire_resistance_lingering_potion", + "fireresistanceaoepotlong": "long_fire_resistance_lingering_potion", + "fireresistanceareapot2": "long_fire_resistance_lingering_potion", + "fireresistanceareapotex": "long_fire_resistance_lingering_potion", + "fireresistanceareapotextended": "long_fire_resistance_lingering_potion", + "fireresistanceareapotion2": "long_fire_resistance_lingering_potion", + "fireresistanceareapotionex": "long_fire_resistance_lingering_potion", + "fireresistanceareapotionextended": "long_fire_resistance_lingering_potion", + "fireresistanceareapotionlevel2": "long_fire_resistance_lingering_potion", + "fireresistanceareapotionlong": "long_fire_resistance_lingering_potion", + "fireresistanceareapotlevel2": "long_fire_resistance_lingering_potion", + "fireresistanceareapotlong": "long_fire_resistance_lingering_potion", + "fireresistancecloudpot2": "long_fire_resistance_lingering_potion", + "fireresistancecloudpotex": "long_fire_resistance_lingering_potion", + "fireresistancecloudpotextended": "long_fire_resistance_lingering_potion", + "fireresistancecloudpotion2": "long_fire_resistance_lingering_potion", + "fireresistancecloudpotionex": "long_fire_resistance_lingering_potion", + "fireresistancecloudpotionextended": "long_fire_resistance_lingering_potion", + "fireresistancecloudpotionlevel2": "long_fire_resistance_lingering_potion", + "fireresistancecloudpotionlong": "long_fire_resistance_lingering_potion", + "fireresistancecloudpotlevel2": "long_fire_resistance_lingering_potion", + "fireresistancecloudpotlong": "long_fire_resistance_lingering_potion", + "fireresistancelingerpot2": "long_fire_resistance_lingering_potion", + "fireresistancelingerpotex": "long_fire_resistance_lingering_potion", + "fireresistancelingerpotextended": "long_fire_resistance_lingering_potion", + "fireresistancelingerpotlevel2": "long_fire_resistance_lingering_potion", + "fireresistancelingerpotlong": "long_fire_resistance_lingering_potion", + "fireresistaoepoiont2": "long_fire_resistance_lingering_potion", + "fireresistaoepoiontex": "long_fire_resistance_lingering_potion", + "fireresistaoepoiontextended": "long_fire_resistance_lingering_potion", + "fireresistaoepoiontlevel2": "long_fire_resistance_lingering_potion", + "fireresistaoepoiontlong": "long_fire_resistance_lingering_potion", + "fireresistaoepot2": "long_fire_resistance_lingering_potion", + "fireresistaoepotex": "long_fire_resistance_lingering_potion", + "fireresistaoepotextended": "long_fire_resistance_lingering_potion", + "fireresistaoepotlevel2": "long_fire_resistance_lingering_potion", + "fireresistaoepotlong": "long_fire_resistance_lingering_potion", + "fireresistareapot2": "long_fire_resistance_lingering_potion", + "fireresistareapotex": "long_fire_resistance_lingering_potion", + "fireresistareapotextended": "long_fire_resistance_lingering_potion", + "fireresistareapotion2": "long_fire_resistance_lingering_potion", + "fireresistareapotionex": "long_fire_resistance_lingering_potion", + "fireresistareapotionextended": "long_fire_resistance_lingering_potion", + "fireresistareapotionlevel2": "long_fire_resistance_lingering_potion", + "fireresistareapotionlong": "long_fire_resistance_lingering_potion", + "fireresistareapotlevel2": "long_fire_resistance_lingering_potion", + "fireresistareapotlong": "long_fire_resistance_lingering_potion", + "fireresistcloudpot2": "long_fire_resistance_lingering_potion", + "fireresistcloudpotex": "long_fire_resistance_lingering_potion", + "fireresistcloudpotextended": "long_fire_resistance_lingering_potion", + "fireresistcloudpotion2": "long_fire_resistance_lingering_potion", + "fireresistcloudpotionex": "long_fire_resistance_lingering_potion", + "fireresistcloudpotionextended": "long_fire_resistance_lingering_potion", + "fireresistcloudpotionlevel2": "long_fire_resistance_lingering_potion", + "fireresistcloudpotionlong": "long_fire_resistance_lingering_potion", + "fireresistcloudpotlevel2": "long_fire_resistance_lingering_potion", + "fireresistcloudpotlong": "long_fire_resistance_lingering_potion", + "fireresistlingerpot2": "long_fire_resistance_lingering_potion", + "fireresistlingerpotex": "long_fire_resistance_lingering_potion", + "fireresistlingerpotextended": "long_fire_resistance_lingering_potion", + "fireresistlingerpotlevel2": "long_fire_resistance_lingering_potion", + "fireresistlingerpotlong": "long_fire_resistance_lingering_potion", + "firereslingerpot2": "long_fire_resistance_lingering_potion", + "firereslingerpotex": "long_fire_resistance_lingering_potion", + "firereslingerpotextended": "long_fire_resistance_lingering_potion", + "firereslingerpotlevel2": "long_fire_resistance_lingering_potion", + "firereslingerpotlong": "long_fire_resistance_lingering_potion", + "lingerpotfireres2": "long_fire_resistance_lingering_potion", + "lingerpotfireresex": "long_fire_resistance_lingering_potion", + "lingerpotfireresextended": "long_fire_resistance_lingering_potion", + "lingerpotfireresist2": "long_fire_resistance_lingering_potion", + "lingerpotfireresistance2": "long_fire_resistance_lingering_potion", + "lingerpotfireresistanceex": "long_fire_resistance_lingering_potion", + "lingerpotfireresistanceextended": "long_fire_resistance_lingering_potion", + "lingerpotfireresistancelevel2": "long_fire_resistance_lingering_potion", + "lingerpotfireresistancelong": "long_fire_resistance_lingering_potion", + "lingerpotfireresistex": "long_fire_resistance_lingering_potion", + "lingerpotfireresistextended": "long_fire_resistance_lingering_potion", + "lingerpotfireresistlevel2": "long_fire_resistance_lingering_potion", + "lingerpotfireresistlong": "long_fire_resistance_lingering_potion", + "lingerpotfirereslevel2": "long_fire_resistance_lingering_potion", + "lingerpotfirereslong": "long_fire_resistance_lingering_potion", + "long_fire_resistance_potion": { + "potionData": { + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "fireres2pot": "long_fire_resistance_potion", + "fireres2potion": "long_fire_resistance_potion", + "fireresexpot": "long_fire_resistance_potion", + "fireresexpotion": "long_fire_resistance_potion", + "fireresextendedpot": "long_fire_resistance_potion", + "fireresextendedpotion": "long_fire_resistance_potion", + "fireresist2pot": "long_fire_resistance_potion", + "fireresist2potion": "long_fire_resistance_potion", + "fireresistance2pot": "long_fire_resistance_potion", + "fireresistance2potion": "long_fire_resistance_potion", + "fireresistanceexpot": "long_fire_resistance_potion", + "fireresistanceexpotion": "long_fire_resistance_potion", + "fireresistanceextendedpot": "long_fire_resistance_potion", + "fireresistanceextendedpotion": "long_fire_resistance_potion", + "fireresistancelevel2pot": "long_fire_resistance_potion", + "fireresistancelevel2potion": "long_fire_resistance_potion", + "fireresistancelongpot": "long_fire_resistance_potion", + "fireresistancelongpotion": "long_fire_resistance_potion", + "fireresistexpot": "long_fire_resistance_potion", + "fireresistexpotion": "long_fire_resistance_potion", + "fireresistextendedpot": "long_fire_resistance_potion", + "fireresistextendedpotion": "long_fire_resistance_potion", + "fireresistlevel2pot": "long_fire_resistance_potion", + "fireresistlevel2potion": "long_fire_resistance_potion", + "fireresistlongpot": "long_fire_resistance_potion", + "fireresistlongpotion": "long_fire_resistance_potion", + "firereslevel2pot": "long_fire_resistance_potion", + "firereslevel2potion": "long_fire_resistance_potion", + "firereslongpot": "long_fire_resistance_potion", + "firereslongpotion": "long_fire_resistance_potion", + "potionoffireres2": "long_fire_resistance_potion", + "potionoffireresex": "long_fire_resistance_potion", + "potionoffireresextended": "long_fire_resistance_potion", + "potionoffireresist2": "long_fire_resistance_potion", + "potionoffireresistance2": "long_fire_resistance_potion", + "potionoffireresistanceex": "long_fire_resistance_potion", + "potionoffireresistanceextended": "long_fire_resistance_potion", + "potionoffireresistancelevel2": "long_fire_resistance_potion", + "potionoffireresistancelong": "long_fire_resistance_potion", + "potionoffireresistex": "long_fire_resistance_potion", + "potionoffireresistextended": "long_fire_resistance_potion", + "potionoffireresistlevel2": "long_fire_resistance_potion", + "potionoffireresistlong": "long_fire_resistance_potion", + "potionoffirereslevel2": "long_fire_resistance_potion", + "potionoffirereslong": "long_fire_resistance_potion", + "potoffireres2": "long_fire_resistance_potion", + "potoffireresex": "long_fire_resistance_potion", + "potoffireresextended": "long_fire_resistance_potion", + "potoffireresist2": "long_fire_resistance_potion", + "potoffireresistance2": "long_fire_resistance_potion", + "potoffireresistanceex": "long_fire_resistance_potion", + "potoffireresistanceextended": "long_fire_resistance_potion", + "potoffireresistancelevel2": "long_fire_resistance_potion", + "potoffireresistancelong": "long_fire_resistance_potion", + "potoffireresistex": "long_fire_resistance_potion", + "potoffireresistextended": "long_fire_resistance_potion", + "potoffireresistlevel2": "long_fire_resistance_potion", + "potoffireresistlong": "long_fire_resistance_potion", + "potoffirereslevel2": "long_fire_resistance_potion", + "potoffirereslong": "long_fire_resistance_potion", + "long_fire_resistance_splash_potion": { + "potionData": { + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "fireres2splashpot": "long_fire_resistance_splash_potion", + "fireres2splashpotion": "long_fire_resistance_splash_potion", + "fireresexsplashpot": "long_fire_resistance_splash_potion", + "fireresexsplashpotion": "long_fire_resistance_splash_potion", + "fireresextendedsplashpot": "long_fire_resistance_splash_potion", + "fireresextendedsplashpotion": "long_fire_resistance_splash_potion", + "fireresist2splashpot": "long_fire_resistance_splash_potion", + "fireresist2splashpotion": "long_fire_resistance_splash_potion", + "fireresistance2splashpot": "long_fire_resistance_splash_potion", + "fireresistance2splashpotion": "long_fire_resistance_splash_potion", + "fireresistanceexsplashpot": "long_fire_resistance_splash_potion", + "fireresistanceexsplashpotion": "long_fire_resistance_splash_potion", + "fireresistanceextendedsplashpot": "long_fire_resistance_splash_potion", + "fireresistanceextendedsplashpotion": "long_fire_resistance_splash_potion", + "fireresistancelevel2splashpot": "long_fire_resistance_splash_potion", + "fireresistancelevel2splashpotion": "long_fire_resistance_splash_potion", + "fireresistancelongsplashpot": "long_fire_resistance_splash_potion", + "fireresistancelongsplashpotion": "long_fire_resistance_splash_potion", + "fireresistexsplashpot": "long_fire_resistance_splash_potion", + "fireresistexsplashpotion": "long_fire_resistance_splash_potion", + "fireresistextendedsplashpot": "long_fire_resistance_splash_potion", + "fireresistextendedsplashpotion": "long_fire_resistance_splash_potion", + "fireresistlevel2splashpot": "long_fire_resistance_splash_potion", + "fireresistlevel2splashpotion": "long_fire_resistance_splash_potion", + "fireresistlongsplashpot": "long_fire_resistance_splash_potion", + "fireresistlongsplashpotion": "long_fire_resistance_splash_potion", + "firereslevel2splashpot": "long_fire_resistance_splash_potion", + "firereslevel2splashpotion": "long_fire_resistance_splash_potion", + "firereslongsplashpot": "long_fire_resistance_splash_potion", + "firereslongsplashpotion": "long_fire_resistance_splash_potion", + "splashfireres2pot": "long_fire_resistance_splash_potion", + "splashfireres2potion": "long_fire_resistance_splash_potion", + "splashfireresexpot": "long_fire_resistance_splash_potion", + "splashfireresexpotion": "long_fire_resistance_splash_potion", + "splashfireresextendedpot": "long_fire_resistance_splash_potion", + "splashfireresextendedpotion": "long_fire_resistance_splash_potion", + "splashfireresist2pot": "long_fire_resistance_splash_potion", + "splashfireresist2potion": "long_fire_resistance_splash_potion", + "splashfireresistance2pot": "long_fire_resistance_splash_potion", + "splashfireresistance2potion": "long_fire_resistance_splash_potion", + "splashfireresistanceexpot": "long_fire_resistance_splash_potion", + "splashfireresistanceexpotion": "long_fire_resistance_splash_potion", + "splashfireresistanceextendedpot": "long_fire_resistance_splash_potion", + "splashfireresistanceextendedpotion": "long_fire_resistance_splash_potion", + "splashfireresistancelevel2pot": "long_fire_resistance_splash_potion", + "splashfireresistancelevel2potion": "long_fire_resistance_splash_potion", + "splashfireresistancelongpot": "long_fire_resistance_splash_potion", + "splashfireresistancelongpotion": "long_fire_resistance_splash_potion", + "splashfireresistexpot": "long_fire_resistance_splash_potion", + "splashfireresistexpotion": "long_fire_resistance_splash_potion", + "splashfireresistextendedpot": "long_fire_resistance_splash_potion", + "splashfireresistextendedpotion": "long_fire_resistance_splash_potion", + "splashfireresistlevel2pot": "long_fire_resistance_splash_potion", + "splashfireresistlevel2potion": "long_fire_resistance_splash_potion", + "splashfireresistlongpot": "long_fire_resistance_splash_potion", + "splashfireresistlongpotion": "long_fire_resistance_splash_potion", + "splashfirereslevel2pot": "long_fire_resistance_splash_potion", + "splashfirereslevel2potion": "long_fire_resistance_splash_potion", + "splashfirereslongpot": "long_fire_resistance_splash_potion", + "splashfirereslongpotion": "long_fire_resistance_splash_potion", + "splfireres2pot": "long_fire_resistance_splash_potion", + "splfireres2potion": "long_fire_resistance_splash_potion", + "splfireresexpot": "long_fire_resistance_splash_potion", + "splfireresexpotion": "long_fire_resistance_splash_potion", + "splfireresextendedpot": "long_fire_resistance_splash_potion", + "splfireresextendedpotion": "long_fire_resistance_splash_potion", + "splfireresist2pot": "long_fire_resistance_splash_potion", + "splfireresist2potion": "long_fire_resistance_splash_potion", + "splfireresistance2pot": "long_fire_resistance_splash_potion", + "splfireresistance2potion": "long_fire_resistance_splash_potion", + "splfireresistanceexpot": "long_fire_resistance_splash_potion", + "splfireresistanceexpotion": "long_fire_resistance_splash_potion", + "splfireresistanceextendedpot": "long_fire_resistance_splash_potion", + "splfireresistanceextendedpotion": "long_fire_resistance_splash_potion", + "splfireresistancelevel2pot": "long_fire_resistance_splash_potion", + "splfireresistancelevel2potion": "long_fire_resistance_splash_potion", + "splfireresistancelongpot": "long_fire_resistance_splash_potion", + "splfireresistancelongpotion": "long_fire_resistance_splash_potion", + "splfireresistexpot": "long_fire_resistance_splash_potion", + "splfireresistexpotion": "long_fire_resistance_splash_potion", + "splfireresistextendedpot": "long_fire_resistance_splash_potion", + "splfireresistextendedpotion": "long_fire_resistance_splash_potion", + "splfireresistlevel2pot": "long_fire_resistance_splash_potion", + "splfireresistlevel2potion": "long_fire_resistance_splash_potion", + "splfireresistlongpot": "long_fire_resistance_splash_potion", + "splfireresistlongpotion": "long_fire_resistance_splash_potion", + "splfirereslevel2pot": "long_fire_resistance_splash_potion", + "splfirereslevel2potion": "long_fire_resistance_splash_potion", + "splfirereslongpot": "long_fire_resistance_splash_potion", + "splfirereslongpotion": "long_fire_resistance_splash_potion", + "long_fire_resistance_tipped_arrow": { + "potionData": { + "type": "FIRE_RESISTANCE", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowfireres2": "long_fire_resistance_tipped_arrow", + "arrowfireresex": "long_fire_resistance_tipped_arrow", + "arrowfireresextended": "long_fire_resistance_tipped_arrow", + "arrowfireresist2": "long_fire_resistance_tipped_arrow", + "arrowfireresistance2": "long_fire_resistance_tipped_arrow", + "arrowfireresistanceex": "long_fire_resistance_tipped_arrow", + "arrowfireresistanceextended": "long_fire_resistance_tipped_arrow", + "arrowfireresistancelevel2": "long_fire_resistance_tipped_arrow", + "arrowfireresistancelong": "long_fire_resistance_tipped_arrow", + "arrowfireresistex": "long_fire_resistance_tipped_arrow", + "arrowfireresistextended": "long_fire_resistance_tipped_arrow", + "arrowfireresistlevel2": "long_fire_resistance_tipped_arrow", + "arrowfireresistlong": "long_fire_resistance_tipped_arrow", + "arrowfirereslevel2": "long_fire_resistance_tipped_arrow", + "arrowfirereslong": "long_fire_resistance_tipped_arrow", + "fireres2tarr": "long_fire_resistance_tipped_arrow", + "fireres2tarrow": "long_fire_resistance_tipped_arrow", + "fireres2tippedarrow": "long_fire_resistance_tipped_arrow", + "fireresarrow2": "long_fire_resistance_tipped_arrow", + "fireresarrowex": "long_fire_resistance_tipped_arrow", + "fireresarrowextended": "long_fire_resistance_tipped_arrow", + "fireresarrowlevel2": "long_fire_resistance_tipped_arrow", + "fireresarrowlong": "long_fire_resistance_tipped_arrow", + "fireresextarr": "long_fire_resistance_tipped_arrow", + "fireresextarrow": "long_fire_resistance_tipped_arrow", + "fireresextendedtarr": "long_fire_resistance_tipped_arrow", + "fireresextendedtarrow": "long_fire_resistance_tipped_arrow", + "fireresextendedtippedarrow": "long_fire_resistance_tipped_arrow", + "fireresextippedarrow": "long_fire_resistance_tipped_arrow", + "fireresist2tarr": "long_fire_resistance_tipped_arrow", + "fireresist2tarrow": "long_fire_resistance_tipped_arrow", + "fireresist2tippedarrow": "long_fire_resistance_tipped_arrow", + "fireresistance2tarr": "long_fire_resistance_tipped_arrow", + "fireresistance2tarrow": "long_fire_resistance_tipped_arrow", + "fireresistance2tippedarrow": "long_fire_resistance_tipped_arrow", + "fireresistancearrow2": "long_fire_resistance_tipped_arrow", + "fireresistancearrowex": "long_fire_resistance_tipped_arrow", + "fireresistancearrowextended": "long_fire_resistance_tipped_arrow", + "fireresistancearrowlevel2": "long_fire_resistance_tipped_arrow", + "fireresistancearrowlong": "long_fire_resistance_tipped_arrow", + "fireresistanceextarr": "long_fire_resistance_tipped_arrow", + "fireresistanceextarrow": "long_fire_resistance_tipped_arrow", + "fireresistanceextendedtarr": "long_fire_resistance_tipped_arrow", + "fireresistanceextendedtarrow": "long_fire_resistance_tipped_arrow", + "fireresistanceextendedtippedarrow": "long_fire_resistance_tipped_arrow", + "fireresistanceextippedarrow": "long_fire_resistance_tipped_arrow", + "fireresistancelevel2tarr": "long_fire_resistance_tipped_arrow", + "fireresistancelevel2tarrow": "long_fire_resistance_tipped_arrow", + "fireresistancelevel2tippedarrow": "long_fire_resistance_tipped_arrow", + "fireresistancelongtarr": "long_fire_resistance_tipped_arrow", + "fireresistancelongtarrow": "long_fire_resistance_tipped_arrow", + "fireresistancelongtippedarrow": "long_fire_resistance_tipped_arrow", + "fireresistarrow2": "long_fire_resistance_tipped_arrow", + "fireresistarrowex": "long_fire_resistance_tipped_arrow", + "fireresistarrowextended": "long_fire_resistance_tipped_arrow", + "fireresistarrowlevel2": "long_fire_resistance_tipped_arrow", + "fireresistarrowlong": "long_fire_resistance_tipped_arrow", + "fireresistextarr": "long_fire_resistance_tipped_arrow", + "fireresistextarrow": "long_fire_resistance_tipped_arrow", + "fireresistextendedtarr": "long_fire_resistance_tipped_arrow", + "fireresistextendedtarrow": "long_fire_resistance_tipped_arrow", + "fireresistextendedtippedarrow": "long_fire_resistance_tipped_arrow", + "fireresistextippedarrow": "long_fire_resistance_tipped_arrow", + "fireresistlevel2tarr": "long_fire_resistance_tipped_arrow", + "fireresistlevel2tarrow": "long_fire_resistance_tipped_arrow", + "fireresistlevel2tippedarrow": "long_fire_resistance_tipped_arrow", + "fireresistlongtarr": "long_fire_resistance_tipped_arrow", + "fireresistlongtarrow": "long_fire_resistance_tipped_arrow", + "fireresistlongtippedarrow": "long_fire_resistance_tipped_arrow", + "firereslevel2tarr": "long_fire_resistance_tipped_arrow", + "firereslevel2tarrow": "long_fire_resistance_tipped_arrow", + "firereslevel2tippedarrow": "long_fire_resistance_tipped_arrow", + "firereslongtarr": "long_fire_resistance_tipped_arrow", + "firereslongtarrow": "long_fire_resistance_tipped_arrow", + "firereslongtippedarrow": "long_fire_resistance_tipped_arrow", + "long_invisibility_lingering_potion": { + "potionData": { + "type": "INVISIBILITY", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotinv2": "long_invisibility_lingering_potion", + "aoepotinvex": "long_invisibility_lingering_potion", + "aoepotinvextended": "long_invisibility_lingering_potion", + "aoepotinvis2": "long_invisibility_lingering_potion", + "aoepotinvisex": "long_invisibility_lingering_potion", + "aoepotinvisextended": "long_invisibility_lingering_potion", + "aoepotinvisibility2": "long_invisibility_lingering_potion", + "aoepotinvisibilityex": "long_invisibility_lingering_potion", + "aoepotinvisibilityextended": "long_invisibility_lingering_potion", + "aoepotinvisibilitylevel2": "long_invisibility_lingering_potion", + "aoepotinvisibilitylong": "long_invisibility_lingering_potion", + "aoepotinvisible2": "long_invisibility_lingering_potion", + "aoepotinvisibleex": "long_invisibility_lingering_potion", + "aoepotinvisibleextended": "long_invisibility_lingering_potion", + "aoepotinvisiblelevel2": "long_invisibility_lingering_potion", + "aoepotinvisiblelong": "long_invisibility_lingering_potion", + "aoepotinvislevel2": "long_invisibility_lingering_potion", + "aoepotinvislong": "long_invisibility_lingering_potion", + "aoepotinvlevel2": "long_invisibility_lingering_potion", + "aoepotinvlong": "long_invisibility_lingering_potion", + "aoepotioninv2": "long_invisibility_lingering_potion", + "aoepotioninvex": "long_invisibility_lingering_potion", + "aoepotioninvextended": "long_invisibility_lingering_potion", + "aoepotioninvis2": "long_invisibility_lingering_potion", + "aoepotioninvisex": "long_invisibility_lingering_potion", + "aoepotioninvisextended": "long_invisibility_lingering_potion", + "aoepotioninvisibility2": "long_invisibility_lingering_potion", + "aoepotioninvisibilityex": "long_invisibility_lingering_potion", + "aoepotioninvisibilityextended": "long_invisibility_lingering_potion", + "aoepotioninvisibilitylevel2": "long_invisibility_lingering_potion", + "aoepotioninvisibilitylong": "long_invisibility_lingering_potion", + "aoepotioninvisible2": "long_invisibility_lingering_potion", + "aoepotioninvisibleex": "long_invisibility_lingering_potion", + "aoepotioninvisibleextended": "long_invisibility_lingering_potion", + "aoepotioninvisiblelevel2": "long_invisibility_lingering_potion", + "aoepotioninvisiblelong": "long_invisibility_lingering_potion", + "aoepotioninvislevel2": "long_invisibility_lingering_potion", + "aoepotioninvislong": "long_invisibility_lingering_potion", + "aoepotioninvlevel2": "long_invisibility_lingering_potion", + "aoepotioninvlong": "long_invisibility_lingering_potion", + "areapotinv2": "long_invisibility_lingering_potion", + "areapotinvex": "long_invisibility_lingering_potion", + "areapotinvextended": "long_invisibility_lingering_potion", + "areapotinvis2": "long_invisibility_lingering_potion", + "areapotinvisex": "long_invisibility_lingering_potion", + "areapotinvisextended": "long_invisibility_lingering_potion", + "areapotinvisibility2": "long_invisibility_lingering_potion", + "areapotinvisibilityex": "long_invisibility_lingering_potion", + "areapotinvisibilityextended": "long_invisibility_lingering_potion", + "areapotinvisibilitylevel2": "long_invisibility_lingering_potion", + "areapotinvisibilitylong": "long_invisibility_lingering_potion", + "areapotinvisible2": "long_invisibility_lingering_potion", + "areapotinvisibleex": "long_invisibility_lingering_potion", + "areapotinvisibleextended": "long_invisibility_lingering_potion", + "areapotinvisiblelevel2": "long_invisibility_lingering_potion", + "areapotinvisiblelong": "long_invisibility_lingering_potion", + "areapotinvislevel2": "long_invisibility_lingering_potion", + "areapotinvislong": "long_invisibility_lingering_potion", + "areapotinvlevel2": "long_invisibility_lingering_potion", + "areapotinvlong": "long_invisibility_lingering_potion", + "areapotioninv2": "long_invisibility_lingering_potion", + "areapotioninvex": "long_invisibility_lingering_potion", + "areapotioninvextended": "long_invisibility_lingering_potion", + "areapotioninvis2": "long_invisibility_lingering_potion", + "areapotioninvisex": "long_invisibility_lingering_potion", + "areapotioninvisextended": "long_invisibility_lingering_potion", + "areapotioninvisibility2": "long_invisibility_lingering_potion", + "areapotioninvisibilityex": "long_invisibility_lingering_potion", + "areapotioninvisibilityextended": "long_invisibility_lingering_potion", + "areapotioninvisibilitylevel2": "long_invisibility_lingering_potion", + "areapotioninvisibilitylong": "long_invisibility_lingering_potion", + "areapotioninvisible2": "long_invisibility_lingering_potion", + "areapotioninvisibleex": "long_invisibility_lingering_potion", + "areapotioninvisibleextended": "long_invisibility_lingering_potion", + "areapotioninvisiblelevel2": "long_invisibility_lingering_potion", + "areapotioninvisiblelong": "long_invisibility_lingering_potion", + "areapotioninvislevel2": "long_invisibility_lingering_potion", + "areapotioninvislong": "long_invisibility_lingering_potion", + "areapotioninvlevel2": "long_invisibility_lingering_potion", + "areapotioninvlong": "long_invisibility_lingering_potion", + "cloudpotinv2": "long_invisibility_lingering_potion", + "cloudpotinvex": "long_invisibility_lingering_potion", + "cloudpotinvextended": "long_invisibility_lingering_potion", + "cloudpotinvis2": "long_invisibility_lingering_potion", + "cloudpotinvisex": "long_invisibility_lingering_potion", + "cloudpotinvisextended": "long_invisibility_lingering_potion", + "cloudpotinvisibility2": "long_invisibility_lingering_potion", + "cloudpotinvisibilityex": "long_invisibility_lingering_potion", + "cloudpotinvisibilityextended": "long_invisibility_lingering_potion", + "cloudpotinvisibilitylevel2": "long_invisibility_lingering_potion", + "cloudpotinvisibilitylong": "long_invisibility_lingering_potion", + "cloudpotinvisible2": "long_invisibility_lingering_potion", + "cloudpotinvisibleex": "long_invisibility_lingering_potion", + "cloudpotinvisibleextended": "long_invisibility_lingering_potion", + "cloudpotinvisiblelevel2": "long_invisibility_lingering_potion", + "cloudpotinvisiblelong": "long_invisibility_lingering_potion", + "cloudpotinvislevel2": "long_invisibility_lingering_potion", + "cloudpotinvislong": "long_invisibility_lingering_potion", + "cloudpotinvlevel2": "long_invisibility_lingering_potion", + "cloudpotinvlong": "long_invisibility_lingering_potion", + "cloudpotioninv2": "long_invisibility_lingering_potion", + "cloudpotioninvex": "long_invisibility_lingering_potion", + "cloudpotioninvextended": "long_invisibility_lingering_potion", + "cloudpotioninvis2": "long_invisibility_lingering_potion", + "cloudpotioninvisex": "long_invisibility_lingering_potion", + "cloudpotioninvisextended": "long_invisibility_lingering_potion", + "cloudpotioninvisibility2": "long_invisibility_lingering_potion", + "cloudpotioninvisibilityex": "long_invisibility_lingering_potion", + "cloudpotioninvisibilityextended": "long_invisibility_lingering_potion", + "cloudpotioninvisibilitylevel2": "long_invisibility_lingering_potion", + "cloudpotioninvisibilitylong": "long_invisibility_lingering_potion", + "cloudpotioninvisible2": "long_invisibility_lingering_potion", + "cloudpotioninvisibleex": "long_invisibility_lingering_potion", + "cloudpotioninvisibleextended": "long_invisibility_lingering_potion", + "cloudpotioninvisiblelevel2": "long_invisibility_lingering_potion", + "cloudpotioninvisiblelong": "long_invisibility_lingering_potion", + "cloudpotioninvislevel2": "long_invisibility_lingering_potion", + "cloudpotioninvislong": "long_invisibility_lingering_potion", + "cloudpotioninvlevel2": "long_invisibility_lingering_potion", + "cloudpotioninvlong": "long_invisibility_lingering_potion", + "invaoepoiont2": "long_invisibility_lingering_potion", + "invaoepoiontex": "long_invisibility_lingering_potion", + "invaoepoiontextended": "long_invisibility_lingering_potion", + "invaoepoiontlevel2": "long_invisibility_lingering_potion", + "invaoepoiontlong": "long_invisibility_lingering_potion", + "invaoepot2": "long_invisibility_lingering_potion", + "invaoepotex": "long_invisibility_lingering_potion", + "invaoepotextended": "long_invisibility_lingering_potion", + "invaoepotlevel2": "long_invisibility_lingering_potion", + "invaoepotlong": "long_invisibility_lingering_potion", + "invareapot2": "long_invisibility_lingering_potion", + "invareapotex": "long_invisibility_lingering_potion", + "invareapotextended": "long_invisibility_lingering_potion", + "invareapotion2": "long_invisibility_lingering_potion", + "invareapotionex": "long_invisibility_lingering_potion", + "invareapotionextended": "long_invisibility_lingering_potion", + "invareapotionlevel2": "long_invisibility_lingering_potion", + "invareapotionlong": "long_invisibility_lingering_potion", + "invareapotlevel2": "long_invisibility_lingering_potion", + "invareapotlong": "long_invisibility_lingering_potion", + "invcloudpot2": "long_invisibility_lingering_potion", + "invcloudpotex": "long_invisibility_lingering_potion", + "invcloudpotextended": "long_invisibility_lingering_potion", + "invcloudpotion2": "long_invisibility_lingering_potion", + "invcloudpotionex": "long_invisibility_lingering_potion", + "invcloudpotionextended": "long_invisibility_lingering_potion", + "invcloudpotionlevel2": "long_invisibility_lingering_potion", + "invcloudpotionlong": "long_invisibility_lingering_potion", + "invcloudpotlevel2": "long_invisibility_lingering_potion", + "invcloudpotlong": "long_invisibility_lingering_potion", + "invisaoepoiont2": "long_invisibility_lingering_potion", + "invisaoepoiontex": "long_invisibility_lingering_potion", + "invisaoepoiontextended": "long_invisibility_lingering_potion", + "invisaoepoiontlevel2": "long_invisibility_lingering_potion", + "invisaoepoiontlong": "long_invisibility_lingering_potion", + "invisaoepot2": "long_invisibility_lingering_potion", + "invisaoepotex": "long_invisibility_lingering_potion", + "invisaoepotextended": "long_invisibility_lingering_potion", + "invisaoepotlevel2": "long_invisibility_lingering_potion", + "invisaoepotlong": "long_invisibility_lingering_potion", + "invisareapot2": "long_invisibility_lingering_potion", + "invisareapotex": "long_invisibility_lingering_potion", + "invisareapotextended": "long_invisibility_lingering_potion", + "invisareapotion2": "long_invisibility_lingering_potion", + "invisareapotionex": "long_invisibility_lingering_potion", + "invisareapotionextended": "long_invisibility_lingering_potion", + "invisareapotionlevel2": "long_invisibility_lingering_potion", + "invisareapotionlong": "long_invisibility_lingering_potion", + "invisareapotlevel2": "long_invisibility_lingering_potion", + "invisareapotlong": "long_invisibility_lingering_potion", + "inviscloudpot2": "long_invisibility_lingering_potion", + "inviscloudpotex": "long_invisibility_lingering_potion", + "inviscloudpotextended": "long_invisibility_lingering_potion", + "inviscloudpotion2": "long_invisibility_lingering_potion", + "inviscloudpotionex": "long_invisibility_lingering_potion", + "inviscloudpotionextended": "long_invisibility_lingering_potion", + "inviscloudpotionlevel2": "long_invisibility_lingering_potion", + "inviscloudpotionlong": "long_invisibility_lingering_potion", + "inviscloudpotlevel2": "long_invisibility_lingering_potion", + "inviscloudpotlong": "long_invisibility_lingering_potion", + "invisibilityaoepoiont2": "long_invisibility_lingering_potion", + "invisibilityaoepoiontex": "long_invisibility_lingering_potion", + "invisibilityaoepoiontextended": "long_invisibility_lingering_potion", + "invisibilityaoepoiontlevel2": "long_invisibility_lingering_potion", + "invisibilityaoepoiontlong": "long_invisibility_lingering_potion", + "invisibilityaoepot2": "long_invisibility_lingering_potion", + "invisibilityaoepotex": "long_invisibility_lingering_potion", + "invisibilityaoepotextended": "long_invisibility_lingering_potion", + "invisibilityaoepotlevel2": "long_invisibility_lingering_potion", + "invisibilityaoepotlong": "long_invisibility_lingering_potion", + "invisibilityareapot2": "long_invisibility_lingering_potion", + "invisibilityareapotex": "long_invisibility_lingering_potion", + "invisibilityareapotextended": "long_invisibility_lingering_potion", + "invisibilityareapotion2": "long_invisibility_lingering_potion", + "invisibilityareapotionex": "long_invisibility_lingering_potion", + "invisibilityareapotionextended": "long_invisibility_lingering_potion", + "invisibilityareapotionlevel2": "long_invisibility_lingering_potion", + "invisibilityareapotionlong": "long_invisibility_lingering_potion", + "invisibilityareapotlevel2": "long_invisibility_lingering_potion", + "invisibilityareapotlong": "long_invisibility_lingering_potion", + "invisibilitycloudpot2": "long_invisibility_lingering_potion", + "invisibilitycloudpotex": "long_invisibility_lingering_potion", + "invisibilitycloudpotextended": "long_invisibility_lingering_potion", + "invisibilitycloudpotion2": "long_invisibility_lingering_potion", + "invisibilitycloudpotionex": "long_invisibility_lingering_potion", + "invisibilitycloudpotionextended": "long_invisibility_lingering_potion", + "invisibilitycloudpotionlevel2": "long_invisibility_lingering_potion", + "invisibilitycloudpotionlong": "long_invisibility_lingering_potion", + "invisibilitycloudpotlevel2": "long_invisibility_lingering_potion", + "invisibilitycloudpotlong": "long_invisibility_lingering_potion", + "invisibilitylingerpot2": "long_invisibility_lingering_potion", + "invisibilitylingerpotex": "long_invisibility_lingering_potion", + "invisibilitylingerpotextended": "long_invisibility_lingering_potion", + "invisibilitylingerpotlevel2": "long_invisibility_lingering_potion", + "invisibilitylingerpotlong": "long_invisibility_lingering_potion", + "invisibleaoepoiont2": "long_invisibility_lingering_potion", + "invisibleaoepoiontex": "long_invisibility_lingering_potion", + "invisibleaoepoiontextended": "long_invisibility_lingering_potion", + "invisibleaoepoiontlevel2": "long_invisibility_lingering_potion", + "invisibleaoepoiontlong": "long_invisibility_lingering_potion", + "invisibleaoepot2": "long_invisibility_lingering_potion", + "invisibleaoepotex": "long_invisibility_lingering_potion", + "invisibleaoepotextended": "long_invisibility_lingering_potion", + "invisibleaoepotlevel2": "long_invisibility_lingering_potion", + "invisibleaoepotlong": "long_invisibility_lingering_potion", + "invisibleareapot2": "long_invisibility_lingering_potion", + "invisibleareapotex": "long_invisibility_lingering_potion", + "invisibleareapotextended": "long_invisibility_lingering_potion", + "invisibleareapotion2": "long_invisibility_lingering_potion", + "invisibleareapotionex": "long_invisibility_lingering_potion", + "invisibleareapotionextended": "long_invisibility_lingering_potion", + "invisibleareapotionlevel2": "long_invisibility_lingering_potion", + "invisibleareapotionlong": "long_invisibility_lingering_potion", + "invisibleareapotlevel2": "long_invisibility_lingering_potion", + "invisibleareapotlong": "long_invisibility_lingering_potion", + "invisiblecloudpot2": "long_invisibility_lingering_potion", + "invisiblecloudpotex": "long_invisibility_lingering_potion", + "invisiblecloudpotextended": "long_invisibility_lingering_potion", + "invisiblecloudpotion2": "long_invisibility_lingering_potion", + "invisiblecloudpotionex": "long_invisibility_lingering_potion", + "invisiblecloudpotionextended": "long_invisibility_lingering_potion", + "invisiblecloudpotionlevel2": "long_invisibility_lingering_potion", + "invisiblecloudpotionlong": "long_invisibility_lingering_potion", + "invisiblecloudpotlevel2": "long_invisibility_lingering_potion", + "invisiblecloudpotlong": "long_invisibility_lingering_potion", + "invisiblelingerpot2": "long_invisibility_lingering_potion", + "invisiblelingerpotex": "long_invisibility_lingering_potion", + "invisiblelingerpotextended": "long_invisibility_lingering_potion", + "invisiblelingerpotlevel2": "long_invisibility_lingering_potion", + "invisiblelingerpotlong": "long_invisibility_lingering_potion", + "invislingerpot2": "long_invisibility_lingering_potion", + "invislingerpotex": "long_invisibility_lingering_potion", + "invislingerpotextended": "long_invisibility_lingering_potion", + "invislingerpotlevel2": "long_invisibility_lingering_potion", + "invislingerpotlong": "long_invisibility_lingering_potion", + "invlingerpot2": "long_invisibility_lingering_potion", + "invlingerpotex": "long_invisibility_lingering_potion", + "invlingerpotextended": "long_invisibility_lingering_potion", + "invlingerpotlevel2": "long_invisibility_lingering_potion", + "invlingerpotlong": "long_invisibility_lingering_potion", + "lingerpotinv2": "long_invisibility_lingering_potion", + "lingerpotinvex": "long_invisibility_lingering_potion", + "lingerpotinvextended": "long_invisibility_lingering_potion", + "lingerpotinvis2": "long_invisibility_lingering_potion", + "lingerpotinvisex": "long_invisibility_lingering_potion", + "lingerpotinvisextended": "long_invisibility_lingering_potion", + "lingerpotinvisibility2": "long_invisibility_lingering_potion", + "lingerpotinvisibilityex": "long_invisibility_lingering_potion", + "lingerpotinvisibilityextended": "long_invisibility_lingering_potion", + "lingerpotinvisibilitylevel2": "long_invisibility_lingering_potion", + "lingerpotinvisibilitylong": "long_invisibility_lingering_potion", + "lingerpotinvisible2": "long_invisibility_lingering_potion", + "lingerpotinvisibleex": "long_invisibility_lingering_potion", + "lingerpotinvisibleextended": "long_invisibility_lingering_potion", + "lingerpotinvisiblelevel2": "long_invisibility_lingering_potion", + "lingerpotinvisiblelong": "long_invisibility_lingering_potion", + "lingerpotinvislevel2": "long_invisibility_lingering_potion", + "lingerpotinvislong": "long_invisibility_lingering_potion", + "lingerpotinvlevel2": "long_invisibility_lingering_potion", + "lingerpotinvlong": "long_invisibility_lingering_potion", + "long_invisibility_potion": { + "potionData": { + "type": "INVISIBILITY", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "inv2pot": "long_invisibility_potion", + "inv2potion": "long_invisibility_potion", + "invexpot": "long_invisibility_potion", + "invexpotion": "long_invisibility_potion", + "invextendedpot": "long_invisibility_potion", + "invextendedpotion": "long_invisibility_potion", + "invis2pot": "long_invisibility_potion", + "invis2potion": "long_invisibility_potion", + "invisexpot": "long_invisibility_potion", + "invisexpotion": "long_invisibility_potion", + "invisextendedpot": "long_invisibility_potion", + "invisextendedpotion": "long_invisibility_potion", + "invisibility2pot": "long_invisibility_potion", + "invisibility2potion": "long_invisibility_potion", + "invisibilityexpot": "long_invisibility_potion", + "invisibilityexpotion": "long_invisibility_potion", + "invisibilityextendedpot": "long_invisibility_potion", + "invisibilityextendedpotion": "long_invisibility_potion", + "invisibilitylevel2pot": "long_invisibility_potion", + "invisibilitylevel2potion": "long_invisibility_potion", + "invisibilitylongpot": "long_invisibility_potion", + "invisibilitylongpotion": "long_invisibility_potion", + "invisible2pot": "long_invisibility_potion", + "invisible2potion": "long_invisibility_potion", + "invisibleexpot": "long_invisibility_potion", + "invisibleexpotion": "long_invisibility_potion", + "invisibleextendedpot": "long_invisibility_potion", + "invisibleextendedpotion": "long_invisibility_potion", + "invisiblelevel2pot": "long_invisibility_potion", + "invisiblelevel2potion": "long_invisibility_potion", + "invisiblelongpot": "long_invisibility_potion", + "invisiblelongpotion": "long_invisibility_potion", + "invislevel2pot": "long_invisibility_potion", + "invislevel2potion": "long_invisibility_potion", + "invislongpot": "long_invisibility_potion", + "invislongpotion": "long_invisibility_potion", + "invlevel2pot": "long_invisibility_potion", + "invlevel2potion": "long_invisibility_potion", + "invlongpot": "long_invisibility_potion", + "invlongpotion": "long_invisibility_potion", + "potionofinv2": "long_invisibility_potion", + "potionofinvex": "long_invisibility_potion", + "potionofinvextended": "long_invisibility_potion", + "potionofinvis2": "long_invisibility_potion", + "potionofinvisex": "long_invisibility_potion", + "potionofinvisextended": "long_invisibility_potion", + "potionofinvisibility2": "long_invisibility_potion", + "potionofinvisibilityex": "long_invisibility_potion", + "potionofinvisibilityextended": "long_invisibility_potion", + "potionofinvisibilitylevel2": "long_invisibility_potion", + "potionofinvisibilitylong": "long_invisibility_potion", + "potionofinvisible2": "long_invisibility_potion", + "potionofinvisibleex": "long_invisibility_potion", + "potionofinvisibleextended": "long_invisibility_potion", + "potionofinvisiblelevel2": "long_invisibility_potion", + "potionofinvisiblelong": "long_invisibility_potion", + "potionofinvislevel2": "long_invisibility_potion", + "potionofinvislong": "long_invisibility_potion", + "potionofinvlevel2": "long_invisibility_potion", + "potionofinvlong": "long_invisibility_potion", + "potofinv2": "long_invisibility_potion", + "potofinvex": "long_invisibility_potion", + "potofinvextended": "long_invisibility_potion", + "potofinvis2": "long_invisibility_potion", + "potofinvisex": "long_invisibility_potion", + "potofinvisextended": "long_invisibility_potion", + "potofinvisibility2": "long_invisibility_potion", + "potofinvisibilityex": "long_invisibility_potion", + "potofinvisibilityextended": "long_invisibility_potion", + "potofinvisibilitylevel2": "long_invisibility_potion", + "potofinvisibilitylong": "long_invisibility_potion", + "potofinvisible2": "long_invisibility_potion", + "potofinvisibleex": "long_invisibility_potion", + "potofinvisibleextended": "long_invisibility_potion", + "potofinvisiblelevel2": "long_invisibility_potion", + "potofinvisiblelong": "long_invisibility_potion", + "potofinvislevel2": "long_invisibility_potion", + "potofinvislong": "long_invisibility_potion", + "potofinvlevel2": "long_invisibility_potion", + "potofinvlong": "long_invisibility_potion", + "long_invisibility_splash_potion": { + "potionData": { + "type": "INVISIBILITY", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "inv2splashpot": "long_invisibility_splash_potion", + "inv2splashpotion": "long_invisibility_splash_potion", + "invexsplashpot": "long_invisibility_splash_potion", + "invexsplashpotion": "long_invisibility_splash_potion", + "invextendedsplashpot": "long_invisibility_splash_potion", + "invextendedsplashpotion": "long_invisibility_splash_potion", + "invis2splashpot": "long_invisibility_splash_potion", + "invis2splashpotion": "long_invisibility_splash_potion", + "invisexsplashpot": "long_invisibility_splash_potion", + "invisexsplashpotion": "long_invisibility_splash_potion", + "invisextendedsplashpot": "long_invisibility_splash_potion", + "invisextendedsplashpotion": "long_invisibility_splash_potion", + "invisibility2splashpot": "long_invisibility_splash_potion", + "invisibility2splashpotion": "long_invisibility_splash_potion", + "invisibilityexsplashpot": "long_invisibility_splash_potion", + "invisibilityexsplashpotion": "long_invisibility_splash_potion", + "invisibilityextendedsplashpot": "long_invisibility_splash_potion", + "invisibilityextendedsplashpotion": "long_invisibility_splash_potion", + "invisibilitylevel2splashpot": "long_invisibility_splash_potion", + "invisibilitylevel2splashpotion": "long_invisibility_splash_potion", + "invisibilitylongsplashpot": "long_invisibility_splash_potion", + "invisibilitylongsplashpotion": "long_invisibility_splash_potion", + "invisible2splashpot": "long_invisibility_splash_potion", + "invisible2splashpotion": "long_invisibility_splash_potion", + "invisibleexsplashpot": "long_invisibility_splash_potion", + "invisibleexsplashpotion": "long_invisibility_splash_potion", + "invisibleextendedsplashpot": "long_invisibility_splash_potion", + "invisibleextendedsplashpotion": "long_invisibility_splash_potion", + "invisiblelevel2splashpot": "long_invisibility_splash_potion", + "invisiblelevel2splashpotion": "long_invisibility_splash_potion", + "invisiblelongsplashpot": "long_invisibility_splash_potion", + "invisiblelongsplashpotion": "long_invisibility_splash_potion", + "invislevel2splashpot": "long_invisibility_splash_potion", + "invislevel2splashpotion": "long_invisibility_splash_potion", + "invislongsplashpot": "long_invisibility_splash_potion", + "invislongsplashpotion": "long_invisibility_splash_potion", + "invlevel2splashpot": "long_invisibility_splash_potion", + "invlevel2splashpotion": "long_invisibility_splash_potion", + "invlongsplashpot": "long_invisibility_splash_potion", + "invlongsplashpotion": "long_invisibility_splash_potion", + "splashinv2pot": "long_invisibility_splash_potion", + "splashinv2potion": "long_invisibility_splash_potion", + "splashinvexpot": "long_invisibility_splash_potion", + "splashinvexpotion": "long_invisibility_splash_potion", + "splashinvextendedpot": "long_invisibility_splash_potion", + "splashinvextendedpotion": "long_invisibility_splash_potion", + "splashinvis2pot": "long_invisibility_splash_potion", + "splashinvis2potion": "long_invisibility_splash_potion", + "splashinvisexpot": "long_invisibility_splash_potion", + "splashinvisexpotion": "long_invisibility_splash_potion", + "splashinvisextendedpot": "long_invisibility_splash_potion", + "splashinvisextendedpotion": "long_invisibility_splash_potion", + "splashinvisibility2pot": "long_invisibility_splash_potion", + "splashinvisibility2potion": "long_invisibility_splash_potion", + "splashinvisibilityexpot": "long_invisibility_splash_potion", + "splashinvisibilityexpotion": "long_invisibility_splash_potion", + "splashinvisibilityextendedpot": "long_invisibility_splash_potion", + "splashinvisibilityextendedpotion": "long_invisibility_splash_potion", + "splashinvisibilitylevel2pot": "long_invisibility_splash_potion", + "splashinvisibilitylevel2potion": "long_invisibility_splash_potion", + "splashinvisibilitylongpot": "long_invisibility_splash_potion", + "splashinvisibilitylongpotion": "long_invisibility_splash_potion", + "splashinvisible2pot": "long_invisibility_splash_potion", + "splashinvisible2potion": "long_invisibility_splash_potion", + "splashinvisibleexpot": "long_invisibility_splash_potion", + "splashinvisibleexpotion": "long_invisibility_splash_potion", + "splashinvisibleextendedpot": "long_invisibility_splash_potion", + "splashinvisibleextendedpotion": "long_invisibility_splash_potion", + "splashinvisiblelevel2pot": "long_invisibility_splash_potion", + "splashinvisiblelevel2potion": "long_invisibility_splash_potion", + "splashinvisiblelongpot": "long_invisibility_splash_potion", + "splashinvisiblelongpotion": "long_invisibility_splash_potion", + "splashinvislevel2pot": "long_invisibility_splash_potion", + "splashinvislevel2potion": "long_invisibility_splash_potion", + "splashinvislongpot": "long_invisibility_splash_potion", + "splashinvislongpotion": "long_invisibility_splash_potion", + "splashinvlevel2pot": "long_invisibility_splash_potion", + "splashinvlevel2potion": "long_invisibility_splash_potion", + "splashinvlongpot": "long_invisibility_splash_potion", + "splashinvlongpotion": "long_invisibility_splash_potion", + "splinv2pot": "long_invisibility_splash_potion", + "splinv2potion": "long_invisibility_splash_potion", + "splinvexpot": "long_invisibility_splash_potion", + "splinvexpotion": "long_invisibility_splash_potion", + "splinvextendedpot": "long_invisibility_splash_potion", + "splinvextendedpotion": "long_invisibility_splash_potion", + "splinvis2pot": "long_invisibility_splash_potion", + "splinvis2potion": "long_invisibility_splash_potion", + "splinvisexpot": "long_invisibility_splash_potion", + "splinvisexpotion": "long_invisibility_splash_potion", + "splinvisextendedpot": "long_invisibility_splash_potion", + "splinvisextendedpotion": "long_invisibility_splash_potion", + "splinvisibility2pot": "long_invisibility_splash_potion", + "splinvisibility2potion": "long_invisibility_splash_potion", + "splinvisibilityexpot": "long_invisibility_splash_potion", + "splinvisibilityexpotion": "long_invisibility_splash_potion", + "splinvisibilityextendedpot": "long_invisibility_splash_potion", + "splinvisibilityextendedpotion": "long_invisibility_splash_potion", + "splinvisibilitylevel2pot": "long_invisibility_splash_potion", + "splinvisibilitylevel2potion": "long_invisibility_splash_potion", + "splinvisibilitylongpot": "long_invisibility_splash_potion", + "splinvisibilitylongpotion": "long_invisibility_splash_potion", + "splinvisible2pot": "long_invisibility_splash_potion", + "splinvisible2potion": "long_invisibility_splash_potion", + "splinvisibleexpot": "long_invisibility_splash_potion", + "splinvisibleexpotion": "long_invisibility_splash_potion", + "splinvisibleextendedpot": "long_invisibility_splash_potion", + "splinvisibleextendedpotion": "long_invisibility_splash_potion", + "splinvisiblelevel2pot": "long_invisibility_splash_potion", + "splinvisiblelevel2potion": "long_invisibility_splash_potion", + "splinvisiblelongpot": "long_invisibility_splash_potion", + "splinvisiblelongpotion": "long_invisibility_splash_potion", + "splinvislevel2pot": "long_invisibility_splash_potion", + "splinvislevel2potion": "long_invisibility_splash_potion", + "splinvislongpot": "long_invisibility_splash_potion", + "splinvislongpotion": "long_invisibility_splash_potion", + "splinvlevel2pot": "long_invisibility_splash_potion", + "splinvlevel2potion": "long_invisibility_splash_potion", + "splinvlongpot": "long_invisibility_splash_potion", + "splinvlongpotion": "long_invisibility_splash_potion", + "long_invisibility_tipped_arrow": { + "potionData": { + "type": "INVISIBILITY", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowinv2": "long_invisibility_tipped_arrow", + "arrowinvex": "long_invisibility_tipped_arrow", + "arrowinvextended": "long_invisibility_tipped_arrow", + "arrowinvis2": "long_invisibility_tipped_arrow", + "arrowinvisex": "long_invisibility_tipped_arrow", + "arrowinvisextended": "long_invisibility_tipped_arrow", + "arrowinvisibility2": "long_invisibility_tipped_arrow", + "arrowinvisibilityex": "long_invisibility_tipped_arrow", + "arrowinvisibilityextended": "long_invisibility_tipped_arrow", + "arrowinvisibilitylevel2": "long_invisibility_tipped_arrow", + "arrowinvisibilitylong": "long_invisibility_tipped_arrow", + "arrowinvisible2": "long_invisibility_tipped_arrow", + "arrowinvisibleex": "long_invisibility_tipped_arrow", + "arrowinvisibleextended": "long_invisibility_tipped_arrow", + "arrowinvisiblelevel2": "long_invisibility_tipped_arrow", + "arrowinvisiblelong": "long_invisibility_tipped_arrow", + "arrowinvislevel2": "long_invisibility_tipped_arrow", + "arrowinvislong": "long_invisibility_tipped_arrow", + "arrowinvlevel2": "long_invisibility_tipped_arrow", + "arrowinvlong": "long_invisibility_tipped_arrow", + "inv2tarr": "long_invisibility_tipped_arrow", + "inv2tarrow": "long_invisibility_tipped_arrow", + "inv2tippedarrow": "long_invisibility_tipped_arrow", + "invarrow2": "long_invisibility_tipped_arrow", + "invarrowex": "long_invisibility_tipped_arrow", + "invarrowextended": "long_invisibility_tipped_arrow", + "invarrowlevel2": "long_invisibility_tipped_arrow", + "invarrowlong": "long_invisibility_tipped_arrow", + "invextarr": "long_invisibility_tipped_arrow", + "invextarrow": "long_invisibility_tipped_arrow", + "invextendedtarr": "long_invisibility_tipped_arrow", + "invextendedtarrow": "long_invisibility_tipped_arrow", + "invextendedtippedarrow": "long_invisibility_tipped_arrow", + "invextippedarrow": "long_invisibility_tipped_arrow", + "invis2tarr": "long_invisibility_tipped_arrow", + "invis2tarrow": "long_invisibility_tipped_arrow", + "invis2tippedarrow": "long_invisibility_tipped_arrow", + "invisarrow2": "long_invisibility_tipped_arrow", + "invisarrowex": "long_invisibility_tipped_arrow", + "invisarrowextended": "long_invisibility_tipped_arrow", + "invisarrowlevel2": "long_invisibility_tipped_arrow", + "invisarrowlong": "long_invisibility_tipped_arrow", + "invisextarr": "long_invisibility_tipped_arrow", + "invisextarrow": "long_invisibility_tipped_arrow", + "invisextendedtarr": "long_invisibility_tipped_arrow", + "invisextendedtarrow": "long_invisibility_tipped_arrow", + "invisextendedtippedarrow": "long_invisibility_tipped_arrow", + "invisextippedarrow": "long_invisibility_tipped_arrow", + "invisibility2tarr": "long_invisibility_tipped_arrow", + "invisibility2tarrow": "long_invisibility_tipped_arrow", + "invisibility2tippedarrow": "long_invisibility_tipped_arrow", + "invisibilityarrow2": "long_invisibility_tipped_arrow", + "invisibilityarrowex": "long_invisibility_tipped_arrow", + "invisibilityarrowextended": "long_invisibility_tipped_arrow", + "invisibilityarrowlevel2": "long_invisibility_tipped_arrow", + "invisibilityarrowlong": "long_invisibility_tipped_arrow", + "invisibilityextarr": "long_invisibility_tipped_arrow", + "invisibilityextarrow": "long_invisibility_tipped_arrow", + "invisibilityextendedtarr": "long_invisibility_tipped_arrow", + "invisibilityextendedtarrow": "long_invisibility_tipped_arrow", + "invisibilityextendedtippedarrow": "long_invisibility_tipped_arrow", + "invisibilityextippedarrow": "long_invisibility_tipped_arrow", + "invisibilitylevel2tarr": "long_invisibility_tipped_arrow", + "invisibilitylevel2tarrow": "long_invisibility_tipped_arrow", + "invisibilitylevel2tippedarrow": "long_invisibility_tipped_arrow", + "invisibilitylongtarr": "long_invisibility_tipped_arrow", + "invisibilitylongtarrow": "long_invisibility_tipped_arrow", + "invisibilitylongtippedarrow": "long_invisibility_tipped_arrow", + "invisible2tarr": "long_invisibility_tipped_arrow", + "invisible2tarrow": "long_invisibility_tipped_arrow", + "invisible2tippedarrow": "long_invisibility_tipped_arrow", + "invisiblearrow2": "long_invisibility_tipped_arrow", + "invisiblearrowex": "long_invisibility_tipped_arrow", + "invisiblearrowextended": "long_invisibility_tipped_arrow", + "invisiblearrowlevel2": "long_invisibility_tipped_arrow", + "invisiblearrowlong": "long_invisibility_tipped_arrow", + "invisibleextarr": "long_invisibility_tipped_arrow", + "invisibleextarrow": "long_invisibility_tipped_arrow", + "invisibleextendedtarr": "long_invisibility_tipped_arrow", + "invisibleextendedtarrow": "long_invisibility_tipped_arrow", + "invisibleextendedtippedarrow": "long_invisibility_tipped_arrow", + "invisibleextippedarrow": "long_invisibility_tipped_arrow", + "invisiblelevel2tarr": "long_invisibility_tipped_arrow", + "invisiblelevel2tarrow": "long_invisibility_tipped_arrow", + "invisiblelevel2tippedarrow": "long_invisibility_tipped_arrow", + "invisiblelongtarr": "long_invisibility_tipped_arrow", + "invisiblelongtarrow": "long_invisibility_tipped_arrow", + "invisiblelongtippedarrow": "long_invisibility_tipped_arrow", + "invislevel2tarr": "long_invisibility_tipped_arrow", + "invislevel2tarrow": "long_invisibility_tipped_arrow", + "invislevel2tippedarrow": "long_invisibility_tipped_arrow", + "invislongtarr": "long_invisibility_tipped_arrow", + "invislongtarrow": "long_invisibility_tipped_arrow", + "invislongtippedarrow": "long_invisibility_tipped_arrow", + "invlevel2tarr": "long_invisibility_tipped_arrow", + "invlevel2tarrow": "long_invisibility_tipped_arrow", + "invlevel2tippedarrow": "long_invisibility_tipped_arrow", + "invlongtarr": "long_invisibility_tipped_arrow", + "invlongtarrow": "long_invisibility_tipped_arrow", + "invlongtippedarrow": "long_invisibility_tipped_arrow", + "long_leaping_lingering_potion": { + "potionData": { + "type": "JUMP", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotionjump2": "long_leaping_lingering_potion", + "aoepotionjumpex": "long_leaping_lingering_potion", + "aoepotionjumpextended": "long_leaping_lingering_potion", + "aoepotionjumplevel2": "long_leaping_lingering_potion", + "aoepotionjumplong": "long_leaping_lingering_potion", + "aoepotionleap2": "long_leaping_lingering_potion", + "aoepotionleapex": "long_leaping_lingering_potion", + "aoepotionleapextended": "long_leaping_lingering_potion", + "aoepotionleaping2": "long_leaping_lingering_potion", + "aoepotionleapingex": "long_leaping_lingering_potion", + "aoepotionleapingextended": "long_leaping_lingering_potion", + "aoepotionleapinglevel2": "long_leaping_lingering_potion", + "aoepotionleapinglong": "long_leaping_lingering_potion", + "aoepotionleaplevel2": "long_leaping_lingering_potion", + "aoepotionleaplong": "long_leaping_lingering_potion", + "aoepotjump2": "long_leaping_lingering_potion", + "aoepotjumpex": "long_leaping_lingering_potion", + "aoepotjumpextended": "long_leaping_lingering_potion", + "aoepotjumplevel2": "long_leaping_lingering_potion", + "aoepotjumplong": "long_leaping_lingering_potion", + "aoepotleap2": "long_leaping_lingering_potion", + "aoepotleapex": "long_leaping_lingering_potion", + "aoepotleapextended": "long_leaping_lingering_potion", + "aoepotleaping2": "long_leaping_lingering_potion", + "aoepotleapingex": "long_leaping_lingering_potion", + "aoepotleapingextended": "long_leaping_lingering_potion", + "aoepotleapinglevel2": "long_leaping_lingering_potion", + "aoepotleapinglong": "long_leaping_lingering_potion", + "aoepotleaplevel2": "long_leaping_lingering_potion", + "aoepotleaplong": "long_leaping_lingering_potion", + "areapotionjump2": "long_leaping_lingering_potion", + "areapotionjumpex": "long_leaping_lingering_potion", + "areapotionjumpextended": "long_leaping_lingering_potion", + "areapotionjumplevel2": "long_leaping_lingering_potion", + "areapotionjumplong": "long_leaping_lingering_potion", + "areapotionleap2": "long_leaping_lingering_potion", + "areapotionleapex": "long_leaping_lingering_potion", + "areapotionleapextended": "long_leaping_lingering_potion", + "areapotionleaping2": "long_leaping_lingering_potion", + "areapotionleapingex": "long_leaping_lingering_potion", + "areapotionleapingextended": "long_leaping_lingering_potion", + "areapotionleapinglevel2": "long_leaping_lingering_potion", + "areapotionleapinglong": "long_leaping_lingering_potion", + "areapotionleaplevel2": "long_leaping_lingering_potion", + "areapotionleaplong": "long_leaping_lingering_potion", + "areapotjump2": "long_leaping_lingering_potion", + "areapotjumpex": "long_leaping_lingering_potion", + "areapotjumpextended": "long_leaping_lingering_potion", + "areapotjumplevel2": "long_leaping_lingering_potion", + "areapotjumplong": "long_leaping_lingering_potion", + "areapotleap2": "long_leaping_lingering_potion", + "areapotleapex": "long_leaping_lingering_potion", + "areapotleapextended": "long_leaping_lingering_potion", + "areapotleaping2": "long_leaping_lingering_potion", + "areapotleapingex": "long_leaping_lingering_potion", + "areapotleapingextended": "long_leaping_lingering_potion", + "areapotleapinglevel2": "long_leaping_lingering_potion", + "areapotleapinglong": "long_leaping_lingering_potion", + "areapotleaplevel2": "long_leaping_lingering_potion", + "areapotleaplong": "long_leaping_lingering_potion", + "cloudpotionjump2": "long_leaping_lingering_potion", + "cloudpotionjumpex": "long_leaping_lingering_potion", + "cloudpotionjumpextended": "long_leaping_lingering_potion", + "cloudpotionjumplevel2": "long_leaping_lingering_potion", + "cloudpotionjumplong": "long_leaping_lingering_potion", + "cloudpotionleap2": "long_leaping_lingering_potion", + "cloudpotionleapex": "long_leaping_lingering_potion", + "cloudpotionleapextended": "long_leaping_lingering_potion", + "cloudpotionleaping2": "long_leaping_lingering_potion", + "cloudpotionleapingex": "long_leaping_lingering_potion", + "cloudpotionleapingextended": "long_leaping_lingering_potion", + "cloudpotionleapinglevel2": "long_leaping_lingering_potion", + "cloudpotionleapinglong": "long_leaping_lingering_potion", + "cloudpotionleaplevel2": "long_leaping_lingering_potion", + "cloudpotionleaplong": "long_leaping_lingering_potion", + "cloudpotjump2": "long_leaping_lingering_potion", + "cloudpotjumpex": "long_leaping_lingering_potion", + "cloudpotjumpextended": "long_leaping_lingering_potion", + "cloudpotjumplevel2": "long_leaping_lingering_potion", + "cloudpotjumplong": "long_leaping_lingering_potion", + "cloudpotleap2": "long_leaping_lingering_potion", + "cloudpotleapex": "long_leaping_lingering_potion", + "cloudpotleapextended": "long_leaping_lingering_potion", + "cloudpotleaping2": "long_leaping_lingering_potion", + "cloudpotleapingex": "long_leaping_lingering_potion", + "cloudpotleapingextended": "long_leaping_lingering_potion", + "cloudpotleapinglevel2": "long_leaping_lingering_potion", + "cloudpotleapinglong": "long_leaping_lingering_potion", + "cloudpotleaplevel2": "long_leaping_lingering_potion", + "cloudpotleaplong": "long_leaping_lingering_potion", + "jumpaoepoiont2": "long_leaping_lingering_potion", + "jumpaoepoiontex": "long_leaping_lingering_potion", + "jumpaoepoiontextended": "long_leaping_lingering_potion", + "jumpaoepoiontlevel2": "long_leaping_lingering_potion", + "jumpaoepoiontlong": "long_leaping_lingering_potion", + "jumpaoepot2": "long_leaping_lingering_potion", + "jumpaoepotex": "long_leaping_lingering_potion", + "jumpaoepotextended": "long_leaping_lingering_potion", + "jumpaoepotlevel2": "long_leaping_lingering_potion", + "jumpaoepotlong": "long_leaping_lingering_potion", + "jumpareapot2": "long_leaping_lingering_potion", + "jumpareapotex": "long_leaping_lingering_potion", + "jumpareapotextended": "long_leaping_lingering_potion", + "jumpareapotion2": "long_leaping_lingering_potion", + "jumpareapotionex": "long_leaping_lingering_potion", + "jumpareapotionextended": "long_leaping_lingering_potion", + "jumpareapotionlevel2": "long_leaping_lingering_potion", + "jumpareapotionlong": "long_leaping_lingering_potion", + "jumpareapotlevel2": "long_leaping_lingering_potion", + "jumpareapotlong": "long_leaping_lingering_potion", + "jumpcloudpot2": "long_leaping_lingering_potion", + "jumpcloudpotex": "long_leaping_lingering_potion", + "jumpcloudpotextended": "long_leaping_lingering_potion", + "jumpcloudpotion2": "long_leaping_lingering_potion", + "jumpcloudpotionex": "long_leaping_lingering_potion", + "jumpcloudpotionextended": "long_leaping_lingering_potion", + "jumpcloudpotionlevel2": "long_leaping_lingering_potion", + "jumpcloudpotionlong": "long_leaping_lingering_potion", + "jumpcloudpotlevel2": "long_leaping_lingering_potion", + "jumpcloudpotlong": "long_leaping_lingering_potion", + "jumplingerpot2": "long_leaping_lingering_potion", + "jumplingerpotex": "long_leaping_lingering_potion", + "jumplingerpotextended": "long_leaping_lingering_potion", + "jumplingerpotlevel2": "long_leaping_lingering_potion", + "jumplingerpotlong": "long_leaping_lingering_potion", + "leapaoepoiont2": "long_leaping_lingering_potion", + "leapaoepoiontex": "long_leaping_lingering_potion", + "leapaoepoiontextended": "long_leaping_lingering_potion", + "leapaoepoiontlevel2": "long_leaping_lingering_potion", + "leapaoepoiontlong": "long_leaping_lingering_potion", + "leapaoepot2": "long_leaping_lingering_potion", + "leapaoepotex": "long_leaping_lingering_potion", + "leapaoepotextended": "long_leaping_lingering_potion", + "leapaoepotlevel2": "long_leaping_lingering_potion", + "leapaoepotlong": "long_leaping_lingering_potion", + "leapareapot2": "long_leaping_lingering_potion", + "leapareapotex": "long_leaping_lingering_potion", + "leapareapotextended": "long_leaping_lingering_potion", + "leapareapotion2": "long_leaping_lingering_potion", + "leapareapotionex": "long_leaping_lingering_potion", + "leapareapotionextended": "long_leaping_lingering_potion", + "leapareapotionlevel2": "long_leaping_lingering_potion", + "leapareapotionlong": "long_leaping_lingering_potion", + "leapareapotlevel2": "long_leaping_lingering_potion", + "leapareapotlong": "long_leaping_lingering_potion", + "leapcloudpot2": "long_leaping_lingering_potion", + "leapcloudpotex": "long_leaping_lingering_potion", + "leapcloudpotextended": "long_leaping_lingering_potion", + "leapcloudpotion2": "long_leaping_lingering_potion", + "leapcloudpotionex": "long_leaping_lingering_potion", + "leapcloudpotionextended": "long_leaping_lingering_potion", + "leapcloudpotionlevel2": "long_leaping_lingering_potion", + "leapcloudpotionlong": "long_leaping_lingering_potion", + "leapcloudpotlevel2": "long_leaping_lingering_potion", + "leapcloudpotlong": "long_leaping_lingering_potion", + "leapingaoepoiont2": "long_leaping_lingering_potion", + "leapingaoepoiontex": "long_leaping_lingering_potion", + "leapingaoepoiontextended": "long_leaping_lingering_potion", + "leapingaoepoiontlevel2": "long_leaping_lingering_potion", + "leapingaoepoiontlong": "long_leaping_lingering_potion", + "leapingaoepot2": "long_leaping_lingering_potion", + "leapingaoepotex": "long_leaping_lingering_potion", + "leapingaoepotextended": "long_leaping_lingering_potion", + "leapingaoepotlevel2": "long_leaping_lingering_potion", + "leapingaoepotlong": "long_leaping_lingering_potion", + "leapingareapot2": "long_leaping_lingering_potion", + "leapingareapotex": "long_leaping_lingering_potion", + "leapingareapotextended": "long_leaping_lingering_potion", + "leapingareapotion2": "long_leaping_lingering_potion", + "leapingareapotionex": "long_leaping_lingering_potion", + "leapingareapotionextended": "long_leaping_lingering_potion", + "leapingareapotionlevel2": "long_leaping_lingering_potion", + "leapingareapotionlong": "long_leaping_lingering_potion", + "leapingareapotlevel2": "long_leaping_lingering_potion", + "leapingareapotlong": "long_leaping_lingering_potion", + "leapingcloudpot2": "long_leaping_lingering_potion", + "leapingcloudpotex": "long_leaping_lingering_potion", + "leapingcloudpotextended": "long_leaping_lingering_potion", + "leapingcloudpotion2": "long_leaping_lingering_potion", + "leapingcloudpotionex": "long_leaping_lingering_potion", + "leapingcloudpotionextended": "long_leaping_lingering_potion", + "leapingcloudpotionlevel2": "long_leaping_lingering_potion", + "leapingcloudpotionlong": "long_leaping_lingering_potion", + "leapingcloudpotlevel2": "long_leaping_lingering_potion", + "leapingcloudpotlong": "long_leaping_lingering_potion", + "leapinglingerpot2": "long_leaping_lingering_potion", + "leapinglingerpotex": "long_leaping_lingering_potion", + "leapinglingerpotextended": "long_leaping_lingering_potion", + "leapinglingerpotlevel2": "long_leaping_lingering_potion", + "leapinglingerpotlong": "long_leaping_lingering_potion", + "leaplingerpot2": "long_leaping_lingering_potion", + "leaplingerpotex": "long_leaping_lingering_potion", + "leaplingerpotextended": "long_leaping_lingering_potion", + "leaplingerpotlevel2": "long_leaping_lingering_potion", + "leaplingerpotlong": "long_leaping_lingering_potion", + "lingerpotjump2": "long_leaping_lingering_potion", + "lingerpotjumpex": "long_leaping_lingering_potion", + "lingerpotjumpextended": "long_leaping_lingering_potion", + "lingerpotjumplevel2": "long_leaping_lingering_potion", + "lingerpotjumplong": "long_leaping_lingering_potion", + "lingerpotleap2": "long_leaping_lingering_potion", + "lingerpotleapex": "long_leaping_lingering_potion", + "lingerpotleapextended": "long_leaping_lingering_potion", + "lingerpotleaping2": "long_leaping_lingering_potion", + "lingerpotleapingex": "long_leaping_lingering_potion", + "lingerpotleapingextended": "long_leaping_lingering_potion", + "lingerpotleapinglevel2": "long_leaping_lingering_potion", + "lingerpotleapinglong": "long_leaping_lingering_potion", + "lingerpotleaplevel2": "long_leaping_lingering_potion", + "lingerpotleaplong": "long_leaping_lingering_potion", + "long_leaping_potion": { + "potionData": { + "type": "JUMP", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "jump2pot": "long_leaping_potion", + "jump2potion": "long_leaping_potion", + "jumpexpot": "long_leaping_potion", + "jumpexpotion": "long_leaping_potion", + "jumpextendedpot": "long_leaping_potion", + "jumpextendedpotion": "long_leaping_potion", + "jumplevel2pot": "long_leaping_potion", + "jumplevel2potion": "long_leaping_potion", + "jumplongpot": "long_leaping_potion", + "jumplongpotion": "long_leaping_potion", + "leap2pot": "long_leaping_potion", + "leap2potion": "long_leaping_potion", + "leapexpot": "long_leaping_potion", + "leapexpotion": "long_leaping_potion", + "leapextendedpot": "long_leaping_potion", + "leapextendedpotion": "long_leaping_potion", + "leaping2pot": "long_leaping_potion", + "leaping2potion": "long_leaping_potion", + "leapingexpot": "long_leaping_potion", + "leapingexpotion": "long_leaping_potion", + "leapingextendedpot": "long_leaping_potion", + "leapingextendedpotion": "long_leaping_potion", + "leapinglevel2pot": "long_leaping_potion", + "leapinglevel2potion": "long_leaping_potion", + "leapinglongpot": "long_leaping_potion", + "leapinglongpotion": "long_leaping_potion", + "leaplevel2pot": "long_leaping_potion", + "leaplevel2potion": "long_leaping_potion", + "leaplongpot": "long_leaping_potion", + "leaplongpotion": "long_leaping_potion", + "potionofjump2": "long_leaping_potion", + "potionofjumpex": "long_leaping_potion", + "potionofjumpextended": "long_leaping_potion", + "potionofjumplevel2": "long_leaping_potion", + "potionofjumplong": "long_leaping_potion", + "potionofleap2": "long_leaping_potion", + "potionofleapex": "long_leaping_potion", + "potionofleapextended": "long_leaping_potion", + "potionofleaping2": "long_leaping_potion", + "potionofleapingex": "long_leaping_potion", + "potionofleapingextended": "long_leaping_potion", + "potionofleapinglevel2": "long_leaping_potion", + "potionofleapinglong": "long_leaping_potion", + "potionofleaplevel2": "long_leaping_potion", + "potionofleaplong": "long_leaping_potion", + "potofjump2": "long_leaping_potion", + "potofjumpex": "long_leaping_potion", + "potofjumpextended": "long_leaping_potion", + "potofjumplevel2": "long_leaping_potion", + "potofjumplong": "long_leaping_potion", + "potofleap2": "long_leaping_potion", + "potofleapex": "long_leaping_potion", + "potofleapextended": "long_leaping_potion", + "potofleaping2": "long_leaping_potion", + "potofleapingex": "long_leaping_potion", + "potofleapingextended": "long_leaping_potion", + "potofleapinglevel2": "long_leaping_potion", + "potofleapinglong": "long_leaping_potion", + "potofleaplevel2": "long_leaping_potion", + "potofleaplong": "long_leaping_potion", + "long_leaping_splash_potion": { + "potionData": { + "type": "JUMP", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "jump2splashpot": "long_leaping_splash_potion", + "jump2splashpotion": "long_leaping_splash_potion", + "jumpexsplashpot": "long_leaping_splash_potion", + "jumpexsplashpotion": "long_leaping_splash_potion", + "jumpextendedsplashpot": "long_leaping_splash_potion", + "jumpextendedsplashpotion": "long_leaping_splash_potion", + "jumplevel2splashpot": "long_leaping_splash_potion", + "jumplevel2splashpotion": "long_leaping_splash_potion", + "jumplongsplashpot": "long_leaping_splash_potion", + "jumplongsplashpotion": "long_leaping_splash_potion", + "leap2splashpot": "long_leaping_splash_potion", + "leap2splashpotion": "long_leaping_splash_potion", + "leapexsplashpot": "long_leaping_splash_potion", + "leapexsplashpotion": "long_leaping_splash_potion", + "leapextendedsplashpot": "long_leaping_splash_potion", + "leapextendedsplashpotion": "long_leaping_splash_potion", + "leaping2splashpot": "long_leaping_splash_potion", + "leaping2splashpotion": "long_leaping_splash_potion", + "leapingexsplashpot": "long_leaping_splash_potion", + "leapingexsplashpotion": "long_leaping_splash_potion", + "leapingextendedsplashpot": "long_leaping_splash_potion", + "leapingextendedsplashpotion": "long_leaping_splash_potion", + "leapinglevel2splashpot": "long_leaping_splash_potion", + "leapinglevel2splashpotion": "long_leaping_splash_potion", + "leapinglongsplashpot": "long_leaping_splash_potion", + "leapinglongsplashpotion": "long_leaping_splash_potion", + "leaplevel2splashpot": "long_leaping_splash_potion", + "leaplevel2splashpotion": "long_leaping_splash_potion", + "leaplongsplashpot": "long_leaping_splash_potion", + "leaplongsplashpotion": "long_leaping_splash_potion", + "splashjump2pot": "long_leaping_splash_potion", + "splashjump2potion": "long_leaping_splash_potion", + "splashjumpexpot": "long_leaping_splash_potion", + "splashjumpexpotion": "long_leaping_splash_potion", + "splashjumpextendedpot": "long_leaping_splash_potion", + "splashjumpextendedpotion": "long_leaping_splash_potion", + "splashjumplevel2pot": "long_leaping_splash_potion", + "splashjumplevel2potion": "long_leaping_splash_potion", + "splashjumplongpot": "long_leaping_splash_potion", + "splashjumplongpotion": "long_leaping_splash_potion", + "splashleap2pot": "long_leaping_splash_potion", + "splashleap2potion": "long_leaping_splash_potion", + "splashleapexpot": "long_leaping_splash_potion", + "splashleapexpotion": "long_leaping_splash_potion", + "splashleapextendedpot": "long_leaping_splash_potion", + "splashleapextendedpotion": "long_leaping_splash_potion", + "splashleaping2pot": "long_leaping_splash_potion", + "splashleaping2potion": "long_leaping_splash_potion", + "splashleapingexpot": "long_leaping_splash_potion", + "splashleapingexpotion": "long_leaping_splash_potion", + "splashleapingextendedpot": "long_leaping_splash_potion", + "splashleapingextendedpotion": "long_leaping_splash_potion", + "splashleapinglevel2pot": "long_leaping_splash_potion", + "splashleapinglevel2potion": "long_leaping_splash_potion", + "splashleapinglongpot": "long_leaping_splash_potion", + "splashleapinglongpotion": "long_leaping_splash_potion", + "splashleaplevel2pot": "long_leaping_splash_potion", + "splashleaplevel2potion": "long_leaping_splash_potion", + "splashleaplongpot": "long_leaping_splash_potion", + "splashleaplongpotion": "long_leaping_splash_potion", + "spljump2pot": "long_leaping_splash_potion", + "spljump2potion": "long_leaping_splash_potion", + "spljumpexpot": "long_leaping_splash_potion", + "spljumpexpotion": "long_leaping_splash_potion", + "spljumpextendedpot": "long_leaping_splash_potion", + "spljumpextendedpotion": "long_leaping_splash_potion", + "spljumplevel2pot": "long_leaping_splash_potion", + "spljumplevel2potion": "long_leaping_splash_potion", + "spljumplongpot": "long_leaping_splash_potion", + "spljumplongpotion": "long_leaping_splash_potion", + "splleap2pot": "long_leaping_splash_potion", + "splleap2potion": "long_leaping_splash_potion", + "splleapexpot": "long_leaping_splash_potion", + "splleapexpotion": "long_leaping_splash_potion", + "splleapextendedpot": "long_leaping_splash_potion", + "splleapextendedpotion": "long_leaping_splash_potion", + "splleaping2pot": "long_leaping_splash_potion", + "splleaping2potion": "long_leaping_splash_potion", + "splleapingexpot": "long_leaping_splash_potion", + "splleapingexpotion": "long_leaping_splash_potion", + "splleapingextendedpot": "long_leaping_splash_potion", + "splleapingextendedpotion": "long_leaping_splash_potion", + "splleapinglevel2pot": "long_leaping_splash_potion", + "splleapinglevel2potion": "long_leaping_splash_potion", + "splleapinglongpot": "long_leaping_splash_potion", + "splleapinglongpotion": "long_leaping_splash_potion", + "splleaplevel2pot": "long_leaping_splash_potion", + "splleaplevel2potion": "long_leaping_splash_potion", + "splleaplongpot": "long_leaping_splash_potion", + "splleaplongpotion": "long_leaping_splash_potion", + "long_leaping_tipped_arrow": { + "potionData": { + "type": "JUMP", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowjump2": "long_leaping_tipped_arrow", + "arrowjumpex": "long_leaping_tipped_arrow", + "arrowjumpextended": "long_leaping_tipped_arrow", + "arrowjumplevel2": "long_leaping_tipped_arrow", + "arrowjumplong": "long_leaping_tipped_arrow", + "arrowleap2": "long_leaping_tipped_arrow", + "arrowleapex": "long_leaping_tipped_arrow", + "arrowleapextended": "long_leaping_tipped_arrow", + "arrowleaping2": "long_leaping_tipped_arrow", + "arrowleapingex": "long_leaping_tipped_arrow", + "arrowleapingextended": "long_leaping_tipped_arrow", + "arrowleapinglevel2": "long_leaping_tipped_arrow", + "arrowleapinglong": "long_leaping_tipped_arrow", + "arrowleaplevel2": "long_leaping_tipped_arrow", + "arrowleaplong": "long_leaping_tipped_arrow", + "jump2tarr": "long_leaping_tipped_arrow", + "jump2tarrow": "long_leaping_tipped_arrow", + "jump2tippedarrow": "long_leaping_tipped_arrow", + "jumparrow2": "long_leaping_tipped_arrow", + "jumparrowex": "long_leaping_tipped_arrow", + "jumparrowextended": "long_leaping_tipped_arrow", + "jumparrowlevel2": "long_leaping_tipped_arrow", + "jumparrowlong": "long_leaping_tipped_arrow", + "jumpextarr": "long_leaping_tipped_arrow", + "jumpextarrow": "long_leaping_tipped_arrow", + "jumpextendedtarr": "long_leaping_tipped_arrow", + "jumpextendedtarrow": "long_leaping_tipped_arrow", + "jumpextendedtippedarrow": "long_leaping_tipped_arrow", + "jumpextippedarrow": "long_leaping_tipped_arrow", + "jumplevel2tarr": "long_leaping_tipped_arrow", + "jumplevel2tarrow": "long_leaping_tipped_arrow", + "jumplevel2tippedarrow": "long_leaping_tipped_arrow", + "jumplongtarr": "long_leaping_tipped_arrow", + "jumplongtarrow": "long_leaping_tipped_arrow", + "jumplongtippedarrow": "long_leaping_tipped_arrow", + "leap2tarr": "long_leaping_tipped_arrow", + "leap2tarrow": "long_leaping_tipped_arrow", + "leap2tippedarrow": "long_leaping_tipped_arrow", + "leaparrow2": "long_leaping_tipped_arrow", + "leaparrowex": "long_leaping_tipped_arrow", + "leaparrowextended": "long_leaping_tipped_arrow", + "leaparrowlevel2": "long_leaping_tipped_arrow", + "leaparrowlong": "long_leaping_tipped_arrow", + "leapextarr": "long_leaping_tipped_arrow", + "leapextarrow": "long_leaping_tipped_arrow", + "leapextendedtarr": "long_leaping_tipped_arrow", + "leapextendedtarrow": "long_leaping_tipped_arrow", + "leapextendedtippedarrow": "long_leaping_tipped_arrow", + "leapextippedarrow": "long_leaping_tipped_arrow", + "leaping2tarr": "long_leaping_tipped_arrow", + "leaping2tarrow": "long_leaping_tipped_arrow", + "leaping2tippedarrow": "long_leaping_tipped_arrow", + "leapingarrow2": "long_leaping_tipped_arrow", + "leapingarrowex": "long_leaping_tipped_arrow", + "leapingarrowextended": "long_leaping_tipped_arrow", + "leapingarrowlevel2": "long_leaping_tipped_arrow", + "leapingarrowlong": "long_leaping_tipped_arrow", + "leapingextarr": "long_leaping_tipped_arrow", + "leapingextarrow": "long_leaping_tipped_arrow", + "leapingextendedtarr": "long_leaping_tipped_arrow", + "leapingextendedtarrow": "long_leaping_tipped_arrow", + "leapingextendedtippedarrow": "long_leaping_tipped_arrow", + "leapingextippedarrow": "long_leaping_tipped_arrow", + "leapinglevel2tarr": "long_leaping_tipped_arrow", + "leapinglevel2tarrow": "long_leaping_tipped_arrow", + "leapinglevel2tippedarrow": "long_leaping_tipped_arrow", + "leapinglongtarr": "long_leaping_tipped_arrow", + "leapinglongtarrow": "long_leaping_tipped_arrow", + "leapinglongtippedarrow": "long_leaping_tipped_arrow", + "leaplevel2tarr": "long_leaping_tipped_arrow", + "leaplevel2tarrow": "long_leaping_tipped_arrow", + "leaplevel2tippedarrow": "long_leaping_tipped_arrow", + "leaplongtarr": "long_leaping_tipped_arrow", + "leaplongtarrow": "long_leaping_tipped_arrow", + "leaplongtippedarrow": "long_leaping_tipped_arrow", + "long_night_vision_lingering_potion": { + "potionData": { + "type": "NIGHT_VISION", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotdarkv2": "long_night_vision_lingering_potion", + "aoepotdarkvex": "long_night_vision_lingering_potion", + "aoepotdarkvextended": "long_night_vision_lingering_potion", + "aoepotdarkvis2": "long_night_vision_lingering_potion", + "aoepotdarkvisex": "long_night_vision_lingering_potion", + "aoepotdarkvisextended": "long_night_vision_lingering_potion", + "aoepotdarkvislevel2": "long_night_vision_lingering_potion", + "aoepotdarkvislong": "long_night_vision_lingering_potion", + "aoepotdarkvlevel2": "long_night_vision_lingering_potion", + "aoepotdarkvlong": "long_night_vision_lingering_potion", + "aoepotdvision2": "long_night_vision_lingering_potion", + "aoepotdvisionex": "long_night_vision_lingering_potion", + "aoepotdvisionextended": "long_night_vision_lingering_potion", + "aoepotdvisionlevel2": "long_night_vision_lingering_potion", + "aoepotdvisionlong": "long_night_vision_lingering_potion", + "aoepotiondarkv2": "long_night_vision_lingering_potion", + "aoepotiondarkvex": "long_night_vision_lingering_potion", + "aoepotiondarkvextended": "long_night_vision_lingering_potion", + "aoepotiondarkvis2": "long_night_vision_lingering_potion", + "aoepotiondarkvisex": "long_night_vision_lingering_potion", + "aoepotiondarkvisextended": "long_night_vision_lingering_potion", + "aoepotiondarkvislevel2": "long_night_vision_lingering_potion", + "aoepotiondarkvislong": "long_night_vision_lingering_potion", + "aoepotiondarkvlevel2": "long_night_vision_lingering_potion", + "aoepotiondarkvlong": "long_night_vision_lingering_potion", + "aoepotiondvision2": "long_night_vision_lingering_potion", + "aoepotiondvisionex": "long_night_vision_lingering_potion", + "aoepotiondvisionextended": "long_night_vision_lingering_potion", + "aoepotiondvisionlevel2": "long_night_vision_lingering_potion", + "aoepotiondvisionlong": "long_night_vision_lingering_potion", + "aoepotionnightv2": "long_night_vision_lingering_potion", + "aoepotionnightvex": "long_night_vision_lingering_potion", + "aoepotionnightvextended": "long_night_vision_lingering_potion", + "aoepotionnightvision2": "long_night_vision_lingering_potion", + "aoepotionnightvisionex": "long_night_vision_lingering_potion", + "aoepotionnightvisionextended": "long_night_vision_lingering_potion", + "aoepotionnightvisionlevel2": "long_night_vision_lingering_potion", + "aoepotionnightvisionlong": "long_night_vision_lingering_potion", + "aoepotionnightvlevel2": "long_night_vision_lingering_potion", + "aoepotionnightvlong": "long_night_vision_lingering_potion", + "aoepotionnv2": "long_night_vision_lingering_potion", + "aoepotionnvex": "long_night_vision_lingering_potion", + "aoepotionnvextended": "long_night_vision_lingering_potion", + "aoepotionnvision2": "long_night_vision_lingering_potion", + "aoepotionnvisionex": "long_night_vision_lingering_potion", + "aoepotionnvisionextended": "long_night_vision_lingering_potion", + "aoepotionnvisionlevel2": "long_night_vision_lingering_potion", + "aoepotionnvisionlong": "long_night_vision_lingering_potion", + "aoepotionnvlevel2": "long_night_vision_lingering_potion", + "aoepotionnvlong": "long_night_vision_lingering_potion", + "aoepotnightv2": "long_night_vision_lingering_potion", + "aoepotnightvex": "long_night_vision_lingering_potion", + "aoepotnightvextended": "long_night_vision_lingering_potion", + "aoepotnightvision2": "long_night_vision_lingering_potion", + "aoepotnightvisionex": "long_night_vision_lingering_potion", + "aoepotnightvisionextended": "long_night_vision_lingering_potion", + "aoepotnightvisionlevel2": "long_night_vision_lingering_potion", + "aoepotnightvisionlong": "long_night_vision_lingering_potion", + "aoepotnightvlevel2": "long_night_vision_lingering_potion", + "aoepotnightvlong": "long_night_vision_lingering_potion", + "aoepotnv2": "long_night_vision_lingering_potion", + "aoepotnvex": "long_night_vision_lingering_potion", + "aoepotnvextended": "long_night_vision_lingering_potion", + "aoepotnvision2": "long_night_vision_lingering_potion", + "aoepotnvisionex": "long_night_vision_lingering_potion", + "aoepotnvisionextended": "long_night_vision_lingering_potion", + "aoepotnvisionlevel2": "long_night_vision_lingering_potion", + "aoepotnvisionlong": "long_night_vision_lingering_potion", + "aoepotnvlevel2": "long_night_vision_lingering_potion", + "aoepotnvlong": "long_night_vision_lingering_potion", + "areapotdarkv2": "long_night_vision_lingering_potion", + "areapotdarkvex": "long_night_vision_lingering_potion", + "areapotdarkvextended": "long_night_vision_lingering_potion", + "areapotdarkvis2": "long_night_vision_lingering_potion", + "areapotdarkvisex": "long_night_vision_lingering_potion", + "areapotdarkvisextended": "long_night_vision_lingering_potion", + "areapotdarkvislevel2": "long_night_vision_lingering_potion", + "areapotdarkvislong": "long_night_vision_lingering_potion", + "areapotdarkvlevel2": "long_night_vision_lingering_potion", + "areapotdarkvlong": "long_night_vision_lingering_potion", + "areapotdvision2": "long_night_vision_lingering_potion", + "areapotdvisionex": "long_night_vision_lingering_potion", + "areapotdvisionextended": "long_night_vision_lingering_potion", + "areapotdvisionlevel2": "long_night_vision_lingering_potion", + "areapotdvisionlong": "long_night_vision_lingering_potion", + "areapotiondarkv2": "long_night_vision_lingering_potion", + "areapotiondarkvex": "long_night_vision_lingering_potion", + "areapotiondarkvextended": "long_night_vision_lingering_potion", + "areapotiondarkvis2": "long_night_vision_lingering_potion", + "areapotiondarkvisex": "long_night_vision_lingering_potion", + "areapotiondarkvisextended": "long_night_vision_lingering_potion", + "areapotiondarkvislevel2": "long_night_vision_lingering_potion", + "areapotiondarkvislong": "long_night_vision_lingering_potion", + "areapotiondarkvlevel2": "long_night_vision_lingering_potion", + "areapotiondarkvlong": "long_night_vision_lingering_potion", + "areapotiondvision2": "long_night_vision_lingering_potion", + "areapotiondvisionex": "long_night_vision_lingering_potion", + "areapotiondvisionextended": "long_night_vision_lingering_potion", + "areapotiondvisionlevel2": "long_night_vision_lingering_potion", + "areapotiondvisionlong": "long_night_vision_lingering_potion", + "areapotionnightv2": "long_night_vision_lingering_potion", + "areapotionnightvex": "long_night_vision_lingering_potion", + "areapotionnightvextended": "long_night_vision_lingering_potion", + "areapotionnightvision2": "long_night_vision_lingering_potion", + "areapotionnightvisionex": "long_night_vision_lingering_potion", + "areapotionnightvisionextended": "long_night_vision_lingering_potion", + "areapotionnightvisionlevel2": "long_night_vision_lingering_potion", + "areapotionnightvisionlong": "long_night_vision_lingering_potion", + "areapotionnightvlevel2": "long_night_vision_lingering_potion", + "areapotionnightvlong": "long_night_vision_lingering_potion", + "areapotionnv2": "long_night_vision_lingering_potion", + "areapotionnvex": "long_night_vision_lingering_potion", + "areapotionnvextended": "long_night_vision_lingering_potion", + "areapotionnvision2": "long_night_vision_lingering_potion", + "areapotionnvisionex": "long_night_vision_lingering_potion", + "areapotionnvisionextended": "long_night_vision_lingering_potion", + "areapotionnvisionlevel2": "long_night_vision_lingering_potion", + "areapotionnvisionlong": "long_night_vision_lingering_potion", + "areapotionnvlevel2": "long_night_vision_lingering_potion", + "areapotionnvlong": "long_night_vision_lingering_potion", + "areapotnightv2": "long_night_vision_lingering_potion", + "areapotnightvex": "long_night_vision_lingering_potion", + "areapotnightvextended": "long_night_vision_lingering_potion", + "areapotnightvision2": "long_night_vision_lingering_potion", + "areapotnightvisionex": "long_night_vision_lingering_potion", + "areapotnightvisionextended": "long_night_vision_lingering_potion", + "areapotnightvisionlevel2": "long_night_vision_lingering_potion", + "areapotnightvisionlong": "long_night_vision_lingering_potion", + "areapotnightvlevel2": "long_night_vision_lingering_potion", + "areapotnightvlong": "long_night_vision_lingering_potion", + "areapotnv2": "long_night_vision_lingering_potion", + "areapotnvex": "long_night_vision_lingering_potion", + "areapotnvextended": "long_night_vision_lingering_potion", + "areapotnvision2": "long_night_vision_lingering_potion", + "areapotnvisionex": "long_night_vision_lingering_potion", + "areapotnvisionextended": "long_night_vision_lingering_potion", + "areapotnvisionlevel2": "long_night_vision_lingering_potion", + "areapotnvisionlong": "long_night_vision_lingering_potion", + "areapotnvlevel2": "long_night_vision_lingering_potion", + "areapotnvlong": "long_night_vision_lingering_potion", + "cloudpotdarkv2": "long_night_vision_lingering_potion", + "cloudpotdarkvex": "long_night_vision_lingering_potion", + "cloudpotdarkvextended": "long_night_vision_lingering_potion", + "cloudpotdarkvis2": "long_night_vision_lingering_potion", + "cloudpotdarkvisex": "long_night_vision_lingering_potion", + "cloudpotdarkvisextended": "long_night_vision_lingering_potion", + "cloudpotdarkvislevel2": "long_night_vision_lingering_potion", + "cloudpotdarkvislong": "long_night_vision_lingering_potion", + "cloudpotdarkvlevel2": "long_night_vision_lingering_potion", + "cloudpotdarkvlong": "long_night_vision_lingering_potion", + "cloudpotdvision2": "long_night_vision_lingering_potion", + "cloudpotdvisionex": "long_night_vision_lingering_potion", + "cloudpotdvisionextended": "long_night_vision_lingering_potion", + "cloudpotdvisionlevel2": "long_night_vision_lingering_potion", + "cloudpotdvisionlong": "long_night_vision_lingering_potion", + "cloudpotiondarkv2": "long_night_vision_lingering_potion", + "cloudpotiondarkvex": "long_night_vision_lingering_potion", + "cloudpotiondarkvextended": "long_night_vision_lingering_potion", + "cloudpotiondarkvis2": "long_night_vision_lingering_potion", + "cloudpotiondarkvisex": "long_night_vision_lingering_potion", + "cloudpotiondarkvisextended": "long_night_vision_lingering_potion", + "cloudpotiondarkvislevel2": "long_night_vision_lingering_potion", + "cloudpotiondarkvislong": "long_night_vision_lingering_potion", + "cloudpotiondarkvlevel2": "long_night_vision_lingering_potion", + "cloudpotiondarkvlong": "long_night_vision_lingering_potion", + "cloudpotiondvision2": "long_night_vision_lingering_potion", + "cloudpotiondvisionex": "long_night_vision_lingering_potion", + "cloudpotiondvisionextended": "long_night_vision_lingering_potion", + "cloudpotiondvisionlevel2": "long_night_vision_lingering_potion", + "cloudpotiondvisionlong": "long_night_vision_lingering_potion", + "cloudpotionnightv2": "long_night_vision_lingering_potion", + "cloudpotionnightvex": "long_night_vision_lingering_potion", + "cloudpotionnightvextended": "long_night_vision_lingering_potion", + "cloudpotionnightvision2": "long_night_vision_lingering_potion", + "cloudpotionnightvisionex": "long_night_vision_lingering_potion", + "cloudpotionnightvisionextended": "long_night_vision_lingering_potion", + "cloudpotionnightvisionlevel2": "long_night_vision_lingering_potion", + "cloudpotionnightvisionlong": "long_night_vision_lingering_potion", + "cloudpotionnightvlevel2": "long_night_vision_lingering_potion", + "cloudpotionnightvlong": "long_night_vision_lingering_potion", + "cloudpotionnv2": "long_night_vision_lingering_potion", + "cloudpotionnvex": "long_night_vision_lingering_potion", + "cloudpotionnvextended": "long_night_vision_lingering_potion", + "cloudpotionnvision2": "long_night_vision_lingering_potion", + "cloudpotionnvisionex": "long_night_vision_lingering_potion", + "cloudpotionnvisionextended": "long_night_vision_lingering_potion", + "cloudpotionnvisionlevel2": "long_night_vision_lingering_potion", + "cloudpotionnvisionlong": "long_night_vision_lingering_potion", + "cloudpotionnvlevel2": "long_night_vision_lingering_potion", + "cloudpotionnvlong": "long_night_vision_lingering_potion", + "cloudpotnightv2": "long_night_vision_lingering_potion", + "cloudpotnightvex": "long_night_vision_lingering_potion", + "cloudpotnightvextended": "long_night_vision_lingering_potion", + "cloudpotnightvision2": "long_night_vision_lingering_potion", + "cloudpotnightvisionex": "long_night_vision_lingering_potion", + "cloudpotnightvisionextended": "long_night_vision_lingering_potion", + "cloudpotnightvisionlevel2": "long_night_vision_lingering_potion", + "cloudpotnightvisionlong": "long_night_vision_lingering_potion", + "cloudpotnightvlevel2": "long_night_vision_lingering_potion", + "cloudpotnightvlong": "long_night_vision_lingering_potion", + "cloudpotnv2": "long_night_vision_lingering_potion", + "cloudpotnvex": "long_night_vision_lingering_potion", + "cloudpotnvextended": "long_night_vision_lingering_potion", + "cloudpotnvision2": "long_night_vision_lingering_potion", + "cloudpotnvisionex": "long_night_vision_lingering_potion", + "cloudpotnvisionextended": "long_night_vision_lingering_potion", + "cloudpotnvisionlevel2": "long_night_vision_lingering_potion", + "cloudpotnvisionlong": "long_night_vision_lingering_potion", + "cloudpotnvlevel2": "long_night_vision_lingering_potion", + "cloudpotnvlong": "long_night_vision_lingering_potion", + "darkvaoepoiont2": "long_night_vision_lingering_potion", + "darkvaoepoiontex": "long_night_vision_lingering_potion", + "darkvaoepoiontextended": "long_night_vision_lingering_potion", + "darkvaoepoiontlevel2": "long_night_vision_lingering_potion", + "darkvaoepoiontlong": "long_night_vision_lingering_potion", + "darkvaoepot2": "long_night_vision_lingering_potion", + "darkvaoepotex": "long_night_vision_lingering_potion", + "darkvaoepotextended": "long_night_vision_lingering_potion", + "darkvaoepotlevel2": "long_night_vision_lingering_potion", + "darkvaoepotlong": "long_night_vision_lingering_potion", + "darkvareapot2": "long_night_vision_lingering_potion", + "darkvareapotex": "long_night_vision_lingering_potion", + "darkvareapotextended": "long_night_vision_lingering_potion", + "darkvareapotion2": "long_night_vision_lingering_potion", + "darkvareapotionex": "long_night_vision_lingering_potion", + "darkvareapotionextended": "long_night_vision_lingering_potion", + "darkvareapotionlevel2": "long_night_vision_lingering_potion", + "darkvareapotionlong": "long_night_vision_lingering_potion", + "darkvareapotlevel2": "long_night_vision_lingering_potion", + "darkvareapotlong": "long_night_vision_lingering_potion", + "darkvcloudpot2": "long_night_vision_lingering_potion", + "darkvcloudpotex": "long_night_vision_lingering_potion", + "darkvcloudpotextended": "long_night_vision_lingering_potion", + "darkvcloudpotion2": "long_night_vision_lingering_potion", + "darkvcloudpotionex": "long_night_vision_lingering_potion", + "darkvcloudpotionextended": "long_night_vision_lingering_potion", + "darkvcloudpotionlevel2": "long_night_vision_lingering_potion", + "darkvcloudpotionlong": "long_night_vision_lingering_potion", + "darkvcloudpotlevel2": "long_night_vision_lingering_potion", + "darkvcloudpotlong": "long_night_vision_lingering_potion", + "darkvisaoepoiont2": "long_night_vision_lingering_potion", + "darkvisaoepoiontex": "long_night_vision_lingering_potion", + "darkvisaoepoiontextended": "long_night_vision_lingering_potion", + "darkvisaoepoiontlevel2": "long_night_vision_lingering_potion", + "darkvisaoepoiontlong": "long_night_vision_lingering_potion", + "darkvisaoepot2": "long_night_vision_lingering_potion", + "darkvisaoepotex": "long_night_vision_lingering_potion", + "darkvisaoepotextended": "long_night_vision_lingering_potion", + "darkvisaoepotlevel2": "long_night_vision_lingering_potion", + "darkvisaoepotlong": "long_night_vision_lingering_potion", + "darkvisareapot2": "long_night_vision_lingering_potion", + "darkvisareapotex": "long_night_vision_lingering_potion", + "darkvisareapotextended": "long_night_vision_lingering_potion", + "darkvisareapotion2": "long_night_vision_lingering_potion", + "darkvisareapotionex": "long_night_vision_lingering_potion", + "darkvisareapotionextended": "long_night_vision_lingering_potion", + "darkvisareapotionlevel2": "long_night_vision_lingering_potion", + "darkvisareapotionlong": "long_night_vision_lingering_potion", + "darkvisareapotlevel2": "long_night_vision_lingering_potion", + "darkvisareapotlong": "long_night_vision_lingering_potion", + "darkviscloudpot2": "long_night_vision_lingering_potion", + "darkviscloudpotex": "long_night_vision_lingering_potion", + "darkviscloudpotextended": "long_night_vision_lingering_potion", + "darkviscloudpotion2": "long_night_vision_lingering_potion", + "darkviscloudpotionex": "long_night_vision_lingering_potion", + "darkviscloudpotionextended": "long_night_vision_lingering_potion", + "darkviscloudpotionlevel2": "long_night_vision_lingering_potion", + "darkviscloudpotionlong": "long_night_vision_lingering_potion", + "darkviscloudpotlevel2": "long_night_vision_lingering_potion", + "darkviscloudpotlong": "long_night_vision_lingering_potion", + "darkvislingerpot2": "long_night_vision_lingering_potion", + "darkvislingerpotex": "long_night_vision_lingering_potion", + "darkvislingerpotextended": "long_night_vision_lingering_potion", + "darkvislingerpotlevel2": "long_night_vision_lingering_potion", + "darkvislingerpotlong": "long_night_vision_lingering_potion", + "darkvlingerpot2": "long_night_vision_lingering_potion", + "darkvlingerpotex": "long_night_vision_lingering_potion", + "darkvlingerpotextended": "long_night_vision_lingering_potion", + "darkvlingerpotlevel2": "long_night_vision_lingering_potion", + "darkvlingerpotlong": "long_night_vision_lingering_potion", + "dvisionaoepoiont2": "long_night_vision_lingering_potion", + "dvisionaoepoiontex": "long_night_vision_lingering_potion", + "dvisionaoepoiontextended": "long_night_vision_lingering_potion", + "dvisionaoepoiontlevel2": "long_night_vision_lingering_potion", + "dvisionaoepoiontlong": "long_night_vision_lingering_potion", + "dvisionaoepot2": "long_night_vision_lingering_potion", + "dvisionaoepotex": "long_night_vision_lingering_potion", + "dvisionaoepotextended": "long_night_vision_lingering_potion", + "dvisionaoepotlevel2": "long_night_vision_lingering_potion", + "dvisionaoepotlong": "long_night_vision_lingering_potion", + "dvisionareapot2": "long_night_vision_lingering_potion", + "dvisionareapotex": "long_night_vision_lingering_potion", + "dvisionareapotextended": "long_night_vision_lingering_potion", + "dvisionareapotion2": "long_night_vision_lingering_potion", + "dvisionareapotionex": "long_night_vision_lingering_potion", + "dvisionareapotionextended": "long_night_vision_lingering_potion", + "dvisionareapotionlevel2": "long_night_vision_lingering_potion", + "dvisionareapotionlong": "long_night_vision_lingering_potion", + "dvisionareapotlevel2": "long_night_vision_lingering_potion", + "dvisionareapotlong": "long_night_vision_lingering_potion", + "dvisioncloudpot2": "long_night_vision_lingering_potion", + "dvisioncloudpotex": "long_night_vision_lingering_potion", + "dvisioncloudpotextended": "long_night_vision_lingering_potion", + "dvisioncloudpotion2": "long_night_vision_lingering_potion", + "dvisioncloudpotionex": "long_night_vision_lingering_potion", + "dvisioncloudpotionextended": "long_night_vision_lingering_potion", + "dvisioncloudpotionlevel2": "long_night_vision_lingering_potion", + "dvisioncloudpotionlong": "long_night_vision_lingering_potion", + "dvisioncloudpotlevel2": "long_night_vision_lingering_potion", + "dvisioncloudpotlong": "long_night_vision_lingering_potion", + "dvisionlingerpot2": "long_night_vision_lingering_potion", + "dvisionlingerpotex": "long_night_vision_lingering_potion", + "dvisionlingerpotextended": "long_night_vision_lingering_potion", + "dvisionlingerpotlevel2": "long_night_vision_lingering_potion", + "dvisionlingerpotlong": "long_night_vision_lingering_potion", + "lingerpotdarkv2": "long_night_vision_lingering_potion", + "lingerpotdarkvex": "long_night_vision_lingering_potion", + "lingerpotdarkvextended": "long_night_vision_lingering_potion", + "lingerpotdarkvis2": "long_night_vision_lingering_potion", + "lingerpotdarkvisex": "long_night_vision_lingering_potion", + "lingerpotdarkvisextended": "long_night_vision_lingering_potion", + "lingerpotdarkvislevel2": "long_night_vision_lingering_potion", + "lingerpotdarkvislong": "long_night_vision_lingering_potion", + "lingerpotdarkvlevel2": "long_night_vision_lingering_potion", + "lingerpotdarkvlong": "long_night_vision_lingering_potion", + "lingerpotdvision2": "long_night_vision_lingering_potion", + "lingerpotdvisionex": "long_night_vision_lingering_potion", + "lingerpotdvisionextended": "long_night_vision_lingering_potion", + "lingerpotdvisionlevel2": "long_night_vision_lingering_potion", + "lingerpotdvisionlong": "long_night_vision_lingering_potion", + "lingerpotnightv2": "long_night_vision_lingering_potion", + "lingerpotnightvex": "long_night_vision_lingering_potion", + "lingerpotnightvextended": "long_night_vision_lingering_potion", + "lingerpotnightvision2": "long_night_vision_lingering_potion", + "lingerpotnightvisionex": "long_night_vision_lingering_potion", + "lingerpotnightvisionextended": "long_night_vision_lingering_potion", + "lingerpotnightvisionlevel2": "long_night_vision_lingering_potion", + "lingerpotnightvisionlong": "long_night_vision_lingering_potion", + "lingerpotnightvlevel2": "long_night_vision_lingering_potion", + "lingerpotnightvlong": "long_night_vision_lingering_potion", + "lingerpotnv2": "long_night_vision_lingering_potion", + "lingerpotnvex": "long_night_vision_lingering_potion", + "lingerpotnvextended": "long_night_vision_lingering_potion", + "lingerpotnvision2": "long_night_vision_lingering_potion", + "lingerpotnvisionex": "long_night_vision_lingering_potion", + "lingerpotnvisionextended": "long_night_vision_lingering_potion", + "lingerpotnvisionlevel2": "long_night_vision_lingering_potion", + "lingerpotnvisionlong": "long_night_vision_lingering_potion", + "lingerpotnvlevel2": "long_night_vision_lingering_potion", + "lingerpotnvlong": "long_night_vision_lingering_potion", + "nightvaoepoiont2": "long_night_vision_lingering_potion", + "nightvaoepoiontex": "long_night_vision_lingering_potion", + "nightvaoepoiontextended": "long_night_vision_lingering_potion", + "nightvaoepoiontlevel2": "long_night_vision_lingering_potion", + "nightvaoepoiontlong": "long_night_vision_lingering_potion", + "nightvaoepot2": "long_night_vision_lingering_potion", + "nightvaoepotex": "long_night_vision_lingering_potion", + "nightvaoepotextended": "long_night_vision_lingering_potion", + "nightvaoepotlevel2": "long_night_vision_lingering_potion", + "nightvaoepotlong": "long_night_vision_lingering_potion", + "nightvareapot2": "long_night_vision_lingering_potion", + "nightvareapotex": "long_night_vision_lingering_potion", + "nightvareapotextended": "long_night_vision_lingering_potion", + "nightvareapotion2": "long_night_vision_lingering_potion", + "nightvareapotionex": "long_night_vision_lingering_potion", + "nightvareapotionextended": "long_night_vision_lingering_potion", + "nightvareapotionlevel2": "long_night_vision_lingering_potion", + "nightvareapotionlong": "long_night_vision_lingering_potion", + "nightvareapotlevel2": "long_night_vision_lingering_potion", + "nightvareapotlong": "long_night_vision_lingering_potion", + "nightvcloudpot2": "long_night_vision_lingering_potion", + "nightvcloudpotex": "long_night_vision_lingering_potion", + "nightvcloudpotextended": "long_night_vision_lingering_potion", + "nightvcloudpotion2": "long_night_vision_lingering_potion", + "nightvcloudpotionex": "long_night_vision_lingering_potion", + "nightvcloudpotionextended": "long_night_vision_lingering_potion", + "nightvcloudpotionlevel2": "long_night_vision_lingering_potion", + "nightvcloudpotionlong": "long_night_vision_lingering_potion", + "nightvcloudpotlevel2": "long_night_vision_lingering_potion", + "nightvcloudpotlong": "long_night_vision_lingering_potion", + "nightvisionaoepoiont2": "long_night_vision_lingering_potion", + "nightvisionaoepoiontex": "long_night_vision_lingering_potion", + "nightvisionaoepoiontextended": "long_night_vision_lingering_potion", + "nightvisionaoepoiontlevel2": "long_night_vision_lingering_potion", + "nightvisionaoepoiontlong": "long_night_vision_lingering_potion", + "nightvisionaoepot2": "long_night_vision_lingering_potion", + "nightvisionaoepotex": "long_night_vision_lingering_potion", + "nightvisionaoepotextended": "long_night_vision_lingering_potion", + "nightvisionaoepotlevel2": "long_night_vision_lingering_potion", + "nightvisionaoepotlong": "long_night_vision_lingering_potion", + "nightvisionareapot2": "long_night_vision_lingering_potion", + "nightvisionareapotex": "long_night_vision_lingering_potion", + "nightvisionareapotextended": "long_night_vision_lingering_potion", + "nightvisionareapotion2": "long_night_vision_lingering_potion", + "nightvisionareapotionex": "long_night_vision_lingering_potion", + "nightvisionareapotionextended": "long_night_vision_lingering_potion", + "nightvisionareapotionlevel2": "long_night_vision_lingering_potion", + "nightvisionareapotionlong": "long_night_vision_lingering_potion", + "nightvisionareapotlevel2": "long_night_vision_lingering_potion", + "nightvisionareapotlong": "long_night_vision_lingering_potion", + "nightvisioncloudpot2": "long_night_vision_lingering_potion", + "nightvisioncloudpotex": "long_night_vision_lingering_potion", + "nightvisioncloudpotextended": "long_night_vision_lingering_potion", + "nightvisioncloudpotion2": "long_night_vision_lingering_potion", + "nightvisioncloudpotionex": "long_night_vision_lingering_potion", + "nightvisioncloudpotionextended": "long_night_vision_lingering_potion", + "nightvisioncloudpotionlevel2": "long_night_vision_lingering_potion", + "nightvisioncloudpotionlong": "long_night_vision_lingering_potion", + "nightvisioncloudpotlevel2": "long_night_vision_lingering_potion", + "nightvisioncloudpotlong": "long_night_vision_lingering_potion", + "nightvisionlingerpot2": "long_night_vision_lingering_potion", + "nightvisionlingerpotex": "long_night_vision_lingering_potion", + "nightvisionlingerpotextended": "long_night_vision_lingering_potion", + "nightvisionlingerpotlevel2": "long_night_vision_lingering_potion", + "nightvisionlingerpotlong": "long_night_vision_lingering_potion", + "nightvlingerpot2": "long_night_vision_lingering_potion", + "nightvlingerpotex": "long_night_vision_lingering_potion", + "nightvlingerpotextended": "long_night_vision_lingering_potion", + "nightvlingerpotlevel2": "long_night_vision_lingering_potion", + "nightvlingerpotlong": "long_night_vision_lingering_potion", + "nvaoepoiont2": "long_night_vision_lingering_potion", + "nvaoepoiontex": "long_night_vision_lingering_potion", + "nvaoepoiontextended": "long_night_vision_lingering_potion", + "nvaoepoiontlevel2": "long_night_vision_lingering_potion", + "nvaoepoiontlong": "long_night_vision_lingering_potion", + "nvaoepot2": "long_night_vision_lingering_potion", + "nvaoepotex": "long_night_vision_lingering_potion", + "nvaoepotextended": "long_night_vision_lingering_potion", + "nvaoepotlevel2": "long_night_vision_lingering_potion", + "nvaoepotlong": "long_night_vision_lingering_potion", + "nvareapot2": "long_night_vision_lingering_potion", + "nvareapotex": "long_night_vision_lingering_potion", + "nvareapotextended": "long_night_vision_lingering_potion", + "nvareapotion2": "long_night_vision_lingering_potion", + "nvareapotionex": "long_night_vision_lingering_potion", + "nvareapotionextended": "long_night_vision_lingering_potion", + "nvareapotionlevel2": "long_night_vision_lingering_potion", + "nvareapotionlong": "long_night_vision_lingering_potion", + "nvareapotlevel2": "long_night_vision_lingering_potion", + "nvareapotlong": "long_night_vision_lingering_potion", + "nvcloudpot2": "long_night_vision_lingering_potion", + "nvcloudpotex": "long_night_vision_lingering_potion", + "nvcloudpotextended": "long_night_vision_lingering_potion", + "nvcloudpotion2": "long_night_vision_lingering_potion", + "nvcloudpotionex": "long_night_vision_lingering_potion", + "nvcloudpotionextended": "long_night_vision_lingering_potion", + "nvcloudpotionlevel2": "long_night_vision_lingering_potion", + "nvcloudpotionlong": "long_night_vision_lingering_potion", + "nvcloudpotlevel2": "long_night_vision_lingering_potion", + "nvcloudpotlong": "long_night_vision_lingering_potion", + "nvisionaoepoiont2": "long_night_vision_lingering_potion", + "nvisionaoepoiontex": "long_night_vision_lingering_potion", + "nvisionaoepoiontextended": "long_night_vision_lingering_potion", + "nvisionaoepoiontlevel2": "long_night_vision_lingering_potion", + "nvisionaoepoiontlong": "long_night_vision_lingering_potion", + "nvisionaoepot2": "long_night_vision_lingering_potion", + "nvisionaoepotex": "long_night_vision_lingering_potion", + "nvisionaoepotextended": "long_night_vision_lingering_potion", + "nvisionaoepotlevel2": "long_night_vision_lingering_potion", + "nvisionaoepotlong": "long_night_vision_lingering_potion", + "nvisionareapot2": "long_night_vision_lingering_potion", + "nvisionareapotex": "long_night_vision_lingering_potion", + "nvisionareapotextended": "long_night_vision_lingering_potion", + "nvisionareapotion2": "long_night_vision_lingering_potion", + "nvisionareapotionex": "long_night_vision_lingering_potion", + "nvisionareapotionextended": "long_night_vision_lingering_potion", + "nvisionareapotionlevel2": "long_night_vision_lingering_potion", + "nvisionareapotionlong": "long_night_vision_lingering_potion", + "nvisionareapotlevel2": "long_night_vision_lingering_potion", + "nvisionareapotlong": "long_night_vision_lingering_potion", + "nvisioncloudpot2": "long_night_vision_lingering_potion", + "nvisioncloudpotex": "long_night_vision_lingering_potion", + "nvisioncloudpotextended": "long_night_vision_lingering_potion", + "nvisioncloudpotion2": "long_night_vision_lingering_potion", + "nvisioncloudpotionex": "long_night_vision_lingering_potion", + "nvisioncloudpotionextended": "long_night_vision_lingering_potion", + "nvisioncloudpotionlevel2": "long_night_vision_lingering_potion", + "nvisioncloudpotionlong": "long_night_vision_lingering_potion", + "nvisioncloudpotlevel2": "long_night_vision_lingering_potion", + "nvisioncloudpotlong": "long_night_vision_lingering_potion", + "nvisionlingerpot2": "long_night_vision_lingering_potion", + "nvisionlingerpotex": "long_night_vision_lingering_potion", + "nvisionlingerpotextended": "long_night_vision_lingering_potion", + "nvisionlingerpotlevel2": "long_night_vision_lingering_potion", + "nvisionlingerpotlong": "long_night_vision_lingering_potion", + "nvlingerpot2": "long_night_vision_lingering_potion", + "nvlingerpotex": "long_night_vision_lingering_potion", + "nvlingerpotextended": "long_night_vision_lingering_potion", + "nvlingerpotlevel2": "long_night_vision_lingering_potion", + "nvlingerpotlong": "long_night_vision_lingering_potion", + "long_night_vision_potion": { + "potionData": { + "type": "NIGHT_VISION", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "darkv2pot": "long_night_vision_potion", + "darkv2potion": "long_night_vision_potion", + "darkvexpot": "long_night_vision_potion", + "darkvexpotion": "long_night_vision_potion", + "darkvextendedpot": "long_night_vision_potion", + "darkvextendedpotion": "long_night_vision_potion", + "darkvis2pot": "long_night_vision_potion", + "darkvis2potion": "long_night_vision_potion", + "darkvisexpot": "long_night_vision_potion", + "darkvisexpotion": "long_night_vision_potion", + "darkvisextendedpot": "long_night_vision_potion", + "darkvisextendedpotion": "long_night_vision_potion", + "darkvislevel2pot": "long_night_vision_potion", + "darkvislevel2potion": "long_night_vision_potion", + "darkvislongpot": "long_night_vision_potion", + "darkvislongpotion": "long_night_vision_potion", + "darkvlevel2pot": "long_night_vision_potion", + "darkvlevel2potion": "long_night_vision_potion", + "darkvlongpot": "long_night_vision_potion", + "darkvlongpotion": "long_night_vision_potion", + "dvision2pot": "long_night_vision_potion", + "dvision2potion": "long_night_vision_potion", + "dvisionexpot": "long_night_vision_potion", + "dvisionexpotion": "long_night_vision_potion", + "dvisionextendedpot": "long_night_vision_potion", + "dvisionextendedpotion": "long_night_vision_potion", + "dvisionlevel2pot": "long_night_vision_potion", + "dvisionlevel2potion": "long_night_vision_potion", + "dvisionlongpot": "long_night_vision_potion", + "dvisionlongpotion": "long_night_vision_potion", + "nightv2pot": "long_night_vision_potion", + "nightv2potion": "long_night_vision_potion", + "nightvexpot": "long_night_vision_potion", + "nightvexpotion": "long_night_vision_potion", + "nightvextendedpot": "long_night_vision_potion", + "nightvextendedpotion": "long_night_vision_potion", + "nightvision2pot": "long_night_vision_potion", + "nightvision2potion": "long_night_vision_potion", + "nightvisionexpot": "long_night_vision_potion", + "nightvisionexpotion": "long_night_vision_potion", + "nightvisionextendedpot": "long_night_vision_potion", + "nightvisionextendedpotion": "long_night_vision_potion", + "nightvisionlevel2pot": "long_night_vision_potion", + "nightvisionlevel2potion": "long_night_vision_potion", + "nightvisionlongpot": "long_night_vision_potion", + "nightvisionlongpotion": "long_night_vision_potion", + "nightvlevel2pot": "long_night_vision_potion", + "nightvlevel2potion": "long_night_vision_potion", + "nightvlongpot": "long_night_vision_potion", + "nightvlongpotion": "long_night_vision_potion", + "nv2pot": "long_night_vision_potion", + "nv2potion": "long_night_vision_potion", + "nvexpot": "long_night_vision_potion", + "nvexpotion": "long_night_vision_potion", + "nvextendedpot": "long_night_vision_potion", + "nvextendedpotion": "long_night_vision_potion", + "nvision2pot": "long_night_vision_potion", + "nvision2potion": "long_night_vision_potion", + "nvisionexpot": "long_night_vision_potion", + "nvisionexpotion": "long_night_vision_potion", + "nvisionextendedpot": "long_night_vision_potion", + "nvisionextendedpotion": "long_night_vision_potion", + "nvisionlevel2pot": "long_night_vision_potion", + "nvisionlevel2potion": "long_night_vision_potion", + "nvisionlongpot": "long_night_vision_potion", + "nvisionlongpotion": "long_night_vision_potion", + "nvlevel2pot": "long_night_vision_potion", + "nvlevel2potion": "long_night_vision_potion", + "nvlongpot": "long_night_vision_potion", + "nvlongpotion": "long_night_vision_potion", + "potionofdarkv2": "long_night_vision_potion", + "potionofdarkvex": "long_night_vision_potion", + "potionofdarkvextended": "long_night_vision_potion", + "potionofdarkvis2": "long_night_vision_potion", + "potionofdarkvisex": "long_night_vision_potion", + "potionofdarkvisextended": "long_night_vision_potion", + "potionofdarkvislevel2": "long_night_vision_potion", + "potionofdarkvislong": "long_night_vision_potion", + "potionofdarkvlevel2": "long_night_vision_potion", + "potionofdarkvlong": "long_night_vision_potion", + "potionofdvision2": "long_night_vision_potion", + "potionofdvisionex": "long_night_vision_potion", + "potionofdvisionextended": "long_night_vision_potion", + "potionofdvisionlevel2": "long_night_vision_potion", + "potionofdvisionlong": "long_night_vision_potion", + "potionofnightv2": "long_night_vision_potion", + "potionofnightvex": "long_night_vision_potion", + "potionofnightvextended": "long_night_vision_potion", + "potionofnightvision2": "long_night_vision_potion", + "potionofnightvisionex": "long_night_vision_potion", + "potionofnightvisionextended": "long_night_vision_potion", + "potionofnightvisionlevel2": "long_night_vision_potion", + "potionofnightvisionlong": "long_night_vision_potion", + "potionofnightvlevel2": "long_night_vision_potion", + "potionofnightvlong": "long_night_vision_potion", + "potionofnv2": "long_night_vision_potion", + "potionofnvex": "long_night_vision_potion", + "potionofnvextended": "long_night_vision_potion", + "potionofnvision2": "long_night_vision_potion", + "potionofnvisionex": "long_night_vision_potion", + "potionofnvisionextended": "long_night_vision_potion", + "potionofnvisionlevel2": "long_night_vision_potion", + "potionofnvisionlong": "long_night_vision_potion", + "potionofnvlevel2": "long_night_vision_potion", + "potionofnvlong": "long_night_vision_potion", + "potofdarkv2": "long_night_vision_potion", + "potofdarkvex": "long_night_vision_potion", + "potofdarkvextended": "long_night_vision_potion", + "potofdarkvis2": "long_night_vision_potion", + "potofdarkvisex": "long_night_vision_potion", + "potofdarkvisextended": "long_night_vision_potion", + "potofdarkvislevel2": "long_night_vision_potion", + "potofdarkvislong": "long_night_vision_potion", + "potofdarkvlevel2": "long_night_vision_potion", + "potofdarkvlong": "long_night_vision_potion", + "potofdvision2": "long_night_vision_potion", + "potofdvisionex": "long_night_vision_potion", + "potofdvisionextended": "long_night_vision_potion", + "potofdvisionlevel2": "long_night_vision_potion", + "potofdvisionlong": "long_night_vision_potion", + "potofnightv2": "long_night_vision_potion", + "potofnightvex": "long_night_vision_potion", + "potofnightvextended": "long_night_vision_potion", + "potofnightvision2": "long_night_vision_potion", + "potofnightvisionex": "long_night_vision_potion", + "potofnightvisionextended": "long_night_vision_potion", + "potofnightvisionlevel2": "long_night_vision_potion", + "potofnightvisionlong": "long_night_vision_potion", + "potofnightvlevel2": "long_night_vision_potion", + "potofnightvlong": "long_night_vision_potion", + "potofnv2": "long_night_vision_potion", + "potofnvex": "long_night_vision_potion", + "potofnvextended": "long_night_vision_potion", + "potofnvision2": "long_night_vision_potion", + "potofnvisionex": "long_night_vision_potion", + "potofnvisionextended": "long_night_vision_potion", + "potofnvisionlevel2": "long_night_vision_potion", + "potofnvisionlong": "long_night_vision_potion", + "potofnvlevel2": "long_night_vision_potion", + "potofnvlong": "long_night_vision_potion", + "long_night_vision_splash_potion": { + "potionData": { + "type": "NIGHT_VISION", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "darkv2splashpot": "long_night_vision_splash_potion", + "darkv2splashpotion": "long_night_vision_splash_potion", + "darkvexsplashpot": "long_night_vision_splash_potion", + "darkvexsplashpotion": "long_night_vision_splash_potion", + "darkvextendedsplashpot": "long_night_vision_splash_potion", + "darkvextendedsplashpotion": "long_night_vision_splash_potion", + "darkvis2splashpot": "long_night_vision_splash_potion", + "darkvis2splashpotion": "long_night_vision_splash_potion", + "darkvisexsplashpot": "long_night_vision_splash_potion", + "darkvisexsplashpotion": "long_night_vision_splash_potion", + "darkvisextendedsplashpot": "long_night_vision_splash_potion", + "darkvisextendedsplashpotion": "long_night_vision_splash_potion", + "darkvislevel2splashpot": "long_night_vision_splash_potion", + "darkvislevel2splashpotion": "long_night_vision_splash_potion", + "darkvislongsplashpot": "long_night_vision_splash_potion", + "darkvislongsplashpotion": "long_night_vision_splash_potion", + "darkvlevel2splashpot": "long_night_vision_splash_potion", + "darkvlevel2splashpotion": "long_night_vision_splash_potion", + "darkvlongsplashpot": "long_night_vision_splash_potion", + "darkvlongsplashpotion": "long_night_vision_splash_potion", + "dvision2splashpot": "long_night_vision_splash_potion", + "dvision2splashpotion": "long_night_vision_splash_potion", + "dvisionexsplashpot": "long_night_vision_splash_potion", + "dvisionexsplashpotion": "long_night_vision_splash_potion", + "dvisionextendedsplashpot": "long_night_vision_splash_potion", + "dvisionextendedsplashpotion": "long_night_vision_splash_potion", + "dvisionlevel2splashpot": "long_night_vision_splash_potion", + "dvisionlevel2splashpotion": "long_night_vision_splash_potion", + "dvisionlongsplashpot": "long_night_vision_splash_potion", + "dvisionlongsplashpotion": "long_night_vision_splash_potion", + "nightv2splashpot": "long_night_vision_splash_potion", + "nightv2splashpotion": "long_night_vision_splash_potion", + "nightvexsplashpot": "long_night_vision_splash_potion", + "nightvexsplashpotion": "long_night_vision_splash_potion", + "nightvextendedsplashpot": "long_night_vision_splash_potion", + "nightvextendedsplashpotion": "long_night_vision_splash_potion", + "nightvision2splashpot": "long_night_vision_splash_potion", + "nightvision2splashpotion": "long_night_vision_splash_potion", + "nightvisionexsplashpot": "long_night_vision_splash_potion", + "nightvisionexsplashpotion": "long_night_vision_splash_potion", + "nightvisionextendedsplashpot": "long_night_vision_splash_potion", + "nightvisionextendedsplashpotion": "long_night_vision_splash_potion", + "nightvisionlevel2splashpot": "long_night_vision_splash_potion", + "nightvisionlevel2splashpotion": "long_night_vision_splash_potion", + "nightvisionlongsplashpot": "long_night_vision_splash_potion", + "nightvisionlongsplashpotion": "long_night_vision_splash_potion", + "nightvlevel2splashpot": "long_night_vision_splash_potion", + "nightvlevel2splashpotion": "long_night_vision_splash_potion", + "nightvlongsplashpot": "long_night_vision_splash_potion", + "nightvlongsplashpotion": "long_night_vision_splash_potion", + "nv2splashpot": "long_night_vision_splash_potion", + "nv2splashpotion": "long_night_vision_splash_potion", + "nvexsplashpot": "long_night_vision_splash_potion", + "nvexsplashpotion": "long_night_vision_splash_potion", + "nvextendedsplashpot": "long_night_vision_splash_potion", + "nvextendedsplashpotion": "long_night_vision_splash_potion", + "nvision2splashpot": "long_night_vision_splash_potion", + "nvision2splashpotion": "long_night_vision_splash_potion", + "nvisionexsplashpot": "long_night_vision_splash_potion", + "nvisionexsplashpotion": "long_night_vision_splash_potion", + "nvisionextendedsplashpot": "long_night_vision_splash_potion", + "nvisionextendedsplashpotion": "long_night_vision_splash_potion", + "nvisionlevel2splashpot": "long_night_vision_splash_potion", + "nvisionlevel2splashpotion": "long_night_vision_splash_potion", + "nvisionlongsplashpot": "long_night_vision_splash_potion", + "nvisionlongsplashpotion": "long_night_vision_splash_potion", + "nvlevel2splashpot": "long_night_vision_splash_potion", + "nvlevel2splashpotion": "long_night_vision_splash_potion", + "nvlongsplashpot": "long_night_vision_splash_potion", + "nvlongsplashpotion": "long_night_vision_splash_potion", + "splashdarkv2pot": "long_night_vision_splash_potion", + "splashdarkv2potion": "long_night_vision_splash_potion", + "splashdarkvexpot": "long_night_vision_splash_potion", + "splashdarkvexpotion": "long_night_vision_splash_potion", + "splashdarkvextendedpot": "long_night_vision_splash_potion", + "splashdarkvextendedpotion": "long_night_vision_splash_potion", + "splashdarkvis2pot": "long_night_vision_splash_potion", + "splashdarkvis2potion": "long_night_vision_splash_potion", + "splashdarkvisexpot": "long_night_vision_splash_potion", + "splashdarkvisexpotion": "long_night_vision_splash_potion", + "splashdarkvisextendedpot": "long_night_vision_splash_potion", + "splashdarkvisextendedpotion": "long_night_vision_splash_potion", + "splashdarkvislevel2pot": "long_night_vision_splash_potion", + "splashdarkvislevel2potion": "long_night_vision_splash_potion", + "splashdarkvislongpot": "long_night_vision_splash_potion", + "splashdarkvislongpotion": "long_night_vision_splash_potion", + "splashdarkvlevel2pot": "long_night_vision_splash_potion", + "splashdarkvlevel2potion": "long_night_vision_splash_potion", + "splashdarkvlongpot": "long_night_vision_splash_potion", + "splashdarkvlongpotion": "long_night_vision_splash_potion", + "splashdvision2pot": "long_night_vision_splash_potion", + "splashdvision2potion": "long_night_vision_splash_potion", + "splashdvisionexpot": "long_night_vision_splash_potion", + "splashdvisionexpotion": "long_night_vision_splash_potion", + "splashdvisionextendedpot": "long_night_vision_splash_potion", + "splashdvisionextendedpotion": "long_night_vision_splash_potion", + "splashdvisionlevel2pot": "long_night_vision_splash_potion", + "splashdvisionlevel2potion": "long_night_vision_splash_potion", + "splashdvisionlongpot": "long_night_vision_splash_potion", + "splashdvisionlongpotion": "long_night_vision_splash_potion", + "splashnightv2pot": "long_night_vision_splash_potion", + "splashnightv2potion": "long_night_vision_splash_potion", + "splashnightvexpot": "long_night_vision_splash_potion", + "splashnightvexpotion": "long_night_vision_splash_potion", + "splashnightvextendedpot": "long_night_vision_splash_potion", + "splashnightvextendedpotion": "long_night_vision_splash_potion", + "splashnightvision2pot": "long_night_vision_splash_potion", + "splashnightvision2potion": "long_night_vision_splash_potion", + "splashnightvisionexpot": "long_night_vision_splash_potion", + "splashnightvisionexpotion": "long_night_vision_splash_potion", + "splashnightvisionextendedpot": "long_night_vision_splash_potion", + "splashnightvisionextendedpotion": "long_night_vision_splash_potion", + "splashnightvisionlevel2pot": "long_night_vision_splash_potion", + "splashnightvisionlevel2potion": "long_night_vision_splash_potion", + "splashnightvisionlongpot": "long_night_vision_splash_potion", + "splashnightvisionlongpotion": "long_night_vision_splash_potion", + "splashnightvlevel2pot": "long_night_vision_splash_potion", + "splashnightvlevel2potion": "long_night_vision_splash_potion", + "splashnightvlongpot": "long_night_vision_splash_potion", + "splashnightvlongpotion": "long_night_vision_splash_potion", + "splashnv2pot": "long_night_vision_splash_potion", + "splashnv2potion": "long_night_vision_splash_potion", + "splashnvexpot": "long_night_vision_splash_potion", + "splashnvexpotion": "long_night_vision_splash_potion", + "splashnvextendedpot": "long_night_vision_splash_potion", + "splashnvextendedpotion": "long_night_vision_splash_potion", + "splashnvision2pot": "long_night_vision_splash_potion", + "splashnvision2potion": "long_night_vision_splash_potion", + "splashnvisionexpot": "long_night_vision_splash_potion", + "splashnvisionexpotion": "long_night_vision_splash_potion", + "splashnvisionextendedpot": "long_night_vision_splash_potion", + "splashnvisionextendedpotion": "long_night_vision_splash_potion", + "splashnvisionlevel2pot": "long_night_vision_splash_potion", + "splashnvisionlevel2potion": "long_night_vision_splash_potion", + "splashnvisionlongpot": "long_night_vision_splash_potion", + "splashnvisionlongpotion": "long_night_vision_splash_potion", + "splashnvlevel2pot": "long_night_vision_splash_potion", + "splashnvlevel2potion": "long_night_vision_splash_potion", + "splashnvlongpot": "long_night_vision_splash_potion", + "splashnvlongpotion": "long_night_vision_splash_potion", + "spldarkv2pot": "long_night_vision_splash_potion", + "spldarkv2potion": "long_night_vision_splash_potion", + "spldarkvexpot": "long_night_vision_splash_potion", + "spldarkvexpotion": "long_night_vision_splash_potion", + "spldarkvextendedpot": "long_night_vision_splash_potion", + "spldarkvextendedpotion": "long_night_vision_splash_potion", + "spldarkvis2pot": "long_night_vision_splash_potion", + "spldarkvis2potion": "long_night_vision_splash_potion", + "spldarkvisexpot": "long_night_vision_splash_potion", + "spldarkvisexpotion": "long_night_vision_splash_potion", + "spldarkvisextendedpot": "long_night_vision_splash_potion", + "spldarkvisextendedpotion": "long_night_vision_splash_potion", + "spldarkvislevel2pot": "long_night_vision_splash_potion", + "spldarkvislevel2potion": "long_night_vision_splash_potion", + "spldarkvislongpot": "long_night_vision_splash_potion", + "spldarkvislongpotion": "long_night_vision_splash_potion", + "spldarkvlevel2pot": "long_night_vision_splash_potion", + "spldarkvlevel2potion": "long_night_vision_splash_potion", + "spldarkvlongpot": "long_night_vision_splash_potion", + "spldarkvlongpotion": "long_night_vision_splash_potion", + "spldvision2pot": "long_night_vision_splash_potion", + "spldvision2potion": "long_night_vision_splash_potion", + "spldvisionexpot": "long_night_vision_splash_potion", + "spldvisionexpotion": "long_night_vision_splash_potion", + "spldvisionextendedpot": "long_night_vision_splash_potion", + "spldvisionextendedpotion": "long_night_vision_splash_potion", + "spldvisionlevel2pot": "long_night_vision_splash_potion", + "spldvisionlevel2potion": "long_night_vision_splash_potion", + "spldvisionlongpot": "long_night_vision_splash_potion", + "spldvisionlongpotion": "long_night_vision_splash_potion", + "splnightv2pot": "long_night_vision_splash_potion", + "splnightv2potion": "long_night_vision_splash_potion", + "splnightvexpot": "long_night_vision_splash_potion", + "splnightvexpotion": "long_night_vision_splash_potion", + "splnightvextendedpot": "long_night_vision_splash_potion", + "splnightvextendedpotion": "long_night_vision_splash_potion", + "splnightvision2pot": "long_night_vision_splash_potion", + "splnightvision2potion": "long_night_vision_splash_potion", + "splnightvisionexpot": "long_night_vision_splash_potion", + "splnightvisionexpotion": "long_night_vision_splash_potion", + "splnightvisionextendedpot": "long_night_vision_splash_potion", + "splnightvisionextendedpotion": "long_night_vision_splash_potion", + "splnightvisionlevel2pot": "long_night_vision_splash_potion", + "splnightvisionlevel2potion": "long_night_vision_splash_potion", + "splnightvisionlongpot": "long_night_vision_splash_potion", + "splnightvisionlongpotion": "long_night_vision_splash_potion", + "splnightvlevel2pot": "long_night_vision_splash_potion", + "splnightvlevel2potion": "long_night_vision_splash_potion", + "splnightvlongpot": "long_night_vision_splash_potion", + "splnightvlongpotion": "long_night_vision_splash_potion", + "splnv2pot": "long_night_vision_splash_potion", + "splnv2potion": "long_night_vision_splash_potion", + "splnvexpot": "long_night_vision_splash_potion", + "splnvexpotion": "long_night_vision_splash_potion", + "splnvextendedpot": "long_night_vision_splash_potion", + "splnvextendedpotion": "long_night_vision_splash_potion", + "splnvision2pot": "long_night_vision_splash_potion", + "splnvision2potion": "long_night_vision_splash_potion", + "splnvisionexpot": "long_night_vision_splash_potion", + "splnvisionexpotion": "long_night_vision_splash_potion", + "splnvisionextendedpot": "long_night_vision_splash_potion", + "splnvisionextendedpotion": "long_night_vision_splash_potion", + "splnvisionlevel2pot": "long_night_vision_splash_potion", + "splnvisionlevel2potion": "long_night_vision_splash_potion", + "splnvisionlongpot": "long_night_vision_splash_potion", + "splnvisionlongpotion": "long_night_vision_splash_potion", + "splnvlevel2pot": "long_night_vision_splash_potion", + "splnvlevel2potion": "long_night_vision_splash_potion", + "splnvlongpot": "long_night_vision_splash_potion", + "splnvlongpotion": "long_night_vision_splash_potion", + "long_night_vision_tipped_arrow": { + "potionData": { + "type": "NIGHT_VISION", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowdarkv2": "long_night_vision_tipped_arrow", + "arrowdarkvex": "long_night_vision_tipped_arrow", + "arrowdarkvextended": "long_night_vision_tipped_arrow", + "arrowdarkvis2": "long_night_vision_tipped_arrow", + "arrowdarkvisex": "long_night_vision_tipped_arrow", + "arrowdarkvisextended": "long_night_vision_tipped_arrow", + "arrowdarkvislevel2": "long_night_vision_tipped_arrow", + "arrowdarkvislong": "long_night_vision_tipped_arrow", + "arrowdarkvlevel2": "long_night_vision_tipped_arrow", + "arrowdarkvlong": "long_night_vision_tipped_arrow", + "arrowdvision2": "long_night_vision_tipped_arrow", + "arrowdvisionex": "long_night_vision_tipped_arrow", + "arrowdvisionextended": "long_night_vision_tipped_arrow", + "arrowdvisionlevel2": "long_night_vision_tipped_arrow", + "arrowdvisionlong": "long_night_vision_tipped_arrow", + "arrownightv2": "long_night_vision_tipped_arrow", + "arrownightvex": "long_night_vision_tipped_arrow", + "arrownightvextended": "long_night_vision_tipped_arrow", + "arrownightvision2": "long_night_vision_tipped_arrow", + "arrownightvisionex": "long_night_vision_tipped_arrow", + "arrownightvisionextended": "long_night_vision_tipped_arrow", + "arrownightvisionlevel2": "long_night_vision_tipped_arrow", + "arrownightvisionlong": "long_night_vision_tipped_arrow", + "arrownightvlevel2": "long_night_vision_tipped_arrow", + "arrownightvlong": "long_night_vision_tipped_arrow", + "arrownv2": "long_night_vision_tipped_arrow", + "arrownvex": "long_night_vision_tipped_arrow", + "arrownvextended": "long_night_vision_tipped_arrow", + "arrownvision2": "long_night_vision_tipped_arrow", + "arrownvisionex": "long_night_vision_tipped_arrow", + "arrownvisionextended": "long_night_vision_tipped_arrow", + "arrownvisionlevel2": "long_night_vision_tipped_arrow", + "arrownvisionlong": "long_night_vision_tipped_arrow", + "arrownvlevel2": "long_night_vision_tipped_arrow", + "arrownvlong": "long_night_vision_tipped_arrow", + "darkv2tarr": "long_night_vision_tipped_arrow", + "darkv2tarrow": "long_night_vision_tipped_arrow", + "darkv2tippedarrow": "long_night_vision_tipped_arrow", + "darkvarrow2": "long_night_vision_tipped_arrow", + "darkvarrowex": "long_night_vision_tipped_arrow", + "darkvarrowextended": "long_night_vision_tipped_arrow", + "darkvarrowlevel2": "long_night_vision_tipped_arrow", + "darkvarrowlong": "long_night_vision_tipped_arrow", + "darkvextarr": "long_night_vision_tipped_arrow", + "darkvextarrow": "long_night_vision_tipped_arrow", + "darkvextendedtarr": "long_night_vision_tipped_arrow", + "darkvextendedtarrow": "long_night_vision_tipped_arrow", + "darkvextendedtippedarrow": "long_night_vision_tipped_arrow", + "darkvextippedarrow": "long_night_vision_tipped_arrow", + "darkvis2tarr": "long_night_vision_tipped_arrow", + "darkvis2tarrow": "long_night_vision_tipped_arrow", + "darkvis2tippedarrow": "long_night_vision_tipped_arrow", + "darkvisarrow2": "long_night_vision_tipped_arrow", + "darkvisarrowex": "long_night_vision_tipped_arrow", + "darkvisarrowextended": "long_night_vision_tipped_arrow", + "darkvisarrowlevel2": "long_night_vision_tipped_arrow", + "darkvisarrowlong": "long_night_vision_tipped_arrow", + "darkvisextarr": "long_night_vision_tipped_arrow", + "darkvisextarrow": "long_night_vision_tipped_arrow", + "darkvisextendedtarr": "long_night_vision_tipped_arrow", + "darkvisextendedtarrow": "long_night_vision_tipped_arrow", + "darkvisextendedtippedarrow": "long_night_vision_tipped_arrow", + "darkvisextippedarrow": "long_night_vision_tipped_arrow", + "darkvislevel2tarr": "long_night_vision_tipped_arrow", + "darkvislevel2tarrow": "long_night_vision_tipped_arrow", + "darkvislevel2tippedarrow": "long_night_vision_tipped_arrow", + "darkvislongtarr": "long_night_vision_tipped_arrow", + "darkvislongtarrow": "long_night_vision_tipped_arrow", + "darkvislongtippedarrow": "long_night_vision_tipped_arrow", + "darkvlevel2tarr": "long_night_vision_tipped_arrow", + "darkvlevel2tarrow": "long_night_vision_tipped_arrow", + "darkvlevel2tippedarrow": "long_night_vision_tipped_arrow", + "darkvlongtarr": "long_night_vision_tipped_arrow", + "darkvlongtarrow": "long_night_vision_tipped_arrow", + "darkvlongtippedarrow": "long_night_vision_tipped_arrow", + "dvision2tarr": "long_night_vision_tipped_arrow", + "dvision2tarrow": "long_night_vision_tipped_arrow", + "dvision2tippedarrow": "long_night_vision_tipped_arrow", + "dvisionarrow2": "long_night_vision_tipped_arrow", + "dvisionarrowex": "long_night_vision_tipped_arrow", + "dvisionarrowextended": "long_night_vision_tipped_arrow", + "dvisionarrowlevel2": "long_night_vision_tipped_arrow", + "dvisionarrowlong": "long_night_vision_tipped_arrow", + "dvisionextarr": "long_night_vision_tipped_arrow", + "dvisionextarrow": "long_night_vision_tipped_arrow", + "dvisionextendedtarr": "long_night_vision_tipped_arrow", + "dvisionextendedtarrow": "long_night_vision_tipped_arrow", + "dvisionextendedtippedarrow": "long_night_vision_tipped_arrow", + "dvisionextippedarrow": "long_night_vision_tipped_arrow", + "dvisionlevel2tarr": "long_night_vision_tipped_arrow", + "dvisionlevel2tarrow": "long_night_vision_tipped_arrow", + "dvisionlevel2tippedarrow": "long_night_vision_tipped_arrow", + "dvisionlongtarr": "long_night_vision_tipped_arrow", + "dvisionlongtarrow": "long_night_vision_tipped_arrow", + "dvisionlongtippedarrow": "long_night_vision_tipped_arrow", + "nightv2tarr": "long_night_vision_tipped_arrow", + "nightv2tarrow": "long_night_vision_tipped_arrow", + "nightv2tippedarrow": "long_night_vision_tipped_arrow", + "nightvarrow2": "long_night_vision_tipped_arrow", + "nightvarrowex": "long_night_vision_tipped_arrow", + "nightvarrowextended": "long_night_vision_tipped_arrow", + "nightvarrowlevel2": "long_night_vision_tipped_arrow", + "nightvarrowlong": "long_night_vision_tipped_arrow", + "nightvextarr": "long_night_vision_tipped_arrow", + "nightvextarrow": "long_night_vision_tipped_arrow", + "nightvextendedtarr": "long_night_vision_tipped_arrow", + "nightvextendedtarrow": "long_night_vision_tipped_arrow", + "nightvextendedtippedarrow": "long_night_vision_tipped_arrow", + "nightvextippedarrow": "long_night_vision_tipped_arrow", + "nightvision2tarr": "long_night_vision_tipped_arrow", + "nightvision2tarrow": "long_night_vision_tipped_arrow", + "nightvision2tippedarrow": "long_night_vision_tipped_arrow", + "nightvisionarrow2": "long_night_vision_tipped_arrow", + "nightvisionarrowex": "long_night_vision_tipped_arrow", + "nightvisionarrowextended": "long_night_vision_tipped_arrow", + "nightvisionarrowlevel2": "long_night_vision_tipped_arrow", + "nightvisionarrowlong": "long_night_vision_tipped_arrow", + "nightvisionextarr": "long_night_vision_tipped_arrow", + "nightvisionextarrow": "long_night_vision_tipped_arrow", + "nightvisionextendedtarr": "long_night_vision_tipped_arrow", + "nightvisionextendedtarrow": "long_night_vision_tipped_arrow", + "nightvisionextendedtippedarrow": "long_night_vision_tipped_arrow", + "nightvisionextippedarrow": "long_night_vision_tipped_arrow", + "nightvisionlevel2tarr": "long_night_vision_tipped_arrow", + "nightvisionlevel2tarrow": "long_night_vision_tipped_arrow", + "nightvisionlevel2tippedarrow": "long_night_vision_tipped_arrow", + "nightvisionlongtarr": "long_night_vision_tipped_arrow", + "nightvisionlongtarrow": "long_night_vision_tipped_arrow", + "nightvisionlongtippedarrow": "long_night_vision_tipped_arrow", + "nightvlevel2tarr": "long_night_vision_tipped_arrow", + "nightvlevel2tarrow": "long_night_vision_tipped_arrow", + "nightvlevel2tippedarrow": "long_night_vision_tipped_arrow", + "nightvlongtarr": "long_night_vision_tipped_arrow", + "nightvlongtarrow": "long_night_vision_tipped_arrow", + "nightvlongtippedarrow": "long_night_vision_tipped_arrow", + "nv2tarr": "long_night_vision_tipped_arrow", + "nv2tarrow": "long_night_vision_tipped_arrow", + "nv2tippedarrow": "long_night_vision_tipped_arrow", + "nvarrow2": "long_night_vision_tipped_arrow", + "nvarrowex": "long_night_vision_tipped_arrow", + "nvarrowextended": "long_night_vision_tipped_arrow", + "nvarrowlevel2": "long_night_vision_tipped_arrow", + "nvarrowlong": "long_night_vision_tipped_arrow", + "nvextarr": "long_night_vision_tipped_arrow", + "nvextarrow": "long_night_vision_tipped_arrow", + "nvextendedtarr": "long_night_vision_tipped_arrow", + "nvextendedtarrow": "long_night_vision_tipped_arrow", + "nvextendedtippedarrow": "long_night_vision_tipped_arrow", + "nvextippedarrow": "long_night_vision_tipped_arrow", + "nvision2tarr": "long_night_vision_tipped_arrow", + "nvision2tarrow": "long_night_vision_tipped_arrow", + "nvision2tippedarrow": "long_night_vision_tipped_arrow", + "nvisionarrow2": "long_night_vision_tipped_arrow", + "nvisionarrowex": "long_night_vision_tipped_arrow", + "nvisionarrowextended": "long_night_vision_tipped_arrow", + "nvisionarrowlevel2": "long_night_vision_tipped_arrow", + "nvisionarrowlong": "long_night_vision_tipped_arrow", + "nvisionextarr": "long_night_vision_tipped_arrow", + "nvisionextarrow": "long_night_vision_tipped_arrow", + "nvisionextendedtarr": "long_night_vision_tipped_arrow", + "nvisionextendedtarrow": "long_night_vision_tipped_arrow", + "nvisionextendedtippedarrow": "long_night_vision_tipped_arrow", + "nvisionextippedarrow": "long_night_vision_tipped_arrow", + "nvisionlevel2tarr": "long_night_vision_tipped_arrow", + "nvisionlevel2tarrow": "long_night_vision_tipped_arrow", + "nvisionlevel2tippedarrow": "long_night_vision_tipped_arrow", + "nvisionlongtarr": "long_night_vision_tipped_arrow", + "nvisionlongtarrow": "long_night_vision_tipped_arrow", + "nvisionlongtippedarrow": "long_night_vision_tipped_arrow", + "nvlevel2tarr": "long_night_vision_tipped_arrow", + "nvlevel2tarrow": "long_night_vision_tipped_arrow", + "nvlevel2tippedarrow": "long_night_vision_tipped_arrow", + "nvlongtarr": "long_night_vision_tipped_arrow", + "nvlongtarrow": "long_night_vision_tipped_arrow", + "nvlongtippedarrow": "long_night_vision_tipped_arrow", + "long_poison_lingering_potion": { + "potionData": { + "type": "POISON", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "acidaoepoiont2": "long_poison_lingering_potion", + "acidaoepoiontex": "long_poison_lingering_potion", + "acidaoepoiontextended": "long_poison_lingering_potion", + "acidaoepoiontlevel2": "long_poison_lingering_potion", + "acidaoepoiontlong": "long_poison_lingering_potion", + "acidaoepot2": "long_poison_lingering_potion", + "acidaoepotex": "long_poison_lingering_potion", + "acidaoepotextended": "long_poison_lingering_potion", + "acidaoepotlevel2": "long_poison_lingering_potion", + "acidaoepotlong": "long_poison_lingering_potion", + "acidareapot2": "long_poison_lingering_potion", + "acidareapotex": "long_poison_lingering_potion", + "acidareapotextended": "long_poison_lingering_potion", + "acidareapotion2": "long_poison_lingering_potion", + "acidareapotionex": "long_poison_lingering_potion", + "acidareapotionextended": "long_poison_lingering_potion", + "acidareapotionlevel2": "long_poison_lingering_potion", + "acidareapotionlong": "long_poison_lingering_potion", + "acidareapotlevel2": "long_poison_lingering_potion", + "acidareapotlong": "long_poison_lingering_potion", + "acidcloudpot2": "long_poison_lingering_potion", + "acidcloudpotex": "long_poison_lingering_potion", + "acidcloudpotextended": "long_poison_lingering_potion", + "acidcloudpotion2": "long_poison_lingering_potion", + "acidcloudpotionex": "long_poison_lingering_potion", + "acidcloudpotionextended": "long_poison_lingering_potion", + "acidcloudpotionlevel2": "long_poison_lingering_potion", + "acidcloudpotionlong": "long_poison_lingering_potion", + "acidcloudpotlevel2": "long_poison_lingering_potion", + "acidcloudpotlong": "long_poison_lingering_potion", + "acidlingerpot2": "long_poison_lingering_potion", + "acidlingerpotex": "long_poison_lingering_potion", + "acidlingerpotextended": "long_poison_lingering_potion", + "acidlingerpotlevel2": "long_poison_lingering_potion", + "acidlingerpotlong": "long_poison_lingering_potion", + "aoepotacid2": "long_poison_lingering_potion", + "aoepotacidex": "long_poison_lingering_potion", + "aoepotacidextended": "long_poison_lingering_potion", + "aoepotacidlevel2": "long_poison_lingering_potion", + "aoepotacidlong": "long_poison_lingering_potion", + "aoepotionacid2": "long_poison_lingering_potion", + "aoepotionacidex": "long_poison_lingering_potion", + "aoepotionacidextended": "long_poison_lingering_potion", + "aoepotionacidlevel2": "long_poison_lingering_potion", + "aoepotionacidlong": "long_poison_lingering_potion", + "aoepotionp2": "long_poison_lingering_potion", + "aoepotionpex": "long_poison_lingering_potion", + "aoepotionpextended": "long_poison_lingering_potion", + "aoepotionplevel2": "long_poison_lingering_potion", + "aoepotionplong": "long_poison_lingering_potion", + "aoepotionpoison2": "long_poison_lingering_potion", + "aoepotionpoisonex": "long_poison_lingering_potion", + "aoepotionpoisonextended": "long_poison_lingering_potion", + "aoepotionpoisonlevel2": "long_poison_lingering_potion", + "aoepotionpoisonlong": "long_poison_lingering_potion", + "aoepotp2": "long_poison_lingering_potion", + "aoepotpex": "long_poison_lingering_potion", + "aoepotpextended": "long_poison_lingering_potion", + "aoepotplevel2": "long_poison_lingering_potion", + "aoepotplong": "long_poison_lingering_potion", + "aoepotpoison2": "long_poison_lingering_potion", + "aoepotpoisonex": "long_poison_lingering_potion", + "aoepotpoisonextended": "long_poison_lingering_potion", + "aoepotpoisonlevel2": "long_poison_lingering_potion", + "aoepotpoisonlong": "long_poison_lingering_potion", + "areapotacid2": "long_poison_lingering_potion", + "areapotacidex": "long_poison_lingering_potion", + "areapotacidextended": "long_poison_lingering_potion", + "areapotacidlevel2": "long_poison_lingering_potion", + "areapotacidlong": "long_poison_lingering_potion", + "areapotionacid2": "long_poison_lingering_potion", + "areapotionacidex": "long_poison_lingering_potion", + "areapotionacidextended": "long_poison_lingering_potion", + "areapotionacidlevel2": "long_poison_lingering_potion", + "areapotionacidlong": "long_poison_lingering_potion", + "areapotionp2": "long_poison_lingering_potion", + "areapotionpex": "long_poison_lingering_potion", + "areapotionpextended": "long_poison_lingering_potion", + "areapotionplevel2": "long_poison_lingering_potion", + "areapotionplong": "long_poison_lingering_potion", + "areapotionpoison2": "long_poison_lingering_potion", + "areapotionpoisonex": "long_poison_lingering_potion", + "areapotionpoisonextended": "long_poison_lingering_potion", + "areapotionpoisonlevel2": "long_poison_lingering_potion", + "areapotionpoisonlong": "long_poison_lingering_potion", + "areapotp2": "long_poison_lingering_potion", + "areapotpex": "long_poison_lingering_potion", + "areapotpextended": "long_poison_lingering_potion", + "areapotplevel2": "long_poison_lingering_potion", + "areapotplong": "long_poison_lingering_potion", + "areapotpoison2": "long_poison_lingering_potion", + "areapotpoisonex": "long_poison_lingering_potion", + "areapotpoisonextended": "long_poison_lingering_potion", + "areapotpoisonlevel2": "long_poison_lingering_potion", + "areapotpoisonlong": "long_poison_lingering_potion", + "cloudpotacid2": "long_poison_lingering_potion", + "cloudpotacidex": "long_poison_lingering_potion", + "cloudpotacidextended": "long_poison_lingering_potion", + "cloudpotacidlevel2": "long_poison_lingering_potion", + "cloudpotacidlong": "long_poison_lingering_potion", + "cloudpotionacid2": "long_poison_lingering_potion", + "cloudpotionacidex": "long_poison_lingering_potion", + "cloudpotionacidextended": "long_poison_lingering_potion", + "cloudpotionacidlevel2": "long_poison_lingering_potion", + "cloudpotionacidlong": "long_poison_lingering_potion", + "cloudpotionp2": "long_poison_lingering_potion", + "cloudpotionpex": "long_poison_lingering_potion", + "cloudpotionpextended": "long_poison_lingering_potion", + "cloudpotionplevel2": "long_poison_lingering_potion", + "cloudpotionplong": "long_poison_lingering_potion", + "cloudpotionpoison2": "long_poison_lingering_potion", + "cloudpotionpoisonex": "long_poison_lingering_potion", + "cloudpotionpoisonextended": "long_poison_lingering_potion", + "cloudpotionpoisonlevel2": "long_poison_lingering_potion", + "cloudpotionpoisonlong": "long_poison_lingering_potion", + "cloudpotp2": "long_poison_lingering_potion", + "cloudpotpex": "long_poison_lingering_potion", + "cloudpotpextended": "long_poison_lingering_potion", + "cloudpotplevel2": "long_poison_lingering_potion", + "cloudpotplong": "long_poison_lingering_potion", + "cloudpotpoison2": "long_poison_lingering_potion", + "cloudpotpoisonex": "long_poison_lingering_potion", + "cloudpotpoisonextended": "long_poison_lingering_potion", + "cloudpotpoisonlevel2": "long_poison_lingering_potion", + "cloudpotpoisonlong": "long_poison_lingering_potion", + "lingerpotacid2": "long_poison_lingering_potion", + "lingerpotacidex": "long_poison_lingering_potion", + "lingerpotacidextended": "long_poison_lingering_potion", + "lingerpotacidlevel2": "long_poison_lingering_potion", + "lingerpotacidlong": "long_poison_lingering_potion", + "lingerpotp2": "long_poison_lingering_potion", + "lingerpotpex": "long_poison_lingering_potion", + "lingerpotpextended": "long_poison_lingering_potion", + "lingerpotplevel2": "long_poison_lingering_potion", + "lingerpotplong": "long_poison_lingering_potion", + "lingerpotpoison2": "long_poison_lingering_potion", + "lingerpotpoisonex": "long_poison_lingering_potion", + "lingerpotpoisonextended": "long_poison_lingering_potion", + "lingerpotpoisonlevel2": "long_poison_lingering_potion", + "lingerpotpoisonlong": "long_poison_lingering_potion", + "paoepoiont2": "long_poison_lingering_potion", + "paoepoiontex": "long_poison_lingering_potion", + "paoepoiontextended": "long_poison_lingering_potion", + "paoepoiontlevel2": "long_poison_lingering_potion", + "paoepoiontlong": "long_poison_lingering_potion", + "paoepot2": "long_poison_lingering_potion", + "paoepotex": "long_poison_lingering_potion", + "paoepotextended": "long_poison_lingering_potion", + "paoepotlevel2": "long_poison_lingering_potion", + "paoepotlong": "long_poison_lingering_potion", + "pareapot2": "long_poison_lingering_potion", + "pareapotex": "long_poison_lingering_potion", + "pareapotextended": "long_poison_lingering_potion", + "pareapotion2": "long_poison_lingering_potion", + "pareapotionex": "long_poison_lingering_potion", + "pareapotionextended": "long_poison_lingering_potion", + "pareapotionlevel2": "long_poison_lingering_potion", + "pareapotionlong": "long_poison_lingering_potion", + "pareapotlevel2": "long_poison_lingering_potion", + "pareapotlong": "long_poison_lingering_potion", + "pcloudpot2": "long_poison_lingering_potion", + "pcloudpotex": "long_poison_lingering_potion", + "pcloudpotextended": "long_poison_lingering_potion", + "pcloudpotion2": "long_poison_lingering_potion", + "pcloudpotionex": "long_poison_lingering_potion", + "pcloudpotionextended": "long_poison_lingering_potion", + "pcloudpotionlevel2": "long_poison_lingering_potion", + "pcloudpotionlong": "long_poison_lingering_potion", + "pcloudpotlevel2": "long_poison_lingering_potion", + "pcloudpotlong": "long_poison_lingering_potion", + "plingerpot2": "long_poison_lingering_potion", + "plingerpotex": "long_poison_lingering_potion", + "plingerpotextended": "long_poison_lingering_potion", + "plingerpotlevel2": "long_poison_lingering_potion", + "plingerpotlong": "long_poison_lingering_potion", + "poisonaoepoiont2": "long_poison_lingering_potion", + "poisonaoepoiontex": "long_poison_lingering_potion", + "poisonaoepoiontextended": "long_poison_lingering_potion", + "poisonaoepoiontlevel2": "long_poison_lingering_potion", + "poisonaoepoiontlong": "long_poison_lingering_potion", + "poisonaoepot2": "long_poison_lingering_potion", + "poisonaoepotex": "long_poison_lingering_potion", + "poisonaoepotextended": "long_poison_lingering_potion", + "poisonaoepotlevel2": "long_poison_lingering_potion", + "poisonaoepotlong": "long_poison_lingering_potion", + "poisonareapot2": "long_poison_lingering_potion", + "poisonareapotex": "long_poison_lingering_potion", + "poisonareapotextended": "long_poison_lingering_potion", + "poisonareapotion2": "long_poison_lingering_potion", + "poisonareapotionex": "long_poison_lingering_potion", + "poisonareapotionextended": "long_poison_lingering_potion", + "poisonareapotionlevel2": "long_poison_lingering_potion", + "poisonareapotionlong": "long_poison_lingering_potion", + "poisonareapotlevel2": "long_poison_lingering_potion", + "poisonareapotlong": "long_poison_lingering_potion", + "poisoncloudpot2": "long_poison_lingering_potion", + "poisoncloudpotex": "long_poison_lingering_potion", + "poisoncloudpotextended": "long_poison_lingering_potion", + "poisoncloudpotion2": "long_poison_lingering_potion", + "poisoncloudpotionex": "long_poison_lingering_potion", + "poisoncloudpotionextended": "long_poison_lingering_potion", + "poisoncloudpotionlevel2": "long_poison_lingering_potion", + "poisoncloudpotionlong": "long_poison_lingering_potion", + "poisoncloudpotlevel2": "long_poison_lingering_potion", + "poisoncloudpotlong": "long_poison_lingering_potion", + "poisonlingerpot2": "long_poison_lingering_potion", + "poisonlingerpotex": "long_poison_lingering_potion", + "poisonlingerpotextended": "long_poison_lingering_potion", + "poisonlingerpotlevel2": "long_poison_lingering_potion", + "poisonlingerpotlong": "long_poison_lingering_potion", + "long_poison_potion": { + "potionData": { + "type": "POISON", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "acid2pot": "long_poison_potion", + "acid2potion": "long_poison_potion", + "acidexpot": "long_poison_potion", + "acidexpotion": "long_poison_potion", + "acidextendedpot": "long_poison_potion", + "acidextendedpotion": "long_poison_potion", + "acidlevel2pot": "long_poison_potion", + "acidlevel2potion": "long_poison_potion", + "acidlongpot": "long_poison_potion", + "acidlongpotion": "long_poison_potion", + "p2pot": "long_poison_potion", + "p2potion": "long_poison_potion", + "pexpot": "long_poison_potion", + "pexpotion": "long_poison_potion", + "pextendedpot": "long_poison_potion", + "pextendedpotion": "long_poison_potion", + "plevel2pot": "long_poison_potion", + "plevel2potion": "long_poison_potion", + "plongpot": "long_poison_potion", + "plongpotion": "long_poison_potion", + "poison2pot": "long_poison_potion", + "poison2potion": "long_poison_potion", + "poisonexpot": "long_poison_potion", + "poisonexpotion": "long_poison_potion", + "poisonextendedpot": "long_poison_potion", + "poisonextendedpotion": "long_poison_potion", + "poisonlevel2pot": "long_poison_potion", + "poisonlevel2potion": "long_poison_potion", + "poisonlongpot": "long_poison_potion", + "poisonlongpotion": "long_poison_potion", + "potionofacid2": "long_poison_potion", + "potionofacidex": "long_poison_potion", + "potionofacidextended": "long_poison_potion", + "potionofacidlevel2": "long_poison_potion", + "potionofacidlong": "long_poison_potion", + "potionofp2": "long_poison_potion", + "potionofpex": "long_poison_potion", + "potionofpextended": "long_poison_potion", + "potionofplevel2": "long_poison_potion", + "potionofplong": "long_poison_potion", + "potionofpoison2": "long_poison_potion", + "potionofpoisonex": "long_poison_potion", + "potionofpoisonextended": "long_poison_potion", + "potionofpoisonlevel2": "long_poison_potion", + "potionofpoisonlong": "long_poison_potion", + "potofacid2": "long_poison_potion", + "potofacidex": "long_poison_potion", + "potofacidextended": "long_poison_potion", + "potofacidlevel2": "long_poison_potion", + "potofacidlong": "long_poison_potion", + "potofp2": "long_poison_potion", + "potofpex": "long_poison_potion", + "potofpextended": "long_poison_potion", + "potofplevel2": "long_poison_potion", + "potofplong": "long_poison_potion", + "potofpoison2": "long_poison_potion", + "potofpoisonex": "long_poison_potion", + "potofpoisonextended": "long_poison_potion", + "potofpoisonlevel2": "long_poison_potion", + "potofpoisonlong": "long_poison_potion", + "long_poison_splash_potion": { + "potionData": { + "type": "POISON", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "acid2splashpot": "long_poison_splash_potion", + "acid2splashpotion": "long_poison_splash_potion", + "acidexsplashpot": "long_poison_splash_potion", + "acidexsplashpotion": "long_poison_splash_potion", + "acidextendedsplashpot": "long_poison_splash_potion", + "acidextendedsplashpotion": "long_poison_splash_potion", + "acidlevel2splashpot": "long_poison_splash_potion", + "acidlevel2splashpotion": "long_poison_splash_potion", + "acidlongsplashpot": "long_poison_splash_potion", + "acidlongsplashpotion": "long_poison_splash_potion", + "p2splashpot": "long_poison_splash_potion", + "p2splashpotion": "long_poison_splash_potion", + "pexsplashpot": "long_poison_splash_potion", + "pexsplashpotion": "long_poison_splash_potion", + "pextendedsplashpot": "long_poison_splash_potion", + "pextendedsplashpotion": "long_poison_splash_potion", + "plevel2splashpot": "long_poison_splash_potion", + "plevel2splashpotion": "long_poison_splash_potion", + "plongsplashpot": "long_poison_splash_potion", + "plongsplashpotion": "long_poison_splash_potion", + "poison2splashpot": "long_poison_splash_potion", + "poison2splashpotion": "long_poison_splash_potion", + "poisonexsplashpot": "long_poison_splash_potion", + "poisonexsplashpotion": "long_poison_splash_potion", + "poisonextendedsplashpot": "long_poison_splash_potion", + "poisonextendedsplashpotion": "long_poison_splash_potion", + "poisonlevel2splashpot": "long_poison_splash_potion", + "poisonlevel2splashpotion": "long_poison_splash_potion", + "poisonlongsplashpot": "long_poison_splash_potion", + "poisonlongsplashpotion": "long_poison_splash_potion", + "splacid2pot": "long_poison_splash_potion", + "splacid2potion": "long_poison_splash_potion", + "splacidexpot": "long_poison_splash_potion", + "splacidexpotion": "long_poison_splash_potion", + "splacidextendedpot": "long_poison_splash_potion", + "splacidextendedpotion": "long_poison_splash_potion", + "splacidlevel2pot": "long_poison_splash_potion", + "splacidlevel2potion": "long_poison_splash_potion", + "splacidlongpot": "long_poison_splash_potion", + "splacidlongpotion": "long_poison_splash_potion", + "splashacid2pot": "long_poison_splash_potion", + "splashacid2potion": "long_poison_splash_potion", + "splashacidexpot": "long_poison_splash_potion", + "splashacidexpotion": "long_poison_splash_potion", + "splashacidextendedpot": "long_poison_splash_potion", + "splashacidextendedpotion": "long_poison_splash_potion", + "splashacidlevel2pot": "long_poison_splash_potion", + "splashacidlevel2potion": "long_poison_splash_potion", + "splashacidlongpot": "long_poison_splash_potion", + "splashacidlongpotion": "long_poison_splash_potion", + "splashp2pot": "long_poison_splash_potion", + "splashp2potion": "long_poison_splash_potion", + "splashpexpot": "long_poison_splash_potion", + "splashpexpotion": "long_poison_splash_potion", + "splashpextendedpot": "long_poison_splash_potion", + "splashpextendedpotion": "long_poison_splash_potion", + "splashplevel2pot": "long_poison_splash_potion", + "splashplevel2potion": "long_poison_splash_potion", + "splashplongpot": "long_poison_splash_potion", + "splashplongpotion": "long_poison_splash_potion", + "splashpoison2pot": "long_poison_splash_potion", + "splashpoison2potion": "long_poison_splash_potion", + "splashpoisonexpot": "long_poison_splash_potion", + "splashpoisonexpotion": "long_poison_splash_potion", + "splashpoisonextendedpot": "long_poison_splash_potion", + "splashpoisonextendedpotion": "long_poison_splash_potion", + "splashpoisonlevel2pot": "long_poison_splash_potion", + "splashpoisonlevel2potion": "long_poison_splash_potion", + "splashpoisonlongpot": "long_poison_splash_potion", + "splashpoisonlongpotion": "long_poison_splash_potion", + "splp2pot": "long_poison_splash_potion", + "splp2potion": "long_poison_splash_potion", + "splpexpot": "long_poison_splash_potion", + "splpexpotion": "long_poison_splash_potion", + "splpextendedpot": "long_poison_splash_potion", + "splpextendedpotion": "long_poison_splash_potion", + "splplevel2pot": "long_poison_splash_potion", + "splplevel2potion": "long_poison_splash_potion", + "splplongpot": "long_poison_splash_potion", + "splplongpotion": "long_poison_splash_potion", + "splpoison2pot": "long_poison_splash_potion", + "splpoison2potion": "long_poison_splash_potion", + "splpoisonexpot": "long_poison_splash_potion", + "splpoisonexpotion": "long_poison_splash_potion", + "splpoisonextendedpot": "long_poison_splash_potion", + "splpoisonextendedpotion": "long_poison_splash_potion", + "splpoisonlevel2pot": "long_poison_splash_potion", + "splpoisonlevel2potion": "long_poison_splash_potion", + "splpoisonlongpot": "long_poison_splash_potion", + "splpoisonlongpotion": "long_poison_splash_potion", + "long_poison_tipped_arrow": { + "potionData": { + "type": "POISON", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "acid2tarr": "long_poison_tipped_arrow", + "acid2tarrow": "long_poison_tipped_arrow", + "acid2tippedarrow": "long_poison_tipped_arrow", + "acidarrow2": "long_poison_tipped_arrow", + "acidarrowex": "long_poison_tipped_arrow", + "acidarrowextended": "long_poison_tipped_arrow", + "acidarrowlevel2": "long_poison_tipped_arrow", + "acidarrowlong": "long_poison_tipped_arrow", + "acidextarr": "long_poison_tipped_arrow", + "acidextarrow": "long_poison_tipped_arrow", + "acidextendedtarr": "long_poison_tipped_arrow", + "acidextendedtarrow": "long_poison_tipped_arrow", + "acidextendedtippedarrow": "long_poison_tipped_arrow", + "acidextippedarrow": "long_poison_tipped_arrow", + "acidlevel2tarr": "long_poison_tipped_arrow", + "acidlevel2tarrow": "long_poison_tipped_arrow", + "acidlevel2tippedarrow": "long_poison_tipped_arrow", + "acidlongtarr": "long_poison_tipped_arrow", + "acidlongtarrow": "long_poison_tipped_arrow", + "acidlongtippedarrow": "long_poison_tipped_arrow", + "arrowacid2": "long_poison_tipped_arrow", + "arrowacidex": "long_poison_tipped_arrow", + "arrowacidextended": "long_poison_tipped_arrow", + "arrowacidlevel2": "long_poison_tipped_arrow", + "arrowacidlong": "long_poison_tipped_arrow", + "arrowp2": "long_poison_tipped_arrow", + "arrowpex": "long_poison_tipped_arrow", + "arrowpextended": "long_poison_tipped_arrow", + "arrowplevel2": "long_poison_tipped_arrow", + "arrowplong": "long_poison_tipped_arrow", + "arrowpoison2": "long_poison_tipped_arrow", + "arrowpoisonex": "long_poison_tipped_arrow", + "arrowpoisonextended": "long_poison_tipped_arrow", + "arrowpoisonlevel2": "long_poison_tipped_arrow", + "arrowpoisonlong": "long_poison_tipped_arrow", + "p2tarr": "long_poison_tipped_arrow", + "p2tarrow": "long_poison_tipped_arrow", + "p2tippedarrow": "long_poison_tipped_arrow", + "parrow2": "long_poison_tipped_arrow", + "parrowex": "long_poison_tipped_arrow", + "parrowextended": "long_poison_tipped_arrow", + "parrowlevel2": "long_poison_tipped_arrow", + "parrowlong": "long_poison_tipped_arrow", + "pextarr": "long_poison_tipped_arrow", + "pextarrow": "long_poison_tipped_arrow", + "pextendedtarr": "long_poison_tipped_arrow", + "pextendedtarrow": "long_poison_tipped_arrow", + "pextendedtippedarrow": "long_poison_tipped_arrow", + "pextippedarrow": "long_poison_tipped_arrow", + "plevel2tarr": "long_poison_tipped_arrow", + "plevel2tarrow": "long_poison_tipped_arrow", + "plevel2tippedarrow": "long_poison_tipped_arrow", + "plongtarr": "long_poison_tipped_arrow", + "plongtarrow": "long_poison_tipped_arrow", + "plongtippedarrow": "long_poison_tipped_arrow", + "poison2tarr": "long_poison_tipped_arrow", + "poison2tarrow": "long_poison_tipped_arrow", + "poison2tippedarrow": "long_poison_tipped_arrow", + "poisonarrow2": "long_poison_tipped_arrow", + "poisonarrowex": "long_poison_tipped_arrow", + "poisonarrowextended": "long_poison_tipped_arrow", + "poisonarrowlevel2": "long_poison_tipped_arrow", + "poisonarrowlong": "long_poison_tipped_arrow", + "poisonextarr": "long_poison_tipped_arrow", + "poisonextarrow": "long_poison_tipped_arrow", + "poisonextendedtarr": "long_poison_tipped_arrow", + "poisonextendedtarrow": "long_poison_tipped_arrow", + "poisonextendedtippedarrow": "long_poison_tipped_arrow", + "poisonextippedarrow": "long_poison_tipped_arrow", + "poisonlevel2tarr": "long_poison_tipped_arrow", + "poisonlevel2tarrow": "long_poison_tipped_arrow", + "poisonlevel2tippedarrow": "long_poison_tipped_arrow", + "poisonlongtarr": "long_poison_tipped_arrow", + "poisonlongtarrow": "long_poison_tipped_arrow", + "poisonlongtippedarrow": "long_poison_tipped_arrow", + "long_regeneration_lingering_potion": { + "potionData": { + "type": "REGEN", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotionregen2": "long_regeneration_lingering_potion", + "aoepotionregenerate2": "long_regeneration_lingering_potion", + "aoepotionregenerateex": "long_regeneration_lingering_potion", + "aoepotionregenerateextended": "long_regeneration_lingering_potion", + "aoepotionregeneratelevel2": "long_regeneration_lingering_potion", + "aoepotionregeneratelong": "long_regeneration_lingering_potion", + "aoepotionregeneration2": "long_regeneration_lingering_potion", + "aoepotionregenerationex": "long_regeneration_lingering_potion", + "aoepotionregenerationextended": "long_regeneration_lingering_potion", + "aoepotionregenerationlevel2": "long_regeneration_lingering_potion", + "aoepotionregenerationlong": "long_regeneration_lingering_potion", + "aoepotionregenex": "long_regeneration_lingering_potion", + "aoepotionregenextended": "long_regeneration_lingering_potion", + "aoepotionregenlevel2": "long_regeneration_lingering_potion", + "aoepotionregenlong": "long_regeneration_lingering_potion", + "aoepotregen2": "long_regeneration_lingering_potion", + "aoepotregenerate2": "long_regeneration_lingering_potion", + "aoepotregenerateex": "long_regeneration_lingering_potion", + "aoepotregenerateextended": "long_regeneration_lingering_potion", + "aoepotregeneratelevel2": "long_regeneration_lingering_potion", + "aoepotregeneratelong": "long_regeneration_lingering_potion", + "aoepotregeneration2": "long_regeneration_lingering_potion", + "aoepotregenerationex": "long_regeneration_lingering_potion", + "aoepotregenerationextended": "long_regeneration_lingering_potion", + "aoepotregenerationlevel2": "long_regeneration_lingering_potion", + "aoepotregenerationlong": "long_regeneration_lingering_potion", + "aoepotregenex": "long_regeneration_lingering_potion", + "aoepotregenextended": "long_regeneration_lingering_potion", + "aoepotregenlevel2": "long_regeneration_lingering_potion", + "aoepotregenlong": "long_regeneration_lingering_potion", + "areapotionregen2": "long_regeneration_lingering_potion", + "areapotionregenerate2": "long_regeneration_lingering_potion", + "areapotionregenerateex": "long_regeneration_lingering_potion", + "areapotionregenerateextended": "long_regeneration_lingering_potion", + "areapotionregeneratelevel2": "long_regeneration_lingering_potion", + "areapotionregeneratelong": "long_regeneration_lingering_potion", + "areapotionregeneration2": "long_regeneration_lingering_potion", + "areapotionregenerationex": "long_regeneration_lingering_potion", + "areapotionregenerationextended": "long_regeneration_lingering_potion", + "areapotionregenerationlevel2": "long_regeneration_lingering_potion", + "areapotionregenerationlong": "long_regeneration_lingering_potion", + "areapotionregenex": "long_regeneration_lingering_potion", + "areapotionregenextended": "long_regeneration_lingering_potion", + "areapotionregenlevel2": "long_regeneration_lingering_potion", + "areapotionregenlong": "long_regeneration_lingering_potion", + "areapotregen2": "long_regeneration_lingering_potion", + "areapotregenerate2": "long_regeneration_lingering_potion", + "areapotregenerateex": "long_regeneration_lingering_potion", + "areapotregenerateextended": "long_regeneration_lingering_potion", + "areapotregeneratelevel2": "long_regeneration_lingering_potion", + "areapotregeneratelong": "long_regeneration_lingering_potion", + "areapotregeneration2": "long_regeneration_lingering_potion", + "areapotregenerationex": "long_regeneration_lingering_potion", + "areapotregenerationextended": "long_regeneration_lingering_potion", + "areapotregenerationlevel2": "long_regeneration_lingering_potion", + "areapotregenerationlong": "long_regeneration_lingering_potion", + "areapotregenex": "long_regeneration_lingering_potion", + "areapotregenextended": "long_regeneration_lingering_potion", + "areapotregenlevel2": "long_regeneration_lingering_potion", + "areapotregenlong": "long_regeneration_lingering_potion", + "cloudpotionregen2": "long_regeneration_lingering_potion", + "cloudpotionregenerate2": "long_regeneration_lingering_potion", + "cloudpotionregenerateex": "long_regeneration_lingering_potion", + "cloudpotionregenerateextended": "long_regeneration_lingering_potion", + "cloudpotionregeneratelevel2": "long_regeneration_lingering_potion", + "cloudpotionregeneratelong": "long_regeneration_lingering_potion", + "cloudpotionregeneration2": "long_regeneration_lingering_potion", + "cloudpotionregenerationex": "long_regeneration_lingering_potion", + "cloudpotionregenerationextended": "long_regeneration_lingering_potion", + "cloudpotionregenerationlevel2": "long_regeneration_lingering_potion", + "cloudpotionregenerationlong": "long_regeneration_lingering_potion", + "cloudpotionregenex": "long_regeneration_lingering_potion", + "cloudpotionregenextended": "long_regeneration_lingering_potion", + "cloudpotionregenlevel2": "long_regeneration_lingering_potion", + "cloudpotionregenlong": "long_regeneration_lingering_potion", + "cloudpotregen2": "long_regeneration_lingering_potion", + "cloudpotregenerate2": "long_regeneration_lingering_potion", + "cloudpotregenerateex": "long_regeneration_lingering_potion", + "cloudpotregenerateextended": "long_regeneration_lingering_potion", + "cloudpotregeneratelevel2": "long_regeneration_lingering_potion", + "cloudpotregeneratelong": "long_regeneration_lingering_potion", + "cloudpotregeneration2": "long_regeneration_lingering_potion", + "cloudpotregenerationex": "long_regeneration_lingering_potion", + "cloudpotregenerationextended": "long_regeneration_lingering_potion", + "cloudpotregenerationlevel2": "long_regeneration_lingering_potion", + "cloudpotregenerationlong": "long_regeneration_lingering_potion", + "cloudpotregenex": "long_regeneration_lingering_potion", + "cloudpotregenextended": "long_regeneration_lingering_potion", + "cloudpotregenlevel2": "long_regeneration_lingering_potion", + "cloudpotregenlong": "long_regeneration_lingering_potion", + "lingerpotregen2": "long_regeneration_lingering_potion", + "lingerpotregenerate2": "long_regeneration_lingering_potion", + "lingerpotregenerateex": "long_regeneration_lingering_potion", + "lingerpotregenerateextended": "long_regeneration_lingering_potion", + "lingerpotregeneratelevel2": "long_regeneration_lingering_potion", + "lingerpotregeneratelong": "long_regeneration_lingering_potion", + "lingerpotregeneration2": "long_regeneration_lingering_potion", + "lingerpotregenerationex": "long_regeneration_lingering_potion", + "lingerpotregenerationextended": "long_regeneration_lingering_potion", + "lingerpotregenerationlevel2": "long_regeneration_lingering_potion", + "lingerpotregenerationlong": "long_regeneration_lingering_potion", + "lingerpotregenex": "long_regeneration_lingering_potion", + "lingerpotregenextended": "long_regeneration_lingering_potion", + "lingerpotregenlevel2": "long_regeneration_lingering_potion", + "lingerpotregenlong": "long_regeneration_lingering_potion", + "regenaoepoiont2": "long_regeneration_lingering_potion", + "regenaoepoiontex": "long_regeneration_lingering_potion", + "regenaoepoiontextended": "long_regeneration_lingering_potion", + "regenaoepoiontlevel2": "long_regeneration_lingering_potion", + "regenaoepoiontlong": "long_regeneration_lingering_potion", + "regenaoepot2": "long_regeneration_lingering_potion", + "regenaoepotex": "long_regeneration_lingering_potion", + "regenaoepotextended": "long_regeneration_lingering_potion", + "regenaoepotlevel2": "long_regeneration_lingering_potion", + "regenaoepotlong": "long_regeneration_lingering_potion", + "regenareapot2": "long_regeneration_lingering_potion", + "regenareapotex": "long_regeneration_lingering_potion", + "regenareapotextended": "long_regeneration_lingering_potion", + "regenareapotion2": "long_regeneration_lingering_potion", + "regenareapotionex": "long_regeneration_lingering_potion", + "regenareapotionextended": "long_regeneration_lingering_potion", + "regenareapotionlevel2": "long_regeneration_lingering_potion", + "regenareapotionlong": "long_regeneration_lingering_potion", + "regenareapotlevel2": "long_regeneration_lingering_potion", + "regenareapotlong": "long_regeneration_lingering_potion", + "regencloudpot2": "long_regeneration_lingering_potion", + "regencloudpotex": "long_regeneration_lingering_potion", + "regencloudpotextended": "long_regeneration_lingering_potion", + "regencloudpotion2": "long_regeneration_lingering_potion", + "regencloudpotionex": "long_regeneration_lingering_potion", + "regencloudpotionextended": "long_regeneration_lingering_potion", + "regencloudpotionlevel2": "long_regeneration_lingering_potion", + "regencloudpotionlong": "long_regeneration_lingering_potion", + "regencloudpotlevel2": "long_regeneration_lingering_potion", + "regencloudpotlong": "long_regeneration_lingering_potion", + "regenerateaoepoiont2": "long_regeneration_lingering_potion", + "regenerateaoepoiontex": "long_regeneration_lingering_potion", + "regenerateaoepoiontextended": "long_regeneration_lingering_potion", + "regenerateaoepoiontlevel2": "long_regeneration_lingering_potion", + "regenerateaoepoiontlong": "long_regeneration_lingering_potion", + "regenerateaoepot2": "long_regeneration_lingering_potion", + "regenerateaoepotex": "long_regeneration_lingering_potion", + "regenerateaoepotextended": "long_regeneration_lingering_potion", + "regenerateaoepotlevel2": "long_regeneration_lingering_potion", + "regenerateaoepotlong": "long_regeneration_lingering_potion", + "regenerateareapot2": "long_regeneration_lingering_potion", + "regenerateareapotex": "long_regeneration_lingering_potion", + "regenerateareapotextended": "long_regeneration_lingering_potion", + "regenerateareapotion2": "long_regeneration_lingering_potion", + "regenerateareapotionex": "long_regeneration_lingering_potion", + "regenerateareapotionextended": "long_regeneration_lingering_potion", + "regenerateareapotionlevel2": "long_regeneration_lingering_potion", + "regenerateareapotionlong": "long_regeneration_lingering_potion", + "regenerateareapotlevel2": "long_regeneration_lingering_potion", + "regenerateareapotlong": "long_regeneration_lingering_potion", + "regeneratecloudpot2": "long_regeneration_lingering_potion", + "regeneratecloudpotex": "long_regeneration_lingering_potion", + "regeneratecloudpotextended": "long_regeneration_lingering_potion", + "regeneratecloudpotion2": "long_regeneration_lingering_potion", + "regeneratecloudpotionex": "long_regeneration_lingering_potion", + "regeneratecloudpotionextended": "long_regeneration_lingering_potion", + "regeneratecloudpotionlevel2": "long_regeneration_lingering_potion", + "regeneratecloudpotionlong": "long_regeneration_lingering_potion", + "regeneratecloudpotlevel2": "long_regeneration_lingering_potion", + "regeneratecloudpotlong": "long_regeneration_lingering_potion", + "regeneratelingerpot2": "long_regeneration_lingering_potion", + "regeneratelingerpotex": "long_regeneration_lingering_potion", + "regeneratelingerpotextended": "long_regeneration_lingering_potion", + "regeneratelingerpotlevel2": "long_regeneration_lingering_potion", + "regeneratelingerpotlong": "long_regeneration_lingering_potion", + "regenerationaoepoiont2": "long_regeneration_lingering_potion", + "regenerationaoepoiontex": "long_regeneration_lingering_potion", + "regenerationaoepoiontextended": "long_regeneration_lingering_potion", + "regenerationaoepoiontlevel2": "long_regeneration_lingering_potion", + "regenerationaoepoiontlong": "long_regeneration_lingering_potion", + "regenerationaoepot2": "long_regeneration_lingering_potion", + "regenerationaoepotex": "long_regeneration_lingering_potion", + "regenerationaoepotextended": "long_regeneration_lingering_potion", + "regenerationaoepotlevel2": "long_regeneration_lingering_potion", + "regenerationaoepotlong": "long_regeneration_lingering_potion", + "regenerationareapot2": "long_regeneration_lingering_potion", + "regenerationareapotex": "long_regeneration_lingering_potion", + "regenerationareapotextended": "long_regeneration_lingering_potion", + "regenerationareapotion2": "long_regeneration_lingering_potion", + "regenerationareapotionex": "long_regeneration_lingering_potion", + "regenerationareapotionextended": "long_regeneration_lingering_potion", + "regenerationareapotionlevel2": "long_regeneration_lingering_potion", + "regenerationareapotionlong": "long_regeneration_lingering_potion", + "regenerationareapotlevel2": "long_regeneration_lingering_potion", + "regenerationareapotlong": "long_regeneration_lingering_potion", + "regenerationcloudpot2": "long_regeneration_lingering_potion", + "regenerationcloudpotex": "long_regeneration_lingering_potion", + "regenerationcloudpotextended": "long_regeneration_lingering_potion", + "regenerationcloudpotion2": "long_regeneration_lingering_potion", + "regenerationcloudpotionex": "long_regeneration_lingering_potion", + "regenerationcloudpotionextended": "long_regeneration_lingering_potion", + "regenerationcloudpotionlevel2": "long_regeneration_lingering_potion", + "regenerationcloudpotionlong": "long_regeneration_lingering_potion", + "regenerationcloudpotlevel2": "long_regeneration_lingering_potion", + "regenerationcloudpotlong": "long_regeneration_lingering_potion", + "regenerationlingerpot2": "long_regeneration_lingering_potion", + "regenerationlingerpotex": "long_regeneration_lingering_potion", + "regenerationlingerpotextended": "long_regeneration_lingering_potion", + "regenerationlingerpotlevel2": "long_regeneration_lingering_potion", + "regenerationlingerpotlong": "long_regeneration_lingering_potion", + "regenlingerpot2": "long_regeneration_lingering_potion", + "regenlingerpotex": "long_regeneration_lingering_potion", + "regenlingerpotextended": "long_regeneration_lingering_potion", + "regenlingerpotlevel2": "long_regeneration_lingering_potion", + "regenlingerpotlong": "long_regeneration_lingering_potion", + "long_regeneration_potion": { + "potionData": { + "type": "REGEN", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "potionofregen2": "long_regeneration_potion", + "potionofregenerate2": "long_regeneration_potion", + "potionofregenerateex": "long_regeneration_potion", + "potionofregenerateextended": "long_regeneration_potion", + "potionofregeneratelevel2": "long_regeneration_potion", + "potionofregeneratelong": "long_regeneration_potion", + "potionofregeneration2": "long_regeneration_potion", + "potionofregenerationex": "long_regeneration_potion", + "potionofregenerationextended": "long_regeneration_potion", + "potionofregenerationlevel2": "long_regeneration_potion", + "potionofregenerationlong": "long_regeneration_potion", + "potionofregenex": "long_regeneration_potion", + "potionofregenextended": "long_regeneration_potion", + "potionofregenlevel2": "long_regeneration_potion", + "potionofregenlong": "long_regeneration_potion", + "potofregen2": "long_regeneration_potion", + "potofregenerate2": "long_regeneration_potion", + "potofregenerateex": "long_regeneration_potion", + "potofregenerateextended": "long_regeneration_potion", + "potofregeneratelevel2": "long_regeneration_potion", + "potofregeneratelong": "long_regeneration_potion", + "potofregeneration2": "long_regeneration_potion", + "potofregenerationex": "long_regeneration_potion", + "potofregenerationextended": "long_regeneration_potion", + "potofregenerationlevel2": "long_regeneration_potion", + "potofregenerationlong": "long_regeneration_potion", + "potofregenex": "long_regeneration_potion", + "potofregenextended": "long_regeneration_potion", + "potofregenlevel2": "long_regeneration_potion", + "potofregenlong": "long_regeneration_potion", + "regen2pot": "long_regeneration_potion", + "regen2potion": "long_regeneration_potion", + "regenerate2pot": "long_regeneration_potion", + "regenerate2potion": "long_regeneration_potion", + "regenerateexpot": "long_regeneration_potion", + "regenerateexpotion": "long_regeneration_potion", + "regenerateextendedpot": "long_regeneration_potion", + "regenerateextendedpotion": "long_regeneration_potion", + "regeneratelevel2pot": "long_regeneration_potion", + "regeneratelevel2potion": "long_regeneration_potion", + "regeneratelongpot": "long_regeneration_potion", + "regeneratelongpotion": "long_regeneration_potion", + "regeneration2pot": "long_regeneration_potion", + "regeneration2potion": "long_regeneration_potion", + "regenerationexpot": "long_regeneration_potion", + "regenerationexpotion": "long_regeneration_potion", + "regenerationextendedpot": "long_regeneration_potion", + "regenerationextendedpotion": "long_regeneration_potion", + "regenerationlevel2pot": "long_regeneration_potion", + "regenerationlevel2potion": "long_regeneration_potion", + "regenerationlongpot": "long_regeneration_potion", + "regenerationlongpotion": "long_regeneration_potion", + "regenexpot": "long_regeneration_potion", + "regenexpotion": "long_regeneration_potion", + "regenextendedpot": "long_regeneration_potion", + "regenextendedpotion": "long_regeneration_potion", + "regenlevel2pot": "long_regeneration_potion", + "regenlevel2potion": "long_regeneration_potion", + "regenlongpot": "long_regeneration_potion", + "regenlongpotion": "long_regeneration_potion", + "long_regeneration_splash_potion": { + "potionData": { + "type": "REGEN", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "regen2splashpot": "long_regeneration_splash_potion", + "regen2splashpotion": "long_regeneration_splash_potion", + "regenerate2splashpot": "long_regeneration_splash_potion", + "regenerate2splashpotion": "long_regeneration_splash_potion", + "regenerateexsplashpot": "long_regeneration_splash_potion", + "regenerateexsplashpotion": "long_regeneration_splash_potion", + "regenerateextendedsplashpot": "long_regeneration_splash_potion", + "regenerateextendedsplashpotion": "long_regeneration_splash_potion", + "regeneratelevel2splashpot": "long_regeneration_splash_potion", + "regeneratelevel2splashpotion": "long_regeneration_splash_potion", + "regeneratelongsplashpot": "long_regeneration_splash_potion", + "regeneratelongsplashpotion": "long_regeneration_splash_potion", + "regeneration2splashpot": "long_regeneration_splash_potion", + "regeneration2splashpotion": "long_regeneration_splash_potion", + "regenerationexsplashpot": "long_regeneration_splash_potion", + "regenerationexsplashpotion": "long_regeneration_splash_potion", + "regenerationextendedsplashpot": "long_regeneration_splash_potion", + "regenerationextendedsplashpotion": "long_regeneration_splash_potion", + "regenerationlevel2splashpot": "long_regeneration_splash_potion", + "regenerationlevel2splashpotion": "long_regeneration_splash_potion", + "regenerationlongsplashpot": "long_regeneration_splash_potion", + "regenerationlongsplashpotion": "long_regeneration_splash_potion", + "regenexsplashpot": "long_regeneration_splash_potion", + "regenexsplashpotion": "long_regeneration_splash_potion", + "regenextendedsplashpot": "long_regeneration_splash_potion", + "regenextendedsplashpotion": "long_regeneration_splash_potion", + "regenlevel2splashpot": "long_regeneration_splash_potion", + "regenlevel2splashpotion": "long_regeneration_splash_potion", + "regenlongsplashpot": "long_regeneration_splash_potion", + "regenlongsplashpotion": "long_regeneration_splash_potion", + "splashregen2pot": "long_regeneration_splash_potion", + "splashregen2potion": "long_regeneration_splash_potion", + "splashregenerate2pot": "long_regeneration_splash_potion", + "splashregenerate2potion": "long_regeneration_splash_potion", + "splashregenerateexpot": "long_regeneration_splash_potion", + "splashregenerateexpotion": "long_regeneration_splash_potion", + "splashregenerateextendedpot": "long_regeneration_splash_potion", + "splashregenerateextendedpotion": "long_regeneration_splash_potion", + "splashregeneratelevel2pot": "long_regeneration_splash_potion", + "splashregeneratelevel2potion": "long_regeneration_splash_potion", + "splashregeneratelongpot": "long_regeneration_splash_potion", + "splashregeneratelongpotion": "long_regeneration_splash_potion", + "splashregeneration2pot": "long_regeneration_splash_potion", + "splashregeneration2potion": "long_regeneration_splash_potion", + "splashregenerationexpot": "long_regeneration_splash_potion", + "splashregenerationexpotion": "long_regeneration_splash_potion", + "splashregenerationextendedpot": "long_regeneration_splash_potion", + "splashregenerationextendedpotion": "long_regeneration_splash_potion", + "splashregenerationlevel2pot": "long_regeneration_splash_potion", + "splashregenerationlevel2potion": "long_regeneration_splash_potion", + "splashregenerationlongpot": "long_regeneration_splash_potion", + "splashregenerationlongpotion": "long_regeneration_splash_potion", + "splashregenexpot": "long_regeneration_splash_potion", + "splashregenexpotion": "long_regeneration_splash_potion", + "splashregenextendedpot": "long_regeneration_splash_potion", + "splashregenextendedpotion": "long_regeneration_splash_potion", + "splashregenlevel2pot": "long_regeneration_splash_potion", + "splashregenlevel2potion": "long_regeneration_splash_potion", + "splashregenlongpot": "long_regeneration_splash_potion", + "splashregenlongpotion": "long_regeneration_splash_potion", + "splregen2pot": "long_regeneration_splash_potion", + "splregen2potion": "long_regeneration_splash_potion", + "splregenerate2pot": "long_regeneration_splash_potion", + "splregenerate2potion": "long_regeneration_splash_potion", + "splregenerateexpot": "long_regeneration_splash_potion", + "splregenerateexpotion": "long_regeneration_splash_potion", + "splregenerateextendedpot": "long_regeneration_splash_potion", + "splregenerateextendedpotion": "long_regeneration_splash_potion", + "splregeneratelevel2pot": "long_regeneration_splash_potion", + "splregeneratelevel2potion": "long_regeneration_splash_potion", + "splregeneratelongpot": "long_regeneration_splash_potion", + "splregeneratelongpotion": "long_regeneration_splash_potion", + "splregeneration2pot": "long_regeneration_splash_potion", + "splregeneration2potion": "long_regeneration_splash_potion", + "splregenerationexpot": "long_regeneration_splash_potion", + "splregenerationexpotion": "long_regeneration_splash_potion", + "splregenerationextendedpot": "long_regeneration_splash_potion", + "splregenerationextendedpotion": "long_regeneration_splash_potion", + "splregenerationlevel2pot": "long_regeneration_splash_potion", + "splregenerationlevel2potion": "long_regeneration_splash_potion", + "splregenerationlongpot": "long_regeneration_splash_potion", + "splregenerationlongpotion": "long_regeneration_splash_potion", + "splregenexpot": "long_regeneration_splash_potion", + "splregenexpotion": "long_regeneration_splash_potion", + "splregenextendedpot": "long_regeneration_splash_potion", + "splregenextendedpotion": "long_regeneration_splash_potion", + "splregenlevel2pot": "long_regeneration_splash_potion", + "splregenlevel2potion": "long_regeneration_splash_potion", + "splregenlongpot": "long_regeneration_splash_potion", + "splregenlongpotion": "long_regeneration_splash_potion", + "long_regeneration_tipped_arrow": { + "potionData": { + "type": "REGEN", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowregen2": "long_regeneration_tipped_arrow", + "arrowregenerate2": "long_regeneration_tipped_arrow", + "arrowregenerateex": "long_regeneration_tipped_arrow", + "arrowregenerateextended": "long_regeneration_tipped_arrow", + "arrowregeneratelevel2": "long_regeneration_tipped_arrow", + "arrowregeneratelong": "long_regeneration_tipped_arrow", + "arrowregeneration2": "long_regeneration_tipped_arrow", + "arrowregenerationex": "long_regeneration_tipped_arrow", + "arrowregenerationextended": "long_regeneration_tipped_arrow", + "arrowregenerationlevel2": "long_regeneration_tipped_arrow", + "arrowregenerationlong": "long_regeneration_tipped_arrow", + "arrowregenex": "long_regeneration_tipped_arrow", + "arrowregenextended": "long_regeneration_tipped_arrow", + "arrowregenlevel2": "long_regeneration_tipped_arrow", + "arrowregenlong": "long_regeneration_tipped_arrow", + "regen2tarr": "long_regeneration_tipped_arrow", + "regen2tarrow": "long_regeneration_tipped_arrow", + "regen2tippedarrow": "long_regeneration_tipped_arrow", + "regenarrow2": "long_regeneration_tipped_arrow", + "regenarrowex": "long_regeneration_tipped_arrow", + "regenarrowextended": "long_regeneration_tipped_arrow", + "regenarrowlevel2": "long_regeneration_tipped_arrow", + "regenarrowlong": "long_regeneration_tipped_arrow", + "regenerate2tarr": "long_regeneration_tipped_arrow", + "regenerate2tarrow": "long_regeneration_tipped_arrow", + "regenerate2tippedarrow": "long_regeneration_tipped_arrow", + "regeneratearrow2": "long_regeneration_tipped_arrow", + "regeneratearrowex": "long_regeneration_tipped_arrow", + "regeneratearrowextended": "long_regeneration_tipped_arrow", + "regeneratearrowlevel2": "long_regeneration_tipped_arrow", + "regeneratearrowlong": "long_regeneration_tipped_arrow", + "regenerateextarr": "long_regeneration_tipped_arrow", + "regenerateextarrow": "long_regeneration_tipped_arrow", + "regenerateextendedtarr": "long_regeneration_tipped_arrow", + "regenerateextendedtarrow": "long_regeneration_tipped_arrow", + "regenerateextendedtippedarrow": "long_regeneration_tipped_arrow", + "regenerateextippedarrow": "long_regeneration_tipped_arrow", + "regeneratelevel2tarr": "long_regeneration_tipped_arrow", + "regeneratelevel2tarrow": "long_regeneration_tipped_arrow", + "regeneratelevel2tippedarrow": "long_regeneration_tipped_arrow", + "regeneratelongtarr": "long_regeneration_tipped_arrow", + "regeneratelongtarrow": "long_regeneration_tipped_arrow", + "regeneratelongtippedarrow": "long_regeneration_tipped_arrow", + "regeneration2tarr": "long_regeneration_tipped_arrow", + "regeneration2tarrow": "long_regeneration_tipped_arrow", + "regeneration2tippedarrow": "long_regeneration_tipped_arrow", + "regenerationarrow2": "long_regeneration_tipped_arrow", + "regenerationarrowex": "long_regeneration_tipped_arrow", + "regenerationarrowextended": "long_regeneration_tipped_arrow", + "regenerationarrowlevel2": "long_regeneration_tipped_arrow", + "regenerationarrowlong": "long_regeneration_tipped_arrow", + "regenerationextarr": "long_regeneration_tipped_arrow", + "regenerationextarrow": "long_regeneration_tipped_arrow", + "regenerationextendedtarr": "long_regeneration_tipped_arrow", + "regenerationextendedtarrow": "long_regeneration_tipped_arrow", + "regenerationextendedtippedarrow": "long_regeneration_tipped_arrow", + "regenerationextippedarrow": "long_regeneration_tipped_arrow", + "regenerationlevel2tarr": "long_regeneration_tipped_arrow", + "regenerationlevel2tarrow": "long_regeneration_tipped_arrow", + "regenerationlevel2tippedarrow": "long_regeneration_tipped_arrow", + "regenerationlongtarr": "long_regeneration_tipped_arrow", + "regenerationlongtarrow": "long_regeneration_tipped_arrow", + "regenerationlongtippedarrow": "long_regeneration_tipped_arrow", + "regenextarr": "long_regeneration_tipped_arrow", + "regenextarrow": "long_regeneration_tipped_arrow", + "regenextendedtarr": "long_regeneration_tipped_arrow", + "regenextendedtarrow": "long_regeneration_tipped_arrow", + "regenextendedtippedarrow": "long_regeneration_tipped_arrow", + "regenextippedarrow": "long_regeneration_tipped_arrow", + "regenlevel2tarr": "long_regeneration_tipped_arrow", + "regenlevel2tarrow": "long_regeneration_tipped_arrow", + "regenlevel2tippedarrow": "long_regeneration_tipped_arrow", + "regenlongtarr": "long_regeneration_tipped_arrow", + "regenlongtarrow": "long_regeneration_tipped_arrow", + "regenlongtippedarrow": "long_regeneration_tipped_arrow", + "long_slow_falling_lingering_potion": { + "potionData": { + "type": "SLOW_FALLING", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotionsf2": "long_slow_falling_lingering_potion", + "aoepotionsfex": "long_slow_falling_lingering_potion", + "aoepotionsfextended": "long_slow_falling_lingering_potion", + "aoepotionsflevel2": "long_slow_falling_lingering_potion", + "aoepotionsflong": "long_slow_falling_lingering_potion", + "aoepotionslowfall2": "long_slow_falling_lingering_potion", + "aoepotionslowfallex": "long_slow_falling_lingering_potion", + "aoepotionslowfallextended": "long_slow_falling_lingering_potion", + "aoepotionslowfalling2": "long_slow_falling_lingering_potion", + "aoepotionslowfallingex": "long_slow_falling_lingering_potion", + "aoepotionslowfallingextended": "long_slow_falling_lingering_potion", + "aoepotionslowfallinglevel2": "long_slow_falling_lingering_potion", + "aoepotionslowfallinglong": "long_slow_falling_lingering_potion", + "aoepotionslowfalllevel2": "long_slow_falling_lingering_potion", + "aoepotionslowfalllong": "long_slow_falling_lingering_potion", + "aoepotsf2": "long_slow_falling_lingering_potion", + "aoepotsfex": "long_slow_falling_lingering_potion", + "aoepotsfextended": "long_slow_falling_lingering_potion", + "aoepotsflevel2": "long_slow_falling_lingering_potion", + "aoepotsflong": "long_slow_falling_lingering_potion", + "aoepotslowfall2": "long_slow_falling_lingering_potion", + "aoepotslowfallex": "long_slow_falling_lingering_potion", + "aoepotslowfallextended": "long_slow_falling_lingering_potion", + "aoepotslowfalling2": "long_slow_falling_lingering_potion", + "aoepotslowfallingex": "long_slow_falling_lingering_potion", + "aoepotslowfallingextended": "long_slow_falling_lingering_potion", + "aoepotslowfallinglevel2": "long_slow_falling_lingering_potion", + "aoepotslowfallinglong": "long_slow_falling_lingering_potion", + "aoepotslowfalllevel2": "long_slow_falling_lingering_potion", + "aoepotslowfalllong": "long_slow_falling_lingering_potion", + "areapotionsf2": "long_slow_falling_lingering_potion", + "areapotionsfex": "long_slow_falling_lingering_potion", + "areapotionsfextended": "long_slow_falling_lingering_potion", + "areapotionsflevel2": "long_slow_falling_lingering_potion", + "areapotionsflong": "long_slow_falling_lingering_potion", + "areapotionslowfall2": "long_slow_falling_lingering_potion", + "areapotionslowfallex": "long_slow_falling_lingering_potion", + "areapotionslowfallextended": "long_slow_falling_lingering_potion", + "areapotionslowfalling2": "long_slow_falling_lingering_potion", + "areapotionslowfallingex": "long_slow_falling_lingering_potion", + "areapotionslowfallingextended": "long_slow_falling_lingering_potion", + "areapotionslowfallinglevel2": "long_slow_falling_lingering_potion", + "areapotionslowfallinglong": "long_slow_falling_lingering_potion", + "areapotionslowfalllevel2": "long_slow_falling_lingering_potion", + "areapotionslowfalllong": "long_slow_falling_lingering_potion", + "areapotsf2": "long_slow_falling_lingering_potion", + "areapotsfex": "long_slow_falling_lingering_potion", + "areapotsfextended": "long_slow_falling_lingering_potion", + "areapotsflevel2": "long_slow_falling_lingering_potion", + "areapotsflong": "long_slow_falling_lingering_potion", + "areapotslowfall2": "long_slow_falling_lingering_potion", + "areapotslowfallex": "long_slow_falling_lingering_potion", + "areapotslowfallextended": "long_slow_falling_lingering_potion", + "areapotslowfalling2": "long_slow_falling_lingering_potion", + "areapotslowfallingex": "long_slow_falling_lingering_potion", + "areapotslowfallingextended": "long_slow_falling_lingering_potion", + "areapotslowfallinglevel2": "long_slow_falling_lingering_potion", + "areapotslowfallinglong": "long_slow_falling_lingering_potion", + "areapotslowfalllevel2": "long_slow_falling_lingering_potion", + "areapotslowfalllong": "long_slow_falling_lingering_potion", + "cloudpotionsf2": "long_slow_falling_lingering_potion", + "cloudpotionsfex": "long_slow_falling_lingering_potion", + "cloudpotionsfextended": "long_slow_falling_lingering_potion", + "cloudpotionsflevel2": "long_slow_falling_lingering_potion", + "cloudpotionsflong": "long_slow_falling_lingering_potion", + "cloudpotionslowfall2": "long_slow_falling_lingering_potion", + "cloudpotionslowfallex": "long_slow_falling_lingering_potion", + "cloudpotionslowfallextended": "long_slow_falling_lingering_potion", + "cloudpotionslowfalling2": "long_slow_falling_lingering_potion", + "cloudpotionslowfallingex": "long_slow_falling_lingering_potion", + "cloudpotionslowfallingextended": "long_slow_falling_lingering_potion", + "cloudpotionslowfallinglevel2": "long_slow_falling_lingering_potion", + "cloudpotionslowfallinglong": "long_slow_falling_lingering_potion", + "cloudpotionslowfalllevel2": "long_slow_falling_lingering_potion", + "cloudpotionslowfalllong": "long_slow_falling_lingering_potion", + "cloudpotsf2": "long_slow_falling_lingering_potion", + "cloudpotsfex": "long_slow_falling_lingering_potion", + "cloudpotsfextended": "long_slow_falling_lingering_potion", + "cloudpotsflevel2": "long_slow_falling_lingering_potion", + "cloudpotsflong": "long_slow_falling_lingering_potion", + "cloudpotslowfall2": "long_slow_falling_lingering_potion", + "cloudpotslowfallex": "long_slow_falling_lingering_potion", + "cloudpotslowfallextended": "long_slow_falling_lingering_potion", + "cloudpotslowfalling2": "long_slow_falling_lingering_potion", + "cloudpotslowfallingex": "long_slow_falling_lingering_potion", + "cloudpotslowfallingextended": "long_slow_falling_lingering_potion", + "cloudpotslowfallinglevel2": "long_slow_falling_lingering_potion", + "cloudpotslowfallinglong": "long_slow_falling_lingering_potion", + "cloudpotslowfalllevel2": "long_slow_falling_lingering_potion", + "cloudpotslowfalllong": "long_slow_falling_lingering_potion", + "lingerpotsf2": "long_slow_falling_lingering_potion", + "lingerpotsfex": "long_slow_falling_lingering_potion", + "lingerpotsfextended": "long_slow_falling_lingering_potion", + "lingerpotsflevel2": "long_slow_falling_lingering_potion", + "lingerpotsflong": "long_slow_falling_lingering_potion", + "lingerpotslowfall2": "long_slow_falling_lingering_potion", + "lingerpotslowfallex": "long_slow_falling_lingering_potion", + "lingerpotslowfallextended": "long_slow_falling_lingering_potion", + "lingerpotslowfalling2": "long_slow_falling_lingering_potion", + "lingerpotslowfallingex": "long_slow_falling_lingering_potion", + "lingerpotslowfallingextended": "long_slow_falling_lingering_potion", + "lingerpotslowfallinglevel2": "long_slow_falling_lingering_potion", + "lingerpotslowfallinglong": "long_slow_falling_lingering_potion", + "lingerpotslowfalllevel2": "long_slow_falling_lingering_potion", + "lingerpotslowfalllong": "long_slow_falling_lingering_potion", + "sfaoepoiont2": "long_slow_falling_lingering_potion", + "sfaoepoiontex": "long_slow_falling_lingering_potion", + "sfaoepoiontextended": "long_slow_falling_lingering_potion", + "sfaoepoiontlevel2": "long_slow_falling_lingering_potion", + "sfaoepoiontlong": "long_slow_falling_lingering_potion", + "sfaoepot2": "long_slow_falling_lingering_potion", + "sfaoepotex": "long_slow_falling_lingering_potion", + "sfaoepotextended": "long_slow_falling_lingering_potion", + "sfaoepotlevel2": "long_slow_falling_lingering_potion", + "sfaoepotlong": "long_slow_falling_lingering_potion", + "sfareapot2": "long_slow_falling_lingering_potion", + "sfareapotex": "long_slow_falling_lingering_potion", + "sfareapotextended": "long_slow_falling_lingering_potion", + "sfareapotion2": "long_slow_falling_lingering_potion", + "sfareapotionex": "long_slow_falling_lingering_potion", + "sfareapotionextended": "long_slow_falling_lingering_potion", + "sfareapotionlevel2": "long_slow_falling_lingering_potion", + "sfareapotionlong": "long_slow_falling_lingering_potion", + "sfareapotlevel2": "long_slow_falling_lingering_potion", + "sfareapotlong": "long_slow_falling_lingering_potion", + "sfcloudpot2": "long_slow_falling_lingering_potion", + "sfcloudpotex": "long_slow_falling_lingering_potion", + "sfcloudpotextended": "long_slow_falling_lingering_potion", + "sfcloudpotion2": "long_slow_falling_lingering_potion", + "sfcloudpotionex": "long_slow_falling_lingering_potion", + "sfcloudpotionextended": "long_slow_falling_lingering_potion", + "sfcloudpotionlevel2": "long_slow_falling_lingering_potion", + "sfcloudpotionlong": "long_slow_falling_lingering_potion", + "sfcloudpotlevel2": "long_slow_falling_lingering_potion", + "sfcloudpotlong": "long_slow_falling_lingering_potion", + "sflingerpot2": "long_slow_falling_lingering_potion", + "sflingerpotex": "long_slow_falling_lingering_potion", + "sflingerpotextended": "long_slow_falling_lingering_potion", + "sflingerpotlevel2": "long_slow_falling_lingering_potion", + "sflingerpotlong": "long_slow_falling_lingering_potion", + "slowfallaoepoiont2": "long_slow_falling_lingering_potion", + "slowfallaoepoiontex": "long_slow_falling_lingering_potion", + "slowfallaoepoiontextended": "long_slow_falling_lingering_potion", + "slowfallaoepoiontlevel2": "long_slow_falling_lingering_potion", + "slowfallaoepoiontlong": "long_slow_falling_lingering_potion", + "slowfallaoepot2": "long_slow_falling_lingering_potion", + "slowfallaoepotex": "long_slow_falling_lingering_potion", + "slowfallaoepotextended": "long_slow_falling_lingering_potion", + "slowfallaoepotlevel2": "long_slow_falling_lingering_potion", + "slowfallaoepotlong": "long_slow_falling_lingering_potion", + "slowfallareapot2": "long_slow_falling_lingering_potion", + "slowfallareapotex": "long_slow_falling_lingering_potion", + "slowfallareapotextended": "long_slow_falling_lingering_potion", + "slowfallareapotion2": "long_slow_falling_lingering_potion", + "slowfallareapotionex": "long_slow_falling_lingering_potion", + "slowfallareapotionextended": "long_slow_falling_lingering_potion", + "slowfallareapotionlevel2": "long_slow_falling_lingering_potion", + "slowfallareapotionlong": "long_slow_falling_lingering_potion", + "slowfallareapotlevel2": "long_slow_falling_lingering_potion", + "slowfallareapotlong": "long_slow_falling_lingering_potion", + "slowfallcloudpot2": "long_slow_falling_lingering_potion", + "slowfallcloudpotex": "long_slow_falling_lingering_potion", + "slowfallcloudpotextended": "long_slow_falling_lingering_potion", + "slowfallcloudpotion2": "long_slow_falling_lingering_potion", + "slowfallcloudpotionex": "long_slow_falling_lingering_potion", + "slowfallcloudpotionextended": "long_slow_falling_lingering_potion", + "slowfallcloudpotionlevel2": "long_slow_falling_lingering_potion", + "slowfallcloudpotionlong": "long_slow_falling_lingering_potion", + "slowfallcloudpotlevel2": "long_slow_falling_lingering_potion", + "slowfallcloudpotlong": "long_slow_falling_lingering_potion", + "slowfallingaoepoiont2": "long_slow_falling_lingering_potion", + "slowfallingaoepoiontex": "long_slow_falling_lingering_potion", + "slowfallingaoepoiontextended": "long_slow_falling_lingering_potion", + "slowfallingaoepoiontlevel2": "long_slow_falling_lingering_potion", + "slowfallingaoepoiontlong": "long_slow_falling_lingering_potion", + "slowfallingaoepot2": "long_slow_falling_lingering_potion", + "slowfallingaoepotex": "long_slow_falling_lingering_potion", + "slowfallingaoepotextended": "long_slow_falling_lingering_potion", + "slowfallingaoepotlevel2": "long_slow_falling_lingering_potion", + "slowfallingaoepotlong": "long_slow_falling_lingering_potion", + "slowfallingareapot2": "long_slow_falling_lingering_potion", + "slowfallingareapotex": "long_slow_falling_lingering_potion", + "slowfallingareapotextended": "long_slow_falling_lingering_potion", + "slowfallingareapotion2": "long_slow_falling_lingering_potion", + "slowfallingareapotionex": "long_slow_falling_lingering_potion", + "slowfallingareapotionextended": "long_slow_falling_lingering_potion", + "slowfallingareapotionlevel2": "long_slow_falling_lingering_potion", + "slowfallingareapotionlong": "long_slow_falling_lingering_potion", + "slowfallingareapotlevel2": "long_slow_falling_lingering_potion", + "slowfallingareapotlong": "long_slow_falling_lingering_potion", + "slowfallingcloudpot2": "long_slow_falling_lingering_potion", + "slowfallingcloudpotex": "long_slow_falling_lingering_potion", + "slowfallingcloudpotextended": "long_slow_falling_lingering_potion", + "slowfallingcloudpotion2": "long_slow_falling_lingering_potion", + "slowfallingcloudpotionex": "long_slow_falling_lingering_potion", + "slowfallingcloudpotionextended": "long_slow_falling_lingering_potion", + "slowfallingcloudpotionlevel2": "long_slow_falling_lingering_potion", + "slowfallingcloudpotionlong": "long_slow_falling_lingering_potion", + "slowfallingcloudpotlevel2": "long_slow_falling_lingering_potion", + "slowfallingcloudpotlong": "long_slow_falling_lingering_potion", + "slowfallinglingerpot2": "long_slow_falling_lingering_potion", + "slowfallinglingerpotex": "long_slow_falling_lingering_potion", + "slowfallinglingerpotextended": "long_slow_falling_lingering_potion", + "slowfallinglingerpotlevel2": "long_slow_falling_lingering_potion", + "slowfallinglingerpotlong": "long_slow_falling_lingering_potion", + "slowfalllingerpot2": "long_slow_falling_lingering_potion", + "slowfalllingerpotex": "long_slow_falling_lingering_potion", + "slowfalllingerpotextended": "long_slow_falling_lingering_potion", + "slowfalllingerpotlevel2": "long_slow_falling_lingering_potion", + "slowfalllingerpotlong": "long_slow_falling_lingering_potion", + "long_slow_falling_potion": { + "potionData": { + "type": "SLOW_FALLING", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "potionofsf2": "long_slow_falling_potion", + "potionofsfex": "long_slow_falling_potion", + "potionofsfextended": "long_slow_falling_potion", + "potionofsflevel2": "long_slow_falling_potion", + "potionofsflong": "long_slow_falling_potion", + "potionofslowfall2": "long_slow_falling_potion", + "potionofslowfallex": "long_slow_falling_potion", + "potionofslowfallextended": "long_slow_falling_potion", + "potionofslowfalling2": "long_slow_falling_potion", + "potionofslowfallingex": "long_slow_falling_potion", + "potionofslowfallingextended": "long_slow_falling_potion", + "potionofslowfallinglevel2": "long_slow_falling_potion", + "potionofslowfallinglong": "long_slow_falling_potion", + "potionofslowfalllevel2": "long_slow_falling_potion", + "potionofslowfalllong": "long_slow_falling_potion", + "potofsf2": "long_slow_falling_potion", + "potofsfex": "long_slow_falling_potion", + "potofsfextended": "long_slow_falling_potion", + "potofsflevel2": "long_slow_falling_potion", + "potofsflong": "long_slow_falling_potion", + "potofslowfall2": "long_slow_falling_potion", + "potofslowfallex": "long_slow_falling_potion", + "potofslowfallextended": "long_slow_falling_potion", + "potofslowfalling2": "long_slow_falling_potion", + "potofslowfallingex": "long_slow_falling_potion", + "potofslowfallingextended": "long_slow_falling_potion", + "potofslowfallinglevel2": "long_slow_falling_potion", + "potofslowfallinglong": "long_slow_falling_potion", + "potofslowfalllevel2": "long_slow_falling_potion", + "potofslowfalllong": "long_slow_falling_potion", + "sf2pot": "long_slow_falling_potion", + "sf2potion": "long_slow_falling_potion", + "sfexpot": "long_slow_falling_potion", + "sfexpotion": "long_slow_falling_potion", + "sfextendedpot": "long_slow_falling_potion", + "sfextendedpotion": "long_slow_falling_potion", + "sflevel2pot": "long_slow_falling_potion", + "sflevel2potion": "long_slow_falling_potion", + "sflongpot": "long_slow_falling_potion", + "sflongpotion": "long_slow_falling_potion", + "slowfall2pot": "long_slow_falling_potion", + "slowfall2potion": "long_slow_falling_potion", + "slowfallexpot": "long_slow_falling_potion", + "slowfallexpotion": "long_slow_falling_potion", + "slowfallextendedpot": "long_slow_falling_potion", + "slowfallextendedpotion": "long_slow_falling_potion", + "slowfalling2pot": "long_slow_falling_potion", + "slowfalling2potion": "long_slow_falling_potion", + "slowfallingexpot": "long_slow_falling_potion", + "slowfallingexpotion": "long_slow_falling_potion", + "slowfallingextendedpot": "long_slow_falling_potion", + "slowfallingextendedpotion": "long_slow_falling_potion", + "slowfallinglevel2pot": "long_slow_falling_potion", + "slowfallinglevel2potion": "long_slow_falling_potion", + "slowfallinglongpot": "long_slow_falling_potion", + "slowfallinglongpotion": "long_slow_falling_potion", + "slowfalllevel2pot": "long_slow_falling_potion", + "slowfalllevel2potion": "long_slow_falling_potion", + "slowfalllongpot": "long_slow_falling_potion", + "slowfalllongpotion": "long_slow_falling_potion", + "long_slow_falling_splash_potion": { + "potionData": { + "type": "SLOW_FALLING", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "sf2splashpot": "long_slow_falling_splash_potion", + "sf2splashpotion": "long_slow_falling_splash_potion", + "sfexsplashpot": "long_slow_falling_splash_potion", + "sfexsplashpotion": "long_slow_falling_splash_potion", + "sfextendedsplashpot": "long_slow_falling_splash_potion", + "sfextendedsplashpotion": "long_slow_falling_splash_potion", + "sflevel2splashpot": "long_slow_falling_splash_potion", + "sflevel2splashpotion": "long_slow_falling_splash_potion", + "sflongsplashpot": "long_slow_falling_splash_potion", + "sflongsplashpotion": "long_slow_falling_splash_potion", + "slowfall2splashpot": "long_slow_falling_splash_potion", + "slowfall2splashpotion": "long_slow_falling_splash_potion", + "slowfallexsplashpot": "long_slow_falling_splash_potion", + "slowfallexsplashpotion": "long_slow_falling_splash_potion", + "slowfallextendedsplashpot": "long_slow_falling_splash_potion", + "slowfallextendedsplashpotion": "long_slow_falling_splash_potion", + "slowfalling2splashpot": "long_slow_falling_splash_potion", + "slowfalling2splashpotion": "long_slow_falling_splash_potion", + "slowfallingexsplashpot": "long_slow_falling_splash_potion", + "slowfallingexsplashpotion": "long_slow_falling_splash_potion", + "slowfallingextendedsplashpot": "long_slow_falling_splash_potion", + "slowfallingextendedsplashpotion": "long_slow_falling_splash_potion", + "slowfallinglevel2splashpot": "long_slow_falling_splash_potion", + "slowfallinglevel2splashpotion": "long_slow_falling_splash_potion", + "slowfallinglongsplashpot": "long_slow_falling_splash_potion", + "slowfallinglongsplashpotion": "long_slow_falling_splash_potion", + "slowfalllevel2splashpot": "long_slow_falling_splash_potion", + "slowfalllevel2splashpotion": "long_slow_falling_splash_potion", + "slowfalllongsplashpot": "long_slow_falling_splash_potion", + "slowfalllongsplashpotion": "long_slow_falling_splash_potion", + "splashsf2pot": "long_slow_falling_splash_potion", + "splashsf2potion": "long_slow_falling_splash_potion", + "splashsfexpot": "long_slow_falling_splash_potion", + "splashsfexpotion": "long_slow_falling_splash_potion", + "splashsfextendedpot": "long_slow_falling_splash_potion", + "splashsfextendedpotion": "long_slow_falling_splash_potion", + "splashsflevel2pot": "long_slow_falling_splash_potion", + "splashsflevel2potion": "long_slow_falling_splash_potion", + "splashsflongpot": "long_slow_falling_splash_potion", + "splashsflongpotion": "long_slow_falling_splash_potion", + "splashslowfall2pot": "long_slow_falling_splash_potion", + "splashslowfall2potion": "long_slow_falling_splash_potion", + "splashslowfallexpot": "long_slow_falling_splash_potion", + "splashslowfallexpotion": "long_slow_falling_splash_potion", + "splashslowfallextendedpot": "long_slow_falling_splash_potion", + "splashslowfallextendedpotion": "long_slow_falling_splash_potion", + "splashslowfalling2pot": "long_slow_falling_splash_potion", + "splashslowfalling2potion": "long_slow_falling_splash_potion", + "splashslowfallingexpot": "long_slow_falling_splash_potion", + "splashslowfallingexpotion": "long_slow_falling_splash_potion", + "splashslowfallingextendedpot": "long_slow_falling_splash_potion", + "splashslowfallingextendedpotion": "long_slow_falling_splash_potion", + "splashslowfallinglevel2pot": "long_slow_falling_splash_potion", + "splashslowfallinglevel2potion": "long_slow_falling_splash_potion", + "splashslowfallinglongpot": "long_slow_falling_splash_potion", + "splashslowfallinglongpotion": "long_slow_falling_splash_potion", + "splashslowfalllevel2pot": "long_slow_falling_splash_potion", + "splashslowfalllevel2potion": "long_slow_falling_splash_potion", + "splashslowfalllongpot": "long_slow_falling_splash_potion", + "splashslowfalllongpotion": "long_slow_falling_splash_potion", + "splsf2pot": "long_slow_falling_splash_potion", + "splsf2potion": "long_slow_falling_splash_potion", + "splsfexpot": "long_slow_falling_splash_potion", + "splsfexpotion": "long_slow_falling_splash_potion", + "splsfextendedpot": "long_slow_falling_splash_potion", + "splsfextendedpotion": "long_slow_falling_splash_potion", + "splsflevel2pot": "long_slow_falling_splash_potion", + "splsflevel2potion": "long_slow_falling_splash_potion", + "splsflongpot": "long_slow_falling_splash_potion", + "splsflongpotion": "long_slow_falling_splash_potion", + "splslowfall2pot": "long_slow_falling_splash_potion", + "splslowfall2potion": "long_slow_falling_splash_potion", + "splslowfallexpot": "long_slow_falling_splash_potion", + "splslowfallexpotion": "long_slow_falling_splash_potion", + "splslowfallextendedpot": "long_slow_falling_splash_potion", + "splslowfallextendedpotion": "long_slow_falling_splash_potion", + "splslowfalling2pot": "long_slow_falling_splash_potion", + "splslowfalling2potion": "long_slow_falling_splash_potion", + "splslowfallingexpot": "long_slow_falling_splash_potion", + "splslowfallingexpotion": "long_slow_falling_splash_potion", + "splslowfallingextendedpot": "long_slow_falling_splash_potion", + "splslowfallingextendedpotion": "long_slow_falling_splash_potion", + "splslowfallinglevel2pot": "long_slow_falling_splash_potion", + "splslowfallinglevel2potion": "long_slow_falling_splash_potion", + "splslowfallinglongpot": "long_slow_falling_splash_potion", + "splslowfallinglongpotion": "long_slow_falling_splash_potion", + "splslowfalllevel2pot": "long_slow_falling_splash_potion", + "splslowfalllevel2potion": "long_slow_falling_splash_potion", + "splslowfalllongpot": "long_slow_falling_splash_potion", + "splslowfalllongpotion": "long_slow_falling_splash_potion", + "long_slow_falling_tipped_arrow": { + "potionData": { + "type": "SLOW_FALLING", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowsf2": "long_slow_falling_tipped_arrow", + "arrowsfex": "long_slow_falling_tipped_arrow", + "arrowsfextended": "long_slow_falling_tipped_arrow", + "arrowsflevel2": "long_slow_falling_tipped_arrow", + "arrowsflong": "long_slow_falling_tipped_arrow", + "arrowslowfall2": "long_slow_falling_tipped_arrow", + "arrowslowfallex": "long_slow_falling_tipped_arrow", + "arrowslowfallextended": "long_slow_falling_tipped_arrow", + "arrowslowfalling2": "long_slow_falling_tipped_arrow", + "arrowslowfallingex": "long_slow_falling_tipped_arrow", + "arrowslowfallingextended": "long_slow_falling_tipped_arrow", + "arrowslowfallinglevel2": "long_slow_falling_tipped_arrow", + "arrowslowfallinglong": "long_slow_falling_tipped_arrow", + "arrowslowfalllevel2": "long_slow_falling_tipped_arrow", + "arrowslowfalllong": "long_slow_falling_tipped_arrow", + "sf2tarr": "long_slow_falling_tipped_arrow", + "sf2tarrow": "long_slow_falling_tipped_arrow", + "sf2tippedarrow": "long_slow_falling_tipped_arrow", + "sfarrow2": "long_slow_falling_tipped_arrow", + "sfarrowex": "long_slow_falling_tipped_arrow", + "sfarrowextended": "long_slow_falling_tipped_arrow", + "sfarrowlevel2": "long_slow_falling_tipped_arrow", + "sfarrowlong": "long_slow_falling_tipped_arrow", + "sfextarr": "long_slow_falling_tipped_arrow", + "sfextarrow": "long_slow_falling_tipped_arrow", + "sfextendedtarr": "long_slow_falling_tipped_arrow", + "sfextendedtarrow": "long_slow_falling_tipped_arrow", + "sfextendedtippedarrow": "long_slow_falling_tipped_arrow", + "sfextippedarrow": "long_slow_falling_tipped_arrow", + "sflevel2tarr": "long_slow_falling_tipped_arrow", + "sflevel2tarrow": "long_slow_falling_tipped_arrow", + "sflevel2tippedarrow": "long_slow_falling_tipped_arrow", + "sflongtarr": "long_slow_falling_tipped_arrow", + "sflongtarrow": "long_slow_falling_tipped_arrow", + "sflongtippedarrow": "long_slow_falling_tipped_arrow", + "slowfall2tarr": "long_slow_falling_tipped_arrow", + "slowfall2tarrow": "long_slow_falling_tipped_arrow", + "slowfall2tippedarrow": "long_slow_falling_tipped_arrow", + "slowfallarrow2": "long_slow_falling_tipped_arrow", + "slowfallarrowex": "long_slow_falling_tipped_arrow", + "slowfallarrowextended": "long_slow_falling_tipped_arrow", + "slowfallarrowlevel2": "long_slow_falling_tipped_arrow", + "slowfallarrowlong": "long_slow_falling_tipped_arrow", + "slowfallextarr": "long_slow_falling_tipped_arrow", + "slowfallextarrow": "long_slow_falling_tipped_arrow", + "slowfallextendedtarr": "long_slow_falling_tipped_arrow", + "slowfallextendedtarrow": "long_slow_falling_tipped_arrow", + "slowfallextendedtippedarrow": "long_slow_falling_tipped_arrow", + "slowfallextippedarrow": "long_slow_falling_tipped_arrow", + "slowfalling2tarr": "long_slow_falling_tipped_arrow", + "slowfalling2tarrow": "long_slow_falling_tipped_arrow", + "slowfalling2tippedarrow": "long_slow_falling_tipped_arrow", + "slowfallingarrow2": "long_slow_falling_tipped_arrow", + "slowfallingarrowex": "long_slow_falling_tipped_arrow", + "slowfallingarrowextended": "long_slow_falling_tipped_arrow", + "slowfallingarrowlevel2": "long_slow_falling_tipped_arrow", + "slowfallingarrowlong": "long_slow_falling_tipped_arrow", + "slowfallingextarr": "long_slow_falling_tipped_arrow", + "slowfallingextarrow": "long_slow_falling_tipped_arrow", + "slowfallingextendedtarr": "long_slow_falling_tipped_arrow", + "slowfallingextendedtarrow": "long_slow_falling_tipped_arrow", + "slowfallingextendedtippedarrow": "long_slow_falling_tipped_arrow", + "slowfallingextippedarrow": "long_slow_falling_tipped_arrow", + "slowfallinglevel2tarr": "long_slow_falling_tipped_arrow", + "slowfallinglevel2tarrow": "long_slow_falling_tipped_arrow", + "slowfallinglevel2tippedarrow": "long_slow_falling_tipped_arrow", + "slowfallinglongtarr": "long_slow_falling_tipped_arrow", + "slowfallinglongtarrow": "long_slow_falling_tipped_arrow", + "slowfallinglongtippedarrow": "long_slow_falling_tipped_arrow", + "slowfalllevel2tarr": "long_slow_falling_tipped_arrow", + "slowfalllevel2tarrow": "long_slow_falling_tipped_arrow", + "slowfalllevel2tippedarrow": "long_slow_falling_tipped_arrow", + "slowfalllongtarr": "long_slow_falling_tipped_arrow", + "slowfalllongtarrow": "long_slow_falling_tipped_arrow", + "slowfalllongtippedarrow": "long_slow_falling_tipped_arrow", + "long_slowness_lingering_potion": { + "potionData": { + "type": "SLOWNESS", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotionslow2": "long_slowness_lingering_potion", + "aoepotionslowex": "long_slowness_lingering_potion", + "aoepotionslowextended": "long_slowness_lingering_potion", + "aoepotionslowlevel2": "long_slowness_lingering_potion", + "aoepotionslowlong": "long_slowness_lingering_potion", + "aoepotionslowness2": "long_slowness_lingering_potion", + "aoepotionslownessex": "long_slowness_lingering_potion", + "aoepotionslownessextended": "long_slowness_lingering_potion", + "aoepotionslownesslevel2": "long_slowness_lingering_potion", + "aoepotionslownesslong": "long_slowness_lingering_potion", + "aoepotslow2": "long_slowness_lingering_potion", + "aoepotslowex": "long_slowness_lingering_potion", + "aoepotslowextended": "long_slowness_lingering_potion", + "aoepotslowlevel2": "long_slowness_lingering_potion", + "aoepotslowlong": "long_slowness_lingering_potion", + "aoepotslowness2": "long_slowness_lingering_potion", + "aoepotslownessex": "long_slowness_lingering_potion", + "aoepotslownessextended": "long_slowness_lingering_potion", + "aoepotslownesslevel2": "long_slowness_lingering_potion", + "aoepotslownesslong": "long_slowness_lingering_potion", + "areapotionslow2": "long_slowness_lingering_potion", + "areapotionslowex": "long_slowness_lingering_potion", + "areapotionslowextended": "long_slowness_lingering_potion", + "areapotionslowlevel2": "long_slowness_lingering_potion", + "areapotionslowlong": "long_slowness_lingering_potion", + "areapotionslowness2": "long_slowness_lingering_potion", + "areapotionslownessex": "long_slowness_lingering_potion", + "areapotionslownessextended": "long_slowness_lingering_potion", + "areapotionslownesslevel2": "long_slowness_lingering_potion", + "areapotionslownesslong": "long_slowness_lingering_potion", + "areapotslow2": "long_slowness_lingering_potion", + "areapotslowex": "long_slowness_lingering_potion", + "areapotslowextended": "long_slowness_lingering_potion", + "areapotslowlevel2": "long_slowness_lingering_potion", + "areapotslowlong": "long_slowness_lingering_potion", + "areapotslowness2": "long_slowness_lingering_potion", + "areapotslownessex": "long_slowness_lingering_potion", + "areapotslownessextended": "long_slowness_lingering_potion", + "areapotslownesslevel2": "long_slowness_lingering_potion", + "areapotslownesslong": "long_slowness_lingering_potion", + "cloudpotionslow2": "long_slowness_lingering_potion", + "cloudpotionslowex": "long_slowness_lingering_potion", + "cloudpotionslowextended": "long_slowness_lingering_potion", + "cloudpotionslowlevel2": "long_slowness_lingering_potion", + "cloudpotionslowlong": "long_slowness_lingering_potion", + "cloudpotionslowness2": "long_slowness_lingering_potion", + "cloudpotionslownessex": "long_slowness_lingering_potion", + "cloudpotionslownessextended": "long_slowness_lingering_potion", + "cloudpotionslownesslevel2": "long_slowness_lingering_potion", + "cloudpotionslownesslong": "long_slowness_lingering_potion", + "cloudpotslow2": "long_slowness_lingering_potion", + "cloudpotslowex": "long_slowness_lingering_potion", + "cloudpotslowextended": "long_slowness_lingering_potion", + "cloudpotslowlevel2": "long_slowness_lingering_potion", + "cloudpotslowlong": "long_slowness_lingering_potion", + "cloudpotslowness2": "long_slowness_lingering_potion", + "cloudpotslownessex": "long_slowness_lingering_potion", + "cloudpotslownessextended": "long_slowness_lingering_potion", + "cloudpotslownesslevel2": "long_slowness_lingering_potion", + "cloudpotslownesslong": "long_slowness_lingering_potion", + "lingerpotslow2": "long_slowness_lingering_potion", + "lingerpotslowex": "long_slowness_lingering_potion", + "lingerpotslowextended": "long_slowness_lingering_potion", + "lingerpotslowlevel2": "long_slowness_lingering_potion", + "lingerpotslowlong": "long_slowness_lingering_potion", + "lingerpotslowness2": "long_slowness_lingering_potion", + "lingerpotslownessex": "long_slowness_lingering_potion", + "lingerpotslownessextended": "long_slowness_lingering_potion", + "lingerpotslownesslevel2": "long_slowness_lingering_potion", + "lingerpotslownesslong": "long_slowness_lingering_potion", + "slowaoepoiont2": "long_slowness_lingering_potion", + "slowaoepoiontex": "long_slowness_lingering_potion", + "slowaoepoiontextended": "long_slowness_lingering_potion", + "slowaoepoiontlevel2": "long_slowness_lingering_potion", + "slowaoepoiontlong": "long_slowness_lingering_potion", + "slowaoepot2": "long_slowness_lingering_potion", + "slowaoepotex": "long_slowness_lingering_potion", + "slowaoepotextended": "long_slowness_lingering_potion", + "slowaoepotlevel2": "long_slowness_lingering_potion", + "slowaoepotlong": "long_slowness_lingering_potion", + "slowareapot2": "long_slowness_lingering_potion", + "slowareapotex": "long_slowness_lingering_potion", + "slowareapotextended": "long_slowness_lingering_potion", + "slowareapotion2": "long_slowness_lingering_potion", + "slowareapotionex": "long_slowness_lingering_potion", + "slowareapotionextended": "long_slowness_lingering_potion", + "slowareapotionlevel2": "long_slowness_lingering_potion", + "slowareapotionlong": "long_slowness_lingering_potion", + "slowareapotlevel2": "long_slowness_lingering_potion", + "slowareapotlong": "long_slowness_lingering_potion", + "slowcloudpot2": "long_slowness_lingering_potion", + "slowcloudpotex": "long_slowness_lingering_potion", + "slowcloudpotextended": "long_slowness_lingering_potion", + "slowcloudpotion2": "long_slowness_lingering_potion", + "slowcloudpotionex": "long_slowness_lingering_potion", + "slowcloudpotionextended": "long_slowness_lingering_potion", + "slowcloudpotionlevel2": "long_slowness_lingering_potion", + "slowcloudpotionlong": "long_slowness_lingering_potion", + "slowcloudpotlevel2": "long_slowness_lingering_potion", + "slowcloudpotlong": "long_slowness_lingering_potion", + "slowlingerpot2": "long_slowness_lingering_potion", + "slowlingerpotex": "long_slowness_lingering_potion", + "slowlingerpotextended": "long_slowness_lingering_potion", + "slowlingerpotlevel2": "long_slowness_lingering_potion", + "slowlingerpotlong": "long_slowness_lingering_potion", + "slownessaoepoiont2": "long_slowness_lingering_potion", + "slownessaoepoiontex": "long_slowness_lingering_potion", + "slownessaoepoiontextended": "long_slowness_lingering_potion", + "slownessaoepoiontlevel2": "long_slowness_lingering_potion", + "slownessaoepoiontlong": "long_slowness_lingering_potion", + "slownessaoepot2": "long_slowness_lingering_potion", + "slownessaoepotex": "long_slowness_lingering_potion", + "slownessaoepotextended": "long_slowness_lingering_potion", + "slownessaoepotlevel2": "long_slowness_lingering_potion", + "slownessaoepotlong": "long_slowness_lingering_potion", + "slownessareapot2": "long_slowness_lingering_potion", + "slownessareapotex": "long_slowness_lingering_potion", + "slownessareapotextended": "long_slowness_lingering_potion", + "slownessareapotion2": "long_slowness_lingering_potion", + "slownessareapotionex": "long_slowness_lingering_potion", + "slownessareapotionextended": "long_slowness_lingering_potion", + "slownessareapotionlevel2": "long_slowness_lingering_potion", + "slownessareapotionlong": "long_slowness_lingering_potion", + "slownessareapotlevel2": "long_slowness_lingering_potion", + "slownessareapotlong": "long_slowness_lingering_potion", + "slownesscloudpot2": "long_slowness_lingering_potion", + "slownesscloudpotex": "long_slowness_lingering_potion", + "slownesscloudpotextended": "long_slowness_lingering_potion", + "slownesscloudpotion2": "long_slowness_lingering_potion", + "slownesscloudpotionex": "long_slowness_lingering_potion", + "slownesscloudpotionextended": "long_slowness_lingering_potion", + "slownesscloudpotionlevel2": "long_slowness_lingering_potion", + "slownesscloudpotionlong": "long_slowness_lingering_potion", + "slownesscloudpotlevel2": "long_slowness_lingering_potion", + "slownesscloudpotlong": "long_slowness_lingering_potion", + "slownesslingerpot2": "long_slowness_lingering_potion", + "slownesslingerpotex": "long_slowness_lingering_potion", + "slownesslingerpotextended": "long_slowness_lingering_potion", + "slownesslingerpotlevel2": "long_slowness_lingering_potion", + "slownesslingerpotlong": "long_slowness_lingering_potion", + "long_slowness_potion": { + "potionData": { + "type": "SLOWNESS", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "potionofslow2": "long_slowness_potion", + "potionofslowex": "long_slowness_potion", + "potionofslowextended": "long_slowness_potion", + "potionofslowlevel2": "long_slowness_potion", + "potionofslowlong": "long_slowness_potion", + "potionofslowness2": "long_slowness_potion", + "potionofslownessex": "long_slowness_potion", + "potionofslownessextended": "long_slowness_potion", + "potionofslownesslevel2": "long_slowness_potion", + "potionofslownesslong": "long_slowness_potion", + "potofslow2": "long_slowness_potion", + "potofslowex": "long_slowness_potion", + "potofslowextended": "long_slowness_potion", + "potofslowlevel2": "long_slowness_potion", + "potofslowlong": "long_slowness_potion", + "potofslowness2": "long_slowness_potion", + "potofslownessex": "long_slowness_potion", + "potofslownessextended": "long_slowness_potion", + "potofslownesslevel2": "long_slowness_potion", + "potofslownesslong": "long_slowness_potion", + "slow2pot": "long_slowness_potion", + "slow2potion": "long_slowness_potion", + "slowexpot": "long_slowness_potion", + "slowexpotion": "long_slowness_potion", + "slowextendedpot": "long_slowness_potion", + "slowextendedpotion": "long_slowness_potion", + "slowlevel2pot": "long_slowness_potion", + "slowlevel2potion": "long_slowness_potion", + "slowlongpot": "long_slowness_potion", + "slowlongpotion": "long_slowness_potion", + "slowness2pot": "long_slowness_potion", + "slowness2potion": "long_slowness_potion", + "slownessexpot": "long_slowness_potion", + "slownessexpotion": "long_slowness_potion", + "slownessextendedpot": "long_slowness_potion", + "slownessextendedpotion": "long_slowness_potion", + "slownesslevel2pot": "long_slowness_potion", + "slownesslevel2potion": "long_slowness_potion", + "slownesslongpot": "long_slowness_potion", + "slownesslongpotion": "long_slowness_potion", + "long_slowness_splash_potion": { + "potionData": { + "type": "SLOWNESS", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "slow2splashpot": "long_slowness_splash_potion", + "slow2splashpotion": "long_slowness_splash_potion", + "slowexsplashpot": "long_slowness_splash_potion", + "slowexsplashpotion": "long_slowness_splash_potion", + "slowextendedsplashpot": "long_slowness_splash_potion", + "slowextendedsplashpotion": "long_slowness_splash_potion", + "slowlevel2splashpot": "long_slowness_splash_potion", + "slowlevel2splashpotion": "long_slowness_splash_potion", + "slowlongsplashpot": "long_slowness_splash_potion", + "slowlongsplashpotion": "long_slowness_splash_potion", + "slowness2splashpot": "long_slowness_splash_potion", + "slowness2splashpotion": "long_slowness_splash_potion", + "slownessexsplashpot": "long_slowness_splash_potion", + "slownessexsplashpotion": "long_slowness_splash_potion", + "slownessextendedsplashpot": "long_slowness_splash_potion", + "slownessextendedsplashpotion": "long_slowness_splash_potion", + "slownesslevel2splashpot": "long_slowness_splash_potion", + "slownesslevel2splashpotion": "long_slowness_splash_potion", + "slownesslongsplashpot": "long_slowness_splash_potion", + "slownesslongsplashpotion": "long_slowness_splash_potion", + "splashslow2pot": "long_slowness_splash_potion", + "splashslow2potion": "long_slowness_splash_potion", + "splashslowexpot": "long_slowness_splash_potion", + "splashslowexpotion": "long_slowness_splash_potion", + "splashslowextendedpot": "long_slowness_splash_potion", + "splashslowextendedpotion": "long_slowness_splash_potion", + "splashslowlevel2pot": "long_slowness_splash_potion", + "splashslowlevel2potion": "long_slowness_splash_potion", + "splashslowlongpot": "long_slowness_splash_potion", + "splashslowlongpotion": "long_slowness_splash_potion", + "splashslowness2pot": "long_slowness_splash_potion", + "splashslowness2potion": "long_slowness_splash_potion", + "splashslownessexpot": "long_slowness_splash_potion", + "splashslownessexpotion": "long_slowness_splash_potion", + "splashslownessextendedpot": "long_slowness_splash_potion", + "splashslownessextendedpotion": "long_slowness_splash_potion", + "splashslownesslevel2pot": "long_slowness_splash_potion", + "splashslownesslevel2potion": "long_slowness_splash_potion", + "splashslownesslongpot": "long_slowness_splash_potion", + "splashslownesslongpotion": "long_slowness_splash_potion", + "splslow2pot": "long_slowness_splash_potion", + "splslow2potion": "long_slowness_splash_potion", + "splslowexpot": "long_slowness_splash_potion", + "splslowexpotion": "long_slowness_splash_potion", + "splslowextendedpot": "long_slowness_splash_potion", + "splslowextendedpotion": "long_slowness_splash_potion", + "splslowlevel2pot": "long_slowness_splash_potion", + "splslowlevel2potion": "long_slowness_splash_potion", + "splslowlongpot": "long_slowness_splash_potion", + "splslowlongpotion": "long_slowness_splash_potion", + "splslowness2pot": "long_slowness_splash_potion", + "splslowness2potion": "long_slowness_splash_potion", + "splslownessexpot": "long_slowness_splash_potion", + "splslownessexpotion": "long_slowness_splash_potion", + "splslownessextendedpot": "long_slowness_splash_potion", + "splslownessextendedpotion": "long_slowness_splash_potion", + "splslownesslevel2pot": "long_slowness_splash_potion", + "splslownesslevel2potion": "long_slowness_splash_potion", + "splslownesslongpot": "long_slowness_splash_potion", + "splslownesslongpotion": "long_slowness_splash_potion", + "long_slowness_tipped_arrow": { + "potionData": { + "type": "SLOWNESS", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowslow2": "long_slowness_tipped_arrow", + "arrowslowex": "long_slowness_tipped_arrow", + "arrowslowextended": "long_slowness_tipped_arrow", + "arrowslowlevel2": "long_slowness_tipped_arrow", + "arrowslowlong": "long_slowness_tipped_arrow", + "arrowslowness2": "long_slowness_tipped_arrow", + "arrowslownessex": "long_slowness_tipped_arrow", + "arrowslownessextended": "long_slowness_tipped_arrow", + "arrowslownesslevel2": "long_slowness_tipped_arrow", + "arrowslownesslong": "long_slowness_tipped_arrow", + "slow2tarr": "long_slowness_tipped_arrow", + "slow2tarrow": "long_slowness_tipped_arrow", + "slow2tippedarrow": "long_slowness_tipped_arrow", + "slowarrow2": "long_slowness_tipped_arrow", + "slowarrowex": "long_slowness_tipped_arrow", + "slowarrowextended": "long_slowness_tipped_arrow", + "slowarrowlevel2": "long_slowness_tipped_arrow", + "slowarrowlong": "long_slowness_tipped_arrow", + "slowextarr": "long_slowness_tipped_arrow", + "slowextarrow": "long_slowness_tipped_arrow", + "slowextendedtarr": "long_slowness_tipped_arrow", + "slowextendedtarrow": "long_slowness_tipped_arrow", + "slowextendedtippedarrow": "long_slowness_tipped_arrow", + "slowextippedarrow": "long_slowness_tipped_arrow", + "slowlevel2tarr": "long_slowness_tipped_arrow", + "slowlevel2tarrow": "long_slowness_tipped_arrow", + "slowlevel2tippedarrow": "long_slowness_tipped_arrow", + "slowlongtarr": "long_slowness_tipped_arrow", + "slowlongtarrow": "long_slowness_tipped_arrow", + "slowlongtippedarrow": "long_slowness_tipped_arrow", + "slowness2tarr": "long_slowness_tipped_arrow", + "slowness2tarrow": "long_slowness_tipped_arrow", + "slowness2tippedarrow": "long_slowness_tipped_arrow", + "slownessarrow2": "long_slowness_tipped_arrow", + "slownessarrowex": "long_slowness_tipped_arrow", + "slownessarrowextended": "long_slowness_tipped_arrow", + "slownessarrowlevel2": "long_slowness_tipped_arrow", + "slownessarrowlong": "long_slowness_tipped_arrow", + "slownessextarr": "long_slowness_tipped_arrow", + "slownessextarrow": "long_slowness_tipped_arrow", + "slownessextendedtarr": "long_slowness_tipped_arrow", + "slownessextendedtarrow": "long_slowness_tipped_arrow", + "slownessextendedtippedarrow": "long_slowness_tipped_arrow", + "slownessextippedarrow": "long_slowness_tipped_arrow", + "slownesslevel2tarr": "long_slowness_tipped_arrow", + "slownesslevel2tarrow": "long_slowness_tipped_arrow", + "slownesslevel2tippedarrow": "long_slowness_tipped_arrow", + "slownesslongtarr": "long_slowness_tipped_arrow", + "slownesslongtarrow": "long_slowness_tipped_arrow", + "slownesslongtippedarrow": "long_slowness_tipped_arrow", + "long_strength_lingering_potion": { + "potionData": { + "type": "STRENGTH", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotionstr2": "long_strength_lingering_potion", + "aoepotionstrength2": "long_strength_lingering_potion", + "aoepotionstrengthex": "long_strength_lingering_potion", + "aoepotionstrengthextended": "long_strength_lingering_potion", + "aoepotionstrengthlevel2": "long_strength_lingering_potion", + "aoepotionstrengthlong": "long_strength_lingering_potion", + "aoepotionstrex": "long_strength_lingering_potion", + "aoepotionstrextended": "long_strength_lingering_potion", + "aoepotionstrlevel2": "long_strength_lingering_potion", + "aoepotionstrlong": "long_strength_lingering_potion", + "aoepotionstrong2": "long_strength_lingering_potion", + "aoepotionstrongex": "long_strength_lingering_potion", + "aoepotionstrongextended": "long_strength_lingering_potion", + "aoepotionstronglevel2": "long_strength_lingering_potion", + "aoepotionstronglong": "long_strength_lingering_potion", + "aoepotstr2": "long_strength_lingering_potion", + "aoepotstrength2": "long_strength_lingering_potion", + "aoepotstrengthex": "long_strength_lingering_potion", + "aoepotstrengthextended": "long_strength_lingering_potion", + "aoepotstrengthlevel2": "long_strength_lingering_potion", + "aoepotstrengthlong": "long_strength_lingering_potion", + "aoepotstrex": "long_strength_lingering_potion", + "aoepotstrextended": "long_strength_lingering_potion", + "aoepotstrlevel2": "long_strength_lingering_potion", + "aoepotstrlong": "long_strength_lingering_potion", + "aoepotstrong2": "long_strength_lingering_potion", + "aoepotstrongex": "long_strength_lingering_potion", + "aoepotstrongextended": "long_strength_lingering_potion", + "aoepotstronglevel2": "long_strength_lingering_potion", + "aoepotstronglong": "long_strength_lingering_potion", + "areapotionstr2": "long_strength_lingering_potion", + "areapotionstrength2": "long_strength_lingering_potion", + "areapotionstrengthex": "long_strength_lingering_potion", + "areapotionstrengthextended": "long_strength_lingering_potion", + "areapotionstrengthlevel2": "long_strength_lingering_potion", + "areapotionstrengthlong": "long_strength_lingering_potion", + "areapotionstrex": "long_strength_lingering_potion", + "areapotionstrextended": "long_strength_lingering_potion", + "areapotionstrlevel2": "long_strength_lingering_potion", + "areapotionstrlong": "long_strength_lingering_potion", + "areapotionstrong2": "long_strength_lingering_potion", + "areapotionstrongex": "long_strength_lingering_potion", + "areapotionstrongextended": "long_strength_lingering_potion", + "areapotionstronglevel2": "long_strength_lingering_potion", + "areapotionstronglong": "long_strength_lingering_potion", + "areapotstr2": "long_strength_lingering_potion", + "areapotstrength2": "long_strength_lingering_potion", + "areapotstrengthex": "long_strength_lingering_potion", + "areapotstrengthextended": "long_strength_lingering_potion", + "areapotstrengthlevel2": "long_strength_lingering_potion", + "areapotstrengthlong": "long_strength_lingering_potion", + "areapotstrex": "long_strength_lingering_potion", + "areapotstrextended": "long_strength_lingering_potion", + "areapotstrlevel2": "long_strength_lingering_potion", + "areapotstrlong": "long_strength_lingering_potion", + "areapotstrong2": "long_strength_lingering_potion", + "areapotstrongex": "long_strength_lingering_potion", + "areapotstrongextended": "long_strength_lingering_potion", + "areapotstronglevel2": "long_strength_lingering_potion", + "areapotstronglong": "long_strength_lingering_potion", + "cloudpotionstr2": "long_strength_lingering_potion", + "cloudpotionstrength2": "long_strength_lingering_potion", + "cloudpotionstrengthex": "long_strength_lingering_potion", + "cloudpotionstrengthextended": "long_strength_lingering_potion", + "cloudpotionstrengthlevel2": "long_strength_lingering_potion", + "cloudpotionstrengthlong": "long_strength_lingering_potion", + "cloudpotionstrex": "long_strength_lingering_potion", + "cloudpotionstrextended": "long_strength_lingering_potion", + "cloudpotionstrlevel2": "long_strength_lingering_potion", + "cloudpotionstrlong": "long_strength_lingering_potion", + "cloudpotionstrong2": "long_strength_lingering_potion", + "cloudpotionstrongex": "long_strength_lingering_potion", + "cloudpotionstrongextended": "long_strength_lingering_potion", + "cloudpotionstronglevel2": "long_strength_lingering_potion", + "cloudpotionstronglong": "long_strength_lingering_potion", + "cloudpotstr2": "long_strength_lingering_potion", + "cloudpotstrength2": "long_strength_lingering_potion", + "cloudpotstrengthex": "long_strength_lingering_potion", + "cloudpotstrengthextended": "long_strength_lingering_potion", + "cloudpotstrengthlevel2": "long_strength_lingering_potion", + "cloudpotstrengthlong": "long_strength_lingering_potion", + "cloudpotstrex": "long_strength_lingering_potion", + "cloudpotstrextended": "long_strength_lingering_potion", + "cloudpotstrlevel2": "long_strength_lingering_potion", + "cloudpotstrlong": "long_strength_lingering_potion", + "cloudpotstrong2": "long_strength_lingering_potion", + "cloudpotstrongex": "long_strength_lingering_potion", + "cloudpotstrongextended": "long_strength_lingering_potion", + "cloudpotstronglevel2": "long_strength_lingering_potion", + "cloudpotstronglong": "long_strength_lingering_potion", + "lingerpotstr2": "long_strength_lingering_potion", + "lingerpotstrength2": "long_strength_lingering_potion", + "lingerpotstrengthex": "long_strength_lingering_potion", + "lingerpotstrengthextended": "long_strength_lingering_potion", + "lingerpotstrengthlevel2": "long_strength_lingering_potion", + "lingerpotstrengthlong": "long_strength_lingering_potion", + "lingerpotstrex": "long_strength_lingering_potion", + "lingerpotstrextended": "long_strength_lingering_potion", + "lingerpotstrlevel2": "long_strength_lingering_potion", + "lingerpotstrlong": "long_strength_lingering_potion", + "lingerpotstrong2": "long_strength_lingering_potion", + "lingerpotstrongex": "long_strength_lingering_potion", + "lingerpotstrongextended": "long_strength_lingering_potion", + "lingerpotstronglevel2": "long_strength_lingering_potion", + "lingerpotstronglong": "long_strength_lingering_potion", + "straoepoiont2": "long_strength_lingering_potion", + "straoepoiontex": "long_strength_lingering_potion", + "straoepoiontextended": "long_strength_lingering_potion", + "straoepoiontlevel2": "long_strength_lingering_potion", + "straoepoiontlong": "long_strength_lingering_potion", + "straoepot2": "long_strength_lingering_potion", + "straoepotex": "long_strength_lingering_potion", + "straoepotextended": "long_strength_lingering_potion", + "straoepotlevel2": "long_strength_lingering_potion", + "straoepotlong": "long_strength_lingering_potion", + "strareapot2": "long_strength_lingering_potion", + "strareapotex": "long_strength_lingering_potion", + "strareapotextended": "long_strength_lingering_potion", + "strareapotion2": "long_strength_lingering_potion", + "strareapotionex": "long_strength_lingering_potion", + "strareapotionextended": "long_strength_lingering_potion", + "strareapotionlevel2": "long_strength_lingering_potion", + "strareapotionlong": "long_strength_lingering_potion", + "strareapotlevel2": "long_strength_lingering_potion", + "strareapotlong": "long_strength_lingering_potion", + "strcloudpot2": "long_strength_lingering_potion", + "strcloudpotex": "long_strength_lingering_potion", + "strcloudpotextended": "long_strength_lingering_potion", + "strcloudpotion2": "long_strength_lingering_potion", + "strcloudpotionex": "long_strength_lingering_potion", + "strcloudpotionextended": "long_strength_lingering_potion", + "strcloudpotionlevel2": "long_strength_lingering_potion", + "strcloudpotionlong": "long_strength_lingering_potion", + "strcloudpotlevel2": "long_strength_lingering_potion", + "strcloudpotlong": "long_strength_lingering_potion", + "strengthaoepoiont2": "long_strength_lingering_potion", + "strengthaoepoiontex": "long_strength_lingering_potion", + "strengthaoepoiontextended": "long_strength_lingering_potion", + "strengthaoepoiontlevel2": "long_strength_lingering_potion", + "strengthaoepoiontlong": "long_strength_lingering_potion", + "strengthaoepot2": "long_strength_lingering_potion", + "strengthaoepotex": "long_strength_lingering_potion", + "strengthaoepotextended": "long_strength_lingering_potion", + "strengthaoepotlevel2": "long_strength_lingering_potion", + "strengthaoepotlong": "long_strength_lingering_potion", + "strengthareapot2": "long_strength_lingering_potion", + "strengthareapotex": "long_strength_lingering_potion", + "strengthareapotextended": "long_strength_lingering_potion", + "strengthareapotion2": "long_strength_lingering_potion", + "strengthareapotionex": "long_strength_lingering_potion", + "strengthareapotionextended": "long_strength_lingering_potion", + "strengthareapotionlevel2": "long_strength_lingering_potion", + "strengthareapotionlong": "long_strength_lingering_potion", + "strengthareapotlevel2": "long_strength_lingering_potion", + "strengthareapotlong": "long_strength_lingering_potion", + "strengthcloudpot2": "long_strength_lingering_potion", + "strengthcloudpotex": "long_strength_lingering_potion", + "strengthcloudpotextended": "long_strength_lingering_potion", + "strengthcloudpotion2": "long_strength_lingering_potion", + "strengthcloudpotionex": "long_strength_lingering_potion", + "strengthcloudpotionextended": "long_strength_lingering_potion", + "strengthcloudpotionlevel2": "long_strength_lingering_potion", + "strengthcloudpotionlong": "long_strength_lingering_potion", + "strengthcloudpotlevel2": "long_strength_lingering_potion", + "strengthcloudpotlong": "long_strength_lingering_potion", + "strengthlingerpot2": "long_strength_lingering_potion", + "strengthlingerpotex": "long_strength_lingering_potion", + "strengthlingerpotextended": "long_strength_lingering_potion", + "strengthlingerpotlevel2": "long_strength_lingering_potion", + "strengthlingerpotlong": "long_strength_lingering_potion", + "strlingerpot2": "long_strength_lingering_potion", + "strlingerpotex": "long_strength_lingering_potion", + "strlingerpotextended": "long_strength_lingering_potion", + "strlingerpotlevel2": "long_strength_lingering_potion", + "strlingerpotlong": "long_strength_lingering_potion", + "strongaoepoiont2": "long_strength_lingering_potion", + "strongaoepoiontex": "long_strength_lingering_potion", + "strongaoepoiontextended": "long_strength_lingering_potion", + "strongaoepoiontlevel2": "long_strength_lingering_potion", + "strongaoepoiontlong": "long_strength_lingering_potion", + "strongaoepot2": "long_strength_lingering_potion", + "strongaoepotex": "long_strength_lingering_potion", + "strongaoepotextended": "long_strength_lingering_potion", + "strongaoepotlevel2": "long_strength_lingering_potion", + "strongaoepotlong": "long_strength_lingering_potion", + "strongareapot2": "long_strength_lingering_potion", + "strongareapotex": "long_strength_lingering_potion", + "strongareapotextended": "long_strength_lingering_potion", + "strongareapotion2": "long_strength_lingering_potion", + "strongareapotionex": "long_strength_lingering_potion", + "strongareapotionextended": "long_strength_lingering_potion", + "strongareapotionlevel2": "long_strength_lingering_potion", + "strongareapotionlong": "long_strength_lingering_potion", + "strongareapotlevel2": "long_strength_lingering_potion", + "strongareapotlong": "long_strength_lingering_potion", + "strongcloudpot2": "long_strength_lingering_potion", + "strongcloudpotex": "long_strength_lingering_potion", + "strongcloudpotextended": "long_strength_lingering_potion", + "strongcloudpotion2": "long_strength_lingering_potion", + "strongcloudpotionex": "long_strength_lingering_potion", + "strongcloudpotionextended": "long_strength_lingering_potion", + "strongcloudpotionlevel2": "long_strength_lingering_potion", + "strongcloudpotionlong": "long_strength_lingering_potion", + "strongcloudpotlevel2": "long_strength_lingering_potion", + "strongcloudpotlong": "long_strength_lingering_potion", + "stronglingerpot2": "long_strength_lingering_potion", + "stronglingerpotex": "long_strength_lingering_potion", + "stronglingerpotextended": "long_strength_lingering_potion", + "stronglingerpotlevel2": "long_strength_lingering_potion", + "stronglingerpotlong": "long_strength_lingering_potion", + "long_strength_potion": { + "potionData": { + "type": "STRENGTH", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "potionofstr2": "long_strength_potion", + "potionofstrength2": "long_strength_potion", + "potionofstrengthex": "long_strength_potion", + "potionofstrengthextended": "long_strength_potion", + "potionofstrengthlevel2": "long_strength_potion", + "potionofstrengthlong": "long_strength_potion", + "potionofstrex": "long_strength_potion", + "potionofstrextended": "long_strength_potion", + "potionofstrlevel2": "long_strength_potion", + "potionofstrlong": "long_strength_potion", + "potionofstrong2": "long_strength_potion", + "potionofstrongex": "long_strength_potion", + "potionofstrongextended": "long_strength_potion", + "potionofstronglevel2": "long_strength_potion", + "potionofstronglong": "long_strength_potion", + "potofstr2": "long_strength_potion", + "potofstrength2": "long_strength_potion", + "potofstrengthex": "long_strength_potion", + "potofstrengthextended": "long_strength_potion", + "potofstrengthlevel2": "long_strength_potion", + "potofstrengthlong": "long_strength_potion", + "potofstrex": "long_strength_potion", + "potofstrextended": "long_strength_potion", + "potofstrlevel2": "long_strength_potion", + "potofstrlong": "long_strength_potion", + "potofstrong2": "long_strength_potion", + "potofstrongex": "long_strength_potion", + "potofstrongextended": "long_strength_potion", + "potofstronglevel2": "long_strength_potion", + "potofstronglong": "long_strength_potion", + "str2pot": "long_strength_potion", + "str2potion": "long_strength_potion", + "strength2pot": "long_strength_potion", + "strength2potion": "long_strength_potion", + "strengthexpot": "long_strength_potion", + "strengthexpotion": "long_strength_potion", + "strengthextendedpot": "long_strength_potion", + "strengthextendedpotion": "long_strength_potion", + "strengthlevel2pot": "long_strength_potion", + "strengthlevel2potion": "long_strength_potion", + "strengthlongpot": "long_strength_potion", + "strengthlongpotion": "long_strength_potion", + "strexpot": "long_strength_potion", + "strexpotion": "long_strength_potion", + "strextendedpot": "long_strength_potion", + "strextendedpotion": "long_strength_potion", + "strlevel2pot": "long_strength_potion", + "strlevel2potion": "long_strength_potion", + "strlongpot": "long_strength_potion", + "strlongpotion": "long_strength_potion", + "strong2pot": "long_strength_potion", + "strong2potion": "long_strength_potion", + "strongexpot": "long_strength_potion", + "strongexpotion": "long_strength_potion", + "strongextendedpot": "long_strength_potion", + "strongextendedpotion": "long_strength_potion", + "stronglevel2pot": "long_strength_potion", + "stronglevel2potion": "long_strength_potion", + "stronglongpot": "long_strength_potion", + "stronglongpotion": "long_strength_potion", + "long_strength_splash_potion": { + "potionData": { + "type": "STRENGTH", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "splashstr2pot": "long_strength_splash_potion", + "splashstr2potion": "long_strength_splash_potion", + "splashstrength2pot": "long_strength_splash_potion", + "splashstrength2potion": "long_strength_splash_potion", + "splashstrengthexpot": "long_strength_splash_potion", + "splashstrengthexpotion": "long_strength_splash_potion", + "splashstrengthextendedpot": "long_strength_splash_potion", + "splashstrengthextendedpotion": "long_strength_splash_potion", + "splashstrengthlevel2pot": "long_strength_splash_potion", + "splashstrengthlevel2potion": "long_strength_splash_potion", + "splashstrengthlongpot": "long_strength_splash_potion", + "splashstrengthlongpotion": "long_strength_splash_potion", + "splashstrexpot": "long_strength_splash_potion", + "splashstrexpotion": "long_strength_splash_potion", + "splashstrextendedpot": "long_strength_splash_potion", + "splashstrextendedpotion": "long_strength_splash_potion", + "splashstrlevel2pot": "long_strength_splash_potion", + "splashstrlevel2potion": "long_strength_splash_potion", + "splashstrlongpot": "long_strength_splash_potion", + "splashstrlongpotion": "long_strength_splash_potion", + "splashstrong2pot": "long_strength_splash_potion", + "splashstrong2potion": "long_strength_splash_potion", + "splashstrongexpot": "long_strength_splash_potion", + "splashstrongexpotion": "long_strength_splash_potion", + "splashstrongextendedpot": "long_strength_splash_potion", + "splashstrongextendedpotion": "long_strength_splash_potion", + "splashstronglevel2pot": "long_strength_splash_potion", + "splashstronglevel2potion": "long_strength_splash_potion", + "splashstronglongpot": "long_strength_splash_potion", + "splashstronglongpotion": "long_strength_splash_potion", + "splstr2pot": "long_strength_splash_potion", + "splstr2potion": "long_strength_splash_potion", + "splstrength2pot": "long_strength_splash_potion", + "splstrength2potion": "long_strength_splash_potion", + "splstrengthexpot": "long_strength_splash_potion", + "splstrengthexpotion": "long_strength_splash_potion", + "splstrengthextendedpot": "long_strength_splash_potion", + "splstrengthextendedpotion": "long_strength_splash_potion", + "splstrengthlevel2pot": "long_strength_splash_potion", + "splstrengthlevel2potion": "long_strength_splash_potion", + "splstrengthlongpot": "long_strength_splash_potion", + "splstrengthlongpotion": "long_strength_splash_potion", + "splstrexpot": "long_strength_splash_potion", + "splstrexpotion": "long_strength_splash_potion", + "splstrextendedpot": "long_strength_splash_potion", + "splstrextendedpotion": "long_strength_splash_potion", + "splstrlevel2pot": "long_strength_splash_potion", + "splstrlevel2potion": "long_strength_splash_potion", + "splstrlongpot": "long_strength_splash_potion", + "splstrlongpotion": "long_strength_splash_potion", + "splstrong2pot": "long_strength_splash_potion", + "splstrong2potion": "long_strength_splash_potion", + "splstrongexpot": "long_strength_splash_potion", + "splstrongexpotion": "long_strength_splash_potion", + "splstrongextendedpot": "long_strength_splash_potion", + "splstrongextendedpotion": "long_strength_splash_potion", + "splstronglevel2pot": "long_strength_splash_potion", + "splstronglevel2potion": "long_strength_splash_potion", + "splstronglongpot": "long_strength_splash_potion", + "splstronglongpotion": "long_strength_splash_potion", + "str2splashpot": "long_strength_splash_potion", + "str2splashpotion": "long_strength_splash_potion", + "strength2splashpot": "long_strength_splash_potion", + "strength2splashpotion": "long_strength_splash_potion", + "strengthexsplashpot": "long_strength_splash_potion", + "strengthexsplashpotion": "long_strength_splash_potion", + "strengthextendedsplashpot": "long_strength_splash_potion", + "strengthextendedsplashpotion": "long_strength_splash_potion", + "strengthlevel2splashpot": "long_strength_splash_potion", + "strengthlevel2splashpotion": "long_strength_splash_potion", + "strengthlongsplashpot": "long_strength_splash_potion", + "strengthlongsplashpotion": "long_strength_splash_potion", + "strexsplashpot": "long_strength_splash_potion", + "strexsplashpotion": "long_strength_splash_potion", + "strextendedsplashpot": "long_strength_splash_potion", + "strextendedsplashpotion": "long_strength_splash_potion", + "strlevel2splashpot": "long_strength_splash_potion", + "strlevel2splashpotion": "long_strength_splash_potion", + "strlongsplashpot": "long_strength_splash_potion", + "strlongsplashpotion": "long_strength_splash_potion", + "strong2splashpot": "long_strength_splash_potion", + "strong2splashpotion": "long_strength_splash_potion", + "strongexsplashpot": "long_strength_splash_potion", + "strongexsplashpotion": "long_strength_splash_potion", + "strongextendedsplashpot": "long_strength_splash_potion", + "strongextendedsplashpotion": "long_strength_splash_potion", + "stronglevel2splashpot": "long_strength_splash_potion", + "stronglevel2splashpotion": "long_strength_splash_potion", + "stronglongsplashpot": "long_strength_splash_potion", + "stronglongsplashpotion": "long_strength_splash_potion", + "long_strength_tipped_arrow": { + "potionData": { + "type": "STRENGTH", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowstr2": "long_strength_tipped_arrow", + "arrowstrength2": "long_strength_tipped_arrow", + "arrowstrengthex": "long_strength_tipped_arrow", + "arrowstrengthextended": "long_strength_tipped_arrow", + "arrowstrengthlevel2": "long_strength_tipped_arrow", + "arrowstrengthlong": "long_strength_tipped_arrow", + "arrowstrex": "long_strength_tipped_arrow", + "arrowstrextended": "long_strength_tipped_arrow", + "arrowstrlevel2": "long_strength_tipped_arrow", + "arrowstrlong": "long_strength_tipped_arrow", + "arrowstrong2": "long_strength_tipped_arrow", + "arrowstrongex": "long_strength_tipped_arrow", + "arrowstrongextended": "long_strength_tipped_arrow", + "arrowstronglevel2": "long_strength_tipped_arrow", + "arrowstronglong": "long_strength_tipped_arrow", + "str2tarr": "long_strength_tipped_arrow", + "str2tarrow": "long_strength_tipped_arrow", + "str2tippedarrow": "long_strength_tipped_arrow", + "strarrow2": "long_strength_tipped_arrow", + "strarrowex": "long_strength_tipped_arrow", + "strarrowextended": "long_strength_tipped_arrow", + "strarrowlevel2": "long_strength_tipped_arrow", + "strarrowlong": "long_strength_tipped_arrow", + "strength2tarr": "long_strength_tipped_arrow", + "strength2tarrow": "long_strength_tipped_arrow", + "strength2tippedarrow": "long_strength_tipped_arrow", + "strengtharrow2": "long_strength_tipped_arrow", + "strengtharrowex": "long_strength_tipped_arrow", + "strengtharrowextended": "long_strength_tipped_arrow", + "strengtharrowlevel2": "long_strength_tipped_arrow", + "strengtharrowlong": "long_strength_tipped_arrow", + "strengthextarr": "long_strength_tipped_arrow", + "strengthextarrow": "long_strength_tipped_arrow", + "strengthextendedtarr": "long_strength_tipped_arrow", + "strengthextendedtarrow": "long_strength_tipped_arrow", + "strengthextendedtippedarrow": "long_strength_tipped_arrow", + "strengthextippedarrow": "long_strength_tipped_arrow", + "strengthlevel2tarr": "long_strength_tipped_arrow", + "strengthlevel2tarrow": "long_strength_tipped_arrow", + "strengthlevel2tippedarrow": "long_strength_tipped_arrow", + "strengthlongtarr": "long_strength_tipped_arrow", + "strengthlongtarrow": "long_strength_tipped_arrow", + "strengthlongtippedarrow": "long_strength_tipped_arrow", + "strextarr": "long_strength_tipped_arrow", + "strextarrow": "long_strength_tipped_arrow", + "strextendedtarr": "long_strength_tipped_arrow", + "strextendedtarrow": "long_strength_tipped_arrow", + "strextendedtippedarrow": "long_strength_tipped_arrow", + "strextippedarrow": "long_strength_tipped_arrow", + "strlevel2tarr": "long_strength_tipped_arrow", + "strlevel2tarrow": "long_strength_tipped_arrow", + "strlevel2tippedarrow": "long_strength_tipped_arrow", + "strlongtarr": "long_strength_tipped_arrow", + "strlongtarrow": "long_strength_tipped_arrow", + "strlongtippedarrow": "long_strength_tipped_arrow", + "strong2tarr": "long_strength_tipped_arrow", + "strong2tarrow": "long_strength_tipped_arrow", + "strong2tippedarrow": "long_strength_tipped_arrow", + "strongarrow2": "long_strength_tipped_arrow", + "strongarrowex": "long_strength_tipped_arrow", + "strongarrowextended": "long_strength_tipped_arrow", + "strongarrowlevel2": "long_strength_tipped_arrow", + "strongarrowlong": "long_strength_tipped_arrow", + "strongextarr": "long_strength_tipped_arrow", + "strongextarrow": "long_strength_tipped_arrow", + "strongextendedtarr": "long_strength_tipped_arrow", + "strongextendedtarrow": "long_strength_tipped_arrow", + "strongextendedtippedarrow": "long_strength_tipped_arrow", + "strongextippedarrow": "long_strength_tipped_arrow", + "stronglevel2tarr": "long_strength_tipped_arrow", + "stronglevel2tarrow": "long_strength_tipped_arrow", + "stronglevel2tippedarrow": "long_strength_tipped_arrow", + "stronglongtarr": "long_strength_tipped_arrow", + "stronglongtarrow": "long_strength_tipped_arrow", + "stronglongtippedarrow": "long_strength_tipped_arrow", + "long_swiftness_lingering_potion": { + "potionData": { + "type": "SPEED", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotionspeed2": "long_swiftness_lingering_potion", + "aoepotionspeedex": "long_swiftness_lingering_potion", + "aoepotionspeedextended": "long_swiftness_lingering_potion", + "aoepotionspeedlevel2": "long_swiftness_lingering_potion", + "aoepotionspeedlong": "long_swiftness_lingering_potion", + "aoepotionswift2": "long_swiftness_lingering_potion", + "aoepotionswiftex": "long_swiftness_lingering_potion", + "aoepotionswiftextended": "long_swiftness_lingering_potion", + "aoepotionswiftlevel2": "long_swiftness_lingering_potion", + "aoepotionswiftlong": "long_swiftness_lingering_potion", + "aoepotionswiftness2": "long_swiftness_lingering_potion", + "aoepotionswiftnessex": "long_swiftness_lingering_potion", + "aoepotionswiftnessextended": "long_swiftness_lingering_potion", + "aoepotionswiftnesslevel2": "long_swiftness_lingering_potion", + "aoepotionswiftnesslong": "long_swiftness_lingering_potion", + "aoepotspeed2": "long_swiftness_lingering_potion", + "aoepotspeedex": "long_swiftness_lingering_potion", + "aoepotspeedextended": "long_swiftness_lingering_potion", + "aoepotspeedlevel2": "long_swiftness_lingering_potion", + "aoepotspeedlong": "long_swiftness_lingering_potion", + "aoepotswift2": "long_swiftness_lingering_potion", + "aoepotswiftex": "long_swiftness_lingering_potion", + "aoepotswiftextended": "long_swiftness_lingering_potion", + "aoepotswiftlevel2": "long_swiftness_lingering_potion", + "aoepotswiftlong": "long_swiftness_lingering_potion", + "aoepotswiftness2": "long_swiftness_lingering_potion", + "aoepotswiftnessex": "long_swiftness_lingering_potion", + "aoepotswiftnessextended": "long_swiftness_lingering_potion", + "aoepotswiftnesslevel2": "long_swiftness_lingering_potion", + "aoepotswiftnesslong": "long_swiftness_lingering_potion", + "areapotionspeed2": "long_swiftness_lingering_potion", + "areapotionspeedex": "long_swiftness_lingering_potion", + "areapotionspeedextended": "long_swiftness_lingering_potion", + "areapotionspeedlevel2": "long_swiftness_lingering_potion", + "areapotionspeedlong": "long_swiftness_lingering_potion", + "areapotionswift2": "long_swiftness_lingering_potion", + "areapotionswiftex": "long_swiftness_lingering_potion", + "areapotionswiftextended": "long_swiftness_lingering_potion", + "areapotionswiftlevel2": "long_swiftness_lingering_potion", + "areapotionswiftlong": "long_swiftness_lingering_potion", + "areapotionswiftness2": "long_swiftness_lingering_potion", + "areapotionswiftnessex": "long_swiftness_lingering_potion", + "areapotionswiftnessextended": "long_swiftness_lingering_potion", + "areapotionswiftnesslevel2": "long_swiftness_lingering_potion", + "areapotionswiftnesslong": "long_swiftness_lingering_potion", + "areapotspeed2": "long_swiftness_lingering_potion", + "areapotspeedex": "long_swiftness_lingering_potion", + "areapotspeedextended": "long_swiftness_lingering_potion", + "areapotspeedlevel2": "long_swiftness_lingering_potion", + "areapotspeedlong": "long_swiftness_lingering_potion", + "areapotswift2": "long_swiftness_lingering_potion", + "areapotswiftex": "long_swiftness_lingering_potion", + "areapotswiftextended": "long_swiftness_lingering_potion", + "areapotswiftlevel2": "long_swiftness_lingering_potion", + "areapotswiftlong": "long_swiftness_lingering_potion", + "areapotswiftness2": "long_swiftness_lingering_potion", + "areapotswiftnessex": "long_swiftness_lingering_potion", + "areapotswiftnessextended": "long_swiftness_lingering_potion", + "areapotswiftnesslevel2": "long_swiftness_lingering_potion", + "areapotswiftnesslong": "long_swiftness_lingering_potion", + "cloudpotionspeed2": "long_swiftness_lingering_potion", + "cloudpotionspeedex": "long_swiftness_lingering_potion", + "cloudpotionspeedextended": "long_swiftness_lingering_potion", + "cloudpotionspeedlevel2": "long_swiftness_lingering_potion", + "cloudpotionspeedlong": "long_swiftness_lingering_potion", + "cloudpotionswift2": "long_swiftness_lingering_potion", + "cloudpotionswiftex": "long_swiftness_lingering_potion", + "cloudpotionswiftextended": "long_swiftness_lingering_potion", + "cloudpotionswiftlevel2": "long_swiftness_lingering_potion", + "cloudpotionswiftlong": "long_swiftness_lingering_potion", + "cloudpotionswiftness2": "long_swiftness_lingering_potion", + "cloudpotionswiftnessex": "long_swiftness_lingering_potion", + "cloudpotionswiftnessextended": "long_swiftness_lingering_potion", + "cloudpotionswiftnesslevel2": "long_swiftness_lingering_potion", + "cloudpotionswiftnesslong": "long_swiftness_lingering_potion", + "cloudpotspeed2": "long_swiftness_lingering_potion", + "cloudpotspeedex": "long_swiftness_lingering_potion", + "cloudpotspeedextended": "long_swiftness_lingering_potion", + "cloudpotspeedlevel2": "long_swiftness_lingering_potion", + "cloudpotspeedlong": "long_swiftness_lingering_potion", + "cloudpotswift2": "long_swiftness_lingering_potion", + "cloudpotswiftex": "long_swiftness_lingering_potion", + "cloudpotswiftextended": "long_swiftness_lingering_potion", + "cloudpotswiftlevel2": "long_swiftness_lingering_potion", + "cloudpotswiftlong": "long_swiftness_lingering_potion", + "cloudpotswiftness2": "long_swiftness_lingering_potion", + "cloudpotswiftnessex": "long_swiftness_lingering_potion", + "cloudpotswiftnessextended": "long_swiftness_lingering_potion", + "cloudpotswiftnesslevel2": "long_swiftness_lingering_potion", + "cloudpotswiftnesslong": "long_swiftness_lingering_potion", + "lingerpotspeed2": "long_swiftness_lingering_potion", + "lingerpotspeedex": "long_swiftness_lingering_potion", + "lingerpotspeedextended": "long_swiftness_lingering_potion", + "lingerpotspeedlevel2": "long_swiftness_lingering_potion", + "lingerpotspeedlong": "long_swiftness_lingering_potion", + "lingerpotswift2": "long_swiftness_lingering_potion", + "lingerpotswiftex": "long_swiftness_lingering_potion", + "lingerpotswiftextended": "long_swiftness_lingering_potion", + "lingerpotswiftlevel2": "long_swiftness_lingering_potion", + "lingerpotswiftlong": "long_swiftness_lingering_potion", + "lingerpotswiftness2": "long_swiftness_lingering_potion", + "lingerpotswiftnessex": "long_swiftness_lingering_potion", + "lingerpotswiftnessextended": "long_swiftness_lingering_potion", + "lingerpotswiftnesslevel2": "long_swiftness_lingering_potion", + "lingerpotswiftnesslong": "long_swiftness_lingering_potion", + "speedaoepoiont2": "long_swiftness_lingering_potion", + "speedaoepoiontex": "long_swiftness_lingering_potion", + "speedaoepoiontextended": "long_swiftness_lingering_potion", + "speedaoepoiontlevel2": "long_swiftness_lingering_potion", + "speedaoepoiontlong": "long_swiftness_lingering_potion", + "speedaoepot2": "long_swiftness_lingering_potion", + "speedaoepotex": "long_swiftness_lingering_potion", + "speedaoepotextended": "long_swiftness_lingering_potion", + "speedaoepotlevel2": "long_swiftness_lingering_potion", + "speedaoepotlong": "long_swiftness_lingering_potion", + "speedareapot2": "long_swiftness_lingering_potion", + "speedareapotex": "long_swiftness_lingering_potion", + "speedareapotextended": "long_swiftness_lingering_potion", + "speedareapotion2": "long_swiftness_lingering_potion", + "speedareapotionex": "long_swiftness_lingering_potion", + "speedareapotionextended": "long_swiftness_lingering_potion", + "speedareapotionlevel2": "long_swiftness_lingering_potion", + "speedareapotionlong": "long_swiftness_lingering_potion", + "speedareapotlevel2": "long_swiftness_lingering_potion", + "speedareapotlong": "long_swiftness_lingering_potion", + "speedcloudpot2": "long_swiftness_lingering_potion", + "speedcloudpotex": "long_swiftness_lingering_potion", + "speedcloudpotextended": "long_swiftness_lingering_potion", + "speedcloudpotion2": "long_swiftness_lingering_potion", + "speedcloudpotionex": "long_swiftness_lingering_potion", + "speedcloudpotionextended": "long_swiftness_lingering_potion", + "speedcloudpotionlevel2": "long_swiftness_lingering_potion", + "speedcloudpotionlong": "long_swiftness_lingering_potion", + "speedcloudpotlevel2": "long_swiftness_lingering_potion", + "speedcloudpotlong": "long_swiftness_lingering_potion", + "speedlingerpot2": "long_swiftness_lingering_potion", + "speedlingerpotex": "long_swiftness_lingering_potion", + "speedlingerpotextended": "long_swiftness_lingering_potion", + "speedlingerpotlevel2": "long_swiftness_lingering_potion", + "speedlingerpotlong": "long_swiftness_lingering_potion", + "swiftaoepoiont2": "long_swiftness_lingering_potion", + "swiftaoepoiontex": "long_swiftness_lingering_potion", + "swiftaoepoiontextended": "long_swiftness_lingering_potion", + "swiftaoepoiontlevel2": "long_swiftness_lingering_potion", + "swiftaoepoiontlong": "long_swiftness_lingering_potion", + "swiftaoepot2": "long_swiftness_lingering_potion", + "swiftaoepotex": "long_swiftness_lingering_potion", + "swiftaoepotextended": "long_swiftness_lingering_potion", + "swiftaoepotlevel2": "long_swiftness_lingering_potion", + "swiftaoepotlong": "long_swiftness_lingering_potion", + "swiftareapot2": "long_swiftness_lingering_potion", + "swiftareapotex": "long_swiftness_lingering_potion", + "swiftareapotextended": "long_swiftness_lingering_potion", + "swiftareapotion2": "long_swiftness_lingering_potion", + "swiftareapotionex": "long_swiftness_lingering_potion", + "swiftareapotionextended": "long_swiftness_lingering_potion", + "swiftareapotionlevel2": "long_swiftness_lingering_potion", + "swiftareapotionlong": "long_swiftness_lingering_potion", + "swiftareapotlevel2": "long_swiftness_lingering_potion", + "swiftareapotlong": "long_swiftness_lingering_potion", + "swiftcloudpot2": "long_swiftness_lingering_potion", + "swiftcloudpotex": "long_swiftness_lingering_potion", + "swiftcloudpotextended": "long_swiftness_lingering_potion", + "swiftcloudpotion2": "long_swiftness_lingering_potion", + "swiftcloudpotionex": "long_swiftness_lingering_potion", + "swiftcloudpotionextended": "long_swiftness_lingering_potion", + "swiftcloudpotionlevel2": "long_swiftness_lingering_potion", + "swiftcloudpotionlong": "long_swiftness_lingering_potion", + "swiftcloudpotlevel2": "long_swiftness_lingering_potion", + "swiftcloudpotlong": "long_swiftness_lingering_potion", + "swiftlingerpot2": "long_swiftness_lingering_potion", + "swiftlingerpotex": "long_swiftness_lingering_potion", + "swiftlingerpotextended": "long_swiftness_lingering_potion", + "swiftlingerpotlevel2": "long_swiftness_lingering_potion", + "swiftlingerpotlong": "long_swiftness_lingering_potion", + "swiftnessaoepoiont2": "long_swiftness_lingering_potion", + "swiftnessaoepoiontex": "long_swiftness_lingering_potion", + "swiftnessaoepoiontextended": "long_swiftness_lingering_potion", + "swiftnessaoepoiontlevel2": "long_swiftness_lingering_potion", + "swiftnessaoepoiontlong": "long_swiftness_lingering_potion", + "swiftnessaoepot2": "long_swiftness_lingering_potion", + "swiftnessaoepotex": "long_swiftness_lingering_potion", + "swiftnessaoepotextended": "long_swiftness_lingering_potion", + "swiftnessaoepotlevel2": "long_swiftness_lingering_potion", + "swiftnessaoepotlong": "long_swiftness_lingering_potion", + "swiftnessareapot2": "long_swiftness_lingering_potion", + "swiftnessareapotex": "long_swiftness_lingering_potion", + "swiftnessareapotextended": "long_swiftness_lingering_potion", + "swiftnessareapotion2": "long_swiftness_lingering_potion", + "swiftnessareapotionex": "long_swiftness_lingering_potion", + "swiftnessareapotionextended": "long_swiftness_lingering_potion", + "swiftnessareapotionlevel2": "long_swiftness_lingering_potion", + "swiftnessareapotionlong": "long_swiftness_lingering_potion", + "swiftnessareapotlevel2": "long_swiftness_lingering_potion", + "swiftnessareapotlong": "long_swiftness_lingering_potion", + "swiftnesscloudpot2": "long_swiftness_lingering_potion", + "swiftnesscloudpotex": "long_swiftness_lingering_potion", + "swiftnesscloudpotextended": "long_swiftness_lingering_potion", + "swiftnesscloudpotion2": "long_swiftness_lingering_potion", + "swiftnesscloudpotionex": "long_swiftness_lingering_potion", + "swiftnesscloudpotionextended": "long_swiftness_lingering_potion", + "swiftnesscloudpotionlevel2": "long_swiftness_lingering_potion", + "swiftnesscloudpotionlong": "long_swiftness_lingering_potion", + "swiftnesscloudpotlevel2": "long_swiftness_lingering_potion", + "swiftnesscloudpotlong": "long_swiftness_lingering_potion", + "swiftnesslingerpot2": "long_swiftness_lingering_potion", + "swiftnesslingerpotex": "long_swiftness_lingering_potion", + "swiftnesslingerpotextended": "long_swiftness_lingering_potion", + "swiftnesslingerpotlevel2": "long_swiftness_lingering_potion", + "swiftnesslingerpotlong": "long_swiftness_lingering_potion", + "long_swiftness_potion": { + "potionData": { + "type": "SPEED", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "potionofspeed2": "long_swiftness_potion", + "potionofspeedex": "long_swiftness_potion", + "potionofspeedextended": "long_swiftness_potion", + "potionofspeedlevel2": "long_swiftness_potion", + "potionofspeedlong": "long_swiftness_potion", + "potionofswift2": "long_swiftness_potion", + "potionofswiftex": "long_swiftness_potion", + "potionofswiftextended": "long_swiftness_potion", + "potionofswiftlevel2": "long_swiftness_potion", + "potionofswiftlong": "long_swiftness_potion", + "potionofswiftness2": "long_swiftness_potion", + "potionofswiftnessex": "long_swiftness_potion", + "potionofswiftnessextended": "long_swiftness_potion", + "potionofswiftnesslevel2": "long_swiftness_potion", + "potionofswiftnesslong": "long_swiftness_potion", + "potofspeed2": "long_swiftness_potion", + "potofspeedex": "long_swiftness_potion", + "potofspeedextended": "long_swiftness_potion", + "potofspeedlevel2": "long_swiftness_potion", + "potofspeedlong": "long_swiftness_potion", + "potofswift2": "long_swiftness_potion", + "potofswiftex": "long_swiftness_potion", + "potofswiftextended": "long_swiftness_potion", + "potofswiftlevel2": "long_swiftness_potion", + "potofswiftlong": "long_swiftness_potion", + "potofswiftness2": "long_swiftness_potion", + "potofswiftnessex": "long_swiftness_potion", + "potofswiftnessextended": "long_swiftness_potion", + "potofswiftnesslevel2": "long_swiftness_potion", + "potofswiftnesslong": "long_swiftness_potion", + "speed2pot": "long_swiftness_potion", + "speed2potion": "long_swiftness_potion", + "speedexpot": "long_swiftness_potion", + "speedexpotion": "long_swiftness_potion", + "speedextendedpot": "long_swiftness_potion", + "speedextendedpotion": "long_swiftness_potion", + "speedlevel2pot": "long_swiftness_potion", + "speedlevel2potion": "long_swiftness_potion", + "speedlongpot": "long_swiftness_potion", + "speedlongpotion": "long_swiftness_potion", + "swift2pot": "long_swiftness_potion", + "swift2potion": "long_swiftness_potion", + "swiftexpot": "long_swiftness_potion", + "swiftexpotion": "long_swiftness_potion", + "swiftextendedpot": "long_swiftness_potion", + "swiftextendedpotion": "long_swiftness_potion", + "swiftlevel2pot": "long_swiftness_potion", + "swiftlevel2potion": "long_swiftness_potion", + "swiftlongpot": "long_swiftness_potion", + "swiftlongpotion": "long_swiftness_potion", + "swiftness2pot": "long_swiftness_potion", + "swiftness2potion": "long_swiftness_potion", + "swiftnessexpot": "long_swiftness_potion", + "swiftnessexpotion": "long_swiftness_potion", + "swiftnessextendedpot": "long_swiftness_potion", + "swiftnessextendedpotion": "long_swiftness_potion", + "swiftnesslevel2pot": "long_swiftness_potion", + "swiftnesslevel2potion": "long_swiftness_potion", + "swiftnesslongpot": "long_swiftness_potion", + "swiftnesslongpotion": "long_swiftness_potion", + "long_swiftness_splash_potion": { + "potionData": { + "type": "SPEED", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "speed2splashpot": "long_swiftness_splash_potion", + "speed2splashpotion": "long_swiftness_splash_potion", + "speedexsplashpot": "long_swiftness_splash_potion", + "speedexsplashpotion": "long_swiftness_splash_potion", + "speedextendedsplashpot": "long_swiftness_splash_potion", + "speedextendedsplashpotion": "long_swiftness_splash_potion", + "speedlevel2splashpot": "long_swiftness_splash_potion", + "speedlevel2splashpotion": "long_swiftness_splash_potion", + "speedlongsplashpot": "long_swiftness_splash_potion", + "speedlongsplashpotion": "long_swiftness_splash_potion", + "splashspeed2pot": "long_swiftness_splash_potion", + "splashspeed2potion": "long_swiftness_splash_potion", + "splashspeedexpot": "long_swiftness_splash_potion", + "splashspeedexpotion": "long_swiftness_splash_potion", + "splashspeedextendedpot": "long_swiftness_splash_potion", + "splashspeedextendedpotion": "long_swiftness_splash_potion", + "splashspeedlevel2pot": "long_swiftness_splash_potion", + "splashspeedlevel2potion": "long_swiftness_splash_potion", + "splashspeedlongpot": "long_swiftness_splash_potion", + "splashspeedlongpotion": "long_swiftness_splash_potion", + "splashswift2pot": "long_swiftness_splash_potion", + "splashswift2potion": "long_swiftness_splash_potion", + "splashswiftexpot": "long_swiftness_splash_potion", + "splashswiftexpotion": "long_swiftness_splash_potion", + "splashswiftextendedpot": "long_swiftness_splash_potion", + "splashswiftextendedpotion": "long_swiftness_splash_potion", + "splashswiftlevel2pot": "long_swiftness_splash_potion", + "splashswiftlevel2potion": "long_swiftness_splash_potion", + "splashswiftlongpot": "long_swiftness_splash_potion", + "splashswiftlongpotion": "long_swiftness_splash_potion", + "splashswiftness2pot": "long_swiftness_splash_potion", + "splashswiftness2potion": "long_swiftness_splash_potion", + "splashswiftnessexpot": "long_swiftness_splash_potion", + "splashswiftnessexpotion": "long_swiftness_splash_potion", + "splashswiftnessextendedpot": "long_swiftness_splash_potion", + "splashswiftnessextendedpotion": "long_swiftness_splash_potion", + "splashswiftnesslevel2pot": "long_swiftness_splash_potion", + "splashswiftnesslevel2potion": "long_swiftness_splash_potion", + "splashswiftnesslongpot": "long_swiftness_splash_potion", + "splashswiftnesslongpotion": "long_swiftness_splash_potion", + "splspeed2pot": "long_swiftness_splash_potion", + "splspeed2potion": "long_swiftness_splash_potion", + "splspeedexpot": "long_swiftness_splash_potion", + "splspeedexpotion": "long_swiftness_splash_potion", + "splspeedextendedpot": "long_swiftness_splash_potion", + "splspeedextendedpotion": "long_swiftness_splash_potion", + "splspeedlevel2pot": "long_swiftness_splash_potion", + "splspeedlevel2potion": "long_swiftness_splash_potion", + "splspeedlongpot": "long_swiftness_splash_potion", + "splspeedlongpotion": "long_swiftness_splash_potion", + "splswift2pot": "long_swiftness_splash_potion", + "splswift2potion": "long_swiftness_splash_potion", + "splswiftexpot": "long_swiftness_splash_potion", + "splswiftexpotion": "long_swiftness_splash_potion", + "splswiftextendedpot": "long_swiftness_splash_potion", + "splswiftextendedpotion": "long_swiftness_splash_potion", + "splswiftlevel2pot": "long_swiftness_splash_potion", + "splswiftlevel2potion": "long_swiftness_splash_potion", + "splswiftlongpot": "long_swiftness_splash_potion", + "splswiftlongpotion": "long_swiftness_splash_potion", + "splswiftness2pot": "long_swiftness_splash_potion", + "splswiftness2potion": "long_swiftness_splash_potion", + "splswiftnessexpot": "long_swiftness_splash_potion", + "splswiftnessexpotion": "long_swiftness_splash_potion", + "splswiftnessextendedpot": "long_swiftness_splash_potion", + "splswiftnessextendedpotion": "long_swiftness_splash_potion", + "splswiftnesslevel2pot": "long_swiftness_splash_potion", + "splswiftnesslevel2potion": "long_swiftness_splash_potion", + "splswiftnesslongpot": "long_swiftness_splash_potion", + "splswiftnesslongpotion": "long_swiftness_splash_potion", + "swift2splashpot": "long_swiftness_splash_potion", + "swift2splashpotion": "long_swiftness_splash_potion", + "swiftexsplashpot": "long_swiftness_splash_potion", + "swiftexsplashpotion": "long_swiftness_splash_potion", + "swiftextendedsplashpot": "long_swiftness_splash_potion", + "swiftextendedsplashpotion": "long_swiftness_splash_potion", + "swiftlevel2splashpot": "long_swiftness_splash_potion", + "swiftlevel2splashpotion": "long_swiftness_splash_potion", + "swiftlongsplashpot": "long_swiftness_splash_potion", + "swiftlongsplashpotion": "long_swiftness_splash_potion", + "swiftness2splashpot": "long_swiftness_splash_potion", + "swiftness2splashpotion": "long_swiftness_splash_potion", + "swiftnessexsplashpot": "long_swiftness_splash_potion", + "swiftnessexsplashpotion": "long_swiftness_splash_potion", + "swiftnessextendedsplashpot": "long_swiftness_splash_potion", + "swiftnessextendedsplashpotion": "long_swiftness_splash_potion", + "swiftnesslevel2splashpot": "long_swiftness_splash_potion", + "swiftnesslevel2splashpotion": "long_swiftness_splash_potion", + "swiftnesslongsplashpot": "long_swiftness_splash_potion", + "swiftnesslongsplashpotion": "long_swiftness_splash_potion", + "long_swiftness_tipped_arrow": { + "potionData": { + "type": "SPEED", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowspeed2": "long_swiftness_tipped_arrow", + "arrowspeedex": "long_swiftness_tipped_arrow", + "arrowspeedextended": "long_swiftness_tipped_arrow", + "arrowspeedlevel2": "long_swiftness_tipped_arrow", + "arrowspeedlong": "long_swiftness_tipped_arrow", + "arrowswift2": "long_swiftness_tipped_arrow", + "arrowswiftex": "long_swiftness_tipped_arrow", + "arrowswiftextended": "long_swiftness_tipped_arrow", + "arrowswiftlevel2": "long_swiftness_tipped_arrow", + "arrowswiftlong": "long_swiftness_tipped_arrow", + "arrowswiftness2": "long_swiftness_tipped_arrow", + "arrowswiftnessex": "long_swiftness_tipped_arrow", + "arrowswiftnessextended": "long_swiftness_tipped_arrow", + "arrowswiftnesslevel2": "long_swiftness_tipped_arrow", + "arrowswiftnesslong": "long_swiftness_tipped_arrow", + "speed2tarr": "long_swiftness_tipped_arrow", + "speed2tarrow": "long_swiftness_tipped_arrow", + "speed2tippedarrow": "long_swiftness_tipped_arrow", + "speedarrow2": "long_swiftness_tipped_arrow", + "speedarrowex": "long_swiftness_tipped_arrow", + "speedarrowextended": "long_swiftness_tipped_arrow", + "speedarrowlevel2": "long_swiftness_tipped_arrow", + "speedarrowlong": "long_swiftness_tipped_arrow", + "speedextarr": "long_swiftness_tipped_arrow", + "speedextarrow": "long_swiftness_tipped_arrow", + "speedextendedtarr": "long_swiftness_tipped_arrow", + "speedextendedtarrow": "long_swiftness_tipped_arrow", + "speedextendedtippedarrow": "long_swiftness_tipped_arrow", + "speedextippedarrow": "long_swiftness_tipped_arrow", + "speedlevel2tarr": "long_swiftness_tipped_arrow", + "speedlevel2tarrow": "long_swiftness_tipped_arrow", + "speedlevel2tippedarrow": "long_swiftness_tipped_arrow", + "speedlongtarr": "long_swiftness_tipped_arrow", + "speedlongtarrow": "long_swiftness_tipped_arrow", + "speedlongtippedarrow": "long_swiftness_tipped_arrow", + "swift2tarr": "long_swiftness_tipped_arrow", + "swift2tarrow": "long_swiftness_tipped_arrow", + "swift2tippedarrow": "long_swiftness_tipped_arrow", + "swiftarrow2": "long_swiftness_tipped_arrow", + "swiftarrowex": "long_swiftness_tipped_arrow", + "swiftarrowextended": "long_swiftness_tipped_arrow", + "swiftarrowlevel2": "long_swiftness_tipped_arrow", + "swiftarrowlong": "long_swiftness_tipped_arrow", + "swiftextarr": "long_swiftness_tipped_arrow", + "swiftextarrow": "long_swiftness_tipped_arrow", + "swiftextendedtarr": "long_swiftness_tipped_arrow", + "swiftextendedtarrow": "long_swiftness_tipped_arrow", + "swiftextendedtippedarrow": "long_swiftness_tipped_arrow", + "swiftextippedarrow": "long_swiftness_tipped_arrow", + "swiftlevel2tarr": "long_swiftness_tipped_arrow", + "swiftlevel2tarrow": "long_swiftness_tipped_arrow", + "swiftlevel2tippedarrow": "long_swiftness_tipped_arrow", + "swiftlongtarr": "long_swiftness_tipped_arrow", + "swiftlongtarrow": "long_swiftness_tipped_arrow", + "swiftlongtippedarrow": "long_swiftness_tipped_arrow", + "swiftness2tarr": "long_swiftness_tipped_arrow", + "swiftness2tarrow": "long_swiftness_tipped_arrow", + "swiftness2tippedarrow": "long_swiftness_tipped_arrow", + "swiftnessarrow2": "long_swiftness_tipped_arrow", + "swiftnessarrowex": "long_swiftness_tipped_arrow", + "swiftnessarrowextended": "long_swiftness_tipped_arrow", + "swiftnessarrowlevel2": "long_swiftness_tipped_arrow", + "swiftnessarrowlong": "long_swiftness_tipped_arrow", + "swiftnessextarr": "long_swiftness_tipped_arrow", + "swiftnessextarrow": "long_swiftness_tipped_arrow", + "swiftnessextendedtarr": "long_swiftness_tipped_arrow", + "swiftnessextendedtarrow": "long_swiftness_tipped_arrow", + "swiftnessextendedtippedarrow": "long_swiftness_tipped_arrow", + "swiftnessextippedarrow": "long_swiftness_tipped_arrow", + "swiftnesslevel2tarr": "long_swiftness_tipped_arrow", + "swiftnesslevel2tarrow": "long_swiftness_tipped_arrow", + "swiftnesslevel2tippedarrow": "long_swiftness_tipped_arrow", + "swiftnesslongtarr": "long_swiftness_tipped_arrow", + "swiftnesslongtarrow": "long_swiftness_tipped_arrow", + "swiftnesslongtippedarrow": "long_swiftness_tipped_arrow", + "long_turtle_master_lingering_potion": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotiontm2": "long_turtle_master_lingering_potion", + "aoepotiontmex": "long_turtle_master_lingering_potion", + "aoepotiontmextended": "long_turtle_master_lingering_potion", + "aoepotiontmlevel2": "long_turtle_master_lingering_potion", + "aoepotiontmlong": "long_turtle_master_lingering_potion", + "aoepotionturtle2": "long_turtle_master_lingering_potion", + "aoepotionturtleex": "long_turtle_master_lingering_potion", + "aoepotionturtleextended": "long_turtle_master_lingering_potion", + "aoepotionturtlelevel2": "long_turtle_master_lingering_potion", + "aoepotionturtlelong": "long_turtle_master_lingering_potion", + "aoepotionturtlemaster2": "long_turtle_master_lingering_potion", + "aoepotionturtlemasterex": "long_turtle_master_lingering_potion", + "aoepotionturtlemasterextended": "long_turtle_master_lingering_potion", + "aoepotionturtlemasterlevel2": "long_turtle_master_lingering_potion", + "aoepotionturtlemasterlong": "long_turtle_master_lingering_potion", + "aoepottm2": "long_turtle_master_lingering_potion", + "aoepottmex": "long_turtle_master_lingering_potion", + "aoepottmextended": "long_turtle_master_lingering_potion", + "aoepottmlevel2": "long_turtle_master_lingering_potion", + "aoepottmlong": "long_turtle_master_lingering_potion", + "aoepotturtle2": "long_turtle_master_lingering_potion", + "aoepotturtleex": "long_turtle_master_lingering_potion", + "aoepotturtleextended": "long_turtle_master_lingering_potion", + "aoepotturtlelevel2": "long_turtle_master_lingering_potion", + "aoepotturtlelong": "long_turtle_master_lingering_potion", + "aoepotturtlemaster2": "long_turtle_master_lingering_potion", + "aoepotturtlemasterex": "long_turtle_master_lingering_potion", + "aoepotturtlemasterextended": "long_turtle_master_lingering_potion", + "aoepotturtlemasterlevel2": "long_turtle_master_lingering_potion", + "aoepotturtlemasterlong": "long_turtle_master_lingering_potion", + "areapotiontm2": "long_turtle_master_lingering_potion", + "areapotiontmex": "long_turtle_master_lingering_potion", + "areapotiontmextended": "long_turtle_master_lingering_potion", + "areapotiontmlevel2": "long_turtle_master_lingering_potion", + "areapotiontmlong": "long_turtle_master_lingering_potion", + "areapotionturtle2": "long_turtle_master_lingering_potion", + "areapotionturtleex": "long_turtle_master_lingering_potion", + "areapotionturtleextended": "long_turtle_master_lingering_potion", + "areapotionturtlelevel2": "long_turtle_master_lingering_potion", + "areapotionturtlelong": "long_turtle_master_lingering_potion", + "areapotionturtlemaster2": "long_turtle_master_lingering_potion", + "areapotionturtlemasterex": "long_turtle_master_lingering_potion", + "areapotionturtlemasterextended": "long_turtle_master_lingering_potion", + "areapotionturtlemasterlevel2": "long_turtle_master_lingering_potion", + "areapotionturtlemasterlong": "long_turtle_master_lingering_potion", + "areapottm2": "long_turtle_master_lingering_potion", + "areapottmex": "long_turtle_master_lingering_potion", + "areapottmextended": "long_turtle_master_lingering_potion", + "areapottmlevel2": "long_turtle_master_lingering_potion", + "areapottmlong": "long_turtle_master_lingering_potion", + "areapotturtle2": "long_turtle_master_lingering_potion", + "areapotturtleex": "long_turtle_master_lingering_potion", + "areapotturtleextended": "long_turtle_master_lingering_potion", + "areapotturtlelevel2": "long_turtle_master_lingering_potion", + "areapotturtlelong": "long_turtle_master_lingering_potion", + "areapotturtlemaster2": "long_turtle_master_lingering_potion", + "areapotturtlemasterex": "long_turtle_master_lingering_potion", + "areapotturtlemasterextended": "long_turtle_master_lingering_potion", + "areapotturtlemasterlevel2": "long_turtle_master_lingering_potion", + "areapotturtlemasterlong": "long_turtle_master_lingering_potion", + "cloudpotiontm2": "long_turtle_master_lingering_potion", + "cloudpotiontmex": "long_turtle_master_lingering_potion", + "cloudpotiontmextended": "long_turtle_master_lingering_potion", + "cloudpotiontmlevel2": "long_turtle_master_lingering_potion", + "cloudpotiontmlong": "long_turtle_master_lingering_potion", + "cloudpotionturtle2": "long_turtle_master_lingering_potion", + "cloudpotionturtleex": "long_turtle_master_lingering_potion", + "cloudpotionturtleextended": "long_turtle_master_lingering_potion", + "cloudpotionturtlelevel2": "long_turtle_master_lingering_potion", + "cloudpotionturtlelong": "long_turtle_master_lingering_potion", + "cloudpotionturtlemaster2": "long_turtle_master_lingering_potion", + "cloudpotionturtlemasterex": "long_turtle_master_lingering_potion", + "cloudpotionturtlemasterextended": "long_turtle_master_lingering_potion", + "cloudpotionturtlemasterlevel2": "long_turtle_master_lingering_potion", + "cloudpotionturtlemasterlong": "long_turtle_master_lingering_potion", + "cloudpottm2": "long_turtle_master_lingering_potion", + "cloudpottmex": "long_turtle_master_lingering_potion", + "cloudpottmextended": "long_turtle_master_lingering_potion", + "cloudpottmlevel2": "long_turtle_master_lingering_potion", + "cloudpottmlong": "long_turtle_master_lingering_potion", + "cloudpotturtle2": "long_turtle_master_lingering_potion", + "cloudpotturtleex": "long_turtle_master_lingering_potion", + "cloudpotturtleextended": "long_turtle_master_lingering_potion", + "cloudpotturtlelevel2": "long_turtle_master_lingering_potion", + "cloudpotturtlelong": "long_turtle_master_lingering_potion", + "cloudpotturtlemaster2": "long_turtle_master_lingering_potion", + "cloudpotturtlemasterex": "long_turtle_master_lingering_potion", + "cloudpotturtlemasterextended": "long_turtle_master_lingering_potion", + "cloudpotturtlemasterlevel2": "long_turtle_master_lingering_potion", + "cloudpotturtlemasterlong": "long_turtle_master_lingering_potion", + "lingerpottm2": "long_turtle_master_lingering_potion", + "lingerpottmex": "long_turtle_master_lingering_potion", + "lingerpottmextended": "long_turtle_master_lingering_potion", + "lingerpottmlevel2": "long_turtle_master_lingering_potion", + "lingerpottmlong": "long_turtle_master_lingering_potion", + "lingerpotturtle2": "long_turtle_master_lingering_potion", + "lingerpotturtleex": "long_turtle_master_lingering_potion", + "lingerpotturtleextended": "long_turtle_master_lingering_potion", + "lingerpotturtlelevel2": "long_turtle_master_lingering_potion", + "lingerpotturtlelong": "long_turtle_master_lingering_potion", + "lingerpotturtlemaster2": "long_turtle_master_lingering_potion", + "lingerpotturtlemasterex": "long_turtle_master_lingering_potion", + "lingerpotturtlemasterextended": "long_turtle_master_lingering_potion", + "lingerpotturtlemasterlevel2": "long_turtle_master_lingering_potion", + "lingerpotturtlemasterlong": "long_turtle_master_lingering_potion", + "tmaoepoiont2": "long_turtle_master_lingering_potion", + "tmaoepoiontex": "long_turtle_master_lingering_potion", + "tmaoepoiontextended": "long_turtle_master_lingering_potion", + "tmaoepoiontlevel2": "long_turtle_master_lingering_potion", + "tmaoepoiontlong": "long_turtle_master_lingering_potion", + "tmaoepot2": "long_turtle_master_lingering_potion", + "tmaoepotex": "long_turtle_master_lingering_potion", + "tmaoepotextended": "long_turtle_master_lingering_potion", + "tmaoepotlevel2": "long_turtle_master_lingering_potion", + "tmaoepotlong": "long_turtle_master_lingering_potion", + "tmareapot2": "long_turtle_master_lingering_potion", + "tmareapotex": "long_turtle_master_lingering_potion", + "tmareapotextended": "long_turtle_master_lingering_potion", + "tmareapotion2": "long_turtle_master_lingering_potion", + "tmareapotionex": "long_turtle_master_lingering_potion", + "tmareapotionextended": "long_turtle_master_lingering_potion", + "tmareapotionlevel2": "long_turtle_master_lingering_potion", + "tmareapotionlong": "long_turtle_master_lingering_potion", + "tmareapotlevel2": "long_turtle_master_lingering_potion", + "tmareapotlong": "long_turtle_master_lingering_potion", + "tmcloudpot2": "long_turtle_master_lingering_potion", + "tmcloudpotex": "long_turtle_master_lingering_potion", + "tmcloudpotextended": "long_turtle_master_lingering_potion", + "tmcloudpotion2": "long_turtle_master_lingering_potion", + "tmcloudpotionex": "long_turtle_master_lingering_potion", + "tmcloudpotionextended": "long_turtle_master_lingering_potion", + "tmcloudpotionlevel2": "long_turtle_master_lingering_potion", + "tmcloudpotionlong": "long_turtle_master_lingering_potion", + "tmcloudpotlevel2": "long_turtle_master_lingering_potion", + "tmcloudpotlong": "long_turtle_master_lingering_potion", + "tmlingerpot2": "long_turtle_master_lingering_potion", + "tmlingerpotex": "long_turtle_master_lingering_potion", + "tmlingerpotextended": "long_turtle_master_lingering_potion", + "tmlingerpotlevel2": "long_turtle_master_lingering_potion", + "tmlingerpotlong": "long_turtle_master_lingering_potion", + "turtleaoepoiont2": "long_turtle_master_lingering_potion", + "turtleaoepoiontex": "long_turtle_master_lingering_potion", + "turtleaoepoiontextended": "long_turtle_master_lingering_potion", + "turtleaoepoiontlevel2": "long_turtle_master_lingering_potion", + "turtleaoepoiontlong": "long_turtle_master_lingering_potion", + "turtleaoepot2": "long_turtle_master_lingering_potion", + "turtleaoepotex": "long_turtle_master_lingering_potion", + "turtleaoepotextended": "long_turtle_master_lingering_potion", + "turtleaoepotlevel2": "long_turtle_master_lingering_potion", + "turtleaoepotlong": "long_turtle_master_lingering_potion", + "turtleareapot2": "long_turtle_master_lingering_potion", + "turtleareapotex": "long_turtle_master_lingering_potion", + "turtleareapotextended": "long_turtle_master_lingering_potion", + "turtleareapotion2": "long_turtle_master_lingering_potion", + "turtleareapotionex": "long_turtle_master_lingering_potion", + "turtleareapotionextended": "long_turtle_master_lingering_potion", + "turtleareapotionlevel2": "long_turtle_master_lingering_potion", + "turtleareapotionlong": "long_turtle_master_lingering_potion", + "turtleareapotlevel2": "long_turtle_master_lingering_potion", + "turtleareapotlong": "long_turtle_master_lingering_potion", + "turtlecloudpot2": "long_turtle_master_lingering_potion", + "turtlecloudpotex": "long_turtle_master_lingering_potion", + "turtlecloudpotextended": "long_turtle_master_lingering_potion", + "turtlecloudpotion2": "long_turtle_master_lingering_potion", + "turtlecloudpotionex": "long_turtle_master_lingering_potion", + "turtlecloudpotionextended": "long_turtle_master_lingering_potion", + "turtlecloudpotionlevel2": "long_turtle_master_lingering_potion", + "turtlecloudpotionlong": "long_turtle_master_lingering_potion", + "turtlecloudpotlevel2": "long_turtle_master_lingering_potion", + "turtlecloudpotlong": "long_turtle_master_lingering_potion", + "turtlelingerpot2": "long_turtle_master_lingering_potion", + "turtlelingerpotex": "long_turtle_master_lingering_potion", + "turtlelingerpotextended": "long_turtle_master_lingering_potion", + "turtlelingerpotlevel2": "long_turtle_master_lingering_potion", + "turtlelingerpotlong": "long_turtle_master_lingering_potion", + "turtlemasteraoepoiont2": "long_turtle_master_lingering_potion", + "turtlemasteraoepoiontex": "long_turtle_master_lingering_potion", + "turtlemasteraoepoiontextended": "long_turtle_master_lingering_potion", + "turtlemasteraoepoiontlevel2": "long_turtle_master_lingering_potion", + "turtlemasteraoepoiontlong": "long_turtle_master_lingering_potion", + "turtlemasteraoepot2": "long_turtle_master_lingering_potion", + "turtlemasteraoepotex": "long_turtle_master_lingering_potion", + "turtlemasteraoepotextended": "long_turtle_master_lingering_potion", + "turtlemasteraoepotlevel2": "long_turtle_master_lingering_potion", + "turtlemasteraoepotlong": "long_turtle_master_lingering_potion", + "turtlemasterareapot2": "long_turtle_master_lingering_potion", + "turtlemasterareapotex": "long_turtle_master_lingering_potion", + "turtlemasterareapotextended": "long_turtle_master_lingering_potion", + "turtlemasterareapotion2": "long_turtle_master_lingering_potion", + "turtlemasterareapotionex": "long_turtle_master_lingering_potion", + "turtlemasterareapotionextended": "long_turtle_master_lingering_potion", + "turtlemasterareapotionlevel2": "long_turtle_master_lingering_potion", + "turtlemasterareapotionlong": "long_turtle_master_lingering_potion", + "turtlemasterareapotlevel2": "long_turtle_master_lingering_potion", + "turtlemasterareapotlong": "long_turtle_master_lingering_potion", + "turtlemastercloudpot2": "long_turtle_master_lingering_potion", + "turtlemastercloudpotex": "long_turtle_master_lingering_potion", + "turtlemastercloudpotextended": "long_turtle_master_lingering_potion", + "turtlemastercloudpotion2": "long_turtle_master_lingering_potion", + "turtlemastercloudpotionex": "long_turtle_master_lingering_potion", + "turtlemastercloudpotionextended": "long_turtle_master_lingering_potion", + "turtlemastercloudpotionlevel2": "long_turtle_master_lingering_potion", + "turtlemastercloudpotionlong": "long_turtle_master_lingering_potion", + "turtlemastercloudpotlevel2": "long_turtle_master_lingering_potion", + "turtlemastercloudpotlong": "long_turtle_master_lingering_potion", + "turtlemasterlingerpot2": "long_turtle_master_lingering_potion", + "turtlemasterlingerpotex": "long_turtle_master_lingering_potion", + "turtlemasterlingerpotextended": "long_turtle_master_lingering_potion", + "turtlemasterlingerpotlevel2": "long_turtle_master_lingering_potion", + "turtlemasterlingerpotlong": "long_turtle_master_lingering_potion", + "long_turtle_master_potion": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "potionoftm2": "long_turtle_master_potion", + "potionoftmex": "long_turtle_master_potion", + "potionoftmextended": "long_turtle_master_potion", + "potionoftmlevel2": "long_turtle_master_potion", + "potionoftmlong": "long_turtle_master_potion", + "potionofturtle2": "long_turtle_master_potion", + "potionofturtleex": "long_turtle_master_potion", + "potionofturtleextended": "long_turtle_master_potion", + "potionofturtlelevel2": "long_turtle_master_potion", + "potionofturtlelong": "long_turtle_master_potion", + "potionofturtlemaster2": "long_turtle_master_potion", + "potionofturtlemasterex": "long_turtle_master_potion", + "potionofturtlemasterextended": "long_turtle_master_potion", + "potionofturtlemasterlevel2": "long_turtle_master_potion", + "potionofturtlemasterlong": "long_turtle_master_potion", + "potoftm2": "long_turtle_master_potion", + "potoftmex": "long_turtle_master_potion", + "potoftmextended": "long_turtle_master_potion", + "potoftmlevel2": "long_turtle_master_potion", + "potoftmlong": "long_turtle_master_potion", + "potofturtle2": "long_turtle_master_potion", + "potofturtleex": "long_turtle_master_potion", + "potofturtleextended": "long_turtle_master_potion", + "potofturtlelevel2": "long_turtle_master_potion", + "potofturtlelong": "long_turtle_master_potion", + "potofturtlemaster2": "long_turtle_master_potion", + "potofturtlemasterex": "long_turtle_master_potion", + "potofturtlemasterextended": "long_turtle_master_potion", + "potofturtlemasterlevel2": "long_turtle_master_potion", + "potofturtlemasterlong": "long_turtle_master_potion", + "tm2pot": "long_turtle_master_potion", + "tm2potion": "long_turtle_master_potion", + "tmexpot": "long_turtle_master_potion", + "tmexpotion": "long_turtle_master_potion", + "tmextendedpot": "long_turtle_master_potion", + "tmextendedpotion": "long_turtle_master_potion", + "tmlevel2pot": "long_turtle_master_potion", + "tmlevel2potion": "long_turtle_master_potion", + "tmlongpot": "long_turtle_master_potion", + "tmlongpotion": "long_turtle_master_potion", + "turtle2pot": "long_turtle_master_potion", + "turtle2potion": "long_turtle_master_potion", + "turtleexpot": "long_turtle_master_potion", + "turtleexpotion": "long_turtle_master_potion", + "turtleextendedpot": "long_turtle_master_potion", + "turtleextendedpotion": "long_turtle_master_potion", + "turtlelevel2pot": "long_turtle_master_potion", + "turtlelevel2potion": "long_turtle_master_potion", + "turtlelongpot": "long_turtle_master_potion", + "turtlelongpotion": "long_turtle_master_potion", + "turtlemaster2pot": "long_turtle_master_potion", + "turtlemaster2potion": "long_turtle_master_potion", + "turtlemasterexpot": "long_turtle_master_potion", + "turtlemasterexpotion": "long_turtle_master_potion", + "turtlemasterextendedpot": "long_turtle_master_potion", + "turtlemasterextendedpotion": "long_turtle_master_potion", + "turtlemasterlevel2pot": "long_turtle_master_potion", + "turtlemasterlevel2potion": "long_turtle_master_potion", + "turtlemasterlongpot": "long_turtle_master_potion", + "turtlemasterlongpotion": "long_turtle_master_potion", + "long_turtle_master_splash_potion": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "splashtm2pot": "long_turtle_master_splash_potion", + "splashtm2potion": "long_turtle_master_splash_potion", + "splashtmexpot": "long_turtle_master_splash_potion", + "splashtmexpotion": "long_turtle_master_splash_potion", + "splashtmextendedpot": "long_turtle_master_splash_potion", + "splashtmextendedpotion": "long_turtle_master_splash_potion", + "splashtmlevel2pot": "long_turtle_master_splash_potion", + "splashtmlevel2potion": "long_turtle_master_splash_potion", + "splashtmlongpot": "long_turtle_master_splash_potion", + "splashtmlongpotion": "long_turtle_master_splash_potion", + "splashturtle2pot": "long_turtle_master_splash_potion", + "splashturtle2potion": "long_turtle_master_splash_potion", + "splashturtleexpot": "long_turtle_master_splash_potion", + "splashturtleexpotion": "long_turtle_master_splash_potion", + "splashturtleextendedpot": "long_turtle_master_splash_potion", + "splashturtleextendedpotion": "long_turtle_master_splash_potion", + "splashturtlelevel2pot": "long_turtle_master_splash_potion", + "splashturtlelevel2potion": "long_turtle_master_splash_potion", + "splashturtlelongpot": "long_turtle_master_splash_potion", + "splashturtlelongpotion": "long_turtle_master_splash_potion", + "splashturtlemaster2pot": "long_turtle_master_splash_potion", + "splashturtlemaster2potion": "long_turtle_master_splash_potion", + "splashturtlemasterexpot": "long_turtle_master_splash_potion", + "splashturtlemasterexpotion": "long_turtle_master_splash_potion", + "splashturtlemasterextendedpot": "long_turtle_master_splash_potion", + "splashturtlemasterextendedpotion": "long_turtle_master_splash_potion", + "splashturtlemasterlevel2pot": "long_turtle_master_splash_potion", + "splashturtlemasterlevel2potion": "long_turtle_master_splash_potion", + "splashturtlemasterlongpot": "long_turtle_master_splash_potion", + "splashturtlemasterlongpotion": "long_turtle_master_splash_potion", + "spltm2pot": "long_turtle_master_splash_potion", + "spltm2potion": "long_turtle_master_splash_potion", + "spltmexpot": "long_turtle_master_splash_potion", + "spltmexpotion": "long_turtle_master_splash_potion", + "spltmextendedpot": "long_turtle_master_splash_potion", + "spltmextendedpotion": "long_turtle_master_splash_potion", + "spltmlevel2pot": "long_turtle_master_splash_potion", + "spltmlevel2potion": "long_turtle_master_splash_potion", + "spltmlongpot": "long_turtle_master_splash_potion", + "spltmlongpotion": "long_turtle_master_splash_potion", + "splturtle2pot": "long_turtle_master_splash_potion", + "splturtle2potion": "long_turtle_master_splash_potion", + "splturtleexpot": "long_turtle_master_splash_potion", + "splturtleexpotion": "long_turtle_master_splash_potion", + "splturtleextendedpot": "long_turtle_master_splash_potion", + "splturtleextendedpotion": "long_turtle_master_splash_potion", + "splturtlelevel2pot": "long_turtle_master_splash_potion", + "splturtlelevel2potion": "long_turtle_master_splash_potion", + "splturtlelongpot": "long_turtle_master_splash_potion", + "splturtlelongpotion": "long_turtle_master_splash_potion", + "splturtlemaster2pot": "long_turtle_master_splash_potion", + "splturtlemaster2potion": "long_turtle_master_splash_potion", + "splturtlemasterexpot": "long_turtle_master_splash_potion", + "splturtlemasterexpotion": "long_turtle_master_splash_potion", + "splturtlemasterextendedpot": "long_turtle_master_splash_potion", + "splturtlemasterextendedpotion": "long_turtle_master_splash_potion", + "splturtlemasterlevel2pot": "long_turtle_master_splash_potion", + "splturtlemasterlevel2potion": "long_turtle_master_splash_potion", + "splturtlemasterlongpot": "long_turtle_master_splash_potion", + "splturtlemasterlongpotion": "long_turtle_master_splash_potion", + "tm2splashpot": "long_turtle_master_splash_potion", + "tm2splashpotion": "long_turtle_master_splash_potion", + "tmexsplashpot": "long_turtle_master_splash_potion", + "tmexsplashpotion": "long_turtle_master_splash_potion", + "tmextendedsplashpot": "long_turtle_master_splash_potion", + "tmextendedsplashpotion": "long_turtle_master_splash_potion", + "tmlevel2splashpot": "long_turtle_master_splash_potion", + "tmlevel2splashpotion": "long_turtle_master_splash_potion", + "tmlongsplashpot": "long_turtle_master_splash_potion", + "tmlongsplashpotion": "long_turtle_master_splash_potion", + "turtle2splashpot": "long_turtle_master_splash_potion", + "turtle2splashpotion": "long_turtle_master_splash_potion", + "turtleexsplashpot": "long_turtle_master_splash_potion", + "turtleexsplashpotion": "long_turtle_master_splash_potion", + "turtleextendedsplashpot": "long_turtle_master_splash_potion", + "turtleextendedsplashpotion": "long_turtle_master_splash_potion", + "turtlelevel2splashpot": "long_turtle_master_splash_potion", + "turtlelevel2splashpotion": "long_turtle_master_splash_potion", + "turtlelongsplashpot": "long_turtle_master_splash_potion", + "turtlelongsplashpotion": "long_turtle_master_splash_potion", + "turtlemaster2splashpot": "long_turtle_master_splash_potion", + "turtlemaster2splashpotion": "long_turtle_master_splash_potion", + "turtlemasterexsplashpot": "long_turtle_master_splash_potion", + "turtlemasterexsplashpotion": "long_turtle_master_splash_potion", + "turtlemasterextendedsplashpot": "long_turtle_master_splash_potion", + "turtlemasterextendedsplashpotion": "long_turtle_master_splash_potion", + "turtlemasterlevel2splashpot": "long_turtle_master_splash_potion", + "turtlemasterlevel2splashpotion": "long_turtle_master_splash_potion", + "turtlemasterlongsplashpot": "long_turtle_master_splash_potion", + "turtlemasterlongsplashpotion": "long_turtle_master_splash_potion", + "long_turtle_master_tipped_arrow": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowtm2": "long_turtle_master_tipped_arrow", + "arrowtmex": "long_turtle_master_tipped_arrow", + "arrowtmextended": "long_turtle_master_tipped_arrow", + "arrowtmlevel2": "long_turtle_master_tipped_arrow", + "arrowtmlong": "long_turtle_master_tipped_arrow", + "arrowturtle2": "long_turtle_master_tipped_arrow", + "arrowturtleex": "long_turtle_master_tipped_arrow", + "arrowturtleextended": "long_turtle_master_tipped_arrow", + "arrowturtlelevel2": "long_turtle_master_tipped_arrow", + "arrowturtlelong": "long_turtle_master_tipped_arrow", + "arrowturtlemaster2": "long_turtle_master_tipped_arrow", + "arrowturtlemasterex": "long_turtle_master_tipped_arrow", + "arrowturtlemasterextended": "long_turtle_master_tipped_arrow", + "arrowturtlemasterlevel2": "long_turtle_master_tipped_arrow", + "arrowturtlemasterlong": "long_turtle_master_tipped_arrow", + "tm2tarr": "long_turtle_master_tipped_arrow", + "tm2tarrow": "long_turtle_master_tipped_arrow", + "tm2tippedarrow": "long_turtle_master_tipped_arrow", + "tmarrow2": "long_turtle_master_tipped_arrow", + "tmarrowex": "long_turtle_master_tipped_arrow", + "tmarrowextended": "long_turtle_master_tipped_arrow", + "tmarrowlevel2": "long_turtle_master_tipped_arrow", + "tmarrowlong": "long_turtle_master_tipped_arrow", + "tmextarr": "long_turtle_master_tipped_arrow", + "tmextarrow": "long_turtle_master_tipped_arrow", + "tmextendedtarr": "long_turtle_master_tipped_arrow", + "tmextendedtarrow": "long_turtle_master_tipped_arrow", + "tmextendedtippedarrow": "long_turtle_master_tipped_arrow", + "tmextippedarrow": "long_turtle_master_tipped_arrow", + "tmlevel2tarr": "long_turtle_master_tipped_arrow", + "tmlevel2tarrow": "long_turtle_master_tipped_arrow", + "tmlevel2tippedarrow": "long_turtle_master_tipped_arrow", + "tmlongtarr": "long_turtle_master_tipped_arrow", + "tmlongtarrow": "long_turtle_master_tipped_arrow", + "tmlongtippedarrow": "long_turtle_master_tipped_arrow", + "turtle2tarr": "long_turtle_master_tipped_arrow", + "turtle2tarrow": "long_turtle_master_tipped_arrow", + "turtle2tippedarrow": "long_turtle_master_tipped_arrow", + "turtlearrow2": "long_turtle_master_tipped_arrow", + "turtlearrowex": "long_turtle_master_tipped_arrow", + "turtlearrowextended": "long_turtle_master_tipped_arrow", + "turtlearrowlevel2": "long_turtle_master_tipped_arrow", + "turtlearrowlong": "long_turtle_master_tipped_arrow", + "turtleextarr": "long_turtle_master_tipped_arrow", + "turtleextarrow": "long_turtle_master_tipped_arrow", + "turtleextendedtarr": "long_turtle_master_tipped_arrow", + "turtleextendedtarrow": "long_turtle_master_tipped_arrow", + "turtleextendedtippedarrow": "long_turtle_master_tipped_arrow", + "turtleextippedarrow": "long_turtle_master_tipped_arrow", + "turtlelevel2tarr": "long_turtle_master_tipped_arrow", + "turtlelevel2tarrow": "long_turtle_master_tipped_arrow", + "turtlelevel2tippedarrow": "long_turtle_master_tipped_arrow", + "turtlelongtarr": "long_turtle_master_tipped_arrow", + "turtlelongtarrow": "long_turtle_master_tipped_arrow", + "turtlelongtippedarrow": "long_turtle_master_tipped_arrow", + "turtlemaster2tarr": "long_turtle_master_tipped_arrow", + "turtlemaster2tarrow": "long_turtle_master_tipped_arrow", + "turtlemaster2tippedarrow": "long_turtle_master_tipped_arrow", + "turtlemasterarrow2": "long_turtle_master_tipped_arrow", + "turtlemasterarrowex": "long_turtle_master_tipped_arrow", + "turtlemasterarrowextended": "long_turtle_master_tipped_arrow", + "turtlemasterarrowlevel2": "long_turtle_master_tipped_arrow", + "turtlemasterarrowlong": "long_turtle_master_tipped_arrow", + "turtlemasterextarr": "long_turtle_master_tipped_arrow", + "turtlemasterextarrow": "long_turtle_master_tipped_arrow", + "turtlemasterextendedtarr": "long_turtle_master_tipped_arrow", + "turtlemasterextendedtarrow": "long_turtle_master_tipped_arrow", + "turtlemasterextendedtippedarrow": "long_turtle_master_tipped_arrow", + "turtlemasterextippedarrow": "long_turtle_master_tipped_arrow", + "turtlemasterlevel2tarr": "long_turtle_master_tipped_arrow", + "turtlemasterlevel2tarrow": "long_turtle_master_tipped_arrow", + "turtlemasterlevel2tippedarrow": "long_turtle_master_tipped_arrow", + "turtlemasterlongtarr": "long_turtle_master_tipped_arrow", + "turtlemasterlongtarrow": "long_turtle_master_tipped_arrow", + "turtlemasterlongtippedarrow": "long_turtle_master_tipped_arrow", + "long_water_breathing_lingering_potion": { + "potionData": { + "type": "WATER_BREATHING", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotbreath2": "long_water_breathing_lingering_potion", + "aoepotbreathex": "long_water_breathing_lingering_potion", + "aoepotbreathextended": "long_water_breathing_lingering_potion", + "aoepotbreathing2": "long_water_breathing_lingering_potion", + "aoepotbreathingex": "long_water_breathing_lingering_potion", + "aoepotbreathingextended": "long_water_breathing_lingering_potion", + "aoepotbreathinglevel2": "long_water_breathing_lingering_potion", + "aoepotbreathinglong": "long_water_breathing_lingering_potion", + "aoepotbreathlevel2": "long_water_breathing_lingering_potion", + "aoepotbreathlong": "long_water_breathing_lingering_potion", + "aoepotionbreath2": "long_water_breathing_lingering_potion", + "aoepotionbreathex": "long_water_breathing_lingering_potion", + "aoepotionbreathextended": "long_water_breathing_lingering_potion", + "aoepotionbreathing2": "long_water_breathing_lingering_potion", + "aoepotionbreathingex": "long_water_breathing_lingering_potion", + "aoepotionbreathingextended": "long_water_breathing_lingering_potion", + "aoepotionbreathinglevel2": "long_water_breathing_lingering_potion", + "aoepotionbreathinglong": "long_water_breathing_lingering_potion", + "aoepotionbreathlevel2": "long_water_breathing_lingering_potion", + "aoepotionbreathlong": "long_water_breathing_lingering_potion", + "aoepotionwaterbreath2": "long_water_breathing_lingering_potion", + "aoepotionwaterbreathex": "long_water_breathing_lingering_potion", + "aoepotionwaterbreathextended": "long_water_breathing_lingering_potion", + "aoepotionwaterbreathing2": "long_water_breathing_lingering_potion", + "aoepotionwaterbreathingex": "long_water_breathing_lingering_potion", + "aoepotionwaterbreathingextended": "long_water_breathing_lingering_potion", + "aoepotionwaterbreathinglevel2": "long_water_breathing_lingering_potion", + "aoepotionwaterbreathinglong": "long_water_breathing_lingering_potion", + "aoepotionwaterbreathlevel2": "long_water_breathing_lingering_potion", + "aoepotionwaterbreathlong": "long_water_breathing_lingering_potion", + "aoepotionwb2": "long_water_breathing_lingering_potion", + "aoepotionwbex": "long_water_breathing_lingering_potion", + "aoepotionwbextended": "long_water_breathing_lingering_potion", + "aoepotionwblevel2": "long_water_breathing_lingering_potion", + "aoepotionwblong": "long_water_breathing_lingering_potion", + "aoepotwaterbreath2": "long_water_breathing_lingering_potion", + "aoepotwaterbreathex": "long_water_breathing_lingering_potion", + "aoepotwaterbreathextended": "long_water_breathing_lingering_potion", + "aoepotwaterbreathing2": "long_water_breathing_lingering_potion", + "aoepotwaterbreathingex": "long_water_breathing_lingering_potion", + "aoepotwaterbreathingextended": "long_water_breathing_lingering_potion", + "aoepotwaterbreathinglevel2": "long_water_breathing_lingering_potion", + "aoepotwaterbreathinglong": "long_water_breathing_lingering_potion", + "aoepotwaterbreathlevel2": "long_water_breathing_lingering_potion", + "aoepotwaterbreathlong": "long_water_breathing_lingering_potion", + "aoepotwb2": "long_water_breathing_lingering_potion", + "aoepotwbex": "long_water_breathing_lingering_potion", + "aoepotwbextended": "long_water_breathing_lingering_potion", + "aoepotwblevel2": "long_water_breathing_lingering_potion", + "aoepotwblong": "long_water_breathing_lingering_potion", + "areapotbreath2": "long_water_breathing_lingering_potion", + "areapotbreathex": "long_water_breathing_lingering_potion", + "areapotbreathextended": "long_water_breathing_lingering_potion", + "areapotbreathing2": "long_water_breathing_lingering_potion", + "areapotbreathingex": "long_water_breathing_lingering_potion", + "areapotbreathingextended": "long_water_breathing_lingering_potion", + "areapotbreathinglevel2": "long_water_breathing_lingering_potion", + "areapotbreathinglong": "long_water_breathing_lingering_potion", + "areapotbreathlevel2": "long_water_breathing_lingering_potion", + "areapotbreathlong": "long_water_breathing_lingering_potion", + "areapotionbreath2": "long_water_breathing_lingering_potion", + "areapotionbreathex": "long_water_breathing_lingering_potion", + "areapotionbreathextended": "long_water_breathing_lingering_potion", + "areapotionbreathing2": "long_water_breathing_lingering_potion", + "areapotionbreathingex": "long_water_breathing_lingering_potion", + "areapotionbreathingextended": "long_water_breathing_lingering_potion", + "areapotionbreathinglevel2": "long_water_breathing_lingering_potion", + "areapotionbreathinglong": "long_water_breathing_lingering_potion", + "areapotionbreathlevel2": "long_water_breathing_lingering_potion", + "areapotionbreathlong": "long_water_breathing_lingering_potion", + "areapotionwaterbreath2": "long_water_breathing_lingering_potion", + "areapotionwaterbreathex": "long_water_breathing_lingering_potion", + "areapotionwaterbreathextended": "long_water_breathing_lingering_potion", + "areapotionwaterbreathing2": "long_water_breathing_lingering_potion", + "areapotionwaterbreathingex": "long_water_breathing_lingering_potion", + "areapotionwaterbreathingextended": "long_water_breathing_lingering_potion", + "areapotionwaterbreathinglevel2": "long_water_breathing_lingering_potion", + "areapotionwaterbreathinglong": "long_water_breathing_lingering_potion", + "areapotionwaterbreathlevel2": "long_water_breathing_lingering_potion", + "areapotionwaterbreathlong": "long_water_breathing_lingering_potion", + "areapotionwb2": "long_water_breathing_lingering_potion", + "areapotionwbex": "long_water_breathing_lingering_potion", + "areapotionwbextended": "long_water_breathing_lingering_potion", + "areapotionwblevel2": "long_water_breathing_lingering_potion", + "areapotionwblong": "long_water_breathing_lingering_potion", + "areapotwaterbreath2": "long_water_breathing_lingering_potion", + "areapotwaterbreathex": "long_water_breathing_lingering_potion", + "areapotwaterbreathextended": "long_water_breathing_lingering_potion", + "areapotwaterbreathing2": "long_water_breathing_lingering_potion", + "areapotwaterbreathingex": "long_water_breathing_lingering_potion", + "areapotwaterbreathingextended": "long_water_breathing_lingering_potion", + "areapotwaterbreathinglevel2": "long_water_breathing_lingering_potion", + "areapotwaterbreathinglong": "long_water_breathing_lingering_potion", + "areapotwaterbreathlevel2": "long_water_breathing_lingering_potion", + "areapotwaterbreathlong": "long_water_breathing_lingering_potion", + "areapotwb2": "long_water_breathing_lingering_potion", + "areapotwbex": "long_water_breathing_lingering_potion", + "areapotwbextended": "long_water_breathing_lingering_potion", + "areapotwblevel2": "long_water_breathing_lingering_potion", + "areapotwblong": "long_water_breathing_lingering_potion", + "breathaoepoiont2": "long_water_breathing_lingering_potion", + "breathaoepoiontex": "long_water_breathing_lingering_potion", + "breathaoepoiontextended": "long_water_breathing_lingering_potion", + "breathaoepoiontlevel2": "long_water_breathing_lingering_potion", + "breathaoepoiontlong": "long_water_breathing_lingering_potion", + "breathaoepot2": "long_water_breathing_lingering_potion", + "breathaoepotex": "long_water_breathing_lingering_potion", + "breathaoepotextended": "long_water_breathing_lingering_potion", + "breathaoepotlevel2": "long_water_breathing_lingering_potion", + "breathaoepotlong": "long_water_breathing_lingering_potion", + "breathareapot2": "long_water_breathing_lingering_potion", + "breathareapotex": "long_water_breathing_lingering_potion", + "breathareapotextended": "long_water_breathing_lingering_potion", + "breathareapotion2": "long_water_breathing_lingering_potion", + "breathareapotionex": "long_water_breathing_lingering_potion", + "breathareapotionextended": "long_water_breathing_lingering_potion", + "breathareapotionlevel2": "long_water_breathing_lingering_potion", + "breathareapotionlong": "long_water_breathing_lingering_potion", + "breathareapotlevel2": "long_water_breathing_lingering_potion", + "breathareapotlong": "long_water_breathing_lingering_potion", + "breathcloudpot2": "long_water_breathing_lingering_potion", + "breathcloudpotex": "long_water_breathing_lingering_potion", + "breathcloudpotextended": "long_water_breathing_lingering_potion", + "breathcloudpotion2": "long_water_breathing_lingering_potion", + "breathcloudpotionex": "long_water_breathing_lingering_potion", + "breathcloudpotionextended": "long_water_breathing_lingering_potion", + "breathcloudpotionlevel2": "long_water_breathing_lingering_potion", + "breathcloudpotionlong": "long_water_breathing_lingering_potion", + "breathcloudpotlevel2": "long_water_breathing_lingering_potion", + "breathcloudpotlong": "long_water_breathing_lingering_potion", + "breathingaoepoiont2": "long_water_breathing_lingering_potion", + "breathingaoepoiontex": "long_water_breathing_lingering_potion", + "breathingaoepoiontextended": "long_water_breathing_lingering_potion", + "breathingaoepoiontlevel2": "long_water_breathing_lingering_potion", + "breathingaoepoiontlong": "long_water_breathing_lingering_potion", + "breathingaoepot2": "long_water_breathing_lingering_potion", + "breathingaoepotex": "long_water_breathing_lingering_potion", + "breathingaoepotextended": "long_water_breathing_lingering_potion", + "breathingaoepotlevel2": "long_water_breathing_lingering_potion", + "breathingaoepotlong": "long_water_breathing_lingering_potion", + "breathingareapot2": "long_water_breathing_lingering_potion", + "breathingareapotex": "long_water_breathing_lingering_potion", + "breathingareapotextended": "long_water_breathing_lingering_potion", + "breathingareapotion2": "long_water_breathing_lingering_potion", + "breathingareapotionex": "long_water_breathing_lingering_potion", + "breathingareapotionextended": "long_water_breathing_lingering_potion", + "breathingareapotionlevel2": "long_water_breathing_lingering_potion", + "breathingareapotionlong": "long_water_breathing_lingering_potion", + "breathingareapotlevel2": "long_water_breathing_lingering_potion", + "breathingareapotlong": "long_water_breathing_lingering_potion", + "breathingcloudpot2": "long_water_breathing_lingering_potion", + "breathingcloudpotex": "long_water_breathing_lingering_potion", + "breathingcloudpotextended": "long_water_breathing_lingering_potion", + "breathingcloudpotion2": "long_water_breathing_lingering_potion", + "breathingcloudpotionex": "long_water_breathing_lingering_potion", + "breathingcloudpotionextended": "long_water_breathing_lingering_potion", + "breathingcloudpotionlevel2": "long_water_breathing_lingering_potion", + "breathingcloudpotionlong": "long_water_breathing_lingering_potion", + "breathingcloudpotlevel2": "long_water_breathing_lingering_potion", + "breathingcloudpotlong": "long_water_breathing_lingering_potion", + "breathinglingerpot2": "long_water_breathing_lingering_potion", + "breathinglingerpotex": "long_water_breathing_lingering_potion", + "breathinglingerpotextended": "long_water_breathing_lingering_potion", + "breathinglingerpotlevel2": "long_water_breathing_lingering_potion", + "breathinglingerpotlong": "long_water_breathing_lingering_potion", + "breathlingerpot2": "long_water_breathing_lingering_potion", + "breathlingerpotex": "long_water_breathing_lingering_potion", + "breathlingerpotextended": "long_water_breathing_lingering_potion", + "breathlingerpotlevel2": "long_water_breathing_lingering_potion", + "breathlingerpotlong": "long_water_breathing_lingering_potion", + "cloudpotbreath2": "long_water_breathing_lingering_potion", + "cloudpotbreathex": "long_water_breathing_lingering_potion", + "cloudpotbreathextended": "long_water_breathing_lingering_potion", + "cloudpotbreathing2": "long_water_breathing_lingering_potion", + "cloudpotbreathingex": "long_water_breathing_lingering_potion", + "cloudpotbreathingextended": "long_water_breathing_lingering_potion", + "cloudpotbreathinglevel2": "long_water_breathing_lingering_potion", + "cloudpotbreathinglong": "long_water_breathing_lingering_potion", + "cloudpotbreathlevel2": "long_water_breathing_lingering_potion", + "cloudpotbreathlong": "long_water_breathing_lingering_potion", + "cloudpotionbreath2": "long_water_breathing_lingering_potion", + "cloudpotionbreathex": "long_water_breathing_lingering_potion", + "cloudpotionbreathextended": "long_water_breathing_lingering_potion", + "cloudpotionbreathing2": "long_water_breathing_lingering_potion", + "cloudpotionbreathingex": "long_water_breathing_lingering_potion", + "cloudpotionbreathingextended": "long_water_breathing_lingering_potion", + "cloudpotionbreathinglevel2": "long_water_breathing_lingering_potion", + "cloudpotionbreathinglong": "long_water_breathing_lingering_potion", + "cloudpotionbreathlevel2": "long_water_breathing_lingering_potion", + "cloudpotionbreathlong": "long_water_breathing_lingering_potion", + "cloudpotionwaterbreath2": "long_water_breathing_lingering_potion", + "cloudpotionwaterbreathex": "long_water_breathing_lingering_potion", + "cloudpotionwaterbreathextended": "long_water_breathing_lingering_potion", + "cloudpotionwaterbreathing2": "long_water_breathing_lingering_potion", + "cloudpotionwaterbreathingex": "long_water_breathing_lingering_potion", + "cloudpotionwaterbreathingextended": "long_water_breathing_lingering_potion", + "cloudpotionwaterbreathinglevel2": "long_water_breathing_lingering_potion", + "cloudpotionwaterbreathinglong": "long_water_breathing_lingering_potion", + "cloudpotionwaterbreathlevel2": "long_water_breathing_lingering_potion", + "cloudpotionwaterbreathlong": "long_water_breathing_lingering_potion", + "cloudpotionwb2": "long_water_breathing_lingering_potion", + "cloudpotionwbex": "long_water_breathing_lingering_potion", + "cloudpotionwbextended": "long_water_breathing_lingering_potion", + "cloudpotionwblevel2": "long_water_breathing_lingering_potion", + "cloudpotionwblong": "long_water_breathing_lingering_potion", + "cloudpotwaterbreath2": "long_water_breathing_lingering_potion", + "cloudpotwaterbreathex": "long_water_breathing_lingering_potion", + "cloudpotwaterbreathextended": "long_water_breathing_lingering_potion", + "cloudpotwaterbreathing2": "long_water_breathing_lingering_potion", + "cloudpotwaterbreathingex": "long_water_breathing_lingering_potion", + "cloudpotwaterbreathingextended": "long_water_breathing_lingering_potion", + "cloudpotwaterbreathinglevel2": "long_water_breathing_lingering_potion", + "cloudpotwaterbreathinglong": "long_water_breathing_lingering_potion", + "cloudpotwaterbreathlevel2": "long_water_breathing_lingering_potion", + "cloudpotwaterbreathlong": "long_water_breathing_lingering_potion", + "cloudpotwb2": "long_water_breathing_lingering_potion", + "cloudpotwbex": "long_water_breathing_lingering_potion", + "cloudpotwbextended": "long_water_breathing_lingering_potion", + "cloudpotwblevel2": "long_water_breathing_lingering_potion", + "cloudpotwblong": "long_water_breathing_lingering_potion", + "lingerpotbreath2": "long_water_breathing_lingering_potion", + "lingerpotbreathex": "long_water_breathing_lingering_potion", + "lingerpotbreathextended": "long_water_breathing_lingering_potion", + "lingerpotbreathing2": "long_water_breathing_lingering_potion", + "lingerpotbreathingex": "long_water_breathing_lingering_potion", + "lingerpotbreathingextended": "long_water_breathing_lingering_potion", + "lingerpotbreathinglevel2": "long_water_breathing_lingering_potion", + "lingerpotbreathinglong": "long_water_breathing_lingering_potion", + "lingerpotbreathlevel2": "long_water_breathing_lingering_potion", + "lingerpotbreathlong": "long_water_breathing_lingering_potion", + "lingerpotwaterbreath2": "long_water_breathing_lingering_potion", + "lingerpotwaterbreathex": "long_water_breathing_lingering_potion", + "lingerpotwaterbreathextended": "long_water_breathing_lingering_potion", + "lingerpotwaterbreathing2": "long_water_breathing_lingering_potion", + "lingerpotwaterbreathingex": "long_water_breathing_lingering_potion", + "lingerpotwaterbreathingextended": "long_water_breathing_lingering_potion", + "lingerpotwaterbreathinglevel2": "long_water_breathing_lingering_potion", + "lingerpotwaterbreathinglong": "long_water_breathing_lingering_potion", + "lingerpotwaterbreathlevel2": "long_water_breathing_lingering_potion", + "lingerpotwaterbreathlong": "long_water_breathing_lingering_potion", + "lingerpotwb2": "long_water_breathing_lingering_potion", + "lingerpotwbex": "long_water_breathing_lingering_potion", + "lingerpotwbextended": "long_water_breathing_lingering_potion", + "lingerpotwblevel2": "long_water_breathing_lingering_potion", + "lingerpotwblong": "long_water_breathing_lingering_potion", + "waterbreathaoepoiont2": "long_water_breathing_lingering_potion", + "waterbreathaoepoiontex": "long_water_breathing_lingering_potion", + "waterbreathaoepoiontextended": "long_water_breathing_lingering_potion", + "waterbreathaoepoiontlevel2": "long_water_breathing_lingering_potion", + "waterbreathaoepoiontlong": "long_water_breathing_lingering_potion", + "waterbreathaoepot2": "long_water_breathing_lingering_potion", + "waterbreathaoepotex": "long_water_breathing_lingering_potion", + "waterbreathaoepotextended": "long_water_breathing_lingering_potion", + "waterbreathaoepotlevel2": "long_water_breathing_lingering_potion", + "waterbreathaoepotlong": "long_water_breathing_lingering_potion", + "waterbreathareapot2": "long_water_breathing_lingering_potion", + "waterbreathareapotex": "long_water_breathing_lingering_potion", + "waterbreathareapotextended": "long_water_breathing_lingering_potion", + "waterbreathareapotion2": "long_water_breathing_lingering_potion", + "waterbreathareapotionex": "long_water_breathing_lingering_potion", + "waterbreathareapotionextended": "long_water_breathing_lingering_potion", + "waterbreathareapotionlevel2": "long_water_breathing_lingering_potion", + "waterbreathareapotionlong": "long_water_breathing_lingering_potion", + "waterbreathareapotlevel2": "long_water_breathing_lingering_potion", + "waterbreathareapotlong": "long_water_breathing_lingering_potion", + "waterbreathcloudpot2": "long_water_breathing_lingering_potion", + "waterbreathcloudpotex": "long_water_breathing_lingering_potion", + "waterbreathcloudpotextended": "long_water_breathing_lingering_potion", + "waterbreathcloudpotion2": "long_water_breathing_lingering_potion", + "waterbreathcloudpotionex": "long_water_breathing_lingering_potion", + "waterbreathcloudpotionextended": "long_water_breathing_lingering_potion", + "waterbreathcloudpotionlevel2": "long_water_breathing_lingering_potion", + "waterbreathcloudpotionlong": "long_water_breathing_lingering_potion", + "waterbreathcloudpotlevel2": "long_water_breathing_lingering_potion", + "waterbreathcloudpotlong": "long_water_breathing_lingering_potion", + "waterbreathingaoepoiont2": "long_water_breathing_lingering_potion", + "waterbreathingaoepoiontex": "long_water_breathing_lingering_potion", + "waterbreathingaoepoiontextended": "long_water_breathing_lingering_potion", + "waterbreathingaoepoiontlevel2": "long_water_breathing_lingering_potion", + "waterbreathingaoepoiontlong": "long_water_breathing_lingering_potion", + "waterbreathingaoepot2": "long_water_breathing_lingering_potion", + "waterbreathingaoepotex": "long_water_breathing_lingering_potion", + "waterbreathingaoepotextended": "long_water_breathing_lingering_potion", + "waterbreathingaoepotlevel2": "long_water_breathing_lingering_potion", + "waterbreathingaoepotlong": "long_water_breathing_lingering_potion", + "waterbreathingareapot2": "long_water_breathing_lingering_potion", + "waterbreathingareapotex": "long_water_breathing_lingering_potion", + "waterbreathingareapotextended": "long_water_breathing_lingering_potion", + "waterbreathingareapotion2": "long_water_breathing_lingering_potion", + "waterbreathingareapotionex": "long_water_breathing_lingering_potion", + "waterbreathingareapotionextended": "long_water_breathing_lingering_potion", + "waterbreathingareapotionlevel2": "long_water_breathing_lingering_potion", + "waterbreathingareapotionlong": "long_water_breathing_lingering_potion", + "waterbreathingareapotlevel2": "long_water_breathing_lingering_potion", + "waterbreathingareapotlong": "long_water_breathing_lingering_potion", + "waterbreathingcloudpot2": "long_water_breathing_lingering_potion", + "waterbreathingcloudpotex": "long_water_breathing_lingering_potion", + "waterbreathingcloudpotextended": "long_water_breathing_lingering_potion", + "waterbreathingcloudpotion2": "long_water_breathing_lingering_potion", + "waterbreathingcloudpotionex": "long_water_breathing_lingering_potion", + "waterbreathingcloudpotionextended": "long_water_breathing_lingering_potion", + "waterbreathingcloudpotionlevel2": "long_water_breathing_lingering_potion", + "waterbreathingcloudpotionlong": "long_water_breathing_lingering_potion", + "waterbreathingcloudpotlevel2": "long_water_breathing_lingering_potion", + "waterbreathingcloudpotlong": "long_water_breathing_lingering_potion", + "waterbreathinglingerpot2": "long_water_breathing_lingering_potion", + "waterbreathinglingerpotex": "long_water_breathing_lingering_potion", + "waterbreathinglingerpotextended": "long_water_breathing_lingering_potion", + "waterbreathinglingerpotlevel2": "long_water_breathing_lingering_potion", + "waterbreathinglingerpotlong": "long_water_breathing_lingering_potion", + "waterbreathlingerpot2": "long_water_breathing_lingering_potion", + "waterbreathlingerpotex": "long_water_breathing_lingering_potion", + "waterbreathlingerpotextended": "long_water_breathing_lingering_potion", + "waterbreathlingerpotlevel2": "long_water_breathing_lingering_potion", + "waterbreathlingerpotlong": "long_water_breathing_lingering_potion", + "wbaoepoiont2": "long_water_breathing_lingering_potion", + "wbaoepoiontex": "long_water_breathing_lingering_potion", + "wbaoepoiontextended": "long_water_breathing_lingering_potion", + "wbaoepoiontlevel2": "long_water_breathing_lingering_potion", + "wbaoepoiontlong": "long_water_breathing_lingering_potion", + "wbaoepot2": "long_water_breathing_lingering_potion", + "wbaoepotex": "long_water_breathing_lingering_potion", + "wbaoepotextended": "long_water_breathing_lingering_potion", + "wbaoepotlevel2": "long_water_breathing_lingering_potion", + "wbaoepotlong": "long_water_breathing_lingering_potion", + "wbareapot2": "long_water_breathing_lingering_potion", + "wbareapotex": "long_water_breathing_lingering_potion", + "wbareapotextended": "long_water_breathing_lingering_potion", + "wbareapotion2": "long_water_breathing_lingering_potion", + "wbareapotionex": "long_water_breathing_lingering_potion", + "wbareapotionextended": "long_water_breathing_lingering_potion", + "wbareapotionlevel2": "long_water_breathing_lingering_potion", + "wbareapotionlong": "long_water_breathing_lingering_potion", + "wbareapotlevel2": "long_water_breathing_lingering_potion", + "wbareapotlong": "long_water_breathing_lingering_potion", + "wbcloudpot2": "long_water_breathing_lingering_potion", + "wbcloudpotex": "long_water_breathing_lingering_potion", + "wbcloudpotextended": "long_water_breathing_lingering_potion", + "wbcloudpotion2": "long_water_breathing_lingering_potion", + "wbcloudpotionex": "long_water_breathing_lingering_potion", + "wbcloudpotionextended": "long_water_breathing_lingering_potion", + "wbcloudpotionlevel2": "long_water_breathing_lingering_potion", + "wbcloudpotionlong": "long_water_breathing_lingering_potion", + "wbcloudpotlevel2": "long_water_breathing_lingering_potion", + "wbcloudpotlong": "long_water_breathing_lingering_potion", + "wblingerpot2": "long_water_breathing_lingering_potion", + "wblingerpotex": "long_water_breathing_lingering_potion", + "wblingerpotextended": "long_water_breathing_lingering_potion", + "wblingerpotlevel2": "long_water_breathing_lingering_potion", + "wblingerpotlong": "long_water_breathing_lingering_potion", + "long_water_breathing_potion": { + "potionData": { + "type": "WATER_BREATHING", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "breath2pot": "long_water_breathing_potion", + "breath2potion": "long_water_breathing_potion", + "breathexpot": "long_water_breathing_potion", + "breathexpotion": "long_water_breathing_potion", + "breathextendedpot": "long_water_breathing_potion", + "breathextendedpotion": "long_water_breathing_potion", + "breathing2pot": "long_water_breathing_potion", + "breathing2potion": "long_water_breathing_potion", + "breathingexpot": "long_water_breathing_potion", + "breathingexpotion": "long_water_breathing_potion", + "breathingextendedpot": "long_water_breathing_potion", + "breathingextendedpotion": "long_water_breathing_potion", + "breathinglevel2pot": "long_water_breathing_potion", + "breathinglevel2potion": "long_water_breathing_potion", + "breathinglongpot": "long_water_breathing_potion", + "breathinglongpotion": "long_water_breathing_potion", + "breathlevel2pot": "long_water_breathing_potion", + "breathlevel2potion": "long_water_breathing_potion", + "breathlongpot": "long_water_breathing_potion", + "breathlongpotion": "long_water_breathing_potion", + "potionofbreath2": "long_water_breathing_potion", + "potionofbreathex": "long_water_breathing_potion", + "potionofbreathextended": "long_water_breathing_potion", + "potionofbreathing2": "long_water_breathing_potion", + "potionofbreathingex": "long_water_breathing_potion", + "potionofbreathingextended": "long_water_breathing_potion", + "potionofbreathinglevel2": "long_water_breathing_potion", + "potionofbreathinglong": "long_water_breathing_potion", + "potionofbreathlevel2": "long_water_breathing_potion", + "potionofbreathlong": "long_water_breathing_potion", + "potionofwaterbreath2": "long_water_breathing_potion", + "potionofwaterbreathex": "long_water_breathing_potion", + "potionofwaterbreathextended": "long_water_breathing_potion", + "potionofwaterbreathing2": "long_water_breathing_potion", + "potionofwaterbreathingex": "long_water_breathing_potion", + "potionofwaterbreathingextended": "long_water_breathing_potion", + "potionofwaterbreathinglevel2": "long_water_breathing_potion", + "potionofwaterbreathinglong": "long_water_breathing_potion", + "potionofwaterbreathlevel2": "long_water_breathing_potion", + "potionofwaterbreathlong": "long_water_breathing_potion", + "potionofwb2": "long_water_breathing_potion", + "potionofwbex": "long_water_breathing_potion", + "potionofwbextended": "long_water_breathing_potion", + "potionofwblevel2": "long_water_breathing_potion", + "potionofwblong": "long_water_breathing_potion", + "potofbreath2": "long_water_breathing_potion", + "potofbreathex": "long_water_breathing_potion", + "potofbreathextended": "long_water_breathing_potion", + "potofbreathing2": "long_water_breathing_potion", + "potofbreathingex": "long_water_breathing_potion", + "potofbreathingextended": "long_water_breathing_potion", + "potofbreathinglevel2": "long_water_breathing_potion", + "potofbreathinglong": "long_water_breathing_potion", + "potofbreathlevel2": "long_water_breathing_potion", + "potofbreathlong": "long_water_breathing_potion", + "potofwaterbreath2": "long_water_breathing_potion", + "potofwaterbreathex": "long_water_breathing_potion", + "potofwaterbreathextended": "long_water_breathing_potion", + "potofwaterbreathing2": "long_water_breathing_potion", + "potofwaterbreathingex": "long_water_breathing_potion", + "potofwaterbreathingextended": "long_water_breathing_potion", + "potofwaterbreathinglevel2": "long_water_breathing_potion", + "potofwaterbreathinglong": "long_water_breathing_potion", + "potofwaterbreathlevel2": "long_water_breathing_potion", + "potofwaterbreathlong": "long_water_breathing_potion", + "potofwb2": "long_water_breathing_potion", + "potofwbex": "long_water_breathing_potion", + "potofwbextended": "long_water_breathing_potion", + "potofwblevel2": "long_water_breathing_potion", + "potofwblong": "long_water_breathing_potion", + "waterbreath2pot": "long_water_breathing_potion", + "waterbreath2potion": "long_water_breathing_potion", + "waterbreathexpot": "long_water_breathing_potion", + "waterbreathexpotion": "long_water_breathing_potion", + "waterbreathextendedpot": "long_water_breathing_potion", + "waterbreathextendedpotion": "long_water_breathing_potion", + "waterbreathing2pot": "long_water_breathing_potion", + "waterbreathing2potion": "long_water_breathing_potion", + "waterbreathingexpot": "long_water_breathing_potion", + "waterbreathingexpotion": "long_water_breathing_potion", + "waterbreathingextendedpot": "long_water_breathing_potion", + "waterbreathingextendedpotion": "long_water_breathing_potion", + "waterbreathinglevel2pot": "long_water_breathing_potion", + "waterbreathinglevel2potion": "long_water_breathing_potion", + "waterbreathinglongpot": "long_water_breathing_potion", + "waterbreathinglongpotion": "long_water_breathing_potion", + "waterbreathlevel2pot": "long_water_breathing_potion", + "waterbreathlevel2potion": "long_water_breathing_potion", + "waterbreathlongpot": "long_water_breathing_potion", + "waterbreathlongpotion": "long_water_breathing_potion", + "wb2pot": "long_water_breathing_potion", + "wb2potion": "long_water_breathing_potion", + "wbexpot": "long_water_breathing_potion", + "wbexpotion": "long_water_breathing_potion", + "wbextendedpot": "long_water_breathing_potion", + "wbextendedpotion": "long_water_breathing_potion", + "wblevel2pot": "long_water_breathing_potion", + "wblevel2potion": "long_water_breathing_potion", + "wblongpot": "long_water_breathing_potion", + "wblongpotion": "long_water_breathing_potion", + "long_water_breathing_splash_potion": { + "potionData": { + "type": "WATER_BREATHING", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "breath2splashpot": "long_water_breathing_splash_potion", + "breath2splashpotion": "long_water_breathing_splash_potion", + "breathexsplashpot": "long_water_breathing_splash_potion", + "breathexsplashpotion": "long_water_breathing_splash_potion", + "breathextendedsplashpot": "long_water_breathing_splash_potion", + "breathextendedsplashpotion": "long_water_breathing_splash_potion", + "breathing2splashpot": "long_water_breathing_splash_potion", + "breathing2splashpotion": "long_water_breathing_splash_potion", + "breathingexsplashpot": "long_water_breathing_splash_potion", + "breathingexsplashpotion": "long_water_breathing_splash_potion", + "breathingextendedsplashpot": "long_water_breathing_splash_potion", + "breathingextendedsplashpotion": "long_water_breathing_splash_potion", + "breathinglevel2splashpot": "long_water_breathing_splash_potion", + "breathinglevel2splashpotion": "long_water_breathing_splash_potion", + "breathinglongsplashpot": "long_water_breathing_splash_potion", + "breathinglongsplashpotion": "long_water_breathing_splash_potion", + "breathlevel2splashpot": "long_water_breathing_splash_potion", + "breathlevel2splashpotion": "long_water_breathing_splash_potion", + "breathlongsplashpot": "long_water_breathing_splash_potion", + "breathlongsplashpotion": "long_water_breathing_splash_potion", + "splashbreath2pot": "long_water_breathing_splash_potion", + "splashbreath2potion": "long_water_breathing_splash_potion", + "splashbreathexpot": "long_water_breathing_splash_potion", + "splashbreathexpotion": "long_water_breathing_splash_potion", + "splashbreathextendedpot": "long_water_breathing_splash_potion", + "splashbreathextendedpotion": "long_water_breathing_splash_potion", + "splashbreathing2pot": "long_water_breathing_splash_potion", + "splashbreathing2potion": "long_water_breathing_splash_potion", + "splashbreathingexpot": "long_water_breathing_splash_potion", + "splashbreathingexpotion": "long_water_breathing_splash_potion", + "splashbreathingextendedpot": "long_water_breathing_splash_potion", + "splashbreathingextendedpotion": "long_water_breathing_splash_potion", + "splashbreathinglevel2pot": "long_water_breathing_splash_potion", + "splashbreathinglevel2potion": "long_water_breathing_splash_potion", + "splashbreathinglongpot": "long_water_breathing_splash_potion", + "splashbreathinglongpotion": "long_water_breathing_splash_potion", + "splashbreathlevel2pot": "long_water_breathing_splash_potion", + "splashbreathlevel2potion": "long_water_breathing_splash_potion", + "splashbreathlongpot": "long_water_breathing_splash_potion", + "splashbreathlongpotion": "long_water_breathing_splash_potion", + "splashwaterbreath2pot": "long_water_breathing_splash_potion", + "splashwaterbreath2potion": "long_water_breathing_splash_potion", + "splashwaterbreathexpot": "long_water_breathing_splash_potion", + "splashwaterbreathexpotion": "long_water_breathing_splash_potion", + "splashwaterbreathextendedpot": "long_water_breathing_splash_potion", + "splashwaterbreathextendedpotion": "long_water_breathing_splash_potion", + "splashwaterbreathing2pot": "long_water_breathing_splash_potion", + "splashwaterbreathing2potion": "long_water_breathing_splash_potion", + "splashwaterbreathingexpot": "long_water_breathing_splash_potion", + "splashwaterbreathingexpotion": "long_water_breathing_splash_potion", + "splashwaterbreathingextendedpot": "long_water_breathing_splash_potion", + "splashwaterbreathingextendedpotion": "long_water_breathing_splash_potion", + "splashwaterbreathinglevel2pot": "long_water_breathing_splash_potion", + "splashwaterbreathinglevel2potion": "long_water_breathing_splash_potion", + "splashwaterbreathinglongpot": "long_water_breathing_splash_potion", + "splashwaterbreathinglongpotion": "long_water_breathing_splash_potion", + "splashwaterbreathlevel2pot": "long_water_breathing_splash_potion", + "splashwaterbreathlevel2potion": "long_water_breathing_splash_potion", + "splashwaterbreathlongpot": "long_water_breathing_splash_potion", + "splashwaterbreathlongpotion": "long_water_breathing_splash_potion", + "splashwb2pot": "long_water_breathing_splash_potion", + "splashwb2potion": "long_water_breathing_splash_potion", + "splashwbexpot": "long_water_breathing_splash_potion", + "splashwbexpotion": "long_water_breathing_splash_potion", + "splashwbextendedpot": "long_water_breathing_splash_potion", + "splashwbextendedpotion": "long_water_breathing_splash_potion", + "splashwblevel2pot": "long_water_breathing_splash_potion", + "splashwblevel2potion": "long_water_breathing_splash_potion", + "splashwblongpot": "long_water_breathing_splash_potion", + "splashwblongpotion": "long_water_breathing_splash_potion", + "splbreath2pot": "long_water_breathing_splash_potion", + "splbreath2potion": "long_water_breathing_splash_potion", + "splbreathexpot": "long_water_breathing_splash_potion", + "splbreathexpotion": "long_water_breathing_splash_potion", + "splbreathextendedpot": "long_water_breathing_splash_potion", + "splbreathextendedpotion": "long_water_breathing_splash_potion", + "splbreathing2pot": "long_water_breathing_splash_potion", + "splbreathing2potion": "long_water_breathing_splash_potion", + "splbreathingexpot": "long_water_breathing_splash_potion", + "splbreathingexpotion": "long_water_breathing_splash_potion", + "splbreathingextendedpot": "long_water_breathing_splash_potion", + "splbreathingextendedpotion": "long_water_breathing_splash_potion", + "splbreathinglevel2pot": "long_water_breathing_splash_potion", + "splbreathinglevel2potion": "long_water_breathing_splash_potion", + "splbreathinglongpot": "long_water_breathing_splash_potion", + "splbreathinglongpotion": "long_water_breathing_splash_potion", + "splbreathlevel2pot": "long_water_breathing_splash_potion", + "splbreathlevel2potion": "long_water_breathing_splash_potion", + "splbreathlongpot": "long_water_breathing_splash_potion", + "splbreathlongpotion": "long_water_breathing_splash_potion", + "splwaterbreath2pot": "long_water_breathing_splash_potion", + "splwaterbreath2potion": "long_water_breathing_splash_potion", + "splwaterbreathexpot": "long_water_breathing_splash_potion", + "splwaterbreathexpotion": "long_water_breathing_splash_potion", + "splwaterbreathextendedpot": "long_water_breathing_splash_potion", + "splwaterbreathextendedpotion": "long_water_breathing_splash_potion", + "splwaterbreathing2pot": "long_water_breathing_splash_potion", + "splwaterbreathing2potion": "long_water_breathing_splash_potion", + "splwaterbreathingexpot": "long_water_breathing_splash_potion", + "splwaterbreathingexpotion": "long_water_breathing_splash_potion", + "splwaterbreathingextendedpot": "long_water_breathing_splash_potion", + "splwaterbreathingextendedpotion": "long_water_breathing_splash_potion", + "splwaterbreathinglevel2pot": "long_water_breathing_splash_potion", + "splwaterbreathinglevel2potion": "long_water_breathing_splash_potion", + "splwaterbreathinglongpot": "long_water_breathing_splash_potion", + "splwaterbreathinglongpotion": "long_water_breathing_splash_potion", + "splwaterbreathlevel2pot": "long_water_breathing_splash_potion", + "splwaterbreathlevel2potion": "long_water_breathing_splash_potion", + "splwaterbreathlongpot": "long_water_breathing_splash_potion", + "splwaterbreathlongpotion": "long_water_breathing_splash_potion", + "splwb2pot": "long_water_breathing_splash_potion", + "splwb2potion": "long_water_breathing_splash_potion", + "splwbexpot": "long_water_breathing_splash_potion", + "splwbexpotion": "long_water_breathing_splash_potion", + "splwbextendedpot": "long_water_breathing_splash_potion", + "splwbextendedpotion": "long_water_breathing_splash_potion", + "splwblevel2pot": "long_water_breathing_splash_potion", + "splwblevel2potion": "long_water_breathing_splash_potion", + "splwblongpot": "long_water_breathing_splash_potion", + "splwblongpotion": "long_water_breathing_splash_potion", + "waterbreath2splashpot": "long_water_breathing_splash_potion", + "waterbreath2splashpotion": "long_water_breathing_splash_potion", + "waterbreathexsplashpot": "long_water_breathing_splash_potion", + "waterbreathexsplashpotion": "long_water_breathing_splash_potion", + "waterbreathextendedsplashpot": "long_water_breathing_splash_potion", + "waterbreathextendedsplashpotion": "long_water_breathing_splash_potion", + "waterbreathing2splashpot": "long_water_breathing_splash_potion", + "waterbreathing2splashpotion": "long_water_breathing_splash_potion", + "waterbreathingexsplashpot": "long_water_breathing_splash_potion", + "waterbreathingexsplashpotion": "long_water_breathing_splash_potion", + "waterbreathingextendedsplashpot": "long_water_breathing_splash_potion", + "waterbreathingextendedsplashpotion": "long_water_breathing_splash_potion", + "waterbreathinglevel2splashpot": "long_water_breathing_splash_potion", + "waterbreathinglevel2splashpotion": "long_water_breathing_splash_potion", + "waterbreathinglongsplashpot": "long_water_breathing_splash_potion", + "waterbreathinglongsplashpotion": "long_water_breathing_splash_potion", + "waterbreathlevel2splashpot": "long_water_breathing_splash_potion", + "waterbreathlevel2splashpotion": "long_water_breathing_splash_potion", + "waterbreathlongsplashpot": "long_water_breathing_splash_potion", + "waterbreathlongsplashpotion": "long_water_breathing_splash_potion", + "wb2splashpot": "long_water_breathing_splash_potion", + "wb2splashpotion": "long_water_breathing_splash_potion", + "wbexsplashpot": "long_water_breathing_splash_potion", + "wbexsplashpotion": "long_water_breathing_splash_potion", + "wbextendedsplashpot": "long_water_breathing_splash_potion", + "wbextendedsplashpotion": "long_water_breathing_splash_potion", + "wblevel2splashpot": "long_water_breathing_splash_potion", + "wblevel2splashpotion": "long_water_breathing_splash_potion", + "wblongsplashpot": "long_water_breathing_splash_potion", + "wblongsplashpotion": "long_water_breathing_splash_potion", + "long_water_breathing_tipped_arrow": { + "potionData": { + "type": "WATER_BREATHING", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowbreath2": "long_water_breathing_tipped_arrow", + "arrowbreathex": "long_water_breathing_tipped_arrow", + "arrowbreathextended": "long_water_breathing_tipped_arrow", + "arrowbreathing2": "long_water_breathing_tipped_arrow", + "arrowbreathingex": "long_water_breathing_tipped_arrow", + "arrowbreathingextended": "long_water_breathing_tipped_arrow", + "arrowbreathinglevel2": "long_water_breathing_tipped_arrow", + "arrowbreathinglong": "long_water_breathing_tipped_arrow", + "arrowbreathlevel2": "long_water_breathing_tipped_arrow", + "arrowbreathlong": "long_water_breathing_tipped_arrow", + "arrowwaterbreath2": "long_water_breathing_tipped_arrow", + "arrowwaterbreathex": "long_water_breathing_tipped_arrow", + "arrowwaterbreathextended": "long_water_breathing_tipped_arrow", + "arrowwaterbreathing2": "long_water_breathing_tipped_arrow", + "arrowwaterbreathingex": "long_water_breathing_tipped_arrow", + "arrowwaterbreathingextended": "long_water_breathing_tipped_arrow", + "arrowwaterbreathinglevel2": "long_water_breathing_tipped_arrow", + "arrowwaterbreathinglong": "long_water_breathing_tipped_arrow", + "arrowwaterbreathlevel2": "long_water_breathing_tipped_arrow", + "arrowwaterbreathlong": "long_water_breathing_tipped_arrow", + "arrowwb2": "long_water_breathing_tipped_arrow", + "arrowwbex": "long_water_breathing_tipped_arrow", + "arrowwbextended": "long_water_breathing_tipped_arrow", + "arrowwblevel2": "long_water_breathing_tipped_arrow", + "arrowwblong": "long_water_breathing_tipped_arrow", + "breath2tarr": "long_water_breathing_tipped_arrow", + "breath2tarrow": "long_water_breathing_tipped_arrow", + "breath2tippedarrow": "long_water_breathing_tipped_arrow", + "breatharrow2": "long_water_breathing_tipped_arrow", + "breatharrowex": "long_water_breathing_tipped_arrow", + "breatharrowextended": "long_water_breathing_tipped_arrow", + "breatharrowlevel2": "long_water_breathing_tipped_arrow", + "breatharrowlong": "long_water_breathing_tipped_arrow", + "breathextarr": "long_water_breathing_tipped_arrow", + "breathextarrow": "long_water_breathing_tipped_arrow", + "breathextendedtarr": "long_water_breathing_tipped_arrow", + "breathextendedtarrow": "long_water_breathing_tipped_arrow", + "breathextendedtippedarrow": "long_water_breathing_tipped_arrow", + "breathextippedarrow": "long_water_breathing_tipped_arrow", + "breathing2tarr": "long_water_breathing_tipped_arrow", + "breathing2tarrow": "long_water_breathing_tipped_arrow", + "breathing2tippedarrow": "long_water_breathing_tipped_arrow", + "breathingarrow2": "long_water_breathing_tipped_arrow", + "breathingarrowex": "long_water_breathing_tipped_arrow", + "breathingarrowextended": "long_water_breathing_tipped_arrow", + "breathingarrowlevel2": "long_water_breathing_tipped_arrow", + "breathingarrowlong": "long_water_breathing_tipped_arrow", + "breathingextarr": "long_water_breathing_tipped_arrow", + "breathingextarrow": "long_water_breathing_tipped_arrow", + "breathingextendedtarr": "long_water_breathing_tipped_arrow", + "breathingextendedtarrow": "long_water_breathing_tipped_arrow", + "breathingextendedtippedarrow": "long_water_breathing_tipped_arrow", + "breathingextippedarrow": "long_water_breathing_tipped_arrow", + "breathinglevel2tarr": "long_water_breathing_tipped_arrow", + "breathinglevel2tarrow": "long_water_breathing_tipped_arrow", + "breathinglevel2tippedarrow": "long_water_breathing_tipped_arrow", + "breathinglongtarr": "long_water_breathing_tipped_arrow", + "breathinglongtarrow": "long_water_breathing_tipped_arrow", + "breathinglongtippedarrow": "long_water_breathing_tipped_arrow", + "breathlevel2tarr": "long_water_breathing_tipped_arrow", + "breathlevel2tarrow": "long_water_breathing_tipped_arrow", + "breathlevel2tippedarrow": "long_water_breathing_tipped_arrow", + "breathlongtarr": "long_water_breathing_tipped_arrow", + "breathlongtarrow": "long_water_breathing_tipped_arrow", + "breathlongtippedarrow": "long_water_breathing_tipped_arrow", + "waterbreath2tarr": "long_water_breathing_tipped_arrow", + "waterbreath2tarrow": "long_water_breathing_tipped_arrow", + "waterbreath2tippedarrow": "long_water_breathing_tipped_arrow", + "waterbreatharrow2": "long_water_breathing_tipped_arrow", + "waterbreatharrowex": "long_water_breathing_tipped_arrow", + "waterbreatharrowextended": "long_water_breathing_tipped_arrow", + "waterbreatharrowlevel2": "long_water_breathing_tipped_arrow", + "waterbreatharrowlong": "long_water_breathing_tipped_arrow", + "waterbreathextarr": "long_water_breathing_tipped_arrow", + "waterbreathextarrow": "long_water_breathing_tipped_arrow", + "waterbreathextendedtarr": "long_water_breathing_tipped_arrow", + "waterbreathextendedtarrow": "long_water_breathing_tipped_arrow", + "waterbreathextendedtippedarrow": "long_water_breathing_tipped_arrow", + "waterbreathextippedarrow": "long_water_breathing_tipped_arrow", + "waterbreathing2tarr": "long_water_breathing_tipped_arrow", + "waterbreathing2tarrow": "long_water_breathing_tipped_arrow", + "waterbreathing2tippedarrow": "long_water_breathing_tipped_arrow", + "waterbreathingarrow2": "long_water_breathing_tipped_arrow", + "waterbreathingarrowex": "long_water_breathing_tipped_arrow", + "waterbreathingarrowextended": "long_water_breathing_tipped_arrow", + "waterbreathingarrowlevel2": "long_water_breathing_tipped_arrow", + "waterbreathingarrowlong": "long_water_breathing_tipped_arrow", + "waterbreathingextarr": "long_water_breathing_tipped_arrow", + "waterbreathingextarrow": "long_water_breathing_tipped_arrow", + "waterbreathingextendedtarr": "long_water_breathing_tipped_arrow", + "waterbreathingextendedtarrow": "long_water_breathing_tipped_arrow", + "waterbreathingextendedtippedarrow": "long_water_breathing_tipped_arrow", + "waterbreathingextippedarrow": "long_water_breathing_tipped_arrow", + "waterbreathinglevel2tarr": "long_water_breathing_tipped_arrow", + "waterbreathinglevel2tarrow": "long_water_breathing_tipped_arrow", + "waterbreathinglevel2tippedarrow": "long_water_breathing_tipped_arrow", + "waterbreathinglongtarr": "long_water_breathing_tipped_arrow", + "waterbreathinglongtarrow": "long_water_breathing_tipped_arrow", + "waterbreathinglongtippedarrow": "long_water_breathing_tipped_arrow", + "waterbreathlevel2tarr": "long_water_breathing_tipped_arrow", + "waterbreathlevel2tarrow": "long_water_breathing_tipped_arrow", + "waterbreathlevel2tippedarrow": "long_water_breathing_tipped_arrow", + "waterbreathlongtarr": "long_water_breathing_tipped_arrow", + "waterbreathlongtarrow": "long_water_breathing_tipped_arrow", + "waterbreathlongtippedarrow": "long_water_breathing_tipped_arrow", + "wb2tarr": "long_water_breathing_tipped_arrow", + "wb2tarrow": "long_water_breathing_tipped_arrow", + "wb2tippedarrow": "long_water_breathing_tipped_arrow", + "wbarrow2": "long_water_breathing_tipped_arrow", + "wbarrowex": "long_water_breathing_tipped_arrow", + "wbarrowextended": "long_water_breathing_tipped_arrow", + "wbarrowlevel2": "long_water_breathing_tipped_arrow", + "wbarrowlong": "long_water_breathing_tipped_arrow", + "wbextarr": "long_water_breathing_tipped_arrow", + "wbextarrow": "long_water_breathing_tipped_arrow", + "wbextendedtarr": "long_water_breathing_tipped_arrow", + "wbextendedtarrow": "long_water_breathing_tipped_arrow", + "wbextendedtippedarrow": "long_water_breathing_tipped_arrow", + "wbextippedarrow": "long_water_breathing_tipped_arrow", + "wblevel2tarr": "long_water_breathing_tipped_arrow", + "wblevel2tarrow": "long_water_breathing_tipped_arrow", + "wblevel2tippedarrow": "long_water_breathing_tipped_arrow", + "wblongtarr": "long_water_breathing_tipped_arrow", + "wblongtarrow": "long_water_breathing_tipped_arrow", + "wblongtippedarrow": "long_water_breathing_tipped_arrow", + "long_weakness_lingering_potion": { + "potionData": { + "type": "WEAKNESS", + "upgraded": false, + "extended": true + }, + "material": "LINGERING_POTION" + }, + "aoepotionwe2": "long_weakness_lingering_potion", + "aoepotionweak2": "long_weakness_lingering_potion", + "aoepotionweakex": "long_weakness_lingering_potion", + "aoepotionweakextended": "long_weakness_lingering_potion", + "aoepotionweaklevel2": "long_weakness_lingering_potion", + "aoepotionweaklong": "long_weakness_lingering_potion", + "aoepotionweakness2": "long_weakness_lingering_potion", + "aoepotionweaknessex": "long_weakness_lingering_potion", + "aoepotionweaknessextended": "long_weakness_lingering_potion", + "aoepotionweaknesslevel2": "long_weakness_lingering_potion", + "aoepotionweaknesslong": "long_weakness_lingering_potion", + "aoepotionweex": "long_weakness_lingering_potion", + "aoepotionweextended": "long_weakness_lingering_potion", + "aoepotionwelevel2": "long_weakness_lingering_potion", + "aoepotionwelong": "long_weakness_lingering_potion", + "aoepotwe2": "long_weakness_lingering_potion", + "aoepotweak2": "long_weakness_lingering_potion", + "aoepotweakex": "long_weakness_lingering_potion", + "aoepotweakextended": "long_weakness_lingering_potion", + "aoepotweaklevel2": "long_weakness_lingering_potion", + "aoepotweaklong": "long_weakness_lingering_potion", + "aoepotweakness2": "long_weakness_lingering_potion", + "aoepotweaknessex": "long_weakness_lingering_potion", + "aoepotweaknessextended": "long_weakness_lingering_potion", + "aoepotweaknesslevel2": "long_weakness_lingering_potion", + "aoepotweaknesslong": "long_weakness_lingering_potion", + "aoepotweex": "long_weakness_lingering_potion", + "aoepotweextended": "long_weakness_lingering_potion", + "aoepotwelevel2": "long_weakness_lingering_potion", + "aoepotwelong": "long_weakness_lingering_potion", + "areapotionwe2": "long_weakness_lingering_potion", + "areapotionweak2": "long_weakness_lingering_potion", + "areapotionweakex": "long_weakness_lingering_potion", + "areapotionweakextended": "long_weakness_lingering_potion", + "areapotionweaklevel2": "long_weakness_lingering_potion", + "areapotionweaklong": "long_weakness_lingering_potion", + "areapotionweakness2": "long_weakness_lingering_potion", + "areapotionweaknessex": "long_weakness_lingering_potion", + "areapotionweaknessextended": "long_weakness_lingering_potion", + "areapotionweaknesslevel2": "long_weakness_lingering_potion", + "areapotionweaknesslong": "long_weakness_lingering_potion", + "areapotionweex": "long_weakness_lingering_potion", + "areapotionweextended": "long_weakness_lingering_potion", + "areapotionwelevel2": "long_weakness_lingering_potion", + "areapotionwelong": "long_weakness_lingering_potion", + "areapotwe2": "long_weakness_lingering_potion", + "areapotweak2": "long_weakness_lingering_potion", + "areapotweakex": "long_weakness_lingering_potion", + "areapotweakextended": "long_weakness_lingering_potion", + "areapotweaklevel2": "long_weakness_lingering_potion", + "areapotweaklong": "long_weakness_lingering_potion", + "areapotweakness2": "long_weakness_lingering_potion", + "areapotweaknessex": "long_weakness_lingering_potion", + "areapotweaknessextended": "long_weakness_lingering_potion", + "areapotweaknesslevel2": "long_weakness_lingering_potion", + "areapotweaknesslong": "long_weakness_lingering_potion", + "areapotweex": "long_weakness_lingering_potion", + "areapotweextended": "long_weakness_lingering_potion", + "areapotwelevel2": "long_weakness_lingering_potion", + "areapotwelong": "long_weakness_lingering_potion", + "cloudpotionwe2": "long_weakness_lingering_potion", + "cloudpotionweak2": "long_weakness_lingering_potion", + "cloudpotionweakex": "long_weakness_lingering_potion", + "cloudpotionweakextended": "long_weakness_lingering_potion", + "cloudpotionweaklevel2": "long_weakness_lingering_potion", + "cloudpotionweaklong": "long_weakness_lingering_potion", + "cloudpotionweakness2": "long_weakness_lingering_potion", + "cloudpotionweaknessex": "long_weakness_lingering_potion", + "cloudpotionweaknessextended": "long_weakness_lingering_potion", + "cloudpotionweaknesslevel2": "long_weakness_lingering_potion", + "cloudpotionweaknesslong": "long_weakness_lingering_potion", + "cloudpotionweex": "long_weakness_lingering_potion", + "cloudpotionweextended": "long_weakness_lingering_potion", + "cloudpotionwelevel2": "long_weakness_lingering_potion", + "cloudpotionwelong": "long_weakness_lingering_potion", + "cloudpotwe2": "long_weakness_lingering_potion", + "cloudpotweak2": "long_weakness_lingering_potion", + "cloudpotweakex": "long_weakness_lingering_potion", + "cloudpotweakextended": "long_weakness_lingering_potion", + "cloudpotweaklevel2": "long_weakness_lingering_potion", + "cloudpotweaklong": "long_weakness_lingering_potion", + "cloudpotweakness2": "long_weakness_lingering_potion", + "cloudpotweaknessex": "long_weakness_lingering_potion", + "cloudpotweaknessextended": "long_weakness_lingering_potion", + "cloudpotweaknesslevel2": "long_weakness_lingering_potion", + "cloudpotweaknesslong": "long_weakness_lingering_potion", + "cloudpotweex": "long_weakness_lingering_potion", + "cloudpotweextended": "long_weakness_lingering_potion", + "cloudpotwelevel2": "long_weakness_lingering_potion", + "cloudpotwelong": "long_weakness_lingering_potion", + "lingerpotwe2": "long_weakness_lingering_potion", + "lingerpotweak2": "long_weakness_lingering_potion", + "lingerpotweakex": "long_weakness_lingering_potion", + "lingerpotweakextended": "long_weakness_lingering_potion", + "lingerpotweaklevel2": "long_weakness_lingering_potion", + "lingerpotweaklong": "long_weakness_lingering_potion", + "lingerpotweakness2": "long_weakness_lingering_potion", + "lingerpotweaknessex": "long_weakness_lingering_potion", + "lingerpotweaknessextended": "long_weakness_lingering_potion", + "lingerpotweaknesslevel2": "long_weakness_lingering_potion", + "lingerpotweaknesslong": "long_weakness_lingering_potion", + "lingerpotweex": "long_weakness_lingering_potion", + "lingerpotweextended": "long_weakness_lingering_potion", + "lingerpotwelevel2": "long_weakness_lingering_potion", + "lingerpotwelong": "long_weakness_lingering_potion", + "weakaoepoiont2": "long_weakness_lingering_potion", + "weakaoepoiontex": "long_weakness_lingering_potion", + "weakaoepoiontextended": "long_weakness_lingering_potion", + "weakaoepoiontlevel2": "long_weakness_lingering_potion", + "weakaoepoiontlong": "long_weakness_lingering_potion", + "weakaoepot2": "long_weakness_lingering_potion", + "weakaoepotex": "long_weakness_lingering_potion", + "weakaoepotextended": "long_weakness_lingering_potion", + "weakaoepotlevel2": "long_weakness_lingering_potion", + "weakaoepotlong": "long_weakness_lingering_potion", + "weakareapot2": "long_weakness_lingering_potion", + "weakareapotex": "long_weakness_lingering_potion", + "weakareapotextended": "long_weakness_lingering_potion", + "weakareapotion2": "long_weakness_lingering_potion", + "weakareapotionex": "long_weakness_lingering_potion", + "weakareapotionextended": "long_weakness_lingering_potion", + "weakareapotionlevel2": "long_weakness_lingering_potion", + "weakareapotionlong": "long_weakness_lingering_potion", + "weakareapotlevel2": "long_weakness_lingering_potion", + "weakareapotlong": "long_weakness_lingering_potion", + "weakcloudpot2": "long_weakness_lingering_potion", + "weakcloudpotex": "long_weakness_lingering_potion", + "weakcloudpotextended": "long_weakness_lingering_potion", + "weakcloudpotion2": "long_weakness_lingering_potion", + "weakcloudpotionex": "long_weakness_lingering_potion", + "weakcloudpotionextended": "long_weakness_lingering_potion", + "weakcloudpotionlevel2": "long_weakness_lingering_potion", + "weakcloudpotionlong": "long_weakness_lingering_potion", + "weakcloudpotlevel2": "long_weakness_lingering_potion", + "weakcloudpotlong": "long_weakness_lingering_potion", + "weaklingerpot2": "long_weakness_lingering_potion", + "weaklingerpotex": "long_weakness_lingering_potion", + "weaklingerpotextended": "long_weakness_lingering_potion", + "weaklingerpotlevel2": "long_weakness_lingering_potion", + "weaklingerpotlong": "long_weakness_lingering_potion", + "weaknessaoepoiont2": "long_weakness_lingering_potion", + "weaknessaoepoiontex": "long_weakness_lingering_potion", + "weaknessaoepoiontextended": "long_weakness_lingering_potion", + "weaknessaoepoiontlevel2": "long_weakness_lingering_potion", + "weaknessaoepoiontlong": "long_weakness_lingering_potion", + "weaknessaoepot2": "long_weakness_lingering_potion", + "weaknessaoepotex": "long_weakness_lingering_potion", + "weaknessaoepotextended": "long_weakness_lingering_potion", + "weaknessaoepotlevel2": "long_weakness_lingering_potion", + "weaknessaoepotlong": "long_weakness_lingering_potion", + "weaknessareapot2": "long_weakness_lingering_potion", + "weaknessareapotex": "long_weakness_lingering_potion", + "weaknessareapotextended": "long_weakness_lingering_potion", + "weaknessareapotion2": "long_weakness_lingering_potion", + "weaknessareapotionex": "long_weakness_lingering_potion", + "weaknessareapotionextended": "long_weakness_lingering_potion", + "weaknessareapotionlevel2": "long_weakness_lingering_potion", + "weaknessareapotionlong": "long_weakness_lingering_potion", + "weaknessareapotlevel2": "long_weakness_lingering_potion", + "weaknessareapotlong": "long_weakness_lingering_potion", + "weaknesscloudpot2": "long_weakness_lingering_potion", + "weaknesscloudpotex": "long_weakness_lingering_potion", + "weaknesscloudpotextended": "long_weakness_lingering_potion", + "weaknesscloudpotion2": "long_weakness_lingering_potion", + "weaknesscloudpotionex": "long_weakness_lingering_potion", + "weaknesscloudpotionextended": "long_weakness_lingering_potion", + "weaknesscloudpotionlevel2": "long_weakness_lingering_potion", + "weaknesscloudpotionlong": "long_weakness_lingering_potion", + "weaknesscloudpotlevel2": "long_weakness_lingering_potion", + "weaknesscloudpotlong": "long_weakness_lingering_potion", + "weaknesslingerpot2": "long_weakness_lingering_potion", + "weaknesslingerpotex": "long_weakness_lingering_potion", + "weaknesslingerpotextended": "long_weakness_lingering_potion", + "weaknesslingerpotlevel2": "long_weakness_lingering_potion", + "weaknesslingerpotlong": "long_weakness_lingering_potion", + "weaoepoiont2": "long_weakness_lingering_potion", + "weaoepoiontex": "long_weakness_lingering_potion", + "weaoepoiontextended": "long_weakness_lingering_potion", + "weaoepoiontlevel2": "long_weakness_lingering_potion", + "weaoepoiontlong": "long_weakness_lingering_potion", + "weaoepot2": "long_weakness_lingering_potion", + "weaoepotex": "long_weakness_lingering_potion", + "weaoepotextended": "long_weakness_lingering_potion", + "weaoepotlevel2": "long_weakness_lingering_potion", + "weaoepotlong": "long_weakness_lingering_potion", + "weareapot2": "long_weakness_lingering_potion", + "weareapotex": "long_weakness_lingering_potion", + "weareapotextended": "long_weakness_lingering_potion", + "weareapotion2": "long_weakness_lingering_potion", + "weareapotionex": "long_weakness_lingering_potion", + "weareapotionextended": "long_weakness_lingering_potion", + "weareapotionlevel2": "long_weakness_lingering_potion", + "weareapotionlong": "long_weakness_lingering_potion", + "weareapotlevel2": "long_weakness_lingering_potion", + "weareapotlong": "long_weakness_lingering_potion", + "wecloudpot2": "long_weakness_lingering_potion", + "wecloudpotex": "long_weakness_lingering_potion", + "wecloudpotextended": "long_weakness_lingering_potion", + "wecloudpotion2": "long_weakness_lingering_potion", + "wecloudpotionex": "long_weakness_lingering_potion", + "wecloudpotionextended": "long_weakness_lingering_potion", + "wecloudpotionlevel2": "long_weakness_lingering_potion", + "wecloudpotionlong": "long_weakness_lingering_potion", + "wecloudpotlevel2": "long_weakness_lingering_potion", + "wecloudpotlong": "long_weakness_lingering_potion", + "welingerpot2": "long_weakness_lingering_potion", + "welingerpotex": "long_weakness_lingering_potion", + "welingerpotextended": "long_weakness_lingering_potion", + "welingerpotlevel2": "long_weakness_lingering_potion", + "welingerpotlong": "long_weakness_lingering_potion", + "long_weakness_potion": { + "potionData": { + "type": "WEAKNESS", + "upgraded": false, + "extended": true + }, + "material": "POTION" + }, + "potionofwe2": "long_weakness_potion", + "potionofweak2": "long_weakness_potion", + "potionofweakex": "long_weakness_potion", + "potionofweakextended": "long_weakness_potion", + "potionofweaklevel2": "long_weakness_potion", + "potionofweaklong": "long_weakness_potion", + "potionofweakness2": "long_weakness_potion", + "potionofweaknessex": "long_weakness_potion", + "potionofweaknessextended": "long_weakness_potion", + "potionofweaknesslevel2": "long_weakness_potion", + "potionofweaknesslong": "long_weakness_potion", + "potionofweex": "long_weakness_potion", + "potionofweextended": "long_weakness_potion", + "potionofwelevel2": "long_weakness_potion", + "potionofwelong": "long_weakness_potion", + "potofwe2": "long_weakness_potion", + "potofweak2": "long_weakness_potion", + "potofweakex": "long_weakness_potion", + "potofweakextended": "long_weakness_potion", + "potofweaklevel2": "long_weakness_potion", + "potofweaklong": "long_weakness_potion", + "potofweakness2": "long_weakness_potion", + "potofweaknessex": "long_weakness_potion", + "potofweaknessextended": "long_weakness_potion", + "potofweaknesslevel2": "long_weakness_potion", + "potofweaknesslong": "long_weakness_potion", + "potofweex": "long_weakness_potion", + "potofweextended": "long_weakness_potion", + "potofwelevel2": "long_weakness_potion", + "potofwelong": "long_weakness_potion", + "we2pot": "long_weakness_potion", + "we2potion": "long_weakness_potion", + "weak2pot": "long_weakness_potion", + "weak2potion": "long_weakness_potion", + "weakexpot": "long_weakness_potion", + "weakexpotion": "long_weakness_potion", + "weakextendedpot": "long_weakness_potion", + "weakextendedpotion": "long_weakness_potion", + "weaklevel2pot": "long_weakness_potion", + "weaklevel2potion": "long_weakness_potion", + "weaklongpot": "long_weakness_potion", + "weaklongpotion": "long_weakness_potion", + "weakness2pot": "long_weakness_potion", + "weakness2potion": "long_weakness_potion", + "weaknessexpot": "long_weakness_potion", + "weaknessexpotion": "long_weakness_potion", + "weaknessextendedpot": "long_weakness_potion", + "weaknessextendedpotion": "long_weakness_potion", + "weaknesslevel2pot": "long_weakness_potion", + "weaknesslevel2potion": "long_weakness_potion", + "weaknesslongpot": "long_weakness_potion", + "weaknesslongpotion": "long_weakness_potion", + "weexpot": "long_weakness_potion", + "weexpotion": "long_weakness_potion", + "weextendedpot": "long_weakness_potion", + "weextendedpotion": "long_weakness_potion", + "welevel2pot": "long_weakness_potion", + "welevel2potion": "long_weakness_potion", + "welongpot": "long_weakness_potion", + "welongpotion": "long_weakness_potion", + "long_weakness_splash_potion": { + "potionData": { + "type": "WEAKNESS", + "upgraded": false, + "extended": true + }, + "material": "SPLASH_POTION" + }, + "splashwe2pot": "long_weakness_splash_potion", + "splashwe2potion": "long_weakness_splash_potion", + "splashweak2pot": "long_weakness_splash_potion", + "splashweak2potion": "long_weakness_splash_potion", + "splashweakexpot": "long_weakness_splash_potion", + "splashweakexpotion": "long_weakness_splash_potion", + "splashweakextendedpot": "long_weakness_splash_potion", + "splashweakextendedpotion": "long_weakness_splash_potion", + "splashweaklevel2pot": "long_weakness_splash_potion", + "splashweaklevel2potion": "long_weakness_splash_potion", + "splashweaklongpot": "long_weakness_splash_potion", + "splashweaklongpotion": "long_weakness_splash_potion", + "splashweakness2pot": "long_weakness_splash_potion", + "splashweakness2potion": "long_weakness_splash_potion", + "splashweaknessexpot": "long_weakness_splash_potion", + "splashweaknessexpotion": "long_weakness_splash_potion", + "splashweaknessextendedpot": "long_weakness_splash_potion", + "splashweaknessextendedpotion": "long_weakness_splash_potion", + "splashweaknesslevel2pot": "long_weakness_splash_potion", + "splashweaknesslevel2potion": "long_weakness_splash_potion", + "splashweaknesslongpot": "long_weakness_splash_potion", + "splashweaknesslongpotion": "long_weakness_splash_potion", + "splashweexpot": "long_weakness_splash_potion", + "splashweexpotion": "long_weakness_splash_potion", + "splashweextendedpot": "long_weakness_splash_potion", + "splashweextendedpotion": "long_weakness_splash_potion", + "splashwelevel2pot": "long_weakness_splash_potion", + "splashwelevel2potion": "long_weakness_splash_potion", + "splashwelongpot": "long_weakness_splash_potion", + "splashwelongpotion": "long_weakness_splash_potion", + "splwe2pot": "long_weakness_splash_potion", + "splwe2potion": "long_weakness_splash_potion", + "splweak2pot": "long_weakness_splash_potion", + "splweak2potion": "long_weakness_splash_potion", + "splweakexpot": "long_weakness_splash_potion", + "splweakexpotion": "long_weakness_splash_potion", + "splweakextendedpot": "long_weakness_splash_potion", + "splweakextendedpotion": "long_weakness_splash_potion", + "splweaklevel2pot": "long_weakness_splash_potion", + "splweaklevel2potion": "long_weakness_splash_potion", + "splweaklongpot": "long_weakness_splash_potion", + "splweaklongpotion": "long_weakness_splash_potion", + "splweakness2pot": "long_weakness_splash_potion", + "splweakness2potion": "long_weakness_splash_potion", + "splweaknessexpot": "long_weakness_splash_potion", + "splweaknessexpotion": "long_weakness_splash_potion", + "splweaknessextendedpot": "long_weakness_splash_potion", + "splweaknessextendedpotion": "long_weakness_splash_potion", + "splweaknesslevel2pot": "long_weakness_splash_potion", + "splweaknesslevel2potion": "long_weakness_splash_potion", + "splweaknesslongpot": "long_weakness_splash_potion", + "splweaknesslongpotion": "long_weakness_splash_potion", + "splweexpot": "long_weakness_splash_potion", + "splweexpotion": "long_weakness_splash_potion", + "splweextendedpot": "long_weakness_splash_potion", + "splweextendedpotion": "long_weakness_splash_potion", + "splwelevel2pot": "long_weakness_splash_potion", + "splwelevel2potion": "long_weakness_splash_potion", + "splwelongpot": "long_weakness_splash_potion", + "splwelongpotion": "long_weakness_splash_potion", + "we2splashpot": "long_weakness_splash_potion", + "we2splashpotion": "long_weakness_splash_potion", + "weak2splashpot": "long_weakness_splash_potion", + "weak2splashpotion": "long_weakness_splash_potion", + "weakexsplashpot": "long_weakness_splash_potion", + "weakexsplashpotion": "long_weakness_splash_potion", + "weakextendedsplashpot": "long_weakness_splash_potion", + "weakextendedsplashpotion": "long_weakness_splash_potion", + "weaklevel2splashpot": "long_weakness_splash_potion", + "weaklevel2splashpotion": "long_weakness_splash_potion", + "weaklongsplashpot": "long_weakness_splash_potion", + "weaklongsplashpotion": "long_weakness_splash_potion", + "weakness2splashpot": "long_weakness_splash_potion", + "weakness2splashpotion": "long_weakness_splash_potion", + "weaknessexsplashpot": "long_weakness_splash_potion", + "weaknessexsplashpotion": "long_weakness_splash_potion", + "weaknessextendedsplashpot": "long_weakness_splash_potion", + "weaknessextendedsplashpotion": "long_weakness_splash_potion", + "weaknesslevel2splashpot": "long_weakness_splash_potion", + "weaknesslevel2splashpotion": "long_weakness_splash_potion", + "weaknesslongsplashpot": "long_weakness_splash_potion", + "weaknesslongsplashpotion": "long_weakness_splash_potion", + "weexsplashpot": "long_weakness_splash_potion", + "weexsplashpotion": "long_weakness_splash_potion", + "weextendedsplashpot": "long_weakness_splash_potion", + "weextendedsplashpotion": "long_weakness_splash_potion", + "welevel2splashpot": "long_weakness_splash_potion", + "welevel2splashpotion": "long_weakness_splash_potion", + "welongsplashpot": "long_weakness_splash_potion", + "welongsplashpotion": "long_weakness_splash_potion", + "long_weakness_tipped_arrow": { + "potionData": { + "type": "WEAKNESS", + "upgraded": false, + "extended": true + }, + "material": "TIPPED_ARROW" + }, + "arrowwe2": "long_weakness_tipped_arrow", + "arrowweak2": "long_weakness_tipped_arrow", + "arrowweakex": "long_weakness_tipped_arrow", + "arrowweakextended": "long_weakness_tipped_arrow", + "arrowweaklevel2": "long_weakness_tipped_arrow", + "arrowweaklong": "long_weakness_tipped_arrow", + "arrowweakness2": "long_weakness_tipped_arrow", + "arrowweaknessex": "long_weakness_tipped_arrow", + "arrowweaknessextended": "long_weakness_tipped_arrow", + "arrowweaknesslevel2": "long_weakness_tipped_arrow", + "arrowweaknesslong": "long_weakness_tipped_arrow", + "arrowweex": "long_weakness_tipped_arrow", + "arrowweextended": "long_weakness_tipped_arrow", + "arrowwelevel2": "long_weakness_tipped_arrow", + "arrowwelong": "long_weakness_tipped_arrow", + "we2tarr": "long_weakness_tipped_arrow", + "we2tarrow": "long_weakness_tipped_arrow", + "we2tippedarrow": "long_weakness_tipped_arrow", + "weak2tarr": "long_weakness_tipped_arrow", + "weak2tarrow": "long_weakness_tipped_arrow", + "weak2tippedarrow": "long_weakness_tipped_arrow", + "weakarrow2": "long_weakness_tipped_arrow", + "weakarrowex": "long_weakness_tipped_arrow", + "weakarrowextended": "long_weakness_tipped_arrow", + "weakarrowlevel2": "long_weakness_tipped_arrow", + "weakarrowlong": "long_weakness_tipped_arrow", + "weakextarr": "long_weakness_tipped_arrow", + "weakextarrow": "long_weakness_tipped_arrow", + "weakextendedtarr": "long_weakness_tipped_arrow", + "weakextendedtarrow": "long_weakness_tipped_arrow", + "weakextendedtippedarrow": "long_weakness_tipped_arrow", + "weakextippedarrow": "long_weakness_tipped_arrow", + "weaklevel2tarr": "long_weakness_tipped_arrow", + "weaklevel2tarrow": "long_weakness_tipped_arrow", + "weaklevel2tippedarrow": "long_weakness_tipped_arrow", + "weaklongtarr": "long_weakness_tipped_arrow", + "weaklongtarrow": "long_weakness_tipped_arrow", + "weaklongtippedarrow": "long_weakness_tipped_arrow", + "weakness2tarr": "long_weakness_tipped_arrow", + "weakness2tarrow": "long_weakness_tipped_arrow", + "weakness2tippedarrow": "long_weakness_tipped_arrow", + "weaknessarrow2": "long_weakness_tipped_arrow", + "weaknessarrowex": "long_weakness_tipped_arrow", + "weaknessarrowextended": "long_weakness_tipped_arrow", + "weaknessarrowlevel2": "long_weakness_tipped_arrow", + "weaknessarrowlong": "long_weakness_tipped_arrow", + "weaknessextarr": "long_weakness_tipped_arrow", + "weaknessextarrow": "long_weakness_tipped_arrow", + "weaknessextendedtarr": "long_weakness_tipped_arrow", + "weaknessextendedtarrow": "long_weakness_tipped_arrow", + "weaknessextendedtippedarrow": "long_weakness_tipped_arrow", + "weaknessextippedarrow": "long_weakness_tipped_arrow", + "weaknesslevel2tarr": "long_weakness_tipped_arrow", + "weaknesslevel2tarrow": "long_weakness_tipped_arrow", + "weaknesslevel2tippedarrow": "long_weakness_tipped_arrow", + "weaknesslongtarr": "long_weakness_tipped_arrow", + "weaknesslongtarrow": "long_weakness_tipped_arrow", + "weaknesslongtippedarrow": "long_weakness_tipped_arrow", + "wearrow2": "long_weakness_tipped_arrow", + "wearrowex": "long_weakness_tipped_arrow", + "wearrowextended": "long_weakness_tipped_arrow", + "wearrowlevel2": "long_weakness_tipped_arrow", + "wearrowlong": "long_weakness_tipped_arrow", + "weextarr": "long_weakness_tipped_arrow", + "weextarrow": "long_weakness_tipped_arrow", + "weextendedtarr": "long_weakness_tipped_arrow", + "weextendedtarrow": "long_weakness_tipped_arrow", + "weextendedtippedarrow": "long_weakness_tipped_arrow", + "weextippedarrow": "long_weakness_tipped_arrow", + "welevel2tarr": "long_weakness_tipped_arrow", + "welevel2tarrow": "long_weakness_tipped_arrow", + "welevel2tippedarrow": "long_weakness_tipped_arrow", + "welongtarr": "long_weakness_tipped_arrow", + "welongtarrow": "long_weakness_tipped_arrow", + "welongtippedarrow": "long_weakness_tipped_arrow", + "loom": { + "material": "LOOM" + }, + "minecraft:loom": "loom", + "luck_lingering_potion": { + "potionData": { + "type": "LUCK", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotclover": "luck_lingering_potion", + "aoepotionclover": "luck_lingering_potion", + "aoepotionluck": "luck_lingering_potion", + "aoepotionlucky": "luck_lingering_potion", + "aoepotluck": "luck_lingering_potion", + "aoepotlucky": "luck_lingering_potion", + "areapotclover": "luck_lingering_potion", + "areapotionclover": "luck_lingering_potion", + "areapotionluck": "luck_lingering_potion", + "areapotionlucky": "luck_lingering_potion", + "areapotluck": "luck_lingering_potion", + "areapotlucky": "luck_lingering_potion", + "cloudpotclover": "luck_lingering_potion", + "cloudpotionclover": "luck_lingering_potion", + "cloudpotionluck": "luck_lingering_potion", + "cloudpotionlucky": "luck_lingering_potion", + "cloudpotluck": "luck_lingering_potion", + "cloudpotlucky": "luck_lingering_potion", + "cloveraoepoiont": "luck_lingering_potion", + "cloveraoepot": "luck_lingering_potion", + "cloverareapot": "luck_lingering_potion", + "cloverareapotion": "luck_lingering_potion", + "clovercloudpot": "luck_lingering_potion", + "clovercloudpotion": "luck_lingering_potion", + "cloverlingerpot": "luck_lingering_potion", + "lingerpotclover": "luck_lingering_potion", + "lingerpotluck": "luck_lingering_potion", + "lingerpotlucky": "luck_lingering_potion", + "luckaoepoiont": "luck_lingering_potion", + "luckaoepot": "luck_lingering_potion", + "luckareapot": "luck_lingering_potion", + "luckareapotion": "luck_lingering_potion", + "luckcloudpot": "luck_lingering_potion", + "luckcloudpotion": "luck_lingering_potion", + "lucklingerpot": "luck_lingering_potion", + "luckyaoepoiont": "luck_lingering_potion", + "luckyaoepot": "luck_lingering_potion", + "luckyareapot": "luck_lingering_potion", + "luckyareapotion": "luck_lingering_potion", + "luckycloudpot": "luck_lingering_potion", + "luckycloudpotion": "luck_lingering_potion", + "luckylingerpot": "luck_lingering_potion", + "luck_potion": { + "potionData": { + "type": "LUCK", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "cloverpot": "luck_potion", + "cloverpotion": "luck_potion", + "luckpot": "luck_potion", + "luckpotion": "luck_potion", + "luckypot": "luck_potion", + "luckypotion": "luck_potion", + "potionofclover": "luck_potion", + "potionofluck": "luck_potion", + "potionoflucky": "luck_potion", + "potofclover": "luck_potion", + "potofluck": "luck_potion", + "potoflucky": "luck_potion", + "luck_splash_potion": { + "potionData": { + "type": "LUCK", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "cloversplashpot": "luck_splash_potion", + "cloversplashpotion": "luck_splash_potion", + "lucksplashpot": "luck_splash_potion", + "lucksplashpotion": "luck_splash_potion", + "luckysplashpot": "luck_splash_potion", + "luckysplashpotion": "luck_splash_potion", + "splashcloverpot": "luck_splash_potion", + "splashcloverpotion": "luck_splash_potion", + "splashluckpot": "luck_splash_potion", + "splashluckpotion": "luck_splash_potion", + "splashluckypot": "luck_splash_potion", + "splashluckypotion": "luck_splash_potion", + "splcloverpot": "luck_splash_potion", + "splcloverpotion": "luck_splash_potion", + "splluckpot": "luck_splash_potion", + "splluckpotion": "luck_splash_potion", + "splluckypot": "luck_splash_potion", + "splluckypotion": "luck_splash_potion", + "luck_tipped_arrow": { + "potionData": { + "type": "LUCK", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowclover": "luck_tipped_arrow", + "arrowluck": "luck_tipped_arrow", + "arrowlucky": "luck_tipped_arrow", + "cloverarrow": "luck_tipped_arrow", + "clovertarr": "luck_tipped_arrow", + "clovertarrow": "luck_tipped_arrow", + "clovertippedarrow": "luck_tipped_arrow", + "luckarrow": "luck_tipped_arrow", + "lucktarr": "luck_tipped_arrow", + "lucktarrow": "luck_tipped_arrow", + "lucktippedarrow": "luck_tipped_arrow", + "luckyarrow": "luck_tipped_arrow", + "luckytarr": "luck_tipped_arrow", + "luckytarrow": "luck_tipped_arrow", + "luckytippedarrow": "luck_tipped_arrow", + "magenta_banner": { + "material": "MAGENTA_BANNER" + }, + "magentabanner": "magenta_banner", + "mbanner": "magenta_banner", + "minecraft:magenta_banner": "magenta_banner", + "magenta_bed": { + "material": "MAGENTA_BED" + }, + "magentabed": "magenta_bed", + "mbed": "magenta_bed", + "minecraft:magenta_bed": "magenta_bed", + "magenta_candle": { + "material": "MAGENTA_CANDLE" + }, + "magentacandle": "magenta_candle", + "mcandle": "magenta_candle", + "minecraft:magenta_candle": "magenta_candle", + "magenta_carpet": { + "material": "MAGENTA_CARPET" + }, + "magentacarpet": "magenta_carpet", + "magentafloor": "magenta_carpet", + "mcarpet": "magenta_carpet", + "mfloor": "magenta_carpet", + "minecraft:magenta_carpet": "magenta_carpet", + "magenta_concrete": { + "material": "MAGENTA_CONCRETE" + }, + "magentaconcrete": "magenta_concrete", + "mconcrete": "magenta_concrete", + "minecraft:magenta_concrete": "magenta_concrete", + "magenta_concrete_powder": { + "material": "MAGENTA_CONCRETE_POWDER" + }, + "magentacdust": "magenta_concrete_powder", + "magentaconcretepowder": "magenta_concrete_powder", + "magentaconcretesand": "magenta_concrete_powder", + "magentacp": "magenta_concrete_powder", + "magentacpowder": "magenta_concrete_powder", + "mcdust": "magenta_concrete_powder", + "mconcretepowder": "magenta_concrete_powder", + "mconcretesand": "magenta_concrete_powder", + "mcp": "magenta_concrete_powder", + "mcpowder": "magenta_concrete_powder", + "minecraft:magenta_concrete_powder": "magenta_concrete_powder", + "magenta_dye": { + "material": "MAGENTA_DYE" + }, + "magentadye": "magenta_dye", + "mdye": "magenta_dye", + "minecraft:magenta_dye": "magenta_dye", + "magenta_glazed_terracotta": { + "material": "MAGENTA_GLAZED_TERRACOTTA" + }, + "magentaglazedtcota": "magenta_glazed_terracotta", + "magentaglazedterra": "magenta_glazed_terracotta", + "magentaglazedterracota": "magenta_glazed_terracotta", + "magentaglazedterracotta": "magenta_glazed_terracotta", + "magentagtcotta": "magenta_glazed_terracotta", + "magentagterra": "magenta_glazed_terracotta", + "mglazedtcota": "magenta_glazed_terracotta", + "mglazedterra": "magenta_glazed_terracotta", + "mglazedterracota": "magenta_glazed_terracotta", + "mglazedterracotta": "magenta_glazed_terracotta", + "mgtcotta": "magenta_glazed_terracotta", + "mgterra": "magenta_glazed_terracotta", + "minecraft:magenta_glazed_terracotta": "magenta_glazed_terracotta", + "magenta_shulker_box": { + "material": "MAGENTA_SHULKER_BOX" + }, + "magentasbox": "magenta_shulker_box", + "magentashulkerbox": "magenta_shulker_box", + "minecraft:magenta_shulker_box": "magenta_shulker_box", + "msbox": "magenta_shulker_box", + "mshulkerbox": "magenta_shulker_box", + "magenta_stained_glass": { + "material": "MAGENTA_STAINED_GLASS" + }, + "magentaglass": "magenta_stained_glass", + "magentasglass": "magenta_stained_glass", + "magentastainedglass": "magenta_stained_glass", + "mglass": "magenta_stained_glass", + "minecraft:magenta_stained_glass": "magenta_stained_glass", + "msglass": "magenta_stained_glass", + "mstainedglass": "magenta_stained_glass", + "magenta_stained_glass_pane": { + "material": "MAGENTA_STAINED_GLASS_PANE" + }, + "magentaglasspane": "magenta_stained_glass_pane", + "magentagpane": "magenta_stained_glass_pane", + "magentasglasspane": "magenta_stained_glass_pane", + "magentastainedglasspane": "magenta_stained_glass_pane", + "mglasspane": "magenta_stained_glass_pane", + "mgpane": "magenta_stained_glass_pane", + "minecraft:magenta_stained_glass_pane": "magenta_stained_glass_pane", + "msglasspane": "magenta_stained_glass_pane", + "mstainedglasspane": "magenta_stained_glass_pane", + "magenta_terracotta": { + "material": "MAGENTA_TERRACOTTA" + }, + "magentaclay": "magenta_terracotta", + "magentasclay": "magenta_terracotta", + "magentastainedclay": "magenta_terracotta", + "magentatcota": "magenta_terracotta", + "magentaterra": "magenta_terracotta", + "magentaterracota": "magenta_terracotta", + "magentaterracotta": "magenta_terracotta", + "mclay": "magenta_terracotta", + "minecraft:magenta_terracotta": "magenta_terracotta", + "msclay": "magenta_terracotta", + "mstainedclay": "magenta_terracotta", + "mtcota": "magenta_terracotta", + "mterra": "magenta_terracotta", + "mterracota": "magenta_terracotta", + "mterracotta": "magenta_terracotta", + "magenta_wool": { + "material": "MAGENTA_WOOL" + }, + "magentacloth": "magenta_wool", + "magentacotton": "magenta_wool", + "magentawool": "magenta_wool", + "mcloth": "magenta_wool", + "mcotton": "magenta_wool", + "minecraft:magenta_wool": "magenta_wool", + "mwool": "magenta_wool", + "magma_block": { + "material": "MAGMA_BLOCK" + }, + "magmablock": "magma_block", + "minecraft:magma_block": "magma_block", + "magma_cream": { + "material": "MAGMA_CREAM" + }, + "magmacream": "magma_cream", + "minecraft:magma_cream": "magma_cream", + "magma_cube_spawn_egg": { + "material": "MAGMA_CUBE_SPAWN_EGG" + }, + "egglavacube": "magma_cube_spawn_egg", + "egglavaslime": "magma_cube_spawn_egg", + "eggmagma_cube": "magma_cube_spawn_egg", + "eggmagmaslime": "magma_cube_spawn_egg", + "lavacubeegg": "magma_cube_spawn_egg", + "lavacubesegg": "magma_cube_spawn_egg", + "lavacubespawn": "magma_cube_spawn_egg", + "lavacubespawnegg": "magma_cube_spawn_egg", + "lavaslimeegg": "magma_cube_spawn_egg", + "lavaslimesegg": "magma_cube_spawn_egg", + "lavaslimespawn": "magma_cube_spawn_egg", + "lavaslimespawnegg": "magma_cube_spawn_egg", + "magma_cubeegg": "magma_cube_spawn_egg", + "magma_cubesegg": "magma_cube_spawn_egg", + "magma_cubespawn": "magma_cube_spawn_egg", + "magma_cubespawnegg": "magma_cube_spawn_egg", + "magmacubespawnegg": "magma_cube_spawn_egg", + "magmaslimeegg": "magma_cube_spawn_egg", + "magmaslimesegg": "magma_cube_spawn_egg", + "magmaslimespawn": "magma_cube_spawn_egg", + "magmaslimespawnegg": "magma_cube_spawn_egg", + "minecraft:magma_cube_spawn_egg": "magma_cube_spawn_egg", + "segglavacube": "magma_cube_spawn_egg", + "segglavaslime": "magma_cube_spawn_egg", + "seggmagma_cube": "magma_cube_spawn_egg", + "seggmagmaslime": "magma_cube_spawn_egg", + "spawnegglavacube": "magma_cube_spawn_egg", + "spawnegglavaslime": "magma_cube_spawn_egg", + "spawneggmagma_cube": "magma_cube_spawn_egg", + "spawneggmagmaslime": "magma_cube_spawn_egg", + "spawnlavacube": "magma_cube_spawn_egg", + "spawnlavaslime": "magma_cube_spawn_egg", + "spawnmagma_cube": "magma_cube_spawn_egg", + "spawnmagmaslime": "magma_cube_spawn_egg", + "magma_cube_spawner": { + "entity": "MAGMA_CUBE", + "material": "SPAWNER" + }, + "lavacubecage": "magma_cube_spawner", + "lavacubemcage": "magma_cube_spawner", + "lavacubemobcage": "magma_cube_spawner", + "lavacubemobspawner": "magma_cube_spawner", + "lavacubemonstercage": "magma_cube_spawner", + "lavacubemonsterspawner": "magma_cube_spawner", + "lavacubemspawner": "magma_cube_spawner", + "lavacubespawner": "magma_cube_spawner", + "lavaslimecage": "magma_cube_spawner", + "lavaslimemcage": "magma_cube_spawner", + "lavaslimemobcage": "magma_cube_spawner", + "lavaslimemobspawner": "magma_cube_spawner", + "lavaslimemonstercage": "magma_cube_spawner", + "lavaslimemonsterspawner": "magma_cube_spawner", + "lavaslimemspawner": "magma_cube_spawner", + "lavaslimespawner": "magma_cube_spawner", + "magma_cubecage": "magma_cube_spawner", + "magma_cubemcage": "magma_cube_spawner", + "magma_cubemobcage": "magma_cube_spawner", + "magma_cubemobspawner": "magma_cube_spawner", + "magma_cubemonstercage": "magma_cube_spawner", + "magma_cubemonsterspawner": "magma_cube_spawner", + "magma_cubemspawner": "magma_cube_spawner", + "magma_cubespawner": "magma_cube_spawner", + "magmaslimecage": "magma_cube_spawner", + "magmaslimemcage": "magma_cube_spawner", + "magmaslimemobcage": "magma_cube_spawner", + "magmaslimemobspawner": "magma_cube_spawner", + "magmaslimemonstercage": "magma_cube_spawner", + "magmaslimemonsterspawner": "magma_cube_spawner", + "magmaslimemspawner": "magma_cube_spawner", + "magmaslimespawner": "magma_cube_spawner", + "map": { + "material": "MAP" + }, + "minecraft:map": "map", + "medium_amethyst_bud": { + "material": "MEDIUM_AMETHYST_BUD" + }, + "amethystbudm": "medium_amethyst_bud", + "cavebudm": "medium_amethyst_bud", + "mamethystbud": "medium_amethyst_bud", + "mcavebud": "medium_amethyst_bud", + "mediumamethystbud": "medium_amethyst_bud", + "mediumcavebud": "medium_amethyst_bud", + "midamethystbud": "medium_amethyst_bud", + "midcavebud": "medium_amethyst_bud", + "minecraft:medium_amethyst_bud": "medium_amethyst_bud", + "melon": { + "material": "MELON" + }, + "minecraft:melon": "melon", + "melon_seeds": { + "material": "MELON_SEEDS" + }, + "melonseeds": "melon_seeds", + "minecraft:melon_seeds": "melon_seeds", + "melon_slice": { + "material": "MELON_SLICE" + }, + "melonslice": "melon_slice", + "minecraft:melon_slice": "melon_slice", + "milk_bucket": { + "material": "MILK_BUCKET" + }, + "milkbucket": "milk_bucket", + "minecraft:milk_bucket": "milk_bucket", + "minecart": { + "material": "MINECART" + }, + "cart": "minecart", + "mc": "minecart", + "mcart": "minecart", + "minecraft:minecart": "minecart", + "mojang_banner_pattern": { + "material": "MOJANG_BANNER_PATTERN" + }, + "minecraft:mojang_banner_pattern": "mojang_banner_pattern", + "mojangbannerpattern": "mojang_banner_pattern", + "mooshroom_spawn_egg": { + "material": "MOOSHROOM_SPAWN_EGG" + }, + "eggmooshroom": "mooshroom_spawn_egg", + "eggmushroom": "mooshroom_spawn_egg", + "eggmushroom_cow": "mooshroom_spawn_egg", + "eggmushroomcow": "mooshroom_spawn_egg", + "minecraft:mooshroom_spawn_egg": "mooshroom_spawn_egg", + "mooshroomegg": "mooshroom_spawn_egg", + "mooshroomsegg": "mooshroom_spawn_egg", + "mooshroomspawn": "mooshroom_spawn_egg", + "mooshroomspawnegg": "mooshroom_spawn_egg", + "mushroom_cowegg": "mooshroom_spawn_egg", + "mushroom_cowsegg": "mooshroom_spawn_egg", + "mushroom_cowspawn": "mooshroom_spawn_egg", + "mushroom_cowspawnegg": "mooshroom_spawn_egg", + "mushroomcowegg": "mooshroom_spawn_egg", + "mushroomcowsegg": "mooshroom_spawn_egg", + "mushroomcowspawn": "mooshroom_spawn_egg", + "mushroomcowspawnegg": "mooshroom_spawn_egg", + "mushroomegg": "mooshroom_spawn_egg", + "mushroomsegg": "mooshroom_spawn_egg", + "mushroomspawn": "mooshroom_spawn_egg", + "mushroomspawnegg": "mooshroom_spawn_egg", + "seggmooshroom": "mooshroom_spawn_egg", + "seggmushroom": "mooshroom_spawn_egg", + "seggmushroom_cow": "mooshroom_spawn_egg", + "seggmushroomcow": "mooshroom_spawn_egg", + "spawneggmooshroom": "mooshroom_spawn_egg", + "spawneggmushroom": "mooshroom_spawn_egg", + "spawneggmushroom_cow": "mooshroom_spawn_egg", + "spawneggmushroomcow": "mooshroom_spawn_egg", + "spawnmooshroom": "mooshroom_spawn_egg", + "spawnmushroom": "mooshroom_spawn_egg", + "spawnmushroom_cow": "mooshroom_spawn_egg", + "spawnmushroomcow": "mooshroom_spawn_egg", + "moss_block": { + "material": "MOSS_BLOCK" + }, + "minecraft:moss_block": "moss_block", + "mossblock": "moss_block", + "moss_carpet": { + "material": "MOSS_CARPET" + }, + "minecraft:moss_carpet": "moss_carpet", + "mosscarpet": "moss_carpet", + "mossy_cobblestone": { + "material": "MOSSY_COBBLESTONE" + }, + "mcobble": "mossy_cobblestone", + "mcobbleb": "mossy_cobblestone", + "mcobblebl": "mossy_cobblestone", + "mcobbleblock": "mossy_cobblestone", + "mcobblestone": "mossy_cobblestone", + "mcobblestoneb": "mossy_cobblestone", + "mcobblestonebl": "mossy_cobblestone", + "mcobblestoneblock": "mossy_cobblestone", + "mcs": "mossy_cobblestone", + "mcsb": "mossy_cobblestone", + "mcsbl": "mossy_cobblestone", + "mcsblock": "mossy_cobblestone", + "mcst": "mossy_cobblestone", + "mcstb": "mossy_cobblestone", + "mcstbl": "mossy_cobblestone", + "mcstblock": "mossy_cobblestone", + "mcstone": "mossy_cobblestone", + "mcstoneb": "mossy_cobblestone", + "mcstonebl": "mossy_cobblestone", + "mcstoneblock": "mossy_cobblestone", + "minecraft:mossy_cobblestone": "mossy_cobblestone", + "mosscobble": "mossy_cobblestone", + "mosscobbleb": "mossy_cobblestone", + "mosscobblebl": "mossy_cobblestone", + "mosscobbleblock": "mossy_cobblestone", + "mosscobblestone": "mossy_cobblestone", + "mosscobblestoneb": "mossy_cobblestone", + "mosscobblestonebl": "mossy_cobblestone", + "mosscobblestoneblock": "mossy_cobblestone", + "mosscs": "mossy_cobblestone", + "mosscsb": "mossy_cobblestone", + "mosscsbl": "mossy_cobblestone", + "mosscsblock": "mossy_cobblestone", + "mosscst": "mossy_cobblestone", + "mosscstb": "mossy_cobblestone", + "mosscstbl": "mossy_cobblestone", + "mosscstblock": "mossy_cobblestone", + "mosscstone": "mossy_cobblestone", + "mosscstoneb": "mossy_cobblestone", + "mosscstonebl": "mossy_cobblestone", + "mosscstoneblock": "mossy_cobblestone", + "mossycobble": "mossy_cobblestone", + "mossycobbleb": "mossy_cobblestone", + "mossycobblebl": "mossy_cobblestone", + "mossycobbleblock": "mossy_cobblestone", + "mossycobblestone": "mossy_cobblestone", + "mossycobblestoneb": "mossy_cobblestone", + "mossycobblestonebl": "mossy_cobblestone", + "mossycobblestoneblock": "mossy_cobblestone", + "mossycs": "mossy_cobblestone", + "mossycsb": "mossy_cobblestone", + "mossycsbl": "mossy_cobblestone", + "mossycsblock": "mossy_cobblestone", + "mossycst": "mossy_cobblestone", + "mossycstb": "mossy_cobblestone", + "mossycstbl": "mossy_cobblestone", + "mossycstblock": "mossy_cobblestone", + "mossycstone": "mossy_cobblestone", + "mossycstoneb": "mossy_cobblestone", + "mossycstonebl": "mossy_cobblestone", + "mossycstoneblock": "mossy_cobblestone", + "mossy_cobblestone_slab": { + "material": "MOSSY_COBBLESTONE_SLAB" + }, + "mcobblehalfblock": "mossy_cobblestone_slab", + "mcobblestep": "mossy_cobblestone_slab", + "mcobblestonehalfblock": "mossy_cobblestone_slab", + "mcobblestonestep": "mossy_cobblestone_slab", + "mcshalfblock": "mossy_cobblestone_slab", + "mcsstep": "mossy_cobblestone_slab", + "mcsthalfblock": "mossy_cobblestone_slab", + "mcstonehalfblock": "mossy_cobblestone_slab", + "mcstonestep": "mossy_cobblestone_slab", + "mcststep": "mossy_cobblestone_slab", + "minecraft:mossy_cobblestone_slab": "mossy_cobblestone_slab", + "mosscobblehalfblock": "mossy_cobblestone_slab", + "mosscobblestep": "mossy_cobblestone_slab", + "mosscobblestonehalfblock": "mossy_cobblestone_slab", + "mosscobblestonestep": "mossy_cobblestone_slab", + "mosscshalfblock": "mossy_cobblestone_slab", + "mosscsstep": "mossy_cobblestone_slab", + "mosscsthalfblock": "mossy_cobblestone_slab", + "mosscstonehalfblock": "mossy_cobblestone_slab", + "mosscstonestep": "mossy_cobblestone_slab", + "mosscststep": "mossy_cobblestone_slab", + "mossycobblehalfblock": "mossy_cobblestone_slab", + "mossycobblestep": "mossy_cobblestone_slab", + "mossycobblestonehalfblock": "mossy_cobblestone_slab", + "mossycobblestoneslab": "mossy_cobblestone_slab", + "mossycobblestonestep": "mossy_cobblestone_slab", + "mossycshalfblock": "mossy_cobblestone_slab", + "mossycsstep": "mossy_cobblestone_slab", + "mossycsthalfblock": "mossy_cobblestone_slab", + "mossycstonehalfblock": "mossy_cobblestone_slab", + "mossycstonestep": "mossy_cobblestone_slab", + "mossycststep": "mossy_cobblestone_slab", + "mossy_cobblestone_stairs": { + "material": "MOSSY_COBBLESTONE_STAIRS" + }, + "mcobblestair": "mossy_cobblestone_stairs", + "mcobblestairs": "mossy_cobblestone_stairs", + "mcobblestonestair": "mossy_cobblestone_stairs", + "mcobblestonestairs": "mossy_cobblestone_stairs", + "mcsstair": "mossy_cobblestone_stairs", + "mcsstairs": "mossy_cobblestone_stairs", + "mcstonestair": "mossy_cobblestone_stairs", + "mcstonestairs": "mossy_cobblestone_stairs", + "mcststair": "mossy_cobblestone_stairs", + "mcststairs": "mossy_cobblestone_stairs", + "minecraft:mossy_cobblestone_stairs": "mossy_cobblestone_stairs", + "mosscobblestair": "mossy_cobblestone_stairs", + "mosscobblestairs": "mossy_cobblestone_stairs", + "mosscobblestonestair": "mossy_cobblestone_stairs", + "mosscobblestonestairs": "mossy_cobblestone_stairs", + "mosscsstair": "mossy_cobblestone_stairs", + "mosscsstairs": "mossy_cobblestone_stairs", + "mosscstonestair": "mossy_cobblestone_stairs", + "mosscstonestairs": "mossy_cobblestone_stairs", + "mosscststair": "mossy_cobblestone_stairs", + "mosscststairs": "mossy_cobblestone_stairs", + "mossycobblestair": "mossy_cobblestone_stairs", + "mossycobblestairs": "mossy_cobblestone_stairs", + "mossycobblestonestair": "mossy_cobblestone_stairs", + "mossycobblestonestairs": "mossy_cobblestone_stairs", + "mossycsstair": "mossy_cobblestone_stairs", + "mossycsstairs": "mossy_cobblestone_stairs", + "mossycstonestair": "mossy_cobblestone_stairs", + "mossycstonestairs": "mossy_cobblestone_stairs", + "mossycststair": "mossy_cobblestone_stairs", + "mossycststairs": "mossy_cobblestone_stairs", + "mossy_cobblestone_wall": { + "material": "MOSSY_COBBLESTONE_WALL" + }, + "mcobblestonewall": "mossy_cobblestone_wall", + "mcobblewall": "mossy_cobblestone_wall", + "mcstonewall": "mossy_cobblestone_wall", + "mcstwall": "mossy_cobblestone_wall", + "mcswall": "mossy_cobblestone_wall", + "minecraft:mossy_cobblestone_wall": "mossy_cobblestone_wall", + "mosscobblestonewall": "mossy_cobblestone_wall", + "mosscobblewall": "mossy_cobblestone_wall", + "mosscstonewall": "mossy_cobblestone_wall", + "mosscstwall": "mossy_cobblestone_wall", + "mosscswall": "mossy_cobblestone_wall", + "mossycobblestonewall": "mossy_cobblestone_wall", + "mossycobblewall": "mossy_cobblestone_wall", + "mossycstonewall": "mossy_cobblestone_wall", + "mossycstwall": "mossy_cobblestone_wall", + "mossycswall": "mossy_cobblestone_wall", + "wallmcobble": "mossy_cobblestone_wall", + "wallmcobblestone": "mossy_cobblestone_wall", + "wallmcs": "mossy_cobblestone_wall", + "wallmcst": "mossy_cobblestone_wall", + "wallmcstone": "mossy_cobblestone_wall", + "wallmosscobble": "mossy_cobblestone_wall", + "wallmosscobblestone": "mossy_cobblestone_wall", + "wallmosscs": "mossy_cobblestone_wall", + "wallmosscst": "mossy_cobblestone_wall", + "wallmosscstone": "mossy_cobblestone_wall", + "wallmossycobble": "mossy_cobblestone_wall", + "wallmossycobblestone": "mossy_cobblestone_wall", + "wallmossycs": "mossy_cobblestone_wall", + "wallmossycst": "mossy_cobblestone_wall", + "wallmossycstone": "mossy_cobblestone_wall", + "mossy_stone_brick_slab": { + "material": "MOSSY_STONE_BRICK_SLAB" + }, + "minecraft:mossy_stone_brick_slab": "mossy_stone_brick_slab", + "mosssthalfblock": "mossy_stone_brick_slab", + "mossstonehalfblock": "mossy_stone_brick_slab", + "mossstonestep": "mossy_stone_brick_slab", + "mossststep": "mossy_stone_brick_slab", + "mossysthalfblock": "mossy_stone_brick_slab", + "mossystonebrickslab": "mossy_stone_brick_slab", + "mossystonehalfblock": "mossy_stone_brick_slab", + "mossystonestep": "mossy_stone_brick_slab", + "mossyststep": "mossy_stone_brick_slab", + "msthalfblock": "mossy_stone_brick_slab", + "mstonehalfblock": "mossy_stone_brick_slab", + "mstonestep": "mossy_stone_brick_slab", + "mststep": "mossy_stone_brick_slab", + "mossy_stone_brick_stairs": { + "material": "MOSSY_STONE_BRICK_STAIRS" + }, + "minecraft:mossy_stone_brick_stairs": "mossy_stone_brick_stairs", + "mossstonestair": "mossy_stone_brick_stairs", + "mossstonestairs": "mossy_stone_brick_stairs", + "mossststair": "mossy_stone_brick_stairs", + "mossststairs": "mossy_stone_brick_stairs", + "mossystonebrickstairs": "mossy_stone_brick_stairs", + "mossystonestair": "mossy_stone_brick_stairs", + "mossystonestairs": "mossy_stone_brick_stairs", + "mossyststair": "mossy_stone_brick_stairs", + "mossyststairs": "mossy_stone_brick_stairs", + "mstonestair": "mossy_stone_brick_stairs", + "mstonestairs": "mossy_stone_brick_stairs", + "mststair": "mossy_stone_brick_stairs", + "mststairs": "mossy_stone_brick_stairs", + "mossy_stone_brick_wall": { + "material": "MOSSY_STONE_BRICK_WALL" + }, + "minecraft:mossy_stone_brick_wall": "mossy_stone_brick_wall", + "mossstonewall": "mossy_stone_brick_wall", + "mossstwall": "mossy_stone_brick_wall", + "mossystonebrickwall": "mossy_stone_brick_wall", + "mossystonewall": "mossy_stone_brick_wall", + "mossystwall": "mossy_stone_brick_wall", + "mstonewall": "mossy_stone_brick_wall", + "mstwall": "mossy_stone_brick_wall", + "wallmossst": "mossy_stone_brick_wall", + "wallmossstone": "mossy_stone_brick_wall", + "wallmossyst": "mossy_stone_brick_wall", + "wallmossystone": "mossy_stone_brick_wall", + "wallmst": "mossy_stone_brick_wall", + "wallmstone": "mossy_stone_brick_wall", + "mossy_stone_bricks": { + "material": "MOSSY_STONE_BRICKS" + }, + "minecraft:mossy_stone_bricks": "mossy_stone_bricks", + "mossst": "mossy_stone_bricks", + "mossstone": "mossy_stone_bricks", + "mossyst": "mossy_stone_bricks", + "mossystone": "mossy_stone_bricks", + "mossystonebricks": "mossy_stone_bricks", + "mst": "mossy_stone_bricks", + "mstone": "mossy_stone_bricks", + "mule_spawn_egg": { + "material": "MULE_SPAWN_EGG" + }, + "eggmule": "mule_spawn_egg", + "minecraft:mule_spawn_egg": "mule_spawn_egg", + "muleegg": "mule_spawn_egg", + "mulesegg": "mule_spawn_egg", + "mulespawn": "mule_spawn_egg", + "mulespawnegg": "mule_spawn_egg", + "seggmule": "mule_spawn_egg", + "spawneggmule": "mule_spawn_egg", + "spawnmule": "mule_spawn_egg", + "mule_spawner": { + "entity": "MULE", + "material": "SPAWNER" + }, + "mulecage": "mule_spawner", + "mulemcage": "mule_spawner", + "mulemobcage": "mule_spawner", + "mulemobspawner": "mule_spawner", + "mulemonstercage": "mule_spawner", + "mulemonsterspawner": "mule_spawner", + "mulemspawner": "mule_spawner", + "mulespawner": "mule_spawner", + "mundane_lingering_potion": { + "potionData": { + "type": "MUNDANE", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionmundane": "mundane_lingering_potion", + "aoepotmundane": "mundane_lingering_potion", + "areapotionmundane": "mundane_lingering_potion", + "areapotmundane": "mundane_lingering_potion", + "cloudpotionmundane": "mundane_lingering_potion", + "cloudpotmundane": "mundane_lingering_potion", + "lingerpotmundane": "mundane_lingering_potion", + "mundaneaoepoiont": "mundane_lingering_potion", + "mundaneaoepot": "mundane_lingering_potion", + "mundaneareapot": "mundane_lingering_potion", + "mundaneareapotion": "mundane_lingering_potion", + "mundanecloudpot": "mundane_lingering_potion", + "mundanecloudpotion": "mundane_lingering_potion", + "mundanelingerpot": "mundane_lingering_potion", + "mundane_potion": { + "potionData": { + "type": "MUNDANE", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "mundanepot": "mundane_potion", + "mundanepotion": "mundane_potion", + "potionofmundane": "mundane_potion", + "potofmundane": "mundane_potion", + "mundane_splash_potion": { + "potionData": { + "type": "MUNDANE", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "mundanesplashpot": "mundane_splash_potion", + "mundanesplashpotion": "mundane_splash_potion", + "splashmundanepot": "mundane_splash_potion", + "splashmundanepotion": "mundane_splash_potion", + "splmundanepot": "mundane_splash_potion", + "splmundanepotion": "mundane_splash_potion", + "mundane_tipped_arrow": { + "potionData": { + "type": "MUNDANE", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowmundane": "mundane_tipped_arrow", + "mundanearrow": "mundane_tipped_arrow", + "mundanetarr": "mundane_tipped_arrow", + "mundanetarrow": "mundane_tipped_arrow", + "mundanetippedarrow": "mundane_tipped_arrow", + "mushroom_cow_spawner": { + "entity": "MUSHROOM_COW", + "material": "SPAWNER" + }, + "mooshroomcage": "mushroom_cow_spawner", + "mooshroommcage": "mushroom_cow_spawner", + "mooshroommobcage": "mushroom_cow_spawner", + "mooshroommobspawner": "mushroom_cow_spawner", + "mooshroommonstercage": "mushroom_cow_spawner", + "mooshroommonsterspawner": "mushroom_cow_spawner", + "mooshroommspawner": "mushroom_cow_spawner", + "mooshroomspawner": "mushroom_cow_spawner", + "mushroom_cowcage": "mushroom_cow_spawner", + "mushroom_cowmcage": "mushroom_cow_spawner", + "mushroom_cowmobcage": "mushroom_cow_spawner", + "mushroom_cowmobspawner": "mushroom_cow_spawner", + "mushroom_cowmonstercage": "mushroom_cow_spawner", + "mushroom_cowmonsterspawner": "mushroom_cow_spawner", + "mushroom_cowmspawner": "mushroom_cow_spawner", + "mushroom_cowspawner": "mushroom_cow_spawner", + "mushroomcage": "mushroom_cow_spawner", + "mushroomcowcage": "mushroom_cow_spawner", + "mushroomcowmcage": "mushroom_cow_spawner", + "mushroomcowmobcage": "mushroom_cow_spawner", + "mushroomcowmobspawner": "mushroom_cow_spawner", + "mushroomcowmonstercage": "mushroom_cow_spawner", + "mushroomcowmonsterspawner": "mushroom_cow_spawner", + "mushroomcowmspawner": "mushroom_cow_spawner", + "mushroomcowspawner": "mushroom_cow_spawner", + "mushroommcage": "mushroom_cow_spawner", + "mushroommobcage": "mushroom_cow_spawner", + "mushroommobspawner": "mushroom_cow_spawner", + "mushroommonstercage": "mushroom_cow_spawner", + "mushroommonsterspawner": "mushroom_cow_spawner", + "mushroommspawner": "mushroom_cow_spawner", + "mushroomspawner": "mushroom_cow_spawner", + "mushroom_stem": { + "material": "MUSHROOM_STEM" + }, + "minecraft:mushroom_stem": "mushroom_stem", + "mushroomstem": "mushroom_stem", + "mushroom_stew": { + "material": "MUSHROOM_STEW" + }, + "minecraft:mushroom_stew": "mushroom_stew", + "mushroomstew": "mushroom_stew", + "music_disc_11": { + "material": "MUSIC_DISC_11" + }, + "11cd": "music_disc_11", + "11disc": "music_disc_11", + "11disk": "music_disc_11", + "11mcd": "music_disc_11", + "11mdisc": "music_disc_11", + "11mdisk": "music_disc_11", + "11mrecord": "music_disc_11", + "11musiccd": "music_disc_11", + "11musicdisc": "music_disc_11", + "11musicdisk": "music_disc_11", + "11musicrecord": "music_disc_11", + "11record": "music_disc_11", + "ccd": "music_disc_11", + "cd11": "music_disc_11", + "cdisc": "music_disc_11", + "cdisk": "music_disc_11", + "cmcd": "music_disc_11", + "cmdisc": "music_disc_11", + "cmdisk": "music_disc_11", + "cmrecord": "music_disc_11", + "cmusiccd": "music_disc_11", + "cmusicdisc": "music_disc_11", + "cmusicdisk": "music_disc_11", + "cmusicrecord": "music_disc_11", + "crackcd": "music_disc_11", + "crackdisc": "music_disc_11", + "crackdisk": "music_disc_11", + "crackedcd": "music_disc_11", + "crackeddisc": "music_disc_11", + "crackeddisk": "music_disc_11", + "crackedmcd": "music_disc_11", + "crackedmdisc": "music_disc_11", + "crackedmdisk": "music_disc_11", + "crackedmrecord": "music_disc_11", + "crackedmusiccd": "music_disc_11", + "crackedmusicdisc": "music_disc_11", + "crackedmusicdisk": "music_disc_11", + "crackedmusicrecord": "music_disc_11", + "crackedrecord": "music_disc_11", + "crackmcd": "music_disc_11", + "crackmdisc": "music_disc_11", + "crackmdisk": "music_disc_11", + "crackmrecord": "music_disc_11", + "crackmusiccd": "music_disc_11", + "crackmusicdisc": "music_disc_11", + "crackmusicdisk": "music_disc_11", + "crackmusicrecord": "music_disc_11", + "crackrecord": "music_disc_11", + "crecord": "music_disc_11", + "disc11": "music_disc_11", + "disk11": "music_disc_11", + "mcd11": "music_disc_11", + "mdisc11": "music_disc_11", + "mdisk11": "music_disc_11", + "minecraft:music_disc_11": "music_disc_11", + "mrecord11": "music_disc_11", + "musiccd11": "music_disc_11", + "musicdisc11": "music_disc_11", + "musicdisk11": "music_disc_11", + "musicrecord11": "music_disc_11", + "record11": "music_disc_11", + "music_disc_13": { + "material": "MUSIC_DISC_13" + }, + "13cd": "music_disc_13", + "13disc": "music_disc_13", + "13disk": "music_disc_13", + "13mcd": "music_disc_13", + "13mdisc": "music_disc_13", + "13mdisk": "music_disc_13", + "13mrecord": "music_disc_13", + "13musiccd": "music_disc_13", + "13musicdisc": "music_disc_13", + "13musicdisk": "music_disc_13", + "13musicrecord": "music_disc_13", + "13record": "music_disc_13", + "1cd": "music_disc_13", + "1disc": "music_disc_13", + "1disk": "music_disc_13", + "1mcd": "music_disc_13", + "1mdisc": "music_disc_13", + "1mdisk": "music_disc_13", + "1mrecord": "music_disc_13", + "1musiccd": "music_disc_13", + "1musicdisc": "music_disc_13", + "1musicdisk": "music_disc_13", + "1musicrecord": "music_disc_13", + "1record": "music_disc_13", + "cd1": "music_disc_13", + "disc1": "music_disc_13", + "disk1": "music_disc_13", + "gocd": "music_disc_13", + "godisc": "music_disc_13", + "godisk": "music_disc_13", + "goldcd": "music_disc_13", + "golddisc": "music_disc_13", + "golddisk": "music_disc_13", + "goldmcd": "music_disc_13", + "goldmdisc": "music_disc_13", + "goldmdisk": "music_disc_13", + "goldmrecord": "music_disc_13", + "goldmusiccd": "music_disc_13", + "goldmusicdisc": "music_disc_13", + "goldmusicdisk": "music_disc_13", + "goldmusicrecord": "music_disc_13", + "goldrecord": "music_disc_13", + "gomcd": "music_disc_13", + "gomdisc": "music_disc_13", + "gomdisk": "music_disc_13", + "gomrecord": "music_disc_13", + "gomusiccd": "music_disc_13", + "gomusicdisc": "music_disc_13", + "gomusicdisk": "music_disc_13", + "gomusicrecord": "music_disc_13", + "gorecord": "music_disc_13", + "mcd1": "music_disc_13", + "mdisc1": "music_disc_13", + "mdisk1": "music_disc_13", + "minecraft:music_disc_13": "music_disc_13", + "mrecord1": "music_disc_13", + "musiccd1": "music_disc_13", + "musicdisc1": "music_disc_13", + "musicdisc13": "music_disc_13", + "musicdisk1": "music_disc_13", + "musicrecord1": "music_disc_13", + "record1": "music_disc_13", + "music_disc_blocks": { + "material": "MUSIC_DISC_BLOCKS" + }, + "3cd": "music_disc_blocks", + "3disc": "music_disc_blocks", + "3disk": "music_disc_blocks", + "3mcd": "music_disc_blocks", + "3mdisc": "music_disc_blocks", + "3mdisk": "music_disc_blocks", + "3mrecord": "music_disc_blocks", + "3musiccd": "music_disc_blocks", + "3musicdisc": "music_disc_blocks", + "3musicdisk": "music_disc_blocks", + "3musicrecord": "music_disc_blocks", + "3record": "music_disc_blocks", + "blockscd": "music_disc_blocks", + "blocksdisc": "music_disc_blocks", + "blocksdisk": "music_disc_blocks", + "blocksmcd": "music_disc_blocks", + "blocksmdisc": "music_disc_blocks", + "blocksmdisk": "music_disc_blocks", + "blocksmrecord": "music_disc_blocks", + "blocksmusiccd": "music_disc_blocks", + "blocksmusicdisc": "music_disc_blocks", + "blocksmusicdisk": "music_disc_blocks", + "blocksmusicrecord": "music_disc_blocks", + "blocksrecord": "music_disc_blocks", + "cd3": "music_disc_blocks", + "disc3": "music_disc_blocks", + "disk3": "music_disc_blocks", + "mcd3": "music_disc_blocks", + "mdisc3": "music_disc_blocks", + "mdisk3": "music_disc_blocks", + "minecraft:music_disc_blocks": "music_disc_blocks", + "mrecord3": "music_disc_blocks", + "musiccd3": "music_disc_blocks", + "musicdisc3": "music_disc_blocks", + "musicdiscblocks": "music_disc_blocks", + "musicdisk3": "music_disc_blocks", + "musicrecord3": "music_disc_blocks", + "orangecd": "music_disc_blocks", + "orangedisc": "music_disc_blocks", + "orangedisk": "music_disc_blocks", + "orangemcd": "music_disc_blocks", + "orangemdisc": "music_disc_blocks", + "orangemdisk": "music_disc_blocks", + "orangemrecord": "music_disc_blocks", + "orangemusiccd": "music_disc_blocks", + "orangemusicdisc": "music_disc_blocks", + "orangemusicdisk": "music_disc_blocks", + "orangemusicrecord": "music_disc_blocks", + "orangerecord": "music_disc_blocks", + "orcd": "music_disc_blocks", + "ordisc": "music_disc_blocks", + "ordisk": "music_disc_blocks", + "ormcd": "music_disc_blocks", + "ormdisc": "music_disc_blocks", + "ormdisk": "music_disc_blocks", + "ormrecord": "music_disc_blocks", + "ormusiccd": "music_disc_blocks", + "ormusicdisc": "music_disc_blocks", + "ormusicdisk": "music_disc_blocks", + "ormusicrecord": "music_disc_blocks", + "orrecord": "music_disc_blocks", + "record3": "music_disc_blocks", + "music_disc_cat": { + "material": "MUSIC_DISC_CAT" + }, + "2cd": "music_disc_cat", + "2disc": "music_disc_cat", + "2disk": "music_disc_cat", + "2mcd": "music_disc_cat", + "2mdisc": "music_disc_cat", + "2mdisk": "music_disc_cat", + "2mrecord": "music_disc_cat", + "2musiccd": "music_disc_cat", + "2musicdisc": "music_disc_cat", + "2musicdisk": "music_disc_cat", + "2musicrecord": "music_disc_cat", + "2record": "music_disc_cat", + "catcd": "music_disc_cat", + "catdisc": "music_disc_cat", + "catdisk": "music_disc_cat", + "catmcd": "music_disc_cat", + "catmdisc": "music_disc_cat", + "catmdisk": "music_disc_cat", + "catmrecord": "music_disc_cat", + "catmusiccd": "music_disc_cat", + "catmusicdisc": "music_disc_cat", + "catmusicdisk": "music_disc_cat", + "catmusicrecord": "music_disc_cat", + "catrecord": "music_disc_cat", + "cd2": "music_disc_cat", + "disc2": "music_disc_cat", + "disk2": "music_disc_cat", + "grcd": "music_disc_cat", + "grdisc": "music_disc_cat", + "grdisk": "music_disc_cat", + "greencd": "music_disc_cat", + "greendisc": "music_disc_cat", + "greendisk": "music_disc_cat", + "greenmcd": "music_disc_cat", + "greenmdisc": "music_disc_cat", + "greenmdisk": "music_disc_cat", + "greenmrecord": "music_disc_cat", + "greenmusiccd": "music_disc_cat", + "greenmusicdisc": "music_disc_cat", + "greenmusicdisk": "music_disc_cat", + "greenmusicrecord": "music_disc_cat", + "greenrecord": "music_disc_cat", + "grmcd": "music_disc_cat", + "grmdisc": "music_disc_cat", + "grmdisk": "music_disc_cat", + "grmrecord": "music_disc_cat", + "grmusiccd": "music_disc_cat", + "grmusicdisc": "music_disc_cat", + "grmusicdisk": "music_disc_cat", + "grmusicrecord": "music_disc_cat", + "grrecord": "music_disc_cat", + "mcd2": "music_disc_cat", + "mdisc2": "music_disc_cat", + "mdisk2": "music_disc_cat", + "minecraft:music_disc_cat": "music_disc_cat", + "mrecord2": "music_disc_cat", + "musiccd2": "music_disc_cat", + "musicdisc2": "music_disc_cat", + "musicdisccat": "music_disc_cat", + "musicdisk2": "music_disc_cat", + "musicrecord2": "music_disc_cat", + "record2": "music_disc_cat", + "music_disc_chirp": { + "material": "MUSIC_DISC_CHIRP" + }, + "4cd": "music_disc_chirp", + "4disc": "music_disc_chirp", + "4disk": "music_disc_chirp", + "4mcd": "music_disc_chirp", + "4mdisc": "music_disc_chirp", + "4mdisk": "music_disc_chirp", + "4mrecord": "music_disc_chirp", + "4musiccd": "music_disc_chirp", + "4musicdisc": "music_disc_chirp", + "4musicdisk": "music_disc_chirp", + "4musicrecord": "music_disc_chirp", + "4record": "music_disc_chirp", + "cd4": "music_disc_chirp", + "chirpcd": "music_disc_chirp", + "chirpdisc": "music_disc_chirp", + "chirpdisk": "music_disc_chirp", + "chirpmcd": "music_disc_chirp", + "chirpmdisc": "music_disc_chirp", + "chirpmdisk": "music_disc_chirp", + "chirpmrecord": "music_disc_chirp", + "chirpmusiccd": "music_disc_chirp", + "chirpmusicdisc": "music_disc_chirp", + "chirpmusicdisk": "music_disc_chirp", + "chirpmusicrecord": "music_disc_chirp", + "chirprecord": "music_disc_chirp", + "disc4": "music_disc_chirp", + "disk4": "music_disc_chirp", + "mcd4": "music_disc_chirp", + "mdisc4": "music_disc_chirp", + "mdisk4": "music_disc_chirp", + "minecraft:music_disc_chirp": "music_disc_chirp", + "mrecord4": "music_disc_chirp", + "musiccd4": "music_disc_chirp", + "musicdisc4": "music_disc_chirp", + "musicdiscchirp": "music_disc_chirp", + "musicdisk4": "music_disc_chirp", + "musicrecord4": "music_disc_chirp", + "recd": "music_disc_chirp", + "record4": "music_disc_chirp", + "redcd": "music_disc_chirp", + "reddisc": "music_disc_chirp", + "reddisk": "music_disc_chirp", + "redisc": "music_disc_chirp", + "redisk": "music_disc_chirp", + "redmcd": "music_disc_chirp", + "redmdisc": "music_disc_chirp", + "redmdisk": "music_disc_chirp", + "redmrecord": "music_disc_chirp", + "redmusiccd": "music_disc_chirp", + "redmusicdisc": "music_disc_chirp", + "redmusicdisk": "music_disc_chirp", + "redmusicrecord": "music_disc_chirp", + "redrecord": "music_disc_chirp", + "remcd": "music_disc_chirp", + "remdisc": "music_disc_chirp", + "remdisk": "music_disc_chirp", + "remrecord": "music_disc_chirp", + "remusiccd": "music_disc_chirp", + "remusicdisc": "music_disc_chirp", + "remusicdisk": "music_disc_chirp", + "remusicrecord": "music_disc_chirp", + "rerecord": "music_disc_chirp", + "music_disc_far": { + "material": "MUSIC_DISC_FAR" + }, + "5cd": "music_disc_far", + "5disc": "music_disc_far", + "5disk": "music_disc_far", + "5mcd": "music_disc_far", + "5mdisc": "music_disc_far", + "5mdisk": "music_disc_far", + "5mrecord": "music_disc_far", + "5musiccd": "music_disc_far", + "5musicdisc": "music_disc_far", + "5musicdisk": "music_disc_far", + "5musicrecord": "music_disc_far", + "5record": "music_disc_far", + "cd5": "music_disc_far", + "disc5": "music_disc_far", + "disk5": "music_disc_far", + "farcd": "music_disc_far", + "fardisc": "music_disc_far", + "fardisk": "music_disc_far", + "farmcd": "music_disc_far", + "farmdisc": "music_disc_far", + "farmdisk": "music_disc_far", + "farmrecord": "music_disc_far", + "farmusiccd": "music_disc_far", + "farmusicdisc": "music_disc_far", + "farmusicdisk": "music_disc_far", + "farmusicrecord": "music_disc_far", + "farrecord": "music_disc_far", + "lgrcd": "music_disc_far", + "lgrdisc": "music_disc_far", + "lgrdisk": "music_disc_far", + "lgreencd": "music_disc_far", + "lgreendisc": "music_disc_far", + "lgreendisk": "music_disc_far", + "lgreenmcd": "music_disc_far", + "lgreenmdisc": "music_disc_far", + "lgreenmdisk": "music_disc_far", + "lgreenmrecord": "music_disc_far", + "lgreenmusiccd": "music_disc_far", + "lgreenmusicdisc": "music_disc_far", + "lgreenmusicdisk": "music_disc_far", + "lgreenmusicrecord": "music_disc_far", + "lgreenrecord": "music_disc_far", + "lgrmcd": "music_disc_far", + "lgrmdisc": "music_disc_far", + "lgrmdisk": "music_disc_far", + "lgrmrecord": "music_disc_far", + "lgrmusiccd": "music_disc_far", + "lgrmusicdisc": "music_disc_far", + "lgrmusicdisk": "music_disc_far", + "lgrmusicrecord": "music_disc_far", + "lgrrecord": "music_disc_far", + "lightgrcd": "music_disc_far", + "lightgrdisc": "music_disc_far", + "lightgrdisk": "music_disc_far", + "lightgreencd": "music_disc_far", + "lightgreendisc": "music_disc_far", + "lightgreendisk": "music_disc_far", + "lightgreenmcd": "music_disc_far", + "lightgreenmdisc": "music_disc_far", + "lightgreenmdisk": "music_disc_far", + "lightgreenmrecord": "music_disc_far", + "lightgreenmusiccd": "music_disc_far", + "lightgreenmusicdisc": "music_disc_far", + "lightgreenmusicdisk": "music_disc_far", + "lightgreenmusicrecord": "music_disc_far", + "lightgreenrecord": "music_disc_far", + "lightgrmcd": "music_disc_far", + "lightgrmdisc": "music_disc_far", + "lightgrmdisk": "music_disc_far", + "lightgrmrecord": "music_disc_far", + "lightgrmusiccd": "music_disc_far", + "lightgrmusicdisc": "music_disc_far", + "lightgrmusicdisk": "music_disc_far", + "lightgrmusicrecord": "music_disc_far", + "lightgrrecord": "music_disc_far", + "mcd5": "music_disc_far", + "mdisc5": "music_disc_far", + "mdisk5": "music_disc_far", + "minecraft:music_disc_far": "music_disc_far", + "mrecord5": "music_disc_far", + "musiccd5": "music_disc_far", + "musicdisc5": "music_disc_far", + "musicdiscfar": "music_disc_far", + "musicdisk5": "music_disc_far", + "musicrecord5": "music_disc_far", + "record5": "music_disc_far", + "music_disc_mall": { + "material": "MUSIC_DISC_MALL" + }, + "6cd": "music_disc_mall", + "6disc": "music_disc_mall", + "6disk": "music_disc_mall", + "6mcd": "music_disc_mall", + "6mdisc": "music_disc_mall", + "6mdisk": "music_disc_mall", + "6mrecord": "music_disc_mall", + "6musiccd": "music_disc_mall", + "6musicdisc": "music_disc_mall", + "6musicdisk": "music_disc_mall", + "6musicrecord": "music_disc_mall", + "6record": "music_disc_mall", + "cd6": "music_disc_mall", + "disc6": "music_disc_mall", + "disk6": "music_disc_mall", + "mallcd": "music_disc_mall", + "malldisc": "music_disc_mall", + "malldisk": "music_disc_mall", + "mallmcd": "music_disc_mall", + "mallmdisc": "music_disc_mall", + "mallmdisk": "music_disc_mall", + "mallmrecord": "music_disc_mall", + "mallmusiccd": "music_disc_mall", + "mallmusicdisc": "music_disc_mall", + "mallmusicdisk": "music_disc_mall", + "mallmusicrecord": "music_disc_mall", + "mallrecord": "music_disc_mall", + "mcd6": "music_disc_mall", + "mdisc6": "music_disc_mall", + "mdisk6": "music_disc_mall", + "minecraft:music_disc_mall": "music_disc_mall", + "mrecord6": "music_disc_mall", + "musiccd6": "music_disc_mall", + "musicdisc6": "music_disc_mall", + "musicdiscmall": "music_disc_mall", + "musicdisk6": "music_disc_mall", + "musicrecord6": "music_disc_mall", + "pucd": "music_disc_mall", + "pudisc": "music_disc_mall", + "pudisk": "music_disc_mall", + "pumcd": "music_disc_mall", + "pumdisc": "music_disc_mall", + "pumdisk": "music_disc_mall", + "pumrecord": "music_disc_mall", + "pumusiccd": "music_disc_mall", + "pumusicdisc": "music_disc_mall", + "pumusicdisk": "music_disc_mall", + "pumusicrecord": "music_disc_mall", + "purecord": "music_disc_mall", + "purplecd": "music_disc_mall", + "purpledisc": "music_disc_mall", + "purpledisk": "music_disc_mall", + "purplemcd": "music_disc_mall", + "purplemdisc": "music_disc_mall", + "purplemdisk": "music_disc_mall", + "purplemrecord": "music_disc_mall", + "purplemusiccd": "music_disc_mall", + "purplemusicdisc": "music_disc_mall", + "purplemusicdisk": "music_disc_mall", + "purplemusicrecord": "music_disc_mall", + "purplerecord": "music_disc_mall", + "record6": "music_disc_mall", + "music_disc_mellohi": { + "material": "MUSIC_DISC_MELLOHI" + }, + "7cd": "music_disc_mellohi", + "7disc": "music_disc_mellohi", + "7disk": "music_disc_mellohi", + "7mcd": "music_disc_mellohi", + "7mdisc": "music_disc_mellohi", + "7mdisk": "music_disc_mellohi", + "7mrecord": "music_disc_mellohi", + "7musiccd": "music_disc_mellohi", + "7musicdisc": "music_disc_mellohi", + "7musicdisk": "music_disc_mellohi", + "7musicrecord": "music_disc_mellohi", + "7record": "music_disc_mellohi", + "cd7": "music_disc_mellohi", + "disc7": "music_disc_mellohi", + "disk7": "music_disc_mellohi", + "mcd7": "music_disc_mellohi", + "mdisc7": "music_disc_mellohi", + "mdisk7": "music_disc_mellohi", + "mellohicd": "music_disc_mellohi", + "mellohidisc": "music_disc_mellohi", + "mellohidisk": "music_disc_mellohi", + "mellohimcd": "music_disc_mellohi", + "mellohimdisc": "music_disc_mellohi", + "mellohimdisk": "music_disc_mellohi", + "mellohimrecord": "music_disc_mellohi", + "mellohimusiccd": "music_disc_mellohi", + "mellohimusicdisc": "music_disc_mellohi", + "mellohimusicdisk": "music_disc_mellohi", + "mellohimusicrecord": "music_disc_mellohi", + "mellohirecord": "music_disc_mellohi", + "minecraft:music_disc_mellohi": "music_disc_mellohi", + "mrecord7": "music_disc_mellohi", + "musiccd7": "music_disc_mellohi", + "musicdisc7": "music_disc_mellohi", + "musicdiscmellohi": "music_disc_mellohi", + "musicdisk7": "music_disc_mellohi", + "musicrecord7": "music_disc_mellohi", + "picd": "music_disc_mellohi", + "pidisc": "music_disc_mellohi", + "pidisk": "music_disc_mellohi", + "pimcd": "music_disc_mellohi", + "pimdisc": "music_disc_mellohi", + "pimdisk": "music_disc_mellohi", + "pimrecord": "music_disc_mellohi", + "pimusiccd": "music_disc_mellohi", + "pimusicdisc": "music_disc_mellohi", + "pimusicdisk": "music_disc_mellohi", + "pimusicrecord": "music_disc_mellohi", + "pinkcd": "music_disc_mellohi", + "pinkdisc": "music_disc_mellohi", + "pinkdisk": "music_disc_mellohi", + "pinkmcd": "music_disc_mellohi", + "pinkmdisc": "music_disc_mellohi", + "pinkmdisk": "music_disc_mellohi", + "pinkmrecord": "music_disc_mellohi", + "pinkmusiccd": "music_disc_mellohi", + "pinkmusicdisc": "music_disc_mellohi", + "pinkmusicdisk": "music_disc_mellohi", + "pinkmusicrecord": "music_disc_mellohi", + "pinkrecord": "music_disc_mellohi", + "pirecord": "music_disc_mellohi", + "record7": "music_disc_mellohi", + "music_disc_otherside": { + "material": "MUSIC_DISC_OTHERSIDE" + }, + "15cd": "music_disc_otherside", + "15disc": "music_disc_otherside", + "15disk": "music_disc_otherside", + "15mcd": "music_disc_otherside", + "15mdisc": "music_disc_otherside", + "15mdisk": "music_disc_otherside", + "15mrecord": "music_disc_otherside", + "15musiccd": "music_disc_otherside", + "15musicdisc": "music_disc_otherside", + "15musicdisk": "music_disc_otherside", + "15musicrecord": "music_disc_otherside", + "15record": "music_disc_otherside", + "cavecd": "music_disc_otherside", + "cavedisc": "music_disc_otherside", + "cavedisk": "music_disc_otherside", + "cavemcd": "music_disc_otherside", + "cavemdisc": "music_disc_otherside", + "cavemdisk": "music_disc_otherside", + "cavemrecord": "music_disc_otherside", + "cavemusiccd": "music_disc_otherside", + "cavemusicdisc": "music_disc_otherside", + "cavemusicdisk": "music_disc_otherside", + "cavemusicrecord": "music_disc_otherside", + "caverecord": "music_disc_otherside", + "cd15": "music_disc_otherside", + "deepcd2": "music_disc_otherside", + "deepdisc2": "music_disc_otherside", + "deepdisk2": "music_disc_otherside", + "deepmcd2": "music_disc_otherside", + "deepmdisc2": "music_disc_otherside", + "deepmdisk2": "music_disc_otherside", + "deepmrecord2": "music_disc_otherside", + "deepmusiccd2": "music_disc_otherside", + "deepmusicdisc2": "music_disc_otherside", + "deepmusicdisk2": "music_disc_otherside", + "deepmusicrecord2": "music_disc_otherside", + "deeprecord2": "music_disc_otherside", + "disc15": "music_disc_otherside", + "disk15": "music_disc_otherside", + "lenaraineisstillawesome": "music_disc_otherside", + "mcd15": "music_disc_otherside", + "mdisc15": "music_disc_otherside", + "mdisk15": "music_disc_otherside", + "minecraft:music_disc_otherside": "music_disc_otherside", + "mrecord15": "music_disc_otherside", + "musiccd15": "music_disc_otherside", + "musicdisc15": "music_disc_otherside", + "musicdiscotherside": "music_disc_otherside", + "musicdisk15": "music_disc_otherside", + "musicrecord15": "music_disc_otherside", + "othercd": "music_disc_otherside", + "otherdisc": "music_disc_otherside", + "otherdisk": "music_disc_otherside", + "othermcd": "music_disc_otherside", + "othermdisc": "music_disc_otherside", + "othermdisk": "music_disc_otherside", + "othermrecord": "music_disc_otherside", + "othermusiccd": "music_disc_otherside", + "othermusicdisc": "music_disc_otherside", + "othermusicdisk": "music_disc_otherside", + "othermusicrecord": "music_disc_otherside", + "otherrecord": "music_disc_otherside", + "othersidecd": "music_disc_otherside", + "othersidedisc": "music_disc_otherside", + "othersidedisk": "music_disc_otherside", + "othersidemcd": "music_disc_otherside", + "othersidemdisc": "music_disc_otherside", + "othersidemdisk": "music_disc_otherside", + "othersidemrecord": "music_disc_otherside", + "othersidemusiccd": "music_disc_otherside", + "othersidemusicdisc": "music_disc_otherside", + "othersidemusicdisk": "music_disc_otherside", + "othersidemusicrecord": "music_disc_otherside", + "othersiderecord": "music_disc_otherside", + "record15": "music_disc_otherside", + "undercd": "music_disc_otherside", + "underdisc": "music_disc_otherside", + "underdisk": "music_disc_otherside", + "undermcd": "music_disc_otherside", + "undermdisc": "music_disc_otherside", + "undermdisk": "music_disc_otherside", + "undermrecord": "music_disc_otherside", + "undermusiccd": "music_disc_otherside", + "undermusicdisc": "music_disc_otherside", + "undermusicdisk": "music_disc_otherside", + "undermusicrecord": "music_disc_otherside", + "underrecord": "music_disc_otherside", + "music_disc_pigstep": { + "material": "MUSIC_DISC_PIGSTEP" + }, + "14cd": "music_disc_pigstep", + "14disc": "music_disc_pigstep", + "14disk": "music_disc_pigstep", + "14mcd": "music_disc_pigstep", + "14mdisc": "music_disc_pigstep", + "14mdisk": "music_disc_pigstep", + "14mrecord": "music_disc_pigstep", + "14musiccd": "music_disc_pigstep", + "14musicdisc": "music_disc_pigstep", + "14musicdisk": "music_disc_pigstep", + "14musicrecord": "music_disc_pigstep", + "14record": "music_disc_pigstep", + "cd14": "music_disc_pigstep", + "darkcd": "music_disc_pigstep", + "darkdisc": "music_disc_pigstep", + "darkdisk": "music_disc_pigstep", + "darkmcd": "music_disc_pigstep", + "darkmdisc": "music_disc_pigstep", + "darkmdisk": "music_disc_pigstep", + "darkmrecord": "music_disc_pigstep", + "darkmusiccd": "music_disc_pigstep", + "darkmusicdisc": "music_disc_pigstep", + "darkmusicdisk": "music_disc_pigstep", + "darkmusicrecord": "music_disc_pigstep", + "darkrecord": "music_disc_pigstep", + "disc14": "music_disc_pigstep", + "disk14": "music_disc_pigstep", + "lenaraineisawesome": "music_disc_pigstep", + "mcd14": "music_disc_pigstep", + "mdisc14": "music_disc_pigstep", + "mdisk14": "music_disc_pigstep", + "minecraft:music_disc_pigstep": "music_disc_pigstep", + "mrecord14": "music_disc_pigstep", + "musiccd14": "music_disc_pigstep", + "musicdisc14": "music_disc_pigstep", + "musicdiscpigstep": "music_disc_pigstep", + "musicdisk14": "music_disc_pigstep", + "musicrecord14": "music_disc_pigstep", + "nethcd": "music_disc_pigstep", + "nethdisc": "music_disc_pigstep", + "nethdisk": "music_disc_pigstep", + "nethercd": "music_disc_pigstep", + "netherdisc": "music_disc_pigstep", + "netherdisk": "music_disc_pigstep", + "nethermcd": "music_disc_pigstep", + "nethermdisc": "music_disc_pigstep", + "nethermdisk": "music_disc_pigstep", + "nethermrecord": "music_disc_pigstep", + "nethermusiccd": "music_disc_pigstep", + "nethermusicdisc": "music_disc_pigstep", + "nethermusicdisk": "music_disc_pigstep", + "nethermusicrecord": "music_disc_pigstep", + "netherrecord": "music_disc_pigstep", + "nethmcd": "music_disc_pigstep", + "nethmdisc": "music_disc_pigstep", + "nethmdisk": "music_disc_pigstep", + "nethmrecord": "music_disc_pigstep", + "nethmusiccd": "music_disc_pigstep", + "nethmusicdisc": "music_disc_pigstep", + "nethmusicdisk": "music_disc_pigstep", + "nethmusicrecord": "music_disc_pigstep", + "nethrecord": "music_disc_pigstep", + "pigcd": "music_disc_pigstep", + "pigdisc": "music_disc_pigstep", + "pigdisk": "music_disc_pigstep", + "pigmcd": "music_disc_pigstep", + "pigmdisc": "music_disc_pigstep", + "pigmdisk": "music_disc_pigstep", + "pigmrecord": "music_disc_pigstep", + "pigmusiccd": "music_disc_pigstep", + "pigmusicdisc": "music_disc_pigstep", + "pigmusicdisk": "music_disc_pigstep", + "pigmusicrecord": "music_disc_pigstep", + "pigrecord": "music_disc_pigstep", + "pigstepcd": "music_disc_pigstep", + "pigstepdisc": "music_disc_pigstep", + "pigstepdisk": "music_disc_pigstep", + "pigstepmcd": "music_disc_pigstep", + "pigstepmdisc": "music_disc_pigstep", + "pigstepmdisk": "music_disc_pigstep", + "pigstepmrecord": "music_disc_pigstep", + "pigstepmusiccd": "music_disc_pigstep", + "pigstepmusicdisc": "music_disc_pigstep", + "pigstepmusicdisk": "music_disc_pigstep", + "pigstepmusicrecord": "music_disc_pigstep", + "pigsteprecord": "music_disc_pigstep", + "record14": "music_disc_pigstep", + "music_disc_stal": { + "material": "MUSIC_DISC_STAL" + }, + "8cd": "music_disc_stal", + "8disc": "music_disc_stal", + "8disk": "music_disc_stal", + "8mcd": "music_disc_stal", + "8mdisc": "music_disc_stal", + "8mdisk": "music_disc_stal", + "8mrecord": "music_disc_stal", + "8musiccd": "music_disc_stal", + "8musicdisc": "music_disc_stal", + "8musicdisk": "music_disc_stal", + "8musicrecord": "music_disc_stal", + "8record": "music_disc_stal", + "blackcd": "music_disc_stal", + "blackdisc": "music_disc_stal", + "blackdisk": "music_disc_stal", + "blackmcd": "music_disc_stal", + "blackmdisc": "music_disc_stal", + "blackmdisk": "music_disc_stal", + "blackmrecord": "music_disc_stal", + "blackmusiccd": "music_disc_stal", + "blackmusicdisc": "music_disc_stal", + "blackmusicdisk": "music_disc_stal", + "blackmusicrecord": "music_disc_stal", + "blackrecord": "music_disc_stal", + "blcd": "music_disc_wait", + "bldisc": "music_disc_wait", + "bldisk": "music_disc_wait", + "blmcd": "music_disc_wait", + "blmdisc": "music_disc_wait", + "blmdisk": "music_disc_wait", + "blmrecord": "music_disc_wait", + "blmusiccd": "music_disc_wait", + "blmusicdisc": "music_disc_wait", + "blmusicdisk": "music_disc_wait", + "blmusicrecord": "music_disc_wait", + "blrecord": "music_disc_wait", + "cd8": "music_disc_stal", + "disc8": "music_disc_stal", + "disk8": "music_disc_stal", + "mcd8": "music_disc_stal", + "mdisc8": "music_disc_stal", + "mdisk8": "music_disc_stal", + "minecraft:music_disc_stal": "music_disc_stal", + "mrecord8": "music_disc_stal", + "musiccd8": "music_disc_stal", + "musicdisc8": "music_disc_stal", + "musicdiscstal": "music_disc_stal", + "musicdisk8": "music_disc_stal", + "musicrecord8": "music_disc_stal", + "record8": "music_disc_stal", + "stalcd": "music_disc_stal", + "staldisc": "music_disc_stal", + "staldisk": "music_disc_stal", + "stalmcd": "music_disc_stal", + "stalmdisc": "music_disc_stal", + "stalmdisk": "music_disc_stal", + "stalmrecord": "music_disc_stal", + "stalmusiccd": "music_disc_stal", + "stalmusicdisc": "music_disc_stal", + "stalmusicdisk": "music_disc_stal", + "stalmusicrecord": "music_disc_stal", + "stalrecord": "music_disc_stal", + "music_disc_strad": { + "material": "MUSIC_DISC_STRAD" + }, + "9cd": "music_disc_strad", + "9disc": "music_disc_strad", + "9disk": "music_disc_strad", + "9mcd": "music_disc_strad", + "9mdisc": "music_disc_strad", + "9mdisk": "music_disc_strad", + "9mrecord": "music_disc_strad", + "9musiccd": "music_disc_strad", + "9musicdisc": "music_disc_strad", + "9musicdisk": "music_disc_strad", + "9musicrecord": "music_disc_strad", + "9record": "music_disc_strad", + "cd9": "music_disc_strad", + "disc9": "music_disc_strad", + "disk9": "music_disc_strad", + "mcd9": "music_disc_strad", + "mdisc9": "music_disc_strad", + "mdisk9": "music_disc_strad", + "minecraft:music_disc_strad": "music_disc_strad", + "mrecord9": "music_disc_strad", + "musiccd9": "music_disc_strad", + "musicdisc9": "music_disc_strad", + "musicdiscstrad": "music_disc_strad", + "musicdisk9": "music_disc_strad", + "musicrecord9": "music_disc_strad", + "record9": "music_disc_strad", + "stradcd": "music_disc_strad", + "straddisc": "music_disc_strad", + "straddisk": "music_disc_strad", + "stradmcd": "music_disc_strad", + "stradmdisc": "music_disc_strad", + "stradmdisk": "music_disc_strad", + "stradmrecord": "music_disc_strad", + "stradmusiccd": "music_disc_strad", + "stradmusicdisc": "music_disc_strad", + "stradmusicdisk": "music_disc_strad", + "stradmusicrecord": "music_disc_strad", + "stradrecord": "music_disc_strad", + "whcd": "music_disc_strad", + "whdisc": "music_disc_strad", + "whdisk": "music_disc_strad", + "whitecd": "music_disc_strad", + "whitedisc": "music_disc_strad", + "whitedisk": "music_disc_strad", + "whitemcd": "music_disc_strad", + "whitemdisc": "music_disc_strad", + "whitemdisk": "music_disc_strad", + "whitemrecord": "music_disc_strad", + "whitemusiccd": "music_disc_strad", + "whitemusicdisc": "music_disc_strad", + "whitemusicdisk": "music_disc_strad", + "whitemusicrecord": "music_disc_strad", + "whiterecord": "music_disc_strad", + "whmcd": "music_disc_strad", + "whmdisc": "music_disc_strad", + "whmdisk": "music_disc_strad", + "whmrecord": "music_disc_strad", + "whmusiccd": "music_disc_strad", + "whmusicdisc": "music_disc_strad", + "whmusicdisk": "music_disc_strad", + "whmusicrecord": "music_disc_strad", + "whrecord": "music_disc_strad", + "music_disc_wait": { + "material": "MUSIC_DISC_WAIT" + }, + "12cd": "music_disc_wait", + "12disc": "music_disc_wait", + "12disk": "music_disc_wait", + "12mcd": "music_disc_wait", + "12mdisc": "music_disc_wait", + "12mdisk": "music_disc_wait", + "12mrecord": "music_disc_wait", + "12musiccd": "music_disc_wait", + "12musicdisc": "music_disc_wait", + "12musicdisk": "music_disc_wait", + "12musicrecord": "music_disc_wait", + "12record": "music_disc_wait", + "bluecd": "music_disc_wait", + "bluedisc": "music_disc_wait", + "bluedisk": "music_disc_wait", + "bluemcd": "music_disc_wait", + "bluemdisc": "music_disc_wait", + "bluemdisk": "music_disc_wait", + "bluemrecord": "music_disc_wait", + "bluemusiccd": "music_disc_wait", + "bluemusicdisc": "music_disc_wait", + "bluemusicdisk": "music_disc_wait", + "bluemusicrecord": "music_disc_wait", + "bluerecord": "music_disc_wait", + "cd12": "music_disc_wait", + "cyancd": "music_disc_wait", + "cyandisc": "music_disc_wait", + "cyandisk": "music_disc_wait", + "cyanmcd": "music_disc_wait", + "cyanmdisc": "music_disc_wait", + "cyanmdisk": "music_disc_wait", + "cyanmrecord": "music_disc_wait", + "cyanmusiccd": "music_disc_wait", + "cyanmusicdisc": "music_disc_wait", + "cyanmusicdisk": "music_disc_wait", + "cyanmusicrecord": "music_disc_wait", + "cyanrecord": "music_disc_wait", + "cycd": "music_disc_wait", + "cydisc": "music_disc_wait", + "cydisk": "music_disc_wait", + "cymcd": "music_disc_wait", + "cymdisc": "music_disc_wait", + "cymdisk": "music_disc_wait", + "cymrecord": "music_disc_wait", + "cymusiccd": "music_disc_wait", + "cymusicdisc": "music_disc_wait", + "cymusicdisk": "music_disc_wait", + "cymusicrecord": "music_disc_wait", + "cyrecord": "music_disc_wait", + "disc12": "music_disc_wait", + "disk12": "music_disc_wait", + "mcd12": "music_disc_wait", + "mdisc12": "music_disc_wait", + "mdisk12": "music_disc_wait", + "minecraft:music_disc_wait": "music_disc_wait", + "mrecord12": "music_disc_wait", + "musiccd12": "music_disc_wait", + "musicdisc12": "music_disc_wait", + "musicdiscwait": "music_disc_wait", + "musicdisk12": "music_disc_wait", + "musicrecord12": "music_disc_wait", + "record12": "music_disc_wait", + "waitcd": "music_disc_wait", + "waitdisc": "music_disc_wait", + "waitdisk": "music_disc_wait", + "waitmcd": "music_disc_wait", + "waitmdisc": "music_disc_wait", + "waitmdisk": "music_disc_wait", + "waitmrecord": "music_disc_wait", + "waitmusiccd": "music_disc_wait", + "waitmusicdisc": "music_disc_wait", + "waitmusicdisk": "music_disc_wait", + "waitmusicrecord": "music_disc_wait", + "waitrecord": "music_disc_wait", + "music_disc_ward": { + "material": "MUSIC_DISC_WARD" + }, + "10cd": "music_disc_ward", + "10disc": "music_disc_ward", + "10disk": "music_disc_ward", + "10mcd": "music_disc_ward", + "10mdisc": "music_disc_ward", + "10mdisk": "music_disc_ward", + "10mrecord": "music_disc_ward", + "10musiccd": "music_disc_ward", + "10musicdisc": "music_disc_ward", + "10musicdisk": "music_disc_ward", + "10musicrecord": "music_disc_ward", + "10record": "music_disc_ward", + "cd10": "music_disc_ward", + "darkgrcd": "music_disc_ward", + "darkgrdisc": "music_disc_ward", + "darkgrdisk": "music_disc_ward", + "darkgreencd": "music_disc_ward", + "darkgreendisc": "music_disc_ward", + "darkgreendisk": "music_disc_ward", + "darkgreenmcd": "music_disc_ward", + "darkgreenmdisc": "music_disc_ward", + "darkgreenmdisk": "music_disc_ward", + "darkgreenmrecord": "music_disc_ward", + "darkgreenmusiccd": "music_disc_ward", + "darkgreenmusicdisc": "music_disc_ward", + "darkgreenmusicdisk": "music_disc_ward", + "darkgreenmusicrecord": "music_disc_ward", + "darkgreenrecord": "music_disc_ward", + "darkgrmcd": "music_disc_ward", + "darkgrmdisc": "music_disc_ward", + "darkgrmdisk": "music_disc_ward", + "darkgrmrecord": "music_disc_ward", + "darkgrmusiccd": "music_disc_ward", + "darkgrmusicdisc": "music_disc_ward", + "darkgrmusicdisk": "music_disc_ward", + "darkgrmusicrecord": "music_disc_ward", + "darkgrrecord": "music_disc_ward", + "dgrcd": "music_disc_ward", + "dgrdisc": "music_disc_ward", + "dgrdisk": "music_disc_ward", + "dgreencd": "music_disc_ward", + "dgreendisc": "music_disc_ward", + "dgreendisk": "music_disc_ward", + "dgreenmcd": "music_disc_ward", + "dgreenmdisc": "music_disc_ward", + "dgreenmdisk": "music_disc_ward", + "dgreenmrecord": "music_disc_ward", + "dgreenmusiccd": "music_disc_ward", + "dgreenmusicdisc": "music_disc_ward", + "dgreenmusicdisk": "music_disc_ward", + "dgreenmusicrecord": "music_disc_ward", + "dgreenrecord": "music_disc_ward", + "dgrmcd": "music_disc_ward", + "dgrmdisc": "music_disc_ward", + "dgrmdisk": "music_disc_ward", + "dgrmrecord": "music_disc_ward", + "dgrmusiccd": "music_disc_ward", + "dgrmusicdisc": "music_disc_ward", + "dgrmusicdisk": "music_disc_ward", + "dgrmusicrecord": "music_disc_ward", + "dgrrecord": "music_disc_ward", + "disc10": "music_disc_ward", + "disk10": "music_disc_ward", + "mcd10": "music_disc_ward", + "mdisc10": "music_disc_ward", + "mdisk10": "music_disc_ward", + "minecraft:music_disc_ward": "music_disc_ward", + "mrecord10": "music_disc_ward", + "musiccd10": "music_disc_ward", + "musicdisc10": "music_disc_ward", + "musicdiscward": "music_disc_ward", + "musicdisk10": "music_disc_ward", + "musicrecord10": "music_disc_ward", + "record10": "music_disc_ward", + "wardcd": "music_disc_ward", + "warddisc": "music_disc_ward", + "warddisk": "music_disc_ward", + "wardmcd": "music_disc_ward", + "wardmdisc": "music_disc_ward", + "wardmdisk": "music_disc_ward", + "wardmrecord": "music_disc_ward", + "wardmusiccd": "music_disc_ward", + "wardmusicdisc": "music_disc_ward", + "wardmusicdisk": "music_disc_ward", + "wardmusicrecord": "music_disc_ward", + "wardrecord": "music_disc_ward", + "mutton": { + "material": "MUTTON" + }, + "minecraft:mutton": "mutton", + "plainmutton": "mutton", + "plainsheepmeat": "mutton", + "ramutton": "mutton", + "rasheepmeat": "mutton", + "rawmutton": "mutton", + "rawsheepmeat": "mutton", + "sheepmeat": "mutton", + "uncookedmutton": "mutton", + "uncookedsheepmeat": "mutton", + "mycelium": { + "material": "MYCELIUM" + }, + "minecraft:mycelium": "mycelium", + "name_tag": { + "material": "NAME_TAG" + }, + "minecraft:name_tag": "name_tag", + "nametag": "name_tag", + "nautilus_shell": { + "material": "NAUTILUS_SHELL" + }, + "minecraft:nautilus_shell": "nautilus_shell", + "nautilusshell": "nautilus_shell", + "nether_brick": { + "material": "NETHER_BRICK" + }, + "minecraft:nether_brick": "nether_brick", + "nbr": "nether_bricks", + "nbrick": "nether_bricks", + "nethbr": "nether_bricks", + "nethbrick": "nether_bricks", + "netherbr": "nether_bricks", + "netherbrick": "nether_bricks", + "nether_brick_fence": { + "material": "NETHER_BRICK_FENCE" + }, + "fencenbr": "nether_brick_fence", + "fencenbrick": "nether_brick_fence", + "fencenethbr": "nether_brick_fence", + "fencenethbrick": "nether_brick_fence", + "fencenetherbr": "nether_brick_fence", + "fencenetherbrick": "nether_brick_fence", + "minecraft:nether_brick_fence": "nether_brick_fence", + "nbrfence": "nether_brick_fence", + "nbrickfence": "nether_brick_fence", + "nethbrfence": "nether_brick_fence", + "nethbrickfence": "nether_brick_fence", + "netherbrfence": "nether_brick_fence", + "netherbrickfence": "nether_brick_fence", + "nether_brick_slab": { + "material": "NETHER_BRICK_SLAB" + }, + "minecraft:nether_brick_slab": "nether_brick_slab", + "nbrhalfblock": "nether_brick_slab", + "nbrickhalfblock": "nether_brick_slab", + "nbrickstep": "nether_brick_slab", + "nbrstep": "nether_brick_slab", + "nethbrhalfblock": "nether_brick_slab", + "nethbrickhalfblock": "nether_brick_slab", + "nethbrickstep": "nether_brick_slab", + "nethbrstep": "nether_brick_slab", + "netherbrhalfblock": "nether_brick_slab", + "netherbrickhalfblock": "nether_brick_slab", + "netherbrickslab": "nether_brick_slab", + "netherbrickstep": "nether_brick_slab", + "netherbrstep": "nether_brick_slab", + "nether_brick_stairs": { + "material": "NETHER_BRICK_STAIRS" + }, + "minecraft:nether_brick_stairs": "nether_brick_stairs", + "nbrickstair": "nether_brick_stairs", + "nbrickstairs": "nether_brick_stairs", + "nbrstair": "nether_brick_stairs", + "nbrstairs": "nether_brick_stairs", + "nethbrickstair": "nether_brick_stairs", + "nethbrickstairs": "nether_brick_stairs", + "nethbrstair": "nether_brick_stairs", + "nethbrstairs": "nether_brick_stairs", + "netherbrickstair": "nether_brick_stairs", + "netherbrickstairs": "nether_brick_stairs", + "netherbrstair": "nether_brick_stairs", + "netherbrstairs": "nether_brick_stairs", + "nether_brick_wall": { + "material": "NETHER_BRICK_WALL" + }, + "minecraft:nether_brick_wall": "nether_brick_wall", + "nbrickwall": "nether_brick_wall", + "nbrwall": "nether_brick_wall", + "nethbrickwall": "nether_brick_wall", + "nethbrwall": "nether_brick_wall", + "netherbrickwall": "nether_brick_wall", + "netherbrwall": "nether_brick_wall", + "wallnbr": "nether_brick_wall", + "wallnbrick": "nether_brick_wall", + "wallnethbr": "nether_brick_wall", + "wallnethbrick": "nether_brick_wall", + "wallnetherbr": "nether_brick_wall", + "wallnetherbrick": "nether_brick_wall", + "nether_bricks": { + "material": "NETHER_BRICKS" + }, + "minecraft:nether_bricks": "nether_bricks", + "netherbricks": "nether_bricks", + "nether_gold_ore": { + "material": "NETHER_GOLD_ORE" + }, + "hellgoldo": "nether_gold_ore", + "hellgoldore": "nether_gold_ore", + "minecraft:nether_gold_ore": "nether_gold_ore", + "nether_goldo": "nether_gold_ore", + "nether_goldore": "nether_gold_ore", + "nethergoldore": "nether_gold_ore", + "nethgoldo": "nether_gold_ore", + "nethgoldore": "nether_gold_ore", + "ngo": "nether_gold_ore", + "ngore": "nether_gold_ore", + "ohellgold": "nether_gold_ore", + "onether_gold": "nether_gold_ore", + "onethgold": "nether_gold_ore", + "ong": "nether_gold_ore", + "orehellgold": "nether_gold_ore", + "orenether_gold": "nether_gold_ore", + "orenethgold": "nether_gold_ore", + "oreng": "nether_gold_ore", + "nether_quartz_ore": { + "material": "NETHER_QUARTZ_ORE" + }, + "deathqo": "nether_quartz_ore", + "deathqore": "nether_quartz_ore", + "deathquartzo": "nether_quartz_ore", + "deathquartzore": "nether_quartz_ore", + "dqo": "nether_quartz_ore", + "dqore": "nether_quartz_ore", + "dquartzo": "nether_quartz_ore", + "dquartzore": "nether_quartz_ore", + "hellqo": "nether_quartz_ore", + "hellqore": "nether_quartz_ore", + "hellquartzo": "nether_quartz_ore", + "hellquartzore": "nether_quartz_ore", + "hqo": "nether_quartz_ore", + "hqore": "nether_quartz_ore", + "hquartzo": "nether_quartz_ore", + "hquartzore": "nether_quartz_ore", + "minecraft:nether_quartz_ore": "nether_quartz_ore", + "nether_quartzo": "nether_quartz_ore", + "nether_quartzore": "nether_quartz_ore", + "netherqo": "nether_quartz_ore", + "netherqore": "nether_quartz_ore", + "netherquartzo": "nether_quartz_ore", + "netherquartzore": "nether_quartz_ore", + "nqo": "nether_quartz_ore", + "nqore": "nether_quartz_ore", + "nquartzo": "nether_quartz_ore", + "nquartzore": "nether_quartz_ore", + "odeathq": "nether_quartz_ore", + "odeathquartz": "nether_quartz_ore", + "odq": "nether_quartz_ore", + "odquartz": "nether_quartz_ore", + "ohellq": "nether_quartz_ore", + "ohellquartz": "nether_quartz_ore", + "ohq": "nether_quartz_ore", + "ohquartz": "nether_quartz_ore", + "onether_quartz": "nether_quartz_ore", + "onetherq": "nether_quartz_ore", + "onetherquartz": "nether_quartz_ore", + "onq": "nether_quartz_ore", + "onquartz": "nether_quartz_ore", + "oq": "nether_quartz_ore", + "oquartz": "nether_quartz_ore", + "oredeathq": "nether_quartz_ore", + "oredeathquartz": "nether_quartz_ore", + "oredq": "nether_quartz_ore", + "oredquartz": "nether_quartz_ore", + "orehellq": "nether_quartz_ore", + "orehellquartz": "nether_quartz_ore", + "orehq": "nether_quartz_ore", + "orehquartz": "nether_quartz_ore", + "orenether_quartz": "nether_quartz_ore", + "orenetherq": "nether_quartz_ore", + "orenetherquartz": "nether_quartz_ore", + "orenq": "nether_quartz_ore", + "orenquartz": "nether_quartz_ore", + "oreq": "nether_quartz_ore", + "orequartz": "nether_quartz_ore", + "qo": "nether_quartz_ore", + "qore": "nether_quartz_ore", + "quartzo": "nether_quartz_ore", + "quartzore": "nether_quartz_ore", + "nether_sprouts": { + "material": "NETHER_SPROUTS" + }, + "minecraft:nether_sprouts": "nether_sprouts", + "nethersprouts": "nether_sprouts", + "nether_star": { + "material": "NETHER_STAR" + }, + "minecraft:nether_star": "nether_star", + "netherstar": "nether_star", + "nether_wart": { + "material": "NETHER_WART" + }, + "minecraft:nether_wart": "nether_wart", + "netherwart": "nether_wart", + "nether_wart_block": { + "material": "NETHER_WART_BLOCK" + }, + "minecraft:nether_wart_block": "nether_wart_block", + "netherwartblock": "nether_wart_block", + "netherite_axe": { + "material": "NETHERITE_AXE" + }, + "hellaxe": "netherite_axe", + "minecraft:netherite_axe": "netherite_axe", + "nethaxe": "netherite_axe", + "netheraxe": "netherite_axe", + "netheriteaxe": "netherite_axe", + "netherite_block": { + "material": "NETHERITE_BLOCK" + }, + "blockhell": "netherite_block", + "blockneth": "netherite_block", + "blocknether": "netherite_block", + "blocknetherite": "netherite_block", + "hellblock": "netherite_block", + "minecraft:netherite_block": "netherite_block", + "nethblock": "netherite_block", + "netherblock": "netherite_block", + "netheriteblock": "netherite_block", + "netherite_boots": { + "material": "NETHERITE_BOOTS" + }, + "hellboots": "netherite_boots", + "hellshoes": "netherite_boots", + "minecraft:netherite_boots": "netherite_boots", + "nethboots": "netherite_boots", + "netherboots": "netherite_boots", + "netheriteboots": "netherite_boots", + "netheriteshoes": "netherite_boots", + "nethershoes": "netherite_boots", + "nethshoes": "netherite_boots", + "netherite_chestplate": { + "material": "NETHERITE_CHESTPLATE" + }, + "hellchestplate": "netherite_chestplate", + "hellplate": "netherite_chestplate", + "hellplatebody": "netherite_chestplate", + "hellshirt": "netherite_chestplate", + "helltunic": "netherite_chestplate", + "minecraft:netherite_chestplate": "netherite_chestplate", + "nethchestplate": "netherite_chestplate", + "netherchestplate": "netherite_chestplate", + "netheritechestplate": "netherite_chestplate", + "netheriteplate": "netherite_chestplate", + "netheriteplatebody": "netherite_chestplate", + "netheriteshirt": "netherite_chestplate", + "netheritetunic": "netherite_chestplate", + "netherplate": "netherite_chestplate", + "netherplatebody": "netherite_chestplate", + "nethershirt": "netherite_chestplate", + "nethertunic": "netherite_chestplate", + "nethplate": "netherite_chestplate", + "nethplatebody": "netherite_chestplate", + "nethshirt": "netherite_chestplate", + "nethtunic": "netherite_chestplate", + "netherite_helmet": { + "material": "NETHERITE_HELMET" + }, + "hellcoif": "netherite_helmet", + "hellhat": "netherite_helmet", + "hellhelm": "netherite_helmet", + "hellhelmet": "netherite_helmet", + "minecraft:netherite_helmet": "netherite_helmet", + "nethcoif": "netherite_helmet", + "nethercoif": "netherite_helmet", + "netherhat": "netherite_helmet", + "netherhelm": "netherite_helmet", + "netherhelmet": "netherite_helmet", + "netheritecoif": "netherite_helmet", + "netheritehat": "netherite_helmet", + "netheritehelm": "netherite_helmet", + "netheritehelmet": "netherite_helmet", + "nethhat": "netherite_helmet", + "nethhelm": "netherite_helmet", + "nethhelmet": "netherite_helmet", + "netherite_hoe": { + "material": "NETHERITE_HOE" + }, + "hellhoe": "netherite_hoe", + "minecraft:netherite_hoe": "netherite_hoe", + "netherhoe": "netherite_hoe", + "netheritehoe": "netherite_hoe", + "nethhoe": "netherite_hoe", + "netherite_ingot": { + "material": "NETHERITE_INGOT" + }, + "barhell": "netherite_ingot", + "barneth": "netherite_ingot", + "barnether": "netherite_ingot", + "barnetherite": "netherite_ingot", + "hellbar": "netherite_ingot", + "helli": "netherite_ingot", + "hellingot": "netherite_ingot", + "ihell": "netherite_ingot", + "ineth": "netherite_ingot", + "inether": "netherite_ingot", + "inetherite": "netherite_ingot", + "ingothell": "netherite_ingot", + "ingotneth": "netherite_ingot", + "ingotnether": "netherite_ingot", + "ingotnetherite": "netherite_ingot", + "minecraft:netherite_ingot": "netherite_ingot", + "nethbar": "netherite_ingot", + "netherbar": "netherite_ingot", + "netheri": "netherite_ingot", + "netheringot": "netherite_ingot", + "netheritebar": "netherite_ingot", + "netheritei": "netherite_ingot", + "netheriteingot": "netherite_ingot", + "nethi": "netherite_ingot", + "nethingot": "netherite_ingot", + "netherite_leggings": { + "material": "NETHERITE_LEGGINGS" + }, + "hellleggings": "netherite_leggings", + "helllegs": "netherite_leggings", + "hellpants": "netherite_leggings", + "minecraft:netherite_leggings": "netherite_leggings", + "netheriteleggings": "netherite_leggings", + "netheritelegs": "netherite_leggings", + "netheritepants": "netherite_leggings", + "netherleggings": "netherite_leggings", + "netherlegs": "netherite_leggings", + "netherpants": "netherite_leggings", + "nethleggings": "netherite_leggings", + "nethlegs": "netherite_leggings", + "nethpants": "netherite_leggings", + "netherite_pickaxe": { + "material": "NETHERITE_PICKAXE" + }, + "hellpick": "netherite_pickaxe", + "hellpickaxe": "netherite_pickaxe", + "minecraft:netherite_pickaxe": "netherite_pickaxe", + "netheritepick": "netherite_pickaxe", + "netheritepickaxe": "netherite_pickaxe", + "netherpick": "netherite_pickaxe", + "netherpickaxe": "netherite_pickaxe", + "nethpick": "netherite_pickaxe", + "nethpickaxe": "netherite_pickaxe", + "netherite_scrap": { + "material": "NETHERITE_SCRAP" + }, + "hellscrap": "netherite_scrap", + "minecraft:netherite_scrap": "netherite_scrap", + "netheritescrap": "netherite_scrap", + "netherscrap": "netherite_scrap", + "nethscrap": "netherite_scrap", + "netherite_shovel": { + "material": "NETHERITE_SHOVEL" + }, + "hellshovel": "netherite_shovel", + "hellspade": "netherite_shovel", + "minecraft:netherite_shovel": "netherite_shovel", + "netheriteshovel": "netherite_shovel", + "netheritespade": "netherite_shovel", + "nethershovel": "netherite_shovel", + "netherspade": "netherite_shovel", + "nethshovel": "netherite_shovel", + "nethspade": "netherite_shovel", + "netherite_sword": { + "material": "NETHERITE_SWORD" + }, + "hellsword": "netherite_sword", + "minecraft:netherite_sword": "netherite_sword", + "netheritesword": "netherite_sword", + "nethersword": "netherite_sword", + "nethsword": "netherite_sword", + "netherrack": { + "material": "NETHERRACK" + }, + "minecraft:netherrack": "netherrack", + "night_vision_lingering_potion": { + "potionData": { + "type": "NIGHT_VISION", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotdarkv": "night_vision_lingering_potion", + "aoepotdarkvis": "night_vision_lingering_potion", + "aoepotdvision": "night_vision_lingering_potion", + "aoepotiondarkv": "night_vision_lingering_potion", + "aoepotiondarkvis": "night_vision_lingering_potion", + "aoepotiondvision": "night_vision_lingering_potion", + "aoepotionnightv": "night_vision_lingering_potion", + "aoepotionnightvision": "night_vision_lingering_potion", + "aoepotionnv": "night_vision_lingering_potion", + "aoepotionnvision": "night_vision_lingering_potion", + "aoepotnightv": "night_vision_lingering_potion", + "aoepotnightvision": "night_vision_lingering_potion", + "aoepotnv": "night_vision_lingering_potion", + "aoepotnvision": "night_vision_lingering_potion", + "areapotdarkv": "night_vision_lingering_potion", + "areapotdarkvis": "night_vision_lingering_potion", + "areapotdvision": "night_vision_lingering_potion", + "areapotiondarkv": "night_vision_lingering_potion", + "areapotiondarkvis": "night_vision_lingering_potion", + "areapotiondvision": "night_vision_lingering_potion", + "areapotionnightv": "night_vision_lingering_potion", + "areapotionnightvision": "night_vision_lingering_potion", + "areapotionnv": "night_vision_lingering_potion", + "areapotionnvision": "night_vision_lingering_potion", + "areapotnightv": "night_vision_lingering_potion", + "areapotnightvision": "night_vision_lingering_potion", + "areapotnv": "night_vision_lingering_potion", + "areapotnvision": "night_vision_lingering_potion", + "cloudpotdarkv": "night_vision_lingering_potion", + "cloudpotdarkvis": "night_vision_lingering_potion", + "cloudpotdvision": "night_vision_lingering_potion", + "cloudpotiondarkv": "night_vision_lingering_potion", + "cloudpotiondarkvis": "night_vision_lingering_potion", + "cloudpotiondvision": "night_vision_lingering_potion", + "cloudpotionnightv": "night_vision_lingering_potion", + "cloudpotionnightvision": "night_vision_lingering_potion", + "cloudpotionnv": "night_vision_lingering_potion", + "cloudpotionnvision": "night_vision_lingering_potion", + "cloudpotnightv": "night_vision_lingering_potion", + "cloudpotnightvision": "night_vision_lingering_potion", + "cloudpotnv": "night_vision_lingering_potion", + "cloudpotnvision": "night_vision_lingering_potion", + "darkvaoepoiont": "night_vision_lingering_potion", + "darkvaoepot": "night_vision_lingering_potion", + "darkvareapot": "night_vision_lingering_potion", + "darkvareapotion": "night_vision_lingering_potion", + "darkvcloudpot": "night_vision_lingering_potion", + "darkvcloudpotion": "night_vision_lingering_potion", + "darkvisaoepoiont": "night_vision_lingering_potion", + "darkvisaoepot": "night_vision_lingering_potion", + "darkvisareapot": "night_vision_lingering_potion", + "darkvisareapotion": "night_vision_lingering_potion", + "darkviscloudpot": "night_vision_lingering_potion", + "darkviscloudpotion": "night_vision_lingering_potion", + "darkvislingerpot": "night_vision_lingering_potion", + "darkvlingerpot": "night_vision_lingering_potion", + "dvisionaoepoiont": "night_vision_lingering_potion", + "dvisionaoepot": "night_vision_lingering_potion", + "dvisionareapot": "night_vision_lingering_potion", + "dvisionareapotion": "night_vision_lingering_potion", + "dvisioncloudpot": "night_vision_lingering_potion", + "dvisioncloudpotion": "night_vision_lingering_potion", + "dvisionlingerpot": "night_vision_lingering_potion", + "lingerpotdarkv": "night_vision_lingering_potion", + "lingerpotdarkvis": "night_vision_lingering_potion", + "lingerpotdvision": "night_vision_lingering_potion", + "lingerpotnightv": "night_vision_lingering_potion", + "lingerpotnightvision": "night_vision_lingering_potion", + "lingerpotnv": "night_vision_lingering_potion", + "lingerpotnvision": "night_vision_lingering_potion", + "nightvaoepoiont": "night_vision_lingering_potion", + "nightvaoepot": "night_vision_lingering_potion", + "nightvareapot": "night_vision_lingering_potion", + "nightvareapotion": "night_vision_lingering_potion", + "nightvcloudpot": "night_vision_lingering_potion", + "nightvcloudpotion": "night_vision_lingering_potion", + "nightvisionaoepoiont": "night_vision_lingering_potion", + "nightvisionaoepot": "night_vision_lingering_potion", + "nightvisionareapot": "night_vision_lingering_potion", + "nightvisionareapotion": "night_vision_lingering_potion", + "nightvisioncloudpot": "night_vision_lingering_potion", + "nightvisioncloudpotion": "night_vision_lingering_potion", + "nightvisionlingerpot": "night_vision_lingering_potion", + "nightvlingerpot": "night_vision_lingering_potion", + "nvaoepoiont": "night_vision_lingering_potion", + "nvaoepot": "night_vision_lingering_potion", + "nvareapot": "night_vision_lingering_potion", + "nvareapotion": "night_vision_lingering_potion", + "nvcloudpot": "night_vision_lingering_potion", + "nvcloudpotion": "night_vision_lingering_potion", + "nvisionaoepoiont": "night_vision_lingering_potion", + "nvisionaoepot": "night_vision_lingering_potion", + "nvisionareapot": "night_vision_lingering_potion", + "nvisionareapotion": "night_vision_lingering_potion", + "nvisioncloudpot": "night_vision_lingering_potion", + "nvisioncloudpotion": "night_vision_lingering_potion", + "nvisionlingerpot": "night_vision_lingering_potion", + "nvlingerpot": "night_vision_lingering_potion", + "night_vision_potion": { + "potionData": { + "type": "NIGHT_VISION", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "darkvispot": "night_vision_potion", + "darkvispotion": "night_vision_potion", + "darkvpot": "night_vision_potion", + "darkvpotion": "night_vision_potion", + "dvisionpot": "night_vision_potion", + "dvisionpotion": "night_vision_potion", + "nightvisionpot": "night_vision_potion", + "nightvisionpotion": "night_vision_potion", + "nightvpot": "night_vision_potion", + "nightvpotion": "night_vision_potion", + "nvisionpot": "night_vision_potion", + "nvisionpotion": "night_vision_potion", + "nvpot": "night_vision_potion", + "nvpotion": "night_vision_potion", + "potionofdarkv": "night_vision_potion", + "potionofdarkvis": "night_vision_potion", + "potionofdvision": "night_vision_potion", + "potionofnightv": "night_vision_potion", + "potionofnightvision": "night_vision_potion", + "potionofnv": "night_vision_potion", + "potionofnvision": "night_vision_potion", + "potofdarkv": "night_vision_potion", + "potofdarkvis": "night_vision_potion", + "potofdvision": "night_vision_potion", + "potofnightv": "night_vision_potion", + "potofnightvision": "night_vision_potion", + "potofnv": "night_vision_potion", + "potofnvision": "night_vision_potion", + "night_vision_splash_potion": { + "potionData": { + "type": "NIGHT_VISION", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "darkvissplashpot": "night_vision_splash_potion", + "darkvissplashpotion": "night_vision_splash_potion", + "darkvsplashpot": "night_vision_splash_potion", + "darkvsplashpotion": "night_vision_splash_potion", + "dvisionsplashpot": "night_vision_splash_potion", + "dvisionsplashpotion": "night_vision_splash_potion", + "nightvisionsplashpot": "night_vision_splash_potion", + "nightvisionsplashpotion": "night_vision_splash_potion", + "nightvsplashpot": "night_vision_splash_potion", + "nightvsplashpotion": "night_vision_splash_potion", + "nvisionsplashpot": "night_vision_splash_potion", + "nvisionsplashpotion": "night_vision_splash_potion", + "nvsplashpot": "night_vision_splash_potion", + "nvsplashpotion": "night_vision_splash_potion", + "splashdarkvispot": "night_vision_splash_potion", + "splashdarkvispotion": "night_vision_splash_potion", + "splashdarkvpot": "night_vision_splash_potion", + "splashdarkvpotion": "night_vision_splash_potion", + "splashdvisionpot": "night_vision_splash_potion", + "splashdvisionpotion": "night_vision_splash_potion", + "splashnightvisionpot": "night_vision_splash_potion", + "splashnightvisionpotion": "night_vision_splash_potion", + "splashnightvpot": "night_vision_splash_potion", + "splashnightvpotion": "night_vision_splash_potion", + "splashnvisionpot": "night_vision_splash_potion", + "splashnvisionpotion": "night_vision_splash_potion", + "splashnvpot": "night_vision_splash_potion", + "splashnvpotion": "night_vision_splash_potion", + "spldarkvispot": "night_vision_splash_potion", + "spldarkvispotion": "night_vision_splash_potion", + "spldarkvpot": "night_vision_splash_potion", + "spldarkvpotion": "night_vision_splash_potion", + "spldvisionpot": "night_vision_splash_potion", + "spldvisionpotion": "night_vision_splash_potion", + "splnightvisionpot": "night_vision_splash_potion", + "splnightvisionpotion": "night_vision_splash_potion", + "splnightvpot": "night_vision_splash_potion", + "splnightvpotion": "night_vision_splash_potion", + "splnvisionpot": "night_vision_splash_potion", + "splnvisionpotion": "night_vision_splash_potion", + "splnvpot": "night_vision_splash_potion", + "splnvpotion": "night_vision_splash_potion", + "night_vision_tipped_arrow": { + "potionData": { + "type": "NIGHT_VISION", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowdarkv": "night_vision_tipped_arrow", + "arrowdarkvis": "night_vision_tipped_arrow", + "arrowdvision": "night_vision_tipped_arrow", + "arrownightv": "night_vision_tipped_arrow", + "arrownightvision": "night_vision_tipped_arrow", + "arrownv": "night_vision_tipped_arrow", + "arrownvision": "night_vision_tipped_arrow", + "darkvarrow": "night_vision_tipped_arrow", + "darkvisarrow": "night_vision_tipped_arrow", + "darkvistarr": "night_vision_tipped_arrow", + "darkvistarrow": "night_vision_tipped_arrow", + "darkvistippedarrow": "night_vision_tipped_arrow", + "darkvtarr": "night_vision_tipped_arrow", + "darkvtarrow": "night_vision_tipped_arrow", + "darkvtippedarrow": "night_vision_tipped_arrow", + "dvisionarrow": "night_vision_tipped_arrow", + "dvisiontarr": "night_vision_tipped_arrow", + "dvisiontarrow": "night_vision_tipped_arrow", + "dvisiontippedarrow": "night_vision_tipped_arrow", + "nightvarrow": "night_vision_tipped_arrow", + "nightvisionarrow": "night_vision_tipped_arrow", + "nightvisiontarr": "night_vision_tipped_arrow", + "nightvisiontarrow": "night_vision_tipped_arrow", + "nightvisiontippedarrow": "night_vision_tipped_arrow", + "nightvtarr": "night_vision_tipped_arrow", + "nightvtarrow": "night_vision_tipped_arrow", + "nightvtippedarrow": "night_vision_tipped_arrow", + "nvarrow": "night_vision_tipped_arrow", + "nvisionarrow": "night_vision_tipped_arrow", + "nvisiontarr": "night_vision_tipped_arrow", + "nvisiontarrow": "night_vision_tipped_arrow", + "nvisiontippedarrow": "night_vision_tipped_arrow", + "nvtarr": "night_vision_tipped_arrow", + "nvtarrow": "night_vision_tipped_arrow", + "nvtippedarrow": "night_vision_tipped_arrow", + "note_block": { + "material": "NOTE_BLOCK" + }, + "minecraft:note_block": "note_block", + "noteblock": "note_block", + "oak_boat": { + "material": "OAK_BOAT" + }, + "boato": "oak_boat", + "boatoak": "oak_boat", + "minecraft:oak_boat": "oak_boat", + "oakboat": "oak_boat", + "oakraft": "oak_boat", + "oboat": "oak_boat", + "oraft": "oak_boat", + "oak_button": { + "material": "OAK_BUTTON" + }, + "buttono": "oak_button", + "buttonoak": "oak_button", + "minecraft:oak_button": "oak_button", + "oakbutton": "oak_button", + "obutton": "oak_button", + "oak_door": { + "material": "OAK_DOOR" + }, + "minecraft:oak_door": "oak_door", + "oakdoor": "oak_door", + "odoor": "oak_door", + "oak_fence": { + "material": "OAK_FENCE" + }, + "minecraft:oak_fence": "oak_fence", + "oakfence": "oak_fence", + "ofence": "oak_fence", + "oak_fence_gate": { + "material": "OAK_FENCE_GATE" + }, + "gateo": "oak_fence_gate", + "gateoak": "oak_fence_gate", + "minecraft:oak_fence_gate": "oak_fence_gate", + "oakfencegate": "oak_fence_gate", + "oakgate": "oak_fence_gate", + "ofencegate": "oak_fence_gate", + "ogate": "oak_fence_gate", + "oak_leaves": { + "material": "OAK_LEAVES" + }, + "leafo": "oak_leaves", + "leafoak": "oak_leaves", + "leaveso": "oak_leaves", + "leavesoak": "oak_leaves", + "minecraft:oak_leaves": "oak_leaves", + "oakleaf": "oak_leaves", + "oakleave": "oak_leaves", + "oakleaves": "oak_leaves", + "oaklogleaf": "oak_leaves", + "oaklogleave": "oak_leaves", + "oaklogleaves": "oak_leaves", + "oaktreeleaf": "oak_leaves", + "oaktreeleave": "oak_leaves", + "oaktreeleaves": "oak_leaves", + "oaktrunkleaf": "oak_leaves", + "oaktrunkleave": "oak_leaves", + "oaktrunkleaves": "oak_leaves", + "oakwoodleaf": "oak_leaves", + "oakwoodleave": "oak_leaves", + "oakwoodleaves": "oak_leaves", + "oleaf": "oak_leaves", + "oleave": "oak_leaves", + "oleaves": "oak_leaves", + "ologleaf": "oak_leaves", + "ologleave": "oak_leaves", + "ologleaves": "oak_leaves", + "otreeleaf": "oak_leaves", + "otreeleave": "oak_leaves", + "otreeleaves": "oak_leaves", + "otrunkleaf": "oak_leaves", + "otrunkleave": "oak_leaves", + "otrunkleaves": "oak_leaves", + "owoodleaf": "oak_leaves", + "owoodleave": "oak_leaves", + "owoodleaves": "oak_leaves", + "oak_log": { + "material": "OAK_LOG" + }, + "logo": "oak_log", + "logoak": "oak_log", + "minecraft:oak_log": "oak_log", + "oaklog": "oak_log", + "oaktree": "oak_log", + "oaktrunk": "oak_log", + "olog": "oak_log", + "otree": "oak_log", + "otrunk": "oak_log", + "oak_planks": { + "material": "OAK_PLANKS" + }, + "minecraft:oak_planks": "oak_planks", + "oakplank": "oak_planks", + "oakplanks": "oak_planks", + "oakplankw": "oak_planks", + "oakplankwood": "oak_planks", + "oakplankwooden": "oak_planks", + "oakwoodenplank": "oak_planks", + "oakwoodplank": "oak_planks", + "oakwplank": "oak_planks", + "oplank": "oak_planks", + "oplankw": "oak_planks", + "oplankwood": "oak_planks", + "oplankwooden": "oak_planks", + "owoodenplank": "oak_planks", + "owoodplank": "oak_planks", + "owplank": "oak_planks", + "oak_pressure_plate": { + "material": "OAK_PRESSURE_PLATE" + }, + "minecraft:oak_pressure_plate": "oak_pressure_plate", + "oakplate": "oak_pressure_plate", + "oakpplate": "oak_pressure_plate", + "oakpressplate": "oak_pressure_plate", + "oakpressureplate": "oak_pressure_plate", + "oplate": "oak_pressure_plate", + "opplate": "oak_pressure_plate", + "opressplate": "oak_pressure_plate", + "opressureplate": "oak_pressure_plate", + "plateo": "oak_pressure_plate", + "plateoak": "oak_pressure_plate", + "oak_sapling": { + "material": "OAK_SAPLING" + }, + "minecraft:oak_sapling": "oak_sapling", + "oaklogsapling": "oak_sapling", + "oaksapling": "oak_sapling", + "oaktreesapling": "oak_sapling", + "oaktrunksapling": "oak_sapling", + "oakwoodsapling": "oak_sapling", + "ologsapling": "oak_sapling", + "osapling": "oak_sapling", + "otreesapling": "oak_sapling", + "otrunksapling": "oak_sapling", + "owoodsapling": "oak_sapling", + "oak_sign": { + "material": "OAK_SIGN", + "fallbacks": [ + "SIGN" + ] + }, + "minecraft:oak_sign": "oak_sign", + "oaksign": "oak_sign", + "osign": "oak_sign", + "oak_slab": { + "material": "OAK_SLAB" + }, + "minecraft:oak_slab": "oak_slab", + "oakhalfblock": "oak_slab", + "oakslab": "oak_slab", + "oakstep": "oak_slab", + "oakwhalfblock": "oak_slab", + "oakwoodenhalfblock": "oak_slab", + "oakwoodenslab": "oak_slab", + "oakwoodenstep": "oak_slab", + "oakwoodhalfblock": "oak_slab", + "oakwoodslab": "oak_slab", + "oakwoodstep": "oak_slab", + "oakwslab": "oak_slab", + "oakwstep": "oak_slab", + "ohalfblock": "oak_slab", + "ostep": "oak_slab", + "owhalfblock": "oak_slab", + "owoodenhalfblock": "oak_slab", + "owoodenslab": "oak_slab", + "owoodenstep": "oak_slab", + "owoodhalfblock": "oak_slab", + "owoodslab": "oak_slab", + "owoodstep": "oak_slab", + "owslab": "oak_slab", + "owstep": "oak_slab", + "oak_stairs": { + "material": "OAK_STAIRS" + }, + "minecraft:oak_stairs": "oak_stairs", + "oakstair": "oak_stairs", + "oakstairs": "oak_stairs", + "oakwoodenstair": "oak_stairs", + "oakwoodenstairs": "oak_stairs", + "oakwoodstair": "oak_stairs", + "oakwoodstairs": "oak_stairs", + "oakwstair": "oak_stairs", + "oakwstairs": "oak_stairs", + "ostair": "oak_stairs", + "owoodenstair": "oak_stairs", + "owoodenstairs": "oak_stairs", + "owoodstair": "oak_stairs", + "owoodstairs": "oak_stairs", + "owstair": "oak_stairs", + "owstairs": "oak_stairs", + "oak_trapdoor": { + "material": "OAK_TRAPDOOR" + }, + "minecraft:oak_trapdoor": "oak_trapdoor", + "oakdoort": "oak_trapdoor", + "oakdoortrap": "oak_trapdoor", + "oakdtrap": "oak_trapdoor", + "oakhatch": "oak_trapdoor", + "oaktdoor": "oak_trapdoor", + "oaktrapd": "oak_trapdoor", + "oaktrapdoor": "oak_trapdoor", + "odoort": "oak_trapdoor", + "odoortrap": "oak_trapdoor", + "odtrap": "oak_trapdoor", + "ohatch": "oak_trapdoor", + "otdoor": "oak_trapdoor", + "otrapd": "oak_trapdoor", + "otrapdoor": "oak_trapdoor", + "oak_wood": { + "material": "OAK_WOOD" + }, + "minecraft:oak_wood": "oak_wood", + "oaklogall": "oak_wood", + "oaktreeall": "oak_wood", + "oaktrunkall": "oak_wood", + "oakwood": "oak_wood", + "ologall": "oak_wood", + "otreeall": "oak_wood", + "otrunkall": "oak_wood", + "owood": "oak_wood", + "woodo": "oak_wood", + "woodoak": "oak_wood", + "observer": { + "material": "OBSERVER" + }, + "minecraft:observer": "observer", + "obsidian": { + "material": "OBSIDIAN" + }, + "minecraft:obsidian": "obsidian", + "ocelot_spawn_egg": { + "material": "OCELOT_SPAWN_EGG" + }, + "eggocelot": "ocelot_spawn_egg", + "eggwildcat": "ocelot_spawn_egg", + "minecraft:ocelot_spawn_egg": "ocelot_spawn_egg", + "ocelotegg": "ocelot_spawn_egg", + "ocelotsegg": "ocelot_spawn_egg", + "ocelotspawn": "ocelot_spawn_egg", + "ocelotspawnegg": "ocelot_spawn_egg", + "seggocelot": "ocelot_spawn_egg", + "seggwildcat": "ocelot_spawn_egg", + "spawneggocelot": "ocelot_spawn_egg", + "spawneggwildcat": "ocelot_spawn_egg", + "spawnocelot": "ocelot_spawn_egg", + "spawnwildcat": "ocelot_spawn_egg", + "wildcategg": "ocelot_spawn_egg", + "wildcatsegg": "ocelot_spawn_egg", + "wildcatspawn": "ocelot_spawn_egg", + "wildcatspawnegg": "ocelot_spawn_egg", + "ocelot_spawner": { + "entity": "OCELOT", + "material": "SPAWNER" + }, + "ocelotcage": "ocelot_spawner", + "ocelotmcage": "ocelot_spawner", + "ocelotmobcage": "ocelot_spawner", + "ocelotmobspawner": "ocelot_spawner", + "ocelotmonstercage": "ocelot_spawner", + "ocelotmonsterspawner": "ocelot_spawner", + "ocelotmspawner": "ocelot_spawner", + "ocelotspawner": "ocelot_spawner", + "wildcatcage": "ocelot_spawner", + "wildcatmcage": "ocelot_spawner", + "wildcatmobcage": "ocelot_spawner", + "wildcatmobspawner": "ocelot_spawner", + "wildcatmonstercage": "ocelot_spawner", + "wildcatmonsterspawner": "ocelot_spawner", + "wildcatmspawner": "ocelot_spawner", + "wildcatspawner": "ocelot_spawner", + "orange_banner": { + "material": "ORANGE_BANNER" + }, + "minecraft:orange_banner": "orange_banner", + "obanner": "orange_banner", + "orangebanner": "orange_banner", + "orange_bed": { + "material": "ORANGE_BED" + }, + "minecraft:orange_bed": "orange_bed", + "obed": "orange_bed", + "orangebed": "orange_bed", + "orange_candle": { + "material": "ORANGE_CANDLE" + }, + "minecraft:orange_candle": "orange_candle", + "ocandle": "orange_candle", + "orangecandle": "orange_candle", + "orange_carpet": { + "material": "ORANGE_CARPET" + }, + "minecraft:orange_carpet": "orange_carpet", + "ocarpet": "orange_carpet", + "ofloor": "orange_carpet", + "orangecarpet": "orange_carpet", + "orangefloor": "orange_carpet", + "orange_concrete": { + "material": "ORANGE_CONCRETE" + }, + "minecraft:orange_concrete": "orange_concrete", + "oconcrete": "orange_concrete", + "orangeconcrete": "orange_concrete", + "orange_concrete_powder": { + "material": "ORANGE_CONCRETE_POWDER" + }, + "minecraft:orange_concrete_powder": "orange_concrete_powder", + "ocdust": "orange_concrete_powder", + "oconcretepowder": "orange_concrete_powder", + "oconcretesand": "orange_concrete_powder", + "ocp": "orange_concrete_powder", + "ocpowder": "orange_concrete_powder", + "orangecdust": "orange_concrete_powder", + "orangeconcretepowder": "orange_concrete_powder", + "orangeconcretesand": "orange_concrete_powder", + "orangecp": "orange_concrete_powder", + "orangecpowder": "orange_concrete_powder", + "orange_dye": { + "material": "ORANGE_DYE" + }, + "minecraft:orange_dye": "orange_dye", + "odye": "orange_dye", + "orangedye": "orange_dye", + "orange_glazed_terracotta": { + "material": "ORANGE_GLAZED_TERRACOTTA" + }, + "minecraft:orange_glazed_terracotta": "orange_glazed_terracotta", + "oglazedtcota": "orange_glazed_terracotta", + "oglazedterra": "orange_glazed_terracotta", + "oglazedterracota": "orange_glazed_terracotta", + "oglazedterracotta": "orange_glazed_terracotta", + "ogtcotta": "orange_glazed_terracotta", + "ogterra": "orange_glazed_terracotta", + "orangeglazedtcota": "orange_glazed_terracotta", + "orangeglazedterra": "orange_glazed_terracotta", + "orangeglazedterracota": "orange_glazed_terracotta", + "orangeglazedterracotta": "orange_glazed_terracotta", + "orangegtcotta": "orange_glazed_terracotta", + "orangegterra": "orange_glazed_terracotta", + "orange_shulker_box": { + "material": "ORANGE_SHULKER_BOX" + }, + "minecraft:orange_shulker_box": "orange_shulker_box", + "orangesbox": "orange_shulker_box", + "orangeshulkerbox": "orange_shulker_box", + "osbox": "orange_shulker_box", + "oshulkerbox": "orange_shulker_box", + "orange_stained_glass": { + "material": "ORANGE_STAINED_GLASS" + }, + "minecraft:orange_stained_glass": "orange_stained_glass", + "oglass": "orange_stained_glass", + "orangeglass": "orange_stained_glass", + "orangesglass": "orange_stained_glass", + "orangestainedglass": "orange_stained_glass", + "osglass": "orange_stained_glass", + "ostainedglass": "orange_stained_glass", + "orange_stained_glass_pane": { + "material": "ORANGE_STAINED_GLASS_PANE" + }, + "minecraft:orange_stained_glass_pane": "orange_stained_glass_pane", + "oglasspane": "orange_stained_glass_pane", + "ogpane": "orange_stained_glass_pane", + "orangeglasspane": "orange_stained_glass_pane", + "orangegpane": "orange_stained_glass_pane", + "orangesglasspane": "orange_stained_glass_pane", + "orangestainedglasspane": "orange_stained_glass_pane", + "osglasspane": "orange_stained_glass_pane", + "ostainedglasspane": "orange_stained_glass_pane", + "orange_terracotta": { + "material": "ORANGE_TERRACOTTA" + }, + "minecraft:orange_terracotta": "orange_terracotta", + "oclay": "orange_terracotta", + "orangeclay": "orange_terracotta", + "orangesclay": "orange_terracotta", + "orangestainedclay": "orange_terracotta", + "orangetcota": "orange_terracotta", + "orangeterra": "orange_terracotta", + "orangeterracota": "orange_terracotta", + "orangeterracotta": "orange_terracotta", + "osclay": "orange_terracotta", + "ostainedclay": "orange_terracotta", + "otcota": "orange_terracotta", + "oterra": "orange_terracotta", + "oterracota": "orange_terracotta", + "oterracotta": "orange_terracotta", + "orange_tulip": { + "material": "ORANGE_TULIP" + }, + "minecraft:orange_tulip": "orange_tulip", + "orangetulip": "orange_tulip", + "orange_wool": { + "material": "ORANGE_WOOL" + }, + "minecraft:orange_wool": "orange_wool", + "ocloth": "orange_wool", + "ocotton": "orange_wool", + "orangecloth": "orange_wool", + "orangecotton": "orange_wool", + "orangewool": "orange_wool", + "owool": "orange_wool", + "oxeye_daisy": { + "material": "OXEYE_DAISY" + }, + "minecraft:oxeye_daisy": "oxeye_daisy", + "oxeyedaisy": "oxeye_daisy", + "oxidized_copper": { + "material": "OXIDIZED_COPPER" + }, + "minecraft:oxidized_copper": "oxidized_copper", + "oxicoblock": "oxidized_copper", + "oxicopblock": "oxidized_copper", + "oxicopperblock": "oxidized_copper", + "oxidisedcoblock": "oxidized_copper", + "oxidisedcopblock": "oxidized_copper", + "oxidisedcopperblock": "oxidized_copper", + "oxidizedcoblock": "oxidized_copper", + "oxidizedcopblock": "oxidized_copper", + "oxidizedcopper": "oxidized_copper", + "oxidizedcopperblock": "oxidized_copper", + "oxycoblock": "oxidized_copper", + "oxycopblock": "oxidized_copper", + "oxycopperblock": "oxidized_copper", + "oxidized_cut_copper": { + "material": "OXIDIZED_CUT_COPPER" + }, + "coxicoblock": "oxidized_cut_copper", + "coxicopblock": "oxidized_cut_copper", + "coxicopperblock": "oxidized_cut_copper", + "coxidisedcoblock": "oxidized_cut_copper", + "coxidisedcopblock": "oxidized_cut_copper", + "coxidisedcopperblock": "oxidized_cut_copper", + "coxidizedcoblock": "oxidized_cut_copper", + "coxidizedcopblock": "oxidized_cut_copper", + "coxidizedcopperblock": "oxidized_cut_copper", + "coxycoblock": "oxidized_cut_copper", + "coxycopblock": "oxidized_cut_copper", + "coxycopperblock": "oxidized_cut_copper", + "cutoxicoblock": "oxidized_cut_copper", + "cutoxicopblock": "oxidized_cut_copper", + "cutoxicopperblock": "oxidized_cut_copper", + "cutoxidisedcoblock": "oxidized_cut_copper", + "cutoxidisedcopblock": "oxidized_cut_copper", + "cutoxidisedcopperblock": "oxidized_cut_copper", + "cutoxidizedcoblock": "oxidized_cut_copper", + "cutoxidizedcopblock": "oxidized_cut_copper", + "cutoxidizedcopperblock": "oxidized_cut_copper", + "cutoxycoblock": "oxidized_cut_copper", + "cutoxycopblock": "oxidized_cut_copper", + "cutoxycopperblock": "oxidized_cut_copper", + "minecraft:oxidized_cut_copper": "oxidized_cut_copper", + "oxiccoblock": "oxidized_cut_copper", + "oxiccopblock": "oxidized_cut_copper", + "oxiccopperblock": "oxidized_cut_copper", + "oxicutcoblock": "oxidized_cut_copper", + "oxicutcopblock": "oxidized_cut_copper", + "oxicutcopperblock": "oxidized_cut_copper", + "oxidisedccoblock": "oxidized_cut_copper", + "oxidisedccopblock": "oxidized_cut_copper", + "oxidisedccopperblock": "oxidized_cut_copper", + "oxidisedcutcoblock": "oxidized_cut_copper", + "oxidisedcutcopblock": "oxidized_cut_copper", + "oxidisedcutcopperblock": "oxidized_cut_copper", + "oxidizedccoblock": "oxidized_cut_copper", + "oxidizedccopblock": "oxidized_cut_copper", + "oxidizedccopperblock": "oxidized_cut_copper", + "oxidizedcutcoblock": "oxidized_cut_copper", + "oxidizedcutcopblock": "oxidized_cut_copper", + "oxidizedcutcopper": "oxidized_cut_copper", + "oxidizedcutcopperblock": "oxidized_cut_copper", + "oxyccoblock": "oxidized_cut_copper", + "oxyccopblock": "oxidized_cut_copper", + "oxyccopperblock": "oxidized_cut_copper", + "oxycutcoblock": "oxidized_cut_copper", + "oxycutcopblock": "oxidized_cut_copper", + "oxycutcopperblock": "oxidized_cut_copper", + "oxidized_cut_copper_slab": { + "material": "OXIDIZED_CUT_COPPER_SLAB" + }, + "coxicohalfblock": "oxidized_cut_copper_slab", + "coxicophalfblock": "oxidized_cut_copper_slab", + "coxicopperhalfblock": "oxidized_cut_copper_slab", + "coxicoppersl": "oxidized_cut_copper_slab", + "coxicopperslab": "oxidized_cut_copper_slab", + "coxicopperstep": "oxidized_cut_copper_slab", + "coxicopsl": "oxidized_cut_copper_slab", + "coxicopslab": "oxidized_cut_copper_slab", + "coxicopstep": "oxidized_cut_copper_slab", + "coxicosl": "oxidized_cut_copper_slab", + "coxicoslab": "oxidized_cut_copper_slab", + "coxicostep": "oxidized_cut_copper_slab", + "coxidisedcohalfblock": "oxidized_cut_copper_slab", + "coxidisedcophalfblock": "oxidized_cut_copper_slab", + "coxidisedcopperhalfblock": "oxidized_cut_copper_slab", + "coxidisedcoppersl": "oxidized_cut_copper_slab", + "coxidisedcopperslab": "oxidized_cut_copper_slab", + "coxidisedcopperstep": "oxidized_cut_copper_slab", + "coxidisedcopsl": "oxidized_cut_copper_slab", + "coxidisedcopslab": "oxidized_cut_copper_slab", + "coxidisedcopstep": "oxidized_cut_copper_slab", + "coxidisedcosl": "oxidized_cut_copper_slab", + "coxidisedcoslab": "oxidized_cut_copper_slab", + "coxidisedcostep": "oxidized_cut_copper_slab", + "coxidizedcohalfblock": "oxidized_cut_copper_slab", + "coxidizedcophalfblock": "oxidized_cut_copper_slab", + "coxidizedcopperhalfblock": "oxidized_cut_copper_slab", + "coxidizedcoppersl": "oxidized_cut_copper_slab", + "coxidizedcopperslab": "oxidized_cut_copper_slab", + "coxidizedcopperstep": "oxidized_cut_copper_slab", + "coxidizedcopsl": "oxidized_cut_copper_slab", + "coxidizedcopslab": "oxidized_cut_copper_slab", + "coxidizedcopstep": "oxidized_cut_copper_slab", + "coxidizedcosl": "oxidized_cut_copper_slab", + "coxidizedcoslab": "oxidized_cut_copper_slab", + "coxidizedcostep": "oxidized_cut_copper_slab", + "coxycohalfblock": "oxidized_cut_copper_slab", + "coxycophalfblock": "oxidized_cut_copper_slab", + "coxycopperhalfblock": "oxidized_cut_copper_slab", + "coxycoppersl": "oxidized_cut_copper_slab", + "coxycopperslab": "oxidized_cut_copper_slab", + "coxycopperstep": "oxidized_cut_copper_slab", + "coxycopsl": "oxidized_cut_copper_slab", + "coxycopslab": "oxidized_cut_copper_slab", + "coxycopstep": "oxidized_cut_copper_slab", + "coxycosl": "oxidized_cut_copper_slab", + "coxycoslab": "oxidized_cut_copper_slab", + "coxycostep": "oxidized_cut_copper_slab", + "cutoxicohalfblock": "oxidized_cut_copper_slab", + "cutoxicophalfblock": "oxidized_cut_copper_slab", + "cutoxicopperhalfblock": "oxidized_cut_copper_slab", + "cutoxicoppersl": "oxidized_cut_copper_slab", + "cutoxicopperslab": "oxidized_cut_copper_slab", + "cutoxicopperstep": "oxidized_cut_copper_slab", + "cutoxicopsl": "oxidized_cut_copper_slab", + "cutoxicopslab": "oxidized_cut_copper_slab", + "cutoxicopstep": "oxidized_cut_copper_slab", + "cutoxicosl": "oxidized_cut_copper_slab", + "cutoxicoslab": "oxidized_cut_copper_slab", + "cutoxicostep": "oxidized_cut_copper_slab", + "cutoxidisedcohalfblock": "oxidized_cut_copper_slab", + "cutoxidisedcophalfblock": "oxidized_cut_copper_slab", + "cutoxidisedcopperhalfblock": "oxidized_cut_copper_slab", + "cutoxidisedcoppersl": "oxidized_cut_copper_slab", + "cutoxidisedcopperslab": "oxidized_cut_copper_slab", + "cutoxidisedcopperstep": "oxidized_cut_copper_slab", + "cutoxidisedcopsl": "oxidized_cut_copper_slab", + "cutoxidisedcopslab": "oxidized_cut_copper_slab", + "cutoxidisedcopstep": "oxidized_cut_copper_slab", + "cutoxidisedcosl": "oxidized_cut_copper_slab", + "cutoxidisedcoslab": "oxidized_cut_copper_slab", + "cutoxidisedcostep": "oxidized_cut_copper_slab", + "cutoxidizedcohalfblock": "oxidized_cut_copper_slab", + "cutoxidizedcophalfblock": "oxidized_cut_copper_slab", + "cutoxidizedcopperhalfblock": "oxidized_cut_copper_slab", + "cutoxidizedcoppersl": "oxidized_cut_copper_slab", + "cutoxidizedcopperslab": "oxidized_cut_copper_slab", + "cutoxidizedcopperstep": "oxidized_cut_copper_slab", + "cutoxidizedcopsl": "oxidized_cut_copper_slab", + "cutoxidizedcopslab": "oxidized_cut_copper_slab", + "cutoxidizedcopstep": "oxidized_cut_copper_slab", + "cutoxidizedcosl": "oxidized_cut_copper_slab", + "cutoxidizedcoslab": "oxidized_cut_copper_slab", + "cutoxidizedcostep": "oxidized_cut_copper_slab", + "cutoxycohalfblock": "oxidized_cut_copper_slab", + "cutoxycophalfblock": "oxidized_cut_copper_slab", + "cutoxycopperhalfblock": "oxidized_cut_copper_slab", + "cutoxycoppersl": "oxidized_cut_copper_slab", + "cutoxycopperslab": "oxidized_cut_copper_slab", + "cutoxycopperstep": "oxidized_cut_copper_slab", + "cutoxycopsl": "oxidized_cut_copper_slab", + "cutoxycopslab": "oxidized_cut_copper_slab", + "cutoxycopstep": "oxidized_cut_copper_slab", + "cutoxycosl": "oxidized_cut_copper_slab", + "cutoxycoslab": "oxidized_cut_copper_slab", + "cutoxycostep": "oxidized_cut_copper_slab", + "minecraft:oxidized_cut_copper_slab": "oxidized_cut_copper_slab", + "oxiccohalfblock": "oxidized_cut_copper_slab", + "oxiccophalfblock": "oxidized_cut_copper_slab", + "oxiccopperhalfblock": "oxidized_cut_copper_slab", + "oxiccoppersl": "oxidized_cut_copper_slab", + "oxiccopperslab": "oxidized_cut_copper_slab", + "oxiccopperstep": "oxidized_cut_copper_slab", + "oxiccopsl": "oxidized_cut_copper_slab", + "oxiccopslab": "oxidized_cut_copper_slab", + "oxiccopstep": "oxidized_cut_copper_slab", + "oxiccosl": "oxidized_cut_copper_slab", + "oxiccoslab": "oxidized_cut_copper_slab", + "oxiccostep": "oxidized_cut_copper_slab", + "oxicutcohalfblock": "oxidized_cut_copper_slab", + "oxicutcophalfblock": "oxidized_cut_copper_slab", + "oxicutcopperhalfblock": "oxidized_cut_copper_slab", + "oxicutcoppersl": "oxidized_cut_copper_slab", + "oxicutcopperslab": "oxidized_cut_copper_slab", + "oxicutcopperstep": "oxidized_cut_copper_slab", + "oxicutcopsl": "oxidized_cut_copper_slab", + "oxicutcopslab": "oxidized_cut_copper_slab", + "oxicutcopstep": "oxidized_cut_copper_slab", + "oxicutcosl": "oxidized_cut_copper_slab", + "oxicutcoslab": "oxidized_cut_copper_slab", + "oxicutcostep": "oxidized_cut_copper_slab", + "oxidisedccohalfblock": "oxidized_cut_copper_slab", + "oxidisedccophalfblock": "oxidized_cut_copper_slab", + "oxidisedccopperhalfblock": "oxidized_cut_copper_slab", + "oxidisedccoppersl": "oxidized_cut_copper_slab", + "oxidisedccopperslab": "oxidized_cut_copper_slab", + "oxidisedccopperstep": "oxidized_cut_copper_slab", + "oxidisedccopsl": "oxidized_cut_copper_slab", + "oxidisedccopslab": "oxidized_cut_copper_slab", + "oxidisedccopstep": "oxidized_cut_copper_slab", + "oxidisedccosl": "oxidized_cut_copper_slab", + "oxidisedccoslab": "oxidized_cut_copper_slab", + "oxidisedccostep": "oxidized_cut_copper_slab", + "oxidisedcutcohalfblock": "oxidized_cut_copper_slab", + "oxidisedcutcophalfblock": "oxidized_cut_copper_slab", + "oxidisedcutcopperhalfblock": "oxidized_cut_copper_slab", + "oxidisedcutcoppersl": "oxidized_cut_copper_slab", + "oxidisedcutcopperslab": "oxidized_cut_copper_slab", + "oxidisedcutcopperstep": "oxidized_cut_copper_slab", + "oxidisedcutcopsl": "oxidized_cut_copper_slab", + "oxidisedcutcopslab": "oxidized_cut_copper_slab", + "oxidisedcutcopstep": "oxidized_cut_copper_slab", + "oxidisedcutcosl": "oxidized_cut_copper_slab", + "oxidisedcutcoslab": "oxidized_cut_copper_slab", + "oxidisedcutcostep": "oxidized_cut_copper_slab", + "oxidizedccohalfblock": "oxidized_cut_copper_slab", + "oxidizedccophalfblock": "oxidized_cut_copper_slab", + "oxidizedccopperhalfblock": "oxidized_cut_copper_slab", + "oxidizedccoppersl": "oxidized_cut_copper_slab", + "oxidizedccopperslab": "oxidized_cut_copper_slab", + "oxidizedccopperstep": "oxidized_cut_copper_slab", + "oxidizedccopsl": "oxidized_cut_copper_slab", + "oxidizedccopslab": "oxidized_cut_copper_slab", + "oxidizedccopstep": "oxidized_cut_copper_slab", + "oxidizedccosl": "oxidized_cut_copper_slab", + "oxidizedccoslab": "oxidized_cut_copper_slab", + "oxidizedccostep": "oxidized_cut_copper_slab", + "oxidizedcutcohalfblock": "oxidized_cut_copper_slab", + "oxidizedcutcophalfblock": "oxidized_cut_copper_slab", + "oxidizedcutcopperhalfblock": "oxidized_cut_copper_slab", + "oxidizedcutcoppersl": "oxidized_cut_copper_slab", + "oxidizedcutcopperslab": "oxidized_cut_copper_slab", + "oxidizedcutcopperstep": "oxidized_cut_copper_slab", + "oxidizedcutcopsl": "oxidized_cut_copper_slab", + "oxidizedcutcopslab": "oxidized_cut_copper_slab", + "oxidizedcutcopstep": "oxidized_cut_copper_slab", + "oxidizedcutcosl": "oxidized_cut_copper_slab", + "oxidizedcutcoslab": "oxidized_cut_copper_slab", + "oxidizedcutcostep": "oxidized_cut_copper_slab", + "oxyccohalfblock": "oxidized_cut_copper_slab", + "oxyccophalfblock": "oxidized_cut_copper_slab", + "oxyccopperhalfblock": "oxidized_cut_copper_slab", + "oxyccoppersl": "oxidized_cut_copper_slab", + "oxyccopperslab": "oxidized_cut_copper_slab", + "oxyccopperstep": "oxidized_cut_copper_slab", + "oxyccopsl": "oxidized_cut_copper_slab", + "oxyccopslab": "oxidized_cut_copper_slab", + "oxyccopstep": "oxidized_cut_copper_slab", + "oxyccosl": "oxidized_cut_copper_slab", + "oxyccoslab": "oxidized_cut_copper_slab", + "oxyccostep": "oxidized_cut_copper_slab", + "oxycutcohalfblock": "oxidized_cut_copper_slab", + "oxycutcophalfblock": "oxidized_cut_copper_slab", + "oxycutcopperhalfblock": "oxidized_cut_copper_slab", + "oxycutcoppersl": "oxidized_cut_copper_slab", + "oxycutcopperslab": "oxidized_cut_copper_slab", + "oxycutcopperstep": "oxidized_cut_copper_slab", + "oxycutcopsl": "oxidized_cut_copper_slab", + "oxycutcopslab": "oxidized_cut_copper_slab", + "oxycutcopstep": "oxidized_cut_copper_slab", + "oxycutcosl": "oxidized_cut_copper_slab", + "oxycutcoslab": "oxidized_cut_copper_slab", + "oxycutcostep": "oxidized_cut_copper_slab", + "oxidized_cut_copper_stairs": { + "material": "OXIDIZED_CUT_COPPER_STAIRS" + }, + "coxicopperstair": "oxidized_cut_copper_stairs", + "coxicopperstairs": "oxidized_cut_copper_stairs", + "coxicopstair": "oxidized_cut_copper_stairs", + "coxicopstairs": "oxidized_cut_copper_stairs", + "coxicostair": "oxidized_cut_copper_stairs", + "coxicostairs": "oxidized_cut_copper_stairs", + "coxidisedcopperstair": "oxidized_cut_copper_stairs", + "coxidisedcopperstairs": "oxidized_cut_copper_stairs", + "coxidisedcopstair": "oxidized_cut_copper_stairs", + "coxidisedcopstairs": "oxidized_cut_copper_stairs", + "coxidisedcostair": "oxidized_cut_copper_stairs", + "coxidisedcostairs": "oxidized_cut_copper_stairs", + "coxidizedcopperstair": "oxidized_cut_copper_stairs", + "coxidizedcopperstairs": "oxidized_cut_copper_stairs", + "coxidizedcopstair": "oxidized_cut_copper_stairs", + "coxidizedcopstairs": "oxidized_cut_copper_stairs", + "coxidizedcostair": "oxidized_cut_copper_stairs", + "coxidizedcostairs": "oxidized_cut_copper_stairs", + "coxycopperstair": "oxidized_cut_copper_stairs", + "coxycopperstairs": "oxidized_cut_copper_stairs", + "coxycopstair": "oxidized_cut_copper_stairs", + "coxycopstairs": "oxidized_cut_copper_stairs", + "coxycostair": "oxidized_cut_copper_stairs", + "coxycostairs": "oxidized_cut_copper_stairs", + "cutoxicopperstair": "oxidized_cut_copper_stairs", + "cutoxicopperstairs": "oxidized_cut_copper_stairs", + "cutoxicopstair": "oxidized_cut_copper_stairs", + "cutoxicopstairs": "oxidized_cut_copper_stairs", + "cutoxicostair": "oxidized_cut_copper_stairs", + "cutoxicostairs": "oxidized_cut_copper_stairs", + "cutoxidisedcopperstair": "oxidized_cut_copper_stairs", + "cutoxidisedcopperstairs": "oxidized_cut_copper_stairs", + "cutoxidisedcopstair": "oxidized_cut_copper_stairs", + "cutoxidisedcopstairs": "oxidized_cut_copper_stairs", + "cutoxidisedcostair": "oxidized_cut_copper_stairs", + "cutoxidisedcostairs": "oxidized_cut_copper_stairs", + "cutoxidizedcopperstair": "oxidized_cut_copper_stairs", + "cutoxidizedcopperstairs": "oxidized_cut_copper_stairs", + "cutoxidizedcopstair": "oxidized_cut_copper_stairs", + "cutoxidizedcopstairs": "oxidized_cut_copper_stairs", + "cutoxidizedcostair": "oxidized_cut_copper_stairs", + "cutoxidizedcostairs": "oxidized_cut_copper_stairs", + "cutoxycopperstair": "oxidized_cut_copper_stairs", + "cutoxycopperstairs": "oxidized_cut_copper_stairs", + "cutoxycopstair": "oxidized_cut_copper_stairs", + "cutoxycopstairs": "oxidized_cut_copper_stairs", + "cutoxycostair": "oxidized_cut_copper_stairs", + "cutoxycostairs": "oxidized_cut_copper_stairs", + "minecraft:oxidized_cut_copper_stairs": "oxidized_cut_copper_stairs", + "oxiccopperstair": "oxidized_cut_copper_stairs", + "oxiccopperstairs": "oxidized_cut_copper_stairs", + "oxiccopstair": "oxidized_cut_copper_stairs", + "oxiccopstairs": "oxidized_cut_copper_stairs", + "oxiccostair": "oxidized_cut_copper_stairs", + "oxiccostairs": "oxidized_cut_copper_stairs", + "oxicutcopperstair": "oxidized_cut_copper_stairs", + "oxicutcopperstairs": "oxidized_cut_copper_stairs", + "oxicutcopstair": "oxidized_cut_copper_stairs", + "oxicutcopstairs": "oxidized_cut_copper_stairs", + "oxicutcostair": "oxidized_cut_copper_stairs", + "oxicutcostairs": "oxidized_cut_copper_stairs", + "oxidisedccopperstair": "oxidized_cut_copper_stairs", + "oxidisedccopperstairs": "oxidized_cut_copper_stairs", + "oxidisedccopstair": "oxidized_cut_copper_stairs", + "oxidisedccopstairs": "oxidized_cut_copper_stairs", + "oxidisedccostair": "oxidized_cut_copper_stairs", + "oxidisedccostairs": "oxidized_cut_copper_stairs", + "oxidisedcutcopperstair": "oxidized_cut_copper_stairs", + "oxidisedcutcopperstairs": "oxidized_cut_copper_stairs", + "oxidisedcutcopstair": "oxidized_cut_copper_stairs", + "oxidisedcutcopstairs": "oxidized_cut_copper_stairs", + "oxidisedcutcostair": "oxidized_cut_copper_stairs", + "oxidisedcutcostairs": "oxidized_cut_copper_stairs", + "oxidizedccopperstair": "oxidized_cut_copper_stairs", + "oxidizedccopperstairs": "oxidized_cut_copper_stairs", + "oxidizedccopstair": "oxidized_cut_copper_stairs", + "oxidizedccopstairs": "oxidized_cut_copper_stairs", + "oxidizedccostair": "oxidized_cut_copper_stairs", + "oxidizedccostairs": "oxidized_cut_copper_stairs", + "oxidizedcutcopperstair": "oxidized_cut_copper_stairs", + "oxidizedcutcopperstairs": "oxidized_cut_copper_stairs", + "oxidizedcutcopstair": "oxidized_cut_copper_stairs", + "oxidizedcutcopstairs": "oxidized_cut_copper_stairs", + "oxidizedcutcostair": "oxidized_cut_copper_stairs", + "oxidizedcutcostairs": "oxidized_cut_copper_stairs", + "oxyccopperstair": "oxidized_cut_copper_stairs", + "oxyccopperstairs": "oxidized_cut_copper_stairs", + "oxyccopstair": "oxidized_cut_copper_stairs", + "oxyccopstairs": "oxidized_cut_copper_stairs", + "oxyccostair": "oxidized_cut_copper_stairs", + "oxyccostairs": "oxidized_cut_copper_stairs", + "oxycutcopperstair": "oxidized_cut_copper_stairs", + "oxycutcopperstairs": "oxidized_cut_copper_stairs", + "oxycutcopstair": "oxidized_cut_copper_stairs", + "oxycutcopstairs": "oxidized_cut_copper_stairs", + "oxycutcostair": "oxidized_cut_copper_stairs", + "oxycutcostairs": "oxidized_cut_copper_stairs", + "packed_ice": { + "material": "PACKED_ICE" + }, + "minecraft:packed_ice": "packed_ice", + "packedice": "packed_ice", + "painting": { + "material": "PAINTING" + }, + "minecraft:painting": "painting", + "panda_spawn_egg": { + "material": "PANDA_SPAWN_EGG" + }, + "eggpanda": "panda_spawn_egg", + "minecraft:panda_spawn_egg": "panda_spawn_egg", + "pandaegg": "panda_spawn_egg", + "pandasegg": "panda_spawn_egg", + "pandaspawn": "panda_spawn_egg", + "pandaspawnegg": "panda_spawn_egg", + "seggpanda": "panda_spawn_egg", + "spawneggpanda": "panda_spawn_egg", + "spawnpanda": "panda_spawn_egg", + "panda_spawner": { + "entity": "PANDA", + "material": "SPAWNER" + }, + "pandacage": "panda_spawner", + "pandamcage": "panda_spawner", + "pandamobcage": "panda_spawner", + "pandamobspawner": "panda_spawner", + "pandamonstercage": "panda_spawner", + "pandamonsterspawner": "panda_spawner", + "pandamspawner": "panda_spawner", + "pandaspawner": "panda_spawner", + "paper": { + "material": "PAPER" + }, + "minecraft:paper": "paper", + "parrot_spawn_egg": { + "material": "PARROT_SPAWN_EGG" + }, + "eggparrot": "parrot_spawn_egg", + "minecraft:parrot_spawn_egg": "parrot_spawn_egg", + "parrotegg": "parrot_spawn_egg", + "parrotsegg": "parrot_spawn_egg", + "parrotspawn": "parrot_spawn_egg", + "parrotspawnegg": "parrot_spawn_egg", + "seggparrot": "parrot_spawn_egg", + "spawneggparrot": "parrot_spawn_egg", + "spawnparrot": "parrot_spawn_egg", + "parrot_spawner": { + "entity": "PARROT", + "material": "SPAWNER" + }, + "parrotcage": "parrot_spawner", + "parrotmcage": "parrot_spawner", + "parrotmobcage": "parrot_spawner", + "parrotmobspawner": "parrot_spawner", + "parrotmonstercage": "parrot_spawner", + "parrotmonsterspawner": "parrot_spawner", + "parrotmspawner": "parrot_spawner", + "parrotspawner": "parrot_spawner", + "peony": { + "material": "PEONY" + }, + "minecraft:peony": "peony", + "petrified_oak_slab": { + "material": "PETRIFIED_OAK_SLAB" + }, + "minecraft:petrified_oak_slab": "petrified_oak_slab", + "petrifiedoakslab": "petrified_oak_slab", + "phantom_membrane": { + "material": "PHANTOM_MEMBRANE" + }, + "minecraft:phantom_membrane": "phantom_membrane", + "phantommembrane": "phantom_membrane", + "phantom_spawn_egg": { + "material": "PHANTOM_SPAWN_EGG" + }, + "eggphantom": "phantom_spawn_egg", + "minecraft:phantom_spawn_egg": "phantom_spawn_egg", + "phantomegg": "phantom_spawn_egg", + "phantomsegg": "phantom_spawn_egg", + "phantomspawn": "phantom_spawn_egg", + "phantomspawnegg": "phantom_spawn_egg", + "seggphantom": "phantom_spawn_egg", + "spawneggphantom": "phantom_spawn_egg", + "spawnphantom": "phantom_spawn_egg", + "phantom_spawner": { + "entity": "PHANTOM", + "material": "SPAWNER" + }, + "phantomcage": "phantom_spawner", + "phantommcage": "phantom_spawner", + "phantommobcage": "phantom_spawner", + "phantommobspawner": "phantom_spawner", + "phantommonstercage": "phantom_spawner", + "phantommonsterspawner": "phantom_spawner", + "phantommspawner": "phantom_spawner", + "phantomspawner": "phantom_spawner", + "pig_spawn_egg": { + "material": "PIG_SPAWN_EGG" + }, + "eggpig": "pig_spawn_egg", + "minecraft:pig_spawn_egg": "pig_spawn_egg", + "pigegg": "pig_spawn_egg", + "pigsegg": "pig_spawn_egg", + "pigspawn": "pig_spawn_egg", + "pigspawnegg": "pig_spawn_egg", + "seggpig": "pig_spawn_egg", + "spawneggpig": "pig_spawn_egg", + "spawnpig": "pig_spawn_egg", + "pig_spawner": { + "entity": "PIG", + "material": "SPAWNER" + }, + "pigcage": "pig_spawner", + "pigmcage": "piglin_spawner", + "pigmobcage": "pig_spawner", + "pigmobspawner": "pig_spawner", + "pigmonstercage": "pig_spawner", + "pigmonsterspawner": "pig_spawner", + "pigmspawner": "piglin_spawner", + "pigspawner": "pig_spawner", + "piglin_banner_pattern": { + "material": "PIGLIN_BANNER_PATTERN" + }, + "minecraft:piglin_banner_pattern": "piglin_banner_pattern", + "piglinbannerpattern": "piglin_banner_pattern", + "piglin_brute_spawn_egg": { + "material": "PIGLIN_BRUTE_SPAWN_EGG" + }, + "eggmeaniepiglin": "piglin_brute_spawn_egg", + "eggpigbr": "piglin_brute_spawn_egg", + "eggpigbrute": "piglin_brute_spawn_egg", + "eggpiglin_brute": "piglin_brute_spawn_egg", + "eggpiglinbr": "piglin_brute_spawn_egg", + "meaniepiglinegg": "piglin_brute_spawn_egg", + "meaniepiglinsegg": "piglin_brute_spawn_egg", + "meaniepiglinspawn": "piglin_brute_spawn_egg", + "meaniepiglinspawnegg": "piglin_brute_spawn_egg", + "minecraft:piglin_brute_spawn_egg": "piglin_brute_spawn_egg", + "pigbregg": "piglin_brute_spawn_egg", + "pigbrsegg": "piglin_brute_spawn_egg", + "pigbrspawn": "piglin_brute_spawn_egg", + "pigbrspawnegg": "piglin_brute_spawn_egg", + "pigbruteegg": "piglin_brute_spawn_egg", + "pigbrutesegg": "piglin_brute_spawn_egg", + "pigbrutespawn": "piglin_brute_spawn_egg", + "pigbrutespawnegg": "piglin_brute_spawn_egg", + "piglin_bruteegg": "piglin_brute_spawn_egg", + "piglin_brutesegg": "piglin_brute_spawn_egg", + "piglin_brutespawn": "piglin_brute_spawn_egg", + "piglin_brutespawnegg": "piglin_brute_spawn_egg", + "piglinbregg": "piglin_brute_spawn_egg", + "piglinbrsegg": "piglin_brute_spawn_egg", + "piglinbrspawn": "piglin_brute_spawn_egg", + "piglinbrspawnegg": "piglin_brute_spawn_egg", + "piglinbrutespawnegg": "piglin_brute_spawn_egg", + "seggmeaniepiglin": "piglin_brute_spawn_egg", + "seggpigbr": "piglin_brute_spawn_egg", + "seggpigbrute": "piglin_brute_spawn_egg", + "seggpiglin_brute": "piglin_brute_spawn_egg", + "seggpiglinbr": "piglin_brute_spawn_egg", + "spawneggmeaniepiglin": "piglin_brute_spawn_egg", + "spawneggpigbr": "piglin_brute_spawn_egg", + "spawneggpigbrute": "piglin_brute_spawn_egg", + "spawneggpiglin_brute": "piglin_brute_spawn_egg", + "spawneggpiglinbr": "piglin_brute_spawn_egg", + "spawnmeaniepiglin": "piglin_brute_spawn_egg", + "spawnpigbr": "piglin_brute_spawn_egg", + "spawnpigbrute": "piglin_brute_spawn_egg", + "spawnpiglin_brute": "piglin_brute_spawn_egg", + "spawnpiglinbr": "piglin_brute_spawn_egg", + "piglin_brute_spawner": { + "entity": "PIGLIN_BRUTE", + "material": "SPAWNER" + }, + "meaniepiglincage": "piglin_brute_spawner", + "meaniepiglinmcage": "piglin_brute_spawner", + "meaniepiglinmobcage": "piglin_brute_spawner", + "meaniepiglinmobspawner": "piglin_brute_spawner", + "meaniepiglinmonstercage": "piglin_brute_spawner", + "meaniepiglinmonsterspawner": "piglin_brute_spawner", + "meaniepiglinmspawner": "piglin_brute_spawner", + "meaniepiglinspawner": "piglin_brute_spawner", + "pigbrcage": "piglin_brute_spawner", + "pigbrmcage": "piglin_brute_spawner", + "pigbrmobcage": "piglin_brute_spawner", + "pigbrmobspawner": "piglin_brute_spawner", + "pigbrmonstercage": "piglin_brute_spawner", + "pigbrmonsterspawner": "piglin_brute_spawner", + "pigbrmspawner": "piglin_brute_spawner", + "pigbrspawner": "piglin_brute_spawner", + "pigbrutecage": "piglin_brute_spawner", + "pigbrutemcage": "piglin_brute_spawner", + "pigbrutemobcage": "piglin_brute_spawner", + "pigbrutemobspawner": "piglin_brute_spawner", + "pigbrutemonstercage": "piglin_brute_spawner", + "pigbrutemonsterspawner": "piglin_brute_spawner", + "pigbrutemspawner": "piglin_brute_spawner", + "pigbrutespawner": "piglin_brute_spawner", + "piglin_brutecage": "piglin_brute_spawner", + "piglin_brutemcage": "piglin_brute_spawner", + "piglin_brutemobcage": "piglin_brute_spawner", + "piglin_brutemobspawner": "piglin_brute_spawner", + "piglin_brutemonstercage": "piglin_brute_spawner", + "piglin_brutemonsterspawner": "piglin_brute_spawner", + "piglin_brutemspawner": "piglin_brute_spawner", + "piglin_brutespawner": "piglin_brute_spawner", + "piglinbrcage": "piglin_brute_spawner", + "piglinbrmcage": "piglin_brute_spawner", + "piglinbrmobcage": "piglin_brute_spawner", + "piglinbrmobspawner": "piglin_brute_spawner", + "piglinbrmonstercage": "piglin_brute_spawner", + "piglinbrmonsterspawner": "piglin_brute_spawner", + "piglinbrmspawner": "piglin_brute_spawner", + "piglinbrspawner": "piglin_brute_spawner", + "piglin_spawn_egg": { + "material": "PIGLIN_SPAWN_EGG" + }, + "eggpiglin": "piglin_spawn_egg", + "eggpigm": "piglin_spawn_egg", + "eggpigman": "piglin_spawn_egg", + "eggpigmen": "piglin_spawn_egg", + "eggpman": "piglin_spawn_egg", + "minecraft:piglin_spawn_egg": "piglin_spawn_egg", + "piglinegg": "piglin_spawn_egg", + "piglinsegg": "piglin_spawn_egg", + "piglinspawn": "piglin_spawn_egg", + "piglinspawnegg": "piglin_spawn_egg", + "pigmanegg": "piglin_spawn_egg", + "pigmansegg": "piglin_spawn_egg", + "pigmanspawn": "piglin_spawn_egg", + "pigmanspawnegg": "piglin_spawn_egg", + "pigmegg": "piglin_spawn_egg", + "pigmenegg": "piglin_spawn_egg", + "pigmensegg": "piglin_spawn_egg", + "pigmenspawn": "piglin_spawn_egg", + "pigmenspawnegg": "piglin_spawn_egg", + "pigmsegg": "piglin_spawn_egg", + "pigmspawn": "piglin_spawn_egg", + "pigmspawnegg": "piglin_spawn_egg", + "pmanegg": "piglin_spawn_egg", + "pmansegg": "piglin_spawn_egg", + "pmanspawn": "piglin_spawn_egg", + "pmanspawnegg": "piglin_spawn_egg", + "seggpiglin": "piglin_spawn_egg", + "seggpigm": "piglin_spawn_egg", + "seggpigman": "piglin_spawn_egg", + "seggpigmen": "piglin_spawn_egg", + "seggpman": "piglin_spawn_egg", + "spawneggpiglin": "piglin_spawn_egg", + "spawneggpigm": "piglin_spawn_egg", + "spawneggpigman": "piglin_spawn_egg", + "spawneggpigmen": "piglin_spawn_egg", + "spawneggpman": "piglin_spawn_egg", + "spawnpiglin": "piglin_spawn_egg", + "spawnpigm": "piglin_spawn_egg", + "spawnpigman": "piglin_spawn_egg", + "spawnpigmen": "piglin_spawn_egg", + "spawnpman": "piglin_spawn_egg", + "piglin_spawner": { + "entity": "PIGLIN", + "material": "SPAWNER" + }, + "piglincage": "piglin_spawner", + "piglinmcage": "piglin_spawner", + "piglinmobcage": "piglin_spawner", + "piglinmobspawner": "piglin_spawner", + "piglinmonstercage": "piglin_spawner", + "piglinmonsterspawner": "piglin_spawner", + "piglinmspawner": "piglin_spawner", + "piglinspawner": "piglin_spawner", + "pigmancage": "piglin_spawner", + "pigmanmcage": "piglin_spawner", + "pigmanmobcage": "piglin_spawner", + "pigmanmobspawner": "piglin_spawner", + "pigmanmonstercage": "piglin_spawner", + "pigmanmonsterspawner": "piglin_spawner", + "pigmanmspawner": "piglin_spawner", + "pigmanspawner": "piglin_spawner", + "pigmencage": "piglin_spawner", + "pigmenmcage": "piglin_spawner", + "pigmenmobcage": "piglin_spawner", + "pigmenmobspawner": "piglin_spawner", + "pigmenmonstercage": "piglin_spawner", + "pigmenmonsterspawner": "piglin_spawner", + "pigmenmspawner": "piglin_spawner", + "pigmenspawner": "piglin_spawner", + "pigmmcage": "piglin_spawner", + "pigmmobcage": "piglin_spawner", + "pigmmobspawner": "piglin_spawner", + "pigmmonstercage": "piglin_spawner", + "pigmmonsterspawner": "piglin_spawner", + "pigmmspawner": "piglin_spawner", + "pmancage": "piglin_spawner", + "pmanmcage": "piglin_spawner", + "pmanmobcage": "piglin_spawner", + "pmanmobspawner": "piglin_spawner", + "pmanmonstercage": "piglin_spawner", + "pmanmonsterspawner": "piglin_spawner", + "pmanmspawner": "piglin_spawner", + "pmanspawner": "piglin_spawner", + "pillager_spawn_egg": { + "material": "PILLAGER_SPAWN_EGG" + }, + "eggpillager": "pillager_spawn_egg", + "minecraft:pillager_spawn_egg": "pillager_spawn_egg", + "pillageregg": "pillager_spawn_egg", + "pillagersegg": "pillager_spawn_egg", + "pillagerspawn": "pillager_spawn_egg", + "pillagerspawnegg": "pillager_spawn_egg", + "seggpillager": "pillager_spawn_egg", + "spawneggpillager": "pillager_spawn_egg", + "spawnpillager": "pillager_spawn_egg", + "pillager_spawner": { + "entity": "PILLAGER", + "material": "SPAWNER" + }, + "pillagercage": "pillager_spawner", + "pillagermcage": "pillager_spawner", + "pillagermobcage": "pillager_spawner", + "pillagermobspawner": "pillager_spawner", + "pillagermonstercage": "pillager_spawner", + "pillagermonsterspawner": "pillager_spawner", + "pillagermspawner": "pillager_spawner", + "pillagerspawner": "pillager_spawner", + "pink_banner": { + "material": "PINK_BANNER" + }, + "minecraft:pink_banner": "pink_banner", + "pibanner": "pink_banner", + "pinkbanner": "pink_banner", + "pink_bed": { + "material": "PINK_BED" + }, + "minecraft:pink_bed": "pink_bed", + "pibed": "pink_bed", + "pinkbed": "pink_bed", + "pink_candle": { + "material": "PINK_CANDLE" + }, + "minecraft:pink_candle": "pink_candle", + "picandle": "pink_candle", + "pinkcandle": "pink_candle", + "pink_carpet": { + "material": "PINK_CARPET" + }, + "minecraft:pink_carpet": "pink_carpet", + "picarpet": "pink_carpet", + "pifloor": "pink_carpet", + "pinkcarpet": "pink_carpet", + "pinkfloor": "pink_carpet", + "pink_concrete": { + "material": "PINK_CONCRETE" + }, + "minecraft:pink_concrete": "pink_concrete", + "piconcrete": "pink_concrete", + "pinkconcrete": "pink_concrete", + "pink_concrete_powder": { + "material": "PINK_CONCRETE_POWDER" + }, + "minecraft:pink_concrete_powder": "pink_concrete_powder", + "picdust": "pink_concrete_powder", + "piconcretepowder": "pink_concrete_powder", + "piconcretesand": "pink_concrete_powder", + "picp": "pink_concrete_powder", + "picpowder": "pink_concrete_powder", + "pinkcdust": "pink_concrete_powder", + "pinkconcretepowder": "pink_concrete_powder", + "pinkconcretesand": "pink_concrete_powder", + "pinkcp": "pink_concrete_powder", + "pinkcpowder": "pink_concrete_powder", + "pink_dye": { + "material": "PINK_DYE" + }, + "minecraft:pink_dye": "pink_dye", + "pidye": "pink_dye", + "pinkdye": "pink_dye", + "pink_glazed_terracotta": { + "material": "PINK_GLAZED_TERRACOTTA" + }, + "minecraft:pink_glazed_terracotta": "pink_glazed_terracotta", + "piglazedtcota": "pink_glazed_terracotta", + "piglazedterra": "pink_glazed_terracotta", + "piglazedterracota": "pink_glazed_terracotta", + "piglazedterracotta": "pink_glazed_terracotta", + "pigtcotta": "pink_glazed_terracotta", + "pigterra": "pink_glazed_terracotta", + "pinkglazedtcota": "pink_glazed_terracotta", + "pinkglazedterra": "pink_glazed_terracotta", + "pinkglazedterracota": "pink_glazed_terracotta", + "pinkglazedterracotta": "pink_glazed_terracotta", + "pinkgtcotta": "pink_glazed_terracotta", + "pinkgterra": "pink_glazed_terracotta", + "pink_shulker_box": { + "material": "PINK_SHULKER_BOX" + }, + "minecraft:pink_shulker_box": "pink_shulker_box", + "pinksbox": "pink_shulker_box", + "pinkshulkerbox": "pink_shulker_box", + "pisbox": "pink_shulker_box", + "pishulkerbox": "pink_shulker_box", + "pink_stained_glass": { + "material": "PINK_STAINED_GLASS" + }, + "minecraft:pink_stained_glass": "pink_stained_glass", + "piglass": "pink_stained_glass", + "pinkglass": "pink_stained_glass", + "pinksglass": "pink_stained_glass", + "pinkstainedglass": "pink_stained_glass", + "pisglass": "pink_stained_glass", + "pistainedglass": "pink_stained_glass", + "pink_stained_glass_pane": { + "material": "PINK_STAINED_GLASS_PANE" + }, + "minecraft:pink_stained_glass_pane": "pink_stained_glass_pane", + "piglasspane": "pink_stained_glass_pane", + "pigpane": "pink_stained_glass_pane", + "pinkglasspane": "pink_stained_glass_pane", + "pinkgpane": "pink_stained_glass_pane", + "pinksglasspane": "pink_stained_glass_pane", + "pinkstainedglasspane": "pink_stained_glass_pane", + "pisglasspane": "pink_stained_glass_pane", + "pistainedglasspane": "pink_stained_glass_pane", + "pink_terracotta": { + "material": "PINK_TERRACOTTA" + }, + "minecraft:pink_terracotta": "pink_terracotta", + "piclay": "pink_terracotta", + "pinkclay": "pink_terracotta", + "pinksclay": "pink_terracotta", + "pinkstainedclay": "pink_terracotta", + "pinktcota": "pink_terracotta", + "pinkterra": "pink_terracotta", + "pinkterracota": "pink_terracotta", + "pinkterracotta": "pink_terracotta", + "pisclay": "pink_terracotta", + "pistainedclay": "pink_terracotta", + "pitcota": "pink_terracotta", + "piterra": "pink_terracotta", + "piterracota": "pink_terracotta", + "piterracotta": "pink_terracotta", + "pink_tulip": { + "material": "PINK_TULIP" + }, + "minecraft:pink_tulip": "pink_tulip", + "pinktulip": "pink_tulip", + "pink_wool": { + "material": "PINK_WOOL" + }, + "minecraft:pink_wool": "pink_wool", + "picloth": "pink_wool", + "picotton": "pink_wool", + "pinkcloth": "pink_wool", + "pinkcotton": "pink_wool", + "pinkwool": "pink_wool", + "piwool": "pink_wool", + "piston": { + "material": "PISTON" + }, + "minecraft:piston": "piston", + "player_head": { + "material": "PLAYER_HEAD" + }, + "minecraft:player_head": "player_head", + "playerhead": "player_head", + "podzol": { + "material": "PODZOL" + }, + "minecraft:podzol": "podzol", + "pointed_dripstone": { + "material": "POINTED_DRIPSTONE" + }, + "hangingdrip": "pointed_dripstone", + "hangingdripstone": "pointed_dripstone", + "minecraft:pointed_dripstone": "pointed_dripstone", + "pdrip": "pointed_dripstone", + "pdripstone": "pointed_dripstone", + "pointdrip": "pointed_dripstone", + "pointdripstone": "pointed_dripstone", + "pointeddrip": "pointed_dripstone", + "pointeddripstone": "pointed_dripstone", + "spikydrip": "pointed_dripstone", + "spikydripstone": "pointed_dripstone", + "poison_lingering_potion": { + "potionData": { + "type": "POISON", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "acidaoepoiont": "poison_lingering_potion", + "acidaoepot": "poison_lingering_potion", + "acidareapot": "poison_lingering_potion", + "acidareapotion": "poison_lingering_potion", + "acidcloudpot": "poison_lingering_potion", + "acidcloudpotion": "poison_lingering_potion", + "acidlingerpot": "poison_lingering_potion", + "aoepotacid": "poison_lingering_potion", + "aoepotionacid": "poison_lingering_potion", + "aoepotionp": "poison_lingering_potion", + "aoepotionpoison": "poison_lingering_potion", + "aoepotp": "poison_lingering_potion", + "aoepotpoison": "poison_lingering_potion", + "areapotacid": "poison_lingering_potion", + "areapotionacid": "poison_lingering_potion", + "areapotionp": "poison_lingering_potion", + "areapotionpoison": "poison_lingering_potion", + "areapotp": "poison_lingering_potion", + "areapotpoison": "poison_lingering_potion", + "cloudpotacid": "poison_lingering_potion", + "cloudpotionacid": "poison_lingering_potion", + "cloudpotionp": "poison_lingering_potion", + "cloudpotionpoison": "poison_lingering_potion", + "cloudpotp": "poison_lingering_potion", + "cloudpotpoison": "poison_lingering_potion", + "lingerpotacid": "poison_lingering_potion", + "lingerpotp": "poison_lingering_potion", + "lingerpotpoison": "poison_lingering_potion", + "paoepoiont": "poison_lingering_potion", + "paoepot": "poison_lingering_potion", + "pareapot": "poison_lingering_potion", + "pareapotion": "poison_lingering_potion", + "pcloudpot": "poison_lingering_potion", + "pcloudpotion": "poison_lingering_potion", + "plingerpot": "poison_lingering_potion", + "poisonaoepoiont": "poison_lingering_potion", + "poisonaoepot": "poison_lingering_potion", + "poisonareapot": "poison_lingering_potion", + "poisonareapotion": "poison_lingering_potion", + "poisoncloudpot": "poison_lingering_potion", + "poisoncloudpotion": "poison_lingering_potion", + "poisonlingerpot": "poison_lingering_potion", + "poison_potion": { + "potionData": { + "type": "POISON", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "acidpot": "poison_potion", + "acidpotion": "poison_potion", + "poisonpot": "poison_potion", + "poisonpotion": "poison_potion", + "potionofacid": "poison_potion", + "potionofp": "poison_potion", + "potionofpoison": "poison_potion", + "potofacid": "poison_potion", + "potofp": "poison_potion", + "potofpoison": "poison_potion", + "ppot": "poison_potion", + "ppotion": "poison_potion", + "poison_splash_potion": { + "potionData": { + "type": "POISON", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "acidsplashpot": "poison_splash_potion", + "acidsplashpotion": "poison_splash_potion", + "poisonsplashpot": "poison_splash_potion", + "poisonsplashpotion": "poison_splash_potion", + "psplashpot": "poison_splash_potion", + "psplashpotion": "poison_splash_potion", + "splacidpot": "poison_splash_potion", + "splacidpotion": "poison_splash_potion", + "splashacidpot": "poison_splash_potion", + "splashacidpotion": "poison_splash_potion", + "splashpoisonpot": "poison_splash_potion", + "splashpoisonpotion": "poison_splash_potion", + "splashppot": "poison_splash_potion", + "splashppotion": "poison_splash_potion", + "splpoisonpot": "poison_splash_potion", + "splpoisonpotion": "poison_splash_potion", + "splppot": "poison_splash_potion", + "splppotion": "poison_splash_potion", + "poison_tipped_arrow": { + "potionData": { + "type": "POISON", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "acidarrow": "poison_tipped_arrow", + "acidtarr": "poison_tipped_arrow", + "acidtarrow": "poison_tipped_arrow", + "acidtippedarrow": "poison_tipped_arrow", + "arrowacid": "poison_tipped_arrow", + "arrowp": "poison_tipped_arrow", + "arrowpoison": "poison_tipped_arrow", + "parrow": "poison_tipped_arrow", + "poisonarrow": "poison_tipped_arrow", + "poisontarr": "poison_tipped_arrow", + "poisontarrow": "poison_tipped_arrow", + "poisontippedarrow": "poison_tipped_arrow", + "ptarr": "poison_tipped_arrow", + "ptarrow": "poison_tipped_arrow", + "ptippedarrow": "poison_tipped_arrow", + "poisonous_potato": { + "material": "POISONOUS_POTATO" + }, + "minecraft:poisonous_potato": "poisonous_potato", + "poisonouspotato": "poisonous_potato", + "polar_bear_spawn_egg": { + "material": "POLAR_BEAR_SPAWN_EGG" + }, + "eggpolar": "polar_bear_spawn_egg", + "eggpolar_bear": "polar_bear_spawn_egg", + "minecraft:polar_bear_spawn_egg": "polar_bear_spawn_egg", + "polar_bearegg": "polar_bear_spawn_egg", + "polar_bearsegg": "polar_bear_spawn_egg", + "polar_bearspawn": "polar_bear_spawn_egg", + "polar_bearspawnegg": "polar_bear_spawn_egg", + "polarbearspawnegg": "polar_bear_spawn_egg", + "polaregg": "polar_bear_spawn_egg", + "polarsegg": "polar_bear_spawn_egg", + "polarspawn": "polar_bear_spawn_egg", + "polarspawnegg": "polar_bear_spawn_egg", + "seggpolar": "polar_bear_spawn_egg", + "seggpolar_bear": "polar_bear_spawn_egg", + "spawneggpolar": "polar_bear_spawn_egg", + "spawneggpolar_bear": "polar_bear_spawn_egg", + "spawnpolar": "polar_bear_spawn_egg", + "spawnpolar_bear": "polar_bear_spawn_egg", + "polar_bear_spawner": { + "entity": "POLAR_BEAR", + "material": "SPAWNER" + }, + "polar_bearcage": "polar_bear_spawner", + "polar_bearmcage": "polar_bear_spawner", + "polar_bearmobcage": "polar_bear_spawner", + "polar_bearmobspawner": "polar_bear_spawner", + "polar_bearmonstercage": "polar_bear_spawner", + "polar_bearmonsterspawner": "polar_bear_spawner", + "polar_bearmspawner": "polar_bear_spawner", + "polar_bearspawner": "polar_bear_spawner", + "polarcage": "polar_bear_spawner", + "polarmcage": "polar_bear_spawner", + "polarmobcage": "polar_bear_spawner", + "polarmobspawner": "polar_bear_spawner", + "polarmonstercage": "polar_bear_spawner", + "polarmonsterspawner": "polar_bear_spawner", + "polarmspawner": "polar_bear_spawner", + "polarspawner": "polar_bear_spawner", + "polished_andesite": { + "material": "POLISHED_ANDESITE" + }, + "minecraft:polished_andesite": "polished_andesite", + "pand": "polished_andesite", + "pandb": "polished_andesite", + "pandbl": "polished_andesite", + "pandblock": "polished_andesite", + "pandesite": "polished_andesite", + "pandesiteb": "polished_andesite", + "pandesitebl": "polished_andesite", + "pandesiteblock": "polished_andesite", + "pandstone": "polished_andesite", + "pandstoneb": "polished_andesite", + "pandstonebl": "polished_andesite", + "pandstoneblock": "polished_andesite", + "pastone": "polished_andesite", + "pastoneb": "polished_andesite", + "pastonebl": "polished_andesite", + "pastoneblock": "polished_andesite", + "polishedand": "polished_andesite", + "polishedandb": "polished_andesite", + "polishedandbl": "polished_andesite", + "polishedandblock": "polished_andesite", + "polishedandesite": "polished_andesite", + "polishedandesiteb": "polished_andesite", + "polishedandesitebl": "polished_andesite", + "polishedandesiteblock": "polished_andesite", + "polishedandstone": "polished_andesite", + "polishedandstoneb": "polished_andesite", + "polishedandstonebl": "polished_andesite", + "polishedandstoneblock": "polished_andesite", + "polishedastone": "polished_andesite", + "polishedastoneb": "polished_andesite", + "polishedastonebl": "polished_andesite", + "polishedastoneblock": "polished_andesite", + "polished_andesite_slab": { + "material": "POLISHED_ANDESITE_SLAB" + }, + "minecraft:polished_andesite_slab": "polished_andesite_slab", + "pandesitehalfblock": "polished_andesite_slab", + "pandesitestep": "polished_andesite_slab", + "pandhalfblock": "polished_andesite_slab", + "pandstep": "polished_andesite_slab", + "pandstonehalfblock": "polished_andesite_slab", + "pandstonestep": "polished_andesite_slab", + "pastonehalfblock": "polished_andesite_slab", + "pastonestep": "polished_andesite_slab", + "polishedandesitehalfblock": "polished_andesite_slab", + "polishedandesiteslab": "polished_andesite_slab", + "polishedandesitestep": "polished_andesite_slab", + "polishedandhalfblock": "polished_andesite_slab", + "polishedandstep": "polished_andesite_slab", + "polishedandstonehalfblock": "polished_andesite_slab", + "polishedandstonestep": "polished_andesite_slab", + "polishedastonehalfblock": "polished_andesite_slab", + "polishedastonestep": "polished_andesite_slab", + "polished_andesite_stairs": { + "material": "POLISHED_ANDESITE_STAIRS" + }, + "minecraft:polished_andesite_stairs": "polished_andesite_stairs", + "pandesitestair": "polished_andesite_stairs", + "pandesitestairs": "polished_andesite_stairs", + "pandstair": "polished_andesite_stairs", + "pandstairs": "polished_andesite_stairs", + "pandstonestair": "polished_andesite_stairs", + "pandstonestairs": "polished_andesite_stairs", + "pastonestair": "polished_andesite_stairs", + "pastonestairs": "polished_andesite_stairs", + "polishedandesitestair": "polished_andesite_stairs", + "polishedandesitestairs": "polished_andesite_stairs", + "polishedandstair": "polished_andesite_stairs", + "polishedandstairs": "polished_andesite_stairs", + "polishedandstonestair": "polished_andesite_stairs", + "polishedandstonestairs": "polished_andesite_stairs", + "polishedastonestair": "polished_andesite_stairs", + "polishedastonestairs": "polished_andesite_stairs", + "polished_basalt": { + "material": "POLISHED_BASALT" + }, + "minecraft:polished_basalt": "polished_basalt", + "pbasalt": "polished_basalt", + "pbasaltb": "polished_basalt", + "pbasaltbl": "polished_basalt", + "pbasaltblock": "polished_basalt", + "pbasaltst": "polished_basalt", + "pbasaltstb": "polished_basalt", + "pbasaltstbl": "polished_basalt", + "pbasaltstblock": "polished_basalt", + "pbast": "polished_basalt", + "pbastb": "polished_basalt", + "pbastbl": "polished_basalt", + "pbastblock": "polished_basalt", + "polishedbasalt": "polished_basalt", + "polishedbasaltb": "polished_basalt", + "polishedbasaltbl": "polished_basalt", + "polishedbasaltblock": "polished_basalt", + "polishedbasaltst": "polished_basalt", + "polishedbasaltstb": "polished_basalt", + "polishedbasaltstbl": "polished_basalt", + "polishedbasaltstblock": "polished_basalt", + "polishedbast": "polished_basalt", + "polishedbastb": "polished_basalt", + "polishedbastbl": "polished_basalt", + "polishedbastblock": "polished_basalt", + "polished_blackstone": { + "material": "POLISHED_BLACKSTONE" + }, + "minecraft:polished_blackstone": "polished_blackstone", + "pblackstone": "polished_blackstone", + "pblackstoneb": "polished_blackstone", + "pblackstonebl": "polished_blackstone", + "pblackstoneblock": "polished_blackstone", + "pblst": "polished_blackstone", + "pblstb": "polished_blackstone", + "pblstbl": "polished_blackstone", + "pblstblock": "polished_blackstone", + "pblstone": "polished_blackstone", + "pblstoneb": "polished_blackstone", + "pblstonebl": "polished_blackstone", + "pblstoneblock": "polished_blackstone", + "polishedblackstone": "polished_blackstone", + "polishedblackstoneb": "polished_blackstone", + "polishedblackstonebl": "polished_blackstone", + "polishedblackstoneblock": "polished_blackstone", + "polishedblst": "polished_blackstone", + "polishedblstb": "polished_blackstone", + "polishedblstbl": "polished_blackstone", + "polishedblstblock": "polished_blackstone", + "polishedblstone": "polished_blackstone", + "polishedblstoneb": "polished_blackstone", + "polishedblstonebl": "polished_blackstone", + "polishedblstoneblock": "polished_blackstone", + "polished_blackstone_brick_slab": { + "material": "POLISHED_BLACKSTONE_BRICK_SLAB" + }, + "minecraft:polished_blackstone_brick_slab": "polished_blackstone_brick_slab", + "pblackstonebrickhalfblock": "polished_blackstone_brick_slab", + "pblackstonebrickstep": "polished_blackstone_brick_slab", + "pblstbrhalfblock": "polished_blackstone_brick_slab", + "pblstbrickhalfblock": "polished_blackstone_brick_slab", + "pblstbrickstep": "polished_blackstone_brick_slab", + "pblstbrstep": "polished_blackstone_brick_slab", + "pblstonebrhalfblock": "polished_blackstone_brick_slab", + "pblstonebrickhalfblock": "polished_blackstone_brick_slab", + "pblstonebrickstep": "polished_blackstone_brick_slab", + "pblstonebrstep": "polished_blackstone_brick_slab", + "polishedblackstonebrickhalfblock": "polished_blackstone_brick_slab", + "polishedblackstonebrickslab": "polished_blackstone_brick_slab", + "polishedblackstonebrickstep": "polished_blackstone_brick_slab", + "polishedblstbrhalfblock": "polished_blackstone_brick_slab", + "polishedblstbrickhalfblock": "polished_blackstone_brick_slab", + "polishedblstbrickstep": "polished_blackstone_brick_slab", + "polishedblstbrstep": "polished_blackstone_brick_slab", + "polishedblstonebrhalfblock": "polished_blackstone_brick_slab", + "polishedblstonebrickhalfblock": "polished_blackstone_brick_slab", + "polishedblstonebrickstep": "polished_blackstone_brick_slab", + "polishedblstonebrstep": "polished_blackstone_brick_slab", + "polished_blackstone_brick_stairs": { + "material": "POLISHED_BLACKSTONE_BRICK_STAIRS" + }, + "minecraft:polished_blackstone_brick_stairs": "polished_blackstone_brick_stairs", + "pblackstonebrickstair": "polished_blackstone_brick_stairs", + "pblackstonebrickstairs": "polished_blackstone_brick_stairs", + "pblstbrickstair": "polished_blackstone_brick_stairs", + "pblstbrickstairs": "polished_blackstone_brick_stairs", + "pblstbrstair": "polished_blackstone_brick_stairs", + "pblstbrstairs": "polished_blackstone_brick_stairs", + "pblstonebrickstair": "polished_blackstone_brick_stairs", + "pblstonebrickstairs": "polished_blackstone_brick_stairs", + "pblstonebrstair": "polished_blackstone_brick_stairs", + "pblstonebrstairs": "polished_blackstone_brick_stairs", + "polishedblackstonebrickstair": "polished_blackstone_brick_stairs", + "polishedblackstonebrickstairs": "polished_blackstone_brick_stairs", + "polishedblstbrickstair": "polished_blackstone_brick_stairs", + "polishedblstbrickstairs": "polished_blackstone_brick_stairs", + "polishedblstbrstair": "polished_blackstone_brick_stairs", + "polishedblstbrstairs": "polished_blackstone_brick_stairs", + "polishedblstonebrickstair": "polished_blackstone_brick_stairs", + "polishedblstonebrickstairs": "polished_blackstone_brick_stairs", + "polishedblstonebrstair": "polished_blackstone_brick_stairs", + "polishedblstonebrstairs": "polished_blackstone_brick_stairs", + "polished_blackstone_brick_wall": { + "material": "POLISHED_BLACKSTONE_BRICK_WALL" + }, + "minecraft:polished_blackstone_brick_wall": "polished_blackstone_brick_wall", + "pblackstonebrickwall": "polished_blackstone_brick_wall", + "pblstbrickwall": "polished_blackstone_brick_wall", + "pblstbrwall": "polished_blackstone_brick_wall", + "pblstonebrickwall": "polished_blackstone_brick_wall", + "pblstonebrwall": "polished_blackstone_brick_wall", + "polishedblackstonebrickwall": "polished_blackstone_brick_wall", + "polishedblstbrickwall": "polished_blackstone_brick_wall", + "polishedblstbrwall": "polished_blackstone_brick_wall", + "polishedblstonebrickwall": "polished_blackstone_brick_wall", + "polishedblstonebrwall": "polished_blackstone_brick_wall", + "wallpblackstonebrick": "polished_blackstone_brick_wall", + "wallpblstbr": "polished_blackstone_brick_wall", + "wallpblstbrick": "polished_blackstone_brick_wall", + "wallpblstonebr": "polished_blackstone_brick_wall", + "wallpblstonebrick": "polished_blackstone_brick_wall", + "wallpolishedblackstonebrick": "polished_blackstone_brick_wall", + "wallpolishedblstbr": "polished_blackstone_brick_wall", + "wallpolishedblstbrick": "polished_blackstone_brick_wall", + "wallpolishedblstonebr": "polished_blackstone_brick_wall", + "wallpolishedblstonebrick": "polished_blackstone_brick_wall", + "polished_blackstone_bricks": { + "material": "POLISHED_BLACKSTONE_BRICKS" + }, + "minecraft:polished_blackstone_bricks": "polished_blackstone_bricks", + "pblackstonebrick": "polished_blackstone_bricks", + "pblstbr": "polished_blackstone_bricks", + "pblstbrick": "polished_blackstone_bricks", + "pblstonebr": "polished_blackstone_bricks", + "pblstonebrick": "polished_blackstone_bricks", + "polishedblackstonebrick": "polished_blackstone_bricks", + "polishedblackstonebricks": "polished_blackstone_bricks", + "polishedblstbr": "polished_blackstone_bricks", + "polishedblstbrick": "polished_blackstone_bricks", + "polishedblstonebr": "polished_blackstone_bricks", + "polishedblstonebrick": "polished_blackstone_bricks", + "polished_blackstone_button": { + "material": "POLISHED_BLACKSTONE_BUTTON" + }, + "buttonpblackstone": "polished_blackstone_button", + "buttonpblst": "polished_blackstone_button", + "buttonpblstone": "polished_blackstone_button", + "buttonpolishedblackstone": "polished_blackstone_button", + "buttonpolishedblst": "polished_blackstone_button", + "buttonpolishedblstone": "polished_blackstone_button", + "minecraft:polished_blackstone_button": "polished_blackstone_button", + "pblackstonebutton": "polished_blackstone_button", + "pblstbutton": "polished_blackstone_button", + "pblstonebutton": "polished_blackstone_button", + "polishedblackstonebutton": "polished_blackstone_button", + "polishedblstbutton": "polished_blackstone_button", + "polishedblstonebutton": "polished_blackstone_button", + "polished_blackstone_pressure_plate": { + "material": "POLISHED_BLACKSTONE_PRESSURE_PLATE" + }, + "minecraft:polished_blackstone_pressure_plate": "polished_blackstone_pressure_plate", + "pblackstoneplate": "polished_blackstone_pressure_plate", + "pblackstonepplate": "polished_blackstone_pressure_plate", + "pblackstonepressplate": "polished_blackstone_pressure_plate", + "pblackstonepressureplate": "polished_blackstone_pressure_plate", + "pblstoneplate": "polished_blackstone_pressure_plate", + "pblstonepplate": "polished_blackstone_pressure_plate", + "pblstonepressplate": "polished_blackstone_pressure_plate", + "pblstonepressureplate": "polished_blackstone_pressure_plate", + "pblstplate": "polished_blackstone_pressure_plate", + "pblstpplate": "polished_blackstone_pressure_plate", + "pblstpressplate": "polished_blackstone_pressure_plate", + "pblstpressureplate": "polished_blackstone_pressure_plate", + "platepblackstone": "polished_blackstone_pressure_plate", + "platepblst": "polished_blackstone_pressure_plate", + "platepblstone": "polished_blackstone_pressure_plate", + "platepolishedblackstone": "polished_blackstone_pressure_plate", + "platepolishedblst": "polished_blackstone_pressure_plate", + "platepolishedblstone": "polished_blackstone_pressure_plate", + "polishedblackstoneplate": "polished_blackstone_pressure_plate", + "polishedblackstonepplate": "polished_blackstone_pressure_plate", + "polishedblackstonepressplate": "polished_blackstone_pressure_plate", + "polishedblackstonepressureplate": "polished_blackstone_pressure_plate", + "polishedblstoneplate": "polished_blackstone_pressure_plate", + "polishedblstonepplate": "polished_blackstone_pressure_plate", + "polishedblstonepressplate": "polished_blackstone_pressure_plate", + "polishedblstonepressureplate": "polished_blackstone_pressure_plate", + "polishedblstplate": "polished_blackstone_pressure_plate", + "polishedblstpplate": "polished_blackstone_pressure_plate", + "polishedblstpressplate": "polished_blackstone_pressure_plate", + "polishedblstpressureplate": "polished_blackstone_pressure_plate", + "polished_blackstone_slab": { + "material": "POLISHED_BLACKSTONE_SLAB" + }, + "minecraft:polished_blackstone_slab": "polished_blackstone_slab", + "pblackstonehalfblock": "polished_blackstone_slab", + "pblackstonestep": "polished_blackstone_slab", + "pblsthalfblock": "polished_blackstone_slab", + "pblstonehalfblock": "polished_blackstone_slab", + "pblstonestep": "polished_blackstone_slab", + "pblststep": "polished_blackstone_slab", + "polishedblackstonehalfblock": "polished_blackstone_slab", + "polishedblackstoneslab": "polished_blackstone_slab", + "polishedblackstonestep": "polished_blackstone_slab", + "polishedblsthalfblock": "polished_blackstone_slab", + "polishedblstonehalfblock": "polished_blackstone_slab", + "polishedblstonestep": "polished_blackstone_slab", + "polishedblststep": "polished_blackstone_slab", + "polished_blackstone_stairs": { + "material": "POLISHED_BLACKSTONE_STAIRS" + }, + "minecraft:polished_blackstone_stairs": "polished_blackstone_stairs", + "pblackstonestair": "polished_blackstone_stairs", + "pblackstonestairs": "polished_blackstone_stairs", + "pblstonestair": "polished_blackstone_stairs", + "pblstonestairs": "polished_blackstone_stairs", + "pblststair": "polished_blackstone_stairs", + "pblststairs": "polished_blackstone_stairs", + "polishedblackstonestair": "polished_blackstone_stairs", + "polishedblackstonestairs": "polished_blackstone_stairs", + "polishedblstonestair": "polished_blackstone_stairs", + "polishedblstonestairs": "polished_blackstone_stairs", + "polishedblststair": "polished_blackstone_stairs", + "polishedblststairs": "polished_blackstone_stairs", + "polished_blackstone_wall": { + "material": "POLISHED_BLACKSTONE_WALL" + }, + "minecraft:polished_blackstone_wall": "polished_blackstone_wall", + "pblackstonewall": "polished_blackstone_wall", + "pblstonewall": "polished_blackstone_wall", + "pblstwall": "polished_blackstone_wall", + "polishedblackstonewall": "polished_blackstone_wall", + "polishedblstonewall": "polished_blackstone_wall", + "polishedblstwall": "polished_blackstone_wall", + "wallpblackstone": "polished_blackstone_wall", + "wallpblst": "polished_blackstone_wall", + "wallpblstone": "polished_blackstone_wall", + "wallpolishedblackstone": "polished_blackstone_wall", + "wallpolishedblst": "polished_blackstone_wall", + "wallpolishedblstone": "polished_blackstone_wall", + "polished_deepslate": { + "material": "POLISHED_DEEPSLATE" + }, + "minecraft:polished_deepslate": "polished_deepslate", + "pdeepslate": "polished_deepslate", + "pdeepslateb": "polished_deepslate", + "pdeepslatebl": "polished_deepslate", + "pdeepslateblock": "polished_deepslate", + "pdslate": "polished_deepslate", + "pdslateb": "polished_deepslate", + "pdslatebl": "polished_deepslate", + "pdslateblock": "polished_deepslate", + "polisheddeepslate": "polished_deepslate", + "polisheddeepslateb": "polished_deepslate", + "polisheddeepslatebl": "polished_deepslate", + "polisheddeepslateblock": "polished_deepslate", + "polisheddslate": "polished_deepslate", + "polisheddslateb": "polished_deepslate", + "polisheddslatebl": "polished_deepslate", + "polisheddslateblock": "polished_deepslate", + "polishedslate": "polished_deepslate", + "polishedslateb": "polished_deepslate", + "polishedslatebl": "polished_deepslate", + "polishedslateblock": "polished_deepslate", + "pslate": "polished_deepslate", + "pslateb": "polished_deepslate", + "pslatebl": "polished_deepslate", + "pslateblock": "polished_deepslate", + "polished_deepslate_slab": { + "material": "POLISHED_DEEPSLATE_SLAB" + }, + "minecraft:polished_deepslate_slab": "polished_deepslate_slab", + "pdeepslatehalfblock": "polished_deepslate_slab", + "pdeepslatestep": "polished_deepslate_slab", + "pdslatehalfblock": "polished_deepslate_slab", + "pdslatestep": "polished_deepslate_slab", + "polisheddeepslatehalfblock": "polished_deepslate_slab", + "polisheddeepslateslab": "polished_deepslate_slab", + "polisheddeepslatestep": "polished_deepslate_slab", + "polisheddslatehalfblock": "polished_deepslate_slab", + "polisheddslatestep": "polished_deepslate_slab", + "polishedslatehalfblock": "polished_deepslate_slab", + "polishedslatestep": "polished_deepslate_slab", + "pslatehalfblock": "polished_deepslate_slab", + "pslatestep": "polished_deepslate_slab", + "polished_deepslate_stairs": { + "material": "POLISHED_DEEPSLATE_STAIRS" + }, + "minecraft:polished_deepslate_stairs": "polished_deepslate_stairs", + "pdeepslatestair": "polished_deepslate_stairs", + "pdeepslatestairs": "polished_deepslate_stairs", + "pdslatestair": "polished_deepslate_stairs", + "pdslatestairs": "polished_deepslate_stairs", + "polisheddeepslatestair": "polished_deepslate_stairs", + "polisheddeepslatestairs": "polished_deepslate_stairs", + "polisheddslatestair": "polished_deepslate_stairs", + "polisheddslatestairs": "polished_deepslate_stairs", + "polishedslatestair": "polished_deepslate_stairs", + "polishedslatestairs": "polished_deepslate_stairs", + "pslatestair": "polished_deepslate_stairs", + "pslatestairs": "polished_deepslate_stairs", + "polished_deepslate_wall": { + "material": "POLISHED_DEEPSLATE_WALL" + }, + "minecraft:polished_deepslate_wall": "polished_deepslate_wall", + "pdeepslatewall": "polished_deepslate_wall", + "pdslatewall": "polished_deepslate_wall", + "polisheddeepslatewall": "polished_deepslate_wall", + "polisheddslatewall": "polished_deepslate_wall", + "polishedslatewall": "polished_deepslate_wall", + "pslatewall": "polished_deepslate_wall", + "wallpdeepslate": "polished_deepslate_wall", + "wallpdslate": "polished_deepslate_wall", + "wallpolisheddeepslate": "polished_deepslate_wall", + "wallpolisheddslate": "polished_deepslate_wall", + "wallpolishedslate": "polished_deepslate_wall", + "wallpslate": "polished_deepslate_wall", + "polished_diorite": { + "material": "POLISHED_DIORITE" + }, + "minecraft:polished_diorite": "polished_diorite", + "pdi": "polished_diorite", + "pdib": "polished_diorite", + "pdibl": "polished_diorite", + "pdiblock": "polished_diorite", + "pdiorite": "polished_diorite", + "pdioriteb": "polished_diorite", + "pdioritebl": "polished_diorite", + "pdioriteblock": "polished_diorite", + "pdstone": "polished_diorite", + "pdstoneb": "polished_diorite", + "pdstonebl": "polished_diorite", + "pdstoneblock": "polished_diorite", + "polisheddi": "polished_diorite", + "polisheddib": "polished_diorite", + "polisheddibl": "polished_diorite", + "polisheddiblock": "polished_diorite", + "polisheddiorite": "polished_diorite", + "polisheddioriteb": "polished_diorite", + "polisheddioritebl": "polished_diorite", + "polisheddioriteblock": "polished_diorite", + "polisheddstone": "polished_diorite", + "polisheddstoneb": "polished_diorite", + "polisheddstonebl": "polished_diorite", + "polisheddstoneblock": "polished_diorite", + "polished_diorite_slab": { + "material": "POLISHED_DIORITE_SLAB" + }, + "minecraft:polished_diorite_slab": "polished_diorite_slab", + "pdihalfblock": "polished_diorite_slab", + "pdioritehalfblock": "polished_diorite_slab", + "pdioritestep": "polished_diorite_slab", + "pdistep": "polished_diorite_slab", + "pdstonehalfblock": "polished_diorite_slab", + "pdstonestep": "polished_diorite_slab", + "polisheddihalfblock": "polished_diorite_slab", + "polisheddioritehalfblock": "polished_diorite_slab", + "polisheddioriteslab": "polished_diorite_slab", + "polisheddioritestep": "polished_diorite_slab", + "polisheddistep": "polished_diorite_slab", + "polisheddstonehalfblock": "polished_diorite_slab", + "polisheddstonestep": "polished_diorite_slab", + "polished_diorite_stairs": { + "material": "POLISHED_DIORITE_STAIRS" + }, + "minecraft:polished_diorite_stairs": "polished_diorite_stairs", + "pdioritestair": "polished_diorite_stairs", + "pdioritestairs": "polished_diorite_stairs", + "pdistair": "polished_diorite_stairs", + "pdistairs": "polished_diorite_stairs", + "pdstonestair": "polished_diorite_stairs", + "pdstonestairs": "polished_diorite_stairs", + "polisheddioritestair": "polished_diorite_stairs", + "polisheddioritestairs": "polished_diorite_stairs", + "polisheddistair": "polished_diorite_stairs", + "polisheddistairs": "polished_diorite_stairs", + "polisheddstonestair": "polished_diorite_stairs", + "polisheddstonestairs": "polished_diorite_stairs", + "polished_granite": { + "material": "POLISHED_GRANITE" + }, + "minecraft:polished_granite": "polished_granite", + "pgr": "polished_granite", + "pgranite": "polished_granite", + "pgraniteb": "polished_granite", + "pgranitebl": "polished_granite", + "pgraniteblock": "polished_granite", + "pgrb": "polished_granite", + "pgrbl": "polished_granite", + "pgrblock": "polished_granite", + "pgstone": "polished_granite", + "pgstoneb": "polished_granite", + "pgstonebl": "polished_granite", + "pgstoneblock": "polished_granite", + "polishedgr": "polished_granite", + "polishedgranite": "polished_granite", + "polishedgraniteb": "polished_granite", + "polishedgranitebl": "polished_granite", + "polishedgraniteblock": "polished_granite", + "polishedgrb": "polished_granite", + "polishedgrbl": "polished_granite", + "polishedgrblock": "polished_granite", + "polishedgstone": "polished_granite", + "polishedgstoneb": "polished_granite", + "polishedgstonebl": "polished_granite", + "polishedgstoneblock": "polished_granite", + "polished_granite_slab": { + "material": "POLISHED_GRANITE_SLAB" + }, + "minecraft:polished_granite_slab": "polished_granite_slab", + "pgranitehalfblock": "polished_granite_slab", + "pgranitestep": "polished_granite_slab", + "pgrhalfblock": "polished_granite_slab", + "pgrstep": "polished_granite_slab", + "pgstonehalfblock": "polished_granite_slab", + "pgstonestep": "polished_granite_slab", + "polishedgranitehalfblock": "polished_granite_slab", + "polishedgraniteslab": "polished_granite_slab", + "polishedgranitestep": "polished_granite_slab", + "polishedgrhalfblock": "polished_granite_slab", + "polishedgrstep": "polished_granite_slab", + "polishedgstonehalfblock": "polished_granite_slab", + "polishedgstonestep": "polished_granite_slab", + "polished_granite_stairs": { + "material": "POLISHED_GRANITE_STAIRS" + }, + "minecraft:polished_granite_stairs": "polished_granite_stairs", + "pgranitestair": "polished_granite_stairs", + "pgranitestairs": "polished_granite_stairs", + "pgrstair": "polished_granite_stairs", + "pgrstairs": "polished_granite_stairs", + "pgstonestair": "polished_granite_stairs", + "pgstonestairs": "polished_granite_stairs", + "polishedgranitestair": "polished_granite_stairs", + "polishedgranitestairs": "polished_granite_stairs", + "polishedgrstair": "polished_granite_stairs", + "polishedgrstairs": "polished_granite_stairs", + "polishedgstonestair": "polished_granite_stairs", + "polishedgstonestairs": "polished_granite_stairs", + "popped_chorus_fruit": { + "material": "POPPED_CHORUS_FRUIT" + }, + "minecraft:popped_chorus_fruit": "popped_chorus_fruit", + "poppedchorusfruit": "popped_chorus_fruit", + "poppy": { + "material": "POPPY" + }, + "minecraft:poppy": "poppy", + "porkchop": { + "material": "PORKCHOP" + }, + "minecraft:porkchop": "porkchop", + "plainpork": "porkchop", + "plainporkchop": "porkchop", + "pork": "porkchop", + "rapork": "porkchop", + "raporkchop": "porkchop", + "rawpork": "porkchop", + "rawporkchop": "porkchop", + "uncookedpork": "porkchop", + "uncookedporkchop": "porkchop", + "potato": { + "material": "POTATO" + }, + "minecraft:potato": "potato", + "potion": { + "material": "POTION" + }, + "minecraft:potion": "potion", + "powder_snow_bucket": { + "material": "POWDER_SNOW_BUCKET" + }, + "minecraft:powder_snow_bucket": "powder_snow_bucket", + "powdersnowbucket": "powder_snow_bucket", + "powered_rail": { + "material": "POWERED_RAIL" + }, + "boosterrail": "powered_rail", + "boosterrails": "powered_rail", + "boostertrack": "powered_rail", + "boostrail": "powered_rail", + "boostrails": "powered_rail", + "boosttrack": "powered_rail", + "brail": "powered_rail", + "brails": "powered_rail", + "btrack": "powered_rail", + "minecraft:powered_rail": "powered_rail", + "poweredrail": "powered_rail", + "poweredrails": "powered_rail", + "poweredtrack": "powered_rail", + "powerrail": "powered_rail", + "powerrails": "powered_rail", + "powertrack": "powered_rail", + "powrail": "powered_rail", + "powrails": "powered_rail", + "powtrack": "powered_rail", + "prail": "powered_rail", + "prails": "powered_rail", + "ptrack": "powered_rail", + "pwrrail": "powered_rail", + "pwrrails": "powered_rail", + "pwrtrack": "powered_rail", + "prismarine": { + "material": "PRISMARINE" + }, + "minecraft:prismarine": "prismarine", + "pris": "prismarine", + "prisblock": "prismarine", + "prismarineblock": "prismarine", + "sea": "prismarine", + "seablock": "prismarine", + "prismarine_brick_slab": { + "material": "PRISMARINE_BRICK_SLAB" + }, + "minecraft:prismarine_brick_slab": "prismarine_brick_slab", + "prisbricksl": "prismarine_brick_slab", + "prisbrickslab": "prismarine_brick_slab", + "prisbrickssl": "prismarine_brick_slab", + "prisbricksslab": "prismarine_brick_slab", + "prisbrsl": "prismarine_brick_slab", + "prisbrslab": "prismarine_brick_slab", + "prismarine_bricksl": "prismarine_brick_slab", + "prismarine_brickslab": "prismarine_brick_slab", + "prismarinebricksl": "prismarine_brick_slab", + "prismarinebrickslab": "prismarine_brick_slab", + "prismarinebrickssl": "prismarine_brick_slab", + "prismarinebricksslab": "prismarine_brick_slab", + "prismarinebrsl": "prismarine_brick_slab", + "prismarinebrslab": "prismarine_brick_slab", + "seabricksl": "prismarine_brick_slab", + "seabrickslab": "prismarine_brick_slab", + "seabrickssl": "prismarine_brick_slab", + "seabricksslab": "prismarine_brick_slab", + "seabrsl": "prismarine_brick_slab", + "seabrslab": "prismarine_brick_slab", + "prismarine_brick_stairs": { + "material": "PRISMARINE_BRICK_STAIRS" + }, + "minecraft:prismarine_brick_stairs": "prismarine_brick_stairs", + "prisbricksst": "prismarine_brick_stairs", + "prisbricksstair": "prismarine_brick_stairs", + "prisbricksstairs": "prismarine_brick_stairs", + "prisbrickst": "prismarine_brick_stairs", + "prisbrickstair": "prismarine_brick_stairs", + "prisbrickstairs": "prismarine_brick_stairs", + "prisbrst": "prismarine_brick_stairs", + "prisbrstair": "prismarine_brick_stairs", + "prisbrstairs": "prismarine_brick_stairs", + "prismarine_brickst": "prismarine_brick_stairs", + "prismarine_brickstair": "prismarine_brick_stairs", + "prismarine_brickstairs": "prismarine_brick_stairs", + "prismarinebricksst": "prismarine_brick_stairs", + "prismarinebricksstair": "prismarine_brick_stairs", + "prismarinebricksstairs": "prismarine_brick_stairs", + "prismarinebrickst": "prismarine_brick_stairs", + "prismarinebrickstair": "prismarine_brick_stairs", + "prismarinebrickstairs": "prismarine_brick_stairs", + "prismarinebrst": "prismarine_brick_stairs", + "prismarinebrstair": "prismarine_brick_stairs", + "prismarinebrstairs": "prismarine_brick_stairs", + "seabricksst": "prismarine_brick_stairs", + "seabricksstair": "prismarine_brick_stairs", + "seabricksstairs": "prismarine_brick_stairs", + "seabrickst": "prismarine_brick_stairs", + "seabrickstair": "prismarine_brick_stairs", + "seabrickstairs": "prismarine_brick_stairs", + "seabrst": "prismarine_brick_stairs", + "seabrstair": "prismarine_brick_stairs", + "seabrstairs": "prismarine_brick_stairs", + "prismarine_bricks": { + "material": "PRISMARINE_BRICKS" + }, + "minecraft:prismarine_bricks": "prismarine_bricks", + "prisbr": "prismarine_bricks", + "prisbrick": "prismarine_bricks", + "prisbricks": "prismarine_bricks", + "prismarine_brick": "prismarine_bricks", + "prismarinebr": "prismarine_bricks", + "prismarinebrick": "prismarine_bricks", + "prismarinebricks": "prismarine_bricks", + "seabr": "prismarine_bricks", + "seabrick": "prismarine_bricks", + "seabricks": "prismarine_bricks", + "prismarine_crystals": { + "material": "PRISMARINE_CRYSTALS" + }, + "minecraft:prismarine_crystals": "prismarine_crystals", + "priscrystal": "prismarine_crystals", + "priscrystals": "prismarine_crystals", + "prismarinecrystal": "prismarine_crystals", + "prismarinecrystals": "prismarine_crystals", + "seacrystal": "prismarine_crystals", + "seacrystals": "prismarine_crystals", + "prismarine_shard": { + "material": "PRISMARINE_SHARD" + }, + "minecraft:prismarine_shard": "prismarine_shard", + "prisfragment": "prismarine_shard", + "prismarinefragment": "prismarine_shard", + "prismarineshard": "prismarine_shard", + "prisshard": "prismarine_shard", + "seafragment": "prismarine_shard", + "seashard": "prismarine_shard", + "prismarine_slab": { + "material": "PRISMARINE_SLAB" + }, + "minecraft:prismarine_slab": "prismarine_slab", + "prismarinesl": "prismarine_slab", + "prismarineslab": "prismarine_slab", + "prissl": "prismarine_slab", + "prisslab": "prismarine_slab", + "seasl": "prismarine_slab", + "seaslab": "prismarine_slab", + "prismarine_stairs": { + "material": "PRISMARINE_STAIRS" + }, + "minecraft:prismarine_stairs": "prismarine_stairs", + "prismarinest": "prismarine_stairs", + "prismarinestair": "prismarine_stairs", + "prismarinestairs": "prismarine_stairs", + "prisst": "prismarine_stairs", + "prisstair": "prismarine_stairs", + "prisstairs": "prismarine_stairs", + "seast": "prismarine_stairs", + "seastair": "prismarine_stairs", + "seastairs": "prismarine_stairs", + "prismarine_wall": { + "material": "PRISMARINE_WALL" + }, + "minecraft:prismarine_wall": "prismarine_wall", + "prismarinewall": "prismarine_wall", + "pufferfish": { + "material": "PUFFERFISH" + }, + "fishp": "pufferfish", + "fishpuff": "pufferfish", + "minecraft:pufferfish": "pufferfish", + "pfish": "pufferfish", + "plainfishp": "pufferfish", + "plainfishpuff": "pufferfish", + "plainpfish": "pufferfish", + "plainpufferfish": "pufferfish", + "plainpufffish": "pufferfish", + "pufffish": "pufferfish", + "rafishp": "pufferfish", + "rafishpuff": "pufferfish", + "rapfish": "pufferfish", + "rapufferfish": "pufferfish", + "rapufffish": "pufferfish", + "rawfishp": "pufferfish", + "rawfishpuff": "pufferfish", + "rawpfish": "pufferfish", + "rawpufferfish": "pufferfish", + "rawpufffish": "pufferfish", + "uncookedfishp": "pufferfish", + "uncookedfishpuff": "pufferfish", + "uncookedpfish": "pufferfish", + "uncookedpufferfish": "pufferfish", + "uncookedpufffish": "pufferfish", + "pufferfish_bucket": { + "material": "PUFFERFISH_BUCKET" + }, + "bucketopfish": "pufferfish_bucket", + "bucketopuffer": "pufferfish_bucket", + "bucketopufferfish": "pufferfish_bucket", + "minecraft:pufferfish_bucket": "pufferfish_bucket", + "pfishbucket": "pufferfish_bucket", + "pfishbukkit": "pufferfish_bucket", + "pfishpail": "pufferfish_bucket", + "pufferbucket": "pufferfish_bucket", + "pufferbukkit": "pufferfish_bucket", + "pufferfishbucket": "pufferfish_bucket", + "pufferfishbukkit": "pufferfish_bucket", + "pufferfishpail": "pufferfish_bucket", + "pufferpail": "pufferfish_bucket", + "pufferfish_spawn_egg": { + "material": "PUFFERFISH_SPAWN_EGG" + }, + "eggpfish": "pufferfish_spawn_egg", + "eggpuffer": "pufferfish_spawn_egg", + "eggpufferfish": "pufferfish_spawn_egg", + "minecraft:pufferfish_spawn_egg": "pufferfish_spawn_egg", + "pfishegg": "pufferfish_spawn_egg", + "pfishsegg": "pufferfish_spawn_egg", + "pfishspawn": "pufferfish_spawn_egg", + "pfishspawnegg": "pufferfish_spawn_egg", + "pufferegg": "pufferfish_spawn_egg", + "pufferfishegg": "pufferfish_spawn_egg", + "pufferfishsegg": "pufferfish_spawn_egg", + "pufferfishspawn": "pufferfish_spawn_egg", + "pufferfishspawnegg": "pufferfish_spawn_egg", + "puffersegg": "pufferfish_spawn_egg", + "pufferspawn": "pufferfish_spawn_egg", + "pufferspawnegg": "pufferfish_spawn_egg", + "seggpfish": "pufferfish_spawn_egg", + "seggpuffer": "pufferfish_spawn_egg", + "seggpufferfish": "pufferfish_spawn_egg", + "spawneggpfish": "pufferfish_spawn_egg", + "spawneggpuffer": "pufferfish_spawn_egg", + "spawneggpufferfish": "pufferfish_spawn_egg", + "spawnpfish": "pufferfish_spawn_egg", + "spawnpuffer": "pufferfish_spawn_egg", + "spawnpufferfish": "pufferfish_spawn_egg", + "pufferfish_spawner": { + "entity": "PUFFERFISH", + "material": "SPAWNER" + }, + "pfishcage": "pufferfish_spawner", + "pfishmcage": "pufferfish_spawner", + "pfishmobcage": "pufferfish_spawner", + "pfishmobspawner": "pufferfish_spawner", + "pfishmonstercage": "pufferfish_spawner", + "pfishmonsterspawner": "pufferfish_spawner", + "pfishmspawner": "pufferfish_spawner", + "pfishspawner": "pufferfish_spawner", + "puffercage": "pufferfish_spawner", + "pufferfishcage": "pufferfish_spawner", + "pufferfishmcage": "pufferfish_spawner", + "pufferfishmobcage": "pufferfish_spawner", + "pufferfishmobspawner": "pufferfish_spawner", + "pufferfishmonstercage": "pufferfish_spawner", + "pufferfishmonsterspawner": "pufferfish_spawner", + "pufferfishmspawner": "pufferfish_spawner", + "pufferfishspawner": "pufferfish_spawner", + "puffermcage": "pufferfish_spawner", + "puffermobcage": "pufferfish_spawner", + "puffermobspawner": "pufferfish_spawner", + "puffermonstercage": "pufferfish_spawner", + "puffermonsterspawner": "pufferfish_spawner", + "puffermspawner": "pufferfish_spawner", + "pufferspawner": "pufferfish_spawner", + "pumpkin": { + "material": "PUMPKIN" + }, + "minecraft:pumpkin": "pumpkin", + "pumpkin_pie": { + "material": "PUMPKIN_PIE" + }, + "minecraft:pumpkin_pie": "pumpkin_pie", + "pumpkinpie": "pumpkin_pie", + "pumpkin_seeds": { + "material": "PUMPKIN_SEEDS" + }, + "minecraft:pumpkin_seeds": "pumpkin_seeds", + "pumpkinseeds": "pumpkin_seeds", + "purple_banner": { + "material": "PURPLE_BANNER" + }, + "minecraft:purple_banner": "purple_banner", + "pubanner": "purple_banner", + "purplebanner": "purple_banner", + "purple_bed": { + "material": "PURPLE_BED" + }, + "minecraft:purple_bed": "purple_bed", + "pubed": "purple_bed", + "purplebed": "purple_bed", + "purple_candle": { + "material": "PURPLE_CANDLE" + }, + "minecraft:purple_candle": "purple_candle", + "pucandle": "purple_candle", + "purplecandle": "purple_candle", + "purple_carpet": { + "material": "PURPLE_CARPET" + }, + "minecraft:purple_carpet": "purple_carpet", + "pucarpet": "purple_carpet", + "pufloor": "purple_carpet", + "purplecarpet": "purple_carpet", + "purplefloor": "purple_carpet", + "purple_concrete": { + "material": "PURPLE_CONCRETE" + }, + "minecraft:purple_concrete": "purple_concrete", + "puconcrete": "purple_concrete", + "purpleconcrete": "purple_concrete", + "purple_concrete_powder": { + "material": "PURPLE_CONCRETE_POWDER" + }, + "minecraft:purple_concrete_powder": "purple_concrete_powder", + "pucdust": "purple_concrete_powder", + "puconcretepowder": "purple_concrete_powder", + "puconcretesand": "purple_concrete_powder", + "pucp": "purple_concrete_powder", + "pucpowder": "purple_concrete_powder", + "purplecdust": "purple_concrete_powder", + "purpleconcretepowder": "purple_concrete_powder", + "purpleconcretesand": "purple_concrete_powder", + "purplecp": "purple_concrete_powder", + "purplecpowder": "purple_concrete_powder", + "purple_dye": { + "material": "PURPLE_DYE" + }, + "minecraft:purple_dye": "purple_dye", + "pudye": "purple_dye", + "purpledye": "purple_dye", + "purple_glazed_terracotta": { + "material": "PURPLE_GLAZED_TERRACOTTA" + }, + "minecraft:purple_glazed_terracotta": "purple_glazed_terracotta", + "puglazedtcota": "purple_glazed_terracotta", + "puglazedterra": "purple_glazed_terracotta", + "puglazedterracota": "purple_glazed_terracotta", + "puglazedterracotta": "purple_glazed_terracotta", + "pugtcotta": "purple_glazed_terracotta", + "pugterra": "purple_glazed_terracotta", + "purpleglazedtcota": "purple_glazed_terracotta", + "purpleglazedterra": "purple_glazed_terracotta", + "purpleglazedterracota": "purple_glazed_terracotta", + "purpleglazedterracotta": "purple_glazed_terracotta", + "purplegtcotta": "purple_glazed_terracotta", + "purplegterra": "purple_glazed_terracotta", + "purple_shulker_box": { + "material": "PURPLE_SHULKER_BOX" + }, + "minecraft:purple_shulker_box": "purple_shulker_box", + "purplesbox": "purple_shulker_box", + "purpleshulkerbox": "purple_shulker_box", + "pusbox": "purple_shulker_box", + "pushulkerbox": "purple_shulker_box", + "purple_stained_glass": { + "material": "PURPLE_STAINED_GLASS" + }, + "minecraft:purple_stained_glass": "purple_stained_glass", + "puglass": "purple_stained_glass", + "purpleglass": "purple_stained_glass", + "purplesglass": "purple_stained_glass", + "purplestainedglass": "purple_stained_glass", + "pusglass": "purple_stained_glass", + "pustainedglass": "purple_stained_glass", + "purple_stained_glass_pane": { + "material": "PURPLE_STAINED_GLASS_PANE" + }, + "minecraft:purple_stained_glass_pane": "purple_stained_glass_pane", + "puglasspane": "purple_stained_glass_pane", + "pugpane": "purple_stained_glass_pane", + "purpleglasspane": "purple_stained_glass_pane", + "purplegpane": "purple_stained_glass_pane", + "purplesglasspane": "purple_stained_glass_pane", + "purplestainedglasspane": "purple_stained_glass_pane", + "pusglasspane": "purple_stained_glass_pane", + "pustainedglasspane": "purple_stained_glass_pane", + "purple_terracotta": { + "material": "PURPLE_TERRACOTTA" + }, + "minecraft:purple_terracotta": "purple_terracotta", + "puclay": "purple_terracotta", + "purpleclay": "purple_terracotta", + "purplesclay": "purple_terracotta", + "purplestainedclay": "purple_terracotta", + "purpletcota": "purple_terracotta", + "purpleterra": "purple_terracotta", + "purpleterracota": "purple_terracotta", + "purpleterracotta": "purple_terracotta", + "pusclay": "purple_terracotta", + "pustainedclay": "purple_terracotta", + "putcota": "purple_terracotta", + "puterra": "purple_terracotta", + "puterracota": "purple_terracotta", + "puterracotta": "purple_terracotta", + "purple_wool": { + "material": "PURPLE_WOOL" + }, + "minecraft:purple_wool": "purple_wool", + "pucloth": "purple_wool", + "pucotton": "purple_wool", + "purplecloth": "purple_wool", + "purplecotton": "purple_wool", + "purplewool": "purple_wool", + "puwool": "purple_wool", + "purpur_block": { + "material": "PURPUR_BLOCK" + }, + "minecraft:purpur_block": "purpur_block", + "purpurblock": "purpur_block", + "purpur_pillar": { + "material": "PURPUR_PILLAR" + }, + "minecraft:purpur_pillar": "purpur_pillar", + "purpurpillar": "purpur_pillar", + "purpur_slab": { + "material": "PURPUR_SLAB" + }, + "minecraft:purpur_slab": "purpur_slab", + "purpurslab": "purpur_slab", + "purpur_stairs": { + "material": "PURPUR_STAIRS" + }, + "minecraft:purpur_stairs": "purpur_stairs", + "purpurstairs": "purpur_stairs", + "quartz": { + "material": "QUARTZ" + }, + "minecraft:quartz": "quartz", + "netherquartz": "quartz_block", + "nq": "quartz_block", + "q": "quartz_block", + "quar": "quartz_block", + "quartz_block": { + "material": "QUARTZ_BLOCK" + }, + "minecraft:quartz_block": "quartz_block", + "netherquartzb": "quartz_block", + "netherquartzbl": "quartz_block", + "netherquartzblock": "quartz_block", + "nqb": "quartz_block", + "nqbl": "quartz_block", + "nqblock": "quartz_block", + "qb": "quartz_block", + "qbl": "quartz_block", + "qblock": "quartz_block", + "quarb": "quartz_block", + "quarbl": "quartz_block", + "quarblock": "quartz_block", + "quartzb": "quartz_block", + "quartzbl": "quartz_block", + "quartzblock": "quartz_block", + "quartz_bricks": { + "material": "QUARTZ_BRICKS" + }, + "minecraft:quartz_bricks": "quartz_bricks", + "qbr": "quartz_bricks", + "qbrick": "quartz_bricks", + "qbricks": "quartz_bricks", + "quarbr": "quartz_bricks", + "quarbrick": "quartz_bricks", + "quarbricks": "quartz_bricks", + "quartzbr": "quartz_bricks", + "quartzbrick": "quartz_bricks", + "quartzbricks": "quartz_bricks", + "quartz_pillar": { + "material": "QUARTZ_PILLAR" + }, + "minecraft:quartz_pillar": "quartz_pillar", + "netherquartzpill": "quartz_pillar", + "netherquartzpillar": "quartz_pillar", + "nqpill": "quartz_pillar", + "nqpillar": "quartz_pillar", + "qpill": "quartz_pillar", + "qpillar": "quartz_pillar", + "quarpill": "quartz_pillar", + "quarpillar": "quartz_pillar", + "quartzpill": "quartz_pillar", + "quartzpillar": "quartz_pillar", + "quartz_slab": { + "material": "QUARTZ_SLAB" + }, + "minecraft:quartz_slab": "quartz_slab", + "netherquartzhalfblock": "quartz_slab", + "netherquartzstep": "quartz_slab", + "nqhalfblock": "quartz_slab", + "nqstep": "quartz_slab", + "qhalfblock": "quartz_slab", + "qstep": "quartz_slab", + "quarhalfblock": "quartz_slab", + "quarstep": "quartz_slab", + "quartzhalfblock": "quartz_slab", + "quartzslab": "quartz_slab", + "quartzstep": "quartz_slab", + "quartz_stairs": { + "material": "QUARTZ_STAIRS" + }, + "minecraft:quartz_stairs": "quartz_stairs", + "netherquartzstair": "quartz_stairs", + "netherquartzstairs": "quartz_stairs", + "nqstair": "quartz_stairs", + "nqstairs": "quartz_stairs", + "qstair": "quartz_stairs", + "qstairs": "quartz_stairs", + "quarstair": "quartz_stairs", + "quarstairs": "quartz_stairs", + "quartzstair": "quartz_stairs", + "quartzstairs": "quartz_stairs", + "rabbit": { + "material": "RABBIT" + }, + "hare": "rabbit", + "hasenpfeffer": "rabbit", + "minecraft:rabbit": "rabbit", + "plainhare": "rabbit", + "plainhasenpfeffer": "rabbit", + "plainrabbit": "rabbit", + "rahare": "rabbit", + "rahasenpfeffer": "rabbit", + "rarabbit": "rabbit", + "rawhare": "rabbit", + "rawhasenpfeffer": "rabbit", + "rawrabbit": "rabbit", + "uncookedhare": "rabbit", + "uncookedhasenpfeffer": "rabbit", + "uncookedrabbit": "rabbit", + "rabbit_foot": { + "material": "RABBIT_FOOT" + }, + "minecraft:rabbit_foot": "rabbit_foot", + "rabbitfoot": "rabbit_foot", + "rabbit_hide": { + "material": "RABBIT_HIDE" + }, + "harecoat": "rabbit_hide", + "harefur": "rabbit_hide", + "harehide": "rabbit_hide", + "hareskin": "rabbit_hide", + "hasenpfeffercoat": "rabbit_hide", + "hasenpfefferfur": "rabbit_hide", + "hasenpfefferhide": "rabbit_hide", + "hasenpfefferskin": "rabbit_hide", + "minecraft:rabbit_hide": "rabbit_hide", + "rabbitcoat": "rabbit_hide", + "rabbitfur": "rabbit_hide", + "rabbithide": "rabbit_hide", + "rabbitskin": "rabbit_hide", + "rabbit_spawn_egg": { + "material": "RABBIT_SPAWN_EGG" + }, + "eggrabbit": "rabbit_spawn_egg", + "minecraft:rabbit_spawn_egg": "rabbit_spawn_egg", + "rabbitegg": "rabbit_spawn_egg", + "rabbitsegg": "rabbit_spawn_egg", + "rabbitspawn": "rabbit_spawn_egg", + "rabbitspawnegg": "rabbit_spawn_egg", + "seggrabbit": "rabbit_spawn_egg", + "spawneggrabbit": "rabbit_spawn_egg", + "spawnrabbit": "rabbit_spawn_egg", + "rabbit_spawner": { + "entity": "RABBIT", + "material": "SPAWNER" + }, + "rabbitcage": "rabbit_spawner", + "rabbitmcage": "rabbit_spawner", + "rabbitmobcage": "rabbit_spawner", + "rabbitmobspawner": "rabbit_spawner", + "rabbitmonstercage": "rabbit_spawner", + "rabbitmonsterspawner": "rabbit_spawner", + "rabbitmspawner": "rabbit_spawner", + "rabbitspawner": "rabbit_spawner", + "rabbit_stew": { + "material": "RABBIT_STEW" + }, + "haresoup": "rabbit_stew", + "harestew": "rabbit_stew", + "hasenpfeffersoup": "rabbit_stew", + "hasenpfefferstew": "rabbit_stew", + "minecraft:rabbit_stew": "rabbit_stew", + "rabbitsoup": "rabbit_stew", + "rabbitstew": "rabbit_stew", + "rail": { + "material": "RAIL" + }, + "mcartrail": "rail", + "mcartrails": "rail", + "mcarttrack": "rail", + "mcrail": "rail", + "mcrails": "rail", + "mctrack": "rail", + "minecartrail": "rail", + "minecartrails": "rail", + "minecarttrack": "rail", + "minecraft:rail": "rail", + "rails": "rail", + "track": "rail", + "ravager_spawn_egg": { + "material": "RAVAGER_SPAWN_EGG" + }, + "eggravager": "ravager_spawn_egg", + "minecraft:ravager_spawn_egg": "ravager_spawn_egg", + "ravageregg": "ravager_spawn_egg", + "ravagersegg": "ravager_spawn_egg", + "ravagerspawn": "ravager_spawn_egg", + "ravagerspawnegg": "ravager_spawn_egg", + "seggravager": "ravager_spawn_egg", + "spawneggravager": "ravager_spawn_egg", + "spawnravager": "ravager_spawn_egg", + "ravager_spawner": { + "entity": "RAVAGER", + "material": "SPAWNER" + }, + "ravagercage": "ravager_spawner", + "ravagermcage": "ravager_spawner", + "ravagermobcage": "ravager_spawner", + "ravagermobspawner": "ravager_spawner", + "ravagermonstercage": "ravager_spawner", + "ravagermonsterspawner": "ravager_spawner", + "ravagermspawner": "ravager_spawner", + "ravagerspawner": "ravager_spawner", + "raw_copper": { + "material": "RAW_COPPER" + }, + "minecraft:raw_copper": "raw_copper", + "rawcopper": "raw_copper", + "raw_copper_block": { + "material": "RAW_COPPER_BLOCK" + }, + "coporechunkbl": "raw_copper_block", + "coporechunkblock": "raw_copper_block", + "copperorechunkbl": "raw_copper_block", + "copperorechunkblock": "raw_copper_block", + "copporechunkbl": "raw_copper_block", + "copporechunkblock": "raw_copper_block", + "minecraft:raw_copper_block": "raw_copper_block", + "rawcoporebl": "raw_copper_block", + "rawcoporeblock": "raw_copper_block", + "rawcopperblock": "raw_copper_block", + "rawcopperorebl": "raw_copper_block", + "rawcopperoreblock": "raw_copper_block", + "rawcopporebl": "raw_copper_block", + "rawcopporeblock": "raw_copper_block", + "rcoporebl": "raw_copper_block", + "rcoporeblock": "raw_copper_block", + "rcopperorebl": "raw_copper_block", + "rcopperoreblock": "raw_copper_block", + "rcopporebl": "raw_copper_block", + "rcopporeblock": "raw_copper_block", + "raw_gold": { + "material": "RAW_GOLD" + }, + "minecraft:raw_gold": "raw_gold", + "rawgold": "raw_gold", + "raw_gold_block": { + "material": "RAW_GOLD_BLOCK" + }, + "goldorechunkbl": "raw_gold_block", + "goldorechunkblock": "raw_gold_block", + "gorechunkbl": "raw_gold_block", + "gorechunkblock": "raw_gold_block", + "minecraft:raw_gold_block": "raw_gold_block", + "rawgoldblock": "raw_gold_block", + "rawgoldorebl": "raw_gold_block", + "rawgoldoreblock": "raw_gold_block", + "rawgorebl": "raw_gold_block", + "rawgoreblock": "raw_gold_block", + "rgoldorebl": "raw_gold_block", + "rgoldoreblock": "raw_gold_block", + "rgorebl": "raw_gold_block", + "rgoreblock": "raw_gold_block", + "raw_iron": { + "material": "RAW_IRON" + }, + "minecraft:raw_iron": "raw_iron", + "rawiron": "raw_iron", + "raw_iron_block": { + "material": "RAW_IRON_BLOCK" + }, + "iorechunkbl": "raw_iron_block", + "iorechunkblock": "raw_iron_block", + "ironorechunkbl": "raw_iron_block", + "ironorechunkblock": "raw_iron_block", + "minecraft:raw_iron_block": "raw_iron_block", + "rawiorebl": "raw_iron_block", + "rawioreblock": "raw_iron_block", + "rawironblock": "raw_iron_block", + "rawironorebl": "raw_iron_block", + "rawironoreblock": "raw_iron_block", + "rawsorebl": "raw_iron_block", + "rawsoreblock": "raw_iron_block", + "rawsteelorebl": "raw_iron_block", + "rawsteeloreblock": "raw_iron_block", + "rawstorebl": "raw_iron_block", + "rawstoreblock": "raw_iron_block", + "riorebl": "raw_iron_block", + "rioreblock": "raw_iron_block", + "rironorebl": "raw_iron_block", + "rironoreblock": "raw_iron_block", + "rsorebl": "raw_iron_block", + "rsoreblock": "raw_iron_block", + "rsteelorebl": "raw_iron_block", + "rsteeloreblock": "raw_iron_block", + "rstorebl": "raw_iron_block", + "rstoreblock": "raw_iron_block", + "sorechunkbl": "raw_iron_block", + "sorechunkblock": "raw_iron_block", + "steelorechunkbl": "raw_iron_block", + "steelorechunkblock": "raw_iron_block", + "storechunkbl": "raw_iron_block", + "storechunkblock": "raw_iron_block", + "red_banner": { + "material": "RED_BANNER" + }, + "minecraft:red_banner": "red_banner", + "rbanner": "red_banner", + "redbanner": "red_banner", + "red_bed": { + "material": "RED_BED" + }, + "minecraft:red_bed": "red_bed", + "rbed": "red_bed", + "redbed": "red_bed", + "red_candle": { + "material": "RED_CANDLE" + }, + "minecraft:red_candle": "red_candle", + "rcandle": "red_candle", + "redcandle": "red_candle", + "red_carpet": { + "material": "RED_CARPET" + }, + "minecraft:red_carpet": "red_carpet", + "rcarpet": "red_carpet", + "redcarpet": "red_carpet", + "redfloor": "red_carpet", + "rfloor": "red_carpet", + "red_concrete": { + "material": "RED_CONCRETE" + }, + "minecraft:red_concrete": "red_concrete", + "rconcrete": "red_concrete", + "redconcrete": "red_concrete", + "red_concrete_powder": { + "material": "RED_CONCRETE_POWDER" + }, + "minecraft:red_concrete_powder": "red_concrete_powder", + "rcdust": "red_concrete_powder", + "rconcretepowder": "red_concrete_powder", + "rconcretesand": "red_concrete_powder", + "rcp": "red_concrete_powder", + "rcpowder": "red_concrete_powder", + "redcdust": "red_concrete_powder", + "redconcretepowder": "red_concrete_powder", + "redconcretesand": "red_concrete_powder", + "redcp": "red_concrete_powder", + "redcpowder": "red_concrete_powder", + "red_dye": { + "material": "RED_DYE", + "fallbacks": [ + "ROSE_RED" + ] + }, + "minecraft:red_dye": "red_dye", + "rdye": "red_dye", + "reddye": "red_dye", + "red_glazed_terracotta": { + "material": "RED_GLAZED_TERRACOTTA" + }, + "minecraft:red_glazed_terracotta": "red_glazed_terracotta", + "redglazedtcota": "red_glazed_terracotta", + "redglazedterra": "red_glazed_terracotta", + "redglazedterracota": "red_glazed_terracotta", + "redglazedterracotta": "red_glazed_terracotta", + "redgtcotta": "red_glazed_terracotta", + "redgterra": "red_glazed_terracotta", + "rglazedtcota": "red_glazed_terracotta", + "rglazedterra": "red_glazed_terracotta", + "rglazedterracota": "red_glazed_terracotta", + "rglazedterracotta": "red_glazed_terracotta", + "rgtcotta": "red_glazed_terracotta", + "rgterra": "red_glazed_terracotta", + "red_mushroom": { + "material": "RED_MUSHROOM" + }, + "minecraft:red_mushroom": "red_mushroom", + "redmushroom": "red_mushroom", + "red_mushroom_block": { + "material": "RED_MUSHROOM_BLOCK" + }, + "minecraft:red_mushroom_block": "red_mushroom_block", + "redmushroomblock": "red_mushroom_block", + "red_nether_brick_slab": { + "material": "RED_NETHER_BRICK_SLAB" + }, + "minecraft:red_nether_brick_slab": "red_nether_brick_slab", + "rednbrhalfblock": "red_nether_brick_slab", + "rednbrickhalfblock": "red_nether_brick_slab", + "rednbrickstep": "red_nether_brick_slab", + "rednbrstep": "red_nether_brick_slab", + "rednetherbrhalfblock": "red_nether_brick_slab", + "rednetherbrickhalfblock": "red_nether_brick_slab", + "rednetherbrickslab": "red_nether_brick_slab", + "rednetherbrickstep": "red_nether_brick_slab", + "rednetherbrstep": "red_nether_brick_slab", + "rnbrhalfblock": "red_nether_brick_slab", + "rnbrickhalfblock": "red_nether_brick_slab", + "rnbrickstep": "red_nether_brick_slab", + "rnbrstep": "red_nether_brick_slab", + "rnetherbrhalfblock": "red_nether_brick_slab", + "rnetherbrickhalfblock": "red_nether_brick_slab", + "rnetherbrickstep": "red_nether_brick_slab", + "rnetherbrstep": "red_nether_brick_slab", + "red_nether_brick_stairs": { + "material": "RED_NETHER_BRICK_STAIRS" + }, + "minecraft:red_nether_brick_stairs": "red_nether_brick_stairs", + "rednbrickstair": "red_nether_brick_stairs", + "rednbrickstairs": "red_nether_brick_stairs", + "rednbrstair": "red_nether_brick_stairs", + "rednbrstairs": "red_nether_brick_stairs", + "rednetherbrickstair": "red_nether_brick_stairs", + "rednetherbrickstairs": "red_nether_brick_stairs", + "rednetherbrstair": "red_nether_brick_stairs", + "rednetherbrstairs": "red_nether_brick_stairs", + "rnbrickstair": "red_nether_brick_stairs", + "rnbrickstairs": "red_nether_brick_stairs", + "rnbrstair": "red_nether_brick_stairs", + "rnbrstairs": "red_nether_brick_stairs", + "rnetherbrickstair": "red_nether_brick_stairs", + "rnetherbrickstairs": "red_nether_brick_stairs", + "rnetherbrstair": "red_nether_brick_stairs", + "rnetherbrstairs": "red_nether_brick_stairs", + "red_nether_brick_wall": { + "material": "RED_NETHER_BRICK_WALL" + }, + "minecraft:red_nether_brick_wall": "red_nether_brick_wall", + "rednbrickwall": "red_nether_brick_wall", + "rednbrwall": "red_nether_brick_wall", + "rednetherbrickwall": "red_nether_brick_wall", + "rednetherbrwall": "red_nether_brick_wall", + "rnbrickwall": "red_nether_brick_wall", + "rnbrwall": "red_nether_brick_wall", + "rnetherbrickwall": "red_nether_brick_wall", + "rnetherbrwall": "red_nether_brick_wall", + "wallrednbr": "red_nether_brick_wall", + "wallrednbrick": "red_nether_brick_wall", + "wallrednetherbr": "red_nether_brick_wall", + "wallrednetherbrick": "red_nether_brick_wall", + "wallrnbr": "red_nether_brick_wall", + "wallrnbrick": "red_nether_brick_wall", + "wallrnetherbr": "red_nether_brick_wall", + "wallrnetherbrick": "red_nether_brick_wall", + "red_nether_bricks": { + "material": "RED_NETHER_BRICKS" + }, + "minecraft:red_nether_bricks": "red_nether_bricks", + "rednbr": "red_nether_bricks", + "rednbrick": "red_nether_bricks", + "rednetherbr": "red_nether_bricks", + "rednetherbrick": "red_nether_bricks", + "rednetherbricks": "red_nether_bricks", + "rnbr": "red_nether_bricks", + "rnbrick": "red_nether_bricks", + "rnetherbr": "red_nether_bricks", + "rnetherbrick": "red_nether_bricks", + "red_sand": { + "material": "RED_SAND" + }, + "minecraft:red_sand": "red_sand", + "redsand": "red_sand", + "red_sandstone": { + "material": "RED_SANDSTONE" + }, + "minecraft:red_sandstone": "red_sandstone", + "redsandst": "red_sandstone", + "redsandstb": "red_sandstone", + "redsandstbl": "red_sandstone", + "redsandstblock": "red_sandstone", + "redsandstone": "red_sandstone", + "redsandstoneb": "red_sandstone", + "redsandstonebl": "red_sandstone", + "redsandstoneblock": "red_sandstone", + "redsndst": "red_sandstone", + "redsndstb": "red_sandstone", + "redsndstbl": "red_sandstone", + "redsndstblock": "red_sandstone", + "red_sandstone_slab": { + "material": "RED_SANDSTONE_SLAB" + }, + "minecraft:red_sandstone_slab": "red_sandstone_slab", + "redsandsthalfblock": "red_sandstone_slab", + "redsandstonehalfblock": "red_sandstone_slab", + "redsandstoneslab": "red_sandstone_slab", + "redsandstonestep": "red_sandstone_slab", + "redsandststep": "red_sandstone_slab", + "redsndsthalfblock": "red_sandstone_slab", + "redsndststep": "red_sandstone_slab", + "red_sandstone_stairs": { + "material": "RED_SANDSTONE_STAIRS" + }, + "minecraft:red_sandstone_stairs": "red_sandstone_stairs", + "redsandstonestair": "red_sandstone_stairs", + "redsandstonestairs": "red_sandstone_stairs", + "redsandststair": "red_sandstone_stairs", + "redsandststairs": "red_sandstone_stairs", + "redsndststair": "red_sandstone_stairs", + "redsndststairs": "red_sandstone_stairs", + "red_sandstone_wall": { + "material": "RED_SANDSTONE_WALL" + }, + "minecraft:red_sandstone_wall": "red_sandstone_wall", + "redsandstonewall": "red_sandstone_wall", + "redsandstwall": "red_sandstone_wall", + "redsndstwall": "red_sandstone_wall", + "wallredsandst": "red_sandstone_wall", + "wallredsandstone": "red_sandstone_wall", + "wallredsndst": "red_sandstone_wall", + "red_shulker_box": { + "material": "RED_SHULKER_BOX" + }, + "minecraft:red_shulker_box": "red_shulker_box", + "redsbox": "red_shulker_box", + "redshulkerbox": "red_shulker_box", + "rsbox": "red_shulker_box", + "rshulkerbox": "red_shulker_box", + "red_stained_glass": { + "material": "RED_STAINED_GLASS" + }, + "minecraft:red_stained_glass": "red_stained_glass", + "redglass": "red_stained_glass", + "redsglass": "red_stained_glass", + "redstainedglass": "red_stained_glass", + "rglass": "red_stained_glass", + "rsglass": "red_stained_glass", + "rstainedglass": "red_stained_glass", + "red_stained_glass_pane": { + "material": "RED_STAINED_GLASS_PANE" + }, + "minecraft:red_stained_glass_pane": "red_stained_glass_pane", + "redglasspane": "red_stained_glass_pane", + "redgpane": "red_stained_glass_pane", + "redsglasspane": "red_stained_glass_pane", + "redstainedglasspane": "red_stained_glass_pane", + "rglasspane": "red_stained_glass_pane", + "rgpane": "red_stained_glass_pane", + "rsglasspane": "red_stained_glass_pane", + "rstainedglasspane": "red_stained_glass_pane", + "red_terracotta": { + "material": "RED_TERRACOTTA" + }, + "minecraft:red_terracotta": "red_terracotta", + "rclay": "red_terracotta", + "redclay": "red_terracotta", + "redsclay": "red_terracotta", + "redstainedclay": "red_terracotta", + "redtcota": "red_terracotta", + "redterra": "red_terracotta", + "redterracota": "red_terracotta", + "redterracotta": "red_terracotta", + "rsclay": "red_terracotta", + "rstainedclay": "red_terracotta", + "rtcota": "red_terracotta", + "rterra": "red_terracotta", + "rterracota": "red_terracotta", + "rterracotta": "red_terracotta", + "red_tulip": { + "material": "RED_TULIP" + }, + "minecraft:red_tulip": "red_tulip", + "redtulip": "red_tulip", + "red_wool": { + "material": "RED_WOOL" + }, + "minecraft:red_wool": "red_wool", + "rcloth": "red_wool", + "rcotton": "red_wool", + "redcloth": "red_wool", + "redcotton": "red_wool", + "redwool": "red_wool", + "rwool": "red_wool", + "redstone": { + "material": "REDSTONE" + }, + "minecraft:redstone": "redstone", + "redstone_block": { + "material": "REDSTONE_BLOCK" + }, + "blockr": "redstone_block", + "blockred": "redstone_block", + "blockreds": "redstone_block", + "blockredstone": "redstone_block", + "blockrs": "redstone_block", + "blockrstone": "redstone_block", + "minecraft:redstone_block": "redstone_block", + "rblock": "redstone_block", + "redblock": "redstone_block", + "redsblock": "redstone_block", + "redstoneblock": "redstone_block", + "rsblock": "redstone_block", + "rstoneblock": "redstone_block", + "redstone_lamp": { + "material": "REDSTONE_LAMP" + }, + "minecraft:redstone_lamp": "redstone_lamp", + "redstonelamp": "redstone_lamp", + "redstone_ore": { + "material": "REDSTONE_ORE" + }, + "minecraft:redstone_ore": "redstone_ore", + "or": "redstone_ore", + "oreds": "redstone_ore", + "oredstone": "redstone_ore", + "orer": "redstone_ore", + "orered": "redstone_ore", + "orereds": "redstone_ore", + "oreredstone": "redstone_ore", + "orers": "redstone_ore", + "orerstone": "redstone_ore", + "ors": "redstone_ore", + "orstone": "redstone_ore", + "redo": "redstone_ore", + "redore": "redstone_ore", + "redso": "redstone_ore", + "redsore": "redstone_ore", + "redstoneo": "redstone_ore", + "redstoneore": "redstone_ore", + "ro": "redstone_ore", + "rore": "redstone_ore", + "rso": "redstone_ore", + "rsore": "redstone_ore", + "rstoneo": "redstone_ore", + "rstoneore": "redstone_ore", + "stoneredore": "redstone_ore", + "stoneredsore": "redstone_ore", + "stoneredstoneore": "redstone_ore", + "stonerore": "redstone_ore", + "stonersore": "redstone_ore", + "stonerstoneore": "redstone_ore", + "redstone_torch": { + "material": "REDSTONE_TORCH" + }, + "minecraft:redstone_torch": "redstone_torch", + "redstonetorch": "redstone_torch", + "regeneration_lingering_potion": { + "potionData": { + "type": "REGEN", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionregen": "regeneration_lingering_potion", + "aoepotionregenerate": "regeneration_lingering_potion", + "aoepotionregeneration": "regeneration_lingering_potion", + "aoepotregen": "regeneration_lingering_potion", + "aoepotregenerate": "regeneration_lingering_potion", + "aoepotregeneration": "regeneration_lingering_potion", + "areapotionregen": "regeneration_lingering_potion", + "areapotionregenerate": "regeneration_lingering_potion", + "areapotionregeneration": "regeneration_lingering_potion", + "areapotregen": "regeneration_lingering_potion", + "areapotregenerate": "regeneration_lingering_potion", + "areapotregeneration": "regeneration_lingering_potion", + "cloudpotionregen": "regeneration_lingering_potion", + "cloudpotionregenerate": "regeneration_lingering_potion", + "cloudpotionregeneration": "regeneration_lingering_potion", + "cloudpotregen": "regeneration_lingering_potion", + "cloudpotregenerate": "regeneration_lingering_potion", + "cloudpotregeneration": "regeneration_lingering_potion", + "lingerpotregen": "regeneration_lingering_potion", + "lingerpotregenerate": "regeneration_lingering_potion", + "lingerpotregeneration": "regeneration_lingering_potion", + "regenaoepoiont": "regeneration_lingering_potion", + "regenaoepot": "regeneration_lingering_potion", + "regenareapot": "regeneration_lingering_potion", + "regenareapotion": "regeneration_lingering_potion", + "regencloudpot": "regeneration_lingering_potion", + "regencloudpotion": "regeneration_lingering_potion", + "regenerateaoepoiont": "regeneration_lingering_potion", + "regenerateaoepot": "regeneration_lingering_potion", + "regenerateareapot": "regeneration_lingering_potion", + "regenerateareapotion": "regeneration_lingering_potion", + "regeneratecloudpot": "regeneration_lingering_potion", + "regeneratecloudpotion": "regeneration_lingering_potion", + "regeneratelingerpot": "regeneration_lingering_potion", + "regenerationaoepoiont": "regeneration_lingering_potion", + "regenerationaoepot": "regeneration_lingering_potion", + "regenerationareapot": "regeneration_lingering_potion", + "regenerationareapotion": "regeneration_lingering_potion", + "regenerationcloudpot": "regeneration_lingering_potion", + "regenerationcloudpotion": "regeneration_lingering_potion", + "regenerationlingerpot": "regeneration_lingering_potion", + "regenlingerpot": "regeneration_lingering_potion", + "regeneration_potion": { + "potionData": { + "type": "REGEN", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "potionofregen": "regeneration_potion", + "potionofregenerate": "regeneration_potion", + "potionofregeneration": "regeneration_potion", + "potofregen": "regeneration_potion", + "potofregenerate": "regeneration_potion", + "potofregeneration": "regeneration_potion", + "regeneratepot": "regeneration_potion", + "regeneratepotion": "regeneration_potion", + "regenerationpot": "regeneration_potion", + "regenerationpotion": "regeneration_potion", + "regenpot": "regeneration_potion", + "regenpotion": "regeneration_potion", + "regeneration_splash_potion": { + "potionData": { + "type": "REGEN", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "regeneratesplashpot": "regeneration_splash_potion", + "regeneratesplashpotion": "regeneration_splash_potion", + "regenerationsplashpot": "regeneration_splash_potion", + "regenerationsplashpotion": "regeneration_splash_potion", + "regensplashpot": "regeneration_splash_potion", + "regensplashpotion": "regeneration_splash_potion", + "splashregeneratepot": "regeneration_splash_potion", + "splashregeneratepotion": "regeneration_splash_potion", + "splashregenerationpot": "regeneration_splash_potion", + "splashregenerationpotion": "regeneration_splash_potion", + "splashregenpot": "regeneration_splash_potion", + "splashregenpotion": "regeneration_splash_potion", + "splregeneratepot": "regeneration_splash_potion", + "splregeneratepotion": "regeneration_splash_potion", + "splregenerationpot": "regeneration_splash_potion", + "splregenerationpotion": "regeneration_splash_potion", + "splregenpot": "regeneration_splash_potion", + "splregenpotion": "regeneration_splash_potion", + "regeneration_tipped_arrow": { + "potionData": { + "type": "REGEN", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowregen": "regeneration_tipped_arrow", + "arrowregenerate": "regeneration_tipped_arrow", + "arrowregeneration": "regeneration_tipped_arrow", + "regenarrow": "regeneration_tipped_arrow", + "regeneratearrow": "regeneration_tipped_arrow", + "regeneratetarr": "regeneration_tipped_arrow", + "regeneratetarrow": "regeneration_tipped_arrow", + "regeneratetippedarrow": "regeneration_tipped_arrow", + "regenerationarrow": "regeneration_tipped_arrow", + "regenerationtarr": "regeneration_tipped_arrow", + "regenerationtarrow": "regeneration_tipped_arrow", + "regenerationtippedarrow": "regeneration_tipped_arrow", + "regentarr": "regeneration_tipped_arrow", + "regentarrow": "regeneration_tipped_arrow", + "regentippedarrow": "regeneration_tipped_arrow", + "repeater": { + "material": "REPEATER" + }, + "minecraft:repeater": "repeater", + "repeating_command_block": { + "material": "REPEATING_COMMAND_BLOCK" + }, + "minecraft:repeating_command_block": "repeating_command_block", + "repeatingcommandblock": "repeating_command_block", + "respawn_anchor": { + "material": "RESPAWN_ANCHOR" + }, + "minecraft:respawn_anchor": "respawn_anchor", + "respawnanchor": "respawn_anchor", + "rooted_dirt": { + "material": "ROOTED_DIRT" + }, + "minecraft:rooted_dirt": "rooted_dirt", + "rooteddirt": "rooted_dirt", + "rose_bush": { + "material": "ROSE_BUSH" + }, + "minecraft:rose_bush": "rose_bush", + "rosebush": "rose_bush", + "rotten_flesh": { + "material": "ROTTEN_FLESH" + }, + "minecraft:rotten_flesh": "rotten_flesh", + "rottenflesh": "rotten_flesh", + "saddle": { + "material": "SADDLE" + }, + "minecraft:saddle": "saddle", + "salmon": { + "material": "SALMON" + }, + "fishs": "salmon", + "minecraft:salmon": "salmon", + "plainfishs": "salmon", + "plainsalmon": "salmon", + "plainsalmonfish": "salmon", + "plainsfish": "salmon", + "rafishs": "salmon", + "rasalmon": "salmon", + "rasalmonfish": "salmon", + "rasfish": "salmon", + "rawfishs": "salmon", + "rawsalmon": "salmon", + "rawsalmonfish": "salmon", + "rawsfish": "salmon", + "salmonfish": "salmon", + "sfish": "salmon", + "uncookedfishs": "salmon", + "uncookedsalmon": "salmon", + "uncookedsalmonfish": "salmon", + "uncookedsfish": "salmon", + "salmon_bucket": { + "material": "SALMON_BUCKET" + }, + "bucketosalmon": "salmon_bucket", + "minecraft:salmon_bucket": "salmon_bucket", + "salmonbucket": "salmon_bucket", + "salmonbukkit": "salmon_bucket", + "salmonpail": "salmon_bucket", + "salmon_spawn_egg": { + "material": "SALMON_SPAWN_EGG" + }, + "eggsalmon": "salmon_spawn_egg", + "minecraft:salmon_spawn_egg": "salmon_spawn_egg", + "salmonegg": "salmon_spawn_egg", + "salmonsegg": "salmon_spawn_egg", + "salmonspawn": "salmon_spawn_egg", + "salmonspawnegg": "salmon_spawn_egg", + "seggsalmon": "salmon_spawn_egg", + "spawneggsalmon": "salmon_spawn_egg", + "spawnsalmon": "salmon_spawn_egg", + "salmon_spawner": { + "entity": "SALMON", + "material": "SPAWNER" + }, + "salmoncage": "salmon_spawner", + "salmonmcage": "salmon_spawner", + "salmonmobcage": "salmon_spawner", + "salmonmobspawner": "salmon_spawner", + "salmonmonstercage": "salmon_spawner", + "salmonmonsterspawner": "salmon_spawner", + "salmonmspawner": "salmon_spawner", + "salmonspawner": "salmon_spawner", + "sand": { + "material": "SAND" + }, + "minecraft:sand": "sand", + "sandstone": { + "material": "SANDSTONE" + }, + "minecraft:sandstone": "sandstone", + "sandst": "sandstone", + "sandstb": "sandstone", + "sandstbl": "sandstone", + "sandstblock": "sandstone", + "sandstoneb": "sandstone", + "sandstonebl": "sandstone", + "sandstoneblock": "sandstone", + "sndst": "sandstone", + "sndstb": "sandstone", + "sndstbl": "sandstone", + "sndstblock": "sandstone", + "sandstone_slab": { + "material": "SANDSTONE_SLAB" + }, + "minecraft:sandstone_slab": "sandstone_slab", + "sandsthalfblock": "sandstone_slab", + "sandstonehalfblock": "sandstone_slab", + "sandstoneslab": "sandstone_slab", + "sandstonestep": "sandstone_slab", + "sandststep": "sandstone_slab", + "sndsthalfblock": "sandstone_slab", + "sndststep": "sandstone_slab", + "sandstone_stairs": { + "material": "SANDSTONE_STAIRS" + }, + "minecraft:sandstone_stairs": "sandstone_stairs", + "sandstonestair": "sandstone_stairs", + "sandstonestairs": "sandstone_stairs", + "sandststair": "sandstone_stairs", + "sandststairs": "sandstone_stairs", + "sndststair": "sandstone_stairs", + "sndststairs": "sandstone_stairs", + "sandstone_wall": { + "material": "SANDSTONE_WALL" + }, + "minecraft:sandstone_wall": "sandstone_wall", + "sandstonewall": "sandstone_wall", + "sandstwall": "sandstone_wall", + "sndstwall": "sandstone_wall", + "wallsandst": "sandstone_wall", + "wallsandstone": "sandstone_wall", + "wallsndst": "sandstone_wall", + "scaffolding": { + "material": "SCAFFOLDING" + }, + "minecraft:scaffolding": "scaffolding", + "sculk_sensor": { + "material": "SCULK_SENSOR" + }, + "minecraft:sculk_sensor": "sculk_sensor", + "sculksensor": "sculk_sensor", + "scute": { + "material": "SCUTE" + }, + "minecraft:scute": "scute", + "sea_lantern": { + "material": "SEA_LANTERN" + }, + "minecraft:sea_lantern": "sea_lantern", + "sealantern": "sea_lantern", + "sea_pickle": { + "material": "SEA_PICKLE" + }, + "minecraft:sea_pickle": "sea_pickle", + "seapickle": "sea_pickle", + "seagrass": { + "material": "SEAGRASS" + }, + "minecraft:seagrass": "seagrass", + "shears": { + "material": "SHEARS" + }, + "minecraft:shears": "shears", + "sheep_spawn_egg": { + "material": "SHEEP_SPAWN_EGG" + }, + "eggsheep": "sheep_spawn_egg", + "minecraft:sheep_spawn_egg": "sheep_spawn_egg", + "seggsheep": "sheep_spawn_egg", + "sheepegg": "sheep_spawn_egg", + "sheepsegg": "sheep_spawn_egg", + "sheepspawn": "sheep_spawn_egg", + "sheepspawnegg": "sheep_spawn_egg", + "spawneggsheep": "sheep_spawn_egg", + "spawnsheep": "sheep_spawn_egg", + "sheep_spawner": { + "entity": "SHEEP", + "material": "SPAWNER" + }, + "sheepcage": "sheep_spawner", + "sheepmcage": "sheep_spawner", + "sheepmobcage": "sheep_spawner", + "sheepmobspawner": "sheep_spawner", + "sheepmonstercage": "sheep_spawner", + "sheepmonsterspawner": "sheep_spawner", + "sheepmspawner": "sheep_spawner", + "sheepspawner": "sheep_spawner", + "shield": { + "material": "SHIELD" + }, + "minecraft:shield": "shield", + "shroomlight": { + "material": "SHROOMLIGHT" + }, + "minecraft:shroomlight": "shroomlight", + "shulker_box": { + "material": "SHULKER_BOX" + }, + "minecraft:shulker_box": "shulker_box", + "shulkerbox": "shulker_box", + "shulker_shell": { + "material": "SHULKER_SHELL" + }, + "minecraft:shulker_shell": "shulker_shell", + "shulkershell": "shulker_shell", + "shulker_spawn_egg": { + "material": "SHULKER_SPAWN_EGG" + }, + "eggshulk": "shulker_spawn_egg", + "eggshulker": "shulker_spawn_egg", + "minecraft:shulker_spawn_egg": "shulker_spawn_egg", + "seggshulk": "shulker_spawn_egg", + "seggshulker": "shulker_spawn_egg", + "shulkegg": "shulker_spawn_egg", + "shulkeregg": "shulker_spawn_egg", + "shulkersegg": "shulker_spawn_egg", + "shulkerspawn": "shulker_spawn_egg", + "shulkerspawnegg": "shulker_spawn_egg", + "shulksegg": "shulker_spawn_egg", + "shulkspawn": "shulker_spawn_egg", + "shulkspawnegg": "shulker_spawn_egg", + "spawneggshulk": "shulker_spawn_egg", + "spawneggshulker": "shulker_spawn_egg", + "spawnshulk": "shulker_spawn_egg", + "spawnshulker": "shulker_spawn_egg", + "shulker_spawner": { + "entity": "SHULKER", + "material": "SPAWNER" + }, + "shulkcage": "shulker_spawner", + "shulkercage": "shulker_spawner", + "shulkermcage": "shulker_spawner", + "shulkermobcage": "shulker_spawner", + "shulkermobspawner": "shulker_spawner", + "shulkermonstercage": "shulker_spawner", + "shulkermonsterspawner": "shulker_spawner", + "shulkermspawner": "shulker_spawner", + "shulkerspawner": "shulker_spawner", + "shulkmcage": "shulker_spawner", + "shulkmobcage": "shulker_spawner", + "shulkmobspawner": "shulker_spawner", + "shulkmonstercage": "shulker_spawner", + "shulkmonsterspawner": "shulker_spawner", + "shulkmspawner": "shulker_spawner", + "shulkspawner": "shulker_spawner", + "silverfish_spawn_egg": { + "material": "SILVERFISH_SPAWN_EGG" + }, + "eggsfish": "silverfish_spawn_egg", + "eggsilverfish": "silverfish_spawn_egg", + "minecraft:silverfish_spawn_egg": "silverfish_spawn_egg", + "seggsfish": "silverfish_spawn_egg", + "seggsilverfish": "silverfish_spawn_egg", + "sfishegg": "silverfish_spawn_egg", + "sfishsegg": "silverfish_spawn_egg", + "sfishspawn": "silverfish_spawn_egg", + "sfishspawnegg": "silverfish_spawn_egg", + "silverfishegg": "silverfish_spawn_egg", + "silverfishsegg": "silverfish_spawn_egg", + "silverfishspawn": "silverfish_spawn_egg", + "silverfishspawnegg": "silverfish_spawn_egg", + "spawneggsfish": "silverfish_spawn_egg", + "spawneggsilverfish": "silverfish_spawn_egg", + "spawnsfish": "silverfish_spawn_egg", + "spawnsilverfish": "silverfish_spawn_egg", + "silverfish_spawner": { + "entity": "SILVERFISH", + "material": "SPAWNER" + }, + "sfishcage": "silverfish_spawner", + "sfishmcage": "silverfish_spawner", + "sfishmobcage": "silverfish_spawner", + "sfishmobspawner": "silverfish_spawner", + "sfishmonstercage": "silverfish_spawner", + "sfishmonsterspawner": "silverfish_spawner", + "sfishmspawner": "silverfish_spawner", + "sfishspawner": "silverfish_spawner", + "silverfishcage": "silverfish_spawner", + "silverfishmcage": "silverfish_spawner", + "silverfishmobcage": "silverfish_spawner", + "silverfishmobspawner": "silverfish_spawner", + "silverfishmonstercage": "silverfish_spawner", + "silverfishmonsterspawner": "silverfish_spawner", + "silverfishmspawner": "silverfish_spawner", + "silverfishspawner": "silverfish_spawner", + "skeleton_horse_spawn_egg": { + "material": "SKELETON_HORSE_SPAWN_EGG" + }, + "bonehorseegg": "skeleton_horse_spawn_egg", + "bonehorsesegg": "skeleton_horse_spawn_egg", + "bonehorsespawn": "skeleton_horse_spawn_egg", + "bonehorsespawnegg": "skeleton_horse_spawn_egg", + "eggbonehorse": "skeleton_horse_spawn_egg", + "eggshorse": "skeleton_horse_spawn_egg", + "eggskeleton_horse": "skeleton_horse_spawn_egg", + "eggskhorse": "skeleton_horse_spawn_egg", + "minecraft:skeleton_horse_spawn_egg": "skeleton_horse_spawn_egg", + "seggbonehorse": "skeleton_horse_spawn_egg", + "seggshorse": "skeleton_horse_spawn_egg", + "seggskeleton_horse": "skeleton_horse_spawn_egg", + "seggskhorse": "skeleton_horse_spawn_egg", + "shorseegg": "skeleton_horse_spawn_egg", + "shorsesegg": "skeleton_horse_spawn_egg", + "shorsespawn": "skeleton_horse_spawn_egg", + "shorsespawnegg": "skeleton_horse_spawn_egg", + "skeleton_horseegg": "skeleton_horse_spawn_egg", + "skeleton_horsesegg": "skeleton_horse_spawn_egg", + "skeleton_horsespawn": "skeleton_horse_spawn_egg", + "skeleton_horsespawnegg": "skeleton_horse_spawn_egg", + "skeletonhorsespawnegg": "skeleton_horse_spawn_egg", + "skhorseegg": "skeleton_horse_spawn_egg", + "skhorsesegg": "skeleton_horse_spawn_egg", + "skhorsespawn": "skeleton_horse_spawn_egg", + "skhorsespawnegg": "skeleton_horse_spawn_egg", + "spawnbonehorse": "skeleton_horse_spawn_egg", + "spawneggbonehorse": "skeleton_horse_spawn_egg", + "spawneggshorse": "skeleton_horse_spawn_egg", + "spawneggskeleton_horse": "skeleton_horse_spawn_egg", + "spawneggskhorse": "skeleton_horse_spawn_egg", + "spawnshorse": "skeleton_horse_spawn_egg", + "spawnskeleton_horse": "skeleton_horse_spawn_egg", + "spawnskhorse": "skeleton_horse_spawn_egg", + "skeleton_horse_spawner": { + "entity": "SKELETON_HORSE", + "material": "SPAWNER" + }, + "bonehorsecage": "skeleton_horse_spawner", + "bonehorsemcage": "skeleton_horse_spawner", + "bonehorsemobcage": "skeleton_horse_spawner", + "bonehorsemobspawner": "skeleton_horse_spawner", + "bonehorsemonstercage": "skeleton_horse_spawner", + "bonehorsemonsterspawner": "skeleton_horse_spawner", + "bonehorsemspawner": "skeleton_horse_spawner", + "bonehorsespawner": "skeleton_horse_spawner", + "shorsecage": "skeleton_horse_spawner", + "shorsemcage": "skeleton_horse_spawner", + "shorsemobcage": "skeleton_horse_spawner", + "shorsemobspawner": "skeleton_horse_spawner", + "shorsemonstercage": "skeleton_horse_spawner", + "shorsemonsterspawner": "skeleton_horse_spawner", + "shorsemspawner": "skeleton_horse_spawner", + "shorsespawner": "skeleton_horse_spawner", + "skeleton_horsecage": "skeleton_horse_spawner", + "skeleton_horsemcage": "skeleton_horse_spawner", + "skeleton_horsemobcage": "skeleton_horse_spawner", + "skeleton_horsemobspawner": "skeleton_horse_spawner", + "skeleton_horsemonstercage": "skeleton_horse_spawner", + "skeleton_horsemonsterspawner": "skeleton_horse_spawner", + "skeleton_horsemspawner": "skeleton_horse_spawner", + "skeleton_horsespawner": "skeleton_horse_spawner", + "skhorsecage": "skeleton_horse_spawner", + "skhorsemcage": "skeleton_horse_spawner", + "skhorsemobcage": "skeleton_horse_spawner", + "skhorsemobspawner": "skeleton_horse_spawner", + "skhorsemonstercage": "skeleton_horse_spawner", + "skhorsemonsterspawner": "skeleton_horse_spawner", + "skhorsemspawner": "skeleton_horse_spawner", + "skhorsespawner": "skeleton_horse_spawner", + "skeleton_skull": { + "material": "SKELETON_SKULL" + }, + "headsk": "skeleton_skull", + "headskeleton": "skeleton_skull", + "minecraft:skeleton_skull": "skeleton_skull", + "skeletonhead": "skeleton_skull", + "skeletonheadmask": "skeleton_skull", + "skeletonmask": "skeleton_skull", + "skeletonskull": "skeleton_skull", + "skhead": "skeleton_skull", + "skheadmask": "skeleton_skull", + "skmask": "skeleton_skull", + "skskull": "skeleton_skull", + "skeleton_spawn_egg": { + "material": "SKELETON_SPAWN_EGG" + }, + "eggsk": "skeleton_spawn_egg", + "eggskeleton": "skeleton_spawn_egg", + "minecraft:skeleton_spawn_egg": "skeleton_spawn_egg", + "seggsk": "skeleton_spawn_egg", + "seggskeleton": "skeleton_spawn_egg", + "skegg": "skeleton_spawn_egg", + "skeletonegg": "skeleton_spawn_egg", + "skeletonsegg": "skeleton_spawn_egg", + "skeletonspawn": "skeleton_spawn_egg", + "skeletonspawnegg": "skeleton_spawn_egg", + "sksegg": "skeleton_spawn_egg", + "skspawn": "skeleton_spawn_egg", + "skspawnegg": "skeleton_spawn_egg", + "spawneggsk": "skeleton_spawn_egg", + "spawneggskeleton": "skeleton_spawn_egg", + "spawnsk": "skeleton_spawn_egg", + "spawnskeleton": "skeleton_spawn_egg", + "skeleton_spawner": { + "entity": "SKELETON", + "material": "SPAWNER" + }, + "skcage": "skeleton_spawner", + "skeletoncage": "skeleton_spawner", + "skeletonmcage": "skeleton_spawner", + "skeletonmobcage": "skeleton_spawner", + "skeletonmobspawner": "skeleton_spawner", + "skeletonmonstercage": "skeleton_spawner", + "skeletonmonsterspawner": "skeleton_spawner", + "skeletonmspawner": "skeleton_spawner", + "skeletonspawner": "skeleton_spawner", + "skmcage": "skeleton_spawner", + "skmobcage": "skeleton_spawner", + "skmobspawner": "skeleton_spawner", + "skmonstercage": "skeleton_spawner", + "skmonsterspawner": "skeleton_spawner", + "skmspawner": "skeleton_spawner", + "skspawner": "skeleton_spawner", + "skull_banner_pattern": { + "material": "SKULL_BANNER_PATTERN" + }, + "minecraft:skull_banner_pattern": "skull_banner_pattern", + "skullbannerpattern": "skull_banner_pattern", + "slime_ball": { + "material": "SLIME_BALL" + }, + "minecraft:slime_ball": "slime_ball", + "slimeball": "slime_ball", + "slime_block": { + "material": "SLIME_BLOCK" + }, + "minecraft:slime_block": "slime_block", + "slimeblock": "slime_block", + "slime_spawn_egg": { + "material": "SLIME_SPAWN_EGG" + }, + "eggslime": "slime_spawn_egg", + "minecraft:slime_spawn_egg": "slime_spawn_egg", + "seggslime": "slime_spawn_egg", + "slimeegg": "slime_spawn_egg", + "slimesegg": "slime_spawn_egg", + "slimespawn": "slime_spawn_egg", + "slimespawnegg": "slime_spawn_egg", + "spawneggslime": "slime_spawn_egg", + "spawnslime": "slime_spawn_egg", + "slime_spawner": { + "entity": "SLIME", + "material": "SPAWNER" + }, + "slimecage": "slime_spawner", + "slimemcage": "slime_spawner", + "slimemobcage": "slime_spawner", + "slimemobspawner": "slime_spawner", + "slimemonstercage": "slime_spawner", + "slimemonsterspawner": "slime_spawner", + "slimemspawner": "slime_spawner", + "slimespawner": "slime_spawner", + "slow_falling_lingering_potion": { + "potionData": { + "type": "SLOW_FALLING", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionsf": "slow_falling_lingering_potion", + "aoepotionslowfall": "slow_falling_lingering_potion", + "aoepotionslowfalling": "slow_falling_lingering_potion", + "aoepotsf": "slow_falling_lingering_potion", + "aoepotslowfall": "slow_falling_lingering_potion", + "aoepotslowfalling": "slow_falling_lingering_potion", + "areapotionsf": "slow_falling_lingering_potion", + "areapotionslowfall": "slow_falling_lingering_potion", + "areapotionslowfalling": "slow_falling_lingering_potion", + "areapotsf": "slow_falling_lingering_potion", + "areapotslowfall": "slow_falling_lingering_potion", + "areapotslowfalling": "slow_falling_lingering_potion", + "cloudpotionsf": "slow_falling_lingering_potion", + "cloudpotionslowfall": "slow_falling_lingering_potion", + "cloudpotionslowfalling": "slow_falling_lingering_potion", + "cloudpotsf": "slow_falling_lingering_potion", + "cloudpotslowfall": "slow_falling_lingering_potion", + "cloudpotslowfalling": "slow_falling_lingering_potion", + "lingerpotsf": "slow_falling_lingering_potion", + "lingerpotslowfall": "slow_falling_lingering_potion", + "lingerpotslowfalling": "slow_falling_lingering_potion", + "sfaoepoiont": "slow_falling_lingering_potion", + "sfaoepot": "slow_falling_lingering_potion", + "sfareapot": "slow_falling_lingering_potion", + "sfareapotion": "slow_falling_lingering_potion", + "sfcloudpot": "slow_falling_lingering_potion", + "sfcloudpotion": "slow_falling_lingering_potion", + "sflingerpot": "slow_falling_lingering_potion", + "slowfallaoepoiont": "slow_falling_lingering_potion", + "slowfallaoepot": "slow_falling_lingering_potion", + "slowfallareapot": "slow_falling_lingering_potion", + "slowfallareapotion": "slow_falling_lingering_potion", + "slowfallcloudpot": "slow_falling_lingering_potion", + "slowfallcloudpotion": "slow_falling_lingering_potion", + "slowfallingaoepoiont": "slow_falling_lingering_potion", + "slowfallingaoepot": "slow_falling_lingering_potion", + "slowfallingareapot": "slow_falling_lingering_potion", + "slowfallingareapotion": "slow_falling_lingering_potion", + "slowfallingcloudpot": "slow_falling_lingering_potion", + "slowfallingcloudpotion": "slow_falling_lingering_potion", + "slowfallinglingerpot": "slow_falling_lingering_potion", + "slowfalllingerpot": "slow_falling_lingering_potion", + "slow_falling_potion": { + "potionData": { + "type": "SLOW_FALLING", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "potionofsf": "slow_falling_potion", + "potionofslowfall": "slow_falling_potion", + "potionofslowfalling": "slow_falling_potion", + "potofsf": "slow_falling_potion", + "potofslowfall": "slow_falling_potion", + "potofslowfalling": "slow_falling_potion", + "sfpot": "slow_falling_potion", + "sfpotion": "slow_falling_potion", + "slowfallingpot": "slow_falling_potion", + "slowfallingpotion": "slow_falling_potion", + "slowfallpot": "slow_falling_potion", + "slowfallpotion": "slow_falling_potion", + "slow_falling_splash_potion": { + "potionData": { + "type": "SLOW_FALLING", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "sfsplashpot": "slow_falling_splash_potion", + "sfsplashpotion": "slow_falling_splash_potion", + "slowfallingsplashpot": "slow_falling_splash_potion", + "slowfallingsplashpotion": "slow_falling_splash_potion", + "slowfallsplashpot": "slow_falling_splash_potion", + "slowfallsplashpotion": "slow_falling_splash_potion", + "splashsfpot": "slow_falling_splash_potion", + "splashsfpotion": "slow_falling_splash_potion", + "splashslowfallingpot": "slow_falling_splash_potion", + "splashslowfallingpotion": "slow_falling_splash_potion", + "splashslowfallpot": "slow_falling_splash_potion", + "splashslowfallpotion": "slow_falling_splash_potion", + "splsfpot": "slow_falling_splash_potion", + "splsfpotion": "slow_falling_splash_potion", + "splslowfallingpot": "slow_falling_splash_potion", + "splslowfallingpotion": "slow_falling_splash_potion", + "splslowfallpot": "slow_falling_splash_potion", + "splslowfallpotion": "slow_falling_splash_potion", + "slow_falling_tipped_arrow": { + "potionData": { + "type": "SLOW_FALLING", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowsf": "slow_falling_tipped_arrow", + "arrowslowfall": "slow_falling_tipped_arrow", + "arrowslowfalling": "slow_falling_tipped_arrow", + "sfarrow": "slow_falling_tipped_arrow", + "sftarr": "slow_falling_tipped_arrow", + "sftarrow": "slow_falling_tipped_arrow", + "sftippedarrow": "slow_falling_tipped_arrow", + "slowfallarrow": "slow_falling_tipped_arrow", + "slowfallingarrow": "slow_falling_tipped_arrow", + "slowfallingtarr": "slow_falling_tipped_arrow", + "slowfallingtarrow": "slow_falling_tipped_arrow", + "slowfallingtippedarrow": "slow_falling_tipped_arrow", + "slowfalltarr": "slow_falling_tipped_arrow", + "slowfalltarrow": "slow_falling_tipped_arrow", + "slowfalltippedarrow": "slow_falling_tipped_arrow", + "slowness_lingering_potion": { + "potionData": { + "type": "SLOWNESS", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionslow": "slowness_lingering_potion", + "aoepotionslowness": "slowness_lingering_potion", + "aoepotslow": "slowness_lingering_potion", + "aoepotslowness": "slowness_lingering_potion", + "areapotionslow": "slowness_lingering_potion", + "areapotionslowness": "slowness_lingering_potion", + "areapotslow": "slowness_lingering_potion", + "areapotslowness": "slowness_lingering_potion", + "cloudpotionslow": "slowness_lingering_potion", + "cloudpotionslowness": "slowness_lingering_potion", + "cloudpotslow": "slowness_lingering_potion", + "cloudpotslowness": "slowness_lingering_potion", + "lingerpotslow": "slowness_lingering_potion", + "lingerpotslowness": "slowness_lingering_potion", + "slowaoepoiont": "slowness_lingering_potion", + "slowaoepot": "slowness_lingering_potion", + "slowareapot": "slowness_lingering_potion", + "slowareapotion": "slowness_lingering_potion", + "slowcloudpot": "slowness_lingering_potion", + "slowcloudpotion": "slowness_lingering_potion", + "slowlingerpot": "slowness_lingering_potion", + "slownessaoepoiont": "slowness_lingering_potion", + "slownessaoepot": "slowness_lingering_potion", + "slownessareapot": "slowness_lingering_potion", + "slownessareapotion": "slowness_lingering_potion", + "slownesscloudpot": "slowness_lingering_potion", + "slownesscloudpotion": "slowness_lingering_potion", + "slownesslingerpot": "slowness_lingering_potion", + "slowness_potion": { + "potionData": { + "type": "SLOWNESS", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "potionofslow": "slowness_potion", + "potionofslowness": "slowness_potion", + "potofslow": "slowness_potion", + "potofslowness": "slowness_potion", + "slownesspot": "slowness_potion", + "slownesspotion": "slowness_potion", + "slowpot": "slowness_potion", + "slowpotion": "slowness_potion", + "slowness_splash_potion": { + "potionData": { + "type": "SLOWNESS", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "slownesssplashpot": "slowness_splash_potion", + "slownesssplashpotion": "slowness_splash_potion", + "slowsplashpot": "slowness_splash_potion", + "slowsplashpotion": "slowness_splash_potion", + "splashslownesspot": "slowness_splash_potion", + "splashslownesspotion": "slowness_splash_potion", + "splashslowpot": "slowness_splash_potion", + "splashslowpotion": "slowness_splash_potion", + "splslownesspot": "slowness_splash_potion", + "splslownesspotion": "slowness_splash_potion", + "splslowpot": "slowness_splash_potion", + "splslowpotion": "slowness_splash_potion", + "slowness_tipped_arrow": { + "potionData": { + "type": "SLOWNESS", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowslow": "slowness_tipped_arrow", + "arrowslowness": "slowness_tipped_arrow", + "slowarrow": "slowness_tipped_arrow", + "slownessarrow": "slowness_tipped_arrow", + "slownesstarr": "slowness_tipped_arrow", + "slownesstarrow": "slowness_tipped_arrow", + "slownesstippedarrow": "slowness_tipped_arrow", + "slowtarr": "slowness_tipped_arrow", + "slowtarrow": "slowness_tipped_arrow", + "slowtippedarrow": "slowness_tipped_arrow", + "small_amethyst_bud": { + "material": "SMALL_AMETHYST_BUD" + }, + "amethystbuds": "small_amethyst_bud", + "cavebuds": "small_amethyst_bud", + "littleamethystbud": "small_amethyst_bud", + "littlecavebud": "small_amethyst_bud", + "minecraft:small_amethyst_bud": "small_amethyst_bud", + "samethystbud": "small_amethyst_bud", + "scavebud": "small_amethyst_bud", + "smallamethystbud": "small_amethyst_bud", + "smallcavebud": "small_amethyst_bud", + "small_dripleaf": { + "material": "SMALL_DRIPLEAF" + }, + "minecraft:small_dripleaf": "small_dripleaf", + "smalldripleaf": "small_dripleaf", + "smithing_table": { + "material": "SMITHING_TABLE" + }, + "minecraft:smithing_table": "smithing_table", + "smithingtable": "smithing_table", + "smoker": { + "material": "SMOKER" + }, + "minecraft:smoker": "smoker", + "smooth_basalt": { + "material": "SMOOTH_BASALT" + }, + "minecraft:smooth_basalt": "smooth_basalt", + "smbas": "smooth_basalt", + "smbasalt": "smooth_basalt", + "smbasaltb": "smooth_basalt", + "smbasaltbl": "smooth_basalt", + "smbasaltblock": "smooth_basalt", + "smbasaltst": "smooth_basalt", + "smbasaltstb": "smooth_basalt", + "smbasaltstbl": "smooth_basalt", + "smbasaltstblock": "smooth_basalt", + "smbasb": "smooth_basalt", + "smbasbl": "smooth_basalt", + "smbasblock": "smooth_basalt", + "smbast": "smooth_basalt", + "smbastb": "smooth_basalt", + "smbastbl": "smooth_basalt", + "smbastblock": "smooth_basalt", + "smoothbas": "smooth_basalt", + "smoothbasalt": "smooth_basalt", + "smoothbasaltb": "smooth_basalt", + "smoothbasaltbl": "smooth_basalt", + "smoothbasaltblock": "smooth_basalt", + "smoothbasaltst": "smooth_basalt", + "smoothbasaltstb": "smooth_basalt", + "smoothbasaltstbl": "smooth_basalt", + "smoothbasaltstblock": "smooth_basalt", + "smoothbasb": "smooth_basalt", + "smoothbasbl": "smooth_basalt", + "smoothbasblock": "smooth_basalt", + "smoothbast": "smooth_basalt", + "smoothbastb": "smooth_basalt", + "smoothbastbl": "smooth_basalt", + "smoothbastblock": "smooth_basalt", + "smooth_quartz": { + "material": "SMOOTH_QUARTZ" + }, + "minecraft:smooth_quartz": "smooth_quartz", + "smoothq": "smooth_quartz", + "smoothqb": "smooth_quartz", + "smoothqbl": "smooth_quartz", + "smoothqblock": "smooth_quartz", + "smoothquar": "smooth_quartz", + "smoothquarb": "smooth_quartz", + "smoothquarbl": "smooth_quartz", + "smoothquarblock": "smooth_quartz", + "smoothquartz": "smooth_quartz", + "smoothquartzb": "smooth_quartz", + "smoothquartzbl": "smooth_quartz", + "smoothquartzblock": "smooth_quartz", + "smq": "smooth_quartz", + "smqb": "smooth_quartz", + "smqbl": "smooth_quartz", + "smqblock": "smooth_quartz", + "smquar": "smooth_quartz", + "smquarb": "smooth_quartz", + "smquarbl": "smooth_quartz", + "smquarblock": "smooth_quartz", + "smquartz": "smooth_quartz", + "smquartzb": "smooth_quartz", + "smquartzbl": "smooth_quartz", + "smquartzblock": "smooth_quartz", + "smooth_quartz_slab": { + "material": "SMOOTH_QUARTZ_SLAB" + }, + "minecraft:smooth_quartz_slab": "smooth_quartz_slab", + "smoothqhalfblock": "smooth_quartz_slab", + "smoothqstep": "smooth_quartz_slab", + "smoothquarhalfblock": "smooth_quartz_slab", + "smoothquarstep": "smooth_quartz_slab", + "smoothquartzhalfblock": "smooth_quartz_slab", + "smoothquartzslab": "smooth_quartz_slab", + "smoothquartzstep": "smooth_quartz_slab", + "smqhalfblock": "smooth_quartz_slab", + "smqstep": "smooth_quartz_slab", + "smquarhalfblock": "smooth_quartz_slab", + "smquarstep": "smooth_quartz_slab", + "smquartzhalfblock": "smooth_quartz_slab", + "smquartzstep": "smooth_quartz_slab", + "smooth_quartz_stairs": { + "material": "SMOOTH_QUARTZ_STAIRS" + }, + "minecraft:smooth_quartz_stairs": "smooth_quartz_stairs", + "smoothqstair": "smooth_quartz_stairs", + "smoothqstairs": "smooth_quartz_stairs", + "smoothquarstair": "smooth_quartz_stairs", + "smoothquarstairs": "smooth_quartz_stairs", + "smoothquartzstair": "smooth_quartz_stairs", + "smoothquartzstairs": "smooth_quartz_stairs", + "smqstair": "smooth_quartz_stairs", + "smqstairs": "smooth_quartz_stairs", + "smquarstair": "smooth_quartz_stairs", + "smquarstairs": "smooth_quartz_stairs", + "smquartzstair": "smooth_quartz_stairs", + "smquartzstairs": "smooth_quartz_stairs", + "smooth_red_sandstone": { + "material": "SMOOTH_RED_SANDSTONE" + }, + "minecraft:smooth_red_sandstone": "smooth_red_sandstone", + "smoothredsandst": "smooth_red_sandstone", + "smoothredsandstb": "smooth_red_sandstone", + "smoothredsandstbl": "smooth_red_sandstone", + "smoothredsandstblock": "smooth_red_sandstone", + "smoothredsandstone": "smooth_red_sandstone", + "smoothredsandstoneb": "smooth_red_sandstone", + "smoothredsandstonebl": "smooth_red_sandstone", + "smoothredsandstoneblock": "smooth_red_sandstone", + "smoothredsndst": "smooth_red_sandstone", + "smoothredsndstb": "smooth_red_sandstone", + "smoothredsndstbl": "smooth_red_sandstone", + "smoothredsndstblock": "smooth_red_sandstone", + "smredsandst": "smooth_red_sandstone", + "smredsandstb": "smooth_red_sandstone", + "smredsandstbl": "smooth_red_sandstone", + "smredsandstblock": "smooth_red_sandstone", + "smredsandstone": "smooth_red_sandstone", + "smredsandstoneb": "smooth_red_sandstone", + "smredsandstonebl": "smooth_red_sandstone", + "smredsandstoneblock": "smooth_red_sandstone", + "smredsndst": "smooth_red_sandstone", + "smredsndstb": "smooth_red_sandstone", + "smredsndstbl": "smooth_red_sandstone", + "smredsndstblock": "smooth_red_sandstone", + "smooth_red_sandstone_slab": { + "material": "SMOOTH_RED_SANDSTONE_SLAB" + }, + "minecraft:smooth_red_sandstone_slab": "smooth_red_sandstone_slab", + "smoothredsandsthalfblock": "smooth_red_sandstone_slab", + "smoothredsandstonehalfblock": "smooth_red_sandstone_slab", + "smoothredsandstoneslab": "smooth_red_sandstone_slab", + "smoothredsandstonestep": "smooth_red_sandstone_slab", + "smoothredsandststep": "smooth_red_sandstone_slab", + "smoothredsndsthalfblock": "smooth_red_sandstone_slab", + "smoothredsndststep": "smooth_red_sandstone_slab", + "smredsandsthalfblock": "smooth_red_sandstone_slab", + "smredsandstonehalfblock": "smooth_red_sandstone_slab", + "smredsandstonestep": "smooth_red_sandstone_slab", + "smredsandststep": "smooth_red_sandstone_slab", + "smredsndsthalfblock": "smooth_red_sandstone_slab", + "smredsndststep": "smooth_red_sandstone_slab", + "smooth_red_sandstone_stairs": { + "material": "SMOOTH_RED_SANDSTONE_STAIRS" + }, + "minecraft:smooth_red_sandstone_stairs": "smooth_red_sandstone_stairs", + "smoothredsandstonestair": "smooth_red_sandstone_stairs", + "smoothredsandstonestairs": "smooth_red_sandstone_stairs", + "smoothredsandststair": "smooth_red_sandstone_stairs", + "smoothredsandststairs": "smooth_red_sandstone_stairs", + "smoothredsndststair": "smooth_red_sandstone_stairs", + "smoothredsndststairs": "smooth_red_sandstone_stairs", + "smredsandstonestair": "smooth_red_sandstone_stairs", + "smredsandstonestairs": "smooth_red_sandstone_stairs", + "smredsandststair": "smooth_red_sandstone_stairs", + "smredsandststairs": "smooth_red_sandstone_stairs", + "smredsndststair": "smooth_red_sandstone_stairs", + "smredsndststairs": "smooth_red_sandstone_stairs", + "smooth_sandstone": { + "material": "SMOOTH_SANDSTONE" + }, + "minecraft:smooth_sandstone": "smooth_sandstone", + "smoothsandst": "smooth_sandstone", + "smoothsandstb": "smooth_sandstone", + "smoothsandstbl": "smooth_sandstone", + "smoothsandstblock": "smooth_sandstone", + "smoothsandstone": "smooth_sandstone", + "smoothsandstoneb": "smooth_sandstone", + "smoothsandstonebl": "smooth_sandstone", + "smoothsandstoneblock": "smooth_sandstone", + "smoothsndst": "smooth_sandstone", + "smoothsndstb": "smooth_sandstone", + "smoothsndstbl": "smooth_sandstone", + "smoothsndstblock": "smooth_sandstone", + "smsandst": "smooth_sandstone", + "smsandstb": "smooth_sandstone", + "smsandstbl": "smooth_sandstone", + "smsandstblock": "smooth_sandstone", + "smsandstone": "smooth_sandstone", + "smsandstoneb": "smooth_sandstone", + "smsandstonebl": "smooth_sandstone", + "smsandstoneblock": "smooth_sandstone", + "smsndst": "smooth_sandstone", + "smsndstb": "smooth_sandstone", + "smsndstbl": "smooth_sandstone", + "smsndstblock": "smooth_sandstone", + "smooth_sandstone_slab": { + "material": "SMOOTH_SANDSTONE_SLAB" + }, + "minecraft:smooth_sandstone_slab": "smooth_sandstone_slab", + "smoothsandsthalfblock": "smooth_sandstone_slab", + "smoothsandstonehalfblock": "smooth_sandstone_slab", + "smoothsandstoneslab": "smooth_sandstone_slab", + "smoothsandstonestep": "smooth_sandstone_slab", + "smoothsandststep": "smooth_sandstone_slab", + "smoothsndsthalfblock": "smooth_sandstone_slab", + "smoothsndststep": "smooth_sandstone_slab", + "smsandsthalfblock": "smooth_sandstone_slab", + "smsandstonehalfblock": "smooth_sandstone_slab", + "smsandstonestep": "smooth_sandstone_slab", + "smsandststep": "smooth_sandstone_slab", + "smsndsthalfblock": "smooth_sandstone_slab", + "smsndststep": "smooth_sandstone_slab", + "smooth_sandstone_stairs": { + "material": "SMOOTH_SANDSTONE_STAIRS" + }, + "minecraft:smooth_sandstone_stairs": "smooth_sandstone_stairs", + "smoothsandstonestair": "smooth_sandstone_stairs", + "smoothsandstonestairs": "smooth_sandstone_stairs", + "smoothsandststair": "smooth_sandstone_stairs", + "smoothsandststairs": "smooth_sandstone_stairs", + "smoothsndststair": "smooth_sandstone_stairs", + "smoothsndststairs": "smooth_sandstone_stairs", + "smsandstonestair": "smooth_sandstone_stairs", + "smsandstonestairs": "smooth_sandstone_stairs", + "smsandststair": "smooth_sandstone_stairs", + "smsandststairs": "smooth_sandstone_stairs", + "smsndststair": "smooth_sandstone_stairs", + "smsndststairs": "smooth_sandstone_stairs", + "smooth_stone": { + "material": "SMOOTH_STONE", + "fallbacks": [ + "STONE" + ] + }, + "minecraft:smooth_stone": "smooth_stone", + "smoothst": "smooth_stone", + "smoothstb": "smooth_stone", + "smoothstbl": "smooth_stone", + "smoothstblock": "smooth_stone", + "smoothstone": "smooth_stone", + "smoothstoneb": "smooth_stone", + "smoothstonebl": "smooth_stone", + "smoothstoneblock": "smooth_stone", + "smst": "smooth_stone", + "smstb": "smooth_stone", + "smstbl": "smooth_stone", + "smstblock": "smooth_stone", + "smstone": "smooth_stone", + "smstoneb": "smooth_stone", + "smstonebl": "smooth_stone", + "smstoneblock": "smooth_stone", + "smooth_stone_slab": { + "material": "SMOOTH_STONE_SLAB" + }, + "minecraft:smooth_stone_slab": "smooth_stone_slab", + "smoothsthalfblock": "smooth_stone_slab", + "smoothstonehalfblock": "smooth_stone_slab", + "smoothstoneslab": "smooth_stone_slab", + "smoothstonestep": "smooth_stone_slab", + "smoothststep": "smooth_stone_slab", + "smsthalfblock": "smooth_stone_slab", + "smstonehalfblock": "smooth_stone_slab", + "smstonestep": "smooth_stone_slab", + "smststep": "smooth_stone_slab", + "snow": { + "material": "SNOW" + }, + "minecraft:snow": "snow", + "snow_block": { + "material": "SNOW_BLOCK" + }, + "minecraft:snow_block": "snow_block", + "snowblock": "snow_block", + "snowball": { + "material": "SNOWBALL" + }, + "minecraft:snowball": "snowball", + "snowman_spawner": { + "entity": "SNOWMAN", + "material": "SPAWNER" + }, + "sgolemcage": "snowman_spawner", + "sgolemmcage": "snowman_spawner", + "sgolemmobcage": "snowman_spawner", + "sgolemmobspawner": "snowman_spawner", + "sgolemmonstercage": "snowman_spawner", + "sgolemmonsterspawner": "snowman_spawner", + "sgolemmspawner": "snowman_spawner", + "sgolemspawner": "snowman_spawner", + "snowgolemcage": "snowman_spawner", + "snowgolemmcage": "snowman_spawner", + "snowgolemmobcage": "snowman_spawner", + "snowgolemmobspawner": "snowman_spawner", + "snowgolemmonstercage": "snowman_spawner", + "snowgolemmonsterspawner": "snowman_spawner", + "snowgolemmspawner": "snowman_spawner", + "snowgolemspawner": "snowman_spawner", + "snowmancage": "snowman_spawner", + "snowmanmcage": "snowman_spawner", + "snowmanmobcage": "snowman_spawner", + "snowmanmobspawner": "snowman_spawner", + "snowmanmonstercage": "snowman_spawner", + "snowmanmonsterspawner": "snowman_spawner", + "snowmanmspawner": "snowman_spawner", + "snowmanspawner": "snowman_spawner", + "soul_campfire": { + "material": "SOUL_CAMPFIRE" + }, + "minecraft:soul_campfire": "soul_campfire", + "soulcampfire": "soul_campfire", + "soul_lantern": { + "material": "SOUL_LANTERN" + }, + "minecraft:soul_lantern": "soul_lantern", + "soullantern": "soul_lantern", + "soul_sand": { + "material": "SOUL_SAND" + }, + "minecraft:soul_sand": "soul_sand", + "soulsand": "soul_sand", + "soul_soil": { + "material": "SOUL_SOIL" + }, + "minecraft:soul_soil": "soul_soil", + "soulsoil": "soul_soil", + "soul_torch": { + "material": "SOUL_TORCH" + }, + "minecraft:soul_torch": "soul_torch", + "soultorch": "soul_torch", + "spawner": { + "material": "SPAWNER" + }, + "minecraft:spawner": "spawner", + "spectral_arrow": { + "material": "SPECTRAL_ARROW" + }, + "minecraft:spectral_arrow": "spectral_arrow", + "spectralarrow": "spectral_arrow", + "spider_eye": { + "material": "SPIDER_EYE" + }, + "minecraft:spider_eye": "spider_eye", + "spidereye": "spider_eye", + "spider_spawn_egg": { + "material": "SPIDER_SPAWN_EGG" + }, + "eggspid": "spider_spawn_egg", + "eggspider": "spider_spawn_egg", + "minecraft:spider_spawn_egg": "spider_spawn_egg", + "seggspid": "spider_spawn_egg", + "seggspider": "spider_spawn_egg", + "spawneggspid": "spider_spawn_egg", + "spawneggspider": "spider_spawn_egg", + "spawnspid": "spider_spawn_egg", + "spawnspider": "spider_spawn_egg", + "spidegg": "spider_spawn_egg", + "spideregg": "spider_spawn_egg", + "spidersegg": "spider_spawn_egg", + "spiderspawn": "spider_spawn_egg", + "spiderspawnegg": "spider_spawn_egg", + "spidsegg": "spider_spawn_egg", + "spidspawn": "spider_spawn_egg", + "spidspawnegg": "spider_spawn_egg", + "spider_spawner": { + "entity": "SPIDER", + "material": "SPAWNER" + }, + "spidcage": "spider_spawner", + "spidercage": "spider_spawner", + "spidermcage": "spider_spawner", + "spidermobcage": "spider_spawner", + "spidermobspawner": "spider_spawner", + "spidermonstercage": "spider_spawner", + "spidermonsterspawner": "spider_spawner", + "spidermspawner": "spider_spawner", + "spiderspawner": "spider_spawner", + "spidmcage": "spider_spawner", + "spidmobcage": "spider_spawner", + "spidmobspawner": "spider_spawner", + "spidmonstercage": "spider_spawner", + "spidmonsterspawner": "spider_spawner", + "spidmspawner": "spider_spawner", + "spidspawner": "spider_spawner", + "splash_potion": { + "material": "SPLASH_POTION" + }, + "minecraft:splash_potion": "splash_potion", + "splashpotion": "splash_potion", + "sponge": { + "material": "SPONGE" + }, + "minecraft:sponge": "sponge", + "spore_blossom": { + "material": "SPORE_BLOSSOM" + }, + "minecraft:spore_blossom": "spore_blossom", + "sporeblossom": "spore_blossom", + "spruce_boat": { + "material": "SPRUCE_BOAT" + }, + "boatd": "spruce_boat", + "boatdark": "spruce_boat", + "boatp": "spruce_boat", + "boatpine": "spruce_boat", + "boats": "spruce_boat", + "boatspruce": "spruce_boat", + "darkboat": "spruce_boat", + "darkraft": "spruce_boat", + "dboat": "spruce_boat", + "draft": "spruce_boat", + "minecraft:spruce_boat": "spruce_boat", + "pboat": "spruce_boat", + "pineboat": "spruce_boat", + "pineraft": "spruce_boat", + "praft": "spruce_boat", + "sboat": "spruce_boat", + "spruceboat": "spruce_boat", + "spruceraft": "spruce_boat", + "sraft": "spruce_boat", + "spruce_button": { + "material": "SPRUCE_BUTTON" + }, + "buttond": "spruce_button", + "buttondark": "spruce_button", + "buttonp": "spruce_button", + "buttonpine": "spruce_button", + "buttons": "spruce_button", + "buttonspruce": "spruce_button", + "darkbutton": "spruce_button", + "dbutton": "spruce_button", + "minecraft:spruce_button": "spruce_button", + "pbutton": "spruce_button", + "pinebutton": "spruce_button", + "sbutton": "spruce_button", + "sprucebutton": "spruce_button", + "spruce_door": { + "material": "SPRUCE_DOOR" + }, + "darkdoor": "spruce_door", + "ddoor": "spruce_door", + "minecraft:spruce_door": "spruce_door", + "pdoor": "spruce_door", + "pinedoor": "spruce_door", + "sprucedoor": "spruce_door", + "spruce_fence": { + "material": "SPRUCE_FENCE" + }, + "darkfence": "spruce_fence", + "dfence": "spruce_fence", + "minecraft:spruce_fence": "spruce_fence", + "pfence": "spruce_fence", + "pinefence": "spruce_fence", + "sfence": "spruce_fence", + "sprucefence": "spruce_fence", + "spruce_fence_gate": { + "material": "SPRUCE_FENCE_GATE" + }, + "darkfencegate": "spruce_fence_gate", + "darkgate": "spruce_fence_gate", + "dfencegate": "spruce_fence_gate", + "dgate": "spruce_fence_gate", + "gated": "spruce_fence_gate", + "gatedark": "spruce_fence_gate", + "gatep": "spruce_fence_gate", + "gatepine": "spruce_fence_gate", + "gates": "spruce_fence_gate", + "gatespruce": "spruce_fence_gate", + "minecraft:spruce_fence_gate": "spruce_fence_gate", + "pfencegate": "spruce_fence_gate", + "pgate": "spruce_fence_gate", + "pinefencegate": "spruce_fence_gate", + "pinegate": "spruce_fence_gate", + "sfencegate": "spruce_fence_gate", + "sgate": "spruce_fence_gate", + "sprucefencegate": "spruce_fence_gate", + "sprucegate": "spruce_fence_gate", + "spruce_leaves": { + "material": "SPRUCE_LEAVES" + }, + "darkleaf": "spruce_leaves", + "darkleave": "spruce_leaves", + "darkleaves": "spruce_leaves", + "darklogleaf": "spruce_leaves", + "darklogleave": "spruce_leaves", + "darklogleaves": "spruce_leaves", + "darktreeleaf": "spruce_leaves", + "darktreeleave": "spruce_leaves", + "darktreeleaves": "spruce_leaves", + "darktrunkleaf": "spruce_leaves", + "darktrunkleave": "spruce_leaves", + "darktrunkleaves": "spruce_leaves", + "darkwoodleaf": "spruce_leaves", + "darkwoodleave": "spruce_leaves", + "darkwoodleaves": "spruce_leaves", + "dleaf": "spruce_leaves", + "dleave": "spruce_leaves", + "dleaves": "spruce_leaves", + "dlogleaf": "spruce_leaves", + "dlogleave": "spruce_leaves", + "dlogleaves": "spruce_leaves", + "dtreeleaf": "spruce_leaves", + "dtreeleave": "spruce_leaves", + "dtreeleaves": "spruce_leaves", + "dtrunkleaf": "spruce_leaves", + "dtrunkleave": "spruce_leaves", + "dtrunkleaves": "spruce_leaves", + "dwoodleaf": "spruce_leaves", + "dwoodleave": "spruce_leaves", + "dwoodleaves": "spruce_leaves", + "leafd": "spruce_leaves", + "leafdark": "spruce_leaves", + "leafp": "spruce_leaves", + "leafpine": "spruce_leaves", + "leafs": "spruce_leaves", + "leafspruce": "spruce_leaves", + "leavesd": "spruce_leaves", + "leavesdark": "spruce_leaves", + "leavesp": "spruce_leaves", + "leavespine": "spruce_leaves", + "leavess": "spruce_leaves", + "leavesspruce": "spruce_leaves", + "minecraft:spruce_leaves": "spruce_leaves", + "pineleaf": "spruce_leaves", + "pineleave": "spruce_leaves", + "pineleaves": "spruce_leaves", + "pinelogleaf": "spruce_leaves", + "pinelogleave": "spruce_leaves", + "pinelogleaves": "spruce_leaves", + "pinetreeleaf": "spruce_leaves", + "pinetreeleave": "spruce_leaves", + "pinetreeleaves": "spruce_leaves", + "pinetrunkleaf": "spruce_leaves", + "pinetrunkleave": "spruce_leaves", + "pinetrunkleaves": "spruce_leaves", + "pinewoodleaf": "spruce_leaves", + "pinewoodleave": "spruce_leaves", + "pinewoodleaves": "spruce_leaves", + "pleaf": "spruce_leaves", + "pleave": "spruce_leaves", + "pleaves": "spruce_leaves", + "plogleaf": "spruce_leaves", + "plogleave": "spruce_leaves", + "plogleaves": "spruce_leaves", + "ptreeleaf": "spruce_leaves", + "ptreeleave": "spruce_leaves", + "ptreeleaves": "spruce_leaves", + "ptrunkleaf": "spruce_leaves", + "ptrunkleave": "spruce_leaves", + "ptrunkleaves": "spruce_leaves", + "pwoodleaf": "spruce_leaves", + "pwoodleave": "spruce_leaves", + "pwoodleaves": "spruce_leaves", + "sleaf": "spruce_leaves", + "sleave": "spruce_leaves", + "sleaves": "spruce_leaves", + "slogleaf": "spruce_leaves", + "slogleave": "spruce_leaves", + "slogleaves": "spruce_leaves", + "spruceleaf": "spruce_leaves", + "spruceleave": "spruce_leaves", + "spruceleaves": "spruce_leaves", + "sprucelogleaf": "spruce_leaves", + "sprucelogleave": "spruce_leaves", + "sprucelogleaves": "spruce_leaves", + "sprucetreeleaf": "spruce_leaves", + "sprucetreeleave": "spruce_leaves", + "sprucetreeleaves": "spruce_leaves", + "sprucetrunkleaf": "spruce_leaves", + "sprucetrunkleave": "spruce_leaves", + "sprucetrunkleaves": "spruce_leaves", + "sprucewoodleaf": "spruce_leaves", + "sprucewoodleave": "spruce_leaves", + "sprucewoodleaves": "spruce_leaves", + "streeleaf": "spruce_leaves", + "streeleave": "spruce_leaves", + "streeleaves": "spruce_leaves", + "strunkleaf": "spruce_leaves", + "strunkleave": "spruce_leaves", + "strunkleaves": "spruce_leaves", + "swoodleaf": "spruce_leaves", + "swoodleave": "spruce_leaves", + "swoodleaves": "spruce_leaves", + "spruce_log": { + "material": "SPRUCE_LOG" + }, + "darklog": "spruce_log", + "darktree": "spruce_log", + "darktrunk": "spruce_log", + "dlog": "spruce_log", + "dtree": "spruce_log", + "dtrunk": "spruce_log", + "logd": "spruce_log", + "logdark": "spruce_log", + "logp": "spruce_log", + "logpine": "spruce_log", + "logs": "spruce_log", + "logspruce": "spruce_log", + "minecraft:spruce_log": "spruce_log", + "pinelog": "spruce_log", + "pinetree": "spruce_log", + "pinetrunk": "spruce_log", + "plog": "spruce_log", + "ptree": "spruce_log", + "ptrunk": "spruce_log", + "slog": "spruce_log", + "sprucelog": "spruce_log", + "sprucetree": "spruce_log", + "sprucetrunk": "spruce_log", + "stree": "spruce_log", + "strunk": "spruce_log", + "spruce_planks": { + "material": "SPRUCE_PLANKS" + }, + "darkplank": "spruce_planks", + "darkplankw": "spruce_planks", + "darkplankwood": "spruce_planks", + "darkplankwooden": "spruce_planks", + "darkwoodenplank": "spruce_planks", + "darkwoodplank": "spruce_planks", + "darkwplank": "spruce_planks", + "dplank": "spruce_planks", + "dplankw": "spruce_planks", + "dplankwood": "spruce_planks", + "dplankwooden": "spruce_planks", + "dwoodenplank": "spruce_planks", + "dwoodplank": "spruce_planks", + "dwplank": "spruce_planks", + "minecraft:spruce_planks": "spruce_planks", + "pineplank": "spruce_planks", + "pineplankw": "spruce_planks", + "pineplankwood": "spruce_planks", + "pineplankwooden": "spruce_planks", + "pinewoodenplank": "spruce_planks", + "pinewoodplank": "spruce_planks", + "pinewplank": "spruce_planks", + "pplank": "spruce_planks", + "pplankw": "spruce_planks", + "pplankwood": "spruce_planks", + "pplankwooden": "spruce_planks", + "pwoodenplank": "spruce_planks", + "pwoodplank": "spruce_planks", + "pwplank": "spruce_planks", + "splank": "spruce_planks", + "splankw": "spruce_planks", + "splankwood": "spruce_planks", + "splankwooden": "spruce_planks", + "spruceplank": "spruce_planks", + "spruceplanks": "spruce_planks", + "spruceplankw": "spruce_planks", + "spruceplankwood": "spruce_planks", + "spruceplankwooden": "spruce_planks", + "sprucewoodenplank": "spruce_planks", + "sprucewoodplank": "spruce_planks", + "sprucewplank": "spruce_planks", + "swoodenplank": "spruce_planks", + "swoodplank": "spruce_planks", + "swplank": "spruce_planks", + "spruce_pressure_plate": { + "material": "SPRUCE_PRESSURE_PLATE" + }, + "darkplate": "spruce_pressure_plate", + "darkpplate": "spruce_pressure_plate", + "darkpressplate": "spruce_pressure_plate", + "darkpressureplate": "spruce_pressure_plate", + "dpplate": "spruce_pressure_plate", + "dpressplate": "spruce_pressure_plate", + "dpressureplate": "spruce_pressure_plate", + "minecraft:spruce_pressure_plate": "spruce_pressure_plate", + "pineplate": "spruce_pressure_plate", + "pinepplate": "spruce_pressure_plate", + "pinepressplate": "spruce_pressure_plate", + "pinepressureplate": "spruce_pressure_plate", + "plated": "spruce_pressure_plate", + "platedark": "spruce_pressure_plate", + "platep": "spruce_pressure_plate", + "platepine": "spruce_pressure_plate", + "plates": "spruce_pressure_plate", + "platespruce": "spruce_pressure_plate", + "pplate": "spruce_pressure_plate", + "ppplate": "spruce_pressure_plate", + "ppressplate": "spruce_pressure_plate", + "ppressureplate": "spruce_pressure_plate", + "spplate": "spruce_pressure_plate", + "spressplate": "spruce_pressure_plate", + "spressureplate": "spruce_pressure_plate", + "spruceplate": "spruce_pressure_plate", + "sprucepplate": "spruce_pressure_plate", + "sprucepressplate": "spruce_pressure_plate", + "sprucepressureplate": "spruce_pressure_plate", + "spruce_sapling": { + "material": "SPRUCE_SAPLING" + }, + "darklogsapling": "spruce_sapling", + "darksapling": "spruce_sapling", + "darktreesapling": "spruce_sapling", + "darktrunksapling": "spruce_sapling", + "darkwoodsapling": "spruce_sapling", + "dlogsapling": "spruce_sapling", + "dsapling": "spruce_sapling", + "dtreesapling": "spruce_sapling", + "dtrunksapling": "spruce_sapling", + "dwoodsapling": "spruce_sapling", + "minecraft:spruce_sapling": "spruce_sapling", + "pinelogsapling": "spruce_sapling", + "pinesapling": "spruce_sapling", + "pinetreesapling": "spruce_sapling", + "pinetrunksapling": "spruce_sapling", + "pinewoodsapling": "spruce_sapling", + "plogsapling": "spruce_sapling", + "psapling": "spruce_sapling", + "ptreesapling": "spruce_sapling", + "ptrunksapling": "spruce_sapling", + "pwoodsapling": "spruce_sapling", + "slogsapling": "spruce_sapling", + "sprucelogsapling": "spruce_sapling", + "sprucesapling": "spruce_sapling", + "sprucetreesapling": "spruce_sapling", + "sprucetrunksapling": "spruce_sapling", + "sprucewoodsapling": "spruce_sapling", + "ssapling": "spruce_sapling", + "streesapling": "spruce_sapling", + "strunksapling": "spruce_sapling", + "swoodsapling": "spruce_sapling", + "spruce_sign": { + "material": "SPRUCE_SIGN", + "fallbacks": [ + "SIGN" + ] + }, + "darksign": "spruce_sign", + "dsign": "spruce_sign", + "minecraft:spruce_sign": "spruce_sign", + "pinesign": "spruce_sign", + "psign": "spruce_sign", + "sprucesign": "spruce_sign", + "ssign": "spruce_sign", + "spruce_slab": { + "material": "SPRUCE_SLAB" + }, + "darkhalfblock": "spruce_slab", + "darkstep": "spruce_slab", + "darkwhalfblock": "spruce_slab", + "darkwoodenhalfblock": "spruce_slab", + "darkwoodenslab": "spruce_slab", + "darkwoodenstep": "spruce_slab", + "darkwoodhalfblock": "spruce_slab", + "darkwoodslab": "spruce_slab", + "darkwoodstep": "spruce_slab", + "darkwslab": "spruce_slab", + "darkwstep": "spruce_slab", + "dhalfblock": "spruce_slab", + "dstep": "spruce_slab", + "dwhalfblock": "spruce_slab", + "dwoodenhalfblock": "spruce_slab", + "dwoodenslab": "spruce_slab", + "dwoodenstep": "spruce_slab", + "dwoodhalfblock": "spruce_slab", + "dwoodslab": "spruce_slab", + "dwoodstep": "spruce_slab", + "dwslab": "spruce_slab", + "dwstep": "spruce_slab", + "minecraft:spruce_slab": "spruce_slab", + "phalfblock": "spruce_slab", + "pinehalfblock": "spruce_slab", + "pinestep": "spruce_slab", + "pinewhalfblock": "spruce_slab", + "pinewoodenhalfblock": "spruce_slab", + "pinewoodenslab": "spruce_slab", + "pinewoodenstep": "spruce_slab", + "pinewoodhalfblock": "spruce_slab", + "pinewoodslab": "spruce_slab", + "pinewoodstep": "spruce_slab", + "pinewslab": "spruce_slab", + "pinewstep": "spruce_slab", + "pstep": "spruce_slab", + "pwhalfblock": "spruce_slab", + "pwoodenhalfblock": "spruce_slab", + "pwoodenslab": "spruce_slab", + "pwoodenstep": "spruce_slab", + "pwoodhalfblock": "spruce_slab", + "pwoodslab": "spruce_slab", + "pwoodstep": "spruce_slab", + "pwslab": "spruce_slab", + "pwstep": "spruce_slab", + "shalfblock": "spruce_slab", + "sprucehalfblock": "spruce_slab", + "spruceslab": "spruce_slab", + "sprucestep": "spruce_slab", + "sprucewhalfblock": "spruce_slab", + "sprucewoodenhalfblock": "spruce_slab", + "sprucewoodenslab": "spruce_slab", + "sprucewoodenstep": "spruce_slab", + "sprucewoodhalfblock": "spruce_slab", + "sprucewoodslab": "spruce_slab", + "sprucewoodstep": "spruce_slab", + "sprucewslab": "spruce_slab", + "sprucewstep": "spruce_slab", + "sstep": "spruce_slab", + "swhalfblock": "spruce_slab", + "swoodenhalfblock": "spruce_slab", + "swoodenslab": "spruce_slab", + "swoodenstep": "spruce_slab", + "swoodhalfblock": "spruce_slab", + "swoodslab": "spruce_slab", + "swoodstep": "spruce_slab", + "swslab": "spruce_slab", + "swstep": "spruce_slab", + "spruce_stairs": { + "material": "SPRUCE_STAIRS" + }, + "darkstair": "spruce_stairs", + "darkwoodenstair": "spruce_stairs", + "darkwoodenstairs": "spruce_stairs", + "darkwoodstair": "spruce_stairs", + "darkwoodstairs": "spruce_stairs", + "darkwstair": "spruce_stairs", + "darkwstairs": "spruce_stairs", + "dstair": "spruce_stairs", + "dwoodenstair": "spruce_stairs", + "dwoodenstairs": "spruce_stairs", + "dwoodstair": "spruce_stairs", + "dwoodstairs": "spruce_stairs", + "dwstair": "spruce_stairs", + "dwstairs": "spruce_stairs", + "minecraft:spruce_stairs": "spruce_stairs", + "pinestair": "spruce_stairs", + "pinewoodenstair": "spruce_stairs", + "pinewoodenstairs": "spruce_stairs", + "pinewoodstair": "spruce_stairs", + "pinewoodstairs": "spruce_stairs", + "pinewstair": "spruce_stairs", + "pinewstairs": "spruce_stairs", + "pstair": "spruce_stairs", + "pwoodenstair": "spruce_stairs", + "pwoodenstairs": "spruce_stairs", + "pwoodstair": "spruce_stairs", + "pwoodstairs": "spruce_stairs", + "pwstair": "spruce_stairs", + "pwstairs": "spruce_stairs", + "sprucestair": "spruce_stairs", + "sprucestairs": "spruce_stairs", + "sprucewoodenstair": "spruce_stairs", + "sprucewoodenstairs": "spruce_stairs", + "sprucewoodstair": "spruce_stairs", + "sprucewoodstairs": "spruce_stairs", + "sprucewstair": "spruce_stairs", + "sprucewstairs": "spruce_stairs", + "sstair": "spruce_stairs", + "swoodenstair": "spruce_stairs", + "swoodenstairs": "spruce_stairs", + "swoodstair": "spruce_stairs", + "swoodstairs": "spruce_stairs", + "swstair": "spruce_stairs", + "swstairs": "spruce_stairs", + "spruce_trapdoor": { + "material": "SPRUCE_TRAPDOOR" + }, + "darkdoort": "spruce_trapdoor", + "darkdoortrap": "spruce_trapdoor", + "darkdtrap": "spruce_trapdoor", + "darkhatch": "spruce_trapdoor", + "darktdoor": "spruce_trapdoor", + "darktrapd": "spruce_trapdoor", + "darktrapdoor": "spruce_trapdoor", + "ddoort": "spruce_trapdoor", + "ddoortrap": "spruce_trapdoor", + "ddtrap": "spruce_trapdoor", + "dhatch": "spruce_trapdoor", + "dtdoor": "spruce_trapdoor", + "dtrapd": "spruce_trapdoor", + "dtrapdoor": "spruce_trapdoor", + "minecraft:spruce_trapdoor": "spruce_trapdoor", + "pdoort": "spruce_trapdoor", + "pdoortrap": "spruce_trapdoor", + "pdtrap": "spruce_trapdoor", + "phatch": "spruce_trapdoor", + "pinedoort": "spruce_trapdoor", + "pinedoortrap": "spruce_trapdoor", + "pinedtrap": "spruce_trapdoor", + "pinehatch": "spruce_trapdoor", + "pinetdoor": "spruce_trapdoor", + "pinetrapd": "spruce_trapdoor", + "pinetrapdoor": "spruce_trapdoor", + "ptdoor": "spruce_trapdoor", + "ptrapd": "spruce_trapdoor", + "ptrapdoor": "spruce_trapdoor", + "sprucedoort": "spruce_trapdoor", + "sprucedoortrap": "spruce_trapdoor", + "sprucedtrap": "spruce_trapdoor", + "sprucehatch": "spruce_trapdoor", + "sprucetdoor": "spruce_trapdoor", + "sprucetrapd": "spruce_trapdoor", + "sprucetrapdoor": "spruce_trapdoor", + "spruce_wood": { + "material": "SPRUCE_WOOD" + }, + "darklogall": "spruce_wood", + "darktreeall": "spruce_wood", + "darktrunkall": "spruce_wood", + "darkwood": "spruce_wood", + "dlogall": "spruce_wood", + "dtreeall": "spruce_wood", + "dtrunkall": "spruce_wood", + "dwood": "spruce_wood", + "minecraft:spruce_wood": "spruce_wood", + "pinelogall": "spruce_wood", + "pinetreeall": "spruce_wood", + "pinetrunkall": "spruce_wood", + "pinewood": "spruce_wood", + "plogall": "spruce_wood", + "ptreeall": "spruce_wood", + "ptrunkall": "spruce_wood", + "pwood": "spruce_wood", + "slogall": "spruce_wood", + "sprucelogall": "spruce_wood", + "sprucetreeall": "spruce_wood", + "sprucetrunkall": "spruce_wood", + "sprucewood": "spruce_wood", + "streeall": "spruce_wood", + "strunkall": "spruce_wood", + "swood": "spruce_wood", + "woodd": "spruce_wood", + "wooddark": "spruce_wood", + "woodp": "spruce_wood", + "woodpine": "spruce_wood", + "woods": "spruce_wood", + "woodspruce": "spruce_wood", + "spyglass": { + "material": "SPYGLASS" + }, + "minecraft:spyglass": "spyglass", + "squid_spawn_egg": { + "material": "SQUID_SPAWN_EGG" + }, + "eggsquid": "squid_spawn_egg", + "minecraft:squid_spawn_egg": "squid_spawn_egg", + "seggsquid": "squid_spawn_egg", + "spawneggsquid": "squid_spawn_egg", + "spawnsquid": "squid_spawn_egg", + "squidegg": "squid_spawn_egg", + "squidsegg": "squid_spawn_egg", + "squidspawn": "squid_spawn_egg", + "squidspawnegg": "squid_spawn_egg", + "squid_spawner": { + "entity": "SQUID", + "material": "SPAWNER" + }, + "squidcage": "squid_spawner", + "squidmcage": "squid_spawner", + "squidmobcage": "squid_spawner", + "squidmobspawner": "squid_spawner", + "squidmonstercage": "squid_spawner", + "squidmonsterspawner": "squid_spawner", + "squidmspawner": "squid_spawner", + "squidspawner": "squid_spawner", + "stick": { + "material": "STICK" + }, + "minecraft:stick": "stick", + "sticky_piston": { + "material": "STICKY_PISTON" + }, + "minecraft:sticky_piston": "sticky_piston", + "stickypiston": "sticky_piston", + "stone": { + "material": "STONE" + }, + "minecraft:stone": "stone", + "stone_axe": { + "material": "STONE_AXE" + }, + "cobblestoneaxe": "stone_axe", + "csaxe": "stone_axe", + "cstoneaxe": "stone_axe", + "minecraft:stone_axe": "stone_axe", + "stoneaxe": "stone_axe", + "stone_brick_slab": { + "material": "STONE_BRICK_SLAB" + }, + "minecraft:stone_brick_slab": "stone_brick_slab", + "stbrhalfblock": "stone_brick_slab", + "stbrickhalfblock": "stone_brick_slab", + "stbrickstep": "stone_brick_slab", + "stbrstep": "stone_brick_slab", + "stonebrhalfblock": "stone_brick_slab", + "stonebrickhalfblock": "stone_brick_slab", + "stonebrickslab": "stone_brick_slab", + "stonebrickstep": "stone_brick_slab", + "stonebrstep": "stone_brick_slab", + "stone_brick_stairs": { + "material": "STONE_BRICK_STAIRS" + }, + "minecraft:stone_brick_stairs": "stone_brick_stairs", + "stbrickstair": "stone_brick_stairs", + "stbrickstairs": "stone_brick_stairs", + "stbrstair": "stone_brick_stairs", + "stbrstairs": "stone_brick_stairs", + "stonebrickstair": "stone_brick_stairs", + "stonebrickstairs": "stone_brick_stairs", + "stonebrstair": "stone_brick_stairs", + "stonebrstairs": "stone_brick_stairs", + "stone_brick_wall": { + "material": "STONE_BRICK_WALL" + }, + "minecraft:stone_brick_wall": "stone_brick_wall", + "stbrickwall": "stone_brick_wall", + "stbrwall": "stone_brick_wall", + "stonebrickwall": "stone_brick_wall", + "stonebrwall": "stone_brick_wall", + "wallstbr": "stone_brick_wall", + "wallstbrick": "stone_brick_wall", + "wallstonebr": "stone_brick_wall", + "wallstonebrick": "stone_brick_wall", + "stone_bricks": { + "material": "STONE_BRICKS" + }, + "minecraft:stone_bricks": "stone_bricks", + "stbr": "stone_bricks", + "stbrick": "stone_bricks", + "stonebr": "stone_bricks", + "stonebrick": "stone_bricks", + "stonebricks": "stone_bricks", + "stone_button": { + "material": "STONE_BUTTON" + }, + "minecraft:stone_button": "stone_button", + "stonebutton": "stone_button", + "stone_hoe": { + "material": "STONE_HOE" + }, + "cobblestonehoe": "stone_hoe", + "cshoe": "stone_hoe", + "cstonehoe": "stone_hoe", + "minecraft:stone_hoe": "stone_hoe", + "stonehoe": "stone_hoe", + "stone_pickaxe": { + "material": "STONE_PICKAXE" + }, + "cobblestonepick": "stone_pickaxe", + "cobblestonepickaxe": "stone_pickaxe", + "cspick": "stone_pickaxe", + "cspickaxe": "stone_pickaxe", + "cstonepick": "stone_pickaxe", + "cstonepickaxe": "stone_pickaxe", + "minecraft:stone_pickaxe": "stone_pickaxe", + "stonepick": "stone_pickaxe", + "stonepickaxe": "stone_pickaxe", + "stone_pressure_plate": { + "material": "STONE_PRESSURE_PLATE" + }, + "minecraft:stone_pressure_plate": "stone_pressure_plate", + "stonepressureplate": "stone_pressure_plate", + "stone_shovel": { + "material": "STONE_SHOVEL" + }, + "cobblestoneshovel": "stone_shovel", + "cobblestonespade": "stone_shovel", + "csshovel": "stone_shovel", + "csspade": "stone_shovel", + "cstoneshovel": "stone_shovel", + "cstonespade": "stone_shovel", + "minecraft:stone_shovel": "stone_shovel", + "stoneshovel": "stone_shovel", + "stonespade": "stone_shovel", + "stone_slab": { + "material": "STONE_SLAB" + }, + "minecraft:stone_slab": "stone_slab", + "stoneslab": "stone_slab", + "stone_stairs": { + "material": "STONE_STAIRS" + }, + "minecraft:stone_stairs": "stone_stairs", + "stonestairs": "stone_stairs", + "stone_sword": { + "material": "STONE_SWORD" + }, + "cobblestonesword": "stone_sword", + "cssword": "stone_sword", + "cstonesword": "stone_sword", + "minecraft:stone_sword": "stone_sword", + "stonesword": "stone_sword", + "stonecutter": { + "material": "STONECUTTER" + }, + "minecraft:stonecutter": "stonecutter", + "stray_spawn_egg": { + "material": "STRAY_SPAWN_EGG" + }, + "eggstray": "stray_spawn_egg", + "minecraft:stray_spawn_egg": "stray_spawn_egg", + "seggstray": "stray_spawn_egg", + "spawneggstray": "stray_spawn_egg", + "spawnstray": "stray_spawn_egg", + "strayegg": "stray_spawn_egg", + "straysegg": "stray_spawn_egg", + "strayspawn": "stray_spawn_egg", + "strayspawnegg": "stray_spawn_egg", + "stray_spawner": { + "entity": "STRAY", + "material": "SPAWNER" + }, + "straycage": "stray_spawner", + "straymcage": "stray_spawner", + "straymobcage": "stray_spawner", + "straymobspawner": "stray_spawner", + "straymonstercage": "stray_spawner", + "straymonsterspawner": "stray_spawner", + "straymspawner": "stray_spawner", + "strayspawner": "stray_spawner", + "strength_lingering_potion": { + "potionData": { + "type": "STRENGTH", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionstr": "strength_lingering_potion", + "aoepotionstrength": "strength_lingering_potion", + "aoepotionstrong": "strength_lingering_potion", + "aoepotstr": "strength_lingering_potion", + "aoepotstrength": "strength_lingering_potion", + "aoepotstrong": "strength_lingering_potion", + "areapotionstr": "strength_lingering_potion", + "areapotionstrength": "strength_lingering_potion", + "areapotionstrong": "strength_lingering_potion", + "areapotstr": "strength_lingering_potion", + "areapotstrength": "strength_lingering_potion", + "areapotstrong": "strength_lingering_potion", + "cloudpotionstr": "strength_lingering_potion", + "cloudpotionstrength": "strength_lingering_potion", + "cloudpotionstrong": "strength_lingering_potion", + "cloudpotstr": "strength_lingering_potion", + "cloudpotstrength": "strength_lingering_potion", + "cloudpotstrong": "strength_lingering_potion", + "lingerpotstr": "strength_lingering_potion", + "lingerpotstrength": "strength_lingering_potion", + "lingerpotstrong": "strength_lingering_potion", + "straoepoiont": "strength_lingering_potion", + "straoepot": "strength_lingering_potion", + "strareapot": "strength_lingering_potion", + "strareapotion": "strength_lingering_potion", + "strcloudpot": "strength_lingering_potion", + "strcloudpotion": "strength_lingering_potion", + "strengthaoepoiont": "strength_lingering_potion", + "strengthaoepot": "strength_lingering_potion", + "strengthareapot": "strength_lingering_potion", + "strengthareapotion": "strength_lingering_potion", + "strengthcloudpot": "strength_lingering_potion", + "strengthcloudpotion": "strength_lingering_potion", + "strengthlingerpot": "strength_lingering_potion", + "strlingerpot": "strength_lingering_potion", + "strongaoepoiont": "strength_lingering_potion", + "strongaoepot": "strength_lingering_potion", + "strongareapot": "strength_lingering_potion", + "strongareapotion": "strength_lingering_potion", + "strongcloudpot": "strength_lingering_potion", + "strongcloudpotion": "strength_lingering_potion", + "stronglingerpot": "strength_lingering_potion", + "strength_potion": { + "potionData": { + "type": "STRENGTH", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "potionofstr": "strength_potion", + "potionofstrength": "strength_potion", + "potionofstrong": "strength_potion", + "potofstr": "strength_potion", + "potofstrength": "strength_potion", + "potofstrong": "strength_potion", + "strengthpot": "strength_potion", + "strengthpotion": "strength_potion", + "strongpot": "strength_potion", + "strongpotion": "strength_potion", + "strpot": "strength_potion", + "strpotion": "strength_potion", + "strength_splash_potion": { + "potionData": { + "type": "STRENGTH", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "splashstrengthpot": "strength_splash_potion", + "splashstrengthpotion": "strength_splash_potion", + "splashstrongpot": "strength_splash_potion", + "splashstrongpotion": "strength_splash_potion", + "splashstrpot": "strength_splash_potion", + "splashstrpotion": "strength_splash_potion", + "splstrengthpot": "strength_splash_potion", + "splstrengthpotion": "strength_splash_potion", + "splstrongpot": "strength_splash_potion", + "splstrongpotion": "strength_splash_potion", + "splstrpot": "strength_splash_potion", + "splstrpotion": "strength_splash_potion", + "strengthsplashpot": "strength_splash_potion", + "strengthsplashpotion": "strength_splash_potion", + "strongsplashpot": "strength_splash_potion", + "strongsplashpotion": "strength_splash_potion", + "strsplashpot": "strength_splash_potion", + "strsplashpotion": "strength_splash_potion", + "strength_tipped_arrow": { + "potionData": { + "type": "STRENGTH", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowstr": "strength_tipped_arrow", + "arrowstrength": "strength_tipped_arrow", + "arrowstrong": "strength_tipped_arrow", + "strarrow": "strength_tipped_arrow", + "strengtharrow": "strength_tipped_arrow", + "strengthtarr": "strength_tipped_arrow", + "strengthtarrow": "strength_tipped_arrow", + "strengthtippedarrow": "strength_tipped_arrow", + "strongarrow": "strength_tipped_arrow", + "strongtarr": "strength_tipped_arrow", + "strongtarrow": "strength_tipped_arrow", + "strongtippedarrow": "strength_tipped_arrow", + "strtarr": "strength_tipped_arrow", + "strtarrow": "strength_tipped_arrow", + "strtippedarrow": "strength_tipped_arrow", + "strider_spawn_egg": { + "material": "STRIDER_SPAWN_EGG" + }, + "eggstrider": "strider_spawn_egg", + "eggswimmypig": "strider_spawn_egg", + "minecraft:strider_spawn_egg": "strider_spawn_egg", + "seggstrider": "strider_spawn_egg", + "seggswimmypig": "strider_spawn_egg", + "spawneggstrider": "strider_spawn_egg", + "spawneggswimmypig": "strider_spawn_egg", + "spawnstrider": "strider_spawn_egg", + "spawnswimmypig": "strider_spawn_egg", + "strideregg": "strider_spawn_egg", + "stridersegg": "strider_spawn_egg", + "striderspawn": "strider_spawn_egg", + "striderspawnegg": "strider_spawn_egg", + "swimmypigegg": "strider_spawn_egg", + "swimmypigsegg": "strider_spawn_egg", + "swimmypigspawn": "strider_spawn_egg", + "swimmypigspawnegg": "strider_spawn_egg", + "strider_spawner": { + "entity": "STRIDER", + "material": "SPAWNER" + }, + "stridercage": "strider_spawner", + "stridermcage": "strider_spawner", + "stridermobcage": "strider_spawner", + "stridermobspawner": "strider_spawner", + "stridermonstercage": "strider_spawner", + "stridermonsterspawner": "strider_spawner", + "stridermspawner": "strider_spawner", + "striderspawner": "strider_spawner", + "swimmypigcage": "strider_spawner", + "swimmypigmcage": "strider_spawner", + "swimmypigmobcage": "strider_spawner", + "swimmypigmobspawner": "strider_spawner", + "swimmypigmonstercage": "strider_spawner", + "swimmypigmonsterspawner": "strider_spawner", + "swimmypigmspawner": "strider_spawner", + "swimmypigspawner": "strider_spawner", + "string": { + "material": "STRING" + }, + "minecraft:string": "string", + "stripped_acacia_log": { + "material": "STRIPPED_ACACIA_LOG" + }, + "abarelog": "stripped_acacia_log", + "acaciabarelog": "stripped_acacia_log", + "acaciastrippedlog": "stripped_acacia_log", + "acbarelog": "stripped_acacia_log", + "acstrippedlog": "stripped_acacia_log", + "astrippedlog": "stripped_acacia_log", + "bareacaciatree": "stripped_acacia_log", + "bareacaciatrunk": "stripped_acacia_log", + "bareactree": "stripped_acacia_log", + "bareactrunk": "stripped_acacia_log", + "bareatree": "stripped_acacia_log", + "bareatrunk": "stripped_acacia_log", + "logacaciastripped": "stripped_acacia_log", + "logacstripped": "stripped_acacia_log", + "logastripped": "stripped_acacia_log", + "minecraft:stripped_acacia_log": "stripped_acacia_log", + "stracacialog": "stripped_acacia_log", + "straclog": "stripped_acacia_log", + "stralog": "stripped_acacia_log", + "strippedacacialog": "stripped_acacia_log", + "strippedacaciatree": "stripped_acacia_log", + "strippedacaciatrunk": "stripped_acacia_log", + "strippedaclog": "stripped_acacia_log", + "strippedactree": "stripped_acacia_log", + "strippedactrunk": "stripped_acacia_log", + "strippedalog": "stripped_acacia_log", + "strippedatree": "stripped_acacia_log", + "strippedatrunk": "stripped_acacia_log", + "stripped_acacia_wood": { + "material": "STRIPPED_ACACIA_WOOD" + }, + "abarewood": "stripped_acacia_wood", + "acaciabarewood": "stripped_acacia_wood", + "acaciastrippedwood": "stripped_acacia_wood", + "acbarewood": "stripped_acacia_wood", + "acstrippedwood": "stripped_acacia_wood", + "astrippedwood": "stripped_acacia_wood", + "bareacacialogall": "stripped_acacia_wood", + "bareacaciatreeall": "stripped_acacia_wood", + "bareacaciatrunkall": "stripped_acacia_wood", + "bareaclogall": "stripped_acacia_wood", + "bareactreeall": "stripped_acacia_wood", + "bareactrunkall": "stripped_acacia_wood", + "barealogall": "stripped_acacia_wood", + "bareatreeall": "stripped_acacia_wood", + "bareatrunkall": "stripped_acacia_wood", + "minecraft:stripped_acacia_wood": "stripped_acacia_wood", + "stracaciawood": "stripped_acacia_wood", + "stracwood": "stripped_acacia_wood", + "strawood": "stripped_acacia_wood", + "strippedacacialogall": "stripped_acacia_wood", + "strippedacaciatreeall": "stripped_acacia_wood", + "strippedacaciatrunkall": "stripped_acacia_wood", + "strippedacaciawood": "stripped_acacia_wood", + "strippedaclogall": "stripped_acacia_wood", + "strippedactreeall": "stripped_acacia_wood", + "strippedactrunkall": "stripped_acacia_wood", + "strippedacwood": "stripped_acacia_wood", + "strippedalogall": "stripped_acacia_wood", + "strippedatreeall": "stripped_acacia_wood", + "strippedatrunkall": "stripped_acacia_wood", + "strippedawood": "stripped_acacia_wood", + "woodacaciastripped": "stripped_acacia_wood", + "woodacstripped": "stripped_acacia_wood", + "woodastripped": "stripped_acacia_wood", + "stripped_birch_log": { + "material": "STRIPPED_BIRCH_LOG" + }, + "barebirchtree": "stripped_birch_log", + "barebirchtrunk": "stripped_birch_log", + "barebtree": "stripped_birch_log", + "barebtrunk": "stripped_birch_log", + "barelighttree": "stripped_birch_log", + "barelighttrunk": "stripped_birch_log", + "bareltree": "stripped_birch_log", + "bareltrunk": "stripped_birch_log", + "barewhitetree": "stripped_birch_log", + "barewhitetrunk": "stripped_birch_log", + "barewtree": "stripped_birch_log", + "barewtrunk": "stripped_birch_log", + "bbarelog": "stripped_birch_log", + "birchbarelog": "stripped_birch_log", + "birchstrippedlog": "stripped_birch_log", + "bstrippedlog": "stripped_birch_log", + "lbarelog": "stripped_birch_log", + "lightbarelog": "stripped_birch_log", + "lightstrippedlog": "stripped_birch_log", + "logbirchstripped": "stripped_birch_log", + "logbstripped": "stripped_birch_log", + "loglightstripped": "stripped_birch_log", + "loglstripped": "stripped_birch_log", + "logwhitestripped": "stripped_birch_log", + "logwstripped": "stripped_birch_log", + "lstrippedlog": "stripped_birch_log", + "minecraft:stripped_birch_log": "stripped_birch_log", + "strbirchlog": "stripped_birch_log", + "strblog": "stripped_birch_log", + "strippedbirchlog": "stripped_birch_log", + "strippedbirchtree": "stripped_birch_log", + "strippedbirchtrunk": "stripped_birch_log", + "strippedblog": "stripped_birch_log", + "strippedbtree": "stripped_birch_log", + "strippedbtrunk": "stripped_birch_log", + "strippedlightlog": "stripped_birch_log", + "strippedlighttree": "stripped_birch_log", + "strippedlighttrunk": "stripped_birch_log", + "strippedllog": "stripped_birch_log", + "strippedltree": "stripped_birch_log", + "strippedltrunk": "stripped_birch_log", + "strippedwhitelog": "stripped_birch_log", + "strippedwhitetree": "stripped_birch_log", + "strippedwhitetrunk": "stripped_birch_log", + "strippedwlog": "stripped_birch_log", + "strippedwtree": "stripped_birch_log", + "strippedwtrunk": "stripped_birch_log", + "strlightlog": "stripped_birch_log", + "strllog": "stripped_birch_log", + "strwhitelog": "stripped_birch_log", + "strwlog": "stripped_birch_log", + "wbarelog": "stripped_birch_log", + "whitebarelog": "stripped_birch_log", + "whitestrippedlog": "stripped_birch_log", + "wstrippedlog": "stripped_birch_log", + "stripped_birch_wood": { + "material": "STRIPPED_BIRCH_WOOD" + }, + "barebirchlogall": "stripped_birch_wood", + "barebirchtreeall": "stripped_birch_wood", + "barebirchtrunkall": "stripped_birch_wood", + "bareblogall": "stripped_birch_wood", + "barebtreeall": "stripped_birch_wood", + "barebtrunkall": "stripped_birch_wood", + "barelightlogall": "stripped_birch_wood", + "barelighttreeall": "stripped_birch_wood", + "barelighttrunkall": "stripped_birch_wood", + "barellogall": "stripped_birch_wood", + "bareltreeall": "stripped_birch_wood", + "bareltrunkall": "stripped_birch_wood", + "barewhitelogall": "stripped_birch_wood", + "barewhitetreeall": "stripped_birch_wood", + "barewhitetrunkall": "stripped_birch_wood", + "barewlogall": "stripped_birch_wood", + "barewtreeall": "stripped_birch_wood", + "barewtrunkall": "stripped_birch_wood", + "bbarewood": "stripped_birch_wood", + "birchbarewood": "stripped_birch_wood", + "birchstrippedwood": "stripped_birch_wood", + "bstrippedwood": "stripped_birch_wood", + "lbarewood": "stripped_birch_wood", + "lightbarewood": "stripped_birch_wood", + "lightstrippedwood": "stripped_birch_wood", + "lstrippedwood": "stripped_birch_wood", + "minecraft:stripped_birch_wood": "stripped_birch_wood", + "strbirchwood": "stripped_birch_wood", + "strbwood": "stripped_birch_wood", + "strippedbirchlogall": "stripped_birch_wood", + "strippedbirchtreeall": "stripped_birch_wood", + "strippedbirchtrunkall": "stripped_birch_wood", + "strippedbirchwood": "stripped_birch_wood", + "strippedblogall": "stripped_birch_wood", + "strippedbtreeall": "stripped_birch_wood", + "strippedbtrunkall": "stripped_birch_wood", + "strippedbwood": "stripped_birch_wood", + "strippedlightlogall": "stripped_birch_wood", + "strippedlighttreeall": "stripped_birch_wood", + "strippedlighttrunkall": "stripped_birch_wood", + "strippedlightwood": "stripped_birch_wood", + "strippedllogall": "stripped_birch_wood", + "strippedltreeall": "stripped_birch_wood", + "strippedltrunkall": "stripped_birch_wood", + "strippedlwood": "stripped_birch_wood", + "strippedwhitelogall": "stripped_birch_wood", + "strippedwhitetreeall": "stripped_birch_wood", + "strippedwhitetrunkall": "stripped_birch_wood", + "strippedwhitewood": "stripped_birch_wood", + "strippedwlogall": "stripped_birch_wood", + "strippedwtreeall": "stripped_birch_wood", + "strippedwtrunkall": "stripped_birch_wood", + "strippedwwood": "stripped_birch_wood", + "strlightwood": "stripped_birch_wood", + "strlwood": "stripped_birch_wood", + "strwhitewood": "stripped_birch_wood", + "strwwood": "stripped_birch_wood", + "wbarewood": "stripped_birch_wood", + "whitebarewood": "stripped_birch_wood", + "whitestrippedwood": "stripped_birch_wood", + "woodbirchstripped": "stripped_birch_wood", + "woodbstripped": "stripped_birch_wood", + "woodlightstripped": "stripped_birch_wood", + "woodlstripped": "stripped_birch_wood", + "woodwhitestripped": "stripped_birch_wood", + "woodwstripped": "stripped_birch_wood", + "wstrippedwood": "stripped_birch_wood", + "stripped_crimson_hyphae": { + "material": "STRIPPED_CRIMSON_HYPHAE" + }, + "minecraft:stripped_crimson_hyphae": "stripped_crimson_hyphae", + "strcrhyphae": "stripped_crimson_hyphae", + "strcrimhyphae": "stripped_crimson_hyphae", + "strcrimsonhyphae": "stripped_crimson_hyphae", + "strippedcrhyphae": "stripped_crimson_hyphae", + "strippedcrimhyphae": "stripped_crimson_hyphae", + "strippedcrimsonhyphae": "stripped_crimson_hyphae", + "stripped_crimson_stem": { + "material": "STRIPPED_CRIMSON_STEM" + }, + "barecrimsonstem": "stripped_crimson_stem", + "barecrimsontree": "stripped_crimson_stem", + "barecrimstem": "stripped_crimson_stem", + "barecrimtree": "stripped_crimson_stem", + "barecrstem": "stripped_crimson_stem", + "barecrtree": "stripped_crimson_stem", + "crbarelog": "stripped_crimson_stem", + "crimbarelog": "stripped_crimson_stem", + "crimsonbarelog": "stripped_crimson_stem", + "crimsonstrippedlog": "stripped_crimson_stem", + "crimstrippedlog": "stripped_crimson_stem", + "crstrippedlog": "stripped_crimson_stem", + "logcrimsonstripped": "stripped_crimson_stem", + "logcrimstripped": "stripped_crimson_stem", + "logcrstripped": "stripped_crimson_stem", + "minecraft:stripped_crimson_stem": "stripped_crimson_stem", + "strcrimlog": "stripped_crimson_stem", + "strcrimsonlog": "stripped_crimson_stem", + "strcrlog": "stripped_crimson_stem", + "strippedcrimlog": "stripped_crimson_stem", + "strippedcrimsonlog": "stripped_crimson_stem", + "strippedcrimsonstem": "stripped_crimson_stem", + "strippedcrimsontree": "stripped_crimson_stem", + "strippedcrimstem": "stripped_crimson_stem", + "strippedcrimtree": "stripped_crimson_stem", + "strippedcrlog": "stripped_crimson_stem", + "strippedcrstem": "stripped_crimson_stem", + "strippedcrtree": "stripped_crimson_stem", + "stripped_dark_oak_log": { + "material": "STRIPPED_DARK_OAK_LOG" + }, + "baredark_oaktree": "stripped_dark_oak_log", + "baredark_oaktrunk": "stripped_dark_oak_log", + "baredarkoaktree": "stripped_dark_oak_log", + "baredarkoaktrunk": "stripped_dark_oak_log", + "baredoaktree": "stripped_dark_oak_log", + "baredoaktrunk": "stripped_dark_oak_log", + "baredotree": "stripped_dark_oak_log", + "baredotrunk": "stripped_dark_oak_log", + "dark_oakbarelog": "stripped_dark_oak_log", + "dark_oakstrippedlog": "stripped_dark_oak_log", + "darkoakbarelog": "stripped_dark_oak_log", + "darkoakstrippedlog": "stripped_dark_oak_log", + "doakbarelog": "stripped_dark_oak_log", + "doakstrippedlog": "stripped_dark_oak_log", + "dobarelog": "stripped_dark_oak_log", + "dostrippedlog": "stripped_dark_oak_log", + "logdark_oakstripped": "stripped_dark_oak_log", + "logdarkoakstripped": "stripped_dark_oak_log", + "logdoakstripped": "stripped_dark_oak_log", + "logdostripped": "stripped_dark_oak_log", + "minecraft:stripped_dark_oak_log": "stripped_dark_oak_log", + "strdark_oaklog": "stripped_dark_oak_log", + "strdarkoaklog": "stripped_dark_oak_log", + "strdoaklog": "stripped_dark_oak_log", + "strdolog": "stripped_dark_oak_log", + "strippeddark_oaklog": "stripped_dark_oak_log", + "strippeddark_oaktree": "stripped_dark_oak_log", + "strippeddark_oaktrunk": "stripped_dark_oak_log", + "strippeddarkoaklog": "stripped_dark_oak_log", + "strippeddarkoaktree": "stripped_dark_oak_log", + "strippeddarkoaktrunk": "stripped_dark_oak_log", + "strippeddoaklog": "stripped_dark_oak_log", + "strippeddoaktree": "stripped_dark_oak_log", + "strippeddoaktrunk": "stripped_dark_oak_log", + "strippeddolog": "stripped_dark_oak_log", + "strippeddotree": "stripped_dark_oak_log", + "strippeddotrunk": "stripped_dark_oak_log", + "stripped_dark_oak_wood": { + "material": "STRIPPED_DARK_OAK_WOOD" + }, + "baredark_oaklogall": "stripped_dark_oak_wood", + "baredark_oaktreeall": "stripped_dark_oak_wood", + "baredark_oaktrunkall": "stripped_dark_oak_wood", + "baredarkoaklogall": "stripped_dark_oak_wood", + "baredarkoaktreeall": "stripped_dark_oak_wood", + "baredarkoaktrunkall": "stripped_dark_oak_wood", + "baredoaklogall": "stripped_dark_oak_wood", + "baredoaktreeall": "stripped_dark_oak_wood", + "baredoaktrunkall": "stripped_dark_oak_wood", + "baredologall": "stripped_dark_oak_wood", + "baredotreeall": "stripped_dark_oak_wood", + "baredotrunkall": "stripped_dark_oak_wood", + "dark_oakbarewood": "stripped_dark_oak_wood", + "dark_oakstrippedwood": "stripped_dark_oak_wood", + "darkoakbarewood": "stripped_dark_oak_wood", + "darkoakstrippedwood": "stripped_dark_oak_wood", + "doakbarewood": "stripped_dark_oak_wood", + "doakstrippedwood": "stripped_dark_oak_wood", + "dobarewood": "stripped_dark_oak_wood", + "dostrippedwood": "stripped_dark_oak_wood", + "minecraft:stripped_dark_oak_wood": "stripped_dark_oak_wood", + "strdark_oakwood": "stripped_dark_oak_wood", + "strdarkoakwood": "stripped_dark_oak_wood", + "strdoakwood": "stripped_dark_oak_wood", + "strdowood": "stripped_dark_oak_wood", + "strippeddark_oaklogall": "stripped_dark_oak_wood", + "strippeddark_oaktreeall": "stripped_dark_oak_wood", + "strippeddark_oaktrunkall": "stripped_dark_oak_wood", + "strippeddark_oakwood": "stripped_dark_oak_wood", + "strippeddarkoaklogall": "stripped_dark_oak_wood", + "strippeddarkoaktreeall": "stripped_dark_oak_wood", + "strippeddarkoaktrunkall": "stripped_dark_oak_wood", + "strippeddarkoakwood": "stripped_dark_oak_wood", + "strippeddoaklogall": "stripped_dark_oak_wood", + "strippeddoaktreeall": "stripped_dark_oak_wood", + "strippeddoaktrunkall": "stripped_dark_oak_wood", + "strippeddoakwood": "stripped_dark_oak_wood", + "strippeddologall": "stripped_dark_oak_wood", + "strippeddotreeall": "stripped_dark_oak_wood", + "strippeddotrunkall": "stripped_dark_oak_wood", + "strippeddowood": "stripped_dark_oak_wood", + "wooddark_oakstripped": "stripped_dark_oak_wood", + "wooddarkoakstripped": "stripped_dark_oak_wood", + "wooddoakstripped": "stripped_dark_oak_wood", + "wooddostripped": "stripped_dark_oak_wood", + "stripped_jungle_log": { + "material": "STRIPPED_JUNGLE_LOG" + }, + "bareforesttree": "stripped_jungle_log", + "bareforesttrunk": "stripped_jungle_log", + "bareftree": "stripped_jungle_log", + "bareftrunk": "stripped_jungle_log", + "barejtree": "stripped_jungle_log", + "barejtrunk": "stripped_jungle_log", + "barejungletree": "stripped_jungle_log", + "barejungletrunk": "stripped_jungle_log", + "fbarelog": "stripped_jungle_log", + "forestbarelog": "stripped_jungle_log", + "foreststrippedlog": "stripped_jungle_log", + "fstrippedlog": "stripped_jungle_log", + "jbarelog": "stripped_jungle_log", + "jstrippedlog": "stripped_jungle_log", + "junglebarelog": "stripped_jungle_log", + "junglestrippedlog": "stripped_jungle_log", + "logforeststripped": "stripped_jungle_log", + "logfstripped": "stripped_jungle_log", + "logjstripped": "stripped_jungle_log", + "logjunglestripped": "stripped_jungle_log", + "minecraft:stripped_jungle_log": "stripped_jungle_log", + "strflog": "stripped_jungle_log", + "strforestlog": "stripped_jungle_log", + "strippedflog": "stripped_jungle_log", + "strippedforestlog": "stripped_jungle_log", + "strippedforesttree": "stripped_jungle_log", + "strippedforesttrunk": "stripped_jungle_log", + "strippedftree": "stripped_jungle_log", + "strippedftrunk": "stripped_jungle_log", + "strippedjlog": "stripped_jungle_log", + "strippedjtree": "stripped_jungle_log", + "strippedjtrunk": "stripped_jungle_log", + "strippedjunglelog": "stripped_jungle_log", + "strippedjungletree": "stripped_jungle_log", + "strippedjungletrunk": "stripped_jungle_log", + "strjlog": "stripped_jungle_log", + "strjunglelog": "stripped_jungle_log", + "stripped_jungle_wood": { + "material": "STRIPPED_JUNGLE_WOOD" + }, + "bareflogall": "stripped_jungle_wood", + "bareforestlogall": "stripped_jungle_wood", + "bareforesttreeall": "stripped_jungle_wood", + "bareforesttrunkall": "stripped_jungle_wood", + "bareftreeall": "stripped_jungle_wood", + "bareftrunkall": "stripped_jungle_wood", + "barejlogall": "stripped_jungle_wood", + "barejtreeall": "stripped_jungle_wood", + "barejtrunkall": "stripped_jungle_wood", + "barejunglelogall": "stripped_jungle_wood", + "barejungletreeall": "stripped_jungle_wood", + "barejungletrunkall": "stripped_jungle_wood", + "fbarewood": "stripped_jungle_wood", + "forestbarewood": "stripped_jungle_wood", + "foreststrippedwood": "stripped_jungle_wood", + "fstrippedwood": "stripped_jungle_wood", + "jbarewood": "stripped_jungle_wood", + "jstrippedwood": "stripped_jungle_wood", + "junglebarewood": "stripped_jungle_wood", + "junglestrippedwood": "stripped_jungle_wood", + "minecraft:stripped_jungle_wood": "stripped_jungle_wood", + "strforestwood": "stripped_jungle_wood", + "strfwood": "stripped_jungle_wood", + "strippedflogall": "stripped_jungle_wood", + "strippedforestlogall": "stripped_jungle_wood", + "strippedforesttreeall": "stripped_jungle_wood", + "strippedforesttrunkall": "stripped_jungle_wood", + "strippedforestwood": "stripped_jungle_wood", + "strippedftreeall": "stripped_jungle_wood", + "strippedftrunkall": "stripped_jungle_wood", + "strippedfwood": "stripped_jungle_wood", + "strippedjlogall": "stripped_jungle_wood", + "strippedjtreeall": "stripped_jungle_wood", + "strippedjtrunkall": "stripped_jungle_wood", + "strippedjunglelogall": "stripped_jungle_wood", + "strippedjungletreeall": "stripped_jungle_wood", + "strippedjungletrunkall": "stripped_jungle_wood", + "strippedjunglewood": "stripped_jungle_wood", + "strippedjwood": "stripped_jungle_wood", + "strjunglewood": "stripped_jungle_wood", + "strjwood": "stripped_jungle_wood", + "woodforeststripped": "stripped_jungle_wood", + "woodfstripped": "stripped_jungle_wood", + "woodjstripped": "stripped_jungle_wood", + "woodjunglestripped": "stripped_jungle_wood", + "stripped_oak_log": { + "material": "STRIPPED_OAK_LOG" + }, + "bareoaktree": "stripped_oak_log", + "bareoaktrunk": "stripped_oak_log", + "bareotree": "stripped_oak_log", + "bareotrunk": "stripped_oak_log", + "logoakstripped": "stripped_oak_log", + "logostripped": "stripped_oak_log", + "minecraft:stripped_oak_log": "stripped_oak_log", + "oakbarelog": "stripped_oak_log", + "oakstrippedlog": "stripped_oak_log", + "obarelog": "stripped_oak_log", + "ostrippedlog": "stripped_oak_log", + "strippedoaklog": "stripped_oak_log", + "strippedoaktree": "stripped_oak_log", + "strippedoaktrunk": "stripped_oak_log", + "strippedolog": "stripped_oak_log", + "strippedotree": "stripped_oak_log", + "strippedotrunk": "stripped_oak_log", + "stroaklog": "stripped_oak_log", + "strolog": "stripped_oak_log", + "stripped_oak_wood": { + "material": "STRIPPED_OAK_WOOD" + }, + "bareoaklogall": "stripped_oak_wood", + "bareoaktreeall": "stripped_oak_wood", + "bareoaktrunkall": "stripped_oak_wood", + "bareologall": "stripped_oak_wood", + "bareotreeall": "stripped_oak_wood", + "bareotrunkall": "stripped_oak_wood", + "minecraft:stripped_oak_wood": "stripped_oak_wood", + "oakbarewood": "stripped_oak_wood", + "oakstrippedwood": "stripped_oak_wood", + "obarewood": "stripped_oak_wood", + "ostrippedwood": "stripped_oak_wood", + "strippedoaklogall": "stripped_oak_wood", + "strippedoaktreeall": "stripped_oak_wood", + "strippedoaktrunkall": "stripped_oak_wood", + "strippedoakwood": "stripped_oak_wood", + "strippedologall": "stripped_oak_wood", + "strippedotreeall": "stripped_oak_wood", + "strippedotrunkall": "stripped_oak_wood", + "strippedowood": "stripped_oak_wood", + "stroakwood": "stripped_oak_wood", + "strowood": "stripped_oak_wood", + "woodoakstripped": "stripped_oak_wood", + "woodostripped": "stripped_oak_wood", + "stripped_spruce_log": { + "material": "STRIPPED_SPRUCE_LOG" + }, + "baredarktree": "stripped_spruce_log", + "baredarktrunk": "stripped_spruce_log", + "baredtree": "stripped_spruce_log", + "baredtrunk": "stripped_spruce_log", + "barepinetree": "stripped_spruce_log", + "barepinetrunk": "stripped_spruce_log", + "bareptree": "stripped_spruce_log", + "bareptrunk": "stripped_spruce_log", + "baresprucetree": "stripped_spruce_log", + "baresprucetrunk": "stripped_spruce_log", + "barestree": "stripped_spruce_log", + "barestrunk": "stripped_spruce_log", + "darkbarelog": "stripped_spruce_log", + "darkstrippedlog": "stripped_spruce_log", + "dbarelog": "stripped_spruce_log", + "dstrippedlog": "stripped_spruce_log", + "logdarkstripped": "stripped_spruce_log", + "logdstripped": "stripped_spruce_log", + "logpinestripped": "stripped_spruce_log", + "logpstripped": "stripped_spruce_log", + "logsprucestripped": "stripped_spruce_log", + "logsstripped": "stripped_spruce_log", + "minecraft:stripped_spruce_log": "stripped_spruce_log", + "pbarelog": "stripped_spruce_log", + "pinebarelog": "stripped_spruce_log", + "pinestrippedlog": "stripped_spruce_log", + "pstrippedlog": "stripped_spruce_log", + "sbarelog": "stripped_spruce_log", + "sprucebarelog": "stripped_spruce_log", + "sprucestrippedlog": "stripped_spruce_log", + "sstrippedlog": "stripped_spruce_log", + "strdarklog": "stripped_spruce_log", + "strdlog": "stripped_spruce_log", + "strippeddarklog": "stripped_spruce_log", + "strippeddarktree": "stripped_spruce_log", + "strippeddarktrunk": "stripped_spruce_log", + "strippeddlog": "stripped_spruce_log", + "strippeddtree": "stripped_spruce_log", + "strippeddtrunk": "stripped_spruce_log", + "strippedpinelog": "stripped_spruce_log", + "strippedpinetree": "stripped_spruce_log", + "strippedpinetrunk": "stripped_spruce_log", + "strippedplog": "stripped_spruce_log", + "strippedptree": "stripped_spruce_log", + "strippedptrunk": "stripped_spruce_log", + "strippedslog": "stripped_spruce_log", + "strippedsprucelog": "stripped_spruce_log", + "strippedsprucetree": "stripped_spruce_log", + "strippedsprucetrunk": "stripped_spruce_log", + "strippedstree": "stripped_spruce_log", + "strippedstrunk": "stripped_spruce_log", + "strpinelog": "stripped_spruce_log", + "strplog": "stripped_spruce_log", + "strslog": "stripped_spruce_log", + "strsprucelog": "stripped_spruce_log", + "stripped_spruce_wood": { + "material": "STRIPPED_SPRUCE_WOOD" + }, + "baredarklogall": "stripped_spruce_wood", + "baredarktreeall": "stripped_spruce_wood", + "baredarktrunkall": "stripped_spruce_wood", + "baredlogall": "stripped_spruce_wood", + "baredtreeall": "stripped_spruce_wood", + "baredtrunkall": "stripped_spruce_wood", + "barepinelogall": "stripped_spruce_wood", + "barepinetreeall": "stripped_spruce_wood", + "barepinetrunkall": "stripped_spruce_wood", + "bareplogall": "stripped_spruce_wood", + "bareptreeall": "stripped_spruce_wood", + "bareptrunkall": "stripped_spruce_wood", + "bareslogall": "stripped_spruce_wood", + "baresprucelogall": "stripped_spruce_wood", + "baresprucetreeall": "stripped_spruce_wood", + "baresprucetrunkall": "stripped_spruce_wood", + "barestreeall": "stripped_spruce_wood", + "barestrunkall": "stripped_spruce_wood", + "darkbarewood": "stripped_spruce_wood", + "darkstrippedwood": "stripped_spruce_wood", + "dbarewood": "stripped_spruce_wood", + "dstrippedwood": "stripped_spruce_wood", + "minecraft:stripped_spruce_wood": "stripped_spruce_wood", + "pbarewood": "stripped_spruce_wood", + "pinebarewood": "stripped_spruce_wood", + "pinestrippedwood": "stripped_spruce_wood", + "pstrippedwood": "stripped_spruce_wood", + "sbarewood": "stripped_spruce_wood", + "sprucebarewood": "stripped_spruce_wood", + "sprucestrippedwood": "stripped_spruce_wood", + "sstrippedwood": "stripped_spruce_wood", + "strdarkwood": "stripped_spruce_wood", + "strdwood": "stripped_spruce_wood", + "strippeddarklogall": "stripped_spruce_wood", + "strippeddarktreeall": "stripped_spruce_wood", + "strippeddarktrunkall": "stripped_spruce_wood", + "strippeddarkwood": "stripped_spruce_wood", + "strippeddlogall": "stripped_spruce_wood", + "strippeddtreeall": "stripped_spruce_wood", + "strippeddtrunkall": "stripped_spruce_wood", + "strippeddwood": "stripped_spruce_wood", + "strippedpinelogall": "stripped_spruce_wood", + "strippedpinetreeall": "stripped_spruce_wood", + "strippedpinetrunkall": "stripped_spruce_wood", + "strippedpinewood": "stripped_spruce_wood", + "strippedplogall": "stripped_spruce_wood", + "strippedptreeall": "stripped_spruce_wood", + "strippedptrunkall": "stripped_spruce_wood", + "strippedpwood": "stripped_spruce_wood", + "strippedslogall": "stripped_spruce_wood", + "strippedsprucelogall": "stripped_spruce_wood", + "strippedsprucetreeall": "stripped_spruce_wood", + "strippedsprucetrunkall": "stripped_spruce_wood", + "strippedsprucewood": "stripped_spruce_wood", + "strippedstreeall": "stripped_spruce_wood", + "strippedstrunkall": "stripped_spruce_wood", + "strippedswood": "stripped_spruce_wood", + "strpinewood": "stripped_spruce_wood", + "strpwood": "stripped_spruce_wood", + "strsprucewood": "stripped_spruce_wood", + "strswood": "stripped_spruce_wood", + "wooddarkstripped": "stripped_spruce_wood", + "wooddstripped": "stripped_spruce_wood", + "woodpinestripped": "stripped_spruce_wood", + "woodpstripped": "stripped_spruce_wood", + "woodsprucestripped": "stripped_spruce_wood", + "woodsstripped": "stripped_spruce_wood", + "stripped_warped_hyphae": { + "material": "STRIPPED_WARPED_HYPHAE" + }, + "minecraft:stripped_warped_hyphae": "stripped_warped_hyphae", + "strippedwarpedhyphae": "stripped_warped_hyphae", + "strippedwarphyphae": "stripped_warped_hyphae", + "strwarpedhyphae": "stripped_warped_hyphae", + "strwarphyphae": "stripped_warped_hyphae", + "stripped_warped_stem": { + "material": "STRIPPED_WARPED_STEM" + }, + "barewarpedstem": "stripped_warped_stem", + "barewarpedtree": "stripped_warped_stem", + "barewarpstem": "stripped_warped_stem", + "barewarptree": "stripped_warped_stem", + "logwarpedstripped": "stripped_warped_stem", + "logwarpstripped": "stripped_warped_stem", + "minecraft:stripped_warped_stem": "stripped_warped_stem", + "strippedwarpedlog": "stripped_warped_stem", + "strippedwarpedstem": "stripped_warped_stem", + "strippedwarpedtree": "stripped_warped_stem", + "strippedwarplog": "stripped_warped_stem", + "strippedwarpstem": "stripped_warped_stem", + "strippedwarptree": "stripped_warped_stem", + "strwarpedlog": "stripped_warped_stem", + "strwarplog": "stripped_warped_stem", + "warpbarelog": "stripped_warped_stem", + "warpedbarelog": "stripped_warped_stem", + "warpedstrippedlog": "stripped_warped_stem", + "warpstrippedlog": "stripped_warped_stem", + "strong_harming_lingering_potion": { + "potionData": { + "type": "INSTANT_DAMAGE", + "upgraded": true, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotdamageii": "strong_harming_lingering_potion", + "aoepotdamagelevelii": "strong_harming_lingering_potion", + "aoepotdamagestrong": "strong_harming_lingering_potion", + "aoepotdii": "strong_harming_lingering_potion", + "aoepotdlevelii": "strong_harming_lingering_potion", + "aoepotdmgii": "strong_harming_lingering_potion", + "aoepotdmglevelii": "strong_harming_lingering_potion", + "aoepotdmgstrong": "strong_harming_lingering_potion", + "aoepotdstrong": "strong_harming_lingering_potion", + "aoepotharmingii": "strong_harming_lingering_potion", + "aoepotharminglevelii": "strong_harming_lingering_potion", + "aoepotharmingstrong": "strong_harming_lingering_potion", + "aoepotinstantdamageii": "strong_harming_lingering_potion", + "aoepotinstantdamagelevelii": "strong_harming_lingering_potion", + "aoepotinstantdamagestrong": "strong_harming_lingering_potion", + "aoepotiondamageii": "strong_harming_lingering_potion", + "aoepotiondamagelevelii": "strong_harming_lingering_potion", + "aoepotiondamagestrong": "strong_harming_lingering_potion", + "aoepotiondii": "strong_harming_lingering_potion", + "aoepotiondlevelii": "strong_harming_lingering_potion", + "aoepotiondmgii": "strong_harming_lingering_potion", + "aoepotiondmglevelii": "strong_harming_lingering_potion", + "aoepotiondmgstrong": "strong_harming_lingering_potion", + "aoepotiondstrong": "strong_harming_lingering_potion", + "aoepotionharmingii": "strong_harming_lingering_potion", + "aoepotionharminglevelii": "strong_harming_lingering_potion", + "aoepotionharmingstrong": "strong_harming_lingering_potion", + "aoepotioninstantdamageii": "strong_harming_lingering_potion", + "aoepotioninstantdamagelevelii": "strong_harming_lingering_potion", + "aoepotioninstantdamagestrong": "strong_harming_lingering_potion", + "areapotdamageii": "strong_harming_lingering_potion", + "areapotdamagelevelii": "strong_harming_lingering_potion", + "areapotdamagestrong": "strong_harming_lingering_potion", + "areapotdii": "strong_harming_lingering_potion", + "areapotdlevelii": "strong_harming_lingering_potion", + "areapotdmgii": "strong_harming_lingering_potion", + "areapotdmglevelii": "strong_harming_lingering_potion", + "areapotdmgstrong": "strong_harming_lingering_potion", + "areapotdstrong": "strong_harming_lingering_potion", + "areapotharmingii": "strong_harming_lingering_potion", + "areapotharminglevelii": "strong_harming_lingering_potion", + "areapotharmingstrong": "strong_harming_lingering_potion", + "areapotinstantdamageii": "strong_harming_lingering_potion", + "areapotinstantdamagelevelii": "strong_harming_lingering_potion", + "areapotinstantdamagestrong": "strong_harming_lingering_potion", + "areapotiondamageii": "strong_harming_lingering_potion", + "areapotiondamagelevelii": "strong_harming_lingering_potion", + "areapotiondamagestrong": "strong_harming_lingering_potion", + "areapotiondii": "strong_harming_lingering_potion", + "areapotiondlevelii": "strong_harming_lingering_potion", + "areapotiondmgii": "strong_harming_lingering_potion", + "areapotiondmglevelii": "strong_harming_lingering_potion", + "areapotiondmgstrong": "strong_harming_lingering_potion", + "areapotiondstrong": "strong_harming_lingering_potion", + "areapotionharmingii": "strong_harming_lingering_potion", + "areapotionharminglevelii": "strong_harming_lingering_potion", + "areapotionharmingstrong": "strong_harming_lingering_potion", + "areapotioninstantdamageii": "strong_harming_lingering_potion", + "areapotioninstantdamagelevelii": "strong_harming_lingering_potion", + "areapotioninstantdamagestrong": "strong_harming_lingering_potion", + "cloudpotdamageii": "strong_harming_lingering_potion", + "cloudpotdamagelevelii": "strong_harming_lingering_potion", + "cloudpotdamagestrong": "strong_harming_lingering_potion", + "cloudpotdii": "strong_harming_lingering_potion", + "cloudpotdlevelii": "strong_harming_lingering_potion", + "cloudpotdmgii": "strong_harming_lingering_potion", + "cloudpotdmglevelii": "strong_harming_lingering_potion", + "cloudpotdmgstrong": "strong_harming_lingering_potion", + "cloudpotdstrong": "strong_harming_lingering_potion", + "cloudpotharmingii": "strong_harming_lingering_potion", + "cloudpotharminglevelii": "strong_harming_lingering_potion", + "cloudpotharmingstrong": "strong_harming_lingering_potion", + "cloudpotinstantdamageii": "strong_harming_lingering_potion", + "cloudpotinstantdamagelevelii": "strong_harming_lingering_potion", + "cloudpotinstantdamagestrong": "strong_harming_lingering_potion", + "cloudpotiondamageii": "strong_harming_lingering_potion", + "cloudpotiondamagelevelii": "strong_harming_lingering_potion", + "cloudpotiondamagestrong": "strong_harming_lingering_potion", + "cloudpotiondii": "strong_harming_lingering_potion", + "cloudpotiondlevelii": "strong_harming_lingering_potion", + "cloudpotiondmgii": "strong_harming_lingering_potion", + "cloudpotiondmglevelii": "strong_harming_lingering_potion", + "cloudpotiondmgstrong": "strong_harming_lingering_potion", + "cloudpotiondstrong": "strong_harming_lingering_potion", + "cloudpotionharmingii": "strong_harming_lingering_potion", + "cloudpotionharminglevelii": "strong_harming_lingering_potion", + "cloudpotionharmingstrong": "strong_harming_lingering_potion", + "cloudpotioninstantdamageii": "strong_harming_lingering_potion", + "cloudpotioninstantdamagelevelii": "strong_harming_lingering_potion", + "cloudpotioninstantdamagestrong": "strong_harming_lingering_potion", + "damageaoepoiontii": "strong_harming_lingering_potion", + "damageaoepoiontlevelii": "strong_harming_lingering_potion", + "damageaoepoiontstrong": "strong_harming_lingering_potion", + "damageaoepotii": "strong_harming_lingering_potion", + "damageaoepotlevelii": "strong_harming_lingering_potion", + "damageaoepotstrong": "strong_harming_lingering_potion", + "damageareapotii": "strong_harming_lingering_potion", + "damageareapotionii": "strong_harming_lingering_potion", + "damageareapotionlevelii": "strong_harming_lingering_potion", + "damageareapotionstrong": "strong_harming_lingering_potion", + "damageareapotlevelii": "strong_harming_lingering_potion", + "damageareapotstrong": "strong_harming_lingering_potion", + "damagecloudpotii": "strong_harming_lingering_potion", + "damagecloudpotionii": "strong_harming_lingering_potion", + "damagecloudpotionlevelii": "strong_harming_lingering_potion", + "damagecloudpotionstrong": "strong_harming_lingering_potion", + "damagecloudpotlevelii": "strong_harming_lingering_potion", + "damagecloudpotstrong": "strong_harming_lingering_potion", + "damagelingerpotii": "strong_harming_lingering_potion", + "damagelingerpotlevelii": "strong_harming_lingering_potion", + "damagelingerpotstrong": "strong_harming_lingering_potion", + "daoepoiontii": "strong_harming_lingering_potion", + "daoepoiontlevelii": "strong_harming_lingering_potion", + "daoepoiontstrong": "strong_harming_lingering_potion", + "daoepotii": "strong_harming_lingering_potion", + "daoepotlevelii": "strong_harming_lingering_potion", + "daoepotstrong": "strong_harming_lingering_potion", + "dareapotii": "strong_harming_lingering_potion", + "dareapotionii": "strong_harming_lingering_potion", + "dareapotionlevelii": "strong_harming_lingering_potion", + "dareapotionstrong": "strong_harming_lingering_potion", + "dareapotlevelii": "strong_harming_lingering_potion", + "dareapotstrong": "strong_harming_lingering_potion", + "dcloudpotii": "strong_harming_lingering_potion", + "dcloudpotionii": "strong_harming_lingering_potion", + "dcloudpotionlevelii": "strong_harming_lingering_potion", + "dcloudpotionstrong": "strong_harming_lingering_potion", + "dcloudpotlevelii": "strong_harming_lingering_potion", + "dcloudpotstrong": "strong_harming_lingering_potion", + "dlingerpotii": "strong_harming_lingering_potion", + "dlingerpotlevelii": "strong_harming_lingering_potion", + "dlingerpotstrong": "strong_harming_lingering_potion", + "dmgaoepoiontii": "strong_harming_lingering_potion", + "dmgaoepoiontlevelii": "strong_harming_lingering_potion", + "dmgaoepoiontstrong": "strong_harming_lingering_potion", + "dmgaoepotii": "strong_harming_lingering_potion", + "dmgaoepotlevelii": "strong_harming_lingering_potion", + "dmgaoepotstrong": "strong_harming_lingering_potion", + "dmgareapotii": "strong_harming_lingering_potion", + "dmgareapotionii": "strong_harming_lingering_potion", + "dmgareapotionlevelii": "strong_harming_lingering_potion", + "dmgareapotionstrong": "strong_harming_lingering_potion", + "dmgareapotlevelii": "strong_harming_lingering_potion", + "dmgareapotstrong": "strong_harming_lingering_potion", + "dmgcloudpotii": "strong_harming_lingering_potion", + "dmgcloudpotionii": "strong_harming_lingering_potion", + "dmgcloudpotionlevelii": "strong_harming_lingering_potion", + "dmgcloudpotionstrong": "strong_harming_lingering_potion", + "dmgcloudpotlevelii": "strong_harming_lingering_potion", + "dmgcloudpotstrong": "strong_harming_lingering_potion", + "dmglingerpotii": "strong_harming_lingering_potion", + "dmglingerpotlevelii": "strong_harming_lingering_potion", + "dmglingerpotstrong": "strong_harming_lingering_potion", + "harmingaoepoiontii": "strong_harming_lingering_potion", + "harmingaoepoiontlevelii": "strong_harming_lingering_potion", + "harmingaoepoiontstrong": "strong_harming_lingering_potion", + "harmingaoepotii": "strong_harming_lingering_potion", + "harmingaoepotlevelii": "strong_harming_lingering_potion", + "harmingaoepotstrong": "strong_harming_lingering_potion", + "harmingareapotii": "strong_harming_lingering_potion", + "harmingareapotionii": "strong_harming_lingering_potion", + "harmingareapotionlevelii": "strong_harming_lingering_potion", + "harmingareapotionstrong": "strong_harming_lingering_potion", + "harmingareapotlevelii": "strong_harming_lingering_potion", + "harmingareapotstrong": "strong_harming_lingering_potion", + "harmingcloudpotii": "strong_harming_lingering_potion", + "harmingcloudpotionii": "strong_harming_lingering_potion", + "harmingcloudpotionlevelii": "strong_harming_lingering_potion", + "harmingcloudpotionstrong": "strong_harming_lingering_potion", + "harmingcloudpotlevelii": "strong_harming_lingering_potion", + "harmingcloudpotstrong": "strong_harming_lingering_potion", + "harminglingerpotii": "strong_harming_lingering_potion", + "harminglingerpotlevelii": "strong_harming_lingering_potion", + "harminglingerpotstrong": "strong_harming_lingering_potion", + "instantdamageaoepoiontii": "strong_harming_lingering_potion", + "instantdamageaoepoiontlevelii": "strong_harming_lingering_potion", + "instantdamageaoepoiontstrong": "strong_harming_lingering_potion", + "instantdamageaoepotii": "strong_harming_lingering_potion", + "instantdamageaoepotlevelii": "strong_harming_lingering_potion", + "instantdamageaoepotstrong": "strong_harming_lingering_potion", + "instantdamageareapotii": "strong_harming_lingering_potion", + "instantdamageareapotionii": "strong_harming_lingering_potion", + "instantdamageareapotionlevelii": "strong_harming_lingering_potion", + "instantdamageareapotionstrong": "strong_harming_lingering_potion", + "instantdamageareapotlevelii": "strong_harming_lingering_potion", + "instantdamageareapotstrong": "strong_harming_lingering_potion", + "instantdamagecloudpotii": "strong_harming_lingering_potion", + "instantdamagecloudpotionii": "strong_harming_lingering_potion", + "instantdamagecloudpotionlevelii": "strong_harming_lingering_potion", + "instantdamagecloudpotionstrong": "strong_harming_lingering_potion", + "instantdamagecloudpotlevelii": "strong_harming_lingering_potion", + "instantdamagecloudpotstrong": "strong_harming_lingering_potion", + "instantdamagelingerpotii": "strong_harming_lingering_potion", + "instantdamagelingerpotlevelii": "strong_harming_lingering_potion", + "instantdamagelingerpotstrong": "strong_harming_lingering_potion", + "lingerpotdamageii": "strong_harming_lingering_potion", + "lingerpotdamagelevelii": "strong_harming_lingering_potion", + "lingerpotdamagestrong": "strong_harming_lingering_potion", + "lingerpotdii": "strong_harming_lingering_potion", + "lingerpotdlevelii": "strong_harming_lingering_potion", + "lingerpotdmgii": "strong_harming_lingering_potion", + "lingerpotdmglevelii": "strong_harming_lingering_potion", + "lingerpotdmgstrong": "strong_harming_lingering_potion", + "lingerpotdstrong": "strong_harming_lingering_potion", + "lingerpotharmingii": "strong_harming_lingering_potion", + "lingerpotharminglevelii": "strong_harming_lingering_potion", + "lingerpotharmingstrong": "strong_harming_lingering_potion", + "lingerpotinstantdamageii": "strong_harming_lingering_potion", + "lingerpotinstantdamagelevelii": "strong_harming_lingering_potion", + "lingerpotinstantdamagestrong": "strong_harming_lingering_potion", + "strong_harming_potion": { + "potionData": { + "type": "INSTANT_DAMAGE", + "upgraded": true, + "extended": false + }, + "material": "POTION" + }, + "damageiipot": "strong_harming_potion", + "damageiipotion": "strong_harming_potion", + "damageleveliipot": "strong_harming_potion", + "damageleveliipotion": "strong_harming_potion", + "damagestrongpot": "strong_harming_potion", + "damagestrongpotion": "strong_harming_potion", + "diipot": "strong_harming_potion", + "diipotion": "strong_harming_potion", + "dleveliipot": "strong_harming_potion", + "dleveliipotion": "strong_harming_potion", + "dmgiipot": "strong_harming_potion", + "dmgiipotion": "strong_harming_potion", + "dmgleveliipot": "strong_harming_potion", + "dmgleveliipotion": "strong_harming_potion", + "dmgstrongpot": "strong_harming_potion", + "dmgstrongpotion": "strong_harming_potion", + "dstrongpot": "strong_harming_potion", + "dstrongpotion": "strong_harming_potion", + "harmingiipot": "strong_harming_potion", + "harmingiipotion": "strong_harming_potion", + "harmingleveliipot": "strong_harming_potion", + "harmingleveliipotion": "strong_harming_potion", + "harmingstrongpot": "strong_harming_potion", + "harmingstrongpotion": "strong_harming_potion", + "instantdamageiipot": "strong_harming_potion", + "instantdamageiipotion": "strong_harming_potion", + "instantdamageleveliipot": "strong_harming_potion", + "instantdamageleveliipotion": "strong_harming_potion", + "instantdamagestrongpot": "strong_harming_potion", + "instantdamagestrongpotion": "strong_harming_potion", + "potionofdamageii": "strong_harming_potion", + "potionofdamagelevelii": "strong_harming_potion", + "potionofdamagestrong": "strong_harming_potion", + "potionofdii": "strong_harming_potion", + "potionofdlevelii": "strong_harming_potion", + "potionofdmgii": "strong_harming_potion", + "potionofdmglevelii": "strong_harming_potion", + "potionofdmgstrong": "strong_harming_potion", + "potionofdstrong": "strong_harming_potion", + "potionofharmingii": "strong_harming_potion", + "potionofharminglevelii": "strong_harming_potion", + "potionofharmingstrong": "strong_harming_potion", + "potionofinstantdamageii": "strong_harming_potion", + "potionofinstantdamagelevelii": "strong_harming_potion", + "potionofinstantdamagestrong": "strong_harming_potion", + "potofdamageii": "strong_harming_potion", + "potofdamagelevelii": "strong_harming_potion", + "potofdamagestrong": "strong_harming_potion", + "potofdii": "strong_harming_potion", + "potofdlevelii": "strong_harming_potion", + "potofdmgii": "strong_harming_potion", + "potofdmglevelii": "strong_harming_potion", + "potofdmgstrong": "strong_harming_potion", + "potofdstrong": "strong_harming_potion", + "potofharmingii": "strong_harming_potion", + "potofharminglevelii": "strong_harming_potion", + "potofharmingstrong": "strong_harming_potion", + "potofinstantdamageii": "strong_harming_potion", + "potofinstantdamagelevelii": "strong_harming_potion", + "potofinstantdamagestrong": "strong_harming_potion", + "strong_harming_splash_potion": { + "potionData": { + "type": "INSTANT_DAMAGE", + "upgraded": true, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "damageiisplashpot": "strong_harming_splash_potion", + "damageiisplashpotion": "strong_harming_splash_potion", + "damageleveliisplashpot": "strong_harming_splash_potion", + "damageleveliisplashpotion": "strong_harming_splash_potion", + "damagestrongsplashpot": "strong_harming_splash_potion", + "damagestrongsplashpotion": "strong_harming_splash_potion", + "diisplashpot": "strong_harming_splash_potion", + "diisplashpotion": "strong_harming_splash_potion", + "dleveliisplashpot": "strong_harming_splash_potion", + "dleveliisplashpotion": "strong_harming_splash_potion", + "dmgiisplashpot": "strong_harming_splash_potion", + "dmgiisplashpotion": "strong_harming_splash_potion", + "dmgleveliisplashpot": "strong_harming_splash_potion", + "dmgleveliisplashpotion": "strong_harming_splash_potion", + "dmgstrongsplashpot": "strong_harming_splash_potion", + "dmgstrongsplashpotion": "strong_harming_splash_potion", + "dstrongsplashpot": "strong_harming_splash_potion", + "dstrongsplashpotion": "strong_harming_splash_potion", + "harmingiisplashpot": "strong_harming_splash_potion", + "harmingiisplashpotion": "strong_harming_splash_potion", + "harmingleveliisplashpot": "strong_harming_splash_potion", + "harmingleveliisplashpotion": "strong_harming_splash_potion", + "harmingstrongsplashpot": "strong_harming_splash_potion", + "harmingstrongsplashpotion": "strong_harming_splash_potion", + "instantdamageiisplashpot": "strong_harming_splash_potion", + "instantdamageiisplashpotion": "strong_harming_splash_potion", + "instantdamageleveliisplashpot": "strong_harming_splash_potion", + "instantdamageleveliisplashpotion": "strong_harming_splash_potion", + "instantdamagestrongsplashpot": "strong_harming_splash_potion", + "instantdamagestrongsplashpotion": "strong_harming_splash_potion", + "splashdamageiipot": "strong_harming_splash_potion", + "splashdamageiipotion": "strong_harming_splash_potion", + "splashdamageleveliipot": "strong_harming_splash_potion", + "splashdamageleveliipotion": "strong_harming_splash_potion", + "splashdamagestrongpot": "strong_harming_splash_potion", + "splashdamagestrongpotion": "strong_harming_splash_potion", + "splashdiipot": "strong_harming_splash_potion", + "splashdiipotion": "strong_harming_splash_potion", + "splashdleveliipot": "strong_harming_splash_potion", + "splashdleveliipotion": "strong_harming_splash_potion", + "splashdmgiipot": "strong_harming_splash_potion", + "splashdmgiipotion": "strong_harming_splash_potion", + "splashdmgleveliipot": "strong_harming_splash_potion", + "splashdmgleveliipotion": "strong_harming_splash_potion", + "splashdmgstrongpot": "strong_harming_splash_potion", + "splashdmgstrongpotion": "strong_harming_splash_potion", + "splashdstrongpot": "strong_harming_splash_potion", + "splashdstrongpotion": "strong_harming_splash_potion", + "splashharmingiipot": "strong_harming_splash_potion", + "splashharmingiipotion": "strong_harming_splash_potion", + "splashharmingleveliipot": "strong_harming_splash_potion", + "splashharmingleveliipotion": "strong_harming_splash_potion", + "splashharmingstrongpot": "strong_harming_splash_potion", + "splashharmingstrongpotion": "strong_harming_splash_potion", + "splashinstantdamageiipot": "strong_harming_splash_potion", + "splashinstantdamageiipotion": "strong_harming_splash_potion", + "splashinstantdamageleveliipot": "strong_harming_splash_potion", + "splashinstantdamageleveliipotion": "strong_harming_splash_potion", + "splashinstantdamagestrongpot": "strong_harming_splash_potion", + "splashinstantdamagestrongpotion": "strong_harming_splash_potion", + "spldamageiipot": "strong_harming_splash_potion", + "spldamageiipotion": "strong_harming_splash_potion", + "spldamageleveliipot": "strong_harming_splash_potion", + "spldamageleveliipotion": "strong_harming_splash_potion", + "spldamagestrongpot": "strong_harming_splash_potion", + "spldamagestrongpotion": "strong_harming_splash_potion", + "spldiipot": "strong_harming_splash_potion", + "spldiipotion": "strong_harming_splash_potion", + "spldleveliipot": "strong_harming_splash_potion", + "spldleveliipotion": "strong_harming_splash_potion", + "spldmgiipot": "strong_harming_splash_potion", + "spldmgiipotion": "strong_harming_splash_potion", + "spldmgleveliipot": "strong_harming_splash_potion", + "spldmgleveliipotion": "strong_harming_splash_potion", + "spldmgstrongpot": "strong_harming_splash_potion", + "spldmgstrongpotion": "strong_harming_splash_potion", + "spldstrongpot": "strong_harming_splash_potion", + "spldstrongpotion": "strong_harming_splash_potion", + "splharmingiipot": "strong_harming_splash_potion", + "splharmingiipotion": "strong_harming_splash_potion", + "splharmingleveliipot": "strong_harming_splash_potion", + "splharmingleveliipotion": "strong_harming_splash_potion", + "splharmingstrongpot": "strong_harming_splash_potion", + "splharmingstrongpotion": "strong_harming_splash_potion", + "splinstantdamageiipot": "strong_harming_splash_potion", + "splinstantdamageiipotion": "strong_harming_splash_potion", + "splinstantdamageleveliipot": "strong_harming_splash_potion", + "splinstantdamageleveliipotion": "strong_harming_splash_potion", + "splinstantdamagestrongpot": "strong_harming_splash_potion", + "splinstantdamagestrongpotion": "strong_harming_splash_potion", + "strong_harming_tipped_arrow": { + "potionData": { + "type": "INSTANT_DAMAGE", + "upgraded": true, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowdamageii": "strong_harming_tipped_arrow", + "arrowdamagelevelii": "strong_harming_tipped_arrow", + "arrowdamagestrong": "strong_harming_tipped_arrow", + "arrowdii": "strong_harming_tipped_arrow", + "arrowdlevelii": "strong_harming_tipped_arrow", + "arrowdmgii": "strong_harming_tipped_arrow", + "arrowdmglevelii": "strong_harming_tipped_arrow", + "arrowdmgstrong": "strong_harming_tipped_arrow", + "arrowdstrong": "strong_harming_tipped_arrow", + "arrowharmingii": "strong_harming_tipped_arrow", + "arrowharminglevelii": "strong_harming_tipped_arrow", + "arrowharmingstrong": "strong_harming_tipped_arrow", + "arrowinstantdamageii": "strong_harming_tipped_arrow", + "arrowinstantdamagelevelii": "strong_harming_tipped_arrow", + "arrowinstantdamagestrong": "strong_harming_tipped_arrow", + "damagearrowii": "strong_harming_tipped_arrow", + "damagearrowlevelii": "strong_harming_tipped_arrow", + "damagearrowstrong": "strong_harming_tipped_arrow", + "damageiitarr": "strong_harming_tipped_arrow", + "damageiitarrow": "strong_harming_tipped_arrow", + "damageiitippedarrow": "strong_harming_tipped_arrow", + "damageleveliitarr": "strong_harming_tipped_arrow", + "damageleveliitarrow": "strong_harming_tipped_arrow", + "damageleveliitippedarrow": "strong_harming_tipped_arrow", + "damagestrongtarr": "strong_harming_tipped_arrow", + "damagestrongtarrow": "strong_harming_tipped_arrow", + "damagestrongtippedarrow": "strong_harming_tipped_arrow", + "darrowii": "strong_harming_tipped_arrow", + "darrowlevelii": "strong_harming_tipped_arrow", + "darrowstrong": "strong_harming_tipped_arrow", + "diitarr": "strong_harming_tipped_arrow", + "diitarrow": "strong_harming_tipped_arrow", + "diitippedarrow": "strong_harming_tipped_arrow", + "dleveliitarr": "strong_harming_tipped_arrow", + "dleveliitarrow": "strong_harming_tipped_arrow", + "dleveliitippedarrow": "strong_harming_tipped_arrow", + "dmgarrowii": "strong_harming_tipped_arrow", + "dmgarrowlevelii": "strong_harming_tipped_arrow", + "dmgarrowstrong": "strong_harming_tipped_arrow", + "dmgiitarr": "strong_harming_tipped_arrow", + "dmgiitarrow": "strong_harming_tipped_arrow", + "dmgiitippedarrow": "strong_harming_tipped_arrow", + "dmgleveliitarr": "strong_harming_tipped_arrow", + "dmgleveliitarrow": "strong_harming_tipped_arrow", + "dmgleveliitippedarrow": "strong_harming_tipped_arrow", + "dmgstrongtarr": "strong_harming_tipped_arrow", + "dmgstrongtarrow": "strong_harming_tipped_arrow", + "dmgstrongtippedarrow": "strong_harming_tipped_arrow", + "dstrongtarr": "strong_harming_tipped_arrow", + "dstrongtarrow": "strong_harming_tipped_arrow", + "dstrongtippedarrow": "strong_harming_tipped_arrow", + "harmingarrowii": "strong_harming_tipped_arrow", + "harmingarrowlevelii": "strong_harming_tipped_arrow", + "harmingarrowstrong": "strong_harming_tipped_arrow", + "harmingiitarr": "strong_harming_tipped_arrow", + "harmingiitarrow": "strong_harming_tipped_arrow", + "harmingiitippedarrow": "strong_harming_tipped_arrow", + "harmingleveliitarr": "strong_harming_tipped_arrow", + "harmingleveliitarrow": "strong_harming_tipped_arrow", + "harmingleveliitippedarrow": "strong_harming_tipped_arrow", + "harmingstrongtarr": "strong_harming_tipped_arrow", + "harmingstrongtarrow": "strong_harming_tipped_arrow", + "harmingstrongtippedarrow": "strong_harming_tipped_arrow", + "instantdamagearrowii": "strong_harming_tipped_arrow", + "instantdamagearrowlevelii": "strong_harming_tipped_arrow", + "instantdamagearrowstrong": "strong_harming_tipped_arrow", + "instantdamageiitarr": "strong_harming_tipped_arrow", + "instantdamageiitarrow": "strong_harming_tipped_arrow", + "instantdamageiitippedarrow": "strong_harming_tipped_arrow", + "instantdamageleveliitarr": "strong_harming_tipped_arrow", + "instantdamageleveliitarrow": "strong_harming_tipped_arrow", + "instantdamageleveliitippedarrow": "strong_harming_tipped_arrow", + "instantdamagestrongtarr": "strong_harming_tipped_arrow", + "instantdamagestrongtarrow": "strong_harming_tipped_arrow", + "instantdamagestrongtippedarrow": "strong_harming_tipped_arrow", + "strong_healing_lingering_potion": { + "potionData": { + "type": "INSTANT_HEAL", + "upgraded": true, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepothealii": "strong_healing_lingering_potion", + "aoepothealingii": "strong_healing_lingering_potion", + "aoepothealinglevelii": "strong_healing_lingering_potion", + "aoepothealingstrong": "strong_healing_lingering_potion", + "aoepotheallevelii": "strong_healing_lingering_potion", + "aoepothealstrong": "strong_healing_lingering_potion", + "aoepothii": "strong_healing_lingering_potion", + "aoepothlevelii": "strong_healing_lingering_potion", + "aoepothstrong": "strong_healing_lingering_potion", + "aoepotinstanthealii": "strong_healing_lingering_potion", + "aoepotinstantheallevelii": "strong_healing_lingering_potion", + "aoepotinstanthealstrong": "strong_healing_lingering_potion", + "aoepotionhealii": "strong_healing_lingering_potion", + "aoepotionhealingii": "strong_healing_lingering_potion", + "aoepotionhealinglevelii": "strong_healing_lingering_potion", + "aoepotionhealingstrong": "strong_healing_lingering_potion", + "aoepotionheallevelii": "strong_healing_lingering_potion", + "aoepotionhealstrong": "strong_healing_lingering_potion", + "aoepotionhii": "strong_healing_lingering_potion", + "aoepotionhlevelii": "strong_healing_lingering_potion", + "aoepotionhstrong": "strong_healing_lingering_potion", + "aoepotioninstanthealii": "strong_healing_lingering_potion", + "aoepotioninstantheallevelii": "strong_healing_lingering_potion", + "aoepotioninstanthealstrong": "strong_healing_lingering_potion", + "aoepotionlifeii": "strong_healing_lingering_potion", + "aoepotionlifelevelii": "strong_healing_lingering_potion", + "aoepotionlifestrong": "strong_healing_lingering_potion", + "aoepotlifeii": "strong_healing_lingering_potion", + "aoepotlifelevelii": "strong_healing_lingering_potion", + "aoepotlifestrong": "strong_healing_lingering_potion", + "areapothealii": "strong_healing_lingering_potion", + "areapothealingii": "strong_healing_lingering_potion", + "areapothealinglevelii": "strong_healing_lingering_potion", + "areapothealingstrong": "strong_healing_lingering_potion", + "areapotheallevelii": "strong_healing_lingering_potion", + "areapothealstrong": "strong_healing_lingering_potion", + "areapothii": "strong_healing_lingering_potion", + "areapothlevelii": "strong_healing_lingering_potion", + "areapothstrong": "strong_healing_lingering_potion", + "areapotinstanthealii": "strong_healing_lingering_potion", + "areapotinstantheallevelii": "strong_healing_lingering_potion", + "areapotinstanthealstrong": "strong_healing_lingering_potion", + "areapotionhealii": "strong_healing_lingering_potion", + "areapotionhealingii": "strong_healing_lingering_potion", + "areapotionhealinglevelii": "strong_healing_lingering_potion", + "areapotionhealingstrong": "strong_healing_lingering_potion", + "areapotionheallevelii": "strong_healing_lingering_potion", + "areapotionhealstrong": "strong_healing_lingering_potion", + "areapotionhii": "strong_healing_lingering_potion", + "areapotionhlevelii": "strong_healing_lingering_potion", + "areapotionhstrong": "strong_healing_lingering_potion", + "areapotioninstanthealii": "strong_healing_lingering_potion", + "areapotioninstantheallevelii": "strong_healing_lingering_potion", + "areapotioninstanthealstrong": "strong_healing_lingering_potion", + "areapotionlifeii": "strong_healing_lingering_potion", + "areapotionlifelevelii": "strong_healing_lingering_potion", + "areapotionlifestrong": "strong_healing_lingering_potion", + "areapotlifeii": "strong_healing_lingering_potion", + "areapotlifelevelii": "strong_healing_lingering_potion", + "areapotlifestrong": "strong_healing_lingering_potion", + "cloudpothealii": "strong_healing_lingering_potion", + "cloudpothealingii": "strong_healing_lingering_potion", + "cloudpothealinglevelii": "strong_healing_lingering_potion", + "cloudpothealingstrong": "strong_healing_lingering_potion", + "cloudpotheallevelii": "strong_healing_lingering_potion", + "cloudpothealstrong": "strong_healing_lingering_potion", + "cloudpothii": "strong_healing_lingering_potion", + "cloudpothlevelii": "strong_healing_lingering_potion", + "cloudpothstrong": "strong_healing_lingering_potion", + "cloudpotinstanthealii": "strong_healing_lingering_potion", + "cloudpotinstantheallevelii": "strong_healing_lingering_potion", + "cloudpotinstanthealstrong": "strong_healing_lingering_potion", + "cloudpotionhealii": "strong_healing_lingering_potion", + "cloudpotionhealingii": "strong_healing_lingering_potion", + "cloudpotionhealinglevelii": "strong_healing_lingering_potion", + "cloudpotionhealingstrong": "strong_healing_lingering_potion", + "cloudpotionheallevelii": "strong_healing_lingering_potion", + "cloudpotionhealstrong": "strong_healing_lingering_potion", + "cloudpotionhii": "strong_healing_lingering_potion", + "cloudpotionhlevelii": "strong_healing_lingering_potion", + "cloudpotionhstrong": "strong_healing_lingering_potion", + "cloudpotioninstanthealii": "strong_healing_lingering_potion", + "cloudpotioninstantheallevelii": "strong_healing_lingering_potion", + "cloudpotioninstanthealstrong": "strong_healing_lingering_potion", + "cloudpotionlifeii": "strong_healing_lingering_potion", + "cloudpotionlifelevelii": "strong_healing_lingering_potion", + "cloudpotionlifestrong": "strong_healing_lingering_potion", + "cloudpotlifeii": "strong_healing_lingering_potion", + "cloudpotlifelevelii": "strong_healing_lingering_potion", + "cloudpotlifestrong": "strong_healing_lingering_potion", + "haoepoiontii": "strong_healing_lingering_potion", + "haoepoiontlevelii": "strong_healing_lingering_potion", + "haoepoiontstrong": "strong_healing_lingering_potion", + "haoepotii": "strong_healing_lingering_potion", + "haoepotlevelii": "strong_healing_lingering_potion", + "haoepotstrong": "strong_healing_lingering_potion", + "hareapotii": "strong_healing_lingering_potion", + "hareapotionii": "strong_healing_lingering_potion", + "hareapotionlevelii": "strong_healing_lingering_potion", + "hareapotionstrong": "strong_healing_lingering_potion", + "hareapotlevelii": "strong_healing_lingering_potion", + "hareapotstrong": "strong_healing_lingering_potion", + "hcloudpotii": "strong_healing_lingering_potion", + "hcloudpotionii": "strong_healing_lingering_potion", + "hcloudpotionlevelii": "strong_healing_lingering_potion", + "hcloudpotionstrong": "strong_healing_lingering_potion", + "hcloudpotlevelii": "strong_healing_lingering_potion", + "hcloudpotstrong": "strong_healing_lingering_potion", + "healaoepoiontii": "strong_healing_lingering_potion", + "healaoepoiontlevelii": "strong_healing_lingering_potion", + "healaoepoiontstrong": "strong_healing_lingering_potion", + "healaoepotii": "strong_healing_lingering_potion", + "healaoepotlevelii": "strong_healing_lingering_potion", + "healaoepotstrong": "strong_healing_lingering_potion", + "healareapotii": "strong_healing_lingering_potion", + "healareapotionii": "strong_healing_lingering_potion", + "healareapotionlevelii": "strong_healing_lingering_potion", + "healareapotionstrong": "strong_healing_lingering_potion", + "healareapotlevelii": "strong_healing_lingering_potion", + "healareapotstrong": "strong_healing_lingering_potion", + "healcloudpotii": "strong_healing_lingering_potion", + "healcloudpotionii": "strong_healing_lingering_potion", + "healcloudpotionlevelii": "strong_healing_lingering_potion", + "healcloudpotionstrong": "strong_healing_lingering_potion", + "healcloudpotlevelii": "strong_healing_lingering_potion", + "healcloudpotstrong": "strong_healing_lingering_potion", + "healingaoepoiontii": "strong_healing_lingering_potion", + "healingaoepoiontlevelii": "strong_healing_lingering_potion", + "healingaoepoiontstrong": "strong_healing_lingering_potion", + "healingaoepotii": "strong_healing_lingering_potion", + "healingaoepotlevelii": "strong_healing_lingering_potion", + "healingaoepotstrong": "strong_healing_lingering_potion", + "healingareapotii": "strong_healing_lingering_potion", + "healingareapotionii": "strong_healing_lingering_potion", + "healingareapotionlevelii": "strong_healing_lingering_potion", + "healingareapotionstrong": "strong_healing_lingering_potion", + "healingareapotlevelii": "strong_healing_lingering_potion", + "healingareapotstrong": "strong_healing_lingering_potion", + "healingcloudpotii": "strong_healing_lingering_potion", + "healingcloudpotionii": "strong_healing_lingering_potion", + "healingcloudpotionlevelii": "strong_healing_lingering_potion", + "healingcloudpotionstrong": "strong_healing_lingering_potion", + "healingcloudpotlevelii": "strong_healing_lingering_potion", + "healingcloudpotstrong": "strong_healing_lingering_potion", + "healinglingerpotii": "strong_healing_lingering_potion", + "healinglingerpotlevelii": "strong_healing_lingering_potion", + "healinglingerpotstrong": "strong_healing_lingering_potion", + "heallingerpotii": "strong_healing_lingering_potion", + "heallingerpotlevelii": "strong_healing_lingering_potion", + "heallingerpotstrong": "strong_healing_lingering_potion", + "hlingerpotii": "strong_healing_lingering_potion", + "hlingerpotlevelii": "strong_healing_lingering_potion", + "hlingerpotstrong": "strong_healing_lingering_potion", + "instanthealaoepoiontii": "strong_healing_lingering_potion", + "instanthealaoepoiontlevelii": "strong_healing_lingering_potion", + "instanthealaoepoiontstrong": "strong_healing_lingering_potion", + "instanthealaoepotii": "strong_healing_lingering_potion", + "instanthealaoepotlevelii": "strong_healing_lingering_potion", + "instanthealaoepotstrong": "strong_healing_lingering_potion", + "instanthealareapotii": "strong_healing_lingering_potion", + "instanthealareapotionii": "strong_healing_lingering_potion", + "instanthealareapotionlevelii": "strong_healing_lingering_potion", + "instanthealareapotionstrong": "strong_healing_lingering_potion", + "instanthealareapotlevelii": "strong_healing_lingering_potion", + "instanthealareapotstrong": "strong_healing_lingering_potion", + "instanthealcloudpotii": "strong_healing_lingering_potion", + "instanthealcloudpotionii": "strong_healing_lingering_potion", + "instanthealcloudpotionlevelii": "strong_healing_lingering_potion", + "instanthealcloudpotionstrong": "strong_healing_lingering_potion", + "instanthealcloudpotlevelii": "strong_healing_lingering_potion", + "instanthealcloudpotstrong": "strong_healing_lingering_potion", + "instantheallingerpotii": "strong_healing_lingering_potion", + "instantheallingerpotlevelii": "strong_healing_lingering_potion", + "instantheallingerpotstrong": "strong_healing_lingering_potion", + "lifeaoepoiontii": "strong_healing_lingering_potion", + "lifeaoepoiontlevelii": "strong_healing_lingering_potion", + "lifeaoepoiontstrong": "strong_healing_lingering_potion", + "lifeaoepotii": "strong_healing_lingering_potion", + "lifeaoepotlevelii": "strong_healing_lingering_potion", + "lifeaoepotstrong": "strong_healing_lingering_potion", + "lifeareapotii": "strong_healing_lingering_potion", + "lifeareapotionii": "strong_healing_lingering_potion", + "lifeareapotionlevelii": "strong_healing_lingering_potion", + "lifeareapotionstrong": "strong_healing_lingering_potion", + "lifeareapotlevelii": "strong_healing_lingering_potion", + "lifeareapotstrong": "strong_healing_lingering_potion", + "lifecloudpotii": "strong_healing_lingering_potion", + "lifecloudpotionii": "strong_healing_lingering_potion", + "lifecloudpotionlevelii": "strong_healing_lingering_potion", + "lifecloudpotionstrong": "strong_healing_lingering_potion", + "lifecloudpotlevelii": "strong_healing_lingering_potion", + "lifecloudpotstrong": "strong_healing_lingering_potion", + "lifelingerpotii": "strong_healing_lingering_potion", + "lifelingerpotlevelii": "strong_healing_lingering_potion", + "lifelingerpotstrong": "strong_healing_lingering_potion", + "lingerpothealii": "strong_healing_lingering_potion", + "lingerpothealingii": "strong_healing_lingering_potion", + "lingerpothealinglevelii": "strong_healing_lingering_potion", + "lingerpothealingstrong": "strong_healing_lingering_potion", + "lingerpotheallevelii": "strong_healing_lingering_potion", + "lingerpothealstrong": "strong_healing_lingering_potion", + "lingerpothii": "strong_healing_lingering_potion", + "lingerpothlevelii": "strong_healing_lingering_potion", + "lingerpothstrong": "strong_healing_lingering_potion", + "lingerpotinstanthealii": "strong_healing_lingering_potion", + "lingerpotinstantheallevelii": "strong_healing_lingering_potion", + "lingerpotinstanthealstrong": "strong_healing_lingering_potion", + "lingerpotlifeii": "strong_healing_lingering_potion", + "lingerpotlifelevelii": "strong_healing_lingering_potion", + "lingerpotlifestrong": "strong_healing_lingering_potion", + "strong_healing_potion": { + "potionData": { + "type": "INSTANT_HEAL", + "upgraded": true, + "extended": false + }, + "material": "POTION" + }, + "healiipot": "strong_healing_potion", + "healiipotion": "strong_healing_potion", + "healingiipot": "strong_healing_potion", + "healingiipotion": "strong_healing_potion", + "healingleveliipot": "strong_healing_potion", + "healingleveliipotion": "strong_healing_potion", + "healingstrongpot": "strong_healing_potion", + "healingstrongpotion": "strong_healing_potion", + "healleveliipot": "strong_healing_potion", + "healleveliipotion": "strong_healing_potion", + "healstrongpot": "strong_healing_potion", + "healstrongpotion": "strong_healing_potion", + "hiipot": "strong_healing_potion", + "hiipotion": "strong_healing_potion", + "hleveliipot": "strong_healing_potion", + "hleveliipotion": "strong_healing_potion", + "hstrongpot": "strong_healing_potion", + "hstrongpotion": "strong_healing_potion", + "instanthealiipot": "strong_healing_potion", + "instanthealiipotion": "strong_healing_potion", + "instanthealleveliipot": "strong_healing_potion", + "instanthealleveliipotion": "strong_healing_potion", + "instanthealstrongpot": "strong_healing_potion", + "instanthealstrongpotion": "strong_healing_potion", + "lifeiipot": "strong_healing_potion", + "lifeiipotion": "strong_healing_potion", + "lifeleveliipot": "strong_healing_potion", + "lifeleveliipotion": "strong_healing_potion", + "lifestrongpot": "strong_healing_potion", + "lifestrongpotion": "strong_healing_potion", + "potionofhealii": "strong_healing_potion", + "potionofhealingii": "strong_healing_potion", + "potionofhealinglevelii": "strong_healing_potion", + "potionofhealingstrong": "strong_healing_potion", + "potionofheallevelii": "strong_healing_potion", + "potionofhealstrong": "strong_healing_potion", + "potionofhii": "strong_healing_potion", + "potionofhlevelii": "strong_healing_potion", + "potionofhstrong": "strong_healing_potion", + "potionofinstanthealii": "strong_healing_potion", + "potionofinstantheallevelii": "strong_healing_potion", + "potionofinstanthealstrong": "strong_healing_potion", + "potionoflifeii": "strong_healing_potion", + "potionoflifelevelii": "strong_healing_potion", + "potionoflifestrong": "strong_healing_potion", + "potofhealii": "strong_healing_potion", + "potofhealingii": "strong_healing_potion", + "potofhealinglevelii": "strong_healing_potion", + "potofhealingstrong": "strong_healing_potion", + "potofheallevelii": "strong_healing_potion", + "potofhealstrong": "strong_healing_potion", + "potofhii": "strong_healing_potion", + "potofhlevelii": "strong_healing_potion", + "potofhstrong": "strong_healing_potion", + "potofinstanthealii": "strong_healing_potion", + "potofinstantheallevelii": "strong_healing_potion", + "potofinstanthealstrong": "strong_healing_potion", + "potoflifeii": "strong_healing_potion", + "potoflifelevelii": "strong_healing_potion", + "potoflifestrong": "strong_healing_potion", + "strong_healing_splash_potion": { + "potionData": { + "type": "INSTANT_HEAL", + "upgraded": true, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "healiisplashpot": "strong_healing_splash_potion", + "healiisplashpotion": "strong_healing_splash_potion", + "healingiisplashpot": "strong_healing_splash_potion", + "healingiisplashpotion": "strong_healing_splash_potion", + "healingleveliisplashpot": "strong_healing_splash_potion", + "healingleveliisplashpotion": "strong_healing_splash_potion", + "healingstrongsplashpot": "strong_healing_splash_potion", + "healingstrongsplashpotion": "strong_healing_splash_potion", + "healleveliisplashpot": "strong_healing_splash_potion", + "healleveliisplashpotion": "strong_healing_splash_potion", + "healstrongsplashpot": "strong_healing_splash_potion", + "healstrongsplashpotion": "strong_healing_splash_potion", + "hiisplashpot": "strong_healing_splash_potion", + "hiisplashpotion": "strong_healing_splash_potion", + "hleveliisplashpot": "strong_healing_splash_potion", + "hleveliisplashpotion": "strong_healing_splash_potion", + "hstrongsplashpot": "strong_healing_splash_potion", + "hstrongsplashpotion": "strong_healing_splash_potion", + "instanthealiisplashpot": "strong_healing_splash_potion", + "instanthealiisplashpotion": "strong_healing_splash_potion", + "instanthealleveliisplashpot": "strong_healing_splash_potion", + "instanthealleveliisplashpotion": "strong_healing_splash_potion", + "instanthealstrongsplashpot": "strong_healing_splash_potion", + "instanthealstrongsplashpotion": "strong_healing_splash_potion", + "lifeiisplashpot": "strong_healing_splash_potion", + "lifeiisplashpotion": "strong_healing_splash_potion", + "lifeleveliisplashpot": "strong_healing_splash_potion", + "lifeleveliisplashpotion": "strong_healing_splash_potion", + "lifestrongsplashpot": "strong_healing_splash_potion", + "lifestrongsplashpotion": "strong_healing_splash_potion", + "splashhealiipot": "strong_healing_splash_potion", + "splashhealiipotion": "strong_healing_splash_potion", + "splashhealingiipot": "strong_healing_splash_potion", + "splashhealingiipotion": "strong_healing_splash_potion", + "splashhealingleveliipot": "strong_healing_splash_potion", + "splashhealingleveliipotion": "strong_healing_splash_potion", + "splashhealingstrongpot": "strong_healing_splash_potion", + "splashhealingstrongpotion": "strong_healing_splash_potion", + "splashhealleveliipot": "strong_healing_splash_potion", + "splashhealleveliipotion": "strong_healing_splash_potion", + "splashhealstrongpot": "strong_healing_splash_potion", + "splashhealstrongpotion": "strong_healing_splash_potion", + "splashhiipot": "strong_healing_splash_potion", + "splashhiipotion": "strong_healing_splash_potion", + "splashhleveliipot": "strong_healing_splash_potion", + "splashhleveliipotion": "strong_healing_splash_potion", + "splashhstrongpot": "strong_healing_splash_potion", + "splashhstrongpotion": "strong_healing_splash_potion", + "splashinstanthealiipot": "strong_healing_splash_potion", + "splashinstanthealiipotion": "strong_healing_splash_potion", + "splashinstanthealleveliipot": "strong_healing_splash_potion", + "splashinstanthealleveliipotion": "strong_healing_splash_potion", + "splashinstanthealstrongpot": "strong_healing_splash_potion", + "splashinstanthealstrongpotion": "strong_healing_splash_potion", + "splashlifeiipot": "strong_healing_splash_potion", + "splashlifeiipotion": "strong_healing_splash_potion", + "splashlifeleveliipot": "strong_healing_splash_potion", + "splashlifeleveliipotion": "strong_healing_splash_potion", + "splashlifestrongpot": "strong_healing_splash_potion", + "splashlifestrongpotion": "strong_healing_splash_potion", + "splhealiipot": "strong_healing_splash_potion", + "splhealiipotion": "strong_healing_splash_potion", + "splhealingiipot": "strong_healing_splash_potion", + "splhealingiipotion": "strong_healing_splash_potion", + "splhealingleveliipot": "strong_healing_splash_potion", + "splhealingleveliipotion": "strong_healing_splash_potion", + "splhealingstrongpot": "strong_healing_splash_potion", + "splhealingstrongpotion": "strong_healing_splash_potion", + "splhealleveliipot": "strong_healing_splash_potion", + "splhealleveliipotion": "strong_healing_splash_potion", + "splhealstrongpot": "strong_healing_splash_potion", + "splhealstrongpotion": "strong_healing_splash_potion", + "splhiipot": "strong_healing_splash_potion", + "splhiipotion": "strong_healing_splash_potion", + "splhleveliipot": "strong_healing_splash_potion", + "splhleveliipotion": "strong_healing_splash_potion", + "splhstrongpot": "strong_healing_splash_potion", + "splhstrongpotion": "strong_healing_splash_potion", + "splinstanthealiipot": "strong_healing_splash_potion", + "splinstanthealiipotion": "strong_healing_splash_potion", + "splinstanthealleveliipot": "strong_healing_splash_potion", + "splinstanthealleveliipotion": "strong_healing_splash_potion", + "splinstanthealstrongpot": "strong_healing_splash_potion", + "splinstanthealstrongpotion": "strong_healing_splash_potion", + "spllifeiipot": "strong_healing_splash_potion", + "spllifeiipotion": "strong_healing_splash_potion", + "spllifeleveliipot": "strong_healing_splash_potion", + "spllifeleveliipotion": "strong_healing_splash_potion", + "spllifestrongpot": "strong_healing_splash_potion", + "spllifestrongpotion": "strong_healing_splash_potion", + "strong_healing_tipped_arrow": { + "potionData": { + "type": "INSTANT_HEAL", + "upgraded": true, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowhealii": "strong_healing_tipped_arrow", + "arrowhealingii": "strong_healing_tipped_arrow", + "arrowhealinglevelii": "strong_healing_tipped_arrow", + "arrowhealingstrong": "strong_healing_tipped_arrow", + "arrowheallevelii": "strong_healing_tipped_arrow", + "arrowhealstrong": "strong_healing_tipped_arrow", + "arrowhii": "strong_healing_tipped_arrow", + "arrowhlevelii": "strong_healing_tipped_arrow", + "arrowhstrong": "strong_healing_tipped_arrow", + "arrowinstanthealii": "strong_healing_tipped_arrow", + "arrowinstantheallevelii": "strong_healing_tipped_arrow", + "arrowinstanthealstrong": "strong_healing_tipped_arrow", + "arrowlifeii": "strong_healing_tipped_arrow", + "arrowlifelevelii": "strong_healing_tipped_arrow", + "arrowlifestrong": "strong_healing_tipped_arrow", + "harrowii": "strong_healing_tipped_arrow", + "harrowlevelii": "strong_healing_tipped_arrow", + "harrowstrong": "strong_healing_tipped_arrow", + "healarrowii": "strong_healing_tipped_arrow", + "healarrowlevelii": "strong_healing_tipped_arrow", + "healarrowstrong": "strong_healing_tipped_arrow", + "healiitarr": "strong_healing_tipped_arrow", + "healiitarrow": "strong_healing_tipped_arrow", + "healiitippedarrow": "strong_healing_tipped_arrow", + "healingarrowii": "strong_healing_tipped_arrow", + "healingarrowlevelii": "strong_healing_tipped_arrow", + "healingarrowstrong": "strong_healing_tipped_arrow", + "healingiitarr": "strong_healing_tipped_arrow", + "healingiitarrow": "strong_healing_tipped_arrow", + "healingiitippedarrow": "strong_healing_tipped_arrow", + "healingleveliitarr": "strong_healing_tipped_arrow", + "healingleveliitarrow": "strong_healing_tipped_arrow", + "healingleveliitippedarrow": "strong_healing_tipped_arrow", + "healingstrongtarr": "strong_healing_tipped_arrow", + "healingstrongtarrow": "strong_healing_tipped_arrow", + "healingstrongtippedarrow": "strong_healing_tipped_arrow", + "healleveliitarr": "strong_healing_tipped_arrow", + "healleveliitarrow": "strong_healing_tipped_arrow", + "healleveliitippedarrow": "strong_healing_tipped_arrow", + "healstrongtarr": "strong_healing_tipped_arrow", + "healstrongtarrow": "strong_healing_tipped_arrow", + "healstrongtippedarrow": "strong_healing_tipped_arrow", + "hiitarr": "strong_healing_tipped_arrow", + "hiitarrow": "strong_healing_tipped_arrow", + "hiitippedarrow": "strong_healing_tipped_arrow", + "hleveliitarr": "strong_healing_tipped_arrow", + "hleveliitarrow": "strong_healing_tipped_arrow", + "hleveliitippedarrow": "strong_healing_tipped_arrow", + "hstrongtarr": "strong_healing_tipped_arrow", + "hstrongtarrow": "strong_healing_tipped_arrow", + "hstrongtippedarrow": "strong_healing_tipped_arrow", + "instanthealarrowii": "strong_healing_tipped_arrow", + "instanthealarrowlevelii": "strong_healing_tipped_arrow", + "instanthealarrowstrong": "strong_healing_tipped_arrow", + "instanthealiitarr": "strong_healing_tipped_arrow", + "instanthealiitarrow": "strong_healing_tipped_arrow", + "instanthealiitippedarrow": "strong_healing_tipped_arrow", + "instanthealleveliitarr": "strong_healing_tipped_arrow", + "instanthealleveliitarrow": "strong_healing_tipped_arrow", + "instanthealleveliitippedarrow": "strong_healing_tipped_arrow", + "instanthealstrongtarr": "strong_healing_tipped_arrow", + "instanthealstrongtarrow": "strong_healing_tipped_arrow", + "instanthealstrongtippedarrow": "strong_healing_tipped_arrow", + "lifearrowii": "strong_healing_tipped_arrow", + "lifearrowlevelii": "strong_healing_tipped_arrow", + "lifearrowstrong": "strong_healing_tipped_arrow", + "lifeiitarr": "strong_healing_tipped_arrow", + "lifeiitarrow": "strong_healing_tipped_arrow", + "lifeiitippedarrow": "strong_healing_tipped_arrow", + "lifeleveliitarr": "strong_healing_tipped_arrow", + "lifeleveliitarrow": "strong_healing_tipped_arrow", + "lifeleveliitippedarrow": "strong_healing_tipped_arrow", + "lifestrongtarr": "strong_healing_tipped_arrow", + "lifestrongtarrow": "strong_healing_tipped_arrow", + "lifestrongtippedarrow": "strong_healing_tipped_arrow", + "strong_leaping_lingering_potion": { + "potionData": { + "type": "JUMP", + "upgraded": true, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionjumpii": "strong_leaping_lingering_potion", + "aoepotionjumplevelii": "strong_leaping_lingering_potion", + "aoepotionjumpstrong": "strong_leaping_lingering_potion", + "aoepotionleapii": "strong_leaping_lingering_potion", + "aoepotionleapingii": "strong_leaping_lingering_potion", + "aoepotionleapinglevelii": "strong_leaping_lingering_potion", + "aoepotionleapingstrong": "strong_leaping_lingering_potion", + "aoepotionleaplevelii": "strong_leaping_lingering_potion", + "aoepotionleapstrong": "strong_leaping_lingering_potion", + "aoepotjumpii": "strong_leaping_lingering_potion", + "aoepotjumplevelii": "strong_leaping_lingering_potion", + "aoepotjumpstrong": "strong_leaping_lingering_potion", + "aoepotleapii": "strong_leaping_lingering_potion", + "aoepotleapingii": "strong_leaping_lingering_potion", + "aoepotleapinglevelii": "strong_leaping_lingering_potion", + "aoepotleapingstrong": "strong_leaping_lingering_potion", + "aoepotleaplevelii": "strong_leaping_lingering_potion", + "aoepotleapstrong": "strong_leaping_lingering_potion", + "areapotionjumpii": "strong_leaping_lingering_potion", + "areapotionjumplevelii": "strong_leaping_lingering_potion", + "areapotionjumpstrong": "strong_leaping_lingering_potion", + "areapotionleapii": "strong_leaping_lingering_potion", + "areapotionleapingii": "strong_leaping_lingering_potion", + "areapotionleapinglevelii": "strong_leaping_lingering_potion", + "areapotionleapingstrong": "strong_leaping_lingering_potion", + "areapotionleaplevelii": "strong_leaping_lingering_potion", + "areapotionleapstrong": "strong_leaping_lingering_potion", + "areapotjumpii": "strong_leaping_lingering_potion", + "areapotjumplevelii": "strong_leaping_lingering_potion", + "areapotjumpstrong": "strong_leaping_lingering_potion", + "areapotleapii": "strong_leaping_lingering_potion", + "areapotleapingii": "strong_leaping_lingering_potion", + "areapotleapinglevelii": "strong_leaping_lingering_potion", + "areapotleapingstrong": "strong_leaping_lingering_potion", + "areapotleaplevelii": "strong_leaping_lingering_potion", + "areapotleapstrong": "strong_leaping_lingering_potion", + "cloudpotionjumpii": "strong_leaping_lingering_potion", + "cloudpotionjumplevelii": "strong_leaping_lingering_potion", + "cloudpotionjumpstrong": "strong_leaping_lingering_potion", + "cloudpotionleapii": "strong_leaping_lingering_potion", + "cloudpotionleapingii": "strong_leaping_lingering_potion", + "cloudpotionleapinglevelii": "strong_leaping_lingering_potion", + "cloudpotionleapingstrong": "strong_leaping_lingering_potion", + "cloudpotionleaplevelii": "strong_leaping_lingering_potion", + "cloudpotionleapstrong": "strong_leaping_lingering_potion", + "cloudpotjumpii": "strong_leaping_lingering_potion", + "cloudpotjumplevelii": "strong_leaping_lingering_potion", + "cloudpotjumpstrong": "strong_leaping_lingering_potion", + "cloudpotleapii": "strong_leaping_lingering_potion", + "cloudpotleapingii": "strong_leaping_lingering_potion", + "cloudpotleapinglevelii": "strong_leaping_lingering_potion", + "cloudpotleapingstrong": "strong_leaping_lingering_potion", + "cloudpotleaplevelii": "strong_leaping_lingering_potion", + "cloudpotleapstrong": "strong_leaping_lingering_potion", + "jumpaoepoiontii": "strong_leaping_lingering_potion", + "jumpaoepoiontlevelii": "strong_leaping_lingering_potion", + "jumpaoepoiontstrong": "strong_leaping_lingering_potion", + "jumpaoepotii": "strong_leaping_lingering_potion", + "jumpaoepotlevelii": "strong_leaping_lingering_potion", + "jumpaoepotstrong": "strong_leaping_lingering_potion", + "jumpareapotii": "strong_leaping_lingering_potion", + "jumpareapotionii": "strong_leaping_lingering_potion", + "jumpareapotionlevelii": "strong_leaping_lingering_potion", + "jumpareapotionstrong": "strong_leaping_lingering_potion", + "jumpareapotlevelii": "strong_leaping_lingering_potion", + "jumpareapotstrong": "strong_leaping_lingering_potion", + "jumpcloudpotii": "strong_leaping_lingering_potion", + "jumpcloudpotionii": "strong_leaping_lingering_potion", + "jumpcloudpotionlevelii": "strong_leaping_lingering_potion", + "jumpcloudpotionstrong": "strong_leaping_lingering_potion", + "jumpcloudpotlevelii": "strong_leaping_lingering_potion", + "jumpcloudpotstrong": "strong_leaping_lingering_potion", + "jumplingerpotii": "strong_leaping_lingering_potion", + "jumplingerpotlevelii": "strong_leaping_lingering_potion", + "jumplingerpotstrong": "strong_leaping_lingering_potion", + "leapaoepoiontii": "strong_leaping_lingering_potion", + "leapaoepoiontlevelii": "strong_leaping_lingering_potion", + "leapaoepoiontstrong": "strong_leaping_lingering_potion", + "leapaoepotii": "strong_leaping_lingering_potion", + "leapaoepotlevelii": "strong_leaping_lingering_potion", + "leapaoepotstrong": "strong_leaping_lingering_potion", + "leapareapotii": "strong_leaping_lingering_potion", + "leapareapotionii": "strong_leaping_lingering_potion", + "leapareapotionlevelii": "strong_leaping_lingering_potion", + "leapareapotionstrong": "strong_leaping_lingering_potion", + "leapareapotlevelii": "strong_leaping_lingering_potion", + "leapareapotstrong": "strong_leaping_lingering_potion", + "leapcloudpotii": "strong_leaping_lingering_potion", + "leapcloudpotionii": "strong_leaping_lingering_potion", + "leapcloudpotionlevelii": "strong_leaping_lingering_potion", + "leapcloudpotionstrong": "strong_leaping_lingering_potion", + "leapcloudpotlevelii": "strong_leaping_lingering_potion", + "leapcloudpotstrong": "strong_leaping_lingering_potion", + "leapingaoepoiontii": "strong_leaping_lingering_potion", + "leapingaoepoiontlevelii": "strong_leaping_lingering_potion", + "leapingaoepoiontstrong": "strong_leaping_lingering_potion", + "leapingaoepotii": "strong_leaping_lingering_potion", + "leapingaoepotlevelii": "strong_leaping_lingering_potion", + "leapingaoepotstrong": "strong_leaping_lingering_potion", + "leapingareapotii": "strong_leaping_lingering_potion", + "leapingareapotionii": "strong_leaping_lingering_potion", + "leapingareapotionlevelii": "strong_leaping_lingering_potion", + "leapingareapotionstrong": "strong_leaping_lingering_potion", + "leapingareapotlevelii": "strong_leaping_lingering_potion", + "leapingareapotstrong": "strong_leaping_lingering_potion", + "leapingcloudpotii": "strong_leaping_lingering_potion", + "leapingcloudpotionii": "strong_leaping_lingering_potion", + "leapingcloudpotionlevelii": "strong_leaping_lingering_potion", + "leapingcloudpotionstrong": "strong_leaping_lingering_potion", + "leapingcloudpotlevelii": "strong_leaping_lingering_potion", + "leapingcloudpotstrong": "strong_leaping_lingering_potion", + "leapinglingerpotii": "strong_leaping_lingering_potion", + "leapinglingerpotlevelii": "strong_leaping_lingering_potion", + "leapinglingerpotstrong": "strong_leaping_lingering_potion", + "leaplingerpotii": "strong_leaping_lingering_potion", + "leaplingerpotlevelii": "strong_leaping_lingering_potion", + "leaplingerpotstrong": "strong_leaping_lingering_potion", + "lingerpotjumpii": "strong_leaping_lingering_potion", + "lingerpotjumplevelii": "strong_leaping_lingering_potion", + "lingerpotjumpstrong": "strong_leaping_lingering_potion", + "lingerpotleapii": "strong_leaping_lingering_potion", + "lingerpotleapingii": "strong_leaping_lingering_potion", + "lingerpotleapinglevelii": "strong_leaping_lingering_potion", + "lingerpotleapingstrong": "strong_leaping_lingering_potion", + "lingerpotleaplevelii": "strong_leaping_lingering_potion", + "lingerpotleapstrong": "strong_leaping_lingering_potion", + "strong_leaping_potion": { + "potionData": { + "type": "JUMP", + "upgraded": true, + "extended": false + }, + "material": "POTION" + }, + "jumpiipot": "strong_leaping_potion", + "jumpiipotion": "strong_leaping_potion", + "jumpleveliipot": "strong_leaping_potion", + "jumpleveliipotion": "strong_leaping_potion", + "jumpstrongpot": "strong_leaping_potion", + "jumpstrongpotion": "strong_leaping_potion", + "leapiipot": "strong_leaping_potion", + "leapiipotion": "strong_leaping_potion", + "leapingiipot": "strong_leaping_potion", + "leapingiipotion": "strong_leaping_potion", + "leapingleveliipot": "strong_leaping_potion", + "leapingleveliipotion": "strong_leaping_potion", + "leapingstrongpot": "strong_leaping_potion", + "leapingstrongpotion": "strong_leaping_potion", + "leapleveliipot": "strong_leaping_potion", + "leapleveliipotion": "strong_leaping_potion", + "leapstrongpot": "strong_leaping_potion", + "leapstrongpotion": "strong_leaping_potion", + "potionofjumpii": "strong_leaping_potion", + "potionofjumplevelii": "strong_leaping_potion", + "potionofjumpstrong": "strong_leaping_potion", + "potionofleapii": "strong_leaping_potion", + "potionofleapingii": "strong_leaping_potion", + "potionofleapinglevelii": "strong_leaping_potion", + "potionofleapingstrong": "strong_leaping_potion", + "potionofleaplevelii": "strong_leaping_potion", + "potionofleapstrong": "strong_leaping_potion", + "potofjumpii": "strong_leaping_potion", + "potofjumplevelii": "strong_leaping_potion", + "potofjumpstrong": "strong_leaping_potion", + "potofleapii": "strong_leaping_potion", + "potofleapingii": "strong_leaping_potion", + "potofleapinglevelii": "strong_leaping_potion", + "potofleapingstrong": "strong_leaping_potion", + "potofleaplevelii": "strong_leaping_potion", + "potofleapstrong": "strong_leaping_potion", + "strong_leaping_splash_potion": { + "potionData": { + "type": "JUMP", + "upgraded": true, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "jumpiisplashpot": "strong_leaping_splash_potion", + "jumpiisplashpotion": "strong_leaping_splash_potion", + "jumpleveliisplashpot": "strong_leaping_splash_potion", + "jumpleveliisplashpotion": "strong_leaping_splash_potion", + "jumpstrongsplashpot": "strong_leaping_splash_potion", + "jumpstrongsplashpotion": "strong_leaping_splash_potion", + "leapiisplashpot": "strong_leaping_splash_potion", + "leapiisplashpotion": "strong_leaping_splash_potion", + "leapingiisplashpot": "strong_leaping_splash_potion", + "leapingiisplashpotion": "strong_leaping_splash_potion", + "leapingleveliisplashpot": "strong_leaping_splash_potion", + "leapingleveliisplashpotion": "strong_leaping_splash_potion", + "leapingstrongsplashpot": "strong_leaping_splash_potion", + "leapingstrongsplashpotion": "strong_leaping_splash_potion", + "leapleveliisplashpot": "strong_leaping_splash_potion", + "leapleveliisplashpotion": "strong_leaping_splash_potion", + "leapstrongsplashpot": "strong_leaping_splash_potion", + "leapstrongsplashpotion": "strong_leaping_splash_potion", + "splashjumpiipot": "strong_leaping_splash_potion", + "splashjumpiipotion": "strong_leaping_splash_potion", + "splashjumpleveliipot": "strong_leaping_splash_potion", + "splashjumpleveliipotion": "strong_leaping_splash_potion", + "splashjumpstrongpot": "strong_leaping_splash_potion", + "splashjumpstrongpotion": "strong_leaping_splash_potion", + "splashleapiipot": "strong_leaping_splash_potion", + "splashleapiipotion": "strong_leaping_splash_potion", + "splashleapingiipot": "strong_leaping_splash_potion", + "splashleapingiipotion": "strong_leaping_splash_potion", + "splashleapingleveliipot": "strong_leaping_splash_potion", + "splashleapingleveliipotion": "strong_leaping_splash_potion", + "splashleapingstrongpot": "strong_leaping_splash_potion", + "splashleapingstrongpotion": "strong_leaping_splash_potion", + "splashleapleveliipot": "strong_leaping_splash_potion", + "splashleapleveliipotion": "strong_leaping_splash_potion", + "splashleapstrongpot": "strong_leaping_splash_potion", + "splashleapstrongpotion": "strong_leaping_splash_potion", + "spljumpiipot": "strong_leaping_splash_potion", + "spljumpiipotion": "strong_leaping_splash_potion", + "spljumpleveliipot": "strong_leaping_splash_potion", + "spljumpleveliipotion": "strong_leaping_splash_potion", + "spljumpstrongpot": "strong_leaping_splash_potion", + "spljumpstrongpotion": "strong_leaping_splash_potion", + "splleapiipot": "strong_leaping_splash_potion", + "splleapiipotion": "strong_leaping_splash_potion", + "splleapingiipot": "strong_leaping_splash_potion", + "splleapingiipotion": "strong_leaping_splash_potion", + "splleapingleveliipot": "strong_leaping_splash_potion", + "splleapingleveliipotion": "strong_leaping_splash_potion", + "splleapingstrongpot": "strong_leaping_splash_potion", + "splleapingstrongpotion": "strong_leaping_splash_potion", + "splleapleveliipot": "strong_leaping_splash_potion", + "splleapleveliipotion": "strong_leaping_splash_potion", + "splleapstrongpot": "strong_leaping_splash_potion", + "splleapstrongpotion": "strong_leaping_splash_potion", + "strong_leaping_tipped_arrow": { + "potionData": { + "type": "JUMP", + "upgraded": true, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowjumpii": "strong_leaping_tipped_arrow", + "arrowjumplevelii": "strong_leaping_tipped_arrow", + "arrowjumpstrong": "strong_leaping_tipped_arrow", + "arrowleapii": "strong_leaping_tipped_arrow", + "arrowleapingii": "strong_leaping_tipped_arrow", + "arrowleapinglevelii": "strong_leaping_tipped_arrow", + "arrowleapingstrong": "strong_leaping_tipped_arrow", + "arrowleaplevelii": "strong_leaping_tipped_arrow", + "arrowleapstrong": "strong_leaping_tipped_arrow", + "jumparrowii": "strong_leaping_tipped_arrow", + "jumparrowlevelii": "strong_leaping_tipped_arrow", + "jumparrowstrong": "strong_leaping_tipped_arrow", + "jumpiitarr": "strong_leaping_tipped_arrow", + "jumpiitarrow": "strong_leaping_tipped_arrow", + "jumpiitippedarrow": "strong_leaping_tipped_arrow", + "jumpleveliitarr": "strong_leaping_tipped_arrow", + "jumpleveliitarrow": "strong_leaping_tipped_arrow", + "jumpleveliitippedarrow": "strong_leaping_tipped_arrow", + "jumpstrongtarr": "strong_leaping_tipped_arrow", + "jumpstrongtarrow": "strong_leaping_tipped_arrow", + "jumpstrongtippedarrow": "strong_leaping_tipped_arrow", + "leaparrowii": "strong_leaping_tipped_arrow", + "leaparrowlevelii": "strong_leaping_tipped_arrow", + "leaparrowstrong": "strong_leaping_tipped_arrow", + "leapiitarr": "strong_leaping_tipped_arrow", + "leapiitarrow": "strong_leaping_tipped_arrow", + "leapiitippedarrow": "strong_leaping_tipped_arrow", + "leapingarrowii": "strong_leaping_tipped_arrow", + "leapingarrowlevelii": "strong_leaping_tipped_arrow", + "leapingarrowstrong": "strong_leaping_tipped_arrow", + "leapingiitarr": "strong_leaping_tipped_arrow", + "leapingiitarrow": "strong_leaping_tipped_arrow", + "leapingiitippedarrow": "strong_leaping_tipped_arrow", + "leapingleveliitarr": "strong_leaping_tipped_arrow", + "leapingleveliitarrow": "strong_leaping_tipped_arrow", + "leapingleveliitippedarrow": "strong_leaping_tipped_arrow", + "leapingstrongtarr": "strong_leaping_tipped_arrow", + "leapingstrongtarrow": "strong_leaping_tipped_arrow", + "leapingstrongtippedarrow": "strong_leaping_tipped_arrow", + "leapleveliitarr": "strong_leaping_tipped_arrow", + "leapleveliitarrow": "strong_leaping_tipped_arrow", + "leapleveliitippedarrow": "strong_leaping_tipped_arrow", + "leapstrongtarr": "strong_leaping_tipped_arrow", + "leapstrongtarrow": "strong_leaping_tipped_arrow", + "leapstrongtippedarrow": "strong_leaping_tipped_arrow", + "strong_poison_lingering_potion": { + "potionData": { + "type": "POISON", + "upgraded": true, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "acidaoepoiontii": "strong_poison_lingering_potion", + "acidaoepoiontlevelii": "strong_poison_lingering_potion", + "acidaoepoiontstrong": "strong_poison_lingering_potion", + "acidaoepotii": "strong_poison_lingering_potion", + "acidaoepotlevelii": "strong_poison_lingering_potion", + "acidaoepotstrong": "strong_poison_lingering_potion", + "acidareapotii": "strong_poison_lingering_potion", + "acidareapotionii": "strong_poison_lingering_potion", + "acidareapotionlevelii": "strong_poison_lingering_potion", + "acidareapotionstrong": "strong_poison_lingering_potion", + "acidareapotlevelii": "strong_poison_lingering_potion", + "acidareapotstrong": "strong_poison_lingering_potion", + "acidcloudpotii": "strong_poison_lingering_potion", + "acidcloudpotionii": "strong_poison_lingering_potion", + "acidcloudpotionlevelii": "strong_poison_lingering_potion", + "acidcloudpotionstrong": "strong_poison_lingering_potion", + "acidcloudpotlevelii": "strong_poison_lingering_potion", + "acidcloudpotstrong": "strong_poison_lingering_potion", + "acidlingerpotii": "strong_poison_lingering_potion", + "acidlingerpotlevelii": "strong_poison_lingering_potion", + "acidlingerpotstrong": "strong_poison_lingering_potion", + "aoepotacidii": "strong_poison_lingering_potion", + "aoepotacidlevelii": "strong_poison_lingering_potion", + "aoepotacidstrong": "strong_poison_lingering_potion", + "aoepotionacidii": "strong_poison_lingering_potion", + "aoepotionacidlevelii": "strong_poison_lingering_potion", + "aoepotionacidstrong": "strong_poison_lingering_potion", + "aoepotionpii": "strong_poison_lingering_potion", + "aoepotionplevelii": "strong_poison_lingering_potion", + "aoepotionpoisonii": "strong_poison_lingering_potion", + "aoepotionpoisonlevelii": "strong_poison_lingering_potion", + "aoepotionpoisonstrong": "strong_poison_lingering_potion", + "aoepotionpstrong": "strong_poison_lingering_potion", + "aoepotpii": "strong_poison_lingering_potion", + "aoepotplevelii": "strong_poison_lingering_potion", + "aoepotpoisonii": "strong_poison_lingering_potion", + "aoepotpoisonlevelii": "strong_poison_lingering_potion", + "aoepotpoisonstrong": "strong_poison_lingering_potion", + "aoepotpstrong": "strong_poison_lingering_potion", + "areapotacidii": "strong_poison_lingering_potion", + "areapotacidlevelii": "strong_poison_lingering_potion", + "areapotacidstrong": "strong_poison_lingering_potion", + "areapotionacidii": "strong_poison_lingering_potion", + "areapotionacidlevelii": "strong_poison_lingering_potion", + "areapotionacidstrong": "strong_poison_lingering_potion", + "areapotionpii": "strong_poison_lingering_potion", + "areapotionplevelii": "strong_poison_lingering_potion", + "areapotionpoisonii": "strong_poison_lingering_potion", + "areapotionpoisonlevelii": "strong_poison_lingering_potion", + "areapotionpoisonstrong": "strong_poison_lingering_potion", + "areapotionpstrong": "strong_poison_lingering_potion", + "areapotpii": "strong_poison_lingering_potion", + "areapotplevelii": "strong_poison_lingering_potion", + "areapotpoisonii": "strong_poison_lingering_potion", + "areapotpoisonlevelii": "strong_poison_lingering_potion", + "areapotpoisonstrong": "strong_poison_lingering_potion", + "areapotpstrong": "strong_poison_lingering_potion", + "cloudpotacidii": "strong_poison_lingering_potion", + "cloudpotacidlevelii": "strong_poison_lingering_potion", + "cloudpotacidstrong": "strong_poison_lingering_potion", + "cloudpotionacidii": "strong_poison_lingering_potion", + "cloudpotionacidlevelii": "strong_poison_lingering_potion", + "cloudpotionacidstrong": "strong_poison_lingering_potion", + "cloudpotionpii": "strong_poison_lingering_potion", + "cloudpotionplevelii": "strong_poison_lingering_potion", + "cloudpotionpoisonii": "strong_poison_lingering_potion", + "cloudpotionpoisonlevelii": "strong_poison_lingering_potion", + "cloudpotionpoisonstrong": "strong_poison_lingering_potion", + "cloudpotionpstrong": "strong_poison_lingering_potion", + "cloudpotpii": "strong_poison_lingering_potion", + "cloudpotplevelii": "strong_poison_lingering_potion", + "cloudpotpoisonii": "strong_poison_lingering_potion", + "cloudpotpoisonlevelii": "strong_poison_lingering_potion", + "cloudpotpoisonstrong": "strong_poison_lingering_potion", + "cloudpotpstrong": "strong_poison_lingering_potion", + "lingerpotacidii": "strong_poison_lingering_potion", + "lingerpotacidlevelii": "strong_poison_lingering_potion", + "lingerpotacidstrong": "strong_poison_lingering_potion", + "lingerpotpii": "strong_poison_lingering_potion", + "lingerpotplevelii": "strong_poison_lingering_potion", + "lingerpotpoisonii": "strong_poison_lingering_potion", + "lingerpotpoisonlevelii": "strong_poison_lingering_potion", + "lingerpotpoisonstrong": "strong_poison_lingering_potion", + "lingerpotpstrong": "strong_poison_lingering_potion", + "paoepoiontii": "strong_poison_lingering_potion", + "paoepoiontlevelii": "strong_poison_lingering_potion", + "paoepoiontstrong": "strong_poison_lingering_potion", + "paoepotii": "strong_poison_lingering_potion", + "paoepotlevelii": "strong_poison_lingering_potion", + "paoepotstrong": "strong_poison_lingering_potion", + "pareapotii": "strong_poison_lingering_potion", + "pareapotionii": "strong_poison_lingering_potion", + "pareapotionlevelii": "strong_poison_lingering_potion", + "pareapotionstrong": "strong_poison_lingering_potion", + "pareapotlevelii": "strong_poison_lingering_potion", + "pareapotstrong": "strong_poison_lingering_potion", + "pcloudpotii": "strong_poison_lingering_potion", + "pcloudpotionii": "strong_poison_lingering_potion", + "pcloudpotionlevelii": "strong_poison_lingering_potion", + "pcloudpotionstrong": "strong_poison_lingering_potion", + "pcloudpotlevelii": "strong_poison_lingering_potion", + "pcloudpotstrong": "strong_poison_lingering_potion", + "plingerpotii": "strong_poison_lingering_potion", + "plingerpotlevelii": "strong_poison_lingering_potion", + "plingerpotstrong": "strong_poison_lingering_potion", + "poisonaoepoiontii": "strong_poison_lingering_potion", + "poisonaoepoiontlevelii": "strong_poison_lingering_potion", + "poisonaoepoiontstrong": "strong_poison_lingering_potion", + "poisonaoepotii": "strong_poison_lingering_potion", + "poisonaoepotlevelii": "strong_poison_lingering_potion", + "poisonaoepotstrong": "strong_poison_lingering_potion", + "poisonareapotii": "strong_poison_lingering_potion", + "poisonareapotionii": "strong_poison_lingering_potion", + "poisonareapotionlevelii": "strong_poison_lingering_potion", + "poisonareapotionstrong": "strong_poison_lingering_potion", + "poisonareapotlevelii": "strong_poison_lingering_potion", + "poisonareapotstrong": "strong_poison_lingering_potion", + "poisoncloudpotii": "strong_poison_lingering_potion", + "poisoncloudpotionii": "strong_poison_lingering_potion", + "poisoncloudpotionlevelii": "strong_poison_lingering_potion", + "poisoncloudpotionstrong": "strong_poison_lingering_potion", + "poisoncloudpotlevelii": "strong_poison_lingering_potion", + "poisoncloudpotstrong": "strong_poison_lingering_potion", + "poisonlingerpotii": "strong_poison_lingering_potion", + "poisonlingerpotlevelii": "strong_poison_lingering_potion", + "poisonlingerpotstrong": "strong_poison_lingering_potion", + "strong_poison_potion": { + "potionData": { + "type": "POISON", + "upgraded": true, + "extended": false + }, + "material": "POTION" + }, + "acidiipot": "strong_poison_potion", + "acidiipotion": "strong_poison_potion", + "acidleveliipot": "strong_poison_potion", + "acidleveliipotion": "strong_poison_potion", + "acidstrongpot": "strong_poison_potion", + "acidstrongpotion": "strong_poison_potion", + "piipot": "strong_poison_potion", + "piipotion": "strong_poison_potion", + "pleveliipot": "strong_poison_potion", + "pleveliipotion": "strong_poison_potion", + "poisoniipot": "strong_poison_potion", + "poisoniipotion": "strong_poison_potion", + "poisonleveliipot": "strong_poison_potion", + "poisonleveliipotion": "strong_poison_potion", + "poisonstrongpot": "strong_poison_potion", + "poisonstrongpotion": "strong_poison_potion", + "potionofacidii": "strong_poison_potion", + "potionofacidlevelii": "strong_poison_potion", + "potionofacidstrong": "strong_poison_potion", + "potionofpii": "strong_poison_potion", + "potionofplevelii": "strong_poison_potion", + "potionofpoisonii": "strong_poison_potion", + "potionofpoisonlevelii": "strong_poison_potion", + "potionofpoisonstrong": "strong_poison_potion", + "potionofpstrong": "strong_poison_potion", + "potofacidii": "strong_poison_potion", + "potofacidlevelii": "strong_poison_potion", + "potofacidstrong": "strong_poison_potion", + "potofpii": "strong_poison_potion", + "potofplevelii": "strong_poison_potion", + "potofpoisonii": "strong_poison_potion", + "potofpoisonlevelii": "strong_poison_potion", + "potofpoisonstrong": "strong_poison_potion", + "potofpstrong": "strong_poison_potion", + "pstrongpot": "strong_poison_potion", + "pstrongpotion": "strong_poison_potion", + "strong_poison_splash_potion": { + "potionData": { + "type": "POISON", + "upgraded": true, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "acidiisplashpot": "strong_poison_splash_potion", + "acidiisplashpotion": "strong_poison_splash_potion", + "acidleveliisplashpot": "strong_poison_splash_potion", + "acidleveliisplashpotion": "strong_poison_splash_potion", + "acidstrongsplashpot": "strong_poison_splash_potion", + "acidstrongsplashpotion": "strong_poison_splash_potion", + "piisplashpot": "strong_poison_splash_potion", + "piisplashpotion": "strong_poison_splash_potion", + "pleveliisplashpot": "strong_poison_splash_potion", + "pleveliisplashpotion": "strong_poison_splash_potion", + "poisoniisplashpot": "strong_poison_splash_potion", + "poisoniisplashpotion": "strong_poison_splash_potion", + "poisonleveliisplashpot": "strong_poison_splash_potion", + "poisonleveliisplashpotion": "strong_poison_splash_potion", + "poisonstrongsplashpot": "strong_poison_splash_potion", + "poisonstrongsplashpotion": "strong_poison_splash_potion", + "pstrongsplashpot": "strong_poison_splash_potion", + "pstrongsplashpotion": "strong_poison_splash_potion", + "splacidiipot": "strong_poison_splash_potion", + "splacidiipotion": "strong_poison_splash_potion", + "splacidleveliipot": "strong_poison_splash_potion", + "splacidleveliipotion": "strong_poison_splash_potion", + "splacidstrongpot": "strong_poison_splash_potion", + "splacidstrongpotion": "strong_poison_splash_potion", + "splashacidiipot": "strong_poison_splash_potion", + "splashacidiipotion": "strong_poison_splash_potion", + "splashacidleveliipot": "strong_poison_splash_potion", + "splashacidleveliipotion": "strong_poison_splash_potion", + "splashacidstrongpot": "strong_poison_splash_potion", + "splashacidstrongpotion": "strong_poison_splash_potion", + "splashpiipot": "strong_poison_splash_potion", + "splashpiipotion": "strong_poison_splash_potion", + "splashpleveliipot": "strong_poison_splash_potion", + "splashpleveliipotion": "strong_poison_splash_potion", + "splashpoisoniipot": "strong_poison_splash_potion", + "splashpoisoniipotion": "strong_poison_splash_potion", + "splashpoisonleveliipot": "strong_poison_splash_potion", + "splashpoisonleveliipotion": "strong_poison_splash_potion", + "splashpoisonstrongpot": "strong_poison_splash_potion", + "splashpoisonstrongpotion": "strong_poison_splash_potion", + "splashpstrongpot": "strong_poison_splash_potion", + "splashpstrongpotion": "strong_poison_splash_potion", + "splpiipot": "strong_poison_splash_potion", + "splpiipotion": "strong_poison_splash_potion", + "splpleveliipot": "strong_poison_splash_potion", + "splpleveliipotion": "strong_poison_splash_potion", + "splpoisoniipot": "strong_poison_splash_potion", + "splpoisoniipotion": "strong_poison_splash_potion", + "splpoisonleveliipot": "strong_poison_splash_potion", + "splpoisonleveliipotion": "strong_poison_splash_potion", + "splpoisonstrongpot": "strong_poison_splash_potion", + "splpoisonstrongpotion": "strong_poison_splash_potion", + "splpstrongpot": "strong_poison_splash_potion", + "splpstrongpotion": "strong_poison_splash_potion", + "strong_poison_tipped_arrow": { + "potionData": { + "type": "POISON", + "upgraded": true, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "acidarrowii": "strong_poison_tipped_arrow", + "acidarrowlevelii": "strong_poison_tipped_arrow", + "acidarrowstrong": "strong_poison_tipped_arrow", + "acidiitarr": "strong_poison_tipped_arrow", + "acidiitarrow": "strong_poison_tipped_arrow", + "acidiitippedarrow": "strong_poison_tipped_arrow", + "acidleveliitarr": "strong_poison_tipped_arrow", + "acidleveliitarrow": "strong_poison_tipped_arrow", + "acidleveliitippedarrow": "strong_poison_tipped_arrow", + "acidstrongtarr": "strong_poison_tipped_arrow", + "acidstrongtarrow": "strong_poison_tipped_arrow", + "acidstrongtippedarrow": "strong_poison_tipped_arrow", + "arrowacidii": "strong_poison_tipped_arrow", + "arrowacidlevelii": "strong_poison_tipped_arrow", + "arrowacidstrong": "strong_poison_tipped_arrow", + "arrowpii": "strong_poison_tipped_arrow", + "arrowplevelii": "strong_poison_tipped_arrow", + "arrowpoisonii": "strong_poison_tipped_arrow", + "arrowpoisonlevelii": "strong_poison_tipped_arrow", + "arrowpoisonstrong": "strong_poison_tipped_arrow", + "arrowpstrong": "strong_poison_tipped_arrow", + "parrowii": "strong_poison_tipped_arrow", + "parrowlevelii": "strong_poison_tipped_arrow", + "parrowstrong": "strong_poison_tipped_arrow", + "piitarr": "strong_poison_tipped_arrow", + "piitarrow": "strong_poison_tipped_arrow", + "piitippedarrow": "strong_poison_tipped_arrow", + "pleveliitarr": "strong_poison_tipped_arrow", + "pleveliitarrow": "strong_poison_tipped_arrow", + "pleveliitippedarrow": "strong_poison_tipped_arrow", + "poisonarrowii": "strong_poison_tipped_arrow", + "poisonarrowlevelii": "strong_poison_tipped_arrow", + "poisonarrowstrong": "strong_poison_tipped_arrow", + "poisoniitarr": "strong_poison_tipped_arrow", + "poisoniitarrow": "strong_poison_tipped_arrow", + "poisoniitippedarrow": "strong_poison_tipped_arrow", + "poisonleveliitarr": "strong_poison_tipped_arrow", + "poisonleveliitarrow": "strong_poison_tipped_arrow", + "poisonleveliitippedarrow": "strong_poison_tipped_arrow", + "poisonstrongtarr": "strong_poison_tipped_arrow", + "poisonstrongtarrow": "strong_poison_tipped_arrow", + "poisonstrongtippedarrow": "strong_poison_tipped_arrow", + "pstrongtarr": "strong_poison_tipped_arrow", + "pstrongtarrow": "strong_poison_tipped_arrow", + "pstrongtippedarrow": "strong_poison_tipped_arrow", + "strong_regeneration_lingering_potion": { + "potionData": { + "type": "REGEN", + "upgraded": true, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionregenerateii": "strong_regeneration_lingering_potion", + "aoepotionregeneratelevelii": "strong_regeneration_lingering_potion", + "aoepotionregeneratestrong": "strong_regeneration_lingering_potion", + "aoepotionregenerationii": "strong_regeneration_lingering_potion", + "aoepotionregenerationlevelii": "strong_regeneration_lingering_potion", + "aoepotionregenerationstrong": "strong_regeneration_lingering_potion", + "aoepotionregenii": "strong_regeneration_lingering_potion", + "aoepotionregenlevelii": "strong_regeneration_lingering_potion", + "aoepotionregenstrong": "strong_regeneration_lingering_potion", + "aoepotregenerateii": "strong_regeneration_lingering_potion", + "aoepotregeneratelevelii": "strong_regeneration_lingering_potion", + "aoepotregeneratestrong": "strong_regeneration_lingering_potion", + "aoepotregenerationii": "strong_regeneration_lingering_potion", + "aoepotregenerationlevelii": "strong_regeneration_lingering_potion", + "aoepotregenerationstrong": "strong_regeneration_lingering_potion", + "aoepotregenii": "strong_regeneration_lingering_potion", + "aoepotregenlevelii": "strong_regeneration_lingering_potion", + "aoepotregenstrong": "strong_regeneration_lingering_potion", + "areapotionregenerateii": "strong_regeneration_lingering_potion", + "areapotionregeneratelevelii": "strong_regeneration_lingering_potion", + "areapotionregeneratestrong": "strong_regeneration_lingering_potion", + "areapotionregenerationii": "strong_regeneration_lingering_potion", + "areapotionregenerationlevelii": "strong_regeneration_lingering_potion", + "areapotionregenerationstrong": "strong_regeneration_lingering_potion", + "areapotionregenii": "strong_regeneration_lingering_potion", + "areapotionregenlevelii": "strong_regeneration_lingering_potion", + "areapotionregenstrong": "strong_regeneration_lingering_potion", + "areapotregenerateii": "strong_regeneration_lingering_potion", + "areapotregeneratelevelii": "strong_regeneration_lingering_potion", + "areapotregeneratestrong": "strong_regeneration_lingering_potion", + "areapotregenerationii": "strong_regeneration_lingering_potion", + "areapotregenerationlevelii": "strong_regeneration_lingering_potion", + "areapotregenerationstrong": "strong_regeneration_lingering_potion", + "areapotregenii": "strong_regeneration_lingering_potion", + "areapotregenlevelii": "strong_regeneration_lingering_potion", + "areapotregenstrong": "strong_regeneration_lingering_potion", + "cloudpotionregenerateii": "strong_regeneration_lingering_potion", + "cloudpotionregeneratelevelii": "strong_regeneration_lingering_potion", + "cloudpotionregeneratestrong": "strong_regeneration_lingering_potion", + "cloudpotionregenerationii": "strong_regeneration_lingering_potion", + "cloudpotionregenerationlevelii": "strong_regeneration_lingering_potion", + "cloudpotionregenerationstrong": "strong_regeneration_lingering_potion", + "cloudpotionregenii": "strong_regeneration_lingering_potion", + "cloudpotionregenlevelii": "strong_regeneration_lingering_potion", + "cloudpotionregenstrong": "strong_regeneration_lingering_potion", + "cloudpotregenerateii": "strong_regeneration_lingering_potion", + "cloudpotregeneratelevelii": "strong_regeneration_lingering_potion", + "cloudpotregeneratestrong": "strong_regeneration_lingering_potion", + "cloudpotregenerationii": "strong_regeneration_lingering_potion", + "cloudpotregenerationlevelii": "strong_regeneration_lingering_potion", + "cloudpotregenerationstrong": "strong_regeneration_lingering_potion", + "cloudpotregenii": "strong_regeneration_lingering_potion", + "cloudpotregenlevelii": "strong_regeneration_lingering_potion", + "cloudpotregenstrong": "strong_regeneration_lingering_potion", + "lingerpotregenerateii": "strong_regeneration_lingering_potion", + "lingerpotregeneratelevelii": "strong_regeneration_lingering_potion", + "lingerpotregeneratestrong": "strong_regeneration_lingering_potion", + "lingerpotregenerationii": "strong_regeneration_lingering_potion", + "lingerpotregenerationlevelii": "strong_regeneration_lingering_potion", + "lingerpotregenerationstrong": "strong_regeneration_lingering_potion", + "lingerpotregenii": "strong_regeneration_lingering_potion", + "lingerpotregenlevelii": "strong_regeneration_lingering_potion", + "lingerpotregenstrong": "strong_regeneration_lingering_potion", + "regenaoepoiontii": "strong_regeneration_lingering_potion", + "regenaoepoiontlevelii": "strong_regeneration_lingering_potion", + "regenaoepoiontstrong": "strong_regeneration_lingering_potion", + "regenaoepotii": "strong_regeneration_lingering_potion", + "regenaoepotlevelii": "strong_regeneration_lingering_potion", + "regenaoepotstrong": "strong_regeneration_lingering_potion", + "regenareapotii": "strong_regeneration_lingering_potion", + "regenareapotionii": "strong_regeneration_lingering_potion", + "regenareapotionlevelii": "strong_regeneration_lingering_potion", + "regenareapotionstrong": "strong_regeneration_lingering_potion", + "regenareapotlevelii": "strong_regeneration_lingering_potion", + "regenareapotstrong": "strong_regeneration_lingering_potion", + "regencloudpotii": "strong_regeneration_lingering_potion", + "regencloudpotionii": "strong_regeneration_lingering_potion", + "regencloudpotionlevelii": "strong_regeneration_lingering_potion", + "regencloudpotionstrong": "strong_regeneration_lingering_potion", + "regencloudpotlevelii": "strong_regeneration_lingering_potion", + "regencloudpotstrong": "strong_regeneration_lingering_potion", + "regenerateaoepoiontii": "strong_regeneration_lingering_potion", + "regenerateaoepoiontlevelii": "strong_regeneration_lingering_potion", + "regenerateaoepoiontstrong": "strong_regeneration_lingering_potion", + "regenerateaoepotii": "strong_regeneration_lingering_potion", + "regenerateaoepotlevelii": "strong_regeneration_lingering_potion", + "regenerateaoepotstrong": "strong_regeneration_lingering_potion", + "regenerateareapotii": "strong_regeneration_lingering_potion", + "regenerateareapotionii": "strong_regeneration_lingering_potion", + "regenerateareapotionlevelii": "strong_regeneration_lingering_potion", + "regenerateareapotionstrong": "strong_regeneration_lingering_potion", + "regenerateareapotlevelii": "strong_regeneration_lingering_potion", + "regenerateareapotstrong": "strong_regeneration_lingering_potion", + "regeneratecloudpotii": "strong_regeneration_lingering_potion", + "regeneratecloudpotionii": "strong_regeneration_lingering_potion", + "regeneratecloudpotionlevelii": "strong_regeneration_lingering_potion", + "regeneratecloudpotionstrong": "strong_regeneration_lingering_potion", + "regeneratecloudpotlevelii": "strong_regeneration_lingering_potion", + "regeneratecloudpotstrong": "strong_regeneration_lingering_potion", + "regeneratelingerpotii": "strong_regeneration_lingering_potion", + "regeneratelingerpotlevelii": "strong_regeneration_lingering_potion", + "regeneratelingerpotstrong": "strong_regeneration_lingering_potion", + "regenerationaoepoiontii": "strong_regeneration_lingering_potion", + "regenerationaoepoiontlevelii": "strong_regeneration_lingering_potion", + "regenerationaoepoiontstrong": "strong_regeneration_lingering_potion", + "regenerationaoepotii": "strong_regeneration_lingering_potion", + "regenerationaoepotlevelii": "strong_regeneration_lingering_potion", + "regenerationaoepotstrong": "strong_regeneration_lingering_potion", + "regenerationareapotii": "strong_regeneration_lingering_potion", + "regenerationareapotionii": "strong_regeneration_lingering_potion", + "regenerationareapotionlevelii": "strong_regeneration_lingering_potion", + "regenerationareapotionstrong": "strong_regeneration_lingering_potion", + "regenerationareapotlevelii": "strong_regeneration_lingering_potion", + "regenerationareapotstrong": "strong_regeneration_lingering_potion", + "regenerationcloudpotii": "strong_regeneration_lingering_potion", + "regenerationcloudpotionii": "strong_regeneration_lingering_potion", + "regenerationcloudpotionlevelii": "strong_regeneration_lingering_potion", + "regenerationcloudpotionstrong": "strong_regeneration_lingering_potion", + "regenerationcloudpotlevelii": "strong_regeneration_lingering_potion", + "regenerationcloudpotstrong": "strong_regeneration_lingering_potion", + "regenerationlingerpotii": "strong_regeneration_lingering_potion", + "regenerationlingerpotlevelii": "strong_regeneration_lingering_potion", + "regenerationlingerpotstrong": "strong_regeneration_lingering_potion", + "regenlingerpotii": "strong_regeneration_lingering_potion", + "regenlingerpotlevelii": "strong_regeneration_lingering_potion", + "regenlingerpotstrong": "strong_regeneration_lingering_potion", + "strong_regeneration_potion": { + "potionData": { + "type": "REGEN", + "upgraded": true, + "extended": false + }, + "material": "POTION" + }, + "potionofregenerateii": "strong_regeneration_potion", + "potionofregeneratelevelii": "strong_regeneration_potion", + "potionofregeneratestrong": "strong_regeneration_potion", + "potionofregenerationii": "strong_regeneration_potion", + "potionofregenerationlevelii": "strong_regeneration_potion", + "potionofregenerationstrong": "strong_regeneration_potion", + "potionofregenii": "strong_regeneration_potion", + "potionofregenlevelii": "strong_regeneration_potion", + "potionofregenstrong": "strong_regeneration_potion", + "potofregenerateii": "strong_regeneration_potion", + "potofregeneratelevelii": "strong_regeneration_potion", + "potofregeneratestrong": "strong_regeneration_potion", + "potofregenerationii": "strong_regeneration_potion", + "potofregenerationlevelii": "strong_regeneration_potion", + "potofregenerationstrong": "strong_regeneration_potion", + "potofregenii": "strong_regeneration_potion", + "potofregenlevelii": "strong_regeneration_potion", + "potofregenstrong": "strong_regeneration_potion", + "regenerateiipot": "strong_regeneration_potion", + "regenerateiipotion": "strong_regeneration_potion", + "regenerateleveliipot": "strong_regeneration_potion", + "regenerateleveliipotion": "strong_regeneration_potion", + "regeneratestrongpot": "strong_regeneration_potion", + "regeneratestrongpotion": "strong_regeneration_potion", + "regenerationiipot": "strong_regeneration_potion", + "regenerationiipotion": "strong_regeneration_potion", + "regenerationleveliipot": "strong_regeneration_potion", + "regenerationleveliipotion": "strong_regeneration_potion", + "regenerationstrongpot": "strong_regeneration_potion", + "regenerationstrongpotion": "strong_regeneration_potion", + "regeniipot": "strong_regeneration_potion", + "regeniipotion": "strong_regeneration_potion", + "regenleveliipot": "strong_regeneration_potion", + "regenleveliipotion": "strong_regeneration_potion", + "regenstrongpot": "strong_regeneration_potion", + "regenstrongpotion": "strong_regeneration_potion", + "strong_regeneration_splash_potion": { + "potionData": { + "type": "REGEN", + "upgraded": true, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "regenerateiisplashpot": "strong_regeneration_splash_potion", + "regenerateiisplashpotion": "strong_regeneration_splash_potion", + "regenerateleveliisplashpot": "strong_regeneration_splash_potion", + "regenerateleveliisplashpotion": "strong_regeneration_splash_potion", + "regeneratestrongsplashpot": "strong_regeneration_splash_potion", + "regeneratestrongsplashpotion": "strong_regeneration_splash_potion", + "regenerationiisplashpot": "strong_regeneration_splash_potion", + "regenerationiisplashpotion": "strong_regeneration_splash_potion", + "regenerationleveliisplashpot": "strong_regeneration_splash_potion", + "regenerationleveliisplashpotion": "strong_regeneration_splash_potion", + "regenerationstrongsplashpot": "strong_regeneration_splash_potion", + "regenerationstrongsplashpotion": "strong_regeneration_splash_potion", + "regeniisplashpot": "strong_regeneration_splash_potion", + "regeniisplashpotion": "strong_regeneration_splash_potion", + "regenleveliisplashpot": "strong_regeneration_splash_potion", + "regenleveliisplashpotion": "strong_regeneration_splash_potion", + "regenstrongsplashpot": "strong_regeneration_splash_potion", + "regenstrongsplashpotion": "strong_regeneration_splash_potion", + "splashregenerateiipot": "strong_regeneration_splash_potion", + "splashregenerateiipotion": "strong_regeneration_splash_potion", + "splashregenerateleveliipot": "strong_regeneration_splash_potion", + "splashregenerateleveliipotion": "strong_regeneration_splash_potion", + "splashregeneratestrongpot": "strong_regeneration_splash_potion", + "splashregeneratestrongpotion": "strong_regeneration_splash_potion", + "splashregenerationiipot": "strong_regeneration_splash_potion", + "splashregenerationiipotion": "strong_regeneration_splash_potion", + "splashregenerationleveliipot": "strong_regeneration_splash_potion", + "splashregenerationleveliipotion": "strong_regeneration_splash_potion", + "splashregenerationstrongpot": "strong_regeneration_splash_potion", + "splashregenerationstrongpotion": "strong_regeneration_splash_potion", + "splashregeniipot": "strong_regeneration_splash_potion", + "splashregeniipotion": "strong_regeneration_splash_potion", + "splashregenleveliipot": "strong_regeneration_splash_potion", + "splashregenleveliipotion": "strong_regeneration_splash_potion", + "splashregenstrongpot": "strong_regeneration_splash_potion", + "splashregenstrongpotion": "strong_regeneration_splash_potion", + "splregenerateiipot": "strong_regeneration_splash_potion", + "splregenerateiipotion": "strong_regeneration_splash_potion", + "splregenerateleveliipot": "strong_regeneration_splash_potion", + "splregenerateleveliipotion": "strong_regeneration_splash_potion", + "splregeneratestrongpot": "strong_regeneration_splash_potion", + "splregeneratestrongpotion": "strong_regeneration_splash_potion", + "splregenerationiipot": "strong_regeneration_splash_potion", + "splregenerationiipotion": "strong_regeneration_splash_potion", + "splregenerationleveliipot": "strong_regeneration_splash_potion", + "splregenerationleveliipotion": "strong_regeneration_splash_potion", + "splregenerationstrongpot": "strong_regeneration_splash_potion", + "splregenerationstrongpotion": "strong_regeneration_splash_potion", + "splregeniipot": "strong_regeneration_splash_potion", + "splregeniipotion": "strong_regeneration_splash_potion", + "splregenleveliipot": "strong_regeneration_splash_potion", + "splregenleveliipotion": "strong_regeneration_splash_potion", + "splregenstrongpot": "strong_regeneration_splash_potion", + "splregenstrongpotion": "strong_regeneration_splash_potion", + "strong_regeneration_tipped_arrow": { + "potionData": { + "type": "REGEN", + "upgraded": true, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowregenerateii": "strong_regeneration_tipped_arrow", + "arrowregeneratelevelii": "strong_regeneration_tipped_arrow", + "arrowregeneratestrong": "strong_regeneration_tipped_arrow", + "arrowregenerationii": "strong_regeneration_tipped_arrow", + "arrowregenerationlevelii": "strong_regeneration_tipped_arrow", + "arrowregenerationstrong": "strong_regeneration_tipped_arrow", + "arrowregenii": "strong_regeneration_tipped_arrow", + "arrowregenlevelii": "strong_regeneration_tipped_arrow", + "arrowregenstrong": "strong_regeneration_tipped_arrow", + "regenarrowii": "strong_regeneration_tipped_arrow", + "regenarrowlevelii": "strong_regeneration_tipped_arrow", + "regenarrowstrong": "strong_regeneration_tipped_arrow", + "regeneratearrowii": "strong_regeneration_tipped_arrow", + "regeneratearrowlevelii": "strong_regeneration_tipped_arrow", + "regeneratearrowstrong": "strong_regeneration_tipped_arrow", + "regenerateiitarr": "strong_regeneration_tipped_arrow", + "regenerateiitarrow": "strong_regeneration_tipped_arrow", + "regenerateiitippedarrow": "strong_regeneration_tipped_arrow", + "regenerateleveliitarr": "strong_regeneration_tipped_arrow", + "regenerateleveliitarrow": "strong_regeneration_tipped_arrow", + "regenerateleveliitippedarrow": "strong_regeneration_tipped_arrow", + "regeneratestrongtarr": "strong_regeneration_tipped_arrow", + "regeneratestrongtarrow": "strong_regeneration_tipped_arrow", + "regeneratestrongtippedarrow": "strong_regeneration_tipped_arrow", + "regenerationarrowii": "strong_regeneration_tipped_arrow", + "regenerationarrowlevelii": "strong_regeneration_tipped_arrow", + "regenerationarrowstrong": "strong_regeneration_tipped_arrow", + "regenerationiitarr": "strong_regeneration_tipped_arrow", + "regenerationiitarrow": "strong_regeneration_tipped_arrow", + "regenerationiitippedarrow": "strong_regeneration_tipped_arrow", + "regenerationleveliitarr": "strong_regeneration_tipped_arrow", + "regenerationleveliitarrow": "strong_regeneration_tipped_arrow", + "regenerationleveliitippedarrow": "strong_regeneration_tipped_arrow", + "regenerationstrongtarr": "strong_regeneration_tipped_arrow", + "regenerationstrongtarrow": "strong_regeneration_tipped_arrow", + "regenerationstrongtippedarrow": "strong_regeneration_tipped_arrow", + "regeniitarr": "strong_regeneration_tipped_arrow", + "regeniitarrow": "strong_regeneration_tipped_arrow", + "regeniitippedarrow": "strong_regeneration_tipped_arrow", + "regenleveliitarr": "strong_regeneration_tipped_arrow", + "regenleveliitarrow": "strong_regeneration_tipped_arrow", + "regenleveliitippedarrow": "strong_regeneration_tipped_arrow", + "regenstrongtarr": "strong_regeneration_tipped_arrow", + "regenstrongtarrow": "strong_regeneration_tipped_arrow", + "regenstrongtippedarrow": "strong_regeneration_tipped_arrow", + "strong_slowness_lingering_potion": { + "potionData": { + "type": "SLOWNESS", + "upgraded": true, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionslowii": "strong_slowness_lingering_potion", + "aoepotionslowlevelii": "strong_slowness_lingering_potion", + "aoepotionslownessii": "strong_slowness_lingering_potion", + "aoepotionslownesslevelii": "strong_slowness_lingering_potion", + "aoepotionslownessstrong": "strong_slowness_lingering_potion", + "aoepotionslowstrong": "strong_slowness_lingering_potion", + "aoepotslowii": "strong_slowness_lingering_potion", + "aoepotslowlevelii": "strong_slowness_lingering_potion", + "aoepotslownessii": "strong_slowness_lingering_potion", + "aoepotslownesslevelii": "strong_slowness_lingering_potion", + "aoepotslownessstrong": "strong_slowness_lingering_potion", + "aoepotslowstrong": "strong_slowness_lingering_potion", + "areapotionslowii": "strong_slowness_lingering_potion", + "areapotionslowlevelii": "strong_slowness_lingering_potion", + "areapotionslownessii": "strong_slowness_lingering_potion", + "areapotionslownesslevelii": "strong_slowness_lingering_potion", + "areapotionslownessstrong": "strong_slowness_lingering_potion", + "areapotionslowstrong": "strong_slowness_lingering_potion", + "areapotslowii": "strong_slowness_lingering_potion", + "areapotslowlevelii": "strong_slowness_lingering_potion", + "areapotslownessii": "strong_slowness_lingering_potion", + "areapotslownesslevelii": "strong_slowness_lingering_potion", + "areapotslownessstrong": "strong_slowness_lingering_potion", + "areapotslowstrong": "strong_slowness_lingering_potion", + "cloudpotionslowii": "strong_slowness_lingering_potion", + "cloudpotionslowlevelii": "strong_slowness_lingering_potion", + "cloudpotionslownessii": "strong_slowness_lingering_potion", + "cloudpotionslownesslevelii": "strong_slowness_lingering_potion", + "cloudpotionslownessstrong": "strong_slowness_lingering_potion", + "cloudpotionslowstrong": "strong_slowness_lingering_potion", + "cloudpotslowii": "strong_slowness_lingering_potion", + "cloudpotslowlevelii": "strong_slowness_lingering_potion", + "cloudpotslownessii": "strong_slowness_lingering_potion", + "cloudpotslownesslevelii": "strong_slowness_lingering_potion", + "cloudpotslownessstrong": "strong_slowness_lingering_potion", + "cloudpotslowstrong": "strong_slowness_lingering_potion", + "lingerpotslowii": "strong_slowness_lingering_potion", + "lingerpotslowlevelii": "strong_slowness_lingering_potion", + "lingerpotslownessii": "strong_slowness_lingering_potion", + "lingerpotslownesslevelii": "strong_slowness_lingering_potion", + "lingerpotslownessstrong": "strong_slowness_lingering_potion", + "lingerpotslowstrong": "strong_slowness_lingering_potion", + "slowaoepoiontii": "strong_slowness_lingering_potion", + "slowaoepoiontlevelii": "strong_slowness_lingering_potion", + "slowaoepoiontstrong": "strong_slowness_lingering_potion", + "slowaoepotii": "strong_slowness_lingering_potion", + "slowaoepotlevelii": "strong_slowness_lingering_potion", + "slowaoepotstrong": "strong_slowness_lingering_potion", + "slowareapotii": "strong_slowness_lingering_potion", + "slowareapotionii": "strong_slowness_lingering_potion", + "slowareapotionlevelii": "strong_slowness_lingering_potion", + "slowareapotionstrong": "strong_slowness_lingering_potion", + "slowareapotlevelii": "strong_slowness_lingering_potion", + "slowareapotstrong": "strong_slowness_lingering_potion", + "slowcloudpotii": "strong_slowness_lingering_potion", + "slowcloudpotionii": "strong_slowness_lingering_potion", + "slowcloudpotionlevelii": "strong_slowness_lingering_potion", + "slowcloudpotionstrong": "strong_slowness_lingering_potion", + "slowcloudpotlevelii": "strong_slowness_lingering_potion", + "slowcloudpotstrong": "strong_slowness_lingering_potion", + "slowlingerpotii": "strong_slowness_lingering_potion", + "slowlingerpotlevelii": "strong_slowness_lingering_potion", + "slowlingerpotstrong": "strong_slowness_lingering_potion", + "slownessaoepoiontii": "strong_slowness_lingering_potion", + "slownessaoepoiontlevelii": "strong_slowness_lingering_potion", + "slownessaoepoiontstrong": "strong_slowness_lingering_potion", + "slownessaoepotii": "strong_slowness_lingering_potion", + "slownessaoepotlevelii": "strong_slowness_lingering_potion", + "slownessaoepotstrong": "strong_slowness_lingering_potion", + "slownessareapotii": "strong_slowness_lingering_potion", + "slownessareapotionii": "strong_slowness_lingering_potion", + "slownessareapotionlevelii": "strong_slowness_lingering_potion", + "slownessareapotionstrong": "strong_slowness_lingering_potion", + "slownessareapotlevelii": "strong_slowness_lingering_potion", + "slownessareapotstrong": "strong_slowness_lingering_potion", + "slownesscloudpotii": "strong_slowness_lingering_potion", + "slownesscloudpotionii": "strong_slowness_lingering_potion", + "slownesscloudpotionlevelii": "strong_slowness_lingering_potion", + "slownesscloudpotionstrong": "strong_slowness_lingering_potion", + "slownesscloudpotlevelii": "strong_slowness_lingering_potion", + "slownesscloudpotstrong": "strong_slowness_lingering_potion", + "slownesslingerpotii": "strong_slowness_lingering_potion", + "slownesslingerpotlevelii": "strong_slowness_lingering_potion", + "slownesslingerpotstrong": "strong_slowness_lingering_potion", + "strong_slowness_potion": { + "potionData": { + "type": "SLOWNESS", + "upgraded": true, + "extended": false + }, + "material": "POTION" + }, + "potionofslowii": "strong_slowness_potion", + "potionofslowlevelii": "strong_slowness_potion", + "potionofslownessii": "strong_slowness_potion", + "potionofslownesslevelii": "strong_slowness_potion", + "potionofslownessstrong": "strong_slowness_potion", + "potionofslowstrong": "strong_slowness_potion", + "potofslowii": "strong_slowness_potion", + "potofslowlevelii": "strong_slowness_potion", + "potofslownessii": "strong_slowness_potion", + "potofslownesslevelii": "strong_slowness_potion", + "potofslownessstrong": "strong_slowness_potion", + "potofslowstrong": "strong_slowness_potion", + "slowiipot": "strong_slowness_potion", + "slowiipotion": "strong_slowness_potion", + "slowleveliipot": "strong_slowness_potion", + "slowleveliipotion": "strong_slowness_potion", + "slownessiipot": "strong_slowness_potion", + "slownessiipotion": "strong_slowness_potion", + "slownessleveliipot": "strong_slowness_potion", + "slownessleveliipotion": "strong_slowness_potion", + "slownessstrongpot": "strong_slowness_potion", + "slownessstrongpotion": "strong_slowness_potion", + "slowstrongpot": "strong_slowness_potion", + "slowstrongpotion": "strong_slowness_potion", + "strong_slowness_splash_potion": { + "potionData": { + "type": "SLOWNESS", + "upgraded": true, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "slowiisplashpot": "strong_slowness_splash_potion", + "slowiisplashpotion": "strong_slowness_splash_potion", + "slowleveliisplashpot": "strong_slowness_splash_potion", + "slowleveliisplashpotion": "strong_slowness_splash_potion", + "slownessiisplashpot": "strong_slowness_splash_potion", + "slownessiisplashpotion": "strong_slowness_splash_potion", + "slownessleveliisplashpot": "strong_slowness_splash_potion", + "slownessleveliisplashpotion": "strong_slowness_splash_potion", + "slownessstrongsplashpot": "strong_slowness_splash_potion", + "slownessstrongsplashpotion": "strong_slowness_splash_potion", + "slowstrongsplashpot": "strong_slowness_splash_potion", + "slowstrongsplashpotion": "strong_slowness_splash_potion", + "splashslowiipot": "strong_slowness_splash_potion", + "splashslowiipotion": "strong_slowness_splash_potion", + "splashslowleveliipot": "strong_slowness_splash_potion", + "splashslowleveliipotion": "strong_slowness_splash_potion", + "splashslownessiipot": "strong_slowness_splash_potion", + "splashslownessiipotion": "strong_slowness_splash_potion", + "splashslownessleveliipot": "strong_slowness_splash_potion", + "splashslownessleveliipotion": "strong_slowness_splash_potion", + "splashslownessstrongpot": "strong_slowness_splash_potion", + "splashslownessstrongpotion": "strong_slowness_splash_potion", + "splashslowstrongpot": "strong_slowness_splash_potion", + "splashslowstrongpotion": "strong_slowness_splash_potion", + "splslowiipot": "strong_slowness_splash_potion", + "splslowiipotion": "strong_slowness_splash_potion", + "splslowleveliipot": "strong_slowness_splash_potion", + "splslowleveliipotion": "strong_slowness_splash_potion", + "splslownessiipot": "strong_slowness_splash_potion", + "splslownessiipotion": "strong_slowness_splash_potion", + "splslownessleveliipot": "strong_slowness_splash_potion", + "splslownessleveliipotion": "strong_slowness_splash_potion", + "splslownessstrongpot": "strong_slowness_splash_potion", + "splslownessstrongpotion": "strong_slowness_splash_potion", + "splslowstrongpot": "strong_slowness_splash_potion", + "splslowstrongpotion": "strong_slowness_splash_potion", + "strong_slowness_tipped_arrow": { + "potionData": { + "type": "SLOWNESS", + "upgraded": true, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowslowii": "strong_slowness_tipped_arrow", + "arrowslowlevelii": "strong_slowness_tipped_arrow", + "arrowslownessii": "strong_slowness_tipped_arrow", + "arrowslownesslevelii": "strong_slowness_tipped_arrow", + "arrowslownessstrong": "strong_slowness_tipped_arrow", + "arrowslowstrong": "strong_slowness_tipped_arrow", + "slowarrowii": "strong_slowness_tipped_arrow", + "slowarrowlevelii": "strong_slowness_tipped_arrow", + "slowarrowstrong": "strong_slowness_tipped_arrow", + "slowiitarr": "strong_slowness_tipped_arrow", + "slowiitarrow": "strong_slowness_tipped_arrow", + "slowiitippedarrow": "strong_slowness_tipped_arrow", + "slowleveliitarr": "strong_slowness_tipped_arrow", + "slowleveliitarrow": "strong_slowness_tipped_arrow", + "slowleveliitippedarrow": "strong_slowness_tipped_arrow", + "slownessarrowii": "strong_slowness_tipped_arrow", + "slownessarrowlevelii": "strong_slowness_tipped_arrow", + "slownessarrowstrong": "strong_slowness_tipped_arrow", + "slownessiitarr": "strong_slowness_tipped_arrow", + "slownessiitarrow": "strong_slowness_tipped_arrow", + "slownessiitippedarrow": "strong_slowness_tipped_arrow", + "slownessleveliitarr": "strong_slowness_tipped_arrow", + "slownessleveliitarrow": "strong_slowness_tipped_arrow", + "slownessleveliitippedarrow": "strong_slowness_tipped_arrow", + "slownessstrongtarr": "strong_slowness_tipped_arrow", + "slownessstrongtarrow": "strong_slowness_tipped_arrow", + "slownessstrongtippedarrow": "strong_slowness_tipped_arrow", + "slowstrongtarr": "strong_slowness_tipped_arrow", + "slowstrongtarrow": "strong_slowness_tipped_arrow", + "slowstrongtippedarrow": "strong_slowness_tipped_arrow", + "strong_strength_lingering_potion": { + "potionData": { + "type": "STRENGTH", + "upgraded": true, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionstrengthii": "strong_strength_lingering_potion", + "aoepotionstrengthlevelii": "strong_strength_lingering_potion", + "aoepotionstrengthstrong": "strong_strength_lingering_potion", + "aoepotionstrii": "strong_strength_lingering_potion", + "aoepotionstrlevelii": "strong_strength_lingering_potion", + "aoepotionstrongii": "strong_strength_lingering_potion", + "aoepotionstronglevelii": "strong_strength_lingering_potion", + "aoepotionstrongstrong": "strong_strength_lingering_potion", + "aoepotionstrstrong": "strong_strength_lingering_potion", + "aoepotstrengthii": "strong_strength_lingering_potion", + "aoepotstrengthlevelii": "strong_strength_lingering_potion", + "aoepotstrengthstrong": "strong_strength_lingering_potion", + "aoepotstrii": "strong_strength_lingering_potion", + "aoepotstrlevelii": "strong_strength_lingering_potion", + "aoepotstrongii": "strong_strength_lingering_potion", + "aoepotstronglevelii": "strong_strength_lingering_potion", + "aoepotstrongstrong": "strong_strength_lingering_potion", + "aoepotstrstrong": "strong_strength_lingering_potion", + "areapotionstrengthii": "strong_strength_lingering_potion", + "areapotionstrengthlevelii": "strong_strength_lingering_potion", + "areapotionstrengthstrong": "strong_strength_lingering_potion", + "areapotionstrii": "strong_strength_lingering_potion", + "areapotionstrlevelii": "strong_strength_lingering_potion", + "areapotionstrongii": "strong_strength_lingering_potion", + "areapotionstronglevelii": "strong_strength_lingering_potion", + "areapotionstrongstrong": "strong_strength_lingering_potion", + "areapotionstrstrong": "strong_strength_lingering_potion", + "areapotstrengthii": "strong_strength_lingering_potion", + "areapotstrengthlevelii": "strong_strength_lingering_potion", + "areapotstrengthstrong": "strong_strength_lingering_potion", + "areapotstrii": "strong_strength_lingering_potion", + "areapotstrlevelii": "strong_strength_lingering_potion", + "areapotstrongii": "strong_strength_lingering_potion", + "areapotstronglevelii": "strong_strength_lingering_potion", + "areapotstrongstrong": "strong_strength_lingering_potion", + "areapotstrstrong": "strong_strength_lingering_potion", + "cloudpotionstrengthii": "strong_strength_lingering_potion", + "cloudpotionstrengthlevelii": "strong_strength_lingering_potion", + "cloudpotionstrengthstrong": "strong_strength_lingering_potion", + "cloudpotionstrii": "strong_strength_lingering_potion", + "cloudpotionstrlevelii": "strong_strength_lingering_potion", + "cloudpotionstrongii": "strong_strength_lingering_potion", + "cloudpotionstronglevelii": "strong_strength_lingering_potion", + "cloudpotionstrongstrong": "strong_strength_lingering_potion", + "cloudpotionstrstrong": "strong_strength_lingering_potion", + "cloudpotstrengthii": "strong_strength_lingering_potion", + "cloudpotstrengthlevelii": "strong_strength_lingering_potion", + "cloudpotstrengthstrong": "strong_strength_lingering_potion", + "cloudpotstrii": "strong_strength_lingering_potion", + "cloudpotstrlevelii": "strong_strength_lingering_potion", + "cloudpotstrongii": "strong_strength_lingering_potion", + "cloudpotstronglevelii": "strong_strength_lingering_potion", + "cloudpotstrongstrong": "strong_strength_lingering_potion", + "cloudpotstrstrong": "strong_strength_lingering_potion", + "lingerpotstrengthii": "strong_strength_lingering_potion", + "lingerpotstrengthlevelii": "strong_strength_lingering_potion", + "lingerpotstrengthstrong": "strong_strength_lingering_potion", + "lingerpotstrii": "strong_strength_lingering_potion", + "lingerpotstrlevelii": "strong_strength_lingering_potion", + "lingerpotstrongii": "strong_strength_lingering_potion", + "lingerpotstronglevelii": "strong_strength_lingering_potion", + "lingerpotstrongstrong": "strong_strength_lingering_potion", + "lingerpotstrstrong": "strong_strength_lingering_potion", + "straoepoiontii": "strong_strength_lingering_potion", + "straoepoiontlevelii": "strong_strength_lingering_potion", + "straoepoiontstrong": "strong_strength_lingering_potion", + "straoepotii": "strong_strength_lingering_potion", + "straoepotlevelii": "strong_strength_lingering_potion", + "straoepotstrong": "strong_strength_lingering_potion", + "strareapotii": "strong_strength_lingering_potion", + "strareapotionii": "strong_strength_lingering_potion", + "strareapotionlevelii": "strong_strength_lingering_potion", + "strareapotionstrong": "strong_strength_lingering_potion", + "strareapotlevelii": "strong_strength_lingering_potion", + "strareapotstrong": "strong_strength_lingering_potion", + "strcloudpotii": "strong_strength_lingering_potion", + "strcloudpotionii": "strong_strength_lingering_potion", + "strcloudpotionlevelii": "strong_strength_lingering_potion", + "strcloudpotionstrong": "strong_strength_lingering_potion", + "strcloudpotlevelii": "strong_strength_lingering_potion", + "strcloudpotstrong": "strong_strength_lingering_potion", + "strengthaoepoiontii": "strong_strength_lingering_potion", + "strengthaoepoiontlevelii": "strong_strength_lingering_potion", + "strengthaoepoiontstrong": "strong_strength_lingering_potion", + "strengthaoepotii": "strong_strength_lingering_potion", + "strengthaoepotlevelii": "strong_strength_lingering_potion", + "strengthaoepotstrong": "strong_strength_lingering_potion", + "strengthareapotii": "strong_strength_lingering_potion", + "strengthareapotionii": "strong_strength_lingering_potion", + "strengthareapotionlevelii": "strong_strength_lingering_potion", + "strengthareapotionstrong": "strong_strength_lingering_potion", + "strengthareapotlevelii": "strong_strength_lingering_potion", + "strengthareapotstrong": "strong_strength_lingering_potion", + "strengthcloudpotii": "strong_strength_lingering_potion", + "strengthcloudpotionii": "strong_strength_lingering_potion", + "strengthcloudpotionlevelii": "strong_strength_lingering_potion", + "strengthcloudpotionstrong": "strong_strength_lingering_potion", + "strengthcloudpotlevelii": "strong_strength_lingering_potion", + "strengthcloudpotstrong": "strong_strength_lingering_potion", + "strengthlingerpotii": "strong_strength_lingering_potion", + "strengthlingerpotlevelii": "strong_strength_lingering_potion", + "strengthlingerpotstrong": "strong_strength_lingering_potion", + "strlingerpotii": "strong_strength_lingering_potion", + "strlingerpotlevelii": "strong_strength_lingering_potion", + "strlingerpotstrong": "strong_strength_lingering_potion", + "strongaoepoiontii": "strong_strength_lingering_potion", + "strongaoepoiontlevelii": "strong_strength_lingering_potion", + "strongaoepoiontstrong": "strong_strength_lingering_potion", + "strongaoepotii": "strong_strength_lingering_potion", + "strongaoepotlevelii": "strong_strength_lingering_potion", + "strongaoepotstrong": "strong_strength_lingering_potion", + "strongareapotii": "strong_strength_lingering_potion", + "strongareapotionii": "strong_strength_lingering_potion", + "strongareapotionlevelii": "strong_strength_lingering_potion", + "strongareapotionstrong": "strong_strength_lingering_potion", + "strongareapotlevelii": "strong_strength_lingering_potion", + "strongareapotstrong": "strong_strength_lingering_potion", + "strongcloudpotii": "strong_strength_lingering_potion", + "strongcloudpotionii": "strong_strength_lingering_potion", + "strongcloudpotionlevelii": "strong_strength_lingering_potion", + "strongcloudpotionstrong": "strong_strength_lingering_potion", + "strongcloudpotlevelii": "strong_strength_lingering_potion", + "strongcloudpotstrong": "strong_strength_lingering_potion", + "stronglingerpotii": "strong_strength_lingering_potion", + "stronglingerpotlevelii": "strong_strength_lingering_potion", + "stronglingerpotstrong": "strong_strength_lingering_potion", + "strong_strength_potion": { + "potionData": { + "type": "STRENGTH", + "upgraded": true, + "extended": false + }, + "material": "POTION" + }, + "potionofstrengthii": "strong_strength_potion", + "potionofstrengthlevelii": "strong_strength_potion", + "potionofstrengthstrong": "strong_strength_potion", + "potionofstrii": "strong_strength_potion", + "potionofstrlevelii": "strong_strength_potion", + "potionofstrongii": "strong_strength_potion", + "potionofstronglevelii": "strong_strength_potion", + "potionofstrongstrong": "strong_strength_potion", + "potionofstrstrong": "strong_strength_potion", + "potofstrengthii": "strong_strength_potion", + "potofstrengthlevelii": "strong_strength_potion", + "potofstrengthstrong": "strong_strength_potion", + "potofstrii": "strong_strength_potion", + "potofstrlevelii": "strong_strength_potion", + "potofstrongii": "strong_strength_potion", + "potofstronglevelii": "strong_strength_potion", + "potofstrongstrong": "strong_strength_potion", + "potofstrstrong": "strong_strength_potion", + "strengthiipot": "strong_strength_potion", + "strengthiipotion": "strong_strength_potion", + "strengthleveliipot": "strong_strength_potion", + "strengthleveliipotion": "strong_strength_potion", + "strengthstrongpot": "strong_strength_potion", + "strengthstrongpotion": "strong_strength_potion", + "striipot": "strong_strength_potion", + "striipotion": "strong_strength_potion", + "strleveliipot": "strong_strength_potion", + "strleveliipotion": "strong_strength_potion", + "strongiipot": "strong_strength_potion", + "strongiipotion": "strong_strength_potion", + "strongleveliipot": "strong_strength_potion", + "strongleveliipotion": "strong_strength_potion", + "strongstrongpot": "strong_strength_potion", + "strongstrongpotion": "strong_strength_potion", + "strstrongpot": "strong_strength_potion", + "strstrongpotion": "strong_strength_potion", + "strong_strength_splash_potion": { + "potionData": { + "type": "STRENGTH", + "upgraded": true, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "splashstrengthiipot": "strong_strength_splash_potion", + "splashstrengthiipotion": "strong_strength_splash_potion", + "splashstrengthleveliipot": "strong_strength_splash_potion", + "splashstrengthleveliipotion": "strong_strength_splash_potion", + "splashstrengthstrongpot": "strong_strength_splash_potion", + "splashstrengthstrongpotion": "strong_strength_splash_potion", + "splashstriipot": "strong_strength_splash_potion", + "splashstriipotion": "strong_strength_splash_potion", + "splashstrleveliipot": "strong_strength_splash_potion", + "splashstrleveliipotion": "strong_strength_splash_potion", + "splashstrongiipot": "strong_strength_splash_potion", + "splashstrongiipotion": "strong_strength_splash_potion", + "splashstrongleveliipot": "strong_strength_splash_potion", + "splashstrongleveliipotion": "strong_strength_splash_potion", + "splashstrongstrongpot": "strong_strength_splash_potion", + "splashstrongstrongpotion": "strong_strength_splash_potion", + "splashstrstrongpot": "strong_strength_splash_potion", + "splashstrstrongpotion": "strong_strength_splash_potion", + "splstrengthiipot": "strong_strength_splash_potion", + "splstrengthiipotion": "strong_strength_splash_potion", + "splstrengthleveliipot": "strong_strength_splash_potion", + "splstrengthleveliipotion": "strong_strength_splash_potion", + "splstrengthstrongpot": "strong_strength_splash_potion", + "splstrengthstrongpotion": "strong_strength_splash_potion", + "splstriipot": "strong_strength_splash_potion", + "splstriipotion": "strong_strength_splash_potion", + "splstrleveliipot": "strong_strength_splash_potion", + "splstrleveliipotion": "strong_strength_splash_potion", + "splstrongiipot": "strong_strength_splash_potion", + "splstrongiipotion": "strong_strength_splash_potion", + "splstrongleveliipot": "strong_strength_splash_potion", + "splstrongleveliipotion": "strong_strength_splash_potion", + "splstrongstrongpot": "strong_strength_splash_potion", + "splstrongstrongpotion": "strong_strength_splash_potion", + "splstrstrongpot": "strong_strength_splash_potion", + "splstrstrongpotion": "strong_strength_splash_potion", + "strengthiisplashpot": "strong_strength_splash_potion", + "strengthiisplashpotion": "strong_strength_splash_potion", + "strengthleveliisplashpot": "strong_strength_splash_potion", + "strengthleveliisplashpotion": "strong_strength_splash_potion", + "strengthstrongsplashpot": "strong_strength_splash_potion", + "strengthstrongsplashpotion": "strong_strength_splash_potion", + "striisplashpot": "strong_strength_splash_potion", + "striisplashpotion": "strong_strength_splash_potion", + "strleveliisplashpot": "strong_strength_splash_potion", + "strleveliisplashpotion": "strong_strength_splash_potion", + "strongiisplashpot": "strong_strength_splash_potion", + "strongiisplashpotion": "strong_strength_splash_potion", + "strongleveliisplashpot": "strong_strength_splash_potion", + "strongleveliisplashpotion": "strong_strength_splash_potion", + "strongstrongsplashpot": "strong_strength_splash_potion", + "strongstrongsplashpotion": "strong_strength_splash_potion", + "strstrongsplashpot": "strong_strength_splash_potion", + "strstrongsplashpotion": "strong_strength_splash_potion", + "strong_strength_tipped_arrow": { + "potionData": { + "type": "STRENGTH", + "upgraded": true, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowstrengthii": "strong_strength_tipped_arrow", + "arrowstrengthlevelii": "strong_strength_tipped_arrow", + "arrowstrengthstrong": "strong_strength_tipped_arrow", + "arrowstrii": "strong_strength_tipped_arrow", + "arrowstrlevelii": "strong_strength_tipped_arrow", + "arrowstrongii": "strong_strength_tipped_arrow", + "arrowstronglevelii": "strong_strength_tipped_arrow", + "arrowstrongstrong": "strong_strength_tipped_arrow", + "arrowstrstrong": "strong_strength_tipped_arrow", + "strarrowii": "strong_strength_tipped_arrow", + "strarrowlevelii": "strong_strength_tipped_arrow", + "strarrowstrong": "strong_strength_tipped_arrow", + "strengtharrowii": "strong_strength_tipped_arrow", + "strengtharrowlevelii": "strong_strength_tipped_arrow", + "strengtharrowstrong": "strong_strength_tipped_arrow", + "strengthiitarr": "strong_strength_tipped_arrow", + "strengthiitarrow": "strong_strength_tipped_arrow", + "strengthiitippedarrow": "strong_strength_tipped_arrow", + "strengthleveliitarr": "strong_strength_tipped_arrow", + "strengthleveliitarrow": "strong_strength_tipped_arrow", + "strengthleveliitippedarrow": "strong_strength_tipped_arrow", + "strengthstrongtarr": "strong_strength_tipped_arrow", + "strengthstrongtarrow": "strong_strength_tipped_arrow", + "strengthstrongtippedarrow": "strong_strength_tipped_arrow", + "striitarr": "strong_strength_tipped_arrow", + "striitarrow": "strong_strength_tipped_arrow", + "striitippedarrow": "strong_strength_tipped_arrow", + "strleveliitarr": "strong_strength_tipped_arrow", + "strleveliitarrow": "strong_strength_tipped_arrow", + "strleveliitippedarrow": "strong_strength_tipped_arrow", + "strongarrowii": "strong_strength_tipped_arrow", + "strongarrowlevelii": "strong_strength_tipped_arrow", + "strongarrowstrong": "strong_strength_tipped_arrow", + "strongiitarr": "strong_strength_tipped_arrow", + "strongiitarrow": "strong_strength_tipped_arrow", + "strongiitippedarrow": "strong_strength_tipped_arrow", + "strongleveliitarr": "strong_strength_tipped_arrow", + "strongleveliitarrow": "strong_strength_tipped_arrow", + "strongleveliitippedarrow": "strong_strength_tipped_arrow", + "strongstrongtarr": "strong_strength_tipped_arrow", + "strongstrongtarrow": "strong_strength_tipped_arrow", + "strongstrongtippedarrow": "strong_strength_tipped_arrow", + "strstrongtarr": "strong_strength_tipped_arrow", + "strstrongtarrow": "strong_strength_tipped_arrow", + "strstrongtippedarrow": "strong_strength_tipped_arrow", + "strong_swiftness_lingering_potion": { + "potionData": { + "type": "SPEED", + "upgraded": true, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionspeedii": "strong_swiftness_lingering_potion", + "aoepotionspeedlevelii": "strong_swiftness_lingering_potion", + "aoepotionspeedstrong": "strong_swiftness_lingering_potion", + "aoepotionswiftii": "strong_swiftness_lingering_potion", + "aoepotionswiftlevelii": "strong_swiftness_lingering_potion", + "aoepotionswiftnessii": "strong_swiftness_lingering_potion", + "aoepotionswiftnesslevelii": "strong_swiftness_lingering_potion", + "aoepotionswiftnessstrong": "strong_swiftness_lingering_potion", + "aoepotionswiftstrong": "strong_swiftness_lingering_potion", + "aoepotspeedii": "strong_swiftness_lingering_potion", + "aoepotspeedlevelii": "strong_swiftness_lingering_potion", + "aoepotspeedstrong": "strong_swiftness_lingering_potion", + "aoepotswiftii": "strong_swiftness_lingering_potion", + "aoepotswiftlevelii": "strong_swiftness_lingering_potion", + "aoepotswiftnessii": "strong_swiftness_lingering_potion", + "aoepotswiftnesslevelii": "strong_swiftness_lingering_potion", + "aoepotswiftnessstrong": "strong_swiftness_lingering_potion", + "aoepotswiftstrong": "strong_swiftness_lingering_potion", + "areapotionspeedii": "strong_swiftness_lingering_potion", + "areapotionspeedlevelii": "strong_swiftness_lingering_potion", + "areapotionspeedstrong": "strong_swiftness_lingering_potion", + "areapotionswiftii": "strong_swiftness_lingering_potion", + "areapotionswiftlevelii": "strong_swiftness_lingering_potion", + "areapotionswiftnessii": "strong_swiftness_lingering_potion", + "areapotionswiftnesslevelii": "strong_swiftness_lingering_potion", + "areapotionswiftnessstrong": "strong_swiftness_lingering_potion", + "areapotionswiftstrong": "strong_swiftness_lingering_potion", + "areapotspeedii": "strong_swiftness_lingering_potion", + "areapotspeedlevelii": "strong_swiftness_lingering_potion", + "areapotspeedstrong": "strong_swiftness_lingering_potion", + "areapotswiftii": "strong_swiftness_lingering_potion", + "areapotswiftlevelii": "strong_swiftness_lingering_potion", + "areapotswiftnessii": "strong_swiftness_lingering_potion", + "areapotswiftnesslevelii": "strong_swiftness_lingering_potion", + "areapotswiftnessstrong": "strong_swiftness_lingering_potion", + "areapotswiftstrong": "strong_swiftness_lingering_potion", + "cloudpotionspeedii": "strong_swiftness_lingering_potion", + "cloudpotionspeedlevelii": "strong_swiftness_lingering_potion", + "cloudpotionspeedstrong": "strong_swiftness_lingering_potion", + "cloudpotionswiftii": "strong_swiftness_lingering_potion", + "cloudpotionswiftlevelii": "strong_swiftness_lingering_potion", + "cloudpotionswiftnessii": "strong_swiftness_lingering_potion", + "cloudpotionswiftnesslevelii": "strong_swiftness_lingering_potion", + "cloudpotionswiftnessstrong": "strong_swiftness_lingering_potion", + "cloudpotionswiftstrong": "strong_swiftness_lingering_potion", + "cloudpotspeedii": "strong_swiftness_lingering_potion", + "cloudpotspeedlevelii": "strong_swiftness_lingering_potion", + "cloudpotspeedstrong": "strong_swiftness_lingering_potion", + "cloudpotswiftii": "strong_swiftness_lingering_potion", + "cloudpotswiftlevelii": "strong_swiftness_lingering_potion", + "cloudpotswiftnessii": "strong_swiftness_lingering_potion", + "cloudpotswiftnesslevelii": "strong_swiftness_lingering_potion", + "cloudpotswiftnessstrong": "strong_swiftness_lingering_potion", + "cloudpotswiftstrong": "strong_swiftness_lingering_potion", + "lingerpotspeedii": "strong_swiftness_lingering_potion", + "lingerpotspeedlevelii": "strong_swiftness_lingering_potion", + "lingerpotspeedstrong": "strong_swiftness_lingering_potion", + "lingerpotswiftii": "strong_swiftness_lingering_potion", + "lingerpotswiftlevelii": "strong_swiftness_lingering_potion", + "lingerpotswiftnessii": "strong_swiftness_lingering_potion", + "lingerpotswiftnesslevelii": "strong_swiftness_lingering_potion", + "lingerpotswiftnessstrong": "strong_swiftness_lingering_potion", + "lingerpotswiftstrong": "strong_swiftness_lingering_potion", + "speedaoepoiontii": "strong_swiftness_lingering_potion", + "speedaoepoiontlevelii": "strong_swiftness_lingering_potion", + "speedaoepoiontstrong": "strong_swiftness_lingering_potion", + "speedaoepotii": "strong_swiftness_lingering_potion", + "speedaoepotlevelii": "strong_swiftness_lingering_potion", + "speedaoepotstrong": "strong_swiftness_lingering_potion", + "speedareapotii": "strong_swiftness_lingering_potion", + "speedareapotionii": "strong_swiftness_lingering_potion", + "speedareapotionlevelii": "strong_swiftness_lingering_potion", + "speedareapotionstrong": "strong_swiftness_lingering_potion", + "speedareapotlevelii": "strong_swiftness_lingering_potion", + "speedareapotstrong": "strong_swiftness_lingering_potion", + "speedcloudpotii": "strong_swiftness_lingering_potion", + "speedcloudpotionii": "strong_swiftness_lingering_potion", + "speedcloudpotionlevelii": "strong_swiftness_lingering_potion", + "speedcloudpotionstrong": "strong_swiftness_lingering_potion", + "speedcloudpotlevelii": "strong_swiftness_lingering_potion", + "speedcloudpotstrong": "strong_swiftness_lingering_potion", + "speedlingerpotii": "strong_swiftness_lingering_potion", + "speedlingerpotlevelii": "strong_swiftness_lingering_potion", + "speedlingerpotstrong": "strong_swiftness_lingering_potion", + "swiftaoepoiontii": "strong_swiftness_lingering_potion", + "swiftaoepoiontlevelii": "strong_swiftness_lingering_potion", + "swiftaoepoiontstrong": "strong_swiftness_lingering_potion", + "swiftaoepotii": "strong_swiftness_lingering_potion", + "swiftaoepotlevelii": "strong_swiftness_lingering_potion", + "swiftaoepotstrong": "strong_swiftness_lingering_potion", + "swiftareapotii": "strong_swiftness_lingering_potion", + "swiftareapotionii": "strong_swiftness_lingering_potion", + "swiftareapotionlevelii": "strong_swiftness_lingering_potion", + "swiftareapotionstrong": "strong_swiftness_lingering_potion", + "swiftareapotlevelii": "strong_swiftness_lingering_potion", + "swiftareapotstrong": "strong_swiftness_lingering_potion", + "swiftcloudpotii": "strong_swiftness_lingering_potion", + "swiftcloudpotionii": "strong_swiftness_lingering_potion", + "swiftcloudpotionlevelii": "strong_swiftness_lingering_potion", + "swiftcloudpotionstrong": "strong_swiftness_lingering_potion", + "swiftcloudpotlevelii": "strong_swiftness_lingering_potion", + "swiftcloudpotstrong": "strong_swiftness_lingering_potion", + "swiftlingerpotii": "strong_swiftness_lingering_potion", + "swiftlingerpotlevelii": "strong_swiftness_lingering_potion", + "swiftlingerpotstrong": "strong_swiftness_lingering_potion", + "swiftnessaoepoiontii": "strong_swiftness_lingering_potion", + "swiftnessaoepoiontlevelii": "strong_swiftness_lingering_potion", + "swiftnessaoepoiontstrong": "strong_swiftness_lingering_potion", + "swiftnessaoepotii": "strong_swiftness_lingering_potion", + "swiftnessaoepotlevelii": "strong_swiftness_lingering_potion", + "swiftnessaoepotstrong": "strong_swiftness_lingering_potion", + "swiftnessareapotii": "strong_swiftness_lingering_potion", + "swiftnessareapotionii": "strong_swiftness_lingering_potion", + "swiftnessareapotionlevelii": "strong_swiftness_lingering_potion", + "swiftnessareapotionstrong": "strong_swiftness_lingering_potion", + "swiftnessareapotlevelii": "strong_swiftness_lingering_potion", + "swiftnessareapotstrong": "strong_swiftness_lingering_potion", + "swiftnesscloudpotii": "strong_swiftness_lingering_potion", + "swiftnesscloudpotionii": "strong_swiftness_lingering_potion", + "swiftnesscloudpotionlevelii": "strong_swiftness_lingering_potion", + "swiftnesscloudpotionstrong": "strong_swiftness_lingering_potion", + "swiftnesscloudpotlevelii": "strong_swiftness_lingering_potion", + "swiftnesscloudpotstrong": "strong_swiftness_lingering_potion", + "swiftnesslingerpotii": "strong_swiftness_lingering_potion", + "swiftnesslingerpotlevelii": "strong_swiftness_lingering_potion", + "swiftnesslingerpotstrong": "strong_swiftness_lingering_potion", + "strong_swiftness_potion": { + "potionData": { + "type": "SPEED", + "upgraded": true, + "extended": false + }, + "material": "POTION" + }, + "potionofspeedii": "strong_swiftness_potion", + "potionofspeedlevelii": "strong_swiftness_potion", + "potionofspeedstrong": "strong_swiftness_potion", + "potionofswiftii": "strong_swiftness_potion", + "potionofswiftlevelii": "strong_swiftness_potion", + "potionofswiftnessii": "strong_swiftness_potion", + "potionofswiftnesslevelii": "strong_swiftness_potion", + "potionofswiftnessstrong": "strong_swiftness_potion", + "potionofswiftstrong": "strong_swiftness_potion", + "potofspeedii": "strong_swiftness_potion", + "potofspeedlevelii": "strong_swiftness_potion", + "potofspeedstrong": "strong_swiftness_potion", + "potofswiftii": "strong_swiftness_potion", + "potofswiftlevelii": "strong_swiftness_potion", + "potofswiftnessii": "strong_swiftness_potion", + "potofswiftnesslevelii": "strong_swiftness_potion", + "potofswiftnessstrong": "strong_swiftness_potion", + "potofswiftstrong": "strong_swiftness_potion", + "speediipot": "strong_swiftness_potion", + "speediipotion": "strong_swiftness_potion", + "speedleveliipot": "strong_swiftness_potion", + "speedleveliipotion": "strong_swiftness_potion", + "speedstrongpot": "strong_swiftness_potion", + "speedstrongpotion": "strong_swiftness_potion", + "swiftiipot": "strong_swiftness_potion", + "swiftiipotion": "strong_swiftness_potion", + "swiftleveliipot": "strong_swiftness_potion", + "swiftleveliipotion": "strong_swiftness_potion", + "swiftnessiipot": "strong_swiftness_potion", + "swiftnessiipotion": "strong_swiftness_potion", + "swiftnessleveliipot": "strong_swiftness_potion", + "swiftnessleveliipotion": "strong_swiftness_potion", + "swiftnessstrongpot": "strong_swiftness_potion", + "swiftnessstrongpotion": "strong_swiftness_potion", + "swiftstrongpot": "strong_swiftness_potion", + "swiftstrongpotion": "strong_swiftness_potion", + "strong_swiftness_splash_potion": { + "potionData": { + "type": "SPEED", + "upgraded": true, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "speediisplashpot": "strong_swiftness_splash_potion", + "speediisplashpotion": "strong_swiftness_splash_potion", + "speedleveliisplashpot": "strong_swiftness_splash_potion", + "speedleveliisplashpotion": "strong_swiftness_splash_potion", + "speedstrongsplashpot": "strong_swiftness_splash_potion", + "speedstrongsplashpotion": "strong_swiftness_splash_potion", + "splashspeediipot": "strong_swiftness_splash_potion", + "splashspeediipotion": "strong_swiftness_splash_potion", + "splashspeedleveliipot": "strong_swiftness_splash_potion", + "splashspeedleveliipotion": "strong_swiftness_splash_potion", + "splashspeedstrongpot": "strong_swiftness_splash_potion", + "splashspeedstrongpotion": "strong_swiftness_splash_potion", + "splashswiftiipot": "strong_swiftness_splash_potion", + "splashswiftiipotion": "strong_swiftness_splash_potion", + "splashswiftleveliipot": "strong_swiftness_splash_potion", + "splashswiftleveliipotion": "strong_swiftness_splash_potion", + "splashswiftnessiipot": "strong_swiftness_splash_potion", + "splashswiftnessiipotion": "strong_swiftness_splash_potion", + "splashswiftnessleveliipot": "strong_swiftness_splash_potion", + "splashswiftnessleveliipotion": "strong_swiftness_splash_potion", + "splashswiftnessstrongpot": "strong_swiftness_splash_potion", + "splashswiftnessstrongpotion": "strong_swiftness_splash_potion", + "splashswiftstrongpot": "strong_swiftness_splash_potion", + "splashswiftstrongpotion": "strong_swiftness_splash_potion", + "splspeediipot": "strong_swiftness_splash_potion", + "splspeediipotion": "strong_swiftness_splash_potion", + "splspeedleveliipot": "strong_swiftness_splash_potion", + "splspeedleveliipotion": "strong_swiftness_splash_potion", + "splspeedstrongpot": "strong_swiftness_splash_potion", + "splspeedstrongpotion": "strong_swiftness_splash_potion", + "splswiftiipot": "strong_swiftness_splash_potion", + "splswiftiipotion": "strong_swiftness_splash_potion", + "splswiftleveliipot": "strong_swiftness_splash_potion", + "splswiftleveliipotion": "strong_swiftness_splash_potion", + "splswiftnessiipot": "strong_swiftness_splash_potion", + "splswiftnessiipotion": "strong_swiftness_splash_potion", + "splswiftnessleveliipot": "strong_swiftness_splash_potion", + "splswiftnessleveliipotion": "strong_swiftness_splash_potion", + "splswiftnessstrongpot": "strong_swiftness_splash_potion", + "splswiftnessstrongpotion": "strong_swiftness_splash_potion", + "splswiftstrongpot": "strong_swiftness_splash_potion", + "splswiftstrongpotion": "strong_swiftness_splash_potion", + "swiftiisplashpot": "strong_swiftness_splash_potion", + "swiftiisplashpotion": "strong_swiftness_splash_potion", + "swiftleveliisplashpot": "strong_swiftness_splash_potion", + "swiftleveliisplashpotion": "strong_swiftness_splash_potion", + "swiftnessiisplashpot": "strong_swiftness_splash_potion", + "swiftnessiisplashpotion": "strong_swiftness_splash_potion", + "swiftnessleveliisplashpot": "strong_swiftness_splash_potion", + "swiftnessleveliisplashpotion": "strong_swiftness_splash_potion", + "swiftnessstrongsplashpot": "strong_swiftness_splash_potion", + "swiftnessstrongsplashpotion": "strong_swiftness_splash_potion", + "swiftstrongsplashpot": "strong_swiftness_splash_potion", + "swiftstrongsplashpotion": "strong_swiftness_splash_potion", + "strong_swiftness_tipped_arrow": { + "potionData": { + "type": "SPEED", + "upgraded": true, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowspeedii": "strong_swiftness_tipped_arrow", + "arrowspeedlevelii": "strong_swiftness_tipped_arrow", + "arrowspeedstrong": "strong_swiftness_tipped_arrow", + "arrowswiftii": "strong_swiftness_tipped_arrow", + "arrowswiftlevelii": "strong_swiftness_tipped_arrow", + "arrowswiftnessii": "strong_swiftness_tipped_arrow", + "arrowswiftnesslevelii": "strong_swiftness_tipped_arrow", + "arrowswiftnessstrong": "strong_swiftness_tipped_arrow", + "arrowswiftstrong": "strong_swiftness_tipped_arrow", + "speedarrowii": "strong_swiftness_tipped_arrow", + "speedarrowlevelii": "strong_swiftness_tipped_arrow", + "speedarrowstrong": "strong_swiftness_tipped_arrow", + "speediitarr": "strong_swiftness_tipped_arrow", + "speediitarrow": "strong_swiftness_tipped_arrow", + "speediitippedarrow": "strong_swiftness_tipped_arrow", + "speedleveliitarr": "strong_swiftness_tipped_arrow", + "speedleveliitarrow": "strong_swiftness_tipped_arrow", + "speedleveliitippedarrow": "strong_swiftness_tipped_arrow", + "speedstrongtarr": "strong_swiftness_tipped_arrow", + "speedstrongtarrow": "strong_swiftness_tipped_arrow", + "speedstrongtippedarrow": "strong_swiftness_tipped_arrow", + "swiftarrowii": "strong_swiftness_tipped_arrow", + "swiftarrowlevelii": "strong_swiftness_tipped_arrow", + "swiftarrowstrong": "strong_swiftness_tipped_arrow", + "swiftiitarr": "strong_swiftness_tipped_arrow", + "swiftiitarrow": "strong_swiftness_tipped_arrow", + "swiftiitippedarrow": "strong_swiftness_tipped_arrow", + "swiftleveliitarr": "strong_swiftness_tipped_arrow", + "swiftleveliitarrow": "strong_swiftness_tipped_arrow", + "swiftleveliitippedarrow": "strong_swiftness_tipped_arrow", + "swiftnessarrowii": "strong_swiftness_tipped_arrow", + "swiftnessarrowlevelii": "strong_swiftness_tipped_arrow", + "swiftnessarrowstrong": "strong_swiftness_tipped_arrow", + "swiftnessiitarr": "strong_swiftness_tipped_arrow", + "swiftnessiitarrow": "strong_swiftness_tipped_arrow", + "swiftnessiitippedarrow": "strong_swiftness_tipped_arrow", + "swiftnessleveliitarr": "strong_swiftness_tipped_arrow", + "swiftnessleveliitarrow": "strong_swiftness_tipped_arrow", + "swiftnessleveliitippedarrow": "strong_swiftness_tipped_arrow", + "swiftnessstrongtarr": "strong_swiftness_tipped_arrow", + "swiftnessstrongtarrow": "strong_swiftness_tipped_arrow", + "swiftnessstrongtippedarrow": "strong_swiftness_tipped_arrow", + "swiftstrongtarr": "strong_swiftness_tipped_arrow", + "swiftstrongtarrow": "strong_swiftness_tipped_arrow", + "swiftstrongtippedarrow": "strong_swiftness_tipped_arrow", + "strong_turtle_master_lingering_potion": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": true, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotiontmii": "strong_turtle_master_lingering_potion", + "aoepotiontmlevelii": "strong_turtle_master_lingering_potion", + "aoepotiontmstrong": "strong_turtle_master_lingering_potion", + "aoepotionturtleii": "strong_turtle_master_lingering_potion", + "aoepotionturtlelevelii": "strong_turtle_master_lingering_potion", + "aoepotionturtlemasterii": "strong_turtle_master_lingering_potion", + "aoepotionturtlemasterlevelii": "strong_turtle_master_lingering_potion", + "aoepotionturtlemasterstrong": "strong_turtle_master_lingering_potion", + "aoepotionturtlestrong": "strong_turtle_master_lingering_potion", + "aoepottmii": "strong_turtle_master_lingering_potion", + "aoepottmlevelii": "strong_turtle_master_lingering_potion", + "aoepottmstrong": "strong_turtle_master_lingering_potion", + "aoepotturtleii": "strong_turtle_master_lingering_potion", + "aoepotturtlelevelii": "strong_turtle_master_lingering_potion", + "aoepotturtlemasterii": "strong_turtle_master_lingering_potion", + "aoepotturtlemasterlevelii": "strong_turtle_master_lingering_potion", + "aoepotturtlemasterstrong": "strong_turtle_master_lingering_potion", + "aoepotturtlestrong": "strong_turtle_master_lingering_potion", + "areapotiontmii": "strong_turtle_master_lingering_potion", + "areapotiontmlevelii": "strong_turtle_master_lingering_potion", + "areapotiontmstrong": "strong_turtle_master_lingering_potion", + "areapotionturtleii": "strong_turtle_master_lingering_potion", + "areapotionturtlelevelii": "strong_turtle_master_lingering_potion", + "areapotionturtlemasterii": "strong_turtle_master_lingering_potion", + "areapotionturtlemasterlevelii": "strong_turtle_master_lingering_potion", + "areapotionturtlemasterstrong": "strong_turtle_master_lingering_potion", + "areapotionturtlestrong": "strong_turtle_master_lingering_potion", + "areapottmii": "strong_turtle_master_lingering_potion", + "areapottmlevelii": "strong_turtle_master_lingering_potion", + "areapottmstrong": "strong_turtle_master_lingering_potion", + "areapotturtleii": "strong_turtle_master_lingering_potion", + "areapotturtlelevelii": "strong_turtle_master_lingering_potion", + "areapotturtlemasterii": "strong_turtle_master_lingering_potion", + "areapotturtlemasterlevelii": "strong_turtle_master_lingering_potion", + "areapotturtlemasterstrong": "strong_turtle_master_lingering_potion", + "areapotturtlestrong": "strong_turtle_master_lingering_potion", + "cloudpotiontmii": "strong_turtle_master_lingering_potion", + "cloudpotiontmlevelii": "strong_turtle_master_lingering_potion", + "cloudpotiontmstrong": "strong_turtle_master_lingering_potion", + "cloudpotionturtleii": "strong_turtle_master_lingering_potion", + "cloudpotionturtlelevelii": "strong_turtle_master_lingering_potion", + "cloudpotionturtlemasterii": "strong_turtle_master_lingering_potion", + "cloudpotionturtlemasterlevelii": "strong_turtle_master_lingering_potion", + "cloudpotionturtlemasterstrong": "strong_turtle_master_lingering_potion", + "cloudpotionturtlestrong": "strong_turtle_master_lingering_potion", + "cloudpottmii": "strong_turtle_master_lingering_potion", + "cloudpottmlevelii": "strong_turtle_master_lingering_potion", + "cloudpottmstrong": "strong_turtle_master_lingering_potion", + "cloudpotturtleii": "strong_turtle_master_lingering_potion", + "cloudpotturtlelevelii": "strong_turtle_master_lingering_potion", + "cloudpotturtlemasterii": "strong_turtle_master_lingering_potion", + "cloudpotturtlemasterlevelii": "strong_turtle_master_lingering_potion", + "cloudpotturtlemasterstrong": "strong_turtle_master_lingering_potion", + "cloudpotturtlestrong": "strong_turtle_master_lingering_potion", + "lingerpottmii": "strong_turtle_master_lingering_potion", + "lingerpottmlevelii": "strong_turtle_master_lingering_potion", + "lingerpottmstrong": "strong_turtle_master_lingering_potion", + "lingerpotturtleii": "strong_turtle_master_lingering_potion", + "lingerpotturtlelevelii": "strong_turtle_master_lingering_potion", + "lingerpotturtlemasterii": "strong_turtle_master_lingering_potion", + "lingerpotturtlemasterlevelii": "strong_turtle_master_lingering_potion", + "lingerpotturtlemasterstrong": "strong_turtle_master_lingering_potion", + "lingerpotturtlestrong": "strong_turtle_master_lingering_potion", + "tmaoepoiontii": "strong_turtle_master_lingering_potion", + "tmaoepoiontlevelii": "strong_turtle_master_lingering_potion", + "tmaoepoiontstrong": "strong_turtle_master_lingering_potion", + "tmaoepotii": "strong_turtle_master_lingering_potion", + "tmaoepotlevelii": "strong_turtle_master_lingering_potion", + "tmaoepotstrong": "strong_turtle_master_lingering_potion", + "tmareapotii": "strong_turtle_master_lingering_potion", + "tmareapotionii": "strong_turtle_master_lingering_potion", + "tmareapotionlevelii": "strong_turtle_master_lingering_potion", + "tmareapotionstrong": "strong_turtle_master_lingering_potion", + "tmareapotlevelii": "strong_turtle_master_lingering_potion", + "tmareapotstrong": "strong_turtle_master_lingering_potion", + "tmcloudpotii": "strong_turtle_master_lingering_potion", + "tmcloudpotionii": "strong_turtle_master_lingering_potion", + "tmcloudpotionlevelii": "strong_turtle_master_lingering_potion", + "tmcloudpotionstrong": "strong_turtle_master_lingering_potion", + "tmcloudpotlevelii": "strong_turtle_master_lingering_potion", + "tmcloudpotstrong": "strong_turtle_master_lingering_potion", + "tmlingerpotii": "strong_turtle_master_lingering_potion", + "tmlingerpotlevelii": "strong_turtle_master_lingering_potion", + "tmlingerpotstrong": "strong_turtle_master_lingering_potion", + "turtleaoepoiontii": "strong_turtle_master_lingering_potion", + "turtleaoepoiontlevelii": "strong_turtle_master_lingering_potion", + "turtleaoepoiontstrong": "strong_turtle_master_lingering_potion", + "turtleaoepotii": "strong_turtle_master_lingering_potion", + "turtleaoepotlevelii": "strong_turtle_master_lingering_potion", + "turtleaoepotstrong": "strong_turtle_master_lingering_potion", + "turtleareapotii": "strong_turtle_master_lingering_potion", + "turtleareapotionii": "strong_turtle_master_lingering_potion", + "turtleareapotionlevelii": "strong_turtle_master_lingering_potion", + "turtleareapotionstrong": "strong_turtle_master_lingering_potion", + "turtleareapotlevelii": "strong_turtle_master_lingering_potion", + "turtleareapotstrong": "strong_turtle_master_lingering_potion", + "turtlecloudpotii": "strong_turtle_master_lingering_potion", + "turtlecloudpotionii": "strong_turtle_master_lingering_potion", + "turtlecloudpotionlevelii": "strong_turtle_master_lingering_potion", + "turtlecloudpotionstrong": "strong_turtle_master_lingering_potion", + "turtlecloudpotlevelii": "strong_turtle_master_lingering_potion", + "turtlecloudpotstrong": "strong_turtle_master_lingering_potion", + "turtlelingerpotii": "strong_turtle_master_lingering_potion", + "turtlelingerpotlevelii": "strong_turtle_master_lingering_potion", + "turtlelingerpotstrong": "strong_turtle_master_lingering_potion", + "turtlemasteraoepoiontii": "strong_turtle_master_lingering_potion", + "turtlemasteraoepoiontlevelii": "strong_turtle_master_lingering_potion", + "turtlemasteraoepoiontstrong": "strong_turtle_master_lingering_potion", + "turtlemasteraoepotii": "strong_turtle_master_lingering_potion", + "turtlemasteraoepotlevelii": "strong_turtle_master_lingering_potion", + "turtlemasteraoepotstrong": "strong_turtle_master_lingering_potion", + "turtlemasterareapotii": "strong_turtle_master_lingering_potion", + "turtlemasterareapotionii": "strong_turtle_master_lingering_potion", + "turtlemasterareapotionlevelii": "strong_turtle_master_lingering_potion", + "turtlemasterareapotionstrong": "strong_turtle_master_lingering_potion", + "turtlemasterareapotlevelii": "strong_turtle_master_lingering_potion", + "turtlemasterareapotstrong": "strong_turtle_master_lingering_potion", + "turtlemastercloudpotii": "strong_turtle_master_lingering_potion", + "turtlemastercloudpotionii": "strong_turtle_master_lingering_potion", + "turtlemastercloudpotionlevelii": "strong_turtle_master_lingering_potion", + "turtlemastercloudpotionstrong": "strong_turtle_master_lingering_potion", + "turtlemastercloudpotlevelii": "strong_turtle_master_lingering_potion", + "turtlemastercloudpotstrong": "strong_turtle_master_lingering_potion", + "turtlemasterlingerpotii": "strong_turtle_master_lingering_potion", + "turtlemasterlingerpotlevelii": "strong_turtle_master_lingering_potion", + "turtlemasterlingerpotstrong": "strong_turtle_master_lingering_potion", + "strong_turtle_master_potion": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": true, + "extended": false + }, + "material": "POTION" + }, + "potionoftmii": "strong_turtle_master_potion", + "potionoftmlevelii": "strong_turtle_master_potion", + "potionoftmstrong": "strong_turtle_master_potion", + "potionofturtleii": "strong_turtle_master_potion", + "potionofturtlelevelii": "strong_turtle_master_potion", + "potionofturtlemasterii": "strong_turtle_master_potion", + "potionofturtlemasterlevelii": "strong_turtle_master_potion", + "potionofturtlemasterstrong": "strong_turtle_master_potion", + "potionofturtlestrong": "strong_turtle_master_potion", + "potoftmii": "strong_turtle_master_potion", + "potoftmlevelii": "strong_turtle_master_potion", + "potoftmstrong": "strong_turtle_master_potion", + "potofturtleii": "strong_turtle_master_potion", + "potofturtlelevelii": "strong_turtle_master_potion", + "potofturtlemasterii": "strong_turtle_master_potion", + "potofturtlemasterlevelii": "strong_turtle_master_potion", + "potofturtlemasterstrong": "strong_turtle_master_potion", + "potofturtlestrong": "strong_turtle_master_potion", + "tmiipot": "strong_turtle_master_potion", + "tmiipotion": "strong_turtle_master_potion", + "tmleveliipot": "strong_turtle_master_potion", + "tmleveliipotion": "strong_turtle_master_potion", + "tmstrongpot": "strong_turtle_master_potion", + "tmstrongpotion": "strong_turtle_master_potion", + "turtleiipot": "strong_turtle_master_potion", + "turtleiipotion": "strong_turtle_master_potion", + "turtleleveliipot": "strong_turtle_master_potion", + "turtleleveliipotion": "strong_turtle_master_potion", + "turtlemasteriipot": "strong_turtle_master_potion", + "turtlemasteriipotion": "strong_turtle_master_potion", + "turtlemasterleveliipot": "strong_turtle_master_potion", + "turtlemasterleveliipotion": "strong_turtle_master_potion", + "turtlemasterstrongpot": "strong_turtle_master_potion", + "turtlemasterstrongpotion": "strong_turtle_master_potion", + "turtlestrongpot": "strong_turtle_master_potion", + "turtlestrongpotion": "strong_turtle_master_potion", + "strong_turtle_master_splash_potion": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": true, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "splashtmiipot": "strong_turtle_master_splash_potion", + "splashtmiipotion": "strong_turtle_master_splash_potion", + "splashtmleveliipot": "strong_turtle_master_splash_potion", + "splashtmleveliipotion": "strong_turtle_master_splash_potion", + "splashtmstrongpot": "strong_turtle_master_splash_potion", + "splashtmstrongpotion": "strong_turtle_master_splash_potion", + "splashturtleiipot": "strong_turtle_master_splash_potion", + "splashturtleiipotion": "strong_turtle_master_splash_potion", + "splashturtleleveliipot": "strong_turtle_master_splash_potion", + "splashturtleleveliipotion": "strong_turtle_master_splash_potion", + "splashturtlemasteriipot": "strong_turtle_master_splash_potion", + "splashturtlemasteriipotion": "strong_turtle_master_splash_potion", + "splashturtlemasterleveliipot": "strong_turtle_master_splash_potion", + "splashturtlemasterleveliipotion": "strong_turtle_master_splash_potion", + "splashturtlemasterstrongpot": "strong_turtle_master_splash_potion", + "splashturtlemasterstrongpotion": "strong_turtle_master_splash_potion", + "splashturtlestrongpot": "strong_turtle_master_splash_potion", + "splashturtlestrongpotion": "strong_turtle_master_splash_potion", + "spltmiipot": "strong_turtle_master_splash_potion", + "spltmiipotion": "strong_turtle_master_splash_potion", + "spltmleveliipot": "strong_turtle_master_splash_potion", + "spltmleveliipotion": "strong_turtle_master_splash_potion", + "spltmstrongpot": "strong_turtle_master_splash_potion", + "spltmstrongpotion": "strong_turtle_master_splash_potion", + "splturtleiipot": "strong_turtle_master_splash_potion", + "splturtleiipotion": "strong_turtle_master_splash_potion", + "splturtleleveliipot": "strong_turtle_master_splash_potion", + "splturtleleveliipotion": "strong_turtle_master_splash_potion", + "splturtlemasteriipot": "strong_turtle_master_splash_potion", + "splturtlemasteriipotion": "strong_turtle_master_splash_potion", + "splturtlemasterleveliipot": "strong_turtle_master_splash_potion", + "splturtlemasterleveliipotion": "strong_turtle_master_splash_potion", + "splturtlemasterstrongpot": "strong_turtle_master_splash_potion", + "splturtlemasterstrongpotion": "strong_turtle_master_splash_potion", + "splturtlestrongpot": "strong_turtle_master_splash_potion", + "splturtlestrongpotion": "strong_turtle_master_splash_potion", + "tmiisplashpot": "strong_turtle_master_splash_potion", + "tmiisplashpotion": "strong_turtle_master_splash_potion", + "tmleveliisplashpot": "strong_turtle_master_splash_potion", + "tmleveliisplashpotion": "strong_turtle_master_splash_potion", + "tmstrongsplashpot": "strong_turtle_master_splash_potion", + "tmstrongsplashpotion": "strong_turtle_master_splash_potion", + "turtleiisplashpot": "strong_turtle_master_splash_potion", + "turtleiisplashpotion": "strong_turtle_master_splash_potion", + "turtleleveliisplashpot": "strong_turtle_master_splash_potion", + "turtleleveliisplashpotion": "strong_turtle_master_splash_potion", + "turtlemasteriisplashpot": "strong_turtle_master_splash_potion", + "turtlemasteriisplashpotion": "strong_turtle_master_splash_potion", + "turtlemasterleveliisplashpot": "strong_turtle_master_splash_potion", + "turtlemasterleveliisplashpotion": "strong_turtle_master_splash_potion", + "turtlemasterstrongsplashpot": "strong_turtle_master_splash_potion", + "turtlemasterstrongsplashpotion": "strong_turtle_master_splash_potion", + "turtlestrongsplashpot": "strong_turtle_master_splash_potion", + "turtlestrongsplashpotion": "strong_turtle_master_splash_potion", + "strong_turtle_master_tipped_arrow": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": true, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowtmii": "strong_turtle_master_tipped_arrow", + "arrowtmlevelii": "strong_turtle_master_tipped_arrow", + "arrowtmstrong": "strong_turtle_master_tipped_arrow", + "arrowturtleii": "strong_turtle_master_tipped_arrow", + "arrowturtlelevelii": "strong_turtle_master_tipped_arrow", + "arrowturtlemasterii": "strong_turtle_master_tipped_arrow", + "arrowturtlemasterlevelii": "strong_turtle_master_tipped_arrow", + "arrowturtlemasterstrong": "strong_turtle_master_tipped_arrow", + "arrowturtlestrong": "strong_turtle_master_tipped_arrow", + "tmarrowii": "strong_turtle_master_tipped_arrow", + "tmarrowlevelii": "strong_turtle_master_tipped_arrow", + "tmarrowstrong": "strong_turtle_master_tipped_arrow", + "tmiitarr": "strong_turtle_master_tipped_arrow", + "tmiitarrow": "strong_turtle_master_tipped_arrow", + "tmiitippedarrow": "strong_turtle_master_tipped_arrow", + "tmleveliitarr": "strong_turtle_master_tipped_arrow", + "tmleveliitarrow": "strong_turtle_master_tipped_arrow", + "tmleveliitippedarrow": "strong_turtle_master_tipped_arrow", + "tmstrongtarr": "strong_turtle_master_tipped_arrow", + "tmstrongtarrow": "strong_turtle_master_tipped_arrow", + "tmstrongtippedarrow": "strong_turtle_master_tipped_arrow", + "turtlearrowii": "strong_turtle_master_tipped_arrow", + "turtlearrowlevelii": "strong_turtle_master_tipped_arrow", + "turtlearrowstrong": "strong_turtle_master_tipped_arrow", + "turtleiitarr": "strong_turtle_master_tipped_arrow", + "turtleiitarrow": "strong_turtle_master_tipped_arrow", + "turtleiitippedarrow": "strong_turtle_master_tipped_arrow", + "turtleleveliitarr": "strong_turtle_master_tipped_arrow", + "turtleleveliitarrow": "strong_turtle_master_tipped_arrow", + "turtleleveliitippedarrow": "strong_turtle_master_tipped_arrow", + "turtlemasterarrowii": "strong_turtle_master_tipped_arrow", + "turtlemasterarrowlevelii": "strong_turtle_master_tipped_arrow", + "turtlemasterarrowstrong": "strong_turtle_master_tipped_arrow", + "turtlemasteriitarr": "strong_turtle_master_tipped_arrow", + "turtlemasteriitarrow": "strong_turtle_master_tipped_arrow", + "turtlemasteriitippedarrow": "strong_turtle_master_tipped_arrow", + "turtlemasterleveliitarr": "strong_turtle_master_tipped_arrow", + "turtlemasterleveliitarrow": "strong_turtle_master_tipped_arrow", + "turtlemasterleveliitippedarrow": "strong_turtle_master_tipped_arrow", + "turtlemasterstrongtarr": "strong_turtle_master_tipped_arrow", + "turtlemasterstrongtarrow": "strong_turtle_master_tipped_arrow", + "turtlemasterstrongtippedarrow": "strong_turtle_master_tipped_arrow", + "turtlestrongtarr": "strong_turtle_master_tipped_arrow", + "turtlestrongtarrow": "strong_turtle_master_tipped_arrow", + "turtlestrongtippedarrow": "strong_turtle_master_tipped_arrow", + "structure_block": { + "material": "STRUCTURE_BLOCK" + }, + "minecraft:structure_block": "structure_block", + "structureblock": "structure_block", + "structure_void": { + "material": "STRUCTURE_VOID" + }, + "minecraft:structure_void": "structure_void", + "structurevoid": "structure_void", + "sugar": { + "material": "SUGAR" + }, + "minecraft:sugar": "sugar", + "sugar_cane": { + "material": "SUGAR_CANE" + }, + "minecraft:sugar_cane": "sugar_cane", + "sugarcane": "sugar_cane", + "sunflower": { + "material": "SUNFLOWER" + }, + "minecraft:sunflower": "sunflower", + "suspicious_stew": { + "material": "SUSPICIOUS_STEW" + }, + "minecraft:suspicious_stew": "suspicious_stew", + "suspiciousstew": "suspicious_stew", + "sweet_berries": { + "material": "SWEET_BERRIES" + }, + "minecraft:sweet_berries": "sweet_berries", + "sweetberries": "sweet_berries", + "swiftness_lingering_potion": { + "potionData": { + "type": "SPEED", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionspeed": "swiftness_lingering_potion", + "aoepotionswift": "swiftness_lingering_potion", + "aoepotionswiftness": "swiftness_lingering_potion", + "aoepotspeed": "swiftness_lingering_potion", + "aoepotswift": "swiftness_lingering_potion", + "aoepotswiftness": "swiftness_lingering_potion", + "areapotionspeed": "swiftness_lingering_potion", + "areapotionswift": "swiftness_lingering_potion", + "areapotionswiftness": "swiftness_lingering_potion", + "areapotspeed": "swiftness_lingering_potion", + "areapotswift": "swiftness_lingering_potion", + "areapotswiftness": "swiftness_lingering_potion", + "cloudpotionspeed": "swiftness_lingering_potion", + "cloudpotionswift": "swiftness_lingering_potion", + "cloudpotionswiftness": "swiftness_lingering_potion", + "cloudpotspeed": "swiftness_lingering_potion", + "cloudpotswift": "swiftness_lingering_potion", + "cloudpotswiftness": "swiftness_lingering_potion", + "lingerpotspeed": "swiftness_lingering_potion", + "lingerpotswift": "swiftness_lingering_potion", + "lingerpotswiftness": "swiftness_lingering_potion", + "speedaoepoiont": "swiftness_lingering_potion", + "speedaoepot": "swiftness_lingering_potion", + "speedareapot": "swiftness_lingering_potion", + "speedareapotion": "swiftness_lingering_potion", + "speedcloudpot": "swiftness_lingering_potion", + "speedcloudpotion": "swiftness_lingering_potion", + "speedlingerpot": "swiftness_lingering_potion", + "swiftaoepoiont": "swiftness_lingering_potion", + "swiftaoepot": "swiftness_lingering_potion", + "swiftareapot": "swiftness_lingering_potion", + "swiftareapotion": "swiftness_lingering_potion", + "swiftcloudpot": "swiftness_lingering_potion", + "swiftcloudpotion": "swiftness_lingering_potion", + "swiftlingerpot": "swiftness_lingering_potion", + "swiftnessaoepoiont": "swiftness_lingering_potion", + "swiftnessaoepot": "swiftness_lingering_potion", + "swiftnessareapot": "swiftness_lingering_potion", + "swiftnessareapotion": "swiftness_lingering_potion", + "swiftnesscloudpot": "swiftness_lingering_potion", + "swiftnesscloudpotion": "swiftness_lingering_potion", + "swiftnesslingerpot": "swiftness_lingering_potion", + "swiftness_potion": { + "potionData": { + "type": "SPEED", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "potionofspeed": "swiftness_potion", + "potionofswift": "swiftness_potion", + "potionofswiftness": "swiftness_potion", + "potofspeed": "swiftness_potion", + "potofswift": "swiftness_potion", + "potofswiftness": "swiftness_potion", + "speedpot": "swiftness_potion", + "speedpotion": "swiftness_potion", + "swiftnesspot": "swiftness_potion", + "swiftnesspotion": "swiftness_potion", + "swiftpot": "swiftness_potion", + "swiftpotion": "swiftness_potion", + "swiftness_splash_potion": { + "potionData": { + "type": "SPEED", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "speedsplashpot": "swiftness_splash_potion", + "speedsplashpotion": "swiftness_splash_potion", + "splashspeedpot": "swiftness_splash_potion", + "splashspeedpotion": "swiftness_splash_potion", + "splashswiftnesspot": "swiftness_splash_potion", + "splashswiftnesspotion": "swiftness_splash_potion", + "splashswiftpot": "swiftness_splash_potion", + "splashswiftpotion": "swiftness_splash_potion", + "splspeedpot": "swiftness_splash_potion", + "splspeedpotion": "swiftness_splash_potion", + "splswiftnesspot": "swiftness_splash_potion", + "splswiftnesspotion": "swiftness_splash_potion", + "splswiftpot": "swiftness_splash_potion", + "splswiftpotion": "swiftness_splash_potion", + "swiftnesssplashpot": "swiftness_splash_potion", + "swiftnesssplashpotion": "swiftness_splash_potion", + "swiftsplashpot": "swiftness_splash_potion", + "swiftsplashpotion": "swiftness_splash_potion", + "swiftness_tipped_arrow": { + "potionData": { + "type": "SPEED", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowspeed": "swiftness_tipped_arrow", + "arrowswift": "swiftness_tipped_arrow", + "arrowswiftness": "swiftness_tipped_arrow", + "speedarrow": "swiftness_tipped_arrow", + "speedtarr": "swiftness_tipped_arrow", + "speedtarrow": "swiftness_tipped_arrow", + "speedtippedarrow": "swiftness_tipped_arrow", + "swiftarrow": "swiftness_tipped_arrow", + "swiftnessarrow": "swiftness_tipped_arrow", + "swiftnesstarr": "swiftness_tipped_arrow", + "swiftnesstarrow": "swiftness_tipped_arrow", + "swiftnesstippedarrow": "swiftness_tipped_arrow", + "swifttarr": "swiftness_tipped_arrow", + "swifttarrow": "swiftness_tipped_arrow", + "swifttippedarrow": "swiftness_tipped_arrow", + "tall_grass": { + "material": "TALL_GRASS" + }, + "minecraft:tall_grass": "tall_grass", + "tallgrass": "tall_grass", + "target": { + "material": "TARGET" + }, + "minecraft:target": "target", + "terracotta": { + "material": "TERRACOTTA" + }, + "minecraft:terracotta": "terracotta", + "thick_lingering_potion": { + "potionData": { + "type": "THICK", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionthick": "thick_lingering_potion", + "aoepotthick": "thick_lingering_potion", + "areapotionthick": "thick_lingering_potion", + "areapotthick": "thick_lingering_potion", + "cloudpotionthick": "thick_lingering_potion", + "cloudpotthick": "thick_lingering_potion", + "lingerpotthick": "thick_lingering_potion", + "thickaoepoiont": "thick_lingering_potion", + "thickaoepot": "thick_lingering_potion", + "thickareapot": "thick_lingering_potion", + "thickareapotion": "thick_lingering_potion", + "thickcloudpot": "thick_lingering_potion", + "thickcloudpotion": "thick_lingering_potion", + "thicklingerpot": "thick_lingering_potion", + "thick_potion": { + "potionData": { + "type": "THICK", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "potionofthick": "thick_potion", + "potofthick": "thick_potion", + "thickpot": "thick_potion", + "thickpotion": "thick_potion", + "thick_splash_potion": { + "potionData": { + "type": "THICK", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "splashthickpot": "thick_splash_potion", + "splashthickpotion": "thick_splash_potion", + "splthickpot": "thick_splash_potion", + "splthickpotion": "thick_splash_potion", + "thicksplashpot": "thick_splash_potion", + "thicksplashpotion": "thick_splash_potion", + "thick_tipped_arrow": { + "potionData": { + "type": "THICK", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowthick": "thick_tipped_arrow", + "thickarrow": "thick_tipped_arrow", + "thicktarr": "thick_tipped_arrow", + "thicktarrow": "thick_tipped_arrow", + "thicktippedarrow": "thick_tipped_arrow", + "tinted_glass": { + "material": "TINTED_GLASS" + }, + "minecraft:tinted_glass": "tinted_glass", + "tintedglass": "tinted_glass", + "tipped_arrow": { + "material": "TIPPED_ARROW" + }, + "minecraft:tipped_arrow": "tipped_arrow", + "tippedarrow": "tipped_arrow", + "tnt": { + "material": "TNT" + }, + "minecraft:tnt": "tnt", + "tnt_minecart": { + "material": "TNT_MINECART" + }, + "bcart": "tnt_minecart", + "bmc": "tnt_minecart", + "bmcart": "tnt_minecart", + "bminecart": "tnt_minecart", + "bombcart": "tnt_minecart", + "bombmc": "tnt_minecart", + "bombmcart": "tnt_minecart", + "bombminecart": "tnt_minecart", + "dcart": "tnt_minecart", + "dmc": "tnt_minecart", + "dmcart": "tnt_minecart", + "dminecart": "tnt_minecart", + "dynamitecart": "tnt_minecart", + "dynamitemc": "tnt_minecart", + "dynamitemcart": "tnt_minecart", + "dynamiteminecart": "tnt_minecart", + "minecraft:tnt_minecart": "tnt_minecart", + "tcart": "tnt_minecart", + "tmc": "tnt_minecart", + "tmcart": "tnt_minecart", + "tminecart": "tnt_minecart", + "tntcart": "tnt_minecart", + "tntmc": "tnt_minecart", + "tntmcart": "tnt_minecart", + "tntminecart": "tnt_minecart", + "torch": { + "material": "TORCH" + }, + "minecraft:torch": "torch", + "totem_of_undying": { + "material": "TOTEM_OF_UNDYING" + }, + "minecraft:totem_of_undying": "totem_of_undying", + "totemofundying": "totem_of_undying", + "trader_llama_spawn_egg": { + "material": "TRADER_LLAMA_SPAWN_EGG" + }, + "eggtllama": "trader_llama_spawn_egg", + "eggtrader_llama": "trader_llama_spawn_egg", + "minecraft:trader_llama_spawn_egg": "trader_llama_spawn_egg", + "seggtllama": "trader_llama_spawn_egg", + "seggtrader_llama": "trader_llama_spawn_egg", + "spawneggtllama": "trader_llama_spawn_egg", + "spawneggtrader_llama": "trader_llama_spawn_egg", + "spawntllama": "trader_llama_spawn_egg", + "spawntrader_llama": "trader_llama_spawn_egg", + "tllamaegg": "trader_llama_spawn_egg", + "tllamasegg": "trader_llama_spawn_egg", + "tllamaspawn": "trader_llama_spawn_egg", + "tllamaspawnegg": "trader_llama_spawn_egg", + "trader_llamaegg": "trader_llama_spawn_egg", + "trader_llamasegg": "trader_llama_spawn_egg", + "trader_llamaspawn": "trader_llama_spawn_egg", + "trader_llamaspawnegg": "trader_llama_spawn_egg", + "traderllamaspawnegg": "trader_llama_spawn_egg", + "trader_llama_spawner": { + "entity": "TRADER_LLAMA", + "material": "SPAWNER" + }, + "tllamacage": "trader_llama_spawner", + "tllamamcage": "trader_llama_spawner", + "tllamamobcage": "trader_llama_spawner", + "tllamamobspawner": "trader_llama_spawner", + "tllamamonstercage": "trader_llama_spawner", + "tllamamonsterspawner": "trader_llama_spawner", + "tllamamspawner": "trader_llama_spawner", + "tllamaspawner": "trader_llama_spawner", + "trader_llamacage": "trader_llama_spawner", + "trader_llamamcage": "trader_llama_spawner", + "trader_llamamobcage": "trader_llama_spawner", + "trader_llamamobspawner": "trader_llama_spawner", + "trader_llamamonstercage": "trader_llama_spawner", + "trader_llamamonsterspawner": "trader_llama_spawner", + "trader_llamamspawner": "trader_llama_spawner", + "trader_llamaspawner": "trader_llama_spawner", + "trapped_chest": { + "material": "TRAPPED_CHEST" + }, + "minecraft:trapped_chest": "trapped_chest", + "trappedchest": "trapped_chest", + "trident": { + "material": "TRIDENT" + }, + "minecraft:trident": "trident", + "tripwire_hook": { + "material": "TRIPWIRE_HOOK" + }, + "minecraft:tripwire_hook": "tripwire_hook", + "tripwirehook": "tripwire_hook", + "tropical_fish": { + "material": "TROPICAL_FISH" + }, + "clfish": "tropical_fish", + "clownfish": "tropical_fish", + "fishcl": "tropical_fish", + "fishn": "tropical_fish", + "fisht": "tropical_fish", + "minecraft:tropical_fish": "tropical_fish", + "nemo": "tropical_fish", + "nfish": "tropical_fish", + "plainclfish": "tropical_fish", + "plainclownfish": "tropical_fish", + "plainfishcl": "tropical_fish", + "plainfishn": "tropical_fish", + "plainfisht": "tropical_fish", + "plainnemo": "tropical_fish", + "plainnfish": "tropical_fish", + "plaintfish": "tropical_fish", + "plaintropical_fish": "tropical_fish", + "raclfish": "tropical_fish", + "raclownfish": "tropical_fish", + "rafishcl": "tropical_fish", + "rafishn": "tropical_fish", + "rafisht": "tropical_fish", + "ranemo": "tropical_fish", + "ranfish": "tropical_fish", + "ratfish": "tropical_fish", + "ratropical_fish": "tropical_fish", + "rawclfish": "tropical_fish", + "rawclownfish": "tropical_fish", + "rawfishcl": "tropical_fish", + "rawfishn": "tropical_fish", + "rawfisht": "tropical_fish", + "rawnemo": "tropical_fish", + "rawnfish": "tropical_fish", + "rawtfish": "tropical_fish", + "rawtropical_fish": "tropical_fish", + "tfish": "tropical_fish", + "tropicalfish": "tropical_fish", + "uncookedclfish": "tropical_fish", + "uncookedclownfish": "tropical_fish", + "uncookedfishcl": "tropical_fish", + "uncookedfishn": "tropical_fish", + "uncookedfisht": "tropical_fish", + "uncookednemo": "tropical_fish", + "uncookednfish": "tropical_fish", + "uncookedtfish": "tropical_fish", + "uncookedtropical_fish": "tropical_fish", + "tropical_fish_bucket": { + "material": "TROPICAL_FISH_BUCKET" + }, + "bucketotfish": "tropical_fish_bucket", + "bucketotropical_fish": "tropical_fish_bucket", + "minecraft:tropical_fish_bucket": "tropical_fish_bucket", + "tfishbucket": "tropical_fish_bucket", + "tfishbukkit": "tropical_fish_bucket", + "tfishpail": "tropical_fish_bucket", + "tropical_fishbucket": "tropical_fish_bucket", + "tropical_fishbukkit": "tropical_fish_bucket", + "tropical_fishpail": "tropical_fish_bucket", + "tropicalfishbucket": "tropical_fish_bucket", + "tropical_fish_spawn_egg": { + "material": "TROPICAL_FISH_SPAWN_EGG" + }, + "eggtfish": "tropical_fish_spawn_egg", + "eggtropical_fish": "tropical_fish_spawn_egg", + "minecraft:tropical_fish_spawn_egg": "tropical_fish_spawn_egg", + "seggtfish": "tropical_fish_spawn_egg", + "seggtropical_fish": "tropical_fish_spawn_egg", + "spawneggtfish": "tropical_fish_spawn_egg", + "spawneggtropical_fish": "tropical_fish_spawn_egg", + "spawntfish": "tropical_fish_spawn_egg", + "spawntropical_fish": "tropical_fish_spawn_egg", + "tfishegg": "tropical_fish_spawn_egg", + "tfishsegg": "tropical_fish_spawn_egg", + "tfishspawn": "tropical_fish_spawn_egg", + "tfishspawnegg": "tropical_fish_spawn_egg", + "tropical_fishegg": "tropical_fish_spawn_egg", + "tropical_fishsegg": "tropical_fish_spawn_egg", + "tropical_fishspawn": "tropical_fish_spawn_egg", + "tropical_fishspawnegg": "tropical_fish_spawn_egg", + "tropicalfishspawnegg": "tropical_fish_spawn_egg", + "tropical_fish_spawner": { + "entity": "TROPICAL_FISH", + "material": "SPAWNER" + }, + "tfishcage": "tropical_fish_spawner", + "tfishmcage": "tropical_fish_spawner", + "tfishmobcage": "tropical_fish_spawner", + "tfishmobspawner": "tropical_fish_spawner", + "tfishmonstercage": "tropical_fish_spawner", + "tfishmonsterspawner": "tropical_fish_spawner", + "tfishmspawner": "tropical_fish_spawner", + "tfishspawner": "tropical_fish_spawner", + "tropical_fishcage": "tropical_fish_spawner", + "tropical_fishmcage": "tropical_fish_spawner", + "tropical_fishmobcage": "tropical_fish_spawner", + "tropical_fishmobspawner": "tropical_fish_spawner", + "tropical_fishmonstercage": "tropical_fish_spawner", + "tropical_fishmonsterspawner": "tropical_fish_spawner", + "tropical_fishmspawner": "tropical_fish_spawner", + "tropical_fishspawner": "tropical_fish_spawner", + "tube_coral": { + "material": "TUBE_CORAL" + }, + "minecraft:tube_coral": "tube_coral", + "tubecoral": "tube_coral", + "tube_coral_block": { + "material": "TUBE_CORAL_BLOCK" + }, + "minecraft:tube_coral_block": "tube_coral_block", + "tubecoralblock": "tube_coral_block", + "tube_coral_fan": { + "material": "TUBE_CORAL_FAN" + }, + "minecraft:tube_coral_fan": "tube_coral_fan", + "tubecoralfan": "tube_coral_fan", + "tuff": { + "material": "TUFF" + }, + "minecraft:tuff": "tuff", + "turtle_egg": { + "material": "TURTLE_EGG" + }, + "minecraft:turtle_egg": "turtle_egg", + "turtleegg": "turtle_egg", + "turtle_helmet": { + "material": "TURTLE_HELMET" + }, + "minecraft:turtle_helmet": "turtle_helmet", + "turtlehelmet": "turtle_helmet", + "turtle_master_lingering_potion": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotiontm": "turtle_master_lingering_potion", + "aoepotionturtle": "turtle_master_lingering_potion", + "aoepotionturtlemaster": "turtle_master_lingering_potion", + "aoepottm": "turtle_master_lingering_potion", + "aoepotturtle": "turtle_master_lingering_potion", + "aoepotturtlemaster": "turtle_master_lingering_potion", + "areapotiontm": "turtle_master_lingering_potion", + "areapotionturtle": "turtle_master_lingering_potion", + "areapotionturtlemaster": "turtle_master_lingering_potion", + "areapottm": "turtle_master_lingering_potion", + "areapotturtle": "turtle_master_lingering_potion", + "areapotturtlemaster": "turtle_master_lingering_potion", + "cloudpotiontm": "turtle_master_lingering_potion", + "cloudpotionturtle": "turtle_master_lingering_potion", + "cloudpotionturtlemaster": "turtle_master_lingering_potion", + "cloudpottm": "turtle_master_lingering_potion", + "cloudpotturtle": "turtle_master_lingering_potion", + "cloudpotturtlemaster": "turtle_master_lingering_potion", + "lingerpottm": "turtle_master_lingering_potion", + "lingerpotturtle": "turtle_master_lingering_potion", + "lingerpotturtlemaster": "turtle_master_lingering_potion", + "tmaoepoiont": "turtle_master_lingering_potion", + "tmaoepot": "turtle_master_lingering_potion", + "tmareapot": "turtle_master_lingering_potion", + "tmareapotion": "turtle_master_lingering_potion", + "tmcloudpot": "turtle_master_lingering_potion", + "tmcloudpotion": "turtle_master_lingering_potion", + "tmlingerpot": "turtle_master_lingering_potion", + "turtleaoepoiont": "turtle_master_lingering_potion", + "turtleaoepot": "turtle_master_lingering_potion", + "turtleareapot": "turtle_master_lingering_potion", + "turtleareapotion": "turtle_master_lingering_potion", + "turtlecloudpot": "turtle_master_lingering_potion", + "turtlecloudpotion": "turtle_master_lingering_potion", + "turtlelingerpot": "turtle_master_lingering_potion", + "turtlemasteraoepoiont": "turtle_master_lingering_potion", + "turtlemasteraoepot": "turtle_master_lingering_potion", + "turtlemasterareapot": "turtle_master_lingering_potion", + "turtlemasterareapotion": "turtle_master_lingering_potion", + "turtlemastercloudpot": "turtle_master_lingering_potion", + "turtlemastercloudpotion": "turtle_master_lingering_potion", + "turtlemasterlingerpot": "turtle_master_lingering_potion", + "turtle_master_potion": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "potionoftm": "turtle_master_potion", + "potionofturtle": "turtle_master_potion", + "potionofturtlemaster": "turtle_master_potion", + "potoftm": "turtle_master_potion", + "potofturtle": "turtle_master_potion", + "potofturtlemaster": "turtle_master_potion", + "tmpot": "turtle_master_potion", + "tmpotion": "turtle_master_potion", + "turtlemasterpot": "turtle_master_potion", + "turtlemasterpotion": "turtle_master_potion", + "turtlepot": "turtle_master_potion", + "turtlepotion": "turtle_master_potion", + "turtle_master_splash_potion": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "splashtmpot": "turtle_master_splash_potion", + "splashtmpotion": "turtle_master_splash_potion", + "splashturtlemasterpot": "turtle_master_splash_potion", + "splashturtlemasterpotion": "turtle_master_splash_potion", + "splashturtlepot": "turtle_master_splash_potion", + "splashturtlepotion": "turtle_master_splash_potion", + "spltmpot": "turtle_master_splash_potion", + "spltmpotion": "turtle_master_splash_potion", + "splturtlemasterpot": "turtle_master_splash_potion", + "splturtlemasterpotion": "turtle_master_splash_potion", + "splturtlepot": "turtle_master_splash_potion", + "splturtlepotion": "turtle_master_splash_potion", + "tmsplashpot": "turtle_master_splash_potion", + "tmsplashpotion": "turtle_master_splash_potion", + "turtlemastersplashpot": "turtle_master_splash_potion", + "turtlemastersplashpotion": "turtle_master_splash_potion", + "turtlesplashpot": "turtle_master_splash_potion", + "turtlesplashpotion": "turtle_master_splash_potion", + "turtle_master_tipped_arrow": { + "potionData": { + "type": "TURTLE_MASTER", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowtm": "turtle_master_tipped_arrow", + "arrowturtle": "turtle_master_tipped_arrow", + "arrowturtlemaster": "turtle_master_tipped_arrow", + "tmarrow": "turtle_master_tipped_arrow", + "tmtarr": "turtle_master_tipped_arrow", + "tmtarrow": "turtle_master_tipped_arrow", + "tmtippedarrow": "turtle_master_tipped_arrow", + "turtlearrow": "turtle_master_tipped_arrow", + "turtlemasterarrow": "turtle_master_tipped_arrow", + "turtlemastertarr": "turtle_master_tipped_arrow", + "turtlemastertarrow": "turtle_master_tipped_arrow", + "turtlemastertippedarrow": "turtle_master_tipped_arrow", + "turtletarr": "turtle_master_tipped_arrow", + "turtletarrow": "turtle_master_tipped_arrow", + "turtletippedarrow": "turtle_master_tipped_arrow", + "turtle_spawn_egg": { + "material": "TURTLE_SPAWN_EGG" + }, + "eggturtle": "turtle_spawn_egg", + "minecraft:turtle_spawn_egg": "turtle_spawn_egg", + "seggturtle": "turtle_spawn_egg", + "spawneggturtle": "turtle_spawn_egg", + "spawnturtle": "turtle_spawn_egg", + "turtlesegg": "turtle_spawn_egg", + "turtlespawn": "turtle_spawn_egg", + "turtlespawnegg": "turtle_spawn_egg", + "turtle_spawner": { + "entity": "TURTLE", + "material": "SPAWNER" + }, + "turtlecage": "turtle_spawner", + "turtlemcage": "turtle_spawner", + "turtlemobcage": "turtle_spawner", + "turtlemobspawner": "turtle_spawner", + "turtlemonstercage": "turtle_spawner", + "turtlemonsterspawner": "turtle_spawner", + "turtlemspawner": "turtle_spawner", + "turtlespawner": "turtle_spawner", + "twisting_vines": { + "material": "TWISTING_VINES" + }, + "minecraft:twisting_vines": "twisting_vines", + "twistingvines": "twisting_vines", + "vex_spawn_egg": { + "material": "VEX_SPAWN_EGG" + }, + "eggvex": "vex_spawn_egg", + "minecraft:vex_spawn_egg": "vex_spawn_egg", + "seggvex": "vex_spawn_egg", + "spawneggvex": "vex_spawn_egg", + "spawnvex": "vex_spawn_egg", + "vexegg": "vex_spawn_egg", + "vexsegg": "vex_spawn_egg", + "vexspawn": "vex_spawn_egg", + "vexspawnegg": "vex_spawn_egg", + "vex_spawner": { + "entity": "VEX", + "material": "SPAWNER" + }, + "vexcage": "vex_spawner", + "vexmcage": "vex_spawner", + "vexmobcage": "vex_spawner", + "vexmobspawner": "vex_spawner", + "vexmonstercage": "vex_spawner", + "vexmonsterspawner": "vex_spawner", + "vexmspawner": "vex_spawner", + "vexspawner": "vex_spawner", + "villager_spawn_egg": { + "material": "VILLAGER_SPAWN_EGG" + }, + "eggvill": "villager_spawn_egg", + "eggvillager": "villager_spawn_egg", + "minecraft:villager_spawn_egg": "villager_spawn_egg", + "seggvill": "villager_spawn_egg", + "seggvillager": "villager_spawn_egg", + "spawneggvill": "villager_spawn_egg", + "spawneggvillager": "villager_spawn_egg", + "spawnvill": "villager_spawn_egg", + "spawnvillager": "villager_spawn_egg", + "villageregg": "villager_spawn_egg", + "villagersegg": "villager_spawn_egg", + "villagerspawn": "villager_spawn_egg", + "villagerspawnegg": "villager_spawn_egg", + "villegg": "villager_spawn_egg", + "villsegg": "villager_spawn_egg", + "villspawn": "villager_spawn_egg", + "villspawnegg": "villager_spawn_egg", + "villager_spawner": { + "entity": "VILLAGER", + "material": "SPAWNER" + }, + "villagercage": "villager_spawner", + "villagermcage": "villager_spawner", + "villagermobcage": "villager_spawner", + "villagermobspawner": "villager_spawner", + "villagermonstercage": "villager_spawner", + "villagermonsterspawner": "villager_spawner", + "villagermspawner": "villager_spawner", + "villagerspawner": "villager_spawner", + "villcage": "villager_spawner", + "villmcage": "villager_spawner", + "villmobcage": "villager_spawner", + "villmobspawner": "villager_spawner", + "villmonstercage": "villager_spawner", + "villmonsterspawner": "villager_spawner", + "villmspawner": "villager_spawner", + "villspawner": "villager_spawner", + "vindicator_spawn_egg": { + "material": "VINDICATOR_SPAWN_EGG" + }, + "eggvind": "vindicator_spawn_egg", + "eggvindicator": "vindicator_spawn_egg", + "minecraft:vindicator_spawn_egg": "vindicator_spawn_egg", + "seggvind": "vindicator_spawn_egg", + "seggvindicator": "vindicator_spawn_egg", + "spawneggvind": "vindicator_spawn_egg", + "spawneggvindicator": "vindicator_spawn_egg", + "spawnvind": "vindicator_spawn_egg", + "spawnvindicator": "vindicator_spawn_egg", + "vindegg": "vindicator_spawn_egg", + "vindicatoregg": "vindicator_spawn_egg", + "vindicatorsegg": "vindicator_spawn_egg", + "vindicatorspawn": "vindicator_spawn_egg", + "vindicatorspawnegg": "vindicator_spawn_egg", + "vindsegg": "vindicator_spawn_egg", + "vindspawn": "vindicator_spawn_egg", + "vindspawnegg": "vindicator_spawn_egg", + "vindicator_spawner": { + "entity": "VINDICATOR", + "material": "SPAWNER" + }, + "vindcage": "vindicator_spawner", + "vindicatorcage": "vindicator_spawner", + "vindicatormcage": "vindicator_spawner", + "vindicatormobcage": "vindicator_spawner", + "vindicatormobspawner": "vindicator_spawner", + "vindicatormonstercage": "vindicator_spawner", + "vindicatormonsterspawner": "vindicator_spawner", + "vindicatormspawner": "vindicator_spawner", + "vindicatorspawner": "vindicator_spawner", + "vindmcage": "vindicator_spawner", + "vindmobcage": "vindicator_spawner", + "vindmobspawner": "vindicator_spawner", + "vindmonstercage": "vindicator_spawner", + "vindmonsterspawner": "vindicator_spawner", + "vindmspawner": "vindicator_spawner", + "vindspawner": "vindicator_spawner", + "vine": { + "material": "VINE" + }, + "minecraft:vine": "vine", + "wandering_trader_spawn_egg": { + "material": "WANDERING_TRADER_SPAWN_EGG" + }, + "eggtrader": "wandering_trader_spawn_egg", + "eggwandering_trader": "wandering_trader_spawn_egg", + "minecraft:wandering_trader_spawn_egg": "wandering_trader_spawn_egg", + "seggtrader": "wandering_trader_spawn_egg", + "seggwandering_trader": "wandering_trader_spawn_egg", + "spawneggtrader": "wandering_trader_spawn_egg", + "spawneggwandering_trader": "wandering_trader_spawn_egg", + "spawntrader": "wandering_trader_spawn_egg", + "spawnwandering_trader": "wandering_trader_spawn_egg", + "traderegg": "wandering_trader_spawn_egg", + "tradersegg": "wandering_trader_spawn_egg", + "traderspawn": "wandering_trader_spawn_egg", + "traderspawnegg": "wandering_trader_spawn_egg", + "wandering_traderegg": "wandering_trader_spawn_egg", + "wandering_tradersegg": "wandering_trader_spawn_egg", + "wandering_traderspawn": "wandering_trader_spawn_egg", + "wandering_traderspawnegg": "wandering_trader_spawn_egg", + "wanderingtraderspawnegg": "wandering_trader_spawn_egg", + "wandering_trader_spawner": { + "entity": "WANDERING_TRADER", + "material": "SPAWNER" + }, + "tradercage": "wandering_trader_spawner", + "tradermcage": "wandering_trader_spawner", + "tradermobcage": "wandering_trader_spawner", + "tradermobspawner": "wandering_trader_spawner", + "tradermonstercage": "wandering_trader_spawner", + "tradermonsterspawner": "wandering_trader_spawner", + "tradermspawner": "wandering_trader_spawner", + "traderspawner": "wandering_trader_spawner", + "wandering_tradercage": "wandering_trader_spawner", + "wandering_tradermcage": "wandering_trader_spawner", + "wandering_tradermobcage": "wandering_trader_spawner", + "wandering_tradermobspawner": "wandering_trader_spawner", + "wandering_tradermonstercage": "wandering_trader_spawner", + "wandering_tradermonsterspawner": "wandering_trader_spawner", + "wandering_tradermspawner": "wandering_trader_spawner", + "wandering_traderspawner": "wandering_trader_spawner", + "warped_button": { + "material": "WARPED_BUTTON" + }, + "buttonwarp": "warped_button", + "buttonwarped": "warped_button", + "minecraft:warped_button": "warped_button", + "warpbutton": "warped_button", + "warpedbutton": "warped_button", + "warped_door": { + "material": "WARPED_DOOR" + }, + "minecraft:warped_door": "warped_door", + "warpdoor": "warped_door", + "warpeddoor": "warped_door", + "warped_fence": { + "material": "WARPED_FENCE" + }, + "minecraft:warped_fence": "warped_fence", + "warpedfence": "warped_fence", + "warpfence": "warped_fence", + "warped_fence_gate": { + "material": "WARPED_FENCE_GATE" + }, + "gatewarp": "warped_fence_gate", + "gatewarped": "warped_fence_gate", + "minecraft:warped_fence_gate": "warped_fence_gate", + "warpedfencegate": "warped_fence_gate", + "warpedgate": "warped_fence_gate", + "warpfencegate": "warped_fence_gate", + "warpgate": "warped_fence_gate", + "warped_fungus": { + "material": "WARPED_FUNGUS" + }, + "minecraft:warped_fungus": "warped_fungus", + "warpedfun": "warped_fungus", + "warpedfungus": "warped_fungus", + "warpfun": "warped_fungus", + "warpfungus": "warped_fungus", + "warped_fungus_on_a_stick": { + "material": "WARPED_FUNGUS_ON_A_STICK" + }, + "minecraft:warped_fungus_on_a_stick": "warped_fungus_on_a_stick", + "warpedfungusonastick": "warped_fungus_on_a_stick", + "warpedfungusstick": "warped_fungus_on_a_stick", + "warpedfunstick": "warped_fungus_on_a_stick", + "warpedonstick": "warped_fungus_on_a_stick", + "warpedstick": "warped_fungus_on_a_stick", + "warpfungusstick": "warped_fungus_on_a_stick", + "warpfunstick": "warped_fungus_on_a_stick", + "warponstick": "warped_fungus_on_a_stick", + "warpstick": "warped_fungus_on_a_stick", + "warped_hyphae": { + "material": "WARPED_HYPHAE" + }, + "minecraft:warped_hyphae": "warped_hyphae", + "warpedhyphae": "warped_hyphae", + "warphyphae": "warped_hyphae", + "warped_nylium": { + "material": "WARPED_NYLIUM" + }, + "minecraft:warped_nylium": "warped_nylium", + "warpednylium": "warped_nylium", + "warpedsoil": "warped_nylium", + "warpnylium": "warped_nylium", + "warpsoil": "warped_nylium", + "warped_planks": { + "material": "WARPED_PLANKS" + }, + "minecraft:warped_planks": "warped_planks", + "warpedplank": "warped_planks", + "warpedplanks": "warped_planks", + "warpedplankw": "warped_planks", + "warpedplankwood": "warped_planks", + "warpedplankwooden": "warped_planks", + "warpedwoodenplank": "warped_planks", + "warpedwoodplank": "warped_planks", + "warpedwplank": "warped_planks", + "warpplank": "warped_planks", + "warpplankw": "warped_planks", + "warpplankwood": "warped_planks", + "warpplankwooden": "warped_planks", + "warpwoodenplank": "warped_planks", + "warpwoodplank": "warped_planks", + "warpwplank": "warped_planks", + "warped_pressure_plate": { + "material": "WARPED_PRESSURE_PLATE" + }, + "minecraft:warped_pressure_plate": "warped_pressure_plate", + "platewarp": "warped_pressure_plate", + "platewarped": "warped_pressure_plate", + "warpedplate": "warped_pressure_plate", + "warpedpplate": "warped_pressure_plate", + "warpedpressplate": "warped_pressure_plate", + "warpedpressureplate": "warped_pressure_plate", + "warpplate": "warped_pressure_plate", + "warppplate": "warped_pressure_plate", + "warppressplate": "warped_pressure_plate", + "warppressureplate": "warped_pressure_plate", + "warped_roots": { + "material": "WARPED_ROOTS" + }, + "minecraft:warped_roots": "warped_roots", + "warpedroot": "warped_roots", + "warpedroots": "warped_roots", + "warproot": "warped_roots", + "warproots": "warped_roots", + "warped_sign": { + "material": "WARPED_SIGN" + }, + "minecraft:warped_sign": "warped_sign", + "warpedsign": "warped_sign", + "warpsign": "warped_sign", + "warped_slab": { + "material": "WARPED_SLAB" + }, + "minecraft:warped_slab": "warped_slab", + "warpedhalfblock": "warped_slab", + "warpedslab": "warped_slab", + "warpedstep": "warped_slab", + "warpedwhalfblock": "warped_slab", + "warpedwoodenhalfblock": "warped_slab", + "warpedwoodenslab": "warped_slab", + "warpedwoodenstep": "warped_slab", + "warpedwoodhalfblock": "warped_slab", + "warpedwoodslab": "warped_slab", + "warpedwoodstep": "warped_slab", + "warpedwslab": "warped_slab", + "warpedwstep": "warped_slab", + "warphalfblock": "warped_slab", + "warpstep": "warped_slab", + "warpwhalfblock": "warped_slab", + "warpwoodenhalfblock": "warped_slab", + "warpwoodenslab": "warped_slab", + "warpwoodenstep": "warped_slab", + "warpwoodhalfblock": "warped_slab", + "warpwoodslab": "warped_slab", + "warpwoodstep": "warped_slab", + "warpwslab": "warped_slab", + "warpwstep": "warped_slab", + "warped_stairs": { + "material": "WARPED_STAIRS" + }, + "minecraft:warped_stairs": "warped_stairs", + "warpedstair": "warped_stairs", + "warpedstairs": "warped_stairs", + "warpedwoodenstair": "warped_stairs", + "warpedwoodenstairs": "warped_stairs", + "warpedwoodstair": "warped_stairs", + "warpedwoodstairs": "warped_stairs", + "warpedwstair": "warped_stairs", + "warpedwstairs": "warped_stairs", + "warpstair": "warped_stairs", + "warpwoodenstair": "warped_stairs", + "warpwoodenstairs": "warped_stairs", + "warpwoodstair": "warped_stairs", + "warpwoodstairs": "warped_stairs", + "warpwstair": "warped_stairs", + "warpwstairs": "warped_stairs", + "warped_stem": { + "material": "WARPED_STEM" + }, + "logwarp": "warped_stem", + "logwarped": "warped_stem", + "minecraft:warped_stem": "warped_stem", + "stemwarp": "warped_stem", + "stemwarped": "warped_stem", + "warpedlog": "warped_stem", + "warpedstem": "warped_stem", + "warplog": "warped_stem", + "warpstem": "warped_stem", + "warped_trapdoor": { + "material": "WARPED_TRAPDOOR" + }, + "minecraft:warped_trapdoor": "warped_trapdoor", + "warpdoort": "warped_trapdoor", + "warpdoortrap": "warped_trapdoor", + "warpdtrap": "warped_trapdoor", + "warpeddoort": "warped_trapdoor", + "warpeddoortrap": "warped_trapdoor", + "warpeddtrap": "warped_trapdoor", + "warpedhatch": "warped_trapdoor", + "warpedtdoor": "warped_trapdoor", + "warpedtrapd": "warped_trapdoor", + "warpedtrapdoor": "warped_trapdoor", + "warphatch": "warped_trapdoor", + "warptdoor": "warped_trapdoor", + "warptrapd": "warped_trapdoor", + "warptrapdoor": "warped_trapdoor", + "warped_wart_block": { + "material": "WARPED_WART_BLOCK" + }, + "minecraft:warped_wart_block": "warped_wart_block", + "warpedwart": "warped_wart_block", + "warpedwartblock": "warped_wart_block", + "warpwart": "warped_wart_block", + "warpwartblock": "warped_wart_block", + "water_breathing_lingering_potion": { + "potionData": { + "type": "WATER_BREATHING", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotbreath": "water_breathing_lingering_potion", + "aoepotbreathing": "water_breathing_lingering_potion", + "aoepotionbreath": "water_breathing_lingering_potion", + "aoepotionbreathing": "water_breathing_lingering_potion", + "aoepotionwaterbreath": "water_breathing_lingering_potion", + "aoepotionwaterbreathing": "water_breathing_lingering_potion", + "aoepotionwb": "water_breathing_lingering_potion", + "aoepotwaterbreath": "water_breathing_lingering_potion", + "aoepotwaterbreathing": "water_breathing_lingering_potion", + "aoepotwb": "water_breathing_lingering_potion", + "areapotbreath": "water_breathing_lingering_potion", + "areapotbreathing": "water_breathing_lingering_potion", + "areapotionbreath": "water_breathing_lingering_potion", + "areapotionbreathing": "water_breathing_lingering_potion", + "areapotionwaterbreath": "water_breathing_lingering_potion", + "areapotionwaterbreathing": "water_breathing_lingering_potion", + "areapotionwb": "water_breathing_lingering_potion", + "areapotwaterbreath": "water_breathing_lingering_potion", + "areapotwaterbreathing": "water_breathing_lingering_potion", + "areapotwb": "water_breathing_lingering_potion", + "breathaoepoiont": "water_breathing_lingering_potion", + "breathaoepot": "water_breathing_lingering_potion", + "breathareapot": "water_breathing_lingering_potion", + "breathareapotion": "water_breathing_lingering_potion", + "breathcloudpot": "water_breathing_lingering_potion", + "breathcloudpotion": "water_breathing_lingering_potion", + "breathingaoepoiont": "water_breathing_lingering_potion", + "breathingaoepot": "water_breathing_lingering_potion", + "breathingareapot": "water_breathing_lingering_potion", + "breathingareapotion": "water_breathing_lingering_potion", + "breathingcloudpot": "water_breathing_lingering_potion", + "breathingcloudpotion": "water_breathing_lingering_potion", + "breathinglingerpot": "water_breathing_lingering_potion", + "breathlingerpot": "water_breathing_lingering_potion", + "cloudpotbreath": "water_breathing_lingering_potion", + "cloudpotbreathing": "water_breathing_lingering_potion", + "cloudpotionbreath": "water_breathing_lingering_potion", + "cloudpotionbreathing": "water_breathing_lingering_potion", + "cloudpotionwaterbreath": "water_breathing_lingering_potion", + "cloudpotionwaterbreathing": "water_breathing_lingering_potion", + "cloudpotionwb": "water_breathing_lingering_potion", + "cloudpotwaterbreath": "water_breathing_lingering_potion", + "cloudpotwaterbreathing": "water_breathing_lingering_potion", + "cloudpotwb": "water_breathing_lingering_potion", + "lingerpotbreath": "water_breathing_lingering_potion", + "lingerpotbreathing": "water_breathing_lingering_potion", + "lingerpotwaterbreath": "water_breathing_lingering_potion", + "lingerpotwaterbreathing": "water_breathing_lingering_potion", + "lingerpotwb": "water_breathing_lingering_potion", + "waterbreathaoepoiont": "water_breathing_lingering_potion", + "waterbreathaoepot": "water_breathing_lingering_potion", + "waterbreathareapot": "water_breathing_lingering_potion", + "waterbreathareapotion": "water_breathing_lingering_potion", + "waterbreathcloudpot": "water_breathing_lingering_potion", + "waterbreathcloudpotion": "water_breathing_lingering_potion", + "waterbreathingaoepoiont": "water_breathing_lingering_potion", + "waterbreathingaoepot": "water_breathing_lingering_potion", + "waterbreathingareapot": "water_breathing_lingering_potion", + "waterbreathingareapotion": "water_breathing_lingering_potion", + "waterbreathingcloudpot": "water_breathing_lingering_potion", + "waterbreathingcloudpotion": "water_breathing_lingering_potion", + "waterbreathinglingerpot": "water_breathing_lingering_potion", + "waterbreathlingerpot": "water_breathing_lingering_potion", + "wbaoepoiont": "water_breathing_lingering_potion", + "wbaoepot": "water_breathing_lingering_potion", + "wbareapot": "water_breathing_lingering_potion", + "wbareapotion": "water_breathing_lingering_potion", + "wbcloudpot": "water_breathing_lingering_potion", + "wbcloudpotion": "water_breathing_lingering_potion", + "wblingerpot": "water_breathing_lingering_potion", + "water_breathing_potion": { + "potionData": { + "type": "WATER_BREATHING", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "breathingpot": "water_breathing_potion", + "breathingpotion": "water_breathing_potion", + "breathpot": "water_breathing_potion", + "breathpotion": "water_breathing_potion", + "potionofbreath": "water_breathing_potion", + "potionofbreathing": "water_breathing_potion", + "potionofwaterbreath": "water_breathing_potion", + "potionofwaterbreathing": "water_breathing_potion", + "potionofwb": "water_breathing_potion", + "potofbreath": "water_breathing_potion", + "potofbreathing": "water_breathing_potion", + "potofwaterbreath": "water_breathing_potion", + "potofwaterbreathing": "water_breathing_potion", + "potofwb": "water_breathing_potion", + "waterbreathingpot": "water_breathing_potion", + "waterbreathingpotion": "water_breathing_potion", + "waterbreathpot": "water_breathing_potion", + "waterbreathpotion": "water_breathing_potion", + "wbpot": "water_breathing_potion", + "wbpotion": "water_breathing_potion", + "water_breathing_splash_potion": { + "potionData": { + "type": "WATER_BREATHING", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "breathingsplashpot": "water_breathing_splash_potion", + "breathingsplashpotion": "water_breathing_splash_potion", + "breathsplashpot": "water_breathing_splash_potion", + "breathsplashpotion": "water_breathing_splash_potion", + "splashbreathingpot": "water_breathing_splash_potion", + "splashbreathingpotion": "water_breathing_splash_potion", + "splashbreathpot": "water_breathing_splash_potion", + "splashbreathpotion": "water_breathing_splash_potion", + "splashwaterbreathingpot": "water_breathing_splash_potion", + "splashwaterbreathingpotion": "water_breathing_splash_potion", + "splashwaterbreathpot": "water_breathing_splash_potion", + "splashwaterbreathpotion": "water_breathing_splash_potion", + "splashwbpot": "water_breathing_splash_potion", + "splashwbpotion": "water_breathing_splash_potion", + "splbreathingpot": "water_breathing_splash_potion", + "splbreathingpotion": "water_breathing_splash_potion", + "splbreathpot": "water_breathing_splash_potion", + "splbreathpotion": "water_breathing_splash_potion", + "splwaterbreathingpot": "water_breathing_splash_potion", + "splwaterbreathingpotion": "water_breathing_splash_potion", + "splwaterbreathpot": "water_breathing_splash_potion", + "splwaterbreathpotion": "water_breathing_splash_potion", + "splwbpot": "water_breathing_splash_potion", + "splwbpotion": "water_breathing_splash_potion", + "waterbreathingsplashpot": "water_breathing_splash_potion", + "waterbreathingsplashpotion": "water_breathing_splash_potion", + "waterbreathsplashpot": "water_breathing_splash_potion", + "waterbreathsplashpotion": "water_breathing_splash_potion", + "wbsplashpot": "water_breathing_splash_potion", + "wbsplashpotion": "water_breathing_splash_potion", + "water_breathing_tipped_arrow": { + "potionData": { + "type": "WATER_BREATHING", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowbreath": "water_breathing_tipped_arrow", + "arrowbreathing": "water_breathing_tipped_arrow", + "arrowwaterbreath": "water_breathing_tipped_arrow", + "arrowwaterbreathing": "water_breathing_tipped_arrow", + "arrowwb": "water_breathing_tipped_arrow", + "breatharrow": "water_breathing_tipped_arrow", + "breathingarrow": "water_breathing_tipped_arrow", + "breathingtarr": "water_breathing_tipped_arrow", + "breathingtarrow": "water_breathing_tipped_arrow", + "breathingtippedarrow": "water_breathing_tipped_arrow", + "breathtarr": "water_breathing_tipped_arrow", + "breathtarrow": "water_breathing_tipped_arrow", + "breathtippedarrow": "water_breathing_tipped_arrow", + "waterbreatharrow": "water_breathing_tipped_arrow", + "waterbreathingarrow": "water_breathing_tipped_arrow", + "waterbreathingtarr": "water_breathing_tipped_arrow", + "waterbreathingtarrow": "water_breathing_tipped_arrow", + "waterbreathingtippedarrow": "water_breathing_tipped_arrow", + "waterbreathtarr": "water_breathing_tipped_arrow", + "waterbreathtarrow": "water_breathing_tipped_arrow", + "waterbreathtippedarrow": "water_breathing_tipped_arrow", + "wbarrow": "water_breathing_tipped_arrow", + "wbtarr": "water_breathing_tipped_arrow", + "wbtarrow": "water_breathing_tipped_arrow", + "wbtippedarrow": "water_breathing_tipped_arrow", + "water_bucket": { + "material": "WATER_BUCKET" + }, + "minecraft:water_bucket": "water_bucket", + "waterbucket": "water_bucket", + "water_lingering_potion": { + "potionData": { + "type": "WATER", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionwater": "water_lingering_potion", + "aoepotwater": "water_lingering_potion", + "areapotionwater": "water_lingering_potion", + "areapotwater": "water_lingering_potion", + "cloudpotionwater": "water_lingering_potion", + "cloudpotwater": "water_lingering_potion", + "lingerpotwater": "water_lingering_potion", + "wateraoepoiont": "water_lingering_potion", + "wateraoepot": "water_lingering_potion", + "waterareapot": "water_lingering_potion", + "waterareapotion": "water_lingering_potion", + "watercloudpot": "water_lingering_potion", + "watercloudpotion": "water_lingering_potion", + "waterlingerpot": "water_lingering_potion", + "water_potion": { + "potionData": { + "type": "WATER", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "potionofwater": "water_potion", + "potofwater": "water_potion", + "waterpot": "water_potion", + "waterpotion": "water_potion", + "water_splash_potion": { + "potionData": { + "type": "WATER", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "splashwaterpot": "water_splash_potion", + "splashwaterpotion": "water_splash_potion", + "splwaterpot": "water_splash_potion", + "splwaterpotion": "water_splash_potion", + "watersplashpot": "water_splash_potion", + "watersplashpotion": "water_splash_potion", + "water_tipped_arrow": { + "potionData": { + "type": "WATER", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowwater": "water_tipped_arrow", + "waterarrow": "water_tipped_arrow", + "watertarr": "water_tipped_arrow", + "watertarrow": "water_tipped_arrow", + "watertippedarrow": "water_tipped_arrow", + "waxed_copper_block": { + "material": "WAXED_COPPER_BLOCK" + }, + "minecraft:waxed_copper_block": "waxed_copper_block", + "wacoblock": "waxed_copper_block", + "wacopblock": "waxed_copper_block", + "wacopperblock": "waxed_copper_block", + "waxcoblock": "waxed_copper_block", + "waxcopblock": "waxed_copper_block", + "waxcopperblock": "waxed_copper_block", + "waxedcoblock": "waxed_copper_block", + "waxedcopblock": "waxed_copper_block", + "waxedcopperblock": "waxed_copper_block", + "waxed_cut_copper": { + "material": "WAXED_CUT_COPPER" + }, + "cutwacoblock": "waxed_cut_copper", + "cutwacopblock": "waxed_cut_copper", + "cutwacopperblock": "waxed_cut_copper", + "cutwaxcoblock": "waxed_cut_copper", + "cutwaxcopblock": "waxed_cut_copper", + "cutwaxcopperblock": "waxed_cut_copper", + "cutwaxedcoblock": "waxed_cut_copper", + "cutwaxedcopblock": "waxed_cut_copper", + "cutwaxedcopperblock": "waxed_cut_copper", + "cwacoblock": "waxed_cut_copper", + "cwacopblock": "waxed_cut_copper", + "cwacopperblock": "waxed_cut_copper", + "cwaxcoblock": "waxed_cut_copper", + "cwaxcopblock": "waxed_cut_copper", + "cwaxcopperblock": "waxed_cut_copper", + "cwaxedcoblock": "waxed_cut_copper", + "cwaxedcopblock": "waxed_cut_copper", + "cwaxedcopperblock": "waxed_cut_copper", + "minecraft:waxed_cut_copper": "waxed_cut_copper", + "waccoblock": "waxed_cut_copper", + "waccopblock": "waxed_cut_copper", + "waccopperblock": "waxed_cut_copper", + "wacutcoblock": "waxed_cut_copper", + "wacutcopblock": "waxed_cut_copper", + "wacutcopperblock": "waxed_cut_copper", + "waxccoblock": "waxed_cut_copper", + "waxccopblock": "waxed_cut_copper", + "waxccopperblock": "waxed_cut_copper", + "waxcutcoblock": "waxed_cut_copper", + "waxcutcopblock": "waxed_cut_copper", + "waxcutcopperblock": "waxed_cut_copper", + "waxedccoblock": "waxed_cut_copper", + "waxedccopblock": "waxed_cut_copper", + "waxedccopperblock": "waxed_cut_copper", + "waxedcutcoblock": "waxed_cut_copper", + "waxedcutcopblock": "waxed_cut_copper", + "waxedcutcopper": "waxed_cut_copper", + "waxedcutcopperblock": "waxed_cut_copper", + "waxed_cut_copper_slab": { + "material": "WAXED_CUT_COPPER_SLAB" + }, + "cutwacohalfblock": "waxed_cut_copper_slab", + "cutwacophalfblock": "waxed_cut_copper_slab", + "cutwacopperhalfblock": "waxed_cut_copper_slab", + "cutwacoppersl": "waxed_cut_copper_slab", + "cutwacopperslab": "waxed_cut_copper_slab", + "cutwacopperstep": "waxed_cut_copper_slab", + "cutwacopsl": "waxed_cut_copper_slab", + "cutwacopslab": "waxed_cut_copper_slab", + "cutwacopstep": "waxed_cut_copper_slab", + "cutwacosl": "waxed_cut_copper_slab", + "cutwacoslab": "waxed_cut_copper_slab", + "cutwacostep": "waxed_cut_copper_slab", + "cutwaxcohalfblock": "waxed_cut_copper_slab", + "cutwaxcophalfblock": "waxed_cut_copper_slab", + "cutwaxcopperhalfblock": "waxed_cut_copper_slab", + "cutwaxcoppersl": "waxed_cut_copper_slab", + "cutwaxcopperslab": "waxed_cut_copper_slab", + "cutwaxcopperstep": "waxed_cut_copper_slab", + "cutwaxcopsl": "waxed_cut_copper_slab", + "cutwaxcopslab": "waxed_cut_copper_slab", + "cutwaxcopstep": "waxed_cut_copper_slab", + "cutwaxcosl": "waxed_cut_copper_slab", + "cutwaxcoslab": "waxed_cut_copper_slab", + "cutwaxcostep": "waxed_cut_copper_slab", + "cutwaxedcohalfblock": "waxed_cut_copper_slab", + "cutwaxedcophalfblock": "waxed_cut_copper_slab", + "cutwaxedcopperhalfblock": "waxed_cut_copper_slab", + "cutwaxedcoppersl": "waxed_cut_copper_slab", + "cutwaxedcopperslab": "waxed_cut_copper_slab", + "cutwaxedcopperstep": "waxed_cut_copper_slab", + "cutwaxedcopsl": "waxed_cut_copper_slab", + "cutwaxedcopslab": "waxed_cut_copper_slab", + "cutwaxedcopstep": "waxed_cut_copper_slab", + "cutwaxedcosl": "waxed_cut_copper_slab", + "cutwaxedcoslab": "waxed_cut_copper_slab", + "cutwaxedcostep": "waxed_cut_copper_slab", + "cwacohalfblock": "waxed_cut_copper_slab", + "cwacophalfblock": "waxed_cut_copper_slab", + "cwacopperhalfblock": "waxed_cut_copper_slab", + "cwacoppersl": "waxed_cut_copper_slab", + "cwacopperslab": "waxed_cut_copper_slab", + "cwacopperstep": "waxed_cut_copper_slab", + "cwacopsl": "waxed_cut_copper_slab", + "cwacopslab": "waxed_cut_copper_slab", + "cwacopstep": "waxed_cut_copper_slab", + "cwacosl": "waxed_cut_copper_slab", + "cwacoslab": "waxed_cut_copper_slab", + "cwacostep": "waxed_cut_copper_slab", + "cwaxcohalfblock": "waxed_cut_copper_slab", + "cwaxcophalfblock": "waxed_cut_copper_slab", + "cwaxcopperhalfblock": "waxed_cut_copper_slab", + "cwaxcoppersl": "waxed_cut_copper_slab", + "cwaxcopperslab": "waxed_cut_copper_slab", + "cwaxcopperstep": "waxed_cut_copper_slab", + "cwaxcopsl": "waxed_cut_copper_slab", + "cwaxcopslab": "waxed_cut_copper_slab", + "cwaxcopstep": "waxed_cut_copper_slab", + "cwaxcosl": "waxed_cut_copper_slab", + "cwaxcoslab": "waxed_cut_copper_slab", + "cwaxcostep": "waxed_cut_copper_slab", + "cwaxedcohalfblock": "waxed_cut_copper_slab", + "cwaxedcophalfblock": "waxed_cut_copper_slab", + "cwaxedcopperhalfblock": "waxed_cut_copper_slab", + "cwaxedcoppersl": "waxed_cut_copper_slab", + "cwaxedcopperslab": "waxed_cut_copper_slab", + "cwaxedcopperstep": "waxed_cut_copper_slab", + "cwaxedcopsl": "waxed_cut_copper_slab", + "cwaxedcopslab": "waxed_cut_copper_slab", + "cwaxedcopstep": "waxed_cut_copper_slab", + "cwaxedcosl": "waxed_cut_copper_slab", + "cwaxedcoslab": "waxed_cut_copper_slab", + "cwaxedcostep": "waxed_cut_copper_slab", + "minecraft:waxed_cut_copper_slab": "waxed_cut_copper_slab", + "waccohalfblock": "waxed_cut_copper_slab", + "waccophalfblock": "waxed_cut_copper_slab", + "waccopperhalfblock": "waxed_cut_copper_slab", + "waccoppersl": "waxed_cut_copper_slab", + "waccopperslab": "waxed_cut_copper_slab", + "waccopperstep": "waxed_cut_copper_slab", + "waccopsl": "waxed_cut_copper_slab", + "waccopslab": "waxed_cut_copper_slab", + "waccopstep": "waxed_cut_copper_slab", + "waccosl": "waxed_cut_copper_slab", + "waccoslab": "waxed_cut_copper_slab", + "waccostep": "waxed_cut_copper_slab", + "wacutcohalfblock": "waxed_cut_copper_slab", + "wacutcophalfblock": "waxed_cut_copper_slab", + "wacutcopperhalfblock": "waxed_cut_copper_slab", + "wacutcoppersl": "waxed_cut_copper_slab", + "wacutcopperslab": "waxed_cut_copper_slab", + "wacutcopperstep": "waxed_cut_copper_slab", + "wacutcopsl": "waxed_cut_copper_slab", + "wacutcopslab": "waxed_cut_copper_slab", + "wacutcopstep": "waxed_cut_copper_slab", + "wacutcosl": "waxed_cut_copper_slab", + "wacutcoslab": "waxed_cut_copper_slab", + "wacutcostep": "waxed_cut_copper_slab", + "waxccohalfblock": "waxed_cut_copper_slab", + "waxccophalfblock": "waxed_cut_copper_slab", + "waxccopperhalfblock": "waxed_cut_copper_slab", + "waxccoppersl": "waxed_cut_copper_slab", + "waxccopperslab": "waxed_cut_copper_slab", + "waxccopperstep": "waxed_cut_copper_slab", + "waxccopsl": "waxed_cut_copper_slab", + "waxccopslab": "waxed_cut_copper_slab", + "waxccopstep": "waxed_cut_copper_slab", + "waxccosl": "waxed_cut_copper_slab", + "waxccoslab": "waxed_cut_copper_slab", + "waxccostep": "waxed_cut_copper_slab", + "waxcutcohalfblock": "waxed_cut_copper_slab", + "waxcutcophalfblock": "waxed_cut_copper_slab", + "waxcutcopperhalfblock": "waxed_cut_copper_slab", + "waxcutcoppersl": "waxed_cut_copper_slab", + "waxcutcopperslab": "waxed_cut_copper_slab", + "waxcutcopperstep": "waxed_cut_copper_slab", + "waxcutcopsl": "waxed_cut_copper_slab", + "waxcutcopslab": "waxed_cut_copper_slab", + "waxcutcopstep": "waxed_cut_copper_slab", + "waxcutcosl": "waxed_cut_copper_slab", + "waxcutcoslab": "waxed_cut_copper_slab", + "waxcutcostep": "waxed_cut_copper_slab", + "waxedccohalfblock": "waxed_cut_copper_slab", + "waxedccophalfblock": "waxed_cut_copper_slab", + "waxedccopperhalfblock": "waxed_cut_copper_slab", + "waxedccoppersl": "waxed_cut_copper_slab", + "waxedccopperslab": "waxed_cut_copper_slab", + "waxedccopperstep": "waxed_cut_copper_slab", + "waxedccopsl": "waxed_cut_copper_slab", + "waxedccopslab": "waxed_cut_copper_slab", + "waxedccopstep": "waxed_cut_copper_slab", + "waxedccosl": "waxed_cut_copper_slab", + "waxedccoslab": "waxed_cut_copper_slab", + "waxedccostep": "waxed_cut_copper_slab", + "waxedcutcohalfblock": "waxed_cut_copper_slab", + "waxedcutcophalfblock": "waxed_cut_copper_slab", + "waxedcutcopperhalfblock": "waxed_cut_copper_slab", + "waxedcutcoppersl": "waxed_cut_copper_slab", + "waxedcutcopperslab": "waxed_cut_copper_slab", + "waxedcutcopperstep": "waxed_cut_copper_slab", + "waxedcutcopsl": "waxed_cut_copper_slab", + "waxedcutcopslab": "waxed_cut_copper_slab", + "waxedcutcopstep": "waxed_cut_copper_slab", + "waxedcutcosl": "waxed_cut_copper_slab", + "waxedcutcoslab": "waxed_cut_copper_slab", + "waxedcutcostep": "waxed_cut_copper_slab", + "waxed_cut_copper_stairs": { + "material": "WAXED_CUT_COPPER_STAIRS" + }, + "cutwacopperstair": "waxed_cut_copper_stairs", + "cutwacopperstairs": "waxed_cut_copper_stairs", + "cutwacopstair": "waxed_cut_copper_stairs", + "cutwacopstairs": "waxed_cut_copper_stairs", + "cutwacostair": "waxed_cut_copper_stairs", + "cutwacostairs": "waxed_cut_copper_stairs", + "cutwaxcopperstair": "waxed_cut_copper_stairs", + "cutwaxcopperstairs": "waxed_cut_copper_stairs", + "cutwaxcopstair": "waxed_cut_copper_stairs", + "cutwaxcopstairs": "waxed_cut_copper_stairs", + "cutwaxcostair": "waxed_cut_copper_stairs", + "cutwaxcostairs": "waxed_cut_copper_stairs", + "cutwaxedcopperstair": "waxed_cut_copper_stairs", + "cutwaxedcopperstairs": "waxed_cut_copper_stairs", + "cutwaxedcopstair": "waxed_cut_copper_stairs", + "cutwaxedcopstairs": "waxed_cut_copper_stairs", + "cutwaxedcostair": "waxed_cut_copper_stairs", + "cutwaxedcostairs": "waxed_cut_copper_stairs", + "cwacopperstair": "waxed_cut_copper_stairs", + "cwacopperstairs": "waxed_cut_copper_stairs", + "cwacopstair": "waxed_cut_copper_stairs", + "cwacopstairs": "waxed_cut_copper_stairs", + "cwacostair": "waxed_cut_copper_stairs", + "cwacostairs": "waxed_cut_copper_stairs", + "cwaxcopperstair": "waxed_cut_copper_stairs", + "cwaxcopperstairs": "waxed_cut_copper_stairs", + "cwaxcopstair": "waxed_cut_copper_stairs", + "cwaxcopstairs": "waxed_cut_copper_stairs", + "cwaxcostair": "waxed_cut_copper_stairs", + "cwaxcostairs": "waxed_cut_copper_stairs", + "cwaxedcopperstair": "waxed_cut_copper_stairs", + "cwaxedcopperstairs": "waxed_cut_copper_stairs", + "cwaxedcopstair": "waxed_cut_copper_stairs", + "cwaxedcopstairs": "waxed_cut_copper_stairs", + "cwaxedcostair": "waxed_cut_copper_stairs", + "cwaxedcostairs": "waxed_cut_copper_stairs", + "minecraft:waxed_cut_copper_stairs": "waxed_cut_copper_stairs", + "waccopperstair": "waxed_cut_copper_stairs", + "waccopperstairs": "waxed_cut_copper_stairs", + "waccopstair": "waxed_cut_copper_stairs", + "waccopstairs": "waxed_cut_copper_stairs", + "waccostair": "waxed_cut_copper_stairs", + "waccostairs": "waxed_cut_copper_stairs", + "wacutcopperstair": "waxed_cut_copper_stairs", + "wacutcopperstairs": "waxed_cut_copper_stairs", + "wacutcopstair": "waxed_cut_copper_stairs", + "wacutcopstairs": "waxed_cut_copper_stairs", + "wacutcostair": "waxed_cut_copper_stairs", + "wacutcostairs": "waxed_cut_copper_stairs", + "waxccopperstair": "waxed_cut_copper_stairs", + "waxccopperstairs": "waxed_cut_copper_stairs", + "waxccopstair": "waxed_cut_copper_stairs", + "waxccopstairs": "waxed_cut_copper_stairs", + "waxccostair": "waxed_cut_copper_stairs", + "waxccostairs": "waxed_cut_copper_stairs", + "waxcutcopperstair": "waxed_cut_copper_stairs", + "waxcutcopperstairs": "waxed_cut_copper_stairs", + "waxcutcopstair": "waxed_cut_copper_stairs", + "waxcutcopstairs": "waxed_cut_copper_stairs", + "waxcutcostair": "waxed_cut_copper_stairs", + "waxcutcostairs": "waxed_cut_copper_stairs", + "waxedccopperstair": "waxed_cut_copper_stairs", + "waxedccopperstairs": "waxed_cut_copper_stairs", + "waxedccopstair": "waxed_cut_copper_stairs", + "waxedccopstairs": "waxed_cut_copper_stairs", + "waxedccostair": "waxed_cut_copper_stairs", + "waxedccostairs": "waxed_cut_copper_stairs", + "waxedcutcopperstair": "waxed_cut_copper_stairs", + "waxedcutcopperstairs": "waxed_cut_copper_stairs", + "waxedcutcopstair": "waxed_cut_copper_stairs", + "waxedcutcopstairs": "waxed_cut_copper_stairs", + "waxedcutcostair": "waxed_cut_copper_stairs", + "waxedcutcostairs": "waxed_cut_copper_stairs", + "waxed_exposed_copper": { + "material": "WAXED_EXPOSED_COPPER" + }, + "exposedwacoblock": "waxed_exposed_copper", + "exposedwacopblock": "waxed_exposed_copper", + "exposedwacopperblock": "waxed_exposed_copper", + "exposedwaxcoblock": "waxed_exposed_copper", + "exposedwaxcopblock": "waxed_exposed_copper", + "exposedwaxcopperblock": "waxed_exposed_copper", + "exposedwaxedcoblock": "waxed_exposed_copper", + "exposedwaxedcopblock": "waxed_exposed_copper", + "exposedwaxedcopperblock": "waxed_exposed_copper", + "expwacoblock": "waxed_exposed_copper", + "expwacopblock": "waxed_exposed_copper", + "expwacopperblock": "waxed_exposed_copper", + "expwaxcoblock": "waxed_exposed_copper", + "expwaxcopblock": "waxed_exposed_copper", + "expwaxcopperblock": "waxed_exposed_copper", + "expwaxedcoblock": "waxed_exposed_copper", + "expwaxedcopblock": "waxed_exposed_copper", + "expwaxedcopperblock": "waxed_exposed_copper", + "exwacoblock": "waxed_exposed_copper", + "exwacopblock": "waxed_exposed_copper", + "exwacopperblock": "waxed_exposed_copper", + "exwaxcoblock": "waxed_exposed_copper", + "exwaxcopblock": "waxed_exposed_copper", + "exwaxcopperblock": "waxed_exposed_copper", + "exwaxedcoblock": "waxed_exposed_copper", + "exwaxedcopblock": "waxed_exposed_copper", + "exwaxedcopperblock": "waxed_exposed_copper", + "minecraft:waxed_exposed_copper": "waxed_exposed_copper", + "waexcoblock": "waxed_exposed_copper", + "waexcopblock": "waxed_exposed_copper", + "waexcopperblock": "waxed_exposed_copper", + "waexpcoblock": "waxed_exposed_copper", + "waexpcopblock": "waxed_exposed_copper", + "waexpcopperblock": "waxed_exposed_copper", + "waexposedcoblock": "waxed_exposed_copper", + "waexposedcopblock": "waxed_exposed_copper", + "waexposedcopperblock": "waxed_exposed_copper", + "waxedexcoblock": "waxed_exposed_copper", + "waxedexcopblock": "waxed_exposed_copper", + "waxedexcopperblock": "waxed_exposed_copper", + "waxedexpcoblock": "waxed_exposed_copper", + "waxedexpcopblock": "waxed_exposed_copper", + "waxedexpcopperblock": "waxed_exposed_copper", + "waxedexposedcoblock": "waxed_exposed_copper", + "waxedexposedcopblock": "waxed_exposed_copper", + "waxedexposedcopper": "waxed_exposed_copper", + "waxedexposedcopperblock": "waxed_exposed_copper", + "waxexcoblock": "waxed_exposed_copper", + "waxexcopblock": "waxed_exposed_copper", + "waxexcopperblock": "waxed_exposed_copper", + "waxexpcoblock": "waxed_exposed_copper", + "waxexpcopblock": "waxed_exposed_copper", + "waxexpcopperblock": "waxed_exposed_copper", + "waxexposedcoblock": "waxed_exposed_copper", + "waxexposedcopblock": "waxed_exposed_copper", + "waxexposedcopperblock": "waxed_exposed_copper", + "waxed_exposed_cut_copper": { + "material": "WAXED_EXPOSED_CUT_COPPER" + }, + "cexposedwacoblock": "waxed_exposed_cut_copper", + "cexposedwacopblock": "waxed_exposed_cut_copper", + "cexposedwacopperblock": "waxed_exposed_cut_copper", + "cexposedwaxcoblock": "waxed_exposed_cut_copper", + "cexposedwaxcopblock": "waxed_exposed_cut_copper", + "cexposedwaxcopperblock": "waxed_exposed_cut_copper", + "cexposedwaxedcoblock": "waxed_exposed_cut_copper", + "cexposedwaxedcopblock": "waxed_exposed_cut_copper", + "cexposedwaxedcopperblock": "waxed_exposed_cut_copper", + "cexpwacoblock": "waxed_exposed_cut_copper", + "cexpwacopblock": "waxed_exposed_cut_copper", + "cexpwacopperblock": "waxed_exposed_cut_copper", + "cexpwaxcoblock": "waxed_exposed_cut_copper", + "cexpwaxcopblock": "waxed_exposed_cut_copper", + "cexpwaxcopperblock": "waxed_exposed_cut_copper", + "cexpwaxedcoblock": "waxed_exposed_cut_copper", + "cexpwaxedcopblock": "waxed_exposed_cut_copper", + "cexpwaxedcopperblock": "waxed_exposed_cut_copper", + "cexwacoblock": "waxed_exposed_cut_copper", + "cexwacopblock": "waxed_exposed_cut_copper", + "cexwacopperblock": "waxed_exposed_cut_copper", + "cexwaxcoblock": "waxed_exposed_cut_copper", + "cexwaxcopblock": "waxed_exposed_cut_copper", + "cexwaxcopperblock": "waxed_exposed_cut_copper", + "cexwaxedcoblock": "waxed_exposed_cut_copper", + "cexwaxedcopblock": "waxed_exposed_cut_copper", + "cexwaxedcopperblock": "waxed_exposed_cut_copper", + "cutexposedwacoblock": "waxed_exposed_cut_copper", + "cutexposedwacopblock": "waxed_exposed_cut_copper", + "cutexposedwacopperblock": "waxed_exposed_cut_copper", + "cutexposedwaxcoblock": "waxed_exposed_cut_copper", + "cutexposedwaxcopblock": "waxed_exposed_cut_copper", + "cutexposedwaxcopperblock": "waxed_exposed_cut_copper", + "cutexposedwaxedcoblock": "waxed_exposed_cut_copper", + "cutexposedwaxedcopblock": "waxed_exposed_cut_copper", + "cutexposedwaxedcopperblock": "waxed_exposed_cut_copper", + "cutexpwacoblock": "waxed_exposed_cut_copper", + "cutexpwacopblock": "waxed_exposed_cut_copper", + "cutexpwacopperblock": "waxed_exposed_cut_copper", + "cutexpwaxcoblock": "waxed_exposed_cut_copper", + "cutexpwaxcopblock": "waxed_exposed_cut_copper", + "cutexpwaxcopperblock": "waxed_exposed_cut_copper", + "cutexpwaxedcoblock": "waxed_exposed_cut_copper", + "cutexpwaxedcopblock": "waxed_exposed_cut_copper", + "cutexpwaxedcopperblock": "waxed_exposed_cut_copper", + "cutexwacoblock": "waxed_exposed_cut_copper", + "cutexwacopblock": "waxed_exposed_cut_copper", + "cutexwacopperblock": "waxed_exposed_cut_copper", + "cutexwaxcoblock": "waxed_exposed_cut_copper", + "cutexwaxcopblock": "waxed_exposed_cut_copper", + "cutexwaxcopperblock": "waxed_exposed_cut_copper", + "cutexwaxedcoblock": "waxed_exposed_cut_copper", + "cutexwaxedcopblock": "waxed_exposed_cut_copper", + "cutexwaxedcopperblock": "waxed_exposed_cut_copper", + "cutwaexcoblock": "waxed_exposed_cut_copper", + "cutwaexcopblock": "waxed_exposed_cut_copper", + "cutwaexcopperblock": "waxed_exposed_cut_copper", + "cutwaexpcoblock": "waxed_exposed_cut_copper", + "cutwaexpcopblock": "waxed_exposed_cut_copper", + "cutwaexpcopperblock": "waxed_exposed_cut_copper", + "cutwaexposedcoblock": "waxed_exposed_cut_copper", + "cutwaexposedcopblock": "waxed_exposed_cut_copper", + "cutwaexposedcopperblock": "waxed_exposed_cut_copper", + "cutwaxedexcoblock": "waxed_exposed_cut_copper", + "cutwaxedexcopblock": "waxed_exposed_cut_copper", + "cutwaxedexcopperblock": "waxed_exposed_cut_copper", + "cutwaxedexpcoblock": "waxed_exposed_cut_copper", + "cutwaxedexpcopblock": "waxed_exposed_cut_copper", + "cutwaxedexpcopperblock": "waxed_exposed_cut_copper", + "cutwaxedexposedcoblock": "waxed_exposed_cut_copper", + "cutwaxedexposedcopblock": "waxed_exposed_cut_copper", + "cutwaxedexposedcopperblock": "waxed_exposed_cut_copper", + "cutwaxexcoblock": "waxed_exposed_cut_copper", + "cutwaxexcopblock": "waxed_exposed_cut_copper", + "cutwaxexcopperblock": "waxed_exposed_cut_copper", + "cutwaxexpcoblock": "waxed_exposed_cut_copper", + "cutwaxexpcopblock": "waxed_exposed_cut_copper", + "cutwaxexpcopperblock": "waxed_exposed_cut_copper", + "cutwaxexposedcoblock": "waxed_exposed_cut_copper", + "cutwaxexposedcopblock": "waxed_exposed_cut_copper", + "cutwaxexposedcopperblock": "waxed_exposed_cut_copper", + "cwaexcoblock": "waxed_exposed_cut_copper", + "cwaexcopblock": "waxed_exposed_cut_copper", + "cwaexcopperblock": "waxed_exposed_cut_copper", + "cwaexpcoblock": "waxed_exposed_cut_copper", + "cwaexpcopblock": "waxed_exposed_cut_copper", + "cwaexpcopperblock": "waxed_exposed_cut_copper", + "cwaexposedcoblock": "waxed_exposed_cut_copper", + "cwaexposedcopblock": "waxed_exposed_cut_copper", + "cwaexposedcopperblock": "waxed_exposed_cut_copper", + "cwaxedexcoblock": "waxed_exposed_cut_copper", + "cwaxedexcopblock": "waxed_exposed_cut_copper", + "cwaxedexcopperblock": "waxed_exposed_cut_copper", + "cwaxedexpcoblock": "waxed_exposed_cut_copper", + "cwaxedexpcopblock": "waxed_exposed_cut_copper", + "cwaxedexpcopperblock": "waxed_exposed_cut_copper", + "cwaxedexposedcoblock": "waxed_exposed_cut_copper", + "cwaxedexposedcopblock": "waxed_exposed_cut_copper", + "cwaxedexposedcopperblock": "waxed_exposed_cut_copper", + "cwaxexcoblock": "waxed_exposed_cut_copper", + "cwaxexcopblock": "waxed_exposed_cut_copper", + "cwaxexcopperblock": "waxed_exposed_cut_copper", + "cwaxexpcoblock": "waxed_exposed_cut_copper", + "cwaxexpcopblock": "waxed_exposed_cut_copper", + "cwaxexpcopperblock": "waxed_exposed_cut_copper", + "cwaxexposedcoblock": "waxed_exposed_cut_copper", + "cwaxexposedcopblock": "waxed_exposed_cut_copper", + "cwaxexposedcopperblock": "waxed_exposed_cut_copper", + "excutwacoblock": "waxed_exposed_cut_copper", + "excutwacopblock": "waxed_exposed_cut_copper", + "excutwacopperblock": "waxed_exposed_cut_copper", + "excutwaxcoblock": "waxed_exposed_cut_copper", + "excutwaxcopblock": "waxed_exposed_cut_copper", + "excutwaxcopperblock": "waxed_exposed_cut_copper", + "excutwaxedcoblock": "waxed_exposed_cut_copper", + "excutwaxedcopblock": "waxed_exposed_cut_copper", + "excutwaxedcopperblock": "waxed_exposed_cut_copper", + "excwacoblock": "waxed_exposed_cut_copper", + "excwacopblock": "waxed_exposed_cut_copper", + "excwacopperblock": "waxed_exposed_cut_copper", + "excwaxcoblock": "waxed_exposed_cut_copper", + "excwaxcopblock": "waxed_exposed_cut_copper", + "excwaxcopperblock": "waxed_exposed_cut_copper", + "excwaxedcoblock": "waxed_exposed_cut_copper", + "excwaxedcopblock": "waxed_exposed_cut_copper", + "excwaxedcopperblock": "waxed_exposed_cut_copper", + "expcutwacoblock": "waxed_exposed_cut_copper", + "expcutwacopblock": "waxed_exposed_cut_copper", + "expcutwacopperblock": "waxed_exposed_cut_copper", + "expcutwaxcoblock": "waxed_exposed_cut_copper", + "expcutwaxcopblock": "waxed_exposed_cut_copper", + "expcutwaxcopperblock": "waxed_exposed_cut_copper", + "expcutwaxedcoblock": "waxed_exposed_cut_copper", + "expcutwaxedcopblock": "waxed_exposed_cut_copper", + "expcutwaxedcopperblock": "waxed_exposed_cut_copper", + "expcwacoblock": "waxed_exposed_cut_copper", + "expcwacopblock": "waxed_exposed_cut_copper", + "expcwacopperblock": "waxed_exposed_cut_copper", + "expcwaxcoblock": "waxed_exposed_cut_copper", + "expcwaxcopblock": "waxed_exposed_cut_copper", + "expcwaxcopperblock": "waxed_exposed_cut_copper", + "expcwaxedcoblock": "waxed_exposed_cut_copper", + "expcwaxedcopblock": "waxed_exposed_cut_copper", + "expcwaxedcopperblock": "waxed_exposed_cut_copper", + "exposedcutwacoblock": "waxed_exposed_cut_copper", + "exposedcutwacopblock": "waxed_exposed_cut_copper", + "exposedcutwacopperblock": "waxed_exposed_cut_copper", + "exposedcutwaxcoblock": "waxed_exposed_cut_copper", + "exposedcutwaxcopblock": "waxed_exposed_cut_copper", + "exposedcutwaxcopperblock": "waxed_exposed_cut_copper", + "exposedcutwaxedcoblock": "waxed_exposed_cut_copper", + "exposedcutwaxedcopblock": "waxed_exposed_cut_copper", + "exposedcutwaxedcopperblock": "waxed_exposed_cut_copper", + "exposedcwacoblock": "waxed_exposed_cut_copper", + "exposedcwacopblock": "waxed_exposed_cut_copper", + "exposedcwacopperblock": "waxed_exposed_cut_copper", + "exposedcwaxcoblock": "waxed_exposed_cut_copper", + "exposedcwaxcopblock": "waxed_exposed_cut_copper", + "exposedcwaxcopperblock": "waxed_exposed_cut_copper", + "exposedcwaxedcoblock": "waxed_exposed_cut_copper", + "exposedcwaxedcopblock": "waxed_exposed_cut_copper", + "exposedcwaxedcopperblock": "waxed_exposed_cut_copper", + "exposedwaccoblock": "waxed_exposed_cut_copper", + "exposedwaccopblock": "waxed_exposed_cut_copper", + "exposedwaccopperblock": "waxed_exposed_cut_copper", + "exposedwacutcoblock": "waxed_exposed_cut_copper", + "exposedwacutcopblock": "waxed_exposed_cut_copper", + "exposedwacutcopperblock": "waxed_exposed_cut_copper", + "exposedwaxccoblock": "waxed_exposed_cut_copper", + "exposedwaxccopblock": "waxed_exposed_cut_copper", + "exposedwaxccopperblock": "waxed_exposed_cut_copper", + "exposedwaxcutcoblock": "waxed_exposed_cut_copper", + "exposedwaxcutcopblock": "waxed_exposed_cut_copper", + "exposedwaxcutcopperblock": "waxed_exposed_cut_copper", + "exposedwaxedccoblock": "waxed_exposed_cut_copper", + "exposedwaxedccopblock": "waxed_exposed_cut_copper", + "exposedwaxedccopperblock": "waxed_exposed_cut_copper", + "exposedwaxedcutcoblock": "waxed_exposed_cut_copper", + "exposedwaxedcutcopblock": "waxed_exposed_cut_copper", + "exposedwaxedcutcopperblock": "waxed_exposed_cut_copper", + "expwaccoblock": "waxed_exposed_cut_copper", + "expwaccopblock": "waxed_exposed_cut_copper", + "expwaccopperblock": "waxed_exposed_cut_copper", + "expwacutcoblock": "waxed_exposed_cut_copper", + "expwacutcopblock": "waxed_exposed_cut_copper", + "expwacutcopperblock": "waxed_exposed_cut_copper", + "expwaxccoblock": "waxed_exposed_cut_copper", + "expwaxccopblock": "waxed_exposed_cut_copper", + "expwaxccopperblock": "waxed_exposed_cut_copper", + "expwaxcutcoblock": "waxed_exposed_cut_copper", + "expwaxcutcopblock": "waxed_exposed_cut_copper", + "expwaxcutcopperblock": "waxed_exposed_cut_copper", + "expwaxedccoblock": "waxed_exposed_cut_copper", + "expwaxedccopblock": "waxed_exposed_cut_copper", + "expwaxedccopperblock": "waxed_exposed_cut_copper", + "expwaxedcutcoblock": "waxed_exposed_cut_copper", + "expwaxedcutcopblock": "waxed_exposed_cut_copper", + "expwaxedcutcopperblock": "waxed_exposed_cut_copper", + "exwaccoblock": "waxed_exposed_cut_copper", + "exwaccopblock": "waxed_exposed_cut_copper", + "exwaccopperblock": "waxed_exposed_cut_copper", + "exwacutcoblock": "waxed_exposed_cut_copper", + "exwacutcopblock": "waxed_exposed_cut_copper", + "exwacutcopperblock": "waxed_exposed_cut_copper", + "exwaxccoblock": "waxed_exposed_cut_copper", + "exwaxccopblock": "waxed_exposed_cut_copper", + "exwaxccopperblock": "waxed_exposed_cut_copper", + "exwaxcutcoblock": "waxed_exposed_cut_copper", + "exwaxcutcopblock": "waxed_exposed_cut_copper", + "exwaxcutcopperblock": "waxed_exposed_cut_copper", + "exwaxedccoblock": "waxed_exposed_cut_copper", + "exwaxedccopblock": "waxed_exposed_cut_copper", + "exwaxedccopperblock": "waxed_exposed_cut_copper", + "exwaxedcutcoblock": "waxed_exposed_cut_copper", + "exwaxedcutcopblock": "waxed_exposed_cut_copper", + "exwaxedcutcopperblock": "waxed_exposed_cut_copper", + "minecraft:waxed_exposed_cut_copper": "waxed_exposed_cut_copper", + "wacexcoblock": "waxed_exposed_cut_copper", + "wacexcopblock": "waxed_exposed_cut_copper", + "wacexcopperblock": "waxed_exposed_cut_copper", + "wacexpcoblock": "waxed_exposed_cut_copper", + "wacexpcopblock": "waxed_exposed_cut_copper", + "wacexpcopperblock": "waxed_exposed_cut_copper", + "wacexposedcoblock": "waxed_exposed_cut_copper", + "wacexposedcopblock": "waxed_exposed_cut_copper", + "wacexposedcopperblock": "waxed_exposed_cut_copper", + "wacutexcoblock": "waxed_exposed_cut_copper", + "wacutexcopblock": "waxed_exposed_cut_copper", + "wacutexcopperblock": "waxed_exposed_cut_copper", + "wacutexpcoblock": "waxed_exposed_cut_copper", + "wacutexpcopblock": "waxed_exposed_cut_copper", + "wacutexpcopperblock": "waxed_exposed_cut_copper", + "wacutexposedcoblock": "waxed_exposed_cut_copper", + "wacutexposedcopblock": "waxed_exposed_cut_copper", + "wacutexposedcopperblock": "waxed_exposed_cut_copper", + "waexccoblock": "waxed_exposed_cut_copper", + "waexccopblock": "waxed_exposed_cut_copper", + "waexccopperblock": "waxed_exposed_cut_copper", + "waexcutcoblock": "waxed_exposed_cut_copper", + "waexcutcopblock": "waxed_exposed_cut_copper", + "waexcutcopperblock": "waxed_exposed_cut_copper", + "waexpccoblock": "waxed_exposed_cut_copper", + "waexpccopblock": "waxed_exposed_cut_copper", + "waexpccopperblock": "waxed_exposed_cut_copper", + "waexpcutcoblock": "waxed_exposed_cut_copper", + "waexpcutcopblock": "waxed_exposed_cut_copper", + "waexpcutcopperblock": "waxed_exposed_cut_copper", + "waexposedccoblock": "waxed_exposed_cut_copper", + "waexposedccopblock": "waxed_exposed_cut_copper", + "waexposedccopperblock": "waxed_exposed_cut_copper", + "waexposedcutcoblock": "waxed_exposed_cut_copper", + "waexposedcutcopblock": "waxed_exposed_cut_copper", + "waexposedcutcopperblock": "waxed_exposed_cut_copper", + "waxcexcoblock": "waxed_exposed_cut_copper", + "waxcexcopblock": "waxed_exposed_cut_copper", + "waxcexcopperblock": "waxed_exposed_cut_copper", + "waxcexpcoblock": "waxed_exposed_cut_copper", + "waxcexpcopblock": "waxed_exposed_cut_copper", + "waxcexpcopperblock": "waxed_exposed_cut_copper", + "waxcexposedcoblock": "waxed_exposed_cut_copper", + "waxcexposedcopblock": "waxed_exposed_cut_copper", + "waxcexposedcopperblock": "waxed_exposed_cut_copper", + "waxcutexcoblock": "waxed_exposed_cut_copper", + "waxcutexcopblock": "waxed_exposed_cut_copper", + "waxcutexcopperblock": "waxed_exposed_cut_copper", + "waxcutexpcoblock": "waxed_exposed_cut_copper", + "waxcutexpcopblock": "waxed_exposed_cut_copper", + "waxcutexpcopperblock": "waxed_exposed_cut_copper", + "waxcutexposedcoblock": "waxed_exposed_cut_copper", + "waxcutexposedcopblock": "waxed_exposed_cut_copper", + "waxcutexposedcopperblock": "waxed_exposed_cut_copper", + "waxedcexcoblock": "waxed_exposed_cut_copper", + "waxedcexcopblock": "waxed_exposed_cut_copper", + "waxedcexcopperblock": "waxed_exposed_cut_copper", + "waxedcexpcoblock": "waxed_exposed_cut_copper", + "waxedcexpcopblock": "waxed_exposed_cut_copper", + "waxedcexpcopperblock": "waxed_exposed_cut_copper", + "waxedcexposedcoblock": "waxed_exposed_cut_copper", + "waxedcexposedcopblock": "waxed_exposed_cut_copper", + "waxedcexposedcopperblock": "waxed_exposed_cut_copper", + "waxedcutexcoblock": "waxed_exposed_cut_copper", + "waxedcutexcopblock": "waxed_exposed_cut_copper", + "waxedcutexcopperblock": "waxed_exposed_cut_copper", + "waxedcutexpcoblock": "waxed_exposed_cut_copper", + "waxedcutexpcopblock": "waxed_exposed_cut_copper", + "waxedcutexpcopperblock": "waxed_exposed_cut_copper", + "waxedcutexposedcoblock": "waxed_exposed_cut_copper", + "waxedcutexposedcopblock": "waxed_exposed_cut_copper", + "waxedcutexposedcopperblock": "waxed_exposed_cut_copper", + "waxedexccoblock": "waxed_exposed_cut_copper", + "waxedexccopblock": "waxed_exposed_cut_copper", + "waxedexccopperblock": "waxed_exposed_cut_copper", + "waxedexcutcoblock": "waxed_exposed_cut_copper", + "waxedexcutcopblock": "waxed_exposed_cut_copper", + "waxedexcutcopperblock": "waxed_exposed_cut_copper", + "waxedexpccoblock": "waxed_exposed_cut_copper", + "waxedexpccopblock": "waxed_exposed_cut_copper", + "waxedexpccopperblock": "waxed_exposed_cut_copper", + "waxedexpcutcoblock": "waxed_exposed_cut_copper", + "waxedexpcutcopblock": "waxed_exposed_cut_copper", + "waxedexpcutcopperblock": "waxed_exposed_cut_copper", + "waxedexposedccoblock": "waxed_exposed_cut_copper", + "waxedexposedccopblock": "waxed_exposed_cut_copper", + "waxedexposedccopperblock": "waxed_exposed_cut_copper", + "waxedexposedcutcoblock": "waxed_exposed_cut_copper", + "waxedexposedcutcopblock": "waxed_exposed_cut_copper", + "waxedexposedcutcopper": "waxed_exposed_cut_copper", + "waxedexposedcutcopperblock": "waxed_exposed_cut_copper", + "waxexccoblock": "waxed_exposed_cut_copper", + "waxexccopblock": "waxed_exposed_cut_copper", + "waxexccopperblock": "waxed_exposed_cut_copper", + "waxexcutcoblock": "waxed_exposed_cut_copper", + "waxexcutcopblock": "waxed_exposed_cut_copper", + "waxexcutcopperblock": "waxed_exposed_cut_copper", + "waxexpccoblock": "waxed_exposed_cut_copper", + "waxexpccopblock": "waxed_exposed_cut_copper", + "waxexpccopperblock": "waxed_exposed_cut_copper", + "waxexpcutcoblock": "waxed_exposed_cut_copper", + "waxexpcutcopblock": "waxed_exposed_cut_copper", + "waxexpcutcopperblock": "waxed_exposed_cut_copper", + "waxexposedccoblock": "waxed_exposed_cut_copper", + "waxexposedccopblock": "waxed_exposed_cut_copper", + "waxexposedccopperblock": "waxed_exposed_cut_copper", + "waxexposedcutcoblock": "waxed_exposed_cut_copper", + "waxexposedcutcopblock": "waxed_exposed_cut_copper", + "waxexposedcutcopperblock": "waxed_exposed_cut_copper", + "waxed_exposed_cut_copper_slab": { + "material": "WAXED_EXPOSED_CUT_COPPER_SLAB" + }, + "cexposedwacohalfblock": "waxed_exposed_cut_copper_slab", + "cexposedwacophalfblock": "waxed_exposed_cut_copper_slab", + "cexposedwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "cexposedwacoppersl": "waxed_exposed_cut_copper_slab", + "cexposedwacopperslab": "waxed_exposed_cut_copper_slab", + "cexposedwacopperstep": "waxed_exposed_cut_copper_slab", + "cexposedwacopsl": "waxed_exposed_cut_copper_slab", + "cexposedwacopslab": "waxed_exposed_cut_copper_slab", + "cexposedwacopstep": "waxed_exposed_cut_copper_slab", + "cexposedwacosl": "waxed_exposed_cut_copper_slab", + "cexposedwacoslab": "waxed_exposed_cut_copper_slab", + "cexposedwacostep": "waxed_exposed_cut_copper_slab", + "cexposedwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "cexposedwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "cexposedwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cexposedwaxcoppersl": "waxed_exposed_cut_copper_slab", + "cexposedwaxcopperslab": "waxed_exposed_cut_copper_slab", + "cexposedwaxcopperstep": "waxed_exposed_cut_copper_slab", + "cexposedwaxcopsl": "waxed_exposed_cut_copper_slab", + "cexposedwaxcopslab": "waxed_exposed_cut_copper_slab", + "cexposedwaxcopstep": "waxed_exposed_cut_copper_slab", + "cexposedwaxcosl": "waxed_exposed_cut_copper_slab", + "cexposedwaxcoslab": "waxed_exposed_cut_copper_slab", + "cexposedwaxcostep": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcopsl": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcopslab": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcopstep": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcosl": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcoslab": "waxed_exposed_cut_copper_slab", + "cexposedwaxedcostep": "waxed_exposed_cut_copper_slab", + "cexpwacohalfblock": "waxed_exposed_cut_copper_slab", + "cexpwacophalfblock": "waxed_exposed_cut_copper_slab", + "cexpwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "cexpwacoppersl": "waxed_exposed_cut_copper_slab", + "cexpwacopperslab": "waxed_exposed_cut_copper_slab", + "cexpwacopperstep": "waxed_exposed_cut_copper_slab", + "cexpwacopsl": "waxed_exposed_cut_copper_slab", + "cexpwacopslab": "waxed_exposed_cut_copper_slab", + "cexpwacopstep": "waxed_exposed_cut_copper_slab", + "cexpwacosl": "waxed_exposed_cut_copper_slab", + "cexpwacoslab": "waxed_exposed_cut_copper_slab", + "cexpwacostep": "waxed_exposed_cut_copper_slab", + "cexpwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "cexpwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "cexpwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cexpwaxcoppersl": "waxed_exposed_cut_copper_slab", + "cexpwaxcopperslab": "waxed_exposed_cut_copper_slab", + "cexpwaxcopperstep": "waxed_exposed_cut_copper_slab", + "cexpwaxcopsl": "waxed_exposed_cut_copper_slab", + "cexpwaxcopslab": "waxed_exposed_cut_copper_slab", + "cexpwaxcopstep": "waxed_exposed_cut_copper_slab", + "cexpwaxcosl": "waxed_exposed_cut_copper_slab", + "cexpwaxcoslab": "waxed_exposed_cut_copper_slab", + "cexpwaxcostep": "waxed_exposed_cut_copper_slab", + "cexpwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "cexpwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "cexpwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cexpwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "cexpwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "cexpwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "cexpwaxedcopsl": "waxed_exposed_cut_copper_slab", + "cexpwaxedcopslab": "waxed_exposed_cut_copper_slab", + "cexpwaxedcopstep": "waxed_exposed_cut_copper_slab", + "cexpwaxedcosl": "waxed_exposed_cut_copper_slab", + "cexpwaxedcoslab": "waxed_exposed_cut_copper_slab", + "cexpwaxedcostep": "waxed_exposed_cut_copper_slab", + "cexwacohalfblock": "waxed_exposed_cut_copper_slab", + "cexwacophalfblock": "waxed_exposed_cut_copper_slab", + "cexwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "cexwacoppersl": "waxed_exposed_cut_copper_slab", + "cexwacopperslab": "waxed_exposed_cut_copper_slab", + "cexwacopperstep": "waxed_exposed_cut_copper_slab", + "cexwacopsl": "waxed_exposed_cut_copper_slab", + "cexwacopslab": "waxed_exposed_cut_copper_slab", + "cexwacopstep": "waxed_exposed_cut_copper_slab", + "cexwacosl": "waxed_exposed_cut_copper_slab", + "cexwacoslab": "waxed_exposed_cut_copper_slab", + "cexwacostep": "waxed_exposed_cut_copper_slab", + "cexwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "cexwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "cexwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cexwaxcoppersl": "waxed_exposed_cut_copper_slab", + "cexwaxcopperslab": "waxed_exposed_cut_copper_slab", + "cexwaxcopperstep": "waxed_exposed_cut_copper_slab", + "cexwaxcopsl": "waxed_exposed_cut_copper_slab", + "cexwaxcopslab": "waxed_exposed_cut_copper_slab", + "cexwaxcopstep": "waxed_exposed_cut_copper_slab", + "cexwaxcosl": "waxed_exposed_cut_copper_slab", + "cexwaxcoslab": "waxed_exposed_cut_copper_slab", + "cexwaxcostep": "waxed_exposed_cut_copper_slab", + "cexwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "cexwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "cexwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cexwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "cexwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "cexwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "cexwaxedcopsl": "waxed_exposed_cut_copper_slab", + "cexwaxedcopslab": "waxed_exposed_cut_copper_slab", + "cexwaxedcopstep": "waxed_exposed_cut_copper_slab", + "cexwaxedcosl": "waxed_exposed_cut_copper_slab", + "cexwaxedcoslab": "waxed_exposed_cut_copper_slab", + "cexwaxedcostep": "waxed_exposed_cut_copper_slab", + "cutexposedwacohalfblock": "waxed_exposed_cut_copper_slab", + "cutexposedwacophalfblock": "waxed_exposed_cut_copper_slab", + "cutexposedwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutexposedwacoppersl": "waxed_exposed_cut_copper_slab", + "cutexposedwacopperslab": "waxed_exposed_cut_copper_slab", + "cutexposedwacopperstep": "waxed_exposed_cut_copper_slab", + "cutexposedwacopsl": "waxed_exposed_cut_copper_slab", + "cutexposedwacopslab": "waxed_exposed_cut_copper_slab", + "cutexposedwacopstep": "waxed_exposed_cut_copper_slab", + "cutexposedwacosl": "waxed_exposed_cut_copper_slab", + "cutexposedwacoslab": "waxed_exposed_cut_copper_slab", + "cutexposedwacostep": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcoppersl": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcopperslab": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcopperstep": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcopsl": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcopslab": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcopstep": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcosl": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcoslab": "waxed_exposed_cut_copper_slab", + "cutexposedwaxcostep": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcopsl": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcopslab": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcopstep": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcosl": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcoslab": "waxed_exposed_cut_copper_slab", + "cutexposedwaxedcostep": "waxed_exposed_cut_copper_slab", + "cutexpwacohalfblock": "waxed_exposed_cut_copper_slab", + "cutexpwacophalfblock": "waxed_exposed_cut_copper_slab", + "cutexpwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutexpwacoppersl": "waxed_exposed_cut_copper_slab", + "cutexpwacopperslab": "waxed_exposed_cut_copper_slab", + "cutexpwacopperstep": "waxed_exposed_cut_copper_slab", + "cutexpwacopsl": "waxed_exposed_cut_copper_slab", + "cutexpwacopslab": "waxed_exposed_cut_copper_slab", + "cutexpwacopstep": "waxed_exposed_cut_copper_slab", + "cutexpwacosl": "waxed_exposed_cut_copper_slab", + "cutexpwacoslab": "waxed_exposed_cut_copper_slab", + "cutexpwacostep": "waxed_exposed_cut_copper_slab", + "cutexpwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "cutexpwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "cutexpwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutexpwaxcoppersl": "waxed_exposed_cut_copper_slab", + "cutexpwaxcopperslab": "waxed_exposed_cut_copper_slab", + "cutexpwaxcopperstep": "waxed_exposed_cut_copper_slab", + "cutexpwaxcopsl": "waxed_exposed_cut_copper_slab", + "cutexpwaxcopslab": "waxed_exposed_cut_copper_slab", + "cutexpwaxcopstep": "waxed_exposed_cut_copper_slab", + "cutexpwaxcosl": "waxed_exposed_cut_copper_slab", + "cutexpwaxcoslab": "waxed_exposed_cut_copper_slab", + "cutexpwaxcostep": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcopsl": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcopslab": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcopstep": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcosl": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcoslab": "waxed_exposed_cut_copper_slab", + "cutexpwaxedcostep": "waxed_exposed_cut_copper_slab", + "cutexwacohalfblock": "waxed_exposed_cut_copper_slab", + "cutexwacophalfblock": "waxed_exposed_cut_copper_slab", + "cutexwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutexwacoppersl": "waxed_exposed_cut_copper_slab", + "cutexwacopperslab": "waxed_exposed_cut_copper_slab", + "cutexwacopperstep": "waxed_exposed_cut_copper_slab", + "cutexwacopsl": "waxed_exposed_cut_copper_slab", + "cutexwacopslab": "waxed_exposed_cut_copper_slab", + "cutexwacopstep": "waxed_exposed_cut_copper_slab", + "cutexwacosl": "waxed_exposed_cut_copper_slab", + "cutexwacoslab": "waxed_exposed_cut_copper_slab", + "cutexwacostep": "waxed_exposed_cut_copper_slab", + "cutexwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "cutexwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "cutexwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutexwaxcoppersl": "waxed_exposed_cut_copper_slab", + "cutexwaxcopperslab": "waxed_exposed_cut_copper_slab", + "cutexwaxcopperstep": "waxed_exposed_cut_copper_slab", + "cutexwaxcopsl": "waxed_exposed_cut_copper_slab", + "cutexwaxcopslab": "waxed_exposed_cut_copper_slab", + "cutexwaxcopstep": "waxed_exposed_cut_copper_slab", + "cutexwaxcosl": "waxed_exposed_cut_copper_slab", + "cutexwaxcoslab": "waxed_exposed_cut_copper_slab", + "cutexwaxcostep": "waxed_exposed_cut_copper_slab", + "cutexwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "cutexwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "cutexwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutexwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "cutexwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "cutexwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "cutexwaxedcopsl": "waxed_exposed_cut_copper_slab", + "cutexwaxedcopslab": "waxed_exposed_cut_copper_slab", + "cutexwaxedcopstep": "waxed_exposed_cut_copper_slab", + "cutexwaxedcosl": "waxed_exposed_cut_copper_slab", + "cutexwaxedcoslab": "waxed_exposed_cut_copper_slab", + "cutexwaxedcostep": "waxed_exposed_cut_copper_slab", + "cutwaexcohalfblock": "waxed_exposed_cut_copper_slab", + "cutwaexcophalfblock": "waxed_exposed_cut_copper_slab", + "cutwaexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutwaexcoppersl": "waxed_exposed_cut_copper_slab", + "cutwaexcopperslab": "waxed_exposed_cut_copper_slab", + "cutwaexcopperstep": "waxed_exposed_cut_copper_slab", + "cutwaexcopsl": "waxed_exposed_cut_copper_slab", + "cutwaexcopslab": "waxed_exposed_cut_copper_slab", + "cutwaexcopstep": "waxed_exposed_cut_copper_slab", + "cutwaexcosl": "waxed_exposed_cut_copper_slab", + "cutwaexcoslab": "waxed_exposed_cut_copper_slab", + "cutwaexcostep": "waxed_exposed_cut_copper_slab", + "cutwaexpcohalfblock": "waxed_exposed_cut_copper_slab", + "cutwaexpcophalfblock": "waxed_exposed_cut_copper_slab", + "cutwaexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutwaexpcoppersl": "waxed_exposed_cut_copper_slab", + "cutwaexpcopperslab": "waxed_exposed_cut_copper_slab", + "cutwaexpcopperstep": "waxed_exposed_cut_copper_slab", + "cutwaexpcopsl": "waxed_exposed_cut_copper_slab", + "cutwaexpcopslab": "waxed_exposed_cut_copper_slab", + "cutwaexpcopstep": "waxed_exposed_cut_copper_slab", + "cutwaexpcosl": "waxed_exposed_cut_copper_slab", + "cutwaexpcoslab": "waxed_exposed_cut_copper_slab", + "cutwaexpcostep": "waxed_exposed_cut_copper_slab", + "cutwaexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "cutwaexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "cutwaexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutwaexposedcoppersl": "waxed_exposed_cut_copper_slab", + "cutwaexposedcopperslab": "waxed_exposed_cut_copper_slab", + "cutwaexposedcopperstep": "waxed_exposed_cut_copper_slab", + "cutwaexposedcopsl": "waxed_exposed_cut_copper_slab", + "cutwaexposedcopslab": "waxed_exposed_cut_copper_slab", + "cutwaexposedcopstep": "waxed_exposed_cut_copper_slab", + "cutwaexposedcosl": "waxed_exposed_cut_copper_slab", + "cutwaexposedcoslab": "waxed_exposed_cut_copper_slab", + "cutwaexposedcostep": "waxed_exposed_cut_copper_slab", + "cutwaxedexcohalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxedexcophalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxedexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxedexcoppersl": "waxed_exposed_cut_copper_slab", + "cutwaxedexcopperslab": "waxed_exposed_cut_copper_slab", + "cutwaxedexcopperstep": "waxed_exposed_cut_copper_slab", + "cutwaxedexcopsl": "waxed_exposed_cut_copper_slab", + "cutwaxedexcopslab": "waxed_exposed_cut_copper_slab", + "cutwaxedexcopstep": "waxed_exposed_cut_copper_slab", + "cutwaxedexcosl": "waxed_exposed_cut_copper_slab", + "cutwaxedexcoslab": "waxed_exposed_cut_copper_slab", + "cutwaxedexcostep": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcohalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcophalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcoppersl": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcopperslab": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcopperstep": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcopsl": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcopslab": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcopstep": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcosl": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcoslab": "waxed_exposed_cut_copper_slab", + "cutwaxedexpcostep": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcoppersl": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcopperslab": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcopperstep": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcopsl": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcopslab": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcopstep": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcosl": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcoslab": "waxed_exposed_cut_copper_slab", + "cutwaxedexposedcostep": "waxed_exposed_cut_copper_slab", + "cutwaxexcohalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxexcophalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxexcoppersl": "waxed_exposed_cut_copper_slab", + "cutwaxexcopperslab": "waxed_exposed_cut_copper_slab", + "cutwaxexcopperstep": "waxed_exposed_cut_copper_slab", + "cutwaxexcopsl": "waxed_exposed_cut_copper_slab", + "cutwaxexcopslab": "waxed_exposed_cut_copper_slab", + "cutwaxexcopstep": "waxed_exposed_cut_copper_slab", + "cutwaxexcosl": "waxed_exposed_cut_copper_slab", + "cutwaxexcoslab": "waxed_exposed_cut_copper_slab", + "cutwaxexcostep": "waxed_exposed_cut_copper_slab", + "cutwaxexpcohalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxexpcophalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxexpcoppersl": "waxed_exposed_cut_copper_slab", + "cutwaxexpcopperslab": "waxed_exposed_cut_copper_slab", + "cutwaxexpcopperstep": "waxed_exposed_cut_copper_slab", + "cutwaxexpcopsl": "waxed_exposed_cut_copper_slab", + "cutwaxexpcopslab": "waxed_exposed_cut_copper_slab", + "cutwaxexpcopstep": "waxed_exposed_cut_copper_slab", + "cutwaxexpcosl": "waxed_exposed_cut_copper_slab", + "cutwaxexpcoslab": "waxed_exposed_cut_copper_slab", + "cutwaxexpcostep": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcoppersl": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcopperslab": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcopperstep": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcopsl": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcopslab": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcopstep": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcosl": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcoslab": "waxed_exposed_cut_copper_slab", + "cutwaxexposedcostep": "waxed_exposed_cut_copper_slab", + "cwaexcohalfblock": "waxed_exposed_cut_copper_slab", + "cwaexcophalfblock": "waxed_exposed_cut_copper_slab", + "cwaexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cwaexcoppersl": "waxed_exposed_cut_copper_slab", + "cwaexcopperslab": "waxed_exposed_cut_copper_slab", + "cwaexcopperstep": "waxed_exposed_cut_copper_slab", + "cwaexcopsl": "waxed_exposed_cut_copper_slab", + "cwaexcopslab": "waxed_exposed_cut_copper_slab", + "cwaexcopstep": "waxed_exposed_cut_copper_slab", + "cwaexcosl": "waxed_exposed_cut_copper_slab", + "cwaexcoslab": "waxed_exposed_cut_copper_slab", + "cwaexcostep": "waxed_exposed_cut_copper_slab", + "cwaexpcohalfblock": "waxed_exposed_cut_copper_slab", + "cwaexpcophalfblock": "waxed_exposed_cut_copper_slab", + "cwaexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cwaexpcoppersl": "waxed_exposed_cut_copper_slab", + "cwaexpcopperslab": "waxed_exposed_cut_copper_slab", + "cwaexpcopperstep": "waxed_exposed_cut_copper_slab", + "cwaexpcopsl": "waxed_exposed_cut_copper_slab", + "cwaexpcopslab": "waxed_exposed_cut_copper_slab", + "cwaexpcopstep": "waxed_exposed_cut_copper_slab", + "cwaexpcosl": "waxed_exposed_cut_copper_slab", + "cwaexpcoslab": "waxed_exposed_cut_copper_slab", + "cwaexpcostep": "waxed_exposed_cut_copper_slab", + "cwaexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "cwaexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "cwaexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cwaexposedcoppersl": "waxed_exposed_cut_copper_slab", + "cwaexposedcopperslab": "waxed_exposed_cut_copper_slab", + "cwaexposedcopperstep": "waxed_exposed_cut_copper_slab", + "cwaexposedcopsl": "waxed_exposed_cut_copper_slab", + "cwaexposedcopslab": "waxed_exposed_cut_copper_slab", + "cwaexposedcopstep": "waxed_exposed_cut_copper_slab", + "cwaexposedcosl": "waxed_exposed_cut_copper_slab", + "cwaexposedcoslab": "waxed_exposed_cut_copper_slab", + "cwaexposedcostep": "waxed_exposed_cut_copper_slab", + "cwaxedexcohalfblock": "waxed_exposed_cut_copper_slab", + "cwaxedexcophalfblock": "waxed_exposed_cut_copper_slab", + "cwaxedexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cwaxedexcoppersl": "waxed_exposed_cut_copper_slab", + "cwaxedexcopperslab": "waxed_exposed_cut_copper_slab", + "cwaxedexcopperstep": "waxed_exposed_cut_copper_slab", + "cwaxedexcopsl": "waxed_exposed_cut_copper_slab", + "cwaxedexcopslab": "waxed_exposed_cut_copper_slab", + "cwaxedexcopstep": "waxed_exposed_cut_copper_slab", + "cwaxedexcosl": "waxed_exposed_cut_copper_slab", + "cwaxedexcoslab": "waxed_exposed_cut_copper_slab", + "cwaxedexcostep": "waxed_exposed_cut_copper_slab", + "cwaxedexpcohalfblock": "waxed_exposed_cut_copper_slab", + "cwaxedexpcophalfblock": "waxed_exposed_cut_copper_slab", + "cwaxedexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cwaxedexpcoppersl": "waxed_exposed_cut_copper_slab", + "cwaxedexpcopperslab": "waxed_exposed_cut_copper_slab", + "cwaxedexpcopperstep": "waxed_exposed_cut_copper_slab", + "cwaxedexpcopsl": "waxed_exposed_cut_copper_slab", + "cwaxedexpcopslab": "waxed_exposed_cut_copper_slab", + "cwaxedexpcopstep": "waxed_exposed_cut_copper_slab", + "cwaxedexpcosl": "waxed_exposed_cut_copper_slab", + "cwaxedexpcoslab": "waxed_exposed_cut_copper_slab", + "cwaxedexpcostep": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcoppersl": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcopperslab": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcopperstep": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcopsl": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcopslab": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcopstep": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcosl": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcoslab": "waxed_exposed_cut_copper_slab", + "cwaxedexposedcostep": "waxed_exposed_cut_copper_slab", + "cwaxexcohalfblock": "waxed_exposed_cut_copper_slab", + "cwaxexcophalfblock": "waxed_exposed_cut_copper_slab", + "cwaxexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cwaxexcoppersl": "waxed_exposed_cut_copper_slab", + "cwaxexcopperslab": "waxed_exposed_cut_copper_slab", + "cwaxexcopperstep": "waxed_exposed_cut_copper_slab", + "cwaxexcopsl": "waxed_exposed_cut_copper_slab", + "cwaxexcopslab": "waxed_exposed_cut_copper_slab", + "cwaxexcopstep": "waxed_exposed_cut_copper_slab", + "cwaxexcosl": "waxed_exposed_cut_copper_slab", + "cwaxexcoslab": "waxed_exposed_cut_copper_slab", + "cwaxexcostep": "waxed_exposed_cut_copper_slab", + "cwaxexpcohalfblock": "waxed_exposed_cut_copper_slab", + "cwaxexpcophalfblock": "waxed_exposed_cut_copper_slab", + "cwaxexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cwaxexpcoppersl": "waxed_exposed_cut_copper_slab", + "cwaxexpcopperslab": "waxed_exposed_cut_copper_slab", + "cwaxexpcopperstep": "waxed_exposed_cut_copper_slab", + "cwaxexpcopsl": "waxed_exposed_cut_copper_slab", + "cwaxexpcopslab": "waxed_exposed_cut_copper_slab", + "cwaxexpcopstep": "waxed_exposed_cut_copper_slab", + "cwaxexpcosl": "waxed_exposed_cut_copper_slab", + "cwaxexpcoslab": "waxed_exposed_cut_copper_slab", + "cwaxexpcostep": "waxed_exposed_cut_copper_slab", + "cwaxexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "cwaxexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "cwaxexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "cwaxexposedcoppersl": "waxed_exposed_cut_copper_slab", + "cwaxexposedcopperslab": "waxed_exposed_cut_copper_slab", + "cwaxexposedcopperstep": "waxed_exposed_cut_copper_slab", + "cwaxexposedcopsl": "waxed_exposed_cut_copper_slab", + "cwaxexposedcopslab": "waxed_exposed_cut_copper_slab", + "cwaxexposedcopstep": "waxed_exposed_cut_copper_slab", + "cwaxexposedcosl": "waxed_exposed_cut_copper_slab", + "cwaxexposedcoslab": "waxed_exposed_cut_copper_slab", + "cwaxexposedcostep": "waxed_exposed_cut_copper_slab", + "excutwacohalfblock": "waxed_exposed_cut_copper_slab", + "excutwacophalfblock": "waxed_exposed_cut_copper_slab", + "excutwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "excutwacoppersl": "waxed_exposed_cut_copper_slab", + "excutwacopperslab": "waxed_exposed_cut_copper_slab", + "excutwacopperstep": "waxed_exposed_cut_copper_slab", + "excutwacopsl": "waxed_exposed_cut_copper_slab", + "excutwacopslab": "waxed_exposed_cut_copper_slab", + "excutwacopstep": "waxed_exposed_cut_copper_slab", + "excutwacosl": "waxed_exposed_cut_copper_slab", + "excutwacoslab": "waxed_exposed_cut_copper_slab", + "excutwacostep": "waxed_exposed_cut_copper_slab", + "excutwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "excutwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "excutwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "excutwaxcoppersl": "waxed_exposed_cut_copper_slab", + "excutwaxcopperslab": "waxed_exposed_cut_copper_slab", + "excutwaxcopperstep": "waxed_exposed_cut_copper_slab", + "excutwaxcopsl": "waxed_exposed_cut_copper_slab", + "excutwaxcopslab": "waxed_exposed_cut_copper_slab", + "excutwaxcopstep": "waxed_exposed_cut_copper_slab", + "excutwaxcosl": "waxed_exposed_cut_copper_slab", + "excutwaxcoslab": "waxed_exposed_cut_copper_slab", + "excutwaxcostep": "waxed_exposed_cut_copper_slab", + "excutwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "excutwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "excutwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "excutwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "excutwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "excutwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "excutwaxedcopsl": "waxed_exposed_cut_copper_slab", + "excutwaxedcopslab": "waxed_exposed_cut_copper_slab", + "excutwaxedcopstep": "waxed_exposed_cut_copper_slab", + "excutwaxedcosl": "waxed_exposed_cut_copper_slab", + "excutwaxedcoslab": "waxed_exposed_cut_copper_slab", + "excutwaxedcostep": "waxed_exposed_cut_copper_slab", + "excwacohalfblock": "waxed_exposed_cut_copper_slab", + "excwacophalfblock": "waxed_exposed_cut_copper_slab", + "excwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "excwacoppersl": "waxed_exposed_cut_copper_slab", + "excwacopperslab": "waxed_exposed_cut_copper_slab", + "excwacopperstep": "waxed_exposed_cut_copper_slab", + "excwacopsl": "waxed_exposed_cut_copper_slab", + "excwacopslab": "waxed_exposed_cut_copper_slab", + "excwacopstep": "waxed_exposed_cut_copper_slab", + "excwacosl": "waxed_exposed_cut_copper_slab", + "excwacoslab": "waxed_exposed_cut_copper_slab", + "excwacostep": "waxed_exposed_cut_copper_slab", + "excwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "excwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "excwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "excwaxcoppersl": "waxed_exposed_cut_copper_slab", + "excwaxcopperslab": "waxed_exposed_cut_copper_slab", + "excwaxcopperstep": "waxed_exposed_cut_copper_slab", + "excwaxcopsl": "waxed_exposed_cut_copper_slab", + "excwaxcopslab": "waxed_exposed_cut_copper_slab", + "excwaxcopstep": "waxed_exposed_cut_copper_slab", + "excwaxcosl": "waxed_exposed_cut_copper_slab", + "excwaxcoslab": "waxed_exposed_cut_copper_slab", + "excwaxcostep": "waxed_exposed_cut_copper_slab", + "excwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "excwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "excwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "excwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "excwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "excwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "excwaxedcopsl": "waxed_exposed_cut_copper_slab", + "excwaxedcopslab": "waxed_exposed_cut_copper_slab", + "excwaxedcopstep": "waxed_exposed_cut_copper_slab", + "excwaxedcosl": "waxed_exposed_cut_copper_slab", + "excwaxedcoslab": "waxed_exposed_cut_copper_slab", + "excwaxedcostep": "waxed_exposed_cut_copper_slab", + "expcutwacohalfblock": "waxed_exposed_cut_copper_slab", + "expcutwacophalfblock": "waxed_exposed_cut_copper_slab", + "expcutwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "expcutwacoppersl": "waxed_exposed_cut_copper_slab", + "expcutwacopperslab": "waxed_exposed_cut_copper_slab", + "expcutwacopperstep": "waxed_exposed_cut_copper_slab", + "expcutwacopsl": "waxed_exposed_cut_copper_slab", + "expcutwacopslab": "waxed_exposed_cut_copper_slab", + "expcutwacopstep": "waxed_exposed_cut_copper_slab", + "expcutwacosl": "waxed_exposed_cut_copper_slab", + "expcutwacoslab": "waxed_exposed_cut_copper_slab", + "expcutwacostep": "waxed_exposed_cut_copper_slab", + "expcutwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "expcutwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "expcutwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "expcutwaxcoppersl": "waxed_exposed_cut_copper_slab", + "expcutwaxcopperslab": "waxed_exposed_cut_copper_slab", + "expcutwaxcopperstep": "waxed_exposed_cut_copper_slab", + "expcutwaxcopsl": "waxed_exposed_cut_copper_slab", + "expcutwaxcopslab": "waxed_exposed_cut_copper_slab", + "expcutwaxcopstep": "waxed_exposed_cut_copper_slab", + "expcutwaxcosl": "waxed_exposed_cut_copper_slab", + "expcutwaxcoslab": "waxed_exposed_cut_copper_slab", + "expcutwaxcostep": "waxed_exposed_cut_copper_slab", + "expcutwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "expcutwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "expcutwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "expcutwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "expcutwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "expcutwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "expcutwaxedcopsl": "waxed_exposed_cut_copper_slab", + "expcutwaxedcopslab": "waxed_exposed_cut_copper_slab", + "expcutwaxedcopstep": "waxed_exposed_cut_copper_slab", + "expcutwaxedcosl": "waxed_exposed_cut_copper_slab", + "expcutwaxedcoslab": "waxed_exposed_cut_copper_slab", + "expcutwaxedcostep": "waxed_exposed_cut_copper_slab", + "expcwacohalfblock": "waxed_exposed_cut_copper_slab", + "expcwacophalfblock": "waxed_exposed_cut_copper_slab", + "expcwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "expcwacoppersl": "waxed_exposed_cut_copper_slab", + "expcwacopperslab": "waxed_exposed_cut_copper_slab", + "expcwacopperstep": "waxed_exposed_cut_copper_slab", + "expcwacopsl": "waxed_exposed_cut_copper_slab", + "expcwacopslab": "waxed_exposed_cut_copper_slab", + "expcwacopstep": "waxed_exposed_cut_copper_slab", + "expcwacosl": "waxed_exposed_cut_copper_slab", + "expcwacoslab": "waxed_exposed_cut_copper_slab", + "expcwacostep": "waxed_exposed_cut_copper_slab", + "expcwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "expcwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "expcwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "expcwaxcoppersl": "waxed_exposed_cut_copper_slab", + "expcwaxcopperslab": "waxed_exposed_cut_copper_slab", + "expcwaxcopperstep": "waxed_exposed_cut_copper_slab", + "expcwaxcopsl": "waxed_exposed_cut_copper_slab", + "expcwaxcopslab": "waxed_exposed_cut_copper_slab", + "expcwaxcopstep": "waxed_exposed_cut_copper_slab", + "expcwaxcosl": "waxed_exposed_cut_copper_slab", + "expcwaxcoslab": "waxed_exposed_cut_copper_slab", + "expcwaxcostep": "waxed_exposed_cut_copper_slab", + "expcwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "expcwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "expcwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "expcwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "expcwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "expcwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "expcwaxedcopsl": "waxed_exposed_cut_copper_slab", + "expcwaxedcopslab": "waxed_exposed_cut_copper_slab", + "expcwaxedcopstep": "waxed_exposed_cut_copper_slab", + "expcwaxedcosl": "waxed_exposed_cut_copper_slab", + "expcwaxedcoslab": "waxed_exposed_cut_copper_slab", + "expcwaxedcostep": "waxed_exposed_cut_copper_slab", + "exposedcutwacohalfblock": "waxed_exposed_cut_copper_slab", + "exposedcutwacophalfblock": "waxed_exposed_cut_copper_slab", + "exposedcutwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedcutwacoppersl": "waxed_exposed_cut_copper_slab", + "exposedcutwacopperslab": "waxed_exposed_cut_copper_slab", + "exposedcutwacopperstep": "waxed_exposed_cut_copper_slab", + "exposedcutwacopsl": "waxed_exposed_cut_copper_slab", + "exposedcutwacopslab": "waxed_exposed_cut_copper_slab", + "exposedcutwacopstep": "waxed_exposed_cut_copper_slab", + "exposedcutwacosl": "waxed_exposed_cut_copper_slab", + "exposedcutwacoslab": "waxed_exposed_cut_copper_slab", + "exposedcutwacostep": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcoppersl": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcopperslab": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcopperstep": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcopsl": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcopslab": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcopstep": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcosl": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcoslab": "waxed_exposed_cut_copper_slab", + "exposedcutwaxcostep": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcopsl": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcopslab": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcopstep": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcosl": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcoslab": "waxed_exposed_cut_copper_slab", + "exposedcutwaxedcostep": "waxed_exposed_cut_copper_slab", + "exposedcwacohalfblock": "waxed_exposed_cut_copper_slab", + "exposedcwacophalfblock": "waxed_exposed_cut_copper_slab", + "exposedcwacopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedcwacoppersl": "waxed_exposed_cut_copper_slab", + "exposedcwacopperslab": "waxed_exposed_cut_copper_slab", + "exposedcwacopperstep": "waxed_exposed_cut_copper_slab", + "exposedcwacopsl": "waxed_exposed_cut_copper_slab", + "exposedcwacopslab": "waxed_exposed_cut_copper_slab", + "exposedcwacopstep": "waxed_exposed_cut_copper_slab", + "exposedcwacosl": "waxed_exposed_cut_copper_slab", + "exposedcwacoslab": "waxed_exposed_cut_copper_slab", + "exposedcwacostep": "waxed_exposed_cut_copper_slab", + "exposedcwaxcohalfblock": "waxed_exposed_cut_copper_slab", + "exposedcwaxcophalfblock": "waxed_exposed_cut_copper_slab", + "exposedcwaxcopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedcwaxcoppersl": "waxed_exposed_cut_copper_slab", + "exposedcwaxcopperslab": "waxed_exposed_cut_copper_slab", + "exposedcwaxcopperstep": "waxed_exposed_cut_copper_slab", + "exposedcwaxcopsl": "waxed_exposed_cut_copper_slab", + "exposedcwaxcopslab": "waxed_exposed_cut_copper_slab", + "exposedcwaxcopstep": "waxed_exposed_cut_copper_slab", + "exposedcwaxcosl": "waxed_exposed_cut_copper_slab", + "exposedcwaxcoslab": "waxed_exposed_cut_copper_slab", + "exposedcwaxcostep": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcohalfblock": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcophalfblock": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcoppersl": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcopperslab": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcopperstep": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcopsl": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcopslab": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcopstep": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcosl": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcoslab": "waxed_exposed_cut_copper_slab", + "exposedcwaxedcostep": "waxed_exposed_cut_copper_slab", + "exposedwaccohalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaccophalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaccopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaccoppersl": "waxed_exposed_cut_copper_slab", + "exposedwaccopperslab": "waxed_exposed_cut_copper_slab", + "exposedwaccopperstep": "waxed_exposed_cut_copper_slab", + "exposedwaccopsl": "waxed_exposed_cut_copper_slab", + "exposedwaccopslab": "waxed_exposed_cut_copper_slab", + "exposedwaccopstep": "waxed_exposed_cut_copper_slab", + "exposedwaccosl": "waxed_exposed_cut_copper_slab", + "exposedwaccoslab": "waxed_exposed_cut_copper_slab", + "exposedwaccostep": "waxed_exposed_cut_copper_slab", + "exposedwacutcohalfblock": "waxed_exposed_cut_copper_slab", + "exposedwacutcophalfblock": "waxed_exposed_cut_copper_slab", + "exposedwacutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedwacutcoppersl": "waxed_exposed_cut_copper_slab", + "exposedwacutcopperslab": "waxed_exposed_cut_copper_slab", + "exposedwacutcopperstep": "waxed_exposed_cut_copper_slab", + "exposedwacutcopsl": "waxed_exposed_cut_copper_slab", + "exposedwacutcopslab": "waxed_exposed_cut_copper_slab", + "exposedwacutcopstep": "waxed_exposed_cut_copper_slab", + "exposedwacutcosl": "waxed_exposed_cut_copper_slab", + "exposedwacutcoslab": "waxed_exposed_cut_copper_slab", + "exposedwacutcostep": "waxed_exposed_cut_copper_slab", + "exposedwaxccohalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxccophalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxccopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxccoppersl": "waxed_exposed_cut_copper_slab", + "exposedwaxccopperslab": "waxed_exposed_cut_copper_slab", + "exposedwaxccopperstep": "waxed_exposed_cut_copper_slab", + "exposedwaxccopsl": "waxed_exposed_cut_copper_slab", + "exposedwaxccopslab": "waxed_exposed_cut_copper_slab", + "exposedwaxccopstep": "waxed_exposed_cut_copper_slab", + "exposedwaxccosl": "waxed_exposed_cut_copper_slab", + "exposedwaxccoslab": "waxed_exposed_cut_copper_slab", + "exposedwaxccostep": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcohalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcophalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcoppersl": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcopperslab": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcopperstep": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcopsl": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcopslab": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcopstep": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcosl": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcoslab": "waxed_exposed_cut_copper_slab", + "exposedwaxcutcostep": "waxed_exposed_cut_copper_slab", + "exposedwaxedccohalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxedccophalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxedccopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxedccoppersl": "waxed_exposed_cut_copper_slab", + "exposedwaxedccopperslab": "waxed_exposed_cut_copper_slab", + "exposedwaxedccopperstep": "waxed_exposed_cut_copper_slab", + "exposedwaxedccopsl": "waxed_exposed_cut_copper_slab", + "exposedwaxedccopslab": "waxed_exposed_cut_copper_slab", + "exposedwaxedccopstep": "waxed_exposed_cut_copper_slab", + "exposedwaxedccosl": "waxed_exposed_cut_copper_slab", + "exposedwaxedccoslab": "waxed_exposed_cut_copper_slab", + "exposedwaxedccostep": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcohalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcophalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcoppersl": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcopperslab": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcopperstep": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcopsl": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcopslab": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcopstep": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcosl": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcoslab": "waxed_exposed_cut_copper_slab", + "exposedwaxedcutcostep": "waxed_exposed_cut_copper_slab", + "expwaccohalfblock": "waxed_exposed_cut_copper_slab", + "expwaccophalfblock": "waxed_exposed_cut_copper_slab", + "expwaccopperhalfblock": "waxed_exposed_cut_copper_slab", + "expwaccoppersl": "waxed_exposed_cut_copper_slab", + "expwaccopperslab": "waxed_exposed_cut_copper_slab", + "expwaccopperstep": "waxed_exposed_cut_copper_slab", + "expwaccopsl": "waxed_exposed_cut_copper_slab", + "expwaccopslab": "waxed_exposed_cut_copper_slab", + "expwaccopstep": "waxed_exposed_cut_copper_slab", + "expwaccosl": "waxed_exposed_cut_copper_slab", + "expwaccoslab": "waxed_exposed_cut_copper_slab", + "expwaccostep": "waxed_exposed_cut_copper_slab", + "expwacutcohalfblock": "waxed_exposed_cut_copper_slab", + "expwacutcophalfblock": "waxed_exposed_cut_copper_slab", + "expwacutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "expwacutcoppersl": "waxed_exposed_cut_copper_slab", + "expwacutcopperslab": "waxed_exposed_cut_copper_slab", + "expwacutcopperstep": "waxed_exposed_cut_copper_slab", + "expwacutcopsl": "waxed_exposed_cut_copper_slab", + "expwacutcopslab": "waxed_exposed_cut_copper_slab", + "expwacutcopstep": "waxed_exposed_cut_copper_slab", + "expwacutcosl": "waxed_exposed_cut_copper_slab", + "expwacutcoslab": "waxed_exposed_cut_copper_slab", + "expwacutcostep": "waxed_exposed_cut_copper_slab", + "expwaxccohalfblock": "waxed_exposed_cut_copper_slab", + "expwaxccophalfblock": "waxed_exposed_cut_copper_slab", + "expwaxccopperhalfblock": "waxed_exposed_cut_copper_slab", + "expwaxccoppersl": "waxed_exposed_cut_copper_slab", + "expwaxccopperslab": "waxed_exposed_cut_copper_slab", + "expwaxccopperstep": "waxed_exposed_cut_copper_slab", + "expwaxccopsl": "waxed_exposed_cut_copper_slab", + "expwaxccopslab": "waxed_exposed_cut_copper_slab", + "expwaxccopstep": "waxed_exposed_cut_copper_slab", + "expwaxccosl": "waxed_exposed_cut_copper_slab", + "expwaxccoslab": "waxed_exposed_cut_copper_slab", + "expwaxccostep": "waxed_exposed_cut_copper_slab", + "expwaxcutcohalfblock": "waxed_exposed_cut_copper_slab", + "expwaxcutcophalfblock": "waxed_exposed_cut_copper_slab", + "expwaxcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "expwaxcutcoppersl": "waxed_exposed_cut_copper_slab", + "expwaxcutcopperslab": "waxed_exposed_cut_copper_slab", + "expwaxcutcopperstep": "waxed_exposed_cut_copper_slab", + "expwaxcutcopsl": "waxed_exposed_cut_copper_slab", + "expwaxcutcopslab": "waxed_exposed_cut_copper_slab", + "expwaxcutcopstep": "waxed_exposed_cut_copper_slab", + "expwaxcutcosl": "waxed_exposed_cut_copper_slab", + "expwaxcutcoslab": "waxed_exposed_cut_copper_slab", + "expwaxcutcostep": "waxed_exposed_cut_copper_slab", + "expwaxedccohalfblock": "waxed_exposed_cut_copper_slab", + "expwaxedccophalfblock": "waxed_exposed_cut_copper_slab", + "expwaxedccopperhalfblock": "waxed_exposed_cut_copper_slab", + "expwaxedccoppersl": "waxed_exposed_cut_copper_slab", + "expwaxedccopperslab": "waxed_exposed_cut_copper_slab", + "expwaxedccopperstep": "waxed_exposed_cut_copper_slab", + "expwaxedccopsl": "waxed_exposed_cut_copper_slab", + "expwaxedccopslab": "waxed_exposed_cut_copper_slab", + "expwaxedccopstep": "waxed_exposed_cut_copper_slab", + "expwaxedccosl": "waxed_exposed_cut_copper_slab", + "expwaxedccoslab": "waxed_exposed_cut_copper_slab", + "expwaxedccostep": "waxed_exposed_cut_copper_slab", + "expwaxedcutcohalfblock": "waxed_exposed_cut_copper_slab", + "expwaxedcutcophalfblock": "waxed_exposed_cut_copper_slab", + "expwaxedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "expwaxedcutcoppersl": "waxed_exposed_cut_copper_slab", + "expwaxedcutcopperslab": "waxed_exposed_cut_copper_slab", + "expwaxedcutcopperstep": "waxed_exposed_cut_copper_slab", + "expwaxedcutcopsl": "waxed_exposed_cut_copper_slab", + "expwaxedcutcopslab": "waxed_exposed_cut_copper_slab", + "expwaxedcutcopstep": "waxed_exposed_cut_copper_slab", + "expwaxedcutcosl": "waxed_exposed_cut_copper_slab", + "expwaxedcutcoslab": "waxed_exposed_cut_copper_slab", + "expwaxedcutcostep": "waxed_exposed_cut_copper_slab", + "exwaccohalfblock": "waxed_exposed_cut_copper_slab", + "exwaccophalfblock": "waxed_exposed_cut_copper_slab", + "exwaccopperhalfblock": "waxed_exposed_cut_copper_slab", + "exwaccoppersl": "waxed_exposed_cut_copper_slab", + "exwaccopperslab": "waxed_exposed_cut_copper_slab", + "exwaccopperstep": "waxed_exposed_cut_copper_slab", + "exwaccopsl": "waxed_exposed_cut_copper_slab", + "exwaccopslab": "waxed_exposed_cut_copper_slab", + "exwaccopstep": "waxed_exposed_cut_copper_slab", + "exwaccosl": "waxed_exposed_cut_copper_slab", + "exwaccoslab": "waxed_exposed_cut_copper_slab", + "exwaccostep": "waxed_exposed_cut_copper_slab", + "exwacutcohalfblock": "waxed_exposed_cut_copper_slab", + "exwacutcophalfblock": "waxed_exposed_cut_copper_slab", + "exwacutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "exwacutcoppersl": "waxed_exposed_cut_copper_slab", + "exwacutcopperslab": "waxed_exposed_cut_copper_slab", + "exwacutcopperstep": "waxed_exposed_cut_copper_slab", + "exwacutcopsl": "waxed_exposed_cut_copper_slab", + "exwacutcopslab": "waxed_exposed_cut_copper_slab", + "exwacutcopstep": "waxed_exposed_cut_copper_slab", + "exwacutcosl": "waxed_exposed_cut_copper_slab", + "exwacutcoslab": "waxed_exposed_cut_copper_slab", + "exwacutcostep": "waxed_exposed_cut_copper_slab", + "exwaxccohalfblock": "waxed_exposed_cut_copper_slab", + "exwaxccophalfblock": "waxed_exposed_cut_copper_slab", + "exwaxccopperhalfblock": "waxed_exposed_cut_copper_slab", + "exwaxccoppersl": "waxed_exposed_cut_copper_slab", + "exwaxccopperslab": "waxed_exposed_cut_copper_slab", + "exwaxccopperstep": "waxed_exposed_cut_copper_slab", + "exwaxccopsl": "waxed_exposed_cut_copper_slab", + "exwaxccopslab": "waxed_exposed_cut_copper_slab", + "exwaxccopstep": "waxed_exposed_cut_copper_slab", + "exwaxccosl": "waxed_exposed_cut_copper_slab", + "exwaxccoslab": "waxed_exposed_cut_copper_slab", + "exwaxccostep": "waxed_exposed_cut_copper_slab", + "exwaxcutcohalfblock": "waxed_exposed_cut_copper_slab", + "exwaxcutcophalfblock": "waxed_exposed_cut_copper_slab", + "exwaxcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "exwaxcutcoppersl": "waxed_exposed_cut_copper_slab", + "exwaxcutcopperslab": "waxed_exposed_cut_copper_slab", + "exwaxcutcopperstep": "waxed_exposed_cut_copper_slab", + "exwaxcutcopsl": "waxed_exposed_cut_copper_slab", + "exwaxcutcopslab": "waxed_exposed_cut_copper_slab", + "exwaxcutcopstep": "waxed_exposed_cut_copper_slab", + "exwaxcutcosl": "waxed_exposed_cut_copper_slab", + "exwaxcutcoslab": "waxed_exposed_cut_copper_slab", + "exwaxcutcostep": "waxed_exposed_cut_copper_slab", + "exwaxedccohalfblock": "waxed_exposed_cut_copper_slab", + "exwaxedccophalfblock": "waxed_exposed_cut_copper_slab", + "exwaxedccopperhalfblock": "waxed_exposed_cut_copper_slab", + "exwaxedccoppersl": "waxed_exposed_cut_copper_slab", + "exwaxedccopperslab": "waxed_exposed_cut_copper_slab", + "exwaxedccopperstep": "waxed_exposed_cut_copper_slab", + "exwaxedccopsl": "waxed_exposed_cut_copper_slab", + "exwaxedccopslab": "waxed_exposed_cut_copper_slab", + "exwaxedccopstep": "waxed_exposed_cut_copper_slab", + "exwaxedccosl": "waxed_exposed_cut_copper_slab", + "exwaxedccoslab": "waxed_exposed_cut_copper_slab", + "exwaxedccostep": "waxed_exposed_cut_copper_slab", + "exwaxedcutcohalfblock": "waxed_exposed_cut_copper_slab", + "exwaxedcutcophalfblock": "waxed_exposed_cut_copper_slab", + "exwaxedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "exwaxedcutcoppersl": "waxed_exposed_cut_copper_slab", + "exwaxedcutcopperslab": "waxed_exposed_cut_copper_slab", + "exwaxedcutcopperstep": "waxed_exposed_cut_copper_slab", + "exwaxedcutcopsl": "waxed_exposed_cut_copper_slab", + "exwaxedcutcopslab": "waxed_exposed_cut_copper_slab", + "exwaxedcutcopstep": "waxed_exposed_cut_copper_slab", + "exwaxedcutcosl": "waxed_exposed_cut_copper_slab", + "exwaxedcutcoslab": "waxed_exposed_cut_copper_slab", + "exwaxedcutcostep": "waxed_exposed_cut_copper_slab", + "minecraft:waxed_exposed_cut_copper_slab": "waxed_exposed_cut_copper_slab", + "wacexcohalfblock": "waxed_exposed_cut_copper_slab", + "wacexcophalfblock": "waxed_exposed_cut_copper_slab", + "wacexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "wacexcoppersl": "waxed_exposed_cut_copper_slab", + "wacexcopperslab": "waxed_exposed_cut_copper_slab", + "wacexcopperstep": "waxed_exposed_cut_copper_slab", + "wacexcopsl": "waxed_exposed_cut_copper_slab", + "wacexcopslab": "waxed_exposed_cut_copper_slab", + "wacexcopstep": "waxed_exposed_cut_copper_slab", + "wacexcosl": "waxed_exposed_cut_copper_slab", + "wacexcoslab": "waxed_exposed_cut_copper_slab", + "wacexcostep": "waxed_exposed_cut_copper_slab", + "wacexpcohalfblock": "waxed_exposed_cut_copper_slab", + "wacexpcophalfblock": "waxed_exposed_cut_copper_slab", + "wacexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "wacexpcoppersl": "waxed_exposed_cut_copper_slab", + "wacexpcopperslab": "waxed_exposed_cut_copper_slab", + "wacexpcopperstep": "waxed_exposed_cut_copper_slab", + "wacexpcopsl": "waxed_exposed_cut_copper_slab", + "wacexpcopslab": "waxed_exposed_cut_copper_slab", + "wacexpcopstep": "waxed_exposed_cut_copper_slab", + "wacexpcosl": "waxed_exposed_cut_copper_slab", + "wacexpcoslab": "waxed_exposed_cut_copper_slab", + "wacexpcostep": "waxed_exposed_cut_copper_slab", + "wacexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "wacexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "wacexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "wacexposedcoppersl": "waxed_exposed_cut_copper_slab", + "wacexposedcopperslab": "waxed_exposed_cut_copper_slab", + "wacexposedcopperstep": "waxed_exposed_cut_copper_slab", + "wacexposedcopsl": "waxed_exposed_cut_copper_slab", + "wacexposedcopslab": "waxed_exposed_cut_copper_slab", + "wacexposedcopstep": "waxed_exposed_cut_copper_slab", + "wacexposedcosl": "waxed_exposed_cut_copper_slab", + "wacexposedcoslab": "waxed_exposed_cut_copper_slab", + "wacexposedcostep": "waxed_exposed_cut_copper_slab", + "wacutexcohalfblock": "waxed_exposed_cut_copper_slab", + "wacutexcophalfblock": "waxed_exposed_cut_copper_slab", + "wacutexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "wacutexcoppersl": "waxed_exposed_cut_copper_slab", + "wacutexcopperslab": "waxed_exposed_cut_copper_slab", + "wacutexcopperstep": "waxed_exposed_cut_copper_slab", + "wacutexcopsl": "waxed_exposed_cut_copper_slab", + "wacutexcopslab": "waxed_exposed_cut_copper_slab", + "wacutexcopstep": "waxed_exposed_cut_copper_slab", + "wacutexcosl": "waxed_exposed_cut_copper_slab", + "wacutexcoslab": "waxed_exposed_cut_copper_slab", + "wacutexcostep": "waxed_exposed_cut_copper_slab", + "wacutexpcohalfblock": "waxed_exposed_cut_copper_slab", + "wacutexpcophalfblock": "waxed_exposed_cut_copper_slab", + "wacutexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "wacutexpcoppersl": "waxed_exposed_cut_copper_slab", + "wacutexpcopperslab": "waxed_exposed_cut_copper_slab", + "wacutexpcopperstep": "waxed_exposed_cut_copper_slab", + "wacutexpcopsl": "waxed_exposed_cut_copper_slab", + "wacutexpcopslab": "waxed_exposed_cut_copper_slab", + "wacutexpcopstep": "waxed_exposed_cut_copper_slab", + "wacutexpcosl": "waxed_exposed_cut_copper_slab", + "wacutexpcoslab": "waxed_exposed_cut_copper_slab", + "wacutexpcostep": "waxed_exposed_cut_copper_slab", + "wacutexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "wacutexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "wacutexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "wacutexposedcoppersl": "waxed_exposed_cut_copper_slab", + "wacutexposedcopperslab": "waxed_exposed_cut_copper_slab", + "wacutexposedcopperstep": "waxed_exposed_cut_copper_slab", + "wacutexposedcopsl": "waxed_exposed_cut_copper_slab", + "wacutexposedcopslab": "waxed_exposed_cut_copper_slab", + "wacutexposedcopstep": "waxed_exposed_cut_copper_slab", + "wacutexposedcosl": "waxed_exposed_cut_copper_slab", + "wacutexposedcoslab": "waxed_exposed_cut_copper_slab", + "wacutexposedcostep": "waxed_exposed_cut_copper_slab", + "waexccohalfblock": "waxed_exposed_cut_copper_slab", + "waexccophalfblock": "waxed_exposed_cut_copper_slab", + "waexccopperhalfblock": "waxed_exposed_cut_copper_slab", + "waexccoppersl": "waxed_exposed_cut_copper_slab", + "waexccopperslab": "waxed_exposed_cut_copper_slab", + "waexccopperstep": "waxed_exposed_cut_copper_slab", + "waexccopsl": "waxed_exposed_cut_copper_slab", + "waexccopslab": "waxed_exposed_cut_copper_slab", + "waexccopstep": "waxed_exposed_cut_copper_slab", + "waexccosl": "waxed_exposed_cut_copper_slab", + "waexccoslab": "waxed_exposed_cut_copper_slab", + "waexccostep": "waxed_exposed_cut_copper_slab", + "waexcutcohalfblock": "waxed_exposed_cut_copper_slab", + "waexcutcophalfblock": "waxed_exposed_cut_copper_slab", + "waexcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waexcutcoppersl": "waxed_exposed_cut_copper_slab", + "waexcutcopperslab": "waxed_exposed_cut_copper_slab", + "waexcutcopperstep": "waxed_exposed_cut_copper_slab", + "waexcutcopsl": "waxed_exposed_cut_copper_slab", + "waexcutcopslab": "waxed_exposed_cut_copper_slab", + "waexcutcopstep": "waxed_exposed_cut_copper_slab", + "waexcutcosl": "waxed_exposed_cut_copper_slab", + "waexcutcoslab": "waxed_exposed_cut_copper_slab", + "waexcutcostep": "waxed_exposed_cut_copper_slab", + "waexpccohalfblock": "waxed_exposed_cut_copper_slab", + "waexpccophalfblock": "waxed_exposed_cut_copper_slab", + "waexpccopperhalfblock": "waxed_exposed_cut_copper_slab", + "waexpccoppersl": "waxed_exposed_cut_copper_slab", + "waexpccopperslab": "waxed_exposed_cut_copper_slab", + "waexpccopperstep": "waxed_exposed_cut_copper_slab", + "waexpccopsl": "waxed_exposed_cut_copper_slab", + "waexpccopslab": "waxed_exposed_cut_copper_slab", + "waexpccopstep": "waxed_exposed_cut_copper_slab", + "waexpccosl": "waxed_exposed_cut_copper_slab", + "waexpccoslab": "waxed_exposed_cut_copper_slab", + "waexpccostep": "waxed_exposed_cut_copper_slab", + "waexpcutcohalfblock": "waxed_exposed_cut_copper_slab", + "waexpcutcophalfblock": "waxed_exposed_cut_copper_slab", + "waexpcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waexpcutcoppersl": "waxed_exposed_cut_copper_slab", + "waexpcutcopperslab": "waxed_exposed_cut_copper_slab", + "waexpcutcopperstep": "waxed_exposed_cut_copper_slab", + "waexpcutcopsl": "waxed_exposed_cut_copper_slab", + "waexpcutcopslab": "waxed_exposed_cut_copper_slab", + "waexpcutcopstep": "waxed_exposed_cut_copper_slab", + "waexpcutcosl": "waxed_exposed_cut_copper_slab", + "waexpcutcoslab": "waxed_exposed_cut_copper_slab", + "waexpcutcostep": "waxed_exposed_cut_copper_slab", + "waexposedccohalfblock": "waxed_exposed_cut_copper_slab", + "waexposedccophalfblock": "waxed_exposed_cut_copper_slab", + "waexposedccopperhalfblock": "waxed_exposed_cut_copper_slab", + "waexposedccoppersl": "waxed_exposed_cut_copper_slab", + "waexposedccopperslab": "waxed_exposed_cut_copper_slab", + "waexposedccopperstep": "waxed_exposed_cut_copper_slab", + "waexposedccopsl": "waxed_exposed_cut_copper_slab", + "waexposedccopslab": "waxed_exposed_cut_copper_slab", + "waexposedccopstep": "waxed_exposed_cut_copper_slab", + "waexposedccosl": "waxed_exposed_cut_copper_slab", + "waexposedccoslab": "waxed_exposed_cut_copper_slab", + "waexposedccostep": "waxed_exposed_cut_copper_slab", + "waexposedcutcohalfblock": "waxed_exposed_cut_copper_slab", + "waexposedcutcophalfblock": "waxed_exposed_cut_copper_slab", + "waexposedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waexposedcutcoppersl": "waxed_exposed_cut_copper_slab", + "waexposedcutcopperslab": "waxed_exposed_cut_copper_slab", + "waexposedcutcopperstep": "waxed_exposed_cut_copper_slab", + "waexposedcutcopsl": "waxed_exposed_cut_copper_slab", + "waexposedcutcopslab": "waxed_exposed_cut_copper_slab", + "waexposedcutcopstep": "waxed_exposed_cut_copper_slab", + "waexposedcutcosl": "waxed_exposed_cut_copper_slab", + "waexposedcutcoslab": "waxed_exposed_cut_copper_slab", + "waexposedcutcostep": "waxed_exposed_cut_copper_slab", + "waxcexcohalfblock": "waxed_exposed_cut_copper_slab", + "waxcexcophalfblock": "waxed_exposed_cut_copper_slab", + "waxcexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxcexcoppersl": "waxed_exposed_cut_copper_slab", + "waxcexcopperslab": "waxed_exposed_cut_copper_slab", + "waxcexcopperstep": "waxed_exposed_cut_copper_slab", + "waxcexcopsl": "waxed_exposed_cut_copper_slab", + "waxcexcopslab": "waxed_exposed_cut_copper_slab", + "waxcexcopstep": "waxed_exposed_cut_copper_slab", + "waxcexcosl": "waxed_exposed_cut_copper_slab", + "waxcexcoslab": "waxed_exposed_cut_copper_slab", + "waxcexcostep": "waxed_exposed_cut_copper_slab", + "waxcexpcohalfblock": "waxed_exposed_cut_copper_slab", + "waxcexpcophalfblock": "waxed_exposed_cut_copper_slab", + "waxcexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxcexpcoppersl": "waxed_exposed_cut_copper_slab", + "waxcexpcopperslab": "waxed_exposed_cut_copper_slab", + "waxcexpcopperstep": "waxed_exposed_cut_copper_slab", + "waxcexpcopsl": "waxed_exposed_cut_copper_slab", + "waxcexpcopslab": "waxed_exposed_cut_copper_slab", + "waxcexpcopstep": "waxed_exposed_cut_copper_slab", + "waxcexpcosl": "waxed_exposed_cut_copper_slab", + "waxcexpcoslab": "waxed_exposed_cut_copper_slab", + "waxcexpcostep": "waxed_exposed_cut_copper_slab", + "waxcexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "waxcexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "waxcexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxcexposedcoppersl": "waxed_exposed_cut_copper_slab", + "waxcexposedcopperslab": "waxed_exposed_cut_copper_slab", + "waxcexposedcopperstep": "waxed_exposed_cut_copper_slab", + "waxcexposedcopsl": "waxed_exposed_cut_copper_slab", + "waxcexposedcopslab": "waxed_exposed_cut_copper_slab", + "waxcexposedcopstep": "waxed_exposed_cut_copper_slab", + "waxcexposedcosl": "waxed_exposed_cut_copper_slab", + "waxcexposedcoslab": "waxed_exposed_cut_copper_slab", + "waxcexposedcostep": "waxed_exposed_cut_copper_slab", + "waxcutexcohalfblock": "waxed_exposed_cut_copper_slab", + "waxcutexcophalfblock": "waxed_exposed_cut_copper_slab", + "waxcutexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxcutexcoppersl": "waxed_exposed_cut_copper_slab", + "waxcutexcopperslab": "waxed_exposed_cut_copper_slab", + "waxcutexcopperstep": "waxed_exposed_cut_copper_slab", + "waxcutexcopsl": "waxed_exposed_cut_copper_slab", + "waxcutexcopslab": "waxed_exposed_cut_copper_slab", + "waxcutexcopstep": "waxed_exposed_cut_copper_slab", + "waxcutexcosl": "waxed_exposed_cut_copper_slab", + "waxcutexcoslab": "waxed_exposed_cut_copper_slab", + "waxcutexcostep": "waxed_exposed_cut_copper_slab", + "waxcutexpcohalfblock": "waxed_exposed_cut_copper_slab", + "waxcutexpcophalfblock": "waxed_exposed_cut_copper_slab", + "waxcutexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxcutexpcoppersl": "waxed_exposed_cut_copper_slab", + "waxcutexpcopperslab": "waxed_exposed_cut_copper_slab", + "waxcutexpcopperstep": "waxed_exposed_cut_copper_slab", + "waxcutexpcopsl": "waxed_exposed_cut_copper_slab", + "waxcutexpcopslab": "waxed_exposed_cut_copper_slab", + "waxcutexpcopstep": "waxed_exposed_cut_copper_slab", + "waxcutexpcosl": "waxed_exposed_cut_copper_slab", + "waxcutexpcoslab": "waxed_exposed_cut_copper_slab", + "waxcutexpcostep": "waxed_exposed_cut_copper_slab", + "waxcutexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "waxcutexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "waxcutexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxcutexposedcoppersl": "waxed_exposed_cut_copper_slab", + "waxcutexposedcopperslab": "waxed_exposed_cut_copper_slab", + "waxcutexposedcopperstep": "waxed_exposed_cut_copper_slab", + "waxcutexposedcopsl": "waxed_exposed_cut_copper_slab", + "waxcutexposedcopslab": "waxed_exposed_cut_copper_slab", + "waxcutexposedcopstep": "waxed_exposed_cut_copper_slab", + "waxcutexposedcosl": "waxed_exposed_cut_copper_slab", + "waxcutexposedcoslab": "waxed_exposed_cut_copper_slab", + "waxcutexposedcostep": "waxed_exposed_cut_copper_slab", + "waxedcexcohalfblock": "waxed_exposed_cut_copper_slab", + "waxedcexcophalfblock": "waxed_exposed_cut_copper_slab", + "waxedcexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedcexcoppersl": "waxed_exposed_cut_copper_slab", + "waxedcexcopperslab": "waxed_exposed_cut_copper_slab", + "waxedcexcopperstep": "waxed_exposed_cut_copper_slab", + "waxedcexcopsl": "waxed_exposed_cut_copper_slab", + "waxedcexcopslab": "waxed_exposed_cut_copper_slab", + "waxedcexcopstep": "waxed_exposed_cut_copper_slab", + "waxedcexcosl": "waxed_exposed_cut_copper_slab", + "waxedcexcoslab": "waxed_exposed_cut_copper_slab", + "waxedcexcostep": "waxed_exposed_cut_copper_slab", + "waxedcexpcohalfblock": "waxed_exposed_cut_copper_slab", + "waxedcexpcophalfblock": "waxed_exposed_cut_copper_slab", + "waxedcexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedcexpcoppersl": "waxed_exposed_cut_copper_slab", + "waxedcexpcopperslab": "waxed_exposed_cut_copper_slab", + "waxedcexpcopperstep": "waxed_exposed_cut_copper_slab", + "waxedcexpcopsl": "waxed_exposed_cut_copper_slab", + "waxedcexpcopslab": "waxed_exposed_cut_copper_slab", + "waxedcexpcopstep": "waxed_exposed_cut_copper_slab", + "waxedcexpcosl": "waxed_exposed_cut_copper_slab", + "waxedcexpcoslab": "waxed_exposed_cut_copper_slab", + "waxedcexpcostep": "waxed_exposed_cut_copper_slab", + "waxedcexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "waxedcexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "waxedcexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedcexposedcoppersl": "waxed_exposed_cut_copper_slab", + "waxedcexposedcopperslab": "waxed_exposed_cut_copper_slab", + "waxedcexposedcopperstep": "waxed_exposed_cut_copper_slab", + "waxedcexposedcopsl": "waxed_exposed_cut_copper_slab", + "waxedcexposedcopslab": "waxed_exposed_cut_copper_slab", + "waxedcexposedcopstep": "waxed_exposed_cut_copper_slab", + "waxedcexposedcosl": "waxed_exposed_cut_copper_slab", + "waxedcexposedcoslab": "waxed_exposed_cut_copper_slab", + "waxedcexposedcostep": "waxed_exposed_cut_copper_slab", + "waxedcutexcohalfblock": "waxed_exposed_cut_copper_slab", + "waxedcutexcophalfblock": "waxed_exposed_cut_copper_slab", + "waxedcutexcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedcutexcoppersl": "waxed_exposed_cut_copper_slab", + "waxedcutexcopperslab": "waxed_exposed_cut_copper_slab", + "waxedcutexcopperstep": "waxed_exposed_cut_copper_slab", + "waxedcutexcopsl": "waxed_exposed_cut_copper_slab", + "waxedcutexcopslab": "waxed_exposed_cut_copper_slab", + "waxedcutexcopstep": "waxed_exposed_cut_copper_slab", + "waxedcutexcosl": "waxed_exposed_cut_copper_slab", + "waxedcutexcoslab": "waxed_exposed_cut_copper_slab", + "waxedcutexcostep": "waxed_exposed_cut_copper_slab", + "waxedcutexpcohalfblock": "waxed_exposed_cut_copper_slab", + "waxedcutexpcophalfblock": "waxed_exposed_cut_copper_slab", + "waxedcutexpcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedcutexpcoppersl": "waxed_exposed_cut_copper_slab", + "waxedcutexpcopperslab": "waxed_exposed_cut_copper_slab", + "waxedcutexpcopperstep": "waxed_exposed_cut_copper_slab", + "waxedcutexpcopsl": "waxed_exposed_cut_copper_slab", + "waxedcutexpcopslab": "waxed_exposed_cut_copper_slab", + "waxedcutexpcopstep": "waxed_exposed_cut_copper_slab", + "waxedcutexpcosl": "waxed_exposed_cut_copper_slab", + "waxedcutexpcoslab": "waxed_exposed_cut_copper_slab", + "waxedcutexpcostep": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcohalfblock": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcophalfblock": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcoppersl": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcopperslab": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcopperstep": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcopsl": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcopslab": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcopstep": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcosl": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcoslab": "waxed_exposed_cut_copper_slab", + "waxedcutexposedcostep": "waxed_exposed_cut_copper_slab", + "waxedexccohalfblock": "waxed_exposed_cut_copper_slab", + "waxedexccophalfblock": "waxed_exposed_cut_copper_slab", + "waxedexccopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedexccoppersl": "waxed_exposed_cut_copper_slab", + "waxedexccopperslab": "waxed_exposed_cut_copper_slab", + "waxedexccopperstep": "waxed_exposed_cut_copper_slab", + "waxedexccopsl": "waxed_exposed_cut_copper_slab", + "waxedexccopslab": "waxed_exposed_cut_copper_slab", + "waxedexccopstep": "waxed_exposed_cut_copper_slab", + "waxedexccosl": "waxed_exposed_cut_copper_slab", + "waxedexccoslab": "waxed_exposed_cut_copper_slab", + "waxedexccostep": "waxed_exposed_cut_copper_slab", + "waxedexcutcohalfblock": "waxed_exposed_cut_copper_slab", + "waxedexcutcophalfblock": "waxed_exposed_cut_copper_slab", + "waxedexcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedexcutcoppersl": "waxed_exposed_cut_copper_slab", + "waxedexcutcopperslab": "waxed_exposed_cut_copper_slab", + "waxedexcutcopperstep": "waxed_exposed_cut_copper_slab", + "waxedexcutcopsl": "waxed_exposed_cut_copper_slab", + "waxedexcutcopslab": "waxed_exposed_cut_copper_slab", + "waxedexcutcopstep": "waxed_exposed_cut_copper_slab", + "waxedexcutcosl": "waxed_exposed_cut_copper_slab", + "waxedexcutcoslab": "waxed_exposed_cut_copper_slab", + "waxedexcutcostep": "waxed_exposed_cut_copper_slab", + "waxedexpccohalfblock": "waxed_exposed_cut_copper_slab", + "waxedexpccophalfblock": "waxed_exposed_cut_copper_slab", + "waxedexpccopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedexpccoppersl": "waxed_exposed_cut_copper_slab", + "waxedexpccopperslab": "waxed_exposed_cut_copper_slab", + "waxedexpccopperstep": "waxed_exposed_cut_copper_slab", + "waxedexpccopsl": "waxed_exposed_cut_copper_slab", + "waxedexpccopslab": "waxed_exposed_cut_copper_slab", + "waxedexpccopstep": "waxed_exposed_cut_copper_slab", + "waxedexpccosl": "waxed_exposed_cut_copper_slab", + "waxedexpccoslab": "waxed_exposed_cut_copper_slab", + "waxedexpccostep": "waxed_exposed_cut_copper_slab", + "waxedexpcutcohalfblock": "waxed_exposed_cut_copper_slab", + "waxedexpcutcophalfblock": "waxed_exposed_cut_copper_slab", + "waxedexpcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedexpcutcoppersl": "waxed_exposed_cut_copper_slab", + "waxedexpcutcopperslab": "waxed_exposed_cut_copper_slab", + "waxedexpcutcopperstep": "waxed_exposed_cut_copper_slab", + "waxedexpcutcopsl": "waxed_exposed_cut_copper_slab", + "waxedexpcutcopslab": "waxed_exposed_cut_copper_slab", + "waxedexpcutcopstep": "waxed_exposed_cut_copper_slab", + "waxedexpcutcosl": "waxed_exposed_cut_copper_slab", + "waxedexpcutcoslab": "waxed_exposed_cut_copper_slab", + "waxedexpcutcostep": "waxed_exposed_cut_copper_slab", + "waxedexposedccohalfblock": "waxed_exposed_cut_copper_slab", + "waxedexposedccophalfblock": "waxed_exposed_cut_copper_slab", + "waxedexposedccopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedexposedccoppersl": "waxed_exposed_cut_copper_slab", + "waxedexposedccopperslab": "waxed_exposed_cut_copper_slab", + "waxedexposedccopperstep": "waxed_exposed_cut_copper_slab", + "waxedexposedccopsl": "waxed_exposed_cut_copper_slab", + "waxedexposedccopslab": "waxed_exposed_cut_copper_slab", + "waxedexposedccopstep": "waxed_exposed_cut_copper_slab", + "waxedexposedccosl": "waxed_exposed_cut_copper_slab", + "waxedexposedccoslab": "waxed_exposed_cut_copper_slab", + "waxedexposedccostep": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcohalfblock": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcophalfblock": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcoppersl": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcopperslab": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcopperstep": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcopsl": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcopslab": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcopstep": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcosl": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcoslab": "waxed_exposed_cut_copper_slab", + "waxedexposedcutcostep": "waxed_exposed_cut_copper_slab", + "waxexccohalfblock": "waxed_exposed_cut_copper_slab", + "waxexccophalfblock": "waxed_exposed_cut_copper_slab", + "waxexccopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxexccoppersl": "waxed_exposed_cut_copper_slab", + "waxexccopperslab": "waxed_exposed_cut_copper_slab", + "waxexccopperstep": "waxed_exposed_cut_copper_slab", + "waxexccopsl": "waxed_exposed_cut_copper_slab", + "waxexccopslab": "waxed_exposed_cut_copper_slab", + "waxexccopstep": "waxed_exposed_cut_copper_slab", + "waxexccosl": "waxed_exposed_cut_copper_slab", + "waxexccoslab": "waxed_exposed_cut_copper_slab", + "waxexccostep": "waxed_exposed_cut_copper_slab", + "waxexcutcohalfblock": "waxed_exposed_cut_copper_slab", + "waxexcutcophalfblock": "waxed_exposed_cut_copper_slab", + "waxexcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxexcutcoppersl": "waxed_exposed_cut_copper_slab", + "waxexcutcopperslab": "waxed_exposed_cut_copper_slab", + "waxexcutcopperstep": "waxed_exposed_cut_copper_slab", + "waxexcutcopsl": "waxed_exposed_cut_copper_slab", + "waxexcutcopslab": "waxed_exposed_cut_copper_slab", + "waxexcutcopstep": "waxed_exposed_cut_copper_slab", + "waxexcutcosl": "waxed_exposed_cut_copper_slab", + "waxexcutcoslab": "waxed_exposed_cut_copper_slab", + "waxexcutcostep": "waxed_exposed_cut_copper_slab", + "waxexpccohalfblock": "waxed_exposed_cut_copper_slab", + "waxexpccophalfblock": "waxed_exposed_cut_copper_slab", + "waxexpccopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxexpccoppersl": "waxed_exposed_cut_copper_slab", + "waxexpccopperslab": "waxed_exposed_cut_copper_slab", + "waxexpccopperstep": "waxed_exposed_cut_copper_slab", + "waxexpccopsl": "waxed_exposed_cut_copper_slab", + "waxexpccopslab": "waxed_exposed_cut_copper_slab", + "waxexpccopstep": "waxed_exposed_cut_copper_slab", + "waxexpccosl": "waxed_exposed_cut_copper_slab", + "waxexpccoslab": "waxed_exposed_cut_copper_slab", + "waxexpccostep": "waxed_exposed_cut_copper_slab", + "waxexpcutcohalfblock": "waxed_exposed_cut_copper_slab", + "waxexpcutcophalfblock": "waxed_exposed_cut_copper_slab", + "waxexpcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxexpcutcoppersl": "waxed_exposed_cut_copper_slab", + "waxexpcutcopperslab": "waxed_exposed_cut_copper_slab", + "waxexpcutcopperstep": "waxed_exposed_cut_copper_slab", + "waxexpcutcopsl": "waxed_exposed_cut_copper_slab", + "waxexpcutcopslab": "waxed_exposed_cut_copper_slab", + "waxexpcutcopstep": "waxed_exposed_cut_copper_slab", + "waxexpcutcosl": "waxed_exposed_cut_copper_slab", + "waxexpcutcoslab": "waxed_exposed_cut_copper_slab", + "waxexpcutcostep": "waxed_exposed_cut_copper_slab", + "waxexposedccohalfblock": "waxed_exposed_cut_copper_slab", + "waxexposedccophalfblock": "waxed_exposed_cut_copper_slab", + "waxexposedccopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxexposedccoppersl": "waxed_exposed_cut_copper_slab", + "waxexposedccopperslab": "waxed_exposed_cut_copper_slab", + "waxexposedccopperstep": "waxed_exposed_cut_copper_slab", + "waxexposedccopsl": "waxed_exposed_cut_copper_slab", + "waxexposedccopslab": "waxed_exposed_cut_copper_slab", + "waxexposedccopstep": "waxed_exposed_cut_copper_slab", + "waxexposedccosl": "waxed_exposed_cut_copper_slab", + "waxexposedccoslab": "waxed_exposed_cut_copper_slab", + "waxexposedccostep": "waxed_exposed_cut_copper_slab", + "waxexposedcutcohalfblock": "waxed_exposed_cut_copper_slab", + "waxexposedcutcophalfblock": "waxed_exposed_cut_copper_slab", + "waxexposedcutcopperhalfblock": "waxed_exposed_cut_copper_slab", + "waxexposedcutcoppersl": "waxed_exposed_cut_copper_slab", + "waxexposedcutcopperslab": "waxed_exposed_cut_copper_slab", + "waxexposedcutcopperstep": "waxed_exposed_cut_copper_slab", + "waxexposedcutcopsl": "waxed_exposed_cut_copper_slab", + "waxexposedcutcopslab": "waxed_exposed_cut_copper_slab", + "waxexposedcutcopstep": "waxed_exposed_cut_copper_slab", + "waxexposedcutcosl": "waxed_exposed_cut_copper_slab", + "waxexposedcutcoslab": "waxed_exposed_cut_copper_slab", + "waxexposedcutcostep": "waxed_exposed_cut_copper_slab", + "waxed_exposed_cut_copper_stairs": { + "material": "WAXED_EXPOSED_CUT_COPPER_STAIRS" + }, + "cexposedwacopperstair": "waxed_exposed_cut_copper_stairs", + "cexposedwacopperstairs": "waxed_exposed_cut_copper_stairs", + "cexposedwacopstair": "waxed_exposed_cut_copper_stairs", + "cexposedwacopstairs": "waxed_exposed_cut_copper_stairs", + "cexposedwacostair": "waxed_exposed_cut_copper_stairs", + "cexposedwacostairs": "waxed_exposed_cut_copper_stairs", + "cexposedwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "cexposedwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "cexposedwaxcopstair": "waxed_exposed_cut_copper_stairs", + "cexposedwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "cexposedwaxcostair": "waxed_exposed_cut_copper_stairs", + "cexposedwaxcostairs": "waxed_exposed_cut_copper_stairs", + "cexposedwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "cexposedwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cexposedwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "cexposedwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "cexposedwaxedcostair": "waxed_exposed_cut_copper_stairs", + "cexposedwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "cexpwacopperstair": "waxed_exposed_cut_copper_stairs", + "cexpwacopperstairs": "waxed_exposed_cut_copper_stairs", + "cexpwacopstair": "waxed_exposed_cut_copper_stairs", + "cexpwacopstairs": "waxed_exposed_cut_copper_stairs", + "cexpwacostair": "waxed_exposed_cut_copper_stairs", + "cexpwacostairs": "waxed_exposed_cut_copper_stairs", + "cexpwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "cexpwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "cexpwaxcopstair": "waxed_exposed_cut_copper_stairs", + "cexpwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "cexpwaxcostair": "waxed_exposed_cut_copper_stairs", + "cexpwaxcostairs": "waxed_exposed_cut_copper_stairs", + "cexpwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "cexpwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cexpwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "cexpwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "cexpwaxedcostair": "waxed_exposed_cut_copper_stairs", + "cexpwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "cexwacopperstair": "waxed_exposed_cut_copper_stairs", + "cexwacopperstairs": "waxed_exposed_cut_copper_stairs", + "cexwacopstair": "waxed_exposed_cut_copper_stairs", + "cexwacopstairs": "waxed_exposed_cut_copper_stairs", + "cexwacostair": "waxed_exposed_cut_copper_stairs", + "cexwacostairs": "waxed_exposed_cut_copper_stairs", + "cexwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "cexwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "cexwaxcopstair": "waxed_exposed_cut_copper_stairs", + "cexwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "cexwaxcostair": "waxed_exposed_cut_copper_stairs", + "cexwaxcostairs": "waxed_exposed_cut_copper_stairs", + "cexwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "cexwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cexwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "cexwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "cexwaxedcostair": "waxed_exposed_cut_copper_stairs", + "cexwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "cutexposedwacopperstair": "waxed_exposed_cut_copper_stairs", + "cutexposedwacopperstairs": "waxed_exposed_cut_copper_stairs", + "cutexposedwacopstair": "waxed_exposed_cut_copper_stairs", + "cutexposedwacopstairs": "waxed_exposed_cut_copper_stairs", + "cutexposedwacostair": "waxed_exposed_cut_copper_stairs", + "cutexposedwacostairs": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxcopstair": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxcostair": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxcostairs": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxedcostair": "waxed_exposed_cut_copper_stairs", + "cutexposedwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "cutexpwacopperstair": "waxed_exposed_cut_copper_stairs", + "cutexpwacopperstairs": "waxed_exposed_cut_copper_stairs", + "cutexpwacopstair": "waxed_exposed_cut_copper_stairs", + "cutexpwacopstairs": "waxed_exposed_cut_copper_stairs", + "cutexpwacostair": "waxed_exposed_cut_copper_stairs", + "cutexpwacostairs": "waxed_exposed_cut_copper_stairs", + "cutexpwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "cutexpwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutexpwaxcopstair": "waxed_exposed_cut_copper_stairs", + "cutexpwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "cutexpwaxcostair": "waxed_exposed_cut_copper_stairs", + "cutexpwaxcostairs": "waxed_exposed_cut_copper_stairs", + "cutexpwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "cutexpwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutexpwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "cutexpwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "cutexpwaxedcostair": "waxed_exposed_cut_copper_stairs", + "cutexpwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "cutexwacopperstair": "waxed_exposed_cut_copper_stairs", + "cutexwacopperstairs": "waxed_exposed_cut_copper_stairs", + "cutexwacopstair": "waxed_exposed_cut_copper_stairs", + "cutexwacopstairs": "waxed_exposed_cut_copper_stairs", + "cutexwacostair": "waxed_exposed_cut_copper_stairs", + "cutexwacostairs": "waxed_exposed_cut_copper_stairs", + "cutexwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "cutexwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutexwaxcopstair": "waxed_exposed_cut_copper_stairs", + "cutexwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "cutexwaxcostair": "waxed_exposed_cut_copper_stairs", + "cutexwaxcostairs": "waxed_exposed_cut_copper_stairs", + "cutexwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "cutexwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutexwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "cutexwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "cutexwaxedcostair": "waxed_exposed_cut_copper_stairs", + "cutexwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "cutwaexcopperstair": "waxed_exposed_cut_copper_stairs", + "cutwaexcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutwaexcopstair": "waxed_exposed_cut_copper_stairs", + "cutwaexcopstairs": "waxed_exposed_cut_copper_stairs", + "cutwaexcostair": "waxed_exposed_cut_copper_stairs", + "cutwaexcostairs": "waxed_exposed_cut_copper_stairs", + "cutwaexpcopperstair": "waxed_exposed_cut_copper_stairs", + "cutwaexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutwaexpcopstair": "waxed_exposed_cut_copper_stairs", + "cutwaexpcopstairs": "waxed_exposed_cut_copper_stairs", + "cutwaexpcostair": "waxed_exposed_cut_copper_stairs", + "cutwaexpcostairs": "waxed_exposed_cut_copper_stairs", + "cutwaexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "cutwaexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutwaexposedcopstair": "waxed_exposed_cut_copper_stairs", + "cutwaexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "cutwaexposedcostair": "waxed_exposed_cut_copper_stairs", + "cutwaexposedcostairs": "waxed_exposed_cut_copper_stairs", + "cutwaxedexcopperstair": "waxed_exposed_cut_copper_stairs", + "cutwaxedexcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxedexcopstair": "waxed_exposed_cut_copper_stairs", + "cutwaxedexcopstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxedexcostair": "waxed_exposed_cut_copper_stairs", + "cutwaxedexcostairs": "waxed_exposed_cut_copper_stairs", + "cutwaxedexpcopperstair": "waxed_exposed_cut_copper_stairs", + "cutwaxedexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxedexpcopstair": "waxed_exposed_cut_copper_stairs", + "cutwaxedexpcopstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxedexpcostair": "waxed_exposed_cut_copper_stairs", + "cutwaxedexpcostairs": "waxed_exposed_cut_copper_stairs", + "cutwaxedexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "cutwaxedexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxedexposedcopstair": "waxed_exposed_cut_copper_stairs", + "cutwaxedexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxedexposedcostair": "waxed_exposed_cut_copper_stairs", + "cutwaxedexposedcostairs": "waxed_exposed_cut_copper_stairs", + "cutwaxexcopperstair": "waxed_exposed_cut_copper_stairs", + "cutwaxexcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxexcopstair": "waxed_exposed_cut_copper_stairs", + "cutwaxexcopstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxexcostair": "waxed_exposed_cut_copper_stairs", + "cutwaxexcostairs": "waxed_exposed_cut_copper_stairs", + "cutwaxexpcopperstair": "waxed_exposed_cut_copper_stairs", + "cutwaxexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxexpcopstair": "waxed_exposed_cut_copper_stairs", + "cutwaxexpcopstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxexpcostair": "waxed_exposed_cut_copper_stairs", + "cutwaxexpcostairs": "waxed_exposed_cut_copper_stairs", + "cutwaxexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "cutwaxexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxexposedcopstair": "waxed_exposed_cut_copper_stairs", + "cutwaxexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "cutwaxexposedcostair": "waxed_exposed_cut_copper_stairs", + "cutwaxexposedcostairs": "waxed_exposed_cut_copper_stairs", + "cwaexcopperstair": "waxed_exposed_cut_copper_stairs", + "cwaexcopperstairs": "waxed_exposed_cut_copper_stairs", + "cwaexcopstair": "waxed_exposed_cut_copper_stairs", + "cwaexcopstairs": "waxed_exposed_cut_copper_stairs", + "cwaexcostair": "waxed_exposed_cut_copper_stairs", + "cwaexcostairs": "waxed_exposed_cut_copper_stairs", + "cwaexpcopperstair": "waxed_exposed_cut_copper_stairs", + "cwaexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "cwaexpcopstair": "waxed_exposed_cut_copper_stairs", + "cwaexpcopstairs": "waxed_exposed_cut_copper_stairs", + "cwaexpcostair": "waxed_exposed_cut_copper_stairs", + "cwaexpcostairs": "waxed_exposed_cut_copper_stairs", + "cwaexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "cwaexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cwaexposedcopstair": "waxed_exposed_cut_copper_stairs", + "cwaexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "cwaexposedcostair": "waxed_exposed_cut_copper_stairs", + "cwaexposedcostairs": "waxed_exposed_cut_copper_stairs", + "cwaxedexcopperstair": "waxed_exposed_cut_copper_stairs", + "cwaxedexcopperstairs": "waxed_exposed_cut_copper_stairs", + "cwaxedexcopstair": "waxed_exposed_cut_copper_stairs", + "cwaxedexcopstairs": "waxed_exposed_cut_copper_stairs", + "cwaxedexcostair": "waxed_exposed_cut_copper_stairs", + "cwaxedexcostairs": "waxed_exposed_cut_copper_stairs", + "cwaxedexpcopperstair": "waxed_exposed_cut_copper_stairs", + "cwaxedexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "cwaxedexpcopstair": "waxed_exposed_cut_copper_stairs", + "cwaxedexpcopstairs": "waxed_exposed_cut_copper_stairs", + "cwaxedexpcostair": "waxed_exposed_cut_copper_stairs", + "cwaxedexpcostairs": "waxed_exposed_cut_copper_stairs", + "cwaxedexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "cwaxedexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cwaxedexposedcopstair": "waxed_exposed_cut_copper_stairs", + "cwaxedexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "cwaxedexposedcostair": "waxed_exposed_cut_copper_stairs", + "cwaxedexposedcostairs": "waxed_exposed_cut_copper_stairs", + "cwaxexcopperstair": "waxed_exposed_cut_copper_stairs", + "cwaxexcopperstairs": "waxed_exposed_cut_copper_stairs", + "cwaxexcopstair": "waxed_exposed_cut_copper_stairs", + "cwaxexcopstairs": "waxed_exposed_cut_copper_stairs", + "cwaxexcostair": "waxed_exposed_cut_copper_stairs", + "cwaxexcostairs": "waxed_exposed_cut_copper_stairs", + "cwaxexpcopperstair": "waxed_exposed_cut_copper_stairs", + "cwaxexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "cwaxexpcopstair": "waxed_exposed_cut_copper_stairs", + "cwaxexpcopstairs": "waxed_exposed_cut_copper_stairs", + "cwaxexpcostair": "waxed_exposed_cut_copper_stairs", + "cwaxexpcostairs": "waxed_exposed_cut_copper_stairs", + "cwaxexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "cwaxexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "cwaxexposedcopstair": "waxed_exposed_cut_copper_stairs", + "cwaxexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "cwaxexposedcostair": "waxed_exposed_cut_copper_stairs", + "cwaxexposedcostairs": "waxed_exposed_cut_copper_stairs", + "excutwacopperstair": "waxed_exposed_cut_copper_stairs", + "excutwacopperstairs": "waxed_exposed_cut_copper_stairs", + "excutwacopstair": "waxed_exposed_cut_copper_stairs", + "excutwacopstairs": "waxed_exposed_cut_copper_stairs", + "excutwacostair": "waxed_exposed_cut_copper_stairs", + "excutwacostairs": "waxed_exposed_cut_copper_stairs", + "excutwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "excutwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "excutwaxcopstair": "waxed_exposed_cut_copper_stairs", + "excutwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "excutwaxcostair": "waxed_exposed_cut_copper_stairs", + "excutwaxcostairs": "waxed_exposed_cut_copper_stairs", + "excutwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "excutwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "excutwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "excutwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "excutwaxedcostair": "waxed_exposed_cut_copper_stairs", + "excutwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "excwacopperstair": "waxed_exposed_cut_copper_stairs", + "excwacopperstairs": "waxed_exposed_cut_copper_stairs", + "excwacopstair": "waxed_exposed_cut_copper_stairs", + "excwacopstairs": "waxed_exposed_cut_copper_stairs", + "excwacostair": "waxed_exposed_cut_copper_stairs", + "excwacostairs": "waxed_exposed_cut_copper_stairs", + "excwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "excwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "excwaxcopstair": "waxed_exposed_cut_copper_stairs", + "excwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "excwaxcostair": "waxed_exposed_cut_copper_stairs", + "excwaxcostairs": "waxed_exposed_cut_copper_stairs", + "excwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "excwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "excwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "excwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "excwaxedcostair": "waxed_exposed_cut_copper_stairs", + "excwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "expcutwacopperstair": "waxed_exposed_cut_copper_stairs", + "expcutwacopperstairs": "waxed_exposed_cut_copper_stairs", + "expcutwacopstair": "waxed_exposed_cut_copper_stairs", + "expcutwacopstairs": "waxed_exposed_cut_copper_stairs", + "expcutwacostair": "waxed_exposed_cut_copper_stairs", + "expcutwacostairs": "waxed_exposed_cut_copper_stairs", + "expcutwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "expcutwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "expcutwaxcopstair": "waxed_exposed_cut_copper_stairs", + "expcutwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "expcutwaxcostair": "waxed_exposed_cut_copper_stairs", + "expcutwaxcostairs": "waxed_exposed_cut_copper_stairs", + "expcutwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "expcutwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "expcutwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "expcutwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "expcutwaxedcostair": "waxed_exposed_cut_copper_stairs", + "expcutwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "expcwacopperstair": "waxed_exposed_cut_copper_stairs", + "expcwacopperstairs": "waxed_exposed_cut_copper_stairs", + "expcwacopstair": "waxed_exposed_cut_copper_stairs", + "expcwacopstairs": "waxed_exposed_cut_copper_stairs", + "expcwacostair": "waxed_exposed_cut_copper_stairs", + "expcwacostairs": "waxed_exposed_cut_copper_stairs", + "expcwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "expcwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "expcwaxcopstair": "waxed_exposed_cut_copper_stairs", + "expcwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "expcwaxcostair": "waxed_exposed_cut_copper_stairs", + "expcwaxcostairs": "waxed_exposed_cut_copper_stairs", + "expcwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "expcwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "expcwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "expcwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "expcwaxedcostair": "waxed_exposed_cut_copper_stairs", + "expcwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "exposedcutwacopperstair": "waxed_exposed_cut_copper_stairs", + "exposedcutwacopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedcutwacopstair": "waxed_exposed_cut_copper_stairs", + "exposedcutwacopstairs": "waxed_exposed_cut_copper_stairs", + "exposedcutwacostair": "waxed_exposed_cut_copper_stairs", + "exposedcutwacostairs": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxcopstair": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxcostair": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxcostairs": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxedcostair": "waxed_exposed_cut_copper_stairs", + "exposedcutwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "exposedcwacopperstair": "waxed_exposed_cut_copper_stairs", + "exposedcwacopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedcwacopstair": "waxed_exposed_cut_copper_stairs", + "exposedcwacopstairs": "waxed_exposed_cut_copper_stairs", + "exposedcwacostair": "waxed_exposed_cut_copper_stairs", + "exposedcwacostairs": "waxed_exposed_cut_copper_stairs", + "exposedcwaxcopperstair": "waxed_exposed_cut_copper_stairs", + "exposedcwaxcopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedcwaxcopstair": "waxed_exposed_cut_copper_stairs", + "exposedcwaxcopstairs": "waxed_exposed_cut_copper_stairs", + "exposedcwaxcostair": "waxed_exposed_cut_copper_stairs", + "exposedcwaxcostairs": "waxed_exposed_cut_copper_stairs", + "exposedcwaxedcopperstair": "waxed_exposed_cut_copper_stairs", + "exposedcwaxedcopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedcwaxedcopstair": "waxed_exposed_cut_copper_stairs", + "exposedcwaxedcopstairs": "waxed_exposed_cut_copper_stairs", + "exposedcwaxedcostair": "waxed_exposed_cut_copper_stairs", + "exposedcwaxedcostairs": "waxed_exposed_cut_copper_stairs", + "exposedwaccopperstair": "waxed_exposed_cut_copper_stairs", + "exposedwaccopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedwaccopstair": "waxed_exposed_cut_copper_stairs", + "exposedwaccopstairs": "waxed_exposed_cut_copper_stairs", + "exposedwaccostair": "waxed_exposed_cut_copper_stairs", + "exposedwaccostairs": "waxed_exposed_cut_copper_stairs", + "exposedwacutcopperstair": "waxed_exposed_cut_copper_stairs", + "exposedwacutcopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedwacutcopstair": "waxed_exposed_cut_copper_stairs", + "exposedwacutcopstairs": "waxed_exposed_cut_copper_stairs", + "exposedwacutcostair": "waxed_exposed_cut_copper_stairs", + "exposedwacutcostairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxccopperstair": "waxed_exposed_cut_copper_stairs", + "exposedwaxccopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxccopstair": "waxed_exposed_cut_copper_stairs", + "exposedwaxccopstairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxccostair": "waxed_exposed_cut_copper_stairs", + "exposedwaxccostairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxcutcopperstair": "waxed_exposed_cut_copper_stairs", + "exposedwaxcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxcutcopstair": "waxed_exposed_cut_copper_stairs", + "exposedwaxcutcopstairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxcutcostair": "waxed_exposed_cut_copper_stairs", + "exposedwaxcutcostairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxedccopperstair": "waxed_exposed_cut_copper_stairs", + "exposedwaxedccopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxedccopstair": "waxed_exposed_cut_copper_stairs", + "exposedwaxedccopstairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxedccostair": "waxed_exposed_cut_copper_stairs", + "exposedwaxedccostairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxedcutcopperstair": "waxed_exposed_cut_copper_stairs", + "exposedwaxedcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxedcutcopstair": "waxed_exposed_cut_copper_stairs", + "exposedwaxedcutcopstairs": "waxed_exposed_cut_copper_stairs", + "exposedwaxedcutcostair": "waxed_exposed_cut_copper_stairs", + "exposedwaxedcutcostairs": "waxed_exposed_cut_copper_stairs", + "expwaccopperstair": "waxed_exposed_cut_copper_stairs", + "expwaccopperstairs": "waxed_exposed_cut_copper_stairs", + "expwaccopstair": "waxed_exposed_cut_copper_stairs", + "expwaccopstairs": "waxed_exposed_cut_copper_stairs", + "expwaccostair": "waxed_exposed_cut_copper_stairs", + "expwaccostairs": "waxed_exposed_cut_copper_stairs", + "expwacutcopperstair": "waxed_exposed_cut_copper_stairs", + "expwacutcopperstairs": "waxed_exposed_cut_copper_stairs", + "expwacutcopstair": "waxed_exposed_cut_copper_stairs", + "expwacutcopstairs": "waxed_exposed_cut_copper_stairs", + "expwacutcostair": "waxed_exposed_cut_copper_stairs", + "expwacutcostairs": "waxed_exposed_cut_copper_stairs", + "expwaxccopperstair": "waxed_exposed_cut_copper_stairs", + "expwaxccopperstairs": "waxed_exposed_cut_copper_stairs", + "expwaxccopstair": "waxed_exposed_cut_copper_stairs", + "expwaxccopstairs": "waxed_exposed_cut_copper_stairs", + "expwaxccostair": "waxed_exposed_cut_copper_stairs", + "expwaxccostairs": "waxed_exposed_cut_copper_stairs", + "expwaxcutcopperstair": "waxed_exposed_cut_copper_stairs", + "expwaxcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "expwaxcutcopstair": "waxed_exposed_cut_copper_stairs", + "expwaxcutcopstairs": "waxed_exposed_cut_copper_stairs", + "expwaxcutcostair": "waxed_exposed_cut_copper_stairs", + "expwaxcutcostairs": "waxed_exposed_cut_copper_stairs", + "expwaxedccopperstair": "waxed_exposed_cut_copper_stairs", + "expwaxedccopperstairs": "waxed_exposed_cut_copper_stairs", + "expwaxedccopstair": "waxed_exposed_cut_copper_stairs", + "expwaxedccopstairs": "waxed_exposed_cut_copper_stairs", + "expwaxedccostair": "waxed_exposed_cut_copper_stairs", + "expwaxedccostairs": "waxed_exposed_cut_copper_stairs", + "expwaxedcutcopperstair": "waxed_exposed_cut_copper_stairs", + "expwaxedcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "expwaxedcutcopstair": "waxed_exposed_cut_copper_stairs", + "expwaxedcutcopstairs": "waxed_exposed_cut_copper_stairs", + "expwaxedcutcostair": "waxed_exposed_cut_copper_stairs", + "expwaxedcutcostairs": "waxed_exposed_cut_copper_stairs", + "exwaccopperstair": "waxed_exposed_cut_copper_stairs", + "exwaccopperstairs": "waxed_exposed_cut_copper_stairs", + "exwaccopstair": "waxed_exposed_cut_copper_stairs", + "exwaccopstairs": "waxed_exposed_cut_copper_stairs", + "exwaccostair": "waxed_exposed_cut_copper_stairs", + "exwaccostairs": "waxed_exposed_cut_copper_stairs", + "exwacutcopperstair": "waxed_exposed_cut_copper_stairs", + "exwacutcopperstairs": "waxed_exposed_cut_copper_stairs", + "exwacutcopstair": "waxed_exposed_cut_copper_stairs", + "exwacutcopstairs": "waxed_exposed_cut_copper_stairs", + "exwacutcostair": "waxed_exposed_cut_copper_stairs", + "exwacutcostairs": "waxed_exposed_cut_copper_stairs", + "exwaxccopperstair": "waxed_exposed_cut_copper_stairs", + "exwaxccopperstairs": "waxed_exposed_cut_copper_stairs", + "exwaxccopstair": "waxed_exposed_cut_copper_stairs", + "exwaxccopstairs": "waxed_exposed_cut_copper_stairs", + "exwaxccostair": "waxed_exposed_cut_copper_stairs", + "exwaxccostairs": "waxed_exposed_cut_copper_stairs", + "exwaxcutcopperstair": "waxed_exposed_cut_copper_stairs", + "exwaxcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "exwaxcutcopstair": "waxed_exposed_cut_copper_stairs", + "exwaxcutcopstairs": "waxed_exposed_cut_copper_stairs", + "exwaxcutcostair": "waxed_exposed_cut_copper_stairs", + "exwaxcutcostairs": "waxed_exposed_cut_copper_stairs", + "exwaxedccopperstair": "waxed_exposed_cut_copper_stairs", + "exwaxedccopperstairs": "waxed_exposed_cut_copper_stairs", + "exwaxedccopstair": "waxed_exposed_cut_copper_stairs", + "exwaxedccopstairs": "waxed_exposed_cut_copper_stairs", + "exwaxedccostair": "waxed_exposed_cut_copper_stairs", + "exwaxedccostairs": "waxed_exposed_cut_copper_stairs", + "exwaxedcutcopperstair": "waxed_exposed_cut_copper_stairs", + "exwaxedcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "exwaxedcutcopstair": "waxed_exposed_cut_copper_stairs", + "exwaxedcutcopstairs": "waxed_exposed_cut_copper_stairs", + "exwaxedcutcostair": "waxed_exposed_cut_copper_stairs", + "exwaxedcutcostairs": "waxed_exposed_cut_copper_stairs", + "minecraft:waxed_exposed_cut_copper_stairs": "waxed_exposed_cut_copper_stairs", + "wacexcopperstair": "waxed_exposed_cut_copper_stairs", + "wacexcopperstairs": "waxed_exposed_cut_copper_stairs", + "wacexcopstair": "waxed_exposed_cut_copper_stairs", + "wacexcopstairs": "waxed_exposed_cut_copper_stairs", + "wacexcostair": "waxed_exposed_cut_copper_stairs", + "wacexcostairs": "waxed_exposed_cut_copper_stairs", + "wacexpcopperstair": "waxed_exposed_cut_copper_stairs", + "wacexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "wacexpcopstair": "waxed_exposed_cut_copper_stairs", + "wacexpcopstairs": "waxed_exposed_cut_copper_stairs", + "wacexpcostair": "waxed_exposed_cut_copper_stairs", + "wacexpcostairs": "waxed_exposed_cut_copper_stairs", + "wacexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "wacexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "wacexposedcopstair": "waxed_exposed_cut_copper_stairs", + "wacexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "wacexposedcostair": "waxed_exposed_cut_copper_stairs", + "wacexposedcostairs": "waxed_exposed_cut_copper_stairs", + "wacutexcopperstair": "waxed_exposed_cut_copper_stairs", + "wacutexcopperstairs": "waxed_exposed_cut_copper_stairs", + "wacutexcopstair": "waxed_exposed_cut_copper_stairs", + "wacutexcopstairs": "waxed_exposed_cut_copper_stairs", + "wacutexcostair": "waxed_exposed_cut_copper_stairs", + "wacutexcostairs": "waxed_exposed_cut_copper_stairs", + "wacutexpcopperstair": "waxed_exposed_cut_copper_stairs", + "wacutexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "wacutexpcopstair": "waxed_exposed_cut_copper_stairs", + "wacutexpcopstairs": "waxed_exposed_cut_copper_stairs", + "wacutexpcostair": "waxed_exposed_cut_copper_stairs", + "wacutexpcostairs": "waxed_exposed_cut_copper_stairs", + "wacutexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "wacutexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "wacutexposedcopstair": "waxed_exposed_cut_copper_stairs", + "wacutexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "wacutexposedcostair": "waxed_exposed_cut_copper_stairs", + "wacutexposedcostairs": "waxed_exposed_cut_copper_stairs", + "waexccopperstair": "waxed_exposed_cut_copper_stairs", + "waexccopperstairs": "waxed_exposed_cut_copper_stairs", + "waexccopstair": "waxed_exposed_cut_copper_stairs", + "waexccopstairs": "waxed_exposed_cut_copper_stairs", + "waexccostair": "waxed_exposed_cut_copper_stairs", + "waexccostairs": "waxed_exposed_cut_copper_stairs", + "waexcutcopperstair": "waxed_exposed_cut_copper_stairs", + "waexcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "waexcutcopstair": "waxed_exposed_cut_copper_stairs", + "waexcutcopstairs": "waxed_exposed_cut_copper_stairs", + "waexcutcostair": "waxed_exposed_cut_copper_stairs", + "waexcutcostairs": "waxed_exposed_cut_copper_stairs", + "waexpccopperstair": "waxed_exposed_cut_copper_stairs", + "waexpccopperstairs": "waxed_exposed_cut_copper_stairs", + "waexpccopstair": "waxed_exposed_cut_copper_stairs", + "waexpccopstairs": "waxed_exposed_cut_copper_stairs", + "waexpccostair": "waxed_exposed_cut_copper_stairs", + "waexpccostairs": "waxed_exposed_cut_copper_stairs", + "waexpcutcopperstair": "waxed_exposed_cut_copper_stairs", + "waexpcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "waexpcutcopstair": "waxed_exposed_cut_copper_stairs", + "waexpcutcopstairs": "waxed_exposed_cut_copper_stairs", + "waexpcutcostair": "waxed_exposed_cut_copper_stairs", + "waexpcutcostairs": "waxed_exposed_cut_copper_stairs", + "waexposedccopperstair": "waxed_exposed_cut_copper_stairs", + "waexposedccopperstairs": "waxed_exposed_cut_copper_stairs", + "waexposedccopstair": "waxed_exposed_cut_copper_stairs", + "waexposedccopstairs": "waxed_exposed_cut_copper_stairs", + "waexposedccostair": "waxed_exposed_cut_copper_stairs", + "waexposedccostairs": "waxed_exposed_cut_copper_stairs", + "waexposedcutcopperstair": "waxed_exposed_cut_copper_stairs", + "waexposedcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "waexposedcutcopstair": "waxed_exposed_cut_copper_stairs", + "waexposedcutcopstairs": "waxed_exposed_cut_copper_stairs", + "waexposedcutcostair": "waxed_exposed_cut_copper_stairs", + "waexposedcutcostairs": "waxed_exposed_cut_copper_stairs", + "waxcexcopperstair": "waxed_exposed_cut_copper_stairs", + "waxcexcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxcexcopstair": "waxed_exposed_cut_copper_stairs", + "waxcexcopstairs": "waxed_exposed_cut_copper_stairs", + "waxcexcostair": "waxed_exposed_cut_copper_stairs", + "waxcexcostairs": "waxed_exposed_cut_copper_stairs", + "waxcexpcopperstair": "waxed_exposed_cut_copper_stairs", + "waxcexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxcexpcopstair": "waxed_exposed_cut_copper_stairs", + "waxcexpcopstairs": "waxed_exposed_cut_copper_stairs", + "waxcexpcostair": "waxed_exposed_cut_copper_stairs", + "waxcexpcostairs": "waxed_exposed_cut_copper_stairs", + "waxcexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "waxcexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxcexposedcopstair": "waxed_exposed_cut_copper_stairs", + "waxcexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "waxcexposedcostair": "waxed_exposed_cut_copper_stairs", + "waxcexposedcostairs": "waxed_exposed_cut_copper_stairs", + "waxcutexcopperstair": "waxed_exposed_cut_copper_stairs", + "waxcutexcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxcutexcopstair": "waxed_exposed_cut_copper_stairs", + "waxcutexcopstairs": "waxed_exposed_cut_copper_stairs", + "waxcutexcostair": "waxed_exposed_cut_copper_stairs", + "waxcutexcostairs": "waxed_exposed_cut_copper_stairs", + "waxcutexpcopperstair": "waxed_exposed_cut_copper_stairs", + "waxcutexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxcutexpcopstair": "waxed_exposed_cut_copper_stairs", + "waxcutexpcopstairs": "waxed_exposed_cut_copper_stairs", + "waxcutexpcostair": "waxed_exposed_cut_copper_stairs", + "waxcutexpcostairs": "waxed_exposed_cut_copper_stairs", + "waxcutexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "waxcutexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxcutexposedcopstair": "waxed_exposed_cut_copper_stairs", + "waxcutexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "waxcutexposedcostair": "waxed_exposed_cut_copper_stairs", + "waxcutexposedcostairs": "waxed_exposed_cut_copper_stairs", + "waxedcexcopperstair": "waxed_exposed_cut_copper_stairs", + "waxedcexcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedcexcopstair": "waxed_exposed_cut_copper_stairs", + "waxedcexcopstairs": "waxed_exposed_cut_copper_stairs", + "waxedcexcostair": "waxed_exposed_cut_copper_stairs", + "waxedcexcostairs": "waxed_exposed_cut_copper_stairs", + "waxedcexpcopperstair": "waxed_exposed_cut_copper_stairs", + "waxedcexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedcexpcopstair": "waxed_exposed_cut_copper_stairs", + "waxedcexpcopstairs": "waxed_exposed_cut_copper_stairs", + "waxedcexpcostair": "waxed_exposed_cut_copper_stairs", + "waxedcexpcostairs": "waxed_exposed_cut_copper_stairs", + "waxedcexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "waxedcexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedcexposedcopstair": "waxed_exposed_cut_copper_stairs", + "waxedcexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "waxedcexposedcostair": "waxed_exposed_cut_copper_stairs", + "waxedcexposedcostairs": "waxed_exposed_cut_copper_stairs", + "waxedcutexcopperstair": "waxed_exposed_cut_copper_stairs", + "waxedcutexcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedcutexcopstair": "waxed_exposed_cut_copper_stairs", + "waxedcutexcopstairs": "waxed_exposed_cut_copper_stairs", + "waxedcutexcostair": "waxed_exposed_cut_copper_stairs", + "waxedcutexcostairs": "waxed_exposed_cut_copper_stairs", + "waxedcutexpcopperstair": "waxed_exposed_cut_copper_stairs", + "waxedcutexpcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedcutexpcopstair": "waxed_exposed_cut_copper_stairs", + "waxedcutexpcopstairs": "waxed_exposed_cut_copper_stairs", + "waxedcutexpcostair": "waxed_exposed_cut_copper_stairs", + "waxedcutexpcostairs": "waxed_exposed_cut_copper_stairs", + "waxedcutexposedcopperstair": "waxed_exposed_cut_copper_stairs", + "waxedcutexposedcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedcutexposedcopstair": "waxed_exposed_cut_copper_stairs", + "waxedcutexposedcopstairs": "waxed_exposed_cut_copper_stairs", + "waxedcutexposedcostair": "waxed_exposed_cut_copper_stairs", + "waxedcutexposedcostairs": "waxed_exposed_cut_copper_stairs", + "waxedexccopperstair": "waxed_exposed_cut_copper_stairs", + "waxedexccopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedexccopstair": "waxed_exposed_cut_copper_stairs", + "waxedexccopstairs": "waxed_exposed_cut_copper_stairs", + "waxedexccostair": "waxed_exposed_cut_copper_stairs", + "waxedexccostairs": "waxed_exposed_cut_copper_stairs", + "waxedexcutcopperstair": "waxed_exposed_cut_copper_stairs", + "waxedexcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedexcutcopstair": "waxed_exposed_cut_copper_stairs", + "waxedexcutcopstairs": "waxed_exposed_cut_copper_stairs", + "waxedexcutcostair": "waxed_exposed_cut_copper_stairs", + "waxedexcutcostairs": "waxed_exposed_cut_copper_stairs", + "waxedexpccopperstair": "waxed_exposed_cut_copper_stairs", + "waxedexpccopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedexpccopstair": "waxed_exposed_cut_copper_stairs", + "waxedexpccopstairs": "waxed_exposed_cut_copper_stairs", + "waxedexpccostair": "waxed_exposed_cut_copper_stairs", + "waxedexpccostairs": "waxed_exposed_cut_copper_stairs", + "waxedexpcutcopperstair": "waxed_exposed_cut_copper_stairs", + "waxedexpcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedexpcutcopstair": "waxed_exposed_cut_copper_stairs", + "waxedexpcutcopstairs": "waxed_exposed_cut_copper_stairs", + "waxedexpcutcostair": "waxed_exposed_cut_copper_stairs", + "waxedexpcutcostairs": "waxed_exposed_cut_copper_stairs", + "waxedexposedccopperstair": "waxed_exposed_cut_copper_stairs", + "waxedexposedccopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedexposedccopstair": "waxed_exposed_cut_copper_stairs", + "waxedexposedccopstairs": "waxed_exposed_cut_copper_stairs", + "waxedexposedccostair": "waxed_exposed_cut_copper_stairs", + "waxedexposedccostairs": "waxed_exposed_cut_copper_stairs", + "waxedexposedcutcopperstair": "waxed_exposed_cut_copper_stairs", + "waxedexposedcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxedexposedcutcopstair": "waxed_exposed_cut_copper_stairs", + "waxedexposedcutcopstairs": "waxed_exposed_cut_copper_stairs", + "waxedexposedcutcostair": "waxed_exposed_cut_copper_stairs", + "waxedexposedcutcostairs": "waxed_exposed_cut_copper_stairs", + "waxexccopperstair": "waxed_exposed_cut_copper_stairs", + "waxexccopperstairs": "waxed_exposed_cut_copper_stairs", + "waxexccopstair": "waxed_exposed_cut_copper_stairs", + "waxexccopstairs": "waxed_exposed_cut_copper_stairs", + "waxexccostair": "waxed_exposed_cut_copper_stairs", + "waxexccostairs": "waxed_exposed_cut_copper_stairs", + "waxexcutcopperstair": "waxed_exposed_cut_copper_stairs", + "waxexcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxexcutcopstair": "waxed_exposed_cut_copper_stairs", + "waxexcutcopstairs": "waxed_exposed_cut_copper_stairs", + "waxexcutcostair": "waxed_exposed_cut_copper_stairs", + "waxexcutcostairs": "waxed_exposed_cut_copper_stairs", + "waxexpccopperstair": "waxed_exposed_cut_copper_stairs", + "waxexpccopperstairs": "waxed_exposed_cut_copper_stairs", + "waxexpccopstair": "waxed_exposed_cut_copper_stairs", + "waxexpccopstairs": "waxed_exposed_cut_copper_stairs", + "waxexpccostair": "waxed_exposed_cut_copper_stairs", + "waxexpccostairs": "waxed_exposed_cut_copper_stairs", + "waxexpcutcopperstair": "waxed_exposed_cut_copper_stairs", + "waxexpcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxexpcutcopstair": "waxed_exposed_cut_copper_stairs", + "waxexpcutcopstairs": "waxed_exposed_cut_copper_stairs", + "waxexpcutcostair": "waxed_exposed_cut_copper_stairs", + "waxexpcutcostairs": "waxed_exposed_cut_copper_stairs", + "waxexposedccopperstair": "waxed_exposed_cut_copper_stairs", + "waxexposedccopperstairs": "waxed_exposed_cut_copper_stairs", + "waxexposedccopstair": "waxed_exposed_cut_copper_stairs", + "waxexposedccopstairs": "waxed_exposed_cut_copper_stairs", + "waxexposedccostair": "waxed_exposed_cut_copper_stairs", + "waxexposedccostairs": "waxed_exposed_cut_copper_stairs", + "waxexposedcutcopperstair": "waxed_exposed_cut_copper_stairs", + "waxexposedcutcopperstairs": "waxed_exposed_cut_copper_stairs", + "waxexposedcutcopstair": "waxed_exposed_cut_copper_stairs", + "waxexposedcutcopstairs": "waxed_exposed_cut_copper_stairs", + "waxexposedcutcostair": "waxed_exposed_cut_copper_stairs", + "waxexposedcutcostairs": "waxed_exposed_cut_copper_stairs", + "waxed_oxidized_copper": { + "material": "WAXED_OXIDIZED_COPPER" + }, + "minecraft:waxed_oxidized_copper": "waxed_oxidized_copper", + "oxidisedwacoblock": "waxed_oxidized_copper", + "oxidisedwacopblock": "waxed_oxidized_copper", + "oxidisedwacopperblock": "waxed_oxidized_copper", + "oxidisedwaxcoblock": "waxed_oxidized_copper", + "oxidisedwaxcopblock": "waxed_oxidized_copper", + "oxidisedwaxcopperblock": "waxed_oxidized_copper", + "oxidisedwaxedcoblock": "waxed_oxidized_copper", + "oxidisedwaxedcopblock": "waxed_oxidized_copper", + "oxidisedwaxedcopperblock": "waxed_oxidized_copper", + "oxidizedwacoblock": "waxed_oxidized_copper", + "oxidizedwacopblock": "waxed_oxidized_copper", + "oxidizedwacopperblock": "waxed_oxidized_copper", + "oxidizedwaxcoblock": "waxed_oxidized_copper", + "oxidizedwaxcopblock": "waxed_oxidized_copper", + "oxidizedwaxcopperblock": "waxed_oxidized_copper", + "oxidizedwaxedcoblock": "waxed_oxidized_copper", + "oxidizedwaxedcopblock": "waxed_oxidized_copper", + "oxidizedwaxedcopperblock": "waxed_oxidized_copper", + "oxiwacoblock": "waxed_oxidized_copper", + "oxiwacopblock": "waxed_oxidized_copper", + "oxiwacopperblock": "waxed_oxidized_copper", + "oxiwaxcoblock": "waxed_oxidized_copper", + "oxiwaxcopblock": "waxed_oxidized_copper", + "oxiwaxcopperblock": "waxed_oxidized_copper", + "oxiwaxedcoblock": "waxed_oxidized_copper", + "oxiwaxedcopblock": "waxed_oxidized_copper", + "oxiwaxedcopperblock": "waxed_oxidized_copper", + "oxywacoblock": "waxed_oxidized_copper", + "oxywacopblock": "waxed_oxidized_copper", + "oxywacopperblock": "waxed_oxidized_copper", + "oxywaxcoblock": "waxed_oxidized_copper", + "oxywaxcopblock": "waxed_oxidized_copper", + "oxywaxcopperblock": "waxed_oxidized_copper", + "oxywaxedcoblock": "waxed_oxidized_copper", + "oxywaxedcopblock": "waxed_oxidized_copper", + "oxywaxedcopperblock": "waxed_oxidized_copper", + "waoxicoblock": "waxed_oxidized_copper", + "waoxicopblock": "waxed_oxidized_copper", + "waoxicopperblock": "waxed_oxidized_copper", + "waoxidisedcoblock": "waxed_oxidized_copper", + "waoxidisedcopblock": "waxed_oxidized_copper", + "waoxidisedcopperblock": "waxed_oxidized_copper", + "waoxidizedcoblock": "waxed_oxidized_copper", + "waoxidizedcopblock": "waxed_oxidized_copper", + "waoxidizedcopperblock": "waxed_oxidized_copper", + "waoxycoblock": "waxed_oxidized_copper", + "waoxycopblock": "waxed_oxidized_copper", + "waoxycopperblock": "waxed_oxidized_copper", + "waxedoxicoblock": "waxed_oxidized_copper", + "waxedoxicopblock": "waxed_oxidized_copper", + "waxedoxicopperblock": "waxed_oxidized_copper", + "waxedoxidisedcoblock": "waxed_oxidized_copper", + "waxedoxidisedcopblock": "waxed_oxidized_copper", + "waxedoxidisedcopperblock": "waxed_oxidized_copper", + "waxedoxidizedcoblock": "waxed_oxidized_copper", + "waxedoxidizedcopblock": "waxed_oxidized_copper", + "waxedoxidizedcopper": "waxed_oxidized_copper", + "waxedoxidizedcopperblock": "waxed_oxidized_copper", + "waxedoxycoblock": "waxed_oxidized_copper", + "waxedoxycopblock": "waxed_oxidized_copper", + "waxedoxycopperblock": "waxed_oxidized_copper", + "waxoxicoblock": "waxed_oxidized_copper", + "waxoxicopblock": "waxed_oxidized_copper", + "waxoxicopperblock": "waxed_oxidized_copper", + "waxoxidisedcoblock": "waxed_oxidized_copper", + "waxoxidisedcopblock": "waxed_oxidized_copper", + "waxoxidisedcopperblock": "waxed_oxidized_copper", + "waxoxidizedcoblock": "waxed_oxidized_copper", + "waxoxidizedcopblock": "waxed_oxidized_copper", + "waxoxidizedcopperblock": "waxed_oxidized_copper", + "waxoxycoblock": "waxed_oxidized_copper", + "waxoxycopblock": "waxed_oxidized_copper", + "waxoxycopperblock": "waxed_oxidized_copper", + "waxed_oxidized_cut_copper": { + "material": "WAXED_OXIDIZED_CUT_COPPER" + }, + "coxidisedwacoblock": "waxed_oxidized_cut_copper", + "coxidisedwacopblock": "waxed_oxidized_cut_copper", + "coxidisedwacopperblock": "waxed_oxidized_cut_copper", + "coxidisedwaxcoblock": "waxed_oxidized_cut_copper", + "coxidisedwaxcopblock": "waxed_oxidized_cut_copper", + "coxidisedwaxcopperblock": "waxed_oxidized_cut_copper", + "coxidisedwaxedcoblock": "waxed_oxidized_cut_copper", + "coxidisedwaxedcopblock": "waxed_oxidized_cut_copper", + "coxidisedwaxedcopperblock": "waxed_oxidized_cut_copper", + "coxidizedwacoblock": "waxed_oxidized_cut_copper", + "coxidizedwacopblock": "waxed_oxidized_cut_copper", + "coxidizedwacopperblock": "waxed_oxidized_cut_copper", + "coxidizedwaxcoblock": "waxed_oxidized_cut_copper", + "coxidizedwaxcopblock": "waxed_oxidized_cut_copper", + "coxidizedwaxcopperblock": "waxed_oxidized_cut_copper", + "coxidizedwaxedcoblock": "waxed_oxidized_cut_copper", + "coxidizedwaxedcopblock": "waxed_oxidized_cut_copper", + "coxidizedwaxedcopperblock": "waxed_oxidized_cut_copper", + "coxiwacoblock": "waxed_oxidized_cut_copper", + "coxiwacopblock": "waxed_oxidized_cut_copper", + "coxiwacopperblock": "waxed_oxidized_cut_copper", + "coxiwaxcoblock": "waxed_oxidized_cut_copper", + "coxiwaxcopblock": "waxed_oxidized_cut_copper", + "coxiwaxcopperblock": "waxed_oxidized_cut_copper", + "coxiwaxedcoblock": "waxed_oxidized_cut_copper", + "coxiwaxedcopblock": "waxed_oxidized_cut_copper", + "coxiwaxedcopperblock": "waxed_oxidized_cut_copper", + "coxywacoblock": "waxed_oxidized_cut_copper", + "coxywacopblock": "waxed_oxidized_cut_copper", + "coxywacopperblock": "waxed_oxidized_cut_copper", + "coxywaxcoblock": "waxed_oxidized_cut_copper", + "coxywaxcopblock": "waxed_oxidized_cut_copper", + "coxywaxcopperblock": "waxed_oxidized_cut_copper", + "coxywaxedcoblock": "waxed_oxidized_cut_copper", + "coxywaxedcopblock": "waxed_oxidized_cut_copper", + "coxywaxedcopperblock": "waxed_oxidized_cut_copper", + "cutoxidisedwacoblock": "waxed_oxidized_cut_copper", + "cutoxidisedwacopblock": "waxed_oxidized_cut_copper", + "cutoxidisedwacopperblock": "waxed_oxidized_cut_copper", + "cutoxidisedwaxcoblock": "waxed_oxidized_cut_copper", + "cutoxidisedwaxcopblock": "waxed_oxidized_cut_copper", + "cutoxidisedwaxcopperblock": "waxed_oxidized_cut_copper", + "cutoxidisedwaxedcoblock": "waxed_oxidized_cut_copper", + "cutoxidisedwaxedcopblock": "waxed_oxidized_cut_copper", + "cutoxidisedwaxedcopperblock": "waxed_oxidized_cut_copper", + "cutoxidizedwacoblock": "waxed_oxidized_cut_copper", + "cutoxidizedwacopblock": "waxed_oxidized_cut_copper", + "cutoxidizedwacopperblock": "waxed_oxidized_cut_copper", + "cutoxidizedwaxcoblock": "waxed_oxidized_cut_copper", + "cutoxidizedwaxcopblock": "waxed_oxidized_cut_copper", + "cutoxidizedwaxcopperblock": "waxed_oxidized_cut_copper", + "cutoxidizedwaxedcoblock": "waxed_oxidized_cut_copper", + "cutoxidizedwaxedcopblock": "waxed_oxidized_cut_copper", + "cutoxidizedwaxedcopperblock": "waxed_oxidized_cut_copper", + "cutoxiwacoblock": "waxed_oxidized_cut_copper", + "cutoxiwacopblock": "waxed_oxidized_cut_copper", + "cutoxiwacopperblock": "waxed_oxidized_cut_copper", + "cutoxiwaxcoblock": "waxed_oxidized_cut_copper", + "cutoxiwaxcopblock": "waxed_oxidized_cut_copper", + "cutoxiwaxcopperblock": "waxed_oxidized_cut_copper", + "cutoxiwaxedcoblock": "waxed_oxidized_cut_copper", + "cutoxiwaxedcopblock": "waxed_oxidized_cut_copper", + "cutoxiwaxedcopperblock": "waxed_oxidized_cut_copper", + "cutoxywacoblock": "waxed_oxidized_cut_copper", + "cutoxywacopblock": "waxed_oxidized_cut_copper", + "cutoxywacopperblock": "waxed_oxidized_cut_copper", + "cutoxywaxcoblock": "waxed_oxidized_cut_copper", + "cutoxywaxcopblock": "waxed_oxidized_cut_copper", + "cutoxywaxcopperblock": "waxed_oxidized_cut_copper", + "cutoxywaxedcoblock": "waxed_oxidized_cut_copper", + "cutoxywaxedcopblock": "waxed_oxidized_cut_copper", + "cutoxywaxedcopperblock": "waxed_oxidized_cut_copper", + "cutwaoxicoblock": "waxed_oxidized_cut_copper", + "cutwaoxicopblock": "waxed_oxidized_cut_copper", + "cutwaoxicopperblock": "waxed_oxidized_cut_copper", + "cutwaoxidisedcoblock": "waxed_oxidized_cut_copper", + "cutwaoxidisedcopblock": "waxed_oxidized_cut_copper", + "cutwaoxidisedcopperblock": "waxed_oxidized_cut_copper", + "cutwaoxidizedcoblock": "waxed_oxidized_cut_copper", + "cutwaoxidizedcopblock": "waxed_oxidized_cut_copper", + "cutwaoxidizedcopperblock": "waxed_oxidized_cut_copper", + "cutwaoxycoblock": "waxed_oxidized_cut_copper", + "cutwaoxycopblock": "waxed_oxidized_cut_copper", + "cutwaoxycopperblock": "waxed_oxidized_cut_copper", + "cutwaxedoxicoblock": "waxed_oxidized_cut_copper", + "cutwaxedoxicopblock": "waxed_oxidized_cut_copper", + "cutwaxedoxicopperblock": "waxed_oxidized_cut_copper", + "cutwaxedoxidisedcoblock": "waxed_oxidized_cut_copper", + "cutwaxedoxidisedcopblock": "waxed_oxidized_cut_copper", + "cutwaxedoxidisedcopperblock": "waxed_oxidized_cut_copper", + "cutwaxedoxidizedcoblock": "waxed_oxidized_cut_copper", + "cutwaxedoxidizedcopblock": "waxed_oxidized_cut_copper", + "cutwaxedoxidizedcopperblock": "waxed_oxidized_cut_copper", + "cutwaxedoxycoblock": "waxed_oxidized_cut_copper", + "cutwaxedoxycopblock": "waxed_oxidized_cut_copper", + "cutwaxedoxycopperblock": "waxed_oxidized_cut_copper", + "cutwaxoxicoblock": "waxed_oxidized_cut_copper", + "cutwaxoxicopblock": "waxed_oxidized_cut_copper", + "cutwaxoxicopperblock": "waxed_oxidized_cut_copper", + "cutwaxoxidisedcoblock": "waxed_oxidized_cut_copper", + "cutwaxoxidisedcopblock": "waxed_oxidized_cut_copper", + "cutwaxoxidisedcopperblock": "waxed_oxidized_cut_copper", + "cutwaxoxidizedcoblock": "waxed_oxidized_cut_copper", + "cutwaxoxidizedcopblock": "waxed_oxidized_cut_copper", + "cutwaxoxidizedcopperblock": "waxed_oxidized_cut_copper", + "cutwaxoxycoblock": "waxed_oxidized_cut_copper", + "cutwaxoxycopblock": "waxed_oxidized_cut_copper", + "cutwaxoxycopperblock": "waxed_oxidized_cut_copper", + "cwaoxicoblock": "waxed_oxidized_cut_copper", + "cwaoxicopblock": "waxed_oxidized_cut_copper", + "cwaoxicopperblock": "waxed_oxidized_cut_copper", + "cwaoxidisedcoblock": "waxed_oxidized_cut_copper", + "cwaoxidisedcopblock": "waxed_oxidized_cut_copper", + "cwaoxidisedcopperblock": "waxed_oxidized_cut_copper", + "cwaoxidizedcoblock": "waxed_oxidized_cut_copper", + "cwaoxidizedcopblock": "waxed_oxidized_cut_copper", + "cwaoxidizedcopperblock": "waxed_oxidized_cut_copper", + "cwaoxycoblock": "waxed_oxidized_cut_copper", + "cwaoxycopblock": "waxed_oxidized_cut_copper", + "cwaoxycopperblock": "waxed_oxidized_cut_copper", + "cwaxedoxicoblock": "waxed_oxidized_cut_copper", + "cwaxedoxicopblock": "waxed_oxidized_cut_copper", + "cwaxedoxicopperblock": "waxed_oxidized_cut_copper", + "cwaxedoxidisedcoblock": "waxed_oxidized_cut_copper", + "cwaxedoxidisedcopblock": "waxed_oxidized_cut_copper", + "cwaxedoxidisedcopperblock": "waxed_oxidized_cut_copper", + "cwaxedoxidizedcoblock": "waxed_oxidized_cut_copper", + "cwaxedoxidizedcopblock": "waxed_oxidized_cut_copper", + "cwaxedoxidizedcopperblock": "waxed_oxidized_cut_copper", + "cwaxedoxycoblock": "waxed_oxidized_cut_copper", + "cwaxedoxycopblock": "waxed_oxidized_cut_copper", + "cwaxedoxycopperblock": "waxed_oxidized_cut_copper", + "cwaxoxicoblock": "waxed_oxidized_cut_copper", + "cwaxoxicopblock": "waxed_oxidized_cut_copper", + "cwaxoxicopperblock": "waxed_oxidized_cut_copper", + "cwaxoxidisedcoblock": "waxed_oxidized_cut_copper", + "cwaxoxidisedcopblock": "waxed_oxidized_cut_copper", + "cwaxoxidisedcopperblock": "waxed_oxidized_cut_copper", + "cwaxoxidizedcoblock": "waxed_oxidized_cut_copper", + "cwaxoxidizedcopblock": "waxed_oxidized_cut_copper", + "cwaxoxidizedcopperblock": "waxed_oxidized_cut_copper", + "cwaxoxycoblock": "waxed_oxidized_cut_copper", + "cwaxoxycopblock": "waxed_oxidized_cut_copper", + "cwaxoxycopperblock": "waxed_oxidized_cut_copper", + "minecraft:waxed_oxidized_cut_copper": "waxed_oxidized_cut_copper", + "oxicutwacoblock": "waxed_oxidized_cut_copper", + "oxicutwacopblock": "waxed_oxidized_cut_copper", + "oxicutwacopperblock": "waxed_oxidized_cut_copper", + "oxicutwaxcoblock": "waxed_oxidized_cut_copper", + "oxicutwaxcopblock": "waxed_oxidized_cut_copper", + "oxicutwaxcopperblock": "waxed_oxidized_cut_copper", + "oxicutwaxedcoblock": "waxed_oxidized_cut_copper", + "oxicutwaxedcopblock": "waxed_oxidized_cut_copper", + "oxicutwaxedcopperblock": "waxed_oxidized_cut_copper", + "oxicwacoblock": "waxed_oxidized_cut_copper", + "oxicwacopblock": "waxed_oxidized_cut_copper", + "oxicwacopperblock": "waxed_oxidized_cut_copper", + "oxicwaxcoblock": "waxed_oxidized_cut_copper", + "oxicwaxcopblock": "waxed_oxidized_cut_copper", + "oxicwaxcopperblock": "waxed_oxidized_cut_copper", + "oxicwaxedcoblock": "waxed_oxidized_cut_copper", + "oxicwaxedcopblock": "waxed_oxidized_cut_copper", + "oxicwaxedcopperblock": "waxed_oxidized_cut_copper", + "oxidisedcutwacoblock": "waxed_oxidized_cut_copper", + "oxidisedcutwacopblock": "waxed_oxidized_cut_copper", + "oxidisedcutwacopperblock": "waxed_oxidized_cut_copper", + "oxidisedcutwaxcoblock": "waxed_oxidized_cut_copper", + "oxidisedcutwaxcopblock": "waxed_oxidized_cut_copper", + "oxidisedcutwaxcopperblock": "waxed_oxidized_cut_copper", + "oxidisedcutwaxedcoblock": "waxed_oxidized_cut_copper", + "oxidisedcutwaxedcopblock": "waxed_oxidized_cut_copper", + "oxidisedcutwaxedcopperblock": "waxed_oxidized_cut_copper", + "oxidisedcwacoblock": "waxed_oxidized_cut_copper", + "oxidisedcwacopblock": "waxed_oxidized_cut_copper", + "oxidisedcwacopperblock": "waxed_oxidized_cut_copper", + "oxidisedcwaxcoblock": "waxed_oxidized_cut_copper", + "oxidisedcwaxcopblock": "waxed_oxidized_cut_copper", + "oxidisedcwaxcopperblock": "waxed_oxidized_cut_copper", + "oxidisedcwaxedcoblock": "waxed_oxidized_cut_copper", + "oxidisedcwaxedcopblock": "waxed_oxidized_cut_copper", + "oxidisedcwaxedcopperblock": "waxed_oxidized_cut_copper", + "oxidisedwaccoblock": "waxed_oxidized_cut_copper", + "oxidisedwaccopblock": "waxed_oxidized_cut_copper", + "oxidisedwaccopperblock": "waxed_oxidized_cut_copper", + "oxidisedwacutcoblock": "waxed_oxidized_cut_copper", + "oxidisedwacutcopblock": "waxed_oxidized_cut_copper", + "oxidisedwacutcopperblock": "waxed_oxidized_cut_copper", + "oxidisedwaxccoblock": "waxed_oxidized_cut_copper", + "oxidisedwaxccopblock": "waxed_oxidized_cut_copper", + "oxidisedwaxccopperblock": "waxed_oxidized_cut_copper", + "oxidisedwaxcutcoblock": "waxed_oxidized_cut_copper", + "oxidisedwaxcutcopblock": "waxed_oxidized_cut_copper", + "oxidisedwaxcutcopperblock": "waxed_oxidized_cut_copper", + "oxidisedwaxedccoblock": "waxed_oxidized_cut_copper", + "oxidisedwaxedccopblock": "waxed_oxidized_cut_copper", + "oxidisedwaxedccopperblock": "waxed_oxidized_cut_copper", + "oxidisedwaxedcutcoblock": "waxed_oxidized_cut_copper", + "oxidisedwaxedcutcopblock": "waxed_oxidized_cut_copper", + "oxidisedwaxedcutcopperblock": "waxed_oxidized_cut_copper", + "oxidizedcutwacoblock": "waxed_oxidized_cut_copper", + "oxidizedcutwacopblock": "waxed_oxidized_cut_copper", + "oxidizedcutwacopperblock": "waxed_oxidized_cut_copper", + "oxidizedcutwaxcoblock": "waxed_oxidized_cut_copper", + "oxidizedcutwaxcopblock": "waxed_oxidized_cut_copper", + "oxidizedcutwaxcopperblock": "waxed_oxidized_cut_copper", + "oxidizedcutwaxedcoblock": "waxed_oxidized_cut_copper", + "oxidizedcutwaxedcopblock": "waxed_oxidized_cut_copper", + "oxidizedcutwaxedcopperblock": "waxed_oxidized_cut_copper", + "oxidizedcwacoblock": "waxed_oxidized_cut_copper", + "oxidizedcwacopblock": "waxed_oxidized_cut_copper", + "oxidizedcwacopperblock": "waxed_oxidized_cut_copper", + "oxidizedcwaxcoblock": "waxed_oxidized_cut_copper", + "oxidizedcwaxcopblock": "waxed_oxidized_cut_copper", + "oxidizedcwaxcopperblock": "waxed_oxidized_cut_copper", + "oxidizedcwaxedcoblock": "waxed_oxidized_cut_copper", + "oxidizedcwaxedcopblock": "waxed_oxidized_cut_copper", + "oxidizedcwaxedcopperblock": "waxed_oxidized_cut_copper", + "oxidizedwaccoblock": "waxed_oxidized_cut_copper", + "oxidizedwaccopblock": "waxed_oxidized_cut_copper", + "oxidizedwaccopperblock": "waxed_oxidized_cut_copper", + "oxidizedwacutcoblock": "waxed_oxidized_cut_copper", + "oxidizedwacutcopblock": "waxed_oxidized_cut_copper", + "oxidizedwacutcopperblock": "waxed_oxidized_cut_copper", + "oxidizedwaxccoblock": "waxed_oxidized_cut_copper", + "oxidizedwaxccopblock": "waxed_oxidized_cut_copper", + "oxidizedwaxccopperblock": "waxed_oxidized_cut_copper", + "oxidizedwaxcutcoblock": "waxed_oxidized_cut_copper", + "oxidizedwaxcutcopblock": "waxed_oxidized_cut_copper", + "oxidizedwaxcutcopperblock": "waxed_oxidized_cut_copper", + "oxidizedwaxedccoblock": "waxed_oxidized_cut_copper", + "oxidizedwaxedccopblock": "waxed_oxidized_cut_copper", + "oxidizedwaxedccopperblock": "waxed_oxidized_cut_copper", + "oxidizedwaxedcutcoblock": "waxed_oxidized_cut_copper", + "oxidizedwaxedcutcopblock": "waxed_oxidized_cut_copper", + "oxidizedwaxedcutcopperblock": "waxed_oxidized_cut_copper", + "oxiwaccoblock": "waxed_oxidized_cut_copper", + "oxiwaccopblock": "waxed_oxidized_cut_copper", + "oxiwaccopperblock": "waxed_oxidized_cut_copper", + "oxiwacutcoblock": "waxed_oxidized_cut_copper", + "oxiwacutcopblock": "waxed_oxidized_cut_copper", + "oxiwacutcopperblock": "waxed_oxidized_cut_copper", + "oxiwaxccoblock": "waxed_oxidized_cut_copper", + "oxiwaxccopblock": "waxed_oxidized_cut_copper", + "oxiwaxccopperblock": "waxed_oxidized_cut_copper", + "oxiwaxcutcoblock": "waxed_oxidized_cut_copper", + "oxiwaxcutcopblock": "waxed_oxidized_cut_copper", + "oxiwaxcutcopperblock": "waxed_oxidized_cut_copper", + "oxiwaxedccoblock": "waxed_oxidized_cut_copper", + "oxiwaxedccopblock": "waxed_oxidized_cut_copper", + "oxiwaxedccopperblock": "waxed_oxidized_cut_copper", + "oxiwaxedcutcoblock": "waxed_oxidized_cut_copper", + "oxiwaxedcutcopblock": "waxed_oxidized_cut_copper", + "oxiwaxedcutcopperblock": "waxed_oxidized_cut_copper", + "oxycutwacoblock": "waxed_oxidized_cut_copper", + "oxycutwacopblock": "waxed_oxidized_cut_copper", + "oxycutwacopperblock": "waxed_oxidized_cut_copper", + "oxycutwaxcoblock": "waxed_oxidized_cut_copper", + "oxycutwaxcopblock": "waxed_oxidized_cut_copper", + "oxycutwaxcopperblock": "waxed_oxidized_cut_copper", + "oxycutwaxedcoblock": "waxed_oxidized_cut_copper", + "oxycutwaxedcopblock": "waxed_oxidized_cut_copper", + "oxycutwaxedcopperblock": "waxed_oxidized_cut_copper", + "oxycwacoblock": "waxed_oxidized_cut_copper", + "oxycwacopblock": "waxed_oxidized_cut_copper", + "oxycwacopperblock": "waxed_oxidized_cut_copper", + "oxycwaxcoblock": "waxed_oxidized_cut_copper", + "oxycwaxcopblock": "waxed_oxidized_cut_copper", + "oxycwaxcopperblock": "waxed_oxidized_cut_copper", + "oxycwaxedcoblock": "waxed_oxidized_cut_copper", + "oxycwaxedcopblock": "waxed_oxidized_cut_copper", + "oxycwaxedcopperblock": "waxed_oxidized_cut_copper", + "oxywaccoblock": "waxed_oxidized_cut_copper", + "oxywaccopblock": "waxed_oxidized_cut_copper", + "oxywaccopperblock": "waxed_oxidized_cut_copper", + "oxywacutcoblock": "waxed_oxidized_cut_copper", + "oxywacutcopblock": "waxed_oxidized_cut_copper", + "oxywacutcopperblock": "waxed_oxidized_cut_copper", + "oxywaxccoblock": "waxed_oxidized_cut_copper", + "oxywaxccopblock": "waxed_oxidized_cut_copper", + "oxywaxccopperblock": "waxed_oxidized_cut_copper", + "oxywaxcutcoblock": "waxed_oxidized_cut_copper", + "oxywaxcutcopblock": "waxed_oxidized_cut_copper", + "oxywaxcutcopperblock": "waxed_oxidized_cut_copper", + "oxywaxedccoblock": "waxed_oxidized_cut_copper", + "oxywaxedccopblock": "waxed_oxidized_cut_copper", + "oxywaxedccopperblock": "waxed_oxidized_cut_copper", + "oxywaxedcutcoblock": "waxed_oxidized_cut_copper", + "oxywaxedcutcopblock": "waxed_oxidized_cut_copper", + "oxywaxedcutcopperblock": "waxed_oxidized_cut_copper", + "wacoxicoblock": "waxed_oxidized_cut_copper", + "wacoxicopblock": "waxed_oxidized_cut_copper", + "wacoxicopperblock": "waxed_oxidized_cut_copper", + "wacoxidisedcoblock": "waxed_oxidized_cut_copper", + "wacoxidisedcopblock": "waxed_oxidized_cut_copper", + "wacoxidisedcopperblock": "waxed_oxidized_cut_copper", + "wacoxidizedcoblock": "waxed_oxidized_cut_copper", + "wacoxidizedcopblock": "waxed_oxidized_cut_copper", + "wacoxidizedcopperblock": "waxed_oxidized_cut_copper", + "wacoxycoblock": "waxed_oxidized_cut_copper", + "wacoxycopblock": "waxed_oxidized_cut_copper", + "wacoxycopperblock": "waxed_oxidized_cut_copper", + "wacutoxicoblock": "waxed_oxidized_cut_copper", + "wacutoxicopblock": "waxed_oxidized_cut_copper", + "wacutoxicopperblock": "waxed_oxidized_cut_copper", + "wacutoxidisedcoblock": "waxed_oxidized_cut_copper", + "wacutoxidisedcopblock": "waxed_oxidized_cut_copper", + "wacutoxidisedcopperblock": "waxed_oxidized_cut_copper", + "wacutoxidizedcoblock": "waxed_oxidized_cut_copper", + "wacutoxidizedcopblock": "waxed_oxidized_cut_copper", + "wacutoxidizedcopperblock": "waxed_oxidized_cut_copper", + "wacutoxycoblock": "waxed_oxidized_cut_copper", + "wacutoxycopblock": "waxed_oxidized_cut_copper", + "wacutoxycopperblock": "waxed_oxidized_cut_copper", + "waoxiccoblock": "waxed_oxidized_cut_copper", + "waoxiccopblock": "waxed_oxidized_cut_copper", + "waoxiccopperblock": "waxed_oxidized_cut_copper", + "waoxicutcoblock": "waxed_oxidized_cut_copper", + "waoxicutcopblock": "waxed_oxidized_cut_copper", + "waoxicutcopperblock": "waxed_oxidized_cut_copper", + "waoxidisedccoblock": "waxed_oxidized_cut_copper", + "waoxidisedccopblock": "waxed_oxidized_cut_copper", + "waoxidisedccopperblock": "waxed_oxidized_cut_copper", + "waoxidisedcutcoblock": "waxed_oxidized_cut_copper", + "waoxidisedcutcopblock": "waxed_oxidized_cut_copper", + "waoxidisedcutcopperblock": "waxed_oxidized_cut_copper", + "waoxidizedccoblock": "waxed_oxidized_cut_copper", + "waoxidizedccopblock": "waxed_oxidized_cut_copper", + "waoxidizedccopperblock": "waxed_oxidized_cut_copper", + "waoxidizedcutcoblock": "waxed_oxidized_cut_copper", + "waoxidizedcutcopblock": "waxed_oxidized_cut_copper", + "waoxidizedcutcopperblock": "waxed_oxidized_cut_copper", + "waoxyccoblock": "waxed_oxidized_cut_copper", + "waoxyccopblock": "waxed_oxidized_cut_copper", + "waoxyccopperblock": "waxed_oxidized_cut_copper", + "waoxycutcoblock": "waxed_oxidized_cut_copper", + "waoxycutcopblock": "waxed_oxidized_cut_copper", + "waoxycutcopperblock": "waxed_oxidized_cut_copper", + "waxcoxicoblock": "waxed_oxidized_cut_copper", + "waxcoxicopblock": "waxed_oxidized_cut_copper", + "waxcoxicopperblock": "waxed_oxidized_cut_copper", + "waxcoxidisedcoblock": "waxed_oxidized_cut_copper", + "waxcoxidisedcopblock": "waxed_oxidized_cut_copper", + "waxcoxidisedcopperblock": "waxed_oxidized_cut_copper", + "waxcoxidizedcoblock": "waxed_oxidized_cut_copper", + "waxcoxidizedcopblock": "waxed_oxidized_cut_copper", + "waxcoxidizedcopperblock": "waxed_oxidized_cut_copper", + "waxcoxycoblock": "waxed_oxidized_cut_copper", + "waxcoxycopblock": "waxed_oxidized_cut_copper", + "waxcoxycopperblock": "waxed_oxidized_cut_copper", + "waxcutoxicoblock": "waxed_oxidized_cut_copper", + "waxcutoxicopblock": "waxed_oxidized_cut_copper", + "waxcutoxicopperblock": "waxed_oxidized_cut_copper", + "waxcutoxidisedcoblock": "waxed_oxidized_cut_copper", + "waxcutoxidisedcopblock": "waxed_oxidized_cut_copper", + "waxcutoxidisedcopperblock": "waxed_oxidized_cut_copper", + "waxcutoxidizedcoblock": "waxed_oxidized_cut_copper", + "waxcutoxidizedcopblock": "waxed_oxidized_cut_copper", + "waxcutoxidizedcopperblock": "waxed_oxidized_cut_copper", + "waxcutoxycoblock": "waxed_oxidized_cut_copper", + "waxcutoxycopblock": "waxed_oxidized_cut_copper", + "waxcutoxycopperblock": "waxed_oxidized_cut_copper", + "waxedcoxicoblock": "waxed_oxidized_cut_copper", + "waxedcoxicopblock": "waxed_oxidized_cut_copper", + "waxedcoxicopperblock": "waxed_oxidized_cut_copper", + "waxedcoxidisedcoblock": "waxed_oxidized_cut_copper", + "waxedcoxidisedcopblock": "waxed_oxidized_cut_copper", + "waxedcoxidisedcopperblock": "waxed_oxidized_cut_copper", + "waxedcoxidizedcoblock": "waxed_oxidized_cut_copper", + "waxedcoxidizedcopblock": "waxed_oxidized_cut_copper", + "waxedcoxidizedcopperblock": "waxed_oxidized_cut_copper", + "waxedcoxycoblock": "waxed_oxidized_cut_copper", + "waxedcoxycopblock": "waxed_oxidized_cut_copper", + "waxedcoxycopperblock": "waxed_oxidized_cut_copper", + "waxedcutoxicoblock": "waxed_oxidized_cut_copper", + "waxedcutoxicopblock": "waxed_oxidized_cut_copper", + "waxedcutoxicopperblock": "waxed_oxidized_cut_copper", + "waxedcutoxidisedcoblock": "waxed_oxidized_cut_copper", + "waxedcutoxidisedcopblock": "waxed_oxidized_cut_copper", + "waxedcutoxidisedcopperblock": "waxed_oxidized_cut_copper", + "waxedcutoxidizedcoblock": "waxed_oxidized_cut_copper", + "waxedcutoxidizedcopblock": "waxed_oxidized_cut_copper", + "waxedcutoxidizedcopperblock": "waxed_oxidized_cut_copper", + "waxedcutoxycoblock": "waxed_oxidized_cut_copper", + "waxedcutoxycopblock": "waxed_oxidized_cut_copper", + "waxedcutoxycopperblock": "waxed_oxidized_cut_copper", + "waxedoxiccoblock": "waxed_oxidized_cut_copper", + "waxedoxiccopblock": "waxed_oxidized_cut_copper", + "waxedoxiccopperblock": "waxed_oxidized_cut_copper", + "waxedoxicutcoblock": "waxed_oxidized_cut_copper", + "waxedoxicutcopblock": "waxed_oxidized_cut_copper", + "waxedoxicutcopperblock": "waxed_oxidized_cut_copper", + "waxedoxidisedccoblock": "waxed_oxidized_cut_copper", + "waxedoxidisedccopblock": "waxed_oxidized_cut_copper", + "waxedoxidisedccopperblock": "waxed_oxidized_cut_copper", + "waxedoxidisedcutcoblock": "waxed_oxidized_cut_copper", + "waxedoxidisedcutcopblock": "waxed_oxidized_cut_copper", + "waxedoxidisedcutcopperblock": "waxed_oxidized_cut_copper", + "waxedoxidizedccoblock": "waxed_oxidized_cut_copper", + "waxedoxidizedccopblock": "waxed_oxidized_cut_copper", + "waxedoxidizedccopperblock": "waxed_oxidized_cut_copper", + "waxedoxidizedcutcoblock": "waxed_oxidized_cut_copper", + "waxedoxidizedcutcopblock": "waxed_oxidized_cut_copper", + "waxedoxidizedcutcopper": "waxed_oxidized_cut_copper", + "waxedoxidizedcutcopperblock": "waxed_oxidized_cut_copper", + "waxedoxyccoblock": "waxed_oxidized_cut_copper", + "waxedoxyccopblock": "waxed_oxidized_cut_copper", + "waxedoxyccopperblock": "waxed_oxidized_cut_copper", + "waxedoxycutcoblock": "waxed_oxidized_cut_copper", + "waxedoxycutcopblock": "waxed_oxidized_cut_copper", + "waxedoxycutcopperblock": "waxed_oxidized_cut_copper", + "waxoxiccoblock": "waxed_oxidized_cut_copper", + "waxoxiccopblock": "waxed_oxidized_cut_copper", + "waxoxiccopperblock": "waxed_oxidized_cut_copper", + "waxoxicutcoblock": "waxed_oxidized_cut_copper", + "waxoxicutcopblock": "waxed_oxidized_cut_copper", + "waxoxicutcopperblock": "waxed_oxidized_cut_copper", + "waxoxidisedccoblock": "waxed_oxidized_cut_copper", + "waxoxidisedccopblock": "waxed_oxidized_cut_copper", + "waxoxidisedccopperblock": "waxed_oxidized_cut_copper", + "waxoxidisedcutcoblock": "waxed_oxidized_cut_copper", + "waxoxidisedcutcopblock": "waxed_oxidized_cut_copper", + "waxoxidisedcutcopperblock": "waxed_oxidized_cut_copper", + "waxoxidizedccoblock": "waxed_oxidized_cut_copper", + "waxoxidizedccopblock": "waxed_oxidized_cut_copper", + "waxoxidizedccopperblock": "waxed_oxidized_cut_copper", + "waxoxidizedcutcoblock": "waxed_oxidized_cut_copper", + "waxoxidizedcutcopblock": "waxed_oxidized_cut_copper", + "waxoxidizedcutcopperblock": "waxed_oxidized_cut_copper", + "waxoxyccoblock": "waxed_oxidized_cut_copper", + "waxoxyccopblock": "waxed_oxidized_cut_copper", + "waxoxyccopperblock": "waxed_oxidized_cut_copper", + "waxoxycutcoblock": "waxed_oxidized_cut_copper", + "waxoxycutcopblock": "waxed_oxidized_cut_copper", + "waxoxycutcopperblock": "waxed_oxidized_cut_copper", + "waxed_oxidized_cut_copper_slab": { + "material": "WAXED_OXIDIZED_CUT_COPPER_SLAB" + }, + "coxidisedwacohalfblock": "waxed_oxidized_cut_copper_slab", + "coxidisedwacophalfblock": "waxed_oxidized_cut_copper_slab", + "coxidisedwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxidisedwacoppersl": "waxed_oxidized_cut_copper_slab", + "coxidisedwacopperslab": "waxed_oxidized_cut_copper_slab", + "coxidisedwacopperstep": "waxed_oxidized_cut_copper_slab", + "coxidisedwacopsl": "waxed_oxidized_cut_copper_slab", + "coxidisedwacopslab": "waxed_oxidized_cut_copper_slab", + "coxidisedwacopstep": "waxed_oxidized_cut_copper_slab", + "coxidisedwacosl": "waxed_oxidized_cut_copper_slab", + "coxidisedwacoslab": "waxed_oxidized_cut_copper_slab", + "coxidisedwacostep": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcopsl": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcopslab": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcopstep": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcosl": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcoslab": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxcostep": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcosl": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "coxidisedwaxedcostep": "waxed_oxidized_cut_copper_slab", + "coxidizedwacohalfblock": "waxed_oxidized_cut_copper_slab", + "coxidizedwacophalfblock": "waxed_oxidized_cut_copper_slab", + "coxidizedwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxidizedwacoppersl": "waxed_oxidized_cut_copper_slab", + "coxidizedwacopperslab": "waxed_oxidized_cut_copper_slab", + "coxidizedwacopperstep": "waxed_oxidized_cut_copper_slab", + "coxidizedwacopsl": "waxed_oxidized_cut_copper_slab", + "coxidizedwacopslab": "waxed_oxidized_cut_copper_slab", + "coxidizedwacopstep": "waxed_oxidized_cut_copper_slab", + "coxidizedwacosl": "waxed_oxidized_cut_copper_slab", + "coxidizedwacoslab": "waxed_oxidized_cut_copper_slab", + "coxidizedwacostep": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcopsl": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcopslab": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcopstep": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcosl": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcoslab": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxcostep": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcosl": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "coxidizedwaxedcostep": "waxed_oxidized_cut_copper_slab", + "coxiwacohalfblock": "waxed_oxidized_cut_copper_slab", + "coxiwacophalfblock": "waxed_oxidized_cut_copper_slab", + "coxiwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxiwacoppersl": "waxed_oxidized_cut_copper_slab", + "coxiwacopperslab": "waxed_oxidized_cut_copper_slab", + "coxiwacopperstep": "waxed_oxidized_cut_copper_slab", + "coxiwacopsl": "waxed_oxidized_cut_copper_slab", + "coxiwacopslab": "waxed_oxidized_cut_copper_slab", + "coxiwacopstep": "waxed_oxidized_cut_copper_slab", + "coxiwacosl": "waxed_oxidized_cut_copper_slab", + "coxiwacoslab": "waxed_oxidized_cut_copper_slab", + "coxiwacostep": "waxed_oxidized_cut_copper_slab", + "coxiwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "coxiwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "coxiwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxiwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "coxiwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "coxiwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "coxiwaxcopsl": "waxed_oxidized_cut_copper_slab", + "coxiwaxcopslab": "waxed_oxidized_cut_copper_slab", + "coxiwaxcopstep": "waxed_oxidized_cut_copper_slab", + "coxiwaxcosl": "waxed_oxidized_cut_copper_slab", + "coxiwaxcoslab": "waxed_oxidized_cut_copper_slab", + "coxiwaxcostep": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcosl": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "coxiwaxedcostep": "waxed_oxidized_cut_copper_slab", + "coxywacohalfblock": "waxed_oxidized_cut_copper_slab", + "coxywacophalfblock": "waxed_oxidized_cut_copper_slab", + "coxywacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxywacoppersl": "waxed_oxidized_cut_copper_slab", + "coxywacopperslab": "waxed_oxidized_cut_copper_slab", + "coxywacopperstep": "waxed_oxidized_cut_copper_slab", + "coxywacopsl": "waxed_oxidized_cut_copper_slab", + "coxywacopslab": "waxed_oxidized_cut_copper_slab", + "coxywacopstep": "waxed_oxidized_cut_copper_slab", + "coxywacosl": "waxed_oxidized_cut_copper_slab", + "coxywacoslab": "waxed_oxidized_cut_copper_slab", + "coxywacostep": "waxed_oxidized_cut_copper_slab", + "coxywaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "coxywaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "coxywaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxywaxcoppersl": "waxed_oxidized_cut_copper_slab", + "coxywaxcopperslab": "waxed_oxidized_cut_copper_slab", + "coxywaxcopperstep": "waxed_oxidized_cut_copper_slab", + "coxywaxcopsl": "waxed_oxidized_cut_copper_slab", + "coxywaxcopslab": "waxed_oxidized_cut_copper_slab", + "coxywaxcopstep": "waxed_oxidized_cut_copper_slab", + "coxywaxcosl": "waxed_oxidized_cut_copper_slab", + "coxywaxcoslab": "waxed_oxidized_cut_copper_slab", + "coxywaxcostep": "waxed_oxidized_cut_copper_slab", + "coxywaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "coxywaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "coxywaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "coxywaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "coxywaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "coxywaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "coxywaxedcopsl": "waxed_oxidized_cut_copper_slab", + "coxywaxedcopslab": "waxed_oxidized_cut_copper_slab", + "coxywaxedcopstep": "waxed_oxidized_cut_copper_slab", + "coxywaxedcosl": "waxed_oxidized_cut_copper_slab", + "coxywaxedcoslab": "waxed_oxidized_cut_copper_slab", + "coxywaxedcostep": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacopsl": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacopslab": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacopstep": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacosl": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacoslab": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwacostep": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcopsl": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcopslab": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcopstep": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcosl": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcoslab": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxcostep": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcosl": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "cutoxidisedwaxedcostep": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacopsl": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacopslab": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacopstep": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacosl": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacoslab": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwacostep": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcopsl": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcopslab": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcopstep": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcosl": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcoslab": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxcostep": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcosl": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "cutoxidizedwaxedcostep": "waxed_oxidized_cut_copper_slab", + "cutoxiwacohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxiwacophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxiwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxiwacoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxiwacopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxiwacopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxiwacopsl": "waxed_oxidized_cut_copper_slab", + "cutoxiwacopslab": "waxed_oxidized_cut_copper_slab", + "cutoxiwacopstep": "waxed_oxidized_cut_copper_slab", + "cutoxiwacosl": "waxed_oxidized_cut_copper_slab", + "cutoxiwacoslab": "waxed_oxidized_cut_copper_slab", + "cutoxiwacostep": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcopsl": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcopslab": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcopstep": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcosl": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcoslab": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxcostep": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcosl": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "cutoxiwaxedcostep": "waxed_oxidized_cut_copper_slab", + "cutoxywacohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxywacophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxywacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxywacoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxywacopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxywacopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxywacopsl": "waxed_oxidized_cut_copper_slab", + "cutoxywacopslab": "waxed_oxidized_cut_copper_slab", + "cutoxywacopstep": "waxed_oxidized_cut_copper_slab", + "cutoxywacosl": "waxed_oxidized_cut_copper_slab", + "cutoxywacoslab": "waxed_oxidized_cut_copper_slab", + "cutoxywacostep": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcopsl": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcopslab": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcopstep": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcosl": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcoslab": "waxed_oxidized_cut_copper_slab", + "cutoxywaxcostep": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcopsl": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcopslab": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcopstep": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcosl": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcoslab": "waxed_oxidized_cut_copper_slab", + "cutoxywaxedcostep": "waxed_oxidized_cut_copper_slab", + "cutwaoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxicoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaoxicopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxicopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaoxicopsl": "waxed_oxidized_cut_copper_slab", + "cutwaoxicopslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxicopstep": "waxed_oxidized_cut_copper_slab", + "cutwaoxicosl": "waxed_oxidized_cut_copper_slab", + "cutwaoxicoslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxicostep": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "cutwaoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaoxycoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaoxycopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxycopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaoxycopsl": "waxed_oxidized_cut_copper_slab", + "cutwaoxycopslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxycopstep": "waxed_oxidized_cut_copper_slab", + "cutwaoxycosl": "waxed_oxidized_cut_copper_slab", + "cutwaoxycoslab": "waxed_oxidized_cut_copper_slab", + "cutwaoxycostep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicopsl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicopslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicopstep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicosl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicoslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxicostep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycopsl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycopslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycopstep": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycosl": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycoslab": "waxed_oxidized_cut_copper_slab", + "cutwaxedoxycostep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicopsl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicopslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicopstep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicosl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicoslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxicostep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycoppersl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycopperslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycopperstep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycopsl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycopslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycopstep": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycosl": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycoslab": "waxed_oxidized_cut_copper_slab", + "cutwaxoxycostep": "waxed_oxidized_cut_copper_slab", + "cwaoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxicoppersl": "waxed_oxidized_cut_copper_slab", + "cwaoxicopperslab": "waxed_oxidized_cut_copper_slab", + "cwaoxicopperstep": "waxed_oxidized_cut_copper_slab", + "cwaoxicopsl": "waxed_oxidized_cut_copper_slab", + "cwaoxicopslab": "waxed_oxidized_cut_copper_slab", + "cwaoxicopstep": "waxed_oxidized_cut_copper_slab", + "cwaoxicosl": "waxed_oxidized_cut_copper_slab", + "cwaoxicoslab": "waxed_oxidized_cut_copper_slab", + "cwaoxicostep": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "cwaoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "cwaoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "cwaoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaoxycoppersl": "waxed_oxidized_cut_copper_slab", + "cwaoxycopperslab": "waxed_oxidized_cut_copper_slab", + "cwaoxycopperstep": "waxed_oxidized_cut_copper_slab", + "cwaoxycopsl": "waxed_oxidized_cut_copper_slab", + "cwaoxycopslab": "waxed_oxidized_cut_copper_slab", + "cwaoxycopstep": "waxed_oxidized_cut_copper_slab", + "cwaoxycosl": "waxed_oxidized_cut_copper_slab", + "cwaoxycoslab": "waxed_oxidized_cut_copper_slab", + "cwaoxycostep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicoppersl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicopperslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicopperstep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicopsl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicopslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicopstep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicosl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicoslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxicostep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycoppersl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycopperslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycopperstep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycopsl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycopslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycopstep": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycosl": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycoslab": "waxed_oxidized_cut_copper_slab", + "cwaxedoxycostep": "waxed_oxidized_cut_copper_slab", + "cwaxoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxicoppersl": "waxed_oxidized_cut_copper_slab", + "cwaxoxicopperslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxicopperstep": "waxed_oxidized_cut_copper_slab", + "cwaxoxicopsl": "waxed_oxidized_cut_copper_slab", + "cwaxoxicopslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxicopstep": "waxed_oxidized_cut_copper_slab", + "cwaxoxicosl": "waxed_oxidized_cut_copper_slab", + "cwaxoxicoslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxicostep": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "cwaxoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "cwaxoxycoppersl": "waxed_oxidized_cut_copper_slab", + "cwaxoxycopperslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxycopperstep": "waxed_oxidized_cut_copper_slab", + "cwaxoxycopsl": "waxed_oxidized_cut_copper_slab", + "cwaxoxycopslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxycopstep": "waxed_oxidized_cut_copper_slab", + "cwaxoxycosl": "waxed_oxidized_cut_copper_slab", + "cwaxoxycoslab": "waxed_oxidized_cut_copper_slab", + "cwaxoxycostep": "waxed_oxidized_cut_copper_slab", + "minecraft:waxed_oxidized_cut_copper_slab": "waxed_oxidized_cut_copper_slab", + "oxicutwacohalfblock": "waxed_oxidized_cut_copper_slab", + "oxicutwacophalfblock": "waxed_oxidized_cut_copper_slab", + "oxicutwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxicutwacoppersl": "waxed_oxidized_cut_copper_slab", + "oxicutwacopperslab": "waxed_oxidized_cut_copper_slab", + "oxicutwacopperstep": "waxed_oxidized_cut_copper_slab", + "oxicutwacopsl": "waxed_oxidized_cut_copper_slab", + "oxicutwacopslab": "waxed_oxidized_cut_copper_slab", + "oxicutwacopstep": "waxed_oxidized_cut_copper_slab", + "oxicutwacosl": "waxed_oxidized_cut_copper_slab", + "oxicutwacoslab": "waxed_oxidized_cut_copper_slab", + "oxicutwacostep": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcopsl": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcopslab": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcopstep": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcosl": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcoslab": "waxed_oxidized_cut_copper_slab", + "oxicutwaxcostep": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcosl": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "oxicutwaxedcostep": "waxed_oxidized_cut_copper_slab", + "oxicwacohalfblock": "waxed_oxidized_cut_copper_slab", + "oxicwacophalfblock": "waxed_oxidized_cut_copper_slab", + "oxicwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxicwacoppersl": "waxed_oxidized_cut_copper_slab", + "oxicwacopperslab": "waxed_oxidized_cut_copper_slab", + "oxicwacopperstep": "waxed_oxidized_cut_copper_slab", + "oxicwacopsl": "waxed_oxidized_cut_copper_slab", + "oxicwacopslab": "waxed_oxidized_cut_copper_slab", + "oxicwacopstep": "waxed_oxidized_cut_copper_slab", + "oxicwacosl": "waxed_oxidized_cut_copper_slab", + "oxicwacoslab": "waxed_oxidized_cut_copper_slab", + "oxicwacostep": "waxed_oxidized_cut_copper_slab", + "oxicwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxicwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxicwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxicwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "oxicwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "oxicwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "oxicwaxcopsl": "waxed_oxidized_cut_copper_slab", + "oxicwaxcopslab": "waxed_oxidized_cut_copper_slab", + "oxicwaxcopstep": "waxed_oxidized_cut_copper_slab", + "oxicwaxcosl": "waxed_oxidized_cut_copper_slab", + "oxicwaxcoslab": "waxed_oxidized_cut_copper_slab", + "oxicwaxcostep": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcosl": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "oxicwaxedcostep": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacosl": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwacostep": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcosl": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxcostep": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcosl": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcutwaxedcostep": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacosl": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcwacostep": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcosl": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxcostep": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcosl": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedcwaxedcostep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccosl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaccostep": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcosl": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwacutcostep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccosl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxccostep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcosl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxcutcostep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccosl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedccostep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcopsl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcopslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcopstep": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcosl": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcoslab": "waxed_oxidized_cut_copper_slab", + "oxidisedwaxedcutcostep": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacosl": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwacostep": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcosl": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxcostep": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcosl": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcutwaxedcostep": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacosl": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcwacostep": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcosl": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxcostep": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcosl": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedcwaxedcostep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccosl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaccostep": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcosl": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwacutcostep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccosl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxccostep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcosl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxcutcostep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccosl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedccostep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcopsl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcopslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcopstep": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcosl": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcoslab": "waxed_oxidized_cut_copper_slab", + "oxidizedwaxedcutcostep": "waxed_oxidized_cut_copper_slab", + "oxiwaccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaccoppersl": "waxed_oxidized_cut_copper_slab", + "oxiwaccopperslab": "waxed_oxidized_cut_copper_slab", + "oxiwaccopperstep": "waxed_oxidized_cut_copper_slab", + "oxiwaccopsl": "waxed_oxidized_cut_copper_slab", + "oxiwaccopslab": "waxed_oxidized_cut_copper_slab", + "oxiwaccopstep": "waxed_oxidized_cut_copper_slab", + "oxiwaccosl": "waxed_oxidized_cut_copper_slab", + "oxiwaccoslab": "waxed_oxidized_cut_copper_slab", + "oxiwaccostep": "waxed_oxidized_cut_copper_slab", + "oxiwacutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwacutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwacutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwacutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxiwacutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxiwacutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxiwacutcopsl": "waxed_oxidized_cut_copper_slab", + "oxiwacutcopslab": "waxed_oxidized_cut_copper_slab", + "oxiwacutcopstep": "waxed_oxidized_cut_copper_slab", + "oxiwacutcosl": "waxed_oxidized_cut_copper_slab", + "oxiwacutcoslab": "waxed_oxidized_cut_copper_slab", + "oxiwacutcostep": "waxed_oxidized_cut_copper_slab", + "oxiwaxccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxccoppersl": "waxed_oxidized_cut_copper_slab", + "oxiwaxccopperslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxccopperstep": "waxed_oxidized_cut_copper_slab", + "oxiwaxccopsl": "waxed_oxidized_cut_copper_slab", + "oxiwaxccopslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxccopstep": "waxed_oxidized_cut_copper_slab", + "oxiwaxccosl": "waxed_oxidized_cut_copper_slab", + "oxiwaxccoslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxccostep": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcopsl": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcopslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcopstep": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcosl": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcoslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxcutcostep": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccoppersl": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccopperslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccopperstep": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccopsl": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccopslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccopstep": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccosl": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccoslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxedccostep": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcopsl": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcopslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcopstep": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcosl": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcoslab": "waxed_oxidized_cut_copper_slab", + "oxiwaxedcutcostep": "waxed_oxidized_cut_copper_slab", + "oxycutwacohalfblock": "waxed_oxidized_cut_copper_slab", + "oxycutwacophalfblock": "waxed_oxidized_cut_copper_slab", + "oxycutwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxycutwacoppersl": "waxed_oxidized_cut_copper_slab", + "oxycutwacopperslab": "waxed_oxidized_cut_copper_slab", + "oxycutwacopperstep": "waxed_oxidized_cut_copper_slab", + "oxycutwacopsl": "waxed_oxidized_cut_copper_slab", + "oxycutwacopslab": "waxed_oxidized_cut_copper_slab", + "oxycutwacopstep": "waxed_oxidized_cut_copper_slab", + "oxycutwacosl": "waxed_oxidized_cut_copper_slab", + "oxycutwacoslab": "waxed_oxidized_cut_copper_slab", + "oxycutwacostep": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcopsl": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcopslab": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcopstep": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcosl": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcoslab": "waxed_oxidized_cut_copper_slab", + "oxycutwaxcostep": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcosl": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "oxycutwaxedcostep": "waxed_oxidized_cut_copper_slab", + "oxycwacohalfblock": "waxed_oxidized_cut_copper_slab", + "oxycwacophalfblock": "waxed_oxidized_cut_copper_slab", + "oxycwacopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxycwacoppersl": "waxed_oxidized_cut_copper_slab", + "oxycwacopperslab": "waxed_oxidized_cut_copper_slab", + "oxycwacopperstep": "waxed_oxidized_cut_copper_slab", + "oxycwacopsl": "waxed_oxidized_cut_copper_slab", + "oxycwacopslab": "waxed_oxidized_cut_copper_slab", + "oxycwacopstep": "waxed_oxidized_cut_copper_slab", + "oxycwacosl": "waxed_oxidized_cut_copper_slab", + "oxycwacoslab": "waxed_oxidized_cut_copper_slab", + "oxycwacostep": "waxed_oxidized_cut_copper_slab", + "oxycwaxcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxycwaxcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxycwaxcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxycwaxcoppersl": "waxed_oxidized_cut_copper_slab", + "oxycwaxcopperslab": "waxed_oxidized_cut_copper_slab", + "oxycwaxcopperstep": "waxed_oxidized_cut_copper_slab", + "oxycwaxcopsl": "waxed_oxidized_cut_copper_slab", + "oxycwaxcopslab": "waxed_oxidized_cut_copper_slab", + "oxycwaxcopstep": "waxed_oxidized_cut_copper_slab", + "oxycwaxcosl": "waxed_oxidized_cut_copper_slab", + "oxycwaxcoslab": "waxed_oxidized_cut_copper_slab", + "oxycwaxcostep": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcoppersl": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcopperslab": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcopperstep": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcopsl": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcopslab": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcopstep": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcosl": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcoslab": "waxed_oxidized_cut_copper_slab", + "oxycwaxedcostep": "waxed_oxidized_cut_copper_slab", + "oxywaccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaccoppersl": "waxed_oxidized_cut_copper_slab", + "oxywaccopperslab": "waxed_oxidized_cut_copper_slab", + "oxywaccopperstep": "waxed_oxidized_cut_copper_slab", + "oxywaccopsl": "waxed_oxidized_cut_copper_slab", + "oxywaccopslab": "waxed_oxidized_cut_copper_slab", + "oxywaccopstep": "waxed_oxidized_cut_copper_slab", + "oxywaccosl": "waxed_oxidized_cut_copper_slab", + "oxywaccoslab": "waxed_oxidized_cut_copper_slab", + "oxywaccostep": "waxed_oxidized_cut_copper_slab", + "oxywacutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxywacutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxywacutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxywacutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxywacutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxywacutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxywacutcopsl": "waxed_oxidized_cut_copper_slab", + "oxywacutcopslab": "waxed_oxidized_cut_copper_slab", + "oxywacutcopstep": "waxed_oxidized_cut_copper_slab", + "oxywacutcosl": "waxed_oxidized_cut_copper_slab", + "oxywacutcoslab": "waxed_oxidized_cut_copper_slab", + "oxywacutcostep": "waxed_oxidized_cut_copper_slab", + "oxywaxccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxccoppersl": "waxed_oxidized_cut_copper_slab", + "oxywaxccopperslab": "waxed_oxidized_cut_copper_slab", + "oxywaxccopperstep": "waxed_oxidized_cut_copper_slab", + "oxywaxccopsl": "waxed_oxidized_cut_copper_slab", + "oxywaxccopslab": "waxed_oxidized_cut_copper_slab", + "oxywaxccopstep": "waxed_oxidized_cut_copper_slab", + "oxywaxccosl": "waxed_oxidized_cut_copper_slab", + "oxywaxccoslab": "waxed_oxidized_cut_copper_slab", + "oxywaxccostep": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcopsl": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcopslab": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcopstep": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcosl": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcoslab": "waxed_oxidized_cut_copper_slab", + "oxywaxcutcostep": "waxed_oxidized_cut_copper_slab", + "oxywaxedccohalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxedccophalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxedccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxedccoppersl": "waxed_oxidized_cut_copper_slab", + "oxywaxedccopperslab": "waxed_oxidized_cut_copper_slab", + "oxywaxedccopperstep": "waxed_oxidized_cut_copper_slab", + "oxywaxedccopsl": "waxed_oxidized_cut_copper_slab", + "oxywaxedccopslab": "waxed_oxidized_cut_copper_slab", + "oxywaxedccopstep": "waxed_oxidized_cut_copper_slab", + "oxywaxedccosl": "waxed_oxidized_cut_copper_slab", + "oxywaxedccoslab": "waxed_oxidized_cut_copper_slab", + "oxywaxedccostep": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcoppersl": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcopperslab": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcopperstep": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcopsl": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcopslab": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcopstep": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcosl": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcoslab": "waxed_oxidized_cut_copper_slab", + "oxywaxedcutcostep": "waxed_oxidized_cut_copper_slab", + "wacoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxicoppersl": "waxed_oxidized_cut_copper_slab", + "wacoxicopperslab": "waxed_oxidized_cut_copper_slab", + "wacoxicopperstep": "waxed_oxidized_cut_copper_slab", + "wacoxicopsl": "waxed_oxidized_cut_copper_slab", + "wacoxicopslab": "waxed_oxidized_cut_copper_slab", + "wacoxicopstep": "waxed_oxidized_cut_copper_slab", + "wacoxicosl": "waxed_oxidized_cut_copper_slab", + "wacoxicoslab": "waxed_oxidized_cut_copper_slab", + "wacoxicostep": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "wacoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "wacoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "wacoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "wacoxycoppersl": "waxed_oxidized_cut_copper_slab", + "wacoxycopperslab": "waxed_oxidized_cut_copper_slab", + "wacoxycopperstep": "waxed_oxidized_cut_copper_slab", + "wacoxycopsl": "waxed_oxidized_cut_copper_slab", + "wacoxycopslab": "waxed_oxidized_cut_copper_slab", + "wacoxycopstep": "waxed_oxidized_cut_copper_slab", + "wacoxycosl": "waxed_oxidized_cut_copper_slab", + "wacoxycoslab": "waxed_oxidized_cut_copper_slab", + "wacoxycostep": "waxed_oxidized_cut_copper_slab", + "wacutoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxicoppersl": "waxed_oxidized_cut_copper_slab", + "wacutoxicopperslab": "waxed_oxidized_cut_copper_slab", + "wacutoxicopperstep": "waxed_oxidized_cut_copper_slab", + "wacutoxicopsl": "waxed_oxidized_cut_copper_slab", + "wacutoxicopslab": "waxed_oxidized_cut_copper_slab", + "wacutoxicopstep": "waxed_oxidized_cut_copper_slab", + "wacutoxicosl": "waxed_oxidized_cut_copper_slab", + "wacutoxicoslab": "waxed_oxidized_cut_copper_slab", + "wacutoxicostep": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "wacutoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "wacutoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "wacutoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "wacutoxycoppersl": "waxed_oxidized_cut_copper_slab", + "wacutoxycopperslab": "waxed_oxidized_cut_copper_slab", + "wacutoxycopperstep": "waxed_oxidized_cut_copper_slab", + "wacutoxycopsl": "waxed_oxidized_cut_copper_slab", + "wacutoxycopslab": "waxed_oxidized_cut_copper_slab", + "wacutoxycopstep": "waxed_oxidized_cut_copper_slab", + "wacutoxycosl": "waxed_oxidized_cut_copper_slab", + "wacutoxycoslab": "waxed_oxidized_cut_copper_slab", + "wacutoxycostep": "waxed_oxidized_cut_copper_slab", + "waoxiccohalfblock": "waxed_oxidized_cut_copper_slab", + "waoxiccophalfblock": "waxed_oxidized_cut_copper_slab", + "waoxiccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waoxiccoppersl": "waxed_oxidized_cut_copper_slab", + "waoxiccopperslab": "waxed_oxidized_cut_copper_slab", + "waoxiccopperstep": "waxed_oxidized_cut_copper_slab", + "waoxiccopsl": "waxed_oxidized_cut_copper_slab", + "waoxiccopslab": "waxed_oxidized_cut_copper_slab", + "waoxiccopstep": "waxed_oxidized_cut_copper_slab", + "waoxiccosl": "waxed_oxidized_cut_copper_slab", + "waoxiccoslab": "waxed_oxidized_cut_copper_slab", + "waoxiccostep": "waxed_oxidized_cut_copper_slab", + "waoxicutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waoxicutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waoxicutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waoxicutcoppersl": "waxed_oxidized_cut_copper_slab", + "waoxicutcopperslab": "waxed_oxidized_cut_copper_slab", + "waoxicutcopperstep": "waxed_oxidized_cut_copper_slab", + "waoxicutcopsl": "waxed_oxidized_cut_copper_slab", + "waoxicutcopslab": "waxed_oxidized_cut_copper_slab", + "waoxicutcopstep": "waxed_oxidized_cut_copper_slab", + "waoxicutcosl": "waxed_oxidized_cut_copper_slab", + "waoxicutcoslab": "waxed_oxidized_cut_copper_slab", + "waoxicutcostep": "waxed_oxidized_cut_copper_slab", + "waoxidisedccohalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidisedccophalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidisedccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidisedccoppersl": "waxed_oxidized_cut_copper_slab", + "waoxidisedccopperslab": "waxed_oxidized_cut_copper_slab", + "waoxidisedccopperstep": "waxed_oxidized_cut_copper_slab", + "waoxidisedccopsl": "waxed_oxidized_cut_copper_slab", + "waoxidisedccopslab": "waxed_oxidized_cut_copper_slab", + "waoxidisedccopstep": "waxed_oxidized_cut_copper_slab", + "waoxidisedccosl": "waxed_oxidized_cut_copper_slab", + "waoxidisedccoslab": "waxed_oxidized_cut_copper_slab", + "waoxidisedccostep": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcoppersl": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcopperslab": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcopperstep": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcopsl": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcopslab": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcopstep": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcosl": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcoslab": "waxed_oxidized_cut_copper_slab", + "waoxidisedcutcostep": "waxed_oxidized_cut_copper_slab", + "waoxidizedccohalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidizedccophalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidizedccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidizedccoppersl": "waxed_oxidized_cut_copper_slab", + "waoxidizedccopperslab": "waxed_oxidized_cut_copper_slab", + "waoxidizedccopperstep": "waxed_oxidized_cut_copper_slab", + "waoxidizedccopsl": "waxed_oxidized_cut_copper_slab", + "waoxidizedccopslab": "waxed_oxidized_cut_copper_slab", + "waoxidizedccopstep": "waxed_oxidized_cut_copper_slab", + "waoxidizedccosl": "waxed_oxidized_cut_copper_slab", + "waoxidizedccoslab": "waxed_oxidized_cut_copper_slab", + "waoxidizedccostep": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcoppersl": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcopperslab": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcopperstep": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcopsl": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcopslab": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcopstep": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcosl": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcoslab": "waxed_oxidized_cut_copper_slab", + "waoxidizedcutcostep": "waxed_oxidized_cut_copper_slab", + "waoxyccohalfblock": "waxed_oxidized_cut_copper_slab", + "waoxyccophalfblock": "waxed_oxidized_cut_copper_slab", + "waoxyccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waoxyccoppersl": "waxed_oxidized_cut_copper_slab", + "waoxyccopperslab": "waxed_oxidized_cut_copper_slab", + "waoxyccopperstep": "waxed_oxidized_cut_copper_slab", + "waoxyccopsl": "waxed_oxidized_cut_copper_slab", + "waoxyccopslab": "waxed_oxidized_cut_copper_slab", + "waoxyccopstep": "waxed_oxidized_cut_copper_slab", + "waoxyccosl": "waxed_oxidized_cut_copper_slab", + "waoxyccoslab": "waxed_oxidized_cut_copper_slab", + "waoxyccostep": "waxed_oxidized_cut_copper_slab", + "waoxycutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waoxycutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waoxycutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waoxycutcoppersl": "waxed_oxidized_cut_copper_slab", + "waoxycutcopperslab": "waxed_oxidized_cut_copper_slab", + "waoxycutcopperstep": "waxed_oxidized_cut_copper_slab", + "waoxycutcopsl": "waxed_oxidized_cut_copper_slab", + "waoxycutcopslab": "waxed_oxidized_cut_copper_slab", + "waoxycutcopstep": "waxed_oxidized_cut_copper_slab", + "waoxycutcosl": "waxed_oxidized_cut_copper_slab", + "waoxycutcoslab": "waxed_oxidized_cut_copper_slab", + "waoxycutcostep": "waxed_oxidized_cut_copper_slab", + "waxcoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxicoppersl": "waxed_oxidized_cut_copper_slab", + "waxcoxicopperslab": "waxed_oxidized_cut_copper_slab", + "waxcoxicopperstep": "waxed_oxidized_cut_copper_slab", + "waxcoxicopsl": "waxed_oxidized_cut_copper_slab", + "waxcoxicopslab": "waxed_oxidized_cut_copper_slab", + "waxcoxicopstep": "waxed_oxidized_cut_copper_slab", + "waxcoxicosl": "waxed_oxidized_cut_copper_slab", + "waxcoxicoslab": "waxed_oxidized_cut_copper_slab", + "waxcoxicostep": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "waxcoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "waxcoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "waxcoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxcoxycoppersl": "waxed_oxidized_cut_copper_slab", + "waxcoxycopperslab": "waxed_oxidized_cut_copper_slab", + "waxcoxycopperstep": "waxed_oxidized_cut_copper_slab", + "waxcoxycopsl": "waxed_oxidized_cut_copper_slab", + "waxcoxycopslab": "waxed_oxidized_cut_copper_slab", + "waxcoxycopstep": "waxed_oxidized_cut_copper_slab", + "waxcoxycosl": "waxed_oxidized_cut_copper_slab", + "waxcoxycoslab": "waxed_oxidized_cut_copper_slab", + "waxcoxycostep": "waxed_oxidized_cut_copper_slab", + "waxcutoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxicoppersl": "waxed_oxidized_cut_copper_slab", + "waxcutoxicopperslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxicopperstep": "waxed_oxidized_cut_copper_slab", + "waxcutoxicopsl": "waxed_oxidized_cut_copper_slab", + "waxcutoxicopslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxicopstep": "waxed_oxidized_cut_copper_slab", + "waxcutoxicosl": "waxed_oxidized_cut_copper_slab", + "waxcutoxicoslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxicostep": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "waxcutoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxcutoxycoppersl": "waxed_oxidized_cut_copper_slab", + "waxcutoxycopperslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxycopperstep": "waxed_oxidized_cut_copper_slab", + "waxcutoxycopsl": "waxed_oxidized_cut_copper_slab", + "waxcutoxycopslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxycopstep": "waxed_oxidized_cut_copper_slab", + "waxcutoxycosl": "waxed_oxidized_cut_copper_slab", + "waxcutoxycoslab": "waxed_oxidized_cut_copper_slab", + "waxcutoxycostep": "waxed_oxidized_cut_copper_slab", + "waxedcoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxicoppersl": "waxed_oxidized_cut_copper_slab", + "waxedcoxicopperslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxicopperstep": "waxed_oxidized_cut_copper_slab", + "waxedcoxicopsl": "waxed_oxidized_cut_copper_slab", + "waxedcoxicopslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxicopstep": "waxed_oxidized_cut_copper_slab", + "waxedcoxicosl": "waxed_oxidized_cut_copper_slab", + "waxedcoxicoslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxicostep": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "waxedcoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcoxycoppersl": "waxed_oxidized_cut_copper_slab", + "waxedcoxycopperslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxycopperstep": "waxed_oxidized_cut_copper_slab", + "waxedcoxycopsl": "waxed_oxidized_cut_copper_slab", + "waxedcoxycopslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxycopstep": "waxed_oxidized_cut_copper_slab", + "waxedcoxycosl": "waxed_oxidized_cut_copper_slab", + "waxedcoxycoslab": "waxed_oxidized_cut_copper_slab", + "waxedcoxycostep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicoppersl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicopperslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicopperstep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicopsl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicopslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicopstep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicosl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicoslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxicostep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcoppersl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcopperslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcopperstep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcopsl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcopslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcopstep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcosl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcoslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidisedcostep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcoppersl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcopperslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcopperstep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcopsl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcopslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcopstep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcosl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcoslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxidizedcostep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycoppersl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycopperslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycopperstep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycopsl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycopslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycopstep": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycosl": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycoslab": "waxed_oxidized_cut_copper_slab", + "waxedcutoxycostep": "waxed_oxidized_cut_copper_slab", + "waxedoxiccohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxiccophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxiccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxiccoppersl": "waxed_oxidized_cut_copper_slab", + "waxedoxiccopperslab": "waxed_oxidized_cut_copper_slab", + "waxedoxiccopperstep": "waxed_oxidized_cut_copper_slab", + "waxedoxiccopsl": "waxed_oxidized_cut_copper_slab", + "waxedoxiccopslab": "waxed_oxidized_cut_copper_slab", + "waxedoxiccopstep": "waxed_oxidized_cut_copper_slab", + "waxedoxiccosl": "waxed_oxidized_cut_copper_slab", + "waxedoxiccoslab": "waxed_oxidized_cut_copper_slab", + "waxedoxiccostep": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcoppersl": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcopperslab": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcopperstep": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcopsl": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcopslab": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcopstep": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcosl": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcoslab": "waxed_oxidized_cut_copper_slab", + "waxedoxicutcostep": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccoppersl": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccopperslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccopperstep": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccopsl": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccopslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccopstep": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccosl": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccoslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedccostep": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcoppersl": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcopperslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcopperstep": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcopsl": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcopslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcopstep": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcosl": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcoslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidisedcutcostep": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccoppersl": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccopperslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccopperstep": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccopsl": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccopslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccopstep": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccosl": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccoslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedccostep": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcoppersl": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcopperslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcopperstep": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcopsl": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcopslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcopstep": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcosl": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcoslab": "waxed_oxidized_cut_copper_slab", + "waxedoxidizedcutcostep": "waxed_oxidized_cut_copper_slab", + "waxedoxyccohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxyccophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxyccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxyccoppersl": "waxed_oxidized_cut_copper_slab", + "waxedoxyccopperslab": "waxed_oxidized_cut_copper_slab", + "waxedoxyccopperstep": "waxed_oxidized_cut_copper_slab", + "waxedoxyccopsl": "waxed_oxidized_cut_copper_slab", + "waxedoxyccopslab": "waxed_oxidized_cut_copper_slab", + "waxedoxyccopstep": "waxed_oxidized_cut_copper_slab", + "waxedoxyccosl": "waxed_oxidized_cut_copper_slab", + "waxedoxyccoslab": "waxed_oxidized_cut_copper_slab", + "waxedoxyccostep": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcoppersl": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcopperslab": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcopperstep": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcopsl": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcopslab": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcopstep": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcosl": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcoslab": "waxed_oxidized_cut_copper_slab", + "waxedoxycutcostep": "waxed_oxidized_cut_copper_slab", + "waxoxiccohalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxiccophalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxiccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxiccoppersl": "waxed_oxidized_cut_copper_slab", + "waxoxiccopperslab": "waxed_oxidized_cut_copper_slab", + "waxoxiccopperstep": "waxed_oxidized_cut_copper_slab", + "waxoxiccopsl": "waxed_oxidized_cut_copper_slab", + "waxoxiccopslab": "waxed_oxidized_cut_copper_slab", + "waxoxiccopstep": "waxed_oxidized_cut_copper_slab", + "waxoxiccosl": "waxed_oxidized_cut_copper_slab", + "waxoxiccoslab": "waxed_oxidized_cut_copper_slab", + "waxoxiccostep": "waxed_oxidized_cut_copper_slab", + "waxoxicutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxicutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxicutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxicutcoppersl": "waxed_oxidized_cut_copper_slab", + "waxoxicutcopperslab": "waxed_oxidized_cut_copper_slab", + "waxoxicutcopperstep": "waxed_oxidized_cut_copper_slab", + "waxoxicutcopsl": "waxed_oxidized_cut_copper_slab", + "waxoxicutcopslab": "waxed_oxidized_cut_copper_slab", + "waxoxicutcopstep": "waxed_oxidized_cut_copper_slab", + "waxoxicutcosl": "waxed_oxidized_cut_copper_slab", + "waxoxicutcoslab": "waxed_oxidized_cut_copper_slab", + "waxoxicutcostep": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccohalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccophalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccoppersl": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccopperslab": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccopperstep": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccopsl": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccopslab": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccopstep": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccosl": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccoslab": "waxed_oxidized_cut_copper_slab", + "waxoxidisedccostep": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcoppersl": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcopperslab": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcopperstep": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcopsl": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcopslab": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcopstep": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcosl": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcoslab": "waxed_oxidized_cut_copper_slab", + "waxoxidisedcutcostep": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccohalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccophalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccoppersl": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccopperslab": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccopperstep": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccopsl": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccopslab": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccopstep": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccosl": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccoslab": "waxed_oxidized_cut_copper_slab", + "waxoxidizedccostep": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcoppersl": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcopperslab": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcopperstep": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcopsl": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcopslab": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcopstep": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcosl": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcoslab": "waxed_oxidized_cut_copper_slab", + "waxoxidizedcutcostep": "waxed_oxidized_cut_copper_slab", + "waxoxyccohalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxyccophalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxyccopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxyccoppersl": "waxed_oxidized_cut_copper_slab", + "waxoxyccopperslab": "waxed_oxidized_cut_copper_slab", + "waxoxyccopperstep": "waxed_oxidized_cut_copper_slab", + "waxoxyccopsl": "waxed_oxidized_cut_copper_slab", + "waxoxyccopslab": "waxed_oxidized_cut_copper_slab", + "waxoxyccopstep": "waxed_oxidized_cut_copper_slab", + "waxoxyccosl": "waxed_oxidized_cut_copper_slab", + "waxoxyccoslab": "waxed_oxidized_cut_copper_slab", + "waxoxyccostep": "waxed_oxidized_cut_copper_slab", + "waxoxycutcohalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxycutcophalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxycutcopperhalfblock": "waxed_oxidized_cut_copper_slab", + "waxoxycutcoppersl": "waxed_oxidized_cut_copper_slab", + "waxoxycutcopperslab": "waxed_oxidized_cut_copper_slab", + "waxoxycutcopperstep": "waxed_oxidized_cut_copper_slab", + "waxoxycutcopsl": "waxed_oxidized_cut_copper_slab", + "waxoxycutcopslab": "waxed_oxidized_cut_copper_slab", + "waxoxycutcopstep": "waxed_oxidized_cut_copper_slab", + "waxoxycutcosl": "waxed_oxidized_cut_copper_slab", + "waxoxycutcoslab": "waxed_oxidized_cut_copper_slab", + "waxoxycutcostep": "waxed_oxidized_cut_copper_slab", + "waxed_oxidized_cut_copper_stairs": { + "material": "WAXED_OXIDIZED_CUT_COPPER_STAIRS" + }, + "coxidisedwacopperstair": "waxed_oxidized_cut_copper_stairs", + "coxidisedwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxidisedwacopstair": "waxed_oxidized_cut_copper_stairs", + "coxidisedwacopstairs": "waxed_oxidized_cut_copper_stairs", + "coxidisedwacostair": "waxed_oxidized_cut_copper_stairs", + "coxidisedwacostairs": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxcostair": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "coxidisedwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "coxidizedwacopperstair": "waxed_oxidized_cut_copper_stairs", + "coxidizedwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxidizedwacopstair": "waxed_oxidized_cut_copper_stairs", + "coxidizedwacopstairs": "waxed_oxidized_cut_copper_stairs", + "coxidizedwacostair": "waxed_oxidized_cut_copper_stairs", + "coxidizedwacostairs": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxcostair": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "coxidizedwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "coxiwacopperstair": "waxed_oxidized_cut_copper_stairs", + "coxiwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxiwacopstair": "waxed_oxidized_cut_copper_stairs", + "coxiwacopstairs": "waxed_oxidized_cut_copper_stairs", + "coxiwacostair": "waxed_oxidized_cut_copper_stairs", + "coxiwacostairs": "waxed_oxidized_cut_copper_stairs", + "coxiwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "coxiwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxiwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "coxiwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "coxiwaxcostair": "waxed_oxidized_cut_copper_stairs", + "coxiwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "coxiwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "coxiwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxiwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "coxiwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "coxiwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "coxiwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "coxywacopperstair": "waxed_oxidized_cut_copper_stairs", + "coxywacopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxywacopstair": "waxed_oxidized_cut_copper_stairs", + "coxywacopstairs": "waxed_oxidized_cut_copper_stairs", + "coxywacostair": "waxed_oxidized_cut_copper_stairs", + "coxywacostairs": "waxed_oxidized_cut_copper_stairs", + "coxywaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "coxywaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxywaxcopstair": "waxed_oxidized_cut_copper_stairs", + "coxywaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "coxywaxcostair": "waxed_oxidized_cut_copper_stairs", + "coxywaxcostairs": "waxed_oxidized_cut_copper_stairs", + "coxywaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "coxywaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "coxywaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "coxywaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "coxywaxedcostair": "waxed_oxidized_cut_copper_stairs", + "coxywaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwacopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwacopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwacopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwacostair": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwacostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxcostair": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "cutoxidisedwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwacopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwacopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwacopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwacostair": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwacostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxcostair": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "cutoxidizedwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxiwacopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxiwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxiwacopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxiwacopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxiwacostair": "waxed_oxidized_cut_copper_stairs", + "cutoxiwacostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxcostair": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "cutoxiwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxywacopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxywacopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxywacopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxywacopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxywacostair": "waxed_oxidized_cut_copper_stairs", + "cutoxywacostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxcopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxcostair": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxcostairs": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxedcostair": "waxed_oxidized_cut_copper_stairs", + "cutoxywaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxicopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxicostair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxicostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxycopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaoxycostair": "waxed_oxidized_cut_copper_stairs", + "cutwaoxycostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxicopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxicostair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxicostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxycopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxycostair": "waxed_oxidized_cut_copper_stairs", + "cutwaxedoxycostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxicopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxicostair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxicostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxycopstair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxycostair": "waxed_oxidized_cut_copper_stairs", + "cutwaxoxycostairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxicopstair": "waxed_oxidized_cut_copper_stairs", + "cwaoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxicostair": "waxed_oxidized_cut_copper_stairs", + "cwaoxicostairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "cwaoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "cwaoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "cwaoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "cwaoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxycopstair": "waxed_oxidized_cut_copper_stairs", + "cwaoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaoxycostair": "waxed_oxidized_cut_copper_stairs", + "cwaoxycostairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxicopstair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxicostair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxicostairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxycopstair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxycostair": "waxed_oxidized_cut_copper_stairs", + "cwaxedoxycostairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxicopstair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxicostair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxicostairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxycopstair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "cwaxoxycostair": "waxed_oxidized_cut_copper_stairs", + "cwaxoxycostairs": "waxed_oxidized_cut_copper_stairs", + "minecraft:waxed_oxidized_cut_copper_stairs": "waxed_oxidized_cut_copper_stairs", + "oxicutwacopperstair": "waxed_oxidized_cut_copper_stairs", + "oxicutwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxicutwacopstair": "waxed_oxidized_cut_copper_stairs", + "oxicutwacopstairs": "waxed_oxidized_cut_copper_stairs", + "oxicutwacostair": "waxed_oxidized_cut_copper_stairs", + "oxicutwacostairs": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxcostair": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "oxicutwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "oxicwacopperstair": "waxed_oxidized_cut_copper_stairs", + "oxicwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxicwacopstair": "waxed_oxidized_cut_copper_stairs", + "oxicwacopstairs": "waxed_oxidized_cut_copper_stairs", + "oxicwacostair": "waxed_oxidized_cut_copper_stairs", + "oxicwacostairs": "waxed_oxidized_cut_copper_stairs", + "oxicwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxicwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxicwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "oxicwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxicwaxcostair": "waxed_oxidized_cut_copper_stairs", + "oxicwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "oxicwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxicwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxicwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "oxicwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxicwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "oxicwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwacopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwacopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwacopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwacostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwacostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxcostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcutwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwacopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwacopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwacopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwacostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwacostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxcostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedcwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaccopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaccostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaccostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwacutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwacutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwacutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwacutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwacutcostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwacutcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxccopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxccostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxccostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxcutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxcutcostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxcutcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedccopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedccostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedccostairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedcutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedcutcostair": "waxed_oxidized_cut_copper_stairs", + "oxidisedwaxedcutcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwacopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwacopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwacopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwacostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwacostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxcostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcutwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwacopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwacopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwacopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwacostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwacostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxcostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedcwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaccopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaccostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaccostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwacutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwacutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwacutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwacutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwacutcostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwacutcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxccopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxccostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxccostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxcutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxcutcostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxcutcostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedccopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedccostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedccostairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedcutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedcutcostair": "waxed_oxidized_cut_copper_stairs", + "oxidizedwaxedcutcostairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxiwaccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaccopstair": "waxed_oxidized_cut_copper_stairs", + "oxiwaccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaccostair": "waxed_oxidized_cut_copper_stairs", + "oxiwaccostairs": "waxed_oxidized_cut_copper_stairs", + "oxiwacutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxiwacutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwacutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxiwacutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwacutcostair": "waxed_oxidized_cut_copper_stairs", + "oxiwacutcostairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxccopstair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxccostair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxccostairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxcutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxcutcostair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxcutcostairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedccopstair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedccostair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedccostairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedcutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedcutcostair": "waxed_oxidized_cut_copper_stairs", + "oxiwaxedcutcostairs": "waxed_oxidized_cut_copper_stairs", + "oxycutwacopperstair": "waxed_oxidized_cut_copper_stairs", + "oxycutwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxycutwacopstair": "waxed_oxidized_cut_copper_stairs", + "oxycutwacopstairs": "waxed_oxidized_cut_copper_stairs", + "oxycutwacostair": "waxed_oxidized_cut_copper_stairs", + "oxycutwacostairs": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxcostair": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "oxycutwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "oxycwacopperstair": "waxed_oxidized_cut_copper_stairs", + "oxycwacopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxycwacopstair": "waxed_oxidized_cut_copper_stairs", + "oxycwacopstairs": "waxed_oxidized_cut_copper_stairs", + "oxycwacostair": "waxed_oxidized_cut_copper_stairs", + "oxycwacostairs": "waxed_oxidized_cut_copper_stairs", + "oxycwaxcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxycwaxcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxycwaxcopstair": "waxed_oxidized_cut_copper_stairs", + "oxycwaxcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxycwaxcostair": "waxed_oxidized_cut_copper_stairs", + "oxycwaxcostairs": "waxed_oxidized_cut_copper_stairs", + "oxycwaxedcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxycwaxedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxycwaxedcopstair": "waxed_oxidized_cut_copper_stairs", + "oxycwaxedcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxycwaxedcostair": "waxed_oxidized_cut_copper_stairs", + "oxycwaxedcostairs": "waxed_oxidized_cut_copper_stairs", + "oxywaccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxywaccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxywaccopstair": "waxed_oxidized_cut_copper_stairs", + "oxywaccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxywaccostair": "waxed_oxidized_cut_copper_stairs", + "oxywaccostairs": "waxed_oxidized_cut_copper_stairs", + "oxywacutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxywacutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxywacutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxywacutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxywacutcostair": "waxed_oxidized_cut_copper_stairs", + "oxywacutcostairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxywaxccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxccopstair": "waxed_oxidized_cut_copper_stairs", + "oxywaxccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxccostair": "waxed_oxidized_cut_copper_stairs", + "oxywaxccostairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxywaxcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxcutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxywaxcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxcutcostair": "waxed_oxidized_cut_copper_stairs", + "oxywaxcutcostairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxedccopperstair": "waxed_oxidized_cut_copper_stairs", + "oxywaxedccopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxedccopstair": "waxed_oxidized_cut_copper_stairs", + "oxywaxedccopstairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxedccostair": "waxed_oxidized_cut_copper_stairs", + "oxywaxedccostairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxedcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "oxywaxedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxedcutcopstair": "waxed_oxidized_cut_copper_stairs", + "oxywaxedcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "oxywaxedcutcostair": "waxed_oxidized_cut_copper_stairs", + "oxywaxedcutcostairs": "waxed_oxidized_cut_copper_stairs", + "wacoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "wacoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "wacoxicopstair": "waxed_oxidized_cut_copper_stairs", + "wacoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "wacoxicostair": "waxed_oxidized_cut_copper_stairs", + "wacoxicostairs": "waxed_oxidized_cut_copper_stairs", + "wacoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "wacoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "wacoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "wacoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "wacoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "wacoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "wacoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "wacoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "wacoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "wacoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "wacoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "wacoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "wacoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "wacoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "wacoxycopstair": "waxed_oxidized_cut_copper_stairs", + "wacoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "wacoxycostair": "waxed_oxidized_cut_copper_stairs", + "wacoxycostairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "wacutoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxicopstair": "waxed_oxidized_cut_copper_stairs", + "wacutoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxicostair": "waxed_oxidized_cut_copper_stairs", + "wacutoxicostairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "wacutoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "wacutoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "wacutoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "wacutoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "wacutoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "wacutoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "wacutoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxycopstair": "waxed_oxidized_cut_copper_stairs", + "wacutoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "wacutoxycostair": "waxed_oxidized_cut_copper_stairs", + "wacutoxycostairs": "waxed_oxidized_cut_copper_stairs", + "waoxiccopperstair": "waxed_oxidized_cut_copper_stairs", + "waoxiccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waoxiccopstair": "waxed_oxidized_cut_copper_stairs", + "waoxiccopstairs": "waxed_oxidized_cut_copper_stairs", + "waoxiccostair": "waxed_oxidized_cut_copper_stairs", + "waoxiccostairs": "waxed_oxidized_cut_copper_stairs", + "waoxicutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waoxicutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waoxicutcopstair": "waxed_oxidized_cut_copper_stairs", + "waoxicutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waoxicutcostair": "waxed_oxidized_cut_copper_stairs", + "waoxicutcostairs": "waxed_oxidized_cut_copper_stairs", + "waoxidisedccopperstair": "waxed_oxidized_cut_copper_stairs", + "waoxidisedccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waoxidisedccopstair": "waxed_oxidized_cut_copper_stairs", + "waoxidisedccopstairs": "waxed_oxidized_cut_copper_stairs", + "waoxidisedccostair": "waxed_oxidized_cut_copper_stairs", + "waoxidisedccostairs": "waxed_oxidized_cut_copper_stairs", + "waoxidisedcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waoxidisedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waoxidisedcutcopstair": "waxed_oxidized_cut_copper_stairs", + "waoxidisedcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waoxidisedcutcostair": "waxed_oxidized_cut_copper_stairs", + "waoxidisedcutcostairs": "waxed_oxidized_cut_copper_stairs", + "waoxidizedccopperstair": "waxed_oxidized_cut_copper_stairs", + "waoxidizedccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waoxidizedccopstair": "waxed_oxidized_cut_copper_stairs", + "waoxidizedccopstairs": "waxed_oxidized_cut_copper_stairs", + "waoxidizedccostair": "waxed_oxidized_cut_copper_stairs", + "waoxidizedccostairs": "waxed_oxidized_cut_copper_stairs", + "waoxidizedcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waoxidizedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waoxidizedcutcopstair": "waxed_oxidized_cut_copper_stairs", + "waoxidizedcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waoxidizedcutcostair": "waxed_oxidized_cut_copper_stairs", + "waoxidizedcutcostairs": "waxed_oxidized_cut_copper_stairs", + "waoxyccopperstair": "waxed_oxidized_cut_copper_stairs", + "waoxyccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waoxyccopstair": "waxed_oxidized_cut_copper_stairs", + "waoxyccopstairs": "waxed_oxidized_cut_copper_stairs", + "waoxyccostair": "waxed_oxidized_cut_copper_stairs", + "waoxyccostairs": "waxed_oxidized_cut_copper_stairs", + "waoxycutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waoxycutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waoxycutcopstair": "waxed_oxidized_cut_copper_stairs", + "waoxycutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waoxycutcostair": "waxed_oxidized_cut_copper_stairs", + "waoxycutcostairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "waxcoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxicopstair": "waxed_oxidized_cut_copper_stairs", + "waxcoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxicostair": "waxed_oxidized_cut_copper_stairs", + "waxcoxicostairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxcoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "waxcoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "waxcoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxcoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "waxcoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "waxcoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "waxcoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxycopstair": "waxed_oxidized_cut_copper_stairs", + "waxcoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "waxcoxycostair": "waxed_oxidized_cut_copper_stairs", + "waxcoxycostairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxicopstair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxicostair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxicostairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxycopstair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "waxcutoxycostair": "waxed_oxidized_cut_copper_stairs", + "waxcutoxycostairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxicopstair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxicostair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxicostairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxycopstair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcoxycostair": "waxed_oxidized_cut_copper_stairs", + "waxedcoxycostairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxicopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxicopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxicopstair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxicopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxicostair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxicostairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidisedcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidisedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidisedcopstair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidisedcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidisedcostair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidisedcostairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidizedcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidizedcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidizedcopstair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidizedcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidizedcostair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxidizedcostairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxycopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxycopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxycopstair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxycopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxycostair": "waxed_oxidized_cut_copper_stairs", + "waxedcutoxycostairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxiccopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxiccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxiccopstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxiccopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxiccostair": "waxed_oxidized_cut_copper_stairs", + "waxedoxiccostairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxicutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxicutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxicutcopstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxicutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxicutcostair": "waxed_oxidized_cut_copper_stairs", + "waxedoxicutcostairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedccopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedccopstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedccopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedccostair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedccostairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedcutcopstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedcutcostair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidisedcutcostairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedccopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedccopstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedccopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedccostair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedccostairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedcutcopstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedcutcostair": "waxed_oxidized_cut_copper_stairs", + "waxedoxidizedcutcostairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxyccopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxyccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxyccopstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxyccopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxyccostair": "waxed_oxidized_cut_copper_stairs", + "waxedoxyccostairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxycutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxycutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxycutcopstair": "waxed_oxidized_cut_copper_stairs", + "waxedoxycutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxedoxycutcostair": "waxed_oxidized_cut_copper_stairs", + "waxedoxycutcostairs": "waxed_oxidized_cut_copper_stairs", + "waxoxiccopperstair": "waxed_oxidized_cut_copper_stairs", + "waxoxiccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxiccopstair": "waxed_oxidized_cut_copper_stairs", + "waxoxiccopstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxiccostair": "waxed_oxidized_cut_copper_stairs", + "waxoxiccostairs": "waxed_oxidized_cut_copper_stairs", + "waxoxicutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxoxicutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxicutcopstair": "waxed_oxidized_cut_copper_stairs", + "waxoxicutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxicutcostair": "waxed_oxidized_cut_copper_stairs", + "waxoxicutcostairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedccopperstair": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedccopstair": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedccopstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedccostair": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedccostairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedcutcopstair": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedcutcostair": "waxed_oxidized_cut_copper_stairs", + "waxoxidisedcutcostairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedccopperstair": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedccopstair": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedccopstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedccostair": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedccostairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedcutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedcutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedcutcopstair": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedcutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedcutcostair": "waxed_oxidized_cut_copper_stairs", + "waxoxidizedcutcostairs": "waxed_oxidized_cut_copper_stairs", + "waxoxyccopperstair": "waxed_oxidized_cut_copper_stairs", + "waxoxyccopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxyccopstair": "waxed_oxidized_cut_copper_stairs", + "waxoxyccopstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxyccostair": "waxed_oxidized_cut_copper_stairs", + "waxoxyccostairs": "waxed_oxidized_cut_copper_stairs", + "waxoxycutcopperstair": "waxed_oxidized_cut_copper_stairs", + "waxoxycutcopperstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxycutcopstair": "waxed_oxidized_cut_copper_stairs", + "waxoxycutcopstairs": "waxed_oxidized_cut_copper_stairs", + "waxoxycutcostair": "waxed_oxidized_cut_copper_stairs", + "waxoxycutcostairs": "waxed_oxidized_cut_copper_stairs", + "waxed_weathered_copper": { + "material": "WAXED_WEATHERED_COPPER" + }, + "minecraft:waxed_weathered_copper": "waxed_weathered_copper", + "waweathercoblock": "waxed_weathered_copper", + "waweathercopblock": "waxed_weathered_copper", + "waweathercopperblock": "waxed_weathered_copper", + "waweatheredcoblock": "waxed_weathered_copper", + "waweatheredcopblock": "waxed_weathered_copper", + "waweatheredcopperblock": "waxed_weathered_copper", + "wawecoblock": "waxed_weathered_copper", + "wawecopblock": "waxed_weathered_copper", + "wawecopperblock": "waxed_weathered_copper", + "wawthcoblock": "waxed_weathered_copper", + "wawthcopblock": "waxed_weathered_copper", + "wawthcopperblock": "waxed_weathered_copper", + "waxedweathercoblock": "waxed_weathered_copper", + "waxedweathercopblock": "waxed_weathered_copper", + "waxedweathercopperblock": "waxed_weathered_copper", + "waxedweatheredcoblock": "waxed_weathered_copper", + "waxedweatheredcopblock": "waxed_weathered_copper", + "waxedweatheredcopper": "waxed_weathered_copper", + "waxedweatheredcopperblock": "waxed_weathered_copper", + "waxedwecoblock": "waxed_weathered_copper", + "waxedwecopblock": "waxed_weathered_copper", + "waxedwecopperblock": "waxed_weathered_copper", + "waxedwthcoblock": "waxed_weathered_copper", + "waxedwthcopblock": "waxed_weathered_copper", + "waxedwthcopperblock": "waxed_weathered_copper", + "waxweathercoblock": "waxed_weathered_copper", + "waxweathercopblock": "waxed_weathered_copper", + "waxweathercopperblock": "waxed_weathered_copper", + "waxweatheredcoblock": "waxed_weathered_copper", + "waxweatheredcopblock": "waxed_weathered_copper", + "waxweatheredcopperblock": "waxed_weathered_copper", + "waxwecoblock": "waxed_weathered_copper", + "waxwecopblock": "waxed_weathered_copper", + "waxwecopperblock": "waxed_weathered_copper", + "waxwthcoblock": "waxed_weathered_copper", + "waxwthcopblock": "waxed_weathered_copper", + "waxwthcopperblock": "waxed_weathered_copper", + "weatheredwacoblock": "waxed_weathered_copper", + "weatheredwacopblock": "waxed_weathered_copper", + "weatheredwacopperblock": "waxed_weathered_copper", + "weatheredwaxcoblock": "waxed_weathered_copper", + "weatheredwaxcopblock": "waxed_weathered_copper", + "weatheredwaxcopperblock": "waxed_weathered_copper", + "weatheredwaxedcoblock": "waxed_weathered_copper", + "weatheredwaxedcopblock": "waxed_weathered_copper", + "weatheredwaxedcopperblock": "waxed_weathered_copper", + "weatherwacoblock": "waxed_weathered_copper", + "weatherwacopblock": "waxed_weathered_copper", + "weatherwacopperblock": "waxed_weathered_copper", + "weatherwaxcoblock": "waxed_weathered_copper", + "weatherwaxcopblock": "waxed_weathered_copper", + "weatherwaxcopperblock": "waxed_weathered_copper", + "weatherwaxedcoblock": "waxed_weathered_copper", + "weatherwaxedcopblock": "waxed_weathered_copper", + "weatherwaxedcopperblock": "waxed_weathered_copper", + "wewacoblock": "waxed_weathered_copper", + "wewacopblock": "waxed_weathered_copper", + "wewacopperblock": "waxed_weathered_copper", + "wewaxcoblock": "waxed_weathered_copper", + "wewaxcopblock": "waxed_weathered_copper", + "wewaxcopperblock": "waxed_weathered_copper", + "wewaxedcoblock": "waxed_weathered_copper", + "wewaxedcopblock": "waxed_weathered_copper", + "wewaxedcopperblock": "waxed_weathered_copper", + "wthwacoblock": "waxed_weathered_copper", + "wthwacopblock": "waxed_weathered_copper", + "wthwacopperblock": "waxed_weathered_copper", + "wthwaxcoblock": "waxed_weathered_copper", + "wthwaxcopblock": "waxed_weathered_copper", + "wthwaxcopperblock": "waxed_weathered_copper", + "wthwaxedcoblock": "waxed_weathered_copper", + "wthwaxedcopblock": "waxed_weathered_copper", + "wthwaxedcopperblock": "waxed_weathered_copper", + "waxed_weathered_cut_copper": { + "material": "WAXED_WEATHERED_CUT_COPPER" + }, + "cutwaweathercoblock": "waxed_weathered_cut_copper", + "cutwaweathercopblock": "waxed_weathered_cut_copper", + "cutwaweathercopperblock": "waxed_weathered_cut_copper", + "cutwaweatheredcoblock": "waxed_weathered_cut_copper", + "cutwaweatheredcopblock": "waxed_weathered_cut_copper", + "cutwaweatheredcopperblock": "waxed_weathered_cut_copper", + "cutwawecoblock": "waxed_weathered_cut_copper", + "cutwawecopblock": "waxed_weathered_cut_copper", + "cutwawecopperblock": "waxed_weathered_cut_copper", + "cutwawthcoblock": "waxed_weathered_cut_copper", + "cutwawthcopblock": "waxed_weathered_cut_copper", + "cutwawthcopperblock": "waxed_weathered_cut_copper", + "cutwaxedweathercoblock": "waxed_weathered_cut_copper", + "cutwaxedweathercopblock": "waxed_weathered_cut_copper", + "cutwaxedweathercopperblock": "waxed_weathered_cut_copper", + "cutwaxedweatheredcoblock": "waxed_weathered_cut_copper", + "cutwaxedweatheredcopblock": "waxed_weathered_cut_copper", + "cutwaxedweatheredcopperblock": "waxed_weathered_cut_copper", + "cutwaxedwecoblock": "waxed_weathered_cut_copper", + "cutwaxedwecopblock": "waxed_weathered_cut_copper", + "cutwaxedwecopperblock": "waxed_weathered_cut_copper", + "cutwaxedwthcoblock": "waxed_weathered_cut_copper", + "cutwaxedwthcopblock": "waxed_weathered_cut_copper", + "cutwaxedwthcopperblock": "waxed_weathered_cut_copper", + "cutwaxweathercoblock": "waxed_weathered_cut_copper", + "cutwaxweathercopblock": "waxed_weathered_cut_copper", + "cutwaxweathercopperblock": "waxed_weathered_cut_copper", + "cutwaxweatheredcoblock": "waxed_weathered_cut_copper", + "cutwaxweatheredcopblock": "waxed_weathered_cut_copper", + "cutwaxweatheredcopperblock": "waxed_weathered_cut_copper", + "cutwaxwecoblock": "waxed_weathered_cut_copper", + "cutwaxwecopblock": "waxed_weathered_cut_copper", + "cutwaxwecopperblock": "waxed_weathered_cut_copper", + "cutwaxwthcoblock": "waxed_weathered_cut_copper", + "cutwaxwthcopblock": "waxed_weathered_cut_copper", + "cutwaxwthcopperblock": "waxed_weathered_cut_copper", + "cutweatheredwacoblock": "waxed_weathered_cut_copper", + "cutweatheredwacopblock": "waxed_weathered_cut_copper", + "cutweatheredwacopperblock": "waxed_weathered_cut_copper", + "cutweatheredwaxcoblock": "waxed_weathered_cut_copper", + "cutweatheredwaxcopblock": "waxed_weathered_cut_copper", + "cutweatheredwaxcopperblock": "waxed_weathered_cut_copper", + "cutweatheredwaxedcoblock": "waxed_weathered_cut_copper", + "cutweatheredwaxedcopblock": "waxed_weathered_cut_copper", + "cutweatheredwaxedcopperblock": "waxed_weathered_cut_copper", + "cutweatherwacoblock": "waxed_weathered_cut_copper", + "cutweatherwacopblock": "waxed_weathered_cut_copper", + "cutweatherwacopperblock": "waxed_weathered_cut_copper", + "cutweatherwaxcoblock": "waxed_weathered_cut_copper", + "cutweatherwaxcopblock": "waxed_weathered_cut_copper", + "cutweatherwaxcopperblock": "waxed_weathered_cut_copper", + "cutweatherwaxedcoblock": "waxed_weathered_cut_copper", + "cutweatherwaxedcopblock": "waxed_weathered_cut_copper", + "cutweatherwaxedcopperblock": "waxed_weathered_cut_copper", + "cutwewacoblock": "waxed_weathered_cut_copper", + "cutwewacopblock": "waxed_weathered_cut_copper", + "cutwewacopperblock": "waxed_weathered_cut_copper", + "cutwewaxcoblock": "waxed_weathered_cut_copper", + "cutwewaxcopblock": "waxed_weathered_cut_copper", + "cutwewaxcopperblock": "waxed_weathered_cut_copper", + "cutwewaxedcoblock": "waxed_weathered_cut_copper", + "cutwewaxedcopblock": "waxed_weathered_cut_copper", + "cutwewaxedcopperblock": "waxed_weathered_cut_copper", + "cutwthwacoblock": "waxed_weathered_cut_copper", + "cutwthwacopblock": "waxed_weathered_cut_copper", + "cutwthwacopperblock": "waxed_weathered_cut_copper", + "cutwthwaxcoblock": "waxed_weathered_cut_copper", + "cutwthwaxcopblock": "waxed_weathered_cut_copper", + "cutwthwaxcopperblock": "waxed_weathered_cut_copper", + "cutwthwaxedcoblock": "waxed_weathered_cut_copper", + "cutwthwaxedcopblock": "waxed_weathered_cut_copper", + "cutwthwaxedcopperblock": "waxed_weathered_cut_copper", + "cwaweathercoblock": "waxed_weathered_cut_copper", + "cwaweathercopblock": "waxed_weathered_cut_copper", + "cwaweathercopperblock": "waxed_weathered_cut_copper", + "cwaweatheredcoblock": "waxed_weathered_cut_copper", + "cwaweatheredcopblock": "waxed_weathered_cut_copper", + "cwaweatheredcopperblock": "waxed_weathered_cut_copper", + "cwawecoblock": "waxed_weathered_cut_copper", + "cwawecopblock": "waxed_weathered_cut_copper", + "cwawecopperblock": "waxed_weathered_cut_copper", + "cwawthcoblock": "waxed_weathered_cut_copper", + "cwawthcopblock": "waxed_weathered_cut_copper", + "cwawthcopperblock": "waxed_weathered_cut_copper", + "cwaxedweathercoblock": "waxed_weathered_cut_copper", + "cwaxedweathercopblock": "waxed_weathered_cut_copper", + "cwaxedweathercopperblock": "waxed_weathered_cut_copper", + "cwaxedweatheredcoblock": "waxed_weathered_cut_copper", + "cwaxedweatheredcopblock": "waxed_weathered_cut_copper", + "cwaxedweatheredcopperblock": "waxed_weathered_cut_copper", + "cwaxedwecoblock": "waxed_weathered_cut_copper", + "cwaxedwecopblock": "waxed_weathered_cut_copper", + "cwaxedwecopperblock": "waxed_weathered_cut_copper", + "cwaxedwthcoblock": "waxed_weathered_cut_copper", + "cwaxedwthcopblock": "waxed_weathered_cut_copper", + "cwaxedwthcopperblock": "waxed_weathered_cut_copper", + "cwaxweathercoblock": "waxed_weathered_cut_copper", + "cwaxweathercopblock": "waxed_weathered_cut_copper", + "cwaxweathercopperblock": "waxed_weathered_cut_copper", + "cwaxweatheredcoblock": "waxed_weathered_cut_copper", + "cwaxweatheredcopblock": "waxed_weathered_cut_copper", + "cwaxweatheredcopperblock": "waxed_weathered_cut_copper", + "cwaxwecoblock": "waxed_weathered_cut_copper", + "cwaxwecopblock": "waxed_weathered_cut_copper", + "cwaxwecopperblock": "waxed_weathered_cut_copper", + "cwaxwthcoblock": "waxed_weathered_cut_copper", + "cwaxwthcopblock": "waxed_weathered_cut_copper", + "cwaxwthcopperblock": "waxed_weathered_cut_copper", + "cweatheredwacoblock": "waxed_weathered_cut_copper", + "cweatheredwacopblock": "waxed_weathered_cut_copper", + "cweatheredwacopperblock": "waxed_weathered_cut_copper", + "cweatheredwaxcoblock": "waxed_weathered_cut_copper", + "cweatheredwaxcopblock": "waxed_weathered_cut_copper", + "cweatheredwaxcopperblock": "waxed_weathered_cut_copper", + "cweatheredwaxedcoblock": "waxed_weathered_cut_copper", + "cweatheredwaxedcopblock": "waxed_weathered_cut_copper", + "cweatheredwaxedcopperblock": "waxed_weathered_cut_copper", + "cweatherwacoblock": "waxed_weathered_cut_copper", + "cweatherwacopblock": "waxed_weathered_cut_copper", + "cweatherwacopperblock": "waxed_weathered_cut_copper", + "cweatherwaxcoblock": "waxed_weathered_cut_copper", + "cweatherwaxcopblock": "waxed_weathered_cut_copper", + "cweatherwaxcopperblock": "waxed_weathered_cut_copper", + "cweatherwaxedcoblock": "waxed_weathered_cut_copper", + "cweatherwaxedcopblock": "waxed_weathered_cut_copper", + "cweatherwaxedcopperblock": "waxed_weathered_cut_copper", + "cwewacoblock": "waxed_weathered_cut_copper", + "cwewacopblock": "waxed_weathered_cut_copper", + "cwewacopperblock": "waxed_weathered_cut_copper", + "cwewaxcoblock": "waxed_weathered_cut_copper", + "cwewaxcopblock": "waxed_weathered_cut_copper", + "cwewaxcopperblock": "waxed_weathered_cut_copper", + "cwewaxedcoblock": "waxed_weathered_cut_copper", + "cwewaxedcopblock": "waxed_weathered_cut_copper", + "cwewaxedcopperblock": "waxed_weathered_cut_copper", + "cwthwacoblock": "waxed_weathered_cut_copper", + "cwthwacopblock": "waxed_weathered_cut_copper", + "cwthwacopperblock": "waxed_weathered_cut_copper", + "cwthwaxcoblock": "waxed_weathered_cut_copper", + "cwthwaxcopblock": "waxed_weathered_cut_copper", + "cwthwaxcopperblock": "waxed_weathered_cut_copper", + "cwthwaxedcoblock": "waxed_weathered_cut_copper", + "cwthwaxedcopblock": "waxed_weathered_cut_copper", + "cwthwaxedcopperblock": "waxed_weathered_cut_copper", + "minecraft:waxed_weathered_cut_copper": "waxed_weathered_cut_copper", + "wacutweathercoblock": "waxed_weathered_cut_copper", + "wacutweathercopblock": "waxed_weathered_cut_copper", + "wacutweathercopperblock": "waxed_weathered_cut_copper", + "wacutweatheredcoblock": "waxed_weathered_cut_copper", + "wacutweatheredcopblock": "waxed_weathered_cut_copper", + "wacutweatheredcopperblock": "waxed_weathered_cut_copper", + "wacutwecoblock": "waxed_weathered_cut_copper", + "wacutwecopblock": "waxed_weathered_cut_copper", + "wacutwecopperblock": "waxed_weathered_cut_copper", + "wacutwthcoblock": "waxed_weathered_cut_copper", + "wacutwthcopblock": "waxed_weathered_cut_copper", + "wacutwthcopperblock": "waxed_weathered_cut_copper", + "wacweathercoblock": "waxed_weathered_cut_copper", + "wacweathercopblock": "waxed_weathered_cut_copper", + "wacweathercopperblock": "waxed_weathered_cut_copper", + "wacweatheredcoblock": "waxed_weathered_cut_copper", + "wacweatheredcopblock": "waxed_weathered_cut_copper", + "wacweatheredcopperblock": "waxed_weathered_cut_copper", + "wacwecoblock": "waxed_weathered_cut_copper", + "wacwecopblock": "waxed_weathered_cut_copper", + "wacwecopperblock": "waxed_weathered_cut_copper", + "wacwthcoblock": "waxed_weathered_cut_copper", + "wacwthcopblock": "waxed_weathered_cut_copper", + "wacwthcopperblock": "waxed_weathered_cut_copper", + "waweatherccoblock": "waxed_weathered_cut_copper", + "waweatherccopblock": "waxed_weathered_cut_copper", + "waweatherccopperblock": "waxed_weathered_cut_copper", + "waweathercutcoblock": "waxed_weathered_cut_copper", + "waweathercutcopblock": "waxed_weathered_cut_copper", + "waweathercutcopperblock": "waxed_weathered_cut_copper", + "waweatheredccoblock": "waxed_weathered_cut_copper", + "waweatheredccopblock": "waxed_weathered_cut_copper", + "waweatheredccopperblock": "waxed_weathered_cut_copper", + "waweatheredcutcoblock": "waxed_weathered_cut_copper", + "waweatheredcutcopblock": "waxed_weathered_cut_copper", + "waweatheredcutcopperblock": "waxed_weathered_cut_copper", + "waweccoblock": "waxed_weathered_cut_copper", + "waweccopblock": "waxed_weathered_cut_copper", + "waweccopperblock": "waxed_weathered_cut_copper", + "wawecutcoblock": "waxed_weathered_cut_copper", + "wawecutcopblock": "waxed_weathered_cut_copper", + "wawecutcopperblock": "waxed_weathered_cut_copper", + "wawthccoblock": "waxed_weathered_cut_copper", + "wawthccopblock": "waxed_weathered_cut_copper", + "wawthccopperblock": "waxed_weathered_cut_copper", + "wawthcutcoblock": "waxed_weathered_cut_copper", + "wawthcutcopblock": "waxed_weathered_cut_copper", + "wawthcutcopperblock": "waxed_weathered_cut_copper", + "waxcutweathercoblock": "waxed_weathered_cut_copper", + "waxcutweathercopblock": "waxed_weathered_cut_copper", + "waxcutweathercopperblock": "waxed_weathered_cut_copper", + "waxcutweatheredcoblock": "waxed_weathered_cut_copper", + "waxcutweatheredcopblock": "waxed_weathered_cut_copper", + "waxcutweatheredcopperblock": "waxed_weathered_cut_copper", + "waxcutwecoblock": "waxed_weathered_cut_copper", + "waxcutwecopblock": "waxed_weathered_cut_copper", + "waxcutwecopperblock": "waxed_weathered_cut_copper", + "waxcutwthcoblock": "waxed_weathered_cut_copper", + "waxcutwthcopblock": "waxed_weathered_cut_copper", + "waxcutwthcopperblock": "waxed_weathered_cut_copper", + "waxcweathercoblock": "waxed_weathered_cut_copper", + "waxcweathercopblock": "waxed_weathered_cut_copper", + "waxcweathercopperblock": "waxed_weathered_cut_copper", + "waxcweatheredcoblock": "waxed_weathered_cut_copper", + "waxcweatheredcopblock": "waxed_weathered_cut_copper", + "waxcweatheredcopperblock": "waxed_weathered_cut_copper", + "waxcwecoblock": "waxed_weathered_cut_copper", + "waxcwecopblock": "waxed_weathered_cut_copper", + "waxcwecopperblock": "waxed_weathered_cut_copper", + "waxcwthcoblock": "waxed_weathered_cut_copper", + "waxcwthcopblock": "waxed_weathered_cut_copper", + "waxcwthcopperblock": "waxed_weathered_cut_copper", + "waxedcutweathercoblock": "waxed_weathered_cut_copper", + "waxedcutweathercopblock": "waxed_weathered_cut_copper", + "waxedcutweathercopperblock": "waxed_weathered_cut_copper", + "waxedcutweatheredcoblock": "waxed_weathered_cut_copper", + "waxedcutweatheredcopblock": "waxed_weathered_cut_copper", + "waxedcutweatheredcopperblock": "waxed_weathered_cut_copper", + "waxedcutwecoblock": "waxed_weathered_cut_copper", + "waxedcutwecopblock": "waxed_weathered_cut_copper", + "waxedcutwecopperblock": "waxed_weathered_cut_copper", + "waxedcutwthcoblock": "waxed_weathered_cut_copper", + "waxedcutwthcopblock": "waxed_weathered_cut_copper", + "waxedcutwthcopperblock": "waxed_weathered_cut_copper", + "waxedcweathercoblock": "waxed_weathered_cut_copper", + "waxedcweathercopblock": "waxed_weathered_cut_copper", + "waxedcweathercopperblock": "waxed_weathered_cut_copper", + "waxedcweatheredcoblock": "waxed_weathered_cut_copper", + "waxedcweatheredcopblock": "waxed_weathered_cut_copper", + "waxedcweatheredcopperblock": "waxed_weathered_cut_copper", + "waxedcwecoblock": "waxed_weathered_cut_copper", + "waxedcwecopblock": "waxed_weathered_cut_copper", + "waxedcwecopperblock": "waxed_weathered_cut_copper", + "waxedcwthcoblock": "waxed_weathered_cut_copper", + "waxedcwthcopblock": "waxed_weathered_cut_copper", + "waxedcwthcopperblock": "waxed_weathered_cut_copper", + "waxedweatherccoblock": "waxed_weathered_cut_copper", + "waxedweatherccopblock": "waxed_weathered_cut_copper", + "waxedweatherccopperblock": "waxed_weathered_cut_copper", + "waxedweathercutcoblock": "waxed_weathered_cut_copper", + "waxedweathercutcopblock": "waxed_weathered_cut_copper", + "waxedweathercutcopperblock": "waxed_weathered_cut_copper", + "waxedweatheredccoblock": "waxed_weathered_cut_copper", + "waxedweatheredccopblock": "waxed_weathered_cut_copper", + "waxedweatheredccopperblock": "waxed_weathered_cut_copper", + "waxedweatheredcutcoblock": "waxed_weathered_cut_copper", + "waxedweatheredcutcopblock": "waxed_weathered_cut_copper", + "waxedweatheredcutcopper": "waxed_weathered_cut_copper", + "waxedweatheredcutcopperblock": "waxed_weathered_cut_copper", + "waxedweccoblock": "waxed_weathered_cut_copper", + "waxedweccopblock": "waxed_weathered_cut_copper", + "waxedweccopperblock": "waxed_weathered_cut_copper", + "waxedwecutcoblock": "waxed_weathered_cut_copper", + "waxedwecutcopblock": "waxed_weathered_cut_copper", + "waxedwecutcopperblock": "waxed_weathered_cut_copper", + "waxedwthccoblock": "waxed_weathered_cut_copper", + "waxedwthccopblock": "waxed_weathered_cut_copper", + "waxedwthccopperblock": "waxed_weathered_cut_copper", + "waxedwthcutcoblock": "waxed_weathered_cut_copper", + "waxedwthcutcopblock": "waxed_weathered_cut_copper", + "waxedwthcutcopperblock": "waxed_weathered_cut_copper", + "waxweatherccoblock": "waxed_weathered_cut_copper", + "waxweatherccopblock": "waxed_weathered_cut_copper", + "waxweatherccopperblock": "waxed_weathered_cut_copper", + "waxweathercutcoblock": "waxed_weathered_cut_copper", + "waxweathercutcopblock": "waxed_weathered_cut_copper", + "waxweathercutcopperblock": "waxed_weathered_cut_copper", + "waxweatheredccoblock": "waxed_weathered_cut_copper", + "waxweatheredccopblock": "waxed_weathered_cut_copper", + "waxweatheredccopperblock": "waxed_weathered_cut_copper", + "waxweatheredcutcoblock": "waxed_weathered_cut_copper", + "waxweatheredcutcopblock": "waxed_weathered_cut_copper", + "waxweatheredcutcopperblock": "waxed_weathered_cut_copper", + "waxweccoblock": "waxed_weathered_cut_copper", + "waxweccopblock": "waxed_weathered_cut_copper", + "waxweccopperblock": "waxed_weathered_cut_copper", + "waxwecutcoblock": "waxed_weathered_cut_copper", + "waxwecutcopblock": "waxed_weathered_cut_copper", + "waxwecutcopperblock": "waxed_weathered_cut_copper", + "waxwthccoblock": "waxed_weathered_cut_copper", + "waxwthccopblock": "waxed_weathered_cut_copper", + "waxwthccopperblock": "waxed_weathered_cut_copper", + "waxwthcutcoblock": "waxed_weathered_cut_copper", + "waxwthcutcopblock": "waxed_weathered_cut_copper", + "waxwthcutcopperblock": "waxed_weathered_cut_copper", + "weathercutwacoblock": "waxed_weathered_cut_copper", + "weathercutwacopblock": "waxed_weathered_cut_copper", + "weathercutwacopperblock": "waxed_weathered_cut_copper", + "weathercutwaxcoblock": "waxed_weathered_cut_copper", + "weathercutwaxcopblock": "waxed_weathered_cut_copper", + "weathercutwaxcopperblock": "waxed_weathered_cut_copper", + "weathercutwaxedcoblock": "waxed_weathered_cut_copper", + "weathercutwaxedcopblock": "waxed_weathered_cut_copper", + "weathercutwaxedcopperblock": "waxed_weathered_cut_copper", + "weathercwacoblock": "waxed_weathered_cut_copper", + "weathercwacopblock": "waxed_weathered_cut_copper", + "weathercwacopperblock": "waxed_weathered_cut_copper", + "weathercwaxcoblock": "waxed_weathered_cut_copper", + "weathercwaxcopblock": "waxed_weathered_cut_copper", + "weathercwaxcopperblock": "waxed_weathered_cut_copper", + "weathercwaxedcoblock": "waxed_weathered_cut_copper", + "weathercwaxedcopblock": "waxed_weathered_cut_copper", + "weathercwaxedcopperblock": "waxed_weathered_cut_copper", + "weatheredcutwacoblock": "waxed_weathered_cut_copper", + "weatheredcutwacopblock": "waxed_weathered_cut_copper", + "weatheredcutwacopperblock": "waxed_weathered_cut_copper", + "weatheredcutwaxcoblock": "waxed_weathered_cut_copper", + "weatheredcutwaxcopblock": "waxed_weathered_cut_copper", + "weatheredcutwaxcopperblock": "waxed_weathered_cut_copper", + "weatheredcutwaxedcoblock": "waxed_weathered_cut_copper", + "weatheredcutwaxedcopblock": "waxed_weathered_cut_copper", + "weatheredcutwaxedcopperblock": "waxed_weathered_cut_copper", + "weatheredcwacoblock": "waxed_weathered_cut_copper", + "weatheredcwacopblock": "waxed_weathered_cut_copper", + "weatheredcwacopperblock": "waxed_weathered_cut_copper", + "weatheredcwaxcoblock": "waxed_weathered_cut_copper", + "weatheredcwaxcopblock": "waxed_weathered_cut_copper", + "weatheredcwaxcopperblock": "waxed_weathered_cut_copper", + "weatheredcwaxedcoblock": "waxed_weathered_cut_copper", + "weatheredcwaxedcopblock": "waxed_weathered_cut_copper", + "weatheredcwaxedcopperblock": "waxed_weathered_cut_copper", + "weatheredwaccoblock": "waxed_weathered_cut_copper", + "weatheredwaccopblock": "waxed_weathered_cut_copper", + "weatheredwaccopperblock": "waxed_weathered_cut_copper", + "weatheredwacutcoblock": "waxed_weathered_cut_copper", + "weatheredwacutcopblock": "waxed_weathered_cut_copper", + "weatheredwacutcopperblock": "waxed_weathered_cut_copper", + "weatheredwaxccoblock": "waxed_weathered_cut_copper", + "weatheredwaxccopblock": "waxed_weathered_cut_copper", + "weatheredwaxccopperblock": "waxed_weathered_cut_copper", + "weatheredwaxcutcoblock": "waxed_weathered_cut_copper", + "weatheredwaxcutcopblock": "waxed_weathered_cut_copper", + "weatheredwaxcutcopperblock": "waxed_weathered_cut_copper", + "weatheredwaxedccoblock": "waxed_weathered_cut_copper", + "weatheredwaxedccopblock": "waxed_weathered_cut_copper", + "weatheredwaxedccopperblock": "waxed_weathered_cut_copper", + "weatheredwaxedcutcoblock": "waxed_weathered_cut_copper", + "weatheredwaxedcutcopblock": "waxed_weathered_cut_copper", + "weatheredwaxedcutcopperblock": "waxed_weathered_cut_copper", + "weatherwaccoblock": "waxed_weathered_cut_copper", + "weatherwaccopblock": "waxed_weathered_cut_copper", + "weatherwaccopperblock": "waxed_weathered_cut_copper", + "weatherwacutcoblock": "waxed_weathered_cut_copper", + "weatherwacutcopblock": "waxed_weathered_cut_copper", + "weatherwacutcopperblock": "waxed_weathered_cut_copper", + "weatherwaxccoblock": "waxed_weathered_cut_copper", + "weatherwaxccopblock": "waxed_weathered_cut_copper", + "weatherwaxccopperblock": "waxed_weathered_cut_copper", + "weatherwaxcutcoblock": "waxed_weathered_cut_copper", + "weatherwaxcutcopblock": "waxed_weathered_cut_copper", + "weatherwaxcutcopperblock": "waxed_weathered_cut_copper", + "weatherwaxedccoblock": "waxed_weathered_cut_copper", + "weatherwaxedccopblock": "waxed_weathered_cut_copper", + "weatherwaxedccopperblock": "waxed_weathered_cut_copper", + "weatherwaxedcutcoblock": "waxed_weathered_cut_copper", + "weatherwaxedcutcopblock": "waxed_weathered_cut_copper", + "weatherwaxedcutcopperblock": "waxed_weathered_cut_copper", + "wecutwacoblock": "waxed_weathered_cut_copper", + "wecutwacopblock": "waxed_weathered_cut_copper", + "wecutwacopperblock": "waxed_weathered_cut_copper", + "wecutwaxcoblock": "waxed_weathered_cut_copper", + "wecutwaxcopblock": "waxed_weathered_cut_copper", + "wecutwaxcopperblock": "waxed_weathered_cut_copper", + "wecutwaxedcoblock": "waxed_weathered_cut_copper", + "wecutwaxedcopblock": "waxed_weathered_cut_copper", + "wecutwaxedcopperblock": "waxed_weathered_cut_copper", + "wecwacoblock": "waxed_weathered_cut_copper", + "wecwacopblock": "waxed_weathered_cut_copper", + "wecwacopperblock": "waxed_weathered_cut_copper", + "wecwaxcoblock": "waxed_weathered_cut_copper", + "wecwaxcopblock": "waxed_weathered_cut_copper", + "wecwaxcopperblock": "waxed_weathered_cut_copper", + "wecwaxedcoblock": "waxed_weathered_cut_copper", + "wecwaxedcopblock": "waxed_weathered_cut_copper", + "wecwaxedcopperblock": "waxed_weathered_cut_copper", + "wewaccoblock": "waxed_weathered_cut_copper", + "wewaccopblock": "waxed_weathered_cut_copper", + "wewaccopperblock": "waxed_weathered_cut_copper", + "wewacutcoblock": "waxed_weathered_cut_copper", + "wewacutcopblock": "waxed_weathered_cut_copper", + "wewacutcopperblock": "waxed_weathered_cut_copper", + "wewaxccoblock": "waxed_weathered_cut_copper", + "wewaxccopblock": "waxed_weathered_cut_copper", + "wewaxccopperblock": "waxed_weathered_cut_copper", + "wewaxcutcoblock": "waxed_weathered_cut_copper", + "wewaxcutcopblock": "waxed_weathered_cut_copper", + "wewaxcutcopperblock": "waxed_weathered_cut_copper", + "wewaxedccoblock": "waxed_weathered_cut_copper", + "wewaxedccopblock": "waxed_weathered_cut_copper", + "wewaxedccopperblock": "waxed_weathered_cut_copper", + "wewaxedcutcoblock": "waxed_weathered_cut_copper", + "wewaxedcutcopblock": "waxed_weathered_cut_copper", + "wewaxedcutcopperblock": "waxed_weathered_cut_copper", + "wthcutwacoblock": "waxed_weathered_cut_copper", + "wthcutwacopblock": "waxed_weathered_cut_copper", + "wthcutwacopperblock": "waxed_weathered_cut_copper", + "wthcutwaxcoblock": "waxed_weathered_cut_copper", + "wthcutwaxcopblock": "waxed_weathered_cut_copper", + "wthcutwaxcopperblock": "waxed_weathered_cut_copper", + "wthcutwaxedcoblock": "waxed_weathered_cut_copper", + "wthcutwaxedcopblock": "waxed_weathered_cut_copper", + "wthcutwaxedcopperblock": "waxed_weathered_cut_copper", + "wthcwacoblock": "waxed_weathered_cut_copper", + "wthcwacopblock": "waxed_weathered_cut_copper", + "wthcwacopperblock": "waxed_weathered_cut_copper", + "wthcwaxcoblock": "waxed_weathered_cut_copper", + "wthcwaxcopblock": "waxed_weathered_cut_copper", + "wthcwaxcopperblock": "waxed_weathered_cut_copper", + "wthcwaxedcoblock": "waxed_weathered_cut_copper", + "wthcwaxedcopblock": "waxed_weathered_cut_copper", + "wthcwaxedcopperblock": "waxed_weathered_cut_copper", + "wthwaccoblock": "waxed_weathered_cut_copper", + "wthwaccopblock": "waxed_weathered_cut_copper", + "wthwaccopperblock": "waxed_weathered_cut_copper", + "wthwacutcoblock": "waxed_weathered_cut_copper", + "wthwacutcopblock": "waxed_weathered_cut_copper", + "wthwacutcopperblock": "waxed_weathered_cut_copper", + "wthwaxccoblock": "waxed_weathered_cut_copper", + "wthwaxccopblock": "waxed_weathered_cut_copper", + "wthwaxccopperblock": "waxed_weathered_cut_copper", + "wthwaxcutcoblock": "waxed_weathered_cut_copper", + "wthwaxcutcopblock": "waxed_weathered_cut_copper", + "wthwaxcutcopperblock": "waxed_weathered_cut_copper", + "wthwaxedccoblock": "waxed_weathered_cut_copper", + "wthwaxedccopblock": "waxed_weathered_cut_copper", + "wthwaxedccopperblock": "waxed_weathered_cut_copper", + "wthwaxedcutcoblock": "waxed_weathered_cut_copper", + "wthwaxedcutcopblock": "waxed_weathered_cut_copper", + "wthwaxedcutcopperblock": "waxed_weathered_cut_copper", + "waxed_weathered_cut_copper_slab": { + "material": "WAXED_WEATHERED_CUT_COPPER_SLAB" + }, + "cutwaweathercohalfblock": "waxed_weathered_cut_copper_slab", + "cutwaweathercophalfblock": "waxed_weathered_cut_copper_slab", + "cutwaweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwaweathercoppersl": "waxed_weathered_cut_copper_slab", + "cutwaweathercopperslab": "waxed_weathered_cut_copper_slab", + "cutwaweathercopperstep": "waxed_weathered_cut_copper_slab", + "cutwaweathercopsl": "waxed_weathered_cut_copper_slab", + "cutwaweathercopslab": "waxed_weathered_cut_copper_slab", + "cutwaweathercopstep": "waxed_weathered_cut_copper_slab", + "cutwaweathercosl": "waxed_weathered_cut_copper_slab", + "cutwaweathercoslab": "waxed_weathered_cut_copper_slab", + "cutwaweathercostep": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcopsl": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcopslab": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcopstep": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcosl": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcoslab": "waxed_weathered_cut_copper_slab", + "cutwaweatheredcostep": "waxed_weathered_cut_copper_slab", + "cutwawecohalfblock": "waxed_weathered_cut_copper_slab", + "cutwawecophalfblock": "waxed_weathered_cut_copper_slab", + "cutwawecopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwawecoppersl": "waxed_weathered_cut_copper_slab", + "cutwawecopperslab": "waxed_weathered_cut_copper_slab", + "cutwawecopperstep": "waxed_weathered_cut_copper_slab", + "cutwawecopsl": "waxed_weathered_cut_copper_slab", + "cutwawecopslab": "waxed_weathered_cut_copper_slab", + "cutwawecopstep": "waxed_weathered_cut_copper_slab", + "cutwawecosl": "waxed_weathered_cut_copper_slab", + "cutwawecoslab": "waxed_weathered_cut_copper_slab", + "cutwawecostep": "waxed_weathered_cut_copper_slab", + "cutwawthcohalfblock": "waxed_weathered_cut_copper_slab", + "cutwawthcophalfblock": "waxed_weathered_cut_copper_slab", + "cutwawthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwawthcoppersl": "waxed_weathered_cut_copper_slab", + "cutwawthcopperslab": "waxed_weathered_cut_copper_slab", + "cutwawthcopperstep": "waxed_weathered_cut_copper_slab", + "cutwawthcopsl": "waxed_weathered_cut_copper_slab", + "cutwawthcopslab": "waxed_weathered_cut_copper_slab", + "cutwawthcopstep": "waxed_weathered_cut_copper_slab", + "cutwawthcosl": "waxed_weathered_cut_copper_slab", + "cutwawthcoslab": "waxed_weathered_cut_copper_slab", + "cutwawthcostep": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercohalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercophalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercoppersl": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercopperslab": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercopperstep": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercopsl": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercopslab": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercopstep": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercosl": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercoslab": "waxed_weathered_cut_copper_slab", + "cutwaxedweathercostep": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcopsl": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcopslab": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcopstep": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcosl": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcoslab": "waxed_weathered_cut_copper_slab", + "cutwaxedweatheredcostep": "waxed_weathered_cut_copper_slab", + "cutwaxedwecohalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedwecophalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedwecopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedwecoppersl": "waxed_weathered_cut_copper_slab", + "cutwaxedwecopperslab": "waxed_weathered_cut_copper_slab", + "cutwaxedwecopperstep": "waxed_weathered_cut_copper_slab", + "cutwaxedwecopsl": "waxed_weathered_cut_copper_slab", + "cutwaxedwecopslab": "waxed_weathered_cut_copper_slab", + "cutwaxedwecopstep": "waxed_weathered_cut_copper_slab", + "cutwaxedwecosl": "waxed_weathered_cut_copper_slab", + "cutwaxedwecoslab": "waxed_weathered_cut_copper_slab", + "cutwaxedwecostep": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcohalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcophalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcoppersl": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcopperslab": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcopperstep": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcopsl": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcopslab": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcopstep": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcosl": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcoslab": "waxed_weathered_cut_copper_slab", + "cutwaxedwthcostep": "waxed_weathered_cut_copper_slab", + "cutwaxweathercohalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxweathercophalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxweathercoppersl": "waxed_weathered_cut_copper_slab", + "cutwaxweathercopperslab": "waxed_weathered_cut_copper_slab", + "cutwaxweathercopperstep": "waxed_weathered_cut_copper_slab", + "cutwaxweathercopsl": "waxed_weathered_cut_copper_slab", + "cutwaxweathercopslab": "waxed_weathered_cut_copper_slab", + "cutwaxweathercopstep": "waxed_weathered_cut_copper_slab", + "cutwaxweathercosl": "waxed_weathered_cut_copper_slab", + "cutwaxweathercoslab": "waxed_weathered_cut_copper_slab", + "cutwaxweathercostep": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcopsl": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcopslab": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcopstep": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcosl": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcoslab": "waxed_weathered_cut_copper_slab", + "cutwaxweatheredcostep": "waxed_weathered_cut_copper_slab", + "cutwaxwecohalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxwecophalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxwecopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxwecoppersl": "waxed_weathered_cut_copper_slab", + "cutwaxwecopperslab": "waxed_weathered_cut_copper_slab", + "cutwaxwecopperstep": "waxed_weathered_cut_copper_slab", + "cutwaxwecopsl": "waxed_weathered_cut_copper_slab", + "cutwaxwecopslab": "waxed_weathered_cut_copper_slab", + "cutwaxwecopstep": "waxed_weathered_cut_copper_slab", + "cutwaxwecosl": "waxed_weathered_cut_copper_slab", + "cutwaxwecoslab": "waxed_weathered_cut_copper_slab", + "cutwaxwecostep": "waxed_weathered_cut_copper_slab", + "cutwaxwthcohalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxwthcophalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxwthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwaxwthcoppersl": "waxed_weathered_cut_copper_slab", + "cutwaxwthcopperslab": "waxed_weathered_cut_copper_slab", + "cutwaxwthcopperstep": "waxed_weathered_cut_copper_slab", + "cutwaxwthcopsl": "waxed_weathered_cut_copper_slab", + "cutwaxwthcopslab": "waxed_weathered_cut_copper_slab", + "cutwaxwthcopstep": "waxed_weathered_cut_copper_slab", + "cutwaxwthcosl": "waxed_weathered_cut_copper_slab", + "cutwaxwthcoslab": "waxed_weathered_cut_copper_slab", + "cutwaxwthcostep": "waxed_weathered_cut_copper_slab", + "cutweatheredwacohalfblock": "waxed_weathered_cut_copper_slab", + "cutweatheredwacophalfblock": "waxed_weathered_cut_copper_slab", + "cutweatheredwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutweatheredwacoppersl": "waxed_weathered_cut_copper_slab", + "cutweatheredwacopperslab": "waxed_weathered_cut_copper_slab", + "cutweatheredwacopperstep": "waxed_weathered_cut_copper_slab", + "cutweatheredwacopsl": "waxed_weathered_cut_copper_slab", + "cutweatheredwacopslab": "waxed_weathered_cut_copper_slab", + "cutweatheredwacopstep": "waxed_weathered_cut_copper_slab", + "cutweatheredwacosl": "waxed_weathered_cut_copper_slab", + "cutweatheredwacoslab": "waxed_weathered_cut_copper_slab", + "cutweatheredwacostep": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcoppersl": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcopperslab": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcopperstep": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcopsl": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcopslab": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcopstep": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcosl": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcoslab": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxcostep": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcopsl": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcopslab": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcopstep": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcosl": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcoslab": "waxed_weathered_cut_copper_slab", + "cutweatheredwaxedcostep": "waxed_weathered_cut_copper_slab", + "cutweatherwacohalfblock": "waxed_weathered_cut_copper_slab", + "cutweatherwacophalfblock": "waxed_weathered_cut_copper_slab", + "cutweatherwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutweatherwacoppersl": "waxed_weathered_cut_copper_slab", + "cutweatherwacopperslab": "waxed_weathered_cut_copper_slab", + "cutweatherwacopperstep": "waxed_weathered_cut_copper_slab", + "cutweatherwacopsl": "waxed_weathered_cut_copper_slab", + "cutweatherwacopslab": "waxed_weathered_cut_copper_slab", + "cutweatherwacopstep": "waxed_weathered_cut_copper_slab", + "cutweatherwacosl": "waxed_weathered_cut_copper_slab", + "cutweatherwacoslab": "waxed_weathered_cut_copper_slab", + "cutweatherwacostep": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcoppersl": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcopperslab": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcopperstep": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcopsl": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcopslab": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcopstep": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcosl": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcoslab": "waxed_weathered_cut_copper_slab", + "cutweatherwaxcostep": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcopsl": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcopslab": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcopstep": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcosl": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcoslab": "waxed_weathered_cut_copper_slab", + "cutweatherwaxedcostep": "waxed_weathered_cut_copper_slab", + "cutwewacohalfblock": "waxed_weathered_cut_copper_slab", + "cutwewacophalfblock": "waxed_weathered_cut_copper_slab", + "cutwewacopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwewacoppersl": "waxed_weathered_cut_copper_slab", + "cutwewacopperslab": "waxed_weathered_cut_copper_slab", + "cutwewacopperstep": "waxed_weathered_cut_copper_slab", + "cutwewacopsl": "waxed_weathered_cut_copper_slab", + "cutwewacopslab": "waxed_weathered_cut_copper_slab", + "cutwewacopstep": "waxed_weathered_cut_copper_slab", + "cutwewacosl": "waxed_weathered_cut_copper_slab", + "cutwewacoslab": "waxed_weathered_cut_copper_slab", + "cutwewacostep": "waxed_weathered_cut_copper_slab", + "cutwewaxcohalfblock": "waxed_weathered_cut_copper_slab", + "cutwewaxcophalfblock": "waxed_weathered_cut_copper_slab", + "cutwewaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwewaxcoppersl": "waxed_weathered_cut_copper_slab", + "cutwewaxcopperslab": "waxed_weathered_cut_copper_slab", + "cutwewaxcopperstep": "waxed_weathered_cut_copper_slab", + "cutwewaxcopsl": "waxed_weathered_cut_copper_slab", + "cutwewaxcopslab": "waxed_weathered_cut_copper_slab", + "cutwewaxcopstep": "waxed_weathered_cut_copper_slab", + "cutwewaxcosl": "waxed_weathered_cut_copper_slab", + "cutwewaxcoslab": "waxed_weathered_cut_copper_slab", + "cutwewaxcostep": "waxed_weathered_cut_copper_slab", + "cutwewaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "cutwewaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "cutwewaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwewaxedcoppersl": "waxed_weathered_cut_copper_slab", + "cutwewaxedcopperslab": "waxed_weathered_cut_copper_slab", + "cutwewaxedcopperstep": "waxed_weathered_cut_copper_slab", + "cutwewaxedcopsl": "waxed_weathered_cut_copper_slab", + "cutwewaxedcopslab": "waxed_weathered_cut_copper_slab", + "cutwewaxedcopstep": "waxed_weathered_cut_copper_slab", + "cutwewaxedcosl": "waxed_weathered_cut_copper_slab", + "cutwewaxedcoslab": "waxed_weathered_cut_copper_slab", + "cutwewaxedcostep": "waxed_weathered_cut_copper_slab", + "cutwthwacohalfblock": "waxed_weathered_cut_copper_slab", + "cutwthwacophalfblock": "waxed_weathered_cut_copper_slab", + "cutwthwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwthwacoppersl": "waxed_weathered_cut_copper_slab", + "cutwthwacopperslab": "waxed_weathered_cut_copper_slab", + "cutwthwacopperstep": "waxed_weathered_cut_copper_slab", + "cutwthwacopsl": "waxed_weathered_cut_copper_slab", + "cutwthwacopslab": "waxed_weathered_cut_copper_slab", + "cutwthwacopstep": "waxed_weathered_cut_copper_slab", + "cutwthwacosl": "waxed_weathered_cut_copper_slab", + "cutwthwacoslab": "waxed_weathered_cut_copper_slab", + "cutwthwacostep": "waxed_weathered_cut_copper_slab", + "cutwthwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "cutwthwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "cutwthwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwthwaxcoppersl": "waxed_weathered_cut_copper_slab", + "cutwthwaxcopperslab": "waxed_weathered_cut_copper_slab", + "cutwthwaxcopperstep": "waxed_weathered_cut_copper_slab", + "cutwthwaxcopsl": "waxed_weathered_cut_copper_slab", + "cutwthwaxcopslab": "waxed_weathered_cut_copper_slab", + "cutwthwaxcopstep": "waxed_weathered_cut_copper_slab", + "cutwthwaxcosl": "waxed_weathered_cut_copper_slab", + "cutwthwaxcoslab": "waxed_weathered_cut_copper_slab", + "cutwthwaxcostep": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcopsl": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcopslab": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcopstep": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcosl": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcoslab": "waxed_weathered_cut_copper_slab", + "cutwthwaxedcostep": "waxed_weathered_cut_copper_slab", + "cwaweathercohalfblock": "waxed_weathered_cut_copper_slab", + "cwaweathercophalfblock": "waxed_weathered_cut_copper_slab", + "cwaweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwaweathercoppersl": "waxed_weathered_cut_copper_slab", + "cwaweathercopperslab": "waxed_weathered_cut_copper_slab", + "cwaweathercopperstep": "waxed_weathered_cut_copper_slab", + "cwaweathercopsl": "waxed_weathered_cut_copper_slab", + "cwaweathercopslab": "waxed_weathered_cut_copper_slab", + "cwaweathercopstep": "waxed_weathered_cut_copper_slab", + "cwaweathercosl": "waxed_weathered_cut_copper_slab", + "cwaweathercoslab": "waxed_weathered_cut_copper_slab", + "cwaweathercostep": "waxed_weathered_cut_copper_slab", + "cwaweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "cwaweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "cwaweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwaweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "cwaweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "cwaweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "cwaweatheredcopsl": "waxed_weathered_cut_copper_slab", + "cwaweatheredcopslab": "waxed_weathered_cut_copper_slab", + "cwaweatheredcopstep": "waxed_weathered_cut_copper_slab", + "cwaweatheredcosl": "waxed_weathered_cut_copper_slab", + "cwaweatheredcoslab": "waxed_weathered_cut_copper_slab", + "cwaweatheredcostep": "waxed_weathered_cut_copper_slab", + "cwawecohalfblock": "waxed_weathered_cut_copper_slab", + "cwawecophalfblock": "waxed_weathered_cut_copper_slab", + "cwawecopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwawecoppersl": "waxed_weathered_cut_copper_slab", + "cwawecopperslab": "waxed_weathered_cut_copper_slab", + "cwawecopperstep": "waxed_weathered_cut_copper_slab", + "cwawecopsl": "waxed_weathered_cut_copper_slab", + "cwawecopslab": "waxed_weathered_cut_copper_slab", + "cwawecopstep": "waxed_weathered_cut_copper_slab", + "cwawecosl": "waxed_weathered_cut_copper_slab", + "cwawecoslab": "waxed_weathered_cut_copper_slab", + "cwawecostep": "waxed_weathered_cut_copper_slab", + "cwawthcohalfblock": "waxed_weathered_cut_copper_slab", + "cwawthcophalfblock": "waxed_weathered_cut_copper_slab", + "cwawthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwawthcoppersl": "waxed_weathered_cut_copper_slab", + "cwawthcopperslab": "waxed_weathered_cut_copper_slab", + "cwawthcopperstep": "waxed_weathered_cut_copper_slab", + "cwawthcopsl": "waxed_weathered_cut_copper_slab", + "cwawthcopslab": "waxed_weathered_cut_copper_slab", + "cwawthcopstep": "waxed_weathered_cut_copper_slab", + "cwawthcosl": "waxed_weathered_cut_copper_slab", + "cwawthcoslab": "waxed_weathered_cut_copper_slab", + "cwawthcostep": "waxed_weathered_cut_copper_slab", + "cwaxedweathercohalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedweathercophalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedweathercoppersl": "waxed_weathered_cut_copper_slab", + "cwaxedweathercopperslab": "waxed_weathered_cut_copper_slab", + "cwaxedweathercopperstep": "waxed_weathered_cut_copper_slab", + "cwaxedweathercopsl": "waxed_weathered_cut_copper_slab", + "cwaxedweathercopslab": "waxed_weathered_cut_copper_slab", + "cwaxedweathercopstep": "waxed_weathered_cut_copper_slab", + "cwaxedweathercosl": "waxed_weathered_cut_copper_slab", + "cwaxedweathercoslab": "waxed_weathered_cut_copper_slab", + "cwaxedweathercostep": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcopsl": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcopslab": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcopstep": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcosl": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcoslab": "waxed_weathered_cut_copper_slab", + "cwaxedweatheredcostep": "waxed_weathered_cut_copper_slab", + "cwaxedwecohalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedwecophalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedwecopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedwecoppersl": "waxed_weathered_cut_copper_slab", + "cwaxedwecopperslab": "waxed_weathered_cut_copper_slab", + "cwaxedwecopperstep": "waxed_weathered_cut_copper_slab", + "cwaxedwecopsl": "waxed_weathered_cut_copper_slab", + "cwaxedwecopslab": "waxed_weathered_cut_copper_slab", + "cwaxedwecopstep": "waxed_weathered_cut_copper_slab", + "cwaxedwecosl": "waxed_weathered_cut_copper_slab", + "cwaxedwecoslab": "waxed_weathered_cut_copper_slab", + "cwaxedwecostep": "waxed_weathered_cut_copper_slab", + "cwaxedwthcohalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedwthcophalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedwthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwaxedwthcoppersl": "waxed_weathered_cut_copper_slab", + "cwaxedwthcopperslab": "waxed_weathered_cut_copper_slab", + "cwaxedwthcopperstep": "waxed_weathered_cut_copper_slab", + "cwaxedwthcopsl": "waxed_weathered_cut_copper_slab", + "cwaxedwthcopslab": "waxed_weathered_cut_copper_slab", + "cwaxedwthcopstep": "waxed_weathered_cut_copper_slab", + "cwaxedwthcosl": "waxed_weathered_cut_copper_slab", + "cwaxedwthcoslab": "waxed_weathered_cut_copper_slab", + "cwaxedwthcostep": "waxed_weathered_cut_copper_slab", + "cwaxweathercohalfblock": "waxed_weathered_cut_copper_slab", + "cwaxweathercophalfblock": "waxed_weathered_cut_copper_slab", + "cwaxweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwaxweathercoppersl": "waxed_weathered_cut_copper_slab", + "cwaxweathercopperslab": "waxed_weathered_cut_copper_slab", + "cwaxweathercopperstep": "waxed_weathered_cut_copper_slab", + "cwaxweathercopsl": "waxed_weathered_cut_copper_slab", + "cwaxweathercopslab": "waxed_weathered_cut_copper_slab", + "cwaxweathercopstep": "waxed_weathered_cut_copper_slab", + "cwaxweathercosl": "waxed_weathered_cut_copper_slab", + "cwaxweathercoslab": "waxed_weathered_cut_copper_slab", + "cwaxweathercostep": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcopsl": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcopslab": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcopstep": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcosl": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcoslab": "waxed_weathered_cut_copper_slab", + "cwaxweatheredcostep": "waxed_weathered_cut_copper_slab", + "cwaxwecohalfblock": "waxed_weathered_cut_copper_slab", + "cwaxwecophalfblock": "waxed_weathered_cut_copper_slab", + "cwaxwecopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwaxwecoppersl": "waxed_weathered_cut_copper_slab", + "cwaxwecopperslab": "waxed_weathered_cut_copper_slab", + "cwaxwecopperstep": "waxed_weathered_cut_copper_slab", + "cwaxwecopsl": "waxed_weathered_cut_copper_slab", + "cwaxwecopslab": "waxed_weathered_cut_copper_slab", + "cwaxwecopstep": "waxed_weathered_cut_copper_slab", + "cwaxwecosl": "waxed_weathered_cut_copper_slab", + "cwaxwecoslab": "waxed_weathered_cut_copper_slab", + "cwaxwecostep": "waxed_weathered_cut_copper_slab", + "cwaxwthcohalfblock": "waxed_weathered_cut_copper_slab", + "cwaxwthcophalfblock": "waxed_weathered_cut_copper_slab", + "cwaxwthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwaxwthcoppersl": "waxed_weathered_cut_copper_slab", + "cwaxwthcopperslab": "waxed_weathered_cut_copper_slab", + "cwaxwthcopperstep": "waxed_weathered_cut_copper_slab", + "cwaxwthcopsl": "waxed_weathered_cut_copper_slab", + "cwaxwthcopslab": "waxed_weathered_cut_copper_slab", + "cwaxwthcopstep": "waxed_weathered_cut_copper_slab", + "cwaxwthcosl": "waxed_weathered_cut_copper_slab", + "cwaxwthcoslab": "waxed_weathered_cut_copper_slab", + "cwaxwthcostep": "waxed_weathered_cut_copper_slab", + "cweatheredwacohalfblock": "waxed_weathered_cut_copper_slab", + "cweatheredwacophalfblock": "waxed_weathered_cut_copper_slab", + "cweatheredwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "cweatheredwacoppersl": "waxed_weathered_cut_copper_slab", + "cweatheredwacopperslab": "waxed_weathered_cut_copper_slab", + "cweatheredwacopperstep": "waxed_weathered_cut_copper_slab", + "cweatheredwacopsl": "waxed_weathered_cut_copper_slab", + "cweatheredwacopslab": "waxed_weathered_cut_copper_slab", + "cweatheredwacopstep": "waxed_weathered_cut_copper_slab", + "cweatheredwacosl": "waxed_weathered_cut_copper_slab", + "cweatheredwacoslab": "waxed_weathered_cut_copper_slab", + "cweatheredwacostep": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcoppersl": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcopperslab": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcopperstep": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcopsl": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcopslab": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcopstep": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcosl": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcoslab": "waxed_weathered_cut_copper_slab", + "cweatheredwaxcostep": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcopsl": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcopslab": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcopstep": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcosl": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcoslab": "waxed_weathered_cut_copper_slab", + "cweatheredwaxedcostep": "waxed_weathered_cut_copper_slab", + "cweatherwacohalfblock": "waxed_weathered_cut_copper_slab", + "cweatherwacophalfblock": "waxed_weathered_cut_copper_slab", + "cweatherwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "cweatherwacoppersl": "waxed_weathered_cut_copper_slab", + "cweatherwacopperslab": "waxed_weathered_cut_copper_slab", + "cweatherwacopperstep": "waxed_weathered_cut_copper_slab", + "cweatherwacopsl": "waxed_weathered_cut_copper_slab", + "cweatherwacopslab": "waxed_weathered_cut_copper_slab", + "cweatherwacopstep": "waxed_weathered_cut_copper_slab", + "cweatherwacosl": "waxed_weathered_cut_copper_slab", + "cweatherwacoslab": "waxed_weathered_cut_copper_slab", + "cweatherwacostep": "waxed_weathered_cut_copper_slab", + "cweatherwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "cweatherwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "cweatherwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cweatherwaxcoppersl": "waxed_weathered_cut_copper_slab", + "cweatherwaxcopperslab": "waxed_weathered_cut_copper_slab", + "cweatherwaxcopperstep": "waxed_weathered_cut_copper_slab", + "cweatherwaxcopsl": "waxed_weathered_cut_copper_slab", + "cweatherwaxcopslab": "waxed_weathered_cut_copper_slab", + "cweatherwaxcopstep": "waxed_weathered_cut_copper_slab", + "cweatherwaxcosl": "waxed_weathered_cut_copper_slab", + "cweatherwaxcoslab": "waxed_weathered_cut_copper_slab", + "cweatherwaxcostep": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcopsl": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcopslab": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcopstep": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcosl": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcoslab": "waxed_weathered_cut_copper_slab", + "cweatherwaxedcostep": "waxed_weathered_cut_copper_slab", + "cwewacohalfblock": "waxed_weathered_cut_copper_slab", + "cwewacophalfblock": "waxed_weathered_cut_copper_slab", + "cwewacopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwewacoppersl": "waxed_weathered_cut_copper_slab", + "cwewacopperslab": "waxed_weathered_cut_copper_slab", + "cwewacopperstep": "waxed_weathered_cut_copper_slab", + "cwewacopsl": "waxed_weathered_cut_copper_slab", + "cwewacopslab": "waxed_weathered_cut_copper_slab", + "cwewacopstep": "waxed_weathered_cut_copper_slab", + "cwewacosl": "waxed_weathered_cut_copper_slab", + "cwewacoslab": "waxed_weathered_cut_copper_slab", + "cwewacostep": "waxed_weathered_cut_copper_slab", + "cwewaxcohalfblock": "waxed_weathered_cut_copper_slab", + "cwewaxcophalfblock": "waxed_weathered_cut_copper_slab", + "cwewaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwewaxcoppersl": "waxed_weathered_cut_copper_slab", + "cwewaxcopperslab": "waxed_weathered_cut_copper_slab", + "cwewaxcopperstep": "waxed_weathered_cut_copper_slab", + "cwewaxcopsl": "waxed_weathered_cut_copper_slab", + "cwewaxcopslab": "waxed_weathered_cut_copper_slab", + "cwewaxcopstep": "waxed_weathered_cut_copper_slab", + "cwewaxcosl": "waxed_weathered_cut_copper_slab", + "cwewaxcoslab": "waxed_weathered_cut_copper_slab", + "cwewaxcostep": "waxed_weathered_cut_copper_slab", + "cwewaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "cwewaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "cwewaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwewaxedcoppersl": "waxed_weathered_cut_copper_slab", + "cwewaxedcopperslab": "waxed_weathered_cut_copper_slab", + "cwewaxedcopperstep": "waxed_weathered_cut_copper_slab", + "cwewaxedcopsl": "waxed_weathered_cut_copper_slab", + "cwewaxedcopslab": "waxed_weathered_cut_copper_slab", + "cwewaxedcopstep": "waxed_weathered_cut_copper_slab", + "cwewaxedcosl": "waxed_weathered_cut_copper_slab", + "cwewaxedcoslab": "waxed_weathered_cut_copper_slab", + "cwewaxedcostep": "waxed_weathered_cut_copper_slab", + "cwthwacohalfblock": "waxed_weathered_cut_copper_slab", + "cwthwacophalfblock": "waxed_weathered_cut_copper_slab", + "cwthwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwthwacoppersl": "waxed_weathered_cut_copper_slab", + "cwthwacopperslab": "waxed_weathered_cut_copper_slab", + "cwthwacopperstep": "waxed_weathered_cut_copper_slab", + "cwthwacopsl": "waxed_weathered_cut_copper_slab", + "cwthwacopslab": "waxed_weathered_cut_copper_slab", + "cwthwacopstep": "waxed_weathered_cut_copper_slab", + "cwthwacosl": "waxed_weathered_cut_copper_slab", + "cwthwacoslab": "waxed_weathered_cut_copper_slab", + "cwthwacostep": "waxed_weathered_cut_copper_slab", + "cwthwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "cwthwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "cwthwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwthwaxcoppersl": "waxed_weathered_cut_copper_slab", + "cwthwaxcopperslab": "waxed_weathered_cut_copper_slab", + "cwthwaxcopperstep": "waxed_weathered_cut_copper_slab", + "cwthwaxcopsl": "waxed_weathered_cut_copper_slab", + "cwthwaxcopslab": "waxed_weathered_cut_copper_slab", + "cwthwaxcopstep": "waxed_weathered_cut_copper_slab", + "cwthwaxcosl": "waxed_weathered_cut_copper_slab", + "cwthwaxcoslab": "waxed_weathered_cut_copper_slab", + "cwthwaxcostep": "waxed_weathered_cut_copper_slab", + "cwthwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "cwthwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "cwthwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "cwthwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "cwthwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "cwthwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "cwthwaxedcopsl": "waxed_weathered_cut_copper_slab", + "cwthwaxedcopslab": "waxed_weathered_cut_copper_slab", + "cwthwaxedcopstep": "waxed_weathered_cut_copper_slab", + "cwthwaxedcosl": "waxed_weathered_cut_copper_slab", + "cwthwaxedcoslab": "waxed_weathered_cut_copper_slab", + "cwthwaxedcostep": "waxed_weathered_cut_copper_slab", + "minecraft:waxed_weathered_cut_copper_slab": "waxed_weathered_cut_copper_slab", + "wacutweathercohalfblock": "waxed_weathered_cut_copper_slab", + "wacutweathercophalfblock": "waxed_weathered_cut_copper_slab", + "wacutweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "wacutweathercoppersl": "waxed_weathered_cut_copper_slab", + "wacutweathercopperslab": "waxed_weathered_cut_copper_slab", + "wacutweathercopperstep": "waxed_weathered_cut_copper_slab", + "wacutweathercopsl": "waxed_weathered_cut_copper_slab", + "wacutweathercopslab": "waxed_weathered_cut_copper_slab", + "wacutweathercopstep": "waxed_weathered_cut_copper_slab", + "wacutweathercosl": "waxed_weathered_cut_copper_slab", + "wacutweathercoslab": "waxed_weathered_cut_copper_slab", + "wacutweathercostep": "waxed_weathered_cut_copper_slab", + "wacutweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "wacutweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "wacutweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wacutweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "wacutweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "wacutweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "wacutweatheredcopsl": "waxed_weathered_cut_copper_slab", + "wacutweatheredcopslab": "waxed_weathered_cut_copper_slab", + "wacutweatheredcopstep": "waxed_weathered_cut_copper_slab", + "wacutweatheredcosl": "waxed_weathered_cut_copper_slab", + "wacutweatheredcoslab": "waxed_weathered_cut_copper_slab", + "wacutweatheredcostep": "waxed_weathered_cut_copper_slab", + "wacutwecohalfblock": "waxed_weathered_cut_copper_slab", + "wacutwecophalfblock": "waxed_weathered_cut_copper_slab", + "wacutwecopperhalfblock": "waxed_weathered_cut_copper_slab", + "wacutwecoppersl": "waxed_weathered_cut_copper_slab", + "wacutwecopperslab": "waxed_weathered_cut_copper_slab", + "wacutwecopperstep": "waxed_weathered_cut_copper_slab", + "wacutwecopsl": "waxed_weathered_cut_copper_slab", + "wacutwecopslab": "waxed_weathered_cut_copper_slab", + "wacutwecopstep": "waxed_weathered_cut_copper_slab", + "wacutwecosl": "waxed_weathered_cut_copper_slab", + "wacutwecoslab": "waxed_weathered_cut_copper_slab", + "wacutwecostep": "waxed_weathered_cut_copper_slab", + "wacutwthcohalfblock": "waxed_weathered_cut_copper_slab", + "wacutwthcophalfblock": "waxed_weathered_cut_copper_slab", + "wacutwthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wacutwthcoppersl": "waxed_weathered_cut_copper_slab", + "wacutwthcopperslab": "waxed_weathered_cut_copper_slab", + "wacutwthcopperstep": "waxed_weathered_cut_copper_slab", + "wacutwthcopsl": "waxed_weathered_cut_copper_slab", + "wacutwthcopslab": "waxed_weathered_cut_copper_slab", + "wacutwthcopstep": "waxed_weathered_cut_copper_slab", + "wacutwthcosl": "waxed_weathered_cut_copper_slab", + "wacutwthcoslab": "waxed_weathered_cut_copper_slab", + "wacutwthcostep": "waxed_weathered_cut_copper_slab", + "wacweathercohalfblock": "waxed_weathered_cut_copper_slab", + "wacweathercophalfblock": "waxed_weathered_cut_copper_slab", + "wacweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "wacweathercoppersl": "waxed_weathered_cut_copper_slab", + "wacweathercopperslab": "waxed_weathered_cut_copper_slab", + "wacweathercopperstep": "waxed_weathered_cut_copper_slab", + "wacweathercopsl": "waxed_weathered_cut_copper_slab", + "wacweathercopslab": "waxed_weathered_cut_copper_slab", + "wacweathercopstep": "waxed_weathered_cut_copper_slab", + "wacweathercosl": "waxed_weathered_cut_copper_slab", + "wacweathercoslab": "waxed_weathered_cut_copper_slab", + "wacweathercostep": "waxed_weathered_cut_copper_slab", + "wacweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "wacweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "wacweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wacweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "wacweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "wacweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "wacweatheredcopsl": "waxed_weathered_cut_copper_slab", + "wacweatheredcopslab": "waxed_weathered_cut_copper_slab", + "wacweatheredcopstep": "waxed_weathered_cut_copper_slab", + "wacweatheredcosl": "waxed_weathered_cut_copper_slab", + "wacweatheredcoslab": "waxed_weathered_cut_copper_slab", + "wacweatheredcostep": "waxed_weathered_cut_copper_slab", + "wacwecohalfblock": "waxed_weathered_cut_copper_slab", + "wacwecophalfblock": "waxed_weathered_cut_copper_slab", + "wacwecopperhalfblock": "waxed_weathered_cut_copper_slab", + "wacwecoppersl": "waxed_weathered_cut_copper_slab", + "wacwecopperslab": "waxed_weathered_cut_copper_slab", + "wacwecopperstep": "waxed_weathered_cut_copper_slab", + "wacwecopsl": "waxed_weathered_cut_copper_slab", + "wacwecopslab": "waxed_weathered_cut_copper_slab", + "wacwecopstep": "waxed_weathered_cut_copper_slab", + "wacwecosl": "waxed_weathered_cut_copper_slab", + "wacwecoslab": "waxed_weathered_cut_copper_slab", + "wacwecostep": "waxed_weathered_cut_copper_slab", + "wacwthcohalfblock": "waxed_weathered_cut_copper_slab", + "wacwthcophalfblock": "waxed_weathered_cut_copper_slab", + "wacwthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wacwthcoppersl": "waxed_weathered_cut_copper_slab", + "wacwthcopperslab": "waxed_weathered_cut_copper_slab", + "wacwthcopperstep": "waxed_weathered_cut_copper_slab", + "wacwthcopsl": "waxed_weathered_cut_copper_slab", + "wacwthcopslab": "waxed_weathered_cut_copper_slab", + "wacwthcopstep": "waxed_weathered_cut_copper_slab", + "wacwthcosl": "waxed_weathered_cut_copper_slab", + "wacwthcoslab": "waxed_weathered_cut_copper_slab", + "wacwthcostep": "waxed_weathered_cut_copper_slab", + "waweatherccohalfblock": "waxed_weathered_cut_copper_slab", + "waweatherccophalfblock": "waxed_weathered_cut_copper_slab", + "waweatherccopperhalfblock": "waxed_weathered_cut_copper_slab", + "waweatherccoppersl": "waxed_weathered_cut_copper_slab", + "waweatherccopperslab": "waxed_weathered_cut_copper_slab", + "waweatherccopperstep": "waxed_weathered_cut_copper_slab", + "waweatherccopsl": "waxed_weathered_cut_copper_slab", + "waweatherccopslab": "waxed_weathered_cut_copper_slab", + "waweatherccopstep": "waxed_weathered_cut_copper_slab", + "waweatherccosl": "waxed_weathered_cut_copper_slab", + "waweatherccoslab": "waxed_weathered_cut_copper_slab", + "waweatherccostep": "waxed_weathered_cut_copper_slab", + "waweathercutcohalfblock": "waxed_weathered_cut_copper_slab", + "waweathercutcophalfblock": "waxed_weathered_cut_copper_slab", + "waweathercutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waweathercutcoppersl": "waxed_weathered_cut_copper_slab", + "waweathercutcopperslab": "waxed_weathered_cut_copper_slab", + "waweathercutcopperstep": "waxed_weathered_cut_copper_slab", + "waweathercutcopsl": "waxed_weathered_cut_copper_slab", + "waweathercutcopslab": "waxed_weathered_cut_copper_slab", + "waweathercutcopstep": "waxed_weathered_cut_copper_slab", + "waweathercutcosl": "waxed_weathered_cut_copper_slab", + "waweathercutcoslab": "waxed_weathered_cut_copper_slab", + "waweathercutcostep": "waxed_weathered_cut_copper_slab", + "waweatheredccohalfblock": "waxed_weathered_cut_copper_slab", + "waweatheredccophalfblock": "waxed_weathered_cut_copper_slab", + "waweatheredccopperhalfblock": "waxed_weathered_cut_copper_slab", + "waweatheredccoppersl": "waxed_weathered_cut_copper_slab", + "waweatheredccopperslab": "waxed_weathered_cut_copper_slab", + "waweatheredccopperstep": "waxed_weathered_cut_copper_slab", + "waweatheredccopsl": "waxed_weathered_cut_copper_slab", + "waweatheredccopslab": "waxed_weathered_cut_copper_slab", + "waweatheredccopstep": "waxed_weathered_cut_copper_slab", + "waweatheredccosl": "waxed_weathered_cut_copper_slab", + "waweatheredccoslab": "waxed_weathered_cut_copper_slab", + "waweatheredccostep": "waxed_weathered_cut_copper_slab", + "waweatheredcutcohalfblock": "waxed_weathered_cut_copper_slab", + "waweatheredcutcophalfblock": "waxed_weathered_cut_copper_slab", + "waweatheredcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waweatheredcutcoppersl": "waxed_weathered_cut_copper_slab", + "waweatheredcutcopperslab": "waxed_weathered_cut_copper_slab", + "waweatheredcutcopperstep": "waxed_weathered_cut_copper_slab", + "waweatheredcutcopsl": "waxed_weathered_cut_copper_slab", + "waweatheredcutcopslab": "waxed_weathered_cut_copper_slab", + "waweatheredcutcopstep": "waxed_weathered_cut_copper_slab", + "waweatheredcutcosl": "waxed_weathered_cut_copper_slab", + "waweatheredcutcoslab": "waxed_weathered_cut_copper_slab", + "waweatheredcutcostep": "waxed_weathered_cut_copper_slab", + "waweccohalfblock": "waxed_weathered_cut_copper_slab", + "waweccophalfblock": "waxed_weathered_cut_copper_slab", + "waweccopperhalfblock": "waxed_weathered_cut_copper_slab", + "waweccoppersl": "waxed_weathered_cut_copper_slab", + "waweccopperslab": "waxed_weathered_cut_copper_slab", + "waweccopperstep": "waxed_weathered_cut_copper_slab", + "waweccopsl": "waxed_weathered_cut_copper_slab", + "waweccopslab": "waxed_weathered_cut_copper_slab", + "waweccopstep": "waxed_weathered_cut_copper_slab", + "waweccosl": "waxed_weathered_cut_copper_slab", + "waweccoslab": "waxed_weathered_cut_copper_slab", + "waweccostep": "waxed_weathered_cut_copper_slab", + "wawecutcohalfblock": "waxed_weathered_cut_copper_slab", + "wawecutcophalfblock": "waxed_weathered_cut_copper_slab", + "wawecutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wawecutcoppersl": "waxed_weathered_cut_copper_slab", + "wawecutcopperslab": "waxed_weathered_cut_copper_slab", + "wawecutcopperstep": "waxed_weathered_cut_copper_slab", + "wawecutcopsl": "waxed_weathered_cut_copper_slab", + "wawecutcopslab": "waxed_weathered_cut_copper_slab", + "wawecutcopstep": "waxed_weathered_cut_copper_slab", + "wawecutcosl": "waxed_weathered_cut_copper_slab", + "wawecutcoslab": "waxed_weathered_cut_copper_slab", + "wawecutcostep": "waxed_weathered_cut_copper_slab", + "wawthccohalfblock": "waxed_weathered_cut_copper_slab", + "wawthccophalfblock": "waxed_weathered_cut_copper_slab", + "wawthccopperhalfblock": "waxed_weathered_cut_copper_slab", + "wawthccoppersl": "waxed_weathered_cut_copper_slab", + "wawthccopperslab": "waxed_weathered_cut_copper_slab", + "wawthccopperstep": "waxed_weathered_cut_copper_slab", + "wawthccopsl": "waxed_weathered_cut_copper_slab", + "wawthccopslab": "waxed_weathered_cut_copper_slab", + "wawthccopstep": "waxed_weathered_cut_copper_slab", + "wawthccosl": "waxed_weathered_cut_copper_slab", + "wawthccoslab": "waxed_weathered_cut_copper_slab", + "wawthccostep": "waxed_weathered_cut_copper_slab", + "wawthcutcohalfblock": "waxed_weathered_cut_copper_slab", + "wawthcutcophalfblock": "waxed_weathered_cut_copper_slab", + "wawthcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wawthcutcoppersl": "waxed_weathered_cut_copper_slab", + "wawthcutcopperslab": "waxed_weathered_cut_copper_slab", + "wawthcutcopperstep": "waxed_weathered_cut_copper_slab", + "wawthcutcopsl": "waxed_weathered_cut_copper_slab", + "wawthcutcopslab": "waxed_weathered_cut_copper_slab", + "wawthcutcopstep": "waxed_weathered_cut_copper_slab", + "wawthcutcosl": "waxed_weathered_cut_copper_slab", + "wawthcutcoslab": "waxed_weathered_cut_copper_slab", + "wawthcutcostep": "waxed_weathered_cut_copper_slab", + "waxcutweathercohalfblock": "waxed_weathered_cut_copper_slab", + "waxcutweathercophalfblock": "waxed_weathered_cut_copper_slab", + "waxcutweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxcutweathercoppersl": "waxed_weathered_cut_copper_slab", + "waxcutweathercopperslab": "waxed_weathered_cut_copper_slab", + "waxcutweathercopperstep": "waxed_weathered_cut_copper_slab", + "waxcutweathercopsl": "waxed_weathered_cut_copper_slab", + "waxcutweathercopslab": "waxed_weathered_cut_copper_slab", + "waxcutweathercopstep": "waxed_weathered_cut_copper_slab", + "waxcutweathercosl": "waxed_weathered_cut_copper_slab", + "waxcutweathercoslab": "waxed_weathered_cut_copper_slab", + "waxcutweathercostep": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcopsl": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcopslab": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcopstep": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcosl": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcoslab": "waxed_weathered_cut_copper_slab", + "waxcutweatheredcostep": "waxed_weathered_cut_copper_slab", + "waxcutwecohalfblock": "waxed_weathered_cut_copper_slab", + "waxcutwecophalfblock": "waxed_weathered_cut_copper_slab", + "waxcutwecopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxcutwecoppersl": "waxed_weathered_cut_copper_slab", + "waxcutwecopperslab": "waxed_weathered_cut_copper_slab", + "waxcutwecopperstep": "waxed_weathered_cut_copper_slab", + "waxcutwecopsl": "waxed_weathered_cut_copper_slab", + "waxcutwecopslab": "waxed_weathered_cut_copper_slab", + "waxcutwecopstep": "waxed_weathered_cut_copper_slab", + "waxcutwecosl": "waxed_weathered_cut_copper_slab", + "waxcutwecoslab": "waxed_weathered_cut_copper_slab", + "waxcutwecostep": "waxed_weathered_cut_copper_slab", + "waxcutwthcohalfblock": "waxed_weathered_cut_copper_slab", + "waxcutwthcophalfblock": "waxed_weathered_cut_copper_slab", + "waxcutwthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxcutwthcoppersl": "waxed_weathered_cut_copper_slab", + "waxcutwthcopperslab": "waxed_weathered_cut_copper_slab", + "waxcutwthcopperstep": "waxed_weathered_cut_copper_slab", + "waxcutwthcopsl": "waxed_weathered_cut_copper_slab", + "waxcutwthcopslab": "waxed_weathered_cut_copper_slab", + "waxcutwthcopstep": "waxed_weathered_cut_copper_slab", + "waxcutwthcosl": "waxed_weathered_cut_copper_slab", + "waxcutwthcoslab": "waxed_weathered_cut_copper_slab", + "waxcutwthcostep": "waxed_weathered_cut_copper_slab", + "waxcweathercohalfblock": "waxed_weathered_cut_copper_slab", + "waxcweathercophalfblock": "waxed_weathered_cut_copper_slab", + "waxcweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxcweathercoppersl": "waxed_weathered_cut_copper_slab", + "waxcweathercopperslab": "waxed_weathered_cut_copper_slab", + "waxcweathercopperstep": "waxed_weathered_cut_copper_slab", + "waxcweathercopsl": "waxed_weathered_cut_copper_slab", + "waxcweathercopslab": "waxed_weathered_cut_copper_slab", + "waxcweathercopstep": "waxed_weathered_cut_copper_slab", + "waxcweathercosl": "waxed_weathered_cut_copper_slab", + "waxcweathercoslab": "waxed_weathered_cut_copper_slab", + "waxcweathercostep": "waxed_weathered_cut_copper_slab", + "waxcweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "waxcweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "waxcweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxcweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "waxcweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "waxcweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "waxcweatheredcopsl": "waxed_weathered_cut_copper_slab", + "waxcweatheredcopslab": "waxed_weathered_cut_copper_slab", + "waxcweatheredcopstep": "waxed_weathered_cut_copper_slab", + "waxcweatheredcosl": "waxed_weathered_cut_copper_slab", + "waxcweatheredcoslab": "waxed_weathered_cut_copper_slab", + "waxcweatheredcostep": "waxed_weathered_cut_copper_slab", + "waxcwecohalfblock": "waxed_weathered_cut_copper_slab", + "waxcwecophalfblock": "waxed_weathered_cut_copper_slab", + "waxcwecopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxcwecoppersl": "waxed_weathered_cut_copper_slab", + "waxcwecopperslab": "waxed_weathered_cut_copper_slab", + "waxcwecopperstep": "waxed_weathered_cut_copper_slab", + "waxcwecopsl": "waxed_weathered_cut_copper_slab", + "waxcwecopslab": "waxed_weathered_cut_copper_slab", + "waxcwecopstep": "waxed_weathered_cut_copper_slab", + "waxcwecosl": "waxed_weathered_cut_copper_slab", + "waxcwecoslab": "waxed_weathered_cut_copper_slab", + "waxcwecostep": "waxed_weathered_cut_copper_slab", + "waxcwthcohalfblock": "waxed_weathered_cut_copper_slab", + "waxcwthcophalfblock": "waxed_weathered_cut_copper_slab", + "waxcwthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxcwthcoppersl": "waxed_weathered_cut_copper_slab", + "waxcwthcopperslab": "waxed_weathered_cut_copper_slab", + "waxcwthcopperstep": "waxed_weathered_cut_copper_slab", + "waxcwthcopsl": "waxed_weathered_cut_copper_slab", + "waxcwthcopslab": "waxed_weathered_cut_copper_slab", + "waxcwthcopstep": "waxed_weathered_cut_copper_slab", + "waxcwthcosl": "waxed_weathered_cut_copper_slab", + "waxcwthcoslab": "waxed_weathered_cut_copper_slab", + "waxcwthcostep": "waxed_weathered_cut_copper_slab", + "waxedcutweathercohalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutweathercophalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutweathercoppersl": "waxed_weathered_cut_copper_slab", + "waxedcutweathercopperslab": "waxed_weathered_cut_copper_slab", + "waxedcutweathercopperstep": "waxed_weathered_cut_copper_slab", + "waxedcutweathercopsl": "waxed_weathered_cut_copper_slab", + "waxedcutweathercopslab": "waxed_weathered_cut_copper_slab", + "waxedcutweathercopstep": "waxed_weathered_cut_copper_slab", + "waxedcutweathercosl": "waxed_weathered_cut_copper_slab", + "waxedcutweathercoslab": "waxed_weathered_cut_copper_slab", + "waxedcutweathercostep": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcopsl": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcopslab": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcopstep": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcosl": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcoslab": "waxed_weathered_cut_copper_slab", + "waxedcutweatheredcostep": "waxed_weathered_cut_copper_slab", + "waxedcutwecohalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutwecophalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutwecopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutwecoppersl": "waxed_weathered_cut_copper_slab", + "waxedcutwecopperslab": "waxed_weathered_cut_copper_slab", + "waxedcutwecopperstep": "waxed_weathered_cut_copper_slab", + "waxedcutwecopsl": "waxed_weathered_cut_copper_slab", + "waxedcutwecopslab": "waxed_weathered_cut_copper_slab", + "waxedcutwecopstep": "waxed_weathered_cut_copper_slab", + "waxedcutwecosl": "waxed_weathered_cut_copper_slab", + "waxedcutwecoslab": "waxed_weathered_cut_copper_slab", + "waxedcutwecostep": "waxed_weathered_cut_copper_slab", + "waxedcutwthcohalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutwthcophalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutwthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedcutwthcoppersl": "waxed_weathered_cut_copper_slab", + "waxedcutwthcopperslab": "waxed_weathered_cut_copper_slab", + "waxedcutwthcopperstep": "waxed_weathered_cut_copper_slab", + "waxedcutwthcopsl": "waxed_weathered_cut_copper_slab", + "waxedcutwthcopslab": "waxed_weathered_cut_copper_slab", + "waxedcutwthcopstep": "waxed_weathered_cut_copper_slab", + "waxedcutwthcosl": "waxed_weathered_cut_copper_slab", + "waxedcutwthcoslab": "waxed_weathered_cut_copper_slab", + "waxedcutwthcostep": "waxed_weathered_cut_copper_slab", + "waxedcweathercohalfblock": "waxed_weathered_cut_copper_slab", + "waxedcweathercophalfblock": "waxed_weathered_cut_copper_slab", + "waxedcweathercopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedcweathercoppersl": "waxed_weathered_cut_copper_slab", + "waxedcweathercopperslab": "waxed_weathered_cut_copper_slab", + "waxedcweathercopperstep": "waxed_weathered_cut_copper_slab", + "waxedcweathercopsl": "waxed_weathered_cut_copper_slab", + "waxedcweathercopslab": "waxed_weathered_cut_copper_slab", + "waxedcweathercopstep": "waxed_weathered_cut_copper_slab", + "waxedcweathercosl": "waxed_weathered_cut_copper_slab", + "waxedcweathercoslab": "waxed_weathered_cut_copper_slab", + "waxedcweathercostep": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcohalfblock": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcophalfblock": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcoppersl": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcopperslab": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcopperstep": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcopsl": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcopslab": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcopstep": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcosl": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcoslab": "waxed_weathered_cut_copper_slab", + "waxedcweatheredcostep": "waxed_weathered_cut_copper_slab", + "waxedcwecohalfblock": "waxed_weathered_cut_copper_slab", + "waxedcwecophalfblock": "waxed_weathered_cut_copper_slab", + "waxedcwecopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedcwecoppersl": "waxed_weathered_cut_copper_slab", + "waxedcwecopperslab": "waxed_weathered_cut_copper_slab", + "waxedcwecopperstep": "waxed_weathered_cut_copper_slab", + "waxedcwecopsl": "waxed_weathered_cut_copper_slab", + "waxedcwecopslab": "waxed_weathered_cut_copper_slab", + "waxedcwecopstep": "waxed_weathered_cut_copper_slab", + "waxedcwecosl": "waxed_weathered_cut_copper_slab", + "waxedcwecoslab": "waxed_weathered_cut_copper_slab", + "waxedcwecostep": "waxed_weathered_cut_copper_slab", + "waxedcwthcohalfblock": "waxed_weathered_cut_copper_slab", + "waxedcwthcophalfblock": "waxed_weathered_cut_copper_slab", + "waxedcwthcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedcwthcoppersl": "waxed_weathered_cut_copper_slab", + "waxedcwthcopperslab": "waxed_weathered_cut_copper_slab", + "waxedcwthcopperstep": "waxed_weathered_cut_copper_slab", + "waxedcwthcopsl": "waxed_weathered_cut_copper_slab", + "waxedcwthcopslab": "waxed_weathered_cut_copper_slab", + "waxedcwthcopstep": "waxed_weathered_cut_copper_slab", + "waxedcwthcosl": "waxed_weathered_cut_copper_slab", + "waxedcwthcoslab": "waxed_weathered_cut_copper_slab", + "waxedcwthcostep": "waxed_weathered_cut_copper_slab", + "waxedweatherccohalfblock": "waxed_weathered_cut_copper_slab", + "waxedweatherccophalfblock": "waxed_weathered_cut_copper_slab", + "waxedweatherccopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedweatherccoppersl": "waxed_weathered_cut_copper_slab", + "waxedweatherccopperslab": "waxed_weathered_cut_copper_slab", + "waxedweatherccopperstep": "waxed_weathered_cut_copper_slab", + "waxedweatherccopsl": "waxed_weathered_cut_copper_slab", + "waxedweatherccopslab": "waxed_weathered_cut_copper_slab", + "waxedweatherccopstep": "waxed_weathered_cut_copper_slab", + "waxedweatherccosl": "waxed_weathered_cut_copper_slab", + "waxedweatherccoslab": "waxed_weathered_cut_copper_slab", + "waxedweatherccostep": "waxed_weathered_cut_copper_slab", + "waxedweathercutcohalfblock": "waxed_weathered_cut_copper_slab", + "waxedweathercutcophalfblock": "waxed_weathered_cut_copper_slab", + "waxedweathercutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedweathercutcoppersl": "waxed_weathered_cut_copper_slab", + "waxedweathercutcopperslab": "waxed_weathered_cut_copper_slab", + "waxedweathercutcopperstep": "waxed_weathered_cut_copper_slab", + "waxedweathercutcopsl": "waxed_weathered_cut_copper_slab", + "waxedweathercutcopslab": "waxed_weathered_cut_copper_slab", + "waxedweathercutcopstep": "waxed_weathered_cut_copper_slab", + "waxedweathercutcosl": "waxed_weathered_cut_copper_slab", + "waxedweathercutcoslab": "waxed_weathered_cut_copper_slab", + "waxedweathercutcostep": "waxed_weathered_cut_copper_slab", + "waxedweatheredccohalfblock": "waxed_weathered_cut_copper_slab", + "waxedweatheredccophalfblock": "waxed_weathered_cut_copper_slab", + "waxedweatheredccopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedweatheredccoppersl": "waxed_weathered_cut_copper_slab", + "waxedweatheredccopperslab": "waxed_weathered_cut_copper_slab", + "waxedweatheredccopperstep": "waxed_weathered_cut_copper_slab", + "waxedweatheredccopsl": "waxed_weathered_cut_copper_slab", + "waxedweatheredccopslab": "waxed_weathered_cut_copper_slab", + "waxedweatheredccopstep": "waxed_weathered_cut_copper_slab", + "waxedweatheredccosl": "waxed_weathered_cut_copper_slab", + "waxedweatheredccoslab": "waxed_weathered_cut_copper_slab", + "waxedweatheredccostep": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcohalfblock": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcophalfblock": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcoppersl": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcopperslab": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcopperstep": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcopsl": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcopslab": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcopstep": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcosl": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcoslab": "waxed_weathered_cut_copper_slab", + "waxedweatheredcutcostep": "waxed_weathered_cut_copper_slab", + "waxedweccohalfblock": "waxed_weathered_cut_copper_slab", + "waxedweccophalfblock": "waxed_weathered_cut_copper_slab", + "waxedweccopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedweccoppersl": "waxed_weathered_cut_copper_slab", + "waxedweccopperslab": "waxed_weathered_cut_copper_slab", + "waxedweccopperstep": "waxed_weathered_cut_copper_slab", + "waxedweccopsl": "waxed_weathered_cut_copper_slab", + "waxedweccopslab": "waxed_weathered_cut_copper_slab", + "waxedweccopstep": "waxed_weathered_cut_copper_slab", + "waxedweccosl": "waxed_weathered_cut_copper_slab", + "waxedweccoslab": "waxed_weathered_cut_copper_slab", + "waxedweccostep": "waxed_weathered_cut_copper_slab", + "waxedwecutcohalfblock": "waxed_weathered_cut_copper_slab", + "waxedwecutcophalfblock": "waxed_weathered_cut_copper_slab", + "waxedwecutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedwecutcoppersl": "waxed_weathered_cut_copper_slab", + "waxedwecutcopperslab": "waxed_weathered_cut_copper_slab", + "waxedwecutcopperstep": "waxed_weathered_cut_copper_slab", + "waxedwecutcopsl": "waxed_weathered_cut_copper_slab", + "waxedwecutcopslab": "waxed_weathered_cut_copper_slab", + "waxedwecutcopstep": "waxed_weathered_cut_copper_slab", + "waxedwecutcosl": "waxed_weathered_cut_copper_slab", + "waxedwecutcoslab": "waxed_weathered_cut_copper_slab", + "waxedwecutcostep": "waxed_weathered_cut_copper_slab", + "waxedwthccohalfblock": "waxed_weathered_cut_copper_slab", + "waxedwthccophalfblock": "waxed_weathered_cut_copper_slab", + "waxedwthccopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedwthccoppersl": "waxed_weathered_cut_copper_slab", + "waxedwthccopperslab": "waxed_weathered_cut_copper_slab", + "waxedwthccopperstep": "waxed_weathered_cut_copper_slab", + "waxedwthccopsl": "waxed_weathered_cut_copper_slab", + "waxedwthccopslab": "waxed_weathered_cut_copper_slab", + "waxedwthccopstep": "waxed_weathered_cut_copper_slab", + "waxedwthccosl": "waxed_weathered_cut_copper_slab", + "waxedwthccoslab": "waxed_weathered_cut_copper_slab", + "waxedwthccostep": "waxed_weathered_cut_copper_slab", + "waxedwthcutcohalfblock": "waxed_weathered_cut_copper_slab", + "waxedwthcutcophalfblock": "waxed_weathered_cut_copper_slab", + "waxedwthcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxedwthcutcoppersl": "waxed_weathered_cut_copper_slab", + "waxedwthcutcopperslab": "waxed_weathered_cut_copper_slab", + "waxedwthcutcopperstep": "waxed_weathered_cut_copper_slab", + "waxedwthcutcopsl": "waxed_weathered_cut_copper_slab", + "waxedwthcutcopslab": "waxed_weathered_cut_copper_slab", + "waxedwthcutcopstep": "waxed_weathered_cut_copper_slab", + "waxedwthcutcosl": "waxed_weathered_cut_copper_slab", + "waxedwthcutcoslab": "waxed_weathered_cut_copper_slab", + "waxedwthcutcostep": "waxed_weathered_cut_copper_slab", + "waxweatherccohalfblock": "waxed_weathered_cut_copper_slab", + "waxweatherccophalfblock": "waxed_weathered_cut_copper_slab", + "waxweatherccopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxweatherccoppersl": "waxed_weathered_cut_copper_slab", + "waxweatherccopperslab": "waxed_weathered_cut_copper_slab", + "waxweatherccopperstep": "waxed_weathered_cut_copper_slab", + "waxweatherccopsl": "waxed_weathered_cut_copper_slab", + "waxweatherccopslab": "waxed_weathered_cut_copper_slab", + "waxweatherccopstep": "waxed_weathered_cut_copper_slab", + "waxweatherccosl": "waxed_weathered_cut_copper_slab", + "waxweatherccoslab": "waxed_weathered_cut_copper_slab", + "waxweatherccostep": "waxed_weathered_cut_copper_slab", + "waxweathercutcohalfblock": "waxed_weathered_cut_copper_slab", + "waxweathercutcophalfblock": "waxed_weathered_cut_copper_slab", + "waxweathercutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxweathercutcoppersl": "waxed_weathered_cut_copper_slab", + "waxweathercutcopperslab": "waxed_weathered_cut_copper_slab", + "waxweathercutcopperstep": "waxed_weathered_cut_copper_slab", + "waxweathercutcopsl": "waxed_weathered_cut_copper_slab", + "waxweathercutcopslab": "waxed_weathered_cut_copper_slab", + "waxweathercutcopstep": "waxed_weathered_cut_copper_slab", + "waxweathercutcosl": "waxed_weathered_cut_copper_slab", + "waxweathercutcoslab": "waxed_weathered_cut_copper_slab", + "waxweathercutcostep": "waxed_weathered_cut_copper_slab", + "waxweatheredccohalfblock": "waxed_weathered_cut_copper_slab", + "waxweatheredccophalfblock": "waxed_weathered_cut_copper_slab", + "waxweatheredccopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxweatheredccoppersl": "waxed_weathered_cut_copper_slab", + "waxweatheredccopperslab": "waxed_weathered_cut_copper_slab", + "waxweatheredccopperstep": "waxed_weathered_cut_copper_slab", + "waxweatheredccopsl": "waxed_weathered_cut_copper_slab", + "waxweatheredccopslab": "waxed_weathered_cut_copper_slab", + "waxweatheredccopstep": "waxed_weathered_cut_copper_slab", + "waxweatheredccosl": "waxed_weathered_cut_copper_slab", + "waxweatheredccoslab": "waxed_weathered_cut_copper_slab", + "waxweatheredccostep": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcohalfblock": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcophalfblock": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcoppersl": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcopperslab": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcopperstep": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcopsl": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcopslab": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcopstep": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcosl": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcoslab": "waxed_weathered_cut_copper_slab", + "waxweatheredcutcostep": "waxed_weathered_cut_copper_slab", + "waxweccohalfblock": "waxed_weathered_cut_copper_slab", + "waxweccophalfblock": "waxed_weathered_cut_copper_slab", + "waxweccopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxweccoppersl": "waxed_weathered_cut_copper_slab", + "waxweccopperslab": "waxed_weathered_cut_copper_slab", + "waxweccopperstep": "waxed_weathered_cut_copper_slab", + "waxweccopsl": "waxed_weathered_cut_copper_slab", + "waxweccopslab": "waxed_weathered_cut_copper_slab", + "waxweccopstep": "waxed_weathered_cut_copper_slab", + "waxweccosl": "waxed_weathered_cut_copper_slab", + "waxweccoslab": "waxed_weathered_cut_copper_slab", + "waxweccostep": "waxed_weathered_cut_copper_slab", + "waxwecutcohalfblock": "waxed_weathered_cut_copper_slab", + "waxwecutcophalfblock": "waxed_weathered_cut_copper_slab", + "waxwecutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxwecutcoppersl": "waxed_weathered_cut_copper_slab", + "waxwecutcopperslab": "waxed_weathered_cut_copper_slab", + "waxwecutcopperstep": "waxed_weathered_cut_copper_slab", + "waxwecutcopsl": "waxed_weathered_cut_copper_slab", + "waxwecutcopslab": "waxed_weathered_cut_copper_slab", + "waxwecutcopstep": "waxed_weathered_cut_copper_slab", + "waxwecutcosl": "waxed_weathered_cut_copper_slab", + "waxwecutcoslab": "waxed_weathered_cut_copper_slab", + "waxwecutcostep": "waxed_weathered_cut_copper_slab", + "waxwthccohalfblock": "waxed_weathered_cut_copper_slab", + "waxwthccophalfblock": "waxed_weathered_cut_copper_slab", + "waxwthccopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxwthccoppersl": "waxed_weathered_cut_copper_slab", + "waxwthccopperslab": "waxed_weathered_cut_copper_slab", + "waxwthccopperstep": "waxed_weathered_cut_copper_slab", + "waxwthccopsl": "waxed_weathered_cut_copper_slab", + "waxwthccopslab": "waxed_weathered_cut_copper_slab", + "waxwthccopstep": "waxed_weathered_cut_copper_slab", + "waxwthccosl": "waxed_weathered_cut_copper_slab", + "waxwthccoslab": "waxed_weathered_cut_copper_slab", + "waxwthccostep": "waxed_weathered_cut_copper_slab", + "waxwthcutcohalfblock": "waxed_weathered_cut_copper_slab", + "waxwthcutcophalfblock": "waxed_weathered_cut_copper_slab", + "waxwthcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "waxwthcutcoppersl": "waxed_weathered_cut_copper_slab", + "waxwthcutcopperslab": "waxed_weathered_cut_copper_slab", + "waxwthcutcopperstep": "waxed_weathered_cut_copper_slab", + "waxwthcutcopsl": "waxed_weathered_cut_copper_slab", + "waxwthcutcopslab": "waxed_weathered_cut_copper_slab", + "waxwthcutcopstep": "waxed_weathered_cut_copper_slab", + "waxwthcutcosl": "waxed_weathered_cut_copper_slab", + "waxwthcutcoslab": "waxed_weathered_cut_copper_slab", + "waxwthcutcostep": "waxed_weathered_cut_copper_slab", + "weathercutwacohalfblock": "waxed_weathered_cut_copper_slab", + "weathercutwacophalfblock": "waxed_weathered_cut_copper_slab", + "weathercutwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "weathercutwacoppersl": "waxed_weathered_cut_copper_slab", + "weathercutwacopperslab": "waxed_weathered_cut_copper_slab", + "weathercutwacopperstep": "waxed_weathered_cut_copper_slab", + "weathercutwacopsl": "waxed_weathered_cut_copper_slab", + "weathercutwacopslab": "waxed_weathered_cut_copper_slab", + "weathercutwacopstep": "waxed_weathered_cut_copper_slab", + "weathercutwacosl": "waxed_weathered_cut_copper_slab", + "weathercutwacoslab": "waxed_weathered_cut_copper_slab", + "weathercutwacostep": "waxed_weathered_cut_copper_slab", + "weathercutwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "weathercutwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "weathercutwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weathercutwaxcoppersl": "waxed_weathered_cut_copper_slab", + "weathercutwaxcopperslab": "waxed_weathered_cut_copper_slab", + "weathercutwaxcopperstep": "waxed_weathered_cut_copper_slab", + "weathercutwaxcopsl": "waxed_weathered_cut_copper_slab", + "weathercutwaxcopslab": "waxed_weathered_cut_copper_slab", + "weathercutwaxcopstep": "waxed_weathered_cut_copper_slab", + "weathercutwaxcosl": "waxed_weathered_cut_copper_slab", + "weathercutwaxcoslab": "waxed_weathered_cut_copper_slab", + "weathercutwaxcostep": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcopsl": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcopslab": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcopstep": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcosl": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcoslab": "waxed_weathered_cut_copper_slab", + "weathercutwaxedcostep": "waxed_weathered_cut_copper_slab", + "weathercwacohalfblock": "waxed_weathered_cut_copper_slab", + "weathercwacophalfblock": "waxed_weathered_cut_copper_slab", + "weathercwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "weathercwacoppersl": "waxed_weathered_cut_copper_slab", + "weathercwacopperslab": "waxed_weathered_cut_copper_slab", + "weathercwacopperstep": "waxed_weathered_cut_copper_slab", + "weathercwacopsl": "waxed_weathered_cut_copper_slab", + "weathercwacopslab": "waxed_weathered_cut_copper_slab", + "weathercwacopstep": "waxed_weathered_cut_copper_slab", + "weathercwacosl": "waxed_weathered_cut_copper_slab", + "weathercwacoslab": "waxed_weathered_cut_copper_slab", + "weathercwacostep": "waxed_weathered_cut_copper_slab", + "weathercwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "weathercwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "weathercwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weathercwaxcoppersl": "waxed_weathered_cut_copper_slab", + "weathercwaxcopperslab": "waxed_weathered_cut_copper_slab", + "weathercwaxcopperstep": "waxed_weathered_cut_copper_slab", + "weathercwaxcopsl": "waxed_weathered_cut_copper_slab", + "weathercwaxcopslab": "waxed_weathered_cut_copper_slab", + "weathercwaxcopstep": "waxed_weathered_cut_copper_slab", + "weathercwaxcosl": "waxed_weathered_cut_copper_slab", + "weathercwaxcoslab": "waxed_weathered_cut_copper_slab", + "weathercwaxcostep": "waxed_weathered_cut_copper_slab", + "weathercwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "weathercwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "weathercwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weathercwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "weathercwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "weathercwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "weathercwaxedcopsl": "waxed_weathered_cut_copper_slab", + "weathercwaxedcopslab": "waxed_weathered_cut_copper_slab", + "weathercwaxedcopstep": "waxed_weathered_cut_copper_slab", + "weathercwaxedcosl": "waxed_weathered_cut_copper_slab", + "weathercwaxedcoslab": "waxed_weathered_cut_copper_slab", + "weathercwaxedcostep": "waxed_weathered_cut_copper_slab", + "weatheredcutwacohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcutwacophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcutwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcutwacoppersl": "waxed_weathered_cut_copper_slab", + "weatheredcutwacopperslab": "waxed_weathered_cut_copper_slab", + "weatheredcutwacopperstep": "waxed_weathered_cut_copper_slab", + "weatheredcutwacopsl": "waxed_weathered_cut_copper_slab", + "weatheredcutwacopslab": "waxed_weathered_cut_copper_slab", + "weatheredcutwacopstep": "waxed_weathered_cut_copper_slab", + "weatheredcutwacosl": "waxed_weathered_cut_copper_slab", + "weatheredcutwacoslab": "waxed_weathered_cut_copper_slab", + "weatheredcutwacostep": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcoppersl": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcopperslab": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcopperstep": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcopsl": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcopslab": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcopstep": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcosl": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcoslab": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxcostep": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcopsl": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcopslab": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcopstep": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcosl": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcoslab": "waxed_weathered_cut_copper_slab", + "weatheredcutwaxedcostep": "waxed_weathered_cut_copper_slab", + "weatheredcwacohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcwacophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcwacoppersl": "waxed_weathered_cut_copper_slab", + "weatheredcwacopperslab": "waxed_weathered_cut_copper_slab", + "weatheredcwacopperstep": "waxed_weathered_cut_copper_slab", + "weatheredcwacopsl": "waxed_weathered_cut_copper_slab", + "weatheredcwacopslab": "waxed_weathered_cut_copper_slab", + "weatheredcwacopstep": "waxed_weathered_cut_copper_slab", + "weatheredcwacosl": "waxed_weathered_cut_copper_slab", + "weatheredcwacoslab": "waxed_weathered_cut_copper_slab", + "weatheredcwacostep": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcoppersl": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcopperslab": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcopperstep": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcopsl": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcopslab": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcopstep": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcosl": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcoslab": "waxed_weathered_cut_copper_slab", + "weatheredcwaxcostep": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcopsl": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcopslab": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcopstep": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcosl": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcoslab": "waxed_weathered_cut_copper_slab", + "weatheredcwaxedcostep": "waxed_weathered_cut_copper_slab", + "weatheredwaccohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaccophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaccopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaccoppersl": "waxed_weathered_cut_copper_slab", + "weatheredwaccopperslab": "waxed_weathered_cut_copper_slab", + "weatheredwaccopperstep": "waxed_weathered_cut_copper_slab", + "weatheredwaccopsl": "waxed_weathered_cut_copper_slab", + "weatheredwaccopslab": "waxed_weathered_cut_copper_slab", + "weatheredwaccopstep": "waxed_weathered_cut_copper_slab", + "weatheredwaccosl": "waxed_weathered_cut_copper_slab", + "weatheredwaccoslab": "waxed_weathered_cut_copper_slab", + "weatheredwaccostep": "waxed_weathered_cut_copper_slab", + "weatheredwacutcohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwacutcophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwacutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwacutcoppersl": "waxed_weathered_cut_copper_slab", + "weatheredwacutcopperslab": "waxed_weathered_cut_copper_slab", + "weatheredwacutcopperstep": "waxed_weathered_cut_copper_slab", + "weatheredwacutcopsl": "waxed_weathered_cut_copper_slab", + "weatheredwacutcopslab": "waxed_weathered_cut_copper_slab", + "weatheredwacutcopstep": "waxed_weathered_cut_copper_slab", + "weatheredwacutcosl": "waxed_weathered_cut_copper_slab", + "weatheredwacutcoslab": "waxed_weathered_cut_copper_slab", + "weatheredwacutcostep": "waxed_weathered_cut_copper_slab", + "weatheredwaxccohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxccophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxccopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxccoppersl": "waxed_weathered_cut_copper_slab", + "weatheredwaxccopperslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxccopperstep": "waxed_weathered_cut_copper_slab", + "weatheredwaxccopsl": "waxed_weathered_cut_copper_slab", + "weatheredwaxccopslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxccopstep": "waxed_weathered_cut_copper_slab", + "weatheredwaxccosl": "waxed_weathered_cut_copper_slab", + "weatheredwaxccoslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxccostep": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcoppersl": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcopperslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcopperstep": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcopsl": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcopslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcopstep": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcosl": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcoslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxcutcostep": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccoppersl": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccopperslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccopperstep": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccopsl": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccopslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccopstep": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccosl": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccoslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxedccostep": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcohalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcophalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcoppersl": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcopperslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcopperstep": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcopsl": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcopslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcopstep": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcosl": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcoslab": "waxed_weathered_cut_copper_slab", + "weatheredwaxedcutcostep": "waxed_weathered_cut_copper_slab", + "weatherwaccohalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaccophalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaccopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaccoppersl": "waxed_weathered_cut_copper_slab", + "weatherwaccopperslab": "waxed_weathered_cut_copper_slab", + "weatherwaccopperstep": "waxed_weathered_cut_copper_slab", + "weatherwaccopsl": "waxed_weathered_cut_copper_slab", + "weatherwaccopslab": "waxed_weathered_cut_copper_slab", + "weatherwaccopstep": "waxed_weathered_cut_copper_slab", + "weatherwaccosl": "waxed_weathered_cut_copper_slab", + "weatherwaccoslab": "waxed_weathered_cut_copper_slab", + "weatherwaccostep": "waxed_weathered_cut_copper_slab", + "weatherwacutcohalfblock": "waxed_weathered_cut_copper_slab", + "weatherwacutcophalfblock": "waxed_weathered_cut_copper_slab", + "weatherwacutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatherwacutcoppersl": "waxed_weathered_cut_copper_slab", + "weatherwacutcopperslab": "waxed_weathered_cut_copper_slab", + "weatherwacutcopperstep": "waxed_weathered_cut_copper_slab", + "weatherwacutcopsl": "waxed_weathered_cut_copper_slab", + "weatherwacutcopslab": "waxed_weathered_cut_copper_slab", + "weatherwacutcopstep": "waxed_weathered_cut_copper_slab", + "weatherwacutcosl": "waxed_weathered_cut_copper_slab", + "weatherwacutcoslab": "waxed_weathered_cut_copper_slab", + "weatherwacutcostep": "waxed_weathered_cut_copper_slab", + "weatherwaxccohalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxccophalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxccopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxccoppersl": "waxed_weathered_cut_copper_slab", + "weatherwaxccopperslab": "waxed_weathered_cut_copper_slab", + "weatherwaxccopperstep": "waxed_weathered_cut_copper_slab", + "weatherwaxccopsl": "waxed_weathered_cut_copper_slab", + "weatherwaxccopslab": "waxed_weathered_cut_copper_slab", + "weatherwaxccopstep": "waxed_weathered_cut_copper_slab", + "weatherwaxccosl": "waxed_weathered_cut_copper_slab", + "weatherwaxccoslab": "waxed_weathered_cut_copper_slab", + "weatherwaxccostep": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcohalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcophalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcoppersl": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcopperslab": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcopperstep": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcopsl": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcopslab": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcopstep": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcosl": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcoslab": "waxed_weathered_cut_copper_slab", + "weatherwaxcutcostep": "waxed_weathered_cut_copper_slab", + "weatherwaxedccohalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxedccophalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxedccopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxedccoppersl": "waxed_weathered_cut_copper_slab", + "weatherwaxedccopperslab": "waxed_weathered_cut_copper_slab", + "weatherwaxedccopperstep": "waxed_weathered_cut_copper_slab", + "weatherwaxedccopsl": "waxed_weathered_cut_copper_slab", + "weatherwaxedccopslab": "waxed_weathered_cut_copper_slab", + "weatherwaxedccopstep": "waxed_weathered_cut_copper_slab", + "weatherwaxedccosl": "waxed_weathered_cut_copper_slab", + "weatherwaxedccoslab": "waxed_weathered_cut_copper_slab", + "weatherwaxedccostep": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcohalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcophalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcoppersl": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcopperslab": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcopperstep": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcopsl": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcopslab": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcopstep": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcosl": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcoslab": "waxed_weathered_cut_copper_slab", + "weatherwaxedcutcostep": "waxed_weathered_cut_copper_slab", + "wecutwacohalfblock": "waxed_weathered_cut_copper_slab", + "wecutwacophalfblock": "waxed_weathered_cut_copper_slab", + "wecutwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "wecutwacoppersl": "waxed_weathered_cut_copper_slab", + "wecutwacopperslab": "waxed_weathered_cut_copper_slab", + "wecutwacopperstep": "waxed_weathered_cut_copper_slab", + "wecutwacopsl": "waxed_weathered_cut_copper_slab", + "wecutwacopslab": "waxed_weathered_cut_copper_slab", + "wecutwacopstep": "waxed_weathered_cut_copper_slab", + "wecutwacosl": "waxed_weathered_cut_copper_slab", + "wecutwacoslab": "waxed_weathered_cut_copper_slab", + "wecutwacostep": "waxed_weathered_cut_copper_slab", + "wecutwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "wecutwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "wecutwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wecutwaxcoppersl": "waxed_weathered_cut_copper_slab", + "wecutwaxcopperslab": "waxed_weathered_cut_copper_slab", + "wecutwaxcopperstep": "waxed_weathered_cut_copper_slab", + "wecutwaxcopsl": "waxed_weathered_cut_copper_slab", + "wecutwaxcopslab": "waxed_weathered_cut_copper_slab", + "wecutwaxcopstep": "waxed_weathered_cut_copper_slab", + "wecutwaxcosl": "waxed_weathered_cut_copper_slab", + "wecutwaxcoslab": "waxed_weathered_cut_copper_slab", + "wecutwaxcostep": "waxed_weathered_cut_copper_slab", + "wecutwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "wecutwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "wecutwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wecutwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "wecutwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "wecutwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "wecutwaxedcopsl": "waxed_weathered_cut_copper_slab", + "wecutwaxedcopslab": "waxed_weathered_cut_copper_slab", + "wecutwaxedcopstep": "waxed_weathered_cut_copper_slab", + "wecutwaxedcosl": "waxed_weathered_cut_copper_slab", + "wecutwaxedcoslab": "waxed_weathered_cut_copper_slab", + "wecutwaxedcostep": "waxed_weathered_cut_copper_slab", + "wecwacohalfblock": "waxed_weathered_cut_copper_slab", + "wecwacophalfblock": "waxed_weathered_cut_copper_slab", + "wecwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "wecwacoppersl": "waxed_weathered_cut_copper_slab", + "wecwacopperslab": "waxed_weathered_cut_copper_slab", + "wecwacopperstep": "waxed_weathered_cut_copper_slab", + "wecwacopsl": "waxed_weathered_cut_copper_slab", + "wecwacopslab": "waxed_weathered_cut_copper_slab", + "wecwacopstep": "waxed_weathered_cut_copper_slab", + "wecwacosl": "waxed_weathered_cut_copper_slab", + "wecwacoslab": "waxed_weathered_cut_copper_slab", + "wecwacostep": "waxed_weathered_cut_copper_slab", + "wecwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "wecwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "wecwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wecwaxcoppersl": "waxed_weathered_cut_copper_slab", + "wecwaxcopperslab": "waxed_weathered_cut_copper_slab", + "wecwaxcopperstep": "waxed_weathered_cut_copper_slab", + "wecwaxcopsl": "waxed_weathered_cut_copper_slab", + "wecwaxcopslab": "waxed_weathered_cut_copper_slab", + "wecwaxcopstep": "waxed_weathered_cut_copper_slab", + "wecwaxcosl": "waxed_weathered_cut_copper_slab", + "wecwaxcoslab": "waxed_weathered_cut_copper_slab", + "wecwaxcostep": "waxed_weathered_cut_copper_slab", + "wecwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "wecwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "wecwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wecwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "wecwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "wecwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "wecwaxedcopsl": "waxed_weathered_cut_copper_slab", + "wecwaxedcopslab": "waxed_weathered_cut_copper_slab", + "wecwaxedcopstep": "waxed_weathered_cut_copper_slab", + "wecwaxedcosl": "waxed_weathered_cut_copper_slab", + "wecwaxedcoslab": "waxed_weathered_cut_copper_slab", + "wecwaxedcostep": "waxed_weathered_cut_copper_slab", + "wewaccohalfblock": "waxed_weathered_cut_copper_slab", + "wewaccophalfblock": "waxed_weathered_cut_copper_slab", + "wewaccopperhalfblock": "waxed_weathered_cut_copper_slab", + "wewaccoppersl": "waxed_weathered_cut_copper_slab", + "wewaccopperslab": "waxed_weathered_cut_copper_slab", + "wewaccopperstep": "waxed_weathered_cut_copper_slab", + "wewaccopsl": "waxed_weathered_cut_copper_slab", + "wewaccopslab": "waxed_weathered_cut_copper_slab", + "wewaccopstep": "waxed_weathered_cut_copper_slab", + "wewaccosl": "waxed_weathered_cut_copper_slab", + "wewaccoslab": "waxed_weathered_cut_copper_slab", + "wewaccostep": "waxed_weathered_cut_copper_slab", + "wewacutcohalfblock": "waxed_weathered_cut_copper_slab", + "wewacutcophalfblock": "waxed_weathered_cut_copper_slab", + "wewacutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wewacutcoppersl": "waxed_weathered_cut_copper_slab", + "wewacutcopperslab": "waxed_weathered_cut_copper_slab", + "wewacutcopperstep": "waxed_weathered_cut_copper_slab", + "wewacutcopsl": "waxed_weathered_cut_copper_slab", + "wewacutcopslab": "waxed_weathered_cut_copper_slab", + "wewacutcopstep": "waxed_weathered_cut_copper_slab", + "wewacutcosl": "waxed_weathered_cut_copper_slab", + "wewacutcoslab": "waxed_weathered_cut_copper_slab", + "wewacutcostep": "waxed_weathered_cut_copper_slab", + "wewaxccohalfblock": "waxed_weathered_cut_copper_slab", + "wewaxccophalfblock": "waxed_weathered_cut_copper_slab", + "wewaxccopperhalfblock": "waxed_weathered_cut_copper_slab", + "wewaxccoppersl": "waxed_weathered_cut_copper_slab", + "wewaxccopperslab": "waxed_weathered_cut_copper_slab", + "wewaxccopperstep": "waxed_weathered_cut_copper_slab", + "wewaxccopsl": "waxed_weathered_cut_copper_slab", + "wewaxccopslab": "waxed_weathered_cut_copper_slab", + "wewaxccopstep": "waxed_weathered_cut_copper_slab", + "wewaxccosl": "waxed_weathered_cut_copper_slab", + "wewaxccoslab": "waxed_weathered_cut_copper_slab", + "wewaxccostep": "waxed_weathered_cut_copper_slab", + "wewaxcutcohalfblock": "waxed_weathered_cut_copper_slab", + "wewaxcutcophalfblock": "waxed_weathered_cut_copper_slab", + "wewaxcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wewaxcutcoppersl": "waxed_weathered_cut_copper_slab", + "wewaxcutcopperslab": "waxed_weathered_cut_copper_slab", + "wewaxcutcopperstep": "waxed_weathered_cut_copper_slab", + "wewaxcutcopsl": "waxed_weathered_cut_copper_slab", + "wewaxcutcopslab": "waxed_weathered_cut_copper_slab", + "wewaxcutcopstep": "waxed_weathered_cut_copper_slab", + "wewaxcutcosl": "waxed_weathered_cut_copper_slab", + "wewaxcutcoslab": "waxed_weathered_cut_copper_slab", + "wewaxcutcostep": "waxed_weathered_cut_copper_slab", + "wewaxedccohalfblock": "waxed_weathered_cut_copper_slab", + "wewaxedccophalfblock": "waxed_weathered_cut_copper_slab", + "wewaxedccopperhalfblock": "waxed_weathered_cut_copper_slab", + "wewaxedccoppersl": "waxed_weathered_cut_copper_slab", + "wewaxedccopperslab": "waxed_weathered_cut_copper_slab", + "wewaxedccopperstep": "waxed_weathered_cut_copper_slab", + "wewaxedccopsl": "waxed_weathered_cut_copper_slab", + "wewaxedccopslab": "waxed_weathered_cut_copper_slab", + "wewaxedccopstep": "waxed_weathered_cut_copper_slab", + "wewaxedccosl": "waxed_weathered_cut_copper_slab", + "wewaxedccoslab": "waxed_weathered_cut_copper_slab", + "wewaxedccostep": "waxed_weathered_cut_copper_slab", + "wewaxedcutcohalfblock": "waxed_weathered_cut_copper_slab", + "wewaxedcutcophalfblock": "waxed_weathered_cut_copper_slab", + "wewaxedcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wewaxedcutcoppersl": "waxed_weathered_cut_copper_slab", + "wewaxedcutcopperslab": "waxed_weathered_cut_copper_slab", + "wewaxedcutcopperstep": "waxed_weathered_cut_copper_slab", + "wewaxedcutcopsl": "waxed_weathered_cut_copper_slab", + "wewaxedcutcopslab": "waxed_weathered_cut_copper_slab", + "wewaxedcutcopstep": "waxed_weathered_cut_copper_slab", + "wewaxedcutcosl": "waxed_weathered_cut_copper_slab", + "wewaxedcutcoslab": "waxed_weathered_cut_copper_slab", + "wewaxedcutcostep": "waxed_weathered_cut_copper_slab", + "wthcutwacohalfblock": "waxed_weathered_cut_copper_slab", + "wthcutwacophalfblock": "waxed_weathered_cut_copper_slab", + "wthcutwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthcutwacoppersl": "waxed_weathered_cut_copper_slab", + "wthcutwacopperslab": "waxed_weathered_cut_copper_slab", + "wthcutwacopperstep": "waxed_weathered_cut_copper_slab", + "wthcutwacopsl": "waxed_weathered_cut_copper_slab", + "wthcutwacopslab": "waxed_weathered_cut_copper_slab", + "wthcutwacopstep": "waxed_weathered_cut_copper_slab", + "wthcutwacosl": "waxed_weathered_cut_copper_slab", + "wthcutwacoslab": "waxed_weathered_cut_copper_slab", + "wthcutwacostep": "waxed_weathered_cut_copper_slab", + "wthcutwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "wthcutwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "wthcutwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthcutwaxcoppersl": "waxed_weathered_cut_copper_slab", + "wthcutwaxcopperslab": "waxed_weathered_cut_copper_slab", + "wthcutwaxcopperstep": "waxed_weathered_cut_copper_slab", + "wthcutwaxcopsl": "waxed_weathered_cut_copper_slab", + "wthcutwaxcopslab": "waxed_weathered_cut_copper_slab", + "wthcutwaxcopstep": "waxed_weathered_cut_copper_slab", + "wthcutwaxcosl": "waxed_weathered_cut_copper_slab", + "wthcutwaxcoslab": "waxed_weathered_cut_copper_slab", + "wthcutwaxcostep": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcopsl": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcopslab": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcopstep": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcosl": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcoslab": "waxed_weathered_cut_copper_slab", + "wthcutwaxedcostep": "waxed_weathered_cut_copper_slab", + "wthcwacohalfblock": "waxed_weathered_cut_copper_slab", + "wthcwacophalfblock": "waxed_weathered_cut_copper_slab", + "wthcwacopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthcwacoppersl": "waxed_weathered_cut_copper_slab", + "wthcwacopperslab": "waxed_weathered_cut_copper_slab", + "wthcwacopperstep": "waxed_weathered_cut_copper_slab", + "wthcwacopsl": "waxed_weathered_cut_copper_slab", + "wthcwacopslab": "waxed_weathered_cut_copper_slab", + "wthcwacopstep": "waxed_weathered_cut_copper_slab", + "wthcwacosl": "waxed_weathered_cut_copper_slab", + "wthcwacoslab": "waxed_weathered_cut_copper_slab", + "wthcwacostep": "waxed_weathered_cut_copper_slab", + "wthcwaxcohalfblock": "waxed_weathered_cut_copper_slab", + "wthcwaxcophalfblock": "waxed_weathered_cut_copper_slab", + "wthcwaxcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthcwaxcoppersl": "waxed_weathered_cut_copper_slab", + "wthcwaxcopperslab": "waxed_weathered_cut_copper_slab", + "wthcwaxcopperstep": "waxed_weathered_cut_copper_slab", + "wthcwaxcopsl": "waxed_weathered_cut_copper_slab", + "wthcwaxcopslab": "waxed_weathered_cut_copper_slab", + "wthcwaxcopstep": "waxed_weathered_cut_copper_slab", + "wthcwaxcosl": "waxed_weathered_cut_copper_slab", + "wthcwaxcoslab": "waxed_weathered_cut_copper_slab", + "wthcwaxcostep": "waxed_weathered_cut_copper_slab", + "wthcwaxedcohalfblock": "waxed_weathered_cut_copper_slab", + "wthcwaxedcophalfblock": "waxed_weathered_cut_copper_slab", + "wthcwaxedcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthcwaxedcoppersl": "waxed_weathered_cut_copper_slab", + "wthcwaxedcopperslab": "waxed_weathered_cut_copper_slab", + "wthcwaxedcopperstep": "waxed_weathered_cut_copper_slab", + "wthcwaxedcopsl": "waxed_weathered_cut_copper_slab", + "wthcwaxedcopslab": "waxed_weathered_cut_copper_slab", + "wthcwaxedcopstep": "waxed_weathered_cut_copper_slab", + "wthcwaxedcosl": "waxed_weathered_cut_copper_slab", + "wthcwaxedcoslab": "waxed_weathered_cut_copper_slab", + "wthcwaxedcostep": "waxed_weathered_cut_copper_slab", + "wthwaccohalfblock": "waxed_weathered_cut_copper_slab", + "wthwaccophalfblock": "waxed_weathered_cut_copper_slab", + "wthwaccopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthwaccoppersl": "waxed_weathered_cut_copper_slab", + "wthwaccopperslab": "waxed_weathered_cut_copper_slab", + "wthwaccopperstep": "waxed_weathered_cut_copper_slab", + "wthwaccopsl": "waxed_weathered_cut_copper_slab", + "wthwaccopslab": "waxed_weathered_cut_copper_slab", + "wthwaccopstep": "waxed_weathered_cut_copper_slab", + "wthwaccosl": "waxed_weathered_cut_copper_slab", + "wthwaccoslab": "waxed_weathered_cut_copper_slab", + "wthwaccostep": "waxed_weathered_cut_copper_slab", + "wthwacutcohalfblock": "waxed_weathered_cut_copper_slab", + "wthwacutcophalfblock": "waxed_weathered_cut_copper_slab", + "wthwacutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthwacutcoppersl": "waxed_weathered_cut_copper_slab", + "wthwacutcopperslab": "waxed_weathered_cut_copper_slab", + "wthwacutcopperstep": "waxed_weathered_cut_copper_slab", + "wthwacutcopsl": "waxed_weathered_cut_copper_slab", + "wthwacutcopslab": "waxed_weathered_cut_copper_slab", + "wthwacutcopstep": "waxed_weathered_cut_copper_slab", + "wthwacutcosl": "waxed_weathered_cut_copper_slab", + "wthwacutcoslab": "waxed_weathered_cut_copper_slab", + "wthwacutcostep": "waxed_weathered_cut_copper_slab", + "wthwaxccohalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxccophalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxccopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxccoppersl": "waxed_weathered_cut_copper_slab", + "wthwaxccopperslab": "waxed_weathered_cut_copper_slab", + "wthwaxccopperstep": "waxed_weathered_cut_copper_slab", + "wthwaxccopsl": "waxed_weathered_cut_copper_slab", + "wthwaxccopslab": "waxed_weathered_cut_copper_slab", + "wthwaxccopstep": "waxed_weathered_cut_copper_slab", + "wthwaxccosl": "waxed_weathered_cut_copper_slab", + "wthwaxccoslab": "waxed_weathered_cut_copper_slab", + "wthwaxccostep": "waxed_weathered_cut_copper_slab", + "wthwaxcutcohalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxcutcophalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxcutcoppersl": "waxed_weathered_cut_copper_slab", + "wthwaxcutcopperslab": "waxed_weathered_cut_copper_slab", + "wthwaxcutcopperstep": "waxed_weathered_cut_copper_slab", + "wthwaxcutcopsl": "waxed_weathered_cut_copper_slab", + "wthwaxcutcopslab": "waxed_weathered_cut_copper_slab", + "wthwaxcutcopstep": "waxed_weathered_cut_copper_slab", + "wthwaxcutcosl": "waxed_weathered_cut_copper_slab", + "wthwaxcutcoslab": "waxed_weathered_cut_copper_slab", + "wthwaxcutcostep": "waxed_weathered_cut_copper_slab", + "wthwaxedccohalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxedccophalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxedccopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxedccoppersl": "waxed_weathered_cut_copper_slab", + "wthwaxedccopperslab": "waxed_weathered_cut_copper_slab", + "wthwaxedccopperstep": "waxed_weathered_cut_copper_slab", + "wthwaxedccopsl": "waxed_weathered_cut_copper_slab", + "wthwaxedccopslab": "waxed_weathered_cut_copper_slab", + "wthwaxedccopstep": "waxed_weathered_cut_copper_slab", + "wthwaxedccosl": "waxed_weathered_cut_copper_slab", + "wthwaxedccoslab": "waxed_weathered_cut_copper_slab", + "wthwaxedccostep": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcohalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcophalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcopperhalfblock": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcoppersl": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcopperslab": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcopperstep": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcopsl": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcopslab": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcopstep": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcosl": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcoslab": "waxed_weathered_cut_copper_slab", + "wthwaxedcutcostep": "waxed_weathered_cut_copper_slab", + "waxed_weathered_cut_copper_stairs": { + "material": "WAXED_WEATHERED_CUT_COPPER_STAIRS" + }, + "cutwaweathercopperstair": "waxed_weathered_cut_copper_stairs", + "cutwaweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwaweathercopstair": "waxed_weathered_cut_copper_stairs", + "cutwaweathercopstairs": "waxed_weathered_cut_copper_stairs", + "cutwaweathercostair": "waxed_weathered_cut_copper_stairs", + "cutwaweathercostairs": "waxed_weathered_cut_copper_stairs", + "cutwaweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "cutwaweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwaweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "cutwaweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "cutwaweatheredcostair": "waxed_weathered_cut_copper_stairs", + "cutwaweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "cutwawecopperstair": "waxed_weathered_cut_copper_stairs", + "cutwawecopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwawecopstair": "waxed_weathered_cut_copper_stairs", + "cutwawecopstairs": "waxed_weathered_cut_copper_stairs", + "cutwawecostair": "waxed_weathered_cut_copper_stairs", + "cutwawecostairs": "waxed_weathered_cut_copper_stairs", + "cutwawthcopperstair": "waxed_weathered_cut_copper_stairs", + "cutwawthcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwawthcopstair": "waxed_weathered_cut_copper_stairs", + "cutwawthcopstairs": "waxed_weathered_cut_copper_stairs", + "cutwawthcostair": "waxed_weathered_cut_copper_stairs", + "cutwawthcostairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedweathercopperstair": "waxed_weathered_cut_copper_stairs", + "cutwaxedweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedweathercopstair": "waxed_weathered_cut_copper_stairs", + "cutwaxedweathercopstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedweathercostair": "waxed_weathered_cut_copper_stairs", + "cutwaxedweathercostairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "cutwaxedweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "cutwaxedweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedweatheredcostair": "waxed_weathered_cut_copper_stairs", + "cutwaxedweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedwecopperstair": "waxed_weathered_cut_copper_stairs", + "cutwaxedwecopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedwecopstair": "waxed_weathered_cut_copper_stairs", + "cutwaxedwecopstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedwecostair": "waxed_weathered_cut_copper_stairs", + "cutwaxedwecostairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedwthcopperstair": "waxed_weathered_cut_copper_stairs", + "cutwaxedwthcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedwthcopstair": "waxed_weathered_cut_copper_stairs", + "cutwaxedwthcopstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxedwthcostair": "waxed_weathered_cut_copper_stairs", + "cutwaxedwthcostairs": "waxed_weathered_cut_copper_stairs", + "cutwaxweathercopperstair": "waxed_weathered_cut_copper_stairs", + "cutwaxweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxweathercopstair": "waxed_weathered_cut_copper_stairs", + "cutwaxweathercopstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxweathercostair": "waxed_weathered_cut_copper_stairs", + "cutwaxweathercostairs": "waxed_weathered_cut_copper_stairs", + "cutwaxweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "cutwaxweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "cutwaxweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxweatheredcostair": "waxed_weathered_cut_copper_stairs", + "cutwaxweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "cutwaxwecopperstair": "waxed_weathered_cut_copper_stairs", + "cutwaxwecopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxwecopstair": "waxed_weathered_cut_copper_stairs", + "cutwaxwecopstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxwecostair": "waxed_weathered_cut_copper_stairs", + "cutwaxwecostairs": "waxed_weathered_cut_copper_stairs", + "cutwaxwthcopperstair": "waxed_weathered_cut_copper_stairs", + "cutwaxwthcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxwthcopstair": "waxed_weathered_cut_copper_stairs", + "cutwaxwthcopstairs": "waxed_weathered_cut_copper_stairs", + "cutwaxwthcostair": "waxed_weathered_cut_copper_stairs", + "cutwaxwthcostairs": "waxed_weathered_cut_copper_stairs", + "cutweatheredwacopperstair": "waxed_weathered_cut_copper_stairs", + "cutweatheredwacopperstairs": "waxed_weathered_cut_copper_stairs", + "cutweatheredwacopstair": "waxed_weathered_cut_copper_stairs", + "cutweatheredwacopstairs": "waxed_weathered_cut_copper_stairs", + "cutweatheredwacostair": "waxed_weathered_cut_copper_stairs", + "cutweatheredwacostairs": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxcopstair": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxcostair": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxcostairs": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxedcostair": "waxed_weathered_cut_copper_stairs", + "cutweatheredwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "cutweatherwacopperstair": "waxed_weathered_cut_copper_stairs", + "cutweatherwacopperstairs": "waxed_weathered_cut_copper_stairs", + "cutweatherwacopstair": "waxed_weathered_cut_copper_stairs", + "cutweatherwacopstairs": "waxed_weathered_cut_copper_stairs", + "cutweatherwacostair": "waxed_weathered_cut_copper_stairs", + "cutweatherwacostairs": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxcopstair": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxcostair": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxcostairs": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxedcostair": "waxed_weathered_cut_copper_stairs", + "cutweatherwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "cutwewacopperstair": "waxed_weathered_cut_copper_stairs", + "cutwewacopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwewacopstair": "waxed_weathered_cut_copper_stairs", + "cutwewacopstairs": "waxed_weathered_cut_copper_stairs", + "cutwewacostair": "waxed_weathered_cut_copper_stairs", + "cutwewacostairs": "waxed_weathered_cut_copper_stairs", + "cutwewaxcopperstair": "waxed_weathered_cut_copper_stairs", + "cutwewaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwewaxcopstair": "waxed_weathered_cut_copper_stairs", + "cutwewaxcopstairs": "waxed_weathered_cut_copper_stairs", + "cutwewaxcostair": "waxed_weathered_cut_copper_stairs", + "cutwewaxcostairs": "waxed_weathered_cut_copper_stairs", + "cutwewaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "cutwewaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwewaxedcopstair": "waxed_weathered_cut_copper_stairs", + "cutwewaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "cutwewaxedcostair": "waxed_weathered_cut_copper_stairs", + "cutwewaxedcostairs": "waxed_weathered_cut_copper_stairs", + "cutwthwacopperstair": "waxed_weathered_cut_copper_stairs", + "cutwthwacopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwthwacopstair": "waxed_weathered_cut_copper_stairs", + "cutwthwacopstairs": "waxed_weathered_cut_copper_stairs", + "cutwthwacostair": "waxed_weathered_cut_copper_stairs", + "cutwthwacostairs": "waxed_weathered_cut_copper_stairs", + "cutwthwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "cutwthwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwthwaxcopstair": "waxed_weathered_cut_copper_stairs", + "cutwthwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "cutwthwaxcostair": "waxed_weathered_cut_copper_stairs", + "cutwthwaxcostairs": "waxed_weathered_cut_copper_stairs", + "cutwthwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "cutwthwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "cutwthwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "cutwthwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "cutwthwaxedcostair": "waxed_weathered_cut_copper_stairs", + "cutwthwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "cwaweathercopperstair": "waxed_weathered_cut_copper_stairs", + "cwaweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "cwaweathercopstair": "waxed_weathered_cut_copper_stairs", + "cwaweathercopstairs": "waxed_weathered_cut_copper_stairs", + "cwaweathercostair": "waxed_weathered_cut_copper_stairs", + "cwaweathercostairs": "waxed_weathered_cut_copper_stairs", + "cwaweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "cwaweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "cwaweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "cwaweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "cwaweatheredcostair": "waxed_weathered_cut_copper_stairs", + "cwaweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "cwawecopperstair": "waxed_weathered_cut_copper_stairs", + "cwawecopperstairs": "waxed_weathered_cut_copper_stairs", + "cwawecopstair": "waxed_weathered_cut_copper_stairs", + "cwawecopstairs": "waxed_weathered_cut_copper_stairs", + "cwawecostair": "waxed_weathered_cut_copper_stairs", + "cwawecostairs": "waxed_weathered_cut_copper_stairs", + "cwawthcopperstair": "waxed_weathered_cut_copper_stairs", + "cwawthcopperstairs": "waxed_weathered_cut_copper_stairs", + "cwawthcopstair": "waxed_weathered_cut_copper_stairs", + "cwawthcopstairs": "waxed_weathered_cut_copper_stairs", + "cwawthcostair": "waxed_weathered_cut_copper_stairs", + "cwawthcostairs": "waxed_weathered_cut_copper_stairs", + "cwaxedweathercopperstair": "waxed_weathered_cut_copper_stairs", + "cwaxedweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "cwaxedweathercopstair": "waxed_weathered_cut_copper_stairs", + "cwaxedweathercopstairs": "waxed_weathered_cut_copper_stairs", + "cwaxedweathercostair": "waxed_weathered_cut_copper_stairs", + "cwaxedweathercostairs": "waxed_weathered_cut_copper_stairs", + "cwaxedweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "cwaxedweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "cwaxedweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "cwaxedweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "cwaxedweatheredcostair": "waxed_weathered_cut_copper_stairs", + "cwaxedweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "cwaxedwecopperstair": "waxed_weathered_cut_copper_stairs", + "cwaxedwecopperstairs": "waxed_weathered_cut_copper_stairs", + "cwaxedwecopstair": "waxed_weathered_cut_copper_stairs", + "cwaxedwecopstairs": "waxed_weathered_cut_copper_stairs", + "cwaxedwecostair": "waxed_weathered_cut_copper_stairs", + "cwaxedwecostairs": "waxed_weathered_cut_copper_stairs", + "cwaxedwthcopperstair": "waxed_weathered_cut_copper_stairs", + "cwaxedwthcopperstairs": "waxed_weathered_cut_copper_stairs", + "cwaxedwthcopstair": "waxed_weathered_cut_copper_stairs", + "cwaxedwthcopstairs": "waxed_weathered_cut_copper_stairs", + "cwaxedwthcostair": "waxed_weathered_cut_copper_stairs", + "cwaxedwthcostairs": "waxed_weathered_cut_copper_stairs", + "cwaxweathercopperstair": "waxed_weathered_cut_copper_stairs", + "cwaxweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "cwaxweathercopstair": "waxed_weathered_cut_copper_stairs", + "cwaxweathercopstairs": "waxed_weathered_cut_copper_stairs", + "cwaxweathercostair": "waxed_weathered_cut_copper_stairs", + "cwaxweathercostairs": "waxed_weathered_cut_copper_stairs", + "cwaxweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "cwaxweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "cwaxweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "cwaxweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "cwaxweatheredcostair": "waxed_weathered_cut_copper_stairs", + "cwaxweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "cwaxwecopperstair": "waxed_weathered_cut_copper_stairs", + "cwaxwecopperstairs": "waxed_weathered_cut_copper_stairs", + "cwaxwecopstair": "waxed_weathered_cut_copper_stairs", + "cwaxwecopstairs": "waxed_weathered_cut_copper_stairs", + "cwaxwecostair": "waxed_weathered_cut_copper_stairs", + "cwaxwecostairs": "waxed_weathered_cut_copper_stairs", + "cwaxwthcopperstair": "waxed_weathered_cut_copper_stairs", + "cwaxwthcopperstairs": "waxed_weathered_cut_copper_stairs", + "cwaxwthcopstair": "waxed_weathered_cut_copper_stairs", + "cwaxwthcopstairs": "waxed_weathered_cut_copper_stairs", + "cwaxwthcostair": "waxed_weathered_cut_copper_stairs", + "cwaxwthcostairs": "waxed_weathered_cut_copper_stairs", + "cweatheredwacopperstair": "waxed_weathered_cut_copper_stairs", + "cweatheredwacopperstairs": "waxed_weathered_cut_copper_stairs", + "cweatheredwacopstair": "waxed_weathered_cut_copper_stairs", + "cweatheredwacopstairs": "waxed_weathered_cut_copper_stairs", + "cweatheredwacostair": "waxed_weathered_cut_copper_stairs", + "cweatheredwacostairs": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxcopstair": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxcostair": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxcostairs": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxedcostair": "waxed_weathered_cut_copper_stairs", + "cweatheredwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "cweatherwacopperstair": "waxed_weathered_cut_copper_stairs", + "cweatherwacopperstairs": "waxed_weathered_cut_copper_stairs", + "cweatherwacopstair": "waxed_weathered_cut_copper_stairs", + "cweatherwacopstairs": "waxed_weathered_cut_copper_stairs", + "cweatherwacostair": "waxed_weathered_cut_copper_stairs", + "cweatherwacostairs": "waxed_weathered_cut_copper_stairs", + "cweatherwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "cweatherwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "cweatherwaxcopstair": "waxed_weathered_cut_copper_stairs", + "cweatherwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "cweatherwaxcostair": "waxed_weathered_cut_copper_stairs", + "cweatherwaxcostairs": "waxed_weathered_cut_copper_stairs", + "cweatherwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "cweatherwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "cweatherwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "cweatherwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "cweatherwaxedcostair": "waxed_weathered_cut_copper_stairs", + "cweatherwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "cwewacopperstair": "waxed_weathered_cut_copper_stairs", + "cwewacopperstairs": "waxed_weathered_cut_copper_stairs", + "cwewacopstair": "waxed_weathered_cut_copper_stairs", + "cwewacopstairs": "waxed_weathered_cut_copper_stairs", + "cwewacostair": "waxed_weathered_cut_copper_stairs", + "cwewacostairs": "waxed_weathered_cut_copper_stairs", + "cwewaxcopperstair": "waxed_weathered_cut_copper_stairs", + "cwewaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "cwewaxcopstair": "waxed_weathered_cut_copper_stairs", + "cwewaxcopstairs": "waxed_weathered_cut_copper_stairs", + "cwewaxcostair": "waxed_weathered_cut_copper_stairs", + "cwewaxcostairs": "waxed_weathered_cut_copper_stairs", + "cwewaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "cwewaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "cwewaxedcopstair": "waxed_weathered_cut_copper_stairs", + "cwewaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "cwewaxedcostair": "waxed_weathered_cut_copper_stairs", + "cwewaxedcostairs": "waxed_weathered_cut_copper_stairs", + "cwthwacopperstair": "waxed_weathered_cut_copper_stairs", + "cwthwacopperstairs": "waxed_weathered_cut_copper_stairs", + "cwthwacopstair": "waxed_weathered_cut_copper_stairs", + "cwthwacopstairs": "waxed_weathered_cut_copper_stairs", + "cwthwacostair": "waxed_weathered_cut_copper_stairs", + "cwthwacostairs": "waxed_weathered_cut_copper_stairs", + "cwthwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "cwthwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "cwthwaxcopstair": "waxed_weathered_cut_copper_stairs", + "cwthwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "cwthwaxcostair": "waxed_weathered_cut_copper_stairs", + "cwthwaxcostairs": "waxed_weathered_cut_copper_stairs", + "cwthwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "cwthwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "cwthwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "cwthwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "cwthwaxedcostair": "waxed_weathered_cut_copper_stairs", + "cwthwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "minecraft:waxed_weathered_cut_copper_stairs": "waxed_weathered_cut_copper_stairs", + "wacutweathercopperstair": "waxed_weathered_cut_copper_stairs", + "wacutweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "wacutweathercopstair": "waxed_weathered_cut_copper_stairs", + "wacutweathercopstairs": "waxed_weathered_cut_copper_stairs", + "wacutweathercostair": "waxed_weathered_cut_copper_stairs", + "wacutweathercostairs": "waxed_weathered_cut_copper_stairs", + "wacutweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "wacutweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "wacutweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "wacutweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "wacutweatheredcostair": "waxed_weathered_cut_copper_stairs", + "wacutweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "wacutwecopperstair": "waxed_weathered_cut_copper_stairs", + "wacutwecopperstairs": "waxed_weathered_cut_copper_stairs", + "wacutwecopstair": "waxed_weathered_cut_copper_stairs", + "wacutwecopstairs": "waxed_weathered_cut_copper_stairs", + "wacutwecostair": "waxed_weathered_cut_copper_stairs", + "wacutwecostairs": "waxed_weathered_cut_copper_stairs", + "wacutwthcopperstair": "waxed_weathered_cut_copper_stairs", + "wacutwthcopperstairs": "waxed_weathered_cut_copper_stairs", + "wacutwthcopstair": "waxed_weathered_cut_copper_stairs", + "wacutwthcopstairs": "waxed_weathered_cut_copper_stairs", + "wacutwthcostair": "waxed_weathered_cut_copper_stairs", + "wacutwthcostairs": "waxed_weathered_cut_copper_stairs", + "wacweathercopperstair": "waxed_weathered_cut_copper_stairs", + "wacweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "wacweathercopstair": "waxed_weathered_cut_copper_stairs", + "wacweathercopstairs": "waxed_weathered_cut_copper_stairs", + "wacweathercostair": "waxed_weathered_cut_copper_stairs", + "wacweathercostairs": "waxed_weathered_cut_copper_stairs", + "wacweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "wacweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "wacweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "wacweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "wacweatheredcostair": "waxed_weathered_cut_copper_stairs", + "wacweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "wacwecopperstair": "waxed_weathered_cut_copper_stairs", + "wacwecopperstairs": "waxed_weathered_cut_copper_stairs", + "wacwecopstair": "waxed_weathered_cut_copper_stairs", + "wacwecopstairs": "waxed_weathered_cut_copper_stairs", + "wacwecostair": "waxed_weathered_cut_copper_stairs", + "wacwecostairs": "waxed_weathered_cut_copper_stairs", + "wacwthcopperstair": "waxed_weathered_cut_copper_stairs", + "wacwthcopperstairs": "waxed_weathered_cut_copper_stairs", + "wacwthcopstair": "waxed_weathered_cut_copper_stairs", + "wacwthcopstairs": "waxed_weathered_cut_copper_stairs", + "wacwthcostair": "waxed_weathered_cut_copper_stairs", + "wacwthcostairs": "waxed_weathered_cut_copper_stairs", + "waweatherccopperstair": "waxed_weathered_cut_copper_stairs", + "waweatherccopperstairs": "waxed_weathered_cut_copper_stairs", + "waweatherccopstair": "waxed_weathered_cut_copper_stairs", + "waweatherccopstairs": "waxed_weathered_cut_copper_stairs", + "waweatherccostair": "waxed_weathered_cut_copper_stairs", + "waweatherccostairs": "waxed_weathered_cut_copper_stairs", + "waweathercutcopperstair": "waxed_weathered_cut_copper_stairs", + "waweathercutcopperstairs": "waxed_weathered_cut_copper_stairs", + "waweathercutcopstair": "waxed_weathered_cut_copper_stairs", + "waweathercutcopstairs": "waxed_weathered_cut_copper_stairs", + "waweathercutcostair": "waxed_weathered_cut_copper_stairs", + "waweathercutcostairs": "waxed_weathered_cut_copper_stairs", + "waweatheredccopperstair": "waxed_weathered_cut_copper_stairs", + "waweatheredccopperstairs": "waxed_weathered_cut_copper_stairs", + "waweatheredccopstair": "waxed_weathered_cut_copper_stairs", + "waweatheredccopstairs": "waxed_weathered_cut_copper_stairs", + "waweatheredccostair": "waxed_weathered_cut_copper_stairs", + "waweatheredccostairs": "waxed_weathered_cut_copper_stairs", + "waweatheredcutcopperstair": "waxed_weathered_cut_copper_stairs", + "waweatheredcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "waweatheredcutcopstair": "waxed_weathered_cut_copper_stairs", + "waweatheredcutcopstairs": "waxed_weathered_cut_copper_stairs", + "waweatheredcutcostair": "waxed_weathered_cut_copper_stairs", + "waweatheredcutcostairs": "waxed_weathered_cut_copper_stairs", + "waweccopperstair": "waxed_weathered_cut_copper_stairs", + "waweccopperstairs": "waxed_weathered_cut_copper_stairs", + "waweccopstair": "waxed_weathered_cut_copper_stairs", + "waweccopstairs": "waxed_weathered_cut_copper_stairs", + "waweccostair": "waxed_weathered_cut_copper_stairs", + "waweccostairs": "waxed_weathered_cut_copper_stairs", + "wawecutcopperstair": "waxed_weathered_cut_copper_stairs", + "wawecutcopperstairs": "waxed_weathered_cut_copper_stairs", + "wawecutcopstair": "waxed_weathered_cut_copper_stairs", + "wawecutcopstairs": "waxed_weathered_cut_copper_stairs", + "wawecutcostair": "waxed_weathered_cut_copper_stairs", + "wawecutcostairs": "waxed_weathered_cut_copper_stairs", + "wawthccopperstair": "waxed_weathered_cut_copper_stairs", + "wawthccopperstairs": "waxed_weathered_cut_copper_stairs", + "wawthccopstair": "waxed_weathered_cut_copper_stairs", + "wawthccopstairs": "waxed_weathered_cut_copper_stairs", + "wawthccostair": "waxed_weathered_cut_copper_stairs", + "wawthccostairs": "waxed_weathered_cut_copper_stairs", + "wawthcutcopperstair": "waxed_weathered_cut_copper_stairs", + "wawthcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "wawthcutcopstair": "waxed_weathered_cut_copper_stairs", + "wawthcutcopstairs": "waxed_weathered_cut_copper_stairs", + "wawthcutcostair": "waxed_weathered_cut_copper_stairs", + "wawthcutcostairs": "waxed_weathered_cut_copper_stairs", + "waxcutweathercopperstair": "waxed_weathered_cut_copper_stairs", + "waxcutweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "waxcutweathercopstair": "waxed_weathered_cut_copper_stairs", + "waxcutweathercopstairs": "waxed_weathered_cut_copper_stairs", + "waxcutweathercostair": "waxed_weathered_cut_copper_stairs", + "waxcutweathercostairs": "waxed_weathered_cut_copper_stairs", + "waxcutweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "waxcutweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxcutweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "waxcutweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "waxcutweatheredcostair": "waxed_weathered_cut_copper_stairs", + "waxcutweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "waxcutwecopperstair": "waxed_weathered_cut_copper_stairs", + "waxcutwecopperstairs": "waxed_weathered_cut_copper_stairs", + "waxcutwecopstair": "waxed_weathered_cut_copper_stairs", + "waxcutwecopstairs": "waxed_weathered_cut_copper_stairs", + "waxcutwecostair": "waxed_weathered_cut_copper_stairs", + "waxcutwecostairs": "waxed_weathered_cut_copper_stairs", + "waxcutwthcopperstair": "waxed_weathered_cut_copper_stairs", + "waxcutwthcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxcutwthcopstair": "waxed_weathered_cut_copper_stairs", + "waxcutwthcopstairs": "waxed_weathered_cut_copper_stairs", + "waxcutwthcostair": "waxed_weathered_cut_copper_stairs", + "waxcutwthcostairs": "waxed_weathered_cut_copper_stairs", + "waxcweathercopperstair": "waxed_weathered_cut_copper_stairs", + "waxcweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "waxcweathercopstair": "waxed_weathered_cut_copper_stairs", + "waxcweathercopstairs": "waxed_weathered_cut_copper_stairs", + "waxcweathercostair": "waxed_weathered_cut_copper_stairs", + "waxcweathercostairs": "waxed_weathered_cut_copper_stairs", + "waxcweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "waxcweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxcweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "waxcweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "waxcweatheredcostair": "waxed_weathered_cut_copper_stairs", + "waxcweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "waxcwecopperstair": "waxed_weathered_cut_copper_stairs", + "waxcwecopperstairs": "waxed_weathered_cut_copper_stairs", + "waxcwecopstair": "waxed_weathered_cut_copper_stairs", + "waxcwecopstairs": "waxed_weathered_cut_copper_stairs", + "waxcwecostair": "waxed_weathered_cut_copper_stairs", + "waxcwecostairs": "waxed_weathered_cut_copper_stairs", + "waxcwthcopperstair": "waxed_weathered_cut_copper_stairs", + "waxcwthcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxcwthcopstair": "waxed_weathered_cut_copper_stairs", + "waxcwthcopstairs": "waxed_weathered_cut_copper_stairs", + "waxcwthcostair": "waxed_weathered_cut_copper_stairs", + "waxcwthcostairs": "waxed_weathered_cut_copper_stairs", + "waxedcutweathercopperstair": "waxed_weathered_cut_copper_stairs", + "waxedcutweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedcutweathercopstair": "waxed_weathered_cut_copper_stairs", + "waxedcutweathercopstairs": "waxed_weathered_cut_copper_stairs", + "waxedcutweathercostair": "waxed_weathered_cut_copper_stairs", + "waxedcutweathercostairs": "waxed_weathered_cut_copper_stairs", + "waxedcutweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "waxedcutweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedcutweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "waxedcutweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "waxedcutweatheredcostair": "waxed_weathered_cut_copper_stairs", + "waxedcutweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "waxedcutwecopperstair": "waxed_weathered_cut_copper_stairs", + "waxedcutwecopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedcutwecopstair": "waxed_weathered_cut_copper_stairs", + "waxedcutwecopstairs": "waxed_weathered_cut_copper_stairs", + "waxedcutwecostair": "waxed_weathered_cut_copper_stairs", + "waxedcutwecostairs": "waxed_weathered_cut_copper_stairs", + "waxedcutwthcopperstair": "waxed_weathered_cut_copper_stairs", + "waxedcutwthcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedcutwthcopstair": "waxed_weathered_cut_copper_stairs", + "waxedcutwthcopstairs": "waxed_weathered_cut_copper_stairs", + "waxedcutwthcostair": "waxed_weathered_cut_copper_stairs", + "waxedcutwthcostairs": "waxed_weathered_cut_copper_stairs", + "waxedcweathercopperstair": "waxed_weathered_cut_copper_stairs", + "waxedcweathercopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedcweathercopstair": "waxed_weathered_cut_copper_stairs", + "waxedcweathercopstairs": "waxed_weathered_cut_copper_stairs", + "waxedcweathercostair": "waxed_weathered_cut_copper_stairs", + "waxedcweathercostairs": "waxed_weathered_cut_copper_stairs", + "waxedcweatheredcopperstair": "waxed_weathered_cut_copper_stairs", + "waxedcweatheredcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedcweatheredcopstair": "waxed_weathered_cut_copper_stairs", + "waxedcweatheredcopstairs": "waxed_weathered_cut_copper_stairs", + "waxedcweatheredcostair": "waxed_weathered_cut_copper_stairs", + "waxedcweatheredcostairs": "waxed_weathered_cut_copper_stairs", + "waxedcwecopperstair": "waxed_weathered_cut_copper_stairs", + "waxedcwecopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedcwecopstair": "waxed_weathered_cut_copper_stairs", + "waxedcwecopstairs": "waxed_weathered_cut_copper_stairs", + "waxedcwecostair": "waxed_weathered_cut_copper_stairs", + "waxedcwecostairs": "waxed_weathered_cut_copper_stairs", + "waxedcwthcopperstair": "waxed_weathered_cut_copper_stairs", + "waxedcwthcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedcwthcopstair": "waxed_weathered_cut_copper_stairs", + "waxedcwthcopstairs": "waxed_weathered_cut_copper_stairs", + "waxedcwthcostair": "waxed_weathered_cut_copper_stairs", + "waxedcwthcostairs": "waxed_weathered_cut_copper_stairs", + "waxedweatherccopperstair": "waxed_weathered_cut_copper_stairs", + "waxedweatherccopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedweatherccopstair": "waxed_weathered_cut_copper_stairs", + "waxedweatherccopstairs": "waxed_weathered_cut_copper_stairs", + "waxedweatherccostair": "waxed_weathered_cut_copper_stairs", + "waxedweatherccostairs": "waxed_weathered_cut_copper_stairs", + "waxedweathercutcopperstair": "waxed_weathered_cut_copper_stairs", + "waxedweathercutcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedweathercutcopstair": "waxed_weathered_cut_copper_stairs", + "waxedweathercutcopstairs": "waxed_weathered_cut_copper_stairs", + "waxedweathercutcostair": "waxed_weathered_cut_copper_stairs", + "waxedweathercutcostairs": "waxed_weathered_cut_copper_stairs", + "waxedweatheredccopperstair": "waxed_weathered_cut_copper_stairs", + "waxedweatheredccopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedweatheredccopstair": "waxed_weathered_cut_copper_stairs", + "waxedweatheredccopstairs": "waxed_weathered_cut_copper_stairs", + "waxedweatheredccostair": "waxed_weathered_cut_copper_stairs", + "waxedweatheredccostairs": "waxed_weathered_cut_copper_stairs", + "waxedweatheredcutcopperstair": "waxed_weathered_cut_copper_stairs", + "waxedweatheredcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedweatheredcutcopstair": "waxed_weathered_cut_copper_stairs", + "waxedweatheredcutcopstairs": "waxed_weathered_cut_copper_stairs", + "waxedweatheredcutcostair": "waxed_weathered_cut_copper_stairs", + "waxedweatheredcutcostairs": "waxed_weathered_cut_copper_stairs", + "waxedweccopperstair": "waxed_weathered_cut_copper_stairs", + "waxedweccopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedweccopstair": "waxed_weathered_cut_copper_stairs", + "waxedweccopstairs": "waxed_weathered_cut_copper_stairs", + "waxedweccostair": "waxed_weathered_cut_copper_stairs", + "waxedweccostairs": "waxed_weathered_cut_copper_stairs", + "waxedwecutcopperstair": "waxed_weathered_cut_copper_stairs", + "waxedwecutcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedwecutcopstair": "waxed_weathered_cut_copper_stairs", + "waxedwecutcopstairs": "waxed_weathered_cut_copper_stairs", + "waxedwecutcostair": "waxed_weathered_cut_copper_stairs", + "waxedwecutcostairs": "waxed_weathered_cut_copper_stairs", + "waxedwthccopperstair": "waxed_weathered_cut_copper_stairs", + "waxedwthccopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedwthccopstair": "waxed_weathered_cut_copper_stairs", + "waxedwthccopstairs": "waxed_weathered_cut_copper_stairs", + "waxedwthccostair": "waxed_weathered_cut_copper_stairs", + "waxedwthccostairs": "waxed_weathered_cut_copper_stairs", + "waxedwthcutcopperstair": "waxed_weathered_cut_copper_stairs", + "waxedwthcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxedwthcutcopstair": "waxed_weathered_cut_copper_stairs", + "waxedwthcutcopstairs": "waxed_weathered_cut_copper_stairs", + "waxedwthcutcostair": "waxed_weathered_cut_copper_stairs", + "waxedwthcutcostairs": "waxed_weathered_cut_copper_stairs", + "waxweatherccopperstair": "waxed_weathered_cut_copper_stairs", + "waxweatherccopperstairs": "waxed_weathered_cut_copper_stairs", + "waxweatherccopstair": "waxed_weathered_cut_copper_stairs", + "waxweatherccopstairs": "waxed_weathered_cut_copper_stairs", + "waxweatherccostair": "waxed_weathered_cut_copper_stairs", + "waxweatherccostairs": "waxed_weathered_cut_copper_stairs", + "waxweathercutcopperstair": "waxed_weathered_cut_copper_stairs", + "waxweathercutcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxweathercutcopstair": "waxed_weathered_cut_copper_stairs", + "waxweathercutcopstairs": "waxed_weathered_cut_copper_stairs", + "waxweathercutcostair": "waxed_weathered_cut_copper_stairs", + "waxweathercutcostairs": "waxed_weathered_cut_copper_stairs", + "waxweatheredccopperstair": "waxed_weathered_cut_copper_stairs", + "waxweatheredccopperstairs": "waxed_weathered_cut_copper_stairs", + "waxweatheredccopstair": "waxed_weathered_cut_copper_stairs", + "waxweatheredccopstairs": "waxed_weathered_cut_copper_stairs", + "waxweatheredccostair": "waxed_weathered_cut_copper_stairs", + "waxweatheredccostairs": "waxed_weathered_cut_copper_stairs", + "waxweatheredcutcopperstair": "waxed_weathered_cut_copper_stairs", + "waxweatheredcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxweatheredcutcopstair": "waxed_weathered_cut_copper_stairs", + "waxweatheredcutcopstairs": "waxed_weathered_cut_copper_stairs", + "waxweatheredcutcostair": "waxed_weathered_cut_copper_stairs", + "waxweatheredcutcostairs": "waxed_weathered_cut_copper_stairs", + "waxweccopperstair": "waxed_weathered_cut_copper_stairs", + "waxweccopperstairs": "waxed_weathered_cut_copper_stairs", + "waxweccopstair": "waxed_weathered_cut_copper_stairs", + "waxweccopstairs": "waxed_weathered_cut_copper_stairs", + "waxweccostair": "waxed_weathered_cut_copper_stairs", + "waxweccostairs": "waxed_weathered_cut_copper_stairs", + "waxwecutcopperstair": "waxed_weathered_cut_copper_stairs", + "waxwecutcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxwecutcopstair": "waxed_weathered_cut_copper_stairs", + "waxwecutcopstairs": "waxed_weathered_cut_copper_stairs", + "waxwecutcostair": "waxed_weathered_cut_copper_stairs", + "waxwecutcostairs": "waxed_weathered_cut_copper_stairs", + "waxwthccopperstair": "waxed_weathered_cut_copper_stairs", + "waxwthccopperstairs": "waxed_weathered_cut_copper_stairs", + "waxwthccopstair": "waxed_weathered_cut_copper_stairs", + "waxwthccopstairs": "waxed_weathered_cut_copper_stairs", + "waxwthccostair": "waxed_weathered_cut_copper_stairs", + "waxwthccostairs": "waxed_weathered_cut_copper_stairs", + "waxwthcutcopperstair": "waxed_weathered_cut_copper_stairs", + "waxwthcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "waxwthcutcopstair": "waxed_weathered_cut_copper_stairs", + "waxwthcutcopstairs": "waxed_weathered_cut_copper_stairs", + "waxwthcutcostair": "waxed_weathered_cut_copper_stairs", + "waxwthcutcostairs": "waxed_weathered_cut_copper_stairs", + "weathercutwacopperstair": "waxed_weathered_cut_copper_stairs", + "weathercutwacopperstairs": "waxed_weathered_cut_copper_stairs", + "weathercutwacopstair": "waxed_weathered_cut_copper_stairs", + "weathercutwacopstairs": "waxed_weathered_cut_copper_stairs", + "weathercutwacostair": "waxed_weathered_cut_copper_stairs", + "weathercutwacostairs": "waxed_weathered_cut_copper_stairs", + "weathercutwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "weathercutwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "weathercutwaxcopstair": "waxed_weathered_cut_copper_stairs", + "weathercutwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "weathercutwaxcostair": "waxed_weathered_cut_copper_stairs", + "weathercutwaxcostairs": "waxed_weathered_cut_copper_stairs", + "weathercutwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "weathercutwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "weathercutwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "weathercutwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "weathercutwaxedcostair": "waxed_weathered_cut_copper_stairs", + "weathercutwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "weathercwacopperstair": "waxed_weathered_cut_copper_stairs", + "weathercwacopperstairs": "waxed_weathered_cut_copper_stairs", + "weathercwacopstair": "waxed_weathered_cut_copper_stairs", + "weathercwacopstairs": "waxed_weathered_cut_copper_stairs", + "weathercwacostair": "waxed_weathered_cut_copper_stairs", + "weathercwacostairs": "waxed_weathered_cut_copper_stairs", + "weathercwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "weathercwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "weathercwaxcopstair": "waxed_weathered_cut_copper_stairs", + "weathercwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "weathercwaxcostair": "waxed_weathered_cut_copper_stairs", + "weathercwaxcostairs": "waxed_weathered_cut_copper_stairs", + "weathercwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "weathercwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "weathercwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "weathercwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "weathercwaxedcostair": "waxed_weathered_cut_copper_stairs", + "weathercwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "weatheredcutwacopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredcutwacopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcutwacopstair": "waxed_weathered_cut_copper_stairs", + "weatheredcutwacopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcutwacostair": "waxed_weathered_cut_copper_stairs", + "weatheredcutwacostairs": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxcopstair": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxcostair": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxcostairs": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxedcostair": "waxed_weathered_cut_copper_stairs", + "weatheredcutwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "weatheredcwacopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredcwacopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcwacopstair": "waxed_weathered_cut_copper_stairs", + "weatheredcwacopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcwacostair": "waxed_weathered_cut_copper_stairs", + "weatheredcwacostairs": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxcopstair": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxcostair": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxcostairs": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxedcostair": "waxed_weathered_cut_copper_stairs", + "weatheredcwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaccopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredwaccopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaccopstair": "waxed_weathered_cut_copper_stairs", + "weatheredwaccopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaccostair": "waxed_weathered_cut_copper_stairs", + "weatheredwaccostairs": "waxed_weathered_cut_copper_stairs", + "weatheredwacutcopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredwacutcopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwacutcopstair": "waxed_weathered_cut_copper_stairs", + "weatheredwacutcopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwacutcostair": "waxed_weathered_cut_copper_stairs", + "weatheredwacutcostairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxccopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxccopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxccopstair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxccopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxccostair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxccostairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxcutcopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxcutcopstair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxcutcopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxcutcostair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxcutcostairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedccopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedccopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedccopstair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedccopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedccostair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedccostairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedcutcopperstair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedcutcopstair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedcutcopstairs": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedcutcostair": "waxed_weathered_cut_copper_stairs", + "weatheredwaxedcutcostairs": "waxed_weathered_cut_copper_stairs", + "weatherwaccopperstair": "waxed_weathered_cut_copper_stairs", + "weatherwaccopperstairs": "waxed_weathered_cut_copper_stairs", + "weatherwaccopstair": "waxed_weathered_cut_copper_stairs", + "weatherwaccopstairs": "waxed_weathered_cut_copper_stairs", + "weatherwaccostair": "waxed_weathered_cut_copper_stairs", + "weatherwaccostairs": "waxed_weathered_cut_copper_stairs", + "weatherwacutcopperstair": "waxed_weathered_cut_copper_stairs", + "weatherwacutcopperstairs": "waxed_weathered_cut_copper_stairs", + "weatherwacutcopstair": "waxed_weathered_cut_copper_stairs", + "weatherwacutcopstairs": "waxed_weathered_cut_copper_stairs", + "weatherwacutcostair": "waxed_weathered_cut_copper_stairs", + "weatherwacutcostairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxccopperstair": "waxed_weathered_cut_copper_stairs", + "weatherwaxccopperstairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxccopstair": "waxed_weathered_cut_copper_stairs", + "weatherwaxccopstairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxccostair": "waxed_weathered_cut_copper_stairs", + "weatherwaxccostairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxcutcopperstair": "waxed_weathered_cut_copper_stairs", + "weatherwaxcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxcutcopstair": "waxed_weathered_cut_copper_stairs", + "weatherwaxcutcopstairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxcutcostair": "waxed_weathered_cut_copper_stairs", + "weatherwaxcutcostairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxedccopperstair": "waxed_weathered_cut_copper_stairs", + "weatherwaxedccopperstairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxedccopstair": "waxed_weathered_cut_copper_stairs", + "weatherwaxedccopstairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxedccostair": "waxed_weathered_cut_copper_stairs", + "weatherwaxedccostairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxedcutcopperstair": "waxed_weathered_cut_copper_stairs", + "weatherwaxedcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxedcutcopstair": "waxed_weathered_cut_copper_stairs", + "weatherwaxedcutcopstairs": "waxed_weathered_cut_copper_stairs", + "weatherwaxedcutcostair": "waxed_weathered_cut_copper_stairs", + "weatherwaxedcutcostairs": "waxed_weathered_cut_copper_stairs", + "wecutwacopperstair": "waxed_weathered_cut_copper_stairs", + "wecutwacopperstairs": "waxed_weathered_cut_copper_stairs", + "wecutwacopstair": "waxed_weathered_cut_copper_stairs", + "wecutwacopstairs": "waxed_weathered_cut_copper_stairs", + "wecutwacostair": "waxed_weathered_cut_copper_stairs", + "wecutwacostairs": "waxed_weathered_cut_copper_stairs", + "wecutwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "wecutwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "wecutwaxcopstair": "waxed_weathered_cut_copper_stairs", + "wecutwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "wecutwaxcostair": "waxed_weathered_cut_copper_stairs", + "wecutwaxcostairs": "waxed_weathered_cut_copper_stairs", + "wecutwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "wecutwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "wecutwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "wecutwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "wecutwaxedcostair": "waxed_weathered_cut_copper_stairs", + "wecutwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "wecwacopperstair": "waxed_weathered_cut_copper_stairs", + "wecwacopperstairs": "waxed_weathered_cut_copper_stairs", + "wecwacopstair": "waxed_weathered_cut_copper_stairs", + "wecwacopstairs": "waxed_weathered_cut_copper_stairs", + "wecwacostair": "waxed_weathered_cut_copper_stairs", + "wecwacostairs": "waxed_weathered_cut_copper_stairs", + "wecwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "wecwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "wecwaxcopstair": "waxed_weathered_cut_copper_stairs", + "wecwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "wecwaxcostair": "waxed_weathered_cut_copper_stairs", + "wecwaxcostairs": "waxed_weathered_cut_copper_stairs", + "wecwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "wecwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "wecwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "wecwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "wecwaxedcostair": "waxed_weathered_cut_copper_stairs", + "wecwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "wewaccopperstair": "waxed_weathered_cut_copper_stairs", + "wewaccopperstairs": "waxed_weathered_cut_copper_stairs", + "wewaccopstair": "waxed_weathered_cut_copper_stairs", + "wewaccopstairs": "waxed_weathered_cut_copper_stairs", + "wewaccostair": "waxed_weathered_cut_copper_stairs", + "wewaccostairs": "waxed_weathered_cut_copper_stairs", + "wewacutcopperstair": "waxed_weathered_cut_copper_stairs", + "wewacutcopperstairs": "waxed_weathered_cut_copper_stairs", + "wewacutcopstair": "waxed_weathered_cut_copper_stairs", + "wewacutcopstairs": "waxed_weathered_cut_copper_stairs", + "wewacutcostair": "waxed_weathered_cut_copper_stairs", + "wewacutcostairs": "waxed_weathered_cut_copper_stairs", + "wewaxccopperstair": "waxed_weathered_cut_copper_stairs", + "wewaxccopperstairs": "waxed_weathered_cut_copper_stairs", + "wewaxccopstair": "waxed_weathered_cut_copper_stairs", + "wewaxccopstairs": "waxed_weathered_cut_copper_stairs", + "wewaxccostair": "waxed_weathered_cut_copper_stairs", + "wewaxccostairs": "waxed_weathered_cut_copper_stairs", + "wewaxcutcopperstair": "waxed_weathered_cut_copper_stairs", + "wewaxcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "wewaxcutcopstair": "waxed_weathered_cut_copper_stairs", + "wewaxcutcopstairs": "waxed_weathered_cut_copper_stairs", + "wewaxcutcostair": "waxed_weathered_cut_copper_stairs", + "wewaxcutcostairs": "waxed_weathered_cut_copper_stairs", + "wewaxedccopperstair": "waxed_weathered_cut_copper_stairs", + "wewaxedccopperstairs": "waxed_weathered_cut_copper_stairs", + "wewaxedccopstair": "waxed_weathered_cut_copper_stairs", + "wewaxedccopstairs": "waxed_weathered_cut_copper_stairs", + "wewaxedccostair": "waxed_weathered_cut_copper_stairs", + "wewaxedccostairs": "waxed_weathered_cut_copper_stairs", + "wewaxedcutcopperstair": "waxed_weathered_cut_copper_stairs", + "wewaxedcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "wewaxedcutcopstair": "waxed_weathered_cut_copper_stairs", + "wewaxedcutcopstairs": "waxed_weathered_cut_copper_stairs", + "wewaxedcutcostair": "waxed_weathered_cut_copper_stairs", + "wewaxedcutcostairs": "waxed_weathered_cut_copper_stairs", + "wthcutwacopperstair": "waxed_weathered_cut_copper_stairs", + "wthcutwacopperstairs": "waxed_weathered_cut_copper_stairs", + "wthcutwacopstair": "waxed_weathered_cut_copper_stairs", + "wthcutwacopstairs": "waxed_weathered_cut_copper_stairs", + "wthcutwacostair": "waxed_weathered_cut_copper_stairs", + "wthcutwacostairs": "waxed_weathered_cut_copper_stairs", + "wthcutwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "wthcutwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "wthcutwaxcopstair": "waxed_weathered_cut_copper_stairs", + "wthcutwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "wthcutwaxcostair": "waxed_weathered_cut_copper_stairs", + "wthcutwaxcostairs": "waxed_weathered_cut_copper_stairs", + "wthcutwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "wthcutwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "wthcutwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "wthcutwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "wthcutwaxedcostair": "waxed_weathered_cut_copper_stairs", + "wthcutwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "wthcwacopperstair": "waxed_weathered_cut_copper_stairs", + "wthcwacopperstairs": "waxed_weathered_cut_copper_stairs", + "wthcwacopstair": "waxed_weathered_cut_copper_stairs", + "wthcwacopstairs": "waxed_weathered_cut_copper_stairs", + "wthcwacostair": "waxed_weathered_cut_copper_stairs", + "wthcwacostairs": "waxed_weathered_cut_copper_stairs", + "wthcwaxcopperstair": "waxed_weathered_cut_copper_stairs", + "wthcwaxcopperstairs": "waxed_weathered_cut_copper_stairs", + "wthcwaxcopstair": "waxed_weathered_cut_copper_stairs", + "wthcwaxcopstairs": "waxed_weathered_cut_copper_stairs", + "wthcwaxcostair": "waxed_weathered_cut_copper_stairs", + "wthcwaxcostairs": "waxed_weathered_cut_copper_stairs", + "wthcwaxedcopperstair": "waxed_weathered_cut_copper_stairs", + "wthcwaxedcopperstairs": "waxed_weathered_cut_copper_stairs", + "wthcwaxedcopstair": "waxed_weathered_cut_copper_stairs", + "wthcwaxedcopstairs": "waxed_weathered_cut_copper_stairs", + "wthcwaxedcostair": "waxed_weathered_cut_copper_stairs", + "wthcwaxedcostairs": "waxed_weathered_cut_copper_stairs", + "wthwaccopperstair": "waxed_weathered_cut_copper_stairs", + "wthwaccopperstairs": "waxed_weathered_cut_copper_stairs", + "wthwaccopstair": "waxed_weathered_cut_copper_stairs", + "wthwaccopstairs": "waxed_weathered_cut_copper_stairs", + "wthwaccostair": "waxed_weathered_cut_copper_stairs", + "wthwaccostairs": "waxed_weathered_cut_copper_stairs", + "wthwacutcopperstair": "waxed_weathered_cut_copper_stairs", + "wthwacutcopperstairs": "waxed_weathered_cut_copper_stairs", + "wthwacutcopstair": "waxed_weathered_cut_copper_stairs", + "wthwacutcopstairs": "waxed_weathered_cut_copper_stairs", + "wthwacutcostair": "waxed_weathered_cut_copper_stairs", + "wthwacutcostairs": "waxed_weathered_cut_copper_stairs", + "wthwaxccopperstair": "waxed_weathered_cut_copper_stairs", + "wthwaxccopperstairs": "waxed_weathered_cut_copper_stairs", + "wthwaxccopstair": "waxed_weathered_cut_copper_stairs", + "wthwaxccopstairs": "waxed_weathered_cut_copper_stairs", + "wthwaxccostair": "waxed_weathered_cut_copper_stairs", + "wthwaxccostairs": "waxed_weathered_cut_copper_stairs", + "wthwaxcutcopperstair": "waxed_weathered_cut_copper_stairs", + "wthwaxcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "wthwaxcutcopstair": "waxed_weathered_cut_copper_stairs", + "wthwaxcutcopstairs": "waxed_weathered_cut_copper_stairs", + "wthwaxcutcostair": "waxed_weathered_cut_copper_stairs", + "wthwaxcutcostairs": "waxed_weathered_cut_copper_stairs", + "wthwaxedccopperstair": "waxed_weathered_cut_copper_stairs", + "wthwaxedccopperstairs": "waxed_weathered_cut_copper_stairs", + "wthwaxedccopstair": "waxed_weathered_cut_copper_stairs", + "wthwaxedccopstairs": "waxed_weathered_cut_copper_stairs", + "wthwaxedccostair": "waxed_weathered_cut_copper_stairs", + "wthwaxedccostairs": "waxed_weathered_cut_copper_stairs", + "wthwaxedcutcopperstair": "waxed_weathered_cut_copper_stairs", + "wthwaxedcutcopperstairs": "waxed_weathered_cut_copper_stairs", + "wthwaxedcutcopstair": "waxed_weathered_cut_copper_stairs", + "wthwaxedcutcopstairs": "waxed_weathered_cut_copper_stairs", + "wthwaxedcutcostair": "waxed_weathered_cut_copper_stairs", + "wthwaxedcutcostairs": "waxed_weathered_cut_copper_stairs", + "weakness_lingering_potion": { + "potionData": { + "type": "WEAKNESS", + "upgraded": false, + "extended": false + }, + "material": "LINGERING_POTION" + }, + "aoepotionwe": "weakness_lingering_potion", + "aoepotionweak": "weakness_lingering_potion", + "aoepotionweakness": "weakness_lingering_potion", + "aoepotwe": "weakness_lingering_potion", + "aoepotweak": "weakness_lingering_potion", + "aoepotweakness": "weakness_lingering_potion", + "areapotionwe": "weakness_lingering_potion", + "areapotionweak": "weakness_lingering_potion", + "areapotionweakness": "weakness_lingering_potion", + "areapotwe": "weakness_lingering_potion", + "areapotweak": "weakness_lingering_potion", + "areapotweakness": "weakness_lingering_potion", + "cloudpotionwe": "weakness_lingering_potion", + "cloudpotionweak": "weakness_lingering_potion", + "cloudpotionweakness": "weakness_lingering_potion", + "cloudpotwe": "weakness_lingering_potion", + "cloudpotweak": "weakness_lingering_potion", + "cloudpotweakness": "weakness_lingering_potion", + "lingerpotwe": "weakness_lingering_potion", + "lingerpotweak": "weakness_lingering_potion", + "lingerpotweakness": "weakness_lingering_potion", + "weakaoepoiont": "weakness_lingering_potion", + "weakaoepot": "weakness_lingering_potion", + "weakareapot": "weakness_lingering_potion", + "weakareapotion": "weakness_lingering_potion", + "weakcloudpot": "weakness_lingering_potion", + "weakcloudpotion": "weakness_lingering_potion", + "weaklingerpot": "weakness_lingering_potion", + "weaknessaoepoiont": "weakness_lingering_potion", + "weaknessaoepot": "weakness_lingering_potion", + "weaknessareapot": "weakness_lingering_potion", + "weaknessareapotion": "weakness_lingering_potion", + "weaknesscloudpot": "weakness_lingering_potion", + "weaknesscloudpotion": "weakness_lingering_potion", + "weaknesslingerpot": "weakness_lingering_potion", + "weaoepoiont": "weakness_lingering_potion", + "weaoepot": "weakness_lingering_potion", + "weareapot": "weakness_lingering_potion", + "weareapotion": "weakness_lingering_potion", + "wecloudpot": "weakness_lingering_potion", + "wecloudpotion": "weakness_lingering_potion", + "welingerpot": "weakness_lingering_potion", + "weakness_potion": { + "potionData": { + "type": "WEAKNESS", + "upgraded": false, + "extended": false + }, + "material": "POTION" + }, + "potionofwe": "weakness_potion", + "potionofweak": "weakness_potion", + "potionofweakness": "weakness_potion", + "potofwe": "weakness_potion", + "potofweak": "weakness_potion", + "potofweakness": "weakness_potion", + "weaknesspot": "weakness_potion", + "weaknesspotion": "weakness_potion", + "weakpot": "weakness_potion", + "weakpotion": "weakness_potion", + "wepot": "weakness_potion", + "wepotion": "weakness_potion", + "weakness_splash_potion": { + "potionData": { + "type": "WEAKNESS", + "upgraded": false, + "extended": false + }, + "material": "SPLASH_POTION" + }, + "splashweaknesspot": "weakness_splash_potion", + "splashweaknesspotion": "weakness_splash_potion", + "splashweakpot": "weakness_splash_potion", + "splashweakpotion": "weakness_splash_potion", + "splashwepot": "weakness_splash_potion", + "splashwepotion": "weakness_splash_potion", + "splweaknesspot": "weakness_splash_potion", + "splweaknesspotion": "weakness_splash_potion", + "splweakpot": "weakness_splash_potion", + "splweakpotion": "weakness_splash_potion", + "splwepot": "weakness_splash_potion", + "splwepotion": "weakness_splash_potion", + "weaknesssplashpot": "weakness_splash_potion", + "weaknesssplashpotion": "weakness_splash_potion", + "weaksplashpot": "weakness_splash_potion", + "weaksplashpotion": "weakness_splash_potion", + "wesplashpot": "weakness_splash_potion", + "wesplashpotion": "weakness_splash_potion", + "weakness_tipped_arrow": { + "potionData": { + "type": "WEAKNESS", + "upgraded": false, + "extended": false + }, + "material": "TIPPED_ARROW" + }, + "arrowwe": "weakness_tipped_arrow", + "arrowweak": "weakness_tipped_arrow", + "arrowweakness": "weakness_tipped_arrow", + "weakarrow": "weakness_tipped_arrow", + "weaknessarrow": "weakness_tipped_arrow", + "weaknesstarr": "weakness_tipped_arrow", + "weaknesstarrow": "weakness_tipped_arrow", + "weaknesstippedarrow": "weakness_tipped_arrow", + "weaktarr": "weakness_tipped_arrow", + "weaktarrow": "weakness_tipped_arrow", + "weaktippedarrow": "weakness_tipped_arrow", + "wearrow": "weakness_tipped_arrow", + "wetarr": "weakness_tipped_arrow", + "wetarrow": "weakness_tipped_arrow", + "wetippedarrow": "weakness_tipped_arrow", + "weathered_copper": { + "material": "WEATHERED_COPPER" + }, + "minecraft:weathered_copper": "weathered_copper", + "weathercoblock": "weathered_copper", + "weathercopblock": "weathered_copper", + "weathercopperblock": "weathered_copper", + "weatheredcoblock": "weathered_copper", + "weatheredcopblock": "weathered_copper", + "weatheredcopper": "weathered_copper", + "weatheredcopperblock": "weathered_copper", + "wecoblock": "weathered_copper", + "wecopblock": "weathered_copper", + "wecopperblock": "weathered_copper", + "wthcoblock": "weathered_copper", + "wthcopblock": "weathered_copper", + "wthcopperblock": "weathered_copper", + "weathered_cut_copper": { + "material": "WEATHERED_CUT_COPPER" + }, + "cutweathercoblock": "weathered_cut_copper", + "cutweathercopblock": "weathered_cut_copper", + "cutweathercopperblock": "weathered_cut_copper", + "cutweatheredcoblock": "weathered_cut_copper", + "cutweatheredcopblock": "weathered_cut_copper", + "cutweatheredcopperblock": "weathered_cut_copper", + "cutwecoblock": "weathered_cut_copper", + "cutwecopblock": "weathered_cut_copper", + "cutwecopperblock": "weathered_cut_copper", + "cutwthcoblock": "weathered_cut_copper", + "cutwthcopblock": "weathered_cut_copper", + "cutwthcopperblock": "weathered_cut_copper", + "cweathercoblock": "weathered_cut_copper", + "cweathercopblock": "weathered_cut_copper", + "cweathercopperblock": "weathered_cut_copper", + "cweatheredcoblock": "weathered_cut_copper", + "cweatheredcopblock": "weathered_cut_copper", + "cweatheredcopperblock": "weathered_cut_copper", + "cwecoblock": "weathered_cut_copper", + "cwecopblock": "weathered_cut_copper", + "cwecopperblock": "weathered_cut_copper", + "cwthcoblock": "weathered_cut_copper", + "cwthcopblock": "weathered_cut_copper", + "cwthcopperblock": "weathered_cut_copper", + "minecraft:weathered_cut_copper": "weathered_cut_copper", + "weatherccoblock": "weathered_cut_copper", + "weatherccopblock": "weathered_cut_copper", + "weatherccopperblock": "weathered_cut_copper", + "weathercutcoblock": "weathered_cut_copper", + "weathercutcopblock": "weathered_cut_copper", + "weathercutcopperblock": "weathered_cut_copper", + "weatheredccoblock": "weathered_cut_copper", + "weatheredccopblock": "weathered_cut_copper", + "weatheredccopperblock": "weathered_cut_copper", + "weatheredcutcoblock": "weathered_cut_copper", + "weatheredcutcopblock": "weathered_cut_copper", + "weatheredcutcopper": "weathered_cut_copper", + "weatheredcutcopperblock": "weathered_cut_copper", + "weccoblock": "weathered_cut_copper", + "weccopblock": "weathered_cut_copper", + "weccopperblock": "weathered_cut_copper", + "wecutcoblock": "weathered_cut_copper", + "wecutcopblock": "weathered_cut_copper", + "wecutcopperblock": "weathered_cut_copper", + "wthccoblock": "weathered_cut_copper", + "wthccopblock": "weathered_cut_copper", + "wthccopperblock": "weathered_cut_copper", + "wthcutcoblock": "weathered_cut_copper", + "wthcutcopblock": "weathered_cut_copper", + "wthcutcopperblock": "weathered_cut_copper", + "weathered_cut_copper_slab": { + "material": "WEATHERED_CUT_COPPER_SLAB" + }, + "cutweathercohalfblock": "weathered_cut_copper_slab", + "cutweathercophalfblock": "weathered_cut_copper_slab", + "cutweathercopperhalfblock": "weathered_cut_copper_slab", + "cutweathercoppersl": "weathered_cut_copper_slab", + "cutweathercopperslab": "weathered_cut_copper_slab", + "cutweathercopperstep": "weathered_cut_copper_slab", + "cutweathercopsl": "weathered_cut_copper_slab", + "cutweathercopslab": "weathered_cut_copper_slab", + "cutweathercopstep": "weathered_cut_copper_slab", + "cutweathercosl": "weathered_cut_copper_slab", + "cutweathercoslab": "weathered_cut_copper_slab", + "cutweathercostep": "weathered_cut_copper_slab", + "cutweatheredcohalfblock": "weathered_cut_copper_slab", + "cutweatheredcophalfblock": "weathered_cut_copper_slab", + "cutweatheredcopperhalfblock": "weathered_cut_copper_slab", + "cutweatheredcoppersl": "weathered_cut_copper_slab", + "cutweatheredcopperslab": "weathered_cut_copper_slab", + "cutweatheredcopperstep": "weathered_cut_copper_slab", + "cutweatheredcopsl": "weathered_cut_copper_slab", + "cutweatheredcopslab": "weathered_cut_copper_slab", + "cutweatheredcopstep": "weathered_cut_copper_slab", + "cutweatheredcosl": "weathered_cut_copper_slab", + "cutweatheredcoslab": "weathered_cut_copper_slab", + "cutweatheredcostep": "weathered_cut_copper_slab", + "cutwecohalfblock": "weathered_cut_copper_slab", + "cutwecophalfblock": "weathered_cut_copper_slab", + "cutwecopperhalfblock": "weathered_cut_copper_slab", + "cutwecoppersl": "weathered_cut_copper_slab", + "cutwecopperslab": "weathered_cut_copper_slab", + "cutwecopperstep": "weathered_cut_copper_slab", + "cutwecopsl": "weathered_cut_copper_slab", + "cutwecopslab": "weathered_cut_copper_slab", + "cutwecopstep": "weathered_cut_copper_slab", + "cutwecosl": "weathered_cut_copper_slab", + "cutwecoslab": "weathered_cut_copper_slab", + "cutwecostep": "weathered_cut_copper_slab", + "cutwthcohalfblock": "weathered_cut_copper_slab", + "cutwthcophalfblock": "weathered_cut_copper_slab", + "cutwthcopperhalfblock": "weathered_cut_copper_slab", + "cutwthcoppersl": "weathered_cut_copper_slab", + "cutwthcopperslab": "weathered_cut_copper_slab", + "cutwthcopperstep": "weathered_cut_copper_slab", + "cutwthcopsl": "weathered_cut_copper_slab", + "cutwthcopslab": "weathered_cut_copper_slab", + "cutwthcopstep": "weathered_cut_copper_slab", + "cutwthcosl": "weathered_cut_copper_slab", + "cutwthcoslab": "weathered_cut_copper_slab", + "cutwthcostep": "weathered_cut_copper_slab", + "cweathercohalfblock": "weathered_cut_copper_slab", + "cweathercophalfblock": "weathered_cut_copper_slab", + "cweathercopperhalfblock": "weathered_cut_copper_slab", + "cweathercoppersl": "weathered_cut_copper_slab", + "cweathercopperslab": "weathered_cut_copper_slab", + "cweathercopperstep": "weathered_cut_copper_slab", + "cweathercopsl": "weathered_cut_copper_slab", + "cweathercopslab": "weathered_cut_copper_slab", + "cweathercopstep": "weathered_cut_copper_slab", + "cweathercosl": "weathered_cut_copper_slab", + "cweathercoslab": "weathered_cut_copper_slab", + "cweathercostep": "weathered_cut_copper_slab", + "cweatheredcohalfblock": "weathered_cut_copper_slab", + "cweatheredcophalfblock": "weathered_cut_copper_slab", + "cweatheredcopperhalfblock": "weathered_cut_copper_slab", + "cweatheredcoppersl": "weathered_cut_copper_slab", + "cweatheredcopperslab": "weathered_cut_copper_slab", + "cweatheredcopperstep": "weathered_cut_copper_slab", + "cweatheredcopsl": "weathered_cut_copper_slab", + "cweatheredcopslab": "weathered_cut_copper_slab", + "cweatheredcopstep": "weathered_cut_copper_slab", + "cweatheredcosl": "weathered_cut_copper_slab", + "cweatheredcoslab": "weathered_cut_copper_slab", + "cweatheredcostep": "weathered_cut_copper_slab", + "cwecohalfblock": "weathered_cut_copper_slab", + "cwecophalfblock": "weathered_cut_copper_slab", + "cwecopperhalfblock": "weathered_cut_copper_slab", + "cwecoppersl": "weathered_cut_copper_slab", + "cwecopperslab": "weathered_cut_copper_slab", + "cwecopperstep": "weathered_cut_copper_slab", + "cwecopsl": "weathered_cut_copper_slab", + "cwecopslab": "weathered_cut_copper_slab", + "cwecopstep": "weathered_cut_copper_slab", + "cwecosl": "weathered_cut_copper_slab", + "cwecoslab": "weathered_cut_copper_slab", + "cwecostep": "weathered_cut_copper_slab", + "cwthcohalfblock": "weathered_cut_copper_slab", + "cwthcophalfblock": "weathered_cut_copper_slab", + "cwthcopperhalfblock": "weathered_cut_copper_slab", + "cwthcoppersl": "weathered_cut_copper_slab", + "cwthcopperslab": "weathered_cut_copper_slab", + "cwthcopperstep": "weathered_cut_copper_slab", + "cwthcopsl": "weathered_cut_copper_slab", + "cwthcopslab": "weathered_cut_copper_slab", + "cwthcopstep": "weathered_cut_copper_slab", + "cwthcosl": "weathered_cut_copper_slab", + "cwthcoslab": "weathered_cut_copper_slab", + "cwthcostep": "weathered_cut_copper_slab", + "minecraft:weathered_cut_copper_slab": "weathered_cut_copper_slab", + "weatherccohalfblock": "weathered_cut_copper_slab", + "weatherccophalfblock": "weathered_cut_copper_slab", + "weatherccopperhalfblock": "weathered_cut_copper_slab", + "weatherccoppersl": "weathered_cut_copper_slab", + "weatherccopperslab": "weathered_cut_copper_slab", + "weatherccopperstep": "weathered_cut_copper_slab", + "weatherccopsl": "weathered_cut_copper_slab", + "weatherccopslab": "weathered_cut_copper_slab", + "weatherccopstep": "weathered_cut_copper_slab", + "weatherccosl": "weathered_cut_copper_slab", + "weatherccoslab": "weathered_cut_copper_slab", + "weatherccostep": "weathered_cut_copper_slab", + "weathercutcohalfblock": "weathered_cut_copper_slab", + "weathercutcophalfblock": "weathered_cut_copper_slab", + "weathercutcopperhalfblock": "weathered_cut_copper_slab", + "weathercutcoppersl": "weathered_cut_copper_slab", + "weathercutcopperslab": "weathered_cut_copper_slab", + "weathercutcopperstep": "weathered_cut_copper_slab", + "weathercutcopsl": "weathered_cut_copper_slab", + "weathercutcopslab": "weathered_cut_copper_slab", + "weathercutcopstep": "weathered_cut_copper_slab", + "weathercutcosl": "weathered_cut_copper_slab", + "weathercutcoslab": "weathered_cut_copper_slab", + "weathercutcostep": "weathered_cut_copper_slab", + "weatheredccohalfblock": "weathered_cut_copper_slab", + "weatheredccophalfblock": "weathered_cut_copper_slab", + "weatheredccopperhalfblock": "weathered_cut_copper_slab", + "weatheredccoppersl": "weathered_cut_copper_slab", + "weatheredccopperslab": "weathered_cut_copper_slab", + "weatheredccopperstep": "weathered_cut_copper_slab", + "weatheredccopsl": "weathered_cut_copper_slab", + "weatheredccopslab": "weathered_cut_copper_slab", + "weatheredccopstep": "weathered_cut_copper_slab", + "weatheredccosl": "weathered_cut_copper_slab", + "weatheredccoslab": "weathered_cut_copper_slab", + "weatheredccostep": "weathered_cut_copper_slab", + "weatheredcutcohalfblock": "weathered_cut_copper_slab", + "weatheredcutcophalfblock": "weathered_cut_copper_slab", + "weatheredcutcopperhalfblock": "weathered_cut_copper_slab", + "weatheredcutcoppersl": "weathered_cut_copper_slab", + "weatheredcutcopperslab": "weathered_cut_copper_slab", + "weatheredcutcopperstep": "weathered_cut_copper_slab", + "weatheredcutcopsl": "weathered_cut_copper_slab", + "weatheredcutcopslab": "weathered_cut_copper_slab", + "weatheredcutcopstep": "weathered_cut_copper_slab", + "weatheredcutcosl": "weathered_cut_copper_slab", + "weatheredcutcoslab": "weathered_cut_copper_slab", + "weatheredcutcostep": "weathered_cut_copper_slab", + "weccohalfblock": "weathered_cut_copper_slab", + "weccophalfblock": "weathered_cut_copper_slab", + "weccopperhalfblock": "weathered_cut_copper_slab", + "weccoppersl": "weathered_cut_copper_slab", + "weccopperslab": "weathered_cut_copper_slab", + "weccopperstep": "weathered_cut_copper_slab", + "weccopsl": "weathered_cut_copper_slab", + "weccopslab": "weathered_cut_copper_slab", + "weccopstep": "weathered_cut_copper_slab", + "weccosl": "weathered_cut_copper_slab", + "weccoslab": "weathered_cut_copper_slab", + "weccostep": "weathered_cut_copper_slab", + "wecutcohalfblock": "weathered_cut_copper_slab", + "wecutcophalfblock": "weathered_cut_copper_slab", + "wecutcopperhalfblock": "weathered_cut_copper_slab", + "wecutcoppersl": "weathered_cut_copper_slab", + "wecutcopperslab": "weathered_cut_copper_slab", + "wecutcopperstep": "weathered_cut_copper_slab", + "wecutcopsl": "weathered_cut_copper_slab", + "wecutcopslab": "weathered_cut_copper_slab", + "wecutcopstep": "weathered_cut_copper_slab", + "wecutcosl": "weathered_cut_copper_slab", + "wecutcoslab": "weathered_cut_copper_slab", + "wecutcostep": "weathered_cut_copper_slab", + "wthccohalfblock": "weathered_cut_copper_slab", + "wthccophalfblock": "weathered_cut_copper_slab", + "wthccopperhalfblock": "weathered_cut_copper_slab", + "wthccoppersl": "weathered_cut_copper_slab", + "wthccopperslab": "weathered_cut_copper_slab", + "wthccopperstep": "weathered_cut_copper_slab", + "wthccopsl": "weathered_cut_copper_slab", + "wthccopslab": "weathered_cut_copper_slab", + "wthccopstep": "weathered_cut_copper_slab", + "wthccosl": "weathered_cut_copper_slab", + "wthccoslab": "weathered_cut_copper_slab", + "wthccostep": "weathered_cut_copper_slab", + "wthcutcohalfblock": "weathered_cut_copper_slab", + "wthcutcophalfblock": "weathered_cut_copper_slab", + "wthcutcopperhalfblock": "weathered_cut_copper_slab", + "wthcutcoppersl": "weathered_cut_copper_slab", + "wthcutcopperslab": "weathered_cut_copper_slab", + "wthcutcopperstep": "weathered_cut_copper_slab", + "wthcutcopsl": "weathered_cut_copper_slab", + "wthcutcopslab": "weathered_cut_copper_slab", + "wthcutcopstep": "weathered_cut_copper_slab", + "wthcutcosl": "weathered_cut_copper_slab", + "wthcutcoslab": "weathered_cut_copper_slab", + "wthcutcostep": "weathered_cut_copper_slab", + "weathered_cut_copper_stairs": { + "material": "WEATHERED_CUT_COPPER_STAIRS" + }, + "cutweathercopperstair": "weathered_cut_copper_stairs", + "cutweathercopperstairs": "weathered_cut_copper_stairs", + "cutweathercopstair": "weathered_cut_copper_stairs", + "cutweathercopstairs": "weathered_cut_copper_stairs", + "cutweathercostair": "weathered_cut_copper_stairs", + "cutweathercostairs": "weathered_cut_copper_stairs", + "cutweatheredcopperstair": "weathered_cut_copper_stairs", + "cutweatheredcopperstairs": "weathered_cut_copper_stairs", + "cutweatheredcopstair": "weathered_cut_copper_stairs", + "cutweatheredcopstairs": "weathered_cut_copper_stairs", + "cutweatheredcostair": "weathered_cut_copper_stairs", + "cutweatheredcostairs": "weathered_cut_copper_stairs", + "cutwecopperstair": "weathered_cut_copper_stairs", + "cutwecopperstairs": "weathered_cut_copper_stairs", + "cutwecopstair": "weathered_cut_copper_stairs", + "cutwecopstairs": "weathered_cut_copper_stairs", + "cutwecostair": "weathered_cut_copper_stairs", + "cutwecostairs": "weathered_cut_copper_stairs", + "cutwthcopperstair": "weathered_cut_copper_stairs", + "cutwthcopperstairs": "weathered_cut_copper_stairs", + "cutwthcopstair": "weathered_cut_copper_stairs", + "cutwthcopstairs": "weathered_cut_copper_stairs", + "cutwthcostair": "weathered_cut_copper_stairs", + "cutwthcostairs": "weathered_cut_copper_stairs", + "cweathercopperstair": "weathered_cut_copper_stairs", + "cweathercopperstairs": "weathered_cut_copper_stairs", + "cweathercopstair": "weathered_cut_copper_stairs", + "cweathercopstairs": "weathered_cut_copper_stairs", + "cweathercostair": "weathered_cut_copper_stairs", + "cweathercostairs": "weathered_cut_copper_stairs", + "cweatheredcopperstair": "weathered_cut_copper_stairs", + "cweatheredcopperstairs": "weathered_cut_copper_stairs", + "cweatheredcopstair": "weathered_cut_copper_stairs", + "cweatheredcopstairs": "weathered_cut_copper_stairs", + "cweatheredcostair": "weathered_cut_copper_stairs", + "cweatheredcostairs": "weathered_cut_copper_stairs", + "cwecopperstair": "weathered_cut_copper_stairs", + "cwecopperstairs": "weathered_cut_copper_stairs", + "cwecopstair": "weathered_cut_copper_stairs", + "cwecopstairs": "weathered_cut_copper_stairs", + "cwecostair": "weathered_cut_copper_stairs", + "cwecostairs": "weathered_cut_copper_stairs", + "cwthcopperstair": "weathered_cut_copper_stairs", + "cwthcopperstairs": "weathered_cut_copper_stairs", + "cwthcopstair": "weathered_cut_copper_stairs", + "cwthcopstairs": "weathered_cut_copper_stairs", + "cwthcostair": "weathered_cut_copper_stairs", + "cwthcostairs": "weathered_cut_copper_stairs", + "minecraft:weathered_cut_copper_stairs": "weathered_cut_copper_stairs", + "weatherccopperstair": "weathered_cut_copper_stairs", + "weatherccopperstairs": "weathered_cut_copper_stairs", + "weatherccopstair": "weathered_cut_copper_stairs", + "weatherccopstairs": "weathered_cut_copper_stairs", + "weatherccostair": "weathered_cut_copper_stairs", + "weatherccostairs": "weathered_cut_copper_stairs", + "weathercutcopperstair": "weathered_cut_copper_stairs", + "weathercutcopperstairs": "weathered_cut_copper_stairs", + "weathercutcopstair": "weathered_cut_copper_stairs", + "weathercutcopstairs": "weathered_cut_copper_stairs", + "weathercutcostair": "weathered_cut_copper_stairs", + "weathercutcostairs": "weathered_cut_copper_stairs", + "weatheredccopperstair": "weathered_cut_copper_stairs", + "weatheredccopperstairs": "weathered_cut_copper_stairs", + "weatheredccopstair": "weathered_cut_copper_stairs", + "weatheredccopstairs": "weathered_cut_copper_stairs", + "weatheredccostair": "weathered_cut_copper_stairs", + "weatheredccostairs": "weathered_cut_copper_stairs", + "weatheredcutcopperstair": "weathered_cut_copper_stairs", + "weatheredcutcopperstairs": "weathered_cut_copper_stairs", + "weatheredcutcopstair": "weathered_cut_copper_stairs", + "weatheredcutcopstairs": "weathered_cut_copper_stairs", + "weatheredcutcostair": "weathered_cut_copper_stairs", + "weatheredcutcostairs": "weathered_cut_copper_stairs", + "weccopperstair": "weathered_cut_copper_stairs", + "weccopperstairs": "weathered_cut_copper_stairs", + "weccopstair": "weathered_cut_copper_stairs", + "weccopstairs": "weathered_cut_copper_stairs", + "weccostair": "weathered_cut_copper_stairs", + "weccostairs": "weathered_cut_copper_stairs", + "wecutcopperstair": "weathered_cut_copper_stairs", + "wecutcopperstairs": "weathered_cut_copper_stairs", + "wecutcopstair": "weathered_cut_copper_stairs", + "wecutcopstairs": "weathered_cut_copper_stairs", + "wecutcostair": "weathered_cut_copper_stairs", + "wecutcostairs": "weathered_cut_copper_stairs", + "wthccopperstair": "weathered_cut_copper_stairs", + "wthccopperstairs": "weathered_cut_copper_stairs", + "wthccopstair": "weathered_cut_copper_stairs", + "wthccopstairs": "weathered_cut_copper_stairs", + "wthccostair": "weathered_cut_copper_stairs", + "wthccostairs": "weathered_cut_copper_stairs", + "wthcutcopperstair": "weathered_cut_copper_stairs", + "wthcutcopperstairs": "weathered_cut_copper_stairs", + "wthcutcopstair": "weathered_cut_copper_stairs", + "wthcutcopstairs": "weathered_cut_copper_stairs", + "wthcutcostair": "weathered_cut_copper_stairs", + "wthcutcostairs": "weathered_cut_copper_stairs", + "weeping_vines": { + "material": "WEEPING_VINES" + }, + "minecraft:weeping_vines": "weeping_vines", + "weepingvines": "weeping_vines", + "wet_sponge": { + "material": "WET_SPONGE" + }, + "minecraft:wet_sponge": "wet_sponge", + "wetsponge": "wet_sponge", + "wheat": { + "material": "WHEAT" + }, + "minecraft:wheat": "wheat", + "wheat_seeds": { + "material": "WHEAT_SEEDS" + }, + "minecraft:wheat_seeds": "wheat_seeds", + "wheatseeds": "wheat_seeds", + "white_banner": { + "material": "WHITE_BANNER" + }, + "minecraft:white_banner": "white_banner", + "wbanner": "white_banner", + "whitebanner": "white_banner", + "white_bed": { + "material": "WHITE_BED" + }, + "minecraft:white_bed": "white_bed", + "wbed": "white_bed", + "whitebed": "white_bed", + "white_candle": { + "material": "WHITE_CANDLE" + }, + "minecraft:white_candle": "white_candle", + "wcandle": "white_candle", + "whitecandle": "white_candle", + "white_carpet": { + "material": "WHITE_CARPET" + }, + "minecraft:white_carpet": "white_carpet", + "wcarpet": "white_carpet", + "wfloor": "white_carpet", + "whitecarpet": "white_carpet", + "whitefloor": "white_carpet", + "white_concrete": { + "material": "WHITE_CONCRETE" + }, + "minecraft:white_concrete": "white_concrete", + "wconcrete": "white_concrete", + "whiteconcrete": "white_concrete", + "white_concrete_powder": { + "material": "WHITE_CONCRETE_POWDER" + }, + "minecraft:white_concrete_powder": "white_concrete_powder", + "wcdust": "white_concrete_powder", + "wconcretepowder": "white_concrete_powder", + "wconcretesand": "white_concrete_powder", + "wcp": "white_concrete_powder", + "wcpowder": "white_concrete_powder", + "whitecdust": "white_concrete_powder", + "whiteconcretepowder": "white_concrete_powder", + "whiteconcretesand": "white_concrete_powder", + "whitecp": "white_concrete_powder", + "whitecpowder": "white_concrete_powder", + "white_dye": { + "material": "WHITE_DYE", + "fallbacks": [ + "BONE_MEAL" + ] + }, + "minecraft:white_dye": "white_dye", + "wdye": "white_dye", + "whitedye": "white_dye", + "white_glazed_terracotta": { + "material": "WHITE_GLAZED_TERRACOTTA" + }, + "minecraft:white_glazed_terracotta": "white_glazed_terracotta", + "wglazedtcota": "white_glazed_terracotta", + "wglazedterra": "white_glazed_terracotta", + "wglazedterracota": "white_glazed_terracotta", + "wglazedterracotta": "white_glazed_terracotta", + "wgtcotta": "white_glazed_terracotta", + "wgterra": "white_glazed_terracotta", + "whiteglazedtcota": "white_glazed_terracotta", + "whiteglazedterra": "white_glazed_terracotta", + "whiteglazedterracota": "white_glazed_terracotta", + "whiteglazedterracotta": "white_glazed_terracotta", + "whitegtcotta": "white_glazed_terracotta", + "whitegterra": "white_glazed_terracotta", + "white_shulker_box": { + "material": "WHITE_SHULKER_BOX" + }, + "minecraft:white_shulker_box": "white_shulker_box", + "whitesbox": "white_shulker_box", + "whiteshulkerbox": "white_shulker_box", + "wsbox": "white_shulker_box", + "wshulkerbox": "white_shulker_box", + "white_stained_glass": { + "material": "WHITE_STAINED_GLASS" + }, + "minecraft:white_stained_glass": "white_stained_glass", + "wglass": "white_stained_glass", + "whiteglass": "white_stained_glass", + "whitesglass": "white_stained_glass", + "whitestainedglass": "white_stained_glass", + "wsglass": "white_stained_glass", + "wstainedglass": "white_stained_glass", + "white_stained_glass_pane": { + "material": "WHITE_STAINED_GLASS_PANE" + }, + "minecraft:white_stained_glass_pane": "white_stained_glass_pane", + "wglasspane": "white_stained_glass_pane", + "wgpane": "white_stained_glass_pane", + "whiteglasspane": "white_stained_glass_pane", + "whitegpane": "white_stained_glass_pane", + "whitesglasspane": "white_stained_glass_pane", + "whitestainedglasspane": "white_stained_glass_pane", + "wsglasspane": "white_stained_glass_pane", + "wstainedglasspane": "white_stained_glass_pane", + "white_terracotta": { + "material": "WHITE_TERRACOTTA" + }, + "minecraft:white_terracotta": "white_terracotta", + "wclay": "white_terracotta", + "whiteclay": "white_terracotta", + "whitesclay": "white_terracotta", + "whitestainedclay": "white_terracotta", + "whitetcota": "white_terracotta", + "whiteterra": "white_terracotta", + "whiteterracota": "white_terracotta", + "whiteterracotta": "white_terracotta", + "wsclay": "white_terracotta", + "wstainedclay": "white_terracotta", + "wtcota": "white_terracotta", + "wterra": "white_terracotta", + "wterracota": "white_terracotta", + "wterracotta": "white_terracotta", + "white_tulip": { + "material": "WHITE_TULIP" + }, + "minecraft:white_tulip": "white_tulip", + "whitetulip": "white_tulip", + "white_wool": { + "material": "WHITE_WOOL" + }, + "minecraft:white_wool": "white_wool", + "wcloth": "white_wool", + "wcotton": "white_wool", + "whitecloth": "white_wool", + "whitecotton": "white_wool", + "whitewool": "white_wool", + "wwool": "white_wool", + "witch_spawn_egg": { + "material": "WITCH_SPAWN_EGG" + }, + "eggwitch": "witch_spawn_egg", + "minecraft:witch_spawn_egg": "witch_spawn_egg", + "seggwitch": "witch_spawn_egg", + "spawneggwitch": "witch_spawn_egg", + "spawnwitch": "witch_spawn_egg", + "witchegg": "witch_spawn_egg", + "witchsegg": "witch_spawn_egg", + "witchspawn": "witch_spawn_egg", + "witchspawnegg": "witch_spawn_egg", + "witch_spawner": { + "entity": "WITCH", + "material": "SPAWNER" + }, + "witchcage": "witch_spawner", + "witchmcage": "witch_spawner", + "witchmobcage": "witch_spawner", + "witchmobspawner": "witch_spawner", + "witchmonstercage": "witch_spawner", + "witchmonsterspawner": "witch_spawner", + "witchmspawner": "witch_spawner", + "witchspawner": "witch_spawner", + "wither_rose": { + "material": "WITHER_ROSE" + }, + "minecraft:wither_rose": "wither_rose", + "witherrose": "wither_rose", + "wither_skeleton_skull": { + "material": "WITHER_SKELETON_SKULL" + }, + "headwither_skeleton": "wither_skeleton_skull", + "headwithers": "wither_skeleton_skull", + "headwithersk": "wither_skeleton_skull", + "headwsk": "wither_skeleton_skull", + "headwskeleton": "wither_skeleton_skull", + "minecraft:wither_skeleton_skull": "wither_skeleton_skull", + "wither_skeletonhead": "wither_skeleton_skull", + "wither_skeletonheadmask": "wither_skeleton_skull", + "wither_skeletonmask": "wither_skeleton_skull", + "wither_skeletonskull": "wither_skeleton_skull", + "withershead": "wither_skeleton_skull", + "withersheadmask": "wither_skeleton_skull", + "witherskeletonskull": "wither_skeleton_skull", + "witherskhead": "wither_skeleton_skull", + "witherskheadmask": "wither_skeleton_skull", + "witherskmask": "wither_skeleton_skull", + "witherskskull": "wither_skeleton_skull", + "withersmask": "wither_skeleton_skull", + "withersskull": "wither_skeleton_skull", + "wskeletonhead": "wither_skeleton_skull", + "wskeletonheadmask": "wither_skeleton_skull", + "wskeletonmask": "wither_skeleton_skull", + "wskeletonskull": "wither_skeleton_skull", + "wskhead": "wither_skeleton_skull", + "wskheadmask": "wither_skeleton_skull", + "wskmask": "wither_skeleton_skull", + "wskskull": "wither_skeleton_skull", + "wither_skeleton_spawn_egg": { + "material": "WITHER_SKELETON_SPAWN_EGG" + }, + "eggwither_skeleton": "wither_skeleton_spawn_egg", + "eggwithers": "wither_skeleton_spawn_egg", + "eggwithersk": "wither_skeleton_spawn_egg", + "eggwsk": "wither_skeleton_spawn_egg", + "eggwskeleton": "wither_skeleton_spawn_egg", + "minecraft:wither_skeleton_spawn_egg": "wither_skeleton_spawn_egg", + "seggwither_skeleton": "wither_skeleton_spawn_egg", + "seggwithers": "wither_skeleton_spawn_egg", + "seggwithersk": "wither_skeleton_spawn_egg", + "seggwsk": "wither_skeleton_spawn_egg", + "seggwskeleton": "wither_skeleton_spawn_egg", + "spawneggwither_skeleton": "wither_skeleton_spawn_egg", + "spawneggwithers": "wither_skeleton_spawn_egg", + "spawneggwithersk": "wither_skeleton_spawn_egg", + "spawneggwsk": "wither_skeleton_spawn_egg", + "spawneggwskeleton": "wither_skeleton_spawn_egg", + "spawnwither_skeleton": "wither_skeleton_spawn_egg", + "spawnwithers": "wither_skeleton_spawn_egg", + "spawnwithersk": "wither_skeleton_spawn_egg", + "spawnwsk": "wither_skeleton_spawn_egg", + "spawnwskeleton": "wither_skeleton_spawn_egg", + "wither_skeletonegg": "wither_skeleton_spawn_egg", + "wither_skeletonsegg": "wither_skeleton_spawn_egg", + "wither_skeletonspawn": "wither_skeleton_spawn_egg", + "wither_skeletonspawnegg": "wither_skeleton_spawn_egg", + "withersegg": "wither_skeleton_spawn_egg", + "witherskegg": "wither_skeleton_spawn_egg", + "witherskeletonspawnegg": "wither_skeleton_spawn_egg", + "withersksegg": "wither_skeleton_spawn_egg", + "witherskspawn": "wither_skeleton_spawn_egg", + "witherskspawnegg": "wither_skeleton_spawn_egg", + "witherssegg": "wither_skeleton_spawn_egg", + "withersspawn": "wither_skeleton_spawn_egg", + "withersspawnegg": "wither_skeleton_spawn_egg", + "wskegg": "wither_skeleton_spawn_egg", + "wskeletonegg": "wither_skeleton_spawn_egg", + "wskeletonsegg": "wither_skeleton_spawn_egg", + "wskeletonspawn": "wither_skeleton_spawn_egg", + "wskeletonspawnegg": "wither_skeleton_spawn_egg", + "wsksegg": "wither_skeleton_spawn_egg", + "wskspawn": "wither_skeleton_spawn_egg", + "wskspawnegg": "wither_skeleton_spawn_egg", + "wither_skeleton_spawner": { + "entity": "WITHER_SKELETON", + "material": "SPAWNER" + }, + "wither_skeletoncage": "wither_skeleton_spawner", + "wither_skeletonmcage": "wither_skeleton_spawner", + "wither_skeletonmobcage": "wither_skeleton_spawner", + "wither_skeletonmobspawner": "wither_skeleton_spawner", + "wither_skeletonmonstercage": "wither_skeleton_spawner", + "wither_skeletonmonsterspawner": "wither_skeleton_spawner", + "wither_skeletonmspawner": "wither_skeleton_spawner", + "wither_skeletonspawner": "wither_skeleton_spawner", + "witherscage": "wither_skeleton_spawner", + "witherskcage": "wither_skeleton_spawner", + "witherskmcage": "wither_skeleton_spawner", + "witherskmobcage": "wither_skeleton_spawner", + "witherskmobspawner": "wither_skeleton_spawner", + "witherskmonstercage": "wither_skeleton_spawner", + "witherskmonsterspawner": "wither_skeleton_spawner", + "witherskmspawner": "wither_skeleton_spawner", + "witherskspawner": "wither_skeleton_spawner", + "withersmcage": "wither_skeleton_spawner", + "withersmobcage": "wither_skeleton_spawner", + "withersmobspawner": "wither_skeleton_spawner", + "withersmonstercage": "wither_skeleton_spawner", + "withersmonsterspawner": "wither_skeleton_spawner", + "withersmspawner": "wither_skeleton_spawner", + "withersspawner": "wither_skeleton_spawner", + "wskcage": "wither_skeleton_spawner", + "wskeletoncage": "wither_skeleton_spawner", + "wskeletonmcage": "wither_skeleton_spawner", + "wskeletonmobcage": "wither_skeleton_spawner", + "wskeletonmobspawner": "wither_skeleton_spawner", + "wskeletonmonstercage": "wither_skeleton_spawner", + "wskeletonmonsterspawner": "wither_skeleton_spawner", + "wskeletonmspawner": "wither_skeleton_spawner", + "wskeletonspawner": "wither_skeleton_spawner", + "wskmcage": "wither_skeleton_spawner", + "wskmobcage": "wither_skeleton_spawner", + "wskmobspawner": "wither_skeleton_spawner", + "wskmonstercage": "wither_skeleton_spawner", + "wskmonsterspawner": "wither_skeleton_spawner", + "wskmspawner": "wither_skeleton_spawner", + "wskspawner": "wither_skeleton_spawner", + "wither_spawner": { + "entity": "WITHER", + "material": "SPAWNER" + }, + "withercage": "wither_spawner", + "withermcage": "wither_spawner", + "withermobcage": "wither_spawner", + "withermobspawner": "wither_spawner", + "withermonstercage": "wither_spawner", + "withermonsterspawner": "wither_spawner", + "withermspawner": "wither_spawner", + "witherspawner": "wither_spawner", + "wolf_spawn_egg": { + "material": "WOLF_SPAWN_EGG" + }, + "dogegg": "wolf_spawn_egg", + "dogsegg": "wolf_spawn_egg", + "dogspawn": "wolf_spawn_egg", + "dogspawnegg": "wolf_spawn_egg", + "eggdog": "wolf_spawn_egg", + "eggwolf": "wolf_spawn_egg", + "minecraft:wolf_spawn_egg": "wolf_spawn_egg", + "seggdog": "wolf_spawn_egg", + "seggwolf": "wolf_spawn_egg", + "spawndog": "wolf_spawn_egg", + "spawneggdog": "wolf_spawn_egg", + "spawneggwolf": "wolf_spawn_egg", + "spawnwolf": "wolf_spawn_egg", + "wolfegg": "wolf_spawn_egg", + "wolfsegg": "wolf_spawn_egg", + "wolfspawn": "wolf_spawn_egg", + "wolfspawnegg": "wolf_spawn_egg", + "wolf_spawner": { + "entity": "WOLF", + "material": "SPAWNER" + }, + "dogcage": "wolf_spawner", + "dogmcage": "wolf_spawner", + "dogmobcage": "wolf_spawner", + "dogmobspawner": "wolf_spawner", + "dogmonstercage": "wolf_spawner", + "dogmonsterspawner": "wolf_spawner", + "dogmspawner": "wolf_spawner", + "dogspawner": "wolf_spawner", + "wolfcage": "wolf_spawner", + "wolfmcage": "wolf_spawner", + "wolfmobcage": "wolf_spawner", + "wolfmobspawner": "wolf_spawner", + "wolfmonstercage": "wolf_spawner", + "wolfmonsterspawner": "wolf_spawner", + "wolfmspawner": "wolf_spawner", + "wolfspawner": "wolf_spawner", + "wooden_axe": { + "material": "WOODEN_AXE" + }, + "minecraft:wooden_axe": "wooden_axe", + "waxe": "wooden_axe", + "woodaxe": "wooden_axe", + "woodenaxe": "wooden_axe", + "wooden_hoe": { + "material": "WOODEN_HOE" + }, + "minecraft:wooden_hoe": "wooden_hoe", + "whoe": "wooden_hoe", + "woodenhoe": "wooden_hoe", + "woodhoe": "wooden_hoe", + "wooden_pickaxe": { + "material": "WOODEN_PICKAXE" + }, + "minecraft:wooden_pickaxe": "wooden_pickaxe", + "woodenpick": "wooden_pickaxe", + "woodenpickaxe": "wooden_pickaxe", + "woodpick": "wooden_pickaxe", + "woodpickaxe": "wooden_pickaxe", + "wpick": "wooden_pickaxe", + "wpickaxe": "wooden_pickaxe", + "wooden_shovel": { + "material": "WOODEN_SHOVEL" + }, + "minecraft:wooden_shovel": "wooden_shovel", + "woodenshovel": "wooden_shovel", + "woodenspade": "wooden_shovel", + "woodshovel": "wooden_shovel", + "woodspade": "wooden_shovel", + "wshovel": "wooden_shovel", + "wspade": "wooden_shovel", + "wooden_sword": { + "material": "WOODEN_SWORD" + }, + "minecraft:wooden_sword": "wooden_sword", + "woodensword": "wooden_sword", + "woodsword": "wooden_sword", + "wsword": "wooden_sword", + "writable_book": { + "material": "WRITABLE_BOOK" + }, + "minecraft:writable_book": "writable_book", + "writablebook": "writable_book", + "written_book": { + "material": "WRITTEN_BOOK" + }, + "minecraft:written_book": "written_book", + "writtenbook": "written_book", + "yellow_banner": { + "material": "YELLOW_BANNER" + }, + "minecraft:yellow_banner": "yellow_banner", + "ybanner": "yellow_banner", + "yellowbanner": "yellow_banner", + "yellow_bed": { + "material": "YELLOW_BED" + }, + "minecraft:yellow_bed": "yellow_bed", + "ybed": "yellow_bed", + "yellowbed": "yellow_bed", + "yellow_candle": { + "material": "YELLOW_CANDLE" + }, + "minecraft:yellow_candle": "yellow_candle", + "ycandle": "yellow_candle", + "yellowcandle": "yellow_candle", + "yellow_carpet": { + "material": "YELLOW_CARPET" + }, + "minecraft:yellow_carpet": "yellow_carpet", + "ycarpet": "yellow_carpet", + "yellowcarpet": "yellow_carpet", + "yellowfloor": "yellow_carpet", + "yfloor": "yellow_carpet", + "yellow_concrete": { + "material": "YELLOW_CONCRETE" + }, + "minecraft:yellow_concrete": "yellow_concrete", + "yconcrete": "yellow_concrete", + "yellowconcrete": "yellow_concrete", + "yellow_concrete_powder": { + "material": "YELLOW_CONCRETE_POWDER" + }, + "minecraft:yellow_concrete_powder": "yellow_concrete_powder", + "ycdust": "yellow_concrete_powder", + "yconcretepowder": "yellow_concrete_powder", + "yconcretesand": "yellow_concrete_powder", + "ycp": "yellow_concrete_powder", + "ycpowder": "yellow_concrete_powder", + "yellowcdust": "yellow_concrete_powder", + "yellowconcretepowder": "yellow_concrete_powder", + "yellowconcretesand": "yellow_concrete_powder", + "yellowcp": "yellow_concrete_powder", + "yellowcpowder": "yellow_concrete_powder", + "yellow_dye": { + "material": "YELLOW_DYE", + "fallbacks": [ + "DANDELION_YELLOW" + ] + }, + "minecraft:yellow_dye": "yellow_dye", + "ydye": "yellow_dye", + "yellowdye": "yellow_dye", + "yellow_glazed_terracotta": { + "material": "YELLOW_GLAZED_TERRACOTTA" + }, + "minecraft:yellow_glazed_terracotta": "yellow_glazed_terracotta", + "yellowglazedtcota": "yellow_glazed_terracotta", + "yellowglazedterra": "yellow_glazed_terracotta", + "yellowglazedterracota": "yellow_glazed_terracotta", + "yellowglazedterracotta": "yellow_glazed_terracotta", + "yellowgtcotta": "yellow_glazed_terracotta", + "yellowgterra": "yellow_glazed_terracotta", + "yglazedtcota": "yellow_glazed_terracotta", + "yglazedterra": "yellow_glazed_terracotta", + "yglazedterracota": "yellow_glazed_terracotta", + "yglazedterracotta": "yellow_glazed_terracotta", + "ygtcotta": "yellow_glazed_terracotta", + "ygterra": "yellow_glazed_terracotta", + "yellow_shulker_box": { + "material": "YELLOW_SHULKER_BOX" + }, + "minecraft:yellow_shulker_box": "yellow_shulker_box", + "yellowsbox": "yellow_shulker_box", + "yellowshulkerbox": "yellow_shulker_box", + "ysbox": "yellow_shulker_box", + "yshulkerbox": "yellow_shulker_box", + "yellow_stained_glass": { + "material": "YELLOW_STAINED_GLASS" + }, + "minecraft:yellow_stained_glass": "yellow_stained_glass", + "yellowglass": "yellow_stained_glass", + "yellowsglass": "yellow_stained_glass", + "yellowstainedglass": "yellow_stained_glass", + "yglass": "yellow_stained_glass", + "ysglass": "yellow_stained_glass", + "ystainedglass": "yellow_stained_glass", + "yellow_stained_glass_pane": { + "material": "YELLOW_STAINED_GLASS_PANE" + }, + "minecraft:yellow_stained_glass_pane": "yellow_stained_glass_pane", + "yellowglasspane": "yellow_stained_glass_pane", + "yellowgpane": "yellow_stained_glass_pane", + "yellowsglasspane": "yellow_stained_glass_pane", + "yellowstainedglasspane": "yellow_stained_glass_pane", + "yglasspane": "yellow_stained_glass_pane", + "ygpane": "yellow_stained_glass_pane", + "ysglasspane": "yellow_stained_glass_pane", + "ystainedglasspane": "yellow_stained_glass_pane", + "yellow_terracotta": { + "material": "YELLOW_TERRACOTTA" + }, + "minecraft:yellow_terracotta": "yellow_terracotta", + "yclay": "yellow_terracotta", + "yellowclay": "yellow_terracotta", + "yellowsclay": "yellow_terracotta", + "yellowstainedclay": "yellow_terracotta", + "yellowtcota": "yellow_terracotta", + "yellowterra": "yellow_terracotta", + "yellowterracota": "yellow_terracotta", + "yellowterracotta": "yellow_terracotta", + "ysclay": "yellow_terracotta", + "ystainedclay": "yellow_terracotta", + "ytcota": "yellow_terracotta", + "yterra": "yellow_terracotta", + "yterracota": "yellow_terracotta", + "yterracotta": "yellow_terracotta", + "yellow_wool": { + "material": "YELLOW_WOOL" + }, + "minecraft:yellow_wool": "yellow_wool", + "ycloth": "yellow_wool", + "ycotton": "yellow_wool", + "yellowcloth": "yellow_wool", + "yellowcotton": "yellow_wool", + "yellowwool": "yellow_wool", + "ywool": "yellow_wool", + "zoglin_spawn_egg": { + "material": "ZOGLIN_SPAWN_EGG" + }, + "eggrottypig": "zoglin_spawn_egg", + "eggzoglin": "zoglin_spawn_egg", + "eggzombiep": "zoglin_spawn_egg", + "eggzombiepig": "zoglin_spawn_egg", + "eggzpig": "zoglin_spawn_egg", + "minecraft:zoglin_spawn_egg": "zoglin_spawn_egg", + "rottypigegg": "zoglin_spawn_egg", + "rottypigsegg": "zoglin_spawn_egg", + "rottypigspawn": "zoglin_spawn_egg", + "rottypigspawnegg": "zoglin_spawn_egg", + "seggrottypig": "zoglin_spawn_egg", + "seggzoglin": "zoglin_spawn_egg", + "seggzombiep": "zoglin_spawn_egg", + "seggzombiepig": "zoglin_spawn_egg", + "seggzpig": "zoglin_spawn_egg", + "spawneggrottypig": "zoglin_spawn_egg", + "spawneggzoglin": "zoglin_spawn_egg", + "spawneggzombiep": "zoglin_spawn_egg", + "spawneggzombiepig": "zoglin_spawn_egg", + "spawneggzpig": "zoglin_spawn_egg", + "spawnrottypig": "zoglin_spawn_egg", + "spawnzoglin": "zoglin_spawn_egg", + "spawnzombiep": "zoglin_spawn_egg", + "spawnzombiepig": "zoglin_spawn_egg", + "spawnzpig": "zoglin_spawn_egg", + "zoglinegg": "zoglin_spawn_egg", + "zoglinsegg": "zoglin_spawn_egg", + "zoglinspawn": "zoglin_spawn_egg", + "zoglinspawnegg": "zoglin_spawn_egg", + "zombiepegg": "zoglin_spawn_egg", + "zombiepigegg": "zoglin_spawn_egg", + "zombiepigsegg": "zoglin_spawn_egg", + "zombiepigspawn": "zoglin_spawn_egg", + "zombiepigspawnegg": "zoglin_spawn_egg", + "zombiepsegg": "zoglin_spawn_egg", + "zombiepspawn": "zoglin_spawn_egg", + "zombiepspawnegg": "zoglin_spawn_egg", + "zpigegg": "zoglin_spawn_egg", + "zpigsegg": "zoglin_spawn_egg", + "zpigspawn": "zoglin_spawn_egg", + "zpigspawnegg": "zoglin_spawn_egg", + "zoglin_spawner": { + "entity": "ZOGLIN", + "material": "SPAWNER" + }, + "rottypigcage": "zoglin_spawner", + "rottypigmcage": "zoglin_spawner", + "rottypigmobcage": "zoglin_spawner", + "rottypigmobspawner": "zoglin_spawner", + "rottypigmonstercage": "zoglin_spawner", + "rottypigmonsterspawner": "zoglin_spawner", + "rottypigmspawner": "zoglin_spawner", + "rottypigspawner": "zoglin_spawner", + "zoglincage": "zoglin_spawner", + "zoglinmcage": "zoglin_spawner", + "zoglinmobcage": "zoglin_spawner", + "zoglinmobspawner": "zoglin_spawner", + "zoglinmonstercage": "zoglin_spawner", + "zoglinmonsterspawner": "zoglin_spawner", + "zoglinmspawner": "zoglin_spawner", + "zoglinspawner": "zoglin_spawner", + "zombiepcage": "zoglin_spawner", + "zombiepigcage": "zoglin_spawner", + "zombiepigmcage": "zombified_piglin_spawner", + "zombiepigmobcage": "zoglin_spawner", + "zombiepigmobspawner": "zoglin_spawner", + "zombiepigmonstercage": "zoglin_spawner", + "zombiepigmonsterspawner": "zoglin_spawner", + "zombiepigmspawner": "zombified_piglin_spawner", + "zombiepigspawner": "zoglin_spawner", + "zombiepmcage": "zombified_piglin_spawner", + "zombiepmobcage": "zoglin_spawner", + "zombiepmobspawner": "zoglin_spawner", + "zombiepmonstercage": "zoglin_spawner", + "zombiepmonsterspawner": "zoglin_spawner", + "zombiepmspawner": "zombified_piglin_spawner", + "zombiepspawner": "zoglin_spawner", + "zpigcage": "zoglin_spawner", + "zpigmcage": "zombified_piglin_spawner", + "zpigmobcage": "zoglin_spawner", + "zpigmobspawner": "zoglin_spawner", + "zpigmonstercage": "zoglin_spawner", + "zpigmonsterspawner": "zoglin_spawner", + "zpigmspawner": "zombified_piglin_spawner", + "zpigspawner": "zoglin_spawner", + "zombie_head": { + "material": "ZOMBIE_HEAD" + }, + "minecraft:zombie_head": "zombie_head", + "zombiehead": "zombie_head", + "zombie_horse_spawn_egg": { + "material": "ZOMBIE_HORSE_SPAWN_EGG" + }, + "deadhorseegg": "zombie_horse_spawn_egg", + "deadhorsesegg": "zombie_horse_spawn_egg", + "deadhorsespawn": "zombie_horse_spawn_egg", + "deadhorsespawnegg": "zombie_horse_spawn_egg", + "dhorseegg": "zombie_horse_spawn_egg", + "dhorsesegg": "zombie_horse_spawn_egg", + "dhorsespawn": "zombie_horse_spawn_egg", + "dhorsespawnegg": "zombie_horse_spawn_egg", + "eggdeadhorse": "zombie_horse_spawn_egg", + "eggdhorse": "zombie_horse_spawn_egg", + "eggzhorse": "zombie_horse_spawn_egg", + "eggzombie_horse": "zombie_horse_spawn_egg", + "minecraft:zombie_horse_spawn_egg": "zombie_horse_spawn_egg", + "seggdeadhorse": "zombie_horse_spawn_egg", + "seggdhorse": "zombie_horse_spawn_egg", + "seggzhorse": "zombie_horse_spawn_egg", + "seggzombie_horse": "zombie_horse_spawn_egg", + "spawndeadhorse": "zombie_horse_spawn_egg", + "spawndhorse": "zombie_horse_spawn_egg", + "spawneggdeadhorse": "zombie_horse_spawn_egg", + "spawneggdhorse": "zombie_horse_spawn_egg", + "spawneggzhorse": "zombie_horse_spawn_egg", + "spawneggzombie_horse": "zombie_horse_spawn_egg", + "spawnzhorse": "zombie_horse_spawn_egg", + "spawnzombie_horse": "zombie_horse_spawn_egg", + "zhorseegg": "zombie_horse_spawn_egg", + "zhorsesegg": "zombie_horse_spawn_egg", + "zhorsespawn": "zombie_horse_spawn_egg", + "zhorsespawnegg": "zombie_horse_spawn_egg", + "zombie_horseegg": "zombie_horse_spawn_egg", + "zombie_horsesegg": "zombie_horse_spawn_egg", + "zombie_horsespawn": "zombie_horse_spawn_egg", + "zombie_horsespawnegg": "zombie_horse_spawn_egg", + "zombiehorsespawnegg": "zombie_horse_spawn_egg", + "zombie_horse_spawner": { + "entity": "ZOMBIE_HORSE", + "material": "SPAWNER" + }, + "deadhorsecage": "zombie_horse_spawner", + "deadhorsemcage": "zombie_horse_spawner", + "deadhorsemobcage": "zombie_horse_spawner", + "deadhorsemobspawner": "zombie_horse_spawner", + "deadhorsemonstercage": "zombie_horse_spawner", + "deadhorsemonsterspawner": "zombie_horse_spawner", + "deadhorsemspawner": "zombie_horse_spawner", + "deadhorsespawner": "zombie_horse_spawner", + "dhorsecage": "zombie_horse_spawner", + "dhorsemcage": "zombie_horse_spawner", + "dhorsemobcage": "zombie_horse_spawner", + "dhorsemobspawner": "zombie_horse_spawner", + "dhorsemonstercage": "zombie_horse_spawner", + "dhorsemonsterspawner": "zombie_horse_spawner", + "dhorsemspawner": "zombie_horse_spawner", + "dhorsespawner": "zombie_horse_spawner", + "zhorsecage": "zombie_horse_spawner", + "zhorsemcage": "zombie_horse_spawner", + "zhorsemobcage": "zombie_horse_spawner", + "zhorsemobspawner": "zombie_horse_spawner", + "zhorsemonstercage": "zombie_horse_spawner", + "zhorsemonsterspawner": "zombie_horse_spawner", + "zhorsemspawner": "zombie_horse_spawner", + "zhorsespawner": "zombie_horse_spawner", + "zombie_horsecage": "zombie_horse_spawner", + "zombie_horsemcage": "zombie_horse_spawner", + "zombie_horsemobcage": "zombie_horse_spawner", + "zombie_horsemobspawner": "zombie_horse_spawner", + "zombie_horsemonstercage": "zombie_horse_spawner", + "zombie_horsemonsterspawner": "zombie_horse_spawner", + "zombie_horsemspawner": "zombie_horse_spawner", + "zombie_horsespawner": "zombie_horse_spawner", + "zombie_spawn_egg": { + "material": "ZOMBIE_SPAWN_EGG" + }, + "eggz": "zombie_spawn_egg", + "eggzomb": "zombie_spawn_egg", + "eggzombie": "zombie_spawn_egg", + "minecraft:zombie_spawn_egg": "zombie_spawn_egg", + "seggz": "zombie_spawn_egg", + "seggzomb": "zombie_spawn_egg", + "seggzombie": "zombie_spawn_egg", + "spawneggz": "zombie_spawn_egg", + "spawneggzomb": "zombie_spawn_egg", + "spawneggzombie": "zombie_spawn_egg", + "spawnz": "zombie_spawn_egg", + "spawnzomb": "zombie_spawn_egg", + "spawnzombie": "zombie_spawn_egg", + "zegg": "zombie_spawn_egg", + "zombegg": "zombie_spawn_egg", + "zombieegg": "zombie_spawn_egg", + "zombiesegg": "zombie_spawn_egg", + "zombiespawn": "zombie_spawn_egg", + "zombiespawnegg": "zombie_spawn_egg", + "zombsegg": "zombie_spawn_egg", + "zombspawn": "zombie_spawn_egg", + "zombspawnegg": "zombie_spawn_egg", + "zsegg": "zombie_spawn_egg", + "zspawn": "zombie_spawn_egg", + "zspawnegg": "zombie_spawn_egg", + "zombie_spawner": { + "entity": "ZOMBIE", + "material": "SPAWNER" + }, + "zcage": "zombie_spawner", + "zmcage": "zombie_spawner", + "zmobcage": "zombie_spawner", + "zmobspawner": "zombie_spawner", + "zmonstercage": "zombie_spawner", + "zmonsterspawner": "zombie_spawner", + "zmspawner": "zombie_spawner", + "zombcage": "zombie_spawner", + "zombiecage": "zombie_spawner", + "zombiemcage": "zombie_spawner", + "zombiemobcage": "zombie_spawner", + "zombiemobspawner": "zombie_spawner", + "zombiemonstercage": "zombie_spawner", + "zombiemonsterspawner": "zombie_spawner", + "zombiemspawner": "zombie_spawner", + "zombiespawner": "zombie_spawner", + "zombmcage": "zombie_spawner", + "zombmobcage": "zombie_spawner", + "zombmobspawner": "zombie_spawner", + "zombmonstercage": "zombie_spawner", + "zombmonsterspawner": "zombie_spawner", + "zombmspawner": "zombie_spawner", + "zombspawner": "zombie_spawner", + "zspawner": "zombie_spawner", + "zombie_villager_spawn_egg": { + "material": "ZOMBIE_VILLAGER_SPAWN_EGG" + }, + "deadvillageregg": "zombie_villager_spawn_egg", + "deadvillagersegg": "zombie_villager_spawn_egg", + "deadvillagerspawn": "zombie_villager_spawn_egg", + "deadvillagerspawnegg": "zombie_villager_spawn_egg", + "dvillageregg": "zombie_villager_spawn_egg", + "dvillagersegg": "zombie_villager_spawn_egg", + "dvillagerspawn": "zombie_villager_spawn_egg", + "dvillagerspawnegg": "zombie_villager_spawn_egg", + "dvillegg": "zombie_villager_spawn_egg", + "dvillsegg": "zombie_villager_spawn_egg", + "dvillspawn": "zombie_villager_spawn_egg", + "dvillspawnegg": "zombie_villager_spawn_egg", + "eggdeadvillager": "zombie_villager_spawn_egg", + "eggdvill": "zombie_villager_spawn_egg", + "eggdvillager": "zombie_villager_spawn_egg", + "eggzombie_villager": "zombie_villager_spawn_egg", + "eggzvill": "zombie_villager_spawn_egg", + "eggzvillager": "zombie_villager_spawn_egg", + "minecraft:zombie_villager_spawn_egg": "zombie_villager_spawn_egg", + "seggdeadvillager": "zombie_villager_spawn_egg", + "seggdvill": "zombie_villager_spawn_egg", + "seggdvillager": "zombie_villager_spawn_egg", + "seggzombie_villager": "zombie_villager_spawn_egg", + "seggzvill": "zombie_villager_spawn_egg", + "seggzvillager": "zombie_villager_spawn_egg", + "spawndeadvillager": "zombie_villager_spawn_egg", + "spawndvill": "zombie_villager_spawn_egg", + "spawndvillager": "zombie_villager_spawn_egg", + "spawneggdeadvillager": "zombie_villager_spawn_egg", + "spawneggdvill": "zombie_villager_spawn_egg", + "spawneggdvillager": "zombie_villager_spawn_egg", + "spawneggzombie_villager": "zombie_villager_spawn_egg", + "spawneggzvill": "zombie_villager_spawn_egg", + "spawneggzvillager": "zombie_villager_spawn_egg", + "spawnzombie_villager": "zombie_villager_spawn_egg", + "spawnzvill": "zombie_villager_spawn_egg", + "spawnzvillager": "zombie_villager_spawn_egg", + "zombie_villageregg": "zombie_villager_spawn_egg", + "zombie_villagersegg": "zombie_villager_spawn_egg", + "zombie_villagerspawn": "zombie_villager_spawn_egg", + "zombie_villagerspawnegg": "zombie_villager_spawn_egg", + "zombievillagerspawnegg": "zombie_villager_spawn_egg", + "zvillageregg": "zombie_villager_spawn_egg", + "zvillagersegg": "zombie_villager_spawn_egg", + "zvillagerspawn": "zombie_villager_spawn_egg", + "zvillagerspawnegg": "zombie_villager_spawn_egg", + "zvillegg": "zombie_villager_spawn_egg", + "zvillsegg": "zombie_villager_spawn_egg", + "zvillspawn": "zombie_villager_spawn_egg", + "zvillspawnegg": "zombie_villager_spawn_egg", + "zombie_villager_spawner": { + "entity": "ZOMBIE_VILLAGER", + "material": "SPAWNER" + }, + "deadvillagercage": "zombie_villager_spawner", + "deadvillagermcage": "zombie_villager_spawner", + "deadvillagermobcage": "zombie_villager_spawner", + "deadvillagermobspawner": "zombie_villager_spawner", + "deadvillagermonstercage": "zombie_villager_spawner", + "deadvillagermonsterspawner": "zombie_villager_spawner", + "deadvillagermspawner": "zombie_villager_spawner", + "deadvillagerspawner": "zombie_villager_spawner", + "dvillagercage": "zombie_villager_spawner", + "dvillagermcage": "zombie_villager_spawner", + "dvillagermobcage": "zombie_villager_spawner", + "dvillagermobspawner": "zombie_villager_spawner", + "dvillagermonstercage": "zombie_villager_spawner", + "dvillagermonsterspawner": "zombie_villager_spawner", + "dvillagermspawner": "zombie_villager_spawner", + "dvillagerspawner": "zombie_villager_spawner", + "dvillcage": "zombie_villager_spawner", + "dvillmcage": "zombie_villager_spawner", + "dvillmobcage": "zombie_villager_spawner", + "dvillmobspawner": "zombie_villager_spawner", + "dvillmonstercage": "zombie_villager_spawner", + "dvillmonsterspawner": "zombie_villager_spawner", + "dvillmspawner": "zombie_villager_spawner", + "dvillspawner": "zombie_villager_spawner", + "zombie_villagercage": "zombie_villager_spawner", + "zombie_villagermcage": "zombie_villager_spawner", + "zombie_villagermobcage": "zombie_villager_spawner", + "zombie_villagermobspawner": "zombie_villager_spawner", + "zombie_villagermonstercage": "zombie_villager_spawner", + "zombie_villagermonsterspawner": "zombie_villager_spawner", + "zombie_villagermspawner": "zombie_villager_spawner", + "zombie_villagerspawner": "zombie_villager_spawner", + "zvillagercage": "zombie_villager_spawner", + "zvillagermcage": "zombie_villager_spawner", + "zvillagermobcage": "zombie_villager_spawner", + "zvillagermobspawner": "zombie_villager_spawner", + "zvillagermonstercage": "zombie_villager_spawner", + "zvillagermonsterspawner": "zombie_villager_spawner", + "zvillagermspawner": "zombie_villager_spawner", + "zvillagerspawner": "zombie_villager_spawner", + "zvillcage": "zombie_villager_spawner", + "zvillmcage": "zombie_villager_spawner", + "zvillmobcage": "zombie_villager_spawner", + "zvillmobspawner": "zombie_villager_spawner", + "zvillmonstercage": "zombie_villager_spawner", + "zvillmonsterspawner": "zombie_villager_spawner", + "zvillmspawner": "zombie_villager_spawner", + "zvillspawner": "zombie_villager_spawner", + "zombified_piglin_spawn_egg": { + "material": "ZOMBIFIED_PIGLIN_SPAWN_EGG", + "fallbacks": [ + "ZOMBIE_PIGMAN_SPAWN_EGG" + ] + }, + "eggzombiepiglin": "zombified_piglin_spawn_egg", + "eggzombiepigm": "zombified_piglin_spawn_egg", + "eggzombiepigman": "zombified_piglin_spawn_egg", + "eggzombiepigmen": "zombified_piglin_spawn_egg", + "eggzombiepm": "zombified_piglin_spawn_egg", + "eggzombiepman": "zombified_piglin_spawn_egg", + "eggzombified_piglin": "zombified_piglin_spawn_egg", + "eggzombifiedpiglin": "zombified_piglin_spawn_egg", + "eggzpiglin": "zombified_piglin_spawn_egg", + "eggzpigm": "zombified_piglin_spawn_egg", + "eggzpigman": "zombified_piglin_spawn_egg", + "eggzpigmen": "zombified_piglin_spawn_egg", + "eggzpman": "zombified_piglin_spawn_egg", + "minecraft:zombified_piglin_spawn_egg": "zombified_piglin_spawn_egg", + "seggzombiepiglin": "zombified_piglin_spawn_egg", + "seggzombiepigm": "zombified_piglin_spawn_egg", + "seggzombiepigman": "zombified_piglin_spawn_egg", + "seggzombiepigmen": "zombified_piglin_spawn_egg", + "seggzombiepm": "zombified_piglin_spawn_egg", + "seggzombiepman": "zombified_piglin_spawn_egg", + "seggzombified_piglin": "zombified_piglin_spawn_egg", + "seggzombifiedpiglin": "zombified_piglin_spawn_egg", + "seggzpiglin": "zombified_piglin_spawn_egg", + "seggzpigm": "zombified_piglin_spawn_egg", + "seggzpigman": "zombified_piglin_spawn_egg", + "seggzpigmen": "zombified_piglin_spawn_egg", + "seggzpman": "zombified_piglin_spawn_egg", + "spawneggzombiepiglin": "zombified_piglin_spawn_egg", + "spawneggzombiepigm": "zombified_piglin_spawn_egg", + "spawneggzombiepigman": "zombified_piglin_spawn_egg", + "spawneggzombiepigmen": "zombified_piglin_spawn_egg", + "spawneggzombiepm": "zombified_piglin_spawn_egg", + "spawneggzombiepman": "zombified_piglin_spawn_egg", + "spawneggzombified_piglin": "zombified_piglin_spawn_egg", + "spawneggzombifiedpiglin": "zombified_piglin_spawn_egg", + "spawneggzpiglin": "zombified_piglin_spawn_egg", + "spawneggzpigm": "zombified_piglin_spawn_egg", + "spawneggzpigman": "zombified_piglin_spawn_egg", + "spawneggzpigmen": "zombified_piglin_spawn_egg", + "spawneggzpman": "zombified_piglin_spawn_egg", + "spawnzombiepiglin": "zombified_piglin_spawn_egg", + "spawnzombiepigm": "zombified_piglin_spawn_egg", + "spawnzombiepigman": "zombified_piglin_spawn_egg", + "spawnzombiepigmen": "zombified_piglin_spawn_egg", + "spawnzombiepm": "zombified_piglin_spawn_egg", + "spawnzombiepman": "zombified_piglin_spawn_egg", + "spawnzombified_piglin": "zombified_piglin_spawn_egg", + "spawnzombifiedpiglin": "zombified_piglin_spawn_egg", + "spawnzpiglin": "zombified_piglin_spawn_egg", + "spawnzpigm": "zombified_piglin_spawn_egg", + "spawnzpigman": "zombified_piglin_spawn_egg", + "spawnzpigmen": "zombified_piglin_spawn_egg", + "spawnzpman": "zombified_piglin_spawn_egg", + "zombiepiglinegg": "zombified_piglin_spawn_egg", + "zombiepiglinsegg": "zombified_piglin_spawn_egg", + "zombiepiglinspawn": "zombified_piglin_spawn_egg", + "zombiepiglinspawnegg": "zombified_piglin_spawn_egg", + "zombiepigmanegg": "zombified_piglin_spawn_egg", + "zombiepigmansegg": "zombified_piglin_spawn_egg", + "zombiepigmanspawn": "zombified_piglin_spawn_egg", + "zombiepigmanspawnegg": "zombified_piglin_spawn_egg", + "zombiepigmegg": "zombified_piglin_spawn_egg", + "zombiepigmenegg": "zombified_piglin_spawn_egg", + "zombiepigmensegg": "zombified_piglin_spawn_egg", + "zombiepigmenspawn": "zombified_piglin_spawn_egg", + "zombiepigmenspawnegg": "zombified_piglin_spawn_egg", + "zombiepigmsegg": "zombified_piglin_spawn_egg", + "zombiepigmspawn": "zombified_piglin_spawn_egg", + "zombiepigmspawnegg": "zombified_piglin_spawn_egg", + "zombiepmanegg": "zombified_piglin_spawn_egg", + "zombiepmansegg": "zombified_piglin_spawn_egg", + "zombiepmanspawn": "zombified_piglin_spawn_egg", + "zombiepmanspawnegg": "zombified_piglin_spawn_egg", + "zombiepmegg": "zombified_piglin_spawn_egg", + "zombiepmsegg": "zombified_piglin_spawn_egg", + "zombiepmspawn": "zombified_piglin_spawn_egg", + "zombiepmspawnegg": "zombified_piglin_spawn_egg", + "zombified_piglinegg": "zombified_piglin_spawn_egg", + "zombified_piglinsegg": "zombified_piglin_spawn_egg", + "zombified_piglinspawn": "zombified_piglin_spawn_egg", + "zombified_piglinspawnegg": "zombified_piglin_spawn_egg", + "zombifiedpiglinegg": "zombified_piglin_spawn_egg", + "zombifiedpiglinsegg": "zombified_piglin_spawn_egg", + "zombifiedpiglinspawn": "zombified_piglin_spawn_egg", + "zombifiedpiglinspawnegg": "zombified_piglin_spawn_egg", + "zpiglinegg": "zombified_piglin_spawn_egg", + "zpiglinsegg": "zombified_piglin_spawn_egg", + "zpiglinspawn": "zombified_piglin_spawn_egg", + "zpiglinspawnegg": "zombified_piglin_spawn_egg", + "zpigmanegg": "zombified_piglin_spawn_egg", + "zpigmansegg": "zombified_piglin_spawn_egg", + "zpigmanspawn": "zombified_piglin_spawn_egg", + "zpigmanspawnegg": "zombified_piglin_spawn_egg", + "zpigmegg": "zombified_piglin_spawn_egg", + "zpigmenegg": "zombified_piglin_spawn_egg", + "zpigmensegg": "zombified_piglin_spawn_egg", + "zpigmenspawn": "zombified_piglin_spawn_egg", + "zpigmenspawnegg": "zombified_piglin_spawn_egg", + "zpigmsegg": "zombified_piglin_spawn_egg", + "zpigmspawn": "zombified_piglin_spawn_egg", + "zpigmspawnegg": "zombified_piglin_spawn_egg", + "zpmanegg": "zombified_piglin_spawn_egg", + "zpmansegg": "zombified_piglin_spawn_egg", + "zpmanspawn": "zombified_piglin_spawn_egg", + "zpmanspawnegg": "zombified_piglin_spawn_egg", + "zombified_piglin_spawner": { + "entity": "ZOMBIFIED_PIGLIN", + "material": "SPAWNER" + }, + "zombiepiglincage": "zombified_piglin_spawner", + "zombiepiglinmcage": "zombified_piglin_spawner", + "zombiepiglinmobcage": "zombified_piglin_spawner", + "zombiepiglinmobspawner": "zombified_piglin_spawner", + "zombiepiglinmonstercage": "zombified_piglin_spawner", + "zombiepiglinmonsterspawner": "zombified_piglin_spawner", + "zombiepiglinmspawner": "zombified_piglin_spawner", + "zombiepiglinspawner": "zombified_piglin_spawner", + "zombiepigmancage": "zombified_piglin_spawner", + "zombiepigmanmcage": "zombified_piglin_spawner", + "zombiepigmanmobcage": "zombified_piglin_spawner", + "zombiepigmanmobspawner": "zombified_piglin_spawner", + "zombiepigmanmonstercage": "zombified_piglin_spawner", + "zombiepigmanmonsterspawner": "zombified_piglin_spawner", + "zombiepigmanmspawner": "zombified_piglin_spawner", + "zombiepigmanspawner": "zombified_piglin_spawner", + "zombiepigmencage": "zombified_piglin_spawner", + "zombiepigmenmcage": "zombified_piglin_spawner", + "zombiepigmenmobcage": "zombified_piglin_spawner", + "zombiepigmenmobspawner": "zombified_piglin_spawner", + "zombiepigmenmonstercage": "zombified_piglin_spawner", + "zombiepigmenmonsterspawner": "zombified_piglin_spawner", + "zombiepigmenmspawner": "zombified_piglin_spawner", + "zombiepigmenspawner": "zombified_piglin_spawner", + "zombiepigmmcage": "zombified_piglin_spawner", + "zombiepigmmobcage": "zombified_piglin_spawner", + "zombiepigmmobspawner": "zombified_piglin_spawner", + "zombiepigmmonstercage": "zombified_piglin_spawner", + "zombiepigmmonsterspawner": "zombified_piglin_spawner", + "zombiepigmmspawner": "zombified_piglin_spawner", + "zombiepmancage": "zombified_piglin_spawner", + "zombiepmanmcage": "zombified_piglin_spawner", + "zombiepmanmobcage": "zombified_piglin_spawner", + "zombiepmanmobspawner": "zombified_piglin_spawner", + "zombiepmanmonstercage": "zombified_piglin_spawner", + "zombiepmanmonsterspawner": "zombified_piglin_spawner", + "zombiepmanmspawner": "zombified_piglin_spawner", + "zombiepmanspawner": "zombified_piglin_spawner", + "zombiepmmcage": "zombified_piglin_spawner", + "zombiepmmobcage": "zombified_piglin_spawner", + "zombiepmmobspawner": "zombified_piglin_spawner", + "zombiepmmonstercage": "zombified_piglin_spawner", + "zombiepmmonsterspawner": "zombified_piglin_spawner", + "zombiepmmspawner": "zombified_piglin_spawner", + "zombified_piglincage": "zombified_piglin_spawner", + "zombified_piglinmcage": "zombified_piglin_spawner", + "zombified_piglinmobcage": "zombified_piglin_spawner", + "zombified_piglinmobspawner": "zombified_piglin_spawner", + "zombified_piglinmonstercage": "zombified_piglin_spawner", + "zombified_piglinmonsterspawner": "zombified_piglin_spawner", + "zombified_piglinmspawner": "zombified_piglin_spawner", + "zombified_piglinspawner": "zombified_piglin_spawner", + "zombifiedpiglincage": "zombified_piglin_spawner", + "zombifiedpiglinmcage": "zombified_piglin_spawner", + "zombifiedpiglinmobcage": "zombified_piglin_spawner", + "zombifiedpiglinmobspawner": "zombified_piglin_spawner", + "zombifiedpiglinmonstercage": "zombified_piglin_spawner", + "zombifiedpiglinmonsterspawner": "zombified_piglin_spawner", + "zombifiedpiglinmspawner": "zombified_piglin_spawner", + "zombifiedpiglinspawner": "zombified_piglin_spawner", + "zpiglincage": "zombified_piglin_spawner", + "zpiglinmcage": "zombified_piglin_spawner", + "zpiglinmobcage": "zombified_piglin_spawner", + "zpiglinmobspawner": "zombified_piglin_spawner", + "zpiglinmonstercage": "zombified_piglin_spawner", + "zpiglinmonsterspawner": "zombified_piglin_spawner", + "zpiglinmspawner": "zombified_piglin_spawner", + "zpiglinspawner": "zombified_piglin_spawner", + "zpigmancage": "zombified_piglin_spawner", + "zpigmanmcage": "zombified_piglin_spawner", + "zpigmanmobcage": "zombified_piglin_spawner", + "zpigmanmobspawner": "zombified_piglin_spawner", + "zpigmanmonstercage": "zombified_piglin_spawner", + "zpigmanmonsterspawner": "zombified_piglin_spawner", + "zpigmanmspawner": "zombified_piglin_spawner", + "zpigmanspawner": "zombified_piglin_spawner", + "zpigmencage": "zombified_piglin_spawner", + "zpigmenmcage": "zombified_piglin_spawner", + "zpigmenmobcage": "zombified_piglin_spawner", + "zpigmenmobspawner": "zombified_piglin_spawner", + "zpigmenmonstercage": "zombified_piglin_spawner", + "zpigmenmonsterspawner": "zombified_piglin_spawner", + "zpigmenmspawner": "zombified_piglin_spawner", + "zpigmenspawner": "zombified_piglin_spawner", + "zpigmmcage": "zombified_piglin_spawner", + "zpigmmobcage": "zombified_piglin_spawner", + "zpigmmobspawner": "zombified_piglin_spawner", + "zpigmmonstercage": "zombified_piglin_spawner", + "zpigmmonsterspawner": "zombified_piglin_spawner", + "zpigmmspawner": "zombified_piglin_spawner", + "zpmancage": "zombified_piglin_spawner", + "zpmanmcage": "zombified_piglin_spawner", + "zpmanmobcage": "zombified_piglin_spawner", + "zpmanmobspawner": "zombified_piglin_spawner", + "zpmanmonstercage": "zombified_piglin_spawner", + "zpmanmonsterspawner": "zombified_piglin_spawner", + "zpmanmspawner": "zombified_piglin_spawner", + "zpmanspawner": "zombified_piglin_spawner" +} #247f3932126a577d03a20f0c82268616 \ No newline at end of file diff --git a/plugins/Essentials/kits.yml b/plugins/Essentials/kits.yml index cefc3ed..aaf05e2 100644 --- a/plugins/Essentials/kits.yml +++ b/plugins/Essentials/kits.yml @@ -1,46 +1,46 @@ -# EssentialsX kit configuration. -# If you don't have any kits defined in this file, the plugin will try to copy them from the config.yml - -# Note: All items MUST be followed by a quantity! -# All kit names should be lower case, and will be treated as lower in permissions/costs. -# Syntax: - name[:durability] amount [enchantment:level]... [itemmeta:value]... -# For Item Meta information visit http://wiki.ess3.net/wiki/Item_Meta -# To make the kit execute a command, add / to the items list. Use {USERNAME} to specify the player receiving the kit. -# {PLAYER} will show the player's displayname instead of username. -# 'delay' refers to the cooldown between how often you can use each kit, measured in seconds. -# Set delay to -1 for a one time kit. -# -# In addition, you can also organize your kits into separate files under the `kits` subdirectory. -# Essentials will treat all .yml files in the `kits` subdirectory as kits files, and will add any kits from those files along with the kits in `kits.yml`. -# Any file in the `kits` subdirectory must be formatted in the same way as this file. This allows you to define multiple kits in each file. -# For more information, visit http://wiki.ess3.net/wiki/Kits -kits: - tools: - delay: 10 - items: - - stonesword 1 - - stoneshovel 1 - - stonepickaxe 1 - - stoneaxe 1 - dtools: - delay: 600 - items: - - dpickaxe 1 efficiency:1 durability:1 fortune:1 name:&4Gigadrill lore:The_drill_that_&npierces|the_heavens - - dshovel 1 digspeed:3 name:Dwarf lore:Diggy|Diggy|Hole - - lhelm 1 color:255,255,255 name:Top_Hat lore:Good_day,_Good_day - - daxe:780 1 - - /broadcast {USERNAME} just got some fancy tools! - notch: - delay: 6000 - items: - - playerhead 1 player:Notch - color: - delay: 6000 - items: - - writtenbook 1 title:&4Book_&9o_&6Colors author:KHobbits lore:Ingame_color_codes book:Colors - firework: - delay: 6000 - items: - - fireworkrocket 1 name:Angry_Creeper color:red fade:green type:creeper power:1 - - fireworkrocket 1 name:Starry_Night color:yellow,orange fade:blue type:star effect:trail,twinkle power:1 - - fireworkrocket 2 name:Solar_Wind color:yellow,orange fade:red shape:large effect:twinkle color:yellow,orange fade:red shape:ball effect:trail color:red,purple fade:pink shape:star effect:trail power:1 +# EssentialsX kit configuration. +# If you don't have any kits defined in this file, the plugin will try to copy them from the config.yml + +# Note: All items MUST be followed by a quantity! +# All kit names should be lower case, and will be treated as lower in permissions/costs. +# Syntax: - name[:durability] amount [enchantment:level]... [itemmeta:value]... +# For Item Meta information visit http://wiki.ess3.net/wiki/Item_Meta +# To make the kit execute a command, add / to the items list. Use {USERNAME} to specify the player receiving the kit. +# {PLAYER} will show the player's displayname instead of username. +# 'delay' refers to the cooldown between how often you can use each kit, measured in seconds. +# Set delay to -1 for a one time kit. +# +# In addition, you can also organize your kits into separate files under the `kits` subdirectory. +# Essentials will treat all .yml files in the `kits` subdirectory as kits files, and will add any kits from those files along with the kits in `kits.yml`. +# Any file in the `kits` subdirectory must be formatted in the same way as this file. This allows you to define multiple kits in each file. +# For more information, visit http://wiki.ess3.net/wiki/Kits +kits: + tools: + delay: 10 + items: + - stonesword 1 + - stoneshovel 1 + - stonepickaxe 1 + - stoneaxe 1 + dtools: + delay: 600 + items: + - dpickaxe 1 efficiency:1 durability:1 fortune:1 name:&4Gigadrill lore:The_drill_that_&npierces|the_heavens + - dshovel 1 digspeed:3 name:Dwarf lore:Diggy|Diggy|Hole + - lhelm 1 color:255,255,255 name:Top_Hat lore:Good_day,_Good_day + - daxe:780 1 + - /broadcast {USERNAME} just got some fancy tools! + notch: + delay: 6000 + items: + - playerhead 1 player:Notch + color: + delay: 6000 + items: + - writtenbook 1 title:&4Book_&9o_&6Colors author:KHobbits lore:Ingame_color_codes book:Colors + firework: + delay: 6000 + items: + - fireworkrocket 1 name:Angry_Creeper color:red fade:green type:creeper power:1 + - fireworkrocket 1 name:Starry_Night color:yellow,orange fade:blue type:star effect:trail,twinkle power:1 + - fireworkrocket 2 name:Solar_Wind color:yellow,orange fade:red shape:large effect:twinkle color:yellow,orange fade:red shape:ball effect:trail color:red,purple fade:pink shape:star effect:trail power:1 diff --git a/plugins/Essentials/motd.txt b/plugins/Essentials/motd.txt new file mode 100644 index 0000000..9dd5a40 --- /dev/null +++ b/plugins/Essentials/motd.txt @@ -0,0 +1,4 @@ +&6Welcome, {PLAYER}&6! +&6Type &c/help&6 for a list of commands. +&6Type &c/list&6 to see who else is online. +&6Players online:&c {ONLINE} &6- World time:&c {WORLDTIME12} \ No newline at end of file diff --git a/plugins/Essentials/tpr.yml b/plugins/Essentials/tpr.yml index fcf721e..99915aa 100644 --- a/plugins/Essentials/tpr.yml +++ b/plugins/Essentials/tpr.yml @@ -1,16 +1,16 @@ -# Configuration for the random teleport command. -# Some settings may be defaulted, and can be changed via the /settpr command in-game. -min-range: 0.0 -excluded-biomes: - - cold_ocean - - deep_cold_ocean - - deep_frozen_ocean - - deep_lukewarm_ocean - - deep_ocean - - deep_warm_ocean - - frozen_ocean - - frozen_river - - lukewarm_ocean - - ocean - - river - - warm_ocean +# Configuration for the random teleport command. +# Some settings may be defaulted, and can be changed via the /settpr command in-game. +min-range: 0.0 +excluded-biomes: + - cold_ocean + - deep_cold_ocean + - deep_frozen_ocean + - deep_lukewarm_ocean + - deep_ocean + - deep_warm_ocean + - frozen_ocean + - frozen_river + - lukewarm_ocean + - ocean + - river + - warm_ocean diff --git a/plugins/Essentials/upgrades-done.yml b/plugins/Essentials/upgrades-done.yml index 3ffd474..1d6fd41 100644 --- a/plugins/Essentials/upgrades-done.yml +++ b/plugins/Essentials/upgrades-done.yml @@ -1,3 +1,14 @@ updateSpawnsToNewSpawnsConfig: true updateJailsToNewJailsConfig: true warnMetrics: true +movemotdToFile: true +moverulesToFile: true +sanitizeAllUserFilenames: true +updateUsersPowerToolsFormat: true +updateUsersHomesFormat: true +banFormatChange: true +userMapRepaired: true +updateUsersIgnoreListUUID: true +updateUsersStupidLegacyPathNames: true +updateUsersMailList: true +updatePurgeBrokenNpcAccounts: true diff --git a/plugins/Essentials/userdata/7afd4a53-7a03-4424-9c67-d5ddb3c6255f.yml b/plugins/Essentials/userdata/7afd4a53-7a03-4424-9c67-d5ddb3c6255f.yml new file mode 100644 index 0000000..64e5529 --- /dev/null +++ b/plugins/Essentials/userdata/7afd4a53-7a03-4424-9c67-d5ddb3c6255f.yml @@ -0,0 +1,38 @@ +teleportenabled: true +teleportauto: false +godmode: false +muted: false +jailed: false +ip-address: 174.74.6.84 +afk: false +socialspy: false +npc: false +powertoolsenabled: true +accepting-pay: true +baltop-exempt: false +timestamps: + lastteleport: 0 + lastheal: 0 + mute: 0 + jail: 0 + onlinejail: 0 + logout: 1656541774102 + login: 1656540811278 +money: '0' +last-account-name: Outhsing +lastlocation: + world: 16d81b4e-ecba-4de0-81b2-001b758bc659 + world-name: world + x: 0.5 + y: 112.0 + z: 2.5 + yaw: 0.0 + pitch: 0.0 +logoutlocation: + world: 16d81b4e-ecba-4de0-81b2-001b758bc659 + world-name: world + x: 9.051508429356963 + y: 116.0 + z: 0.4199497646308428 + yaw: -179.85147094726562 + pitch: 43.05002975463867 diff --git a/plugins/Essentials/userdata/f4e5f1f1-8b0f-4849-9491-ed2aaa4645b3.yml b/plugins/Essentials/userdata/f4e5f1f1-8b0f-4849-9491-ed2aaa4645b3.yml new file mode 100644 index 0000000..aa9cbc0 --- /dev/null +++ b/plugins/Essentials/userdata/f4e5f1f1-8b0f-4849-9491-ed2aaa4645b3.yml @@ -0,0 +1,38 @@ +teleportenabled: true +teleportauto: false +godmode: true +muted: false +jailed: false +ip-address: 174.74.6.84 +afk: false +socialspy: false +npc: false +powertoolsenabled: true +accepting-pay: true +baltop-exempt: false +timestamps: + lastteleport: 0 + lastheal: 0 + mute: 0 + jail: 0 + onlinejail: 0 + logout: 1656541844804 + login: 1656540461557 +money: '0' +last-account-name: Hitosherizu +lastlocation: + world: 16d81b4e-ecba-4de0-81b2-001b758bc659 + world-name: world + x: -7.5 + y: 110.0 + z: 9.5 + yaw: 0.0 + pitch: 0.0 +logoutlocation: + world: 16d81b4e-ecba-4de0-81b2-001b758bc659 + world-name: world + x: 6.9389919443545836 + y: 116.10717296174785 + z: -3.335660078027948 + yaw: 3.847412109375 + pitch: 22.649755477905273 diff --git a/plugins/Essentials/usermap.csv b/plugins/Essentials/usermap.csv new file mode 100644 index 0000000..fbb7ebf --- /dev/null +++ b/plugins/Essentials/usermap.csv @@ -0,0 +1,2 @@ +hitosherizu,f4e5f1f1-8b0f-4849-9491-ed2aaa4645b3 +outhsing,7afd4a53-7a03-4424-9c67-d5ddb3c6255f diff --git a/plugins/Essentials/worth.yml b/plugins/Essentials/worth.yml index 4a9de51..3902664 100644 --- a/plugins/Essentials/worth.yml +++ b/plugins/Essentials/worth.yml @@ -1,187 +1,187 @@ -# Determines how much items are worth on the server. -# This can be set in this file, or by running the /setworth command. -worth: - - # Items not listed in this file will not be sellable on the server - # Setting the worth to 0 will sell items for free, delete the item or set to -1 to disable. - - # This will set the worth of all logs to '2' - log: 2.0 - - # This will work similar to the above syntax - wool: - '0': 20 - - # This will only allow selling leaves with datavalue '0' and '1' - leaves: - '0': 1.0 - '1': 1.0 - - # This will allow the selling of all, but sells '0' slightly cheaper - sapling: - '0': 2.0 - '*': 2.5 - - - stonebutton: 6.0 - wood: 0.50 - arrow: 3.50 - diamondpickaxe: 650.0 - rawfish: 5.0 - minecart: 23.0 - leatherchestplate: 85.0 - storageminecart: 30.0 - feather: 3.0 - goldchestplate: 6.5 - mushroomsoup: 4.5 - bread: 30.0 - stationarywater: 1.0 - workbench: 2.5 - stonehoe: 2.5 - brownmushroom: 2.0 - mossycobblestone: 90.0 - diamondhoe: 400.0 - woodsword: 1.0 - torch: 4.0 - grass: 1.0 - poweredminecart: 32.0 - snowball: 1.0 - goldenapple: 100.0 - leatherleggings: 75.0 - diamondaxe: 650.0 - slimeball: 50.0 - fence: 1.0 - stonespade: 1.5 - claybrick: 5.0 - noteblock: 36.0 - ironaxe: 22.0 - coalore: 15.0 - clayball: 3.0 - fishingrod: 10.0 - ironhoe: 22.0 - goldrecord: 100.0 - ironpickaxe: 22.0 - irondoor: 22.0 - bucket: 22.0 - redrose: 2.0 - grilledpork: 7.0 - gravel: 1.0 - wooddoor: 3.0 - chainmailhelmet: 40.0 - ironchestplate: 22.0 - diamondblock: 2000.0 - diamondhelmet: 1000.0 - goldhelmet: 6.0 - redstonetorchon: 32.0 - ironspade: 22.0 - furnace: 8.5 - ironsword: 22.0 - dispenser: 58.0 - woodaxe: 2.0 - seeds: 2.0 - painting: 25.0 - woodplate: 1.0 - redstoneore: 30.0 - diamondspade: 210.0 - waterbucket: 40.0 - water: 1.0 - bedrock: 100.0 - irondoorblock: 15.0 - goldhoe: 6.0 - sand: 1.0 - goldsword: 6.0 - stoneaxe: 3.0 - bookshelf: 140.0 - ironblock: 190.0 - jackolantern: 56.0 - boat: 3.0 - diamondchestplate: 1750.0 - redstonewire: 30.0 - redmushroom: 2.0 - string: 5.0 - stoneplate: 6.0 - wallsign: 1.0 - cactus: 10.0 - sulphur: 20.0 - rails: 22.0 - ironore: 18.0 - leatherhelmet: 52.0 - stone: 3.00 - egg: 1.0 - diamondore: 200.0 - woodhoe: 2.0 - goldleggings: 6.0 - chainmailleggings: 50.0 - yellowflower: 2.0 - ironhelmet: 22.0 - obsidian: 130.0 - dirt: 1.0 - leather: 10.0 - leatherboots: 42.0 - lever: 1.0 - cobblestone: 1.0 - cake: 180.0 - woodstairs: 1.0 - ironingot: 22.0 - goldore: 45.0 - pumpkin: 50.0 - bed: 68.0 - watch: 6.0 - ironleggings: 22.0 - sign: 1.5 - doublestep: 1.0 - woodpickaxe: 2.0 - stonepickaxe: 4.0 - chainmailboots: 30.0 - diamondleggings: 1500.0 - cookedfish: 7.0 - saddle: 100.0 - cobblestonestairs: 1.5 - tnt: 100.0 - glowingredstoneore: 30.0 - apple: 10.0 - woodspade: 1.0 - goldingot: 105.0 - diode: 110.0 - soil: 1.0 - clay: 12.0 - goldblock: 450.0 - stick: 0.25 - paper: 10.0 - brick: 21.0 - stationarylava: 1.0 - chest: 4.0 - sandstone: 3.0 - goldpickaxe: 6.0 - compass: 22.0 - sugarcane: 10.0 - diamondsword: 420.0 - goldboots: 6.0 - sponge: 80.0 - stonesword: 2.5 - coal: 15.0 - goldaxe: 6.0 - bone: 2.0 - diamond: 200.0 - glass: 3.00 - goldspade: 6.0 - lapisblock: 950.0 - lavabucket: 40.0 - wheat: 9.0 - ladder: 0.5 - sugarcaneblock: 15.0 - bowl: 0.50 - chainmailchestplate: 40.0 - diamondboots: 850.0 - lapisore: 100.0 - lava: 25.0 - milkbucket: 40.0 - redstone: 32.0 - greenrecord: 100.0 - inksack: 10.0 - glowstonedust: 10.0 - book: 45.0 - bow: 15.0 - ironboots: 22.0 - step: 1.5 - sugar: 10.0 +# Determines how much items are worth on the server. +# This can be set in this file, or by running the /setworth command. +worth: + + # Items not listed in this file will not be sellable on the server + # Setting the worth to 0 will sell items for free, delete the item or set to -1 to disable. + + # This will set the worth of all logs to '2' + log: 2.0 + + # This will work similar to the above syntax + wool: + '0': 20 + + # This will only allow selling leaves with datavalue '0' and '1' + leaves: + '0': 1.0 + '1': 1.0 + + # This will allow the selling of all, but sells '0' slightly cheaper + sapling: + '0': 2.0 + '*': 2.5 + + + stonebutton: 6.0 + wood: 0.50 + arrow: 3.50 + diamondpickaxe: 650.0 + rawfish: 5.0 + minecart: 23.0 + leatherchestplate: 85.0 + storageminecart: 30.0 + feather: 3.0 + goldchestplate: 6.5 + mushroomsoup: 4.5 + bread: 30.0 + stationarywater: 1.0 + workbench: 2.5 + stonehoe: 2.5 + brownmushroom: 2.0 + mossycobblestone: 90.0 + diamondhoe: 400.0 + woodsword: 1.0 + torch: 4.0 + grass: 1.0 + poweredminecart: 32.0 + snowball: 1.0 + goldenapple: 100.0 + leatherleggings: 75.0 + diamondaxe: 650.0 + slimeball: 50.0 + fence: 1.0 + stonespade: 1.5 + claybrick: 5.0 + noteblock: 36.0 + ironaxe: 22.0 + coalore: 15.0 + clayball: 3.0 + fishingrod: 10.0 + ironhoe: 22.0 + goldrecord: 100.0 + ironpickaxe: 22.0 + irondoor: 22.0 + bucket: 22.0 + redrose: 2.0 + grilledpork: 7.0 + gravel: 1.0 + wooddoor: 3.0 + chainmailhelmet: 40.0 + ironchestplate: 22.0 + diamondblock: 2000.0 + diamondhelmet: 1000.0 + goldhelmet: 6.0 + redstonetorchon: 32.0 + ironspade: 22.0 + furnace: 8.5 + ironsword: 22.0 + dispenser: 58.0 + woodaxe: 2.0 + seeds: 2.0 + painting: 25.0 + woodplate: 1.0 + redstoneore: 30.0 + diamondspade: 210.0 + waterbucket: 40.0 + water: 1.0 + bedrock: 100.0 + irondoorblock: 15.0 + goldhoe: 6.0 + sand: 1.0 + goldsword: 6.0 + stoneaxe: 3.0 + bookshelf: 140.0 + ironblock: 190.0 + jackolantern: 56.0 + boat: 3.0 + diamondchestplate: 1750.0 + redstonewire: 30.0 + redmushroom: 2.0 + string: 5.0 + stoneplate: 6.0 + wallsign: 1.0 + cactus: 10.0 + sulphur: 20.0 + rails: 22.0 + ironore: 18.0 + leatherhelmet: 52.0 + stone: 3.00 + egg: 1.0 + diamondore: 200.0 + woodhoe: 2.0 + goldleggings: 6.0 + chainmailleggings: 50.0 + yellowflower: 2.0 + ironhelmet: 22.0 + obsidian: 130.0 + dirt: 1.0 + leather: 10.0 + leatherboots: 42.0 + lever: 1.0 + cobblestone: 1.0 + cake: 180.0 + woodstairs: 1.0 + ironingot: 22.0 + goldore: 45.0 + pumpkin: 50.0 + bed: 68.0 + watch: 6.0 + ironleggings: 22.0 + sign: 1.5 + doublestep: 1.0 + woodpickaxe: 2.0 + stonepickaxe: 4.0 + chainmailboots: 30.0 + diamondleggings: 1500.0 + cookedfish: 7.0 + saddle: 100.0 + cobblestonestairs: 1.5 + tnt: 100.0 + glowingredstoneore: 30.0 + apple: 10.0 + woodspade: 1.0 + goldingot: 105.0 + diode: 110.0 + soil: 1.0 + clay: 12.0 + goldblock: 450.0 + stick: 0.25 + paper: 10.0 + brick: 21.0 + stationarylava: 1.0 + chest: 4.0 + sandstone: 3.0 + goldpickaxe: 6.0 + compass: 22.0 + sugarcane: 10.0 + diamondsword: 420.0 + goldboots: 6.0 + sponge: 80.0 + stonesword: 2.5 + coal: 15.0 + goldaxe: 6.0 + bone: 2.0 + diamond: 200.0 + glass: 3.00 + goldspade: 6.0 + lapisblock: 950.0 + lavabucket: 40.0 + wheat: 9.0 + ladder: 0.5 + sugarcaneblock: 15.0 + bowl: 0.50 + chainmailchestplate: 40.0 + diamondboots: 850.0 + lapisore: 100.0 + lava: 25.0 + milkbucket: 40.0 + redstone: 32.0 + greenrecord: 100.0 + inksack: 10.0 + glowstonedust: 10.0 + book: 45.0 + bow: 15.0 + ironboots: 22.0 + step: 1.5 + sugar: 10.0 diff --git a/plugins/GriefPrevention-16.18.jar b/plugins/GriefPrevention.jar similarity index 100% rename from plugins/GriefPrevention-16.18.jar rename to plugins/GriefPrevention.jar diff --git a/plugins/GriefPreventionData/Logs/2022_06_29.log b/plugins/GriefPreventionData/Logs/2022_06_29.log new file mode 100644 index 0000000..0f8cbd7 --- /dev/null +++ b/plugins/GriefPreventionData/Logs/2022_06_29.log @@ -0,0 +1,14 @@ +22:02 Hitosherizu: test +22:03 Hitosherizu: test +22:04 Hitosherizu: test +22:04 Hitosherizu: test +22:04 Hitosherizu: okay +22:04 Hitosherizu: test +22:04 Hitosherizu: there we go +22:04 Hitosherizu: test +22:05 Hitosherizu: test +22:05 Hitosherizu: test +22:05 Hitosherizu: test +22:10 Hitosherizu: test +22:10 Hitosherizu: test +22:11 Hitosherizu: test diff --git a/plugins/GriefPreventionData/PlayerData/7afd4a53-7a03-4424-9c67-d5ddb3c6255f b/plugins/GriefPreventionData/PlayerData/7afd4a53-7a03-4424-9c67-d5ddb3c6255f new file mode 100644 index 0000000..74c8bfc --- /dev/null +++ b/plugins/GriefPreventionData/PlayerData/7afd4a53-7a03-4424-9c67-d5ddb3c6255f @@ -0,0 +1,4 @@ + +132 +0 + diff --git a/plugins/GriefPreventionData/PlayerData/f4e5f1f1-8b0f-4849-9491-ed2aaa4645b3 b/plugins/GriefPreventionData/PlayerData/f4e5f1f1-8b0f-4849-9491-ed2aaa4645b3 new file mode 100644 index 0000000..74c8bfc --- /dev/null +++ b/plugins/GriefPreventionData/PlayerData/f4e5f1f1-8b0f-4849-9491-ed2aaa4645b3 @@ -0,0 +1,4 @@ + +132 +0 + diff --git a/plugins/GriefPreventionData/bannedWords.txt b/plugins/GriefPreventionData/bannedWords.txt index b3dff76..7ee966e 100644 --- a/plugins/GriefPreventionData/bannedWords.txt +++ b/plugins/GriefPreventionData/bannedWords.txt @@ -1,20 +1,20 @@ -nigger -niggers -niger -nigga -nigers -niggas -fag -fags -faggot -faggots -feggit -feggits -faggit -faggits -cunt -cunts -whore -whores -slut -sluts +nigger +niggers +niger +nigga +nigers +niggas +fag +fags +faggot +faggots +feggit +feggits +faggit +faggits +cunt +cunts +whore +whores +slut +sluts diff --git a/plugins/GriefPreventionData/config.yml b/plugins/GriefPreventionData/config.yml index 5743e8e..64f28d1 100644 --- a/plugins/GriefPreventionData/config.yml +++ b/plugins/GriefPreventionData/config.yml @@ -1,14 +1,15 @@ # Default values are perfect for most servers. If you want to customize and have a question, look for the answer here first: http://dev.bukkit.org/bukkit-plugins/grief-prevention/pages/setup-and-configuration/ + GriefPrevention: SeaLevelOverrides: - gt_plugins_1626597: -1 - gt_plugins_1626597_nether: -1 - gt_plugins_1626597_the_end: -1 + world: -1 + world_nether: -1 + world_the_end: -1 Claims: Mode: - gt_plugins_1626597_the_end: Disabled - gt_plugins_1626597_nether: Disabled - gt_plugins_1626597: Survival + world: Survival + world_the_end: Disabled + world_nether: Disabled PreventGlobalMonsterEggs: true PreventTheft: true ProtectCreatures: true @@ -58,7 +59,7 @@ GriefPrevention: FireDamagesInClaims: false LecternReadingRequiresAccessTrust: true Spam: - Enabled: true + Enabled: false LoginCooldownSeconds: 60 LoginLogoutNotificationsPerMinute: 5 ChatSlashCommands: /me;/global;/local @@ -71,9 +72,9 @@ GriefPrevention: Logout Message Delay In Seconds: 0 PvP: RulesEnabledInWorld: - gt_plugins_1626597: true - gt_plugins_1626597_nether: true - gt_plugins_1626597_the_end: true + world: true + world_nether: true + world_the_end: true ProtectFreshSpawns: true PunishLogout: true CombatTimeoutSeconds: 15 @@ -108,9 +109,11 @@ GriefPrevention: FireDestroys: false AdminsGetWhispers: true AdminsGetSignNotifications: true + VisualizationAntiCheatCompatMode: false SmartBan: true Mute New Players Using Banned Words: true MaxPlayersPerIpAddress: 3 + SilenceBans: true Siege: Worlds: [] BreakableBlocks: diff --git a/plugins/GriefPreventionData/messages.yml b/plugins/GriefPreventionData/messages.yml index 0fc4f9f..ade6dbf 100644 --- a/plugins/GriefPreventionData/messages.yml +++ b/plugins/GriefPreventionData/messages.yml @@ -1,3 +1,7 @@ +# Use a YAML editor like NotepadPlusPlus to edit this file. +# After editing, back up your changes before reloading the server in case you made a syntax error. +# Use dollar signs ($) for formatting codes, which are documented here: http://minecraft.gamepedia.com/Formatting_codes + # Use a YAML editor like NotepadPlusPlus to edit this file. # After editing, back up your changes before reloading the server in case you made a syntax error. # Use dollar signs ($) for formatting codes, which are documented here: http://minecraft.gamepedia.com/Formatting_codes diff --git a/plugins/HolographicDisplays-3.0.0-SNAPSHOT (beta 3).jar b/plugins/HolographicDisplays-3.0.0-SNAPSHOT (beta 3).jar deleted file mode 100644 index c90a008..0000000 Binary files a/plugins/HolographicDisplays-3.0.0-SNAPSHOT (beta 3).jar and /dev/null differ diff --git a/plugins/HolographicDisplays/animations/example.yml b/plugins/HolographicDisplays/animations/example.yml deleted file mode 100644 index de57dee..0000000 --- a/plugins/HolographicDisplays/animations/example.yml +++ /dev/null @@ -1,7 +0,0 @@ -interval-seconds: 0.5 -animation-frames: - - "This is an example." - - "This line will change every 0.5 seconds..." - - "because it's an animation." - - "You just have to put {animation: example.yml} in a hologram..." - - "to see this animated text." diff --git a/plugins/HolographicDisplays/config.yml b/plugins/HolographicDisplays/config.yml deleted file mode 100644 index f01c26c..0000000 --- a/plugins/HolographicDisplays/config.yml +++ /dev/null @@ -1,30 +0,0 @@ -# -# Plugin page: https://dev.bukkit.org/projects/holographic-displays -# -# Created by filoghost. -# - -space-between-lines: 0.02 -quick-edit-commands: true -image-rendering: - solid-pixel: '[x]' - transparent-pixel: '&7 [|] ' -bungee: - refresh-seconds: 3 - use-RedisBungee: false - pinger: - enable: false - timeout: 500 - offline-motd: '&cOffline, couldn''t get the MOTD' - status: - online: '&aOnline' - offline: '&cOffline' - motd-remove-leading-trailing-spaces: true - servers: - - 'hub: 127.0.0.1:25565' - - 'games: 127.0.0.1:25566' -time: - format: H:mm - zone: GMT+1 -update-notification: true -debug: false diff --git a/plugins/HolographicDisplays/custom-placeholders.yml b/plugins/HolographicDisplays/custom-placeholders.yml deleted file mode 100644 index bda1bca..0000000 --- a/plugins/HolographicDisplays/custom-placeholders.yml +++ /dev/null @@ -1,14 +0,0 @@ -# -# This is the configuration file for custom placeholders. -# Dynamic placeholders are {online}, {max_players}... -# -# You can use these to avoid repeating text multiple times, -# and edit it from a single location. -# -# Another use would be for defining colors, symbols, or text decorations. -# -placeholders: - '{custom_placeholder}': 'This is a custom placeholder.' - '{primary_color}': '&b' - '{secondary_color}': '&7' - '{separator}': '&8&m ' diff --git a/plugins/LuckPerms-Bukkit-5.4.30.jar b/plugins/LuckPerms-Bukkit-5.4.30.jar new file mode 100644 index 0000000..9365141 Binary files /dev/null and b/plugins/LuckPerms-Bukkit-5.4.30.jar differ diff --git a/plugins/LuckPerms-Bukkit-5.4.9.jar b/plugins/LuckPerms-Bukkit-5.4.9.jar deleted file mode 100644 index 859e8fc..0000000 Binary files a/plugins/LuckPerms-Bukkit-5.4.9.jar and /dev/null differ diff --git a/plugins/LuckPerms/config.yml b/plugins/LuckPerms/config.yml index 7fc20df..9502d77 100644 --- a/plugins/LuckPerms/config.yml +++ b/plugins/LuckPerms/config.yml @@ -1,684 +1,684 @@ -#################################################################################################### -# +----------------------------------------------------------------------------------------------+ # -# | __ __ ___ __ __ | # -# | | | | / ` |__/ |__) |__ |__) |\/| /__` | # -# | |___ \__/ \__, | \ | |___ | \ | | .__/ | # -# | | # -# | https://luckperms.net | # -# | | # -# | WIKI: https://luckperms.net/wiki | # -# | DISCORD: https://discord.gg/luckperms | # -# | BUG REPORTS: https://github.com/lucko/LuckPerms/issues | # -# | | # -# | Each option in this file is documented and explained here: | # -# | ==> https://luckperms.net/wiki/Configuration | # -# | | # -# | New options are not added to this file automatically. Default values are used if an | # -# | option cannot be found. The latest config versions can be obtained at the link above. | # -# +----------------------------------------------------------------------------------------------+ # -#################################################################################################### - -# +----------------------------------------------------------------------------------------------+ # -# | | # -# | ESSENTIAL SETTINGS | # -# | | # -# | Important settings that control how LuckPerms functions. | # -# | | # -# +----------------------------------------------------------------------------------------------+ # - -# The name of the server, used for server specific permissions. -# -# - When set to "global" this setting is effectively ignored. -# - In all other cases, the value here is added to all players in a "server" context. -# - See: https://luckperms.net/wiki/Context -server: global - -# If the servers own UUID cache/lookup facility should be used when there is no record for a player -# already in LuckPerms. -# -# - When this is set to 'false', commands using a player's username will not work unless the player -# has joined since LuckPerms was first installed. -# - To get around this, you can use a player's uuid directly in the command, or enable this option. -# - When this is set to 'true', the server facility is used. This may use a number of methods, -# including checking the servers local cache, or making a request to the Mojang API. -use-server-uuid-cache: false - - - - -# +----------------------------------------------------------------------------------------------+ # -# | | # -# | STORAGE SETTINGS | # -# | | # -# | Controls which storage method LuckPerms will use to store data. | # -# | | # -# +----------------------------------------------------------------------------------------------+ # - -# How the plugin should store data -# -# - The various options are explained in more detail on the wiki: -# https://luckperms.net/wiki/Storage-types -# -# - Possible options: -# -# | Remote databases - require connection information to be configured below -# |=> MySQL -# |=> MariaDB (preferred over MySQL) -# |=> PostgreSQL -# |=> MongoDB -# -# | Flatfile/local database - don't require any extra configuration -# |=> H2 (preferred over SQLite) -# |=> SQLite -# -# | Readable & editable text files - don't require any extra configuration -# |=> YAML (.yml files) -# |=> JSON (.json files) -# |=> HOCON (.conf files) -# |=> TOML (.toml files) -# | -# | By default, user, group and track data is separated into different files. Data can be combined -# | and all stored in the same file by switching to a combined storage variant. -# | Just add '-combined' to the end of the storage-method, e.g. 'yaml-combined' -# -# - A H2 database is the default option. -# - If you want to edit data manually in "traditional" storage files, we suggest using YAML. -storage-method: h2 - -# The following block defines the settings for remote database storage methods. -# -# - You don't need to touch any of the settings here if you're using a local storage method! -# - The connection detail options are shared between all remote storage types. -data: - - # Define the address and port for the database. - # - The standard DB engine port is used by default - # (MySQL: 3306, PostgreSQL: 5432, MongoDB: 27017) - # - Specify as "host:port" if differs - address: localhost - - # The name of the database to store LuckPerms data in. - # - This must be created already. Don't worry about this setting if you're using MongoDB. - database: minecraft - - # Credentials for the database. - username: root - password: '' - - # These settings apply to the MySQL connection pool. - # - The default values will be suitable for the majority of users. - # - Do not change these settings unless you know what you're doing! - pool-settings: - - # Sets the maximum size of the MySQL connection pool. - # - Basically this value will determine the maximum number of actual - # connections to the database backend. - # - More information about determining the size of connection pools can be found here: - # https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing - maximum-pool-size: 10 - - # Sets the minimum number of idle connections that the pool will try to maintain. - # - For maximum performance and responsiveness to spike demands, it is recommended to not set - # this value and instead allow the pool to act as a fixed size connection pool. - # (set this value to the same as 'maximum-pool-size') - minimum-idle: 10 - - # This setting controls the maximum lifetime of a connection in the pool in milliseconds. - # - The value should be at least 30 seconds less than any database or infrastructure imposed - # connection time limit. - maximum-lifetime: 1800000 # 30 minutes - - # This setting controls how frequently the pool will 'ping' a connection in order to prevent it - # from being timed out by the database or network infrastructure, measured in milliseconds. - # - The value should be less than maximum-lifetime and greater than 30000 (30 seconds). - # - Setting the value to zero will disable the keepalive functionality. - keepalive-time: 0 - - # This setting controls the maximum number of milliseconds that the plugin will wait for a - # connection from the pool, before timing out. - connection-timeout: 5000 # 5 seconds - - # This setting allows you to define extra properties for connections. - # - # By default, the following options are set to enable utf8 encoding. (you may need to remove - # these if you are using PostgreSQL) - # useUnicode: true - # characterEncoding: utf8 - # - # You can also use this section to disable SSL connections, by uncommenting the 'useSSL' and - # 'verifyServerCertificate' options below. - properties: - useUnicode: true - characterEncoding: utf8 - #useSSL: false - #verifyServerCertificate: false - - # The prefix for all LuckPerms SQL tables. - # - Change this if you want to use different tables for different servers. - table-prefix: 'luckperms_' - - # The prefix to use for all LuckPerms collections. Change this if you want to use different - # collections for different servers. The default is no prefix. - mongodb-collection-prefix: '' - - # MongoDB ClientConnectionURI for use with replica sets and custom connection options - # - See https://docs.mongodb.com/manual/reference/connection-string/ - mongodb-connection-uri: '' - -# Define settings for a "split" storage setup. -# -# - This allows you to define a storage method for each type of data. -# - The connection options above still have to be correct for each type here. -split-storage: - # Don't touch this if you don't want to use split storage! - enabled: false - methods: - # These options don't need to be modified if split storage isn't enabled. - user: h2 - group: h2 - track: h2 - uuid: h2 - log: h2 - - - - -# +----------------------------------------------------------------------------------------------+ # -# | | # -# | UPDATE PROPAGATION & MESSAGING SERVICE | # -# | | # -# | Controls the ways in which LuckPerms will sync data & notify other servers of changes. | # -# | These options are documented on greater detail on the wiki under "Instant Updates". | # -# | | # -# +----------------------------------------------------------------------------------------------+ # - -# This option controls how frequently LuckPerms will perform a sync task. -# -# - A sync task will refresh all data from the storage, and ensure that the most up-to-date data is -# being used by the plugin. -# - This is disabled by default, as most users will not need it. However, if you're using a remote -# storage type without a messaging service setup, you may wish to set this to something like 3. -# - Set to -1 to disable the task completely. -sync-minutes: -1 - -# If the file watcher should be enabled. -# -# - When using a file-based storage type, LuckPerms can monitor the data files for changes, and -# automatically update when changes are detected. -# - If you don't want this feature to be active, set this option to false. -watch-files: true - -# Define which messaging service should be used by the plugin. -# -# - If enabled and configured, LuckPerms will use the messaging service to inform other connected -# servers of changes. -# - Use the command "/lp networksync" to manually push changes. -# - Data is NOT stored using this service. It is only used as a messaging platform. -# -# - If you decide to enable this feature, you should set "sync-minutes" to -1, as there is no need -# for LuckPerms to poll the database for changes. -# -# - Possible options: -# => sql Uses the SQL database to form a queue system for communication. Will only work when -# 'storage-method' is set to MySQL or MariaDB. This is chosen by default if the -# option is set to 'auto' and SQL storage is in use. Set to 'notsql' to disable this. -# => pluginmsg Uses the plugin messaging channels to communicate with the proxy. -# LuckPerms must be installed on your proxy & all connected servers backend servers. -# Won't work if you have more than one proxy. -# => lilypad Uses LilyPad pub-sub to push changes. You need to have the LilyPad-Connect plugin -# installed. -# => redis Uses Redis pub-sub to push changes. Your server connection info must be configured -# below. -# => rabbitmq Uses RabbitMQ pub-sub to push changes. Your server connection info must be -# configured below. -# => auto Attempts to automatically setup a messaging service using redis or sql. -messaging-service: auto - -# If LuckPerms should automatically push updates after a change has been made with a command. -auto-push-updates: true - -# If LuckPerms should push logging entries to connected servers via the messaging service. -push-log-entries: true - -# If LuckPerms should broadcast received logging entries to players on this platform. -# -# - If you have LuckPerms installed on your backend servers as well as a BungeeCord proxy, you -# should set this option to false on either your backends or your proxies, to avoid players being -# messaged twice about log entries. -broadcast-received-log-entries: true - -# Settings for Redis. -# Port 6379 is used by default; set address to "host:port" if differs -redis: - enabled: false - address: localhost - password: '' - -# Settings for RabbitMQ. -# Port 5672 is used by default; set address to "host:port" if differs -rabbitmq: - enabled: false - address: localhost - vhost: '/' - username: 'guest' - password: 'guest' - - - - -# +----------------------------------------------------------------------------------------------+ # -# | | # -# | CUSTOMIZATION SETTINGS | # -# | | # -# | Settings that allow admins to customize the way LuckPerms operates. | # -# | | # -# +----------------------------------------------------------------------------------------------+ # - -# Controls how temporary permissions/parents/meta should be accumulated. -# -# - The default behaviour is "deny". -# - This behaviour can also be specified when the command is executed. See the command usage -# documentation for more info. -# -# - Possible options: -# => accumulate durations will be added to the existing expiry time -# => replace durations will be replaced if the new duration is later than the current -# expiration -# => deny the command will just fail if you try to add another node with the same expiry -temporary-add-behaviour: deny - -# Controls how LuckPerms will determine a users "primary" group. -# -# - The meaning and influence of "primary groups" are explained in detail on the wiki. -# - The preferred approach is to let LuckPerms automatically determine a users primary group -# based on the relative weight of their parent groups. -# -# - Possible options: -# => stored use the value stored against the users record in the file/database -# => parents-by-weight just use the users most highly weighted parent -# => all-parents-by-weight same as above, but calculates based upon all parents inherited from -# both directly and indirectly -primary-group-calculation: parents-by-weight - -# If the plugin should check for "extra" permissions with users run LP commands. -# -# - These extra permissions allow finer control over what users can do with each command, and who -# they have access to edit. -# - The nature of the checks are documented on the wiki under "Argument based command permissions". -# - Argument based permissions are *not* static, unlike the 'base' permissions, and will depend upon -# the arguments given within the command. -argument-based-command-permissions: false - -# If the plugin should check whether senders are a member of a given group before they're able to -# edit the groups data or add/remove other users to/from it. -# Note: these limitations do not apply to the web editor! -require-sender-group-membership-to-modify: false - -# If the plugin should send log notifications to users whenever permissions are modified. -# -# - Notifications are only sent to those with the appropriate permission to receive them -# - They can also be temporarily enabled/disabled on a per-user basis using -# '/lp log notify ' -log-notify: true - -# Defines a list of log entries which should not be sent as notifications to users. -# -# - Each entry in the list is a RegEx expression which is matched against the log entry description. -log-notify-filtered-descriptions: -# - "parent add example" - -# If LuckPerms should automatically install translation bundles and periodically update them. -auto-install-translations: true - -# Defines the options for prefix and suffix stacking. -# -# - The feature allows you to display multiple prefixes or suffixes alongside a players username in -# chat. -# - It is explained and documented in more detail on the wiki under "Prefix & Suffix Stacking". -# -# - The options are divided into separate sections for prefixes and suffixes. -# - The 'duplicates' setting refers to how duplicate elements are handled. Can be 'retain-all', -# 'first-only' or 'last-only'. -# - The value of 'start-spacer' is included at the start of the resultant prefix/suffix. -# - The value of 'end-spacer' is included at the end of the resultant prefix/suffix. -# - The value of 'middle-spacer' is included between each element in the resultant prefix/suffix. -# -# - Possible format options: -# => highest Selects the value with the highest weight, from all values -# held by or inherited by the player. -# -# => lowest Same as above, except takes the one with the lowest weight. -# -# => highest_own Selects the value with the highest weight, but will not -# accept any inherited values. -# -# => lowest_own Same as above, except takes the value with the lowest weight. -# -# => highest_inherited Selects the value with the highest weight, but will only -# accept inherited values. -# -# => lowest_inherited Same as above, except takes the value with the lowest weight. -# -# => highest_on_track_ Selects the value with the highest weight, but only if the -# value was inherited from a group on the given track. -# -# => lowest_on_track_ Same as above, except takes the value with the lowest weight. -# -# => highest_not_on_track_ Selects the value with the highest weight, but only if the -# value was inherited from a group not on the given track. -# -# => lowest_not_on_track_ Same as above, except takes the value with the lowest weight. -# -# => highest_from_group_ Selects the value with the highest weight, but only if the -# value was inherited from the given group. -# -# => lowest_from_group_ Same as above, except takes the value with the lowest weight. -# -# => highest_not_from_group_ Selects the value with the highest weight, but only if the -# value was not inherited from the given group. -# -# => lowest_not_from_group_ Same as above, except takes the value with the lowest weight. -meta-formatting: - prefix: - format: - - "highest" - duplicates: first-only - start-spacer: "" - middle-spacer: " " - end-spacer: "" - suffix: - format: - - "highest" - duplicates: first-only - start-spacer: "" - middle-spacer: " " - end-spacer: "" - - - - -# +----------------------------------------------------------------------------------------------+ # -# | | # -# | PERMISSION CALCULATION AND INHERITANCE | # -# | | # -# | Modify the way permission checks, meta lookups and inheritance resolutions are handled. | # -# | | # -# +----------------------------------------------------------------------------------------------+ # - -# The algorithm LuckPerms should use when traversing the "inheritance tree". -# -# - Possible options: -# => breadth-first See: https://en.wikipedia.org/wiki/Breadth-first_search -# => depth-first-pre-order See: https://en.wikipedia.org/wiki/Depth-first_search -# => depth-first-post-order See: https://en.wikipedia.org/wiki/Depth-first_search -inheritance-traversal-algorithm: depth-first-pre-order - -# If a final sort according to "inheritance rules" should be performed after the traversal algorithm -# has resolved the inheritance tree. -# -# "Inheritance rules" refers to things such as group weightings, primary group status, and the -# natural contextual ordering of the group nodes. -# -# Setting this to 'true' will allow for the inheritance rules to take priority over the structure of -# the inheritance tree. -# -# Effectively when this setting is 'true': the tree is flattened, and rules applied afterwards, -# and when this setting is 'false':, the rules are just applied during each step of the traversal. -post-traversal-inheritance-sort: false - -# Defines the mode used to determine whether a set of contexts are satisfied. -# -# - Possible options: -# => at-least-one-value-per-key Set A will be satisfied by another set B, if at least one of the -# key-value entries per key in A are also in B. -# => all-values-per-key Set A will be satisfied by another set B, if all key-value -# entries in A are also in B. -context-satisfy-mode: at-least-one-value-per-key - -# LuckPerms has a number of built-in contexts. These can be disabled by adding the context key to -# the list below. -disabled-contexts: -# - "world" - -# +----------------------------------------------------------------------------------------------+ # -# | Permission resolution settings | # -# +----------------------------------------------------------------------------------------------+ # - -# If users on this server should have their global permissions applied. -# When set to false, only server specific permissions will apply for users on this server -include-global: true - -# If users on this server should have their global world permissions applied. -# When set to false, only world specific permissions will apply for users on this server -include-global-world: true - -# If users on this server should have global (non-server specific) groups applied -apply-global-groups: true - -# If users on this server should have global (non-world specific) groups applied -apply-global-world-groups: true - -# +----------------------------------------------------------------------------------------------+ # -# | Meta lookup settings | # -# +----------------------------------------------------------------------------------------------+ # - -# Defines how meta values should be selected. -# -# - Possible options: -# => inheritance Selects the meta value that was inherited first -# => highest-number Selects the highest numerical meta value -# => lowest-number Selects the lowest numerical meta value -meta-value-selection-default: inheritance - -# Defines how meta values should be selected per key. -meta-value-selection: -# max-homes: highest-number - -# +----------------------------------------------------------------------------------------------+ # -# | Inheritance settings | # -# +----------------------------------------------------------------------------------------------+ # - -# If the plugin should apply wildcard permissions. -# -# - If set to true, LuckPerms will detect wildcard permissions, and resolve & apply all registered -# permissions matching the wildcard. -apply-wildcards: true - -# If LuckPerms should resolve and apply permissions according to the Sponge style implicit wildcard -# inheritance system. -# -# - That being: If a user has been granted "example", then the player should have also be -# automatically granted "example.function", "example.another", "example.deeper.nesting", -# and so on. -apply-sponge-implicit-wildcards: false - -# If the plugin should apply negated Bukkit default permissions before it considers wildcard -# assignments. -# -# - Plugin authors can define permissions which explicitly should not be given automatically to OPs. -# This is usually used for so called "anti-permissions" - permissions which, when granted, apply -# something negative. -# - If this option is set to true, LuckPerms will consider any negated declarations made by -# plugins before it considers wildcards. (similar to the way the OP system works) -# - If this option is set to false, LuckPerms will consider any wildcard assignments first. -apply-default-negated-permissions-before-wildcards: false - -# If the plugin should parse regex permissions. -# -# - If set to true, LuckPerms will detect regex permissions, marked with "r=" at the start of the -# node, and resolve & apply all registered permissions matching the regex. -apply-regex: true - -# If the plugin should complete and apply shorthand permissions. -# -# - If set to true, LuckPerms will detect and expand shorthand node patterns. -apply-shorthand: true - -# If the plugin should apply Bukkit child permissions. -# -# - Plugin authors can define custom permissions structures for their plugin, which will be resolved -# and used by LuckPerms if this setting is enabled. -apply-bukkit-child-permissions: true - -# If the plugin should apply Bukkit default permissions. -# -# - Plugin authors can define permissions which should be given to all users by default, or setup -# permissions which should/shouldn't be given to opped players. -# - If this option is set to false, LuckPerms will ignore these defaults. -apply-bukkit-default-permissions: true - -# If the plugin should apply attachment permissions. -# -# - Other plugins on the server are able to add their own "permission attachments" to players. -# - This allows them to grant players additional permissions which last until the end of the -# session, or until they're removed. -# - If this option is set to false, LuckPerms will not include these attachment permissions when -# considering if a player should have access to a certain permission. -apply-bukkit-attachment-permissions: true - -# +----------------------------------------------------------------------------------------------+ # -# | Extra settings | # -# +----------------------------------------------------------------------------------------------+ # - -# Allows you to set "aliases" for the worlds sent forward for context calculation. -# -# - These aliases are provided in addition to the real world name. Applied recursively. -# - Remove the comment characters for the default aliases to apply. -world-rewrite: -# world_nether: world -# world_the_end: world - -# Define special group weights for this server. -# -# - Group weights can also be applied directly to group data, using the setweight command. -# - This section allows weights to be set on a per-server basis. -group-weight: -# admin: 10 - - - - -# +----------------------------------------------------------------------------------------------+ # -# | | # -# | FINE TUNING OPTIONS | # -# | | # -# | A number of more niche settings for tweaking and changing behaviour. The section also | # -# | contains toggles for some more specialised features. It is only necessary to make changes to | # -# | these options if you want to fine-tune LuckPerms behaviour. | # -# | | # -# +----------------------------------------------------------------------------------------------+ # - -# +----------------------------------------------------------------------------------------------+ # -# | Server Operator (OP) settings | # -# +----------------------------------------------------------------------------------------------+ # - -# Controls whether server operators should exist at all. -# -# - When set to 'false', all players will be de-opped, and the /op and /deop commands will be -# disabled. -enable-ops: true - -# Enables or disables a special permission based system in LuckPerms for controlling OP status. -# -# - If set to true, any user with the permission "luckperms.autoop" will automatically be granted -# server operator status. This permission can be inherited, or set on specific servers/worlds, -# temporarily, etc. -# - Additionally, setting this to true will force the "enable-ops" option above to false. All users -# will be de-opped unless they have the permission node, and the op/deop commands will be -# disabled. -# - It is recommended that you use this option instead of assigning a single '*' permission. -auto-op: false - -# Defines if "opped" players should be able to use all LuckPerms commands by default. -# -# - Set to false to only allow users who have the permissions access to the commands -commands-allow-op: true - -# +----------------------------------------------------------------------------------------------+ # -# | Vault integration settings | # -# +----------------------------------------------------------------------------------------------+ # - -# If Vault lookups for offline players on the main server thread should be enabled. -# -# LuckPerms has a "catch" for plugins attempting to perform unsafe offline player data lookups -# from the main server thread. This catch raises an exception (causes an error to occur) when unsafe -# lookups are made, instead of allowing the lookup to happen, which would likely cause the server -# to lag. -# -# However, if you're willing to accept the consequences, the catch can be disabled by setting this -# option to 'true. -vault-unsafe-lookups: false - -# If LuckPerms should use the 'display name' of a group when returning groups in Vault API calls. -# -# - When this option is set to true, the display name of the group is returned. -# - When this option is set to false, the standard name/id of the group is returned. -vault-group-use-displaynames: true - -# Controls which group LuckPerms should use for NPC players when handling Vault requests. -# -# - As NPCs aren't actually real players, LuckPerms does not load any user data for them. This -# becomes an issue when plugins want to check for their permissions using Vault. -# - As a solution, Vault checks for NPCs fallback to a group, which is defined below. -vault-npc-group: default - -# Controls how LuckPerms should consider the OP status of NPC players when handing Vault requests. -# -# - If you want NPCs to have the same permissions as "normal" players, set this option to false. -# - If you want NPCs to have OP status, set this option to true. -vault-npc-op-status: false - -# If the vault-server option below should be used. -# -# - When this option is set to false, the server value defined above under "server" is used. -use-vault-server: false - -# The name of the server used within Vault operations. -# -# - If you don't want Vault operations to be server specific, set this to "global". -# - Will only take effect if use-vault-server is set to true above. -vault-server: global - -# If global permissions should be considered when retrieving meta or player groups -vault-include-global: true - -# If Vault operations should ignore any world arguments if supplied. -vault-ignore-world: false - -# +----------------------------------------------------------------------------------------------+ # -# | Miscellaneous (and rarely used) settings | # -# +----------------------------------------------------------------------------------------------+ # - -# If LuckPerms should produce extra logging output when it handles logins. -# -# - Useful if you're having issues with UUID forwarding or data not being loaded. -debug-logins: false - -# If LuckPerms should allow usernames with non alphanumeric characters. -# -# - Note that due to the design of the storage implementation, usernames must still be 16 characters -# or less. -allow-invalid-usernames: false - -# If LuckPerms should not require users to confirm bulkupdate operations. -# -# - When set to true, operations will be executed immediately. -# - This is not recommended, as bulkupdate has the potential to irreversibly delete large amounts of -# data, and is not designed to be executed automatically. -# - If automation is needed, users should prefer using the LuckPerms API. -skip-bulkupdate-confirmation: false - -# If LuckPerms should allow a users primary group to be removed with the 'parent remove' command. -# -# - When this happens, the plugin will set their primary group back to default. -prevent-primary-group-removal: false - -# If LuckPerms should update the list of commands sent to the client when permissions are changed. -update-client-command-list: true - -# If LuckPerms should attempt to register "Brigadier" command list data for its commands. -register-command-list-data: true - -# If LuckPerms should attempt to resolve Vanilla command target selectors for LP commands. -# See here for more info: https://minecraft.gamepedia.com/Commands#Target_selectors -resolve-command-selectors: false +#################################################################################################### +# +----------------------------------------------------------------------------------------------+ # +# | __ __ ___ __ __ | # +# | | | | / ` |__/ |__) |__ |__) |\/| /__` | # +# | |___ \__/ \__, | \ | |___ | \ | | .__/ | # +# | | # +# | https://luckperms.net | # +# | | # +# | WIKI: https://luckperms.net/wiki | # +# | DISCORD: https://discord.gg/luckperms | # +# | BUG REPORTS: https://github.com/lucko/LuckPerms/issues | # +# | | # +# | Each option in this file is documented and explained here: | # +# | ==> https://luckperms.net/wiki/Configuration | # +# | | # +# | New options are not added to this file automatically. Default values are used if an | # +# | option cannot be found. The latest config versions can be obtained at the link above. | # +# +----------------------------------------------------------------------------------------------+ # +#################################################################################################### + +# +----------------------------------------------------------------------------------------------+ # +# | | # +# | ESSENTIAL SETTINGS | # +# | | # +# | Important settings that control how LuckPerms functions. | # +# | | # +# +----------------------------------------------------------------------------------------------+ # + +# The name of the server, used for server specific permissions. +# +# - When set to "global" this setting is effectively ignored. +# - In all other cases, the value here is added to all players in a "server" context. +# - See: https://luckperms.net/wiki/Context +server: global + +# If the servers own UUID cache/lookup facility should be used when there is no record for a player +# already in LuckPerms. +# +# - When this is set to 'false', commands using a player's username will not work unless the player +# has joined since LuckPerms was first installed. +# - To get around this, you can use a player's uuid directly in the command, or enable this option. +# - When this is set to 'true', the server facility is used. This may use a number of methods, +# including checking the servers local cache, or making a request to the Mojang API. +use-server-uuid-cache: false + + + + +# +----------------------------------------------------------------------------------------------+ # +# | | # +# | STORAGE SETTINGS | # +# | | # +# | Controls which storage method LuckPerms will use to store data. | # +# | | # +# +----------------------------------------------------------------------------------------------+ # + +# How the plugin should store data +# +# - The various options are explained in more detail on the wiki: +# https://luckperms.net/wiki/Storage-types +# +# - Possible options: +# +# | Remote databases - require connection information to be configured below +# |=> MySQL +# |=> MariaDB (preferred over MySQL) +# |=> PostgreSQL +# |=> MongoDB +# +# | Flatfile/local database - don't require any extra configuration +# |=> H2 (preferred over SQLite) +# |=> SQLite +# +# | Readable & editable text files - don't require any extra configuration +# |=> YAML (.yml files) +# |=> JSON (.json files) +# |=> HOCON (.conf files) +# |=> TOML (.toml files) +# | +# | By default, user, group and track data is separated into different files. Data can be combined +# | and all stored in the same file by switching to a combined storage variant. +# | Just add '-combined' to the end of the storage-method, e.g. 'yaml-combined' +# +# - A H2 database is the default option. +# - If you want to edit data manually in "traditional" storage files, we suggest using YAML. +storage-method: h2 + +# The following block defines the settings for remote database storage methods. +# +# - You don't need to touch any of the settings here if you're using a local storage method! +# - The connection detail options are shared between all remote storage types. +data: + + # Define the address and port for the database. + # - The standard DB engine port is used by default + # (MySQL: 3306, PostgreSQL: 5432, MongoDB: 27017) + # - Specify as "host:port" if differs + address: localhost + + # The name of the database to store LuckPerms data in. + # - This must be created already. Don't worry about this setting if you're using MongoDB. + database: minecraft + + # Credentials for the database. + username: root + password: '' + + # These settings apply to the MySQL connection pool. + # - The default values will be suitable for the majority of users. + # - Do not change these settings unless you know what you're doing! + pool-settings: + + # Sets the maximum size of the MySQL connection pool. + # - Basically this value will determine the maximum number of actual + # connections to the database backend. + # - More information about determining the size of connection pools can be found here: + # https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing + maximum-pool-size: 10 + + # Sets the minimum number of idle connections that the pool will try to maintain. + # - For maximum performance and responsiveness to spike demands, it is recommended to not set + # this value and instead allow the pool to act as a fixed size connection pool. + # (set this value to the same as 'maximum-pool-size') + minimum-idle: 10 + + # This setting controls the maximum lifetime of a connection in the pool in milliseconds. + # - The value should be at least 30 seconds less than any database or infrastructure imposed + # connection time limit. + maximum-lifetime: 1800000 # 30 minutes + + # This setting controls how frequently the pool will 'ping' a connection in order to prevent it + # from being timed out by the database or network infrastructure, measured in milliseconds. + # - The value should be less than maximum-lifetime and greater than 30000 (30 seconds). + # - Setting the value to zero will disable the keepalive functionality. + keepalive-time: 0 + + # This setting controls the maximum number of milliseconds that the plugin will wait for a + # connection from the pool, before timing out. + connection-timeout: 5000 # 5 seconds + + # This setting allows you to define extra properties for connections. + # + # By default, the following options are set to enable utf8 encoding. (you may need to remove + # these if you are using PostgreSQL) + # useUnicode: true + # characterEncoding: utf8 + # + # You can also use this section to disable SSL connections, by uncommenting the 'useSSL' and + # 'verifyServerCertificate' options below. + properties: + useUnicode: true + characterEncoding: utf8 + #useSSL: false + #verifyServerCertificate: false + + # The prefix for all LuckPerms SQL tables. + # - Change this if you want to use different tables for different servers. + table-prefix: 'luckperms_' + + # The prefix to use for all LuckPerms collections. Change this if you want to use different + # collections for different servers. The default is no prefix. + mongodb-collection-prefix: '' + + # MongoDB ClientConnectionURI for use with replica sets and custom connection options + # - See https://docs.mongodb.com/manual/reference/connection-string/ + mongodb-connection-uri: '' + +# Define settings for a "split" storage setup. +# +# - This allows you to define a storage method for each type of data. +# - The connection options above still have to be correct for each type here. +split-storage: + # Don't touch this if you don't want to use split storage! + enabled: false + methods: + # These options don't need to be modified if split storage isn't enabled. + user: h2 + group: h2 + track: h2 + uuid: h2 + log: h2 + + + + +# +----------------------------------------------------------------------------------------------+ # +# | | # +# | UPDATE PROPAGATION & MESSAGING SERVICE | # +# | | # +# | Controls the ways in which LuckPerms will sync data & notify other servers of changes. | # +# | These options are documented on greater detail on the wiki under "Instant Updates". | # +# | | # +# +----------------------------------------------------------------------------------------------+ # + +# This option controls how frequently LuckPerms will perform a sync task. +# +# - A sync task will refresh all data from the storage, and ensure that the most up-to-date data is +# being used by the plugin. +# - This is disabled by default, as most users will not need it. However, if you're using a remote +# storage type without a messaging service setup, you may wish to set this to something like 3. +# - Set to -1 to disable the task completely. +sync-minutes: -1 + +# If the file watcher should be enabled. +# +# - When using a file-based storage type, LuckPerms can monitor the data files for changes, and +# automatically update when changes are detected. +# - If you don't want this feature to be active, set this option to false. +watch-files: true + +# Define which messaging service should be used by the plugin. +# +# - If enabled and configured, LuckPerms will use the messaging service to inform other connected +# servers of changes. +# - Use the command "/lp networksync" to manually push changes. +# - Data is NOT stored using this service. It is only used as a messaging platform. +# +# - If you decide to enable this feature, you should set "sync-minutes" to -1, as there is no need +# for LuckPerms to poll the database for changes. +# +# - Possible options: +# => sql Uses the SQL database to form a queue system for communication. Will only work when +# 'storage-method' is set to MySQL or MariaDB. This is chosen by default if the +# option is set to 'auto' and SQL storage is in use. Set to 'notsql' to disable this. +# => pluginmsg Uses the plugin messaging channels to communicate with the proxy. +# LuckPerms must be installed on your proxy & all connected servers backend servers. +# Won't work if you have more than one proxy. +# => lilypad Uses LilyPad pub-sub to push changes. You need to have the LilyPad-Connect plugin +# installed. +# => redis Uses Redis pub-sub to push changes. Your server connection info must be configured +# below. +# => rabbitmq Uses RabbitMQ pub-sub to push changes. Your server connection info must be +# configured below. +# => auto Attempts to automatically setup a messaging service using redis or sql. +messaging-service: auto + +# If LuckPerms should automatically push updates after a change has been made with a command. +auto-push-updates: true + +# If LuckPerms should push logging entries to connected servers via the messaging service. +push-log-entries: true + +# If LuckPerms should broadcast received logging entries to players on this platform. +# +# - If you have LuckPerms installed on your backend servers as well as a BungeeCord proxy, you +# should set this option to false on either your backends or your proxies, to avoid players being +# messaged twice about log entries. +broadcast-received-log-entries: true + +# Settings for Redis. +# Port 6379 is used by default; set address to "host:port" if differs +redis: + enabled: false + address: localhost + password: '' + +# Settings for RabbitMQ. +# Port 5672 is used by default; set address to "host:port" if differs +rabbitmq: + enabled: false + address: localhost + vhost: '/' + username: 'guest' + password: 'guest' + + + + +# +----------------------------------------------------------------------------------------------+ # +# | | # +# | CUSTOMIZATION SETTINGS | # +# | | # +# | Settings that allow admins to customize the way LuckPerms operates. | # +# | | # +# +----------------------------------------------------------------------------------------------+ # + +# Controls how temporary permissions/parents/meta should be accumulated. +# +# - The default behaviour is "deny". +# - This behaviour can also be specified when the command is executed. See the command usage +# documentation for more info. +# +# - Possible options: +# => accumulate durations will be added to the existing expiry time +# => replace durations will be replaced if the new duration is later than the current +# expiration +# => deny the command will just fail if you try to add another node with the same expiry +temporary-add-behaviour: deny + +# Controls how LuckPerms will determine a users "primary" group. +# +# - The meaning and influence of "primary groups" are explained in detail on the wiki. +# - The preferred approach is to let LuckPerms automatically determine a users primary group +# based on the relative weight of their parent groups. +# +# - Possible options: +# => stored use the value stored against the users record in the file/database +# => parents-by-weight just use the users most highly weighted parent +# => all-parents-by-weight same as above, but calculates based upon all parents inherited from +# both directly and indirectly +primary-group-calculation: parents-by-weight + +# If the plugin should check for "extra" permissions with users run LP commands. +# +# - These extra permissions allow finer control over what users can do with each command, and who +# they have access to edit. +# - The nature of the checks are documented on the wiki under "Argument based command permissions". +# - Argument based permissions are *not* static, unlike the 'base' permissions, and will depend upon +# the arguments given within the command. +argument-based-command-permissions: false + +# If the plugin should check whether senders are a member of a given group before they're able to +# edit the groups data or add/remove other users to/from it. +# Note: these limitations do not apply to the web editor! +require-sender-group-membership-to-modify: false + +# If the plugin should send log notifications to users whenever permissions are modified. +# +# - Notifications are only sent to those with the appropriate permission to receive them +# - They can also be temporarily enabled/disabled on a per-user basis using +# '/lp log notify ' +log-notify: true + +# Defines a list of log entries which should not be sent as notifications to users. +# +# - Each entry in the list is a RegEx expression which is matched against the log entry description. +log-notify-filtered-descriptions: +# - "parent add example" + +# If LuckPerms should automatically install translation bundles and periodically update them. +auto-install-translations: true + +# Defines the options for prefix and suffix stacking. +# +# - The feature allows you to display multiple prefixes or suffixes alongside a players username in +# chat. +# - It is explained and documented in more detail on the wiki under "Prefix & Suffix Stacking". +# +# - The options are divided into separate sections for prefixes and suffixes. +# - The 'duplicates' setting refers to how duplicate elements are handled. Can be 'retain-all', +# 'first-only' or 'last-only'. +# - The value of 'start-spacer' is included at the start of the resultant prefix/suffix. +# - The value of 'end-spacer' is included at the end of the resultant prefix/suffix. +# - The value of 'middle-spacer' is included between each element in the resultant prefix/suffix. +# +# - Possible format options: +# => highest Selects the value with the highest weight, from all values +# held by or inherited by the player. +# +# => lowest Same as above, except takes the one with the lowest weight. +# +# => highest_own Selects the value with the highest weight, but will not +# accept any inherited values. +# +# => lowest_own Same as above, except takes the value with the lowest weight. +# +# => highest_inherited Selects the value with the highest weight, but will only +# accept inherited values. +# +# => lowest_inherited Same as above, except takes the value with the lowest weight. +# +# => highest_on_track_ Selects the value with the highest weight, but only if the +# value was inherited from a group on the given track. +# +# => lowest_on_track_ Same as above, except takes the value with the lowest weight. +# +# => highest_not_on_track_ Selects the value with the highest weight, but only if the +# value was inherited from a group not on the given track. +# +# => lowest_not_on_track_ Same as above, except takes the value with the lowest weight. +# +# => highest_from_group_ Selects the value with the highest weight, but only if the +# value was inherited from the given group. +# +# => lowest_from_group_ Same as above, except takes the value with the lowest weight. +# +# => highest_not_from_group_ Selects the value with the highest weight, but only if the +# value was not inherited from the given group. +# +# => lowest_not_from_group_ Same as above, except takes the value with the lowest weight. +meta-formatting: + prefix: + format: + - "highest" + duplicates: first-only + start-spacer: "" + middle-spacer: " " + end-spacer: "" + suffix: + format: + - "highest" + duplicates: first-only + start-spacer: "" + middle-spacer: " " + end-spacer: "" + + + + +# +----------------------------------------------------------------------------------------------+ # +# | | # +# | PERMISSION CALCULATION AND INHERITANCE | # +# | | # +# | Modify the way permission checks, meta lookups and inheritance resolutions are handled. | # +# | | # +# +----------------------------------------------------------------------------------------------+ # + +# The algorithm LuckPerms should use when traversing the "inheritance tree". +# +# - Possible options: +# => breadth-first See: https://en.wikipedia.org/wiki/Breadth-first_search +# => depth-first-pre-order See: https://en.wikipedia.org/wiki/Depth-first_search +# => depth-first-post-order See: https://en.wikipedia.org/wiki/Depth-first_search +inheritance-traversal-algorithm: depth-first-pre-order + +# If a final sort according to "inheritance rules" should be performed after the traversal algorithm +# has resolved the inheritance tree. +# +# "Inheritance rules" refers to things such as group weightings, primary group status, and the +# natural contextual ordering of the group nodes. +# +# Setting this to 'true' will allow for the inheritance rules to take priority over the structure of +# the inheritance tree. +# +# Effectively when this setting is 'true': the tree is flattened, and rules applied afterwards, +# and when this setting is 'false':, the rules are just applied during each step of the traversal. +post-traversal-inheritance-sort: false + +# Defines the mode used to determine whether a set of contexts are satisfied. +# +# - Possible options: +# => at-least-one-value-per-key Set A will be satisfied by another set B, if at least one of the +# key-value entries per key in A are also in B. +# => all-values-per-key Set A will be satisfied by another set B, if all key-value +# entries in A are also in B. +context-satisfy-mode: at-least-one-value-per-key + +# LuckPerms has a number of built-in contexts. These can be disabled by adding the context key to +# the list below. +disabled-contexts: +# - "world" + +# +----------------------------------------------------------------------------------------------+ # +# | Permission resolution settings | # +# +----------------------------------------------------------------------------------------------+ # + +# If users on this server should have their global permissions applied. +# When set to false, only server specific permissions will apply for users on this server +include-global: true + +# If users on this server should have their global world permissions applied. +# When set to false, only world specific permissions will apply for users on this server +include-global-world: true + +# If users on this server should have global (non-server specific) groups applied +apply-global-groups: true + +# If users on this server should have global (non-world specific) groups applied +apply-global-world-groups: true + +# +----------------------------------------------------------------------------------------------+ # +# | Meta lookup settings | # +# +----------------------------------------------------------------------------------------------+ # + +# Defines how meta values should be selected. +# +# - Possible options: +# => inheritance Selects the meta value that was inherited first +# => highest-number Selects the highest numerical meta value +# => lowest-number Selects the lowest numerical meta value +meta-value-selection-default: inheritance + +# Defines how meta values should be selected per key. +meta-value-selection: +# max-homes: highest-number + +# +----------------------------------------------------------------------------------------------+ # +# | Inheritance settings | # +# +----------------------------------------------------------------------------------------------+ # + +# If the plugin should apply wildcard permissions. +# +# - If set to true, LuckPerms will detect wildcard permissions, and resolve & apply all registered +# permissions matching the wildcard. +apply-wildcards: true + +# If LuckPerms should resolve and apply permissions according to the Sponge style implicit wildcard +# inheritance system. +# +# - That being: If a user has been granted "example", then the player should have also be +# automatically granted "example.function", "example.another", "example.deeper.nesting", +# and so on. +apply-sponge-implicit-wildcards: false + +# If the plugin should apply negated Bukkit default permissions before it considers wildcard +# assignments. +# +# - Plugin authors can define permissions which explicitly should not be given automatically to OPs. +# This is usually used for so called "anti-permissions" - permissions which, when granted, apply +# something negative. +# - If this option is set to true, LuckPerms will consider any negated declarations made by +# plugins before it considers wildcards. (similar to the way the OP system works) +# - If this option is set to false, LuckPerms will consider any wildcard assignments first. +apply-default-negated-permissions-before-wildcards: false + +# If the plugin should parse regex permissions. +# +# - If set to true, LuckPerms will detect regex permissions, marked with "r=" at the start of the +# node, and resolve & apply all registered permissions matching the regex. +apply-regex: true + +# If the plugin should complete and apply shorthand permissions. +# +# - If set to true, LuckPerms will detect and expand shorthand node patterns. +apply-shorthand: true + +# If the plugin should apply Bukkit child permissions. +# +# - Plugin authors can define custom permissions structures for their plugin, which will be resolved +# and used by LuckPerms if this setting is enabled. +apply-bukkit-child-permissions: true + +# If the plugin should apply Bukkit default permissions. +# +# - Plugin authors can define permissions which should be given to all users by default, or setup +# permissions which should/shouldn't be given to opped players. +# - If this option is set to false, LuckPerms will ignore these defaults. +apply-bukkit-default-permissions: true + +# If the plugin should apply attachment permissions. +# +# - Other plugins on the server are able to add their own "permission attachments" to players. +# - This allows them to grant players additional permissions which last until the end of the +# session, or until they're removed. +# - If this option is set to false, LuckPerms will not include these attachment permissions when +# considering if a player should have access to a certain permission. +apply-bukkit-attachment-permissions: true + +# +----------------------------------------------------------------------------------------------+ # +# | Extra settings | # +# +----------------------------------------------------------------------------------------------+ # + +# Allows you to set "aliases" for the worlds sent forward for context calculation. +# +# - These aliases are provided in addition to the real world name. Applied recursively. +# - Remove the comment characters for the default aliases to apply. +world-rewrite: +# world_nether: world +# world_the_end: world + +# Define special group weights for this server. +# +# - Group weights can also be applied directly to group data, using the setweight command. +# - This section allows weights to be set on a per-server basis. +group-weight: +# admin: 10 + + + + +# +----------------------------------------------------------------------------------------------+ # +# | | # +# | FINE TUNING OPTIONS | # +# | | # +# | A number of more niche settings for tweaking and changing behaviour. The section also | # +# | contains toggles for some more specialised features. It is only necessary to make changes to | # +# | these options if you want to fine-tune LuckPerms behaviour. | # +# | | # +# +----------------------------------------------------------------------------------------------+ # + +# +----------------------------------------------------------------------------------------------+ # +# | Server Operator (OP) settings | # +# +----------------------------------------------------------------------------------------------+ # + +# Controls whether server operators should exist at all. +# +# - When set to 'false', all players will be de-opped, and the /op and /deop commands will be +# disabled. +enable-ops: true + +# Enables or disables a special permission based system in LuckPerms for controlling OP status. +# +# - If set to true, any user with the permission "luckperms.autoop" will automatically be granted +# server operator status. This permission can be inherited, or set on specific servers/worlds, +# temporarily, etc. +# - Additionally, setting this to true will force the "enable-ops" option above to false. All users +# will be de-opped unless they have the permission node, and the op/deop commands will be +# disabled. +# - It is recommended that you use this option instead of assigning a single '*' permission. +auto-op: false + +# Defines if "opped" players should be able to use all LuckPerms commands by default. +# +# - Set to false to only allow users who have the permissions access to the commands +commands-allow-op: true + +# +----------------------------------------------------------------------------------------------+ # +# | Vault integration settings | # +# +----------------------------------------------------------------------------------------------+ # + +# If Vault lookups for offline players on the main server thread should be enabled. +# +# LuckPerms has a "catch" for plugins attempting to perform unsafe offline player data lookups +# from the main server thread. This catch raises an exception (causes an error to occur) when unsafe +# lookups are made, instead of allowing the lookup to happen, which would likely cause the server +# to lag. +# +# However, if you're willing to accept the consequences, the catch can be disabled by setting this +# option to 'true. +vault-unsafe-lookups: false + +# If LuckPerms should use the 'display name' of a group when returning groups in Vault API calls. +# +# - When this option is set to true, the display name of the group is returned. +# - When this option is set to false, the standard name/id of the group is returned. +vault-group-use-displaynames: true + +# Controls which group LuckPerms should use for NPC players when handling Vault requests. +# +# - As NPCs aren't actually real players, LuckPerms does not load any user data for them. This +# becomes an issue when plugins want to check for their permissions using Vault. +# - As a solution, Vault checks for NPCs fallback to a group, which is defined below. +vault-npc-group: default + +# Controls how LuckPerms should consider the OP status of NPC players when handing Vault requests. +# +# - If you want NPCs to have the same permissions as "normal" players, set this option to false. +# - If you want NPCs to have OP status, set this option to true. +vault-npc-op-status: false + +# If the vault-server option below should be used. +# +# - When this option is set to false, the server value defined above under "server" is used. +use-vault-server: false + +# The name of the server used within Vault operations. +# +# - If you don't want Vault operations to be server specific, set this to "global". +# - Will only take effect if use-vault-server is set to true above. +vault-server: global + +# If global permissions should be considered when retrieving meta or player groups +vault-include-global: true + +# If Vault operations should ignore any world arguments if supplied. +vault-ignore-world: false + +# +----------------------------------------------------------------------------------------------+ # +# | Miscellaneous (and rarely used) settings | # +# +----------------------------------------------------------------------------------------------+ # + +# If LuckPerms should produce extra logging output when it handles logins. +# +# - Useful if you're having issues with UUID forwarding or data not being loaded. +debug-logins: false + +# If LuckPerms should allow usernames with non alphanumeric characters. +# +# - Note that due to the design of the storage implementation, usernames must still be 16 characters +# or less. +allow-invalid-usernames: false + +# If LuckPerms should not require users to confirm bulkupdate operations. +# +# - When set to true, operations will be executed immediately. +# - This is not recommended, as bulkupdate has the potential to irreversibly delete large amounts of +# data, and is not designed to be executed automatically. +# - If automation is needed, users should prefer using the LuckPerms API. +skip-bulkupdate-confirmation: false + +# If LuckPerms should allow a users primary group to be removed with the 'parent remove' command. +# +# - When this happens, the plugin will set their primary group back to default. +prevent-primary-group-removal: false + +# If LuckPerms should update the list of commands sent to the client when permissions are changed. +update-client-command-list: true + +# If LuckPerms should attempt to register "Brigadier" command list data for its commands. +register-command-list-data: true + +# If LuckPerms should attempt to resolve Vanilla command target selectors for LP commands. +# See here for more info: https://minecraft.gamepedia.com/Commands#Target_selectors +resolve-command-selectors: false diff --git a/plugins/LuckPerms/contexts.json b/plugins/LuckPerms/contexts.json index b8d7b61..82a65fa 100644 --- a/plugins/LuckPerms/contexts.json +++ b/plugins/LuckPerms/contexts.json @@ -1,4 +1,4 @@ -{ - "static-contexts": {}, - "default-contexts": {} +{ + "static-contexts": {}, + "default-contexts": {} } \ No newline at end of file diff --git a/plugins/LuckPerms/editor-keystore.json b/plugins/LuckPerms/editor-keystore.json new file mode 100644 index 0000000..459253a --- /dev/null +++ b/plugins/LuckPerms/editor-keystore.json @@ -0,0 +1,6 @@ +{ + "_comment": "This file stores a list of trusted editor public keys", + "consoleKeys": [ + "WNBWEhErayG12EExrVl1RmyHOSc=" + ] +} \ No newline at end of file diff --git a/plugins/LuckPerms/libs/adventure-4.11.0-remapped.jar b/plugins/LuckPerms/libs/adventure-4.11.0-remapped.jar new file mode 100644 index 0000000..634a499 Binary files /dev/null and b/plugins/LuckPerms/libs/adventure-4.11.0-remapped.jar differ diff --git a/plugins/LuckPerms/libs/adventure-4.11.0.jar b/plugins/LuckPerms/libs/adventure-4.11.0.jar new file mode 100644 index 0000000..ba6c741 Binary files /dev/null and b/plugins/LuckPerms/libs/adventure-4.11.0.jar differ diff --git a/plugins/LuckPerms/libs/adventure-platform-4.11.1-remapped.jar b/plugins/LuckPerms/libs/adventure-platform-4.11.1-remapped.jar new file mode 100644 index 0000000..9161bd3 Binary files /dev/null and b/plugins/LuckPerms/libs/adventure-platform-4.11.1-remapped.jar differ diff --git a/plugins/LuckPerms/libs/adventure-platform-4.11.1.jar b/plugins/LuckPerms/libs/adventure-platform-4.11.1.jar new file mode 100644 index 0000000..f583d64 Binary files /dev/null and b/plugins/LuckPerms/libs/adventure-platform-4.11.1.jar differ diff --git a/plugins/LuckPerms/libs/adventure-platform-bukkit-4.11.1-remapped.jar b/plugins/LuckPerms/libs/adventure-platform-bukkit-4.11.1-remapped.jar new file mode 100644 index 0000000..f2c4551 Binary files /dev/null and b/plugins/LuckPerms/libs/adventure-platform-bukkit-4.11.1-remapped.jar differ diff --git a/plugins/LuckPerms/libs/adventure-platform-bukkit-4.11.1.jar b/plugins/LuckPerms/libs/adventure-platform-bukkit-4.11.1.jar new file mode 100644 index 0000000..5dbf2f0 Binary files /dev/null and b/plugins/LuckPerms/libs/adventure-platform-bukkit-4.11.1.jar differ diff --git a/plugins/LuckPerms/libs/commodore-1.13-remapped.jar b/plugins/LuckPerms/libs/commodore-1.13-remapped.jar new file mode 100644 index 0000000..da7ec2b Binary files /dev/null and b/plugins/LuckPerms/libs/commodore-1.13-remapped.jar differ diff --git a/plugins/LuckPerms/libs/commodore-1.13.jar b/plugins/LuckPerms/libs/commodore-1.13.jar new file mode 100644 index 0000000..dab25fd Binary files /dev/null and b/plugins/LuckPerms/libs/commodore-1.13.jar differ diff --git a/plugins/LuckPerms/libs/commodore-2.0-remapped.jar b/plugins/LuckPerms/libs/commodore-2.0-remapped.jar new file mode 100644 index 0000000..17341cb Binary files /dev/null and b/plugins/LuckPerms/libs/commodore-2.0-remapped.jar differ diff --git a/plugins/LuckPerms/libs/commodore-2.0.jar b/plugins/LuckPerms/libs/commodore-2.0.jar new file mode 100644 index 0000000..c12f938 Binary files /dev/null and b/plugins/LuckPerms/libs/commodore-2.0.jar differ diff --git a/plugins/LuckPerms/luckperms-h2.mv.db b/plugins/LuckPerms/luckperms-h2.mv.db index 0432d3a..48be906 100644 Binary files a/plugins/LuckPerms/luckperms-h2.mv.db and b/plugins/LuckPerms/luckperms-h2.mv.db differ diff --git a/plugins/LuckPerms/translations/repository/ar_SA.properties b/plugins/LuckPerms/translations/repository/ar_SA.properties new file mode 100644 index 0000000..c1e5fea --- /dev/null +++ b/plugins/LuckPerms/translations/repository/ar_SA.properties @@ -0,0 +1,630 @@ +luckperms.logs.actionlog-prefix=иГиЌй„ +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=иЊиЕиЏйŠиБ +luckperms.commandsystem.available-commands=иЇиГиЊиЎиЏй… {0} й„иЙиБиЖ иЇй„иЃйˆиЇй…иБ иЇй„й…иЊиЇи­иЉ +luckperms.commandsystem.command-not-recognised=й„й… йŠиЊй… иЇй„иЊиЙиБй иЙй„й‰ иЇй„иЃй…иБ +luckperms.commandsystem.no-permission=й„йŠиГ й„иЏйŠйƒ иЇй„иЅиАй† й„иЇиГиЊиЎиЏиЇй… й‡иАиЇ иЇй„иЃй…иБ\! +luckperms.commandsystem.no-permission-subcommands=й„йŠиГ й„иЏйŠйƒ иЇй„иЅиАй† й„иЇиГиЊиЎиЏиЇй… иЃйŠ иЃйˆиЇй…иБ йиБиЙйŠиЉ +luckperms.commandsystem.already-executing-command=йŠиЌиБйŠ иЊй†ййŠиА иЃй…иБ иЂиЎиБиŒ ййŠ иЇй†иЊиИиЇиБ иЅй†й‡иЇиІй‡... +luckperms.commandsystem.usage.sub-commands-header=иЃйˆиЇй…иБ йиБиЙйŠиЉ +luckperms.commandsystem.usage.usage-header=иЅиГиЊиЎиЏиЇй… иЇй„иЃй…иБ +luckperms.commandsystem.usage.arguments-header=иЇй„йˆиГиЇиІиЗ +luckperms.first-time.no-permissions-setup=йŠиЈиЏйˆ иЃй†й‡ й„й… йŠиЊй… иЅиЙиЏиЇиЏ иЃйŠ иЃиАйˆй†иЇиЊ иЈиЙиЏ\! +luckperms.first-time.use-console-to-give-access=й‚иЈй„ иЇй† иЊиЊй…йƒй† й…й† иЅиГиЊиЙй…иЇй„ иЃйŠ й…й† иЃйˆиЇй…иБ LuckPerms ййŠ иЇй„й„иЙиЈиЉ, иЊи­иЊиЇиЌ иЃй† иЊиГиЊиЎиЏй… й„йˆи­иЉ иЇй„иЊи­йƒй… й„й…й†и­ иЇй„иЕй„иЇи­йŠиЉ й„й†йиГйƒ +luckperms.first-time.console-command-prompt=иЇйиЊи­ й„йˆи­иЉ иЇй„иЊи­йƒй… иЎиЇиЕиЊйƒ йˆиДиКй„ +luckperms.first-time.next-step=иЈиЙиЏ иЃй† иЊй†иЊй‡й‰ й…й† й‡иАиЇ, йŠй…йƒй†йƒ иЃй† иЊиЈиЊиЏиЃ ййŠ иЊи­иЏйŠиЏ иЇй„иЕй„иЇи­йŠиЇиЊ йˆиЇй„й…иЌй…йˆиЙиЇиЊ иЇй„иЎиЇиЕиЉ иЈйƒ +luckperms.first-time.wiki-prompt=й„иЇ иЊиЙиБй й…й† иЃйŠй† иЊиЈиЏиЃиŸ иЊи­й‚й‚ й‡й†иЇ\: {0} +luckperms.login.try-again=иЇй„иБиЌиЇиЁ иЇй„й…и­иЇйˆй„иЉ й…иБиЉ иЃиЎиБй‰ й„иЇи­й‚иЇй‹ +luckperms.login.loading-database-error=и­иЏиЋ иЎиЗиЃ ййŠ й‚иЇиЙиЏиЉ иЇй„иЈйŠиЇй†иЇиЊ иЃиЋй†иЇиЁ иЊи­й…йŠй„ иЈйŠиЇй†иЇиЊ иЇй„иЕй„иЇи­йŠиЇиЊ +luckperms.login.server-admin-check-console-errors=иЅиАиЇ йƒй†иЊ й…иДиБйиЇй‹ иЙй„й‰ иЇй„иЎиЇиЏй…, йŠиБиЌй‰ иЇй„иАй‡иЇиЈ иЅй„й‰ й„йˆи­иЉ иЇй„иЊи­йƒй… й„й…иЙиБйиЉ иЃйŠ иЃиЎиЗиЇиЁ +luckperms.login.server-admin-check-console-info=йŠиБиЌй‰ иЇй„иЊи­й‚й‚ й…й† йˆи­иЏиЉ иЊи­йƒй… иЇй„иЎиЇиЏй… й„й„й…иВйŠиЏ й…й† иЇй„й…иЙй„йˆй…иЇиЊ +luckperms.login.data-not-loaded-at-pre=иЈйŠиЇй†иЇиЊ иЇй„иЕй„иЇи­йŠиЇиЊ й„й…иГиЊиЎиЏй…йƒ йиДй„ иЇй„и­иЕйˆй„ иЙй„йŠй‡иЇ иЃиЋй†иЇиЁ й…иБи­й„иЉ й…иЇ й‚иЈй„ иЏиЎйˆй„ иЇй„иГйŠиБйиБ +luckperms.login.unable-to-continue=йŠиЙиАиБ иЇй„иЅиГиЊй…иБиЇиБ +luckperms.login.craftbukkit-offline-mode-error=й…й† иЇй„й…и­иЊй…й„ иЃй†й‡ иЈиГиЈиЈ иЊиЙиЇиБиЖ иЈйŠй† CraftBukkit йˆ иЅиЙиЏиЇиЏ иЇй„online-mode +luckperms.login.unexpected-error=и­иЏиЋ иЎиЗиЃ иКйŠиБ й…иЊйˆй‚иЙ иЎй„иЇй„ иЙй…й„йŠиЉ иЊиЋиЈйŠиЊ иЈйŠиЇй†иЇиЊ иЇй„иЕй„иЇи­йŠиЇиЊ +luckperms.opsystem.disabled=й†иИиЇй… иЇй„иЃйˆиЈ иЇй„иЅиЙиЊйŠиЇиЏйŠ иКйŠиБ й…йиЙй„ ййŠ й‡иАиЇ иЇй„иГйŠиБйиБ +luckperms.opsystem.sponge-warning=йŠиБиЌй‰ иЇй„й…й„иЇи­иИиЉ иЈиЃй† и­иЇй„иЉ й…иЊи­йƒй… иЇй„иГйŠиБйиБ й„йŠиГ й„й‡ иЊиЃиЋйŠиБ иЙй„й‰ йи­йˆиЕ иЕй„иЇи­йŠиЇиЊ Sponge и­иЇй„ йˆиЌйˆиЏ иЈй„йˆй‚й† иЕй„иЇи­йŠиЇиЊ й…иЋиЈиЊиŒ йŠиЌиЈ иЙй„йŠйƒ иЊиЙиЏйŠй„ иЈйŠиЇй†иЇиЊ иЇй„й…иГиЊиЎиЏй… й…иЈиЇиДиБиЉ +luckperms.duration.unit.years.plural={0} иГй†йˆиЇиЊ +luckperms.duration.unit.years.singular={0} иГй†иЉ +luckperms.duration.unit.years.short={0}иГ +luckperms.duration.unit.months.plural={0} иДй‡йˆиБ +luckperms.duration.unit.months.singular={0} иДй‡иБ +luckperms.duration.unit.months.short={0}иДй‡иБ +luckperms.duration.unit.weeks.plural={0} иЃиГиЇиЈйŠиЙ +luckperms.duration.unit.weeks.singular={0} иЃиГиЈйˆиЙ +luckperms.duration.unit.weeks.short={0}иЃиГиЈ +luckperms.duration.unit.days.plural={0} иЃйŠиЇй… +luckperms.duration.unit.days.singular={0} йŠйˆй… +luckperms.duration.unit.days.short={0}йŠйˆй… +luckperms.duration.unit.hours.plural={0} иГиЇиЙиЇиЊ +luckperms.duration.unit.hours.singular={0} иГиЇиЙиЉ +luckperms.duration.unit.hours.short={0}иГиЇ +luckperms.duration.unit.minutes.plural={0} иЏй‚иЇиІй‚ +luckperms.duration.unit.minutes.singular={0} иЏй‚йŠй‚иЉ +luckperms.duration.unit.minutes.short={0}иЏ +luckperms.duration.unit.seconds.plural={0} иЋйˆиЇй†йŠ +luckperms.duration.unit.seconds.singular={0} иЋиЇй†йŠиЉ +luckperms.duration.unit.seconds.short={0}иЏ +luckperms.duration.since={0} й‚иЈй„ +luckperms.command.misc.invalid-code=иБй…иВ иКйŠиБ иЕиЇй„и­ +luckperms.command.misc.response-code-key=иБй…иВ иЇй„иЃиГиЊиЌиЇиЈиЉ +luckperms.command.misc.error-message-key=иЇй„иБиГиЇй„иЉ +luckperms.command.misc.bytebin-unable-to-communicate=йŠиЙиАиБ иЇй„иЅиЊиЕиЇй„ иЈ bytebin +luckperms.command.misc.webapp-unable-to-communicate=йŠиЙиАиБ иЇй„иЅиЊиЕиЇй„ иЈ иЇй„ web app +luckperms.command.misc.check-console-for-errors=иЇй†иИиБ иЇй„йƒйˆй†иГйˆй„ й„й„иЃиЎиЗиЇиЁ +luckperms.command.misc.file-must-be-in-data=иЇй„й…й„й {0} йŠиЌиЈ иЃй† йŠйƒйˆй† й…иЌй„иЏ иЏиЇиЎй„йŠ й…иЈиЇиДиБиЉ й„й…иЌй„иЏ иЇй„иЈйŠиЇй†иЇиЊ +luckperms.command.misc.wait-to-finish=иЇй„иБиЌиЇиЁ иЇй„иЅй†иЊиИиЇиБ и­иЊй‰ йŠй†иЊй‡йŠ йˆи­иЇйˆй„ й…иБиЉ иЃиЎиБй‰ +luckperms.command.misc.invalid-priority=иЃйˆй„йˆйŠиЉ иКйŠиБ иЕиЇй„и­иЉ {0} +luckperms.command.misc.expected-number=иЊйˆй‚иЙиЊ иБй‚й…иЇй‹ +luckperms.command.misc.date-parse-error=иЊиЙиАиБ иЊи­й„йŠй„ иЊиЇиБйŠиЎ {0} +luckperms.command.misc.date-in-past-error=й„иЇ йŠй…йƒй†йƒ иЊиЙйŠйŠй† иЊиЇиБйŠиЎ ййŠ иЇй„й…иЇиЖйŠ\! +luckperms.command.misc.page=иЇй„иЕйи­иЉ {0} й…й† {1} +luckperms.command.misc.page-entries={0} й…иЏиЎй„иЇиЊ +luckperms.command.misc.none=й„иЇ иДйŠиЁ +luckperms.command.misc.loading.error.unexpected=и­иЏиЋ иЎиЗиЃ иКйŠиБ й…иЊйˆй‚иЙ +luckperms.command.misc.loading.error.user=й„й… йŠиЊй… иЊи­й…йŠй„ иЇй„й…иГиЊиЎиЏй… +luckperms.command.misc.loading.error.user-specific=иЊиЙиАиБ иЊи­й…йŠй„ иЇй„й…иГиЊиЎиЏй… иЇй„й…иГиЊй‡иЏй {0} +luckperms.command.misc.loading.error.user-not-found=й„й… йŠиЊй… иЇй„иЙиЋйˆиБ иЙй„й‰ й…иГиЊиЎиЏй… й„й€ {0} +luckperms.command.misc.loading.error.user-save-error=и­иЏиЋ иЎиЗиЃ иЃиЋй†иЇиЁ и­йиИ иЈйŠиЇй†иЇиЊ иЇй„й…иГиЊиЎиЏй… й„ {0} +luckperms.command.misc.loading.error.user-not-online=иЇй„й…иГиЊиЎиЏй… {0} й„йŠиГ й…иЊиЕй„иЇ +luckperms.command.misc.loading.error.user-invalid="{0}" иЕйŠиКиЉ иЇиГй… иЇй„й…иГиЊиЎиЏй… \\ uuid иКйŠиБ иЕи­йŠи­иЉ +luckperms.command.misc.loading.error.user-not-uuid=иЇй„й…иГиЊиЎиЏй… иЇй„й…иГиЊй‡иЏй {0} й„йŠиГ uuid иЕиЇй„и­ +luckperms.command.misc.loading.error.group=й„й… йŠиЊй… иЊи­й…йŠй„ иЇй„иБиЊиЈиЉ +luckperms.command.misc.loading.error.all-groups=иКйŠиБ й‚иЇиЏиБ иЙй„й‰ иЊи­й…йŠй„ иЌй…йŠиЙ иЇй„иБиЊиЈ +luckperms.command.misc.loading.error.group-not-found=иЊиЙиАиБ иЇй„иЙиЋйˆиБ иЙй„й‰ иБиЊиЈиЉ иЊиГй…й‰ {0} +luckperms.command.misc.loading.error.group-save-error=и­иЏиЋ иЎиЗиЃ иЃиЋй†иЇиЁ и­йиИ иЈйŠиЇй†иЇиЊ иЇй„иБиЊиЈиЉ й„й€ {0} +luckperms.command.misc.loading.error.group-invalid={0} й„йŠиГ иЇиГй… иБиЊиЈиЉ иЕиЇй„и­ +luckperms.command.misc.loading.error.track=й„й… йŠиЊй… иЊи­й…йŠй„ иЇй„й…иГиЇиБ +luckperms.command.misc.loading.error.all-tracks=иЊиЙиАиБ иЊи­й…йŠй„ иЌй…йŠиЙ иЇй„й…иГиЇиБиЇиЊ +luckperms.command.misc.loading.error.track-not-found=й„й… йŠиЊй… иЇй„иЙиЋйˆиБ иЙй„й‰ иЇй„й…иГиЇиБ иЇй„й…иГй…й‰ {0} +luckperms.command.misc.loading.error.track-save-error=и­иЏиЋ иЎиЗиЃ иЃиЋй†иЇиЁ и­йиИ иЈйŠиЇй†иЇиЊ иЇй„й…иГиЇиБ й„й€ {0} +luckperms.command.misc.loading.error.track-invalid={0} й„йŠиГ иЇиГй… й…иГиЇиБ иЕиЇй„и­ +luckperms.command.editor.no-match=иКйŠиБ й‚иЇиЏиБ иЙй„й‰ йиЊи­ иЇй„й…и­иБиБиŒ й„иЇ йŠйˆиЌиЏ йƒиЇиІй†иЇиЊ й…иЗиЇиЈй‚иЉ й„й„й†йˆиЙ иЇй„й…иЗй„йˆиЈ +luckperms.command.editor.start=иЅиЙиЏиЇиЏ иЌй„иГиЉ й…и­иБиБ иЌиЏйŠиЏиЉиŒ иЇй„иБиЌиЇиЁ иЇй„иЇй†иЊиИиЇиБ... +luckperms.command.editor.url=иЇиЖиКиЗ иЙй„й‰ иЇй„иБиЇиЈиЗ иЃиЏй†иЇй‡ й„йиЊи­ иЇй„й…и­иБиБ +luckperms.command.editor.unable-to-communicate=иЊиЙиАиБ иЇй„иЇиЊиЕиЇй„ й…иЙ иЇй„й…и­иБиБ +luckperms.command.editor.apply-edits.success=иЊй… иЊиЗиЈйŠй‚ иЈйŠиЇй†иЇиЊ й…и­иБиБ иЇй„йˆйŠиЈ иЙй„й‰ {0} {1} иЈй†иЌиЇи­ +luckperms.command.editor.apply-edits.success-summary={0} {1} йˆ {2} {3} +luckperms.command.editor.apply-edits.success.additions=иЇй„иЅиЖиЇйиЇиЊ +luckperms.command.editor.apply-edits.success.additions-singular=иЅиЖиЇйиЉ +luckperms.command.editor.apply-edits.success.deletions=иЇй„й…и­иАйˆйиЇиЊ +luckperms.command.editor.apply-edits.success.deletions-singular=иЇй„й…и­иАйˆй +luckperms.command.editor.apply-edits.no-changes=й„й… йŠиЊй… иЊиЗиЈйŠй‚ иЃйŠ иЊиКйŠйŠиБиЇиЊ й…й† й…и­иБиБ иЇй„йˆйŠиЈиŒ йˆиЇй„иЈйŠиЇй†иЇиЊ иЇй„й…иБиГй„иЉ й„й… иЊи­иЊйˆйŠ иЙй„й‰ иЃйŠ иЊиЙиЏйŠй„иЇиЊ +luckperms.command.editor.apply-edits.unknown-type=иЊиЙиАиБ иЊиЗиЈйŠй‚ иЇй„иЊиЙиЏйŠй„ иЙй„й‰ й†йˆиЙ иЇй„йƒиЇиІй† иЇй„й…и­иЏиЏ +luckperms.command.editor.apply-edits.unable-to-read=иКйŠиБ й‚иЇиЏиБ иЙй„й‰ й‚иБиЇиЁиЉ иЇй„иЈйŠиЇй†иЇиЊ иЈиЇиГиЊиЎиЏиЇй… иЇй„иБй…иВ иЇй„й…иЙиЗй‰ +luckperms.command.search.searching.permission=иЇй„иЈи­иЋ иЙй† иЇй„й…иГиЊиЎиЏй…йŠй† йˆиЇй„иБиЊиЈ иЈйˆиЇиГиЗиЉ {0} +luckperms.command.search.searching.inherit=иЇй„иЈи­иЋ иЙй† иЇй„й…иГиЊиЎиЏй…йŠй† йˆиЇй„иБиЊиЈ иЇй„иЊйŠ иЊиБиЋ й…й† {0} +luckperms.command.search.result=иЊй… иЇй„иЙиЋйˆиБ иЙй„й‰ {0} й…иЏиЎй„иЇиЊ й…й† {1} иЇй„й…иГиЊиЎиЏй…йŠй† йˆ {2} иБиЊиЈ +luckperms.command.search.result.default-notice=й…й„иЇи­иИиЉ\: иЙй†иЏ иЇй„иЈи­иЋ иЙй† иЃиЙиЖиЇиЁ иЇй„иБиЊиЈиЉ иЇй„иЃйˆй„йŠиЉиŒ й„й† йŠиЊй… иЙиБиЖ иЇй„й„иЇиЙиЈйŠй† иКйŠиБ иЇй„й…иЊиЕй„йŠй† иЈиЃйŠ иЕй„иЇи­йŠиЇиЊ иЃиЎиБй‰\! +luckperms.command.search.showing-users=йŠиЊй… иЙиБиЖ й…иЏиЎй„иЇиЊ иЇй„й…иГиЊиЎиЏй… +luckperms.command.search.showing-groups=йŠиЊй… иЙиБиЖ й…иЏиЎй„иЇиЊ иЇй„иБиЊиЈиЉ +luckperms.command.tree.start=иЅй†иДиЇиЁ иДиЌиБиЉ иЇй„иЕй„иЇи­йŠиЉиŒ иЇй„иБиЌиЇиЁ иЇй„иЇй†иЊиИиЇиБ... +luckperms.command.tree.empty=иКйŠиБ й‚иЇиЏиБ иЙй„й‰ иЅй†иДиЇиЁ иДиЌиБиЉиŒ й„й… йŠиЊй… иЇй„иЙиЋйˆиБ иЙй„й‰ й†иЊиЇиІиЌ +luckperms.command.tree.url=иБиЇиЈиЗ иДиЌиБиЉ иЇй„иЕй„иЇи­йŠиЉ +luckperms.command.verbose.invalid-filter={0} й„йŠиГ йй„иЊиБ иДййˆйŠ иЕиЇй„и­ +luckperms.command.verbose.enabled=иЊиГиЌйŠй„ иЇй„ййŠиБиЈйˆиВ {0} й„й„йи­иЕ иЇй„й…иЗиЇиЈй‚ {1} +luckperms.command.verbose.command-exec=иЅиЌиЈиЇиБ {0} иЙй„й‰ иЊй†ййŠиА иЇй„иЃй…иБ {1} йˆиЇй„иЅиЈй„иЇиК иЙй† иЌй…йŠиЙ иЙй…й„йŠиЇиЊ иЇй„иЊи­й‚й‚... +luckperms.command.verbose.off=иЊиГиЌйŠй„ йиБиЙйŠ {0} +luckperms.command.verbose.command-exec-complete=иЇйƒиЊй…й„ иЊй†ййŠиА иЇй„иЃй…иБ +luckperms.command.verbose.command.no-checks=иЇйƒиЊй…й„ иЊй†ййŠиА иЇй„иЃй…иБиŒ йˆй„йƒй† й„й… йŠиЊй… иЇй„иЊи­й‚й‚ й…й† иЇй„иЃиАйˆй†иЇиЊ +luckperms.command.verbose.command.possibly-async=й‚иЏ йŠйƒйˆй† иАй„йƒ й„иЃй† иЇй„иЈй„й‚й† йŠй‚йˆй… иЈиЊйиЙйŠй„ иЇй„иЃйˆиЇй…иБ ййŠ иЇй„иЎй„ййŠиЉ (async) +luckperms.command.verbose.command.try-again-manually=й„иЇ йŠиВиЇй„ иЈиЅй…йƒиЇй†йƒ иЇиГиЊиЎиЏиЇй… иЇй„иЃй…иБ иЇй„й…иЗйˆй„ йŠиЏйˆйŠиЇй‹ й„й„йƒиДй иЙй† иЇй„йи­йˆиЕ иЇй„иЊйŠ иЃиЌиБйŠиЊ й‡йƒиАиЇ +luckperms.command.verbose.enabled-recording=иЊиГиЌйŠй„ иЇй„ййŠиБиЈйˆиВ {0} й„й„йи­иЕ иЇй„й…иЗиЇиЈй‚ {1} +luckperms.command.verbose.uploading=иЊиГиЌйŠй„ иЇй„ййŠиБиЈйˆиВ {0}иŒ иЊи­й…йŠй„ иЇй„й†иЊиЇиІиЌ... +luckperms.command.verbose.url=иБиЇиЈиЗ й†иЊиЇиІиЌ иЇй„иЙиБиЖ +luckperms.command.verbose.enabled-term=й…йиЙй„ +luckperms.command.verbose.disabled-term=й…иЙиЗй„ +luckperms.command.verbose.query-any=иЃйŠ +luckperms.command.info.running-plugin=й…иДиКй„ +luckperms.command.info.platform-key=иЇй„й…й†иЕиЉ +luckperms.command.info.server-brand-key=иЙй„иЇй…иЉ иЇй„иГйŠиБйиБ +luckperms.command.info.server-version-key=иЅиЕиЏиЇиБ иЇй„иГйŠиБйиБ +luckperms.command.info.storage-key=иЇй„й…иЎиВй† +luckperms.command.info.storage-type-key=иЇй„й†йˆиЙ +luckperms.command.info.storage.meta.split-types-key=иЇй„иЃй†йˆиЇиЙ +luckperms.command.info.storage.meta.ping-key=иЈйŠй†иК +luckperms.command.info.storage.meta.connected-key=й…иЊиЕй„ +luckperms.command.info.storage.meta.file-size-key=и­иЌй… иЇй„й…й„й +luckperms.command.info.extensions-key=иЇй„иЅиЖиЇйиЇиЊ +luckperms.command.info.messaging-key=иЇй„иЏиБиЏиДиЉ +luckperms.command.info.instance-key=иЇй„и­иЇй„иЉ +luckperms.command.info.static-contexts-key=иЇй„иГйŠиЇй‚иЇиЊ иЇй„иЋиЇиЈиЊиЉ +luckperms.command.info.online-players-key=иЇй„й„иЇиЙиЈйŠй† иЇй„й…иЊйˆиЇиЌиЏйŠй† +luckperms.command.info.online-players-unique={0} йиБйŠиЏ +luckperms.command.info.uptime-key=й…иЏиЉ иЇй„иЊиДиКйŠй„ +luckperms.command.info.local-data-key=иЇй„иЈйŠиЇй†иЇиЊ иЇй„й…и­й„йŠиЉ +luckperms.command.info.local-data={0} й…иГиЊиЎиЏй…йŠй†иŒ {1} иБиЊиЈиŒ {2} й…иГиЇиБиЇиЊ +luckperms.command.generic.create.success={0} й‚иЏ иЃй†иДиІ иЈй†иЌиЇи­ +luckperms.command.generic.create.error=и­иЏиЋ иЎиЗиЃ иЃиЋй†иЇиЁ иЅй†иДиЇиЁ {0} +luckperms.command.generic.create.error-already-exists=''{0}'' й…йˆиЌйˆиЏ й…йиГиЈй‚иЇ\! +luckperms.command.generic.delete.success={0} й‚иЏ и­иАй иЈй†иЌиЇи­ +luckperms.command.generic.delete.error=и­иЏиЋ иЎиЗиЃ иЃиЋй†иЇиЁ и­иАй {0} +luckperms.command.generic.delete.error-doesnt-exist={0} иКйŠиБ й…йˆиЌйˆиЏ\! +luckperms.command.generic.rename.success=иЊй…иЊ иЅиЙиЇиЏиЉ иЊиГй…йŠиЉ {0} иЈй†иЌиЇи­ иЅй„й‰ {1} +luckperms.command.generic.clone.success={0} иЊй… й†иГиЎй‡ иЈй†иЌиЇи­ иЅй„й‰ {1} +luckperms.command.generic.info.parent.title=иЇй„иБиЊиЈ иЇй„иЃиЈ +luckperms.command.generic.info.parent.temporary-title=иЇй„иБиЊиЈ иЇй„иЃиЈ иЇй„й…иЄй‚иЊиЉ +luckperms.command.generic.info.expires-in=иЊй†иЊй‡йŠ иЇй„иЕй„иЇи­йŠиЉ ййŠ +luckperms.command.generic.info.inherited-from=й…йˆиБйˆиЋ й…й† +luckperms.command.generic.info.inherited-from-self=иЇй„иАиЇиЊ +luckperms.command.generic.show-tracks.title=й…иГиЇиБиЇиЊ {0} +luckperms.command.generic.show-tracks.empty={0} й„йŠиГ иЙй„й‰ иЃйŠ й…иГиЇиБиЇиЊ +luckperms.command.generic.clear.node-removed={0} иЙй‚иЏ й‚иЏ й…иГи­иЊ +luckperms.command.generic.clear.node-removed-singular=иЊй…иЊ иЅиВиЇй„иЉ иЙй‚иЏиЉ {0} +luckperms.command.generic.clear=иЊй… й…иГи­ иЇй„иЙй‚иЏиЉ {0} ййŠ иЇй„иГйŠиЇй‚ {1} +luckperms.command.generic.permission.info.title=иЕй„иЇи­йŠиЇиЊ {0} +luckperms.command.generic.permission.info.empty=й„иЇйŠй…иЊй„йƒ {0} иЃйŠ иЕй„иЇи­йŠиЇиЊ +luckperms.command.generic.permission.info.click-to-remove=иЇиЖиКиЗ й„иЅиВиЇй„иЉ й‡иАй‡ иЇй„иЙй‚иЏиЉ й…й† {0} +luckperms.command.generic.permission.check.info.title=й…иЙй„йˆй…иЇиЊ иЇй„иЕй„иЇи­йŠиЇиЊ {0} +luckperms.command.generic.permission.check.info.directly={0} й‚иЏ иЊй… иЊиЙйŠйŠй† {1} иЅй„й‰ {2} ййŠ иЇй„иГйŠиЇй‚ {3} +luckperms.command.generic.permission.check.info.inherited={0} иЇй„й…йˆиБйˆиЋ {1} иЊй… иЊиЙйŠйŠй†й‡ иЅй„й‰ {2} й…й† {3} ййŠ иЇй„иГйŠиЇй‚ {4} +luckperms.command.generic.permission.check.info.not-directly=й„иЇ йŠи­иЊйˆйŠ {0} иЙй„й‰ иЃйŠ иЙй„иЇй…иЇиЊ +luckperms.command.generic.permission.check.info.not-inherited={0} й„иЇ йŠиБиЋ {1} +luckperms.command.generic.permission.check.result.title=иЇй„иЊи­й‚й‚ й…й† иЇй„иЕй„иЇи­йŠиЉ й„й€ {0} +luckperms.command.generic.permission.check.result.result-key=иЇй„й†иЊйŠиЌиЉ +luckperms.command.generic.permission.check.result.processor-key=иЇй„й…иЙиЇй„иЌ +luckperms.command.generic.permission.check.result.cause-key=иЇй„иГиЈиЈ +luckperms.command.generic.permission.check.result.context-key=иЇй„иЅиЗиЇиБ +luckperms.command.generic.permission.set=иЊиЙйŠйŠй† {0} иЅй„й‰ {1} й„ {2} ййŠ иЇй„иГйŠиЇй‚ {3} +luckperms.command.generic.permission.already-has={0} й„иЏйŠй‡ {1} иЈиЇй„йиЙй„ ййŠ иЇй„иГйŠиЇй‚ {2} +luckperms.command.generic.permission.set-temp=иЊй… иЊиЙйŠйŠй† {0} иЅй„й‰ {1} й„ {2} й„й…иЏиЉ {3} ййŠ иЇй„иГйŠиЇй‚ {4} +luckperms.command.generic.permission.already-has-temp={0} й„иЏйŠй‡ иЈиЇй„йиЙй„ {1} иЊиЙйŠйŠй† й…иЄй‚иЊ ййŠ иЇй„иГйŠиЇй‚ {2} +luckperms.command.generic.permission.unset=иЅй„иКиЇиЁ иЊиЙйŠйŠй† {0} й„й€ {1} ййŠ иЇй„иГйŠиЇй‚ {2} +luckperms.command.generic.permission.doesnt-have={0} й„йŠиГ й„иЏйŠй‡ {1} иЊиЙйŠйŠй† ййŠ иЇй„иГйŠиЇй‚ {2} +luckperms.command.generic.permission.unset-temp=иЅй„иКиЇиЁ иЊиЙйŠйŠй† иЕй„иЇи­йŠиЉ й…иЄй‚иЊиЉ {0} й„ {1} ййŠ иЇй„иГйŠиЇй‚ {2} +luckperms.command.generic.permission.subtract=иЊиЙйŠйŠй† {0} иЅй„й‰ {1} й„ {2} й„й…иЏиЉ {3} ййŠ иЇй„иГйŠиЇй‚ {4}иŒ {5} иЃй‚й„ й…й† иЇй„иГиЇиЈй‚ +luckperms.command.generic.permission.doesnt-have-temp={0} й„йŠиГ й„иЏйŠй‡ {1} иЊиЙйŠйŠй† й…иЄй‚иЊ ййŠ иЇй„иГйŠиЇй‚ {2} +luckperms.command.generic.permission.clear=иЊй… й…иГи­ иЕй„иЇи­йŠиЇиЊ {0} ййŠ иЇй„иГйŠиЇй‚ {1} +luckperms.command.generic.parent.info.title=иЂиЈиЇиЁ {0} +luckperms.command.generic.parent.info.empty={0} й„йŠиГ й„иЏйŠй‡ иЃйŠ йˆиЇй„иЏйŠй† й…иЙиБййŠй† +luckperms.command.generic.parent.info.click-to-remove=иЇиЖиКиЗ й„иЅиВиЇй„иЉ й‡иАиЇ иЇй„йˆиЇй„иЏ й…й† {0} +luckperms.command.generic.parent.add={0} йŠиБиЋ иЇй„иЂй† иЇй„иЕй„иЇи­йŠиЇиЊ й…й† {1} ййŠ иЇй„иГйŠиЇй‚ {2} +luckperms.command.generic.parent.add-temp={0} йŠиБиЋ иЇй„иЂй† иЇй„иЕй„иЇи­йŠиЇиЊ й…й† {1} й„й…иЏиЉ {2} ййŠ иЇй„иГйŠиЇй‚ {3} +luckperms.command.generic.parent.set={0} иЊй… й…иГи­ иЇй„й…иЌй…йˆиЙиЇиЊ иЇй„иЃиЕй„йŠиЉ иЇй„й…йˆиЌйˆиЏиЉ й„иЏйŠй‡й…иŒ йˆиЇй„иЂй† йŠиБиЋ {1} йй‚иЗ ййŠ иЇй„иГйŠиЇй‚ {2} +luckperms.command.generic.parent.set-track={0} иЊй… й…иГи­ иЇй„й…иЌй…йˆиЙиЇиЊ иЇй„иЃиЕй„йŠиЉ иЇй„й…йˆиЌйˆиЏиЉ иЙй„й‰ иЇй„й…иГиЇиБ {1} иŒ йˆиЇй„иЂй† йй‚иЗ йŠиБиЋ {2} ййŠ иЇй„иГйŠиЇй‚ {3} +luckperms.command.generic.parent.remove={0} й„й… йŠиЙиЏ йŠиБиЋ иЇй„иЕй„иЇи­йŠиЇиЊ й…й† {1} ййŠ иЇй„иГйŠиЇй‚ {2} +luckperms.command.generic.parent.remove-temp={0} й„й… йŠиЙиЏ йŠиБиЋ иЇй„иЕй„иЇи­йŠиЇиЊ й…иЄй‚иЊиЇ й…й† {1} ййŠ иЇй„иГйŠиЇй‚ {2} +luckperms.command.generic.parent.subtract={0} иГйˆй йŠиБиЋ иЇй„иЕй„иЇи­йŠиЇиЊ й…й† {1} й„й…иЏиЉ {2} ййŠ иЇй„иГйŠиЇй‚ {3}иŒ {4} иЃй‚й„ й…й† иЇй„иГиЇиЈй‚ +luckperms.command.generic.parent.clear=иЊй… й…иГи­ йˆиЇй„иЏйŠ {0} ййŠ иЇй„иГйŠиЇй‚ {1} +luckperms.command.generic.parent.clear-track=иЊй… й…иГи­ йˆиЇй„иЏйŠ {0} иЙй„й‰ иЇй„й…иГиЇиБ {1} ййŠ иЇй„иГйŠиЇй‚ {2} +luckperms.command.generic.parent.already-inherits={0} йŠиБиЋ иЈиЇй„йиЙй„ й…й† {1} ййŠ иЇй„иГйŠиЇй‚ {2} +luckperms.command.generic.parent.doesnt-inherit={0} й„иЇ йŠиБиЋ й…й† {1} ййŠ иЇй„иГйŠиЇй‚ {2} +luckperms.command.generic.parent.already-temp-inherits={0} йŠиБиЋ й…иЄй‚иЊиЇ иЈиЇй„йиЙй„ й…й† {1} ййŠ иЇй„иГйŠиЇй‚ {2} +luckperms.command.generic.parent.doesnt-temp-inherit={0} й„иЇ йŠиБиЋ й…иЄй‚иЊиЇ й…й† {1} ййŠ иЇй„иГйŠиЇй‚ {2} +luckperms.command.generic.chat-meta.info.title-prefix=иЈиЇиЏиІиЇиЊ {0} +luckperms.command.generic.chat-meta.info.title-suffix=й„йˆиЇи­й‚ {0} +luckperms.command.generic.chat-meta.info.none-prefix={0} й„йŠиГ й„иЏйŠй‡ иЈиЇиЏиІиЇиЊ +luckperms.command.generic.chat-meta.info.none-suffix={0} й„йŠиГ й„иЏйŠй‡ иЃйŠ й„иЇи­й‚иЉ +luckperms.command.generic.chat-meta.info.click-to-remove=иЇиЖиКиЗ й„иЅиВиЇй„иЉ й‡иАиЇ {0} й…й† {1} +luckperms.command.generic.chat-meta.already-has={0} й„иЏйŠй‡ иЈиЇй„йиЙй„ {1} {2} иЊй… иЊиЙйŠйŠй†й‡ иЙй†иЏ иЃйˆй„йˆйŠиЉ {3} ййŠ иЇй„иГйŠиЇй‚ {4} +luckperms.command.generic.chat-meta.already-has-temp={0} й„иЏйŠй‡ иЈиЇй„йиЙй„ {1} {2} иЊй… иЊиЙйŠйŠй†й‡ й…иЄй‚иЊиЇ иЙй†иЏ иЃйˆй„йˆйŠиЉ {3} ййŠ иЇй„иГйŠиЇй‚ {4} +luckperms.command.generic.chat-meta.doesnt-have={0} й„йŠиГ й„иЏйŠй‡ {1} {2} иЊй… иЊиЙйŠйŠй†й‡ иЙй†иЏ иЃйˆй„йˆйŠиЉ {3} ййŠ иЇй„иГйŠиЇй‚ {4} +luckperms.command.generic.chat-meta.doesnt-have-temp={0} й„йŠиГ й„иЏйŠй‡ {1} {2} иЊй… иЊиЙйŠйŠй†й‡ й…иЄй‚иЊиЇ иЙй†иЏ иЃйˆй„йˆйŠиЉ {3} ййŠ иЇй„иГйŠиЇй‚ {4} +luckperms.command.generic.chat-meta.add={0} й„иЏйŠй‡ {1} {2} иЊй… иЊиЙйŠйŠй†й‡ ййŠ иЃйˆй„йˆйŠиЉ {3} ййŠ иЇй„иГйŠиЇй‚ {4} +luckperms.command.generic.chat-meta.add-temp={0} й„иЏйŠй‡ {1} {2} й…иЙйŠй† иЙй†иЏ иЃйˆй„йˆйŠиЉ {3} й„й…иЏиЉ {4} ййŠ иЇй„иГйŠиЇй‚ {5} +luckperms.command.generic.chat-meta.remove={0} й„иЏйŠй‡ {1} {2} ййŠ иЇй„иЃйˆй„йˆйŠиЉ {3} й…и­иАйˆй ййŠ иЇй„иГйŠиЇй‚ {4} +luckperms.command.generic.chat-meta.remove-bulk={0} йƒиЇй† иЌй…йŠиЙ {1} ййŠ иЇй„иЃйˆй„йˆйŠиЉ {2} иЊй…иЊ иЅиВиЇй„иЊй‡иЇ ййŠ иЇй„иГйŠиЇй‚ {3} +luckperms.command.generic.chat-meta.remove-temp={0} йƒиЇй† й„иЏйŠй‡ {1} {2} й…иЄй‚иЊ ййŠ иЇй„иЃйˆй„йˆйŠиЉ {3} иЊй…иЊ иЅиВиЇй„иЊй‡ ййŠ иЇй„иГйŠиЇй‚ {4} +luckperms.command.generic.chat-meta.remove-temp-bulk={0} й„иЏйŠй‡ иЌй…йŠиЙ {1} иЇй„й…иЄй‚иЊ ййŠ иЇй„иЃйˆй„йˆйŠиЉ {2} иЊй… иЅиВиЇй„иЊй‡ ййŠ иЇй„иГйŠиЇй‚ {3} +luckperms.command.generic.meta.info.title=йˆиЕй {0} +luckperms.command.generic.meta.info.none={0} й„йŠиГ й„иЏйŠй‡ йˆиЕй +luckperms.command.generic.meta.info.click-to-remove=иЇй†й‚иБ й„иЅиВиЇй„иЉ й‡иАй‡ иЇй„иЙй‚иЏиЉ иЇй„йˆиЕййŠиЉ й…й† {0} +luckperms.command.generic.meta.already-has={0} й„иЏйŠй‡ иЈиЇй„йиЙй„ й…йиЊиЇи­ йˆиЕййŠ {1} й…иЙйŠй† иЅй„й‰ {2} ййŠ иЇй„иГйŠиЇй‚ {3} +luckperms.command.generic.meta.already-has-temp={0} й„иЏйŠй‡ иЈиЇй„йиЙй„ й…йиЊиЇи­ йˆиЕййŠ {1} й…и­иЏиЏ й…иЄй‚иЊиЇ иЅй„й‰ {2} ййŠ иЇй„иГйŠиЇй‚ {3} +luckperms.command.generic.meta.doesnt-have={0} й„йŠиГ й„иЏйŠй‡ й…йиЊиЇи­ йˆиЕййŠ {1} иЊй… иЊиЙйŠйŠй†й‡ ййŠ иЇй„иГйŠиЇй‚ {2} +luckperms.command.generic.meta.doesnt-have-temp={0} й„йŠиГ й„иЏйŠй‡ й…йиЊиЇи­ йˆиЕййŠ {1} й…и­иЏиЏ й…иЄй‚иЊиЇй‹ ййŠ иЇй„иГйŠиЇй‚ {2} +luckperms.command.generic.meta.set=иЊй… иЊиЙйŠйŠй† иЇй„й…йиЊиЇи­ иЇй„йˆиЕййŠ {0} иЅй„й‰ {1} й„ {2} ййŠ иЇй„иГйŠиЇй‚ {3} +luckperms.command.generic.meta.set-temp=иЊиЙйŠйŠй† иЇй„й…йиЊиЇи­ иЇй„йˆиЕййŠ {0} иЅй„й‰ {1} й„й…иЏиЉ {2} й„й…иЏиЉ {3} ййŠ иЇй„иГйŠиЇй‚ {4} +luckperms.command.generic.meta.unset=иЅй„иКиЇиЁ иЊиЙйŠйŠй† й…йиЊиЇи­ иЇй„йˆиЕй {0} й„й€ {1} ййŠ иЇй„иГйŠиЇй‚ {2} +luckperms.command.generic.meta.unset-temp=иЅй„иКиЇиЁ иЊиЙйŠйŠй† й…йиЊиЇи­ иЇй„йˆиЕй {0} й„й€ {1} ййŠ иЇй„иГйŠиЇй‚ {2} +luckperms.command.generic.meta.clear={0} й…иЗиЇиЈй‚иЉ й†йˆиЙ {1} иЊй… й…и­йˆй‡иЇ ййŠ иЇй„иГйŠиЇй‚ {2} +luckperms.command.generic.contextual-data.title=иЇй„иЈйŠиЇй†иЇиЊ иЇй„иГйŠиЇй‚йŠиЉ +luckperms.command.generic.contextual-data.mode.key=иЇй„йˆиЖиЙ +luckperms.command.generic.contextual-data.mode.server=иЇй„иГйŠиБйиБ +luckperms.command.generic.contextual-data.mode.active-player=й„иЇиЙиЈ й†иДиЗ +luckperms.command.generic.contextual-data.contexts-key=иЇй„иГйŠиЇй‚иЇиЊ +luckperms.command.generic.contextual-data.prefix-key=иЇй„иЈиЇиЏиІиЉ +luckperms.command.generic.contextual-data.suffix-key=иЇй„й„иЇи­й‚иЉ +luckperms.command.generic.contextual-data.primary-group-key=иЇй„иБиЊиЈиЉ иЇй„иБиІйŠиГйŠиЉ +luckperms.command.generic.contextual-data.meta-key=иЈйŠиЇй†иЇиЊ +luckperms.command.generic.contextual-data.null-result=й„иЇ иДйŠиЁ +luckperms.command.user.info.title=й…иЙй„йˆй…иЇиЊ иЇй„й…иГиЊиЎиЏй… +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=иЇй„й†йˆиЙ +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=иКйŠиБ й…иЊиЕй„ +luckperms.command.user.info.status-key=иЇй„и­иЇй„иЉ +luckperms.command.user.info.status.online=й…иЊиЕй„ +luckperms.command.user.info.status.offline=иКйŠиБ й…иЊиЕй„ +luckperms.command.user.removegroup.error-primary=й„иЇ йŠй…йƒй†йƒ иЅиВиЇй„иЉ й…иГиЊиЎиЏй… й…й† иБиЊиЈиЊй‡ иЇй„иЃиГиЇиГйŠиЉ +luckperms.command.user.primarygroup.not-member={0} й„й… йŠйƒй† иЈиЇй„йиЙй„ иЙиЖйˆиЇ ййŠ {1}иŒ иЅиЖиЇйиЉ й„й‡й… иЇй„иЂй† +luckperms.command.user.primarygroup.already-has={0} й„иЏйŠй‡ иЈиЇй„йиЙй„ {1} йƒиБиЊиЈиЉ иЃиГиЇиГйŠиЉ +luckperms.command.user.primarygroup.warn-option=иЊи­иАйŠиБ\: иЗиБйŠй‚иЉ и­иГиЇиЈ иЇй„иБиЊиЈиЉ иЇй„иЃиГиЇиГйŠиЉ иЇй„иЊйŠ йŠиЊй… иЇиГиЊиЎиЏиЇй…й‡иЇ й…й† й‚иЈй„ й‡иАиЇ иЇй„иГйŠиБйиБ ({0}) й‚иЏ й„иЇ иЊиЙйƒиГ й‡иАиЇ иЇй„иЊиКйŠйŠиБ +luckperms.command.user.primarygroup.set=иЊй… иЊиЙйŠйŠй† иБиЊиЈиЉ {0} иЇй„иБиІйŠиГйŠиЉ иЅй„й‰ {1} +luckperms.command.user.track.error-not-contain-group={0} й„йŠиГ иЈиЇй„йиЙй„ ййŠ иЃйŠ иБиЊиЈиЉ иЙй„й‰ {1} +luckperms.command.user.track.unsure-which-track=иКйŠиБ й…иЊиЃйƒиЏ й…й† иЃйŠ й…иГиЇиБ йŠй…йƒй† иЇиГиЊиЎиЏиЇй…й‡иŒ иЇй„иБиЌиЇиЁ иЊи­иЏйŠиЏй‡ йƒй…иЏиЎй„ +luckperms.command.user.track.missing-group-advice=иЅй…иЇ иЅй†иДиЇиЁ иЇй„й…иЌй…йˆиЙиЉиŒ иЃйˆ иЅиВиЇй„иЊй‡иЇ й…й† иЇй„й…иГиЇиБ йˆи­иЇйˆй„ й…иБиЉ иЃиЎиБй‰ +luckperms.command.user.promote.added-to-first={0} й„йŠиГ ййŠ иЃйŠ й…иБиЊиЈиЉ ййŠ {1}иŒ й„иАй„йƒ иЊй… иЅиЖиЇйиЊй‡й… иЅй„й‰ иЇй„й…иБиЊиЈиЉ иЇй„иЃйˆй„й‰ иŒ {2} ййŠ иЇй„иГйŠиЇй‚ {3} +luckperms.command.user.promote.not-on-track={0} й„йŠиГ ййŠ иЃйŠ й…иБиЊиЈиЉ иЙй„й‰ {1}иŒ й„иАй„йƒ й„й… йŠиЊй… иЊиБй‚йŠиЊй‡ +luckperms.command.user.promote.success=иЊиБй‚йŠиЉ {0} иЙй„й‰ иЗйˆй„ иЇй„й…иГиЇиБ {1} й…й† {2} иЅй„й‰ {3} ййŠ иЇй„иГйŠиЇй‚ {4} +luckperms.command.user.promote.end-of-track=иЊй… иЇй„йˆиЕйˆй„ иЅй„й‰ й†й‡иЇйŠиЉ иЇй„й…иГиЇиБ {0} иŒ иКйŠиБ й‚иЇиЏиБ иЙй„й‰ иЊиБй‚йŠиЉ {1} +luckperms.command.user.promote.next-group-deleted=иЇй„й…иЌй…йˆиЙиЉ иЇй„иЊиЇй„йŠиЉ иЙй„й‰ иЇй„й…иГиЇиБ {0}иŒ й„й… иЊиЙиЏ й…йˆиЌйˆиЏиЉ +luckperms.command.user.promote.unable-to-promote=иКйŠиБ й‚иЇиЏиБ иЙй„й‰ иЊиБй‚йŠиЉ иЇй„й…иГиЊиЎиЏй… +luckperms.command.user.demote.success=иЊй†иВйŠй„ иЊиБй‚йŠиЉ {0} иЙй„й‰ иЗйˆй„ иЇй„й…иГиЇиБ {1} й…й† {2} иЅй„й‰ {3} ййŠ иЇй„иГйŠиЇй‚ {4} +luckperms.command.user.demote.end-of-track=иЊй… иЇй„йˆиЕйˆй„ иЅй„й‰ й†й‡иЇйŠиЉ иЇй„й…иГиЇиБ {0} иŒ й„иАй„йƒ иЊй… иЅиВиЇй„иЉ {1} й…й† {2} +luckperms.command.user.demote.end-of-track-not-removed=иЊй… иЇй„йˆиЕйˆй„ иЅй„й‰ й†й‡иЇйŠиЉ иЇй„й…иГиЇиБ {0}. йˆй„йƒй† й„й… йŠиЊй… иЅиВиЇй„иЉ {1} й…й† иЇй„й…иБиЊиЈиЉ иЇй„иЃйˆй„й‰ +luckperms.command.user.demote.previous-group-deleted=иЇй„й…иБиЊиЈиЉ иЇй„иГиЇиЈй‚иЉ иЙй„й‰ иЇй„й…иГиЇиБиŒ {0}иŒ й„й… иЊиЙиЏ й…йˆиЌйˆиЏиЉ +luckperms.command.user.demote.unable-to-demote=иКйŠиБ й‚иЇиЏиБ иЙй„й‰ иЊиЎййŠиЖ иЇй„й…иГиЊиЎиЏй… +luckperms.command.group.list.title=иЇй„иБиЊиЈ +luckperms.command.group.delete.not-default=й„иЇ йŠй…йƒй†йƒ и­иАй иЇй„й…иБиЊиЈиЉ иЇй„иЇйиЊиБиЇиЖйŠиЉ +luckperms.command.group.info.title=й…иЙй„йˆй…иЇиЊ иЇй„й…иБиЊиЈиЉ +luckperms.command.group.info.display-name-key=иЇй„иЇиГй… иЇй„иИиЇй‡иБ +luckperms.command.group.info.weight-key=иЇй„йˆиВй† +luckperms.command.group.setweight.set=иЊиЙйŠйŠй† иЇй„йˆиВй† иЅй„й‰ {0} й„й„й…иБиЊиЈиЉ {1} +luckperms.command.group.setdisplayname.doesnt-have={0} й„йŠиГ й„иЏйŠй‡ иЇиГй… иЙиБиЖ й…и­иЏиЏ +luckperms.command.group.setdisplayname.already-has={0} й„иЏйŠй‡ иЈиЇй„йиЙй„ иЇиГй… иЙиБиЖ {1} +luckperms.command.group.setdisplayname.already-in-use=иЇиГй… иЇй„иЙиБиЖ {0} й‚йŠиЏ иЇй„иЇиГиЊиЎиЏиЇй… иЈиЇй„йиЙй„ й…й† й‚иЈй„ {1} +luckperms.command.group.setdisplayname.set=иЊиЙйŠйŠй† иЇиГй… иЇй„иЙиБиЖ иЅй„й‰ {0} й„й„иБиЊиЈиЉ {1} ййŠ иЇй„иГйŠиЇй‚ {2} +luckperms.command.group.setdisplayname.removed=иЊй… иЅиВиЇй„иЉ иЇиГй… иЇй„иЙиБиЖ й„й„иБиЊиЈиЉ {0} ййŠ иЇй„иГйŠиЇй‚ {1} +luckperms.command.track.list.title=иЇй„й…иГиЇиБиЇиЊ +luckperms.command.track.path.empty=й„иЇ иДйŠиЁ +luckperms.command.track.info.showing-track=иЙиБиЖ иЇй„й…иГиЇиБ +luckperms.command.track.info.path-property=й…иГиЇиБ +luckperms.command.track.clear=иЊй… й…иГи­ й…иГиЇиБ иБиЊиЈ {0} +luckperms.command.track.append.success=иЊй… иЅй„и­иЇй‚ иЇй„й…иЌй…йˆиЙиЉ {0} й„й„й…иГиЇиБ {1} +luckperms.command.track.insert.success=иЊй… иЅиЏиБиЇиЌ иЇй„иБиЊиЈиЉ {0} ййŠ иЇй„й…иГиЇиБ {1} ййŠ иЇй„й…йˆиЖиЙ {2} +luckperms.command.track.insert.error-number=й„й‚иЏ иЊйˆй‚иЙй†иЇ иБй‚й…иЇ йˆй„йƒй† иЇиГиЊй„й…й†иЇ иЈиЏй„й‹иЇ\: {0} +luckperms.command.track.insert.error-invalid-pos=иКйŠиБ й‚иЇиЏиБ иЙй„й‰ иЇй„иЅиЏиБиЇиЌ ййŠ иЇй„й…йˆиЖиЙ {0} +luckperms.command.track.insert.error-invalid-pos-reason=й…йˆиЖиЙ иКйŠиБ иЕиЇй„и­ +luckperms.command.track.remove.success=иЊй… иЅиВиЇй„иЉ иЇй„иБиЊиЈиЉ {0} й…й† иЇй„й…иГиЇиБ {1} +luckperms.command.track.error-empty={0} й„иЇ йŠй…йƒй† иЇиГиЊиЎиЏиЇй…й‡ йƒй…иЇ иЃй†й‡ йиЇиБиК иЃйˆ йŠи­иЊйˆйŠ иЙй„й‰ й…иЌй…йˆиЙиЉ йˆиЇи­иЏиЉ йй‚иЗ +luckperms.command.track.error-multiple-groups={0} й‡йˆ иЙиЖйˆ ййŠ й…иЌй…йˆиЙиЇиЊ й…иЊиЙиЏиЏиЉ иЙй„й‰ й‡иАиЇ иЇй„й…иГиЇиБ +luckperms.command.track.error-ambiguous=иЊиЙиАиБ иЊи­иЏйŠиЏ й…йˆй‚иЙй‡й… +luckperms.command.track.already-contains={0} йŠи­иЊйˆйŠ й…иГиЈй‚иЇй‹ иЙй„й‰ {1} +luckperms.command.track.doesnt-contain={0} й„иЇ иЊи­иЊйˆйŠ иЙй„й‰ {1} +luckperms.command.log.load-error=й„иЇ йŠй…йƒй† иЊи­й…йŠй„ иЇй„иГиЌй„ +luckperms.command.log.invalid-page=иБй‚й… иЇй„иЕйи­иЉ иЎиЇиЗиІ +luckperms.command.log.invalid-page-range=иЇй„иБиЌиЇиЁ иЅиЏиЎиЇй„ й‚йŠй…иЉ иЈйŠй† {0} йˆ {1} +luckperms.command.log.empty=й„иЇ иЊйˆиЌиЏ иЅиЏиЎиЇй„иЇиЊ иЊиГиЌйŠй„ й„иЅиИй‡иЇиБй‡иЇ +luckperms.command.log.notify.error-console=й„иЇ йŠй…йƒй† иЊйиЙйŠй„ иЇй„иЅиДиЙиЇиБиЇиЊ й„йˆи­иЏиЉ иЇй„иЊи­йƒй… +luckperms.command.log.notify.enabled-term=й…йиЙй„ +luckperms.command.log.notify.disabled-term=й…иЙиЗй„ +luckperms.command.log.notify.changed-state={0} иЅиЎиБиЇиЌ иЇй„иЊиГиЌйŠй„ +luckperms.command.log.notify.already-on=иЃй†иЊ иЊиЊй„й‚й‰ иЈиЇй„йиЙй„ иЅиДиЙиЇиБиЇиЊ +luckperms.command.log.notify.already-off=иЃй†иЊ й„иЇ иЊиЊй„й‚й‰ иЇй„иЅиДиЙиЇиБиЇиЊ и­иЇй„йŠй‹иЇ +luckperms.command.log.notify.invalid-state=и­иЇй„иЉ иКйŠиБ й…иЙиБйˆйиЉ. иЊйˆй‚иЙ {0} иЃйˆ {1} +luckperms.command.log.show.search=иЙиБиЖ иЇй„иЅиЌиБиЇиЁиЇиЊ иЇй„иЃиЎйŠиБиЉ й„й„иЇиГиЊиЙй„иЇй… {0} +luckperms.command.log.show.recent=иЙиБиЖ иЇй„иЅиЌиБиЇиЁиЇиЊ иЇй„иЃиЎйŠиБиЉ +luckperms.command.log.show.by=иЙиБиЖ иЇй„иЅиЌиБиЇиЁиЇиЊ иЇй„иЃиЎйŠиБиЉ й…й† й‚иЈй„ {0} +luckperms.command.log.show.history=иЙиБиЖ иЇй„иЊиЇиБйŠиЎ й„й€ {0} {1} +luckperms.command.export.error-term=иЎиЗиЃ +luckperms.command.export.already-running=иЙй…й„йŠиЉ иЊиЕиЏйŠиБ иЃиЎиБй‰ й‚йŠиЏ иЇй„иЊиДиКйŠй„ иЈиЇй„йиЙй„ +luckperms.command.export.file.already-exists=иЇй„й…й„й {0} й…йˆиЌйˆиЏ иЈиЇй„йиЙй„ +luckperms.command.export.file.not-writable=иЇй„й…й„й {0} иКйŠиБ й‚иЇиЈй„ й„й„йƒиЊиЇиЈиЉ +luckperms.command.export.file.success=иЊй… иЇй„иЊиЕиЏйŠиБ иЈй†иЌиЇи­ иЅй„й‰ {0} +luckperms.command.export.file-unexpected-error-writing=и­иЏиЋ иЎиЗиЃ иКйŠиБ й…иЊйˆй‚иЙ иЃиЋй†иЇиЁ иЇй„йƒиЊиЇиЈиЉ иЅй„й‰ иЇй„й…й„й +luckperms.command.export.web.export-code=иБй…иВ иЇй„иЊиЕиЏйŠиБ +luckperms.command.export.web.import-command-description=иЇиГиЊиЎиЏй… иЇй„иЃй…иБ иЇй„иЊиЇй„йŠ й„й„иЇиГиЊйŠиБиЇиЏ +luckperms.command.import.term=иЇиГиЊйŠиБиЇиЏ +luckperms.command.import.error-term=иЎиЗиЃ +luckperms.command.import.already-running=иЙй…й„йŠиЉ иЇиГиЊйŠиБиЇиЏ иЃиЎиБй‰ й‚йŠиЏ иЇй„иЊиДиКйŠй„ иЈиЇй„йиЙй„ +luckperms.command.import.file.doesnt-exist=иЇй„й…й„й {0} иКйŠиБ й…йˆиЌйˆиЏ +luckperms.command.import.file.not-readable=иЇй„й…й„й {0} иКйŠиБ й‚иЇиЈй„ й„й„й‚иБиЇиЁиЉ +luckperms.command.import.file.unexpected-error-reading=и­иЏиЋ иЎиЗиЃ иКйŠиБ й…иЊйˆй‚иЙ иЃиЋй†иЇиЁ иЇй„й‚иБиЇиЁиЉ й…й† й…й„й иЇй„иЇиГиЊйŠиБиЇиЏ +luckperms.command.import.file.correct-format=й‡й„ й‡йˆ иЇй„иЊй†иГйŠй‚ иЇй„иЕи­йŠи­иŸ +luckperms.command.import.web.unable-to-read=иКйŠиБ й‚иЇиЏиБ иЙй„й‰ й‚иБиЇиЁиЉ иЇй„иЈйŠиЇй†иЇиЊ иЈиЇиГиЊиЎиЏиЇй… иЇй„иБй…иВ иЇй„й…иЙиЗй‰ +luckperms.command.import.progress.percent={0} й…йƒиЊй…й„ +luckperms.command.import.progress.operations={0}/{1} иЇй„иЙй…й„йŠиЇиЊ й…йƒиЊй…й„иЉ +luckperms.command.import.starting=иЇй„иЈиЏиЁ ййŠ иЙй…й„йŠиЉ иЇй„иЇиГиЊйŠиБиЇиЏ +luckperms.command.import.completed=й…йƒиЊй…й„ +luckperms.command.import.duration=иЇиГиЊиКиБй‚ {0} иЋиЇй†йŠиЉ +luckperms.command.bulkupdate.must-use-console=иЃй…иБ иЇй„иЊи­иЏйŠиЋ иЈиЇй„иЌй…й„иЉ йŠй…йƒй† иЇиГиЊиЎиЏиЇй…й‡ йй‚иЗ й…й† иЇй„йƒйˆй†иГйˆй„ +luckperms.command.bulkupdate.invalid-data-type=й†йˆиЙ иКйŠиБ иЕиЇй„и­иŒ йƒиЇй† йŠиЊйˆй‚иЙ {0} +luckperms.command.bulkupdate.invalid-constraint=й‚йŠиЏ иКйŠиБ иЕиЇй„и­ {0} +luckperms.command.bulkupdate.invalid-constraint-format=йŠиЌиЈ иЃй† иЊйƒйˆй† иЇй„й‚йŠйˆиЏ ййŠ иЊй†иГйŠй‚ {0} +luckperms.command.bulkupdate.invalid-comparison=й…иДиКй„ иЇй„й…й‚иЇиБй†иЉ иКйŠиБ иЕи­йŠи­ {0} +luckperms.command.bulkupdate.invalid-comparison-format=иЊйˆй‚й‘иЙиЊ йˆиЇи­иЏиЉ й…й…иЇ йŠй„йŠ\: {0} +luckperms.command.bulkupdate.queued=иЊй… йˆиЖиЙ иЙй…й„йŠиЉ иЇй„иЊи­иЏйŠиЋ иЈиЇй„иЌй…й„иЉ ййŠ й‚иЇиІй…иЉ иЇй„иЇй†иЊиИиЇиБ +luckperms.command.bulkupdate.confirm=иДиКй„ {0} й„иЊй†ййŠиА иЇй„иЊи­иЏйŠиЋ +luckperms.command.bulkupdate.unknown-id=иЇй„иЙй…й„йŠиЉ иЈиЇй„й…иЙиБй {0} иКйŠиБ й…йˆиЌйˆиЏиЉ иЃйˆ иЇй†иЊй‡иЊ иЕй„иЇи­йŠиЊй‡иЇ +luckperms.command.bulkupdate.starting=иЊиДиКйŠй„ иЇй„иЊи­иЏйŠиЋ иЈиЇй„иЌй…й„иЉ +luckperms.command.bulkupdate.success=иЇйƒиЊй…й„ иЇй„иЊи­иЏйŠиЋ иЇй„иДиЇй…й„ иЈй†иЌиЇи­ +luckperms.command.bulkupdate.success.statistics.nodes=иЅиЌй…иЇй„йŠ иЇй„иЙй‚иЏ иЇй„й…иЊиЃиЋиБиЉ +luckperms.command.bulkupdate.success.statistics.users=иЅиЌй…иЇй„йŠ иЇй„й…иГиЊиЎиЏй…йŠй† иЇй„й…иЊиЃиЋиБйŠй† +luckperms.command.bulkupdate.success.statistics.groups=иЅиЌй…иЇй„йŠ иЇй„иБиЊиЈ иЇй„й…иЊиЃиЋиБиЉ +luckperms.command.bulkupdate.failure=йиДй„ иЇй„иЊи­иЏйŠиЋ иЈиЇй„иЌй…й„иЉиŒ иЊи­й‚й‚ й…й† иЇй„йƒйˆй†иГйˆй„ й„й„иЃиЎиЗиЇиЁ +luckperms.command.update-task.request=иЊй… иЗй„иЈ й…й‡й…иЉ иЇй„иЊи­иЏйŠиЋиŒ иЇй„иБиЌиЇиЁ иЇй„иЇй†иЊиИиЇиБ +luckperms.command.update-task.complete=иЇйƒиЊй…й„иЊ иЙй…й„йŠиЉ иЇй„иЊи­иЏйŠиЋ +luckperms.command.update-task.push.attempting=йŠиЊй… иЇй„иЂй† й…и­иЇйˆй„иЉ иЇй„иЖиКиЗ иЅй„й‰ иЎйˆиЇиЏй… иЃиЎиБй‰ +luckperms.command.update-task.push.complete=иЎйˆиЇиЏй… иЃиЎиБй‰ иЊй… иЅиЙй„иЇй…й‡иЇ иЙиЈиБ {0} иЈй†иЌиЇи­ +luckperms.command.update-task.push.error=и­иЏиЋ иЎиЗиЃ иЃиЋй†иЇиЁ иЏйиЙ иЇй„иЊиКйŠйŠиБиЇиЊ иЅй„й‰ иЎйˆиЇиЏй… иЃиЎиБй‰ +luckperms.command.update-task.push.error-not-setup=й„иЇ йŠй…йƒй† иЏйиЙ иЇй„иЊиКйŠйŠиБиЇиЊ иЅй„й‰ иЎйˆиЇиЏй… иЃиЎиБй‰ и­йŠиЋ й„й… йŠиЊй… иЊйƒйˆйŠй† иЎиЏй…иЉ иЇй„й…иБиЇиГй„иЉ +luckperms.command.reload-config.success=иЊй… иЅиЙиЇиЏиЉ иЊи­й…йŠй„ й…й„й иЇй„иЅиЙиЏиЇиЏиЇиЊ +luckperms.command.reload-config.restart-note=иЈиЙиЖ иЇй„иЎйŠиЇиБиЇиЊ иГйŠиЊй… иЊиЗиЈйŠй‚й‡иЇ йй‚иЗ иЈиЙиЏ иЅиЙиЇиЏиЉ иЊиДиКйŠй„ иЇй„иЎиЇиЏй… +luckperms.command.translations.searching=иЇй„иЈи­иЋ иЙй† иЇй„иЊиБиЌй…иЇиЊ иЇй„й…иЊиЇи­иЉиŒ иЇй„иБиЌиЇиЁ иЇй„иЇй†иЊиИиЇиБ... +luckperms.command.translations.searching-error=иКйŠиБ й‚иЇиЏиБ иЙй„й‰ иЇй„и­иЕйˆй„ иЙй„й‰ й‚иЇиІй…иЉ иЇй„иЊиБиЌй…иЇиЊ иЇй„й…иЊйˆйиБиЉ +luckperms.command.translations.installed-translations=иЇй„иЊиБиЌй…иЇиЊ иЇй„й…иЋиЈиЊиЉ +luckperms.command.translations.available-translations=иЇй„иЊиБиЌй…иЇиЊ иЇй„й…иЊйˆйиБиЉ +luckperms.command.translations.percent-translated=иЊй…иЊ иЊиБиЌй…иЉ {0}% +luckperms.command.translations.translations-by=иЈйˆиЇиГиЗиЉ +luckperms.command.translations.installing=иЌиЇиБй иЊиЋиЈйŠиЊ иЇй„иЊиБиЌй…иЇиЊиŒ иЇй„иБиЌиЇиЁ иЇй„иЇй†иЊиИиЇиБ... +luckperms.command.translations.download-error=иЊиЙиАиБ иЊи­й…йŠй„ иЇй„иЊиБиЌй…иЉ й„й€ {0} +luckperms.command.translations.installing-specific=иЌиЇиБй иЊиЋиЈйŠиЊ иЇй„й„иКиЉ {0}... +luckperms.command.translations.install-complete=иЇйƒиЊй…й„ иЇй„иЊиЋиЈйŠиЊ +luckperms.command.translations.download-prompt=иЇиГиЊиЎиЏй… {0} й„иЊй†иВйŠй„ йˆиЊиЋиЈйŠиЊ иЇй„иЅиЕиЏиЇиБиЇиЊ иЇй„и­иЏйŠиЋиЉ й…й† й‡иАй‡ иЇй„иЊиБиЌй…иЇиЊ иЇй„й…й‚иЏй…иЉ й…й† иЇй„й…иЌиЊй…иЙ +luckperms.command.translations.download-override-warning=йŠиБиЌй‰ й…й„иЇи­иИиЉ иЃй† й‡иАиЇ иГйˆй йŠй„иКйŠ иЃйŠ иЊиКйŠйŠиБиЇиЊ й‚й…иЊ иЈй‡иЇ й„й‡иАй‡ иЇй„й„иКиЇиЊ +luckperms.usage.user.description=й…иЌй…йˆиЙиЉ й…й† иЇй„иЃйˆиЇй…иБ й„иЅиЏиЇиБиЉ иЇй„й…иГиЊиЎиЏй…йŠй† иЏиЇиЎй„ LuckPerms. (''user'' ййŠ LuckPerms й‡йˆ йй‚иЗ й„иЇиЙиЈ, йˆйŠй…йƒй†й‡ иЇй„иЅиДиЇиБиЉ иЅй„й‰ UUID иЃйˆ иЇиГй… иЇй„й…иГиЊиЎиЏй…) +luckperms.usage.group.description=й…иЌй…йˆиЙиЉ й…й† иЇй„иЃйˆиЇй…иБ й„иЅиЏиЇиБиЉ иЇй„й…иЌй…йˆиЙиЇиЊ иЏиЇиЎй„ LuckPerms. иЇй„й…иЌй…йˆиЙиЇиЊ й‡йŠ йй‚иЗ й…иЌй…йˆиЙиЇиЊ й…й† иЊиЙйŠйŠй†иЇиЊ иЇй„иЃиАйˆй†иЇиЊ иЇй„иЊйŠ йŠй…йƒй† иЅиЙиЗиЇиЄй‡иЇ й„й„й…иГиЊиЎиЏй…йŠй†. й…иЌй…йˆиЙиЇиЊ иЌиЏйŠиЏиЉ йŠиЊй… иЅй†иДиЇиЄй‡иЇ иЈиЇиГиЊиЎиЏиЇй… иЇй„иЃй…иБ ''creategroup''. +luckperms.usage.track.description=й…иЌй…йˆиЙиЉ й…й† иЇй„иЃйˆиЇй…иБ й„иЅиЏиЇиБиЉ иЇй„й…иГиЇиБиЇиЊ иЏиЇиЎй„ LuckPerms. иЇй„й…иГиЇиБиЇиЊ й‡йŠ й…иЌй…йˆиЙиЉ й…иБиЊиЈиЉ й…й† иЇй„й…иЌй…йˆиЙиЇиЊ иЇй„иЊйŠ йŠй…йƒй† иЇиГиЊиЎиЏиЇй…й‡иЇ й„иЊи­иЏйŠиЏ иЇй„иЊиБй‚йŠиЇиЊ йˆиЇй„иЊиЎййŠиЖиЇиЊ. +luckperms.usage.log.description=й…иЌй…йˆиЙиЉ й…й† иЇй„иЃйˆиЇй…иБ й„иЅиЏиЇиБиЉ йˆиИйŠйиЉ иЊиГиЌйŠй„ иЇй„иЏиЎйˆй„ иЏиЇиЎй„ LuckPerms. +luckperms.usage.sync.description=иЅиЙиЇиЏиЉ иЊи­й…йŠй„ иЌй…йŠиЙ иЇй„иЈйŠиЇй†иЇиЊ й…й† иЊиЎиВйŠй† иЇй„иЅиЖиЇйиЇиЊ ййŠ иЇй„иАиЇйƒиБиЉиŒ йˆиЊиЗиЈйŠй‚ иЃйŠ иЊиКйŠйŠиБиЇиЊ йŠиЊй… иЇйƒиЊиДиЇйй‡иЇ. +luckperms.usage.info.description=йŠиЗиЈиЙ й…иЙй„йˆй…иЇиЊ иЙиЇй…иЉ иЙй† й…иЋйŠй„ иЇй„иЅиЖиЇйиЇиЊ иЇй„й†иДиЗиЉ. +luckperms.usage.editor.description=иЅй†иДиЇиЁ иЌй„иГиЉ иЌиЏйŠиЏиЉ й„й…и­иБиБ иЇй„йˆйŠиЈ +luckperms.usage.editor.argument.type=иЇй„иЃй†йˆиЇиЙ иЇй„й…иБиЇиЏ иЊи­й…йŠй„й‡иЇ иЅй„й‰ иЇй„й…и­иБиБ. (''йƒй„''иŒ ''иЇй„й…иГиЊиЎиЏй…йŠй†'' иЃйˆ ''иЇй„й…иЌй…йˆиЙиЇиЊ'') +luckperms.usage.editor.argument.filter=иЕй„иЇи­йŠиЉ й„иЊиЕййŠиЉ иЅиЏиЎиЇй„иЇиЊ иЇй„й…иГиЊиЎиЏй… иЈйˆиЇиГиЗиЉ +luckperms.usage.verbose.description=йŠиЊи­йƒй… ййŠ й†иИиЇй… й…иБиЇй‚иЈиЉ иЕй„иЇи­йŠиЇиЊ иЇй„иЅиЖиЇйиЇиЊ иЇй„иЕйˆиЊйŠиЉ. +luckperms.usage.verbose.argument.action=иЊй…йƒйŠй† / иЊиЙиЗйŠй„ иЇй„иЊиГиЌйŠй„иŒ иЃйˆ иЊи­й…йŠй„ иЇй„иЅиЎиБиЇиЌ иЇй„й…иГиЌй„ +luckperms.usage.verbose.argument.filter=иЙиЇй…й„ иЇй„иЊиЕййŠиЉ й„й…иЗиЇиЈй‚иЉ иЇй„й…иЏиЎй„иЇиЊ иЖиЏ +luckperms.usage.verbose.argument.commandas=иЇй„й„иЇиЙиЈ/иЇй„иЃй…иБ й„иЊиДиКйŠй„й‡ +luckperms.usage.tree.description=йŠй†иДиІ иЗиБйŠй‚иЉ иЙиБиЖ иДиЌиБиЉ (иЊиБиЊйŠиЈ й‡иБй…йŠ иЇй„й‚иЇиІй…иЉ) й„иЌй…йŠиЙ иЇй„иЕй„иЇи­йŠиЇиЊ иЇй„й…иЙиБйˆйиЉ й„ LuckPerms. +luckperms.usage.tree.argument.scope=иЌиАиБ иЇй„иДиЌиБиЉ. и­иЏиЏ "." й„иЊиЖй…йŠй† иЌй…йŠиЙ иЇй„иЕй„иЇи­йŠиЇиЊ +luckperms.usage.tree.argument.player=иЇиГй… й„иЇиЙиЈ й…иЊиЕй„ й„й„иЊи­й‚й‚ иЖиЏй‡ +luckperms.usage.search.description=иЇй„иЈи­иЋ иЙй† иЌй…йŠиЙ иЇй„й…иГиЊиЎиЏй…йŠй†/иЇй„й…иЌй…йˆиЙиЇиЊ иЈиЅиАй† й…и­иЏиЏ +luckperms.usage.search.argument.permission=иЅиАй† иЇй„иЈи­иЋ иЙй† +luckperms.usage.search.argument.page=иЇй„иЕйи­иЉ иЇй„й…иБиЇиЏ иЙиБиЖй‡иЇ +luckperms.usage.network-sync.description=й…иВиЇй…й†иЉ иЇй„иЊиКйŠйŠиБиЇиЊ й…иЙ йˆи­иЏиЉ иЇй„иЊиЎиВйŠй† йˆиЗй„иЈ иЃй† иЊйиЙй„ иЌй…йŠиЙ иЇй„иЎйˆиЇиЏй… иЇй„иЃиЎиБй‰ иЙй„й‰ иЇй„иДиЈйƒиЉ й†йиГ иЇй„иДйŠиЁ +luckperms.usage.import.description=иЇиГиЊйŠиБиЇиЏ иЇй„иЈйŠиЇй†иЇиЊ й…й† й…й„й иЊиЕиЏйŠиБ (иЊй… иЅй†иДиЇиЄй‡ иГиЇиЈй‚иЇй‹) +luckperms.usage.import.argument.file=иЇй„й…й„й иЇй„иАйŠ иГйŠиЊй… иЇиГиЊйŠиБиЇиЏй‡ й…й† +luckperms.usage.import.argument.replace=иЇиГиЊиЈиЏиЇй„ иЇй„иЈйŠиЇй†иЇиЊ иЇй„й…йˆиЌйˆиЏиЉ иЈиЏй„иЇ й…й† иЇй„иЏй…иЌ +luckperms.usage.import.argument.upload=иБйиЙ иЇй„иЈйŠиЇй†иЇиЊ й…й† иЇиГиЊиЎиБиЇиЌ иГиЇиЈй‚ +luckperms.usage.export.description=иЊиЕиЏйŠиБ йƒиЇйиЉ иЈйŠиЇй†иЇиЊ иЇй„иЕй„иЇи­йŠиЇиЊ иЅй„й‰ й…й„й ''иЊиЕиЏйŠиБ''. йŠй…йƒй† иЅиЙиЇиЏиЉ иЇиГиЊйŠиБиЇиЏй‡иЇ ййŠ йˆй‚иЊ й„иЇи­й‚. +luckperms.usage.export.argument.file=иЇй„й…й„й иЇй„й…иБиЇиЏ иЊиЕиЏйŠиБй‡ иЅй„й‰ +luckperms.usage.export.argument.without-users=иЅиГиЊиЈиЙиЇиЏ иЇй„й…иГиЊиЎиЏй…йŠй† й…й† иЇй„иЊиЕиЏйŠиБ +luckperms.usage.export.argument.without-groups=иЃиГиЊиЈиЙиЇиЏ иЇй„й…иЌй…йˆиЙиЇиЊ й…й† иЇй„иЇиГиЊиЎиБиЇиЌ иЇй„иГиЇиЈй‚ +luckperms.usage.export.argument.upload=иЊиЕиЏйŠиБ йƒиЇйиЉ иЈйŠиЇй†иЇиЊ иЇй„иЕй„иЇи­йŠиЇиЊ иЅй„й‰ й…й„й ''иЊиЕиЏйŠиБ''. йŠй…йƒй† иЅиЙиЇиЏиЉ иЇиГиЊйŠиБиЇиЏй‡иЇ ййŠ йˆй‚иЊ й„иЇи­й‚. +luckperms.usage.reload-config.description=иЅиЙиЇиЏиЉ иЊи­й…йŠй„ иЈиЙиЖ иЎйŠиЇиБиЇиЊ иЇй„иЊй‡йŠиІиЉ +luckperms.usage.bulk-update.description=иЊй†ййŠиА иЇиГиЊйиГиЇиБиЇиЊ иЇй„иЊиКйŠйŠиБ иЈиЇй„иЌй…й„иЉ ййŠ иЌй…йŠиЙ иЇй„иЈйŠиЇй†иЇиЊ +luckperms.usage.bulk-update.argument.data-type=й†йˆиЙ иЇй„иЈйŠиЇй†иЇиЊ иЇй„иЊйŠ йŠиЊй… иЊиКйŠйŠиБй‡иЇ. (''иЌй…йŠиЙ''иŒ ''иЇй„й…иГиЊиЎиЏй…йŠй†'' иЃйˆ ''иЇй„й…иЌй…йˆиЙиЇиЊ'') +luckperms.usage.bulk-update.argument.action=иЇй„иЅиЌиБиЇиЁ иЇй„й…иБиЇиЏ иЊй†ййŠиАй‡ иЙй„й‰ иЇй„иЈйŠиЇй†иЇиЊ. (''иЊи­иЏйŠиЋ'' иЃйˆ ''и­иАй'') +luckperms.usage.bulk-update.argument.action-field=иЇй„и­й‚й„ иЇй„й…иБиЇиЏ иЇй„иЙй…й„ й…иЙй‡. й…иЗй„йˆиЈ йй‚иЗ й„й€ ''иЊи­иЏйŠиЋ'' (''иЃиАйˆй†иЇиЊ'' иЃйˆ ''иЎиЇиЏй…'' иЃйˆ ''иЙиЇй„й…йŠ'') +luckperms.usage.bulk-update.argument.action-value=иЇй„й‚йŠй…иЉ иЇй„й…иБиЇиЏ иЇиГиЊиЈиЏиЇй„й‡иЇ иЈй‡иЇ. й…иЗй„йˆиЈиЉ йй‚иЗ й„й€ "иЊи­иЏйŠиЋ". +luckperms.usage.bulk-update.argument.constraint=иЇй„й‚йŠйˆиЏ иЇй„й„иЇиВй…иЉ й„й„иЊи­иЏйŠиЋ +luckperms.usage.translations.description=иЅиЏиЇиБиЉ иЇй„иЊиБиЌй…иЇиЊ +luckperms.usage.translations.argument.install=иЇй„иЃй…иБ иЇй„йиБиЙйŠ й„иЊиЋиЈйŠиЊ иЇй„иЊиБиЌй…иЇиЊ +luckperms.usage.apply-edits.description=иЊиЗиЈйŠй‚ иЊиКйŠйŠиБиЇиЊ иЇй„иЕй„иЇи­йŠиЇиЊ иЇй„иЊйŠ иЃиЌиБйŠиЊ й…й† й…и­иБиБ иЇй„йˆйŠиЈ +luckperms.usage.apply-edits.argument.code=иЇй„иБй…иВ иЇй„йиБйŠиЏ й…й† й†йˆиЙй‡ й„й„иЈйŠиЇй†иЇиЊ +luckperms.usage.apply-edits.argument.target=й…й† йŠй‚йˆй… иЈиЊиЗиЈйŠй‚ иЇй„иЈйŠиЇй†иЇиЊ иЅй„й‰ +luckperms.usage.create-group.description=иЃй†иДиЇиЁ й…иЌй…йˆиЙиЉ иЌиЏйŠиЏиЉ +luckperms.usage.create-group.argument.name=иЃиГй… иЇй„й…иЌй…йˆиЙиЉ +luckperms.usage.create-group.argument.weight=й‚йˆиЉ иЇй„й…иЌй…йˆиЙиЉ +luckperms.usage.create-group.argument.display-name=иЇй„иЇиГй… иЇй„иИиЇй‡иБ й„й„й…иЌй…йˆиЙиЉ +luckperms.usage.delete-group.description=и­иАй иЇй„й…иЌй…йˆиЙиЉ +luckperms.usage.delete-group.argument.name=иЃиГй… иЇй„й…иЌй…йˆиЙиЉ +luckperms.usage.list-groups.description=й‚иЇиІй…иЉ иЌй…йŠиЙ иЇй„й…иЌй…йˆиЙиЇиЊ ййŠ иЇй„й…й†иЕиЉ +luckperms.usage.create-track.description=иЃй†иДиЇиЁ й…иГиЇиБ иЌиЏйŠиЏ +luckperms.usage.create-track.argument.name=иЃиГй… иЇй„й…иГиЇиБ +luckperms.usage.delete-track.description=и­иАй иЇй„й…иГиЇиБ +luckperms.usage.delete-track.argument.name=иЃиГй… иЇй„й…иГиЇиБ +luckperms.usage.list-tracks.description=й‚иЇиІй…иЉ иЌй…йŠиЙ иЇй„й…иГиЇиБиЇиЊ иЙй„й‰ иЇй„й…й†иЕиЉ +luckperms.usage.user-info.description=иЅиИй‡иЇиБ й…иЙй„йˆй…иЇиЊ иЙй† иЇй„й„иЇиЙиЈ +luckperms.usage.user-switchprimarygroup.description=иЊиЈиЏйŠй„ иЇй„й…иЌй…йˆиЙиЉ иЇй„иБиІйŠиГйŠиЉ й„й„й…иГиЊиЎиЏй… +luckperms.usage.user-switchprimarygroup.argument.group=иЇй„иЊиЈиЏйŠй„ иЇй„й‰ иЇй„й…иЌй…йˆиЙиЉ +luckperms.usage.user-promote.description=иЊиБй‚йŠиЉ й…иГиЇиБ иЇй„й„иЇиЙиЈ +luckperms.usage.user-promote.argument.track=иЇй„й…иГиЇиБ иЇй„й…иБиЇиЏ иЊиБй‚йŠиЊй‡ й„й„иЇиЙиЈ +luckperms.usage.user-promote.argument.context=иЇй„иГйŠиЇй‚иЇиЊ й„иЊиБй‚йŠиЉ иЇй„й„иЇиЙиЈ ййŠ +luckperms.usage.user-promote.argument.dont-add-to-first=йй‚иЗ иЇй„иЊиБй‚йŠиЉ й„й„й…иГиЊиЎиЏй… иЅиАиЇ йƒиЇй† иЈиЇй„йиЙй„ иЙй„й‰ иЇй„й…иГиЇиБ +luckperms.usage.user-demote.description=иЎйиЖ й…иГиЇиБ иЇй„й„иЇиЙиЈ +luckperms.usage.user-demote.argument.track=иЇй„й…иГиЇиБ иЇй„й…иБиЇиЏ иЎйиЖй‡ й„й„иЇиЙиЈ +luckperms.usage.user-demote.argument.context=иЇй„иГйŠиЇй‚иЇиЊ й„иЎйиЖ иЇй„й„иЇиЙиЈ ййŠ +luckperms.usage.user-demote.argument.dont-remove-from-first=й…й†иЙ иЅиВиЇй„иЉ иЇй„й„иЇиЙиЈ й…й† иЇй„й…иЌй…йˆиЙиЉ иЇй„иЃйˆй„й‰ +luckperms.usage.user-clone.description=й†иГиЎ иЇй„й„иЇиЙиЈ +luckperms.usage.user-clone.argument.user=иЇй„иЃиГй…/й…иЙиБй иЇй„й„иЇиЙиЈ й„й†иГиЎй‡ +luckperms.usage.group-info.description=иЅиЙиЗиЇиЁ й…иЙй„йˆй…иЇиЊ и­йˆй„ иЇй„й…иЌй…йˆиЙиЉ +luckperms.usage.group-listmembers.description=иЃиИй‡иЇиБ иЇй„й„иЇиЙиЈйŠй†/иЇй„й…иЌй…йˆиЙиЇиЊ иЇй„иАйŠй† йŠиБиЋйˆй† й…й† й‡иАй‡ иЇй„й…иЌй…йˆиЙиЉ +luckperms.usage.group-listmembers.argument.page=иЇй„иЕйи­иЉ иЇй„й…иБиЇиЏ иЙиБиЖй‡иЇ +luckperms.usage.group-setweight.description=иЊиЙйŠйŠй† й‚йˆиЉ иЇй„й…иЌй…йˆиЙиЉ +luckperms.usage.group-setweight.argument.weight=иЇй„й‚йˆиЉ иЇй„й…иБиЇиЏ йˆиЖиЙй‡иЇ +luckperms.usage.group-set-display-name.description=иЖиЙ иЃиГй… иЙиБиЖ иЇй„й…иЌй…йˆиЙиЇиЊ +luckperms.usage.group-set-display-name.argument.name=иЇй„иЃиГй… иЊй… иЊиКйŠиБй‡ иЇй„й‰ +luckperms.usage.group-set-display-name.argument.context=иЇй„иГйŠиЇй‚иЇиЊ иЇй„иЊйŠ иГйŠиЊй… иЊиЙйŠйŠй† иЇй„иЇиГй… ййŠй‡иЇ +luckperms.usage.group-rename.description=иЊиКйŠиБ иЇиГй… иЇй„й…иЌй…йˆиЙиЉ +luckperms.usage.group-rename.argument.name=иЇй„иЇиГй… иЇй„иЌиЏйŠиЏ й„й„й…иЌй…йˆиЙиЉ +luckperms.usage.group-clone.description=й†иГиЎ иЇй„й…иЌй…йˆиЙиЉ +luckperms.usage.group-clone.argument.name=иЃиГй… иЇй„й…иЌй…йˆиЙиЉ иЇй„й…иБиЇиЏ й†иГиЎй‡иЇ +luckperms.usage.holder-editor.description=йиЊи­ й…йˆй‚иЙ й…и­иБиБ иЇй„иЕй„иЇи­йŠиЇиЊ +luckperms.usage.holder-showtracks.description=й‚иЇиІй…иЉ иЇй„й…иГиЇиБиЇиЊ иЇй„иЊйŠ йŠиЙй…й„ иЙй„йŠй‡иЇ иЇй„йƒиЇиІй† +luckperms.usage.holder-clear.description=иЃиВиЇй„иЉ иЌй…йŠиЙ иЕй„иЇи­йŠиЇиЊиŒ иЇй„йˆиЇиБиЋйŠй† йˆиЇй„й…йŠиЊиЇ +luckperms.usage.holder-clear.argument.context=иЊиЕййŠиЉ иЇй„й…иГиЇиБиЇиЊ иЈйˆиЇиГиЗиЉ +luckperms.usage.permission.description=иЊиЙиЏйŠй„ иЇй„иЕй„иЇи­йŠиЇиЊ +luckperms.usage.parent.description=иЊиЙиЏйŠй„ иЇй„й…йŠиБиЇиЋ +luckperms.usage.meta.description=иЊи­иБйŠиБ й‚йŠй… иЇй„иЈйŠиЇй†иЇиЊ иЇй„йˆиЕййŠиЉ +luckperms.usage.permission-info.description=й‚иЇиІй…иЉ иЕй„иЇи­йŠиЉ иЇй„иЙй‚иЏ иЇй„иЊйŠ йŠй…й„йƒй‡иЇ иЇй„йƒиЇиІй† +luckperms.usage.permission-info.argument.page=иЇй„иЕйи­иЉ иЇй„й…иБиЇиЏ иЙиБиЖй‡иЇ +luckperms.usage.permission-info.argument.sort-mode=йƒйŠй йиБиВ иЇй„й…иЏиЎй„иЇиЊ +luckperms.usage.permission-set.description=йˆиЖиЙ иЕй„иЇи­йŠиЉ й„й„йƒиЇиІй† +luckperms.usage.permission-set.argument.node=иЕй„иЇи­йŠиЉ иЇй„иЙй‚иЏиЉ й„иЊиЙйŠй† +luckperms.usage.permission-set.argument.value=иЇй„й‚йŠй…иЉ й„й„иЙй‚иЏиЉ +luckperms.usage.permission-set.argument.context=иЇй„иГйŠиЇй‚иЇиЊ й„иЃиЖиЇйиЉ иЇй„иЕй„иЇи­йŠиЉ иЇй„й‰ +luckperms.usage.permission-unset.description=иЇиВиЇй„иЉ иЇй„иЕй„иЇи­йŠиЉ й…й† иЇй„йƒиЇиІй† +luckperms.usage.permission-unset.argument.node=иЕй„иЇи­йŠиЉ иЇй„иЙй‚иЏй‡ й„иЃиВиЇй„иЊй‡иЇ +luckperms.usage.permission-unset.argument.context=иЇй„иГйŠиЇй‚иЇиЊ й„иЃиВиЇй„иЉ иЇй„иЕй„иЇи­йŠиЉ +luckperms.usage.permission-settemp.description=йˆиЖиЙ иЕй„иЇи­йŠиЉ й„йƒиЇиІй† й…иЄй‚иЊй‹иЇ +luckperms.usage.permission-settemp.argument.node=иЕй„иЇи­йŠиЉ иЇй„иЙй‚иЏиЉ й„йˆиЖиЙй‡иЇ +luckperms.usage.permission-settemp.argument.value=й‚йŠй…иЉ иЇй„иЙй‚иЏиЉ +luckperms.usage.permission-settemp.argument.duration=иЇй„й…иЏиЉ и­иЊй‰ иЊй†иЊй‡йŠ иЕй„иЇи­йŠиЉ иЇй„иЙй‚иЏй‡ +luckperms.usage.permission-settemp.argument.temporary-modifier=йƒйŠй йŠиЊиЗиЈй‚ иЇй„иЃиАй† иЇй„й…иЄй‚иЊ +luckperms.usage.permission-settemp.argument.context=иЇй„иГйŠиЇй‚иЇиЊ й„иЃиЖиЇйиЉ иЇй„иЕй„иЇи­йŠиЉ ййŠ +luckperms.usage.permission-unsettemp.description=иЇиВиЇй„иЉ иЇй„иЕй„иЇи­йŠиЉ иЇй„й…иЄй‚иЊиЉ й…й† иЇй„йƒиЇиІй† +luckperms.usage.permission-unsettemp.argument.node=иЇй„иЕй„иЇи­йŠиЉ й„иЃиВиЇй„иЊй‡иЇ +luckperms.usage.permission-unsettemp.argument.duration=иЇй„й…иЏиЉ иЇй„й…иБиЇиЏ иЇиВиЇй„иЊй‡иЇ +luckperms.usage.permission-unsettemp.argument.context=иЇй„иГйŠиЇй‚иЇиЊ й„иЃиВиЇй„иЉ иЇй„иЕй„иЇи­йŠиЉ ййŠ +luckperms.usage.permission-check.description=иЊи­й‚й‚ иЇиАиЇ йƒиЇй† иЇй„йƒиЇиІй† йŠи­иЊйˆйŠ иЙй„й‰ иЕй„иЇи­йŠиЉ иЇй„иЙй‚иЏиЉ +luckperms.usage.permission-check.argument.node=иЕй„иЇи­йŠиЉ иЇй„иЙй‚иЏиЉ иЇй„й…иБиЇиЏ иЇй„иЊи­й‚й‚ й…й†й‡иЇ +luckperms.usage.permission-clear.description=й…иГи­ иЌй…йŠиЙ иЇй„иЕй„иЇи­йŠиЇиЊ +luckperms.usage.permission-clear.argument.context=иЊиБиЊйŠиЈ иЇй„иГйŠиЇй‚иЇиЊ иЈйˆиЇиГиЗиЉ +luckperms.usage.parent-info.description=й‚иЇиІй…иЉ иЇй„й…иЌй…йˆиЙиЇиЊ иЇй„иЊйŠ йŠиБиЋй‡иЇ й…й† +luckperms.usage.parent-info.argument.page=иЇй„иЕйи­иЉ иЇй„й…иБиЇиЏ иЙиБиЖй‡иЇ +luckperms.usage.parent-info.argument.sort-mode=йƒйŠй йиБиВ иЇй„й…иЏиЎй„иЇиЊ +luckperms.usage.parent-set.description=иЃиВиЇй„иЉ иЌй…йŠиЙ иЇй„й…иЌй…йˆиЙиЇиЊ иЇй„иЃиЎиБй‰ иЇй„иЊйŠ йŠиБиЋй‡иЇ иЇй„йƒиЇиІй† иЈиЇй„йиЙй„ йˆйŠиЖйŠйй‡иЇ иЅй„й‰ иЇй„й…иЌй…йˆиЙиЉ иЇй„й…и­иЏиЏиЉ +luckperms.usage.parent-set.argument.group=иЇй„й…иЌй…йˆиЙиЉ иЇй„й…иБиЇиЏ иЊиЙйŠйŠй†й‡иЇ +luckperms.usage.parent-set.argument.context=иЇй„иГйŠиЇй‚иЇиЊ й„иЊиЙйŠйŠй† иЇй„й…иЌй…йˆиЙиЉ ййŠй‡иЇ +luckperms.usage.parent-add.description=йŠиЙйŠй† й…иЌй…йˆиЙиЉ иЃиЎиБй‰ й„й„йƒиЇиІй† й„йŠиБиЋ иЇй„иЕй„иЇи­йŠиЇиЊ й…й†й‡иЇ +luckperms.usage.parent-add.argument.group=иЇй„й…иЌй…йˆиЙиЉ иЇй„иЊйŠ иЊиБиЋ й…й†й‡иЇ +luckperms.usage.parent-add.argument.context=иЇй„иГйŠиЇй‚иЇиЊ й„иЊйˆиБйŠиЋ иЇй„й…иЌй…йˆиЙиЉ ййŠй‡иЇ +luckperms.usage.parent-remove.description=иЃиВиЇй„иЉ й‚иЇиЙиЏиЉ иЇй„иЊйˆиБйŠиЋ иЇй„й…и­иЏиЏиЉ й…иГиЈй‚й‹иЇ +luckperms.usage.parent-remove.argument.group=иЇй„иБиЊиЈиЉ й„иЃиВиЇй„иЊй‡иЇ +luckperms.usage.parent-remove.argument.context=иЇй„иГйŠиЇй‚иЇиЊ й„иЅиВиЇй„иЉ иЇй„й…иЌй…йˆиЙиЉ ййŠй‡иЇ +luckperms.usage.parent-set-track.description=иЃиВиЇй„иЉ йƒй„ иЇй„й…иЌй…йˆиЙиЇиЊ иЇй„иЃиЎиБй‰ иЇй„иЊйŠ йŠиБиЋй‡иЇ иЇй„йƒиЇиІй† иЈиЇй„йиЙй„ иЙй„й‰ иЇй„й…иГиЇиБ иЇй„й…и­иЏиЏ йˆйŠиЖйŠйй‡иЇ иЅй„й‰ иЇй„й…иЌй…йˆиЙиЉ иЇй„й…и­иЏиЏиЉ +luckperms.usage.parent-set-track.argument.track=иЇй„й…иГиЇиБ иЇй„й…иБиЇиЏ иЖиЈиЗй‡ +luckperms.usage.parent-set-track.argument.group=иЇй„й…иЌй…йˆиЙиЉ иЇй„й…иБиЇиЏ иЊиЙйŠйŠй†й‡иЇ иŒ иЃйˆ иБй‚й… йŠиЊиЙй„й‚ иЈй…йˆй‚й иЇй„й…иЌй…йˆиЙиЉ иЙй„й‰ иЇй„й…иГиЇиБ иЇй„й…и­иЏиЏ +luckperms.usage.parent-set-track.argument.context=иЇй„иГйŠиЇй‚иЇиЊ й„иЊиЙйŠйŠй† иЇй„й…иЌй…йˆиЙиЉ ййŠй‡иЇ +luckperms.usage.parent-add-temp.description=йŠиЙйŠй‘й† й…иЌй…йˆиЙиЉ иЃиЎиБй‰ й„й„йƒиЇиІй† й„йŠиБиЋ иЇй„иЕй„иЇи­йŠиЇиЊ й…й†й‡иЇ й…иЄй‚иЊй‹иЇ +luckperms.usage.parent-add-temp.argument.group=иЇй„й…иЌй…йˆиЙиЉ иЇй„иЊйŠ иЊиБиЋ й…й†й‡иЇ +luckperms.usage.parent-add-temp.argument.duration=й…иЏиЉ иЙиЖйˆйŠиЉ иЇй„й…иЌй…йˆиЙиЉ +luckperms.usage.parent-add-temp.argument.temporary-modifier=йƒйŠй йŠй†иЈиКйŠ иЊиЗиЈйŠй‚ иЇй„иЅиАй† иЇй„й…иЄй‚иЊ +luckperms.usage.parent-add-temp.argument.context=иЇй„иГйŠиЇй‚иЇиЊ й„иЊйˆиБйŠиЋ иЇй„й…иЌй…йˆиЙиЉ ййŠй‡иЇ +luckperms.usage.parent-remove-temp.description=иЃиВиЇй„иЉ й‚иЇиЙиЏиЉ иЊйˆиБйŠиЋ й…иЄй‚иЊиЉ иЊй… иЊиЙйŠйŠй†й‡иЇ й…иГиЈй‚й‹иЇ +luckperms.usage.parent-remove-temp.argument.group=иЇй„иБиЊиЈиЉ й„и­иАйй‡иЇ +luckperms.usage.parent-remove-temp.argument.duration=й…иЏиЉ иЇй„иЗиБи­ +luckperms.usage.parent-remove-temp.argument.context=иЇй„иГйŠиЇй‚иЇиЊ й„иЅиВиЇй„иЉ иЇй„й…иЌй…йˆиЙиЉ ййŠй‡иЇ +luckperms.usage.parent-clear.description=иЃиВиЇй„иЉ иЌй…йŠиЙ иЇй„йˆиБиЇиЋиЇиЊ +luckperms.usage.parent-clear.argument.context=иЇй„иГйŠиЇй‚иЇиЊ й„й„иЊиЕййŠиЉ и­иГиЈ +luckperms.usage.parent-clear-track.description=й…иГи­ иЌй…йŠиЙ иЇй„йˆиБиЇиЋиЇиЊ иЙй„й‰ й…иГиЇиБ й…иЙйŠй† +luckperms.usage.parent-clear-track.argument.track=иЇй„й…иГиЇиБ иЇй„й…иЗй„йˆиЈ иЅиВиЇй„иЊй‡ +luckperms.usage.parent-clear-track.argument.context=иЇй„иГйŠиЇй‚иЇиЊ й„й„иЊиЕййŠиЉ и­иГиЈ +luckperms.usage.meta-info.description=иЃиИй‡иЇиБ иЌй…йŠиЙ иЈйŠиЇй†иЇиЊ иЇй„иЏиБиЏиДиЉ +luckperms.usage.meta-set.description=иЊиЙйŠй† й‚йŠй…иЉ иЇй„иЊиЙиБйŠй +luckperms.usage.meta-set.argument.key=иЇй„й…йиЊиЇи­ й„иЖиЈиЗ +luckperms.usage.meta-set.argument.value=иЇй„й‚йŠй…иЉ иЇй„й…иБиЇиЏ иЊиЙйŠйŠй†й‡иЇ +luckperms.usage.meta-set.argument.context=иЇй„иГйŠиЇй‚иЇиЊ й„иЅиЖиЇйиЉ иВйˆиЌ иЇй„иЊиЙиБйŠй ййŠй‡иЇ +luckperms.usage.meta-unset.description=иЅй„иКиЇиЁ иЊи­иЏйŠиЏ й‚йŠй…иЉ иЇй„иЊиЙиБйŠй +luckperms.usage.meta-unset.argument.key=й…йиЊиЇи­ ййƒ +luckperms.usage.meta-unset.argument.context=иЇй„иГйŠиЇй‚иЇиЊ й„иЅиВиЇй„иЉ иВйˆиЌ иЇй„иЊиЙиБйŠй ййŠ +luckperms.usage.meta-settemp.description=йŠи­иЏиЏ й‚йŠй…иЉ иЇй„иЊиЙиБйŠй й…иЄй‚иЊй‹иЇ +luckperms.usage.meta-settemp.argument.key=иЇй„й…йиЊиЇи­ й„иЖиЈиЗ +luckperms.usage.meta-settemp.argument.value=иЇй„й‚йŠй…иЉ иЇй„й…иБиЇиЏ иЊиЙйŠйŠй†й‡иЇ +luckperms.usage.meta-settemp.argument.duration=иЇй„й…иЏиЉ и­иЊй‰ иЇй†иЊй‡иЇиЁ иЕй„иЇи­йŠиЉ й‚йŠй…иЉ иЇй„иЊиЙиБйŠй +luckperms.usage.meta-settemp.argument.context=иЇй„иГйŠиЇй‚иЇиЊ й„иЅиЖиЇйиЉ иВйˆиЌ иЇй„иЊиЙиБйŠй ййŠй‡иЇ +luckperms.usage.meta-unsettemp.description=иЅй„иКиЇиЁ иЊиЙйŠйŠй† й‚йŠй…иЉ иЇй„иЊиЙиБйŠй иЇй„й…иЄй‚иЊиЉ +luckperms.usage.meta-unsettemp.argument.key=й…йиЊиЇи­ ййƒ +luckperms.usage.meta-unsettemp.argument.context=иЇй„иГйŠиЇй‚иЇиЊ й„иЅиВиЇй„иЉ иВйˆиЌ иЇй„иЊиЙиБйŠй ййŠ +luckperms.usage.meta-addprefix.description=иЇиЖиЇйиЉ иДйƒй„ +luckperms.usage.meta-addprefix.argument.priority=иЇй„иЃйˆй„йˆйŠиЉ й„иЅиЖиЇйиЉ иЇй„иЈиЇиЏиІиЉ ййŠ +luckperms.usage.meta-addprefix.argument.prefix=иГй„иГй„иЉ иЇй„иЈиЇиЏиІиЉ +luckperms.usage.meta-addprefix.argument.context=иЇй„иГйŠиЇй‚иЇиЊ й„иЅиЖиЇйиЉ иЇй„иЈиЇиЏиІиЉ ййŠй‡иЇ +luckperms.usage.meta-addsuffix.description=йŠиЖйŠй й„иЇи­й‚иЉ +luckperms.usage.meta-addsuffix.argument.priority=иЇй„иЃйˆй„йˆйŠиЉ й„иЅиЖиЇйиЉ иЇй„й„иЇи­й‚иЉ ййŠ +luckperms.usage.meta-addsuffix.argument.suffix=иГй„иГй„иЉ иЇй„й„иЇи­й‚иЉ +luckperms.usage.meta-addsuffix.argument.context=иЇй„иГйŠиЇй‚иЇиЊ й„иЅиЖиЇйиЉ иЇй„й„иЇи­й‚иЉ ййŠй‡иЇ +luckperms.usage.meta-setprefix.description=иЖиЈиЗ иЈиЇиЏиІиЉ +luckperms.usage.meta-setprefix.argument.priority=иЇй„иЃйˆй„йˆйŠиЉ иЇй„й…иБиЇиЏ иЖиЈиЗ иЇй„иЈиЇиЏиІиЉ ййŠй‡иЇ +luckperms.usage.meta-setprefix.argument.prefix=й†иЕ иЇй„иЈиЇиЏиІиЉ +luckperms.usage.meta-setprefix.argument.context=иЇй„иГйŠиЇй‚иЇиЊ й„иЖиЈиЗ иЇй„иЈиЇиЏиІиЉ ййŠй‡иЇ +luckperms.usage.meta-setsuffix.description=иЖиЈиЗ й„иЇи­й‚иЉ +luckperms.usage.meta-setsuffix.argument.priority=иЇй„иЃйˆй„йˆйŠиЉ иЇй„й…иБиЇиЏ иЖиЈиЗ иЇй„й„иЇи­й‚иЉ ййŠй‡иЇ +luckperms.usage.meta-setsuffix.argument.suffix=й†иЕ иЇй„й„иЇи­й‚иЉ +luckperms.usage.meta-setsuffix.argument.context=иЇй„иГйŠиЇй‚иЇиЊ й„иЖиЈиЗ иЇй„й„иЇи­й‚иЉ ййŠй‡иЇ +luckperms.usage.meta-removeprefix.description=иЅиВиЇй„иЉ иЇй„иЈиЇиЏиІиЉ +luckperms.usage.meta-removeprefix.argument.priority=иЇй„иЃйˆй„йˆйŠиЉ иЇй„й…иБиЇиЏ иЅиВиЇй„иЉ иЇй„иЈиЇиЏиІиЉ ййŠй‡иЇ +luckperms.usage.meta-removeprefix.argument.prefix=й†иЕ иЇй„иЈиЇиЏиІиЉ +luckperms.usage.meta-removeprefix.argument.context=иЇй„иГйŠиЇй‚иЇиЊ иЇй„й…иБиЇиЏ иЅиВиЇй„иЉ иЇй„иЈиЇиЏиІиЉ ййŠй‡иЇ +luckperms.usage.meta-removesuffix.description=иЅиВиЇй„иЉ й„иЇи­й‚иЉ +luckperms.usage.meta-removesuffix.argument.priority=иЇй„иЃйˆй„йˆйŠиЉ иЇй„й…иБиЇиЏ иЅиВиЇй„иЉ иЇй„й„иЇи­й‚иЉ ййŠй‡иЇ +luckperms.usage.meta-removesuffix.argument.suffix=й†иЕ иЇй„й„иЇи­й‚иЉ +luckperms.usage.meta-removesuffix.argument.context=иЇй„иГйŠиЇй‚иЇиЊ иЇй„й…иБиЇиЏ иЅиВиЇй„иЉ иЇй„й„иЇи­й‚иЉ ййŠй‡иЇ +luckperms.usage.meta-addtemp-prefix.description=иЅиЖиЇйиЉ иЈиЇиЏиІиЉ й…иЄй‚иЊиЉ +luckperms.usage.meta-addtemp-prefix.argument.priority=иЇй„иЃйˆй„йˆйŠиЉ иЇй„й…иБиЇиЏ иЅиЖиЇйиЉ иЇй„иЈиЇиЏиІиЉ ййŠй‡иЇ +luckperms.usage.meta-addtemp-prefix.argument.prefix=й†иЕ иЇй„иЈиЇиЏиІиЉ +luckperms.usage.meta-addtemp-prefix.argument.duration=иЇй„й…иЏиЉ и­иЊй‰ иЊй†иЊй‡йŠ иЕй„иЇи­йŠиЉ иЇй„иЈиЇиЏиІиЉ +luckperms.usage.meta-addtemp-prefix.argument.context=иЇй„иГйŠиЇй‚иЇиЊ иЇй„й…иБиЇиЏ иЅиЖиЇйиЉ иЇй„иЈиЇиЏиІиЉ ййŠй‡иЇ +luckperms.usage.meta-addtemp-suffix.description=иЅиЖиЇйиЉ й„иЇи­й‚иЉ й…иЄй‚иЊиЉ +luckperms.usage.meta-addtemp-suffix.argument.priority=иЇй„иЃйˆй„йˆйŠиЉ иЇй„й…иБиЇиЏ иЅиЖиЇйиЉ иЇй„й„иЇи­й‚иЉ ййŠй‡иЇ +luckperms.usage.meta-addtemp-suffix.argument.suffix=й†иЕ иЇй„й„иЇи­й‚иЉ +luckperms.usage.meta-addtemp-suffix.argument.duration=иЇй„й…иЏиЉ и­иЊй‰ иЊй†иЊй‡йŠ иЕй„иЇи­йŠиЉ иЇй„й„иЇи­й‚иЉ +luckperms.usage.meta-addtemp-suffix.argument.context=иЇй„иГйŠиЇй‚иЇиЊ иЇй„й…иБиЇиЏ иЅиЖиЇйиЉ иЇй„й„иЇи­й‚иЉ ййŠй‡иЇ +luckperms.usage.meta-settemp-prefix.description=иЅиЖиЇйиЉ иЈиЇиЏиІиЉ й…иЄй‚иЊиЉ +luckperms.usage.meta-settemp-prefix.argument.priority=иЇй„иЃйˆй„йˆйŠиЉ иЇй„й…иБиЇиЏ иЖиЈиЗ иЇй„иЈиЇиЏиІиЉ ййŠй‡иЇ +luckperms.usage.meta-settemp-prefix.argument.prefix=й†иЕ иЇй„иЈиЇиЏиІиЉ +luckperms.usage.meta-settemp-prefix.argument.duration=иЇй„й…иЏиЉ и­иЊй‰ иЊй†иЊй‡йŠ иЕй„иЇи­йŠиЉ иЇй„иЈиЇиЏиІиЉ +luckperms.usage.meta-settemp-prefix.argument.context=иЇй„иГйŠиЇй‚иЇиЊ иЇй„й…иБиЇиЏ иЖиЈиЗ иЇй„иЈиЇиЏиІиЉ ййŠй‡иЇ +luckperms.usage.meta-settemp-suffix.description=иЅиЖиЇйиЉ й„иЇи­й‚иЉ й…иЄй‚иЊиЉ +luckperms.usage.meta-settemp-suffix.argument.priority=иЇй„иЃйˆй„йˆйŠиЉ иЇй„й…иБиЇиЏ иЖиЈиЗ иЇй„й„иЇи­й‚иЉ ййŠй‡иЇ +luckperms.usage.meta-settemp-suffix.argument.suffix=й†иЕ иЇй„й„иЇи­й‚иЉ +luckperms.usage.meta-settemp-suffix.argument.duration=иЇй„й…иЏиЉ и­иЊй‰ иЊй†иЊй‡йŠ иЕй„иЇи­йŠиЉ иЇй„й„иЇи­й‚иЉ +luckperms.usage.meta-settemp-suffix.argument.context=иЇй„иГйŠиЇй‚иЇиЊ иЇй„й…иБиЇиЏ иЖиЈиЗ иЇй„й„иЇи­й‚иЉ ййŠй‡иЇ +luckperms.usage.meta-removetemp-prefix.description=иЅиВиЇй„иЉ иЈиЇиЏиІиЉ й…иЄй‚иЊиЉ +luckperms.usage.meta-removetemp-prefix.argument.priority=иЇй„иЃйˆй„йˆйŠиЉ иЇй„й…иБиЇиЏ иЅиВиЇй„иЉ иЇй„иЈиЇиЏиІиЉ ййŠй‡иЇ +luckperms.usage.meta-removetemp-prefix.argument.prefix=й†иЕ иЇй„иЈиЇиЏиІиЉ +luckperms.usage.meta-removetemp-prefix.argument.context=иЇй„иГйŠиЇй‚иЇиЊ иЇй„й…иБиЇиЏ иЅиВиЇй„иЉ иЇй„иЈиЇиЏиІиЉ ййŠй‡иЇ +luckperms.usage.meta-removetemp-suffix.description=иЅиВиЇй„иЉ иЈиЇиЏиІиЉ й…иЄй‚иЊиЉ +luckperms.usage.meta-removetemp-suffix.argument.priority=иЇй„иЃйˆй„йˆйŠиЉ иЇй„й…иБиЇиЏ иЅиВиЇй„иЉ иЇй„й„иЇи­й‚иЉ ййŠй‡иЇ +luckperms.usage.meta-removetemp-suffix.argument.suffix=й†иЕ иЇй„й„иЇи­й‚иЉ +luckperms.usage.meta-removetemp-suffix.argument.context=иЇй„иГйŠиЇй‚иЇиЊ иЇй„й…иБиЇиЏ иЅиВиЇй„иЉ иЇй„й„иЇи­й‚иЉ ййŠй‡иЇ +luckperms.usage.meta-clear.description=й…иГи­ йƒиЇйиЉ иЇй„иЈйŠиЇй†иЇиЊ +luckperms.usage.meta-clear.argument.type=й†йˆиЙ иЇй„иЊиЙиБйŠй иЇй„й…иБиЇиЏ иЅиВиЇй„иЊй‡ +luckperms.usage.meta-clear.argument.context=иЇй„иГйŠиЇй‚иЇиЊ иЇй„й…иБиЇиЏ иЇй„иЊиЕййŠиЉ иЈй‡иЇ +luckperms.usage.track-info.description=иЅиЙиЗиЇиЁ й…иЙй„йˆй…иЇиЊ и­йˆй„ иЇй„й…иГиЇиБ +luckperms.usage.track-editor.description=йиЊи­ й…йˆй‚иЙ й…и­иБиБ иЇй„иЕй„иЇи­йŠиЇиЊ +luckperms.usage.track-append.description=иЅй„и­иЇй‚ й…иЌй…йˆиЙиЉ иЅй„й‰ й†й‡иЇйŠиЉ иЇй„й…иГиЇиБ +luckperms.usage.track-append.argument.group=иЇй„й…иЌй…йˆиЙиЉ иЇй„й…иБиЇиЏ иЅй„и­иЇй‚й‡иЇ +luckperms.usage.track-insert.description=иЅиЏиБиЇиЌ й…иЌй…йˆиЙиЉ ййŠ й…йˆиЖиЙ й…иЙйŠй† иЙй„й‰ иЗйˆй„ иЇй„й…иГиЇиБ +luckperms.usage.track-insert.argument.group=иЇй„й…иЌй…йˆиЙиЉ иЇй„й…иБиЇиЏ иЅй„и­иЇй‚й‡иЇ +luckperms.usage.track-insert.argument.position=иЇй„й…йˆй‚иЙ иЇй„й…иБиЇиЏ иЅиЏиБиЇиЌ иЇй„й…иЌй…йˆиЙиЉ ййŠй‡ (иЇй„й…йˆй‚иЙ иЇй„иЃйˆй„ иЙй„й‰ иЇй„й…иГиЇиБ й‡йˆ 1) +luckperms.usage.track-remove.description=иЅиВиЇй„иЉ й…иЌй…йˆиЙиЉ й…й† иЇй„й…иГиЇиБ +luckperms.usage.track-remove.argument.group=иЇй„й…иЌй…йˆиЙиЉ иЇй„й…иБиЇиЏ иЅиВиЇй„иЊй‡иЇ +luckperms.usage.track-clear.description=й…иГи­ иЇй„й…иЌй…йˆиЙиЇиЊ ййŠ иЇй„й…иГиЇиБ +luckperms.usage.track-rename.description=иЅиЙиЇиЏиЉ иЊиГй…йŠиЉ иЇй„й…иГиЇиБ +luckperms.usage.track-rename.argument.name=иЇй„иЇиГй… иЇй„иЌиЏйŠиЏ +luckperms.usage.track-clone.description=й†иГиЎ иЇй„й…иГиЇиБ +luckperms.usage.track-clone.argument.name=иЇиГй… иЇй„й…иГиЇиБ иЇй„й…иБиЇиЏ иЇиГиЊй†иГиЇиЎй‡ иЅй„йŠй‡ +luckperms.usage.log-recent.description=иЙиБиЖ иЂиЎиБ иЇй„иЅиЌиБиЇиЁиЇиЊ +luckperms.usage.log-recent.argument.user=иЇиГй… иЇй„й…иГиЊиЎиЏй… / й…иЙиБй иЇй„й…иГиЊиЎиЏй… иЇй„й…иБиЇиЏ й„й„иЊиЕййŠиЉ +luckperms.usage.log-recent.argument.page=иБй‚й… иЇй„иЕйи­иЉ иЇй„й…иБиЇиЏ иЙиБиЖй‡иЇ +luckperms.usage.log-search.description=иЇй„иЈи­иЋ ййŠ иЇй„иГиЌй„ иЙй† й…иЏиЎй„иЉ +luckperms.usage.log-search.argument.query=иЇй„иЇиГиЊиЙй„иЇй… иЇй„й…иБиЇиЏ й„й„иЈи­иЋ +luckperms.usage.log-search.argument.page=иБй‚й… иЇй„иЕйи­иЉ иЇй„й…иБиЇиЏ иЙиБиЖй‡иЇ +luckperms.usage.log-notify.description=иЅиЗйиЇиЁ\\иЊиДиКйŠй„ иЅиДиЙиЇиБиЇиЊ иЇй„иГиЌй„ +luckperms.usage.log-notify.argument.toggle=й…иЇ иЅиАиЇ йƒиЇй† иГйŠиЊй… иЊиДиКйŠй„ иЃйˆ иЅйŠй‚иЇй иЇй„иЊиДиКйŠй„ +luckperms.usage.log-user-history.description=иЙиБиЖ иГиЌй„ иЇй„й…иГиЊиЎиЏй… +luckperms.usage.log-user-history.argument.user=иЇиГй… иЇй„й…иГиЊиЎиЏй… / й…иЙиБй иЇй„й…иГиЊиЎиЏй… +luckperms.usage.log-user-history.argument.page=иБй‚й… иЇй„иЕйи­иЉ иЇй„й…иБиЇиЏ иЙиБиЖй‡иЇ +luckperms.usage.log-group-history.description=иЙиБиЖ иГиЌй„ й…иЌй…йˆиЙиЉ +luckperms.usage.log-group-history.argument.group=иЅиГй… иЇй„й…иЌй…йˆиЙиЉ +luckperms.usage.log-group-history.argument.page=иБй‚й… иЇй„иЕйи­иЉ иЇй„й…иБиЇиЏ иЙиБиЖй‡иЇ +luckperms.usage.log-track-history.description=иЙиБиЖ иГиЌй„ иЇй„й…иГиЇиБ +luckperms.usage.log-track-history.argument.track=иЅиГй… иЇй„й…иГиЇиБ +luckperms.usage.log-track-history.argument.page=иБй‚й… иЇй„иЕйи­иЉ иЇй„й…иБиЇиЏ иЙиБиЖй‡иЇ +luckperms.usage.sponge.description=иЊиЙиЏйŠй„ иЈйŠиЇй†иЇиЊ иГиЈйˆй†иЌ иЇй„иЅиЖиЇййŠиЉ +luckperms.usage.sponge.argument.collection=иЇй„й…иЌй…йˆиЙиЉ иЇй„й…иБиЇиЏ иЇй„иЇиГиЊиЙй„иЇй… иЙй†й‡иЇ +luckperms.usage.sponge.argument.subject=иЇй„й…йˆиЖйˆиЙ иЇй„й…иБиЇиЏ иЊиЙиЏйŠй„й‡ +luckperms.usage.sponge-permission-info.description=иЅиИй‡иЇиБ й…иЙй„йˆй…иЇиЊ и­йˆй„ иЕй„иЇи­йŠиЇиЊ иЇй„й…йˆиЖйˆиЙ +luckperms.usage.sponge-permission-info.argument.contexts=иЇй„иГйŠиЇй‚иЇиЊ иЇй„й…иБиЇиЏ иЇй„иЊиЕййŠиЉ иЈй‡иЇ +luckperms.usage.sponge-permission-set.description=иЊиЙйŠйŠй† иЕй„иЇи­йŠй‘иЉ й„й‡иАиЇ иЇй„й…йˆиЖйˆиЙ +luckperms.usage.sponge-permission-set.argument.node=иЇй„иЙй‚иЏиЉ иЇй„иЕй„иЇи­йŠй‘иЉ иЇй„й…иБиЇиЏ иЊиЙйŠйŠй†й‡иЇ +luckperms.usage.sponge-permission-set.argument.tristate=иЇй„й‚йŠй…иЉ иЇй„й…иБиЇиЏ иЊиЙйŠйŠй† иЇй„иЅиАй† й„й‡иЇ +luckperms.usage.sponge-permission-set.argument.contexts=иЇй„иГйŠиЇй‚иЇиЊ иЇй„й…иБиЇиЏ иЊиЙйŠйŠй† иЇй„иЅиАй† ййŠй‡иЇ +luckperms.usage.sponge-permission-clear.description=й…иГи­ иЕй„иЇи­йŠиЇиЊ иЇй„й…йˆиЇиЖйŠиЙ +luckperms.usage.sponge-permission-clear.argument.contexts=иЇй„иГйŠиЇй‚иЇиЊ иЇй„й…иБиЇиЏ й…иГи­ иЇй„иЕй„иЇи­йŠиЇиЊ ййŠй‡иЇ +luckperms.usage.sponge-parent-info.description=иЅиИй‡иЇиБ й…иЙй„йˆй…иЇиЊ и­йˆй„ иЂиЈиЇиЁ иЇй„й…йˆиЖйˆиЙ +luckperms.usage.sponge-parent-info.argument.contexts=иЇй„иГйŠиЇй‚иЇиЊ иЇй„й…иБиЇиЏ иЇй„иЊиЕййŠиЉ иЈй‡иЇ +luckperms.usage.sponge-parent-add.description=иЅиЖиЇйиЉ иЃиЈ иЅй„й‰ иЇй„й…йˆиЖйˆиЙ +luckperms.usage.sponge-parent-add.argument.collection=й…иЌй…йˆиЙиЉ иЇй„й…йˆиЇиЖйŠиЙ иЇй„иЊйŠ йŠйƒйˆй† ййŠй‡иЇ иЇй„й…йˆиЖйˆиЙ иЇй„иБиІйŠиГйŠ +luckperms.usage.sponge-parent-add.argument.subject=иЇиГй… иЇй„й…йˆиЖйˆиЙ иЇй„иБиІйŠиГйŠ +luckperms.usage.sponge-parent-add.argument.contexts=иЇй„иГйŠиЇй‚иЇиЊ иЇй„й…иБиЇиЏ иЅиЖиЇйиЉ иЇй„иЃиЈ ййŠй‡иЇ +luckperms.usage.sponge-parent-remove.description=иЅиВиЇй„иЉ йˆиЇй„иЏ й…й† иЇй„й…йˆиЖйˆиЙ +luckperms.usage.sponge-parent-remove.argument.collection=й…иЌй…йˆиЙиЉ иЇй„й…йˆиЇиЖйŠиЙ иЇй„иЊйŠ йŠйƒйˆй† ййŠй‡иЇ иЇй„й…йˆиЖйˆиЙ иЇй„иБиІйŠиГйŠ +luckperms.usage.sponge-parent-remove.argument.subject=иЇиГй… иЇй„й…йˆиЖйˆиЙ иЇй„иБиІйŠиГйŠ +luckperms.usage.sponge-parent-remove.argument.contexts=иЇй„иГйŠиЇй‚иЇиЊ иЇй„й…иБиЇиЏ иЅиВиЇй„иЉ иЇй„иЃиЈ ййŠй‡иЇ +luckperms.usage.sponge-parent-clear.description=й…иГи­ иЇй„йˆиЇй„иЏйŠй† иЇй„й…йˆиЖйˆиЙйŠй† +luckperms.usage.sponge-parent-clear.argument.contexts=иЇй„иГйŠиЇй‚иЇиЊ иЇй„й…иБиЇиЏ иЅиВиЇй„иЉ иЇй„й„иЂиЈиЇиЁ ййŠй‡иЇ +luckperms.usage.sponge-option-info.description=иЅиИй‡иЇиБ й…иЙй„йˆй…иЇиЊ и­йˆй„ иЎйŠиЇиБиЇиЊ иЇй„й…йˆиЖйˆиЙ +luckperms.usage.sponge-option-info.argument.contexts=иЇй„иГйŠиЇй‚иЇиЊ иЇй„й…иБиЇиЏ иЇй„иЊиЕййŠиЉ иЈй‡иЇ +luckperms.usage.sponge-option-set.description=иЊиЙйŠйŠй† иЎйŠиЇиБ й„й„й…йˆиЖйˆиЙ +luckperms.usage.sponge-option-set.argument.key=иЇй„й…йиЊиЇи­ иЇй„й…иБиЇиЏ иЊиЙйŠйŠй†й‡ +luckperms.usage.sponge-option-set.argument.value=иЇй„й‚йŠй…иЉ иЇй„й…иБиЇиЏ иЊиЙйŠйŠй† иЇй„й…йиЊиЇи­ иЅй„йŠй‡иЇ +luckperms.usage.sponge-option-set.argument.contexts=иЇй„иГйŠиЇй‚иЇиЊ иЇй„й…иБиЇиЏ иЖиЈиЗ иЇй„иЎйŠиЇиБ ййŠй‡иЇ +luckperms.usage.sponge-option-unset.description=иЅй„иКиЇиЁ иЊиЙйŠйŠй† иЎйŠиЇиБ й„й„й…йˆиЖйˆиЙ +luckperms.usage.sponge-option-unset.argument.key=иЇй„й…йиЊиЇи­ иЇй„й…иБиЇиЏ иЅй„иКиЇиЁ иЊиЙйŠйŠй†й‡ +luckperms.usage.sponge-option-unset.argument.contexts=иЇй„иГйŠиЇй‚иЇиЊ иЇй„иЊйŠ иГйŠиЊй… иЅй„иКиЇиЁ иЊиЙйŠйŠй† иЇй„й…йиЊиЇи­ ййŠй‡иЇ +luckperms.usage.sponge-option-clear.description=й…иГи­ иЎйŠиЇиБиЇиЊ иЇй„й…йˆиЇиЖйŠиЙ +luckperms.usage.sponge-option-clear.argument.contexts=иЇй„иГйŠиЇй‚иЇиЊ иЇй„й…иБиЇиЏ й…иГи­ иЇй„иЎйŠиЇиБиЇиЊ ййŠй‡иЇ diff --git a/plugins/LuckPerms/translations/repository/bg_BG.properties b/plugins/LuckPerms/translations/repository/bg_BG.properties new file mode 100644 index 0000000..e4e1a76 --- /dev/null +++ b/plugins/LuckPerms/translations/repository/bg_BG.properties @@ -0,0 +1,325 @@ +luckperms.logs.actionlog-prefix=а›аžа“ +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=а˜а—ааžаЁ +luckperms.commandsystem.available-commands=а˜аЗаПаОаЛаЗаВаАаЙб‚аЕ {0}, аЗаА аДаА аВаИаДаИб‚аЕ аНаАаЛаИб‡аНаИб‚аЕ аКаОаМаАаНаДаИ +luckperms.commandsystem.command-not-recognised=ааЕаПаОаЗаНаАб‚аА аКаОаМаАаНаДаА +luckperms.commandsystem.no-permission=абаМаАб‚аЕ б€аАаЗб€аЕбˆаЕаНаИаЕ аДаА аИаЗаПаОаЛаЗаВаАб‚аЕ б‚аАаЗаИ аКаОаМаАаНаДаА\! +luckperms.commandsystem.no-permission-subcommands=абаМаАб‚аЕ б€аАаЗб€аЕбˆаЕаНаИаЕ аДаА аИаЗаПаОаЛаЗаВаАб‚аЕ аКаОбб‚аО аИ аДаА аЕ аПаОаД аКаОаМаАаНаДаА +luckperms.commandsystem.already-executing-command=а˜аЗаПбŠаЛаНбаВаА баЕ аДб€бƒаГаА аКаОаМаАаНаДаА, аИаЗб‡аАаКаВаАаНаЕ аДаОаКаАб‚аО аПб€аИаКаЛбŽб‡аИ... +luckperms.commandsystem.usage.sub-commands-header=аŸаОаД аšаОаМаАаНаДаИ +luckperms.commandsystem.usage.usage-header=аŸб€аАаВаИаЛаНаО аИаЗаПаОаЛаЗаВаАаНаЕ аНаА аКаОаМаАаНаДаАб‚аА +luckperms.commandsystem.usage.arguments-header=аб€аГбƒаМаЕаНб‚аИ +luckperms.first-time.no-permissions-setup=а˜аЗаГаЛаЕаЖаДаА, б‡аЕ аНаИаКаАаКаВаИ аПб€аАаВаА аНаЕ баА аНаАбб‚б€аОаЕаНаИ\! +luckperms.first-time.use-console-to-give-access=аŸб€аЕаДаИ аДаА аИаЗаПаОаЛаЗаВаАб‚аЕ, аКаОбб‚аО аИ аДаА аЕ аКаОаМаАаНаДаА аНаА LuckPerms аВ аИаГб€аАб‚аА, б‚б€баБаВаА аДаА аИаЗаПаОаЗаВаАб‚аЕ аКаОаНаЗаОаЛаАб‚аА, аЗаА аДаА баИ аДаАаДаЕб‚аЕ аПб€аАаВаОаМаОб‰аИб +luckperms.first-time.console-command-prompt=аžб‚аВаОб€аЕб‚аЕ аКаОаНаЗаОаЛаАб‚аА аИ аИаЗаПбŠаЛаНаЕб‚аЕ +luckperms.first-time.next-step=аЁаЛаЕаД аКаАб‚аО аНаАаПб€аАаВаИб‚аЕ б‚аОаВаА, аМаОаЖаЕб‚аЕ аДаА аЗаАаПаОб‡аНаЕб‚аЕ аДаА аДаЕб„аИаНаИб€аАб‚аЕ аПб€аАаВаА аИ аГб€бƒаПаИ +luckperms.first-time.wiki-prompt=ааЕ аЗаНаАаЕб‚аЕ аОб‚ аКбŠаДаЕ аДаА аЗаАаПаОб‡аНаЕб‚аЕ? а’аИаЖб‚аЕ б‚бƒаК\: {0} +luckperms.login.try-again=аœаОаЛб, аОаПаИб‚аАаЙб‚аЕ аОб‚аНаОаВаО аПаО-аКбŠбаНаО +luckperms.login.loading-database-error=ааАбб‚бŠаПаИ аГб€аЕбˆаКаА аВ аБаАаЗаАб‚аА аДаАаНаНаИ аПб€аИ аЗаАб€аЕаЖаДаАаНаЕ аНаА аИаНб„аОб€аМаАб†аИб аЗаА аПб€аАаВаА +luckperms.login.server-admin-check-console-errors=ааКаО бб‚аЕ ббŠб€аВбŠб€аЕаН аАаДаМаИаНаИбб‚б€аАб‚аОб€, аМаОаЛб аПб€аОаВаЕб€аЕб‚аЕ аКаОаНаЗаОаЛаАб‚аА аЗаА аГб€аЕбˆаКаИ +luckperms.login.server-admin-check-console-info=аœаОаЛб, аПб€аОаВаЕб€аЕб‚аЕ аКаОаНаЗаОаЛаАб‚аА аЗаА аПаОаВаЕб‡аЕ аИаНб„аОб€аМаАб†аИб +luckperms.login.data-not-loaded-at-pre=а”аАаНаНаИб‚аЕ аЗаА аПб€аАаВаА аЗаА а’аАб аНаЕ аБбб…аА аЗаАб€аЕаДаЕаНаИ аПаО аВб€аЕаМаЕ аНаА аЕб‚аАаПаА аПб€аЕаДаИ аВб…аОаД +luckperms.login.unable-to-continue=аНаЕаВбŠаЗаМаОаЖаНаО аПб€аОаДбŠаЛаЖаАаВаАаНаЕ +luckperms.login.craftbukkit-offline-mode-error=б‚аОаВаА аЕ аВаЕб€аОбб‚аНаО аПаОб€аАаДаИ аКаОаНб„аЛаИаКб‚ аМаЕаЖаДбƒ CraftBukkit аИ аНаАбб‚б€аОаЙаКаАб‚аА online-mode +luckperms.login.unexpected-error=а’бŠаЗаНаИаКаНаА аНаЕаОб‡аАаКаВаАаНаА аГб€аЕбˆаКаА аПб€аИ аНаАбб‚б€аОаЙаВаАаНаЕб‚аО аНаА аДаАаНаНаИб‚аЕ аЗаА аПб€аАаВаАб‚аА а’аИ +luckperms.opsystem.disabled=а’аГб€аАаДаЕаНаАб‚аА OP баИбб‚аЕаМаА аЕ аИаЗаКаЛбŽб‡аЕаНаА аНаА б‚аОаЗаИ ббŠб€аВбŠб€ +luckperms.opsystem.sponge-warning=аžаБбŠб€аНаЕб‚аЕ аВаНаИаМаАаНаИаЕ, б‡аЕ бб‚аАб‚бƒбаА аНаА аЁбŠб€аВбŠб€аЕаН аžаПаЕб€аАб‚аОб€ аНбаМаА аЕб„аЕаКб‚ аНаА аПб€аОаВаЕб€аКаИб‚аЕ аНаА Sponge аЗаА аПб€аАаВаА, аКаОаГаАб‚аО аПаЛбŠаГаИаН аЗаА аПб€аАаВаА аЕ аИаНбб‚аАаЛаИб€аАаН, а’аИаЕ б‚б€баБаВаА аДаА б€аЕаДаАаКб‚аИб€аАб‚аЕ аПаОб‚б€аЕаБаИб‚аЕаЛбаКаИб‚аЕ аДаАаНаНаИ б€бŠб‡аНаО +luckperms.duration.unit.years.plural={0} аГаОаДаИаНаИ +luckperms.duration.unit.years.singular={0} аГаОаДаИаНаА +luckperms.duration.unit.years.short={0}аГ +luckperms.duration.unit.months.plural={0} аœаЕбаЕб†аА +luckperms.duration.unit.months.singular={0} аМаЕбаЕб† +luckperms.duration.unit.months.short={0}аМ +luckperms.duration.unit.weeks.plural={0} баЕаДаМаИб†аИ +luckperms.duration.unit.weeks.singular={0} баЕаДаМаИб†аА +luckperms.duration.unit.weeks.short={0}б +luckperms.duration.unit.days.plural={0} аДаНаИ +luckperms.duration.unit.days.singular={0} аДаЕаН +luckperms.duration.unit.days.short={0}аД +luckperms.duration.unit.hours.plural={0} б‡аАбаА +luckperms.duration.unit.hours.singular={0} б‡аАб +luckperms.duration.unit.hours.short={0}б‡ +luckperms.duration.unit.minutes.plural={0} аМаИаНбƒб‚аИ +luckperms.duration.unit.minutes.singular={0} аМаИаНбƒб‚аА +luckperms.duration.unit.minutes.short={0}аМаИаН +luckperms.duration.unit.seconds.plural={0} баЕаКбƒаНаДаИ +luckperms.duration.unit.seconds.singular={0} баЕаКбƒаНаДаА +luckperms.duration.unit.seconds.short={0}б +luckperms.duration.since=аПб€аЕаДаИ {0} +luckperms.command.misc.invalid-code=ааЕаВаАаЛаИаДаЕаН аКаОаД +luckperms.command.misc.response-code-key=аКаОаД аНаА аОб‚аГаОаВаОб€ +luckperms.command.misc.error-message-key=ббŠаОаБб‰аЕаНаИаЕ +luckperms.command.misc.bytebin-unable-to-communicate=ааЕ аМаОаЖаАб…аМаЕ аДаА аКаОаМбƒаНаИаКаИб€аАаМаЕ б bytebin +luckperms.command.misc.webapp-unable-to-communicate=ааЕ аМаОаЖаАб…аМаЕ аДаА аКаОаМбƒаНаИаКаИб€аАаМаЕ б бƒаЕаБ аАаПаЛаИаКаАб†аИбб‚аА +luckperms.command.misc.check-console-for-errors=аŸб€аОаВаЕб€аЕб‚аЕ аКаОаНаЗаОаЛаАб‚аА аЗаА аГб€аЕбˆаКаИ +luckperms.command.misc.file-must-be-in-data=аЄаАаЙаЛбŠб‚ {0} б‚б€баБаВаА аДаА баЕ аНаАаМаИб€аА аВ аГаЛаАаВаНаАб‚аА аПаАаПаКаА б б„аАаЙаЛаОаВаЕ +luckperms.command.misc.wait-to-finish=аœаОаЛб аИаЗб‡аАаКаАаЙб‚аЕ аДаА баВбŠб€бˆаИ аИ аОаПаИб‚аАаЙб‚аЕ аОб‚аНаОаВаО +luckperms.command.misc.invalid-priority=ааЕаВаАаЛаИаДаЕаН аПб€аИаОб€аИб‚аЕб‚ {0} +luckperms.command.misc.expected-number=аžб‡аАаКаВаАб…аМаЕ б‡аИбаЛаО +luckperms.command.misc.date-parse-error=ааЕ аМаОаЖаЕ аДаА баЕ аАаНаАаЛаИаЗаИб€аА аДаАб‚аАб‚аА {0} +luckperms.command.misc.date-in-past-error=ааЕ аМаОаЖаЕ аДаА баЛаОаЖаИб‚аЕ аДаАб‚аА аВ аМаИаНаАаЛаОб‚аО\! +luckperms.command.misc.page=бб‚б€аАаНаИб†аА {0} аОб‚ {1} +luckperms.command.misc.page-entries={0} аЗаАаПаИбаА +luckperms.command.misc.none=абаМаА +luckperms.command.misc.loading.error.unexpected=а’бŠаЗаНаИаКаНаА аНаЕаОб‡аАаКаВаАаНаА аГб€аЕбˆаКаА +luckperms.command.misc.loading.error.user=а˜аНб„аОб€аМаАб†аИбб‚аА аНаА аПаОб‚б€аЕаБаИб‚аЕаЛб аНаЕ аЕ аЗаАб€аЕаДаЕаНаА +luckperms.command.misc.loading.error.user-specific=ааЕ аМаОаЖаАб…аМаЕ аДаА аЗаАб€аЕаДаИаМ аИаНб„аОб€аМаАб†аИбб‚аА аЗаА аПаОб‚б€аЕаБаИб‚аЕаЛб {0} +luckperms.command.misc.loading.error.user-not-found=аŸаОб‚б€аЕаБаИб‚аЕаЛбб‚ {0} аНаЕ аМаОаЖаЕ аДаА аБбŠаДаЕ аНаАаМаЕб€аЕаН +luckperms.command.misc.loading.error.user-save-error=а˜аМаАбˆаЕ аПб€аОаБаЛаЕаМ аПб€аИ аЗаАаПаАаЗаВаАаНаЕб‚аО аНаА аИаНб„аОб€аМаАб†аИбб‚аА аЗаА аПаОб‚б€аЕаБаИб‚аЕаЛб {0} +luckperms.command.misc.loading.error.user-not-online=аŸаОб‚б€аЕаБаИб‚аЕаЛбб‚ {0} аНаЕ аЕ аНаА аЛаИаНаИб +luckperms.command.misc.loading.error.user-invalid={0} аНаЕ аЕ аВаАаЛаИаДаНаО аПаОб‚б€аЕаБаИб‚аЕаЛбаКаО аИаМаЕ аИаЛаИ uuid +luckperms.command.misc.loading.error.user-not-uuid=аІаЕаЛаЕаВаОб‚аО uuid {0} аЕ аНаЕаВаАаЛаИаДаНаО +luckperms.command.misc.loading.error.group=а“б€бƒаПаАб‚аА аНаЕ аЕ аЗаАб€аЕаДаЕаНаА +luckperms.command.misc.loading.error.all-groups=ааЕ аМаОаЖаАб…аМаЕ аДаА аЗаАб€аЕаДаИаМ аВбаИб‡аКаИ аГб€бƒаПаИ +luckperms.command.misc.loading.error.group-not-found=а“б€бƒаПаА б аИаМаЕб‚аО {0} аНаЕ аМаОаЖаЕ аДаА аБбŠаДаЕ аНаАаМаЕб€аЕаНаА +luckperms.command.misc.loading.error.group-save-error=а˜аМаАбˆаЕ аПб€аОаБаЛаЕаМ аПб€аИ аЗаАаПаАаЗаВаАаНаЕб‚аО аНаА аИаНб„аОб€аМаАб†аИбб‚аА аЗаА аГб€бƒаПаАб‚аА {0} +luckperms.command.misc.loading.error.group-invalid={0} аНаЕ аЕ аВаАаЛаИаДаНаО аИаМаЕ аНаА аГб€бƒаПаА +luckperms.command.misc.loading.error.track=аЂб€аАаКаА аНаЕ аЕ аЗаАб€аЕаДаЕаН +luckperms.command.misc.loading.error.all-tracks=ааЕ аМаОаЖаЕ аДаА баЕ аЗаАб€аЕаДбб‚ аВбаИб‡аКаИ б‚б€аАаКаОаВаЕ +luckperms.command.misc.loading.error.track-not-found=аЂб€аАаК б аИаМаЕб‚аО {0} аНаЕ аМаОаЖаЕ аДаА аБбŠаДаЕ аНаАаМаЕб€аЕаН +luckperms.command.misc.loading.error.track-save-error=а˜аМаАбˆаЕ аПб€аОаБаЛаЕаМ аПб€аИ аЗаАаПаАаЗаВаАаНаЕб‚аО аНаА аИаНб„аОб€аМаАб†аИбб‚аА аЗаА б‚б€аАаКаА {0} +luckperms.command.misc.loading.error.track-invalid={0} аНаЕ аЕ аВаАаЛаИаДаНаО аИаМаЕ аНаА б‚б€аАаК +luckperms.command.editor.no-match=ааЕ аМаОаЖаАб…аМаЕ аДаА аОб‚аВаОб€аИаМ б€аЕаДаАаКб‚аОб€аА, аНаИаКаАаКаВаИ аОаБаЕаКб‚аИ аНаЕ ббŠаВаПаАаДаНаАб…аА б аЖаЕаЛаАаНаИбб‚ б‚аИаП +luckperms.command.editor.start=аŸб€аИаГаОб‚аВбаМаЕ аНаОаВаА баЕбаИб аНаА б€аЕаДаАаКб‚аОб€аА, аМаОаЛб аИаЗб‡аАаКаАаЙб‚аЕ... +luckperms.command.editor.url=ааАб‚аИбаНаЕб‚аЕ аНаА аВб€бŠаЗаКаАб‚аА аДаОаЛбƒ, аЗаА аДаА аОб‚аВаОб€аИб‚аЕ б€аЕаДаАаКб‚аОб€аА +luckperms.command.editor.unable-to-communicate=ааЕ аМаОаЖаАб…аМаЕ аДаА аКаОаМбƒаНаИаКаИб€аАаМаЕ б б€аЕаДаАаКб‚аОб€аА +luckperms.command.editor.apply-edits.success=а˜аНб„аОб€аМаАб†аИбб‚аА аОб‚ бƒаЕаБ б€аЕаДаАаКб‚аОб€бŠб‚ аЗаА {0} {1} аБаЕбˆаЕ бƒбаПаЕбˆаНаО аПб€аИаЛаОаЖаЕаНаА +luckperms.command.editor.apply-edits.success-summary={0} {1} аИ {2} {3} +luckperms.command.editor.apply-edits.success.additions=аДаОаПбŠаЛаНаЕаНаИб +luckperms.command.editor.apply-edits.success.additions-singular=аДаОаПбŠаЛаНаЕаНаИаЕ +luckperms.command.editor.apply-edits.success.deletions=аИаЗб‚б€аИаВаАаНаИб +luckperms.command.editor.apply-edits.success.deletions-singular=аИаЗб‚б€аИаВаАаНаЕ +luckperms.command.editor.apply-edits.no-changes=ааЕ аБбб…аА аПб€аИаЛаОаЖаЕаНаИ аНаИаКаАаКаВаИ аПб€аОаМаЕаНаИ аОб‚ бƒаЕаБ б€аЕаДаАаКб‚аОб€аА, аДаАаДаЕаНаАб‚аА аИаНб„аОб€аМаАб†аИб аНбаМаАбˆаЕ аНаИаКаАаКаВаИ б€аЕаДаАаКб†аИаИ +luckperms.command.editor.apply-edits.unknown-type=ааЕ аМаОаЖаАб…аМаЕ аДаА аПб€аИаЛаОаЖаИаМ б€аЕаДаАаКб†аИаИб‚аЕ аВбŠб€б…бƒ аПаОбаОб‡аЕаНаИб аОаБаЕаКб‚ +luckperms.command.editor.apply-edits.unable-to-read=ааЕ аМаОаЖаАб…аМаЕ аДаА аПб€аОб‡аЕб‚аЕаМ аИаНб„аОб€аМаАб†аИбб‚аА, аИаЗаПаОаЛаЗаВаАаЙаКаИ аДаАаДаЕаНаИбб‚ аКаОаД +luckperms.command.search.searching.permission=аЂбŠб€баЕаНаЕ аНаА аПаОб‚б€аЕаБаИб‚аЕаЛаИ аИ аГб€бƒаПаИ б {0} +luckperms.command.search.searching.inherit=аЂбŠб€баЕаНаЕ аНаА аПаОб‚б€аЕаБаИб‚аЕаЛаИ аИ аГб€бƒаПаИ, аКаОаИб‚аО аНаАбаЛаЕаДбаВаАб‚ {0} +luckperms.command.search.result=ааАаМаЕб€аИб…аМаЕ {0} аЗаАаПаИбаА аОб‚ {1} аПаОб‚б€аЕаБаИб‚аЕаЛаИ аИ {2} аГб€бƒаПаИ +luckperms.command.search.result.default-notice=а‘аЕаЛаЕаЖаКаА\: аКаОаГаАб‚аО б‚бŠб€баИб‚аЕ аЗаА б‡аЛаЕаНаОаВаЕ аНаА аГб€бƒаПаАб‚аА аПаО аПаОаДб€аАаЗаБаИб€аАаНаЕ, аПаОб‚б€аЕаБаИб‚аЕаЛаИб‚аЕ, аКаОаИб‚аО аНаЕ баА аНаА аЛаИаНаИб аИ аНбаМаАб‚ аДб€бƒаГаИ аПб€аАаВаА аНбаМаА аДаА аБбŠаДаАб‚ аПаОаКаАаЗаАаНаИ\! +luckperms.command.search.showing-users=аŸаОаКаАаЗаВаАаМаЕ аПаОб‚б€аЕаБаИб‚аЕаЛбаКаИб‚аЕ аЗаАаПаИбаИ +luckperms.command.search.showing-groups=аŸаОаКаАаЗаВаАаМаЕ аГб€бƒаПаОаВаИб‚аЕ аЗаАаПаИбаИ +luckperms.command.tree.start=а“аЕаНаЕб€аИб€аАаМаЕ аДбŠб€аВаО аНаА аПб€аАаВаАб‚аА, аМаОаЛб аИаЗб‡аАаКаАаЙб‚аЕ... +luckperms.command.tree.empty=ааЕ аМаОаЖаАб…аМаЕ аДаА аГаЕаНаЕб€аИб€аАаМаЕ аДбŠб€аВаО, б€аЕаЗбƒаЛб‚аАб‚аИ аНаЕ аБбб…аА аНаАаМаЕб€аЕаНаИ +luckperms.command.tree.url=URL аАаДб€аЕббŠб‚ аНаА аДбŠб€аВаОб‚аО аЗаА аПб€аАаВаА +luckperms.command.verbose.invalid-filter={0} аНаЕ аЕ аВаАаЛаИаДаЕаН аПаОаДб€аОаБаЕаН б„аИаЛб‚бŠб€ +luckperms.command.verbose.enabled=аŸаОаДб€аОаБаНаО аИаЗаПаИбаВаАаНаЕ аНаА {0} аЗаА аПб€аОаВаЕб€аКаИ, аКаОаИб‚аО аИаЗаПбŠаЛаВаАб‚ аКб€аИб‚аЕб€аИаИ {1} +luckperms.command.verbose.command-exec=аšаАб€аАаМаЕ {0} аДаА аИаЗаПбŠаЛаНаИ аКаОаМаАаНаДаАб‚аА {1} аИ аПаОаКаАаЗаВаАаМаЕ аВбаИб‡аКаИ аНаАаПб€аАаВаЕаНаИ аПб€аОаВаЕб€аКаИ... +luckperms.command.verbose.off=аŸаОаДб€аОаБаНаО аИаЗаПаИбаВаАаМаЕ {0} +luckperms.command.verbose.command-exec-complete=аЃбаПаЕбˆаНаО аИаЗаПбŠаЛаНбаВаНаЕ аНаА аКаОаМаАаНаДаАб‚аА +luckperms.command.verbose.command.no-checks=а˜аЗаПбŠаЛаНаЕаНаИаЕб‚аО аНаА аКаОаМаАаНаДаАб‚аА аБаЕбˆаЕ аЗаАаВбŠб€бˆаЕаНаО, аНаО аНаЕ аБбб…аА аИаЗаВбŠб€бˆаВаАаНаИ аПб€аОаВаЕб€аКаИ аЗаА аПб€аАаВаА +luckperms.command.verbose.command.possibly-async=аЂаОаВаА аМаОаЖаЕ аДаА аЕ, аЗаАб‰аОб‚аО аПаЛбŠаГаИаНаА аИаЗаПбŠаЛаНбаВаА аКаОаМаАаНаДаИ аНаА аЗаАаДаЕаН аПаЛаАаН (аАбаИаНб…б€аОаНаИаЗаИб€аАаНаО) +luckperms.command.verbose.command.try-again-manually=а’баЕ аОб‰аЕ аМаОаЖаЕб‚аЕ аДаА аИаЗаПаОаЛаЗаВаАб‚аЕ verbose б€бŠб‡аНаО, аЗаА аДаА аЗаАбаЕб‡аЕб‚аЕ аПб€аОаВаЕб€аКаИ, аПб€аАаВаЕаНаИ аПаО б‚аОаЗаИ аНаАб‡аИаН +luckperms.command.verbose.enabled-recording=аŸаОаДб€аОаБаНаО аЗаАаПаИбаВаАаНаЕ аНаА {0} аЗаА аПб€аОаВаЕб€аКаИ, аКаОаИб‚аО аИаЗаПбŠаЛаВаАб‚ аКб€аИб‚аЕб€аИаИ {1} +luckperms.command.verbose.uploading=а”аОаПбŠаЛаНаИб‚аЕаЛаНаО б€аЕаГаИбб‚б€аИб€аАаНаЕ аНаА аИаНб„аОб€аМаАб†аИб {0}, аКаАб‡аВаАаНаЕ аНаА б€аЕаЗбƒаЛб‚аАб‚аИ... +luckperms.command.verbose.url=а”аОаПбŠаЛаНаИб‚аЕаЛаЕаН б€аЕаЗбƒаЛб‚аАб‚ URL +luckperms.command.verbose.enabled-term=аВаКаЛбŽб‡аЕаНаО +luckperms.command.verbose.disabled-term=аИаЗаКаЛбŽб‡аЕаНаО +luckperms.command.verbose.query-any=а’аЁаЏаšааšа’аž +luckperms.command.info.running-plugin=а˜аЗаПбŠаЛаНбаВаА +luckperms.command.info.platform-key=аŸаЛаАб‚б„аОб€аМаА +luckperms.command.info.server-brand-key=аœаАб€аКаА аНаА ббŠб€аВбŠб€аА +luckperms.command.info.server-version-key=а’аЕб€баИб аНаА ббŠб€аВбŠб€аА +luckperms.command.info.storage-key=аЅб€аАаНаИаЛаИб‰аЕ +luckperms.command.info.storage-type-key=а’аИаД +luckperms.command.info.storage.meta.split-types-key=а’аИаДаОаВаЕ +luckperms.command.info.storage.meta.ping-key=а›аАб‚аЕаНб‚аНаОбб‚ +luckperms.command.info.storage.meta.connected-key=аЁаВбŠб€аЗаАаН +luckperms.command.info.storage.meta.file-size-key=а“аОаЛаЕаМаИаНаА аНаА б„аАаЙаЛаА +luckperms.command.info.extensions-key=а”аОаБаАаВаКаИ +luckperms.command.info.messaging-key=аЃбаЛбƒаГаА аЗаА ббŠаОаБб‰аЕаНаИб +luckperms.command.info.instance-key=а˜аНбб‚аАаНб†аИб +luckperms.command.info.static-contexts-key=аЁб‚аАб‚аИб‡аНаИ аКаОаНб‚аЕаКбб‚аИ +luckperms.command.info.online-players-key=аžаНаЛаАаЙаН а˜аГб€аАб‡аИ +luckperms.command.info.online-players-unique={0} бƒаНаИаКаАаЛаНаИ +luckperms.command.info.uptime-key=а’б€аЕаМаЕ аНаА б€аАаБаОб‚аА +luckperms.command.info.local-data-key=а›аОаКаАаЛаНаА а˜аНб„аОб€аМаАб†аИб +luckperms.command.info.local-data={0} аПаОб‚б€аЕаБаИб‚аЕаЛб, {1} аГб€бƒаПаИ, {2} аПбŠб‚аЕаКаИ +luckperms.command.generic.create.success={0} аБаЕбˆаЕ ббŠаЗаДаАаДаЕаН/аА бƒбаПаЕбˆаНаО +luckperms.command.generic.create.error=а’бŠаЗаНаИаКаНаА аГб€аЕбˆаКаА аДаОаКаАб‚аО ббŠаЗаДаАаВаАб…аМаЕ {0} +luckperms.command.generic.create.error-already-exists={0} аВаЕб‡аЕ ббŠб‰аЕбб‚аВбƒаВаА\! +luckperms.command.generic.delete.success={0} аБаЕбˆаЕ аИаЗб‚б€аИб‚/аА бƒбаПаЕбˆаНаО +luckperms.command.generic.delete.error=а’бŠаЗаНаИаКаНаА аГб€аЕбˆаКаА аПб€аИ аИаЗб‚б€аИаВаАаНаЕб‚аО аНаА {0} +luckperms.command.generic.delete.error-doesnt-exist={0} аНаЕ ббŠб‰аЕбб‚аВбƒаВаА\! +luckperms.command.generic.rename.success={0} аБаЕбˆаЕ бƒбаПаЕбˆаНаО аПб€аЕаИаМаЕаНбƒаВаАаНаО аДаО {1} +luckperms.command.generic.clone.success={0} аБаЕбˆаЕ бƒбаПаЕбˆаНаО аКаЛаОаНаИб€аАаНаО аНаА {1} +luckperms.command.generic.info.parent.title=а“б€бƒаПаИ б€аОаДаИб‚аЕаЛаИ +luckperms.command.generic.info.parent.temporary-title=а’б€аЕаМаЕаНаНаИ аГб€бƒаПаИ б€аОаДаИб‚аЕаЛаИ +luckperms.command.generic.info.expires-in=аИаЗб‚аИб‡аА баЛаЕаД +luckperms.command.generic.info.inherited-from=аНаАбаЛаЕаДаЕаНаО аОб‚ +luckperms.command.generic.info.inherited-from-self=баЕаБаЕ баИ +luckperms.command.generic.show-tracks.title=аЂб€аАаКаОаВаЕб‚аЕ аНаА {0} +luckperms.command.generic.show-tracks.empty={0} аНаЕ аЕ аНаА аНаИаКаАаКаВаИ б‚б€аАаКаОаВаЕ +luckperms.command.generic.clear.node-removed={0} аНаОбƒаДаА аБбб…аА аПб€аЕаМаАб…аНаАб‚аИ +luckperms.command.generic.clear.node-removed-singular={0} аНаОбƒаД аБаЕбˆаЕ аПб€аЕаМаАб…аНаАб‚ +luckperms.command.generic.clear=ааОбƒаДаОаВаЕб‚аЕ аНаА {0} аБбб…аА аПб€аЕаМаАб…аНаАб‚аИ аВ аКаОаНб‚аЕаКбб‚ {1} +luckperms.command.generic.permission.info.title=аŸб€аАаВаАб‚аА аНаА {0} +luckperms.command.generic.permission.info.empty={0} аНбаМаА аНаИаКаАаКаВаИ аПб€аАаВаА +luckperms.command.generic.permission.info.click-to-remove=ааАб‚аИбаНаЕб‚аЕ аЗаА аДаА аПб€аЕаМаАб…аНаЕб‚аЕ б‚аОаЗаИ аНаОбƒаД аОб‚ {0} +luckperms.command.generic.permission.check.info.title=а˜аНб„аОб€аМаАб†аИб аЗаА аПб€аАаВаОб‚аО {0} +luckperms.command.generic.permission.check.info.directly={0} аИаМаА {1} аНаАбб‚б€аОаЕаНаО аНаА {2} аВ аКаОаНб‚аЕаКбб‚ {3} +luckperms.command.generic.permission.check.info.inherited={0} аНаАбаЛаЕаДбаВаА аПб€аАаВаОб‚аО {1} аНаАбб‚б€аОаЕаНаО аНаА {2} аОб‚ аГб€бƒаПаА {3} аВ аКаОаНб‚аЕаКбб‚ {4} +luckperms.command.generic.permission.check.info.not-directly={0} аНбаМаА аПб€аАаВаОб‚аО {1} +luckperms.command.generic.permission.check.info.not-inherited={0} аНаЕ аНаАбаЛаЕаДбаВаА {1} +luckperms.command.generic.permission.check.result.title=аŸб€аОаВаЕб€аКаА аНаА аПб€аАаВаО {0} +luckperms.command.generic.permission.check.result.result-key=а аЕаЗбƒаЛб‚аАб‚ +luckperms.command.generic.permission.check.result.processor-key=аŸб€аОб†аЕбаОб€ +luckperms.command.generic.permission.check.result.cause-key=аŸб€аИб‡аИаНаА +luckperms.command.generic.permission.check.result.context-key=аšаОаНб‚аЕаКбб‚ +luckperms.command.generic.permission.set=а—аАаДаАаДаЕаН {0} аНаА {1} аЗаА {2} аВ аКаОаНб‚аЕаКбб‚ {3} +luckperms.command.generic.permission.already-has={0} аВаЕб‡аЕ аИаМаА аЗаАаДаАаДаЕаНаО {1} аВ аКаОаНб‚аЕаКбб‚ {2} +luckperms.command.generic.permission.set-temp=а—аАаДаАаЙ {0} аНаА {1} аЗаА {2} б аВб€аЕаМаЕб‚б€аАаЕаНаЕ аОб‚ {3} аВ аКаОаНб‚аЕаКбб‚ {4} +luckperms.command.generic.permission.already-has-temp={0} аВаЕб‡аЕ аИаМаА аВб€аЕаМаЕаНаНаО аЗаАаДаАаДаЕаН {1} аВ аКаОаНб‚аЕаКбб‚ {2} +luckperms.command.generic.permission.unset=аŸаЕб€аМаАб…аНаАб‚ {0} аЗаА {1} аВ аКаОаНб‚аЕаКбб‚ {2} +luckperms.command.generic.permission.doesnt-have={0} аНбаМаА аЗаАаДаЕаДаЕаН {1} аВ аКаОаНб‚аЕаКбб‚ {2} +luckperms.command.generic.permission.clear=аŸб€аАаВаАб‚аА аНаА {0} аБбб…аА аПб€аЕаМаАб…аНаАб‚аИ аВ аКаОаНб‚аЕаКбб‚ {1} +luckperms.command.generic.parent.info.title=а аОаДаИб‚аЕаЛаИб‚аЕ аНаА {0} +luckperms.command.generic.parent.info.empty=а—аА {0} аНаЕ баА аДаЕб„аИаНаИб€аАаНаИ б€аОаДаИб‚аЕаЛаИ +luckperms.command.generic.parent.info.click-to-remove=ааАб‚аИбаНаЕб‚аЕ, аЗаА аДаА аПб€аЕаМаАб…аНаЕб‚аЕ б‚аОаЗаИ б€аОаДаИб‚аЕаЛ аОб‚ {0} +luckperms.command.generic.parent.add={0} аВаЕб‡аЕ аНаАбаЛаЕаДбаВаА аПб€аАаВаА аОб‚ {1} аВ аКаОаНб‚аЕаКбб‚ {2} +luckperms.command.generic.parent.add-temp={0} аВаЕб‡аЕ аНаАбаЛаЕаДбаВаА аПб€аАаВаА аОб‚ {1} аЗаА аВб€аЕаМаЕ {2} аВ аКаОаНб‚аЕаКбб‚ {3} +luckperms.command.generic.parent.set=ааА {0} аБбб…аА аПб€аЕаМаАб…аНаАб‚аИ аГб€бƒаПаИб‚аЕ б€аОаДаИб‚аЕаЛаИ, аИ аВаЕб‡аЕ аНаАбаЛаЕаДбаВаА баАаМаО {1} аВ аКаОаНб‚аЕаКбб‚ {2} +luckperms.command.generic.parent.remove={0} аВаЕб‡аЕ аНаЕ аНаАбаЛаЕаДбаВаА аПб€аАаВаА аОб‚ {1} аВ аКаОаНб‚аЕаКбб‚ {2} +luckperms.command.generic.parent.subtract={0} б‰аЕ аНаАбаЛаЕаДбаВаА аПб€аАаВаА аОб‚ {1} аЗаА аВб€аЕаМаЕ {2} аВ аКаОаНб‚аЕаКбб‚ {3}, аПаО-аМаАаЛаКаО аОб‚ аПб€аЕаДаИ {4} +luckperms.command.generic.parent.clear=а аОаДаИб‚аЕаЛаИб‚аЕ аНаА {0} аБбб…аА аПб€аЕаМаАб…аНаАб‚аИ аВ аКаОаНб‚аЕаКбб‚ {1} +luckperms.command.generic.chat-meta.info.title-prefix=аŸб€аЕб„аИаКбаИб‚аЕ аНаА {0} +luckperms.command.generic.chat-meta.info.title-suffix=аЁбŠб„аИаКбаИб‚аЕ аНаА {0} +luckperms.command.generic.chat-meta.info.none-prefix={0} аНбаМаА аНаИаКаАаКаВаИ аПб€аЕб„аИаКбаИ +luckperms.command.generic.chat-meta.info.none-suffix={0} аНбаМаА аНаИаКаАаКаВаИ ббŠб„аИаКбаИ +luckperms.command.generic.chat-meta.info.click-to-remove=ааАб‚аИбаНаЕб‚аЕ, аЗаА аДаА аПб€аЕаМаАб…аНаЕб‚аЕ {0} аОб‚ {1} +luckperms.command.generic.meta.info.title=аœаЕб‚аАаДаАаНаНаИ аНаА {0} +luckperms.command.generic.meta.info.none={0} аНбаМаА аМаЕб‚аАаДаАаНаНаИ +luckperms.command.generic.meta.info.click-to-remove=ааАб‚аИбаНаЕб‚аЕ, аЗаА аДаА аПб€аЕаМаАб…аНаЕб‚аЕ аМаЕб‚аАаВбŠаЗаЕаЛаА аОб‚ {0} +luckperms.command.generic.meta.already-has={0} аВаЕб‡аЕ аИаМаА аМаЕб‚аАаКаЛбŽб‡аА {1}, аЗаАаДаЕаДаЕаН аНаА {2} аВ аКаОаНб‚аЕаКбб‚ {3} +luckperms.command.generic.meta.already-has-temp={0} аВаЕб‡аЕ аИаМаА аМаЕб‚аАаКаЛбŽб‡аА {1}, аЗаАаДаЕаДаЕаН аВб€аЕаМаЕаНаНаО аНаА {2} аВ аКаОаНб‚аЕаКбб‚ {3} +luckperms.command.generic.meta.doesnt-have={0} аНбаМаА аЗаАаДаАаДаЕаН аМаЕб‚аАаКаЛбŽб‡ {1} аВ аКаОаНб‚аЕаКбб‚ {2} +luckperms.command.generic.meta.doesnt-have-temp={0} аНбаМаА аВб€аЕаМаЕаНаНаО аЗаАаДаАаДаЕаН аМаЕб‚аАаКаЛбŽб‡ {1} аВ аКаОаНб‚аЕаКбб‚ {2} +luckperms.command.generic.meta.set=а—аАаДаАаВаАаНаЕ аНаА аМаЕб‚аАаКаЛбŽб‡ {0} аНаА {1} аЗаА {2} аВ аКаОаНб‚аЕаКбб‚ {3} +luckperms.command.generic.meta.set-temp=а—аАаДаАаВаАаНаЕ аНаА аМаЕб‚аАаКаЛбŽб‡ {0} аНаА {1} аЗаА {2} аЗаА аПб€аОаДбŠаЛаЖаИб‚аЕаЛаНаОбб‚ аОб‚ {3} аВ аКаОаНб‚аЕаКбб‚ {4} +luckperms.command.generic.meta.unset=аŸб€аЕаМаАб…аВаАаНаЕ аНаА аМаЕб‚аАаКаЛбŽб‡ {0} аЗаА {1} аВ аКаОаНб‚аЕаКбб‚ {2} +luckperms.command.generic.meta.unset-temp=аŸб€аЕаМаАб…аВаАаНаЕ аНаА аВб€аЕаМаЕаНаЕаН аМаЕб‚аАаКаЛбŽб‡ {0} аЗаА {1} аВ аКаОаНб‚аЕаКбб‚ {2} +luckperms.command.generic.meta.clear=аЁбŠаВбˆаАаДаАб‰аИбб‚ аМаЕб‚аАб‚аИаП {1} аНаА {0} аБаЕ аПб€аЕаМаАб…аНаАб‚ аВ аКаОаНб‚аЕаКбб‚ {2} +luckperms.command.generic.contextual-data.title=аšаОаНб‚аЕаКбб‚бƒаАаЛаНаА аИаНб„аОб€аМаАб†аИб +luckperms.command.generic.contextual-data.mode.key=б€аЕаЖаИаМ +luckperms.command.generic.contextual-data.mode.server=ббŠб€аВбŠб€ +luckperms.command.generic.contextual-data.mode.active-player=аАаКб‚аИаВаЕаН аИаГб€аАб‡ +luckperms.command.generic.contextual-data.contexts-key=аšаОаНб‚аЕаКбб‚аИ +luckperms.command.generic.contextual-data.prefix-key=аŸб€аЕб„аИаКб +luckperms.command.generic.contextual-data.suffix-key=аЁбŠб„аИаКб +luckperms.command.generic.contextual-data.primary-group-key=аžбаНаОаВаНаА аГб€бƒаПаА +luckperms.command.generic.contextual-data.meta-key=аœаЕб‚аАаДаАаНаНаИ +luckperms.command.generic.contextual-data.null-result=абаМаА +luckperms.command.user.info.title=а˜аНб„аОб€аМаАб†аИб аЗаА аПаОб‚б€аЕаБаИб‚аЕаЛ +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=аВаИаД +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=аОб„аЛаАаЙаН +luckperms.command.user.info.status-key=аЁб‚аАб‚бƒб +luckperms.command.user.info.status.online=аžаНаЛаАаЙаН +luckperms.command.user.info.status.offline=аžб„аЛаАаЙаН +luckperms.command.user.removegroup.error-primary=а’аИаЕ аНаЕ аМаОаЖаЕб‚аЕ аДаА аПб€аЕаМаАб…аНаЕб‚аЕ аПаОб‚б€аЕаБаИб‚аЕаЛ аОб‚ б‚бб…аНаАб‚аА аОбаНаОаВаНаА аГб€бƒаПаА +luckperms.command.user.primarygroup.not-member={0} аНаЕ аБаЕбˆаЕ б‡аЛаЕаН аНаА {1}, аДаОаБаАаВбаМаЕ аГаО баЕаГаА +luckperms.command.user.primarygroup.already-has={1} аВаЕб‡аЕ аЕ аОбаНаОаВаНаАб‚аА аГб€бƒаПаА аНаА {0} +luckperms.command.user.primarygroup.warn-option=а’аНаИаМаАаНаИаЕ\: а˜аЗб‡аИбаЛаИб‚аЕаЛаНаИбб‚ аМаЕб‚аОаД аНаА аОбаНаОаВаНаАб‚аА аГб€бƒаПаА, аИаЗаПаОаЛаЗаВаАаН аОб‚ ббŠб€аВбŠб€аА ({0}), аМаОаЖаЕ аДаА аНаЕ аОб‚б€аАаЗаИ б‚аАаЗаИ аПб€аОаМбаНаА +luckperms.command.user.primarygroup.set=аžбаНаОаВаНаАб‚аА аГб€бƒаПаА аНаА {0} аБаЕбˆаЕ аНаАбб‚б€аОаЕаНаА аНаА {1} +luckperms.command.user.track.error-not-contain-group={0} аВбаЕ аОб‰аЕ аНаЕ аЕ аВ аНаИб‚аО аЕаДаНаА аГб€бƒаПаА аНаА б‚б€аАбаЕ {1} +luckperms.command.user.track.unsure-which-track=ааЕ аЕ ббаНаО аКаОаЕ б‚б€аАбаЕ б‚б€баБаВаА аДаА аБбŠаДаЕ аИаЗаПаОаЛаЗаВаАаНаО, аМаОаЛб аОб‚аБаЕаЛаЕаЖаЕб‚аО аГаО б‡б€аЕаЗ аАб€аГбƒаМаЕаНб‚ +luckperms.command.user.track.missing-group-advice=а˜аЛаИ ббŠаЗаДаАаЙб‚аЕ аГб€бƒаПаАб‚аА, аИаЛаИ б аПб€аЕаМаАб…аНаЕб‚аЕ аОб‚ б‚б€аАбаЕб‚аО аИ аОаПаИб‚аАаЙб‚аЕ аОб‚аНаОаВаО +luckperms.command.user.promote.added-to-first={0} аВбаЕ аОб‰аЕ аНаЕ аЕ аВ аНаИб‚аО аЕаДаНаА аГб€бƒаПаА аНаА б‚б€аАбаЕ {1}, б‚аАаКаА б‡аЕ аБаЕ аДаОаБаАаВаЕаН аКбŠаМ аПбŠб€аВаАб‚аА б‚аАаКаАаВаА - {2}, аВ аКаОаНб‚аЕаКбб‚ {3} +luckperms.command.user.promote.not-on-track={0} аНаЕ аЕ аВ аНаИб‚аО аЕаДаНаА аГб€бƒаПаА аНаА б‚б€аАбаЕ {1} аИ аНаЕ аБаЕбˆаЕ аПаОаВаИбˆаЕаН +luckperms.command.user.promote.success=аŸаОаВаИбˆаАаВаАаНаЕ аНаА {0} аПаО б‚б€аАбаЕ {1} аОб‚ {2} аНаА {3} аВ аКаОаНб‚аЕаКбб‚ {4} +luckperms.command.user.promote.end-of-track={1} аДаОбб‚аИаГаНаА аКб€аАб аНаА б‚б€аАбаЕ {0} аИ аНаЕ аБаЕ аПаОаВаИбˆаЕаН +luckperms.command.user.promote.next-group-deleted=аЁаЛаЕаДаВаАб‰аАб‚аА аГб€бƒаПаА аПаО б‚б€аАбаЕб‚аО - {0} аВаЕб‡аЕ аНаЕ ббŠб‰аЕбб‚аВбƒаВаА +luckperms.command.user.promote.unable-to-promote=ааЕ аМаОаЖаАб…аМаЕ аДаА аПаОаВаИбˆаИаМ аПаОб‚б€аЕаБаИб‚аЕаЛб +luckperms.command.user.demote.success=аŸаОаНаИаЖаАаВаАаНаЕ аНаА {0} аПаО б‚б€аАбаЕ {1} аОб‚ {2} аНаА {3} аВ аКаОаНб‚аЕаКбб‚ {4} +luckperms.command.user.demote.end-of-track=аšб€аАбб‚ аНаА б‚б€аАбаЕ {0} аБаЕ аДаОбб‚аИаГаНаАб‚, аВ б€аЕаЗбƒаЛб‚аАб‚ аНаА аКаОаЕб‚аО {1} аБаЕ аПб€аЕаМаАб…аНаАб‚ аОб‚ {2} +luckperms.command.user.demote.end-of-track-not-removed=аšб€аАбб‚ аНаА б‚б€аАбаЕ {0} аБаЕ аДаОбб‚аИаГаНаАб‚, аНаО {1} аНаЕ аБаЕ аПб€аЕаМаАб…аНаАб‚ аОб‚ аПбŠб€аВаАб‚аА аГб€бƒаПаА +luckperms.command.user.demote.previous-group-deleted=аŸб€аЕаДаНаАб‚аА аГб€бƒаПаА аПаО б‚б€аАбаЕб‚аО - {0} аВаЕб‡аЕ аНаЕ ббŠб‰аЕбб‚аВбƒаВаА +luckperms.command.user.demote.unable-to-demote=ааЕ аМаОаЖаАб…аМаЕ аДаА аПаОаНаИаЖаИаМ аПаОб‚б€аЕаБаИб‚аЕаЛб +luckperms.command.group.list.title=а“б€бƒаПаИ +luckperms.command.group.delete.not-default=ааЕ аМаОаЖаЕб‚аЕ аДаА аИаЗб‚б€аИаЕб‚аЕ аГб€бƒаПаАб‚аА аПаО аПаОаДб€аАаЗаБаИб€аАаНаЕ +luckperms.command.group.info.title=а˜аНб„аОб€аМаАб†аИб аЗаА аГб€бƒаПаАб‚аА +luckperms.command.group.info.display-name-key=а”аИбаПаЛаЕаЙ аИаМаЕ +luckperms.command.group.info.weight-key=аЂаЕаЖаЕбб‚ +luckperms.command.group.setweight.set=аЂаЕаЖаЕбб‚б‚аА аБаЕбˆаЕ аПб€аОаМаЕаНаЕаНаА аНаА {0} аЗаА аГб€бƒаПаА {1} +luckperms.command.group.setdisplayname.doesnt-have={0} аНбаМаА аНаАбб‚б€аОаЕаНаО аПаОаКаАаЗаВаАаНаО аИаМаЕ +luckperms.command.group.setdisplayname.already-has={0} аВаЕб‡аЕ аИаМаА аПаОаКаАаЗаВаАаНаО аИаМаЕ\: {1} +luckperms.command.group.setdisplayname.already-in-use=а”аИбаПаЛаЕаЙ аИаМаЕб‚аО {0} аВаЕб‡аЕ баЕ аИаЗаПаОаЛаЗаВаА аОб‚ {1} +luckperms.command.group.setdisplayname.set=аŸаОаКаАаЗаВаАаНаОб‚аО аИаМаЕ аЗаА аГб€бƒаПаА {1} аБаЕбˆаЕ аНаАбб‚б€аОаЕаНаО аНаА {0} аВ аКаОаНб‚аЕаКбб‚ {2} +luckperms.command.group.setdisplayname.removed=а‘аЕбˆаЕ аПб€аЕаМаАб…аНаАб‚аО аПаОаКаАаЗаВаАаНаО аИаМаЕ аЗаА аГб€бƒаПаА {0} аВ аКаОаНб‚аЕаКбб‚ {1} +luckperms.command.track.list.title=аЂб€аАбаЕб‚аА +luckperms.command.track.path.empty=абаМаА +luckperms.command.track.info.showing-track=аŸаОаКаАаЗаВаА баЕ б‚б€аАбаЕ +luckperms.command.track.info.path-property=аŸбŠб‚ +luckperms.command.track.clear=аЂб€аАбаЕб‚аО б аГб€бƒаПаИ аНаА {0} аБаЕ аИаЗб‡аИбб‚аЕаНаО +luckperms.command.track.insert.error-number=аžб‡аАаКаВаАб…аМаЕ б‡аИбаЛаО, аНаО аПаОаЛбƒб‡аИб…аМаЕ\: {0} +luckperms.command.track.insert.error-invalid-pos=ааЕ аМаОаЖаАб…аМаЕ аДаА аИаЗаВбŠб€бˆаИаМ аВаМбŠаКаВаАаНаЕ аНаА аПаОаЗаИб†аИб {0} +luckperms.command.track.insert.error-invalid-pos-reason=аНаЕаВаАаЛаИаДаНаА аПаОаЗаИб†аИб +luckperms.command.track.error-empty={0} аНаЕ аМаОаЖаЕ аДаА баЕ аИаЗаПаОаЛаЗаВаА аПаОаНаЕаЖаЕ аЕ аПб€аАаЗаНаО аИаЛаИ ббŠаДбŠб€аЖаА баАаМаО аЕаДаНаА аГб€бƒаПаА +luckperms.command.track.error-ambiguous=ааЕ аМаОаЖаАб…аМаЕ аДаА аОаПб€аЕаДаЕаЛаИаМ б‚бб…аНаОб‚аО аМаЕбб‚аОаПаОаЛаОаЖаЕаНаИаЕ +luckperms.command.track.already-contains={0} аВаЕб‡аЕ ббŠаДбŠб€аЖаА {1} +luckperms.command.track.doesnt-contain={0} аНаЕ ббŠаДбŠб€аЖаА {1} +luckperms.command.log.load-error=а›аОаГаОаВаЕб‚аЕ аНаЕ аМаОаГаАб‚ аДаА аБбŠаДаАб‚ аЗаАб€аЕаДаЕаНаИ +luckperms.command.log.invalid-page=ааЕаВаАаЛаИаДаЕаН аНаОаМаЕб€ аНаА бб‚б€аАаНаИб†аА +luckperms.command.log.empty=абаМаА аЛаОаГаОаВаЕ аЗаА аПаОаКаАаЗаВаАаНаЕ +luckperms.command.log.notify.enabled-term=а’аКаЛбŽб‡аЕаНаО +luckperms.command.log.notify.disabled-term=а˜аЗаКаЛбŽб‡аЕаНаО +luckperms.command.log.notify.changed-state=а›аОаГаОаВаЕ аНаА {0} +luckperms.command.log.notify.already-on=а’аИаЕ аВаЕб‡аЕ аПаОаЛбƒб‡аАаВаАб‚аЕ аИаЗаВаЕбб‚аИб +luckperms.command.log.notify.already-off=аšбŠаМ аМаОаМаЕаНб‚аА а’аИаЕ аНаЕ аПаОаЛбƒб‡аАаВаАб‚аЕ аИаЗаВаЕбб‚аИб +luckperms.command.log.notify.invalid-state=ааЕаВаАаЛаИаДаНаО ббŠбб‚аОбаНаИаЕ. аžб‡аАаКаВаАб…аМаЕ {0} аИаЛаИ {1} +luckperms.command.log.show.search=аŸаОаКаАаЗаВаАаМаЕ баКаОб€аОбˆаНаИб‚аЕ аДаЕаЙбб‚аВаИб аЗаА аЗаАбаВаКаАб‚аА {0} +luckperms.command.log.show.recent=аŸаОаКаАаЗаВаАаМаЕ баКаОб€аОбˆаНаИб‚аЕ аДаЕаЙбб‚аВаИб +luckperms.command.log.show.by=аŸаОаКаАаЗаВаАаМаЕ баКаОб€аОбˆаНаИб‚аЕ аДаЕаЙбб‚аВаИб аНаА {0} +luckperms.command.export.error-term=а“б€аЕбˆаКаА +luckperms.command.export.already-running=а”б€бƒаГ аЕаКбаПаОб€б‚аИб€аАб‰ аПб€аОб†аЕб аВаЕб‡аЕ баЕ аИаЗаПбŠаЛаНбаВаА +luckperms.command.export.file.already-exists=аЄаАаЙаЛбŠб‚ б аИаМаЕ {0} аВаЕб‡аЕ ббŠб‰аЕбб‚аВбƒаВаА +luckperms.command.export.file.not-writable=ааЕ аМаОаЖаЕаМ аДаА аЗаАаПаИбаВаАаМаЕ аНаА б„аАаЙаЛаА {0} +luckperms.command.export.file.success=аЃбаПаЕбˆаНаО аЕаКбаПаОб€б‚аИб€аАаНаЕ аДаО {0} +luckperms.command.export.file-unexpected-error-writing=а’бŠаЗаНаИаКаНаА аНаЕаОб‡аАаКаВаАаНаА аГб€аЕбˆаКаА аПб€аИ аЗаАаПаИбаВаАаНаЕ аНаА б„аАаЙаЛаА +luckperms.command.export.web.export-code=а˜аЗаНаОбаЕаН аКаОаД +luckperms.command.export.web.import-command-description=а˜аЗаПаОаЛаЗаВаАаЙ баЛаЕаДаНаАб‚аА аКаОаМаАаНаДаА, аЗаА аДаА аВаМбŠаКаНаЕбˆ аПб€аОаМаЕаНаИб‚аЕ +luckperms.command.import.term=а’аМбŠаКаВаАаНаЕ +luckperms.command.import.error-term=а“б€аЕбˆаКаА +luckperms.command.import.already-running=а”б€бƒаГ аВаМбŠаКаВаАб‰ аПб€аОб†аЕб аВаЕб‡аЕ баЕ аИаЗаПбŠаЛаНбаВаА +luckperms.command.import.file.doesnt-exist=аЄаАаЙаЛбŠб‚ {0} аНаЕ ббŠб‰аЕбб‚аВбƒаВаА +luckperms.command.import.file.not-readable=аЄаАаЙаЛбŠб‚ {0} аНаЕ аМаОаЖаЕ аДаА аБбŠаДаЕ б€аАаЗб‡аЕб‚аЕаН +luckperms.command.import.file.unexpected-error-reading=а’бŠаЗаНаИаКаНаА аНаЕаОб‡аАаКаВаАаНаА аГб€аЕбˆаКаА аДаОаКаАб‚аО б€аАаЗб‡аИб‚аАб…аМаЕ аВаМбŠаКаНаАб‚аИб б„аАаЙаЛ +luckperms.command.import.file.correct-format=аВ аПб€аАаВаИаЛаНаИб б„аОб€аМаАб‚ аЛаИ аЕ? +luckperms.command.import.web.unable-to-read=ааЕ аМаОаЖаАб…аМаЕ аДаА аПб€аОб‡аЕб‚аЕаМ аИаНб„аОб€аМаАб†аИбб‚аА, аИаЗаПаОаЛаЗаВаАаЙаКаИ аДаАаДаЕаНаИбб‚ аКаОаД +luckperms.command.import.progress.percent={0}% аЗаАаВбŠб€бˆаЕаНаО +luckperms.command.import.progress.operations={0}/{1} аОаПаЕб€аАб†аИаИ аЗаАаВбŠб€бˆаЕаНаИ +luckperms.command.import.starting=аЁб‚аАб€б‚аИб€аАаНаЕ аНаА аВаМбŠаКаВаАб‰ аПб€аОб†аЕб +luckperms.command.import.completed=а—аа’аЊа аЈа•а +luckperms.command.import.duration=аОб‚аНаЕ {0} баЕаКбƒаНаДаИ +luckperms.command.bulkupdate.must-use-console=аšаОаМаАаНаДаАб‚аА аЗаА аМаАбаИаВаНаО аАаКб‚бƒаАаЛаИаЗаИб€аАаНаЕ аМаОаЖаЕ аДаА аБбŠаДаЕ аИаЗаПаОаЛаЗаВаАаНаА баАаМаО аОб‚ аКаОаНаЗаОаЛаАб‚аА +luckperms.command.bulkupdate.invalid-data-type=ааЕаВаАаЛаИаДаЕаН аВаИаД, аОб‡аАаКаВаАб…аМаЕ {0} +luckperms.command.bulkupdate.invalid-constraint=ааЕаВаАаЛаИаДаНаО аОаГб€аАаНаИб‡аЕаНаИаЕ {0} +luckperms.command.bulkupdate.invalid-constraint-format=аžаГб€аАаНаИб‡аЕаНаИбб‚аА б‚б€баБаВаА аДаА баА аВбŠаВ б„аОб€аМаАб‚ {0} +luckperms.command.bulkupdate.invalid-comparison=ааЕаВаАаЛаИаДаЕаН аОаПаЕб€аАб‚аОб€ аЗаА бб€аАаВаНаЕаНаИаЕ {0} +luckperms.command.bulkupdate.invalid-comparison-format=аžб‡аАаКаВаАб…аМаЕ аЕаДаНаО аОб‚ баЛаЕаДаНаИб‚аЕ\: {0} +luckperms.command.bulkupdate.queued=аžаПаЕб€аАб†аИбб‚аА аЗаА аМаАбаИаВаНаО аАаКб‚бƒаАаЛаИаЗаИб€аАаНаЕ аЕ аНаА аОаПаАбˆаКаА +luckperms.command.bulkupdate.confirm=а˜аЗаПбŠаЛаНаЕб‚аЕ {0}, аЗаА аДаА аИаЗаВбŠб€бˆаИб‚аЕ аАаКб‚бƒаАаЛаИаЗаАб†аИбб‚аА +luckperms.command.bulkupdate.unknown-id=аžаПаЕб€аАб†аИбб‚аА б аИаДаЕаНб‚аИб„аИаКаАб†аИб {0} аНаЕ ббŠб‰аЕбб‚аВбƒаВаА аИаЛаИ аИаЗб‚аЕб‡аЕ +luckperms.command.bulkupdate.starting=аЁб‚аАб€б‚аИб€аАаНаЕ аНаА аМаАбаИаВаНаА аАаКб‚бƒаАаЛаИаЗаАб†аИб +luckperms.command.bulkupdate.success=аœаАбаИаВаНаАб‚аА аАаКб‚бƒаАаЛаИаЗаАб†аИб аБаЕбˆаЕ бƒбаПаЕбˆаНаО аЗаАаВбŠб€бˆаЕаНаА +luckperms.command.translations.download-override-warning=а˜аМаАаЙб‚аЕ аПб€аЕаДаВаИаД, б‡аЕ б‚аОаВаА б‰аЕ аОб‚аМаЕаНаИ аНаАаПб€аАаВаЕаНаИб‚аЕ аОб‚ аВаАб аПб€аОаМаЕаНаИ аЗаА б‚аЕаЗаИ аЕаЗаИб†аИ +luckperms.usage.user.description=ааАаБаОб€ аОб‚ аКаОаМаАаНаДаИ аЗаА бƒаПб€аАаВаЛбаВаАаНаЕ аНаА аПаОб‚б€аЕаБаИб‚аЕаЛаИ аВ LuckPerms. (''аŸаОб‚б€аЕаБаИб‚аЕаЛ'' баЕ аИаЗаПаОаЛаЗаВаА аВ баМаИббŠаЛ аНаА аИаГб€аАб‡, аИ аМаОаЖаЕ аДаА баЕ аОб‚аНаАбб аДаО UUID аИаЛаИ аПаОб‚б€аЕаБаИб‚аЕаЛбаКаО аИаМаЕ) +luckperms.usage.group.description=ааАаБаОб€ аОб‚ аКаОаМаАаНаДаИ аЗаА бƒаПб€аАаВаЛбаВаАаНаЕ аНаА аГб€бƒаПаИ аВ LuckPerms. а“б€бƒаПаИб‚аЕ баА аКаОаЛаЕаКб†аИб аОб‚ аЗаАаДаАаДаЕаНаИ аПб€аАаВаОаМаОб‰аИб, аКаОаИб‚аО аМаОаГаАб‚ аДаА аБбŠаДаАб‚ аДаАаВаАаНаИ аНаА аПаОб‚б€аЕаБаИб‚аЕаЛаИб‚аЕ. ааОаВаА аГб€бƒаПаА аМаОаЖаЕ аДаА баЕ ббŠаЗаДаАаДаЕ б аКаОаМаАаНаДаАб‚аА ''creategroup''. +luckperms.usage.track.description=ааАаБаОб€ аОб‚ аКаОаМаАаНаДаИ аЗаА бƒаПб€аАаВаЛбаВаАаНаЕ аНаА б‚б€аАбаЕб‚аА аВ LuckPerms. аЂб€аАбаЕб‚аАб‚аА баА аПб€аОаГб€аЕбаИаВаЕаН баПаИббŠаК аОб‚ аГб€бƒаПаИ, аКаОаИб‚аО аМаОаГаАб‚ аДаА аБбŠаДаАб‚ аПаОаЛаЗаВаАаНаИ аЗаА ббŠаЗаДаАаВаАаНаЕ аНаА баИбб‚аЕаМаА аОб‚ аПаОаВаИбˆаЕаНаИб аИ аПаОаНаИаЖаЕаНаИб (аНаАаПб€. б€аАаНаГаОаВаЕ). +luckperms.usage.log.description=ааАаБаОб€ аОб‚ аКаОаМаАаНаДаИ аЗаА бƒаПб€аАаВаЛаЕаНаИаЕ аНаА аЛаОаГаВаАаНаЕб‚аО аНаА LuckPerms. +luckperms.usage.sponge-permission-clear.description=аŸб€аЕаМаАб…аВаА аПб€аАаВаАб‚аА аНаА аГб€бƒаПаАб‚аА/аИаГб€аАб‡аА +luckperms.usage.sponge-permission-clear.argument.contexts=аКаОаНб‚аЕаКбб‚аИб‚аЕ аВ аКаОаИб‚аО баЕ аИаЗб‡аИбб‚аВаАб‚ аПб€аАаВаА +luckperms.usage.sponge-parent-info.description=аŸаОаКаАаЗаВаА аИаНб„аОб€аМаАб†аИб аОб‚аНаОбаНаО б€аОаДаИб‚аЕаЛаИб‚аЕ аНаА аГб€бƒаПаА/аПб€аАаВаА +luckperms.usage.sponge-parent-info.argument.contexts=аКаОаНб‚аЕаКбб‚аИб‚аЕ, аПаО аКаОаИб‚аО аДаА б„аИаЛб‚б€аИб€аАаМаЕ +luckperms.usage.sponge-parent-add.description=а”аОаБаАаВб б€аОаДаИб‚аЕаЛ аНаА аГб€бƒаПаАб‚аА/аПб€аАаВаОб‚аО +luckperms.usage.sponge-parent-add.argument.subject=аИаМаЕб‚аО аНаА б€аОаДаИб‚аЕаЛб аНаА аГб€бƒаПаАб‚аА/аПб€аАаВаОб‚аО +luckperms.usage.sponge-parent-add.argument.contexts=аКаОаНб‚аЕаКбб‚аИб‚аЕ аВ аКаОаИб‚аО аДаА аДаОаБаАаВаИаМ б€аОаДаИб‚аЕаЛ +luckperms.usage.sponge-parent-remove.description=аŸб€аЕаМаАб…аВаА б€аОаДаИб‚аЕаЛ аНаА аГб€бƒаПаАб‚аА/аПб€аАаВаОб‚аО +luckperms.usage.sponge-parent-remove.argument.subject=аИаМаЕб‚аО аНаА б€аОаДаИб‚аЕаЛб аНаА аГб€бƒаПаАб‚аА/аПб€аАаВаОб‚аО +luckperms.usage.sponge-parent-remove.argument.contexts=аКаОаНб‚аЕаКбб‚аИб‚аЕ аВ аКаОаИб‚аО аДаА аПб€аЕаМаАб…аНаЕаМ б€аОаДаИб‚аЕаЛ +luckperms.usage.sponge-parent-clear.description=аŸб€аЕаМаАб…аВаА б€аОаДаИб‚аЕаЛаИб‚аЕ аНаА аГб€бƒаПаАб‚аА/аПб€аАаВаОб‚аО +luckperms.usage.sponge-parent-clear.argument.contexts=аКаОаНб‚аЕаКбаИб‚аЕ аОб‚ аКаОаИб‚аО аДаА аПб€аЕаМаАб…аВаАаМаЕ б€аОаДаИб‚аЕаЛаИ +luckperms.usage.sponge-option-info.description=аŸаОаКаАаЗаВаА аИаНб„аОб€аМаАб†аИб аОб‚аНаОбаНаО аОаПб†аИаИб‚аЕ аНаА аГб€бƒаПаА/аПб€аАаВаА +luckperms.usage.sponge-option-info.argument.contexts=аКаОаНб‚аЕаКбб‚аИб‚аЕ, аПаО аКаОаИб‚аО аДаА б„аИаЛб‚б€аИб€аАаМаЕ +luckperms.usage.sponge-option-clear.description=аŸб€аЕаМаАб…аВаА аОаПб†аИаИб‚аЕ аНаА аГб€бƒаПаАб‚аА/аПб€аАаВаОб‚аО/аИаГб€аАб‡аА +luckperms.usage.sponge-option-clear.argument.contexts=аКаОаНб‚аЕаКбб‚аИб‚аЕ аОб‚ аКаОаИб‚аО аДаА аПб€аЕаМаАб…аВаАаМаЕ аОаПб†аИаИ diff --git a/plugins/LuckPerms/translations/repository/cs_CZ.properties b/plugins/LuckPerms/translations/repository/cs_CZ.properties new file mode 100644 index 0000000..cc141e8 --- /dev/null +++ b/plugins/LuckPerms/translations/repository/cs_CZ.properties @@ -0,0 +1,630 @@ +luckperms.logs.actionlog-prefix=PROTOKOL +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=EXPORTOVAT +luckperms.commandsystem.available-commands=PouХОijte {0} pro zobrazenУ­ dostupnУНch pХ™У­kazХЏ +luckperms.commandsystem.command-not-recognised=PХ™У­kaz nebyl rozpoznУЁn +luckperms.commandsystem.no-permission=NemУЁte oprУЁvnФ›nУ­ k pouХОitУ­ tohoto pХ™У­kazu\! +luckperms.commandsystem.no-permission-subcommands=NemУЁte oprУЁvnФ›nУ­ k pouХОitУ­ jakУНchkoli podpХ™У­kazХЏ +luckperms.commandsystem.already-executing-command=PrУЁvФ› probУ­hУЁ jinУН pХ™У­kaz, ФekУЁ se na jeho dokonФenУ­... +luckperms.commandsystem.usage.sub-commands-header=PodpХ™У­kazy +luckperms.commandsystem.usage.usage-header=PouХОitУ­ pХ™У­kazu +luckperms.commandsystem.usage.arguments-header=Argumenty +luckperms.first-time.no-permissions-setup=VypadУЁ to, ХОe zatУ­m nebyla nastavena ХОУЁdnУЁ oprУЁvnФ›nУ­\! +luckperms.first-time.use-console-to-give-access=PХ™ed tУ­m, neХО budete moct pouХОУ­t jakУНkoli z pХ™У­kazХЏ LuckPerms ve hХ™e, si musУ­te dУЁt pomocУ­ konzole pХ™У­stup +luckperms.first-time.console-command-prompt=OtevХ™ete konzoli a spusХЅte +luckperms.first-time.next-step=Po dokonФenУ­ mХЏХОete zaФУ­t nastavovat svУЁ oprУЁvnФ›nУ­ a skupiny +luckperms.first-time.wiki-prompt=NevУ­te, kde zaФУ­t? MrknФ›te sem\: {0} +luckperms.login.try-again=Zkuste to znovu pozdФ›ji +luckperms.login.loading-database-error=PХ™i naФУ­tУЁnУ­ dat oprУЁvnФ›nУ­ se vyskytla chyba databУЁze +luckperms.login.server-admin-check-console-errors=Pokud jste sprУЁvce serveru, podУ­vejte se do konzole kХЏli pХ™У­padnУНm chybУЁm +luckperms.login.server-admin-check-console-info=Zkontrolujte konzoli serveru pro vУ­ce informacУ­ +luckperms.login.data-not-loaded-at-pre=Data oprУЁvnФ›nУ­ vaХЁeho uХОivatele nebyla naФtena bФ›hem fУЁze pХ™edpХ™ihlУЁХЁenУ­ +luckperms.login.unable-to-continue=nelze pokraФovat +luckperms.login.craftbukkit-offline-mode-error=toto je pravdФ›podobnФ› zpХЏsobeno konfliktem mezi CraftBukkitem a nastavenУ­m online-mode +luckperms.login.unexpected-error=PХ™i nastavovУЁnУ­ dat oprУЁvnФ›nУ­ se vyskytla neoФekУЁvanУЁ chyba +luckperms.opsystem.disabled=SystУЉm vanilla OP je na tomto serveru zakУЁzУЁn +luckperms.opsystem.sponge-warning=Status operУЁtora serveru nemУЁ ХОУЁdnУН vliv na kontroly nastavenУ­ Sponge pХ™i nainstalovanУЉm pluginu na oprУЁvnФ›nУ­, musУ­te upravit uХОivatelskУЁ data napХ™У­mo +luckperms.duration.unit.years.plural={0} let +luckperms.duration.unit.years.singular={0} rok +luckperms.duration.unit.years.short={0}r +luckperms.duration.unit.months.plural={0} mФ›sУ­cХЏ +luckperms.duration.unit.months.singular={0} mФ›sУ­c +luckperms.duration.unit.months.short={0}m +luckperms.duration.unit.weeks.plural={0} tУНdnХЏ +luckperms.duration.unit.weeks.singular={0} tУНden +luckperms.duration.unit.weeks.short={0}t +luckperms.duration.unit.days.plural={0} dnХЏ +luckperms.duration.unit.days.singular={0} den +luckperms.duration.unit.days.short={0}d +luckperms.duration.unit.hours.plural={0} hodin +luckperms.duration.unit.hours.singular={0} hodina +luckperms.duration.unit.hours.short={0}h +luckperms.duration.unit.minutes.plural={0} minut +luckperms.duration.unit.minutes.singular={0} minuta +luckperms.duration.unit.minutes.short={0}min +luckperms.duration.unit.seconds.plural={0} sekund +luckperms.duration.unit.seconds.singular={0} sekunda +luckperms.duration.unit.seconds.short={0}s +luckperms.duration.since=PХ™ed {0} +luckperms.command.misc.invalid-code=NeplatnУН kУГd +luckperms.command.misc.response-code-key=kУГd odpovФ›di +luckperms.command.misc.error-message-key=zprУЁva +luckperms.command.misc.bytebin-unable-to-communicate=Komunikace s bytebinem byla neУКspФ›ХЁnУЁ +luckperms.command.misc.webapp-unable-to-communicate=Komunikace s webovou aplikacУ­ byla neУКspФ›ХЁnУЁ +luckperms.command.misc.check-console-for-errors=Zkontrolujte konzoli kvХЏli pХ™У­padnУНm chybУЁm +luckperms.command.misc.file-must-be-in-data=Soubor {0} musУ­ bУНt pХ™У­mo podХ™azenУН adresУЁХ™i dat +luckperms.command.misc.wait-to-finish=PoФkejte prosУ­m na dokonФenУ­ a zkuste to znovu +luckperms.command.misc.invalid-priority=NeplatnУЁ priorita {0} +luckperms.command.misc.expected-number=OФekУЁvУЁno ФУ­slo +luckperms.command.misc.date-parse-error=Nelze zpracovat datum {0} +luckperms.command.misc.date-in-past-error=Nelze nastavit datum v minulosti\! +luckperms.command.misc.page=strana {0} z {1} +luckperms.command.misc.page-entries={0} vstupХЏ +luckperms.command.misc.none=ХНУЁdnУЉ +luckperms.command.misc.loading.error.unexpected=DoХЁlo k neФekanУЉ chybФ› +luckperms.command.misc.loading.error.user=UХОivatel se nenaФetl +luckperms.command.misc.loading.error.user-specific=Nelze naФУ­st cУ­lovУЉho uХОivatele {0} +luckperms.command.misc.loading.error.user-not-found=UХОivatel {0} nebyl nalezen +luckperms.command.misc.loading.error.user-save-error=PХ™i uklУЁdУЁnУ­ uХОivatelskУНch dat {0} doХЁlo k chybФ› +luckperms.command.misc.loading.error.user-not-online=UХОivatel {0} nenУ­ online +luckperms.command.misc.loading.error.user-invalid={0} nenУ­ platnУЉ uХОivatelskУЉ jmУЉno/UUID +luckperms.command.misc.loading.error.user-not-uuid=CУ­lovУН uХОivatel {0} nenУ­ platnУЉ UUID +luckperms.command.misc.loading.error.group=Skupina se nenaФetla +luckperms.command.misc.loading.error.all-groups=NepodaХ™ilo se naФУ­st vХЁechny skupiny +luckperms.command.misc.loading.error.group-not-found=Skupina s nУЁzvem {0} nenalezena +luckperms.command.misc.loading.error.group-save-error=PХ™i uklУЁdУЁnУ­ dat skupiny {0} doХЁlo k chybФ› +luckperms.command.misc.loading.error.group-invalid={0} nenУ­ platnУН nУЁzev skupiny +luckperms.command.misc.loading.error.track=Trasa se nenaФetla +luckperms.command.misc.loading.error.all-tracks=NepodaХ™ilo se naФУ­st vХЁechny trasy +luckperms.command.misc.loading.error.track-not-found=Trasa s nУЁzvem {0} nenalezena +luckperms.command.misc.loading.error.track-save-error=PХ™i uklУЁdУЁnУ­ dat trasy {0} doХЁlo k chybФ› +luckperms.command.misc.loading.error.track-invalid={0} nenУ­ platnУН nУЁzev trasy +luckperms.command.editor.no-match=NepodaХ™ilo se otevХ™У­t editor, ХОУЁdnУЉ objekty neodpovУ­dajУ­ poХОadovanУЉmu typu +luckperms.command.editor.start=PХ™У­prava novУЉ relace editoru, Фekejte prosУ­m... +luckperms.command.editor.url=KliknФ›te na odkaz nУ­ХОe pro otevХ™enУ­ editoru +luckperms.command.editor.unable-to-communicate=Komunikace s editorem byla neУКspФ›ХЁnУЁ +luckperms.command.editor.apply-edits.success=Data webovУЉho editoru byla УКspФ›ХЁnФ› pouХОita na {0} {1} +luckperms.command.editor.apply-edits.success-summary={0} {1} a {2} {3} +luckperms.command.editor.apply-edits.success.additions=doplХˆky +luckperms.command.editor.apply-edits.success.additions-singular=doplnФ›k +luckperms.command.editor.apply-edits.success.deletions=odstranФ›nУ­ +luckperms.command.editor.apply-edits.success.deletions-singular=odstranФ›nУ­ +luckperms.command.editor.apply-edits.no-changes=Ve webovУЉm editoru nebyly provedeny ХОУЁdnУЉ УКpravy, vrУЁcenУЁ data neobsahovala ХОУЁdnУЉ zmФ›ny +luckperms.command.editor.apply-edits.unknown-type=Nelze pouХОУ­t УКpravu danУЉho typu objektu +luckperms.command.editor.apply-edits.unable-to-read=Nelze pХ™eФУ­st data pomocУ­ danУЉho kУГdu +luckperms.command.search.searching.permission=HledУЁnУ­ uХОivatelХЏ a skupin s {0} +luckperms.command.search.searching.inherit=HledУЁnУ­ uХОivatelХЏ a skupin dФ›dУ­cУ­ch z {0} +luckperms.command.search.result=Nalezeno {0} vstupХЏ od {1} uХОivatelХЏ a {2} skupin +luckperms.command.search.result.default-notice=PoznУЁmka\: pХ™i hledУЁnУ­ ФlenХЏ s vУНchozУ­ skupinou nebudou zobrazeni offline hrУЁФi s ХОУЁdnУНmi jinУНmi oprУЁvnФ›nУ­mi\! +luckperms.command.search.showing-users=ZobrazovУЁnУ­ uХОivatelskУНch vstupХЏ +luckperms.command.search.showing-groups=ZobrazujУ­ se poloХОky skupiny +luckperms.command.tree.start=Generuji strom oprУЁvnФ›nУ­, Фekejte prosУ­m... +luckperms.command.tree.empty=Nelze vygenerovat strom, ХОУЁdnУЉ vУНsledky nebyly nalezeny +luckperms.command.tree.url=URL stromu oprУЁvnФ›nУ­ +luckperms.command.verbose.invalid-filter={0} nenУ­ platnУН podrobnУН filtr +luckperms.command.verbose.enabled=PodrobnУЉ protokolovУЁnУ­ {0} pro kontroly odpovУ­dajУ­cУ­ {1} +luckperms.command.verbose.command-exec=NutУ­m {0} k vykonУЁnУ­ pХ™У­kazu {1} a nahlaХЁuji vХЁechny provedenУЉ kontroly... +luckperms.command.verbose.off=PodrobnУЉ protokolovУЁnУ­ {0} +luckperms.command.verbose.command-exec-complete=PХ™У­kaz byl УКspФ›ХЁnФ› vykonУЁn +luckperms.command.verbose.command.no-checks=VykonУЁnУ­ pХ™У­kazu dokonФeno, ale nebyly provedeny ХОУЁdnУЉ kontroly oprУЁvnФ›nУ­ +luckperms.command.verbose.command.possibly-async=MХЏХОe to bУНt, protoХОe plugin provУЁdУ­ pХ™У­kazy na pozadУ­ (asynchronnФ›) +luckperms.command.verbose.command.try-again-manually=StУЁle mХЏХОete ruФnФ› pouХОУ­t verbose k detekci kontrol, jako je tato +luckperms.command.verbose.enabled-recording=PodrobnУЉ zaznamenУЁvУЁnУ­ {0} pro kontroly odpovУ­dajУ­cУ­ {1} +luckperms.command.verbose.uploading=PodrobnУЉ protokolovУЁnУ­ {0}, nahrУЁvУЁm vУНsledky... +luckperms.command.verbose.url=URL podrobnУНch vУНsledkХЏ +luckperms.command.verbose.enabled-term=povoleno +luckperms.command.verbose.disabled-term=zakУЁzУЁno +luckperms.command.verbose.query-any=COKOLI +luckperms.command.info.running-plugin=PouХОУ­vУЁme +luckperms.command.info.platform-key=Platforma +luckperms.command.info.server-brand-key=ZnaФka serveru +luckperms.command.info.server-version-key=Verze serveru +luckperms.command.info.storage-key=УšloХОiХЁtФ› +luckperms.command.info.storage-type-key=Typ +luckperms.command.info.storage.meta.split-types-key=Typy +luckperms.command.info.storage.meta.ping-key=Ping +luckperms.command.info.storage.meta.connected-key=PХ™ipojeno +luckperms.command.info.storage.meta.file-size-key=Velikost souboru +luckperms.command.info.extensions-key=RozХЁУ­Х™enУ­ +luckperms.command.info.messaging-key=ZasУ­lУЁnУ­ zprУЁv +luckperms.command.info.instance-key=Instance +luckperms.command.info.static-contexts-key=StatickУЉ kontexty +luckperms.command.info.online-players-key=Online hrУЁФi +luckperms.command.info.online-players-unique={0} unikУЁtnУ­ +luckperms.command.info.uptime-key=Doba provozu +luckperms.command.info.local-data-key=MУ­stnУ­ data +luckperms.command.info.local-data={0} uХОivatelХЏ, {1} skupin, {2} tras +luckperms.command.generic.create.success={0} byl УКspФ›ХЁnФ› vytvoХ™en +luckperms.command.generic.create.error=PХ™i vytvУЁХ™enУ­ {0} se vyskytla chyba +luckperms.command.generic.create.error-already-exists={0} jiХО existuje\! +luckperms.command.generic.delete.success={0} byl УКspФ›ХЁnФ› odebrУЁn +luckperms.command.generic.delete.error=PХ™i odstraХˆovУЁnУ­ {0} se vyskytla chyba +luckperms.command.generic.delete.error-doesnt-exist={0} neexistuje\! +luckperms.command.generic.rename.success={0} byl УКspФ›ХЁnФ› pХ™ejmenovУЁn na {1} +luckperms.command.generic.clone.success={0} byl УКspФ›ХЁnФ› zduplikovУЁn na {1} +luckperms.command.generic.info.parent.title=NadХ™azenУЉ skupiny +luckperms.command.generic.info.parent.temporary-title=DoФasnУЉ nadХ™azenУЉ skupiny +luckperms.command.generic.info.expires-in=vyprХЁУ­ za +luckperms.command.generic.info.inherited-from=zdФ›dФ›no z +luckperms.command.generic.info.inherited-from-self=sУЁm +luckperms.command.generic.show-tracks.title=Trasy hrУЁФe {0} +luckperms.command.generic.show-tracks.empty={0} nenУ­ na ХОУЁdnУНch trasУЁch +luckperms.command.generic.clear.node-removed={0} uzlХЏ bylo odebrУЁno +luckperms.command.generic.clear.node-removed-singular={0} uzel byl odebrУЁn +luckperms.command.generic.clear=Uzly hrУЁФe {0} byly vyФiХЁtФ›ny v kontextu {1} +luckperms.command.generic.permission.info.title=OprУЁvnФ›nУ­ hrУЁФe {0} +luckperms.command.generic.permission.info.empty={0} nemУЁ nastavena ХОУЁdnУЁ oprУЁvnФ›nУ­ +luckperms.command.generic.permission.info.click-to-remove=KliknФ›te pro odebrУЁnУ­ tohoto uzlu z {0} +luckperms.command.generic.permission.check.info.title=Informace o oprУЁvnФ›nУ­ pro {0} +luckperms.command.generic.permission.check.info.directly={0} mУЁ {1} nastaveno na {2} v kontextu {3} +luckperms.command.generic.permission.check.info.inherited={0} dФ›dУ­ {1} nastavenУЉ na {2} z {3} v kontextu {4} +luckperms.command.generic.permission.check.info.not-directly={0} nemУЁ nastaveno {1} +luckperms.command.generic.permission.check.info.not-inherited={0} nedФ›dУ­ {1} +luckperms.command.generic.permission.check.result.title=Kontrola oprУЁvnФ›nУ­ pro {0} +luckperms.command.generic.permission.check.result.result-key=VУНsledek +luckperms.command.generic.permission.check.result.processor-key=Zpracovatel +luckperms.command.generic.permission.check.result.cause-key=PХ™У­Фina +luckperms.command.generic.permission.check.result.context-key=Kontext +luckperms.command.generic.permission.set=Nastavit {0} na {1} pro hrУЁФe {2} v kontextu {3} +luckperms.command.generic.permission.already-has={0} jiХО mУЁ {1} nastaveno v kontextu {2} +luckperms.command.generic.permission.set-temp=Nastavit {0} na {1} pro hrУЁФe {2} s dobou trvУЁnУ­ {3} v kontextu {4} +luckperms.command.generic.permission.already-has-temp={0} jiХО mУЁ {1} doФasnФ› nastaveno v kontextu {2} +luckperms.command.generic.permission.unset=ZruХЁeno oprУЁvnФ›nУ­ {0} hrУЁФi {1} v kontextu {2} +luckperms.command.generic.permission.doesnt-have={0} nemУЁ {1} nastaveno v kontextu {2} +luckperms.command.generic.permission.unset-temp=ZruХЁeno doФasnУЉ oprУЁvnФ›nУ­ {0} hrУЁФi {1} v kontextu {2} +luckperms.command.generic.permission.subtract=Nastavit {0} na {1} pro hrУЁФe {2} s dУЉlkou trvУЁnУ­ {3} v kontextu {4}, {5} mУЉnФ› neХО pХ™edtУ­m +luckperms.command.generic.permission.doesnt-have-temp={0} nemУЁ {1} doФasnФ› nastaveno v kontextu {2} +luckperms.command.generic.permission.clear=OprУЁvnФ›nУ­ hrУЁФe {0} byla vyФiХЁtФ›na v kontextu {1} +luckperms.command.generic.parent.info.title=NadХ™У­zenУ­ hrУЁФe {0} +luckperms.command.generic.parent.info.empty={0} nemУЁ definovУЁna ХОУЁdnУЁ nadХ™У­zenУ­ +luckperms.command.generic.parent.info.click-to-remove=KliknФ›te pro odebrУЁnУ­ tohoto nadХ™У­zenУЉho z {0} +luckperms.command.generic.parent.add={0} nynУ­ dФ›dУ­ oprУЁvnФ›nУ­ od {1} v kontextu {2} +luckperms.command.generic.parent.add-temp={0} nynУ­ dФ›dУ­ oprУЁvnФ›nУ­ od {1} po dobu {2} v kontextu {3} +luckperms.command.generic.parent.set={0} mФ›l smazУЁny jeho nadХ™У­zenУЉ skupiny, a nynУ­ pouze dФ›dУ­ od {1} v kontextu {2} +luckperms.command.generic.parent.set-track={0} mФ›l smazУЁny jeho nadХ™У­zenУЉ skupiny na trase {1}, a nynУ­ pouze dФ›dУ­ od {2} v kontextu {3} +luckperms.command.generic.parent.remove={0} jiХО nedФ›dУ­ oprУЁvnФ›nУ­ od {1} v kontextu {2} +luckperms.command.generic.parent.remove-temp={0} jiХО doФasnФ› nedФ›dУ­ oprУЁvnФ›nУ­ od {1} v kontextu {2} +luckperms.command.generic.parent.subtract={0} bude dФ›dit oprУЁvnФ›nУ­ od {1} po dobu {2} v kontextu {3}, {4} mУЉnФ› neХО pХ™edtУ­m +luckperms.command.generic.parent.clear=NadХ™У­zenУ­ hrУЁФe {0} byli vyФiХЁtФ›ni v kontextu {1} +luckperms.command.generic.parent.clear-track=NadХ™У­zenУ­ hrУЁФe {0} na trase {1} byli vyФiХЁteni v kontextu {2} +luckperms.command.generic.parent.already-inherits={0} jiХО dФ›dУ­ od {1} v kontextu {2} +luckperms.command.generic.parent.doesnt-inherit={0} nedФ›dУ­ od {1} v kontextu {2} +luckperms.command.generic.parent.already-temp-inherits={0} jiХО doФasnФ› dФ›dУ­ od {1} v kontextu {2} +luckperms.command.generic.parent.doesnt-temp-inherit={0} nedФ›dУ­ doФasnФ› od {1} v kontextu {2} +luckperms.command.generic.chat-meta.info.title-prefix=Prefixy hrУЁФe/skupiny {0} +luckperms.command.generic.chat-meta.info.title-suffix=Suffixy hrУЁФe/skupiny {0} +luckperms.command.generic.chat-meta.info.none-prefix={0} nemУЁ ХОУЁdnУЉ prefixy +luckperms.command.generic.chat-meta.info.none-suffix={0} nemУЁ ХОУЁdnУЉ suffixy +luckperms.command.generic.chat-meta.info.click-to-remove=KliknФ›te pro odebrУЁnУ­ tohoto {0} z {1} +luckperms.command.generic.chat-meta.already-has={0} jiХО mУЁ {1} {2} nastaveno jako prioritu {3} v kontextu {4} +luckperms.command.generic.chat-meta.already-has-temp={0} jiХО mУЁ {1} {2} nastaveno doФasnФ› jako prioritu {3} v kontextu {4} +luckperms.command.generic.chat-meta.doesnt-have={0} nemУЁ {1} {2} nastaveno jako prioritu {3} v kontextu {4} +luckperms.command.generic.chat-meta.doesnt-have-temp={0} nemУЁ {1} {2} nastaveno doФasnФ› jako prioritu {3} v kontextu {4} +luckperms.command.generic.chat-meta.add={0} mФ›l {1} {2} nastaveno jako prioritu {3} v kontextu {4} +luckperms.command.generic.chat-meta.add-temp={0} mФ›l {1} {2} nastaveno jako prioritu {3} po dobu {4} v kontextu {5} +luckperms.command.generic.chat-meta.remove={0} mФ›l {1} {2} jako prioritu {3} odebrУЁn v kontextu {4} +luckperms.command.generic.chat-meta.remove-bulk={0} mФ›l vХЁechny {1} jako prioritu {2} odebrУЁn v kontextu {3} +luckperms.command.generic.chat-meta.remove-temp={0} mФ›l doФasnФ› {1} {2} jako prioritu {3} odebrУЁn v kontextu {4} +luckperms.command.generic.chat-meta.remove-temp-bulk={0} mФ›l vХЁe doФasnФ› {1} jako prioritu {2} odebrУЁno v kontextu {3} +luckperms.command.generic.meta.info.title=Meta hrУЁФe/skupiny {0} +luckperms.command.generic.meta.info.none={0} nemУЁ ХОУЁdnУЁ meta +luckperms.command.generic.meta.info.click-to-remove=KliknФ›te pro odebrУЁnУ­ meta hrУЁФi/skupinФ› {0} +luckperms.command.generic.meta.already-has={0} jiХО mУЁ meta klУ­Ф {1} nastavenУН na {2} v kontextu {3} +luckperms.command.generic.meta.already-has-temp={0} jiХО mУЁ meta klУ­Ф {1} doФasnФ› nastavenУН na {2} v kontextu {3} +luckperms.command.generic.meta.doesnt-have={0} nemУЁ meta klУ­Ф {1} nastavenУН v kontextu {2} +luckperms.command.generic.meta.doesnt-have-temp={0} nemУЁ meta klУ­Ф {1} doФasnФ› nastavenУН v kontextu {2} +luckperms.command.generic.meta.set=Nastavit meta klУ­Х™ {0} na {1} hrУЁФi/skupinФ› {2} v kontextu {3} +luckperms.command.generic.meta.set-temp=Nastavit meta klУ­Ф {0} na {1} pro hrУЁФe {2} s dobou trvУЁnУ­ {3} v kontextu {4} +luckperms.command.generic.meta.unset=ZruХЁen meta klУ­Ф {0} hrУЁФi {1} v kontextu {2} +luckperms.command.generic.meta.unset-temp=ZruХЁen doФasnУН meta klУ­Ф{0} hrУЁФi {1} v kontextu {2} +luckperms.command.generic.meta.clear=Meta hrУЁФe/skupiny {0} shodujУ­cУ­ se s typem {1} byly vyФiХЁtФ›ny v kontextu {2} +luckperms.command.generic.contextual-data.title=KontextovУЁ data +luckperms.command.generic.contextual-data.mode.key=reХОim +luckperms.command.generic.contextual-data.mode.server=server +luckperms.command.generic.contextual-data.mode.active-player=aktivnУ­ hrУЁФ +luckperms.command.generic.contextual-data.contexts-key=Kontexty +luckperms.command.generic.contextual-data.prefix-key=Prefix +luckperms.command.generic.contextual-data.suffix-key=Suffix +luckperms.command.generic.contextual-data.primary-group-key=PrimУЁrnУ­ skupina +luckperms.command.generic.contextual-data.meta-key=Meta +luckperms.command.generic.contextual-data.null-result=ХНУЁdnУН +luckperms.command.user.info.title=Уšdaje uХОivatele +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=typ +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=offline +luckperms.command.user.info.status-key=Stav +luckperms.command.user.info.status.online=Online +luckperms.command.user.info.status.offline=Offline +luckperms.command.user.removegroup.error-primary=Nelze odebrat uХОivatele z jeho primУЁrnУ­ skupiny +luckperms.command.user.primarygroup.not-member={0} jeХЁtФ› nebyl Фlenem {1}, pХ™idУЁvУЁnУ­ +luckperms.command.user.primarygroup.already-has={0} jiХО mУЁ {1} nastaveno jako primУЁrnУ­ skupinu +luckperms.command.user.primarygroup.warn-option=VarovУЁnУ­\: metoda vУНpoФtu primУЁrnУ­ skupiny pouХОУ­vanУЁ tУ­mto serverem ({0}) nemusУ­ odrУЁХОet tuto zmФ›nu +luckperms.command.user.primarygroup.set=PrimУЁrnУ­ skupina hrУЁФe {0} nastavena na {1} +luckperms.command.user.track.error-not-contain-group={0} nenУ­ v ХОУЁdnУНch skupinУЁch na {1} +luckperms.command.user.track.unsure-which-track=Nejsme si jisti, kterou trasu pouХОУ­t, zadejte ji prosУ­m jako argument +luckperms.command.user.track.missing-group-advice=BuФ vytvoХ™te skupinu, nebo ji odeberte z trasy a zkuste to znovu +luckperms.command.user.promote.added-to-first={0} nenУ­ v ХОУЁdnУНch skupinУЁch na {1}, takХОe byli pХ™idУЁni do prvnУ­ skupiny, {2} v kontextu {3} +luckperms.command.user.promote.not-on-track={0} nenУ­ v ХОУЁdnУНch skupinУЁch na {1}, takХОe nebyl povУНХЁen +luckperms.command.user.promote.success=PovyХЁuji {0} na trase {1} z {2} na {3} v kontextu {4} +luckperms.command.user.promote.end-of-track=Byl dosУЁhnut konec trasy {0} nelze povУНХЁit hrУЁФe {1} +luckperms.command.user.promote.next-group-deleted=DalХЁУ­ skupina na trase, {0}, jiХО neexistuje +luckperms.command.user.promote.unable-to-promote=NepodaХ™ilo se povУНХЁit uХОivatele +luckperms.command.user.demote.success=Degraduji uХОivatele {0} na trase {1} z {2} ns {3} v kontextu {4} +luckperms.command.user.demote.end-of-track=Byl dosaХОen konec trasy {0} takХОe byl hrУЁФ {1} odebrУЁn ze skupiny {2} +luckperms.command.user.demote.end-of-track-not-removed=Byl dosaХОen konec trasy {0} ale hrУЁФ {1} nebyl odebrУЁn z prvnУ­ skupiny +luckperms.command.user.demote.previous-group-deleted=PХ™edchozУ­ skupina na trase, {0}, jiХО neexistuje +luckperms.command.user.demote.unable-to-demote=NepodaХ™ilo se degradovat uХОivatele +luckperms.command.group.list.title=Skupiny +luckperms.command.group.delete.not-default=Nelze odstranit vУНchozУ­ skupinu +luckperms.command.group.info.title=Informace o skupinФ› +luckperms.command.group.info.display-name-key=ZobrazovanУЉ jmУЉno +luckperms.command.group.info.weight-key=VУЁha +luckperms.command.group.setweight.set=VУЁha skupiny {1} nastavena na {0} +luckperms.command.group.setdisplayname.doesnt-have={0} nemУЁ nastavenУЉ zobrazovanУЉ jmУЉno +luckperms.command.group.setdisplayname.already-has={0} jiХО mУЁ nastavenУЉ zobrazovanУЉ jmУЉno na {1} +luckperms.command.group.setdisplayname.already-in-use=ZobrazovanУЉ jmУЉno {0} se jiХО pouХОУ­vУЁ skupinou {1} +luckperms.command.group.setdisplayname.set=ZobrazovanУЉ jmУЉno nastaveno na {0} skupinФ› {1} v kontextu {2} +luckperms.command.group.setdisplayname.removed=OdebrУЁno zobrazovanУЉ jmУЉno skupinФ› {0} v kontextu {1} +luckperms.command.track.list.title=Trasy +luckperms.command.track.path.empty=ХНУЁdnУЉ +luckperms.command.track.info.showing-track=Zobrazuji trasu +luckperms.command.track.info.path-property=Cesta +luckperms.command.track.clear=OdebrУЁna trasa skupiny hrУЁФe {0} +luckperms.command.track.append.success=Skupina {0} byla pХ™ipojena k trase {1} +luckperms.command.track.insert.success=Skupina {0} byla vloХОena do trasy {1} na pozici {2} +luckperms.command.track.insert.error-number=OФekУЁvali jsme ФУ­slo, ale mУ­sto toho jsme dostali\: {0} +luckperms.command.track.insert.error-invalid-pos=NepodaХ™ilo se vloХОit na pozici {0} +luckperms.command.track.insert.error-invalid-pos-reason=neplatnУЁ pozice +luckperms.command.track.remove.success=Skupina {0} byla odebrУЁna z trasy {1} +luckperms.command.track.error-empty={0} nemХЏХОe bУНt pouХОitУН, protoХОe je prУЁzdnУН nebo obsahuje pouze jednu skupinu +luckperms.command.track.error-multiple-groups={0} je Фlenem nФ›kolika skupin na tУЉto trase +luckperms.command.track.error-ambiguous=NepodaХ™ilo se zjistit polohu +luckperms.command.track.already-contains={0} jiХО obsahuje {1} +luckperms.command.track.doesnt-contain={0} neobsahuje {1} +luckperms.command.log.load-error=Protokol nelze naФУ­st +luckperms.command.log.invalid-page=NeplatnУЉ ФУ­slo strУЁnky +luckperms.command.log.invalid-page-range=Zadejte hodnotu v rozmezУ­ od {0} do {1} +luckperms.command.log.empty=ХНУЁdnУЉ protokoly k zobrazenУ­ +luckperms.command.log.notify.error-console=Nelze pХ™epnout oznУЁmenУ­ konzole +luckperms.command.log.notify.enabled-term=Povoleno +luckperms.command.log.notify.disabled-term=ZakУЁzУЁno +luckperms.command.log.notify.changed-state={0} protokolovacУ­ vУНstup +luckperms.command.log.notify.already-on=JiХО dostУЁvУЁte oznУЁmenУ­ +luckperms.command.log.notify.already-off=MomentУЁlnФ› nedostУЁvУЁte oznУЁmenУ­ +luckperms.command.log.notify.invalid-state=Stav neznУЁmУН. OФekУЁvУЁme {0} nebo {1} +luckperms.command.log.show.search=ZobrazovУЁnУ­ nedУЁvnУНch akcУ­ pro dotaz {0} +luckperms.command.log.show.recent=ZobrazovУЁnУ­ nedУЁvnУНch akcУ­ +luckperms.command.log.show.by=ZobrazovУЁnУ­ nedУЁvnУНch akcУ­ uХОivatele {0} +luckperms.command.log.show.history=ZobrazovУЁnУ­ historie {0} {1} +luckperms.command.export.error-term=Chyba +luckperms.command.export.already-running=JiХО probУ­hУЁ jinУН proces exportu +luckperms.command.export.file.already-exists=Soubor {0} jiХО existuje +luckperms.command.export.file.not-writable=Soubor {0} nenУ­ zapisovatelnУН +luckperms.command.export.file.success=УšspФ›ХЁnФ› exportovУЁno do {0} +luckperms.command.export.file-unexpected-error-writing=PХ™i zapisovУЁnУ­ do souboru se vyskytla neoФekУЁvanУЁ chyba +luckperms.command.export.web.export-code=KУГd exportu +luckperms.command.export.web.import-command-description=PouХОijte nУЁsledujУ­cУ­ pХ™У­kaz pro import +luckperms.command.import.term=Import +luckperms.command.import.error-term=Chyba +luckperms.command.import.already-running=JiХО probУ­hУЁ jinУН proces importu +luckperms.command.import.file.doesnt-exist=Soubor {0} neexistuje +luckperms.command.import.file.not-readable=Soubor {0} nenУ­ ФitelnУН +luckperms.command.import.file.unexpected-error-reading=PХ™i ФtenУ­ z importovanУЉho souboru doХЁlo k neoФekУЁvanУЉ chybФ› +luckperms.command.import.file.correct-format=je to sprУЁvnУН formУЁt? +luckperms.command.import.web.unable-to-read=Nelze pХ™eФУ­st data pomocУ­ danУЉho kУГdu +luckperms.command.import.progress.percent={0}% hotovo +luckperms.command.import.progress.operations={0}/{1} operacУ­ dokonФeno +luckperms.command.import.starting=ZahajovУЁnУ­ procesu importu +luckperms.command.import.completed=DOKONФŒENO +luckperms.command.import.duration=trvalo {0} sekund +luckperms.command.bulkupdate.must-use-console=PХ™У­kaz na hromadnou aktualizaci mХЏХОe bУНt vykonУЁn pouze z konzole +luckperms.command.bulkupdate.invalid-data-type=NeplatnУН typ, oФekУЁvali jsme {0} +luckperms.command.bulkupdate.invalid-constraint=NeplatnУЉ omezenУ­ {0} +luckperms.command.bulkupdate.invalid-constraint-format=OmezenУ­ by mФ›la bУНt ve formУЁtu {0} +luckperms.command.bulkupdate.invalid-comparison=NeplatnУН operУЁtor porovnУЁnУ­ {0} +luckperms.command.bulkupdate.invalid-comparison-format=OФekУЁvУЁn jeden z nУЁsledujУ­cУ­ch\: {0} +luckperms.command.bulkupdate.queued=HromadnУЁ aktualizace byla zaХ™azena do fronty +luckperms.command.bulkupdate.confirm=SpusХЅte {0} pro provedenУ­ aktualizace +luckperms.command.bulkupdate.unknown-id=Operace s ID {0} neexistuje nebo vyprХЁela +luckperms.command.bulkupdate.starting=ProbУ­hУЁ hromadnУЁ aktualizace +luckperms.command.bulkupdate.success=HromadnУЁ aktualizace УКspФ›ХЁnФ› dokonФena +luckperms.command.bulkupdate.success.statistics.nodes=CelkovУН poФet ovlivnФ›nУНch uzlХЏ +luckperms.command.bulkupdate.success.statistics.users=CelkovУН poФet ovlivnФ›nУНch uХОivatelХЏ +luckperms.command.bulkupdate.success.statistics.groups=CelkovУН poФet ovlivnФ›nУНch skupin +luckperms.command.bulkupdate.failure=HromadnУЁ aktualizace selhala, zkontrolujte konzoli kvХЏli chybУЁm +luckperms.command.update-task.request=Bylo zaХОУЁdУЁno o aktualizaci, Фekejte prosУ­m +luckperms.command.update-task.complete=Aktualizace dokonФena +luckperms.command.update-task.push.attempting=PokouХЁУ­me se odeslat zmФ›ny na ostatnУ­ servery +luckperms.command.update-task.push.complete=OstatnУ­ servery byly УКspФ›ХЁnФ› upozornФ›ny pomocУ­ {0} +luckperms.command.update-task.push.error=PХ™i pokusu odeslat zmФ›ny na ostatnУ­ servery se vyskytla chyba +luckperms.command.update-task.push.error-not-setup=Nelze odeslat zmФ›ny na ostatnУ­ servery, protoХОe sluХОba zasУ­lУЁnУ­ zprУЁv nebyla nakonfigurovУЁna +luckperms.command.reload-config.success=KonfiguraФnУ­ soubor byl znovu naФten +luckperms.command.reload-config.restart-note=nФ›kterУЉ moХОnosti budou platnУЉ aХО po restartovУЁnУ­ serveru +luckperms.command.translations.searching=HledУЁnУ­ dostupnУНch pХ™ekladХЏ, Фekejte prosУ­m... +luckperms.command.translations.searching-error=NepodaХ™ilo se zУ­skat seznam dostupnУНch pХ™ekladХЏ +luckperms.command.translations.installed-translations=NainstalovanУЉ pХ™eklady +luckperms.command.translations.available-translations=DostupnУЉ pХ™eklady +luckperms.command.translations.percent-translated={0}% pХ™eloХОeno +luckperms.command.translations.translations-by=od hrУЁФe +luckperms.command.translations.installing=Instalace pХ™ekladХЏ, Фekejte prosУ­m... +luckperms.command.translations.download-error=NepodaХ™ilo se stУЁhnout pХ™eklad {0} +luckperms.command.translations.installing-specific=Instalace jazyka {0}... +luckperms.command.translations.install-complete=Instalace dokonФena +luckperms.command.translations.download-prompt=PouХОijte {0} pro staХОenУ­ a nainstalovУЁnУ­ aktuУЁlnУ­ch verzУ­ tФ›chto pХ™ekladХЏ poskytnutУНch komunitou +luckperms.command.translations.download-override-warning=Toto pХ™epУ­ХЁe vХЁechny zmФ›ny, kterУЉ jste udФ›lali u danУНch jazykХЏ +luckperms.usage.user.description=Sada pХ™У­kazХЏ pro sprУЁvu uХОivatelХЏ v LuckPerms. (''uХОivatel'' v LuckPerms je pouze hrУЁФ a mХЏХОe odkazovat na UUID nebo uХОivatelskУЉ jmУЉno) +luckperms.usage.group.description=Sada pХ™У­kazХЏ pro sprУЁvu skupin v LuckPerms. Skupiny jsou pouze sbУ­rky oprУЁvnФ›nУ­, kterУЉ mohou bУНt pХ™idФ›leny novУНm uХОivatelХЏm. NovУЉ skupiny se dajУ­ vytvoХ™it pomocУ­ pХ™У­kazu ''creategroup''. +luckperms.usage.track.description=Sada pХ™У­kazХЏ pro sprУЁvu tras v LuckPerms. Trasy jsou pouze seХ™azenУЉ kolekce skupin, kterУЉ mohou bУНt pouХОity pro definovУЁnУ­ povУНХЁenУ­ a degradovУЁnУ­. +luckperms.usage.log.description=Sada pХ™У­kazХЏ pro sprУЁvu protokolovУЁnУ­ v LuckPerms. +luckperms.usage.sync.description=Znovu naФte vХЁechna data z УКloХОiХЁtФ› pluginu do pamФ›ti a pouХОije vХЁechny zjiХЁtФ›nУЉ zmФ›ny. +luckperms.usage.info.description=VypУ­ХЁe obecnУЉ informace o instanci aktivnУ­ho pluginu. +luckperms.usage.editor.description=VytvoХ™У­ novou relaci webovУЉho editoru +luckperms.usage.editor.argument.type=typy k naФtenУ­ do editoru (''all'', ''users'' nebo ''groups'') +luckperms.usage.editor.argument.filter=oprУЁvnФ›nУ­, podle kterУЉho filtrovat uХОivatelskУЉ vstupy +luckperms.usage.verbose.description=OvlУЁdУЁ podrobnУН kontrolnУ­ monitorovacУ­ systУЉm oprУЁvnФ›nУ­ pluginu. +luckperms.usage.verbose.argument.action=zda povolit/zakУЁzat protokolovУЁnУ­, nebo nahrУЁt zaznamenanУН vУНstup +luckperms.usage.verbose.argument.filter=filtr, podle kterУЉho zobrazovat vУНstupy +luckperms.usage.verbose.argument.commandas=hrУЁФ/pХ™У­kaz ke spuХЁtФ›nУ­ +luckperms.usage.tree.description=Vygeneruje stromovУЉ zobrazenУ­ (seХ™azenУН seznam) vХЁech oprУЁvnФ›nУ­ v LuckPerms. +luckperms.usage.tree.argument.scope=koХ™en stromu. zadejte "." pro zahrnutУ­ vХЁech oprУЁvnФ›nУ­ +luckperms.usage.tree.argument.player=jmУЉno onlinr hrУЁФe ke kontrole +luckperms.usage.search.description=VyhledУЁ vХЁechny uХОivatele/skupiny s konkrУЉtnУ­m oprУЁvnФ›nУ­m +luckperms.usage.search.argument.permission=oprУЁvnФ›nУ­ k hledУЁnУ­ +luckperms.usage.search.argument.page=strana k zobrazenУ­ +luckperms.usage.network-sync.description=Synchronizuje zmФ›ny s УКloХОiХЁtФ›m a zaХОУЁdУЁ ostatnУ­ servery pro vykonУЁnУ­ stejnУЉho УКkolu +luckperms.usage.import.description=Importuje data z (dХ™У­ve vytvoХ™enУЉho) exportovanУЉho souboru +luckperms.usage.import.argument.file=soubor, ze kterУЉho importovat data +luckperms.usage.import.argument.replace=nahradit existujУ­cУ­ data mУ­sto slouФenУ­ +luckperms.usage.import.argument.upload=nahrУЁt data z pХ™edchozУ­ho exportu +luckperms.usage.export.description=Exportuje vХЁechna data oprУЁvnФ›nУ­ do souboru ''export''. Soubor mХЏХОe bУНt pozdФ›ji znovu importovУЁn. +luckperms.usage.export.argument.file=soubor do kterУЉho exportovat data +luckperms.usage.export.argument.without-users=vylouФit uХОivatele z exportu +luckperms.usage.export.argument.without-groups=vylouФit skupiny z exportu +luckperms.usage.export.argument.upload=NahrУЁt vХЁechna data oprУЁvnФ›nУ­ do webovУЉho editoru. MХЏХОe bУНt pozdФ›ji znovu importovУЁno. +luckperms.usage.reload-config.description=Znovu naФte nФ›kterУЉ konfiguraФnУ­ moХОnosti +luckperms.usage.bulk-update.description=Provede hromadnУЉ dotazy zmФ›n na vХЁechna data +luckperms.usage.bulk-update.argument.data-type=typ zmФ›nФ›nУНch dat. (''all'', ''users'' nebo ''groups'') +luckperms.usage.bulk-update.argument.action=akce, kterУЁ mУЁ bУНt provedena na datech. (''update'' nebo ''delete'') +luckperms.usage.bulk-update.argument.action-field=pole, ze kterУЉho se jednУЁ. vyХОadovУЁno pouze pro ''update''. (''permission'', ''server'' nebo ''world'') +luckperms.usage.bulk-update.argument.action-value=hodnota, kterou se mУЁ nahradit. vyХОadovУЁno pouze pro ''update''. +luckperms.usage.bulk-update.argument.constraint=omezenУ­ vyХОadovanУЁ pro aktualizaci +luckperms.usage.translations.description=Spravuje pХ™eklady +luckperms.usage.translations.argument.install=podpХ™У­kaz pro instalaci pХ™ekladХЏ +luckperms.usage.apply-edits.description=PouХОije zmФ›ny oprУЁvnФ›nУ­ provedenУЉ ve webovУЉm editoru +luckperms.usage.apply-edits.argument.code=unikУЁtnУ­ kУГd pro data +luckperms.usage.apply-edits.argument.target=na koho pouХОУ­t data +luckperms.usage.create-group.description=VytvoХ™У­ novou skupinu +luckperms.usage.create-group.argument.name=nУЁzev skupiny +luckperms.usage.create-group.argument.weight=vУЁha skupiny +luckperms.usage.create-group.argument.display-name=zobrazovanУН nУЁzev skupiny +luckperms.usage.delete-group.description=OdstranУ­ skupinu +luckperms.usage.delete-group.argument.name=nУЁzev skupiny +luckperms.usage.list-groups.description=ZobrazУ­ vХЁechny skupiny na platformФ› +luckperms.usage.create-track.description=VytvoХ™У­ novou trasu +luckperms.usage.create-track.argument.name=nУЁzev trasy +luckperms.usage.delete-track.description=OdstranУ­ trasu +luckperms.usage.delete-track.argument.name=nУЁzev trasy +luckperms.usage.list-tracks.description=ZobrazУ­ vХЁechny trasy na platformФ› +luckperms.usage.user-info.description=ZobrazУ­ informace o uХОivateli +luckperms.usage.user-switchprimarygroup.description=ZmФ›nУ­ primУЁrnУ­ skupinu uХОivatele +luckperms.usage.user-switchprimarygroup.argument.group=skupina zmФ›nФ›na na +luckperms.usage.user-promote.description=PovУНХЁУ­ uХОivatele na trase +luckperms.usage.user-promote.argument.track=trasa, na kterУЉ povУНХЁit uХОivatele +luckperms.usage.user-promote.argument.context=kontext pro povУНХЁenУ­ uХОivatele +luckperms.usage.user-promote.argument.dont-add-to-first=povУНХЁit uХОivatele pouze pokud jsou jiХО na trase +luckperms.usage.user-demote.description=Degraduje uХОivatele na trase +luckperms.usage.user-demote.argument.track=trasa, na kterУЉ degradovat uХОivatele +luckperms.usage.user-demote.argument.context=kontext pro degradovУЁnУ­ uХОivatele +luckperms.usage.user-demote.argument.dont-remove-from-first=zabrУЁnit uХОivateli, aby byl odebrУЁn z prvnУ­ skupiny +luckperms.usage.user-clone.description=Naklonuje uХОivatele +luckperms.usage.user-clone.argument.user=jmУЉno/UUID uХОivatele k naklonovУЁnУ­ +luckperms.usage.group-info.description=ZobrazУ­ informace o skupinФ› +luckperms.usage.group-listmembers.description=ZobrazУ­ uХОivatele/skupiny, kterУЉ dФ›dУ­ z tУЉto skupiny +luckperms.usage.group-listmembers.argument.page=strana k zobrazenУ­ +luckperms.usage.group-setweight.description=NastavУ­ vУЁhu skupin +luckperms.usage.group-setweight.argument.weight=vУЁha k nastavenУ­ +luckperms.usage.group-set-display-name.description=NastavУ­ zobrazovanУН nУЁzev skupiny +luckperms.usage.group-set-display-name.argument.name=nУЁzev k nastavenУ­ +luckperms.usage.group-set-display-name.argument.context=kontext pro nastavenУ­ nУЁzvu +luckperms.usage.group-rename.description=PХ™ejmenuje skupinu +luckperms.usage.group-rename.argument.name=novУН nУЁzev +luckperms.usage.group-clone.description=Naklonuje skupinu +luckperms.usage.group-clone.argument.name=nУЁzev skupiny, kterУЁ se mУЁ naklonovat +luckperms.usage.holder-editor.description=OtevХ™e webovУН editor oprУЁvnФ›nУ­ +luckperms.usage.holder-showtracks.description=VypУ­ХЁe trasy, na kterУНch je objekt +luckperms.usage.holder-clear.description=Odebere vХЁechna oprУЁvnФ›nУ­, nadХ™У­zenУЉ a meta +luckperms.usage.holder-clear.argument.context=kontexty k filtrovУЁnУ­ +luckperms.usage.permission.description=UpravУ­ oprУЁvnФ›nУ­ +luckperms.usage.parent.description=UpravУ­ dФ›dФ›nУ­ +luckperms.usage.meta.description=UpravУ­ hodnoty metadat +luckperms.usage.permission-info.description=ZobrazУ­ uzly oprУЁvnФ›nУ­, kterУЉ mУЁ objekt +luckperms.usage.permission-info.argument.page=strana k zobrazenУ­ +luckperms.usage.permission-info.argument.sort-mode=jak Х™adit poloХОky +luckperms.usage.permission-set.description=NastavУ­ oprУЁvnФ›nУ­ pro objekt +luckperms.usage.permission-set.argument.node=uzel oprУЁvnФ›nУ­ k nastavenУ­ +luckperms.usage.permission-set.argument.value=hodnota uzlu +luckperms.usage.permission-set.argument.context=kontexty do kterУНch pХ™idat oprУЁvnФ›nУ­ +luckperms.usage.permission-unset.description=OdnastavУ­ oprУЁvnФ›nУ­ objektu +luckperms.usage.permission-unset.argument.node=uzel oprУЁvnФ›nУ­ odnastaven +luckperms.usage.permission-unset.argument.context=kontext ve kterУЉm odebrat oprУЁvnФ›nУ­ +luckperms.usage.permission-settemp.description=DoФasnФ› nastavУ­ oprУЁvnФ›nУ­ objektu +luckperms.usage.permission-settemp.argument.node=uzel oprУЁvnФ›nУ­ k nastavenУ­ +luckperms.usage.permission-settemp.argument.value=hodnota uzlu +luckperms.usage.permission-settemp.argument.duration=trvУЁnУ­ do vyprХЁenУ­ uzlu oprУЁvnФ›nУ­ +luckperms.usage.permission-settemp.argument.temporary-modifier=jak by mФ›lo bУНt pouХОitУЉ doФasnУЉ oprУЁvnФ›nУ­ +luckperms.usage.permission-settemp.argument.context=kontexty, do kterУНch pХ™idat oprУЁvnФ›nУ­ +luckperms.usage.permission-unsettemp.description=OdnastavУ­ doФasnУЉ oprУЁvnФ›nУ­ objektu +luckperms.usage.permission-unsettemp.argument.node=uzel oprУЁvnФ›nУ­ k odnastavenУ­ +luckperms.usage.permission-unsettemp.argument.duration=doba k odeФtenУ­ +luckperms.usage.permission-unsettemp.argument.context=kontext ve kterУЉm odebrat oprУЁvnФ›nУ­ +luckperms.usage.permission-check.description=Zkontroluje, zda mУЁ objekt urФitУН uzel oprУЁvnФ›nУ­ +luckperms.usage.permission-check.argument.node=uzel oprУЁvnФ›nУ­ ke kontrole +luckperms.usage.permission-clear.description=VymaХОe vХЁechna oprУЁvnФ›nУ­ +luckperms.usage.permission-clear.argument.context=kontexty podle kterУНch filtrovat +luckperms.usage.parent-info.description=ZobrazУ­ skupiny, ze kterУНch tento objekt dФ›dУ­ +luckperms.usage.parent-info.argument.page=strana k zobrazenУ­ +luckperms.usage.parent-info.argument.sort-mode=jak Х™adit poloХОky +luckperms.usage.parent-set.description=Odebere vХЁechny ostatnУ­ skupiny, ze kterУНch objekt jiХО dФ›dУ­ a pХ™idУЁ je k zadanУЉmu +luckperms.usage.parent-set.argument.group=skupina, ke kterУЉ nastavit +luckperms.usage.parent-set.argument.context=kontexty, do kterУНch nastavit skupinu +luckperms.usage.parent-add.description=NastavУ­ jinou skupinu, ze kterУЉ mУЁ objekt dФ›dit oprУЁvnФ›nУ­ +luckperms.usage.parent-add.argument.group=skupina, ze kterУЉ dФ›dit +luckperms.usage.parent-add.argument.context=kontexty, do kterУНch dФ›dit skupinu +luckperms.usage.parent-remove.description=Odebere dХ™У­ve nastavenУЉ pravidlo dФ›diФnosti +luckperms.usage.parent-remove.argument.group=skupina k odebrУЁnУ­ +luckperms.usage.parent-remove.argument.context=kontexty, ve kterУНch odebrat skupinu +luckperms.usage.parent-set-track.description=Odebere vХЁechny ostatnУ­ skupiny, ze kterУНch objekt jiХО dФ›dУ­ na danУЉ trase a pХ™idУЁ je k zadanУЉmu +luckperms.usage.parent-set-track.argument.track=trasa, na kterУЉ nastavit +luckperms.usage.parent-set-track.argument.group=skupina, na kterУЉ nastavit, nebo ФУ­slo tУНkajУ­cУ­ se umУ­stФ›nУ­ skupiny na danУЉ trase +luckperms.usage.parent-set-track.argument.context=kontexty, do kterУНch nastavit skupinu +luckperms.usage.parent-add-temp.description=NastavУ­ jinou skupinu, ze kterУЉ mУЁ doФasnФ› objekt dФ›dit oprУЁvnФ›nУ­ +luckperms.usage.parent-add-temp.argument.group=skupina, ze kterУЉ dФ›dit +luckperms.usage.parent-add-temp.argument.duration=doba trvУЁnУ­ ФlenstvУ­ ve skupinФ› +luckperms.usage.parent-add-temp.argument.temporary-modifier=jak by mФ›lo bУНt pouХОitУЉ doФasnУЉ oprУЁvnФ›nУ­ +luckperms.usage.parent-add-temp.argument.context=kontexty, do kterУНch dФ›dit skupinu +luckperms.usage.parent-remove-temp.description=Odebere dХ™У­ve nastavenУЉ doФasnУЉ pravidlo dФ›diФnosti +luckperms.usage.parent-remove-temp.argument.group=skupina k odebrУЁnУ­ +luckperms.usage.parent-remove-temp.argument.duration=doba k odeФtenУ­ +luckperms.usage.parent-remove-temp.argument.context=kontexty, ve kterУНch odebrat skupinu +luckperms.usage.parent-clear.description=VymaХОe vХЁechny nadХ™У­zenУЉ +luckperms.usage.parent-clear.argument.context=kontexty, podle kterУНch filtrovat +luckperms.usage.parent-clear-track.description=VymaХОe vХЁechny nadХ™У­zenУЉ na danУЉ trase +luckperms.usage.parent-clear-track.argument.track=trasa, na kterУЉ odebrat +luckperms.usage.parent-clear-track.argument.context=kontexty podle kterУНch filtrovat +luckperms.usage.meta-info.description=ZobrazУ­ vХЁechna meta chatu +luckperms.usage.meta-set.description=NastavУ­ meta hodnotu +luckperms.usage.meta-set.argument.key=klУ­Ф k nastavenУ­ +luckperms.usage.meta-set.argument.value=hodnota k nastavenУ­ +luckperms.usage.meta-set.argument.context=kontexty, do kterУНch pХ™idat meta pУЁr +luckperms.usage.meta-unset.description=OdnastavУ­ meta hodnotu +luckperms.usage.meta-unset.argument.key=klУ­Ф pro odnastavenУ­ +luckperms.usage.meta-unset.argument.context=kontexty, ze kterУНch odebrat meta pУЁr +luckperms.usage.meta-settemp.description=NastavУ­ doФasnou meta hodnotu +luckperms.usage.meta-settemp.argument.key=klУ­Ф k nastavenУ­ +luckperms.usage.meta-settemp.argument.value=hodnota k nastavenУ­ +luckperms.usage.meta-settemp.argument.duration=trvУЁnУ­, dokud nevyprХЁУ­ meta hodnota +luckperms.usage.meta-settemp.argument.context=kontexty, do kterУНch pХ™idat meta pУЁr +luckperms.usage.meta-unsettemp.description=OdnastavУ­ doФasnou meta hodnotu +luckperms.usage.meta-unsettemp.argument.key=klУ­Ф pro odnastavenУ­ +luckperms.usage.meta-unsettemp.argument.context=kontexty, ze kterУНch odebrat meta pУЁr +luckperms.usage.meta-addprefix.description=PХ™idУЁ prefix +luckperms.usage.meta-addprefix.argument.priority=priorita pХ™idУЁnУ­ prefixu na +luckperms.usage.meta-addprefix.argument.prefix=Х™etФ›zec prefixu +luckperms.usage.meta-addprefix.argument.context=kontexty, do kterУНch pХ™idat prefix +luckperms.usage.meta-addsuffix.description=PХ™idУЁ suffix +luckperms.usage.meta-addsuffix.argument.priority=priorita do kterУЉ pХ™idat suffix +luckperms.usage.meta-addsuffix.argument.suffix=Х™etФ›zec suffixu +luckperms.usage.meta-addsuffix.argument.context=kontexty, do kterУНch pХ™idat suffix +luckperms.usage.meta-setprefix.description=NastavУ­ prefix +luckperms.usage.meta-setprefix.argument.priority=priorita, na kterУЉ nastavit prefix +luckperms.usage.meta-setprefix.argument.prefix=Х™etФ›zec prefixu +luckperms.usage.meta-setprefix.argument.context=kontexty, do kterУНch nastavit prefix +luckperms.usage.meta-setsuffix.description=NastavУ­ suffix +luckperms.usage.meta-setsuffix.argument.priority=priorita, na kterУЉ nastavit suffix +luckperms.usage.meta-setsuffix.argument.suffix=Х™etФ›zec suffixu +luckperms.usage.meta-setsuffix.argument.context=kontexty, do kterУНch pХ™idat suffix +luckperms.usage.meta-removeprefix.description=Odebere prefix +luckperms.usage.meta-removeprefix.argument.priority=priorita k odebrУЁnУ­ prefixu v +luckperms.usage.meta-removeprefix.argument.prefix=Х™etФ›zec prefixu +luckperms.usage.meta-removeprefix.argument.context=kontexty pro odebrУЁnУ­ prefixu +luckperms.usage.meta-removesuffix.description=Odebere suffix +luckperms.usage.meta-removesuffix.argument.priority=priorita k odebrУЁnУ­ suffixu v +luckperms.usage.meta-removesuffix.argument.suffix=Х™etФ›zec suffixu +luckperms.usage.meta-removesuffix.argument.context=kontexty pro odebrУЁnУ­ suffixu +luckperms.usage.meta-addtemp-prefix.description=DoФasnФ› pХ™idУЁ prefix +luckperms.usage.meta-addtemp-prefix.argument.priority=priorita pro pХ™idУЁnУ­ prefixu +luckperms.usage.meta-addtemp-prefix.argument.prefix=Х™etФ›zec prefixu +luckperms.usage.meta-addtemp-prefix.argument.duration=trvУЁnУ­, dokud nevyprХЁУ­ prefix +luckperms.usage.meta-addtemp-prefix.argument.context=kontexty, do kterУНch pХ™idat prefix +luckperms.usage.meta-addtemp-suffix.description=PХ™idУЁ doФasnУН suffix +luckperms.usage.meta-addtemp-suffix.argument.priority=priorita do kterУЉ pХ™idat suffix +luckperms.usage.meta-addtemp-suffix.argument.suffix=Х™etФ›zec suffixu +luckperms.usage.meta-addtemp-suffix.argument.duration=trvУЁnУ­, dokud nevyprХЁУ­ suffix +luckperms.usage.meta-addtemp-suffix.argument.context=kontexty, do kterУНch pХ™idat suffix +luckperms.usage.meta-settemp-prefix.description=DoФasnФ› nastavУ­ prefix +luckperms.usage.meta-settemp-prefix.argument.priority=priorita, na kterУЉ nastavit prefix +luckperms.usage.meta-settemp-prefix.argument.prefix=Х™etФ›zec prefixu +luckperms.usage.meta-settemp-prefix.argument.duration=trvУЁnУ­, dokud nevyprХЁУ­ prefix +luckperms.usage.meta-settemp-prefix.argument.context=kontexty, do kterУНch nastavit prefix +luckperms.usage.meta-settemp-suffix.description=NastavУ­ doФasnУН suffix +luckperms.usage.meta-settemp-suffix.argument.priority=priorita, na kterУЉ nastavit suffix +luckperms.usage.meta-settemp-suffix.argument.suffix=Х™etФ›zec suffixu +luckperms.usage.meta-settemp-suffix.argument.duration=trvУЁnУ­, dokud nevyprХЁУ­ suffix +luckperms.usage.meta-settemp-suffix.argument.context=kontexty, do kterУНch pХ™idat suffix +luckperms.usage.meta-removetemp-prefix.description=Odebere doФasnУН prefix +luckperms.usage.meta-removetemp-prefix.argument.priority=priorita k odebrУЁnУ­ prefixu v +luckperms.usage.meta-removetemp-prefix.argument.prefix=Х™etФ›zec prefixu +luckperms.usage.meta-removetemp-prefix.argument.context=kontexty pro odebrУЁnУ­ prefixu +luckperms.usage.meta-removetemp-suffix.description=Odebere doФasnУН suffix +luckperms.usage.meta-removetemp-suffix.argument.priority=priorita k odebrУЁnУ­ suffixu v +luckperms.usage.meta-removetemp-suffix.argument.suffix=Х™etФ›zec suffixu +luckperms.usage.meta-removetemp-suffix.argument.context=kontexty pro odebrУЁnУ­ suffixu +luckperms.usage.meta-clear.description=VymaХОe vХЁechna meta +luckperms.usage.meta-clear.argument.type=typ mety k odstranФ›nУ­ +luckperms.usage.meta-clear.argument.context=kontexty, podle kterУНch filtrovat +luckperms.usage.track-info.description=ZobrazУ­ informace o trase +luckperms.usage.track-editor.description=OtevХ™e webovУН editor oprУЁvnФ›nУ­ +luckperms.usage.track-append.description=PХ™idУЁ skupinu na konec trasy +luckperms.usage.track-append.argument.group=skupina k pХ™ipojenУ­ +luckperms.usage.track-insert.description=VloХОУ­ skupinu na danou pozici na trase +luckperms.usage.track-insert.argument.group=skupina pro vloХОenУ­ +luckperms.usage.track-insert.argument.position=pozice k vloХОenУ­ skuipny (prvnУ­ pozice na trase je 1) +luckperms.usage.track-remove.description=Odebere skupinu z trasy +luckperms.usage.track-remove.argument.group=skupina k odebrУЁnУ­ +luckperms.usage.track-clear.description=VymaХОe skupiny na trase +luckperms.usage.track-rename.description=PХ™ejmenuje trasu +luckperms.usage.track-rename.argument.name=novУН nУЁzev +luckperms.usage.track-clone.description=Naklonuje trasu +luckperms.usage.track-clone.argument.name=nУЁzev trasy, kterУЁ se mУЁ naklonovat +luckperms.usage.log-recent.description=ZobrazУ­ nedУЁvnУЉ akce +luckperms.usage.log-recent.argument.user=jmУЉno/UUID uХОivatele k filtrovУЁnУ­ +luckperms.usage.log-recent.argument.page=ФУ­slo strУЁnky k zobrazenУ­ +luckperms.usage.log-search.description=Hledat zУЁznam v protokolu +luckperms.usage.log-search.argument.query=dotaz k hledУЁnУ­ +luckperms.usage.log-search.argument.page=ФУ­slo strУЁnky k zobrazenУ­ +luckperms.usage.log-notify.description=PХ™epne oznУЁmenУ­ protokolu +luckperms.usage.log-notify.argument.toggle=zapnout nebo vypnout +luckperms.usage.log-user-history.description=ZobrazУ­ historii uХОivatele +luckperms.usage.log-user-history.argument.user=jmУЉno/UUID uХОivatele +luckperms.usage.log-user-history.argument.page=ФУ­slo strУЁnky k zobrazenУ­ +luckperms.usage.log-group-history.description=ZobrazУ­ historii skupiny +luckperms.usage.log-group-history.argument.group=nУЁzev skupiny +luckperms.usage.log-group-history.argument.page=ФУ­slo strУЁnky k zobrazenУ­ +luckperms.usage.log-track-history.description=ZobrazУ­ historii trasy +luckperms.usage.log-track-history.argument.track=nУЁzev trasy +luckperms.usage.log-track-history.argument.page=ФУ­slo strУЁnky k zobrazenУ­ +luckperms.usage.sponge.description=UpravУ­ dodateФnУЁ Sponge data +luckperms.usage.sponge.argument.collection=sbУ­rka k dotazu +luckperms.usage.sponge.argument.subject=subjekt ke zmФ›nФ› +luckperms.usage.sponge-permission-info.description=ZobrazУ­ informace o oprУЁvnФ›nУ­ch subjektu +luckperms.usage.sponge-permission-info.argument.contexts=kontexty podle kterУНch filtrovat +luckperms.usage.sponge-permission-set.description=NastavУ­ oprУЁvnФ›nУ­ subjektu +luckperms.usage.sponge-permission-set.argument.node=uzel oprУЁvnФ›nУ­ k nastavenУ­ +luckperms.usage.sponge-permission-set.argument.tristate=hodnota, na kterou nastavit oprУЁvnФ›nУ­ +luckperms.usage.sponge-permission-set.argument.contexts=kontexty, do kterУНch nastavit oprУЁvnФ›nУ­ +luckperms.usage.sponge-permission-clear.description=VymaХОe oprУЁvnФ›nУ­ subjektu +luckperms.usage.sponge-permission-clear.argument.contexts=kontexty, ve kterУНch odebrat oprУЁvnФ›nУ­ +luckperms.usage.sponge-parent-info.description=ZobrazУ­ informace o nadХ™У­zenУНch subjektu +luckperms.usage.sponge-parent-info.argument.contexts=kontexty podle kterУНch filtrovat +luckperms.usage.sponge-parent-add.description=PХ™idУЁ nadХ™azenУЉho subjektu +luckperms.usage.sponge-parent-add.argument.collection=soubor subjektХЏ, kde je nadХ™У­zenУН subjekt +luckperms.usage.sponge-parent-add.argument.subject=nУЁzev nadХ™У­zenУЉho subjektu +luckperms.usage.sponge-parent-add.argument.contexts=kontexty, do kterУНch pХ™idat nadХ™У­zenУЉho +luckperms.usage.sponge-parent-remove.description=Odebere nadХ™У­zenУЉho ze subjektu +luckperms.usage.sponge-parent-remove.argument.collection=soubor subjektХЏ, kde je nadХ™У­zenУН subjekt +luckperms.usage.sponge-parent-remove.argument.subject=nУЁzev nadХ™У­zenУЉho subjektu +luckperms.usage.sponge-parent-remove.argument.contexts=kontexty, ze kterУНch odebrat nadХ™У­zenУЉho +luckperms.usage.sponge-parent-clear.description=VymaХОe nadХ™У­zenУЉ subjektu +luckperms.usage.sponge-parent-clear.argument.contexts=kontexty, ve kterУНch vymazat nadХ™У­zenУЉ +luckperms.usage.sponge-option-info.description=ZobrazУ­ informace o moХОnostech subjektu +luckperms.usage.sponge-option-info.argument.contexts=kontexty, podle kterУНch filtrovat +luckperms.usage.sponge-option-set.description=NastavУ­ moХОnost subjektu +luckperms.usage.sponge-option-set.argument.key=klУ­Ф k nastavenУ­ +luckperms.usage.sponge-option-set.argument.value=hodnota, na kterou mУЁ bУНt klУ­Ф nastaven +luckperms.usage.sponge-option-set.argument.contexts=kontexty, do kterУНch nastavit moХОnost +luckperms.usage.sponge-option-unset.description=OdnastavУ­ moХОnost subjektu +luckperms.usage.sponge-option-unset.argument.key=klУ­Ф pro odnastavenУ­ +luckperms.usage.sponge-option-unset.argument.contexts=kontexty, ve kterУНch zruХЁit klУ­Ф +luckperms.usage.sponge-option-clear.description=VymaХОe moХОnosti subjektu +luckperms.usage.sponge-option-clear.argument.contexts=kontexty, ve kterУНch vymazat moХОnosti diff --git a/plugins/LuckPerms/translations/repository/da_DK.properties b/plugins/LuckPerms/translations/repository/da_DK.properties new file mode 100644 index 0000000..a5b642a --- /dev/null +++ b/plugins/LuckPerms/translations/repository/da_DK.properties @@ -0,0 +1,630 @@ +luckperms.logs.actionlog-prefix=LOG +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=EKSPORTER +luckperms.commandsystem.available-commands=Brug {0} for at se tilgУІngelige kommandoer +luckperms.commandsystem.command-not-recognised=Kommando ikke genkendt +luckperms.commandsystem.no-permission=Du har ikke tilladelse til at bruge denne kommando\! +luckperms.commandsystem.no-permission-subcommands=Du har ikke tilladelse til at bruge nogen underkommandoer +luckperms.commandsystem.already-executing-command=En anden kommando bliver udfУИrt, vent pУЅ den til at afslutte... +luckperms.commandsystem.usage.sub-commands-header=Underkommandoer +luckperms.commandsystem.usage.usage-header=Kommando brug +luckperms.commandsystem.usage.arguments-header=Argumenter +luckperms.first-time.no-permissions-setup=Det lader til, at ingen tilladelser er blevet opsat endnu\! +luckperms.first-time.use-console-to-give-access=FУИr du kan bruge nogen af LuckPerms kommandoerne i spillet, skal du bruge konsollen til at give dig selv adgang +luckperms.first-time.console-command-prompt=У…bn din konsol og kУИr +luckperms.first-time.next-step=NУЅr du har gjort dette, kan du begynde at definere dine tilladelser og grupper +luckperms.first-time.wiki-prompt=Ved ikke, hvor du skal starte? Tjek her\: {0} +luckperms.login.try-again=PrУИv igen senere +luckperms.login.loading-database-error=En database fejl opstod under indlУІsning af tilladelses data +luckperms.login.server-admin-check-console-errors=Hvis du er en serveradministrator, sУЅ tjek venligst konsollen for eventuelle fejl +luckperms.login.server-admin-check-console-info=Tjek venligst serverkonsollen for mere information +luckperms.login.data-not-loaded-at-pre=Tilladelses data for din bruger blev ikke indlУІst i prУІ-login fasen +luckperms.login.unable-to-continue=kunne ikke fortsУІtte +luckperms.login.craftbukkit-offline-mode-error=dette skyldes sandsynligvis en konflikt mellem CraftBukkit og online-mode indstillingen +luckperms.login.unexpected-error=En uventet fejl opstod under opsУІtning af dine tilladelses data +luckperms.opsystem.disabled=Vanilla OP-systemet er deaktiveret pУЅ denne server +luckperms.opsystem.sponge-warning=BemУІrk, at Server Operator status ikke har nogen effekt pУЅ Sponge tilladelse kontrol, nУЅr et tilladelse plugin er installeret, skal du redigere brugerdata direkte +luckperms.duration.unit.years.plural={0} УЅr +luckperms.duration.unit.years.singular={0} УЅr +luckperms.duration.unit.years.short={0}УЅr +luckperms.duration.unit.months.plural={0} mУЅneder +luckperms.duration.unit.months.singular={0} mУЅned +luckperms.duration.unit.months.short={0}mУЅned +luckperms.duration.unit.weeks.plural={0} uger +luckperms.duration.unit.weeks.singular={0} uge +luckperms.duration.unit.weeks.short={0}u +luckperms.duration.unit.days.plural={0} dage +luckperms.duration.unit.days.singular={0} dag +luckperms.duration.unit.days.short={0}d +luckperms.duration.unit.hours.plural={0} timer +luckperms.duration.unit.hours.singular={0} time +luckperms.duration.unit.hours.short={0}t +luckperms.duration.unit.minutes.plural={0} minutter +luckperms.duration.unit.minutes.singular={0} minut +luckperms.duration.unit.minutes.short={0}min +luckperms.duration.unit.seconds.plural={0} sekunder +luckperms.duration.unit.seconds.singular={0} sekund +luckperms.duration.unit.seconds.short={0}s +luckperms.duration.since={0} siden +luckperms.command.misc.invalid-code=Ugyldig kode +luckperms.command.misc.response-code-key=svarkode +luckperms.command.misc.error-message-key=besked +luckperms.command.misc.bytebin-unable-to-communicate=Kunne ikke kommunikere med bytebin +luckperms.command.misc.webapp-unable-to-communicate=Kunne ikke kommunikere med web-appen +luckperms.command.misc.check-console-for-errors=Tjek konsollen for fejl +luckperms.command.misc.file-must-be-in-data=Filen {0} skal vУІre et direkte barn af datamappen +luckperms.command.misc.wait-to-finish=Vent venligst pУЅ at den er fУІrdig og prУИv igen +luckperms.command.misc.invalid-priority=Ugyldig prioritet {0} +luckperms.command.misc.expected-number=Forventede et tal +luckperms.command.misc.date-parse-error=Kunne ikke parse datoen {0} +luckperms.command.misc.date-in-past-error=Du kan ikke sУІtte en dato fra fortiden\! +luckperms.command.misc.page=side {0} af {1} +luckperms.command.misc.page-entries={0} poster +luckperms.command.misc.none=Ingen +luckperms.command.misc.loading.error.unexpected=Der opstod en uventet fejl +luckperms.command.misc.loading.error.user=Bruger ikke indlУІst +luckperms.command.misc.loading.error.user-specific=Kunne ikke indlУІse mУЅlbrugeren {0} +luckperms.command.misc.loading.error.user-not-found=En bruger for {0} kunne ikke findes +luckperms.command.misc.loading.error.user-save-error=Der var en fejl med at gemme brugerdata for {0} +luckperms.command.misc.loading.error.user-not-online=Brugeren {0} er ikke online +luckperms.command.misc.loading.error.user-invalid={0} er ikke et gyldigt brugernavn eller UUID +luckperms.command.misc.loading.error.user-not-uuid=MУЅlbrugeren {0} er ikke et gyldigt uuid +luckperms.command.misc.loading.error.group=Gruppen blev ikke indlУІst +luckperms.command.misc.loading.error.all-groups=Kunne ikke indlУІse alle grupper +luckperms.command.misc.loading.error.group-not-found=En gruppe navngivet {0} kunne ikke blive fundet +luckperms.command.misc.loading.error.group-save-error=Der var en fejl med at gemme gruppedata for {0} +luckperms.command.misc.loading.error.group-invalid={0} er ikke et gyldigt gruppenavn +luckperms.command.misc.loading.error.track=Sporet er ikke indlУІst +luckperms.command.misc.loading.error.all-tracks=Kunne ikke indlУІse alle spor +luckperms.command.misc.loading.error.track-not-found=Et spor navngivet {0} blev ikke fundet +luckperms.command.misc.loading.error.track-save-error=Der var en fejl med at gemme spordataen {0} +luckperms.command.misc.loading.error.track-invalid={0} er ikke et gyldigt spornavn +luckperms.command.editor.no-match=Kan ikke УЅbne editor, ingen objekter matchede den УИnskede type +luckperms.command.editor.start=Forbereder en ny redigeringssession, vent venligst... +luckperms.command.editor.url=Klik pУЅ linket nedenfor for at УЅbne editoren +luckperms.command.editor.unable-to-communicate=Kunne ikke kommunikere med redigeringsvУІrktУИjet +luckperms.command.editor.apply-edits.success=Data fra redigeringsvУІrktУИjet blev anvendt til {0} {1} med succes +luckperms.command.editor.apply-edits.success-summary={0} {1} og {2} {3} +luckperms.command.editor.apply-edits.success.additions=tillУІgninger +luckperms.command.editor.apply-edits.success.additions-singular=tillУІgning +luckperms.command.editor.apply-edits.success.deletions=sletninger +luckperms.command.editor.apply-edits.success.deletions-singular=sletning +luckperms.command.editor.apply-edits.no-changes=Ingen УІndringer blev anvendt fra webeditoren, de returnerede data indeholdt ingen redigeringer +luckperms.command.editor.apply-edits.unknown-type=Kan ikke anvende redigering pУЅ den angivne objekttype +luckperms.command.editor.apply-edits.unable-to-read=Kan ikke lУІse data med den givne kode +luckperms.command.search.searching.permission=SУИger efter brugere og grupper med {0} +luckperms.command.search.searching.inherit=SУИger efter brugere og grupper som arver fra {0} +luckperms.command.search.result=Fandt {0} poster fra {1} brugere og {2} grupper +luckperms.command.search.result.default-notice=BemУІrk\: nУЅr der sУИges efter medlemmer af standardgruppen, vil offline spillere uden andre tilladelser ikke blive vist\! +luckperms.command.search.showing-users=Viser brugerposter +luckperms.command.search.showing-groups=Viser gruppeposter +luckperms.command.tree.start=Genererer tilladelsestrУІ. Vent venligst... +luckperms.command.tree.empty=Ikke i stand til at generere trУІ, ingen resultater blev fundet +luckperms.command.tree.url=TilladelsestrУІ URL +luckperms.command.verbose.invalid-filter={0} er ikke et gyldigt verbose filter +luckperms.command.verbose.enabled=Detaljeret logning {0} for tjek der matcher {1} +luckperms.command.verbose.command-exec=Tvinger {0} til at udfУИre kommando {1} og rapportere alle УІndringer foretaget... +luckperms.command.verbose.off=Detaljeret logfУИring {0} +luckperms.command.verbose.command-exec-complete=Kommandoen blev udfУИrt +luckperms.command.verbose.command.no-checks=Kommandoen udfУИrt, men ingen tilladelse tjek blev foretaget +luckperms.command.verbose.command.possibly-async=Dette kan skyldes, at pluginet kУИrer kommandoer i baggrunden (async) +luckperms.command.verbose.command.try-again-manually=Du kan stadig bruge detaljeret manuelt til at opdage kontrol foretaget pУЅ denne mУЅde +luckperms.command.verbose.enabled-recording=Detaljeret optagelse {0} for tjek der matcher {1} +luckperms.command.verbose.uploading=Detaljeret logning {0}, uploader resultater... +luckperms.command.verbose.url=Detaljeret resultaters URL +luckperms.command.verbose.enabled-term=aktiveret +luckperms.command.verbose.disabled-term=slУЅet fra +luckperms.command.verbose.query-any=ALLE +luckperms.command.info.running-plugin=KУИrer +luckperms.command.info.platform-key=Platform +luckperms.command.info.server-brand-key=ServermУІrke +luckperms.command.info.server-version-key=Server Version +luckperms.command.info.storage-key=Lager +luckperms.command.info.storage-type-key=Type +luckperms.command.info.storage.meta.split-types-key=Typer +luckperms.command.info.storage.meta.ping-key=Ping +luckperms.command.info.storage.meta.connected-key=Tilsluttet +luckperms.command.info.storage.meta.file-size-key=FilstУИrrelse +luckperms.command.info.extensions-key=Udvidelser +luckperms.command.info.messaging-key=Beskeder +luckperms.command.info.instance-key=Instans +luckperms.command.info.static-contexts-key=Statiske kontekster +luckperms.command.info.online-players-key=Online Spillere +luckperms.command.info.online-players-unique={0} unikke +luckperms.command.info.uptime-key=Oppetid +luckperms.command.info.local-data-key=Lokal Data +luckperms.command.info.local-data={0} brugere, {1} grupper, {2} spor +luckperms.command.generic.create.success={0} blev oprettet uden problemer +luckperms.command.generic.create.error=Der opstod en fejl under oprettelsen af {0} +luckperms.command.generic.create.error-already-exists={0} eksisterer allerede\! +luckperms.command.generic.delete.success={0} er blevet slettet uden problemer +luckperms.command.generic.delete.error=Der opstod en fejl under sletningen af {0} +luckperms.command.generic.delete.error-doesnt-exist={0} eksisterer ikke\! +luckperms.command.generic.rename.success={0} blev omdУИbt til {1} +luckperms.command.generic.clone.success={0} blev klonet pУЅ {1} +luckperms.command.generic.info.parent.title=Overordnet Gruppe +luckperms.command.generic.info.parent.temporary-title=Midlertidige Overordnede Grupper +luckperms.command.generic.info.expires-in=udlУИber om +luckperms.command.generic.info.inherited-from=nedarvet fra +luckperms.command.generic.info.inherited-from-self=selv +luckperms.command.generic.show-tracks.title={0}''s Spor +luckperms.command.generic.show-tracks.empty={0} er ikke pУЅ nogen spor +luckperms.command.generic.clear.node-removed={0} indholdselementer blev fjernet +luckperms.command.generic.clear.node-removed-singular={0} indholdselement blev fjernet +luckperms.command.generic.clear={0}''s indholdselementer blev ryddet i kontekst {1} +luckperms.command.generic.permission.info.title={0}''s Tilladelser +luckperms.command.generic.permission.info.empty={0} har ingen rettigheder angivet +luckperms.command.generic.permission.info.click-to-remove=Klik for at fjerne dette indholdselement fra {0} +luckperms.command.generic.permission.check.info.title=Permission information for {0} +luckperms.command.generic.permission.check.info.directly={0} har {1} indstillet til {2} i kontekst {3} +luckperms.command.generic.permission.check.info.inherited={0} arver {1} indstillet til {2} fra {3} i kontekst {4} +luckperms.command.generic.permission.check.info.not-directly={0} har ikke {1} indstillet +luckperms.command.generic.permission.check.info.not-inherited={0} arver ikke {1} +luckperms.command.generic.permission.check.result.title=Permission tjek af {0} +luckperms.command.generic.permission.check.result.result-key=Resultat +luckperms.command.generic.permission.check.result.processor-key=Processor +luckperms.command.generic.permission.check.result.cause-key=У…rsag +luckperms.command.generic.permission.check.result.context-key=SammenhУІng +luckperms.command.generic.permission.set=SУІt {0} til {1} for {2} i kontekst {3} +luckperms.command.generic.permission.already-has={0} har allerede {1} sat i kontekst {2} +luckperms.command.generic.permission.set-temp=SУІt {0} til {1} for {2} for en varighed af {3} i kontekst {4} +luckperms.command.generic.permission.already-has-temp={0} har allerede {1} midlertidigt indstillet i kontekst {2} +luckperms.command.generic.permission.unset=Fjern {0} for {1} i kontekst {2} +luckperms.command.generic.permission.doesnt-have={0} har ikke {1} sat i kontekst {2} +luckperms.command.generic.permission.unset-temp=Fjern midlertidig tilladelse {0} for {1} i kontekst {2} +luckperms.command.generic.permission.subtract=SУІt {0} til {1} for {2} for en varighed af {3} i kontekst {4}, {5} mindre end fУИr +luckperms.command.generic.permission.doesnt-have-temp={0} har ikke {1} indstillet midlertidigt i kontekst {2} +luckperms.command.generic.permission.clear={0}''s rettigheder blev ryddet i kontekst {1} +luckperms.command.generic.parent.info.title={0}''s ForУІldre +luckperms.command.generic.parent.info.empty={0} har ingen forУІldre defineret +luckperms.command.generic.parent.info.click-to-remove=Klik for at fjerne denne forУІlder fra {0} +luckperms.command.generic.parent.add={0} arver nu tilladelser fra {1} i kontekst {2} +luckperms.command.generic.parent.add-temp={0} arver nu tilladelser fra {1} for en varighed af {2} i kontekst {3} +luckperms.command.generic.parent.set={0} fik deres eksisterende forУІldre gruppe fjernet, og arver kun {1} i kontekst {2} +luckperms.command.generic.parent.set-track={0} fik deres eksisterende forУІldre gruppe fjernet, pУЅ track {1}, og arver kun {2} i kontekst {3} +luckperms.command.generic.parent.remove={0} arver ikke lУІngere tilladelser fra {1} i kontekst {2} +luckperms.command.generic.parent.remove-temp={0} arver ikke lУІngere midlertidigt tilladelser fra {1} i kontekst {2} +luckperms.command.generic.parent.subtract={0} vil arve tilladelser fra {1} for en varighed af {2} i kontekst {3}, {4} mindre end fУИr +luckperms.command.generic.parent.clear={0}''s forУІldre blev ryddet i kontekst {1} +luckperms.command.generic.parent.clear-track={0}''s forУІldre pУЅ sporet {1} blev ryddet i kontekst {2} +luckperms.command.generic.parent.already-inherits={0} har allerede {1} sat i kontekst {2} +luckperms.command.generic.parent.doesnt-inherit={0} arver ikke fra {1} i kontekst {2} +luckperms.command.generic.parent.already-temp-inherits={0} arver allerede midlertidigt fra {1} i kontekst {2} +luckperms.command.generic.parent.doesnt-temp-inherit={0} arver ikke midlertidigt fra {1} i kontekst {2} +luckperms.command.generic.chat-meta.info.title-prefix={0}''s PrУІfikses +luckperms.command.generic.chat-meta.info.title-suffix={0}''s Suffikses +luckperms.command.generic.chat-meta.info.none-prefix={0} har ingen prУІfikser +luckperms.command.generic.chat-meta.info.none-suffix={0} har ingen suffikser +luckperms.command.generic.chat-meta.info.click-to-remove=Klik for at fjerne denne {0} fra {1} +luckperms.command.generic.chat-meta.already-has={0} har allerede {1} {2} sat til en prioritet pУЅ {3} i kontekst {4} +luckperms.command.generic.chat-meta.already-has-temp={0} har allerede {1} {2} midlertidigt sat til en prioritet pУЅ {3} i kontekst {4} +luckperms.command.generic.chat-meta.doesnt-have={0} har ikke {1} {2} sat til en prioritet pУЅ {3} i kontekst {4} +luckperms.command.generic.chat-meta.doesnt-have-temp={0} har ikke {1} {2} sat til en midlertidigt prioritet pУЅ {3} i kontekst {4} +luckperms.command.generic.chat-meta.add={0} havde {1} {2} sat til en prioritet pУЅ {3} i kontekst {4} +luckperms.command.generic.chat-meta.add-temp={0} havde {1} {2} sat til en prioritet pУЅ {3} for en varighed af {4} i kontekst {5} +luckperms.command.generic.chat-meta.remove={0} havde {1} {2} i prioritet {3} fjernet i kontekst {4} +luckperms.command.generic.chat-meta.remove-bulk={0} havde alle {1} med prioritet {2} fjernet i kontekst {3} +luckperms.command.generic.chat-meta.remove-temp={0} havde midlertidig {1} {2} med prioritet {3} fjernet i kontekst {4} +luckperms.command.generic.chat-meta.remove-temp-bulk={0} havde alle midlertidige {1} med prioritet {2} fjernet i kontekst {3} +luckperms.command.generic.meta.info.title={0}''s Meta +luckperms.command.generic.meta.info.none={0} har ingen meta +luckperms.command.generic.meta.info.click-to-remove=Klik for at fjerne denne meta node fra {0} +luckperms.command.generic.meta.already-has={0} har allerede metanУИgle {1} sat til {2} i kontekst {3} +luckperms.command.generic.meta.already-has-temp={0} har allerede metanУИgle {1} midlertidigt indstillet til {2} i kontekst {3} +luckperms.command.generic.meta.doesnt-have={0} har ikke metanУИgle {1} sat i kontekst {2} +luckperms.command.generic.meta.doesnt-have-temp={0} har ikke metanУИgle {1} sat midlertidigt i kontekst {2} +luckperms.command.generic.meta.set=SУІt metanУИgle {0} til {1} for {2} i kontekst {3} +luckperms.command.generic.meta.set-temp=SУІt metanУИgle {0} til {1} for {2} for en varighed af {3} i kontekst {4} +luckperms.command.generic.meta.unset=Fjern metanУИgle {0} for {1} i kontekst {2} +luckperms.command.generic.meta.unset-temp=Fjern midlertidig metanУИgle {0} for {1} i kontekst {2} +luckperms.command.generic.meta.clear={0}''s meta matchende type {1} blev ryddet i kontekst {2} +luckperms.command.generic.contextual-data.title=Kontekstuel Data +luckperms.command.generic.contextual-data.mode.key=tilstand +luckperms.command.generic.contextual-data.mode.server=server +luckperms.command.generic.contextual-data.mode.active-player=aktiv spiller +luckperms.command.generic.contextual-data.contexts-key=Kontekster +luckperms.command.generic.contextual-data.prefix-key=PrУІfiks +luckperms.command.generic.contextual-data.suffix-key=Suffiks +luckperms.command.generic.contextual-data.primary-group-key=PrimУІr Gruppe +luckperms.command.generic.contextual-data.meta-key=Meta +luckperms.command.generic.contextual-data.null-result=Ingen +luckperms.command.user.info.title=Brugeroplysninger +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=type +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=offline +luckperms.command.user.info.status-key=Status +luckperms.command.user.info.status.online=Online +luckperms.command.user.info.status.offline=Offline +luckperms.command.user.removegroup.error-primary=Du kan ikke fjerne en bruger fra deres primУІre gruppe +luckperms.command.user.primarygroup.not-member={0} Var ikke et medlem af {1}, tilfУИjer dem nu +luckperms.command.user.primarygroup.already-has={0} har allerede {1} sat som deres primУІre gruppe +luckperms.command.user.primarygroup.warn-option=Advarsel\: Den primУІre gruppeberegningsmetode, der anvendes af denne server ({0}) afspejler muligvis ikke denne УІndring +luckperms.command.user.primarygroup.set={0}''s primУІre gruppe blev sat til {1} +luckperms.command.user.track.error-not-contain-group={0} er ikke i nogen grupper pУЅ {1} +luckperms.command.user.track.unsure-which-track=Usikker pУЅ, hvilken spor der skal bruges, angiv venligst det som et argument +luckperms.command.user.track.missing-group-advice=Opret enten gruppen eller fjern den fra sporet og prУИv igen +luckperms.command.user.promote.added-to-first={0} er ikke i nogen grupper pУЅ {1}, sУЅ de blev fУИjet til den fУИrste gruppe, {2} i kontekst {3} +luckperms.command.user.promote.not-on-track={0} er ikke i nogen grupper pУЅ {1}, sУЅ brugeren blev ikke forfremmet +luckperms.command.user.promote.success=Forfremmer {0} langs sporet {1} fra {2} til {3} i forbindelse {4} +luckperms.command.user.promote.end-of-track=Slutningen af sporet {0} blev nУЅet, kunne ikke forfremme {1} +luckperms.command.user.promote.next-group-deleted=Den nУІste gruppe pУЅ sporet, {0}, findes ikke lУІngere +luckperms.command.user.promote.unable-to-promote=Kan ikke forfremme brugeren +luckperms.command.user.demote.success=Nedrykker {0} langs sporet {1} fra {2} til {3} i kontekst {4} +luckperms.command.user.demote.end-of-track=Slutningen af sporet {0} blev nУЅet, sУЅ {1} blev fjernet fra {2} +luckperms.command.user.demote.end-of-track-not-removed=Slutningen af sporet {0} blev nУЅet, men {1} blev ikke fjernet fra den fУИrste gruppe +luckperms.command.user.demote.previous-group-deleted=Den forrige gruppe pУЅ sporet, {0}, findes ikke lУІngere +luckperms.command.user.demote.unable-to-demote=Kan ikke degradere brugeren +luckperms.command.group.list.title=Grupper +luckperms.command.group.delete.not-default=Du kan ikke slette standardgruppen +luckperms.command.group.info.title=Gruppeinfo +luckperms.command.group.info.display-name-key=Visningsnavn +luckperms.command.group.info.weight-key=VУІgt +luckperms.command.group.setweight.set=SУІt vУІgt til {0} for gruppe {1} +luckperms.command.group.setdisplayname.doesnt-have={0} har ikke et visningsnavn sat +luckperms.command.group.setdisplayname.already-has={0} har allerede et visningsnavn pУЅ {1} +luckperms.command.group.setdisplayname.already-in-use=Visningsnavnet {0} bruges allerede af {1} +luckperms.command.group.setdisplayname.set=SУІt visningsnavn til {0} for gruppe {1} i kontekst {2} +luckperms.command.group.setdisplayname.removed=Fjernede visningsnavn for gruppe {0} i kontekst {1} +luckperms.command.track.list.title=Spor +luckperms.command.track.path.empty=Ingen +luckperms.command.track.info.showing-track=Viser Spor +luckperms.command.track.info.path-property=Sti +luckperms.command.track.clear={0}''s gruppespor er blevet ryddet +luckperms.command.track.append.success=Gruppe {0} blev tilfУИjet til at spore {1} +luckperms.command.track.insert.success=Gruppe {0} blev indsat i sporet {1} pУЅ position {2} +luckperms.command.track.insert.error-number=Forventede nummer, men modtog\: {0} +luckperms.command.track.insert.error-invalid-pos=Kan ikke indsУІtte pУЅ position {0} +luckperms.command.track.insert.error-invalid-pos-reason=ugyldig position +luckperms.command.track.remove.success=Gruppen {0} blev fjernet fra sporet {1} +luckperms.command.track.error-empty={0} kan ikke bruges, da det er tomt eller kun indeholder en gruppe +luckperms.command.track.error-multiple-groups={0} er medlem af flere grupper pУЅ dette spor +luckperms.command.track.error-ambiguous=Kan ikke afgУИre deres placering +luckperms.command.track.already-contains={0} indeholder allerede {1} +luckperms.command.track.doesnt-contain={0} indeholder ikke {1} +luckperms.command.log.load-error=Loggen kunne ikke indlУІses +luckperms.command.log.invalid-page=Ugyldigt sidenummer +luckperms.command.log.invalid-page-range=Angiv en vУІrdi mellem {0} og {1} +luckperms.command.log.empty=Ingen log poster at vise +luckperms.command.log.notify.error-console=Kan ikke slУЅ notifikationer til for konsollen +luckperms.command.log.notify.enabled-term=SlУЅet til +luckperms.command.log.notify.disabled-term=SlУЅet fra +luckperms.command.log.notify.changed-state={0} logger udput +luckperms.command.log.notify.already-on=Du modtager allerede notifikationer +luckperms.command.log.notify.already-off=Du modtager ikke notifikationer i УИjeblikket +luckperms.command.log.notify.invalid-state=Ukendt tilstand. Forventer {0} eller {1} +luckperms.command.log.show.search=Viser seneste handlinger for forespУИrgsel {0} +luckperms.command.log.show.recent=Viser seneste handlinger +luckperms.command.log.show.by=Viser seneste handlinger af {0} +luckperms.command.log.show.history=Viser historik for {0} {1} +luckperms.command.export.error-term=Fejl +luckperms.command.export.already-running=En anden eksportproces kУИrer allerede +luckperms.command.export.file.already-exists=Filen {0} findes allerede +luckperms.command.export.file.not-writable=Filen {0} er ikke skrivbar +luckperms.command.export.file.success=Eksporteret succesfuldt til {0} +luckperms.command.export.file-unexpected-error-writing=Der opstod en uventet fejl under skrivning til filen +luckperms.command.export.web.export-code=EksportУЉr kode +luckperms.command.export.web.import-command-description=Brug fУИlgende kommando til at importere +luckperms.command.import.term=Importer +luckperms.command.import.error-term=Fejl +luckperms.command.import.already-running=En anden importproces kУИrer allerede +luckperms.command.import.file.doesnt-exist=Filen {0} eksisterer ikke +luckperms.command.import.file.not-readable=Filen {0} er ikke lУІsbar +luckperms.command.import.file.unexpected-error-reading=En uventet fejl opstod under lУІsning fra importfilen +luckperms.command.import.file.correct-format=er det, det korrekte format? +luckperms.command.import.web.unable-to-read=Kan ikke lУІse data med den givne kode +luckperms.command.import.progress.percent={0}% fУІrdig +luckperms.command.import.progress.operations={0}/{1} handlinger fuldfУИrt +luckperms.command.import.starting=Starter importeringsprocessen +luckperms.command.import.completed=FULDFӘRT +luckperms.command.import.duration=tog {0} sekunder +luckperms.command.bulkupdate.must-use-console=Masseopdaterings kommandoen kan kun bruges fra konsollen +luckperms.command.bulkupdate.invalid-data-type=Ugyldig type, forventede {0} +luckperms.command.bulkupdate.invalid-constraint=Ugyldig begrУІnsning {0} +luckperms.command.bulkupdate.invalid-constraint-format=Restriktioner skal vУІre i formatet {0} +luckperms.command.bulkupdate.invalid-comparison=Ugyldig sammenligningsudbyder {0} +luckperms.command.bulkupdate.invalid-comparison-format=Forventede en af fУИlgende\: {0} +luckperms.command.bulkupdate.queued=Masseopdateringshandlingen blev sat i kУИ +luckperms.command.bulkupdate.confirm=KУИr {0} for at kУИre opdateringen +luckperms.command.bulkupdate.unknown-id=Handlingen med id''et {0} eksisterer ikke eller er udlУИbet +luckperms.command.bulkupdate.starting=KУИrer masseopdatering +luckperms.command.bulkupdate.success=Masseopdatering gennemfУИrt +luckperms.command.bulkupdate.success.statistics.nodes=I alt pУЅvirkede knudepunkter +luckperms.command.bulkupdate.success.statistics.users=PУЅvirkede brugere i alt +luckperms.command.bulkupdate.success.statistics.groups=I alt pУЅvirkede grupper +luckperms.command.bulkupdate.failure=Masseopdatering fejlede, tjek konsollen for fejl +luckperms.command.update-task.request=Der er anmodet om en opdateringsopgave, vent venligst +luckperms.command.update-task.complete=Opdateringsopgave fuldfУИrt +luckperms.command.update-task.push.attempting=ForsУИger nu at skubbe ud til andre servere +luckperms.command.update-task.push.complete=Andre servere blev underrettet via {0} +luckperms.command.update-task.push.error=Fejl under trykning af УІndringer til andre servere +luckperms.command.update-task.push.error-not-setup=Kan ikke sende УІndringer til andre servere, da en besked tjeneste ikke er konfigureret +luckperms.command.reload-config.success=Konfigurationsfilen blev genindlУІst +luckperms.command.reload-config.restart-note=nogle indstillinger vil kun gУІlde efter serveren er genstartet +luckperms.command.translations.searching=SУИger efter tilgУІngelige oversУІttelser, vent venligst... +luckperms.command.translations.searching-error=Kan ikke hente en liste over tilgУІngelige oversУІttelser +luckperms.command.translations.installed-translations=Installerede OversУІttelser +luckperms.command.translations.available-translations=TilgУІngelige OversУІttelser +luckperms.command.translations.percent-translated={0}% oversat +luckperms.command.translations.translations-by=af +luckperms.command.translations.installing=Installerer oversУІttelser, vent venligst... +luckperms.command.translations.download-error=Kunne ikke downloade oversУІttelse til {0} +luckperms.command.translations.installing-specific=Installerer sprog {0}... +luckperms.command.translations.install-complete=Installation gennemfУИrt +luckperms.command.translations.download-prompt=Brug {0} til at downloade og installere opdaterede versioner af disse oversУІttelser fra fУІllesskabet +luckperms.command.translations.download-override-warning=BemУІrk, at dette vil overskrive de УІndringer, du har foretaget for disse sprog +luckperms.usage.user.description=Et sУІt kommandoer til hУЅndtering af brugere i LuckPerms. (En ''bruger'' i LuckPerms er blot en spiller, og kan henvise til et UUID eller brugernavn) +luckperms.usage.group.description=Et sУІt kommandoer til hУЅndtering af grupper i LuckPerms. Grupper er er blot samlinger af tilladelser, der kan gives til brugere. Nye grupper laves ved hjУІlp af ''creategroup''-kommandoen. +luckperms.usage.track.description=Et sУІt kommandoer til styring af spor i LuckPerms. Spor er en ordnet samling af grupper, som kan bruges til at definere forfremmelser og demoteringer. +luckperms.usage.log.description=Et sУІt kommandoer til styring af logning funktionalitet i LuckPerms. +luckperms.usage.sync.description=GenindlУІser alle data fra plugins lagring i hukommelsen, og anvender eventuelle УІndringer, der registreres. +luckperms.usage.info.description=Udskriver generel information om den aktive plugin instans. +luckperms.usage.editor.description=Opretter en ny webredigeringssession +luckperms.usage.editor.argument.type=typer der skal indlУІses i editoren. (''alle'', ''brugere'' eller ''grupper'') +luckperms.usage.editor.argument.filter=tilladelse til at filtrere brugerindgange efter +luckperms.usage.verbose.description=Kontrollerer plugins verbose tilladelse kontrol overvУЅgningssystem. +luckperms.usage.verbose.argument.action=om logning skal aktiveres/deaktivere eller uploade logget output +luckperms.usage.verbose.argument.filter=filteret der skal matches poster mod +luckperms.usage.verbose.argument.commandas=spilleren/kommandoen der skal kУИres +luckperms.usage.tree.description=Genererer en trУІvisning (sorteret liste hierarki) af alle tilladelser kendt af LuckPerms. +luckperms.usage.tree.argument.scope=roden af trУІet. Angiv "." for at inkludere alle tilladelser +luckperms.usage.tree.argument.player=navnet pУЅ en online-spiller, der skal tjekkes mod +luckperms.usage.search.description=SУИger efter alle bruger/grupper med УЉn bestemt permission +luckperms.usage.search.argument.permission=tilladelsen at sУИge efter +luckperms.usage.search.argument.page=siden der skal vises +luckperms.usage.network-sync.description=Synkroniser УІndringer med lageret og anmoder om, at alle andre servere pУЅ netvУІrket gУИr det samme +luckperms.usage.import.description=Importdata fra en (tidligere oprettet) eksportfil +luckperms.usage.import.argument.file=filen der skal importeres fra +luckperms.usage.import.argument.replace=erstat eksisterende data i stedet for at fusionere +luckperms.usage.import.argument.upload=upload dataene fra en tidligere eksport +luckperms.usage.export.description=Eksporterer alle tilladelser data til en ''eksport''-fil. Kan genimporteres pУЅ et senere tidspunkt. +luckperms.usage.export.argument.file=filen der skal eksporteres til +luckperms.usage.export.argument.without-users=udelukke brugere fra eksporten +luckperms.usage.export.argument.without-groups=udeluk grupper fra at blive eksporteret +luckperms.usage.export.argument.upload=Upload alle tilladelses filerne til webeditor. Kan genimporteres pУЅ et senere tidspunkt. +luckperms.usage.reload-config.description=GenindlУІs nogle af konfigurationsindstillingerne +luckperms.usage.bulk-update.description=KУИr masseУІndringsforespУИrgsler pУЅ alle data +luckperms.usage.bulk-update.argument.data-type=den type data, der skal УІndres. (''alle'', ''brugere'' eller ''grupper'') +luckperms.usage.bulk-update.argument.action=den handling, der skal udfУИres pУЅ dataene. (''update'' eller ''slette'') +luckperms.usage.bulk-update.argument.action-field=feltet der skal ageres pУЅ, krУІves kun ved ''opdatering''. (''tilladelse'', ''server'' eller ''verden'') +luckperms.usage.bulk-update.argument.action-value=den vУІrdi der skal erstattes med. krУІves kun for ''opdatering''. +luckperms.usage.bulk-update.argument.constraint=de nУИdvendige der krУІves for opdateringen +luckperms.usage.translations.description=Administrer oversУІttelser +luckperms.usage.translations.argument.install=underkommando til at installere oversУІttelser +luckperms.usage.apply-edits.description=Anvender tilladelses УІndringer foretaget fra webeditoren +luckperms.usage.apply-edits.argument.code=den unikke kode til dataen +luckperms.usage.apply-edits.argument.target=hvem dataen pУЅvirker +luckperms.usage.create-group.description=Opret en ny gruppe +luckperms.usage.create-group.argument.name=navn pУЅ gruppe +luckperms.usage.create-group.argument.weight=vУІgten af denne gruppe +luckperms.usage.create-group.argument.display-name=det viste navn pУЅ den gruppe +luckperms.usage.delete-group.description=Slet gruppe +luckperms.usage.delete-group.argument.name=navnet pУЅ gruppen +luckperms.usage.list-groups.description=Vis alle grupper pУЅ platformen +luckperms.usage.create-track.description=Opret et nyt spor +luckperms.usage.create-track.argument.name=navnet pУЅ sporet +luckperms.usage.delete-track.description=Slet et spor +luckperms.usage.delete-track.argument.name=navnet pУЅ sporet +luckperms.usage.list-tracks.description=Liste over alle spor pУЅ platformen +luckperms.usage.user-info.description=Viser information om brugeren +luckperms.usage.user-switchprimarygroup.description=Skifter brugerens primУІre gruppe +luckperms.usage.user-switchprimarygroup.argument.group=gruppen der skal skiftes til +luckperms.usage.user-promote.description=Forfremmer brugeren op ad sporet +luckperms.usage.user-promote.argument.track=sporet til at promovere brugeren op +luckperms.usage.user-promote.argument.context=konteksten brugeren skal forfremmes i +luckperms.usage.user-promote.argument.dont-add-to-first=kun promover brugeren, hvis den allerede er pУЅ sporet +luckperms.usage.user-demote.description=Nedgraderer brugeren et spor ned +luckperms.usage.user-demote.argument.track=sporet til at degraderer brugeren ned +luckperms.usage.user-demote.argument.context=konteksten brugeren skal degraderes i +luckperms.usage.user-demote.argument.dont-remove-from-first=forhindre brugeren i at blive fjernet fra den fУИrste gruppe +luckperms.usage.user-clone.description=Klon brugeren +luckperms.usage.user-clone.argument.user=navn/uuid pУЅ brugeren til at klone pУЅ +luckperms.usage.group-info.description=Giver info om gruppen +luckperms.usage.group-listmembers.description=Vis brugere/grupper som arver fra denne gruppe +luckperms.usage.group-listmembers.argument.page=siden der skal vises +luckperms.usage.group-setweight.description=Indstil gruppernes vУІgt +luckperms.usage.group-setweight.argument.weight=den vУІgt, der skal angives +luckperms.usage.group-set-display-name.description=Angiv gruppernes visningsnavn +luckperms.usage.group-set-display-name.argument.name=navnet der skal angives +luckperms.usage.group-set-display-name.argument.context=den kontekst navnet skal indsУІttes i +luckperms.usage.group-rename.description=OmdУИb gruppen +luckperms.usage.group-rename.argument.name=det nye navn +luckperms.usage.group-clone.description=Klon gruppen +luckperms.usage.group-clone.argument.name=navnet pУЅ den gruppe, der skal klones pУЅ +luckperms.usage.holder-editor.description=У…bner webtilladelseseditoren +luckperms.usage.holder-showtracks.description=Viser en liste over spor som objektet er pУЅ +luckperms.usage.holder-clear.description=Fjerner alle tilladelser, forУІldre og meta +luckperms.usage.holder-clear.argument.context=de kontekster, der skal filtreres efter +luckperms.usage.permission.description=Rediger rettigheder +luckperms.usage.parent.description=Rediger arv +luckperms.usage.meta.description=Rediger metadata vУІrdier +luckperms.usage.permission-info.description=Viser en liste over tilladelser objektet har +luckperms.usage.permission-info.argument.page=siden der skal vises +luckperms.usage.permission-info.argument.sort-mode=hvordan man sorterer posterne +luckperms.usage.permission-set.description=Indstiller en tilladelse for objektet +luckperms.usage.permission-set.argument.node=den tilladelsesnУИgle der skal indstilles +luckperms.usage.permission-set.argument.value=vУІrdien af noden +luckperms.usage.permission-set.argument.context=konteksten tilladelsen skal indstilles i +luckperms.usage.permission-unset.description=Fjerner en tilladelse fra objektet +luckperms.usage.permission-unset.argument.node=den tilladelsesnУИgle der skal fjernes +luckperms.usage.permission-unset.argument.context=konteksterne til at fjerne tilladelsen i +luckperms.usage.permission-settemp.description=Indstiller en tilladelse for objektet midlertidigt +luckperms.usage.permission-settemp.argument.node=den tilladelsesnУИgle der skal indstilles +luckperms.usage.permission-settemp.argument.value=vУІrdien af noden +luckperms.usage.permission-settemp.argument.duration=varigheden indtil tilladelsesnoden udlУИber +luckperms.usage.permission-settemp.argument.temporary-modifier=hvordan den midlertidige tilladelse bУИr anvendes +luckperms.usage.permission-settemp.argument.context=konteksten tilladelsen skal indstilles i +luckperms.usage.permission-unsettemp.description=Fjern midlertidig tilladelse fra objektet +luckperms.usage.permission-unsettemp.argument.node=den tilladelsesnУИgle der skal fjernes +luckperms.usage.permission-unsettemp.argument.duration=varigheden der skal trУІkkes fra +luckperms.usage.permission-unsettemp.argument.context=konteksten tilladelsen skal fjernes fra +luckperms.usage.permission-check.description=Kontrollerer om objektet har en bestemt tilladelse +luckperms.usage.permission-check.argument.node=tilladelsen der skal tjekkes efter +luckperms.usage.permission-clear.description=Ryd alle tilladelser +luckperms.usage.permission-clear.argument.context=de kontekster, der skal filtreres efter +luckperms.usage.parent-info.description=Viser en liste over grupper som dette objekt arver fra +luckperms.usage.parent-info.argument.page=siden der skal vises +luckperms.usage.parent-info.argument.sort-mode=hvordan man sorterer posterne +luckperms.usage.parent-set.description=Fjerner alle andre grupper objektet der allerede arves og tilfУИjer dem til den givne +luckperms.usage.parent-set.argument.group=gruppen der skal sУІttes +luckperms.usage.parent-set.argument.context=konteksten gruppen skal sУІttes i +luckperms.usage.parent-add.description=SУІtter en anden gruppe for objektet til at arve tilladelser fra +luckperms.usage.parent-add.argument.group=den gruppe, der skal arves fra +luckperms.usage.parent-add.argument.context=konteksten gruppen skal arves i +luckperms.usage.parent-remove.description=Fjerner en tidligere indstillet arve regel +luckperms.usage.parent-remove.argument.group=gruppen der skal fjernes +luckperms.usage.parent-remove.argument.context=konteksten gruppen skal fjernes fra +luckperms.usage.parent-set-track.description=Fjerner alle andre grupper objektet allerede arver fra og tilfУИjer dem til den givne +luckperms.usage.parent-set-track.argument.track=sporet der skal indsУІttes pУЅ +luckperms.usage.parent-set-track.argument.group=den gruppe, der skal angives, eller et nummer, der vedrУИrer gruppens position pУЅ det givne spor +luckperms.usage.parent-set-track.argument.context=konteksten gruppen skal sУІttes i +luckperms.usage.parent-add-temp.description=SУІtter en anden gruppe for objektet til at arve tilladelser fra midlertidigt +luckperms.usage.parent-add-temp.argument.group=den gruppe, der skal arves fra +luckperms.usage.parent-add-temp.argument.duration=varigheden af gruppemedlemskabet +luckperms.usage.parent-add-temp.argument.temporary-modifier=hvordan den midlertidige tilladelse bУИr anvendes +luckperms.usage.parent-add-temp.argument.context=konteksten gruppen skal sУІttes i +luckperms.usage.parent-remove-temp.description=Fjerner en tidligere indstillet midlertidig arv regel +luckperms.usage.parent-remove-temp.argument.group=gruppen der skal fjernes +luckperms.usage.parent-remove-temp.argument.duration=varigheden der skal trУІkkes fra +luckperms.usage.parent-remove-temp.argument.context=konteksten gruppen skal fjernes fra +luckperms.usage.parent-clear.description=Rydder alle forУІldre +luckperms.usage.parent-clear.argument.context=de kontekster, der skal filtreres efter +luckperms.usage.parent-clear-track.description=Rydder alle forУІldre pУЅ et givet spor +luckperms.usage.parent-clear-track.argument.track=sporet der skal fjernes pУЅ +luckperms.usage.parent-clear-track.argument.context=de kontekster, der skal filtreres efter +luckperms.usage.meta-info.description=Viser alle chat meta +luckperms.usage.meta-set.description=Indstiller en metavУІrdi +luckperms.usage.meta-set.argument.key=nУИglen der skal angives +luckperms.usage.meta-set.argument.value=vУІrdien der skal angives +luckperms.usage.meta-set.argument.context=de kontekster, der skal tilfУИjes metapar i +luckperms.usage.meta-unset.description=Fjern en metavУІrdi +luckperms.usage.meta-unset.argument.key=nУИglen der skal fravУІlges +luckperms.usage.meta-unset.argument.context=de kontekster, der skal fjernes metapar i +luckperms.usage.meta-settemp.description=Indstiller en metavУІrdi midlertidigt +luckperms.usage.meta-settemp.argument.key=nУИglen der skal angives +luckperms.usage.meta-settemp.argument.value=vУІrdien der skal angives +luckperms.usage.meta-settemp.argument.duration=varigheden indtil metavУІrdien udlУИber +luckperms.usage.meta-settemp.argument.context=de kontekster, der skal tilfУИjes metapar i +luckperms.usage.meta-unsettemp.description=Fjern en midlertidig metavУІrdi +luckperms.usage.meta-unsettemp.argument.key=nУИglen der skal fravУІlges +luckperms.usage.meta-unsettemp.argument.context=de kontekster, der skal fjernes metapar i +luckperms.usage.meta-addprefix.description=TilfУИjer et prУІfiks +luckperms.usage.meta-addprefix.argument.priority=den prioritet prУІfikset skal sУІttes ved +luckperms.usage.meta-addprefix.argument.prefix=prУІfiks strengen +luckperms.usage.meta-addprefix.argument.context=den prioritet prУІfikset skal sУІttes ved +luckperms.usage.meta-addsuffix.description=TilfУИjer et suffiks +luckperms.usage.meta-addsuffix.argument.priority=den prioritet prУІfikset skal sУІttes ved +luckperms.usage.meta-addsuffix.argument.suffix=suffiks strengen +luckperms.usage.meta-addsuffix.argument.context=konteksten suffixet skal sУІttes i +luckperms.usage.meta-setprefix.description=SУІtter et prУІfiks +luckperms.usage.meta-setprefix.argument.priority=den prioritet prУІfikset skal sУІttes ved +luckperms.usage.meta-setprefix.argument.prefix=prУІfiks strengen +luckperms.usage.meta-setprefix.argument.context=konteksten prУІfikset skal sУІttes i +luckperms.usage.meta-setsuffix.description=SУІtter et suffiks +luckperms.usage.meta-setsuffix.argument.priority=den prioritet prУІfikset skal sУІttes ved +luckperms.usage.meta-setsuffix.argument.suffix=suffiks strengen +luckperms.usage.meta-setsuffix.argument.context=konteksten suffixet skal sУІttes i +luckperms.usage.meta-removeprefix.description=Fjerner et prУІfiks +luckperms.usage.meta-removeprefix.argument.priority=den prioritet prУІfikset skal fjernes ved +luckperms.usage.meta-removeprefix.argument.prefix=prУІfiks strengen +luckperms.usage.meta-removeprefix.argument.context=konteksten prУІfikset skal fjernes ved +luckperms.usage.meta-removesuffix.description=Fjerner et suffiks +luckperms.usage.meta-removesuffix.argument.priority=den prioritet prУІfikset skal fjernes ved +luckperms.usage.meta-removesuffix.argument.suffix=suffiks strengen +luckperms.usage.meta-removesuffix.argument.context=konteksterne at fjerne suffikset i +luckperms.usage.meta-addtemp-prefix.description=TilfУИjer et prУІfiks midlertidigt +luckperms.usage.meta-addtemp-prefix.argument.priority=den prioritet prУІfikset skal sУІttes ved +luckperms.usage.meta-addtemp-prefix.argument.prefix=prУІfiks strengen +luckperms.usage.meta-addtemp-prefix.argument.duration=varigheden indtil prУІfikset udlУИber +luckperms.usage.meta-addtemp-prefix.argument.context=konteksten prУІfikset skal sУІttes i +luckperms.usage.meta-addtemp-suffix.description=TilfУИjer et suffiks midlertidigt +luckperms.usage.meta-addtemp-suffix.argument.priority=den prioritet suffiks skal sУІttes ved +luckperms.usage.meta-addtemp-suffix.argument.suffix=suffiks strengen +luckperms.usage.meta-addtemp-suffix.argument.duration=varigheden indtil suffiks udlУИber +luckperms.usage.meta-addtemp-suffix.argument.context=konteksten suffiks skal sУІttes i +luckperms.usage.meta-settemp-prefix.description=TilfУИjer et prУІfiks midlertidigt +luckperms.usage.meta-settemp-prefix.argument.priority=den prioritet prУІfikset skal sУІttes ved +luckperms.usage.meta-settemp-prefix.argument.prefix=prУІfiks strengen +luckperms.usage.meta-settemp-prefix.argument.duration=varigheden indtil prУІfikset udlУИber +luckperms.usage.meta-settemp-prefix.argument.context=konteksten prУІfikset skal sУІttes i +luckperms.usage.meta-settemp-suffix.description=TilfУИjer et suffiks midlertidigt +luckperms.usage.meta-settemp-suffix.argument.priority=den prioritet suffikset skal sУІttes ved +luckperms.usage.meta-settemp-suffix.argument.suffix=suffiks strengen +luckperms.usage.meta-settemp-suffix.argument.duration=varigheden indtil suffiket udlУИber +luckperms.usage.meta-settemp-suffix.argument.context=konteksten suffikset skal sУІttes i +luckperms.usage.meta-removetemp-prefix.description=Fjerner et midlertidigt prУІfiks +luckperms.usage.meta-removetemp-prefix.argument.priority=den prioritet prУІfikset skal fjernes ved +luckperms.usage.meta-removetemp-prefix.argument.prefix=prУІfiks strengen +luckperms.usage.meta-removetemp-prefix.argument.context=konteksten prУІfikset skal fjernes ved +luckperms.usage.meta-removetemp-suffix.description=Fjerner et midlertidigt suffiks +luckperms.usage.meta-removetemp-suffix.argument.priority=den prioritet suffikset skal fjernes ved +luckperms.usage.meta-removetemp-suffix.argument.suffix=suffiks strengen +luckperms.usage.meta-removetemp-suffix.argument.context=konteksterne suffikset skal fjernes ved +luckperms.usage.meta-clear.description=Rydder alle meta data +luckperms.usage.meta-clear.argument.type=den metatype der skal fjernes +luckperms.usage.meta-clear.argument.context=de kontekster, der skal filtreres efter +luckperms.usage.track-info.description=Giver info om sporet +luckperms.usage.track-editor.description=У…bner hjemmeside tilladelse redigere +luckperms.usage.track-append.description=TilfУИjer en gruppe til slutningen af sporet +luckperms.usage.track-append.argument.group=gruppen som skal tilfУИjes +luckperms.usage.track-insert.description=IndsУІtter en gruppe pУЅ en given position langs sporet +luckperms.usage.track-insert.argument.group=den gruppe der skal indsУІttes +luckperms.usage.track-insert.argument.position=positionen til at indsУІtte gruppen i (den fУИrste position pУЅ sporet er 1) +luckperms.usage.track-remove.description=Fjerner en gruppe fra sporet +luckperms.usage.track-remove.argument.group=gruppen der skal fjernes +luckperms.usage.track-clear.description=Fjerner grupperne pУЅ sporet +luckperms.usage.track-rename.description=OmdУИb sporet +luckperms.usage.track-rename.argument.name=det nye navn +luckperms.usage.track-clone.description=Klon sporet +luckperms.usage.track-clone.argument.name=navnet pУЅ det spor, der skal klones pУЅ +luckperms.usage.log-recent.description=Vis seneste handlinger +luckperms.usage.log-recent.argument.user=navn/uuid pУЅ brugeren der skal sУИges efter +luckperms.usage.log-recent.argument.page=sidenummeret der skal vises +luckperms.usage.log-search.description=SУИg i loggen efter en post +luckperms.usage.log-search.argument.query=forespУИrgslen der skal sУИges efter +luckperms.usage.log-search.argument.page=sidenummeret der skal vises +luckperms.usage.log-notify.description=SlУЅ log notifikationer til/fra +luckperms.usage.log-notify.argument.toggle=om den skal slУЅs til eller fra +luckperms.usage.log-user-history.description=Se en brugers historik +luckperms.usage.log-user-history.argument.user=navn/uuid pУЅ brugeren +luckperms.usage.log-user-history.argument.page=sidenummeret der skal vises +luckperms.usage.log-group-history.description=Vis en gruppes historik +luckperms.usage.log-group-history.argument.group=navnet pУЅ gruppen +luckperms.usage.log-group-history.argument.page=sidenummeret der skal vises +luckperms.usage.log-track-history.description=Se et spors historik +luckperms.usage.log-track-history.argument.track=navnet pУЅ sporet +luckperms.usage.log-track-history.argument.page=sidenummeret der skal vises +luckperms.usage.sponge.description=Rediger ekstra Sponge data +luckperms.usage.sponge.argument.collection=den samling der skal sУИges pУЅ +luckperms.usage.sponge.argument.subject=det emne der skal УІndres +luckperms.usage.sponge-permission-info.description=Viser info om emnets tilladelser +luckperms.usage.sponge-permission-info.argument.contexts=de kontekster, der skal filtreres efter +luckperms.usage.sponge-permission-set.description=Indstiller en tilladelse for objektet +luckperms.usage.sponge-permission-set.argument.node=den tilladelsesnУИgle der skal indstilles +luckperms.usage.sponge-permission-set.argument.tristate=vУІrdien som tilladelsen skal sУІttes til +luckperms.usage.sponge-permission-set.argument.contexts=konteksten til at indstille indstillingen i +luckperms.usage.sponge-permission-clear.description=Rydder emneindstillingerne +luckperms.usage.sponge-permission-clear.argument.contexts=konteksten der skal ryddes for rettigheder +luckperms.usage.sponge-parent-info.description=Viser info om emnets forУІldre +luckperms.usage.sponge-parent-info.argument.contexts=de kontekster, der skal filtreres efter +luckperms.usage.sponge-parent-add.description=TilfУИjer en forУІlder til emnet +luckperms.usage.sponge-parent-add.argument.collection=samlingen hvor forУІldre emnerne er +luckperms.usage.sponge-parent-add.argument.subject=navnet pУЅ det overordnede emne +luckperms.usage.sponge-parent-add.argument.contexts=de kontekster, der skal tilfУИjes forУІlder i +luckperms.usage.sponge-parent-remove.description=Fjerner en forУІlder fra emnet +luckperms.usage.sponge-parent-remove.argument.collection=samlingen hvor forУІldre emnerne er +luckperms.usage.sponge-parent-remove.argument.subject=navnet pУЅ det overordnede emne +luckperms.usage.sponge-parent-remove.argument.contexts=de kontekster, der skal fjernes forУІlder fra +luckperms.usage.sponge-parent-clear.description=Rydder emneforУІldre +luckperms.usage.sponge-parent-clear.argument.contexts=de kontekster der skal ryddes forУІldre i +luckperms.usage.sponge-option-info.description=Viser info om emnets indstillinger +luckperms.usage.sponge-option-info.argument.contexts=de kontekster der skal filtreres efter +luckperms.usage.sponge-option-set.description=Indstiller en mulighed for emnet +luckperms.usage.sponge-option-set.argument.key=nУИglen der skal angives +luckperms.usage.sponge-option-set.argument.value=vУІrdien som nУИglen skal sУІttes til +luckperms.usage.sponge-option-set.argument.contexts=konteksterne til at indstille indstillingen i +luckperms.usage.sponge-option-unset.description=Fjerner end instilling for emnet +luckperms.usage.sponge-option-unset.argument.key=nУИglen der skal fravУІlges +luckperms.usage.sponge-option-unset.argument.contexts=den kontekst nУИglen skal fjernes fra +luckperms.usage.sponge-option-clear.description=Rydder emneindstillingerne +luckperms.usage.sponge-option-clear.argument.contexts=konteksten som valgmuligheden skal fjernes fra diff --git a/plugins/LuckPerms/translations/repository/de_DE.properties b/plugins/LuckPerms/translations/repository/de_DE.properties new file mode 100644 index 0000000..3a6d161 --- /dev/null +++ b/plugins/LuckPerms/translations/repository/de_DE.properties @@ -0,0 +1,630 @@ +luckperms.logs.actionlog-prefix=LOG +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=EXPORTIEREN +luckperms.commandsystem.available-commands=Benutze {0} um verfУМgbare Befehle anzuzeigen +luckperms.commandsystem.command-not-recognised=Befehl nicht erkannt +luckperms.commandsystem.no-permission=Du hast keine Rechte, diesen Befehl auszufУМhren\! +luckperms.commandsystem.no-permission-subcommands=Du hast keine Rechte, einen Unterbefehl des Befehls auszufУМhren +luckperms.commandsystem.already-executing-command=Ein anderer Befehl wird ausgefУМhrt, warte bis er beendet ist... +luckperms.commandsystem.usage.sub-commands-header=Unterbefehle +luckperms.commandsystem.usage.usage-header=Befehls-Verwendung +luckperms.commandsystem.usage.arguments-header=Argumente +luckperms.first-time.no-permissions-setup=Es scheint, dass noch keine Berechtigungen eingerichtet wurden\! +luckperms.first-time.use-console-to-give-access=Bevor du einen der LuckPerms-Befehle im Spiel verwenden kannst, musst du die Konsole verwenden, um dir selbst Zugriff zu geben +luckperms.first-time.console-command-prompt=У–ffne die Konsole und mache +luckperms.first-time.next-step=Danach kannst du beginnen deine Berechtigungen und Gruppen einzurichten +luckperms.first-time.wiki-prompt=Du weiУŸt nicht, wo du anfangen kannst? Schaue hier\: {0} +luckperms.login.try-again=Bitte versuche es spУЄter erneut +luckperms.login.loading-database-error=Beim Laden der Berechtigungen aus der Datenbank ist ein Fehler aufgetreten +luckperms.login.server-admin-check-console-errors=Wenn du ein Server-Admin bist, УМberprУМfe bitte die Konsole auf Fehler +luckperms.login.server-admin-check-console-info=Bitte УМberprУМfe die Server-Konsole auf weitere Informationen +luckperms.login.data-not-loaded-at-pre=Deine Berechtigungen wurden wУЄhrend des Prelogins nicht geladen +luckperms.login.unable-to-continue=Fortfahren nicht mУЖglich +luckperms.login.craftbukkit-offline-mode-error=dies liegt wahrscheinlich an einem Konflikt zwischen CraftBukkit und der online-mode Einstellung +luckperms.login.unexpected-error=Ein unerwarteter Fehler ist wУЄhrend des Einreichtens deiner Rechte-Date aufgetreten +luckperms.opsystem.disabled=Das Vanilla-OP-System ist auf diesem Server deaktiviert +luckperms.opsystem.sponge-warning=Bitte beachte, dass der Server-Operator-Status keine Auswirkungen auf die Sponge-BerechtigungsprУМfungen hat, wenn ein Berechtigungs-Plugin installiert ist musst du die Spielerdaten direkt bearbeiten +luckperms.duration.unit.years.plural={0} Jahre +luckperms.duration.unit.years.singular={0} Jahr +luckperms.duration.unit.years.short={0}J +luckperms.duration.unit.months.plural={0} Monate +luckperms.duration.unit.months.singular={0} Monat +luckperms.duration.unit.months.short={0}Mo +luckperms.duration.unit.weeks.plural={0} Wochen +luckperms.duration.unit.weeks.singular={0} Woche +luckperms.duration.unit.weeks.short={0}W +luckperms.duration.unit.days.plural={0} Tage +luckperms.duration.unit.days.singular={0} Tag +luckperms.duration.unit.days.short={0}T +luckperms.duration.unit.hours.plural={0} Stunden +luckperms.duration.unit.hours.singular={0} Stunde +luckperms.duration.unit.hours.short={0}Std +luckperms.duration.unit.minutes.plural={0} Minuten +luckperms.duration.unit.minutes.singular={0} Minute +luckperms.duration.unit.minutes.short={0}min +luckperms.duration.unit.seconds.plural={0} Sekunden +luckperms.duration.unit.seconds.singular={0} Sekunde +luckperms.duration.unit.seconds.short={0}Sek +luckperms.duration.since=vor {0} +luckperms.command.misc.invalid-code=UngУМltiger Code +luckperms.command.misc.response-code-key=Antwort-Code +luckperms.command.misc.error-message-key=Nachricht +luckperms.command.misc.bytebin-unable-to-communicate=Kommunikation mit bytebin nicht mУЖglich +luckperms.command.misc.webapp-unable-to-communicate=Kommunikation mit der Webapp nicht mУЖglich +luckperms.command.misc.check-console-for-errors=УœberprУМfe die Konsole auf Fehler +luckperms.command.misc.file-must-be-in-data=Die Datei {0} muss direkt im Verzeichnis ''data'' liegen +luckperms.command.misc.wait-to-finish=Bitte warte bis der Vorgang abgeschlossen ist und versuche es dann erneut +luckperms.command.misc.invalid-priority=UngУМltige PrioritУЄt {0} +luckperms.command.misc.expected-number=Nummer erwartet +luckperms.command.misc.date-parse-error={0} konnte nicht als Datum interpretiert werden +luckperms.command.misc.date-in-past-error=Du kannst kein Datum in der Vergangenheit festlegen\! +luckperms.command.misc.page=Seite {0} von {1} +luckperms.command.misc.page-entries={0} EintrУЄge +luckperms.command.misc.none=Keine +luckperms.command.misc.loading.error.unexpected=Ein unerwarteter Fehler ist aufgetreten +luckperms.command.misc.loading.error.user=Benutzer nicht geladen +luckperms.command.misc.loading.error.user-specific=Zielnutzer {0} konnte nicht geladen werden +luckperms.command.misc.loading.error.user-not-found=Benutzer {0} konnte nicht gefunden werden +luckperms.command.misc.loading.error.user-save-error=Beim Speichern der Benutzerdaten von {0} ist ein Fehler aufgetreten +luckperms.command.misc.loading.error.user-not-online={0} ist nicht online +luckperms.command.misc.loading.error.user-invalid={0} ist kein gУМltiger Benutzername/UUID. +luckperms.command.misc.loading.error.user-not-uuid=Zielnutzer {0} ist keine gУМltige UUID +luckperms.command.misc.loading.error.group=Gruppe nicht geladen +luckperms.command.misc.loading.error.all-groups=Es konnten nicht alle Gruppen geladen werden +luckperms.command.misc.loading.error.group-not-found=Eine Gruppe namens {0} konnte nicht gefunden werden +luckperms.command.misc.loading.error.group-save-error=Beim Speichern der Daten der Gruppe {0} ist ein Fehler aufgetreten +luckperms.command.misc.loading.error.group-invalid={0} ist kein gУМltiger Gruppenname +luckperms.command.misc.loading.error.track=Laufbahn nicht geladen +luckperms.command.misc.loading.error.all-tracks=Laufbahnen konnten nicht geladen werden +luckperms.command.misc.loading.error.track-not-found=Eine Laufbahn mit dem Namen {0} konnte nicht gefunden werden +luckperms.command.misc.loading.error.track-save-error=Beim Speichern der Daten der Laufbahn {0} ist ein Fehler aufgetreten +luckperms.command.misc.loading.error.track-invalid={0} ist kein gУМltiger Spuren-Name +luckperms.command.editor.no-match=Der Editor konnte nicht geУЖffnet werden, keine Objekte stimmten mit dem gewУМnschten Typ УМberein +luckperms.command.editor.start=Eine neue Editor-Sitzung wird vorbereitet, bitte warten... +luckperms.command.editor.url=Klicke auf den unten stehenden Link, um den Editor zu УЖffnen +luckperms.command.editor.unable-to-communicate=Konnte mit dem Editor nicht kommunizieren +luckperms.command.editor.apply-edits.success=Web-Editor-У„nderungen wurden erfolgreich auf {0} {1} angewendet +luckperms.command.editor.apply-edits.success-summary={0} {1} und {2} {3} +luckperms.command.editor.apply-edits.success.additions=ErgУЄnzungen +luckperms.command.editor.apply-edits.success.additions-singular=ErgУЄnzung +luckperms.command.editor.apply-edits.success.deletions=LУЖschungen +luckperms.command.editor.apply-edits.success.deletions-singular=LУЖschung +luckperms.command.editor.apply-edits.no-changes=Es wurden keine У„nderungen vom Web-Editor-УМbernommen, da die zurУМckgegebenen Daten keine Bearbeitungen enthielten +luckperms.command.editor.apply-edits.unknown-type=Die У„nderung kann nicht auf den angegebenen Objekt-Typ angewendet werden +luckperms.command.editor.apply-edits.unable-to-read=Mit dem angegebenen Code kУЖnnen keine Daten empfangen werden +luckperms.command.search.searching.permission=Suche nach Nutzern und Gruppen mit {0} +luckperms.command.search.searching.inherit=Suche nach Benutzern und Gruppen, die von {0} erben +luckperms.command.search.result={0} EintrУЄge von {1} Benutzern und {2} Gruppen wurden gefunden +luckperms.command.search.result.default-notice=Hinweis\: Bei der Suche von Mitgliedern der Standardgruppe werden Offline-Spieler ohne andere Berechtigungen nicht angezeigt werden\! +luckperms.command.search.showing-users=Zeige BenutzereintrУЄge +luckperms.command.search.showing-groups=Zeige GruppeneintrУЄge +luckperms.command.tree.start=Erstelle Rechtebaum, bitte warten... +luckperms.command.tree.empty=Baum konnte nicht generiert werden, keine Ergebnisse gefunden +luckperms.command.tree.url=Rechtebaum-URL +luckperms.command.verbose.invalid-filter={0} ist kein gУМltiger Verbose-Filter +luckperms.command.verbose.enabled=Verbose-Loggen {0} fУМr УœberprУМfungen, die {1} erfУМllen +luckperms.command.verbose.command-exec=Zwinge {0} den Befehl {1} auszufУМhren und alle durchgefУМhrten PrУМfungen zu melden... +luckperms.command.verbose.off=Verbose-Loggen {0} +luckperms.command.verbose.command-exec-complete=BefehlsausfУМhrung abgeschlossen +luckperms.command.verbose.command.no-checks=Die AusfУМhrung des Befehls wurde abgeschlossen, aber es wurden keine BerechtigungsprУМfungen durchgefУМhrt +luckperms.command.verbose.command.possibly-async=Dies kУЖnnte daran liegen, dass das Plugin Befehle im Hintergrund ausfУМhrt (async) +luckperms.command.verbose.command.try-again-manually=Du kannst noch das verbose Kommando manuell verwenden, um PrУМfungen wie diese zu erkennen +luckperms.command.verbose.enabled-recording=Verbose-Aufnahme {0} fУМr УœberprУМfungen, die {1} erfУМllen +luckperms.command.verbose.uploading=Verbose-Logging {0}, Ergebnisse werden hochgeladen... +luckperms.command.verbose.url=AusfУМhrliche Ergebnis-URL +luckperms.command.verbose.enabled-term=aktiviert +luckperms.command.verbose.disabled-term=deaktiviert +luckperms.command.verbose.query-any=JEDE +luckperms.command.info.running-plugin=Sie nutzen +luckperms.command.info.platform-key=Plattform +luckperms.command.info.server-brand-key=Server-Marke +luckperms.command.info.server-version-key=Server-Version +luckperms.command.info.storage-key=Speicher +luckperms.command.info.storage-type-key=Typ +luckperms.command.info.storage.meta.split-types-key=Typen +luckperms.command.info.storage.meta.ping-key=Ping +luckperms.command.info.storage.meta.connected-key=Verbunden +luckperms.command.info.storage.meta.file-size-key=DateigrУЖУŸe +luckperms.command.info.extensions-key=Erweiterungen +luckperms.command.info.messaging-key=Mitteilungen +luckperms.command.info.instance-key=Instanz +luckperms.command.info.static-contexts-key=Statische Kontexte +luckperms.command.info.online-players-key=Online-Spieler +luckperms.command.info.online-players-unique={0} einzigartig +luckperms.command.info.uptime-key=Laufzeit +luckperms.command.info.local-data-key=Lokale Daten +luckperms.command.info.local-data={0} Benutzer, {1} Gruppen, {2} Laufbahnen +luckperms.command.generic.create.success={0} wurde erfolgreich erstellt +luckperms.command.generic.create.error=Beim Erstellen von {0} ist ein Fehler aufgetreten +luckperms.command.generic.create.error-already-exists={0} existiert bereits\! +luckperms.command.generic.delete.success={0} wurde erfolgreich gelУЖscht +luckperms.command.generic.delete.error=Beim LУЖschen von {0} ist ein Fehler aufgetreten +luckperms.command.generic.delete.error-doesnt-exist={0} existiert nicht\! +luckperms.command.generic.rename.success={0} wurde erfolgreich in {1} unbenannt +luckperms.command.generic.clone.success={0} wurde erfolgreich in {1} geklont +luckperms.command.generic.info.parent.title=Уœbergeordnete Gruppe +luckperms.command.generic.info.parent.temporary-title=TemporУЄre УМbergeordnete Gruppen +luckperms.command.generic.info.expires-in=lУЄuft ab in +luckperms.command.generic.info.inherited-from=geerbt von +luckperms.command.generic.info.inherited-from-self=selbst +luckperms.command.generic.show-tracks.title={0}s Laufbahnen +luckperms.command.generic.show-tracks.empty={0} ist auf keiner Laufbahn +luckperms.command.generic.clear.node-removed={0} Rechte wurden entfernt +luckperms.command.generic.clear.node-removed-singular={0} Recht wurde entfernt +luckperms.command.generic.clear={0}s Rechte wurden im Kontext {1} gelУЖscht +luckperms.command.generic.permission.info.title={0}s Berechtigungen +luckperms.command.generic.permission.info.empty={0} wurde noch keine Berechtigungen gesetzt +luckperms.command.generic.permission.info.click-to-remove=Klicke, um dieses Recht von {0} zu entfernen +luckperms.command.generic.permission.check.info.title=Berechtigungsinformation fУМr {0} +luckperms.command.generic.permission.check.info.directly={0} hat {1} auf {2} im Kontext {3} gesetzt +luckperms.command.generic.permission.check.info.inherited={0} erbt {1} gesetzt auf {2} von {3} im Kontext {4} +luckperms.command.generic.permission.check.info.not-directly={0} hat nicht {1} gesetzt +luckperms.command.generic.permission.check.info.not-inherited={0} erbt nicht {1} +luckperms.command.generic.permission.check.result.title=BerechtigungsУМberprУМfung fУМr {0} +luckperms.command.generic.permission.check.result.result-key=Ergebnis +luckperms.command.generic.permission.check.result.processor-key=Prozessor +luckperms.command.generic.permission.check.result.cause-key=Grund +luckperms.command.generic.permission.check.result.context-key=Kontext +luckperms.command.generic.permission.set=Setze {0} auf {1} fУМr {2} im Kontext {3} +luckperms.command.generic.permission.already-has={0} hat bereits {1} im Kontext {2} gesetzt +luckperms.command.generic.permission.set-temp=Setze {0} auf {1} fУМr {2} fУМr eine Dauer von {3} im Kontext {4} +luckperms.command.generic.permission.already-has-temp={0} hat bereits {1} temporУЄr im Kontext {2} gesetzt +luckperms.command.generic.permission.unset={0} fУМr {1} im Kontext {2} auf "nicht gesetzt" gesetzt +luckperms.command.generic.permission.doesnt-have={0} hat {1} im Kontext {2} nicht gesetzt +luckperms.command.generic.permission.unset-temp=TemporУЄre Berechtigung {0} fУМr {1} im Kontext {2} entfernt +luckperms.command.generic.permission.subtract=Setze {0} auf {1} fУМr {2} fУМr eine Dauer von {3} im Kontext {4}, {5} kУМrzer als vorher +luckperms.command.generic.permission.doesnt-have-temp={0} hat {1} nicht temporУЄr im Kontext {2} gesetzt +luckperms.command.generic.permission.clear={0}s Rechte wurden im Kontext {1} entfernt +luckperms.command.generic.parent.info.title={0}s УМbergeordnete Gruppen +luckperms.command.generic.parent.info.empty={0} hat keine УМbergeordneten Gruppen definiert +luckperms.command.generic.parent.info.click-to-remove=Klicke, um diese УМbergeordnete Gruppe von {0} zu entfernen +luckperms.command.generic.parent.add={0} erbt nun Rechte von {1} im Kontext {2} +luckperms.command.generic.parent.add-temp={0} erbt nun Berechtigungen von {1} fУМr eine Dauer von {2} im Kontext {3} +luckperms.command.generic.parent.set={0}s existierende УМbergeordnete Gruppen wurden entfernt, und erbt nun nur von {1} im Kontext {2} +luckperms.command.generic.parent.set-track={0}s УМbergeordnete Gruppen der Laufbahn {1} wurden gelУЖscht, und erbt nun nur noch {2} im Kontext {3} +luckperms.command.generic.parent.remove={0} erbt nun keine Berechtigungen mehr von {1} im Kontext {2} +luckperms.command.generic.parent.remove-temp={0} erbt nun keine temporУЄren Berechtigungen mehr von {1} im Kontext {2} +luckperms.command.generic.parent.subtract={0} erbt nun Rechte von {1} fУМr eine Dauer von {2} im Kontext {3}, {4} weniger als zuvor +luckperms.command.generic.parent.clear={0}s УМbergeordnete Gruppen wurden im Kontext {1} gelУЖscht +luckperms.command.generic.parent.clear-track={0}s УМbergeordnete Gruppen auf der Laufbahn {1} wurden im Kontext {2} entfernt +luckperms.command.generic.parent.already-inherits={0} erbt bereits von {1} im Kontext {2} +luckperms.command.generic.parent.doesnt-inherit={0} erbt nicht von {1} im Kontext {2} +luckperms.command.generic.parent.already-temp-inherits={0} erbt bereits vorУМbergehend von {1} im Kontext {2} +luckperms.command.generic.parent.doesnt-temp-inherit={0} erbt nicht temporУЄr von {1} im Kontext {2} +luckperms.command.generic.chat-meta.info.title-prefix={0}s PrУЄfixe +luckperms.command.generic.chat-meta.info.title-suffix={0}s Suffixe +luckperms.command.generic.chat-meta.info.none-prefix={0} hat keine PrУЄfixe +luckperms.command.generic.chat-meta.info.none-suffix={0} hat keine Suffixe +luckperms.command.generic.chat-meta.info.click-to-remove=Klicke, um dieses {0} von {1} zu entfernen +luckperms.command.generic.chat-meta.already-has={0} hat bereits {1} {2} mit einer PrioritУЄt von {3} im Kontext {4} gesetzt +luckperms.command.generic.chat-meta.already-has-temp={0} hat bereits {1} {2} temporУЄr mit einer PrioritУЄt von {3} im Kontext {4} gesetzt +luckperms.command.generic.chat-meta.doesnt-have={0} hat {1} {2} nicht mit einer PrioritУЄt von {3} im Kontext {4} gesetzt +luckperms.command.generic.chat-meta.doesnt-have-temp={0} hat {1} {2} nicht temporУЄr mit einer PrioritУЄt von {3} im Kontext {4} gesetzt +luckperms.command.generic.chat-meta.add={0} hat bereits {1} {2} mit einer PrioritУЄt von {3} im Kontext {4} gesetzt +luckperms.command.generic.chat-meta.add-temp={0} hat bereits {1} {2} mit einer PrioritУЄt von {3} fУМr eine Dauer von {4} im Kontext {5} gesetzt +luckperms.command.generic.chat-meta.remove={0} hat {1} {2} mit der PrioritУЄt von {3} und dem Kontext {4} entfernt +luckperms.command.generic.chat-meta.remove-bulk={0} hat alle {1} mit der PrioritУЄt {2} und dem Kontext {3} entfernt +luckperms.command.generic.chat-meta.remove-temp={0} hat temporУЄr {1} {2} mit der PrioritУЄt von {3} und dem Kontext {4} entfernt +luckperms.command.generic.chat-meta.remove-temp-bulk={0} hat temporУЄr alle {1} mit der PrioritУЄt von {2} im Kontext {3} entfernt +luckperms.command.generic.meta.info.title={0}''s Meta +luckperms.command.generic.meta.info.none={0} hat keine Metainformationen +luckperms.command.generic.meta.info.click-to-remove=Klicken, um diese Metadaten von {0} zu entfernen +luckperms.command.generic.meta.already-has={0} hat bereits den Meta-SchlУМssel {1} auf {2} im Kontext {3} gesetzt +luckperms.command.generic.meta.already-has-temp={0} hat bereits den Meta-SchlУМssel {1} temporУЄr auf {2} im Kontext {3} gesetzt +luckperms.command.generic.meta.doesnt-have={0} hat nicht dem Meta-SchlУМssel {1} im Kontext {2} gesetzt +luckperms.command.generic.meta.doesnt-have-temp={0} hat nicht den Meta-SchlУМssel {1} temporУЄr im Kontext {2} gesetzt +luckperms.command.generic.meta.set=Setze Meta-SchlУМssel {0} auf {1} fУМr {2} im Kontext {3} +luckperms.command.generic.meta.set-temp=Setze den Meta-SchlУМssel {0} auf {1} fУМr {2} fУМr eine Dauer von {3} im Kontext {4} +luckperms.command.generic.meta.unset=LУЖsche Meta-SchlУМssel {0} fУМr {1} im Kontext {2} +luckperms.command.generic.meta.unset-temp=LУЖsche temporУЄr Meta-SchlУМssel {0} fУМr {1} im Kontext {2} +luckperms.command.generic.meta.clear={0}s Meta УМbereinstimmender Typ {1} wurde im Kontext {2} gelУЖscht +luckperms.command.generic.contextual-data.title=Kontextbezogene Daten +luckperms.command.generic.contextual-data.mode.key=Modus +luckperms.command.generic.contextual-data.mode.server=Server +luckperms.command.generic.contextual-data.mode.active-player=Aktiver Spieler +luckperms.command.generic.contextual-data.contexts-key=Kontexte +luckperms.command.generic.contextual-data.prefix-key=PrУЄfix +luckperms.command.generic.contextual-data.suffix-key=Suffix +luckperms.command.generic.contextual-data.primary-group-key=PrimУЄrgruppe +luckperms.command.generic.contextual-data.meta-key=Meta +luckperms.command.generic.contextual-data.null-result=Nichts +luckperms.command.user.info.title=Benutzerinfo +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=Typ +luckperms.command.user.info.uuid-type.mojang=Mojang +luckperms.command.user.info.uuid-type.not-mojang=offline +luckperms.command.user.info.status-key=Status +luckperms.command.user.info.status.online=Online +luckperms.command.user.info.status.offline=Offline +luckperms.command.user.removegroup.error-primary=Du kannst keinen Benutzer aus seiner primУЄren Gruppe entfernen +luckperms.command.user.primarygroup.not-member={0} war noch nicht Mitglied von {1}, wird jetzt hinzugefУМgt +luckperms.command.user.primarygroup.already-has={0} hat bereits die Gruppe {1} als Hauptgruppe +luckperms.command.user.primarygroup.warn-option=Warnung\: Die primУЄre Methode der Gruppenberechnung, die von diesem Server verwendet wird ({0}) kУЖnnte diese У„nderung nicht widerspiegeln +luckperms.command.user.primarygroup.set=Die primУЄre Gruppe von {0} wurde auf {1} gesetzt +luckperms.command.user.track.error-not-contain-group={0} ist in keiner Gruppe auf {1} vorhanden +luckperms.command.user.track.unsure-which-track=Es ist nicht klar welche Laufbahn verwendet werden soll. Bitte gib eine als Argument an +luckperms.command.user.track.missing-group-advice=Erstelle entweder die Gruppe oder entferne diese von der Laufbahn und versuche es erneut +luckperms.command.user.promote.added-to-first={0} ist nicht in einer Gruppe auf der Laufbahn {1}, deshalb wurden dieser zur ersten Gruppe hinzugefУМgt, {2} im Kontext {3} +luckperms.command.user.promote.not-on-track={0} ist in keiner Gruppe auf der Laufbahn {1}, daher wurde dieser nicht befУЖrdert +luckperms.command.user.promote.success=BefУЖrdere {0} auf der Laufbahn {1} von {2} bis {3} im Kontext {4} +luckperms.command.user.promote.end-of-track=Das Ende der Laufbahn {0} wurde erreicht, {1} kann nicht mehr befУЖrdert werden +luckperms.command.user.promote.next-group-deleted=Die nУЄchste Gruppe auf der Spur, {0}, existiert nicht mehr +luckperms.command.user.promote.unable-to-promote=Benutzer kann nicht befУЖrdert werden. +luckperms.command.user.demote.success={0} wird auf der Laufbahn {1} von {2} auf {3} im Kontext {4} degradiert +luckperms.command.user.demote.end-of-track=Das Ende der Laufbahn {0} wurde erreicht, {1} wurde von {2} entfernt +luckperms.command.user.demote.end-of-track-not-removed=Das Ende der Laufbahn {0} wurde erreicht, aber {1} wurde nicht aus der ersten Gruppe entfernt +luckperms.command.user.demote.previous-group-deleted=Die vorherige Gruppe auf der Laufbahn {0} existiert nicht mehr +luckperms.command.user.demote.unable-to-demote=Spieler kann nicht degradiert werden +luckperms.command.group.list.title=Gruppen +luckperms.command.group.delete.not-default=Die Standardgruppe kann nicht gelУЖscht werden. +luckperms.command.group.info.title=Gruppeninfo +luckperms.command.group.info.display-name-key=Anzeigename +luckperms.command.group.info.weight-key=Gewicht +luckperms.command.group.setweight.set=Setze Gewicht der Gruppe {1} auf {0} +luckperms.command.group.setdisplayname.doesnt-have={0} hat keinen Anzeigenamen festgelegt +luckperms.command.group.setdisplayname.already-has={0} hat bereits einen Anzeigenamen von {1} +luckperms.command.group.setdisplayname.already-in-use=Der Anzeigename {0} wird bereits von {1} verwendet +luckperms.command.group.setdisplayname.set=Anzeigename auf {0} fУМr Gruppe {1} im Kontext {2} gesetzt +luckperms.command.group.setdisplayname.removed=Anzeigename fУМr Gruppe {0} im Kontext {1} entfernt +luckperms.command.track.list.title=Laufbahnen +luckperms.command.track.path.empty=Nichts +luckperms.command.track.info.showing-track=Zeige Laufbahn +luckperms.command.track.info.path-property=Pfad +luckperms.command.track.clear={0}''s Gruppenlaufbahn wurde geleert +luckperms.command.track.append.success=Die Gruppe {0} wurde an die Laufbahn {1} angehУЄngt +luckperms.command.track.insert.success=Gruppe {0} wurde in die Laufbahn {1} an Position {2} eingefУМgt +luckperms.command.track.insert.error-number=Nummer erwartet, aber stattdessen {0} erhalten +luckperms.command.track.insert.error-invalid-pos=EinfУМgen an Position {0} nicht mУЖglich +luckperms.command.track.insert.error-invalid-pos-reason=UngУМltige Position +luckperms.command.track.remove.success=Gruppe {0} wurde aus der Laufbahn {1} entfernt +luckperms.command.track.error-empty={0} kann nicht verwendet werden, da die Laufbahn leer ist oder nur eine Gruppe enthУЄlt +luckperms.command.track.error-multiple-groups={0} ist Mitglied mehrerer Gruppen auf dieser Laufbahn +luckperms.command.track.error-ambiguous=Position konnte nicht gefunden werden +luckperms.command.track.already-contains={0} enthУЄlt bereits {1} +luckperms.command.track.doesnt-contain={0} enthУЄlt nicht {1} +luckperms.command.log.load-error=Der Log konnte nicht geladen werden +luckperms.command.log.invalid-page=UngУМltige Seitennummer +luckperms.command.log.invalid-page-range=Bitte geben Sie einen Wert zwischen {0} und {1} ein. +luckperms.command.log.empty=Keine LogeintrУЄge vorhanden +luckperms.command.log.notify.error-console=Benachrichtigungen fУМr Konsole kУЖnnen nicht umgestellt werden +luckperms.command.log.notify.enabled-term=Aktiviert +luckperms.command.log.notify.disabled-term=Deaktiviert +luckperms.command.log.notify.changed-state={0} Logging-Ausgabe +luckperms.command.log.notify.already-on=Du erhУЄltst bereits Benachrichtigungen +luckperms.command.log.notify.already-off=Du erhУЄltst derzeit keine Benachrichtigungen +luckperms.command.log.notify.invalid-state=Zustand unbekannt. Erwartet {0} oder {1} +luckperms.command.log.show.search=Zeige die letzten Aktionen fУМr Suchanfrage {0} +luckperms.command.log.show.recent=Zeige die letzten Aktionen +luckperms.command.log.show.by=Zeige die letzten Aktionen sortiert nach {0} +luckperms.command.log.show.history=Zeige Verlauf fУМr {0} {1} +luckperms.command.export.error-term=Fehler +luckperms.command.export.already-running=Ein anderer Exportvorgang lУЄuft bereits +luckperms.command.export.file.already-exists=Die Datei {0} existiert bereits +luckperms.command.export.file.not-writable=Die Datei {0} ist nicht beschreibbar +luckperms.command.export.file.success=Erfolgreich nach {0} exportiert +luckperms.command.export.file-unexpected-error-writing=Beim Schreiben in die Datei ist ein unerwarteter Fehler aufgetreten +luckperms.command.export.web.export-code=Code exportieren +luckperms.command.export.web.import-command-description=Folgenden Befehl zum Importieren verwenden +luckperms.command.import.term=Import +luckperms.command.import.error-term=Fehler +luckperms.command.import.already-running=Ein anderer Importvorgang lУЄuft bereits +luckperms.command.import.file.doesnt-exist=Die Datei {0} existiert nicht +luckperms.command.import.file.not-readable=Die Datei {0} ist nicht lesbar +luckperms.command.import.file.unexpected-error-reading=Beim Lesen der Import Datei ist ein unerwarteter Fehler aufgetreten +luckperms.command.import.file.correct-format=Ist es das korrekte Format? +luckperms.command.import.web.unable-to-read=Mit dem angegebenen Code kУЖnnen keine Daten empfangen werden +luckperms.command.import.progress.percent={0}% abgeschlossen +luckperms.command.import.progress.operations={0}/{1} VorgУЄnge abgeschlossen +luckperms.command.import.starting=Importvorgang wird gestartet +luckperms.command.import.completed=ABGESCHLOSSEN +luckperms.command.import.duration=Dauerte {0} Sekunden +luckperms.command.bulkupdate.must-use-console=Der Bulk Update Befehl kann nur von der Konsole verwendet werden +luckperms.command.bulkupdate.invalid-data-type=UngУМltiger Datentyp, erwartete {0} +luckperms.command.bulkupdate.invalid-constraint={0} ist keine gУМltige BeschrУЄnkung +luckperms.command.bulkupdate.invalid-constraint-format=BeschrУЄnkungen sollten im Format {0} sein +luckperms.command.bulkupdate.invalid-comparison={0} ist kein gУМltiger Vergleichsoperator +luckperms.command.bulkupdate.invalid-comparison-format=Eines der folgenden Formate wurde erwartet\: {0} +luckperms.command.bulkupdate.queued=Massenaktualisierung ist nun in der Warteschlange +luckperms.command.bulkupdate.confirm=FУМhre {0} aus, um das Update auszufУМhren +luckperms.command.bulkupdate.unknown-id=Operation mit id {0} existiert nicht oder ist abgelaufen +luckperms.command.bulkupdate.starting=Massenaktualisierung lУЄuft +luckperms.command.bulkupdate.success=Massenaktualisierung erfolgreich abgeschlossen +luckperms.command.bulkupdate.success.statistics.nodes=Insgesamt betroffene Knoten +luckperms.command.bulkupdate.success.statistics.users=Insgesamt betroffene Benutzer +luckperms.command.bulkupdate.success.statistics.groups=Insgesamt betroffene Gruppen +luckperms.command.bulkupdate.failure=Massenaktualisierung fehlgeschlagen, УМberprУМfe die Konsole auf Fehler +luckperms.command.update-task.request=Ein Update wurde angefordert, bitte warten... +luckperms.command.update-task.complete=Update abgeschlossen +luckperms.command.update-task.push.attempting=Versuche nun andere Server zu benachrichtigen +luckperms.command.update-task.push.complete=Andere Server wurden erfolgreich УМber {0} benachrichtigt +luckperms.command.update-task.push.error=Fehler beim Senden der У„nderungen auf andere Server +luckperms.command.update-task.push.error-not-setup=У„nderungen kУЖnnen nicht auf andere Server УМbertragen werden, da kein Messaging-Dienst konfiguriert wurde +luckperms.command.reload-config.success=Die Konfigurationsdatei wurde neu geladen +luckperms.command.reload-config.restart-note=Einige Optionen werden erst nach dem Neustart des Servers angewendet +luckperms.command.translations.searching=Suche nach verfУМgbaren Уœbersetzungen, bitte warten... +luckperms.command.translations.searching-error=Konnte keine Liste der verfУМgbaren Уœbersetzungen erhalten +luckperms.command.translations.installed-translations=Installierte Уœbersetzungen +luckperms.command.translations.available-translations=VerfУМgbare Уœbersetzungen\: +luckperms.command.translations.percent-translated={0}% УМbersetzt +luckperms.command.translations.translations-by=von +luckperms.command.translations.installing=Уœbersetzungen werden installiert, bitte warten... +luckperms.command.translations.download-error=Уœbersetzung fУМr {0} kann nicht heruntergeladen werden +luckperms.command.translations.installing-specific=Installiere Sprache {0}... +luckperms.command.translations.install-complete=Installation abgeschlossen +luckperms.command.translations.download-prompt=Benutze {0} , um die aktuelle Version von der Community bereitgestellten Уœbersetzungen herunterzuladen und zu installieren +luckperms.command.translations.download-override-warning=Bitte beachte, dass alle У„nderungen, die Sie an diesen Sprachen vorgenommen haben УМberschrieben werden +luckperms.usage.user.description=Eine Reihe von Befehlen zur Verwaltung von Benutzern innerhalb von LuckPerms. (Ein ''Benutzer'' in LuckPerms ist nur ein Spieler und kann auf eine UUID oder einen Benutzernamen verweisen) +luckperms.usage.group.description=Eine Reihe von Befehlen zur Verwaltung von Gruppen innerhalb von LuckPerms. Gruppen sind nur Sammlungen von Berechtigungszuordnungen, die Benutzern zugewiesen werden kУЖnnen. Neue Gruppen werden mit dem Befehl "creategroup" erstellt. +luckperms.usage.track.description=Eine Reihe von Befehlen zum Verwalten von Laufbahnen in Luckperms. Laufbahnen sind geordnete Sammlungen von Gruppen auf denen Nutzer befУЖrdert und degradiert werden kУЖnnen. +luckperms.usage.log.description=Eine Reihe von Befehlen zur Verwaltung der Logging-FunktionalitУЄt innerhalb von LuckPerms. +luckperms.usage.sync.description=LУЄdt alle Daten aus dem Pluginordner in den RAM und wendet alle У„nderungen an. +luckperms.usage.info.description=Gibt allgemeine Informationen УМber die aktive Instanz aus. +luckperms.usage.editor.description=Erstellt eine neue Web-Editor-Sitzung +luckperms.usage.editor.argument.type=die Typen, die in den Editor geladen werden sollen. (''all'', ''users'' oder ''groups'') +luckperms.usage.editor.argument.filter=die Berechtigung um NutzereintrУЄge zu filtern +luckperms.usage.verbose.description=Steuert das ausfУМhrliche BerechtigungsprУМfung Уœberwachungssystem des Plugins. +luckperms.usage.verbose.argument.action=ob die Protokollierung aktiviert oder deaktiviert werden soll oder um die geloggte Ausgabe hochzuladen +luckperms.usage.verbose.argument.filter=der Filter der EintrУЄge entspricht +luckperms.usage.verbose.argument.commandas=der zu ausfУМhrende Spieler/Befehl +luckperms.usage.tree.description=Erzeugt eine Baumansicht (sortierte Listenhierarchie) aller Rechte, die LuckPerms bekannt sind. +luckperms.usage.tree.argument.scope=die Wurzel des Baumes. Geben Sie "." an, um alle Berechtigungen einzubinden +luckperms.usage.tree.argument.player=der Name eines Online-Spielers den Sie УМberprУМfen mУЖchten +luckperms.usage.search.description=Sucht nach allen Benutzern/Gruppen mit einer bestimmten Berechtigung +luckperms.usage.search.argument.permission=die Berechtigung zu УМberprУМfen auf +luckperms.usage.search.argument.page=die anzuzeigende Seite +luckperms.usage.network-sync.description=У„nderungen mit dem Speicher synchronisieren und anfordern, dass alle anderen Server im Netzwerk dasselbe tun +luckperms.usage.import.description=Importiert Daten aus einer (zuvor erstellten) Exportdatei +luckperms.usage.import.argument.file=die zu importierende Datei +luckperms.usage.import.argument.replace=existierende Daten ersetzen statt ZusammenzufУМhren +luckperms.usage.import.argument.upload=lade die Daten eines vorherigen Exports hoch +luckperms.usage.export.description=Exportiert alle Berechtigungsdaten in eine ''export''-Datei. Kann zu einem spУЄteren Zeitpunkt erneut importiert werden. +luckperms.usage.export.argument.file=die zu exportierende Datei +luckperms.usage.export.argument.without-users=schlieУŸe Benutzer vom Export aus +luckperms.usage.export.argument.without-groups=schlieУŸe Gruppen vom Export aus +luckperms.usage.export.argument.upload=Lade all Berechtigungsdaten in den Webeditor hoch. Kann zu einem spУЄteren Zeitpunkt erneut importiert werden. +luckperms.usage.reload-config.description=Einige der Konfigurationsoptionen neu laden +luckperms.usage.bulk-update.description=Massen-У„nderungsabfragen auf allen Daten ausfУМhren +luckperms.usage.bulk-update.argument.data-type=der Typ der zu УЄndernden Daten. (''all'', ''users'' oder ''groups'') +luckperms.usage.bulk-update.argument.action=die Aktion, die auf den Daten ausgefУМhrt werden soll. (''update'' oder ''delete'') +luckperms.usage.bulk-update.argument.action-field=das zu bearbeitende Feld. Nur fУМr ''update'' erforderlich. (''permission'', ''server'' oder ''world'') +luckperms.usage.bulk-update.argument.action-value=der zu ersetzende Wert. Nur fУМr ''update'' erforderlich. +luckperms.usage.bulk-update.argument.constraint=die fУМr das Update erforderlichen EinschrУЄnkungen +luckperms.usage.translations.description=Уœbersetzungen verwalten +luckperms.usage.translations.argument.install=Unterbefehl zum Installieren von Уœbersetzungen +luckperms.usage.apply-edits.description=У„nderungen an den Berechtigungen des Web-Editors anwenden +luckperms.usage.apply-edits.argument.code=der eindeutige Code fУМr die Daten +luckperms.usage.apply-edits.argument.target=auf wen die Daten angewendet werden sollen +luckperms.usage.create-group.description=Erstelle eine neue Gruppe +luckperms.usage.create-group.argument.name=der Name der Gruppe +luckperms.usage.create-group.argument.weight=das Gewicht der Gruppe +luckperms.usage.create-group.argument.display-name=der Anzeigename der Gruppe +luckperms.usage.delete-group.description=Eine Gruppe lУЖschen +luckperms.usage.delete-group.argument.name=der Name der Gruppe +luckperms.usage.list-groups.description=Alle Gruppen der Plattform auflisten +luckperms.usage.create-track.description=Neue Spur hinzufУМgen +luckperms.usage.create-track.argument.name=der Name der Laufbahn +luckperms.usage.delete-track.description=Eine Laufbahn lУЖschen +luckperms.usage.delete-track.argument.name=der Name der Laufbahn +luckperms.usage.list-tracks.description=Alle Laufbahnen dieser Plattform auflisten +luckperms.usage.user-info.description=Zeigt Informationen zu einem Spieler +luckperms.usage.user-switchprimarygroup.description=У„ndert die primУЄre Gruppe des Spielers +luckperms.usage.user-switchprimarygroup.argument.group=die Gruppe, zu der gewechselt werden soll +luckperms.usage.user-promote.description=BefУЖrdert den Nutzer in einer Spur +luckperms.usage.user-promote.argument.track=die Spur, um den Nutzer zu befУЖrdern +luckperms.usage.user-promote.argument.context=die Kontexte, in denen der Nutzer gefУЖrdert werden soll +luckperms.usage.user-promote.argument.dont-add-to-first=den Nutzer nur befУЖrdern, wenn er schon auf der Spur ist +luckperms.usage.user-demote.description=Degradiert den Nutzer in einer Spur +luckperms.usage.user-demote.argument.track=die Spur, wo der Benutzer degradiert werden soll +luckperms.usage.user-demote.argument.context=die Kontexte, in denen der Nutzer degradiert werden soll +luckperms.usage.user-demote.argument.dont-remove-from-first=verhindern, dass der Benutzer von der ersten Gruppe entfernt wird +luckperms.usage.user-clone.description=Klont einen Benutzer +luckperms.usage.user-clone.argument.user=der Name/uuid des zu klonenden Benutzers +luckperms.usage.group-info.description=Zeigt Informationen УМber die Gruppe an +luckperms.usage.group-listmembers.description=Zeigt Benutzer/Gruppen, die von dieser Gruppe erben +luckperms.usage.group-listmembers.argument.page=die anzuzeigende Seite +luckperms.usage.group-setweight.description=Leg die Gewichtung der Gruppen fest +luckperms.usage.group-setweight.argument.weight=das zu setzende Gewicht +luckperms.usage.group-set-display-name.description=Anzeigename der Gruppe festlegen +luckperms.usage.group-set-display-name.argument.name=der zu setzende Name +luckperms.usage.group-set-display-name.argument.context=die Kontexte, in denen der Name gesetzt werden soll +luckperms.usage.group-rename.description=Gruppe umbenennen +luckperms.usage.group-rename.argument.name=der neue Name +luckperms.usage.group-clone.description=Die Gruppe klonen +luckperms.usage.group-clone.argument.name=der Name der zu klonenden Gruppe +luckperms.usage.holder-editor.description=У–ffnet den Web-Berechtigungs-Editor +luckperms.usage.holder-showtracks.description=Listet die Spuren auf, auf denen das Objekt ist +luckperms.usage.holder-clear.description=Entfernt alle Berechtigungen, Eltern und Meta +luckperms.usage.holder-clear.argument.context=die Kontexte nach denen gefiltert werden soll +luckperms.usage.permission.description=Berechtigungen bearbeiten +luckperms.usage.parent.description=Vererbung bearbeiten +luckperms.usage.meta.description=Metadatenwerte bearbeiten +luckperms.usage.permission-info.description=Listet die Berechtigungsknoten auf, die das Objekt hat +luckperms.usage.permission-info.argument.page=die anzuzeigende Seite +luckperms.usage.permission-info.argument.sort-mode=wie die EintrУЄge sortiert werden +luckperms.usage.permission-set.description=Legt eine Berechtigung fУМr das Objekt fest +luckperms.usage.permission-set.argument.node=der Berechtigungsknoten der gesetzt werden soll +luckperms.usage.permission-set.argument.value=der Wert des Knotens +luckperms.usage.permission-set.argument.context=die Kontexte, in denen die Berechtigung hinzugefУМgt werden soll +luckperms.usage.permission-unset.description=LУЖscht die Berechtigung fУМr das Objekt +luckperms.usage.permission-unset.argument.node=der Berechtigungsknoten der entfernt werden soll +luckperms.usage.permission-unset.argument.context=die Kontexte, in denen die Berechtigung gelУЖscht werden soll +luckperms.usage.permission-settemp.description=Legt eine Berechtigung fУМr das Objekt temporУЄr fest +luckperms.usage.permission-settemp.argument.node=der Berechtigungsknoten der gesetzt werden soll +luckperms.usage.permission-settemp.argument.value=der Wert des Knotens +luckperms.usage.permission-settemp.argument.duration=die Dauer bis der Berechtigungsknoten ablУЄuft +luckperms.usage.permission-settemp.argument.temporary-modifier=wie die temporУЄre Berechtigung angewendet werden soll +luckperms.usage.permission-settemp.argument.context=die Kontexte, in denen die Berechtigung hinzugefУМgt werden soll +luckperms.usage.permission-unsettemp.description=LУЖscht die Berechtigung fУМr das Objekt +luckperms.usage.permission-unsettemp.argument.node=der Berechtigungsknoten der entfernt werden soll +luckperms.usage.permission-unsettemp.argument.duration=die Dauer die abgezogen werden soll +luckperms.usage.permission-unsettemp.argument.context=die Kontexte, in denen die Berechtigung gelУЖscht werden soll +luckperms.usage.permission-check.description=PrУМft, ob das Objekt einen bestimmten Berechtigungsknoten hat +luckperms.usage.permission-check.argument.node=der Berechtigungsknoten der УМberprУМft werden soll +luckperms.usage.permission-clear.description=LУЖscht alle Berechtigungen +luckperms.usage.permission-clear.argument.context=die Kontexte nach denen gefiltert werden soll +luckperms.usage.parent-info.description=Listet die Gruppen auf, von denen dieses Objekt erbt +luckperms.usage.parent-info.argument.page=die anzuzeigende Seite +luckperms.usage.parent-info.argument.sort-mode=wie die EintrУЄge sortiert werden +luckperms.usage.parent-set.description=Entfernt alle anderen Gruppen, von denen das Objekt bereits auf der angegebenen Spur erbt, und fУМgt sie der angegebenen hinzu +luckperms.usage.parent-set.argument.group=die Gruppe, auf die eingestellt werden soll +luckperms.usage.parent-set.argument.context=die Kontexte, in denen die Gruppe eingerichtet werden soll +luckperms.usage.parent-add.description=Legt eine andere Gruppe fУМr das Objekt fest, von der Berechtigungen geerbt werden sollen +luckperms.usage.parent-add.argument.group=die Gruppe, von der geerbt werden soll +luckperms.usage.parent-add.argument.context=die Kontexte, in denen die Gruppe geerbt werden soll +luckperms.usage.parent-remove.description=Entfernt eine zuvor festgelegte Vererbungsregel +luckperms.usage.parent-remove.argument.group=die zu entfernende Gruppe +luckperms.usage.parent-remove.argument.context=die Kontexte, in denen die Gruppe entfernt werden soll +luckperms.usage.parent-set-track.description=Entfernt alle anderen Gruppen, von denen das Objekt bereits auf der angegebenen Spur erbt, und fУМgt sie der angegebenen hinzu +luckperms.usage.parent-set-track.argument.track=die Spur, auf die gesetzt werden soll +luckperms.usage.parent-set-track.argument.group=die Gruppe, auf die eingestellt werden soll, oder eine Nummer, die sich auf die Position der Gruppe auf der angegebenen Spur bezieht +luckperms.usage.parent-set-track.argument.context=die Kontexte, in denen die Gruppe eingerichtet werden soll +luckperms.usage.parent-add-temp.description=Legt eine andere Gruppe fУМr das Objekt fest, von der Berechtigungen vorУМbergehend geerbt werden sollen +luckperms.usage.parent-add-temp.argument.group=die Gruppe, von der geerbt werden soll +luckperms.usage.parent-add-temp.argument.duration=die Dauer der Gruppenmitgliedschaft +luckperms.usage.parent-add-temp.argument.temporary-modifier=wie die temporУЄre Berechtigung angewendet werden soll +luckperms.usage.parent-add-temp.argument.context=die Kontexte, in denen die Gruppe geerbt werden soll +luckperms.usage.parent-remove-temp.description=Entfernt eine zuvor festgelegte temporУЄre Vererbungsregel +luckperms.usage.parent-remove-temp.argument.group=die zu entfernende Gruppe +luckperms.usage.parent-remove-temp.argument.duration=die zu subtrahierende Dauer +luckperms.usage.parent-remove-temp.argument.context=die Kontexte, in denen die Gruppe entfernt werden soll +luckperms.usage.parent-clear.description=LУЖscht alle Eltern +luckperms.usage.parent-clear.argument.context=die Kontexte nach denen gefiltert werden soll +luckperms.usage.parent-clear-track.description=LУЖscht alle Eltern auf einer bestimmten Spur +luckperms.usage.parent-clear-track.argument.track=die Spur auf der entfernt werden soll +luckperms.usage.parent-clear-track.argument.context=die Kontexte nach denen gefiltert werden soll +luckperms.usage.meta-info.description=Zeigt alle Chat-Meta an +luckperms.usage.meta-set.description=Setzt einen Meta-Wert +luckperms.usage.meta-set.argument.key=der zu setzende SchlУМssel +luckperms.usage.meta-set.argument.value=der zu setzende Wert +luckperms.usage.meta-set.argument.context=die Kontexte, in denen die Berechtigung hinzugefУМgt werden soll +luckperms.usage.meta-unset.description=Entfernt einen Meta-Wert +luckperms.usage.meta-unset.argument.key=der zu entfernende SchlУМssel +luckperms.usage.meta-unset.argument.context=die Kontexte, in denen die Berechtigung entfernt werden soll +luckperms.usage.meta-settemp.description=Setzt vorУМbergehend einen Meta-Wert +luckperms.usage.meta-settemp.argument.key=der zu setzende SchlУМssel +luckperms.usage.meta-settemp.argument.value=der zu setzende Name +luckperms.usage.meta-settemp.argument.duration=die Dauer bis der Meta-Wert ablУЄuft +luckperms.usage.meta-settemp.argument.context=die Kontexte, in denen das Meta-Paar hinzugefУМgt werden soll +luckperms.usage.meta-unsettemp.description=Entfernt einen temporУЄren Meta-Wert +luckperms.usage.meta-unsettemp.argument.key=der zu entfernende SchlУМssel +luckperms.usage.meta-unsettemp.argument.context=die Kontexte, in denen die Berechtigung entfernt werden soll +luckperms.usage.meta-addprefix.description=FУМgt ein PrУЄfix hinzu +luckperms.usage.meta-addprefix.argument.priority=die PrioritУЄt mit, der der PrУЄfix gesetzt werden soll +luckperms.usage.meta-addprefix.argument.prefix=der PrУЄfix String +luckperms.usage.meta-addprefix.argument.context=die Kontexte, in denen der PrУЄfix hinzugefУМgt werden soll +luckperms.usage.meta-addsuffix.description=Setzt ein Suffix +luckperms.usage.meta-addsuffix.argument.priority=die PrioritУЄt mit, der der Suffix hinzugefУМgt werden soll +luckperms.usage.meta-addsuffix.argument.suffix=der Suffix String +luckperms.usage.meta-addsuffix.argument.context=die Kontexte, in denen der Suffix hinzugefУМgt werden soll +luckperms.usage.meta-setprefix.description=Setzt ein PrУЄfix +luckperms.usage.meta-setprefix.argument.priority=die PrioritУЄt mit, der der PrУЄfix gesetzt werden soll +luckperms.usage.meta-setprefix.argument.prefix=der PrУЄfix String +luckperms.usage.meta-setprefix.argument.context=die Kontexte, in denen der PrУЄfix gesetzt wird +luckperms.usage.meta-setsuffix.description=Setzt ein Suffix +luckperms.usage.meta-setsuffix.argument.priority=die PrioritУЄt mit, der der Suffix gesetzt werden soll +luckperms.usage.meta-setsuffix.argument.suffix=der Suffix String +luckperms.usage.meta-setsuffix.argument.context=die Kontexte, in denen der Suffix gesetzt werden soll +luckperms.usage.meta-removeprefix.description=Entfernt einen PrУЄfix +luckperms.usage.meta-removeprefix.argument.priority=die PrioritУЄt mit, der der PrУЄfix entfernt werden soll +luckperms.usage.meta-removeprefix.argument.prefix=der PrУЄfix String +luckperms.usage.meta-removeprefix.argument.context=die Kontexte, in denen der PrУЄfix entfernt werden soll +luckperms.usage.meta-removesuffix.description=Entfernt einen Suffix +luckperms.usage.meta-removesuffix.argument.priority=die PrioritУЄt mit, der der Suffix entfernt werden soll +luckperms.usage.meta-removesuffix.argument.suffix=der Suffix String +luckperms.usage.meta-removesuffix.argument.context=die Kontexte, in denen der Suffix entfernt werden soll +luckperms.usage.meta-addtemp-prefix.description=FУМgt ein PrУЄfix temporУЄr hinzu +luckperms.usage.meta-addtemp-prefix.argument.priority=die PrioritУЄt mit, der der PrУЄfix gesetzt werden soll +luckperms.usage.meta-addtemp-prefix.argument.prefix=der PrУЄfix String +luckperms.usage.meta-addtemp-prefix.argument.duration=die Dauer bis der PrУЄfix ablУЄuft +luckperms.usage.meta-addtemp-prefix.argument.context=die Kontexte, in denen der PrУЄfix hinzugefУМgt werden soll +luckperms.usage.meta-addtemp-suffix.description=FУМgt vorУМbergehend ein Suffix hinzu +luckperms.usage.meta-addtemp-suffix.argument.priority=die PrioritУЄt mit, der der Suffix hinzugefУМgt werden soll +luckperms.usage.meta-addtemp-suffix.argument.suffix=der Suffix String +luckperms.usage.meta-addtemp-suffix.argument.duration=die Dauer bis der Suffix ablУЄuft +luckperms.usage.meta-addtemp-suffix.argument.context=die Kontexte, in denen der Suffix hinzugefУМgt werden soll +luckperms.usage.meta-settemp-prefix.description=Setzt ein PrУЄfix temporУЄr +luckperms.usage.meta-settemp-prefix.argument.priority=die PrioritУЄt mit, der der PrУЄfix gesetzt werden soll +luckperms.usage.meta-settemp-prefix.argument.prefix=der Prefix String +luckperms.usage.meta-settemp-prefix.argument.duration=die Dauer bis der PrУЄfix ablУЄuft +luckperms.usage.meta-settemp-prefix.argument.context=die Kontexte, in denen der PrУЄfix gesetzt werden soll +luckperms.usage.meta-settemp-suffix.description=FУМgt ein Suffix temporУЄr hinzu +luckperms.usage.meta-settemp-suffix.argument.priority=die PrioritУЄt mit, der der Suffix gesetzt werden soll +luckperms.usage.meta-settemp-suffix.argument.suffix=der Suffix String +luckperms.usage.meta-settemp-suffix.argument.duration=die Dauer bis der Suffix ablУЄuft +luckperms.usage.meta-settemp-suffix.argument.context=die Kontexte, in denen der Suffix gesetzt werden soll +luckperms.usage.meta-removetemp-prefix.description=Entfernt einen temporУЄren PrУЄfix +luckperms.usage.meta-removetemp-prefix.argument.priority=die PrioritУЄt mit, der der PrУЄfix entfernt werden soll +luckperms.usage.meta-removetemp-prefix.argument.prefix=der PrУЄfix String +luckperms.usage.meta-removetemp-prefix.argument.context=die Kontexte, in denen der PrУЄfix entfernt werden soll +luckperms.usage.meta-removetemp-suffix.description=Entfernt einen temporУЄren Suffix +luckperms.usage.meta-removetemp-suffix.argument.priority=die PrioritУЄt mit, der der Suffix entfernt werden soll +luckperms.usage.meta-removetemp-suffix.argument.suffix=der Suffix String +luckperms.usage.meta-removetemp-suffix.argument.context=die Kontexte, in denen der Suffix entfernt werden soll +luckperms.usage.meta-clear.description=LУЖscht alle Meta +luckperms.usage.meta-clear.argument.type=der Typ der zu entfernenden Meta +luckperms.usage.meta-clear.argument.context=die Kontexte nach denen gefiltert werden soll +luckperms.usage.track-info.description=Zeigt Informationen УМber die Spur an +luckperms.usage.track-editor.description=У–ffnet den Web-Berechtigungs-Editor +luckperms.usage.track-append.description=HУЄngt eine Gruppe am Ende der Spur an +luckperms.usage.track-append.argument.group=die anzuhУЄngende Gruppe +luckperms.usage.track-insert.description=FУМgt eine Gruppe an einer bestimmten Stelle entlang der Spur ein +luckperms.usage.track-insert.argument.group=die einzusetzende Gruppe +luckperms.usage.track-insert.argument.position=die Position, an der die Gruppe eingefУМgt wird (die erste Position auf der Spur ist 1) +luckperms.usage.track-remove.description=Entfernt eine Gruppe von der Spur +luckperms.usage.track-remove.argument.group=die zu entfernende Gruppe +luckperms.usage.track-clear.description=LУЖscht die Gruppen auf der Spur +luckperms.usage.track-rename.description=Die Spur umbenennen +luckperms.usage.track-rename.argument.name=der neue Name +luckperms.usage.track-clone.description=Die Spur klonen +luckperms.usage.track-clone.argument.name=der Name der zu klonenden Spur +luckperms.usage.log-recent.description=KУМrzliche Aktionen anzeigen +luckperms.usage.log-recent.argument.user=der Name/uuid des zu filternden Benutzers +luckperms.usage.log-recent.argument.page=die anzuzeigende Seitennummer +luckperms.usage.log-search.description=Im Log nach einem Eintrag suchen +luckperms.usage.log-search.argument.query=die Abfrage, nach der gesucht werden soll +luckperms.usage.log-search.argument.page=die anzuzeigende Seitennummer +luckperms.usage.log-notify.description=Log Benachrichtigungen umschalten +luckperms.usage.log-notify.argument.toggle=ob ein- oder ausschalten +luckperms.usage.log-user-history.description=Verlauf eines Nutzers anzeigen +luckperms.usage.log-user-history.argument.user=der Name/uuid des Benutzers +luckperms.usage.log-user-history.argument.page=die anzuzeigende Seitennummer +luckperms.usage.log-group-history.description=Verlauf einer Gruppe anzeigen +luckperms.usage.log-group-history.argument.group=der Name der Gruppe +luckperms.usage.log-group-history.argument.page=die anzuzeigende Seitennummer +luckperms.usage.log-track-history.description=Verlauf einer Spur anzeigen +luckperms.usage.log-track-history.argument.track=der Name der Spur +luckperms.usage.log-track-history.argument.page=die anzuzeigende Seitennummer +luckperms.usage.sponge.description=ZusУЄtzliche Sponge Daten bearbeiten +luckperms.usage.sponge.argument.collection=die zu durchsuchende Sammlung +luckperms.usage.sponge.argument.subject=die zu УЄndernde Person +luckperms.usage.sponge-permission-info.description=Zeigt Informationen УМber die Berechtigungen der Person an +luckperms.usage.sponge-permission-info.argument.contexts=die Kontexte nach denen gefiltert werden soll +luckperms.usage.sponge-permission-set.description=Legt eine Berechtigung fУМr die Person fest +luckperms.usage.sponge-permission-set.argument.node=der Berechtigungsknoten der gesetzt werden soll +luckperms.usage.sponge-permission-set.argument.tristate=der Wert auf den die Berechtigung gesetzt werden soll +luckperms.usage.sponge-permission-set.argument.contexts=die Kontexte, in denen die Berechtigung gesetzt werden soll +luckperms.usage.sponge-permission-clear.description=LУЖscht die Berechtigungen der Person +luckperms.usage.sponge-permission-clear.argument.contexts=die Kontexte, in denen Berechtigungen gelУЖscht werden sollen +luckperms.usage.sponge-parent-info.description=Zeigt Informationen УМber die Eltern der Person an +luckperms.usage.sponge-parent-info.argument.contexts=die Kontexte nach denen gefiltert werden soll +luckperms.usage.sponge-parent-add.description=FУМgt einen Elternteil zur Person hinzu +luckperms.usage.sponge-parent-add.argument.collection=die Personen-Sammlung, wo die Gruppe ist +luckperms.usage.sponge-parent-add.argument.subject=der Name der Eltern Person +luckperms.usage.sponge-parent-add.argument.contexts=die Kontexte, in denen der Elternteil hinzugefУМgt werden soll +luckperms.usage.sponge-parent-remove.description=Entfernt ein Elternteil von der Person +luckperms.usage.sponge-parent-remove.argument.collection=die Personen-Sammlung, wo die Gruppe ist +luckperms.usage.sponge-parent-remove.argument.subject=der Name der Eltern Person +luckperms.usage.sponge-parent-remove.argument.contexts=die Kontexte, in denen der Elternteil entfernt werden soll +luckperms.usage.sponge-parent-clear.description=LУЖscht die Eltern der Person +luckperms.usage.sponge-parent-clear.argument.contexts=die Kontexte, in denen die Eltern gelУЖscht werden sollen +luckperms.usage.sponge-option-info.description=Zeigt Informationen УМber die Optionen der Person an +luckperms.usage.sponge-option-info.argument.contexts=die Kontexte nach denen gefiltert werden soll +luckperms.usage.sponge-option-set.description=Setzt eine Option fУМr die Person +luckperms.usage.sponge-option-set.argument.key=der zu setzende SchlУМssel +luckperms.usage.sponge-option-set.argument.value=der Wert auf den der SchlУМssel gesetzt werden soll +luckperms.usage.sponge-option-set.argument.contexts=die Kontexte, in denen die Option gesetzt werden soll +luckperms.usage.sponge-option-unset.description=Entfernt eine Option fУМr die Person +luckperms.usage.sponge-option-unset.argument.key=der zu entfernende SchlУМssel +luckperms.usage.sponge-option-unset.argument.contexts=die Kontexte, in denen der SchlУМssel entfernt werden soll +luckperms.usage.sponge-option-clear.description=LУЖscht die Optionen der Person +luckperms.usage.sponge-option-clear.argument.contexts=die Kontexte, in denen Optionen gelУЖscht werden sollen diff --git a/plugins/LuckPerms/translations/repository/el_GR.properties b/plugins/LuckPerms/translations/repository/el_GR.properties new file mode 100644 index 0000000..1a8b9a3 --- /dev/null +++ b/plugins/LuckPerms/translations/repository/el_GR.properties @@ -0,0 +1,630 @@ +luckperms.logs.actionlog-prefix=LOG +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=Ю•ЮžЮ‘Ю“ЮЉЮ“Ю— +luckperms.commandsystem.available-commands=ЮЇЯЮЗЯƒЮЙЮМЮПЯ€ЮПЮЙЮЎЯƒЯ„ЮЕ {0} ЮГЮЙЮБ ЮНЮБ ЮДЮЕЮЏЯ„ЮЕ Я„ЮЙЯ‚ ЮДЮЙЮБЮИЮ­ЯƒЮЙЮМЮЕЯ‚ ЮЕЮНЯ„ЮПЮЛЮ­Я‚ +luckperms.commandsystem.command-not-recognised=Ю— ЮЕЮНЯ„ЮПЮЛЮЎ ЮДЮЕЮН ЮБЮНЮБЮГЮНЯ‰ЯЮЏЮЖЮЕЯ„ЮБЮЙ +luckperms.commandsystem.no-permission=Ю”ЮЕЮН Ю­Я‡ЮЕЮЙЯ‚ ЮЌЮДЮЕЮЙЮБ ЮГЮЙЮБ ЮНЮБ ЮЕЮКЯ„ЮЕЮЛЮ­ЯƒЮЕЮЙЯ‚ ЮБЯ…Я„ЮЎ Я„ЮЗЮН ЮЕЮНЯ„ЮПЮЛЮЎ\! +luckperms.commandsystem.no-permission-subcommands=Ю”ЮЕЮН Ю­Я‡ЮЕЮЙЯ‚ ЮЌЮДЮЕЮЙЮБ ЮГЮЙЮБ ЮНЮБ ЮЕЮКЯ„ЮЕЮЛЮ­ЯƒЮЕЮЙЯ‚ ЮКЮБЮМЮЏЮБ ЮБЯ€ЯŒ Я„ЮЙЯ‚ ЮДЮЕЯ…Я„ЮЕЯЮЕЯЮПЯ…ЯƒЮЕЯ‚ ЮЕЮНЯ„ЮПЮЛЮ­Я‚ +luckperms.commandsystem.already-executing-command=ЮœЮЙЮБ ЮЌЮЛЮЛЮЗ ЮЕЮНЯ„ЮПЮЛЮЎ ЮЕЮКЯ„ЮЕЮЛЮЕЮЏЯ„ЮБЮЙ, Я€ЮЕЯЮЙЮМЮ­ЮНЮЕЮЙ ЮНЮБ Я„ЮЕЮЛЮЕЮЙЯŽЯƒЮЕЮЙ... +luckperms.commandsystem.usage.sub-commands-header=Ю”ЮЕЯ…Я„ЮЕЯЮЕЯЮПЯ…ЯƒЮЕЯ‚ ЮЕЮНЯ„ЮПЮЛЮ­Я‚ +luckperms.commandsystem.usage.usage-header=ЮЇЯЮЎЯƒЮЗ ЮЕЮНЯ„ЮПЮЛЯŽЮН +luckperms.commandsystem.usage.arguments-header=Ю ЮБЯЮЌЮМЮЕЯ„ЯЮПЮЙ +luckperms.first-time.no-permissions-setup=ЮІЮБЮЏЮНЮЕЯ„ЮБЮЙ Я€Я‰Я‚ ЮКЮБЮМЮЙЮЌ ЮЌЮДЮЕЮЙЮБ ЮДЮЕЮН Ю­Я‡ЮЕЮЙ ЯƒЮЕЯ„ЮБЯЮЙЯƒЯ„ЮЕЮЏ ЮБЮКЯŒЮМЮБ\! +luckperms.first-time.use-console-to-give-access=Ю ЯЮЙЮН ЮМЯ€ЮПЯЮ­ЯƒЮЕЮЙЯ‚ ЮНЮБ ЮЕЮКЯ„ЮЕЮЛЮ­ЯƒЮЕЮЙЯ‚ ЮПЯ€ЮПЮЙЮБЮДЮЎЯ€ЮПЯ„ЮЕ ЮЕЮНЯ„ЮПЮЛЮЎ Я„ЮПЯ… LuckPerms ЯƒЯ„ЮП Я€ЮБЮЙЯ‡ЮНЮЏЮДЮЙ, Я€ЯЮ­Я€ЮЕЮЙ ЮНЮБ Я‡ЯЮЗЯƒЮЙЮМЮПЯ€ЮПЮЙЮЎЯƒЮЕЮЙЯ‚ Я„ЮЗЮН ЮКЮПЮНЯƒЯŒЮЛЮБ ЮГЮЙЮБ ЮНЮБ ЮДЯŽЯƒЮЕЮЙЯ‚ ЮЌЮДЮЕЮЙЮБ ЯƒЯ„ЮПЮН ЮЕЮБЯ…Я„ЯŒ ЯƒЮПЯ… +luckperms.first-time.console-command-prompt=Ю†ЮНЮПЮЙЮОЮЕ Я„ЮЗЮН ЮКЮПЮНЯƒЯŒЮЛЮБ ЯƒЮПЯ… ЮКЮБЮЙ ЮЕЮКЯ„Ю­ЮЛЮЕЯƒЮЕ Я„ЮЗЮН ЮЕЮНЯ„ЮПЮЛЮЎ +luckperms.first-time.next-step=Ю‘Я†ЮПЯ Я„ЮП ЮКЮЌЮНЮЕЮЙЯ‚ ЮБЯ…Я„ЯŒ, ЮМЯ€ЮПЯЮЕЮЏЯ‚ ЮНЮБ ЮБЯЯ‡ЮЏЯƒЮЕЮЙЯ‚ ЮНЮБ ЮПЯЮЏЮЖЮЕЮЙЯ‚ Я„ЮЙЯ‚ ЮЕЮКЯ‡Я‰ЯЮЎЯƒЮЕЮЙЯ‚ ЮКЮБЮЙ Я„ЮЙЯ‚ ЮПЮМЮЌЮДЮЕЯ‚ ЮБЮДЮЕЮЙЯŽЮН ЯƒЮПЯ… +luckperms.first-time.wiki-prompt=Ю”ЮЕЮН ЮОЮ­ЯЮЕЮЙЯ‚ ЮБЯ€ЮП Я€ЮПЯ… ЮНЮБ ЮОЮЕЮКЮЙЮНЮЎЯƒЮЕЮЙЯ‚? Ю ЮЌЯ„ЮБ ЮЕЮДЯŽ\: {0} +luckperms.login.try-again=Ю ЮБЯЮБЮКЮБЮЛЯŽ ЮДЮПЮКЮЙЮМЮЌЯƒЯ„ЮЕ ЮОЮБЮНЮЌ ЮБЯЮГЯŒЯ„ЮЕЯЮБ +luckperms.login.loading-database-error=Ю ЮБЯЮПЯ…ЯƒЮЙЮЌЯƒЯ„ЮЗЮКЮЕ Ю­ЮНЮБ ЯƒЯ†ЮЌЮЛЮМЮБ Я„ЮЗЯ‚ ЮВЮЌЯƒЮЗЯ‚ ЮДЮЕЮДЮПЮМЮ­ЮНЯ‰ЮН ЮКЮБЯ„ЮЌ Я„ЮЗ Я†ЯŒЯЯ„Я‰ЯƒЮЗ Я„Я‰ЮН ЮБЮДЮЕЮЙЯŽЮН +luckperms.login.server-admin-check-console-errors=Ю•ЮЌЮН ЮЕЮЏЯƒЯ„ЮЕ ЮДЮЙЮБЯ‡ЮЕЮЙЯЮЙЯƒЯ„ЮЎЯ‚ Я„ЮПЯ… server, ЮЕЮЛЮ­ЮГЮОЯ„ЮЕ Я„ЮЗЮН ЮКЮПЮНЯƒЯŒЮЛЮБ ЮГЮЙЮБ Я„Я…Я‡ЯŒЮН ЯƒЯ†ЮЌЮЛЮМЮБЯ„ЮБ +luckperms.login.server-admin-check-console-info=Ю•ЮЛЮ­ЮГЮОЯ„ЮЕ Я„ЮЗЮН ЮКЮПЮНЯƒЯŒЮЛЮБ Я„ЮПЯ… server Я€ЮЕЯЮЙЯƒЯƒЯŒЯ„ЮЕЯЮЕЯ‚ Я€ЮЛЮЗЯЮПЯ†ЮПЯЮЏЮЕЯ‚ +luckperms.login.data-not-loaded-at-pre=ЮЄЮБ ЮДЮЕЮДЮПЮМЮ­ЮНЮБ ЮБЮДЮЕЮЙЯŽЮН ЮГЮЙЮБ Я„ЮПЮН Я‡ЯЮЎЯƒЯ„ЮЗ ЯƒЮБЯ‚ ЮДЮЕЮН Я†ЮПЯЯ„ЯŽЮИЮЗЮКЮБЮН ЮКЮБЯ„ЮЌ Я„ЮП ЯƒЯ„ЮЌЮДЮЙЮП Я€ЯЮЙЮН ЮБЯ€ЯŒ Я„ЮЗЮН ЮЕЮЏЯƒЮПЮДЮП +luckperms.login.unable-to-continue=Ю”ЮЕЮН ЮМЯ€ЮПЯЮЕЮЏЯ„ЮЕ ЮНЮБ ЯƒЯ…ЮНЮЕЯ‡ЮЏЯƒЮЕЯ„ЮЕ +luckperms.login.craftbukkit-offline-mode-error=Ю‘Я…Я„ЯŒ Я€ЮЙЮИЮБЮНЯŒЯ„ЮБЯ„ЮБ ЮПЯ†ЮЕЮЏЮЛЮЕЯ„ЮБЮЙ ЯƒЮЕ ЮБЮНЯ„ЮЏЮИЮЕЯƒЮЗ ЮМЮЕЯ„ЮБЮОЯ Я„ЮПЯ… CraftBukkit ЮКЮБЮЙ Я„ЮЗЯ‚ ЯЯЮИЮМЮЙЯƒЮЗЯ‚ ЮЛЮЕЮЙЯ„ЮПЯ…ЯЮГЮЏЮБЯ‚ ЯƒЮЕ ЮБЯ€ЮЕЯ…ЮИЮЕЮЏЮБЯ‚ ЯƒЯЮНЮДЮЕЯƒЮЗ +luckperms.login.unexpected-error=Ю ЮБЯЮПЯ…ЯƒЮЙЮЌЯƒЯ„ЮЗЮКЮЕ ЮМЮЗ ЮБЮНЮБЮМЮЕЮНЯŒЮМЮЕЮНЮП ЯƒЯ†ЮЌЮЛЮМЮБ ЮКЮБЯ„ЮЌ Я„ЮЗ ЯЯЮИЮМЮЙЯƒЮЗ Я„Я‰ЮН ЮДЮЕЮДЮПЮМЮ­ЮНЯ‰ЮН ЮБЮДЮЕЮЙЯŽЮН ЯƒЮБЯ‚ +luckperms.opsystem.disabled=ЮЄЮП ЯƒЯЯƒЯ„ЮЗЮМЮБ OP vanilla ЮЕЮЏЮНЮБЮЙ ЮБЯ€ЮЕЮНЮЕЯЮГЮПЯ€ЮПЮЙЮЗЮМЮ­ЮНЮП ЯƒЮЕ ЮБЯ…Я„ЯŒЮН Я„ЮПЮН server +luckperms.opsystem.sponge-warning=Ю›ЮЌЮВЮЕЯ„ЮЕ Я…Я€ЯŒЯˆЮЗ ЯŒЯ„ЮЙ ЮЗ ЮКЮБЯ„ЮЌЯƒЯ„ЮБЯƒЮЗ Я„ЮПЯ… Ю”ЮЙЮБЯ‡ЮЕЮЙЯЮЙЯƒЯ„ЮЎ Я„ЮПЯ… server ЮДЮЕЮН ЮЕЯ€ЮЗЯЮЕЮЌЮЖЮЕЮЙ Я„ЮПЯ…Я‚ ЮЕЮЛЮ­ЮГЯ‡ЮПЯ…Я‚ ЮДЮЙЮКЮБЮЙЯ‰ЮМЮЌЯ„Я‰ЮН ЯƒЯ„ЮП Sponge ЯŒЯ„ЮБЮН ЮЕЮЏЮНЮБЮЙ ЮЕЮГЮКЮБЯ„ЮЕЯƒЯ„ЮЗЮМЮ­ЮНЮП Ю­ЮНЮБ plugin ЮДЮЙЮКЮБЮЙЯ‰ЮМЮЌЯ„Я‰ЮН, Я€ЯЮ­Я€ЮЕЮЙ ЮНЮБ ЮЕЯ€ЮЕЮОЮЕЯЮГЮБЯƒЯ„ЮЕЮЏЯ„ЮЕ ЮБЯ€ЮЕЯ…ЮИЮЕЮЏЮБЯ‚ Я„ЮБ ЮДЮЕЮДЮПЮМЮ­ЮНЮБ Я‡ЯЮЎЯƒЯ„ЮЗ +luckperms.duration.unit.years.plural={0} Я‡ЯЯŒЮНЮЙЮБ +luckperms.duration.unit.years.singular={0} Я‡ЯЯŒЮНЮП +luckperms.duration.unit.years.short={0}Я‡ +luckperms.duration.unit.months.plural={0} ЮМЮЎЮНЮЕЯ‚ +luckperms.duration.unit.months.singular={0} ЮМЮЎЮНЮБЯ‚ +luckperms.duration.unit.months.short={0}ЮМ +luckperms.duration.unit.weeks.plural={0} ЮЕЮВЮДЮПЮМЮЌЮДЮЕЯ‚ +luckperms.duration.unit.weeks.singular={0} ЮЕЮВЮДЮПЮМЮЌЮДЮБ +luckperms.duration.unit.weeks.short={0}ЮЕЮВЮД +luckperms.duration.unit.days.plural={0} ЮМЮ­ЯЮЕЯ‚ +luckperms.duration.unit.days.singular={0} ЮМЮ­ЯЮБ +luckperms.duration.unit.days.short={0}ЮМ +luckperms.duration.unit.hours.plural={0} ЯŽЯЮЕЯ‚ +luckperms.duration.unit.hours.singular={0} ЯŽЯЮБ +luckperms.duration.unit.hours.short={0}Я‰ +luckperms.duration.unit.minutes.plural={0} ЮЛЮЕЯ€Я„ЮЌ +luckperms.duration.unit.minutes.singular={0} ЮЛЮЕЯ€Я„ЯŒ +luckperms.duration.unit.minutes.short={0}ЮЛ +luckperms.duration.unit.seconds.plural={0} ЮДЮЕЯ…Я„ЮЕЯЯŒЮЛЮЕЯ€Я„ЮБ +luckperms.duration.unit.seconds.singular={0} ЮДЮЕЯ…Я„ЮЕЯЯŒЮЛЮЕЯ€Я„ЮП +luckperms.duration.unit.seconds.short={0}ЮД +luckperms.duration.since={0} Я€ЯЮЙЮН +luckperms.command.misc.invalid-code=ЮœЮЗ Ю­ЮГЮКЯ…ЯЮПЯ‚ ЮКЯ‰ЮДЮЙЮКЯŒЯ‚ +luckperms.command.misc.response-code-key=ЮšЯ‰ЮДЮЙЮКЯŒЯ‚ Ю‘Я€ЮЌЮНЯ„ЮЗЯƒЮЗЯ‚ +luckperms.command.misc.error-message-key=ЮМЮЎЮНЯ…ЮМЮБ +luckperms.command.misc.bytebin-unable-to-communicate=Ю”ЮЕЮН ЮЕЮЏЮНЮБЮЙ ЮДЯ…ЮНЮБЯ„ЮЎ ЮЗ ЮЕЯ€ЮЙЮКЮПЮЙЮНЯ‰ЮНЮЏЮБ ЮМЮЕ Я„ЮП bytebin +luckperms.command.misc.webapp-unable-to-communicate=Ю”ЮЕЮН ЮЕЮЏЮНЮБЮЙ ЮДЯ…ЮНЮБЯ„ЮЎ ЮЗ ЮЕЯ€ЮЙЮКЮПЮЙЮНЯ‰ЮНЮЏЮБ ЮМЮЕ Я„ЮП web app +luckperms.command.misc.check-console-for-errors=Ю•ЮЛЮ­ЮГЮОЯ„ЮЕ Я„ЮЗЮН ЮКЮПЮНЯƒЯŒЮЛЮБ ЮГЮЙЮБ ЯƒЯ†ЮЌЮЛЮМЮБЯ„ЮБ +luckperms.command.misc.file-must-be-in-data=ЮЄЮП ЮБЯЯ‡ЮЕЮЏЮП {0} Я€ЯЮ­Я€ЮЕЮЙ ЮНЮБ ЮЕЮЏЮНЮБЮЙ ЮЌЮМЮЕЯƒЮП ЮИЯ…ЮГЮБЯ„ЯЮЙЮКЯŒ Я„ЮПЯ… ЮКЮБЯ„ЮБЮЛЯŒЮГЮПЯ… ЮДЮЕЮДЮПЮМЮ­ЮНЯ‰ЮН +luckperms.command.misc.wait-to-finish=Ю ЮЕЯЮЙЮМЮ­ЮНЮЕЯ„Ю­ Я„ЮП ЮНЮБ Я„ЮЕЮЛЮЕЮЙЯŽЯƒЮЕЮЙ ЮКЮБЮЙ ЮДЮПЮКЮЙЮМЮЌЯƒЯ„ЮЕ ЮОЮБЮНЮЌ +luckperms.command.misc.invalid-priority=ЮœЮЗ Ю­ЮГЮКЯ…ЯЮЗ Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ {0} +luckperms.command.misc.expected-number=Ю‘ЮНЮБЮМЮЕЮНЯŒЯ„ЮБЮН Ю­ЮНЮБЯ‚ ЮБЯЮЙЮИЮМЯŒЯ‚ +luckperms.command.misc.date-parse-error=Ю”ЮЕЮН ЮЎЯ„ЮБЮН ЮДЯ…ЮНЮБЯ„ЮЎ ЮЗ ЮБЮНЮЌЮЛЯ…ЯƒЮЗ Я„ЮЗЯ‚ ЮЗЮМЮЕЯЮПЮМЮЗЮНЮЏЮБЯ‚ {0} +luckperms.command.misc.date-in-past-error=Ю”ЮЕЮН ЮМЯ€ЮПЯЮЕЮЏЯ„ЮЕ ЮНЮБ ЮПЯЮЏЯƒЮЕЯ„ЮЕ ЮЗЮМЮЕЯЮПЮМЮЗЮНЮЏЮБ ЯƒЯ„ЮП Я€ЮБЯЮЕЮЛЮИЯŒЮН\! +luckperms.command.misc.page=ЯƒЮЕЮЛЮЏЮДЮБ {0} ЮБЯ€ЯŒ {1} +luckperms.command.misc.page-entries={0} ЮКЮБЯ„ЮБЯ‡Я‰ЯЮЎЯƒЮЕЮЙЯ‚ +luckperms.command.misc.none=ЮšЮБЮНЮ­ЮНЮБ +luckperms.command.misc.loading.error.unexpected=Ю ЯЮПЮ­ЮКЯ…ЯˆЮЕ Ю­ЮНЮБ ЮБЯ€ЯЯŒЯƒЮМЮЕЮНЮП ЯƒЯ†ЮЌЮЛЮМЮБ +luckperms.command.misc.loading.error.user=ЮŸ Я‡ЯЮЎЯƒЯ„ЮЗЯ‚ ЮДЮЕЮН Я†ЮПЯЯ„ЯŽЮИЮЗЮКЮЕ +luckperms.command.misc.loading.error.user-specific=Ю”ЮЕЮН ЮЕЮЏЮНЮБЮЙ ЮДЯ…ЮНЮБЯ„ЮЎ ЮЗ Я†ЯŒЯЯ„Я‰ЯƒЮЗ Я„ЮПЯ… Я‡ЯЮЎЯƒЯ„ЮЗ-ЯƒЯ„ЯŒЯ‡ЮПЯ… {0} +luckperms.command.misc.loading.error.user-not-found=Ю”ЮЕЮН ЮЎЯ„ЮБЮН ЮДЯ…ЮНЮБЯ„ЮЎ ЮЗ ЮЕЯЯЮЕЯƒЮЗ ЮЕЮНЯŒЯ‚ Я‡ЯЮЎЯƒЯ„ЮЗ ЮГЮЙЮБ Я„ЮП {0} +luckperms.command.misc.loading.error.user-save-error=Ю ЮБЯЮПЯ…ЯƒЮЙЮЌЯƒЯ„ЮЗЮКЮЕ ЯƒЯ†ЮЌЮЛЮМЮБ ЮКЮБЯ„ЮЌ Я„ЮЗЮН ЮБЯ€ЮПЮИЮЎЮКЮЕЯ…ЯƒЮЗ ЮДЮЕЮДЮПЮМЮ­ЮНЯ‰ЮН Я‡ЯЮЎЯƒЯ„ЮЗ ЮГЮЙЮБ {0} +luckperms.command.misc.loading.error.user-not-online=ЮŸ Я‡ЯЮЎЯƒЯ„ЮЗЯ‚ {0} ЮДЮЕЮН ЮЕЮЏЮНЮБЮЙ ЮДЮЙЮБЮИЮ­ЯƒЮЙЮМЮПЯ‚ +luckperms.command.misc.loading.error.user-invalid=ЮЄЮП {0} ЮДЮЕЮН ЮЕЮЏЮНЮБЮЙ Ю­ЮГЮКЯ…ЯЮП ЯŒЮНЮПЮМЮБ Я‡ЯЮЎЯƒЯ„ЮЗ/uuid +luckperms.command.misc.loading.error.user-not-uuid=ЮŸ Я‡ЯЮЎЯƒЯ„ЮЗЯ‚ ЯƒЯ„ЯŒЯ‡ЮЕЯ…ЯƒЮЗЯ‚ {0} ЮДЮЕЮН ЮЕЮЏЮНЮБЮЙ Ю­ЮГЮКЯ…ЯЮП uuid +luckperms.command.misc.loading.error.group=Ю— ЮПЮМЮЌЮДЮБ ЮДЮЕЮН Я†ЮПЯЯ„ЯŽЮИЮЗЮКЮЕ +luckperms.command.misc.loading.error.all-groups=Ю”ЮЕЮН ЮЕЮЏЮНЮБЮЙ ЮДЯ…ЮНЮБЯ„ЮЎ ЮЗ Я†ЯŒЯЯ„Я‰ЯƒЮЗ ЯŒЮЛЯ‰ЮН Я„Я‰ЮН ЮПЮМЮЌЮДЯ‰ЮН +luckperms.command.misc.loading.error.group-not-found=ЮœЮЙЮБ ЮПЮМЮЌЮДЮБ Я€ЮПЯ… ЮПЮНЮПЮМЮЌЮЖЮЕЯ„ЮБЮЙ {0} ЮДЮЕЮН ЮВЯЮ­ЮИЮЗЮКЮЕ +luckperms.command.misc.loading.error.group-save-error=ЮЅЯ€ЮЎЯЮОЮЕ Ю­ЮНЮБ ЯƒЯ†ЮЌЮЛЮМЮБ ЮКЮБЯ„ЮБ Я„ЮЗЮН ЮБЯ€ЮПЮИЮЎЮКЮЕЯ…ЯƒЮЎ Я„Я‰ ЮДЮЕЮДЮПЮМЮ­ЮНЮБ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ ЮГЮЙЮБ {0} +luckperms.command.misc.loading.error.group-invalid={0} ЮДЮЕЮН ЮЕЮЏЮНЮБЮЙ Ю­ЮНЮБ Ю­ЮГЮКЯ…ЯЮП ЯŒЮНЮПЮМЮБ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.command.misc.loading.error.track=Ю— Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ ЮДЮЕЮН Я†ЮПЯЯ„ЯŽЮИЮЗЮКЮЕ +luckperms.command.misc.loading.error.all-tracks=Ю”ЮЕЮН ЮЕЮЙЮНЮБЮЙ ЮДЯ…ЮНЮБЯ„ЮЎ ЮЗ Я†ЯŒЯЯ„Я‰ЯƒЮЗ ЯŒЮЛЯ‰ЮН Я„Я‰ЮН Я€ЯЮПЯ„ЮЕЯЮБЮЙЮПЯ„ЮЎЯ„Я‰ЮН +luckperms.command.misc.loading.error.track-not-found=ЮœЮЙЮБ Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ Я€ЮПЯ… ЮПЮНЮПЮМЮЌЮЖЮЕЯ„ЮБЮЙ {0} ЮДЮЕЮН ЮВЯЮ­ЮИЮЗЮКЮЕ +luckperms.command.misc.loading.error.track-save-error=ЮЅЯ€ЮЎЯЮОЮЕ Ю­ЮНЮБ ЯƒЯ†ЮЌЮЛЮМЮБ ЮКЮБЯ„ЮБ Я„ЮЗЮН ЮБЯ€ЮПЮИЮЎЮКЮЕЯ…ЯƒЮЎ Я„Я‰ ЮДЮЕЮДЮПЮМЮ­ЮНЮБ Я„ЮЗЯ‚ Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮБЯ‚ ЮГЮЙЮБ {0} +luckperms.command.misc.loading.error.track-invalid={0} ЮДЮЕЮН ЮЕЮЏЮНЮБЮЙ Ю­ЮНЮБ Ю­ЮГЮКЯ…ЯЮП ЯŒЮНЮПЮМЮБ Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБЯ‚ +luckperms.command.editor.no-match=Ю”ЮЕЮН ЮЕЮЏЮНЮБЮЙ ЮДЯ…ЮНЮБЯ„ЯŒ Я„ЮП ЮЌЮНЮПЮЙЮГЮМЮБ Я„ЮПЯ… Я€ЯЮПЮГЯЮЌЮМЮМЮБЯ„ЮПЯ‚ ЮЕЯ€ЮЕЮОЮЕЯЮГЮБЯƒЮЏЮБЯ‚, ЮКЮБЮНЮ­ЮНЮБ ЮБЮНЯ„ЮЙЮКЮЕЮЏЮМЮЕЮНЮП ЮДЮЕЮН Я„ЮБЮЙЯЮЙЮЌЮЖЮЕЮЙ ЮМЮЕ Я„ЮПЮН ЮЕЯ€ЮЙЮИЯ…ЮМЮЗЯ„ЯŒ Я„ЯЯ€ЮП +luckperms.command.editor.start=Ю ЯЮПЮЕЯ„ЮПЮЙЮМЮБЯƒЮЏЮБ ЮНЮ­ЮБЯ‚ ЯƒЯ…ЮНЯŒЮДЮПЯ… ЮЕЯ€ЮЕЮОЮЕЯЮГЮБЯƒЯ„ЮЎ, Я€ЮЕЯЮЙЮМЮ­ЮНЮЕЯ„ЮЕ... +luckperms.command.editor.url=ЮšЮЌЮНЯ„ЮЕ ЮКЮЛЮЙЮК ЯƒЯ„ЮПЮН Я€ЮБЯЮБЮКЮЌЯ„Я‰ ЯƒЯЮНЮДЮЕЯƒЮМЮП ЮГЮЙЮБ ЮНЮБ ЮБЮНЮПЮЏЮОЮЕЯ„ЮЕ Я„ЮП Я€ЯЯŒЮГЯЮБЮМЮМЮБ ЮЕЯ€ЮЕЮОЮЕЯЮГЮБЯƒЮЏЮБЯ‚ +luckperms.command.editor.unable-to-communicate=Ю”ЮЕЮН ЮЕЮЏЮНЮБЮЙ ЮДЯ…ЮНЮБЯ„ЮЎ ЮЗ ЮЕЯ€ЮЙЮКЮПЮЙЮНЯ‰ЮНЮЏЮБ ЮМЮЕ Я„ЮП Я€ЯЮПЮГЯЮБЮМЮМЮБ ЮЕЯ€ЮЕЮОЮЕЯЮГЮБЯƒЮЏЮБЯ‚ +luckperms.command.editor.apply-edits.success=ЮЄЮБ ЮДЮЕЮДЮПЮМЮ­ЮНЮБ Я„ЮПЯ… Я€ЯЮПЮГЯЮЌЮМЮМЮБЯ„ЮПЯ‚ ЮЕЯ€ЮЕЮОЮЕЯЮГЮБЯƒЮЏЮБЯ‚ ЮЙЯƒЯ„ЮПЯ ЮЕЯ†ЮБЯЮМЯŒЯƒЯ„ЮЗЮКЮБЮН ЮМЮЕ ЮЕЯ€ЮЙЯ„Я…Я‡ЮЏЮБ ЯƒЯ„ЮП {0} {1} +luckperms.command.editor.apply-edits.success-summary={0} {1} ЮКЮБЮЙ {2} {3} +luckperms.command.editor.apply-edits.success.additions=Я€ЯЮПЯƒЮИЮЎЮКЮЕЯ‚ +luckperms.command.editor.apply-edits.success.additions-singular=Я€ЯЮПЯƒЮИЮЎЮКЮЗ +luckperms.command.editor.apply-edits.success.deletions=ЮДЮЙЮБЮГЯЮБЯ†Ю­Я‚ +luckperms.command.editor.apply-edits.success.deletions-singular=ЮДЮЙЮБЮГЯЮБЯ†ЮЎ +luckperms.command.editor.apply-edits.no-changes=Ю”ЮЕЮН ЮЕЯ†ЮБЯЮМЯŒЯƒЯ„ЮЗЮКЮБЮН ЮБЮЛЮЛЮБЮГЮ­Я‚ ЮБЯ€ЯŒ Я„ЮПЮН ЮЕЯ€ЮЕЮОЮЕЯЮГЮБЯƒЯ„ЮЎ ЮЙЯƒЯ„ЮПЯ, Я„ЮБ ЮДЮЕЮДЮПЮМЮ­ЮНЮБ Я€ЮПЯ… ЮЕЯ€ЮЙЯƒЯ„ЯЮЌЯ†ЮЗЮКЮБЮН ЮДЮЕЮН Я€ЮЕЯЮЙЮЕЮЏЯ‡ЮБЮН Я„ЯЮПЯ€ЮПЯ€ЮПЮЙЮЎЯƒЮЕЮЙЯ‚ +luckperms.command.editor.apply-edits.unknown-type=Ю”ЮЕЮН ЮЕЮЏЮНЮБЮЙ ЮДЯ…ЮНЮБЯ„ЮЎ ЮЗ ЮЕЯ†ЮБЯЮМЮПЮГЮЎ ЮЕЯ€ЮЕЮОЮЕЯЮГЮБЯƒЮЏЮБЯ‚ ЯƒЯ„ЮПЮН ЮКЮБЮИЮПЯЮЙЯƒЮМЮ­ЮНЮП Я„ЯЯ€ЮП ЮБЮНЯ„ЮЙЮКЮЕЮЙЮМЮ­ЮНЮПЯ… +luckperms.command.editor.apply-edits.unable-to-read=Ю”ЮЕЮН ЮЕЮЏЮНЮБЮЙ ЮДЯ…ЮНЮБЯ„ЮЎ ЮЗ ЮБЮНЮЌЮГЮНЯ‰ЯƒЮЗ ЮДЮЕЮДЮПЮМЮ­ЮНЯ‰ЮН Я‡ЯЮЗЯƒЮЙЮМЮПЯ€ЮПЮЙЯŽЮНЯ„ЮБЯ‚ Я„ЮПЮН ЮДЮЕЮДЮПЮМЮ­ЮНЮП ЮКЯ‰ЮДЮЙЮКЯŒ +luckperms.command.search.searching.permission=Ю‘ЮНЮБЮЖЮЎЯ„ЮЗЯƒЮЗ Я‡ЯЮЗЯƒЯ„ЯŽЮН ЮКЮБЮЙ ЮПЮМЮЌЮДЯ‰ЮН ЮМЮЕ {0} +luckperms.command.search.searching.inherit=Ю‘ЮНЮБЮЖЮЎЯ„ЮЗЯƒЮЗ Я‡ЯЮЗЯƒЯ„ЯŽЮН ЮКЮБЮЙ ЮПЮМЮЌЮДЯ‰ЮН Я€ЮПЯ… ЮКЮЛЮЗЯЮПЮНЮПЮМЮПЯЮН ЮБЯ€ЯŒ Я„ЮП {0} +luckperms.command.search.result=Ю’ЯЮ­ЮИЮЗЮКЮБЮН {0} ЮКЮБЯ„ЮБЯ‡Я‰ЯЮЏЯƒЮЕЮЙЯ‚ ЮБЯ€ЯŒ {1} Я‡ЯЮЎЯƒЯ„ЮЕЯ‚ ЮКЮБЮЙ {2} ЮПЮМЮЌЮДЮЕЯ‚ +luckperms.command.search.result.default-notice=ЮЃЮЗЮМЮЕЮЏЯ‰ЯƒЮЗ\: ЮКЮБЯ„ЮЌ Я„ЮЗЮН ЮБЮНЮБЮЖЮЎЯ„ЮЗЯƒЮЗ ЮМЮЕЮЛЯŽЮН Я„ЮЗЯ‚ Я€ЯЮПЮЕЯ€ЮЙЮЛЮЕЮГЮМЮ­ЮНЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚, ЮДЮЕЮН ЮИЮБ ЮЕЮМЯ†ЮБЮНЮЏЮЖЮПЮНЯ„ЮБЮЙ Я€ЮБЮЏЮКЯ„ЮЕЯ‚ ЮЕЮКЯ„ЯŒЯ‚ ЯƒЯЮНЮДЮЕЯƒЮЗЯ‚ Я‡Я‰ЯЮЏЯ‚ ЮЌЮЛЮЛЮЕЯ‚ ЮЌЮДЮЕЮЙЮЕЯ‚\! +luckperms.command.search.showing-users=Ю•ЮМЯ†ЮЌЮНЮЙЯƒЮЗ ЮКЮБЯ„ЮБЯ‡Я‰ЯЮЏЯƒЮЕЯ‰ЮН Я‡ЯЮЎЯƒЯ„ЮЗ +luckperms.command.search.showing-groups=Ю•ЮМЯ†ЮЌЮНЮЙЯƒЮЗ ЮКЮБЯ„ЮБЯ‡Я‰ЯЮЏЯƒЮЕЯ‰ЮН ЮПЮМЮЌЮДЮБЯ‚ +luckperms.command.tree.start=Ю”ЮЗЮМЮЙЮПЯ…ЯЮГЮЏЮБ ЮДЮ­ЮНЯ„ЯЮПЯ… ЮБЮДЮЕЮЙЯŽЮН, Я€ЮЕЯЮЙЮМЮ­ЮНЮЕЯ„ЮЕ... +luckperms.command.tree.empty=Ю”ЮЕЮН ЮЎЯ„ЮБЮН ЮДЯ…ЮНЮБЯ„ЮЎ ЮЗ ЮДЮЗЮМЮЙЮПЯ…ЯЮГЮЏЮБ ЮДЮ­ЮНЯ„ЯЮПЯ…, ЮДЮЕЮН ЮВЯЮ­ЮИЮЗЮКЮБЮН ЮБЯ€ЮПЯ„ЮЕЮЛЮ­ЯƒЮМЮБЯ„ЮБ +luckperms.command.tree.url=URL ЮДЮ­ЮНЯ„ЯЮПЯ… ЮБЮДЮЕЮЙЯŽЮН +luckperms.command.verbose.invalid-filter=ЮЄЮП {0} ЮДЮЕЮН ЮЕЮЏЮНЮБЮЙ Ю­ЮГЮКЯ…ЯЮП verbose Я†ЮЏЮЛЯ„ЯЮП +luckperms.command.verbose.enabled=ЮšЮБЯ„ЮБЮГЯЮБЯ†Ю­ЮБЯ‚ ЮБЮДЮЕЮЙЯŽЮН {0} ЮГЮЙЮБ ЮЕЮЛЮ­ЮГЯ‡ЮПЯ…Я‚ Я€ЮПЯ… ЮБЮНЯ„ЮЙЯƒЯ„ЮПЮЙЯ‡ЮПЯЮН {1} +luckperms.command.verbose.command-exec=Ю‘ЮНЮБЮГЮКЮЌЮЖЮПЮНЯ„ЮБЯ‚ Я„ЮЗЮН {0} ЮЕЮКЯ„Ю­ЮЛЮЕЯƒЮЗ Я„ЮЗЯ‚ ЮЕЮНЯ„ЮПЮЛЮЎЯ‚ {1} ЮКЮБЮЙ Я„ЮЗЮН ЮБЮНЮБЯ†ЮПЯЮЌ ЯŒЮЛЯ‰ЮН Я„Я‰ЮН ЮЕЮЛЮ­ЮГЯ‡Я‰ЮН Я€ЮПЯ… Ю­ЮГЮЙЮНЮБЮН... +luckperms.command.verbose.off=ЮšЮБЯ„ЮБЮГЯЮБЯ†ЮЎ ЮБЮДЮЕЮЙЯŽЮН {0} +luckperms.command.verbose.command-exec-complete=Ю— ЮЕЮКЯ„Ю­ЮЛЮЕЯƒЮЗ Я„ЮЗЯ‚ ЮЕЮНЯ„ЮПЮЛЮЎЯ‚ ЮПЮЛЮПЮКЮЛЮЗЯЯŽЮИЮЗЮКЮЕ +luckperms.command.verbose.command.no-checks=Ю— ЮЕЮКЯ„Ю­ЮЛЮЕЯƒЮЗ Я„ЮЗЯ‚ ЮЕЮНЯ„ЮПЮЛЮЎЯ‚ ЮПЮЛЮПЮКЮЛЮЗЯЯŽЮИЮЗЮКЮЕ, ЮБЮЛЮЛЮЌ ЮДЮЕЮН Ю­ЮГЮЙЮНЮБЮН Ю­ЮЛЮЕЮГЯ‡ЮПЮЙ ЮБЮДЮЕЮЙЯŽЮН +luckperms.command.verbose.command.possibly-async=Ю‘Я…Я„ЯŒ ЮМЯ€ЮПЯЮЕЮЏ ЮНЮБ ЮПЯ†ЮЕЮЏЮЛЮЕЯ„ЮБЮЙ ЯƒЯ„ЮП ЮГЮЕЮГЮПЮНЯŒЯ‚ ЯŒЯ„ЮЙ Я„ЮП Я€ЯЯŒЯƒЮИЮЕЯ„ЮП ЮЕЮКЯ„ЮЕЮЛЮЕЮЏ ЮЕЮНЯ„ЮПЮЛЮ­Я‚ ЯƒЯ„ЮП Я€ЮБЯЮБЯƒЮКЮЎЮНЮЙЮП (async) +luckperms.command.verbose.command.try-again-manually=ЮœЯ€ЮПЯЮЕЮЏЯ„ЮЕ ЮБЮКЯŒЮМЮБ ЮНЮБ Я‡ЯЮЗЯƒЮЙЮМЮПЯ€ЮПЮЙЮЎЯƒЮЕЯ„ЮЕ Я„ЮП ЯЮЎЮМЮБ Я‡ЮЕЮЙЯЮПЮКЮЏЮНЮЗЯ„ЮБ ЮГЮЙЮБ ЮНЮБ ЮЕЮНЯ„ЮПЯ€ЮЏЯƒЮЕЯ„ЮЕ ЮЕЮЛЮ­ЮГЯ‡ЮПЯ…Я‚ Я€ЮПЯ… ЮГЮЏЮНЮПЮНЯ„ЮБЮЙ Ю­Я„ЯƒЮЙ +luckperms.command.verbose.enabled-recording=ЮšЮБЯ„ЮБЮГЯЮБЯ†ЮЎ ЮБЮДЮЕЮЙЯŽЮН {0} ЮГЮЙЮБ ЮЕЮЛЮ­ЮГЯ‡ЮПЯ…Я‚ Я€ЮПЯ… ЮБЮНЯ„ЮЙЯƒЯ„ЮПЮЙЯ‡ЮПЯЮН {1} +luckperms.command.verbose.uploading=ЮšЮБЯ„ЮБЮГЯЮБЯ†ЮЎ ЮБЮДЮЕЮЙЯŽЮН {0}, ЮБЮНЮ­ЮВЮБЯƒЮМЮБ ЮБЯ€ЮПЯ„ЮЕЮЛЮЕЯƒЮМЮЌЯ„Я‰ЮН... +luckperms.command.verbose.url=Ю”ЮЙЮЕЯЮИЯ…ЮНЯƒЮЗ URL ЮБЯ€ЮПЯ„ЮЕЮЛЮЕЯƒЮМЮЌЯ„Я‰ Я„ЮПЯ… ЮКЮБЯ„ЮБЮГЯЮБЯ†Ю­ЮБ ЮБЮДЮЕЮЙЯŽЮН +luckperms.command.verbose.enabled-term=ЮЕЮНЮЕЯЮГЯŒ +luckperms.command.verbose.disabled-term=ЮБЯ€ЮЕЮНЮЕЯЮГЮПЯ€ЮПЮЙЮЗЮМЮ­ЮНЮП +luckperms.command.verbose.query-any=ЮŸЮ ЮŸЮ™ЮŸЮ”Ю—Ю ЮŸЮЄЮ• +luckperms.command.info.running-plugin=Ю›ЮЕЮЙЯ„ЮПЯ…ЯЮГЮЕЮЏ +luckperms.command.info.platform-key=Ю ЮЛЮБЯ„Я†ЯŒЯЮМЮБ +luckperms.command.info.server-brand-key=Ю•Я€Я‰ЮНЯ…ЮМЮЏЮБ Я„ЮПЯ… server +luckperms.command.info.server-version-key=ЮˆЮКЮДЮПЯƒЮЗ Я„ЮПЯ… server +luckperms.command.info.storage-key=Ю‘Я€ЮПЮИЮЗЮКЮЕЯ…Я„ЮЙЮКЯŒЯ‚ Я‡ЯŽЯЮПЯ‚ +luckperms.command.info.storage-type-key=ЮЄЯЯ€ЮПЯ‚ +luckperms.command.info.storage.meta.split-types-key=ЮЄЯЯ€ЮПЮЙ +luckperms.command.info.storage.meta.ping-key=Ю ЮЙЮНЮГЮК +luckperms.command.info.storage.meta.connected-key=ЮЃЯ…ЮНЮДЮЕЮДЮЕЮМЮ­ЮНЮПЯ‚ +luckperms.command.info.storage.meta.file-size-key=ЮœЮ­ЮГЮЕЮИЮПЯ‚ ЮБЯЯ‡ЮЕЮЏЮПЯ… +luckperms.command.info.extensions-key=Ю•Я€ЮЕЮКЯ„ЮЌЯƒЮЕЮЙЯ‚ +luckperms.command.info.messaging-key=ЮœЮЗЮНЯЮМЮБЯ„ЮБ +luckperms.command.info.instance-key=Ю ЮБЯЮЌЮДЮЕЮЙЮГЮМЮБ +luckperms.command.info.static-contexts-key=ЮЃЯ„ЮБЯ„ЮЙЮКЮЌ Я€ЮЛЮБЮЏЯƒЮЙЮБ +luckperms.command.info.online-players-key=ЮЃЯ…ЮНЮДЮЕЮДЮЕЮМЮ­ЮНЮПЮЙ Я€ЮБЮЏЮКЯ„ЮЕЯ‚ +luckperms.command.info.online-players-unique={0} ЮМЮПЮНЮБЮДЮЙЮКЯŒ +luckperms.command.info.uptime-key=ЮЇЯЯŒЮНЮПЯ‚ ЮЛЮЕЮЙЯ„ЮПЯ…ЯЮГЮЏЮБЯ‚ +luckperms.command.info.local-data-key=ЮЄЮПЯ€ЮЙЮКЮЌ ЮДЮЕЮДЮПЮМЮ­ЮНЮБ +luckperms.command.info.local-data={0} Я‡ЯЮЎЯƒЯ„ЮЕЯ‚, {1} ЮПЮМЮЌЮДЮЕЯ‚, {2} ЮКЮПЮМЮМЮЌЯ„ЮЙЮБ +luckperms.command.generic.create.success={0} ЮДЮЗЮМЮЙЮПЯ…ЯЮГЮЎЮИЮЗЮКЮЕ ЮМЮЕ ЮЕЯ€ЮЙЯ„Я…Я‡ЮЏЮБ +luckperms.command.generic.create.error=ЮЅЯ€ЮЎЯЮОЮЕ ЯƒЯ†ЮЌЮЛЮМЮБ ЮКЮБЯ„ЮЌ Я„ЮЗЮН ЮДЮЗЮМЮЙЮПЯ…ЯЮГЮЕЮЏЮБ {0} +luckperms.command.generic.create.error-already-exists={0} Я…Я€ЮЌЯЯ‡ЮЕЮЙ ЮЎЮДЮЗ\! +luckperms.command.generic.delete.success={0} ЮДЮЙЮБЮГЯЮЌЯ†ЮЗЮКЮЕ ЮМЮЕ ЮЕЯ€ЮЙЯ„Я…Я‡ЮЏЮБ +luckperms.command.generic.delete.error=ЮЅЯ€ЮЎЯЮОЮЕ ЯƒЯ†ЮЌЮЛЮМЮБ ЮКЮБЯ„ЮЌ Я„ЮЗЮН ЮДЮЙЮБЮГЯЮБЯ†ЮЎ {0} +luckperms.command.generic.delete.error-doesnt-exist={0} ЮДЮЕЮН Я…Я€ЮЌЯЯ‡ЮЕЮЙ\! +luckperms.command.generic.rename.success={0} ЮМЮЕЯ„ЮПЮНЮПЮМЮЌЯƒЯ„ЮЗЮКЮЕ ЯƒЮЕ {1} ЮМЮЕ ЮЕЯ€ЮЙЯ„Я…Я‡ЮЏЮБ +luckperms.command.generic.clone.success={0} ЮБЮНЯ„ЮЙЮГЯЮЌЯ†Я„ЮЗЮКЮЕ ЯƒЮЕ {1} ЮМЮЕ ЮЕЯ€ЮЙЯ„Я…Я‡ЮЏЮБ +luckperms.command.generic.info.parent.title=Ю“ЮПЮНЮЙЮКЮ­Я‚ ЮПЮМЮЌЮДЮЕЯ‚ +luckperms.command.generic.info.parent.temporary-title=Ю ЯЮПЯƒЯ‰ЯЮЙЮНЮ­Я‚ Ю“ЮПЮНЮЙЮКЮ­Я‚ ЮŸЮМЮЌЮДЮЕЯ‚ +luckperms.command.generic.info.expires-in=ЮЛЮЎЮГЮЕЮЙ ЯƒЮЕ +luckperms.command.generic.info.inherited-from=ЮКЮЛЮЗЯЮПЮНЮПЮМЮЎЮИЮЗЮКЮЕ ЮБЯ€ЯŒ +luckperms.command.generic.info.inherited-from-self=ЮЕЮБЯ…Я„ЯŒЯ‚ +luckperms.command.generic.show-tracks.title=ЮŸЮЙ Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮЕЯ‚ Я„ЮПЯ…/Я„Я‰ЮН {0} +luckperms.command.generic.show-tracks.empty={0} ЮДЮЕЮН ЮЕЮЏЮНЮБЮЙ ЮКЮЌЯ€ЮПЮЙЮБ Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ +luckperms.command.generic.clear.node-removed=ЮКЮБЯ„ЮБЯЮГЮЎЮИЮЗЮКЮБЮН {0} ЮКЯŒЮМЮВЮПЮЙ +luckperms.command.generic.clear.node-removed-singular=ЮКЮБЯ„ЮБЯЮГЮЎЮИЮЗЮКЮЕ {0} ЮКЯŒЮМЮВЮПЯ‚ +luckperms.command.generic.clear=ЮŸЮЙ ЮКЯŒЮМЮВЮПЮЙ Я„ЮПЯ… {0} ЮДЮЙЮБЮГЯЮЌЯ†ЮЗЮКЮБЮН ЯƒЯ„ЮП Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {1} +luckperms.command.generic.permission.info.title=Ю†ЮДЮЕЮЙЮЕЯ‚ Я„ЮПЯ… {0} +luckperms.command.generic.permission.info.empty=Ю”ЮЕЮН Ю­Я‡oЯ…ЮН ЮПЯЮЙЯƒЯ„ЮЕЮЏ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ ЮГЮЙЮБ {0} +luckperms.command.generic.permission.info.click-to-remove=ЮšЮЌЮНЯ„ЮЕ ЮКЮЛЮЙЮК ЮГЮЙЮБ ЮНЮБ ЮКЮБЯ„ЮБЯЮГЮЎЯƒЮЕЯ„ЮЕ ЮБЯ…Я„ЯŒЮН Я„ЮПЮН ЮКЯŒЮМЮВЮП ЮБЯ€ЯŒ {0} +luckperms.command.generic.permission.check.info.title=Ю”ЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ +luckperms.command.generic.permission.check.info.directly=ЮЄЮП {0} Ю­Я‡ЮЕЮЙ ЮЌЮДЮЕЮЙЮБ {1} ЮПЯЮЙЯƒЯ„ЮЕЮЏ ЯƒЮЕ {2} ЯƒЯ„ЮП Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {3} +luckperms.command.generic.permission.check.info.inherited={0} ЮКЮЛЮЗЯЮПЮНЮПЮМЮЕЮЏ {1} ЮПЯЮЏЯƒЯ„ЮЗЮКЮЕ ЯƒЮЕ {2} ЮБЯ€ЯŒ {3} ЯƒЯ„ЮП Я€ЮЛЮБЮЏЯƒЮЙЮП {4} +luckperms.command.generic.permission.check.info.not-directly={0} does not have any tags. (Automatic Copy) +luckperms.command.generic.permission.check.info.not-inherited={0} ЮДЮЕЮН ЮКЮЛЮЗЯЮПЮНЮПЮМЮЕЮЏ {1} +luckperms.command.generic.permission.check.result.title=ЮˆЮЛЮЕЮГЯ‡ЮПЯ‚ ЮДЮЙЮКЮБЮЙЯ‰ЮМЮЌЯ„Я‰ЮН ЮГЮЙЮБ {0} +luckperms.command.generic.permission.check.result.result-key=Ю‘Я€ЮПЯ„Ю­ЮЛЮЕЯƒЮМЮБ +luckperms.command.generic.permission.check.result.processor-key=Ю•Я€ЮЕЮОЮЕЯЮГЮБЯƒЯ„ЮЎЯ‚ +luckperms.command.generic.permission.check.result.cause-key=Ю‘ЮЙЯ„ЮЏЮБ +luckperms.command.generic.permission.check.result.context-key=Ю ЮЕЯЮЙЮГЯЮБЯ†ЮЎ +luckperms.command.generic.permission.set=ЮŸЯЮЏЯƒЯ„ЮЕ {0} ЯƒЮЕ {1} ЮГЮЙЮБ {2} ЯƒЮЕ Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {3} +luckperms.command.generic.permission.already-has=ЮЄЮП {0} Ю­Я‡ЮЕЮЙ ЮЎЮДЮЗ {1} ЯЯ…ЮИЮМЮЙЯƒЯ„ЮЕЮЏ ЯƒЮЕ Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {2} +luckperms.command.generic.permission.set-temp=ЮŸЯЮЏЯƒЯ„ЮЕ {0} ЯƒЮЕ {1} ЮГЮЙЮБ {2} ЮГЮЙЮБ ЮДЮЙЮЌЯЮКЮЕЮЙЮБ {3} ЯƒЮЕ Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {4} +luckperms.command.generic.permission.already-has-temp=ЮЄЮП {0} Ю­Я‡ЮЕЮЙ ЮЎЮДЮЗ {1} ЮПЯЮЙЯƒЯ„ЮЕЮЏ Я€ЯЮПЯƒЯ‰ЯЮЙЮНЮЌ ЯƒЮЕ Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {2} +luckperms.command.generic.permission.unset=Ю‘Я€ЮЕЮГЮКЮБЯ„ЮЌЯƒЯ„ЮБЯƒЮЗ {0} ЮГЮЙЮБ {1} ЯƒЮЕ Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {2} +luckperms.command.generic.permission.doesnt-have=ЮЄЮП {0} ЮДЮЕЮН Ю­Я‡ЮЕЮЙ {1} ЮПЯЮЙЯƒЯ„ЮЕЮЏ ЯƒЯ„ЮП Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {2} +luckperms.command.generic.permission.unset-temp=ЮŸЯЮЙЯƒЮМЯŒЯ‚ Я€ЯЮПЯƒЯ‰ЯЮЙЮНЮЎЯ‚ ЮЌЮДЮЕЮЙЮБЯ‚ {0} ЮГЮЙЮБ {1} ЯƒЯ„ЮП Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {2} +luckperms.command.generic.permission.subtract=ЮŸЯЮЙЯƒЮМЯŒЯ‚ {0} ЯƒЮЕ {1} ЮГЮЙЮБ {2} ЮГЮЙЮБ ЮДЮЙЮЌЯЮКЮЕЮЙЮБ {3} ЯƒЮЕ Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {4}, {5} ЮЛЮЙЮГЯŒЯ„ЮЕЯЮП ЮБЯ€ЯŒ ЯŒ, Я„ЮЙ Я€ЯЮЙЮН +luckperms.command.generic.permission.doesnt-have-temp=ЮЄЮП {0} Ю­Я‡ЮЕЮЙ ЮЎЮДЮЗ {1} ЮПЯЮЙЯƒЯ„ЮЕЮЏ Я€ЯЮПЯƒЯ‰ЯЮЙЮНЮЌ ЯƒЮЕ Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {2} +luckperms.command.generic.permission.clear=ЮŸЮЙ ЮКЯŒЮМЮВЮПЮЙ Я„ЮПЯ… {0} ЮДЮЙЮБЮГЯЮЌЯ†ЮЗЮКЮБЮН ЯƒЯ„ЮП Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {1} +luckperms.command.generic.parent.info.title=Ю“ЮПЮНЮЕЮЏЯ‚ {0} +luckperms.command.generic.parent.info.empty=Ю”ЮЕЮН Ю­Я‡oЯ…ЮН ЮПЯЮЙЯƒЯ„ЮЕЮЏ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ ЮГЮЙЮБ {0} +luckperms.command.generic.parent.info.click-to-remove=ЮšЮЌЮНЯ„ЮЕ ЮКЮЛЮЙЮК ЮГЮЙЮБ ЮНЮБ ЮКЮБЯ„ЮБЯЮГЮЎЯƒЮЕЯ„ЮЕ ЮБЯ…Я„ЯŒЮН Я„ЮПЮН ЮКЯŒЮМЮВЮП ЮБЯ€ЯŒ {0} +luckperms.command.generic.parent.add={0} Я„ЯŽЯЮБ ЮКЮЛЮЗЯЮПЮНЮПЮМЮЕЮЏ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ ЮБЯ€ЯŒ {1} ЯƒЯ„ЮП Я€ЮЛЮБЮЏЯƒЮЙЮП {2} +luckperms.command.generic.parent.add-temp={0} Я„ЯŽЯЮБ ЮКЮЛЮЗЯЮПЮНЮПЮМЮЕЮЏ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ ЮБЯ€ЯŒ {1} ЮГЮЙЮБ ЮМЮЙЮБ ЮДЮЙЮЌЯЮКЮЕЮЙЮБ {2} ЯƒЯ„ЮП Я€ЮЛЮБЮЏЯƒЮЙЮП {3} +luckperms.command.generic.parent.set={0} ЮЕЮЏЯ‡ЮБЮН ЮЕЮКЮКЮБЮИЮБЯЮЙЯƒЯ„ЮЕЮЏ ЮПЮЙ Я…Я€ЮЌЯЯ‡ЮПЯ…ЯƒЮЕЯ‚ ЮГЮПЮНЮЙЮКЮ­Я‚ ЮПЮМЮЌЮДЮЕЯ‚ Я„ЮПЯ…Я‚ ЯƒЯ„ЮЗЮН Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ {1} ЮКЮБЮЙ Я„ЯŽЯЮБ ЮКЮЛЮЗЯЮПЮНЮПЮМЮПЯЮН ЮМЯŒЮНЮП {2} ЯƒЯ„ЮП Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {3} +luckperms.command.generic.parent.set-track={0} ЮЕЮЏЯ‡ЮБЮН ЮЕЮКЮКЮБЮИЮБЯЮЙЯƒЯ„ЮЕЮЏ ЮПЮЙ Я…Я€ЮЌЯЯ‡ЮПЯ…ЯƒЮЕЯ‚ ЮГЮПЮНЮЙЮКЮ­Я‚ ЮПЮМЮЌЮДЮЕЯ‚ Я„ЮПЯ…Я‚ ЯƒЯ„ЮЗЮН Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ {1} ЮКЮБЮЙ Я„ЯŽЯЮБ ЮКЮЛЮЗЯЮПЮНЮПЮМЮПЯЮН ЮМЯŒЮНЮП {2} ЯƒЯ„ЮП Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {3} +luckperms.command.generic.parent.remove={0} Я„ЯŽЯЮБ ЮКЮЛЮЗЯЮПЮНЮПЮМЮЕЮЏ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ ЮБЯ€ЯŒ {1} ЯƒЯ„ЮП Я€ЮЛЮБЮЏЯƒЮЙЮП {2} +luckperms.command.generic.parent.remove-temp=ЮДЮЕЮН ЮМЮЕЯ„ЮБЮВЮЙЮВЮЌЮЖЮЕЮЙ Я€ЯЮПЯƒЯ‰ЯЮЙЮНЮЌ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ ЮБЯ€ЯŒ Я„ЮП {1} ЯƒЯ„ЮП Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {2} +luckperms.command.generic.parent.subtract={0} Я„ЯŽЯЮБ ЮКЮЛЮЗЯЮПЮНЮПЮМЮЕЮЏ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ ЮБЯ€ЯŒ {1} ЮГЮЙЮБ ЮМЮЙЮБ ЮДЮЙЮЌЯЮКЮЕЮЙЮБ {2} ЯƒЯ„ЮП Я€ЮЛЮБЮЏЯƒЮЙЮП {3} +luckperms.command.generic.parent.clear=ЮŸЮЙ ЮКЯŒЮМЮВЮПЮЙ Я„ЮПЯ… {0} ЮДЮЙЮБЮГЯЮЌЯ†ЮЗЮКЮБЮН ЯƒЯ„ЮП Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {1} +luckperms.command.generic.parent.clear-track=ЮŸЮЙ ЮГЮПЮНЮЕЮЏЯ‚ Я„ЮПЯ… {0} ЯƒЯ„ЮЗЮН Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ {1} ЮДЮЙЮБЮГЯЮЌЯ†ЮЗЮКЮБЮН ЯƒЯ„ЮП Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {2} +luckperms.command.generic.parent.already-inherits=ЮЄЮП {0} Ю­Я‡ЮЕЮЙ ЮЎЮДЮЗ {1} ЯЯ…ЮИЮМЮЙЯƒЯ„ЮЕЮЏ ЯƒЮЕ Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {2} +luckperms.command.generic.parent.doesnt-inherit=ЮЄЮП {0} ЮДЮЕЮН Ю­Я‡ЮЕЮЙ {1} ЮПЯЮЙЯƒЯ„ЮЕЮЏ ЯƒЯ„ЮП Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {2} +luckperms.command.generic.parent.already-temp-inherits=ЮЄЮП {0} Ю­Я‡ЮЕЮЙ ЮЎЮДЮЗ {1} ЯЯ…ЮИЮМЮЙЯƒЯ„ЮЕЮЏ ЯƒЮЕ Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {2} +luckperms.command.generic.parent.doesnt-temp-inherit=ЮЄЮП {0} Ю­Я‡ЮЕЮЙ ЮЎЮДЮЗ {1} ЯЯ…ЮИЮМЮЙЯƒЯ„ЮЕЮЏ ЯƒЮЕ Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {2} +luckperms.command.generic.chat-meta.info.title-prefix={0}''s Prefixes +luckperms.command.generic.chat-meta.info.title-suffix={0}''s Suffixes +luckperms.command.generic.chat-meta.info.none-prefix={0} ЮДЮЕЮН Ю­Я‡ЮЕЮЙ Я€ЯЮПЮИЮ­ЮМЮБЯ„ЮБ +luckperms.command.generic.chat-meta.info.none-suffix={0} ЮДЮЕЮН Ю­Я‡ЮЕЮЙ Я€ЯЮПЮИЮ­ЮМЮБЯ„ЮБ +luckperms.command.generic.chat-meta.info.click-to-remove=ЮšЮЌЮНЯ„ЮЕ ЮКЮЛЮЙЮК ЮГЮЙЮБ ЮНЮБ ЮКЮБЯ„ЮБЯЮГЮЎЯƒЮЕЯ„ЮЕ ЮБЯ…Я„ЯŒЮН Я„ЮПЮН ЮКЯŒЮМЮВЮП ЮБЯ€ЯŒ {0} +luckperms.command.generic.chat-meta.already-has={0} Ю­Я‡ЮЕЮЙ ЮЎЮДЮЗ {1} {2} ЮПЯЮЙЯƒЯ„ЮЕЮЏ ЯƒЮЕ Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ {3} ЯƒЯ„ЮП Я€ЮЛЮБЮЏЯƒЮЙЮП {4} +luckperms.command.generic.chat-meta.already-has-temp={0} Ю­Я‡ЮЕЮЙ ЮЎЮДЮЗ {1} {2} ЮПЯЮЙЯƒЯ„ЮЕЮЏ Я€ЯЮПЯƒЯ‰ЯЮЙЮНЮЌ ЯƒЮЕ Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ {3} ЯƒЯ„ЮП Я€ЮЛЮБЮЏЯƒЮЙЮП {4} +luckperms.command.generic.chat-meta.doesnt-have={0} Ю­Я‡ЮЕЮЙ ЮЎЮДЮЗ {1} {2} ЮПЯЮЙЯƒЯ„ЮЕЮЏ ЯƒЮЕ Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ {3} ЯƒЯ„ЮП Я€ЮЛЮБЮЏЯƒЮЙЮП {4} +luckperms.command.generic.chat-meta.doesnt-have-temp={0} Ю­Я‡ЮЕЮЙ ЮЎЮДЮЗ {1} {2} ЮПЯЮЙЯƒЯ„ЮЕЮЏ Я€ЯЮПЯƒЯ‰ЯЮЙЮНЮЌ ЯƒЮЕ Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ {3} ЯƒЯ„ЮП Я€ЮЛЮБЮЏЯƒЮЙЮП {4} +luckperms.command.generic.chat-meta.add={0} Ю­Я‡ЮЕЮЙ ЮЎЮДЮЗ {1} {2} ЮПЯЮЙЯƒЯ„ЮЕЮЏ ЯƒЮЕ Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ {3} ЯƒЯ„ЮП Я€ЮЛЮБЮЏЯƒЮЙЮП {4} +luckperms.command.generic.chat-meta.add-temp={0} Ю­Я‡ЮЕЮЙ ЮЎЮДЮЗ {1} {2} ЮПЯЮЙЯƒЯ„ЮЕЮЏ ЯƒЮЕ Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ {3} ЯƒЯ„ЮП Я€ЮЛЮБЮЏЯƒЮЙЮП {4} +luckperms.command.generic.chat-meta.remove={0} Ю­Я‡ЮЕЮЙ ЮЎЮДЮЗ {1} {2} ЮПЯЮЙЯƒЯ„ЮЕЮЏ ЯƒЮЕ Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ {3} ЯƒЯ„ЮП Я€ЮЛЮБЮЏЯƒЮЙЮП {4} +luckperms.command.generic.chat-meta.remove-bulk={0} Ю­Я‡ЮЕЮЙ ЮЎЮДЮЗ {1} {2} ЮПЯЮЙЯƒЯ„ЮЕЮЏ ЯƒЮЕ Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ {3} ЯƒЯ„ЮП Я€ЮЛЮБЮЏЯƒЮЙЮП {4} +luckperms.command.generic.chat-meta.remove-temp={0} Ю­Я‡ЮЕЮЙ ЮЎЮДЮЗ {1} {2} ЮПЯЮЙЯƒЯ„ЮЕЮЏ ЯƒЮЕ Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ {3} ЯƒЯ„ЮП Я€ЮЛЮБЮЏЯƒЮЙЮП {4} +luckperms.command.generic.chat-meta.remove-temp-bulk={0} Ю­Я‡ЮЕЮЙ ЮЎЮДЮЗ {1} {2} ЮПЯЮЙЯƒЯ„ЮЕЮЏ ЯƒЮЕ Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ {3} ЯƒЯ„ЮП Я€ЮЛЮБЮЏЯƒЮЙЮП {4} +luckperms.command.generic.meta.info.title={0}''s Meta +luckperms.command.generic.meta.info.none={0} ЮДЮЕЮН Ю­Я‡ЮЕЮЙ meta +luckperms.command.generic.meta.info.click-to-remove=ЮšЮЌЮНЯ„ЮЕ ЮКЮЛЮЙЮК ЮГЮЙЮБ ЮНЮБ ЮКЮБЯ„ЮБЯЮГЮЎЯƒЮЕЯ„ЮЕ ЮБЯ…Я„ЯŒЮН Я„ЮПЮН ЮКЯŒЮМЮВЮП ЮБЯ€ЯŒ {0} +luckperms.command.generic.meta.already-has={0} Ю­Я‡ЮЕЮЙ ЮЎЮДЮЗ Я„ЮП meta ЮКЮЛЮЕЮЙЮДЮЏ {1} ЮПЯЮЙЯƒЯ„ЮЕЮЏ ЯƒЮЕ {2} ЯƒЯ„ЮП Я€ЮЛЮБЮЏЯƒЮЙЮП {3} +luckperms.command.generic.meta.already-has-temp={0} Ю­Я‡ЮЕЮЙ ЮЎЮДЮЗ Я„ЮП meta ЮКЮЛЮЕЮЙЮДЮЏ {1} ЮПЯЮЙЯƒЯ„ЮЕЮЏ ЯƒЮЕ {2} ЯƒЯ„ЮП Я€ЮЛЮБЮЏЯƒЮЙЮП {3} +luckperms.command.generic.meta.doesnt-have=ЮЄЮП {0} ЮДЮЕЮН Ю­Я‡ЮЕЮЙ {1} ЮПЯЮЙЯƒЯ„ЮЕЮЏ ЯƒЯ„ЮП Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {2} +luckperms.command.generic.meta.doesnt-have-temp=ЮЄЮП {0} Ю­Я‡ЮЕЮЙ ЮЎЮДЮЗ {1} ЮПЯЮЙЯƒЯ„ЮЕЮЏ Я€ЯЮПЯƒЯ‰ЯЮЙЮНЮЌ ЯƒЮЕ Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {2} +luckperms.command.generic.meta.set=ЮŸЯЮЏЯƒЯ„ЮЕ {0} ЯƒЮЕ {1} ЮГЮЙЮБ {2} ЯƒЮЕ Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {3} +luckperms.command.generic.meta.set-temp=ЮŸЯЮЏЯƒЯ„ЮЕ {0} ЯƒЮЕ {1} ЮГЮЙЮБ {2} ЮГЮЙЮБ ЮДЮЙЮЌЯЮКЮЕЮЙЮБ {3} ЯƒЮЕ Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {4} +luckperms.command.generic.meta.unset=Ю‘Я€ЮЕЮГЮКЮБЯ„ЮЌЯƒЯ„ЮБЯƒЮЗ {0} ЮГЮЙЮБ {1} ЯƒЮЕ Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {2} +luckperms.command.generic.meta.unset-temp=ЮŸЯЮЙЯƒЮМЯŒЯ‚ Я€ЯЮПЯƒЯ‰ЯЮЙЮНЮЎЯ‚ ЮЌЮДЮЕЮЙЮБЯ‚ {0} ЮГЮЙЮБ {1} ЯƒЯ„ЮП Я€ЮЕЯЮЙЮВЮЌЮЛЮЛЮПЮН {2} +luckperms.command.generic.meta.clear=ЮŸ Я„ЯЯ€ЮПЯ‚ ЮБЮНЯ„ЮЙЯƒЯ„ЮПЮЏЯ‡ЮЙЯƒЮЗЯ‚ meta {1} Я„ЮПЯ… {0}ЮЕЮКЮКЮБЮИЮБЯЮЏЯƒЯ„ЮЗЮКЮЕ ЯƒЯ„ЮП Я€ЮЛЮБЮЏЯƒЮЙЮП {2} +luckperms.command.generic.contextual-data.title=ޘЮЕЮМЮБЯ„ЮЙЮКЮЎ ЮВЮПЮЎЮИЮЕЮЙЮБ +luckperms.command.generic.contextual-data.mode.key=ЮЛЮЕЮЙЯ„ЮПЯ…ЯЮГЮЏЮБ +luckperms.command.generic.contextual-data.mode.server=server +luckperms.command.generic.contextual-data.mode.active-player=Ю•ЮНЮЕЯЮГЮПЮЏ Я€ЮБЮЏЮКЯ„ЮЕЯ‚ +luckperms.command.generic.contextual-data.contexts-key=Ю ЮЕЯЮЙЮГЯЮБЯ†ЮЎ +luckperms.command.generic.contextual-data.prefix-key=Ю ЯЯŒЮИЮЕЮМЮБ +luckperms.command.generic.contextual-data.suffix-key=Ю•Я€ЮЏЮИЮЕЮМЮБ +luckperms.command.generic.contextual-data.primary-group-key=ЮšЯЯЮЙЮБ ЮŸЮМЮЌЮДЮБ +luckperms.command.generic.contextual-data.meta-key=Meta +luckperms.command.generic.contextual-data.null-result=ЮšЮБЮНЮ­ЮНЮБ +luckperms.command.user.info.title=Ю ЮЛЮЗЯ. ЮЇЯЮЎЯƒЯ„ЮЗ +luckperms.command.user.info.uuid-key=Ю‘Я€ЮПЮКЮЛЮЕЮЙЯƒЯ„ЮЙЮКЯŒ ЮБЮНЮБЮГЮНЯ‰ЯЮЙЯƒЯ„ЮЙЮКЯŒ Я„ЮБЯ…Я„ЮПЯ€ЮПЮЏЮЗЯƒЮЗЯ‚ (UUID) +luckperms.command.user.info.uuid-type-key=Я„ЯЯ€ЮПЯ‚ +luckperms.command.user.info.uuid-type.mojang=Mojang +luckperms.command.user.info.uuid-type.not-mojang=ЮЕЮКЯ„ЯŒЯ‚ ЯƒЯЮНЮДЮЕЯƒЮЗЯ‚ +luckperms.command.user.info.status-key=ЮšЮБЯ„ЮЌЯƒЯ„ЮБЯƒЮЗ +luckperms.command.user.info.status.online=ЮЃЮЕ ЮБЯ€ЮЕЯ…ЮИЮЕЮЏЮБЯ‚ ЯƒЯЮНЮДЮЕЯƒЮЗ +luckperms.command.user.info.status.offline=Ю•ЮКЯ„ЯŒЯ‚ ЯƒЯЮНЮДЮЕЯƒЮЗЯ‚ +luckperms.command.user.removegroup.error-primary=Ю”ЮЕЮН ЮМЯ€ЮПЯЮЕЮЏЯ„ЮЕ ЮНЮБ ЮКЮБЯ„ЮБЯЮГЮЎЯƒЮЕЯ„ЮЕ Ю­ЮНЮБЮН Я‡ЯЮЎЯƒЯ„ЮЗ ЮБЯ€ЯŒ Я„ЮЗЮН ЮКЯЯЮЙЮБ ЮПЮМЮЌЮДЮБ Я„ЮПЯ… +luckperms.command.user.primarygroup.not-member=ЮŸ Я‡ЯЮЎЯƒЯ„ЮЗЯ‚ {0} ЮДЮЕЮН ЮЎЯ„ЮБЮН ЮЎЮДЮЗ ЮМЮ­ЮЛЮПЯ‚ Я„ЮПЯ… {1}, Я€ЯЮПЯƒЮИЮ­Я„ЮПЮНЯ„ЮЌЯ‚ Я„ЮПЯ…Я‚ Я„ЯŽЯЮБ +luckperms.command.user.primarygroup.already-has=\nЮЄЮП {0} Ю­Я‡ЮЕЮЙ ЮЎЮДЮЗ {1} ЮПЯЮЙЯƒЯ„ЮЕЮЏ Я‰Я‚ ЮЗ ЮКЯЯЮЙЮБ ЮПЮМЮЌЮДЮБ Я„ЮПЯ… +luckperms.command.user.primarygroup.warn-option=Ю ЯЮПЮЕЮЙЮДЮПЯ€ЮПЮЏЮЗЯƒЮЗ\: Ю— ЮКЯЯЮЙЮБ ЮМЮ­ЮИЮПЮДЮПЯ‚ Я…Я€ЮПЮЛЮПЮГЮЙЯƒЮМЮПЯ ЮПЮМЮЌЮДЮБЯ‚ Я€ЮПЯ… Я‡ЯЮЗЯƒЮЙЮМЮПЯ€ЮПЮЙЮЕЮЏЯ„ЮБЮЙ ЮБЯ€ЯŒ ЮБЯ…Я„ЯŒЮН Я„ЮПЮН ЮДЮЙЮБЮКЮПЮМЮЙЯƒЯ„ЮЎ ({0}) ЮЕЮНЮДЮ­Я‡ЮЕЯ„ЮБЮЙ ЮНЮБ ЮМЮЗЮН ЮБЮНЯ„ЮЙЮКЮБЯ„ЮПЯ€Я„ЯЮЏЮЖЮЕЮЙ ЮБЯ…Я„ЮЎЮН Я„ЮЗЮН ЮБЮЛЮЛЮБЮГЮЎ +luckperms.command.user.primarygroup.set=Ю— ЮКЯЯЮЙЮБ ЮПЮМЮЌЮДЮБ Я„ЮПЯ… Я‡ЯЮЎЯƒЯ„ЮЗ {0} ЮПЯЮЏЯƒЯ„ЮЗЮКЮЕ ЯƒЮЕ {1}\n +luckperms.command.user.track.error-not-contain-group={0} ЮДЮЕЮН ЮЕЮЏЮНЮБЮЙ ЮЎЮДЮЗ ЯƒЮЕ ЮКЮБЮМЮЏЮБ ЮПЮМЮЌЮДЮБ ЯƒЯ„ЮП {1} +luckperms.command.user.track.unsure-which-track=Ю”ЮЕЮН ЮЕЮЏЯƒЯ„ЮЕ ЮВЮ­ЮВЮБЮЙЮПЮЙ Я€ЮПЮЙЮП ЮКЮПЮМЮМЮЌЯ„ЮЙ ЮИЮБ Я‡ЯЮЗЯƒЮЙЮМЮПЯ€ЮПЮЙЮЎЯƒЮЕЮЙЯ‚, Я€ЯЮПЯƒЮДЮЙЮПЯЮЏЯƒЯ„ЮЕ Я„ЮП Я‰Я‚ ЮЕЯ€ЮЙЯ‡ЮЕЮЏЯЮЗЮМЮБ +luckperms.command.user.track.missing-group-advice=Ю”ЮЗЮМЮЙЮПЯ…ЯЮГЮЎЯƒЯ„ЮЕ Я„ЮЗЮН ЮПЮМЮЌЮДЮБ ЮЎ ЮБЯ†ЮБЮЙЯЮ­ЯƒЯ„ЮЕ Я„ЮЗЮН ЮБЯ€ЯŒ Я„ЮЗЮН Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ ЮКЮБЮЙ ЮДЮПЮКЮЙЮМЮЌЯƒЯ„ЮЕ ЮОЮБЮНЮЌ +luckperms.command.user.promote.added-to-first={0} ЮДЮЕЮН ЮЕЮЏЮНЮБЮЙ ЯƒЮЕ ЮКЮБЮМЮЏЮБ ЮПЮМЮЌЮДЮБ ЯƒЯ„ЮП {1}, ЮПЯ€ЯŒЯ„ЮЕ Я€ЯЮПЯƒЯ„Ю­ЮИЮЗЮКЮБЮН ЯƒЯ„ЮЗЮН Я€ЯЯŽЯ„ЮЗ ЮПЮМЮЌЮДЮБ, {2} ЯƒЯ„ЮП Я€ЮЛЮБЮЏЯƒЮЙЮП {3} +luckperms.command.user.promote.not-on-track={0} ЮДЮЕЮН ЮЕЮЏЮНЮБЮЙ ЯƒЮЕ ЮКЮБЮМЮЏЮБ ЮПЮМЮЌЮДЮБ ЯƒЯ„ЮП {1}, ЮПЯ€ЯŒЯ„ЮЕ ЮДЮЕЮН Я€ЯЮПЯ‰ЮИЮЎЮИЮЗЮКЮЕ +luckperms.command.user.promote.success=Ю ЯЮПЯŽЮИЮЗЯƒЮЗ {0} ЮКЮБЯ„ЮЌ ЮМЮЎЮКЮПЯ‚ Я„ЮПЯ… ЮКЮПЮМЮМЮБЯ„ЮЙЮПЯ {1} ЮБЯ€ЯŒ {2} ЯƒЮЕ {3} ЯƒЯ„ЮП Я€ЮЛЮБЮЏЯƒЮЙЮП {4} +luckperms.command.user.promote.end-of-track=ЮˆЯ†Я„ЮБЯƒЮЕ Я„ЮП Я„Ю­ЮЛЮПЯ‚ Я„ЮЗЯ‚ Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБЯ‚ {0}, ЮДЮЕЮН ЮЎЯ„ЮБЮН ЮДЯ…ЮНЮБЯ„ЮЎ ЮЗ Я€ЯЮПЯŽЮИЮЗЯƒЮЗ {1} +luckperms.command.user.promote.next-group-deleted=Ю— ЮЕЯ€ЯŒЮМЮЕЮНЮЗ ЮПЮМЮЌЮДЮБ ЯƒЯ„ЮП ЮКЮПЮМЮМЮЌЯ„ЮЙ, {0}, ЮДЮЕЮН Я…Я€ЮЌЯЯ‡ЮЕЮЙ Я€ЮЛЮ­ЮПЮН +luckperms.command.user.promote.unable-to-promote=Ю‘ЮДЯ…ЮНЮБЮМЮЏЮБ Я€ЯЮПЯŽЮИЮЗЯƒЮЗЯ‚ Я„ЮПЯ… Я‡ЯЮЎЯƒЯ„ЮЗ +luckperms.command.user.demote.success=Demoting {0} along track {1} from {2} to {3} in context {4} (Automatic Copy) +luckperms.command.user.demote.end-of-track=ЮˆЯ†Я„ЮБЯƒЮЕ Я„ЮП Я„Ю­ЮЛЮПЯ‚ Я„ЮЗЯ‚ Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБЯ‚ {0}, ЮПЯ€ЯŒЯ„ЮЕ Я„ЮП {1} ЮКЮБЯ„ЮБЯЮГЮЎЮИЮЗЮКЮЕ ЮБЯ€ЯŒ Я„ЮП {2} +luckperms.command.user.demote.end-of-track-not-removed=ЮЄЮП Я„Ю­ЮЛЮПЯ‚ Я„ЮПЯ… ЮКЮПЮМЮМЮБЯ„ЮЙЮПЯ {0} ЮЕЯ€ЮЙЯ„ЮЕЯЯ‡ЮИЮЗЮКЮЕ, ЮБЮЛЮЛЮЌ {1} ЮДЮЕЮН ЮБЯ†ЮБЮЙЯЮ­ЮИЮЗЮКЮЕ ЮБЯ€ЯŒ Я„ЮЗЮН Я€ЯЯŽЯ„ЮЗ ЮПЮМЮЌЮДЮБ +luckperms.command.user.demote.previous-group-deleted=Ю— Я€ЯЮПЮЗЮГЮПЯЮМЮЕЮНЮЗ ЮПЮМЮЌЮДЮБ ЯƒЯ„ЮП ЮКЮПЮМЮМЮЌЯ„ЮЙ, {0}, ЮДЮЕЮН Я…Я€ЮЌЯЯ‡ЮЕЮЙ Я€ЮЛЮ­ЮПЮН +luckperms.command.user.demote.unable-to-demote=Ю”ЮЕЮН ЮЕЮЏЮНЮБЮЙ ЮДЯ…ЮНЮБЯ„ЮЎ ЮЗ ЮКЮБЯ„ЮЌЯЮГЮЗЯƒЮЗ ЮБЯ…Я„ЮПЯ Я„ЮПЯ… Я‡ЯЮЎЯƒЯ„ЮЗ +luckperms.command.group.list.title=Group current count +luckperms.command.group.delete.not-default=Ю”ЮЕЮН ЮМЯ€ЮПЯЮЕЮЏЯ‚ ЮНЮБ ЮДЮЙЮБЮГЯЮЌЯˆЮЕЮЙЯ‚ Я„ЮЗЮН Я€ЯЮПЮЕЯ€ЮЙЮЛЮЕЮГЮМЮ­ЮНЮЗ ЮПЮМЮЌЮДЮБ. +luckperms.command.group.info.title=Ю ЮЛЮЗЯЮПЯ†ЮПЯЮЏЮЕЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.command.group.info.display-name-key=Ю•ЮМЯ†ЮБЮНЮЙЮЖЯŒЮМЮЕЮНЮП ЮŒЮНЮПЮМЮБ +luckperms.command.group.info.weight-key=Ю’ЮЌЯЮПЯ‚ +luckperms.command.group.setweight.set=ЮŸЯЮЙЯƒЮМЯŒЯ‚ ЮВЮЌЯЮПЯ…Я‚ ЯƒЮЕ {0} ЮГЮЙЮБ Я„ЮЗЮН ЮПЮМЮЌЮДЮБ {1} +luckperms.command.group.setdisplayname.doesnt-have={0} ЮДЮЕЮН Ю­Я‡ЮЕЮЙ ЮПЯЮЙЯƒЯ„ЮЕЮЏ ЯŒЮНЮПЮМЮБ ЮЕЮМЯ†ЮЌЮНЮЙЯƒЮЗЯ‚ +luckperms.command.group.setdisplayname.already-has={0} Ю­Я‡ЮЕЮЙ ЮЎЮДЮЗ Ю­ЮНЮБ ЮЕЮМЯ†ЮБЮНЮЙЮЖЯŒЮМЮЕЮНЮП ЯŒЮНЮПЮМЮБ {1} +luckperms.command.group.setdisplayname.already-in-use=ЮЄЮП ЮЕЮМЯ†ЮБЮНЮЙЮЖЯŒЮМЮЕЮНЮП ЯŒЮНЮПЮМЮБ {0} Я‡ЯЮЗЯƒЮЙЮМЮПЯ€ЮПЮЙЮЕЮЏЯ„ЮБЮЙ ЮЎЮДЮЗ ЮБЯ€ЯŒ {1} +luckperms.command.group.setdisplayname.set=ЮŸЯЮЏЯƒЯ„ЮЕ Я„ЮП ЯŒЮНЮПЮМЮБ ЮЕЮМЯ†ЮЌЮНЮЙЯƒЮЗЯ‚ ЯƒЮЕ {0} ЮГЮЙЮБ Я„ЮЗЮН ЮПЮМЮЌЮДЮБ {1} ЯƒЯ„ЮП Я€ЮЛЮБЮЏЯƒЮЙЮП {2} +luckperms.command.group.setdisplayname.removed=ЮŸЯЮЏЯƒЯ„ЮЕ Я„ЮП ЯŒЮНЮПЮМЮБ ЮЕЮМЯ†ЮЌЮНЮЙЯƒЮЗЯ‚ ЯƒЮЕ {0} ЮГЮЙЮБ Я„ЮЗЮН ЮПЮМЮЌЮДЮБ {1} ЯƒЯ„ЮП Я€ЮЛЮБЮЏЯƒЮЙЮП {2} +luckperms.command.track.list.title=Ю”ЮЙЮБЮДЯЮПЮМЮ­Я‚ +luckperms.command.track.path.empty=ЮšЮБЮНЮ­ЮНЮБ +luckperms.command.track.info.showing-track=Ю•ЮМЯ†ЮЌЮНЮЙЯƒЮЗ ЮšЮПЮМЮМЮБЯ„ЮЙЮПЯ +luckperms.command.track.info.path-property=Ю”ЮЙЮБЮДЯЮПЮМЮЎ +luckperms.command.track.clear=Я„ЮП ЮКЮПЮМЮМЮЌЯ„ЮЙ ЮПЮМЮЌЮДЯ‰ЮН Я„ЮПЯ… {0}ЮДЮЙЮБЮГЯЮЌЯ†ЮЗЮКЮЕ +luckperms.command.track.append.success=Ю— ЮПЮМЮЌЮДЮБ {0} Я€ЯЮПЯƒЯ„Ю­ЮИЮЗЮКЮЕ ЯƒЯ„ЮП ЮКЮПЮМЮМЮЌЯ„ЮЙ {1} +luckperms.command.track.insert.success=Ю— ЮПЮМЮЌЮДЮБ {0} ЮЕЮЙЯƒЮЎЯ‡ЮИЮЗ ЯƒЯ„ЮП ЮКЮПЮМЮМЮЌЯ„ЮЙ {1} ЯƒЯ„ЮЗ ЮИЮ­ЯƒЮЗ {2} +luckperms.command.track.insert.error-number=Ю‘ЮНЮБЮМЮЕЮНЯŒЮМЮЕЮНЮПЯ‚ ЮБЯЮЙЮИЮМЯŒЯ‚, ЮБЮЛЮЛЮЌ ЮБЮНЯ„ЮЏ ЮБЯ…Я„ЮПЯ ЮЕЮЛЮЎЯ†ЮИЮЗ\: {0} +luckperms.command.track.insert.error-invalid-pos=Ю‘ЮДЯ…ЮНЮБЮМЮЏЮБ ЮЕЮЙЯƒЮБЮГЯ‰ЮГЮЎЯ‚ ЯƒЯ„ЮЗ ЮИЮ­ЯƒЮЗ {0} +luckperms.command.track.insert.error-invalid-pos-reason=ЮœЮЗ Ю­ЮГЮКЯ…ЯЮЗ ЮИЮ­ЯƒЮЗ +luckperms.command.track.remove.success=Ю— ЮПЮМЮЌЮДЮБ {0} ЮБЯ†ЮБЮЙЯЮ­ЮИЮЗЮКЮЕ ЮБЯ€ЯŒ Я„ЮП ЮКЮПЮМЮМЮЌЯ„ЮЙ {1} +luckperms.command.track.error-empty={0} ЮДЮЕЮН ЮМЯ€ЮПЯЮЕЮЏ ЮНЮБ Я‡ЯЮЗЯƒЮЙЮМЮПЯ€ЮПЮЙЮЗЮИЮЕЮЏ ЮЕЯ€ЮЕЮЙЮДЮЎ ЮЕЮЏЮНЮБЮЙ ЮЌЮДЮЕЮЙЮП ЮЎ Я€ЮЕЯЮЙЮ­Я‡ЮЕЮЙ ЮМЯŒЮНЮП ЮМЮЏЮБ ЮПЮМЮЌЮДЮБ +luckperms.command.track.error-multiple-groups={0} ЮЕЮЏЮНЮБЮЙ ЮМЮ­ЮЛЮПЯ‚ Я€ЮПЮЛЮЛЯŽЮН ЮПЮМЮЌЮДЯ‰ЮН ЯƒЮЕ ЮБЯ…Я„ЯŒ Я„ЮП ЮКЮПЮМЮМЮЌЯ„ЮЙ +luckperms.command.track.error-ambiguous=Ю‘ЮДЯ…ЮНЮБЮМЮЏЮБ Я€ЯЮПЯƒЮДЮЙЮПЯЮЙЯƒЮМЮПЯ Я„ЮЗЯ‚ Я„ЮПЯ€ЮПЮИЮЕЯƒЮЏЮБЯ‚ Я„ЮПЯ…Я‚ +luckperms.command.track.already-contains={0} ЮЎЮДЮЗ Я€ЮЕЯЮЙЮ­Я‡ЮЕЮЙ {1} +luckperms.command.track.doesnt-contain=Я„ЮП {0} ЮДЮЕЮН Я€ЮЕЯЮЙЮ­Я‡ЮЕЮЙ {1} +luckperms.command.log.load-error=ЮЄЮП ЮБЯЯ‡ЮЕЮЏЮП %s ЮДЮЕЮН ЮЎЯ„ЮБЮН ЮЕЯ†ЮЙЮКЯ„ЯŒ ЮНЮБ Я†ЮПЯЯ„Я‰ЮИЮЕЮЏ. +luckperms.command.log.invalid-page=ЮœЮЗ Ю­ЮГЮКЯ…ЯЮПЯ‚ ЮБЯЮЙЮИЮМЯŒЯ‚ ЯƒЮЕЮЛЮЏЮДЮБЯ‚ +luckperms.command.log.invalid-page-range=Ю ЮБЯЮБЮКЮБЮЛЮПЯЮМЮЕ ЮМЮЙЮБ Ю­ЮГЮКЯ…ЯЮЗ Я„ЮЙЮМЮЎ ЮМЮЕЯ„ЮБЮОЯ {0} ЮКЮБЮЙ {1}. +luckperms.command.log.empty=Ю”ЮЕЮН Я…Я€ЮЌЯЯ‡ЮПЯ…ЮН ЮЛЮЕЯ€Я„ЮПЮМЮ­ЯЮЕЮЙЮЕЯ‚ ЮГЮЙЮБ Я€ЯЮПЮВЮПЮЛЮЎ +luckperms.command.log.notify.error-console=Ю‘ЮДЯ…ЮНЮБЮМЮЏЮБ ЮЕЮНЮБЮЛЮЛЮБЮГЮЎЯ‚ ЮЕЮЙЮДЮПЯ€ЮПЮЙЮЎЯƒЮЕЯ‰ЮН ЮГЮЙЮБ Я„ЮЗЮН ЮКЮПЮНЯƒЯŒЮЛЮБ +luckperms.command.log.notify.enabled-term=Ю•ЮНЮЕЯЮГЯŒ +luckperms.command.log.notify.disabled-term=Ю‘Я€ЮЕЮНЮЕЯЮГЮПЯ€ЮПЮЙЮЗЮМЮ­ЮНЮП +luckperms.command.log.notify.changed-state={0} ЮКЮБЯ„ЮБЮГЯЮБЯ†ЮЎ ЮЕЮОЯŒЮДЮПЯ… +luckperms.command.log.notify.already-on=Ю›ЮБЮМЮВЮЌЮНЮЕЯ„ЮЕ ЮЎЮДЮЗ ЮЕЮЙЮДЮПЯ€ЮПЮЙЮЎЯƒЮЕЮЙЯ‚ +luckperms.command.log.notify.already-off=Ю›ЮБЮМЮВЮЌЮНЮЕЯ„ЮЕ ЮЎЮДЮЗ ЮЕЮЙЮДЮПЯ€ЮПЮЙЮЎЯƒЮЕЮЙЯ‚ +luckperms.command.log.notify.invalid-state=ЮšЮБЯ„ЮЌЯƒЯ„ЮБЯƒЮЗ ЮЌЮГЮНЯ‰ЯƒЯ„ЮЗ. Ю‘ЮНЮБЮМЮ­ЮНЮЕЯ„ЮБЮЙ {0} ЮЎ {1} +luckperms.command.log.show.search=Ю•ЮМЯ†ЮЌЮНЮЙЯƒЮЗ Я€ЯЯŒЯƒЯ†ЮБЯ„Я‰ЮН ЮЕЮНЮЕЯЮГЮЕЮЙЯŽЮН ЮГЮЙЮБ Я„ЮП ЮЕЯЯŽЯ„ЮЗЮМЮБ {0} +luckperms.command.log.show.recent=Ю•ЮМЯ†ЮЌЮНЮЙЯƒЮЗ Я€ЯЯŒЯƒЯ†ЮБЯ„Я‰ЮН ЮЕЮНЮЕЯЮГЮЕЮЙЯŽЮН +luckperms.command.log.show.by=Ю•ЮМЯ†ЮЌЮНЮЙЯƒЮЗ Я€ЯЯŒЯƒЯ†ЮБЯ„Я‰ЮН ЮЕЮНЮЕЯЮГЮЕЮЙЯŽЮН ЮГЮЙЮБ Я„ЮП ЮЕЯЯŽЯ„ЮЗЮМЮБ {0} +luckperms.command.log.show.history=Ю•ЮМЯ†ЮЌЮНЮЙЯƒЮЗ ЮЙЯƒЯ„ЮПЯЮЙЮКЮПЯ ЮГЮЙЮБ {0} {1} +luckperms.command.export.error-term=ЮЃЯ†ЮЌЮЛЮМЮБ +luckperms.command.export.already-running=ЮˆЮНЮБ ЮЌЮЛЮЛЮП ЮБЮНЯ„ЮЏЮГЯЮБЯ†ЮП Я„ЮПЯ… %@ ЮЕЮКЯ„ЮЕЮЛЮЕЮЏЯ„ЮБЮЙ ЮЎЮДЮЗ. +luckperms.command.export.file.already-exists=ЮЄЮП ЮБЯЯ‡ЮЕЮЏЮП "%s" Я…Я€ЮЌЯЯ‡ЮЕЮЙ ЮЎЮДЮЗ +luckperms.command.export.file.not-writable=Filesystem is not writable. +luckperms.command.export.file.success=Ю•Я€ЮЙЯ„Я…Я‡ЮЎЯ‚ ЮЕЮОЮБЮГЯ‰ЮГЮЎ ЯƒЯ„ЮП {0} +luckperms.command.export.file-unexpected-error-writing=Ю ЮБЯЮПЯ…ЯƒЮЙЮЌЯƒЯ„ЮЗЮКЮЕ ЮМЮЗ ЮБЮНЮБЮМЮЕЮНЯŒЮМЮЕЮНЮП ЯƒЯ†ЮЌЮЛЮМЮБ ЮКЮБЯ„ЮЌ Я„ЮЗЮН ЮЕЮГЮГЯЮБЯ†ЮЎ ЯƒЯ„ЮП ЮБЯЯ‡ЮЕЮЏЮП +luckperms.command.export.web.export-code=Ю•ЮОЮБЮГЯ‰ЮГЮЎ ЮКЯ‰ЮДЮЙЮКЮПЯ +luckperms.command.export.web.import-command-description=ЮЇЯЮЗЯƒЮЙЮМЮПЯ€ЮПЮЙЮЎЯƒЯ„ЮЕ Я„ЮЗЮН ЮБЮКЯŒЮЛЮПЯ…ЮИЮЗ ЮЕЮНЯ„ЮПЮЛЮЎ ЮГЮЙЮБ ЮНЮБ ЮЕЮЙЯƒЮБЮГЮЌЮГЮЕЯ„ЮЕ +luckperms.command.import.term=Ю•ЮЙЯƒЮБЮГЯ‰ЮГЮЎ +luckperms.command.import.error-term=ЮЃЯ†ЮЌЮЛЮМЮБ +luckperms.command.import.already-running=ЮˆЮНЮБ ЮЌЮЛЮЛЮП ЮБЮНЯ„ЮЏЮГЯЮБЯ†ЮП Я„ЮПЯ… %@ ЮЕЮКЯ„ЮЕЮЛЮЕЮЏЯ„ЮБЮЙ ЮЎЮДЮЗ. +luckperms.command.import.file.doesnt-exist={0} ЮДЮЕЮН Я…Я€ЮЌЯЯ‡ЮЕЮЙ +luckperms.command.import.file.not-readable=Filesystem is not writable +luckperms.command.import.file.unexpected-error-reading=Ю ЮБЯЮПЯ…ЯƒЮЙЮЌЯƒЯ„ЮЗЮКЮЕ ЮМЮЗ ЮБЮНЮБЮМЮЕЮНЯŒЮМЮЕЮНЮП ЯƒЯ†ЮЌЮЛЮМЮБ ЮКЮБЯ„ЮЌ Я„ЮЗЮН ЮЕЮГЮГЯЮБЯ†ЮЎ ЯƒЯ„ЮП ЮБЯЯ‡ЮЕЮЏЮП +luckperms.command.import.file.correct-format=ЮЕЮЏЮНЮБЮЙ ЮЗ ЯƒЯ‰ЯƒЯ„ЮЎ ЮМЮПЯЯ†ЮЎ? +luckperms.command.import.web.unable-to-read=Ю”ЮЕЮН ЮЕЮЏЮНЮБЮЙ ЮДЯ…ЮНЮБЯ„ЮЎ ЮЗ ЮБЮНЮЌЮГЮНЯ‰ЯƒЮЗ ЮДЮЕЮДЮПЮМЮ­ЮНЯ‰ЮН Я‡ЯЮЗЯƒЮЙЮМЮПЯ€ЮПЮЙЯŽЮНЯ„ЮБЯ‚ Я„ЮПЮН ЮДЮЕЮДЮПЮМЮ­ЮНЮП ЮКЯ‰ЮДЮЙЮКЯŒ +luckperms.command.import.progress.percent={0} ЮŸЮЛЮПЮКЮЛЮЗЯЯŽЮИЮЗЮКЮЕ +luckperms.command.import.progress.operations={0}/{1} ЮЕЯЮГЮБЯƒЮЏЮЕЯ‚ ЮПЮЛЮПЮКЮЛЮЗЯЯŽЮИЮЗЮКЮБЮН +luckperms.command.import.starting=ЮˆЮНЮБЯЮОЮЗ ЮДЮЙЮБЮДЮЙЮКЮБЯƒЮЏЮБЯ‚ ЮЕЮЙЯƒЮБЮГЯ‰ЮГЮЎЯ‚ +luckperms.command.import.completed=COMPLETED +luckperms.command.import.duration=ЯƒЮЕ {0} ЮДЮЕЯ…Я„ЮЕЯЯŒЮЛЮЕЯ€Я„ЮБ +luckperms.command.bulkupdate.must-use-console=Ю— ЮЕЮНЯ„ЮПЮЛЮЎ ЮМЮБЮЖЮЙЮКЮЎЯ‚ ЮЕЮНЮЗЮМЮ­ЯЯ‰ЯƒЮЗЯ‚ ЮМЯ€ЮПЯЮЕЮЏ ЮНЮБ Я‡ЯЮЗЯƒЮЙЮМЮПЯ€ЮПЮЙЮЗЮИЮЕЮЏ ЮМЯŒЮНЮП ЮБЯ€ЯŒ Я„ЮЗЮН ЮКЮПЮНЯƒЯŒЮЛЮБ +luckperms.command.bulkupdate.invalid-data-type=ЮœЮЗ Ю­ЮГЮКЯ…ЯЮПЯ‚ Я„ЯЯ€ЮПЯ‚, Я€ЮЕЯЮЏЮМЮЕЮНЮЕ {0} +luckperms.command.bulkupdate.invalid-constraint=ЮœЮЗ Ю­ЮГЮКЯ…ЯЮПЮЙ Я€ЮЕЯЮЙЮПЯЮЙЯƒЮМЮПЮЏ +luckperms.command.bulkupdate.invalid-constraint-format=Ю ЮЕЯЮЙЮПЯЮЙЯƒЮМЮПЮЏ Я€ЯЮ­Я€ЮЕЮЙ ЮНЮБ ЮЕЮЏЮНЮБЮЙ ЯƒЮЕ ЮМЮПЯЯ†ЮЎ {0} +luckperms.command.bulkupdate.invalid-comparison=ЮœЮЗ Ю­ЮГЮКЯ…ЯЮПЯ‚ Я„ЮЕЮЛЮЕЯƒЯ„ЮЎЯ‚ ЯƒЯЮГЮКЯЮЙЯƒЮЗЯ‚ {0} +luckperms.command.bulkupdate.invalid-comparison-format=Ю‘ЮНЮБЮМЮЕЮНЯŒЯ„ЮБЮН Ю­ЮНЮБ ЮБЯ€ЯŒ Я„ЮБ ЮБЮКЯŒЮЛЮПЯ…ЮИЮБ\: {0} +luckperms.command.bulkupdate.queued=Ю›ЮЕЮЙЯ„ЮПЯ…ЯЮГЮЏЮБ ЮМЮБЮЖЮЙЮКЮЎЯ‚ ЮЕЮНЮЗЮМЮ­ЯЯ‰ЯƒЮЗЯ‚ ЯƒЯ„ЮЗЮН ЮПЯ…ЯЮЌ +luckperms.command.bulkupdate.confirm=Ю•ЮКЯ„Ю­ЮЛЮЕЯƒЮЗ {0} ЮГЮЙЮБ ЮЕЮКЯ„Ю­ЮЛЮЕЯƒЮЗ Я„ЮЗЯ‚ ЮЕЮНЮЗЮМЮ­ЯЯ‰ЯƒЮЗЯ‚ +luckperms.command.bulkupdate.unknown-id=ЮŸ ЯƒЯЮНЮДЮЕЯƒЮМЮПЯ‚ ЮЕЮЏЯ„ЮЕ ЮДЮЕЮН Я…Я€ЮЌЯЯ‡ЮЕЮЙ ЮЕЮЏЯ„ЮЕ Ю­Я‡ЮЕЮЙ ЮЛЮЎЮОЮЕЮЙ +luckperms.command.bulkupdate.starting=Ю•ЮКЯ„ЮЕЮЛЮПЯЮМЮЕЮНЮЗ ЮМЮБЮЖЮЙЮКЮЎ ЮЕЮНЮЗЮМЮ­ЯЯ‰ЯƒЮЗ +luckperms.command.bulkupdate.success=Ю— ЮЕЮНЮЗЮМЮ­ЯЯ‰ЯƒЮЗ ЮПЮЛЮПЮКЮЛЮЗЯЯŽЮИЮЗЮКЮЕ ЮМЮЕ ЮЕЯ€ЮЙЯ„Я…Я‡ЮЏЮБ +luckperms.command.bulkupdate.success.statistics.nodes=ЮЇЯЮЎЯƒЯ„ЮЕЯ‚ Я€ЮПЯ… ЮЕЯ€ЮЗЯЮЕЮЌЮЖЮПЮНЯ„ЮБЮЙ +luckperms.command.bulkupdate.success.statistics.users=ЮЇЯЮЎЯƒЯ„ЮЕЯ‚ Я€ЮПЯ… ЮЕЯ€ЮЗЯЮЕЮЌЮЖЮПЮНЯ„ЮБЮЙ +luckperms.command.bulkupdate.success.statistics.groups=ЮЇЯЮЎЯƒЯ„ЮЕЯ‚ Я€ЮПЯ… ЮЕЯ€ЮЗЯЮЕЮЌЮЖЮПЮНЯ„ЮБЮЙ +luckperms.command.bulkupdate.failure=Ю— ЮМЮБЮЖЮЙЮКЮЎ ЮЕЮНЮЗЮМЮ­ЯЯ‰ЯƒЮЗ ЮБЯ€Ю­Я„Я…Я‡ЮЕ, ЮЕЮЛЮ­ЮГЮОЯ„ЮЕ Я„ЮЗЮН ЮКЮПЮНЯƒЯŒЮЛЮБ ЮГЮЙЮБ ЯƒЯ†ЮЌЮЛЮМЮБЯ„ЮБ +luckperms.command.update-task.request=ЮˆЯ‡ЮЕЮЙ ЮЖЮЗЯ„ЮЗЮИЮЕЮЏ ЮМЮЙЮБ ЮЕЯЮГЮБЯƒЮЏЮБ ЮЕЮНЮЗЮМЮ­ЯЯ‰ЯƒЮЗЯ‚, Я€ЮБЯЮБЮКЮБЮЛЯŽ Я€ЮЕЯЮЙЮМЮ­ЮНЮЕЯ„ЮЕ +luckperms.command.update-task.complete=Ю•ЮНЮЗЮМЮ­ЯЯ‰ЯƒЮЗ ЮПЮЛЮПЮКЮЛЮЗЯЯŽЮИЮЗЮКЮЕ +luckperms.command.update-task.push.attempting=ЮЄЯŽЯЮБ Я€ЯЮПЯƒЯ€ЮБЮИЮЕЮЏ ЮНЮБ Я‰ЮИЮЎЯƒЮЕЮЙ ЯƒЮЕ ЮЌЮЛЮЛЮПЯ…Я‚ ЮДЮЙЮБЮКЮПЮМЮЙЯƒЯ„Ю­Я‚ +luckperms.command.update-task.push.complete=Ю†ЮЛЮЛЮПЮЙ ЮДЮЙЮБЮКЮПЮМЮЙЯƒЯ„Ю­Я‚ ЮЕЮЙЮДЮПЯ€ЮПЮЙЮЎЮИЮЗЮКЮБЮН ЮМЮ­ЯƒЯ‰ {0} ЮМЮЕ ЮЕЯ€ЮЙЯ„Я…Я‡ЮЏЮБ +luckperms.command.update-task.push.error=ЮЃЯ†ЮЌЮЛЮМЮБ ЮКЮБЯ„ЮЌ Я„ЮЗЮН Я€ЯЮПЯŽЮИЮЗЯƒЮЗ ЮБЮЛЮЛЮБЮГЯŽЮН ЯƒЮЕ ЮЌЮЛЮЛЮПЯ…Я‚ ЮДЮЙЮБЮКЮПЮМЮЙЯƒЯ„Ю­Я‚ +luckperms.command.update-task.push.error-not-setup=Ю‘ЮДЯ…ЮНЮБЮМЮЏЮБ ЯŽЮИЮЗЯƒЮЗЯ‚ ЮБЮЛЮЛЮБЮГЯŽЮН ЯƒЮЕ ЮЌЮЛЮЛЮПЯ…Я‚ ЮДЮЙЮБЮКЮПЮМЮЙЯƒЯ„Ю­Я‚ ЮКЮБЮИЯŽЯ‚ ЮМЮЙЮБ Я…Я€ЮЗЯЮЕЯƒЮЏЮБ ЮБЮНЯ„ЮБЮЛЮЛЮБЮГЮЎЯ‚ ЮМЮЗЮНЯ…ЮМЮЌЯ„Я‰ЮН ЮДЮЕЮН Ю­Я‡ЮЕЮЙ ЯЯ…ЮИЮМЮЙЯƒЯ„ЮЕЮЏ +luckperms.command.reload-config.success=Ю”ЮЕЮН ЮВЯЮ­ЮИЮЗЮКЮЕ ЮБЯЯ‡ЮЕЮЏЮП ЯЯ…ЮИЮМЮЏЯƒЮЕЯ‰ЮН configuration +luckperms.command.reload-config.restart-note=ЮПЯЮЙЯƒЮМЮ­ЮНЮЕЯ‚ ЮЕЯ€ЮЙЮЛЮПЮГЮ­Я‚ ЮИЮБ ЮЕЯ†ЮБЯЮМЮПЯƒЯ„ЮПЯЮН ЮМЯŒЮНЮП ЮМЮЕЯ„ЮЌ Я„ЮЗЮН ЮЕЯ€ЮБЮНЮЕЮКЮКЮЏЮНЮЗЯƒЮЗ Я„ЮПЯ… ЮДЮЙЮБЮКЮПЮМЮЙЯƒЯ„ЮЎ +luckperms.command.translations.searching=Ю‘ЮНЮБЮЖЮЎЯ„ЮЗЯƒЮЗ ЮГЮЙЮБ ЮДЮЙЮБЮИЮ­ЯƒЮЙЮМЮЕЯ‚ ЮМЮЕЯ„ЮБЯ†ЯЮЌЯƒЮЕЮЙЯ‚, Я€ЮБЯЮБЮКЮБЮЛЯŽ Я€ЮЕЯЮЙЮМЮ­ЮНЮЕЯ„ЮЕ... +luckperms.command.translations.searching-error=Ю”ЮЕЮН ЮЕЮЏЮНЮБЮЙ ЮДЯ…ЮНЮБЯ„ЮЎ ЮЗ ЮБЯ€ЯŒЮКЯ„ЮЗЯƒЮЗ ЮМЮЙЮБЯ‚ ЮЛЮЏЯƒЯ„ЮБЯ‚ ЮДЮЙЮБЮИЮ­ЯƒЮЙЮМЯ‰ЮН ЮМЮЕЯ„ЮБЯ†ЯЮЌЯƒЮЕЯ‰ЮН +luckperms.command.translations.installed-translations=ЮœЮЕЯ„ЮБЯ†ЯЮЌЯƒЮЕЮЙЯ‚ ЮЕЮГЮКЮБЯ„ЮЕЯƒЯ„ЮЗЮМЮ­ЮНЯ‰ЮН module +luckperms.command.translations.available-translations=Ю”ЮЙЮБЮИЮ­ЯƒЮЙЮМЮЕЯ‚ ЮМЮЕЯ„ЮБЯ†ЯЮЌЯƒЮЕЮЙЯ‚ +luckperms.command.translations.percent-translated={0}% ЮМЮЕЯ„ЮБЯ†ЯЮЌЯƒЯ„ЮЗЮКЮЕ +luckperms.command.translations.translations-by=ЮБЯ€ЯŒ +luckperms.command.translations.installing=Ю•ЮГЮКЮБЮИЮЏЯƒЯ„ЮБЯ„ЮБЮЙ ЮП Я€ЮЏЮНЮБЮКЮБЯ‚ ЮЕЮЛЮ­ЮГЯ‡ЮПЯ…, Я€ЮБЯЮБЮКЮБЮЛЯŽ Я€ЮЕЯЮЙЮМЮ­ЮНЮЕЯ„ЮЕ... +luckperms.command.translations.download-error=Ю‘ЮДЯ…ЮНЮБЮМЮЏЮБ ЮЛЮЎЯˆЮЗЯ‚ ЮМЮЕЯ„ЮЌЯ†ЯЮБЯƒЮЗЯ‚ ЮГЮЙЮБ {0} +luckperms.command.translations.installing-specific=Ю•ЮГЮКЮБЯ„ЮЌЯƒЯ„ЮБЯƒЮЗ ЮГЮЛЯŽЯƒЯƒЮБЯ‚ +luckperms.command.translations.install-complete=Ю•ЮГЮКЮБЯ„ЮЌЯƒЯ„ЮБЯƒЮЗ ЮЕЯ€ЮЙЯ„Я…Я‡ЮЎЯ‚\! +luckperms.command.translations.download-prompt=ЮЇЯЮЗЯƒЮЙЮМЮПЯ€ЮПЮЙЮЎЯƒЯ„ЮЕ {0} ЮГЮЙЮБ ЮНЮБ ЮКЮБЯ„ЮЕЮВЮЌЯƒЮЕЯ„ЮЕ ЮКЮБЮЙ ЮНЮБ ЮЕЮГЮКЮБЯ„ЮБЯƒЯ„ЮЎЯƒЮЕЯ„ЮЕ ЮЕЮНЮЗЮМЮЕЯЯ‰ЮМЮ­ЮНЮЕЯ‚ ЮЕЮКЮДЯŒЯƒЮЕЮЙЯ‚ ЮБЯ…Я„ЯŽЮН Я„Я‰ЮН ЮМЮЕЯ„ЮБЯ†ЯЮЌЯƒЮЕЯ‰ЮН Я€ЮПЯ… Я€ЮБЯЮ­Я‡ЮПЮНЯ„ЮБЮЙ ЮБЯ€ЯŒ Я„ЮЗЮН ЮКЮПЮЙЮНЯŒЯ„ЮЗЯ„ЮБ +luckperms.command.translations.download-override-warning=Ю ЮБЯЮБЮКЮБЮЛЯŽ ЯƒЮЗЮМЮЕЮЙЯŽЯƒЯ„ЮЕ ЯŒЯ„ЮЙ ЮБЯ…Я„ЯŒ ЮИЮБ Я€ЮБЯЮБЮКЮЌЮМЯˆЮЕЮЙ Я„Я…Я‡ЯŒЮН ЮБЮЛЮЛЮБЮГЮ­Я‚ Я€ЮПЯ… Ю­Я‡ЮЕЯ„ЮЕ ЮКЮЌЮНЮЕЮЙ ЮГЮЙЮБ ЮБЯ…Я„Ю­Я‚ Я„ЮЙЯ‚ ЮГЮЛЯŽЯƒЯƒЮЕЯ‚ +luckperms.usage.user.description=ЮˆЮНЮБ ЯƒЯЮНЮПЮЛЮП ЮЕЮНЯ„ЮПЮЛЯŽЮН ЮГЮЙЮБ Я„ЮЗ ЮДЮЙЮБЯ‡ЮЕЮЏЯЮЙЯƒЮЗ Я„Я‰ЮН Я‡ЯЮЗЯƒЯ„ЯŽЮН ЮМЮ­ЯƒЮБ ЯƒЯ„ЮП LuckPerms. (ЮˆЮНЮБЯ‚ ''Я‡ЯЮЎЯƒЯ„ЮЗЯ‚'' ЯƒЯ„ЮП LuckPerms ЮЕЮЏЮНЮБЮЙ ЮБЯ€ЮЛЮЌ Ю­ЮНЮБЯ‚ Я€ЮБЮЏЮКЯ„ЮЗЯ‚ ЮКЮБЮЙ ЮМЯ€ЮПЯЮЕЮЏ ЮНЮБ ЮБЮНЮБЯ†Ю­ЯЮЕЯ„ЮБЮЙ ЯƒЮЕ Ю­ЮНЮБ UUID ЮЎ ЯŒЮНЮПЮМЮБ Я‡ЯЮЎЯƒЯ„ЮЗ) +luckperms.usage.group.description=ЮˆЮНЮБ ЯƒЯЮНЮПЮЛЮП ЮЕЮНЯ„ЮПЮЛЯŽЮН ЮГЮЙЮБ Я„ЮЗ ЮДЮЙЮБЯ‡ЮЕЮЏЯЮЙЯƒЮЗ Я„Я‰ЮН ЮПЮМЮЌЮДЯ‰ЮН ЯƒЯ„ЮП LuckPerms. ЮŸЮЙ ЮПЮМЮЌЮДЮЕЯ‚ ЮЕЮЏЮНЮБЮЙ ЮБЯ€ЮЛЮЌ ЯƒЯ…ЮЛЮЛЮПЮГЮ­Я‚ ЮЕЮКЯ‡Я‰ЯЮЎЯƒЮЕЯ‰ЮН ЮДЮЙЮКЮБЮЙЯ‰ЮМЮЌЯ„Я‰ЮН Я€ЮПЯ… ЮМЯ€ЮПЯЮПЯЮН ЮНЮБ ЮДЮПЮИЮПЯЮН ЯƒЯ„ЮПЯ…Я‚ Я‡ЯЮЎЯƒЯ„ЮЕЯ‚. ЮŸЮЙ ЮНЮ­ЮЕЯ‚ ЮПЮМЮЌЮДЮЕЯ‚ ЮГЮЏЮНЮПЮНЯ„ЮБЮЙ Я‡ЯЮЗЯƒЮЙЮМЮПЯ€ЮПЮЙЯŽЮНЯ„ЮБЯ‚ Я„ЮЗЮН ЮЕЮНЯ„ЮПЮЛЮЎ ''creategroup''. +luckperms.usage.track.description=ЮˆЮНЮБ ЯƒЯЮНЮПЮЛЮП ЮЕЮНЯ„ЮПЮЛЯŽЮН ЮГЮЙЮБ Я„ЮЗ ЮДЮЙЮБЯ‡ЮЕЮЏЯЮЙЯƒЮЗ Я„Я‰ЮН ЮКЮПЮМЮМЮБЯ„ЮЙЯŽЮН ЮМЮ­ЯƒЮБ ЯƒЯ„ЮП LuckPerms. ЮЄЮБ ЮЏЯ‡ЮНЮЗ ЮЕЮЏЮНЮБЮЙ ЮМЮЙЮБ Я„ЮБЮОЮЙЮНЮПЮМЮЗЮМЮ­ЮНЮЗ ЯƒЯ…ЮЛЮЛЮПЮГЮЎ ЮПЮМЮЌЮДЯ‰ЮН Я€ЮПЯ… ЮМЯ€ЮПЯЮЕЮЏ ЮНЮБ Я‡ЯЮЗЯƒЮЙЮМЮПЯ€ЮПЮЙЮЗЮИЮЕЮЏ ЮГЮЙЮБ Я„ЮПЮН ЮКЮБЮИЮПЯЮЙЯƒЮМЯŒ Я€ЯЮПЯ‰ЮИЮЗЯ„ЮЙЮКЯŽЮН ЮЕЮНЮЕЯЮГЮЕЮЙЯŽЮН ЮКЮБЮЙ ЮБЯ€ЮПЯƒЯ„ЮЌЯƒЮЕЯ‰ЮН. +luckperms.usage.log.description=ЮˆЮНЮБ ЯƒЯЮНЮПЮЛЮП ЮЕЮНЯ„ЮПЮЛЯŽЮН ЮГЮЙЮБ Я„ЮЗ ЮДЮЙЮБЯ‡ЮЕЮЏЯЮЙЯƒЮЗ Я„ЮЗЯ‚ ЮЛЮЕЮЙЯ„ЮПЯ…ЯЮГЮЙЮКЯŒЯ„ЮЗЯ„ЮБЯ‚ ЮКЮБЯ„ЮБЮГЯЮБЯ†ЮЎЯ‚ ЯƒЯ„ЮП LuckPerms. +luckperms.usage.sync.description=Ю•Я€ЮБЮНЮБЯ†ЯŒЯЯ„Я‰ЯƒЮЗ ЯŒЮЛЯ‰ЮН Я„Я‰ЮН ЮДЮЕЮДЮПЮМЮ­ЮНЯ‰ЮН ЮБЯ€ЯŒ Я„ЮПЮН ЮБЯ€ЮПЮИЮЗЮКЮЕЯ…Я„ЮЙЮКЯŒ Я‡ЯŽЯЮП Я„Я‰ЮН plugins ЯƒЯ„ЮЗ ЮМЮНЮЎЮМЮЗ, ЮКЮБЮЙ ЮЕЯ†ЮБЯЮМЮПЮГЮЎ Я„Я…Я‡ЯŒЮН ЮБЮЛЮЛЮБЮГЯŽЮН Я€ЮПЯ… ЮБЮНЮЙЯ‡ЮНЮЕЯЮПЮНЯ„ЮБЮЙ. +luckperms.usage.info.description=Ю•ЮКЯ„Я…Я€ЯŽЮНЮЕЮЙ ЮГЮЕЮНЮЙЮКЮ­Я‚ Я€ЮЛЮЗЯЮПЯ†ЮПЯЮЏЮЕЯ‚ ЯƒЯ‡ЮЕЯ„ЮЙЮКЮЌ ЮМЮЕ Я„ЮЗЮН Я€ЮБЯЮПЯ…ЯƒЮЏЮБ Я„ЮПЯ… ЮЕЮНЮЕЯЮГЮПЯ Я€ЯЯŒЯƒЮИЮЕЯ„ЮПЯ…. +luckperms.usage.editor.description=Ю”ЮЗЮМЮЙЮПЯ…ЯЮГЮЕЮЏ ЮМЮЙЮБ ЮНЮ­ЮБ ЯƒЯ…ЮНЮЕЮДЯЮЏЮБ ЮЕЯ€ЮЕЮОЮЕЯЮГЮБЯƒЯ„ЮЎ ЮЙЯƒЯ„ЮПЯ +luckperms.usage.editor.argument.type=ЮПЮЙ Я„ЯЯ€ЮПЮЙ Я€ЮПЯ… ЮИЮБ Я†ЮПЯЯ„Я‰ЮИЮПЯЮН ЯƒЯ„ЮПЮН ЮЕЯ€ЮЕЮОЮЕЯЮГЮБЯƒЯ„ЮЎ. (''ЯŒЮЛЮБ'', ''Я‡ЯЮЎЯƒЯ„ЮЕЯ‚'' ЮЎ ''ЮПЮМЮЌЮДЮЕЯ‚'') +luckperms.usage.editor.argument.filter=ЮЌЮДЮЕЮЙЮБ Я†ЮЙЮЛЯ„ЯЮБЯЮЏЯƒЮМЮБЯ„ЮПЯ‚ ЮКЮБЯ„ЮБЯ‡Я‰ЯЮЎЯƒЮЕЯ‰ЮН Я‡ЯЮЎЯƒЯ„ЮЗ ЮКЮБЯ„ЮЌ +luckperms.usage.verbose.description=Ю•ЮЛЮ­ЮГЯ‡ЮЕЮЙ Я„ЮП ЯƒЯЯƒЯ„ЮЗЮМЮБ Я€ЮБЯЮБЮКЮПЮЛЮПЯЮИЮЗЯƒЮЗЯ‚ ЮЕЮЛЮ­ЮГЯ‡ЮПЯ… ЮБЮДЮЕЮЙЯŽЮН Я„Я‰ЮН Я€ЯЮПЯƒЮИЮ­Я„Я‰ЮН. +luckperms.usage.verbose.argument.action=ЮБЮН ЮИЮБ ЮЕЮНЮЕЯЮГЮПЯ€ЮПЮЙЮЎЯƒЮЕЯ„ЮЕ/ЮБЯ€ЮЕЮНЮЕЯЮГЮПЯ€ЮПЮЙЮЎЯƒЮЕЯ„ЮЕ Я„ЮЗЮН ЮКЮБЯ„ЮБЮГЯЮБЯ†ЮЎ, ЮЎ ЮНЮБ ЮБЮНЮЕЮВЮЌЯƒЮЕЯ„ЮЕ Я„ЮЗЮН Ю­ЮОЮПЮДЮП Я€ЮПЯ… ЮКЮБЯ„ЮБЮГЯЮЌЯ†ЮЗЮКЮЕ +luckperms.usage.verbose.argument.filter=Я„ЮП Я†ЮЏЮЛЯ„ЯЮП ЮГЮЙЮБ ЮБЮНЯ„ЮЙЯƒЯ„ЮПЮЏЯ‡ЮЙЯƒЮЗ ЮКЮБЯ„ЮБЯ‡Я‰ЯЮЎЯƒЮЕЯ‰ЮН ЮМЮЕ +luckperms.usage.verbose.argument.commandas=ЮП Я€ЮБЮЏЮКЯ„ЮЗЯ‚/ЮЕЮНЯ„ЮПЮЛЮЎ Я€ЮПЯ… ЮИЮБ ЮЕЮКЯ„ЮЕЮЛЮЕЯƒЯ„ЮЕЮЏ +luckperms.usage.tree.description=Ю”ЮЗЮМЮЙЮПЯ…ЯЮГЮЕЮЏ ЮМЮЙЮБ Я€ЯЮПЮВЮПЮЛЮЎ ЮДЮ­ЮНЯ„ЯЮПЯ… (Я„ЮБЮОЮЙЮНЮПЮМЮЗЮМЮ­ЮНЮЗ ЮЙЮЕЯЮБЯЯ‡ЮЏЮБ ЮЛЮЏЯƒЯ„ЮБЯ‚) ЯŒЮЛЯ‰ЮН Я„Я‰ЮН ЮДЮЙЮКЮБЮЙЯ‰ЮМЮЌЯ„Я‰ЮН Я€ЮПЯ… ЮЕЮЏЮНЮБЮЙ ЮГЮНЯ‰ЯƒЯ„ЮЌ ЯƒЯ„ЮП LuckPerms. +luckperms.usage.tree.argument.scope=ЮЗ ЯЮЏЮЖЮБ Я„ЮПЯ… ЮДЮ­ЮНЯ„ЯЮПЯ…. ЮКЮБЮИЮПЯЮЏЯƒЯ„ЮЕ "." ЮГЮЙЮБ ЮНЮБ ЯƒЯ…ЮМЯ€ЮЕЯЮЙЮЛЮЌЮВЮЕЯ„ЮЕ ЯŒЮЛЮБ Я„ЮБ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ +luckperms.usage.tree.argument.player=Я„ЮП ЯŒЮНЮПЮМЮБ ЮЕЮНЯŒЯ‚ online Я€ЮБЮЏЮКЯ„ЮЗ ЮГЮЙЮБ ЮНЮБ Я„ЮП ЮЕЮЛЮ­ЮГЮОЮЕЮЙ +luckperms.usage.search.description=Ю‘ЮНЮБЮЖЮЎЯ„ЮЗЯƒЮЗ ЮГЮЙЮБ ЯŒЮЛЮПЯ…Я‚ Я„ЮПЯ…Я‚ Я‡ЯЮЎЯƒЯ„ЮЕЯ‚/ЮПЮМЮЌЮДЮЕЯ‚ ЮМЮЕ ЯƒЯ…ЮГЮКЮЕЮКЯЮЙЮМЮ­ЮНЮЗ ЮЌЮДЮЕЮЙЮБ +luckperms.usage.search.argument.permission=Я„ЮЗЮН ЮЌЮДЮЕЮЙЮБ ЮГЮЙЮБ ЮБЮНЮБЮЖЮЎЯ„ЮЗЯƒЮЗ +luckperms.usage.search.argument.page=ЮЗ ЯƒЮЕЮЛЮЏЮДЮБ Я€ЯЮПЯ‚ Я€ЯЮПЮВЮПЮЛЮЎ +luckperms.usage.network-sync.description=ЮЃЯ…ЮГЯ‡ЯЮПЮНЮЙЯƒЮМЯŒЯ‚ ЮБЮЛЮЛЮБЮГЯŽЮН ЮМЮЕ Я„ЮПЮН ЮБЯ€ЮПЮИЮЗЮКЮЕЯ…Я„ЮЙЮКЯŒ Я‡ЯŽЯЮП ЮКЮБЮЙ ЮБЮЏЯ„ЮЗЮМЮБ ЯŒЮЛЮПЮЙ ЮПЮЙ ЮЌЮЛЮЛЮПЮЙ ЮДЮЙЮБЮКЮПЮМЮЙЯƒЯ„Ю­Я‚ Я„ЮПЯ… ЮДЮЙЮКЯ„ЯЮПЯ… ЮНЮБ ЮКЮЌЮНЮПЯ…ЮН Я„ЮП ЮЏЮДЮЙЮП +luckperms.usage.import.description=Ю•ЮЙЯƒЮЌЮГЮЕЮЙ ЮДЮЕЮДЮПЮМЮ­ЮНЮБ ЮБЯ€ЯŒ ЮБЯЯ‡ЮЕЮЏЮП ЮЕЮОЮБЮГЯ‰ЮГЮЎЯ‚ (Я€ЯЮПЮЗЮГЮПЯ…ЮМЮ­ЮНЯ‰Я‚ ЮДЮЗЮМЮЙЮПЯ…ЯЮГЮЗЮМЮ­ЮНЮП) +luckperms.usage.import.argument.file=Я„ЮП ЮБЯЯ‡ЮЕЮЏЮП Я€ЮПЯ… ЮИЮБ ЮЕЮЙЯƒЮБЯ‡ЮИЮЕЮЏ ЮБЯ€ЯŒ +luckperms.usage.import.argument.replace=ЮБЮНЯ„ЮЙЮКЮБЯ„ЮЌЯƒЯ„ЮБЯƒЮЗ Я…Я€ЮБЯЯ‡ЯŒЮНЯ„Я‰ЮН ЮДЮЕЮДЮПЮМЮ­ЮНЯ‰ЮН ЮБЮНЯ„ЮЏ ЯƒЯ…ЮГЯ‡ЯŽЮНЮЕЯ…ЯƒЮЗЯ‚ +luckperms.usage.import.argument.upload=ЮБЮНЮЕЮВЮЌЯƒЯ„ЮЕ Я„ЮБ ЮДЮЕЮДЮПЮМЮ­ЮНЮБ ЮБЯ€ЯŒ ЮМЮЙЮБ Я€ЯЮПЮЗЮГЮПЯЮМЮЕЮНЮЗ ЮЕЮОЮБЮГЯ‰ЮГЮЎ +luckperms.usage.export.description=Ю•ЮОЮЌЮГЮЕЮЙ ЯŒЮЛЮБ Я„ЮБ ЮДЮЕЮДЮПЮМЮ­ЮНЮБ ЮДЮЙЮКЮБЮЙЯ‰ЮМЮЌЯ„Я‰ЮН ЯƒЮЕ Ю­ЮНЮБ ЮБЯЯ‡ЮЕЮЏЮП ''ЮЕЮОЮБЮГЯ‰ЮГЮЎЯ‚''. ЮœЯ€ЮПЯЮЕЮЏ ЮНЮБ ЮЕЯ€ЮБЮНЮЕЮЙЯƒЮБЯ‡ЮИЮЕЮЏ ЮБЯЮГЯŒЯ„ЮЕЯЮБ. +luckperms.usage.export.argument.file=Я„ЮП ЮБЯЯ‡ЮЕЮЏЮП Я€ЮПЯ… ЮИЮБ ЮЕЮЙЯƒЮБЯ‡ЮИЮЕЮЏ ЮБЯ€ЯŒ +luckperms.usage.export.argument.without-users=ЮБЯ€ЮПЮКЮЛЮЕЮЙЯƒЮМЯŒЯ‚ Я‡ЯЮЗЯƒЯ„ЯŽЮН ЮБЯ€ЯŒ Я„ЮЗЮН ЮЕЮОЮБЮГЯ‰ЮГЮЎ +luckperms.usage.export.argument.without-groups=ЮБЯ€ЮПЮКЮЛЮЕЮЙЯƒЮМЯŒЯ‚ Я‡ЯЮЗЯƒЯ„ЯŽЮН ЮБЯ€ЯŒ Я„ЮЗЮН ЮЕЮОЮБЮГЯ‰ЮГЮЎ +luckperms.usage.export.argument.upload=Ю•ЮОЮЌЮГЮЕЮЙ ЯŒЮЛЮБ Я„ЮБ ЮДЮЕЮДЮПЮМЮ­ЮНЮБ ЮДЮЙЮКЮБЮЙЯ‰ЮМЮЌЯ„Я‰ЮН ЯƒЮЕ Ю­ЮНЮБ ЮБЯЯ‡ЮЕЮЏЮП ''ЮЕЮОЮБЮГЯ‰ЮГЮЎЯ‚''. ЮœЯ€ЮПЯЮЕЮЏ ЮНЮБ ЮЕЯ€ЮБЮНЮЕЮЙЯƒЮБЯ‡ЮИЮЕЮЏ ЮБЯЮГЯŒЯ„ЮЕЯЮБ. +luckperms.usage.reload-config.description=Ю•Я€ЮБЮНЮБЯ†ЯŒЯЯ„Я‰ЯƒЮЗ ЮМЮЕЯЮЙЮКЯŽЮН ЮБЯ€ЯŒ Я„ЮЙЯ‚ ЮЕЯ€ЮЙЮЛЮПЮГЮ­Я‚ ЯЯ…ЮИЮМЮЏЯƒЮЕЯ‰ЮН +luckperms.usage.bulk-update.description=Ю•ЮКЯ„Ю­ЮЛЮЕЯƒЮЗ ЮМЮБЮЖЮЙЮКЯŽЮН ЮЕЯЯ‰Я„ЮЎЯƒЮЕЯ‰ЮН ЮБЮЛЮЛЮБЮГЮЎЯ‚ ЯƒЮЕ ЯŒЮЛЮБ Я„ЮБ ЮДЮЕЮДЮПЮМЮ­ЮНЮБ +luckperms.usage.bulk-update.argument.data-type=ЮП Я„ЯЯ€ЮПЯ‚ Я„Я‰ЮН ЮДЮЕЮДЮПЮМЮ­ЮНЯ‰ЮН Я€ЮПЯ… ЮБЮЛЮЛЮЌЮЖЮПЯ…ЮН. (''ЯŒЮЛЮБ'', ''Я‡ЯЮЎЯƒЯ„ЮЕЯ‚'' ЮЎ ''ЮПЮМЮЌЮДЮЕЯ‚'') +luckperms.usage.bulk-update.argument.action=Я„ЮЗЮН ЮЕЮНЮ­ЯЮГЮЕЮЙЮБ Я€ЮПЯ… ЮИЮБ ЮЕЮКЯ„ЮЕЮЛЮЕЯƒЯ„ЮЕЮЏ ЯƒЯ„ЮБ ЮДЮЕЮДЮПЮМЮ­ЮНЮБ. (''ЮЕЮНЮЗЮМЮ­ЯЯ‰ЯƒЮЗ'' ЮЎ ''ЮДЮЙЮБЮГЯЮБЯ†ЮЎ'') +luckperms.usage.bulk-update.argument.action-field=Я„ЮП Я€ЮЕЮДЮЏЮП ЮГЮЙЮБ ЮНЮБ ЮЕЮНЮЕЯЮГЮЎЯƒЮЕЯ„ЮЕ. ЮБЯ€ЮБЮЙЯ„ЮЕЮЏЯ„ЮБЮЙ ЮМЯŒЮНЮП ЮГЮЙЮБ ''ЮЕЮНЮЗЮМЮ­ЯЯ‰ЯƒЮЗ''. (''ЮЌЮДЮЕЮЙЮБ'', ''ЮДЮЙЮБЮКЮПЮМЮЙЯƒЯ„ЮЎЯ‚'' ЮЎ ''ЮКЯŒЯƒЮМЮПЯ‚'') +luckperms.usage.bulk-update.argument.action-value=ЮЗ Я„ЮЙЮМЮЎ Я€ЯЮПЯ‚ ЮБЮНЯ„ЮЙЮКЮБЯ„ЮЌЯƒЯ„ЮБЯƒЮЗ. ЮБЯ€ЮБЮЙЯ„ЮЕЮЏЯ„ЮБЮЙ ЮМЯŒЮНЮП ЮГЮЙЮБ ''ЮЕЮНЮЗЮМЮ­ЯЯ‰ЯƒЮЗ''. +luckperms.usage.bulk-update.argument.constraint=Я„ЮПЯ…Я‚ Я€ЮЕЯЮЙЮПЯЮЙЯƒЮМЮПЯЯ‚ Я€ЮПЯ… ЮБЯ€ЮБЮЙЯ„ЮПЯЮНЯ„ЮБЮЙ ЮГЮЙЮБ Я„ЮЗЮН ЮЕЮНЮЗЮМЮ­ЯЯ‰ЯƒЮЗ +luckperms.usage.translations.description=Ю”ЮЙЮБЯ‡ЮЕЮЏЯЮЙЯƒЮЗ ЮМЮЕЯ„ЮБЯ†ЯЮЌЯƒЮЕЯ‰ЮН +luckperms.usage.translations.argument.install=subcommand ЮГЮЙЮБ ЮЕЮГЮКЮБЯ„ЮЌЯƒЯ„ЮБЯƒЮЗ ЮМЮЕЯ„ЮБЯ†ЯЮЌЯƒЮЕЯ‰ЮН +luckperms.usage.apply-edits.description=Ю•Я†ЮБЯЮМЯŒЮЖЮЕЮЙ Я„ЮЙЯ‚ ЮБЮЛЮЛЮБЮГЮ­Я‚ ЮДЮЙЮКЮБЮЙЯ‰ЮМЮЌЯ„Я‰ЮН Я€ЮПЯ… Ю­ЮГЮЙЮНЮБЮН ЮБЯ€ЯŒ Я„ЮПЮН ЮЕЯ€ЮЕЮОЮЕЯЮГЮБЯƒЯ„ЮЎ ЮЙЯƒЯ„ЮПЯ +luckperms.usage.apply-edits.argument.code=ЮП ЮМЮПЮНЮБЮДЮЙЮКЯŒЯ‚ ЮКЯ‰ЮДЮЙЮКЯŒЯ‚ ЮГЮЙЮБ Я„ЮБ ЮДЮЕЮДЮПЮМЮ­ЮНЮБ +luckperms.usage.apply-edits.argument.target=Я€ЮПЮЙЮПЯ‚ ЮНЮБ ЮЕЯ†ЮБЯЮМЯŒЯƒЮЕЮЙ Я„ЮБ ЮДЮЕЮДЮПЮМЮ­ЮНЮБ +luckperms.usage.create-group.description=Ю”ЮЗЮМЮЙЮПЯ…ЯЮГЮЏЮБ ЮНЮ­ЮБЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.create-group.argument.name=ЮœЮЕЯ„ЮПЮНЮПЮМЮБЯƒЮЏЮБ Я€ЯЮПЯŠЯŒЮНЯ„ЮПЯ‚ +luckperms.usage.create-group.argument.weight=ЮœЮЕЯ„ЮПЮНЮПЮМЮБЯƒЮЏЮБ Я€ЯЮПЯŠЯŒЮНЯ„ЮПЯ‚ +luckperms.usage.create-group.argument.display-name=ЮЄЮП ЮЕЮМЯ†ЮБЮНЮЙЮЖЯŒЮМЮЕЮНЮП ЯŒЮНЮПЮМЮБ Я„ЮПЯ… Я€ЮБЯЮПЯ‡Ю­ЮБ. +luckperms.usage.delete-group.description=Ю”ЮЙЮБЮГЯЮБЯ†ЮЎ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.delete-group.argument.name=ЮœЮЕЯ„ЮПЮНЮПЮМЮБЯƒЮЏЮБ Я€ЯЮПЯŠЯŒЮНЯ„ЮПЯ‚ +luckperms.usage.list-groups.description=Ю›ЮЏЯƒЯ„ЮБ ЯŒЮЛЯ‰ЮН Я„Я‰ЮН ЮПЮМЮЌЮДЯ‰ЮН ЯƒЯ„ЮЗЮН Я€ЮЛЮБЯ„Я†ЯŒЯЮМЮБ +luckperms.usage.create-track.description=Ю”ЮЗЮМЮЙЮПЯ…ЯЮГЮЏЮБ ЮНЮ­ЮБЯ‚ ЮЕЮНЯ„ЮПЮЛЮЎЯ‚ +luckperms.usage.create-track.argument.name=ЮœЮЕЯ„ЮПЮНЮПЮМЮБЯƒЮЏЮБ Я€ЯЮПЯŠЯŒЮНЯ„ЮПЯ‚ +luckperms.usage.delete-track.description=Ю”ЮЙЮБЮГЯЮБЯ†ЮЎ ЮДЮЙЮБЮДЯЮПЮМЮЎЯ‚; +luckperms.usage.delete-track.argument.name=ЮœЮЕЯ„ЮПЮНЮПЮМЮБЯƒЮЏЮБ Я€ЯЮПЯŠЯŒЮНЯ„ЮПЯ‚ +luckperms.usage.list-tracks.description=Ю›ЮЏЯƒЯ„ЮБ ЯŒЮЛЯ‰ЮН Я„Я‰ЮН ЮПЮМЮЌЮДЯ‰ЮН ЯƒЯ„ЮЗЮН Я€ЮЛЮБЯ„Я†ЯŒЯЮМЮБ +luckperms.usage.user-info.description=Ю”ЮЕЮЏЯ‡ЮНЮЕЮЙ Я„ЮЙЯ‚ Я€ЮЛЮЗЯЮПЯ†ЮПЯЮЏЮЕЯ‚ ЮЕЮНЯŒЯ‚ ЮДЮЙЮБЮКЮПЮМЮЙЯƒЯ„ЮЎ +luckperms.usage.user-switchprimarygroup.description=Ю•ЮНЮБЮЛЮЛЮБЮГЮЎ Я„ЮЗЯ‚ ЮКЯЯЮЙЮБЯ‚ ЮПЮМЮЌЮДЮБЯ‚ Я„ЮПЯ… Я‡ЯЮЎЯƒЯ„ЮЗ +luckperms.usage.user-switchprimarygroup.argument.group=ЮЗ ЮПЮМЮЌЮДЮБ Я€ЮПЯ… ЮИЮБ ЮПЯЮЙЯƒЯ„ЮЕЮЏ ЯƒЮЕ +luckperms.usage.user-promote.description=Ю ЯЮПЯ‰ЮИЮЕЮЏ Я„ЮПЮН Я‡ЯЮЎЯƒЯ„ЮЗ Я€ЯЮПЯ‚ Я„ЮБ Я€ЮЌЮНЯ‰ Ю­ЮНЮБ ЮКЮПЮМЮМЮЌЯ„ЮЙ +luckperms.usage.user-promote.argument.track=Я„ЮП ЮКЮПЮМЮМЮЌЯ„ЮЙ ЮГЮЙЮБ Я„ЮЗЮН Я€ЯЮПЯŽЮИЮЗЯƒЮЗ Я„ЮПЯ… Я‡ЯЮЎЯƒЯ„ЮЗ +luckperms.usage.user-promote.argument.context=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.user-promote.argument.dont-add-to-first=Я€ЯЮПЯŽЮИЮЗЯƒЮЗ Я„ЮПЯ… Я‡ЯЮЎЯƒЯ„ЮЗ ЮМЯŒЮНЮП ЮБЮН ЮВЯЮЏЯƒЮКЮПЮНЯ„ЮБЮЙ ЮЎЮДЮЗ ЯƒЯ„ЮП ЮКЮПЮМЮМЮЌЯ„ЮЙ +luckperms.usage.user-demote.description=Ю ЯЮПЯ‰ЮИЮЕЮЏ Я„ЮПЮН Я‡ЯЮЎЯƒЯ„ЮЗ Я€ЯЮПЯ‚ Я„ЮБ Я€ЮЌЮНЯ‰ Ю­ЮНЮБ ЮКЮПЮМЮМЮЌЯ„ЮЙ +luckperms.usage.user-demote.argument.track=Я„ЮП ЮКЮПЮМЮМЮЌЯ„ЮЙ ЮГЮЙЮБ Я„ЮЗЮН Я€ЯЮПЯŽЮИЮЗЯƒЮЗ Я„ЮПЯ… Я‡ЯЮЎЯƒЯ„ЮЗ +luckperms.usage.user-demote.argument.context=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.user-demote.argument.dont-remove-from-first=ЮБЯ€ЮПЯ„ЯЮПЯ€ЮЎ Я„ЮЗЯ‚ ЮКЮБЯ„ЮЌЯЮГЮЗЯƒЮЗЯ‚ Я„ЮПЯ… Я‡ЯЮЎЯƒЯ„ЮЗ ЮБЯ€ЯŒ Я„ЮЗЮН Я€ЯЯŽЯ„ЮЗ ЮПЮМЮЌЮДЮБ +luckperms.usage.user-clone.description=ЮšЮЛЯ‰ЮНЮПЯ€ЮПЮЏЮЗЯƒЮЗ Я„ЮПЯ… Я‡ЯЮЎЯƒЯ„ЮЗ +luckperms.usage.user-clone.argument.user=Я„ЮП ЯŒЮНЮПЮМЮБ/uuid Я„ЮПЯ… Я‡ЯЮЎЯƒЯ„ЮЗ ЮГЮЙЮБ Я†ЮЙЮЛЯ„ЯЮЌЯЮЙЯƒЮМЮБ ЮКЮБЯ„ЮЌ +luckperms.usage.group-info.description=Ю”ЮЏЮНЮЕЮЙ Я€ЮЛЮЗЯЮПЯ†ЮПЯЮЏЮЕЯ‚ ЯƒЯ‡ЮЕЯ„ЮЙЮКЮЌ ЮМЮЕ Я„ЮП ЮКЮПЮМЮМЮЌЯ„ЮЙ +luckperms.usage.group-listmembers.description=Ю•ЮМЯ†ЮЌЮНЮЙЯƒЮЗ Я„Я‰ЮН Я‡ЯЮЗЯƒЯ„ЯŽЮН/ЮПЮМЮЌЮДЯ‰ЮН Я€ЮПЯ… ЮКЮЛЮЗЯЮПЮНЮПЮМЮПЯЮН ЮБЯ€ЯŒ ЮБЯ…Я„ЮЎ Я„ЮЗЮН ЮПЮМЮЌЮДЮБ +luckperms.usage.group-listmembers.argument.page=ЮЗ ЯƒЮЕЮЛЮЏЮДЮБ Я€ЯЮПЯ‚ Я€ЯЮПЮВЮПЮЛЮЎ +luckperms.usage.group-setweight.description=ЮŸЯЮЙЯƒЮМЯŒЯ‚ ЮВЮЌЯЮПЯ…Я‚ ЮПЮМЮЌЮДЯ‰ЮН +luckperms.usage.group-setweight.argument.weight=Я„ЮП ЮКЮЛЮЕЮЙЮДЮЏ Я€ЮПЯ… ЮИЮБ ЮПЯЮЏЯƒЮЕЯ„ЮЕ +luckperms.usage.group-set-display-name.description=Enter the group display name +luckperms.usage.group-set-display-name.argument.name=ЮЗ Я„ЮЙЮМЮЎ Я€ЮПЯ… ЮИЮБ ЮПЯЮЙЯƒЯ„ЮЕЮЏ +luckperms.usage.group-set-display-name.argument.context=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.group-rename.description=ЮœЮЕЯ„ЮПЮНЮПЮМЮБЯƒЮЏЮБ Я€ЯЮПЯŠЯŒЮНЯ„ЮПЯ‚ +luckperms.usage.group-rename.argument.name=Я„ЮП ЮНЮ­ЮП ЯŒЮНЮПЮМЮБ +luckperms.usage.group-clone.description=ЮšЮЛЯ‰ЮНЮПЯ€ЮПЮЏЮЗЯƒЮЗ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.group-clone.argument.name=Я„ЮП ЯŒЮНЮПЮМЮБ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ ЮГЮЙЮБ ЮКЮЛЯ‰ЮНЮПЯ€ЮПЮЏЮЗЯƒЮЗ +luckperms.usage.holder-editor.description=Ю‘ЮНЮПЮЏЮГЮЕЮЙ Я„ЮПЮН ЮЕЯ€ЮЕЮОЮЕЯЮГЮБЯƒЯ„ЮЎ ЮДЮЙЮКЮБЮЙЯ‰ЮМЮЌЯ„Я‰ЮН web +luckperms.usage.holder-showtracks.description=Ю ЮБЯЮБЮИЮ­Я„ЮЕЮЙ Я„ЮБ ЮКЮПЮМЮМЮЌЯ„ЮЙЮБ ЯƒЯ„ЮБ ЮПЯ€ЮПЮЏЮБ ЮВЯЮЏЯƒЮКЮЕЯ„ЮБЮЙ Я„ЮП ЮБЮНЯ„ЮЙЮКЮЕЮЏЮМЮЕЮНЮП +luckperms.usage.holder-clear.description=Ю‘Я†ЮБЮЙЯЮЕЮЏ ЯŒЮЛЮБ Я„ЮБ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ, Я„ЮПЯ…Я‚ ЮГЮПЮНЮЕЮЏЯ‚ ЮКЮБЮЙ Я„ЮП meta +luckperms.usage.holder-clear.argument.context=Я„ЮБ ЯƒЯ…ЮМЯ†ЯЮБЮЖЯŒЮМЮЕЮНЮБ Я†ЮЙЮЛЯ„ЯЮБЯЮЏЯƒЮМЮБЯ„ЮПЯ‚ ЮКЮБЯ„ЮЌ +luckperms.usage.permission.description=Ю•Я€ЮЕЮОЮЕЯЮГЮБЯƒЮЏЮБ ЮБЮДЮЕЮЙЯŽЮН +luckperms.usage.parent.description=Ю•Я€ЮЕЮОЮЕЯЮГЮБЯƒЮЏЮБ ЮКЮЛЮЗЯЮПЮНЮПЮМЮЙЮЌЯ‚ +luckperms.usage.meta.description=Ю•Я€ЮЕЮОЮЕЯЮГЮБЯƒЮЏЮБ Я€ЯЮПЮКЮБЮИЮПЯЮЙЯƒЮМЮ­ЮНЯ‰ЮН Я„ЮЙЮМЯŽЮН +luckperms.usage.permission-info.description=Ю•ЮМЯ†ЮБЮНЮЏЮЖЮЕЮЙ Я„ЮПЯ…Я‚ ЮКЯŒЮМЮВЮПЯ…Я‚ ЮДЮЙЮКЮБЮЙЯ‰ЮМЮЌЯ„Я‰ЮН Я€ЮПЯ… Ю­Я‡ЮЕЮЙ Я„ЮП ЮБЮНЯ„ЮЙЮКЮЕЮЏЮМЮЕЮНЮП +luckperms.usage.permission-info.argument.page=ЮЗ ЯƒЮЕЮЛЮЏЮДЮБ Я€ЯЮПЯ‚ Я€ЯЮПЮВЮПЮЛЮЎ +luckperms.usage.permission-info.argument.sort-mode=Я€ЯŽЯ‚ ЮНЮБ Я„ЮБЮОЮЙЮНЮПЮМЮЎЯƒЮЕЯ„ЮЕ Я„ЮЙЯ‚ ЮКЮБЯ„ЮБЯ‡Я‰ЯЮЎЯƒЮЕЮЙЯ‚ +luckperms.usage.permission-set.description=ЮŸЯЮЏЮЖЮЕЮЙ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ ЮГЮЙЮБ Я„ЮП ЮБЮНЯ„ЮЙЮКЮЕЮЏЮМЮЕЮНЮП +luckperms.usage.permission-set.argument.node=ЮП ЮКЯŒЮМЮВЮПЯ‚ ЮДЮЙЮКЮБЮЙЯ‰ЮМЮЌЯ„Я‰ЮН ЮГЮЙЮБ ЮПЯЮЙЯƒЮМЯŒ +luckperms.usage.permission-set.argument.value=ЮЗ Я„ЮЙЮМЮЎ Я„ЮПЯ… ЮКЯŒЮМЮВЮПЯ… +luckperms.usage.permission-set.argument.context=Я„ЮБ ЯƒЯ…ЮМЯ†ЯЮБЮЖЯŒЮМЮЕЮНЮБ ЮГЮЙЮБ ЮНЮБ Я€ЯЮПЯƒЮИЮ­ЯƒЮЕЯ„ЮЕ Я„ЮБ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ +luckperms.usage.permission-unset.description=ЮŸЯЮЏЮЖЮЕЮЙ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ ЮГЮЙЮБ Я„ЮП ЮБЮНЯ„ЮЙЮКЮЕЮЏЮМЮЕЮНЮП +luckperms.usage.permission-unset.argument.node=ЮП ЮКЯŒЮМЮВЮПЯ‚ ЮДЮЙЮКЮБЮЙЯ‰ЮМЮЌЯ„Я‰ЮН ЮГЮЙЮБ ЮПЯЮЙЯƒЮМЯŒ +luckperms.usage.permission-unset.argument.context=Я„ЮБ ЯƒЯ…ЮМЯ†ЯЮБЮЖЯŒЮМЮЕЮНЮБ ЮГЮЙЮБ ЮНЮБ Я€ЯЮПЯƒЮИЮ­ЯƒЮЕЯ„ЮЕ Я„ЮБ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ +luckperms.usage.permission-settemp.description=ЮŸЯЮЏЮЖЮЕЮЙ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ ЮГЮЙЮБ Я„ЮП ЮБЮНЯ„ЮЙЮКЮЕЮЏЮМЮЕЮНЮП +luckperms.usage.permission-settemp.argument.node=ЮП ЮКЯŒЮМЮВЮПЯ‚ ЮДЮЙЮКЮБЮЙЯ‰ЮМЮЌЯ„Я‰ЮН ЮГЮЙЮБ ЮПЯЮЙЯƒЮМЯŒ +luckperms.usage.permission-settemp.argument.value=ЮЗ Я„ЮЙЮМЮЎ Я„ЮПЯ… ЮКЯŒЮМЮВЮПЯ… +luckperms.usage.permission-settemp.argument.duration=ЮЗ ЮДЮЙЮЌЯЮКЮЕЮЙЮБ ЮМЮ­Я‡ЯЮЙ ЮНЮБ ЮЛЮЎЮОЮЕЮЙ ЮП ЮКЯŒЮМЮВЮПЯ‚ ЮЌЮДЮЕЮЙЮБЯ‚ +luckperms.usage.permission-settemp.argument.temporary-modifier=Я€ЯŽЯ‚ ЮИЮБ Я€ЯЮ­Я€ЮЕЮЙ ЮНЮБ ЮЕЯ†ЮБЯЮМЯŒЮЖЮЕЯ„ЮБЮЙ ЮЗ Я€ЯЮПЯƒЯ‰ЯЮЙЮНЮЎ ЮЌЮДЮЕЮЙЮБ +luckperms.usage.permission-settemp.argument.context=Я„ЮБ ЯƒЯ…ЮМЯ†ЯЮБЮЖЯŒЮМЮЕЮНЮБ ЮГЮЙЮБ ЮНЮБ Я€ЯЮПЯƒЮИЮ­ЯƒЮЕЯ„ЮЕ Я„ЮБ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ +luckperms.usage.permission-unsettemp.description=ЮŸЯЮЏЮЖЮЕЮЙ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ ЮГЮЙЮБ Я„ЮП ЮБЮНЯ„ЮЙЮКЮЕЮЏЮМЮЕЮНЮП +luckperms.usage.permission-unsettemp.argument.node=ЮП ЮКЯŒЮМЮВЮПЯ‚ ЮДЮЙЮКЮБЮЙЯ‰ЮМЮЌЯ„Я‰ЮН ЮГЮЙЮБ ЮПЯЮЙЯƒЮМЯŒ +luckperms.usage.permission-unsettemp.argument.duration=ЮЗ ЮДЮЙЮЌЯЮКЮЕЮЙЮБ ЮБЯ†ЮБЮЏЯЮЕЯƒЮЗЯ‚ +luckperms.usage.permission-unsettemp.argument.context=Я„ЮБ ЯƒЯ…ЮМЯ†ЯЮБЮЖЯŒЮМЮЕЮНЮБ ЮГЮЙЮБ ЮНЮБ Я€ЯЮПЯƒЮИЮ­ЯƒЮЕЯ„ЮЕ Я„ЮБ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ +luckperms.usage.permission-check.description=Ю•ЮЛЮ­ЮГЯ‡ЮЕЮЙ ЮГЮЙЮБ ЮНЮБ ЮДЮЕЮЙ ЮБЮН Я„ЮП ЮБЮНЯ„ЮЙЮКЮЕЮЏЮМЮЕЮНЮП Ю­Я‡ЮЕЮЙ Ю­ЮНЮБ ЯƒЯ…ЮГЮКЮЕЮКЯЮЙЮМЮ­ЮНЮП ЮКЯŒЮМЮВЮП ЮДЮЙЮКЮБЮЙЯ‰ЮМЮЌЯ„Я‰ЮН +luckperms.usage.permission-check.argument.node=Я„ЮЗЮН ЮЌЮДЮЕЮЙЮБ ЮГЮЙЮБ ЮБЮНЮБЮЖЮЎЯ„ЮЗЯƒЮЗ +luckperms.usage.permission-clear.description=ЮšЮБЯ„ЮЌЯЮГЮЗЯƒЮЗ ЯŒЮЛЯ‰ЮН Я„Я‰ЮН ЮДЮЙЮКЮБЮЙЯ‰ЮМЮЌЯ„Я‰ЮН +luckperms.usage.permission-clear.argument.context=Я„ЮБ ЯƒЯ…ЮМЯ†ЯЮБЮЖЯŒЮМЮЕЮНЮБ Я†ЮЙЮЛЯ„ЯЮБЯЮЏЯƒЮМЮБЯ„ЮПЯ‚ ЮКЮБЯ„ЮЌ +luckperms.usage.parent-info.description=Ю•ЮМЯ†ЮБЮНЮЏЮЖЮЕЮЙ Я„ЮЙЯ‚ ЮПЮМЮЌЮДЮЕЯ‚ ЮБЯ€ЯŒ Я„ЮЙЯ‚ ЮПЯ€ЮПЮЏЮЕЯ‚ Я€ЯЮПЮ­ЯЯ‡ЮЕЯ„ЮБЮЙ ЮБЯ…Я„ЯŒ Я„ЮП ЮБЮНЯ„ЮЙЮКЮЕЮЏЮМЮЕЮНЮП +luckperms.usage.parent-info.argument.page=ЮЗ ЯƒЮЕЮЛЮЏЮДЮБ Я€ЯЮПЯ‚ Я€ЯЮПЮВЮПЮЛЮЎ +luckperms.usage.parent-info.argument.sort-mode=Я€ЯŽЯ‚ ЮНЮБ Я„ЮБЮОЮЙЮНЮПЮМЮЎЯƒЮЕЯ„ЮЕ Я„ЮЙЯ‚ ЮКЮБЯ„ЮБЯ‡Я‰ЯЮЎЯƒЮЕЮЙЯ‚ +luckperms.usage.parent-set.description=Ю‘Я†ЮБЮЙЯЮЕЮЏ ЯŒЮЛЮЕЯ‚ Я„ЮЙЯ‚ ЮЌЮЛЮЛЮЕЯ‚ ЮПЮМЮЌЮДЮЕЯ‚ Я€ЮПЯ… Я„ЮП ЮБЮНЯ„ЮЙЮКЮЕЮЏЮМЮЕЮНЮП ЮКЮЛЮЗЯЮПЮНЮПЮМЮЕЮЏ ЮЎЮДЮЗ ЮКЮБЮЙ Я„ЮЙЯ‚ Я€ЯЮПЯƒЮИЮ­Я„ЮЕЮЙ ЯƒЮЕ ЮБЯ…Я„ЮЎ Я€ЮПЯ… ЮДЮЏЮНЮЕЯ„ЮБЮЙ +luckperms.usage.parent-set.argument.group=ЮЗ ЮПЮМЮЌЮДЮБ Я€ЮПЯ… ЮИЮБ ЮПЯЮЙЯƒЯ„ЮЕЮЏ ЯƒЮЕ +luckperms.usage.parent-set.argument.context=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.parent-add.description=ЮŸЯЮЏЮЖЮЕЮЙ ЮМЮЙЮБ ЮЌЮЛЮЛЮЗ ЮПЮМЮЌЮДЮБ ЮБЯ€ЯŒ Я„ЮЗЮН ЮПЯ€ЮПЮЏЮБ Я„ЮП ЮБЮНЯ„ЮЙЮКЮЕЮЏЮМЮЕЮНЮП ЮИЮБ ЮКЮЛЮЗЯЮПЮНЮПЮМЮЎЯƒЮЕЮЙ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ +luckperms.usage.parent-add.argument.group=ЮЗ ЮПЮМЮЌЮДЮБ Я€ЮПЯ… ЮИЮБ ЮКЮЛЮЗЯЮПЮНЮПЮМЮЎЯƒЮЕЮЙ ЮБЯ€ЯŒ +luckperms.usage.parent-add.argument.context=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.parent-remove.description=Ю‘Я†ЮБЮЙЯЮЕЮЏ Ю­ЮНЮБЮН Я€ЯЮПЮЗЮГЮПЯ…ЮМЮ­ЮНЯ‰Я‚ ЮКЮБЮИЮПЯЮЙЯƒЮМЮ­ЮНЮП ЮКЮБЮНЯŒЮНЮБ ЮКЮЛЮЗЯЮПЮНЮПЮМЮЙЮЌЯ‚ +luckperms.usage.parent-remove.argument.group=ЮЗ ЮПЮМЮЌЮДЮБ Я€ЮПЯ… ЮИЮБ ЮПЯЮЙЯƒЯ„ЮЕЮЏ ЯƒЮЕ +luckperms.usage.parent-remove.argument.context=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.parent-set-track.description=Ю‘Я†ЮБЮЙЯЮЕЮЏ ЯŒЮЛЮЕЯ‚ Я„ЮЙЯ‚ ЮЌЮЛЮЛЮЕЯ‚ ЮПЮМЮЌЮДЮЕЯ‚ Я€ЮПЯ… Я„ЮП ЮБЮНЯ„ЮЙЮКЮЕЮЏЮМЮЕЮНЮП ЮКЮЛЮЗЯЮПЮНЮПЮМЮЕЮЏ ЮЎЮДЮЗ ЮКЮБЮЙ Я„ЮЙЯ‚ Я€ЯЮПЯƒЮИЮ­Я„ЮЕЮЙ ЯƒЮЕ ЮБЯ…Я„ЮЎ Я€ЮПЯ… ЮДЮЏЮНЮЕЯ„ЮБЮЙ +luckperms.usage.parent-set-track.argument.track=Я„ЮП ЮКЮПЮМЮМЮЌЯ„ЮЙ Я€ЮПЯ… ЮИЮБ ЯЯ…ЮИЮМЮЙЯƒЯ„ЮЕЮЏ +luckperms.usage.parent-set-track.argument.group=Я„ЮЗЮН ЮПЮМЮЌЮДЮБ ЮЎ Ю­ЮНЮБЮН ЮБЯЮЙЮИЮМЯŒ ЯƒЯ‡ЮЕЯ„ЮЙЮКЮЌ ЮМЮЕ Я„ЮЗ ЮИЮ­ЯƒЮЗ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ ЯƒЯ„ЮЗ ЯƒЯ…ЮГЮКЮЕЮКЯЮЙЮМЮ­ЮНЮЗ Я„ЯЮПЯ‡ЮЙЮЌ +luckperms.usage.parent-set-track.argument.context=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.parent-add-temp.description=ЮŸЯЮЏЮЖЮЕЮЙ ЮМЮЙЮБ ЮЌЮЛЮЛЮЗ ЮПЮМЮЌЮДЮБ ЮБЯ€ЯŒ Я„ЮЗЮН ЮПЯ€ЮПЮЏЮБ Я„ЮП ЮБЮНЯ„ЮЙЮКЮЕЮЏЮМЮЕЮНЮП ЮИЮБ ЮКЮЛЮЗЯЮПЮНЮПЮМЮЎЯƒЮЕЮЙ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ +luckperms.usage.parent-add-temp.argument.group=ЮЗ ЮПЮМЮЌЮДЮБ Я€ЮПЯ… ЮИЮБ ЮКЮЛЮЗЯЮПЮНЮПЮМЮЎЯƒЮЕЮЙ ЮБЯ€ЯŒ +luckperms.usage.parent-add-temp.argument.duration=Я„ЮЗ ЮДЮЙЮЌЯЮКЮЕЮЙЮБ Я„ЮЗЯ‚ ЮЙЮДЮЙЯŒЯ„ЮЗЯ„ЮБЯ‚ ЮМЮ­ЮЛЮПЯ…Я‚ Я„ЮПЯ… ЮПЮМЮЏЮЛЮПЯ… +luckperms.usage.parent-add-temp.argument.temporary-modifier=Я€ЯŽЯ‚ ЮИЮБ Я€ЯЮ­Я€ЮЕЮЙ ЮНЮБ ЮЕЯ†ЮБЯЮМЯŒЮЖЮЕЯ„ЮБЮЙ ЮЗ Я€ЯЮПЯƒЯ‰ЯЮЙЮНЮЎ ЮЌЮДЮЕЮЙЮБ +luckperms.usage.parent-add-temp.argument.context=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.parent-remove-temp.description=Ю‘Я†ЮБЮЙЯЮЕЮЏ Ю­ЮНЮБЮН Я€ЯЮПЮЗЮГЮПЯ…ЮМЮ­ЮНЯ‰Я‚ ЮКЮБЮИЮПЯЮЙЯƒЮМЮ­ЮНЮП ЮКЮБЮНЯŒЮНЮБ ЮКЮЛЮЗЯЮПЮНЮПЮМЮЙЮЌЯ‚ +luckperms.usage.parent-remove-temp.argument.group=ЮЗ ЮПЮМЮЌЮДЮБ Я€ЮПЯ… ЮИЮБ ЮПЯЮЙЯƒЯ„ЮЕЮЏ ЯƒЮЕ +luckperms.usage.parent-remove-temp.argument.duration=ЮЗ ЮДЮЙЮЌЯЮКЮЕЮЙЮБ ЮБЯ†ЮБЮЏЯЮЕЯƒЮЗЯ‚ +luckperms.usage.parent-remove-temp.argument.context=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.parent-clear.description=ЮšЮБЮИЮБЯЮЏЮЖЮЕЮЙ ЯŒЮЛЮБ Я„ЮБ meta +luckperms.usage.parent-clear.argument.context=Я„ЮБ ЯƒЯ…ЮМЯ†ЯЮБЮЖЯŒЮМЮЕЮНЮБ Я†ЮЙЮЛЯ„ЯЮБЯЮЏЯƒЮМЮБЯ„ЮПЯ‚ ЮКЮБЯ„ЮЌ +luckperms.usage.parent-clear-track.description=ЮšЮБЮИЮБЯЮЏЮЖЮЕЮЙ ЯŒЮЛЮПЯ…Я‚ Я„ЮПЯ…Я‚ ЮГЮПЮНЮЕЮЏЯ‚ ЯƒЮЕ Ю­ЮНЮБ ЯƒЯ…ЮГЮКЮЕЮКЯЮЙЮМЮ­ЮНЮП ЮКЮПЮМЮМЮЌЯ„ЮЙ +luckperms.usage.parent-clear-track.argument.track=Я„ЮП ЮКЮПЮМЮМЮЌЯ„ЮЙ Я€ЮПЯ… ЮИЮБ ЯЯ…ЮИЮМЮЙЯƒЯ„ЮЕЮЏ +luckperms.usage.parent-clear-track.argument.context=Я„ЮБ ЯƒЯ…ЮМЯ†ЯЮБЮЖЯŒЮМЮЕЮНЮБ Я†ЮЙЮЛЯ„ЯЮБЯЮЏЯƒЮМЮБЯ„ЮПЯ‚ ЮКЮБЯ„ЮЌ +luckperms.usage.meta-info.description=Ю•ЮМЯ†ЮБЮНЮЏЮЖЮЕЮЙ ЯŒЮЛЮБ Я„ЮБ meta ЯƒЯ…ЮНЮПЮМЮЙЮЛЮЏЮБЯ‚ +luckperms.usage.meta-set.description=ЮŸЯЮЏЮЖЮЕЮЙ ЮМЮЙЮБ Я„ЮЙЮМЮЎ ЮМЮЕЯ„ЮБЮДЮЕЮДЮПЮМЮ­ЮНЯ‰ЮН +luckperms.usage.meta-set.argument.key=Я„ЮП ЮКЮЛЮЕЮЙЮДЮЏ Я€ЮПЯ… ЮИЮБ ЮПЯЮЏЯƒЮЕЯ„ЮЕ +luckperms.usage.meta-set.argument.value=ЮЗ Я„ЮЙЮМЮЎ Я€ЮПЯ… ЮИЮБ ЮПЯЮЙЯƒЯ„ЮЕЮЏ +luckperms.usage.meta-set.argument.context=Я„ЮБ ЯƒЯ…ЮМЯ†ЯЮБЮЖЯŒЮМЮЕЮНЮБ ЮГЮЙЮБ ЮНЮБ Я€ЯЮПЯƒЮИЮ­ЯƒЮЕЯ„ЮЕ Я„ЮБ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ +luckperms.usage.meta-unset.description=ЮŸЯЮЏЮЖЮЕЮЙ ЮМЮЙЮБ Я„ЮЙЮМЮЎ ЮМЮЕЯ„ЮБЮДЮЕЮДЮПЮМЮ­ЮНЯ‰ЮН +luckperms.usage.meta-unset.argument.key=Я„ЮП ЮКЮЛЮЕЮЙЮДЮЏ Я€ЮПЯ… ЮИЮБ ЮПЯЮЏЯƒЮЕЯ„ЮЕ +luckperms.usage.meta-unset.argument.context=Я„ЮБ ЯƒЯ…ЮМЯ†ЯЮБЮЖЯŒЮМЮЕЮНЮБ ЮГЮЙЮБ ЮНЮБ Я€ЯЮПЯƒЮИЮ­ЯƒЮЕЯ„ЮЕ Я„ЮБ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ +luckperms.usage.meta-settemp.description=ЮŸЯЮЏЮЖЮЕЮЙ Я€ЯЮПЯƒЯ‰ЯЮЙЮНЮЌ ЮМЮЙЮБ Я„ЮЙЮМЮЎ ЮМЮЕЯ„ЮБЮДЮЕЮДЮПЮМЮ­ЮНЯ‰ЮН +luckperms.usage.meta-settemp.argument.key=Я„ЮП ЮКЮЛЮЕЮЙЮДЮЏ Я€ЮПЯ… ЮИЮБ ЮПЯЮЏЯƒЮЕЯ„ЮЕ +luckperms.usage.meta-settemp.argument.value=ЮЗ Я„ЮЙЮМЮЎ Я€ЮПЯ… ЮИЮБ ЮПЯЮЙЯƒЯ„ЮЕЮЏ +luckperms.usage.meta-settemp.argument.duration=ЮЗ ЮДЮЙЮЌЯЮКЮЕЮЙЮБ ЮМЮ­Я‡ЯЮЙ ЮНЮБ ЮЛЮЎЮОЮЕЮЙ ЮП ЮКЯŒЮМЮВЮПЯ‚ ЮЌЮДЮЕЮЙЮБЯ‚ +luckperms.usage.meta-settemp.argument.context=Я„ЮБ ЯƒЯ…ЮМЯ†ЯЮБЮЖЯŒЮМЮЕЮНЮБ ЮГЮЙЮБ ЮНЮБ Я€ЯЮПЯƒЮИЮ­ЯƒЮЕЯ„ЮЕ Я„ЮБ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ +luckperms.usage.meta-unsettemp.description=Ю‘Я€ЮБЮГЯŒЯЮЕЯ…ЯƒЮЗ Я€ЯЮПЯƒЯ‰ЯЮЙЮНЮЎЯ‚ Я„ЮЙЮМЮЎЯ‚ meta +luckperms.usage.meta-unsettemp.argument.key=Я„ЮП ЮКЮЛЮЕЮЙЮДЮЏ Я€ЮПЯ… ЮИЮБ ЮПЯЮЏЯƒЮЕЯ„ЮЕ +luckperms.usage.meta-unsettemp.argument.context=Я„ЮБ ЯƒЯ…ЮМЯ†ЯЮБЮЖЯŒЮМЮЕЮНЮБ ЮГЮЙЮБ ЮНЮБ Я€ЯЮПЯƒЮИЮ­ЯƒЮЕЯ„ЮЕ Я„ЮБ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ +luckperms.usage.meta-addprefix.description=Ю ЯЮПЯƒЮИЮ­Я„ЮЕЮЙ Ю­ЮНЮБ Я€ЯЯŒЮИЮЕЮМЮБ +luckperms.usage.meta-addprefix.argument.priority=Я„ЮЗЮН Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ ЮНЮБ ЮБЯ†ЮБЮЙЯЮ­ЯƒЮЕЯ„ЮЕ Я„ЮП Я€ЯЯŒЮИЮЕЮМЮБ ЯƒЯ„ЮП +luckperms.usage.meta-addprefix.argument.prefix=ЮЗ ЯƒЯ…ЮМЮВЮПЮЛЮПЯƒЮЕЮЙЯЮЌ Я€ЯЮПЮИЮ­ЮМЮБЯ„ЮПЯ‚ +luckperms.usage.meta-addprefix.argument.context=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.meta-addsuffix.description=Ю ЯЮПЯƒЮИЮ­Я„ЮЕЮЙ Ю­ЮНЮБ Я€ЯЯŒЮИЮЕЮМЮБ +luckperms.usage.meta-addsuffix.argument.priority=Я„ЮЗЮН Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ ЮНЮБ ЮБЯ†ЮБЮЙЯЮ­ЯƒЮЕЯ„ЮЕ Я„ЮП Я€ЯЯŒЮИЮЕЮМЮБ ЯƒЯ„ЮП +luckperms.usage.meta-addsuffix.argument.suffix=ЮЗ ЯƒЯ…ЮМЮВЮПЮЛЮПЯƒЮЕЮЙЯЮЌ Я€ЯЮПЮИЮ­ЮМЮБЯ„ЮПЯ‚ +luckperms.usage.meta-addsuffix.argument.context=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.meta-setprefix.description=Ю ЯЮПЯƒЮИЮ­Я„ЮЕЮЙ Ю­ЮНЮБ Я€ЯЯŒЮИЮЕЮМЮБ +luckperms.usage.meta-setprefix.argument.priority=Я„ЮЗЮН Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ ЮНЮБ ЮБЯ†ЮБЮЙЯЮ­ЯƒЮЕЯ„ЮЕ Я„ЮП Я€ЯЯŒЮИЮЕЮМЮБ ЯƒЯ„ЮП +luckperms.usage.meta-setprefix.argument.prefix=ЮЗ ЯƒЯ…ЮМЮВЮПЮЛЮПЯƒЮЕЮЙЯЮЌ Я€ЯЮПЮИЮ­ЮМЮБЯ„ЮПЯ‚ +luckperms.usage.meta-setprefix.argument.context=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.meta-setsuffix.description=Ю ЯЮПЯƒЮИЮ­Я„ЮЕЮЙ Ю­ЮНЮБ Я€ЯЯŒЮИЮЕЮМЮБ +luckperms.usage.meta-setsuffix.argument.priority=Я„ЮЗЮН Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ ЮНЮБ ЮБЯ†ЮБЮЙЯЮ­ЯƒЮЕЯ„ЮЕ Я„ЮП Я€ЯЯŒЮИЮЕЮМЮБ ЯƒЯ„ЮП +luckperms.usage.meta-setsuffix.argument.suffix=ЮЗ ЯƒЯ…ЮМЮВЮПЮЛЮПЯƒЮЕЮЙЯЮЌ Я€ЯЮПЮИЮ­ЮМЮБЯ„ЮПЯ‚ +luckperms.usage.meta-setsuffix.argument.context=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.meta-removeprefix.description=Ю‘Я†ЮБЮЙЯЮЕЮЏ Ю­ЮНЮБ ЮЕЯ€ЮЏЮИЮЗЮМЮБ +luckperms.usage.meta-removeprefix.argument.priority=Я„ЮЗЮН Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ ЮНЮБ ЮБЯ†ЮБЮЙЯЮ­ЯƒЮЕЯ„ЮЕ Я„ЮП Я€ЯЯŒЮИЮЕЮМЮБ ЯƒЯ„ЮП +luckperms.usage.meta-removeprefix.argument.prefix=ЮЗ ЯƒЯ…ЮМЮВЮПЮЛЮПЯƒЮЕЮЙЯЮЌ Я€ЯЮПЮИЮ­ЮМЮБЯ„ЮПЯ‚ +luckperms.usage.meta-removeprefix.argument.context=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.meta-removesuffix.description=Ю‘Я†ЮБЮЙЯЮЕЮЏ Ю­ЮНЮБ ЮЕЯ€ЮЏЮИЮЗЮМЮБ +luckperms.usage.meta-removesuffix.argument.priority=Я„ЮЗЮН Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ ЮНЮБ ЮБЯ†ЮБЮЙЯЮ­ЯƒЮЕЯ„ЮЕ Я„ЮП Я€ЯЯŒЮИЮЕЮМЮБ ЯƒЯ„ЮП +luckperms.usage.meta-removesuffix.argument.suffix=ЮЗ ЯƒЯ…ЮМЮВЮПЮЛЮПЯƒЮЕЮЙЯЮЌ Я€ЯЮПЮИЮ­ЮМЮБЯ„ЮПЯ‚ +luckperms.usage.meta-removesuffix.argument.context=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.meta-addtemp-prefix.description=Ю ЯЮПЯƒЮИЮ­Я„ЮЕЮЙ Я€ЯЮПЯƒЯ‰ЯЮЙЮНЮЌ Ю­ЮНЮБ Я€ЯЯŒЮИЮЕЮМЮБ +luckperms.usage.meta-addtemp-prefix.argument.priority=Я„ЮЗЮН Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ ЮНЮБ ЮБЯ†ЮБЮЙЯЮ­ЯƒЮЕЯ„ЮЕ Я„ЮП Я€ЯЯŒЮИЮЕЮМЮБ ЯƒЯ„ЮП +luckperms.usage.meta-addtemp-prefix.argument.prefix=ЮЗ ЯƒЯ…ЮМЮВЮПЮЛЮПЯƒЮЕЮЙЯЮЌ Я€ЯЮПЮИЮ­ЮМЮБЯ„ЮПЯ‚ +luckperms.usage.meta-addtemp-prefix.argument.duration=ЮЗ ЮДЮЙЮЌЯЮКЮЕЮЙЮБ ЮМЮ­Я‡ЯЮЙ ЮНЮБ ЮЛЮЎЮОЮЕЮЙ ЮП ЮКЯŒЮМЮВЮПЯ‚ ЮЌЮДЮЕЮЙЮБЯ‚ +luckperms.usage.meta-addtemp-prefix.argument.context=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.meta-addtemp-suffix.description=Ю ЯЮПЯƒЮИЮ­Я„ЮЕЮЙ Я€ЯЮПЯƒЯ‰ЯЮЙЮНЮЌ Ю­ЮНЮБ Я€ЯЯŒЮИЮЕЮМЮБ +luckperms.usage.meta-addtemp-suffix.argument.priority=Я„ЮЗЮН Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ ЮНЮБ ЮБЯ†ЮБЮЙЯЮ­ЯƒЮЕЯ„ЮЕ Я„ЮП Я€ЯЯŒЮИЮЕЮМЮБ ЯƒЯ„ЮП +luckperms.usage.meta-addtemp-suffix.argument.suffix=ЮЗ ЯƒЯ…ЮМЮВЮПЮЛЮПЯƒЮЕЮЙЯЮЌ Я€ЯЮПЮИЮ­ЮМЮБЯ„ЮПЯ‚ +luckperms.usage.meta-addtemp-suffix.argument.duration=ЮЗ ЮДЮЙЮЌЯЮКЮЕЮЙЮБ ЮМЮ­Я‡ЯЮЙ ЮНЮБ ЮЛЮЎЮОЮЕЮЙ ЮП ЮКЯŒЮМЮВЮПЯ‚ ЮЌЮДЮЕЮЙЮБЯ‚ +luckperms.usage.meta-addtemp-suffix.argument.context=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.meta-settemp-prefix.description=Ю ЯЮПЯƒЮИЮ­Я„ЮЕЮЙ Я€ЯЮПЯƒЯ‰ЯЮЙЮНЮЌ Ю­ЮНЮБ Я€ЯЯŒЮИЮЕЮМЮБ +luckperms.usage.meta-settemp-prefix.argument.priority=Я„ЮЗЮН Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ ЮНЮБ ЮБЯ†ЮБЮЙЯЮ­ЯƒЮЕЯ„ЮЕ Я„ЮП Я€ЯЯŒЮИЮЕЮМЮБ ЯƒЯ„ЮП +luckperms.usage.meta-settemp-prefix.argument.prefix=ЮЗ ЯƒЯ…ЮМЮВЮПЮЛЮПЯƒЮЕЮЙЯЮЌ Я€ЯЮПЮИЮ­ЮМЮБЯ„ЮПЯ‚ +luckperms.usage.meta-settemp-prefix.argument.duration=ЮЗ ЮДЮЙЮЌЯЮКЮЕЮЙЮБ ЮМЮ­Я‡ЯЮЙ ЮНЮБ ЮЛЮЎЮОЮЕЮЙ ЮП ЮКЯŒЮМЮВЮПЯ‚ ЮЌЮДЮЕЮЙЮБЯ‚ +luckperms.usage.meta-settemp-prefix.argument.context=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.meta-settemp-suffix.description=Ю ЯЮПЯƒЮИЮ­Я„ЮЕЮЙ Я€ЯЮПЯƒЯ‰ЯЮЙЮНЮЌ Ю­ЮНЮБ Я€ЯЯŒЮИЮЕЮМЮБ +luckperms.usage.meta-settemp-suffix.argument.priority=Я„ЮЗЮН Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ ЮНЮБ ЮБЯ†ЮБЮЙЯЮ­ЯƒЮЕЯ„ЮЕ Я„ЮП Я€ЯЯŒЮИЮЕЮМЮБ ЯƒЯ„ЮП +luckperms.usage.meta-settemp-suffix.argument.suffix=ЮЗ ЯƒЯ…ЮМЮВЮПЮЛЮПЯƒЮЕЮЙЯЮЌ Я€ЯЮПЮИЮ­ЮМЮБЯ„ЮПЯ‚ +luckperms.usage.meta-settemp-suffix.argument.duration=ЮЗ ЮДЮЙЮЌЯЮКЮЕЮЙЮБ ЮМЮ­Я‡ЯЮЙ ЮНЮБ ЮЛЮЎЮОЮЕЮЙ ЮП ЮКЯŒЮМЮВЮПЯ‚ ЮЌЮДЮЕЮЙЮБЯ‚ +luckperms.usage.meta-settemp-suffix.argument.context=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.meta-removetemp-prefix.description=Ю‘Я†ЮБЮЙЯЮЕЮЏ Ю­ЮНЮБ Я€ЯЮПЯƒЯ‰ЯЮЙЮНЯŒ Я€ЯЯŒЮИЮЕЮМЮБ +luckperms.usage.meta-removetemp-prefix.argument.priority=Я„ЮЗЮН Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ ЮНЮБ ЮБЯ†ЮБЮЙЯЮ­ЯƒЮЕЯ„ЮЕ Я„ЮП Я€ЯЯŒЮИЮЕЮМЮБ ЯƒЯ„ЮП +luckperms.usage.meta-removetemp-prefix.argument.prefix=ЮЗ ЯƒЯ…ЮМЮВЮПЮЛЮПЯƒЮЕЮЙЯЮЌ Я€ЯЮПЮИЮ­ЮМЮБЯ„ЮПЯ‚ +luckperms.usage.meta-removetemp-prefix.argument.context=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.meta-removetemp-suffix.description=Ю‘Я†ЮБЮЙЯЮЕЮЏ Ю­ЮНЮБ Я€ЯЮПЯƒЯ‰ЯЮЙЮНЯŒ Я€ЯЯŒЮИЮЕЮМЮБ +luckperms.usage.meta-removetemp-suffix.argument.priority=Я„ЮЗЮН Я€ЯЮПЯ„ЮЕЯЮБЮЙЯŒЯ„ЮЗЯ„ЮБ ЮНЮБ ЮБЯ†ЮБЮЙЯЮ­ЯƒЮЕЯ„ЮЕ Я„ЮП Я€ЯЯŒЮИЮЕЮМЮБ ЯƒЯ„ЮП +luckperms.usage.meta-removetemp-suffix.argument.suffix=ЮЗ ЯƒЯ…ЮМЮВЮПЮЛЮПЯƒЮЕЮЙЯЮЌ Я€ЯЮПЮИЮ­ЮМЮБЯ„ЮПЯ‚ +luckperms.usage.meta-removetemp-suffix.argument.context=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.meta-clear.description=ЮšЮБЮИЮБЯЮЏЮЖЮЕЮЙ ЯŒЮЛЮБ Я„ЮБ meta +luckperms.usage.meta-clear.argument.type=ЮП Я„ЯЯ€ЮПЯ‚ Я„ЮПЯ… meta Я€ЮПЯ… ЮИЮБ ЮБЯ†ЮБЮЙЯЮЕЮИЮЕЮЏ +luckperms.usage.meta-clear.argument.context=Я„ЮБ ЯƒЯ…ЮМЯ†ЯЮБЮЖЯŒЮМЮЕЮНЮБ Я†ЮЙЮЛЯ„ЯЮБЯЮЏЯƒЮМЮБЯ„ЮПЯ‚ ЮКЮБЯ„ЮЌ +luckperms.usage.track-info.description=Ю”ЮЏЮНЮЕЮЙ Я€ЮЛЮЗЯЮПЯ†ЮПЯЮЏЮЕЯ‚ ЯƒЯ‡ЮЕЯ„ЮЙЮКЮЌ ЮМЮЕ Я„ЮП ЮКЮПЮМЮМЮЌЯ„ЮЙ +luckperms.usage.track-editor.description=Ю‘ЮНЮПЮЏЮГЮЕЮЙ Я„ЮПЮН ЮЕЯ€ЮЕЮОЮЕЯЮГЮБЯƒЯ„ЮЎ ЮДЮЙЮКЮБЮЙЯ‰ЮМЮЌЯ„Я‰ЮН web +luckperms.usage.track-append.description=Ю ЯЮПЯƒЮИЮ­Я„ЮЕЮЙ ЮМЮЙЮБ ЮПЮМЮЌЮДЮБ ЯƒЯ„ЮП Я„Ю­ЮЛЮПЯ‚ Я„ЮЗЯ‚ Я„ЯЮПЯ‡ЮЙЮЌЯ‚ +luckperms.usage.track-append.argument.group=Я„ЮЗЮН ЮПЮМЮЌЮДЮБ Я€ЮПЯ… ЮИЮБ Я€ЯЮПЯƒЮБЯЯ„ЮЎЯƒЮЕЮЙ +luckperms.usage.track-insert.description=Ю•ЮЙЯƒЮЌЮГЮЕЮЙ ЮМЮЙЮБ ЮПЮМЮЌЮДЮБ ЯƒЮЕ ЮМЮЙЮБ ЮДЮЕЮДЮПЮМЮ­ЮНЮЗ ЮИЮ­ЯƒЮЗ ЮКЮБЯ„ЮЌ ЮМЮЎЮКЮПЯ‚ Я„ЮЗЯ‚ Я„ЯЮПЯ‡ЮЙЮЌЯ‚ +luckperms.usage.track-insert.argument.group=Я„ЮЗЮН ЮПЮМЮЌЮДЮБ Я€ЮПЯ… ЮИЮБ Я€ЯЮПЯƒЮБЯЯ„ЮЎЯƒЮЕЮЙ +luckperms.usage.track-insert.argument.position=ЮЗ ЮИЮ­ЯƒЮЗ ЮЕЮЙЯƒЮБЮГЯ‰ЮГЮЎЯ‚ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ ЯƒЯ„ЮЗЮН Я€ЯЯŽЯ„ЮЗ ЮИЮ­ЯƒЮЗ ЯƒЯ„ЮЗЮН Я„ЯЮПЯ‡ЮЙЮЌ 1) +luckperms.usage.track-remove.description=Ю‘Я†ЮБЮЙЯЮЕЮЏ ЮМЮЙЮБ ЮПЮМЮЌЮДЮБ ЮБЯ€ЯŒ Я„ЮП ЮКЮПЮМЮМЮЌЯ„ЮЙ +luckperms.usage.track-remove.argument.group=ЮЗ ЮПЮМЮЌЮДЮБ Я€ЮПЯ… ЮИЮБ ЮПЯЮЙЯƒЯ„ЮЕЮЏ ЯƒЮЕ +luckperms.usage.track-clear.description=ЮšЮБЮИЮБЯЮЏЮЖЮЕЮЙ Я„ЮЙЯ‚ ЮПЮМЮЌЮДЮЕЯ‚ ЯƒЯ„ЮП ЮКЮПЮМЮМЮЌЯ„ЮЙ +luckperms.usage.track-rename.description=ЮœЮЕЯ„ЮПЮНЮПЮМЮБЯƒЮЏЮБ Я€ЯЮПЯŠЯŒЮНЯ„ЮПЯ‚ +luckperms.usage.track-rename.argument.name=Я„ЮП ЮНЮ­ЮП ЯŒЮНЮПЮМЮБ +luckperms.usage.track-clone.description=ЮšЮЛЯ‰ЮНЮПЯ€ЮПЮЏЮЗЯƒЮЗ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.track-clone.argument.name=Я„ЮП ЯŒЮНЮПЮМЮБ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ ЮГЮЙЮБ ЮКЮЛЯ‰ЮНЮПЯ€ЮПЮЏЮЗЯƒЮЗ +luckperms.usage.log-recent.description=Ю•ЮМЯ†ЮЌЮНЮЙЯƒЮЗ Я€ЯЯŒЯƒЯ†ЮБЯ„Я‰ЮН ЮЕЮНЮЕЯЮГЮЕЮЙЯŽЮН +luckperms.usage.log-recent.argument.user=Я„ЮП ЯŒЮНЮПЮМЮБ/uuid Я„ЮПЯ… Я‡ЯЮЎЯƒЯ„ЮЗ ЮГЮЙЮБ Я†ЮЙЮЛЯ„ЯЮЌЯЮЙЯƒЮМЮБ ЮКЮБЯ„ЮЌ +luckperms.usage.log-recent.argument.page=ЮП ЮБЯЮЙЮИЮМЯŒЯ‚ ЯƒЮЕЮЛЮЏЮДЮБЯ‚ ЮГЮЙЮБ Я€ЯЮПЮВЮПЮЛЮЎ +luckperms.usage.log-search.description=Ю‘ЮНЮБЮЖЮЎЯ„ЮЗЯƒЮЗ ЯƒЯ„ЮП ЮБЯЯ‡ЮЕЮЏЮП ЮКЮБЯ„ЮБЮГЯЮБЯ†ЮЎЯ‚ ЮГЮЙЮБ ЮМЮЙЮБ ЮКЮБЯ„ЮБЯ‡ЯŽЯЮЗЯƒЮЗ +luckperms.usage.log-search.argument.query=Я„ЮП ЮЕЯЯŽЯ„ЮЗЮМЮБ Я€ЯЮПЯ‚ ЮБЮНЮБЮЖЮЎЯ„ЮЗЯƒЮЗ +luckperms.usage.log-search.argument.page=ЮП ЮБЯЮЙЮИЮМЯŒЯ‚ ЯƒЮЕЮЛЮЏЮДЮБЯ‚ ЮГЮЙЮБ Я€ЯЮПЮВЮПЮЛЮЎ +luckperms.usage.log-notify.description=Ю•ЮНЮБЮЛЮЛЮБЮГЮЎ ЮЕЮЙЮДЮПЯ€ЮПЮЙЮЎЯƒЮЕЯ‰ЮН ЮКЮБЯ„ЮБЮГЯЮБЯ†ЮЎЯ‚ +luckperms.usage.log-notify.argument.toggle=ЮБЮН Я€ЯЮ­Я€ЮЕЮЙ ЮНЮБ ЮЕЮНЮЕЯЮГЮПЯ€ЮПЮЙЮЎЯƒЮЕЯ„ЮЕ ЮЎ ЮНЮБ ЮБЯ€ЮЕЮНЮЕЯЮГЮПЯ€ЮПЮЙЮЎЯƒЮЕЯ„ЮЕ +luckperms.usage.log-user-history.description=Ю ЯЮПЮВЮПЮЛЮЎ ЮЙЯƒЯ„ЮПЯЮЙЮКЮПЯ Я‡ЯЮЎЯƒЯ„ЮЗ +luckperms.usage.log-user-history.argument.user=Я„ЮП ЯŒЮНЮПЮМЮБ/uuid Я„ЮПЯ… Я‡ЯЮЎЯƒЯ„ЮЗ +luckperms.usage.log-user-history.argument.page=ЮП ЮБЯЮЙЮИЮМЯŒЯ‚ ЯƒЮЕЮЛЮЏЮДЮБЯ‚ ЮГЮЙЮБ Я€ЯЮПЮВЮПЮЛЮЎ +luckperms.usage.log-group-history.description=Ю ЯЮПЮВЮПЮЛЮЎ ЮЙЯƒЯ„ЮПЯЮЙЮКЮПЯ Я‡ЯЮЎЯƒЯ„ЮЗ +luckperms.usage.log-group-history.argument.group=ЮœЮЕЯ„ЮПЮНЮПЮМЮБЯƒЮЏЮБ Я€ЯЮПЯŠЯŒЮНЯ„ЮПЯ‚ +luckperms.usage.log-group-history.argument.page=ЮП ЮБЯЮЙЮИЮМЯŒЯ‚ ЯƒЮЕЮЛЮЏЮДЮБЯ‚ ЮГЮЙЮБ Я€ЯЮПЮВЮПЮЛЮЎ +luckperms.usage.log-track-history.description=Ю ЯЮПЮВЮПЮЛЮЎ ЮЙЯƒЯ„ЮПЯЮЙЮКЮПЯ Я‡ЯЮЎЯƒЯ„ЮЗ +luckperms.usage.log-track-history.argument.track=ЮœЮЕЯ„ЮПЮНЮПЮМЮБЯƒЮЏЮБ Я€ЯЮПЯŠЯŒЮНЯ„ЮПЯ‚ +luckperms.usage.log-track-history.argument.page=ЮП ЮБЯЮЙЮИЮМЯŒЯ‚ ЯƒЮЕЮЛЮЏЮДЮБЯ‚ ЮГЮЙЮБ Я€ЯЮПЮВЮПЮЛЮЎ +luckperms.usage.sponge.description=Ю•Я€ЮЕЮОЮЕЯЮГЮБЯƒЮЏЮБ ЮЕЯ€ЮЙЯ€ЮЛЮ­ЮПЮН ЮДЮЕЮДЮПЮМЮ­ЮНЯ‰ЮН ЯƒЯ†ЮПЯ…ЮГЮГЮБЯЮЙЮПЯ +luckperms.usage.sponge.argument.collection=ЮЗ ЯƒЯ…ЮЛЮЛЮПЮГЮЎ Я€ЯЮПЯ‚ ЮБЮНЮБЮЖЮЎЯ„ЮЗЯƒЮЗ +luckperms.usage.sponge.argument.subject=Я„ЮП ЮИЮ­ЮМЮБ Я„ЮЗЯ‚ Я„ЯЮПЯ€ЮПЯ€ЮПЮЏЮЗЯƒЮЗЯ‚ +luckperms.usage.sponge-permission-info.description=Ю•ЮМЯ†ЮБЮНЮЏЮЖЮЕЮЙ Я€ЮЛЮЗЯЮПЯ†ЮПЯЮЏЮЕЯ‚ ЯƒЯ‡ЮЕЯ„ЮЙЮКЮЌ ЮМЮЕ Я„ЮБ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ Я„ЮПЯ… ЮИЮ­ЮМЮБЯ„ЮПЯ‚ +luckperms.usage.sponge-permission-info.argument.contexts=Я„ЮБ ЯƒЯ…ЮМЯ†ЯЮБЮЖЯŒЮМЮЕЮНЮБ Я†ЮЙЮЛЯ„ЯЮБЯЮЏЯƒЮМЮБЯ„ЮПЯ‚ ЮКЮБЯ„ЮЌ +luckperms.usage.sponge-permission-set.description=ЮŸЯЮЏЮЖЮЕЮЙ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ ЮГЮЙЮБ Я„ЮП ЮБЮНЯ„ЮЙЮКЮЕЮЏЮМЮЕЮНЮП +luckperms.usage.sponge-permission-set.argument.node=ЮП ЮКЯŒЮМЮВЮПЯ‚ ЮДЮЙЮКЮБЮЙЯ‰ЮМЮЌЯ„Я‰ЮН ЮГЮЙЮБ ЮПЯЮЙЯƒЮМЯŒ +luckperms.usage.sponge-permission-set.argument.tristate=ЮЗ Я„ЮЙЮМЮЎ ЮГЮЙЮБ ЮНЮБ ЮПЯЮЏЯƒЮЕЯ„ЮЕ Я„ЮЗЮН ЮЌЮДЮЕЮЙЮБ +luckperms.usage.sponge-permission-set.argument.contexts=Я„ЮБ ЯƒЯ…ЮМЯ†ЯЮБЮЖЯŒЮМЮЕЮНЮБ ЮГЮЙЮБ ЮНЮБ Я€ЯЮПЯƒЮИЮ­ЯƒЮЕЯ„ЮЕ Я„ЮБ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ +luckperms.usage.sponge-permission-clear.description=ЮšЮБЮИЮБЯЮЏЮЖЮЕЮЙ Я„ЮЙЯ‚ ЮЕЯ€ЮЙЮЛЮПЮГЮ­Я‚ ЮИЮЕЮМЮЌЯ„Я‰ЮН +luckperms.usage.sponge-permission-clear.argument.contexts=Я„ЮБ ЯƒЯ…ЮМЯ†ЯЮБЮЖЯŒЮМЮЕЮНЮБ ЮГЮЙЮБ Я„ЮЗЮН ЮЕЮКЮКЮБЮИЮЌЯЮЙЯƒЮЗ ЮЕЯ€ЮЙЮЛЮПЮГЯŽЮН +luckperms.usage.sponge-parent-info.description=Ю•ЮМЯ†ЮБЮНЮЏЮЖЮЕЮЙ Я€ЮЛЮЗЯЮПЯ†ЮПЯЮЏЮЕЯ‚ ЯƒЯ‡ЮЕЯ„ЮЙЮКЮЌ ЮМЮЕ Я„ЮБ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ Я„ЮПЯ… ЮИЮ­ЮМЮБЯ„ЮПЯ‚ +luckperms.usage.sponge-parent-info.argument.contexts=Я„ЮБ ЯƒЯ…ЮМЯ†ЯЮБЮЖЯŒЮМЮЕЮНЮБ Я†ЮЙЮЛЯ„ЯЮБЯЮЏЯƒЮМЮБЯ„ЮПЯ‚ ЮКЮБЯ„ЮЌ +luckperms.usage.sponge-parent-add.description=Ю‘Я†ЮБЮЙЯЮЕЮЏ Ю­ЮНЮБЮН ЮГЮПЮНЮ­ЮБ ЮБЯ€ЯŒ Я„ЮП Ю˜Ю­ЮМЮБ +luckperms.usage.sponge-parent-add.argument.collection=Я„ЮЗ ЯƒЯ…ЮЛЮЛЮПЮГЮЎ Я„ЮПЯ… ЮИЮ­ЮМЮБЯ„ЮПЯ‚, ЯŒЯ€ЮПЯ… Я„ЮП ЮМЮЗЯ„ЯЮЙЮКЯŒ ЮИЮ­ЮМЮБ ЮЕЮЏЮНЮБЮЙ +luckperms.usage.sponge-parent-add.argument.subject=Я„ЮП ЯŒЮНЮПЮМЮБ Я„ЮПЯ… ЮМЮЗЯ„ЯЮЙЮКЮПЯ ЮИЮ­ЮМЮБЯ„ЮПЯ‚ +luckperms.usage.sponge-parent-add.argument.contexts=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.sponge-parent-remove.description=Ю‘Я†ЮБЮЙЯЮЕЮЏ Ю­ЮНЮБЮН ЮГЮПЮНЮ­ЮБ ЮБЯ€ЯŒ Я„ЮП Ю˜Ю­ЮМЮБ +luckperms.usage.sponge-parent-remove.argument.collection=Я„ЮЗ ЯƒЯ…ЮЛЮЛЮПЮГЮЎ Я„ЮПЯ… ЮИЮ­ЮМЮБЯ„ЮПЯ‚, ЯŒЯ€ЮПЯ… Я„ЮП ЮМЮЗЯ„ЯЮЙЮКЯŒ ЮИЮ­ЮМЮБ ЮЕЮЏЮНЮБЮЙ +luckperms.usage.sponge-parent-remove.argument.subject=Я„ЮП ЯŒЮНЮПЮМЮБ Я„ЮПЯ… ЮМЮЗЯ„ЯЮЙЮКЮПЯ ЮИЮ­ЮМЮБЯ„ЮПЯ‚ +luckperms.usage.sponge-parent-remove.argument.contexts=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.sponge-parent-clear.description=ЮšЮБЮИЮБЯЮЏЮЖЮЕЮЙ Я„ЮЙЯ‚ ЮЕЯ€ЮЙЮЛЮПЮГЮ­Я‚ ЮИЮЕЮМЮЌЯ„Я‰ЮН +luckperms.usage.sponge-parent-clear.argument.contexts=Я„ЮБ ЯƒЯ…ЮМЯ†ЯЮБЮЖЯŒЮМЮЕЮНЮБ ЮГЮЙЮБ Я„ЮЗЮН ЮЕЮКЮКЮБЮИЮЌЯЮЙЯƒЮЗ ЮЕЯ€ЮЙЮЛЮПЮГЯŽЮН +luckperms.usage.sponge-option-info.description=Ю•ЮМЯ†ЮБЮНЮЏЮЖЮЕЮЙ Я€ЮЛЮЗЯЮПЯ†ЮПЯЮЏЮЕЯ‚ ЯƒЯ‡ЮЕЯ„ЮЙЮКЮЌ ЮМЮЕ Я„ЮБ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ Я„ЮПЯ… ЮИЮ­ЮМЮБЯ„ЮПЯ‚ +luckperms.usage.sponge-option-info.argument.contexts=Я„ЮБ ЯƒЯ…ЮМЯ†ЯЮБЮЖЯŒЮМЮЕЮНЮБ Я†ЮЙЮЛЯ„ЯЮБЯЮЏЯƒЮМЮБЯ„ЮПЯ‚ ЮКЮБЯ„ЮЌ +luckperms.usage.sponge-option-set.description=ЮŸЯЮЏЮЖЮЕЮЙ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ ЮГЮЙЮБ Я„ЮП ЮБЮНЯ„ЮЙЮКЮЕЮЏЮМЮЕЮНЮП +luckperms.usage.sponge-option-set.argument.key=Я„ЮП ЮКЮЛЮЕЮЙЮДЮЏ Я€ЮПЯ… ЮИЮБ ЮПЯЮЏЯƒЮЕЯ„ЮЕ +luckperms.usage.sponge-option-set.argument.value=ЮЗ Я„ЮЙЮМЮЎ ЮГЮЙЮБ ЮНЮБ ЮПЯЮЏЯƒЮЕЯ„ЮЕ Я„ЮЗЮН ЮЌЮДЮЕЮЙЮБ +luckperms.usage.sponge-option-set.argument.contexts=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.sponge-option-unset.description=ЮŸЯЮЏЮЖЮЕЮЙ ЮДЮЙЮКЮБЮЙЯŽЮМЮБЯ„ЮБ ЮГЮЙЮБ Я„ЮП ЮБЮНЯ„ЮЙЮКЮЕЮЏЮМЮЕЮНЮП +luckperms.usage.sponge-option-unset.argument.key=Я„ЮП ЮКЮЛЮЕЮЙЮДЮЏ Я€ЮПЯ… ЮИЮБ ЮПЯЮЏЯƒЮЕЯ„ЮЕ +luckperms.usage.sponge-option-unset.argument.contexts=Я„ЮБ Я€ЮЛЮБЮЏЯƒЮЙЮБ ЮГЮЙЮБ Я„ЮПЮН ЮПЯЮЙЯƒЮМЯŒ Я„ЮЗЯ‚ ЮПЮМЮЌЮДЮБЯ‚ +luckperms.usage.sponge-option-clear.description=ЮšЮБЮИЮБЯЮЏЮЖЮЕЮЙ Я„ЮЙЯ‚ ЮЕЯ€ЮЙЮЛЮПЮГЮ­Я‚ ЮИЮЕЮМЮЌЯ„Я‰ЮН +luckperms.usage.sponge-option-clear.argument.contexts=Я„ЮБ ЯƒЯ…ЮМЯ†ЯЮБЮЖЯŒЮМЮЕЮНЮБ ЮГЮЙЮБ Я„ЮЗЮН ЮЕЮКЮКЮБЮИЮЌЯЮЙЯƒЮЗ ЮЕЯ€ЮЙЮЛЮПЮГЯŽЮН diff --git a/plugins/LuckPerms/translations/repository/en_PT.properties b/plugins/LuckPerms/translations/repository/en_PT.properties new file mode 100644 index 0000000..ebb4db4 --- /dev/null +++ b/plugins/LuckPerms/translations/repository/en_PT.properties @@ -0,0 +1,630 @@ +luckperms.logs.actionlog-prefix=PLANK +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=EXPORT +luckperms.commandsystem.available-commands=Use {0} to see th'' orders available ta ye +luckperms.commandsystem.command-not-recognised=That order be missin'' +luckperms.commandsystem.no-permission=Ye cannot give th'' crew that order, ye not th'' cap''n\! +luckperms.commandsystem.no-permission-subcommands=Ye cannot give th'' crew any sub orders, ye not th'' cap''n +luckperms.commandsystem.already-executing-command=A command is being execut''d, ye ''ave to wait for it to finish... +luckperms.commandsystem.usage.sub-commands-header=Nested Orders +luckperms.commandsystem.usage.usage-header=Use o'' th'' order +luckperms.commandsystem.usage.arguments-header=Arguments +luckperms.first-time.no-permissions-setup=It seems ye crew been spendin'' too much time sleepin'' and th'' deck still needin'' ta be scrubbed\! +luckperms.first-time.use-console-to-give-access=Before ye can use any o'' the luckyperms commands in-game, ye need to use the console to give yerself access +luckperms.first-time.console-command-prompt=Dock ashore ''n'' run +luckperms.first-time.next-step=After ye done this ''ere, ye can begin givin'' orders ''n'' dictatin'' what be allowed +luckperms.first-time.wiki-prompt=Lost at sea? Check ''ere\: {0} +luckperms.login.try-again=Belay that order, matey +luckperms.login.loading-database-error=Alas\! Ye treasure chest containin'' ta allowed orders not be workin'' +luckperms.login.server-admin-check-console-errors=If ye be the ship''s cap''n, dock ashore and be on th'' lookout fer errors +luckperms.login.server-admin-check-console-info=Splice the mainbrace ashore fer that there information +luckperms.login.data-not-loaded-at-pre=Ye treasure chest with yer allowed orders fer yer crew not been loaded durin'' boardin'' +luckperms.login.unable-to-continue=marooned +luckperms.login.craftbukkit-offline-mode-error=this here likely be caused by a conflict between CraftBukkit an'' the online-mode settin'' +luckperms.login.unexpected-error=Somethin'' we weren''t lookin'' out fer happened when we be settin'' up yer allowed orders +luckperms.opsystem.disabled=Ye vanilla cap''n system be disabled on this ''ere server +luckperms.opsystem.sponge-warning=Ye been made aware that yer server cap''n status ''as no effect on checks o'' th'' allowed orders on Sponge when ye be usin'' a plugin ta control th'' allowed orders, ye must take control a'' th'' crew +luckperms.duration.unit.years.plural={0} yars +luckperms.duration.unit.years.singular={0} yar +luckperms.duration.unit.years.short={0}y +luckperms.duration.unit.months.plural={0} months +luckperms.duration.unit.months.singular={0} month +luckperms.duration.unit.months.short={0}mo +luckperms.duration.unit.weeks.plural={0} weeks out at sea +luckperms.duration.unit.weeks.singular={0} week +luckperms.duration.unit.weeks.short={0}w +luckperms.duration.unit.days.plural={0} days out at sea +luckperms.duration.unit.days.singular={0} day +luckperms.duration.unit.days.short={0}d +luckperms.duration.unit.hours.plural={0} hourglasses passed +luckperms.duration.unit.hours.singular={0} hourglass +luckperms.duration.unit.hours.short={0}h +luckperms.duration.unit.minutes.plural={0} minutes of sailing +luckperms.duration.unit.minutes.singular={0} minute +luckperms.duration.unit.minutes.short={0}m +luckperms.duration.unit.seconds.plural={0} seconds +luckperms.duration.unit.seconds.singular={0} second +luckperms.duration.unit.seconds.short={0}s +luckperms.duration.since={0} sailings ago +luckperms.command.misc.invalid-code=Yer code be gobbledygook +luckperms.command.misc.response-code-key=code a'' th'' received message +luckperms.command.misc.error-message-key=message +luckperms.command.misc.bytebin-unable-to-communicate=Unable ta parrot over a message ta bytebin +luckperms.command.misc.webapp-unable-to-communicate=Unable ta parrot over a message ta th'' web app +luckperms.command.misc.check-console-for-errors=Alas\! Dock ashore and be on th'' lookout fer errors +luckperms.command.misc.file-must-be-in-data=Book {0} gotta be in th'' data diary +luckperms.command.misc.wait-to-finish=Ye must wait fer it ta be finished an'' try again +luckperms.command.misc.invalid-priority=One a'' ye priorities be invalid {0} +luckperms.command.misc.expected-number=Ye order be needin'' a number to keep sailin'' +luckperms.command.misc.date-parse-error={0} not be a date +luckperms.command.misc.date-in-past-error=Any seadog can tell ye don''t live in the past\! +luckperms.command.misc.page=lookin'' at chest {0} of {1} +luckperms.command.misc.page-entries={0} doubloons +luckperms.command.misc.none=Nothin'' +luckperms.command.misc.loading.error.unexpected=A Jolly Roger appeared out ''a nowhere +luckperms.command.misc.loading.error.user=Scallywag not loaded +luckperms.command.misc.loading.error.user-specific=Unable ta load ye target lad {0} +luckperms.command.misc.loading.error.user-not-found=A lad fer {0} not be found +luckperms.command.misc.loading.error.user-save-error=There be an error whilst savin'' {0}''s data +luckperms.command.misc.loading.error.user-not-online=Crewmate {0} ain''t ''ere +luckperms.command.misc.loading.error.user-invalid=Arrrrgghhh, {0} not on me ship +luckperms.command.misc.loading.error.user-not-uuid=One a'' yer lads {0} be missin'' a valid id +luckperms.command.misc.loading.error.group=This crew not be ''ere +luckperms.command.misc.loading.error.all-groups=Some a'' ye crew be lost at sea +luckperms.command.misc.loading.error.group-not-found=A crew named {0} not ''ere +luckperms.command.misc.loading.error.group-save-error=Error saving thee booty for {0} +luckperms.command.misc.loading.error.group-invalid={0} be lost at sea +luckperms.command.misc.loading.error.track=This track be lost at sea +luckperms.command.misc.loading.error.all-tracks=Some a'' me tracks be lost at sea +luckperms.command.misc.loading.error.track-not-found=Ye track {0} not be found +luckperms.command.misc.loading.error.track-save-error=There be an error writing sailing routes for {0} +luckperms.command.misc.loading.error.track-invalid=Ye don''t have yourself a valid name with {0} +luckperms.command.editor.no-match=Can''t open yer editor, matey\! Not an object matched yer desired type\! +luckperms.command.editor.start=Fixin'' you up yer brand new editor session\! Hold yer horses... +luckperms.command.editor.url=Click on yer link below to enter yer editor abyss +luckperms.command.editor.unable-to-communicate=Can''t reach yer editor, matey\! +luckperms.command.editor.apply-edits.success=Yer editor''s info was applicated to {0} {1} with great success +luckperms.command.editor.apply-edits.success-summary={0} {1} and {2} {3} +luckperms.command.editor.apply-edits.success.additions=additions +luckperms.command.editor.apply-edits.success.additions-singular=addition +luckperms.command.editor.apply-edits.success.deletions=slaughters +luckperms.command.editor.apply-edits.success.deletions-singular=slaughter +luckperms.command.editor.apply-edits.no-changes=Ther'' be no changes applied from th'' web editor, not a single line be different +luckperms.command.editor.apply-edits.unknown-type=Arr\! You can''t apply an edit to th'' specified object type +luckperms.command.editor.apply-edits.unable-to-read=Arr\! Unable to read the data using th'' given code +luckperms.command.search.searching.permission=Lookin'' through th'' shiplog for crewmates or groups with {0} +luckperms.command.search.searching.inherit=Lookin'' through th'' shiplog for crewmates or groups who inherit from {0} +luckperms.command.search.result=Found {0} entries from ye {1} crewmates and {2} groups +luckperms.command.search.result.default-notice=Note\: when searching through shiplogs for crewmates of th'' default group, crewmates on land with no other permissions will not be shown\! +luckperms.command.search.showing-users=Showing ye crewmates diary entries +luckperms.command.search.showing-groups=Showing ye group diary entries +luckperms.command.tree.start=Ordering the quartermaster to write down a permission tree, wait while he retrieves his parchment... +luckperms.command.tree.empty=Unable to generate th'' tree, no results were given +luckperms.command.tree.url=Permission tree URL +luckperms.command.verbose.invalid-filter={0} is a carouser of a verbose filter +luckperms.command.verbose.enabled=Verbose loggin'' {0} fer checks matchin'' {1} +luckperms.command.verbose.command-exec=Ordering {0} to execute th'' command {1} and reporting all actions... +luckperms.command.verbose.off=Verrrbose loggin'' {0} +luckperms.command.verbose.command-exec-complete=Yer crew has carried out yer orders +luckperms.command.verbose.command.no-checks=Th'' command was executed me hearties, ''owever no permission checks ''ere made +luckperms.command.verbose.command.possibly-async=Tis ''ight be ''cause th'' plug''n runs commands in the back''round (async) +luckperms.command.verbose.command.try-again-manually=Ye can stil'' use verbose manually to detec'' checks made like tis +luckperms.command.verbose.enabled-recording=Verbose loggin'' {0} fer checks matchin'' {1} +luckperms.command.verbose.uploading=Verbose logging {0}, ordering the quartermaster to retrieve th'' results... +luckperms.command.verbose.url=Veerrrrbooose results URL +luckperms.command.verbose.enabled-term=setting sail +luckperms.command.verbose.disabled-term=avast +luckperms.command.verbose.query-any=ANY +luckperms.command.info.running-plugin=Runnin'' with full sails +luckperms.command.info.platform-key=Platform +luckperms.command.info.server-brand-key=Serrverr Brranding +luckperms.command.info.server-version-key=Serrverr Verrsion +luckperms.command.info.storage-key=Barrels +luckperms.command.info.storage-type-key=Type +luckperms.command.info.storage.meta.split-types-key=Types +luckperms.command.info.storage.meta.ping-key=The wind is +luckperms.command.info.storage.meta.connected-key=All tied togethe'' +luckperms.command.info.storage.meta.file-size-key=Amount of th'' barrels on board +luckperms.command.info.extensions-key=Extensions +luckperms.command.info.messaging-key=Messaging +luckperms.command.info.instance-key=Instance +luckperms.command.info.static-contexts-key=Static contexts +luckperms.command.info.online-players-key=Crewmates Aboard +luckperms.command.info.online-players-unique={0} unique +luckperms.command.info.uptime-key=Ye ship''s age +luckperms.command.info.local-data-key=Local Data +luckperms.command.info.local-data={0} crewmates, {1} groups, {2} tracks +luckperms.command.generic.create.success=Ye quartermaster organized {0} +luckperms.command.generic.create.error=Arr\! Some sailor messed up whilst creating {0} +luckperms.command.generic.create.error-already-exists=Ye already have {0}\! +luckperms.command.generic.delete.success={0} was sentenced to the plank +luckperms.command.generic.delete.error=Arr\! Some sailor messed up whilst deleting {0} +luckperms.command.generic.delete.error-doesnt-exist=Yer had too much rum; {0} don''t exist\! +luckperms.command.generic.rename.success={0} successfully be renamed to {1} +luckperms.command.generic.clone.success={0} successfully be cloned onto {1} +luckperms.command.generic.info.parent.title=Parent Groups +luckperms.command.generic.info.parent.temporary-title=Temporary Parent Groups +luckperms.command.generic.info.expires-in=is fish bait in +luckperms.command.generic.info.inherited-from=inherited frrom +luckperms.command.generic.info.inherited-from-self=yerself +luckperms.command.generic.show-tracks.title={0}''s Tracks +luckperms.command.generic.show-tracks.empty={0} not be in any of yer tracks +luckperms.command.generic.clear.node-removed={0} nodes were sent off th'' plank +luckperms.command.generic.clear.node-removed-singular={0} node was sent off th'' plank +luckperms.command.generic.clear={0}''s nodes were sent off the plank in context {1} +luckperms.command.generic.permission.info.title={0}''s Permissions +luckperms.command.generic.permission.info.empty={0} be havin'' no permissions yet +luckperms.command.generic.permission.info.click-to-remove=Click to remove th'' node from {0} +luckperms.command.generic.permission.check.info.title=Ye prems dont work for The {0} +luckperms.command.generic.permission.check.info.directly={0} ''as {1} set to {2} in th'' context {3} +luckperms.command.generic.permission.check.info.inherited={0} in''erits {1} set to {2} from {3} in contex'' {4} +luckperms.command.generic.permission.check.info.not-directly={0} does nah ''ave {1} set +luckperms.command.generic.permission.check.info.not-inherited={0} does nah inherit {1} +luckperms.command.generic.permission.check.result.title=Test if {0} is eligible of the gold +luckperms.command.generic.permission.check.result.result-key=Ye result +luckperms.command.generic.permission.check.result.processor-key=Processar +luckperms.command.generic.permission.check.result.cause-key=Cause +luckperms.command.generic.permission.check.result.context-key=Context +luckperms.command.generic.permission.set=Set {0} to {1} for {2} in th'' context {3} +luckperms.command.generic.permission.already-has=Arr\! {0} already has {1} set in context {2} +luckperms.command.generic.permission.set-temp=Set {0} to {1} for {2} for the time o'' {3} in context {4} +luckperms.command.generic.permission.already-has-temp=Arr\! {0} already has {1} set temporarily in context {2} +luckperms.command.generic.permission.unset=Wiped {0} for {1} in context {2} off the deck +luckperms.command.generic.permission.doesnt-have=Arr\! {0} does not have {1} set in context {2} +luckperms.command.generic.permission.unset-temp=Unset th'' temporary permission {0} for {1} in context {2} +luckperms.command.generic.permission.subtract=Set {0} to {1} for {2} for the time o'' {3} in context {4}, {5} less than yer previous clock +luckperms.command.generic.permission.doesnt-have-temp=Arr\! {0} does not have {1} set temporarily in context {2} +luckperms.command.generic.permission.clear={0}''s permissions were sent off the plank in context {1} +luckperms.command.generic.parent.info.title={0}''s Parents +luckperms.command.generic.parent.info.empty={0} don''t have any parents defined +luckperms.command.generic.parent.info.click-to-remove=Click to remove th'' parent from {0} +luckperms.command.generic.parent.add={0} now inherits th'' permissions from {1} in context {2} +luckperms.command.generic.parent.add-temp={0} now inherits th'' permissions from {1} for a duration of {2} in context {3} +luckperms.command.generic.parent.set={0} had their existing parent groups cleared, and now only inherits {1} in th'' context {2} +luckperms.command.generic.parent.set-track={0} had their existing parent groups on track {1} sent off the ship, and now only inherits {2} in th'' context {3} +luckperms.command.generic.parent.remove={0} no longer inherits th'' permissions from {1} in context {2} +luckperms.command.generic.parent.remove-temp={0} no longer temporarily inherits th'' permissions from {1} in context {2} +luckperms.command.generic.parent.subtract={0} now inherits th'' permissions from {1} for a duration of {2} in context {3}, {4} less than earlier +luckperms.command.generic.parent.clear={0}''s parents were sent off the plank in context {1} +luckperms.command.generic.parent.clear-track={0}''s parents on track {1} were sent off the plank in context {2} +luckperms.command.generic.parent.already-inherits=Arr\! {0} already inherits from {1} in th'' context {2} +luckperms.command.generic.parent.doesnt-inherit=Arr\! {0} doesn''t inherit from {1} in th'' context {2} +luckperms.command.generic.parent.already-temp-inherits={0} already temporarily inherits from {1} in th'' context {2} +luckperms.command.generic.parent.doesnt-temp-inherit={0} doesn''t temporarily inherit from {1} in th'' context {2} +luckperms.command.generic.chat-meta.info.title-prefix={0}''s Titles +luckperms.command.generic.chat-meta.info.title-suffix={0}''s Suffixes +luckperms.command.generic.chat-meta.info.none-prefix={0} has no titles +luckperms.command.generic.chat-meta.info.none-suffix={0} has no suffixes +luckperms.command.generic.chat-meta.info.click-to-remove=Click to remove {0} from {1} +luckperms.command.generic.chat-meta.already-has={0} already has {1} {2} set at th'' priority of {3} in th'' context of {4} +luckperms.command.generic.chat-meta.already-has-temp={0} already has {1} {2} set temporarily at th'' priority of {3} in th'' context of {4} +luckperms.command.generic.chat-meta.doesnt-have={0} doesn''t have {1} {2} set at th'' priority of {3} in th'' context of {4} +luckperms.command.generic.chat-meta.doesnt-have-temp={0} doesn''t have {1} {2} set temporarily at th'' priority of {3} in th'' context of {4} +luckperms.command.generic.chat-meta.add={0} already has {1} {2} set at th'' priority of {3} in th'' context of {4} +luckperms.command.generic.chat-meta.add-temp={0} already has {1} {2} set at th'' priority of {3} for th'' duration of {4} in context {5} +luckperms.command.generic.chat-meta.remove={0} already has {1} {2} set at th'' priority {3} removed in th'' context {4} +luckperms.command.generic.chat-meta.remove-bulk={0} already has {1} at th'' priority {2} removed in th'' context {3} +luckperms.command.generic.chat-meta.remove-temp={0} had temporary {1} {2} at th'' priority {3} removed in th'' context {4} +luckperms.command.generic.chat-meta.remove-temp-bulk={0} had all temporary {1} at th'' priority {2} removed in th'' context {3} +luckperms.command.generic.meta.info.title={0}''s Meta +luckperms.command.generic.meta.info.none=Arrr\! {0} has no meta +luckperms.command.generic.meta.info.click-to-remove=Click to remove yer meta node from {0} +luckperms.command.generic.meta.already-has={0} already has th'' meta key {1} set to {2} in th'' context {3} +luckperms.command.generic.meta.already-has-temp={0} already has th'' meta key {1} temporarily set to {2} in th'' context {3} +luckperms.command.generic.meta.doesnt-have={0} doesn''t have meta key {1} set in th'' context {2} +luckperms.command.generic.meta.doesnt-have-temp={0} doesn''t have meta key {1} set temporarily in th'' context {2} +luckperms.command.generic.meta.set=Set meta key {0} to {1} for {2} in th'' context {3} +luckperms.command.generic.meta.set-temp=Set meta key {0} to {1} for {2} for the time o'' {3} in th'' context {4} +luckperms.command.generic.meta.unset=Wiped th'' meta key {0} for {1} in th'' context {2} +luckperms.command.generic.meta.unset-temp=Unset th'' temporary meta key {0} for {1} in th'' context {2} +luckperms.command.generic.meta.clear={0}''s meta matching type {1} was sent off the plank in th'' context {2} +luckperms.command.generic.contextual-data.title=Contextual Data +luckperms.command.generic.contextual-data.mode.key=mode +luckperms.command.generic.contextual-data.mode.server=server +luckperms.command.generic.contextual-data.mode.active-player=active matey +luckperms.command.generic.contextual-data.contexts-key=Contexts +luckperms.command.generic.contextual-data.prefix-key=Yer Title +luckperms.command.generic.contextual-data.suffix-key=Suffix +luckperms.command.generic.contextual-data.primary-group-key=Primary Group +luckperms.command.generic.contextual-data.meta-key=Meta +luckperms.command.generic.contextual-data.null-result=Me none here +luckperms.command.user.info.title=Shipmate info +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=type +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=not onboard +luckperms.command.user.info.status-key=Status +luckperms.command.user.info.status.online=Aboard +luckperms.command.user.info.status.offline=Out fishin'' +luckperms.command.user.removegroup.error-primary=Ye cannot remove a sailor from their primary allegiance +luckperms.command.user.primarygroup.not-member={0} wasn''t already a crewmate of {1}, ordering the quartermaster to add them now +luckperms.command.user.primarygroup.already-has={0} already has {1} set as their primary group +luckperms.command.user.primarygroup.warn-option=Arr\! Th'' primary group calculation method yer using ({0}) may not reflect this change +luckperms.command.user.primarygroup.set={0}''s primary group was set to {1} +luckperms.command.user.track.error-not-contain-group={0} isn''t in any groups on {1} +luckperms.command.user.track.unsure-which-track=The quartermaster wasn''t given enough information about th'' track to use, specify it as an argument +luckperms.command.user.track.missing-group-advice=Either create th'' group or remove it from th'' track and re-send th'' order to th'' sailors +luckperms.command.user.promote.added-to-first={0} isn''t in any groups on {1}, so they were added to th'' first group, {2} in th'' context {3} +luckperms.command.user.promote.not-on-track={0} isn''t in any groups on {1}, so the quartermaster didn''t bother with promoting them +luckperms.command.user.promote.success=Promoting {0} along th'' track {1} from {2} to {3} in th'' context {4} +luckperms.command.user.promote.end-of-track=Th'' end of track {0} was reached, unable to promote {1} +luckperms.command.user.promote.next-group-deleted=Th'' next group on the track, {0}, has been disbanded +luckperms.command.user.promote.unable-to-promote=Unable to promote th'' crewmate +luckperms.command.user.demote.success=Demoting {0} along th'' track {1} from {2} to {3} in th'' context {4} +luckperms.command.user.demote.end-of-track=Th'' end of track {0} was reached, so {1} was removed from {2} +luckperms.command.user.demote.end-of-track-not-removed=Th'' end of track {0} was reached, so {1} was removed from th'' first group +luckperms.command.user.demote.previous-group-deleted=Th'' previous group on the track, {0}, has been disbanded +luckperms.command.user.demote.unable-to-demote=Unable to demote th'' user +luckperms.command.group.list.title=Groups +luckperms.command.group.delete.not-default=Ye cannot scuttle th'' default group +luckperms.command.group.info.title=Group info +luckperms.command.group.info.display-name-key=Display Name +luckperms.command.group.info.weight-key=Weight +luckperms.command.group.setweight.set=Set weight to {0} for th'' group {1} +luckperms.command.group.setdisplayname.doesnt-have={0} doesn''t have a display name set +luckperms.command.group.setdisplayname.already-has={0} already has th'' display name of {1} +luckperms.command.group.setdisplayname.already-in-use=Th'' display name {0} already be taken by {1} +luckperms.command.group.setdisplayname.set=Set display name to {0} for th'' group {1} in th'' context {2} +luckperms.command.group.setdisplayname.removed=Walked the display name for th'' group {0} in context {1} off th'' plank +luckperms.command.track.list.title=Tracks +luckperms.command.track.path.empty=None +luckperms.command.track.info.showing-track=Showin'' Trrack +luckperms.command.track.info.path-property=Path +luckperms.command.track.clear={0}''s groups track contents were walked off the plank +luckperms.command.track.append.success=Group {0} was ad''ed to ye old track {1} +luckperms.command.track.insert.success=Group {0} was inserted into th'' track {1} at position {2} +luckperms.command.track.insert.error-number=Arr\! Expectin'' a number but got\: {0} +luckperms.command.track.insert.error-invalid-pos=Unable to insert at th'' position {0} +luckperms.command.track.insert.error-invalid-pos-reason=invalid position +luckperms.command.track.remove.success=Group {0} was removed from th'' track {1} +luckperms.command.track.error-empty={0} can''t be used as it''s empty or contains only one group +luckperms.command.track.error-multiple-groups={0} is a member of multiple of th'' groups on this tracks +luckperms.command.track.error-ambiguous=Unable to determine their location +luckperms.command.track.already-contains={0} already contains {1} +luckperms.command.track.doesnt-contain={0} doesn''t contain {1} +luckperms.command.log.load-error=Th'' log couldn''t be loaded +luckperms.command.log.invalid-page=There be no chart of that number, captain +luckperms.command.log.invalid-page-range=Arr\! Enter a number between {0} and {1} +luckperms.command.log.empty=The ship''s logs are empty, captain +luckperms.command.log.notify.error-console=Th'' console''s bell can''t be muted +luckperms.command.log.notify.enabled-term=Setting sail +luckperms.command.log.notify.disabled-term=Docked +luckperms.command.log.notify.changed-state={0} loggin'' its output +luckperms.command.log.notify.already-on=''ur ship''s bell is already ringing +luckperms.command.log.notify.already-off=''ur ship''s bell is muted +luckperms.command.log.notify.invalid-state=Arr\! That state is unknown, expecting {0} or {1} +luckperms.command.log.show.search=Showing th'' recent actions for query {0} +luckperms.command.log.show.recent=Showing th'' ship''s logs +luckperms.command.log.show.by=Showing th'' ship''s logs by {0} +luckperms.command.log.show.history=Showing th'' history for {0} {1} +luckperms.command.export.error-term=Arr\! Some sailor messed up +luckperms.command.export.already-running=Arr\! Another export process is already running +luckperms.command.export.file.already-exists=File {0} alrrready exists +luckperms.command.export.file.not-writable=File {0} ain''t writeable +luckperms.command.export.file.success=Ye successfully exported to {0} +luckperms.command.export.file-unexpected-error-writing=Arr\! An unexpected error occurred while writing to th'' file +luckperms.command.export.web.export-code=Export code +luckperms.command.export.web.import-command-description=Use th'' following command to import +luckperms.command.import.term=Import +luckperms.command.import.error-term=Arr\! Some sailor messed up +luckperms.command.import.already-running=Arr\! Another import process is already running +luckperms.command.import.file.doesnt-exist=Yer had too much rum; File {0} don''t exist +luckperms.command.import.file.not-readable=File {0} ain''t readable +luckperms.command.import.file.unexpected-error-reading=Arr\! An unexpected error occurred while reading from th'' import file +luckperms.command.import.file.correct-format=is it th'' correct format? +luckperms.command.import.web.unable-to-read=Arr\! Unable to read the data using th'' given code +luckperms.command.import.progress.percent=Th'' journey is {0}% complete +luckperms.command.import.progress.operations={0}/{1} of th'' sails unfurled +luckperms.command.import.starting=Th'' anchor has been raised on the import process +luckperms.command.import.completed=COMPLETED +luckperms.command.import.duration=took {0} seconds +luckperms.command.bulkupdate.must-use-console=Th'' bulk update command can only be used in th'' console +luckperms.command.bulkupdate.invalid-data-type=Arr\! That be an invalid type matey\! LP be expecting {0} +luckperms.command.bulkupdate.invalid-constraint=Invalid constraint {0}, matey +luckperms.command.bulkupdate.invalid-constraint-format=Constraints should be in th'' format {0} +luckperms.command.bulkupdate.invalid-comparison=Invalid comparison operator {0}, what be you doing mate +luckperms.command.bulkupdate.invalid-comparison-format=Expected one of th'' following\: {0} +luckperms.command.bulkupdate.queued=Bulk update operation was queued +luckperms.command.bulkupdate.confirm=Run {0} to execute th'' update +luckperms.command.bulkupdate.unknown-id=Operation with id {0} does not be existing or has expired +luckperms.command.bulkupdate.starting=Runnin'' bulk update +luckperms.command.bulkupdate.success=Arrr\! Yar bulk update completed successfully +luckperms.command.bulkupdate.success.statistics.nodes=Total affected nodes +luckperms.command.bulkupdate.success.statistics.users=Total affected users +luckperms.command.bulkupdate.success.statistics.groups=Total affected groups +luckperms.command.bulkupdate.failure=Arr\! Bulk update failed, check th'' console for errors +luckperms.command.update-task.request=An update task has been requested, slow ''ur ship down matey +luckperms.command.update-task.complete=Update task has been completed +luckperms.command.update-task.push.attempting=Now attempting to send th'' info to other servers +luckperms.command.update-task.push.complete=Other servers were notified via {0} successfully +luckperms.command.update-task.push.error=Error whilst pushing th'' changes to other servers +luckperms.command.update-task.push.error-not-setup=Can''t push changes to yer other servers as yer messaging service has not been configured +luckperms.command.reload-config.success=Th'' configuration file was reloaded +luckperms.command.reload-config.restart-note=some options will only apply after th'' server has restarted +luckperms.command.translations.searching=Searching for th'' available translations, slow ''ur ship matey... +luckperms.command.translations.searching-error=Unable to obtain a list of available translations, ''ur stuck with pirate speak matey +luckperms.command.translations.installed-translations=Installed Translations +luckperms.command.translations.available-translations=Available Translations +luckperms.command.translations.percent-translated={0}% translated +luckperms.command.translations.translations-by=by +luckperms.command.translations.installing=Installing translations, slow ''ur ship down matey... +luckperms.command.translations.download-error=Unable to download th'' translation for {0} +luckperms.command.translations.installing-specific=Installing th'' language {0}... +luckperms.command.translations.install-complete=Installation complete +luckperms.command.translations.download-prompt=Use {0} to download and install th'' more recent versions of th'' translations provided by ''ur fellow pirates +luckperms.command.translations.download-override-warning=Note that this will override any changes you''ve made for these languages +luckperms.usage.user.description=A set of commands for managing crewmates within LuckPerms. (A ''user'' in LuckPerms is just a player, and can refer to a UUID or username) +luckperms.usage.group.description=A set of commands for managing groups with LuckPerms. Groups are just collections of permission assignments that can be given to mateys. New groups are made using th'' ''creategroup'' command. +luckperms.usage.track.description=A set of commands for managing tracks within LuckPerms. Tracks are an ordered collection of some groups which can be used for defining promotions and demotions. +luckperms.usage.log.description=A set of commands for managing th'' logging functionality within LuckPerms. +luckperms.usage.sync.description=Reloads all data from th'' plugins storage into memory and applies any changes that are noticed. +luckperms.usage.info.description=Prints general information about th'' active plugin instance. +luckperms.usage.editor.description=Creates a new web editor session +luckperms.usage.editor.argument.type=th'' types to load into th'' editor. (''all'', ''users'' or ''groups'') +luckperms.usage.editor.argument.filter=permission to be filtering user entries through +luckperms.usage.verbose.description=Controls th'' plugin''s verbose permission check system. +luckperms.usage.verbose.argument.action=whether to enable/disable logging or to upload th'' logged output +luckperms.usage.verbose.argument.filter=th'' filter to match entries against +luckperms.usage.verbose.argument.commandas=th'' player/command to be runnin'' +luckperms.usage.tree.description=Generates a tree view (ordered list hierarchy) of all th'' permissions known by LuckPerms. +luckperms.usage.tree.argument.scope=th'' root of the tree. specify "." to include all th'' permissions +luckperms.usage.tree.argument.player=th'' name of an online matey to be checkin'' against +luckperms.usage.search.description=Looks far an'' wide for th'' users/groups wit'' a specific permis''ion +luckperms.usage.search.argument.permission=th'' permission to be lookin'' out for +luckperms.usage.search.argument.page=th'' parchment number to view +luckperms.usage.network-sync.description=Sync changes with th'' storage and request that all other servers on th'' network follow th'' order +luckperms.usage.import.description=Imports data from a (prreviously created) export file +luckperms.usage.import.argument.file=th'' file to be importing from +luckperms.usage.import.argument.replace=replace th'' existing data instead of merging +luckperms.usage.import.argument.upload=upload th'' data from ye previous export +luckperms.usage.export.description=Exports all th'' permissions data to an ''export'' file that can be imported at a later time. +luckperms.usage.export.argument.file=th'' file to be exporting to +luckperms.usage.export.argument.without-users=exclude users from th'' export +luckperms.usage.export.argument.without-groups=exclude users from th'' export +luckperms.usage.export.argument.upload=Upload all ye permission data t'' th'' webeditor. May be re-imported at a later time. +luckperms.usage.reload-config.description=Reload some of th'' config options +luckperms.usage.bulk-update.description=Execute bulk change queries on all th'' data +luckperms.usage.bulk-update.argument.data-type=th'' type of data being changed. (''all'', ''users'', or ''groups'') +luckperms.usage.bulk-update.argument.action=th'' action to be performing on th'' data. (''update'' or ''delete'') +luckperms.usage.bulk-update.argument.action-field=th'' field to be acting upon. only required for ''update''. (''permission'', ''server'', or ''world'') +luckperms.usage.bulk-update.argument.action-value=th'' value to be replacing with. only required for ''update''. +luckperms.usage.bulk-update.argument.constraint=th'' constraints to be following for th'' update +luckperms.usage.translations.description=Manage th'' translations +luckperms.usage.translations.argument.install=subcommand to install th'' translations +luckperms.usage.apply-edits.description=Applies permission changes made from th'' editor +luckperms.usage.apply-edits.argument.code=th'' unique code for th'' data +luckperms.usage.apply-edits.argument.target=who to be applying th'' data to +luckperms.usage.create-group.description=Create a new group +luckperms.usage.create-group.argument.name=th'' name of th'' group +luckperms.usage.create-group.argument.weight=th'' booty size of th'' crew +luckperms.usage.create-group.argument.display-name=th'' voyage of th'' crew +luckperms.usage.delete-group.description=Delete a group +luckperms.usage.delete-group.argument.name=th'' name of th'' group +luckperms.usage.list-groups.description=List all th'' groups on th'' platform +luckperms.usage.create-track.description=Create a new track +luckperms.usage.create-track.argument.name=th'' name of th'' track +luckperms.usage.delete-track.description=Delete a track +luckperms.usage.delete-track.argument.name=th'' name of th'' track +luckperms.usage.list-tracks.description=List all th'' tracks on th'' platform +luckperms.usage.user-info.description=Shows info ''bout th'' user +luckperms.usage.user-switchprimarygroup.description=Switches th'' user''s primary group +luckperms.usage.user-switchprimarygroup.argument.group=th'' group to switch to +luckperms.usage.user-promote.description=Promotes th'' user up a track +luckperms.usage.user-promote.argument.track=th'' track to be promoting th'' user up +luckperms.usage.user-promote.argument.context=th'' contexts to promote th'' prefix in +luckperms.usage.user-promote.argument.dont-add-to-first=only promote th'' user if they''re already on th'' track +luckperms.usage.user-demote.description=Demotes th'' user down yer track +luckperms.usage.user-demote.argument.track=tr'' track to be demoting th'' user down +luckperms.usage.user-demote.argument.context=th'' contexts to demote th'' user in +luckperms.usage.user-demote.argument.dont-remove-from-first=prevent th'' user from being removed from yer first group +luckperms.usage.user-clone.description=Clone th'' user +luckperms.usage.user-clone.argument.user=th'' name/uuid of th'' user to clone onto +luckperms.usage.group-info.description=Gives info about ye'' group +luckperms.usage.group-listmembers.description=Show the crewmates/groups tha'' inherit from th'' group +luckperms.usage.group-listmembers.argument.page=th'' parchment number to view +luckperms.usage.group-setweight.description=Sets th'' groups weight +luckperms.usage.group-setweight.argument.weight=th'' weight to set +luckperms.usage.group-set-display-name.description=Set th'' group''s display name +luckperms.usage.group-set-display-name.argument.name=th'' name to set +luckperms.usage.group-set-display-name.argument.context=th'' context to set th'' name in +luckperms.usage.group-rename.description=Rename yer group +luckperms.usage.group-rename.argument.name=th'' shiny new name +luckperms.usage.group-clone.description=Create a clone of th'' group +luckperms.usage.group-clone.argument.name=th'' name of th'' group to clone onto +luckperms.usage.holder-editor.description=Open th'' web editor +luckperms.usage.holder-showtracks.description=Lists th'' tracks that thy object be on +luckperms.usage.holder-clear.description=Walks all th'' permissions, parents, and meta off the plank +luckperms.usage.holder-clear.argument.context=th'' contexts to filter through +luckperms.usage.permission.description=Edit permissions +luckperms.usage.parent.description=Edit th'' inheritances +luckperms.usage.meta.description=Edit th'' metadata values +luckperms.usage.permission-info.description=Lists the permissions nodes th'' object has +luckperms.usage.permission-info.argument.page=th'' parchment number to view +luckperms.usage.permission-info.argument.sort-mode=how to sort th'' entries +luckperms.usage.permission-set.description=Sets a permission for th'' object +luckperms.usage.permission-set.argument.node=th'' permission node to set +luckperms.usage.permission-set.argument.value=th'' value of th'' node +luckperms.usage.permission-set.argument.context=th'' contexts to add th'' permission in +luckperms.usage.permission-unset.description=Wipes a permission for an object of th'' deck +luckperms.usage.permission-unset.argument.node=th'' permission node to unset +luckperms.usage.permission-unset.argument.context=th'' contexts to remove th'' permission in +luckperms.usage.permission-settemp.description=Sets a permission for th'' object temporarily +luckperms.usage.permission-settemp.argument.node=th'' permission node to set +luckperms.usage.permission-settemp.argument.value=th'' value of th'' node +luckperms.usage.permission-settemp.argument.duration=th'' duration till the permission node expires +luckperms.usage.permission-settemp.argument.temporary-modifier=how th'' temporary permission should be applied +luckperms.usage.permission-settemp.argument.context=th'' contexts to add th'' permission in +luckperms.usage.permission-unsettemp.description=Wipes a temporary permission for an object off th'' deck +luckperms.usage.permission-unsettemp.argument.node=th'' permission node to unset +luckperms.usage.permission-unsettemp.argument.duration=th'' duration to subtract +luckperms.usage.permission-unsettemp.argument.context=th'' contexts to remove th'' permission in +luckperms.usage.permission-check.description=Checks to see if the object be havin'' a certain permission node +luckperms.usage.permission-check.argument.node=th'' permission node to be lookin'' out for +luckperms.usage.permission-clear.description=Walks the permissions off the plank +luckperms.usage.permission-clear.argument.context=th'' contexts to filter through +luckperms.usage.parent-info.description=Lists th'' groups that thy object inherits from +luckperms.usage.parent-info.argument.page=th'' parchment number to view +luckperms.usage.parent-info.argument.sort-mode=how to sort th'' entries +luckperms.usage.parent-set.description=Rremoves all other groups th'' object inherits already and adds them to th'' one given +luckperms.usage.parent-set.argument.group=th'' group to set to +luckperms.usage.parent-set.argument.context=th'' contexts to set th'' group in +luckperms.usage.parent-add.description=Sets another group for th'' object to be inheriting permissions from +luckperms.usage.parent-add.argument.group=th'' group to be inheriting from +luckperms.usage.parent-add.argument.context=th'' contexts to inherit th'' group in +luckperms.usage.parent-remove.description=Rremoves a previously set inheritance law +luckperms.usage.parent-remove.argument.group=th'' group to plank +luckperms.usage.parent-remove.argument.context=th'' contexts to plank th'' group in +luckperms.usage.parent-set-track.description=Rremoves all other groups th'' object inherits already and adds them to th'' one given +luckperms.usage.parent-set-track.argument.track=th'' track to set on +luckperms.usage.parent-set-track.argument.group=th'' group to set to or a number that be relating to the position of the group on th'' given track +luckperms.usage.parent-set-track.argument.context=th'' contexts to set th'' group in +luckperms.usage.parent-add-temp.description=Sets another group for th'' object to be inheriting permissions from temporarily +luckperms.usage.parent-add-temp.argument.group=th'' group to be inheriting from +luckperms.usage.parent-add-temp.argument.duration=th'' duration of th'' group membership +luckperms.usage.parent-add-temp.argument.temporary-modifier=how th'' temporary permission should be applied +luckperms.usage.parent-add-temp.argument.context=th'' contexts to be inheriting th'' group in +luckperms.usage.parent-remove-temp.description=Rremoves a previously set temporary inheritance law +luckperms.usage.parent-remove-temp.argument.group=th'' group to plank +luckperms.usage.parent-remove-temp.argument.duration=th'' duration to subtract +luckperms.usage.parent-remove-temp.argument.context=th'' contexts to plank th'' group in +luckperms.usage.parent-clear.description=Wipe th'' deck of all parents +luckperms.usage.parent-clear.argument.context=th'' contexts to filter through +luckperms.usage.parent-clear-track.description=Walks all th'' parents on th'' given track off th'' plank +luckperms.usage.parent-clear-track.argument.track=th'' track to remove on +luckperms.usage.parent-clear-track.argument.context=th'' contexts to filter through +luckperms.usage.meta-info.description=Shows all th'' chat meta +luckperms.usage.meta-set.description=Sets th'' meta value +luckperms.usage.meta-set.argument.key=th'' key to set +luckperms.usage.meta-set.argument.value=th'' value to set +luckperms.usage.meta-set.argument.context=th'' contexts to add th'' meta pair in +luckperms.usage.meta-unset.description=Unsets th'' meta value +luckperms.usage.meta-unset.argument.key=th'' key to unset +luckperms.usage.meta-unset.argument.context=th'' contexts to remove th'' meta pair ''n +luckperms.usage.meta-settemp.description=Sets th'' meta value temporarily +luckperms.usage.meta-settemp.argument.key=th'' key to set +luckperms.usage.meta-settemp.argument.value=th'' value to set +luckperms.usage.meta-settemp.argument.duration=th'' duration till the meta value expires +luckperms.usage.meta-settemp.argument.context=th'' contexts to add th'' meta pair in +luckperms.usage.meta-unsettemp.description=Walks a temporary meta value off th'' plank +luckperms.usage.meta-unsettemp.argument.key=th'' key to unset +luckperms.usage.meta-unsettemp.argument.context=th'' contexts to remove th'' meta pair ''n +luckperms.usage.meta-addprefix.description=Adds th'' prefix +luckperms.usage.meta-addprefix.argument.priority=th'' priority to add th'' prefix +luckperms.usage.meta-addprefix.argument.prefix=th'' prefix string +luckperms.usage.meta-addprefix.argument.context=th'' contexts to add th'' prefix ''n +luckperms.usage.meta-addsuffix.description=Adds th'' prefix +luckperms.usage.meta-addsuffix.argument.priority=th'' priority to add th'' suffix +luckperms.usage.meta-addsuffix.argument.suffix=th'' suffix string +luckperms.usage.meta-addsuffix.argument.context=th'' contexts to add th'' suffix ''n +luckperms.usage.meta-setprefix.description=Sets th'' prefix +luckperms.usage.meta-setprefix.argument.priority=th'' priority to set th'' prefix +luckperms.usage.meta-setprefix.argument.prefix=th'' prefix string +luckperms.usage.meta-setprefix.argument.context=th'' context to set th'' prefix in +luckperms.usage.meta-setsuffix.description=Sets th'' suffix +luckperms.usage.meta-setsuffix.argument.priority=th'' priority to set th'' suffix +luckperms.usage.meta-setsuffix.argument.suffix=th'' suffix string +luckperms.usage.meta-setsuffix.argument.context=th'' contexts to set th'' suffix ''n +luckperms.usage.meta-removeprefix.description=Walks a prefix off the plank +luckperms.usage.meta-removeprefix.argument.priority=th'' priority to forget th'' prefix +luckperms.usage.meta-removeprefix.argument.prefix=th'' prefix string +luckperms.usage.meta-removeprefix.argument.context=th'' contexts to remove th'' prefix in +luckperms.usage.meta-removesuffix.description=Walks a suffix off the plank +luckperms.usage.meta-removesuffix.argument.priority=th'' priority to forget th'' suffix +luckperms.usage.meta-removesuffix.argument.suffix=th'' suffix string +luckperms.usage.meta-removesuffix.argument.context=th'' contexts to remove th'' suffix in +luckperms.usage.meta-addtemp-prefix.description=Adds a prrrefix temporarily +luckperms.usage.meta-addtemp-prefix.argument.priority=th'' priority to add th'' prefix +luckperms.usage.meta-addtemp-prefix.argument.prefix=th'' prefix string +luckperms.usage.meta-addtemp-prefix.argument.duration=th'' duration till the prefix expires +luckperms.usage.meta-addtemp-prefix.argument.context=th'' contexts to add th'' prefix in +luckperms.usage.meta-addtemp-suffix.description=Adds a suffix temporarily +luckperms.usage.meta-addtemp-suffix.argument.priority=th'' priority to add th'' suffix +luckperms.usage.meta-addtemp-suffix.argument.suffix=th'' suffix string +luckperms.usage.meta-addtemp-suffix.argument.duration=th'' duration till the suffix expires +luckperms.usage.meta-addtemp-suffix.argument.context=th'' contexts to add th'' suffix ''n +luckperms.usage.meta-settemp-prefix.description=Sets a prrrefix temporarily +luckperms.usage.meta-settemp-prefix.argument.priority=th'' priority to set th'' prefix +luckperms.usage.meta-settemp-prefix.argument.prefix=th'' prefix string +luckperms.usage.meta-settemp-prefix.argument.duration=th'' duration till the prefix expires +luckperms.usage.meta-settemp-prefix.argument.context=th'' context to set th'' prefix in +luckperms.usage.meta-settemp-suffix.description=Sets a suffix temporarily +luckperms.usage.meta-settemp-suffix.argument.priority=th'' priority to set th'' suffix +luckperms.usage.meta-settemp-suffix.argument.suffix=th'' suffix string +luckperms.usage.meta-settemp-suffix.argument.duration=th'' duration till the suffix expires +luckperms.usage.meta-settemp-suffix.argument.context=th'' contexts to set th'' suffix ''n +luckperms.usage.meta-removetemp-prefix.description=Rrremoves a temporrrary prefix +luckperms.usage.meta-removetemp-prefix.argument.priority=th'' priority to forget th'' prefix +luckperms.usage.meta-removetemp-prefix.argument.prefix=th'' prefix sting +luckperms.usage.meta-removetemp-prefix.argument.context=th'' contexts to remove th'' prefix in +luckperms.usage.meta-removetemp-suffix.description=Rrremoves a temporrrary suffix +luckperms.usage.meta-removetemp-suffix.argument.priority=th'' priority to forget th'' suffix +luckperms.usage.meta-removetemp-suffix.argument.suffix=th'' suffix sting +luckperms.usage.meta-removetemp-suffix.argument.context=th'' contexts to remove th'' suffix in +luckperms.usage.meta-clear.description=Wipe th'' deck of all meta +luckperms.usage.meta-clear.argument.type=th'' type of meta to rrremove +luckperms.usage.meta-clear.argument.context=th'' contexts to filter through +luckperms.usage.track-info.description=Gives info about ye'' track +luckperms.usage.track-editor.description=Opens ye'' ol'' web permis''ion edit''r +luckperms.usage.track-append.description=Tacks on a group to the end of ye'' track +luckperms.usage.track-append.argument.group=th'' group to append +luckperms.usage.track-insert.description=Inserts a group in some location along ye'' track +luckperms.usage.track-insert.argument.group=th'' group to insert +luckperms.usage.track-insert.argument.position=th'' position to insert th'' group (th'' first position is 1) +luckperms.usage.track-remove.description=Plank a group from th'' track +luckperms.usage.track-remove.argument.group=th'' group to plank +luckperms.usage.track-clear.description=Wipes the crews from th'' track +luckperms.usage.track-rename.description=Rename th'' track +luckperms.usage.track-rename.argument.name=th'' shiny new name +luckperms.usage.track-clone.description=Create a clone of th'' track +luckperms.usage.track-clone.argument.name=th'' name of th'' track to clone onto +luckperms.usage.log-recent.description=Rifle through th'' ship''s logs +luckperms.usage.log-recent.argument.user=th'' name/uuid of th'' user to filter through +luckperms.usage.log-recent.argument.page=the parchment number to be lookin'' out f''r +luckperms.usage.log-search.description=Look through th'' ship''s logs f''r an entry +luckperms.usage.log-search.argument.query=th'' query to search by +luckperms.usage.log-search.argument.page=the parchment number to be lookin'' out f''r +luckperms.usage.log-notify.description=Toggle the bell f''r the ship''s logs +luckperms.usage.log-notify.argument.toggle=whether to raise or lower the sails on this +luckperms.usage.log-user-history.description=Read a mate''s ship-logs +luckperms.usage.log-user-history.argument.user=th'' name/uuid of th'' user +luckperms.usage.log-user-history.argument.page=th'' parchment number to be lookin'' out f''r +luckperms.usage.log-group-history.description=View a crew''s ship-logs +luckperms.usage.log-group-history.argument.group=th'' name of the crew +luckperms.usage.log-group-history.argument.page=the parchment number to be lookin'' out f''r +luckperms.usage.log-track-history.description=View a track''s ship-logs +luckperms.usage.log-track-history.argument.track=th'' name of th'' track +luckperms.usage.log-track-history.argument.page=the parchment number to be lookin'' out f''r +luckperms.usage.sponge.description=Rewrite th'' Sponge writings +luckperms.usage.sponge.argument.collection=th'' collection to flip through +luckperms.usage.sponge.argument.subject=th'' subject to modify +luckperms.usage.sponge-permission-info.description=Shows info ''bout th'' subject''s permissions +luckperms.usage.sponge-permission-info.argument.contexts=th'' contexts to filter through +luckperms.usage.sponge-permission-set.description=Sets a permission for the Subject +luckperms.usage.sponge-permission-set.argument.node=th'' permission node to set +luckperms.usage.sponge-permission-set.argument.tristate=th'' value to set the permission to +luckperms.usage.sponge-permission-set.argument.contexts=th'' context to set th'' permission in +luckperms.usage.sponge-permission-clear.description=Walk the Subject''s permissions off th'' plank +luckperms.usage.sponge-permission-clear.argument.contexts=th'' contexts to clear th'' permissions in +luckperms.usage.sponge-parent-info.description=Shows info ''bout th'' subject''s parents +luckperms.usage.sponge-parent-info.argument.contexts=th'' contexts to filter through +luckperms.usage.sponge-parent-add.description=Add a parent to th'' Subject +luckperms.usage.sponge-parent-add.argument.collection=th'' subject collection where th'' parent Subject is +luckperms.usage.sponge-parent-add.argument.subject=th'' name of th'' parent Subject +luckperms.usage.sponge-parent-add.argument.contexts=th'' contexts to add th'' parent ''n +luckperms.usage.sponge-parent-remove.description=Rid th'' parent from the Subject +luckperms.usage.sponge-parent-remove.argument.collection=th'' subject collection where th'' parent Subject be +luckperms.usage.sponge-parent-remove.argument.subject=th'' name of th'' parent Subject +luckperms.usage.sponge-parent-remove.argument.contexts=th'' contexts to remove th'' parent in +luckperms.usage.sponge-parent-clear.description=Walk the Subject''s parents off th'' plank +luckperms.usage.sponge-parent-clear.argument.contexts=th'' contexts to clear th'' parents in +luckperms.usage.sponge-option-info.description=Shows info ''bout th'' subject''s options +luckperms.usage.sponge-option-info.argument.contexts=th'' contexts to filter through +luckperms.usage.sponge-option-set.description=Sets an option for th'' Subject +luckperms.usage.sponge-option-set.argument.key=th'' key to set +luckperms.usage.sponge-option-set.argument.value=th'' value to set the key to +luckperms.usage.sponge-option-set.argument.contexts=th'' context to set th'' option in +luckperms.usage.sponge-option-unset.description=Wipes an option for the Subject off th'' deck +luckperms.usage.sponge-option-unset.argument.key=th'' key to unset +luckperms.usage.sponge-option-unset.argument.contexts=th'' contexts to unset th'' key in +luckperms.usage.sponge-option-clear.description=Walk the Subject''s options off th'' plank +luckperms.usage.sponge-option-clear.argument.contexts=th'' contexts to clear th'' option in diff --git a/plugins/LuckPerms/translations/repository/es_ES.properties b/plugins/LuckPerms/translations/repository/es_ES.properties new file mode 100644 index 0000000..bf8b447 --- /dev/null +++ b/plugins/LuckPerms/translations/repository/es_ES.properties @@ -0,0 +1,630 @@ +luckperms.logs.actionlog-prefix=REGISTRO +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=EXPORTAR +luckperms.commandsystem.available-commands=Usa {0} para ver los comandos disponibles +luckperms.commandsystem.command-not-recognised=Comando desconocido +luckperms.commandsystem.no-permission=No tienes permiso para usar este comando\! +luckperms.commandsystem.no-permission-subcommands=No tienes permiso para usar ningУКn subcomando +luckperms.commandsystem.already-executing-command=Se estУЁ ejecutando otro comando. Esperando a que termine... +luckperms.commandsystem.usage.sub-commands-header=Sub Comandos +luckperms.commandsystem.usage.usage-header=Uso del Comando +luckperms.commandsystem.usage.arguments-header=Argumentos +luckperms.first-time.no-permissions-setup=ТЁParece que aУКn no se ha configurado ningУКn permiso\! +luckperms.first-time.use-console-to-give-access=Antes de que puedas usar cualquier commando de LuckPerms en el juego, necesitas usar la consola para darte acceso a ti mismo +luckperms.first-time.console-command-prompt=Abre tu consola y ejecuta +luckperms.first-time.next-step=DespuУЉs de haber hecho esto, puedes comenzar a definir tu asignaciУГn de permisos y grupos +luckperms.first-time.wiki-prompt=ТПNo sabes por dУГnde empezar? Chequea aquУ­\: {0} +luckperms.login.try-again=Por favor intУЉntalo de nuevo mУЁs tarde +luckperms.login.loading-database-error=Se ha producido un error en la base de datos al cargar los datos de permisos +luckperms.login.server-admin-check-console-errors=Si eres un administrador del servidor, por favor revisa la consola en busca de errores +luckperms.login.server-admin-check-console-info=Por favor, comprueba la consola del servidor para mУЁs informaciУГn +luckperms.login.data-not-loaded-at-pre=Los datos de permisos para su usuario no fueron cargados durante la etapa de pre-inicio de sesiУГn +luckperms.login.unable-to-continue=no se puede continuar +luckperms.login.craftbukkit-offline-mode-error=esto es probablemente debido a un conflicto entre CraftBukkit y la configuraciУГn del modo en lУ­nea +luckperms.login.unexpected-error=Se produjo un error inesperado al configurar sus datos de permisos +luckperms.opsystem.disabled=El sistema OP vanilla estУЁ deshabilitado en este servidor +luckperms.opsystem.sponge-warning=Por favor, ten en cuenta que el estado de Operador del Servidor no tiene efecto en los chequeos de permisos en Sponge cuando un plugin de permisos estУЁ instalado, debes editar los datos de usuario directamente +luckperms.duration.unit.years.plural={0} aУБos +luckperms.duration.unit.years.singular={0} aУБo +luckperms.duration.unit.years.short={0}a +luckperms.duration.unit.months.plural={0} meses +luckperms.duration.unit.months.singular={0} mes +luckperms.duration.unit.months.short={0}m +luckperms.duration.unit.weeks.plural={0} semanas +luckperms.duration.unit.weeks.singular={0} semana +luckperms.duration.unit.weeks.short={0}sem +luckperms.duration.unit.days.plural={0} dУ­as +luckperms.duration.unit.days.singular={0} dУ­a +luckperms.duration.unit.days.short={0}d +luckperms.duration.unit.hours.plural={0} horas +luckperms.duration.unit.hours.singular={0} hora +luckperms.duration.unit.hours.short={0}h +luckperms.duration.unit.minutes.plural={0} minutos +luckperms.duration.unit.minutes.singular={0} minuto +luckperms.duration.unit.minutes.short={0}min +luckperms.duration.unit.seconds.plural={0} segundos +luckperms.duration.unit.seconds.singular={0} segundo +luckperms.duration.unit.seconds.short={0}s +luckperms.duration.since=hace {0} +luckperms.command.misc.invalid-code=CУГdigo no vУЁlido +luckperms.command.misc.response-code-key=cУГdigo de respuesta +luckperms.command.misc.error-message-key=mensaje +luckperms.command.misc.bytebin-unable-to-communicate=No se puede comunicar con bytebin +luckperms.command.misc.webapp-unable-to-communicate=No se puede comunicar con la aplicaciУГn web +luckperms.command.misc.check-console-for-errors=Comprueba la consola en busca de errores +luckperms.command.misc.file-must-be-in-data=El archivo {0} debe ser un hijo directo del directorio de datos +luckperms.command.misc.wait-to-finish=Por favor, espere a que termine y vuelva a intentarlo +luckperms.command.misc.invalid-priority=Prioridad invУЁlida {0} +luckperms.command.misc.expected-number=Se esperaba un nУКmero +luckperms.command.misc.date-parse-error=No se pudo analizar la fecha {0} +luckperms.command.misc.date-in-past-error=ТЁNo puedes establecer una fecha en el pasado\! +luckperms.command.misc.page=pУЁgina {0} de {1} +luckperms.command.misc.page-entries={0} entradas +luckperms.command.misc.none=Ninguno +luckperms.command.misc.loading.error.unexpected=OcurriУГ un error inesperado +luckperms.command.misc.loading.error.user=Usuario no cargado +luckperms.command.misc.loading.error.user-specific=No se puede cargar el usuario {0} +luckperms.command.misc.loading.error.user-not-found=No se pudo encontrar un usuario para {0} +luckperms.command.misc.loading.error.user-save-error=Hubo un error al guardar los datos de usuario para {0} +luckperms.command.misc.loading.error.user-not-online=Usuario {0} no estУЁ conectado +luckperms.command.misc.loading.error.user-invalid={0} no es un uuid/nombre de usuario vУЁlido +luckperms.command.misc.loading.error.user-not-uuid=El usuario objetivo {0} no es un uuid vУЁlido +luckperms.command.misc.loading.error.group=Grupo no cargado +luckperms.command.misc.loading.error.all-groups=No se pueden cargar todos los grupos +luckperms.command.misc.loading.error.group-not-found=Un grupo llamado {0} no pudo ser encontrado +luckperms.command.misc.loading.error.group-save-error=Hubo un error mientras se guardaban los datos del grupo para {0} +luckperms.command.misc.loading.error.group-invalid={0} no es un nombre de grupo vУЁlido +luckperms.command.misc.loading.error.track=Escalera no cargada +luckperms.command.misc.loading.error.all-tracks=No se pueden cargar todas las escaleras +luckperms.command.misc.loading.error.track-not-found=La escalera llamada {0} no pudo ser encontrada +luckperms.command.misc.loading.error.track-save-error=Hubo un error mientras se guardaban los datos de la escalera para {0} +luckperms.command.misc.loading.error.track-invalid={0} no es un nombre vУЁlido de una escalera +luckperms.command.editor.no-match=No se puede abrir el editor, no hay objetos que coincidan con el tipo deseado +luckperms.command.editor.start=Preparando una nueva sesiУГn del editor, por favor espere... +luckperms.command.editor.url=Haga clic en el enlace de abajo para abrir el editor +luckperms.command.editor.unable-to-communicate=No se puede comunicar con el editor +luckperms.command.editor.apply-edits.success=Los datos del editor web se aplicaron a {0} {1} con УЉxito +luckperms.command.editor.apply-edits.success-summary={0} {1} y {2} {3} +luckperms.command.editor.apply-edits.success.additions=adiciones +luckperms.command.editor.apply-edits.success.additions-singular=adiciУГn +luckperms.command.editor.apply-edits.success.deletions=eliminaciones +luckperms.command.editor.apply-edits.success.deletions-singular=eliminaciУГn +luckperms.command.editor.apply-edits.no-changes=No se aplicaron cambios desde el editor web, los datos devueltos no contienen ninguna ediciУГn +luckperms.command.editor.apply-edits.unknown-type=No se puede aplicar la ediciУГn al tipo de objeto especificado +luckperms.command.editor.apply-edits.unable-to-read=No se pueden leer los datos con el cУГdigo dado +luckperms.command.search.searching.permission=Buscando usuarios y grupos con {0} +luckperms.command.search.searching.inherit=Buscando usuarios y grupos que heredan de {0} +luckperms.command.search.result=Se encontraron {0} entradas de {1} usuarios y {2} grupos +luckperms.command.search.result.default-notice=Nota\: al buscar miembros del grupo por defecto, ТЁlos jugadores desconectados sin otros permisos no serУЁn mostrados\! +luckperms.command.search.showing-users=Mostrando entradas de usuario +luckperms.command.search.showing-groups=Mostrando entradas de grupo +luckperms.command.tree.start=Generando УЁrbol de permisos, por favor espere... +luckperms.command.tree.empty=No se puede generar el УЁrbol, no se han encontrado resultados +luckperms.command.tree.url=URL del УЁrbol de permisos +luckperms.command.verbose.invalid-filter={0} no es un filtro verboso vУЁlido +luckperms.command.verbose.enabled=Registro verboso {0} para las verificaciones que coinciden con {1} +luckperms.command.verbose.command-exec=Obligando a {0} a ejecutar el comando {1} y reportando todas las verificaciones realizadas... +luckperms.command.verbose.off=Registro verboso {0} +luckperms.command.verbose.command-exec-complete=EjecuciУГn del comando completa +luckperms.command.verbose.command.no-checks=EjecuciУГn de comandos completada, pero no se realizaron comprobaciones de permiso +luckperms.command.verbose.command.possibly-async=Esto puede ser porque el plugin ejecuta comandos en segundo plano (asУ­ncrono) +luckperms.command.verbose.command.try-again-manually=AУКn puedes usar la informaciУГn detallada manualmente para detectar las comprobaciones realizadas de esta manera +luckperms.command.verbose.enabled-recording=GrabaciУГn verbosa {0} para chequeos que coinciden con {1} +luckperms.command.verbose.uploading=Registro verboso {0}, subiendo resultados... +luckperms.command.verbose.url=URL de resultados verbosos +luckperms.command.verbose.enabled-term=habilitado +luckperms.command.verbose.disabled-term=deshabilitado +luckperms.command.verbose.query-any=CUALQUIER +luckperms.command.info.running-plugin=Ejecutando +luckperms.command.info.platform-key=Plataforma +luckperms.command.info.server-brand-key=Nombre del servidor +luckperms.command.info.server-version-key=VersiУГn del Servidor +luckperms.command.info.storage-key=Almacenamiento +luckperms.command.info.storage-type-key=Tipo +luckperms.command.info.storage.meta.split-types-key=Tipos +luckperms.command.info.storage.meta.ping-key=Latencia +luckperms.command.info.storage.meta.connected-key=Conectado +luckperms.command.info.storage.meta.file-size-key=TamaУБo del Archivo +luckperms.command.info.extensions-key=Extensiones +luckperms.command.info.messaging-key=MensajerУ­a +luckperms.command.info.instance-key=Instancia +luckperms.command.info.static-contexts-key=Contextos estУЁticos +luckperms.command.info.online-players-key=Jugadores en lУ­nea +luckperms.command.info.online-players-unique={0} УКnico +luckperms.command.info.uptime-key=Tiempo de actividad +luckperms.command.info.local-data-key=Datos locales +luckperms.command.info.local-data={0} usuarios, {1} grupos, {2} escaleras +luckperms.command.generic.create.success={0} fue creado con УЉxito +luckperms.command.generic.create.error=Hubo un error al crear {0} +luckperms.command.generic.create.error-already-exists=ТЁ{0} ya existe\! +luckperms.command.generic.delete.success={0} fue eliminado con УЉxito +luckperms.command.generic.delete.error=Hubo un error al eliminar {0} +luckperms.command.generic.delete.error-doesnt-exist=ТЁ{0} no existe\! +luckperms.command.generic.rename.success={0} fue renombrado con УЉxito a {1} +luckperms.command.generic.clone.success={0} fue clonado con УЉxito en {1} +luckperms.command.generic.info.parent.title=Grupos Padres +luckperms.command.generic.info.parent.temporary-title=Grupos Padre Temporales +luckperms.command.generic.info.expires-in=expira en +luckperms.command.generic.info.inherited-from=heredado de +luckperms.command.generic.info.inherited-from-self=sУ­ mismo +luckperms.command.generic.show-tracks.title=Escaleras de {0} +luckperms.command.generic.show-tracks.empty={0} no estУЁ en ninguna escalera +luckperms.command.generic.clear.node-removed={0} nodos fueron eliminados +luckperms.command.generic.clear.node-removed-singular={0} nodo fue eliminado +luckperms.command.generic.clear=Los nodos de {0} fueron borrados en el contexto {1} +luckperms.command.generic.permission.info.title=Permisos de {0} +luckperms.command.generic.permission.info.empty={0} no tiene ningУКn permiso establecido +luckperms.command.generic.permission.info.click-to-remove=Haga clic para eliminar este nodo de {0} +luckperms.command.generic.permission.check.info.title=InformaciУГn de permisos para {0} +luckperms.command.generic.permission.check.info.directly={0} tiene el permiso {1} establecido en {2} en el contexto {3} +luckperms.command.generic.permission.check.info.inherited={0} hereda {1} establecido a {2} de {3} en el contexto {4} +luckperms.command.generic.permission.check.info.not-directly={0} no tiene {1} establecido +luckperms.command.generic.permission.check.info.not-inherited={0} no hereda {1} +luckperms.command.generic.permission.check.result.title=ComprobaciУГn de permisos para {0} +luckperms.command.generic.permission.check.result.result-key=Resultado +luckperms.command.generic.permission.check.result.processor-key=Procesador +luckperms.command.generic.permission.check.result.cause-key=Causa +luckperms.command.generic.permission.check.result.context-key=Contexto +luckperms.command.generic.permission.set={0} establecido en {1} para {2} en el contexto {3} +luckperms.command.generic.permission.already-has={0} ya tiene {1} establecido en el contexto {2} +luckperms.command.generic.permission.set-temp={0} establecido en {1} para {2} por una duraciУГn de {3} en contexto {4} +luckperms.command.generic.permission.already-has-temp={0} ya tiene {1} establecido temporalmente en el contexto {2} +luckperms.command.generic.permission.unset={0} fue desestablecido para {1} en el contexto {2} +luckperms.command.generic.permission.doesnt-have={0} no tiene {1} establecido en el contexto {2} +luckperms.command.generic.permission.unset-temp=Permiso temporal {0} desestablecido para {1} en el contexto {2} +luckperms.command.generic.permission.subtract={0} establecido en {1} para {2} por una duraciУГn de {3} en el contexto {4}. {5} menos que antes +luckperms.command.generic.permission.doesnt-have-temp={0} no tiene {1} establecido temporalmente en el contexto {2} +luckperms.command.generic.permission.clear=Los permisos de {0} fueron borrados en el contexto {1} +luckperms.command.generic.parent.info.title=Padres de {0} +luckperms.command.generic.parent.info.empty={0} no tiene ningУКn padre definido +luckperms.command.generic.parent.info.click-to-remove=Haga clic para eliminar este padre de {0} +luckperms.command.generic.parent.add={0} ahora hereda permisos de {1} en el contexto {2} +luckperms.command.generic.parent.add-temp={0} ahora hereda permisos de {1} por una duraciУГn de {2} en el contexto {3} +luckperms.command.generic.parent.set={0} tuvo sus grupos padres existentes eliminados, y ahora solo hereda {1} en el contexto {2} +luckperms.command.generic.parent.set-track={0} tuvo sus grupos padres existentes en la escalera {1} eliminados, y ahora solo hereda {2} en el contexto {3} +luckperms.command.generic.parent.remove={0} ya no hereda permisos de {1} en el contexto {2} +luckperms.command.generic.parent.remove-temp={0} ya no hereda temporalmente permisos de {1} en el contexto {2} +luckperms.command.generic.parent.subtract={0} heredarУЁ permisos de {1} por una duraciУГn de {2} en el contexto {3}, {4} menos que antes +luckperms.command.generic.parent.clear=Los padres de {0} fueron eliminados en el contexto {1} +luckperms.command.generic.parent.clear-track=Los padres de {0} en la escalera {1} fueron eliminados en el contexto {2} +luckperms.command.generic.parent.already-inherits={0} ya hereda de {1} en el contexto {2} +luckperms.command.generic.parent.doesnt-inherit={0} no hereda de {1} en el contexto {2} +luckperms.command.generic.parent.already-temp-inherits={0} ya hereda temporalmente de {1} en el contexto {2} +luckperms.command.generic.parent.doesnt-temp-inherit={0} no hereda temporalmente de {1} en el contexto {2} +luckperms.command.generic.chat-meta.info.title-prefix=Prefijos de {0} +luckperms.command.generic.chat-meta.info.title-suffix=Sufijos de {0} +luckperms.command.generic.chat-meta.info.none-prefix={0} no tiene prefijos +luckperms.command.generic.chat-meta.info.none-suffix={0} no tiene sufijos +luckperms.command.generic.chat-meta.info.click-to-remove=Haga clic para eliminar este {0} de {1} +luckperms.command.generic.chat-meta.already-has={0} ya tiene {1} {2} establecido a una prioridad de {3} en el contexto {4} +luckperms.command.generic.chat-meta.already-has-temp={0} ya tiene {1} {2} establecido temporalmente a una prioridad de {3} en el contexto {4} +luckperms.command.generic.chat-meta.doesnt-have={0} no tiene {1} {2} establecido a una prioridad de {3} en el contexto {4} +luckperms.command.generic.chat-meta.doesnt-have-temp={0} no tiene {1} {2} establecido temporalmente a una prioridad de {3} en el contexto {4} +luckperms.command.generic.chat-meta.add={0} tuvo {1} {2} establecido a una prioridad de {3} en el contexto {4} +luckperms.command.generic.chat-meta.add-temp={0} tuvo {1} {2} establecido a una prioridad de {3} por una duraciУГn de {4} en el contexto {5} +luckperms.command.generic.chat-meta.remove={0} tuvo {1} {2} a una prioridad de {3} eliminado en el contexto {4} +luckperms.command.generic.chat-meta.remove-bulk={0} tuvo todos {1} en prioridad {2} eliminados en el contexto {3} +luckperms.command.generic.chat-meta.remove-temp={0} tuvo un temporal {1} {2} en prioridad {3} eliminado en el contexto {4} +luckperms.command.generic.chat-meta.remove-temp-bulk={0} tuvo todos los {1} temporales en prioridad {2} eliminados en el contexto {3} +luckperms.command.generic.meta.info.title=Meta de {0} +luckperms.command.generic.meta.info.none={0} no tiene meta +luckperms.command.generic.meta.info.click-to-remove=Haga clic para eliminar este nodo meta de {0} +luckperms.command.generic.meta.already-has={0} ya tiene la clave meta {1} establecida en {2} en el contexto {3} +luckperms.command.generic.meta.already-has-temp={0} ya tiene la clave meta {1} establecida temporalmente en {2} en el contexto {3} +luckperms.command.generic.meta.doesnt-have={0} no tiene clave meta {1} establecida en el contexto {2} +luckperms.command.generic.meta.doesnt-have-temp={0} no tiene clave meta {1} establecida temporalmente en el contexto {2} +luckperms.command.generic.meta.set=Establecer clave meta {0} a {1} para {2} en contexto {3} +luckperms.command.generic.meta.set-temp=Establecer clave meta {0} a {1} para {2} por una duraciУГn de {3} en el contexto {4} +luckperms.command.generic.meta.unset=Desestablecer clave meta {0} para {1} en el contexto {2} +luckperms.command.generic.meta.unset-temp=Desestablecer clave meta temporal {0} para {1} en el contexto {2} +luckperms.command.generic.meta.clear=La meta de {0} que coincide con el tipo {1} fue borrada en el contexto {2} +luckperms.command.generic.contextual-data.title=Datos Contextuales +luckperms.command.generic.contextual-data.mode.key=modo +luckperms.command.generic.contextual-data.mode.server=servidor +luckperms.command.generic.contextual-data.mode.active-player=jugador activo +luckperms.command.generic.contextual-data.contexts-key=Contextos +luckperms.command.generic.contextual-data.prefix-key=Prefijo +luckperms.command.generic.contextual-data.suffix-key=Sufijo +luckperms.command.generic.contextual-data.primary-group-key=Grupo Primario +luckperms.command.generic.contextual-data.meta-key=Meta +luckperms.command.generic.contextual-data.null-result=Ninguno +luckperms.command.user.info.title=InformaciУГn del Usuario +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=tipo +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=fuera de lУ­nea +luckperms.command.user.info.status-key=Estado +luckperms.command.user.info.status.online=En LУ­nea +luckperms.command.user.info.status.offline=Fuera de LУ­nea +luckperms.command.user.removegroup.error-primary=No puedes eliminar un usuario de su grupo primario +luckperms.command.user.primarygroup.not-member={0} no era miembro de {1}, agregУЁndolos ahora +luckperms.command.user.primarygroup.already-has={0} ya tiene a {1} establecido como su grupo primario +luckperms.command.user.primarygroup.warn-option=Advertencias\: El mУЉtodo de cУЁlculo de grupo primario siendo usado por este servidor ({0}) puede no reflejar este cambio +luckperms.command.user.primarygroup.set=El grupo primario de {0} fue establecido a {1} +luckperms.command.user.track.error-not-contain-group={0} no estУЁ ya en ningУКn grupo de {1} +luckperms.command.user.track.unsure-which-track=Inseguro de quУЉ pista usar, por favor especifУ­quelo como argumento +luckperms.command.user.track.missing-group-advice=O cree el grupo, o elimУ­nelo de la escalera e intente de nuevo +luckperms.command.user.promote.added-to-first={0} no estУЁ en ningУКn grupo en {1}, asУ­ que fueron aУБadidos al primer grupo, {2} en el contexto {3} +luckperms.command.user.promote.not-on-track={0} no estУЁ en ningУКn grupo en {1}, asУ­ que no fue promovido +luckperms.command.user.promote.success=Promoviendo {0} a lo largo de la pista {1} de {2} a {3} en el contexto {4} +luckperms.command.user.promote.end-of-track=Se alcanzУГ el final de la pista {0}, no es posible promover {1} +luckperms.command.user.promote.next-group-deleted=El siguiente grupo en la pista, {0}, ya no existe +luckperms.command.user.promote.unable-to-promote=No se puede promover al usuario +luckperms.command.user.demote.success=Descendiendo a {0} sobre la escalera {1} de {2} a {3} en el contexto {4} +luckperms.command.user.demote.end-of-track=Se alcanzУГ el final de la escalera {0}, asУ­ que {1} fue eliminado de {2} +luckperms.command.user.demote.end-of-track-not-removed=Se alcanzУГ el final de la escalera {0}, pero {1} fue eliminado del primer grupo +luckperms.command.user.demote.previous-group-deleted=El grupo anterior en la escalera, {0}, ya no existe +luckperms.command.user.demote.unable-to-demote=No se puede descender al usuario +luckperms.command.group.list.title=Grupos +luckperms.command.group.delete.not-default=No se puede eliminar el grupo predeterminado +luckperms.command.group.info.title=InformaciУГn del grupo +luckperms.command.group.info.display-name-key=Nombre a mostrar +luckperms.command.group.info.weight-key=Peso +luckperms.command.group.setweight.set=Establecer peso en {0} para el grupo {1} +luckperms.command.group.setdisplayname.doesnt-have={0} no tiene un nombre para mostrar establecido +luckperms.command.group.setdisplayname.already-has={0} ya tiene un nombre para mostrar de {1} +luckperms.command.group.setdisplayname.already-in-use=El nombre para mostrar {0} ya estУЁ siendo usado por {1} +luckperms.command.group.setdisplayname.set=Establecer nombre para mostrar a {0} para el grupo {1} en el contexto {2} +luckperms.command.group.setdisplayname.removed=Se eliminУГ el nombre para mostrar del grupo {0} en el contexto {1} +luckperms.command.track.list.title=Escaleras +luckperms.command.track.path.empty=Ninguno +luckperms.command.track.info.showing-track=Mostrando Escalera +luckperms.command.track.info.path-property=Ruta +luckperms.command.track.clear=La escalera de grupos {0} fue limpiada +luckperms.command.track.append.success=El grupo {0} se aУБadiУГ a la escalera {1} +luckperms.command.track.insert.success=El grupo {0} fue insertado en la escalera {1} en la posiciУГn {2} +luckperms.command.track.insert.error-number=Se esperaba un nУКmero pero en su lugar se recibiУГ\: {0} +luckperms.command.track.insert.error-invalid-pos=Imposible insertar en la posiciУГn {0} +luckperms.command.track.insert.error-invalid-pos-reason=posiciУГn invУЁlida +luckperms.command.track.remove.success=El grupo {0} fue quitado de la escalera {1} +luckperms.command.track.error-empty={0} no puede ser usado ya que estУЁ vacУ­o o contiene solo un grupo +luckperms.command.track.error-multiple-groups={0} es miembro de mУКltiples grupos en esta escalera +luckperms.command.track.error-ambiguous=No se puede determinar su ubicaciУГn +luckperms.command.track.already-contains={0} ya contiene a {1} +luckperms.command.track.doesnt-contain={0} no contiene a {1} +luckperms.command.log.load-error=No se pudo cargar el registro +luckperms.command.log.invalid-page=NУКmero de pУЁgina invУЁlido +luckperms.command.log.invalid-page-range=Por favor, introduzca un valor entre {0} y {1} +luckperms.command.log.empty=No hay entradas de registro que mostrar +luckperms.command.log.notify.error-console=No se pueden alternar las notificaciones para la consola +luckperms.command.log.notify.enabled-term=Habilitado +luckperms.command.log.notify.disabled-term=Deshabilitado +luckperms.command.log.notify.changed-state={0} salida de registro +luckperms.command.log.notify.already-on=Ya estУЁ recibiendo notificaciones +luckperms.command.log.notify.already-off=Actualmente no estУЁs recibiendo notificaciones +luckperms.command.log.notify.invalid-state=Estado desconocido. Esperando {0} o {1} +luckperms.command.log.show.search=Mostrando acciones recientes para la consulta {0} +luckperms.command.log.show.recent=Mostrando acciones recientes +luckperms.command.log.show.by=Mostrando acciones recientes de {0} +luckperms.command.log.show.history=Mostrando historial de {0} {1} +luckperms.command.export.error-term=Error +luckperms.command.export.already-running=Otro proceso de exportaciУГn ya se estУЁ ejecutando +luckperms.command.export.file.already-exists=El archivo {0} ya existe +luckperms.command.export.file.not-writable=No se puede escribir en el archivo {0} +luckperms.command.export.file.success=Exportado con УЉxito a {0} +luckperms.command.export.file-unexpected-error-writing=Se ha producido un error inesperado al escribir el archivo +luckperms.command.export.web.export-code=CУГdigo de exportaciУГn +luckperms.command.export.web.import-command-description=Utilice el siguiente comando para importar +luckperms.command.import.term=ImportaciУГn +luckperms.command.import.error-term=Error +luckperms.command.import.already-running=Otro proceso de importaciУГn ya se estУЁ ejecutando +luckperms.command.import.file.doesnt-exist=El archivo {0} no existe +luckperms.command.import.file.not-readable=El archivo {0} no se puede leer +luckperms.command.import.file.unexpected-error-reading=Se ha producido un error inesperado al leer del archivo de importaciУГn +luckperms.command.import.file.correct-format=ТПes el formato correcto? +luckperms.command.import.web.unable-to-read=No se pueden leer los datos con el cУГdigo dado +luckperms.command.import.progress.percent={0}% completado +luckperms.command.import.progress.operations={0}/{1} operaciones completadas +luckperms.command.import.starting=Comenzando el proceso de importaciУГn +luckperms.command.import.completed=COMPLETADO +luckperms.command.import.duration=tomУГ {0} segundos +luckperms.command.bulkupdate.must-use-console=El comando de actualizaciУГn en masa sУГlo puede utilizarse desde la consola +luckperms.command.bulkupdate.invalid-data-type=Tipo invУЁlido, se esperaba {0} +luckperms.command.bulkupdate.invalid-constraint=RestricciУГn invУЁlida {0} +luckperms.command.bulkupdate.invalid-constraint-format=Las restricciones deben estar en el formato {0} +luckperms.command.bulkupdate.invalid-comparison=Operador de comparaciУГn invУЁlido {0} +luckperms.command.bulkupdate.invalid-comparison-format=Se esperaba uno de los siguientes\: {0} +luckperms.command.bulkupdate.queued=OperaciУГn de actualizaciУГn en masa fue puesta en la cola +luckperms.command.bulkupdate.confirm=Ejecuta {0} para ejecutar la actualizaciУГn +luckperms.command.bulkupdate.unknown-id=La operaciУГn con id {0} no existe o ha expirado +luckperms.command.bulkupdate.starting=Ejecutando actualizaciУГn en masa +luckperms.command.bulkupdate.success=ActualizaciУГn en masa completada con УЉxito +luckperms.command.bulkupdate.success.statistics.nodes=Total de nodos afectados +luckperms.command.bulkupdate.success.statistics.users=Total de usuarios afectados +luckperms.command.bulkupdate.success.statistics.groups=Total de grupos afectados +luckperms.command.bulkupdate.failure=FallУГ la actualizaciУГn en masa, comprueba la consola en busca de errores +luckperms.command.update-task.request=Una tarea de actualizaciУГn ha sido solicitada, por favor espere +luckperms.command.update-task.complete=Tarea de actualizaciУГn completada +luckperms.command.update-task.push.attempting=Intentando enviar a otros servidores +luckperms.command.update-task.push.complete=Otros servidores fueron notificados a travУЉs de {0} con УЉxito +luckperms.command.update-task.push.error=Error al enviar cambios a otros servidores +luckperms.command.update-task.push.error-not-setup=No se pueden enviar cambios a otros servidores ya que no se ha configurado un servicio de mensajerУ­a +luckperms.command.reload-config.success=El archivo de configuraciУГn fue recargado +luckperms.command.reload-config.restart-note=algunas opciones sУГlo se aplicarУЁn despuУЉs de que el servidor se haya reiniciado +luckperms.command.translations.searching=Buscando traducciones disponibles, por favor espere... +luckperms.command.translations.searching-error=No se pudo obtener una lista de traducciones disponibles +luckperms.command.translations.installed-translations=Traducciones Instaladas +luckperms.command.translations.available-translations=Traducciones Disponibles +luckperms.command.translations.percent-translated=т€Ž{0}% traducido +luckperms.command.translations.translations-by=por +luckperms.command.translations.installing=Instalando traducciones, por favor espere... +luckperms.command.translations.download-error=No se puede descargar la traducciУГn para {0} +luckperms.command.translations.installing-specific=Instalando idioma {0}... +luckperms.command.translations.install-complete=InstalaciУГn completa +luckperms.command.translations.download-prompt=Use {0} para descargar e instalar versiones actualizadas de estas traducciones proporcionadas por la comunidad +luckperms.command.translations.download-override-warning=Tenga en cuenta que esto anularУЁ cualquier cambio que haya hecho para estos idiomas +luckperms.usage.user.description=Un conjunto de comandos para administrar usuarios dentro de LuckPerms. (Un ''usuario'' en LuckPerms es sУГlo un jugador, y puede referirse a un UUID o nombre de usuario) +luckperms.usage.group.description=Un conjunto de comandos para administrar grupos dentro de LuckPerms. Los grupos son sУГlo colecciones de asignaciones de permisos que se pueden dar a los usuarios. Los nuevos grupos se hacen utilizando el comando ''creategroup''. +luckperms.usage.track.description=Un conjunto de comandos para administrar escaleras dentro de LuckPerms. Las escaleras son una colecciУГn ordenada de grupos que pueden ser usadas para definir ascensos y descensos. +luckperms.usage.log.description=Un conjunto de comandos para administrar la funcionalidad de registro dentro de LuckPerms. +luckperms.usage.sync.description=Recarga todos los datos del almacenamiento del plugin en memoria, y aplica cualquier cambio que se detecte. +luckperms.usage.info.description=Imprime informaciУГn general sobre la instancia activa del plugin. +luckperms.usage.editor.description=Crea una nueva sesiУГn del editor web +luckperms.usage.editor.argument.type=los tiposa cargar en el editor. (''todos'', ''usuarios'' o ''grupos'') +luckperms.usage.editor.argument.filter=permiso para filtrar entradas de usuario por +luckperms.usage.verbose.description=Controla el sistema de monitorizaciУГn verboso de comprobaciУГn de permisos. +luckperms.usage.verbose.argument.action=ya sea para activar/desactivar el registro, o para cargar la salida del registro +luckperms.usage.verbose.argument.filter=el filtro contra el cual coincidir las entradas +luckperms.usage.verbose.argument.commandas=el jugador/comando a ejecutar +luckperms.usage.tree.description=Genera una vista de УЁrbol (jerarquУ­a de lista ordenada) de todos los permisos conocidos a LuckPerms. +luckperms.usage.tree.argument.scope=la raУ­z del УЁrbol. especifique "." para incluir todos los permisos +luckperms.usage.tree.argument.player=el nombre de un jugador en lУ­nea contra el que comprobar +luckperms.usage.search.description=Busca por todos los usuarios/grupos con un permiso especУ­fico +luckperms.usage.search.argument.permission=el permiso a buscar +luckperms.usage.search.argument.page=la pУЁgina a ver +luckperms.usage.network-sync.description=Sincroniza cambios con el almacenamiento y solicita a todos los demУЁs servidores que hagan lo mismo +luckperms.usage.import.description=Importa datos de un archivo de exportaciУГn (previamente creado) +luckperms.usage.import.argument.file=el archivo a importar +luckperms.usage.import.argument.replace=reemplazar datos existentes en lugar de combinar +luckperms.usage.import.argument.upload=sube los datos de un exporte previo +luckperms.usage.export.description=Exporta todos los datos de permisos a un archivo de ''exportaciУГn''. Puede volver a importarse mУЁs adelante. +luckperms.usage.export.argument.file=el archivo a exportar +luckperms.usage.export.argument.without-users=excluir usuarios en la exportaciУГn +luckperms.usage.export.argument.without-groups=excluye los grupos del exporte +luckperms.usage.export.argument.upload=Sube todos los datos de los permisos al webeditor. Puede ser re-importado mas adelante. +luckperms.usage.reload-config.description=Recarga algunas opciones de configuraciУГn +luckperms.usage.bulk-update.description=Ejecuta consultas de cambio masivo en todos los datos +luckperms.usage.bulk-update.argument.data-type=el tipo de datos a cambiar. (''todos'', ''usuarios'' o ''grupos'') +luckperms.usage.bulk-update.argument.action=la acciУГn a realizar en los datos. (''actualizar'' o ''eliminar'') +luckperms.usage.bulk-update.argument.action-field=el campo sobre el que actuar. sУГlo es requerido para ''actualizar''. (''permiso'', ''servidor'' o ''mundo'') +luckperms.usage.bulk-update.argument.action-value=el valor con el que reemplazar. sУГlo es requerido para ''actualizar''. +luckperms.usage.bulk-update.argument.constraint=las restricciones requeridas para la actualizaciУГn +luckperms.usage.translations.description=Gestionar traducciones +luckperms.usage.translations.argument.install=subcomando para instalar traducciones +luckperms.usage.apply-edits.description=Aplica cambios en los permisos hechos desde el editor web +luckperms.usage.apply-edits.argument.code=el cУГdigo УКnico para los datos +luckperms.usage.apply-edits.argument.target=a quiУЉn aplicar los datos +luckperms.usage.create-group.description=Crea un nuevo grupo +luckperms.usage.create-group.argument.name=el nombre del grupo +luckperms.usage.create-group.argument.weight=el peso del grupo +luckperms.usage.create-group.argument.display-name=el nombre a mostrar del grupo +luckperms.usage.delete-group.description=Elimina un grupo +luckperms.usage.delete-group.argument.name=el nombre del grupo +luckperms.usage.list-groups.description=Lista todos los grupos de la plataforma +luckperms.usage.create-track.description=Crea una nueva escalera +luckperms.usage.create-track.argument.name=el nombre de la escalera +luckperms.usage.delete-track.description=Elimina una escalera +luckperms.usage.delete-track.argument.name=el nombre de la escalera +luckperms.usage.list-tracks.description=Lista todas las escaleras en la plataforma +luckperms.usage.user-info.description=Muestra informaciУГn acerca del usuario +luckperms.usage.user-switchprimarygroup.description=Cambia el grupo primario del usuario +luckperms.usage.user-switchprimarygroup.argument.group=el grupo al cual cambiar +luckperms.usage.user-promote.description=Asciende al usuario en una escalera +luckperms.usage.user-promote.argument.track=la escalera en la que ascender al usuario +luckperms.usage.user-promote.argument.context=los contextos en los que promover al usuario +luckperms.usage.user-promote.argument.dont-add-to-first=sУГlo asciende al usuario is ya estУЁ en la escalera +luckperms.usage.user-demote.description=Desciende al usuario en una escalera +luckperms.usage.user-demote.argument.track=la escalera en la que descender al usuario +luckperms.usage.user-demote.argument.context=los contextos en los que descender al usuario +luckperms.usage.user-demote.argument.dont-remove-from-first=impedir que el usuario sea eliminado del primer grupo +luckperms.usage.user-clone.description=Clona el usuario +luckperms.usage.user-clone.argument.user=el nombre/uuid del usuario al que clonar +luckperms.usage.group-info.description=Da informaciУГn sobre el grupo +luckperms.usage.group-listmembers.description=Muestra los usuarios/grupos que heredan de este grupo +luckperms.usage.group-listmembers.argument.page=la pУЁgina a ver +luckperms.usage.group-setweight.description=Establece el peso del grupo +luckperms.usage.group-setweight.argument.weight=el peso a establecer +luckperms.usage.group-set-display-name.description=Establece el nombre para mostrar del grupo +luckperms.usage.group-set-display-name.argument.name=el nombre a establecer +luckperms.usage.group-set-display-name.argument.context=los contextos en los que establecer el nombre +luckperms.usage.group-rename.description=Renombra el grupo +luckperms.usage.group-rename.argument.name=el nuevo nombre +luckperms.usage.group-clone.description=Clona el grupo +luckperms.usage.group-clone.argument.name=el nombre del grupo al cual clonar +luckperms.usage.holder-editor.description=Abre el editor de permisos web +luckperms.usage.holder-showtracks.description=Lista las escaleras en las que el objeto se encuentra +luckperms.usage.holder-clear.description=Elimina todos los permisos, padres y meta +luckperms.usage.holder-clear.argument.context=los contextos por los que filtrar +luckperms.usage.permission.description=Editar permisos +luckperms.usage.parent.description=Editar herencias +luckperms.usage.meta.description=Editar valores de metadata +luckperms.usage.permission-info.description=Muestra los nodos de permiso que el objeto tiene +luckperms.usage.permission-info.argument.page=la pУЁgina a ver +luckperms.usage.permission-info.argument.sort-mode=cУГmo ordenar las entradas +luckperms.usage.permission-set.description=Establece un permiso para el objeto +luckperms.usage.permission-set.argument.node=el nodo de permiso a establecer +luckperms.usage.permission-set.argument.value=el valor del nodo +luckperms.usage.permission-set.argument.context=los contextos en los que agregar el permiso +luckperms.usage.permission-unset.description=Desestablece un permiso para el objeto +luckperms.usage.permission-unset.argument.node=el nodo de permiso a desestablecer +luckperms.usage.permission-unset.argument.context=los contextos en los que quitar el permiso +luckperms.usage.permission-settemp.description=Establece un permiso para el objeto temporalmente +luckperms.usage.permission-settemp.argument.node=el nodo de permiso a establecer +luckperms.usage.permission-settemp.argument.value=el valor del nodo +luckperms.usage.permission-settemp.argument.duration=la duraciУГn hasta que el nodo de permiso expire +luckperms.usage.permission-settemp.argument.temporary-modifier=cУГmo se debe aplicar el permiso temporal +luckperms.usage.permission-settemp.argument.context=los contextos en los que agregar el permiso +luckperms.usage.permission-unsettemp.description=Desestablece un permiso temporal para el objeto +luckperms.usage.permission-unsettemp.argument.node=el nodo de permiso a desestablecer +luckperms.usage.permission-unsettemp.argument.duration=la duraciУГn a restar +luckperms.usage.permission-unsettemp.argument.context=los contextos en los que quitar el permiso +luckperms.usage.permission-check.description=Comprueba si el objeto tiene un cierto nodo de permiso +luckperms.usage.permission-check.argument.node=el nodo de permiso para comprobar +luckperms.usage.permission-clear.description=Borra todos los permisos +luckperms.usage.permission-clear.argument.context=los contextos por los que filtrar +luckperms.usage.parent-info.description=Lista los grupos de los que este objeto hereda +luckperms.usage.parent-info.argument.page=la pУЁgina a ver +luckperms.usage.parent-info.argument.sort-mode=cУГmo ordenar las entradas +luckperms.usage.parent-set.description=Elimina todos los demУЁs grupos que el objeto ya hereda y agrega el dado +luckperms.usage.parent-set.argument.group=el grupo a establecer +luckperms.usage.parent-set.argument.context=los contextos en los que establecer el grupo +luckperms.usage.parent-add.description=Establece otro grupo al objeto del cual heredar los permisos +luckperms.usage.parent-add.argument.group=el grupo del cual heredar +luckperms.usage.parent-add.argument.context=los contextos en los que heredar el grupo +luckperms.usage.parent-remove.description=Elimina una regla de herencia previamente establecida +luckperms.usage.parent-remove.argument.group=el grupo a eliminar +luckperms.usage.parent-remove.argument.context=los contextos en los que eliminar el grupo +luckperms.usage.parent-set-track.description=Elimina todos los demУЁs grupos que el objeto ya hereda en la escalera dada y le agrega el grupo especificado +luckperms.usage.parent-set-track.argument.track=la escalera en la cual establecer +luckperms.usage.parent-set-track.argument.group=el grupo a establecer, o un nУКmero relacionado a la posiciУГn del grupo en la escalera especificada +luckperms.usage.parent-set-track.argument.context=los contextos en los que establecer el grupo +luckperms.usage.parent-add-temp.description=Establece otro grupo para el objeto para heredar permisos temporalmente +luckperms.usage.parent-add-temp.argument.group=el grupo del cual heredar +luckperms.usage.parent-add-temp.argument.duration=la duraciУГn de la membresУ­a del grupo +luckperms.usage.parent-add-temp.argument.temporary-modifier=cУГmo se debe aplicar el permiso temporal +luckperms.usage.parent-add-temp.argument.context=los contextos en los que heredar el grupo +luckperms.usage.parent-remove-temp.description=Elimina una regla de herencia temporal previamente establecida +luckperms.usage.parent-remove-temp.argument.group=el grupo a eliminar +luckperms.usage.parent-remove-temp.argument.duration=la duraciУГn a restar +luckperms.usage.parent-remove-temp.argument.context=los contextos en los que eliminar el grupo +luckperms.usage.parent-clear.description=Elimina todos los padres +luckperms.usage.parent-clear.argument.context=los contextos por los que filtrar +luckperms.usage.parent-clear-track.description=Limpia todos los grupos padres sobre la escalera dada +luckperms.usage.parent-clear-track.argument.track=la escalera en la cual eliminar +luckperms.usage.parent-clear-track.argument.context=los contextos por los que filtrar +luckperms.usage.meta-info.description=Muestra todos los meta de chat +luckperms.usage.meta-set.description=Establece un valor meta +luckperms.usage.meta-set.argument.key=la clave a establecer +luckperms.usage.meta-set.argument.value=el valor a establecer +luckperms.usage.meta-set.argument.context=los contextos en los que agregar el par meta +luckperms.usage.meta-unset.description=Desestablece un valor meta +luckperms.usage.meta-unset.argument.key=la clave a quitar +luckperms.usage.meta-unset.argument.context=los contextos en los que quitar el par meta +luckperms.usage.meta-settemp.description=Establece un valor meta temporalmente +luckperms.usage.meta-settemp.argument.key=la clave a establecer +luckperms.usage.meta-settemp.argument.value=el valor a establecer +luckperms.usage.meta-settemp.argument.duration=la duraciУГn hasta que el valor meta expire +luckperms.usage.meta-settemp.argument.context=los contextos en los que agregar el par meta +luckperms.usage.meta-unsettemp.description=Desestablece un valor meta temporal +luckperms.usage.meta-unsettemp.argument.key=la clave a quitar +luckperms.usage.meta-unsettemp.argument.context=los contextos en los que quitar el par meta +luckperms.usage.meta-addprefix.description=AУБade un prefijo +luckperms.usage.meta-addprefix.argument.priority=la prioridad a la que aУБadir el prefijo +luckperms.usage.meta-addprefix.argument.prefix=la cadena de prefijo +luckperms.usage.meta-addprefix.argument.context=los contextos en los que agregar el prefijo +luckperms.usage.meta-addsuffix.description=AУБade un sufijo +luckperms.usage.meta-addsuffix.argument.priority=la prioridad a la que aУБadir el sufijo +luckperms.usage.meta-addsuffix.argument.suffix=la cadena de sufijo +luckperms.usage.meta-addsuffix.argument.context=los contextos en los que agregar el sufijo +luckperms.usage.meta-setprefix.description=Establece un prefijo +luckperms.usage.meta-setprefix.argument.priority=la prioridad a la que establecer el prefijo +luckperms.usage.meta-setprefix.argument.prefix=la cadena de prefijo +luckperms.usage.meta-setprefix.argument.context=los contextos en los que establecer el prefijo +luckperms.usage.meta-setsuffix.description=Establece un sufijo +luckperms.usage.meta-setsuffix.argument.priority=la prioridad a la que establecer el sufijo +luckperms.usage.meta-setsuffix.argument.suffix=la cadena de sufijo +luckperms.usage.meta-setsuffix.argument.context=los contextos en los que establecer el sufijo +luckperms.usage.meta-removeprefix.description=Elimina un prefijo +luckperms.usage.meta-removeprefix.argument.priority=la prioridad a la que quitar el prefijo +luckperms.usage.meta-removeprefix.argument.prefix=la cadena de prefijo +luckperms.usage.meta-removeprefix.argument.context=los contextos en los que quitar el prefijo +luckperms.usage.meta-removesuffix.description=Elimina un sufijo +luckperms.usage.meta-removesuffix.argument.priority=la prioridad a la que quitar el sufijo +luckperms.usage.meta-removesuffix.argument.suffix=la cadena de sufijo +luckperms.usage.meta-removesuffix.argument.context=los contextos en los que quitar el sufijo +luckperms.usage.meta-addtemp-prefix.description=AУБade un prefijo temporalmente +luckperms.usage.meta-addtemp-prefix.argument.priority=la prioridad a la que aУБadir el prefijo +luckperms.usage.meta-addtemp-prefix.argument.prefix=la cadena de prefijo +luckperms.usage.meta-addtemp-prefix.argument.duration=la duraciУГn hasta que el prefijo expire +luckperms.usage.meta-addtemp-prefix.argument.context=los contextos en los que agregar el prefijo +luckperms.usage.meta-addtemp-suffix.description=AУБade un sufijo temporalmente +luckperms.usage.meta-addtemp-suffix.argument.priority=la prioridad a la que aУБadir el sufijo +luckperms.usage.meta-addtemp-suffix.argument.suffix=la cadena de sufijo +luckperms.usage.meta-addtemp-suffix.argument.duration=la duraciУГn hasta que el sufijo expire +luckperms.usage.meta-addtemp-suffix.argument.context=los contextos en los que agregar el sufijo +luckperms.usage.meta-settemp-prefix.description=Establece un prefijo temporalmente +luckperms.usage.meta-settemp-prefix.argument.priority=la prioridad a la que establecer el prefijo +luckperms.usage.meta-settemp-prefix.argument.prefix=la cadena de prefijo +luckperms.usage.meta-settemp-prefix.argument.duration=la duraciУГn hasta que el prefijo expire +luckperms.usage.meta-settemp-prefix.argument.context=los contextos en los que establecer el prefijo +luckperms.usage.meta-settemp-suffix.description=Establece un sufijo temporalmente +luckperms.usage.meta-settemp-suffix.argument.priority=la prioridad a la que establecer el sufijo +luckperms.usage.meta-settemp-suffix.argument.suffix=la cadena de sufijo +luckperms.usage.meta-settemp-suffix.argument.duration=la duraciУГn hasta que el sufijo expire +luckperms.usage.meta-settemp-suffix.argument.context=los contextos en los que establecer el sufijo +luckperms.usage.meta-removetemp-prefix.description=Elimina un prefijo temporal +luckperms.usage.meta-removetemp-prefix.argument.priority=la prioridad a la que quitar el prefijo +luckperms.usage.meta-removetemp-prefix.argument.prefix=la cadena de prefijo +luckperms.usage.meta-removetemp-prefix.argument.context=los contextos en los que quitar el prefijo +luckperms.usage.meta-removetemp-suffix.description=Elimina un sufijo temporal +luckperms.usage.meta-removetemp-suffix.argument.priority=la prioridad a la que quitar el sufijo +luckperms.usage.meta-removetemp-suffix.argument.suffix=la cadena de sufijo +luckperms.usage.meta-removetemp-suffix.argument.context=los contextos en los que quitar el sufijo +luckperms.usage.meta-clear.description=Elimina todos los meta +luckperms.usage.meta-clear.argument.type=el tipo de meta a eliminar +luckperms.usage.meta-clear.argument.context=los contextos por los que filtrar +luckperms.usage.track-info.description=Da informaciУГn sobre la escalera +luckperms.usage.track-editor.description=Abre el editor de permisos web +luckperms.usage.track-append.description=Agrega un grupo al final de la escalera +luckperms.usage.track-append.argument.group=el grupo a aУБadir +luckperms.usage.track-insert.description=Inserta un grupo en una posiciУГn dada a lo largo de la escalera +luckperms.usage.track-insert.argument.group=el grupo a insertar +luckperms.usage.track-insert.argument.position=la posiciУГn en la que insertar el grupo (la primera posiciУГn en la escalera es 1) +luckperms.usage.track-remove.description=Elimina un grupo de la escalera +luckperms.usage.track-remove.argument.group=el grupo a eliminar +luckperms.usage.track-clear.description=Limpia los grupos en la escalera +luckperms.usage.track-rename.description=Renombra la escalera +luckperms.usage.track-rename.argument.name=el nuevo nombre +luckperms.usage.track-clone.description=Clona la escalera +luckperms.usage.track-clone.argument.name=el nombre de la escalera a clonar sobre +luckperms.usage.log-recent.description=Ver acciones recientes +luckperms.usage.log-recent.argument.user=el nombre/uuid del usuario a filtrar +luckperms.usage.log-recent.argument.page=el nУКmero de pУЁgina a ver +luckperms.usage.log-search.description=Buscar una entrada en el registro +luckperms.usage.log-search.argument.query=la consulta a buscar +luckperms.usage.log-search.argument.page=el nУКmero de pУЁgina a ver +luckperms.usage.log-notify.description=Alternar notificaciones de registro +luckperms.usage.log-notify.argument.toggle=si para activar o desactivar +luckperms.usage.log-user-history.description=Ver historial de un usuario +luckperms.usage.log-user-history.argument.user=el nombre/uuid del usuario +luckperms.usage.log-user-history.argument.page=el nУКmero de pУЁgina a ver +luckperms.usage.log-group-history.description=Ver historial de un grupo +luckperms.usage.log-group-history.argument.group=el nombre del grupo +luckperms.usage.log-group-history.argument.page=el nУКmero de pУЁgina a ver +luckperms.usage.log-track-history.description=Ver historial de la escalera +luckperms.usage.log-track-history.argument.track=el nombre de la escalera +luckperms.usage.log-track-history.argument.page=el nУКmero de pУЁgina a ver +luckperms.usage.sponge.description=Editar datos adicionales de Sponge +luckperms.usage.sponge.argument.collection=la colecciУГn a consultar +luckperms.usage.sponge.argument.subject=el sujeto a modificar +luckperms.usage.sponge-permission-info.description=Muestra informaciУГn sobre los permisos del sujeto +luckperms.usage.sponge-permission-info.argument.contexts=los contextos por los que filtrar +luckperms.usage.sponge-permission-set.description=Establece un permiso para el Sujeto +luckperms.usage.sponge-permission-set.argument.node=el nodo de permiso a establecer +luckperms.usage.sponge-permission-set.argument.tristate=el valor al que asignar el permiso +luckperms.usage.sponge-permission-set.argument.contexts=los contextos en los que establecer el permiso +luckperms.usage.sponge-permission-clear.description=Limpia los permisos del Sujeto +luckperms.usage.sponge-permission-clear.argument.contexts=los contextos en los que borrar los permisos +luckperms.usage.sponge-parent-info.description=Muestra informaciУГn sobre los padres del sujeto +luckperms.usage.sponge-parent-info.argument.contexts=los contextos por los que filtrar +luckperms.usage.sponge-parent-add.description=AУБade un padre al Sujeto +luckperms.usage.sponge-parent-add.argument.collection=la colecciУГn de sujetos donde el Sujeto padre estУЁ +luckperms.usage.sponge-parent-add.argument.subject=el nombre del Sujeto padre +luckperms.usage.sponge-parent-add.argument.contexts=los contextos en los que agregar el padre +luckperms.usage.sponge-parent-remove.description=Elimina un padre del Sujeto +luckperms.usage.sponge-parent-remove.argument.collection=la colecciУГn de sujetos donde el Sujeto padre estУЁ +luckperms.usage.sponge-parent-remove.argument.subject=el nombre del Sujeto padre +luckperms.usage.sponge-parent-remove.argument.contexts=los contextos en los que quitar el padre +luckperms.usage.sponge-parent-clear.description=Elimina a los padres del Sujeto +luckperms.usage.sponge-parent-clear.argument.contexts=los contextos en los que quitar a los padres +luckperms.usage.sponge-option-info.description=Muestra informaciУГn sobre las opciones del sujeto +luckperms.usage.sponge-option-info.argument.contexts=los contextos por los que filtrar +luckperms.usage.sponge-option-set.description=Establece una opciУГn para el Sujeto +luckperms.usage.sponge-option-set.argument.key=la clave a establecer +luckperms.usage.sponge-option-set.argument.value=el valor al que establecer la clave +luckperms.usage.sponge-option-set.argument.contexts=los contextos en los que establecer la opciУГn +luckperms.usage.sponge-option-unset.description=Desestablece una opciУГn para el Sujeto +luckperms.usage.sponge-option-unset.argument.key=la clave a quitar +luckperms.usage.sponge-option-unset.argument.contexts=los contextos en los que quitar la clave +luckperms.usage.sponge-option-clear.description=Elimina a las opciones del Sujeto +luckperms.usage.sponge-option-clear.argument.contexts=los contextos en los que quitar a las opciones diff --git a/plugins/LuckPerms/translations/repository/fa_IR.properties b/plugins/LuckPerms/translations/repository/fa_IR.properties new file mode 100644 index 0000000..81cb600 --- /dev/null +++ b/plugins/LuckPerms/translations/repository/fa_IR.properties @@ -0,0 +1,62 @@ +luckperms.logs.actionlog-prefix=LOG +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=EXPORT +luckperms.commandsystem.available-commands=Az {0} Baraye Didan Command Haye Mojood Estefade Konid +luckperms.commandsystem.command-not-recognised=Commande Eshtebah +luckperms.commandsystem.no-permission=Shoma Nemitavanid In Kar Ro Anjam Dahid\! +luckperms.commandsystem.no-permission-subcommands=Shoma Dastery Be In Sub Command Ra Nadarid +luckperms.commandsystem.already-executing-command=Commande Digary Az Ghabl Dar Hale Ejra Ast, Lotfan Sabr Konid... +luckperms.commandsystem.usage.sub-commands-header=Sub Command Ha +luckperms.commandsystem.usage.usage-header=Tarze Estefade +luckperms.commandsystem.usage.arguments-header=Argumentha +luckperms.first-time.no-permissions-setup=Benazar Mirese Ke Hich Permission ee Setup Nashode\! +luckperms.first-time.use-console-to-give-access=Ghabl Az Inke Az Command Haye LuckPerms Estefade Koni, Bayad Be Khodet Dastresy Sho Az Tariqe Console Bedi +luckperms.first-time.console-command-prompt=Console et Ro Baz Kon Va Run Kon +luckperms.first-time.next-step=Bad Az Anjam In Kar, Mitoonid Group Ha Va Permission Haro Tayeen Konid +luckperms.first-time.wiki-prompt=Nemidooni Az Koja Shoroo Koni? Injaro Check Kon\: {0} +luckperms.login.try-again=Lotfan Badan Talash Konid +luckperms.login.loading-database-error=Dar Load Shodan Database Moshkely Rokh Dade Ast +luckperms.login.server-admin-check-console-errors=Age Admine Server Hasty, Lotfan Console Ro Baraye Peyda Kardan Error Ha Check Kon +luckperms.login.server-admin-check-console-info=Baraye Etela''ate Bishtar Console Ro Check Konid +luckperms.login.data-not-loaded-at-pre=Dataye Permission Usere Shoma Dar Marhale Ghabl Az Login Load Nashode Ast +luckperms.login.unable-to-continue=Emkane Edame Dadan Vojood Nadarad +luckperms.login.craftbukkit-offline-mode-error=in mamoolan be in dalil ast ke mian tanzimat online-mode va Craftbukkit tadakhol ijad shode ast +luckperms.login.unexpected-error=Hengam tanzim kardan ettela''at permission haye shoma khataye na montazere rokh dade ast +luckperms.opsystem.disabled=System OP vanilla dar in server gheir fa''al ast +luckperms.opsystem.sponge-warning=Lotfan dar nazar dashte bashid ke vaziat server operator hich tasiri bar rooye permission check haye sponge nadarad, shoma bayad ettela''at har user ra mostaghim edit konid +luckperms.duration.unit.years.plural={0} Sal +luckperms.duration.unit.years.singular={0} Sal +luckperms.duration.unit.years.short={0}yr +luckperms.duration.unit.months.plural={0} Mah +luckperms.duration.unit.months.singular={0} mah +luckperms.duration.unit.months.short={0}mo +luckperms.duration.unit.weeks.plural={0} Hafte +luckperms.duration.unit.weeks.singular={0} hafte +luckperms.duration.unit.weeks.short={0}w +luckperms.duration.unit.days.plural={0} rooz +luckperms.duration.unit.days.singular={0} rooz +luckperms.duration.unit.days.short={0}d +luckperms.duration.unit.hours.plural={0} sa''at +luckperms.duration.unit.hours.singular={0} sa''at +luckperms.duration.unit.hours.short={0}h +luckperms.duration.unit.minutes.plural={0} daghighe +luckperms.duration.unit.minutes.singular={0} daghighe +luckperms.duration.unit.minutes.short={0}min +luckperms.duration.unit.seconds.plural={0} saniye +luckperms.duration.unit.seconds.singular={0} saniye +luckperms.duration.unit.seconds.short={0}sec +luckperms.duration.since={0} pish +luckperms.command.misc.invalid-code=Code e Namotabar +luckperms.command.misc.response-code-key=code pasokh +luckperms.command.misc.error-message-key=payam +luckperms.command.misc.bytebin-unable-to-communicate=Nemitavan ba bytebin ertebat bargharar kard +luckperms.command.misc.webapp-unable-to-communicate=Nemitavan ba barname web ertebat bargharar kard +luckperms.command.misc.check-console-for-errors=Console ra baraye didan error ha barresi konid +luckperms.command.misc.wait-to-finish=й„иЗйиЇй‹ иЊиЇ иЇиЊй…иЇй… иЕиЈиБ кЉй†лŒиЏ йˆ иЏйˆиЈиЇиБй‡ иЊй„иЇиД кЉй†лŒиЏ +luckperms.command.misc.none=й‡лŒк† кЉиЏиЇй… +luckperms.command.misc.loading.error.unexpected=лŒкЉ иЎиЗиЇлŒ иКлŒиБй…й†иЊиИиБй‡ иБиЎ иЏиЇиЏ +luckperms.command.misc.loading.error.user-not-found=кЉиЇиБиЈиБлŒ иЈиБиЇлŒ {0} йОлŒиЏиЇ й†иДиЏ +luckperms.command.misc.loading.error.group=кЏиБйˆй‡ лŒиЇйиЊ й†иДиЏ +luckperms.command.misc.loading.error.all-groups=иЏиБ иЈиЇиБкЏиВиЇиБлŒ й‡й…й‡ кЏиБйˆй‡ й‡иЇ й…иДкЉй„лŒ йОлŒиД иЂй…иЏ +luckperms.command.editor.url=иЈиБ иБйˆлŒ й„лŒй†кЉ кЉй„лŒкЉ кЉй†лŒиЏ иЊиЇ иЇиЏлŒиЊйˆиБ иБиЇ иЈиЇиВ кЉй†лŒиЏ +luckperms.command.editor.unable-to-communicate=иЏиБ иЇиБиЊиЈиЇиЗ иЈиЇ иЇиЏлŒиЊйˆиБ й…иДкЉй„лŒ иЈй‡ йˆиЌйˆиЏ иЂй…иЏ diff --git a/plugins/LuckPerms/translations/repository/fi_FI.properties b/plugins/LuckPerms/translations/repository/fi_FI.properties new file mode 100644 index 0000000..3946e54 --- /dev/null +++ b/plugins/LuckPerms/translations/repository/fi_FI.properties @@ -0,0 +1,316 @@ +luckperms.logs.actionlog-prefix=LOKI +luckperms.logs.verbose-prefix=YK +luckperms.logs.export-prefix=VIENTI +luckperms.commandsystem.available-commands=Kirjoita {0} nУЄhdУЄksesi saatavilla olevat komennot +luckperms.commandsystem.command-not-recognised=Komentoa ei tunnistettu +luckperms.commandsystem.no-permission=Sinulla ei ole oikeuksia kУЄyttУЄУЄ tУЄtУЄ komentoa\! +luckperms.commandsystem.no-permission-subcommands=Sinulla ei ole oikeuksia kУЄyttУЄУЄ alikomentoja +luckperms.commandsystem.already-executing-command=Toista komentoa suoritetaan, odotetaan sen valmistumista... +luckperms.commandsystem.usage.sub-commands-header=Alikomennot +luckperms.commandsystem.usage.usage-header=Komentojen kУЄyttУЖ +luckperms.commandsystem.usage.arguments-header=Argumentit +luckperms.first-time.no-permissions-setup=NУЄyttУЄУЄ siltУЄ, ettУЄ oikeuksia ei ole vielУЄ mУЄУЄritetty\! +luckperms.first-time.use-console-to-give-access=Ennen kuin voit kУЄyttУЄУЄ LuckPerms-komentoja pelissУЄ, sinun tУЄytyy antaa itsellesi siihen oikeudet konsolissa +luckperms.first-time.console-command-prompt=Avaa konsolisi ja suorita +luckperms.first-time.next-step=Kun olet tehnyt tУЄmУЄn, voit alkaa mУЄУЄrittelemУЄУЄn ryhmiУЄ ja oikeuksia +luckperms.first-time.wiki-prompt=EtkУЖ tiedУЄ mistУЄ aloittaa? Kurkkaa tУЄУЄltУЄ\: {0} +luckperms.login.try-again=YritУЄ myУЖhemmin uudelleen +luckperms.login.loading-database-error=Tietokannassa tapahtui virhe kУЄyttУЖoikeustietoja ladattaessa +luckperms.login.server-admin-check-console-errors=Jos olet palvelimen yllУЄpitУЄjУЄ, tarkista konsoli mahdollisten virheiden varalta +luckperms.login.server-admin-check-console-info=Ole hyvУЄ ja tarkista palvelimen konsoli saadaksesi lisУЄtietoja +luckperms.login.data-not-loaded-at-pre=KУЄyttУЖoikeustietojasi ei ladattu esikirjautumis-vaiheen aikana +luckperms.login.unable-to-continue=ei voida jatkaa +luckperms.login.craftbukkit-offline-mode-error=tУЄmУЄ johtuu todennУЄkУЖisesti ristiriidasta CraftBukkitin ja online-tilan asetusten vУЄlillУЄ +luckperms.login.unexpected-error=Tapahtui odottamaton virhe mУЄУЄritettУЄessУЄ kУЄyttУЖoikeustietojasi +luckperms.opsystem.disabled=Vanilla OP oikeudet eivУЄt ole kУЄytУЖssУЄ tУЄllУЄ palvelimella +luckperms.opsystem.sponge-warning=Huomioithan, ettУЄ palvelimen OP-oikeuksien tila ei vaikuta Sponge\:n kУЄyttУЖoikeustarkastuksiin, kun kУЄyttУЖoikeus-plugin on asennettu. Sinun tУЄytyy muokata kУЄyttУЄjУЄn tietoja tiedostosta kУЄsin +luckperms.duration.unit.years.plural={0} vuotta +luckperms.duration.unit.years.singular={0} vuosi +luckperms.duration.unit.years.short={0}v +luckperms.duration.unit.months.plural={0} kuukautta +luckperms.duration.unit.months.singular={0} kuukausi +luckperms.duration.unit.months.short={0}kk +luckperms.duration.unit.weeks.plural={0} viikkoa +luckperms.duration.unit.weeks.singular={0} viikko +luckperms.duration.unit.weeks.short={0}vi +luckperms.duration.unit.days.plural={0} pУЄivУЄУЄ +luckperms.duration.unit.days.singular={0} pУЄivУЄ +luckperms.duration.unit.days.short={0}p +luckperms.duration.unit.hours.plural={0} tuntia +luckperms.duration.unit.hours.singular={0} tunti +luckperms.duration.unit.hours.short={0}t +luckperms.duration.unit.minutes.plural={0} minuuttia +luckperms.duration.unit.minutes.singular={0} minuutti +luckperms.duration.unit.minutes.short={0}m +luckperms.duration.unit.seconds.plural={0} sekuntia +luckperms.duration.unit.seconds.singular={0} sekunti +luckperms.duration.unit.seconds.short={0}s +luckperms.duration.since={0} sitten +luckperms.command.misc.invalid-code=Virheellinen koodi +luckperms.command.misc.response-code-key=vastauskoodi +luckperms.command.misc.error-message-key=viesti +luckperms.command.misc.bytebin-unable-to-communicate=Ei voitu kommunikoida bytebinin kanssa +luckperms.command.misc.webapp-unable-to-communicate=Kommunikointi web-sovelluksen kanssa epУЄonnistui +luckperms.command.misc.check-console-for-errors=Tarkista virheet konsolista +luckperms.command.misc.file-must-be-in-data=Tiedoston {0} on oltava data-kansiossa +luckperms.command.misc.wait-to-finish=Odota edellisen prosessin loppumista ja yritУЄ sitten uudestaan +luckperms.command.misc.invalid-priority=Virheellinen prioriteetti {0} +luckperms.command.misc.expected-number=Oletettiin numeroa +luckperms.command.misc.date-parse-error=PУЄivУЄmУЄУЄrУЄУЄ {0} ei voitu parsia +luckperms.command.misc.date-in-past-error=Et voi asettaa pУЄivУЄmУЄУЄrУЄУЄ menneisyyteen\! +luckperms.command.misc.page=sivu {0}/{1} +luckperms.command.misc.page-entries={0} tulosta +luckperms.command.misc.none=- +luckperms.command.misc.loading.error.unexpected=Tapahtui odottamaton virhe +luckperms.command.misc.loading.error.user=KУЄyttУЄjУЄУЄ ei ladattu +luckperms.command.misc.loading.error.user-specific=KohdekУЄyttУЄjУЄn {0} lataus ei onnistu +luckperms.command.misc.loading.error.user-not-found=KУЄyttУЄjУЄУЄ {0} ei lУЖytynyt +luckperms.command.misc.loading.error.user-save-error=KУЄyttУЄjУЄn {0} tietojen tallentamisessa tapahtui virhe +luckperms.command.misc.loading.error.user-not-online=KУЄyttУЄjУЄ {0} ei ole paikalla +luckperms.command.misc.loading.error.user-invalid={0} ei ole kelvollinen kУЄyttУЄjУЄnimi tai uuid +luckperms.command.misc.loading.error.user-not-uuid=KohdekУЄyttУЄjУЄllУЄ {0} ei ole kelvollista uuid-tunnusta +luckperms.command.misc.loading.error.group=RyhmУЄУЄ ei ladattu +luckperms.command.misc.loading.error.all-groups=Kaikkia ryhmiУЄ ei voitu ladata +luckperms.command.misc.loading.error.group-not-found=RyhmУЄУЄ nimellУЄ {0} ei lУЖydetty +luckperms.command.misc.loading.error.group-save-error=Virhe tapahtui tallentassa ryhmУЄn {0} dataa +luckperms.command.misc.loading.error.group-invalid={0} ei ole kelvollinen ryhmУЄn nimi +luckperms.command.misc.loading.error.track=Polkua ei ladattu +luckperms.command.misc.loading.error.all-tracks=Kaikkia polkuja ei voitu ladata +luckperms.command.misc.loading.error.track-not-found=Polkua nimellУЄ {0} ei lУЖytynyt +luckperms.command.misc.loading.error.track-save-error=Virhe tallentaessa polun {0} tietoa +luckperms.command.misc.loading.error.track-invalid={0} ei ole kelvollinen polun nimi +luckperms.command.editor.no-match=Editoria ei voi avata\: yksikУЄУЄn objekti ei vastaa pyytУЄmУЄУЄsi tyyppiУЄ +luckperms.command.editor.start=Valmistellaan uutta editori-istuntoa, odota hetki... +luckperms.command.editor.url=Klikkaa alla olevasta linkistУЄ avataksesi editori +luckperms.command.editor.unable-to-communicate=Kommunikointi editorin kanssa epУЄonnistui +luckperms.command.editor.apply-edits.success=Editorin data lisУЄtty {0} {1} +luckperms.command.editor.apply-edits.success-summary={0} {1} ja {2} {3} +luckperms.command.editor.apply-edits.success.additions=lisУЄystУЄ +luckperms.command.editor.apply-edits.success.additions-singular=lisУЄys +luckperms.command.editor.apply-edits.success.deletions=poistoa +luckperms.command.editor.apply-edits.success.deletions-singular=poisto +luckperms.command.editor.apply-edits.no-changes=Web-editorista ei tehty muutoksia, palautetut tiedot eivУЄt sisУЄltУЄnet muokkauksia +luckperms.command.editor.apply-edits.unknown-type=Muokkausta ei voida soveltaa mУЄУЄritettyyn objektityypiin +luckperms.command.editor.apply-edits.unable-to-read=Tietoja ei voi lukea annetulta koodilta +luckperms.command.search.searching.permission=EtsitУЄУЄn kУЄyttУЄjiУЄ ja ryhmiУЄ, joilla on oikeus {0} +luckperms.command.search.searching.inherit=EtsitУЄУЄn kУЄyttУЄjiУЄ ja ryhmiУЄ, jotka perivУЄt ryhmУЄn {0} oikeudet +luckperms.command.search.result=LУЖytyi {0} tulosta {1} kУЄyttУЄltУЄ ja {2} ryhmУЄltУЄ +luckperms.command.search.result.default-notice=Huomaa\: Kun etsit oletusryhmУЄn jУЄseniУЄ, offline-pelaajia - joilla ei ole muita kУЄyttУЖoikeuksia ei nУЄytetУЄ\! +luckperms.command.search.showing-users=NУЄytetУЄУЄn kУЄyttУЄjУЄtulokset +luckperms.command.search.showing-groups=NУЄytetУЄУЄn ryhmУЄtulokset +luckperms.command.tree.start=Luodaan oikeuspuuta, odota... +luckperms.command.tree.empty=Puuta ei voitu luoda, tuloksia ei lУЖytynyt +luckperms.command.tree.url=Oikeuspuun URL +luckperms.command.verbose.invalid-filter={0} ei ole kelvollinen yksityiskohtainen suodatin +luckperms.command.verbose.enabled=Yksityiskohtainen suodin on {0} hauille, jotka vastaavat {1} +luckperms.command.verbose.command-exec=Pakotetaan {0} suorittamaan komento {1} ja raportoidaan kaikista tehdyistУЄ tarkistuksista... +luckperms.command.verbose.off=Yksityiskohtainen lokikirjaus {0} +luckperms.command.verbose.command-exec-complete=Komennon suoritus valmis +luckperms.command.verbose.command.no-checks=Komennon suoritus suoritettu, mutta kУЄyttУЖoikeustarkastuksia ei tehty +luckperms.command.verbose.command.possibly-async=TУЄmУЄ voi johtua siitУЄ, ettУЄ plugin suorittaa komentoja taustalla (async) +luckperms.command.verbose.command.try-again-manually=Voit edelleen kУЄyttУЄУЄ verboosia manuaalisesti tУЄmУЄn kaltaisten tarkistusten havaitsemiseksi +luckperms.command.verbose.enabled-recording=Yksityiskohtainen lokitallennus on {0} tuloksille, jotka vastaavat {1} +luckperms.command.verbose.uploading=Yksityiskohtainen lokikirjaus {0}, lУЄhetetУЄУЄn tuloksia... +luckperms.command.verbose.url=Yksityiskohtaisen suotimen URL-osoite +luckperms.command.verbose.enabled-term=kУЄytУЖssУЄ +luckperms.command.verbose.disabled-term=poistettu kУЄytУЖstУЄ +luckperms.command.verbose.query-any=JOKIN +luckperms.command.info.running-plugin=KУЄytetУЄУЄn +luckperms.command.info.platform-key=Alusta +luckperms.command.info.server-brand-key=PalvelinbrУЄndi +luckperms.command.info.server-version-key=Palvelimen versio +luckperms.command.info.storage-key=Tallennustila +luckperms.command.info.storage-type-key=Tyyppi +luckperms.command.info.storage.meta.split-types-key=Tyypit +luckperms.command.info.storage.meta.ping-key=Viive +luckperms.command.info.storage.meta.connected-key=Yhdistetty +luckperms.command.info.storage.meta.file-size-key=Tiedoston koko +luckperms.command.info.extensions-key=Laajennukset +luckperms.command.info.messaging-key=ViestintУЄ +luckperms.command.info.instance-key=Instanssi +luckperms.command.info.static-contexts-key=Staattiset kontekstit +luckperms.command.info.online-players-key=Aktiiviset pelaajat +luckperms.command.info.online-players-unique={0} uniikki +luckperms.command.info.uptime-key=KУЄyttУЖaika +luckperms.command.info.local-data-key=Paikallinen data +luckperms.command.info.local-data={0} kУЄyttУЄjУЄУЄ, {1} ryhmУЄУЄ, {2} polkua +luckperms.command.generic.create.success={0} luotiin onnistuneesti +luckperms.command.generic.create.error=Virhe tapahtui luotaessa kohdetta {0} +luckperms.command.generic.create.error-already-exists={0} on jo olemassa\! +luckperms.command.generic.delete.success={0} poistettiin onnistuneesti +luckperms.command.generic.delete.error=Virhe tapahtui poistaessa kohdetta {0} +luckperms.command.generic.delete.error-doesnt-exist={0} ei ole olemassa\! +luckperms.command.generic.rename.success={0} nimettiin uudelleen onnistuneesti nimellУЄ {1} +luckperms.command.generic.clone.success={0} kloonattiin onnistuneesti {1} pУЄУЄlle +luckperms.command.generic.info.parent.title=IsУЄntУЄryhmУЄt +luckperms.command.generic.info.parent.temporary-title=VУЄliaikaiset IsУЄntУЄryhmУЄt +luckperms.command.generic.info.expires-in=vanhenee +luckperms.command.generic.info.inherited-from=periytyy +luckperms.command.generic.info.inherited-from-self=itseensУЄ +luckperms.command.generic.show-tracks.title={0}n polut +luckperms.command.generic.show-tracks.empty={0} ei ole millУЄУЄn polulla +luckperms.command.generic.clear.node-removed={0} solmua poistettiin +luckperms.command.generic.clear.node-removed-singular={0} solmu poistettiin +luckperms.command.generic.clear={0}\:n solmut tyhjennettiin kontekstissa {1} +luckperms.command.generic.permission.info.title={0}n oikeudet +luckperms.command.generic.permission.info.empty={0}\:lla ei ole oikeuksia asetettuna +luckperms.command.generic.permission.info.click-to-remove=Klikkaa poistaaksesi solmun kohdasta\: {0} +luckperms.command.generic.permission.check.info.title=Tiedot luvalle {0} +luckperms.command.generic.permission.check.info.directly=Pelaajalla {0} on lupa {1} asetettu arvoon {2} kontekstissa {3} +luckperms.command.generic.permission.check.info.inherited={0} perii luvan {1} asetettu arvoon {2} ryhmУЄstУЄ {3} kontekstissa {4} +luckperms.command.generic.permission.check.info.not-directly=Pelaajalla {0} ei ole asetettu lupaa {1} +luckperms.command.generic.permission.check.info.not-inherited={0} ei peri ryhmУЄУЄ {1} +luckperms.command.generic.permission.check.result.title=Lupatarkistus luvalle {0} +luckperms.command.generic.permission.check.result.result-key=Tulos +luckperms.command.generic.permission.check.result.processor-key=Prosessori +luckperms.command.generic.permission.check.result.cause-key=Syy +luckperms.command.generic.permission.check.result.context-key=Konteksti +luckperms.command.generic.permission.set=Aseta {0} arvoon {1} {2} kontekstissa {3} +luckperms.command.generic.permission.already-has={0} on jo {1} asetettu konteksissУЄ {2} +luckperms.command.generic.permission.set-temp=Aseta {0} arvoon {1} {2} ajaksi {3} kontekstissa {4} +luckperms.command.generic.permission.already-has-temp={0} on jo {1} asetettu kontekstissa {2} +luckperms.command.generic.permission.unset=Poista {0} kohteelle {1} kontekstissa {2} +luckperms.command.generic.permission.doesnt-have={0} ei ole {1} kontekstissa {2} +luckperms.command.generic.permission.unset-temp=Poista vУЄliaikainen lupa {0} kohteelle {1} kontekstissa {2} +luckperms.command.generic.permission.subtract=Aseta {0} arvoon {1} {2} ajaksi {3} \nkontekstissa {4}, {5} vУЄhemmУЄn kuin ennen +luckperms.command.generic.permission.doesnt-have-temp={0} ei ole {1} kontekstissa tУЄllУЄ hetkellУЄ {2} +luckperms.command.generic.permission.clear={0}\:n oikeudet tyhjennettiin kontekstissa {1} +luckperms.command.generic.parent.info.title={0}\:n vanhemmat +luckperms.command.generic.parent.info.empty={0}\:lla ei ole vanhempia asetettuna +luckperms.command.generic.parent.info.click-to-remove=Paina poistaaksesi tУЄmУЄn vanhemman kohteesta {0} +luckperms.command.generic.parent.add={0} perii nyt oikeudet kohteelta {1} kontekstissa {2} +luckperms.command.generic.parent.add-temp={0} perii nyt oikeudet kohteelta {1} ajaksi {2} kontekstissa {3} +luckperms.command.generic.parent.set={0} sai olemassa olevat vanhempansa tyhjennettyУЄ, ja nyt vain perii {1} kontekstissa {2} +luckperms.command.generic.parent.set-track={0} sai olemassa olevat vanhempansa tyhjennettyУЄ, ja nyt vain perii {1} kontekstissa {2} +luckperms.command.generic.parent.remove={0} ei enУЄУЄ peri oikeuksia kohteelta {1} kontekstissa {2} +luckperms.command.generic.parent.remove-temp={0} ei enУЄУЄ vУЄliaikaisesti peri oikeuksia kohteelta {1} kontekstissa {2} +luckperms.command.generic.parent.subtract={0} perii oikeudet kohteelta {1} ajaksi {2} kontekstissa {3}, {4} vУЄhemmУЄn kuin aiemmin +luckperms.command.generic.parent.clear={0}\:n vanhemmat tyhjennettiin kontekstista {1} +luckperms.command.generic.parent.clear-track={0}\:n vanhemmat radalla {1} tyhjennettiin kontekstista {2} +luckperms.command.generic.parent.already-inherits={0} perii jo kohteesta {1} kontekstissa {2} +luckperms.command.generic.parent.doesnt-inherit={0} ei peri kohteesta {1} kontekstissa {2} +luckperms.command.generic.parent.already-temp-inherits={0} perii jo kohteesta {1} konteksissa {2} +luckperms.command.generic.parent.doesnt-temp-inherit={0} ei vУЄliaikaisesti peri kohteesta {1} kontekstissa {2} +luckperms.command.generic.chat-meta.info.title-prefix={0}\:n etuliitteet +luckperms.command.generic.chat-meta.info.title-suffix={0}\:n jУЄlkiliitteet +luckperms.command.generic.chat-meta.info.none-prefix={0} ei sisУЄllУЄ etuliitteitУЄ +luckperms.command.generic.chat-meta.info.none-suffix={0} ei sisУЄllУЄ jУЄlkiliitteitУЄ +luckperms.command.generic.chat-meta.info.click-to-remove=Klikkaa poistaaksesi tУЄmУЄn {0} kohteesta {1} +luckperms.command.generic.chat-meta.already-has={0} on jo {1} {2} asetettu prioriteetiksi kohteelle {3} kontekstissa {4} +luckperms.command.generic.chat-meta.already-has-temp={0} on jo {1} {2} asetettu prioriteetiksi vУЄliaikaisesti kohteelle {3} kontekstissa {4} +luckperms.command.generic.chat-meta.doesnt-have={0}\:lla ei ole {1} {2} asetettu prioriteetiksi kohteelle {3} kontekstissa {4} +luckperms.command.generic.chat-meta.doesnt-have-temp={0}\:lla ei ole {1} {2} asetettu vУЄliaikaisesti priosriteetiksi kohteelle {3} kontekstissa {4} +luckperms.command.generic.chat-meta.add={0} sai {1} {2} asetettu prioriteetiksi kohteelle {3} kontekstissa {4} +luckperms.command.generic.chat-meta.add-temp={0} sai {1} {2} asetettu prioriteetiksi kohteelle {3} {4} ajaksi kontekstissa {5} +luckperms.command.generic.chat-meta.remove={0} sai {1} {2} prioriteetti {3} poistettu kontekstissa {4} +luckperms.command.generic.chat-meta.remove-bulk={0} sai kaikki {1} prioriteetti {2} poistettu kontekstissa {3} +luckperms.command.generic.chat-meta.remove-temp={0} sai vУЄliaikaisesti {1} {2} prioriteetti {3} poistettu kontekstissa {4} +luckperms.command.generic.chat-meta.remove-temp-bulk={0} sai vУЄliaikaisesti kaikki {1} prioriteetti {2} poistettu kontekstissa {3} +luckperms.command.generic.meta.info.title={0}\:n meta +luckperms.command.generic.meta.info.none={0} ei sisУЄllУЄ meta-tietoja +luckperms.command.generic.meta.info.click-to-remove=Klikkaa poistaaksesi tУЄmУЄn meta-solmun kohteesta {0} +luckperms.command.generic.meta.already-has={0}\:lla on jo meta-avain {1} asetettu {2} kontekstissa {3} +luckperms.command.generic.meta.already-has-temp={0}\:lla on jo meta-avain {1} asetettu vУЄliaikaisesti {2} kontekstissa {3} +luckperms.command.generic.meta.doesnt-have={0}\:lla ei ole meta-avainta {1} asetettu kontekstissa {2} +luckperms.command.generic.meta.doesnt-have-temp={0}\:lla ei ole meta-avainta {1} asetettu vУЄliaikaisesti kontekstissa {2} +luckperms.command.generic.meta.set=Aseta meta-avain {0} arvoon {1} {2} kontekstissa {3} +luckperms.command.generic.meta.set-temp=Aseta meta-avain {0} arvoon {1} {2} ajaksi {3} kontekstissa {4} +luckperms.command.generic.meta.unset=Poista meta-avain {0} {1} kontekstissa {2} +luckperms.command.generic.meta.unset-temp=Poista vУЄliaikainen meta-key {0} {1} kontekstissa {2} +luckperms.command.generic.meta.clear={0}\:n meta-tУЄsmУЄУЄvУЄ tyyppi {1} tyhjennettiin kontekstissa {2} +luckperms.command.generic.contextual-data.title=Kontekstuaalinen Tiedot +luckperms.command.generic.contextual-data.mode.key=Tila +luckperms.command.generic.contextual-data.mode.server=Palvelin +luckperms.command.generic.contextual-data.mode.active-player=aktiivinen pelaaja +luckperms.command.generic.contextual-data.contexts-key=Konteksti +luckperms.command.generic.contextual-data.prefix-key=Etuliite +luckperms.command.generic.contextual-data.suffix-key=JУЄlkiliite +luckperms.command.generic.contextual-data.primary-group-key=Ensisijainen RyhmУЄ +luckperms.command.generic.contextual-data.meta-key=Meta +luckperms.command.generic.contextual-data.null-result=Ei mitУЄУЄn +luckperms.command.user.info.title=KУЄyttУЄjУЄtiedot +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=tyyppi +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=poissa +luckperms.command.user.info.status-key=Tila +luckperms.command.user.info.status.online=Paikalla +luckperms.command.user.info.status.offline=Poissa +luckperms.command.user.removegroup.error-primary=Et voi poistaa kУЄyttУЄjУЄУЄ heidУЄn ensisijaisesta ryhmУЄstУЄУЄn +luckperms.command.user.primarygroup.not-member={0} ei ollut jo jУЄsen {1}, lisУЄten ne nyt +luckperms.command.user.primarygroup.already-has={0}\:lla on jo {1} asetettu ensisijaiseksi ryhmУЄksi +luckperms.command.user.primarygroup.warn-option=Varoitus\: TУЄmУЄn palvelimen kУЄyttУЄmУЄ ensisijainen ryhmУЄn laskentamenetelmУЄ ({0}) ei vУЄlttУЄmУЄttУЄ heijasta tУЄtУЄ muutosta +luckperms.command.user.primarygroup.set={0}\:n ensisijainen ryhmУЄ asetettiin {1} +luckperms.command.user.track.error-not-contain-group={0} ei ole jo missУЄУЄn ryhmУЄssУЄ {1} +luckperms.command.user.track.unsure-which-track=EtkУЖ ole varma, minkУЄ reittiУЄ kУЄyttУЄУЄ, tУЄsmentУЄkУЄУЄ se argumentina. +luckperms.command.user.track.missing-group-advice=Joko luo ryhmУЄ tai poista se ja yritУЄ uudelleen +luckperms.command.user.promote.added-to-first={0} ei ole missУЄУЄn ryhmУЄssУЄ {1}, joten se lisУЄttiin ensimmУЄiseen ryhmУЄУЄn, {2} kontekstissa {3} +luckperms.command.user.promote.not-on-track={0} ei ole missУЄУЄn rymУЄssУЄ {1}, joten ei ylennetty +luckperms.command.user.promote.end-of-track=Seuraamisen lopussa {0} saavutettiin, ei voida ylentУЄУЄ {1} +luckperms.command.user.promote.unable-to-promote=KУЄyttУЄjУЄУЄ ei voitu ylentУЄУЄ +luckperms.command.user.demote.unable-to-demote=Mahdotonta alentaa kУЄyttУЄjУЄУЄ +luckperms.command.group.list.title=RyhmУЄt +luckperms.command.group.delete.not-default=OletusryhmУЄУЄ ei voi poistaa +luckperms.command.group.info.title=RyhmУЄn tiedot +luckperms.command.group.info.display-name-key=NУЄyttУЖnimi +luckperms.command.group.info.weight-key=Paino +luckperms.command.group.setweight.set=Aseta painoksi {0} ryhmУЄlle {1} +luckperms.command.group.setdisplayname.doesnt-have={0}\:lle ei ole asetettu nУЄyttУЖnimeУЄ +luckperms.command.group.setdisplayname.already-has={0} sisУЄltУЄУЄ jo nУЄytУЖn nimen {1} +luckperms.command.group.setdisplayname.already-in-use=NУЄyttУЖnimi {0} on jo kУЄytУЖssУЄ {1} toimesta +luckperms.command.group.setdisplayname.set=Aseta nУЄyttУЖnimi\: т€{0}т€ ryhmУЄlle {1} kontekstissa {2} +luckperms.command.group.setdisplayname.removed=Poista nУЄyttУЖnimi ryhmУЄlle {0} kontekstissa {1} +luckperms.command.track.list.title=JУЄljet +luckperms.command.track.path.empty=- +luckperms.command.track.info.showing-track=NУЄytetУЄУЄn jУЄljet +luckperms.command.track.info.path-property=Polku +luckperms.command.track.clear={0}\:n ryhmУЄt jУЄljet tyhjennettiin +luckperms.command.track.append.success=RyhmУЄ {0} liitettiin seuratakseen {1} +luckperms.command.track.insert.success=RyhmУЄ {0} lisУЄttiin kappaleeseen {1} sijainnissa {2} +luckperms.command.track.insert.error-number=Odotettiin numeroa mutta sen sijaan vastaanotettu\: {0} +luckperms.command.track.insert.error-invalid-pos=Kohdassa {0} ei voitu lisУЄtУЄ +luckperms.command.track.insert.error-invalid-pos-reason=virheellinen asema +luckperms.command.track.error-empty={0} ei voi kУЄyttУЄУЄ, koska se on tyhjУЄ tai sisУЄltУЄУЄ vain yhden ryhmУЄn +luckperms.command.track.error-multiple-groups={0} on useiden ryhmien jУЄsen tУЄllУЄ radalla +luckperms.command.track.already-contains={0} sisУЄltУЄУЄ jo {1} +luckperms.command.track.doesnt-contain={0} ei sisУЄllУЄ {1} +luckperms.command.log.load-error=Tietoja ei voitu ladata +luckperms.command.log.invalid-page=Virheellinen sivunumero +luckperms.command.log.invalid-page-range=LisУЄУЄ arvo vУЄlitУЄ {0} ja {1} +luckperms.command.log.empty=Ei nУЄytettУЄviУЄ lokitietoja +luckperms.command.log.notify.error-console=Konsolin ilmoituksia ei voi vaihtaa +luckperms.command.log.notify.enabled-term=KУЄytУЖssУЄ +luckperms.command.log.notify.disabled-term=Poistettu kУЄytУЖstУЄ +luckperms.command.log.notify.changed-state={0} loggauksen ulostulo +luckperms.command.log.notify.already-on=Olet jo vastaanottamassa ilmoituksia +luckperms.command.log.notify.already-off=SinУЄ et ole vastaanottamassa ilmoituksia juuri nyt +luckperms.command.log.show.recent=NУЄytetУЄУЄn viimeaikaiset tapahtumat +luckperms.command.log.show.by=NУЄytetУЄУЄn viimeaikaiset toiminnot kУЄyttУЄjУЄltУЄ {0} +luckperms.command.log.show.history=NУЄytetУЄУЄn historia {0} {1} +luckperms.command.export.error-term=Virhe +luckperms.command.export.already-running=Toinen vientiprosessi on jo kУЄynnissУЄ +luckperms.command.export.file.already-exists=Tiedosto {0} on jo olemassa +luckperms.command.export.file.not-writable=Tiedostoon {0} ei voida kirjoittaa +luckperms.command.export.file.success=Viety onnistuneesti kohteeseen {0} +luckperms.command.export.file-unexpected-error-writing=Odottamaton virhe tapahtui kirjoittaessa tiedostoon +luckperms.command.export.web.export-code=Vie koodi +luckperms.command.export.web.import-command-description=KУЄytУЄ seuraavaa komentoa tuodaksesi muutokset +luckperms.command.import.term=Tuo +luckperms.command.import.error-term=Virhe +luckperms.command.import.already-running=Toinen tuonti prosessi on jo kУЄynnissУЄ +luckperms.command.import.file.doesnt-exist=Tiedostoa {0} ei ole olemassa +luckperms.command.import.file.not-readable=Tiedostoa {0} ei voida lukea +luckperms.command.import.file.unexpected-error-reading=Odottamaton virhe tapahtui tuontitiedostoa luettaessa +luckperms.command.import.file.correct-format=onko se oikeassa muodossa? +luckperms.command.import.web.unable-to-read=Tietoja ei voida lukea annetulla koodilla +luckperms.command.import.progress.percent={0}% valmiina +luckperms.command.import.progress.operations={0}/{1} toimintoa valmiina +luckperms.command.import.starting=Aloitetaan tuontiprosessi +luckperms.command.import.completed=VALMIS +luckperms.command.import.duration=kesti {0} sekuntia +luckperms.command.bulkupdate.must-use-console=MassapУЄivityskomentoa voi kУЄyttУЄУЄ vain konsolin kautta +luckperms.command.bulkupdate.invalid-data-type=Virheellinen tyyppi, odotettiin {0} +luckperms.command.bulkupdate.invalid-comparison=Virheellinen vertailuoperaattori {0} +luckperms.command.bulkupdate.invalid-comparison-format=Odotettiin joitakin seuraavista\: {0} +luckperms.command.bulkupdate.queued=MassapУЄivitystoiminto on jonossa +luckperms.command.bulkupdate.confirm=Suorita {0} suorittaaksesi pУЄivitykset diff --git a/plugins/LuckPerms/translations/repository/fr_FR.properties b/plugins/LuckPerms/translations/repository/fr_FR.properties new file mode 100644 index 0000000..ba256c6 --- /dev/null +++ b/plugins/LuckPerms/translations/repository/fr_FR.properties @@ -0,0 +1,630 @@ +luckperms.logs.actionlog-prefix=JOURNAL +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=EXPORTATION +luckperms.commandsystem.available-commands=Utilisez {0} pour afficher les commandes disponibles +luckperms.commandsystem.command-not-recognised=Commande non reconnue +luckperms.commandsystem.no-permission=Vous n''avez pas la permission d''utiliser cette commande \! +luckperms.commandsystem.no-permission-subcommands=Vous n''avez pas la permission d''utiliser les sous-commandes +luckperms.commandsystem.already-executing-command=Une autre commande est en cours d''exУЉcution, en attendant qu''elle se termine... +luckperms.commandsystem.usage.sub-commands-header=Sous-commandes +luckperms.commandsystem.usage.usage-header=Utilisation +luckperms.commandsystem.usage.arguments-header=Arguments +luckperms.first-time.no-permissions-setup=Il semble qu''aucune autorisation n''ait encore УЉtУЉ configurУЉe \! +luckperms.first-time.use-console-to-give-access=Avant de pouvoir utiliser l''une des commandes de LuckPerms en jeu, vous devez utiliser la console pour vous donner les accУЈs +luckperms.first-time.console-command-prompt=Ouvrez votre console et exУЉcutez +luckperms.first-time.next-step=AprУЈs avoir fait ceci, vous pouvez commencer У  dУЉfinir vos permissions et vos groupes +luckperms.first-time.wiki-prompt=Vous ne savez pas par oУЙ commencer ? Cliquez ici \: {0} +luckperms.login.try-again=Veuillez rУЉessayer ultУЉrieurement +luckperms.login.loading-database-error=Une erreur de base de donnУЉes est survenue lors du chargement des donnУЉes de permissions +luckperms.login.server-admin-check-console-errors=Si vous УЊtes un administrateur du serveur, veuillez vУЉrifier la console pour toute erreur +luckperms.login.server-admin-check-console-info=Veuillez vУЉrifier la console du serveur pour plus d''informations +luckperms.login.data-not-loaded-at-pre=Les donnУЉes des permissions de votre utilisateur n''ont pas УЉtУЉ chargУЉes pendant l''УЉtape de prУЉ-connexion +luckperms.login.unable-to-continue=impossible de continuer +luckperms.login.craftbukkit-offline-mode-error=c''est probablement dУЛ У  un conflit entre CraftBukkit et le paramУЈtre online-mode +luckperms.login.unexpected-error=Une erreur inattendue s''est produite lors de la configuration de vos donnУЉes de permission +luckperms.opsystem.disabled=Le systУЈme vanilla d''OP est dУЉsactivУЉ sur ce serveur +luckperms.opsystem.sponge-warning=Veuillez noter que le statut d''opУЉrateur n''a aucun effet sur les vУЉrifications de permission de Sponge lorsqu''un plugin de permissions est installУЉ, vous devez УЉditer les donnУЉes utilisateur directement +luckperms.duration.unit.years.plural={0} ans +luckperms.duration.unit.years.singular={0} an +luckperms.duration.unit.years.short={0} ans +luckperms.duration.unit.months.plural={0} mois +luckperms.duration.unit.months.singular={0} mois +luckperms.duration.unit.months.short={0} mois +luckperms.duration.unit.weeks.plural={0} semaines +luckperms.duration.unit.weeks.singular={0} semaine +luckperms.duration.unit.weeks.short={0} sem +luckperms.duration.unit.days.plural={0} jours +luckperms.duration.unit.days.singular={0} jour +luckperms.duration.unit.days.short={0} j +luckperms.duration.unit.hours.plural={0} heures +luckperms.duration.unit.hours.singular={0} heure +luckperms.duration.unit.hours.short={0}h +luckperms.duration.unit.minutes.plural={0} minutes +luckperms.duration.unit.minutes.singular={0} minute +luckperms.duration.unit.minutes.short={0}Т m +luckperms.duration.unit.seconds.plural={0} secondes +luckperms.duration.unit.seconds.singular={0} seconde +luckperms.duration.unit.seconds.short={0}Т s +luckperms.duration.since=il y a {0} +luckperms.command.misc.invalid-code=Code invalide +luckperms.command.misc.response-code-key=code de rУЉponse +luckperms.command.misc.error-message-key=message +luckperms.command.misc.bytebin-unable-to-communicate=Impossible de communiquer avec bytebin +luckperms.command.misc.webapp-unable-to-communicate=Impossible de communiquer avec l''application web +luckperms.command.misc.check-console-for-errors=VУЉrifiez les erreurs dans la console +luckperms.command.misc.file-must-be-in-data=Le fichier {0} doit УЊtre placУЉ directement dans le rУЉpertoire de donnУЉes +luckperms.command.misc.wait-to-finish=Veuillez attendre la fin et rУЉessayer +luckperms.command.misc.invalid-priority=PrioritУЉ invalide {0} +luckperms.command.misc.expected-number=Un nombre est attendu +luckperms.command.misc.date-parse-error=Impossible de dУЉterminer la date {0} +luckperms.command.misc.date-in-past-error=Vous ne pouvez pas choisir une date dans le passУЉ \! +luckperms.command.misc.page=page {0} sur {1} +luckperms.command.misc.page-entries={0} entrУЉes +luckperms.command.misc.none=Aucun +luckperms.command.misc.loading.error.unexpected=Une erreur inattendue est survenue +luckperms.command.misc.loading.error.user=Utilisateur non chargУЉ +luckperms.command.misc.loading.error.user-specific=Impossible de charger l''utilisateur cible {0} +luckperms.command.misc.loading.error.user-not-found=Un utilisateur pour {0} n''a pas pu УЊtre trouvУЉ +luckperms.command.misc.loading.error.user-save-error=Une erreur s''est produite lors de la sauvegarde des donnУЉes utilisateur de {0} +luckperms.command.misc.loading.error.user-not-online=L''utilisateur {0} nт€™est pas connectУЉ +luckperms.command.misc.loading.error.user-invalid={0} n''est pas un pseudonyme/uuid valide +luckperms.command.misc.loading.error.user-not-uuid=L''utilisateur cible {0} n''est pas un uuid valide +luckperms.command.misc.loading.error.group=Groupe non chargУЉ +luckperms.command.misc.loading.error.all-groups=Impossible de charger tous les groupes +luckperms.command.misc.loading.error.group-not-found=Il n''y a aucun groupe nommУЉ {0} +luckperms.command.misc.loading.error.group-save-error=Une erreur s''est produite lors de la sauvegarde des donnУЉes de groupe de {0} +luckperms.command.misc.loading.error.group-invalid={0} n''est pas un nom de groupe valide +luckperms.command.misc.loading.error.track=Voie non chargУЉe +luckperms.command.misc.loading.error.all-tracks=Impossibles de charger toutes les voies +luckperms.command.misc.loading.error.track-not-found=Impossible de trouver une voie nommУЉe {0} +luckperms.command.misc.loading.error.track-save-error=Une erreur s''est produite lors de la sauvegarde des donnУЉes de voie de {0} +luckperms.command.misc.loading.error.track-invalid={0} n''est pas un nom de voie valide +luckperms.command.editor.no-match=Impossible d''ouvrir l''УЉditeur, aucun objet ne correspond au type souhaitУЉ +luckperms.command.editor.start=PrУЉparation d''une nouvelle session d''УЉditeur, veuillez patienter... +luckperms.command.editor.url=Cliquez sur le lien ci-dessous pour ouvrir l''УЉditeur +luckperms.command.editor.unable-to-communicate=Impossible de communiquer avec l''УЉditeur +luckperms.command.editor.apply-edits.success=Les donnУЉes de l''УЉditeur web ont УЉtУЉ appliquУЉes У  {0} {1} avec succУЈs +luckperms.command.editor.apply-edits.success-summary={0} {1} et {2} {3} +luckperms.command.editor.apply-edits.success.additions=ajouts +luckperms.command.editor.apply-edits.success.additions-singular=ajout +luckperms.command.editor.apply-edits.success.deletions=suppressions +luckperms.command.editor.apply-edits.success.deletions-singular=suppression +luckperms.command.editor.apply-edits.no-changes=Aucune modification n''a УЉtУЉ appliquУЉe depuis l''УЉditeur web, les donnУЉes retournУЉes ne contiennent aucune modification +luckperms.command.editor.apply-edits.unknown-type=Impossible d''appliquer la modification au type d''objet spУЉcifiУЉ +luckperms.command.editor.apply-edits.unable-to-read=Impossible de lire les donnУЉes en utilisant le code donnУЉ +luckperms.command.search.searching.permission=Recherche des utilisateurs et des groupes avec {0} +luckperms.command.search.searching.inherit=Recherche des utilisateurs et des groupes qui hУЉritent de {0} +luckperms.command.search.result={0} entrУЉes trouvУЉes de {1} utilisateurs et de {2} groupes +luckperms.command.search.result.default-notice=Remarque \: lors de la recherche des membres dans le groupe par dУЉfaut, les joueurs hors ligne qui n''ont pas d''autres permissions ne seront pas affichУЉs \! +luckperms.command.search.showing-users=Affichage des entrУЉes utilisateur +luckperms.command.search.showing-groups=Affichage des entrУЉes du groupe +luckperms.command.tree.start=GУЉnУЉration de l''arborescence des permissions, veuillez patienter... +luckperms.command.tree.empty=Impossible de gУЉnУЉrer l''arborescence, aucun rУЉsultat n''a УЉtУЉ trouvУЉ +luckperms.command.tree.url=URL de l''arborescence des permissions +luckperms.command.verbose.invalid-filter={0} n''est pas un filtre dУЉtaillУЉ valide +luckperms.command.verbose.enabled=Journalisation dУЉtaillУЉe de {0} pour les vУЉrifications correspondant У  {1} +luckperms.command.verbose.command-exec=Execution de la commande {1} par {0} et rapport de toutes les vУЉrifications effectuУЉes... +luckperms.command.verbose.off=Journalisation dУЉtaillУЉe {0} +luckperms.command.verbose.command-exec-complete=ExУЉcution de la commande terminУЉe +luckperms.command.verbose.command.no-checks=L''exУЉcution de la commande est terminУЉe, mais aucune vУЉrification de permission n''a УЉtУЉ effectuУЉe +luckperms.command.verbose.command.possibly-async=Cela peut УЊtre dУЛ au fait que le plugin exУЉcute les commandes en arriУЈre-plan (async) +luckperms.command.verbose.command.try-again-manually=Vous pouvez toujours utiliser le verbe manuellement pour dУЉtecter les contrУДles effectuУЉs de cette maniУЈre +luckperms.command.verbose.enabled-recording=Enregistrement dУЉtaillУЉ de {0} pour les vУЉrifications correspondant У  {1} +luckperms.command.verbose.uploading=Journalisation dУЉtaillУЉe {0}, envoie des rУЉsultats... +luckperms.command.verbose.url=URL des rУЉsultats dУЉtaillУЉs +luckperms.command.verbose.enabled-term=activУЉ +luckperms.command.verbose.disabled-term=desactivУЉ +luckperms.command.verbose.query-any=TOUS +luckperms.command.info.running-plugin=Utilisation de +luckperms.command.info.platform-key=Plateforme +luckperms.command.info.server-brand-key=Marque du serveur +luckperms.command.info.server-version-key=Version du serveur +luckperms.command.info.storage-key=Stockage +luckperms.command.info.storage-type-key=Type +luckperms.command.info.storage.meta.split-types-key=Types +luckperms.command.info.storage.meta.ping-key=Ping +luckperms.command.info.storage.meta.connected-key=ConnectУЉ +luckperms.command.info.storage.meta.file-size-key=Taille du fichier +luckperms.command.info.extensions-key=Extensions +luckperms.command.info.messaging-key=Message +luckperms.command.info.instance-key=Instance +luckperms.command.info.static-contexts-key=Contextes statiques +luckperms.command.info.online-players-key=Joueurs connectУЉs +luckperms.command.info.online-players-unique={0} uniques +luckperms.command.info.uptime-key=Temps de fonctionnement +luckperms.command.info.local-data-key=DonnУЉes Locales +luckperms.command.info.local-data={0} utilisateurs, {1} groupes, {2} voies +luckperms.command.generic.create.success={0} a УЉtУЉ crУЉУЉ avec succУЈs +luckperms.command.generic.create.error=Une erreur est survenue lors de la crУЉation de {0} +luckperms.command.generic.create.error-already-exists={0} existe dУЉjУ  \! +luckperms.command.generic.delete.success={0} a УЉtУЉ supprimУЉ avec succУЈs +luckperms.command.generic.delete.error=Une erreur est survenue lors de la suppression de {0} +luckperms.command.generic.delete.error-doesnt-exist={0} n''existe pas \! +luckperms.command.generic.rename.success={0} a УЉtУЉ renommУЉ avec succУЈs en {1} +luckperms.command.generic.clone.success={0} a УЉtУЉ clonУЉ avec succУЈs vers {1} +luckperms.command.generic.info.parent.title=Groupes Parents +luckperms.command.generic.info.parent.temporary-title=Groupes Parents Temporaires +luckperms.command.generic.info.expires-in=expire dans +luckperms.command.generic.info.inherited-from=hУЉritУЉ de +luckperms.command.generic.info.inherited-from-self=soi +luckperms.command.generic.show-tracks.title=Voies de {0} +luckperms.command.generic.show-tracks.empty={0} n''est sur aucune voie +luckperms.command.generic.clear.node-removed={0} nХ“uds ont УЉtУЉ supprimУЉs +luckperms.command.generic.clear.node-removed-singular={0} nХ“ud a УЉtУЉ supprimУЉ +luckperms.command.generic.clear=Les nХ“uds de {0} ont УЉtУЉ effacУЉs dans le contexte {1} +luckperms.command.generic.permission.info.title=Permissions de {0} +luckperms.command.generic.permission.info.empty={0} nт€™a pas de permission dУЉfinie +luckperms.command.generic.permission.info.click-to-remove=Cliquez pour retirer ce nХ“ud de {0} +luckperms.command.generic.permission.check.info.title=Informations de permission pour {0} +luckperms.command.generic.permission.check.info.directly={0} a la permission {1} dУЉfinie У  {2} dans le contexte {3} +luckperms.command.generic.permission.check.info.inherited={0} hУЉrite de {1} dУЉfini У  {2} depuis {3} dans le contexte {4} +luckperms.command.generic.permission.check.info.not-directly={0} n''a pas de {1} dУЉfini +luckperms.command.generic.permission.check.info.not-inherited={0} n''hУЉrite pas de {1} +luckperms.command.generic.permission.check.result.title=VУЉrification des permissions pour {0} +luckperms.command.generic.permission.check.result.result-key=RУЉsultat +luckperms.command.generic.permission.check.result.processor-key=Processeur +luckperms.command.generic.permission.check.result.cause-key=Cause +luckperms.command.generic.permission.check.result.context-key=Contexte +luckperms.command.generic.permission.set={0} У  УЉtУЉ dУЉfini sur {1} pour {2} dans le contexte {3} +luckperms.command.generic.permission.already-has={0} a dУЉjУ  {1} de dУЉfini dans le contexte {2} +luckperms.command.generic.permission.set-temp={0} a УЉtУЉ dУЉfini У  {1} pour {2} pour une durУЉe de {3} dans le contexte {4} +luckperms.command.generic.permission.already-has-temp={0} a dУЉjУ  {1} de dУЉfini temporairement dans le contexte {2} +luckperms.command.generic.permission.unset=Retirer {0} pour {1} dans le contexte {2} +luckperms.command.generic.permission.doesnt-have={0} n''a pas {1} dУЉfini dans le contexte {2} +luckperms.command.generic.permission.unset-temp=Retirer la permission temporaire {0} pour {1} dans le contexte {2} +luckperms.command.generic.permission.subtract=DУЉfini {0} У  {1} pour {2} pour une durУЉe de {3} dans le contexte {4}, {5} de moins qu''avant +luckperms.command.generic.permission.doesnt-have-temp={0} n''a pas {1} dУЉfini temporairement dans le contexte {2} +luckperms.command.generic.permission.clear=Les permissions de {0} ont УЉtУЉ effacУЉes dans le contexte {1} +luckperms.command.generic.parent.info.title=Parents de {0} +luckperms.command.generic.parent.info.empty={0} n''a aucun parent dУЉfini +luckperms.command.generic.parent.info.click-to-remove=Cliquez pour retirer ce parent de {0} +luckperms.command.generic.parent.add={0} hУЉrite maintenant des permissions de {1} dans le contexte {2} +luckperms.command.generic.parent.add-temp={0} hУЉrite dУЉsormais des permissions de {1} pour une durУЉe de {2} dans le contexte {3} +luckperms.command.generic.parent.set=Les groupes parents de {0} ont УЉtУЉ effacУЉs et il hУЉrite maintenant seulement de {1} dans le contexte {2} +luckperms.command.generic.parent.set-track=Les groupes parents de {0} ont УЉtУЉ effacУЉs sur la voie {1} et il hУЉrite maintenant seulement de {2} dans le contexte {3} +luckperms.command.generic.parent.remove={0} n''hУЉrite plus des permissions de {1} dans le contexte {2} +luckperms.command.generic.parent.remove-temp={0} n''hУЉrite plus temporairement des permissions de {1} dans le contexte {2} +luckperms.command.generic.parent.subtract={0} hУЉritera des permissions de {1} pour une durУЉe de {2} dans le contexte {3}, {4} de moins qu''avant +luckperms.command.generic.parent.clear=Les parents de {0} ont УЉtУЉ effacУЉs dans le contexte {1} +luckperms.command.generic.parent.clear-track=Les parents de {0} sur la voie {1} ont УЉtУЉ effacУЉs dans le contexte {2} +luckperms.command.generic.parent.already-inherits={0} hУЉrite dУЉjУ  de {1} dans le contexte {2} +luckperms.command.generic.parent.doesnt-inherit={0} n''hУЉrite pas de {1} dans le contexte {2} +luckperms.command.generic.parent.already-temp-inherits={0} hУЉrite dУЉjУ  temporairement de {1} dans le contexte {2} +luckperms.command.generic.parent.doesnt-temp-inherit={0} n''hУЉrite pas temporairement de {1} dans le contexte {2} +luckperms.command.generic.chat-meta.info.title-prefix=PrУЉfixes de {0} +luckperms.command.generic.chat-meta.info.title-suffix=Suffixes de {0} +luckperms.command.generic.chat-meta.info.none-prefix={0} n''a pas de prУЉfixes +luckperms.command.generic.chat-meta.info.none-suffix={0} n''a pas de suffixes +luckperms.command.generic.chat-meta.info.click-to-remove=Cliquez pour retirer ce {0} de {1} +luckperms.command.generic.chat-meta.already-has={0} a dУЉjУ  {1} {2} dУЉfini У  une prioritУЉ de {3} dans le contexte {4} +luckperms.command.generic.chat-meta.already-has-temp={0} a dУЉjУ  {1} {2} dУЉfini temporairement У  une prioritУЉ de {3} dans le contexte {4} +luckperms.command.generic.chat-meta.doesnt-have={0} n''a pas {1} {2} dУЉfini У  une prioritУЉ de {3} dans le contexte {4} +luckperms.command.generic.chat-meta.doesnt-have-temp={0} n''a pas {1} {2} dУЉfini temporairement У  une prioritУЉ de {3} dans le contexte {4} +luckperms.command.generic.chat-meta.add={0} a eu {1} {2} dУЉfini У  une prioritУЉ de {3} dans le contexte {4} +luckperms.command.generic.chat-meta.add-temp={0} a eu {1} {2} dУЉfini У  une prioritУЉ de {3} pour une durУЉe de {4} dans le contexte {5} +luckperms.command.generic.chat-meta.remove={0} a eu {1} {2} У  la prioritУЉ {3} retirУЉ dans le contexte {4} +luckperms.command.generic.chat-meta.remove-bulk={0} a eu tous les {1} У  la prioritУЉ {2} retirУЉs dans le contexte {3} +luckperms.command.generic.chat-meta.remove-temp={0} a eu temporairement {1} {2} У  la prioritУЉ {3} retirУЉ dans le contexte {4} +luckperms.command.generic.chat-meta.remove-temp-bulk={0} a eu tous les {1} temporaires У  la prioritУЉ {2} retirУЉs dans le contexte {3} +luckperms.command.generic.meta.info.title=MУЉtadonnУЉes de {0} +luckperms.command.generic.meta.info.none={0} n''a pas de mУЉtadonnУЉes +luckperms.command.generic.meta.info.click-to-remove=Cliquez pour retirer cette mУЉtadonnУЉe de {0} +luckperms.command.generic.meta.already-has={0} a dУЉjУ  la mУЉtadonnУЉe {1} dУЉfinie У  {2} dans le contexte {3} +luckperms.command.generic.meta.already-has-temp={0} a dУЉjУ  la mУЉtadonnУЉe {1} dУЉfinie temporaiement У  {2} dans le contexte {3} +luckperms.command.generic.meta.doesnt-have={0} n''a pas de mУЉtadonnУЉe {1} dУЉfinie dans le contexte {2} +luckperms.command.generic.meta.doesnt-have-temp={0} n''a pas de mУЉtadonnУЉe {1} dУЉfinie temporairement dans le contexte {2} +luckperms.command.generic.meta.set=La mУЉtadonnУЉe {0} a УЉtУЉ dУЉfini У  {1} pour {2} dans le contexte {3} +luckperms.command.generic.meta.set-temp=La mУЉtadonnУЉe {0} a УЉtУЉ dУЉfini У  {1} pour {2} pour une durУЉe de {3} dans le contexte {4} +luckperms.command.generic.meta.unset=Retirer la mУЉtadonnУЉe {0} pour {1} dans le contexte {2} +luckperms.command.generic.meta.unset-temp=Retirer la mУЉtadonnУЉe temporaire {0} pour {1} dans le contexte {2} +luckperms.command.generic.meta.clear=Le type de mУЉtadonnУЉe correspondant У  {0} {1} a УЉtУЉ effacУЉ dans le contexte {2} +luckperms.command.generic.contextual-data.title=DonnУЉes contextuelles +luckperms.command.generic.contextual-data.mode.key=mode +luckperms.command.generic.contextual-data.mode.server=serveur +luckperms.command.generic.contextual-data.mode.active-player=joueur actif +luckperms.command.generic.contextual-data.contexts-key=Contextes +luckperms.command.generic.contextual-data.prefix-key=PrУЉfixe +luckperms.command.generic.contextual-data.suffix-key=Suffixe +luckperms.command.generic.contextual-data.primary-group-key=Groupe principal +luckperms.command.generic.contextual-data.meta-key=MУЉta +luckperms.command.generic.contextual-data.null-result=Aucun +luckperms.command.user.info.title=Informations de l''utilisateur +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=type +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=hors-ligne +luckperms.command.user.info.status-key=Statut +luckperms.command.user.info.status.online=En ligne +luckperms.command.user.info.status.offline=Hors-ligne +luckperms.command.user.removegroup.error-primary=Vous ne pouvez pas retirer un utilisateur de son groupe principal +luckperms.command.user.primarygroup.not-member={0} n''УЉtait pas dУЉjУ  membre de {1}, ajout en cours +luckperms.command.user.primarygroup.already-has={0} a dУЉjУ  {1} comme groupe principal +luckperms.command.user.primarygroup.warn-option=Attention \: La mУЉthode de calcul de groupe principale utilisУЉe par ce serveur ({0}) peut ne pas reflУЉter ce changement +luckperms.command.user.primarygroup.set=Le groupe principal de {0} a УЉtУЉ dУЉfini У  {1} +luckperms.command.user.track.error-not-contain-group={0} n''est pas dУЉjУ  dans un groupe de {1} +luckperms.command.user.track.unsure-which-track=Veuillez spУЉcifier la voie У  utiliser comme argument +luckperms.command.user.track.missing-group-advice=CrУЉez le groupe, ou supprimez-le de la voie et rУЉessayez +luckperms.command.user.promote.added-to-first={0} n''est dans aucun groupe sur {1}, ils ont donc УЉtУЉ ajoutУЉs au premier groupe, {2} dans le contexte {3} +luckperms.command.user.promote.not-on-track={0} n''est dans aucun groupe sur {1}, donc n''a pas УЉtУЉ promu +luckperms.command.user.promote.success=Promotion de {0} le long de la voie {1} de {2} У  {3} dans le contexte {4} +luckperms.command.user.promote.end-of-track=La fin de la voie {0} a УЉtУЉ atteinte, impossible de promouvoir {1} +luckperms.command.user.promote.next-group-deleted=Le groupe suivant sur la voie, {0}, n''existe plus +luckperms.command.user.promote.unable-to-promote=Impossible de promouvoir l''utilisateur +luckperms.command.user.demote.success=RУЉtrogradation de {0} le long de la piste {1} de {2} У  {3} dans le contexte {4} +luckperms.command.user.demote.end-of-track=La fin de la voie {0} a УЉtУЉ atteinte, donc {1} a УЉtУЉ retirУЉ de {2} +luckperms.command.user.demote.end-of-track-not-removed=La fin de la voie {0} a УЉtУЉ atteinte, mais {1} n''a pas УЉtУЉ retirУЉ du premier groupe +luckperms.command.user.demote.previous-group-deleted=Le groupe prУЉcУЉdent sur la voie, {0}, n''existe plus +luckperms.command.user.demote.unable-to-demote=Impossible de rУЉtrograder l''utilisateur +luckperms.command.group.list.title=Groupes +luckperms.command.group.delete.not-default=Vous ne pouvez pas supprimer le groupe par dУЉfaut +luckperms.command.group.info.title=Informations du groupe +luckperms.command.group.info.display-name-key=Nom d''Affichage +luckperms.command.group.info.weight-key=Poids +luckperms.command.group.setweight.set=Poids dУЉfini У  {0} pour le groupe {1} +luckperms.command.group.setdisplayname.doesnt-have={0} n''a pas de nom d''affichage dУЉfini +luckperms.command.group.setdisplayname.already-has={0} a dУЉjУ  un nom d''affichage de {1} +luckperms.command.group.setdisplayname.already-in-use=Le nom d''affichage {0} est dУЉjУ  utilisУЉ par {1} +luckperms.command.group.setdisplayname.set=DУЉfinir le nom d''affichage sur {0} pour le groupe {1} dans le contexte {2} +luckperms.command.group.setdisplayname.removed=Retirer le nom d''affichage du groupe {0} dans le contexte {1} +luckperms.command.track.list.title=Voies +luckperms.command.track.path.empty=Aucune +luckperms.command.track.info.showing-track=Affichage de la voie +luckperms.command.track.info.path-property=Chemin +luckperms.command.track.clear=Les groupes de la voie {0} ont УЉtУЉ effacУЉs +luckperms.command.track.append.success=Le groupe {0} a УЉtУЉ ajoutУЉ У  la voie {1} +luckperms.command.track.insert.success=Le groupe {0} a УЉtУЉ insУЉrУЉ dans la voie {1} У  la position {2} +luckperms.command.track.insert.error-number=Nombre attendu, mais reУЇu\: {0} +luckperms.command.track.insert.error-invalid-pos=Impossible d''insУЉrer У  la position {0} +luckperms.command.track.insert.error-invalid-pos-reason=position invalide +luckperms.command.track.remove.success=Le groupe {0} a УЉtУЉ retirУЉ de la voie {1} +luckperms.command.track.error-empty=La voie {0} ne peut pas УЊtre utilisУЉe car elle est vide ou ne contient qu''un seul groupe +luckperms.command.track.error-multiple-groups={0} est membre de plusieurs groupes sur cette voie +luckperms.command.track.error-ambiguous=Impossible de dУЉterminer sa position +luckperms.command.track.already-contains={0} contient dУЉjУ  {1} +luckperms.command.track.doesnt-contain={0} ne contient pas {1} +luckperms.command.log.load-error=Les logs n''ont pas pu УЊtre chargУЉs +luckperms.command.log.invalid-page=NumУЉro de page invalide +luckperms.command.log.invalid-page-range=Veuillez saisir une valeur comprise entre {0} et {1} +luckperms.command.log.empty=Aucune entrУЉe У  afficher +luckperms.command.log.notify.error-console=Impossible d''activer/dУЉsactiver les notifications pour la console +luckperms.command.log.notify.enabled-term=ActivУЉ +luckperms.command.log.notify.disabled-term=DesactivУЉ +luckperms.command.log.notify.changed-state={0} rУЉsultat de connexion +luckperms.command.log.notify.already-on=Vous recevez dУЉjУ  les notifications +luckperms.command.log.notify.already-off=Vous ne recevez pas les notifications actuellement +luckperms.command.log.notify.invalid-state=У‰tat inconnu. {0} ou {1} attendu +luckperms.command.log.show.search=Affichage des actions rУЉcentes pour la requУЊte {0} +luckperms.command.log.show.recent=Affichage des actions rУЉcentes +luckperms.command.log.show.by=Affichage des actions rУЉcentes par {0} +luckperms.command.log.show.history=Affichage des actions rУЉcentes pour {0} {1} +luckperms.command.export.error-term=Erreur +luckperms.command.export.already-running=Un autre processus d''exportation est dУЉjУ  en cours +luckperms.command.export.file.already-exists=Le fichier {0} existe dУЉjУ  +luckperms.command.export.file.not-writable=Le fichier {0} ne peut pas УЊtre УЉcrit +luckperms.command.export.file.success=Exportation vers {0} rУЉussie +luckperms.command.export.file-unexpected-error-writing=Une erreur inattendue s''est produite lors de l''УЉcriture dans le fichier +luckperms.command.export.web.export-code=Code d''export +luckperms.command.export.web.import-command-description=Utilisez la commande suivante pour importer +luckperms.command.import.term=Importation +luckperms.command.import.error-term=Erreur +luckperms.command.import.already-running=Un autre processus d''importation est dУЉjУ  en cours +luckperms.command.import.file.doesnt-exist=Le fichier {0} n''existe pas +luckperms.command.import.file.not-readable=Le fichier {0} n''est pas lisible +luckperms.command.import.file.unexpected-error-reading=Une erreur inattendue s''est produite lors de la lecture du fichier d''importation +luckperms.command.import.file.correct-format=est-ce le bon format ? +luckperms.command.import.web.unable-to-read=Impossible de lire les donnУЉes en utilisant le code donnУЉ +luckperms.command.import.progress.percent={0}% effectuУЉ +luckperms.command.import.progress.operations={0}/{1} opУЉrations terminУЉes +luckperms.command.import.starting=DУЉmarrage du processus d''importation +luckperms.command.import.completed=TERMINУ‰ +luckperms.command.import.duration=a pris {0} secondes +luckperms.command.bulkupdate.must-use-console=La commande de mise У  jour en masse ne peut УЊtre utilisУЉe que depuis la console +luckperms.command.bulkupdate.invalid-data-type=Type invalide, {0} attendu +luckperms.command.bulkupdate.invalid-constraint=Contrainte invalide {0} +luckperms.command.bulkupdate.invalid-constraint-format=Les contraintes doivent УЊtre au format {0} +luckperms.command.bulkupdate.invalid-comparison=OpУЉrateur de comparaison invalide {0} +luckperms.command.bulkupdate.invalid-comparison-format=Un des suivants УЉtait attendu \: {0} +luckperms.command.bulkupdate.queued=L''opУЉration de mise У  jour a УЉtУЉ mise en attente +luckperms.command.bulkupdate.confirm=Faites {0} pour exУЉcuter la mise У  jour +luckperms.command.bulkupdate.unknown-id=L''opУЉration avec l''id {0} n''existe pas ou a expirУЉ +luckperms.command.bulkupdate.starting=ExУЉcution d''une mise У  jour de masse +luckperms.command.bulkupdate.success=Mise У  jour de masse complУЉtУЉe avec succУЈs +luckperms.command.bulkupdate.success.statistics.nodes=Nombre total de nХ“uds affectУЉs +luckperms.command.bulkupdate.success.statistics.users=Nombre total d''utilisateurs affectУЉs +luckperms.command.bulkupdate.success.statistics.groups=Nombre total de groupes affectУЉs +luckperms.command.bulkupdate.failure=Echec de la mise У  jour de masse, vУЉrifiez la console pour les erreurs +luckperms.command.update-task.request=Une tУЂche de mise У  jour a УЉtУЉ demandУЉe, veuillez patienter +luckperms.command.update-task.complete=TУЂche de mise У  jour terminУЉe +luckperms.command.update-task.push.attempting=Tentative d''envoi vers les autres serveurs +luckperms.command.update-task.push.complete=Les autres serveurs ont УЉtУЉ notifiУЉs via {0} avec succУЈs +luckperms.command.update-task.push.error=Erreur lors de l''envoi des modifications vers les autres serveurs +luckperms.command.update-task.push.error-not-setup=Impossible d''envoyer les modifications vers mes autres serveurs, car un service de messagerie n''a pas УЉtУЉ configurУЉ +luckperms.command.reload-config.success=Le fichier de configuration a УЉtУЉ rechargУЉ +luckperms.command.reload-config.restart-note=certaines options ne seront appliquУЉes qu''aprУЈs le redУЉmarrage du serveur +luckperms.command.translations.searching=Recherche de traductions disponibles, veuillez patienter... +luckperms.command.translations.searching-error=Impossible d''obtenir la liste des traductions disponibles +luckperms.command.translations.installed-translations=Traductions installУЉes +luckperms.command.translations.available-translations=Traductions disponibles +luckperms.command.translations.percent-translated={0}% traduits +luckperms.command.translations.translations-by=par +luckperms.command.translations.installing=Installation des traductions, veuillez patienter... +luckperms.command.translations.download-error=Impossible de tУЉlУЉcharger la traduction {0} +luckperms.command.translations.installing-specific=Installation de la langue {0}... +luckperms.command.translations.install-complete=Installation terminУЉe +luckperms.command.translations.download-prompt=Utilisez {0} pour tУЉlУЉcharger et installer les versions У  jour de ces traductions fournies par la communautУЉ +luckperms.command.translations.download-override-warning=Veuillez noter que cela remplacera toutes les modifications que vous avez apportУЉes У  ces langues +luckperms.usage.user.description=Un ensemble de commandes pour gУЉrer les utilisateurs dans LuckPerms. (un ''utilisateur'' dans LuckPerms est juste un joueur, et peut se rУЉfУЉrer У  un UUID ou У  pseudo) +luckperms.usage.group.description=Un ensemble de commandes pour gУЉrer les groupes dans LuckPerms. Les groupes ne sont que des ensembles de permissions qui peuvent УЊtre attribuУЉes aux utilisateurs. Les nouveaux groupes sont faits en utilisant la commande ''creategroup''. +luckperms.usage.track.description=Un ensemble de commandes pour gУЉrer les voies dans LuckPerms. Les voies sont un ensemble ordonnУЉ de groupes qui peuvent УЊtre utilisУЉs pour dУЉfinir des promotions et des dУЉmotions. +luckperms.usage.log.description=Un ensemble de commandes pour gУЉrer les fonctionnalitУЉs de journalisation dans LuckPerms. +luckperms.usage.sync.description=Recharge toutes les donnУЉs depuis le stockage du plugin dans la mУЉmoire, et applique les changements dУЉtectУЉs. +luckperms.usage.info.description=Affiche des informations gУЉnУЉrales sur l''instance de plugin active. +luckperms.usage.editor.description=CrУЉe une nouvelle session d''УЉditeur web +luckperms.usage.editor.argument.type=les types У  charger dans l''УЉditeur. (''all'', ''users'' ou ''groups'') +luckperms.usage.editor.argument.filter=permissions par lesquelles filtrer les entrУЉes utilisateur +luckperms.usage.verbose.description=ContrУДle le systУЈme de contrУДle dУЉtaillУЉ des permissions des plugins. +luckperms.usage.verbose.argument.action=choisir d''activer/dУЉsactiver la connexion, ou d''envoyer le rУЉsultat de connexion +luckperms.usage.verbose.argument.filter=le filtre У  appliquer aux entrУЉes +luckperms.usage.verbose.argument.commandas=le joueur/la commande У  exУЉcuter +luckperms.usage.tree.description=GУЉnУЈre une vue arborescente de toutes les permissions connues de LuckPerms. +luckperms.usage.tree.argument.scope=la racine de l''arborescence. spУЉcifier "." pour inclure toutes les permissions +luckperms.usage.tree.argument.player=le nom d''un joueur en ligne У  vУЉrifier +luckperms.usage.search.description=Recherche tous les utilisateurs/groupes avec une permission spУЉcifique +luckperms.usage.search.argument.permission=la permission У  rechercher +luckperms.usage.search.argument.page=la page У  afficher +luckperms.usage.network-sync.description=Synchroniser les modifications dans le stockage et demander У  tous les autres serveurs du rУЉseau de faire la mУЊme chose +luckperms.usage.import.description=Importe des donnУЉes depuis un fichier d''exportation (prУЉcУЉdemment crУЉУЉ) +luckperms.usage.import.argument.file=le fichier depuis lequel importer +luckperms.usage.import.argument.replace=remplacer les donnУЉes existantes au lieu de les fusionner +luckperms.usage.import.argument.upload=importer les donnУЉes У  partir d''une prУЉcУЉdente exportation +luckperms.usage.export.description=Exporte toutes les donnУЉes de permissions vers un fichier ''export''. Il peut УЊtre rУЉimportУЉ ultУЉrieurement. +luckperms.usage.export.argument.file=le fichier vers lequel exporter +luckperms.usage.export.argument.without-users=exclure les utilisateurs de l''exportation +luckperms.usage.export.argument.without-groups=exclure les groupes lors de l''exportation +luckperms.usage.export.argument.upload=Importer toutes les permissions sur l''УЉditeur web. Peut УЊtre importУЉ plus tard. +luckperms.usage.reload-config.description=Recharger certaines des options de configuration +luckperms.usage.bulk-update.description=ExУЉcute les requУЊtes de modification de masse sur toutes les donnУЉes +luckperms.usage.bulk-update.argument.data-type=le type de donnУЉes У  modifier. (''all'', ''users'' ou ''groups'') +luckperms.usage.bulk-update.argument.action=l''action У  effectuer sur les donnУЉes. (''update'' ou ''delete'') +luckperms.usage.bulk-update.argument.action-field=le champ sur lequel agir. uniquement requis pour ''update''. (''permission'', ''server'' ou ''world'') +luckperms.usage.bulk-update.argument.action-value=la valeur У  remplacer. uniquement nУЉcessaire pour ''update''. +luckperms.usage.bulk-update.argument.constraint=les contraintes requises pour la mise У  jour +luckperms.usage.translations.description=GУЉrer les traductions +luckperms.usage.translations.argument.install=sous-commande pour installer les traductions +luckperms.usage.apply-edits.description=Applique les modifications des permissions effectuУЉes У  partir de l''УЉditeur web +luckperms.usage.apply-edits.argument.code=le code unique des donnУЉes +luckperms.usage.apply-edits.argument.target=У  qui appliquer les donnУЉes +luckperms.usage.create-group.description=CrУЉer un nouveau groupe +luckperms.usage.create-group.argument.name=le nom du groupe +luckperms.usage.create-group.argument.weight=le poids du groupe +luckperms.usage.create-group.argument.display-name=Le noms У  afficher pour ce groupe +luckperms.usage.delete-group.description=Supprimer un groupe +luckperms.usage.delete-group.argument.name=le nom du groupe +luckperms.usage.list-groups.description=Lister tous les groupes sur la plateforme +luckperms.usage.create-track.description=CrУЉer une nouvelle voie +luckperms.usage.create-track.argument.name=le nom de la voie +luckperms.usage.delete-track.description=Supprimer une voie +luckperms.usage.delete-track.argument.name=le nom de la voie +luckperms.usage.list-tracks.description=Lister toutes les voies sur la plateforme +luckperms.usage.user-info.description=Affiche les informations de l''utilisateur +luckperms.usage.user-switchprimarygroup.description=Change le groupe principal de l''utilisateur +luckperms.usage.user-switchprimarygroup.argument.group=le groupe У  utiliser +luckperms.usage.user-promote.description=Promeut l''utilisateur sur la voie +luckperms.usage.user-promote.argument.track=la voie pour laquelle promouvoir l''utilisateur +luckperms.usage.user-promote.argument.context=les contextes dans lesquels promouvoir l''utilisateur +luckperms.usage.user-promote.argument.dont-add-to-first=ne promouvoir l''utilisateur que s''il est dУЉjУ  sur la voie +luckperms.usage.user-demote.description=RУЉtrograde l''utilisateur vers le bas une trace +luckperms.usage.user-demote.argument.track=la voie dans laquelle rУЉtrograder l''utilisateur +luckperms.usage.user-demote.argument.context=les contextes dans lesquels rУЉtrograder l''utilisateur +luckperms.usage.user-demote.argument.dont-remove-from-first=empУЊcher l''utilisateur d''УЊtre retirУЉ du premier groupe +luckperms.usage.user-clone.description=Cloner l''utilisateur +luckperms.usage.user-clone.argument.user=le pseudo/uuid de l''utilisateur vers lequel cloner +luckperms.usage.group-info.description=Donne des informations sur le groupe +luckperms.usage.group-listmembers.description=Afficher les utilisateurs/groupes qui hУЉritent de ce groupe +luckperms.usage.group-listmembers.argument.page=la page У  afficher +luckperms.usage.group-setweight.description=DУЉfinir le poids des groupes +luckperms.usage.group-setweight.argument.weight=le poids У  dУЉfinir +luckperms.usage.group-set-display-name.description=DУЉfinir les noms d''affichage des groupes +luckperms.usage.group-set-display-name.argument.name=le nom У  dУЉfinir +luckperms.usage.group-set-display-name.argument.context=les contextes dans lesquels dУЉfinir le nom +luckperms.usage.group-rename.description=Renommer le groupe +luckperms.usage.group-rename.argument.name=le nouveau nom +luckperms.usage.group-clone.description=Dupliquer le groupe +luckperms.usage.group-clone.argument.name=le nom du groupe vers lequel dupliquer +luckperms.usage.holder-editor.description=Ouvre l''УЉditeur de permissions web +luckperms.usage.holder-showtracks.description=Liste les pistes sur lesquelles l''objet est +luckperms.usage.holder-clear.description=Supprime toutes les permissions, les parents et les mУЉtadonnУЉes +luckperms.usage.holder-clear.argument.context=les contextes par lesquels filtrer +luckperms.usage.permission.description=Modifier les permissions +luckperms.usage.parent.description=Modifier les hУЉritages +luckperms.usage.meta.description=Modifier les valeurs des mУЉtadonnУЉes +luckperms.usage.permission-info.description=Liste les nХ“uds de permission de l''objet +luckperms.usage.permission-info.argument.page=la page У  afficher +luckperms.usage.permission-info.argument.sort-mode=comment trier les entrУЉes +luckperms.usage.permission-set.description=DУЉfinit une permission pour l''objet +luckperms.usage.permission-set.argument.node=le noeud de permission У  dУЉfinir +luckperms.usage.permission-set.argument.value=la valeur du noeud +luckperms.usage.permission-set.argument.context=les contextes dans lesquels ajouter la permission +luckperms.usage.permission-unset.description=Retire une permission pour l''objet +luckperms.usage.permission-unset.argument.node=le noeud de permission У  retirer +luckperms.usage.permission-unset.argument.context=les contextes dans lesquels retirer la permission +luckperms.usage.permission-settemp.description=DУЉfinit temporairement une permission pour l''objet +luckperms.usage.permission-settemp.argument.node=le noeud de permission У  dУЉfinir +luckperms.usage.permission-settemp.argument.value=la valeur du noeud +luckperms.usage.permission-settemp.argument.duration=la durУЉe jusqu''У  l''expiration du noeud de permission +luckperms.usage.permission-settemp.argument.temporary-modifier=comment la permission temporaire devrait УЊtre appliquУЉe +luckperms.usage.permission-settemp.argument.context=les contextes dans lesquels ajouter la permission +luckperms.usage.permission-unsettemp.description=Retire une permission temporaire pour l''objet +luckperms.usage.permission-unsettemp.argument.node=le noeud de permission У  retirer +luckperms.usage.permission-unsettemp.argument.duration=la durУЉe У  soustraire +luckperms.usage.permission-unsettemp.argument.context=les contextes dans lesquels retirer la permission +luckperms.usage.permission-check.description=VУЉrifie si l''objet a un certain nХ“ud de permission +luckperms.usage.permission-check.argument.node=le nХ“ud de permission У  vУЉrifier +luckperms.usage.permission-clear.description=Efface toutes les permissions +luckperms.usage.permission-clear.argument.context=les contextes par lesquels filtrer +luckperms.usage.parent-info.description=Liste les groupes dont l''objet hУЉrite +luckperms.usage.parent-info.argument.page=la page У  afficher +luckperms.usage.parent-info.argument.sort-mode=comment trier les entrУЉes +luckperms.usage.parent-set.description=Retire tous les autres groupes dont l''objet hУЉrite dУЉjУ  et les ajoute У  celui donnУЉ +luckperms.usage.parent-set.argument.group=le groupe У  dУЉfinir +luckperms.usage.parent-set.argument.context=les contextes dans lesquels dУЉfinir le groupe +luckperms.usage.parent-add.description=DУЉfinit un autre groupe pour que l''objet hУЉrite de ses permissions +luckperms.usage.parent-add.argument.group=le groupe duquel hУЉriter +luckperms.usage.parent-add.argument.context=les contextes dans lesquels le groupe va hУЉriter +luckperms.usage.parent-remove.description=Supprime une rУЈgle d''hУЉritage prУЉcУЉdemment dУЉfinie +luckperms.usage.parent-remove.argument.group=le groupe У  retirer +luckperms.usage.parent-remove.argument.context=les contextes dans lesquels retirer le groupe +luckperms.usage.parent-set-track.description=Retire tous les autres groupes dont l''objet hУЉrite dУЉjУ  sur la voie donnУЉe et les ajoute У  celui donnУЉ +luckperms.usage.parent-set-track.argument.track=la voie У  dУЉfinir +luckperms.usage.parent-set-track.argument.group=le groupe У  dУЉfinir, ou un nombre relatif У  la position du groupe sur la voie donnУЉe +luckperms.usage.parent-set-track.argument.context=les contextes dans lesquels dУЉfinir le groupe +luckperms.usage.parent-add-temp.description=DУЉfinit un autre groupe pour que l''objet hУЉrite temporairement de ses permissions +luckperms.usage.parent-add-temp.argument.group=le groupe duquel hУЉriter +luckperms.usage.parent-add-temp.argument.duration=la durУЉe de l''appartenance au groupe +luckperms.usage.parent-add-temp.argument.temporary-modifier=comment la permission temporaire devrait УЊtre appliquУЉe +luckperms.usage.parent-add-temp.argument.context=les contextes dans lesquels le groupe va hУЉriter +luckperms.usage.parent-remove-temp.description=Supprime une rУЈgle d''hУЉritage temporaire prУЉcУЉdemment dУЉfinie +luckperms.usage.parent-remove-temp.argument.group=le groupe У  retirer +luckperms.usage.parent-remove-temp.argument.duration=la durУЉe У  soustraire +luckperms.usage.parent-remove-temp.argument.context=les contextes dans lesquels retirer le groupe +luckperms.usage.parent-clear.description=Efface tous les parents +luckperms.usage.parent-clear.argument.context=les contextes par lesquels filtrer +luckperms.usage.parent-clear-track.description=Efface tous les parents sur une voie donnУЉe +luckperms.usage.parent-clear-track.argument.track=la voie У  retirer +luckperms.usage.parent-clear-track.argument.context=les contextes par lesquels filtrer +luckperms.usage.meta-info.description=Afficher toutes les mУЉta du chat +luckperms.usage.meta-set.description=DУЉfinit une valeur mУЉta +luckperms.usage.meta-set.argument.key=la clУЉ У  dУЉfinir +luckperms.usage.meta-set.argument.value=la valeur У  dУЉfinir +luckperms.usage.meta-set.argument.context=les contextes dans lesquels ajouter la paire de mУЉtadonnУЉes +luckperms.usage.meta-unset.description=Retire une valeur mУЉta +luckperms.usage.meta-unset.argument.key=la clУЉ У  retirer +luckperms.usage.meta-unset.argument.context=les contextes dans lesquels retirer la paire de mУЉtadonnУЉes +luckperms.usage.meta-settemp.description=DУЉfinit temporairement une valeur mУЉta +luckperms.usage.meta-settemp.argument.key=la clУЉ У  dУЉfinir +luckperms.usage.meta-settemp.argument.value=la valeur У  dУЉfinir +luckperms.usage.meta-settemp.argument.duration=la durУЉe avant que la valeur de la mУЉtadonnУЉe expire +luckperms.usage.meta-settemp.argument.context=les contextes dans lesquels ajouter la paire de mУЉtadonnУЉes +luckperms.usage.meta-unsettemp.description=Retire une valeur de mУЉtadonnУЉe temporaire +luckperms.usage.meta-unsettemp.argument.key=la clУЉ У  retirer +luckperms.usage.meta-unsettemp.argument.context=les contextes dans lesquels retirer la paire de mУЉtadonnУЉes +luckperms.usage.meta-addprefix.description=Ajoute un prУЉfixe +luckperms.usage.meta-addprefix.argument.priority=la prioritУЉ У  laquelle ajouter le prУЉfixe +luckperms.usage.meta-addprefix.argument.prefix=la valeur du prУЉfixe +luckperms.usage.meta-addprefix.argument.context=les contextes dans lesquels ajouter le prУЉfixe +luckperms.usage.meta-addsuffix.description=Ajoute un suffixe +luckperms.usage.meta-addsuffix.argument.priority=la prioritУЉ У  laquelle ajouter le suffixe +luckperms.usage.meta-addsuffix.argument.suffix=la valeur du suffixe +luckperms.usage.meta-addsuffix.argument.context=les contextes dans lesquels ajouter le suffixe +luckperms.usage.meta-setprefix.description=DУЉfinit un prУЉfixe +luckperms.usage.meta-setprefix.argument.priority=les contextes pour lesquels ajouter le prУЉfixe +luckperms.usage.meta-setprefix.argument.prefix=la valeur du prУЉfixe +luckperms.usage.meta-setprefix.argument.context=les contextes dans lesquels dУЉfinir le prУЉfixe +luckperms.usage.meta-setsuffix.description=DУЉfinit un suffixe +luckperms.usage.meta-setsuffix.argument.priority=la prioritУЉ У  laquelle dУЉfinir le suffixe +luckperms.usage.meta-setsuffix.argument.suffix=la valeur du suffixe +luckperms.usage.meta-setsuffix.argument.context=les contextes dans lesquels dУЉfinir le suffixe +luckperms.usage.meta-removeprefix.description=Retire un prУЉfixe +luckperms.usage.meta-removeprefix.argument.priority=la prioritУЉ У  laquelle retirer le prУЉfixe +luckperms.usage.meta-removeprefix.argument.prefix=la valeur du prУЉfixe +luckperms.usage.meta-removeprefix.argument.context=les contextes dans lesquels retirer le prУЉfixe +luckperms.usage.meta-removesuffix.description=Retire un suffixe +luckperms.usage.meta-removesuffix.argument.priority=la prioritУЉ У  laquelle retirer le suffixe +luckperms.usage.meta-removesuffix.argument.suffix=la valeur du suffixe +luckperms.usage.meta-removesuffix.argument.context=les contextes dans lesquels retirer le suffixe +luckperms.usage.meta-addtemp-prefix.description=Ajoute un prУЉfixe temporairement +luckperms.usage.meta-addtemp-prefix.argument.priority=la prioritУЉ У  laquelle ajouter le prУЉfixe +luckperms.usage.meta-addtemp-prefix.argument.prefix=la valeur du prУЉfixe +luckperms.usage.meta-addtemp-prefix.argument.duration=la durУЉe avant que le prУЉfixe expire +luckperms.usage.meta-addtemp-prefix.argument.context=les contextes dans lesquels ajouter le prУЉfixe +luckperms.usage.meta-addtemp-suffix.description=Ajoute un suffixe temporairement +luckperms.usage.meta-addtemp-suffix.argument.priority=la prioritУЉ У  laquelle ajouter le suffixe +luckperms.usage.meta-addtemp-suffix.argument.suffix=la valeur du suffixe +luckperms.usage.meta-addtemp-suffix.argument.duration=la durУЉe avant que le suffixe expire +luckperms.usage.meta-addtemp-suffix.argument.context=les contextes dans lesquels ajouter le suffixe +luckperms.usage.meta-settemp-prefix.description=DУЉfinit un prУЉfixe temporairement +luckperms.usage.meta-settemp-prefix.argument.priority=la prioritУЉ У  laquelle dУЉfinir le prУЉfixe +luckperms.usage.meta-settemp-prefix.argument.prefix=la valeur du prУЉfixe +luckperms.usage.meta-settemp-prefix.argument.duration=la durУЉe avant que le prУЉfixe expire +luckperms.usage.meta-settemp-prefix.argument.context=les contextes dans lesquels dУЉfinir le prУЉfixe +luckperms.usage.meta-settemp-suffix.description=DУЉfinit un suffixe temporairement +luckperms.usage.meta-settemp-suffix.argument.priority=la prioritУЉ У  laquelle dУЉfinir le suffixe +luckperms.usage.meta-settemp-suffix.argument.suffix=la valeur du suffixe +luckperms.usage.meta-settemp-suffix.argument.duration=la durУЉe avant que le suffixe expire +luckperms.usage.meta-settemp-suffix.argument.context=les contextes dans lesquels dУЉfinir le suffixe +luckperms.usage.meta-removetemp-prefix.description=Retire un prУЉfixe temporaire +luckperms.usage.meta-removetemp-prefix.argument.priority=la prioritУЉ У  laquelle retirer le prУЉfixe +luckperms.usage.meta-removetemp-prefix.argument.prefix=la valeur du prУЉfixe +luckperms.usage.meta-removetemp-prefix.argument.context=les contextes dans lesquels retirer le prУЉfixe +luckperms.usage.meta-removetemp-suffix.description=Retire un prУЉfixe temporaire +luckperms.usage.meta-removetemp-suffix.argument.priority=la prioritУЉ У  laquelle retirer le suffixe +luckperms.usage.meta-removetemp-suffix.argument.suffix=la valeur du suffixe +luckperms.usage.meta-removetemp-suffix.argument.context=les contextes dans lesquels retirer le suffixe +luckperms.usage.meta-clear.description=Efface toutes les mУЉtadonnУЉes +luckperms.usage.meta-clear.argument.type=le type de mУЉtadonnУЉe У  retirer +luckperms.usage.meta-clear.argument.context=les contextes par lesquels filtrer +luckperms.usage.track-info.description=Donne des informations sur la voie +luckperms.usage.track-editor.description=Ouvre l''УЉditeur de permissions web +luckperms.usage.track-append.description=Ajoute un groupe У  la fin de la voie +luckperms.usage.track-append.argument.group=le groupe У  ajouter +luckperms.usage.track-insert.description=InsУЈre un groupe У  une position donnУЉe dans la voie +luckperms.usage.track-insert.argument.group=le groupe У  insУЉrer +luckperms.usage.track-insert.argument.position=la position У  laquelle insУЉrer le groupe (la premiУЈre position de la voie est 1) +luckperms.usage.track-remove.description=Retire un groupe de la voie +luckperms.usage.track-remove.argument.group=le groupe У  retirer +luckperms.usage.track-clear.description=Efface les groupes de la voie +luckperms.usage.track-rename.description=Renommer la voie +luckperms.usage.track-rename.argument.name=le nouveau nom +luckperms.usage.track-clone.description=Dupliquer la voie +luckperms.usage.track-clone.argument.name=le nom de la voie vers laquelle dupliquer +luckperms.usage.log-recent.description=Voir les actions rУЉcentes +luckperms.usage.log-recent.argument.user=le pseudo/uuid de l''utilisateur par lequel filtrer +luckperms.usage.log-recent.argument.page=le numУЉro de page У  afficher +luckperms.usage.log-search.description=Rechercher une entrУЉe dans les logs +luckperms.usage.log-search.argument.query=la requУЊte par laquelle rechercher +luckperms.usage.log-search.argument.page=le numУЉro de page У  afficher +luckperms.usage.log-notify.description=Activer/dУЉsactiver les notifications de log +luckperms.usage.log-notify.argument.toggle=activer ou dУЉsactiver +luckperms.usage.log-user-history.description=Voir l''historique d''un utilisateur +luckperms.usage.log-user-history.argument.user=le pseudo/uuid de l''utilisateur +luckperms.usage.log-user-history.argument.page=le numУЉro de page У  afficher +luckperms.usage.log-group-history.description=Voir l''historique d''un groupe +luckperms.usage.log-group-history.argument.group=le nom du groupe +luckperms.usage.log-group-history.argument.page=le numУЉro de page У  afficher +luckperms.usage.log-track-history.description=Voir l''historique d''une voie +luckperms.usage.log-track-history.argument.track=le nom de la voie +luckperms.usage.log-track-history.argument.page=le numУЉro de page У  afficher +luckperms.usage.sponge.description=Modifier les donnУЉes supplУЉmentaires de Sponge +luckperms.usage.sponge.argument.collection=la collection У  consulter +luckperms.usage.sponge.argument.subject=le sujet У  modifier +luckperms.usage.sponge-permission-info.description=Affiche les informations sur les permissions du sujet +luckperms.usage.sponge-permission-info.argument.contexts=les contextes par lesquels filtrer +luckperms.usage.sponge-permission-set.description=DУЉfinit une permission pour le sujet +luckperms.usage.sponge-permission-set.argument.node=le noeud de permission У  dУЉfinir +luckperms.usage.sponge-permission-set.argument.tristate=la valeur У  laquelle dУЉfinir la permission +luckperms.usage.sponge-permission-set.argument.contexts=les contextes dans lesquels dУЉfinir la permission +luckperms.usage.sponge-permission-clear.description=Efface les permissions des sujets +luckperms.usage.sponge-permission-clear.argument.contexts=les contextes dans lesquels effacer les permissions +luckperms.usage.sponge-parent-info.description=Affiche les informations sur les groupes parents du sujet +luckperms.usage.sponge-parent-info.argument.contexts=les contextes par lesquels filtrer +luckperms.usage.sponge-parent-add.description=Ajoute un parent au sujet +luckperms.usage.sponge-parent-add.argument.collection=la collection du sujet dans laquelle est le sujet parent +luckperms.usage.sponge-parent-add.argument.subject=le nom du sujet parent +luckperms.usage.sponge-parent-add.argument.contexts=les contextes dans lesquels ajouter le parent +luckperms.usage.sponge-parent-remove.description=Supprime un parent du sujet +luckperms.usage.sponge-parent-remove.argument.collection=la collection du sujet dans laquelle est le sujet parent +luckperms.usage.sponge-parent-remove.argument.subject=le nom du sujet parent +luckperms.usage.sponge-parent-remove.argument.contexts=les contextes dans lesquels retirer le parent +luckperms.usage.sponge-parent-clear.description=Efface les parents des sujets +luckperms.usage.sponge-parent-clear.argument.contexts=les contextes dans lesquels effacer les parents +luckperms.usage.sponge-option-info.description=Affiche les informations sur les options du sujet +luckperms.usage.sponge-option-info.argument.contexts=les contextes par lesquels filtrer +luckperms.usage.sponge-option-set.description=DУЉfinit une option pour le sujet +luckperms.usage.sponge-option-set.argument.key=la clУЉ У  dУЉfinir +luckperms.usage.sponge-option-set.argument.value=la valeur pour laquelle dУЉfinir la clУЉ +luckperms.usage.sponge-option-set.argument.contexts=les contextes dans lesquels l''option sera dУЉfinie +luckperms.usage.sponge-option-unset.description=Retirer une option pour le sujet +luckperms.usage.sponge-option-unset.argument.key=la clУЉ У  retirer +luckperms.usage.sponge-option-unset.argument.contexts=les contextes dans lesquels la clУЉ sera retirУЉe +luckperms.usage.sponge-option-clear.description=Efface les options des sujets +luckperms.usage.sponge-option-clear.argument.contexts=les contextes dans lesquels effacer les options diff --git a/plugins/LuckPerms/translations/repository/he_IL.properties b/plugins/LuckPerms/translations/repository/he_IL.properties new file mode 100644 index 0000000..633d57d --- /dev/null +++ b/plugins/LuckPerms/translations/repository/he_IL.properties @@ -0,0 +1,630 @@ +luckperms.logs.actionlog-prefix=з™з•зžзŸ +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=з™зІз•з +luckperms.commandsystem.available-commands=зЊзЉзЊзžзЉ з‘- {0} з›з“з™ зœзЈзз•зЊ зЄзЇз•з“з•зЊ з–зžз™з з•зЊ +luckperms.commandsystem.command-not-recognised=з”зЄзЇз•з“з” зœз зžз•з›зЈзЊ +luckperms.commandsystem.no-permission=зз™зŸ зœзš з”зЈзЉзз•зЊ зœз”зЉзЊзžзЉ з‘зЄзЇз•з“з” з”з–ззЊ\! +luckperms.commandsystem.no-permission-subcommands=зз™зŸ зœзš з”зЈзЉзз•зЊ зœз”зЉзЊзžзЉ з‘зЄзЇз•з“з•зЊ зžзЉз з” з›зœзЉз”зŸ +luckperms.commandsystem.already-executing-command=зЄзЇз•з“з” зз—зЈзЊ зžзЊз‘зІзЂзЊ з‘зз•зЊз• з”з–зžзŸ, зžз—з›з” зЉзЊзЁзЊз™з™з... +luckperms.commandsystem.usage.sub-commands-header=зЄзЇз•з“з•зЊ зžзЉз з” +luckperms.commandsystem.usage.usage-header=зЉз™зžз•зЉ з‘зЄзЇз•з“з” +luckperms.commandsystem.usage.arguments-header=з•з™з›з•з—з™з +luckperms.first-time.no-permissions-setup=з–з” з зЈзз” зЉзЂз“з™з™зŸ зœз з”з•з’з“зЈз• з”зЈзЉзз•зЊ\! +luckperms.first-time.use-console-to-give-access=зœзЄз з™ зЉзЊз•з›зœ зœз”зЉзЊзžзЉ з‘зз—зЊ зžзЄзЇз•з“з•зЊ з”- LuckPerms з‘зžзЉз—зЇ, зЂзœз™зš зœз”зЉзЊзžзЉ з‘зЇз•з зЁз•зœз” з›з“з™ зœз”зЂз з™зЇ зœзЂзІзžзš з’з™зЉз” +luckperms.first-time.console-command-prompt=зЄзЊз— ззЊ з”зžзЁз•зЃ зЉзœзš з•з”зЄзЂзœ +luckperms.first-time.next-step=зœзз—зЈ зЉзЊзЂзЉз” з–ззЊ, зЊз•з›зœ зœз”зЊз—з™зœ зœз”з’з“з™зЈ ззЊ з”з”зЈзЉзз•зЊ з•з”зЇз‘з•зІз•зЊ зЉзœзš +luckperms.first-time.wiki-prompt=зœз з™з•з“зЂ зз™зЄз” зœз”зЊз—з™зœ? з‘з“з•зЇ з›ззŸ\: {0} +luckperms.login.try-again=зз з з зЁз” зЉз•з‘ зžзз•з—зЈ з™з•зЊзЈ +luckperms.login.loading-database-error=зз™зЈзЂз” зЉз’з™ззЊ зžзЁз“ з зЊз•з з™з з‘зЂзЊ з˜зЂз™з зЊ з зЊз•з з™ з”з”зЈзЉзз•зЊ +luckperms.login.server-admin-check-console-errors=зз ззЊз” зžз з”зœ з”зЉзЈзЊ, з‘з“з•зЇ зз зЇз™з™зžзЊ зЉз’з™зз” з‘зЇз•з зЁз•зœз” +luckperms.login.server-admin-check-console-info=зз з зЂз™з™зŸ з‘зЇз•з зЁз•зœз” зЉзœ з”зЉзЈзЊ зœзžз™з“зЂ з з•зЁзЃ +luckperms.login.data-not-loaded-at-pre=з зЊз•з з™ з”з”зЈзЉзз•зЊ зЂз‘з•зЈ з”зžзЉзЊзžзЉ зЉзœзš зœз з з˜зЂз з• з‘зЉзœз‘ з”з›з з™зЁз” зžзЈззЉ +luckperms.login.unable-to-continue=зœз зžзЁз•з’зœ зœз”зžзЉз™зš +luckperms.login.craftbukkit-offline-mode-error=з–з” з›з›зœ з”з зЈзз” з‘з’зœзœ з”зЊз з’зЉз•зЊ з‘з™зŸ CraftBukkit зœз‘з™зŸ з”з”з’з“зЈз” з‘зžзІз‘ зžзЇз•з•зŸ +luckperms.login.unexpected-error=зз™зЈзЂз” зЉз’з™зз” зœз зІзЄз•з™з” з‘зЂзЊ з”з’з“зЈзЊ з зЊз•з з™ з”з”зЈзЉзз•зЊ зЉзœзš +luckperms.opsystem.disabled=зžзЂзЈз›зЊ OP з”зЈз’з™зœз” зžз•зЉз‘зЊзЊ з‘зЉзЈзЊ з–з” +luckperms.opsystem.sponge-warning=зЉз™з зœз‘ зЉзœзžзІз‘ зžз з”зœ зЉзЈзЊ зз™зŸ з”зЉзЄзЂз” зЂзœ з”зЈзЉзз•зЊ Sponge з›ззЉзЈ зžз•зЊзЇзŸ зЊз•зЁзЃ з”зЈзЉзз”, зЂзœз™зš зœзЂзЈз•зš ззЊ з зЊз•з з™ з”зžзЉзЊзžзЉ з™зЉз™зЈз•зЊ +luckperms.duration.unit.years.plural={0} зЉз з™з +luckperms.duration.unit.years.singular={0} зЉз з” +luckperms.duration.unit.years.short=зЉз з”{0} +luckperms.duration.unit.months.plural={0} з—з•з“зЉз™з +luckperms.duration.unit.months.singular={0} з—з•з“зЉ +luckperms.duration.unit.months.short=з—з•з“зЉ{0} +luckperms.duration.unit.weeks.plural={0} зЉз‘з•зЂз•зЊ +luckperms.duration.unit.weeks.singular={0} зЉз‘з•зЂ +luckperms.duration.unit.weeks.short=зЉз‘з•зЂз•зЊ{0} +luckperms.duration.unit.days.plural={0} з™зžз™з +luckperms.duration.unit.days.singular={0} з™зžз™з +luckperms.duration.unit.days.short=з™з•з{0} +luckperms.duration.unit.hours.plural={0} зЉзЂз•зЊ +luckperms.duration.unit.hours.singular={0} зЉзЂз” +luckperms.duration.unit.hours.short=зЉзЂз”{0} +luckperms.duration.unit.minutes.plural={0} з“зЇз•зЊ +luckperms.duration.unit.minutes.singular={0} з“зЇз” +luckperms.duration.unit.minutes.short=з“зЇ''{0} +luckperms.duration.unit.seconds.plural={0} зЉз з™з•зЊ +luckperms.duration.unit.seconds.singular={0} зЉз з™з™з” +luckperms.duration.unit.seconds.short=зЉз ''{0} +luckperms.duration.since={0} зœзЄз з™ +luckperms.command.misc.invalid-code=зЇз•з“ зз™з з• зЊзЇз™зŸ +luckperms.command.misc.response-code-key=зЊз’з•з‘зЊ з”зЇз•з“ +luckperms.command.misc.error-message-key=з”з•з“зЂз” +luckperms.command.misc.bytebin-unable-to-communicate=зз™зŸ ззЄзЉзЈз•зЊ зœзЊзЇзЉзЈ зЂз bytebin +luckperms.command.misc.webapp-unable-to-communicate=зœз з з™зЊзŸ зœзЊзЇзЉзЈ зЂз ззЄзœз™зЇзІз™з™зЊ з”зз™з з˜зЈз з˜ +luckperms.command.misc.check-console-for-errors=зЊз‘з“з•зЇ ззЊ з”зЇз•з зЁз•зœз” з‘зЉз‘з™зœ зœзЈзз•зЊ зЉз’з™зз•зЊ +luckperms.command.misc.file-must-be-in-data=з”зЇз•з‘зЅ {0} з—з™з™з‘ з—з™з‘з•зЈ з™зЉз™зЈ зœзЁзЄзЈз™з™зЊ з”з зЊз•з з™з +luckperms.command.misc.wait-to-finish=з”зžзЊзŸ зЂз“ зЉз™зЁз™з™з з•з зЁз” зЉз•з‘ +luckperms.command.misc.invalid-priority=зЂз“з™зЄз•зЊ зœз з—з•зЇз™зЊ {0} +luckperms.command.misc.expected-number=зІз™зЄз™зЊз™ зœзžзЁзЄзЈ +luckperms.command.misc.date-parse-error=зœз з™з›з•зœ зœз зЊз— зЊззЈз™зš {0} +luckperms.command.misc.date-in-past-error=зœз з з™зЊзŸ зœзЇз‘з•зЂ зЊззЈз™зš з‘зЂз‘зЈ\! +luckperms.command.misc.page=зЂзžз•з“ {0} зžзЊз•зš\: {1} +luckperms.command.misc.page-entries={0} зЂзЈз›з™з +luckperms.command.misc.none=ззЃ зз—з“ +luckperms.command.misc.loading.error.unexpected=зЉз’з™зз” зœз зІзЄз•з™з” з”зЊзЈз—зЉз” +luckperms.command.misc.loading.error.user=з”зžзЉзЊзžзЉ зœз з з˜зЂзŸ +luckperms.command.misc.loading.error.user-specific=зœз з™з›з•зœ зœз˜зЂз•зŸ ззЊ зžзЉзЊзžзЉ з”з™зЂз“ {0} +luckperms.command.misc.loading.error.user-not-found=зœз з зžзІз зžзЉзЊзžзЉ зЂз‘з•зЈ {0} +luckperms.command.misc.loading.error.user-save-error=зз™зЈзЂз” зЉз’з™зз” з‘зЂзЊ зЉзžз™зЈзЊ з зЊз•з з™ з”зžзЉзЊзžзЉ зЂз‘з•зЈ {0} +luckperms.command.misc.loading.error.user-not-online=зžзЉзЊзžзЉ {0} зœз зžз—з•з‘зЈ +luckperms.command.misc.loading.error.user-invalid={0} зз™з з• зЉз зžзЉзЊзžзЉ/зžзЉзЊзžзЉ зžз–з”з” з™з™з—з•з“з™ з‘зЊз•зЇзЃ +luckperms.command.misc.loading.error.user-not-uuid=зžзЉзЊзžзЉ з”з™зЂз“ {0} зз™з з• зžзЉзЊзžзЉ з™з™з—з•з“з™ з‘зЊз•зЇзЃ +luckperms.command.misc.loading.error.group=зЇз‘з•зІз” зœз з з˜зЂз з” +luckperms.command.misc.loading.error.all-groups=зœз зžзЁз•з’зœ зœз˜зЂз•зŸ ззЊ з›зœ з”зЇз‘з•зІз•зЊ +luckperms.command.misc.loading.error.group-not-found=зЇз‘з•зІз” з‘зЉз {0} зœз з зžзІзз” +luckperms.command.misc.loading.error.group-save-error=зз™зЈзЂз” зЉз’з™зз” з‘зЉзžз™зЈзЊ з зЊз•з з™ з”зЇз‘з•зІз” зЂз‘з•зЈ {0} +luckperms.command.misc.loading.error.group-invalid={0} зз™з з• зЉз зЇз‘з•зІз” з‘зЊз•зЇзЃ +luckperms.command.misc.loading.error.track=з”зžзЁзœз•зœ зœз з з˜зЂзŸ +luckperms.command.misc.loading.error.all-tracks=зœз з з˜зЂзŸ зœз˜зЂз•зŸ ззЊ з›зœ з”зžзЁзœз•зœз™з +luckperms.command.misc.loading.error.track-not-found=зžзЁзœз•зœ з‘зЉз {0} зœз з зžзІз +luckperms.command.misc.loading.error.track-save-error=зз™зЈзЂз” зЉз’з™зз” з‘зЂзЊ зЉзžз™зЈзЊ з зЊз•з з™ з”зžзЁзœз•зœ зЂз‘з•зЈ {0} +luckperms.command.misc.loading.error.track-invalid={0} зз™з з• зžзЁзœз•зœ зЉз з—з•зЇз™ +luckperms.command.editor.no-match=зœз з з™зЊзŸ зœзЄзЊз•з— ззЊ з”зЂз•зЈзš, зз™зŸ зз•з‘з™з™зЇз˜з™з зЉзЊз•ззžз™з ззЊ з”зЁз•з’ з”зЈзІз•з™ +luckperms.command.editor.start=зžз›з™зŸ зЂз•зЈзš з—з“зЉ, з з з”зžзЊзŸ... +luckperms.command.editor.url=зœз—зЅ зЂзœ з”зЇз™зЉз•зЈ зœзžз˜з” з›з“з™ зœзЄзЊз•з— ззЊ з”зЂз•зЈзš +luckperms.command.editor.unable-to-communicate=зœз з™з›з•зœ зœзЊзЇзЉзЈ зЂз з”зЂз•зЈзš +luckperms.command.editor.apply-edits.success=з зЊз•з з™ зЂз•зЈзš з”зз™з з˜зЈз з˜ з”з•з—зœз• зЂзœ {0} {1} з‘з”зІзœз—з” +luckperms.command.editor.apply-edits.success-summary={0} {1} з• {2} {3} +luckperms.command.editor.apply-edits.success.additions=зЊз•зЁзЄз•зЊ +luckperms.command.editor.apply-edits.success.additions-singular=зЊз•зЁзЄзЊ +luckperms.command.editor.apply-edits.success.deletions=зžз—з™зЇз•зЊ +luckperms.command.editor.apply-edits.success.deletions-singular=зžз—з™зЇз” +luckperms.command.editor.apply-edits.no-changes=зœз з”з•з—зœз• зЉз™з з•з™з зžзЂз•зЈзš з”зз™з з˜зЈз з˜, з”з зЊз•з з™з зЉз”з•з—з–зЈз• зœз з”з›з™зœз• зЂзЈз™з›з•зЊ з›зœзЉз”зŸ +luckperms.command.editor.apply-edits.unknown-type=зœз з з™зЊзŸ зœз”з—з™зœ зЂзЈз™з›з” зЂзœ зЁз•з’ з”зз•з‘з™з™зЇз˜ зЉзІз•з™зŸ +luckperms.command.editor.apply-edits.unable-to-read=зœз з з™зЊзŸ зœзЇзЈз•з ззЊ з”з зЊз•з з™з з‘ззžзІзЂз•зЊ з”зЇз•з“ з”з зЊз•зŸ +luckperms.command.search.searching.permission=зžз—зЄзЉ зžзЉзЊзžзЉз™з з•зЇз‘з•зІз•зЊ зЂз {0} +luckperms.command.search.searching.inherit=зžз—зЄзЉ зžзЉзЊзžзЉз™з з•зЇз‘з•зІз•зЊ зЉзЂз•з‘зЈз™з з‘з™зЈз•зЉз” зž {0} +luckperms.command.search.result=з зžзІз {0} з›з з™зЁз•зЊ зž {1} зžзЉзЊзžзЉз™з з• {2} зЇз‘з•зІз•зЊ +luckperms.command.search.result.default-notice=з”зЂзЈз”\: з›зЉзžз—зЄзЉз™з з—з‘зЈз™з з‘зЇз‘з•зІзЊ з‘зЈз™зЈзЊ з”зžз—з“зœ, зœз з™з•зІз’з• зЉз—зЇз з™з зœз зžзЇз•з•з з™з зœзœз з”зЈзЉзз•зЊ зз—зЈз•зЊ\! +luckperms.command.search.showing-users=зžзІз™з’ зЈзЉз•зžз•зЊ зžзЉзЊзžзЉз™з +luckperms.command.search.showing-groups=зžзІз™з’ зЈзЉз•зžз•зЊ зЇз‘з•зІзЊз™з•зЊ +luckperms.command.tree.start=з™з•зІзЈ зЂзЅ з”зЈзЉзз•зЊ, з з зœз”зžзЊз™зŸ... +luckperms.command.tree.empty=зœз з з™зЊзŸ зœз™зІз•зЈ зЊзІз•з’зЊ зЂзЅ, зœз зЊз•зІзз•зЊ з зžзІзз• +luckperms.command.tree.url=зЇз™зЉз•зЈ зЂзЅ з”зЈзЉзз•зЊ +luckperms.command.verbose.invalid-filter={0} зз™з з• зžзЁз зŸ зЄз™зœз˜зЈ зžзœз•зœз™ +luckperms.command.verbose.enabled=зЈз™зЉз•з зžз™зœз•зœз™ {0} зœз‘з“з™зЇз•зЊ зЊз•ззžз•зЊ {1} +luckperms.command.verbose.command-exec=зžз›зЈз™з— ззЊ {0} зœз‘зІзЂ зЄзЇз•з“з” {1} з•зžз“з•з•з— зЂзœ з›зœ з”з‘з“з™зЇз•зЊ зЉз з•зІзЈз•... +luckperms.command.verbose.off=зЈз™зЉз•з зžз™зœз•зœз™ {0} +luckperms.command.verbose.command-exec-complete=з‘з™зІз•зЂ з”зЄзЇз•з“з” з”з•зЉзœз +luckperms.command.verbose.command.no-checks=з‘з™зІз•зЂ з”зЄзЇз•з“з” з”з•зЉзœз, ззš зœз з‘з•зІзЂз• з‘з“з™зЇз•зЊ з”зЈзЉзз•зЊ +luckperms.command.verbose.command.possibly-async=з™з™зЊз›зŸ зЉз”зЁз™з‘з” зœз›зš з”з™з зЉз”зЊз•зЁзЃ зžзЈз™зЅ зЄзЇз•з“з•зЊ з‘зЈзЇзЂ (ззЁз™з з›зЈз•зŸ) +luckperms.command.verbose.command.try-again-manually=ззЊз” зЂз“з™з™зŸ з™з›з•зœ зœз”зЉзЊзžзЉ з‘зžз™зœз™з з‘зз•зЄзŸ з™з“з з™ з›з“з™ зœз–з”з•зЊ з‘з“з™зЇз•зЊ зЉз зЂзЉз• з›зš +luckperms.command.verbose.enabled-recording=з”зЇзœз˜з” зžз™зœз•зœз™зЊ {0} зœз‘з“з™зЇз•зЊ зЊз•ззžз•зЊ {1} +luckperms.command.verbose.uploading=зЈз™зЉз•з зžз™зœз•зœз™ {0}, зžзЂзœз” зЊз•зІзз•зЊ... +luckperms.command.verbose.url=з›зЊз•з‘зЊ ззЊзЈ зЉзœ зЊз•зІзз•зЊ зžз™зœз•зœз™з•зЊ +luckperms.command.verbose.enabled-term=зžз•зЄзЂзœ +luckperms.command.verbose.disabled-term=зžз•зЄзЁзЇ +luckperms.command.verbose.query-any=з›зœ з“з‘зЈ +luckperms.command.info.running-plugin=зЈзЅ +luckperms.command.info.platform-key=зЄзœз˜зЄз•зЈзžз” +luckperms.command.info.server-brand-key=зžз•зЊз’ зЉзЈзЊ +luckperms.command.info.server-version-key=з’зЈзЁзЊ з”зЉзЈзЊ +luckperms.command.info.storage-key=зз—зЁз•зŸ +luckperms.command.info.storage-type-key=зЁз•з’ +luckperms.command.info.storage.meta.split-types-key=зЁз•з’з™з +luckperms.command.info.storage.meta.ping-key=з–зžзŸ зЊз’з•з‘з” +luckperms.command.info.storage.meta.connected-key=зžз—з•з‘зЈ +luckperms.command.info.storage.meta.file-size-key=з’з•з“зœ з”зЇз•з‘зЅ +luckperms.command.info.extensions-key=зЊз•зЁзЄз™з +luckperms.command.info.messaging-key=з”з•з“зЂз•зЊ +luckperms.command.info.instance-key=зžзЇзЈз” +luckperms.command.info.static-contexts-key=з”зЇзЉзЈз™з зЁз˜з˜з™з™з +luckperms.command.info.online-players-key=зЉз—зЇз з™з зžз—з•з‘зЈз™з +luckperms.command.info.online-players-unique={0} з™з™з—з•з“з™ +luckperms.command.info.uptime-key=з–зžзŸ зЄзЂз™зœз•зЊ +luckperms.command.info.local-data-key=з зЊз•з з™з зžзЇз•зžз™з™з +luckperms.command.info.local-data={0} зžзЉзЊзžзЉз™з, {1} зЇз‘з•зІз•зЊ, {2} зžзЁзœз•зœз™з +luckperms.command.generic.create.success={0} з з•зІзЈ з‘з”зІзœз—з” +luckperms.command.generic.create.error=зз™зЈзЂз” зЉз’з™зз” з‘зЂзЊ з™зІз™зЈзЊ {0} +luckperms.command.generic.create.error-already-exists={0} з›з‘зЈ зЇз™з™з\! +luckperms.command.generic.delete.success={0} з зžз—зЇ з‘з”зІзœз—з” +luckperms.command.generic.delete.error=зз™зЈзЂз” зЉз’з™зз” з‘зЂзЊ зžз—з™зЇзЊ {0} +luckperms.command.generic.delete.error-doesnt-exist={0} зз™з з• зЇз™з™з\! +luckperms.command.generic.rename.success=з”зЉз зЉзœ {0} зЉз•з з” з‘з”зІзœз—з” зœ {1} +luckperms.command.generic.clone.success=з”зЉз зЉзœ {0} зЉз•з›зЄзœ з‘з”зІзœз—з” зœ {1} +luckperms.command.generic.info.parent.title=зЇз‘з•зІз•зЊ з”з•зЈз™з +luckperms.command.generic.info.parent.temporary-title=зЇз‘з•зІз•зЊ з”з•зЈз” з–зžз з™зЊ +luckperms.command.generic.info.expires-in=з™зЄз•з’ з‘зЊз•зš +luckperms.command.generic.info.inherited-from=з™зЈз•зЉз” зž +luckperms.command.generic.info.inherited-from-self=зЂзІзžз™ +luckperms.command.generic.show-tracks.title={0} зžзЁзœз•зœз™з +luckperms.command.generic.show-tracks.empty={0} зœз з зžзІз з‘зЉз•з зžзЁзœз•зœ +luckperms.command.generic.clear.node-removed=з”з•зЁзЈз• {0} зЄзЈз˜з™з +luckperms.command.generic.clear.node-removed-singular=з”з•зЁзЈ {0} зЄзЈз™з˜ +luckperms.command.generic.clear=з”з”зЈзЉзз•зЊ зЉзœ {0} з з•зЇз• з‘з”зЇзЉзЈ {1} +luckperms.command.generic.permission.info.title=з”з”зЈзЉзз•зЊ зЉзœ {0} +luckperms.command.generic.permission.info.empty=зз™зŸ зœ {0} з”зЈзЉзз•зЊ зžз•з’з“зЈз•зЊ +luckperms.command.generic.permission.info.click-to-remove=зœз—зЅ зœз”зЁз™зЈ ззЊ з”з”зЈзЉзз” зž {0} +luckperms.command.generic.permission.check.info.title=зЈзЉз•зЊ зžз™з“зЂ з‘зЉз‘з™зœ {0} +luckperms.command.generic.permission.check.info.directly={0} з™зЉ з”зЈзЉзз” {1} зžз›з•з•зŸ зœ {2} з‘з”зЇзЉзЈ {3} +luckperms.command.generic.permission.check.info.inherited={0} зžз•зЈз™зЉ зž {1} зžз›з•з•зŸ зœ {2} зž {3} з‘з”зЇзЉзЈ {4} +luckperms.command.generic.permission.check.info.not-directly={0} зз™зŸ {1} зžз›з•з•зŸ +luckperms.command.generic.permission.check.info.not-inherited={0} зœз з™з•зЈзЉ зž {1} +luckperms.command.generic.permission.check.result.title=зЈзЉз•зЊ з‘з“з™зЇз” з‘зЉз‘з™зœ {0} +luckperms.command.generic.permission.check.result.result-key=зЊз•зІзз” +luckperms.command.generic.permission.check.result.processor-key=зžзЂз‘з“ +luckperms.command.generic.permission.check.result.cause-key=зЁз™з‘з” +luckperms.command.generic.permission.check.result.context-key=з”зЇзЉзЈ +luckperms.command.generic.permission.set=з”з’з“зЈ {0} зœ {1} зЂз‘з•зЈ {2} з‘з”зЇзЉзЈ {3} +luckperms.command.generic.permission.already-has={0} з›з‘зЈ з™зЉ {1} з”з•з’з“зЈ з‘з”зЇзЉзЈ {2} +luckperms.command.generic.permission.set-temp=з”з’з“зЈ {0} зœ- {1} зœзžзЉзš {2} зœзžзЉзš з–зžзŸ {3} з‘з”зЇзЉзЈ {4} +luckperms.command.generic.permission.already-has-temp={0} з›з‘зЈ з™зЉ {1} зžз•з’з“зЈ з‘зз•зЄзŸ з–зžз з™ з‘з”зЇзЉзЈ зœ {2} +luckperms.command.generic.permission.unset=з‘з™з˜з•зœ з”з”з’з“зЈз” {0} зЂз‘з•зЈ {1} з‘з”зЇзЉзЈ {2} +luckperms.command.generic.permission.doesnt-have={0} зœз зžз•з’з“зЈ {1} з‘з”зЇзЉзЈ {2} +luckperms.command.generic.permission.unset-temp=з‘з˜зœ ззЊ з”з”зЈзЉзз” з–зžз з™зЊ {0} зЂз‘з•зЈ {1} з‘з”зЇзЉзЈ {2} +luckperms.command.generic.permission.subtract=з”з’з“зЈ {0} зœ {1} зœзžзЉзš {2} зœзžзЉзš з–зžзŸ {3} з‘з”зЇзЉзЈ {4}, {5} зЄз—з•зЊ зžз‘зЂз‘зЈ +luckperms.command.generic.permission.doesnt-have-temp={0} зœз зžз•з’з“зЈ {1} зœз з”з•з’з“зЈ з–зžз з™зЊ з‘з”зЇзЉзЈ {2} +luckperms.command.generic.permission.clear=з”з”зЈзЉзз•зЊ зЉзœ {0} з з•зЇз• з‘з”зЇзЉзЈ {1} +luckperms.command.generic.parent.info.title=з”з”з•зЈз™з зЉзœ {0} +luckperms.command.generic.parent.info.empty=зз™зŸ зœ {0} з”зЈзЉзз•зЊ зžз•з’з“зЈз•зЊ +luckperms.command.generic.parent.info.click-to-remove=зœз—зЅ зœз”зЁз™зЈ ззЊ з”з”з•зЈз” з”з–з” зž {0} +luckperms.command.generic.parent.add={0} з™з•зЈзЉ з›зЂзЊ з”зЈзЉзз•зЊ зž {1} з‘з”зЇзЉзЈ {2} +luckperms.command.generic.parent.add-temp={0} зЂз›зЉз™з• з™з•зЈзЉ зЈзЉз•зЊ зž {1} зœзžзЉзš з–зžзŸ зЉзœ {2} з‘з”зЇзЉзЈ {3} +luckperms.command.generic.parent.set={0} зз зЇз‘з•зІз•зЊ з”з”з•зЈз™з з”зЇз™з™зžз•зЊ зЉзœз”з з з•зЇз• зЂз›зЉз™з• з™з•зЈзЉз•зЊ зЈзЇ {1} з‘з”зЇзЉзЈ {2} +luckperms.command.generic.parent.set-track=зз {0} з”з™з” зžзЇз‘з•зІзЊ з”з•зЈз™з зЂзœ зžзЁзœз•зœ {1} з з•зЇз•, зЂз›зЉз™з• зЈзЇ з™з•зЈзЉ {2} з‘з”зЇзЉзЈ {3} +luckperms.command.generic.parent.remove={0} з›з‘зЈ зœз з™з•зЈзЉ зЈзЉз•зЊ зž {1} з‘з”зЇзЉзЈ {2} +luckperms.command.generic.parent.remove-temp={0} з›з‘зЈ зœз з™з•зЈзЉ з‘зз•зЄзŸ з–зžз з™ зž {1} з‘з”зЇзЉзЈ {2} +luckperms.command.generic.parent.subtract={0} з™зЈзЉ зЈзЉз•зЊ зž {1} зœзžзЉзš з–зžзŸ зЉзœ {2} з‘з”зЇзЉзЈ {3},{4} зЄз—з•зЊ зžз‘зЂз‘зЈ +luckperms.command.generic.parent.clear=з”з”з•зЈз™з зЉзœ {0} з з•зЇз• з‘з”зЇзЉзЈ {1} +luckperms.command.generic.parent.clear-track=з”з”з•зЈз™з зЉзœ {0} зЂзœ зžзЁзœз•зœ {1} з з•зЇз• з‘з”зЇзЉзЈ {2} +luckperms.command.generic.parent.already-inherits={0} з›з‘зЈ з™з•зЈзЉ зž {1} з‘з”зЇзЉзЈ {2} +luckperms.command.generic.parent.doesnt-inherit={0} зœз з™з•зЈзЉ зž {1} з‘з”зЇзЉзЈ {2} +luckperms.command.generic.parent.already-temp-inherits={0} з›з‘зЈ з™з•зЈзЉ з–зžз з™зЊ зž {1} з‘з”зЇзЉзЈ {2} +luckperms.command.generic.parent.doesnt-temp-inherit={0} зз™з з• з™з•зЈзЉ з–зžз з™зЊ зž {1} з‘з”зЇзЉзЈ {2} +luckperms.command.generic.chat-meta.info.title-prefix=зЇз™з“з•зžз•зЊ зЉзœ з”{0} +luckperms.command.generic.chat-meta.info.title-suffix=зЁз™з•зžз•зЊ зЉзœ з”{0} +luckperms.command.generic.chat-meta.info.none-prefix=зœ{0} зз™зŸ з”зЇз™з“з•зžз•зЊ +luckperms.command.generic.chat-meta.info.none-suffix=зœ{0} зз™зŸ з”зЁз™з•зžз•зЊ +luckperms.command.generic.chat-meta.info.click-to-remove=зœз—зЅ зЂзœ зœз”зЁз™зЈ ззЊ {0} зž- {1} +luckperms.command.generic.chat-meta.already-has={0} з›з‘зЈ з™зЉ {1} {2} зžз•з’з“зЈ з‘зЂз“з™зЄз•зЊ {3} з‘з”зЇзЉзЈ {4} +luckperms.command.generic.chat-meta.already-has-temp={0} з›з‘зЈ з™зЉ {1} {2} зžз•з’з“зЈ з‘зЂз“з™зЄз•зЊ {3} з‘з”зЇзЉзЈ {4} +luckperms.command.generic.chat-meta.doesnt-have={0} зз™зŸ {1} {2} зžз•з’з“зЈ з‘зЂз“з™зЄз•зЊ зЉзœ {3} з‘з”зЇзЉзЈ {4} +luckperms.command.generic.chat-meta.doesnt-have-temp={0} зз™зŸ {1} {2} зžз•з’з“зЈ з‘зз•зЄзŸ з–зžз з™ зЂз“з™зЄз•зЊ зЉзЊ {3} з‘з”зЇзЉзЈ {4} +luckperms.command.generic.chat-meta.add=зœ-{0} з”з•з’з“зЈз” {1} {2} з‘зЂз“з™зЄз•зЊ зЉзœ {3} з‘з”зЇзЉзЈ {4} +luckperms.command.generic.chat-meta.add-temp={0} з”з™з” {1} {2} з”з•з’з“зЈ з‘зЂз“з™зЄз•зЊ зЉзœ {3} зœзžзЉзš зЉзœ {4} з‘зЇзЉзЈ зЉзœ {5} +luckperms.command.generic.chat-meta.remove=зœ-{0} з”з™з” {1} {2} з‘зЂз“з™зЄз•зЊ зЉзœ {3} з‘з”зЇзЉзЈ {4} +luckperms.command.generic.chat-meta.remove-bulk=зœ-{0} з”з™з” з›зœ {1} {2} з”з•зЁзЈ з‘з”зЇзЉзЈ зЉзœ {3} +luckperms.command.generic.chat-meta.remove-temp=зœ-{0} з”з™з” {1} {2} з‘зЂз“з™зЄз•зЊ зЉзœ {3} зЉз”з•зЁзЈ з‘з”зЇзЉзЈ зЉзœ {4} +luckperms.command.generic.chat-meta.remove-temp-bulk=зœ-{0} з”з™з” з›з•зœз з–зžз з™з™з {1} з‘зЂз“з™зЄз•зЊ зЉзœ {2} зЉз”з•зЁзЈ з‘з”зЇзЉзЈ зЉзœ {3} +luckperms.command.generic.meta.info.title=зžз˜з зЉзœ {0} +luckperms.command.generic.meta.info.none=зœ- {0} зз™зŸ зžз˜з +luckperms.command.generic.meta.info.click-to-remove=зœз—зЅ з›з“з™ зœз”зЁз™зЈ зžз˜з зІз•зžзЊ з–з” зž {0} +luckperms.command.generic.meta.already-has=зœ {0} з›з‘зЈ з”з•з’з“зЈ зžзЄзЊз— зžз˜з {1} зœ{2} з‘з”зЇзЉзЈ зœ{3} +luckperms.command.generic.meta.already-has-temp=зœ {0} з›з‘зЈ з™зЉ зžзЄзЊз— зžз˜з {1} зžз•з’з“зЈ з‘зз•зЄзŸ з–зžз з™ зœ{2} з‘з”зЇзЉзЈ зœ {3} +luckperms.command.generic.meta.doesnt-have=зœ {0} зз™зŸ зžзЄзЊз— зžз˜з {1} зžз•з’з“зЈ з‘з”зЇзЉзЈ зœ {2} +luckperms.command.generic.meta.doesnt-have-temp=зœ {0} зз™зŸ зžзЄзЊз— зžз˜з {1} зžз•з’з“зЈ з‘зз•зЄзŸ з–зžз з™ з‘з”зЇзЉзЈ зœ {2} +luckperms.command.generic.meta.set=з”з’з“зЈ зžзЄзЊз— зžз˜з {0} зœ {1} зЂз‘з•зЈ {2} з‘з”зЇзЉзЈ зœ {3} +luckperms.command.generic.meta.set-temp=з”з’з“зЈ зžзЄзЊз— зžз˜з {0} зЂз“ {1} зЂз‘з•зЈ {2} зœзžзЉзš {3} з‘з”зЇзЉзЈ зœ {4} +luckperms.command.generic.meta.unset=з‘з˜зœ ззЊ з”з’з“зЈзЊ зžзЄзЊз— з”зžз˜з {0} зЂз‘з•зЈ {1} з‘з”зЇзЉзЈ {2} +luckperms.command.generic.meta.unset-temp=з‘з˜зœ ззЊ з”з”з’з“зЈз” зЉзœ зžзЄзЊз— зžз˜з з–зžз з™ {0} зЂз‘з•зЈ {1} з‘з”зЇзЉзЈ зœ {2} +luckperms.command.generic.meta.clear=зЁз•з’ з”зЊззžзЊ з”зžз˜з {1} зЉзœ {0} з з•зЇз” з‘з”зЇзЉзЈ {2} +luckperms.command.generic.contextual-data.title=з зЊз•з з™з з”зЇзЉзЈз™з +luckperms.command.generic.contextual-data.mode.key=зžзІз‘ +luckperms.command.generic.contextual-data.mode.server=зЉзЈзЊ +luckperms.command.generic.contextual-data.mode.active-player=зЉз—зЇзŸ зЄзЂз™зœ +luckperms.command.generic.contextual-data.contexts-key=з”зЇзЉзЈз™з +luckperms.command.generic.contextual-data.prefix-key=зЇз™з“з•зžзЊ +luckperms.command.generic.contextual-data.suffix-key=зЁз™з•зžзЊ +luckperms.command.generic.contextual-data.primary-group-key=зЇз‘з•зІз” зЈззЉз™зЊ +luckperms.command.generic.contextual-data.meta-key=зžз˜з +luckperms.command.generic.contextual-data.null-result=зз™зŸ зЊз•зІзз•зЊ +luckperms.command.user.info.title=зЄзЈз˜з™ зžзЉзЊзžзЉ +luckperms.command.user.info.uuid-key=зžз–з”з” з™з™з—з•з“з™ зœзžзЉзЊзžзЉ +luckperms.command.user.info.uuid-type-key=зЁз•з’ +luckperms.command.user.info.uuid-type.mojang=зžз•з’''зз з’ +luckperms.command.user.info.uuid-type.not-mojang=зœз зžз—з•з‘зЈ +luckperms.command.user.info.status-key=зžзІз‘ +luckperms.command.user.info.status.online=зžз—з•з‘зЈ +luckperms.command.user.info.status.offline=зœз зžз—з•з‘зЈ +luckperms.command.user.removegroup.error-primary=зз™з зš з™з›з•зœ зœз”зЁз™зЈ ззЊ з”зžзЉзЊзžзЉ зžз”зЇз‘з•зІз” з”зЈззЉз™зЊ зЉзœз• +luckperms.command.user.primarygroup.not-member={0} зœз з”з™з” з—з‘зЈ з‘-{1}, зžз•зЁз™зЃ зЂз›зЉз™з• +luckperms.command.user.primarygroup.already-has=зœ-{0} з›з‘зЈ з”з•з’з“зЈз” {1} з›зЇз‘з•зІз” з”зЈззЉз™зЊ зЉзœз• +luckperms.command.user.primarygroup.warn-option=зз–з”зЈз”\: з™з™зЊз›зŸ зЉзЉз™з˜зЊ з—з™зЉз•з‘ з”зЇз‘з•зІз” з”зЈззЉз™зЊ зЉз‘з” зžзЉзЊзžзЉ зЉзЈзЊ з–з” ({0}) зœз зЊзЉзЇзЃ ззЊ з”зЉз™з з•з™ з”з–з” +luckperms.command.user.primarygroup.set=з”зЇз‘з•зІз” з”зЈззЉз™зЊ зЉзœ {0} з”з•з’з“зЈз” зœ-{1} +luckperms.command.user.track.error-not-contain-group={0} зœз з зžзІз з›з‘зЈ з‘ззЃ зЇз‘з•зІз” з‘-{1} +luckperms.command.user.track.unsure-which-track=зœз з‘з˜з•з— з‘зз™з–з” зЁз•зœз зœз”зЉзЊзžзЉ, з з зœзІз™з™зŸ ззЈз’з•зžз з˜ +luckperms.command.user.track.missing-group-advice=зІз•зЈ ззЊ з”зЇз‘з•зІз” зз• з”зЁзЈ зз•зЊз” зžз”зЁз•зœз з•з зЁз” зЉз•з‘ +luckperms.command.user.promote.added-to-first={0} зз™з з• з‘ззЃ зЇз‘з•зІз” з‘-{1}, зз– з”з з з•зЁзЄз• зœзЇз‘з•зІз” з”зЈззЉз•з з”, {2} з‘з”зЇзЉзЈ зœ {3} +luckperms.command.user.promote.not-on-track={0} зз™з з• з‘ззЃ зз—зЊ зžз”зЇз‘з•зІз•зЊ з‘-{1}, з•зœз›зŸ зœз зЇз•з“з +luckperms.command.user.promote.success=зЇз™з“з•з зЉзœ {0} зœзз•зЈзš зžзЁзœз•зœ {1} зž-{2} зœ-{3} з‘з”зЇзЉзЈ зœ {4} +luckperms.command.user.promote.end-of-track={0} з”з’з™зЂ зœзЁз•зЃ з”зЁз•зœз, зœз з з™зЊзŸ зœзЇз“з ззЊ {1} +luckperms.command.user.promote.next-group-deleted=з”зЇз‘з•зІз” з”з‘зз” з‘зžзЁзœз•зœ, {0}, з›з‘зЈ зœз зЇз™з™зžзЊ +luckperms.command.user.promote.unable-to-promote=зз™зŸ ззЄзЉзЈз•зЊ зœзЂзœз•зЊ з‘з“зЈз’з” ззЊ з”зžзЉзЊзžзЉ +luckperms.command.user.demote.success=з”з•зЈз“зЊ {0} зœзз•зЈзš з”зЁз•зœз {1} зž-{2} зœ-{3} з‘з”зЇзЉзЈ зœ {4} +luckperms.command.user.demote.end-of-track=з”з’з™зЂ зœзЁз•зЃ зЁз•зœз {0}, зз– {1} з”з•зЁзЈ зž-{2} +luckperms.command.user.demote.end-of-track-not-removed=зЁз•зЃ зЁз•зœз {0}, ззš {1} зœз з”з•зЁзЈ зžз”зЇз‘з•зІз” з”зЈззЉз•з з” +luckperms.command.user.demote.previous-group-deleted=з”зЇз‘з•зІз” з”зЇз•з“зžзЊ з‘зЁз•зœз, {0}, зз™з з” зЇз™з™зžзЊ з™з•зЊзЈ +luckperms.command.user.demote.unable-to-demote=зз™зŸ ззЄзЉзЈз•зЊ зœз”з•зЈз™з“ з‘з“зЈз’з” ззЊ з”зžзЉзЊзžзЉ +luckperms.command.group.list.title=зЇз‘з•зІз•зЊ +luckperms.command.group.delete.not-default=зœз з з™зЊзŸ зœзžз—з•зЇ ззЊ зЇз‘з•зІзЊ з‘зЈз™зЈзЊ з”зžз—з“зœ +luckperms.command.group.info.title=зЄзЈз˜з™ з”зЇз‘з•зІз” +luckperms.command.group.info.display-name-key=зЉз зЊзІз•з’з” +luckperms.command.group.info.weight-key=зžзЉзЇзœ +luckperms.command.group.setweight.set=з”з’з“зЈ ззЊ з”зžзЉзЇзœ зœ- {0} зœзЇз‘з•зІз” {1} +luckperms.command.group.setdisplayname.doesnt-have=зœ- {0} зз™зŸ зЉз зЊзІз•з’з” +luckperms.command.group.setdisplayname.already-has=зœ- {0} з›з‘зЈ з™зЉ зЉз зЊзІз•з’з” зЉзœ {1} +luckperms.command.group.setdisplayname.already-in-use=зЉз з”зЊзІз•з’з” {0} з›з‘зЈ з зžзІз з‘зЉз™зžз•зЉ зЂзœ з™з“з™ {1} +luckperms.command.group.setdisplayname.set=з”з’з“зЈ ззЊ зЉз з”зЊзІз•з’з” зœ- {0} зЂз‘з•зЈ зЇз‘з•зІз” {1} з‘з”зЇзЉзЈ {2} +luckperms.command.group.setdisplayname.removed=з”з•зЁзЈ зЉз з”зЊзІз•з’з” зœзЇз‘з•зІз” {0} з‘з”зЇзЉзЈ {1} +luckperms.command.track.list.title=зžзЁзœз•зœз™з +luckperms.command.track.path.empty=ззЃ зз—з“ +luckperms.command.track.info.showing-track=зžзЈзз” зžзЁзœз•зœ +luckperms.command.track.info.path-property=з зЊз™з‘ +luckperms.command.track.clear=зžзЁзœз•зœ з”зЇз‘з•зІз•зЊ зЉзœ {0} з зžз—зЇ +luckperms.command.track.append.success=з”зЇз‘з•зІз” {0} зІз•зЈзЄз” зœзЁз•зœз {1} +luckperms.command.track.insert.success=з”зЇз‘з•зІз” {0} з з•зЁзЄз” зœзЁз•зœз {1} з‘зžз™зЇз•з {2} +luckperms.command.track.insert.error-number=зžзЁзЄзЈ зІзЄз•з™ ззš з‘зžзЇз•з з–ззЊ зЇз™з‘зœ\: {0} +luckperms.command.track.insert.error-invalid-pos=зœз з з™зЊзŸ зœз”з›з з™зЁ з‘зžз™зЇз•з {0} +luckperms.command.track.insert.error-invalid-pos-reason=зžз™зЇз•з зœз з з›з•зŸ +luckperms.command.track.remove.success=з”зЇз‘з•зІз” {0} з”з•зЁзЈз” зžзЁз•зœз {1} +luckperms.command.track.error-empty=зœз з з™зЊзŸ зœз”зЉзЊзžзЉ з‘-{0} зžз›з™з•з•зŸ зЉз”з•з зЈз™зЇ зз• зžз›з™зœ зЈзЇ зЇз‘з•зІз” зз—зЊ +luckperms.command.track.error-multiple-groups={0} з”з•з з—з‘зЈ з‘зžзЁзЄзЈ зЇз‘з•зІз•зЊ з‘зЁз•зœз з”з–з” +luckperms.command.track.error-ambiguous=зœз з з™зЊзŸ зœзЇз‘з•зЂ ззЊ зžз™зЇз•зžз +luckperms.command.track.already-contains={0} з›з‘зЈ зžз›з™зœ {1} +luckperms.command.track.doesnt-contain={0} зз™з з• зžз›з™зœ {1} +luckperms.command.log.load-error=зœз з з™зЊзŸ зœз˜зЂз•зŸ ззЊ з™з•зžзŸ з”зЈз™зЉз•з +luckperms.command.log.invalid-page=зžзЁзЄзЈ зЂзžз•з“ зœз з—з•зЇз™ +luckperms.command.log.invalid-page-range=зз з з”з›з з™зЁз• зЂзЈзš з‘з™зŸ {0} зœ-{1} +luckperms.command.log.empty=з”з™з•зžзŸ зЈз™зЇ, зз™зŸ зžз” зœз”зЈзз•зЊ +luckperms.command.log.notify.error-console=зœз з™з›з•зœ зœз”зЄзЂз™зœ з”з•з“зЂз•зЊ зœзЇз•з зЁз•зœз” +luckperms.command.log.notify.enabled-term=зžз•зЄзЂзœ +luckperms.command.log.notify.disabled-term=зžз•зЄзЁзЇ +luckperms.command.log.notify.changed-state={0} зЄзœз˜ зЈз™зЉз•з +luckperms.command.log.notify.already-on=ззЊз” з›з‘зЈ зžзЇз‘зœ з”зЊзЈзз•зЊ +luckperms.command.log.notify.already-off=зз™з зš зžзЇз‘зœ з›зЂзЊ з”зЊзЈзз•зЊ +luckperms.command.log.notify.invalid-state=зžзІз‘ зœз з™з“з•зЂ. ззžз•зЈ зœз”з™з•зЊ {0} зз• {1} +luckperms.command.log.show.search=зžзЈзз” зЄзЂз•зœз•зЊ зз—зЈз•з з•зЊ з‘зЂз‘з•зЈ зЉзз™зœзЊз {0} +luckperms.command.log.show.recent=з”зІз’зЊ зЄзЂз•зœз•зЊ зз—зЈз•з з•зЊ +luckperms.command.log.show.by=з”зІз’зЊ зЄзЂз•зœз•зЊ зз—зЈз•з з•зЊ зЂзœ-з™з“з™ {0} +luckperms.command.log.show.history=зžз™з™зІз’ з”з™зЁз˜з•зЈз™з” зЂз‘з•зЈ {0} {1} +luckperms.command.export.error-term=зЉз’з™зз” +luckperms.command.export.already-running=зЊз”зœз™зš з™зІз•з з з•зЁзЃ з›з‘зЈ зЄз•зЂзœ +luckperms.command.export.file.already-exists=зЇз•з‘зЅ {0} з›з‘зЈ зЇз™з™з +luckperms.command.export.file.not-writable=зЇз•з‘зЅ {0} зз™з з• з з™зЊзŸ зœз›зЊз™з‘з” +luckperms.command.export.file.success=з™з•зІз з‘з”зІзœз—з” ззœ {0} +luckperms.command.export.file-unexpected-error-writing=зз™зЈзЂз” зЉз’з™зз” з‘зœзЊз™ зІзЄз•з™з” з‘зžз”зœзš з”з›зЊз™з‘з” зœзЇз•з‘зЅ +luckperms.command.export.web.export-code=зЇз•з“ з™з™зІз•з +luckperms.command.export.web.import-command-description=з”зЉзЊзžзЉ з‘зЄзЇз•з“з” з”з‘зз” з›з“з™ зœз™з™з‘з +luckperms.command.import.term=з™з™з‘з•з +luckperms.command.import.error-term=зЉз’з™зз” +luckperms.command.import.already-running=зЊз”зœз™зš з™з™з‘з•з з з•зЁзЃ з›з‘зЈ зЄз•зЂзœ +luckperms.command.import.file.doesnt-exist=з”зЇз•з‘зЅ {0} зœз зЇз™з™з +luckperms.command.import.file.not-readable=зЇз•з‘зЅ {0} зз™з з• з з™зЊзŸ зœзЇзЈз™зз” +luckperms.command.import.file.unexpected-error-reading=зз™зЈзЂз” зЉз’з™зз” зœз зІзЄз•з™з” з‘зžз”зœзš з”зЇзЈз™зз” зžзЇз•з‘зЅ з”з™з™з‘з•з +luckperms.command.import.file.correct-format=з”зз з–з” з”зЄз•зЈзžз˜ з”з з›з•зŸ? +luckperms.command.import.web.unable-to-read=зœз з з™зЊзŸ зœзЇзЈз•з ззЊ з”з зЊз•з з™з з‘ззžзІзЂз•зЊ з”зЇз•з“ з зЊз•зŸ +luckperms.command.import.progress.percent={0} з”з•зЉзœз +luckperms.command.import.progress.operations={0}/{1} зЄзЂз•зœз•зЊ з”з•зЉзœзžз• +luckperms.command.import.starting=зžзЊз—з™зœ зЊз”зœз™зš з™з™з‘з•з +luckperms.command.import.completed=з”з•зЉзœз +luckperms.command.import.duration=зœзЇз— {0} зЉз з™з•зЊ +luckperms.command.bulkupdate.must-use-console=з з™зЊзŸ зœз”зЉзЊзžзЉ з‘зЄзЇз•з“зЊ з”зЂз“з›з•зŸ з‘з›зžз•зЊ з’з“з•зœз” зЈзЇ зžз”зЇз•з зЁз•зœ +luckperms.command.bulkupdate.invalid-data-type=зЁз•з’ зз™з з• зЊзЇз™зŸ, зІз™зЄз” зœ{0} +luckperms.command.bulkupdate.invalid-constraint=зз™зœз•зЅ зœз з—з•зЇз™ {0} +luckperms.command.bulkupdate.invalid-constraint-format=з”зз™зœз•зІз™з зІзЈз™з›з™з зœз”з™з•зЊ з‘зЄз•зЈзžз˜ {0} +luckperms.command.bulkupdate.invalid-comparison=зз•зЄзЈз˜з•зЈ з”зЉз•з•зз” зœз з—з•зЇз™ {0} +luckperms.command.bulkupdate.invalid-comparison-format=зІзЄз•з™ зœзз—з“ зžз”з‘зз™з\: {0} +luckperms.command.bulkupdate.queued=зЄзЂз•зœзЊ зЂз“з›з•зŸ з‘з‘зЊ зз—зЊ з зžзІззЊ з‘зЊз•зЈ +luckperms.command.bulkupdate.confirm=з”зЈзЅ{0} з›з“з™ зœз‘зІзЂ ззЊ з”зЂз“з›з•зŸ +luckperms.command.bulkupdate.unknown-id=з”зЄзЂз•зœз” зЂз з”зžз–з”з” {0} зз™з з” зЇз™з™зžзЊ зз• зЉзЄз’ зЊз•зЇзЄз• +luckperms.command.bulkupdate.starting=зžзЈз™зЅ зЂз“з›з•зŸ з‘з›зžз•зЊ з’з“з•зœз” +luckperms.command.bulkupdate.success=з”зЂз“з›з•зŸ з‘з›зžз•зЊ з’з“з•зœз” з”з•зЉзœз з‘з”зІзœз—з” +luckperms.command.bulkupdate.success.statistics.nodes=зЁзš з›зœ з”зЇзЉзЈз™з з”зžз•зЉзЄзЂз™з +luckperms.command.bulkupdate.success.statistics.users=зžзЉзЊзžзЉз™з зžз•зЉзЄзЂз•зЊ зœз—зœз•з˜з™зŸ +luckperms.command.bulkupdate.success.statistics.groups=зЇз‘з•зІз•зЊ зžз•зЉзЄзЂз•зЊ зœз—зœз•з˜з™зŸ +luckperms.command.bulkupdate.failure=зЂз“з›з•зŸ з‘з›зžз•зЊ з’з“з•зœз” з з›зЉзœ, з‘з“з•зЇ зз з™зЉ зЉз’з™зз•зЊ з‘зЇз•з зЁз•зœз” +luckperms.command.update-task.request=з”зЊз‘зЇзЉз” зžзЉз™зžзЊ зЂз“з›з•зŸ, зз з з”зžзЊз™з з• +luckperms.command.update-task.complete=зЂз“з›з•зŸ з”зžзЉз™зžз” з”з•зЉзœз +luckperms.command.update-task.push.attempting=з›зЂзЊ зžз зЁз” зœз“з—з•зЃ зœзЉзЈзЊз™з зз—зЈз™з +luckperms.command.update-task.push.complete=зЉзЈзЊз™з зз—зЈз™з зЇз™з‘зœз• з”з•з“зЂз” з“зЈзš {0} з‘з”зІзœз—з” +luckperms.command.update-task.push.error=зЉз’з™зз” з‘зЂзЊ з“з—з™зЄз” зЉзœ зЉз™з з•з™з™з зœзЉзЈзЊз™з зз—зЈз™з +luckperms.command.update-task.push.error-not-setup=зœз з з™зЊзŸ зœз“з—з•зЃ зЉз™з з•з™з™з зœзЉзЈзЊз™з зз—зЈз™з зžз›з™з•з•зŸ зЉзЉз™зЈз•зЊ з”з•з“зЂз•зЊ зœз з”з•з’з“зЈ +luckperms.command.reload-config.success=зЇз•з‘зЅ з”зЊзІз•зЈз” з з˜зЂзŸ зžз—з“зЉ +luckperms.command.reload-config.restart-note=ззЄзЉзЈз•з™з•зЊ зžзЁз•з™зžз•зЊ з™з—з•зœз• зЈзЇ зœзз—зЈ з”зЄзЂзœз” зžз—з“зЉ зЉзœ з”зЉзЈзЊ +luckperms.command.translations.searching=зžз—зЄзЉ зЊзЈз’з•зžз™з з–зžз™з з™з, зз з з”зžзЊз™з з•... +luckperms.command.translations.searching-error=зœз з з™зЊзŸ зœз”зЉз™з’ зЈзЉз™зžз” зЉзœ зЊзЈз’з•зžз™з з–зžз™з з™з +luckperms.command.translations.installed-translations=зЊзЈз’з•зžз™з зžз•зЊзЇз з™з +luckperms.command.translations.available-translations=зЊзЈз’з•зžз™з з–зžз™з з™з +luckperms.command.translations.percent-translated={0}% зЊз•зЈз’з +luckperms.command.translations.translations-by=зЂзœ з™з“з™ +luckperms.command.translations.installing=зžз•зЈз™з“ зЊзЈз’з•зžз™з, з з зœз—з›з•зЊ... +luckperms.command.translations.download-error=зœз з з™зЊзŸ зœз”з•зЈз™з“ зЊзЈз’з•з з‘зЉз‘з™зœ {0} +luckperms.command.translations.installing-specific=зžзЊзЇз™зŸ зЉзЄз” {0}... +luckperms.command.translations.install-complete=з”з”зЊзЇз з” з”з•зЉзœзžз” +luckperms.command.translations.download-prompt=з”зЉзЊзžзЉ з‘-{0} з›з“з™ зœз”з•зЈз™з“ з•зœз”зЊзЇз™зŸ з’зЈзЁзз•зЊ зžзЂз•з“з›з з•зЊ зЉзœ зЊзЈз’з•зžз™з ззœз” зЉзЁз•зЄзЇз• зЂзœ з™з“з™ з”зЇз”з™зœз” +luckperms.command.translations.download-override-warning=зЉз™зžз• зœз‘ зЉз–з” з™з‘з˜зœ ззЊ з›зœ з”зЉз™з з•з™з™з зЉз‘з™зІзЂзЊ зЂз‘з•зЈ зЉзЄз•зЊ ззœз” +luckperms.usage.user.description=зЇз‘з•зІз” зЉзœ зЄзЇз•з“з•зЊ зœз з™з”з•зœ зžзЉзЊзžзЉз™з з‘зЊз•зš LuckPerms. (''зžзЉзЊзžзЉ'' з‘-LuckPerms з”з•з зЈзЇ зЉз—зЇзŸ, з•з™з›з•зœ зœз”зЊз™з™з—зЁ зœ-UUID зз• зœзЉз зžзЉзЊзžзЉ) +luckperms.usage.group.description=зЇз‘з•зІз” зЉзœ зЄзЇз•з“з•зЊ зœз з™з”з•зœ зЇз‘з•зІз•зЊ з‘зЊз•зš LuckPerms. зЇз‘з•зІз•зЊ з”зŸ зЈзЇ зз•зЁзЄз™з зЉзœ з”зЇзІзз•зЊ з”зЈзЉзз•зЊ зЉз з™зЊзŸ зœзЊзЊ зœзžзЉзЊзžзЉз™з. зЇз‘з•зІз•зЊ з—з“зЉз•зЊ з з•зІзЈз•зЊ з‘ззžзІзЂз•зЊ з”зЄзЇз•з“з” ''зІз•зЈ зЇз‘з•зІз”''. +luckperms.usage.track.description=зЇз‘з•зІз” зЉзœ зЄзЇз•з“з•зЊ зœз з™з”з•зœ зžзЁзœз•зœз™з з‘зЊз•зš LuckPerms. зžзЁзœз•зœз™з з”з зз•зЁзЃ зžзЁз•з“зЈ зЉзœ зЇз‘з•зІз•зЊ зЉз з™зЊзŸ зœз”зЉзЊзžзЉ з‘з”зŸ зœз”з’з“зЈзЊ зЇз™з“з•з з•з”з•зЈз“з•зЊ. +luckperms.usage.log.description=зЇз‘з•зІз” зЉзœ зЄзЇз•з“з•зЊ зœз з™з”з•зœ зЄз•з зЇзІз™з•з зœз™з•зЊ з”зЈз™зЉз•з з‘зЊз•зš LuckPerms. +luckperms.usage.sync.description=з˜з•зЂзŸ зžз—з“зЉ ззЊ з›зœ з”з зЊз•з з™з зžзз—зЁз•зŸ з”зЄзœзз’з™зŸ зœз–з™з›зЈз•зŸ, з•зžз—з™зœ ззЊ з›зœ з”зЉз™з з•з™з™з зЉз™з–з•з”з•. +luckperms.usage.info.description=зžз“зЄз™зЁ зžз™з“зЂ з›зœзœз™ зЂзœ зžз•зЄзЂ з”зЄзœзз’з™зŸ з”зЄзЂз™зœ. +luckperms.usage.editor.description=з™з•зІзЈ з”зЄзЂзœз” з—з“зЉз” зЉзœ зЂз•зЈзš ззЊзЈз™з +luckperms.usage.editor.argument.type=з”зЁз•з’з™з зœз˜зЂз™з з” зœзЂз•зЈзš. (''з”з›зœ'', ''зžзЉзЊзžзЉз™з'' зз• ''зЇз‘з•зІз•зЊ'') +luckperms.usage.editor.argument.filter=з”зЈзЉзз” зœзЁз зŸ зЂзЈз›з™з зЉзœ зžзЉзЊзžзЉз™з зœзЄз™ +luckperms.usage.verbose.description=зЉз•зœз˜ з‘зžзЂзЈз›зЊ з з™з˜з•зЈ з‘з“з™зЇзЊ з”з”зЈзЉзз•зЊ з”зžз™зœз•зœз™зЊ зЉзœ з”зЄзœзз’з™зŸ. +luckperms.usage.verbose.argument.action=з”зз зœз”зЄзЂз™зœ/зœз‘з˜зœ зЈз™зЉз•з зз• зœз”зЂзœз•зЊ ззЊ з”зЄзœз˜ з”зЈзЉз•з +luckperms.usage.verbose.argument.filter=з”зžзЁз зŸ з‘зЉз‘з™зœ зœз”зЊзз™з зЂзЈз›з™з +luckperms.usage.verbose.argument.commandas=з”зžзЉзЊзžзЉ/зЄзЇз•з“з” зœзЈз•зЅ +luckperms.usage.tree.description=з™з•зІзЈ зЊзІз•з’зЊ зЊзІз•з’зЊ зЂзЅ (зЁз“зЈ зЈзЉз™зžз•зЊ зžзЁз•з“зЈзЊ) зЉзœ з›зœ з”з”зЈзЉзз•зЊ з”з™з“з•зЂз•зЊ зœ- LuckPerms. +luckperms.usage.tree.argument.scope=з”зЉз•зЈзЉ зЉзœ з”зЂзЅ. зœзЄзЈз˜ "." зœз›зœз•зœ ззЊ з›зœ з”з”зЈзЉзз•зЊ +luckperms.usage.tree.argument.player=зЉз зЉзœ зЉз—зЇзŸ зžзЇз•з•зŸ зЉззЄзЉзЈ зœз‘з“з•зЇ зžз•зœз• +luckperms.usage.search.description=зžз—зЄзЉ ззЊ з›зœ з”зžзЉзЊзžзЉз™з/з”зЇз‘з•зІз•зЊ зЂз з”зЈзЉзз” зЁзЄзІз™зЄз™зЊ +luckperms.usage.search.argument.permission=з”з”зЈзЉзз” зœз—з™зЄз•зЉ +luckperms.usage.search.argument.page=з”з“зЃ зœзІзЄз™з™з” +luckperms.usage.network-sync.description=зЁз з›зЈзŸ зЉз™з з•з™з™з зЂз з”зз—зЁз•зŸ з•з‘зЇзЉ зЉз›зœ зЉззЈ з”зЉзЈзЊз™з з‘зЈзЉзЊ з™зЂзЉз• ззЊ зз•зЊз• з”з“з‘зЈ +luckperms.usage.import.description=зžз™з™з‘з з зЊз•з з™з зžзЇз•з‘зЅ з™з™зІз•з (зЉз з•зІзЈ з‘зЂз‘зЈ) +luckperms.usage.import.argument.file=з”зЇз•з‘зЅ зœз™з™з‘з•з зž +luckperms.usage.import.argument.replace=з”з—зœзЃ з зЊз•з з™з зЇз™з™зžз™з з‘зžзЇз•з зžз™з–з•з’ +luckperms.usage.import.argument.upload=з”зЂзœз” ззЊ з”з зЊз•з з™з зžз™зІз•з зЇз•з“з +luckperms.usage.export.description=зžз™з™зІз ззЊ з›зœ з зЊз•з з™ з”з”зЈзЉзз•зЊ зœзЇз•з‘зЅ ''з™з™зІз•з''. з з™зЊзŸ зœз™з™з‘з зžз—з“зЉ з‘зžз•зЂз“ зžзз•з—зЈ з™з•зЊзЈ. +luckperms.usage.export.argument.file=з”зЇз•з‘зЅ зœз™з™зІз•з зœ +luckperms.usage.export.argument.without-users=зœз зœз›зœз•зœ ззЊ з”зžзЉзЊзžзЉз™з зžз”з™зІз•з +luckperms.usage.export.argument.without-groups=зœз зœз›зœз•зЊ ззЊ з”зЇз‘з•зІз•зЊ зžз”з™зІз•з +luckperms.usage.export.argument.upload=зœзЂзœз•зЊ ззЊ з›зœ з зЊз•з з™ з”з”зЈзЉзз•зЊ зœзЂз•зЈзš зз™з з˜зЈз з˜. з з™зЊзŸ зœз™з™з‘з зžз—з“зЉ з‘зžз•зЂз“ зžзз•з—зЈ з™з•зЊзЈ. +luckperms.usage.reload-config.description=з˜зЂзŸ зžз—з“зЉ з›зžз” зžззЄзЉзЈз™з•зЊ з”зЊзІз•зЈз” +luckperms.usage.bulk-update.description=з‘зІзЂ зЉзз™зœзЊз•зЊ зЉз™з з•з™з™з з‘з›зžз•зЊ з’з“з•зœз” зЂзœ з›зœ з”з зЊз•з з™з +luckperms.usage.bulk-update.argument.data-type=зЁз•з’ з”з зЊз•з з™з з”зžзЉзЊз з™з. (''з”з›зœ'', ''зžзЉзЊзžзЉз™з'' зз• ''зЇз‘з•зІз•зЊ'') +luckperms.usage.bulk-update.argument.action=з”зЄзЂз•зœз” зЉз™зЉ зœз‘зІзЂ з‘з зЊз•з з™з. (''зЂз“з›зŸ'' зз• ''зžз—зЇ'') +luckperms.usage.bulk-update.argument.action-field=з”зЊз—з•з зœзЄзЂз•зœ з‘з•. з з“зЈзЉ зЈзЇ зЂз‘з•зЈ ''зЂз“з›з•зŸ''. (''зЈзЉз•зЊ'', ''зЉзЈзЊ'' зз• ''зЂз•зœз'') +luckperms.usage.bulk-update.argument.action-value=з”зЂзЈзš зЉз™зЉ зœз”з—зœз™зЃ з‘з•. з з“зЈзЉ зЈзЇ зЂз‘з•зЈ ''зЂз“з›з•зŸ''. +luckperms.usage.bulk-update.argument.constraint=з”зз™зœз•зІз™з з”з з“зЈзЉз™з зœзЂз“з›з•зŸ +luckperms.usage.translations.description=з з”зœ зЊзЈз’з•зžз™з +luckperms.usage.translations.argument.install=зЊзЊ-зЄзЇз•з“з” зœз”зЊзЇз зЊ зЊзЈз’з•зžз™з +luckperms.usage.apply-edits.description=зžз—з™зœ зЉз™з з•з™з™з з‘з”зЈзЉзз•зЊ зЉз зЂзЉз• зžзЂз•зЈзš з”зз™з з˜зЈз з˜ +luckperms.usage.apply-edits.argument.code=з”зЇз•з“ з”з™з™з—з•з“з™ зœз зЊз•з з™з +luckperms.usage.apply-edits.argument.target=зЂзœ зžз™ зœз”з—з™зœ ззЊ з”з зЊз•з з™з +luckperms.usage.create-group.description=з™зІз™зЈзЊ зЇз‘з•зІз” з—з“зЉз” +luckperms.usage.create-group.argument.name=з”зЉз зЉзœ з”зЇз‘з•зІз” +luckperms.usage.create-group.argument.weight=зžзЉзЇзœ з”зЇз‘з•зІз” +luckperms.usage.create-group.argument.display-name=зЉз з”зЊзІз•з’з” зЉзœ з”зЇз‘з•зІз” +luckperms.usage.delete-group.description=зžз—з™зЇзЊ зЇз‘з•зІз” +luckperms.usage.delete-group.argument.name=з”зЉз зЉзœ з”зЇз‘з•зІз” +luckperms.usage.list-groups.description=зЈзЉз•з ззЊ з›зœ з”зЇз‘з•зІз•зЊ з‘зЄзœз˜зЄз•зЈзžз” +luckperms.usage.create-track.description=з™зІз™зЈзЊ зžзЁзœз•зœ з—з“зЉ +luckperms.usage.create-track.argument.name=з”зЉз зЉзœ з”зžзЁзœз•зœ +luckperms.usage.delete-track.description=зžз—з™зЇзЊ з”зžзЁзœз•зœ +luckperms.usage.delete-track.argument.name=з”зЉз зЉзœ з”зžзЁзœз•зœ +luckperms.usage.list-tracks.description=зЈзЉз•з ззЊ з›зœ з”зžзЁзœз•зœз™з з‘зЄзœз˜зЄз•зЈзžз” +luckperms.usage.user-info.description=зžзЈзз” зžз™з“зЂ зЂзœ з”зžзЉзЊзžзЉ +luckperms.usage.user-switchprimarygroup.description=зžз—зœз™зЃ ззЊ з”зЇз‘з•зІз” з”зЈззЉз™зЊ зЉзœ з”зžзЉзЊзžзЉ +luckperms.usage.user-switchprimarygroup.argument.group=з”зЇз‘з•зІз” зœзЂз‘з•зЈ ззœз™з” +luckperms.usage.user-promote.description=зžзЇз“з ззЊ з”зЁз•зœз зЉзœ з”зžзЉзЊзžзЉ +luckperms.usage.user-promote.argument.track=з”зЁз•зœз зœзЇз™з“з•з з”зžзЉзЊзžзЉ зœзžзЂзœз” +luckperms.usage.user-promote.argument.context=з”з”зЇзЉзЈз™з зœзЇз™з“з•з з”зžзЉзЊзžзЉ +luckperms.usage.user-promote.argument.dont-add-to-first=зœзЇз“з ззЊ з”зžзЉзЊзžзЉ зЈзЇ зз з”з•з з›з‘зЈ зЂзœ зЁз•зœз +luckperms.usage.user-demote.description=зžз•зЈз™з“ ззЊ з”зžзЉзЊзžзЉ з‘зЁз•зœз +luckperms.usage.user-demote.argument.track=з”зЁз•зœз зœз”з•зЈз“зЊ з”зžзЉзЊзžзЉ зœзžз˜з” +luckperms.usage.user-demote.argument.context=з”з”зЇзЉзЈз™з зœз”з•зЈз“зЊ з”зžзЉзЊзžзЉ +luckperms.usage.user-demote.argument.dont-remove-from-first=зœзžз з•зЂ ззЊ з”зЁзЈзЊ з”зžзЉзЊзžзЉ зžз”зЇз‘з•зІз” з”зЈззЉз•з з” +luckperms.usage.user-clone.description=зœзЉз›зЄзœ ззЊ з”зžзЉзЊзžзЉ +luckperms.usage.user-clone.argument.user=з”зЉз/uuid зЉзœ з”зžзЉзЊзžзЉ зЉз™зЉ зœзЉз›зЄзœ зЂзœз™з• +luckperms.usage.group-info.description=з з•зЊзŸ зžз™з“зЂ зЂзœ з”зЇз‘з•зІз” +luckperms.usage.group-listmembers.description=з”зІз’ ззЊ з”зžзЉзЊзžзЉз™з/з”зЇз‘з•зІз•зЊ зЉз™з•зЈзЉз™з зžзЇз‘з•зІз” з–з• +luckperms.usage.group-listmembers.argument.page=з”зЂзžз•з“ зœзІзЄз™з™з” +luckperms.usage.group-setweight.description=з”з’з“зЈ ззЊ зžзЉзЇзœ з”зЇз‘з•зІз•зЊ +luckperms.usage.group-setweight.argument.weight=ззЊ з”зžзЉзЇзœ зœз”з’з“з™зЈ +luckperms.usage.group-set-display-name.description=з”з’з“зЈ ззЊ зЉз з”зЊзІз•з’з” зЉзœ з”зЇз‘з•зІз•зЊ +luckperms.usage.group-set-display-name.argument.name=ззЊ з”зЉз зœз”з’з“з™зЈ +luckperms.usage.group-set-display-name.argument.context=з”з”зЇзЉзЈз™з зœз”з’з“зЈзЊ з”зЉз +luckperms.usage.group-rename.description=зЉз з” ззЊ зЉз з”зЇз‘з•зІз” +luckperms.usage.group-rename.argument.name=з”зЉз з”з—з“зЉ +luckperms.usage.group-clone.description=зœзЉз›зЄзœ ззЊ з”зЇз‘з•зІз” +luckperms.usage.group-clone.argument.name=з”зЉз зЉзœ з”зЇз‘з•зІз” зœзЉз›зЄзœ зœ +luckperms.usage.holder-editor.description=зЄз•зЊз— ззЊ з”зЂз•зЈзš ззЊзЈ з”зЈзЉзз•зЊ +luckperms.usage.holder-showtracks.description=зžзЄзЈз˜ ззЊ з”зЈзІз•зЂз•зЊ зЉз”зз•з‘з™з™зЇз˜ з зžзІз з‘з”зŸ +luckperms.usage.holder-clear.description=зžзЁз™зЈ ззЊ з›зœ з”з”зЈзЉзз•зЊ, зЇз‘з•зІз•зЊ зз з•з”зžз˜з +luckperms.usage.holder-clear.argument.context=з”з”зЇзЉзЈз™з зЉз™зЉ зœзЁз зŸ зœзЄз™з”з +luckperms.usage.permission.description=зЂзЈз•зš з”зЈзЉзз•зЊ +luckperms.usage.parent.description=зЂзЈз™з›зЊ з™зЈз•зЉз•зЊ +luckperms.usage.meta.description=зЂзЈз•зš зЂзЈз›з™ з зЊз•з з™ зžз˜з +luckperms.usage.permission-info.description=зžзЄзЈз˜ ззЊ зІзžзЊз™ з”з”зЈзЉзз” зЉз™зЉ зœзз•з‘з™з™зЇз˜ +luckperms.usage.permission-info.argument.page=з”з“зЃ зœзІзЄз™з™з” +luckperms.usage.permission-info.argument.sort-mode=з›з™зІз“ зœзžз™з™зŸ ззЊ з”зЂзЈз›з™з +luckperms.usage.permission-set.description=зžз’з“з™зЈ з”зЈзЉзз” зЂз‘з•зЈ з”зз•з‘з™з™зЇз˜ +luckperms.usage.permission-set.argument.node=зІз•зžзЊ з”з”зЈзЉзз” зœз”з’з“з™зЈ +luckperms.usage.permission-set.argument.value=з”зЂзЈзš зЉзœ з”зЇзЉзЈ +luckperms.usage.permission-set.argument.context=з”з”зЇзЉзЈз™з зœз”з•зЁзЄзЊ з”з”зЈзЉзз” з‘ +luckperms.usage.permission-unset.description=зžз‘з˜зœ ззЊ з”з’з“зЈзЊ з”з”зЈзЉзз” зЂз‘з•зЈ з”зз•з‘з™з™зЇз˜ +luckperms.usage.permission-unset.argument.node=ззЊ зЇзЉзЈ з”з”зЈзЉзз” зœз‘з˜зœ +luckperms.usage.permission-unset.argument.context=з”з”зЇзЉзЈз™з зЉз‘з”з з™зЉ зœз”зЁз™зЈ ззЊ з”з”зЈзЉзз” +luckperms.usage.permission-settemp.description=зžз’з“з™зЈ з”зЈзЉзз” зЂз‘з•зЈ з”зз•з‘з™з™зЇз˜ з‘зз•зЄзŸ з–зžз з™ +luckperms.usage.permission-settemp.argument.node=зœз”з’з“з™зЈ зЇзЉзЈ зœз”зЈзЉзз” +luckperms.usage.permission-settemp.argument.value=з”зЂзЈзš зЉзœ з”зЇзЉзЈ +luckperms.usage.permission-settemp.argument.duration=зžзЉзš з”з–зžзŸ зЂз“ зЉз™зЄз•з’ зЇзЉзЈ з”з”зЈзЉзз” +luckperms.usage.permission-settemp.argument.temporary-modifier=з›з™зІз“ з™зЉ зœз”з—з™зœ ззЊ з”з”зЈзЉзз” з”з–зžз з™зЊ +luckperms.usage.permission-settemp.argument.context=з”з”зЇзЉзЈз™з зœз”з•зЁзЄзЊ з”з”зЈзЉзз” +luckperms.usage.permission-unsettemp.description=зžз‘з˜зœ з”зЈзЉзз” з–зžз з™зЊ зЂз‘з•зЈ з”зз•з‘з™з™зЇз˜ +luckperms.usage.permission-unsettemp.argument.node=ззЊ зЇзЉзЈ з”з”зЈзЉзз” зœз‘з˜зœ +luckperms.usage.permission-unsettemp.argument.duration=зžзЉзš з”з”зЄз—зЊз” +luckperms.usage.permission-unsettemp.argument.context=з”з”зЇзЉзЈз™з зЉз‘з”з з™зЉ зœз”зЁз™зЈ ззЊ з”з”зЈзЉзз” +luckperms.usage.permission-check.description=з‘з•з“зЇ зз зœзз•з‘з™з™зЇз˜ з™зЉ зЇзЉзЈ з”зЈзЉзз” зžзЁз•з™з +luckperms.usage.permission-check.argument.node=зœз‘з“з•зЇ зЇзЉзЈ з”з”зЈзЉзз” +luckperms.usage.permission-clear.description=зžз зЇз” ззЊ з›зœ з”з”зЈзЉзз•зЊ +luckperms.usage.permission-clear.argument.context=з”з”зЇзЉзЈз™з зЉз™зЉ зœзЁз зŸ зœзЄз™з”з +luckperms.usage.parent-info.description=зžзЄзЈз˜ ззЊ з”зЇз‘з•зІз•зЊ зЉзžз”зŸ зз•з‘з™з™зЇз˜ з–з” з™з•зЈзЉ +luckperms.usage.parent-info.argument.page=з”з“зЃ зœзІзЄз™з™з” +luckperms.usage.parent-info.argument.sort-mode=з›з™зІз“ зœзžз™з™зŸ ззЊ з”зЂзЈз›з™з +luckperms.usage.parent-set.description=зžзЁз™зЈ ззЊ з›зœ з”зЇз‘з•зІз•зЊ з”зз—зЈз•зЊ зЉз”зз•з‘з™з™зЇз˜ з›з‘зЈ з™з•зЈзЉ з•зžз•зЁз™зЃ зз•зЊзŸ зœз–з• з”з зЊз•з з” +luckperms.usage.parent-set.argument.group=з”зЇз‘з•зІз” зœз”з’з“з™зЈ +luckperms.usage.parent-set.argument.context=з”з”зЇзЉзЈз™з зЉз‘з”з з™зЉ зœз”з’з“з™зЈ ззЊ з”зЇз‘з•зІз” +luckperms.usage.parent-add.description=зžз’з“з™зЈ зЇз‘з•зІз” з з•зЁзЄзЊ зЂз‘з•зЈ з”зз•з‘з™з™зЇз˜ зЉз™з•зЈзЉ зžзžз з• з”зЈзЉзз•зЊ +luckperms.usage.parent-add.argument.group=з”зЇз‘з•зІз” зœзЈзЉзЊ зžзžз з” +luckperms.usage.parent-add.argument.context=з”з”зЇзЉзЈз™з зЉз‘з”з з™зЉ зœзЈзЉзЊ ззЊ з”зЇз‘з•зІз” +luckperms.usage.parent-remove.description=зžзЁз™зЈ з›зœзœ з™зЈз•зЉз” зЉз”з•з’з“зЈ з‘зЂз‘зЈ +luckperms.usage.parent-remove.argument.group=з”зЇз‘з•зІз” зœз”зЁз™зЈ +luckperms.usage.parent-remove.argument.context=з”з”зЇзЉзЈз™з зЉз‘з”з з™зЉ зœз”зЁз™зЈ ззЊ з”зЇз‘з•зІз” +luckperms.usage.parent-set-track.description=зžзЁз™зЈ ззЊ з›зœ зЉззЈ з”зЇз‘з•зІз•зЊ зЉз”зз•з‘з™з™зЇз˜ з™з•зЈзЉ зžз”зŸ з›з‘зЈ з‘зžзЁзœз•зœ з”з зЊз•зŸ з•зžз•зЁз™зЃ зз•зЊзŸ зœз–з• з”з зЊз•з з” +luckperms.usage.parent-set-track.argument.track=з”зžзЁзœз•зœ зЉзІзЈз™зš зœзІззЊ ззœз™з• +luckperms.usage.parent-set-track.argument.group=з”зЇз‘з•зІз” зЉз™зЉ зœз”з’з“з™зЈ ззœз™з”, зз• зžзЁзЄзЈ з”зžзЊз™з™з—зЁ зœзžз™зЇз•з з”зЇз‘з•зІз” з‘зžзЁзœз•зœ з”з зЊз•зŸ +luckperms.usage.parent-set-track.argument.context=з”з”зЇзЉзЈз™з зЉз‘з”з з™зЉ зœз”з’з“з™зЈ ззЊ з”зЇз‘з•зІз” +luckperms.usage.parent-add-temp.description=зžз’з“з™зЈ зЇз‘з•зІз” зз—зЈзЊ зЂз‘з•зЈ з”зз•з‘з™з™зЇз˜ зЉз™з•зЈзЉ зžзžз з• з”зЈзЉзз•зЊ з‘зз•зЄзŸ з–зžз з™ +luckperms.usage.parent-add-temp.argument.group=з”зЇз‘з•зІз” зœзЈзЉзЊ зžзžз з” +luckperms.usage.parent-add-temp.argument.duration=зžзЉзš з”з—з‘зЈз•зЊ з‘зЇз‘з•зІз” +luckperms.usage.parent-add-temp.argument.temporary-modifier=з›з™зІз“ з™зЉ зœз”з—з™зœ ззЊ з”з”зЈзЉзз” з”з–зžз з™зЊ +luckperms.usage.parent-add-temp.argument.context=з”з”зЇзЉзЈз™з зЉз‘з”з з™зЉ зœзЈзЉзЊ ззЊ з”зЇз‘з•зІз” +luckperms.usage.parent-remove-temp.description=зžзЁз™зЈ з›зœзœ з™зЈз•зЉз” з–зžз з™ зЉз”з•з’з“зЈ з‘зЂз‘зЈ +luckperms.usage.parent-remove-temp.argument.group=з”зЇз‘з•зІз” зЉз™зЉ зœз”зЁз™зЈ +luckperms.usage.parent-remove-temp.argument.duration=зžзЉзš з”з”зЄз—зЊз” +luckperms.usage.parent-remove-temp.argument.context=з”з”зЇзЉзЈз™з зЉз‘з”з з™зЉ зœз”зЁз™зЈ ззЊ з”зЇз‘з•зІз” +luckperms.usage.parent-clear.description=зžз зЇз” ззЊ з›зœ зЇз‘з•зІз•зЊ з”зз +luckperms.usage.parent-clear.argument.context=з”з”зЇзЉзЈз™з зЉз™зЉ зœзЁз зŸ зœзЄз™з”з +luckperms.usage.parent-clear-track.description=зžз зЇз” ззЊ з›зœ зЇз‘з•зІз•зЊ з”зз з‘зЁз•зœз з зЊз•зŸ +luckperms.usage.parent-clear-track.argument.track=з”зЁз•зœз зœз”зЁзЈз” +luckperms.usage.parent-clear-track.argument.context=з”з”зЇзЉзЈз™з зЉз™зЉ зœзЁз зŸ зœзЄз™з”з +luckperms.usage.meta-info.description=зžзІз™з’ ззЊ з›зœ з”зžз˜з зЉзœ з”зІ''зз˜ +luckperms.usage.meta-set.description=зžз’з“з™зЈ зЂзЈзš зžз˜з +luckperms.usage.meta-set.argument.key=з”зžзЄзЊз— зœз”з’з“зЈз” +luckperms.usage.meta-set.argument.value=з”зЂзЈзš зЉз™зЉ зœз”з’з“з™зЈ +luckperms.usage.meta-set.argument.context=з”з”зЇзЉзЈз™з зœз”з•зЁзЄзЊ з”зžз˜з зІзžз“ +luckperms.usage.meta-unset.description=зžз‘з˜зœ з”з’з“зЈзЊ зЂзЈзš зžз˜з +luckperms.usage.meta-unset.argument.key=зžзЄзЊз— з”з”з’з“зЈз” зœз‘з™з˜з•зœ +luckperms.usage.meta-unset.argument.context=з”з”зЇзЉзЈз™з зЉз‘з”з з™зЉ зœз”зЁз™зЈ ззЊ зІзžз“ з”зžз˜з +luckperms.usage.meta-settemp.description=зžз’з“з™зЈ зЂзЈзš зžз˜з з‘зз•зЄзŸ з–зžз з™ +luckperms.usage.meta-settemp.argument.key=з”зžзЄзЊз— зœз”з’з“зЈз” +luckperms.usage.meta-settemp.argument.value=з”зЂзЈзš зœз”з’з“зЈз” +luckperms.usage.meta-settemp.argument.duration=зžзЉзš з”з–зžзŸ зЂз“ зœзЄзЇз™зЂзЊ зЂзЈзš з”зžз˜з +luckperms.usage.meta-settemp.argument.context=з”з”зЇзЉзЈз™з зœз”з•зЁзЄзЊ з”зžз˜з зІзžз“ +luckperms.usage.meta-unsettemp.description=зžз‘з˜зœ з”з’з“зЈз” зЉзœ зžз˜з зЂзЈзš з–зžз з™ +luckperms.usage.meta-unsettemp.argument.key=з”зžзЄзЊз— зœз‘з™з˜з•зœ +luckperms.usage.meta-unsettemp.argument.context=з”з”зЇзЉзЈз™з зЉз‘з”з з™зЉ зœз”зЁз™зЈ ззЊ зІзžз“ з”зžз˜з +luckperms.usage.meta-addprefix.description=з”з•зЁзЄзЊ зЇз™з“з•зžзЊ +luckperms.usage.meta-addprefix.argument.priority=з”зЂз“з™зЄз•зЊ зœз”з•зЁз™зЃ ззЊ з”зЇз™з“з•зžзЊ з‘ +luckperms.usage.meta-addprefix.argument.prefix=зžз—зЈз•з–зЊ з”зЇз™з“з•зžзЊ +luckperms.usage.meta-addprefix.argument.context=з”з”зЇзЉзЈз™з зœз”з•зЁзЄзЊ з”зЇз™з“з•зžзЊ +luckperms.usage.meta-addsuffix.description=з”з•зЁзЄзЊ зЁз™з•зžзЊ +luckperms.usage.meta-addsuffix.argument.priority=з”зЂз“з™зЄз•зЊ зœз”з•зЁз™зЃ ззЊ з”зЁз™з•зžзЊ з‘ +luckperms.usage.meta-addsuffix.argument.suffix=зžз—зЈз•з–зЊ з”зЁз™з•зžзЊ +luckperms.usage.meta-addsuffix.argument.context=з”з”зЇзЉзЈз™з зœз”з•зЁзЄзЊ з”зЁз™з•зžзЊ +luckperms.usage.meta-setprefix.description=з”з’з“зЈзЊ зЇз™з“з•зžзЊ +luckperms.usage.meta-setprefix.argument.priority=з”зЂз“з™зЄз•зЊ зœз”з’з“з™зЈ ззЊ з”зЇз™з“з•зžзЊ з‘ +luckperms.usage.meta-setprefix.argument.prefix=зžз—зЈз•з–зЊ з”зЇз™з“з•зžзЊ +luckperms.usage.meta-setprefix.argument.context=з”з”зЇзЉзЈз™з зЉз‘з”з з™зЉ зœз”з’з“з™зЈ ззЊ з”зЇз™з“з•зžзЊ +luckperms.usage.meta-setsuffix.description=з”з’з“зЈзЊ зЁз™з•зžзЊ +luckperms.usage.meta-setsuffix.argument.priority=з”зЂз“з™зЄз•зЊ зœз”з’з“з™зЈ ззЊ з”зЁз™з•зžзЊ з‘ +luckperms.usage.meta-setsuffix.argument.suffix=зžз—зЈз•з–зЊ з”зЁз™з•зžзЊ +luckperms.usage.meta-setsuffix.argument.context=з”з”зЇзЉзЈз™з зЉз‘з”з з™зЉ зœз”з’з“з™зЈ ззЊ з”зЁз™з•зžзЊ +luckperms.usage.meta-removeprefix.description=з”зЁзЈзЊ зЇз™з“з•зžзЊ +luckperms.usage.meta-removeprefix.argument.priority=з”зЂз“з™зЄз•зЊ зœз”зЁз™зЈ ззЊ з”зЇз™з“з•зžзЊ з‘ +luckperms.usage.meta-removeprefix.argument.prefix=зžз—зЈз•з–зЊ з”зЇз™з“з•зžзЊ +luckperms.usage.meta-removeprefix.argument.context=з”з”зЇзЉзЈз™з зЉз‘з”з з™зЉ зœз”зЁз™зЈ ззЊ з”зЇз™з“з•зžзЊ +luckperms.usage.meta-removesuffix.description=зžзЁз™зЈ зЁз™з•зžзЊ +luckperms.usage.meta-removesuffix.argument.priority=з”зЂз“з™зЄз•зЊ зœз”зЁз™зЈ ззЊ з”зЁз™з•зžзЊ з‘ +luckperms.usage.meta-removesuffix.argument.suffix=зžз—зЈз•з–зЊ з”зЁз™з•зžзЊ +luckperms.usage.meta-removesuffix.argument.context=з”з”зЇзЉзЈз™з зЉз‘з”з з™зЉ зœз”зЁз™зЈ ззЊ з”зЁз™з•зžзЊ +luckperms.usage.meta-addtemp-prefix.description=зžз•зЁз™зЃ зЇз™з“з•зžзЊ з‘зз•зЄзŸ з–зžз з™ +luckperms.usage.meta-addtemp-prefix.argument.priority=з”зЂз“з™зЄз•зЊ зœз”з•зЁз™зЃ ззЊ з”зЇз™з“з•зžзЊ з‘ +luckperms.usage.meta-addtemp-prefix.argument.prefix=зžз—зЈз•з–зЊ з”зЇз™з“з•зžзЊ +luckperms.usage.meta-addtemp-prefix.argument.duration=зžзЉзš з”з–зžзŸ зЂз“ зœзЄзЇз™зЂзЊ з”зЇз™з“з•зžзЊ +luckperms.usage.meta-addtemp-prefix.argument.context=з”з”зЇзЉзЈз™з зœз”з•зЁзЄзЊ з”зЇз™з“з•зžзЊ +luckperms.usage.meta-addtemp-suffix.description=зžз•зЁз™зЃ зЁз™з•зžзЊ з–зžз з™зЊ +luckperms.usage.meta-addtemp-suffix.argument.priority=з”зЂз“з™зЄз•зЊ зœз”з•зЁз™зЃ ззЊ з”зЁз™з•зžзЊ з‘ +luckperms.usage.meta-addtemp-suffix.argument.suffix=зžз—зЈз•з–зЊ з”зЁз™з•зžзЊ +luckperms.usage.meta-addtemp-suffix.argument.duration=зžзЉзš з”з–зžзŸ зЂз“ зœзЄзЇз™зЂзЊ з”зЁз™з•зžзЊ +luckperms.usage.meta-addtemp-suffix.argument.context=з”з”зЇзЉзЈз™з зœз”з•зЁзЄзЊ з”зЁз™з•зžзЊ +luckperms.usage.meta-settemp-prefix.description=зžз’з“з™зЈ зЇз™з“з•зžзЊ з‘зз•зЄзŸ з–зžз з™ +luckperms.usage.meta-settemp-prefix.argument.priority=з”зЂз“з™зЄз•зЊ зœз”з’з“з™зЈ ззЊ з”зЇз™з“з•зžзЊ з‘ +luckperms.usage.meta-settemp-prefix.argument.prefix=зžз—зЈз•з–зЊ з”зЇз™з“з•зžзЊ +luckperms.usage.meta-settemp-prefix.argument.duration=зžзЉзš з”з–зžзŸ зЂз“ зœзЄзЇз™зЂзЊ з”зЇз™з“з•зžзЊ +luckperms.usage.meta-settemp-prefix.argument.context=з”з”зЇзЉзЈз™з зЉз‘з”з з™зЉ зœз”з’з“з™зЈ ззЊ з”зЇз™з“з•зžзЊ +luckperms.usage.meta-settemp-suffix.description=зžз’з“з™зЈ зЁз™з•зžзЊ з–зžз з™зЊ +luckperms.usage.meta-settemp-suffix.argument.priority=з”зЂз“з™зЄз•зЊ зœз”з’з“з™зЈ ззЊ з”зЁз™з•зžзЊ з‘ +luckperms.usage.meta-settemp-suffix.argument.suffix=зžз—зЈз•з–зЊ з”зЁз™з•зžзЊ +luckperms.usage.meta-settemp-suffix.argument.duration=зžзЉзš з”з–зžзŸ зЂз“ зœзЄзЇз™зЂзЊ з”зЁз™з•зžзЊ +luckperms.usage.meta-settemp-suffix.argument.context=з”з”зЇзЉзЈз™з зЉз‘з”з з™зЉ зœз”з’з“з™зЈ ззЊ з”зЁз™з•зžзЊ +luckperms.usage.meta-removetemp-prefix.description=зžзЁз™зЈ зЇз™з“з•зžзЊ з–зžз з™зЊ +luckperms.usage.meta-removetemp-prefix.argument.priority=з”зЂз“з™зЄз•зЊ зœз”зЁз™зЈ ззЊ з”зЇз™з“з•зžзЊ з‘ +luckperms.usage.meta-removetemp-prefix.argument.prefix=зžз—зЈз•з–зЊ з”зЇз™з“з•зžзЊ +luckperms.usage.meta-removetemp-prefix.argument.context=з”з”зЇзЉзЈз™з зЉз‘з”з з™зЉ зœз”зЁз™зЈ ззЊ з”зЇз™з“з•зžзЊ +luckperms.usage.meta-removetemp-suffix.description=зžзЁз™зЈ зЁз™з•зžзЊ з–зžз з™зЊ +luckperms.usage.meta-removetemp-suffix.argument.priority=з”зЂз“з™зЄз•зЊ зœз”зЁз™зЈ ззЊ з”зЁз™з•зžзЊ з‘ +luckperms.usage.meta-removetemp-suffix.argument.suffix=зžз—зЈз•з–зЊ з”зЁз™з•зžзЊ +luckperms.usage.meta-removetemp-suffix.argument.context=з”з”зЇзЉзЈз™з зЉз‘з”з з™зЉ зœз”зЁз™зЈ ззЊ з”зЁз™з•зžзЊ +luckperms.usage.meta-clear.description=зžз зЇз” ззЊ з›зœ з”зžз˜з +luckperms.usage.meta-clear.argument.type=зЁз•з’ з”зžз˜з зЉз™зЉ зœз”зЁз™зЈ +luckperms.usage.meta-clear.argument.context=з”з”зЇзЉзЈз™з зЉз™зЉ зœзЁз зŸ зœзЄз™з”з +luckperms.usage.track-info.description=з з•зЊзŸ зžз™з“зЂ зЂзœ з”зЁз•зœз +luckperms.usage.track-editor.description=зЄз•зЊз— ззЊ зЂз•зЈзš з”зЈзЉзз•зЊ з”зз™з з˜зЈз з˜ +luckperms.usage.track-append.description=зžз•зЁз™зЃ зЇз‘з•зІз” зœзЁз•зЃ з”зЁз•зœз +luckperms.usage.track-append.argument.group=з”зЇз‘з•зІз” зЉз™зЉ зœзІзЈзЃ +luckperms.usage.track-insert.description=з”з•зЁзЄзЊ зЇз‘з•зІз” з‘зžз™зЇз•з з зЊз•зŸ зœзз•зЈзš з”зЁз•зœз +luckperms.usage.track-insert.argument.group=з”зЇз‘з•зІз” зœз”з›з з™зЁ +luckperms.usage.track-insert.argument.position=з”зžз™зЇз•з зЉз‘з• з™зЉ зœз”з•зЁз™зЃ ззЊ з”зЇз‘з•зІз” (з”зžз™зЇз•з з”зЈззЉз•зŸ з‘зЁз•зœз з”з•з 1) +luckperms.usage.track-remove.description=зžзЁз™зЈ зЇз‘з•зІз” зžз”зЁз•зœз +luckperms.usage.track-remove.argument.group=з”зЇз‘з•зІз” зЉз™зЉ зœз”зЁз™зЈ +luckperms.usage.track-clear.description=зžз зЇз” ззЊ з”зЇз‘з•зІз•зЊ зЂзœ з”зЉз•зœз +luckperms.usage.track-rename.description=зЉз з” ззЊ зЉз з”зžзЁзœз•зœ +luckperms.usage.track-rename.argument.name=з”зЉз з”з—з“зЉ +luckperms.usage.track-clone.description=зœзЉз›зЄзœ ззЊ з”зžзЁзœз•зœ +luckperms.usage.track-clone.argument.name=з”зЉз зЉзœ з”зžзЁзœз•зœ зœзЉз›зЄзœ зœ +luckperms.usage.log-recent.description=зІзЄз” з‘зЄзЂз•зœз•зЊ з”зз—зЈз•з з•зЊ +luckperms.usage.log-recent.argument.user=з”зЉз / з”з•зЈзз•зЊ з”зžзЉзЊзžзЉ зœзЁз зŸ зœзЄз™ +luckperms.usage.log-recent.argument.page=зžзЁзЄзЈ з”зЂзžз•з“ зœзІзЄз™з™з” +luckperms.usage.log-search.description=з—зЄзЉ з‘з™з•зžзŸ зЂзЈзš +luckperms.usage.log-search.argument.query=з”зЉзз™зœзЊз” зœзЄз™з” з™зЉ зœз—зЄзЉ +luckperms.usage.log-search.argument.page=зžзЁзЄзЈ з”зЂзžз•з“ зœзІзЄз™з™з” +luckperms.usage.log-notify.description=з”з—зœзЃ з”з•з“зЂз•зЊ з‘з™з•зžзŸ +luckperms.usage.log-notify.argument.toggle=з”зз зœз”зЄзЂз™зœ зз• зœз›з‘з•зЊ +luckperms.usage.log-user-history.description=зІзЄз” з”з™зЁз˜з•зЈз™з” зЉзœ з”зžзЉзЊзžзЉ +luckperms.usage.log-user-history.argument.user=з”зЉз / з”з•зЈзз•зЊ з”зžзЉзЊзžзЉ зЉзœ зžзЉзЊзžзЉ +luckperms.usage.log-user-history.argument.page=зžзЁзЄзЈ з”зЂзžз•з“ зœзІзЄз™з™з” +luckperms.usage.log-group-history.description=зІзЄз” з”з™зЁз˜з•зЈз™з” зЉзœ з”зЇз‘з•зІз” +luckperms.usage.log-group-history.argument.group=з”зЉз зЉзœ з”зЇз‘з•зІз” +luckperms.usage.log-group-history.argument.page=зžзЁзЄзЈ з”зЂзžз•з“ зœзІзЄз™з™з” +luckperms.usage.log-track-history.description=зІзЄз” з”з™зЁз˜з•зЈз™з” зЉзœ з”зžзЁзœз•зœ +luckperms.usage.log-track-history.argument.track=з”зЉз зЉзœ з”зžзЁзœз•зœ +luckperms.usage.log-track-history.argument.page=зžзЁзЄзЈ з”зЂзžз•з“ зœзІзЄз™з™з” +luckperms.usage.sponge.description=зЂзЈз•зš з зЊз•з з™ зЁзЄз•з з’'' з з•зЁзЄз™з +luckperms.usage.sponge.argument.collection=з”зз•зЁзЃ зœзЉзз™зœзЊз” +luckperms.usage.sponge.argument.subject=з”з з•зЉз зЉз™зЉ зœзЉз з•зЊ +luckperms.usage.sponge-permission-info.description=зžзІз™з’ зžз™з“зЂ зЂзœ з”з”зЈзЉзз•зЊ зЉзœ з”з з•зЉз +luckperms.usage.sponge-permission-info.argument.contexts=з”з”зЇзЉзЈз™з зЉз™зЉ зœзЁз зŸ зœзЄз™з”з +luckperms.usage.sponge-permission-set.description=зžз’з“з™зЈ з”зЈзЉзз” зœз з•зЉз +luckperms.usage.sponge-permission-set.argument.node=зœз”з’з“з™зЈ зЇзЉзЈ з”з”зЈзЉзз” +luckperms.usage.sponge-permission-set.argument.tristate=з”зЂзЈзš зЉззœз™з• з™зЉ зœз”з’з“з™зЈ ззЊ з”з”зЈзЉзз” +luckperms.usage.sponge-permission-set.argument.contexts=з”з”зЇзЉзЈз™з зЉз‘з”з з™зЉ зœз”з’з“з™зЈ ззЊ з”з”зЈзЉзз” +luckperms.usage.sponge-permission-clear.description=зžз зЇз” ззЊ з”зЈзЉзз•зЊ з”з з•зЉзз™з +luckperms.usage.sponge-permission-clear.argument.contexts=з”з”зЇзЉзЈз™з зЉз‘з”з з™зЉ зœз зЇз•зЊ з”зЈзЉзз•зЊ +luckperms.usage.sponge-parent-info.description=зžзІз™з’ зžз™з“зЂ зЂзœ зЇз‘з•зІз•зЊ зз з”з з‘з“зЇ +luckperms.usage.sponge-parent-info.argument.contexts=з”з”зЇзЉзЈз™з зЉз™зЉ зœзЁз зŸ зœзЄз™з”з +luckperms.usage.sponge-parent-add.description=зžз•зЁз™зЃ зЇз‘з•зІзЊ зз зœз з•зЉз +luckperms.usage.sponge-parent-add.argument.collection=зз•зЁзЃ з”з з•зЉзз™з зЉз‘з• з зžзІззЊ зЇз‘з•зІзЊ з”зз +luckperms.usage.sponge-parent-add.argument.subject=зЉз з”з з‘з“зЇ зЉзœ зЇз‘з•зІзЊ з”зз +luckperms.usage.sponge-parent-add.argument.contexts=з”з”зЇзЉзЈз™з зœз”з•зЁзЄзЊ зЇз‘з•зІзЊ зз +luckperms.usage.sponge-parent-remove.description=зžзЁз™зЈ зЇз‘з•зІзЊ зз зžз”з з•зЉз +luckperms.usage.sponge-parent-remove.argument.collection=зз•зЁзЃ з”з з•зЉзз™з зЉз‘з• з зžзІз зЇз‘зІз•зЊ з”зз з‘зЊз•зš з”з з•зЉз +luckperms.usage.sponge-parent-remove.argument.subject=зЉз з”з з‘з“зЇ з”зз‘ +luckperms.usage.sponge-parent-remove.argument.contexts=з”з”зЇзЉзЈз™з зЉз‘з”з з™зЉ зœз”зЁз™зЈ ззЊ зЇз‘з•зІзЊ з”зз +luckperms.usage.sponge-parent-clear.description=зžз зЇз” ззЊ зЇз‘з•зІз•зЊ з”зз з”з з‘з“зЇз•зЊ +luckperms.usage.sponge-parent-clear.argument.contexts=з”з”зЇзЉзЈз™з зœз зЇз•зЊ ззЊ зЇз‘з•зІз•зЊ з”зз +luckperms.usage.sponge-option-info.description=зžзІз™з’ зžз™з“зЂ зЂзœ ззЄзЉзЈз•з™з•зЊ з”з з•зЉз +luckperms.usage.sponge-option-info.argument.contexts=з”з”зЇзЉзЈз™з зЉз™зЉ зœзЁз зŸ зœзЄз™з”з +luckperms.usage.sponge-option-set.description=зžз’з“з™зЈ ззЄзЉзЈз•зЊ зЂз‘з•зЈ з”з з•зЉз +luckperms.usage.sponge-option-set.argument.key=з”зžзЄзЊз— зœз”з’з“зЈз” +luckperms.usage.sponge-option-set.argument.value=з”зЂзЈзš зЉззœз™з• з™зЉ зœз”з’з“з™зЈ ззЊ з”зžзЄзЊз— +luckperms.usage.sponge-option-set.argument.contexts=з”з”зЇзЉзЈз™з зЉз‘з”з з з™зЊзŸ зœз”з’з“з™зЈ ззЊ з”ззЄзЉзЈз•зЊ +luckperms.usage.sponge-option-unset.description=з‘з˜зœ ззЊ з”ззЄзЉзЈз•зЊ зЂз‘з•зЈ з”з з•зЉз +luckperms.usage.sponge-option-unset.argument.key=зžзЄзЊз— з”з”з’з“зЈз” зœз‘з™з˜з•зœ +luckperms.usage.sponge-option-unset.argument.contexts=з”з”зЇзЉзЈз™з зЉз‘з”з з™зЉ зœз‘з˜зœ ззЊ з”з’з“зЈзЊ з”зžзЄзЊз— з‘- +luckperms.usage.sponge-option-clear.description=з з™зЇз•з™ ззЄзЉзЈз•з™з•зЊ з”з з•зЉзз™з +luckperms.usage.sponge-option-clear.argument.contexts=з”з”зЇзЉзЈз™з зœз з™зЇз•з™ ззЄзЉзЈз•з™з•зЊ з‘ diff --git a/plugins/LuckPerms/translations/repository/hi_IN.properties b/plugins/LuckPerms/translations/repository/hi_IN.properties new file mode 100644 index 0000000..cb63d08 --- /dev/null +++ b/plugins/LuckPerms/translations/repository/hi_IN.properties @@ -0,0 +1,151 @@ +luckperms.logs.actionlog-prefix=рЄВрЅ‰рЄ— +luckperms.logs.verbose-prefix=рЄЕрЅ€рЄЌрЅ€ +luckperms.logs.export-prefix=рЄЈрЄПрЄАрЅрЄЏрЄОрЄЄ рЄ•рЄАрЄЈрЄО +luckperms.commandsystem.available-commands=рЄ‰рЄЊрЄВрЄЌрЅрЄЇ рЄ†рЄІрЅ‡рЄЖрЅ‹рЄ‚ рЄ•рЅ‹ рЄІрЅ‡рЄ–рЄЈрЅ‡ рЄ•рЅ‡ рЄВрЄПрЄ {0} рЄ•рЄО рЄ‰рЄЊрЄЏрЅ‹рЄ— рЄ•рЄАрЅ‡рЄ‚ +luckperms.commandsystem.command-not-recognised=рЄ†рЄœрЅрЄžрЄО рЄЊрЄЙрЄšрЄОрЄЈрЄО рЄЈрЄЙрЅ€рЄ‚ рЄ—рЄЏрЄО +luckperms.commandsystem.no-permission=рЄ†рЄЊрЄ•рЅ‹ рЄ‡рЄИ рЄ†рЄІрЅ‡рЄЖ рЄ•рЄО рЄ‰рЄЊрЄЏрЅ‹рЄ— рЄ•рЄАрЄЈрЅ‡ рЄ•рЅ€ рЄ…рЄЈрЅрЄЎрЄЄрЄП рЄЈрЄЙрЅ€рЄ‚ рЄЙрЅˆ\! +luckperms.commandsystem.no-permission-subcommands=рЄ†рЄЊрЄ•рЅ‹ рЄ•рЄПрЄИрЅ€ рЄ‰рЄЊ рЄ•рЄЎрЄОрЄ‚рЄЁ рЄ•рЄО рЄ‰рЄЊрЄЏрЅ‹рЄ— рЄ•рЄАрЄЈрЅ‡ рЄ•рЅ€ рЄ…рЄЈрЅрЄЎрЄЄрЄП рЄЈрЄЙрЅ€рЄ‚ рЄЙрЅˆ +luckperms.commandsystem.already-executing-command=рЄрЄ• рЄ”рЄА рЄ†рЄІрЅ‡рЄЖ рЄЈрЄПрЄЗрЅрЄЊрЄОрЄІрЄПрЄЄ рЄ•рЄПрЄЏрЄО рЄœрЄО рЄАрЄЙрЄО рЄЙрЅˆ, рЄ‡рЄИрЄ•рЅ‡ рЄИрЄЎрЄОрЄЊрЅрЄЄ рЄЙрЅ‹рЄЈрЅ‡ рЄ•рЅ€ рЄЊрЅрЄАрЄЄрЅ€рЄ•рЅрЄЗрЄО рЄ•рЄА рЄАрЄЙрЄО рЄЙрЅˆ... +luckperms.commandsystem.usage.sub-commands-header=рЄ‰рЄЊ рЄ†рЄІрЅ‡рЄЖ +luckperms.commandsystem.usage.usage-header=рЄ•рЄЎрЄОрЄ‚рЄЁ рЄ‰рЄЊрЄЏрЅ‹рЄ— +luckperms.commandsystem.usage.arguments-header=рЄЌрЄЙрЄИ +luckperms.first-time.no-permissions-setup=рЄрЄИрЄО рЄВрЄ—рЄЄрЄО рЄЙрЅˆ рЄ•рЄП рЄ…рЄ­рЅ€ рЄЄрЄ• рЄ•рЅ‹рЄˆ рЄ…рЄЈрЅрЄЎрЄЄрЄП рЄИрЅ‡рЄŸ рЄЈрЄЙрЅ€рЄ‚ рЄ•рЅ€ рЄ—рЄˆ рЄЙрЅˆ\! +luckperms.first-time.use-console-to-give-access=рЄ‡рЄИрЄИрЅ‡ рЄЊрЄЙрЄВрЅ‡ рЄ•рЄП рЄ†рЄЊ рЄ—рЅ‡рЄЎ рЄЎрЅ‡рЄ‚ рЄ•рЄПрЄИрЅ€ рЄ­рЅ€ LuckPerms рЄ•рЄЎрЄОрЄ‚рЄЁ рЄ•рЄО рЄ‰рЄЊрЄЏрЅ‹рЄ— рЄ•рЄА рЄИрЄ•рЅ‡рЄ‚, рЄ†рЄЊрЄ•рЅ‹ рЄИрЅрЄЕрЄЏрЄ‚ рЄ•рЅ‹ рЄрЄ•рЅрЄИрЅ‡рЄИ рЄІрЅ‡рЄЈрЅ‡ рЄ•рЅ‡ рЄВрЄПрЄ рЄ•рЄ‚рЄИрЅ‹рЄВ рЄ•рЄО рЄ‰рЄЊрЄЏрЅ‹рЄ— рЄ•рЄАрЄЈрЅ‡ рЄ•рЅ€ рЄ†рЄЕрЄЖрЅрЄЏрЄ•рЄЄрЄО рЄЙрЅˆ +luckperms.first-time.console-command-prompt=рЄ…рЄЊрЄЈрЄО рЄ•рЄ‚рЄИрЅ‹рЄВ рЄ–рЅ‹рЄВрЅ‡рЄ‚ рЄ”рЄА рЄšрЄВрЄОрЄрЄ‚ +luckperms.first-time.next-step=рЄрЄИрЄО рЄ•рЄАрЄЈрЅ‡ рЄ•рЅ‡ рЄЌрЄОрЄІ, рЄ†рЄЊ рЄ…рЄЊрЄЈрЅ‡ рЄ…рЄЈрЅрЄЎрЄЄрЄП рЄ…рЄИрЄОрЄ‡рЄЈрЄЎрЅ‡рЄ‚рЄŸ рЄ”рЄА рЄИрЄЎрЅ‚рЄЙрЅ‹рЄ‚ рЄ•рЅ‹ рЄЊрЄАрЄПрЄ­рЄОрЄЗрЄПрЄЄ рЄ•рЄАрЄЈрЄО рЄЖрЅрЄАрЅ‚ рЄ•рЄА рЄИрЄ•рЄЄрЅ‡ рЄЙрЅˆрЄ‚рЅЄ +luckperms.first-time.wiki-prompt=рЄЊрЄЄрЄО рЄЈрЄЙрЅ€рЄ‚ рЄ•рЄЙрЄОрЄ рЄИрЅ‡ рЄЖрЅрЄАрЅ‚ рЄ•рЄАрЅ‡рЄ‚? рЄЏрЄЙрЄОрЄ‚ рЄІрЅ‡рЄ–рЅ‡рЄ‚\: {0} +luckperms.login.try-again=рЄЌрЄОрЄІ рЄЎрЅ‡рЄ‚ рЄЊрЅрЄЈ\: рЄЊрЅрЄАрЄЏрЄОрЄИ рЄ•рЄАрЅ‡рЄ‚ +luckperms.login.loading-database-error=рЄ…рЄЈрЅрЄЎрЄЄрЄП рЄЁрЅ‡рЄŸрЄО рЄВрЅ‹рЄЁ рЄ•рЄАрЄЄрЅ‡ рЄИрЄЎрЄЏ рЄрЄ• рЄЁрЅ‡рЄŸрЄОрЄЌрЅ‡рЄИ рЄЄрЅрЄАрЅрЄŸрЄП рЄ‰рЄЄрЅрЄЊрЄЈрЅрЄЈ рЄЙрЅрЄˆ +luckperms.login.server-admin-check-console-errors=рЄЏрЄІрЄП рЄ†рЄЊ рЄрЄ• рЄИрЄАрЅрЄЕрЄА рЄЕрЅрЄЏрЄЕрЄИрЅрЄЅрЄОрЄЊрЄ• рЄЙрЅˆрЄ‚, рЄЄрЅ‹ рЄ•рЅƒрЄЊрЄЏрЄО рЄ•рЄПрЄИрЅ€ рЄ­рЅ€ рЄЄрЅрЄАрЅрЄŸрЄП рЄ•рЅ‡ рЄВрЄПрЄ рЄ•рЄ‚рЄИрЅ‹рЄВ рЄ•рЅ€ рЄœрЄОрЄрЄš рЄ•рЄАрЅ‡рЄ‚ +luckperms.login.server-admin-check-console-info=рЄ…рЄЇрЄПрЄ• рЄœрЄОрЄЈрЄ•рЄОрЄАрЅ€ рЄ•рЅ‡ рЄВрЄПрЄ рЄ•рЅƒрЄЊрЄЏрЄО рЄИрЄАрЅрЄЕрЄА рЄ•рЄ‚рЄИрЅ‹рЄВ рЄ•рЅ€ рЄœрЄОрЄрЄš рЄ•рЄАрЅ‡рЄ‚ +luckperms.login.data-not-loaded-at-pre=рЄ†рЄЊрЄ•рЅ‡ рЄ‰рЄЊрЄЏрЅ‹рЄ—рЄ•рЄАрЅрЄЄрЄО рЄ•рЅ‡ рЄВрЄПрЄ рЄ…рЄЈрЅрЄЎрЄЄрЄП рЄЁрЅ‡рЄŸрЄО рЄЊрЅрЄАрЅ€-рЄВрЅ‰рЄ—рЄПрЄЈ рЄšрЄАрЄЃ рЄ•рЅ‡ рЄІрЅŒрЄАрЄОрЄЈ рЄВрЅ‹рЄЁ рЄЈрЄЙрЅ€рЄ‚ рЄ•рЄПрЄЏрЄО рЄ—рЄЏрЄО рЄЅрЄО +luckperms.login.unable-to-continue=рЄœрЄОрЄАрЅ€ рЄАрЄ–рЄЈрЅ‡ рЄЎрЅ‡рЄ‚ рЄ…рЄИрЄЎрЄАрЅрЄЅ +luckperms.login.craftbukkit-offline-mode-error=рЄЏрЄЙ рЄИрЄ‚рЄ­рЄЕрЄЄрЄƒ рЄ•рЅрЄАрЄОрЄЋрЅрЄŸрЄЌрЅрЄ•рЄ•рЄПрЄŸ рЄ”рЄА рЄ‘рЄЈрЄВрЄОрЄ‡рЄЈ-рЄЎрЅ‹рЄЁ рЄИрЅ‡рЄŸрЄПрЄ‚рЄ— рЄ•рЅ‡ рЄЌрЅ€рЄš рЄЕрЄПрЄАрЅ‹рЄЇ рЄ•рЅ‡ рЄ•рЄОрЄАрЄЃ рЄЙрЅˆ +luckperms.login.unexpected-error=рЄ†рЄЊрЄ•рЄО рЄЎрЅ‡рЄИрЅ‡рЄœ рЄ­рЅ‡рЄœрЄЈрЅ‡ рЄрЄ• рЄ…рЄЊрЅрЄАрЄЄрЅрЄЏрЄОрЄЖрЄПрЄЄ рЄЄрЅрЄАрЅрЄŸрЄП рЄЙрЅрЄˆ рЄЙрЅˆ. +luckperms.opsystem.disabled=рЄ‡рЄИ рЄИрЄАрЅрЄЕрЄА рЄЊрЄА рЄЕрЅˆрЄЈрЄПрЄВрЄО рЄ“рЄЊрЅ€ рЄИрЄПрЄИрЅрЄŸрЄЎ рЄ…рЄ•рЅрЄЗрЄЎ рЄЙрЅˆ +luckperms.opsystem.sponge-warning=рЄ•рЅƒрЄЊрЄЏрЄО рЄЇрЅрЄЏрЄОрЄЈ рЄІрЅ‡рЄ‚ рЄ•рЄП рЄ…рЄЈрЅрЄЎрЄЄрЄП рЄЊрЅрЄВрЄ—рЄ‡рЄЈ рЄИрЅрЄЅрЄОрЄЊрЄПрЄЄ рЄЙрЅ‹рЄЈрЅ‡ рЄЊрЄА рЄИрЄАрЅрЄЕрЄА рЄ‘рЄЊрЄАрЅ‡рЄŸрЄА рЄ•рЅ€ рЄИрЅрЄЅрЄПрЄЄрЄП рЄИрЅрЄЊрЄ‚рЄœ рЄ…рЄЈрЅрЄЎрЄЄрЄП рЄœрЄОрЄ‚рЄš рЄЊрЄА рЄ•рЅ‹рЄˆ рЄЊрЅрЄАрЄ­рЄОрЄЕ рЄЈрЄЙрЅ€рЄ‚ рЄЁрЄОрЄВрЄЄрЅ€ рЄЙрЅˆ, рЄ†рЄЊрЄ•рЅ‹ рЄИрЅ€рЄЇрЅ‡ рЄ‰рЄЊрЄЏрЅ‹рЄ—рЄ•рЄАрЅрЄЄрЄО рЄЁрЅ‡рЄŸрЄО рЄИрЄ‚рЄЊрЄОрЄІрЄПрЄЄ рЄ•рЄАрЄЈрЄО рЄЙрЅ‹рЄ—рЄО +luckperms.duration.unit.years.plural={0} рЄЕрЄАрЅрЄЗ +luckperms.duration.unit.years.singular={0} рЄЕрЄАрЅрЄЗ +luckperms.duration.unit.years.short={0}y +luckperms.duration.unit.months.plural={0} рЄЎрЄЙрЅ€рЄЈрЅ‹рЄ‚ +luckperms.duration.unit.months.singular={0} рЄЎрЄЙрЅ€рЄЈрЅ‹рЄ‚ +luckperms.duration.unit.months.short={0}рЄЎрЅ‹ +luckperms.duration.unit.weeks.plural={0} рЄИрЄЊрЅрЄЄрЄОрЄЙ +luckperms.duration.unit.weeks.singular={0}/рЄИрЄЊрЅрЄЄрЄОрЄЙ +luckperms.duration.unit.weeks.short={0}рЄЕрЅ‚ +luckperms.duration.unit.days.plural={0} рЄІрЄПрЄЈ +luckperms.duration.unit.days.singular={0} рЄІрЄПрЄЈ +luckperms.duration.unit.days.short={0}рЄЁрЅ€ +luckperms.duration.unit.hours.plural={0} рЄ˜рЄ‚рЄŸрЅ‡ +luckperms.duration.unit.hours.singular={0} рЄ˜рЄ‚рЄŸрЅ‡ +luckperms.duration.unit.hours.short={0}рЄрЄš +luckperms.duration.unit.minutes.plural={0} рЄЎрЄПрЄЈрЄŸ +luckperms.duration.unit.minutes.singular={0} рЄЎрЄПрЄЈрЄŸ +luckperms.duration.unit.minutes.short={0}рЄрЄЎ +luckperms.duration.unit.seconds.plural={0} рЄИрЅ‡рЄ•рЄ‚рЄЁ +luckperms.duration.unit.seconds.singular={0} рЄІрЅ‚рЄИрЄАрЅ€ +luckperms.duration.unit.seconds.short={0}рЄрЄЎ +luckperms.duration.since={0} рЄЊрЄЙрЄВрЅ‡ +luckperms.command.misc.invalid-code=рЄ…рЄЎрЄОрЄЈрЅрЄЏ рЄ•рЅ‹рЄЁ +luckperms.command.misc.response-code-key=рЄАрЅ‡рЄИрЅрЄЊрЅ‹рЄ‚рЄИ рЄ•рЅ‹рЄЁ +luckperms.command.misc.error-message-key=рЄЎрЅˆрЄИрЅ‡рЄœ +luckperms.command.misc.bytebin-unable-to-communicate=рЄЌрЄОрЄ‡рЄŸрЄЌрЄПрЄЈ рЄ•рЅ‡ рЄИрЄОрЄЅ рЄИрЄ‚рЄЕрЄОрЄІ рЄ•рЄАрЄЈрЅ‡ рЄЎрЅ‡рЄ‚ рЄ…рЄИрЄЎрЄАрЅрЄЅ +luckperms.command.misc.webapp-unable-to-communicate=рЄЕрЅ‡рЄЌ рЄрЄЊ рЄ•рЅ‡ рЄИрЄОрЄЅ рЄИрЄ‚рЄЕрЄОрЄІ рЄЈрЄЙрЅ€рЄ‚ рЄ•рЄА рЄИрЄ•рЄЄрЄО +luckperms.command.misc.check-console-for-errors=рЄЄрЅрЄАрЅрЄŸрЄПрЄЏрЅ‹рЄ‚ рЄ•рЅ‡ рЄВрЄПрЄ рЄ•рЄ‚рЄИрЅ‹рЄВ рЄІрЅ‡рЄ–рЅ‡рЄ‚ +luckperms.command.misc.file-must-be-in-data=рЄЋрЄМрЄОрЄ‡рЄВ {0} рЄЁрЅ‡рЄŸрЄО рЄЈрЄПрЄАрЅрЄІрЅ‡рЄЖрЄПрЄ•рЄО рЄ•рЄО рЄЊрЅрЄАрЄЄрЅрЄЏрЄ•рЅрЄЗ рЄšрЄОрЄ‡рЄВрЅрЄЁ рЄЙрЅ‹рЄЈрЄО рЄšрЄОрЄЙрЄПрЄ +luckperms.command.misc.wait-to-finish=рЄ•рЅƒрЄЊрЄЏрЄО рЄ‡рЄИрЄ•рЅ‡ рЄИрЄЎрЄОрЄЊрЅрЄЄ рЄЙрЅ‹рЄЈрЅ‡ рЄ•рЅ€ рЄЊрЅрЄАрЄЄрЅ€рЄ•рЅрЄЗрЄО рЄ•рЄАрЅ‡рЄ‚ рЄ”рЄА рЄЊрЅрЄЈрЄƒ рЄЊрЅрЄАрЄЏрЄОрЄИ рЄ•рЄАрЅ‡рЄ‚ +luckperms.command.misc.invalid-priority=рЄ…рЄЎрЄОрЄЈрЅрЄЏ рЄЊрЅрЄАрЄОрЄЅрЄЎрЄПрЄ•рЄЄрЄО {0} +luckperms.command.misc.expected-number=рЄ…рЄЊрЅ‡рЄ•рЅрЄЗрЄПрЄЄ рЄИрЄ‚рЄ–рЅрЄЏрЄО +luckperms.command.misc.date-parse-error=рЄЄрЄОрЄАрЅ€рЄ– {0} рЄ•рЅ‹ рЄЊрЄОрЄАрЅрЄИ рЄЈрЄЙрЅ€рЄ‚ рЄ•рЄПрЄЏрЄО рЄœрЄО рЄИрЄ•рЄО +luckperms.command.misc.date-in-past-error=рЄ†рЄЊ рЄ…рЄЄрЅ€рЄЄ рЄЎрЅ‡рЄ‚ рЄ•рЅ‹рЄˆ рЄЄрЄПрЄЅрЄП рЄЈрЄПрЄАрЅрЄЇрЄОрЄАрЄПрЄЄ рЄЈрЄЙрЅ€рЄ‚ рЄ•рЄА рЄИрЄ•рЄЄрЅ‡ рЄЙрЅˆрЄ‚\! +luckperms.command.misc.page={1} рЄ•рЄО рЄЊрЅƒрЄЗрЅрЄ  {0} +luckperms.command.misc.page-entries={0} рЄЊрЅрЄАрЄЕрЄПрЄЗрЅрЄŸрЄПрЄЏрЄОрЄ‚ +luckperms.command.misc.none=рЄ•рЅ‹рЄˆ рЄ­рЅ€ рЄЈрЄЙрЅ€рЄ‚ +luckperms.command.misc.loading.error.unexpected=рЄрЄ• рЄ…рЄЊрЅрЄАрЄЄрЅрЄЏрЄОрЄЖрЄПрЄЄ рЄ—рЅœрЄЌрЅœрЅ€ рЄЙрЅрЄˆ рЄЙрЅˆ\! +luckperms.command.misc.loading.error.user=рЄ‰рЄЊрЄЏрЅ‹рЄ—рЄ•рЄАрЅрЄЄрЄО рЄВрЅ‹рЄЁ рЄЈрЄЙрЅ€рЄ‚ рЄЙрЅрЄ† +luckperms.command.misc.loading.error.user-specific=рЄВрЄ•рЅрЄЗрЄПрЄЄ рЄ‰рЄЊрЄЏрЅ‹рЄ—рЄ•рЄАрЅрЄЄрЄО рЄВрЅ‹рЄЁ рЄ•рЄАрЄЈрЅ‡ рЄЎрЅ‡рЄ‚ рЄ…рЄИрЄЎрЄАрЅрЄЅ {0} +luckperms.command.misc.loading.error.user-not-found={0} рЄЈрЄОрЄЎрЄ• рЄ•рЄ‚рЄЊрЅрЄЏрЅ‚рЄŸрЄА рЄЈрЄЙрЅ€рЄ‚ рЄЎрЄПрЄВ рЄИрЄ•рЄОрЅЄ +luckperms.command.misc.loading.error.user-save-error={0} рЄ•рЅ‡ рЄВрЄПрЄ рЄ‰рЄЊрЄЏрЅ‹рЄ—рЄ•рЄАрЅрЄЄрЄО рЄЁрЅ‡рЄŸрЄО рЄИрЄЙрЅ‡рЄœрЄЄрЅ‡ рЄИрЄЎрЄЏ рЄрЄ• рЄЄрЅрЄАрЅрЄŸрЄП рЄЙрЅрЄˆ рЄЅрЅ€ +luckperms.command.misc.loading.error.user-not-online=рЄ‰рЄЊрЄЏрЅ‹рЄ—рЄ•рЄАрЅрЄЄрЄО {0} рЄ‘рЄЈрЄВрЄОрЄ‡рЄЈ рЄЈрЄЙрЅ€рЄ‚ рЄЙрЅˆ +luckperms.command.misc.loading.error.user-invalid=''{0}'' рЄ•рЅ‹рЄˆ рЄЎрЄОрЄЈрЅрЄЏ рЄ‰рЄЊрЄЏрЅ‹рЄ—рЄ•рЄАрЅрЄЄрЄО рЄЈрЄОрЄЎ рЄЈрЄЙрЅ€рЄ‚ рЄЙрЅˆрЅЄ +luckperms.command.misc.loading.error.user-not-uuid=рЄВрЄ•рЅрЄЗрЄПрЄЄ рЄ‰рЄЊрЄЏрЅ‹рЄ—рЄ•рЄАрЅрЄЄрЄО {0} рЄЎрЄОрЄЈрЅрЄЏ uuid рЄЈрЄЙрЅ€рЄ‚ рЄЙрЅˆ +luckperms.command.misc.loading.error.group=рЄИрЄЎрЅ‚рЄЙ рЄВрЅ‹рЄЁ рЄЈрЄЙрЅ€рЄ‚ рЄЙрЅрЄ† +luckperms.command.misc.loading.error.all-groups=рЄИрЄ­рЅ€ рЄИрЄЎрЅ‚рЄЙрЅ‹рЄ‚ рЄ•рЅ‹ рЄВрЅ‹рЄЁ рЄ•рЄАрЄЈрЅ‡ рЄЎрЅ‡рЄ‚ рЄ…рЄИрЄЎрЄАрЅрЄЅ +luckperms.command.misc.loading.error.group-not-found={0} рЄЈрЄОрЄЎ рЄ•рЄО рЄрЄ• рЄИрЄЎрЅ‚рЄЙ рЄЈрЄЙрЅ€рЄ‚ рЄЎрЄПрЄВрЄО +luckperms.command.misc.loading.error.group-save-error={0} рЄ•рЅ‡ рЄВрЄПрЄ рЄИрЄЎрЅ‚рЄЙ рЄЁрЅ‡рЄŸрЄО рЄИрЄЙрЅ‡рЄœрЄЄрЅ‡ рЄИрЄЎрЄЏ рЄрЄ• рЄЄрЅрЄАрЅрЄŸрЄП рЄЙрЅрЄˆ +luckperms.command.misc.loading.error.group-invalid={0} рЄрЄ• рЄЎрЄОрЄЈрЅрЄЏ рЄИрЄЎрЄЏ рЄЈрЄЙрЅ€рЄ‚ рЄЙрЅˆ +luckperms.command.misc.loading.error.track=рЄИрЄЎрЅ‚рЄЙ рЄВрЅ‹рЄЁ рЄЈрЄЙрЅ€рЄ‚ рЄЙрЅрЄ† +luckperms.command.misc.loading.error.all-tracks=рЄИрЄ­рЅ€ рЄИрЄЎрЅ‚рЄЙрЅ‹рЄ‚ рЄ•рЅ‹ рЄВрЅ‹рЄЁ рЄ•рЄАрЄЈрЅ‡ рЄЎрЅ‡рЄ‚ рЄ…рЄИрЄЎрЄАрЅрЄЅ +luckperms.command.misc.loading.error.track-not-found={0} рЄЈрЄОрЄЎ рЄ•рЄО рЄрЄ• рЄИрЄЎрЅ‚рЄЙ рЄЈрЄЙрЅ€рЄ‚ рЄЎрЄПрЄВрЄО +luckperms.command.misc.loading.error.track-save-error={0} рЄ•рЅ‡ рЄВрЄПрЄ рЄИрЄЎрЅ‚рЄЙ рЄЁрЅ‡рЄŸрЄО рЄИрЄЙрЅ‡рЄœрЄЄрЅ‡ рЄИрЄЎрЄЏ рЄрЄ• рЄЄрЅрЄАрЅрЄŸрЄП рЄЙрЅрЄˆ +luckperms.command.misc.loading.error.track-invalid={0} рЄрЄ• рЄЎрЄОрЄЈрЅрЄЏ рЄИрЄЎрЄЏ рЄЈрЄЙрЅ€рЄ‚ рЄЙрЅˆ +luckperms.command.editor.no-match=рЄИрЄ‚рЄЊрЄОрЄІрЄ• рЄ–рЅ‹рЄВрЄЈрЅ‡ рЄЎрЅ‡рЄ‚ рЄ…рЄИрЄЎрЄАрЅрЄЅ, рЄ•рЅ‹рЄˆ рЄ­рЅ€ рЄЕрЄИрЅрЄЄрЅ рЄЕрЄОрЄ‚рЄ›рЄПрЄЄ рЄЊрЅрЄАрЄ•рЄОрЄА рЄИрЅ‡ рЄЎрЅ‡рЄВ рЄЈрЄЙрЅ€рЄ‚ рЄ–рЄОрЄЄрЅ€ +luckperms.command.editor.start=рЄрЄ• рЄЈрЄЏрЄО рЄИрЄ‚рЄЊрЄОрЄІрЄ• рЄИрЄЄрЅрЄА рЄЄрЅˆрЄЏрЄОрЄА рЄ•рЄА рЄАрЄЙрЄО рЄЙрЅˆ, рЄ•рЅƒрЄЊрЄЏрЄО рЄЊрЅрЄАрЄЄрЅ€рЄ•рЅрЄЗрЄО рЄ•рЄАрЅ‡рЄ‚... +luckperms.command.editor.url=рЄИрЄ‚рЄЊрЄОрЄІрЄ• рЄ•рЅ‡ рЄЊрЄОрЄИ рЄœрЄОрЄЈрЅ‡ рЄ•рЅ‡ рЄВрЄПрЄ рЄ•рЅƒрЄЊрЄЏрЄО рЄЈрЅ€рЄšрЅ‡ рЄІрЄПрЄ рЄ—рЄ рЄВрЄПрЄ‚рЄ• рЄЊрЄА рЄ•рЅрЄВрЄПрЄ• рЄ•рЄАрЅ‡рЄ‚ +luckperms.command.editor.unable-to-communicate=рЄЕрЅ‡рЄЌ рЄрЄЊ рЄ•рЅ‡ рЄИрЄОрЄЅ рЄИрЄ‚рЄЕрЄОрЄІ рЄЈрЄЙрЅ€рЄ‚ рЄ•рЄА рЄИрЄ•рЄЄрЄО +luckperms.command.editor.apply-edits.success=рЄЕрЅ‡рЄЌ рЄИрЄ‚рЄЊрЄОрЄІрЄ• рЄЁрЅ‡рЄŸрЄО рЄ•рЅ‹ {0} {1} рЄЊрЄА рЄИрЄЋрЄВрЄЄрЄОрЄЊрЅ‚рЄАрЅрЄЕрЄ• рЄВрЄОрЄ—рЅ‚ рЄ•рЄПрЄЏрЄО рЄ—рЄЏрЄО +luckperms.command.editor.apply-edits.success-summary={0} {1} рЄ”рЄА {2} {3} +luckperms.command.editor.apply-edits.success.additions=рЄ…рЄЄрЄПрЄАрЄПрЄ•рЅрЄЄ\: +luckperms.command.editor.apply-edits.success.additions-singular=рЄ…рЄЄрЄПрЄАрЄПрЄ•рЅрЄЄ\: +luckperms.command.editor.apply-edits.success.deletions=рЄЎрЄПрЄŸрЄОрЄЈрЄО +luckperms.command.editor.apply-edits.success.deletions-singular=рЄЎрЄПрЄŸрЄОрЄЈрЄО +luckperms.command.editor.apply-edits.no-changes=рЄЕрЅ‡рЄЌ рЄИрЄ‚рЄЊрЄОрЄІрЄ• рЄИрЅ‡ рЄ•рЅ‹рЄˆ рЄЊрЄАрЄПрЄЕрЄАрЅрЄЄрЄЈ рЄВрЄОрЄ—рЅ‚ рЄЈрЄЙрЅ€рЄ‚ рЄ•рЄПрЄЏрЄО рЄ—рЄЏрЄО рЄЅрЄО, рЄВрЅŒрЄŸрЄОрЄ рЄ—рЄ рЄЁрЅ‡рЄŸрЄО рЄЎрЅ‡рЄ‚ рЄЈрЄЙрЅ€рЄ‚ рЄЅрЄО рЄ”рЄА рЄ‡рЄИрЄЎрЅ‡рЄ‚ рЄ•рЅ‹рЄˆ рЄИрЄ‚рЄЊрЄОрЄІрЄЈ рЄЈрЄЙрЅ€рЄ‚ рЄЅрЄО +luckperms.command.editor.apply-edits.unknown-type=рЄЈрЄПрЄАрЅрЄІрЄПрЄЗрЅрЄŸ рЄЕрЄИрЅрЄЄрЅ рЄЊрЅрЄАрЄ•рЄОрЄА рЄЎрЅ‡рЄ‚ рЄИрЄ‚рЄЊрЄОрЄІрЄЈ рЄВрЄОрЄ—рЅ‚ рЄ•рЄАрЄЈрЅ‡ рЄЎрЅ‡рЄ‚ рЄ…рЄИрЄЎрЄАрЅрЄЅ +luckperms.command.editor.apply-edits.unable-to-read=рЄІрЄПрЄ рЄ—рЄ рЄ•рЅ‹рЄЁ рЄ•рЄО рЄ‰рЄЊрЄЏрЅ‹рЄ— рЄ•рЄАрЄ•рЅ‡ рЄЁрЅ‡рЄŸрЄО рЄЊрЄЂрЄМрЄЈрЅ‡ рЄЎрЅ‡рЄ‚ рЄ…рЄИрЄЎрЄАрЅрЄЅ +luckperms.command.search.searching.permission={0} рЄЕрЄОрЄВрЅ‡ рЄ‰рЄЊрЄЏрЅ‹рЄ—рЄ•рЄАрЅрЄЄрЄОрЄ“рЄ‚ рЄ”рЄА рЄИрЄЎрЅ‚рЄЙрЅ‹рЄ‚ рЄ•рЅ‹ рЄ–рЅ‹рЄœрЄЈрЄО +luckperms.command.search.searching.inherit={0} рЄЕрЄОрЄВрЅ‡ рЄ‰рЄЊрЄЏрЅ‹рЄ—рЄ•рЄАрЅрЄЄрЄОрЄ“рЄ‚ рЄ”рЄА рЄИрЄЎрЅ‚рЄЙрЅ‹рЄ‚ рЄ•рЅ‹ рЄ–рЅ‹рЄœрЄЈрЄО +luckperms.command.search.result={1} рЄ‰рЄЊрЄЏрЅ‹рЄ—рЄ•рЄАрЅрЄЄрЄОрЄ“рЄ‚ рЄ”рЄА {2} рЄИрЄЎрЅ‚рЄЙрЅ‹рЄ‚ рЄИрЅ‡ {0} рЄЊрЅрЄАрЄЕрЄПрЄЗрЅрЄŸрЄПрЄЏрЄОрЄ‚ рЄЎрЄПрЄВрЅ€рЄ‚ +luckperms.command.search.result.default-notice=рЄЈрЅ‹рЄŸ\: рЄЁрЄПрЄЋрЄМрЅ‰рЄВрЅрЄŸ рЄИрЄЎрЅ‚рЄЙ рЄ•рЅ‡ рЄИрЄІрЄИрЅрЄЏрЅ‹рЄ‚ рЄ•рЅ€ рЄ–рЅ‹рЄœ рЄ•рЄАрЄЄрЅ‡ рЄИрЄЎрЄЏ, рЄЌрЄПрЄЈрЄО рЄ•рЄПрЄИрЅ€ рЄ…рЄЈрЅрЄЏ рЄ…рЄЈрЅрЄЎрЄЄрЄП рЄЕрЄОрЄВрЅ‡ рЄ‘рЄЋрЄМрЄВрЄОрЄ‡рЄЈ рЄ–рЄПрЄВрЄОрЄЁрЄМрЅ€ рЄЈрЄЙрЅ€рЄ‚ рЄІрЄПрЄ–рЄОрЄ рЄœрЄОрЄрЄ‚рЄ—рЅ‡\! +luckperms.command.search.showing-users=рЄЊрЅрЄАрЄЕрЄПрЄЗрЅрЄŸрЄПрЄЏрЄОрЄ рЄІрЄПрЄ–рЄО рЄАрЄЙрЄО рЄЙрЅˆ +luckperms.command.search.showing-groups=рЄЊрЅрЄАрЄЕрЄПрЄЗрЅрЄŸрЄПрЄЏрЄОрЄ рЄІрЄПрЄ–рЄО рЄАрЄЙрЄО рЄЙрЅˆ +luckperms.command.tree.start=рЄ…рЄЈрЅрЄЎрЄЄрЄП рЄŸрЅрЄАрЅ€ рЄœрЄЈрЄАрЅ‡рЄŸ рЄ•рЄА рЄАрЄЙрЄО рЄЙрЅˆ, рЄ•рЅƒрЄЊрЄЏрЄО рЄЊрЅрЄАрЄЄрЅ€рЄ•рЅрЄЗрЄО рЄ•рЄАрЅ‡рЄ‚... +luckperms.command.tree.empty=рЄЊрЅ‡рЄЁрЄМ рЄЈрЄЙрЅ€рЄ‚ рЄЎрЄПрЄВрЄО, рЄ•рЅ‹рЄˆ рЄЊрЄАрЄПрЄЃрЄОрЄЎ рЄЈрЄЙрЅ€рЄ‚ рЄЎрЄПрЄВрЄО +luckperms.command.tree.url=рЄ…рЄЈрЅрЄЎрЄЄрЄП рЄŸрЅрЄАрЅ€ URL +luckperms.command.verbose.invalid-filter={0} рЄЎрЄОрЄЈрЅрЄЏ рЄЕрЄАрЅрЄЌрЅ‹рЄœрЄМ рЄЋрЄМрЄПрЄВрЅрЄŸрЄА рЄЈрЄЙрЅ€рЄ‚ рЄЙрЅˆ +luckperms.command.verbose.enabled=рЄЎрЄПрЄВрЄОрЄЈ рЄЕрЄОрЄВрЅ‡ рЄšрЅ‡рЄ•рЅ‹рЄ‚ рЄ•рЅ‡ рЄВрЄПрЄ рЄЕрЄАрЅрЄЌрЅ‹рЄœрЄМ рЄВрЅ‰рЄ—рЄПрЄ‚рЄ— {0} {1} +luckperms.command.verbose.command-exec={0} рЄ•рЅ‹ рЄ†рЄІрЅ‡рЄЖ {1} рЄЈрЄПрЄЗрЅрЄЊрЄОрЄІрЄПрЄЄ рЄ•рЄАрЄЈрЅ‡ рЄ•рЅ‡ рЄВрЄПрЄ рЄЌрЄОрЄЇрЅрЄЏ рЄ•рЄАрЄЈрЄО рЄ”рЄА рЄ•рЄПрЄ рЄ—рЄ рЄИрЄ­рЅ€ рЄšрЅ‡рЄ•рЅ‹рЄ‚ рЄ•рЅ€ рЄАрЄПрЄЊрЅ‹рЄАрЅрЄŸ рЄ•рЄАрЄЈрЄО... +luckperms.command.verbose.off=рЄЕрЄАрЅрЄЌрЅ‹рЄœрЄМ рЄВрЅ‰рЄ—рЄПрЄ‚рЄ— {0} +luckperms.command.verbose.command-exec-complete=рЄ•рЄЎрЄОрЄ‚рЄЁ рЄЈрЄПрЄЗрЅрЄЊрЄОрЄІрЄЈ рЄЊрЅ‚рЄАрЅрЄЃ +luckperms.command.verbose.command.no-checks=рЄ•рЄЎрЄОрЄ‚рЄЁ рЄ•рЄО рЄЈрЄПрЄЗрЅрЄЊрЄОрЄІрЄЈ рЄЊрЅ‚рЄАрЄО рЄЙрЅрЄ†, рЄВрЅ‡рЄ•рЄПрЄЈ рЄ•рЅ‹рЄˆ рЄ…рЄЈрЅрЄЎрЄЄрЄП рЄœрЄОрЄ‚рЄš рЄЈрЄЙрЅ€рЄ‚ рЄ•рЅ€ рЄ—рЄˆ +luckperms.command.verbose.command.possibly-async=рЄрЄИрЄО рЄ‡рЄИрЄВрЄПрЄ рЄЙрЅ‹ рЄИрЄ•рЄЄрЄО рЄЙрЅˆ рЄ•рЅрЄЏрЅ‹рЄ‚рЄ•рЄП рЄЊрЅрЄВрЄ—рЄ‡рЄЈ рЄЌрЅˆрЄ•рЄ—рЅрЄАрЄОрЄ‰рЄ‚рЄЁ рЄЎрЅ‡рЄ‚ рЄ•рЄЎрЄОрЄ‚рЄЁ рЄšрЄВрЄОрЄЄрЄО рЄЙрЅˆ (async) +luckperms.command.verbose.command.try-again-manually=рЄ†рЄЊ рЄ…рЄ­рЅ€ рЄ­рЅ€ рЄ‡рЄИ рЄЄрЄАрЄЙ рЄИрЅ‡ рЄ•рЄПрЄ рЄ—рЄ рЄšрЅ‡рЄ• рЄ•рЄО рЄЊрЄЄрЄО рЄВрЄ—рЄОрЄЈрЅ‡ рЄ•рЅ‡ рЄВрЄПрЄ рЄЎрЅˆрЄЈрЅрЄЏрЅрЄ…рЄВ рЄАрЅ‚рЄЊ рЄИрЅ‡ рЄЕрЄАрЅрЄЌрЅ‹рЄœрЄМ рЄ•рЄО рЄ‰рЄЊрЄЏрЅ‹рЄ— рЄ•рЄА рЄИрЄ•рЄЄрЅ‡ рЄЙрЅˆрЄ‚ +luckperms.command.verbose.enabled-recording=рЄЎрЄПрЄВрЄОрЄЈ рЄЕрЄОрЄВрЅ‡ рЄšрЅ‡рЄ•рЅ‹рЄ‚ рЄ•рЅ‡ рЄВрЄПрЄ рЄЕрЄАрЅрЄЌрЅ‹рЄœрЄМ рЄВрЅ‰рЄ—рЄПрЄ‚рЄ— {0} {1} +luckperms.command.verbose.uploading=рЄЕрЄАрЅрЄЌрЅ‹рЄœрЄМ рЄВрЅ‰рЄ—рЄПрЄ‚рЄ— {0}, рЄЊрЄАрЄПрЄЃрЄОрЄЎ рЄ…рЄЊрЄВрЅ‹рЄЁ рЄ•рЄА рЄАрЄЙрЄО рЄЙрЅˆ... +luckperms.command.verbose.url=рЄЕрЄАрЅрЄЌрЅ‹рЄœрЄМ рЄЊрЄАрЄПрЄЃрЄОрЄЎ URL +luckperms.command.verbose.enabled-term=рЄИрЄ•рЅрЄЗрЄЎ +luckperms.command.verbose.disabled-term=рЄЕрЄПрЄ•рЄВрЄОрЄ‚рЄ— +luckperms.command.verbose.query-any=рЄ•рЅ‹рЄˆ +luckperms.command.info.running-plugin=рЄšрЄВ рЄАрЄЙрЅ‡ рЄрЄЊрЅрЄВрЄПрЄ•рЅ‡рЄЖрЄЈ +luckperms.command.info.platform-key=рЄЎрЄ‚рЄš (Automatic Translation) +luckperms.command.info.server-brand-key=рЄИрЄАрЅрЄЕрЄА рЄЌрЅрЄАрЄОрЄ‚рЄЁ +luckperms.command.info.server-version-key=рЄИрЄАрЅрЄЕрЄА рЄИрЄ‚рЄИрЅрЄ•рЄАрЄЃ +luckperms.command.info.storage-key=рЄИрЄ‚рЄ—рЅрЄАрЄЙрЄЃ +luckperms.command.info.storage-type-key=рЄЊрЅрЄАрЄ•рЄОрЄА +luckperms.command.info.storage.meta.split-types-key=рЄЊрЅрЄАрЄ•рЄОрЄА +luckperms.command.info.storage.meta.ping-key=рЄЊрЄПрЄ‚рЄ— +luckperms.command.info.storage.meta.connected-key=рЄ•рЄЈрЅ‡рЄ•рЅрЄŸ рЄЙрЅ‹ рЄ—рЄЏрЄО +luckperms.command.info.storage.meta.file-size-key=рЅžрЄОрЄ‡рЄВ рЄ†рЄ•рЄОрЄА\: +luckperms.command.info.extensions-key=рЄрЄ•рЅрЄИрЄŸрЅ‡рЄЈрЄЖрЄЈ +luckperms.command.info.messaging-key=рЄИрЄ‚рЄІрЅ‡рЄЖ +luckperms.command.info.instance-key=рЄ‡рЄ‚рЄИрЅрЄŸрЅ‡рЄ‚рЄИрЅ‡рЄИ +luckperms.command.info.static-contexts-key=рЄИрЅрЄЅрЄПрЄА рЄИрЄ‚рЄІрЄАрЅрЄ­ +luckperms.command.info.online-players-key=рЄ‘рЄЈрЄВрЄОрЄ‡рЄЈ рЄ–рЄПрЄВрЄОрЄЁрЄМрЄПрЄЏрЅ‹рЄ‚ +luckperms.command.info.online-players-unique={0} рЄ…рЄІрЅрЄЕрЄПрЄЄрЅ€рЄЏ +luckperms.command.info.uptime-key=рЄ…рЄЊрЄŸрЄОрЄ‡рЄЎ +luckperms.command.info.local-data-key=рЄИрЅрЄЅрЄОрЄЈрЅ€рЄЏ рЄЁрЄОрЄŸрЄО +luckperms.command.info.local-data={0} рЄ‰рЄЊрЄЏрЅ‹рЄ—рЄ•рЄАрЅрЄЄрЄО, {1} рЄИрЄЎрЅ‚рЄЙ, {2} рЄŸрЅрЄАрЅˆрЄ• +luckperms.command.generic.create.success={0} рЄИрЅрЄЈрЅˆрЄЊрЄЖрЅ‰рЄŸ рЄИрЄЋрЄВрЄЄрЄОрЄЊрЅ‚рЄАрЅрЄЕрЄ• рЄЌрЄЈрЄОрЄЏрЄО рЄ—рЄЏрЄО +luckperms.command.generic.create.error={0} рЄ•рЅ‹ рЄ‡рЄЈрЄИрЅрЄŸрЅ‰рЄВ рЄ•рЄАрЄЄрЅ‡ рЄИрЄЎрЄЏ рЄ•рЅ‹рЄˆ рЄЄрЅрЄАрЅрЄŸрЄП рЄЙрЅрЄˆрЅЄ +luckperms.command.generic.create.error-already-exists={0} рЄЊрЄЙрЄВрЅ‡ рЄЙрЅ€ рЄ…рЄИрЅрЄЄрЄПрЄЄрЅрЄЕрЄЎрЄОрЄЈ рЄЙрЅˆрЅЄ +luckperms.command.generic.delete.success={0} рЄИрЅрЄЈрЅˆрЄЊрЄЖрЅ‰рЄŸ рЄИрЄЋрЄВрЄЄрЄОрЄЊрЅ‚рЄАрЅрЄЕрЄ• рЄЌрЄЈрЄОрЄЏрЄО рЄ—рЄЏрЄО +luckperms.command.generic.delete.error={0} рЄ•рЅ‹ рЄ‡рЄЈрЄИрЅрЄŸрЅ‰рЄВ рЄ•рЄАрЄЄрЅ‡ рЄИрЄЎрЄЏ рЄ•рЅ‹рЄˆ рЄЄрЅрЄАрЅрЄŸрЄП рЄЙрЅрЄˆрЅЄ +luckperms.command.generic.delete.error-doesnt-exist={0} рЄЎрЅŒрЄœрЅ‚рЄІ рЄЈрЄЙрЅ€рЄ‚ рЄЙрЅˆ +luckperms.command.generic.rename.success={0} рЄ•рЄО рЄИрЄЋрЄВрЄЄрЄОрЄЊрЅ‚рЄАрЅрЄЕрЄ• рЄЈрЄОрЄЎ рЄЌрЄІрЄВрЄ•рЄА {1} рЄ•рЄА рЄІрЄПрЄЏрЄО рЄ—рЄЏрЄО +luckperms.command.generic.clone.success={0} рЄ•рЄО рЄИрЄЋрЄВрЄЄрЄОрЄЊрЅ‚рЄАрЅрЄЕрЄ• рЄЈрЄОрЄЎ рЄЌрЄІрЄВрЄ•рЄА {1} рЄ•рЄА рЄІрЄПрЄЏрЄО рЄ—рЄЏрЄО +luckperms.command.generic.info.parent.title=рЄЊрЅ‡рЄАрЅ‡рЄЈрЅрЄŸ рЄИрЄЎрЅ‚рЄЙ +luckperms.command.generic.info.parent.temporary-title=рЄ…рЄИрЅрЄЅрЄОрЄЏрЅ€ рЄ…рЄ­рЄПрЄ­рЄОрЄЕрЄ• рЄИрЄЎрЅ‚рЄЙ +luckperms.command.generic.info.expires-in=рЄИрЄЎрЄОрЄЊрЅрЄЄрЄП\: +luckperms.command.generic.info.inherited-from=рЄИрЅ‡ рЄЊрЅрЄАрЄЕрЅ‡рЄЖ рЄ•рЄАрЄЄрЄО рЄЙрЅˆ +luckperms.command.generic.info.inherited-from-self=рЄИрЅрЄЕрЄЏрЄ‚ +luckperms.command.generic.show-tracks.title={0} рЄ•рЅ‡ рЄŸрЅрЄАрЅˆрЄ• +luckperms.command.generic.show-tracks.empty={0} рЄ•рЄПрЄИрЅ€ рЄŸрЅрЄАрЅˆрЄ• рЄЊрЄА рЄЈрЄЙрЅ€рЄ‚ рЄЙрЅˆ diff --git a/plugins/LuckPerms/translations/repository/hu_HU.properties b/plugins/LuckPerms/translations/repository/hu_HU.properties new file mode 100644 index 0000000..9576d3d --- /dev/null +++ b/plugins/LuckPerms/translations/repository/hu_HU.properties @@ -0,0 +1,630 @@ +luckperms.logs.actionlog-prefix=NAPLУ“ +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=EXPORTУ€LУ€S +luckperms.commandsystem.available-commands=HasznУЁld {0} a rendelkezУЉsre УЁllУГ parancsok megtekintУЉsУЉhez +luckperms.commandsystem.command-not-recognised=Ismeretlen parancs +luckperms.commandsystem.no-permission=Nincs jogod a parancs hasznУЁlatУЁhoz\! +luckperms.commandsystem.no-permission-subcommands=Nincs jogod egy al-parancs hasznУЁlatУЁhoz sem +luckperms.commandsystem.already-executing-command=Egy mУЁsik parancs vУЉgrehajtУЁsa folyamatban van. VУЁrakozУЁs a befejezУЉsУЉre... +luckperms.commandsystem.usage.sub-commands-header=Al-Parancsok +luckperms.commandsystem.usage.usage-header=Parancs HasznУЁlat +luckperms.commandsystem.usage.arguments-header=Argumentumok +luckperms.first-time.no-permissions-setup=Уšgy lУЁtszik, mУЉg nem lett beУЁllУ­tva egy jogosultsУЁg sem\! +luckperms.first-time.use-console-to-give-access=MielХ‘tt bУЁrmelyik LuckPerms parancsot hasznУЁlnУЁd a jУЁtУЉkban, szУМksУЉged lesz a konzolra, hogy jogosultsУЁgokat adj magadnak +luckperms.first-time.console-command-prompt=Nyisd meg a konzolt УЉs futtasd +luckperms.first-time.next-step=MiutУЁn elvУЉgezted ezt a mХБveletet, elkezdheted meghatУЁrozni a jogokat УЉs csoportokat +luckperms.first-time.wiki-prompt=Nem tudod, hol kezdd? NУЉzd meg itt\: {0} +luckperms.login.try-again=KУЉrlek, prУГbУЁld УКjra kУЉsХ‘bb +luckperms.login.loading-database-error=Jogi adatok betУЖltУЉsekkor hiba tУЖrtУЉnt az adatbУЁzisban +luckperms.login.server-admin-check-console-errors=Amennyiben szerver adminisztrУЁtor vagy, kУЉrlek ellenХ‘rizd a konzolt, hogy nincs-e bУЁrmilyen mУЁs hiba +luckperms.login.server-admin-check-console-info=KУЉrlek ellenХ‘rizd a szerver-konzolt tovУЁbbi informУЁciУГУЉrt +luckperms.login.data-not-loaded-at-pre=A felhasznУЁlУГk jogi adatai nem voltak betУЖltve a bejelentkezУЉs elХ‘tti szakaszban +luckperms.login.unable-to-continue=a folytatУЁs nem lehetsУЉges +luckperms.login.craftbukkit-offline-mode-error=ez valУГszУ­nХБleg a CraftBukkit УЉs online-mode beУЁllУ­tУЁs kУЖzУЖtti konfliktusnak kУЖszУЖnhetХ‘ +luckperms.login.unexpected-error=VУЁratlan hiba tУЖrtУЉnt a jogi adatok beУЁllУ­tУЁsa kУЖzben +luckperms.opsystem.disabled=A vanilla OP rendszer le van tiltva a szerveren +luckperms.opsystem.sponge-warning=KУЉrlek, vedd figyelembe, hogy a Szerver OperУЁtor stУЁtusz nem befolyУЁsolja a Sponge jog-ellenХ‘rzУЉseket, ha jogkezelХ‘ plugin van telepУ­tve, kУЖzvetlenУМl mУГdosУ­tsd a felhasznУЁlУГi adatokat +luckperms.duration.unit.years.plural={0} УЉv +luckperms.duration.unit.years.singular={0} УЉv +luckperms.duration.unit.years.short={0}УЉ +luckperms.duration.unit.months.plural={0} hУГnap +luckperms.duration.unit.months.singular={0} hУГnap +luckperms.duration.unit.months.short={0}hУГ +luckperms.duration.unit.weeks.plural={0} hУЉt +luckperms.duration.unit.weeks.singular={0} hУЉt +luckperms.duration.unit.weeks.short={0}hУЉt +luckperms.duration.unit.days.plural={0} nap +luckperms.duration.unit.days.singular={0} nap +luckperms.duration.unit.days.short={0}n +luckperms.duration.unit.hours.plural={0} УГra +luckperms.duration.unit.hours.singular={0} УГra +luckperms.duration.unit.hours.short={0}УГ +luckperms.duration.unit.minutes.plural={0} perc +luckperms.duration.unit.minutes.singular={0} perc +luckperms.duration.unit.minutes.short={0}p +luckperms.duration.unit.seconds.plural={0} mУЁsodperc +luckperms.duration.unit.seconds.singular={0} mУЁsodperc +luckperms.duration.unit.seconds.short={0}mp +luckperms.duration.since={0} УГta +luckperms.command.misc.invalid-code=Helytelen kУГd +luckperms.command.misc.response-code-key=vУЁlaszkУГd +luckperms.command.misc.error-message-key=УМzenet +luckperms.command.misc.bytebin-unable-to-communicate=Nem lehet kommunikУЁlni a bytebin-nel +luckperms.command.misc.webapp-unable-to-communicate=Nem lehet kommunikУЁlni a web alkalmazУЁssal +luckperms.command.misc.check-console-for-errors=EllenХ‘rizd a konzolt a hibУЁkУЉrt +luckperms.command.misc.file-must-be-in-data={0} fУЁjlnak kУЖzvetlenУМl benne kell lennie az adatokat tartalmazУГ mappУЁban +luckperms.command.misc.wait-to-finish=KУЉrlek vУЁrj, mУ­g befejezХ‘dik, majd prУГbУЁld УКjra +luckperms.command.misc.invalid-priority=У‰rvУЉnytelen prioritУЁs {0} +luckperms.command.misc.expected-number=Meg kell adni egy szУЁmot +luckperms.command.misc.date-parse-error={0} dУЁtumot nem lehet elemezni +luckperms.command.misc.date-in-past-error=Nem УЁllУ­thatsz be mУКltbeli dУЁtumot\! +luckperms.command.misc.page={0}. oldal a {1}-bХ‘l/bУГl +luckperms.command.misc.page-entries={0} bejegyzУЉs +luckperms.command.misc.none=Nincs +luckperms.command.misc.loading.error.unexpected=VУЁratlan hiba tУЖrtУЉnt +luckperms.command.misc.loading.error.user=A felhasznУЁlУГ nincs betУЖltve +luckperms.command.misc.loading.error.user-specific=Nem sikerУМlt betУЖlteni a cУЉlfelhasznУЁlУГt\: {0} +luckperms.command.misc.loading.error.user-not-found={0} nevХБ felhasznУЁlУГ nem talУЁlhatУГ +luckperms.command.misc.loading.error.user-save-error=Hiba lУЉpett fel {0} felhasznУЁlУГi adatinak mentУЉse kУЖzben +luckperms.command.misc.loading.error.user-not-online={0} nevХБ felhasznУЁlУГ jelenleg nem elУЉrhetХ‘ +luckperms.command.misc.loading.error.user-invalid={0} egy УЉrvУЉnytelen nУЉv/uuid +luckperms.command.misc.loading.error.user-not-uuid={0} egy УЉrvУЉnytelen uuid +luckperms.command.misc.loading.error.group=A csoport nincs betУЖltve +luckperms.command.misc.loading.error.all-groups=Nem lehet minden csoportot betУЖlteni +luckperms.command.misc.loading.error.group-not-found={0} nevХБ csoport nem talУЁlhatУГ +luckperms.command.misc.loading.error.group-save-error=Hiba lУЉpett fel a(z) {0} csoport adatainak mentУЉse kУЖzben +luckperms.command.misc.loading.error.group-invalid={0} egy УЉrvУЉnytelen csoportnУЉv +luckperms.command.misc.loading.error.track=A ranglУЉtra nincs betУЖltve +luckperms.command.misc.loading.error.all-tracks=Nem lehet minden ranglУЉtrУЁt betУЖlteni +luckperms.command.misc.loading.error.track-not-found={0} nevХБ ranglУЉtra nem talУЁlhatУГ +luckperms.command.misc.loading.error.track-save-error=Hiba lУЉpett fel a(z) {0} ranglУЉtra adatainak mentУЉse kУЖzben +luckperms.command.misc.loading.error.track-invalid={0} egy УЉrvУЉnytelen ranglУЉtranУЉv +luckperms.command.editor.no-match=A szerkesztХ‘ nem nyithatУГ meg, egyetlen objektum sem felel meg a kУ­vУЁnt tУ­pusnak +luckperms.command.editor.start=Уšj szerkesztХ‘ elХ‘kУЉszУ­tУЉse, kУЉrlek vУЁrj... +luckperms.command.editor.url=Kattints az alУЁbbi linkre a szerkesztХ‘ megnyitУЁsУЁhoz +luckperms.command.editor.unable-to-communicate=Nem lehet kommunikУЁlni a webszerkesztХ‘vel +luckperms.command.editor.apply-edits.success=WebszerkesztХ‘ adatok alkalmazva {1} {0} szУЁmУЁra +luckperms.command.editor.apply-edits.success-summary={0} {1} УЉs {2} {3} +luckperms.command.editor.apply-edits.success.additions=hozzУЁadУЁs +luckperms.command.editor.apply-edits.success.additions-singular=hozzУЁadУЁs +luckperms.command.editor.apply-edits.success.deletions=tУЖrlУЉs +luckperms.command.editor.apply-edits.success.deletions-singular=tУЖrlУЉs +luckperms.command.editor.apply-edits.no-changes=A webszerkesztХ‘n nem tУЖrtУЉnt vУЁltoztatУЁs, a visszakУМldУЖtt adatok nem tartalmaztak egy szerkesztУЉst sem +luckperms.command.editor.apply-edits.unknown-type=A megadott objektum nem illeszkedett a kУ­vУЁnt tУ­pushoz, У­gy nem lehetett alkalmazni a mУГdosУ­tУЁsokat +luckperms.command.editor.apply-edits.unable-to-read=Az adatok nem olvashatУГak be a megadott kУГddal +luckperms.command.search.searching.permission={0} joggal rendelkezХ‘ felhasznУЁlУГk УЉs csoportok keresУЉse +luckperms.command.search.searching.inherit={0} jogot УЖrУЖklХ‘ felhasznУЁlУГk УЉs csoportok keresУЉse +luckperms.command.search.result={0} talУЁlat, {1} felhasznУЁlУГ УЉs {2} csoport +luckperms.command.search.result.default-notice=MegjegyzУЉs\: a keresУЉs sorУЁn az alap (default) csoporttal rendelkezХ‘ felhasznУЁlУГk kУЖzУЖtt az offline felhasznУЁlУГk, akiknek nincs mУЁs joguk, nem lesznek megjelenУ­tve\! +luckperms.command.search.showing-users=FelhasznУЁlУГi talУЁlatok megjelenУ­tУЉse +luckperms.command.search.showing-groups=Csoport talУЁlatok megjelenУ­tУЉse +luckperms.command.tree.start=JogosultsУЁgi fa generУЁlУЁsa, kУЉrlek vУЁrj... +luckperms.command.tree.empty=Nem lehet generУЁlni jogosultsУЁgi fУЁt, nem talУЁlhatУГak eredmУЉnyek +luckperms.command.tree.url=JogosultsУЁgi fa URL-je +luckperms.command.verbose.invalid-filter={0} egy УЉrvУЉnytelen verbose szХБrХ‘ +luckperms.command.verbose.enabled=RУЉszletes naplУГzУЁs {0} a kУЖvetkezХ‘ talУЁlatokra (szХБrХ‘)\: {1} +luckperms.command.verbose.command-exec={0} erХ‘ltetУЉse a {1} parancs futtatУЁsУЁra, minden elvУЉgzett ellenХ‘rzУЉs jelentУЉse... +luckperms.command.verbose.off=RУЉszletes naplУГzУЁs {0} +luckperms.command.verbose.command-exec-complete=Parancs futtatУЁsa vУЉgrehajtva +luckperms.command.verbose.command.no-checks=A parancs vУЉgrehajtУЁsa befejezХ‘dУЖtt, de nem tУЖrtУЉnt jogosultsУЁg ellenХ‘rzУЉs +luckperms.command.verbose.command.possibly-async=Ez valУГszУ­nХБleg azУЉrt van, mert a plugin parancsokat futtat a hУЁttУЉrben (async) +luckperms.command.verbose.command.try-again-manually=ManuУЁlisan is hasznУЁlhatod a rУЉszletes naplУГzУЁst az ilyen ellenХ‘rzУЉsekhez +luckperms.command.verbose.enabled-recording=RУЉszletes naplУГzУЁs-felvУЉtel {0} a kУЖvetkezХ‘ talУЁlatokra (szХБrХ‘)\: {1} +luckperms.command.verbose.uploading=RУЉszletes naplУГzУЁs {0}, eredmУЉnyek feltУЖltУЉse... +luckperms.command.verbose.url=RУЉszletes naplУГ eredmУЉnyУЉnek URL-je +luckperms.command.verbose.enabled-term=engedУЉlyezve +luckperms.command.verbose.disabled-term=kikapcsolva +luckperms.command.verbose.query-any=BУRMI +luckperms.command.info.running-plugin=FutУГ +luckperms.command.info.platform-key=Platform +luckperms.command.info.server-brand-key=Szerver mУЁrka +luckperms.command.info.server-version-key=Szerver verziУГ +luckperms.command.info.storage-key=TУЁrhely +luckperms.command.info.storage-type-key=TУ­pus +luckperms.command.info.storage.meta.split-types-key=TУ­pusok +luckperms.command.info.storage.meta.ping-key=Ping +luckperms.command.info.storage.meta.connected-key=Csatlakozva +luckperms.command.info.storage.meta.file-size-key=FУЁjlmУЉret +luckperms.command.info.extensions-key=KiegУЉszУ­tХ‘k +luckperms.command.info.messaging-key=УœzenetkУМldУЉs +luckperms.command.info.instance-key=RУЉszletek +luckperms.command.info.static-contexts-key=Statikus kontextusok +luckperms.command.info.online-players-key=Online jУЁtУЉkosok +luckperms.command.info.online-players-unique={0} kУМlУЖnbУЖzХ‘ +luckperms.command.info.uptime-key=УœzemidХ‘ +luckperms.command.info.local-data-key=Helyi adatok +luckperms.command.info.local-data={0} felhasznУЁlУГ, {1} csoport, {2} ranglУЉtra +luckperms.command.generic.create.success={0} sikeresen lУЉtrehozva +luckperms.command.generic.create.error=Hiba lУЉpett fel {0} lУЉtrehozУЁsa kУЖzben +luckperms.command.generic.create.error-already-exists={0} mУЁr lУЉtezik\! +luckperms.command.generic.delete.success={0} sikeresen tУЖrУЖlve +luckperms.command.generic.delete.error=Hiba lУЉpett fel {0} tУЖrlУЉse kУЖzben +luckperms.command.generic.delete.error-doesnt-exist={0} nem lУЉtezik\! +luckperms.command.generic.rename.success={0} sikeresen УЁtnevezve erre\: {1} +luckperms.command.generic.clone.success={0} sikeresen УЁtmУЁsolva {1} -ra/re +luckperms.command.generic.info.parent.title=SzУМlХ‘ csoportok +luckperms.command.generic.info.parent.temporary-title=Ideiglenes SzУМlХ‘ Csoportok +luckperms.command.generic.info.expires-in=lejУЁr +luckperms.command.generic.info.inherited-from=УЖrУЖkli a kУЖvetkezХ‘tХ‘l +luckperms.command.generic.info.inherited-from-self=УЖnmaga +luckperms.command.generic.show-tracks.title={0} ranglУЉtrУЁi +luckperms.command.generic.show-tracks.empty={0} nincs egy ranglУЉtrУЁn sem +luckperms.command.generic.clear.node-removed={0} elem eltУЁvolУ­tva +luckperms.command.generic.clear.node-removed-singular={0} elem eltУЁvolУ­tva +luckperms.command.generic.clear={0} elem el lett eltУЁvolУ­tva, {1} kontextusban +luckperms.command.generic.permission.info.title={0} jogosultsУЁgai +luckperms.command.generic.permission.info.empty={0} nem rendelkezik semmilyen jogosultsУЁggal +luckperms.command.generic.permission.info.click-to-remove={0} ezen jogУЁnak eltУЁvolУ­tУЁsУЁhoz kattints ide +luckperms.command.generic.permission.check.info.title={0} jogosultsУЁg informУЁciУГk +luckperms.command.generic.permission.check.info.directly={0} {1} joga {2} УЉrtУЉkХБ lett, {3} kontextusban +luckperms.command.generic.permission.check.info.inherited={0} a(z) {1} jogot {2} УЉrtУЉkben УЖrУЖkli a(z) {3} csoporttУГl, {4} kontextusban +luckperms.command.generic.permission.check.info.not-directly={0} nem rendelkezik {1} joggal +luckperms.command.generic.permission.check.info.not-inherited={0} nem УЖrУЖkli a(z) {1} jogot +luckperms.command.generic.permission.check.result.title={0} jog ellenХ‘rzУЉs +luckperms.command.generic.permission.check.result.result-key=EredmУЉny +luckperms.command.generic.permission.check.result.processor-key=Processzor +luckperms.command.generic.permission.check.result.cause-key=Alap +luckperms.command.generic.permission.check.result.context-key=Kontextusok +luckperms.command.generic.permission.set={0} jog {1} УЉrtУЉkre УЁllУ­tva {2}-nak/nek, {3} kontextusban +luckperms.command.generic.permission.already-has={0} mУЁr rendelkezik {1} joggal, {2} kontextusban +luckperms.command.generic.permission.set-temp={0} jog {1} УЉrtУЉkre УЁllУ­tva {2}-nak/nek, {3} idХ‘re, {4} kontextusban +luckperms.command.generic.permission.already-has-temp={0} mУЁr rendelkezik {1} ideiglenes joggal, {2} kontextusban +luckperms.command.generic.permission.unset={0} {1} joga eltУЁvolУ­tva, {2} kontextusban +luckperms.command.generic.permission.doesnt-have={0} nem rendelkezik {1} joggal, {2} kontextusban +luckperms.command.generic.permission.unset-temp={0} ideglenes jog eltУЁvolУ­tva {1} felhasznУЁlУГtУГl, {2} kontextusban +luckperms.command.generic.permission.subtract={0} jog, {1} УЉrtУЉkre УЁllУ­tva, {2} nak/nek, {3} idХ‘re, {4} kontextusban, {5} УЉrtУЉkkel kevesebb, mint ezelХ‘tt +luckperms.command.generic.permission.doesnt-have-temp={0} nem rendelkezik {1} ideglenes joggal, {2} kontextusban +luckperms.command.generic.permission.clear={0} jogai tУЖrУЖlve {1} kontextusban +luckperms.command.generic.parent.info.title={0} szУМlХ‘ csoportjai +luckperms.command.generic.parent.info.empty={0} nem rendelkezik semmilyen szУМlХ‘ csoporttal +luckperms.command.generic.parent.info.click-to-remove={0} ezen szУМlХ‘csoportjУЁnak eltУЁvolУ­tУЁsУЁhoz kattints ide +luckperms.command.generic.parent.add={0} mostantУГl УЖrУЖkli a(z) {1} csoport jogait, {2} kontextusban +luckperms.command.generic.parent.add-temp={0} mostantУГl УЖrУЖkli a(z) {1} csoport jogait, {2} idХ‘tartamra, {3} kontextusban +luckperms.command.generic.parent.set={0} УЖrУЖklУЉsei tУЖrУЖlve lettek, most mУЁr csak a(z) {1} csoport jogait УЖrУЖkli {2} kontextusban +luckperms.command.generic.parent.set-track={0} szУМlХ‘-csoportjai tУЖrУЖlve lettek a(z) {1} ranglУЉtrУЁn, most mУЁr csak a(z) {2} ranglУЉtra jogait УЖrУЖkli {3} kontextusban +luckperms.command.generic.parent.remove={0} mostantУГl nem УЖrУЖkli a(z) {1} csoport jogait {2} kontextusban +luckperms.command.generic.parent.remove-temp={0} mostantУГl nem УЖrУЖkli a(z) {1} ideiglenes csoport jogait {2} kontextusban +luckperms.command.generic.parent.subtract={0} УЖrУЖkУЖlni fogja a(z) {1} csoport jogait, {2} idХ‘tartamra, {3} kontextusban, {4}-el/al kevesebb idХ‘ mint korУЁbban +luckperms.command.generic.parent.clear={0} szУМlХ‘-csoport el lett eltУЁvolУ­tva {1} kontextusban +luckperms.command.generic.parent.clear-track={0} szУМlХ‘-csoportjai a(z) {1} ranglУЉtrУЁrУГl tУЖrУЖlve, {2} kontextusban +luckperms.command.generic.parent.already-inherits={0} mУЁr УЖrУЖkli a(z) {1} szУМlХ‘-csoportot, {2} kontextusban +luckperms.command.generic.parent.doesnt-inherit={0} nem УЖrУЖkli a(z) {1} szУМlХ‘-csoportot, {2} kontextusban +luckperms.command.generic.parent.already-temp-inherits={0} mУЁr ideiglenesen УЖrУЖkli a(z) {1} csoportot {2} kontextusban +luckperms.command.generic.parent.doesnt-temp-inherit={0} nem УЖrУЖkli ideiglenesen a(z) {1} csoportot {2} kontextusban +luckperms.command.generic.chat-meta.info.title-prefix={0} ElХ‘tagjai +luckperms.command.generic.chat-meta.info.title-suffix={0} UtУГtagjai +luckperms.command.generic.chat-meta.info.none-prefix={0} nem rendelkezik elХ‘taggal +luckperms.command.generic.chat-meta.info.none-suffix={0} nem rendelkezik utУГtaggal +luckperms.command.generic.chat-meta.info.click-to-remove={1} ezen {0} meta eltУЁvolУ­tУЁsУЁhoz kattints ide +luckperms.command.generic.chat-meta.already-has={0} mУЁr rendelkezik {1} {2} metaadattal {3} prioritУЁssal, {4} kontextusban +luckperms.command.generic.chat-meta.already-has-temp={0}-nak/nek mУЁr van {1} {2} ideiglenes metaadata {3} prioritУЁssal {4} kontextusban +luckperms.command.generic.chat-meta.doesnt-have={0}-nak/nek nincs {1} {2} metaadata {3} prioritУЁssal {4} kontextusban +luckperms.command.generic.chat-meta.doesnt-have-temp={0}-nak/nek nincs {1} {2} ideiglenes metaadata {3} prioritУЁssal {4} kontextusban +luckperms.command.generic.chat-meta.add={0}-nak/nek {1} {2} metaadat {3} prioritУЁssal hozzУЁadva {4} kontextusban +luckperms.command.generic.chat-meta.add-temp={0}-nak/nek {1} {2} metaadat {3} prioritУЁssal hozzУЁadva, {4} idХ‘re, {5} kontextusban +luckperms.command.generic.chat-meta.remove={0} eltУЁvolУ­totta a {1} {2} {3} prioritУЁsУК metaadatot {4} kontextusban +luckperms.command.generic.chat-meta.remove-bulk={0} eltУЁvolУ­totta az УЖsszes {2} prioritУЁsУК {1}-t, {3} kontextusban +luckperms.command.generic.chat-meta.remove-temp={0} eltУЁvolУ­totta az ideiglenes {1} {2} {3} prioritУЁsУК metaadatot {4} kontextusban +luckperms.command.generic.chat-meta.remove-temp-bulk={0} eltУЁvolУ­totta az УЖsszes {2} prioritУЁsУК ideiglenes {1}-t, {3} kontextusban +luckperms.command.generic.meta.info.title={0} Meta-ja +luckperms.command.generic.meta.info.none={0} nem rendelkezik meta-val +luckperms.command.generic.meta.info.click-to-remove={0} ezen meta eltУЁvolУ­tУЁsУЁhoz kattints ide +luckperms.command.generic.meta.already-has=A (z) {0} metakulcs mУЁr {1} {2} a kontextusban {3} +luckperms.command.generic.meta.already-has-temp=A {0} metakulcs mУЁr {1} ideiglenesen {2} a kontextusban {3} +luckperms.command.generic.meta.doesnt-have=A (z) {0} metakulcs {1} nincs kontextusban beУЁllУ­tva {2} +luckperms.command.generic.meta.doesnt-have-temp={0} nincs meta kulcs {1} ideiglenesen beУЁllУ­tva a kontextusban {2} +luckperms.command.generic.meta.set=УllУ­tsa a metakulcsot {0} {1} УЉrtУЉkre a (z) {2} szУЁmУЁra a kontextusban {3} +luckperms.command.generic.meta.set-temp=УllУ­tsa a {0} metakulcsot {1} УЉrtУЉkre {2} idХ‘tartamra {3} УЖsszefУМggУЉsben {4} +luckperms.command.generic.meta.unset=A (z) {0} metakulcs beУЁllУ­tУЁsa a (z) {1} kontextusban {2} +luckperms.command.generic.meta.unset-temp=Az ideiglenes metakulcs ({0}) beУЁllУ­tУЁsa a (z) {1} kontextusban {2} +luckperms.command.generic.meta.clear={0} metaegyezУЉsi tУ­pusУЁt {1} a (z) {2} kontextusban tУЖrУЖlte +luckperms.command.generic.contextual-data.title=Kontextus adatok +luckperms.command.generic.contextual-data.mode.key=mУГd +luckperms.command.generic.contextual-data.mode.server=szerver +luckperms.command.generic.contextual-data.mode.active-player=aktУ­v jУЁtУЉkos +luckperms.command.generic.contextual-data.contexts-key=Kontextusok +luckperms.command.generic.contextual-data.prefix-key=ElХ‘tag +luckperms.command.generic.contextual-data.suffix-key=UtУГtag +luckperms.command.generic.contextual-data.primary-group-key=ElsХ‘dleges csoport +luckperms.command.generic.contextual-data.meta-key=Meta +luckperms.command.generic.contextual-data.null-result=Nincs +luckperms.command.user.info.title=FelhasznУЁlУГi adatok +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=tУ­pus +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=offline +luckperms.command.user.info.status-key=Уllapot +luckperms.command.user.info.status.online=Online +luckperms.command.user.info.status.offline=Offline +luckperms.command.user.removegroup.error-primary=Nem tУЁvolУ­thatod el az elsХ‘dleges csoportjУЁbУГl +luckperms.command.user.primarygroup.not-member={0} nem volt tagja a {1} csoportnak, hozzУЁadУЁs most +luckperms.command.user.primarygroup.already-has={0} {1} csoportja mУЁr be van УЁllУ­tva elsХ‘dlegeskУЉnt +luckperms.command.user.primarygroup.warn-option=Figyelem\: A szerver ({0}) УЁltal hasznУЁlt elsХ‘dleges csoportszУЁmУ­tУЁsi mУГdszer nem feltУЉtlenУМl tУМkrУЖzi ezt a vУЁltozУЁst +luckperms.command.user.primarygroup.set={0} elsХ‘dleges csoportja beУЁllУ­tva {1} УЉrtУЉkre +luckperms.command.user.track.error-not-contain-group={0} mУЉg nincs a (z) {1} csoportban +luckperms.command.user.track.unsure-which-track=Nem biztos abban, hogy melyik pУЁlyУЁt hasznУЁlja, adja meg УЉrvkУЉnt +luckperms.command.user.track.missing-group-advice=Hozzon lУЉtre egy csoportot, vagy tУЖrУЖlje a ranglУЉtrУЁrУГl majd prУГbУЁlja УКjra +luckperms.command.user.promote.added-to-first=A (z) {0} nincs a (z) {1} domainen talУЁlhatУГ csoportokban, ezУЉrt felvettУЉk Х‘ket az elsХ‘ csoportba, {2} УЖsszefУМggУЉsben {3} +luckperms.command.user.promote.not-on-track={0} nincs benne egyetlen csoportban sem a(z) {1} ranglУЉtrУЁn, У­gy nem lett elХ‘lУЉptetve +luckperms.command.user.promote.success=A {0} pУЁlya {1} promУГciУГja a (z) {2} УЉs a (z) {3} kontextusban {4} +luckperms.command.user.promote.end-of-track=ElУЉrte a (z) {0} sУЁv vУЉgУЉt, nem tudta nУЉpszerХБsУ­teni a (z) {1} alkalmazУЁst +luckperms.command.user.promote.next-group-deleted=A ranglУЉtra kУЖvetkezХ‘ csoportja, {0}, mУЁr nem lУЉtezik +luckperms.command.user.promote.unable-to-promote=Nem sikerУМlt elХ‘lУЉptetni a felhasznУЁlУГt +luckperms.command.user.demote.success=A (z) {0} pУЁlya mentУЉn {1} leУЉpУ­tУЉs {2} УЉs {3} kontextusban {4} +luckperms.command.user.demote.end-of-track=A (z) {0} sУЁv vУЉge elУЉrkezett, ezУЉrt a (z) {1} eltУЁvolУ­tУЁsra kerУМlt a (z) {2} listУЁrУГl +luckperms.command.user.demote.end-of-track-not-removed=A (z) {0} szУЁm vУЉge elУЉrkezett, de {1} nem kerУМlt eltУЁvolУ­tУЁsra az elsХ‘ csoportbУГl +luckperms.command.user.demote.previous-group-deleted=A ranglУЉtrУЁn az elХ‘zХ‘ csoport, {0}, mУЁr nem lУЉtezik +luckperms.command.user.demote.unable-to-demote=Nem sikerУМlt lefokozni a felhasznУЁlУГt +luckperms.command.group.list.title=Csoportok +luckperms.command.group.delete.not-default=Az alapУЉrtelmezett csoportot nem tudod tУЖrУЖlni +luckperms.command.group.info.title=Csoport informУЁciУГ +luckperms.command.group.info.display-name-key=MegjelenУ­tУЉsi nУЉv +luckperms.command.group.info.weight-key=SУКly +luckperms.command.group.setweight.set={1} csoport sУКlya beУЁllУ­tva {0}-ra/re +luckperms.command.group.setdisplayname.doesnt-have={0} csoportnak nincs megjelenУ­tУЉsi neve +luckperms.command.group.setdisplayname.already-has={0} csoport mУЁr rendelkezik ezzel a megjelenУ­tУЉsi nУЉvvel\: {1} +luckperms.command.group.setdisplayname.already-in-use=A(z) {0} csoport megjelenУ­tУЉsi nevУЉt mУЁr hasznУЁlja a(z) {1} csoport +luckperms.command.group.setdisplayname.set=A megjelenУ­tett nУЉv beУЁllУ­tУЁsa {0} a (z) {1} csoporthoz a (z) {2} kontextusban +luckperms.command.group.setdisplayname.removed=A (z) {0} csoport megjelenУ­tett neve eltУЁvolУ­tva a (z) {1} kontextusban +luckperms.command.track.list.title=RanglУЉtrУЁk +luckperms.command.track.path.empty=Nincs +luckperms.command.track.info.showing-track=RanglУЉtra megjelenУ­tУЉse +luckperms.command.track.info.path-property=ElУЉrУЉsi УКt +luckperms.command.track.clear={0} csoportjainak szУЁma tУЖrУЖlve lett +luckperms.command.track.append.success=A {0} csoport hozzУЁadva a(z) {1} ranglУЉtrУЁhoz +luckperms.command.track.insert.success=A (z) {0} csoport bekerУМlt a (z) {1} sУЁvba a (z) {2} pozУ­ciУГban +luckperms.command.track.insert.error-number=VУЁrhatУГ szУЁm, de ehelyett megkapta\: {0} +luckperms.command.track.insert.error-invalid-pos=Nem lehet beszУКrni a (z) {0} pozУ­ciУГba +luckperms.command.track.insert.error-invalid-pos-reason=УЉrvУЉnytelen pozУ­ciУГ +luckperms.command.track.remove.success=A (z) {0} csoport eltУЁvolУ­tva a (z) {1} sУЁvbУГl +luckperms.command.track.error-empty=A (z) {0} nem hasznУЁlhatУГ, mivel УМres, vagy csak egy csoportot tartalmaz +luckperms.command.track.error-multiple-groups={0} ezen a pУЁlyУЁn tУЖbb csoport tagja +luckperms.command.track.error-ambiguous=Nem sikerУМlt meghatУЁrozni a helyУМket +luckperms.command.track.already-contains=A (z) {0} mУЁr tartalmazza a kУЖvetkezХ‘t\: {1} +luckperms.command.track.doesnt-contain=A (z) {0} nem tartalmazza a kУЖvetkezХ‘t\: {1} +luckperms.command.log.load-error=Az adatok nem tУЖlthetХ‘ek be +luckperms.command.log.invalid-page=У‰rvУЉnytelen oldalszУЁm +luckperms.command.log.invalid-page-range=Adjon meg egy УЉrtУЉket {0} УЉs {1} kУЖzУЖtt +luckperms.command.log.empty=Nincs megjelenУ­thetХ‘ naplУГbejegyzУЉs +luckperms.command.log.notify.error-console=A konzol УЉrtesУ­tУЉsei nem kapcsolhatУГk УЁt +luckperms.command.log.notify.enabled-term=EngedУЉlyezve +luckperms.command.log.notify.disabled-term=Letiltva +luckperms.command.log.notify.changed-state={0} naplУГzУЁsi kimenet +luckperms.command.log.notify.already-on=MУЁr kap УЉrtesУ­tУЉseket +luckperms.command.log.notify.already-off=Jelenleg nem kap УЉrtesУ­tУЉseket +luckperms.command.log.notify.invalid-state=Ismeretlen УЁllapot. VУЁrakozУЁs\: {0} vagy {1} +luckperms.command.log.show.search=LegutУГbbi mХБveletek megjelenУ­tУЉse a (z) {0} lekУЉrdezУЉshez +luckperms.command.log.show.recent=A legutУГbbi mХБveletek megjelenУ­tУЉse +luckperms.command.log.show.by={0} legutУГbbi mХБveleteinek megjelenУ­tУЉse +luckperms.command.log.show.history=A (z) {0} {1} elХ‘zmУЉnyeinek megjelenУ­tУЉse +luckperms.command.export.error-term=Hiba +luckperms.command.export.already-running=Egy mУЁsik exportУЁlУЁsi folyamat mУЁr fut +luckperms.command.export.file.already-exists=A (z) {0} fУЁjl mУЁr lУЉtezik +luckperms.command.export.file.not-writable=A (z) {0} fУЁjl nem У­rhatУГ +luckperms.command.export.file.success=Sikeres exportУЁlУЁs ide\: {0} +luckperms.command.export.file-unexpected-error-writing=VУЁratlan hiba tУЖrtУЉnt a fУЁjlba valУГ У­rУЁs kУЖzben +luckperms.command.export.web.export-code=Export kУГd +luckperms.command.export.web.import-command-description=Az importУЁlУЁshoz hasznУЁlja a kУЖvetkezХ‘ parancsot +luckperms.command.import.term=ImportУЁlУЁs +luckperms.command.import.error-term=Hiba +luckperms.command.import.already-running=Egy mУЁsik importУЁlУЁsi folyamat mУЁr fut +luckperms.command.import.file.doesnt-exist=A (z) {0} fУЁjl nem lУЉtezik +luckperms.command.import.file.not-readable=A (z) {0} fУЁjl nem olvashatУГ +luckperms.command.import.file.unexpected-error-reading=VУЁratlan hiba tУЖrtУЉnt az importfУЁjl olvasУЁsa kУЖzben +luckperms.command.import.file.correct-format=a helyes formУЁtum? +luckperms.command.import.web.unable-to-read=Nem lehet beolvasni az adatokat a megadott kУГd segУ­tsУЉgУЉvel +luckperms.command.import.progress.percent={0}% kУЉsz +luckperms.command.import.progress.operations=A (z) {0} / {1} mХБveletek befejezХ‘dtek +luckperms.command.import.starting=Az importУЁlУЁsi folyamat elindУ­tУЁsa +luckperms.command.import.completed=TELJES +luckperms.command.import.duration={0} mУЁsodpercig tartott +luckperms.command.bulkupdate.must-use-console=A tУЖmeges frissУ­tУЉs parancs csak a konzolrУГl hasznУЁlhatУГ +luckperms.command.bulkupdate.invalid-data-type=У‰rvУЉnytelen tУ­pus, a kУЖvetkezХ‘re szУЁmУ­tott\: {0} +luckperms.command.bulkupdate.invalid-constraint=У‰rvУЉnytelen korlУЁtozУЁs {0} +luckperms.command.bulkupdate.invalid-constraint-format=A korlУЁtozУЁsoknak a kУЖvetkezХ‘ formУЁtumban kell lenniУМk\: {0} +luckperms.command.bulkupdate.invalid-comparison=У‰rvУЉnytelen УЖsszehasonlУ­tУГ operУЁtor {0} +luckperms.command.bulkupdate.invalid-comparison-format=SzУЁmУ­tott a kУЖvetkezХ‘k egyikУЉre\: {0} +luckperms.command.bulkupdate.queued=A tУЖmeges frissУ­tУЉsi mХБvelet vУЁrakozott +luckperms.command.bulkupdate.confirm=Futtassa a (z) {0} parancsot a frissУ­tУЉs vУЉgrehajtУЁsУЁhoz +luckperms.command.bulkupdate.unknown-id=A (z) {0} azonosУ­tУГjУК mХБvelet nem lУЉtezik, vagy lejУЁrt +luckperms.command.bulkupdate.starting=TУЖmeges frissУ­tУЉs fut +luckperms.command.bulkupdate.success=A tУЖmeges frissУ­tУЉs sikeresen befejezХ‘dУЖtt +luckperms.command.bulkupdate.success.statistics.nodes=Az УЖsszes УЉrintett csomУГpont +luckperms.command.bulkupdate.success.statistics.users=Az УЉrintett felhasznУЁlУГk szУЁma УЖsszesen +luckperms.command.bulkupdate.success.statistics.groups=Az УЖsszes УЉrintett csoport +luckperms.command.bulkupdate.failure=A tУЖmeges frissУ­tУЉs nem sikerУМlt, ellenХ‘rizze, hogy a konzolon nincsenek-e hibУЁk +luckperms.command.update-task.request=FrissУ­tУЉsi feladatot kУЉrtek, vУЁrjon +luckperms.command.update-task.complete=A feladat frissУ­tУЉse befejezХ‘dУЖtt +luckperms.command.update-task.push.attempting=Most megprУГbУЁl mУЁs szerverekre tovУЁbbУ­tani +luckperms.command.update-task.push.complete=A tУЖbbi szervert a (z) {0} keresztУМl sikeresen УЉrtesУ­tettУМk +luckperms.command.update-task.push.error=Hiba tУЖrtУЉnt a mУГdosУ­tУЁsok mУЁs szerverekre tУЖrtУЉnХ‘ УЁttУЖltУЉse kУЖzben +luckperms.command.update-task.push.error-not-setup=Nem sikerУМlt mУЁs szervereken vУЉgrehajtani a vУЁltozУЁsokat, mert az УМzenetkezelУЉs nincs beУЁllУ­tva +luckperms.command.reload-config.success=A konfigurУЁciУГs fУЁjl sikeresen УКjratУЖltve +luckperms.command.reload-config.restart-note=egyes opciУГk csak a szerver УКjraindУ­tУЁsУЁt kУЖvetХ‘en УЉrvУЉnyesУМlnek +luckperms.command.translations.searching=ElУЉrhetХ‘ fordУ­tУЁsok keresУЉse, kУЉrlek vУЁrj... +luckperms.command.translations.searching-error=Nem sikerУМlt lekУЉrni a rendelkezУЉsre УЁllУГ fordУ­tУЁsok listУЁjУЁt +luckperms.command.translations.installed-translations=TelepУ­tett fordУ­tУЁsok +luckperms.command.translations.available-translations=ElУЉrhetХ‘ fordУ­tУЁsok +luckperms.command.translations.percent-translated={0}% lefordУ­tva +luckperms.command.translations.translations-by=УЁltal +luckperms.command.translations.installing=FordУ­tУЁsok telepУ­tУЉse folyamatban, kУЉrlek vУЁrj... +luckperms.command.translations.download-error=A(z) {0} fordУ­tУЁsУЁnak letУЖltУЉse sikertelen +luckperms.command.translations.installing-specific={0} nyelv telepУ­tУЉse folyamatban... +luckperms.command.translations.install-complete=TelepУ­tУЉs befejezve +luckperms.command.translations.download-prompt=HasznУЁld {0}, hogy letУЖltsd УЉs telepУ­tsd ezeknek a fordУ­tУЁsoknak a kУЖzУЖssУЉg УЁltal biztosУ­tott naprakУЉsz verziУГt +luckperms.command.translations.download-override-warning=KУЉrjУМk, vegye figyelembe, hogy ez felУМlУ­rja az ezeken a nyelveken vУЉgzett mУГdosУ­tУЁsokat +luckperms.usage.user.description=FelhasznУЁlУГk kezelУЉsУЉre alkalmas parancs a LuckPerms-en belУМl. (A ''user'' a LuckPerms-ben csak egy jУЁtУЉkos, ami hivatkozhat UUID-re/ra vagy felhasznУЁlУГnУЉvre) +luckperms.usage.group.description=Csoportok kezelУЉsУЉre alkalmas parancs a LuckPerms-en belУМl. A csoportok csak jogok gyХБjtemУЉnyei, amelyeket a felhasznУЁlУГknak adhatunk. Уšj csoportok lУЉtrehozУЁsУЁhoz hasznУЁld a ''creategroup'' al-parancsot. +luckperms.usage.track.description=RanglУЉtrУЁk kezelУЉsУЉre alkalmas parancs a LuckPerms-en belУМl. A ranglУЉtrУЁk a csoportok gyХБjtemУЉnye, amely felhasznУЁlhatУГ az elХ‘lУЉptetУЉs УЉs lefokozУЁs meghatУЁrozУЁsУЁra. +luckperms.usage.log.description=NaplУГzУЁsi funkciУГk kezelУЉsУЉre alkalmas parancs a LuckPerms-en belУМl. +luckperms.usage.sync.description=УšjratУЖlti az УЖsszes adatot a beУЉpУМlХ‘ modulok memУГriУЁjУЁbУГl, УЉs vУЉgrehajtja az УЉszlelt vУЁltozУЁsokat. +luckperms.usage.info.description=УltalУЁnos informУЁciУГkat nyomtat az aktУ­v plugin pУЉldУЁnyrУГl. +luckperms.usage.editor.description=Уšj webszerkesztХ‘ munkamenetet indУ­t +luckperms.usage.editor.argument.type=a szerkesztХ‘ben betУЖltendХ‘ adat tУ­pusa. (''all'', ''users'' vagy ''groups'') +luckperms.usage.editor.argument.filter=engedУЉly a felhasznУЁlУГi bejegyzУЉsek szХБrУЉsУЉre +luckperms.usage.verbose.description=A bХ‘vУ­tmУЉnyek rУЉszletes engedУЉlyellenХ‘rzХ‘ felУМgyeleti rendszerУЉt vezУЉrli. +luckperms.usage.verbose.argument.action=a naplУГzУЁs engedУЉlyezУЉse / letiltУЁsa, vagy a naplУГzott kimenet feltУЖltУЉse +luckperms.usage.verbose.argument.filter=a szХБrХ‘, hogy megfeleljen a bejegyzУЉseknek +luckperms.usage.verbose.argument.commandas=a lejУЁtszУГ / parancs futtatУЁsУЁhoz +luckperms.usage.tree.description=Fa nУЉzetet (rendezett listahierarchiУЁt) generУЁl a LuckPerms УЁltal ismert УЖsszes engedУЉlyrХ‘l. +luckperms.usage.tree.argument.scope=a fa gyУЖkere. adja meg a "." hogy minden engedУЉlyt belefoglaljon +luckperms.usage.tree.argument.player=egy online jУЁtУЉkos neve, akivel szemben ellenХ‘rizni kell +luckperms.usage.search.description=Megadott jogosultsУЁggal rendelkezХ‘ felhasznУЁlУГk/csoportok keresУЉse +luckperms.usage.search.argument.permission=a keresУЉs engedУЉlye +luckperms.usage.search.argument.page=megtekintendХ‘ oldal +luckperms.usage.network-sync.description=A szinkronizУЁlУЁs vУЁltozУЁsai a tУЁrolУГval, УЉs kУЉrik, hogy a hУЁlУГzat УЖsszes tУЖbbi kiszolgУЁlУГja tegye ugyanezt +luckperms.usage.import.description=Adatokat importУЁl egy (korУЁbban lУЉtrehozott) exportfУЁjlbУГl +luckperms.usage.import.argument.file=az importУЁlandУГ fУЁjl +luckperms.usage.import.argument.replace=egyesУ­tУЉs helyett cserУЉlje ki a meglУЉvХ‘ adatokat +luckperms.usage.import.argument.upload=feltУЖlti egy korУЁbbi export adatait +luckperms.usage.export.description=Minden engedУЉlyadatot exportУЁl egy т€žexportт€ fУЁjlba. KУЉsХ‘bb УКjra importУЁlhatУГ. +luckperms.usage.export.argument.file=az exportУЁlandУГ fУЁjl +luckperms.usage.export.argument.without-users=kizУЁrja a felhasznУЁlУГkat az exportbУГl +luckperms.usage.export.argument.without-groups=kizУЁrja a csoportokat az exportbУГl +luckperms.usage.export.argument.upload=TУЖltse fel az УЖsszes engedУЉlyadatot a webszerkesztХ‘hУЖz. KУЉsХ‘bb УКjra importУЁlhatУГ. +luckperms.usage.reload-config.description=NУЉhУЁny konfigurУЁciУГs opciУГ УКjratУЖltУЉse +luckperms.usage.bulk-update.description=KУЖtegelt vУЁltoztatУЁsok lekУЉrdezУЉsУЉnek futtatУЁsa minden adaton +luckperms.usage.bulk-update.argument.data-type=a mУГdosУ­tandУГ adat tУ­pusa. (''all'', ''users'' vagy ''groups'') +luckperms.usage.bulk-update.argument.action=elvУЉgezendХ‘ mХБvelet. (''update'' vagy ''delete'') +luckperms.usage.bulk-update.argument.action-field=mУГdosУ­tandУГ mezХ‘. Csak ''update'' esetУЉn szУМksУЉges. (''permission'', ''server'' vagy ''world'') +luckperms.usage.bulk-update.argument.action-value=УКj УЉrtУЉk. Csak ''update'' esetУЉn szУМksУЉges. +luckperms.usage.bulk-update.argument.constraint=a frissУ­tУЉshez szУМksУЉges korlУЁtozУЁsok +luckperms.usage.translations.description=FordУ­tУЁsok kezelУЉse +luckperms.usage.translations.argument.install=al-parancs a fordУ­tУЁsok telepУ­tУЉsУЉhez +luckperms.usage.apply-edits.description=JogmУГdosУ­tУЁsok vУЉgrehajtУЁsa a webszerkesztХ‘bХ‘l +luckperms.usage.apply-edits.argument.code=az adatok egyedi kУГdja +luckperms.usage.apply-edits.argument.target=kire alkalmazza az adatokat +luckperms.usage.create-group.description=Уšj csoport lУЉtrehozУЁsa +luckperms.usage.create-group.argument.name=csoport neve +luckperms.usage.create-group.argument.weight=csoport sУКlya +luckperms.usage.create-group.argument.display-name=csoport megjelenУ­tendХ‘ neve +luckperms.usage.delete-group.description=Csoport tУЖrlУЉse +luckperms.usage.delete-group.argument.name=csoport neve +luckperms.usage.list-groups.description=ListУЁzza az УЖsszes csoportot a felУМleten +luckperms.usage.create-track.description=Уšj ranglУЉtra lУЉtrehozУЁsa +luckperms.usage.create-track.argument.name=ranglУЉtra neve +luckperms.usage.delete-track.description=RanglУЉtra tУЖrlУЉse +luckperms.usage.delete-track.argument.name=ranglУЉtra neve +luckperms.usage.list-tracks.description=ListУЁzza az УЖsszes ranglУЉtrУЁt a felУМleten +luckperms.usage.user-info.description=FelhasznУЁlУГ informУЁciУГinak megjelenУ­tУЉse +luckperms.usage.user-switchprimarygroup.description=FelhasznУЁlУГ elsХ‘dleges csoportjУЁnak cserУЉje +luckperms.usage.user-switchprimarygroup.argument.group=csoport, amire cserУЉlsz +luckperms.usage.user-promote.description=FelhasznУЁlУГ elХ‘lУЉptetУЉse a ranglУЉtrУЁn +luckperms.usage.user-promote.argument.track=ranglУЉtra, amin elХ‘lУЉptetnУЉd a felhasznУЁlУГt +luckperms.usage.user-promote.argument.context=kontextus, amiben elХ‘lУЉpteted a felhasznУЁlУГt +luckperms.usage.user-promote.argument.dont-add-to-first=csak akkor lУЉptesd elХ‘ a felhasznУЁlУГt, ha mУЁr a ranglУЉtrУЁn van +luckperms.usage.user-demote.description=FelhasznУЁlУГ lefokozУЁsa a ranglУЉtrУЁn +luckperms.usage.user-demote.argument.track=ranglУЉtra, amin lefokoznУЁd a felhasznУЁlУГt +luckperms.usage.user-demote.argument.context=kontextus, amiben lefokoznУЁd a felhasznУЁlУГt +luckperms.usage.user-demote.argument.dont-remove-from-first=megakadУЁlyozza a felhasznУЁlУГ eltУЁvolУ­tУЁsУЁt az elsХ‘ csoportbУГl +luckperms.usage.user-clone.description=FelhasznУЁlУГ mУЁsolУЁsa +luckperms.usage.user-clone.argument.user=felhasznУЁlУГ nУЉv/uuid, amibe mУЁsolnУЁd a felhasznУЁlУГt +luckperms.usage.group-info.description=Csoport informУЁciУГinak megjelenУ­tУЉse +luckperms.usage.group-listmembers.description=MegjelenУ­ti azokat a felhasznУЁlУГkat/csoportokat, akik УЖrУЖklik a megadott csoportot +luckperms.usage.group-listmembers.argument.page=megtekintendХ‘ oldal +luckperms.usage.group-setweight.description=Csoport sУКlyУЁnak beУЁllУ­tУЁsa +luckperms.usage.group-setweight.argument.weight=beУЁllУ­tandУГ sУКly +luckperms.usage.group-set-display-name.description=Csoport megjelenУ­tУЉsi nevУЉnek beУЁllУ­tУЁsa +luckperms.usage.group-set-display-name.argument.name=beУЁllУ­tandУГ nУЉv +luckperms.usage.group-set-display-name.argument.context=kontextus, amiben beУЁllУ­tanУЁd a megjelenУЉsi nevet +luckperms.usage.group-rename.description=Csoport УЁtnevezУЉse +luckperms.usage.group-rename.argument.name=УКj nУЉv +luckperms.usage.group-clone.description=Csoport mУЁsolУЁsa +luckperms.usage.group-clone.argument.name=csoport neve, amibe mУЁsolnУЁd a csoportot +luckperms.usage.holder-editor.description=WebszerkesztХ‘ megnyitУЁsa +luckperms.usage.holder-showtracks.description=ListУЁzza azokat a ranglУЉtrУЁkat, amin a cУЉlobjektum van +luckperms.usage.holder-clear.description=Az УЖsszes jogok, csoportok УЉs meta-k eltУЁvolУ­tУЁsa +luckperms.usage.holder-clear.argument.context=kontextus, amit szХБrnУЉl +luckperms.usage.permission.description=Jogok szerkesztУЉse +luckperms.usage.parent.description=У–rУЖklУЉsek szerkesztУЉse +luckperms.usage.meta.description=Metaadat УЉrtУЉkeinek szerkesztУЉse +luckperms.usage.permission-info.description=ListУЁzza a cУЉlobjektum jogait +luckperms.usage.permission-info.argument.page=megtekintendХ‘ oldal +luckperms.usage.permission-info.argument.sort-mode=hogyan sorolja a bejegyzУЉseket +luckperms.usage.permission-set.description=BeУЁllУ­t egy jogot a cУЉltУЁrgynak +luckperms.usage.permission-set.argument.node=beУЁllУ­tandУГ jog +luckperms.usage.permission-set.argument.value=jog УЉrtУЉke +luckperms.usage.permission-set.argument.context=kontextus, amiben beУЁllУ­tanУЁd a jogot +luckperms.usage.permission-unset.description=Jog eltУЁvolУ­tУЁsa a cУЉlobjektumtУГl +luckperms.usage.permission-unset.argument.node=eltУЁvolУ­tandУГ jog +luckperms.usage.permission-unset.argument.context=kontextus, amibХ‘l eltУЁvolУ­tanУЁd a jogot +luckperms.usage.permission-settemp.description=Ideiglenes jog hozzУЁadУЁsa a cУЉlobjektumnak +luckperms.usage.permission-settemp.argument.node=hozzУЁadandУГ jog +luckperms.usage.permission-settemp.argument.value=jog УЉrtУЉke +luckperms.usage.permission-settemp.argument.duration=idХ‘intervallum +luckperms.usage.permission-settemp.argument.temporary-modifier=У­gy УЉrdemes az ideiglenes jogot beУЁllУ­tani +luckperms.usage.permission-settemp.argument.context=kontextus, amiben hozzУЁadnУЁd a jogot +luckperms.usage.permission-unsettemp.description=Ideiglenes jog eltУЁvolУ­tУЁsa a cУЉlobjektumtУГl +luckperms.usage.permission-unsettemp.argument.node=eltУЁvolУ­tandУГ jog +luckperms.usage.permission-unsettemp.argument.duration=idХ‘tartam, amennyit levonnУЁl +luckperms.usage.permission-unsettemp.argument.context=kontextusok, amibХ‘l eltУЁvolУ­tanУЁd a jogot +luckperms.usage.permission-check.description=EllenХ‘rzi, hogy a cУЉlobjektum rendelkezik-e a megadott joggal +luckperms.usage.permission-check.argument.node=ellenХ‘rizendХ‘ jog +luckperms.usage.permission-clear.description=У–sszes jog tУЖrlУЉse +luckperms.usage.permission-clear.argument.context=kontextus, amit szХБrnУЉl +luckperms.usage.parent-info.description=ListУЁzza azokat a csoportokat, amiket a megadott objektum УЖrУЖkУЖl +luckperms.usage.parent-info.argument.page=megtekintendХ‘ oldal +luckperms.usage.parent-info.argument.sort-mode=hogy sorold a bejegyzУЉseket +luckperms.usage.parent-set.description=EltУЁvolУ­t minden mУЁs csoportot amit a cУЉltУЁrgy УЖrУЖkУЖl, УЉs hozzУЁadja Х‘ket a megadotthoz +luckperms.usage.parent-set.argument.group=beУЁllУ­tandУГ УЖrУЖklУЉsi csoport +luckperms.usage.parent-set.argument.context=lontextus(ok), amiben beУЁllУ­tanУЁd a csoportot +luckperms.usage.parent-add.description=Csoport hozzУЁadУЁsa a cУЉlobjektum УЖrУЖklУЉsi fУЁjУЁhoz, amelytХ‘l УЖrУЖkУЖlni fogja a jogokat +luckperms.usage.parent-add.argument.group=hozzУЁadandУГ csoport +luckperms.usage.parent-add.argument.context=kontextus, amiben УЖrУЖklХ‘dik a csoport +luckperms.usage.parent-remove.description=EltУЁvolУ­t egy korУЁbban beУЁllУ­tott УЖrУЖklУЉsi szabУЁlyt +luckperms.usage.parent-remove.argument.group=eltУЁvolУ­tandУГ csoport +luckperms.usage.parent-remove.argument.context=kontextus, amiben eltУЁvolУ­tanУЁd a csoportot +luckperms.usage.parent-set-track.description=EltУЁvolУ­t minden csoportot a cУЉlobjektum megadott ranglУЉtrУЁjУЁtУГl УЉs hozzУЁadja Х‘ket a megadott ranglУЉtrУЁhoz +luckperms.usage.parent-set-track.argument.track=ranglУЉtra, amin beУЁllУ­tanУЁd a csoportot +luckperms.usage.parent-set-track.argument.group=csoport, ahova beУЁllУ­tanУЁd, vagy a csoport pozУ­ciУГjУЁnak sorszУЁma +luckperms.usage.parent-set-track.argument.context=kontextus, amiben beУЁllУ­tanУЁd a csoportot +luckperms.usage.parent-add-temp.description=Csoport ideglenes hozzУЁadУЁsa a cУЉlobjektum УЖrУЖklУЉsi fУЁjУЁhoz, amelytХ‘l ideiglenesen УЖrУЖkУЖlni fogja a jogokat +luckperms.usage.parent-add-temp.argument.group=УЖrУЖklendХ‘ csoport +luckperms.usage.parent-add-temp.argument.duration=idХ‘tartam +luckperms.usage.parent-add-temp.argument.temporary-modifier=hogyan kell alkalmazni az ideiglenes jogokat +luckperms.usage.parent-add-temp.argument.context=kontextus, amiben УЖrУЖkУЖlnУЉd a csoportot +luckperms.usage.parent-remove-temp.description=EltУЁvolУ­tja a korУЁbban beУЁllУ­tott ideglenes УЖrУЖklХ‘dУЉsi szabУЁlyt +luckperms.usage.parent-remove-temp.argument.group=eltУЁvolУ­tandУГ csoport +luckperms.usage.parent-remove-temp.argument.duration=idХ‘tartam, amennyit levonnУЁl +luckperms.usage.parent-remove-temp.argument.context=kontextus, amiben eltУЁvolУ­tanУЁd a csoportot +luckperms.usage.parent-clear.description=У–sszes szУМlХ‘-csoport tУЖrlУЉse +luckperms.usage.parent-clear.argument.context=kontextus, amit szХБrnУЉl +luckperms.usage.parent-clear-track.description=RanglУЉtra УЖsszes szУМlХ‘-csoportjУЁnak tУЖrlУЉse +luckperms.usage.parent-clear-track.argument.track=ranglУЉtra, amibХ‘l eltУЁvolУ­tanУЁd +luckperms.usage.parent-clear-track.argument.context=kontextus, amit szХБrnУЉl +luckperms.usage.meta-info.description=У–sszes chat meta megjelenУ­tУЉse +luckperms.usage.meta-set.description=Meta УЉrtУЉk beУЁllУ­tУЁsa +luckperms.usage.meta-set.argument.key=beУЁllУ­tandУГ kulcs +luckperms.usage.meta-set.argument.value=УЉrtУЉk +luckperms.usage.meta-set.argument.context=kontextus, amiben hozzУЁadnУЁd a meta-t +luckperms.usage.meta-unset.description=Meta УЉrtУЉk tУЖrlУЉse +luckperms.usage.meta-unset.argument.key=eltУЁvolУ­tandУГ kulcs +luckperms.usage.meta-unset.argument.context=kontextus, amiben eltУЁvolУ­tanУЁd a meta-t +luckperms.usage.meta-settemp.description=Ideglenes meta УЉrtУЉk beУЁllУ­tУЁsa +luckperms.usage.meta-settemp.argument.key=beУЁllУ­tandУГ kulcs +luckperms.usage.meta-settemp.argument.value=УЉrtУЉk +luckperms.usage.meta-settemp.argument.duration=idХ‘tartam +luckperms.usage.meta-settemp.argument.context=kontextus, amiben hozzУЁadnУЁd a meta-t +luckperms.usage.meta-unsettemp.description=Ideiglenes meta УЉrtУЉk eltУЁvolУ­tУЁsa +luckperms.usage.meta-unsettemp.argument.key=eltУЁvolУ­tandУГ kulcs +luckperms.usage.meta-unsettemp.argument.context=kontextus, amiben eltУЁvolУ­tanУЁd a meta-t +luckperms.usage.meta-addprefix.description=ElХ‘tag hozzУЁadУЁsa +luckperms.usage.meta-addprefix.argument.priority=elХ‘tag prioritУЁsi szintje +luckperms.usage.meta-addprefix.argument.prefix=maga az elХ‘tag +luckperms.usage.meta-addprefix.argument.context=kontextus, amiben hozzУЁadnУЁd az elХ‘tagot +luckperms.usage.meta-addsuffix.description=UtУГtag hozzУЁadУЁsa +luckperms.usage.meta-addsuffix.argument.priority=utУГtag prioritУЁsi szintje +luckperms.usage.meta-addsuffix.argument.suffix=maga az utУГtag +luckperms.usage.meta-addsuffix.argument.context=kontextus, amiben hozzУЁadnУЁd az utУГtagot +luckperms.usage.meta-setprefix.description=ElХ‘tag beУЁllУ­tУЁsa +luckperms.usage.meta-setprefix.argument.priority=elХ‘tag prioritУЁsi szintje +luckperms.usage.meta-setprefix.argument.prefix=maga az elХ‘tag +luckperms.usage.meta-setprefix.argument.context=kontextus, amiben beУЁllУ­tanУЁd az elХ‘tagot +luckperms.usage.meta-setsuffix.description=UtУГtag beУЁllУ­tУЁsa +luckperms.usage.meta-setsuffix.argument.priority=utУГtag prioritУЁsi szintje +luckperms.usage.meta-setsuffix.argument.suffix=maga az utУГtag +luckperms.usage.meta-setsuffix.argument.context=kontextus, amiben beУЁllУ­tanУЁd az utУГtagot +luckperms.usage.meta-removeprefix.description=ElХ‘tag eltУЁvolУ­tУЁsa +luckperms.usage.meta-removeprefix.argument.priority=elХ‘tag prioritУЁsi szintje +luckperms.usage.meta-removeprefix.argument.prefix=maga az elХ‘tag +luckperms.usage.meta-removeprefix.argument.context=kontextus, amiben eltУЁvolУ­tanУЁd az elХ‘tagot +luckperms.usage.meta-removesuffix.description=UtУГtag eltУЁvolУ­tУЁsa +luckperms.usage.meta-removesuffix.argument.priority=utУГtag prioritУЁsi szintje +luckperms.usage.meta-removesuffix.argument.suffix=maga az utУГtag +luckperms.usage.meta-removesuffix.argument.context=kontextus, amiben eltУЁvolУ­tanУЁd az utУГtagot +luckperms.usage.meta-addtemp-prefix.description=ElХ‘tag ideiglenes hozzУЁadУЁsa +luckperms.usage.meta-addtemp-prefix.argument.priority=elХ‘tag prioritУЁsi szintje +luckperms.usage.meta-addtemp-prefix.argument.prefix=maga az elХ‘tag +luckperms.usage.meta-addtemp-prefix.argument.duration=idХ‘tartam +luckperms.usage.meta-addtemp-prefix.argument.context=kontextus, amiben hozzУЁadnУЁd az elХ‘tagot +luckperms.usage.meta-addtemp-suffix.description=UtУГtag ideiglenes hozzУЁadУЁsa +luckperms.usage.meta-addtemp-suffix.argument.priority=utУГtag prioritУЁsi szintje +luckperms.usage.meta-addtemp-suffix.argument.suffix=maga az utУГtag +luckperms.usage.meta-addtemp-suffix.argument.duration=idХ‘tartam +luckperms.usage.meta-addtemp-suffix.argument.context=kontextus, amiben hozzУЁadnУЁd az utУГtagot +luckperms.usage.meta-settemp-prefix.description=ElХ‘tag ideiglenes beУЁllУ­tУЁsa +luckperms.usage.meta-settemp-prefix.argument.priority=elХ‘tag prioritУЁsi szintje +luckperms.usage.meta-settemp-prefix.argument.prefix=maga az elХ‘tag +luckperms.usage.meta-settemp-prefix.argument.duration=idХ‘tartam +luckperms.usage.meta-settemp-prefix.argument.context=kontextus, amiben beУЁllУ­tanУЁd az elХ‘tagot +luckperms.usage.meta-settemp-suffix.description=ElХ‘tag ideiglenes beУЁllУ­tУЁsa +luckperms.usage.meta-settemp-suffix.argument.priority=utУГtag prioritУЁsi szintje +luckperms.usage.meta-settemp-suffix.argument.suffix=maga az utУГtag +luckperms.usage.meta-settemp-suffix.argument.duration=idХ‘tartam +luckperms.usage.meta-settemp-suffix.argument.context=kontextus, amiben beУЁllУ­tanУЁd az utУГtagot +luckperms.usage.meta-removetemp-prefix.description=Ideiglenes utУГtag eltУЁvolУ­tУЁsa +luckperms.usage.meta-removetemp-prefix.argument.priority=elХ‘tag prioritУЁsi szintje +luckperms.usage.meta-removetemp-prefix.argument.prefix=maga az elХ‘tag +luckperms.usage.meta-removetemp-prefix.argument.context=kontextus, amiben eltУЁvolУ­tanУЁd az elХ‘tagot +luckperms.usage.meta-removetemp-suffix.description=Ideiglenes utУГtag eltУЁvolУ­tУЁsa +luckperms.usage.meta-removetemp-suffix.argument.priority=utУГtag prioritУЁsi szintje +luckperms.usage.meta-removetemp-suffix.argument.suffix=maga az utУГtag +luckperms.usage.meta-removetemp-suffix.argument.context=kontextus, amiben eltУЁvolУ­tanУЁd az utУГtagot +luckperms.usage.meta-clear.description=У–sszes meta tУЖrlУЉse +luckperms.usage.meta-clear.argument.type=tУ­pus, amit eltУЁvolУ­tanУЁl mint meta +luckperms.usage.meta-clear.argument.context=kontextus, amit szХБrnУЉl +luckperms.usage.track-info.description=RanglУЉtra informУЁciУГinak megjelenУ­tУЉse +luckperms.usage.track-editor.description=WebszerkesztХ‘ megnyitУЁsa +luckperms.usage.track-append.description=Csoport hozzУЁadУЁsa a ranglУЉtra legvУЉgУЉre +luckperms.usage.track-append.argument.group=csoport, amit hozzУЁadnУЁl +luckperms.usage.track-insert.description=Csoport hozzУЁadУЁsa egy adott helyre a ranglУЉtrУЁn +luckperms.usage.track-insert.argument.group=csoport, amit hozzУЁadnУЁl +luckperms.usage.track-insert.argument.position=csoport hozzУЁadУЁsУЁnak helye (az elsХ‘ pozУ­ciУГ a ranglУЉtrУЁn az 1) +luckperms.usage.track-remove.description=Csoport eltУЁvolУ­tУЁsa a ranglУЉtrУЁrУГl +luckperms.usage.track-remove.argument.group=csoport, amit eltУЁvolУ­tanУЁl +luckperms.usage.track-clear.description=TУЖrli a csoportokat a ranglУЉtrУЁn +luckperms.usage.track-rename.description=RanglУЉtra УЁtnevezУЉse +luckperms.usage.track-rename.argument.name=УКj nУЉv +luckperms.usage.track-clone.description=RanglУЉtra mУЁsolУЁsa +luckperms.usage.track-clone.argument.name=ranglУЉtra neve, amibe mУЁsolnУЁd a ranglУЉtrУЁt +luckperms.usage.log-recent.description=A legutУГbbi mХБveletek megtekintУЉse +luckperms.usage.log-recent.argument.user=felhasznУЁlУГ nУЉv/uuid, amit szХБrnУЉl +luckperms.usage.log-recent.argument.page=megtekintendХ‘ oldal szУЁma +luckperms.usage.log-search.description=BejegyzУЉs keresУЉse a naplУГban +luckperms.usage.log-search.argument.query=keresendХ‘ adat +luckperms.usage.log-search.argument.page=megtekintendХ‘ oldal szУЁma +luckperms.usage.log-notify.description=NaplУГzУЁsi informУЁciУГk ki-/bekapcsolУЁsa +luckperms.usage.log-notify.argument.toggle=be- vagy kikapcsolУЁs (''on'' vagy ''off'') +luckperms.usage.log-user-history.description=FelhasznУЁlУГ elХ‘zmУЉnyeinek megtekintУЉse +luckperms.usage.log-user-history.argument.user=felhasznУЁlУГ nУЉv/uuid +luckperms.usage.log-user-history.argument.page=megtekintendХ‘ oldal szУЁma +luckperms.usage.log-group-history.description=Csoport elХ‘zmУЉnyeinek megtekintУЉse +luckperms.usage.log-group-history.argument.group=csoport neve +luckperms.usage.log-group-history.argument.page=megtekintendХ‘ oldal szУЁma +luckperms.usage.log-track-history.description=RanglУЉtra elХ‘zmУЉnyeinek megtekintУЉse +luckperms.usage.log-track-history.argument.track=ranglУЉtra neve +luckperms.usage.log-track-history.argument.page=megtekintendХ‘ oldal szУЁma +luckperms.usage.sponge.description=Extra Sponge adatok szerkesztУЉse +luckperms.usage.sponge.argument.collection=gyХБjtemУЉny a lekУЉrdezУЉshez +luckperms.usage.sponge.argument.subject=a mУГdosУ­tandУГ objektum +luckperms.usage.sponge-permission-info.description=InformУЁciУГ megjelenУ­tУЉse az alany jogairУГl +luckperms.usage.sponge-permission-info.argument.contexts=kontextus, amit szХБrnУЉl +luckperms.usage.sponge-permission-set.description=Jog beУЁllУ­tУЁsa a cУЉlobjektumnak +luckperms.usage.sponge-permission-set.argument.node=beУЁllУ­tandУГ jog +luckperms.usage.sponge-permission-set.argument.tristate=beУЁllУ­tandУГ jog УЉrtУЉke +luckperms.usage.sponge-permission-set.argument.contexts=kontextus, amiben beУЁllУ­tanУЁd a jogot +luckperms.usage.sponge-permission-clear.description=Alany jogainak tУЖrlУЉse +luckperms.usage.sponge-permission-clear.argument.contexts=kontextus, amiben tУЖrУЖlnУЉd a jogokat +luckperms.usage.sponge-parent-info.description=InformУЁciУГ megjelenУ­tУЉse az alany szУМlХ‘-csoportjairУГl +luckperms.usage.sponge-parent-info.argument.contexts=kontextus, amit szХБrnУЉl +luckperms.usage.sponge-parent-add.description=SzУМlХ‘-csoport hozzУЁadУЁsa az alanyhoz +luckperms.usage.sponge-parent-add.argument.collection=alanygyХБjtemУЉny, ahol a szУМlХ‘-csoport alany van +luckperms.usage.sponge-parent-add.argument.subject=szУМlХ‘-csoport alany neve +luckperms.usage.sponge-parent-add.argument.contexts=kontextus, amiben hozzУЁadnУЁd a szУМlХ‘-csoportot +luckperms.usage.sponge-parent-remove.description=SzУМlХ‘-csoport eltУЁvolУ­tУЁsa az alanytУГl +luckperms.usage.sponge-parent-remove.argument.collection=alanygyХБjtemУЉny, ahol a szУМlХ‘-csoport alany van +luckperms.usage.sponge-parent-remove.argument.subject=alany szУМlХ‘-csoportjУЁnak neve +luckperms.usage.sponge-parent-remove.argument.contexts=kontextus, amiben eltУЁvolУ­tanУЁd a szУМlХ‘-csoportot +luckperms.usage.sponge-parent-clear.description=Alany szУМlХ‘-csoportjainak tУЖrlУЉse +luckperms.usage.sponge-parent-clear.argument.contexts=kontextus, amiben tУЖrУЖlnУЉd a szУМlХ‘-csoportokat +luckperms.usage.sponge-option-info.description=InformУЁciУГ megjelenУ­tУЉse az alany opciУГirУГl +luckperms.usage.sponge-option-info.argument.contexts=kontextus, amit szХБrnУЉl +luckperms.usage.sponge-option-set.description=OpciУГ beУЁllУ­tУЁsa az alanynak +luckperms.usage.sponge-option-set.argument.key=beУЁllУ­tandУГ kulcs +luckperms.usage.sponge-option-set.argument.value=beУЁllУ­tandУГ kulcs УЉrtУЉke +luckperms.usage.sponge-option-set.argument.contexts=kontextus, amiben beУЁllУ­tanУЁd az opciУГt +luckperms.usage.sponge-option-unset.description=OpciУГ tУЖrlУЉse az alanytУГl +luckperms.usage.sponge-option-unset.argument.key=eltУЁvolУ­tandУГ kulcs +luckperms.usage.sponge-option-unset.argument.contexts=kontextus, amiben eltУЁvolУ­tanУЁd a kulcsot +luckperms.usage.sponge-option-clear.description=Alany УЖsszes opciУГinak tУЖrlУЉse +luckperms.usage.sponge-option-clear.argument.contexts=kontextus, amiben tУЖrУЖlnУЉd az opciУГkat diff --git a/plugins/LuckPerms/translations/repository/id_ID.properties b/plugins/LuckPerms/translations/repository/id_ID.properties new file mode 100644 index 0000000..5e216de --- /dev/null +++ b/plugins/LuckPerms/translations/repository/id_ID.properties @@ -0,0 +1,484 @@ +luckperms.logs.actionlog-prefix=LOG +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=EKSPOR +luckperms.commandsystem.available-commands=Gunakan {0} untuk menampilkan perintah yang tersedia +luckperms.commandsystem.command-not-recognised=Perintah tidak dikenali +luckperms.commandsystem.no-permission=Anda tidak memiliki izin untuk menggunakan perintah ini\! +luckperms.commandsystem.no-permission-subcommands=Anda tidak memiliki izin untuk menggunakan anakan perintah apapun +luckperms.commandsystem.already-executing-command=Perintah yang lain sedang dijalankan, sedang menunggu perintah selesai... +luckperms.commandsystem.usage.sub-commands-header=Anakan perintah +luckperms.commandsystem.usage.usage-header=Penggunaan perintah +luckperms.commandsystem.usage.arguments-header=Argumen +luckperms.first-time.no-permissions-setup=Nampaknya belum ada izin yang disiapkan\! +luckperms.first-time.use-console-to-give-access=Sebelum kamu bisa menggunakan salah satu dari perintah LuckPerms di dalam game, kamu harus menggunakan konsol untuk mendapatkan akses +luckperms.first-time.console-command-prompt=Silahkan buka terminalmu dan jalankan perintah +luckperms.first-time.next-step=Setelah kamu melakukan ini, kamu bisa bisa mulai untuk menentukan tugas perizinan dan grup anda +luckperms.first-time.wiki-prompt=Apakah kamu tau bagaimana memulainya? Silahkan check disini\: {0} +luckperms.login.try-again=Silakan coba lagi nanti +luckperms.login.loading-database-error=Error pada database terjadi ketika memuat data tentang perizinan +luckperms.login.server-admin-check-console-errors=Jika kamu adalah admin pada server, silahkan gunakan konsol untuk mengecek error +luckperms.login.server-admin-check-console-info=Silahkan cek konsol pada server untuk informasi lebih lanjut +luckperms.login.data-not-loaded-at-pre=Data perizinan untuk pengguna anda tidak dimuat ketika tahap pre-login +luckperms.login.unable-to-continue=tidak dapat melanjutkan +luckperms.login.craftbukkit-offline-mode-error=nampaknya hal ini terjadi dikarenakan ada pertentangan antara CraftBukkit dan pengaturan mode online +luckperms.login.unexpected-error=Kesalahan yang tidak terduga terjadi ketika mengatur data perizinan kamu +luckperms.opsystem.disabled=Sistem Operator vanilla di non aktifkan di server ini +luckperms.opsystem.sponge-warning=Tolong diperhatikan bahwa status Operator Server tidak memiliki pengaruh pada pengecekan perizinan sponge ketika sebuah plugin perizinan diinstall, kamu harus mengedit data pengguna secara langsung +luckperms.duration.unit.years.plural={0} tahun +luckperms.duration.unit.years.singular={0} tahun +luckperms.duration.unit.years.short={0}thn +luckperms.duration.unit.months.plural={0} Bulan +luckperms.duration.unit.months.singular={0} Bulan +luckperms.duration.unit.months.short={0} B +luckperms.duration.unit.weeks.plural={0} Minggu +luckperms.duration.unit.weeks.singular={0} Minggu +luckperms.duration.unit.weeks.short={0}mgg +luckperms.duration.unit.days.plural={0} Hari +luckperms.duration.unit.days.singular={0} Hari +luckperms.duration.unit.days.short={0} H +luckperms.duration.unit.hours.plural={0} Jam +luckperms.duration.unit.hours.singular={0} Jam +luckperms.duration.unit.hours.short={0} J +luckperms.duration.unit.minutes.plural={0} Menit +luckperms.duration.unit.minutes.singular={0} Menit +luckperms.duration.unit.minutes.short={0} M +luckperms.duration.unit.seconds.plural={0} Detik +luckperms.duration.unit.seconds.singular={0} Detik +luckperms.duration.unit.seconds.short={0}D +luckperms.duration.since={0} yang lalu +luckperms.command.misc.invalid-code=Kode tidak valid +luckperms.command.misc.response-code-key=respon kode +luckperms.command.misc.error-message-key=pesan +luckperms.command.misc.bytebin-unable-to-communicate=Tidak dapat berkomunikasi dengan bytebin +luckperms.command.misc.webapp-unable-to-communicate=Tidak dapat berkomunikasi dengan aplikasi webnya +luckperms.command.misc.check-console-for-errors=Silahkan cek konsol untuk melihat error +luckperms.command.misc.file-must-be-in-data=File {0} harus merupakan turunan langsung dari direktori data tersebut +luckperms.command.misc.wait-to-finish=Silahkan tunggu sampai selesai dan coba lagi +luckperms.command.misc.invalid-priority=Prioritas tidak valid {0} +luckperms.command.misc.expected-number=Harus memiliki angka +luckperms.command.misc.date-parse-error=Tidak dapat menguraikan tanggal {0} +luckperms.command.misc.date-in-past-error=Kamu tidak bisa mengatur tanggal yang sudah lewat\! +luckperms.command.misc.page=halaman {0} dari {1} +luckperms.command.misc.page-entries={0} entri +luckperms.command.misc.none=Tidak ada +luckperms.command.misc.loading.error.unexpected=Terjadi error yang tidak terduga +luckperms.command.misc.loading.error.user=Pengguna tidak termuat +luckperms.command.misc.loading.error.user-specific=Tidak bisa memuat target pengguna {0} +luckperms.command.misc.loading.error.user-not-found=Pengguna {0} tidak dapat ditemukan +luckperms.command.misc.loading.error.user-save-error=Terdapat kesalahan ketika menyimpan data pengguna untuk {0} +luckperms.command.misc.loading.error.user-not-online=Pengguna {0} sedang tidak online +luckperms.command.misc.loading.error.user-invalid={0} bukan nama pengguna yang sah/uuid +luckperms.command.misc.loading.error.user-not-uuid=Target pengguna {0} bukan uuid yang sah +luckperms.command.misc.loading.error.group=Grup tidak dapat dimuat +luckperms.command.misc.loading.error.all-groups=Tidak dapat memuat semua grup +luckperms.command.misc.loading.error.group-not-found=Grup dengan nama {0} tidak ditemukan +luckperms.command.misc.loading.error.group-save-error=Terdapat error ketika menyimpan data grup untuk {0} +luckperms.command.misc.loading.error.group-invalid={0} bukanlah nama group yang valid +luckperms.command.misc.loading.error.track=Track tidak dapat dimuat +luckperms.command.misc.loading.error.all-tracks=Tidak dapat memuat semua track +luckperms.command.misc.loading.error.track-not-found=Track dengan nama {0} tidak ditemukan +luckperms.command.misc.loading.error.track-save-error=Terjadi kesalahan ketika menyimpan track data untuk {0} +luckperms.command.misc.loading.error.track-invalid={0} bukanlah nama track yang sah +luckperms.command.editor.no-match=Tidak dapat membuka editor, tidak ada objek yang cocok dengan tipe yang diinginkan +luckperms.command.editor.start=Sedang menyiapkan sesi editor yang baru, mohon tunggu... +luckperms.command.editor.url=Klik tautan dibawah ini untuk membuka editor +luckperms.command.editor.unable-to-communicate=Tidak dapat berkomunikasi dengan editor +luckperms.command.editor.apply-edits.success=Data editor web sudah diterapkan ke {0} {1} dengan sukses +luckperms.command.editor.apply-edits.success-summary={0} {1} dan {2} {3} +luckperms.command.editor.apply-edits.success.additions=tambahan +luckperms.command.editor.apply-edits.success.additions-singular=tambahan +luckperms.command.editor.apply-edits.success.deletions=penghapusan +luckperms.command.editor.apply-edits.success.deletions-singular=penghapusan +luckperms.command.editor.apply-edits.no-changes=Tidak ada perubahan yang diaplikasikan dari web editor, data yang dipulangkan tidak memiliki perubahan apapun +luckperms.command.editor.apply-edits.unknown-type=Tidak dapat mengaplikasikan perubahan untuk tipe objek yang spesifik +luckperms.command.editor.apply-edits.unable-to-read=Tidak dapat membaca data menggunakan kode yang diberikan +luckperms.command.search.searching.permission=Sedang mencari untuk pengguna dan group dengan {0} +luckperms.command.search.searching.inherit=Sedang mencari pengguna dan grup yang mewarisi {0} +luckperms.command.search.result=Menemukan {0} entri dari {1} pengguna dan {2} grup +luckperms.command.search.result.default-notice=Catatan\: ketika mencari member di grup default, pemain offline tanpa perizinan lain akan ditampilkan\! +luckperms.command.search.showing-users=Menampilakan entri pengguna +luckperms.command.search.showing-groups=Menampilkan entri pengguna +luckperms.command.tree.start=Membuat izin pohon, mohon ditunggu... +luckperms.command.tree.empty=Tidak dapat membuat pohon, tidak ada hasil yang ditemukan +luckperms.command.tree.url=URL Izin pohon +luckperms.command.verbose.invalid-filter={0} bukan filter verbose yang benar +luckperms.command.verbose.enabled=Verbose mencatat {0} untuk pemeriksaan sepadan {1} +luckperms.command.verbose.command-exec=Memaksa {0} untuk menjalankan command {1} dan melaporkan semua pemeriksaan... +luckperms.command.verbose.off=Verbose mencatat {0} +luckperms.command.verbose.command-exec-complete=Eksekusi perintah selesai +luckperms.command.verbose.command.no-checks=Ekseskusi perintah kemungkinan telah selesai, tapi tidak ada cek perizinan yang dibuat +luckperms.command.verbose.command.possibly-async=Ini bisa disebabkan karena plugin menjalankan perintah pada latar belakang (tidak sinkron) +luckperms.command.verbose.command.try-again-manually=Anda dapat menggunakan verbose secara manual untuk mendeteksi pemeriksaan yang dibuat seperti ini +luckperms.command.verbose.enabled-recording=Verbose merekam {0} untuk pemeriksaan yang cocok {1} +luckperms.command.verbose.uploading=Melog verbose {0}, Mengupload hasilnya... +luckperms.command.verbose.url=URL hasil Verbose +luckperms.command.verbose.enabled-term=diaktifkan +luckperms.command.verbose.disabled-term=dinonaktifkan +luckperms.command.verbose.query-any=APA SAJA +luckperms.command.info.running-plugin=Menjalankan +luckperms.command.info.platform-key=Platform +luckperms.command.info.server-brand-key=Merek Server +luckperms.command.info.server-version-key=Versi Server +luckperms.command.info.storage-key=Penyimpanan +luckperms.command.info.storage-type-key=Tipe +luckperms.command.info.storage.meta.split-types-key=Tipe +luckperms.command.info.storage.meta.ping-key=Ping +luckperms.command.info.storage.meta.connected-key=Terhubung +luckperms.command.info.storage.meta.file-size-key=Ukuran File +luckperms.command.info.extensions-key=Ekstensi +luckperms.command.info.messaging-key=Pesan +luckperms.command.info.instance-key=Contoh +luckperms.command.info.static-contexts-key=Konteks statis +luckperms.command.info.online-players-key=Pemain online +luckperms.command.info.online-players-unique={0} unik +luckperms.command.info.uptime-key=Masa aktif +luckperms.command.info.local-data-key=Data Lokal +luckperms.command.info.local-data={0} pengguna, {1} grup, {2} tracks +luckperms.command.generic.create.success={0} telah selesai dibuat +luckperms.command.generic.create.error=Terdapat kesalahan ketika membuat {0} +luckperms.command.generic.create.error-already-exists={0} sudah ada\! +luckperms.command.generic.delete.success={0} berhasil di hapus +luckperms.command.generic.delete.error=Terdapat kesalahan ketika menghapus {0} +luckperms.command.generic.delete.error-doesnt-exist={0} tidak ada\! +luckperms.command.generic.rename.success={0} telah berhasil diganti ke {1} +luckperms.command.generic.clone.success={0} telah berhasil di klon ke {1} +luckperms.command.generic.info.parent.title=Grup Induk +luckperms.command.generic.info.parent.temporary-title=Grup Induk Sementara +luckperms.command.generic.info.expires-in=kadaluarsa dalam +luckperms.command.generic.info.inherited-from=turunkan dari +luckperms.command.generic.info.inherited-from-self=diri sendiri +luckperms.command.generic.show-tracks.title={0}''s Tracks +luckperms.command.generic.show-tracks.empty={0} sedang tidak dalam track manapun +luckperms.command.generic.clear.node-removed={0} node telah dihapus +luckperms.command.generic.clear.node-removed-singular={0} node telah dihapus +luckperms.command.generic.clear=Kelompok {0} telah di hapus dalam konteks {1} +luckperms.command.generic.permission.info.title=Perizinan milik {0} +luckperms.command.generic.permission.info.empty={0} tidak memiliki set perizinan apapun +luckperms.command.generic.permission.info.click-to-remove=Klik untuk menghapus node ini dari {0} +luckperms.command.generic.permission.check.info.title=Informasi perizinan untuk {0} +luckperms.command.generic.permission.check.info.directly={0} harus {1} diatur ke {2} dalam konteks {3} +luckperms.command.generic.permission.check.info.inherited={0} inhertis {1} jadi {2} dari {3} di konteks {4} +luckperms.command.generic.permission.check.info.not-directly={0} tidak memiliki {1} pengaturan +luckperms.command.generic.permission.check.info.not-inherited={0} tidak mewarisi {1} +luckperms.command.generic.permission.check.result.title=Mengecek perizinan untuk {0} +luckperms.command.generic.permission.check.result.result-key=Hasil +luckperms.command.generic.permission.check.result.processor-key=Prosesor +luckperms.command.generic.permission.check.result.cause-key=Penyebab +luckperms.command.generic.permission.check.result.context-key=Konteks +luckperms.command.generic.permission.set=Mengatur kunci meta {0} ke {1} untuk {2} dalam konteks {3} +luckperms.command.generic.permission.already-has={0} telah memiliki {1} dalam konteks {2} +luckperms.command.generic.permission.set-temp=Mengatur {0} ke {1} untuk {2} selama {3} di konteks {4} +luckperms.command.generic.permission.already-has-temp={0} tidak memiliki {1} untuk sementara dalam konteks {2} +luckperms.command.generic.permission.unset=Merubah {0} ke {1} dalam konteks {2} +luckperms.command.generic.permission.doesnt-have={0} tidak memiliki {1} dalam konteks {2} +luckperms.command.generic.permission.unset-temp=Merubah sementara perizinan {0} ke {1} dalam konteks {2} +luckperms.command.generic.permission.subtract=Mengatur {0} ke {1} untuk {2} selama {3} di konteks {4}. {5} lebih sedikit dari sebelumnya +luckperms.command.generic.permission.doesnt-have-temp={0} tidak memiliki perizinan sementara {1} dalam konteks {2} +luckperms.command.generic.permission.clear=Perizinan {0} telah di hapus dalam konteks {1} +luckperms.command.generic.parent.info.title=Kelompok {0} +luckperms.command.generic.parent.info.empty={0} tidak memiliki kelompok yang ditentukan +luckperms.command.generic.parent.info.click-to-remove=Klik untuk menghapus kelompok ini dari {0} +luckperms.command.generic.parent.add={0} sekarang memiliki perizinan dari {1} dalam konteks {2} +luckperms.command.generic.parent.add-temp={0} sekarang memiliki perizinan dari {1} untuk jangka waktu {2} dalam konteks {3} +luckperms.command.generic.parent.set={0} mendapatkan parent groupsnya dihapus, sekarang hanya memiliki inherits {1} di konteks {2} +luckperms.command.generic.parent.set-track={0} mendapatkan groupnya di track {1} dihapuskan, dan sekarang hanya inherits {2} di konteks {3} +luckperms.command.generic.parent.remove={0} tidak lagi memiliki perizinan dari {1} dalam konteks {2} +luckperms.command.generic.parent.remove-temp={0} tidak lagi memiliki perizinan sementara dari {1} dalam konteks {2} +luckperms.command.generic.parent.subtract={0} akan mewarisi perizinan dari {1} untuk jangka waktu {2} dalam konteks {3}, {4} lebih sedikit dari sebelumnya +luckperms.command.generic.parent.clear=Kelompok {0} telah di hapus dalam konteks {1} +luckperms.command.generic.parent.clear-track=Kelompok {0} pada track {2} telah di hapus dalam konteks {1} +luckperms.command.generic.parent.already-inherits={0} telah mewarisi dari {1} dalam konteks {2} +luckperms.command.generic.parent.doesnt-inherit={0} tidak mewarisi dari {1} dalam konteks {2} +luckperms.command.generic.parent.already-temp-inherits={0} sementara sudah mewarisi dari {1} dalam konteks {2} +luckperms.command.generic.parent.doesnt-temp-inherit={0} sementara tidak mewarisi dari {1} dalam konteks {2} +luckperms.command.generic.chat-meta.info.title-prefix=Awalan {0} +luckperms.command.generic.chat-meta.info.title-suffix=Akhiran {0} +luckperms.command.generic.chat-meta.info.none-prefix={0} tidak memiliki awalan +luckperms.command.generic.chat-meta.info.none-suffix={0} tidak memiliki akhiran +luckperms.command.generic.chat-meta.info.click-to-remove=Klik untuk menghapus {0} dari {1} +luckperms.command.generic.chat-meta.already-has={0} telah memiliki {1} {2} diatur pada prioritas dari {3} dalam konteks {4} +luckperms.command.generic.chat-meta.already-has-temp={0} telah memiliki {1} {2} sementara diatur pada prioritas dari {3} dalam konteks {4} +luckperms.command.generic.chat-meta.doesnt-have={0} tidak memiliki {1} {2} diatur pada prioritas dari {3} dalam konteks {4} +luckperms.command.generic.chat-meta.doesnt-have-temp={0} tidak memiliki {1} {2} untuk sementara yang diatur pada prioritas dari {3} dalam konteks {4} +luckperms.command.generic.chat-meta.add={0} memiliki {1} {2} diatur pada prioritas dari {3} dalam konteks {4} +luckperms.command.generic.chat-meta.add-temp={0} memiliki {1} {2} diatur pada prioritas dari {3} dengan durasi {4} dalam konteks {5} +luckperms.command.generic.chat-meta.remove={0} memiliki {1} {2} diatur pada prioritas dari {3} dan dihapus dalam konteks {4} +luckperms.command.generic.chat-meta.remove-bulk={0} memiliki semua {1} diatur pada prioritas dari {2} dan dihapus dalam konteks {3} +luckperms.command.generic.chat-meta.remove-temp={0} memiliki {1} {2} untuk sementara dan diatur pada prioritas dari {3} dan dihapus dalam konteks {4} +luckperms.command.generic.chat-meta.remove-temp-bulk={0} memiliki semua {1} untuk sementara diatur pada prioritas dari {2} dan dihapus dalam konteks {3} +luckperms.command.generic.meta.info.title={0} Meta +luckperms.command.generic.meta.info.none={0} tidak memiliki meta +luckperms.command.generic.meta.info.click-to-remove=Klik untuk menghapus node meta ini dari {0} +luckperms.command.generic.meta.already-has={0} sudah memiliki kunci meta {1} diatur ke {2} dalam konteks {3} +luckperms.command.generic.meta.already-has-temp={0} sudah memiliki kunci meta {1} diatur sementara ke {2} dalam konteks {3} +luckperms.command.generic.meta.doesnt-have={0} tidak memiliki kunci meta {1} dalam konteks {2} +luckperms.command.generic.meta.doesnt-have-temp={0} tidak memiliki kunci meta {1} yang diatur sementara dalam konteks {2} +luckperms.command.generic.meta.set=Mengatur kunci meta {0} ke {1} untuk {2} dalam konteks {3} +luckperms.command.generic.meta.set-temp=Mengatur kunci meta {0} ke {1} untuk {2} dengan durasi {3} dalam konteks {4} +luckperms.command.generic.meta.unset=Merubah kunci meta {0} ke {1} dalam konteks {2} +luckperms.command.generic.meta.unset-temp=Merubah sementara kunci meta {0} ke {1} dalam konteks {2} +luckperms.command.generic.meta.clear={0} punya meta matching tipe {1} di hapus konteks {2} +luckperms.command.generic.contextual-data.title=Data yang berhubungan dengan konteks +luckperms.command.generic.contextual-data.mode.key=mode +luckperms.command.generic.contextual-data.mode.server=server +luckperms.command.generic.contextual-data.mode.active-player=pemain aktif +luckperms.command.generic.contextual-data.contexts-key=Konteks +luckperms.command.generic.contextual-data.prefix-key=Awalan +luckperms.command.generic.contextual-data.suffix-key=Akhiran +luckperms.command.generic.contextual-data.primary-group-key=Grup utama +luckperms.command.generic.contextual-data.meta-key=Meta +luckperms.command.generic.contextual-data.null-result=Tidak ada +luckperms.command.user.info.title=Info Pengguna +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=tipe +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=offline +luckperms.command.user.info.status-key=Status +luckperms.command.user.info.status.online=Online +luckperms.command.user.info.status.offline=Offline +luckperms.command.user.removegroup.error-primary=Kamu tidak dapat menghapus pengguna dari grup utamanya +luckperms.command.user.primarygroup.not-member={0} belum menjadi anggota dari {1}, sedang menambahkannya sekarang +luckperms.command.user.primarygroup.already-has={0} telah memiliki {1} sebagai kelompok utama +luckperms.command.user.primarygroup.warn-option=Peringatan\: Metode perhitungan group pertama yang digunakan oleh server ini ({0}) tidak akan mempengaruhi perubahan ini +luckperms.command.user.primarygroup.set=Grup utama {0} telah di atur ke {1} +luckperms.command.user.track.error-not-contain-group={0} sedang tidak berada dalam kelompok apapun pada {1} +luckperms.command.user.track.unsure-which-track=Tidak yakin track apa yang ingin digunakan, tolong menjelaskan itu sebangai argument +luckperms.command.user.track.missing-group-advice=Silahkan buat grup atau menghapusnya dari track dan coba lagi +luckperms.command.user.promote.added-to-first={0} tidak terdapat pada grup apapun dalam {1}, maka {0} ditambahkan ke grup pertama, {2} dalam konteks {3} +luckperms.command.user.promote.not-on-track={0} tidak terdapat dalam grup apapun dalam {1}, maka tidak di promosikan +luckperms.command.user.promote.success=Mempromote {0} dengan track {1} dari track {2} ke {3} di kontexs {4} +luckperms.command.user.promote.end-of-track=Akhir track {0} tercapai, tidak dapat mempromosikan {1} +luckperms.command.user.promote.next-group-deleted=Grup selanjutnya dalam track, {0}, sudah tidak ada +luckperms.command.user.promote.unable-to-promote=Tidak dapat mempromosikan pengguna +luckperms.command.user.demote.success=Mendemosikan {0} sepanjang track {1} dari {2} ke {3} dalam konteks {4} +luckperms.command.user.demote.end-of-track=Akhir dari track {0} sudah tercapai, maka {1} dihapus dari {2} +luckperms.command.user.demote.end-of-track-not-removed=Akhir dari track {0} sudah tercapai, tetapi {1} tidak dihapus dari grup pertama +luckperms.command.user.demote.previous-group-deleted=Grup sebelumnya dalam track, {0}, sudah tidak ada +luckperms.command.user.demote.unable-to-demote=Tidak dapat menurunkan pengguna +luckperms.command.group.list.title=Grup +luckperms.command.group.delete.not-default=Anda tidak bisa menghapus kelompok default +luckperms.command.group.info.title=Info Grup +luckperms.command.group.info.display-name-key=Nama Tampilan +luckperms.command.group.info.weight-key=Berat +luckperms.command.group.setweight.set=Mengatur berat ke {0} dari kelompok {1} +luckperms.command.group.setdisplayname.doesnt-have={0} tidak memiliki nama tampilan untuk diterapkan +luckperms.command.group.setdisplayname.already-has={0} sudah memiliki nama tampilan dari {1} +luckperms.command.group.setdisplayname.already-in-use=Nama tampilan {0} sedang digunakan oleh {1} +luckperms.command.group.setdisplayname.set=Mengatur nama tampilan ke {0} untuk kelompok {1} dalam konteks {2} +luckperms.command.group.setdisplayname.removed=Telah menghapus nama untuk kelompok {0} dalam konteks {1} +luckperms.command.track.list.title=Trek +luckperms.command.track.path.empty=Tidak ada +luckperms.command.track.info.showing-track=Menampilkan Track +luckperms.command.track.info.path-property=Jejak +luckperms.command.track.clear=kelompok track {0} telah di hapus +luckperms.command.track.append.success=Kelompok {0} telah ditambahkan ke track {1} +luckperms.command.track.insert.success=Kelompok {0} telah dimasukkan ke track {1} pada posisi {2} +luckperms.command.track.insert.error-number=Jumlah yang diharapkan tetapi mendapat\: {0} +luckperms.command.track.insert.error-invalid-pos=Tidak dapat memasukkan pada posisi {0} +luckperms.command.track.insert.error-invalid-pos-reason=posisi tidak sah +luckperms.command.track.remove.success=Kelompok {0} telah dihapus dari track {1} +luckperms.command.track.error-empty={0} tidak bisa digunakan ketika kosong atau hanya berisi satu kelompok +luckperms.command.track.error-multiple-groups={0} adalah anggota dari beberapa kelompok dalam track ini +luckperms.command.track.error-ambiguous=Tidak dapat menemukan lokasi mereka +luckperms.command.track.already-contains={0} sudah berisi {1} +luckperms.command.track.doesnt-contain={0} tidak berisi {1} +luckperms.command.log.load-error=Log nya tidak dapat dimuat +luckperms.command.log.invalid-page=Nomor halaman tidak sah +luckperms.command.log.invalid-page-range=Silahkan masukkan nilai antara {0} dan {1} +luckperms.command.log.empty=Tidak ada entri log untuk ditampilkan +luckperms.command.log.notify.error-console=Tidak dapat mengalihkan notifikasi ke konsol +luckperms.command.log.notify.enabled-term=Diaktifkan +luckperms.command.log.notify.disabled-term=Dimatikan +luckperms.command.log.notify.changed-state={0} mengeluarkan log +luckperms.command.log.notify.already-on=Kamu sudah menerima notifikasi +luckperms.command.log.notify.already-off=Kamu sedang tidak menerima notfikasi +luckperms.command.log.notify.invalid-state=State tidak diketahui. Mengharapkan {0} atau {1} +luckperms.command.log.show.search=Menampilkan tindakan terbaru untuk kueri {0} +luckperms.command.log.show.recent=Menampilkan tindakan terbaru +luckperms.command.log.show.by=Menampilkan tindakan terbaru berdasarkan {0} +luckperms.command.log.show.history=Menunjukkan histori dari {0} {1} +luckperms.command.export.error-term=Kesalahan +luckperms.command.export.already-running=Telah ada proses ekspor lain yang berjalan +luckperms.command.export.file.already-exists=File {0} telah ada +luckperms.command.export.file.not-writable=File {0} tidak dapat ditulis +luckperms.command.export.file.success=Berhasil diekspor ke {0} +luckperms.command.export.file-unexpected-error-writing=Sebuah kesalahan yang tidak terduga terjadi ketika menulis file Anda +luckperms.command.export.web.export-code=Ekspor kode +luckperms.command.export.web.import-command-description=Gunakan perintah berikut untuk mengimpor +luckperms.command.import.term=Impor +luckperms.command.import.error-term=Kesalahan +luckperms.command.import.already-running=Proses impor lain sedang berjalan +luckperms.command.import.file.doesnt-exist=File {0} tidak ada +luckperms.command.import.file.not-readable=File {0} tidak dapat dibaca +luckperms.command.import.file.unexpected-error-reading=Sebuah kesalahan tidak terduga terjadi ketika membaca file yang di import +luckperms.command.import.file.correct-format=apakan itu adalah format yang benar? +luckperms.command.import.web.unable-to-read=Tidak dapat membaca data menggunakan kode yang diberikan +luckperms.command.import.progress.percent={0}% telah Selesai +luckperms.command.import.progress.operations={0}/{1} operasi selesai +luckperms.command.import.starting=Memulai proses import +luckperms.command.import.completed=SELESAI +luckperms.command.import.duration=membutuhkan {0} detik +luckperms.command.bulkupdate.must-use-console=Perintah pembaruan massal hanya dapat digunakan dari konsol +luckperms.command.bulkupdate.invalid-data-type=Jenis tidak valid, mengharapkan {0} +luckperms.command.bulkupdate.invalid-constraint=Batasan tidak valid {0} +luckperms.command.bulkupdate.queued=Operasi pembaruan massal telah diantrekan +luckperms.command.bulkupdate.confirm=Menjalankan {0} untuk mengeksekusi update +luckperms.command.bulkupdate.unknown-id=Operasi dengan id {0} tidak ada atau sudah kadaluwarsa +luckperms.command.bulkupdate.starting=Menjalankan pembaruan massal +luckperms.command.bulkupdate.success=Pembaruan masal seelesai dengan sukses +luckperms.command.bulkupdate.success.statistics.nodes=Total node yang terpengaruh +luckperms.command.bulkupdate.success.statistics.users=Total pengguna yang terpengaruh +luckperms.command.bulkupdate.success.statistics.groups=Total grup yang terpengaruh +luckperms.command.bulkupdate.failure=Pembaruan masal gagal, periksa konsol untuk mengetahui kesalahan +luckperms.command.update-task.request=Proses update telah diminta, mohon tunggu +luckperms.command.update-task.complete=Tugas update selesai +luckperms.command.update-task.push.attempting=Memulai untuk mendorong ke server lain +luckperms.command.update-task.push.complete=Berhasil memberitahu server lainnya melalui {0} +luckperms.command.update-task.push.error=Error ketiak mengirim perubahan ke server lain +luckperms.command.update-task.push.error-not-setup=Tidak dapat mengirim perubahan ke server lain dikarenakan "messaging service" belum di configurasi +luckperms.command.reload-config.success=File konfigurasi telah dimuat ulang +luckperms.command.reload-config.restart-note=beberapa pengaturan hanya berlaku setelah server di restart +luckperms.command.translations.searching=Sedang mencari untuk terjemahan yang tersedia, mohon bersabar... +luckperms.command.translations.searching-error=Tidak dapat memperoleh daftar terjemahan yang tersedia +luckperms.command.translations.installed-translations=Terjemahan terinstal +luckperms.command.translations.available-translations=Terjemahan tersedia +luckperms.command.translations.percent-translated={0}% sudah diterjemahkan +luckperms.command.translations.translations-by=oleh +luckperms.command.translations.installing=Menginstall terjemahan, harap tunggu... +luckperms.command.translations.download-error=Tidak dapat mendownload terjemahan untuk {0} +luckperms.command.translations.installing-specific=Menginstall bahasa {0}... +luckperms.command.translations.install-complete=Instalasi selesai +luckperms.command.translations.download-prompt=Gunakan {0} untuk mendownload dan menginstal ke versi terbaru dari terjemahan yang disediakan oleh komunitas +luckperms.usage.sync.description=Memuat ulang semua data dari penyimpanan plugin ke memori dan mengaplikasikan semua perubahan yang terdeteksi. +luckperms.usage.info.description=Menyeteak semua informasi umum tentang plugin yang aktif. +luckperms.usage.editor.description=Buat sesi editor situs web baru +luckperms.usage.search.argument.page=halaman untuk ditampilkan +luckperms.usage.import.description=Import data dari file yang sudah di export +luckperms.usage.import.argument.file=file untuk di impor dari +luckperms.usage.import.argument.upload=mengupload data dari ekspor sebelumnya +luckperms.usage.export.description=Mengekspor semua data perizinan ke ''ekspor'' file. Dapat di impor kembali nantinya. +luckperms.usage.export.argument.file=file untuk di ekspor ke +luckperms.usage.export.argument.without-users=mengecualikan pengguna dari ekspor +luckperms.usage.export.argument.without-groups=mengecualikan kelompok dari ekspor +luckperms.usage.export.argument.upload=Mengupload semua data perizinan ke webeditor. Dapat di impor kembali nantinya. +luckperms.usage.reload-config.description=Memuat ulang beberapa opsi konfigurasi +luckperms.usage.bulk-update.argument.data-type=tipe data yang sedang diganti. (''semua'', ''pengguna'' atau ''kelompok'') +luckperms.usage.translations.description=Mengelola terjemahan +luckperms.usage.apply-edits.description=Menerapkan perubahan perzinan yang dibuat dari web editor +luckperms.usage.create-group.description=Membuat kelompok baru +luckperms.usage.create-group.argument.name=nama kelompok +luckperms.usage.create-group.argument.weight=berat kelompok +luckperms.usage.create-group.argument.display-name=nama tampilan kelompok +luckperms.usage.delete-group.description=Menghapus kelompok +luckperms.usage.delete-group.argument.name=nama kelompok +luckperms.usage.list-groups.description=Daftar semua kelompok pada platform +luckperms.usage.create-track.description=Membuat track baru +luckperms.usage.create-track.argument.name=nama track +luckperms.usage.delete-track.description=Menghapus track +luckperms.usage.delete-track.argument.name=nama track +luckperms.usage.list-tracks.description=Daftar semua track pada platform +luckperms.usage.user-info.description=Menampilkan info pengguna +luckperms.usage.user-switchprimarygroup.description=Mengganti kelompok utama pengguna +luckperms.usage.user-switchprimarygroup.argument.group=group untuk dialihkan +luckperms.usage.user-promote.description=Mempromosikan pengguna naik ke track +luckperms.usage.user-promote.argument.track=track telah mempromosikan pengguna naik +luckperms.usage.user-promote.argument.dont-add-to-first=hanya promosikan pengguna apabila mereka telah berada pada track +luckperms.usage.user-clone.description=Klon pengguna +luckperms.usage.user-clone.argument.user=nama/uuid dari pengguna untuk di klonkan +luckperms.usage.group-info.description=Memberikan tentang info kelompok +luckperms.usage.group-listmembers.description=Menampilkan pengguna/kelompok yang diturunkan dari kelompok ini +luckperms.usage.group-listmembers.argument.page=halaman untuk ditampilkan +luckperms.usage.group-setweight.description=Menetapkan berat kelompok +luckperms.usage.group-setweight.argument.weight=berat untuk ditetapkan +luckperms.usage.group-set-display-name.description=Menerapkan nama tampilan kelompok +luckperms.usage.group-set-display-name.argument.name=nama untuk diterapkan +luckperms.usage.group-rename.description=Mengubah nama kelompok +luckperms.usage.group-rename.argument.name=nama baru +luckperms.usage.group-clone.description=Salin kelompok +luckperms.usage.group-clone.argument.name=nama dari kelompok untuk yang akan salin +luckperms.usage.holder-editor.description=Membukan perizinan web editor +luckperms.usage.holder-clear.description=Menghapus semua perizinan, kelompok dan meta +luckperms.usage.permission.description=Mengubah perizinan +luckperms.usage.parent.description=Merubah turunan +luckperms.usage.meta.description=Edit nilai metadata +luckperms.usage.permission-info.argument.page=halaman untuk ditampilkan +luckperms.usage.permission-info.argument.sort-mode=bagaimana cara mengurutkan entri +luckperms.usage.permission-set.description=Mengatur perizinan untuk objek +luckperms.usage.permission-set.argument.value=nilai node +luckperms.usage.permission-settemp.description=Mengatur perizinan untuk objek sementara +luckperms.usage.permission-settemp.argument.value=nilai node +luckperms.usage.permission-clear.description=Menghapus semua perizinan +luckperms.usage.parent-info.argument.page=halaman untuk ditampilkan +luckperms.usage.parent-info.argument.sort-mode=bagaimana cara mengurutkan entri +luckperms.usage.parent-set.argument.group=kelompok ditetapkan ke +luckperms.usage.parent-remove.argument.group=kelompok untuk dihapus +luckperms.usage.parent-remove-temp.argument.group=kelompok untuk dihapus +luckperms.usage.meta-info.description=Menampilkan semua meta chat +luckperms.usage.meta-set.argument.value=nilai yang kan diterapkan +luckperms.usage.meta-settemp.argument.value=nilai yang kan diterapkan +luckperms.usage.meta-addprefix.description=Menambahkan awalan +luckperms.usage.meta-addsuffix.description=Menambahkan akhiran +luckperms.usage.meta-addsuffix.argument.priority=prioritas untuk mengatur akhiran pada +luckperms.usage.meta-setprefix.description=Mengatur awalan +luckperms.usage.meta-setprefix.argument.priority=prioritas untuk mengatur awalan pada +luckperms.usage.meta-setsuffix.description=Mengatur akhiran +luckperms.usage.meta-setsuffix.argument.priority=prioritas untuk mengatur akhiran pada +luckperms.usage.meta-removeprefix.description=Menghapus awalan +luckperms.usage.meta-removeprefix.argument.priority=prioritas untuk mengatur awalan pada +luckperms.usage.meta-removesuffix.description=Menghapus akhiran +luckperms.usage.meta-removesuffix.argument.priority=prioritas untuk menghapus akhiran pada +luckperms.usage.meta-addtemp-prefix.description=Menambahkan awalan sementara +luckperms.usage.meta-addtemp-prefix.argument.priority=prioritas untuk mengatur awalan pada +luckperms.usage.meta-addtemp-prefix.argument.duration=durasi sampai awalan berakhir +luckperms.usage.meta-addtemp-suffix.description=Menambahkan akhiran sementara +luckperms.usage.meta-addtemp-suffix.argument.priority=prioritas untuk mengatur akhiran pada +luckperms.usage.meta-addtemp-suffix.argument.duration=durasi sampai akhiran berakhir +luckperms.usage.meta-settemp-prefix.description=Menetapkan awalan sementara +luckperms.usage.meta-settemp-prefix.argument.priority=prioritas untuk mengatur awalan pada +luckperms.usage.meta-settemp-prefix.argument.duration=durasi sampai awalan berakhir +luckperms.usage.meta-settemp-suffix.description=Menetapkan akhiran sementara +luckperms.usage.meta-settemp-suffix.argument.priority=prioritas untuk mengatur akhiran pada +luckperms.usage.meta-settemp-suffix.argument.duration=durasi sampai akhiran berakhir +luckperms.usage.meta-removetemp-prefix.description=Menghapus awalan sementara +luckperms.usage.meta-removetemp-prefix.argument.priority=prioritas untuk menghapus awalan pada +luckperms.usage.meta-removetemp-suffix.description=Menghapus akhiran sementara +luckperms.usage.meta-removetemp-suffix.argument.priority=prioritas untuk menghapus akhiran pada +luckperms.usage.track-editor.description=Membukan perizinan web editor +luckperms.usage.track-append.argument.group=kelompok untuk ditambahkan +luckperms.usage.track-insert.argument.group=kelompok untuk dimasukkan +luckperms.usage.track-remove.description=Menghapus kelompok dari track +luckperms.usage.track-remove.argument.group=kelompok untuk dihapus +luckperms.usage.track-clear.description=Menghapus kelompok pada track +luckperms.usage.track-rename.description=Mengubah nama track +luckperms.usage.track-rename.argument.name=nama baru +luckperms.usage.track-clone.description=Salin track +luckperms.usage.track-clone.argument.name=nama dari track yang akan salin +luckperms.usage.log-recent.argument.page=nomor halaman untuk ditampilkan +luckperms.usage.log-search.argument.page=nomor halaman untuk ditampilkan +luckperms.usage.log-user-history.description=Tampilkan histori pengguna +luckperms.usage.log-user-history.argument.user=nama/uuid dari pengguna +luckperms.usage.log-user-history.argument.page=nomor halaman untuk ditampilkan +luckperms.usage.log-group-history.description=Lihat riwayat grup +luckperms.usage.log-group-history.argument.group=nama kelompok +luckperms.usage.log-group-history.argument.page=nomor halaman untuk ditampilkan +luckperms.usage.log-track-history.description=Lihat riwayat track +luckperms.usage.log-track-history.argument.track=nama track +luckperms.usage.log-track-history.argument.page=nomor halaman untuk ditampilkan +luckperms.usage.sponge-permission-info.description=Menampilkan informasi tentang perizinan subjek +luckperms.usage.sponge-permission-set.description=Mengatur perizinan untuk subjek +luckperms.usage.sponge-permission-set.argument.contexts=konteks untuk ditambahkan ke perizinan +luckperms.usage.sponge-permission-clear.description=Membersihkan perizinan Subjek +luckperms.usage.sponge-permission-clear.argument.contexts=konteks untuk dihapuskan ke perizinan +luckperms.usage.sponge-parent-info.description=Menampilkan informasi tentang kelompok subjek +luckperms.usage.sponge-parent-info.argument.contexts=konteks untuk diurutkan berdasarkan +luckperms.usage.sponge-parent-add.description=Menambahkan kelompok ke Subjek +luckperms.usage.sponge-parent-add.argument.subject=nama dari subjek kelompok +luckperms.usage.sponge-parent-add.argument.contexts=konteks untuk ditambahkan ke kelompok +luckperms.usage.sponge-parent-remove.description=Menghapus kelompok dari Subjek +luckperms.usage.sponge-parent-remove.argument.subject=nama dari subjek kelompok +luckperms.usage.sponge-parent-remove.argument.contexts=konteks untuk dihapuskan ke kelompok +luckperms.usage.sponge-parent-clear.description=Membersihkan kelompok Subjek +luckperms.usage.sponge-parent-clear.argument.contexts=konteks untuk dihapuskan ke kelompok +luckperms.usage.sponge-option-info.description=Menampilkan informasi tentang opsi subjek +luckperms.usage.sponge-option-info.argument.contexts=konteks untuk diurutkan berdasarkan +luckperms.usage.sponge-option-set.description=Mengatur opsi untuk subjek diff --git a/plugins/LuckPerms/translations/repository/it_IT.properties b/plugins/LuckPerms/translations/repository/it_IT.properties new file mode 100644 index 0000000..5af4a5f --- /dev/null +++ b/plugins/LuckPerms/translations/repository/it_IT.properties @@ -0,0 +1,630 @@ +luckperms.logs.actionlog-prefix=LOG +luckperms.logs.verbose-prefix=Pref +luckperms.logs.export-prefix=ESPORTA +luckperms.commandsystem.available-commands=Usa {0} per visualizzare i comandi disponibili +luckperms.commandsystem.command-not-recognised=Comando non riconosciuto +luckperms.commandsystem.no-permission=Non hai il permesso di usare questo comando\! +luckperms.commandsystem.no-permission-subcommands=Non hai il permesso di usare alcun sotto-comando +luckperms.commandsystem.already-executing-command=Un altro comando УЈ in esecuzione, aspetta che finisca... +luckperms.commandsystem.usage.sub-commands-header=Sotto comandi +luckperms.commandsystem.usage.usage-header=Utilizzo del comando +luckperms.commandsystem.usage.arguments-header=Argomenti +luckperms.first-time.no-permissions-setup=Sembra che nessun permesso sia ancora stato configurato\! +luckperms.first-time.use-console-to-give-access=Prima che tu possa usare un qualsiasi comando di LuckPerms nel gioco, devi usare la console per darti l''accesso +luckperms.first-time.console-command-prompt=Apri la tua console ed esegui +luckperms.first-time.next-step=Dopo averlo fatto, puoi iniziare a definire le tue assegnazioni dei permessi e gruppi +luckperms.first-time.wiki-prompt=Non sai da dove cominciare? Dai un''occhiata qui\: {0} +luckperms.login.try-again=Sei pregato di riprovare +luckperms.login.loading-database-error=Si УЈ verificato un errore del database durante il caricamento dei dati dei permessi +luckperms.login.server-admin-check-console-errors=Se sei un amministratore del server, sei pregato di controllare la console per ogni errore +luckperms.login.server-admin-check-console-info=Sei pregato di controllare la console del server per ulteriori informazioni +luckperms.login.data-not-loaded-at-pre=I dati dei permessi per il tuo utente non sono stati caricati durante la fase di pre-accesso +luckperms.login.unable-to-continue=impossibile continuare +luckperms.login.craftbukkit-offline-mode-error=questo УЈ probabilmente dovuto ad un conflitto tra CraftBukkit e l''impostazione online-mode +luckperms.login.unexpected-error=Si УЈ verificato un errore imprevisto durante la configurazione dei tuoi dati dei permessi +luckperms.opsystem.disabled=Il sistema OP vanilla УЈ disabilitato su questo server +luckperms.opsystem.sponge-warning=Sei pregato di notare che lo stato di Operatore del Server non ha effetto sui controlli dei permessi di Sponge quando un plugin dei permessi УЈ installato, devi modificare direttamente i dati utente +luckperms.duration.unit.years.plural={0} anni +luckperms.duration.unit.years.singular={0} anno +luckperms.duration.unit.years.short={0}a +luckperms.duration.unit.months.plural={0} mesi +luckperms.duration.unit.months.singular={0} mese +luckperms.duration.unit.months.short={0}me +luckperms.duration.unit.weeks.plural={0} settimane +luckperms.duration.unit.weeks.singular={0} settimana +luckperms.duration.unit.weeks.short={0}s +luckperms.duration.unit.days.plural={0} giorni +luckperms.duration.unit.days.singular={0} giorno +luckperms.duration.unit.days.short={0}g +luckperms.duration.unit.hours.plural={0} ore +luckperms.duration.unit.hours.singular={0} ora +luckperms.duration.unit.hours.short={0}o +luckperms.duration.unit.minutes.plural={0} minuti +luckperms.duration.unit.minutes.singular={0} minuto +luckperms.duration.unit.minutes.short={0}m +luckperms.duration.unit.seconds.plural={0} secondi +luckperms.duration.unit.seconds.singular={0} secondo +luckperms.duration.unit.seconds.short={0}s +luckperms.duration.since={0} fa +luckperms.command.misc.invalid-code=Codice non valido +luckperms.command.misc.response-code-key=codice di risposta +luckperms.command.misc.error-message-key=messaggio +luckperms.command.misc.bytebin-unable-to-communicate=Impossibile comunicare con bytebin +luckperms.command.misc.webapp-unable-to-communicate=Impossibile comunicare con l''app web +luckperms.command.misc.check-console-for-errors=Controlla la console per gli errori +luckperms.command.misc.file-must-be-in-data=Il file {0} deve essere un figlio diretto della directory dei dati +luckperms.command.misc.wait-to-finish=Attendi che finisca e riprova +luckperms.command.misc.invalid-priority=PrioritУ  {0} non valida +luckperms.command.misc.expected-number=Previsto un numero +luckperms.command.misc.date-parse-error=Impossibile riconoscere la data {0} +luckperms.command.misc.date-in-past-error=Non puoi impostare una data nel passato\! +luckperms.command.misc.page=pagina {0} di {1} +luckperms.command.misc.page-entries={0} voci +luckperms.command.misc.none=Niente +luckperms.command.misc.loading.error.unexpected=Si УЈ verificato un errore imprevisto +luckperms.command.misc.loading.error.user=Utente non caricato +luckperms.command.misc.loading.error.user-specific=Impossibile caricare l''utente specificato {0} +luckperms.command.misc.loading.error.user-not-found=Non УЈ stato possibile trovare un utente per {0} +luckperms.command.misc.loading.error.user-save-error=Si УЈ verificato un errore durante il salvataggio dei dati utente per {0} +luckperms.command.misc.loading.error.user-not-online=L''utente {0} non УЈ online +luckperms.command.misc.loading.error.user-invalid={0} non УЈ un nome utente o uuid valido +luckperms.command.misc.loading.error.user-not-uuid=L''utente di destinazione {0} non УЈ un uuid valido +luckperms.command.misc.loading.error.group=Gruppo non caricato +luckperms.command.misc.loading.error.all-groups=Non УЈ stato possibile caricare tutti i gruppi +luckperms.command.misc.loading.error.group-not-found=Non УЈ stato trovato alcun gruppo chiamato {0} +luckperms.command.misc.loading.error.group-save-error=Si УЈ verificato un errore durante il salvataggio dei dati del gruppo per {0} +luckperms.command.misc.loading.error.group-invalid={0} non УЈ un nome di gruppo valido +luckperms.command.misc.loading.error.track=Traccia non caricata +luckperms.command.misc.loading.error.all-tracks=Non УЈ stato possibile caricare tutte le tracce +luckperms.command.misc.loading.error.track-not-found=Non УЈ stato possibile trovare una traccia chiamata {0} +luckperms.command.misc.loading.error.track-save-error=Si УЈ verificato un errore durante il salvataggio dei dati della traccia per {0} +luckperms.command.misc.loading.error.track-invalid={0} non УЈ un nome di traccia valido +luckperms.command.editor.no-match=Impossibile aprire l''editor, nessun oggetto corrisponde al tipo desiderato +luckperms.command.editor.start=Preparazione di una nuova sessione dell''editor, attendi... +luckperms.command.editor.url=Clicca il link qui sotto per aprire l''editor +luckperms.command.editor.unable-to-communicate=Non УЈ stato possibile comunicare con l''editor +luckperms.command.editor.apply-edits.success=I dati dell''editor Web sono stati applicati con successo a {0} {1} +luckperms.command.editor.apply-edits.success-summary={0} {1} e {2} {3} +luckperms.command.editor.apply-edits.success.additions=aggiunte +luckperms.command.editor.apply-edits.success.additions-singular=aggiunta +luckperms.command.editor.apply-edits.success.deletions=eliminazioni +luckperms.command.editor.apply-edits.success.deletions-singular=eliminazione +luckperms.command.editor.apply-edits.no-changes=Nessuna modifica УЈ stata applicata dall''editor web, i dati restituiti non contengono alcuna modifica +luckperms.command.editor.apply-edits.unknown-type=Non УЈ stato possibile applicare la modifica al tipo di oggetto specificato +luckperms.command.editor.apply-edits.unable-to-read=Non УЈ stato possibile leggere i dati usando il codice fornito +luckperms.command.search.searching.permission=Ricerca di utenti e gruppi con {0} +luckperms.command.search.searching.inherit=Ricerca di utenti e gruppi che ereditano da {0} +luckperms.command.search.result=Trovate {0} voci da {1} utenti e {2} gruppi +luckperms.command.search.result.default-notice=Nota\: durante la ricerca di membri del gruppo predefinito, non verranno mostrati i giocatori offline senza altri permessi\! +luckperms.command.search.showing-users=Visualizzazione delle voci di utenti +luckperms.command.search.showing-groups=Visualizzazione delle voci del gruppo +luckperms.command.tree.start=Generazione dell''albero dei permessi, sei pregato di attendere... +luckperms.command.tree.empty=Impossibile generare l''albero, nessun risultato trovato +luckperms.command.tree.url=URL dell''albero dei permessi +luckperms.command.verbose.invalid-filter={0} non УЈ un filtro verboso valido +luckperms.command.verbose.enabled=Registrazione dettagliata {0} per gli assegni corrispondenti {1} +luckperms.command.verbose.command-exec=Forzare {0} per eseguire il comando {1} e segnalare tutti i controlli effettuati... +luckperms.command.verbose.off=Dettagli Log +luckperms.command.verbose.command-exec-complete=Esecuzione del comando completata +luckperms.command.verbose.command.no-checks=Esecuzione del comando completata, ma non sono stati effettuali controlli sui permessi +luckperms.command.verbose.command.possibly-async=Questo potrebbe essere perchУЈ il plugin esegue comandi in background (non sincronizzato) +luckperms.command.verbose.command.try-again-manually=Puoi ancora utilizzare manualmente Verbose per trovare controlli in questa maniera +luckperms.command.verbose.enabled-recording=Registrazione dettagliata {0} per gli assegni corrispondenti {1} +luckperms.command.verbose.uploading=Dettagli logging {0}, caricamento risultati... +luckperms.command.verbose.url=URL risultati dettagliati +luckperms.command.verbose.enabled-term=abilitato +luckperms.command.verbose.disabled-term=disabilitato +luckperms.command.verbose.query-any=QUALSIASI +luckperms.command.info.running-plugin=In esecuzione +luckperms.command.info.platform-key=Piattaforma +luckperms.command.info.server-brand-key=Marca Del Server +luckperms.command.info.server-version-key=Versione del server +luckperms.command.info.storage-key=Archiviazione +luckperms.command.info.storage-type-key=Tipo +luckperms.command.info.storage.meta.split-types-key=Tipi +luckperms.command.info.storage.meta.ping-key=Latenza +luckperms.command.info.storage.meta.connected-key=Connesso +luckperms.command.info.storage.meta.file-size-key=Dimensione File +luckperms.command.info.extensions-key=Estensioni +luckperms.command.info.messaging-key=Messaggi +luckperms.command.info.instance-key=Istanza +luckperms.command.info.static-contexts-key=Contesti statici +luckperms.command.info.online-players-key=Giocatori online +luckperms.command.info.online-players-unique={0} unico +luckperms.command.info.uptime-key=Tempo di attivitУ  +luckperms.command.info.local-data-key=Dati locali +luckperms.command.info.local-data={0} utenti, {1} gruppi, {2} tracce +luckperms.command.generic.create.success={0} УЈ stato creato con successo +luckperms.command.generic.create.error=Si УЈ verificato un errore durante la creazione di {0} +luckperms.command.generic.create.error-already-exists={0} giУ  esistente\! +luckperms.command.generic.delete.success={0} УЈ stato eliminato con successo +luckperms.command.generic.delete.error=Si УЈ verificato un errore durante la creazione di {0} +luckperms.command.generic.delete.error-doesnt-exist={0} non esiste\! +luckperms.command.generic.rename.success={0} УЈ stato rinominato con successo in {1} +luckperms.command.generic.clone.success={0} УЈ stato clonato con successo in {1} +luckperms.command.generic.info.parent.title=Gruppo Genitore +luckperms.command.generic.info.parent.temporary-title=Gruppi Genitori Temporanei +luckperms.command.generic.info.expires-in=scade tra +luckperms.command.generic.info.inherited-from=ereditata da +luckperms.command.generic.info.inherited-from-self=te stesso +luckperms.command.generic.show-tracks.title=Tracce di {0} +luckperms.command.generic.show-tracks.empty={0} non УЈ in nessuna traccia +luckperms.command.generic.clear.node-removed={0} nodi sono stati eliminati +luckperms.command.generic.clear.node-removed-singular=Il nodo {0} УЈ stato rimosso +luckperms.command.generic.clear=I nodi di {0} sono stati cancellati nel contesto {1} +luckperms.command.generic.permission.info.title=Permessi di {0} +luckperms.command.generic.permission.info.empty={0} non dispone di alcun permesso impostato +luckperms.command.generic.permission.info.click-to-remove=Clicca per rimuovere questo nodo da {0} +luckperms.command.generic.permission.check.info.title=Informazioni permesso per {0} +luckperms.command.generic.permission.check.info.directly={0} ha {1} impostato a {2} nel contesto {3} +luckperms.command.generic.permission.check.info.inherited={0} eredita {1} impostato a {2} da {3} nel contesto {4} +luckperms.command.generic.permission.check.info.not-directly={0} non ha {1} impostato +luckperms.command.generic.permission.check.info.not-inherited={0} non eredita {1} +luckperms.command.generic.permission.check.result.title=Controllo permessi per {0} +luckperms.command.generic.permission.check.result.result-key=Risultati +luckperms.command.generic.permission.check.result.processor-key=Processore +luckperms.command.generic.permission.check.result.cause-key=Causa +luckperms.command.generic.permission.check.result.context-key=Contesto +luckperms.command.generic.permission.set={0} УЈ stato impostato a {1} per {2} nel contesto {3} +luckperms.command.generic.permission.already-has={0} ha giУ  {1} impostato nel contesto {2} +luckperms.command.generic.permission.set-temp=Imposta {0} a {1} per {2} per una durata di {3} nel contesto {4} +luckperms.command.generic.permission.already-has-temp={0} ha giУ  {1} impostato temporaneamente nel contesto {2} +luckperms.command.generic.permission.unset=Azzera {0} per {1} nel contesto {2} +luckperms.command.generic.permission.doesnt-have={0} non ha {1} impostato nel contesto {2} +luckperms.command.generic.permission.unset-temp=Autorizzazione temporanea {0} non impostata per {1} nel contesto {2} +luckperms.command.generic.permission.subtract=Imposta {0} a {1} per {2} per una durata di {3} nel contesto {4}, {5} in meno di prima +luckperms.command.generic.permission.doesnt-have-temp={0} non ha {1} impostato nel contesto {2} +luckperms.command.generic.permission.clear=I permessi di {0} sono stati cancellati nel contesto {1} +luckperms.command.generic.parent.info.title={0}''s Principale +luckperms.command.generic.parent.info.empty={0} non dispone di alcun permesso impostato +luckperms.command.generic.parent.info.click-to-remove=Clicca per rimuovere questo nodo da {0} +luckperms.command.generic.parent.add={0} ora eredita i permessi da {1} nel contesto {2} +luckperms.command.generic.parent.add-temp={0} ora eredita i permessi da {1} per una durata di {2} nel contesto {3} +luckperms.command.generic.parent.set={0} ha cancellato i propri gruppi genitore esistenti, e ora eredita solo {1} nel contesto {2} +luckperms.command.generic.parent.set-track={0} ha cancellato i suoi gruppi genitore esistenti sulla traccia {1}, e ora eredita solo {2} nel contesto {3} +luckperms.command.generic.parent.remove={0} ora eredita i permessi da {1} nel contesto {2} +luckperms.command.generic.parent.remove-temp={0} ora eredita i permessi da {1} nel contesto {2} +luckperms.command.generic.parent.subtract={0} erediterУ  i permessi da {1} per una durata di {2} nel contesto {3}, {4} in meno rispetto a prima +luckperms.command.generic.parent.clear=I permessi di {0} sono stati cancellati nel contesto {1} +luckperms.command.generic.parent.clear-track=I principali di {0} sulla traccia {1} sono stati cancellati nel contesto {2} +luckperms.command.generic.parent.already-inherits={0} eredita giУ  da {1} nel contesto {2} +luckperms.command.generic.parent.doesnt-inherit={0} non eredita da {1} nel contesto {2} +luckperms.command.generic.parent.already-temp-inherits={0} eredita giУ  temporaneamente da {1} nel contesto {2} +luckperms.command.generic.parent.doesnt-temp-inherit={0} non eredita temporaneamente da {1} nel contesto {2} +luckperms.command.generic.chat-meta.info.title-prefix=Prefissi di {0} +luckperms.command.generic.chat-meta.info.title-suffix=Suffissi di {0} +luckperms.command.generic.chat-meta.info.none-prefix={0} non ha prefissi +luckperms.command.generic.chat-meta.info.none-suffix={0} non ha suffissi +luckperms.command.generic.chat-meta.info.click-to-remove=Clicca per rimuovere questo {0} da {1} +luckperms.command.generic.chat-meta.already-has={0} ha giУ  {1} {2} impostato su una prioritУ  di {3} nel contesto {4} +luckperms.command.generic.chat-meta.already-has-temp={0} ha giУ  {1} {2} impostato temporaneamente ad una prioritУ  di {3} nel contesto {4} +luckperms.command.generic.chat-meta.doesnt-have={0} non ha {1} {2} impostato su una prioritУ  di {3} nel contesto {4} +luckperms.command.generic.chat-meta.doesnt-have-temp={0} ha giУ  {1} {2} impostato su una prioritУ  di {3} nel contesto {4} +luckperms.command.generic.chat-meta.add={0} ha giУ  {1} {2} impostato su una prioritУ  di {3} nel contesto {4} +luckperms.command.generic.chat-meta.add-temp={0} aveva {1} {2} impostato su una prioritУ  di {3} per una durata di {4} nel contesto {5} +luckperms.command.generic.chat-meta.remove={0} aveva {1} {2} alla prioritУ  {3} rimosso nel contesto {4} +luckperms.command.generic.chat-meta.remove-bulk={0} aveva tutti {1} alla prioritУ  {2} rimossi nel contesto {3} +luckperms.command.generic.chat-meta.remove-temp={0} aveva temporaneamente {1} {2} alla prioritУ  {3} rimossa nel contesto {4} +luckperms.command.generic.chat-meta.remove-temp-bulk={0} aveva temporaneamente {1} {2} alla prioritУ  {3} rimossa nel contesto {4} +luckperms.command.generic.meta.info.title={0}''s Meta +luckperms.command.generic.meta.info.none={0} non ha meta +luckperms.command.generic.meta.info.click-to-remove=Clicca per rimuovere questo nodo da {0} +luckperms.command.generic.meta.already-has={0} ha giУ  il meta chiave {1} impostato a {2} nel contesto {3} +luckperms.command.generic.meta.already-has-temp={0} ha giУ  il meta chiave {1} temporaneamente impostato a {2} nel contesto {3} +luckperms.command.generic.meta.doesnt-have={0} non ha la chiave meta {1} impostata nel contesto {2} +luckperms.command.generic.meta.doesnt-have-temp={0} non ha la chiave meta {1} impostata nel contesto {2} +luckperms.command.generic.meta.set=Imposta il meta chiave {0} a {1} per {2} nel contesto {3} +luckperms.command.generic.meta.set-temp=Imposta {0} a {1} per {2} per una durata di {3} nel contesto {4} +luckperms.command.generic.meta.unset=Azzera {0} per {1} nel contesto {2} +luckperms.command.generic.meta.unset-temp=Autorizzazione temporanea {0} non impostata per {1} nel contesto {2} +luckperms.command.generic.meta.clear={0}''s il tipo di meta corrispondente {1} УЈ stato cancellato nel contesto {2} +luckperms.command.generic.contextual-data.title=Menu contestuale +luckperms.command.generic.contextual-data.mode.key=modalitУ  +luckperms.command.generic.contextual-data.mode.server=server +luckperms.command.generic.contextual-data.mode.active-player=giocatore attivo +luckperms.command.generic.contextual-data.contexts-key=Contesti +luckperms.command.generic.contextual-data.prefix-key=Prefisso +luckperms.command.generic.contextual-data.suffix-key=Suffisso +luckperms.command.generic.contextual-data.primary-group-key=Gruppo Primario +luckperms.command.generic.contextual-data.meta-key=Meta +luckperms.command.generic.contextual-data.null-result=Niente +luckperms.command.user.info.title=Info Utente +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=tipo +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=offline +luckperms.command.user.info.status-key=Stato +luckperms.command.user.info.status.online=Online +luckperms.command.user.info.status.offline=Offline +luckperms.command.user.removegroup.error-primary=Non puoi rimuovere un utente dal loro gruppo primario +luckperms.command.user.primarygroup.not-member={0} non era giУ  un membro di {1}, aggiungendoli ora +luckperms.command.user.primarygroup.already-has={0} ha giУ  {1} impostato come gruppo primario +luckperms.command.user.primarygroup.warn-option=Attenzione\: il metodo di calcolo del gruppo primario utilizzato da questo server ({0}) potrebbe non riflettere questo cambiamento +luckperms.command.user.primarygroup.set={0}''s gruppo primario УЈ stato impostato su {1} +luckperms.command.user.track.error-not-contain-group={0} non УЈ giУ  in nessun gruppo su {1} +luckperms.command.user.track.unsure-which-track=Non sei sicuro della traccia da usare, specificala come argomento +luckperms.command.user.track.missing-group-advice=Crea il gruppo o rimuovilo dalla traccia e riprova +luckperms.command.user.promote.added-to-first={0} non УЈ in alcun gruppo su {1}, quindi sono stati aggiunti al primo gruppo, {2} nel contesto {3} +luckperms.command.user.promote.not-on-track={0} non УЈ in nessun gruppo su {1}, quindi non УЈ stato promosso +luckperms.command.user.promote.success=Promuovendo {0} lungo la traccia {1} da {2} a {3} nel contesto {4} +luckperms.command.user.promote.end-of-track=La fine della traccia {0} УЈ stata raggiunta, impossibile promuovere {1} +luckperms.command.user.promote.next-group-deleted=Il prossimo gruppo sulla traccia, {0}, non esiste piУЙ +luckperms.command.user.promote.unable-to-promote=Impossibile rimuovere l''utente +luckperms.command.user.demote.success=Promuovendo {0} lungo la traccia {1} da {2} a {3} nel contesto {4} +luckperms.command.user.demote.end-of-track=La fine della traccia {0} УЈ stata raggiunta, quindi {1} УЈ stato rimosso da {2} +luckperms.command.user.demote.end-of-track-not-removed=La fine della traccia {0} УЈ stata raggiunta, ma {1} non УЈ stato rimosso dal primo gruppo +luckperms.command.user.demote.previous-group-deleted=Il prossimo gruppo sulla traccia, {0}, non esiste piУЙ +luckperms.command.user.demote.unable-to-demote=Impossibile rimuovere l''utente +luckperms.command.group.list.title=Gruppi +luckperms.command.group.delete.not-default=Non puoi eliminare il gruppo predefinito +luckperms.command.group.info.title=Informazioni gruppo +luckperms.command.group.info.display-name-key=Nome visualizzato +luckperms.command.group.info.weight-key=Peso +luckperms.command.group.setweight.set=Imposta il peso a {0} per il gruppo {1} +luckperms.command.group.setdisplayname.doesnt-have={0} non ha un nome visualizzato impostato +luckperms.command.group.setdisplayname.already-has={0} ha giУ  un nome visualizzato di {1} +luckperms.command.group.setdisplayname.already-in-use=Il nome visualizzato {0} УЈ giУ  in uso da {1} +luckperms.command.group.setdisplayname.set=Imposta il nome visualizzato a {0} per il gruppo {1} nel contesto {2} +luckperms.command.group.setdisplayname.removed=Rimosso il nome visualizzato per il gruppo {0} nel contesto {1} +luckperms.command.track.list.title=Tracce +luckperms.command.track.path.empty=Niente +luckperms.command.track.info.showing-track=Mostra Traccia +luckperms.command.track.info.path-property=Percorso +luckperms.command.track.clear={0}''s la traccia dei gruppi УЈ stata cancellata +luckperms.command.track.append.success=Il gruppo {0} УЈ stato aggiunto alla traccia {1} +luckperms.command.track.insert.success=Il gruppo {0} УЈ stato inserito nella traccia {1} alla posizione {2} +luckperms.command.track.insert.error-number=Numero atteso ma ricevuto\: {0} +luckperms.command.track.insert.error-invalid-pos=Impossibile inserire alla posizione {0} +luckperms.command.track.insert.error-invalid-pos-reason=posizione non valida +luckperms.command.track.remove.success=Il gruppo {0} УЈ stato aggiunto alla traccia {1} +luckperms.command.track.error-empty={0} non puУВ essere usato perchУЉ УЈ vuoto o contiene un solo gruppo +luckperms.command.track.error-multiple-groups={0} УЈ un membro di piУЙ gruppi su questa traccia +luckperms.command.track.error-ambiguous=Non riesco a determinare la tua posizione +luckperms.command.track.already-contains={0} contiene giУ  {1} +luckperms.command.track.doesnt-contain={0} dovrebbe contenere {1} +luckperms.command.log.load-error=Impossibile caricare i dati +luckperms.command.log.invalid-page=Numero di pagina non valido +luckperms.command.log.invalid-page-range=Inserisci un valore tra {0} e {1} +luckperms.command.log.empty=Nessun log da mostrare +luckperms.command.log.notify.error-console=Impossibile attivare le notifiche per la console +luckperms.command.log.notify.enabled-term=Abilitato +luckperms.command.log.notify.disabled-term=Disabilitato +luckperms.command.log.notify.changed-state={0} logging output +luckperms.command.log.notify.already-on=Stai giУ  ricevendo notifiche +luckperms.command.log.notify.already-off=Al momento non ricevi notifiche +luckperms.command.log.notify.invalid-state=Fortezza sconosciuta. Attesa {0} o {1} +luckperms.command.log.show.search=Mostrando le azioni recenti per la query {0} +luckperms.command.log.show.recent=Visualizzazione delle azioni recenti +luckperms.command.log.show.by=Mostrando le azioni recenti per la query {0} +luckperms.command.log.show.history=Mostrando la cronologia per {0} {1} +luckperms.command.export.error-term=Errore +luckperms.command.export.already-running=Un altro processo di esportazione УЈ giУ  in esecuzione +luckperms.command.export.file.already-exists=Il file {0} esiste giУ  +luckperms.command.export.file.not-writable=Il file {0} non УЈ scrivibile +luckperms.command.export.file.success=Esportato correttamente in\: {0} +luckperms.command.export.file-unexpected-error-writing=Si УЈ verificato un errore inatteso durante la cancellazione del file +luckperms.command.export.web.export-code=Esporta come codice +luckperms.command.export.web.import-command-description=Usa i seguenti comandi +luckperms.command.import.term=Importa +luckperms.command.import.error-term=Errore +luckperms.command.import.already-running=Un altro processo di importazione УЈ giУ  in esecuzione +luckperms.command.import.file.doesnt-exist=Il file {0} non esiste +luckperms.command.import.file.not-readable=Il file {0} non УЈ leggibile +luckperms.command.import.file.unexpected-error-reading=Si УЈ verificato un errore inatteso durante la cancellazione del file +luckperms.command.import.file.correct-format=УЈ il formato corretto? +luckperms.command.import.web.unable-to-read=Non УЈ stato possibile leggere i dati usando il codice fornito +luckperms.command.import.progress.percent={0}% completato +luckperms.command.import.progress.operations={0}/{1} operazioni completate +luckperms.command.import.starting=Avvia il processo d''importazione +luckperms.command.import.completed=COMPLETATO +luckperms.command.import.duration=tra {0} secondi +luckperms.command.bulkupdate.must-use-console=Il comando di aggiornamento di massa puУВ essere utilizzato solo dalla console +luckperms.command.bulkupdate.invalid-data-type=Tipo non valido, era in attesa {0} +luckperms.command.bulkupdate.invalid-constraint=Vincolo non valido {0} +luckperms.command.bulkupdate.invalid-constraint-format=I vincoli dovrebbero essere nel formato {0} +luckperms.command.bulkupdate.invalid-comparison=Operatore di confronto non valido {0} +luckperms.command.bulkupdate.invalid-comparison-format=Atteso uno dei seguenti\: {0} +luckperms.command.bulkupdate.queued=L''operazione di aggiornamento di massa УЈ stata in coda +luckperms.command.bulkupdate.confirm=Esegui {0} per eseguire l''aggiornamento +luckperms.command.bulkupdate.unknown-id=L''operazione con id {0} non esiste o УЈ scaduta +luckperms.command.bulkupdate.starting=Aggiornamento in esecuzione in serie +luckperms.command.bulkupdate.success=Aggiornamento completato con successo +luckperms.command.bulkupdate.success.statistics.nodes=Totale nodi interessati +luckperms.command.bulkupdate.success.statistics.users=Totale utenti attivi +luckperms.command.bulkupdate.success.statistics.groups=Totale utenti attivi +luckperms.command.bulkupdate.failure=Aggiornamento di massa non riuscito, controlla la console per errori +luckperms.command.update-task.request=Уˆ stata richiesta un''attivitУ  di aggiornamento, attendere prego +luckperms.command.update-task.complete=Aggiornamento completato +luckperms.command.update-task.push.attempting=Tentativo di inviare su altri server +luckperms.command.update-task.push.complete=Altri server sono stati notificati tramite {0} con successo +luckperms.command.update-task.push.error=Errore durante l''invio delle modifiche ad altri server +luckperms.command.update-task.push.error-not-setup=Impossibile inviare le modifiche ad altri server in quanto un servizio di messaggistica non УЈ stato configurato +luckperms.command.reload-config.success=Il file di configurazione УЈ stato ricaricato +luckperms.command.reload-config.restart-note=alcune opzioni verranno applicate solo dopo il riavvio del server +luckperms.command.translations.searching=Ricerca delle traduzioni disponibili, attendere prego... +luckperms.command.translations.searching-error=Impossibile ottenere un elenco di traduzioni disponibili +luckperms.command.translations.installed-translations=Traduzioni moduli installati +luckperms.command.translations.available-translations=Traduzioni Disponibili +luckperms.command.translations.percent-translated={0}% tradotto +luckperms.command.translations.translations-by=da +luckperms.command.translations.installing=Installazione pacchetto, attendere prego... +luckperms.command.translations.download-error=Impossibile scaricare la traduzione per {0} +luckperms.command.translations.installing-specific=Installazione lingua {0}... +luckperms.command.translations.install-complete=Installazione completata +luckperms.command.translations.download-prompt=Usa {0} per scaricare e installare le versioni aggiornate di queste traduzioni fornite dalla community +luckperms.command.translations.download-override-warning=Si prega di notare che questo sovrascriverУ  qualsiasi modifica apportata per queste lingue +luckperms.usage.user.description=Un insieme di comandi per la gestione degli utenti all''interno di LuckPerms. (Un ''utente'' in LuckPerms УЈ solo un giocatore, e puУВ fare riferimento a un UUID o un nome utente) +luckperms.usage.group.description=Un insieme di comandi per gestire i gruppi all''interno di LuckPerms. I gruppi sono solo collezioni di assegnazioni di permessi che possono essere date agli utenti. I nuovi gruppi sono fatti usando il comando ''creategroup''. +luckperms.usage.track.description=Un insieme di comandi per la gestione delle tracce all''interno di LuckPerms. Le tracce sono una raccolta ordinata di gruppi che possono essere utilizzati per definire promozioni e demovimenti. +luckperms.usage.log.description=Un insieme di comandi per gestire la funzionalitУ  di registrazione all''interno di LuckPerms. +luckperms.usage.sync.description=Ricarica tutti i dati dalla memoria dei plugin in memoria e applica tutte le modifiche rilevate. +luckperms.usage.info.description=Stampa informazioni generali sull''istanza del plugin attivo. +luckperms.usage.editor.description=Crea una nuova sessione web editor +luckperms.usage.editor.argument.type=Tipi da caricare nell''editor. (''all'', ''users'' o ''groups'') +luckperms.usage.editor.argument.filter=permesso di filtrare le voci utente per +luckperms.usage.verbose.description=Controlla il sistema di controllo permessi dettagliati dei plugin. +luckperms.usage.verbose.argument.action=se abilitare/disabilitare la registrazione, o per caricare l''output registrato +luckperms.usage.verbose.argument.filter=il filtro con cui abbinare le voci +luckperms.usage.verbose.argument.commandas=il giocatore/comando da eseguire +luckperms.usage.tree.description=Genera una vista ad albero (lista ordinata gerarchia) di tutti i permessi noti a LuckPerms. +luckperms.usage.tree.argument.scope=la radice dell''albero. specificare "." per includere tutti i permessi +luckperms.usage.tree.argument.player=il nome di un giocatore online da controllare +luckperms.usage.search.description=Cerca tra tutti i gruppi / utenti con uno specifico permesso +luckperms.usage.search.argument.permission=il permesso di cercare +luckperms.usage.search.argument.page=la pagina da visualizzare +luckperms.usage.network-sync.description=Sincronizza le modifiche con l''archivio e richiede che tutti gli altri server della rete facciano lo stesso +luckperms.usage.import.description=Importa dati da un file di esportazione (creato precedentemente) +luckperms.usage.import.argument.file=seleziona il file da cui importare +luckperms.usage.import.argument.replace=sostituire i dati esistenti invece di unire +luckperms.usage.import.argument.upload=caricare i dati da una precedente esportazione +luckperms.usage.export.description=Esporta tutti i dati delle autorizzazioni in un file ''export''. PuУВ essere reimportato in un secondo momento. +luckperms.usage.export.argument.file=il file in cui esportare +luckperms.usage.export.argument.without-users=esclude gli utenti dall''esportazione +luckperms.usage.export.argument.without-groups=escludere gruppi dall''esportazione +luckperms.usage.export.argument.upload=Carica tutti i dati di autorizzazione sul webeditor. PuУВ essere reimportato in un secondo momento. +luckperms.usage.reload-config.description=Ricarica alcune delle opzioni di configurazione +luckperms.usage.bulk-update.description=Esegui query di cambio in serie su tutti i dati +luckperms.usage.bulk-update.argument.data-type=il tipo di dati da modificare. (''all'', ''utenti'' o ''gruppi'') +luckperms.usage.bulk-update.argument.action=l''azione da eseguire sui dati. (''update'' o ''delete'') +luckperms.usage.bulk-update.argument.action-field=il campo su cui agire. Richiesto solo per ''update''. (''permission'', ''server'' o ''world'') +luckperms.usage.bulk-update.argument.action-value=il valore con cui sostituire. Richiesto solo per ''update''. +luckperms.usage.bulk-update.argument.constraint=i vincoli richiesti per l''aggiornamento +luckperms.usage.translations.description=Gestisci le traduzioni +luckperms.usage.translations.argument.install=sottocomando per installare le traduzioni +luckperms.usage.apply-edits.description=Applica le modifiche ai permessi fatte dall''editor web +luckperms.usage.apply-edits.argument.code=il codice univoco dei dati +luckperms.usage.apply-edits.argument.target=a chi applicare i dati a +luckperms.usage.create-group.description=Crea un nuovo gruppo +luckperms.usage.create-group.argument.name=nome del gruppo +luckperms.usage.create-group.argument.weight=il peso del gruppo +luckperms.usage.create-group.argument.display-name=il nome visualizzato del gruppo +luckperms.usage.delete-group.description=Elimina gruppo +luckperms.usage.delete-group.argument.name=nome del gruppo +luckperms.usage.list-groups.description=Elenca tutti i gruppi sulla piattaforma +luckperms.usage.create-track.description=Crea nuova traccia +luckperms.usage.create-track.argument.name=il nome della traccia +luckperms.usage.delete-track.description=Elimina traccia +luckperms.usage.delete-track.argument.name=il nome della traccia +luckperms.usage.list-tracks.description=Elenca tutti i gruppi sulla piattaforma +luckperms.usage.user-info.description=Mostra le informazioni del tuo server +luckperms.usage.user-switchprimarygroup.description=Cambia il gruppo principale dell''utente +luckperms.usage.user-switchprimarygroup.argument.group=il gruppo a cui passare +luckperms.usage.user-promote.description=Promuove l''utente su una traccia +luckperms.usage.user-promote.argument.track=la traccia per promuovere l''utente su +luckperms.usage.user-promote.argument.context=i contesti in cui promuovere l''utente +luckperms.usage.user-promote.argument.dont-add-to-first=promuove l''utente solo se sono giУ  in pista +luckperms.usage.user-demote.description=Promuove l''utente su una traccia +luckperms.usage.user-demote.argument.track=la traccia per promuovere l''utente su +luckperms.usage.user-demote.argument.context=i contesti in cui promuovere l''utente +luckperms.usage.user-demote.argument.dont-remove-from-first=impedire che l''utente venga rimosso dal primo gruppo +luckperms.usage.user-clone.description=Clona un utente +luckperms.usage.user-clone.argument.user=il nome/uuuid dell''utente su cui clonare +luckperms.usage.group-info.description=Fornisce informazioni sul gruppo +luckperms.usage.group-listmembers.description=Mostra gli utenti/gruppi che ereditano da questo gruppo +luckperms.usage.group-listmembers.argument.page=la pagina da visualizzare +luckperms.usage.group-setweight.description=Imposta il peso dei gruppi +luckperms.usage.group-setweight.argument.weight=il peso da impostare +luckperms.usage.group-set-display-name.description=Imposta il nome visualizzato dei gruppi +luckperms.usage.group-set-display-name.argument.name=il nome da impostare +luckperms.usage.group-set-display-name.argument.context=i contesti in cui promuovere l''utente +luckperms.usage.group-rename.description=Rinomina il gruppo +luckperms.usage.group-rename.argument.name=il nuovo nome +luckperms.usage.group-clone.description=Clona il gruppo +luckperms.usage.group-clone.argument.name=il nome del gruppo su cui clonare +luckperms.usage.holder-editor.description=Apre l''editor dei permessi web +luckperms.usage.holder-showtracks.description=Elenca le tracce su cui УЈ attivo l''oggetto +luckperms.usage.holder-clear.description=Rimuove tutti i permessi, genitori e meta +luckperms.usage.holder-clear.argument.context=i contesti da filtrare per +luckperms.usage.permission.description=Modifica i permessi +luckperms.usage.parent.description=Modifica ereditУ  +luckperms.usage.meta.description=Modifica Valori Predefiniti +luckperms.usage.permission-info.description=Elenca i nodi di autorizzazione che l''oggetto ha +luckperms.usage.permission-info.argument.page=la pagina da visualizzare +luckperms.usage.permission-info.argument.sort-mode=come ordinare le voci +luckperms.usage.permission-set.description=Imposta un permesso per l''oggetto +luckperms.usage.permission-set.argument.node=il nodo di autorizzazione da impostare +luckperms.usage.permission-set.argument.value=il valore del campo +luckperms.usage.permission-set.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.permission-unset.description=Imposta un permesso per l''oggetto +luckperms.usage.permission-unset.argument.node=il nodo di autorizzazione da impostare +luckperms.usage.permission-unset.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.permission-settemp.description=Imposta temporaneamente un permesso per l''oggetto +luckperms.usage.permission-settemp.argument.node=il nodo di autorizzazione da impostare +luckperms.usage.permission-settemp.argument.value=il valore del campo +luckperms.usage.permission-settemp.argument.duration=durata fino alla scadenza del nodo autorizzazione +luckperms.usage.permission-settemp.argument.temporary-modifier=modalitУ  di applicazione dell''autorizzazione temporanea +luckperms.usage.permission-settemp.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.permission-unsettemp.description=Imposta un permesso per l''oggetto +luckperms.usage.permission-unsettemp.argument.node=il nodo di autorizzazione da impostare +luckperms.usage.permission-unsettemp.argument.duration=la durata di sottrazione +luckperms.usage.permission-unsettemp.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.permission-check.description=Controlla se l''oggetto ha un certo nodo di autorizzazione +luckperms.usage.permission-check.argument.node=il nodo di autorizzazione da impostare +luckperms.usage.permission-clear.description=Elimina autorizzazione +luckperms.usage.permission-clear.argument.context=i contesti da filtrare per +luckperms.usage.parent-info.description=Elenca i gruppi da cui questo oggetto eredita +luckperms.usage.parent-info.argument.page=la pagina da visualizzare +luckperms.usage.parent-info.argument.sort-mode=come ordinare le voci +luckperms.usage.parent-set.description=Rimuove tutti gli altri gruppi l''oggetto eredita giУ  e li aggiunge a quello dato +luckperms.usage.parent-set.argument.group=il gruppo a cui passare +luckperms.usage.parent-set.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.parent-add.description=Imposta un altro gruppo per l''oggetto da cui ereditare i permessi +luckperms.usage.parent-add.argument.group=il gruppo che eredita da +luckperms.usage.parent-add.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.parent-remove.description=Rimuove una regola di ereditУ  precedentemente impostata +luckperms.usage.parent-remove.argument.group=il gruppo a cui passare +luckperms.usage.parent-remove.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.parent-set-track.description=Rimuove tutti gli altri gruppi l''oggetto eredita giУ  e li aggiunge a quello dato +luckperms.usage.parent-set-track.argument.track=la traccia su cui impostare +luckperms.usage.parent-set-track.argument.group=il gruppo da fissare o un numero relativo alla posizione del gruppo sulla pista data +luckperms.usage.parent-set-track.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.parent-add-temp.description=Imposta un altro gruppo per l''oggetto da cui ereditare i permessi +luckperms.usage.parent-add-temp.argument.group=il gruppo che eredita da +luckperms.usage.parent-add-temp.argument.duration=la durata della composizione del gruppo +luckperms.usage.parent-add-temp.argument.temporary-modifier=modalitУ  di applicazione dell''autorizzazione temporanea +luckperms.usage.parent-add-temp.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.parent-remove-temp.description=Rimuove una regola di ereditУ  precedentemente impostata +luckperms.usage.parent-remove-temp.argument.group=il gruppo a cui passare +luckperms.usage.parent-remove-temp.argument.duration=la durata di sottrazione +luckperms.usage.parent-remove-temp.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.parent-clear.description=Cancella tutti i meta +luckperms.usage.parent-clear.argument.context=i contesti da filtrare per +luckperms.usage.parent-clear-track.description=Cancella tutti i genitori su una determinata traccia +luckperms.usage.parent-clear-track.argument.track=la traccia su cui impostare +luckperms.usage.parent-clear-track.argument.context=i contesti da filtrare per +luckperms.usage.meta-info.description=Mostra tutti i meta della chat +luckperms.usage.meta-set.description=Imposta un meta valore +luckperms.usage.meta-set.argument.key=il nome da impostare +luckperms.usage.meta-set.argument.value=il nome da impostare +luckperms.usage.meta-set.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.meta-unset.description=Imposta un meta valore +luckperms.usage.meta-unset.argument.key=il nome da impostare +luckperms.usage.meta-unset.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.meta-settemp.description=Imposta temporaneamente un meta valore +luckperms.usage.meta-settemp.argument.key=la chiave da impostare +luckperms.usage.meta-settemp.argument.value=il valore da settare +luckperms.usage.meta-settemp.argument.duration=la durata fino alla scadenza del meta value +luckperms.usage.meta-settemp.argument.context=i contesti in cui aggiungere il meta pair +luckperms.usage.meta-unsettemp.description=Azzera un meta valore temporaneo +luckperms.usage.meta-unsettemp.argument.key=la chiave da impostare +luckperms.usage.meta-unsettemp.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.meta-addprefix.description=Imposta un prefisso +luckperms.usage.meta-addprefix.argument.priority=la prioritУ  da aggiungere il prefisso a +luckperms.usage.meta-addprefix.argument.prefix=la stringa suffisso +luckperms.usage.meta-addprefix.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.meta-addsuffix.description=Aggiunge un suffisso +luckperms.usage.meta-addsuffix.argument.priority=la prioritУ  da aggiungere il suffisso a +luckperms.usage.meta-addsuffix.argument.suffix=la stringa suffisso +luckperms.usage.meta-addsuffix.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.meta-setprefix.description=Imposta un prefisso +luckperms.usage.meta-setprefix.argument.priority=la prioritУ  da aggiungere il suffisso a +luckperms.usage.meta-setprefix.argument.prefix=la stringa suffisso +luckperms.usage.meta-setprefix.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.meta-setsuffix.description=Aggiunge un suffisso +luckperms.usage.meta-setsuffix.argument.priority=la prioritУ  da aggiungere il suffisso a +luckperms.usage.meta-setsuffix.argument.suffix=la stringa suffisso +luckperms.usage.meta-setsuffix.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.meta-removeprefix.description=Rimuove un prefisso +luckperms.usage.meta-removeprefix.argument.priority=la prioritУ  da aggiungere il suffisso a +luckperms.usage.meta-removeprefix.argument.prefix=la stringa suffisso +luckperms.usage.meta-removeprefix.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.meta-removesuffix.description=Rimuove un prefisso +luckperms.usage.meta-removesuffix.argument.priority=la prioritУ  da aggiungere il suffisso a +luckperms.usage.meta-removesuffix.argument.suffix=la stringa suffisso +luckperms.usage.meta-removesuffix.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.meta-addtemp-prefix.description=Aggiunge temporaneamente un prefisso +luckperms.usage.meta-addtemp-prefix.argument.priority=la prioritУ  da aggiungere il prefisso a +luckperms.usage.meta-addtemp-prefix.argument.prefix=la stringa suffisso +luckperms.usage.meta-addtemp-prefix.argument.duration=la durata fino alla scadenza del prefisso +luckperms.usage.meta-addtemp-prefix.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.meta-addtemp-suffix.description=Aggiunge temporaneamente un suffisso +luckperms.usage.meta-addtemp-suffix.argument.priority=la prioritУ  da aggiungere il suffisso a +luckperms.usage.meta-addtemp-suffix.argument.suffix=la stringa suffisso +luckperms.usage.meta-addtemp-suffix.argument.duration=la durata fino alla scadenza del prefisso +luckperms.usage.meta-addtemp-suffix.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.meta-settemp-prefix.description=Aggiunge temporaneamente un prefisso +luckperms.usage.meta-settemp-prefix.argument.priority=la prioritУ  da aggiungere il suffisso a +luckperms.usage.meta-settemp-prefix.argument.prefix=la stringa suffisso +luckperms.usage.meta-settemp-prefix.argument.duration=la durata fino alla scadenza del prefisso +luckperms.usage.meta-settemp-prefix.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.meta-settemp-suffix.description=Aggiunge temporaneamente un suffisso +luckperms.usage.meta-settemp-suffix.argument.priority=la prioritУ  da aggiungere il suffisso a +luckperms.usage.meta-settemp-suffix.argument.suffix=la stringa suffisso +luckperms.usage.meta-settemp-suffix.argument.duration=la durata fino alla scadenza del prefisso +luckperms.usage.meta-settemp-suffix.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.meta-removetemp-prefix.description=Rimuove un prefisso temporaneo +luckperms.usage.meta-removetemp-prefix.argument.priority=la prioritУ  da aggiungere il suffisso a +luckperms.usage.meta-removetemp-prefix.argument.prefix=la stringa suffisso +luckperms.usage.meta-removetemp-prefix.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.meta-removetemp-suffix.description=Rimuove un prefisso temporaneo +luckperms.usage.meta-removetemp-suffix.argument.priority=la prioritУ  da aggiungere il suffisso a +luckperms.usage.meta-removetemp-suffix.argument.suffix=la stringa suffisso +luckperms.usage.meta-removetemp-suffix.argument.context=i contesti in cui aggiungere il permesso +luckperms.usage.meta-clear.description=Cancella tutti i meta +luckperms.usage.meta-clear.argument.type=il tipo di meta da rimuovere +luckperms.usage.meta-clear.argument.context=i contesti da filtrare per +luckperms.usage.track-info.description=Fornisce informazioni sulla traccia +luckperms.usage.track-editor.description=Apre l''editor di permessi online +luckperms.usage.track-append.description=Aggiunge un gruppo alla fine del binario +luckperms.usage.track-append.argument.group=il gruppo da aggiungere +luckperms.usage.track-insert.description=Inserisce un gruppo in una determinata posizione lungo la traccia +luckperms.usage.track-insert.argument.group=il gruppo da aggiungere +luckperms.usage.track-insert.argument.position=la posizione per inserire il gruppo in (la prima posizione sulla pista УЈ 1) +luckperms.usage.track-remove.description=Rimuove un gruppo dalla traccia +luckperms.usage.track-remove.argument.group=il gruppo da rimuovere +luckperms.usage.track-clear.description=Cancella i gruppi sulla traccia +luckperms.usage.track-rename.description=Rinomina il gruppo +luckperms.usage.track-rename.argument.name=il nuovo nome +luckperms.usage.track-clone.description=Clona il gruppo +luckperms.usage.track-clone.argument.name=il nome del gruppo su cui clonare +luckperms.usage.log-recent.description=Visualizzazione delle azioni recenti +luckperms.usage.log-recent.argument.user=il nome/uuuid dell''utente da filtrare per +luckperms.usage.log-recent.argument.page=il numero di pagina da visualizzare +luckperms.usage.log-search.description=Cerca il log per una voce +luckperms.usage.log-search.argument.query=la query da cercare per +luckperms.usage.log-search.argument.page=il numero di pagina da visualizzare +luckperms.usage.log-notify.description=Attiva/Disattiva notifiche di registro +luckperms.usage.log-notify.argument.toggle=se attivare o disattivare +luckperms.usage.log-user-history.description=Visualizza la cronologia di un utente +luckperms.usage.log-user-history.argument.user=il nome/uuuid dellт€™utente +luckperms.usage.log-user-history.argument.page=il numero di pagina da visualizzare +luckperms.usage.log-group-history.description=Visualizza lo storico del gruppo +luckperms.usage.log-group-history.argument.group=nome del gruppo +luckperms.usage.log-group-history.argument.page=il numero di pagina da visualizzare +luckperms.usage.log-track-history.description=Visualizza lo storico del gruppo +luckperms.usage.log-track-history.argument.track=il nome della traccia +luckperms.usage.log-track-history.argument.page=il numero di pagina da visualizzare +luckperms.usage.sponge.description=Modifica dati extra di Sponge +luckperms.usage.sponge.argument.collection=la raccolta da interrogare +luckperms.usage.sponge.argument.subject=lт€™oggetto della modifica +luckperms.usage.sponge-permission-info.description=Mostra informazioni sulle opzioni dell''oggetto +luckperms.usage.sponge-permission-info.argument.contexts=i contesti da filtrare per +luckperms.usage.sponge-permission-set.description=Imposta un permesso per l''oggetto +luckperms.usage.sponge-permission-set.argument.node=il nodo di autorizzazione da impostare +luckperms.usage.sponge-permission-set.argument.tristate=il valore su cui impostare la chiave +luckperms.usage.sponge-permission-set.argument.contexts=i contesti in cui aggiungere il permesso +luckperms.usage.sponge-permission-clear.description=Ripulisce i genitori dei soggetti +luckperms.usage.sponge-permission-clear.argument.contexts=i contesti in cui cancellare le opzioni +luckperms.usage.sponge-parent-info.description=Mostra informazioni sulle opzioni dell''oggetto +luckperms.usage.sponge-parent-info.argument.contexts=i contesti da filtrare per +luckperms.usage.sponge-parent-add.description=Aggiunge un genitore all''oggetto +luckperms.usage.sponge-parent-add.argument.collection=la raccolta dell''oggetto in cui l''oggetto genitore УЈ +luckperms.usage.sponge-parent-add.argument.subject=il nome dell''oggetto genitore +luckperms.usage.sponge-parent-add.argument.contexts=i contesti in cui aggiungere il genitore +luckperms.usage.sponge-parent-remove.description=Rimuove un genitore dall''oggetto +luckperms.usage.sponge-parent-remove.argument.collection=la raccolta dell''oggetto in cui l''oggetto genitore УЈ +luckperms.usage.sponge-parent-remove.argument.subject=il nome dell''oggetto genitore +luckperms.usage.sponge-parent-remove.argument.contexts=i contesti in cui rimuovere il genitore +luckperms.usage.sponge-parent-clear.description=Ripulisce i genitori dei soggetti +luckperms.usage.sponge-parent-clear.argument.contexts=i contesti in cui rimuovere il genitore +luckperms.usage.sponge-option-info.description=Mostra informazioni sulle opzioni dell''oggetto +luckperms.usage.sponge-option-info.argument.contexts=il contesto da filtrare per +luckperms.usage.sponge-option-set.description=Imposta un''opzione per l''oggetto +luckperms.usage.sponge-option-set.argument.key=la chiave da impostare +luckperms.usage.sponge-option-set.argument.value=il valore su cui impostare la chiave +luckperms.usage.sponge-option-set.argument.contexts=i contesti in cui aggiungere il permesso +luckperms.usage.sponge-option-unset.description=Imposta un''opzione per l''oggetto +luckperms.usage.sponge-option-unset.argument.key=la chiave da impostare +luckperms.usage.sponge-option-unset.argument.contexts=i contesti in cui promuovere l''utente +luckperms.usage.sponge-option-clear.description=Ripulisce i genitori dei soggetti +luckperms.usage.sponge-option-clear.argument.contexts=i contesti in cui cancellare le opzioni diff --git a/plugins/LuckPerms/translations/repository/ja_JP.properties b/plugins/LuckPerms/translations/repository/ja_JP.properties new file mode 100644 index 0000000..f1d0c92 --- /dev/null +++ b/plugins/LuckPerms/translations/repository/ja_JP.properties @@ -0,0 +1,630 @@ +luckperms.logs.actionlog-prefix=уƒ­у‚А +luckperms.logs.verbose-prefix=цЈЉщ™шЉГчДА +luckperms.logs.export-prefix=цЈЉщ™х‡КхŠ› +luckperms.commandsystem.available-commands=хˆЉч”ЈхЏшƒНуЊу‚ГуƒžуƒГуƒ‰у‚’шЁЈчЄКу™у‚‹уЋуЏ {0} у‚’фНПч”Ју—уІуу у•у„ +luckperms.commandsystem.command-not-recognised=у‚ГуƒžуƒГуƒ‰уŒшЊш­˜у•у‚ŒуОу›у‚“ +luckperms.commandsystem.no-permission=у“уЎу‚ГуƒžуƒГуƒ‰у‚’хЎŸшЁŒу™у‚‹цЈЉщ™уŒу‚у‚ŠуОу›у‚“\! +luckperms.commandsystem.no-permission-subcommands=у‚Еуƒ–у‚ГуƒžуƒГуƒ‰у‚’хЎŸшЁŒу™у‚‹цЈЉщ™уŒу‚у‚ŠуОу›у‚“ +luckperms.commandsystem.already-executing-command=хˆЅуЎу‚ГуƒžуƒГуƒ‰уŒхЎŸшЁŒу•у‚ŒуІу„уОу™у€‚хЎŒфК†у‚’хО…уЃуІу„уОу™... +luckperms.commandsystem.usage.sub-commands-header=у‚Еуƒ–у‚ГуƒžуƒГуƒ‰ +luckperms.commandsystem.usage.usage-header=у‚ГуƒžуƒГуƒ‰уЎфНПч”ЈцГ• +luckperms.commandsystem.usage.arguments-header=хМ•ц•А +luckperms.first-time.no-permissions-setup=уОу цЈЉщ™уŒшЈ­хЎšу•у‚ŒуІу„уОу›у‚“\! +luckperms.first-time.use-console-to-give-access=у‚ВуƒМуƒ х†…уЇ LuckPerms у‚ГуƒžуƒГуƒ‰у‚’фНПч”Ју™у‚‹х‰уЋу€у‚ГуƒГу‚НуƒМуƒЋу‚’фНПч”Ју—уІш‡Њхˆ†ш‡ЊшКЋуЋу‚Ђу‚Џу‚Лу‚Йу‚’шЈБхЏу™у‚‹хП…шІуŒу‚у‚ŠуОу™ +luckperms.first-time.console-command-prompt=у‚ГуƒГу‚НуƒМуƒЋу‚’щ–‹у„уІхЎŸшЁŒ +luckperms.first-time.next-step=у“у‚Œу‚’хЎŸшЁŒу—уŸу‚уЈу€цЈЉщ™уЎх‰Ву‚ŠхН“уІу‚„у‚АуƒЋуƒМуƒ—у‚’хЎšчОЉуЇууОу™ +luckperms.first-time.wiki-prompt=уЉу“у‹у‚‰хЇ‹у‚у‚ŒуАу„у„у‹у‚у‹у‚ŠуОу›у‚“у‹? у“уЁу‚‰у‚’у”шІЇуу у•у„\: {0} +luckperms.login.try-again=ц™‚щ–“у‚’чНЎу„уІу‚‚у†фИ€хКІхЎŸшЁŒу—уІуу у•у„ +luckperms.login.loading-database-error=цЈЉщ™уƒ‡уƒМу‚ПуЎшЊ­уПшОМуПфИ­уЋуƒ‡уƒМу‚Пуƒ™уƒМу‚Йу‚ЈуƒЉуƒМуŒч™Кч”Ÿу—уОу—уŸ +luckperms.login.server-admin-check-console-errors=у‚ЕуƒМуƒуƒМчЎЁч†ш€…уЎх ДхˆуЏу€у‚ГуƒГу‚НуƒМуƒЋуЇу‚ЈуƒЉуƒМу‚’чЂКшЊу—уІуу у•у„ +luckperms.login.server-admin-check-console-info=шЉГчДАуЏу‚ЕуƒМуƒуƒМу‚ГуƒГу‚НуƒМуƒЋу‚’чЂКшЊу—уІуу у•у„ +luckperms.login.data-not-loaded-at-pre=уƒ—уƒЌ-уƒ­у‚Ау‚ЄуƒГуЎцЎЕщšŽуЇуЏу‚уЊуŸуЎцЈЉщ™уƒ‡уƒМу‚ПуŒшЊ­уПшОМуОу‚ŒуОу›у‚“уЇу—уŸ +luckperms.login.unable-to-continue=чЖšшЁŒуЇууОу›у‚“ +luckperms.login.craftbukkit-offline-mode-error=CraftBukkit уЈ online-mode уЎшЈ­хЎšуЇчЋЖхˆу—уІу„у‚‹хЏшƒНц€ЇуŒу‚у‚ŠуОу™ +luckperms.login.unexpected-error=цЈЉщ™уƒ‡уƒМу‚ПуЎшЈ­хЎšфИ­уЋфКˆцœŸу—уЊу„у‚ЈуƒЉуƒМуŒч™Кч”Ÿу—уОу—уŸ +luckperms.opsystem.disabled=у“уЎу‚ЕуƒМуƒуƒМуЇуЏуƒуƒ‹уƒЉуЎ OP у‚Зу‚Йуƒ†уƒ уЏч„ЁхŠЙхŒ–у•у‚ŒуІу„уОу™ +luckperms.opsystem.sponge-warning=цЈЉщ™уƒ—уƒЉу‚Ау‚ЄуƒГуŒхАŽх…Ѕу•у‚ŒуІу„у‚‹х Дхˆу€Server Operator уЎчŠЖц…‹уЏ Sponge уЎцЈЉщ™уƒу‚Їуƒƒу‚ЏуЋхНБщŸПу—уЊу„уЎуЇцГЈц„у—уІуу у•у„у€‚ч›ДцŽЅуƒІуƒМу‚ЖуƒМуƒ‡уƒМу‚Пу‚’чЗЈщ›†у™у‚‹хП…шІуŒу‚у‚ŠуОу™ +luckperms.duration.unit.years.plural={0} хЙД +luckperms.duration.unit.years.singular={0} хЙД +luckperms.duration.unit.years.short={0}хЙД +luckperms.duration.unit.months.plural={0} уƒЖцœˆ +luckperms.duration.unit.months.singular={0} уƒЖцœˆ +luckperms.duration.unit.months.short={0}уƒЖцœˆ +luckperms.duration.unit.weeks.plural={0} щ€Б +luckperms.duration.unit.weeks.singular={0} щ€Б +luckperms.duration.unit.weeks.short={0}щ€Б +luckperms.duration.unit.days.plural={0} ц—Ѕ +luckperms.duration.unit.days.singular={0} ц—Ѕ +luckperms.duration.unit.days.short={0}ц—Ѕ +luckperms.duration.unit.hours.plural={0} ц™‚щ–“ +luckperms.duration.unit.hours.singular={0} ц™‚щ–“ +luckperms.duration.unit.hours.short={0}ц™‚щ–“ +luckperms.duration.unit.minutes.plural={0} хˆ† +luckperms.duration.unit.minutes.singular={0} хˆ† +luckperms.duration.unit.minutes.short={0}хˆ† +luckperms.duration.unit.seconds.plural={0} чЇ’ +luckperms.duration.unit.seconds.singular={0} чЇ’ +luckperms.duration.unit.seconds.short={0}чЇ’ +luckperms.duration.since={0} х‰ +luckperms.command.misc.invalid-code=ч„ЁхŠЙуЊу‚ГуƒМуƒ‰ +luckperms.command.misc.response-code-key=уƒЌу‚ЙуƒуƒГу‚ЙуƒЛу‚ГуƒМуƒ‰ +luckperms.command.misc.error-message-key=уƒЁуƒƒу‚ЛуƒМу‚И +luckperms.command.misc.bytebin-unable-to-communicate=bytebin уЈщ€šфПЁуЇууОу›у‚“ +luckperms.command.misc.webapp-unable-to-communicate=у‚Іу‚Їуƒ–у‚Ђуƒ—уƒЊуЈщ€šфПЁуЇууОу›у‚“ +luckperms.command.misc.check-console-for-errors=у‚ГуƒГу‚НуƒМуƒЋуЇу‚ЈуƒЉуƒМу‚’чЂКшЊу—уІуу у•у„ +luckperms.command.misc.file-must-be-in-data=уƒ•у‚Ёу‚ЄуƒЋ {0} уЏуƒ‡уƒМу‚Пуƒ‡у‚ЃуƒЌу‚ЏуƒˆуƒЊуЎч›ДфИ‹уЋу‚у‚‹хП…шІуŒу‚у‚ŠуОу™ +luckperms.command.misc.wait-to-finish=хЎŒфК†у™у‚‹уОуЇхО…уЃуІу‹у‚‰у‚‚у†фИ€хКІу‚„у‚Šч›Ду—уІуу у•у„ +luckperms.command.misc.invalid-priority=ч„ЁхŠЙуЊх„Њх…ˆхКІ\: {0} +luckperms.command.misc.expected-number=цœŸхО…у•у‚Œу‚‹ц•Ах€Є +luckperms.command.misc.date-parse-error=ц—Ѕц™‚ {0} у‚’шЇЃцžуЇууОу›у‚“ +luckperms.command.misc.date-in-past-error=щŽхŽЛуЎц—Ѕц™‚уЏцŒ‡хЎšуЇууОу›у‚“\! +luckperms.command.misc.page={0} / {1} уƒšуƒМу‚И +luckperms.command.misc.page-entries={0} х€‹уЎщ …ч›Ў +luckperms.command.misc.none=уЊу— +luckperms.command.misc.loading.error.unexpected=фКˆцœŸу—уЊу„у‚ЈуƒЉуƒМуŒч™Кч”Ÿу—уОу—уŸ +luckperms.command.misc.loading.error.user=уƒІуƒМу‚ЖуƒМуŒшЊ­уПшОМуОу‚ŒуІу„уОу›у‚“ +luckperms.command.misc.loading.error.user-specific=цŒ‡хЎšу—уŸуƒІуƒМу‚ЖуƒМ {0} у‚’шЊ­уПшОМу‚уОу›у‚“ +luckperms.command.misc.loading.error.user-not-found=уƒІуƒМу‚ЖуƒМ {0} уЏшІ‹уЄу‹у‚ŠуОу›у‚“уЇу—уŸ +luckperms.command.misc.loading.error.user-save-error=уƒІуƒМу‚ЖуƒМ {0} уЎуƒ‡уƒМу‚ПфПх­˜фИ­уЋу‚ЈуƒЉуƒМуŒч™Кч”Ÿу—уОу—уŸ +luckperms.command.misc.loading.error.user-not-online=уƒІуƒМу‚ЖуƒМ {0} уЏу‚Њуƒ•уƒЉу‚ЄуƒГуЇу™ +luckperms.command.misc.loading.error.user-invalid={0} уЏцœ‰хŠЙуЊуƒІуƒМу‚ЖуƒМхуОуŸуЏ UUID уЇуЏу‚у‚ŠуОу›у‚“ +luckperms.command.misc.loading.error.user-not-uuid=цŒ‡хЎšу—уŸуƒІуƒМу‚ЖуƒМ {0} уЏцœ‰хŠЙуЊ UUID уЇуЏу‚у‚ŠуОу›у‚“ +luckperms.command.misc.loading.error.group=у‚АуƒЋуƒМуƒ—уŒшЊ­уПшОМуОу‚ŒуІу„уОу›у‚“ +luckperms.command.misc.loading.error.all-groups=у™уЙуІуЎу‚АуƒЋуƒМуƒ—у‚’шЊ­уПшОМу‚€у“уЈуŒуЇууОу›у‚“уЇу—уŸ +luckperms.command.misc.loading.error.group-not-found={0} уЈу„у†у‚АуƒЋуƒМуƒ—уЏшІ‹уЄу‹у‚ŠуОу›у‚“уЇу—уŸ +luckperms.command.misc.loading.error.group-save-error=у‚АуƒЋуƒМуƒ— {0} уЎуƒ‡уƒМу‚ПфПх­˜фИ­уЋу‚ЈуƒЉуƒМуŒч™Кч”Ÿу—уОу—уŸ +luckperms.command.misc.loading.error.group-invalid={0} уЏфИц­ЃуЊу‚АуƒЋуƒМуƒ—хуЇу™ +luckperms.command.misc.loading.error.track=уƒˆуƒЉуƒƒу‚ЏуŒшЊ­уПшОМуОу‚ŒуІу„уОу›у‚“ +luckperms.command.misc.loading.error.all-tracks=у™уЙуІуЎуƒˆуƒЉуƒƒу‚Џу‚’шЊ­уПшОМу‚€у“уЈуŒуЇууОу›у‚“уЇу—уŸ +luckperms.command.misc.loading.error.track-not-found={0} уЈу„у†уƒˆуƒЉуƒƒу‚ЏуЏшІ‹уЄу‹у‚ŠуОу›у‚“уЇу—уŸ +luckperms.command.misc.loading.error.track-save-error=уƒˆуƒЉуƒƒу‚Џ {0} уЎуƒ‡уƒМу‚ПфПх­˜фИ­уЋу‚ЈуƒЉуƒМуŒч™Кч”Ÿу—уОу—уŸ +luckperms.command.misc.loading.error.track-invalid={0} уЏфИц­ЃуЊуƒˆуƒЉуƒƒу‚ЏхуЇу™ +luckperms.command.editor.no-match=у‚Јуƒ‡у‚Ѓу‚ПуƒМу‚’щ–‹уу“уЈуŒуЇууОу›у‚“у€‚ч›Ўчš„уЎу‚Пу‚Єуƒ—уЋфИ€ш‡Ду™у‚‹у‚Њуƒ–у‚Иу‚Їу‚ЏуƒˆуŒу‚у‚ŠуОу›у‚“ +luckperms.command.editor.start=ц–Ау—у„у‚Јуƒ‡у‚Ѓу‚Пу‚Луƒƒу‚ЗуƒЇуƒГу‚’цК–х‚™у—уІу„уОу™у€‚уŠхО…уЁуу у•у„... +luckperms.command.editor.url=фИ‹уЎуƒЊуƒГу‚Џу‚’у‚ЏуƒЊуƒƒу‚Џу—уІу‚Јуƒ‡у‚Ѓу‚Пу‚’щ–‹ууОу™ +luckperms.command.editor.unable-to-communicate=у‚Јуƒ‡у‚Ѓу‚ПуЈщ€šфПЁуЇууОу›у‚“ +luckperms.command.editor.apply-edits.success=у‚Іу‚Їуƒ–у‚Јуƒ‡у‚Ѓу‚ПуƒМуЎуƒ‡уƒМу‚Пу‚’ {0} {1} уЋц­ЃхИИуЋщЉч”Ју•у‚ŒуОу—уŸ +luckperms.command.editor.apply-edits.success-summary={0} {1} уЈ {2} {3} +luckperms.command.editor.apply-edits.success.additions=шПНхŠ  +luckperms.command.editor.apply-edits.success.additions-singular=шПНхŠ  +luckperms.command.editor.apply-edits.success.deletions=х‰Šщ™Є +luckperms.command.editor.apply-edits.success.deletions-singular=х‰Šщ™Є +luckperms.command.editor.apply-edits.no-changes=у‚Іу‚Їуƒ–у‚Јуƒ‡у‚Ѓу‚ПуЎуƒ‡уƒМу‚ПуŒчЗЈщ›†у•у‚ŒуІу„уЊу‹уЃуŸуŸу‚у€фН•у‚‚хЄ‰ц›Ду•у‚ŒуОу›у‚“уЇу—уŸ +luckperms.command.editor.apply-edits.unknown-type=цŒ‡хЎšу•у‚ŒуŸу‚Њуƒ–у‚Иу‚Їу‚Џуƒˆу‚Пу‚Єуƒ—уЋхЄ‰ц›Ду‚’щЉч”ЈуЇууОу›у‚“ +luckperms.command.editor.apply-edits.unable-to-read=цŒ‡хЎšу•у‚ŒуŸу‚ГуƒМуƒ‰у‚’фНПч”Ју—уІуƒ‡уƒМу‚Пу‚’шЊ­уПх–у‚‹у“уЈуЏуЇууОу›у‚“уЇу—уŸ +luckperms.command.search.searching.permission={0} уЎцЈЉщ™у‚’цŒуЄуƒІуƒМу‚ЖуƒМуОуŸуЏу‚АуƒЋуƒМуƒ—у‚’цЄœчДЂфИ­ +luckperms.command.search.searching.inherit=у‚АуƒЋуƒМуƒ— {0} у‚’чЖ™ц‰Пу™у‚‹уƒІуƒМу‚ЖуƒМуОуŸуЏу‚АуƒЋуƒМуƒ—у‚’цЄœчДЂфИ­ +luckperms.command.search.result={0} фККуЎуƒІуƒМу‚ЖуƒМуЈ {1} у‚АуƒЋуƒМуƒ—у‹у‚‰ {2} фЛЖуЎщ …ч›ЎуŒшІ‹уЄу‹у‚ŠуОу—уŸ +luckperms.command.search.result.default-notice=цГЈц„\: уƒ‡уƒ•у‚ЉуƒЋуƒˆу‚АуƒЋуƒМуƒ—уЎуƒЁуƒГуƒуƒМу‚’цЄœчДЂу™у‚‹х Дхˆу€фЛ–уЎцЈЉщ™у‚’цŒуŸуЊу„у‚Њуƒ•уƒЉу‚ЄуƒГуƒ—уƒЌу‚ЄуƒЄуƒМуЏшЁЈчЄКу•у‚ŒуОу›у‚“\! +luckperms.command.search.showing-users=уƒІуƒМу‚ЖуƒМуЎуПшЁЈчЄК +luckperms.command.search.showing-groups=у‚АуƒЋуƒМуƒ—уЎуПшЁЈчЄК +luckperms.command.tree.start=цЈЉщ™уЎуƒ„уƒЊуƒМцЇ‹щ€ у‚’ч”ŸцˆфИ­уЇу™у€‚у—уАу‚‰ууŠхО…уЁуу у•у„... +luckperms.command.tree.empty=цЈЉщ™уЎуƒ„уƒЊуƒМцЇ‹щ€ уЎшІчД уŒх­˜хœЈу—уЊу„уŸу‚у€уƒ„уƒЊуƒМцЇ‹щ€ у‚’ч”ŸцˆуЇууОу›у‚“уЇу—уŸ +luckperms.command.tree.url=цЈЉщ™уЎуƒ„уƒЊуƒМцЇ‹щ€ уЎURL +luckperms.command.verbose.invalid-filter={0} уЏцЈЉщ™уЎшЉГчДАу‚’шЁЈчЄКу™у‚‹уŸу‚уЎцœ‰хŠЙуЊуƒ•у‚ЃуƒЋу‚ПуƒМуЇуЏу‚у‚ŠуОу›у‚“ +luckperms.command.verbose.enabled={1} уЋфИ€ш‡Ду™у‚‹шЉГчДАуЊуƒ­у‚ЎуƒГу‚Ау‚’ {0} у—уОу—уŸ +luckperms.command.verbose.command-exec=у‚ГуƒžуƒГуƒ‰ {1} у‚’ {0} уЋхМЗхˆЖхЎŸшЁŒу—у€у™уЙуІуЎуƒу‚Їуƒƒу‚Џу‚’уƒЌуƒуƒМуƒˆу—уОу™.... +luckperms.command.verbose.off=шЉГчДАуЊуƒ­у‚ЎуƒГу‚Ау‚’ {0} у—уОу—уŸ +luckperms.command.verbose.command-exec-complete=у‚ГуƒžуƒГуƒ‰уЎхЎŸшЁŒуŒхЎŒфК†у—уОу—уŸ +luckperms.command.verbose.command.no-checks=у‚ГуƒžуƒГуƒ‰уЎхЎŸшЁŒуЏхЎŒфК†у—уОу—уŸуŒу€цЈЉщ™уƒу‚Їуƒƒу‚ЏуЏшЁŒу‚у‚ŒуОу›у‚“уЇу—уŸ +luckperms.command.verbose.command.possibly-async=у“у‚ŒуЏуƒ—уƒЉу‚Ау‚ЄуƒГуŒуƒуƒƒу‚Џу‚АуƒЉу‚ІуƒГуƒ‰ (щžхŒцœŸ) уЇу‚ГуƒžуƒГуƒ‰у‚’хЎŸшЁŒу—уІу„у‚‹уŸу‚у‹у‚‚у—у‚ŒуОу›у‚“ +luckperms.command.verbose.command.try-again-manually=у“уЎу‚ˆу†уЋшЁŒу‚у‚ŒуŸуƒу‚Їуƒƒу‚Џу‚’ц‰‹х‹•уЇцЄœх‡Ку™у‚‹уŸу‚уЋ verbose у‚’фНПч”ЈуЇууОу™ +luckperms.command.verbose.enabled-recording={1} уЋфИ€ш‡Ду™у‚‹шЉГчДАуЊшЈ˜щŒВу‚’ {0} у—уОу—уŸ +luckperms.command.verbose.uploading=шЉГчДАуЊуƒ­у‚ЎуƒГу‚Ау‚’ {0} у—уОу—уŸу€чЕцžœу‚’у‚Ђуƒƒуƒ—уƒ­уƒМуƒ‰у—уІу„уОу™... +luckperms.command.verbose.url=Verbose уЎчЕцžœуЎ URL +luckperms.command.verbose.enabled-term=цœ‰хŠЙхŒ– +luckperms.command.verbose.disabled-term=ч„ЁхŠЙхŒ– +luckperms.command.verbose.query-any=фЛЛц„ +luckperms.command.info.running-plugin=хЎŸшЁŒфИ­ +luckperms.command.info.platform-key=уƒ—уƒЉуƒƒуƒˆуƒ•у‚ЉуƒМуƒ  +luckperms.command.info.server-brand-key=у‚ЕуƒМуƒуƒМуƒ–уƒЉуƒГуƒ‰ +luckperms.command.info.server-version-key=у‚ЕуƒМуƒуƒМуƒуƒМу‚ИуƒЇуƒГ +luckperms.command.info.storage-key=у‚ЙуƒˆуƒЌуƒМу‚И +luckperms.command.info.storage-type-key=у‚Пу‚Єуƒ— +luckperms.command.info.storage.meta.split-types-key=у‚Пу‚Єуƒ— +luckperms.command.info.storage.meta.ping-key=хПœч­”щ€ŸхКІ +luckperms.command.info.storage.meta.connected-key=цŽЅчЖšцИˆуП +luckperms.command.info.storage.meta.file-size-key=уƒ•у‚Ёу‚ЄуƒЋу‚Еу‚Єу‚К +luckperms.command.info.extensions-key=ц‹ЁхМЕцЉŸшƒН +luckperms.command.info.messaging-key=уƒЁуƒƒу‚ЛуƒМу‚ИуƒГу‚А +luckperms.command.info.instance-key=у‚ЄуƒГу‚Йу‚ПуƒГу‚Й +luckperms.command.info.static-contexts-key=щ™чš„у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.command.info.online-players-key=цŽЅчЖšфИ­уЎуƒ—уƒЌу‚ЄуƒЄуƒМ +luckperms.command.info.online-players-unique=чДЏшЈˆцŽЅчЖšц•А {0} +luckperms.command.info.uptime-key=чЈМхƒц™‚щ–“ +luckperms.command.info.local-data-key=уƒ­уƒМу‚ЋуƒЋуƒ‡уƒМу‚П +luckperms.command.info.local-data={0} уƒІуƒМу‚ЖуƒМ, {1} у‚АуƒЋуƒМуƒ—, {2} уƒˆуƒЉуƒƒу‚Џ +luckperms.command.generic.create.success={0} уЏц­ЃхИИуЋфНœцˆу•у‚ŒуОу—уŸ +luckperms.command.generic.create.error={0} уЎфНœцˆфИ­уЋу‚ЈуƒЉуƒМуŒч™Кч”Ÿу—уОу—уŸ +luckperms.command.generic.create.error-already-exists={0} уЏу™уЇуЋх­˜хœЈу—уІу„уОу™\! +luckperms.command.generic.delete.success={0} уЏц­ЃхИИуЋх‰Šщ™Єу•у‚ŒуОу—уŸ +luckperms.command.generic.delete.error={0} уЎх‰Šщ™ЄфИ­уЋу‚ЈуƒЉуƒМуŒч™Кч”Ÿу—уОу—уŸ +luckperms.command.generic.delete.error-doesnt-exist={0} уЏх­˜хœЈу—уІу„уОу›у‚“\! +luckperms.command.generic.rename.success={0} уЏ {1} уЋц­ЃхИИуЋхчЇАхЄ‰ц›Ду•у‚ŒуОу—уŸ +luckperms.command.generic.clone.success={0} уЏ {1} уЋц­ЃхИИуЋшЄ‡шЃНу•у‚ŒуОу—уŸ +luckperms.command.generic.info.parent.title=шІЊу‚АуƒЋуƒМуƒ— +luckperms.command.generic.info.parent.temporary-title=фИ€ц™‚чš„уЊшІЊу‚АуƒЋуƒМуƒ— +luckperms.command.generic.info.expires-in=цœ‰хŠЙцœŸщ™\: +luckperms.command.generic.info.inherited-from=чЖ™ц‰Пх…ƒ\: +luckperms.command.generic.info.inherited-from-self=ш‡ЊшКЋ +luckperms.command.generic.show-tracks.title={0} уЎуƒˆуƒЉуƒƒу‚Џ +luckperms.command.generic.show-tracks.empty={0} уЏуƒˆуƒЉуƒƒу‚ЏфИŠуЋу‚у‚ŠуОу›у‚“ +luckperms.command.generic.clear.node-removed={0} х€‹уЎуƒŽуƒМуƒ‰уŒх‰Šщ™Єу•у‚ŒуОу—уŸ +luckperms.command.generic.clear.node-removed-singular={0} х€‹уЎуƒŽуƒМуƒ‰уŒх‰Šщ™Єу•у‚ŒуОу—уŸ +luckperms.command.generic.clear={0} уЎуƒŽуƒМуƒ‰уЏу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {1} уЇу‚ЏуƒЊу‚Ђу•у‚ŒуОу—уŸ +luckperms.command.generic.permission.info.title={0} уЎцЈЉщ™ +luckperms.command.generic.permission.info.empty={0} уЏцЈЉщ™у‚’цŒуЃуІу„уОу›у‚“ +luckperms.command.generic.permission.info.click-to-remove=у‚ЏуƒЊуƒƒу‚Џу—уІ {0} у‹у‚‰у“уЎуƒŽуƒМуƒ‰у‚’х‰Šщ™Єу—уОу™ +luckperms.command.generic.permission.check.info.title={0} уЎцЈЉщ™цƒ…х Б +luckperms.command.generic.permission.check.info.directly={0} уЏ {1} уŒу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {3} уЇ {2} уЋшЈ­хЎšу•у‚ŒуІу„уОу™ +luckperms.command.generic.permission.check.info.inherited={0} уЏу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {4} уЇ {2} уЋшЈ­хЎšу•у‚ŒуŸ {1} у‚’ {3} у‹у‚‰чЖ™ц‰Пу—уІу„уОу™ +luckperms.command.generic.permission.check.info.not-directly={0} уЏ {1} у‚’шЈ­хЎšу•у‚ŒуІу„уОу›у‚“ +luckperms.command.generic.permission.check.info.not-inherited={0} уЏ {1} у‚’чЖ™ц‰Пу—уІу„уОу›у‚“ +luckperms.command.generic.permission.check.result.title={0} уЎцЈЉщ™уƒу‚Їуƒƒу‚Џ +luckperms.command.generic.permission.check.result.result-key=чЕцžœ +luckperms.command.generic.permission.check.result.processor-key=уƒ—уƒ­у‚Луƒƒу‚ЕуƒМ +luckperms.command.generic.permission.check.result.cause-key=ч†ч”Б +luckperms.command.generic.permission.check.result.context-key=у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.command.generic.permission.set=у‚ГуƒГуƒ†у‚­у‚Йуƒˆ {3} уЇ {2} уЎ {0} у‚’ {1} уЋшЈ­хЎšу—уОу—уŸ +luckperms.command.generic.permission.already-has={0} уЏу™уЇуЋу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {2} уЇ {1} уŒшЈ­хЎšу•у‚ŒуІу„уОу™ +luckperms.command.generic.permission.set-temp=у‚ГуƒГуƒ†у‚­у‚Йуƒˆ {4}, цœ‰хŠЙцœŸщ™ {3} уЇ {2} уЎ {0} у‚’ {1} уЋшЈ­хЎšу—уОу—уŸ +luckperms.command.generic.permission.already-has-temp={0} уЏу™уЇуЋу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {2} уЇ {1} у‚’фИ€ц™‚чš„уЋшЈ­хЎšу•у‚ŒуІу„уОу™ +luckperms.command.generic.permission.unset=у‚ГуƒГуƒ†у‚­у‚Йуƒˆ {2} уЇ {1} у‹у‚‰ {0} уЎшЈ­хЎšу‚’шЇЃщ™Єу—уОу—уŸ +luckperms.command.generic.permission.doesnt-have={0} уЏу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {2} уЇ {1} у‚’шЈ­хЎšу•у‚ŒуІу„уОу›у‚“ +luckperms.command.generic.permission.unset-temp=у‚ГуƒГуƒ†у‚­у‚Йуƒˆ {2} уЇ {1} уЎфИ€ц™‚чš„уЊцЈЉщ™ {0} у‚’шЇЃщ™Єу—уОу—уŸ +luckperms.command.generic.permission.subtract=у‚ГуƒГуƒ†у‚­у‚Йуƒˆ {4} уЇцœ‰хŠЙцœŸщ™у‚’фЛЅх‰у‚ˆу‚Š{5} хА‘уЊу„ {3} уЎщ–“ {2} уЎ {0} у‚’ {1} уЋшЈ­хЎšу—уОу—уŸ +luckperms.command.generic.permission.doesnt-have-temp={0} уЏу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {2} уЇ {1} у‚’фИ€ц™‚чš„уЋшЈ­хЎšу•у‚ŒуІу„уОу›у‚“ +luckperms.command.generic.permission.clear={0} уЎцЈЉщ™уЏу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {1} уЇу‚ЏуƒЊу‚Ђу•у‚ŒуОу—уŸ +luckperms.command.generic.parent.info.title={0} уЎшІЊ +luckperms.command.generic.parent.info.empty={0} уЋуЏшІЊуŒхЎšчОЉу•у‚ŒуІу„уОу›у‚“ +luckperms.command.generic.parent.info.click-to-remove=у‚ЏуƒЊуƒƒу‚Џу—уІ {0} у‹у‚‰у“уЎшІЊу‚’х‰Šщ™Єу—уОу™ +luckperms.command.generic.parent.add={0} уЏу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {2} уЇ {1} у‹у‚‰цЈЉщ™у‚’чЖ™ц‰Пу—уІу„уОу™ +luckperms.command.generic.parent.add-temp={0} уЏу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {3}, цœ‰хŠЙцœŸщ™ {2} уЇ {1} у‹у‚‰цЈЉщ™у‚’чЖ™ц‰Пу—уІу„уОу™ +luckperms.command.generic.parent.set={0} уЏц—Ђх­˜уЎшІЊу‚АуƒЋуƒМуƒ—у‚’у‚ЏуƒЊу‚Ђу—у€у‚ГуƒГуƒ†у‚­у‚Йуƒˆ {2} уЇ {1} уЎуПу‚’чЖ™ц‰Пу—уОу™ +luckperms.command.generic.parent.set-track={0} уЏуƒˆуƒЉуƒƒу‚Џ {1} фИŠуЎц—Ђх­˜уЎшІЊу‚АуƒЋуƒМуƒ—у‚’у‚ЏуƒЊу‚Ђу—у€у‚ГуƒГуƒ†у‚­у‚Йуƒˆ {3} уЇ {2} уЎуПу‚’чЖ™ц‰Пу—уОу™ +luckperms.command.generic.parent.remove={0} уЏу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {2} уЇ {1} у‹у‚‰цЈЉщ™у‚’чЖ™ц‰Пу—уОу›у‚“ +luckperms.command.generic.parent.remove-temp={0} уЏу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {2} уЇ {1} у‹у‚‰уЎцЈЉщ™у‚’фИ€ц™‚чš„уЋчЖ™ц‰Пу—уОу›у‚“ +luckperms.command.generic.parent.subtract={0} уЏу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {3} уЇцœ‰хŠЙцœŸщ™у‚’фЛЅх‰у‚ˆу‚Š {4} хА‘уЊу„ {2} уЎщ–“ {1} у‹у‚‰цЈЉщ™у‚’чЖ™ц‰Пу—уОу™ +luckperms.command.generic.parent.clear={0} уЎшІЊуЏу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {1} уЇу‚ЏуƒЊу‚Ђу•у‚ŒуОу—уŸ +luckperms.command.generic.parent.clear-track=уƒˆуƒЉуƒƒу‚Џ {1} фИŠуЎ {0} уЎшІЊуЏу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {2} уЇу‚ЏуƒЊу‚Ђу•у‚ŒуОу—уŸ +luckperms.command.generic.parent.already-inherits={0} уЏу™уЇуЋу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {2} уЇ {1} у‹у‚‰чЖ™ц‰Пу—уІу„уОу™ +luckperms.command.generic.parent.doesnt-inherit={0} уЏу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {2} уЇ {1} у‹у‚‰чЖ™ц‰Пу—уІу„уОу›у‚“ +luckperms.command.generic.parent.already-temp-inherits={0} уЏу™уЇуЋу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {2} уЇ {1} у‹у‚‰фИ€ц™‚чš„уЋчЖ™ц‰Пу—уІу„уОу™ +luckperms.command.generic.parent.doesnt-temp-inherit={0} уЏу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {2} уЇ {1} у‹у‚‰фИ€ц™‚чš„уЋчЖ™ц‰Пу—уІу„уОу›у‚“ +luckperms.command.generic.chat-meta.info.title-prefix={0} уЎуƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚Й +luckperms.command.generic.chat-meta.info.title-suffix={0} уЎу‚Еуƒ•у‚Ѓуƒƒу‚Џу‚Й +luckperms.command.generic.chat-meta.info.none-prefix={0} уЏуƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’цŒуЃуІу„уОу›у‚“ +luckperms.command.generic.chat-meta.info.none-suffix={0} уЏу‚Еуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’цŒуЃуІу„уОу›у‚“ +luckperms.command.generic.chat-meta.info.click-to-remove=у‚ЏуƒЊуƒƒу‚Џу—уІ {1} у‹у‚‰у“уЎ {0} у‚’х‰Šщ™Єу—уОу™ +luckperms.command.generic.chat-meta.already-has={0} уЏу™уЇуЋу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {4} уЇ {1} {2} уŒх„Њх…ˆхКІ {3} уЋшЈ­хЎšу•у‚ŒуІу„уОу™ +luckperms.command.generic.chat-meta.already-has-temp={0} уЏу™уЇуЋу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {4} уЇ {1} {2} уŒфИ€ц™‚чš„уЋх„Њх…ˆхКІ {3} уЋшЈ­хЎšу•у‚ŒуІу„уОу™ +luckperms.command.generic.chat-meta.doesnt-have={0} уЏу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {4} уЇ {1} {2} у‚’х„Њх…ˆхКІ {3} уЇшЈ­хЎšу•у‚ŒуІу„уОу›у‚“ +luckperms.command.generic.chat-meta.doesnt-have-temp={0} уЏу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {4} уЇ {1} {2} у‚’фИ€ц™‚чš„уЋх„Њх…ˆхКІ {3} уЇшЈ­хЎšу•у‚ŒуІу„уОу›у‚“ +luckperms.command.generic.chat-meta.add={0} уЋу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {4} уЇ {1} {2} у‚’х„Њх…ˆхКІ {3} уЇшЈ­хЎšу—уОу—уŸ +luckperms.command.generic.chat-meta.add-temp={0} уЋу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {5} уЇ {1} {2} у‚’х„Њх…ˆхКІ {3}, цœ‰хŠЙцœŸщ™ {4} уЇшЈ­хЎšу—уОу—уŸ +luckperms.command.generic.chat-meta.remove={0} у‹у‚‰у‚ГуƒГуƒ†у‚­у‚Йуƒˆ {4} уЇх„Њх…ˆхКІ {3} уЎ {1} {2} у‚’х‰Šщ™Єу—уОу—уŸ +luckperms.command.generic.chat-meta.remove-bulk={0} у‹у‚‰у‚ГуƒГуƒ†у‚­у‚Йуƒˆ {3} уЇх„Њх…ˆхКІ {2} уЎу™уЙуІуЎ {1} у‚’х‰Šщ™Єу—уОу—уŸ +luckperms.command.generic.chat-meta.remove-temp={0} у‹у‚‰у‚ГуƒГуƒ†у‚­у‚Йуƒˆ {4} уЇх„Њх…ˆхКІ {3} уЎфИ€ц™‚чš„уЊ {1} {2} у‚’х‰Šщ™Єу—уОу—уŸ +luckperms.command.generic.chat-meta.remove-temp-bulk={0} у‹у‚‰у‚ГуƒГуƒ†у‚­у‚Йуƒˆ {3} уЇх„Њх…ˆхКІ {2} уЎу™уЙуІуЎфИ€ц™‚чš„уЊ {1} у‚’х‰Šщ™Єу—уОу—уŸ +luckperms.command.generic.meta.info.title={0} уЎуƒЁу‚П +luckperms.command.generic.meta.info.none={0} уЏуƒЁу‚Пу‚’цŒуЃуІу„уОу›у‚“ +luckperms.command.generic.meta.info.click-to-remove=у‚ЏуƒЊуƒƒу‚Џу—уІ {0} у‹у‚‰у“уЎуƒЁу‚Пу‚’х‰Šщ™Єу—уОу™ +luckperms.command.generic.meta.already-has={0} уЏу™уЇуЋу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {3} уЇуƒЁу‚Пу‚­уƒМ {1} уЋ {2} уŒшЈ­хЎšу•у‚ŒуІу„уОу™ +luckperms.command.generic.meta.already-has-temp={0} уЏу™уЇуЋу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {3} уЇуƒЁу‚Пу‚­уƒМ {1} уЋ {2} уŒфИ€ц™‚чš„уЋшЈ­хЎšу•у‚ŒуІу„уОу™ +luckperms.command.generic.meta.doesnt-have={0} уЏу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {2} уЇуƒЁу‚Пу‚­уƒМ {1} у‚’шЈ­хЎšу•у‚ŒуІу„уОу›у‚“ +luckperms.command.generic.meta.doesnt-have-temp={0} уЏу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {2} уЇуƒЁу‚Пу‚­уƒМ {1} у‚’фИ€ц™‚чš„уЋшЈ­хЎšу•у‚ŒуІу„уОу›у‚“ +luckperms.command.generic.meta.set=у‚ГуƒГуƒ†у‚­у‚Йуƒˆ {3} уЇ {2} уЋуƒЁу‚Пу‚­уƒМ {0} у‚’ {1} уЇшЈ­хЎšу—уОу—уŸ +luckperms.command.generic.meta.set-temp=у‚ГуƒГуƒ†у‚­у‚Йуƒˆ {4}, цœ‰хŠЙцœŸщ™ {3} уЇ {2} уЋуƒЁу‚Пу‚­уƒМ {0} у‚’ {1} уЇшЈ­хЎšу—уОу—уŸ +luckperms.command.generic.meta.unset=у‚ГуƒГуƒ†у‚­у‚Йуƒˆ {2} уЇ {1} уЎуƒЁу‚Пу‚­уƒМ {0} уЎшЈ­хЎšу‚’шЇЃщ™Єу—уОу—уŸ +luckperms.command.generic.meta.unset-temp=у‚ГуƒГуƒ†у‚­у‚Йуƒˆ {2} уЇ {1} уЎфИ€ц™‚чš„уЊуƒЁу‚Пу‚­уƒМ {0} у‚’шЇЃщ™Єу—уОу—уŸ +luckperms.command.generic.meta.clear=у‚Пу‚Єуƒ— {1} уЋфИ€ш‡Ду™у‚‹ {0} уЎуƒЁу‚Пу‚’у‚ГуƒГуƒ†у‚­у‚Йуƒˆ {2} уЇцЖˆхŽЛу—уОу—уŸ +luckperms.command.generic.contextual-data.title=у‚ГуƒГуƒ†у‚­у‚Йуƒˆуƒ‡уƒМу‚П +luckperms.command.generic.contextual-data.mode.key=уƒЂуƒМуƒ‰ +luckperms.command.generic.contextual-data.mode.server=у‚ЕуƒМуƒуƒМ +luckperms.command.generic.contextual-data.mode.active-player=у‚Ђу‚Џуƒ†у‚Ѓуƒ–уЊуƒ—уƒЌу‚ЄуƒЄуƒМ +luckperms.command.generic.contextual-data.contexts-key=у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.command.generic.contextual-data.prefix-key=уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚Й +luckperms.command.generic.contextual-data.suffix-key=у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚Й +luckperms.command.generic.contextual-data.primary-group-key=уƒ—уƒЉу‚ЄуƒžуƒЊуƒМу‚АуƒЋуƒМуƒ— +luckperms.command.generic.contextual-data.meta-key=уƒЁу‚П +luckperms.command.generic.contextual-data.null-result=уЊу— +luckperms.command.user.info.title=уƒІуƒМу‚ЖуƒМцƒ…х Б +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=у‚Пу‚Єуƒ— +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=у‚Њуƒ•уƒЉу‚ЄуƒГ +luckperms.command.user.info.status-key=у‚Йуƒ†уƒМу‚Пу‚Й +luckperms.command.user.info.status.online=у‚ЊуƒГуƒЉу‚ЄуƒГ +luckperms.command.user.info.status.offline=у‚Њуƒ•уƒЉу‚ЄуƒГ +luckperms.command.user.removegroup.error-primary=уƒ—уƒЉу‚ЄуƒžуƒЊу‚АуƒЋуƒМуƒ—у‹у‚‰уƒІуƒМу‚ЖуƒМу‚’х‰Šщ™Єу™у‚‹у“уЈуЏуЇууОу›у‚“ +luckperms.command.user.primarygroup.not-member={0} уЏуОу  {1} уЎуƒЁуƒГуƒуƒМуЇуЏу‚у‚ŠуОу›у‚“у€фЛŠу™ушПНхŠ у—уОу™ +luckperms.command.user.primarygroup.already-has={0} уЏу™уЇуЋ {1} у‚’уƒ—уƒЉу‚ЄуƒžуƒЊу‚АуƒЋуƒМуƒ—уЈу—уІшЈ­хЎšу•у‚ŒуІу„уОу™ +luckperms.command.user.primarygroup.warn-option=ш­Іх‘Š\: у“уЎу‚ЕуƒМуƒуƒМ ({0}) уЇфНПч”Ју•у‚ŒуІу„у‚‹уƒ—уƒЉу‚ЄуƒžуƒЊу‚АуƒЋуƒМуƒ—уЎшЈˆчЎ—ц–ЙцГ•уЏу€у“уЎхЄ‰ц›Ду‚’хц˜ у—уІу„уЊу„хЏшƒНц€ЇуŒу‚у‚ŠуОу™ +luckperms.command.user.primarygroup.set={0} уЎуƒ—уƒЉу‚ЄуƒžуƒЊу‚АуƒЋуƒМуƒ—уЏ {1} уЋшЈ­хЎšу•у‚ŒуОу—уŸ +luckperms.command.user.track.error-not-contain-group={0} уЏ {1} уЎуЉуЎу‚АуƒЋуƒМуƒ—уЋу‚‚хБžу—уІу„уОу›у‚“ +luckperms.command.user.track.unsure-which-track=фНПч”Ју™у‚‹уƒˆуƒЉуƒƒу‚ЏуŒфИц˜ŽуЇу™у€хМ•ц•АуЈу—уІцŒ‡хЎšу—уІуу у•у„ +luckperms.command.user.track.missing-group-advice=у‚АуƒЋуƒМуƒ—у‚’фНœцˆу™у‚‹у‹у€уƒˆуƒЉуƒƒу‚Џу‹у‚‰х‰Šщ™Єу—уІх†шЉІшЁŒу—уІуу у•у„ +luckperms.command.user.promote.added-to-first={0} уЏ {1} уЎуЉуЎу‚АуƒЋуƒМуƒ—уЋу‚‚хБžу—уІу„уЊу„уŸу‚у€цœ€хˆуЎу‚АуƒЋуƒМуƒ— {2} уЋу‚ГуƒГуƒ†у‚­у‚Йуƒˆ {3} уЇшПНхŠ у•у‚ŒуОу—уŸ +luckperms.command.user.promote.not-on-track={0} уЏ {1} уЎуЉуЎу‚АуƒЋуƒМуƒ—уЋу‚‚хБžу—уІу„уЊу„уŸу‚у€ц˜‡ц Му•у‚ŒуОу›у‚“уЇу—уŸ +luckperms.command.user.promote.success=уƒˆуƒЉуƒƒу‚Џ {1} уЋхО“уЃуІ {0} у‚’у‚ГуƒГуƒ†у‚­у‚Йуƒˆ {4} уЇ {2} у‹у‚‰ {3} уЋц˜‡ц Му—уОу—уŸ +luckperms.command.user.promote.end-of-track=уƒˆуƒЉуƒƒу‚Џ {0} уŒчЕ‚фК†у—уОу—уŸу€{1} у‚’ц˜‡ц МуЇууОу›у‚“ +luckperms.command.user.promote.next-group-deleted=уƒˆуƒЉуƒƒу‚ЏуЎцЌЁуЎу‚АуƒЋуƒМуƒ— {0} уЏх­˜хœЈу—уОу›у‚“ +luckperms.command.user.promote.unable-to-promote=уƒІуƒМу‚ЖуƒМу‚’ц˜‡ц МуЇууОу›у‚“ +luckperms.command.user.demote.success=уƒˆуƒЉуƒƒу‚Џ {1} уЋхО“уЃуІ {0} у‚’у‚ГуƒГуƒ†у‚­у‚Йуƒˆ {4} уЇ {2} у‹у‚‰ {3} уЋщ™ц Му—уОу—уŸ +luckperms.command.user.demote.end-of-track=уƒˆуƒЉуƒƒу‚Џ {0} уŒчЕ‚фК†у—уŸуЎуЇу€{1} уЏ {2} у‹у‚‰х‰Šщ™Єу•у‚ŒуОу—уŸ +luckperms.command.user.demote.end-of-track-not-removed=уƒˆуƒЉуƒƒу‚Џ {0} уЏчЕ‚фК†у—уОу—уŸуŒу€{1} уЏцœ€хˆуЎу‚АуƒЋуƒМуƒ—у‹у‚‰х‰Šщ™Єу•у‚ŒуОу›у‚“уЇу—уŸ +luckperms.command.user.demote.previous-group-deleted=уƒˆуƒЉуƒƒу‚ЏуЎх‰уЎу‚АуƒЋуƒМуƒ— {0} уЏх­˜хœЈу—уОу›у‚“ +luckperms.command.user.demote.unable-to-demote=уƒІуƒМу‚ЖуƒМу‚’щ™ц МуЇууОу›у‚“ +luckperms.command.group.list.title=у‚АуƒЋуƒМуƒ— +luckperms.command.group.delete.not-default=уƒ‡уƒ•у‚ЉуƒЋуƒˆуЎу‚АуƒЋуƒМуƒ—уЏх‰Šщ™ЄуЇууОу›у‚“ +luckperms.command.group.info.title=у‚АуƒЋуƒМуƒ—цƒ…х Б +luckperms.command.group.info.display-name-key=шЁЈчЄКх +luckperms.command.group.info.weight-key=щ‡уП +luckperms.command.group.setweight.set=у‚АуƒЋуƒМуƒ— {1} уЎщ‡уПу‚’ {0} уЋшЈ­хЎšу—уОу—уŸ +luckperms.command.group.setdisplayname.doesnt-have={0} уЋшЁЈчЄКхуЏшЈ­хЎšу•у‚ŒуІу„уОу›у‚“ +luckperms.command.group.setdisplayname.already-has={0} уЏу™уЇуЋшЁЈчЄКхуŒ {1} уЇу™ +luckperms.command.group.setdisplayname.already-in-use=шЁЈчЄКх {0} уЏу™уЇуЋ {1} уЋфНПч”Ју•у‚ŒуІу„уОу™ +luckperms.command.group.setdisplayname.set=у‚АуƒЋуƒМуƒ— {1} уЎшЁЈчЄКху‚’у‚ГуƒГуƒ†у‚­у‚Йуƒˆ {2} уЇ {0} уЋшЈ­хЎšу—уОу—уŸ +luckperms.command.group.setdisplayname.removed=у‚АуƒЋуƒМуƒ— {0} уЎшЁЈчЄКху‚’у‚ГуƒГуƒ†у‚­у‚Йуƒˆ {1} уЇх‰Šщ™Єу—уОу—уŸ +luckperms.command.track.list.title=уƒˆуƒЉуƒƒу‚Џ +luckperms.command.track.path.empty=уЊу— +luckperms.command.track.info.showing-track=уƒˆуƒЉуƒƒу‚Џу‚’шЁЈчЄК +luckperms.command.track.info.path-property=уƒ‘у‚Й +luckperms.command.track.clear={0} уЎу‚АуƒЋуƒМуƒ—уƒˆуƒЉуƒƒу‚Џу‚’у‚ЏуƒЊу‚Ђу—уОу—уŸ +luckperms.command.track.append.success=у‚АуƒЋуƒМуƒ— {0} уЏуƒˆуƒЉуƒƒу‚Џ {1} уЋшПНхŠ у•у‚ŒуОу—уŸ +luckperms.command.track.insert.success=у‚АуƒЋуƒМуƒ— {0} уЏуƒˆуƒЉуƒƒу‚Џ {1} уЎ {2} ч•Њч›ЎуЋцŒПх…Ѕу•у‚ŒуОу—уŸ +luckperms.command.track.insert.error-number=ц•Ах€ЄуЇуЏуЊу„у‚‚уЎуŒцŒ‡хЎšу•у‚ŒуОу—уŸ\: {0} +luckperms.command.track.insert.error-invalid-pos={0} ч•Њч›ЎуЋцŒПх…ЅуЇууОу›у‚“уЇу—уŸ +luckperms.command.track.insert.error-invalid-pos-reason=ч„ЁхŠЙуЊфНчНЎ +luckperms.command.track.remove.success=у‚АуƒЋуƒМуƒ— {0} уЏуƒˆуƒЉуƒƒу‚Џ {1} у‹у‚‰х‰Šщ™Єу•у‚ŒуОу—уŸ +luckperms.command.track.error-empty={0} уЏчЉКуОуŸуЏ1уЄуЎу‚АуƒЋуƒМуƒ—у—у‹хЋуОу‚ŒуІу„уЊу„уŸу‚фНПч”ЈуЇууОу›у‚“ +luckperms.command.track.error-multiple-groups={0} уЏу“уЎуƒˆуƒЉуƒƒу‚ЏфИŠуЎшЄ‡ц•АуЎу‚АуƒЋуƒМуƒ—уЎуƒЁуƒГуƒуƒМуЇу™ +luckperms.command.track.error-ambiguous=фНчНЎу‚’ч‰ЙхЎšуЇууОу›у‚“ +luckperms.command.track.already-contains={0} уЏу™уЇуЋ {1} у‚’хЋу‚“уЇу„уОу™ +luckperms.command.track.doesnt-contain={0} уЏ {1} у‚’хЋу‚“уЇу„уОу›у‚“ +luckperms.command.log.load-error=уƒ­у‚Ау‚’шЊ­уПшОМу‚уОу›у‚“уЇу—уŸ +luckperms.command.log.invalid-page=ч„ЁхŠЙуЊуƒšуƒМу‚Ич•ЊхЗуЇу™ +luckperms.command.log.invalid-page-range={0} у‹у‚‰ {1} уЎщ–“уЇх€Єу‚’х…ЅхŠ›у—уІуу у•у„ +luckperms.command.log.empty=шЁЈчЄКу™у‚‹уƒ­у‚Ау‚ЈуƒГуƒˆуƒЊуŒу‚у‚ŠуОу›у‚“ +luckperms.command.log.notify.error-console=у‚ГуƒГу‚НуƒМуƒЋуИуЎщ€šчŸЅуЏхˆ‡у‚Šц›Пуˆу‚‰у‚ŒуОу›у‚“ +luckperms.command.log.notify.enabled-term=цœ‰хŠЙхŒ– +luckperms.command.log.notify.disabled-term=ч„ЁхŠЙхŒ– +luckperms.command.log.notify.changed-state=уƒ­у‚Ах‡КхŠ›у‚’ {0} у—уОу—уŸ +luckperms.command.log.notify.already-on=у™уЇуЋщ€šчŸЅу‚’х—фПЁу—уІу„уОу™ +luckperms.command.log.notify.already-off=чОхœЈщ€šчŸЅу‚’х—фПЁу—уІу„уОу›у‚“ +luckperms.command.log.notify.invalid-state={0} у‹ {1} у‚’цŒ‡хЎšу—уІуу у•у„ +luckperms.command.log.show.search=у‚Џу‚ЈуƒЊ {0} уЎцœ€шП‘уЎц“фНœу‚’шЁЈчЄКу™у‚‹ +luckperms.command.log.show.recent=цœ€шП‘уЎц“фНœу‚’шЁЈчЄКу™у‚‹ +luckperms.command.log.show.by={0} уЋу‚ˆу‚‹цœ€шП‘уЎц“фНœу‚’шЁЈчЄКу™у‚‹ +luckperms.command.log.show.history={0} {1} уЎхБЅц­Ду‚’шЁЈчЄКу—уІу„уОу™ +luckperms.command.export.error-term=у‚ЈуƒЉуƒМ +luckperms.command.export.already-running=фЛ–уЎу‚Ју‚Џу‚ЙуƒуƒМуƒˆх‡Іч†уŒхЎŸшЁŒу•у‚ŒуІу„уОу™ +luckperms.command.export.file.already-exists=уƒ•у‚Ёу‚ЄуƒЋ {0} уЏу™уЇуЋх­˜хœЈу—уІу„уОу™ +luckperms.command.export.file.not-writable=уƒ•у‚Ёу‚ЄуƒЋ {0} уЏц›ИушОМуПчІц­ЂуЇу™ +luckperms.command.export.file.success={0} уИуЎу‚Ју‚Џу‚ЙуƒуƒМуƒˆуŒц­ЃхИИуЋхЎŒфК†у—уОу—уŸ +luckperms.command.export.file-unexpected-error-writing=уƒ•у‚Ёу‚ЄуƒЋуИуЎц›ИушОМуПфИ­уЋфКˆцœŸу—уЊу„у‚ЈуƒЉуƒМуŒч™Кч”Ÿу—уОу—уŸ +luckperms.command.export.web.export-code=у‚Ју‚Џу‚ЙуƒуƒМуƒˆу‚ГуƒМуƒ‰ +luckperms.command.export.web.import-command-description=у‚ЄуƒГуƒуƒМуƒˆу™у‚‹уЋуЏцЌЁуЎу‚ГуƒžуƒГуƒ‰у‚’фНПч”Ју—уІуу у•у„ +luckperms.command.import.term=у‚ЄуƒГуƒуƒМуƒˆ +luckperms.command.import.error-term=у‚ЈуƒЉуƒМ +luckperms.command.import.already-running=фЛ–уЎу‚ЄуƒГуƒуƒМуƒˆх‡Іч†уŒхЎŸшЁŒу•у‚ŒуІу„уОу™ +luckperms.command.import.file.doesnt-exist=уƒ•у‚Ёу‚ЄуƒЋ {0} уЏх­˜хœЈу—уОу›у‚“ +luckperms.command.import.file.not-readable=уƒ•у‚Ёу‚ЄуƒЋ {0} у‚’шЊ­уПшОМу‚уОу›у‚“ +luckperms.command.import.file.unexpected-error-reading=уƒ•у‚Ёу‚ЄуƒЋуЎшЊ­уПшОМуПфИ­уЋфКˆцœŸу—уЊу„у‚ЈуƒЉуƒМуŒч™Кч”Ÿу—уОу—уŸ +luckperms.command.import.file.correct-format=ц­Ѓу—у„хНЂхМуЇу™у‹? +luckperms.command.import.web.unable-to-read=цŒ‡хЎšу•у‚ŒуŸу‚ГуƒМуƒ‰у‚’фНПч”Ју—уІуƒ‡уƒМу‚Пу‚’шЊ­уПх–у‚ŒуОу›у‚“уЇу—уŸ +luckperms.command.import.progress.percent={0}% хЎŒфК† +luckperms.command.import.progress.operations={0}/{1} х‡Іч†хЎŒфК† +luckperms.command.import.starting=у‚ЄуƒГуƒуƒМуƒˆх‡Іч†у‚’щ–‹хЇ‹у—уІу„уОу™ +luckperms.command.import.completed=хЎŒфК†у—уОу—уŸ +luckperms.command.import.duration=ц‰€шІц™‚щ–“ {0} чЇ’ +luckperms.command.bulkupdate.must-use-console=фИ€ц‹Ќц›Дц–Ау‚ГуƒžуƒГуƒ‰уЏу‚ГуƒГу‚НуƒМуƒЋу‹у‚‰уЎуПфНПч”ЈуЇууОу™ +luckperms.command.bulkupdate.invalid-data-type=ч„ЁхŠЙуЊу‚Пу‚Єуƒ—уЇу™у€{0} уŒцŒ‡хЎšуЇууОу™ +luckperms.command.bulkupdate.invalid-constraint={0} уЏч„ЁхŠЙуЊхˆЖчД„уЇу™ +luckperms.command.bulkupdate.invalid-constraint-format=хˆЖчД„уЏ {0} уЎуƒ•у‚ЉуƒМуƒžуƒƒуƒˆуЇу‚у‚‹хП…шІуŒу‚у‚ŠуОу™ +luckperms.command.bulkupdate.invalid-comparison=ч„ЁхŠЙуЊцЏ”шМƒцМ”чЎ—х­ {0} +luckperms.command.bulkupdate.invalid-comparison-format=цЌЁуЎу„уšу‚Œу‹уЇу‚у‚‹хП…шІуŒу‚у‚ŠуОу™\: {0} +luckperms.command.bulkupdate.queued=фИ€ц‹Ќц›Дц–АуŒу‚­уƒЅуƒМуЋшПНхŠ у•у‚ŒуОу—уŸ +luckperms.command.bulkupdate.confirm={0} у‚’хЎŸшЁŒу—уІц›Дц–Ау‚’шЁŒу„уОу™ +luckperms.command.bulkupdate.unknown-id=id {0} уЎц“фНœуЏх­˜хœЈу—уЊу„у‹у€цœŸщ™хˆ‡у‚ŒуЇу™ +luckperms.command.bulkupdate.starting=фИ€ц‹Ќц›Дц–Ау‚’хЎŸшЁŒфИ­ +luckperms.command.bulkupdate.success=фИ€ц‹Ќц›Дц–АуŒц­ЃхИИуЋхЎŒфК†у—уОу—уŸ +luckperms.command.bulkupdate.success.statistics.nodes=хЄ‰ц›Ду•у‚ŒуŸуƒŽуƒМуƒ‰ц•А +luckperms.command.bulkupdate.success.statistics.users=хЄ‰ц›Ду•у‚ŒуŸуƒІуƒМу‚ЖуƒМц•А +luckperms.command.bulkupdate.success.statistics.groups=хЄ‰ц›Ду•у‚ŒуŸу‚АуƒЋуƒМуƒ—ц•А +luckperms.command.bulkupdate.failure=фИ€ц‹Ќц›Дц–АуŒхЄБц•—у—уОу—уŸу€у‚ГуƒГу‚НуƒМуƒЋуЇу‚ЈуƒЉуƒМу‚’чЂКшЊу—уІуу у•у„ +luckperms.command.update-task.request=ц›Дц–Ау‚Пу‚Йу‚ЏуŒшІцБ‚у•у‚ŒуОу—уŸу€у—уАу‚‰ууŠхО…уЁуу у•у„ +luckperms.command.update-task.complete=ц›Дц–Ау‚Пу‚Йу‚ЏуŒхЎŒфК†у—уОу—уŸ +luckperms.command.update-task.push.attempting=чОхœЈфЛ–уЎу‚ЕуƒМуƒуƒМуЋщЉч”Ју—у‚ˆу†уЈу—уІу„уОу™ +luckperms.command.update-task.push.complete=фЛ–уЎу‚ЕуƒМуƒуƒМуЏ {0} чЕŒч”БуЇц­ЃхИИуЋщЉч”Ју•у‚ŒуОу—уŸ +luckperms.command.update-task.push.error=фЛ–уЎу‚ЕуƒМуƒуƒМуИуЎхЄ‰ц›ДуЎщЉч”ЈфИ­уЋу‚ЈуƒЉуƒМуŒч™Кч”Ÿу—уОу—уŸ +luckperms.command.update-task.push.error-not-setup=уƒЁуƒƒу‚ЛуƒМу‚ИуƒГу‚Ау‚ЕуƒМуƒ“у‚ЙуŒшЈ­хЎšу•у‚ŒуІу„уЊу„уŸу‚у€фЛ–уЎу‚ЕуƒМуƒуƒМуЋхЄ‰ц›Ду‚’щЉч”ЈуЇууОу›у‚“ +luckperms.command.reload-config.success=шЈ­хЎšуƒ•у‚Ёу‚ЄуƒЋуŒх†шЊ­уПшОМуПу•у‚ŒуОу—уŸ +luckperms.command.reload-config.restart-note=у„ууЄу‹уЎшЈ­хЎšуЏу‚ЕуƒМуƒуƒМуЎх†шЕЗх‹•хОŒуЋщЉч”Ју•у‚ŒуОу™ +luckperms.command.translations.searching=хˆЉч”ЈхЏшƒНуЊчПЛшЈГу‚’цЄœчДЂу—уІу„уОу™у€‚уŠхО…уЁуу у•у„... +luckperms.command.translations.searching-error=хˆЉч”ЈхЏшƒНуЊчПЛшЈГуЎуƒЊу‚Йуƒˆу‚’х–хО—уЇууОу›у‚“ +luckperms.command.translations.installed-translations=у‚ЄуƒГу‚ЙуƒˆуƒМуƒЋцИˆуПуЎчПЛшЈГ +luckperms.command.translations.available-translations=хˆЉч”ЈхЏшƒНуЊчПЛшЈГ +luckperms.command.translations.percent-translated={0}% чПЛшЈГцИˆуП +luckperms.command.translations.translations-by=by +luckperms.command.translations.installing=чПЛшЈГу‚’у‚ЄуƒГу‚ЙуƒˆуƒМуƒЋу—уІу„уОу™у€‚уŠхО…уЁуу у•у„... +luckperms.command.translations.download-error={0} уЎчПЛшЈГу‚’уƒ€у‚ІуƒГуƒ­уƒМуƒ‰уЇууОу›у‚“ +luckperms.command.translations.installing-specific=шЈ€шЊž {0} у‚’у‚ЄуƒГу‚ЙуƒˆуƒМуƒЋфИ­... +luckperms.command.translations.install-complete=у‚ЄуƒГу‚ЙуƒˆуƒМуƒЋхЎŒфК† +luckperms.command.translations.download-prompt=у‚ГуƒŸуƒЅуƒ‹уƒ†у‚ЃуƒМуŒцфО›у™у‚‹цœ€ц–АуЎчПЛшЈГу‚’уƒ€у‚ІуƒГуƒ­уƒМуƒ‰у—уІу‚ЄуƒГу‚ЙуƒˆуƒМуƒЋу™у‚‹уЋуЏ {0} у‚’фНПч”Ју—уІуу у•у„ +luckperms.command.translations.download-override-warning=у“у‚Œу‚‰уЎшЈ€шЊžуЋхЏОу™у‚‹хЄ‰ц›ДуЏфИŠц›Иуу•у‚ŒуОу™уЎуЇцГЈц„у—уІуу у•у„ +luckperms.usage.user.description=LuckPerms х†…уЇуƒІуƒМу‚ЖуƒМу‚’чЎЁч†у™у‚‹уŸу‚уЎу‚ГуƒžуƒГуƒ‰уЇу™ (LuckPerms х†…уЎ `user` уЏуƒ—уƒЌу‚ЄуƒЄуƒМуЇу‚у‚Šу€UUID у‚„уƒІуƒМу‚ЖуƒМху‚’х‚ч…ЇуЇууОу™) +luckperms.usage.group.description=LuckPerms х†…уЇу‚АуƒЋуƒМуƒ—у‚’чЎЁч†у™у‚‹уŸу‚уЎу‚ГуƒžуƒГуƒ‰уЇу™у€‚у‚АуƒЋуƒМуƒ—уЏуƒІуƒМу‚ЖуƒМуЋфИŽуˆу‚‰у‚Œу‚‹цЈЉщ™х‰Ву‚ŠхН“уІуЎх˜уЊу‚‹у‚ГуƒЌу‚Џу‚ЗуƒЇуƒГуЇу™у€‚ц–Ау—у„у‚АуƒЋуƒМуƒ—уЏ `creategroup` у‚ГуƒžуƒГуƒ‰у‚’фНПч”Ју—уІфНœцˆу•у‚ŒуОу™у€‚ +luckperms.usage.track.description=LuckPerms х†…уЇуƒˆуƒЉуƒƒу‚Џу‚’чЎЁч†у™у‚‹уŸу‚уЎу‚ГуƒžуƒГуƒ‰уЇу™у€‚уƒˆуƒЉуƒƒу‚ЏуЏу€ц˜‡ц Му‚„хКƒшЇ’уЎхЎšчОЉуЋфНПч”ЈуЇуу‚‹у‚АуƒЋуƒМуƒ—уЎщ †хКф˘уу‚ГуƒЌу‚Џу‚ЗуƒЇуƒГуЇу™у€‚ +luckperms.usage.log.description=LuckPerms х†…уЇуƒ­у‚ЎуƒГу‚АцЉŸшƒНу‚’чЎЁч†у™у‚‹уŸу‚уЎу‚ГуƒžуƒГуƒ‰уЇу™у€‚ +luckperms.usage.sync.description=уƒ—уƒЉу‚Ау‚ЄуƒГуЎу‚ЙуƒˆуƒЌуƒМу‚Иу‹у‚‰у™уЙуІуЎуƒ‡уƒМу‚Пу‚’уƒЁуƒЂуƒЊуЋх†шЊ­уПшОМуПу—у€цЄœх‡Ку•у‚ŒуŸхЄ‰ц›Ду‚’щЉч”Ју—уОу™ +luckperms.usage.info.description=у‚Ђу‚Џуƒ†у‚Ѓуƒ–уЊуƒ—уƒЉу‚Ау‚ЄуƒГу‚ЄуƒГу‚Йу‚ПуƒГу‚ЙуЋщ–Ђу™у‚‹фИ€шˆЌцƒ…х Бу‚’х‡КхŠ›у—уОу™ +luckperms.usage.editor.description=ц–Ау—у„у‚Іу‚Їуƒ–у‚Јуƒ‡у‚Ѓу‚ПуƒМу‚’фНœцˆу—уОу™ +luckperms.usage.editor.argument.type=у‚Јуƒ‡у‚Ѓу‚ПуЋшЊ­уПшОМу‚€у‚Пу‚Єуƒ— (''all'', ''users'' or ''groups'') +luckperms.usage.editor.argument.filter=уƒІуƒМу‚ЖуƒМу‚’уƒ•у‚ЃуƒЋу‚ПуƒЊуƒГу‚Ау™у‚‹цЈЉщ™ +luckperms.usage.verbose.description=уƒ—уƒЉу‚Ау‚ЄуƒГуЎцЈЉщ™уƒу‚Їуƒƒу‚Џу‚’ч›ЃшІ–у™у‚‹у‚Зу‚Йуƒ†уƒ у‚’хˆЖхОЁу—уОу™ +luckperms.usage.verbose.argument.action=уƒ­у‚АуЎцœ‰хŠЙ/ч„ЁхŠЙу‚’хˆ‡у‚Šц›Пуˆу‚‹у‹у€уƒ­у‚Ах‡КхŠ›у‚’у‚Ђуƒƒуƒ—уƒ­уƒМуƒ‰у™у‚‹у‹уЉу†у‹ +luckperms.usage.verbose.argument.filter=цЌЁуЋфИ€ш‡Ду™у‚‹у‚ЈуƒГуƒˆуƒЊуЎуƒ•у‚ЃуƒЋу‚П +luckperms.usage.verbose.argument.commandas=хЎŸшЁŒу™у‚‹уƒ—уƒЌу‚ЄуƒЄуƒМ/у‚ГуƒžуƒГуƒ‰ +luckperms.usage.tree.description=LuckPerms уŒцŠŠцЁу—уІу„у‚‹у™уЙуІуЎцЈЉщ™уЎуƒ„уƒЊуƒМуƒ“уƒЅуƒМ (щ †хКф˘ууƒЊу‚ЙуƒˆщšŽхБЄ) у‚’ч”Ÿцˆу—уОу™ +luckperms.usage.tree.argument.scope=уƒ„уƒЊуƒМуЎуƒЋуƒМуƒˆуЇу™у€у™уЙуІуЎцЈЉщ™у‚’хЋу‚у‚‹уЋуЏ "." у‚’цŒ‡хЎšу—уІуу у•у„ +luckperms.usage.tree.argument.player=чЂКшЊу™у‚‹у‚ЊуƒГуƒЉу‚ЄуƒГуƒ—уƒЌу‚ЄуƒЄуƒМуЎхх‰ +luckperms.usage.search.description=цŒ‡хЎšу—уŸцЈЉщ™у‚’цŒуЄу™уЙуІуЎуƒІуƒМу‚ЖуƒМ/у‚АуƒЋуƒМуƒ—у‚’цЄœчДЂу—уОу™ +luckperms.usage.search.argument.permission=цЄœчДЂу™у‚‹цЈЉщ™ +luckperms.usage.search.argument.page=шЁЈчЄКу™у‚‹уƒšуƒМу‚И +luckperms.usage.network-sync.description=хЄ‰ц›Ду‚’у‚ЙуƒˆуƒЌуƒМу‚ИуЋхŒцœŸу•у›у€уƒуƒƒуƒˆуƒЏуƒМу‚ЏфИŠуЎфЛ–уЎу™уЙуІуЎу‚ЕуƒМуƒуƒМуЋу‚‚хŒцœŸу‚’шІцБ‚у—уОу™ +luckperms.usage.import.description=(фЛЅх‰фНœцˆу—уŸ) у‚Ју‚Џу‚ЙуƒуƒМуƒˆуƒ•у‚Ёу‚ЄуƒЋу‹у‚‰уƒ‡уƒМу‚Пу‚’у‚ЄуƒГуƒуƒМуƒˆу™у‚‹ +luckperms.usage.import.argument.file=у‚ЄуƒГуƒуƒМуƒˆу™у‚‹уƒ•у‚Ёу‚ЄуƒЋ +luckperms.usage.import.argument.replace=уƒžуƒМу‚ИуЎфЛЃу‚у‚ŠуЋц—Ђх­˜уЎуƒ‡уƒМу‚Пу‚’чНЎуц›уˆу‚‹ +luckperms.usage.import.argument.upload=фЛЅх‰уЎу‚Ју‚Џу‚ЙуƒуƒМуƒˆу‹у‚‰уƒ‡уƒМу‚Пу‚’у‚Ђуƒƒуƒ—уƒ­уƒМуƒ‰ +luckperms.usage.export.description=уƒ•у‚Ёу‚ЄуƒЋуЋу™уЙуІуЎцЈЉщ™уƒ‡уƒМу‚Пу‚’у‚Ју‚Џу‚ЙуƒуƒМуƒˆу—уОу™у€‚у‚уЈу‹у‚‰х†у‚ЄуƒГуƒуƒМуƒˆуЇууОу™у€‚ +luckperms.usage.export.argument.file=у‚Ју‚Џу‚ЙуƒуƒМуƒˆу™у‚‹уƒ•у‚Ёу‚ЄуƒЋ +luckperms.usage.export.argument.without-users=у‚Ју‚Џу‚ЙуƒуƒМуƒˆу‹у‚‰уƒІуƒМу‚ЖуƒМу‚’щ™ЄхЄ– +luckperms.usage.export.argument.without-groups=у‚Ју‚Џу‚ЙуƒуƒМуƒˆу‹у‚‰у‚АуƒЋуƒМуƒ—у‚’щ™ЄхЄ–у™у‚‹ +luckperms.usage.export.argument.upload=у‚Іу‚Їуƒ–у‚Јуƒ‡у‚Ѓу‚ПуƒМуЋу™уЙуІуЎцЈЉщ™уƒ‡уƒМу‚Пу‚’у‚Ђуƒƒуƒ—уƒ­уƒМуƒ‰у—уОу™у€‚у‚уЈу‹у‚‰х†у‚ЄуƒГуƒуƒМуƒˆуЇууОу™у€‚ +luckperms.usage.reload-config.description=шЈ­хЎšу‚Њуƒ—у‚ЗуƒЇуƒГу‚’х†шЊ­уПшОМуПу™у‚‹ +luckperms.usage.bulk-update.description=у™уЙуІуЎуƒ‡уƒМу‚ПуЋхЏОу—уІфИ€ц‹ЌхЄ‰ц›Ду‚Џу‚ЈуƒЊу‚’хЎŸшЁŒу™у‚‹ +luckperms.usage.bulk-update.argument.data-type=хЄ‰ц›Ду•у‚Œу‚‹уƒ‡уƒМу‚ПуЎу‚Пу‚Єуƒ— (''all'', ''users'' or ''groups'') +luckperms.usage.bulk-update.argument.action=уƒ‡уƒМу‚ПфИŠуЇхЎŸшЁŒу™у‚‹у‚Ђу‚Џу‚ЗуƒЇуƒГ (''update'' уОуŸуЏ ''delete'') +luckperms.usage.bulk-update.argument.action-field=хЎŸшЁŒу™у‚‹хЏОшБЁу€‚''update'' ц™‚уЎуПхП…шІуЇу™у€‚(''permission'', ''server'' уОуŸуЏ ''world'') +luckperms.usage.bulk-update.argument.action-value=чНЎуц›уˆхОŒуЎх€Єу€‚''update'' уЋуЎуПхП…шІуЇу™у€‚ +luckperms.usage.bulk-update.argument.constraint=ц›Дц–Ау™у‚‹цЁфЛЖ +luckperms.usage.translations.description=чПЛшЈГу‚’чЎЁч†у™у‚‹ +luckperms.usage.translations.argument.install=чПЛшЈГу‚’у‚ЄуƒГу‚ЙуƒˆуƒМуƒЋу™у‚‹у‚Еуƒ–у‚ГуƒžуƒГуƒ‰ +luckperms.usage.apply-edits.description=у‚Іу‚Їуƒ–у‚Јуƒ‡у‚Ѓу‚ПуƒМуЇхЄ‰ц›Ду—уŸцЈЉщ™у‚’щЉч”Ју—уОу™ +luckperms.usage.apply-edits.argument.code=уƒ‡уƒМу‚ПуЎфИ€ц„уЊу‚ГуƒМуƒ‰ +luckperms.usage.apply-edits.argument.target=уƒ‡уƒМу‚ПуЎщЉч”Јх…ˆ +luckperms.usage.create-group.description=ц–Ау—у„у‚АуƒЋуƒМуƒ—уЎфНœцˆ +luckperms.usage.create-group.argument.name=у‚АуƒЋуƒМуƒ—х +luckperms.usage.create-group.argument.weight=у‚АуƒЋуƒМуƒ—уЎщ‡уП +luckperms.usage.create-group.argument.display-name=у‚АуƒЋуƒМуƒ—уЎшЁЈчЄКх +luckperms.usage.delete-group.description=у‚АуƒЋуƒМуƒ—уЎх‰Šщ™Є +luckperms.usage.delete-group.argument.name=у‚АуƒЋуƒМуƒ—х +luckperms.usage.list-groups.description=уƒ—уƒЉуƒƒуƒˆуƒ•у‚ЉуƒМуƒ фИŠуЎу™уЙуІуЎу‚АуƒЋуƒМуƒ—уЎфИ€шІЇ +luckperms.usage.create-track.description=ц–Ау—у„уƒˆуƒЉуƒƒу‚ЏуЎфНœцˆ +luckperms.usage.create-track.argument.name=уƒˆуƒЉуƒƒу‚Џх +luckperms.usage.delete-track.description=уƒˆуƒЉуƒƒу‚ЏуЎх‰Šщ™Є +luckperms.usage.delete-track.argument.name=уƒˆуƒЉуƒƒу‚Џх +luckperms.usage.list-tracks.description=уƒ—уƒЉуƒƒуƒˆуƒ•у‚ЉуƒМуƒ фИŠуЎу™уЙуІуЎуƒˆуƒЉуƒƒу‚ЏуЎфИ€шІЇ +luckperms.usage.user-info.description=уƒІуƒМу‚ЖуƒМуЋщ–Ђу™у‚‹цƒ…х Бу‚’шЁЈчЄКу™у‚‹ +luckperms.usage.user-switchprimarygroup.description=уƒІуƒМу‚ЖуƒМуЎуƒ—уƒЉу‚ЄуƒžуƒЊу‚АуƒЋуƒМуƒ—у‚’хˆ‡у‚Šц›Пуˆу‚‹ +luckperms.usage.user-switchprimarygroup.argument.group=у‚АуƒЋуƒМуƒ—уЎхˆ‡у‚Šц›Пуˆх…ˆ +luckperms.usage.user-promote.description=уƒІуƒМу‚ЖуƒМу‚’уƒˆуƒЉуƒƒу‚ЏуЋхО“уЃуІц˜‡ц Му•у›у‚‹ +luckperms.usage.user-promote.argument.track=уƒІуƒМу‚ЖуƒМу‚’ц˜‡ц Му•у›у‚‹уŸу‚уЎуƒˆуƒЉуƒƒу‚Џ +luckperms.usage.user-promote.argument.context=уƒІуƒМу‚ЖуƒМу‚’ц˜‡ц Му•у›у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.user-promote.argument.dont-add-to-first=уƒІуƒМу‚ЖуƒМуŒуƒˆуƒЉуƒƒу‚ЏфИŠуЋу„у‚‹х ДхˆуЎуПц˜‡ц Му•у›у‚‹ +luckperms.usage.user-demote.description=уƒІуƒМу‚ЖуƒМу‚’уƒˆуƒЉуƒƒу‚ЏуЋхО“уЃуІщ™ц Му•у›у‚‹ +luckperms.usage.user-demote.argument.track=уƒІуƒМу‚ЖуƒМу‚’щ™ц Му•у›у‚‹уŸу‚уЎуƒˆуƒЉуƒƒу‚Џ +luckperms.usage.user-demote.argument.context=уƒІуƒМу‚ЖуƒМу‚’щ™ц Му•у›у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.user-demote.argument.dont-remove-from-first=уƒІуƒМу‚ЖуƒМуŒцœ€хˆуЎу‚АуƒЋуƒМуƒ—у‹у‚‰х‰Šщ™Єу•у‚ŒуЊу„у‚ˆу†уЋу™у‚‹ +luckperms.usage.user-clone.description=уƒІуƒМу‚ЖуƒМу‚’шЄ‡шЃНу™у‚‹ +luckperms.usage.user-clone.argument.user=шЄ‡шЃНх…ˆуЎуƒІуƒМу‚ЖуƒМуЎхх‰уОуŸуЏ UUID +luckperms.usage.group-info.description=у‚АуƒЋуƒМуƒ—уЋуЄу„уІуЎцƒ…х Бу‚’шЁЈчЄКу™у‚‹ +luckperms.usage.group-listmembers.description=у“уЎу‚АуƒЋуƒМуƒ—у‹у‚‰чЖ™ц‰Пу—уІу„у‚‹уƒІуƒМу‚ЖуƒМу‚„у‚АуƒЋуƒМуƒ—у‚’шЁЈчЄКу™у‚‹ +luckperms.usage.group-listmembers.argument.page=шЁЈчЄКу™у‚‹уƒšуƒМу‚И +luckperms.usage.group-setweight.description=у‚АуƒЋуƒМуƒ—уЎщ‡у•у‚’шЈ­хЎšу™у‚‹ +luckperms.usage.group-setweight.argument.weight=шЈ­хЎšу™у‚‹щ‡у• +luckperms.usage.group-set-display-name.description=у‚АуƒЋуƒМуƒ—уЎшЁЈчЄКху‚’шЈ­хЎšу™у‚‹ +luckperms.usage.group-set-display-name.argument.name=шЈ­хЎšу™у‚‹хх‰ +luckperms.usage.group-set-display-name.argument.context=хх‰у‚’шЈ­хЎšу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.group-rename.description=у‚АуƒЋуƒМуƒ—ху‚’хЄ‰ц›Ду™у‚‹ +luckperms.usage.group-rename.argument.name=ц–Ау—у„хх‰ +luckperms.usage.group-clone.description=у‚АуƒЋуƒМуƒ—уЎшЄ‡шЃН +luckperms.usage.group-clone.argument.name=шЄ‡шЃНх…ˆуЎу‚АуƒЋуƒМуƒ—уЎхх‰ +luckperms.usage.holder-editor.description=Web цЈЉщ™у‚Јуƒ‡у‚Ѓу‚ПуƒМу‚’щ–‹у +luckperms.usage.holder-showtracks.description=у‚Њуƒ–у‚Иу‚Їу‚ЏуƒˆуŒхБžу™у‚‹уƒˆуƒЉуƒƒу‚ЏуЎфИ€шІЇу‚’шЁЈчЄКу™у‚‹ +luckperms.usage.holder-clear.description=у™уЙуІуЎцЈЉщ™у€шІЊу€уƒЁу‚Пу‚’х‰Šщ™Єу™у‚‹ +luckperms.usage.holder-clear.argument.context=уƒ•у‚ЃуƒЋу‚ПуƒЊуƒГу‚Ау™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.permission.description=цЈЉщ™у‚’хЄ‰ц›Ду™у‚‹ +luckperms.usage.parent.description=чЖ™ц‰Пу‚’хЄ‰ц›Ду™у‚‹ +luckperms.usage.meta.description=уƒЁу‚Пуƒ‡уƒМу‚ПуЎх€Єу‚’хЄ‰ц›Ду™у‚‹ +luckperms.usage.permission-info.description=у‚Њуƒ–у‚Иу‚Їу‚ЏуƒˆуŒцŒуЄцЈЉщ™уƒŽуƒМуƒ‰уЎфИ€шІЇу‚’шЁЈчЄКу™у‚‹ +luckperms.usage.permission-info.argument.page=шЁЈчЄКу™у‚‹уƒšуƒМу‚И +luckperms.usage.permission-info.argument.sort-mode=у‚ЈуƒГуƒˆуƒЊуЎу‚НуƒМуƒˆц–ЙцГ• +luckperms.usage.permission-set.description=у‚Њуƒ–у‚Иу‚Їу‚ЏуƒˆуЋцЈЉщ™у‚’шЈ­хЎšу™у‚‹ +luckperms.usage.permission-set.argument.node=шЈ­хЎšу™у‚‹цЈЉщ™уƒŽуƒМуƒ‰ +luckperms.usage.permission-set.argument.value=уƒŽуƒМуƒ‰уЎх€Є +luckperms.usage.permission-set.argument.context=цЈЉщ™у‚’шПНхŠ у™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.permission-unset.description=у‚Њуƒ–у‚Иу‚Їу‚Џуƒˆу‹у‚‰цЈЉщ™у‚’шЇЃщ™Єу™у‚‹ +luckperms.usage.permission-unset.argument.node=шЇЃщ™Єу™у‚‹цЈЉщ™уƒŽуƒМуƒ‰ +luckperms.usage.permission-unset.argument.context=цЈЉщ™у‚’шЇЃщ™Єу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.permission-settemp.description=у‚Њуƒ–у‚Иу‚Їу‚ЏуƒˆуЋцЈЉщ™у‚’фИ€ц™‚чš„уЋшЈ­хЎšу™у‚‹ +luckperms.usage.permission-settemp.argument.node=шЈ­хЎšу™у‚‹цЈЉщ™уƒŽуƒМуƒ‰ +luckperms.usage.permission-settemp.argument.value=уƒŽуƒМуƒ‰уЎх€Є +luckperms.usage.permission-settemp.argument.duration=цЈЉщ™уƒŽуƒМуƒ‰уЎцœ‰хŠЙцœŸщ–“ +luckperms.usage.permission-settemp.argument.temporary-modifier=фИ€ц™‚чš„уЊцЈЉщ™уЎщЉч”Јц–ЙцГ• +luckperms.usage.permission-settemp.argument.context=цЈЉщ™у‚’шПНхŠ у™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.permission-unsettemp.description=у‚Њуƒ–у‚Иу‚Їу‚Џуƒˆу‹у‚‰фИ€ц™‚чš„уЊцЈЉщ™у‚’шЇЃщ™Єу™у‚‹ +luckperms.usage.permission-unsettemp.argument.node=шЇЃщ™Єу™у‚‹цЈЉщ™уƒŽуƒМуƒ‰ +luckperms.usage.permission-unsettemp.argument.duration=цИ›чЎ—у™у‚‹ц™‚щ–“ +luckperms.usage.permission-unsettemp.argument.context=цЈЉщ™у‚’шЇЃщ™Єу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.permission-check.description=у‚Њуƒ–у‚Иу‚Їу‚ЏуƒˆуЋч‰ЙхЎšуЎцЈЉщ™уƒŽуƒМуƒ‰уŒу‚у‚‹у‹чЂКшЊу™у‚‹ +luckperms.usage.permission-check.argument.node=чЂКшЊу™у‚‹цЈЉщ™уƒŽуƒМуƒ‰ +luckperms.usage.permission-clear.description=у™уЙуІуЎцЈЉщ™у‚’цЖˆхŽЛу™у‚‹ +luckperms.usage.permission-clear.argument.context=уƒ•у‚ЃуƒЋу‚ПуƒЊуƒГу‚Ау™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.parent-info.description=у“уЎу‚Њуƒ–у‚Иу‚Їу‚ЏуƒˆуŒчЖ™ц‰Пу™у‚‹у‚АуƒЋуƒМуƒ—уЎфИ€шІЇ +luckperms.usage.parent-info.argument.page=шЁЈчЄКу™у‚‹уƒšуƒМу‚И +luckperms.usage.parent-info.argument.sort-mode=у‚ЈуƒГуƒˆуƒЊуЎу‚НуƒМуƒˆц–ЙцГ• +luckperms.usage.parent-set.description=у‚Њуƒ–у‚Иу‚Їу‚ЏуƒˆуŒц—ЂуЋчЖ™ц‰Пу—уІу„у‚‹фЛ–уЎу™уЙуІуЎу‚АуƒЋуƒМуƒ—у‚’х‰Šщ™Єу—у€цŒ‡хЎšу—уŸу‚АуƒЋуƒМуƒ—уЋшПНхŠ у—уОу™ +luckperms.usage.parent-set.argument.group=шЈ­хЎšу™у‚‹у‚АуƒЋуƒМуƒ— +luckperms.usage.parent-set.argument.context=у‚АуƒЋуƒМуƒ—у‚’шЈ­хЎšу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.parent-add.description=у‚Њуƒ–у‚Иу‚Їу‚ЏуƒˆуŒцЈЉщ™у‚’чЖ™ц‰Пу™у‚‹фЛ–уЎу‚АуƒЋуƒМуƒ—у‚’шЈ­хЎšу™у‚‹ +luckperms.usage.parent-add.argument.group=чЖ™ц‰Пх…ƒуЎу‚АуƒЋуƒМуƒ— +luckperms.usage.parent-add.argument.context=у‚АуƒЋуƒМуƒ—у‚’чЖ™ц‰Пу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.parent-remove.description=фЛЅх‰шЈ­хЎšу—уŸчЖ™ц‰ПуƒЋуƒМуƒЋу‚’х‰Šщ™Єу™у‚‹ +luckperms.usage.parent-remove.argument.group=х‰Šщ™Єу™у‚‹у‚АуƒЋуƒМуƒ— +luckperms.usage.parent-remove.argument.context=у‚АуƒЋуƒМуƒ—у‚’х‰Šщ™Єу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.parent-set-track.description=цŒ‡хЎšу•у‚ŒуŸуƒˆуƒЉуƒƒу‚ЏфИŠу‹у‚‰у‚Њуƒ–у‚Иу‚Їу‚ЏуƒˆуŒчЖ™ц‰Пу™у‚‹у™уЙуІуЎу‚АуƒЋуƒМуƒ—у‚’х‰Šщ™Єу—у€цŒ‡хЎšу•у‚ŒуŸуƒˆуƒЉуƒƒу‚ЏуЋшПНхŠ у—уОу™ +luckperms.usage.parent-set-track.argument.track=шЈ­хЎšу™у‚‹уƒˆуƒЉуƒƒу‚Џ +luckperms.usage.parent-set-track.argument.group=шЈ­хЎšу™у‚‹у‚АуƒЋуƒМуƒ—у€уОуŸуЏцŒ‡хЎšу•у‚ŒуŸуƒˆуƒЉуƒƒу‚ЏфИŠуЇуЎу‚АуƒЋуƒМуƒ—уЎфНчНЎуЋщ–Ђщ€Ѓу™у‚‹ч•ЊхЗ +luckperms.usage.parent-set-track.argument.context=у‚АуƒЋуƒМуƒ—у‚’шЈ­хЎšу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.parent-add-temp.description=у‚Њуƒ–у‚Иу‚Їу‚ЏуƒˆуŒцЈЉщ™у‚’фИ€ц™‚чš„уЋчЖ™ц‰Пу™у‚‹фЛ–уЎу‚АуƒЋуƒМуƒ—у‚’шЈ­хЎšу™у‚‹ +luckperms.usage.parent-add-temp.argument.group=чЖ™ц‰Пх…ƒуЎу‚АуƒЋуƒМуƒ— +luckperms.usage.parent-add-temp.argument.duration=у‚АуƒЋуƒМуƒ—уЎуƒЁуƒГуƒуƒМуЇу‚у‚‹цœŸщ–“ +luckperms.usage.parent-add-temp.argument.temporary-modifier=фИ€ц™‚чš„уЊцЈЉщ™уЎщЉч”Јц–ЙцГ• +luckperms.usage.parent-add-temp.argument.context=у‚АуƒЋуƒМуƒ—у‚’чЖ™ц‰Пу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.parent-remove-temp.description=фЛЅх‰шЈ­хЎšу—уŸфИ€ц™‚чš„уЊчЖ™ц‰ПуƒЋуƒМуƒЋу‚’х‰Šщ™Єу™у‚‹ +luckperms.usage.parent-remove-temp.argument.group=х‰Šщ™Єу™у‚‹у‚АуƒЋуƒМуƒ— +luckperms.usage.parent-remove-temp.argument.duration=цИ›чЎ—у™у‚‹ц™‚щ–“ +luckperms.usage.parent-remove-temp.argument.context=у‚АуƒЋуƒМуƒ—у‚’х‰Šщ™Єу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.parent-clear.description=у™уЙуІуЎшІЊу‚’цЖˆхŽЛу™у‚‹ +luckperms.usage.parent-clear.argument.context=уƒ•у‚ЃуƒЋу‚ПуƒЊуƒГу‚Ау™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.parent-clear-track.description=цŒ‡хЎšу—уŸуƒˆуƒЉуƒƒу‚ЏфИŠуЎу™уЙуІуЎшІЊу‚’цЖˆхŽЛу™у‚‹ +luckperms.usage.parent-clear-track.argument.track=цЖˆхŽЛу™у‚‹уƒˆуƒЉуƒƒу‚Џ +luckperms.usage.parent-clear-track.argument.context=уƒ•у‚ЃуƒЋу‚ПуƒЊуƒГу‚Ау™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.meta-info.description=у™уЙуІуЎуƒуƒЃуƒƒуƒˆуƒЁу‚Пу‚’шЁЈчЄКу™у‚‹ +luckperms.usage.meta-set.description=уƒЁу‚Пх€Єу‚’шЈ­хЎšу™у‚‹ +luckperms.usage.meta-set.argument.key=шЈ­хЎšу™у‚‹у‚­уƒМ +luckperms.usage.meta-set.argument.value=шЈ­хЎšу™у‚‹х€Є +luckperms.usage.meta-set.argument.context=уƒЁу‚Пу‚’шПНхŠ у™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.meta-unset.description=уƒЁу‚Пх€Єу‚’шЇЃщ™Єу™у‚‹ +luckperms.usage.meta-unset.argument.key=шЇЃщ™Єу™у‚‹у‚­уƒМ +luckperms.usage.meta-unset.argument.context=уƒЁу‚Пу‚’шЇЃщ™Єу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.meta-settemp.description=фИ€ц™‚чš„уЊуƒЁу‚Пх€Єу‚’шЈ­хЎšу™у‚‹ +luckperms.usage.meta-settemp.argument.key=шЈ­хЎšу™у‚‹у‚­уƒМ +luckperms.usage.meta-settemp.argument.value=шЈ­хЎšу™у‚‹х€Є +luckperms.usage.meta-settemp.argument.duration=уƒЁу‚Пх€ЄуЎцœ‰хŠЙцœŸщ–“ +luckperms.usage.meta-settemp.argument.context=уƒЁу‚Пу‚’шПНхŠ у™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.meta-unsettemp.description=фИ€ц™‚чš„уЊуƒЁу‚Пх€Єу‚’шЇЃщ™Єу™у‚‹ +luckperms.usage.meta-unsettemp.argument.key=шЇЃщ™Єу™у‚‹у‚­уƒМ +luckperms.usage.meta-unsettemp.argument.context=уƒЁу‚Пу‚’шЇЃщ™Єу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.meta-addprefix.description=уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’шПНхŠ  +luckperms.usage.meta-addprefix.argument.priority=шПНхŠ у™у‚‹уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎх„Њх…ˆхКІ +luckperms.usage.meta-addprefix.argument.prefix=уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎц–‡х­—хˆ— +luckperms.usage.meta-addprefix.argument.context=уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’шПНхŠ у™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.meta-addsuffix.description=у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’шПНхŠ у™у‚‹ +luckperms.usage.meta-addsuffix.argument.priority=шПНхŠ у™у‚‹у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎх„Њх…ˆхКІ +luckperms.usage.meta-addsuffix.argument.suffix=у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎц–‡х­—хˆ— +luckperms.usage.meta-addsuffix.argument.context=у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’шПНхŠ у™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.meta-setprefix.description=уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’у‚Луƒƒуƒˆу™у‚‹ +luckperms.usage.meta-setprefix.argument.priority=у‚Луƒƒуƒˆу™у‚‹уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎх„Њх…ˆхКІ +luckperms.usage.meta-setprefix.argument.prefix=уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎц–‡х­—хˆ— +luckperms.usage.meta-setprefix.argument.context=уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’у‚Луƒƒуƒˆу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.meta-setsuffix.description=у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’у‚Луƒƒуƒˆу™у‚‹ +luckperms.usage.meta-setsuffix.argument.priority=у‚Луƒƒуƒˆу™у‚‹у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎх„Њх…ˆхКІ +luckperms.usage.meta-setsuffix.argument.suffix=у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎц–‡х­—хˆ— +luckperms.usage.meta-setsuffix.argument.context=у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’у‚Луƒƒуƒˆу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.meta-removeprefix.description=уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’х‰Šщ™Єу™у‚‹ +luckperms.usage.meta-removeprefix.argument.priority=х‰Šщ™Єу™у‚‹уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎх„Њх…ˆхКІ +luckperms.usage.meta-removeprefix.argument.prefix=уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎц–‡х­—хˆ— +luckperms.usage.meta-removeprefix.argument.context=уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’х‰Šщ™Єу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.meta-removesuffix.description=у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’х‰Šщ™Єу™у‚‹ +luckperms.usage.meta-removesuffix.argument.priority=х‰Šщ™Єу™у‚‹у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎх„Њх…ˆхКІ +luckperms.usage.meta-removesuffix.argument.suffix=у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎц–‡х­—хˆ— +luckperms.usage.meta-removesuffix.argument.context=у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’х‰Šщ™Єу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.meta-addtemp-prefix.description=уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’фИ€ц™‚чš„уЋшПНхŠ у™у‚‹ +luckperms.usage.meta-addtemp-prefix.argument.priority=шПНхŠ у™у‚‹уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎх„Њх…ˆхКІ +luckperms.usage.meta-addtemp-prefix.argument.prefix=уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎц–‡х­—хˆ— +luckperms.usage.meta-addtemp-prefix.argument.duration=уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎцœ‰хŠЙцœŸщ–“ +luckperms.usage.meta-addtemp-prefix.argument.context=уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’шПНхŠ у™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.meta-addtemp-suffix.description=у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’фИ€ц™‚чš„уЋшПНхŠ у™у‚‹ +luckperms.usage.meta-addtemp-suffix.argument.priority=шПНхŠ у™у‚‹у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎх„Њх…ˆхКІ +luckperms.usage.meta-addtemp-suffix.argument.suffix=у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎц–‡х­—хˆ— +luckperms.usage.meta-addtemp-suffix.argument.duration=у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎцœ‰хŠЙцœŸщ–“ +luckperms.usage.meta-addtemp-suffix.argument.context=у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’шПНхŠ у™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.meta-settemp-prefix.description=фИ€ц™‚чš„уЊуƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’у‚Луƒƒуƒˆу™у‚‹ +luckperms.usage.meta-settemp-prefix.argument.priority=у‚Луƒƒуƒˆу™у‚‹уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎх„Њх…ˆхКІ +luckperms.usage.meta-settemp-prefix.argument.prefix=уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎц–‡х­—хˆ— +luckperms.usage.meta-settemp-prefix.argument.duration=уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎцœ‰хŠЙцœŸщ–“ +luckperms.usage.meta-settemp-prefix.argument.context=уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’у‚Луƒƒуƒˆу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.meta-settemp-suffix.description=фИ€ц™‚чš„уЊу‚Еуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’у‚Луƒƒуƒˆу™у‚‹ +luckperms.usage.meta-settemp-suffix.argument.priority=у‚Луƒƒуƒˆу™у‚‹у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎх„Њх…ˆхКІ +luckperms.usage.meta-settemp-suffix.argument.suffix=у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎц–‡х­—хˆ— +luckperms.usage.meta-settemp-suffix.argument.duration=у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎцœ‰хŠЙцœŸщ–“ +luckperms.usage.meta-settemp-suffix.argument.context=у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’у‚Луƒƒуƒˆу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.meta-removetemp-prefix.description=фИ€ц™‚чš„уЊуƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’х‰Šщ™Єу™у‚‹ +luckperms.usage.meta-removetemp-prefix.argument.priority=х‰Šщ™Єу™у‚‹уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎх„Њх…ˆхКІ +luckperms.usage.meta-removetemp-prefix.argument.prefix=уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎц–‡х­—хˆ— +luckperms.usage.meta-removetemp-prefix.argument.context=уƒ—уƒЌуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’х‰Šщ™Єу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.meta-removetemp-suffix.description=фИ€ц™‚чš„уЊу‚Еуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’х‰Šщ™Єу™у‚‹ +luckperms.usage.meta-removetemp-suffix.argument.priority=х‰Šщ™Єу™у‚‹у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎх„Њх…ˆхКІ +luckperms.usage.meta-removetemp-suffix.argument.suffix=у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚ЙуЎц–‡х­—хˆ— +luckperms.usage.meta-removetemp-suffix.argument.context=у‚Еуƒ•у‚Ѓуƒƒу‚Џу‚Йу‚’х‰Šщ™Єу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.meta-clear.description=у™уЙуІуЎуƒЁу‚Пу‚’цЖˆхŽЛу™у‚‹ +luckperms.usage.meta-clear.argument.type=х‰Šщ™Єу™у‚‹уƒЁу‚ПуЎчЈЎщЁž +luckperms.usage.meta-clear.argument.context=уƒ•у‚ЃуƒЋу‚ПуƒЊуƒГу‚Ау™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.track-info.description=уƒˆуƒЉуƒƒу‚ЏуЋуЄу„уІуЎцƒ…х Бу‚’шЁЈчЄКу™у‚‹ +luckperms.usage.track-editor.description=Web цЈЉщ™у‚Јуƒ‡у‚Ѓу‚ПуƒМу‚’щ–‹у +luckperms.usage.track-append.description=уƒˆуƒЉуƒƒу‚ЏуЎцœЋхАОуЋу‚АуƒЋуƒМуƒ—у‚’шПНхŠ у™у‚‹ +luckperms.usage.track-append.argument.group=шПНхŠ у™у‚‹у‚АуƒЋуƒМуƒ— +luckperms.usage.track-insert.description=уƒˆуƒЉуƒƒу‚ЏфИŠуЎцŒ‡хЎšфНчНЎуЋу‚АуƒЋуƒМуƒ—у‚’цŒПх…Ѕу—уОу™у€‚ +luckperms.usage.track-insert.argument.group=цŒПх…Ѕу™у‚‹у‚АуƒЋуƒМуƒ— +luckperms.usage.track-insert.argument.position=у‚АуƒЋуƒМуƒ—уЎцŒПх…ЅфНчНЎ (уƒˆуƒЉуƒƒу‚ЏфИŠуЎцœ€хˆуЎфНчНЎуЏ 1) +luckperms.usage.track-remove.description=уƒˆуƒЉуƒƒу‚Џу‹у‚‰у‚АуƒЋуƒМуƒ—у‚’х‰Šщ™Єу™у‚‹ +luckperms.usage.track-remove.argument.group=х‰Šщ™Єу™у‚‹у‚АуƒЋуƒМуƒ— +luckperms.usage.track-clear.description=уƒˆуƒЉуƒƒу‚Џу‹у‚‰у™уЙуІуЎу‚АуƒЋуƒМуƒ—у‚’х‰Šщ™Єу™у‚‹ +luckperms.usage.track-rename.description=уƒˆуƒЉуƒƒу‚Џху‚’хЄ‰ц›Ду™у‚‹ +luckperms.usage.track-rename.argument.name=ц–Ау—у„хх‰ +luckperms.usage.track-clone.description=уƒˆуƒЉуƒƒу‚ЏуЎшЄ‡шЃН +luckperms.usage.track-clone.argument.name=шЄ‡шЃНх…ˆуЎуƒˆуƒЉуƒƒу‚ЏуЎхх‰ +luckperms.usage.log-recent.description=цœ€шП‘уЎц“фНœу‚’шЁЈчЄКу™у‚‹ +luckperms.usage.log-recent.argument.user=уƒ•у‚ЃуƒЋу‚ПуƒЊуƒГу‚Ау™у‚‹уƒІуƒМу‚ЖуƒМуЎхх‰уОуŸуЏ UUID +luckperms.usage.log-recent.argument.page=шЁЈчЄКу™у‚‹уƒšуƒМу‚ИуЎч•ЊхЗ +luckperms.usage.log-search.description=у‚ЈуƒГуƒˆуƒЊуЎуƒ­у‚Ау‚’цЄœчДЂу™у‚‹ +luckperms.usage.log-search.argument.query=цЄœчДЂу™у‚‹у‚Џу‚ЈуƒЊ +luckperms.usage.log-search.argument.page=шЁЈчЄКу™у‚‹уƒšуƒМу‚ИуЎч•ЊхЗ +luckperms.usage.log-notify.description=уƒ­у‚Ащ€šчŸЅуЎхˆ‡у‚Šц›Пуˆ +luckperms.usage.log-notify.argument.toggle=on уОуŸуЏ off +luckperms.usage.log-user-history.description=уƒІуƒМу‚ЖуƒМуЎхБЅц­Ду‚’шЁЈчЄКу™у‚‹ +luckperms.usage.log-user-history.argument.user=уƒІуƒМу‚ЖуƒМуЎхх‰уОуŸуЏ UUID +luckperms.usage.log-user-history.argument.page=шЁЈчЄКу™у‚‹уƒšуƒМу‚ИуЎч•ЊхЗ +luckperms.usage.log-group-history.description=у‚АуƒЋуƒМуƒ—уЎхБЅц­Ду‚’шЁЈчЄКу™у‚‹ +luckperms.usage.log-group-history.argument.group=у‚АуƒЋуƒМуƒ—х +luckperms.usage.log-group-history.argument.page=шЁЈчЄКу™у‚‹уƒšуƒМу‚ИуЎч•ЊхЗ +luckperms.usage.log-track-history.description=уƒˆуƒЉуƒƒу‚ЏуЎхБЅц­Ду‚’шЁЈчЄКу™у‚‹ +luckperms.usage.log-track-history.argument.track=уƒˆуƒЉуƒƒу‚Џх +luckperms.usage.log-track-history.argument.page=шЁЈчЄКу™у‚‹уƒšуƒМу‚ИуЎч•ЊхЗ +luckperms.usage.sponge.description=шПНхŠ уЎ Sponge уƒ‡уƒМу‚Пу‚’чЗЈщ›†у™у‚‹ +luckperms.usage.sponge.argument.collection=у‚Џу‚ЈуƒЊу™у‚‹у‚ГуƒЌу‚Џу‚ЗуƒЇуƒГ +luckperms.usage.sponge.argument.subject=хЄ‰ц›Ду™у‚‹ Subject +luckperms.usage.sponge-permission-info.description=Subject уЎцЈЉщ™уЋуЄу„уІуЎцƒ…х Бу‚’шЁЈчЄКу™у‚‹ +luckperms.usage.sponge-permission-info.argument.contexts=уƒ•у‚ЃуƒЋу‚ПуƒЊуƒГу‚Ау™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.sponge-permission-set.description=Subject уЋцЈЉщ™у‚’шЈ­хЎšу™у‚‹ +luckperms.usage.sponge-permission-set.argument.node=шЈ­хЎšу™у‚‹цЈЉщ™уƒŽуƒМуƒ‰ +luckperms.usage.sponge-permission-set.argument.tristate=шЈ­хЎšу™у‚‹цЈЉщ™уЎх€Є +luckperms.usage.sponge-permission-set.argument.contexts=цЈЉщ™у‚’шЈ­хЎšу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.sponge-permission-clear.description=Subject уЎцЈЉщ™у‚’цЖˆхŽЛу™у‚‹ +luckperms.usage.sponge-permission-clear.argument.contexts=цЈЉщ™у‚’цЖˆхŽЛу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.sponge-parent-info.description=Subject уЎшІЊуЋуЄу„уІуЎцƒ…х Бу‚’шЁЈчЄКу™у‚‹ +luckperms.usage.sponge-parent-info.argument.contexts=уƒ•у‚ЃуƒЋу‚ПуƒЊуƒГу‚Ау™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.sponge-parent-add.description=Subject уЋшІЊу‚’шПНхŠ у™у‚‹ +luckperms.usage.sponge-parent-add.argument.collection=шІЊ Subject уŒх­˜хœЈу™у‚‹ Subject уЎу‚ГуƒЌу‚Џу‚ЗуƒЇуƒГ +luckperms.usage.sponge-parent-add.argument.subject=шІЊ Subject уЎхх‰ +luckperms.usage.sponge-parent-add.argument.contexts=шІЊу‚’шПНхŠ у™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.sponge-parent-remove.description=Subject у‹у‚‰шІЊу‚’х‰Šщ™Єу™у‚‹ +luckperms.usage.sponge-parent-remove.argument.collection=шІЊ Subject уŒх­˜хœЈу™у‚‹ Subject уЎу‚ГуƒЌу‚Џу‚ЗуƒЇуƒГ +luckperms.usage.sponge-parent-remove.argument.subject=шІЊ Subject уЎхх‰ +luckperms.usage.sponge-parent-remove.argument.contexts=шІЊу‚’х‰Šщ™Єу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.sponge-parent-clear.description=Subject уЎшІЊу‚’цЖˆхŽЛу™у‚‹ +luckperms.usage.sponge-parent-clear.argument.contexts=шІЊу‚’цЖˆхŽЛу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.sponge-option-info.description=Subject уЎу‚Њуƒ—у‚ЗуƒЇуƒГуЎцƒ…х Бу‚’шЁЈчЄКу™у‚‹ +luckperms.usage.sponge-option-info.argument.contexts=уƒ•у‚ЃуƒЋу‚ПуƒЊуƒГу‚Ау™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.sponge-option-set.description=Subject уЎу‚Њуƒ—у‚ЗуƒЇуƒГу‚’шЈ­хЎšу™у‚‹ +luckperms.usage.sponge-option-set.argument.key=шЈ­хЎšу™у‚‹у‚­уƒМ +luckperms.usage.sponge-option-set.argument.value=у‚­уƒМуЋшЈ­хЎšу™у‚‹х€Є +luckperms.usage.sponge-option-set.argument.contexts=у‚Њуƒ—у‚ЗуƒЇуƒГу‚’шЈ­хЎšу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.sponge-option-unset.description=Subject у‹у‚‰у‚Њуƒ—у‚ЗуƒЇуƒГу‚’шЇЃщ™Єу™у‚‹ +luckperms.usage.sponge-option-unset.argument.key=шЇЃщ™Єу™у‚‹у‚­уƒМ +luckperms.usage.sponge-option-unset.argument.contexts=у‚Њуƒ—у‚ЗуƒЇуƒГу‚’шЇЃщ™Єу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ +luckperms.usage.sponge-option-clear.description=Subject у‹у‚‰у‚Њуƒ—у‚ЗуƒЇуƒГу‚’цЖˆхŽЛу™у‚‹ +luckperms.usage.sponge-option-clear.argument.contexts=у‚Њуƒ—у‚ЗуƒЇуƒГу‚’цЖˆхŽЛу™у‚‹у‚ГуƒГуƒ†у‚­у‚Йуƒˆ diff --git a/plugins/LuckPerms/translations/repository/ko_KR.properties b/plugins/LuckPerms/translations/repository/ko_KR.properties new file mode 100644 index 0000000..5db12f1 --- /dev/null +++ b/plugins/LuckPerms/translations/repository/ko_KR.properties @@ -0,0 +1,630 @@ +luckperms.logs.actionlog-prefix=ъИАыЁ +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=ы‚ДыГДы‚ДъИА +luckperms.commandsystem.available-commands=ь‚ЌьšЉ ъА€ыŠЅэ•œ ыЊ…ы Йь–ДыЅМ э™•ьИэ•˜ы ЄыЉД {0} ь„(ыЅМ) ь‚ЌьšЉэ•˜ь‹­ь‹œь˜Є +luckperms.commandsystem.command-not-recognised=ьИь‹э•  ьˆ˜ ь—†ыŠ” ыЊ…ы Йьž…ы‹ˆы‹Є +luckperms.commandsystem.no-permission=ьД ыЊ…ы Йь–ДыЅМ ь‚ЌьšЉэ•  ъЖŒэ•œьД ь—†ьŠЕы‹ˆы‹Є\! +luckperms.commandsystem.no-permission-subcommands=э•˜ьœ„ ыЊ…ы Йь–ДыЅМ ь‚ЌьšЉэ•  ъЖŒэ•œьД ь—†ьŠЕы‹ˆы‹Є +luckperms.commandsystem.already-executing-command=ы‹ЄыЅИ ыЊ…ы ЙьД ь‹Єэ–‰ ьЄ‘ьž…ы‹ˆы‹Є. ь™„ыЃŒы  ы•ŒъЙŒьЇ€ ъИАы‹ЄыІЌь‹­ь‹œь˜Є... +luckperms.commandsystem.usage.sub-commands-header=э•˜ьœ„ ыЊ…ы Йь–Д +luckperms.commandsystem.usage.usage-header=ыЊ…ы Йь–Д ь‚ЌьšЉыВ• +luckperms.commandsystem.usage.arguments-header=ьИьˆ˜ +luckperms.first-time.no-permissions-setup=ь–Ды– э•œ ъЖŒэ•œы„ ь„Єь •ы˜ьЇ€ ь•Šь€ ъВƒьœМыЁœ ыГДьž…ы‹ˆы‹Є\! +luckperms.first-time.use-console-to-give-access=ъВŒьž„ь—ь„œ LuckPerms ыЊ…ы Йь„ ь‚ЌьšЉэ•˜ы ЄыЉД ь͘ь†”ь„ ь‚ЌьšЉэ•˜ь—Ќ ьžь‹ ь—ъВŒ ь•Ёь„ИьŠЄ ъЖŒэ•œь„ ыЖ€ь—Ќэ•Дь•М э•Љы‹ˆы‹Є. +luckperms.first-time.console-command-prompt=ь͘ь†”ь„ ь—ДъГ  ь‹Єэ–‰э•˜ь‹­ь‹œь˜Є +luckperms.first-time.next-step=ьД ьž‘ь—…ь„ ь™„ыЃŒэ•œ э›„, ъЖŒэ•œ э• ы‹Й ыА ъЗИыЃЙ ь •ь˜ыЅМ ь‹œьž‘э•  ьˆ˜ ьžˆьŠЕы‹ˆы‹Є +luckperms.first-time.wiki-prompt=ь–Ды””ыЖ€э„А ь‹œьž‘э•Дь•М э• ьЇ€ ыЊЈыЅДь‹œъВ ы‹ЄъГ ьš”? ь—ЌъИАыЅМ э™•ьИэ•˜ь„Иьš”\: {0} +luckperms.login.try-again=ьž ь‹œ э›„ ы‹Єь‹œ ь‹œы„э•Д ьЃМь„Иьš” +luckperms.login.loading-database-error=ъЖŒэ•œ ыАьДэ„АыЅМ ыЁœы“œэ•˜ыŠ” ы„ьЄ‘ ыАьДэ„АыВ ьДьŠЄ ь˜ЄыЅ˜ъА€ ыАœьƒэ•˜ь˜€ьŠЕы‹ˆы‹Є +luckperms.login.server-admin-check-console-errors=ь„œыВ„ ъД€ыІЌьžьИ ъВНьšА ь͘ь†”ь— ь˜ЄыЅ˜ъА€ ьžˆыŠ”ьЇ€ э™•ьИэ•˜ь‹­ь‹œь˜Є. +luckperms.login.server-admin-check-console-info=ь„œыВ„ ь͘ь†”ь—ь„œ ы” ьžь„Иэ•œ ь •ыГДыЅМ э™•ьИэ•˜ь‹Є ьˆ˜ ьžˆьŠЕы‹ˆы‹Є +luckperms.login.data-not-loaded-at-pre=ь‚Ќь „ ыЁœъЗИьИ ы‹ЈъГ„ь—ь„œ ь‚ЌьšЉьžь˜ ь‚ЌьšЉ ъЖŒэ•œ ыАьДэ„АъА€ ыЁœы“œы˜ьЇ€ ь•Šь•˜ьŠЕы‹ˆы‹Є. +luckperms.login.unable-to-continue=ъГ„ь†э•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.login.craftbukkit-offline-mode-error=ьДыŠ” ьЃМыЁœ CraftBukkitъГМ online-mode ь„Єь •ь˜ ьЖЉыŒыЁœ ьИэ•Д ыАœьƒэ•Љы‹ˆы‹Є +luckperms.login.unexpected-error=ъЗ€э•˜ь˜ ъЖŒэ•œ ыАьДэ„АыЅМ ь„Єь •э•˜ыŠ” ы„ьЄ‘ ь˜ˆъИАьɘ ыЊЛэ•œ ь˜ЄыЅ˜ъА€ ыАœьƒэ–ˆьŠЕы‹ˆы‹Є +luckperms.opsystem.disabled=ьД ь„œыВ„ь˜ ъИАыГИ OP ь‹œьŠЄэ…œьД ыЙ„э™œь„Бэ™”ы˜ь–Д ьžˆьŠЕы‹ˆы‹Є +luckperms.opsystem.sponge-warning=ъЖŒэ•œ э”ŒыŸЌъЗИьИьД ь„Єьɘыœ ъВНьšА ь„œыВ„ ьšДь˜ьž ьƒэƒœыŠ” ьŠЄэАьЇ€ ъЖŒэ•œ э™•ьИь— ь˜э–Ѕь„ ыЏИьɘьЇ€ ь•ŠьœМыЏ€ыЁœ ь‚ЌьšЉьž ыАьДэ„АыЅМ ьЇь ‘ эŽИьЇ‘э•Дь•М э•Љы‹ˆы‹Є. +luckperms.duration.unit.years.plural={0}ы…„ +luckperms.duration.unit.years.singular={0}ы…„ +luckperms.duration.unit.years.short={0}ы…„ +luckperms.duration.unit.months.plural={0}ъАœь›” +luckperms.duration.unit.months.singular={0}ъАœь›” +luckperms.duration.unit.months.short={0}ы‹Ќ +luckperms.duration.unit.weeks.plural={0}ьЃМ +luckperms.duration.unit.weeks.singular={0}ьЃМ +luckperms.duration.unit.weeks.short={0}ьЃМ +luckperms.duration.unit.days.plural={0}ьМ +luckperms.duration.unit.days.singular={0}ьМ +luckperms.duration.unit.days.short={0}ьМ +luckperms.duration.unit.hours.plural={0}ь‹œъА„ +luckperms.duration.unit.hours.singular={0}ь‹œъА„ +luckperms.duration.unit.hours.short={0}ь‹œъА„ +luckperms.duration.unit.minutes.plural={0}ыЖ„ +luckperms.duration.unit.minutes.singular={0}ыЖ„ +luckperms.duration.unit.minutes.short={0}ыЖ„ +luckperms.duration.unit.seconds.plural={0}ьДˆ +luckperms.duration.unit.seconds.singular={0}ьДˆ +luckperms.duration.unit.seconds.short={0}ьДˆ +luckperms.duration.since={0} ь „ +luckperms.command.misc.invalid-code=ь˜ЌыА”ыЅДьЇ€ ь•Šь€ ьН”ы“œ +luckperms.command.misc.response-code-key=ь‘ы‹Е ьН”ы“œ +luckperms.command.misc.error-message-key=ыЉ”ь‹œьЇ€ +luckperms.command.misc.bytebin-unable-to-communicate=bytebinъГМ(ь™€) э†Еь‹ э•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.misc.webapp-unable-to-communicate=ь›Й ь•Бь— ь—АъВАэ•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.misc.check-console-for-errors=ь͘ь†”ь—ь„œ ь˜ЄыЅ˜ыЅМ э™•ьИэ•˜ь„Иьš” +luckperms.command.misc.file-must-be-in-data=эŒŒьМ {0}ь€(ыŠ”) ыАьДэ„А ы””ы ‰э„АыІЌ ыА”ыЁœ ь•„ыž˜ ьœ„ьɘэ•Дь•М э•Љы‹ˆы‹Є +luckperms.command.misc.wait-to-finish=ь™„ыЃŒы  ы•ŒъЙŒьЇ€ ъИАы‹ЄыІА э›„ ы‹Єь‹œ ь‹œы„э•˜ь‹­ь‹œь˜Є +luckperms.command.misc.invalid-priority=ьœ эšЈэ•˜ьЇ€ ь•Šь€ ьšАь„  ьˆœьœ„ {0} +luckperms.command.misc.expected-number=ьˆЋьžъА€ э•„ьš”э•Љы‹ˆы‹Є +luckperms.command.misc.date-parse-error=ы‚ ьЇœ {0}ь„(ыЅМ) ыЖ„ь„э•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.misc.date-in-past-error=ы‚ ьЇœыŠ” ъГМъБАыЁœ ь„Єь •э•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.misc.page={0} эŽ˜ьДьЇ€ (ьД {1} эŽ˜ьДьЇ€) +luckperms.command.misc.page-entries={0}ъАœь˜ э•­ыЊЉ +luckperms.command.misc.none=ь—†ьŒ +luckperms.command.misc.loading.error.unexpected=ь˜ˆьƒьɘ ыЊЛэ•œ ь˜ЄыЅ˜ъА€ ыАœьƒэ–ˆьŠЕы‹ˆы‹Є +luckperms.command.misc.loading.error.user=ь‚ЌьšЉьžъА€ ыЁœы“œы˜ьЇ€ ь•Šь•˜ьŠЕы‹ˆы‹Є +luckperms.command.misc.loading.error.user-specific=ыŒ€ьƒ ь‚ЌьšЉьž {0}ь„(ыЅМ) ыЁœы“œэ•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.misc.loading.error.user-not-found=ь‚ЌьšЉьž {0}ь„(ыЅМ) ьАОь„ ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.misc.loading.error.user-save-error={0}ь— ыŒ€э•œ ь‚ЌьšЉьž ыАьДэ„АыЅМ ь €ьžЅэ•˜ыŠ” ы„ьЄ‘ ь˜ЄыЅ˜ъА€ ыАœьƒэ–ˆьŠЕы‹ˆы‹Є +luckperms.command.misc.loading.error.user-not-online=ь‚ЌьšЉьž {0}ь€(ыŠ”) ь˜ЈыМьИьД ь•„ы‹™ы‹ˆы‹Є +luckperms.command.misc.loading.error.user-invalid={0}ь€(ыŠ”) ь˜ЌыА”ыЅИ ь‚ЌьšЉьž э˜Йь€ UUIDъА€ ь•„ы‹™ы‹ˆы‹Є +luckperms.command.misc.loading.error.user-not-uuid=ыŒ€ьƒ ь‚ЌьšЉьž {0}ь€(ыŠ”) ь˜ЌыА”ыЅДьЇ€ ь•Šь€ UUIDьž…ы‹ˆы‹Є +luckperms.command.misc.loading.error.group=ъЗИыЃЙьД ыЁœы“œы˜ьЇ€ ь•Šь•˜ьŠЕы‹ˆы‹Є +luckperms.command.misc.loading.error.all-groups=ыЊЈы“  ъЗИыЃЙь„ ыЖˆыŸЌь˜Ќ ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.misc.loading.error.group-not-found=ъЗИыЃЙ {0}ь„(ыЅМ) ьАОь„ ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.misc.loading.error.group-save-error={0}ь— ыŒ€э•œ ъЗИыЃЙ ыАьДэ„АыЅМ ь €ьžЅэ•˜ыŠ” ы„ьЄ‘ ь˜ЄыЅ˜ъА€ ыАœьƒэ–ˆьŠЕы‹ˆы‹Є +luckperms.command.misc.loading.error.group-invalid={0}ь€(ыŠ”) ь˜ЌыА”ыЅДьЇ€ ь•Šь€ ъЗИыЃЙ ьДыІ„ьž…ы‹ˆы‹Є +luckperms.command.misc.loading.error.track=эŠИыž™ьД ыЁœы“œы˜ьЇ€ ь•Šь•˜ьŠЕы‹ˆы‹Є +luckperms.command.misc.loading.error.all-tracks=ыЊЈы“  эŠИыž™ь„ ыЁœы“œэ•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.misc.loading.error.track-not-found=эŠИыž™ {0}ь„(ыЅМ) ьАОь„ ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.misc.loading.error.track-save-error={0}ь— ыŒ€э•œ эŠИыž™ ыАьДэ„АыЅМ ь €ьžЅэ•˜ыŠ” ы„ьЄ‘ ь˜ЄыЅ˜ъА€ ыАœьƒэ–ˆьŠЕы‹ˆы‹Є +luckperms.command.misc.loading.error.track-invalid={0}ь€(ыŠ”) ь˜ЌыА”ыЅДьЇ€ ь•Šь€ эŠИыž™ ьДыІ„ьž…ы‹ˆы‹Є +luckperms.command.editor.no-match=эŽИьЇ‘ъИАыЅМ ь—Д ьˆ˜ ь—†ьŠЕы‹ˆы‹Є. ьš”ъЕЌэ•˜ыŠ” ьœ э˜•ъГМ ьМьɘэ•˜ыŠ” ъАœьВДъА€ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.editor.start=ьƒˆыЁœьšД эŽИьЇ‘ъИА ь„Иь…˜ь„ ьЄ€ыЙ„э•˜ыŠ” ьЄ‘ьž…ы‹ˆы‹Є. ьž ь‹œыЇŒ ъИАы‹Єы Є ьЃМь„Иьš”... +luckperms.command.editor.url=ь•„ыž˜ ыЇэЌыЅМ эДыІ­э•˜ь—Ќ ь—ы””э„АыЅМ ь—Д ьˆ˜ ьžˆьŠЕы‹ˆы‹Є +luckperms.command.editor.unable-to-communicate=ь—ы””э„Аь— ь—АъВАэ•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є. +luckperms.command.editor.apply-edits.success=ь›Й эŽИьЇ‘ъИА ыАьДэ„АъА€ {0} {1}ь— ь„БъГЕь ьœМыЁœ ь ьšЉы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.editor.apply-edits.success-summary={0} {1} ъГМ(ь™€) {2} {3} +luckperms.command.editor.apply-edits.success.additions=ьЖ”ъА€ +luckperms.command.editor.apply-edits.success.additions-singular=ьЖ”ъА€ +luckperms.command.editor.apply-edits.success.deletions=ь‚­ь œ +luckperms.command.editor.apply-edits.success.deletions-singular=ь‚­ь œ +luckperms.command.editor.apply-edits.no-changes=ь›Й эŽИьЇ‘ъИАь—ь„œ ыГ€ъВНыœ ь‚Ќэ•­ьД ь—†ь—ˆьœМыЉА, ыА˜э™˜ыœ ыАьДэ„Аь— ыГ€ъВНыœ ы‚ДьšЉьД эЌэ•Јы˜ь–Д ьžˆьЇ€ ь•Šь•˜ьŠЕы‹ˆы‹Є +luckperms.command.editor.apply-edits.unknown-type=ьЇ€ь •ыœ ъАœьВД ьœ э˜•ь— ыГ€ъВН ь‚Ќэ•­ь„ ь ьšЉэ•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.editor.apply-edits.unable-to-read=ьЃМь–ДьЇ„ ьН”ы“œыЅМ ь‚ЌьšЉэ•Д ыАьДэ„АыЅМ ьНь„ ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.search.searching.permission={0}ь— ыŒ€э•œ ь‚ЌьšЉьž ыА ъЗИыЃЙь„ ъВ€ьƒ‰э•Љы‹ˆы‹Є +luckperms.command.search.searching.inherit={0}ь—ь„œ ьƒь†ыœ ь‚ЌьšЉьž ыА ъЗИыЃЙь„ ъВ€ьƒ‰э•Љы‹ˆы‹Є +luckperms.command.search.result={1}ыЊ…ь˜ ь‚ЌьšЉьžь™€ {2}ъАœь˜ ъЗИыЃЙь—ь„œ {0}ъАœь˜ э•­ыЊЉь„ ьАОь•˜ьŠЕы‹ˆы‹Є +luckperms.command.search.result.default-notice=ьАИъГ \: ъИАыГИ ъЗИыЃЙь˜ ъЕЌь„Бь›ь„ ъВ€ьƒ‰э•  ы•Œ ы‹ЄыЅИ ъЖŒэ•œьД ь—†ыŠ” ь˜Єэ”„ыМьИ э”Œы ˆьДь–ДыŠ” э‘œь‹œы˜ьЇ€ ь•ŠьŠЕы‹ˆы‹Є\! +luckperms.command.search.showing-users=ь‚ЌьšЉьž э•­ыЊЉ э‘œь‹œ +luckperms.command.search.showing-groups=ъЗИыЃЙ э•­ыЊЉ э‘œь‹œ +luckperms.command.tree.start=ъЖŒэ•œ эŠИыІЌыЅМ ьƒь„Бэ•˜ъГ  ьžˆьŠЕы‹ˆы‹Є. ьž ь‹œыЇŒ ъИАы‹Єы Є ьЃМь„Иьš”... +luckperms.command.tree.empty=эŠИыІЌыЅМ ьƒь„Бэ•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є, ъВАъГМыЅМ ьАОьЇ€ ыЊЛэ–ˆьŠЕы‹ˆы‹Є +luckperms.command.tree.url=ъЖŒэ•œ эŠИыІЌ URL +luckperms.command.verbose.invalid-filter={0}ь€(ыŠ”) ьœ эšЈэ•˜ьЇ€ ь•Šь€ ьžь„Иэ•œ э•„э„Аьž…ы‹ˆы‹Є +luckperms.command.verbose.enabled={1}ъГМ(ь™€) ьМьɘэ•˜ыŠ” ъВƒь— ыŒ€э•œ ьžь„Иэ•œ ыЁœъЙ… {0} +luckperms.command.verbose.command-exec={0}ьД(ъА€) ыЊ…ы Й {1}ь„(ыЅМ) ъА•ь œыЁœ ь‹Єэ–‰э•˜ы„ыЁ э•˜ъГ , ыЊЈы“  ъВ€ь‚ЌыЅМ ыГДъГ э•Љы‹ˆы‹Є... +luckperms.command.verbose.off=ьžь„Иэ•œ ыЁœъЙ… {0} +luckperms.command.verbose.command-exec-complete=ыЊ…ы Йь–Д ь‹Єэ–‰ь„ ь™„ыЃŒэ–ˆьŠЕы‹ˆы‹Є +luckperms.command.verbose.command.no-checks=ыЊ…ы Йь–Д ь‹Єэ–‰ьД ь™„ыЃŒы˜ь—ˆьЇ€ыЇŒ, ъЖŒэ•œ э™•ьИьД ьДыЃЈь–ДьЇ€ьЇ€ ь•Šь•˜ьŠЕы‹ˆы‹Є +luckperms.command.verbose.command.possibly-async=э”ŒыŸЌъЗИьИьД ыАБъЗИыМьšДы“œ(ыЙ„ы™ъИА)ь—ь„œ ыЊ…ы Йь„ ь‹Єэ–‰э•˜ъИА ы•ŒыЌИьМ ьˆ˜ ьžˆьŠЕы‹ˆы‹Є +luckperms.command.verbose.command.try-again-manually=ь•„ьЇ ьžь„Иэ•œ ыЁœъЙ…ь„ ь‚ЌьšЉэ•˜ь—Ќ ьДь™€ ъА™ь€ ъВ€ь‚ЌыЅМ ъАьЇ€э•  ьˆ˜ ьžˆьŠЕы‹ˆы‹Є +luckperms.command.verbose.enabled-recording={1}ъГМ(ь™€) ьМьɘэ•˜ыŠ” ъВƒь— ыŒ€э•œ ьžь„Иэ•œ ъИАыЁ {0} +luckperms.command.verbose.uploading=ьžь„Иэ•œ ыЁœъЙ… {0}, ъВАъГМ ь—…ыЁœы“œ ьЄ‘... +luckperms.command.verbose.url=ьžь„Иэ•œ ъВАъГМ URL +luckperms.command.verbose.enabled-term=э™œь„Бэ™”ыЈ +luckperms.command.verbose.disabled-term=ыЙ„э™œь„Бэ™”ыЈ +luckperms.command.verbose.query-any=ь•„ыЌДъБАы‚˜ +luckperms.command.info.running-plugin=ь‹Єэ–‰ ьЄ‘\: +luckperms.command.info.platform-key=э”ŒыžЋэМ +luckperms.command.info.server-brand-key=ь„œыВ„ ыИŒыžœы“œ +luckperms.command.info.server-version-key=ь„œыВ„ ыВ„ь „ +luckperms.command.info.storage-key=ь €ьžЅ ъГЕъА„ +luckperms.command.info.storage-type-key=ьœ э˜• +luckperms.command.info.storage.meta.split-types-key=ьœ э˜• +luckperms.command.info.storage.meta.ping-key=э•‘ +luckperms.command.info.storage.meta.connected-key=ь—АъВАыЈ +luckperms.command.info.storage.meta.file-size-key=эŒŒьМ эЌъИА +luckperms.command.info.extensions-key=э™•ьžЅ ъИАыŠЅ +luckperms.command.info.messaging-key=ыЉ”ь‹œьЇ• +luckperms.command.info.instance-key=ьИьŠЄэ„ДьŠЄ +luckperms.command.info.static-contexts-key=ь •ь  ьЛЈэ…ьŠЄэŠИ +luckperms.command.info.online-players-key=ь˜ЈыМьИ э”Œы ˆьДь–Д +luckperms.command.info.online-players-unique=эŠЙьДэ•œ {0} +luckperms.command.info.uptime-key=ь—…эƒ€ьž„ +luckperms.command.info.local-data-key=ыЁœьЛЌ ыАьДэ„А +luckperms.command.info.local-data={0} ь‚ЌьšЉьž, {1} ъЗИыЃЙ, {2} эŠИыž™ +luckperms.command.generic.create.success={0}(ьД)ъА€ ь„БъГЕь ьœМыЁœ ьƒь„Бы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.generic.create.error={0}(ь„)ыЅМ ьƒь„Бэ•˜ыŠ” ы„ьЄ‘ ь˜ЄыЅ˜ъА€ ыАœьƒэ•˜ь˜€ьŠЕы‹ˆы‹Є +luckperms.command.generic.create.error-already-exists={0}(ьД)ъА€ ьДыЏИ ьЁДьžЌэ•Љы‹ˆы‹Є\! +luckperms.command.generic.delete.success={0}(ьД)ъА€ ь„БъГЕь ьœМыЁœ ь‚­ь œы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.generic.delete.error={0}(ь„)ыЅМ ь‚­ь œэ•˜ыŠ” ы„ьЄ‘ ь˜ЄыЅ˜ъА€ ыАœьƒэ–ˆьŠЕы‹ˆы‹Є +luckperms.command.generic.delete.error-doesnt-exist={0}ь€(ыŠ”) ьЁДьžЌэ•˜ьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.generic.rename.success={0}ь˜ ьДыІ„ьД {1}(ьœМ)ыЁœ ыГ€ъВНы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.generic.clone.success={0}ь„(ыЅМ) {1}ьœМ(ыЁœ) ыГЕь œэ–ˆьŠЕы‹ˆы‹Є +luckperms.command.generic.info.parent.title=ьƒьœ„ ъЗИыЃЙ +luckperms.command.generic.info.parent.temporary-title=ьМь‹œь ьИ ьƒьœ„ ъЗИыЃЙ +luckperms.command.generic.info.expires-in=ыЇŒыЃŒы˜ъИАъЙŒьЇ€ +luckperms.command.generic.info.inherited-from=ьƒь†ыœ ъАœьВД\: +luckperms.command.generic.info.inherited-from-self=ьžь‹  +luckperms.command.generic.show-tracks.title={0}ь˜ эŠИыž™ +luckperms.command.generic.show-tracks.empty={0}ь€(ыŠ”) эŠИыž™ь„ ъА€ьЇ€ъГ  ьžˆьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.generic.clear.node-removed=ы…Иы“œ {0}ьД(ъА€) ь œъБАы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.generic.clear.node-removed-singular=ы…Иы“œ {0}ьД(ъА€) ь œъБАы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.generic.clear=ы…Иы“œ {0}ьД(ъА€) {1} ьЛЈэ…ьŠЄэŠИь—ь„œ ь œъБАы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.generic.permission.info.title={0}ь˜ ъЖŒэ•œ +luckperms.command.generic.permission.info.empty={0}ь— ь„Єь •ыœ ъЖŒэ•œьД ь—†ьŠЕы‹ˆы‹Є +luckperms.command.generic.permission.info.click-to-remove=эДыІ­э•˜ь—Ќ {0}ь—ь„œ ьД ы…Иы“œыЅМ ь œъБАэ•Љы‹ˆы‹Є +luckperms.command.generic.permission.check.info.title={0}ь— ыŒ€э•œ ъЖŒэ•œ ь •ыГД +luckperms.command.generic.permission.check.info.directly={0}ь€(ыŠ”) {3} ьЛЈэ…ьŠЄэŠИь—ь„œ {2}ьœМ(ыЁœ) ь„Єь •ыœ {1}ь„(ыЅМ) ъА€ьЇ€ъГ  ьžˆьŠЕы‹ˆы‹Є +luckperms.command.generic.permission.check.info.inherited={0}ь€(ыŠ”) {4} ьЛЈэ…ьŠЄэŠИь—ь„œ {2}ьœМ(ыЁœ) ь„Єь •ыœ {1}ь„(ыЅМ) {3}ь— ь˜э•Д ьƒь†ыА›ъГ  ьžˆьŠЕы‹ˆы‹Є +luckperms.command.generic.permission.check.info.not-directly={0}ь—ъВŒ {1}ьД(ъА€) ь„Єь •ы˜ь–Д ьžˆьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.generic.permission.check.info.not-inherited={0}ь€(ыŠ”) {1}ь„(ыЅМ) ьƒь†э•˜ьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.generic.permission.check.result.title={0}ь— ыŒ€э•œ ъЖŒэ•œ ъВ€ь‚Ќ +luckperms.command.generic.permission.check.result.result-key=ъВАъГМ +luckperms.command.generic.permission.check.result.processor-key=э”„ыЁœь„Иь„œ +luckperms.command.generic.permission.check.result.cause-key=ь›ьИ +luckperms.command.generic.permission.check.result.context-key=ьЛЈэ…ьŠЄэŠИ +luckperms.command.generic.permission.set={2}ь˜ {0}ь„(ыЅМ) {3} ьЛЈэ…ьŠЄэŠИь— ыŒ€э•Д {1}ьœМ(ыЁœ) ь„Єь •э–ˆьŠЕы‹ˆы‹Є +luckperms.command.generic.permission.already-has={0}ь€(ыŠ”) {2} ьЛЈэ…ьŠЄэŠИь— ыŒ€э•œ {1}ь„(ыЅМ) ьДыЏИ ъА€ьЇ€ъГ  ьžˆьŠЕы‹ˆы‹Є +luckperms.command.generic.permission.set-temp={2}ь˜ {0}ь„(ыЅМ) {4} ьЛЈэ…ьŠЄэŠИь— ыŒ€э•Д {3} ы™ь•ˆ {1}ьœМ(ыЁœ) ь„Єь •э–ˆьŠЕы‹ˆы‹Є +luckperms.command.generic.permission.already-has-temp={0}ь€(ыŠ”) {2} ьЛЈэ…ьŠЄэŠИь— ыŒ€э•œ ьМь‹œь ьИ {1}ь„(ыЅМ) ьДыЏИ ъА€ьЇ€ъГ  ьžˆьŠЕы‹ˆы‹Є +luckperms.command.generic.permission.unset={1}ь˜ {2} ьЛЈэ…ьŠЄэŠИь— ыŒ€э•œ {0}ь„(ыЅМ) ьДˆъИАэ™” э–ˆьŠЕы‹ˆы‹Є +luckperms.command.generic.permission.doesnt-have={0}ь˜ {2} ьЛЈэ…ьŠЄэŠИь— ыŒ€э•œ {1}ь€(ыŠ”) ь„Єь •ы˜ь–Д ьžˆьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.generic.permission.unset-temp={1}ь˜ {2} ьЛЈэ…ьŠЄэŠИь— ыŒ€э•œ ьМь‹œь ьИ {0}ь„(ыЅМ) ьДˆъИАэ™” э–ˆьŠЕы‹ˆы‹Є +luckperms.command.generic.permission.subtract={2}ь˜ {0}ь„(ыЅМ) {4} ьЛЈэ…ьŠЄэŠИь— ыŒ€э•Д {3} ы™ь•ˆ {1}ьœМ(ыЁœ) ь„Єь •э–ˆьŠЕы‹ˆы‹Є (ьДь „ыГДы‹Є {5} ъАь†Œ) +luckperms.command.generic.permission.doesnt-have-temp={0}ь˜ {2} ьЛЈэ…ьŠЄэŠИь— ыŒ€э•œ ьМь‹œь ьИ {1}ь€(ыŠ”) ь„Єь •ы˜ь–Д ьžˆьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.generic.permission.clear={1} ьЛЈэ…ьŠЄэŠИь— ыŒ€э•œ {0}ь˜ ыЊЈы“  ъЖŒэ•œьД ьДˆъИАэ™” ы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.generic.parent.info.title={0}ь˜ ьƒьœ„ э•­ыЊЉ +luckperms.command.generic.parent.info.empty={0}ь€(ыŠ”) ьƒьœ„ э•­ыЊЉьД ьЇ€ь •ы˜ьЇ€ ь•Šь•˜ьŠЕы‹ˆы‹Є +luckperms.command.generic.parent.info.click-to-remove=эДыІ­э•˜ь—Ќ {0}ь—ь„œ ьД ьƒьœ„ э•­ыЊЉь„ ь œъБАэ•Љы‹ˆы‹Є +luckperms.command.generic.parent.add={0}ь€(ыŠ”) ьДь œ {2} ьЛЈэ…ьŠЄэŠИь—ь„œ {1}ь˜ ъЖŒэ•œь„ ьƒь†э•Љы‹ˆы‹Є +luckperms.command.generic.parent.add-temp={0}ь€(ыŠ”) ьДь œ {2} ы™ь•ˆ {3} ьЛЈэ…ьŠЄэŠИь—ь„œ {1}ь˜ ъЖŒэ•œь„ ьƒь†э•Љы‹ˆы‹Є +luckperms.command.generic.parent.set={0}ь˜ ъИАьЁД ьƒьœ„ ъЗИыЃЙьД ь œъБАы˜ь—ˆьœМыЉА, ьДь œ {2} ьЛЈэ…ьŠЄэŠИь—ь„œ {1}ь˜ ъЖŒэ•œь„ ьƒь†э•Љы‹ˆы‹Є +luckperms.command.generic.parent.set-track=эŠИыž™ {1}ь— ьžˆыŠ” {0}ь˜ ъИАьЁД ьƒьœ„ ъЗИыЃЙьД ь œъБАы˜ь—ˆьœМыЉА, ьДь œ {3} ьЛЈэ…ьŠЄэŠИь—ь„œ {2}ь˜ ъЖŒэ•œь„ ьƒь†э•Љы‹ˆы‹Є +luckperms.command.generic.parent.remove={0}ь€(ыŠ”) ы” ьДьƒ {2} ьЛЈэ…ьŠЄэŠИь—ь„œ {1}ь˜ ъЖŒэ•œь„ ьƒь†ыА›ьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.generic.parent.remove-temp={0}ь€(ыŠ”) ы” ьДьƒ {2} ьЛЈэ…ьŠЄэŠИь—ь„œ {1}ь˜ ъЖŒэ•œь„ ьМь‹œь ьœМыЁœ ьƒь†ыА›ьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.generic.parent.subtract={0}ь€(ыŠ”) {2} ы™ь•ˆ {3} ьЛЈэ…ьŠЄэŠИь—ь„œ {1}ь˜ ъЖŒэ•œь„ ьƒь†ыА›ь„ ъВƒьž…ы‹ˆы‹Є. (ьДь „ыГДы‹Є {4} ъАь†Œ) +luckperms.command.generic.parent.clear={0}ь˜ ьƒьœ„ э•­ыЊЉьД {1} ьЛЈэ…ьŠЄэŠИь—ь„œ ь‚­ь œы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.generic.parent.clear-track=эŠИыž™ {1}ь— ьžˆыŠ” {0}ь˜ ьƒьœ„ э•­ыЊЉьД {2} ьЛЈэ…ьŠЄэŠИь—ь„œ ь œъБАы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.generic.parent.already-inherits={0}ь€(ыŠ”) ьДыЏИ {2} ьЛЈэ…ьŠЄэŠИь—ь„œ {1}ь—ъВŒ ьƒь†ыА›ъГ  ьžˆьŠЕы‹ˆы‹Є +luckperms.command.generic.parent.doesnt-inherit={0}ь€(ыŠ”) {2} ьЛЈэ…ьŠЄэŠИь—ь„œ {1}ь—ъВŒ ьƒь†ыА›ъГ  ьžˆьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.generic.parent.already-temp-inherits={0}ь€(ыŠ”) ьДыЏИ {2} ьЛЈэ…ьŠЄэŠИь—ь„œ {1}ь—ъВŒ ьМь‹œь ьœМыЁœ ьƒь†ыА›ъГ  ьžˆьŠЕы‹ˆы‹Є +luckperms.command.generic.parent.doesnt-temp-inherit={0}ь€(ыŠ”) {2} ьЛЈэ…ьŠЄэŠИь—ь„œ {1}ь—ъВŒ ьМь‹œь ьœМыЁœ ьƒь†ыА›ъГ  ьžˆьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.generic.chat-meta.info.title-prefix={0}ь˜ ь ‘ы‘ь‚Ќ +luckperms.command.generic.chat-meta.info.title-suffix={0}ь˜ ь ‘ыЏИь‚Ќ +luckperms.command.generic.chat-meta.info.none-prefix={0}ь€(ыŠ”) ь ‘ы‘ь‚ЌыЅМ ъА€ьЇ€ъГ  ьžˆьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.generic.chat-meta.info.none-suffix={0}ь€(ыŠ”) ь ‘ыЏИь‚ЌыЅМ ъА€ьЇ€ъГ  ьžˆьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.generic.chat-meta.info.click-to-remove=эДыІ­э•˜ь—Ќ {1}ь—ь„œ {0}ь„(ыЅМ) ь œъБАэ•Љы‹ˆы‹Є +luckperms.command.generic.chat-meta.already-has={0}ь€(ыŠ”) ьДыЏИ {4} ьЛЈэ…ьŠЄэŠИь—ь„œ ьšАь„  ьˆœьœ„ъА€ {3}ьœМ(ыЁœ) ь„Єь •ыœ {1} {2}ь„(ыЅМ) ъА€ьЇ€ъГ  ьžˆьŠЕы‹ˆы‹Є +luckperms.command.generic.chat-meta.already-has-temp={0}ь€(ыŠ”) ьДыЏИ {4} ьЛЈэ…ьŠЄэŠИь—ь„œ ьšАь„  ьˆœьœ„ъА€ {3}ьœМ(ыЁœ) ь„Єь •ыœ ьž„ь‹œь ьИ {1} {2}ь„(ыЅМ) ъА€ьЇ€ъГ  ьžˆьŠЕы‹ˆы‹Є +luckperms.command.generic.chat-meta.doesnt-have={0}ь€(ыŠ”) {4} ьЛЈэ…ьŠЄэŠИь—ь„œ ьšАь„  ьˆœьœ„ъА€ {3}ьœМ(ыЁœ) ь„Єь •ыœ {1} {2}ь„(ыЅМ) ъА€ьЇ€ъГ  ьžˆьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.generic.chat-meta.doesnt-have-temp={0}ь€(ыŠ”) {4} ьЛЈэ…ьŠЄэŠИь—ь„œ ьšАь„  ьˆœьœ„ъА€ {3}ьœМ(ыЁœ) ь„Єь •ыœ ьž„ь‹œь ьИ {1} {2}ь„(ыЅМ) ъА€ьЇ€ъГ  ьžˆьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.generic.chat-meta.add={0}ь€(ыŠ”) ьДь œ {4} ьЛЈэ…ьŠЄэŠИь—ь„œ ьšАь„  ьˆœьœ„ъА€ {3}ьœМ(ыЁœ) ь„Єь •ыœ {1} {2}ь„(ыЅМ) ъА€ьЇ‘ы‹ˆы‹Є +luckperms.command.generic.chat-meta.add-temp={0}ь€(ыŠ”) ьДь œ {5} ьЛЈэ…ьŠЄэŠИь—ь„œ ьšАь„  ьˆœьœ„ъА€ {3}ьœМ(ыЁœ) ь„Єь •ыœ {1} {2}ь„(ыЅМ) {4} ы™ь•ˆ ъА€ьЇ‘ы‹ˆы‹Є +luckperms.command.generic.chat-meta.remove={0}ь€(ыŠ”) ьДь œ {4} ьЛЈэ…ьŠЄэŠИь—ь„œ ьšАь„  ьˆœьœ„ъА€ {3}ьœМ(ыЁœ) ь„Єь •ыœ {1} {2}ь„(ыЅМ) ъА€ьЇ€ьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.generic.chat-meta.remove-bulk={0}ь€(ыŠ”) ьДь œ {3} ьЛЈэ…ьŠЄэŠИь—ь„œ ьšАь„  ьˆœьœ„ъА€ {2}ьИ ыЊЈы“  {1}ь„(ыЅМ) ъА€ьЇ€ьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.generic.chat-meta.remove-temp={0}ь€(ыŠ”) ьДь œ {4} ьЛЈэ…ьŠЄэŠИь—ь„œ ьšАь„  ьˆœьœ„ъА€ {3}ьИ ьМь‹œь ьИ {1} {2}ь„(ыЅМ) ъА€ьЇ€ьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.generic.chat-meta.remove-temp-bulk={0}ь€(ыŠ”) ьДь œ {3} ьЛЈэ…ьŠЄэŠИь—ь„œ ьšАь„  ьˆœьœ„ъА€ {2}ьИ ыЊЈы“  ьМь‹œь ьИ {1}ь„(ыЅМ) ъА€ьЇ€ьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.generic.meta.info.title={0}ь˜ ыЉ”эƒ€ ыАьДэ„А +luckperms.command.generic.meta.info.none={0}ь€(ыŠ”) ыЉ”эƒ€ ыАьДэ„АыЅМ ъА€ьЇ€ъГ  ьžˆьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.generic.meta.info.click-to-remove=эДыІ­э•˜ь—Ќ {0}ь—ь„œ ьД ыЉ”эƒ€ ыАьДэ„А ы…Иы“œыЅМ ь œъБАэ•Љы‹ˆы‹Є +luckperms.command.generic.meta.already-has={0}ь€(ыŠ”) {3} ьЛЈэ…ьŠЄэŠИь—ь„œ {2}ьœМ(ыЁœ) ь„Єь •ыœ ыЉ”эƒ€ ыАьДэ„А э‚Є {1}ь„(ыЅМ) ьДыЏИ ъА€ьЇ€ъГ  ьžˆьŠЕы‹ˆы‹Є +luckperms.command.generic.meta.already-has-temp={0}ь€(ыŠ”) {3} ьЛЈэ…ьŠЄэŠИь—ь„œ {2}ьœМ(ыЁœ) ьž„ь‹œь ьœМыЁœ ь„Єь •ыœ ыЉ”эƒ€ ыАьДэ„А э‚Є {1}ь„(ыЅМ) ьДыЏИ ъА€ьЇ€ъГ  ьžˆьŠЕы‹ˆы‹Є +luckperms.command.generic.meta.doesnt-have={0}ь˜ {2} ьЛЈэ…ьŠЄэŠИь— ыŒ€э•œ ыЉ”эƒ€ ыАьДэ„А э‚Є {1}ь€(ыŠ”) ь„Єь •ы˜ь–Д ьžˆьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.generic.meta.doesnt-have-temp={0}ь˜ {2} ьЛЈэ…ьŠЄэŠИь— ыŒ€э•œ ьМь‹œь ьИ ыЉ”эƒ€ ыАьДэ„А э‚Є {1}ь€(ыŠ”) ь„Єь •ы˜ь–Д ьžˆьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.generic.meta.set={2}ь˜ ыЉ”эƒ€ ыАьДэ„А э‚Є {0}ь„(ыЅМ) ьЛЈэ…ьŠЄэŠИ {3}ь— ыŒ€э•Д {1}ьœМ(ыЁœ) ь„Єь •э–ˆьŠЕы‹ˆы‹Є +luckperms.command.generic.meta.set-temp={2}ь˜ ыЉ”эƒ€ ыАьДэ„А э‚Є {0}ь„(ыЅМ) ьЛЈэ…ьŠЄэŠИ {4}ь— ыŒ€э•Д {3} ы™ь•ˆ {1}ьœМ(ыЁœ) ьœ ьЇ€ы˜ы„ыЁ ь„Єь •э–ˆьŠЕы‹ˆы‹Є +luckperms.command.generic.meta.unset={1}ь˜ ыЉ”эƒ€ ыАьДэ„А э‚Є {0}ь„(ыЅМ) {2} ьЛЈэ…ьŠЄэŠИь— ыŒ€э•Д ьДˆъИАэ™” э–ˆьŠЕы‹ˆы‹Є +luckperms.command.generic.meta.unset-temp={1}ь˜ ьМь‹œь ьИ ыЉ”эƒ€ ыАьДэ„А э‚Є {0}ь„(ыЅМ) {2} ьЛЈэ…ьŠЄэŠИь— ыŒ€э•Д ьДˆъИАэ™” э–ˆьŠЕы‹ˆы‹Є +luckperms.command.generic.meta.clear={0}ь˜ {1}ъГМ(ь™€) ьМьɘэ•˜ыŠ” ыЉ”эƒ€ ыАьДэ„А ьœ э˜•ьД {2} ьЛЈэ…ьŠЄэŠИь—ь„œ ь—ь„œ ь œъБАы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.generic.contextual-data.title=ыЌИыЇЅ ыАьДэ„А +luckperms.command.generic.contextual-data.mode.key=ыЊЈы“œ +luckperms.command.generic.contextual-data.mode.server=ь„œыВ„ +luckperms.command.generic.contextual-data.mode.active-player=э™œь„Б э”Œы ˆьДь–Д +luckperms.command.generic.contextual-data.contexts-key=ьЛЈэ…ьŠЄэŠИ +luckperms.command.generic.contextual-data.prefix-key=ь ‘ы‘ь‚Ќ +luckperms.command.generic.contextual-data.suffix-key=ь ‘ыЏИь‚Ќ +luckperms.command.generic.contextual-data.primary-group-key=ъИАыГИ ъЗИыЃЙ +luckperms.command.generic.contextual-data.meta-key=ыЉ”эƒ€ ыАьДэ„А +luckperms.command.generic.contextual-data.null-result=ь—†ьŒ +luckperms.command.user.info.title=ь‚ЌьšЉьž ь •ыГД +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=ьœ э˜• +luckperms.command.user.info.uuid-type.mojang=ыЊЈьžЅ +luckperms.command.user.info.uuid-type.not-mojang=ь˜Єэ”„ыМьИ +luckperms.command.user.info.status-key=ьƒэƒœ +luckperms.command.user.info.status.online=ь˜ЈыМьИ +luckperms.command.user.info.status.offline=ь˜Єэ”„ыМьИ +luckperms.command.user.removegroup.error-primary=ь‚ЌьšЉьžыЅМ ъИАыГИ ъЗИыЃЙь—ь„œ ь œъБАэ•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.user.primarygroup.not-member={0}ь€(ыŠ”) ь•„ьЇ {1} ь†Œь†ьД ь•„ы‹™ы‹ˆы‹Є. ьЇ€ъИˆ ьЖ”ъА€э•ДыГДь„Иьš” +luckperms.command.user.primarygroup.already-has={0}ь€(ыŠ”) ьДыЏИ {1}ь„(ыЅМ) ъИАыГИ ъЗИыЃЙьœМыЁœ ь„Єь •э–ˆьŠЕы‹ˆы‹Є +luckperms.command.user.primarygroup.warn-option=ъВНъГ \: ьД ь„œыВ„({0})ь—ь„œ ь‚ЌьšЉ ьЄ‘ьИ ъИАыГИ ъЗИыЃЙ ъГ„ь‚А ыАЉыВ•ь€ ыГ€ъВН ь‚Ќэ•­ь„ ыА˜ь˜э•˜ьЇ€ ь•Šь„ ьˆ˜ы„ ьžˆьŠЕы‹ˆы‹Є +luckperms.command.user.primarygroup.set={0}ь˜ ъИАыГИ ъЗИыЃЙьД {1}ьœМ(ыЁœ) ь„Єь •ы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.user.track.error-not-contain-group={0}ь€(ыŠ”) {1}ь˜ ь–Ды–Є ъЗИыЃЙь—ы„ ь†э•Д ьžˆьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.user.track.unsure-which-track=ь‚ЌьšЉэ•  эŠИыž™ьД э™•ь‹Єэ•˜ьЇ€ ь•ŠьŠЕы‹ˆы‹Є. ыЇЄъАœ ыГ€ьˆ˜ь— ьЇ€ь •э•Д ьЃМь„Иьš” +luckperms.command.user.track.missing-group-advice=ъЗИыЃЙь„ ыЇŒы“ЄъБАы‚˜ эŠИыž™ь—ь„œ ь œъБАэ•œ э›„ ы‹Єь‹œ ь‹œы„э•˜ь‹­ь‹œь˜Є +luckperms.command.user.promote.added-to-first={0}ь€(ыŠ”) {1}ь˜ ь–Ды–Є ъЗИыЃЙь—ы„ ь†э•Д ьžˆьЇ€ ь•ŠьœМыЏ€ыЁœ {3} ьЛЈэ…ьŠЄэŠИь—ь„œ {2} ьВЋыВˆьЇИ ъЗИыЃЙь— ьЖ”ъА€ы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.user.promote.not-on-track={0}ь€(ыŠ”) {1}ь˜ ь–Ды–Є ъЗИыЃЙь—ы„ ь†э•Д ьžˆьЇ€ ь•ŠьœМыЏ€ыЁœ ьŠЙъВЉы˜ьЇ€ ь•Šь•˜ьŠЕы‹ˆы‹Є +luckperms.command.user.promote.success={4} ьЛЈэ…ьŠЄэŠИь—ь„œ эŠИыž™ {1}ь„(ыЅМ) ы”АыМ {0}ь„(ыЅМ) {2}ь—ь„œ {3}ьœМ(ыЁœ) ьŠЙъВЉэ•Љы‹ˆы‹Є +luckperms.command.user.promote.end-of-track=эŠИыž™ {0}ь˜ ыЇˆьЇ€ыЇ‰ь— ы„ы‹Ќэ•˜ь—Ќ {1}ь„(ыЅМ) ы” ьДьƒ ьŠЙъВЉэ•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.user.promote.next-group-deleted=эŠИыž™ь˜ ы‹ЄьŒ ъЗИыЃЙ {0}ьД(ъА€) ы” ьДьƒ ьЁДьžЌэ•˜ьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.user.promote.unable-to-promote=ь‚ЌьšЉьžыЅМ ьŠЙъВЉь‹œэ‚Ќ ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.user.demote.success={4} ьЛЈэ…ьŠЄэŠИь—ь„œ эŠИыž™ {1}ь„(ыЅМ) ы”АыМ {0}ь„(ыЅМ) {2}ь—ь„œ {3}ьœМ(ыЁœ) ъА•ы“Бэ•Љы‹ˆы‹Є +luckperms.command.user.demote.end-of-track=эŠИыž™ {0}ь˜ ыЇˆьЇ€ыЇ‰ь— ы„ы‹Ќэ•˜ь—Ќ {1}ьД(ъА€) {2}ь—ь„œ ь œъБАы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.user.demote.end-of-track-not-removed=эŠИыž™ {0}ь˜ ыЇˆьЇ€ыЇ‰ь— ы„ы‹Ќэ•˜ь˜€ьЇ€ыЇŒ {1}ь€(ыŠ”) ьВЋ ыВˆьЇИ ъЗИыЃЙь—ь„œ ь œъБАы˜ьЇ€ ь•Šь•˜ьŠЕы‹ˆы‹Є +luckperms.command.user.demote.previous-group-deleted=эŠИыž™ь˜ ьДь „ ъЗИыЃЙ {0}ьД(ъА€) ы” ьДьƒ ьЁДьžЌэ•˜ьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.user.demote.unable-to-demote=ь‚ЌьšЉьžыЅМ ъА•ы“Бь‹œэ‚Ќ ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.group.list.title=ъЗИыЃЙ +luckperms.command.group.delete.not-default=ъИАыГИ ъЗИыЃЙь€ ь‚­ь œэ•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.group.info.title=ъЗИыЃЙ ь •ыГД +luckperms.command.group.info.display-name-key=э‘œь‹œ ьДыІ„ +luckperms.command.group.info.weight-key=ъА€ьЄ‘ьɘ +luckperms.command.group.setweight.set={1}ь˜ ъА€ьЄ‘ьɘыЅМ {0}ьœМ(ыЁœ) ь„Єь •э–ˆьŠЕы‹ˆы‹Є +luckperms.command.group.setdisplayname.doesnt-have={0}ь—ыŠ” э‘œь‹œ ьДыІ„ьД ь„Єь •ы˜ь–Д ьžˆьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.group.setdisplayname.already-has={0}ь€(ыŠ”) ьДыЏИ э‘œь‹œ ьДыІ„ {1}ь„(ыЅМ) ъА€ьЇ€ъГ  ьžˆьŠЕы‹ˆы‹Є +luckperms.command.group.setdisplayname.already-in-use=э‘œь‹œ ьДыІ„ {0}ь€(ыŠ”) ьДыЏИ {1}ь—ь„œ ь‚ЌьšЉы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.group.setdisplayname.set=ъЗИыЃЙ {1}ь˜ {2} ьЛЈэ…ьŠЄэŠИ э‘œь‹œ ьДыІ„ь„ {0}ьœМ(ыЁœ) ь„Єь •э–ˆьŠЕы‹ˆы‹Є +luckperms.command.group.setdisplayname.removed=ъЗИыЃЙ {0}ь˜ {1} ьЛЈэ…ьŠЄэŠИ э‘œь‹œ ьДыІ„ь„ ьДˆъИАэ™” э–ˆьŠЕы‹ˆы‹Є +luckperms.command.track.list.title=эŠИыž™ +luckperms.command.track.path.empty=ь—†ьŒ +luckperms.command.track.info.showing-track=эŠИыž™ э‘œь‹œ +luckperms.command.track.info.path-property=ъВНыЁœ +luckperms.command.track.clear={0}ь˜ ъЗИыЃЙ эŠИыž™ьД ь œъБАы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.track.append.success=ъЗИыЃЙ {0}ьД(ъА€) эŠИыž™ {1}ь— ьЖ”ъА€ы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.track.insert.success=ъЗИыЃЙ {0}ьД(ъА€) эŠИыž™ {1}ь˜ {2} ьœ„ьɘь— ь‚Ньž…ы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.track.insert.error-number=ь˜ˆьƒыœ ьˆЋьžьДьЇ€ыЇŒ ыŒ€ь‹  ьˆ˜ь‹ ы˜ь—ˆьŠЕы‹ˆы‹Є\: {0} +luckperms.command.track.insert.error-invalid-pos={0} ьœ„ьɘь— ь‚Ньž…э•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.track.insert.error-invalid-pos-reason=ьœ эšЈэ•˜ьЇ€ ь•Šь€ ьœ„ьɘьž…ы‹ˆы‹Є +luckperms.command.track.remove.success=ъЗИыЃЙ {0}ьД(ъА€) эŠИыž™ {1}ь—ь„œ ь œъБАы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.track.error-empty={0}ь€(ыŠ”) ыЙ„ь–Д ьžˆъБАы‚˜ э•˜ы‚˜ь˜ ъЗИыЃЙыЇŒ эЌэ•Јэ•˜ыЏ€ыЁœ ь‚ЌьšЉэ•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.track.error-multiple-groups={0}ь€(ыŠ”) ьД эŠИыž™ь— ьžˆыŠ” ь—ЌыŸЌ ъЗИыЃЙь˜ ъЕЌь„Бь›ьž…ы‹ˆы‹Є +luckperms.command.track.error-ambiguous=ьœ„ьɘыЅМ э™•ьИэ•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.track.already-contains={0}ь€(ыŠ”) ьДыЏИ {1}ь„(ыЅМ) эЌэ•Јэ•˜ъГ  ьžˆьŠЕы‹ˆы‹Є +luckperms.command.track.doesnt-contain={0}ь€(ыŠ”) {1}ь„(ыЅМ) эЌэ•Јэ•˜ъГ  ьžˆьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.log.load-error=ыЁœъЗИъА€ ыЁœы“œы  ьˆ˜ ь—†ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.log.invalid-page=ьœ эšЈэ•˜ьЇ€ ь•Šь€ эŽ˜ьДьЇ€ ыВˆэ˜И +luckperms.command.log.invalid-page-range={0}ъГМ(ь™€) {1} ь‚ЌьДь˜ ъА’ь„ ьž…ы Ѕэ•Д ьЃМь„Иьš” +luckperms.command.log.empty=э‘œь‹œэ•  ыЁœъЗИ э•­ыЊЉьД ь—†ьŠЕы‹ˆы‹Є +luckperms.command.log.notify.error-console=ь͘ь†” ь•ŒыІМь€ ь „э™˜э•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.log.notify.enabled-term=э™œь„Бэ™”ыЈ +luckperms.command.log.notify.disabled-term=ыЙ„э™œь„Бэ™”ыЈ +luckperms.command.log.notify.changed-state=ыЁœъЙ… ьЖœы Ѕ {0} +luckperms.command.log.notify.already-on=ы‹Йь‹ ь€ ьДыЏИ ь•ŒыІМь„ ыА›ъГ  ьžˆьŠЕы‹ˆы‹Є +luckperms.command.log.notify.already-off=ы‹Йь‹ ь€ э˜„ьžЌ ь•ŒыІМь„ ыА›ъГ  ьžˆьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.log.notify.invalid-state=ь•Œ ьˆ˜ ь—†ыŠ” ьƒэƒœьž…ы‹ˆы‹Є. {0} ы˜ыŠ” {1} ь„(ыЅМ) ь˜ˆьƒэ•Љы‹ˆы‹Є +luckperms.command.log.show.search=ъВ€ьƒ‰ь–Д {0}ь— ыŒ€э•œ ьЕœъЗМ ьž‘ь—… э‘œь‹œ +luckperms.command.log.show.recent=ьЕœъЗМ ьž‘ь—… э‘œь‹œ +luckperms.command.log.show.by={0}ь˜ ьЕœъЗМ ьž‘ь—… э‘œь‹œ +luckperms.command.log.show.history={0} {1}ь— ыŒ€э•œ ъИАыЁ э‘œь‹œ +luckperms.command.export.error-term=ь˜ЄыЅ˜ +luckperms.command.export.already-running=ы‹ЄыЅИ ы‚ДыГДы‚ДъИА э”„ыЁœь„ИьŠЄъА€ ьДыЏИ ь‹Єэ–‰ ьЄ‘ьž…ы‹ˆы‹Є +luckperms.command.export.file.already-exists=эŒŒьМ {0}ьД(ъА€) ьДыЏИ ьЁДьžЌэ•Љы‹ˆы‹Є +luckperms.command.export.file.not-writable=эŒŒьМ {0}ьД(ъА€) ьНъИА ь „ьšЉьž…ы‹ˆы‹Є +luckperms.command.export.file.success={0}ь— ь„БъГЕь ьœМыЁœ ы‚ДыГДыƒˆьŠЕы‹ˆы‹Є +luckperms.command.export.file-unexpected-error-writing=эŒŒьМь— ь“АыŠ” ы™ь•ˆ ь˜ˆъИАьɘ ь•Šь€ ь˜ЄыЅ˜ъА€ ыАœьƒэ–ˆьŠЕы‹ˆы‹Є +luckperms.command.export.web.export-code=ы‚ДыГДы‚ДъИА ьН”ы“œ +luckperms.command.export.web.import-command-description=ы‹ЄьŒ ыЊ…ы Йь„ ь‚ЌьšЉэ•˜ь—Ќ ъА€ь Иь˜Еы‹ˆы‹Є +luckperms.command.import.term=ыЖˆыŸЌь˜ЄъИА +luckperms.command.import.error-term=ь˜ЄыЅ˜ +luckperms.command.import.already-running=ы‹ЄыЅИ ыЖˆыŸЌь˜ЄъИА э”„ыЁœь„ИьŠЄъА€ ьДыЏИ ь‹Єэ–‰ ьЄ‘ьž…ы‹ˆы‹Є +luckperms.command.import.file.doesnt-exist=эŒŒьМ {0}ьД(ъА€) ьЁДьžЌэ•˜ьЇ€ ь•ŠьŠЕы‹ˆы‹Є +luckperms.command.import.file.not-readable=эŒŒьМ {0}ь€(ыŠ”) ьНь„ ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.import.file.unexpected-error-reading=ъА€ь Иь˜ЄъИА эŒŒьМь„ ьНыŠ” ы„ьЄ‘ ь˜ˆъИАьɘ ь•Šь€ ь˜ЄыЅ˜ъА€ ыАœьƒэ–ˆьŠЕы‹ˆы‹Є +luckperms.command.import.file.correct-format=ь˜ЌыА”ыЅИ э˜•ь‹ьž…ы‹ˆъЙŒ? +luckperms.command.import.web.unable-to-read=ьЃМь–ДьЇ„ ьН”ы“œыЅМ ь‚ЌьšЉэ•Д ыАьДэ„АыЅМ ьНь„ ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.import.progress.percent={0}% ь™„ыЃŒ +luckperms.command.import.progress.operations={0}/{1} ьž‘ь—… ь™„ыЃŒыЈ +luckperms.command.import.starting=ыЖˆыŸЌь˜ЄъИА ьž‘ь—…ь„ ь‹œьž‘э•Љы‹ˆы‹Є +luckperms.command.import.completed=ь™„ыЃŒыЈ +luckperms.command.import.duration={0}ьДˆъА€ ь†Œьš”ы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.bulkupdate.must-use-console=ыŒ€ыŸ‰ ь—…ыАьДэŠИ ыЊ…ы Йь€ ь͘ь†”ь—ь„œыЇŒ ьЇ„э–‰э•  ьˆ˜ ьžˆьŠЕы‹ˆы‹Є +luckperms.command.bulkupdate.invalid-data-type=ьœ эšЈэ•˜ьЇ€ ь•Šь€ ьœ э˜•ьž…ы‹ˆы‹Є. {0}ьД(ъА€) э•„ьš”э•Љы‹ˆы‹Є +luckperms.command.bulkupdate.invalid-constraint={0}ь€(ыŠ”) ь˜ЌыА”ыЅДьЇ€ ь•Šь€ ь œь•Н ьЁАъБДьž…ы‹ˆы‹Є +luckperms.command.bulkupdate.invalid-constraint-format=ь œь•Н ьЁАъБДь€ {0} э˜•ь‹ьДь—Ќь•М э•Љы‹ˆы‹Є +luckperms.command.bulkupdate.invalid-comparison={0}ь€(ыŠ”) ь˜ЌыА”ыЅДьЇ€ ь•Šь€ ыЙ„ъЕ ь—Аь‚Аьžьž…ы‹ˆы‹Є +luckperms.command.bulkupdate.invalid-comparison-format=ы‹ЄьŒ ьЄ‘ э•˜ы‚˜ъА€ э•„ьš”э•Љы‹ˆы‹Є\: {0} +luckperms.command.bulkupdate.queued=ыŒ€ыŸ‰ ь—…ыАьДэŠИ ьž‘ь—…ьД ыŒ€ъИАь—Дь— ьЖ”ъА€ы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.bulkupdate.confirm={0}ь„(ыЅМ) ь‚ЌьšЉэ•Д ь—…ыАьДэŠИыЅМ ь‹Єэ–‰э•Љы‹ˆы‹Є +luckperms.command.bulkupdate.unknown-id=ы™ьž‘ ID {0}ьД(ъА€) ьЁДьžЌэ•˜ьЇ€ ь•ŠъБАы‚˜ ыЇŒыЃŒы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.bulkupdate.starting=ыŒ€ыŸ‰ ь—…ыАьДэŠИ ь‹Єэ–‰ +luckperms.command.bulkupdate.success=ыŒ€ыŸ‰ ь—…ыАьДэŠИъА€ ь„БъГЕь ьœМыЁœ ь™„ыЃŒы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.bulkupdate.success.statistics.nodes=ь˜э–Ѕь„ ыА›ь€ ьД ы…Иы“œ +luckperms.command.bulkupdate.success.statistics.users=ь˜э–Ѕь„ ыА›ь€ ьД ь‚ЌьšЉьž +luckperms.command.bulkupdate.success.statistics.groups=ь˜э–Ѕь„ ыА›ь€ ьД ъЗИыЃЙ +luckperms.command.bulkupdate.failure=ыŒ€ыŸ‰ ь—…ыАьДэŠИь— ь‹ЄэŒЈэ–ˆьŠЕы‹ˆы‹Є. ь͘ь†”ь—ь„œ ь˜ЄыЅ˜ыЅМ э™•ьИэ•˜ь‹­ь‹œь˜Є +luckperms.command.update-task.request=ь—…ыАьДэŠИ ьž‘ь—…ьД ьš”ьГЅы˜ь—ˆьŠЕы‹ˆы‹Є. ьž ь‹œыЇŒ ъИАы‹Єы Є ьЃМь„Иьš” +luckperms.command.update-task.complete=ь—…ыАьДэŠИ ьž‘ь—…ьД ь™„ыЃŒы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.update-task.push.attempting=ьДь œ ы‹ЄыЅИ ь„œыВ„ыЁœ ь „ь†Ёь„ ь‹œы„э•Љы‹ˆы‹Є +luckperms.command.update-task.push.complete=ы‹ЄыЅИ ь„œыВ„ыŠ” {0}ь„(ыЅМ) э†Еэ•Д ь•ŒыІМь„ ь„БъГЕь ьœМыЁœ ыА›ь•˜ьŠЕы‹ˆы‹Є +luckperms.command.update-task.push.error=ыГ€ъВН ь‚Ќэ•­ь„ ы‹ЄыЅИ ь„œыВ„ыЁœ ь „ь†Ёэ•˜ыŠ” ы„ьЄ‘ ь˜ЄыЅ˜ъА€ ыАœьƒэ–ˆьŠЕы‹ˆы‹Є +luckperms.command.update-task.push.error-not-setup=ыЉ”ь‹œьЇ• ь„œыЙ„ьŠЄъА€ ъЕЌь„Бы˜ьЇ€ ь•Šь•˜ьœМыЏ€ыЁœ ыГ€ъВН ь‚Ќэ•­ь„ ы‹ЄыЅИ ь„œыВ„ь— ь „ь†Ёэ•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.reload-config.success=ь„Єь • эŒŒьМьД ы‹Єь‹œ ыЁœы“œы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.reload-config.restart-note=ьМыЖ€ ь„Єь •ь€ ь„œыВ„ъА€ ы‹Єь‹œ ь‹œьž‘ыœ э›„ь— ь ьšЉыЉы‹ˆы‹Є +luckperms.command.translations.searching=ь‚ЌьšЉ ъА€ыŠЅэ•œ ыВˆь—­ь„ ъВ€ьƒ‰э•˜ыŠ” ьЄ‘ьž…ы‹ˆы‹Є. ьž ь‹œыЇŒ ъИАы‹Єы Є ьЃМь„Иьš”... +luckperms.command.translations.searching-error=ь‚ЌьšЉ ъА€ыŠЅэ•œ ыВˆь—­ ыЊЉыЁь„ ъА€ь Иь˜Ќ ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.translations.installed-translations=ь„Єьɘыœ ыВˆь—­ +luckperms.command.translations.available-translations=ь‚ЌьšЉ ъА€ыŠЅэ•œ ыВˆь—­ +luckperms.command.translations.percent-translated={0}% ыВˆь—­ыЈ +luckperms.command.translations.translations-by=ъИАь—Ќьž\: +luckperms.command.translations.installing=ыВˆь—­ь„ ь„Єьɘэ•˜ыŠ” ьЄ‘ьž…ы‹ˆы‹Є. ьž ь‹œыЇŒ ъИАы‹Єы Є ьЃМь„Иьš”... +luckperms.command.translations.download-error={0}ь— ыŒ€э•œ ыВˆь—­ь„ ы‹ЄьšДыЁœы“œэ•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є +luckperms.command.translations.installing-specific=ь–Иь–Д {0} ь„Єьɘ ьЄ‘... +luckperms.command.translations.install-complete=ь„ЄьɘъА€ ь™„ыЃŒы˜ь—ˆьŠЕы‹ˆы‹Є +luckperms.command.translations.download-prompt={0} ь„(ыЅМ) ь‚ЌьšЉэ•˜ь—Ќ ьЛЄыЎЄы‹ˆэ‹Аь—ь„œ ь œъГЕэ•˜ыŠ” ыВˆь—­ь˜ ьЕœь‹  ыВ„ь „ь„ ы‹ЄьšДыЁœы“œэ•˜ъГ  ь„Єьɘэ•˜ь‹Є ьˆ˜ ьžˆьŠЕы‹ˆы‹Є +luckperms.command.translations.download-override-warning=ьАИъГ э•˜ь„Иьš”, ьДыŠ” э•Ды‹Й ь–Иь–Дь— ыŒ€э•œ ыЊЈы“  ыГ€ъВН ы‚ДьšЉь„ ыЎь–Дь”ы‹ˆы‹Є +luckperms.usage.user.description=LuckPerms ы‚Дь—ь„œ ь‚ЌьšЉьžыЅМ ъД€ыІЌэ•˜ъИА ьœ„э•œ ыЊ…ы Йь–Д ьЇ‘э•Љьž…ы‹ˆы‹Є. (LuckPermsь˜ ''ь‚ЌьšЉьž''ыŠ” э”Œы ˆьДь–ДьМ ыПьДыЉА, UUID ы˜ыŠ” ь‚ЌьšЉьž ьДыІ„ь„ ьАИьЁАэ•  ьˆ˜ ьžˆьŠЕы‹ˆы‹Є) +luckperms.usage.group.description=LuckPerms ы‚Дь—ь„œ ъЗИыЃЙь„ ъД€ыІЌэ•˜ъИА ьœ„э•œ ыЊ…ы Йь–Д ьЇ‘э•Љьž…ы‹ˆы‹Є. ъЗИыЃЙь€ ь‚ЌьšЉьžь—ъВŒ ыЖ€ь—Ќэ•  ьˆ˜ ьžˆыŠ” ъЖŒэ•œ э• ы‹Й ыЊЈьŒьМ ыПьž…ы‹ˆы‹Є. ьƒˆ ъЗИыЃЙь€ ''create group'' ыЊ…ы Йь„ ь‚ЌьšЉэ•˜ь—Ќ ыЇŒы“Є ьˆ˜ ьžˆьŠЕы‹ˆы‹Є. +luckperms.usage.track.description=LuckPerms ы‚Дь—ь„œ эŠИыž™ь„ ъД€ыІЌэ•˜ъИА ьœ„э•œ ыЊ…ы Йь–Д ьЇ‘э•Љьž…ы‹ˆы‹Є. эŠИыž™ь€ ьŠЙъИ‰ ыА ъА•ы“Бь„ ь •ь˜э•˜ыŠ”ыА ь‚ЌьšЉэ•  ьˆ˜ ьžˆыŠ” ь •ы Ќыœ ъЗИыЃЙ ыЊЈьŒьž…ы‹ˆы‹Є. +luckperms.usage.log.description=LuckPerms ы‚Дь—ь„œ ыЁœъЙ… ъИАыŠЅь„ ъД€ыІЌэ•˜ъИА ьœ„э•œ ыЊ…ы Й ьЇ‘э•Љьž…ы‹ˆы‹Є. +luckperms.usage.sync.description=э”ŒыŸЌъЗИьИь˜ ыЊЈы“  ыАьДэ„АыЅМ ыЉ”ыЊЈыІЌыЁœ ы‹Єь‹œ ыЁœы“œэ•˜ъГ , ыГ€ъВНыœ ыЊЈы“  ь‚Ќэ•­ь„ ь ьšЉэ•Љы‹ˆы‹Є +luckperms.usage.info.description=э™œь„Б э”ŒыŸЌъЗИьИ э˜ИьЖœь— ыŒ€э•œ ьМыА˜ь ьИ ь •ыГДыЅМ ьИь‡„э•Љы‹ˆы‹Є +luckperms.usage.editor.description=ьƒˆ ь›Й эŽИьЇ‘ъИА ь„Иь…˜ь„ ыЇŒы“­ы‹ˆы‹Є +luckperms.usage.editor.argument.type=эŽИьЇ‘ъИАь— ыЁœы“œэ•  ьœ э˜•ы“Єьž…ы‹ˆы‹Є. (''all'', ''users'' ы˜ыŠ” ''groups'') +luckperms.usage.editor.argument.filter=ь‚ЌьšЉьž э•­ыЊЉь„ э•„э„АыЇэ•  ьˆ˜ ьžˆыŠ” ъЖŒэ•œ +luckperms.usage.verbose.description=э”ŒыŸЌъЗИьИ ьƒь„И ъЖŒэ•œ ъВ€ь‚Ќ ыЊЈы‹ˆэ„АыЇ ь‹œьŠЄэ…œь„ ь œь–Дэ•Љы‹ˆы‹Є +luckperms.usage.verbose.argument.action=ыЁœъЙ…ь„ э™œь„Бэ™”/ыЙ„э™œь„Бэ™” э• ьЇ€ ы˜ыŠ” ыЁœъЙ…ыœ ьЖœы Ѕь„ ь—…ыЁœы“œэ•  ьЇ€ь— ыŒ€э•œ ь—ЌыЖ€ +luckperms.usage.verbose.argument.filter=э•­ыЊЉь„ ьМьɘь‹œэ‚Ќ э•„э„А +luckperms.usage.verbose.argument.commandas=ь‹Єэ–‰э•  э”Œы ˆьДь–Д ыА ыЊ…ы Йь–Д +luckperms.usage.tree.description=LuckPermsь— ь•Œы ЄьЇ„ ыЊЈы“  ъЖŒэ•œь˜ эŠИыІЌ(ьˆœь„œ ыЊЉыЁ ъГ„ьИЕ ъЕЌьЁА)ыЅМ ьƒь„Бэ•Љы‹ˆы‹Є. +luckperms.usage.tree.argument.scope=эŠИыІЌь˜ ьЕœьƒьœ„ ъЖŒэ•œ. "."ь„(ыЅМ) ьЇ€ь •э•˜ь—Ќ ыЊЈы“  ъЖŒэ•œь„ эЌэ•Јэ•Ј +luckperms.usage.tree.argument.player=э™•ьИэ•  ь˜ЈыМьИ э”Œы ˆьДь–Дь˜ ьДыІ„ +luckperms.usage.search.description=эŠЙь • ъЖŒэ•œьД ьžˆыŠ” ыЊЈы“  ь‚ЌьšЉьž ыА ъЗИыЃЙь„ ъВ€ьƒ‰э•Љы‹ˆы‹Є +luckperms.usage.search.argument.permission=ъВ€ьƒ‰э•  ъЖŒэ•œ +luckperms.usage.search.argument.page=э™•ьИэ•  эŽ˜ьДьЇ€ +luckperms.usage.network-sync.description=ыГ€ъВН ь‚Ќэ•­ь„ ь €ьžЅь†Œэ™” ы™ъИАэ™”э•˜ъГ  ы„ЄэŠИь›ŒэЌь˜ ы‹ЄыЅИ ыЊЈы“  ь„œыВ„ъА€ ы™ьМэ•œ ьž‘ь—…ь„ ьˆ˜э–‰э•˜ы„ыЁ ьš”ьВ­э•Љы‹ˆы‹Є +luckperms.usage.import.description=(ьДь „ь— ьƒь„Быœ) ы‚ДыГДы‚И эŒŒьМь—ь„œ ыАьДэ„АыЅМ ъА€ь Иь˜Еы‹ˆы‹Є +luckperms.usage.import.argument.file=ыЖˆыŸЌь˜Ќ эŒŒьМ +luckperms.usage.import.argument.replace=ыГ‘э•Љэ•˜ыŠ” ыŒ€ь‹  ъИАьЁД ыАьДэ„А ъЕьВД +luckperms.usage.import.argument.upload=ьДь „ ы‚ДыГДы‚ДъИАь—ь„œ ыАьДэ„А ь—…ыЁœы“œ +luckperms.usage.export.description=ыЊЈы“  ъЖŒэ•œ ыАьДэ„АыЅМ ''export'' эŒŒьМь— ы‚ДыГДыƒ…ы‹ˆы‹Є. ьЖ”э›„ ы‹Єь‹œ ыЖˆыŸЌь˜Ќ ьˆ˜ ьžˆьŠЕы‹ˆы‹Є. +luckperms.usage.export.argument.file=ы‚ДыГДы‚М эŒŒьМ +luckperms.usage.export.argument.without-users=ы‚ДыГДы‚ДъИАь—ь„œ ь‚ЌьšЉьž ь œь™И +luckperms.usage.export.argument.without-groups=ы‚ДыГДы‚ДъИАь—ь„œ ъЗИыЃЙ ь œь™И +luckperms.usage.export.argument.upload=ыЊЈы“  ъЖŒэ•œ ыАьДэ„АыЅМ ь›Й ь—ы””э„Аь— ь—…ыЁœы“œэ•Љы‹ˆы‹Є. ьЖ”э›„ ы‹Єь‹œ ыЖˆыŸЌь˜Ќ ьˆ˜ ьžˆьŠЕы‹ˆы‹Є. +luckperms.usage.reload-config.description=ьМыЖ€ ь„Єь •ь„ ы‹Єь‹œ ыЁœы“œэ•Љы‹ˆы‹Є +luckperms.usage.bulk-update.description=ыЊЈы“  ыŒ€ь—э„Аь— ыŒ€э•Д ыŒ€ыŸ‰ ыГ€ъВН ьПМыІЌ ь‹Єэ–‰ +luckperms.usage.bulk-update.argument.data-type=ыГ€ъВНы˜ыŠ” ыАьДэ„Аь˜ ьœ э˜•. (''all'', ''users'' ы˜ыŠ” ''groups'') +luckperms.usage.bulk-update.argument.action=ыАьДэ„Аь— ыŒ€э•Д ьˆ˜э–‰э•  ьž‘ь—…. (''update'' ы˜ыŠ” ''delete'') +luckperms.usage.bulk-update.argument.action-field=ы™ьž‘ ьœ э˜•. ''update''ь—ыЇŒ э•„ьš”э•Љы‹ˆы‹Є. (''permission'', ''server'' ы˜ыŠ” ''world'') +luckperms.usage.bulk-update.argument.action-value=ыŒ€ьВДэ•  ъА’. ''update''ь—ыЇŒ э•„ьš”э•Љы‹ˆы‹Є +luckperms.usage.bulk-update.argument.constraint=ь—…ыАьДэŠИь— э•„ьš”э•œ ь œь•Н +luckperms.usage.translations.description=ыВˆь—­ ъД€ыІЌ +luckperms.usage.translations.argument.install=ыВˆь—­ь„ ь„Єьɘэ•˜ыŠ” э•˜ьœ„ ыЊ…ы Й +luckperms.usage.apply-edits.description=ь›Й эŽИьЇ‘ъИАь—ь„œ ыГ€ъВНэ•œ ъЖŒэ•œь„ ь ьšЉэ•Љы‹ˆы‹Є +luckperms.usage.apply-edits.argument.code=ыАьДэ„Аь˜ ъГ ьœ  ьН”ы“œ +luckperms.usage.apply-edits.argument.target=ыАьДэ„АыЅМ ь ьšЉэ•  ыŒ€ьƒ +luckperms.usage.create-group.description=ьƒˆыЁœьšД ъЗИыЃЙь„ ьƒь„Бэ•Љы‹ˆы‹Є +luckperms.usage.create-group.argument.name=ъЗИыЃЙ ьДыІ„ +luckperms.usage.create-group.argument.weight=ъЗИыЃЙь˜ ъА€ьЄ‘ьɘ +luckperms.usage.create-group.argument.display-name=ъЗИыЃЙ э‘œь‹œ ьДыІ„ +luckperms.usage.delete-group.description=ъЗИыЃЙь„ ь‚­ь œэ•Љы‹ˆы‹Є +luckperms.usage.delete-group.argument.name=ъЗИыЃЙ ьДыІ„ +luckperms.usage.list-groups.description=э”ŒыžЋэМь˜ ыЊЈы“  ъЗИыЃЙь„ ы‚˜ь—Дэ•Љы‹ˆы‹Є +luckperms.usage.create-track.description=ьƒˆыЁœьšД эŠИыž™ь„ ыЇŒы“­ы‹ˆы‹Є +luckperms.usage.create-track.argument.name=эŠИыž™ ьДыІ„ +luckperms.usage.delete-track.description=эŠИыž™ь„ ь œъБАэ•Љы‹ˆы‹Є +luckperms.usage.delete-track.argument.name=эŠИыž™ ьДыІ„ +luckperms.usage.list-tracks.description=э”ŒыžЋэМь˜ ыЊЈы“  эŠИыž™ь„ ы‚˜ь—Дэ•Љы‹ˆы‹Є +luckperms.usage.user-info.description=ь‚ЌьšЉьžь— ыŒ€э•œ ь •ыГДыЅМ э‘œь‹œэ•Љы‹ˆы‹Є +luckperms.usage.user-switchprimarygroup.description=ь‚ЌьšЉьžь˜ ъИАыГИ ъЗИыЃЙь„ ыГ€ъВНэ•Љы‹ˆы‹Є +luckperms.usage.user-switchprimarygroup.argument.group=ыГ€ъВНэ•  ъЗИыЃЙ +luckperms.usage.user-promote.description=ь‚ЌьšЉьžыЅМ эŠИыž™ь—ь„œ ьŠЙъИ‰ь‹œэ‚Еы‹ˆы‹Є +luckperms.usage.user-promote.argument.track=ь‚ЌьšЉьžыЅМ ьŠЙъИ‰ь‹œэ‚Ќ эŠИыž™ +luckperms.usage.user-promote.argument.context=ьŠЙъИ‰ьД ь ьšЉы  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.user-promote.argument.dont-add-to-first=ь‚ЌьšЉьžъА€ ьДыЏИ эŠИыž™ь— ьžˆыŠ” ъВНьšАь—ыЇŒ ьŠЙъИ‰ +luckperms.usage.user-demote.description=ь‚ЌьšЉьžыЅМ эŠИыž™ь—ь„œ ъА•ы“Бь‹œэ‚Еы‹ˆы‹Є +luckperms.usage.user-demote.argument.track=ь‚ЌьšЉьžыЅМ ъА•ы“Бь‹œэ‚Ќ эŠИыž™ +luckperms.usage.user-demote.argument.context=ъА•ы“БьД ь ьšЉы  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.user-demote.argument.dont-remove-from-first=ь‚ЌьšЉьžъА€ ьВЋ ыВˆьЇИ ъЗИыЃЙь—ь„œ ь œъБАы˜ьЇ€ ь•Šы„ыЁ э•˜ъИА +luckperms.usage.user-clone.description=ь‚ЌьšЉьžыЅМ ыГЕь œэ•Љы‹ˆы‹Є +luckperms.usage.user-clone.argument.user=ыГЕь œ ыŒ€ьƒ ь‚ЌьšЉьž ьДыІ„ э˜Йь€ UUID +luckperms.usage.group-info.description=ъЗИыЃЙь— ыŒ€э•œ ь •ыГДыЅМ ь œъГЕэ•Љы‹ˆы‹Є +luckperms.usage.group-listmembers.description=ьД ъЗИыЃЙь—ь„œ ьƒь†ыœ ь‚ЌьšЉьž ыА ъЗИыЃЙ э‘œь‹œ +luckperms.usage.group-listmembers.argument.page=э™•ьИэ•  эŽ˜ьДьЇ€ +luckperms.usage.group-setweight.description=ъЗИыЃЙь˜ ъА€ьЄ‘ьɘыЅМ ь„Єь •э•Љы‹ˆы‹Є +luckperms.usage.group-setweight.argument.weight=ь„Єь •э•  ъА€ьЄ‘ьɘ +luckperms.usage.group-set-display-name.description=ъЗИыЃЙь˜ э‘œь‹œ ьДыІ„ь„ ь„Єь •э•Љы‹ˆы‹Є +luckperms.usage.group-set-display-name.argument.name=ь„Єь •э•  ьДыІ„ +luckperms.usage.group-set-display-name.argument.context=э‘œь‹œ ьДыІ„ьД ь ьšЉы  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.group-rename.description=ъЗИыЃЙь˜ ьДыІ„ь„ ыГ€ъВНэ•Љы‹ˆы‹Є +luckperms.usage.group-rename.argument.name=ьƒˆыЁœьšД ьДыІ„ +luckperms.usage.group-clone.description=ъЗИыЃЙь„ ыГЕь œэ•Љы‹ˆы‹Є +luckperms.usage.group-clone.argument.name=ыГЕь œ ыŒ€ьƒ ъЗИыЃЙ ьДыІ„ +luckperms.usage.holder-editor.description=ь›Й ъЖŒэ•œ ь—ы””э„АыЅМ ь—Ны‹ˆы‹Є +luckperms.usage.holder-showtracks.description=ъАœьВДъА€ ьžˆыŠ” эŠИыž™ь„ ы‚˜ь—Дэ•Љы‹ˆы‹Є +luckperms.usage.holder-clear.description=ыЊЈы“  ъЖŒэ•œ, ьƒь†, ыЉ”эƒ€ ыАьДэ„АыЅМ ь œъБАэ•Љы‹ˆы‹Є +luckperms.usage.holder-clear.argument.context=э•„э„АыЇэ•  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.permission.description=ъЖŒэ•œ эŽИьЇ‘ +luckperms.usage.parent.description=ьƒь†ь„ эŽИьЇ‘э•Љы‹ˆы‹Є +luckperms.usage.meta.description=ыЉ”эƒ€ ыАьДэ„А ъА’ь„ эŽИьЇ‘э•Љы‹ˆы‹Є +luckperms.usage.permission-info.description=ъАœьВДь— ьžˆыŠ” ъЖŒэ•œ ы…Иы“œыЅМ ы‚˜ь—Дэ•Љы‹ˆы‹Є +luckperms.usage.permission-info.argument.page=э™•ьИэ•  эŽ˜ьДьЇ€ +luckperms.usage.permission-info.argument.sort-mode=э•­ыЊЉь„ ь •ы Ќэ•  ыАЉыВ• +luckperms.usage.permission-set.description=ъАœьВДь˜ ъЖŒэ•œь„ ь„Єь •э•Љы‹ˆы‹Є +luckperms.usage.permission-set.argument.node=ь„Єь •э•  ъЖŒэ•œ ы…Иы“œ +luckperms.usage.permission-set.argument.value=ь„Єь •э•  ъА’ +luckperms.usage.permission-set.argument.context=ъЖŒэ•œь„ ьЖ”ъА€э•  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.permission-unset.description=ъАœьВДь˜ ъЖŒэ•œь„ ь„Єь • э•Дь œэ•Љы‹ˆы‹Є +luckperms.usage.permission-unset.argument.node=ьДˆъИАэ™”э•  ъЖŒэ•œ ы…Иы“œ +luckperms.usage.permission-unset.argument.context=ъЖŒэ•œь„ ь œъБАэ•  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.permission-settemp.description=ъАœьВДь— ыŒ€э•œ ъЖŒэ•œь„ ьМь‹œь ьœМыЁœ ь„Єь •э•Љы‹ˆы‹Є +luckperms.usage.permission-settemp.argument.node=ь„Єь •э•  ъЖŒэ•œ ы…Иы“œ +luckperms.usage.permission-settemp.argument.value=ь„Єь •э•  ъА’ +luckperms.usage.permission-settemp.argument.duration=ъЖŒэ•œ ы…Иы“œъА€ ыЇŒыЃŒы˜ъИАъЙŒьЇ€ь˜ ь‹œъА„ +luckperms.usage.permission-settemp.argument.temporary-modifier=ьМь‹œь ьИ ъЖŒэ•œь„ ь ьšЉэ•˜ыŠ” ыАЉыВ• +luckperms.usage.permission-settemp.argument.context=ъЖŒэ•œь„ ьЖ”ъА€э•  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.permission-unsettemp.description=ъАœьВДь˜ ьМь‹œь ьИ ъЖŒэ•œь„ ь„Єь • э•Дь œэ•Љы‹ˆы‹Є +luckperms.usage.permission-unsettemp.argument.node=ь„Єь • э•Дь œэ•  ъЖŒэ•œ ы…Иы“œ +luckperms.usage.permission-unsettemp.argument.duration=ьАЈъАэ•  ь‹œъА„ +luckperms.usage.permission-unsettemp.argument.context=ъЖŒэ•œь„ ь œъБАэ•  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.permission-check.description=ъАœьВДъА€ эŠЙь • ъЖŒэ•œ ы…Иы“œыЅМ ъА€ьЇ€ъГ  ьžˆыŠ”ьЇ€ э™•ьИэ•Љы‹ˆы‹Є +luckperms.usage.permission-check.argument.node=э™•ьИэ•  ъЖŒэ•œ +luckperms.usage.permission-clear.description=ыЊЈы“  ъЖŒэ•œ ь œъБА +luckperms.usage.permission-clear.argument.context=э•„э„АыЇэ•  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.parent-info.description=ьД ъАœьВДъА€ ьƒь†э•˜ыŠ” ъЗИыЃЙь„ ы‚˜ь—Дэ•Љы‹ˆы‹Є +luckperms.usage.parent-info.argument.page=э™•ьИэ•  эŽ˜ьДьЇ€ +luckperms.usage.parent-info.argument.sort-mode=э•­ыЊЉь„ ь •ы Ќэ•  ыАЉыВ• +luckperms.usage.parent-set.description=ъАьВДъА€ ьДыЏИ ьƒь†э•œ ыЊЈы“  ъЗИыЃЙь„ ь œъБАэ•˜ъГ  ьЃМь–ДьЇ„ ъЗИыЃЙь— ьЖ”ъА€э•Љы‹ˆы‹Є +luckperms.usage.parent-set.argument.group=ь„Єь •э•  ъЗИыЃЙ +luckperms.usage.parent-set.argument.context=ъЗИыЃЙьД ь„Єь •ы  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.parent-add.description=ъАœьВДъА€ ъЖŒэ•œь„ ьƒь†э•  ы‹ЄыЅИ ъЗИыЃЙь„ ь„Єь •э•Љы‹ˆы‹Є +luckperms.usage.parent-add.argument.group=ьƒь†ыА›ь„ ъЗИыЃЙ +luckperms.usage.parent-add.argument.context=ьƒь†ыА›ь„ ъЗИыЃЙьД ь„Єь •ы  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.parent-remove.description=ьДь „ь— ь„Єь •э•œ ьƒь† ъЗœьЙ™ь„ ь œъБАэ•Љы‹ˆы‹Є +luckperms.usage.parent-remove.argument.group=ь œъБАэ•  ъЗИыЃЙ +luckperms.usage.parent-remove.argument.context=ъЗИыЃЙь— ь œъБАы  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.parent-set-track.description=ьЃМь–ДьЇ„ эŠИыž™ь—ь„œ ьДыЏИ ъАьВДъА€ ьƒь†ыА›ь€ ы‹ЄыЅИ ыЊЈы“  ъЗИыЃЙь„ ь œъБАэ•˜ъГ  ьЃМь–ДьЇ„ ъЗИыЃЙь— ьЖ”ъА€э•Љы‹ˆы‹Є +luckperms.usage.parent-set-track.argument.track=ь„Єь •э•  эŠИыž™ +luckperms.usage.parent-set-track.argument.group=ь„Єь •э•  ъЗИыЃЙ. ы˜ыŠ” ьЃМь–ДьЇ„ эŠИыž™ь—ь„œ ъЗИыЃЙь˜ ьœ„ьɘь™€ ъД€ы Јыœ ьˆЋьž +luckperms.usage.parent-set-track.argument.context=ъЗИыЃЙьД ь„Єь •ы  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.parent-add-temp.description=ъАœьВДъА€ ьМь‹œь ьœМыЁœ ъЖŒэ•œь„ ьƒь†э•˜ы„ыЁ ы‹ЄыЅИ ъЗИыЃЙь„ ь„Єь •э•Љы‹ˆы‹Є +luckperms.usage.parent-add-temp.argument.group=ьƒь†ыА›ь„ ъЗИыЃЙ +luckperms.usage.parent-add-temp.argument.duration=ъЗИыЃЙ ыЉЄыВ„ь‹­ ъИАъА„ +luckperms.usage.parent-add-temp.argument.temporary-modifier=ьМь‹œь ьИ ъЖŒэ•œь„ ь ьšЉэ•˜ыŠ” ыАЉыВ• +luckperms.usage.parent-add-temp.argument.context=ьƒь†ыА›ь„ ъЗИыЃЙьД ь„Єь •ы  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.parent-remove-temp.description=ьДь „ь— ь„Єь •э•œ ьМь‹œь ьИ ьƒь† ъЗœьЙ™ь„ ь œъБАэ•Љы‹ˆы‹Є +luckperms.usage.parent-remove-temp.argument.group=ь œъБАэ•  ъЗИыЃЙ +luckperms.usage.parent-remove-temp.argument.duration=ьАЈъАэ•  ь‹œъА„ +luckperms.usage.parent-remove-temp.argument.context=ъЗИыЃЙь— ь œъБАы  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.parent-clear.description=ыЊЈы“  ьƒьœ„ ъЗИыЃЙь„ ьЇ€ь›ы‹ˆы‹Є +luckperms.usage.parent-clear.argument.context=э•„э„АыЇэ•  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.parent-clear-track.description=ьЃМь–ДьЇ„ эŠИыž™ь—ь„œ ыЊЈы“  ьƒьœ„ э•­ыЊЉь„ ьЇ€ь›ы‹ˆы‹Є +luckperms.usage.parent-clear-track.argument.track=ьЇ€ьšИ эŠИыž™ +luckperms.usage.parent-clear-track.argument.context=э•„э„АыЇэ•  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.meta-info.description=ыЊЈы“  ыŒ€э™” ыЉ”эƒ€ ыАьДэ„АыЅМ э‘œь‹œэ•Љы‹ˆы‹Є +luckperms.usage.meta-set.description=ыЉ”эƒ€ ыАьДэ„А ъА’ь„ ь„Єь •э•Љы‹ˆы‹Є +luckperms.usage.meta-set.argument.key=ь„Єь •э•  э‚Є +luckperms.usage.meta-set.argument.value=ь„Єь •э•  ъА’ +luckperms.usage.meta-set.argument.context=ыЉ”эƒ€ ыАьДэ„А ьŒь„ ьЖ”ъА€э•  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.meta-unset.description=ыЉ”эƒ€ ыАьДэ„А ъА’ь„ ь„Єь • э•Дь œэ•Љы‹ˆы‹Є +luckperms.usage.meta-unset.argument.key=ь„Єь • э•Дь œэ•  э‚Є +luckperms.usage.meta-unset.argument.context=ыЉ”эƒ€ ыАьДэ„А ьŒь„ ь œъБАэ•  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.meta-settemp.description=ыЉ”эƒ€ ыАьДэ„А ъА’ь„ ьМь‹œь ьœМыЁœ ь„Єь •э•Љы‹ˆы‹Є +luckperms.usage.meta-settemp.argument.key=ь„Єь •э•  э‚Є +luckperms.usage.meta-settemp.argument.value=ь„Єь •э•  ъА’ +luckperms.usage.meta-settemp.argument.duration=ыЉ”эƒ€ ыАьДэ„А ъА’ьД ыЇŒыЃŒы˜ъИАъЙŒьЇ€ь˜ ь‹œъА„ +luckperms.usage.meta-settemp.argument.context=ыЉ”эƒ€ ыАьДэ„А ьŒь„ ьЖ”ъА€э•  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.meta-unsettemp.description=ьМь‹œь ьИ ыЉ”эƒ€ ыАьДэ„А ъА’ь„ ь„Єь • э•Дь œэ•Љы‹ˆы‹Є +luckperms.usage.meta-unsettemp.argument.key=ь„Єь • э•Дь œэ•  э‚Є +luckperms.usage.meta-unsettemp.argument.context=ыЉ”эƒ€ ыАьДэ„А ьŒь„ ь œъБАэ•  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.meta-addprefix.description=ь ‘ы‘ь‚Ќ ьЖ”ъА€ +luckperms.usage.meta-addprefix.argument.priority=ь ‘ы‘ь–ДъА€ ьЖ”ъА€ы  ьšАь„  ьˆœьœ„ +luckperms.usage.meta-addprefix.argument.prefix=ь ‘ы‘ь–Д ыЌИьžь—Д +luckperms.usage.meta-addprefix.argument.context=ь ‘ы‘ь–ДыЅМ ьЖ”ъА€э•  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.meta-addsuffix.description=ь ‘ыЏИь‚Ќ ьЖ”ъА€ +luckperms.usage.meta-addsuffix.argument.priority=ьЖ”ъА€э•  ь ‘ыЏИь–Дь˜ ьšАь„  ьˆœьœ„ +luckperms.usage.meta-addsuffix.argument.suffix=ь ‘ыЏИь–Д ыЌИьžь—Д +luckperms.usage.meta-addsuffix.argument.context=ь ‘ыЏИь–ДыЅМ ьЖ”ъА€э•  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.meta-setprefix.description=ь ‘ы‘ь‚Ќ ь„Єь • +luckperms.usage.meta-setprefix.argument.priority=ь ‘ы‘ь–ДъА€ ь„Єь •ы  ьšАь„  ьˆœьœ„ +luckperms.usage.meta-setprefix.argument.prefix=ь ‘ы‘ь–Д ыЌИьžь—Д +luckperms.usage.meta-setprefix.argument.context=ь ‘ы‘ь–ДъА€ ь„Єь •ы  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.meta-setsuffix.description=ь ‘ыЏИь‚Ќ ь„Єь • +luckperms.usage.meta-setsuffix.argument.priority=ь ‘ыЏИь–ДыЅМ ь„Єь •э•  ьšАь„  ьˆœьœ„ +luckperms.usage.meta-setsuffix.argument.suffix=ь ‘ыЏИь–Д ыЌИьžь—Д +luckperms.usage.meta-setsuffix.argument.context=ь ‘ыЏИь–ДъА€ ь„Єь •ы  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.meta-removeprefix.description=ь ‘ы‘ь‚Ќ ь œъБА +luckperms.usage.meta-removeprefix.argument.priority=ь ‘ы‘ь–ДъА€ ь œъБАы  ьšАь„  ьˆœьœ„ +luckperms.usage.meta-removeprefix.argument.prefix=ь ‘ы‘ь–Д ыЌИьžь—Д +luckperms.usage.meta-removeprefix.argument.context=ь ‘ы‘ь–ДъА€ ь œъБАы  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.meta-removesuffix.description=ь ‘ыЏИь‚Ќ ь œъБА +luckperms.usage.meta-removesuffix.argument.priority=ь ‘ыЏИь–ДъА€ ь œъБАы  ьšАь„  ьˆœьœ„ +luckperms.usage.meta-removesuffix.argument.suffix=ь ‘ыЏИь–Д ыЌИьžь—Д +luckperms.usage.meta-removesuffix.argument.context=ь ‘ыЏИь–ДъА€ ь œъБАы  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.meta-addtemp-prefix.description=ьМь‹œь ьœМыЁœ ь ьšЉы˜ыŠ” ь ‘ы‘ь–ДыЅМ ьЖ”ъА€э•Љы‹ˆы‹Є +luckperms.usage.meta-addtemp-prefix.argument.priority=ь ‘ы‘ь–ДъА€ ьЖ”ъА€ы  ьšАь„  ьˆœьœ„ +luckperms.usage.meta-addtemp-prefix.argument.prefix=ь ‘ы‘ь–Д ыЌИьžь—Д +luckperms.usage.meta-addtemp-prefix.argument.duration=ь ‘ы‘ь–ДъА€ ыЇŒыЃŒы˜ъИАъЙŒьЇ€ь˜ ь‹œъА„ +luckperms.usage.meta-addtemp-prefix.argument.context=ь ‘ы‘ь–ДыЅМ ьЖ”ъА€э•  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.meta-addtemp-suffix.description=ьМь‹œь ьœМыЁœ ь ьšЉы˜ыŠ” ь ‘ыЏИь–ДыЅМ ьЖ”ъА€э•Љы‹ˆы‹Є +luckperms.usage.meta-addtemp-suffix.argument.priority=ьЖ”ъА€э•  ь ‘ыЏИь–Дь˜ ьšАь„  ьˆœьœ„ +luckperms.usage.meta-addtemp-suffix.argument.suffix=ь ‘ыЏИь–Д ыЌИьžь—Д +luckperms.usage.meta-addtemp-suffix.argument.duration=ь ‘ыЏИь–ДъА€ ыЇŒыЃŒы˜ъИАъЙŒьЇ€ь˜ ь‹œъА„ +luckperms.usage.meta-addtemp-suffix.argument.context=ь ‘ыЏИь–ДыЅМ ьЖ”ъА€э•  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.meta-settemp-prefix.description=ьМь‹œь ьœМыЁœ ь ьšЉы˜ыŠ” ь ‘ы‘ь–ДыЅМ ь„Єь •э•Љы‹ˆы‹Є +luckperms.usage.meta-settemp-prefix.argument.priority=ь ‘ы‘ь–ДъА€ ь„Єь •ы  ьšАь„  ьˆœьœ„ +luckperms.usage.meta-settemp-prefix.argument.prefix=ь ‘ы‘ь–Д ыЌИьžь—Д +luckperms.usage.meta-settemp-prefix.argument.duration=ь ‘ы‘ь–ДъА€ ыЇŒыЃŒы˜ъИАъЙŒьЇ€ь˜ ь‹œъА„ +luckperms.usage.meta-settemp-prefix.argument.context=ь ‘ы‘ь–ДъА€ ь„Єь •ы  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.meta-settemp-suffix.description=ьМь‹œь ьœМыЁœ ь ьšЉы˜ыŠ” ь ‘ыЏИь–ДыЅМ ь„Єь •э•Љы‹ˆы‹Є +luckperms.usage.meta-settemp-suffix.argument.priority=ь ‘ыЏИь–ДыЅМ ь„Єь •э•  ьšАь„  ьˆœьœ„ +luckperms.usage.meta-settemp-suffix.argument.suffix=ь ‘ыЏИь–Д ыЌИьžь—Д +luckperms.usage.meta-settemp-suffix.argument.duration=ь ‘ыЏИь–ДъА€ ыЇŒыЃŒы˜ъИАъЙŒьЇ€ь˜ ь‹œъА„ +luckperms.usage.meta-settemp-suffix.argument.context=ь ‘ыЏИь–ДъА€ ь„Єь •ы  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.meta-removetemp-prefix.description=ьМь‹œь ьœМыЁœ ь ьšЉы˜ыŠ” ь ‘ы‘ь–ДыЅМ ь œъБАэ•Љы‹ˆы‹Є +luckperms.usage.meta-removetemp-prefix.argument.priority=ь ‘ы‘ь–ДъА€ ь œъБАы  ьšАь„  ьˆœьœ„ +luckperms.usage.meta-removetemp-prefix.argument.prefix=ь ‘ы‘ь–Д ыЌИьžь—Д +luckperms.usage.meta-removetemp-prefix.argument.context=ь ‘ы‘ь–ДъА€ ь œъБАы  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.meta-removetemp-suffix.description=ьМь‹œь ьœМыЁœ ь ьšЉы˜ыŠ” ь ‘ыЏИь–ДыЅМ ь œъБАэ•Љы‹ˆы‹Є +luckperms.usage.meta-removetemp-suffix.argument.priority=ь ‘ыЏИь–ДъА€ ь œъБАы  ьšАь„  ьˆœьœ„ +luckperms.usage.meta-removetemp-suffix.argument.suffix=ь ‘ыЏИь–Д ыЌИьžь—Д +luckperms.usage.meta-removetemp-suffix.argument.context=ь ‘ыЏИь–ДъА€ ь œъБАы  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.meta-clear.description=ыЊЈы“  ыЉ”эƒ€ ыАьДэ„АыЅМ ьЇ€ь›ы‹ˆы‹Є +luckperms.usage.meta-clear.argument.type=ь œъБАэ•  ыЉ”эƒ€ ыАьДэ„А ьœ э˜• +luckperms.usage.meta-clear.argument.context=э•„э„АыЇэ•  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.track-info.description=эŠИыž™ь— ыŒ€э•œ ь •ыГДыЅМ ь œъГЕэ•Љы‹ˆы‹Є +luckperms.usage.track-editor.description=ь›Й ъЖŒэ•œ ь—ы””э„АыЅМ ь—Ны‹ˆы‹Є +luckperms.usage.track-append.description=эŠИыž™ ыЇˆьЇ€ыЇ‰ь— ъЗИыЃЙь„ ьЖ”ъА€э•Љы‹ˆы‹Є +luckperms.usage.track-append.argument.group=ьЖ”ъА€э•  ъЗИыЃЙ +luckperms.usage.track-insert.description=эŠИыž™ь˜ ьЃМь–ДьЇ„ ьœ„ьɘь— ъЗИыЃЙь„ ь‚Ньž…э•Љы‹ˆы‹Є +luckperms.usage.track-insert.argument.group=ь‚Ньž…э•  ъЗИыЃЙ +luckperms.usage.track-insert.argument.position=ъЗИыЃЙь„ ь‚Ньž…э•  ьœ„ьɘ (эŠИыž™ь˜ ьВЋ ыВˆьЇИ ьœ„ьɘыŠ” 1ьž„) +luckperms.usage.track-remove.description=эŠИыž™ь—ь„œ ъЗИыЃЙь„ ь œъБАэ•Љы‹ˆы‹Є +luckperms.usage.track-remove.argument.group=ь œъБАэ•  ъЗИыЃЙ +luckperms.usage.track-clear.description=эŠИыž™ь—ь„œ ыЊЈы“  ъЗИыЃЙь„ ьЇ€ь›ы‹ˆы‹Є +luckperms.usage.track-rename.description=эŠИыž™ь˜ ьДыІ„ь„ ыГ€ъВНэ•Љы‹ˆы‹Є +luckperms.usage.track-rename.argument.name=ьƒˆыЁœьšД ьДыІ„ +luckperms.usage.track-clone.description=эŠИыž™ь„ ыГЕь œэ•Љы‹ˆы‹Є +luckperms.usage.track-clone.argument.name=ыГЕь œ ыŒ€ьƒ эŠИыž™ ьДыІ„ +luckperms.usage.log-recent.description=ьЕœъЗМ ьž‘ь—…ь„ ыД…ы‹ˆы‹Є +luckperms.usage.log-recent.argument.user=э•„э„АыЇэ•  ь‚ЌьšЉьž ьДыІ„ э˜Йь€ UUID +luckperms.usage.log-recent.argument.page=э™•ьИэ•  эŽ˜ьДьЇ€ ыВˆэ˜И +luckperms.usage.log-search.description=ыЁœъЗИь—ь„œ э•­ыЊЉь„ ъВ€ьƒ‰э•Љы‹ˆы‹Є +luckperms.usage.log-search.argument.query=ъВ€ьƒ‰ь–Д +luckperms.usage.log-search.argument.page=э™•ьИэ•  эŽ˜ьДьЇ€ ыВˆэ˜И +luckperms.usage.log-notify.description=ыЁœъЗИ ь•ŒыІМ ьƒэƒœыЅМ ь „э™˜э•Љы‹ˆы‹Є +luckperms.usage.log-notify.argument.toggle=on э˜Йь€ off +luckperms.usage.log-user-history.description=ь‚ЌьšЉьžь˜ ъИАыЁь„ э™•ьИэ•Љы‹ˆы‹Є +luckperms.usage.log-user-history.argument.user=ь‚ЌьšЉьž ьДыІ„ э˜Йь€ UUID +luckperms.usage.log-user-history.argument.page=э™•ьИэ•  эŽ˜ьДьЇ€ ыВˆэ˜И +luckperms.usage.log-group-history.description=ъЗИыЃЙь˜ ъИАыЁь„ э™•ьИэ•Љы‹ˆы‹Є +luckperms.usage.log-group-history.argument.group=ъЗИыЃЙ ьДыІ„ +luckperms.usage.log-group-history.argument.page=э™•ьИэ•  эŽ˜ьДьЇ€ ыВˆэ˜И +luckperms.usage.log-track-history.description=эŠИыž™ь˜ ъИАыЁь„ э™•ьИэ•Љы‹ˆы‹Є +luckperms.usage.log-track-history.argument.track=эŠИыž™ ьДыІ„ +luckperms.usage.log-track-history.argument.page=э™•ьИэ•  эŽ˜ьДьЇ€ ыВˆэ˜И +luckperms.usage.sponge.description=ьЖ”ъА€ь ьИ Sponge ыАьДэ„АыЅМ эŽИьЇ‘э•Љы‹ˆы‹Є +luckperms.usage.sponge.argument.collection=ьПМыІЌэ•  ьЛЌы ‰ь…˜ +luckperms.usage.sponge.argument.subject=ьˆ˜ь •э•  ьЃМь œ +luckperms.usage.sponge-permission-info.description=ьЃМь œь˜ ъЖŒэ•œь— ыŒ€э•œ ь •ыГДыЅМ э‘œь‹œэ•Љы‹ˆы‹Є +luckperms.usage.sponge-permission-info.argument.contexts=э•„э„АыЇэ•  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.sponge-permission-set.description=ьЃМь œь˜ ъЖŒэ•œь„ ь„Єь •э•Љы‹ˆы‹Є +luckperms.usage.sponge-permission-set.argument.node=ь„Єь •э•  ъЖŒэ•œ ы…Иы“œ +luckperms.usage.sponge-permission-set.argument.tristate=ъЖŒэ•œь„ ь„Єь •э•  ъА’ +luckperms.usage.sponge-permission-set.argument.contexts=ъЖŒэ•œь„ ь„Єь •э•  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.sponge-permission-clear.description=ьЃМь œь˜ ыЊЈы“  ъЖŒэ•œь„ ьЇ€ь›ы‹ˆы‹Є +luckperms.usage.sponge-permission-clear.argument.contexts=ъЖŒэ•œь„ ьЇ€ьšИ ьЛЈэ…ьŠЄэŠИ +luckperms.usage.sponge-parent-info.description=ьЃМь œь˜ ьƒьœ„ э•­ыЊЉь— ыŒ€э•œ ь •ыГДыЅМ э‘œь‹œэ•Љы‹ˆы‹Є +luckperms.usage.sponge-parent-info.argument.contexts=э•„э„АыЇэ•  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.sponge-parent-add.description=ьЃМь œь— ьƒьœ„ э•­ыЊЉь„ ьЖ”ъА€э•Љы‹ˆы‹Є +luckperms.usage.sponge-parent-add.argument.collection=ьƒьœ„ ьЃМь œъА€ ьžˆыŠ” ьЃМь œ ьЛЌы ‰ь…˜ +luckperms.usage.sponge-parent-add.argument.subject=ьƒьœ„ ьЃМь œь˜ ьДыІ„ +luckperms.usage.sponge-parent-add.argument.contexts=ьƒьœ„ э•­ыЊЉьД ьЖ”ъА€ы  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.sponge-parent-remove.description=ьЃМь œь—ь„œ ьƒьœ„ э•­ыЊЉь„ ь œъБАэ•Љы‹ˆы‹Є +luckperms.usage.sponge-parent-remove.argument.collection=ьƒьœ„ ьЃМь œъА€ ьžˆыŠ” ьЃМь œ ьЛЌы ‰ь…˜ +luckperms.usage.sponge-parent-remove.argument.subject=ьƒьœ„ ьЃМь œь˜ ьДыІ„ +luckperms.usage.sponge-parent-remove.argument.contexts=ьƒьœ„ э•­ыЊЉьД ь œъБАы  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.sponge-parent-clear.description=ьЃМь œь˜ ыЊЈы“  ьƒьœ„ э•­ыЊЉь„ ьЇ€ь›ы‹ˆы‹Є +luckperms.usage.sponge-parent-clear.argument.contexts=ьƒьœ„ э•­ыЊЉь„ ьЇ€ьšИ ьЛЈэ…ьŠЄэŠИ +luckperms.usage.sponge-option-info.description=ьЃМь œь˜ ь˜Еь…˜ь— ыŒ€э•œ ь •ыГДыЅМ э‘œь‹œэ•Љы‹ˆы‹Є +luckperms.usage.sponge-option-info.argument.contexts=э•„э„АыЇэ•  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.sponge-option-set.description=ьЃМь œь˜ ь˜Еь…˜ь„ ь„Єь •э•Љы‹ˆы‹Є +luckperms.usage.sponge-option-set.argument.key=ь„Єь •э•  э‚Є +luckperms.usage.sponge-option-set.argument.value=ь„Єь •э•  ъА’ +luckperms.usage.sponge-option-set.argument.contexts=ь„Єь •ы  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.sponge-option-unset.description=ьЃМь œь˜ ь˜Еь…˜ь„ ь„Єь • э•Дь œэ•Љы‹ˆы‹Є +luckperms.usage.sponge-option-unset.argument.key=ь„Єь • э•Дь œэ•  э‚Є +luckperms.usage.sponge-option-unset.argument.contexts=э‚ЄъА€ ь„Єь • э•Дь œы  ьЛЈэ…ьŠЄэŠИ +luckperms.usage.sponge-option-clear.description=ьЃМь œь˜ ыЊЈы“  ь˜Еь…˜ь„ ьЇ€ь›ы‹ˆы‹Є +luckperms.usage.sponge-option-clear.argument.contexts=ь˜Еь…˜ь„ ьЇ€ьšИ ьЛЈэ…ьŠЄэŠИ diff --git a/plugins/LuckPerms/translations/repository/nl_NL.properties b/plugins/LuckPerms/translations/repository/nl_NL.properties new file mode 100644 index 0000000..fb9df56 --- /dev/null +++ b/plugins/LuckPerms/translations/repository/nl_NL.properties @@ -0,0 +1,630 @@ +luckperms.logs.actionlog-prefix=LOGBOEK +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=EXPORTEREN +luckperms.commandsystem.available-commands=Gebruik {0} om beschikbare commando''s te bekijken +luckperms.commandsystem.command-not-recognised=Commando niet herkend +luckperms.commandsystem.no-permission=Je hebt geen toestemming om dit commando te gebruiken\! +luckperms.commandsystem.no-permission-subcommands=Je hebt geen toestemming om dit sub commando te gebruiken +luckperms.commandsystem.already-executing-command=Een ander commando wordt uitgevoerd, wacht tot het klaar is... +luckperms.commandsystem.usage.sub-commands-header=Sub Commando''s +luckperms.commandsystem.usage.usage-header=Commando Gebruik +luckperms.commandsystem.usage.arguments-header=Argumenten +luckperms.first-time.no-permissions-setup=Het lijkt erop dat er nog geen permissies zijn ingesteld\! +luckperms.first-time.use-console-to-give-access=Voordat je een van de LuckPerms commando''s kunt gebruiken in het spel, moet je de console gebruiken om jezelf toegang te geven +luckperms.first-time.console-command-prompt=Open je console en voer uit +luckperms.first-time.next-step=Nadat je dit gedaan hebt kan je beginnen met het instellen van de permissies en groepen +luckperms.first-time.wiki-prompt=Weet je niet waar je moet beginnen? Bekijk het hier\: {0} +luckperms.login.try-again=Probeer het later opnieuw +luckperms.login.loading-database-error=Er is een database fout opgetreden tijdens het inladen van permissiegegevens +luckperms.login.server-admin-check-console-errors=Als u een serverbeheerder bent, controleer dan de console op eventuele foutmeldingen +luckperms.login.server-admin-check-console-info=Controleer de server console voor meer informatie +luckperms.login.data-not-loaded-at-pre=Permissiegegevens voor uw gebruiker zijn niet geladen tijdens het pre-login stadium +luckperms.login.unable-to-continue=niet mogelijk om verder te gaan +luckperms.login.craftbukkit-offline-mode-error=dit is waarschijnlijk het gevolg van een conflict tussen CraftBukkit en de online-modus instelling +luckperms.login.unexpected-error=Er is een onbekende fout opgetreden tijdens het instellen van de permissies +luckperms.opsystem.disabled=Het vanilla OP systeem is uitgeschakeld op deze server +luckperms.opsystem.sponge-warning=Houd er rekening mee dat de Server Operator status geen effect heeft op de Sponge toestemming controles wanneer een permissie-plugin is geУЏnstalleerd, u moet de gebruikersgegevens direct bewerken +luckperms.duration.unit.years.plural={0} jaren +luckperms.duration.unit.years.singular={0} jaar +luckperms.duration.unit.years.short={0}j +luckperms.duration.unit.months.plural={0} maanden +luckperms.duration.unit.months.singular={0} maand +luckperms.duration.unit.months.short={0}mnd +luckperms.duration.unit.weeks.plural={0} weken +luckperms.duration.unit.weeks.singular={0} week +luckperms.duration.unit.weeks.short={0}w +luckperms.duration.unit.days.plural={0} dagen +luckperms.duration.unit.days.singular={0} dag +luckperms.duration.unit.days.short={0}d +luckperms.duration.unit.hours.plural={0} uren +luckperms.duration.unit.hours.singular={0} uur +luckperms.duration.unit.hours.short={0}u +luckperms.duration.unit.minutes.plural={0} minuten +luckperms.duration.unit.minutes.singular={0} minuut +luckperms.duration.unit.minutes.short={0}min +luckperms.duration.unit.seconds.plural={0} seconden +luckperms.duration.unit.seconds.singular={0} seconde +luckperms.duration.unit.seconds.short={0}s +luckperms.duration.since={0} geleden +luckperms.command.misc.invalid-code=Ongeldige code +luckperms.command.misc.response-code-key=response code +luckperms.command.misc.error-message-key=bericht +luckperms.command.misc.bytebin-unable-to-communicate=Kan niet communiceren met bytebin +luckperms.command.misc.webapp-unable-to-communicate=Kan niet communiceren met de web-app +luckperms.command.misc.check-console-for-errors=Controleer de console op foutmeldingen +luckperms.command.misc.file-must-be-in-data=Bestand {0} moet een direct onderdeel zijn van de gegevensmap +luckperms.command.misc.wait-to-finish=Wacht tot het voltooid is en probeer het opnieuw +luckperms.command.misc.invalid-priority=Ongeldige prioriteit {0} +luckperms.command.misc.expected-number=Verwachte een getal +luckperms.command.misc.date-parse-error=Kan datum {0} niet verwerken +luckperms.command.misc.date-in-past-error=Je kunt geen datum in het verleden instellen\! +luckperms.command.misc.page=pagina {0} van {1} +luckperms.command.misc.page-entries={0} items +luckperms.command.misc.none=Geen +luckperms.command.misc.loading.error.unexpected=Er is een onverwachte fout opgetreden +luckperms.command.misc.loading.error.user=Gebruiker niet geladen +luckperms.command.misc.loading.error.user-specific=Kan doelgebruiker {0} niet laden +luckperms.command.misc.loading.error.user-not-found=Een gebruiker voor {0} kon niet worden gevonden +luckperms.command.misc.loading.error.user-save-error=Er is een fout opgetreden tijdens het opslaan van gebruikersgegevens voor {0} +luckperms.command.misc.loading.error.user-not-online=Gebruiker {0} is niet online +luckperms.command.misc.loading.error.user-invalid={0} is geen geldige gebruikersnaam/uuid +luckperms.command.misc.loading.error.user-not-uuid=De gekozen gebruiker {0} is geen geldige uuid +luckperms.command.misc.loading.error.group=Groep niet geladen +luckperms.command.misc.loading.error.all-groups=Niet alle groepen konden worden geladen +luckperms.command.misc.loading.error.group-not-found=Een groep genaamd {0} kon niet worden gevonden +luckperms.command.misc.loading.error.group-save-error=Er is een fout opgetreden tijdens het opslaan van groepsgegevens voor {0} +luckperms.command.misc.loading.error.group-invalid={0} is geen geldige groepsnaam +luckperms.command.misc.loading.error.track=Ladder niet geladen +luckperms.command.misc.loading.error.all-tracks=Niet alle ladders konden worden geladen +luckperms.command.misc.loading.error.track-not-found=Een ladder genaamd {0} kon niet worden gevonden +luckperms.command.misc.loading.error.track-save-error=Er is een fout opgetreden tijdens het opslaan van de laddergegevens in {0} +luckperms.command.misc.loading.error.track-invalid={0} is een ongeldige ladder naam +luckperms.command.editor.no-match=Kan editor niet openen, geen objecten komen overeen met het gewenste type +luckperms.command.editor.start=Een nieuwe bewerkingssessie voorbereiden, even geduld... +luckperms.command.editor.url=Klik op de onderstaande link om de editor te openen +luckperms.command.editor.unable-to-communicate=Web-app niet bereikbaar +luckperms.command.editor.apply-edits.success=Webeditor gegevens zijn succesvol toegepast op {0} {1} +luckperms.command.editor.apply-edits.success-summary={0} {1} en {2} {3} +luckperms.command.editor.apply-edits.success.additions=toevoegingen +luckperms.command.editor.apply-edits.success.additions-singular=toevoeging +luckperms.command.editor.apply-edits.success.deletions=verwijderingen +luckperms.command.editor.apply-edits.success.deletions-singular=verwijdering +luckperms.command.editor.apply-edits.no-changes=Er zijn geen wijzigingen toegepast vanuit de webeditor, de teruggekomen gegevens bevatten geen bewerkingen +luckperms.command.editor.apply-edits.unknown-type=Niet in staat om wijziging toe te passen op het opgegeven objecttype +luckperms.command.editor.apply-edits.unable-to-read=Kan de gegevens niet inlezen met behulp van de opgegeven code +luckperms.command.search.searching.permission=Zoeken naar gebruikers en groepen met {0} +luckperms.command.search.searching.inherit=Zoeken naar gebruikers en groepen die overerven van {0} +luckperms.command.search.result={0} entries van {1} gebruikers en {2} groepen gevonden +luckperms.command.search.result.default-notice=Opmerking\: wanneer er gezocht wordt naar leden in de standaard groep worden offline spelers zonder andere permissies niet getoond\! +luckperms.command.search.showing-users=Tonen van gebruikersgegevens +luckperms.command.search.showing-groups=Tonen van groepsgegevens +luckperms.command.tree.start=Permissieschema genereren, even geduld alstublieft... +luckperms.command.tree.empty=Kan schema niet genereren, er zijn geen resultaten gevonden +luckperms.command.tree.url=Permissieschema URL +luckperms.command.verbose.invalid-filter={0} is een ongeldig uitgebreid filter +luckperms.command.verbose.enabled=Uitgebreide logboekregistratie {0} voor controles die overeenkomen met {1} +luckperms.command.verbose.command-exec={0} forceren om opdracht {1} uit te voeren en alle controles te rapporteren... +luckperms.command.verbose.off=Uitgebreide logboekregistratie {0} +luckperms.command.verbose.command-exec-complete=Commando uitvoeren voltooid +luckperms.command.verbose.command.no-checks=Het uitvoeren van het commando is voltooid, maar er zijn geen toestemmingscontroles uitgevoerd +luckperms.command.verbose.command.possibly-async=Dit kan komen doordat de plugin commando''s in de achtergrond uitvoert (async) +luckperms.command.verbose.command.try-again-manually=U kunt nog steeds handmatig loggen om controles zoals deze te detecteren +luckperms.command.verbose.enabled-recording=Uitgebreide opname {0} voor controles die overeenkomen met {1} +luckperms.command.verbose.uploading=Uitgebreide logboekregistratie {0}, resultaten worden geУМpload... +luckperms.command.verbose.url=Uitgebreide resultaten URL +luckperms.command.verbose.enabled-term=ingeschakeld +luckperms.command.verbose.disabled-term=uitgeschakeld +luckperms.command.verbose.query-any=IEDER +luckperms.command.info.running-plugin=Actieve +luckperms.command.info.platform-key=Platform +luckperms.command.info.server-brand-key=Server Type +luckperms.command.info.server-version-key=Serverversie +luckperms.command.info.storage-key=Opslag +luckperms.command.info.storage-type-key=Type +luckperms.command.info.storage.meta.split-types-key=Types +luckperms.command.info.storage.meta.ping-key=Ping +luckperms.command.info.storage.meta.connected-key=Verbonden +luckperms.command.info.storage.meta.file-size-key=Bestandsgrootte +luckperms.command.info.extensions-key=Uitbreidingen +luckperms.command.info.messaging-key=Berichtgeving +luckperms.command.info.instance-key=Instantie +luckperms.command.info.static-contexts-key=Statische context +luckperms.command.info.online-players-key=Online spelers +luckperms.command.info.online-players-unique={0} uniek +luckperms.command.info.uptime-key=Uptime +luckperms.command.info.local-data-key=Lokale Gegevens +luckperms.command.info.local-data={0} gebruikers, {1} groepen, {2} ladders +luckperms.command.generic.create.success={0} was succesvol aangemaakt +luckperms.command.generic.create.error=Er is een fout opgetreden tijdens het aanmaken van {0} +luckperms.command.generic.create.error-already-exists={0} bestaat al\! +luckperms.command.generic.delete.success={0} was succesvol verwijderd +luckperms.command.generic.delete.error=Er is een fout opgetreden tijdens het verwijderen van {0} +luckperms.command.generic.delete.error-doesnt-exist={0} bestaat niet\! +luckperms.command.generic.rename.success={0} was succesvol hernoemd naar {1} +luckperms.command.generic.clone.success={0} was succesvol gedupliceerd naar {1} +luckperms.command.generic.info.parent.title=Bovenliggende Groepen +luckperms.command.generic.info.parent.temporary-title=Tijdelijke Bovenliggende Groepen +luckperms.command.generic.info.expires-in=verloopt over +luckperms.command.generic.info.inherited-from=overgeУЋrfd van +luckperms.command.generic.info.inherited-from-self=jezelf +luckperms.command.generic.show-tracks.title={0}s Ladders +luckperms.command.generic.show-tracks.empty={0} is in geen enkele ladder +luckperms.command.generic.clear.node-removed={0} permissies zijn verwijderd +luckperms.command.generic.clear.node-removed-singular=permissie {0} is verwijderd +luckperms.command.generic.clear={0}''s permissies zijn gewist in context {1} +luckperms.command.generic.permission.info.title={0}''s Permissies +luckperms.command.generic.permission.info.empty={0} heeft nog geen ingestelde permissies +luckperms.command.generic.permission.info.click-to-remove=Klik om deze permissie te verwijderen van {0} +luckperms.command.generic.permission.check.info.title=Permissie informatie voor {0} +luckperms.command.generic.permission.check.info.directly={0} heeft {1} ingesteld op {2} in context {3} +luckperms.command.generic.permission.check.info.inherited={0} erft {1} over ingesteld op {2} van {3} in context {4} +luckperms.command.generic.permission.check.info.not-directly={0} heeft geen {1} ingesteld +luckperms.command.generic.permission.check.info.not-inherited={0} overerft geen {1} +luckperms.command.generic.permission.check.result.title=Permissie controle voor {0} +luckperms.command.generic.permission.check.result.result-key=Resultaat +luckperms.command.generic.permission.check.result.processor-key=Processor +luckperms.command.generic.permission.check.result.cause-key=Oorzaak +luckperms.command.generic.permission.check.result.context-key=Context +luckperms.command.generic.permission.set={0} ingesteld op {1} voor {2} in context {3} +luckperms.command.generic.permission.already-has={0} heeft {1} al ingesteld in context {2} +luckperms.command.generic.permission.set-temp={0} ingesteld op {1} voor {2} voor een duur van {3} in context {4} +luckperms.command.generic.permission.already-has-temp={0} heeft {1} al tijdelijk ingesteld in context {2} +luckperms.command.generic.permission.unset={0} weggehaald voor {1} in context {2} +luckperms.command.generic.permission.doesnt-have={0} heeft {1} niet ingesteld in context {2} +luckperms.command.generic.permission.unset-temp=Tijdelijke permissie {0} voor {1} in context {2} weggehaald +luckperms.command.generic.permission.subtract={0} ingesteld op {1} voor {2} voor een duur van {3} in context {4}, {5} minder dan voorheen +luckperms.command.generic.permission.doesnt-have-temp={0} heeft niet {1} tijdelijk ingesteld in context {2} +luckperms.command.generic.permission.clear={0}''s permissies zijn gewist in context {1} +luckperms.command.generic.parent.info.title={0}''s Bovenliggende groep +luckperms.command.generic.parent.info.empty={0} heeft geen bovenliggende groep gedefinieerd +luckperms.command.generic.parent.info.click-to-remove=Klik om deze bovenliggende van {0} te verwijderen +luckperms.command.generic.parent.add={0} erft nu permissies van {1} over in context {2} +luckperms.command.generic.parent.add-temp={0} erft nu permissies van {1} over voor een periode van {2} in context {3} +luckperms.command.generic.parent.set={0} heeft de bestaande bovenliggende groepen verwijderd, en erft nu alleen {1} over in context {2} +luckperms.command.generic.parent.set-track={0} heeft hun bestaande bovenliggende groepen op ladder {1} gewist, en erft nu alleen {2} over in context {3} +luckperms.command.generic.parent.remove={0} erft niet meer permissies van {1} over in context {2} +luckperms.command.generic.parent.remove-temp={0} neemt niet langer tijdelijk de permissies van {1} in context {2} over +luckperms.command.generic.parent.subtract={0} zal permissies overerven van {1} voor een periode van {2} in context {3}, {4} minder dan daarvoor +luckperms.command.generic.parent.clear={0}''s bovenliggende groepen zijn gewist in context {1} +luckperms.command.generic.parent.clear-track={0}''s bovenliggende groepen in ladder {1} zijn gewist in de context {2} +luckperms.command.generic.parent.already-inherits={0} erft al van {1} over in context {2} +luckperms.command.generic.parent.doesnt-inherit={0} erft niet van {1} over in de context {2} +luckperms.command.generic.parent.already-temp-inherits={0} erft al tijdelijk van {1} over in context {2} +luckperms.command.generic.parent.doesnt-temp-inherit={0} erft niet tijdelijk van {1} over in de context {2} +luckperms.command.generic.chat-meta.info.title-prefix={0}''s voorvoegsels +luckperms.command.generic.chat-meta.info.title-suffix={0}''s achtervoegsels +luckperms.command.generic.chat-meta.info.none-prefix={0} heeft geen voorvoegsels +luckperms.command.generic.chat-meta.info.none-suffix={0} heeft geen achtervoegsels +luckperms.command.generic.chat-meta.info.click-to-remove=Klik om {0} te verwijderen van {1} +luckperms.command.generic.chat-meta.already-has={0} heeft {1} {2} al ingesteld op een prioriteit van {3} in context {4} +luckperms.command.generic.chat-meta.already-has-temp={0} heeft {1} {2} al tijdelijk ingesteld op een prioriteit van {3} in context {4} +luckperms.command.generic.chat-meta.doesnt-have={0} heeft niet {1} {2} ingesteld op een prioriteit van {3} in context {4} +luckperms.command.generic.chat-meta.doesnt-have-temp={0} heeft niet {1} {2} tijdelijk ingesteld op een prioriteit van {3} in context {4} +luckperms.command.generic.chat-meta.add={0} heeft {1} {2} al ingesteld op een prioriteit van {3} in context {4} +luckperms.command.generic.chat-meta.add-temp={0} had {1} {2} ingesteld op een prioriteit van {3} voor een duur van {4} in context {5} +luckperms.command.generic.chat-meta.remove={0} had {1} {2} op prioriteit {3} verwijderd in context {4} +luckperms.command.generic.chat-meta.remove-bulk={0} heeft alle {1} op prioriteit {2} verwijderd in de context {3} +luckperms.command.generic.chat-meta.remove-temp={0} had tijdelijk {1} {2} op prioriteit {3} verwijderd in context {4} +luckperms.command.generic.chat-meta.remove-temp-bulk={0} heeft alle {1} op prioriteit {2} tijdelijk verwijderd in de context {3} +luckperms.command.generic.meta.info.title={0}''s Meta +luckperms.command.generic.meta.info.none={0} heeft geen metagegevens +luckperms.command.generic.meta.info.click-to-remove=Klik om deze meta-node van {0} te verwijderen +luckperms.command.generic.meta.already-has={0} heeft al de meta key {1} ingesteld op {2} in context {3} +luckperms.command.generic.meta.already-has-temp={0} heeft al de meta key {1} tijdelijk ingesteld op {2} in context {3} +luckperms.command.generic.meta.doesnt-have={0} heeft geen meta key {1} ingesteld in context {2} +luckperms.command.generic.meta.doesnt-have-temp={0} heeft geen tijdelijke meta key {1} ingesteld in context {2} +luckperms.command.generic.meta.set=Meta key {0} ingesteld op {1} voor {2} in context {3} +luckperms.command.generic.meta.set-temp=Meta key {0} ingesteld op {1} voor {2} voor een duur van {3} in context {4} +luckperms.command.generic.meta.unset=Verwijder meta key {0} voor {1} in context {2} +luckperms.command.generic.meta.unset-temp=Verwijder tijdelijke meta key {0} voor {1} in context {2} +luckperms.command.generic.meta.clear={0}''s meta-type {1} werd gewist in context {2} +luckperms.command.generic.contextual-data.title=Contextuele gegevens +luckperms.command.generic.contextual-data.mode.key=modus +luckperms.command.generic.contextual-data.mode.server=server +luckperms.command.generic.contextual-data.mode.active-player=actieve spelers +luckperms.command.generic.contextual-data.contexts-key=Context +luckperms.command.generic.contextual-data.prefix-key=Voorvoegsel +luckperms.command.generic.contextual-data.suffix-key=Achtervoegsel +luckperms.command.generic.contextual-data.primary-group-key=Primaire Groep +luckperms.command.generic.contextual-data.meta-key=Meta +luckperms.command.generic.contextual-data.null-result=Geen +luckperms.command.user.info.title=Gebruikersinfo +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=type +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=offline +luckperms.command.user.info.status-key=Status +luckperms.command.user.info.status.online=Online +luckperms.command.user.info.status.offline=Offline +luckperms.command.user.removegroup.error-primary=Je kunt een gebruiker niet verwijderen uit de primaire groep +luckperms.command.user.primarygroup.not-member={0} was nog geen lid van {1}, toevoegen +luckperms.command.user.primarygroup.already-has={0} heeft al {1} ingesteld als hun primaire groep +luckperms.command.user.primarygroup.warn-option=Waarschuwing\: De door deze server gebruikte primaire groep berekeningsmethode ({0}) beУЏnvloed deze wijziging mogelijk niet +luckperms.command.user.primarygroup.set={0}''s primaire groep is ingesteld naar {1} +luckperms.command.user.track.error-not-contain-group={0} zit nog niet in enige groepen op {1} +luckperms.command.user.track.unsure-which-track=Onzeker welke ladder u wilt gebruiken, geef het op als argument +luckperms.command.user.track.missing-group-advice=Maak de groep aan, of verwijder deze van een ladder en probeer het opnieuw +luckperms.command.user.promote.added-to-first={0} is niet in een groep op {1}, dus zijn ze toegevoegd aan de eerste groep, {2} in context {3} +luckperms.command.user.promote.not-on-track={0} zit niet in een groep op {1}, daarom is niet gepromoveerd +luckperms.command.user.promote.success=Het promoten van {0} op ladder {1} van {2} naar {3} in context {4} +luckperms.command.user.promote.end-of-track=Het einde van ladder {0} werd bereikt, niet mogelijk om {1} te promoten +luckperms.command.user.promote.next-group-deleted=De volgende groep op ladder {0} bestaat niet meer +luckperms.command.user.promote.unable-to-promote=Kan gebruiker niet promoten +luckperms.command.user.demote.success=Degraderen van {0} volgens ladder {1} van {2} naar {3} in context {4} +luckperms.command.user.demote.end-of-track=Het einde van ladder {0} is bereikt, dus {1} is verwijderd van {2} +luckperms.command.user.demote.end-of-track-not-removed=Het einde van ladder {0} is bereikt, maar {1} is niet verwijderd van de groep +luckperms.command.user.demote.previous-group-deleted=De vorige groep op de ladder {0} bestaat niet meer +luckperms.command.user.demote.unable-to-demote=Kan gebruiker niet degraderen +luckperms.command.group.list.title=Groepen +luckperms.command.group.delete.not-default=Je kunt de standaardgroep niet verwijderen +luckperms.command.group.info.title=Groepsinfo +luckperms.command.group.info.display-name-key=Weergave naam +luckperms.command.group.info.weight-key=Gewicht +luckperms.command.group.setweight.set=Gewicht instellen op {0} voor groep {1} +luckperms.command.group.setdisplayname.doesnt-have={0} heeft geen weergavenaam ingesteld +luckperms.command.group.setdisplayname.already-has={0} heeft al een weergavenaam van {1} +luckperms.command.group.setdisplayname.already-in-use=De weergavenaam {0} wordt al gebruikt door {1} +luckperms.command.group.setdisplayname.set=Weergavenaam ingesteld op {0} voor groep {1} in context {2} +luckperms.command.group.setdisplayname.removed=Weergavenaam voor groep {0} verwijderd in de context {1} +luckperms.command.track.list.title=Ladders +luckperms.command.track.path.empty=Geen +luckperms.command.track.info.showing-track=Laat de ladder zien +luckperms.command.track.info.path-property=Pad +luckperms.command.track.clear=de groepsladder van {0} is gewist +luckperms.command.track.append.success=Groep {0} werd toegevoegd aan ladder {1} +luckperms.command.track.insert.success=Groep {0} werd op positie {2} toegevoegd aan ladder {1} +luckperms.command.track.insert.error-number=Verwachte getal, maar in plaats daarvan ontvangen\: {0} +luckperms.command.track.insert.error-invalid-pos=Niet mogelijk om in te voegen op positie {0} +luckperms.command.track.insert.error-invalid-pos-reason=ongeldige positie +luckperms.command.track.remove.success=Groep {0} werd verwijderd uit ladder {1} +luckperms.command.track.error-empty={0} kan niet worden gebruikt omdat het leeg is of slechts УЉУЉn groep bevat +luckperms.command.track.error-multiple-groups={0} is een deelnemer van meerdere groepen op deze ladder +luckperms.command.track.error-ambiguous=Niet in staat om hun locatie te bepalen +luckperms.command.track.already-contains={0} bevat al {1} +luckperms.command.track.doesnt-contain={0} bevat niet {1} +luckperms.command.log.load-error=Het logboek kon niet worden geladen +luckperms.command.log.invalid-page=Ongeldig paginanummer +luckperms.command.log.invalid-page-range=Voer een waarde in tussen {0} en {1} +luckperms.command.log.empty=Geen logs om weer te geven +luckperms.command.log.notify.error-console=Kan meldingen voor console niet in- of uitschakelen +luckperms.command.log.notify.enabled-term=Ingeschakeld +luckperms.command.log.notify.disabled-term=Uitgeschakeld +luckperms.command.log.notify.changed-state={0} logboekuitvoer +luckperms.command.log.notify.already-on=Je ontvangt al meldingen +luckperms.command.log.notify.already-off=Je ontvangt momenteel geen meldingen +luckperms.command.log.notify.invalid-state=Status onbekend. Verwacht {0} of {1} +luckperms.command.log.show.search=Recente acties voor query {0} weergeven +luckperms.command.log.show.recent=Bekijk recente acties +luckperms.command.log.show.by=Bekijk recente acties voor {0} +luckperms.command.log.show.history=Toont geschiedenis voor {0} {1} +luckperms.command.export.error-term=Fout +luckperms.command.export.already-running=Er wordt al een ander exportproces uitgevoerd +luckperms.command.export.file.already-exists=Bestand {0} bestaat al +luckperms.command.export.file.not-writable=Bestand {0} is niet te schrijven +luckperms.command.export.file.success=Succesvol geУЋxporteerd naar {0} +luckperms.command.export.file-unexpected-error-writing=Er is een onverwachte fout opgetreden tijdens het schrijven naar het bestand +luckperms.command.export.web.export-code=Exporteer code +luckperms.command.export.web.import-command-description=Gebruik het volgende commando om te importeren +luckperms.command.import.term=Importeren +luckperms.command.import.error-term=Error +luckperms.command.import.already-running=Er wordt al een ander importproces uitgevoerd +luckperms.command.import.file.doesnt-exist=Bestand {0} bestaat niet +luckperms.command.import.file.not-readable=Bestand {0} is niet leesbaar +luckperms.command.import.file.unexpected-error-reading=Er is een onverwachte fout opgetreden tijdens het lezen van het importbestand +luckperms.command.import.file.correct-format=is het het juiste formaat? +luckperms.command.import.web.unable-to-read=Kan de gegevens niet inlezen met behulp van de opgegeven code +luckperms.command.import.progress.percent={0}% voltooid +luckperms.command.import.progress.operations={0}/{1} bewerkingen voltooid +luckperms.command.import.starting=Importproces wordt gestart +luckperms.command.import.completed=VOLTOOID +luckperms.command.import.duration=duurde {0} secondes +luckperms.command.bulkupdate.must-use-console=Het bulk update commando kan alleen worden gebruikt vanuit de console +luckperms.command.bulkupdate.invalid-data-type=Ongeldig type, verwachtte {0} +luckperms.command.bulkupdate.invalid-constraint=Ongeldige restrictie {0} +luckperms.command.bulkupdate.invalid-constraint-format=Beperkingen moeten in het formaat {0} zijn +luckperms.command.bulkupdate.invalid-comparison=Ongeldige vergelijkingsoperator {0} +luckperms.command.bulkupdate.invalid-comparison-format=Verwacht een van de volgende\: {0} +luckperms.command.bulkupdate.queued=Bulk update bewerking is in de wachtrij gezet +luckperms.command.bulkupdate.confirm=Voer {0} uit om de update uit te voeren +luckperms.command.bulkupdate.unknown-id=Bewerking met id {0} bestaat niet of is verlopen +luckperms.command.bulkupdate.starting=Bulkupdate wordt uitgevoerd +luckperms.command.bulkupdate.success=Bulkupdate is succesvol voltooid +luckperms.command.bulkupdate.success.statistics.nodes=Totaal aantal gewijzigde items +luckperms.command.bulkupdate.success.statistics.users=Totaal aantal gewijzigde gebruikers +luckperms.command.bulkupdate.success.statistics.groups=Totaal aantal gewijzigde groepen +luckperms.command.bulkupdate.failure=Bulk update mislukt, controleer de console op fouten +luckperms.command.update-task.request=Er is een update taak aangevraagd, een moment geduld +luckperms.command.update-task.complete=Update taak voltooid +luckperms.command.update-task.push.attempting=Probeert nu te pushen naar andere servers +luckperms.command.update-task.push.complete=Andere servers werden succesvol op de hoogte gesteld via {0} +luckperms.command.update-task.push.error=Fout tijdens verzenden van veranderingen naar andere servers +luckperms.command.update-task.push.error-not-setup=Kan geen wijzigingen naar andere servers sturen omdat een berichtenservice niet is geconfigureerd +luckperms.command.reload-config.success=Het configuratiebestand is opnieuw geladen +luckperms.command.reload-config.restart-note=sommige opties worden pas toegepast nadat de server opnieuw is gestart +luckperms.command.translations.searching=Zoeken naar beschikbare vertalingen, even geduld... +luckperms.command.translations.searching-error=Kan geen lijst met beschikbare vertalingen verkrijgen +luckperms.command.translations.installed-translations=GeУЏnstalleerde Vertalingen +luckperms.command.translations.available-translations=Beschikbare Vertalingen +luckperms.command.translations.percent-translated={0}% vertaald +luckperms.command.translations.translations-by=door +luckperms.command.translations.installing=Vertalingen installeren, even geduld... +luckperms.command.translations.download-error=Kan vertaling voor {0} niet downloaden +luckperms.command.translations.installing-specific=Taal {0} installeren... +luckperms.command.translations.install-complete=Installatie voltooid +luckperms.command.translations.download-prompt=Gebruik {0} om actuele versies van deze vertalingen van de gemeenschap te downloaden en installeren +luckperms.command.translations.download-override-warning=Houd er rekening mee dat alle wijzigingen die je in deze talen hebt aangebracht hierdoor worden overschreven +luckperms.usage.user.description=Een set commando''s voor het beheren van gebruikers binnen LuckPerms. (Een ''gebruiker'' in LuckPerms is een speler, en kan verwijzen naar een UUID of gebruikersnaam) +luckperms.usage.group.description=Een set opdrachten voor het beheren van groepen binnen LuckPerms. Groepen zijn collecties van permissies die aan gebruikers kunnen worden gegeven. Nieuwe groepen worden gemaakt met behulp van het ''creategroup'' commando. +luckperms.usage.track.description=Een set opdrachten voor het beheren van ladders binnen LuckPerms. Ladders zijn een geordende verzameling van groepen die kunnen worden gebruikt voor het definiУЋren van promoties en demoties. +luckperms.usage.log.description=Een reeks opdrachten voor het beheren van de logboekfunctionaliteit binnen LuckPerms. +luckperms.usage.sync.description=Herlaad alle gegevens van de opslag van de plugin naar het geheugen, en past eventuele wijzigingen die worden gedetecteerd toe. +luckperms.usage.info.description=Toont algemene informatie over de actieve plugin instantie. +luckperms.usage.editor.description=Maakt een nieuwe webeditor sessie aan +luckperms.usage.editor.argument.type=de types om in de editor te laden. (''all'', ''users'' of ''groups'') +luckperms.usage.editor.argument.filter=toestemming om gebruikersitems te filteren op +luckperms.usage.verbose.description=Controleert het uitgebreide controlesysteem van de plugin voor de controle van het monitorsysteem. +luckperms.usage.verbose.argument.action=of de logboekregistratie moet worden ingeschakeld/uitgeschakeld, of de gelogde output moet worden geУМpload +luckperms.usage.verbose.argument.filter=de filter om de invoer aan te passen +luckperms.usage.verbose.argument.commandas=de speler/opdracht om uit te voeren +luckperms.usage.tree.description=Genereert een boomweergave (geordende lijsthiУЋrarchie) van alle permissies die bekend zijn bij LuckPerms. +luckperms.usage.tree.argument.scope=het begin van het schema. Specificeer "." om alle permissies toe te voegen +luckperms.usage.tree.argument.player=de naam van een online speler om te controleren +luckperms.usage.search.description=Zoekt voor alle gebruikers/groepen met een specifieke permissie +luckperms.usage.search.argument.permission=de permissie om naar te zoeken +luckperms.usage.search.argument.page=de pagina om te bekijken +luckperms.usage.network-sync.description=Synchroniseer wijzigingen met de opslag en vraag aan dat alle andere servers op het netwerk hetzelfde doen +luckperms.usage.import.description=Importeer gegevens van een (eerder aangemaakt) exportbestand +luckperms.usage.import.argument.file=het bestand om van te importeren +luckperms.usage.import.argument.replace=vervang bestaande gegevens in plaats van samenvoegen +luckperms.usage.import.argument.upload=upload de gegevens van een vorige export +luckperms.usage.export.description=Exporteert alle permissies gegevens naar een ''export'' bestand. Kan op een later tijdstip opnieuw worden geУЏmporteerd. +luckperms.usage.export.argument.file=het bestand om naar te exporteren +luckperms.usage.export.argument.without-users=gebruikers uitsluiten van de export +luckperms.usage.export.argument.without-groups=groepen uitsluiten van de export +luckperms.usage.export.argument.upload=Upload alle permissiegegevens naar de webeditor. Kan later opnieuw worden geУЏmporteerd. +luckperms.usage.reload-config.description=Herlaad sommige van de configuratie-opties +luckperms.usage.bulk-update.description=Voer bulk veranderingsquery''s uit op alle gegevens +luckperms.usage.bulk-update.argument.data-type=het type gegevens dat wordt gewijzigd. (''all'', ''users'' of ''groups'') +luckperms.usage.bulk-update.argument.action=de actie om gegevens uit te voeren. (''update'' of ''delete'') +luckperms.usage.bulk-update.argument.action-field=het veld om naar te handelen. alleen vereist voor ''update''. (''permission'', ''server'' of ''world'') +luckperms.usage.bulk-update.argument.action-value=de waarde om mee te vervangen. alleen vereist voor ''update''. +luckperms.usage.bulk-update.argument.constraint=de beperkingen die nodig zijn voor de update +luckperms.usage.translations.description=Beheer vertalingen +luckperms.usage.translations.argument.install=sub commando om vertalingen te installeren +luckperms.usage.apply-edits.description=Past veranderingen van permissies toe gemaakt in de webeditor +luckperms.usage.apply-edits.argument.code=de unieke code voor de data +luckperms.usage.apply-edits.argument.target=op wie de gegevens toepast worden +luckperms.usage.create-group.description=Nieuwe groep aanmaken +luckperms.usage.create-group.argument.name=de naam van de groep +luckperms.usage.create-group.argument.weight=het gewicht van de groep +luckperms.usage.create-group.argument.display-name=de weergavenaam van de groep +luckperms.usage.delete-group.description=Groep verwijderen +luckperms.usage.delete-group.argument.name=de naam van de groep +luckperms.usage.list-groups.description=Toon alle groepen op het platform +luckperms.usage.create-track.description=Maak een nieuwe ladder +luckperms.usage.create-track.argument.name=de naam van de ladder +luckperms.usage.delete-track.description=Verwijder een ladder +luckperms.usage.delete-track.argument.name=de naam van de ladder +luckperms.usage.list-tracks.description=Toon alle ladders op het platform +luckperms.usage.user-info.description=Toont informatie over de speler +luckperms.usage.user-switchprimarygroup.description=Verander de primaire groep van gebruiker +luckperms.usage.user-switchprimarygroup.argument.group=de groep om naar te wisselen +luckperms.usage.user-promote.description=Promoveert de gebruiker in een ladder +luckperms.usage.user-promote.argument.track=de ladder om de gebruiker te promoveren +luckperms.usage.user-promote.argument.context=de contexten om de gebruiker te promoten in +luckperms.usage.user-promote.argument.dont-add-to-first=promoot de gebruiker alleen als ze al op de ladder staan +luckperms.usage.user-demote.description=Degradeert de gebruiker in een ladder +luckperms.usage.user-demote.argument.track=de ladder om de gebruiker te degraderen +luckperms.usage.user-demote.argument.context=de context om de gebruiker te degraderen in +luckperms.usage.user-demote.argument.dont-remove-from-first=voorkomt dat de gebruiker wordt verwijderd uit de eerste groep +luckperms.usage.user-clone.description=Dupliceer de gebruiker +luckperms.usage.user-clone.argument.user=de naam/uuid van de gebruiker om te dupliceren +luckperms.usage.group-info.description=Geeft informatie over de groep +luckperms.usage.group-listmembers.description=Toon de gebruikers/groepen die deze groep overerven +luckperms.usage.group-listmembers.argument.page=de pagina om te bekijken +luckperms.usage.group-setweight.description=Stel het groepsgewicht in +luckperms.usage.group-setweight.argument.weight=het gewicht om in te stellen +luckperms.usage.group-set-display-name.description=Stel de weergavenaam van groepen in +luckperms.usage.group-set-display-name.argument.name=de naam om in te stellen +luckperms.usage.group-set-display-name.argument.context=de contexts om de naam in te stellen +luckperms.usage.group-rename.description=Hernoem de groep +luckperms.usage.group-rename.argument.name=de nieuwe naam +luckperms.usage.group-clone.description=Kopieer de groep +luckperms.usage.group-clone.argument.name=de naam van de groep om op te dupliceren +luckperms.usage.holder-editor.description=Opent de webpermissie editor +luckperms.usage.holder-showtracks.description=Geeft de ladders weer waar het object in staat +luckperms.usage.holder-clear.description=Verwijdert alle permissies, bovenliggende groepen en metagegevens +luckperms.usage.holder-clear.argument.context=de contexten die worden gefilterd door +luckperms.usage.permission.description=Wijzig permissies +luckperms.usage.parent.description=Bewerk overervingen +luckperms.usage.meta.description=Metagegevens bewerken +luckperms.usage.permission-info.description=Toont de permissienodes van het object +luckperms.usage.permission-info.argument.page=de pagina om te bekijken +luckperms.usage.permission-info.argument.sort-mode=hoe je de items sorteert +luckperms.usage.permission-set.description=Stelt een permissie in voor het object +luckperms.usage.permission-set.argument.node=de permissie node in te stellen +luckperms.usage.permission-set.argument.value=de waarde van de node +luckperms.usage.permission-set.argument.context=de context om een permissie in toe te voegen +luckperms.usage.permission-unset.description=Verwijderd de permissie voor het object +luckperms.usage.permission-unset.argument.node=de permissie node om uit te zetten +luckperms.usage.permission-unset.argument.context=de context om een permissie te verwijderen +luckperms.usage.permission-settemp.description=Stelt tijdelijk een permissie in voor het object +luckperms.usage.permission-settemp.argument.node=permissie node om in te stellen +luckperms.usage.permission-settemp.argument.value=de waarde van de node +luckperms.usage.permission-settemp.argument.duration=de duur tot de permissie node verloopt +luckperms.usage.permission-settemp.argument.temporary-modifier=hoe de tijdelijke permissie moet worden toegepast +luckperms.usage.permission-settemp.argument.context=de context om een permissies toe te voegen +luckperms.usage.permission-unsettemp.description=Verwijderd de tijdelijke permissie voor het onderwerp +luckperms.usage.permission-unsettemp.argument.node=de permissie node om te verwijderen +luckperms.usage.permission-unsettemp.argument.duration=de duur om eraf te trekken +luckperms.usage.permission-unsettemp.argument.context=de context om een permissie te verwijderen +luckperms.usage.permission-check.description=Controleert om te zien of het object een bepaalde permissie heeft +luckperms.usage.permission-check.argument.node=de permissie om op te controleren +luckperms.usage.permission-clear.description=Wis alle permissies +luckperms.usage.permission-clear.argument.context=de contexten die worden gefilterd door +luckperms.usage.parent-info.description=Geeft de lijst met groepen weer waarvan dit object overerft +luckperms.usage.parent-info.argument.page=de pagina om te bekijken +luckperms.usage.parent-info.argument.sort-mode=hoe je de items sorteert +luckperms.usage.parent-set.description=Verwijdert alle andere groepen die het object al overerft en voegt het toe aan de gegeven groep +luckperms.usage.parent-set.argument.group=de groep om te zetten op +luckperms.usage.parent-set.argument.context=de context om de groep in te stellen in +luckperms.usage.parent-add.description=Stelt een andere groep in voor het object om de permissies van over te erven +luckperms.usage.parent-add.argument.group=de groep om over te erven +luckperms.usage.parent-add.argument.context=de context die de groep overerft +luckperms.usage.parent-remove.description=Verwijdert een eerder ingestelde overerving +luckperms.usage.parent-remove.argument.group=de groep om te verwijderen +luckperms.usage.parent-remove.argument.context=de context om de groep te verwijderen +luckperms.usage.parent-set-track.description=Verwijdert alle andere groepen die het object al overerft op een ladder en voegt het toe aan de gegeven groep +luckperms.usage.parent-set-track.argument.track=de ladder om in te stellen +luckperms.usage.parent-set-track.argument.group=de groep om in te stellen, of het nummer van de positie van de groep op de gegeven ladder +luckperms.usage.parent-set-track.argument.context=de context om de groep in te stellen +luckperms.usage.parent-add-temp.description=Stelt tijdelijk een andere groep in om permissies over te erven voor het object +luckperms.usage.parent-add-temp.argument.group=de groep om van over te erven +luckperms.usage.parent-add-temp.argument.duration=de duur van het groepslidmaatschap +luckperms.usage.parent-add-temp.argument.temporary-modifier=hoe de tijdelijke permissie moet worden toegepast +luckperms.usage.parent-add-temp.argument.context=de context die de groep overerft +luckperms.usage.parent-remove-temp.description=Verwijdert een eerder ingestelde tijdelijke overerving +luckperms.usage.parent-remove-temp.argument.group=de groep om te verwijderen +luckperms.usage.parent-remove-temp.argument.duration=de duur om eraf te trekken +luckperms.usage.parent-remove-temp.argument.context=de context om de groep te verwijderen +luckperms.usage.parent-clear.description=Wist alle bovenliggende groepen +luckperms.usage.parent-clear.argument.context=de context om op te filteren +luckperms.usage.parent-clear-track.description=Verwijdert alle bovenliggende groepen op een bepaalde ladder +luckperms.usage.parent-clear-track.argument.track=de ladder om op te verwijderen +luckperms.usage.parent-clear-track.argument.context=de context om op te filteren +luckperms.usage.meta-info.description=Alle chat meta tonen +luckperms.usage.meta-set.description=Stelt een meta-waarde in +luckperms.usage.meta-set.argument.key=de sleutel om in te stellen +luckperms.usage.meta-set.argument.value=de waarde om in te stellen +luckperms.usage.meta-set.argument.context=de contexten om de meta-paar toe te voegen +luckperms.usage.meta-unset.description=Een meta-waarde verwijderen +luckperms.usage.meta-unset.argument.key=de sleutel om te verwijderen +luckperms.usage.meta-unset.argument.context=de contexten om het meta-paar te verwijderen +luckperms.usage.meta-settemp.description=Stelt tijdelijk een meta-waarde in +luckperms.usage.meta-settemp.argument.key=de sleutel om in te stellen +luckperms.usage.meta-settemp.argument.value=de waarde om in te stellen +luckperms.usage.meta-settemp.argument.duration=de duur tot de meta-waarde verloopt +luckperms.usage.meta-settemp.argument.context=de contexten om het meta-paar toe te voegen +luckperms.usage.meta-unsettemp.description=Verwijder een tijdelijke meta-waarde +luckperms.usage.meta-unsettemp.argument.key=de sleutel om te verwijderen +luckperms.usage.meta-unsettemp.argument.context=de contexten om de meta-paar te verwijderen +luckperms.usage.meta-addprefix.description=Voeg een voorvoegsel toe +luckperms.usage.meta-addprefix.argument.priority=de prioriteit om het voorvoegsel toe te voegen op +luckperms.usage.meta-addprefix.argument.prefix=het voorvoegsel +luckperms.usage.meta-addprefix.argument.context=de context om het voorvoegsel in toe te voegen +luckperms.usage.meta-addsuffix.description=Voeg een achtervoegsel toe +luckperms.usage.meta-addsuffix.argument.priority=de prioriteit om het achtervoegsel toe te voegen op +luckperms.usage.meta-addsuffix.argument.suffix=het achtervoegsel +luckperms.usage.meta-addsuffix.argument.context=de context om het achtervoegsel in toe te voegen +luckperms.usage.meta-setprefix.description=Stel een voorvoegsel in +luckperms.usage.meta-setprefix.argument.priority=de prioriteit om het voorvoegsel in te stellen op +luckperms.usage.meta-setprefix.argument.prefix=het voorvoegsel +luckperms.usage.meta-setprefix.argument.context=de context om het voorvoegsel in te stellen +luckperms.usage.meta-setsuffix.description=Stel een achtervoegsel in +luckperms.usage.meta-setsuffix.argument.priority=de prioriteit om het achtervoegsel in te stellen op +luckperms.usage.meta-setsuffix.argument.suffix=het achtervoegsel +luckperms.usage.meta-setsuffix.argument.context=de context om het achtervoegsel in te stellen +luckperms.usage.meta-removeprefix.description=Verwijdert een voorvoegsel +luckperms.usage.meta-removeprefix.argument.priority=de prioriteit om het voorvoegsel te verwijderen op +luckperms.usage.meta-removeprefix.argument.prefix=het voorvoegsel +luckperms.usage.meta-removeprefix.argument.context=de context om het voorvoegsel te verwijderen +luckperms.usage.meta-removesuffix.description=Verwijdert een achtervoegsel +luckperms.usage.meta-removesuffix.argument.priority=de prioriteit om het achtervoegsel te verwijderen op +luckperms.usage.meta-removesuffix.argument.suffix=het achtervoegsel +luckperms.usage.meta-removesuffix.argument.context=de context om het achtervoegsel te verwijderen +luckperms.usage.meta-addtemp-prefix.description=Voegt tijdelijk een voorvoegsel toe +luckperms.usage.meta-addtemp-prefix.argument.priority=de prioriteit om het voorvoegsel toe te voegen op +luckperms.usage.meta-addtemp-prefix.argument.prefix=het voorvoegsel +luckperms.usage.meta-addtemp-prefix.argument.duration=de duur tot het voorvoegsel verloopt +luckperms.usage.meta-addtemp-prefix.argument.context=de context om het voorvoegsel in toe te voegen +luckperms.usage.meta-addtemp-suffix.description=Voegt tijdelijk een achtervoegsel toe +luckperms.usage.meta-addtemp-suffix.argument.priority=de prioriteit om het achtervoegsel toe te voegen op +luckperms.usage.meta-addtemp-suffix.argument.suffix=het achtervoegsel +luckperms.usage.meta-addtemp-suffix.argument.duration=de duur tot het achtervoegsel verloopt +luckperms.usage.meta-addtemp-suffix.argument.context=de context om het achtervoegsel in toe te voegen +luckperms.usage.meta-settemp-prefix.description=Stelt tijdelijk een voorvoegsel in +luckperms.usage.meta-settemp-prefix.argument.priority=de prioriteit om het voorvoegsel in te stellen op +luckperms.usage.meta-settemp-prefix.argument.prefix=het voorvoegsel +luckperms.usage.meta-settemp-prefix.argument.duration=de duur tot het voorvoegsel verloopt +luckperms.usage.meta-settemp-prefix.argument.context=de context om het voorvoegsel in te stellen +luckperms.usage.meta-settemp-suffix.description=Stelt tijdelijk een achtervoegsel in +luckperms.usage.meta-settemp-suffix.argument.priority=de prioriteit om het achtervoegsel in te stellen op +luckperms.usage.meta-settemp-suffix.argument.suffix=het achtervoegsel +luckperms.usage.meta-settemp-suffix.argument.duration=de duur tot het achtervoegsel verloopt +luckperms.usage.meta-settemp-suffix.argument.context=de context om het achtervoegsel in te stellen +luckperms.usage.meta-removetemp-prefix.description=Verwijdert een tijdelijke voorvoegsel +luckperms.usage.meta-removetemp-prefix.argument.priority=de prioriteit om het voorvoegsel te verwijderen op +luckperms.usage.meta-removetemp-prefix.argument.prefix=het voorvoegsel +luckperms.usage.meta-removetemp-prefix.argument.context=de contexten om de voorvoegsel te verwijderen in +luckperms.usage.meta-removetemp-suffix.description=Verwijdert een tijdelijk achtervoegsel +luckperms.usage.meta-removetemp-suffix.argument.priority=de prioriteit om het achtervoegsel te verwijderen op +luckperms.usage.meta-removetemp-suffix.argument.suffix=het achtervoegsel +luckperms.usage.meta-removetemp-suffix.argument.context=de contexten om het achtervoegsel te verwijderen in +luckperms.usage.meta-clear.description=Wist alle metagegevens +luckperms.usage.meta-clear.argument.type=het metatype om te verwijderen +luckperms.usage.meta-clear.argument.context=de context om op te filteren +luckperms.usage.track-info.description=Geeft informatie over de ladder +luckperms.usage.track-editor.description=Opent de web permissie editor +luckperms.usage.track-append.description=Voegt een groep toe aan het einde van de ladder +luckperms.usage.track-append.argument.group=de groep om toe te voegen +luckperms.usage.track-insert.description=Voegt een groep toe op een bepaalde positie in de ladder +luckperms.usage.track-insert.argument.group=de groep om in te voegen +luckperms.usage.track-insert.argument.position=de positie om de groep in te voegen (de eerste positie van de ladder is 1) +luckperms.usage.track-remove.description=Verwijder een groep uit de ladder +luckperms.usage.track-remove.argument.group=de groep om te verwijderen +luckperms.usage.track-clear.description=Wist de groepen op de ladder +luckperms.usage.track-rename.description=Hernoem de ladder +luckperms.usage.track-rename.argument.name=de nieuwe naam +luckperms.usage.track-clone.description=Dupliceer de ladder +luckperms.usage.track-clone.argument.name=de naam van het ladder om te kopiУЋren +luckperms.usage.log-recent.description=Bekijk recente acties +luckperms.usage.log-recent.argument.user=de naam/uuid van de gebruiker om te filteren op +luckperms.usage.log-recent.argument.page=het pagina nummer om weer te geven +luckperms.usage.log-search.description=Doorzoek het logboek voor een item +luckperms.usage.log-search.argument.query=de query om op te zoeken +luckperms.usage.log-search.argument.page=het pagina nummer om weer te geven +luckperms.usage.log-notify.description=Schakel log-meldingen aan/uit +luckperms.usage.log-notify.argument.toggle=aan of uit te schakelen +luckperms.usage.log-user-history.description=Bekijk gebruikersgeschiedenis +luckperms.usage.log-user-history.argument.user=de naam/uuid van de gebruiker +luckperms.usage.log-user-history.argument.page=het pagina nummer om weer te geven +luckperms.usage.log-group-history.description=Bekijk groep geschiedenis +luckperms.usage.log-group-history.argument.group=de naam van de groep +luckperms.usage.log-group-history.argument.page=het pagina nummer om weer te geven +luckperms.usage.log-track-history.description=Bekijk de geschiedenis van een ladder +luckperms.usage.log-track-history.argument.track=de naam van de ladder +luckperms.usage.log-track-history.argument.page=het pagina nummer om weer te geven +luckperms.usage.sponge.description=Extra Sponge data bewerken +luckperms.usage.sponge.argument.collection=de verzameling om op te vragen +luckperms.usage.sponge.argument.subject=het object om te wijzigen +luckperms.usage.sponge-permission-info.description=Toont informatie over permissies van het object +luckperms.usage.sponge-permission-info.argument.contexts=de context om op te filteren +luckperms.usage.sponge-permission-set.description=Stelt permissie in voor het Object +luckperms.usage.sponge-permission-set.argument.node=permissie node om in te stellen +luckperms.usage.sponge-permission-set.argument.tristate=de waarde om de permissie in te stellen +luckperms.usage.sponge-permission-set.argument.contexts=de context om permissies in te stellen +luckperms.usage.sponge-permission-clear.description=Wist de permissies van het Object +luckperms.usage.sponge-permission-clear.argument.contexts=de context om permissies te verwijderen +luckperms.usage.sponge-parent-info.description=Toont informatie over bovenliggende groepen van het object +luckperms.usage.sponge-parent-info.argument.contexts=de context om op te filteren +luckperms.usage.sponge-parent-add.description=Voegt een parent toe aan het Onderwerp +luckperms.usage.sponge-parent-add.argument.collection=de verzameling waar de bovenliggende groep Onderwerp is +luckperms.usage.sponge-parent-add.argument.subject=de naam van het parent Onderwerp +luckperms.usage.sponge-parent-add.argument.contexts=de context om de bovenliggende groep in toe te voegen +luckperms.usage.sponge-parent-remove.description=Voegt een bovenliggende groep toe aan het Onderwerp +luckperms.usage.sponge-parent-remove.argument.collection=de verzameling waar de bovenliggende groep Onderwerp is +luckperms.usage.sponge-parent-remove.argument.subject=de naam van de bovenliggende groep van het Onderwerp +luckperms.usage.sponge-parent-remove.argument.contexts=de contexten om de bovenliggende groep mee te verwijderen +luckperms.usage.sponge-parent-clear.description=Wist de bovenliggende groep van het Object +luckperms.usage.sponge-parent-clear.argument.contexts=de contexten waarin bovenliggende groepen worden gewist in +luckperms.usage.sponge-option-info.description=Toont informatie over opties van het object +luckperms.usage.sponge-option-info.argument.contexts=de context om op te filteren +luckperms.usage.sponge-option-set.description=Stelt een optie voor het onderwerp in +luckperms.usage.sponge-option-set.argument.key=de sleutel om in te stellen +luckperms.usage.sponge-option-set.argument.value=de waarde om de sleutel in te stellen +luckperms.usage.sponge-option-set.argument.contexts=de context om de optie in te stellen +luckperms.usage.sponge-option-unset.description=Verwijderd een optie voor het Object +luckperms.usage.sponge-option-unset.argument.key=de sleutel om te verwijderen +luckperms.usage.sponge-option-unset.argument.contexts=de context om de sleutel te verwijderen +luckperms.usage.sponge-option-clear.description=Wist de opties van het Object +luckperms.usage.sponge-option-clear.argument.contexts=de context om de optie te verwijderen diff --git a/plugins/LuckPerms/translations/repository/no_NO.properties b/plugins/LuckPerms/translations/repository/no_NO.properties new file mode 100644 index 0000000..7599f72 --- /dev/null +++ b/plugins/LuckPerms/translations/repository/no_NO.properties @@ -0,0 +1,630 @@ +luckperms.logs.actionlog-prefix=LOGG +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=EKSPORTER +luckperms.commandsystem.available-commands=Bruk {0} for УЅ se tilgjengelige kommandoer +luckperms.commandsystem.command-not-recognised=Kommando ikke gjenkjent +luckperms.commandsystem.no-permission=Du har ikke tillatelse til УЅ bruke denne kommandoen\! +luckperms.commandsystem.no-permission-subcommands=Du har ikke tillatelse til УЅ bruke noen underkommandoer +luckperms.commandsystem.already-executing-command=En annen kommando blir kjУИrt, venter pУЅ at den skal fullfУИres... +luckperms.commandsystem.usage.sub-commands-header=Underkommandoer +luckperms.commandsystem.usage.usage-header=Kommando bruk +luckperms.commandsystem.usage.arguments-header=Argumenter +luckperms.first-time.no-permissions-setup=Det ser ut til at ingen tillatelser er satt opp ennУЅ\! +luckperms.first-time.use-console-to-give-access=FУИr du kan bruke noen av kommandoene i LuckPerms, mУЅ du bruke konsollen for УЅ gi deg selv tilgang +luckperms.first-time.console-command-prompt=У…pne konsollen og kjУИr +luckperms.first-time.next-step=Etter at du har gjort dette, kan du begynne УЅ definere tillatelser og grupper +luckperms.first-time.wiki-prompt=Vet du ikke hvor du skal starte? Se her\: {0} +luckperms.login.try-again=Vennligst prУИv igjen senere +luckperms.login.loading-database-error=En databasefeil oppsto under lasting av data +luckperms.login.server-admin-check-console-errors=Hvis du er en server admin, vennligst sjekk konsollen for feil +luckperms.login.server-admin-check-console-info=Vennligst se konsollen for mer informasjon +luckperms.login.data-not-loaded-at-pre=Data for din bruker ble ikke lastet i perioden fУИr innlogging +luckperms.login.unable-to-continue=kunne ikke fortsette +luckperms.login.craftbukkit-offline-mode-error=dette skyldes sannsynligvis en konflikt mellom CraftBukkit og innstillingene for online-modus +luckperms.login.unexpected-error=En uventet feil oppsto nУЅr dine tillatelser ble satt opp +luckperms.opsystem.disabled=Vanilla OP systemet er deaktivert pУЅ denne serveren +luckperms.opsystem.sponge-warning=VУІr oppmerksom pУЅ at Server OperatУИr status ikke har noen effekt pУЅ Sponge nУЅr en tillatelsesplugin er installert, du mУЅ redigere brukerdata direkte +luckperms.duration.unit.years.plural={0} УЅr +luckperms.duration.unit.years.singular={0} УЅr +luckperms.duration.unit.years.short={0}УЅ +luckperms.duration.unit.months.plural={0} mУЅneder +luckperms.duration.unit.months.singular={0} mУЅned +luckperms.duration.unit.months.short={0}mnd +luckperms.duration.unit.weeks.plural={0} uker +luckperms.duration.unit.weeks.singular={0} uke +luckperms.duration.unit.weeks.short={0}u +luckperms.duration.unit.days.plural={0} dager +luckperms.duration.unit.days.singular={0} dag +luckperms.duration.unit.days.short={0}d +luckperms.duration.unit.hours.plural={0} timer +luckperms.duration.unit.hours.singular={0} time +luckperms.duration.unit.hours.short={0}t +luckperms.duration.unit.minutes.plural={0} minutter +luckperms.duration.unit.minutes.singular={0} minutt +luckperms.duration.unit.minutes.short={0}m +luckperms.duration.unit.seconds.plural={0} sekunder +luckperms.duration.unit.seconds.singular={0} sekund +luckperms.duration.unit.seconds.short={0}s +luckperms.duration.since={0} siden +luckperms.command.misc.invalid-code=Ugyldig kode +luckperms.command.misc.response-code-key=responskode +luckperms.command.misc.error-message-key=melding +luckperms.command.misc.bytebin-unable-to-communicate=Kan ikke kommunisere med bytebin +luckperms.command.misc.webapp-unable-to-communicate=Klarer ikke УЅ kommunisere med applikasjonen +luckperms.command.misc.check-console-for-errors=Sjekk konsollen for feil +luckperms.command.misc.file-must-be-in-data=Filen {0} mУЅ vУІre en direkte undergruppe av datamappen +luckperms.command.misc.wait-to-finish=Vennligst vent til den er ferdig og prУИv pУЅ nytt +luckperms.command.misc.invalid-priority=Ugyldig prioritet {0} +luckperms.command.misc.expected-number=Forventet et tall +luckperms.command.misc.date-parse-error=Kunne ikke analysere datoen {0} +luckperms.command.misc.date-in-past-error=Du kan ikke angi en dato i fortiden\! +luckperms.command.misc.page=side {0} av {1} +luckperms.command.misc.page-entries={0} innfУИringer +luckperms.command.misc.none=Ingen +luckperms.command.misc.loading.error.unexpected=En uventet feil har oppstУЅtt +luckperms.command.misc.loading.error.user=Bruker ble ikke lastet +luckperms.command.misc.loading.error.user-specific=Kunne ikke laste mУЅlbrukeren {0} +luckperms.command.misc.loading.error.user-not-found=En bruker for {0} ble ikke funnet +luckperms.command.misc.loading.error.user-save-error=Det oppstod en feil under lagring av brukerdata for {0} +luckperms.command.misc.loading.error.user-not-online=Brukeren {0} er ikke pУЅlogget +luckperms.command.misc.loading.error.user-invalid={0} er ikke et gyldig brukernavn/uuid +luckperms.command.misc.loading.error.user-not-uuid=MУЅlbruker {0} er ikke en gyldig uuid +luckperms.command.misc.loading.error.group=Gruppen er ikke lastet +luckperms.command.misc.loading.error.all-groups=Kan ikke laste alle grupper +luckperms.command.misc.loading.error.group-not-found=En gruppe kalt {0} ble ikke funnet +luckperms.command.misc.loading.error.group-save-error=Det oppstod en feil under lagring av gruppedata for {0} +luckperms.command.misc.loading.error.group-invalid={0} er ikke et gyldig gruppenavn +luckperms.command.misc.loading.error.track=Sporet ikke lastet +luckperms.command.misc.loading.error.all-tracks=Kunne ikke laste alle sporene +luckperms.command.misc.loading.error.track-not-found=Et spor kalt {0} ble ikke funnet +luckperms.command.misc.loading.error.track-save-error=Det oppstod en feil under lagring av spordata for {0} +luckperms.command.misc.loading.error.track-invalid={0} er ikke et gyldig spor navn +luckperms.command.editor.no-match=Kan ikke УЅpne editor, ingen objekter samsvarte med УИnsket type +luckperms.command.editor.start=Forbereder en ny redigeringsУИkt, vennligst vent... +luckperms.command.editor.url=Klikk pУЅ lenken under for УЅ УЅpne redigeringsprogrammet +luckperms.command.editor.unable-to-communicate=Kan ikke kommunisere med redigeringsprogrammet +luckperms.command.editor.apply-edits.success=Webredigeringsdataen ble vellykket pУЅfУИrt {0}en {1} +luckperms.command.editor.apply-edits.success-summary={0} {1} og {2} {3} +luckperms.command.editor.apply-edits.success.additions=tillegg +luckperms.command.editor.apply-edits.success.additions-singular=tillegg +luckperms.command.editor.apply-edits.success.deletions=slettinger +luckperms.command.editor.apply-edits.success.deletions-singular=sletting +luckperms.command.editor.apply-edits.no-changes=Ingen endringer ble pУЅfУИrt fra webredigeringsУИkten, ettersom dataen innfУИrt ikke hadde noen endringer +luckperms.command.editor.apply-edits.unknown-type=Kan ikke pУЅfУИre endringen til den oppgivne objekttypen +luckperms.command.editor.apply-edits.unable-to-read=Kan ikke lese dataen med den oppgivne koden +luckperms.command.search.searching.permission=SУИker etter brukere og grupper med {0} +luckperms.command.search.searching.inherit=SУИker etter brukere og grupper som arver fra {0} +luckperms.command.search.result=Fant {0} oppfУИringer fra {1} brukere og {2} grupper +luckperms.command.search.result.default-notice=N.B.\: NУЅr du sУИker etter medlemmer i standardgruppen vil ikke frakoblede spillere uten noen andre tillatelser bli vist\! +luckperms.command.search.showing-users=Viser brukeroppfУИringer +luckperms.command.search.showing-groups=Viser gruppeoppfУИringer +luckperms.command.tree.start=Genererer trestruktur, vennligst vent... +luckperms.command.tree.empty=Kunne ikke generere tre, ingen resultater ble funnet +luckperms.command.tree.url=URL til tillatelsestreet +luckperms.command.verbose.invalid-filter={0} er ikke et gyldig verbose filter +luckperms.command.verbose.enabled=Detaljert logging {0} for kontroll etter matchende {1} +luckperms.command.verbose.command-exec=Tvinger {0} til УЅ utfУИre kommandoen {1} og rapporter alle endringer som er gjort... +luckperms.command.verbose.off=Detaljert loggfУИring {0} +luckperms.command.verbose.command-exec-complete=Kommandoen ble utfУИrt +luckperms.command.verbose.command.no-checks=UtfУИrelsen av kommando fullfУИrt, men ingen tilgangskontroller ble gjort +luckperms.command.verbose.command.possibly-async=Dette kan vУІre fordi utvidelsen kjУИrer kommandoer i bakgrunnen (async) +luckperms.command.verbose.command.try-again-manually=Du kan fremdeles bruke verbose manuelt for УЅ oppdage kontroller som er gjort som dette +luckperms.command.verbose.enabled-recording=Verbose opptak {0} sjekker matchende {1} +luckperms.command.verbose.uploading=Detaljert logging {0}, laster opp resultater... +luckperms.command.verbose.url=Detaljert resultat URL +luckperms.command.verbose.enabled-term=aktivert +luckperms.command.verbose.disabled-term=deaktivert +luckperms.command.verbose.query-any=ALLE +luckperms.command.info.running-plugin=KjУИrer +luckperms.command.info.platform-key=Plattform +luckperms.command.info.server-brand-key=Servermerke +luckperms.command.info.server-version-key=Serverversjon +luckperms.command.info.storage-key=Lager +luckperms.command.info.storage-type-key=Type +luckperms.command.info.storage.meta.split-types-key=Typer +luckperms.command.info.storage.meta.ping-key=Ping +luckperms.command.info.storage.meta.connected-key=Tilkoblet +luckperms.command.info.storage.meta.file-size-key=FilstУИrrelse +luckperms.command.info.extensions-key=Utvidelser +luckperms.command.info.messaging-key=Meldinger +luckperms.command.info.instance-key=Instans +luckperms.command.info.static-contexts-key=Statiske kontekster +luckperms.command.info.online-players-key=PУЅlogget Spillere +luckperms.command.info.online-players-unique={0} unik +luckperms.command.info.uptime-key=Oppetid +luckperms.command.info.local-data-key=Lokale data +luckperms.command.info.local-data={0} brukere, {1} grupper, {2} spor +luckperms.command.generic.create.success={0} ble opprettet +luckperms.command.generic.create.error=Det oppstod en feil under oppretting av {0} +luckperms.command.generic.create.error-already-exists={0} finnes allerede\! +luckperms.command.generic.delete.success={0} ble slettet +luckperms.command.generic.delete.error=Det oppstod en feil ved sletting av {0} +luckperms.command.generic.delete.error-doesnt-exist={0} finnes ikke\! +luckperms.command.generic.rename.success={0} endret navn til {1} +luckperms.command.generic.clone.success={0} ble klonet pУЅ {1} +luckperms.command.generic.info.parent.title=Overordnede Grupper +luckperms.command.generic.info.parent.temporary-title=Midlertidige Overordnede Grupper +luckperms.command.generic.info.expires-in=utlУИper om +luckperms.command.generic.info.inherited-from=arvet fra +luckperms.command.generic.info.inherited-from-self=selv +luckperms.command.generic.show-tracks.title={0} sitt Spor +luckperms.command.generic.show-tracks.empty={0} er ikke pУЅ noen spor +luckperms.command.generic.clear.node-removed={0} noder ble fjernet +luckperms.command.generic.clear.node-removed-singular={0} tillatelse ble fjernet +luckperms.command.generic.clear={0}''s noder ble fjernet i kontekst {1} +luckperms.command.generic.permission.info.title={0} s Tillatelser +luckperms.command.generic.permission.info.empty={0} har ingen tillatelser satt +luckperms.command.generic.permission.info.click-to-remove=Klikk for УЅ fjerne denne noden fra {0} +luckperms.command.generic.permission.check.info.title=Informasjon for {0} +luckperms.command.generic.permission.check.info.directly={0} har {1} satt til {2} i kontekst {3} +luckperms.command.generic.permission.check.info.inherited={0} arver {1} satt til {2} fra {3} i kontekst {4} +luckperms.command.generic.permission.check.info.not-directly={0} har ikke {1} satt +luckperms.command.generic.permission.check.info.not-inherited={0} arver ikke {1} +luckperms.command.generic.permission.check.result.title=Tillatelsessjekk for {0} +luckperms.command.generic.permission.check.result.result-key=Resultat +luckperms.command.generic.permission.check.result.processor-key=Prosessor +luckperms.command.generic.permission.check.result.cause-key=У…rsak +luckperms.command.generic.permission.check.result.context-key=Kontekst +luckperms.command.generic.permission.set=Satt {0} til {1} for {2} i kontekst {3} +luckperms.command.generic.permission.already-has={0} har allerede {1} i kontekst {2} +luckperms.command.generic.permission.set-temp=Satt {0} til {1} for {2} i en periode pУЅ {3} i kontekst {4} +luckperms.command.generic.permission.already-has-temp={0} har allerede {1} satt midlertidig i kontekst {2} +luckperms.command.generic.permission.unset=Fjern {0} for {1} i kontekst {2} +luckperms.command.generic.permission.doesnt-have={0} har ikke {1} i kontekst {2} +luckperms.command.generic.permission.unset-temp=Fjern midlertidig tillatelse {0} for {1} i kontekst av {2} +luckperms.command.generic.permission.subtract=Satt {0} til {1} for {2} i en periode pУЅ {3} i kontekst {4}, {5} mindre enn tidligere +luckperms.command.generic.permission.doesnt-have-temp={0} har ikke {1} satt midlertidig i kontekst {2} +luckperms.command.generic.permission.clear={0} sine tillatelser ble fjernet i kontekst {1} +luckperms.command.generic.parent.info.title={0}''s overordnede +luckperms.command.generic.parent.info.empty={0} har ikke noen overordnede definert +luckperms.command.generic.parent.info.click-to-remove=Klikk for УЅ fjerne denne overordnede fra {0} +luckperms.command.generic.parent.add={0} arver nУЅ tillatelser fra {1} i kontekst {2} +luckperms.command.generic.parent.add-temp={0} arver nУЅ tillatelser fra {1} for en varighet pУЅ {2} i kontekst med {3} +luckperms.command.generic.parent.set={0} hadde deres eksisterende overordnede grupper tУИmt, og har nУЅ {1} i kontekst {2} +luckperms.command.generic.parent.set-track={0} hadde eksisterende overordnede grupper pУЅ spor {1} slettet, og arver nУЅ bare {2} i kontekst {3} +luckperms.command.generic.parent.remove={0} arver ikke lenger tillatelser fra {1} i kontekst {2} +luckperms.command.generic.parent.remove-temp={0} arver ikke lenger midlertidig tillatelser fra {1} i kontekst {2} +luckperms.command.generic.parent.subtract={0} vil arve tillatelser fra {1} for en varighet pУЅ {2} i kontekst {3}, {4} mindre enn tidligere +luckperms.command.generic.parent.clear={0} sine foreldre ble fjernet i kontekst {1} +luckperms.command.generic.parent.clear-track={0} sine foreldre pУЅ spor {1} ble fjernet i kontekst {2} +luckperms.command.generic.parent.already-inherits={0} arver allerede fra {1} i kontekst {2} +luckperms.command.generic.parent.doesnt-inherit={0} arver ikke fra {1} i kontekst {2} +luckperms.command.generic.parent.already-temp-inherits={0} arver allerede midlertidig fra {1} i kontekst {2} +luckperms.command.generic.parent.doesnt-temp-inherit={0} arver ikke midlertidig fra {1} i kontekst {2} +luckperms.command.generic.chat-meta.info.title-prefix={0} sine prefikser +luckperms.command.generic.chat-meta.info.title-suffix={0} sine suffiks +luckperms.command.generic.chat-meta.info.none-prefix={0} har ingen prefikser +luckperms.command.generic.chat-meta.info.none-suffix={0} har ingen suffikser +luckperms.command.generic.chat-meta.info.click-to-remove=Klikk for УЅ fjerne {0} fra {1} +luckperms.command.generic.chat-meta.already-has={0} har allerede {1} {2} satt til prioritet {3} i kontekst {4} +luckperms.command.generic.chat-meta.already-has-temp={0} har allerede {1} {2} satt midlertidig prioritet til {3} i kontekst {4} +luckperms.command.generic.chat-meta.doesnt-have={0} har ikke {1} {2} med prioritet {3} i kontekst {4} +luckperms.command.generic.chat-meta.doesnt-have-temp={0} har ikke {1} {2} med midlertidig prioritet {3} i kontekst {4} +luckperms.command.generic.chat-meta.add={1} {2} ble satt til prioritet {3} for {0} i kontekst {4} +luckperms.command.generic.chat-meta.add-temp={1} {2} ble satt til prioritet {3} i en periode pУЅ {4} for {0} i kontekst {5} +luckperms.command.generic.chat-meta.remove={0} fikk fjernet {1} {2} med prioritet {3} i kontekst {4} +luckperms.command.generic.chat-meta.remove-bulk={0} fikk fjernet alle {1} med prioritet {2} i kontekst {3} +luckperms.command.generic.chat-meta.remove-temp={0} fikk midlertidig {1} {2} med prioritet {3} fjernet i kontekst {4} +luckperms.command.generic.chat-meta.remove-temp-bulk={0} fikk alle midlertidige {1} med prioritet {2} fjernet fra kontekst {3} +luckperms.command.generic.meta.info.title={0} sin Meta +luckperms.command.generic.meta.info.none={0} har ingen meta +luckperms.command.generic.meta.info.click-to-remove=Klikk for УЅ fjerne denne meta noden fra {0} +luckperms.command.generic.meta.already-has={0} har allerede metanУИkkel {1} satt til {2} i kontekst {3} +luckperms.command.generic.meta.already-has-temp={0} har allerede metanУИkkel {1} midlertidig satt til {2} i kontekst {3} +luckperms.command.generic.meta.doesnt-have={0} har ikke metanУИkkel {1} i kontekst {2} +luckperms.command.generic.meta.doesnt-have-temp={0} har ikke metanУИkkel {1} satt midlertidig i kontekst {2} +luckperms.command.generic.meta.set=Satt metanУИkkel {0} til {1} for {2} i kontekst {3} +luckperms.command.generic.meta.set-temp=Satt metanУИkkel {0} til {1} for {2} i en periode pУЅ {3} i kontekst {4} +luckperms.command.generic.meta.unset=Fjernet metanУИkkel {0} for {1} i kontekst {2} +luckperms.command.generic.meta.unset-temp=Fjernet midlertidig metanУИkkel {0} for {1} i kontekst {2} +luckperms.command.generic.meta.clear=Meta som samsvarer med {1} ble fjernet fra {0} i kontekst {2} +luckperms.command.generic.contextual-data.title=Kontekstuell informasjon +luckperms.command.generic.contextual-data.mode.key=modus +luckperms.command.generic.contextual-data.mode.server=server +luckperms.command.generic.contextual-data.mode.active-player=aktiv spiller +luckperms.command.generic.contextual-data.contexts-key=Kontekster +luckperms.command.generic.contextual-data.prefix-key=Prefiks +luckperms.command.generic.contextual-data.suffix-key=Suffiks +luckperms.command.generic.contextual-data.primary-group-key=PrimУІr Gruppe +luckperms.command.generic.contextual-data.meta-key=Meta +luckperms.command.generic.contextual-data.null-result=Ingen +luckperms.command.user.info.title=Brukerinfo +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=type +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=frakoblet +luckperms.command.user.info.status-key=Status +luckperms.command.user.info.status.online=PУЅlogget +luckperms.command.user.info.status.offline=Frakoblet +luckperms.command.user.removegroup.error-primary=Du kan ikke fjerne en bruker fra sin primУІre gruppe +luckperms.command.user.primarygroup.not-member={0} var ikke medlem av {1}, legger de til nУЅ +luckperms.command.user.primarygroup.already-has={0} har allerede {1} som sin primУІre gruppe +luckperms.command.user.primarygroup.warn-option=Advarsel\: Beregningsmetoden for primУІre grupper som blir benyttet pУЅ denne serveren ({0}) vil kanskje ikke gjenspeile denne endringen +luckperms.command.user.primarygroup.set={0} sin primУІre gruppe ble satt til {1} +luckperms.command.user.track.error-not-contain-group={0} er ikke i noen grupper pУЅ {1} +luckperms.command.user.track.unsure-which-track=Usikker pУЅ hvilket spor som skal brukes, vennligst angi sporet som argument +luckperms.command.user.track.missing-group-advice=Enten opprett gruppen, eller fjern den fra sporet og prУИv pУЅ nytt +luckperms.command.user.promote.added-to-first={0} er ikke i noen grupper pУЅ {1}, sУЅ de ble lagt til i den fУИrste gruppen {2} i kontekst {3} +luckperms.command.user.promote.not-on-track={0} er ikke i noen grupper pУЅ {1}, ble derfor ikke forfremmet +luckperms.command.user.promote.success=Forfremmer {0} langs spor {1} fra {2} til {3} i kontekst {4} +luckperms.command.user.promote.end-of-track=Slutten pУЅ sporet {0} ble nУЅdd, ugyldig УЅ forfremme {1} +luckperms.command.user.promote.next-group-deleted=Den neste gruppen pУЅ sporet, {0}, eksisterer ikke lenger +luckperms.command.user.promote.unable-to-promote=Kan ikke forfremme bruker +luckperms.command.user.demote.success=Degrader {0} langs spor {1} fra {2} til {3} i kontekst {4} +luckperms.command.user.demote.end-of-track=Slutten pУЅ sporet {0} ble nУЅdd, {1} ble dermed fjernet fra {2} +luckperms.command.user.demote.end-of-track-not-removed=Slutten av spor {0} ble nУЅdd, men {1} ble ikke fjernet fra fУИrste gruppe +luckperms.command.user.demote.previous-group-deleted=Forrige gruppe pУЅ sporet, {0}, eksisterer ikke lenger +luckperms.command.user.demote.unable-to-demote=Kan ikke degradere bruker +luckperms.command.group.list.title=Grupper +luckperms.command.group.delete.not-default=Du kan ikke slette standardgruppen +luckperms.command.group.info.title=Gruppe Informasjon +luckperms.command.group.info.display-name-key=Visningsnavn +luckperms.command.group.info.weight-key=Vekt +luckperms.command.group.setweight.set=Satte vekt til {0} for gruppen {1} +luckperms.command.group.setdisplayname.doesnt-have={0} har ikke satt et visningsnavn +luckperms.command.group.setdisplayname.already-has={0} har allerede visningsnavn {1} +luckperms.command.group.setdisplayname.already-in-use=Visningsnavnet {0} er allerede i bruk av {1} +luckperms.command.group.setdisplayname.set=Satt visningsnavn til {0} for gruppen {1} i kontekst {2} +luckperms.command.group.setdisplayname.removed=Fjernet visningsnavn for gruppen {0} i kontekst {1} +luckperms.command.track.list.title=Spor +luckperms.command.track.path.empty=Ingen +luckperms.command.track.info.showing-track=Viser spor +luckperms.command.track.info.path-property=Sti +luckperms.command.track.clear={0} sitt gruppespor ble fjernet +luckperms.command.track.append.success=Gruppe {0} ble lagt til i spor {1} +luckperms.command.track.insert.success=Gruppe {0} ble satt inn i spor {1} ved posisjon {2} +luckperms.command.track.insert.error-number=Forventet tall, men mottok istedet\: {0} +luckperms.command.track.insert.error-invalid-pos=Kunne ikke sette inn pУЅ posisjon {0} +luckperms.command.track.insert.error-invalid-pos-reason=ugyldig posisjon +luckperms.command.track.remove.success=Gruppe {0} ble fjernet fra spor {1} +luckperms.command.track.error-empty={0} kan ikke brukes fordi det er tomt eller inneholder kun en gruppe +luckperms.command.track.error-multiple-groups={0} er medlem av flere grupper pУЅ dette sporet +luckperms.command.track.error-ambiguous=Kan ikke finne deres posisjon +luckperms.command.track.already-contains={0} inneholder allerede {1} +luckperms.command.track.doesnt-contain={0} inneholder ikke {1} +luckperms.command.log.load-error=Kan ikke laste loggen +luckperms.command.log.invalid-page=Ugyldig sidenummer +luckperms.command.log.invalid-page-range=Angi en verdi mellom {0} og {1} +luckperms.command.log.empty=Ingen loggoppfУИringer УЅ vise +luckperms.command.log.notify.error-console=Kan ikke aktivere/deaktivere varslinger for konsollen +luckperms.command.log.notify.enabled-term=Aktivert +luckperms.command.log.notify.disabled-term=Deaktivert +luckperms.command.log.notify.changed-state={0} loggfУИrer utgang +luckperms.command.log.notify.already-on=Du mottar allerede varslinger +luckperms.command.log.notify.already-off=Du mottar ikke varslinger +luckperms.command.log.notify.invalid-state=Tilstand ukjent. Forventer {0} eller {1} +luckperms.command.log.show.search=Viser nylige handlinger for spУИrringen {0} +luckperms.command.log.show.recent=Viser nylige handlinger +luckperms.command.log.show.by=Viser nylige handlinger av {0} +luckperms.command.log.show.history=Viser historikk for {0} {1} +luckperms.command.export.error-term=Feil +luckperms.command.export.already-running=En annen eksportprosess kjУИrer allerede +luckperms.command.export.file.already-exists=Filen {0} finnes allerede +luckperms.command.export.file.not-writable=Filen {0} er ikke skrivbar +luckperms.command.export.file.success=Vellykket eksportert til {0} +luckperms.command.export.file-unexpected-error-writing=Det oppstod en uventet feil under skriving til filen +luckperms.command.export.web.export-code=Eksporter kode +luckperms.command.export.web.import-command-description=Bruk fУИlgende kommando for УЅ importere +luckperms.command.import.term=Importer +luckperms.command.import.error-term=Feil +luckperms.command.import.already-running=En annen importprosess kjУИrer allerede +luckperms.command.import.file.doesnt-exist=Filen {0} eksisterer ikke +luckperms.command.import.file.not-readable=Filen {0} er ikke lesbar +luckperms.command.import.file.unexpected-error-reading=En uventet feil oppsto ved lesing fra den importerte filen +luckperms.command.import.file.correct-format=er dette det riktige formatet? +luckperms.command.import.web.unable-to-read=Kan ikke lese data ved УЅ bruke angitt kode +luckperms.command.import.progress.percent={0}% ferdig +luckperms.command.import.progress.operations={0}/{1} operasjoner fullfУИrt +luckperms.command.import.starting=Starter importprosess +luckperms.command.import.completed=FULLFӘRT +luckperms.command.import.duration=tok {0} sekunder +luckperms.command.bulkupdate.must-use-console=Kommando for masseoppdatering kan kun brukes fra konsollen +luckperms.command.bulkupdate.invalid-data-type=Ugyldig type, forventet {0} +luckperms.command.bulkupdate.invalid-constraint=Ugyldig begrensning {0} +luckperms.command.bulkupdate.invalid-constraint-format=Begrensninger bУИr vУІre i formatet {0} +luckperms.command.bulkupdate.invalid-comparison=Ugyldig sammenligningsoperatУИr {0} +luckperms.command.bulkupdate.invalid-comparison-format=Forventet en av fУИlgende\: {0} +luckperms.command.bulkupdate.queued=Masseoppdateringen ble satt i kУИ +luckperms.command.bulkupdate.confirm=KjУИr {0} for УЅ utfУИre oppdateringen +luckperms.command.bulkupdate.unknown-id=Handlingen med id {0} eksisterer ikke eller den er utlУИpt +luckperms.command.bulkupdate.starting=KjУИrer masseoppdatering +luckperms.command.bulkupdate.success=Masseoppdatering fullfУИrt +luckperms.command.bulkupdate.success.statistics.nodes=Totalt berУИrte noder +luckperms.command.bulkupdate.success.statistics.users=Totalt berУИrte brukere +luckperms.command.bulkupdate.success.statistics.groups=Totalt berУИrte grupper +luckperms.command.bulkupdate.failure=Masseoppdatering feilet, sjekk konsollen for feilmeldinger +luckperms.command.update-task.request=Oppdatering er etterspurt, vennligst vent +luckperms.command.update-task.complete=Oppdatering fullfУИrt +luckperms.command.update-task.push.attempting=ForsУИker УЅ sende til andre servere +luckperms.command.update-task.push.complete=Andre servere ble vellykket varslet via {0} +luckperms.command.update-task.push.error=Feil under sending av endringer til andre servere +luckperms.command.update-task.push.error-not-setup=Kan ikke sende endringer til andre servere fordi meldingstjenesten er ikke konfigurert +luckperms.command.reload-config.success=Konfigurasjonsfilen ble lastet pУЅ nytt +luckperms.command.reload-config.restart-note=noen alternativer vil kun gjelde etter at serveren har startet pУЅ nytt +luckperms.command.translations.searching=SУИker etter tilgjengelige oversettelser, vennligst vent... +luckperms.command.translations.searching-error=Kan ikke finne en liste over tilgjengelige oversettelser +luckperms.command.translations.installed-translations=Installerte oversettelser +luckperms.command.translations.available-translations=Tilgjengelige oversettelser +luckperms.command.translations.percent-translated={0}% er oversatt +luckperms.command.translations.translations-by=av +luckperms.command.translations.installing=Installerer oversettelser, vennligst vent... +luckperms.command.translations.download-error=Kunne ikke laste ned oversettelse for {0} +luckperms.command.translations.installing-specific=Installerer sprУЅk {0}... +luckperms.command.translations.install-complete=Installasjon fullfУИrt +luckperms.command.translations.download-prompt=Bruk {0} for УЅ laste ned og installere oppdaterte versjoner av oversettelsene som er laget av fellesskapet +luckperms.command.translations.download-override-warning=VУІr oppmerksom pУЅ at dette vil overskrive endringer du har gjort pУЅ disse sprУЅkene +luckperms.usage.user.description=Et sett med kommandoer for УЅ behandle brukere i LuckPerms. (En ''bruker'' i LuckPerms er bare en spiller, og kan refereres til en UUID eller brukernavn) +luckperms.usage.group.description=Et sett med kommandoer for УЅ behandle grupper i LuckPerms. Grupper er bare en samling av tillatelsesnoder som kan gis til brukerne. Nye grupper opprettes med kommandoen ''creategroup''. +luckperms.usage.track.description=Et sett med kommandoer for УЅ behandle spor i LuckPerms. Spor er en stige med en samling av grupper som kan brukes til УЅ definere graderinger og degraderinger. +luckperms.usage.log.description=Et sett med kommandoer for УЅ behandle logg funksjonaliteten i LuckPerms. +luckperms.usage.sync.description=Laster inn all data fra lagring til minne, og tar i bruk alle endringer som er oppdaget. +luckperms.usage.info.description=Viser generell informasjon om den aktive instansen. +luckperms.usage.editor.description=Oppretter en ny web УИkt for redigering +luckperms.usage.editor.argument.type=typer som skal lastes inn for redigering. (''all'', ''users'' eller ''groups'') +luckperms.usage.editor.argument.filter=tillatelse til УЅ filtrere brukeroppfУИringer av +luckperms.usage.verbose.description=Kontrollerer informasjonsflyten pУЅ overvУЅkingssystemet for tillatelser. +luckperms.usage.verbose.argument.action=om du vil aktivere/deaktivere logging, eller УЅ laste opp resultatet av loggingen +luckperms.usage.verbose.argument.filter=filter for УЅ samsvare oppfУИringer mot +luckperms.usage.verbose.argument.commandas=spilleren/kommandoen som skal kjУИres +luckperms.usage.tree.description=Genererer en trevisning (ordnet listehierarki) av alle tillatelser som er kjente for LuckPerms. +luckperms.usage.tree.argument.scope=roten av treet. Angi "." for УЅ inkludere alle tillatelser +luckperms.usage.tree.argument.player=navnet pУЅ en pУЅlogget spiller som kan sjekkes +luckperms.usage.search.description=SУИker etter alle brukere/grupper med en bestemt tillatelse +luckperms.usage.search.argument.permission=tillatelsen УЅ sУИke etter +luckperms.usage.search.argument.page=siden УЅ vise +luckperms.usage.network-sync.description=Synkroniser endringer med lagringsenheten og be om at alle andre servere pУЅ nettverket gjУИr det samme +luckperms.usage.import.description=Importerer data fra en (tidligere opprettet) eksportfil +luckperms.usage.import.argument.file=filen УЅ importere fra +luckperms.usage.import.argument.replace=erstatte eksisterende data i stedet for sammenslУЅing +luckperms.usage.import.argument.upload=laste opp data fra en tidligere eksport +luckperms.usage.export.description=Eksporterer alle tillatelsesdata til en ''eksport'' fil. Kan importeres pУЅ et senere tidspunkt. +luckperms.usage.export.argument.file=filen som skal eksporteres til +luckperms.usage.export.argument.without-users=ekskluder brukere fra eksporten +luckperms.usage.export.argument.without-groups=ekskluder grupper fra eksporten +luckperms.usage.export.argument.upload=Laste opp alle tillatelsesdata til web redigering. Kan importeres pУЅ nytt senere. +luckperms.usage.reload-config.description=Last inn noen av konfigurasjonsalternativene pУЅ nytt +luckperms.usage.bulk-update.description=KjУИr masseendring av spУИrringer pУЅ alle data +luckperms.usage.bulk-update.argument.data-type=typen data som endres. (''all'', ''users'' eller ''groups'') +luckperms.usage.bulk-update.argument.action=handlinger som kan utfУИres pУЅ dataene. (''update'' eller ''delete'') +luckperms.usage.bulk-update.argument.action-field=feltet du vil endre pУЅ. bare nУИdvendig ved ''update''. (''permission'', ''server'' eller ''world'') +luckperms.usage.bulk-update.argument.action-value=verdien som skal erstattes med. Kun pУЅkrevd ved ''update''. +luckperms.usage.bulk-update.argument.constraint=begrensningene som kreves for oppdateringen +luckperms.usage.translations.description=Behandle oversettelser +luckperms.usage.translations.argument.install=underkommando for УЅ installere oversettelser +luckperms.usage.apply-edits.description=Gjelder tillatelsesendringer fra web redigeringen +luckperms.usage.apply-edits.argument.code=den unike koden for dataene +luckperms.usage.apply-edits.argument.target=hvem som blir pУЅvirket av dataene +luckperms.usage.create-group.description=Opprett ny gruppe +luckperms.usage.create-group.argument.name=navnet pУЅ gruppen +luckperms.usage.create-group.argument.weight=vekten pУЅ gruppen +luckperms.usage.create-group.argument.display-name=visningsnavnet til gruppen +luckperms.usage.delete-group.description=Slett en gruppe +luckperms.usage.delete-group.argument.name=navnet pУЅ gruppen +luckperms.usage.list-groups.description=Vis alle grupper +luckperms.usage.create-track.description=Opprett et nytt spor +luckperms.usage.create-track.argument.name=navnet pУЅ sporet +luckperms.usage.delete-track.description=Slett et spor +luckperms.usage.delete-track.argument.name=navnet pУЅ sporet +luckperms.usage.list-tracks.description=Vis alle spor +luckperms.usage.user-info.description=Viser informasjon om brukeren +luckperms.usage.user-switchprimarygroup.description=Bytter brukerens primУІre gruppe +luckperms.usage.user-switchprimarygroup.argument.group=gruppen som skal byttes til +luckperms.usage.user-promote.description=Grader en bruker opp et spor +luckperms.usage.user-promote.argument.track=sporet for УЅ forfremme brukeren +luckperms.usage.user-promote.argument.context=kontekstene for УЅ forfremme brukeren i +luckperms.usage.user-promote.argument.dont-add-to-first=bare forfremme brukeren hvis de allerede er pУЅ sporet +luckperms.usage.user-demote.description=Degrader brukeren ned et spor +luckperms.usage.user-demote.argument.track=sporet for УЅ degradere brukeren +luckperms.usage.user-demote.argument.context=konteksten for УЅ degradere brukeren i +luckperms.usage.user-demote.argument.dont-remove-from-first=forhindrer at brukeren fjernes fra den fУИrste gruppen +luckperms.usage.user-clone.description=Klon brukeren +luckperms.usage.user-clone.argument.user=navnet/uuid til brukeren som skal motta klonedata +luckperms.usage.group-info.description=Gir informasjon om gruppen +luckperms.usage.group-listmembers.description=Vis brukere/gruppene som arver fra denne gruppen +luckperms.usage.group-listmembers.argument.page=siden УЅ vise +luckperms.usage.group-setweight.description=Angi gruppens vekt +luckperms.usage.group-setweight.argument.weight=vekten som skal angis +luckperms.usage.group-set-display-name.description=Angi gruppens visningsnavn +luckperms.usage.group-set-display-name.argument.name=navnet som skal angis +luckperms.usage.group-set-display-name.argument.context=kontekstene som skal inneholde navnet +luckperms.usage.group-rename.description=Endre navnet pУЅ gruppen +luckperms.usage.group-rename.argument.name=det nye navnet +luckperms.usage.group-clone.description=Klon gruppen +luckperms.usage.group-clone.argument.name=navnet pУЅ gruppen som mottar klonedata +luckperms.usage.holder-editor.description=У…pne web redigering for tillatelser +luckperms.usage.holder-showtracks.description=Viser sporene som objektet er pУЅ +luckperms.usage.holder-clear.description=Fjerner alle tillatelser, foreldre og meta +luckperms.usage.holder-clear.argument.context=kontekstene УЅ filtrere etter +luckperms.usage.permission.description=Redigere tillatelser +luckperms.usage.parent.description=Redigere arv +luckperms.usage.meta.description=Redigere metaverdier +luckperms.usage.permission-info.description=Viser tillatelser (noder) objektet har +luckperms.usage.permission-info.argument.page=siden УЅ vise +luckperms.usage.permission-info.argument.sort-mode=hvordan sortere oppfУИringer +luckperms.usage.permission-set.description=Angir en tillatelse for objektet +luckperms.usage.permission-set.argument.node=tillatelsen som skal angis +luckperms.usage.permission-set.argument.value=verdien til noden +luckperms.usage.permission-set.argument.context=hvilken kontekst tillatelsen skal legges i +luckperms.usage.permission-unset.description=Fjern tillatelse fra et objekt +luckperms.usage.permission-unset.argument.node=tillatelsen som skal fjernes +luckperms.usage.permission-unset.argument.context=hvilken kontekst tillatelsen skal fjernes fra +luckperms.usage.permission-settemp.description=Angir en midlertidig tillatelse for objektet +luckperms.usage.permission-settemp.argument.node=tillatelsen som skal angis +luckperms.usage.permission-settemp.argument.value=verdien til noden +luckperms.usage.permission-settemp.argument.duration=varigheten fУИr tillatelsen utlУИper +luckperms.usage.permission-settemp.argument.temporary-modifier=hvordan de midlertidige tillatelsene skal angis +luckperms.usage.permission-settemp.argument.context=hvilken kontekst tillatelsen skal legges i +luckperms.usage.permission-unsettemp.description=Fjern midlertidig tillatelse fra et objekt +luckperms.usage.permission-unsettemp.argument.node=tillatelsen som skal fjernes +luckperms.usage.permission-unsettemp.argument.duration=subtrahere varigheten +luckperms.usage.permission-unsettemp.argument.context=hvilken kontekst tillatelsen skal fjernes fra +luckperms.usage.permission-check.description=Kontrollerer om objektet har en bestemt tillatelse +luckperms.usage.permission-check.argument.node=tillatelsen УЅ se etter +luckperms.usage.permission-clear.description=Fjern alle tillatelser +luckperms.usage.permission-clear.argument.context=kontekstene УЅ filtrere etter +luckperms.usage.parent-info.description=Viser hvilke grupper dette objektet arver fra +luckperms.usage.parent-info.argument.page=siden УЅ vise +luckperms.usage.parent-info.argument.sort-mode=hvordan sortere oppfУИringer +luckperms.usage.parent-set.description=Fjerner alle andre grupper objektet arver allerede og legger det til det som er angitt +luckperms.usage.parent-set.argument.group=gruppen som skal settes +luckperms.usage.parent-set.argument.context=konteksten gruppen skal settes i +luckperms.usage.parent-add.description=Angir en annen gruppe som objektet skal arve tillatelser fra +luckperms.usage.parent-add.argument.group=gruppen som skal arve fra +luckperms.usage.parent-add.argument.context=konteksten gruppen skal arves i +luckperms.usage.parent-remove.description=Fjerner en tidligere satt regel for arv +luckperms.usage.parent-remove.argument.group=gruppen som skal fjernes +luckperms.usage.parent-remove.argument.context=konteksten gruppen skal fjernes i +luckperms.usage.parent-set-track.description=Fjerner alle andre grupper objektet arver allerede i det angitte sporet, og legger det til i den angitte gruppen +luckperms.usage.parent-set-track.argument.track=sporet som skal settes pУЅ +luckperms.usage.parent-set-track.argument.group=gruppen som skal settes, eller et tall knyttet til gruppens posisjon pУЅ det angitte sporet +luckperms.usage.parent-set-track.argument.context=konteksten gruppen skal settes i +luckperms.usage.parent-add-temp.description=Angir en annen gruppe som objektet skal arve tillatelser fra midlertidig +luckperms.usage.parent-add-temp.argument.group=gruppen som skal arve fra +luckperms.usage.parent-add-temp.argument.duration=varigheten av gruppemedlemskapet +luckperms.usage.parent-add-temp.argument.temporary-modifier=hvordan de midlertidige tillatelsene skal settes +luckperms.usage.parent-add-temp.argument.context=konteksten gruppen skal arves i +luckperms.usage.parent-remove-temp.description=Fjerner en tidligere satt regel for midlertidig arv +luckperms.usage.parent-remove-temp.argument.group=gruppen som skal fjernes +luckperms.usage.parent-remove-temp.argument.duration=subtrahere varigheten +luckperms.usage.parent-remove-temp.argument.context=konteksten gruppen skal fjernes i +luckperms.usage.parent-clear.description=Fjerner alle foreldre +luckperms.usage.parent-clear.argument.context=kontekstene УЅ filtrere etter +luckperms.usage.parent-clear-track.description=Fjerner alle foreldre pУЅ et gitt spor +luckperms.usage.parent-clear-track.argument.track=sporet som skal fjernes pУЅ +luckperms.usage.parent-clear-track.argument.context=kontekstene УЅ filtrere etter +luckperms.usage.meta-info.description=Viser all chat meta +luckperms.usage.meta-set.description=Angir en meta verdi +luckperms.usage.meta-set.argument.key=nУИkkelen som skal settes +luckperms.usage.meta-set.argument.value=verdien som skal settes +luckperms.usage.meta-set.argument.context=kontekstene for УЅ legge metaparet i +luckperms.usage.meta-unset.description=Fjern en metaverdi +luckperms.usage.meta-unset.argument.key=nУИkkelen som skal fjernes +luckperms.usage.meta-unset.argument.context=kontekstene for УЅ fjerne metaparet i +luckperms.usage.meta-settemp.description=Angir en midlertidig metaverdi +luckperms.usage.meta-settemp.argument.key=nУИkkelen som skal settes +luckperms.usage.meta-settemp.argument.value=verdien som skal settes +luckperms.usage.meta-settemp.argument.duration=varigheten fУИr metaverdien utlУИper +luckperms.usage.meta-settemp.argument.context=kontekstene for УЅ legge metaparet i +luckperms.usage.meta-unsettemp.description=Fjerner en midlertidig metaverdi +luckperms.usage.meta-unsettemp.argument.key=nУИkkelen som skal fjernes +luckperms.usage.meta-unsettemp.argument.context=kontekstene for УЅ fjerne metaparet i +luckperms.usage.meta-addprefix.description=Legg til prefiks +luckperms.usage.meta-addprefix.argument.priority=sett prioritet pУЅ prefiksen +luckperms.usage.meta-addprefix.argument.prefix=prefiks tekst +luckperms.usage.meta-addprefix.argument.context=konteksten for УЅ legge prefiksen i +luckperms.usage.meta-addsuffix.description=Legg til suffiks +luckperms.usage.meta-addsuffix.argument.priority=sett prioritet pУЅ suffiksen +luckperms.usage.meta-addsuffix.argument.suffix=suffiks tekst +luckperms.usage.meta-addsuffix.argument.context=konteksten for УЅ legge suffiksen i +luckperms.usage.meta-setprefix.description=Angi et prefiks +luckperms.usage.meta-setprefix.argument.priority=sett prioritet pУЅ prefiksen +luckperms.usage.meta-setprefix.argument.prefix=prefiks tekst +luckperms.usage.meta-setprefix.argument.context=konteksten for УЅ legge prefiksen i +luckperms.usage.meta-setsuffix.description=Angi et suffiks +luckperms.usage.meta-setsuffix.argument.priority=sett prioritet pУЅ suffiksen +luckperms.usage.meta-setsuffix.argument.suffix=suffiks tekst +luckperms.usage.meta-setsuffix.argument.context=konteksten for УЅ legge suffiksen i +luckperms.usage.meta-removeprefix.description=Fjerner et prefiks +luckperms.usage.meta-removeprefix.argument.priority=fjern prefiks med bestemt prioritetsverdi +luckperms.usage.meta-removeprefix.argument.prefix=prefiks tekst +luckperms.usage.meta-removeprefix.argument.context=konteksten prefiksen skal fjernes i +luckperms.usage.meta-removesuffix.description=Fjerner et suffiks +luckperms.usage.meta-removesuffix.argument.priority=fjern suffiks med bestemt prioritetsverdi +luckperms.usage.meta-removesuffix.argument.suffix=suffiks tekst +luckperms.usage.meta-removesuffix.argument.context=konteksten suffiksen skal fjernes i +luckperms.usage.meta-addtemp-prefix.description=Legger til et midlertidig prefiks +luckperms.usage.meta-addtemp-prefix.argument.priority=sett prioritet pУЅ prefiksen +luckperms.usage.meta-addtemp-prefix.argument.prefix=prefiks tekst +luckperms.usage.meta-addtemp-prefix.argument.duration=varigheten fУИr prefiksen utlУИper +luckperms.usage.meta-addtemp-prefix.argument.context=konteksten for УЅ legge prefiksen i +luckperms.usage.meta-addtemp-suffix.description=Legger til et midlertidig suffiks +luckperms.usage.meta-addtemp-suffix.argument.priority=sett prioritet pУЅ suffiksen +luckperms.usage.meta-addtemp-suffix.argument.suffix=suffiks tekst +luckperms.usage.meta-addtemp-suffix.argument.duration=varigheten fУИr suffiksen utlУИper +luckperms.usage.meta-addtemp-suffix.argument.context=konteksten for УЅ legge suffiksen i +luckperms.usage.meta-settemp-prefix.description=Legger til et midlertidig prefiks +luckperms.usage.meta-settemp-prefix.argument.priority=sett prioritet pУЅ prefiksen +luckperms.usage.meta-settemp-prefix.argument.prefix=prefiks tekst +luckperms.usage.meta-settemp-prefix.argument.duration=varigheten fУИr prefiksen utlУИper +luckperms.usage.meta-settemp-prefix.argument.context=konteksten for УЅ legge prefiksen i +luckperms.usage.meta-settemp-suffix.description=Legger til et midlertidig suffiks +luckperms.usage.meta-settemp-suffix.argument.priority=sett prioritet pУЅ suffiksen +luckperms.usage.meta-settemp-suffix.argument.suffix=suffiks tekst +luckperms.usage.meta-settemp-suffix.argument.duration=varigheten fУИr suffiksen utlУИper +luckperms.usage.meta-settemp-suffix.argument.context=konteksten for УЅ legge suffiksen i +luckperms.usage.meta-removetemp-prefix.description=Fjerner et midlertidig prefiks +luckperms.usage.meta-removetemp-prefix.argument.priority=fjern prefiks med bestemt prioritetsverdi +luckperms.usage.meta-removetemp-prefix.argument.prefix=prefiks tekst +luckperms.usage.meta-removetemp-prefix.argument.context=konteksten prefiksen skal fjernes i +luckperms.usage.meta-removetemp-suffix.description=Fjerner et midlertidig suffiks +luckperms.usage.meta-removetemp-suffix.argument.priority=fjern suffiks med bestemt prioritetsverdi +luckperms.usage.meta-removetemp-suffix.argument.suffix=suffiks tekst +luckperms.usage.meta-removetemp-suffix.argument.context=konteksten suffiksen skal fjernes i +luckperms.usage.meta-clear.description=Fjerner alle meta +luckperms.usage.meta-clear.argument.type=hvilken type meta som skal fjernes +luckperms.usage.meta-clear.argument.context=kontekstene УЅ filtrere etter +luckperms.usage.track-info.description=Gir informasjon om sporet +luckperms.usage.track-editor.description=У…pne web redigering for tillatelser +luckperms.usage.track-append.description=TilfУИy en gruppe pУЅ slutten av sporet +luckperms.usage.track-append.argument.group=gruppen som skal legges til +luckperms.usage.track-insert.description=Setter inn en gruppe pУЅ en angitt posisjon langs sporet +luckperms.usage.track-insert.argument.group=gruppen som skal legges til +luckperms.usage.track-insert.argument.position=angi posisjonen gruppen skal plasseres ved (fУИrste posisjon pУЅ sporet er 1) +luckperms.usage.track-remove.description=Fjerner en gruppe fra sporet +luckperms.usage.track-remove.argument.group=gruppen som skal fjernes +luckperms.usage.track-clear.description=Fjerner gruppene pУЅ sporet +luckperms.usage.track-rename.description=Endre navn pУЅ sporet +luckperms.usage.track-rename.argument.name=det nye navnet +luckperms.usage.track-clone.description=Klon sporet +luckperms.usage.track-clone.argument.name=navnet pУЅ sporet som mottar klonedata +luckperms.usage.log-recent.description=Viser nylige handlinger +luckperms.usage.log-recent.argument.user=filtrer pУЅ bruker ved УЅ angi navn/uuid +luckperms.usage.log-recent.argument.page=nummer pУЅ siden du vil lese +luckperms.usage.log-search.description=SУИk i loggen etter en oppfУИring +luckperms.usage.log-search.argument.query=spУИrring УЅ sУИke etter +luckperms.usage.log-search.argument.page=nummer pУЅ siden du vil lese +luckperms.usage.log-notify.description=Vis/skjul loggvarsler +luckperms.usage.log-notify.argument.toggle=om du skal slУЅ av eller pУЅ +luckperms.usage.log-user-history.description=Vis brukerens historikk +luckperms.usage.log-user-history.argument.user=navn/uuid for brukeren +luckperms.usage.log-user-history.argument.page=nummer pУЅ siden du vil lese +luckperms.usage.log-group-history.description=Vis gruppehistorikk +luckperms.usage.log-group-history.argument.group=navnet pУЅ gruppen +luckperms.usage.log-group-history.argument.page=nummer pУЅ siden du vil lese +luckperms.usage.log-track-history.description=Vis sporets historikk +luckperms.usage.log-track-history.argument.track=navnet pУЅ sporet +luckperms.usage.log-track-history.argument.page=nummer pУЅ siden du vil lese +luckperms.usage.sponge.description=Rediger ekstra Sponge data +luckperms.usage.sponge.argument.collection=samling som skal spУИrres +luckperms.usage.sponge.argument.subject=subjektet som skal endres +luckperms.usage.sponge-permission-info.description=Viser informasjon om subjektets tillatelser +luckperms.usage.sponge-permission-info.argument.contexts=kontekstene УЅ filtrere etter +luckperms.usage.sponge-permission-set.description=Angir en tillatelse for objektet +luckperms.usage.sponge-permission-set.argument.node=tillatelsen som skal angis +luckperms.usage.sponge-permission-set.argument.tristate=angi verdi pУЅ tillatelsen +luckperms.usage.sponge-permission-set.argument.contexts=hvilken kontekst tillatelsen skal legges i +luckperms.usage.sponge-permission-clear.description=Fjern subjektets tillatelser +luckperms.usage.sponge-permission-clear.argument.contexts=hvilken kontekst tillatelsen skal fjernes fra +luckperms.usage.sponge-parent-info.description=Viser informasjon om subjektets foreldre +luckperms.usage.sponge-parent-info.argument.contexts=kontekstene УЅ filtrere etter +luckperms.usage.sponge-parent-add.description=Legger til en forelder til subjektet +luckperms.usage.sponge-parent-add.argument.collection=samlingen med subjekter der foreldre subjektet er +luckperms.usage.sponge-parent-add.argument.subject=navnet pУЅ foreldre subjektet +luckperms.usage.sponge-parent-add.argument.contexts=konteksten for УЅ legge forelder i +luckperms.usage.sponge-parent-remove.description=Fjerner en forelder fra et subjekt +luckperms.usage.sponge-parent-remove.argument.collection=samlingen med subjekter der foreldre subjektet er +luckperms.usage.sponge-parent-remove.argument.subject=navnet pУЅ foreldre subjektet +luckperms.usage.sponge-parent-remove.argument.contexts=konteksten for УЅ fjerne forelder i +luckperms.usage.sponge-parent-clear.description=Fjern subjektets foreldre +luckperms.usage.sponge-parent-clear.argument.contexts=hvilken kontekst foreldre skal fjernes fra +luckperms.usage.sponge-option-info.description=Viser informasjon om subjektets alternativer +luckperms.usage.sponge-option-info.argument.contexts=kontekstene УЅ filtrere etter +luckperms.usage.sponge-option-set.description=Angir et alternativ for subjektet +luckperms.usage.sponge-option-set.argument.key=nУИkkelen som skal settes +luckperms.usage.sponge-option-set.argument.value=angi verdi pУЅ nУИkkelen +luckperms.usage.sponge-option-set.argument.contexts=konteksten for УЅ legge alternativer i +luckperms.usage.sponge-option-unset.description=Fjern et alternativ fra subjektet +luckperms.usage.sponge-option-unset.argument.key=nУИkkelen som skal fjernes +luckperms.usage.sponge-option-unset.argument.contexts=konteksten der nУИkkelen skal fjernes +luckperms.usage.sponge-option-clear.description=Fjern subjektets alternativer +luckperms.usage.sponge-option-clear.argument.contexts=konteksten for УЅ fjerne alternativer i diff --git a/plugins/LuckPerms/translations/repository/pl_PL.properties b/plugins/LuckPerms/translations/repository/pl_PL.properties new file mode 100644 index 0000000..043d55b --- /dev/null +++ b/plugins/LuckPerms/translations/repository/pl_PL.properties @@ -0,0 +1,630 @@ +luckperms.logs.actionlog-prefix=LOG +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=EKSPORT +luckperms.commandsystem.available-commands=UХМyj {0} aby wyХ›wietliФ‡ dostФ™pne polecenia +luckperms.commandsystem.command-not-recognised=Komenda nie zostaХ‚a rozpoznana +luckperms.commandsystem.no-permission=Nie masz uprawnieХ„ potrzebnych do uХМywania tej komendy\! +luckperms.commandsystem.no-permission-subcommands=Nie masz uprawnieХ„ do uХМywania ХМadnych poleceХ„ podrzФ™dnych +luckperms.commandsystem.already-executing-command=Inna komenda jest wykonywana, czekanie na jej zakoХ„czenie... +luckperms.commandsystem.usage.sub-commands-header=Pod komendФ… +luckperms.commandsystem.usage.usage-header=UХМycie komend +luckperms.commandsystem.usage.arguments-header=Argumenty +luckperms.first-time.no-permissions-setup=WyglФ…da na to, ХМe ХМadne uprawnienia nie zostaХ‚y jeszcze skonfigurowane\! +luckperms.first-time.use-console-to-give-access=Zanim bФ™dziesz mУГgХ‚ uХМyФ‡ jakichkolwiek poleceХ„ LuckPerms w grze, musisz uХМyФ‡ konsoli aby daФ‡ sobie dostФ™p +luckperms.first-time.console-command-prompt=OtwУГrz konsolФ™ i uruchom +luckperms.first-time.next-step=Po tym jak to zrobisz, moХМesz zaczФ…Ф‡ definiowaФ‡ uprawnienia i grupy +luckperms.first-time.wiki-prompt=Nie wiesz gdzie zaczФ…Ф‡? SprawdХК tutaj\: {0} +luckperms.login.try-again=SprУГbuj ponownie pУГХКniej +luckperms.login.loading-database-error=WystФ…piХ‚ bХ‚Ф…d bazy danych podczas wczytywania uprawnieХ„ +luckperms.login.server-admin-check-console-errors=JeХ›li jesteХ› administratorem serwera, sprawdХК konsolФ™ pod kФ…tem bХ‚Ф™dУГw +luckperms.login.server-admin-check-console-info=SprawdХК konsolФ™ serwera, aby uzyskaФ‡ wiФ™cej informacji +luckperms.login.data-not-loaded-at-pre=Dane uprawnieХ„ dla uХМytkownika nie zostaХ‚y zaХ‚adowane na etapie wstФ™pnego logowania +luckperms.login.unable-to-continue=nie moХМna kontynuowaФ‡ +luckperms.login.craftbukkit-offline-mode-error=jest to prawdopodobnie spowodowane konfliktem miФ™dzy CraftBukkit a ustawieniem trybu online +luckperms.login.unexpected-error=WystФ…piХ‚ nieoczekiwany bХ‚Ф…d podczas konfigurowania uprawnieХ„ +luckperms.opsystem.disabled=System Vanilla OP jest wyХ‚Ф…czony na tym serwerze +luckperms.opsystem.sponge-warning=PamiФ™taj, ХМe status operatora serwera nie ma wpХ‚ywu na sprawdzanie uprawnieХ„ Sponge po zainstalowaniu wtyczki uprawnieХ„, musisz bezpoХ›rednio edytowaФ‡ dane uХМytkownika +luckperms.duration.unit.years.plural={0} lat +luckperms.duration.unit.years.singular={0} rok +luckperms.duration.unit.years.short={0}r +luckperms.duration.unit.months.plural={0} miesiФ™cy +luckperms.duration.unit.months.singular={0} miesiФ…c +luckperms.duration.unit.months.short={0}mies +luckperms.duration.unit.weeks.plural={0} tygodni +luckperms.duration.unit.weeks.singular={0} tydzieХ„ +luckperms.duration.unit.weeks.short={0}tyg +luckperms.duration.unit.days.plural={0} dni +luckperms.duration.unit.days.singular={0} dni +luckperms.duration.unit.days.short={0}d +luckperms.duration.unit.hours.plural={0} godz +luckperms.duration.unit.hours.singular={0} godz +luckperms.duration.unit.hours.short={0}h +luckperms.duration.unit.minutes.plural={0} minut +luckperms.duration.unit.minutes.singular={0} minuta +luckperms.duration.unit.minutes.short={0}min +luckperms.duration.unit.seconds.plural={0} sekund +luckperms.duration.unit.seconds.singular={0} sekundФ™ +luckperms.duration.unit.seconds.short={0} s +luckperms.duration.since={0} temu +luckperms.command.misc.invalid-code=BХ‚Ф™dny kod +luckperms.command.misc.response-code-key=kod odpowiedzi +luckperms.command.misc.error-message-key=wiadomoХ›Ф‡ +luckperms.command.misc.bytebin-unable-to-communicate=Nie moХМna poХ‚Ф…czyФ‡ z bytebin +luckperms.command.misc.webapp-unable-to-communicate=Nie moХМna poХ‚Ф…czyФ‡ z aplikacjФ… internetowФ… +luckperms.command.misc.check-console-for-errors=SprawdХК konsolФ™ pod kФ…tem bХ‚Ф™dУГw +luckperms.command.misc.file-must-be-in-data=Plik {0} musi byФ‡ bezpoХ›rednim podrzФ™dnym katalogu danych +luckperms.command.misc.wait-to-finish=Poczekaj na zakoХ„czenie i sprУГbuj ponownie +luckperms.command.misc.invalid-priority=NieprawidХ‚owy priorytet {0} +luckperms.command.misc.expected-number=Oczekiwano liczby +luckperms.command.misc.date-parse-error=Nie moХМna przetworzyФ‡ daty {0} +luckperms.command.misc.date-in-past-error=Nie moХМesz wybraФ‡ minionej daty\! +luckperms.command.misc.page=strona {0} z {1} +luckperms.command.misc.page-entries={0} wpisУГw +luckperms.command.misc.none=Brak +luckperms.command.misc.loading.error.unexpected=WystФ…piХ‚ nieoczekiwany bХ‚Ф…d +luckperms.command.misc.loading.error.user=UХМytkownik nie jest zaХ‚adowany +luckperms.command.misc.loading.error.user-specific=Nie moХМna zaХ‚adowaФ‡ docelowego uХМytkownika {0} +luckperms.command.misc.loading.error.user-not-found=Nie moХМna odnaleХКФ‡ uХМytkownika {0} +luckperms.command.misc.loading.error.user-save-error=WystФ…piХ‚ bХ‚Ф…d podczas zapisywania danych uХМytkownika {0} +luckperms.command.misc.loading.error.user-not-online=UХМytkownik {0} nie jest dostФ™pny +luckperms.command.misc.loading.error.user-invalid={0} nie jest prawidХ‚owФ… nazwФ… uХМytkownika/uuid +luckperms.command.misc.loading.error.user-not-uuid=Docelowy uХМytkownik {0} nie jest prawidХ‚owym uuuid +luckperms.command.misc.loading.error.group=Grupa nie zaХ‚adowana +luckperms.command.misc.loading.error.all-groups=Nie moХМna zaХ‚adowaФ‡ wszystkich grup +luckperms.command.misc.loading.error.group-not-found=Nie moХМna odnaleХКФ‡ grupy o nazwie {0} +luckperms.command.misc.loading.error.group-save-error=WystФ…piХ‚ bХ‚Ф…d podczas zapisywania danych grupy {0} +luckperms.command.misc.loading.error.group-invalid={0} nie jest prawidХ‚owФ… nazwФ… grupy +luckperms.command.misc.loading.error.track=ХšcieХМka nie zaХ‚adowana +luckperms.command.misc.loading.error.all-tracks=Nie moХМna zaХ‚adowaФ‡ wszystkich Х›cieХМek +luckperms.command.misc.loading.error.track-not-found=Nie znaleziono Х›cieХМki o nazwie {0} +luckperms.command.misc.loading.error.track-save-error=WystФ…piХ‚ bХ‚Ф…d podczas zapisywania danych Х›cieХМki {0} +luckperms.command.misc.loading.error.track-invalid={0} nie jest prawidХ‚owФ… nazwФ… Х›cieХМki +luckperms.command.editor.no-match=Nie moХМna otworzyФ‡ edytora, ХМaden obiekt nie pasuje do poХМФ…danego typu +luckperms.command.editor.start=Przygotowywanie nowej sesji edytora, proszФ™ czekaФ‡... +luckperms.command.editor.url=Kliknij poniХМszy link, aby otworzyФ‡ edytor +luckperms.command.editor.unable-to-communicate=Nie moХМna poХ‚Ф…czyФ‡ z serwerem edytora +luckperms.command.editor.apply-edits.success=Dane edytora zostaХ‚y pomyХ›lnie zastosowane dla {0} {1} +luckperms.command.editor.apply-edits.success-summary={0} {1} i {2} {3} +luckperms.command.editor.apply-edits.success.additions=elementy dodane +luckperms.command.editor.apply-edits.success.additions-singular=element dodany +luckperms.command.editor.apply-edits.success.deletions=elementУГw usuniФ™tych +luckperms.command.editor.apply-edits.success.deletions-singular=element usuniФ™ty +luckperms.command.editor.apply-edits.no-changes=Nie zastosowano ХМadnych zmian z edytora internetowego, zwrУГcone dane nie zawieraХ‚y ХМadnych zmian +luckperms.command.editor.apply-edits.unknown-type=Nie moХМna zastosowaФ‡ zmian dla okreХ›lonego typu obiektu +luckperms.command.editor.apply-edits.unable-to-read=Nie moХМna odczytaФ‡ danych uХМywajФ…c podanego kodu +luckperms.command.search.searching.permission=Wyszukiwanie uХМytkownikУГw i grup z {0} +luckperms.command.search.searching.inherit=Wyszukiwanie uХМytkownikУГw i grup, ktУГre dziedziczФ… {0} +luckperms.command.search.result=Znaleziono {0} wpisУГw od {1} uХМytkownikУГw i {2} grup +luckperms.command.search.result.default-notice=Uwaga\: podczas wyszukiwania czХ‚onkУГw grupy domyХ›lnej, nie bФ™dФ… wyХ›wietlani gracze offline bez innych uprawnieХ„\! +luckperms.command.search.showing-users=WyХ›wietlanie wpisУГw uХМytkownika +luckperms.command.search.showing-groups=WyХ›wietlanie wpisУГw grup +luckperms.command.tree.start=Generowanie drzewa uprawnieХ„, proszФ™ czekaФ‡... +luckperms.command.tree.empty=Nie moХМna wygenerowaФ‡ drzewa, nie znaleziono wynikУГw +luckperms.command.tree.url=URL drzewa uprawnieХ„ +luckperms.command.verbose.invalid-filter={0} nie jest prawidХ‚owym filtrem wyХ›wietlania +luckperms.command.verbose.enabled=Zacznij rejestrowaФ‡ {0} w celu sprawdzenia pasujФ…cego do {1} +luckperms.command.verbose.command-exec=Wymuszanie na {0} wykonania komendy {1} i wyХ›wietlanie wszystkich sprawdzeХ„... +luckperms.command.verbose.off=Rozszerzone zbieranie informacji o bХ‚Ф™dach {0} +luckperms.command.verbose.command-exec-complete=Wykonanie polecenia zakoХ„czone +luckperms.command.verbose.command.no-checks=Wykonanie komendy zakoХ„czone, ale nie przeprowadzono kontroli uprawnieХ„ +luckperms.command.verbose.command.possibly-async=MoХМe to byФ‡ spowodowane tym, ХМe wtyczka uruchamia polecenia w tle (async) +luckperms.command.verbose.command.try-again-manually=Nadal moХМesz rФ™cznie uХМyФ‡ szczegУГХ‚owych informacji, aby wykryФ‡ takie kontrole +luckperms.command.verbose.enabled-recording=Zacznij rejestrowaФ‡ {0} w celu sprawdzenia pasujФ…cego do {1} +luckperms.command.verbose.uploading=Rejestrowanie {0}, przesyХ‚anie wynikУГw... +luckperms.command.verbose.url=Adres URL wynikУГw +luckperms.command.verbose.enabled-term=wХ‚Ф…czone +luckperms.command.verbose.disabled-term=wyХ‚Ф…czone +luckperms.command.verbose.query-any=WSZYSTKO +luckperms.command.info.running-plugin=W dziaХ‚aniu +luckperms.command.info.platform-key=Platforma +luckperms.command.info.server-brand-key=Marka Serwera +luckperms.command.info.server-version-key=Wersja serwera +luckperms.command.info.storage-key=PamiФ™Ф‡ +luckperms.command.info.storage-type-key=Typ +luckperms.command.info.storage.meta.split-types-key=Typy +luckperms.command.info.storage.meta.ping-key=Ping +luckperms.command.info.storage.meta.connected-key=PoХ‚Ф…czono +luckperms.command.info.storage.meta.file-size-key=Rozmiar pliku +luckperms.command.info.extensions-key=Rozszerzenia +luckperms.command.info.messaging-key=Komunikacja +luckperms.command.info.instance-key=Instancja +luckperms.command.info.static-contexts-key=Kontekst statyczny +luckperms.command.info.online-players-key=Gracze Online +luckperms.command.info.online-players-unique={0} unikalnych +luckperms.command.info.uptime-key=Czas pracy +luckperms.command.info.local-data-key=Dane Lokalne +luckperms.command.info.local-data={0} uХМytkownikУГw, {1} grupy, {2} Х›cieХМki +luckperms.command.generic.create.success={0} utworzono pomyХ›lnie +luckperms.command.generic.create.error=WystФ…piХ‚ bХ‚Ф…d podczas tworzenia {0} +luckperms.command.generic.create.error-already-exists={0} juХМ istnieje\! +luckperms.command.generic.delete.success={0} usuniФ™to pomyХ›lnie +luckperms.command.generic.delete.error=WystФ…piХ‚ bХ‚Ф…d podczas usuwania {0} +luckperms.command.generic.delete.error-doesnt-exist={0} nie istnieje\! +luckperms.command.generic.rename.success=Nazwa {0} zostaХ‚a zmieniona na {1} +luckperms.command.generic.clone.success={0} zostaХ‚a pomyХ›lnie sklonowana na {1} +luckperms.command.generic.info.parent.title=Grupy nadrzФ™dne +luckperms.command.generic.info.parent.temporary-title=Tymczasowe Grupy NadrzФ™dne +luckperms.command.generic.info.expires-in=wygasa za +luckperms.command.generic.info.inherited-from=odziedziczone z +luckperms.command.generic.info.inherited-from-self=siebie +luckperms.command.generic.show-tracks.title=ХšcieХМki {0} +luckperms.command.generic.show-tracks.empty={0} nie jest na ХМadnej Х›cieХМce +luckperms.command.generic.clear.node-removed={0} elementУГw zostaХ‚o usuniФ™te +luckperms.command.generic.clear.node-removed-singular={0} element zostaХ‚ usuniФ™ty +luckperms.command.generic.clear=usuniФ™to elementy {0} w kontekХ›cie {1} +luckperms.command.generic.permission.info.title=Uprawnienia {0} +luckperms.command.generic.permission.info.empty={0} nie posiada ustawionych uprawnieХ„ +luckperms.command.generic.permission.info.click-to-remove=Kliknij, aby usunФ…Ф‡ ten ten element z {0} +luckperms.command.generic.permission.check.info.title=Informacje o uprawnieniach dla {0} +luckperms.command.generic.permission.check.info.directly={0} posiada uprawnienie {1} ustawione na {2} w kontekХ›cie {3} +luckperms.command.generic.permission.check.info.inherited={0} dziedziczy {1} ustawione na {2} z {3} w kontekХ›cie {4} +luckperms.command.generic.permission.check.info.not-directly={0} nie posiada ustawionego {1} +luckperms.command.generic.permission.check.info.not-inherited={0} nie dziedziczy {1} +luckperms.command.generic.permission.check.result.title=Sprawdzanie uprawnieХ„ dla {0} +luckperms.command.generic.permission.check.result.result-key=Rezultat +luckperms.command.generic.permission.check.result.processor-key=Procesor +luckperms.command.generic.permission.check.result.cause-key=Przyczyna +luckperms.command.generic.permission.check.result.context-key=Kontekst +luckperms.command.generic.permission.set=Ustawiono {0} na {1} dla {2} w kontekХ›cie {3} +luckperms.command.generic.permission.already-has={0} juХМ posiada {1} ustawiony w kontekХ›cie {2} +luckperms.command.generic.permission.set-temp=Ustaw {0} na {1} dla {2} na okres {3} w kontekХ›cie {4} +luckperms.command.generic.permission.already-has-temp={0} juХМ posiada {1} ustawiony tymczasowo w kontekХ›cie {2} +luckperms.command.generic.permission.unset=UsuniФ™to {0} dla {1} w kontekХ›cie {2} +luckperms.command.generic.permission.doesnt-have={0} nie posiada ustawionego {1} w kontekХ›cie {2} +luckperms.command.generic.permission.unset-temp=UsuniФ™to tymczasowe uprawnienie {0} dla {1} w kontekХ›cie {2} +luckperms.command.generic.permission.subtract=Ustawiono {0} na {1} dla {2} na czas {3} w kontekХ›cie {4}, {5} mniej niХМ wczeХ›niej +luckperms.command.generic.permission.doesnt-have-temp={0} nie ma ustawionego czasowo {1} w kontekХ›cie {2} +luckperms.command.generic.permission.clear=Uprawnienia {0} zostaХ‚y wyczyszczone w kontekХ›cie {1} +luckperms.command.generic.parent.info.title=Rodzice {0} +luckperms.command.generic.parent.info.empty={0} nie ma zdefiniowanego ХМadnego rodzica +luckperms.command.generic.parent.info.click-to-remove=Kliknij aby usunФ…Ф‡ tego rodzica z {0} +luckperms.command.generic.parent.add={0} od teraz dziedziczy uprawnienia z {1} w kontekХ›cie {2} +luckperms.command.generic.parent.add-temp={0} od teraz dziedziczy uprawnienia z {1} na czas {2} w kontekХ›cie {3} +luckperms.command.generic.parent.set=Wyczyszczono rodzicУГw {0}, od teraz dziedziczy tylko z {1} w kontekХ›cie {2} +luckperms.command.generic.parent.set-track=Wyczyszczono rodzicУГw {0} na torze {1}, od teraz dziedziczy tylko z {2} w kontekХ›cie {3} +luckperms.command.generic.parent.remove={0} nie dziedziczy juХМ uprawnieХ„ z {1} w kontekХ›cie {2} +luckperms.command.generic.parent.remove-temp={0} nie dziedziczy juХМ tymczasowych uprawnieХ„ z {1} w kontekХ›cie {2} +luckperms.command.generic.parent.subtract={0} odziedziczy uprawnienia z {1} na czas {2} w kontekХ›cie {3}, {4} krУГcej niХМ wczeХ›niej +luckperms.command.generic.parent.clear=Rodzice {0} zostali wyczyszczeni w kontekХ›cie {1} +luckperms.command.generic.parent.clear-track=Rodzice {0} na Х›cieХМce {1} zostali wyczyszczeni w kontekХ›cie {2} +luckperms.command.generic.parent.already-inherits={0} juХМ dziedziczy z {1} w kontekХ›cie {2} +luckperms.command.generic.parent.doesnt-inherit={0} nie dziedziczy z {1} w kontekХ›cie {2} +luckperms.command.generic.parent.already-temp-inherits={0} juХМ dziedziczy tymczasowo z {1} w kontekХ›cie {2} +luckperms.command.generic.parent.doesnt-temp-inherit={0} nie dziedziczy tymczasowo z {1} w kontekХ›cie {2} +luckperms.command.generic.chat-meta.info.title-prefix=Przedrostki {0} +luckperms.command.generic.chat-meta.info.title-suffix=Przyrostki {0} +luckperms.command.generic.chat-meta.info.none-prefix={0} nie ma przedrostkУГw +luckperms.command.generic.chat-meta.info.none-suffix={0} nie ma przyrostkУГw +luckperms.command.generic.chat-meta.info.click-to-remove=Kliknij, aby usunФ…Ф‡ {0} z {1} +luckperms.command.generic.chat-meta.already-has={0} juХМ ma ustawione {1} {2} z priorytetem {3} w kontekХ›cie {4} +luckperms.command.generic.chat-meta.already-has-temp={0} juХМ ma ustawione tymczasowe {1} {2} z priorytetem {3} w kontekХ›cie {4} +luckperms.command.generic.chat-meta.doesnt-have={0} nie ma ustawionego {1} {2} z priorytetem {3} w kontekХ›cie {4} +luckperms.command.generic.chat-meta.doesnt-have-temp={0} nie ma ustawionego tymczasowego {1} {2} z priorytetem {3} w kontekХ›cie {4} +luckperms.command.generic.chat-meta.add={0} ma ustawione {1} {2} z priorytetem {3} w kontekХ›cie {4} +luckperms.command.generic.chat-meta.add-temp={0} ma ustawione tymczasowe {1} {2} z priorytetem {3} na czas {4} w kontekХ›cie {5} +luckperms.command.generic.chat-meta.remove=UsuniФ™to {1} {2} z priorytetem {3} w kontekХ›cie {4} dla {0} +luckperms.command.generic.chat-meta.remove-bulk=UsuniФ™to wszystkie {1} z priorytetem {2} w kontekХ›cie {3} dla {0} +luckperms.command.generic.chat-meta.remove-temp=UsuniФ™to tymczasowe {1} {2} z priorytetem {3} w kontekХ›cie {4} dla {0} +luckperms.command.generic.chat-meta.remove-temp-bulk=UsuniФ™to wszystkie tymczasowe {1} z priorytetem {2} w kontekХ›cie {3} dla {0} +luckperms.command.generic.meta.info.title=Metadata {0} +luckperms.command.generic.meta.info.none={0} nie ma metadanych +luckperms.command.generic.meta.info.click-to-remove=Kliknij aby usunФ…Ф‡ tФ… metadatФ™ z {0} +luckperms.command.generic.meta.already-has={0} juХМ ma ustawiony meta-klucz {1} z wartoХ›ciФ… {2} w kontekХ›cie {3} +luckperms.command.generic.meta.already-has-temp={0} juХМ ma ustawiony tymczasowy meta-klucz {1} z wartoХ›ciФ… {2} w kontekХ›cie {3} +luckperms.command.generic.meta.doesnt-have={0} nie posiada meta-klucza {1} w kontekХ›cie {2} +luckperms.command.generic.meta.doesnt-have-temp={0} nie posiada tymczasowego meta-klucza {1} w kontekХ›cie {2} +luckperms.command.generic.meta.set=Ustawiono klucz meta {0} na {1} dla {2} w kontekХ›cie {3} +luckperms.command.generic.meta.set-temp=Ustawiono klucz meta {0} na {1} dla {2} na czas {3} w kontekХ›cie {4} +luckperms.command.generic.meta.unset=UsuniФ™to meta-klucz {0} dla {1} w kontekХ›cie {2} +luckperms.command.generic.meta.unset-temp=UsuniФ™to tymczasowy meta-klucz {0} dla {1} w kontekХ›cie {2} +luckperms.command.generic.meta.clear=Metadata pasujФ…ca do {1} zostaХ‚a wyczyszczona w kontekХ›cie {2} dla {0} +luckperms.command.generic.contextual-data.title=Dane kontekstowe +luckperms.command.generic.contextual-data.mode.key=tryb +luckperms.command.generic.contextual-data.mode.server=serwer +luckperms.command.generic.contextual-data.mode.active-player=aktywny gracz +luckperms.command.generic.contextual-data.contexts-key=Konteksty +luckperms.command.generic.contextual-data.prefix-key=Przedrostek +luckperms.command.generic.contextual-data.suffix-key=Przyrostek +luckperms.command.generic.contextual-data.primary-group-key=Grupa Podstawowa +luckperms.command.generic.contextual-data.meta-key=Metadane +luckperms.command.generic.contextual-data.null-result=Brak +luckperms.command.user.info.title=Informacje o uХМytkowniku +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=typ +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=offline +luckperms.command.user.info.status-key=Status +luckperms.command.user.info.status.online=Online +luckperms.command.user.info.status.offline=Offline +luckperms.command.user.removegroup.error-primary=Nie moХМna usunФ…Ф‡ uХМytkownika z jego grupy podstawowej +luckperms.command.user.primarygroup.not-member={0} nie byХ‚ czХ‚onkiem {1}, dodawanie +luckperms.command.user.primarygroup.already-has={0} juХМ posiada {1} ustawiony jako podstawowa grupa +luckperms.command.user.primarygroup.warn-option=OstrzeХМenie\: Podstawowa metoda obliczania grupy uХМywana przez ten serwer ({0}) moХМe nie odzwierciedlaФ‡ tej zmiany +luckperms.command.user.primarygroup.set=Podstawowa grupa {0} zostaХ‚a ustawiona na {1} +luckperms.command.user.track.error-not-contain-group={0} nie jest jeszcze w ХМadnej grupie w {1} +luckperms.command.user.track.unsure-which-track=Nie moХМna okreХ›liФ‡ Х›cieХМki, sprecyzuj jФ… jako argument +luckperms.command.user.track.missing-group-advice=UtwУГrz grupФ™ lub usuХ„ jФ… ze Х›cieХМki i sprУГbuj ponownie +luckperms.command.user.promote.added-to-first={0} nie jest w ХМadnej grupie w {1}, wiФ™c zostaХ‚ dodany do pierwszej grupy, {2} w kontekХ›cie {3} +luckperms.command.user.promote.not-on-track={0} nie jest w ХМadnej grupie w {1}, wiФ™c nie zostaХ‚ awansowany +luckperms.command.user.promote.success=Awansowanie {0} wzdХ‚uХМ Х›cieХМki {1} z {2} do {3} w kontekХ›cie {4} +luckperms.command.user.promote.end-of-track=OsiФ…gniФ™to koniec Х›cieХМki {0}, nie moХМna awansowaФ‡ {1} +luckperms.command.user.promote.next-group-deleted=NastФ™pna grupa w Х›cieХМce, {0}, juХМ nie istnieje +luckperms.command.user.promote.unable-to-promote=Nie moХМna awansowaФ‡ uХМytkownika +luckperms.command.user.demote.success=Degradacja {0} wzdХ‚uХМ Х›cieХМki {1} z {2} do {3} w kontekХ›cie {4} +luckperms.command.user.demote.end-of-track=Koniec Х›cieХМki {0} zostaХ‚ osiФ…gniФ™ty, wiФ™c {1} zostaХ‚ usuniФ™ty z {2} +luckperms.command.user.demote.end-of-track-not-removed=OsiФ…gniФ™to koniec Х›cieХМki {0}, ale {1} nie zostaХ‚ usuniФ™ty z pierwszej grupy +luckperms.command.user.demote.previous-group-deleted=Poprzednia grupa w Х›cieХМce, {0}, juХМ nie istnieje +luckperms.command.user.demote.unable-to-demote=Nie moХМna zdegradowaФ‡ uХМytkownika +luckperms.command.group.list.title=Grupy +luckperms.command.group.delete.not-default=Nie moХМesz usunФ…Ф‡ domyХ›lnej grupy +luckperms.command.group.info.title=Informacje o grupie +luckperms.command.group.info.display-name-key=Nazwa wyХ›wietlana +luckperms.command.group.info.weight-key=Waga +luckperms.command.group.setweight.set=Ustawiono wagФ™ na {0} dla grupy {1} +luckperms.command.group.setdisplayname.doesnt-have={0} nie ma ustawionej nazwy wyХ›wietlania +luckperms.command.group.setdisplayname.already-has={0} ma juХМ nazwФ™ wyХ›wietlanФ… {1} +luckperms.command.group.setdisplayname.already-in-use=WyХ›wietlana nazwa {0} jest juХМ uХМywana przez {1} +luckperms.command.group.setdisplayname.set=Ustaw nazwФ™ wyХ›wietlanФ… na {0} dla grupy {1} w kontekХ›cie {2} +luckperms.command.group.setdisplayname.removed=UsuniФ™to nazwФ™ wyХ›wietlanФ… grupy {0} w kontekХ›cie {1} +luckperms.command.track.list.title=ХšcieХМki +luckperms.command.track.path.empty=Brak +luckperms.command.track.info.showing-track=Pokazywanie Х›cieХМki +luckperms.command.track.info.path-property=ХšcieХМka +luckperms.command.track.clear=ХšcieХМka grupy {0} zostaХ‚a usuniФ™ta +luckperms.command.track.append.success=Grupa {0} zostaХ‚a doХ‚Ф…czona do Х›cieХМki {1} +luckperms.command.track.insert.success=Grupa {0} zostaХ‚a wstawiona do Х›cieХМki {1} na pozycji {2} +luckperms.command.track.insert.error-number=Oczekiwana liczba, a zamiast tego odebrana\: {0} +luckperms.command.track.insert.error-invalid-pos=Nie moХМna wstawiФ‡ na pozycjФ™ {0} +luckperms.command.track.insert.error-invalid-pos-reason=nieprawidХ‚owa pozycja +luckperms.command.track.remove.success=Grupa {0} zostaХ‚a usuniФ™ta ze Х›cieХМki {1} +luckperms.command.track.error-empty={0} nie moХМe byФ‡ uХМyty poniewaХМ jest pusty lub zawiera tylko jednФ… grupФ™ +luckperms.command.track.error-multiple-groups={0} jest czХ‚onkiem wielu grup na tej Х›cieХМce +luckperms.command.track.error-ambiguous=Nie moХМna okreХ›liФ‡ ich lokalizacji +luckperms.command.track.already-contains={0} juХМ zawiera {1} +luckperms.command.track.doesnt-contain={0} nie zawiera {1} +luckperms.command.log.load-error=Nie moХМna zaХ‚adowaФ‡ wpisu +luckperms.command.log.invalid-page=NieprawidХ‚owy numer strony +luckperms.command.log.invalid-page-range=WprowadХК wartoХ›Ф‡ pomiФ™dzy {0} a {1} +luckperms.command.log.empty=Brak wpisУГw do wyХ›wietlenia +luckperms.command.log.notify.error-console=Nie moХМna przeХ‚Ф…czyФ‡ powiadomieХ„ dla konsoli +luckperms.command.log.notify.enabled-term=WХ‚Ф…czono +luckperms.command.log.notify.disabled-term=WyХ‚Ф…czono +luckperms.command.log.notify.changed-state={0} dane wyjХ›ciowe logowania +luckperms.command.log.notify.already-on=Otrzymujesz juХМ powiadomienia +luckperms.command.log.notify.already-off=Obecnie nie otrzymujesz powiadomieХ„ +luckperms.command.log.notify.invalid-state=Stan nieznany. Oczekiwanie {0} lub {1} +luckperms.command.log.show.search=WyХ›wietlanie ostatnich dziaХ‚aХ„ dla zapytania {0} +luckperms.command.log.show.recent=Pokazuje ostatnie dziaХ‚ania +luckperms.command.log.show.by=WyХ›wietlanie ostatnich dziaХ‚aХ„ przez {0} +luckperms.command.log.show.history=WyХ›wietlanie historii dla {0} {1} +luckperms.command.export.error-term=BХ‚Ф…d +luckperms.command.export.already-running=Inny proces eksportu jest juХМ uruchomiony +luckperms.command.export.file.already-exists=Plik {0} juХМ istnieje +luckperms.command.export.file.not-writable=Plik {0} nie jest zapisywalny +luckperms.command.export.file.success=PomyХ›lnie wyeksportowano do {0} +luckperms.command.export.file-unexpected-error-writing=WystФ…piХ‚ nieoczekiwany bХ‚Ф…d podczas zapisywania piku +luckperms.command.export.web.export-code=Eksportuj kod +luckperms.command.export.web.import-command-description=UХМyj nastФ™pujФ…cej komendy aby zimportowaФ‡ +luckperms.command.import.term=Importuj +luckperms.command.import.error-term=BХ‚Ф…d +luckperms.command.import.already-running=Inny proces importu jest juХМ uruchomiony +luckperms.command.import.file.doesnt-exist=Plik {0} nie istnieje +luckperms.command.import.file.not-readable=Plik {0} nie moХМe byФ‡ odczytany +luckperms.command.import.file.unexpected-error-reading=WystФ…piХ‚ nieoczekiwany bХ‚Ф…d podczas odczytywania importowanego pliku +luckperms.command.import.file.correct-format=czy jest on w prawidХ‚owym formacie? +luckperms.command.import.web.unable-to-read=Nie moХМna odczytaФ‡ danych uХМywajФ…c podanego kodu +luckperms.command.import.progress.percent=UkoХ„czono {0}% +luckperms.command.import.progress.operations=ZakoХ„czono {0}/{1} operacji +luckperms.command.import.starting=Rozpoczynanie procesu importu +luckperms.command.import.completed=ZAKOХƒCZONO +luckperms.command.import.duration=zajФ™Х‚o {0} sekund +luckperms.command.bulkupdate.must-use-console=Komenda masowej aktualizacji moХМe byФ‡ uХМyta tylko z konsoli +luckperms.command.bulkupdate.invalid-data-type=NieprawidХ‚owy typ, oczekiwano {0} +luckperms.command.bulkupdate.invalid-constraint=NieprawidХ‚owe ograniczenie {0} +luckperms.command.bulkupdate.invalid-constraint-format=Ograniczenia powinny byФ‡ w formacie {0} +luckperms.command.bulkupdate.invalid-comparison=NieprawidХ‚owy operator porУГwnania {0} +luckperms.command.bulkupdate.invalid-comparison-format=Oczekiwano jednego z nastФ™pujФ…cych\: {0} +luckperms.command.bulkupdate.queued=Masowa operacja aktualizacji zostaХ‚a umieszczona w kolejce +luckperms.command.bulkupdate.confirm=Wpisz {0} aby wykonaФ‡ aktualizacjФ™ +luckperms.command.bulkupdate.unknown-id=Operacja o id {0} nie istnieje lub wygasХ‚a +luckperms.command.bulkupdate.starting=Uruchamianie aktualizacji zbiorczej +luckperms.command.bulkupdate.success=Aktualizacja zbiorcza zakoХ„czona pomyХ›lnie +luckperms.command.bulkupdate.success.statistics.nodes=ХФ…cznie dotkniФ™te wФ™zХ‚y +luckperms.command.bulkupdate.success.statistics.users=ХФ…cznie dotkniФ™tych uХМytkownikУГw +luckperms.command.bulkupdate.success.statistics.groups=ХФ…cznie dotkniФ™tych grup +luckperms.command.bulkupdate.failure=Aktualizacja zbiorcza nie powiodХ‚a siФ™, sprawdХК konsolФ™ pod kФ…tem bХ‚Ф™dУГw +luckperms.command.update-task.request=ZaХМФ…dano zadania aktualizacji, proszФ™ czekaФ‡ +luckperms.command.update-task.complete=Aktualizacja zakoХ„czona +luckperms.command.update-task.push.attempting=PrУГba przekazania zmian innym serwerom +luckperms.command.update-task.push.complete=Inne serwery zostaХ‚y pomyХ›lnie powiadomione przez {0} +luckperms.command.update-task.push.error=BХ‚Ф…d podczas wprowadzania zmian na inne serwery +luckperms.command.update-task.push.error-not-setup=Nie moХМna przesХ‚aФ‡ zmian do innych serwerУГw poniewaХМ usХ‚uga wysyХ‚ania wiadomoХ›ci nie zostaХ‚a skonfigurowana +luckperms.command.reload-config.success=Plik konfiguracyjny zostaХ‚ przeХ‚adowany +luckperms.command.reload-config.restart-note=niektУГre opcje zostanФ… zastosowane dopiero po ponownym uruchomieniu serwera +luckperms.command.translations.searching=Wyszukiwanie dostФ™pnych tХ‚umaczeХ„, proszФ™ czekaФ‡... +luckperms.command.translations.searching-error=Nie moХМna uzyskaФ‡ listy dostФ™pnych tХ‚umaczeХ„ +luckperms.command.translations.installed-translations=Zainstalowane tХ‚umaczenia +luckperms.command.translations.available-translations=DostФ™pne TХ‚umaczenia +luckperms.command.translations.percent-translated=PrzetХ‚umaczone w {0}% +luckperms.command.translations.translations-by=przez +luckperms.command.translations.installing=Instalacja tХ‚umaczeХ„, proszФ™ czekaФ‡... +luckperms.command.translations.download-error=Nie moХМna pobraФ‡ tХ‚umaczenia dla {0} +luckperms.command.translations.installing-specific=Instalowanie jФ™zyka {0}... +luckperms.command.translations.install-complete=Instalacja zakoХ„czona +luckperms.command.translations.download-prompt=UХМyj {0} aby pobraФ‡ i zainstalowaФ‡ aktualne wersje tych tХ‚umaczeХ„ dostarczone przez spoХ‚ecznoХ›Ф‡ +luckperms.command.translations.download-override-warning=PamiФ™taj, ХМe to nadpisze wszelkie zmiany wprowadzone dla tych jФ™zykУГw +luckperms.usage.user.description=Zestaw poleceХ„ do zarzФ…dzania uХМytkownikami w ramach LuckPerms. (''UХМytkownik'' w LuckPerms jest tylko graczem, i moХМe odnosiФ‡ siФ™ do UUID lub nazwy uХМytkownika) +luckperms.usage.group.description=Zestaw komend do zarzФ…dzania grupami w ramach LuckPerms. Grupy sФ… tylko kolekcjami uprawnieХ„ ktУГre mogФ… byФ‡ przekazywane uХМytkownikom. Nowe grupy sФ… tworzone za pomocФ… komendy ''creategroup''. +luckperms.usage.track.description=Zestaw komend do zarzФ…dzania utworami w LuckPerms. ХšcieХМki sФ… uporzФ…dkowanФ… kolekcjФ… grup, ktУГra moХМe byФ‡ uХМyta do definiowania promocji i demoacji. +luckperms.usage.log.description=Zestaw komend do zarzФ…dzania funkcjФ… logowania w LuckPerms. +luckperms.usage.sync.description=PrzeХ‚aduje wszystkie dane z pamiФ™ci wtyczek do pamiФ™ci i wprowadza wszelkie wykryte zmiany. +luckperms.usage.info.description=WyХ›wietla ogУГlne informacje o aktywnej instancji wtyczki. +luckperms.usage.editor.description=Tworzy nowФ… sesjФ™ edytora sieci web +luckperms.usage.editor.argument.type=typy do zaХ‚adowania do edytora. (''wszystkie'', ''uХМytkownicy'' lub ''grupy'') +luckperms.usage.editor.argument.filter=uprawnienie wedХ‚ug ktУГrego bФ™dФ… filtrowani gracze +luckperms.usage.verbose.description=Kontroluje system werbowania sprawdzania uprawnieХ„ pluginУГw. +luckperms.usage.verbose.argument.action=wХ‚Ф…czyФ‡/wyХ‚Ф…czyФ‡ logowanie, czy przesХ‚aФ‡ logowane dane wyjХ›ciowe +luckperms.usage.verbose.argument.filter=filtr do dopasowania wpisУГw +luckperms.usage.verbose.argument.commandas=gracz/polecenie do wykonania +luckperms.usage.tree.description=Generuje widok drzewa (uporzФ…dkowana hierarchia listy) wszystkich uprawnieХ„ znanych LuckPerms. +luckperms.usage.tree.argument.scope=gХ‚УГwny pierwiastek drzewa. okreХ›l "." aby uwzglФ™dniФ‡ wszystkie uprawnienia +luckperms.usage.tree.argument.player=imiФ™ i nazwisko gracza online do sprawdzenia +luckperms.usage.search.description=Wyszukuje wszystkich uХМytkownikУГw/grup z okreХ›lonym uprawnieniem +luckperms.usage.search.argument.permission=uprawnienie do szukania +luckperms.usage.search.argument.page=strona do wyХ›wietlenia +luckperms.usage.network-sync.description=Synchronizuj zmiany z pamiФ™ciФ… i poproХ› o to, aby wszystkie pozostaХ‚e serwery w sieci zrobiХ‚y to samo +luckperms.usage.import.description=Importuj dane z (wczeХ›niej utworzonego) pliku eksportu +luckperms.usage.import.argument.file=plik z ktУГrego ma zostaФ‡ wykonany import +luckperms.usage.import.argument.replace=zastФ…p istniejФ…ce dane zamiast Х‚Ф…czenia +luckperms.usage.import.argument.upload=przeХ›lij dane z poprzedniego eksportu +luckperms.usage.export.description=Eksportuje wszystkie dane uprawnieХ„ do pliku ''eksport''. MoХМe byФ‡ ponownie zaimportowany w pУГХКniejszym czasie. +luckperms.usage.export.argument.file=plik do ktУГrego ma zostaФ‡ wykonany eksport +luckperms.usage.export.argument.without-users=wyklucz graczy z eksportu +luckperms.usage.export.argument.without-groups=wyklucz grupy z eksportu +luckperms.usage.export.argument.upload=Eksportuje wszystkie dane uprawnieХ„ do pliku ''eksport''. MoХМe byФ‡ ponownie zaimportowany w pУГХКniejszym czasie. +luckperms.usage.reload-config.description=PrzeХ‚aduj czФ™Х›Ф‡ konfiguracji +luckperms.usage.bulk-update.description=Wykonaj masowФ… zmianФ™ zapytania na wszystkich danych +luckperms.usage.bulk-update.argument.data-type=typ moХМe byФ‡ zmienny (''wszystko'', ''uХМytkownicy'' lub ''grupy'') +luckperms.usage.bulk-update.argument.action=akcja to przetwarzania danych. (''zaktualizuj'' lub ''usuХ„'') +luckperms.usage.bulk-update.argument.action-field=pole do dziaХ‚ania. Wymagane do ''aktualizacji''. (''permisje'', ''serwer'' lub ''Х›wiat'') +luckperms.usage.bulk-update.argument.action-value=wartoХ›Ф‡ do zastФ…pienia. Wymagana jest tylko dla ''aktualizacji''. +luckperms.usage.bulk-update.argument.constraint=ograniczenia wymagane dla aktualizacji +luckperms.usage.translations.description=ZarzФ…dzaj tХ‚umaczeniami +luckperms.usage.translations.argument.install=podkomenda do instalacji tХ‚umaczeХ„ +luckperms.usage.apply-edits.description=Zastosuj zmienione permisje zrobione w edytorze web +luckperms.usage.apply-edits.argument.code=unikalny kod dla danych +luckperms.usage.apply-edits.argument.target=dla kogo naleХМy zastosowaФ‡ dane +luckperms.usage.create-group.description=UtwУГrz nowФ… grupФ™ +luckperms.usage.create-group.argument.name=nazwa grupy +luckperms.usage.create-group.argument.weight=waga grupy +luckperms.usage.create-group.argument.display-name=nazwa wyХ›wietlana grupy +luckperms.usage.delete-group.description=UsuХ„ grupФ™ +luckperms.usage.delete-group.argument.name=nazwa grupy +luckperms.usage.list-groups.description=WyХ›wietl wszystkie grupy na platformie +luckperms.usage.create-track.description=UtwУГrz nowФ… Х›cieХМkФ™ +luckperms.usage.create-track.argument.name=nazwa Х›cieХМki +luckperms.usage.delete-track.description=UsuХ„ Х›cieХМkФ™ +luckperms.usage.delete-track.argument.name=nazwa Х›cieХМki +luckperms.usage.list-tracks.description=WyХ›wietl wszystkie Х›cieХМki na platformie +luckperms.usage.user-info.description=WyХ›wietla informacje o uХМytkowniku +luckperms.usage.user-switchprimarygroup.description=PrzeХ‚Ф…cza podstawowФ… grupФ™ uХМytkownika +luckperms.usage.user-switchprimarygroup.argument.group=grupa do przeХ‚Ф…czenia +luckperms.usage.user-promote.description=Promuje uХМytkownika w Х›cieХМce +luckperms.usage.user-promote.argument.track=Х›cieХМka w ktУГrej uХМytkownik ma awansowaФ‡ +luckperms.usage.user-promote.argument.context=konteksty do awansowania uХМytkownika w +luckperms.usage.user-promote.argument.dont-add-to-first=promuj uХМytkownika tylko wtedy, gdy jest juХМ na Х›cieХМce +luckperms.usage.user-demote.description=Degraduje uХМytkownika w Х›cieХМce +luckperms.usage.user-demote.argument.track=Х›wieХМka w ktУГrej uХМytkownik ma zostaФ‡ zdegradowany +luckperms.usage.user-demote.argument.context=konteksty do zdegradowania uХМytkownika w +luckperms.usage.user-demote.argument.dont-remove-from-first=zapobiegaj usuniФ™ciu uХМytkownika z pierwszej grupy +luckperms.usage.user-clone.description=Klonuj uХМytkownika +luckperms.usage.user-clone.argument.user=nazwa/uuid uХМytkownika do sklonowania +luckperms.usage.group-info.description=WyХ›wietla informacje na temat grupy +luckperms.usage.group-listmembers.description=PokaХМ uХМytkownikУГw/grupy, ktУГre dziedziczФ… z tej grupy +luckperms.usage.group-listmembers.argument.page=strona do wyХ›wietlenia +luckperms.usage.group-setweight.description=Ustaw wagФ™ grupy +luckperms.usage.group-setweight.argument.weight=waga jaka ma zostaФ‡ ustawiona +luckperms.usage.group-set-display-name.description=Ustaw wyХ›wietlanФ… nazwФ™ grupy +luckperms.usage.group-set-display-name.argument.name=nazwa do ustawienia +luckperms.usage.group-set-display-name.argument.context=kontekst w ktУГrym zostanie ustawiona nazwa +luckperms.usage.group-rename.description=ZmieХ„ nazwФ™ grupy +luckperms.usage.group-rename.argument.name=nowa nazwa +luckperms.usage.group-clone.description=Klonuj grupФ™ +luckperms.usage.group-clone.argument.name=nazwa klona grupy +luckperms.usage.holder-editor.description=Otwiera zewnФ™trzny edytor uprawnieХ„ +luckperms.usage.holder-showtracks.description=WyХ›wietla Х›cieХМki, na ktУГrych jest obiekt +luckperms.usage.holder-clear.description=Usuwa wszystkie uprawnienia, rodzicУГw i metФ™ +luckperms.usage.holder-clear.argument.context=kontekst do filtrowania +luckperms.usage.permission.description=Edytuj uprawnienia +luckperms.usage.parent.description=Edytuj dziedziczenie +luckperms.usage.meta.description=Edytuj metadane +luckperms.usage.permission-info.description=Lista wФ™zХ‚УГw uprawnieХ„, ktУГre posiada obiekt +luckperms.usage.permission-info.argument.page=strona do oglФ…dania +luckperms.usage.permission-info.argument.sort-mode=jak sortowaФ‡ wpisy +luckperms.usage.permission-set.description=Ustawia uprawnienie dla obiektu +luckperms.usage.permission-set.argument.node=uprawnienie do ustawienia +luckperms.usage.permission-set.argument.value=wartoХ›Ф‡ wФ™zХ‚a +luckperms.usage.permission-set.argument.context=kontekst w ktУГrym zostanie dodane uprawnienie +luckperms.usage.permission-unset.description=Usuwa uprawnienie dla obiektu +luckperms.usage.permission-unset.argument.node=wФ™zeХ‚ uprawnieХ„ do usuniФ™cia +luckperms.usage.permission-unset.argument.context=kontekst, w jakim uprawnienia majФ… zostaФ‡ usuniФ™te +luckperms.usage.permission-settemp.description=Tymczasowo nadaje uprawnienia +luckperms.usage.permission-settemp.argument.node=uprawnienie do ustawienia +luckperms.usage.permission-settemp.argument.value=wartoХ›Ф‡ wФ™zХ‚a +luckperms.usage.permission-settemp.argument.duration=czas do wygaХ›niФ™cia wФ™zХ‚a uprawnieХ„ +luckperms.usage.permission-settemp.argument.temporary-modifier=w jaki sposУГb naleХМy stosowaФ‡ uprawnienia tymczasowe +luckperms.usage.permission-settemp.argument.context=warunki, jakie majФ… zajХ›Ф‡, by uprawnienie zostaХ‚o dodane +luckperms.usage.permission-unsettemp.description=Anuluje tymczasowe uprawnienie dla obiektu +luckperms.usage.permission-unsettemp.argument.node=uprawnienie do usuniФ™cia +luckperms.usage.permission-unsettemp.argument.duration=czas trwania do odjФ™cia +luckperms.usage.permission-unsettemp.argument.context=kontekst w ktУГrym zostanie usuniФ™te uprawnienie +luckperms.usage.permission-check.description=Sprawdza, czy obiekt ma pewien wФ™zeХ‚ uprawnieХ„ +luckperms.usage.permission-check.argument.node=uprawnienie do sprawdzenia +luckperms.usage.permission-clear.description=CzyХ›ci wszystkie uprawnienia +luckperms.usage.permission-clear.argument.context=kontekst do filtrowania +luckperms.usage.parent-info.description=Wypisuje grupy z ktУГrych ten obiekt dziedziczy +luckperms.usage.parent-info.argument.page=strona do wyХ›wietlenia +luckperms.usage.parent-info.argument.sort-mode=jak sortowaФ‡ wpisy +luckperms.usage.parent-set.description=Usuwa wszystkie inne grupy, ktУГre obiekt juХМ dziedziczy i dodaje je do podanego +luckperms.usage.parent-set.argument.group=grupa do ustawiania +luckperms.usage.parent-set.argument.context=konteksty do ustawiania grupy +luckperms.usage.parent-add.description=Dodaje grupФ™ do dziedziczenia uprawnieХ„ dla danego obiektu +luckperms.usage.parent-add.argument.group=grupa do dziedziczenia +luckperms.usage.parent-add.argument.context=kontekst dziedziczenia grupy +luckperms.usage.parent-remove.description=Usuwa poprzednio ustawionФ… reguХ‚Ф™ dziedziczenia +luckperms.usage.parent-remove.argument.group=grupa do usuniФ™cia +luckperms.usage.parent-remove.argument.context=konteksty do usuniФ™cia grupy +luckperms.usage.parent-set-track.description=Usuwa pozostaХ‚e grupy z ktУГrych dziedziczy obiekt na tej scieХМce i dodaje podane +luckperms.usage.parent-set-track.argument.track=Х›cieХМka ustawiona na +luckperms.usage.parent-set-track.argument.group=grupa do ustawienia, lub numer odnoszФ…cy siФ™ do pozycji grupy na danej Х›cieХМce +luckperms.usage.parent-set-track.argument.context=konteksty do ustawiania grupy +luckperms.usage.parent-add-temp.description=Dodaje grupФ™ do tymczasowego dziedziczenia uprawnieХ„ dla danego obiektu +luckperms.usage.parent-add-temp.argument.group=grupa dziedziczy z +luckperms.usage.parent-add-temp.argument.duration=czas trwania czХ‚onkostwa w grupie +luckperms.usage.parent-add-temp.argument.temporary-modifier=w jaki sposУГb naleХМy stosowaФ‡ uprawnienia tymczasowe +luckperms.usage.parent-add-temp.argument.context=kontekst dziedziczenia grupy +luckperms.usage.parent-remove-temp.description=Usuwa wczeХ›niej ustawionФ… tymczasowФ… reguХ‚Ф™ dziedziczenia +luckperms.usage.parent-remove-temp.argument.group=grupa do usuniФ™cia +luckperms.usage.parent-remove-temp.argument.duration=czas trwania do odjФ™cia +luckperms.usage.parent-remove-temp.argument.context=konteksty do usuniФ™cia grupy +luckperms.usage.parent-clear.description=Usuwa wszystkich rodzicУГw +luckperms.usage.parent-clear.argument.context=kontekst do filtrowania +luckperms.usage.parent-clear-track.description=Usuwa wszystkich rodzicУГw na danej Х›cieХМce +luckperms.usage.parent-clear-track.argument.track=Х›cieХМka do usuniФ™cia na +luckperms.usage.parent-clear-track.argument.context=konteksty do filtrowania przez +luckperms.usage.meta-info.description=WyХ›wietla wszystkie meta czatu +luckperms.usage.meta-set.description=Ustawia wartoХ›Ф‡ meta +luckperms.usage.meta-set.argument.key=klucz do ustawienia +luckperms.usage.meta-set.argument.value=wartoХ›Ф‡ do ustawienia +luckperms.usage.meta-set.argument.context=konteksty do dodania pary meta w +luckperms.usage.meta-unset.description=Usuwa wartoХ›Ф‡ meta +luckperms.usage.meta-unset.argument.key=klucz do usuniФ™cia +luckperms.usage.meta-unset.argument.context=konteksty do usuniФ™cia pary meta w +luckperms.usage.meta-settemp.description=Ustawia wartoХ›Ф‡ meta tymczasowo +luckperms.usage.meta-settemp.argument.key=klucz do ustawienia +luckperms.usage.meta-settemp.argument.value=wartoХ›Ф‡ do ustawienia +luckperms.usage.meta-settemp.argument.duration=czas trwania do wygaХ›niФ™cia wartoХ›ci meta +luckperms.usage.meta-settemp.argument.context=konteksty do dodania pary meta w +luckperms.usage.meta-unsettemp.description=Usuwa tymczasowФ… wartoХ›Ф‡ meta +luckperms.usage.meta-unsettemp.argument.key=klucz do usuniФ™cia +luckperms.usage.meta-unsettemp.argument.context=konteksty do usuniФ™cia pary meta w +luckperms.usage.meta-addprefix.description=Dodaje przedrostek +luckperms.usage.meta-addprefix.argument.priority=priorytet dodania prefiksu +luckperms.usage.meta-addprefix.argument.prefix=prefiks +luckperms.usage.meta-addprefix.argument.context=konteksty do dodania prefiksu w +luckperms.usage.meta-addsuffix.description=Dodaje przyrostek +luckperms.usage.meta-addsuffix.argument.priority=priorytet dodania suffiksu +luckperms.usage.meta-addsuffix.argument.suffix=sufiks +luckperms.usage.meta-addsuffix.argument.context=konteksty do dodania suffiksu w +luckperms.usage.meta-setprefix.description=Ustawia przedrostek +luckperms.usage.meta-setprefix.argument.priority=priorytet dodania prefiksu +luckperms.usage.meta-setprefix.argument.prefix=prefiks +luckperms.usage.meta-setprefix.argument.context=konteksty do ustawienia prefiksu w +luckperms.usage.meta-setsuffix.description=Ustawia przyrostek +luckperms.usage.meta-setsuffix.argument.priority=priorytet dodania suffiksu +luckperms.usage.meta-setsuffix.argument.suffix=sufiks +luckperms.usage.meta-setsuffix.argument.context=konteksty do ustawienia suffiksu w +luckperms.usage.meta-removeprefix.description=Usuwa przedrostek +luckperms.usage.meta-removeprefix.argument.priority=priorytet usuniФ™cia prefiksu +luckperms.usage.meta-removeprefix.argument.prefix=prefiks +luckperms.usage.meta-removeprefix.argument.context=konteksty do usuniФ™cia prefiksu w +luckperms.usage.meta-removesuffix.description=Usuwa przyrostek +luckperms.usage.meta-removesuffix.argument.priority=priorytet usuniФ™cia suffiksu +luckperms.usage.meta-removesuffix.argument.suffix=sufiks +luckperms.usage.meta-removesuffix.argument.context=konteksty do usuniФ™cia suffiksu w +luckperms.usage.meta-addtemp-prefix.description=Dodaje tymczasowo prefiks +luckperms.usage.meta-addtemp-prefix.argument.priority=priorytet dodania prefiksu +luckperms.usage.meta-addtemp-prefix.argument.prefix=prefiks +luckperms.usage.meta-addtemp-prefix.argument.duration=czas trwania do wygaХ›niФ™cia prefiksu +luckperms.usage.meta-addtemp-prefix.argument.context=konteksty do dodania prefiksu w +luckperms.usage.meta-addtemp-suffix.description=Dodaje sufiks tymczasowo +luckperms.usage.meta-addtemp-suffix.argument.priority=priorytet dodania suffiksu +luckperms.usage.meta-addtemp-suffix.argument.suffix=sufiks +luckperms.usage.meta-addtemp-suffix.argument.duration=czas do wygaХ›niФ™cia suffiksu +luckperms.usage.meta-addtemp-suffix.argument.context=konteksty do dodania suffiksu w +luckperms.usage.meta-settemp-prefix.description=Tymczasowo ustawia prefiks +luckperms.usage.meta-settemp-prefix.argument.priority=priorytet ustawienia prefiksu +luckperms.usage.meta-settemp-prefix.argument.prefix=prefiks +luckperms.usage.meta-settemp-prefix.argument.duration=czas do wygaХ›niФ™cia prefiksu +luckperms.usage.meta-settemp-prefix.argument.context=konteksty do ustawienia prefiksu w +luckperms.usage.meta-settemp-suffix.description=Tymczasowo ustawia przyrostek +luckperms.usage.meta-settemp-suffix.argument.priority=priorytet ustawienia suffiksu +luckperms.usage.meta-settemp-suffix.argument.suffix=sufiks +luckperms.usage.meta-settemp-suffix.argument.duration=czas do wygaХ›niФ™cia suffiksu +luckperms.usage.meta-settemp-suffix.argument.context=konteksty do ustawienia suffiksu w +luckperms.usage.meta-removetemp-prefix.description=Usuwa tymczasowy prefiks +luckperms.usage.meta-removetemp-prefix.argument.priority=priorytet usuniФ™cia prefiksu +luckperms.usage.meta-removetemp-prefix.argument.prefix=prefiks +luckperms.usage.meta-removetemp-prefix.argument.context=konteksty do usuniФ™cia prefiksu w +luckperms.usage.meta-removetemp-suffix.description=Usuwa tymczasowy sufiks +luckperms.usage.meta-removetemp-suffix.argument.priority=priorytet usuniФ™cia suffiksu +luckperms.usage.meta-removetemp-suffix.argument.suffix=sufiks +luckperms.usage.meta-removetemp-suffix.argument.context=konteksty do usuniФ™cia suffiksu w +luckperms.usage.meta-clear.description=CzyХ›ci wszystkie metadane +luckperms.usage.meta-clear.argument.type=typ meta do usuniФ™cia +luckperms.usage.meta-clear.argument.context=kontekst do filtrowania +luckperms.usage.track-info.description=WyХ›wietla informacje na temat Х›cieХМki +luckperms.usage.track-editor.description=Otwiera zewnФ™trzny edytor uprawnieХ„ +luckperms.usage.track-append.description=DoХ‚Ф…cza grupФ™ na koХ„cu Х›cieХМki +luckperms.usage.track-append.argument.group=grupa do dodania +luckperms.usage.track-insert.description=Wstawia grupФ™ na danej pozycji wzdХ‚uХМ Х›cieХМki +luckperms.usage.track-insert.argument.group=grupa do wstawienia +luckperms.usage.track-insert.argument.position=pozycja do wstawienia grupy w (pierwsza pozycja na Х›cieХМce wynosi 1) +luckperms.usage.track-remove.description=Usuwa grupФ™ ze Х›cieХМki +luckperms.usage.track-remove.argument.group=grupa do usuniФ™cia +luckperms.usage.track-clear.description=Usuwa grupy w Х›cieХМce +luckperms.usage.track-rename.description=ZmieХ„ nazwФ™ Х›cieХМki +luckperms.usage.track-rename.argument.name=nowa nazwa +luckperms.usage.track-clone.description=Klonuj Х›cieХМkФ™ +luckperms.usage.track-clone.argument.name=nazwa klona Х›cieХМki +luckperms.usage.log-recent.description=Zobacz ostatnie dziaХ‚ania +luckperms.usage.log-recent.argument.user=nazwa/uuid uХМytkownika do filtrowania +luckperms.usage.log-recent.argument.page=numer strony do wyХ›wietlenia +luckperms.usage.log-search.description=Przeszukaj dziennik w poszukiwaniu wpisu +luckperms.usage.log-search.argument.query=zapytanie do wyszukania +luckperms.usage.log-search.argument.page=numer strony do wyХ›wietlenia +luckperms.usage.log-notify.description=PrzeХ‚Ф…cz powiadomienia dziennika +luckperms.usage.log-notify.argument.toggle=czy wХ‚Ф…czyФ‡ lub wyХ‚Ф…czyФ‡ +luckperms.usage.log-user-history.description=PokaХМ historiФ™ uХМytkownika +luckperms.usage.log-user-history.argument.user=nazwa/uuid uХМytkownika +luckperms.usage.log-user-history.argument.page=numer strony do wyХ›wietlenia +luckperms.usage.log-group-history.description=PokaХМ historiФ™ grupy +luckperms.usage.log-group-history.argument.group=nazwa grupy +luckperms.usage.log-group-history.argument.page=numer strony do wyХ›wietlenia +luckperms.usage.log-track-history.description=Zobacz historiФ™ Х›cieХМki +luckperms.usage.log-track-history.argument.track=nazwa Х›cieХМki +luckperms.usage.log-track-history.argument.page=numer strony do wyХ›wietlenia +luckperms.usage.sponge.description=Edytuj dodatkowe dane Sponge +luckperms.usage.sponge.argument.collection=kolekcja do zapytania +luckperms.usage.sponge.argument.subject=temat do modyfikacji +luckperms.usage.sponge-permission-info.description=WyХ›wietla informacje o uprawnieniach uczestnika +luckperms.usage.sponge-permission-info.argument.contexts=kontekst do filtrowania +luckperms.usage.sponge-permission-set.description=Ustawia uprawnienie dla tematu +luckperms.usage.sponge-permission-set.argument.node=uprawnienie do ustawienia +luckperms.usage.sponge-permission-set.argument.tristate=wartoХ›Ф‡ do ustawienia uprawnienia +luckperms.usage.sponge-permission-set.argument.contexts=kontekst w ktУГrym zostanie ustawione uprawnienie +luckperms.usage.sponge-permission-clear.description=CzyХ›ci uprawnienia tematУГw +luckperms.usage.sponge-permission-clear.argument.contexts=konteksty do czyszczenia uprawnieХ„ w +luckperms.usage.sponge-parent-info.description=WyХ›wietla informacje o rodzicach uczestnika +luckperms.usage.sponge-parent-info.argument.contexts=kontekst do filtrowania +luckperms.usage.sponge-parent-add.description=Dodaje rodzica do tematu +luckperms.usage.sponge-parent-add.argument.collection=zbiУГr tematУГw, w ktУГrym jest temat nadrzФ™dny +luckperms.usage.sponge-parent-add.argument.subject=nazwa nadrzФ™dnego tematu +luckperms.usage.sponge-parent-add.argument.contexts=konteksty do dodania rodzica w +luckperms.usage.sponge-parent-remove.description=Usuwa rodzica z tematu +luckperms.usage.sponge-parent-remove.argument.collection=zbiУГr tematУГw, w ktУГrym jest temat nadrzФ™dny +luckperms.usage.sponge-parent-remove.argument.subject=nazwa nadrzФ™dnego tematu +luckperms.usage.sponge-parent-remove.argument.contexts=konteksty do usuniФ™cia rodzica w +luckperms.usage.sponge-parent-clear.description=CzyХ›ci rodzicУГw tematУГw +luckperms.usage.sponge-parent-clear.argument.contexts=konteksty do czyszczenia rodzicУГw w +luckperms.usage.sponge-option-info.description=WyХ›wietla informacje o opcjach uczestnika +luckperms.usage.sponge-option-info.argument.contexts=kontekst do filtrowania +luckperms.usage.sponge-option-set.description=Ustawia opcjФ™ dla tematu +luckperms.usage.sponge-option-set.argument.key=klucz do ustawienia +luckperms.usage.sponge-option-set.argument.value=wartoХ›Ф‡ do ustawienia klucza +luckperms.usage.sponge-option-set.argument.contexts=konteksty do ustawienia opcji w +luckperms.usage.sponge-option-unset.description=Cofa opcjФ™ dla tematu +luckperms.usage.sponge-option-unset.argument.key=klucz do usuniФ™cia +luckperms.usage.sponge-option-unset.argument.contexts=konteksty, w ktУГrych ma zostaФ‡ usuniФ™ty klucz +luckperms.usage.sponge-option-clear.description=CzyХ›ci opcje tematУГw +luckperms.usage.sponge-option-clear.argument.contexts=konteksty do czyszczenia opcji w diff --git a/plugins/LuckPerms/translations/repository/pt_BR.properties b/plugins/LuckPerms/translations/repository/pt_BR.properties new file mode 100644 index 0000000..ec02664 --- /dev/null +++ b/plugins/LuckPerms/translations/repository/pt_BR.properties @@ -0,0 +1,630 @@ +luckperms.logs.actionlog-prefix=REGISTRO +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=EXPORTAR +luckperms.commandsystem.available-commands=Use {0} para ver os comandos disponУ­veis +luckperms.commandsystem.command-not-recognised=Comando nУЃo reconhecido +luckperms.commandsystem.no-permission=VocУЊ nУЃo tem permissУЃo para usar este comando\! +luckperms.commandsystem.no-permission-subcommands=VocУЊ nУЃo tem permissУЃo para usar quaisquer subcomandos +luckperms.commandsystem.already-executing-command=Outro comando estУЁ sendo executado, aguarde terminar... +luckperms.commandsystem.usage.sub-commands-header=Sub Comandos +luckperms.commandsystem.usage.usage-header=UtilizaУЇУЃo do Comando +luckperms.commandsystem.usage.arguments-header=Argumentos +luckperms.first-time.no-permissions-setup=Parece que nenhuma permissУЃo foi configurada ainda\! +luckperms.first-time.use-console-to-give-access=Antes de vocУЊ poder usar qualquer um dos comandos LuckPerms no jogo, vocУЊ precisa usar o console para dar a si mesmo acesso +luckperms.first-time.console-command-prompt=Abra seu console e execute +luckperms.first-time.next-step=Depois de ter feito isso, vocУЊ pode comeУЇar a definir suas atribuiУЇУЕes de grupos e permissУЕes +luckperms.first-time.wiki-prompt=NУЃo sabe por onde comeУЇar? Confira aqui\: {0} +luckperms.login.try-again=Por favor, tente novamente mais tarde +luckperms.login.loading-database-error=Ocorreu um erro durante o carregamento dos dados de permissУЕes no banco de dados +luckperms.login.server-admin-check-console-errors=Se vocУЊ УЉ um administrador do servidor, por favor verifique no console se hУЁ algum erro +luckperms.login.server-admin-check-console-info=Por favor, verifique o console do servidor para mais informaУЇУЕes +luckperms.login.data-not-loaded-at-pre=Dados de permissУЕes do usuУЁrio nУЃo foram carregados durante a fase de prУЉ-login +luckperms.login.unable-to-continue=incapaz de continuar +luckperms.login.craftbukkit-offline-mode-error=provavelmente isto aconteceu devido a um conflito entre o CraftBukkit e a configuraУЇУЃo do online-mode +luckperms.login.unexpected-error=Ocorreu um erro inesperado ao configurar seus dados de permissУЕes +luckperms.opsystem.disabled=O sistema OP estУЁ desativado neste servidor +luckperms.opsystem.sponge-warning=Note que o status de Operador de Servidor nУЃo tem efeito nas verificaУЇУЕes de permissУЃo do Sponge quando um plugin de permissУЃo estУЁ instalado, vocУЊ deve editar os dados do usuУЁrio diretamente +luckperms.duration.unit.years.plural={0} anos +luckperms.duration.unit.years.singular={0} ano +luckperms.duration.unit.years.short={0}ano +luckperms.duration.unit.months.plural={0} meses +luckperms.duration.unit.months.singular={0} mУЊs +luckperms.duration.unit.months.short={0}mУЊs +luckperms.duration.unit.weeks.plural={0} semanas +luckperms.duration.unit.weeks.singular={0} semana +luckperms.duration.unit.weeks.short={0}sem +luckperms.duration.unit.days.plural={0} dias +luckperms.duration.unit.days.singular={0} dia +luckperms.duration.unit.days.short={0}d +luckperms.duration.unit.hours.plural={0} horas +luckperms.duration.unit.hours.singular={0} hora +luckperms.duration.unit.hours.short={0}h +luckperms.duration.unit.minutes.plural={0} minutos +luckperms.duration.unit.minutes.singular={0} minuto +luckperms.duration.unit.minutes.short={0}min +luckperms.duration.unit.seconds.plural={0} segundos +luckperms.duration.unit.seconds.singular={0} segundo +luckperms.duration.unit.seconds.short={0}seg +luckperms.duration.since={0} atrУЁs +luckperms.command.misc.invalid-code=CУГdigo invУЁlido +luckperms.command.misc.response-code-key=cУГdigo de resposta +luckperms.command.misc.error-message-key=mensagem +luckperms.command.misc.bytebin-unable-to-communicate=NУЃo foi possУ­vel comunicar-se com bytebin +luckperms.command.misc.webapp-unable-to-communicate=NУЃo foi possУ­vel comunicar-se com o aplicativo web +luckperms.command.misc.check-console-for-errors=Verifique no console se hУЁ erros +luckperms.command.misc.file-must-be-in-data=Arquivo {0} deve ser um filho direto do diretУГrio de dados +luckperms.command.misc.wait-to-finish=Por favor, aguarde atУЉ que a sua solicitaУЇУЃo seja concluУ­da e tente novamente +luckperms.command.misc.invalid-priority=Prioridade invУЁlida {0} +luckperms.command.misc.expected-number=Esperado um nУКmero +luckperms.command.misc.date-parse-error=NУЃo foi possУ­vel analisar data {0} +luckperms.command.misc.date-in-past-error=VocУЊ nУЃo pode definir uma data no passado\! +luckperms.command.misc.page=pУЁgina {0} de {1} +luckperms.command.misc.page-entries={0} entradas +luckperms.command.misc.none=Nenhum +luckperms.command.misc.loading.error.unexpected=Um erro inesperado ocorreu +luckperms.command.misc.loading.error.user=UsuУЁrio nУЃo carregado +luckperms.command.misc.loading.error.user-specific=NУЃo foi possУ­vel carregar usuУЁrio alvo {0} +luckperms.command.misc.loading.error.user-not-found=NУЃo foi possУ­vel encontrar um usuУЁrio para {0} +luckperms.command.misc.loading.error.user-save-error=Houve um erro ao salvar os dados de usuУЁrio para {0} +luckperms.command.misc.loading.error.user-not-online=UsuУЁrio {0} nУЃo estУЁ online +luckperms.command.misc.loading.error.user-invalid=''{0}'' nУЃo УЉ um nome/uuid de usuУЁrio vУЁlido +luckperms.command.misc.loading.error.user-not-uuid=O usuУЁrio do destino {0} nУЃo УЉ um uuid vУЁlido +luckperms.command.misc.loading.error.group=Grupo nУЃo carregado +luckperms.command.misc.loading.error.all-groups=NУЃo foi possУ­vel carregar todos os grupos +luckperms.command.misc.loading.error.group-not-found=NУЃo foi possУ­vel encontrar o grupo chamado {0} +luckperms.command.misc.loading.error.group-save-error=Ocorreu um erro ao salvar os dados do grupo para {0} +luckperms.command.misc.loading.error.group-invalid={0} nУЃo УЉ um nome de grupo vУЁlido +luckperms.command.misc.loading.error.track=Track nУЃo carregada +luckperms.command.misc.loading.error.all-tracks=ImpossУ­vel carregar todos as tracks +luckperms.command.misc.loading.error.track-not-found=O caminho de promoУЇУЃo {0} nУЃo foi encontrada +luckperms.command.misc.loading.error.track-save-error=Ocorreu um erro ao salvar os dados do caminho de promoУЇУЃo para {0} +luckperms.command.misc.loading.error.track-invalid={0} nУЃo УЉ um nome de track vУЁlido +luckperms.command.editor.no-match=Incapaz de abrir o editor, nenhum objeto corresponde ao tipo desejado +luckperms.command.editor.start=Preparando uma nova sessУЃo do web editor, por favor aguarde... +luckperms.command.editor.url=Clique no link abaixo para abrir o editor +luckperms.command.editor.unable-to-communicate=ImpossУ­vel se comunicar com o editor +luckperms.command.editor.apply-edits.success=Dados do web editor aplicados a {0} {1} com sucesso +luckperms.command.editor.apply-edits.success-summary={0} {1} e {2} {3} +luckperms.command.editor.apply-edits.success.additions=adiУЇУЕes +luckperms.command.editor.apply-edits.success.additions-singular=adiУЇУЃo +luckperms.command.editor.apply-edits.success.deletions=eliminaУЇУЕes +luckperms.command.editor.apply-edits.success.deletions-singular=eliminaУЇУЃo +luckperms.command.editor.apply-edits.no-changes=Nenhuma alteraУЇУЃo foi aplicada pelo web editor, os dados enviados nУЃo contУЊm nenhuma ediУЇУЃo +luckperms.command.editor.apply-edits.unknown-type=ImpossУ­vel aplicar a ediУЇУЃo ao tipo de objeto especificado +luckperms.command.editor.apply-edits.unable-to-read=ImpossУ­vel ler os dados usando o cУГdigo fornecido +luckperms.command.search.searching.permission=Procurando usuУЁrios e grupos com {0} +luckperms.command.search.searching.inherit=Procurando por usuУЁrios e grupos que herdam de {0} +luckperms.command.search.result=Encontrados {0} entradas de {1} usuУЁrios e {2} grupos +luckperms.command.search.result.default-notice=Nota\: ao procurar membros do grupo padrУЃo, jogadores offline sem outras permissУЕes nУЃo serУЃo exibidos\! +luckperms.command.search.showing-users=Exibindo usuУЁrio entradas +luckperms.command.search.showing-groups=Exibindo entradas de grupo +luckperms.command.tree.start=Gerando lista de permissУЕes, por favor aguarde... +luckperms.command.tree.empty=ImpossУ­vel gerar a lista, nenhum resultado foi encontrado +luckperms.command.tree.url=URL da lista de permissУЕes +luckperms.command.verbose.invalid-filter={0} nУЃo УЉ um filtro verboso vУЁlido +luckperms.command.verbose.enabled=Registro detalhado {0} para verificaУЇУЕes correspondentes a {1} +luckperms.command.verbose.command-exec=ForУЇando {0} a executar o comando {1} e reportando todas as verificaУЇУЕes feitas... +luckperms.command.verbose.off=Registro verboso {0} +luckperms.command.verbose.command-exec-complete=ExecuУЇУЃo do comando concluУ­da +luckperms.command.verbose.command.no-checks=A execuУЇУЃo do comando foi concluУ­da, mas nenhuma verificaУЇУЃo de permissУЃo foi feita +luckperms.command.verbose.command.possibly-async=Isso pode ocorrer porque o plug-in executa comandos em segundo plano (async) +luckperms.command.verbose.command.try-again-manually=VocУЊ ainda pode usar verbose manualmente para detectar verificaУЇУЕes feitas como esta +luckperms.command.verbose.enabled-recording=GravaУЇУЃo detalhada de {0} para verificaУЇУЕes correspondentes a {1} +luckperms.command.verbose.uploading=Registro verboso {0}, envio de resultados... +luckperms.command.verbose.url=URL de resultados verboso +luckperms.command.verbose.enabled-term=ativado +luckperms.command.verbose.disabled-term=desativado +luckperms.command.verbose.query-any=QUALQUER +luckperms.command.info.running-plugin=Executando +luckperms.command.info.platform-key=Plataforma +luckperms.command.info.server-brand-key=Marca do Servidor +luckperms.command.info.server-version-key=VersУЃo do Servidor +luckperms.command.info.storage-key=Armazenamento +luckperms.command.info.storage-type-key=Tipo +luckperms.command.info.storage.meta.split-types-key=Tipos +luckperms.command.info.storage.meta.ping-key=LatУЊncia +luckperms.command.info.storage.meta.connected-key=Conectado +luckperms.command.info.storage.meta.file-size-key=Tamanho do Arquivo +luckperms.command.info.extensions-key=ExtensУЕes +luckperms.command.info.messaging-key=Sistema de Mensagens +luckperms.command.info.instance-key=InstУЂncia +luckperms.command.info.static-contexts-key=Contextos estУЁticos +luckperms.command.info.online-players-key=Jogadores Online +luckperms.command.info.online-players-unique={0} УКnico +luckperms.command.info.uptime-key=Tempo de atividade +luckperms.command.info.local-data-key=Dados Locais +luckperms.command.info.local-data={0} usuУЁrios, {1} grupos, {2} tracks +luckperms.command.generic.create.success={0} foi criado com sucesso +luckperms.command.generic.create.error=Houve um erro ao criar {0} +luckperms.command.generic.create.error-already-exists={0} jУЁ existe\! +luckperms.command.generic.delete.success={0} foi excluУ­do com sucesso +luckperms.command.generic.delete.error=Houve um erro ao excluir {0} +luckperms.command.generic.delete.error-doesnt-exist={0} nУЃo existe\! +luckperms.command.generic.rename.success={0} foi renomeado com sucesso para {1} +luckperms.command.generic.clone.success={0} foi clonado com sucesso em {1} +luckperms.command.generic.info.parent.title=Grupos de Parents +luckperms.command.generic.info.parent.temporary-title=Grupos TemporУЁrios de Pais +luckperms.command.generic.info.expires-in=expira em +luckperms.command.generic.info.inherited-from=herdado de +luckperms.command.generic.info.inherited-from-self=si mesmo +luckperms.command.generic.show-tracks.title=Tracks de {0} +luckperms.command.generic.show-tracks.empty={0} nУЃo estУЁ em nenhum track +luckperms.command.generic.clear.node-removed={0} nУГdulos foram removidos +luckperms.command.generic.clear.node-removed-singular={0} nУГdulo foi removido +luckperms.command.generic.clear=NУГdulos de {0} limpos no contexto {1} +luckperms.command.generic.permission.info.title=PermissУЕes de {0} +luckperms.command.generic.permission.info.empty={0} nУЃo possui quaisquer permissУЕes definidas +luckperms.command.generic.permission.info.click-to-remove=Clique para remover este nУГdulo de {0} +luckperms.command.generic.permission.check.info.title=InformaУЇУЕes da permissУЃo para {0} +luckperms.command.generic.permission.check.info.directly={0} foi {1} definido como {2} no contexto {3} +luckperms.command.generic.permission.check.info.inherited={0} herda {1} definido como {2} de {3} no contexto {4} +luckperms.command.generic.permission.check.info.not-directly={0} nУЃo tem {1} definido +luckperms.command.generic.permission.check.info.not-inherited={0} nУЃo herda {1} +luckperms.command.generic.permission.check.result.title=VerificaУЇУЃo de permissУЃo para {0} +luckperms.command.generic.permission.check.result.result-key=Resultado +luckperms.command.generic.permission.check.result.processor-key=Processador +luckperms.command.generic.permission.check.result.cause-key=Causa +luckperms.command.generic.permission.check.result.context-key=Contexto +luckperms.command.generic.permission.set=Definir {0} a {1} para {2} no contexto {3} +luckperms.command.generic.permission.already-has={0} jУЁ tem {1} definidos no contexto {2} +luckperms.command.generic.permission.set-temp=Definir {0} a {1} para {2} por uma duraУЇУЃo de {3} no contexto {4} +luckperms.command.generic.permission.already-has-temp={0} jУЁ possui {1} definido temporariamente no contexto {2} +luckperms.command.generic.permission.unset=Removido {0} para {1} no contexto {2} +luckperms.command.generic.permission.doesnt-have={0} nУЃo tem {1} definido no contexto {2} +luckperms.command.generic.permission.unset-temp=Desconfigurar a permissУЃo temporУЁria {0} para {1} no contexto {2} +luckperms.command.generic.permission.subtract=Definir {0} como {1} para {2} por uma duraУЇУЃo de {3} no contexto {4}, {5} a menos do que antes +luckperms.command.generic.permission.doesnt-have-temp={0} nУЃo possui {1} definido temporariamente no contexto {2} +luckperms.command.generic.permission.clear=As permissУЕes de {0} foram apagadas no contexto {1} +luckperms.command.generic.parent.info.title=Grupos de {0} +luckperms.command.generic.parent.info.empty={0} nУЃo tem quaisquer pais definidos +luckperms.command.generic.parent.info.click-to-remove=Clique para remover esse grupo de {0} +luckperms.command.generic.parent.add={0} agora herda as permissУЕes de {1} no contexto {2} +luckperms.command.generic.parent.add-temp={0} agora herda as permissУЕes de {1} por uma duraУЇУЃo de {2} no contexto {3} +luckperms.command.generic.parent.set={0} teve seus grupos-pai existentes apagados, e agora herda apenas {1} em contexto {2} +luckperms.command.generic.parent.set-track={0} teve seus grupos-pai existentes na escada {1}, e agora sУГ herda {2} no contexto {3} +luckperms.command.generic.parent.remove={0} nУЃo herda mais as permissУЕes de {1} no contexto {2} +luckperms.command.generic.parent.remove-temp={0} nУЃo herda mais temporariamente as permissУЕes de {1} no contexto {2} +luckperms.command.generic.parent.subtract={0} herdarУЁ permissУЕes de {1} por uma duraУЇУЃo de {2} no contexto {3}, {4} menos que antes +luckperms.command.generic.parent.clear=Os pais de {0} foram apagadas no contexto {1} +luckperms.command.generic.parent.clear-track=Os pais de {0} na escada {1} foram apagadas no contexto {2} +luckperms.command.generic.parent.already-inherits={0} jУЁ herda de {1} no contexto {2} +luckperms.command.generic.parent.doesnt-inherit={0} nУЃo herda de {1} no contexto {2} +luckperms.command.generic.parent.already-temp-inherits={0} jУЁ herda temporariamente de {1} no contexto {2} +luckperms.command.generic.parent.doesnt-temp-inherit={0} nУЃo herda temporariamente de {1} no contexto {2} +luckperms.command.generic.chat-meta.info.title-prefix=Prefixos de {0} +luckperms.command.generic.chat-meta.info.title-suffix=Sufixos de {0} +luckperms.command.generic.chat-meta.info.none-prefix={0} nУЃo tem prefixos +luckperms.command.generic.chat-meta.info.none-suffix={0} nУЃo tem sufixos +luckperms.command.generic.chat-meta.info.click-to-remove=Clique para remover este {0} de {1} +luckperms.command.generic.chat-meta.already-has={0} jУЁ tem {1} {2} definido a uma prioridade de {3} no contexto {4} +luckperms.command.generic.chat-meta.already-has-temp={0} jУЁ tem {1} {2} definido temporariamente a uma prioridade de {3} no contexto {4} +luckperms.command.generic.chat-meta.doesnt-have={0} nУЃo tem {1} {2} definido a uma prioridade de {3} no contexto {4} +luckperms.command.generic.chat-meta.doesnt-have-temp={0} nУЃo tem {1} {2} definido temporariamente a uma prioridade de {3} no contexto {4} +luckperms.command.generic.chat-meta.add={0} teve {1} {2} definido como uma prioridade de {3} no contexto {4} +luckperms.command.generic.chat-meta.add-temp={0} teve {1} {2} definido a uma prioridade de {3} por uma duraУЇУЃo de {4} no contexto {5} +luckperms.command.generic.chat-meta.remove={0} teve {1} {2} na prioridade {3} removido no contexto {4} +luckperms.command.generic.chat-meta.remove-bulk={0} teve todos {1} na prioridade {2} removidos no contexto {3} +luckperms.command.generic.chat-meta.remove-temp={0} teve temporУЁrio {1} {2} na prioridade {3} removido no contexto {4} +luckperms.command.generic.chat-meta.remove-temp-bulk={0} teve todos temporУЁrios os {1} na prioridade {2} removido no contexto {3} +luckperms.command.generic.meta.info.title=Metadados de {0} +luckperms.command.generic.meta.info.none={0} nУЃo tem meta +luckperms.command.generic.meta.info.click-to-remove=Clique para remover este meta node de {0} +luckperms.command.generic.meta.already-has={0} jУЁ tem meta-chave {1} definida como {2} no contexto {3} +luckperms.command.generic.meta.already-has-temp={0} jУЁ tem meta-chave {1} temporariamente definida como {2} no contexto {3} +luckperms.command.generic.meta.doesnt-have={0} nУЃo tem meta-chave {1} definida no contexto {2} +luckperms.command.generic.meta.doesnt-have-temp={0} nУЃo tem meta-chave {1} definida temporariamente no contexto {2} +luckperms.command.generic.meta.set=Defina a meta-chave {0} como {1} para {2} no contexto {3} +luckperms.command.generic.meta.set-temp=Defina a meta-chave {0} como {1} para {2} por uma duraУЇУЃo de {3} no contexto {4} +luckperms.command.generic.meta.unset=Remova a meta-chave {0} para {1} no contexto {2} +luckperms.command.generic.meta.unset-temp=Remova a meta-chave temporУЁria {0} para {1} no contexto {2} +luckperms.command.generic.meta.clear=O metatipo de correspondУЊncia {1} de {0} foi apagado no contexto {2} +luckperms.command.generic.contextual-data.title=Dados Contextuais +luckperms.command.generic.contextual-data.mode.key=modo +luckperms.command.generic.contextual-data.mode.server=servidor +luckperms.command.generic.contextual-data.mode.active-player=jogador ativo +luckperms.command.generic.contextual-data.contexts-key=Contextos +luckperms.command.generic.contextual-data.prefix-key=Prefixo +luckperms.command.generic.contextual-data.suffix-key=Sufixo +luckperms.command.generic.contextual-data.primary-group-key=Grupo PrimУЁrio +luckperms.command.generic.contextual-data.meta-key=Meta +luckperms.command.generic.contextual-data.null-result=Nenhum +luckperms.command.user.info.title=InformaУЇУЃo do UsuУЁrio +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=tipo +luckperms.command.user.info.uuid-type.mojang=Mojang +luckperms.command.user.info.uuid-type.not-mojang=offline +luckperms.command.user.info.status-key=Estado +luckperms.command.user.info.status.online=Online +luckperms.command.user.info.status.offline=Offline +luckperms.command.user.removegroup.error-primary=VocУЊ nУЃo pode remover um usuУЁrio do grupo primУЁrio +luckperms.command.user.primarygroup.not-member={0} nУЃo era um membro de {1}, adicionando-o agora +luckperms.command.user.primarygroup.already-has={0} jУЁ tem {1} definido como seu grupo principal +luckperms.command.user.primarygroup.warn-option=Aviso\: O mУЉtodo de cУЁlculo do grupo primУЁrio sendo usado por este servidor ({0}) pode nУЃo refletir esta alteraУЇУЃo +luckperms.command.user.primarygroup.set=O grupo primУЁrio {0} foi definido como {1} +luckperms.command.user.track.error-not-contain-group={0} ainda nУЃo estУЁ em nenhum grupo em {1} +luckperms.command.user.track.unsure-which-track=NУЃo sabe qual caminho usar, por favor especificar um argumento +luckperms.command.user.track.missing-group-advice=Crie o grupo ou o remova da faixa e tente novamente +luckperms.command.user.promote.added-to-first={0} nУЃo estУЁ em nenhum grupo em {1}, entУЃo foram adicionados ao primeiro grupo, {2} no contexto {3} +luckperms.command.user.promote.not-on-track={0} nУЃo estУЁ em nenhum grupo em {1}, entУЃo nУЃo foi promovido +luckperms.command.user.promote.success=Promovendo {0} ao longo da faixa {1} de {2} para {3} no contexto {4} +luckperms.command.user.promote.end-of-track=O fim da faixa {0} foi alcanУЇado, incapaz de promover {1} +luckperms.command.user.promote.next-group-deleted=O prУГximo grupo na faixa, {0}, nУЃo existe mais +luckperms.command.user.promote.unable-to-promote=NУЃo foi possУ­vel promover o usuУЁrio +luckperms.command.user.demote.success=Promovendo {0} ao longo da faixa {1} de {2} para {3} no contexto {4} +luckperms.command.user.demote.end-of-track=O fim da faixa {0} foi alcanУЇado, entУЃo {1} foi removido de {2} +luckperms.command.user.demote.end-of-track-not-removed=O fim da faixa {0} foi alcanУЇado, mas {1} nУЃo foi removido do primeiro grupo +luckperms.command.user.demote.previous-group-deleted=O grupo anterior na faixa, {0}, nУЃo existe mais +luckperms.command.user.demote.unable-to-demote=NУЃo foi possУ­vel despromover o usuУЁrio +luckperms.command.group.list.title=Grupos +luckperms.command.group.delete.not-default=VocУЊ nУЃo pode excluir o grupo padrУЃo +luckperms.command.group.info.title=InformaУЇУЕes do Grupo +luckperms.command.group.info.display-name-key=Nome de ExibiУЇУЃo +luckperms.command.group.info.weight-key=Peso +luckperms.command.group.setweight.set=Definir o peso {0} para o grupo {1} +luckperms.command.group.setdisplayname.doesnt-have={0} nУЃo possui um nome de exibiУЇУЃo definido +luckperms.command.group.setdisplayname.already-has={0} jУЁ tem um nome de exibiУЇУЃo de {1} +luckperms.command.group.setdisplayname.already-in-use=O nome de exibiУЇУЃo {0} jУЁ estУЁ sendo usado por {1} +luckperms.command.group.setdisplayname.set=Definir nome de exibiУЇУЃo para {0} para o grupo {1} no contexto {2} +luckperms.command.group.setdisplayname.removed=Remover nome de exibiУЇУЃo para o grupo {0} no contexto {1} +luckperms.command.track.list.title=Lista de promoУЇУЃo +luckperms.command.track.path.empty=Nenhum +luckperms.command.track.info.showing-track=Mostrar lista de promoУЇУЃo +luckperms.command.track.info.path-property=Caminho +luckperms.command.track.clear={0} grupos de faixas foram limpos +luckperms.command.track.append.success=Grupo {0} foi anexado У  faixa {1} +luckperms.command.track.insert.success=O grupo {0} foi inserido na faixa {1} na posiУЇУЃo {2} +luckperms.command.track.insert.error-number=NУКmero esperado, mas em vez disso recebido\: {0} +luckperms.command.track.insert.error-invalid-pos=NУЃo УЉ possУ­vel inserir na posiУЇУЃo {0} +luckperms.command.track.insert.error-invalid-pos-reason=posiУЇУЃo InvУЁlida +luckperms.command.track.remove.success=O grupo {0} foi removido da faixa {1} +luckperms.command.track.error-empty={0} nУЃo pode ser usado, pois estУЁ vazio ou contУЉm apenas um grupo +luckperms.command.track.error-multiple-groups={0} УЉ um membro de mУКltiplos grupos deste caminho +luckperms.command.track.error-ambiguous=NУЃo foi possУ­vel determinar sua localizaУЇУЃo +luckperms.command.track.already-contains={0} jУЁ contУЉm {1} +luckperms.command.track.doesnt-contain={0} nУЃo deve conter {1} +luckperms.command.log.load-error=NУЃo foi possУ­vel carregar o log +luckperms.command.log.invalid-page=NУКmero de pУЁgina invУЁlido +luckperms.command.log.invalid-page-range=Por favor, insira um valor entre {0} e {1} +luckperms.command.log.empty=NУЃo hУЁ nenhum registro na log +luckperms.command.log.notify.error-console=NУЃo УЉ possУ­vel alterar as notificaУЇУЕes para o console +luckperms.command.log.notify.enabled-term=Ativado +luckperms.command.log.notify.disabled-term=Desativado +luckperms.command.log.notify.changed-state={0} saУ­das no registro +luckperms.command.log.notify.already-on=VocУЊ jУЁ estУЁ recebendo notificaУЇУЕes +luckperms.command.log.notify.already-off=VocУЊ nУЃo estУЁ recebendo notificaУЇУЕes no momento +luckperms.command.log.notify.invalid-state=Estado desconhecido. Esperando {0} ou {1} +luckperms.command.log.show.search=Mostrando aУЇУЕes recentes para consulta {0} +luckperms.command.log.show.recent=Mostrando aУЇУЕes recentes +luckperms.command.log.show.by=Mostrando aУЇУЕes recentes de {0} +luckperms.command.log.show.history=Mostrando histУГrico de {0} {1} +luckperms.command.export.error-term=Erro +luckperms.command.export.already-running=Outro processo de exportaУЇУЃo jУЁ estУЁ sendo executado +luckperms.command.export.file.already-exists=Arquivo {0} jУЁ existe +luckperms.command.export.file.not-writable=O arquivo {0} nУЃo pode ser lido +luckperms.command.export.file.success=Exportado com sucesso para {0} +luckperms.command.export.file-unexpected-error-writing=Ocorreu um erro inesperado ao escrever no arquivo +luckperms.command.export.web.export-code=Exportar CУГdigo +luckperms.command.export.web.import-command-description=Use o seguinte comando para importar +luckperms.command.import.term=Importar +luckperms.command.import.error-term=Erro +luckperms.command.import.already-running=Outro processo de importaУЇУЃo jУЁ estУЁ em execuУЇУЃo +luckperms.command.import.file.doesnt-exist=O Arquivo {0} nУЃo existe +luckperms.command.import.file.not-readable=O arquivo {0} nУЃo pode ser lido +luckperms.command.import.file.unexpected-error-reading=Ocorreu um erro inesperado ao ler o arquivo de importaУЇУЃo +luckperms.command.import.file.correct-format=este УЉ o formato correto? +luckperms.command.import.web.unable-to-read=NУЃo foi possУ­vel ler os dados usando o cУГdigo fornecido +luckperms.command.import.progress.percent={0}% concluУ­do +luckperms.command.import.progress.operations={0}/{1} operaУЇУЕes concluУ­das +luckperms.command.import.starting=Iniciando processo de importaУЇУЃo +luckperms.command.import.completed=CONCLUУDO +luckperms.command.import.duration=demorou {0} segundos +luckperms.command.bulkupdate.must-use-console=O comando de atualizaУЇУЃo em massa sУГ pode ser usado pelo console +luckperms.command.bulkupdate.invalid-data-type=Tipo invУЁlido, estava esperando {0} +luckperms.command.bulkupdate.invalid-constraint=RestriУЇУЃo invУЁlida {0} +luckperms.command.bulkupdate.invalid-constraint-format=As restriУЇУЕes devem estar no formato {0} +luckperms.command.bulkupdate.invalid-comparison=Operador de comparaУЇУЃo invУЁlido {0} +luckperms.command.bulkupdate.invalid-comparison-format=Era esperado um dos seguintes\: {0} +luckperms.command.bulkupdate.queued=A operaУЇУЃo de atualizaУЇУЃo em massa foi colocada na fila +luckperms.command.bulkupdate.confirm=Execute {0} para executar a atualizaУЇУЃo +luckperms.command.bulkupdate.unknown-id=A operaУЇУЃo com id {0} nУЃo existe ou expirou +luckperms.command.bulkupdate.starting=A atualizaУЇУЃo em massa estУЁ agora em execuУЇУЃo +luckperms.command.bulkupdate.success=A atualizaУЇУЃo em massa foi concluУ­da com sucesso +luckperms.command.bulkupdate.success.statistics.nodes=Total de nУГs afetados +luckperms.command.bulkupdate.success.statistics.users=Total de usuУЁrios afetados +luckperms.command.bulkupdate.success.statistics.groups=Total de grupos afetados +luckperms.command.bulkupdate.failure=Falha na atualizaУЇУЃo em massa, verifique os erros no console +luckperms.command.update-task.request=Uma tarefa de atualizaУЇУЃo foi solicitada, por favor aguarde +luckperms.command.update-task.complete=AtualizaУЇУЃo completa +luckperms.command.update-task.push.attempting=Agora tentando enviar para outros servidores +luckperms.command.update-task.push.complete=Outros servidores foram notificados via {0} com УЊxito +luckperms.command.update-task.push.error=Erro ao enviar as mudanУЇas para outros servidores +luckperms.command.update-task.push.error-not-setup=NУЃo УЉ possУ­vel enviar as alteraУЇУЕes para outros servidores porque o serviУЇo de mensagens nУЃo foi configurado +luckperms.command.reload-config.success=O arquivo de configuraУЇУЃo foi recarregado +luckperms.command.reload-config.restart-note=algumas opУЇУЕes sУГ serУЃo aplicadas depois que o servidor tiver sido reiniciado +luckperms.command.translations.searching=Procurando por traduУЇУЕes disponУ­veis, por favor aguarde... +luckperms.command.translations.searching-error=NУЃo foi possУ­vel obter a lista de traduУЇУЕes disponУ­veis +luckperms.command.translations.installed-translations=TraduУЇУЕes instaladas +luckperms.command.translations.available-translations=TraduУЇУЕes disponУ­veis +luckperms.command.translations.percent-translated={0}% traduzido +luckperms.command.translations.translations-by=por +luckperms.command.translations.installing=Instalando traduУЇУЕes, por favor aguarde... +luckperms.command.translations.download-error=NУЃo foi possУ­vel baixar a traduУЇУЃo para {0} +luckperms.command.translations.installing-specific=Instalando idioma {0}... +luckperms.command.translations.install-complete=InstalaУЇУЃo completa +luckperms.command.translations.download-prompt=Use {0} para baixar e instalar as versУЕes mais atualizadas dessas traduУЇУЕes fornecidas pela comunidade +luckperms.command.translations.download-override-warning=Isto irУЁ substituir todas as alteraУЇУЕes feitas por vocУЊ nestes idiomas +luckperms.usage.user.description=Comandos para gerenciar os usuУЁrios dentro do LuckPerms. (Um ''usuУЁrio'' no LuckPerms УЉ apenas um jogador, e pode-se referir ao seu UUID ou nick) +luckperms.usage.group.description=Comandos para o gerenciamento de grupos dentro do LuckPerms. Grupos sУЃo apenas coleУЇУЕes de permissУЃo que podem ser dadas para mУКltiplos usuУЁrios. Para criar novos grupos utilize o comando ''creategroup''. +luckperms.usage.track.description=Comandos para gerenciar faixas de caminhos dentro de LuckPerms. Uma faixa de caminho УЉ uma coleУЇУЃo ordenada de grupos que podem ser usados para definir promoУЇУЕes e rebaixamentos. +luckperms.usage.log.description=Um conjunto de comandos para gerenciar as configuraУЇУЕes da log no LuckPerms. +luckperms.usage.sync.description=Recarrega todos os dados dentro do armazenamento do plugin na memУГria e aplica quaisquer alteraУЇУЕes detectadas. +luckperms.usage.info.description=Mostra informaУЇУЕes gerais sobre a instУЂncia ativa do plugin. +luckperms.usage.editor.description=Cria uma nova sessУЃo de editor web +luckperms.usage.editor.argument.type=os tipos para carregar no editor. (''todos'', ''usuУЁrios'' ou ''grupos'') +luckperms.usage.editor.argument.filter=permissУЃo para filtrar entradas do usuУЁrio por +luckperms.usage.verbose.description=Controla o sistema de verificaУЇУЃo de permissУЃo detalhada do plugin. +luckperms.usage.verbose.argument.action=se habilitar ou desabilitar o log ou fazer upload da saУ­da registrada +luckperms.usage.verbose.argument.filter=o filtro para combinar as entradas com +luckperms.usage.verbose.argument.commandas=o jogador/comando para executar +luckperms.usage.tree.description=Gera uma lista de exibiУЇУЃo (hierarquia ordenada) de todas as permissУЕes conhecidas pelo LuckPerms. +luckperms.usage.tree.argument.scope=a raiz da УЁrvore. Especifique "." para incluir todas as permissУЕes +luckperms.usage.tree.argument.player=o nome do usuario para checar contra +luckperms.usage.search.description=Procura por todos os usuУЁrios/grupos com uma permissУЃo especУ­fica +luckperms.usage.search.argument.permission=a permissУЃo para pesquisar +luckperms.usage.search.argument.page=a pУЁgina para ver +luckperms.usage.network-sync.description=Sincronize as alteraУЇУЕes com o armazenamento e solicite que todos os outros servidores da rede faУЇam o mesmo +luckperms.usage.import.description=Importa dados de um arquivo de exportaУЇУЃo (previamente criado) +luckperms.usage.import.argument.file=selecione o arquivo У  importar +luckperms.usage.import.argument.replace=substituir os dados existentes em vez de se fundir +luckperms.usage.import.argument.upload=carregar os dados de uma exportaУЇУЃo anterior +luckperms.usage.export.description=Exporta todos os dados de permissУЕes para um arquivo de "exportaУЇУЃo". PoderУЁ ser importado novamente mais tarde. +luckperms.usage.export.argument.file=exportar o arquivo para +luckperms.usage.export.argument.without-users=excluir os usuУЁrios da exportaУЇУЃo +luckperms.usage.export.argument.without-groups=excluir grupos da exportaУЇУЃo +luckperms.usage.export.argument.upload=FaУЇa o upload de todos os dados de permissУЃo para o editor web. PoderУЁ ser importado novamente mais tarde. +luckperms.usage.reload-config.description=Recarregue algumas das opУЇУЕes da config +luckperms.usage.bulk-update.description=Executa alteraУЇУЕes em massa em todos os dados +luckperms.usage.bulk-update.argument.data-type=o tipo de dados sendo alterados. (''todos'', ''usuУЁrios'' ou ''grupos'') +luckperms.usage.bulk-update.argument.action=a aУЇУЃo a realizar-se sobre os dados. (''atualizaУЇУЃo'' ou ''apagar'') +luckperms.usage.bulk-update.argument.action-field=o campo para agir. Somente necessУЁrio para ''atualizar''. (''permissУЃo'', ''servidor'' ou ''mundo'') +luckperms.usage.bulk-update.argument.action-value=o valor para substituir. Apenas necessУЁrio para ''atualizar''. +luckperms.usage.bulk-update.argument.constraint=as restriУЇУЕes necessУЁrias para a atualizaУЇУЃo +luckperms.usage.translations.description=Gerenciar traduУЇУЕes +luckperms.usage.translations.argument.install=subcomando para instalar traduУЇУЕes +luckperms.usage.apply-edits.description=Aplica alteraУЇУЕes de permissУЃo feitas a partir do editor web +luckperms.usage.apply-edits.argument.code=o cУГdigo УКnico para os dados +luckperms.usage.apply-edits.argument.target=a quem aplicar os dados para +luckperms.usage.create-group.description=Criar um novo grupo +luckperms.usage.create-group.argument.name=o nome do grupo +luckperms.usage.create-group.argument.weight=a posiУЇУЃo do grupo +luckperms.usage.create-group.argument.display-name=o nome de exibiУЇУЃo do grupo +luckperms.usage.delete-group.description=Excluir um grupo +luckperms.usage.delete-group.argument.name=o nome do grupo +luckperms.usage.list-groups.description=Listar todos os grupos na plataforma +luckperms.usage.create-track.description=Criar uma nova track +luckperms.usage.create-track.argument.name=o nome da track +luckperms.usage.delete-track.description=Deleta uma track +luckperms.usage.delete-track.argument.name=o nome da track +luckperms.usage.list-tracks.description=Listar todas as tracks na plataforma +luckperms.usage.user-info.description=Mostra informaУЇУЕes sobre o jogador +luckperms.usage.user-switchprimarygroup.description=Muda o grupo primУЁrio do jogador +luckperms.usage.user-switchprimarygroup.argument.group=mudar o grupo para +luckperms.usage.user-promote.description=Promove o jogador a uma track +luckperms.usage.user-promote.argument.track=a track para promover um usuУЁrio +luckperms.usage.user-promote.argument.context=os contextos para promover o usuУЁrio em +luckperms.usage.user-promote.argument.dont-add-to-first=sУГ promova o jogador se ele jУЁ estiver na track +luckperms.usage.user-demote.description=Rebaixa o jogador a uma track +luckperms.usage.user-demote.argument.track=a track para rebaixar um usuУЁrio +luckperms.usage.user-demote.argument.context=os contextos para promover o usuУЁrio em +luckperms.usage.user-demote.argument.dont-remove-from-first=evitar que o jogador seja removido do grupo primУЁrio +luckperms.usage.user-clone.description=Clonar usuУЁrio +luckperms.usage.user-clone.argument.user=o nome/UUID do jogador para clonar sobre +luckperms.usage.group-info.description=DУЁ informaУЇУЕes sobre o grupo +luckperms.usage.group-listmembers.description=Mostrar os usuУЁrios/grupos que herdam deste grupo +luckperms.usage.group-listmembers.argument.page=a pУЁgina para ver +luckperms.usage.group-setweight.description=Definir o peso dos grupos +luckperms.usage.group-setweight.argument.weight=a posiУЇУЃo a setar +luckperms.usage.group-set-display-name.description=Definir o nome de exibiУЇУЃo dos grupos +luckperms.usage.group-set-display-name.argument.name=definir o nome para +luckperms.usage.group-set-display-name.argument.context=os contextos para definir o nome em +luckperms.usage.group-rename.description=Renomear o grupo +luckperms.usage.group-rename.argument.name=o novo nome +luckperms.usage.group-clone.description=Clonar o grupo +luckperms.usage.group-clone.argument.name=o nome do grupo para clonar sobre +luckperms.usage.holder-editor.description=Abrir o editor de permissУЃo web +luckperms.usage.holder-showtracks.description=Lista as tracks em que o objeto estУЁ +luckperms.usage.holder-clear.description=Remova todas as permissУЕes, grupos e meta +luckperms.usage.holder-clear.argument.context=os contextos a serem filtrados por +luckperms.usage.permission.description=Editar permissУЕes +luckperms.usage.parent.description=Editar heranУЇas +luckperms.usage.meta.description=Editar valores de metadata +luckperms.usage.permission-info.description=Lista os nodes de permissУЃo que o objeto tem +luckperms.usage.permission-info.argument.page=a pУЁgina para ver +luckperms.usage.permission-info.argument.sort-mode=como classificar as entradas +luckperms.usage.permission-set.description=Setar uma permissУЃo para o jogador +luckperms.usage.permission-set.argument.node=o node da permissУЃo a definir +luckperms.usage.permission-set.argument.value=o valor do node +luckperms.usage.permission-set.argument.context=os contextos para definir a opУЇУЃo em +luckperms.usage.permission-unset.description=Remove uma permissУЃo do jogador +luckperms.usage.permission-unset.argument.node=o node da permissУЃo a definir +luckperms.usage.permission-unset.argument.context=os contextos para remover a permissУЃo +luckperms.usage.permission-settemp.description=Define uma permissУЃo para o objeto temporariamente +luckperms.usage.permission-settemp.argument.node=o node da permissУЃo a definir +luckperms.usage.permission-settemp.argument.value=o valor do node +luckperms.usage.permission-settemp.argument.duration=a duraУЇУЃo da permissУЃo atУЉ que ela se expire +luckperms.usage.permission-settemp.argument.temporary-modifier=o tempo que a permissУЃo ficarУЁ aplicada +luckperms.usage.permission-settemp.argument.context=os contextos para adicionar a permissУЃo em +luckperms.usage.permission-unsettemp.description=Remove uma permissУЃo temporУЁria para o objeto +luckperms.usage.permission-unsettemp.argument.node=o node da permissУЃo a remover +luckperms.usage.permission-unsettemp.argument.duration=a duraУЇУЃo para subtrair +luckperms.usage.permission-unsettemp.argument.context=os contextos para remover a permissУЃo +luckperms.usage.permission-check.description=Verifica se um jogador possui uma certa permissУЃo +luckperms.usage.permission-check.argument.node=a permissУЃo para ser verificada +luckperms.usage.permission-clear.description=Limpar todas as permissУЕes +luckperms.usage.permission-clear.argument.context=os contextos a serem filtrados por +luckperms.usage.parent-info.description=Lista os grupos que o objeto herda +luckperms.usage.parent-info.argument.page=a pУЁgina para ver +luckperms.usage.parent-info.argument.sort-mode=como classificar as entradas +luckperms.usage.parent-set.description=Remove todos os outros grupos que o jogador herda e adiciona o escolhido +luckperms.usage.parent-set.argument.group=definir o grupo para +luckperms.usage.parent-set.argument.context=os contextos para definir o grupo em +luckperms.usage.parent-add.description=Define outro grupo para o jogador herdar permissУЕes +luckperms.usage.parent-add.argument.group=herdar o grupo de +luckperms.usage.parent-add.argument.context=os contextos para herdar o grupo em +luckperms.usage.parent-remove.description=Remove um grupo previamente definido +luckperms.usage.parent-remove.argument.group=o grupo a ser removido +luckperms.usage.parent-remove.argument.context=os contextos para remover o grupo em +luckperms.usage.parent-set-track.description=Remove todos os outros grupos que o objeto herda jУЁ na track dada e adiciona-os ao dado +luckperms.usage.parent-set-track.argument.track=a track para definir +luckperms.usage.parent-set-track.argument.group=o grupo a definir ou um nУКmero relativo У  posiУЇУЃo do grupo na track +luckperms.usage.parent-set-track.argument.context=os contextos para definir o grupo em +luckperms.usage.parent-add-temp.description=Define outro grupo para o objeto herdar permissУЕes temporariamente +luckperms.usage.parent-add-temp.argument.group=o grupo irУЁ herdar de +luckperms.usage.parent-add-temp.argument.duration=a duraУЇУЃo da associaУЇУЃo ao grupo +luckperms.usage.parent-add-temp.argument.temporary-modifier=como a permissУЃo temporУЁria deve ser aplicada +luckperms.usage.parent-add-temp.argument.context=os contextos para definir o grupo em +luckperms.usage.parent-remove-temp.description=Remove uma regra de heranУЇa temporУЁria definida anteriormente +luckperms.usage.parent-remove-temp.argument.group=o grupo a ser removido +luckperms.usage.parent-remove-temp.argument.duration=o tempo para subtrair +luckperms.usage.parent-remove-temp.argument.context=os contextos para remover o grupo em +luckperms.usage.parent-clear.description=Limpa todos os "parents" +luckperms.usage.parent-clear.argument.context=os contextos a serem filtrados por +luckperms.usage.parent-clear-track.description=Limpa todos os grupos em uma determinada track +luckperms.usage.parent-clear-track.argument.track=remover a track em +luckperms.usage.parent-clear-track.argument.context=os contextos a serem filtrados por +luckperms.usage.meta-info.description=Mostrar todos os prefixos/sufixos e meta no chat +luckperms.usage.meta-set.description=Define um valor meta +luckperms.usage.meta-set.argument.key=a chave a ser definida +luckperms.usage.meta-set.argument.value=definir o valor para +luckperms.usage.meta-set.argument.context=os contextos para adicionar o par meta em +luckperms.usage.meta-unset.description=Remove um valor meta +luckperms.usage.meta-unset.argument.key=a chave a ser removida +luckperms.usage.meta-unset.argument.context=os contextos para remover o meta +luckperms.usage.meta-settemp.description=Setar um valor meta temporariamente +luckperms.usage.meta-settemp.argument.key=a chave a ser definida +luckperms.usage.meta-settemp.argument.value=definir o valor para +luckperms.usage.meta-settemp.argument.duration=a duraУЇУЃo atУЉ o valor meta expirar +luckperms.usage.meta-settemp.argument.context=os contextos para adicionar o par meta em +luckperms.usage.meta-unsettemp.description=Remove um valor meta temporУЁrio +luckperms.usage.meta-unsettemp.argument.key=a chave a ser removida +luckperms.usage.meta-unsettemp.argument.context=os contextos para adicionar o par meta em +luckperms.usage.meta-addprefix.description=Adicionar um prefixo +luckperms.usage.meta-addprefix.argument.priority=a prioridade do prefixo +luckperms.usage.meta-addprefix.argument.prefix=a string prefixo +luckperms.usage.meta-addprefix.argument.context=os contextos para adicionar o prefixo em +luckperms.usage.meta-addsuffix.description=Adiciona um sufixo +luckperms.usage.meta-addsuffix.argument.priority=a prioridade para adicionar o sufixo +luckperms.usage.meta-addsuffix.argument.suffix=a string sufixo +luckperms.usage.meta-addsuffix.argument.context=os contextos para adicionar o sufixo em +luckperms.usage.meta-setprefix.description=Definir um prefixo +luckperms.usage.meta-setprefix.argument.priority=a prioridade para definir o prefixo em +luckperms.usage.meta-setprefix.argument.prefix=a string prefixo +luckperms.usage.meta-setprefix.argument.context=os contextos para definir o prefixo em +luckperms.usage.meta-setsuffix.description=Definir um sufixo +luckperms.usage.meta-setsuffix.argument.priority=a prioridade para definir o sufixo no +luckperms.usage.meta-setsuffix.argument.suffix=a string sufixo +luckperms.usage.meta-setsuffix.argument.context=os contextos para definir o sufixo +luckperms.usage.meta-removeprefix.description=Remover um prefixo +luckperms.usage.meta-removeprefix.argument.priority=a prioridade do prefixo a ser removido +luckperms.usage.meta-removeprefix.argument.prefix=a string prefixo +luckperms.usage.meta-removeprefix.argument.context=os contextos para remover o prefixo +luckperms.usage.meta-removesuffix.description=Remover um sufixo +luckperms.usage.meta-removesuffix.argument.priority=a prioridade do sufixo a ser removido +luckperms.usage.meta-removesuffix.argument.suffix=a string sufixo +luckperms.usage.meta-removesuffix.argument.context=os contextos para remover o sufixo +luckperms.usage.meta-addtemp-prefix.description=Adicionar um prefixo temporУЁrio +luckperms.usage.meta-addtemp-prefix.argument.priority=a prioridade do prefixo a ser definido +luckperms.usage.meta-addtemp-prefix.argument.prefix=a string sufixo +luckperms.usage.meta-addtemp-prefix.argument.duration=a duraУЇУЃo que o prefixo irУЁ expirar +luckperms.usage.meta-addtemp-prefix.argument.context=os contextos para adicionar o prefixo +luckperms.usage.meta-addtemp-suffix.description=Adicionar um suffix temporУЁrio +luckperms.usage.meta-addtemp-suffix.argument.priority=a prioridade do sufixo a ser adicionado +luckperms.usage.meta-addtemp-suffix.argument.suffix=a string sufixo +luckperms.usage.meta-addtemp-suffix.argument.duration=a duraУЇУЃo que o sufixo irУЁ expirar +luckperms.usage.meta-addtemp-suffix.argument.context=os contextos para adicionar a suffix em +luckperms.usage.meta-settemp-prefix.description=Setar um prefixo temporУЁrio +luckperms.usage.meta-settemp-prefix.argument.priority=a prioridade do prefixo a ser adicionado +luckperms.usage.meta-settemp-prefix.argument.prefix=a string prefixo +luckperms.usage.meta-settemp-prefix.argument.duration=a duraУЇУЃo que o prefixo irУЁ expirar +luckperms.usage.meta-settemp-prefix.argument.context=os contextos para definir o prefixo +luckperms.usage.meta-settemp-suffix.description=Setar um suffix temporУЁrio +luckperms.usage.meta-settemp-suffix.argument.priority=a prioridade para definir o sufixo +luckperms.usage.meta-settemp-suffix.argument.suffix=a string sufixo +luckperms.usage.meta-settemp-suffix.argument.duration=a duraУЇУЃo que o sufixo irУЁ expirar +luckperms.usage.meta-settemp-suffix.argument.context=os contextos para definir o sufixo em +luckperms.usage.meta-removetemp-prefix.description=Remover um prefixo temporУЁrio +luckperms.usage.meta-removetemp-prefix.argument.priority=a prioridade do prefixo a ser removido +luckperms.usage.meta-removetemp-prefix.argument.prefix=a string prefixo +luckperms.usage.meta-removetemp-prefix.argument.context=os contextos para remover o prefixo em +luckperms.usage.meta-removetemp-suffix.description=Remover um sufixo temporУЁrio +luckperms.usage.meta-removetemp-suffix.argument.priority=a prioridade do sufixo a ser removido +luckperms.usage.meta-removetemp-suffix.argument.suffix=a string sufixo +luckperms.usage.meta-removetemp-suffix.argument.context=os contextos para remover o sufixo em +luckperms.usage.meta-clear.description=Limpa todos os metadados +luckperms.usage.meta-clear.argument.type=o tipo de meta que serУЁ removido +luckperms.usage.meta-clear.argument.context=os contextos a serem filtrados por +luckperms.usage.track-info.description=Exibe informaУЇУЕes sobre uma track +luckperms.usage.track-editor.description=Abre o editor de permissУЃo da web +luckperms.usage.track-append.description=Acrescenta um grupo ao final da track +luckperms.usage.track-append.argument.group=o grupo a ser adicionado +luckperms.usage.track-insert.description=Insere um grupo em uma determinada posiУЇУЃo na track +luckperms.usage.track-insert.argument.group=o grupo a ser inserido +luckperms.usage.track-insert.argument.position=a posiУЇУЃo de inserir o grupo em (a primeira posiУЇУЃo na track УЉ 1) +luckperms.usage.track-remove.description=Remover um grupo de uma track +luckperms.usage.track-remove.argument.group=o grupo a ser removido +luckperms.usage.track-clear.description=Limpa os grupos na track +luckperms.usage.track-rename.description=Renomear a faixa +luckperms.usage.track-rename.argument.name=o novo nome +luckperms.usage.track-clone.description=Clonar a track +luckperms.usage.track-clone.argument.name=o nome da track para clonar +luckperms.usage.log-recent.description=Ver aУЇУЕes recentes +luckperms.usage.log-recent.argument.user=o nome/uuid do usuУЁrio para filtrar por +luckperms.usage.log-recent.argument.page=o nУКmero da pУЁgina para visualizar +luckperms.usage.log-search.description=Procurar no registro por uma entrada +luckperms.usage.log-search.argument.query=a consulta para pesquisa por +luckperms.usage.log-search.argument.page=o nУКmero da pУЁgina para visualizar +luckperms.usage.log-notify.description=Ativar/desativar notificaУЇУЕes de registro +luckperms.usage.log-notify.argument.toggle=se deve ligar ou desligar +luckperms.usage.log-user-history.description=Visualizar histУГrico de um usuУЁrio +luckperms.usage.log-user-history.argument.user=o nome/UUID do jogador +luckperms.usage.log-user-history.argument.page=o nУКmero da pУЁgina para visualizar +luckperms.usage.log-group-history.description=Ver o histУГrico de um grupo +luckperms.usage.log-group-history.argument.group=o nome do grupo +luckperms.usage.log-group-history.argument.page=o nУКmero da pУЁgina para visualizar +luckperms.usage.log-track-history.description=Ver o histУГrico de uma track +luckperms.usage.log-track-history.argument.track=o nome da track +luckperms.usage.log-track-history.argument.page=o nУКmero da pУЁgina para visualizar +luckperms.usage.sponge.description=Editar dados extras do Sponge +luckperms.usage.sponge.argument.collection=a coleУЇУЃo a realizar consultar +luckperms.usage.sponge.argument.subject=o assunto a ser modificado +luckperms.usage.sponge-permission-info.description=Exibe informaУЇУЕes sobre as permissУЕes do assunto +luckperms.usage.sponge-permission-info.argument.contexts=os contextos a serem filtrados por +luckperms.usage.sponge-permission-set.description=Define uma permissУЃo para o Assunto +luckperms.usage.sponge-permission-set.argument.node=o node da permissУЃo a definir +luckperms.usage.sponge-permission-set.argument.tristate=o valor para definir a permissУЃo para +luckperms.usage.sponge-permission-set.argument.contexts=os contextos para definir a permissУЃo em +luckperms.usage.sponge-permission-clear.description=Limpa as permissУЕes dos assuntos +luckperms.usage.sponge-permission-clear.argument.contexts=os contextos para limpar as permissУЕes em +luckperms.usage.sponge-parent-info.description=Mostra informaУЇУЕes sobre os parentes do sujeito +luckperms.usage.sponge-parent-info.argument.contexts=os contextos a serem filtrados por +luckperms.usage.sponge-parent-add.description=Adiciona um parente ao sujeito +luckperms.usage.sponge-parent-add.argument.collection=a coleУЇУЃo de assunto onde o assunto pai УЉ +luckperms.usage.sponge-parent-add.argument.subject=o nome do parente do assunto +luckperms.usage.sponge-parent-add.argument.contexts=os contextos para adicionar o grupo +luckperms.usage.sponge-parent-remove.description=Remove um parente do assunto +luckperms.usage.sponge-parent-remove.argument.collection=a coleУЇУЃo de assunto onde o assunto pai УЉ +luckperms.usage.sponge-parent-remove.argument.subject=o nome do parente do assunto +luckperms.usage.sponge-parent-remove.argument.contexts=os contextos para remover o parente em +luckperms.usage.sponge-parent-clear.description=Limpa os parentes dos assuntos +luckperms.usage.sponge-parent-clear.argument.contexts=os contextos para limpar o parente em +luckperms.usage.sponge-option-info.description=Exibe informaУЇУЕes sobre as opУЇУЕes do assunto +luckperms.usage.sponge-option-info.argument.contexts=os contextos a serem filtradados por +luckperms.usage.sponge-option-set.description=Define uma opУЇУЃo para o assunto +luckperms.usage.sponge-option-set.argument.key=a chave a ser definida +luckperms.usage.sponge-option-set.argument.value=o valor para definir a chave para +luckperms.usage.sponge-option-set.argument.contexts=os contextos para definir a opУЇУЃo em +luckperms.usage.sponge-option-unset.description=Desdefine uma opУЇУЃo para o assunto +luckperms.usage.sponge-option-unset.argument.key=a chave a ser removida +luckperms.usage.sponge-option-unset.argument.contexts=os contextos para desativar a chave em +luckperms.usage.sponge-option-clear.description=Limpa as opУЇУЕes de assuntos +luckperms.usage.sponge-option-clear.argument.contexts=os contextos para limpar opУЇУЕes em diff --git a/plugins/LuckPerms/translations/repository/ro_RO.properties b/plugins/LuckPerms/translations/repository/ro_RO.properties new file mode 100644 index 0000000..b95c229 --- /dev/null +++ b/plugins/LuckPerms/translations/repository/ro_RO.properties @@ -0,0 +1,352 @@ +luckperms.logs.actionlog-prefix=INFO +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=EXPORT +luckperms.commandsystem.available-commands=FoloseШ™te {0} pentru a vedea comenzile valabile +luckperms.commandsystem.command-not-recognised=Comanda necunoscuta +luckperms.commandsystem.no-permission=Nu aveti permisiunea pentru a folosi aceasta comanda\! +luckperms.commandsystem.no-permission-subcommands=Nu aveti permisiunea pentru a folosii orice sub-comanda +luckperms.commandsystem.already-executing-command=Se executФƒ o altФƒ comandФƒ, aШ™teptУЂnd sФƒ se termine... +luckperms.commandsystem.usage.sub-commands-header=Sub-comenzi +luckperms.commandsystem.usage.usage-header=FolosinШ›Фƒ ComandФƒ +luckperms.commandsystem.usage.arguments-header=Argumente +luckperms.first-time.no-permissions-setup=Se pare ca nicio permisiune nu a fost configurata inca\! +luckperms.first-time.use-console-to-give-access=Inainte de a putea utiliza oricare dintre comenzile LuckPerms in joc, trebuie sa folositi consola pentru a va oferi acces +luckperms.first-time.console-command-prompt=DeschideШ›i consola Ш™i executaШ›ii +luckperms.first-time.next-step=DupФƒ ce aШ›i fФƒcut acest lucru, puteШ›i УЎncepe sФƒ definiШ›i atribuШ›iile Ш™i grupurile de permisiuni +luckperms.first-time.wiki-prompt=Nu Ш™tiШ›i de unde sФƒ УЎncepeШ›i? VedeШ›i aici\: {0} +luckperms.login.try-again=УŽncercФƒ din nou mai tУЂrziu +luckperms.login.loading-database-error=A apФƒrut o eroare la baza de date УЎn timp ce se УЎncФƒrcau datele permisiunilor +luckperms.login.server-admin-check-console-errors=DacФƒ sunteШ›i administrator pe server, verificaШ›i consola pentru orice eroare +luckperms.login.server-admin-check-console-info=VФƒ rugФƒm sФƒ verificaХЃi consola serverului pentru mai multe informaХЃii +luckperms.login.data-not-loaded-at-pre=Datele permisiunilor pentru utilizatorul dvs. nu au fost УЎncФƒrcate УЎn timpul etapei de pre-conectare +luckperms.login.unable-to-continue=imposibil sФƒ continui +luckperms.login.craftbukkit-offline-mode-error=acest lucru este posibil din cauza unui conflict intre CraftBukkit si setarea online-mode +luckperms.login.unexpected-error=A apФƒrut o eroare neaШ™teptatФƒ УЎn timpul configurФƒrii datelor permisiunilor +luckperms.opsystem.disabled=Sistemul de vanilla de OP este dezactivat pe acest server +luckperms.opsystem.sponge-warning=VФƒ rugФƒm sФƒ reШ›ineШ›i cФƒ starea de Operator Server nu are niciun efect la verificarea permisiunilor pe Sponge atunci cУЂnd un plugin de permisiune este instalat, trebuie sФƒ editaШ›i datele utilizatorului direct +luckperms.duration.unit.years.plural={0} ani +luckperms.duration.unit.years.singular={0} an +luckperms.duration.unit.years.short={0}y +luckperms.duration.unit.months.plural={0} luni +luckperms.duration.unit.months.singular={0} luna +luckperms.duration.unit.months.short={0}luni +luckperms.duration.unit.weeks.plural={0} saptamani +luckperms.duration.unit.weeks.singular={0} saptamana +luckperms.duration.unit.weeks.short={0}w +luckperms.duration.unit.days.plural={0} zile +luckperms.duration.unit.days.singular={0} zi +luckperms.duration.unit.days.short={0}z +luckperms.duration.unit.hours.plural={0} ore +luckperms.duration.unit.hours.singular={0} ora +luckperms.duration.unit.hours.short={0}h +luckperms.duration.unit.minutes.plural={0} minute +luckperms.duration.unit.minutes.singular={0} minut +luckperms.duration.unit.minutes.short={0}m +luckperms.duration.unit.seconds.plural={0} secunde +luckperms.duration.unit.seconds.singular={0} secunda +luckperms.duration.unit.seconds.short={0}s +luckperms.duration.since=in urma cu {0} +luckperms.command.misc.invalid-code=Cod invalid +luckperms.command.misc.response-code-key=cod de raspuns +luckperms.command.misc.error-message-key=mesaj +luckperms.command.misc.bytebin-unable-to-communicate=Imposibil de comunicat cu bytebin +luckperms.command.misc.webapp-unable-to-communicate=Imposibil de comunicat cu aplicaШ›ia web +luckperms.command.misc.check-console-for-errors=VerificaШ›i consola pentru erori +luckperms.command.misc.file-must-be-in-data={0} trebuie sФƒ fie un sub-fiШ™ier al dosarului de date +luckperms.command.misc.wait-to-finish=VФƒ rugФƒm sФƒ aШ™teptaШ›i ca acesta sФƒ se termine Ш™i УЎncercaШ›i din nou +luckperms.command.misc.invalid-priority=Prioritate {0} invalidФƒ +luckperms.command.misc.expected-number=FoloseШ™te un numФƒr +luckperms.command.misc.date-parse-error=Nu s-a putut analiza data {0} +luckperms.command.misc.date-in-past-error=Nu poШ›i alege o datФƒ УЎn trecut\! +luckperms.command.misc.page=pagina {0} din {1} +luckperms.command.misc.page-entries={0} intrФƒri +luckperms.command.misc.none=Nici unul +luckperms.command.misc.loading.error.unexpected=A apФƒrut o eroare neaШ™teptatФƒ +luckperms.command.misc.loading.error.user=Utilizatorul nu a fost УЎncФƒrcat +luckperms.command.misc.loading.error.user-specific=Nu s-a putut УЎncФƒrca utilizatorul {0} +luckperms.command.misc.loading.error.user-not-found=Un utilizator pentru {0} nu a putut fi gФƒsit +luckperms.command.misc.loading.error.user-save-error=A apФƒrut o eroare la salvarea datelor utilizatorului {0} +luckperms.command.misc.loading.error.user-not-online=Utilizatorul {0} nu este online +luckperms.command.misc.loading.error.user-invalid={0} nu este un nume de utilizator/uuid valid +luckperms.command.misc.loading.error.user-not-uuid=Utilizatorul {0} nu este un uuid valid +luckperms.command.misc.loading.error.group=Grupul nu a fost УЎncФƒrcat +luckperms.command.misc.loading.error.all-groups=Imposibil de УЎncФƒrcat toate grupurile +luckperms.command.misc.loading.error.group-not-found=Un grup numit {0} nu a putut fi gФƒsit +luckperms.command.misc.loading.error.group-save-error=A apФƒrut o eroare la salvarea datelor de grup pentru {0} +luckperms.command.misc.loading.error.group-invalid={0} nu este un nume de grup valid +luckperms.command.misc.loading.error.track=Traseul nu a fost УЎncФƒrcat +luckperms.command.misc.loading.error.all-tracks=Imposibil de УЎncФƒrcat toate traseele +luckperms.command.misc.loading.error.track-not-found=Un traseu numit {0} nu a putut fi gФƒsit +luckperms.command.misc.loading.error.track-save-error=A apФƒrut o eroare la salvarea datelor de traseu pentru {0} +luckperms.command.misc.loading.error.track-invalid={0} nu este un nume de traseu valid +luckperms.command.editor.no-match=Nu se poate deschide editorul, nici un obiect nu se potriveШ™te cu tipul dorit +luckperms.command.editor.start=PregФƒtim o nouФƒ sesiune УЎn editor, vФƒ rugФƒm aШ™teptaШ›i... +luckperms.command.editor.url=FaceХЃi clic pe link-ul de mai jos pentru a deschide editorul +luckperms.command.editor.unable-to-communicate=Imposibil de comunicat cu editorul +luckperms.command.editor.apply-edits.success=Datele editorului web au fost aplicate cu succes la {0} {1} +luckperms.command.editor.apply-edits.success-summary={0} {1} Ш™i {2} {3} +luckperms.command.editor.apply-edits.success.additions=adФƒugФƒri +luckperms.command.editor.apply-edits.success.additions-singular=adФƒugare +luckperms.command.editor.apply-edits.success.deletions=Ш™tergeri +luckperms.command.editor.apply-edits.success.deletions-singular=ХŸtergere +luckperms.command.editor.apply-edits.no-changes=Nicio modificare nu a fost aplicatФƒ din editorul web, datele returnate nu conШ›in nici o editare +luckperms.command.editor.apply-edits.unknown-type=Imposibil de aplicat editarea pentru tipul de obiect specificat +luckperms.command.editor.apply-edits.unable-to-read=Imposibil de citit datele folosind codul dat +luckperms.command.search.searching.permission=Se cautФƒ utilizatori Ш™i grupuri cu {0} +luckperms.command.search.searching.inherit=Se cautФƒ utilizatori Ш™i grupuri care moШ™tenesc de la {0} +luckperms.command.search.result=S-au gФƒsit {0} intrФƒri de la {1} utilizatori Ш™i {2} grupuri +luckperms.command.search.result.default-notice=NotФƒ\: cУЂnd cauШ›i membrii din grupul implicit, jucФƒtorii offline fФƒrФƒ alte permisiuni nu vor fi afiШ™aШ›i\! +luckperms.command.search.showing-users=AfiШ™are intrФƒri utilizator +luckperms.command.search.showing-groups=AratФƒ intrФƒrile grupului +luckperms.command.tree.start=Se genereazФƒ permisiunile, vФƒ rugФƒm aШ™teptaШ›i... +luckperms.command.tree.empty=Nu s-au putut genera, nu au fost gФƒsite rezultate +luckperms.command.tree.url=URL permisiuni +luckperms.command.verbose.invalid-filter={0} nu este un filtru valid +luckperms.command.verbose.enabled=Inregistrarea detaliata {0} pentru verificarea potrivirii {1} +luckperms.command.verbose.command-exec=ForШ›eazФƒ {0} sФƒ execute comanda {1} Ш™i sФƒ raporteze toate verificФƒrile efectuate... +luckperms.command.verbose.off=Jurnal detaliat {0} +luckperms.command.verbose.command-exec-complete=Executarea comenzii completФƒ +luckperms.command.verbose.command.no-checks=ExecuШ›ia comenzii s-a УЎncheiat, dar nu au fost efectuate verificФƒri de permisiune +luckperms.command.verbose.command.possibly-async=Acest lucru poate fi deoarece plugin-ul ruleazФƒ comenzile УЎn fundal (async) +luckperms.command.verbose.command.try-again-manually=УŽncФƒ poШ›i folosi verbose manual pentru a detecta verificФƒrile de acest gen +luckperms.command.verbose.enabled-recording=Inregistrarea detaliata {0} pentru verificarea potrivirii {1} +luckperms.command.verbose.uploading=Jurnal detaliat {0}, УЎncФƒrcare rezultate... +luckperms.command.verbose.url=URL rezultate detaliate +luckperms.command.verbose.enabled-term=activat +luckperms.command.verbose.disabled-term=dezactivat +luckperms.command.verbose.query-any=ORICARE +luckperms.command.info.running-plugin=RuleazФƒ +luckperms.command.info.platform-key=PlatformФƒ +luckperms.command.info.server-brand-key=Marca serverului +luckperms.command.info.server-version-key=Versiune server +luckperms.command.info.storage-key=Stocare +luckperms.command.info.storage-type-key=Tip +luckperms.command.info.storage.meta.split-types-key=Tipuri +luckperms.command.info.storage.meta.ping-key=Ping +luckperms.command.info.storage.meta.connected-key=Conectat +luckperms.command.info.storage.meta.file-size-key=Dimensiune fiШ™ier +luckperms.command.info.extensions-key=Extensii +luckperms.command.info.messaging-key=Mesagerie +luckperms.command.info.instance-key=InstanШ›Фƒ +luckperms.command.info.static-contexts-key=Contexte statice +luckperms.command.info.online-players-key=JucФƒtori online +luckperms.command.info.online-players-unique={0} unici +luckperms.command.info.uptime-key=Timp de funcШ›ionare +luckperms.command.info.local-data-key=Date locale +luckperms.command.info.local-data={0} utilizatori, {1} grupuri, {2} trasee +luckperms.command.generic.create.success={0} a fost creat cu succes +luckperms.command.generic.create.error=A apФƒrut o eroare УЎn timpul creФƒrii {0} +luckperms.command.generic.create.error-already-exists={0} existФƒ deja\! +luckperms.command.generic.delete.success={0} a fost Ш™ters cu succes +luckperms.command.generic.delete.error=A apФƒrut o eroare la Ш™tergerea {0} +luckperms.command.generic.delete.error-doesnt-exist={0} nu existФƒ\! +luckperms.command.generic.rename.success={0} a fost redenumit cu succes УЎn {1} +luckperms.command.generic.clone.success={0} a fost clonat cu succes pe {1} +luckperms.command.generic.info.parent.title=Grupele PФƒrinte +luckperms.command.generic.info.parent.temporary-title=Grupele Parinte Temporare +luckperms.command.generic.info.expires-in=expirФƒ УЎn +luckperms.command.generic.info.inherited-from=moХŸtenit de la +luckperms.command.generic.info.inherited-from-self=propriu +luckperms.command.generic.show-tracks.title=Traseele {0} +luckperms.command.generic.show-tracks.empty={0} nu are niciun traseu +luckperms.command.generic.clear.node-removed={0} noduri au fost eliminate +luckperms.command.generic.clear.node-removed-singular={0} nod a fost eliminat +luckperms.command.generic.clear=Nodurile {0} au fost Ш™terse УЎn contextul {1} +luckperms.command.generic.permission.info.title=Permisiunile lui {0} +luckperms.command.generic.permission.info.empty={0} nu are nici un set de permisiuni setate +luckperms.command.generic.permission.info.click-to-remove=FaceХЃi clic pentru a elimina acest nod din {0} +luckperms.command.generic.permission.check.info.title=Informatii permisiune pentru {0} +luckperms.command.generic.permission.check.info.directly={0} are permisiunea {1} setatФƒ la {2} УЎn contextul {3} +luckperms.command.generic.permission.check.info.inherited={0} moШ™teneШ™te {1} setat la {2} de la {3} УЎn context {4} +luckperms.command.generic.permission.check.info.not-directly={0} nu are {1} set +luckperms.command.generic.permission.check.info.not-inherited={0} nu moШ™teneШ™te {1} +luckperms.command.generic.permission.check.result.title=Verificarea permisiunii pentru {0} +luckperms.command.generic.permission.check.result.result-key=Rezultat +luckperms.command.generic.permission.check.result.processor-key=Procesor +luckperms.command.generic.permission.check.result.cause-key=CauzФƒ +luckperms.command.generic.permission.check.result.context-key=Context +luckperms.command.generic.permission.set=SeteazФƒ {0} la {1} pentru {2} УЎn contextul {3} +luckperms.command.generic.permission.already-has={0} are deja {1} setat УЎn context {2} +luckperms.command.generic.permission.set-temp=SeteazФƒ {0} la {1} pentru {2} pentru o duratФƒ de {3} УЎn contextul {4} +luckperms.command.generic.permission.already-has-temp={0} are deja {1} setat temporar УЎn context {2} +luckperms.command.generic.permission.unset=S-a scos {0} pentru {1} УЎn contextul {2} +luckperms.command.generic.permission.doesnt-have={0} nu are {1} setat УЎn contextul {2} +luckperms.command.generic.permission.unset-temp=S-a scos permisiunea temporarФƒ {0} pentru {1} УЎn contextul {2} +luckperms.command.generic.permission.subtract=SeteazФƒ {0} la {1} pentru {2} pentru o duratФƒ de {3} УЎn contextul {4}, cu {5} mai puШ›in decУЂt УЎnainte +luckperms.command.generic.permission.doesnt-have-temp={0} nu are {1} setat temporar in contextul {2} +luckperms.command.generic.permission.clear=Permisiunile lui {0} au fost sterse in contextul {1} +luckperms.command.generic.parent.info.title=PФƒrinШ›ii lui {0} +luckperms.command.generic.parent.info.empty={0} nu are niciun parinte definit +luckperms.command.generic.parent.info.click-to-remove=Click pentru a sterge acest parinte de la {0} +luckperms.command.generic.parent.add={0} mosteneste permisiuni de la {1} in contextul {2} +luckperms.command.generic.parent.add-temp={0} mosteneste permisiuni de la {1} pentru {2} in contextul {3} +luckperms.command.generic.parent.set=Au fost sterse grupurile lui {0}, si acum doar mosteneste {1} in contextul {2} +luckperms.command.generic.parent.set-track=Jucatorul {0} a avut grupurile parentale existente {1} eliberate, iar acum detine {2} in contextul {3} +luckperms.command.generic.parent.remove={0} nu mai mosteneste permisiuni de la {1} in contextul {2} +luckperms.command.generic.parent.remove-temp={0} nu mai mosteneste permisiuni temporare de la {1} in contextul {2} +luckperms.command.generic.parent.subtract={0} va mostenii permisiuni de la {1} pentru o durata de {2} in contextul {3}, cu {4} mai putin decat inainte +luckperms.command.generic.parent.clear=Parintii lui {0} au fost stersi in contextul {1} +luckperms.command.generic.parent.clear-track=Permisiunile {0} din traseele {1} au fost eliminate din contextul {2} +luckperms.command.generic.parent.already-inherits={0} deja mosteneste de la {1} in contextul {2} +luckperms.command.generic.parent.doesnt-inherit={0} nu mosteneste de la {1} in contextul {2} +luckperms.command.generic.parent.already-temp-inherits={0} deja mosteneste temporar de la {1} in contextul {2} +luckperms.command.generic.parent.doesnt-temp-inherit={0} nu mosteneste temporar de la {1} in contextul {2} +luckperms.command.generic.chat-meta.info.title-prefix=Prefixele lui {0} +luckperms.command.generic.chat-meta.info.title-suffix=Sufixele lui {0} +luckperms.command.generic.chat-meta.info.none-prefix={0} nu are prefixe +luckperms.command.generic.chat-meta.info.none-suffix={0} nu are sufixe +luckperms.command.generic.chat-meta.info.click-to-remove=Click pentru a elimina acest {0} de la {1} +luckperms.command.generic.chat-meta.already-has={0} are deja {1} {2} setat la o prioritate de {3} in contextul {4} +luckperms.command.generic.chat-meta.already-has-temp={0} are deja {1} {2} setate la o prioritate de {3} in contextul {4} +luckperms.command.generic.chat-meta.doesnt-have={0} nu are {1} {2} setat la o prioritate de {3} in contextul {4} +luckperms.command.generic.chat-meta.doesnt-have-temp={0} nu are {1} {2} setate la o prioritate temporara de {3} in contextul {4} +luckperms.command.generic.chat-meta.add={0} are {1} {2} setat la o prioritate de {3} in contextul {4} +luckperms.command.generic.chat-meta.add-temp={0} are {1} {2} setat la o prioritate de {3} pentru o duratie e {4} in contextul {5} +luckperms.command.generic.chat-meta.remove={0} are {1} {2} la prioritatea {3} eliminata din context {4} +luckperms.command.generic.chat-meta.remove-bulk={0} are toate {1} la prioritatea {2} eliminata din context {3} +luckperms.command.generic.chat-meta.remove-temp={0} are temporar {1} {2} la prioritatea {3} eliminata din contextul {4} +luckperms.command.generic.chat-meta.remove-temp-bulk={0} are toate temporarelele {1} la prioritatea {2} eliminata din contextul {3} +luckperms.command.generic.meta.info.title=Meta lui {0} +luckperms.command.generic.meta.info.none={0} nu are meta +luckperms.command.generic.meta.info.click-to-remove=Click sa elimini acest nod de meta din {0} +luckperms.command.generic.meta.already-has={0} are deja cheia de meta {1} setata la {2} in contextul {3} +luckperms.command.generic.meta.already-has-temp={0} are deja cheia de meta {1} temporara setata la {2} in contextul {3} +luckperms.command.generic.meta.doesnt-have={0} nu are cheia meta {1} setata in contextul {2} +luckperms.command.generic.meta.doesnt-have-temp={0} nu are cheia meta {1} setata temporar in contextul {2} +luckperms.command.generic.meta.set=Seteaza cheia meta {0} la {1} pentru {2} in contextul {3} +luckperms.command.generic.meta.set-temp=Seteaza cheia meta {0} la {1} pentru {2} pentru o duratie de {3} in contextul {4} +luckperms.command.generic.meta.unset=S-a scos cheia meta {0} pentru {1} in contextul {2} +luckperms.command.generic.meta.unset-temp=S-a scos cheia de meta temporara {0} pentru {1} in contextul {2} +luckperms.command.generic.meta.clear=Meta-ul {0} potrivinduse cu tipul {1} a fost stearsa din context {2} +luckperms.command.generic.contextual-data.title=Date contextuale +luckperms.command.generic.contextual-data.mode.key=mod +luckperms.command.generic.contextual-data.mode.server=server +luckperms.command.generic.contextual-data.mode.active-player=jucator activ +luckperms.command.generic.contextual-data.contexts-key=Contexte +luckperms.command.generic.contextual-data.prefix-key=Prefix +luckperms.command.generic.contextual-data.suffix-key=Suffix +luckperms.command.generic.contextual-data.primary-group-key=Grup Primar +luckperms.command.generic.contextual-data.meta-key=Meta +luckperms.command.generic.contextual-data.null-result=Nici unul +luckperms.command.user.info.title=Informatii Utilizatori +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=tip +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=deconectat +luckperms.command.user.info.status-key=Status +luckperms.command.user.info.status.online=Online +luckperms.command.user.info.status.offline=Offline +luckperms.command.user.removegroup.error-primary=Nu puteti elimina un utilizator din grupul principal +luckperms.command.user.primarygroup.not-member={0} nu este un membru din {1}, il adaugam acum +luckperms.command.user.primarygroup.already-has={0} are deja {1} setat ca grupul primar +luckperms.command.user.primarygroup.warn-option=Atentie\: Metoda de calculare a grupului primar este folosita pe acest server ({0}) si nu se poate reflecta aceasta modificare +luckperms.command.user.primarygroup.set=Grupul primar al {0} a fost setat la {1} +luckperms.command.user.track.error-not-contain-group={0} nu este deja in niciun grup pe {1} +luckperms.command.user.track.unsure-which-track=Suntem nesiguri ce trasee sa folosim, va rugam sa specificati un argument +luckperms.command.user.track.missing-group-advice=Fie creati un grup, fie eliminati un traseu si incercati din nou +luckperms.command.user.promote.added-to-first={0} nu apartine unui grup pe {1}, asa ca au fost adaugate la primul grup, {2} in contextul {3} +luckperms.command.user.promote.not-on-track={0} nu apartine unui grup pe {1}, asa ca nu a fost promovat +luckperms.command.user.promote.success=Promovam {0} de-a lungul traseului {1} de la {2} la {3} in context {4} +luckperms.command.user.promote.end-of-track=Sfarsitul traseului {0} a fost atins, nu se poate promova {1} +luckperms.command.user.promote.next-group-deleted=Urmatorul grup din traseul, {0}, nu mai exista +luckperms.command.user.promote.unable-to-promote=Nu am putut promova utilizatorul +luckperms.command.user.demote.success=Depromovam {0} de-a lungul traseului {1} de la {2} la {3} in contextul {4} +luckperms.command.user.demote.end-of-track=Sfarsitul traseului {0} a fost atins, asa ca {1} a fost eliminat din {2} +luckperms.command.user.demote.end-of-track-not-removed=Sfarsitul traseului {0} a fost atins, asa ca {1} a fost eliminat din prima grupa +luckperms.command.user.demote.previous-group-deleted=Grupul anterior cu traseul, {0}, nu ma exista +luckperms.command.user.demote.unable-to-demote=Nu am putut depromova utilizatorul +luckperms.command.group.list.title=Grupuri +luckperms.command.group.delete.not-default=Nu poti sterge grupul implicit +luckperms.command.group.info.title=Informati despre grup +luckperms.command.group.info.display-name-key=Afisare Nume +luckperms.command.group.info.weight-key=Greutate +luckperms.command.group.setweight.set=Seteaza greutatea la {0} pentru grupul {1} +luckperms.command.group.setdisplayname.doesnt-have={0} nu are nici un nume de afisare setat +luckperms.command.group.setdisplayname.already-has={0} are deja un nume afisat de {1} +luckperms.command.group.setdisplayname.already-in-use=Numele afisat {0} este deja utilizat de catre {1} +luckperms.command.group.setdisplayname.set=Seteaza numele afisat la {0} pentru grupul {1} in contextul {2} +luckperms.command.group.setdisplayname.removed=Eliminat numele afisat pentru grupul {0} in contextul {1} +luckperms.command.track.list.title=Trasee +luckperms.command.track.path.empty=Nici unul +luckperms.command.track.info.showing-track=Afisare trasee +luckperms.command.track.info.path-property=Ruta +luckperms.command.track.clear=Traseul grupurilor {0} au fost sterse +luckperms.command.track.append.success=Grupa {0} a fost adaugata la traseul {1} +luckperms.command.track.insert.success=Grupa {0} a fost insertata in traseul {1} la pozitia {2} +luckperms.command.track.insert.error-number=Trebuie sa scrieti un numar, dar in schimb am primit\: {0} +luckperms.command.track.insert.error-invalid-pos=Nu se poate insera la pozitia {0} +luckperms.command.track.insert.error-invalid-pos-reason=pozitie nevalida +luckperms.command.track.remove.success=Grupa {0} a fost eliminata din traseul {1} +luckperms.command.track.error-empty={0} nu poate fi folosit pentru cФƒ este gol sau conШ›ine doar un singur grup +luckperms.command.track.error-multiple-groups={0} este membru al mai multor grupuri pe aceastФƒ piesФƒ +luckperms.command.track.error-ambiguous=Nu poate fi stabilitФƒ locaХЃia ta +luckperms.command.track.already-contains={0} deja conШ›ine {1} +luckperms.command.track.doesnt-contain={0} nu conШ›ine {1} +luckperms.command.log.load-error=Log-ul nu a putut fi УЎncФƒrcat +luckperms.command.log.invalid-page=NumФƒr de paginФƒ invalid +luckperms.command.log.invalid-page-range=VФƒ rugФƒm sФƒ introduceХЃi o valoare УЎntre {0} ХŸi {1} +luckperms.command.log.empty=Nu sunt afiШ™ate intrФƒri УЎn log +luckperms.command.log.notify.error-console=Nu se pot comuta notificФƒrile pentru consolФƒ +luckperms.command.log.notify.enabled-term=Activat +luckperms.command.log.notify.disabled-term=Dezactivat +luckperms.command.log.notify.changed-state={0} logare ieХŸire +luckperms.command.log.notify.already-on=PrimiХЃi deja notificФƒri +luckperms.command.log.notify.already-off=Nu primiШ›i notificФƒri УЎn prezent +luckperms.command.log.notify.invalid-state=Stare necunoscutФƒ. Se aХŸteaptФƒ {0} sau {1} +luckperms.command.log.show.search=AfiШ™area acШ›iunilor recente pentru interogarea {0} +luckperms.command.log.show.recent=Se afiШ™eazФƒ acШ›iunile recente +luckperms.command.log.show.by=Se afiШ™eazФƒ acШ›iunile recente ale {0} +luckperms.command.log.show.history=Se afiШ™eazФƒ istoricul pentru {0} {1} +luckperms.command.export.error-term=Eroare +luckperms.command.export.already-running=Un alt proces de export ruleazФƒ deja +luckperms.command.export.file.already-exists=Fisierul {0} existФƒ deja +luckperms.command.export.file.not-writable=FiШ™ierul {0} nu poate fi scris +luckperms.command.export.file.success=Exportat cu succes УЎn {0} +luckperms.command.export.file-unexpected-error-writing=A apФƒrut o eroare neaШ™teptatФƒ УЎn timpul scrierii УЎn fiШ™ier +luckperms.command.export.web.export-code=Codul de export +luckperms.command.export.web.import-command-description=UtilizaШ›i urmФƒtoarea comandФƒ pentru a importa +luckperms.command.import.term=ImportФƒ +luckperms.command.import.error-term=Eroare +luckperms.command.import.already-running=Un alt proces de import ruleazФƒ deja +luckperms.command.import.file.doesnt-exist=FiШ™ierul {0} nu existФƒ +luckperms.command.import.file.not-readable=FiШ™ierul {0} nu poate fi citit +luckperms.command.import.file.unexpected-error-reading=A apФƒrut o eroare neaШ™teptatФƒ УЎn timpul citirii din fiШ™ierul de import +luckperms.command.import.file.correct-format=este formatul corect? +luckperms.command.import.web.unable-to-read=Imposibil de citit datele folosind codul dat +luckperms.command.import.progress.percent={0}% complet +luckperms.command.import.progress.operations={0}/{1} operaШ›iuni finalizate +luckperms.command.import.starting=Se УЎncepe procesul de import +luckperms.command.import.completed=FINALIZAT +luckperms.command.import.duration=a durat {0} secunde +luckperms.command.bulkupdate.must-use-console=Comanda de actualizare УЎn masФƒ poate fi utilizatФƒ numai din consolФƒ +luckperms.command.bulkupdate.invalid-data-type=Tip invalid, se aШ™tepta {0} +luckperms.command.bulkupdate.invalid-constraint=ConstrУЂngere invalidФƒ {0} +luckperms.command.bulkupdate.invalid-constraint-format=ConstrУЂngerile trebuie sФƒ fie УЎn formatul {0} +luckperms.command.bulkupdate.invalid-comparison=Operator de comparare invalid {0} +luckperms.command.bulkupdate.invalid-comparison-format=Se aШ™tepta una dintre urmФƒtoarele\: {0} +luckperms.command.bulkupdate.queued=OperaШ›iunea de actualizare УЎn masФƒ a fost pusФƒ la coadФƒ +luckperms.command.bulkupdate.confirm=RulaШ›i {0} pentru a executa actualizarea +luckperms.command.bulkupdate.unknown-id=OperaШ›iunea cu id-ul {0} nu existФƒ sau a expirat +luckperms.command.bulkupdate.starting=Se ruleazФƒ actualizarea УЎn masФƒ +luckperms.command.bulkupdate.success=Actualizare УЎn masФƒ efectuatФƒ cu succes +luckperms.command.bulkupdate.success.statistics.nodes=Total noduri afectate +luckperms.command.bulkupdate.success.statistics.users=Total utilizatori afectaШ›i +luckperms.command.bulkupdate.success.statistics.groups=Total grupuri afectate +luckperms.command.bulkupdate.failure=Actualizarea УЎn masФƒ a eШ™uat, vedeШ›i erorile УЎn consolФƒ +luckperms.command.update-task.request=A fost solicitatФƒ o sarcinФƒ de actualizare, vФƒ rugФƒm sФƒ aШ™teptaШ›i +luckperms.command.update-task.complete=SarcinФƒ de actualizare efectuatФƒ +luckperms.command.update-task.push.attempting=Se УЎncearcФƒ acum sФƒ se УЎmpingФƒ pe alte servere +luckperms.command.update-task.push.complete=Alte servere au fost notificate prin {0} cu succes +luckperms.command.update-task.push.error=Eroare la УЎmpingerea schimbФƒrilor la alte servere +luckperms.command.update-task.push.error-not-setup=Nu se pot transmite modificФƒri cФƒtre alte servere deoarece nu a fost configurat un serviciu de mesagerie +luckperms.command.reload-config.success=FiШ™ierul de configuraШ›ii a fost reУЎncФƒrcat +luckperms.command.reload-config.restart-note=unele opШ›iuni se vor aplica dupФƒ ce serverul se reporneШ™te +luckperms.command.translations.searching=Se cautФƒ traduceri disponibile, vФƒ rugФƒm aШ™teptaШ›i... +luckperms.command.translations.searching-error=Nu s-a putut obШ›ine lista de traduceri disponibile +luckperms.command.translations.installed-translations=Traduceri instalate +luckperms.command.translations.available-translations=Traduceri disponibile +luckperms.command.translations.percent-translated={0}% tradus +luckperms.command.translations.translations-by=de +luckperms.command.translations.installing=Se instaleazФƒ traducerile, vФƒ rugФƒm aШ™teptaШ›i... +luckperms.usage.delete-group.description=Хžtergerea unui grup +luckperms.usage.permission.description=EditeazФƒ permisiuni diff --git a/plugins/LuckPerms/translations/repository/ru_RU.properties b/plugins/LuckPerms/translations/repository/ru_RU.properties new file mode 100644 index 0000000..72f3c3e --- /dev/null +++ b/plugins/LuckPerms/translations/repository/ru_RU.properties @@ -0,0 +1,630 @@ +luckperms.logs.actionlog-prefix=а›аžа“ +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=а­аšаЁаŸаžа аЂ +luckperms.commandsystem.available-commands=а˜баПаОаЛбŒаЗбƒаЙб‚аЕ {0} аДаЛб аПб€аОбаМаОб‚б€аА аДаОбб‚бƒаПаНб‹б… аКаОаМаАаНаД +luckperms.commandsystem.command-not-recognised=аšаОаМаАаНаДаА аНаЕ б€аАбаПаОаЗаНаАаНаА +luckperms.commandsystem.no-permission=аЃ аВаАб аНаЕб‚ б€аАаЗб€аЕбˆаЕаНаИб аНаА аИбаПаОаЛбŒаЗаОаВаАаНаИаЕ бб‚аОаЙ аКаОаМаАаНаДб‹. +luckperms.commandsystem.no-permission-subcommands=аЃ аВаАб аНаЕб‚ б€аАаЗб€аЕбˆаЕаНаИб аНаА аИбаПаОаЛбŒаЗаОаВаАаНаИаЕ аПаОаДаКаОаМаАаНаД +luckperms.commandsystem.already-executing-command=а‘б‹аЛаА аЗаАаПбƒб‰аЕаНаА аДб€бƒаГаАб аКаОаМаАаНаДаА, аОаЖаИаДаАаНаИаЕ аЕаЕ аВб‹аПаОаЛаНаЕаНаИб аДаЛб аЗаАаВаЕб€бˆаЕаНаИб... +luckperms.commandsystem.usage.sub-commands-header=аПаОаДаКаОаМаАаНаДб‹ +luckperms.commandsystem.usage.usage-header=а˜баПаОаЛбŒаЗаОаВаАаНаИаЕ аКаОаМаАаНаД +luckperms.commandsystem.usage.arguments-header=аб€аГбƒаМаЕаНб‚б‹ +luckperms.first-time.no-permissions-setup=аŸаОб…аОаЖаЕ, аПб€аАаВаА аЕб‰б‘ аНаЕ аНаАбб‚б€аОаЕаНб‹\! +luckperms.first-time.use-console-to-give-access=аŸб€аЕаЖаДаЕ б‡аЕаМ аВб‹ баМаОаЖаЕб‚аЕ аИбаПаОаЛбŒаЗаОаВаАб‚бŒ аКаОаМаАаНаДб‹ LuckPerms аВ аИаГб€аЕ, аВаАаМ аНбƒаЖаНаО аИбаПаОаЛбŒаЗаОаВаАб‚бŒ аКаОаНбаОаЛбŒ аДаЛб аВб‹аДаАб‡аИ аДаОбб‚бƒаПаА +luckperms.first-time.console-command-prompt=аžб‚аКб€аОаЙб‚аЕ аКаОаНбаОаЛбŒ аИ аВб‹аПаОаЛаНаИб‚аЕ +luckperms.first-time.next-step=аŸаОбаЛаЕ б‚аОаГаО, аКаАаК аВб‹ баДаЕаЛаАаЕб‚аЕ бб‚аО, аВб‹ баМаОаЖаЕб‚аЕ аНаАб‡аАб‚бŒ аНаАаЗаНаАб‡аАб‚бŒ б€аАаЗб€аЕбˆаЕаНаИб аИ аГб€бƒаПаПб‹ +luckperms.first-time.wiki-prompt=ааЕ аЗаНаАаЕб‚аЕ б б‡аЕаГаО аНаАб‡аАб‚бŒ? аŸаОбаМаОб‚б€аИб‚аЕ аЗаДаЕббŒ\: {0} +luckperms.login.try-again=аŸаОаЖаАаЛбƒаЙбб‚аА, аПаОаВб‚аОб€аИб‚аЕ аПаОаЗаЖаЕ +luckperms.login.loading-database-error=аŸб€аОаИаЗаОбˆаЛаА аОбˆаИаБаКаА аБаАаЗб‹ аДаАаНаНб‹б… аПб€аИ аЗаАаГб€бƒаЗаКаЕ аДаАаНаНб‹б… аО б€аАаЗб€аЕбˆаЕаНаИбб… +luckperms.login.server-admin-check-console-errors=а•баЛаИ аВб‹ аАаДаМаИаНаИбб‚б€аАб‚аОб€ баЕб€аВаЕб€аА, аПаОаЖаАаЛбƒаЙбб‚аА, аПб€аОаВаЕб€бŒб‚аЕ аКаОаНбаОаЛбŒ аНаА аНаАаЛаИб‡аИаЕ аОбˆаИаБаОаК +luckperms.login.server-admin-check-console-info=аŸаОаЖаАаЛбƒаЙбб‚аА, аПб€аОаВаЕб€бŒб‚аЕ аКаОаНбаОаЛбŒ баЕб€аВаЕб€аА аДаЛб аПаОаЛбƒб‡аЕаНаИб аДаОаПаОаЛаНаИб‚аЕаЛбŒаНаОаЙ аИаНб„аОб€аМаАб†аИаИ +luckperms.login.data-not-loaded-at-pre=а”аАаНаНб‹аЕ б€аАаЗб€аЕбˆаЕаНаИаЙ аДаЛб аВаАбˆаЕаГаО аПаОаЛбŒаЗаОаВаАб‚аЕаЛб аНаЕ аБб‹аЛаИ аЗаАаГб€бƒаЖаЕаНб‹ аНаА бб‚аАаДаИаИ аПб€аЕаДаВаАб€аИб‚аЕаЛбŒаНаОаГаО аВб…аОаДаА +luckperms.login.unable-to-continue=аНаЕаВаОаЗаМаОаЖаНаО аПб€аОаДаОаЛаЖаИб‚бŒ +luckperms.login.craftbukkit-offline-mode-error=бб‚аО, аВаЕб€аОбб‚аНаО, аВб‹аЗаВаАаНаО аКаОаНб„аЛаИаКб‚аОаМ аМаЕаЖаДбƒ CraftBukkit аИ аНаАбб‚б€аОаЙаКаОаЙ аПаАб€аАаМаЕб‚б€аА online-mode +luckperms.login.unexpected-error=аŸб€аОаИаЗаОбˆаЛаА аНаЕаПб€аЕаДаВаИаДаЕаНаНаАб аОбˆаИаБаКаА аПб€аИ аПаОаДаГаОб‚аОаВаКаЕ аДаАаНаНб‹б… аВаАбˆаИб… б€аАаЗб€аЕбˆаЕаНаИаЙ +luckperms.opsystem.disabled=аЁб‚аАаНаДаАб€б‚аНаАб баИбб‚аЕаМаА аОаПаЕб€аАб‚аОб€аОаВ аНаА аДаАаНаНаОаМ баЕб€аВаЕб€аЕ аОб‚аКаЛбŽб‡аЕаНаА +luckperms.opsystem.sponge-warning=аŸаОаЖаАаЛбƒаЙбб‚аА, аОаБб€аАб‚аИб‚аЕ аВаНаИаМаАаНаИаЕ, б‡б‚аО бб‚аАб‚бƒб аОаПаЕб€аАб‚аОб€аА баЕб€аВаЕб€аА аНаЕ аВаЛаИбаЕб‚ аНаА аПб€аОаВаЕб€аКбƒ б€аАаЗб€аЕбˆаЕаНаИаЙ Sponge аПб€аИ бƒбб‚аАаНаОаВаКаЕ аПаЛаАаГаИаНаА б€аАаЗб€аЕбˆаЕаНаИаЙ, аВб‹ аДаОаЛаЖаНб‹ б€аЕаДаАаКб‚аИб€аОаВаАб‚бŒ аДаАаНаНб‹аЕ аПаОаЛбŒаЗаОаВаАб‚аЕаЛб аНаЕаПаОбб€аЕаДбб‚аВаЕаНаНаО +luckperms.duration.unit.years.plural={0} аЛаЕб‚ +luckperms.duration.unit.years.singular={0} аГаОаД +luckperms.duration.unit.years.short={0}аГ +luckperms.duration.unit.months.plural={0} аМаЕб. +luckperms.duration.unit.months.singular={0} аМаЕббб† +luckperms.duration.unit.months.short={0}аМаЕб +luckperms.duration.unit.weeks.plural={0} аНаЕаД. +luckperms.duration.unit.weeks.singular={0} аНаЕаДаЕаЛб +luckperms.duration.unit.weeks.short={0}аНаЕаД +luckperms.duration.unit.days.plural={0} аДаН. +luckperms.duration.unit.days.singular={0} аДаЕаНбŒ +luckperms.duration.unit.days.short={0}аДаН +luckperms.duration.unit.hours.plural={0} б‡. +luckperms.duration.unit.hours.singular={0} б‡аАб +luckperms.duration.unit.hours.short={0}б‡ +luckperms.duration.unit.minutes.plural={0} аМаИаН. +luckperms.duration.unit.minutes.singular={0} аМаИаНбƒб‚аА +luckperms.duration.unit.minutes.short={0}аМаИаН +luckperms.duration.unit.seconds.plural={0} баЕаК. +luckperms.duration.unit.seconds.singular={0} баЕаКбƒаНаДаА +luckperms.duration.unit.seconds.short={0}баЕаК +luckperms.duration.since={0} аНаАаЗаАаД +luckperms.command.misc.invalid-code=ааЕаВаЕб€аНб‹аЙ аКаОаД +luckperms.command.misc.response-code-key=аКаОаД аОб‚аВаЕб‚аА +luckperms.command.misc.error-message-key=баОаОаБб‰аЕаНаИаЕ +luckperms.command.misc.bytebin-unable-to-communicate=ааЕ бƒаДаАаЛаОббŒ баВбаЗаАб‚бŒбб б bytebin +luckperms.command.misc.webapp-unable-to-communicate=ааЕ бƒаДаАаЛаОббŒ баВбаЗаАб‚бŒбб б аВаЕаБ-аПб€аИаЛаОаЖаЕаНаИаЕаМ +luckperms.command.misc.check-console-for-errors=аŸб€аОаВаЕб€бŒб‚аЕ аКаОаНбаОаЛбŒ аНаА аНаАаЛаИб‡аИаЕ аОбˆаИаБаОаК +luckperms.command.misc.file-must-be-in-data=аЄаАаЙаЛ {0} аДаОаЛаЖаЕаН аБб‹б‚бŒ аПб€баМб‹аМ аПаОб‚аОаМаКаОаМ аКаАб‚аАаЛаОаГаА аДаАаНаНб‹б… +luckperms.command.misc.wait-to-finish=аŸаОаЖаАаЛбƒаЙбб‚аА, аДаОаЖаДаИб‚аЕббŒ аОаКаОаНб‡аАаНаИб аИ аПаОаПб€аОаБбƒаЙб‚аЕ аЕб‰аЕ б€аАаЗ +luckperms.command.misc.invalid-priority=ааЕаВаЕб€аНб‹аЙ аПб€аИаОб€аИб‚аЕб‚ {0} +luckperms.command.misc.expected-number=аžаЖаИаДаАаЛаОббŒ б‡аИбаЛаО +luckperms.command.misc.date-parse-error=ааЕ бƒаДаАаЛаОббŒ аПб€аОб‡аИб‚аАб‚бŒ аДаАб‚бƒ {0} +luckperms.command.misc.date-in-past-error=ааЕаЛбŒаЗб бƒбб‚аАаНаОаВаИб‚бŒ аДаАб‚бƒ, аКаОб‚аОб€аАб бƒаЖаЕ аПб€аОбˆаЛаА. +luckperms.command.misc.page=бб‚б€аАаНаИб†аА {0} аИаЗ {1} +luckperms.command.misc.page-entries={0} аЗаАаПаИбаЕаЙ +luckperms.command.misc.none=аНаЕб‚ +luckperms.command.misc.loading.error.unexpected=аŸб€аОаИаЗаОбˆаЛаА аНаЕаПб€аЕаДаВаИаДаЕаНаНаАб аОбˆаИаБаКаА +luckperms.command.misc.loading.error.user=аŸаОаЛбŒаЗаОаВаАб‚аЕаЛбŒ аНаЕ аЗаАаГб€бƒаЖаЕаН +luckperms.command.misc.loading.error.user-specific=ааЕ бƒаДаАаЕб‚бб аЗаАаГб€бƒаЗаИб‚бŒ б†аЕаЛаЕаВаОаГаО аПаОаЛбŒаЗаОаВаАб‚аЕаЛб {0} +luckperms.command.misc.loading.error.user-not-found=ааЕаВаОаЗаМаОаЖаНаО аНаАаЙб‚аИ аПаОаЛбŒаЗаОаВаАб‚аЕаЛб аДаЛб {0} +luckperms.command.misc.loading.error.user-save-error=аŸб€аОаИаЗаОбˆаЛаА аОбˆаИаБаКаА аПб€аИ баОб…б€аАаНаЕаНаИаИ аПаОаЛбŒаЗаОаВаАб‚аЕаЛбŒбаКаИб… аДаАаНаНб‹б… аДаЛб {0} +luckperms.command.misc.loading.error.user-not-online=аŸаОаЛбŒаЗаОаВаАб‚аЕаЛбŒ {0} аНаЕ аВ баЕб‚аИ +luckperms.command.misc.loading.error.user-invalid={0} баВаЛбаЕб‚бб аНаЕаДаОаПбƒбб‚аИаМб‹аМ аИаМаЕаНаЕаМ аПаОаЛбŒаЗаОаВаАб‚аЕаЛб аИаЛаИ UUID +luckperms.command.misc.loading.error.user-not-uuid=аŸаОаЛбŒаЗаОаВаАб‚аЕаЛбŒ {0} аИаМаЕаЕб‚ аНаЕаДаОаПбƒбб‚аИаМб‹аЙ UUID +luckperms.command.misc.loading.error.group=а“б€бƒаПаПаА аНаЕ аЗаАаГб€бƒаЖаЕаНаА +luckperms.command.misc.loading.error.all-groups=ааЕаВаОаЗаМаОаЖаНаО аЗаАаГб€бƒаЗаИб‚бŒ аВбаЕ аГб€бƒаПаПб‹ +luckperms.command.misc.loading.error.group-not-found=а“б€бƒаПаПаА {0} аНаЕ аНаАаЙаДаЕаНаА +luckperms.command.misc.loading.error.group-save-error=аŸб€аОаИаЗаОбˆаЛаА аОбˆаИаБаКаА аПб€аИ баОб…б€аАаНаЕаНаИаИ аДаАаНаНб‹б… аДаЛб аГб€бƒаПаПб‹ {0} +luckperms.command.misc.loading.error.group-invalid={0} аНаЕаДаОаПбƒбб‚аИаМаОаЕ аНаАаЗаВаАаНаИаЕ аГб€бƒаПаПб‹ +luckperms.command.misc.loading.error.track=аЂб€аЕаК аНаЕ аЗаАаГб€бƒаЖаЕаН +luckperms.command.misc.loading.error.all-tracks=ааЕаВаОаЗаМаОаЖаНаО аЗаАаГб€бƒаЗаИб‚бŒ аВбаЕ б‚б€аЕаКаИ +luckperms.command.misc.loading.error.track-not-found=аЂб€аЕаК {0} аНаЕ аНаАаЙаДаЕаН +luckperms.command.misc.loading.error.track-save-error=аŸб€аОаИаЗаОбˆаЛаА аОбˆаИаБаКаА аПб€аИ баОб…б€аАаНаЕаНаИаИ аДаАаНаНб‹б… аДаЛб б‚б€аЕаКаА {0} +luckperms.command.misc.loading.error.track-invalid={0} аНаЕаПб€аАаВаИаЛбŒаНаОаЕ аНаАаЗаВаАаНаИаЕ б‚б€аЕаКаА +luckperms.command.editor.no-match=ааЕаВаОаЗаМаОаЖаНаО аОб‚аКб€б‹б‚бŒ аВаЕаБ-б€аЕаДаАаКб‚аОб€, аНаИ аОаДаИаН аОаБбŠаЕаКб‚ аНаЕ аПаОаДаОбˆаЕаЛ аПаОаД бƒаКаАаЗаАаНаНб‹аЙ б‚аИаП +luckperms.command.editor.start=аŸаОаДаГаОб‚аОаВаКаА аНаОаВаОаЙ баЕббаИаИ аВаЕаБ-б€аЕаДаАаКб‚аОб€аА, аПаОаЖаАаЛбƒаЙбб‚аА, аПаОаДаОаЖаДаИб‚аЕ... +luckperms.command.editor.url=ааАаЖаМаИб‚аЕ аНаА ббб‹аЛаКбƒ аНаИаЖаЕ, б‡б‚аОаБб‹ аОб‚аКб€б‹б‚бŒ аВаЕаБ-б€аЕаДаАаКб‚аОб€ +luckperms.command.editor.unable-to-communicate=ааЕ бƒаДаАаЛаОббŒ баВбаЗаАб‚бŒбб б аВаЕаБ-б€аЕаДаАаКб‚аОб€аОаМ +luckperms.command.editor.apply-edits.success=а”аАаНаНб‹аЕ аВаЕаБ-б€аЕаДаАаКб‚аОб€аА аБб‹аЛаИ бƒбаПаЕбˆаНаО аПб€аИаМаЕаНаЕаНб‹ аК {0} {1} +luckperms.command.editor.apply-edits.success-summary={0} {1} аИ {2} {3} +luckperms.command.editor.apply-edits.success.additions=аДаОаБаАаВаЛаЕаНаО +luckperms.command.editor.apply-edits.success.additions-singular=аДаОаПаОаЛаНаЕаНаИаЕ +luckperms.command.editor.apply-edits.success.deletions=бƒаДаАаЛаЕаНаО +luckperms.command.editor.apply-edits.success.deletions-singular=бƒаДаАаЛаЕаНаИаЕ +luckperms.command.editor.apply-edits.no-changes=ааИб‡аЕаГаО аНаЕ аПб€аОаИаЗаОбˆаЛаО, б‚аАаК аКаАаК аВ аВаЕаБ-б€аЕаДаАаКб‚аОб€аЕ аНаЕ аБб‹аЛаО аВб‹аПаОаЛаНаЕаНаО аНаИаКаАаКаИб… аИаЗаМаЕаНаЕаНаИаЙ +luckperms.command.editor.apply-edits.unknown-type=ааЕаВаОаЗаМаОаЖаНаО аПб€аИаМаЕаНаИб‚бŒ аИаЗаМаЕаНаЕаНаИб аК бƒаКаАаЗаАаНаНаОаМбƒ б‚аИаПбƒ аОаБбŠаЕаКб‚аА +luckperms.command.editor.apply-edits.unable-to-read=ааЕ бƒаДаАаЛаОббŒ аПаОаЛбƒб‡аИб‚бŒ аДаАаНаНб‹аЕ, аИбаПаОаЛбŒаЗбƒб аДаАаНаНб‹аЙ аКаОаД +luckperms.command.search.searching.permission=а˜б‰аЕаМ аПаОаЛбŒаЗаОаВаАб‚аЕаЛаЕаЙ аИ аГб€бƒаПаПб‹ б {0} +luckperms.command.search.searching.inherit=а’б‹аПаОаЛаНбаЕб‚бб аПаОаИбаК аПаОаЛбŒаЗаОаВаАб‚аЕаЛаЕаЙ аИ аГб€бƒаПаП, аКаОб‚аОб€б‹аЕ аНаАбаЛаЕаДбƒбŽб‚ б€аАаЗб€аЕбˆаЕаНаИб аОб‚ {0} +luckperms.command.search.result=ааАаЙаДаЕаНаО {0} аЗаАаПаИбаЕаЙ аОб‚ {1} аПаОаЛбŒаЗаОаВаАб‚аЕаЛаЕаЙ аИ {2} аГб€бƒаПаП +luckperms.command.search.result.default-notice=аŸб€аИаМаЕб‡аАаНаИаЕ\: аПб€аИ аПаОаИбаКаЕ аПаОаЛбŒаЗаОаВаАб‚аЕаЛаЕаЙ б аОбаНаОаВаНаОаЙ аГб€бƒаПаПаОаЙ, аПаОаЛбŒаЗаОаВаАб‚аЕаЛаИ аБаЕаЗ аДб€бƒаГаИб… б€аАаЗб€аЕбˆаЕаНаИаЙ, аКаОб‚аОб€б‹аЕ аОб„аЛаАаЙаН, аНаЕ аБбƒаДбƒб‚ аПаОаКаАаЗаАаНб‹. +luckperms.command.search.showing-users=аžб‚аОаБб€аАаЖаЕаНаИаЕ аЗаАаПаИбаЕаЙ аПаОаЛбŒаЗаОаВаАб‚аЕаЛб +luckperms.command.search.showing-groups=аžб‚аОаБб€аАаЖаЕаНаИаЕ аЗаАаПаИбаЕаЙ аГб€бƒаПаПб‹ +luckperms.command.tree.start=а“аЕаНаЕб€аИб€бƒаЕаМ аДаЕб€аЕаВаО б€аАаЗб€аЕбˆаЕаНаИаЙ, аПаОаЖаАаЛбƒаЙбб‚аА, аПаОаДаОаЖаДаИб‚аЕ... +luckperms.command.tree.empty=ааЕаВаОаЗаМаОаЖаНаО баГаЕаНаЕб€аИб€аОаВаАб‚бŒ аДаЕб€аЕаВаО, б€аЕаЗбƒаЛбŒб‚аАб‚б‹ аНаЕ аНаАаЙаДаЕаНб‹ +luckperms.command.tree.url=URL аДаЕб€аЕаВаА б€аАаЗб€аЕбˆаЕаНаИаЙ +luckperms.command.verbose.invalid-filter={0} баВаЛбаЕб‚бб аНаЕаДаОаПбƒбб‚аИаМб‹аМ б„аИаЛбŒб‚б€аОаМ +luckperms.command.verbose.enabled=аŸаОаДб€аОаБаНаОаЕ аЛаОаГаГаИб€аОаВаАаНаИаЕ {0} аДаЛб аПб€аОаВаЕб€аОаК, баОаОб‚аВаЕб‚бб‚аВбƒбŽб‰аИб… {1} +luckperms.command.verbose.command-exec=а’б‹аНбƒаЖаДаЕаНаНаО {0} аВб‹аПаОаЛаНаИб‚бŒ аКаОаМаАаНаДбƒ {1} аИ баОаОаБб‰аИб‚бŒ аО аВбаЕб… аПб€аОаВаЕб€аКаАб…... +luckperms.command.verbose.off=аŸаОаДб€аОаБаНаОаЕ аЛаОаГаГаИб€аОаВаАаНаИаЕ {0} +luckperms.command.verbose.command-exec-complete=а’б‹аПаОаЛаНаЕаНаИаЕ аКаОаМаАаНаДб‹ аЗаАаВаЕб€бˆаЕаНаО +luckperms.command.verbose.command.no-checks=а’б‹аПаОаЛаНаЕаНаИаЕ аКаОаМаАаНаДб‹ аЗаАаВаЕб€бˆаЕаНаО, аНаО аПб€аОаВаЕб€аКаА б€аАаЗб€аЕбˆаЕаНаИаЙ аБб‹аЛаА аНаЕ аВб‹аПаОаЛаНаЕаНаА +luckperms.command.verbose.command.possibly-async=а­б‚аО аМаОаЖаЕб‚ аПб€аОаИбб…аОаДаИб‚бŒ аПаОб‚аОаМбƒ, б‡б‚аО аПаЛаАаГаИаН аВб‹аПаОаЛаНбаЕб‚ аКаОаМаАаНаДб‹ аВ б„аОаНаЕ (аАбаИаНб…б€аОаНаНаО) +luckperms.command.verbose.command.try-again-manually=а’б‹ аМаОаЖаЕб‚аЕ аИбаПаОаЛбŒаЗаОаВаАб‚бŒ аПаОаДб€аОаБаНаОаЕ аЛаОаГаГаИб€аОаВаАаНаИаЕ аДаЛб аОаБаНаАб€бƒаЖаЕаНаИб аПб€аОаВаЕб€аОаК +luckperms.command.verbose.enabled-recording=аŸаОаДб€аОаБаНаОаЕ аЛаОаГаГаИб€аОаВаАаНаИаЕ {0} аДаЛб аПб€аОаВаЕб€аОаК, баОаОб‚аВаЕб‚бб‚аВбƒбŽб‰аИб… {1} +luckperms.command.verbose.uploading=аŸаОаДб€аОаБаНаОаЕ аЛаОаГаГаИб€аОаВаАаНаИаЕ {0}, аЗаАаГб€бƒаЗаКаА б€аЕаЗбƒаЛбŒб‚аАб‚аОаВ... +luckperms.command.verbose.url=URL аПаОаДб€аОаБаНб‹б… б€аЕаЗбƒаЛбŒб‚аАб‚аОаВ +luckperms.command.verbose.enabled-term=аВаКаЛбŽб‡аЕаНаО +luckperms.command.verbose.disabled-term=аВб‹аКаЛбŽб‡аЕаНаО +luckperms.command.verbose.query-any=а›аЎа‘аžа™ +luckperms.command.info.running-plugin=а аАаБаОб‚аАаЕб‚ аНаА +luckperms.command.info.platform-key=аŸаЛаАб‚б„аОб€аМаА +luckperms.command.info.server-brand-key=а’аЕаНаДаОб€ аПаЛаАб‚б„аОб€аМб‹ +luckperms.command.info.server-version-key=а’аЕб€баИб баДб€аА +luckperms.command.info.storage-key=аЅб€аАаНаИаЛаИб‰аЕ +luckperms.command.info.storage-type-key=аЂаИаП +luckperms.command.info.storage.meta.split-types-key=аЂаИаПб‹ +luckperms.command.info.storage.meta.ping-key=аŸаИаНаГ +luckperms.command.info.storage.meta.connected-key=аŸаОаДаКаЛбŽб‡аЕаНаО +luckperms.command.info.storage.meta.file-size-key=а аАаЗаМаЕб€ +luckperms.command.info.extensions-key=а аАббˆаИб€аЕаНаИб +luckperms.command.info.messaging-key=аЁаОаОаБб‰аЕаНаИб +luckperms.command.info.instance-key=а­аКаЗаЕаМаПаЛбб€ +luckperms.command.info.static-contexts-key=аЁб‚аАб‚аИб‡аЕбаКаИаЕ аКаОаНб‚аЕаКбб‚б‹ +luckperms.command.info.online-players-key=а˜аГб€аОаКаИ аВ баЕб‚аИ +luckperms.command.info.online-players-unique={0} бƒаНаИаКаАаЛбŒаНб‹б… +luckperms.command.info.uptime-key=а’б€аЕаМб б€аАаБаОб‚б‹ +luckperms.command.info.local-data-key=а›аОаКаАаЛбŒаНб‹аЕ аДаАаНаНб‹аЕ +luckperms.command.info.local-data={0} аПаОаЛбŒаЗаОаВаАб‚аЕаЛаЕаЙ, {1} аГб€бƒаПаП, {2} б‚б€аЕаКаОаВ +luckperms.command.generic.create.success={0} бƒбаПаЕбˆаНаО баОаЗаДаАаН +luckperms.command.generic.create.error=аŸб€аОаИаЗаОбˆаЛаА аОбˆаИаБаКаА аВаО аВб€аЕаМб баОаЗаДаАаНаИб {0} +luckperms.command.generic.create.error-already-exists={0} бƒаЖаЕ ббƒб‰аЕбб‚аВбƒаЕб‚ +luckperms.command.generic.delete.success={0} бƒбаПаЕбˆаНаО бƒаДаАаЛб‘аН +luckperms.command.generic.delete.error=аŸб€аОаИаЗаОбˆаЛаА аОбˆаИаБаКаА аВаО аВб€аЕаМб бƒаДаАаЛаЕаНаИб {0} +luckperms.command.generic.delete.error-doesnt-exist={0} аНаЕ ббƒб‰аЕбб‚аВбƒаЕб‚. +luckperms.command.generic.rename.success={0} бƒбаПаЕбˆаНаО аПаЕб€аЕаИаМаЕаНаОаВаАаН аВ {1} +luckperms.command.generic.clone.success={0} бƒбаПаЕбˆаНаО аКаЛаОаНаИб€аОаВаАаН аВ {1} +luckperms.command.generic.info.parent.title=а аОаДаИб‚аЕаЛбŒбаКаИаЕ аГб€бƒаПаПб‹ +luckperms.command.generic.info.parent.temporary-title=а’б€аЕаМаЕаНаНб‹аЕ б€аОаДаИб‚аЕаЛбŒбаКаИаЕ аГб€бƒаПаПб‹ +luckperms.command.generic.info.expires-in=аИбб‚аЕаКаАаЕб‚ б‡аЕб€аЕаЗ +luckperms.command.generic.info.inherited-from=бƒаНаАбаЛаЕаДаОаВаАаН аИаЗ/аОб‚ +luckperms.command.generic.info.inherited-from-self=баАаМаОаГаО баЕаБб +luckperms.command.generic.show-tracks.title=аЂб€аЕаКаИ {0} +luckperms.command.generic.show-tracks.empty={0} аНаЕ аНаАб…аОаДаИб‚бб аВ аКаАаКаОаМ-аЛаИаБаО б‚б€аЕаКаЕ +luckperms.command.generic.clear.node-removed={0} аЗаАаПаИбаЕаЙ бƒаДаАаЛаЕаНаО +luckperms.command.generic.clear.node-removed-singular=а аАаЗб€аЕбˆаЕаНаИаЕ {0} бƒаДаАаЛаЕаНаО +luckperms.command.generic.clear=а—аАаПаИбаИ {0} аВ аКаОаНб‚аЕаКбб‚аЕ {1} аБб‹аЛаИ аОб‡аИб‰аЕаНб‹ +luckperms.command.generic.permission.info.title=а аАаЗб€аЕбˆаЕаНаИб {0} +luckperms.command.generic.permission.info.empty={0} аНаЕ аИаМаЕаЕб‚ бƒбб‚аАаНаОаВаЛаЕаНаНб‹б… б€аАаЗб€аЕбˆаЕаНаИаЙ +luckperms.command.generic.permission.info.click-to-remove=ааАаЖаМаИб‚аЕ, б‡б‚аОаБб‹ бƒаДаАаЛаИб‚бŒ бб‚аО б€аАаЗб€аЕбˆаЕаНаИаЕ аИаЗ {0} +luckperms.command.generic.permission.check.info.title=а˜аНб„аОб€аМаАб†аИб аО б€аАаЗб€аЕбˆаЕаНаИаИ {0} +luckperms.command.generic.permission.check.info.directly={0} аИаМаЕаЕб‚ {1} б бƒбб‚аАаНаОаВаЛаЕаНаНб‹аМ аЗаНаАб‡аЕаНаИаЕаМ {2} аВ аКаОаНб‚аЕаКбб‚аЕ {3} +luckperms.command.generic.permission.check.info.inherited={0} аНаАбаЛаЕаДбƒаЕб‚ {1} б бƒбб‚аАаНаОаВаЛаЕаНаНб‹аМ аЗаНаАб‡аЕаНаИаЕаМ {2} аОб‚ {3} аВ аКаОаНб‚аЕаКбб‚аЕ {4} +luckperms.command.generic.permission.check.info.not-directly={0} аНаЕ аИаМаЕаЕб‚ бƒбб‚аАаНаОаВаЛаЕаНаНаОаГаО {1} +luckperms.command.generic.permission.check.info.not-inherited={0} аНаЕ аНаАбаЛаЕаДбƒаЕб‚бб аОб‚ {1} +luckperms.command.generic.permission.check.result.title=аŸб€аОаВаЕб€аКаА б€аАаЗб€аЕбˆаЕаНаИб {0} +luckperms.command.generic.permission.check.result.result-key=а аЕаЗбƒаЛбŒб‚аАб‚ +luckperms.command.generic.permission.check.result.processor-key=аŸб€аОб†аЕббаОб€ +luckperms.command.generic.permission.check.result.cause-key=аŸб€аИб‡аИаНаА +luckperms.command.generic.permission.check.result.context-key=аšаОаНб‚аЕаКбб‚ +luckperms.command.generic.permission.set=аЃбб‚аАаНаОаВаИб‚бŒ {0} аВ {1} аДаЛб {2} аВ аКаОаНб‚аЕаКбб‚аЕ {3} +luckperms.command.generic.permission.already-has={0} бƒаЖаЕ аИаМаЕаЕб‚ б€аАаЗб€аЕбˆаЕаНаИаЕ {1}, бƒбб‚аАаНаОаВаЛаЕаНаНаОаЕ аВ аКаОаНб‚аЕаКбб‚аЕ {2} +luckperms.command.generic.permission.set-temp=аЃбб‚аАаНаОаВаЛаЕаНаО аПб€аАаВаО {0} баО аЗаНаАб‡аЕаНаИаЕаМ {1} аДаЛб {2} б бб€аОаКаОаМ аДаЕаЙбб‚аВаИб {3} аВ аКаОаНб‚аЕаКбб‚аЕ {4} +luckperms.command.generic.permission.already-has-temp={0} бƒаЖаЕ аИаМаЕаЕб‚ аВб€аЕаМаЕаНаНаО бƒбб‚аАаНаОаВаЛаЕаНаНаОаЕ б€аАаЗб€аЕбˆаЕаНаИаЕ {1} аВ аКаОаНб‚аЕаКбб‚аЕ {2} +luckperms.command.generic.permission.unset=аЁаНаИаМаАаЕб‚ {0} аДаЛб {1} аВ аКаОаНб‚аЕаКбб‚аЕ {2} +luckperms.command.generic.permission.doesnt-have={0} аНаЕ аИаМаЕаЕб‚ {1}, бƒбб‚аАаНаОаВаЛаЕаНаНаОаЕ аВ аКаОаНб‚аЕаКбб‚аЕ {2} +luckperms.command.generic.permission.unset-temp=аЁаНаИаМаАаЕб‚ аВб€аЕаМаЕаНаНаОаЕ б€аАаЗб€аЕбˆаЕаНаИаЕ {0} аДаЛб {1} аВ аКаОаНб‚аЕаКбб‚аЕ {2} +luckperms.command.generic.permission.subtract=аЃбб‚аАаНаАаВаЛаИаВаАаЕб‚ {0} аВ {1} аДаЛб {2} аНаА бб€аОаК {3} аВ аКаОаНб‚аЕаКбб‚аЕ {4}, аНаА {5} аМаЕаНбŒбˆаЕ, б‡аЕаМ б€аАаНбŒбˆаЕ +luckperms.command.generic.permission.doesnt-have-temp={0} аНаЕ аИаМаЕаЕб‚ {1}, аВб€аЕаМаЕаНаНаО бƒбб‚аАаНаОаВаЛаЕаНаНаОаЕ аВ аКаОаНб‚аЕаКбб‚аЕ {2} +luckperms.command.generic.permission.clear=а аАаЗб€аЕбˆаЕаНаИб {0} аВ аКаОаНб‚аЕаКбб‚аЕ {1} аБб‹аЛаИ аОб‡аИб‰аЕаНб‹ +luckperms.command.generic.parent.info.title=а аОаДаИб‚аЕаЛаИ {0} +luckperms.command.generic.parent.info.empty={0} аНаЕ аИаМаЕаЕб‚ б€аОаДаИб‚аЕаЛбŒбаКаИб… аПб€аАаВ +luckperms.command.generic.parent.info.click-to-remove=ааАаЖаМаИб‚аЕ, б‡б‚аОаБб‹ бƒаДаАаЛаИб‚бŒ аДаАаНаНаОаЕ б€аОаДаИб‚аЕаЛбŒбаКаОаЕ б€аАаЗб€аЕбˆаЕаНаИаЕ {0} +luckperms.command.generic.parent.add={0} б‚аЕаПаЕб€бŒ аНаАбаЛаЕаДбƒаЕб‚ б€аАаЗб€аЕбˆаЕаНаИб аОб‚ {1} аВ аКаОаНб‚аЕаКбб‚аЕ {2} +luckperms.command.generic.parent.add-temp={0} б‚аЕаПаЕб€бŒ аНаАбаЛаЕаДбƒаЕб‚ б€аАаЗб€аЕбˆаЕаНаИб аОб‚ {1} аВ б‚аЕб‡аЕаНаИаЕ {2} аВ аКаОаНб‚аЕаКбб‚аЕ {3} +luckperms.command.generic.parent.set=а аАаНаЕаЕ бƒбб‚аАаНаОаВаЛаЕаНаНб‹аЕ б€аОаДаИб‚аЕаЛбŒбаКаИаЕ аГб€бƒаПаПб‹ {0} аОб‡аИб‰аЕаНб‹ аИ б‚аЕаПаЕб€бŒ бб‚аОб‚ аПаОаЛбŒаЗаОаВаАб‚аЕаЛбŒ аНаАбаЛаЕаДбƒаЕб‚ б‚аОаЛбŒаКаО {1} аВ аКаОаНб‚аЕаКбб‚аЕ {2} +luckperms.command.generic.parent.set-track=а аАаНаЕаЕ бƒбб‚аАаНаОаВаЛаЕаНаНб‹аЕ б€аОаДаИб‚аЕаЛбŒбаКаИаЕ аГб€бƒаПаПб‹ {0} аВ б‚б€аЕаКаЕ {1} аОб‡аИб‰аЕаНб‹ аИ б‚аЕаПаЕб€бŒ бб‚аОб‚ аПаОаЛбŒаЗаОаВаАб‚аЕаЛбŒ аНаАбаЛаЕаДбƒаЕб‚ б‚аОаЛбŒаКаО {2} аВ аКаОаНб‚аЕаКбб‚аЕ {3} +luckperms.command.generic.parent.remove={0} аБаОаЛбŒбˆаЕ аНаЕ аНаАбаЛаЕаДбƒаЕб‚ б€аАаЗб€аЕбˆаЕаНаИб аОб‚ {1} аВ аКаОаНб‚аЕаКбб‚аЕ {2} +luckperms.command.generic.parent.remove-temp={0} аБаОаЛбŒбˆаЕ аВб€аЕаМаЕаНаНаО аНаЕ аНаАбаЛаЕаДбƒаЕб‚ б€аАаЗб€аЕбˆаЕаНаИб аОб‚ {1} аВ аКаОаНб‚аЕаКбб‚аЕ {2} +luckperms.command.generic.parent.subtract={0} б‚аЕаПаЕб€бŒ аНаАбаЛаЕаДбƒаЕб‚ б€аАаЗб€аЕбˆаЕаНаИб аОб‚ {1} аНаА бб€аОаК {2} аВ аКаОаНб‚аЕаКбб‚аЕ {3} аДаЛаИб‚аЕаЛбŒаНаОбб‚бŒбŽ аНаА {4} аМаЕаНбŒбˆаЕ, б‡аЕаМ б€аАаНаЕаЕ +luckperms.command.generic.parent.clear=а аОаДаИб‚аЕаЛбŒбаКаИаЕ аГб€бƒаПаПб‹ {0} аВ аКаОаНб‚аЕаКбб‚аЕ {1} аОб‡аИб‰аЕаНб‹ +luckperms.command.generic.parent.clear-track=а аОаДаИб‚аЕаЛбŒбаКаИаЕ аГб€бƒаПаПб‹ {0} аВ б‚б€аЕаКаЕ {1} аВ аКаОаНб‚аЕаКбб‚аЕ {2} аБб‹аЛаИ аОб‡аИб‰аЕаНб‹ +luckperms.command.generic.parent.already-inherits=а“б€бƒаПаПаА {0} бƒаЖаЕ аНаАбаЛаЕаДбƒаЕб‚бб аОб‚ {1} аВ аКаОаНб‚аЕаКбб‚аЕ {2} +luckperms.command.generic.parent.doesnt-inherit=а“б€бƒаПаПаА {0} аНаЕ аНаАбаЛаЕаДбƒаЕб‚бб аОб‚ {1} аВ аКаОаНб‚аЕаКбб‚аЕ {2} +luckperms.command.generic.parent.already-temp-inherits=а“б€бƒаПаПаА {0} бƒаЖаЕ аВб€аЕаМаЕаНаНаО аНаАбаЛаЕаДбƒаЕб‚бб аОб‚ {1} аВ аКаОаНб‚аЕаКбб‚аЕ {2} +luckperms.command.generic.parent.doesnt-temp-inherit=а“б€бƒаПаПаА {0} аВб€аЕаМаЕаНаНаО аНаЕ аНаАбаЛаЕаДбƒаЕб‚бб аОб‚ {1} аВ аКаОаНб‚аЕаКбб‚аЕ {2} +luckperms.command.generic.chat-meta.info.title-prefix=аŸб€аЕб„аИаКбб‹ {0} +luckperms.command.generic.chat-meta.info.title-suffix=аЁбƒб„б„аИаКбб‹ {0} +luckperms.command.generic.chat-meta.info.none-prefix={0} аНаЕ аИаМаЕаЕб‚ аПб€аЕб„аИаКбаОаВ +luckperms.command.generic.chat-meta.info.none-suffix={0} аНаЕ аИаМаЕаЕб‚ ббƒб„б„аИаКбаОаВ +luckperms.command.generic.chat-meta.info.click-to-remove=ааАаЖаМаИб‚аЕ, б‡б‚аОаБб‹ бƒаДаАаЛаИб‚бŒ {0} аИаЗ {1} +luckperms.command.generic.chat-meta.already-has={0} бƒаЖаЕ аИаМаЕаЕб‚ {1} {2}, бƒбб‚аАаНаОаВаЛаЕаНаНбƒбŽ б аПб€аИаОб€аИб‚аЕб‚аОаМ {3} аВ аКаОаНб‚аЕаКбб‚аЕ {4} +luckperms.command.generic.chat-meta.already-has-temp={0} бƒаЖаЕ аИаМаЕаЕб‚ {1} {2}, аВб€аЕаМаЕаНаНаО бƒбб‚аАаНаОаВаЛаЕаНаНбƒбŽ б аПб€аИаОб€аИб‚аЕб‚аОаМ {3} аВ аКаОаНб‚аЕаКбб‚аЕ {4} +luckperms.command.generic.chat-meta.doesnt-have={0} аНаЕ аИаМаЕаЕб‚ {1} {2}, бƒбб‚аАаНаОаВаЛаЕаНаНбƒбŽ б аПб€аИаОб€аИб‚аЕб‚аОаМ {3} аВ аКаОаНб‚аЕаКбб‚аЕ {4} +luckperms.command.generic.chat-meta.doesnt-have-temp={0} бƒаЖаЕ аИаМаЕаЕб‚ {1} {2}, аВб€аЕаМаЕаНаНаО бƒбб‚аАаНаОаВаЛаЕаНаНбƒбŽ б аПб€аИаОб€аИб‚аЕб‚аОаМ {3} аВ аКаОаНб‚аЕаКбб‚аЕ {4} +luckperms.command.generic.chat-meta.add={0} б‚аЕаПаЕб€бŒ аИаМаЕаЕб‚ {1} {2}, бƒбб‚аАаНаОаВаЛаЕаНаНб‹аЙ б аПб€аИаОб€аИб‚аЕб‚аОаМ {3} аВ аКаОаНб‚аЕаКбб‚аЕ {4} +luckperms.command.generic.chat-meta.add-temp={0} б‚аЕаПаЕб€бŒ аИаМаЕаЕб‚ {1} {2}, аВб€аЕаМаЕаНаНаО бƒбб‚аАаНаОаВаЛаЕаНаНб‹аЙ б аПб€аИаОб€аИб‚аЕб‚аОаМ {3} аНаА бб€аОаК {4} аВ аКаОаНб‚аЕаКбб‚аЕ {5} +luckperms.command.generic.chat-meta.remove={0} б‚аЕаПаЕб€бŒ аНаЕ аИаМаЕаЕб‚ {1} {2}, аКаОб‚аОб€б‹аЙ аБб‹аЛ бƒбб‚аАаНаОаВаЛаЕаН б аПб€аИаОб€аИб‚аЕб‚аОаМ {3} аВ аКаОаНб‚аЕаКбб‚аЕ {4} +luckperms.command.generic.chat-meta.remove-bulk={0} б‚аЕаПаЕб€бŒ аНаЕ аИаМаЕаЕб‚ аВбаЕ {1}, аКаОб‚аОб€б‹аЕ аБб‹аЛаИ бƒбб‚аАаНаОаВаЛаЕаНб‹ б аПб€аИаОб€аИб‚аЕб‚аОаМ {2} аВ аКаОаНб‚аЕаКбб‚аЕ {3} +luckperms.command.generic.chat-meta.remove-temp={0} б‚аЕаПаЕб€бŒ аНаЕ аИаМаЕаЕб‚ {1} {2}, аКаОб‚аОб€б‹аЙ аБб‹аЛ аВб€аЕаМаЕаНаНаО бƒбб‚аАаНаОаВаЛаЕаН б аПб€аИаОб€аИб‚аЕб‚аОаМ {3} аВ аКаОаНб‚аЕаКбб‚аЕ {4} +luckperms.command.generic.chat-meta.remove-temp-bulk={0} б‚аЕаПаЕб€бŒ аНаЕ аИаМаЕаЕб‚ аВбаЕ {1}, аКаОб‚аОб€б‹аЕ аБб‹аЛаИ аВб€аЕаМаЕаНаНаО бƒбб‚аАаНаОаВаЛаЕаНб‹ б аПб€аИаОб€аИб‚аЕб‚аОаМ {2} аВ аКаОаНб‚аЕаКбб‚аЕ {3} +luckperms.command.generic.meta.info.title=аœаЕб‚аА аГб€бƒаПаПб‹ {0} +luckperms.command.generic.meta.info.none={0} аНаЕ аИаМаЕаЕб‚ аМаЕб‚аА +luckperms.command.generic.meta.info.click-to-remove=ааАаЖаМаИб‚аЕ, б‡б‚аОаБб‹ бƒаДаАаЛаИб‚бŒ бб‚бƒ аМаЕб‚аА аИаНб„аОб€аМаАб†аИбŽ аИаЗ аГб€бƒаПаПб‹ {0} +luckperms.command.generic.meta.already-has=а“б€бƒаПаПаА {0} бƒаЖаЕ аИаМаЕаЕб‚ аМаЕб‚аА аКаЛбŽб‡ {1} б бƒбб‚аАаНаОаВаЛаЕаНаНб‹аМ аЗаНаАб‡аЕаНаИаЕаМ {2} аВ аКаОаНб‚аЕаКбб‚аЕ {3} +luckperms.command.generic.meta.already-has-temp={0} бƒаЖаЕ аИаМаЕаЕб‚ аМаЕб‚аА аКаЛбŽб‡ {1} б аВб€аЕаМаЕаНаНаО бƒбб‚аАаНаОаВаЛаЕаНаНб‹аМ аЗаНаАб‡аЕаНаИаЕаМ {2} аВ аКаОаНб‚аЕаКбб‚аЕ {3} +luckperms.command.generic.meta.doesnt-have=а“б€бƒаПаПаА {0} аНаЕ аИаМаЕаЕб‚ аМаЕб‚аА аКаЛбŽб‡аА {1}, бƒбб‚аАаНаОаВаЛаЕаНаНаОаГаО аВ аКаОаНб‚аЕаКбб‚аЕ {2} +luckperms.command.generic.meta.doesnt-have-temp={0} аНаЕ аИаМаЕаЕб‚ аМаЕб‚аА аКаЛбŽб‡аА {1}, аВб€аЕаМаЕаНаНаО бƒбб‚аАаНаОаВаЛаЕаНаНаОаГаО аВ аКаОаНб‚аЕаКбб‚аЕ {2} +luckperms.command.generic.meta.set=аЃбб‚аАаНаОаВаИб‚бŒ аМаЕб‚аА аКаЛбŽб‡ {0} баО аЗаНаАб‡аЕаНаИаЕаМ {1} аДаЛб {2} аВ аКаОаНб‚аЕаКбб‚аЕ {3} +luckperms.command.generic.meta.set-temp=а’б€аЕаМаЕаНаНаО бƒбб‚аАаНаОаВаИб‚бŒ аМаЕб‚аА аКаЛбŽб‡ {0} баО аЗаНаАб‡аЕаНаИаЕаМ {1} аДаЛб {2} аНаА {3} аВ аКаОаНб‚аЕаКбб‚аЕ {4} +luckperms.command.generic.meta.unset=аЁаНбб‚бŒ аМаЕб‚аА аКаЛбŽб‡ {0} баО аЗаНаАб‡аЕаНаИаЕаМ {1} аВ аКаОаНб‚аЕаКбб‚аЕ {2} +luckperms.command.generic.meta.unset-temp=аЁаНбб‚бŒ аВб€аЕаМаЕаНаНб‹аЙ аМаЕб‚аА аКаЛбŽб‡ {0} баО аЗаНаАб‡аЕаНаИаЕаМ {1} аВ аКаОаНб‚аЕаКбб‚аЕ {2} +luckperms.command.generic.meta.clear=аœаЕб‚аА аДаЛб {0}, баОаОб‚аВаЕб‚бб‚аВбƒбŽб‰аАб б‚аИаПбƒ {1}, аБб‹аЛаА аОб‡аИб‰аЕаНаА аВ аКаОаНб‚аЕаКбб‚аЕ {2} +luckperms.command.generic.contextual-data.title=аšаОаНб‚аЕаКбб‚аНб‹аЕ аДаАаНаНб‹аЕ +luckperms.command.generic.contextual-data.mode.key=б€аЕаЖаИаМ +luckperms.command.generic.contextual-data.mode.server=баЕб€аВаЕб€ +luckperms.command.generic.contextual-data.mode.active-player=аАаКб‚аИаВаНб‹аЙ аИаГб€аОаК +luckperms.command.generic.contextual-data.contexts-key=аšаОаНб‚аЕаКбб‚б‹ +luckperms.command.generic.contextual-data.prefix-key=аŸб€аЕб„аИаКб +luckperms.command.generic.contextual-data.suffix-key=аЁбƒб„б„аИаКб +luckperms.command.generic.contextual-data.primary-group-key=аžбаНаОаВаНаАб аГб€бƒаПаПаА +luckperms.command.generic.contextual-data.meta-key=аœаЕб‚аА +luckperms.command.generic.contextual-data.null-result=аНаЕб‚ +luckperms.command.user.info.title=а˜аНб„аОб€аМаАб†аИб аО аПаОаЛбŒаЗаОаВаАб‚аЕаЛаЕ +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=б‚аИаП +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=аОб„аЛаАаЙаН +luckperms.command.user.info.status-key=аЁб‚аАб‚бƒб +luckperms.command.user.info.status.online=аžаНаЛаАаЙаН +luckperms.command.user.info.status.offline=ааЕ аВ баЕб‚аИ +luckperms.command.user.removegroup.error-primary=ааЕаЛбŒаЗб бƒаДаАаЛаИб‚бŒ аПаОаЛбŒаЗаОаВаАб‚аЕаЛб аИаЗ аЕаГаО аОбаНаОаВаНаОаЙ аГб€бƒаПаПб‹ +luckperms.command.user.primarygroup.not-member={0} аДаОаБаАаВаЛаЕаН аВ б‚б€аЕаК {1}, б‚аАаК аКаАаК б€аАаНаЕаЕ бб‚аОб‚ аПаОаЛбŒаЗаОаВаАб‚аЕаЛбŒ аЕб‰аЕ аНаЕ аБб‹аЛ баВбаЗаАаН б аНаИаМ +luckperms.command.user.primarygroup.already-has={0} бƒаЖаЕ аИаМаЕаЕб‚ аГб€бƒаПаПбƒ {1}, бƒбб‚аАаНаОаВаЛаЕаНаНаОаЙ аВ аКаАб‡аЕбб‚аВаЕ аОбаНаОаВаНаОаЙ аГб€бƒаПаПб‹ +luckperms.command.user.primarygroup.warn-option=аŸб€аЕаДбƒаПб€аЕаЖаДаЕаНаИаЕ\: аœаЕб‚аОаД аПаОаДбб‡аЕб‚аА аПаОаЛбŒаЗаОаВаАб‚аЕаЛаЕаЙ б аОбаНаОаВаНаОаЙ аГб€бƒаПаПаОаЙ, аИбаПаОаЛбŒаЗбƒаЕаМб‹аЙ бб‚аИаМ баЕб€аВаЕб€аОаМ ({0}), аМаОаЖаЕб‚ аНаЕ аОб‚б€аАаЖаАб‚бŒ аДаАаНаНаОаЕ аИаЗаМаЕаНаЕаНаИаЕ +luckperms.command.user.primarygroup.set=аžбаНаОаВаНаАб аГб€бƒаПаПаА {0} аБб‹аЛаА бƒбб‚аАаНаОаВаЛаЕаНаА аНаА аГб€бƒаПаПбƒ {1} +luckperms.command.user.track.error-not-contain-group={0} аЕб‰аЕ аНаЕ аИаМаЕаЕб‚ аНаИ аОаДаНаОаЙ аГб€бƒаПаПб‹, аКаОб‚аОб€аАб аНаАб…аОаДаИб‚бб аВ б‚б€аЕаКаЕ {1} +luckperms.command.user.track.unsure-which-track=ааЕ бƒаДаАаЛаОббŒ аВб‹аБб€аАб‚бŒ аНбƒаЖаНб‹аЙ б‚б€аЕаК аДаЛб аИбаПаОаЛбŒаЗаОаВаАаНаИб, аПаОаЖаАаЛбƒаЙбб‚аА, бƒаКаАаЖаИб‚аЕ аЕаГаО аНаАаЗаВаАаНаИаЕ аВ аКаАб‡аЕбб‚аВаЕ аАб€аГбƒаМаЕаНб‚аА +luckperms.command.user.track.missing-group-advice=а›аИаБаО баОаЗаДаАаЙб‚аЕ аГб€бƒаПаПбƒ, аЛаИаБаО бƒаДаАаЛаИб‚аЕ аЕб‘ аИаЗ б‚б€аЕаКаА аИ аПаОаПб€аОаБбƒаЙб‚аЕ баНаОаВаА +luckperms.command.user.promote.added-to-first={0} аДаОаБаАаВаЛаЕаН аВ аГб€бƒаПаПбƒ {2} аВ аКаОаНб‚аЕаКбб‚аЕ {3}, б‚аАаК аКаАаК аПаОаЛбŒаЗаОаВаАб‚аЕаЛбŒ аНаЕ аИаМаЕаЛ аГб€бƒаПаП, аКаОб‚аОб€б‹аЕ аНаАб…аОаДбб‚бб аВ б‚б€аЕаКаЕ {1} +luckperms.command.user.promote.not-on-track=ааЕ бƒаДаАаЛаОббŒ аПаОаВб‹баИб‚бŒ аГб€бƒаПаПбƒ {0}, б‚аАаК аКаАаК бб‚аОб‚ аПаОаЛбŒаЗаОаВаАб‚аЕаЛбŒ аНаЕ аИаМаЕаЕб‚ аГб€бƒаПаП, аКаОб‚аОб€б‹аЕ аНаАб…аОаДбб‚бб аВ б‚б€аЕаКаЕ {1} +luckperms.command.user.promote.success=аŸаОаВб‹бˆаЕаНаИаЕ аГб€бƒаПаПб‹ {0} аВ б‚б€аЕаКаЕ {1} б {2} аДаО {3} аВ аКаОаНб‚аЕаКбб‚аЕ {4} +luckperms.command.user.promote.end-of-track=а”аОбб‚аИаГаНбƒб‚ аКаОаНаЕб† б‚б€аЕаКаА {0}, аНаЕ бƒаДаАаЛаОббŒ аПаОаВб‹баИб‚бŒ аГб€бƒаПаПбƒ {1} +luckperms.command.user.promote.next-group-deleted=аЁаЛаЕаДбƒбŽб‰аАб аГб€бƒаПаПаА аВ б‚б€аЕаКаЕ т€” {0} т€” аБаОаЛбŒбˆаЕ аНаЕ ббƒб‰аЕбб‚аВбƒаЕб‚ +luckperms.command.user.promote.unable-to-promote=ааЕ бƒаДаАаЛаОббŒ аПаОаВб‹баИб‚бŒ аГб€бƒаПаПбƒ аПаОаЛбŒаЗаОаВаАб‚аЕаЛб +luckperms.command.user.demote.success=аŸаОаНаИаЖаЕаНаИаЕ аГб€бƒаПаПб‹ {0} аВ б‚б€аЕаКаЕ {1} б {2} аДаО {3} аВ аКаОаНб‚аЕаКбб‚аЕ {4} +luckperms.command.user.demote.end-of-track=а”аОбб‚аИаГаНбƒб‚ аКаОаНаЕб† б‚б€аЕаКаА {0}, аПаОбб‚аОаМбƒ {1} аБб‹аЛ бƒаДаАаЛаЕаН аИаЗ {2} +luckperms.command.user.demote.end-of-track-not-removed=а”аОбб‚аИаГаНбƒб‚ аКаОаНаЕб† б‚б€аЕаКаА {0}, аНаО {1} аНаЕ аБб‹аЛ бƒаДаАаЛаЕаН аИаЗ аПаЕб€аВаОаЙ аГб€бƒаПаПб‹ аВ б‚б€аЕаКаЕ +luckperms.command.user.demote.previous-group-deleted=аŸб€аЕаДб‹аДбƒб‰аАб аГб€бƒаПаПаА аВ б‚б€аЕаКаЕ т€” {0} т€” аБаОаЛбŒбˆаЕ аНаЕ ббƒб‰аЕбб‚аВбƒаЕб‚ +luckperms.command.user.demote.unable-to-demote=ааЕ бƒаДаАаЛаОббŒ аПаОаНаИаЗаИб‚бŒ аГб€бƒаПаПбƒ аПаОаЛбŒаЗаОаВаАб‚аЕаЛб +luckperms.command.group.list.title=а“б€бƒаПаПб‹ +luckperms.command.group.delete.not-default=ааЕаЛбŒаЗб бƒаДаАаЛаИб‚бŒ аГб€бƒаПаПбƒ аПаО бƒаМаОаЛб‡аАаНаИбŽ +luckperms.command.group.info.title=а˜аНб„аОб€аМаАб†аИб аО аГб€бƒаПаПаЕ +luckperms.command.group.info.display-name-key=аžб‚аОаБб€аАаЖаАаЕаМаОаЕ аИаМб +luckperms.command.group.info.weight-key=а’аЕб +luckperms.command.group.setweight.set=аЃбб‚аАаНаОаВаЛаЕаН аВаЕб {0} аДаЛб аГб€бƒаПаПб‹ {1} +luckperms.command.group.setdisplayname.doesnt-have=а“б€бƒаПаПаА {0} аНаЕ аИаМаЕаЕб‚ бƒбб‚аАаНаОаВаЛаЕаНаНаОаГаО аОб‚аОаБб€аАаЖаАаЕаМаОаГаО аИаМаЕаНаИ +luckperms.command.group.setdisplayname.already-has=а“б€бƒаПаПаА {0} бƒаЖаЕ аИаМаЕаЕб‚ аОб‚аОаБб€аАаЖаАаЕаМаОаЕ аИаМб {1} +luckperms.command.group.setdisplayname.already-in-use=аžб‚аОаБб€аАаЖаАаЕаМаОаЕ аИаМб {0} бƒаЖаЕ аИбаПаОаЛбŒаЗбƒаЕб‚бб аДаЛб аГб€бƒаПаПб‹ {1} +luckperms.command.group.setdisplayname.set=аЃбб‚аАаНаОаВаЛаЕаНаО аОб‚аОаБб€аАаЖаАаЕаМаОаЕ аИаМб {0} аДаЛб аГб€бƒаПаПб‹ {1} аВ аКаОаНб‚аЕаКбб‚аЕ {2} +luckperms.command.group.setdisplayname.removed=аžб‚аОаБб€аАаЖаАаЕаМаОаЕ аИаМб аДаЛб аГб€бƒаПаПб‹ {0} аВ аКаОаНб‚аЕаКбб‚аЕ {1} бƒаДаАаЛаЕаНаО +luckperms.command.track.list.title=аЂб€аЕаКаИ +luckperms.command.track.path.empty=ааЕб‚ +luckperms.command.track.info.showing-track=аžб‚аОаБб€аАаЖаЕаНаИаЕ б‚б€аЕаКаА +luckperms.command.track.info.path-property=аІаЕаПаОб‡аКаА +luckperms.command.track.clear=а’баЕ аГб€бƒаПаПб‹ б‚б€аЕаКаА {0} аОб‡аИб‰аЕаНб‹ +luckperms.command.track.append.success=а“б€бƒаПаПаА {0} аДаОаБаАаВаЛаЕаНаА аВ б‚б€аЕаК {1} +luckperms.command.track.insert.success=а“б€бƒаПаПаА {0} аДаОаБаАаВаЛаЕаНаА аВ б‚б€аЕаК {1} б аПаОаЗаИб†аИаЕаЙ {2} +luckperms.command.track.insert.error-number=а”аЛб аЗаАаДаАаНаИб аПаОаЗаИб†аИаИ б‚б€аЕаБбƒаЕб‚бб бƒаКаАаЗаАб‚бŒ б‡аИбаЛаО, аВаВаЕаДаЕаНаО\: {0} +luckperms.command.track.insert.error-invalid-pos=ааЕ бƒаДаАаЛаОббŒ аДаОаБаАаВаИб‚бŒ аВ аПаОаЗаИб†аИбŽ {0} +luckperms.command.track.insert.error-invalid-pos-reason=аНаЕаВаЕб€аНб‹аЙ аНаОаМаЕб€ аПаОаЗаИб†аИаИ +luckperms.command.track.remove.success=а“б€бƒаПаПаА {0} бƒаДаАаЛаЕаНаА аИаЗ б‚б€аЕаКаА {1} +luckperms.command.track.error-empty=аЂб€аЕаК {0} аНаЕ аМаОаЖаЕб‚ аБб‹б‚бŒ аИбаПаОаЛбŒаЗаОаВаАаН, б‚аАаК аКаАаК аОаН аПбƒбб‚аОаЙ аИаЛаИ баОаДаЕб€аЖаИб‚ б‚аОаЛбŒаКаО аОаДаНбƒ аГб€бƒаПаПбƒ +luckperms.command.track.error-multiple-groups={0} баВаЛбаЕб‚бб бƒб‡аАбб‚аНаИаКаОаВ аНаЕбаКаОаЛбŒаКаИб… аГб€бƒаПаП аВ бб‚аОаМ б‚б€аЕаКаЕ +luckperms.command.track.error-ambiguous=ааЕ бƒаДаАаЛаОббŒ аОаПб€аЕаДаЕаЛаИб‚бŒ б€аАбаПаОаЛаОаЖаЕаНаИаЕ аВ б‚б€аЕаКаЕ +luckperms.command.track.already-contains=а“б€бƒаПаПаА {1} бƒаЖаЕ аНаАб…аОаДаИб‚бб аВ б‚б€аЕаКаЕ {0} +luckperms.command.track.doesnt-contain={0} аНаЕ баОаДаЕб€аЖаИб‚ {1} +luckperms.command.log.load-error=ааЕ бƒаДаАаЛаОббŒ аЗаАаГб€бƒаЗаИб‚бŒ аЛаОаГ +luckperms.command.log.invalid-page=ааЕаВаЕб€аНб‹аЙ аНаОаМаЕб€ бб‚б€аАаНаИб†б‹ +luckperms.command.log.invalid-page-range=аŸаОаЖаАаЛбƒаЙбб‚аА, бƒаКаАаЖаИб‚аЕ аЗаНаАб‡аЕаНаИаЕ аОб‚ {0} аДаО {1} +luckperms.command.log.empty=ааЕб‚ аЗаАаПаИбаЕаЙ аЛаОаГаА аДаЛб аОб‚аОаБб€аАаЖаЕаНаИб +luckperms.command.log.notify.error-console=ааЕаЛбŒаЗб аИаЗаМаЕаНбб‚бŒ аНаАбб‚б€аОаЙаКаИ аОаПаОаВаЕб‰аЕаНаИаЙ аДаЛб аКаОаНбаОаЛаИ +luckperms.command.log.notify.enabled-term=аВаКаЛбŽб‡аЕаНб‹ +luckperms.command.log.notify.disabled-term=аОб‚аКаЛбŽб‡аЕаНб‹ +luckperms.command.log.notify.changed-state=а›аОаГ-аОаПаОаВаЕб‰аЕаНаИб {0} +luckperms.command.log.notify.already-on=аŸаОаЛбƒб‡аЕаНаИаЕ аЛаОаГ-аОаПаОаВаЕб‰аЕаНаИаЙ бƒаЖаЕ аВаКаЛбŽб‡аЕаНаО +luckperms.command.log.notify.already-off=аŸаОаЛбƒб‡аЕаНаИаЕ аОаПаОаВаЕб‰аЕаНаИаЙ бƒаЖаЕ аВб‹аКаЛбŽб‡аЕаНаО +luckperms.command.log.notify.invalid-state=ааЕаВаЕб€аНаОаЕ аЗаНаАб‡аЕаНаИаЕ, аВб‹аБаЕб€аИб‚аЕ {0} аИаЛаИ {1} +luckperms.command.log.show.search=аžб‚аОаБб€аАаЖаЕаНаИаЕ аНаЕаДаАаВаНаИб… аДаЕаЙбб‚аВаИаЙ аПаО аЗаАаПб€аОббƒ {0} +luckperms.command.log.show.recent=аžб‚аОаБб€аАаЖаЕаНаИаЕ аНаЕаДаАаВаНаИб… аДаЕаЙбб‚аВаИаЙ +luckperms.command.log.show.by=аžб‚аОаБб€аАаЖаЕаНаИаЕ аНаЕаДаАаВаНаИб… аДаЕаЙбб‚аВаИаЙ {0} +luckperms.command.log.show.history=аžб‚аОаБб€аАаЖаЕаНаИаЕ аИбб‚аОб€аИаИ аДаЕаЙбб‚аВаИаЙ аДаЛб {0} {1} +luckperms.command.export.error-term=аžбˆаИаБаКаА +luckperms.command.export.already-running=а’ аДаАаНаНб‹аЙ аМаОаМаЕаНб‚ аВб‹аПаОаЛаНбаЕб‚бб аДб€бƒаГаОаЙ аПб€аОб†аЕбб баКбаПаОб€б‚аИб€аОаВаАаНаИб +luckperms.command.export.file.already-exists=аЄаАаЙаЛ б аИаМаЕаНаЕаМ {0} бƒаЖаЕ ббƒб‰аЕбб‚аВбƒаЕб‚ +luckperms.command.export.file.not-writable=аЄаАаЙаЛ {0} аНаЕаДаОбб‚бƒаПаЕаН аДаЛб аЗаАаПаИбаИ +luckperms.command.export.file.success=аЃбаПаЕбˆаНаО баКбаПаОб€б‚аИб€аОаВаАаНаО аВ {0} +luckperms.command.export.file-unexpected-error-writing=аŸб€аОаИаЗаОбˆаЛаА аНаЕаПб€аЕаДаВаИаДаЕаНаНаАб аОбˆаИаБаКаА аПб€аИ аЗаАаПаИбаИ аВ б„аАаЙаЛ +luckperms.command.export.web.export-code=аšаОаД аДаЛб баКбаПаОб€б‚аА +luckperms.command.export.web.import-command-description=а”аЛб аИаМаПаОб€б‚аИб€аОаВаАаНаИб аИбаПаОаЛбŒаЗбƒаЙб‚аЕ баЛаЕаДбƒбŽб‰бƒбŽ аКаОаМаАаНаДбƒ +luckperms.command.import.term=а˜аМаПаОб€б‚аИб€аОаВаАб‚бŒ +luckperms.command.import.error-term=аžбˆаИаБаКаА +luckperms.command.import.already-running=а’ аДаАаНаНб‹аЙ аМаОаМаЕаНб‚ аВб‹аПаОаЛаНбаЕб‚бб аДб€бƒаГаОаЙ аПб€аОб†аЕбб аИаМаПаОб€б‚аИб€аОаВаАаНаИб +luckperms.command.import.file.doesnt-exist=аЄаАаЙаЛ {0} аНаЕ ббƒб‰аЕбб‚аВбƒаЕб‚ +luckperms.command.import.file.not-readable=аЄаАаЙаЛ {0} аНаЕ аДаОбб‚бƒаПаЕаН аДаЛб б‡б‚аЕаНаИб +luckperms.command.import.file.unexpected-error-reading=аŸб€аОаИаЗаОбˆаЛаА аНаЕаПб€аЕаДаВаИаДаЕаНаНаАб аОбˆаИаБаКаА аПб€аИ б‡б‚аЕаНаИаИ аДаАаНаНб‹б… аИаЗ б„аАаЙаЛаА аИаМаПаОб€б‚аА +luckperms.command.import.file.correct-format=бб‚аО аВаЕб€аНб‹аЙ б„аОб€аМаАб‚? +luckperms.command.import.web.unable-to-read=ааЕ бƒаДаАаЛаОббŒ аПаОаЛбƒб‡аИб‚бŒ аИаНб„аОб€аМаАб†аИбŽ б аИбаПаОаЛбŒаЗаОаВаАаНаИаЕаМ аДаАаНаНаОаГаО аКаОаДаА +luckperms.command.import.progress.percent={0}% аЗаАаВаЕб€бˆаЕаНаО +luckperms.command.import.progress.operations={0}/{1} аОаПаЕб€аАб†аИаЙ аЗаАаВаЕб€бˆаЕаНаО +luckperms.command.import.starting=а—аАаПбƒбаК аПб€аОб†аЕббаА аИаМаПаОб€б‚аА +luckperms.command.import.completed=а—аа’а•а аЈа•ааž +luckperms.command.import.duration=аЗаАаНбаЛаО {0} баЕаК. +luckperms.command.bulkupdate.must-use-console=а’б‹аПаОаЛаНаЕаНаИаЕ аКаОаМаАаНаДб‹ аМаАббаОаВаОаГаО аОаБаНаОаВаЛаЕаНаИб аВаОаЗаМаОаЖаНаО б‚аОаЛбŒаКаО аИаЗ аКаОаНбаОаЛаИ +luckperms.command.bulkupdate.invalid-data-type=ааЕаВаЕб€аНб‹аЙ б‚аИаП, аОаЖаИаДаАаЛаОббŒ {0} +luckperms.command.bulkupdate.invalid-constraint=ааЕаВаЕб€аНаОаЕ аОаГб€аАаНаИб‡аЕаНаИаЕ {0} +luckperms.command.bulkupdate.invalid-constraint-format=аžаГб€аАаНаИб‡аЕаНаИб аДаОаЛаЖаНб‹ аБб‹б‚бŒ аВ б„аОб€аМаАб‚аЕ {0} +luckperms.command.bulkupdate.invalid-comparison=ааЕаВаЕб€аНб‹аЙ аОаПаЕб€аАб‚аОб€ бб€аАаВаНаЕаНаИб {0} +luckperms.command.bulkupdate.invalid-comparison-format=аžаЖаИаДаАаЛбб аОаДаИаН аИаЗ баЛаЕаДбƒбŽб‰аИб… б‚аИаПаОаВ\: {0} +luckperms.command.bulkupdate.queued=аžаПаЕб€аАб†аИб аМаАббаОаВаОаГаО аОаБаНаОаВаЛаЕаНаИб аДаОаБаАаВаЛаЕаНаА аВ аОб‡аЕб€аЕаДбŒ +luckperms.command.bulkupdate.confirm=а’аВаЕаДаИб‚аЕ {0} б‡б‚аОаБб‹ аВб‹аПаОаЛаНаИб‚бŒ аОаБаНаОаВаЛаЕаНаИаЕ +luckperms.command.bulkupdate.unknown-id=аžаПаЕб€аАб†аИб б ID {0} аНаЕ ббƒб‰аЕбб‚аВбƒаЕб‚ аИаЛаИ аЕаЕ бб€аОаК аОаЖаИаДаАаНаИб аИбб‚аЕаК +luckperms.command.bulkupdate.starting=а’б‹аПаОаЛаНаЕаНаИаЕ аМаАббаОаВаОаГаО аОаБаНаОаВаЛаЕаНаИб +luckperms.command.bulkupdate.success=аŸб€аОб†аЕбб аМаАббаОаВаОаГаО аОаБаНаОаВаЛаЕаНаИб бƒбаПаЕбˆаНаО аЗаАаВаЕб€бˆаЕаН +luckperms.command.bulkupdate.success.statistics.nodes=а—аАб‚б€аОаНбƒб‚б‹б… б€аАаЗб€аЕбˆаЕаНаИаЙ аВбаЕаГаО\: +luckperms.command.bulkupdate.success.statistics.users=а—аАб‚б€аОаНбƒб‚б‹б… аПаОаЛбŒаЗаОаВаАб‚аЕаЛаЕаЙ аВбаЕаГаО\: +luckperms.command.bulkupdate.success.statistics.groups=а—аАб‚б€аОаНбƒб‚б‹б… аГб€бƒаПаП аВбаЕаГаО\: +luckperms.command.bulkupdate.failure=абƒ бƒаДаАаЛаОббŒ аВб‹аПаОаЛаНаИб‚бŒ аМаАббаОаВаОаЕ аОаБаНаОаВаЛаЕаНаИаЕ, аПб€аОаВаЕб€бŒб‚аЕ аКаОаНбаОаЛбŒ аНаА аНаАаЛаИб‡аИаЕ аОбˆаИаБаОаК +luckperms.command.update-task.request=аžаБаНаОаВаЛаЕаНаИаЕ аДаАаНаНб‹б… аЗаАаПб€аОбˆаЕаНаО, аПаОаЖаАаЛбƒаЙбб‚аА, аПаОаДаОаЖаДаИб‚аЕ +luckperms.command.update-task.complete=аžаБаНаОаВаЛаЕаНаИаЕ аДаАаНаНб‹б… аЗаАаВаЕб€бˆаЕаНаО +luckperms.command.update-task.push.attempting=а’б‹аПаОаЛаНбаЕаМ аПаОаПб‹б‚аКбƒ аОб‚аПб€аАаВаКаИ аИаЗаМаЕаНаЕаНаИаЙ аНаА аДб€бƒаГаИаЕ баЕб€аВаЕб€б‹ +luckperms.command.update-task.push.complete=а”б€бƒаГаИаЕ баЕб€аВаЕб€б‹ аБб‹аЛаИ бƒбаПаЕбˆаНаО аОаПаОаВаЕб‰аЕаНб‹ б‡аЕб€аЕаЗ {0} +luckperms.command.update-task.push.error=аŸб€аОаИаЗаОбˆаЛаА аОбˆаИаБаКаА аПб€аИ аОб‚аПб€аАаВаКаЕ аИаЗаМаЕаНаЕаНаИаЙ аНаА аДб€бƒаГаИаЕ баЕб€аВаЕб€б‹ +luckperms.command.update-task.push.error-not-setup=ааЕ бƒаДаАаЛаОббŒ аОб‚аПб€аАаВаИб‚бŒ аИаЗаМаЕаНаЕаНаИб аНаА аДб€бƒаГаИаЕ баЕб€аВаЕб€б‹, б‚аАаК аКаАаК б€аАаЗаДаЕаЛ "messaging service" аНаЕ аБб‹аЛ аНаАбб‚б€аОаЕаН +luckperms.command.reload-config.success=аЄаАаЙаЛ аКаОаНб„аИаГбƒб€аАб†аИаИ аПаЕб€аЕаЗаАаГб€бƒаЖаЕаН +luckperms.command.reload-config.restart-note=аНаЕаКаОб‚аОб€б‹аЕ аПаАб€аАаМаЕб‚б€б‹ аПб€аИаМаЕаНббŽб‚бб б‚аОаЛбŒаКаО аПаОбаЛаЕ аПаЕб€аЕаЗаАаГб€бƒаЗаКаИ баЕб€аВаЕб€аА +luckperms.command.translations.searching=аŸаОаИбаК аДаОбб‚бƒаПаНб‹б… аПаЕб€аЕаВаОаДаОаВ, аПаОаЖаАаЛбƒаЙбб‚аА, аПаОаДаОаЖаДаИб‚аЕ... +luckperms.command.translations.searching-error=ааЕ бƒаДаАаЛаОббŒ аПаОаЛбƒб‡аИб‚бŒ баПаИбаОаК аДаОбб‚бƒаПаНб‹б… аПаЕб€аЕаВаОаДаОаВ +luckperms.command.translations.installed-translations=аЃбб‚аАаНаОаВаЛаЕаНаНб‹аЕ аПаЕб€аЕаВаОаДб‹ +luckperms.command.translations.available-translations=а”аОбб‚бƒаПаНб‹аЕ аПаЕб€аЕаВаОаДб‹ +luckperms.command.translations.percent-translated=аПаЕб€аЕаВаЕаДаЕаНаО {0}% +luckperms.command.translations.translations-by=аОб‚ +luckperms.command.translations.installing=аЃбб‚аАаНаОаВаКаА аПаЕб€аЕаВаОаДаОаВ, аПаОаЖаАаЛбƒаЙбб‚аА, аПаОаДаОаЖаДаИб‚аЕ... +luckperms.command.translations.download-error=ааЕ бƒаДаАаЛаОббŒ аЗаАаГб€бƒаЗаИб‚бŒ аПаЕб€аЕаВаОаД аНаА {0} +luckperms.command.translations.installing-specific=аЃбб‚аАаНаОаВаКаА баЗб‹аКаА {0}... +luckperms.command.translations.install-complete=аЃбб‚аАаНаОаВаКаА аЗаАаВаЕб€бˆаЕаНаА +luckperms.command.translations.download-prompt=а˜баПаОаЛбŒаЗбƒаЙб‚аЕ {0} аДаЛб аЗаАаГб€бƒаЗаКаИ аИ бƒбб‚аАаНаОаВаКаИ аПаОбаЛаЕаДаНаИб… аВаЕб€баИаЙ аПаЕб€аЕаВаОаДаОаВ, баДаЕаЛаАаНаНб‹б… баОаОаБб‰аЕбб‚аВаОаМ +luckperms.command.translations.download-override-warning=аžаБб€аАб‚аИб‚аЕ аВаНаИаМаАаНаИаЕ, б‡б‚аО аВбаЕ аИаЗаМаЕаНаЕаНаИб, аВаНаЕбаЕаНаНб‹аЕ аВаАаМаИ аДаЛб бб‚аИб… баЗб‹аКаОаВ, аБбƒаДбƒб‚ аПаЕб€аЕаОаПб€аЕаДаЕаЛаЕаНб‹ +luckperms.usage.user.description=ааАаБаОб€ аКаОаМаАаНаД аДаЛб бƒаПб€аАаВаЛаЕаНаИб аПаОаЛбŒаЗаОаВаАб‚аЕаЛбаМаИ аВ LuckPerms (аПаОаЛбŒаЗаОаВаАб‚аЕаЛбŒ аВ LuckPerms т€” бб‚аО аИаГб€аОаК, аМаОаЖаЕб‚ ббб‹аЛаАб‚бŒбб аНаА UUID аИаЛаИ аНаИаК-аНаЕаЙаМ) +luckperms.usage.group.description=ааАаБаОб€ аКаОаМаАаНаД аДаЛб бƒаПб€аАаВаЛаЕаНаИб аГб€бƒаПаПаАаМаИ аВ LuckPerms. а“б€бƒаПаПб‹ т€” бб‚аО баГб€бƒаПаПаИб€аОаВаАаНаНб‹аЕ б€аАаЗб€аЕбˆаЕаНаИб, аКаОб‚аОб€б‹аЕ аМаОаГбƒб‚ аБб‹б‚бŒ аВб‹аДаАаНб‹ аПаОаЛбŒаЗаОаВаАб‚аЕаЛбаМ. ааОаВб‹аЕ аГб€бƒаПаПб‹ аМаОаГбƒб‚ аБб‹б‚бŒ баОаЗаДаАаНб‹ б аПаОаМаОб‰бŒбŽ аКаОаМаАаНаДб‹ ''creategroup''. +luckperms.usage.track.description=ааАаБаОб€ аКаОаМаАаНаД аДаЛб бƒаПб€аАаВаЛаЕаНаИб б‚б€аЕаКаАаМаИ аВ LuckPerms. аЂб€аЕаКаИ т€” бб‚аО бƒаПаОб€баДаОб‡аЕаНаНаАб б†аЕаПаОб‡аКаА аГб€бƒаПаП, аКаОб‚аОб€б‹аЕ аМаОаГбƒб‚ аБб‹б‚бŒ аИбаПаОаЛбŒаЗаОаВаАаНб‹ аДаЛб аПаОаВб‹бˆаЕаНаИб аИаЛаИ аПаОаНаИаЖаЕаНаИб аГб€бƒаПаПб‹. +luckperms.usage.log.description=ааАаБаОб€ аКаОаМаАаНаД аДаЛб бƒаПб€аАаВаЛаЕаНаИб б„бƒаНаКб†аИаЕаЙ аЛаОаГаИб€аОаВаАаНаИб аВ LuckPerms. +luckperms.usage.sync.description=а—аАаГб€бƒаЖаАаЕб‚ аВббŽ аИаНб„аОб€аМаАб†аИбŽ аИаЗ б…б€аАаНаИаЛаИб‰аА аПаЛаАаГаИаНаА аВ аПаАаМбб‚бŒ аИ аПб€аИаМаЕаНбаЕб‚ аВбаЕ аОаБаНаАб€бƒаЖаЕаНаНб‹аЕ аИаЗаМаЕаНаЕаНаИб. +luckperms.usage.info.description=а’б‹аВаОаДаИб‚ аОбаНаОаВаНбƒбŽ аИаНб„аОб€аМаАб†аИбŽ аОаБ аАаКб‚аИаВаНаОаМ баКаЗаЕаМаПаЛбб€аЕ аПаЛаАаГаИаНаА. +luckperms.usage.editor.description=аЁаОаЗаДаАаЕб‚ аНаОаВбƒбŽ баЕббаИбŽ аВаЕаБ-б€аЕаДаАаКб‚аОб€аА +luckperms.usage.editor.argument.type=б‚аИаПб‹ аДаЛб аЗаАаГб€бƒаЗаКаИ аВ аВаЕаБ-б€аЕаДаАаКб‚аОб€ (''all'', ''users'' аИаЛаИ ''groups'') +luckperms.usage.editor.argument.filter=б€аАаЗб€аЕбˆаЕаНаИаЕ аДаЛб б„аИаЛбŒб‚б€аАб†аИаИ аЗаАаПаИбаЕаЙ аПаОаЛбŒаЗаОаВаАб‚аЕаЛб +luckperms.usage.verbose.description=аЃаПб€аАаВаЛаЕаНаИаЕ баИбб‚аЕаМаОаЙ аМаОаНаИб‚аОб€аИаНаГаА б€аАаЗб€аЕбˆаЕаНаИаЙ аПаЛаАаГаИаНаОаВ. +luckperms.usage.verbose.argument.action=аВаКаЛбŽб‡аИб‚бŒ/аВб‹аКаЛбŽб‡аИб‚бŒ аЛаОаГаИб€аОаВаАаНаИаЕ аИаЛаИ аЗаАаГб€бƒаЗаИб‚бŒ аЛаОаГ +luckperms.usage.verbose.argument.filter=б„аИаЛбŒб‚б€, баОаОб‚аВаЕб‚бб‚аВбƒбŽб‰аИаЙ аЗаАаПаИббаМ +luckperms.usage.verbose.argument.commandas=аИаГб€аОаК/аКаОаМаАаНаДаА аДаЛб аВб‹аПаОаЛаНаЕаНаИб +luckperms.usage.tree.description=а“аЕаНаЕб€аИб€бƒаЕб‚ аВаИаД аДаЕб€аЕаВаА (бƒаПаОб€баДаОб‡аЕаНаНаАб аИаЕб€аАб€б…аИб баПаИбаКаОаВ) аВбаЕб… б€аАаЗб€аЕбˆаЕаНаИаЙ, аИаЗаВаЕбб‚аНб‹б… LuckPerms. +luckperms.usage.tree.argument.scope=аКаОб€аНаЕаВаОаЙ аКаАб‚аАаЛаОаГ аДб€аЕаВаА. аЃаКаАаЖаИб‚аЕ ".", б‡б‚аОаБб‹ аВб‹аБб€аАб‚бŒ аВбаЕ б€аАаЗб€аЕбˆаЕаНаИб +luckperms.usage.tree.argument.player=аНаИаК-аНаЕаЙаМ аОаНаЛаАаЙаН аИаГб€аОаКаА аДаЛб аПб€аОаВаЕб€аКаИ +luckperms.usage.search.description=а’б‹аПаОаЛаНбаЕб‚ аПаОаИбаК аВбаЕб… аПаОаЛбŒаЗаОаВаАб‚аЕаЛаЕаЙ/аГб€бƒаПаП б бƒаКаАаЗаАаНаНб‹аМ б€аАаЗб€аЕбˆаЕаНаИаЕаМ +luckperms.usage.search.argument.permission=б€аАаЗб€аЕбˆаЕаНаИаЕ аДаЛб аПаОаИбаКаА +luckperms.usage.search.argument.page=бб‚б€аАаНаИб†аА аДаЛб аПб€аОбаМаОб‚б€аА +luckperms.usage.network-sync.description=аЁаИаНб…б€аОаНаИаЗаИб€аОаВаАб‚бŒ аИаЗаМаЕаНаЕаНаИб б б…б€аАаНаИаЛаИб‰аЕаМ аИ аОб‚аПб€аАаВаИб‚бŒ аДб€бƒаГаИаМ баЕб€аВаЕб€аАаМ баЕб‚аИ аЗаАаДаАб‡бƒ аДаЛб аВб‹аПаОаЛаНаЕаНаИб баИаНб…б€аОаНаИаЗаАб†аИаИ +luckperms.usage.import.description=а˜аМаПаОб€б‚аИб€аОаВаАб‚бŒ аДаАаНаНб‹аЕ аИаЗ б€аАаНаЕаЕ баОаЗаДаАаНаНаОаГаО б„аАаЙаЛаА баКбаПаОб€б‚аА +luckperms.usage.import.argument.file=б„аАаЙаЛ, аИаЗ аКаОб‚аОб€аОаГаО аНаЕаОаБб…аОаДаИаМаО аВб‹аПаОаЛаНаИб‚бŒ аИаМаПаОб€б‚ +luckperms.usage.import.argument.replace=аЗаАаМаЕаНаИб‚бŒ ббƒб‰аЕбб‚аВбƒбŽб‰аИаЕ аДаАаНаНб‹аЕ аВаМаЕбб‚аО аИб… баЛаИбаНаИб +luckperms.usage.import.argument.upload=аЗаАаГб€бƒаЗаИб‚бŒ аДаАаНаНб‹аЕ аИаЗ бƒаЖаЕ ббƒб‰аЕбб‚аВбƒбŽб‰аЕаГаО б„аАаЙаЛаА баКбаПаОб€б‚аА +luckperms.usage.export.description=а­аКбаПаОб€б‚аИб€аОаВаАб‚бŒ аДаАаНаНб‹аЕ б€аАаЗб€аЕбˆаЕаНаИаЙ аВ баПаЕб†аИаАаЛбŒаНб‹аЙ б„аАаЙаЛ аДаЛб баКбаПаОб€б‚аА. аЁ аПаОаМаОб‰бŒбŽ аНаЕаГаО аВб‹ баМаОаЖаЕб‚аЕ аВаОббб‚аАаНаОаВаИб‚бŒ аДаАаНаНб‹аЕ, аИаМаПаОб€б‚аИб€аОаВаАаВ аЕаГаО. +luckperms.usage.export.argument.file=б„аАаЙаЛ, аВ аКаОб‚аОб€б‹аЙ аНаЕаОаБб…аОаДаИаМаО аВб‹аПаОаЛаНаИб‚бŒ баКбаПаОб€б‚ +luckperms.usage.export.argument.without-users=аНаЕ баКбаПаОб€б‚аИб€аОаВаАб‚бŒ аДаАаНаНб‹аЕ аПаОаЛбŒаЗаОаВаАб‚аЕаЛаЕаЙ +luckperms.usage.export.argument.without-groups=аНаЕ баКбаПаОб€б‚аИб€аОаВаАб‚бŒ аДаАаНаНб‹аЕ аО аГб€бƒаПаПаАб… +luckperms.usage.export.argument.upload=а—аАаГб€бƒаЗаИб‚бŒ аДаАаНаНб‹аЕ аО б€аАаЗб€аЕбˆаЕаНаИбб… аВ аВаЕаБ-б€аЕаДаАаКб‚аОб€. а­б‚аИ аДаАаНаНб‹аЕ аМаОаГбƒб‚ аБб‹б‚бŒ аИаМаПаОб€б‚аИб€аОаВаАаНб‹ аВаАаМаИ аПаОаЗаЖаЕ. +luckperms.usage.reload-config.description=аŸаЕб€аЕаЗаАаГб€бƒаЗаИб‚бŒ аНаЕаКаОб‚аОб€б‹аЕ аПаАб€аАаМаЕб‚б€б‹ аКаОаНб„аИаГбƒб€аАб†аИаИ +luckperms.usage.bulk-update.description=а’б‹аПаОаЛаНаИб‚бŒ аЗаАаПб€аОбб‹ аМаАббаОаВаОаГаО аОаБаНаОаВаЛаЕаНаИб аДаЛб аВбаЕб… аДаАаНаНб‹б… +luckperms.usage.bulk-update.argument.data-type=б‚аИаП аДаАаНаНб‹б…, аКаОб‚аОб€б‹аЕ аНаЕаОаБб…аОаДаИаМаО аИаЗаМаЕаНаИб‚бŒ (''all'', ''users'' аИаЛаИ ''groups'') +luckperms.usage.bulk-update.argument.action=аДаЕаЙбб‚аВаИаЕ, аКаОб‚аОб€аОаЕ аНаЕаОаБб…аОаДаИаМаО аВб‹аПаОаЛаНаИб‚бŒ аНаАаД аДаАаНаНб‹аМаИ (''update'' аИаЛаИ ''delete'') +luckperms.usage.bulk-update.argument.action-field=аПаОаЛаЕ аДаЛб аВб‹аБаОб€аА аДаЕаЙбб‚аВаИб. аЂб€аЕаБбƒаЕб‚бб б‚аОаЛбŒаКаО аДаЛб аОаПб†аИаИ ''update'' (''permission'', ''server'' аИаЛаИ ''world'') +luckperms.usage.bulk-update.argument.action-value=аЗаНаАб‡аЕаНаИаЕ аДаЛб аЗаАаМаЕаНб‹. аЂб€аЕаБбƒаЕб‚бб б‚аОаЛбŒаКаО аДаЛб аОаПб†аИаИ ''update''. +luckperms.usage.bulk-update.argument.constraint=аОаГб€аАаНаИб‡аЕаНаИаЕ, аНаЕаОаБб…аОаДаИаМб‹аЕ аДаЛб аОаБаНаОаВаЛаЕаНаИб +luckperms.usage.translations.description=аЃаПб€аАаВаЛаЕаНаИаЕ аПаЕб€аЕаВаОаДаАаМаИ +luckperms.usage.translations.argument.install=ббƒаБаКаОаМаАаНаДаА аДаЛб бƒбб‚аАаНаОаВаКаИ аПаЕб€аЕаВаОаДаОаВ +luckperms.usage.apply-edits.description=аŸб€аИаМаЕаНбаЕб‚ аИаЗаМаЕаНаЕаНаИб аВ б€аАаЗб€аЕбˆаЕаНаИбб…, аВб‹аПаОаЛаНаЕаНаНб‹аЕ аВ аВаЕаБ-б€аЕаДаАаКб‚аОб€аЕ +luckperms.usage.apply-edits.argument.code=бƒаНаИаКаАаЛбŒаНб‹аЙ аКаОаД аДаЛб аПб€аИаМаЕаНаЕаНаИб аИаЗаМаЕаНаЕаНаИаЙ +luckperms.usage.apply-edits.argument.target=аКб‚аО аПб€аИаМаЕаНбаЕб‚ аИаЗаМаЕаНаЕаНаИб аДаАаНаНб‹б… +luckperms.usage.create-group.description=аЁаОаЗаДаАб‚бŒ аНаОаВбƒбŽ аГб€бƒаПаПбƒ +luckperms.usage.create-group.argument.name=аИаМб аГб€бƒаПаПб‹ +luckperms.usage.create-group.argument.weight=аВаЕб аГб€бƒаПаПб‹ +luckperms.usage.create-group.argument.display-name=аОб‚аОаБб€аАаЖаАаЕаМаОаЕ аИаМб аГб€бƒаПаПб‹ +luckperms.usage.delete-group.description=аЃаДаАаЛаИб‚бŒ аГб€бƒаПаПбƒ +luckperms.usage.delete-group.argument.name=аИаМб аГб€бƒаПаПб‹ +luckperms.usage.list-groups.description=аŸаОаКаАаЗб‹аВаАаЕб‚ баПаИбаОаК аВбаЕб… аГб€бƒаПаП +luckperms.usage.create-track.description=аЁаОаЗаДаАб‚бŒ аНаОаВб‹аЙ б‚б€аЕаК +luckperms.usage.create-track.argument.name=аИаМб б‚б€аЕаКаА +luckperms.usage.delete-track.description=аЃаДаАаЛаИб‚бŒ б‚б€аЕаК +luckperms.usage.delete-track.argument.name=аИаМб б‚б€аЕаКаА +luckperms.usage.list-tracks.description=аŸаОаКаАаЗаАб‚бŒ баПаИбаОаК аВбаЕб… б‚б€аЕаКаОаВ +luckperms.usage.user-info.description=аŸаОаКаАаЗб‹аВаАаЕб‚ аИаНб„аОб€аМаАб†аИбŽ аО аПаОаЛбŒаЗаОаВаАб‚аЕаЛаЕ +luckperms.usage.user-switchprimarygroup.description=а˜аЗаМаЕаНбаЕб‚ аОбаНаОаВаНбƒбŽ аГб€бƒаПаПбƒ аПаОаЛбŒаЗаОаВаАб‚аЕаЛб +luckperms.usage.user-switchprimarygroup.argument.group=аГб€бƒаПаПаА, аНаА аКаОб‚аОб€бƒбŽ аНаЕаОаБб…аОаДаИаМаО аЗаАаМаЕаНаИб‚бŒ ббƒб‰аЕбб‚аВбƒбŽб‰бƒбŽ +luckperms.usage.user-promote.description=аŸаОаВб‹бˆаАаЕб‚ аГб€бƒаПаПбƒ аПаОаЛбŒаЗаОаВаАб‚аЕаЛб аДаАаЛаЕаЕ аПаО б‚б€аЕаКбƒ +luckperms.usage.user-promote.argument.track=б‚б€аЕаК аДаЛб аПаОаВб‹бˆаЕаНаИб аГб€бƒаПаПб‹ аПаОаЛбŒаЗаОаВаАб‚аЕаЛб +luckperms.usage.user-promote.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНаО аБб‹б‚бŒ аВб‹аПаОаЛаНаЕаНаО аПаОаВб‹бˆаЕаНаИаЕ аГб€бƒаПаПб‹ аПаОаЛбŒаЗаОаВаАб‚аЕаЛб +luckperms.usage.user-promote.argument.dont-add-to-first=аПаОаВб‹бˆаАаЕб‚ аГб€бƒаПаПбƒ аПаОаЛбŒаЗаОаВаАб‚аЕаЛб, аЕбаЛаИ аОаН бƒаЖаЕ баВбаЗаАаН б б‚б€аЕаКаОаМ +luckperms.usage.user-demote.description=аŸаОаНаИаЖаАаЕб‚ аГб€бƒаПаПбƒ аПаОаЛбŒаЗаОаВаАб‚аЕаЛб аНаА аПб€аЕаДб‹аДбƒб‰бƒбŽ аВ б‚б€аЕаКаЕ +luckperms.usage.user-demote.argument.track=б‚б€аЕаК аДаЛб аПаОаНаИаЖаЕаНаИб аГб€бƒаПаПб‹ аПаОаЛбŒаЗаОаВаАб‚аЕаЛб +luckperms.usage.user-demote.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНаО аБб‹б‚бŒ аВб‹аПаОаЛаНаЕаНаО аПаОаНаИаЖаЕаНаИаЕ аГб€бƒаПаПб‹ аПаОаЛбŒаЗаОаВаАб‚аЕаЛб +luckperms.usage.user-demote.argument.dont-remove-from-first=аПб€аЕаДаОб‚аВб€аАб‚аИб‚бŒ бƒаДаАаЛаЕаНаИаЕ аПаОаЛбŒаЗаОаВаАб‚аЕаЛб аИаЗ аПаЕб€аВаОаЙ аГб€бƒаПаПб‹ б‚б€аЕаКаА аПб€аИ аПаОаНаИаЖаЕаНаИаИ аГб€бƒаПаПб‹ +luckperms.usage.user-clone.description=аЁаКаОаПаИб€аОаВаАб‚бŒ аПаОаЛбŒаЗаОаВаАб‚аЕаЛб +luckperms.usage.user-clone.argument.user=аНаИаК-аНаЕаЙаМ/UUID аПаОаЛбŒаЗаОаВаАб‚аЕаЛб, аВ аКаОб‚аОб€аОаГаО аНаЕаОаБб…аОаДаИаМаО аВб‹аПаОаЛаНаИб‚бŒ аКаЛаОаНаИб€аОаВаАаНаИаЕ +luckperms.usage.group-info.description=а”аАаЕб‚ аИаНб„аОб€аМаАб†аИбŽ аО аГб€бƒаПаПаЕ +luckperms.usage.group-listmembers.description=аŸаОаКаАаЗаАб‚бŒ аПаОаЛбŒаЗаОаВаАб‚аЕаЛаЕаЙ/аГб€бƒаПаПб‹, аКаОб‚аОб€б‹аЕ аНаАбаЛаЕаДбƒбŽб‚ б€аАаЗб€аЕбˆаЕаНаИб аОб‚ бб‚аОаЙ аГб€бƒаПаПб‹ +luckperms.usage.group-listmembers.argument.page=бб‚б€аАаНаИб†аА аДаЛб аПб€аОбаМаОб‚б€аА +luckperms.usage.group-setweight.description=аЃбб‚аАаНаОаВаИб‚бŒ аВаЕб аГб€бƒаПаПб‹ +luckperms.usage.group-setweight.argument.weight=аВаЕб, аКаОб‚аОб€б‹аЙ аНаЕаОаБб…аОаДаИаМаО бƒбб‚аАаНаОаВаИб‚бŒ +luckperms.usage.group-set-display-name.description=аЃбб‚аАаНаОаВаИб‚бŒ аОб‚аОаБб€аАаЖаАаЕаМаОаЕ аИаМб аГб€бƒаПаП +luckperms.usage.group-set-display-name.argument.name=аИаМб аДаЛб бƒбб‚аАаНаОаВаКаИ +luckperms.usage.group-set-display-name.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аБбƒаДаЕб‚ бƒбб‚аАаНаОаВаЛаЕаНаО аОб‚аОаБб€аАаЖаАаЕаМаОаЕ аИаМб +luckperms.usage.group-rename.description=аŸаЕб€аЕаИаЕаМаНаОаВаАб‚бŒ аГб€бƒаПаПбƒ +luckperms.usage.group-rename.argument.name=аНаОаВаОаЕ аИаМб +luckperms.usage.group-clone.description=аšаЛаОаНаИб€бƒаЕб‚ аГб€бƒаПаПбƒ +luckperms.usage.group-clone.argument.name=аИаМб аКаЛаОаНаИб€бƒаЕаМаОаЙ аГб€бƒаПаПб‹ аНаА +luckperms.usage.holder-editor.description=аžб‚аКб€б‹аВаАаЕб‚ аВаЕаБ-б€аЕаДаАаКб‚аОб€ б€аАаЗб€аЕбˆаЕаНаИаЙ +luckperms.usage.holder-showtracks.description=аžб‚аОаБб€аАаЖаАаЕб‚ баПаИбаОаК б‚б€аЕаКаОаВ, аВ аКаОб‚аОб€б‹б… аНаАб…аОаДаИб‚бб аОаБбŠаЕаКб‚ +luckperms.usage.holder-clear.description=аЃаДаАаЛбаЕб‚ аВбаЕ б€аАаЗб€аЕбˆаЕаНаИб, б€аОаДаИб‚аЕаЛбŒбаКаИаЕ аГб€бƒаПаПб‹ аИ аМаЕб‚аА +luckperms.usage.holder-clear.argument.context=аКаОаНб‚аЕаКбб‚б‹ аДаЛб б„аИаЛбŒб‚б€аАб†аИаИ +luckperms.usage.permission.description=а аЕаДаАаКб‚аИб€аОаВаАб‚бŒ б€аАаЗб€аЕбˆаЕаНаИб +luckperms.usage.parent.description=а аЕаДаАаКб‚аИб€аОаВаАб‚бŒ аНаАбаЛаЕаДаОаВаАаНаИб +luckperms.usage.meta.description=а аЕаДаАаКб‚аИб€аОаВаАб‚бŒ аЗаНаАб‡аЕаНаИб аМаЕб‚аА +luckperms.usage.permission-info.description=аžб‚аОаБб€аАаЖаАаЕб‚ баПаИбаОаК б€аАаЗб€аЕбˆаЕаНаИаЙ, аКаОб‚аОб€б‹аЕ аИаМаЕаЕб‚ аОаБбŠаЕаКб‚ +luckperms.usage.permission-info.argument.page=бб‚б€аАаНаИб†аА аДаЛб аПб€аОбаМаОб‚б€аА +luckperms.usage.permission-info.argument.sort-mode=аКаАаК баОб€б‚аИб€аОаВаАб‚бŒ аЗаАаПаИбаИ +luckperms.usage.permission-set.description=аЃбб‚аАаНаАаВаЛаИаВаАаЕб‚ б€аАаЗб€аЕбˆаЕаНаИаЕ аДаЛб аОаБбŠаЕаКб‚аА +luckperms.usage.permission-set.argument.node=б€аАаЗб€аЕбˆаЕаНаИаЕ аДаЛб бƒбб‚аАаНаОаВаКаИ +luckperms.usage.permission-set.argument.value=аЗаНаАб‡аЕаНаИаЕ б€аАаЗб€аЕбˆаЕаНаИб +luckperms.usage.permission-set.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНб‹ аБб‹б‚бŒ аДаОаБаАаВаЛаЕаНб‹ б€аАаЗб€аЕбˆаЕаНаИб +luckperms.usage.permission-unset.description=аЁаНаИаМаАаЕб‚ б€аАаЗб€аЕбˆаЕаНаИаЕ бƒ аПаОаЛбŒаЗаОаВаАб‚аЕаЛб +luckperms.usage.permission-unset.argument.node=б€аАаЗб€аЕбˆаЕаНаИаЕ, аКаОб‚аОб€б‹аЕ аНаЕаОаБб…аОаДаИаМаО баНбб‚бŒ +luckperms.usage.permission-unset.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНб‹ аБб‹б‚бŒ бƒаДаАаЛаЕаНб‹ б€аАаЗб€аЕбˆаЕаНаИб +luckperms.usage.permission-settemp.description=а’б€аЕаМаЕаНаНаО бƒбб‚аАаНаАаВаЛаИаВаАаЕб‚ б€аАаЗб€аЕбˆаЕаНаИаЕ аДаЛб аОаБбŠаЕаКб‚аА +luckperms.usage.permission-settemp.argument.node=б€аАаЗб€аЕбˆаЕаНаИаЕ аДаЛб бƒбб‚аАаНаОаВаКаИ +luckperms.usage.permission-settemp.argument.value=аЗаНаАб‡аЕаНаИаЕ б€аАаЗб€аЕбˆаЕаНаИб +luckperms.usage.permission-settemp.argument.duration=бб€аОаК, аДаО аИбб‚аЕб‡аЕаНаИб аКаОб‚аОб€аОаГаО аБбƒаДаЕб‚ аДаЕаЙбб‚аВаОаВаАб‚бŒ б€аАаЗб€аЕбˆаЕаНаИаЕ +luckperms.usage.permission-settemp.argument.temporary-modifier=аКаАаК аВб€аЕаМаЕаНаНаОаЕ б€аАаЗб€аЕбˆаЕаНаИаЕ аДаОаЛаЖаНаО аБб‹б‚бŒ аПб€аИаМаЕаНаЕаНаО +luckperms.usage.permission-settemp.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНб‹ аБб‹б‚бŒ аДаОаБаАаВаЛаЕаНб‹ б€аАаЗб€аЕбˆаЕаНаИб +luckperms.usage.permission-unsettemp.description=аЁаНаИаМаАаЕб‚ аВб€аЕаМаЕаНаНаОаЕ б€аАаЗб€аЕбˆаЕаНаИаЕ аДаЛб аПаОаЛбŒаЗаОаВаАб‚аЕаЛб +luckperms.usage.permission-unsettemp.argument.node=б€аАаЗб€аЕбˆаЕаНаИаЕ аДаЛб баНбб‚аИб +luckperms.usage.permission-unsettemp.argument.duration=аДаЛаИб‚аЕаЛбŒаНаОбб‚бŒ аДаЛб аВб‹б‡аИб‚аАаНаИб +luckperms.usage.permission-unsettemp.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНб‹ аБб‹б‚бŒ бƒаДаАаЛаЕаНб‹ б€аАаЗб€аЕбˆаЕаНаИб +luckperms.usage.permission-check.description=аŸб€аОаВаЕб€баЕб‚, аЕбб‚бŒ аЛаИ бƒ аОаБбŠаЕаКб‚аА аОаПб€аЕаДаЕаЛаЕаНаНаОаЕ б€аАаЗб€аЕбˆаЕаНаИаЕ +luckperms.usage.permission-check.argument.node=б€аАаЗб€аЕбˆаЕаНаИаЕ аДаЛб аПб€аОаВаЕб€аКаИ +luckperms.usage.permission-clear.description=аžб‡аИб‰аАаЕб‚ аВбаЕ б€аАаЗб€аЕбˆаЕаНаИб +luckperms.usage.permission-clear.argument.context=аКаОаНб‚аЕаКбб‚б‹ аДаЛб б„аИаЛбŒб‚б€аАб†аИаИ +luckperms.usage.parent-info.description=аžб‚аОаБб€аАаЖаАаЕб‚ баПаИбаОаК аГб€бƒаПаП, аКаОб‚аОб€б‹аЕ аНаАбаЛаЕаДбƒаЕб‚ бб‚аОб‚ аОаБбŠаЕаКб‚ +luckperms.usage.parent-info.argument.page=бб‚б€аАаНаИб†аА аДаЛб аПб€аОбаМаОб‚б€аА +luckperms.usage.parent-info.argument.sort-mode=аКаАаК баОб€б‚аИб€аОаВаАб‚бŒ аЗаАаПаИбаИ +luckperms.usage.parent-set.description=аЃаДаАаЛбаЕб‚ аВбаЕ б€аОаДаИб‚аЕаЛбŒбаКаИаЕ аГб€бƒаПаПб‹, аКаОб‚аОб€б‹аЕ бƒаЖаЕ аНаАбаЛаЕаДбƒаЕб‚ аПаОаЛбŒаЗаОаВаАб‚аЕаЛбŒ, аИ аДаОаБаАаВаЛбаЕб‚ бƒаКаАаЗаАаНаНбƒбŽ +luckperms.usage.parent-set.argument.group=аНаАаЗаВаАаНаИаЕ аГб€бƒаПаПб‹ аДаЛб бƒбб‚аАаНаОаВаКаИ +luckperms.usage.parent-set.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНаА аБб‹б‚бŒ бƒбб‚аАаНаОаВаЛаЕаНаА аГб€бƒаПаПаА +luckperms.usage.parent-add.description=а”аОаБаАаВаЛбаЕб‚ аГб€бƒаПаПбƒ аПаОаЛбŒаЗаОаВаАб‚аЕаЛбŽ аДаЛб аНаАбаЛаЕаДаОаВаАаНаИб б€аАаЗб€аЕбˆаЕаНаИаЙ аОб‚ аНаЕб‘ +luckperms.usage.parent-add.argument.group=аГб€бƒаПаПаА аДаЛб аНаАбаЛаЕаДаОаВаАаНаИб +luckperms.usage.parent-add.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНаА аНаАбаЛаЕаДаОаВаАб‚бŒбб аГб€бƒаПаПаА +luckperms.usage.parent-remove.description=аЃаДаАаЛбаЕб‚ б€аАаНаЕаЕ бƒбб‚аАаНаОаВаЛаЕаНаНаОаЕ аНаАбаЛаЕаДаОаВаАаНаИаЕ аГб€бƒаПаПб‹ +luckperms.usage.parent-remove.argument.group=аГб€бƒаПаПаА аДаЛб бƒаДаАаЛаЕаНаИб +luckperms.usage.parent-remove.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНаА аБб‹б‚бŒ бƒаДаАаЛаЕаНаА аГб€бƒаПаПаА +luckperms.usage.parent-set-track.description=аЃаДаАаЛбаЕб‚ аВбаЕ аГб€бƒаПаПб‹, аКаОб‚аОб€б‹аЕ бƒаЖаЕ аНаАбаЛаЕаДбƒаЕб‚ аПаОаЛбŒаЗаОаВаАб‚аЕаЛбŒ аВ бƒаКаАаЗаАаНаНаОаМ б‚б€аЕаКаЕ, аИ аДаОаБаАаВаЛбаЕб‚ бƒаКаАаЗаАаНаНбƒбŽ +luckperms.usage.parent-set-track.argument.track=б‚б€аЕаК аДаЛб бƒбб‚аАаНаОаВаКаИ +luckperms.usage.parent-set-track.argument.group=аНаАаЗаВаАаНаИаЕ аГб€бƒаПаПб‹ аИаЛаИ аНаОаМаЕб€ б€аАбаПаОаЛаОаЖаЕаНаИб аГб€бƒаПаПб‹ аВ аДаАаНаНаОаМ б‚б€аЕаКаЕ аДаЛб бƒбб‚аАаНаОаВаКаИ +luckperms.usage.parent-set-track.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНаА аБб‹б‚бŒ бƒбб‚аАаНаОаВаЛаЕаНаА аГб€бƒаПаПаА +luckperms.usage.parent-add-temp.description=а’б€аЕаМаЕаНаНаО аДаОаБаАаВаЛбаЕб‚ аГб€бƒаПаПбƒ аПаОаЛбŒаЗаОаВаАб‚аЕаЛбŽ аДаЛб аНаАбаЛаЕаДаОаВаАаНаИб б€аАаЗб€аЕбˆаЕаНаИаЙ аОб‚ аНаЕб‘ +luckperms.usage.parent-add-temp.argument.group=аГб€бƒаПаПаА аДаЛб аНаАбаЛаЕаДаОаВаАаНаИб +luckperms.usage.parent-add-temp.argument.duration=аДаЛаИб‚аЕаЛбŒаНаОбб‚бŒ б‡аЛаЕаНбб‚аВаА аВ аГб€бƒаПаПаЕ +luckperms.usage.parent-add-temp.argument.temporary-modifier=аКаАаК аВб€аЕаМаЕаНаНаОаЕ б€аАаЗб€аЕбˆаЕаНаИаЕ аДаОаЛаЖаНаО аБб‹б‚бŒ аПб€аИаМаЕаНаЕаНаО +luckperms.usage.parent-add-temp.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНаА аНаАбаЛаЕаДаОаВаАб‚бŒбб аГб€бƒаПаПаА +luckperms.usage.parent-remove-temp.description=аЃаДаАаЛбаЕб‚ б€аАаНаЕаЕ бƒбб‚аАаНаОаВаЛаЕаНаНаОаЕ аПб€аАаВаИаЛаО аНаАбаЛаЕаДаОаВаАаНаИб +luckperms.usage.parent-remove-temp.argument.group=аГб€бƒаПаПаА аДаЛб бƒаДаАаЛаЕаНаИб +luckperms.usage.parent-remove-temp.argument.duration=бб€аОаК аДаЛб аВб‹б‡аИб‚аАаНаИб +luckperms.usage.parent-remove-temp.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНаА аБб‹б‚бŒ бƒаДаАаЛаЕаНаА аГб€бƒаПаПаА +luckperms.usage.parent-clear.description=аžб‡аИб‰аАаЕб‚ аВбаЕ б€аОаДаИб‚аЕаЛбŒбаКаИаЕ аГб€бƒаПаПб‹ +luckperms.usage.parent-clear.argument.context=аКаОаНб‚аЕаКбб‚б‹ аДаЛб б„аИаЛбŒб‚б€аАб†аИаИ +luckperms.usage.parent-clear-track.description=аžб‡аИб‰аАаЕб‚ аВбаЕ б€аОаДаИб‚аЕаЛбŒбаКаИаЕ аГб€бƒаПаПб‹, аНаАб…аОаДбб‰аИаЕбб аВ аДаАаНаНаОаМ б‚б€аЕаКаЕ +luckperms.usage.parent-clear-track.argument.track=б‚б€аЕаК аДаЛб бƒаДаАаЛаЕаНаИб +luckperms.usage.parent-clear-track.argument.context=аКаОаНб‚аЕаКбб‚б‹ аДаЛб б„аИаЛбŒб‚б€аАб†аИаИ +luckperms.usage.meta-info.description=аŸаОаКаАаЗб‹аВаАаЕб‚ аВбаЕ аМаЕб‚аА аДаЛб б‡аАб‚аА +luckperms.usage.meta-set.description=аЃбб‚аАаНаАаВаЛаИаВаАаЕб‚ аЗаНаАб‡аЕаНаИаЕ аДаЛб аМаЕб‚аА +luckperms.usage.meta-set.argument.key=аКаЛбŽб‡ аДаЛб бƒбб‚аАаНаОаВаКаИ +luckperms.usage.meta-set.argument.value=аЗаНаАб‡аЕаНаИаЕ аДаЛб бƒбб‚аАаНаОаВаКаИ +luckperms.usage.meta-set.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНаА аБб‹б‚бŒ аДаОаБаАаВаЛаЕаНаА аМаЕб‚аА +luckperms.usage.meta-unset.description=аЁаНаИаМаАаЕб‚ аЗаНаАб‡аЕаНаИаЕ аМаЕб‚аА +luckperms.usage.meta-unset.argument.key=аКаЛбŽб‡ аДаЛб баНбб‚аИб +luckperms.usage.meta-unset.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНаА аБб‹б‚бŒ бƒаДаАаЛаЕаНаА аМаЕб‚аА +luckperms.usage.meta-settemp.description=а’б€аЕаМаЕаНаНаО бƒбб‚аАаНаАаВаЛаИаВаАаЕб‚ аЗаНаАб‡аЕаНаИаЕ аМаЕб‚аА +luckperms.usage.meta-settemp.argument.key=аКаЛбŽб‡ аДаЛб бƒбб‚аАаНаОаВаКаИ +luckperms.usage.meta-settemp.argument.value=аЗаНаАб‡аЕаНаИаЕ аДаЛб бƒбб‚аАаНаОаВаКаИ +luckperms.usage.meta-settemp.argument.duration=аОб‚б€аЕаЗаОаК аВб€аЕаМаЕаНаИ аПаОбаЛаЕ аКаОб‚аОб€аОаГаО бб€аОаК аМаЕб‚аАаДаАаНаНб‹б… аИбб‚аЕб‡б‘б‚ +luckperms.usage.meta-settemp.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНаА аБб‹б‚бŒ аДаОаБаАаВаЛаЕаНаА аМаЕб‚аА +luckperms.usage.meta-unsettemp.description=аЁаНаИаМаАаЕб‚ аВб€аЕаМаЕаНаНаОаЕ аЗаНаАб‡аЕаНаИаЕ аМаЕб‚аА +luckperms.usage.meta-unsettemp.argument.key=аКаЛбŽб‡ аДаЛб баНбб‚аИб +luckperms.usage.meta-unsettemp.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНаА аБб‹б‚бŒ бƒаДаАаЛаЕаНаА аМаЕб‚аА +luckperms.usage.meta-addprefix.description=а”аОаБаАаВаЛбаЕб‚ аПб€аЕб„аИаКб +luckperms.usage.meta-addprefix.argument.priority=аПб€аИаОб€аИб‚аЕб‚, б аКаОб‚аОб€б‹аМ аДаОаЛаЖаЕаН аБб‹б‚бŒ аДаОаБаАаВаЛаЕаН аПб€аЕб„аИаКб +luckperms.usage.meta-addprefix.argument.prefix=аПб€аЕб„аИаКб +luckperms.usage.meta-addprefix.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаЕаН аБб‹б‚бŒ аДаОаБаАаВаЛаЕаН аПб€аЕб„аИаКб +luckperms.usage.meta-addsuffix.description=а”аОаБаАаВаЛбаЕб‚ ббƒб„б„аИаКб +luckperms.usage.meta-addsuffix.argument.priority=аПб€аИаОб€аИб‚аЕб‚, б аКаОб‚аОб€б‹аМ аДаОаЛаЖаЕаН аБб‹б‚бŒ аДаОаБаАаВаЛаЕаН ббƒб„б„аИаКб +luckperms.usage.meta-addsuffix.argument.suffix=ббƒб„б„аИаКб +luckperms.usage.meta-addsuffix.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаЕаН аБб‹б‚бŒ аДаОаБаАаВаЛаЕаН ббƒб„б„аИаКб +luckperms.usage.meta-setprefix.description=аЃбб‚аАаНаАаВаЛаИаВаАаЕб‚ аПб€аЕб„аИаКб +luckperms.usage.meta-setprefix.argument.priority=аПб€аИаОб€аИб‚аЕб‚, б аКаОб‚аОб€б‹аМ аДаОаЛаЖаЕаН аБб‹б‚бŒ бƒбб‚аАаНаОаВаЛаЕаН аПб€аЕб„аИаКб +luckperms.usage.meta-setprefix.argument.prefix=аПб€аЕб„аИаКб +luckperms.usage.meta-setprefix.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаЕаН аБб‹б‚бŒ бƒбб‚аАаНаОаВаЛаЕаН аПб€аЕб„аИаКб +luckperms.usage.meta-setsuffix.description=аЃбб‚аАаНаАаВаЛаИаВаАаЕб‚ ббƒб„б„аИаКб +luckperms.usage.meta-setsuffix.argument.priority=аПб€аИаОб€аИб‚аЕб‚, б аКаОб‚аОб€б‹аМ аДаОаЛаЖаЕаН аБб‹б‚бŒ бƒбб‚аАаНаОаВаЛаЕаН ббƒб„б„аИаКб +luckperms.usage.meta-setsuffix.argument.suffix=ббƒб„б„аИаКб +luckperms.usage.meta-setsuffix.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаЕаН аБб‹б‚бŒ бƒбб‚аАаНаОаВаЛаЕаН ббƒб„б„аИаКб +luckperms.usage.meta-removeprefix.description=аЃаДаАаЛбаЕб‚ аПб€аЕб„аИаКб +luckperms.usage.meta-removeprefix.argument.priority=аПб€аИаОб€аИб‚аЕб‚, аКаОб‚аОб€б‹аЙ аИаМаЕаЕб‚ бƒаДаАаЛбаЕаМб‹аЙ аПб€аЕб„аИаКб +luckperms.usage.meta-removeprefix.argument.prefix=аПб€аЕб„аИаКб +luckperms.usage.meta-removeprefix.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаЕаН аБб‹б‚бŒ бƒаДаАаЛаЕаН аПб€аЕб„аИаКб +luckperms.usage.meta-removesuffix.description=аЃаДаАаЛбаЕб‚ ббƒб„б„аИаКб +luckperms.usage.meta-removesuffix.argument.priority=аПб€аИаОб€аИб‚аЕб‚, аКаОб‚аОб€б‹аЙ аИаМаЕаЕб‚ бƒаДаАаЛбаЕаМб‹аЙ ббƒб„б„аИаКб +luckperms.usage.meta-removesuffix.argument.suffix=ббƒб„б„аИаКб +luckperms.usage.meta-removesuffix.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаЕаН аБб‹б‚бŒ бƒаДаАаЛаЕаН ббƒб„б„аИаКб +luckperms.usage.meta-addtemp-prefix.description=а”аОаБаАаВаЛбаЕб‚ аВб€аЕаМаЕаНаНб‹аЙ аПб€аЕб„аИаКб +luckperms.usage.meta-addtemp-prefix.argument.priority=аПб€аИаОб€аИб‚аЕб‚, б аКаОб‚аОб€б‹аМ аДаОаЛаЖаЕаН аБб‹б‚бŒ аДаОаБаАаВаЛаЕаН аПб€аЕб„аИаКб +luckperms.usage.meta-addtemp-prefix.argument.prefix=аПб€аЕб„аИаКб +luckperms.usage.meta-addtemp-prefix.argument.duration=бб€аОаК, аДаО аИбб‚аЕб‡аЕаНаИб аКаОб‚аОб€аОаГаО аБбƒаДаЕб‚ аДаЕаЙбб‚аВаОаВаАб‚бŒ аПб€аЕб„аИаКб +luckperms.usage.meta-addtemp-prefix.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаЕаН аБб‹б‚бŒ аДаОаБаАаВаЛаЕаН аПб€аЕб„аИаКб +luckperms.usage.meta-addtemp-suffix.description=аЃбб‚аАаНаАаВаЛаИаВаАаЕб‚ аВб€аЕаМаЕаНаНб‹аЙ ббƒб„б„аИаКб +luckperms.usage.meta-addtemp-suffix.argument.priority=аПб€аИаОб€аИб‚аЕб‚, б аКаОб‚аОб€б‹аМ аДаОаЛаЖаЕаН аБб‹б‚бŒ аДаОаБаАаВаЛаЕаН ббƒб„б„аИаКб +luckperms.usage.meta-addtemp-suffix.argument.suffix=ббƒб„б„аИаКб +luckperms.usage.meta-addtemp-suffix.argument.duration=бб€аОаК, аДаО аИбб‚аЕб‡аЕаНаИб аКаОб‚аОб€аОаГаО аБбƒаДаЕб‚ аДаЕаЙбб‚аВаОаВаАб‚бŒ ббƒб„б„аИаКб +luckperms.usage.meta-addtemp-suffix.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаЕаН аБб‹б‚бŒ аДаОаБаАаВаЛаЕаН ббƒб„б„аИаКб +luckperms.usage.meta-settemp-prefix.description=аЃбб‚аАаНаАаВаЛаИаВаАаЕб‚ аВб€аЕаМаЕаНаНб‹аЙ аПб€аЕб„аИаКб +luckperms.usage.meta-settemp-prefix.argument.priority=аПб€аИаОб€аИб‚аЕб‚, б аКаОб‚аОб€б‹аМ аДаОаЛаЖаЕаН аБб‹б‚бŒ бƒбб‚аАаНаОаВаЛаЕаН аПб€аЕб„аИаКб +luckperms.usage.meta-settemp-prefix.argument.prefix=аПб€аЕб„аИаКб +luckperms.usage.meta-settemp-prefix.argument.duration=бб€аОаК, аДаО аИбб‚аЕб‡аЕаНаИб аКаОб‚аОб€аОаГаО аБбƒаДаЕб‚ аДаЕаЙбб‚аВаОаВаАб‚бŒ аПб€аЕб„аИаКб +luckperms.usage.meta-settemp-prefix.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаЕаН аБб‹б‚бŒ бƒбб‚аАаНаОаВаЛаЕаН аПб€аЕб„аИаКб +luckperms.usage.meta-settemp-suffix.description=аЃбб‚аАаНаАаВаЛаИаВаАаЕб‚ аВб€аЕаМаЕаНаНб‹аЙ ббƒб„б„аИаКб +luckperms.usage.meta-settemp-suffix.argument.priority=аПб€аИаОб€аИб‚аЕб‚, б аКаОб‚аОб€б‹аМ аДаОаЛаЖаЕаН аБб‹б‚бŒ бƒбб‚аАаНаОаВаЛаЕаН ббƒб„б„аИаКб +luckperms.usage.meta-settemp-suffix.argument.suffix=ббƒб„б„аИаКб +luckperms.usage.meta-settemp-suffix.argument.duration=бб€аОаК, аДаО аИбб‚аЕб‡аЕаНаИб аКаОб‚аОб€аОаГаО аБбƒаДаЕб‚ аДаЕаЙбб‚аВаОаВаАб‚бŒ ббƒб„б„аИаКб +luckperms.usage.meta-settemp-suffix.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаЕаН аБб‹б‚бŒ бƒбб‚аАаНаОаВаЛаЕаН ббƒб„б„аИаКб +luckperms.usage.meta-removetemp-prefix.description=аЃаДаАаЛбаЕб‚ аВб€аЕаМаЕаНаНб‹аЙ аПб€аЕб„аИаКб +luckperms.usage.meta-removetemp-prefix.argument.priority=аПб€аИаОб€аИб‚аЕб‚, аКаОб‚аОб€б‹аЙ аИаМаЕаЕб‚ бƒаДаАаЛбаЕаМб‹аЙ аПб€аЕб„аИаКб +luckperms.usage.meta-removetemp-prefix.argument.prefix=аПб€аЕб„аИаКб +luckperms.usage.meta-removetemp-prefix.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаЕаН аБб‹б‚бŒ бƒаДаАаЛаЕаН аПб€аЕб„аИаКб +luckperms.usage.meta-removetemp-suffix.description=аЃаДаАаЛбаЕб‚ аВб€аЕаМаЕаНаНб‹аЙ аПб€аЕб„аИаКб +luckperms.usage.meta-removetemp-suffix.argument.priority=аПб€аИаОб€аИб‚аЕб‚, аКаОб‚аОб€б‹аЙ аИаМаЕаЕб‚ бƒаДаАаЛбаЕаМб‹аЙ ббƒб„б„аИаКб +luckperms.usage.meta-removetemp-suffix.argument.suffix=ббƒб„б„аИаКб +luckperms.usage.meta-removetemp-suffix.argument.context=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаЕаН аБб‹б‚бŒ бƒаДаАаЛаЕаН ббƒб„б„аИаКб +luckperms.usage.meta-clear.description=аžб‡аИб‰аАаЕб‚ аВбаЕ аМаЕб‚аА аЗаНаАб‡аЕаНаИб +luckperms.usage.meta-clear.argument.type=б‚аИаП аМаЕб‚аА аДаЛб бƒаДаАаЛаЕаНаИб +luckperms.usage.meta-clear.argument.context=аКаОаНб‚аЕаКбб‚б‹ аДаЛб б„аИаЛбŒб‚б€аАб†аИаИ +luckperms.usage.track-info.description=а”аАаЕб‚ аИаНб„аОб€аМаАб†аИбŽ аО б‚б€аЕаКаЕ +luckperms.usage.track-editor.description=аžб‚аКб€б‹аВаАаЕб‚ аВаЕаБ-б€аЕаДаАаКб‚аОб€ б€аАаЗб€аЕбˆаЕаНаИаЙ +luckperms.usage.track-append.description=а”аОаБаАаВаЛбаЕб‚ аГб€бƒаПаПбƒ аВ аКаОаНаЕб† б‚б€аЕаКаА +luckperms.usage.track-append.argument.group=аГб€бƒаПаПаА аДаЛб аДаОаБаАаВаЛаЕаНаИб +luckperms.usage.track-insert.description=а”аОаБаАаВаЛбаЕб‚ аГб€бƒаПаПбƒ б аЗаАаДаАаНаНаОаЙ аПаОаЗаИб†аИаЕаЙ аВ б‚б€аЕаК +luckperms.usage.track-insert.argument.group=аГб€бƒаПаПаА аДаЛб аДаОаБаАаВаЛаЕаНаИб +luckperms.usage.track-insert.argument.position=аПаОаЗаИб†аИб аДаЛб аДаОаБаАаВаЛаЕаНаИб аГб€бƒаПаПб‹, аНаАб‡аИаНаАб б 1 +luckperms.usage.track-remove.description=аЃаДаАаЛбаЕб‚ аГб€бƒаПаПбƒ аИаЗ б‚б€аЕаКаА +luckperms.usage.track-remove.argument.group=аГб€бƒаПаПаА аДаЛб бƒаДаАаЛаЕаНаИб +luckperms.usage.track-clear.description=аžб‡аИб‰аАаЕб‚ баПаИбаОаК аГб€бƒаПаП аВ б‚б€аЕаКаЕ +luckperms.usage.track-rename.description=аŸаЕб€аЕаИаМаЕаНаОаВаАб‚бŒ б‚б€аЕаК +luckperms.usage.track-rename.argument.name=аНаОаВаОаЕ аИаМб +luckperms.usage.track-clone.description=аšаЛаОаНаИб€бƒаЕб‚ б‚б€аЕаК +luckperms.usage.track-clone.argument.name=аИаМб б‚б€аЕаКаА, аВ аКаОб‚аОб€б‹аЙ аНаЕаОаБб…аОаДаИаМаО аВб‹аПаОаЛаНаИб‚бŒ аКаЛаОаНаИб€аОаВаАаНаИаЕ +luckperms.usage.log-recent.description=аŸб€аОбаМаОб‚б€ аНаЕаДаАаВаНаИб… аДаЕаЙбб‚аВаИаЙ +luckperms.usage.log-recent.argument.user=аНаИаК-аНаЕаЙаМ/UUID аПаОаЛбŒаЗаОаВаАб‚аЕаЛб аДаЛб б„аИаЛбŒб‚б€аАб†аИаИ аПаО +luckperms.usage.log-recent.argument.page=аНаОаМаЕб€ бб‚б€аАаНаИб†б‹ аДаЛб аПб€аОбаМаОб‚б€аА +luckperms.usage.log-search.description=аŸаОаИбаК аЗаАаПаИбаИ аВ аЛаОаГаЕ +luckperms.usage.log-search.argument.query=аЗаАаПб€аОб аДаЛб аПаОаИбаКаА +luckperms.usage.log-search.argument.page=аНаОаМаЕб€ бб‚б€аАаНаИб†б‹ аДаЛб аПб€аОбаМаОб‚б€аА +luckperms.usage.log-notify.description=а’аКаЛбŽб‡аИб‚бŒ аОаПаОаВаЕб‰аЕаНаИб аО аЛаОаГаИб€аОаВаАаНаИаИ +luckperms.usage.log-notify.argument.toggle=аВаКаЛбŽб‡аИб‚бŒ/аВб‹аКаЛбŽб‡аИб‚бŒ +luckperms.usage.log-user-history.description=аŸб€аОбаМаОб‚б€ аИбб‚аОб€аИаИ аПаОаЛбŒаЗаОаВаАб‚аЕаЛб +luckperms.usage.log-user-history.argument.user=аНаИаК-аНаЕаЙаМ/UUID аПаОаЛбŒаЗаОаВаАб‚аЕаЛб +luckperms.usage.log-user-history.argument.page=аНаОаМаЕб€ бб‚б€аАаНаИб†б‹ аДаЛб аПб€аОбаМаОб‚б€аА +luckperms.usage.log-group-history.description=аŸб€аОбаМаОб‚б€ аИбб‚аОб€аИаИ аДаЛб аГб€бƒаПаПб‹ +luckperms.usage.log-group-history.argument.group=аИаМб аГб€бƒаПаПб‹ +luckperms.usage.log-group-history.argument.page=аНаОаМаЕб€ бб‚б€аАаНаИб†б‹ аДаЛб аПб€аОбаМаОб‚б€аА +luckperms.usage.log-track-history.description=аŸб€аОбаМаОб‚б€ аИбб‚аОб€аИаИ аДаЛб б‚б€аЕаКаА +luckperms.usage.log-track-history.argument.track=аИаМб б‚б€аЕаКаА +luckperms.usage.log-track-history.argument.page=аНаОаМаЕб€ бб‚б€аАаНаИб†б‹ аДаЛб аПб€аОбаМаОб‚б€аА +luckperms.usage.sponge.description=а аЕаДаАаКб‚аИб€аОаВаАб‚бŒ аДаОаПаОаЛаНаИб‚аЕаЛбŒаНб‹аЕ аДаАаНаНб‹аЕ Sponge +luckperms.usage.sponge.argument.collection=аНаАаБаОб€ аДаЛб аЗаАаПб€аОбаА +luckperms.usage.sponge.argument.subject=ббƒаБбŠаЕаКб‚ аДаЛб аИаЗаМаЕаНаЕаНаИб +luckperms.usage.sponge-permission-info.description=аŸаОаКаАаЗб‹аВаАаЕб‚ аИаНб„аОб€аМаАб†аИбŽ аО б€аАаЗб€аЕбˆаЕаНаИбб… ббƒаБбŠаЕаКб‚аА +luckperms.usage.sponge-permission-info.argument.contexts=аКаОаНб‚аЕаКбб‚б‹ аДаЛб б„аИаЛбŒб‚б€аАб†аИаИ +luckperms.usage.sponge-permission-set.description=аЃбб‚аАаНаАаВаЛаИаВаАаЕб‚ б€аАаЗб€аЕбˆаЕаНаИаЕ аДаЛб ббƒаБбŠаЕаКб‚аА +luckperms.usage.sponge-permission-set.argument.node=б€аАаЗб€аЕбˆаЕаНаИаЕ аДаЛб бƒбб‚аАаНаОаВаКаИ +luckperms.usage.sponge-permission-set.argument.tristate=аЗаНаАб‡аЕаНаИаЕ аДаЛб бƒбб‚аАаНаОаВаКаИ б€аАаЗб€аЕбˆаЕаНаИб +luckperms.usage.sponge-permission-set.argument.contexts=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНаО аБб‹б‚бŒ бƒбб‚аАаНаОаВаЛаЕаНаО б€аАаЗб€аЕбˆаЕаНаИаЕ +luckperms.usage.sponge-permission-clear.description=аžб‡аИб‰аАаЕб‚ б€аАаЗб€аЕбˆаЕаНаИб ббƒаБбŠаЕаКб‚аА +luckperms.usage.sponge-permission-clear.argument.contexts=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНб‹ аБб‹б‚бŒ аОб‡аИб‰аЕаНб‹ б€аАаЗб€аЕбˆаЕаНаИб +luckperms.usage.sponge-parent-info.description=аŸаОаКаАаЗб‹аВаАаЕб‚ аИаНб„аОб€аМаАб†аИбŽ аО б€аОаДаИб‚аЕаЛбŒбаКаИб… аГб€бƒаПаПаАб… ббƒаБбŠаЕаКб‚аА +luckperms.usage.sponge-parent-info.argument.contexts=аКаОаНб‚аЕаКбб‚б‹ аДаЛб б„аИаЛбŒб‚б€аАб†аИаИ +luckperms.usage.sponge-parent-add.description=а”аОаБаАаВаЛбаЕб‚ б€аОаДаИб‚аЕаЛбŒбаКбƒбŽ аГб€бƒаПаПбƒ ббƒаБбŠаЕаКб‚бƒ +luckperms.usage.sponge-parent-add.argument.collection=аКаОаЛаЛаЕаКб†аИб ббƒаБбŠаЕаКб‚аА, аГаДаЕ б€аОаДаИб‚аЕаЛбŒбаКаИаМ баЛаЕаМаЕаНб‚аОаМ баВаЛбаЕб‚бб ббƒаБбŠаЕаКб‚ +luckperms.usage.sponge-parent-add.argument.subject=аИаМб б€аОаДаИб‚аЕаЛбŒбаКаОаГаО ббƒаБбŠаЕаКб‚аА +luckperms.usage.sponge-parent-add.argument.contexts=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНаА аБб‹б‚бŒ аДаОаБаАаВаЛаЕаНаА б€аОаДаИб‚аЕаЛбŒбаКаАб аГб€бƒаПаПаА +luckperms.usage.sponge-parent-remove.description=аЃаДаАаЛбаЕб‚ б€аОаДаИб‚аЕаЛбŒбаКбƒбŽ аГб€бƒаПаПбƒ бƒ ббƒаБбŠаЕаКб‚аА +luckperms.usage.sponge-parent-remove.argument.collection=аКаОаЛаЛаЕаКб†аИб ббƒаБбŠаЕаКб‚аА, аГаДаЕ б€аОаДаИб‚аЕаЛбŒбаКаИаМ баЛаЕаМаЕаНб‚аОаМ баВаЛбаЕб‚бб ббƒаБбŠаЕаКб‚ +luckperms.usage.sponge-parent-remove.argument.subject=аИаМб б€аОаДаИб‚аЕаЛбŒбаКаОаГаО ббƒаБбŠаЕаКб‚аА +luckperms.usage.sponge-parent-remove.argument.contexts=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНб‹ аБб‹б‚бŒ бƒаДаАаЛаЕаНб‹ б€аОаДаИб‚аЕаЛбŒбаКаИаЕ аГб€бƒаПаПб‹ +luckperms.usage.sponge-parent-clear.description=аžб‡аИб‰аАаЕб‚ б€аОаДаИб‚аЕаЛбŒбаКаИаЕ аГб€бƒаПаПб‹ ббƒаБбŠаЕаКб‚аА +luckperms.usage.sponge-parent-clear.argument.contexts=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНб‹ аБб‹б‚бŒ аОб‡аИб‰аЕаНб‹ б€аОаДаИб‚аЕаЛбŒбаКаИаЕ аГб€бƒаПаПб‹ +luckperms.usage.sponge-option-info.description=аžб‚аОаБб€аАаЖаАаЕб‚ аИаНб„аОб€аМаАб†аИбŽ аОаБ аОаПб†аИбб… ббƒаБбŠаЕаКб‚аА +luckperms.usage.sponge-option-info.argument.contexts=аКаОаНб‚аЕаКбб‚б‹ аДаЛб б„аИаЛбŒб‚б€аАб†аИаИ +luckperms.usage.sponge-option-set.description=аЃбб‚аАаНаАаВаЛаИаВаАаЕб‚ аОаПб†аИбŽ аДаЛб ббƒаБбŠаЕаКб‚аА +luckperms.usage.sponge-option-set.argument.key=аКаЛбŽб‡ аДаЛб бƒбб‚аАаНаОаВаКаИ +luckperms.usage.sponge-option-set.argument.value=аЗаНаАб‡аЕаНаИаЕ аКаЛбŽб‡аА аДаЛб бƒбб‚аАаНаОаВаКаИ +luckperms.usage.sponge-option-set.argument.contexts=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНаА аБб‹б‚бŒ бƒбб‚аАаНаОаВаЛаЕаНаА аОаПб†аИб +luckperms.usage.sponge-option-unset.description=аЁаНаИаМаАаЕб‚ аОаПб†аИаИ бƒ ббƒаБбŠаЕаКб‚аА +luckperms.usage.sponge-option-unset.argument.key=аКаЛбŽб‡ аДаЛб баНбб‚аИб +luckperms.usage.sponge-option-unset.argument.contexts=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНб‹ аБб‹б‚бŒ баНбб‚б‹ аКаЛбŽб‡аИ +luckperms.usage.sponge-option-clear.description=аžб‡аИб‰аАаЕб‚ аОаПб†аИаИ ббƒаБбŠаЕаКб‚аОаВ +luckperms.usage.sponge-option-clear.argument.contexts=аКаОаНб‚аЕаКбб‚б‹, аВ аКаОб‚аОб€б‹б… аДаОаЛаЖаНб‹ аБб‹б‚бŒ аОб‡аИб‰аЕаНб‹ аОаПб†аИаИ diff --git a/plugins/LuckPerms/translations/repository/sk_SK.properties b/plugins/LuckPerms/translations/repository/sk_SK.properties new file mode 100644 index 0000000..9f4dd31 --- /dev/null +++ b/plugins/LuckPerms/translations/repository/sk_SK.properties @@ -0,0 +1,62 @@ +luckperms.logs.actionlog-prefix=ZУZNAMY +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=EXPORTOVAХЄ +luckperms.commandsystem.available-commands=PouХОi {0} pre zobrazenie dostupnУНch prУ­kazov +luckperms.commandsystem.command-not-recognised=PrУ­kaz nebol rozpoznanУН +luckperms.commandsystem.no-permission=NemУЁХЁ dostatoФnУЉ oprУЁvnenia na pouХОitie tohoto prУ­kazu\! +luckperms.commandsystem.usage.sub-commands-header=PodprУ­kazy +luckperms.commandsystem.usage.usage-header=PouХОitie PrУ­kazu +luckperms.commandsystem.usage.arguments-header=Argumenty +luckperms.login.try-again=SkУКs to opУЄХЅ neskУДr, prosУ­m +luckperms.login.unable-to-continue=nemoХОno pokraФovaХЅ +luckperms.duration.unit.years.plural={0} roky +luckperms.duration.unit.years.singular={0} rok +luckperms.duration.unit.years.short={0}r +luckperms.duration.unit.months.plural={0} mesiacov +luckperms.duration.unit.months.singular={0} mesiac +luckperms.duration.unit.months.short={0}m +luckperms.duration.unit.weeks.plural={0} tУНХОdХˆov +luckperms.duration.unit.weeks.singular={0} tУНХОdeХˆ +luckperms.duration.unit.weeks.short={0}t +luckperms.duration.unit.days.plural={0} dnУ­ +luckperms.duration.unit.days.singular={0} deХˆ +luckperms.duration.unit.days.short={0}d +luckperms.duration.unit.hours.plural={0} hodУ­n +luckperms.duration.unit.hours.singular={0} hodina +luckperms.duration.unit.hours.short={0}h +luckperms.duration.unit.minutes.plural={0} minУКt +luckperms.duration.unit.minutes.singular={0} minУКta +luckperms.duration.unit.minutes.short={0}min +luckperms.duration.unit.seconds.plural={0} sekУКnd +luckperms.duration.unit.seconds.singular={0} sekunda +luckperms.duration.unit.seconds.short={0}s +luckperms.duration.since=Pred {0} +luckperms.command.misc.invalid-code=NeplatnУН kУГd +luckperms.command.misc.response-code-key=kУГd odpovede +luckperms.command.misc.error-message-key=sprУЁva +luckperms.command.misc.none=ХНiadne +luckperms.command.misc.loading.error.user-not-online=UХОУ­vateФО {0} nenУ­ online +luckperms.command.editor.apply-edits.success-summary={0} {1} a {2} {3} +luckperms.command.editor.apply-edits.success.additions=doplnky +luckperms.command.editor.apply-edits.success.additions-singular=doplnok +luckperms.command.verbose.enabled-term=povolenУЉ +luckperms.command.verbose.disabled-term=zakУЁzanУЉ +luckperms.command.info.platform-key=Platforma +luckperms.command.info.server-brand-key=ZnaФka serveru +luckperms.command.info.server-version-key=Verzia servera +luckperms.command.info.storage-key=УšloХОisko +luckperms.command.info.storage-type-key=Typ +luckperms.command.info.storage.meta.split-types-key=Typy +luckperms.command.info.storage.meta.ping-key=Ping +luckperms.command.info.storage.meta.connected-key=PripojenУЉ +luckperms.command.info.storage.meta.file-size-key=VeФОkosХЅ sУКboru +luckperms.command.info.extensions-key=RozХЁУ­renia +luckperms.command.info.messaging-key=Odosielanie sprУЁv +luckperms.command.info.instance-key=InХЁtancia +luckperms.command.info.static-contexts-key=StatickУЉ kontexty +luckperms.command.info.online-players-key=Online hrУЁФi +luckperms.command.generic.permission.check.result.result-key=VУНsledok +luckperms.command.generic.permission.check.result.processor-key=Procesor +luckperms.command.generic.permission.check.result.cause-key=PrУ­Фina +luckperms.command.generic.permission.check.result.context-key=Kontext +luckperms.command.generic.chat-meta.info.none-prefix={0} nemУЁ ХОiadne prefixy diff --git a/plugins/LuckPerms/translations/repository/sr_CS.properties b/plugins/LuckPerms/translations/repository/sr_CS.properties new file mode 100644 index 0000000..045b94d --- /dev/null +++ b/plugins/LuckPerms/translations/repository/sr_CS.properties @@ -0,0 +1,480 @@ +luckperms.logs.actionlog-prefix=EVIDENCIJA +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=IZVOZ +luckperms.commandsystem.available-commands=Koristite {0} za pregled dostupnih komandi +luckperms.commandsystem.command-not-recognised=Komanda nije prepoznata +luckperms.commandsystem.no-permission=Nemate dozvolu da koristite tu komandu\! +luckperms.commandsystem.no-permission-subcommands=Nemate dozvolu da koristite potkomande +luckperms.commandsystem.already-executing-command=IzvrХЁava se joХЁ jedna komanda, Фeka se da zavrХЁi... +luckperms.commandsystem.usage.sub-commands-header=Potkomande +luckperms.commandsystem.usage.usage-header=Upotreba komande +luckperms.commandsystem.usage.arguments-header=Argumenti +luckperms.first-time.no-permissions-setup=Izgleda da joХЁ uvek nisu podeХЁene nikakve dozvole\! +luckperms.first-time.use-console-to-give-access=Pre nego da moХОete koristiti bilo koju LuckPerms komandu u igri, morate sebi dati pristup preko konzole +luckperms.first-time.console-command-prompt=Otvorite svoju konzolu i pokrenite +luckperms.first-time.next-step=Nakon ХЁto ste ovo uradili, moХОete poФeti sa definisanjem dodela VaХЁih dozvola i definisanjem grupa +luckperms.first-time.wiki-prompt=Ne znate gde poФeti? Pogledajte ovde\: {0} +luckperms.login.try-again=Molimo pokuХЁajte ponovo kasnije +luckperms.login.loading-database-error=Desila se greХЁka sa bazom podataka pri uФitavanju podataka o dozvolama +luckperms.login.server-admin-check-console-errors=Ako ste administrator servera, molimo proverite je li ima greХЁaka u konzoli +luckperms.login.server-admin-check-console-info=Molimo proverite konzolu servera za joХЁ informacija +luckperms.login.data-not-loaded-at-pre=Podaci o dozvolama za tog korisnika nisu uФitani u fazi pre prijave +luckperms.login.unable-to-continue=nije moguФ‡e nastaviti +luckperms.login.craftbukkit-offline-mode-error=ovo se verovatno deХЁava zbog konflikta izmeФ‘u CraftBukkit-a i podeХЁavanja za online-mode +luckperms.login.unexpected-error=Dogodila se neoФekivana greХЁka prilikom podeХЁavanja VaХЁih podataka o dozvolama +luckperms.opsystem.disabled=Vanilla OP sistem je onemoguФ‡en na ovom serveru +luckperms.opsystem.sponge-warning=Molimo obratite paХОnju da status Server Operator-a ne utiФe na Sponge-ove provere dozvola kada je instaliran plugin za dozvole, morate direktno izmeniti korisniФke podatke +luckperms.duration.unit.years.plural={0} godine +luckperms.duration.unit.years.singular={0} godina +luckperms.duration.unit.years.short={0}g. +luckperms.duration.unit.months.plural={0} meseci +luckperms.duration.unit.months.singular={0} mesec +luckperms.duration.unit.months.short={0}mes. +luckperms.duration.unit.weeks.plural={0} sedmice +luckperms.duration.unit.weeks.singular={0} sedmica +luckperms.duration.unit.weeks.short={0}sd. +luckperms.duration.unit.days.plural={0} dana +luckperms.duration.unit.days.singular={0} dan +luckperms.duration.unit.days.short={0}d +luckperms.duration.unit.hours.plural={0} sati +luckperms.duration.unit.hours.singular={0} sat +luckperms.duration.unit.hours.short={0}h +luckperms.duration.unit.minutes.plural={0} minuta +luckperms.duration.unit.minutes.singular={0} minut +luckperms.duration.unit.minutes.short={0}m +luckperms.duration.unit.seconds.plural={0} sekundi +luckperms.duration.unit.seconds.singular={0} sekund +luckperms.duration.unit.seconds.short={0}s +luckperms.duration.since=pre {0} +luckperms.command.misc.invalid-code=Nevalidan kod +luckperms.command.misc.response-code-key=kod odgovora +luckperms.command.misc.error-message-key=poruka +luckperms.command.misc.bytebin-unable-to-communicate=Nije moguФ‡a komunikacija sa bytebin-om +luckperms.command.misc.webapp-unable-to-communicate=Nije moguФ‡a komunikacija sa web aplikacijom +luckperms.command.misc.check-console-for-errors=Proverite je li ima greХЁaka u konzoli +luckperms.command.misc.file-must-be-in-data=Fajl {0} mora biti direktna datoteka deteta direktorijumu podataka +luckperms.command.misc.wait-to-finish=Molimo saФekajte da se zavrХЁi i pokuХЁajte ponovo +luckperms.command.misc.invalid-priority=Nevalidan prioritet {0} +luckperms.command.misc.expected-number=OФekivan je broj +luckperms.command.misc.date-parse-error=Nije moguФ‡e analizirati datum {0} +luckperms.command.misc.date-in-past-error=Ne moХОete postaviti datum iz proХЁlosti\! +luckperms.command.misc.page=strana {0} od {1} +luckperms.command.misc.page-entries={0} unosa +luckperms.command.misc.none=Nema +luckperms.command.misc.loading.error.unexpected=Dogodila se neoФekivana greХЁka +luckperms.command.misc.loading.error.user=Korisnik nije uФitan +luckperms.command.misc.loading.error.user-specific=Nije mogiФ‡e uФitati traХОenog korisnika {0} +luckperms.command.misc.loading.error.user-not-found=Korisnik za unos {0} nije naФ‘en +luckperms.command.misc.loading.error.user-save-error=Javila se greХЁka pri Фuvanju podataka korisnika {0} +luckperms.command.misc.loading.error.user-not-online=Korisnik {0} nije na mreХОi +luckperms.command.misc.loading.error.user-invalid={0} nije validno korisniФko ime/uuid +luckperms.command.misc.loading.error.user-not-uuid=Unos {0} nije validan uuid korisnika +luckperms.command.misc.loading.error.group=Grupa nije uФitana +luckperms.command.misc.loading.error.all-groups=Nije moguФ‡e uФitati sve grupe +luckperms.command.misc.loading.error.group-not-found=Grupa po imenu {0} nije naФ‘ena +luckperms.command.misc.loading.error.group-save-error=Javila se greХЁka prilikom Фuvanja podataka grupe za unos {0} +luckperms.command.misc.loading.error.group-invalid={0} nije validno ime grupe +luckperms.command.misc.loading.error.track=Put nije uФitan +luckperms.command.misc.loading.error.all-tracks=Nije moguФ‡e uФitati sve puteve +luckperms.command.misc.loading.error.track-not-found=Put po imenu {0} nije naФ‘ena +luckperms.command.misc.loading.error.track-save-error=Javila se greХЁka pri Фuvanju podataka o putu {0} +luckperms.command.misc.loading.error.track-invalid={0} nije validno ime puta +luckperms.command.editor.no-match=Nije moguФ‡e otvoriti editor, ni jedan objekat nije zadovoljio traХОeni tip +luckperms.command.editor.start=Pripremamo novu sesiju editora, molimo saФekajte... +luckperms.command.editor.url=Kliknite na link ispod da otvorite editor +luckperms.command.editor.unable-to-communicate=Nije moguФ‡a komunikacija sa editor-om +luckperms.command.editor.apply-edits.success=Podaci iz web editora za {0} {1} uspeХЁno saФuvani +luckperms.command.editor.apply-edits.success-summary={0} {1} i {2} {3} +luckperms.command.editor.apply-edits.success.additions=dodaci +luckperms.command.editor.apply-edits.success.additions-singular=dodatak +luckperms.command.editor.apply-edits.success.deletions=brisanja +luckperms.command.editor.apply-edits.success.deletions-singular=brisanje +luckperms.command.editor.apply-edits.no-changes=Nijedan ured iz web editora nije saФuvan jer su podaci ostali nepromenjeni +luckperms.command.editor.apply-edits.unknown-type=Nije moguФ‡e primeniti izmenu za odabrani tip objekta +luckperms.command.editor.apply-edits.unable-to-read=Nije moguФ‡e proФitati podatke koristeФ‡i uneti kod +luckperms.command.search.searching.permission=Pretraga korisnika i grupa sa {0} +luckperms.command.search.searching.inherit=Pretraga korisnika i grupa koji nasleФ‘uju iz {0} +luckperms.command.search.result=NaФ‘eno {0} unosa meФ‘u {1} korisnika i {2} grupa +luckperms.command.search.result.default-notice=Obratite paХОnju\: pri pretrazi Фlanova default grupe, offline igraФi bez ijedne druge dozvole neФ‡e biti prikazani\! +luckperms.command.search.showing-users=Prikaz liste korisnika +luckperms.command.search.showing-groups=Prikaz liste grupa +luckperms.command.tree.start=Generisanje stabla dozvola, molimo saФekajte... +luckperms.command.tree.empty=Nije moguФ‡e generisati stablo, nijedan rezultat nije naФ‘en +luckperms.command.tree.url=URL stabla dozvola +luckperms.command.verbose.invalid-filter={0} nije validan verbose filter +luckperms.command.verbose.enabled=Verbose evidencija {0} za provere koje sadrХОe {1} +luckperms.command.verbose.command-exec=Primoravanje {0} da izvrХЁi komandu {1} i izveХЁtaj o svim naФinjenim proverama... +luckperms.command.verbose.off=Verbose evidencija {0} +luckperms.command.verbose.command-exec-complete=IzvrХЁenje komande zavrХЁeno +luckperms.command.verbose.command.no-checks=IzvrХЁavanje komande je dovrХЁeno, ali nije izvrХЁena provera dozvola +luckperms.command.verbose.command.possibly-async=Do ovoga je moХОda zato ХЁto dodatna komponenta pokreФ‡e komande u pozadini (async) +luckperms.command.verbose.command.try-again-manually=I dalje moХОete da koristite verbose ruФno da biste otkrili provere napravljene na ovaj na ovaj +luckperms.command.verbose.enabled-recording=Verbose snimanje {0} za provere koje sadrХОe {1} +luckperms.command.verbose.uploading=Verbose evidencija {0}, otpremanje rezultata... +luckperms.command.verbose.url=URL sa verbose rezultatima +luckperms.command.verbose.enabled-term=omoguФ‡ena +luckperms.command.verbose.disabled-term=onemoguФ‡ena +luckperms.command.verbose.query-any=BILO Х TA +luckperms.command.info.running-plugin=Pokrenut +luckperms.command.info.platform-key=Platforma +luckperms.command.info.server-brand-key=Brend servera +luckperms.command.info.server-version-key=Verzija servera +luckperms.command.info.storage-key=SkladiХЁte +luckperms.command.info.storage-type-key=Tip +luckperms.command.info.storage.meta.split-types-key=Tipovi +luckperms.command.info.storage.meta.ping-key=Ping +luckperms.command.info.storage.meta.connected-key=Povezano +luckperms.command.info.storage.meta.file-size-key=VeliФina fajla +luckperms.command.info.extensions-key=Dodaci +luckperms.command.info.messaging-key=Razmena poruka +luckperms.command.info.instance-key=Instanca +luckperms.command.info.static-contexts-key=StatiФni konteksti +luckperms.command.info.online-players-key=IgraФi na mreХОi +luckperms.command.info.online-players-unique={0} jedinstvenih +luckperms.command.info.uptime-key=Vreme neprekidnog rada +luckperms.command.info.local-data-key=Lokalni podaci +luckperms.command.info.local-data={0} korisnika, {1} grupa, {2} puteva +luckperms.command.generic.create.success={0} uspeХЁno kreirana +luckperms.command.generic.create.error=Javila se greХЁka pri kreiranju {0} +luckperms.command.generic.create.error-already-exists={0} veФ‡ postoji\! +luckperms.command.generic.delete.success={0} uspeХЁno obrisano +luckperms.command.generic.delete.error=Javila se greХЁka pri brisanju {0} +luckperms.command.generic.delete.error-doesnt-exist={0} ne postoji\! +luckperms.command.generic.rename.success={0} je uspeХЁno preimenovano u {1} +luckperms.command.generic.clone.success={0} je uspeХЁno klonirano na {1} +luckperms.command.generic.info.parent.title=Roditeljske grupe +luckperms.command.generic.info.parent.temporary-title=Privremene roditeljske grupe +luckperms.command.generic.info.expires-in=istiФe za +luckperms.command.generic.info.inherited-from=nasleФ‘eno iz +luckperms.command.generic.info.inherited-from-self=sebe +luckperms.command.generic.show-tracks.title={0} na Putevima +luckperms.command.generic.show-tracks.empty={0} nije ni na jednoj putanji +luckperms.command.generic.clear.node-removed={0} dozvola je uklonjeno +luckperms.command.generic.clear.node-removed-singular={0} dozvola je uklonjena +luckperms.command.generic.clear=Dozvole od {0} su obrisane u kontekstu {1} +luckperms.command.generic.permission.info.title=Dozvole od {0} +luckperms.command.generic.permission.info.empty={0} nema nijednu postavljenu dozvolu +luckperms.command.generic.permission.info.click-to-remove=Kliknite za uklanjanje ove dozvole od {0} +luckperms.command.generic.permission.check.info.title=Informacije o dozvolama za {0} +luckperms.command.generic.permission.check.info.directly={0} je {1} postavljena {2} u kontekstu {3} +luckperms.command.generic.permission.check.info.inherited={0} nasleФ‘uje {1} postavljen na {2} od {3} u kontekstu {4} +luckperms.command.generic.permission.check.info.not-directly={0} nema postavljeno {1} +luckperms.command.generic.permission.check.info.not-inherited={0} ne nasleФ‘uje {1} +luckperms.command.generic.permission.check.result.title=Provera permisije za {0} +luckperms.command.generic.permission.check.result.result-key=Rezlutat +luckperms.command.generic.permission.check.result.processor-key=Procesor +luckperms.command.generic.permission.check.result.cause-key=Uzrok +luckperms.command.generic.permission.check.result.context-key=Kontekst +luckperms.command.generic.permission.set={0} postavljeno na {1} za {2} u kontekstu {3} +luckperms.command.generic.permission.already-has={0} veФ‡ ima {1} postavljeno u kontekstu {2} +luckperms.command.generic.permission.set-temp=Postavljeno {0} na {1} za {2} u trajanju od {3} u kontekstu {4} +luckperms.command.generic.permission.already-has-temp={0} veФ‡ ima {1} privremeno postavljeno u kontekstu {2} +luckperms.command.generic.permission.unset=PoniХЁteno {0} za {1} u kontekstu {2} +luckperms.command.generic.permission.doesnt-have={0} nema {1} postavljeno u kontekstu {2} +luckperms.command.generic.permission.unset-temp=PoniХЁtena privremena dozvola {0} za {1} u kontekstu {2} +luckperms.command.generic.permission.subtract=Postavljeno {0} na {1} za {2} u trajanju od {3} u kontekstu {4}, {5} kraФ‡e nego ranije +luckperms.command.generic.permission.doesnt-have-temp={0} nema {1} privremeno postavljeno u kontekstu {2} +luckperms.command.generic.permission.clear=Dozvole od {0} su obrisane u kontekstu {1} +luckperms.command.generic.parent.info.title=Roditeljske grupe od {0} +luckperms.command.generic.parent.info.empty={0} nema definisanu nijednu roditeljsku grupu +luckperms.command.generic.parent.info.click-to-remove=Kliknite za uklanjanje ove roditeljske grupe od {0} +luckperms.command.generic.parent.add={0} sada nasleФ‘uje dozvole iz {1} u kontekstu {2} +luckperms.command.generic.parent.add-temp={0} sada nasleФ‘uje dozvole iz {1} u trajanju od {2} u kontekstu {3} +luckperms.command.generic.parent.set=Korisniku {0} su obrisane sve postojeФ‡e roditeljske grupe i sada samo nasleФ‘uje {1} u kontekstu {2} +luckperms.command.generic.parent.set-track=Korisniku {0} su obrisane sve postojeФ‡e roditeljske grupe sa puta {1} i sada samo nasleФ‘uje {2} u kontekstu {3} +luckperms.command.generic.parent.remove={0} viХЁe ne nasleФ‘uje dozvole iz {1} u kontekstu {2} +luckperms.command.generic.parent.remove-temp={0} viХЁe ne privremeno nasleФ‘uje dozvole iz {1} u kontekstu {2} +luckperms.command.generic.parent.subtract={0} sada nasleФ‘uje dozvole iz {1} u trajanju od {2} u kontekstu {3}, {4} kraФ‡e nego ranije +luckperms.command.generic.parent.clear=Roditeljske grupe od {0} su obrisane u kontekstu {1} +luckperms.command.generic.parent.clear-track=Roditeljske grupe od {0} na putu {1} su obrisane u kontekstu {2} +luckperms.command.generic.parent.already-inherits={0} veФ‡ nasleФ‘uje iz {1} u kontekstu {2} +luckperms.command.generic.parent.doesnt-inherit={0} ne nasleФ‘uje iz {1} u kontekstu {2} +luckperms.command.generic.parent.already-temp-inherits={0} veФ‡ privremeno nasleФ‘uje iz {1} u kontekstu {2} +luckperms.command.generic.parent.doesnt-temp-inherit={0} ne privremeno nasleФ‘uje iz {1} u kontekstu {2} +luckperms.command.generic.chat-meta.info.title-prefix=Prefiksi od {0} +luckperms.command.generic.chat-meta.info.title-suffix=Sufiksi od {0} +luckperms.command.generic.chat-meta.info.none-prefix={0} nema prefikse +luckperms.command.generic.chat-meta.info.none-suffix={0} nema sufikse +luckperms.command.generic.chat-meta.info.click-to-remove=Kliknite za uklanjanje {0} od {1} +luckperms.command.generic.chat-meta.already-has={0} veФ‡ ima {1} {2} postavljeno na prioritet {3} u kontekstu {4} +luckperms.command.generic.chat-meta.already-has-temp={0} veФ‡ privremeno ima {1} {2} postavljeno na prioritet {3} u kontekstu {4} +luckperms.command.generic.chat-meta.doesnt-have={0} nema {1} {2} postavljeno na prioritet {3} u kontekstu {4} +luckperms.command.generic.chat-meta.doesnt-have-temp={0} nema privremeno {1} {2} postavljeno na prioritet {3} u kontekstu {4} +luckperms.command.generic.chat-meta.add={0} je imao {1} {2} postavljeno na prioritet {3} u kontekstu {4} +luckperms.command.generic.chat-meta.add-temp={0} je imao {1} {2} postavljeno na prioritet {3} u trajanju od {4} u kontekstu {5} +luckperms.command.generic.chat-meta.remove=Od {0} je uklonjeno {1} {2} postavljeno na prioritet {3} u kontekstu {4} +luckperms.command.generic.chat-meta.remove-bulk=Od {0} su uklonjene sve {1} postavljene na prioritet {2} u kontekstu {3} +luckperms.command.generic.chat-meta.remove-temp=Od {0} je uklonjeno privremeno {1} {2} postavljeno na prioritet {3} u kontekstu {4} +luckperms.command.generic.chat-meta.remove-temp-bulk=Od {0} je uklonjeno svo privremeno {1} prioriteta {2} u kontekstu {3} +luckperms.command.generic.meta.info.title=Meta od {0} +luckperms.command.generic.meta.info.none={0} nema metu +luckperms.command.generic.meta.info.click-to-remove=Kliknite za uklanjanje ovog meta unosa od {0} +luckperms.command.generic.meta.already-has={0} veФ‡ ima meta kljuФ {1} postavljen na {2} u kontekstu {3} +luckperms.command.generic.meta.already-has-temp={0} veФ‡ ima meta kljuФ {1} privremeno postavljen na {2} u kontekstu {3} +luckperms.command.generic.meta.doesnt-have={0} nema meta kljuФ {1} postavljen u kontekstu {2} +luckperms.command.generic.meta.doesnt-have-temp={0} nema meta kljuФ {1} privremeno postavljen u kontekstu {2} +luckperms.command.generic.meta.set=Meta kljuФ {0} postavljen na {1} za {2} u kontekstu {3} +luckperms.command.generic.meta.set-temp=Meta kljuФ {0} postavljen na {1} za {2} u trajanju od {3} u kontekstu {4} +luckperms.command.generic.meta.unset=PoniХЁten meta kljuФ {0} za {1} u kontekstu {2} +luckperms.command.generic.meta.unset-temp=PoniХЁten privremeni meta kljuФ {0} za {1} u kontekstu {2} +luckperms.command.generic.meta.clear=Meta od {0} koja se poklapa s tipom {1} je obrisana u kontekstu {2} +luckperms.command.generic.contextual-data.title=Kontekstualni podaci +luckperms.command.generic.contextual-data.mode.key=reХОim +luckperms.command.generic.contextual-data.mode.server=server +luckperms.command.generic.contextual-data.mode.active-player=aktivan igraФ +luckperms.command.generic.contextual-data.contexts-key=Konteksti +luckperms.command.generic.contextual-data.prefix-key=Prefiks +luckperms.command.generic.contextual-data.suffix-key=Sufiks +luckperms.command.generic.contextual-data.primary-group-key=Primarna grupa +luckperms.command.generic.contextual-data.meta-key=Meta +luckperms.command.generic.contextual-data.null-result=Nema +luckperms.command.user.info.title=Informacije o korisniku +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=tip +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=offline +luckperms.command.user.info.status-key=Status +luckperms.command.user.info.status.online=Na mreХОi +luckperms.command.user.info.status.offline=Offline +luckperms.command.user.removegroup.error-primary=Ne moХОete ukloniti korisnika iz njegove primarne grupe +luckperms.command.user.primarygroup.not-member={0} nije bio Фlan {1}, dodaje se sad +luckperms.command.user.primarygroup.already-has={0} veФ‡ ima {1} postavljenu kao primarnu grupu +luckperms.command.user.primarygroup.warn-option=Oprez\: Metoda raФunanja primarne grupe koju server koristi ({0}) moХОda neФ‡e odraziti ovu promenu +luckperms.command.user.primarygroup.set=Primarna grupa od {0} je postavljena na {1} +luckperms.command.user.track.error-not-contain-group={0} nije ni u jednou grupi iz {1} +luckperms.command.user.track.unsure-which-track=Nismo sigurni koji put da izaberemo, molimo navedite ga kao argument +luckperms.command.user.track.missing-group-advice=Ili kreirajte grupu ili je uklonite sa puta i pokuХЁajte ponovo +luckperms.command.user.promote.added-to-first={0} nije ni u jednoj grupi trake {1}, pa je dodat u prvu grupu, {2} u kontekstu {3} +luckperms.command.user.promote.not-on-track={0} nije ni u jednoj grupi trake {1}, pa nije unapreФ‘en +luckperms.command.user.promote.success=Unapredjivanje {0} sa putanje {1} iz {2} u grupu {3} u kontekstu {4} +luckperms.command.user.promote.end-of-track=Dosegnut je kraj putanje {0}, nije moguФ‡e unaprediti {1} +luckperms.command.user.promote.next-group-deleted=Sledeca grupa, {0}, viХЁe ne postoji na putanji +luckperms.command.user.promote.unable-to-promote=Nije moguФ‡e unaprediti korisnika +luckperms.command.user.demote.success=Vracanje {0} sa putanje {1} iz {2} na niХОu grupu {3} u kontekstu {4} +luckperms.command.user.demote.end-of-track=Dosegnut je kraj putanje {0}, pa je {1} uklonjen iz {2} +luckperms.command.user.demote.end-of-track-not-removed=Dosegnut je kraj putanje {0}, ali {1} nije uklonjen iz prve grupe +luckperms.command.user.demote.previous-group-deleted=Prethodna grupa, {0}, viХЁe ne postoji na putanji +luckperms.command.user.demote.unable-to-demote=Nije moguФ‡e sniziti rank tom korisniku +luckperms.command.group.list.title=Grupe +luckperms.command.group.delete.not-default=Ne moХОete obrisati default grupu +luckperms.command.group.info.title=Informacije o grupi +luckperms.command.group.info.display-name-key=Ime za prikaz +luckperms.command.group.info.weight-key=TeХОina +luckperms.command.group.setweight.set=Postavljena teХОina na {0} za grupu {1} +luckperms.command.group.setdisplayname.doesnt-have={0} nema postavljeno ime prikaza +luckperms.command.group.setdisplayname.already-has={0} veФ‡ ima ime za prikaz {1} +luckperms.command.group.setdisplayname.already-in-use=Ime za prikaz {0} je veФ‡ u upotrebi od strane {1} +luckperms.command.group.setdisplayname.set=Postavljeno ime za prikaz na {0} za grupu {1} u kontekstu {2} +luckperms.command.group.setdisplayname.removed=Uklonjeno ime za prikaz grupe {0} u kontekstu {1} +luckperms.command.track.list.title=Putevi +luckperms.command.track.path.empty=Nema +luckperms.command.track.info.showing-track=Prikaz Putanje +luckperms.command.track.info.path-property=Putanja +luckperms.command.track.clear=Grupe sa puta {0} su obrisane +luckperms.command.track.append.success=Grupa {0} je dodata na putu{1} +luckperms.command.track.insert.success=Grupa {0} je ubaФena na put {1} na poziciji {2} +luckperms.command.track.insert.error-number=OФekivali smo broj ali smo dobili\: {0} +luckperms.command.track.insert.error-invalid-pos=Nije moguФ‡e ubaciti na poziciji {0} +luckperms.command.track.insert.error-invalid-pos-reason=nevalidna pozicija +luckperms.command.track.remove.success=Grupa {0} je uklonjena sa puta {1} +luckperms.command.track.error-empty=Nije moguФ‡e koristiti putanju {0} jer ili je prazna ili sadrХОi samo jednu grupu +luckperms.command.track.error-multiple-groups={0} je Фlan viХЁe grupa na ovom putu +luckperms.command.track.error-ambiguous=Nije moguФ‡e utvrditi lokaciju +luckperms.command.track.already-contains={0} veФ‡ sadrХОi {1} +luckperms.command.track.doesnt-contain={0} ne sadrХОi {1} +luckperms.command.log.load-error=Evidencija se ne moХОe uФitati +luckperms.command.log.invalid-page=Nevalidan broj strane +luckperms.command.log.invalid-page-range=Molimo unesite vrednost izmeФ‘u {0} i {1} +luckperms.command.log.empty=Nema evidencionih unosa za prikaz +luckperms.command.log.notify.error-console=Nije moguФ‡e ukljuФiti ili iskljuФiti obaveХЁtenja za konzolu +luckperms.command.log.notify.enabled-term=OmoguФ‡en +luckperms.command.log.notify.disabled-term=OnemoguФ‡en +luckperms.command.log.notify.changed-state={0} logging izlaz +luckperms.command.log.notify.already-on=VeФ‡ dobijate obaveХЁtenja +luckperms.command.log.notify.already-off=Trenutno ne dobijate obaveХЁtenja +luckperms.command.log.notify.invalid-state=Stanje nepoznato. OФekivan unos {0} ili {1} +luckperms.command.log.show.search=Prikaz skorih radnji za upit {0} +luckperms.command.log.show.recent=Prikaz skorih radnji +luckperms.command.log.show.by=Prikaz skorih radnji od strane {0} +luckperms.command.log.show.history=Prikaz istorije za {0} {1} +luckperms.command.export.error-term=GreХЁka +luckperms.command.export.already-running=Proces izvoza je veФ‡ u toku +luckperms.command.export.file.already-exists=Fajl {0} veФ‡ postoji +luckperms.command.export.file.not-writable=Fajl {0} je nezapisljiv +luckperms.command.export.file.success=UspeХЁno izvezeno u {0} +luckperms.command.export.file-unexpected-error-writing=Dogodila se neoФekivana greХЁka prilikom pisanja u fajl +luckperms.command.export.web.export-code=Izvozni kod +luckperms.command.export.web.import-command-description=Koristite sledeФ‡u komandu za uvoz +luckperms.command.import.term=Uvoz +luckperms.command.import.error-term=GreХЁka +luckperms.command.import.already-running=Proces uvoza je veФ‡ u toku +luckperms.command.import.file.doesnt-exist=Fajl {0} ne postoji +luckperms.command.import.file.not-readable=Fajl {0} je neproФitljiv +luckperms.command.import.file.unexpected-error-reading=Dogodila se neoФekivana greХЁka prilikom Фitanja iz uvezenog fajla +luckperms.command.import.file.correct-format=je li to taФan format? +luckperms.command.import.web.unable-to-read=Nije moguФ‡e proФitati podatke koristeФ‡i uneti kod +luckperms.command.import.progress.percent={0}% gotovo +luckperms.command.import.progress.operations={0}/{1} radnji gotovo +luckperms.command.import.starting=PoФinjemo proces uvoza +luckperms.command.import.completed=GOTOVO +luckperms.command.import.duration=bilo je potrebno {0} sekundi +luckperms.command.bulkupdate.must-use-console=Komanda za masovno aХОuriranje se moХОe koristiti samo preko konzole +luckperms.command.bulkupdate.invalid-data-type=Nevalidan tip, oФekivano unos {0} +luckperms.command.bulkupdate.invalid-constraint=Nevalidno ograniФenje {0} +luckperms.command.bulkupdate.invalid-constraint-format=OgraniФenja treba da budu u formatu {0} +luckperms.command.bulkupdate.invalid-comparison=Nevalidan operator uporeФ‘ivanja {0} +luckperms.command.bulkupdate.invalid-comparison-format=OФekivano neХЁto od sledeФ‡eg\: {0} +luckperms.command.bulkupdate.queued=Radnja masovnog aХОuriranja je dodata u red +luckperms.command.bulkupdate.confirm=Koristite {0} za izvrХЁenje aХОuriranja +luckperms.command.bulkupdate.unknown-id=Radnja sa ID-em {0} ne postoji ili je istekla +luckperms.command.bulkupdate.starting=Pokretanje masovnog aХОuriranja +luckperms.command.bulkupdate.success=Masovno aХОuriranje uspeХЁno gotovo +luckperms.command.bulkupdate.success.statistics.nodes=Ukupan broj zahvaФ‡enih dozvola +luckperms.command.bulkupdate.success.statistics.users=Ukupan broj zahvaФ‡enih korisnika +luckperms.command.bulkupdate.success.statistics.groups=Ukupan broj zahvaФ‡enih grupa +luckperms.command.bulkupdate.failure=Masovno aХОuriranje neuspelo, proverite je li ima greХЁaka u konzoli +luckperms.command.update-task.request=AХОuriranja je zatraХОeno, molimo saФekajte +luckperms.command.update-task.complete=AХОuriranje zavrХЁeno +luckperms.command.update-task.push.attempting=Sada pokuХЁavamo poslati promene na druge servere +luckperms.command.update-task.push.complete=Drugi serveri su uspeХЁno obaveХЁteni koristeФ‡i {0} +luckperms.command.update-task.push.error=GreХЁka pri slanju promena drugim serverima +luckperms.command.update-task.push.error-not-setup=Nije moguФ‡e poslati promene drugim sercerima jer servis slanja poruka nije konfigurisan +luckperms.command.reload-config.success=Konfiguracioni fajl ponovo uФitan +luckperms.command.reload-config.restart-note=neke opcije Ф‡e se primeniti tek nakon restarta servera +luckperms.command.translations.searching=Pretraga dostupnih prevoda, molimo saФekajte... +luckperms.command.translations.searching-error=Nije moguФ‡e dobiti listu dostupnih prevoda +luckperms.command.translations.installed-translations=Instalirani prevodi +luckperms.command.translations.available-translations=Dostupni prevodi +luckperms.command.translations.percent-translated={0}% prevedeno +luckperms.command.translations.translations-by=od +luckperms.command.translations.installing=Instaliranje prevoda, molimo saФekajte... +luckperms.command.translations.download-error=Nije moguФ‡e preuzeti prevod na {0} +luckperms.command.translations.installing-specific=Instalacija jezika {0}... +luckperms.command.translations.install-complete=Instalacija gotova +luckperms.command.translations.download-prompt=Korisite {0} kako biste preuzeli i instalirali aktuelne verzije ovih prevoda koje je pruХОila zajednica +luckperms.command.translations.download-override-warning=Molimo ustanovite da Ф‡e ovo nadjaФati sve promene koje ste napravili vezane za ove jezike +luckperms.usage.user.description=Komplet komandi za upravljanje korisnicima u sklopu LuckPerms-a. ("Korisnik" u LuckPerms-u je u stvari igraФ, i moХОe znaФiti UUID ili username) +luckperms.usage.group.description=Komplet komandi za upravljanje grupama u sklopu LuckPerms-a. Grupe su u stvari skupine dozvola koje mogu biti dodeljene korisnicima. Nove grupe se prave komandom "creategroup". +luckperms.usage.track.description=Skup komandi za upravljanje putevima u sklopu LuckPerms-a. Putevi su skupovi grupa koji se mogu koristiti za progresivno unapreФ‘enje ili snizenje ranka. +luckperms.usage.log.description=Komplet komandi za upravljanje funkcionalnoХЁФ‡u evidencije u sklopu LuckPerms-a. +luckperms.usage.sync.description=Ponovo uФitava sve podatke iz skladiХЁta plugin-a u memoriju, i primenjuje sve uoФene promene. +luckperms.usage.info.description=Ispisuje opХЁte informacije o aktivnoj instanci plugin-a. +luckperms.usage.editor.description=Kreira novu sesiju web editor-a +luckperms.usage.editor.argument.type=tipove za uФitati na editor. ("svi", "korisnici" ili "grupe") +luckperms.usage.editor.argument.filter=dozvola po kojoj treba filtrirati unose korisnika +luckperms.usage.verbose.description=KontroliХЁe sistem nadgledanja plugin-ove evidencije dozvola. +luckperms.usage.verbose.argument.action=je li treba omoguФ‡iti/onemoguФ‡iti evidenciju, ili otpremiti izlaz evidencije +luckperms.usage.verbose.argument.filter=filter po kojem treba svrstati unose +luckperms.usage.verbose.argument.commandas=igraФ/komanda za pokrenuti +luckperms.usage.tree.description=GeneriХЁe pregled stabla (hijerarhijski poreФ‘ano) svih dozvola poznatih LuckPerms-u. +luckperms.usage.tree.argument.scope=koren drveta. navedite "." da obuhvatite sve dozvole +luckperms.usage.tree.argument.player=ime igraФa na mreХОi za kog treba proveriti +luckperms.usage.search.description=PretraХОuje sve korisnike/grupe sa posebnom permisijom +luckperms.usage.search.argument.permission=dozvola za pretraХОiti +luckperms.usage.search.argument.page=strana za pregled +luckperms.usage.network-sync.description=Sinhronizujte promjene sa skladiХЁtem i zatraХОite da ostali serveri na mreХОi urade isto +luckperms.usage.import.description=Uvezi podatke sa(prethodno napravljenim) izlaznim fajlom +luckperms.usage.import.argument.file=fajl iz kojeg se uvozi +luckperms.usage.import.argument.replace=zameni postojece podatke umesto spajanja +luckperms.usage.import.argument.upload=otpremite podatke sa prethodnog izvoza +luckperms.usage.export.description=Izvedite sve podatke permisija na ''izvozni'' fajl. MoХОe se ponovo uvesti kasnije. +luckperms.usage.export.argument.file=fajl u koji treba izvesti +luckperms.usage.export.argument.without-users=odstranite korisnike iz izvoza +luckperms.usage.export.argument.without-groups=odstranite grupe iz izvoza +luckperms.usage.export.argument.upload=Otpremite sve permisije podataka na webeditor. MoХОe se ponovo uvesti kasnije. +luckperms.usage.reload-config.description=Ponovo uФitajte neke od konfiguracionih opcija +luckperms.usage.bulk-update.description=IzvrХЁite veФ‡u promenu upita na svim podacima +luckperms.usage.bulk-update.argument.data-type=vrsta podataka koji se menjaju. (''svi'', ''korisnici'' ili ''grupe'') +luckperms.usage.bulk-update.argument.action=akcija koju izvrХЁavate na podacima. (''aХОurirati'' ili ''obrisati) +luckperms.usage.bulk-update.argument.action-field=Oblast na kojoj se djeluje. Potrebno samo za ''aХОuriranje''. (''permisija'', ''server'' ili ''svet'') +luckperms.usage.bulk-update.argument.action-value=vrednost sa kojom nadomeХЁtate. potrebno samo za ''aХОuriranje''. +luckperms.usage.bulk-update.argument.constraint=ograniФenje potrebno za aХОuriranje +luckperms.usage.translations.description=Upravljajte prevodima +luckperms.usage.translations.argument.install=potkomanda za instaliranje prevoda +luckperms.usage.apply-edits.description=Primenjuje promene permisija napravljene sa web editora +luckperms.usage.apply-edits.argument.code=jedinstven kod za podatke +luckperms.usage.apply-edits.argument.target=na koga primeniti podatke +luckperms.usage.create-group.description=Kreirajte novu grupu +luckperms.usage.create-group.argument.name=ime grupe +luckperms.usage.create-group.argument.weight=teХОina grupe +luckperms.usage.create-group.argument.display-name=ime za prikaz grupe +luckperms.usage.delete-group.description=ObriХЁite grupu +luckperms.usage.delete-group.argument.name=ime grupe +luckperms.usage.list-groups.description=Izlistajte sve grupe na platformi +luckperms.usage.create-track.description=Kreirajte novi put +luckperms.usage.create-track.argument.name=naziv puta +luckperms.usage.delete-track.description=ObriХЁite put +luckperms.usage.delete-track.argument.name=naziv puta +luckperms.usage.list-tracks.description=Izlistajte sve trake na platformi +luckperms.usage.user-info.description=Pokazuje informacije o korisniku +luckperms.usage.user-switchprimarygroup.description=Menja primarnu grupu korisnika +luckperms.usage.user-switchprimarygroup.argument.group=grupa za preФ‡i +luckperms.usage.user-promote.description=UnapreФ‘uje korisnika na sledecu grupu sa putanje +luckperms.usage.user-promote.argument.track=putanja sa koje unapredjujete korisnika +luckperms.usage.user-promote.argument.context=konteksti po kojima unaprediti korisnika +luckperms.usage.user-promote.argument.dont-add-to-first=promoviХЁite korisnika samo ako je na stazi +luckperms.usage.user-demote.description=Vraca korisnika na niХОu grupu sa putanje +luckperms.usage.user-demote.argument.track=putanja sa koje degradirate korisnika +luckperms.usage.user-demote.argument.context=konteksti po kojima degradirate korisnika +luckperms.usage.user-demote.argument.dont-remove-from-first=spreФite korisnika od uklanjanja iz prve grupe +luckperms.usage.user-clone.description=Klonirajte korisnika +luckperms.usage.user-clone.argument.user=ime/uuid korisnika u kojeg se klonira +luckperms.usage.group-info.description=Daje informacije o grupi +luckperms.usage.group-listmembers.description=Pokazuje korisnike/grupe koje nasledjuju iz ove grupe +luckperms.usage.group-listmembers.argument.page=strana za pregled +luckperms.usage.group-setweight.description=Postavite grupinu teХОinu +luckperms.usage.group-setweight.argument.weight=teХОina za postaviti +luckperms.usage.group-set-display-name.description=Postavite ime za prikaz grupe +luckperms.usage.group-set-display-name.argument.name=ime za postaviti +luckperms.usage.group-set-display-name.argument.context=konteksti u kojima Ф‡ete postaviti ime +luckperms.usage.group-rename.description=Preimenujte grupu +luckperms.usage.group-rename.argument.name=novo ime +luckperms.usage.group-clone.description=Klonirajte grupu +luckperms.usage.group-clone.argument.name=ime grupe na koju klonirati +luckperms.usage.holder-editor.description=Otvara web editor dozvola +luckperms.usage.holder-showtracks.description=Prikazuje sve puteve na kojima je objekat +luckperms.usage.holder-clear.description=Uklanja sve dozvole, roditeljske grupe i metu +luckperms.usage.holder-clear.argument.context=kontekste filtriranja po +luckperms.usage.permission.description=Izmenite dozvole +luckperms.usage.parent.description=Izmenite nasleФ‘a +luckperms.usage.meta.description=Izmenite metadata vrednosti +luckperms.usage.permission-info.description=Izlistava unose dozvola koje objekat poseduje +luckperms.usage.permission-info.argument.page=strana za videti +luckperms.usage.permission-info.argument.sort-mode=kako sortirati unose +luckperms.usage.permission-set.description=Postavlja dozvolu objektu +luckperms.usage.permission-set.argument.node=unos dozvole za postaviti +luckperms.usage.permission-set.argument.value=vrednost unosa +luckperms.usage.permission-set.argument.context=kontekste u koje treba dodati dozvolu +luckperms.usage.permission-unset.description=OtpuХЁavanje dozvole za objekat +luckperms.usage.permission-clear.description=BriХЁe sve dozvole +luckperms.usage.parent-set-track.description=Ukllanja sve ostale grupe koje objekt nasledjuje sa trenutnog puta i dodaje ih na onaj unet put +luckperms.usage.parent-set-track.argument.track=put na koji se postavllja +luckperms.usage.parent-clear-track.description=Brise sve roditelje unetog puta +luckperms.usage.parent-clear-track.argument.track=put sa kojeg se uklanja +luckperms.usage.parent-clear-track.argument.context=kontekste filtriranja po +luckperms.usage.meta-settemp.argument.key=kljuФ za postaviti +luckperms.usage.meta-settemp.argument.value=vrednost za postaviti +luckperms.usage.meta-settemp.argument.duration=vreme do isteka meta vrednosti +luckperms.usage.meta-addprefix.description=Dodaje prefiks +luckperms.usage.meta-addsuffix.description=Dodaje sufiks +luckperms.usage.meta-setprefix.description=Postavlja prefiks +luckperms.usage.meta-setsuffix.description=Postavlja sufiks +luckperms.usage.meta-removeprefix.description=Uklanja prefiks +luckperms.usage.meta-removesuffix.description=Uklanja sufiks +luckperms.usage.track-info.description=Ispisuje informacije o putu +luckperms.usage.track-editor.description=Otvara web editor dozvola +luckperms.usage.track-append.description=Dodaje grupu na kraju puta +luckperms.usage.track-append.argument.group=grupa za dopuniti +luckperms.usage.track-insert.description=Dodaje grupu na u neto mesto puta +luckperms.usage.track-insert.argument.group=grupa za dodati +luckperms.usage.track-insert.argument.position=mesto na koje se ubacuje grupu (1 je prva pozicija na putu) +luckperms.usage.track-remove.description=Uklanja grupu sa puta +luckperms.usage.track-remove.argument.group=grupa za izbrisati +luckperms.usage.track-clear.description=Uklanja sve grupe sa puta +luckperms.usage.track-rename.description=Promeni ime puta +luckperms.usage.track-rename.argument.name=novo ime +luckperms.usage.track-clone.description=Klonirajte put +luckperms.usage.track-clone.argument.name=ime puta na koji klonirati +luckperms.usage.log-track-history.description=Vidi istoriju puta +luckperms.usage.log-track-history.argument.track=naziv puta +luckperms.usage.log-track-history.argument.page=broj strane za pregled diff --git a/plugins/LuckPerms/translations/repository/status.json b/plugins/LuckPerms/translations/repository/status.json new file mode 100644 index 0000000..526a380 --- /dev/null +++ b/plugins/LuckPerms/translations/repository/status.json @@ -0,0 +1,3 @@ +{ + "lastRefresh": 1656538715098 +} \ No newline at end of file diff --git a/plugins/LuckPerms/translations/repository/sv_SE.properties b/plugins/LuckPerms/translations/repository/sv_SE.properties new file mode 100644 index 0000000..99b6c6e --- /dev/null +++ b/plugins/LuckPerms/translations/repository/sv_SE.properties @@ -0,0 +1,349 @@ +luckperms.logs.actionlog-prefix=LOGG +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=EXPORT +luckperms.commandsystem.available-commands=AnvУЄnd {0} fУЖr att se tillgУЄngliga kommandon +luckperms.commandsystem.command-not-recognised=OkУЄnt kommando +luckperms.commandsystem.no-permission=Du har inte tillУЅtelse att anvУЄnda detta kommando\! +luckperms.commandsystem.no-permission-subcommands=Du har inte tillУЅtelse att anvУЄnda nУЅgra underordnade kommandon +luckperms.commandsystem.already-executing-command=Ett annat kommando kУЖrs just nu, var god och vУЄnta... +luckperms.commandsystem.usage.sub-commands-header=Underordnade Kommandon +luckperms.commandsystem.usage.usage-header=Kommando AnvУЄndning +luckperms.commandsystem.usage.arguments-header=Argument +luckperms.first-time.no-permissions-setup=Det verkar som att inga behУЖrigheter har installerats УЄn\! +luckperms.first-time.use-console-to-give-access=Innan du kan anvУЄnda nУЅgra kommandon av LuckPerms i spelet, sУЅ bУЖr du anvУЄnda konsolen fУЖr att ge dig sjУЄlv behУЖrighet +luckperms.first-time.console-command-prompt=У–ppna konsolen och kУЖr +luckperms.first-time.next-step=Efter att du har avklarat det, sУЅ kan dУЅ bУЖrja att behandla behУЖrigheter och grupper +luckperms.first-time.wiki-prompt=OsУЄker pУЅ var du ska bУЖrja? Kolla hУЄr\: {0} +luckperms.login.try-again=FУЖrsУЖk igen senare +luckperms.login.loading-database-error=Ett databasfel intrУЄffade vid laddning av behУЖrighetsdata +luckperms.login.server-admin-check-console-errors=Om du УЄr en server administratУЖr, kontrollera konsolen fУЖr eventuella fel +luckperms.login.server-admin-check-console-info=VУЄnligen kontrollera server konsolen fУЖr mer information +luckperms.login.data-not-loaded-at-pre=BehУЖrighetsdata fУЖr din anvУЄndare kunde inte laddas under fУЖr-inloggningsstadiet +luckperms.login.unable-to-continue=kan inte fУЖrsУЄtta +luckperms.login.craftbukkit-offline-mode-error=detta beror sannolikt pУЅ en konflikt mellan CraftBukkit och online-mode instУЄllningen +luckperms.login.unexpected-error=Ett ovУЄntat fel intrУЄffade nУЄr dina behУЖrighetsdata skulle stУЄllas in +luckperms.opsystem.disabled=Det vanliga OP systemet УЄr inaktiverat pУЅ servern +luckperms.opsystem.sponge-warning=Observera att Server Operator status inte har nУЅgon effekt pУЅ Sponge permission checks nУЄr ett permissionplugin УЄr installerat, du mУЅste redigera anvУЄndardata direkt +luckperms.duration.unit.years.plural={0} УЅr +luckperms.duration.unit.years.singular={0} УЅr +luckperms.duration.unit.years.short={0}УЅ +luckperms.duration.unit.months.plural={0} mУЅnader +luckperms.duration.unit.months.singular={0} mУЅnad +luckperms.duration.unit.months.short={0} mУЅn +luckperms.duration.unit.weeks.plural={0} veckor +luckperms.duration.unit.weeks.singular={0} vecka +luckperms.duration.unit.weeks.short={0}v +luckperms.duration.unit.days.plural={0} dagar +luckperms.duration.unit.days.singular={0} dag +luckperms.duration.unit.days.short={0}d +luckperms.duration.unit.hours.plural={0} timmar +luckperms.duration.unit.hours.singular={0} timma +luckperms.duration.unit.hours.short={0}t +luckperms.duration.unit.minutes.plural={0} minuter +luckperms.duration.unit.minutes.singular={0} minut +luckperms.duration.unit.minutes.short={0}m +luckperms.duration.unit.seconds.plural={0} sekunder +luckperms.duration.unit.seconds.singular={0} sekund +luckperms.duration.unit.seconds.short={0}s +luckperms.duration.since={0} sedan +luckperms.command.misc.invalid-code=Ogiltig kod +luckperms.command.misc.response-code-key=svarskod +luckperms.command.misc.error-message-key=meddelande +luckperms.command.misc.bytebin-unable-to-communicate=Det gick inte att kommunicera med bytebin +luckperms.command.misc.webapp-unable-to-communicate=Det gick inte att kommunicera med webappen +luckperms.command.misc.check-console-for-errors=Kontrollera konsolen efter error +luckperms.command.misc.file-must-be-in-data=Filen {0} mУЅste vara direkt underordnad fУЖr datakatalogen +luckperms.command.misc.wait-to-finish=VУЄnta pУЅ att den ska slutfУЖras och fУЖrsУЖk igen +luckperms.command.misc.invalid-priority=Ogiltig prioritet {0} +luckperms.command.misc.expected-number=FУЖrvУЄntade ett tal +luckperms.command.misc.date-parse-error=Kunde inte tolka datumet {0} +luckperms.command.misc.date-in-past-error=Du kan inte stУЄlla in ett datum i fУЖrflutnan\! +luckperms.command.misc.page=sida {0} av {1} +luckperms.command.misc.page-entries={0} poster +luckperms.command.misc.none=Inget +luckperms.command.misc.loading.error.unexpected=Ett okУЄnt fel uppstod +luckperms.command.misc.loading.error.user=AnvУЄndaren УЄr inte laddad +luckperms.command.misc.loading.error.user-specific=Kunde inte ladda anvУЄndaren {0} +luckperms.command.misc.loading.error.user-not-found=En anvУЄndare fУЖr {0} hittades inte +luckperms.command.misc.loading.error.user-save-error=Ett fel uppstod nУЄr anvУЄndardata skulle sparas fУЖr {0} +luckperms.command.misc.loading.error.user-not-online=AnvУЄndaren {0} УЄr inte online +luckperms.command.misc.loading.error.user-invalid={0} УЄr inte ett giltigt anvУЄndarnamn/uuid +luckperms.command.misc.loading.error.user-not-uuid=AnvУЄndaren {0} УЄr inte ett giltigt uuid +luckperms.command.misc.loading.error.group=Gruppen lУЄstes inte in +luckperms.command.misc.loading.error.all-groups=Det gУЅr inte att lУЄsa in alla grupper +luckperms.command.misc.loading.error.group-not-found=En grupp med namnet {0} kunde inte hittas +luckperms.command.misc.loading.error.group-save-error=Det gick inte att spara gruppdata fУЖr {0} +luckperms.command.misc.loading.error.group-invalid={0} УЄr inte ett giltigt gruppnamn +luckperms.command.misc.loading.error.track=SpУЅret УЄr inte laddat +luckperms.command.misc.loading.error.all-tracks=Kunde inte ladda alla spУЅr +luckperms.command.misc.loading.error.track-not-found=Ett spУЅr vid namn {0} kunde inte hittas +luckperms.command.misc.loading.error.track-save-error=Ett fel uppstod nУЄr spУЅrdata skulle sparas fУЖr {0} +luckperms.command.misc.loading.error.track-invalid={0} УЄr inte ett giltigt spУЅrnamn +luckperms.command.editor.no-match=Kan inte УЖppna redigeraren, inga objekt matchade УЖnskad typ +luckperms.command.editor.start=FУЖrbereder en ny redigeringssession, var god vУЄnta... +luckperms.command.editor.url=Klicka pУЅ lУЄnken nedan fУЖr att УЖppna redigeraren +luckperms.command.editor.unable-to-communicate=Det gick inte att kommunicera med redigeraren +luckperms.command.editor.apply-edits.success=WebblУЄsardata tillУЄmpades pУЅ {0} {1} +luckperms.command.editor.apply-edits.success-summary={0} {1} och {2} {3} +luckperms.command.editor.apply-edits.success.additions=tillagda +luckperms.command.editor.apply-edits.success.additions-singular=tillУЄgg +luckperms.command.editor.apply-edits.success.deletions=borttagningar +luckperms.command.editor.apply-edits.success.deletions-singular=borttagning +luckperms.command.editor.apply-edits.no-changes=Inga УЄndringar har gjorts frУЅn webbredigeraren, datan innehУЅller inga nya УЄndringar +luckperms.command.editor.apply-edits.unknown-type=Kan inte verkstУЄlla УЄndringarna till den angivna objekttypen +luckperms.command.editor.apply-edits.unable-to-read=Det gick inte att lУЄsa data med den angivna koden +luckperms.command.search.searching.permission=SУЖker efter anvУЄndare och grupper med {0} +luckperms.command.search.searching.inherit=SУЖker efter anvУЄndare och grupper som УЄrver frУЅn {0} +luckperms.command.search.result=Hittade {0} resultat frУЅn {1} anvУЄndare och {2} grupper +luckperms.command.search.result.default-notice=Notera\: NУЄr du sУЖker efter medlemmar i default-gruppen visas inte offline-spelare utan ytterligare behУЖrigheter\! +luckperms.command.search.showing-users=Visar anvУЄndarposter +luckperms.command.search.showing-groups=Visar gruppposter +luckperms.command.tree.start=Skapar behУЖrighetstrУЄd, vУЄnligen vУЄnta... +luckperms.command.tree.empty=Kunde inte generera trУЄd, inga resultat hittades +luckperms.command.tree.url=URL fУЖr behУЖrighetstrУЄd +luckperms.command.verbose.invalid-filter={0} УЄr inte ett giltigt verbose filter +luckperms.command.verbose.enabled=UtfУЖrlig loggning {0} fУЖr kontroller matchande {1} +luckperms.command.verbose.command-exec=Tvingar {0} att kУЖra kommandot {1} och rapportera alla kontroller gjorda... +luckperms.command.verbose.off=Verbose loggning {0} +luckperms.command.verbose.command-exec-complete=Kommandot utfУЖrt +luckperms.command.verbose.command.no-checks=Kommando utfУЖrandet var avklarat, men ingen tillstУЅndskontroll kУЖrdes +luckperms.command.verbose.command.possibly-async=Detta kan vara fУЖr att pluginet kУЖr kommandon i bakgrunden (asynk) +luckperms.command.verbose.command.try-again-manually=Du kan fortfarande anvУЄnda verbose manuellt fУЖr att upptУЄcka liknande kontroller +luckperms.command.verbose.enabled-recording=UtfУЖrlig inspelning {0} fУЖr kontroller matchande {1} +luckperms.command.verbose.enabled-term=aktiverad +luckperms.command.verbose.disabled-term=avaktiverad +luckperms.command.verbose.query-any=NУ…GOT +luckperms.command.info.running-plugin=KУЖrs +luckperms.command.info.platform-key=Plattform +luckperms.command.info.server-brand-key=Serverns varumУЄrke +luckperms.command.info.server-version-key=Serverversionen +luckperms.command.info.storage-key=Lagring +luckperms.command.info.storage-type-key=Typ +luckperms.command.info.storage.meta.split-types-key=Typer +luckperms.command.info.storage.meta.ping-key=Ping +luckperms.command.info.storage.meta.connected-key=Ansluten +luckperms.command.info.storage.meta.file-size-key=Filstorlek +luckperms.command.info.extensions-key=TillУЄgg +luckperms.command.info.messaging-key=Meddelanden +luckperms.command.info.instance-key=Instans +luckperms.command.info.static-contexts-key=Statiska sammanhang +luckperms.command.info.online-players-key=Spelare online +luckperms.command.info.online-players-unique={0} unika +luckperms.command.info.uptime-key=Upptid +luckperms.command.info.local-data-key=Lokal data +luckperms.command.info.local-data={0} anvУЄndare, {1} grupper, {2} spУЅr +luckperms.command.generic.create.success={0} har skapats +luckperms.command.generic.create.error=Det uppstod ett fel vid skapandet av {0} +luckperms.command.generic.create.error-already-exists={0} finns redan\! +luckperms.command.generic.delete.success={0} har tagits bort +luckperms.command.generic.delete.error=Det uppstod ett fel vid borttagningen av {0} +luckperms.command.generic.delete.error-doesnt-exist={0} finns inte\! +luckperms.command.generic.rename.success={0} har nu bytt namn till {1} +luckperms.command.generic.clone.success={0} klonades framgУЅngsrikt till {1} +luckperms.command.generic.info.parent.title=У–verordnade grupper +luckperms.command.generic.info.parent.temporary-title=TillfУЄlliga УЖverordnade grupper +luckperms.command.generic.info.expires-in=slutar gУЄlla om +luckperms.command.generic.info.inherited-from=УЄrvt frУЅn +luckperms.command.generic.info.inherited-from-self=sjУЄlv +luckperms.command.generic.show-tracks.title={0}s spУЅr +luckperms.command.generic.show-tracks.empty={0} УЄr inte pУЅ nУЅgot spУЅr +luckperms.command.generic.clear.node-removed={0} noder togs bort +luckperms.command.generic.clear.node-removed-singular={0} nod togs bort +luckperms.command.generic.clear={0}s noder rensades i kontext {1} +luckperms.command.generic.permission.info.title={0}s behУЖrigheter +luckperms.command.generic.permission.info.empty={0} har inte nУЅgra behУЖrigheter satta +luckperms.command.generic.permission.info.click-to-remove=Klicka fУЖr att ta bort noden frУЅn {0} +luckperms.command.generic.permission.check.info.title=BehУЖrighetsinformation {0} +luckperms.command.generic.permission.check.result.result-key=Resultat +luckperms.command.generic.permission.check.result.processor-key=Processor +luckperms.command.generic.permission.check.result.cause-key=Orsak +luckperms.command.generic.permission.check.result.context-key=Sammanhanget +luckperms.command.generic.permission.set=SУЄtt {0} till {1} fУЖr {2} i kontext {3} +luckperms.command.generic.permission.already-has={0} har redan {1} satt i kontext {2} +luckperms.command.generic.permission.set-temp=SУЄtt {0} till {1} fУЖr {2} under en varaktighet av {3} i kontexten {4} +luckperms.command.generic.permission.already-has-temp={0} har redan {1} tillfУЄlligt satt i kontext {2} +luckperms.command.generic.permission.unset=Ta bort {0} fУЖr {1} i sammanhanget {2} +luckperms.command.generic.permission.doesnt-have={0} har inte {1} satt i kontext {2} +luckperms.command.generic.permission.unset-temp=Ta bort temporУЄra behУЖrigheten {0} fУЖr {1} i kontext {2} +luckperms.command.generic.permission.subtract=SУЄtt {0} till {1} fУЖr {2} under en varaktighet av {3} i kontexten {4}, {5} mindre УЄn fУЖrut +luckperms.command.generic.permission.doesnt-have-temp={0} har inte {1} tillfУЄlligt satt i kontext {2} +luckperms.command.generic.parent.info.title={0}s FУЖrУЄldrar +luckperms.command.generic.parent.info.empty={0} har inga fУЖrУЄldrar definierade +luckperms.command.generic.parent.info.click-to-remove=Klicka fУЖr att ta bort denna fУЖrУЄlder frУЅn {0} +luckperms.command.generic.parent.add={0} УЄrver nu behУЖrigheter frУЅn {1} i sammanhanget {2} +luckperms.command.generic.parent.add-temp={0} УЄrver nu behУЖrigheter frУЅn {1} i en varaktighet av {2} i kontext {3} +luckperms.command.generic.chat-meta.info.title-prefix={0}s Prefix +luckperms.command.generic.chat-meta.info.title-suffix={0}s Suffix +luckperms.command.generic.chat-meta.info.none-prefix={0} har inga prefixar +luckperms.command.generic.chat-meta.info.none-suffix={0} har inga suffixer +luckperms.command.generic.chat-meta.info.click-to-remove=Klicka fУЖr att ta bort {0} frУЅn {1} +luckperms.command.generic.chat-meta.already-has={0} har redan {1} {2} satt till prioritet {3} i kontext {4} +luckperms.command.generic.meta.info.title={0}s Meta +luckperms.command.generic.meta.info.none={0} har ingen metadata +luckperms.command.generic.meta.info.click-to-remove=Klicka fУЖr att ta bort denna meta-nod frУЅn {0} +luckperms.command.generic.meta.unset-temp=Avaktivera tillfУЄllig metaknapp {0} fУЖr {1} i sammanhang {2} +luckperms.command.generic.contextual-data.title=Kontextuell data +luckperms.command.generic.contextual-data.mode.key=lУЄge +luckperms.command.generic.contextual-data.mode.server=server +luckperms.command.generic.contextual-data.mode.active-player=aktiv spelare +luckperms.command.generic.contextual-data.contexts-key=Kontexter +luckperms.command.generic.contextual-data.prefix-key=Prefix +luckperms.command.generic.contextual-data.suffix-key=Suffix +luckperms.command.generic.contextual-data.primary-group-key=PrimУЄr grupp +luckperms.command.generic.contextual-data.meta-key=Meta +luckperms.command.generic.contextual-data.null-result=Inget +luckperms.command.user.info.title=AnvУЄndarinfo +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=typ +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=offline +luckperms.command.user.info.status-key=Status +luckperms.command.user.info.status.online=Online +luckperms.command.user.info.status.offline=Offline +luckperms.command.user.removegroup.error-primary=Du kan inte ta bort en anvУЄndare frУЅn deras primУЄra grupp +luckperms.command.user.primarygroup.not-member={0} var inte redan medlem av {1}, lУЄgger till dem nu +luckperms.command.user.primarygroup.already-has={0} har redan {1} satt som sin primУЄra grupp +luckperms.command.user.primarygroup.set={0} s primУЄra grupp har satts till {1} +luckperms.command.user.track.error-not-contain-group={0} УЄr inte redan i nУЅgra grupper pУЅ {1} +luckperms.command.user.track.unsure-which-track=OsУЄker pУЅ vilket spУЅr som ska anvУЄndas, vУЄnligen ange spУЅret som ett argument +luckperms.command.user.track.missing-group-advice=Antingen skapa gruppen, eller ta bort den frУЅn spУЅret och fУЖrsУЖk igen +luckperms.command.user.promote.added-to-first={0} finns inte i nУЅgra grupper pУЅ {1}, sУЅ hen lades till i den fУЖrsta gruppen, {2} i kontext {3} +luckperms.command.user.promote.not-on-track={0} УЄr inte med i nУЅgra grupper pУЅ {1}, sУЅ blev inte befordrad +luckperms.command.user.promote.success=Befordrar {0} lУЄngs spУЅr {1} frУЅn {2} till {3} i kontext {4} +luckperms.command.user.promote.end-of-track=Slutet av spУЅr {0} nУЅddes, det gick inte att befordra {1} +luckperms.command.user.promote.next-group-deleted=NУЄsta grupp pУЅ spУЅret, {0}, finns inte lУЄngre +luckperms.command.user.promote.unable-to-promote=Det gУЅr inte att befordra anvУЄndaren +luckperms.command.user.demote.success=Degraderar {0} lУЄngs spУЅr {1} frУЅn {2} till {3} i kontext {4} +luckperms.command.user.demote.end-of-track=Slutet av spУЅr {0} nУЅddes, sУЅ {1} togs bort frУЅn {2} +luckperms.command.user.demote.end-of-track-not-removed=Slutet av spУЅr {0} nУЅddes, men {1} togs inte bort frУЅn den fУЖrsta gruppen +luckperms.command.user.demote.previous-group-deleted=Den fУЖregУЅende gruppen pУЅ spУЅret, {0}, finns inte lУЄngre +luckperms.command.user.demote.unable-to-demote=Kunde inte degradera anvУЄndaren +luckperms.command.group.list.title=Grupper +luckperms.command.group.delete.not-default=Du kan inte ta bort standardgruppen +luckperms.command.group.info.title=Gruppinformation +luckperms.command.group.info.display-name-key=Visningsnamn +luckperms.command.group.info.weight-key=Vikt +luckperms.command.group.setweight.set=SУЄtt vikt till {0} fУЖr grupp {1} +luckperms.command.group.setdisplayname.doesnt-have={0} har inget visningsnamn satt +luckperms.command.group.setdisplayname.already-has={0} har redan visningsnamnet {1} +luckperms.command.group.setdisplayname.already-in-use=Visningsnamnet {0} anvУЄnds redan av {1} +luckperms.command.group.setdisplayname.set=SУЄtt visningsnamn till {0} fУЖr grupp {1} i kontext {2} +luckperms.command.group.setdisplayname.removed=Tog bort visningsnamn fУЖr gruppen {0} i kontext {1} +luckperms.command.track.list.title=SpУЅr +luckperms.command.track.path.empty=Inget +luckperms.command.track.info.showing-track=Visar spУЅr +luckperms.command.track.info.path-property=VУЄg +luckperms.command.track.clear={0}s gruppspУЅr rensades +luckperms.command.track.insert.success=Grupp {0} sattes in i spУЅr {1} pУЅ position {2} +luckperms.command.track.insert.error-number=FУЖrvУЄntades ett nummer men mottog istУЄllet\: {0} +luckperms.command.track.insert.error-invalid-pos=Kunde inte sУЄtta in vid position {0} +luckperms.command.track.insert.error-invalid-pos-reason=ogiltig position +luckperms.command.track.remove.success=Grupp {0} togs bort frУЅn spУЅr {1} +luckperms.command.track.error-empty={0} kan inte anvУЄndas dУЅ den УЄr tom eller endast innehУЅller en grupp +luckperms.command.track.error-multiple-groups={0} УЄr medlem i flera grupper pУЅ detta spУЅr +luckperms.command.track.error-ambiguous=Det gУЅr inte att faststУЄlla deras plats +luckperms.command.track.already-contains={0} innehУЅller redan {1} +luckperms.command.track.doesnt-contain={0} innehУЅller inte {1} +luckperms.command.log.load-error=Loggen kunde inte laddas +luckperms.command.log.invalid-page=Ogiltigt sidnummer +luckperms.command.log.invalid-page-range=Var vУЄnlig och ange ett vУЄrde mellan {0} och {1} +luckperms.command.log.empty=Inga loggposter att visa +luckperms.command.log.notify.error-console=Kunde inte inte vУЄxla aviseringar fУЖr konsolen +luckperms.command.log.notify.enabled-term=Aktiverad +luckperms.command.log.notify.disabled-term=Avaktiverad +luckperms.command.log.notify.changed-state={0} loggnings utdata +luckperms.command.log.notify.already-on=Du tar redan emot aviseringar +luckperms.command.log.notify.already-off=Du fУЅr fУЖr nУЄrvarande inte aviseringar +luckperms.command.log.notify.invalid-state=OkУЄnt tillstУЅnd. FУЖrvУЄntar sig {0} eller {1} +luckperms.command.log.show.recent=Visar de senaste hУЄndelserna +luckperms.command.log.show.by=Visar de senaste hУЄndelserna efter {0} +luckperms.command.log.show.history=Visar historik fУЖr {0} {1} +luckperms.command.export.error-term=Fel +luckperms.command.export.already-running=En annan exportprocess kУЖrs redan +luckperms.command.export.file.already-exists=Filen {0} finns redan +luckperms.command.export.file.not-writable=Filen {0} УЄr inte skrivbar +luckperms.command.export.file.success=Exporten till {0} lyckades +luckperms.command.export.file-unexpected-error-writing=Ett ovУЄntat fel intrУЄffade nУЄr det skrevs till filen +luckperms.command.export.web.export-code=Exportera kod +luckperms.command.export.web.import-command-description=AnvУЄnd fУЖljande kommando fУЖr att importera +luckperms.command.import.term=Importera +luckperms.command.import.error-term=Fel +luckperms.command.import.already-running=En annan importprocess kУЖrs redan +luckperms.command.import.file.doesnt-exist=Filen {0} existerar inte +luckperms.command.import.file.not-readable=Filen {0} kan inte lУЄsas +luckperms.command.import.file.unexpected-error-reading=Ett ovУЄntat fel intrУЄffade vid lУЄsning frУЅn importfilen +luckperms.command.import.file.correct-format=УЄr det rУЄtt format? +luckperms.command.import.web.unable-to-read=Det gick inte att lУЄsa data med den angivna koden +luckperms.command.import.progress.percent={0}% klar +luckperms.command.import.progress.operations={0}/{1} УЅtgУЄrder slutfУЖrda +luckperms.command.import.starting=Startar importprocessen +luckperms.command.import.completed=AVSLUTAD +luckperms.command.import.duration=tog {0} sekunder +luckperms.command.bulkupdate.must-use-console=Massuppdateringskommandot kan endast anvУЄndas frУЅn konsolen +luckperms.command.bulkupdate.invalid-data-type=Ogiltig typ, fУЖrvУЄntade sig {0} +luckperms.command.bulkupdate.invalid-constraint=Ogiltig begrУЄnsning {0} +luckperms.command.bulkupdate.invalid-constraint-format=BegrУЄnsningar ska vara i formatet {0} +luckperms.command.bulkupdate.invalid-comparison=Ogiltig jУЄmfУЖrelseoperator {0} +luckperms.command.bulkupdate.invalid-comparison-format=FУЖrvУЄntade sig en av fУЖljande\: {0} +luckperms.command.bulkupdate.queued=Massuppdateringsoperationen har kУЖsatts +luckperms.command.bulkupdate.confirm=KУЖr {0} fУЖr att kУЖra uppdateringen +luckperms.command.bulkupdate.unknown-id=У…tgУЄrd med id {0} existerar inte eller har lУЖpt ut +luckperms.command.bulkupdate.starting=Massuppdatering kУЖrs +luckperms.command.bulkupdate.success=Massuppdateringen lyckades +luckperms.command.bulkupdate.success.statistics.nodes=Totalt pУЅverkade noder +luckperms.command.bulkupdate.success.statistics.users=Totalt pУЅverkade anvУЄndare +luckperms.command.bulkupdate.success.statistics.groups=Totalt pУЅverkade grupper +luckperms.command.bulkupdate.failure=Bulkuppdatering misslyckades, kontrollera konsolen efter fel +luckperms.command.update-task.request=En uppdateringsuppgift har begУЄrts, vУЄnligen vУЄnta +luckperms.command.update-task.complete=Uppdateringen slutfУЖrd +luckperms.command.update-task.push.attempting=FУЖrsУЖker nu att flytta till andra servrar +luckperms.command.update-task.push.complete=Andra servrar har meddelats via {0} +luckperms.command.update-task.push.error=Fel vid flyttande av УЄndringar till andra servrar +luckperms.command.update-task.push.error-not-setup=Kan inte flytta УЄndringar till andra servrar dУЅ en meddelandetjУЄnst inte har konfigurerats +luckperms.command.reload-config.success=Konfigurationsfilen laddades om +luckperms.command.reload-config.restart-note=vissa instУЄllningar kommer endast att appliceras efter att servern har startat om +luckperms.command.translations.searching=Letar efter tillgУЄngliga УЖversУЄttningar, vУЄnligen vУЄnta... +luckperms.command.translations.searching-error=Kunde inte hУЄmta en lista med tillgУЄngliga УЖversУЄttningar +luckperms.command.translations.installed-translations=Installerade УЖversУЄttningar +luckperms.command.translations.available-translations=TillgУЄngliga УЖversУЄttningar +luckperms.command.translations.percent-translated={0}% УЖversatt +luckperms.command.translations.translations-by=av +luckperms.command.translations.installing=Installerar УЖversУЄttningar, vУЄnligen vУЄnta... +luckperms.command.translations.download-error=Kunde inte ladda ner УЖversУЄttningen fУЖr {0} +luckperms.command.translations.installing-specific=Installerar sprУЅk {0}... +luckperms.command.translations.install-complete=Installation slutfУЖrd +luckperms.command.translations.download-prompt=AnvУЄnd {0} fУЖr att ladda ner och installera uppdaterade versioner av dessa УЖversУЄttningar som tillhandahУЅlls av gemenskapen +luckperms.command.translations.download-override-warning=Observera att detta kommer att skriva УЖver alla УЄndringar som du har gjort fУЖr dessa УЖversУЄttningar +luckperms.usage.search.argument.page=sidan att visa +luckperms.usage.import.argument.file=filen att importera frУЅn +luckperms.usage.import.argument.replace=ersУЄtt befintlig data istУЄllet fУЖr att slУЅ samman +luckperms.usage.import.argument.upload=ladda upp data frУЅn en tidigare export +luckperms.usage.export.description=Exporterar all behУЖrighetsdata till en "export"-fil. Kan УЅterimporteras vid ett senare tillfУЄlle. +luckperms.usage.export.argument.file=filen att exportera till +luckperms.usage.export.argument.without-users=exkludera anvУЄndare frУЅn exporten +luckperms.usage.export.argument.without-groups=exkludera grupper frУЅn exporten +luckperms.usage.export.argument.upload=Ladda upp all behУЖrighetsdata till webbeditorn. Kan УЅterimporteras vid ett senare tillfУЄlle. +luckperms.usage.reload-config.description=Ladda om nУЅgra av konfigurationsalternativen +luckperms.usage.translations.description=Hantera УЖversУЄttningar +luckperms.usage.apply-edits.description=TillУЄmpar behУЖrighetsУЄndringar gjorda frУЅn webbeditorn +luckperms.usage.create-group.description=Skapa en ny grupp +luckperms.usage.create-group.argument.name=gruppens namn +luckperms.usage.create-group.argument.weight=gruppens vikt +luckperms.usage.create-group.argument.display-name=gruppens visningsnamn +luckperms.usage.delete-group.description=Ta bort en grupp +luckperms.usage.delete-group.argument.name=gruppens namn +luckperms.usage.list-groups.description=Lista alla grupper pУЅ plattformen +luckperms.usage.user-clone.description=Klona anvУЄndaren +luckperms.usage.group-listmembers.argument.page=sidan att visa +luckperms.usage.group-setweight.description=SУЄtt gruppens vikt +luckperms.usage.group-set-display-name.description=SУЄtt gruppens visningsnamn +luckperms.usage.group-rename.description=DУЖp om grupp +luckperms.usage.group-rename.argument.name=det nya namnet +luckperms.usage.group-clone.description=Klona gruppen +luckperms.usage.group-clone.argument.name=namnet pУЅ gruppen att klona till +luckperms.usage.holder-editor.description=У–ppnar webbeditor fУЖr rУЄttigheter +luckperms.usage.permission.description=Redigera behУЖrigheter +luckperms.usage.parent.description=Redigera arv +luckperms.usage.meta.description=Redigera metadatavУЄrden +luckperms.usage.track-rename.argument.name=det nya namnet +luckperms.usage.log-recent.description=Visar de senaste hУЄndelserna diff --git a/plugins/LuckPerms/translations/repository/tr_TR.properties b/plugins/LuckPerms/translations/repository/tr_TR.properties new file mode 100644 index 0000000..7dc0b65 --- /dev/null +++ b/plugins/LuckPerms/translations/repository/tr_TR.properties @@ -0,0 +1,630 @@ +luckperms.logs.actionlog-prefix=KAYIT +luckperms.logs.verbose-prefix=AYRINTI +luckperms.logs.export-prefix=DIХžA AKTAR +luckperms.commandsystem.available-commands=KullanФБlabilir komutlarФБ gУЖrУМntУМlemek iУЇin {0} kullanФБn +luckperms.commandsystem.command-not-recognised=Komut geУЇersiz +luckperms.commandsystem.no-permission=Bu komutu kullanmak iУЇin yetkiniz yok\! +luckperms.commandsystem.no-permission-subcommands=Alt komutlarФБ kullanmak iУЇin izniniz yok +luckperms.commandsystem.already-executing-command=BaХŸka bir komut УЇalФБХŸtФБrФБldФБФŸФБ iУЇin bitmesi bekleniyor... +luckperms.commandsystem.usage.sub-commands-header=Alt Komutlar +luckperms.commandsystem.usage.usage-header=Komut KullanФБmФБ +luckperms.commandsystem.usage.arguments-header=ArgУМmanlar +luckperms.first-time.no-permissions-setup=HiУЇbir yetki ayarlanmamФБХŸ gibi gУЖzУМkУМyor\! +luckperms.first-time.use-console-to-give-access=Oyunda LuckPerms komutlarФБnФБ kullanmadan УЖnce, konsoldan kendinize yetki vermeniz gerekmektedir +luckperms.first-time.console-command-prompt=Konsolunuzu aУЇФБnФБz ve УЇalФБХŸtФБrФБnФБz +luckperms.first-time.next-step=Bunu tamamladФБktan sonra, yetki ve gruplarФБ tanФБmlamaya baХŸlayabilirsin +luckperms.first-time.wiki-prompt=Nereden baХŸlayacaФŸФБnФБzФБ bilmiyor musun? Buraya gУЖz at\: {0} +luckperms.login.try-again=LУМtfen daha sonra tekrar deneyiniz +luckperms.login.loading-database-error=Yetki verilerini yУМklerken bir veritabanФБ hatasФБ oluХŸtu +luckperms.login.server-admin-check-console-errors=EФŸer sunucu yУЖneticisiyseniz, hatalarФБ gУЖrmek iУЇin konsolu kontrol ediniz +luckperms.login.server-admin-check-console-info=Daha fazla bilgi iУЇin konsolu kontrol edin +luckperms.login.data-not-loaded-at-pre=GiriХŸ УЖncesi aХŸamada kullanФБcФБnФБz iУЇin yetki verileri yУМklenmedi +luckperms.login.unable-to-continue=Devam edilemiyor +luckperms.login.craftbukkit-offline-mode-error=bu hata muhtemelen CraftBukkit ve online-mode ayarФБ arasФБndaki bir УЇeliХŸkiden kaynaklanФБyor +luckperms.login.unexpected-error=Yetkileriniz ayarlanФБrken beklenmeyen bir hata oluХŸtu. +luckperms.opsystem.disabled=Standart OP sistemi bu sunucuda deaktif +luckperms.opsystem.sponge-warning=Bir yetki eklentisi yУМklediФŸiniz zaman Sponge izin kontrolleri УМzerinde hiУЇbir etkisi olmadФБФŸФБnФБ lУМtfen unutmayФБn, kullanФБcФБ verilerini doФŸrudan dУМzenlemelisiniz +luckperms.duration.unit.years.plural={0} yФБl +luckperms.duration.unit.years.singular={0} yФБl +luckperms.duration.unit.years.short={0}y +luckperms.duration.unit.months.plural={0} ay +luckperms.duration.unit.months.singular={0} ay +luckperms.duration.unit.months.short={0}ay +luckperms.duration.unit.weeks.plural={0} hafta +luckperms.duration.unit.weeks.singular={0} hafta +luckperms.duration.unit.weeks.short={0}h +luckperms.duration.unit.days.plural={0} gУМn +luckperms.duration.unit.days.singular={0} gУМn +luckperms.duration.unit.days.short={0}g +luckperms.duration.unit.hours.plural={0} saat +luckperms.duration.unit.hours.singular={0} saat +luckperms.duration.unit.hours.short={0}s +luckperms.duration.unit.minutes.plural={0} dakika +luckperms.duration.unit.minutes.singular={0} dakika +luckperms.duration.unit.minutes.short={0}d +luckperms.duration.unit.seconds.plural={0} saniye +luckperms.duration.unit.seconds.singular={0} saniye +luckperms.duration.unit.seconds.short={0}sn +luckperms.duration.since={0} УЖnce +luckperms.command.misc.invalid-code=GeУЇersiz kod +luckperms.command.misc.response-code-key=yanФБt kodu +luckperms.command.misc.error-message-key=mesaj +luckperms.command.misc.bytebin-unable-to-communicate=Bytebin ile iletiХŸim kurulamФБyor +luckperms.command.misc.webapp-unable-to-communicate=Web uygulamasФБ ile iletiХŸim kurulamФБyor +luckperms.command.misc.check-console-for-errors=Hatalar iУЇin konsolu kontrol ediniz +luckperms.command.misc.file-must-be-in-data={0} dosyasФБ, veri dizininin doФŸrudan alt УЖФŸesi olmalФБdФБr +luckperms.command.misc.wait-to-finish=LУМtfen bitmesini bekleyin ve tekrar deneyin +luckperms.command.misc.invalid-priority={0} geУЇersiz bir УЖncelik +luckperms.command.misc.expected-number=Bir sayФБ bekleniyordu +luckperms.command.misc.date-parse-error={0} tarihi ayrФБХŸtФБrФБlamadФБ +luckperms.command.misc.date-in-past-error=GeУЇmiХŸteki bir tarihi ayarlayamazsФБnФБz\! +luckperms.command.misc.page=sayfa {0} / {1} +luckperms.command.misc.page-entries={0} girdileri +luckperms.command.misc.none=Yok +luckperms.command.misc.loading.error.unexpected=Beklenmedik bir hata oluХŸtu +luckperms.command.misc.loading.error.user=KullanФБcФБ yУМklenmedi +luckperms.command.misc.loading.error.user-specific={0} AdlФБ oyuncu yУМklenemiyor +luckperms.command.misc.loading.error.user-not-found={0} AdФБnda bir oyuncu bulunamadФБ +luckperms.command.misc.loading.error.user-save-error={0} AdlФБ oyuncunun verileri kayФБt edilirken bir sorun oluХŸtu +luckperms.command.misc.loading.error.user-not-online={0} AdlФБ oyuncu aktif deФŸil +luckperms.command.misc.loading.error.user-invalid={0} geУЇersiz bir koХŸul oyuncu ismi veya uuid giriniz +luckperms.command.misc.loading.error.user-not-uuid={0} uuid''sine sahip bir oyuncu bulunamadФБ +luckperms.command.misc.loading.error.group=Gruplar yУМklenemedi +luckperms.command.misc.loading.error.all-groups=TУМm gruplar yУМklenemiyor +luckperms.command.misc.loading.error.group-not-found={0} AdФБnda bir grup bulunamadФБ +luckperms.command.misc.loading.error.group-save-error={0} AdlФБ grubun verileri kayФБt edilirken bir sorun oluХŸtu +luckperms.command.misc.loading.error.group-invalid={0}, geУЇerli bir grup adФБ deФŸil +luckperms.command.misc.loading.error.track=ParУЇa yУМklenmedi +luckperms.command.misc.loading.error.all-tracks=TУМm parУЇalar yУМklenemiyor +luckperms.command.misc.loading.error.track-not-found={0}, adlФБ parУЇa yУМklenemedi +luckperms.command.misc.loading.error.track-save-error={0}, parУЇa verileri kaydedilirken bir hata oluХŸtu +luckperms.command.misc.loading.error.track-invalid=geУЇerli bir parУЇa adФБ deФŸil +luckperms.command.editor.no-match=DУМzenleyici aУЇФБlamФБyor, istenen tУМrle eХŸleХŸen nesne yok +luckperms.command.editor.start=Yeni bir editУЖr oturumu hazФБrlanФБyor, lУМtfen bekleyin... +luckperms.command.editor.url=DУМzenleyiciyi aУЇmak iУЇin aХŸaФŸФБdaki baФŸlantФБya tФБklayФБn +luckperms.command.editor.unable-to-communicate=EditУЖr ile iletiХŸim kurulamФБyor +luckperms.command.editor.apply-edits.success=Web dУМzenleyici verileri {0} {1} iУЇin baХŸarФБyla uygulandФБ +luckperms.command.editor.apply-edits.success-summary={0} {1} ve {2} {3} +luckperms.command.editor.apply-edits.success.additions=eklemeler +luckperms.command.editor.apply-edits.success.additions-singular=ekleme +luckperms.command.editor.apply-edits.success.deletions=silme iХŸlemleri +luckperms.command.editor.apply-edits.success.deletions-singular=silme +luckperms.command.editor.apply-edits.no-changes=Web editУЖrУМ dolayФБsФБyla hiУЇbir deФŸiХŸiklik uygulanmadФБ, dУЖndУМrУМlen veriler herhangi bir dУМzenleme iУЇermiyordu +luckperms.command.editor.apply-edits.unknown-type=Belirtilen nesne tУМrУМne dУМzenleme uygulanamФБyor +luckperms.command.editor.apply-edits.unable-to-read=Verilen kod kullanФБlarak veri okunamФБyor +luckperms.command.search.searching.permission={0} ile oyuncular ve gruplar aranФБyor +luckperms.command.search.searching.inherit={0} ''dan devralan oyuncular ve gruplar aranФБyor +luckperms.command.search.result={1} kullanФБcФБ ve {2} gruptan {0} giriХŸ bulundu +luckperms.command.search.result.default-notice=Not\: VarsayФБlan grubun УМyelerini ararken, baХŸka izinlere sahip olmayan УЇevrimdФБХŸФБ oyuncular gУЖsterilmeyecektir\! +luckperms.command.search.showing-users=KullanФБcФБ giriХŸleri gУЖsteriliyor +luckperms.command.search.showing-groups=Grup giriХŸleri gУЖsteriliyor +luckperms.command.tree.start=Yetki aФŸacФБ oluХŸturuluyor, lУМtfen bekleyin... +luckperms.command.tree.empty=AФŸaУЇ oluХŸturulamadФБ, hiУЇbir sonuУЇ bulunamadФБ +luckperms.command.tree.url=Yetki AФŸacФБ BaФŸlantФБsФБ +luckperms.command.verbose.invalid-filter={0} geУЇerli bir ayrФБntФБ filtresi deФŸil +luckperms.command.verbose.enabled={0} ile eХŸleХŸen kontroller iУЇin ayrФБntФБlФБ gУМnlУМk kaydФБ {1} +luckperms.command.verbose.command-exec={0}''yФБ {1} komutunu УЇalФБХŸtФБrmak iУЇin zorla ve tУМm deФŸiХŸimleri raporlanФБyor... +luckperms.command.verbose.off=AyrФБntФБlФБ KayФБtlar {0} +luckperms.command.verbose.command-exec-complete=Komut УЇalФБХŸtФБrma tamamlandФБ +luckperms.command.verbose.command.no-checks=Komutun УЇalФБХŸtФБrФБlmasФБ tamamlandФБ ama hiУЇbir yetki denetimi gerУЇekleХŸtirilmedi +luckperms.command.verbose.command.possibly-async=Bunun nedeni, eklentinin komutlarФБ arkaplanda (async) УЇalФБХŸtФБrmasФБ olabilir +luckperms.command.verbose.command.try-again-manually=Bu ХŸekilde yapФБlan kontrolleri algФБlamak iУЇin yine de verbose kullanabilirsiniz +luckperms.command.verbose.enabled-recording={0} ile eХŸleХŸen kontroller iУЇin ayrФБntФБlФБ gУМnlУМk kaydФБ {1} +luckperms.command.verbose.uploading={0} iУЇin ayrФБntФБlФБ kayФБt, sonuУЇlar yУМkleniyor... +luckperms.command.verbose.url=AyrФБntФБlФБ KayФБt SonuУЇ BaФŸlantФБsФБ +luckperms.command.verbose.enabled-term=etkin +luckperms.command.verbose.disabled-term=devre dФБХŸФБ +luckperms.command.verbose.query-any=HERHANGФА +luckperms.command.info.running-plugin=У‡alФБХŸФБyor +luckperms.command.info.platform-key=Platform +luckperms.command.info.server-brand-key=Sunucu YazФБlФБmФБ +luckperms.command.info.server-version-key=Sunucu SУМrУМmУМ +luckperms.command.info.storage-key=Depolama +luckperms.command.info.storage-type-key=TУМr +luckperms.command.info.storage.meta.split-types-key=TУМrler +luckperms.command.info.storage.meta.ping-key=Gecikme +luckperms.command.info.storage.meta.connected-key=BaФŸlandФБ +luckperms.command.info.storage.meta.file-size-key=Dosya Boyutu +luckperms.command.info.extensions-key=UzantФБlar +luckperms.command.info.messaging-key=MesajlaХŸma +luckperms.command.info.instance-key=Durumlar +luckperms.command.info.static-contexts-key=Statik Хžartlar +luckperms.command.info.online-players-key=У‡evrimiУЇi oyuncular +luckperms.command.info.online-players-unique={0} eХŸsiz +luckperms.command.info.uptime-key=У‡alФБХŸma SУМresi +luckperms.command.info.local-data-key=Yerel Veri +luckperms.command.info.local-data={0} kullanФБcФБ, {1} grup, {2} aХŸama +luckperms.command.generic.create.success={0} baХŸarФБyla oluХŸturuldu +luckperms.command.generic.create.error={0} oluХŸturulurken bir hata oluХŸtu +luckperms.command.generic.create.error-already-exists={0} zaten var\! +luckperms.command.generic.delete.success={0} baХŸarФБyla silindi +luckperms.command.generic.delete.error={0} silinirken bir hata oluХŸtu +luckperms.command.generic.delete.error-doesnt-exist={0} mevcut deФŸil\! +luckperms.command.generic.rename.success={0}''in ismi {1} olarak deФŸiХŸtirildi +luckperms.command.generic.clone.success={0}, {1} olarak klonlandФБ +luckperms.command.generic.info.parent.title=Ana Gruplar +luckperms.command.generic.info.parent.temporary-title=GeУЇici Ana Gruplar +luckperms.command.generic.info.expires-in=bitiХŸ sУМresi +luckperms.command.generic.info.inherited-from=Buradan devralФБndФБ +luckperms.command.generic.info.inherited-from-self=kendisi +luckperms.command.generic.show-tracks.title={0}''ФБn aХŸamalarФБ +luckperms.command.generic.show-tracks.empty={0} hiУЇ bir aХŸamaya sahip deФŸil +luckperms.command.generic.clear.node-removed={0} nod silindi +luckperms.command.generic.clear.node-removed-singular={0} dУМФŸУМm kaldФБrФБldФБ +luckperms.command.generic.clear={0} yetkileri {1} de temizlendi +luckperms.command.generic.permission.info.title={0}''ФБn Yetkileri +luckperms.command.generic.permission.info.empty={0} herhangi bir izni yok +luckperms.command.generic.permission.info.click-to-remove=Nodu {0}''dan silmek iУЇin tФБklayФБn +luckperms.command.generic.permission.check.info.title={0} iУЇin yetki bilgileri +luckperms.command.generic.permission.check.info.directly={0} isimli grup ya da kullanФБcФБ {1} yetkisine sahip ve {3} bУЖlgesinde {2} olarak ayarlandФБ +luckperms.command.generic.permission.check.info.inherited={0} isimli grup ya da kullanФБcФБ {1} yetkisini {3} isimli grup ya da kullanФБcФБdan {4} bУЖlgesinde {2} durumunda aldФБ +luckperms.command.generic.permission.check.info.not-directly={0} isimli grup ya da kullanФБcФБ iУЇin {1} yetkisi ayarlanmamФБХŸtФБr +luckperms.command.generic.permission.check.info.not-inherited={0} isimli grup ya da kullanФБcФБ {1}''den yetki almadФБ +luckperms.command.generic.permission.check.result.title={0} iУЇin yetki kontrolУМ +luckperms.command.generic.permission.check.result.result-key=SonuУЇ +luckperms.command.generic.permission.check.result.processor-key=ФАХŸlemci +luckperms.command.generic.permission.check.result.cause-key=У‡УМnkУМ +luckperms.command.generic.permission.check.result.context-key=BaФŸlam +luckperms.command.generic.permission.set={2} isimli kisi icin {0} yetkisi {3} bolgesinde {1} olarak ayarlandi +luckperms.command.generic.permission.already-has={0} isimli kisi {2} bolgesinde zaten {1} yetkisine sahip +luckperms.command.generic.permission.set-temp={0} yetkisi {2} icin {3} sureligine {4} bolgesinde {1} olarak ayarlandi +luckperms.command.generic.permission.already-has-temp={0} isimli kiside {1} yetkisi zaten var ve sureli olarak {2} bolgesinde ayarlanmis +luckperms.command.generic.permission.unset={1} isimli kisi icin {0} yetkisinin ayari {2} bolgesinde kaldirildi +luckperms.command.generic.permission.doesnt-have={0} isimli kisi {2} bolgesinde ayarlanmis bir {1} yetkisine sahip degil +luckperms.command.generic.permission.unset-temp={1} icin gecici olan {0} yetkisinin ayari {2} bolgesinde kaldirildi +luckperms.command.generic.permission.subtract={0} yetkisi {2} icin {3} sureligine {4} bolgesinde {1} olarak ayarlandi. {5} oncekinden daha az +luckperms.command.generic.permission.doesnt-have-temp={0} isimli kisi {2} bolgesinde sureli olarak ayarlanmis bir {1} yetkisine sahip degil +luckperms.command.generic.permission.clear={0}''in yetkileri {1} bolgesinde temizlendi +luckperms.command.generic.parent.info.title={0} isimli kisinin rolleri +luckperms.command.generic.parent.info.empty={0} isimli kisinin tanimlanmis herhangi bir rolu yok +luckperms.command.generic.parent.info.click-to-remove={0} isimli kisiden bu rolu silmek icin tiklayin +luckperms.command.generic.parent.add={0} isimli kisi artik {2} bolgesinde {1} rolunun yetkilerini kapsiyor +luckperms.command.generic.parent.add-temp={0} isimli kisi artik {3} bolgesinde {1} rolunun yetkilerini {2} sureligine kapsiyor +luckperms.command.generic.parent.set={0} isimli kisinin mevcut tum rolleri temizlendi ve artik sadece {2} bolgesinde {1} rolunun yetkilerini kapsiyor +luckperms.command.generic.parent.set-track={0} isimli kisinin {1} rol paletinde mevcut olan tum rolleri temizlendi ve artik sadece {3} bolgesinde {2} rolunun yetkilerini kapsiyor +luckperms.command.generic.parent.remove={0} isimli kisi artik {2} bolgesinde {1} rolunun yetkilerini kapsamiyor +luckperms.command.generic.parent.remove-temp={0} isimli kisi artik {2} bolgesinde {1} rolunun yetkilerini gecici olarak kapsamiyor +luckperms.command.generic.parent.subtract={0} isimli kisi {3} bolgesinde {1} rolunun yetkilerini {2} sureligine kapsayacak, {4} УЖncekinden daha az +luckperms.command.generic.parent.clear={0} isimli kisinin rolleri {1} bolgesinde temizlendi +luckperms.command.generic.parent.clear-track={0} isimli kisinin {1} rol paletindeki rolleri {2} bolgesinde temizlendi +luckperms.command.generic.parent.already-inherits={0} isimli kisi {2} bolgesinde {1} rolunu zaten kapsiyor +luckperms.command.generic.parent.doesnt-inherit={0} isimli kisi {2} bolgesinde {1} rolunu kapsamiyor +luckperms.command.generic.parent.already-temp-inherits={0} isimli kisi {2} bolgesinde {1} rolunu zaten gecici olarak kapsiyor +luckperms.command.generic.parent.doesnt-temp-inherit={0} isimli kisi artik {2} bolgesinde {1} rolunu kapsamiyor +luckperms.command.generic.chat-meta.info.title-prefix={0} isimli kisinin prefixleri +luckperms.command.generic.chat-meta.info.title-suffix={0} isimli kisinin suffixleri +luckperms.command.generic.chat-meta.info.none-prefix={0} isimli kisi hicbir prefixe sahip degil +luckperms.command.generic.chat-meta.info.none-suffix={0} isimli kisi hicbir suffixe sahip degil +luckperms.command.generic.chat-meta.info.click-to-remove={1} isimli kisiden {0} yetkisini silmek icin tikla +luckperms.command.generic.chat-meta.already-has={0} isimli kisi {4} bolgesinde {3} oncelikle ayarli {2} {1} ine zaten sahip +luckperms.command.generic.chat-meta.already-has-temp={0} isimli kisi {4} bolgesinde gecici olarak {3} oncelikle ayarli {2} {1} ine zaten sahip +luckperms.command.generic.chat-meta.doesnt-have={0} isimli kisi {4} bolgesinde {3} oncelikle ayarli {2} {1} ine sahip degil +luckperms.command.generic.chat-meta.doesnt-have-temp={0} isimli kisi {4} bolgesinde, gecici {3} oncelikle ayarli {2} {1} ine sahip degil +luckperms.command.generic.chat-meta.add={0} isimli kisi artik {4} bolgesinde {3} oncelikle ayarli {2} {1} ine sahip +luckperms.command.generic.chat-meta.add-temp={0} isimli kisi artik {5} bolgesinde {4} sureligine {3} oncelikle ayarli {2} {1} ine sahip +luckperms.command.generic.chat-meta.remove={0} isimli kisinin {3} oncelikle ayarli {2} {1} i {4} bolgesinde silindi +luckperms.command.generic.chat-meta.remove-bulk={0} isimli kisinin {2} oncelikle ayarli tum {1} leri {3} bolgesinde silindi +luckperms.command.generic.chat-meta.remove-temp={0} isimli kisinin {3} oncelikle ayarli, gecici {2} {1} i {4} bolgesinde silindi +luckperms.command.generic.chat-meta.remove-temp-bulk={0} isimli kisinin {2} oncelikle ayarli tum gecici {1} leri {3} bolgesinde silindi +luckperms.command.generic.meta.info.title={0} isimli kisinin metasi +luckperms.command.generic.meta.info.none={0} isimli kisi herhangi bir metaya sahip degil +luckperms.command.generic.meta.info.click-to-remove={0}''dan meta''yФБ silmek iУЇin tФБklayФБn +luckperms.command.generic.meta.already-has={0} zaten {3} ХŸartlarФБnda meta olarak {1}, {2}''ye sahip +luckperms.command.generic.meta.already-has-temp={0} zaten {3} ХŸartlarФБnda geУЇici olarak meta {1}, {2}''ye sahip +luckperms.command.generic.meta.doesnt-have={0} isimli kisi {2} bolgesinde ayarlanmis bir {1} meta anahtarina sahip degil +luckperms.command.generic.meta.doesnt-have-temp={0} isimli kisi {2} bolgesinde sureli olarak ayarlanmis bir {1} meta anahtarina sahip degil +luckperms.command.generic.meta.set={2} isimli kisi icin {0} meta anahtari {3} bolgesinde {1} olarak ayarlandi +luckperms.command.generic.meta.set-temp={0} meta anahtari {2} icin {3} sureligine {4} bolgesinde {1} olarak ayarlandi +luckperms.command.generic.meta.unset={1} isimli kisi icin {0} meta anahtarinin ayari {2} bolgesinde kaldirildi +luckperms.command.generic.meta.unset-temp={1} icin gecici olan {0} meta anahtarinin ayari {2} bolgesinde kaldirildi +luckperms.command.generic.meta.clear={0} isimli kisinin eslesen meta turu {1}, {2} bolgesinde kaldirildi +luckperms.command.generic.contextual-data.title=ФАУЇeriksel veri +luckperms.command.generic.contextual-data.mode.key=mod +luckperms.command.generic.contextual-data.mode.server=sunucu +luckperms.command.generic.contextual-data.mode.active-player=aktif oyuncu +luckperms.command.generic.contextual-data.contexts-key=Bolgeler +luckperms.command.generic.contextual-data.prefix-key=Prefix +luckperms.command.generic.contextual-data.suffix-key=Suffix +luckperms.command.generic.contextual-data.primary-group-key=Birincil grup +luckperms.command.generic.contextual-data.meta-key=Meta +luckperms.command.generic.contextual-data.null-result=Yok +luckperms.command.user.info.title=Oyuncu bilgisi +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=turu +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=УЇevrimdФБХŸФБ +luckperms.command.user.info.status-key=Durum +luckperms.command.user.info.status.online=Aktif +luckperms.command.user.info.status.offline=Cevrimdisi +luckperms.command.user.removegroup.error-primary=Bir kullanФБcФБyФБ birincil grubundan УЇФБkaramazsФБnФБz +luckperms.command.user.primarygroup.not-member={0} isimli kisi {1} grubunun bir uyesi degil, simdi ekleniyor +luckperms.command.user.primarygroup.already-has={0} isimli kisinin birincil grubu zaten {1} olarak ayarlanmis +luckperms.command.user.primarygroup.warn-option=Uyari\: Bu sunucu tarafindan kullanilan birincil grup hesaplama methodu ({0}) bu degisikligi yansitmayabilir +luckperms.command.user.primarygroup.set={0} isimli kisinin birincil grubu {1} olarak ayarlandi +luckperms.command.user.track.error-not-contain-group={0} isimli kisi {1} rol paletindeki bir grupta degil +luckperms.command.user.track.unsure-which-track=Hangi rol paletinin kullanilacagindan emin degilim, lutfen bir arguman ile belirt +luckperms.command.user.track.missing-group-advice=Ya grup olustur ya da rol paletinden kaldirip tekrar dene +luckperms.command.user.promote.added-to-first={0} isimli kisi {1} rol paletindeki hicbir grupta degil. Dolayisiyla {3} bolgesinde ilk grup olan {2} grubuna eklendi +luckperms.command.user.promote.not-on-track={0} isimli kisi {1} rol paletindeki hicbir grupta degil. Dolayisiyla terfi edilmedi +luckperms.command.user.promote.success={0} isimli kisi {1} rol paleti boyunca {2} grubundan {3} grubuna {4} bolgesinde terfi ediliyor +luckperms.command.user.promote.end-of-track={0} rol paletinin sonuna gelindi, {1} isimli kisi artik terfi edilemiyor +luckperms.command.user.promote.next-group-deleted={0} rol paletinin sonraki grubu mevcut degil +luckperms.command.user.promote.unable-to-promote=KullanФБcФБ terfi edilemiyor +luckperms.command.user.demote.success={0} isimli kisi {1} rol paleti boyunca {2} grubundan {3} grubuna {4} bolgesinde tenzil ediliyor +luckperms.command.user.demote.end-of-track={0} rol paletinin sonuna gelindi ve {1} isimli kisiden {2} grubu silindi +luckperms.command.user.demote.end-of-track-not-removed={0} rol paletinin sonuna gelindi ama {1} isimli kisi rol paletinin ilk grubundan silinmedi +luckperms.command.user.demote.previous-group-deleted={0} rol paletinin onceki grubu mevcut degil +luckperms.command.user.demote.unable-to-demote=KullanФБcФБ tenzil edilemiyor +luckperms.command.group.list.title=Gruplar +luckperms.command.group.delete.not-default=Varsayilan grubu silemezsin +luckperms.command.group.info.title=Grup Bilgisi +luckperms.command.group.info.display-name-key=Gorunen Isim +luckperms.command.group.info.weight-key=AФŸФБrlФБk +luckperms.command.group.setweight.set={1} grubu icin onceligi {0} yap +luckperms.command.group.setdisplayname.doesnt-have={0} grubuna henuz gorunen bir isim ayarlanmamis +luckperms.command.group.setdisplayname.already-has={0} isimli grup zaten {1} gorunen ismine sahip +luckperms.command.group.setdisplayname.already-in-use={0} gorunen ismi halihazirda {1} tarafindan kullaniliyor +luckperms.command.group.setdisplayname.set={1} grubunun gorunen ismi {2} bolgesinde {0} olarak ayarlandi +luckperms.command.group.setdisplayname.removed={0} grubunun gorunen ismi {1} bolgesinde kaldirildi +luckperms.command.track.list.title=Rol paletleri +luckperms.command.track.path.empty=Yok +luckperms.command.track.info.showing-track=Rol paleti gosteriliyor +luckperms.command.track.info.path-property=Hedef yol +luckperms.command.track.clear={0} isimli rol paletinin gruplari temizlendi +luckperms.command.track.append.success={0} isimli grup {1} rol gruplarФБna eklendi +luckperms.command.track.insert.success={0} grubu {1} rol paletine ve {2} pozisyonuna yerlestirildi +luckperms.command.track.insert.error-number=Sayi bekleniyordu ama yerine gelen {0} +luckperms.command.track.insert.error-invalid-pos={0} pozisyonuna yerlestirilemedi +luckperms.command.track.insert.error-invalid-pos-reason=gecersiz pozisyon +luckperms.command.track.remove.success={0} grubu {1} rol paletinden kaldirildi +luckperms.command.track.error-empty={0} bos oldugu icin kullanilamaz, en az bir group icermeli +luckperms.command.track.error-multiple-groups={0} isimli kisi bu rol paletinde birden fazla grubun uyesi +luckperms.command.track.error-ambiguous=Konumu belirlenemedi +luckperms.command.track.already-contains={0} zaten {1} degerini kapsiyor +luckperms.command.track.doesnt-contain={0}, {1} degerini kapsamiyor +luckperms.command.log.load-error=Log yuklenemedi +luckperms.command.log.invalid-page=Gecersiz sayfa numarasi +luckperms.command.log.invalid-page-range=Lutfen {0} ile {1} arasinda bir deger girin +luckperms.command.log.empty=Gosterilecek hicbir log girdisi yok +luckperms.command.log.notify.error-console=Konsol icin bildirimler acip kapanamaz +luckperms.command.log.notify.enabled-term=EtkinleХŸti +luckperms.command.log.notify.disabled-term=Devre dФБХŸФБ edildi +luckperms.command.log.notify.changed-state={0} log ciktilari +luckperms.command.log.notify.already-on=Zaten bildirim aliyorsun +luckperms.command.log.notify.already-off=Su anda bildirim almiyorsun +luckperms.command.log.notify.invalid-state=Bilinmeyen sart. Beklenen {0} ya da {1} +luckperms.command.log.show.search={0} Sorgusu icin son eylemler gosteriliyor +luckperms.command.log.show.recent=Son eylemler gosteriliyor +luckperms.command.log.show.by={0} Tarafindan son eylemler gosteriliyor +luckperms.command.log.show.history={0} {1} icin gecmis gosteriliyor +luckperms.command.export.error-term=Hata +luckperms.command.export.already-running=Baska bir disa aktarma islemi zaten calisiyor +luckperms.command.export.file.already-exists={0} Dosyasi zaten mevcut +luckperms.command.export.file.not-writable={0} Dosyasi yazilabilir degil +luckperms.command.export.file.success={0} Basarili bir sekilde disari aktarildi +luckperms.command.export.file-unexpected-error-writing=Dosya yazilirken beklenmeyen bir hata oluХŸtu +luckperms.command.export.web.export-code=Disa aktarma kodu +luckperms.command.export.web.import-command-description=Ice aktarim icin istenen komudu kullanin +luckperms.command.import.term=Ice aktar +luckperms.command.import.error-term=Hata +luckperms.command.import.already-running=Baska bir ice aktarma islemi zaten calisiyor +luckperms.command.import.file.doesnt-exist={0} dosyasi mevcut degil +luckperms.command.import.file.not-readable={0} Dosyasi okunabilir degil +luckperms.command.import.file.unexpected-error-reading=Ice aktarma dosyasi okunurken beklenmeyen bir hata olustu +luckperms.command.import.file.correct-format=bu dogru bir format mi? +luckperms.command.import.web.unable-to-read=Verilen kod kullanilarak veri okunamiyor +luckperms.command.import.progress.percent={0}% tamamlandi +luckperms.command.import.progress.operations={0}/{1} operasyonlar tamamlandi +luckperms.command.import.starting=Ice aktarma islemi baslatiliyor +luckperms.command.import.completed=TAMAMLANDI +luckperms.command.import.duration={0} saniye surdu +luckperms.command.bulkupdate.must-use-console=Bulk Update komudu sadece konsol tarafindan kullanilabilir +luckperms.command.bulkupdate.invalid-data-type=Gecersiz tur, beklenen {0} +luckperms.command.bulkupdate.invalid-constraint=Gecersiz kisitlama {0} +luckperms.command.bulkupdate.invalid-constraint-format=Kisitlamalar {0} formatinin icinde olmali +luckperms.command.bulkupdate.invalid-comparison=Gecersiz karsilastirma operatoru {0} +luckperms.command.bulkupdate.invalid-comparison-format=Bunlardan biriyle tamamlayin\: {0} +luckperms.command.bulkupdate.queued=Bulk update operasyonu siraya alindi +luckperms.command.bulkupdate.confirm=Guncellemeyi yapmak icin {0} komudunu calistir +luckperms.command.bulkupdate.unknown-id={0} kod numarali operasyon mevcut degil ya da suresi gecmis +luckperms.command.bulkupdate.starting=Bulk update calisiyor +luckperms.command.bulkupdate.success=Bulk update basariyla tamamlandi +luckperms.command.bulkupdate.success.statistics.nodes=Etkilenen toplam yetki +luckperms.command.bulkupdate.success.statistics.users=Etkilenen toplam kullanФБcФБ +luckperms.command.bulkupdate.success.statistics.groups=Etkilenen toplam grup +luckperms.command.bulkupdate.failure=Bulk update basarisiz oldu, hatalar icin konsolu kontrol edin +luckperms.command.update-task.request=Guncelleme istegi alindi, lutfen bekleyin +luckperms.command.update-task.complete=Guncelleme basarili +luckperms.command.update-task.push.attempting=Su anda diger sunuculara aktarma deneniyor +luckperms.command.update-task.push.complete=Diger sunucular basariyle {0} ile bilgilendirildi +luckperms.command.update-task.push.error=Degisiklikler diger sunuculara aktarilirken bir hata olustu +luckperms.command.update-task.push.error-not-setup=Mesaj servisi ayarlanmamis sunuculara degisiklikler aktarilamaz +luckperms.command.reload-config.success=Ayar dosyasi basariyla yeniden yuklendi +luckperms.command.reload-config.restart-note=bazi ayarlar sadece sunucu tekrar baslatildiginda uygulanir +luckperms.command.translations.searching=Mevcut ceviriler araniyor, lutfen bekleyin... +luckperms.command.translations.searching-error=Mevcut cevirilerin listesi alinamadi +luckperms.command.translations.installed-translations=Indirilen Ceviriler +luckperms.command.translations.available-translations=Mevcut Ceviriler +luckperms.command.translations.percent-translated={0}% cevrildi +luckperms.command.translations.translations-by=tarafindan +luckperms.command.translations.installing=Ceviriler indiriliyor, lutfen bekleyin... +luckperms.command.translations.download-error={0} cevirisi indirilemiyor +luckperms.command.translations.installing-specific={0} Dili Indiriliyor... +luckperms.command.translations.install-complete=Indirme Tamamlandi +luckperms.command.translations.download-prompt=Topluluk tarafindan saglanan bu cevirilerin guncel surumlerini indirmek icin {0} komudunu kullan +luckperms.command.translations.download-override-warning=Bu diller icin yaptigin herhangi bir degisiklik ustune yazilacak. Lutfen bunu not et +luckperms.usage.user.description=Kullanicilari yonetebilecegin LuckPerms komutlari (LuckPerms''deki bir ''kullanici'' sadece bir oyuncudur, UUID ya da kullanici adiyla ifade edilir) +luckperms.usage.group.description=Gruplari yonetebilecegin LuckPerms komutlari. Gruplar sadece kullanicilara verilen yetki atama koleksiyonlaridir. Yeni gruplar ''creategroup'' komudu kullanilarak olusturulabilir. +luckperms.usage.track.description=Rol paletlerini yonetebilecegin LuckPerms komutlari. Rol paletleri kullanicilari terfi veya tenzil etmek icin kullanilan siralanmis grup koleksiyonlaridir. +luckperms.usage.log.description=Log fonksiyonunu yonetebilecegin LuckPerms komutlari. +luckperms.usage.sync.description=Eklentinin hafizasinda saklanan tum veriyi yeniden yukler ve tespit edilen herhangi bir degisikligi uygular. +luckperms.usage.info.description=Eklentinin aktif durumu hakkinda genel bilgiyi gosterir. +luckperms.usage.editor.description=Yeni bir web editor oturumu olusturur +luckperms.usage.editor.argument.type=editore yuklenen turler. (''all'', ''users'' ya da ''groups'') +luckperms.usage.editor.argument.filter=kullanici girdilerini filtreleme izni +luckperms.usage.verbose.description=Eklentinin gereksiz ayrintili yetkileri bulmaya calistigi izleme sistemini kontrol eder. +luckperms.usage.verbose.argument.action=loga kaydetmeyi etkinlestirme/devre disi birakma veya loga kaydedilen ciktiyi yukleme +luckperms.usage.verbose.argument.filter=eslesen girdilere karsi filtre +luckperms.usage.verbose.argument.commandas=calistirilacak oyuncu/komut +luckperms.usage.tree.description=LuckPerms tarafindan bilinen tum yetkilerin agac gorunumunu olusturur (siralanmis liste hiyerarsisi). +luckperms.usage.tree.argument.scope=agacin koku. Tum yetkileri belirtmek icin "." kullanin +luckperms.usage.tree.argument.player=kontrol edilecek cevrimici oyuncunun ismi +luckperms.usage.search.description=Spesifik bir yetki ile tУМm kullanФБcФБlarФБ ya da gruplarФБ arar +luckperms.usage.search.argument.permission=aranan yetki +luckperms.usage.search.argument.page=goruntulenecek sayfa +luckperms.usage.network-sync.description=Senkronizasyon saklama ile degisir ve ag uzerindeki diger tum sunuculara aynisini yapar +luckperms.usage.import.description=(Onceden olusturulmus) bir disa aktarim dosyasindan veriyi ice aktarir +luckperms.usage.import.argument.file=ice aktarilacak dosya +luckperms.usage.import.argument.replace=var olan veriyi birlestirmek yerine tekrar koyun +luckperms.usage.import.argument.upload=onceki disa aktarmadaki tum veriyi yukle +luckperms.usage.export.description=Tum yetki verisini ''disa aktarim'' dosyasi olarak disa aktar. Daha sonra tekrar ice aktarilabilir. +luckperms.usage.export.argument.file=disa aktarilacak dosya +luckperms.usage.export.argument.without-users=disa aktarimdan kullanicilari haric tut +luckperms.usage.export.argument.without-groups=disa aktarimdan gruplari haric tut +luckperms.usage.export.argument.upload=Tum yetki verisini webeditore yukle. Daha sonra tekrar ice aktarilabilir. +luckperms.usage.reload-config.description=Bazi yapilandirma ayarlarini tekrar yukle +luckperms.usage.bulk-update.description=Tum verideki bulk change sorgularini calistirir +luckperms.usage.bulk-update.argument.data-type=degisen verinin turu. (''all'', ''users'' ya da ''groups'') +luckperms.usage.bulk-update.argument.action=veride uygulanan eylem. (''update'' ya da ''delete'') +luckperms.usage.bulk-update.argument.action-field=uzerinde eylem yapilacak alan. Sadece ''guncelleme'' icin gerekli. (''permission'', ''server'' ya da ''world'') +luckperms.usage.bulk-update.argument.action-value=yerine gelecek deger. Sadece ''guncelleme'' icin gerekli. +luckperms.usage.bulk-update.argument.constraint=guncelleme icin kisitlamalar gereklidir +luckperms.usage.translations.description=Cevirileri yonet +luckperms.usage.translations.argument.install=cevirileri indirmek icin alt komut +luckperms.usage.apply-edits.description=Web editor tarafindan yapilan yetki degisikliklerini uygular +luckperms.usage.apply-edits.argument.code=veri icin ozgun kod +luckperms.usage.apply-edits.argument.target=veriyi kim uygulayacak +luckperms.usage.create-group.description=Yeni bir grup olustur +luckperms.usage.create-group.argument.name=grubun ismi +luckperms.usage.create-group.argument.weight=grubun onceligi +luckperms.usage.create-group.argument.display-name=grubun gorunen ismi +luckperms.usage.delete-group.description=Bir grubu sil +luckperms.usage.delete-group.argument.name=grubun ismi +luckperms.usage.list-groups.description=Platformdaki tum gruplari listele +luckperms.usage.create-track.description=Yeni bir rol paleti olustur +luckperms.usage.create-track.argument.name=rol paletinin ismi +luckperms.usage.delete-track.description=Bir rol paleti sil +luckperms.usage.delete-track.argument.name=rol paletinin ismi +luckperms.usage.list-tracks.description=Platformdaki tum rol paletlerini listele +luckperms.usage.user-info.description=Kullanici hakkinda bilgi verir +luckperms.usage.user-switchprimarygroup.description=Kullanicinin birincil grubunu degistirir +luckperms.usage.user-switchprimarygroup.argument.group=degistirilecek grup +luckperms.usage.user-promote.description=Rol paleti ustunden kullaniciyi terfi eder +luckperms.usage.user-promote.argument.track=kullanicinin terfi edilecegi rol paleti +luckperms.usage.user-promote.argument.context=kullanicinin terfi edilecegi bolgeler +luckperms.usage.user-promote.argument.dont-add-to-first=sadece rol paletinde olan bir kullaniciyi terfi edebilirsin +luckperms.usage.user-demote.description=Rol paleti ustunden kullaniciyi tenzil eder +luckperms.usage.user-demote.argument.track=kullanicinin tenzil edilecegi rol paleti +luckperms.usage.user-demote.argument.context=kullanicinin tenzil edilecegi bolgeler +luckperms.usage.user-demote.argument.dont-remove-from-first=kullanicinin ilk gruptan silinmesini onler +luckperms.usage.user-clone.description=Kullaniciyi klonla +luckperms.usage.user-clone.argument.user=klonlanacak kullanicinin ismi/uuid si +luckperms.usage.group-info.description=Grup hakkinda bilgi verir +luckperms.usage.group-listmembers.description=Bu grubu kapsayan kullanicilari/gruplari gosterir +luckperms.usage.group-listmembers.argument.page=goruntulenecek sayfa +luckperms.usage.group-setweight.description=Gruplarin onceligini ayarla +luckperms.usage.group-setweight.argument.weight=ayarlanacak oncelik +luckperms.usage.group-set-display-name.description=Grubun gorunen ismini ayarla +luckperms.usage.group-set-display-name.argument.name=ayarlanacak isim +luckperms.usage.group-set-display-name.argument.context=ismin ayarlanacagi bolgeler +luckperms.usage.group-rename.description=Gruba yeniden isim ver +luckperms.usage.group-rename.argument.name=yeni isim +luckperms.usage.group-clone.description=Grup klonla +luckperms.usage.group-clone.argument.name=klonlanacak grubun ismi +luckperms.usage.holder-editor.description=Web yetki editorunu acar +luckperms.usage.holder-showtracks.description=Bu rol paletinde olan objeleri listeler +luckperms.usage.holder-clear.description=Tum yetkileri, rolleri ve metayi siler +luckperms.usage.holder-clear.argument.context=filtrelenecek bolgeler +luckperms.usage.permission.description=Yetkileri duzenle +luckperms.usage.parent.description=Kapsayicilari duzenle +luckperms.usage.meta.description=Metadata degerlerini duzenle +luckperms.usage.permission-info.description=Bir objenin sahip oldugu yetkileri listeler +luckperms.usage.permission-info.argument.page=goruntulenecek sayfa +luckperms.usage.permission-info.argument.sort-mode=girdiler nasФБl siralanir +luckperms.usage.permission-set.description=Obje icin bir yetki ayarlar +luckperms.usage.permission-set.argument.node=ayarlanacak yetki +luckperms.usage.permission-set.argument.value=yetkinin degeri +luckperms.usage.permission-set.argument.context=yetkinin eklenecegi bolgeler +luckperms.usage.permission-unset.description=Obje icin bir yetki ayarlamasini kaldirir +luckperms.usage.permission-unset.argument.node=ayari kaldirilacak yetki +luckperms.usage.permission-unset.argument.context=yetkinin silinecegi bolgeler +luckperms.usage.permission-settemp.description=Obje icin gecici bir yetki ayarlar +luckperms.usage.permission-settemp.argument.node=ayarlanacak yetki +luckperms.usage.permission-settemp.argument.value=yetkinin degeri +luckperms.usage.permission-settemp.argument.duration=yetkinin suresi dolana kadar gececek sure +luckperms.usage.permission-settemp.argument.temporary-modifier=gecici yetki nasil uygulanmali +luckperms.usage.permission-settemp.argument.context=yetkinin eklenecegi bolgeler +luckperms.usage.permission-unsettemp.description=Obje icin gecici bir yetki ayarlamasini kaldirir +luckperms.usage.permission-unsettemp.argument.node=ayari kaldirilacak yetki +luckperms.usage.permission-unsettemp.argument.duration=cikma suresi +luckperms.usage.permission-unsettemp.argument.context=yetkinin silinecegi bolgeler +luckperms.usage.permission-check.description=Bir objenin belli bir yetkiye sahip olup olmadigini kontrol eder +luckperms.usage.permission-check.argument.node=kontrol edilecek yetki +luckperms.usage.permission-clear.description=Tum yetkileri temizler +luckperms.usage.permission-clear.argument.context=filtrelenecek bolgeler +luckperms.usage.parent-info.description=Objenin kapsayacagi gruplarin listesi +luckperms.usage.parent-info.argument.page=goruntulenecek sayfa +luckperms.usage.parent-info.argument.sort-mode=girdiler nasФБl siralanir +luckperms.usage.parent-set.description=Objenin halihazirda kapsadigi tum diger gruplari kaldirir ve verilen 1 tanesini ekler +luckperms.usage.parent-set.argument.group=ayarlanacak grup +luckperms.usage.parent-set.argument.context=grubun ayarlanacagi bolgeler +luckperms.usage.parent-add.description=Obje icin yetkileri kapsayacak baska bir grup ayarlar +luckperms.usage.parent-add.argument.group=kapsayacak grup +luckperms.usage.parent-add.argument.context=grubun kapsayacagФБ bolgeler +luckperms.usage.parent-remove.description=Onceden ayarlanmis kapsayici rolu kaldirir +luckperms.usage.parent-remove.argument.group=silinecek grup +luckperms.usage.parent-remove.argument.context=grubun silinecegi bolgeler +luckperms.usage.parent-set-track.description=Objenin halihazirda rol paletinde kapsadigi tum diger gruplari kaldirir ve verilen 1 tanesini ekler +luckperms.usage.parent-set-track.argument.track=ayarlanacak rol paleti +luckperms.usage.parent-set-track.argument.group=ayarlanacak grup ya da verilen rol paletindeki grubun bulundugu pozisyonun numarasi +luckperms.usage.parent-set-track.argument.context=grubun ayarlanacagi bolgeler +luckperms.usage.parent-add-temp.description=Obje icin yetkileri kapsayacak gecici baska bir grup ayarlar +luckperms.usage.parent-add-temp.argument.group=kapsayacak grup +luckperms.usage.parent-add-temp.argument.duration=gruba uyesi olma suresi +luckperms.usage.parent-add-temp.argument.temporary-modifier=gecici yetki nasil uygulanmali +luckperms.usage.parent-add-temp.argument.context=grubun kapsayacagФБ bolgeler +luckperms.usage.parent-remove-temp.description=Onceden ayarlanmis gecici grubu siler +luckperms.usage.parent-remove-temp.argument.group=silinecek grup +luckperms.usage.parent-remove-temp.argument.duration=cikma suresi +luckperms.usage.parent-remove-temp.argument.context=grubun silinecegi bolgeler +luckperms.usage.parent-clear.description=Tum rolleri siler +luckperms.usage.parent-clear.argument.context=filtrelenecek bolgeler +luckperms.usage.parent-clear-track.description=Verilen rol paletindeki tum rolleri siler +luckperms.usage.parent-clear-track.argument.track=silinecek rol paleti +luckperms.usage.parent-clear-track.argument.context=filtrelenecek bolgeler +luckperms.usage.meta-info.description=Tum sohbet metasini gosterir +luckperms.usage.meta-set.description=Bir meta degeri ayarlar +luckperms.usage.meta-set.argument.key=ayarlanacak anahtar +luckperms.usage.meta-set.argument.value=ayarlanacak deger +luckperms.usage.meta-set.argument.context=meta ciftinin eklenecegi bolgeler +luckperms.usage.meta-unset.description=Bir meta degeri ayarini kaldirir +luckperms.usage.meta-unset.argument.key=ayarin kaldirilacagi anahtar +luckperms.usage.meta-unset.argument.context=meta ciftinin silinecegi bolgeler +luckperms.usage.meta-settemp.description=Gecici olarak bir meta degeri ayarlar +luckperms.usage.meta-settemp.argument.key=ayarlanacak anahtar +luckperms.usage.meta-settemp.argument.value=ayarlanacak deger +luckperms.usage.meta-settemp.argument.duration=meta degerinin suresi dolana kadar gececek sure +luckperms.usage.meta-settemp.argument.context=meta ciftinin eklenecegi bolgeler +luckperms.usage.meta-unsettemp.description=Gecici meta degeri ayarini kaldirir +luckperms.usage.meta-unsettemp.argument.key=ayarin kaldirilacagi anahtar +luckperms.usage.meta-unsettemp.argument.context=meta ciftinin silinecegi bolgeler +luckperms.usage.meta-addprefix.description=Bir prefix ekler +luckperms.usage.meta-addprefix.argument.priority=eklenecek prefixin onceligi +luckperms.usage.meta-addprefix.argument.prefix=prefix dizisi +luckperms.usage.meta-addprefix.argument.context=prefixin eklenecegi bolgeler +luckperms.usage.meta-addsuffix.description=Bir suffix ekler +luckperms.usage.meta-addsuffix.argument.priority=eklenecek suffixin onceligi +luckperms.usage.meta-addsuffix.argument.suffix=suffix dizisi +luckperms.usage.meta-addsuffix.argument.context=suffixin eklenecegi bolgeler +luckperms.usage.meta-setprefix.description=Bir prefix ayarlar +luckperms.usage.meta-setprefix.argument.priority=prefixin ayarlanacagi oncelik +luckperms.usage.meta-setprefix.argument.prefix=prefix dizisi +luckperms.usage.meta-setprefix.argument.context=prefixin ayarlanacagi bolgeler +luckperms.usage.meta-setsuffix.description=Bir suffix ayarlar +luckperms.usage.meta-setsuffix.argument.priority=ayarlanacak suffixin onceligi +luckperms.usage.meta-setsuffix.argument.suffix=suffix dizisi +luckperms.usage.meta-setsuffix.argument.context=suffixin ayarlanacagi bolgeler +luckperms.usage.meta-removeprefix.description=Bir prefix siler +luckperms.usage.meta-removeprefix.argument.priority=prefixin silinecegi oncelik +luckperms.usage.meta-removeprefix.argument.prefix=prefix dizisi +luckperms.usage.meta-removeprefix.argument.context=prefixin silinecegi bolgeler +luckperms.usage.meta-removesuffix.description=Bir suffix siler +luckperms.usage.meta-removesuffix.argument.priority=silinecek suffixin onceligi +luckperms.usage.meta-removesuffix.argument.suffix=suffix dizisi +luckperms.usage.meta-removesuffix.argument.context=suffixin silinecegi bolgeler +luckperms.usage.meta-addtemp-prefix.description=Gecici olarak bir prefix ekler +luckperms.usage.meta-addtemp-prefix.argument.priority=eklenecek prefixin onceligi +luckperms.usage.meta-addtemp-prefix.argument.prefix=prefix dizisi +luckperms.usage.meta-addtemp-prefix.argument.duration=prefixin suresi dolana kadar gececek sure +luckperms.usage.meta-addtemp-prefix.argument.context=prefixin eklenecegi bolgeler +luckperms.usage.meta-addtemp-suffix.description=Gecici olarak bir suffix ekler +luckperms.usage.meta-addtemp-suffix.argument.priority=eklenecek suffixin onceligi +luckperms.usage.meta-addtemp-suffix.argument.suffix=suffix dizisi +luckperms.usage.meta-addtemp-suffix.argument.duration=suffixin suresi dolana kadar gececek sure +luckperms.usage.meta-addtemp-suffix.argument.context=suffixin eklenecegi bolgeler +luckperms.usage.meta-settemp-prefix.description=Gecici olarak bir prefix ayarlar +luckperms.usage.meta-settemp-prefix.argument.priority=prefixin ayarlanacagi oncelik +luckperms.usage.meta-settemp-prefix.argument.prefix=prefix dizisi +luckperms.usage.meta-settemp-prefix.argument.duration=prefixin suresi dolana kadar gececek sure +luckperms.usage.meta-settemp-prefix.argument.context=prefixin ayarlanacagi bolgeler +luckperms.usage.meta-settemp-suffix.description=Gecici olarak bir suffix ayarlar +luckperms.usage.meta-settemp-suffix.argument.priority=ayarlanacak suffixin onceligi +luckperms.usage.meta-settemp-suffix.argument.suffix=suffix dizisi +luckperms.usage.meta-settemp-suffix.argument.duration=suffixin suresi dolana kadar gececek sure +luckperms.usage.meta-settemp-suffix.argument.context=suffixin ayarlanacagi bolgeler +luckperms.usage.meta-removetemp-prefix.description=Gecici prefixi siler +luckperms.usage.meta-removetemp-prefix.argument.priority=prefixin silinecegi oncelik +luckperms.usage.meta-removetemp-prefix.argument.prefix=prefix dizisi +luckperms.usage.meta-removetemp-prefix.argument.context=prefixin silinecegi bolgeler +luckperms.usage.meta-removetemp-suffix.description=Gecici suffixi siler +luckperms.usage.meta-removetemp-suffix.argument.priority=silinecek suffixin onceligi +luckperms.usage.meta-removetemp-suffix.argument.suffix=suffix dizisi +luckperms.usage.meta-removetemp-suffix.argument.context=suffixin silinecegi bolgeler +luckperms.usage.meta-clear.description=Tum metayi temizler +luckperms.usage.meta-clear.argument.type=silinecek metanin turu +luckperms.usage.meta-clear.argument.context=filtrelenecek bolgeler +luckperms.usage.track-info.description=Rol paleti hakkinda bilgi verir +luckperms.usage.track-editor.description=Web yetki editУЖrУМnУМ aУЇar +luckperms.usage.track-append.description=Rol paletinin sonuna bir grup ekler +luckperms.usage.track-append.argument.group=eklenecek grup +luckperms.usage.track-insert.description=Rol paletinde verilen pozisyana grubu yerlestirir +luckperms.usage.track-insert.argument.group=yerlestirilecek grup +luckperms.usage.track-insert.argument.position=grubun yerlestirilecegi pozisyon (rol paletinde ilk pozisyon 1''dir) +luckperms.usage.track-remove.description=Rol paletinden bir grup siler +luckperms.usage.track-remove.argument.group=silinecek grup +luckperms.usage.track-clear.description=Rol paletindeki tum gruplari temizler +luckperms.usage.track-rename.description=Rol paletine yeniden isim ver +luckperms.usage.track-rename.argument.name=yeni isim +luckperms.usage.track-clone.description=Rol paletini klonla +luckperms.usage.track-clone.argument.name=klonlanacak rol paletinin ismi +luckperms.usage.log-recent.description=Son eylemleri goruntule +luckperms.usage.log-recent.argument.user=filtrelenecek kullanicinin ismi/uuid si +luckperms.usage.log-recent.argument.page=goruntulenecek sayfa sayisi +luckperms.usage.log-search.description=Yapilan islemler icin loglari arastirin +luckperms.usage.log-search.argument.query=aranacak sorgu +luckperms.usage.log-search.argument.page=gУЖrУМntУМlenecek sayfa numarasФБ +luckperms.usage.log-notify.description=Log bildirimlerini ac ya da kapat +luckperms.usage.log-notify.argument.toggle=geУЇiХŸ yapФБlФБp yapФБlmamasФБ aУЇФБk ya da kapalФБysa +luckperms.usage.log-user-history.description=Kullanicinin gecmisini goruntule +luckperms.usage.log-user-history.argument.user=kullanicinin ismi/uuid si +luckperms.usage.log-user-history.argument.page=goruntulenecek sayfa sayisi +luckperms.usage.log-group-history.description=Grup gecmisini goruntule +luckperms.usage.log-group-history.argument.group=grubun ismi +luckperms.usage.log-group-history.argument.page=goruntulenecek sayfa sayisi +luckperms.usage.log-track-history.description=Rol paletinin gecmisini goruntule +luckperms.usage.log-track-history.argument.track=rol paletinin ismi +luckperms.usage.log-track-history.argument.page=goruntulenecek sayfa sayisi +luckperms.usage.sponge.description=Fazla Sponge verisini dУМzenle +luckperms.usage.sponge.argument.collection=sorgulanacak koleksiyon +luckperms.usage.sponge.argument.subject=degistirilecek subject +luckperms.usage.sponge-permission-info.description=Subject''in yetkileri hakkinda bilgi verir +luckperms.usage.sponge-permission-info.argument.contexts=filtrelenecek bolgeler +luckperms.usage.sponge-permission-set.description=Subject icin bir yetki ayarlar +luckperms.usage.sponge-permission-set.argument.node=ayarlanacak yetki +luckperms.usage.sponge-permission-set.argument.tristate=ayarlanacak yetkinin degeri +luckperms.usage.sponge-permission-set.argument.contexts=yetkinin ayarlanacagi bolgeler +luckperms.usage.sponge-permission-clear.description=Subjectin yetkilerini temizler +luckperms.usage.sponge-permission-clear.argument.contexts=yetkilerin temizlenecegi bolgeler +luckperms.usage.sponge-parent-info.description=Subjectin rolleri hakkФБnda bilgi verir +luckperms.usage.sponge-parent-info.argument.contexts=filtrelenecek bolgeler +luckperms.usage.sponge-parent-add.description=Subjecte bir rol ekler +luckperms.usage.sponge-parent-add.argument.collection=subject rolunun bulundugu yerdeki subject koleksiyonu +luckperms.usage.sponge-parent-add.argument.subject=rol subjectinin ismi +luckperms.usage.sponge-parent-add.argument.contexts=rolun eklenecegi bolgeler +luckperms.usage.sponge-parent-remove.description=Subjectten bir rolu siler +luckperms.usage.sponge-parent-remove.argument.collection=subject rolunun bulundugu yerdeki subject koleksiyonu +luckperms.usage.sponge-parent-remove.argument.subject=rol subjectinin ismi +luckperms.usage.sponge-parent-remove.argument.contexts=rolun silinecegi bolgeler +luckperms.usage.sponge-parent-clear.description=Subjectin rollerini temizler +luckperms.usage.sponge-parent-clear.argument.contexts=rollerin temizlenecegi bolgeler +luckperms.usage.sponge-option-info.description=Subjectin ayarlari hakkinda bilgi verir +luckperms.usage.sponge-option-info.argument.contexts=filtrelenecek bolgeler +luckperms.usage.sponge-option-set.description=Subject icin bir opsiyon ayarlar +luckperms.usage.sponge-option-set.argument.key=ayarlanacak anahtar +luckperms.usage.sponge-option-set.argument.value=anahtara ayarlanacak deger +luckperms.usage.sponge-option-set.argument.contexts=opsiyona ayarlanacak bolgeler +luckperms.usage.sponge-option-unset.description=Subject icin bir opsiyon ayarini kaldirir +luckperms.usage.sponge-option-unset.argument.key=ayarin kaldirilacagi anahtar +luckperms.usage.sponge-option-unset.argument.contexts=anahtar ayarinin kaldirilacagi bolgeler +luckperms.usage.sponge-option-clear.description=Subjectin opsiyonlarini temizler +luckperms.usage.sponge-option-clear.argument.contexts=opsiyonlarin temizlenecegi bolgeler diff --git a/plugins/LuckPerms/translations/repository/uk_UA.properties b/plugins/LuckPerms/translations/repository/uk_UA.properties new file mode 100644 index 0000000..247b8cc --- /dev/null +++ b/plugins/LuckPerms/translations/repository/uk_UA.properties @@ -0,0 +1,630 @@ +luckperms.logs.actionlog-prefix=а’б…б–аД +luckperms.logs.verbose-prefix=а’а‘ +luckperms.logs.export-prefix=а•аšаЁаŸаžа аЂ +luckperms.commandsystem.available-commands=а’аИаКаОб€аИбб‚аОаВбƒаЙб‚аЕ {0}, б‰аОаБ аПаЕб€аЕаГаЛбаНбƒб‚аИ аДаОбб‚бƒаПаНб– аКаОаМаАаНаДаИ +luckperms.commandsystem.command-not-recognised=аšаОаМаАаНаДаА аНаЕб€аОаЗаПб–аЗаНаАаНаА +luckperms.commandsystem.no-permission=аЃ аВаАб аНаЕаМаАб” аДаОаЗаВаОаЛбƒ аНаА аВаИаКаОб€аИбб‚аАаНаНб б†б–б”б— аКаОаМаАаНаДаИ\! +luckperms.commandsystem.no-permission-subcommands=аЃ аВаАб аНаЕаМаАб” аДаОаЗаВаОаЛбƒ аНаА аВаИаКаОб€аИбб‚аАаНаНб аБбƒаДбŒ-баКаИб… аПб–аДаКаОаМаАаНаД +luckperms.commandsystem.already-executing-command=а’аИаКаОаНбƒб”б‚бŒбб б–аНбˆаА аКаОаМаАаНаДаА, аЗаАб‡аЕаКаАаЙб‚аЕ аНаА б—б— аЗаАаВаЕб€бˆаЕаНаНб... +luckperms.commandsystem.usage.sub-commands-header=аŸб–аДаКаОаМаАаНаДаИ +luckperms.commandsystem.usage.usage-header=а’аИаКаОб€аИбб‚аАаНаНб аКаОаМаАаНаД +luckperms.commandsystem.usage.arguments-header=аб€аГбƒаМаЕаНб‚аИ +luckperms.first-time.no-permissions-setup=а—аДаАб”б‚бŒбб, б‰аО аНб–баКб– аДаОаЗаВаОаЛаИ б‰аЕ аНаЕ аНаАаЛаАбˆб‚аОаВаАаНб–\! +luckperms.first-time.use-console-to-give-access=аŸаЕб€аЕаД б‚аИаМ баК аВаИ аЗаМаОаЖаЕб‚аЕ аВаИаКаОб€аИбб‚аОаВбƒаВаАб‚аИ аБбƒаДбŒ-баКб– аКаОаМаАаНаДаИ LuckPerms бƒ аГб€б–, аВаАаМ аВаАб€б‚аО аВаИаКаОб€аИбб‚аОаВбƒаВаАб‚аИ аКаОаНбаОаЛбŒ, б‰аОаБ аНаАаДаАб‚аИ баОаБб– аДаОбб‚бƒаП +luckperms.first-time.console-command-prompt=а аОаЗаГаОб€аНб–б‚бŒ баВаОбŽ аКаОаНбаОаЛбŒ б– аЗаАаПбƒбб‚б–б‚бŒ б—б— +luckperms.first-time.next-step=аŸб–баЛб б‚аОаГаО баК аВаИ б†аЕ аВаИаКаОаНаАаЛаИ, аМаОаЖаЕб‚аЕ аПаОб‡аИаНаАб‚аИ аВаИаЗаНаАб‡аАб‚аИ баВаОб— аПб€аАаВаА аДаОбб‚бƒаПбƒ б‚аА аГб€бƒаПаИ +luckperms.first-time.wiki-prompt=ааЕ аЗаНаАб”б‚аЕ аДаЕ аПаОб‡аАб‚аИ? аŸаЕб€аЕаВб–б€б‚аЕ б‚бƒб‚ {0} +luckperms.login.try-again=а‘бƒаДбŒ аЛаАбаКаА, баПб€аОаБбƒаЙб‚аЕ аПб–аЗаНб–бˆаЕ +luckperms.login.loading-database-error=аŸаОаМаИаЛаКаА аБаАаЗаИ аДаАаНаИб… бб‚аАаЛаАббŒ аПб–аД б‡аАб аЗаАаВаАаНб‚аАаЖаЕаНаНб аДаАаНаИб… аДаЛб аДаОбб‚бƒаПбƒ +luckperms.login.server-admin-check-console-errors=аЏаКб‰аО аВаИ аАаДаМб–аНб–бб‚б€аАб‚аОб€ баЕб€аВаЕб€бƒ, аБбƒаДбŒ аЛаАбаКаА, аПаЕб€аЕаВб–б€б‚аЕ аКаОаНбаОаЛбŒ аНаА аНаАбаВаНб–бб‚бŒ аБбƒаДбŒ-баКаИб… аПаОаМаИаЛаОаК +luckperms.login.server-admin-check-console-info=а‘бƒаДбŒ аЛаАбаКаА, аПаЕб€аЕаВб–б€б‚аЕ баЕб€аВаЕб€аНбƒ аКаОаНбаОаЛбŒ аДаЛб аДаОаДаАб‚аКаОаВаОб— б–аНб„аОб€аМаАб†б–б— +luckperms.login.data-not-loaded-at-pre=а”аАаНб– аДаОаЗаВаОаЛб–аВ аДаЛб аВаАбˆаОаГаО аКаОб€аИбб‚бƒаВаАб‡аА аНаЕ аБбƒаЛаИ аЗаАаВаАаНб‚аАаЖаЕаНб– аПб–аД б‡аАб аЕб‚аАаПбƒ аПаОаПаЕб€аЕаДаНбŒаОаГаО аВб…аОаДбƒ +luckperms.login.unable-to-continue=аПб€аОаДаОаВаЖаИб‚аИ аНаЕаМаОаЖаЛаИаВаО +luckperms.login.craftbukkit-offline-mode-error=б†аЕ, аЙаМаОаВб–б€аНаО, б‡аЕб€аЕаЗ аКаОаНб„аЛб–аКб‚ аМб–аЖ CraftBukkit аЙ аПаАб€аАаМаЕб‚б€аОаМ аОаНаЛаАаЙаН б€аЕаЖаИаМбƒ +luckperms.login.unexpected-error=аЁб‚аАаЛаАббŒ аНаЕаОб‡б–аКбƒаВаАаНаА аПаОаМаИаЛаКаА аПб–аД б‡аАб аНаАаЛаАбˆб‚бƒаВаАаНаНб аБаАаЗаИ аДаАаНаИб… аДаОаЗаВаОаЛб–аВ +luckperms.opsystem.disabled=аЁаИбб‚аЕаМаА аВаАаНб–аЛбŒаНаИб… аОаПаЕб€аАб‚аОб€б–аВ аВаИаМаКаНаЕаНаА аНаА б†бŒаОаМбƒ баЕб€аВаЕб€б– +luckperms.opsystem.sponge-warning=а‘бƒаДбŒ аЛаАбаКаА, аЗаВаЕб€аНб–б‚бŒ бƒаВаАаГбƒ, б‰аО бб‚аАб‚бƒб аОаПаЕб€аАб‚аОб€аА баЕб€аВаЕб€аА аНаЕ аМаАб” аВаПаЛаИаВбƒ аНаА аПаЕб€аЕаВб–б€аКаИ б‰аОаДаО аДаОаЗаВаОаЛб–аВ Sponge, аКаОаЛаИ аПаЛаАаГб–аН аДаОаЗаВаОаЛбƒ б–аНбб‚аАаЛбŒаОаВаАаНаИаЙ, аВаИ аПаОаВаИаНаНб– аВб–аДб€аЕаДаАаГбƒаВаАб‚аИ аДаАаНб– аКаОб€аИбб‚бƒаВаАб‡аА аБаЕаЗаПаОбаЕб€аЕаДаНбŒаО +luckperms.duration.unit.years.plural={0} б€аОаКб–аВ +luckperms.duration.unit.years.singular={0} б€б–аК +luckperms.duration.unit.years.short={0}б€. +luckperms.duration.unit.months.plural={0} аМб–ббб†б–аВ +luckperms.duration.unit.months.singular={0} аМб–ббб†бŒ +luckperms.duration.unit.months.short={0}аМб–б. +luckperms.duration.unit.weeks.plural={0} б‚аИаЖаНб–аВ +luckperms.duration.unit.weeks.singular={0} б‚аИаЖаДаЕаНбŒ +luckperms.duration.unit.weeks.short={0}б‚аИаЖаД +luckperms.duration.unit.days.plural={0} аДаНб–аВ +luckperms.duration.unit.days.singular={0} аДаЕаНбŒ +luckperms.duration.unit.days.short={0}аДаН +luckperms.duration.unit.hours.plural={0} аГаОаДаИаН +luckperms.duration.unit.hours.singular={0} аГаОаДаИаНаА +luckperms.duration.unit.hours.short={0}аГ +luckperms.duration.unit.minutes.plural={0} б…аВаИаЛаИаН +luckperms.duration.unit.minutes.singular={0} б…аВаИаЛаИаНаА +luckperms.duration.unit.minutes.short={0}б…аВ +luckperms.duration.unit.seconds.plural={0} баЕаКбƒаНаД +luckperms.duration.unit.seconds.singular={0} баЕаКбƒаНаДаА +luckperms.duration.unit.seconds.short={0}баЕаК +luckperms.duration.since={0} б‚аОаМбƒ +luckperms.command.misc.invalid-code=ааЕаПб€аАаВаИаЛбŒаНаИаЙ аКаОаД +luckperms.command.misc.response-code-key=аКаОаД аВб–аДаПаОаВб–аДб– +luckperms.command.misc.error-message-key=аПаОаВб–аДаОаМаЛаЕаНаНб +luckperms.command.misc.bytebin-unable-to-communicate=ааЕ аВаДаАаЛаОбб аЗаВт€™баЗаАб‚аИбб аЗ bytebin +luckperms.command.misc.webapp-unable-to-communicate=ааЕ аВаДаАаЛаОбб аЗаДб–аЙбаНаИб‚аИ аОаБаМб–аН б–аНб„аОб€аМаАб†б–б”бŽ аЗ аВаЕаБ-аДаОаДаАб‚аКаОаМ +luckperms.command.misc.check-console-for-errors=аŸаЕб€аЕаВб–б€б‚аЕ аКаОаНбаОаЛбŒ аНаА аПаОаМаИаЛаКаИ +luckperms.command.misc.file-must-be-in-data=аЄаАаЙаЛ {0} аПаОаВаИаНаЕаН аБбƒб‚аИ аВ аПаАаПб†б– аБаАаЗаИ аДаАаНаИб… +luckperms.command.misc.wait-to-finish=а—аАб‡аЕаКаАаЙб‚аЕ, аБбƒаДбŒ аЛаАбаКаА, аПаОаКаИ аВаОаНаО аЗаАаКб–аНб‡аИб‚бŒ б– баПб€аОаБбƒаЙб‚аЕ аЗаНаОаВбƒ +luckperms.command.misc.invalid-priority=ааЕаПб€аАаВаИаЛбŒаНаИаЙ аПб€б–аОб€аИб‚аЕб‚ {0} +luckperms.command.misc.expected-number=аžб‡б–аКбƒаВаАаЛаОбб б†б–аЛаЕ б‡аИбаЛаО\! +luckperms.command.misc.date-parse-error=ааЕ аВаДаАаЛаОбб б€аОаЗаПб–аЗаНаАб‚аИ аДаАб‚бƒ {0} +luckperms.command.misc.date-in-past-error=а’аИ аНаЕ аМаОаЖаЕб‚аЕ аВбб‚аАаНаОаВаИб‚аИ аМаИаНбƒаЛбƒ аДаАб‚бƒ\! +luckperms.command.misc.page=бб‚аОб€б–аНаКаА {0} аЗ {1} +luckperms.command.misc.page-entries={0} аЗаАаПаИбб–аВ +luckperms.command.misc.none=а’б–аДббƒб‚аНбŒаО +luckperms.command.misc.loading.error.unexpected=аЁб‚аАаЛаАббŒ аНаЕаПаЕб€аЕаДаБаАб‡аЕаНаА аПаОаМаИаЛаКаА +luckperms.command.misc.loading.error.user=аšаОб€аИбб‚бƒаВаАб‡ аНаЕаЗаАаВаАаНб‚аАаЖаЕаНаИаЙ +luckperms.command.misc.loading.error.user-specific=ааЕ аВаДаАаЛаОбб аЗаАаВаАаНб‚аАаЖаИб‚аИ б†б–аЛбŒаОаВаОаГаО аКаОб€аИбб‚бƒаВаАб‡аА {0} +luckperms.command.misc.loading.error.user-not-found=аšаОб€аИбб‚бƒаВаАб‡аА аДаЛб {0} аНаЕ аЗаНаАаЙаДаЕаНаО +luckperms.command.misc.loading.error.user-save-error=аŸб–аД б‡аАб аЗаБаЕб€аЕаЖаЕаНаНб аДаАаНаИб… аДаЛб аКаОб€аИбб‚бƒаВаАб‡аА {0} бб‚аАаЛаАбб аПаОаМаИаЛаКаА +luckperms.command.misc.loading.error.user-not-online=аšаОб€аИбб‚бƒаВаАб‡ {0} аНаЕ аВ аМаЕб€аЕаЖб– +luckperms.command.misc.loading.error.user-invalid={0} аНаЕаПб€аАаВаИаЛбŒаНаЕ б–аМ''б/uid +luckperms.command.misc.loading.error.user-not-uuid=ааЕаДб–аЙбаНаЕ uid {0} б†б–аЛбŒаОаВаОаГаО аКаОб€аИбб‚бƒаВаАб‡аА +luckperms.command.misc.loading.error.group=а“б€бƒаПбƒ аНаЕ аЗаАаВаАаНб‚аАаЖаЕаНаО +luckperms.command.misc.loading.error.all-groups=ааЕ аВаДаАб”б‚бŒбб аЗаАаВаАаНб‚аАаЖаИб‚аИ аВбб– аГб€бƒаПаИ +luckperms.command.misc.loading.error.group-not-found=а“б€бƒаПбƒ аНаА б–аМ''б {0} аНаЕ аЗаНаАаЙаДаЕаНаО +luckperms.command.misc.loading.error.group-save-error=аЁб‚аАаЛаАбб аПаОаМаИаЛаКаА аПб–аД б‡аАб аЗаБаЕб€аЕаЖаЕаНаНб аДаАаНаИб… аГб€бƒаПаИ аДаЛб {0} +luckperms.command.misc.loading.error.group-invalid={0} - аНаЕаКаОб€аЕаКб‚аНаА аНаАаЗаВаА аГб€бƒаПаИ +luckperms.command.misc.loading.error.track=аЂб€аЕаК аНаЕ аЗаАаВаАаНб‚аАаЖаЕаНаИаЙ +luckperms.command.misc.loading.error.all-tracks=ааЕ аВаДаАаЛаОбб аЗаАаВаАаНб‚аАаЖаИб‚аИ аВбб– аМаАб€бˆб€бƒб‚аИ +luckperms.command.misc.loading.error.track-not-found=аЂб€аЕаК аЗ аНаАаЗаВаОбŽ {0} аНаЕ аЗаНаАаЙаДаЕаНаО +luckperms.command.misc.loading.error.track-save-error=аЁб‚аАаЛаАбб аПаОаМаИаЛаКаА аПб–аД б‡аАб аЗаБаЕб€аЕаЖаЕаНаНб аДаАаНаИб… аМаАб€бˆб€бƒб‚бƒ аДаЛб {0} +luckperms.command.misc.loading.error.track-invalid={0} аНаЕаКаОб€аЕаКб‚аНаА аНаАаЗаВаА аМаАб€бˆб€бƒб‚бƒ +luckperms.command.editor.no-match=ааЕ аВаДаАаЛаОбб аВб–аДаКб€аИб‚аИ б€аЕаДаАаКб‚аОб€, аЖаОаДаЕаН аОаБ''б”аКб‚ аНаЕ аВб–аДаПаОаВб–аДаАб” аВаИаБб€аАаНаОаМбƒ б‚аИаПбƒ +luckperms.command.editor.start=аŸб–аДаГаОб‚аОаВаКаА аНаОаВаОб— баЕбб–б— б€аЕаДаАаКб‚аОб€аА, аБбƒаДбŒ аЛаАбаКаА, аЗаАб‡аЕаКаАаЙб‚аЕ... +luckperms.command.editor.url=ааАб‚аИбаНб–б‚бŒ аНаА аПаОбаИаЛаАаНаНб аНаИаЖб‡аЕ, б‰аОаБ аВб–аДаКб€аИб‚аИ б€аЕаДаАаКб‚аОб€ +luckperms.command.editor.unable-to-communicate=ааЕаМаОаЖаЛаИаВаО аЗ''б”аДаНаАб‚аИбб аЗ б€аЕаДаАаКб‚аОб€аОаМ +luckperms.command.editor.apply-edits.success=а”аАаНб– аВаЕаБ-б€аЕаДаАаКб‚аОб€аА аЗаАбб‚аОбаОаВаАаНб– аДаО {0} {1} бƒбаПб–бˆаНаО +luckperms.command.editor.apply-edits.success-summary={0} {1} б– {2} {3} +luckperms.command.editor.apply-edits.success.additions=аДаОаПаОаВаНаЕаНбŒ +luckperms.command.editor.apply-edits.success.additions-singular=аДаОаПаОаВаНаЕаНаНб +luckperms.command.editor.apply-edits.success.deletions=аВаИаЛбƒб‡аЕаНбŒ +luckperms.command.editor.apply-edits.success.deletions-singular=аВаИаЛбƒб‡аЕаНаНб +luckperms.command.editor.apply-edits.no-changes=ааЕ аЗаАбб‚аОбаОаВаАаНаО аЖаОаДаНаИб… аЗаМб–аН бƒ аВаЕаБ-б€аЕаДаАаКб‚аОб€б–, аОбаКб–аЛбŒаКаИ аОб‚б€аИаМаАаНб– аДаАаНб– аНаЕ аМб–бб‚аИаЛаИ б€аЕаДаАаГбƒаВаАаНбŒ +luckperms.command.editor.apply-edits.unknown-type=ааЕ аВаДаАаЛаОбб аЗаАбб‚аОббƒаВаАб‚аИ б€аЕаДаАаГбƒаВаАаНаНб аДаО аВаКаАаЗаАаНаОаГаО б‚аИаПбƒ аОаБ''б”аКб‚аА +luckperms.command.editor.apply-edits.unable-to-read=а’аИ аНаЕ аМаОаЖаЕб‚аЕ аПб€аОб‡аИб‚аАб‚аИ аБаАаЗбƒ аДаАаНаИб…, аВаИаКаОб€аИбб‚аОаВбƒбŽб‡аИ аДаАаНаИаЙ аКаОаД +luckperms.command.search.searching.permission=аŸаОбˆбƒаК аКаОб€аИбб‚бƒаВаАб‡б–аВ б– аГб€бƒаП аЗ {0} +luckperms.command.search.searching.inherit=аŸаОбˆбƒаК аКаОб€аИбб‚бƒаВаАб‡б–аВ б– аГб€бƒаП аЗ {0} +luckperms.command.search.result=а—аНаАаЙаДаЕаНаО {0} аЗаАаПаИбб–аВ аКаОб€аИбб‚бƒаВаАб‡б–аВ {1} б– аГб€бƒаП {2} +luckperms.command.search.result.default-notice=аŸб€аИаМб–б‚аКаА\: аПб€аИ аПаОбˆбƒаКбƒ бƒб‡аАбаНаИаКб–аВ аГб€бƒаПаИ аЗаА аЗаАаМаОаВб‡бƒаВаАаНаНбаМ аВ аАаВб‚аОаНаОаМаНаОаМбƒ б€аЕаЖаИаМб– аГб€аАаВб†б–аВ аБаЕаЗ аБбƒаДбŒ-баКаИб… аПб€аАаВ аНаЕ аВб–аДаОаБб€аАаЖаАб‚аИаМаЕб‚бŒбб\! +luckperms.command.search.showing-users=аŸаОаКаАаЗаАаНаО аМаАб‚аЕб€б–аАаЛаИ аКаОб€аИбб‚бƒаВаАб‡аА +luckperms.command.search.showing-groups=аŸаОаКаАаЗаАаНаО аМаАб‚аЕб€б–аАаЛаИ аГб€бƒаПаИ +luckperms.command.tree.start=аЁб‚аВаОб€аЕаНаНб аДаЕб€аЕаВаА аДаОаЗаВаОаЛб–аВ, аЗаАб‡аЕаКаАаЙб‚аЕ, аБбƒаДбŒ аЛаАбаКаА... +luckperms.command.tree.empty=ааЕ аВаДаАаЛаОбб аЗаГаЕаНаЕб€бƒаВаАб‚аИ аДаЕб€аЕаВаО, б€аЕаЗбƒаЛбŒб‚аАб‚б–аВ аНаЕ аЗаНаАаЙаДаЕаНаО +luckperms.command.tree.url=аŸаОбаИаЛаАаНаНб аНаА аДаЕб€аЕаВаО аДаОаЗаВаОаЛб–аВ +luckperms.command.verbose.invalid-filter={0} - аНаЕаКаОб€аЕаКб‚аНаИаЙ б„б–аЛбŒб‚б€ +luckperms.command.verbose.enabled=а аОаЗбˆаИб€аЕаНаИаЙ аЖбƒб€аНаАаЛ {0} аДаЛб аПаЕб€аЕаВб–б€аКаИ {1} +luckperms.command.verbose.command-exec=аŸб€аИаМбƒбаОаВаО {0} аВаИаКаОаНбƒаВаАб‚аИ аКаОаМаАаНаДбƒ {1} б– аПаОаВб–аДаОаМаЛбб‚аИ аПб€аО аВбб– аПаЕб€аЕаВб–б€аКаИ... +luckperms.command.verbose.off=а”аОаКаЛаАаДаНаЕ аВаЕаДаЕаНаНб аЖбƒб€аНаАаЛбƒ{0} +luckperms.command.verbose.command-exec-complete=а’аИаКаОаНаАаНаНб аКаОаМаАаНаДаИ аЗаАаВаЕб€бˆаЕаНаО +luckperms.command.verbose.command.no-checks=аšаОаМаАаНаДаА аВаИаКаОаНаАаНаА, аАаЛаЕ аНб–баКаИб… аПаЕб€аЕаВб–б€аОаК аДаОаЗаВаОаЛб–аВ аНаЕ аЗб€аОаБаЛаЕаНб– +luckperms.command.verbose.command.possibly-async=аІаЕ аМаОаЖаЕ аБбƒб‚аИ б‡аЕб€аЕаЗ б‚аЕ б‰аО аПаЛаАаГб–аН аЗаАаПбƒбаКаАб” аКаОаМаАаНаДаИ бƒ б„аОаНаОаВаОаМбƒ б€аЕаЖаИаМб– (async) +luckperms.command.verbose.command.try-again-manually=а’аИ аДаОбб– аМаОаЖаЕб‚аЕ аВаИаКаОб€аИбб‚аОаВбƒаВаАб‚аИ аДаЕб‚аАаЛбŒаНбƒ б–аНб„аОб€аМаАб†б–бŽ аВб€бƒб‡аНбƒ аДаЛб аВаИаЗаНаАб‡аЕаНаНб аПаЕб€аЕаВб–б€аОаК, аЗб€аОаБаЛаЕаНаИб… баК б†б +luckperms.command.verbose.enabled-recording=а аОаЗбˆаИб€аЕаНаИаЙ аЖбƒб€аНаАаЛ {0} аДаЛб аПаЕб€аЕаВб–б€аКаИ {1} +luckperms.command.verbose.uploading=аЂб€аИаВаАаЛаЕ аЖбƒб€аНаАаЛбŽаВаАаНаНб {0}, аЗаАаВаАаНб‚аАаЖаЕаНаНб б€аЕаЗбƒаЛбŒб‚аАб‚б–аВ... +luckperms.command.verbose.url=а”аОаКаЛаАаДаНаА б–аНб„аОб€аМаАб†б–б аПб€аО б€аЕаЗбƒаЛбŒб‚аАб‚аИ аЗаАаВаАаНб‚аАаЖаЕаНаНб URL +luckperms.command.verbose.enabled-term=бƒаВб–аМаКаНаЕаНаО +luckperms.command.verbose.disabled-term=аВаИаМаКаНаЕаНаО +luckperms.command.verbose.query-any=а‘аЃа”аЌ-аЏаšа˜а™ +luckperms.command.info.running-plugin=а—аАаПбƒб‰аЕаНаО +luckperms.command.info.platform-key=аŸаЛаАб‚б„аОб€аМаА +luckperms.command.info.server-brand-key=аЂаИаП баЕб€аВаЕб€аА +luckperms.command.info.server-version-key=а’аЕб€бб–б баЕб€аВаЕб€аА +luckperms.command.info.storage-key=аЁб…аОаВаИб‰аЕ +luckperms.command.info.storage-type-key=аЂаИаП +luckperms.command.info.storage.meta.split-types-key=аЂаИаПаИ +luckperms.command.info.storage.meta.ping-key=аŸб–аНаГ +luckperms.command.info.storage.meta.connected-key=а—''б”аДаНаАаНаО +luckperms.command.info.storage.meta.file-size-key=а аОаЗаМб–б€ б„аАаЙаЛбƒ +luckperms.command.info.extensions-key=а аОаЗбˆаИб€аЕаНаНб +luckperms.command.info.messaging-key=аžаБаМб–аН аПаОаВб–аДаОаМаЛаЕаНаНбаМаИ +luckperms.command.info.instance-key=а—б€аАаЗаОаК +luckperms.command.info.static-contexts-key=аЁб‚аАб‚аИб‡аНаИаЙ аКаОаНб‚аЕаКбб‚ +luckperms.command.info.online-players-key=а“б€аАаВб†б– аОаНаЛаАаЙаН +luckperms.command.info.online-players-unique={0} бƒаНб–аКаАаЛбŒаНаИаЙ +luckperms.command.info.uptime-key=аЇаАб б€аОаБаОб‚аИ +luckperms.command.info.local-data-key=а›аОаКаАаЛбŒаНб– аДаАаНб– +luckperms.command.info.local-data={0} аКаОб€аИбб‚бƒаВаАб‡б–аВ, {1} аГб€бƒаП т€“ {2} аДаОб€б–аЖаОаК +luckperms.command.generic.create.success={0} - бƒбаПб–бˆаНаО бб‚аВаОб€аЕаНаО +luckperms.command.generic.create.error=аЁб‚аАаЛаАбб аПаОаМаИаЛаКаА аПб€аИ бб‚аВаОб€аЕаНаНб– {0} +luckperms.command.generic.create.error-already-exists=''{0}'' бƒаЖаЕ б–баНбƒб”\! +luckperms.command.generic.delete.success={0} бƒбаПб–бˆаНаО аВаИаДаАаЛаЕаНаО +luckperms.command.generic.delete.error=аЁб‚аАаЛаАбб аПаОаМаИаЛаКаА аПб€аИ аВаИаДаАаЛаЕаНаНб– {0} +luckperms.command.generic.delete.error-doesnt-exist={0} аНаЕ б–баНбƒб”\! +luckperms.command.generic.rename.success={0} бƒбаПб–бˆаНаО аПаЕб€аЕаЙаМаЕаНаОаВаАаНаО аНаА {1} +luckperms.command.generic.clone.success={0} бƒбаПб–бˆаНаО аКаЛаОаНаОаВаАаНаО аВ {1} +luckperms.command.generic.info.parent.title=а‘аАб‚бŒаКб–аВббŒаКб– аГб€бƒаПаИ +luckperms.command.generic.info.parent.temporary-title=аЂаИаМб‡аАбаОаВб– аБаАб‚бŒаКб–аВббŒаКб– аГб€бƒаПаИ +luckperms.command.generic.info.expires-in=аЗаАаВаЕб€бˆбƒб”б‚бŒбб +luckperms.command.generic.info.inherited-from=бƒбаПаАаДаКаОаВаАаНаИаЙ аВб–аД +luckperms.command.generic.info.inherited-from-self=баАаМаОаГаО баЕаБаЕ +luckperms.command.generic.show-tracks.title={0} б‚б€аЕаКаИ +luckperms.command.generic.show-tracks.empty={0} аНаЕ аМб–бб‚аИб‚бŒ аЖаОаДаНаИб… аМаАб€бˆб€бƒб‚б–аВ +luckperms.command.generic.clear.node-removed={0} аЗаАаПаИбаИ аВаИаДаАаЛаЕаНб– +luckperms.command.generic.clear.node-removed-singular={0} аЗаАаПаИб аВаИаДаАаЛаЕаНаИаЙ +luckperms.command.generic.clear={0} а—аАаПаИбаИ аВ аКаОаНб‚аЕаКбб‚б–{1} аОб‡аИб‰аЕаНб– +luckperms.command.generic.permission.info.title={0} аДаОаЗаВаОаЛаИ +luckperms.command.generic.permission.info.empty={0} аНаЕ аМаАб” аВбб‚аАаНаОаВаЛаЕаНаИб… аДаОаЗаВаОаЛб–аВ +luckperms.command.generic.permission.info.click-to-remove=ааАб‚аИбаНб–б‚бŒ, б‰аОаБ аВаИаЛбƒб‡аИб‚аИ б†аЕаЙ аДаОаЗаВб–аЛ б–аЗ {0} +luckperms.command.generic.permission.check.info.title=а†аНб„аОб€аМаАб†б–б аПб€аО аДаОаЗаВб–аЛ аДаЛб {0} +luckperms.command.generic.permission.check.info.directly={0} аМаАб” {1} аЗ бƒбб‚аАаНаОаВаЛаЕаНаИаМ аЗаНаАб‡аЕаНаНбаМ {2} бƒ аКаОаНб‚аЕаКбб‚б– {3} +luckperms.command.generic.permission.check.info.inherited={0} аНаАбаЛб–аДбƒб” {1} аЗ бƒбб‚аАаНаОаВаЛаЕаНаИаМ аЗаНаАб‡аЕаНаНбаМ {2} аВб–аД {3} бƒ аКаОаНб‚аЕаКбб‚б– {4} +luckperms.command.generic.permission.check.info.not-directly={0} аНаЕ аМаАб” аВбб‚аАаНаОаВаЛаЕаНаОаГаО {1} +luckperms.command.generic.permission.check.info.not-inherited={0} аНаЕ аНаАбаЛб–аДбƒб” аВб–аД {1} +luckperms.command.generic.permission.check.result.title=аŸаЕб€аЕаВб–б€аКаА аДаОаЗаВаОаЛбƒ {0} +luckperms.command.generic.permission.check.result.result-key=а аЕаЗбƒаЛбŒб‚аАб‚ +luckperms.command.generic.permission.check.result.processor-key=аŸб€аОб†аЕбаОб€ +luckperms.command.generic.permission.check.result.cause-key=аŸб€аИб‡аИаНаА +luckperms.command.generic.permission.check.result.context-key=а—аМб–бб‚ +luckperms.command.generic.permission.set=аЃбб‚аАаНаОаВаИб‚аИ {0} аВ {1} аДаЛб {2} бƒ аКаОаНб‚аЕаКбб‚б– {3} +luckperms.command.generic.permission.already-has={0} бƒаЖаЕ аМаАб” аДаОаЗаВб–аЛ {1}, аВбб‚аАаНаОаВаЛаЕаНаИаЙ бƒ аКаОаНб‚аЕаКбб‚б– {2} +luckperms.command.generic.permission.set-temp=а’бб‚аАаНаОаВаЛаЕаНаО аПб€аАаВаО {0} аЗб– аЗаНаАб‡аЕаНаНбаМ {1} аДаЛб {2} аЗ б‚б€аИаВаАаЛб–бб‚бŽ {3} бƒ аКаОаНб‚аЕаКбб‚б– {4} +luckperms.command.generic.permission.already-has-temp={0} бƒаЖаЕ аМаАб” б‚аИаМб‡аАбаОаВаО аВбб‚аАаНаОаВаЛаЕаНаИаЙ аДаОаЗаВб–аЛ {1} бƒ аКаОаНб‚аЕаКбб‚б– {2} +luckperms.command.generic.permission.unset=аЁаКаАббƒаВаАб‚аИ {0} аДаЛб {1} бƒ аКаОаНб‚аЕаКбб‚б– {2} +luckperms.command.generic.permission.doesnt-have={0} аНаЕ аМаАб” {1}, бƒбб‚аАаНаОаВаЛаЕаНаОаГаО аВ аКаОаНб‚аЕаКбб‚б– {2} +luckperms.command.generic.permission.unset-temp=аЁаКаАббƒаВаАб‚аИ б‚аИаМб‡аАбаОаВаИаЙ аДаОаЗаВб–аЛ {0} аДаЛб {1} бƒ аКаОаНб‚аЕаКбб‚б– {2} +luckperms.command.generic.permission.subtract=аЃбб‚аАаНаОаВаЛбŽб” {0} аВ {1} аДаЛб {2} б‚б€аИаВаАаЛб–бб‚бŽ {3} бƒ аКаОаНб‚аЕаКбб‚б– {4}, аНаА {5} аМаЕаНбˆаЕ, аНб–аЖ б€аАаНб–бˆаЕ +luckperms.command.generic.permission.doesnt-have-temp={0} аНаЕ аМаАб” {1}, б‚аИаМб‡аАбаОаВаО аВбб‚аАаНаОаВаЛаЕаНаЕ аВ аКаОаНб‚аЕаКбб‚б– {2} +luckperms.command.generic.permission.clear=а”аОаЗаВаОаЛаИ {0} бƒ аКаОаНб‚аЕаКбб‚б– {1} аОб‡аИб‰аЕаНаО +luckperms.command.generic.parent.info.title=а‘аАб‚бŒаКаИ {0} +luckperms.command.generic.parent.info.empty={0} аНаЕ аМаАб” аВаИаЗаНаАб‡аЕаНаИб… аБаАб‚бŒаКб–аВ +luckperms.command.generic.parent.info.click-to-remove=ааАб‚аИбаНб–б‚бŒ, б‰аОаБ аВаИаЛбƒб‡аИб‚аИ б†аЕаЙ аБаАб‚бŒаКб–аВббŒаКаИаЙ аЕаЛаЕаМаЕаНб‚ аЗ {0} +luckperms.command.generic.parent.add={0} б‚аЕаПаЕб€ аНаАбаЛб–аДбƒб” аДаОаЗаВаОаЛаИ аВб–аД {1} бƒ аКаОаНб‚аЕаКбб‚б– {2} +luckperms.command.generic.parent.add-temp={0} б‚аЕаПаЕб€ бƒбаПаАаДаКаОаВбƒб” аДаОаЗаВаОаЛаИ аВб–аД {1} аНаА б‚б€аИаВаАаЛб–бб‚бŒ {2} аВ аКаОаНб‚аЕаКбб‚б– {3} +luckperms.command.generic.parent.set=а аАаНб–бˆаЕ аВбб‚аАаНаОаВаЛаЕаНб– аБаАб‚бŒаКб–аВббŒаКб– аГб€бƒаПаИ {0} аОб‡аИб‰аЕаНб– аЙ б‚аЕаПаЕб€ б†аЕаЙ аКаОб€аИбб‚бƒаВаАб‡ аНаАбаЛб–аДбƒб” аЛаИбˆаЕ {1} бƒ аКаОаНб‚аЕаКбб‚б– {2} +luckperms.command.generic.parent.set-track=а аАаНб–бˆаЕ бƒбб‚аАаНаОаВаЛаЕаНб– аБаАб‚бŒаКб–аВббŒаКб– аГб€бƒаПаИ {0} бƒ б‚б€аЕаКбƒ {1} аОб‡аИб‰аЕаНб– аЙ б‚аЕаПаЕб€ б†аЕаЙ аКаОб€аИбб‚бƒаВаАб‡ аНаАбаЛб–аДбƒб” аЛаИбˆаЕ {2} бƒ аКаОаНб‚аЕаКбб‚б– {3} +luckperms.command.generic.parent.remove={0} аБб–аЛбŒбˆаЕ аНаЕ аНаАбаЛб–аДбƒб” аДаОаЗаВаОаЛаИ аВб–аД {1} бƒ аКаОаНб‚аЕаКбб‚б– {2} +luckperms.command.generic.parent.remove-temp={0} б‚аИаМб‡аАбаОаВаО аНаЕ аНаАбаЛб–аДбƒб” аДаОаЗаВаОаЛаИ аВб–аД {1} бƒ аКаОаНб‚аЕаКбб‚б– {2} +luckperms.command.generic.parent.subtract={0} аНаАбаЛб–аДбƒаВаАб‚аИаМаЕ аДаОаЗаВаОаЛаИ аВб–аД {1} аНаА б‚б€аИаВаАаЛб–бб‚бŒ {2} бƒ аКаОаНб‚аЕаКбб‚б– {3} б‚аЕб€аМб–аНаОаМ аНаА {4} аМаЕаНбˆаЕ, аНб–аЖ б€аАаНб–бˆаЕ +luckperms.command.generic.parent.clear=а‘аАб‚бŒаКб–аВббŒаКб– аГб€бƒаПаИ {0} аВ аКаОаНб‚аЕаКбб‚б– {1} аОб‡аИб‰аЕаНаО +luckperms.command.generic.parent.clear-track=а‘аАб‚бŒаКб–аВббŒаКб– аГб€бƒаПаИ {0} бƒ б‚б€аЕаКбƒ {1} бƒ аКаОаНб‚аЕаКбб‚б– {2} аОб‡аИб‰аЕаНаО +luckperms.command.generic.parent.already-inherits={0} бƒаЖаЕ аНаАбаЛб–аДбƒб” аВб–аД {1} бƒ аКаОаНб‚аЕаКбб‚б– {2} +luckperms.command.generic.parent.doesnt-inherit={0} аНаЕ аНаАбаЛб–аДбƒб” аВб–аД {1} бƒ аКаОаНб‚аЕаКбб‚б– {2} +luckperms.command.generic.parent.already-temp-inherits={0} бƒаЖаЕ б‚аИаМб‡аАбаОаВаО аНаАбаЛб–аДбƒб” аВб–аД {1} бƒ аКаОаНб‚аЕаКбб‚б– {2} +luckperms.command.generic.parent.doesnt-temp-inherit={0} б‚аИаМб‡аАбаОаВаО аНаЕ аНаАбаЛб–аДбƒб” аВб–аД {1} бƒ аКаОаНб‚аЕаКбб‚б– {2} +luckperms.command.generic.chat-meta.info.title-prefix=аŸб€аЕб„б–аКбаИ {0} +luckperms.command.generic.chat-meta.info.title-suffix=аЁбƒб„б–аКбаИ {0} +luckperms.command.generic.chat-meta.info.none-prefix={0} аНаЕ аМаАб” аПб€аЕб„б–аКбб–аВ +luckperms.command.generic.chat-meta.info.none-suffix={0} аНаЕ аМаАб” ббƒб„б–аКбб–аВ +luckperms.command.generic.chat-meta.info.click-to-remove=ааАб‚аИбаНб–б‚бŒ, б‰аОаБ аВаИаЛбƒб‡аИб‚аИ {0} аЗ {1} +luckperms.command.generic.chat-meta.already-has={0} бƒаЖаЕ аМаАб” {1} {2} аВбб‚аАаНаОаВаЛаЕаНбƒ аЗ аПб€б–аОб€аИб‚аЕб‚аОаМ {3} бƒ аКаОаНб‚аЕаКбб‚б– {4} +luckperms.command.generic.chat-meta.already-has-temp={0} бƒаЖаЕ аМаАб” {1} {2} б‚аИаМб‡аАбаОаВаО аВбб‚аАаНаОаВаЛаЕаНбƒ аЗ аПб€б–аОб€аИб‚аЕб‚аОаМ {3} бƒ аКаОаНб‚аЕаКбб‚б– {4} +luckperms.command.generic.chat-meta.doesnt-have={0} аНаЕ аМаАб” {1} {2} аВбб‚аАаНаОаВаЛаЕаНбƒ аЗ аПб€б–аОб€аИб‚аЕб‚аОаМ {3} бƒ аКаОаНб‚аЕаКбб‚б– {4} +luckperms.command.generic.chat-meta.doesnt-have-temp={0} бƒаЖаЕ аМаАб” {1} {2} б‚аИаМб‡аАбаОаВаО аВбб‚аАаНаОаВаЛаЕаНбƒ аЗ аПб€б–аОб€аИб‚аЕб‚аОаМ {3} бƒ аКаОаНб‚аЕаКбб‚б– {4} +luckperms.command.generic.chat-meta.add={0} б‚аЕаПаЕб€ аМаАб” {1} {2} аВбб‚аАаНаОаВаЛаЕаНаИаЙ аЗ аПб€б–аОб€аИб‚аЕб‚аОаМ {3} бƒ аКаОаНб‚аЕаКбб‚б– {4} +luckperms.command.generic.chat-meta.add-temp={0} б‚аЕаПаЕб€ аМаАб” {1} {2}, б‚аИаМб‡аАбаОаВаО аВбб‚аАаНаОаВаЛаЕаНаИаЙ аЗ аПб€б–аОб€аИб‚аЕб‚аОаМ {3} аНаА б‚б€аИаВаАаЛб–бб‚бŒ {4} бƒ аКаОаНб‚аЕаКбб‚б– {5} +luckperms.command.generic.chat-meta.remove={0} б‚аЕаПаЕб€ аНаЕ аМаАб” {1} {2}, баКаИаЙ аБбƒаВ аВбб‚аАаНаОаВаЛаЕаНаИаЙ аЗ аПб€б–аОб€аИб‚аЕб‚аОаМ {3} бƒ аКаОаНб‚аЕаКбб‚б– {4} +luckperms.command.generic.chat-meta.remove-bulk={0} б‚аЕаПаЕб€ аНаЕ аМаАб” аВбаЕ {1}, баКб– аБбƒаЛаИ аВбб‚аАаНаОаВаЛаЕаНб– аЗ аПб€б–аОб€аИб‚аЕб‚аОаМ {2} бƒ аКаОаНб‚аЕаКбб‚б– {3} +luckperms.command.generic.chat-meta.remove-temp={0} б‚аИаМб‡аАбаОаВаО аМаАаВ {1} {2} бƒ аПб€б–аОб€аИб‚аЕб‚б– {3}, аВаИаЛбƒб‡аЕаНб– аВ аКаОаНб‚аЕаКбб‚б– {4} +luckperms.command.generic.chat-meta.remove-temp-bulk={0} аМаАаВ бƒбаЕ б‚аИаМб‡аАбаОаВаО {1}, б‰аО аБбƒаЛаО аВбб‚аАаНаОаВаЛаЕаНаО аЗ аПб€б–аОб€аИб‚аЕб‚аОаМ {2} бƒ аКаОаНб‚аЕаКбб‚б– {3} +luckperms.command.generic.meta.info.title=аœаЕб‚аАаДаАаНб– {0} +luckperms.command.generic.meta.info.none={0} аНаЕ аМаАб” аМаЕб‚аАаДаАаНаИб… +luckperms.command.generic.meta.info.click-to-remove=ааАб‚аИбаНб–б‚бŒ, б‰аОаБ аВаИаДаАаЛаИб‚аИ б†б– аМаЕб‚аАаДаАаНб– аЗ аГб€бƒаПаИ {0} +luckperms.command.generic.meta.already-has=а“б€бƒаПаА {0} бƒаЖаЕ аМаАб” аМаЕб‚аАаКаЛбŽб‡ {1} аЗ бƒбб‚аАаНаОаВаЛаЕаНаИаМ аЗаНаАб‡аЕаНаНбаМ {2} бƒ аКаОаНб‚аЕаКбб‚б– {3} +luckperms.command.generic.meta.already-has-temp={0} бƒаЖаЕ аМаАб” аМаЕб‚аАаКаЛбŽб‡ {1} аЗ б‚аИаМб‡аАбаОаВаО аВбб‚аАаНаОаВаЛаЕаНаИаМ аЗаНаАб‡аЕаНаНбаМ {2} бƒ аКаОаНб‚аЕаКбб‚б– {3} +luckperms.command.generic.meta.doesnt-have={0} аНаЕ аМаАб” аМаЕб‚аАаКаЛбŽб‡аА{1}, бƒбб‚аАаНаОаВаЛаЕаНаОаГаО аВ аКаОаНб‚аЕаКбб‚б– {2} +luckperms.command.generic.meta.doesnt-have-temp={0} аНаЕ аМаАб” аМаЕб‚аАаКаЛбŽб‡аА {1} б‚аИаМб‡аАбаОаВаО аВбб‚аАаНаОаВаЛаЕаНаОаГаО аВ аКаОаНб‚аЕаКбб‚б– {2} +luckperms.command.generic.meta.set=аЃбб‚аАаНаОаВаИб‚аИ аМаЕб‚аАаКаЛбŽб‡ {0} аЗб– аЗаНаАб‡аЕаНаНбаМ {1} аДаЛб {2} бƒ аКаОаНб‚аЕаКбб‚б– {3} +luckperms.command.generic.meta.set-temp=аЃбб‚аАаНаОаВаИб‚аИ аМаЕб‚аАаКаЛбŽб‡ {0} аЗб– аЗаНаАб‡аЕаНаНбаМ {1} аДаЛб {2} б‚б€аИаВаАаЛб–бб‚бŽ аНаА {3} бƒ аКаОаНб‚аЕаКбб‚б– {4} +luckperms.command.generic.meta.unset=а—аНбб‚аИ аМаЕб‚аАаКаЛбŽб‡ {0} аЗб– аЗаНаАб‡аЕаНаНбаМ {1} бƒ аКаОаНб‚аЕаКбб‚б– {2} +luckperms.command.generic.meta.unset-temp=а—аНбб‚аИ б‚аИаМб‡аАбаОаВаИаЙ аМаЕб‚аАаКаЛбŽб‡ {0} аЗб– аЗаНаАб‡аЕаНаНбаМ {1} бƒ аКаОаНб‚аЕаКбб‚б– {2} +luckperms.command.generic.meta.clear=аœаЕб‚аАаДаАб‚аА аДаЛб {0} аВб–аДаПаОаВб–аДаНаОаГаО б‚аИаПбƒ {1} аОб‡аИб‰аЕаНаА аВ аКаОаНб‚аЕаКбб‚б– {2} +luckperms.command.generic.contextual-data.title=аšаОаНб‚аЕаКбб‚бƒаАаЛбŒаНб– аДаАаНб– +luckperms.command.generic.contextual-data.mode.key=б€аЕаЖаИаМ +luckperms.command.generic.contextual-data.mode.server=баЕб€аВаЕб€ +luckperms.command.generic.contextual-data.mode.active-player=аАаКб‚аИаВаНаИаЙ аГб€аАаВаЕб†бŒ +luckperms.command.generic.contextual-data.contexts-key=аšаОаНб‚аЕаКбб‚аИ +luckperms.command.generic.contextual-data.prefix-key=аŸб€аЕб„б–аКб +luckperms.command.generic.contextual-data.suffix-key=аЁбƒб„б–аКб +luckperms.command.generic.contextual-data.primary-group-key=аŸаЕб€аВаИаНаНаА аГб€бƒаПаА +luckperms.command.generic.contextual-data.meta-key=аœаЕб‚аА +luckperms.command.generic.contextual-data.null-result=а–аОаДаНаОаГаО +luckperms.command.user.info.title=а†аНб„аОб€аМаАб†б–б аПб€аО аКаОб€аИбб‚бƒаВаАб‡аА +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=б‚аИаП +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=аОб„аЛаАаЙаН +luckperms.command.user.info.status-key=аЁб‚аАб‚бƒб +luckperms.command.user.info.status.online=аžаНаЛаАаЙаН +luckperms.command.user.info.status.offline=аžб„аЛаАаЙаН +luckperms.command.user.removegroup.error-primary=а’аИ аНаЕ аМаОаЖаЕб‚аЕ аВаИаЛбƒб‡аИб‚аИ аКаОб€аИбб‚бƒаВаАб‡аА аЗ аПаЕб€аВаИаНаНаОб— аГб€бƒаПаИ +luckperms.command.user.primarygroup.not-member={0} аДаОаДаАаНаИаЙ бƒ б‚б€аЕаК {1}, аОбаКб–аЛбŒаКаИ б€аАаНб–бˆаЕ б†аЕаЙ аКаОб€аИбб‚бƒаВаАб‡ аНаЕ аБбƒаВ аПаОаВ''баЗаАаНаИаЙ аЗ аНаИаМ +luckperms.command.user.primarygroup.already-has={0} бƒаЖаЕ аМаАб” аГб€бƒаПбƒ {1}, бƒбб‚аАаНаОаВаЛаЕаНбƒ аВ б€аОаЛб– аГаОаЛаОаВаНаОб— +luckperms.command.user.primarygroup.warn-option=аŸаОаПаЕб€аЕаДаЖаЕаНаНб\: аœаЕб‚аОаД аПб–аДб€аАб…бƒаНаКбƒ аКаОб€аИбб‚бƒаВаАб‡б–аВ аЗ аОбаНаОаВаНаОб— аГб€бƒаПаИ, аВаИаКаОб€аИбб‚аАаНаИаЙ аНаА баЕб€аВаЕб€б– ({0}), аМаОаЖаЕ аНаЕ аПаОаКаАаЗбƒаВаАб‚аИ аНаАаВаЕаДаЕаНб– аЗаМб–аНаИ +luckperms.command.user.primarygroup.set=аžбаНаОаВаНаА аГб€бƒаПаА {0} бƒбб‚аАаНаОаВаЛаЕаНаА аНаА аГб€бƒаПбƒ {1} +luckperms.command.user.track.error-not-contain-group={0} б‰аЕ аНаЕ аМаАб” аЖаОаДаНаОб— аГб€бƒаПаИ, баКаА б€аОаЗб‚аАбˆаОаВаАаНаА аВ б‚б€аЕб†б– {1} +luckperms.command.user.track.unsure-which-track=ааА аЖаАаЛбŒ, аНаЕ аВаДаАаЛаОбб аВаИаБб€аАб‚аИ аНаЕаОаБб…б–аДаНаИаЙ б‚б€аЕаК аДаЛб аВаИаКаОб€аИбб‚аАаНаНб, аБбƒаДбŒ аЛаАбаКаА, бƒаКаАаЖб–б‚бŒ аЙаОаГаО аНаАаЗаВбƒ аВ б€аОаЛб– аАб€аГбƒаМаЕаНб‚бƒ +luckperms.command.user.track.missing-group-advice=ааБаО бб‚аВаОб€б–б‚бŒ аГб€бƒаПбƒ, аАаБаО аВаИаДаАаЛбаЙб‚аЕ б—б— аЗ б‚б€аЕаКбƒ аЙ баПб€аОаБбƒаЙб‚аЕ аЗаНаОаВбƒ +luckperms.command.user.promote.added-to-first={0} аДаОаДаАаНаИаЙ аВ аГб€бƒаПбƒ {2} бƒ аКаОаНб‚аЕаКбб‚б– {3}, аОбаКб–аЛбŒаКаИ аКаОб€аИбб‚бƒаВаАб‡ аНаЕ аМаАаВ аГб€бƒаП, баКб– б€аОаЗб‚аАбˆаОаВаАаНб– аВ б‚б€аЕаКбƒ {1} +luckperms.command.user.promote.not-on-track=ааЕ аВаДаАаЛаОбб аПб–аДаВаИб‰аИб‚аИ аГб€бƒаПбƒ {0}, аОбаКб–аЛбŒаКаИ б†аЕаЙ аКаОб€аИбб‚бƒаВаАб‡ аНаЕ аМаАб” аГб€бƒаП, баКб– б€аОаЗб‚аАбˆаОаВаАаНб– аВ б‚б€аЕаКбƒ {1} +luckperms.command.user.promote.success=аŸб–аДаВаИб‰аЕаНаНб аГб€бƒаПаИ {0} аВ б‚б€аЕб†б– {1} аЗ {2} аДаО {3} бƒ аКаОаНб‚аЕаКбб‚б– {4} +luckperms.command.user.promote.end-of-track=а”аОббаГаНбƒб‚аО аКб–аНб†б б‚б€аЕаКбƒ {0}, б‚аОаМбƒ аНаЕ аВаДаАаЛаОбб аПб–аДаВаИб‰аИб‚аИ аГб€бƒаПбƒ {1} +luckperms.command.user.promote.next-group-deleted=ааАбб‚бƒаПаНаА аГб€бƒаПаА аВ б‚б€аЕб†б–, {0}, аБб–аЛбŒбˆаЕ аНаЕ б–баНбƒб” +luckperms.command.user.promote.unable-to-promote=ааЕ аВаДаАаЛаОбб аПб–аДаВаИб‰аИб‚аИ аГб€бƒаПбƒ аКаОб€аИбб‚бƒаВаАб‡аА +luckperms.command.user.demote.success=а—аНаИаЖаЕаНаНб аГб€бƒаПаИ {0} бƒ б‚б€аЕб†б– {1} аЗ {2} аДаО {3} бƒ аКаОаНб‚аЕаКбб‚б– {4} +luckperms.command.user.demote.end-of-track=аšб–аНаЕб†бŒ аМаАб€бˆб€бƒб‚бƒ аДаОббаГаНаЕаНаО {0}, б‚аОаМбƒ {1} аВаИаЛбƒб‡аЕаНаО аЗ {2} +luckperms.command.user.demote.end-of-track-not-removed=а”аОббаГаНбƒб‚аО аКб–аНб†б аМаАб€бˆб€бƒб‚бƒ {0}, аАаЛаЕ {1} аНаЕ аВаИаЛбƒб‡аЕаНаО аЗ аПаЕб€бˆаОб— аГб€бƒаПаИ +luckperms.command.user.demote.previous-group-deleted=аŸаОаПаЕб€аЕаДаНбŒаОб— аГб€бƒаПаИ аНаА аМаАб€бˆб€бƒб‚б– {0} аБб–аЛбŒбˆаЕ аНаЕ б–баНбƒб” +luckperms.command.user.demote.unable-to-demote=ааЕ аВаДаАаЛаОбб аЗаНаИаЗаИб‚аИ аГб€бƒаПбƒ аКаОб€аИбб‚бƒаВаАб‡аА +luckperms.command.group.list.title=а“б€бƒаПаИ +luckperms.command.group.delete.not-default=ааЕ аМаОаЖаНаА аВаИаДаАаЛаИб‚аИ аГб€бƒаПбƒ аЗаА аЗаАаМаОаВб‡бƒаВаАаНаНбаМ +luckperms.command.group.info.title=а†аНб„аОб€аМаАб†б–б аПб€аО аГб€бƒаПбƒ +luckperms.command.group.info.display-name-key=а†аМ''б +luckperms.command.group.info.weight-key=а’аАаГаА +luckperms.command.group.setweight.set=а’бб‚аАаНаОаВаИб‚аИ аВаАаГбƒ {0} аДаЛб аГб€бƒаПаИ {1} +luckperms.command.group.setdisplayname.doesnt-have={0} аНаЕ аМаАб” аНаАаБаОб€бƒ б–аМаЕаН +luckperms.command.group.setdisplayname.already-has={0} бƒаЖаЕ аМаАб” б–аМ''б {1} +luckperms.command.group.setdisplayname.already-in-use=а†аМ''б {0} бƒаЖаЕ аВаИаКаОб€аИбб‚аОаВбƒб”б‚бŒбб аГб€бƒаПаОбŽ {1} +luckperms.command.group.setdisplayname.set=аЃбб‚аАаНаОаВаЛаЕаНаО б–аМ''б {0} аДаЛб аГб€бƒаПаИ {1} бƒ аКаОаНб‚аЕаКбб‚б– {2} +luckperms.command.group.setdisplayname.removed=а†аМ''б аДаЛб аГб€бƒаПаИ {0} бƒ аКаОаНб‚аЕаКбб‚б– {1} аВаИаЛбƒб‡аЕаНаО +luckperms.command.track.list.title=аЂб€аЕаКаИ +luckperms.command.track.path.empty=а–аОаДаНаОаГаО +luckperms.command.track.info.showing-track=а’б–аДаОаБб€аАаЖаАаНаНб б‚б€аЕаКбƒ +luckperms.command.track.info.path-property=аЈаЛбб… +luckperms.command.track.clear=а’бб– аГб€бƒаПаИ б‚б€аЕаКбƒ {0} аОб‡аИб‰аЕаНаО +luckperms.command.track.append.success=а“б€бƒаПбƒ {0} аДаОаДаАаНаО аДаЛб аВб–аДбб‚аЕаЖаЕаНаНб {1} +luckperms.command.track.insert.success=а“б€бƒаПбƒ {0} аДаОаДаАаНаО аВ б‚б€аЕаК {1} аЗ аПаОаЗаИб†б–б”бŽ {2} +luckperms.command.track.insert.error-number=а”аЛб аЗаАаДаАаНаНб аПаОаЗаИб†б–б— аПаОб‚б€б–аБаНаО аВаКаАаЗаАб‚аИ б‡аИбаЛаО, аАаЛаЕ аНаАб‚аОаМб–бб‚бŒ бƒаВаЕаДаЕаНаО\: {0} +luckperms.command.track.insert.error-invalid-pos=ааЕ аВаДаАаЛаОбб аДаОаДаАб‚аИ аВ аПаОаЗаИб†б–бŽ {0} +luckperms.command.track.insert.error-invalid-pos-reason=аНаЕаПб€аАаВаИаЛбŒаНаИаЙ аНаОаМаЕб€ аПаОаЗаИб†б–б— +luckperms.command.track.remove.success=а“б€бƒаПбƒ {0} аВаИаЛбƒб‡аЕаНаО аЗ б‚б€аЕаКбƒ {1} +luckperms.command.track.error-empty=аЂб€аЕаК {0} аНаЕ аМаОаЖаЕ аВаИаКаОб€аИбб‚аОаВбƒаВаАб‚аИбб, аОбаКб–аЛбŒаКаИ аВб–аН аПаОб€аОаЖаНб–аЙ аАаБаО баКаЛаАаДаАб” аЛаИбˆаЕ аОаДаНбƒ аГб€бƒаПбƒ +luckperms.command.track.error-multiple-groups={0} б” бƒб‡аАбаНаИаКаОаМ аКб–аЛбŒаКаОб… аГб€бƒаП аНаА б†бŒаОаМбƒ б‚б€аЕаКбƒ +luckperms.command.track.error-ambiguous=ааЕ аВаДаАаЛаОбб аВаИаЗаНаАб‡аИб‚аИ аМб–бб†аЕ б€аОаЗб‚аАбˆбƒаВаАаНаНб +luckperms.command.track.already-contains=а“б€бƒаПаА {1} бƒаЖаЕ б” аВ б‚б€аЕаКбƒ {0} +luckperms.command.track.doesnt-contain={0} аНаЕ аВаКаЛбŽб‡аАб” {1} +luckperms.command.log.load-error=ааЕ аВаДаАаЛаОбб аЗаАаВаАаНб‚аАаЖаИб‚аИ аЛаОаГ +luckperms.command.log.invalid-page=ааЕаПб€аАаВаИаЛбŒаНаИаЙ аНаОаМаЕб€ бб‚аОб€б–аНаКаИ +luckperms.command.log.invalid-page-range=а‘бƒаДбŒ аЛаАбаКаА, бƒаКаАаЖб–б‚бŒ аЗаНаАб‡аЕаНаНб аВб–аД {0} аДаО {1} +luckperms.command.log.empty=ааЕаМаА аЗаАаПаИбб–аВ аЛаОаГбƒ аДаЛб аПаОаКаАаЗбƒ +luckperms.command.log.notify.error-console=ааЕ аМаОаЖаНаА аЗаМб–аНаИб‚аИ аНаАаЛаАбˆб‚бƒаВаАаНаНб баПаОаВб–б‰аЕаНбŒ аДаЛб аКаОаНбаОаЛб– +luckperms.command.log.notify.enabled-term=аЃаВб–аМаКаНаЕаНб– +luckperms.command.log.notify.disabled-term=а’аИаМаКаНаЕаНб– +luckperms.command.log.notify.changed-state=а›аОаГ-баПаОаВб–б‰аЕаНаНб {0} +luckperms.command.log.notify.already-on=аžб‚б€аИаМаАаНаНб аЛаОаГ-баПаОаВб–б‰аЕаНбŒ бƒаЖаЕ аВаВб–аМаКаНаЕаНаО +luckperms.command.log.notify.already-off=аžб‚б€аИаМаАаНаНб баПаОаВб–б‰аЕаНбŒ бƒаЖаЕ аВаИаМаКаНаЕаНаО +luckperms.command.log.notify.invalid-state=ааЕаПб€аАаВаИаЛбŒаНаЕ аЗаНаАб‡аЕаНаНб, б‚аОаМбƒ аВаИаБаЕб€б–б‚бŒ {0} аАаБаО {1} +luckperms.command.log.show.search=аŸаОаКаАаЗ аОбб‚аАаНаНб–б… аДб–аЙ аЗаА аЗаАаПаИб‚аОаМ {0} +luckperms.command.log.show.recent=аŸаОаКаАаЗ аОбб‚аАаНаНб–б… аДб–аЙ +luckperms.command.log.show.by=аŸаОаКаАаЗ аОбб‚аАаНаНб–б… аДб–аЙ {0} +luckperms.command.log.show.history=аŸаОаКаАаЗ б–бб‚аОб€б–б— аДб–аЙ аДаЛб {0} {1} +luckperms.command.export.error-term=аŸаОаМаИаЛаКаА +luckperms.command.export.already-running=ааА б†аЕаЙ аМаОаМаЕаНб‚ аВаИаКаОаНбƒб”б‚бŒбб б–аНбˆаИаЙ аПб€аОб†аЕб аЕаКбаПаОб€б‚бƒаВаАаНаНб +luckperms.command.export.file.already-exists=аЄаАаЙаЛ аЗ б–аМ''баМ {0} бƒаЖаЕ б–баНбƒб” +luckperms.command.export.file.not-writable=аЄаАаЙаЛ {0} аНаЕаДаОбб‚бƒаПаНаИаЙ аДаЛб аЗаАаПаИббƒ +luckperms.command.export.file.success=аЃбаПб–бˆаНаО аЕаКбаПаОб€б‚аОаВаАаНаО бƒ {0} +luckperms.command.export.file-unexpected-error-writing=аЂб€аАаПаИаЛаАбб аНаЕаОб‡б–аКбƒаВаАаНаА аПаОаМаИаЛаКаА аПб€аИ аЗаАаПаИбб– б„аАаЙаЛбƒ +luckperms.command.export.web.export-code=аšаОаД аДаЛб аЕаКбаПаОб€б‚бƒ +luckperms.command.export.web.import-command-description=а’аИаКаОб€аИбб‚аАаЙб‚аЕ аНаАбб‚бƒаПаНбƒ аКаОаМаАаНаДбƒ аДаЛб б–аМаПаОб€б‚бƒ +luckperms.command.import.term=а†аМаПаОб€б‚бƒаВаАб‚аИ +luckperms.command.import.error-term=аŸаОаМаИаЛаКаА +luckperms.command.import.already-running=ааА б†аЕаЙ б‡аАб аВаИаКаОаНбƒб”б‚бŒбб б–аНбˆаИаЙ аПб€аОб†аЕб б–аМаПаОб€б‚бƒаВаАаНаНб +luckperms.command.import.file.doesnt-exist=аЄаАаЙаЛбƒ {0} аНаЕ б–баНбƒб” +luckperms.command.import.file.not-readable=аЄаАаЙаЛ {0} аНаЕаДаОбб‚бƒаПаНаИаЙ аДаЛб б‡аИб‚аАаНаНб +luckperms.command.import.file.unexpected-error-reading=аЂб€аАаПаИаЛаАбб аНаЕаОб‡б–аКбƒаВаАаНаА аПаОаМаИаЛаКаА аПб–аД б‡аАб б‡аИб‚аАаНаНб аДаАаНаИб… б–аЗ б„аАаЙаЛбƒ б–аМаПаОб€б‚бƒ +luckperms.command.import.file.correct-format=б‡аИ аПб€аАаВаИаЛбŒаНаИаЙ б„аОб€аМаАб‚? +luckperms.command.import.web.unable-to-read=ааЕ аВаДаАаЛаОбб аОб‚б€аИаМаАб‚аИ б–аНб„аОб€аМаАб†б–бŽ аЗ аВаИаКаОб€аИбб‚аАаНаНбаМ б†бŒаОаГаО аКаОаДбƒ +luckperms.command.import.progress.percent={0}% аЗаАаВаЕб€бˆаЕаНаО +luckperms.command.import.progress.operations={0}/{1} аОаПаЕб€аАб†б–аЙ аЗаАаВаЕб€бˆаЕаНаО +luckperms.command.import.starting=а—аАаПбƒбаК аПб€аОб†аЕббƒ б–аМаПаОб€б‚бƒ +luckperms.command.import.completed=а—аа’а•а аЈа•ааž +luckperms.command.import.duration=аЗаАаЙаНбаЛаО {0} баЕаКбƒаНаД +luckperms.command.bulkupdate.must-use-console=а’аИаКаОаНаАаНаНб аКаОаМаАаНаДаИ аМаАбаОаВаОаГаО аОаНаОаВаЛаЕаНаНб аМаОаЖаЛаИаВаЕ аЛаИбˆаЕ аЗ аКаОаНбаОаЛб– +luckperms.command.bulkupdate.invalid-data-type=ааЕаПб€аАаВаИаЛбŒаНаИаЙ б‚аИаП, аОбаКб–аЛбŒаКаИ аОб‡б–аКбƒаВаАаЛаОбб {0} +luckperms.command.bulkupdate.invalid-constraint=ааЕаПб€аАаВаИаЛбŒаНаЕ аОаБаМаЕаЖаЕаНаНб {0} +luckperms.command.bulkupdate.invalid-constraint-format=аžаБаМаЕаЖаЕаНаНб аПаОаВаИаНаНб– аБбƒб‚аИ бƒ б„аОб€аМаАб‚б– {0} +luckperms.command.bulkupdate.invalid-comparison=ааЕаПб€аАаВаИаЛбŒаНаИаЙ аОаПаЕб€аАб‚аОб€ аПаОб€б–аВаНбаНаНб {0} +luckperms.command.bulkupdate.invalid-comparison-format=аžб‡б–аКбƒаВаАаЛаОбб аОаДаНаЕ аЗ аНаАаВаЕаДаЕаНаИб…\: {0} +luckperms.command.bulkupdate.queued=аžаПаЕб€аАб†б–б аМаАбаОаВаОаГаО аОаНаОаВаЛаЕаНаНб аДаОаДаАаНаА аВ б‡аЕб€аГбƒ +luckperms.command.bulkupdate.confirm=а’аВаЕаДб–б‚бŒ {0}, б‰аОаБ аВаИаКаОаНаАб‚аИ аОаНаОаВаЛаЕаНаНб +luckperms.command.bulkupdate.unknown-id=аžаПаЕб€аАб†б–б— аЗ ID {0} аНаЕ б–баНбƒб” аАаБаО б—б— аВб–аДаЛб–аК аОб‡б–аКбƒаВаАаНаНб аВаИб‡аЕб€аПаАаВбб +luckperms.command.bulkupdate.starting=а’аИаКаОаНаАаНаНб аМаАбаОаВаОаГаО аОаНаОаВаЛаЕаНаНб +luckperms.command.bulkupdate.success=аŸб€аОб†аЕб аМаАбаОаВаОаГаО аОаНаОаВаЛаЕаНаНб бƒбаПб–бˆаНаО аЗаАаВаЕб€бˆаЕаНаИаЙ +luckperms.command.bulkupdate.success.statistics.nodes=а—аАб‡аЕаПаЛаЕаНаИб… аДаОаЗаВаОаЛб–аВ бƒббŒаОаГаО +luckperms.command.bulkupdate.success.statistics.users=аЃббŒаОаГаО аЗаАб‡аЕаПаЛаЕаНаИб… аКаОб€аИбб‚бƒаВаАб‡б–аВ +luckperms.command.bulkupdate.success.statistics.groups=аЃббŒаОаГаО аЗаАб‡аЕаПаЛаЕаНаИб… аГб€бƒаП +luckperms.command.bulkupdate.failure=ааА аЖаАаЛбŒ, аНаЕ аВаДаАаЛаОбб аВаИаКаОаНаАб‚аИ аМаАбаОаВаЕ аОаНаОаВаЛаЕаНаНб, аПаЕб€аЕаВб–б€б‚аЕ аКаОаНбаОаЛбŒ аНаА аНаАбаВаНб–бб‚бŒ аПаОаМаИаЛаОаК +luckperms.command.update-task.request=а—аАаПаИб‚ аНаА аОаНаОаВаЛаЕаНаНб аПб€аИаЙаНбб‚аО, аБбƒаДбŒ аЛаАбаКаА, аЗаАб‡аЕаКаАаЙб‚аЕ +luckperms.command.update-task.complete=аžаНаОаВаЛаЕаНаНб аДаАаНаИб… аЗаАаВаЕб€бˆаЕаНаО +luckperms.command.update-task.push.attempting=а’аИаКаОаНбƒб”аМаО баПб€аОаБбƒ аНаАаДбаИаЛаАаНаНб аЗаМб–аН аНаА б–аНбˆб– баЕб€аВаЕб€аИ +luckperms.command.update-task.push.complete=а†аНбˆб– баЕб€аВаЕб€аИ бƒбаПб–бˆаНаО аОб‚б€аИаМаАаЛаИ баПаОаВб–б‰аЕаНаНб б‡аЕб€аЕаЗ {0} +luckperms.command.update-task.push.error=аЁб‚аАаЛаАбб аПаОаМаИаЛаКаА аПб–аД б‡аАб аНаАаДбаИаЛаАаНаНб аЗаМб–аН аНаА б–аНбˆб– баЕб€аВаЕб€аИ +luckperms.command.update-task.push.error-not-setup=ааЕ аВаДаАаЛаОбб аНаАаДб–баЛаАб‚аИ аЗаМб–аНаИ аНаА б–аНбˆб– баЕб€аВаЕб€аИ, аОбаКб–аЛбŒаКаИ б€аОаЗаДб–аЛ "messaging service" аНаЕ аНаАаЛаАбˆб‚аОаВаАаНаИаЙ +luckperms.command.reload-config.success=аЄаАаЙаЛ аКаОаНб„б–аГбƒб€аАб†б–б— аПаЕб€аЕаЗаАаВаАаНб‚аАаЖаЕаНаО +luckperms.command.reload-config.restart-note=аДаЕбаКб– аНаАаЛаАбˆб‚бƒаВаАаНаНб аБбƒаДбƒб‚бŒ аЗаАбб‚аОбаОаВаАаНб– аЛаИбˆаЕ аПб–баЛб аПаЕб€аЕаЗаАаВаАаНб‚аАаЖаЕаНаНб баЕб€аВаЕб€бƒ +luckperms.command.translations.searching=аŸаОбˆбƒаК аДаОбб‚бƒаПаНаИб… аПаЕб€аЕаКаЛаАаДб–аВ, аБбƒаДбŒ аЛаАбаКаА, аЗаАб‡аЕаКаАаЙб‚аЕ... +luckperms.command.translations.searching-error=ааА аЖаАаЛбŒ, аНаЕ аВаДаАаЛаОбб аОб‚б€аИаМаАб‚аИ баПаИбаОаК аДаОбб‚бƒаПаНаИб… аПаЕб€аЕаКаЛаАаДб–аВ +luckperms.command.translations.installed-translations=а’бб‚аАаНаОаВаЛаЕаНб– аПаЕб€аЕаКаЛаАаДаИ +luckperms.command.translations.available-translations=а”аОбб‚бƒаПаНб– аПаЕб€аЕаКаЛаАаДаИ +luckperms.command.translations.percent-translated={0}% аПаЕб€аЕаКаЛаАаДаЕаНаО +luckperms.command.translations.translations-by=т € +luckperms.command.translations.installing=а’бб‚аАаНаОаВаЛаЕаНаНб аПаЕб€аЕаКаЛаАаДб–аВ, аБбƒаДбŒ аЛаАбаКаА, аЗаАб‡аЕаКаАаЙб‚аЕ... +luckperms.command.translations.download-error=ааЕ аВаДаАаЛаОбб аЗаАаВаАаНб‚аАаЖаИб‚аИ аПаЕб€аЕаКаЛаАаД аДаЛб {0} +luckperms.command.translations.installing-specific=а’бб‚аАаНаОаВаЛаЕаНаНб аМаОаВаИ {0}... +luckperms.command.translations.install-complete=аЃбб‚аАаНаОаВаКбƒ аЗаАаВаЕб€бˆаЕаНаО +luckperms.command.translations.download-prompt=а’аИаКаОб€аИбб‚аАаЙб‚аЕ {0}, б‰аОаБ аЗаАаВаАаНб‚аАаЖаИб‚аИ б‚аА б–аНбб‚аАаЛбŽаВаАб‚аИ аАаКб‚бƒаАаЛбŒаНбƒ аВаЕб€бб–бŽ аПаЕб€аЕаКаЛаАаДб–аВ, аНаАаДаАаНаИб… баПб–аЛбŒаНаОб‚аОбŽ +luckperms.command.translations.download-override-warning=а‘бƒаДбŒ аЛаАбаКаА, аЗаВаЕб€аНб–б‚бŒ бƒаВаАаГбƒ, б‰аО аВбб– аЗаМб–аНаИ, аВаНаЕбаЕаНб– аВаАаМаИ аДаЛб б†аИб… аМаОаВ, аБбƒаДбƒб‚бŒ аПаЕб€аЕаВаИаЗаНаАб‡аЕаНб– +luckperms.usage.user.description=ааАаБб–б€ аКаОаМаАаНаД аДаЛб аКаЕб€бƒаВаАаНаНб аКаОб€аИбб‚бƒаВаАб‡аАаМаИ аВ LuckPerms (аКаОб€аИбб‚бƒаВаАб‡ аВ LuckPerms - б†аЕ аГб€аАаВаЕб†бŒ, б‰аО аМаОаЖаЕ аПаОбаИаЛаАб‚аИбб аНаА UUID аАаБаО аНаА б–аМ''б аКаОб€аИбб‚бƒаВаАб‡аА) +luckperms.usage.group.description=ааАаБб–б€ аКаОаМаАаНаД аДаЛб аКаЕб€бƒаВаАаНаНб аГб€бƒаПаАаМаИ аВ LuckPerms. а“б€бƒаПаИ - б†аЕ аЗаГб€бƒаПаОаВаАаНб– аДаОаЗаВаОаЛаИ, баКб– аМаОаЖбƒб‚бŒ аБбƒб‚аИ аВаИаДаАаНб– аКаОб€аИбб‚бƒаВаАб‡аАаМ. ааОаВб– аГб€бƒаПаИ аМаОаЖбƒб‚бŒ аБбƒб‚аИ бб‚аВаОб€аЕаНб– аЗаА аДаОаПаОаМаОаГаОбŽ аКаОаМаАаНаДаИ "creategroup". +luckperms.usage.track.description=ааАаБб–б€ аКаОаМаАаНаД аДаЛб аКаЕб€бƒаВаАаНаНб б‚б€аЕаКаАаМаИ аВ аМаЕаЖаАб… LuckPerms. аЂб€аЕаКаИ - б†аЕ бƒаПаОб€баДаКаОаВаАаНаА аПаОбаЛб–аДаОаВаНб–бб‚бŒ аГб€бƒаП, баКб– аВаИаКаОб€аИбб‚аОаВбƒбŽб‚бŒбб аДаЛб аПб–аДаВаИб‰аЕаНаНб б‡аИ аЗаНаИаЖаЕаНаНб аГб€бƒаПаИ. +luckperms.usage.log.description=ааАаБб–б€ аКаОаМаАаНаД аДаЛб аКаЕб€бƒаВаАаНаНб б„бƒаНаКб†б–баМаИ аЛаОаГбƒаВаАаНаНб аВ LuckPerms. +luckperms.usage.sync.description=аŸаЕб€аЕаЗаАаВаАаНб‚аАаЖбƒб” аВбб– аДаАаНб– б–аЗ аПаЛаАаГб–аНб–аВ бƒ аПаАаМ''бб‚бŒ б– аЗаАбб‚аОбаОаВбƒб” аБбƒаДбŒ-баКб– аЗаМб–аНаИ, баКб– аВаИбаВаЛаЕаНаО. +luckperms.usage.info.description=а”б€бƒаКбƒб” аОбаНаОаВаНбƒ б–аНб„аОб€аМаАб†б–бŽ аПб€аО аАаКб‚аИаВаНаИаЙ аЕаКаЗаЕаМаПаЛбб€ аПаЛаАаГб–аНаА. +luckperms.usage.editor.description=аЁб‚аВаОб€бŽб” аНаОаВбƒ баЕбб–бŽ аВаЕаБ-б€аЕаДаАаКб‚аОб€аА +luckperms.usage.editor.argument.type=б‚аИаПаИ аДаЛб аЗаАаВаАаНб‚аАаЖаЕаНаНб аВ б€аЕаДаАаКб‚аОб€. (''all'', ''users'' аАаБаО ''groups'') +luckperms.usage.editor.argument.filter=аДаОаЗаВб–аЛ аНаА б„б–аЛбŒб‚б€бƒаВаАаНаНб аЗаАаПаИбб–аВ аКаОб€аИбб‚бƒаВаАб‡аА +luckperms.usage.verbose.description=аšаЕб€бƒаВаАаНаНб баИбб‚аЕаМаОбŽ аМаОаНб–б‚аОб€аИаНаГбƒ аДаОаЗаВаОаЛб–аВ аПаЛаАаГб–аНб–аВ. +luckperms.usage.verbose.argument.action=б‰аОаБ бƒаВб–аМаКаНбƒб‚аИ/аВаИаМаКаНбƒб‚аИ аЛаОаГбƒаВаАаНаНб б‡аИ аЗаАаВаАаНб‚аАаЖаИб‚аИ +luckperms.usage.verbose.argument.filter=б„б–аЛбŒб‚б€, б‰аО аВб–аДаПаОаВб–аДаАб” аЗаАаПаИбаАаМ +luckperms.usage.verbose.argument.commandas=аГб€аАаВаЕб†бŒ/аКаОаМаАаНаДаА аДаЛб аВаИаКаОаНаАаНаНб +luckperms.usage.tree.description=а“аЕаНаЕб€бƒб” аВаИаД аДаЕб€аЕаВаА (бƒаПаОб€баДаКаОаВаАаНаА б–б”б€аАб€б…б–б баПаИбаКб–аВ) бƒбб–б… аДаОаЗаВаОаЛб–аВ бƒ LuckPerms. +luckperms.usage.tree.argument.scope=аКаОб€аЕаНаЕаВаИаЙ аКаАб‚аАаЛаОаГ аДаЕб€аЕаВаА. аЃаКаАаЖб–б‚бŒ "." б‰аОаБ аВаИаБб€аАб‚аИ аВбб– аДаОаЗаВаОаЛаИ +luckperms.usage.tree.argument.player=б–аМ''б аГб€аАаВб†б аДаЛб аПаЕб€аЕаВб–б€аКаИ +luckperms.usage.search.description=аŸаОбˆбƒаК бƒбб–б… аКаОб€аИбб‚бƒаВаАб‡б–аВ/аГб€бƒаП аЗ аПаЕаВаНаИаМ аДаОаЗаВаОаЛаОаМ +luckperms.usage.search.argument.permission=аДаОаЗаВб–аЛ аНаА аПаОбˆбƒаК +luckperms.usage.search.argument.page=бб‚аОб€б–аНаКаА аДаЛб аПаЕб€аЕаГаЛбаДбƒ +luckperms.usage.network-sync.description=аЁаИаНб…б€аОаНб–аЗбƒаВаАб‚аИ аЗаМб–аНаИ аЗб– бб…аОаВаИб‰аЕаМ б– аНаАаДб–баЛаАб‚аИ аЗаАаПаИб‚ б–аНбˆаИаМ баЕб€аВаЕб€аАаМ бƒ аМаЕб€аЕаЖб– б€аОаБаИб‚аИ б‚аЕ баАаМаЕ +luckperms.usage.import.description=а†аМаПаОб€б‚бƒб” аДаАаНб– аЗ (аПаОаПаЕб€аЕаДаНбŒаО бб‚аВаОб€аЕаНаОаГаО) б„аАаЙаЛбƒ аЕаКбаПаОб€б‚бƒ +luckperms.usage.import.argument.file=б„аАаЙаЛ, аЗ баКаОаГаО аНаЕаОаБб…б–аДаНаО аВаИаКаОаНаАб‚аИ б–аМаПаОб€б‚ +luckperms.usage.import.argument.replace=аЗаАаМб–аНаИб‚аИ аНаАбаВаНб– аДаАаНб– аЗаАаМб–бб‚бŒ б—б…аНбŒаОаГаО аОаБ''б”аДаНаАаНаНб +luckperms.usage.import.argument.upload=аВаИаВаАаНб‚аАаЖаИб‚аИ аДаАаНб– аЗ аНаАбаВаНаОаГаО б„аАаЙаЛбƒ аЕаКбаПаОб€б‚бƒ +luckperms.usage.export.description=а•аКбаПаОб€б‚бƒаВаАб‚аИ аДаАаНб– аДаОаЗаВаОаЛб–аВ бƒ баПаЕб†б–аАаЛбŒаНаИаЙ б„аАаЙаЛ аДаЛб аЕаКбаПаОб€б‚бƒ. аŸб–аЗаНб–бˆаЕ аЗаАаВаДбаКаИ аНбŒаОаМбƒ аВаИ аЗаМаОаЖаЕб‚аЕ аВб–аДаНаОаВаИб‚аИ аДаАаНб–, б–аМаПаОб€б‚бƒаВаАаВбˆаИ аЙаОаГаО. +luckperms.usage.export.argument.file=б„аАаЙаЛ, бƒ баКаИаЙ аНаЕаОаБб…б–аДаНаО аВаИаКаОаНаАб‚аИ аЕаКбаПаОб€б‚ +luckperms.usage.export.argument.without-users=аНаЕ аЕаКбаПаОб€б‚бƒаВаАб‚аИ аДаАаНаИб… аКаОб€аИбб‚бƒаВаАб‡б–аВ +luckperms.usage.export.argument.without-groups=аНаЕ аЕаКбаПаОб€б‚бƒаВаАб‚аИ аДаАаНб– аГб€бƒаПаИ +luckperms.usage.export.argument.upload=а’аИаВаАаНб‚аАаЖаИб‚аИ аВбб– аДаАаНб– аПб€аО аДаОаЗаВаОаЛаИ аНаА аВаЕаБб€аЕаДаАаКб‚аОб€. аŸб–аЗаНб–бˆаЕ аДаАаНб– аМаОаЖаНаА аБбƒаДаЕ б–аМаПаОб€б‚бƒаВаАб‚аИ. +luckperms.usage.reload-config.description=аŸаЕб€аЕаЗаАаВаАаНб‚аАаЖаИб‚аИ аДаЕбаКб– аПаАб€аАаМаЕб‚б€аИ аКаОаНб„б–аГбƒб€аАб†б–б— +luckperms.usage.bulk-update.description=а’аИаКаОаНаАб‚аИ аЗаАаПаИб‚аИ аМаАбаОаВаОаГаО аОаНаОаВаЛаЕаНаНб аДаЛб аВбб–б… аДаАаНаИб… +luckperms.usage.bulk-update.argument.data-type=б‚аИаП аДаАаНаИб…, б‰аО аЗаМб–аНбŽб”б‚бŒбб (''all'', ''users'' аАаБаО ''groups'') +luckperms.usage.bulk-update.argument.action=аДб–б, баКбƒ аМаОаЖаНаА аВаИаКаОаНаАб‚аИ аНаАаД аДаАаНаИаМаИ (''update'' б‡аИ ''delete'') +luckperms.usage.bulk-update.argument.action-field=аПаОаЛаЕ аВаИаБаОб€бƒ аДб–б—. аŸаОб‚б€б–аБаНаЕ аЛаИбˆаЕ аДаЛб аОаПб†б–б— ''update'' (''permission'', ''server'' б‡аИ ''world'') +luckperms.usage.bulk-update.argument.action-value=аЗаНаАб‡аЕаНаНб аДаЛб аЗаАаМб–аНаИ. а’аИаМаАаГаАб”б‚бŒбб аЛаИбˆаЕ аДаЛб аОаПб†б–б— ''update''. +luckperms.usage.bulk-update.argument.constraint=аОаБаМаЕаЖаЕаНаНб, аНаЕаОаБб…б–аДаНб– аДаЛб аОаНаОаВаЛаЕаНаНб +luckperms.usage.translations.description=аšаЕб€бƒаВаАаНаНб аПаЕб€аЕаКаЛаАаДаАаМаИ +luckperms.usage.translations.argument.install=ббƒаБаКаОаМаАаНаДаА аДаЛб аВбб‚аАаНаОаВаЛаЕаНаНб аПаЕб€аЕаКаЛаАаДб–аВ +luckperms.usage.apply-edits.description=а—аАбб‚аОбаОаВбƒб” аЗаМб–аНаИ аВ аДаОаЗаВаОаЛаАб…, аВаИаКаОаНаАаНб– бƒ аВаЕаБб€аЕаДаАаКб‚аОб€б– +luckperms.usage.apply-edits.argument.code=бƒаНб–аКаАаЛбŒаНаИаЙ аКаОаД аДаЛб аЗаАбб‚аОббƒаВаАаНаНб аЗаМб–аН +luckperms.usage.apply-edits.argument.target=б…б‚аО аЗаАбб‚аОбаОаВбƒб” аЗаМб–аНаИ аДаАаНаИб… +luckperms.usage.create-group.description=аЁб‚аВаОб€аИб‚аИ аНаОаВбƒ аГб€бƒаПбƒ +luckperms.usage.create-group.argument.name=б–аМ''б аГб€бƒаПаИ +luckperms.usage.create-group.argument.weight=аВаАаГаА аГб€бƒаПаИ +luckperms.usage.create-group.argument.display-name=аВб–аДаОаБб€аАаЖаЕаНаА аНаАаЗаВаА аГб€бƒаПаИ +luckperms.usage.delete-group.description=а’аИаДаАаЛаИб‚аИ аГб€бƒаПбƒ +luckperms.usage.delete-group.argument.name=аНаАаЗаВаА аГб€бƒаПаИ +luckperms.usage.list-groups.description=аЁаПаИбаОаК бƒбб–б… аГб€бƒаП аНаА аПаЛаАб‚б„аОб€аМб– +luckperms.usage.create-track.description=аЁб‚аВаОб€аИб‚аИ аНаОаВаИаЙ б‚б€аЕаК +luckperms.usage.create-track.argument.name=б–аМ''б б‚б€аЕаКбƒ +luckperms.usage.delete-track.description=а’аИаЛбƒб‡аИб‚аИ б‚б€аЕаК +luckperms.usage.delete-track.argument.name=б–аМ''б б‚б€аЕаКбƒ +luckperms.usage.list-tracks.description=аЁаПаИбаОаК бƒбб–б… б‚б€аЕаКб–аВ аНаА аПаЛаАб‚б„аОб€аМб– +luckperms.usage.user-info.description=аŸаОаКаАаЗбƒб” б–аНб„аОб€аМаАб†б–бŽ аПб€аО аКаОб€аИбб‚бƒаВаАб‡аА +luckperms.usage.user-switchprimarygroup.description=а—аМб–аНбŽб” аОбаНаОаВаНбƒ аГб€бƒаПбƒ аКаОб€аИбб‚бƒаВаАб‡аА +luckperms.usage.user-switchprimarygroup.argument.group=аГб€бƒаПаА, баКбƒ аПаОб‚б€б–аБаНаО аЗаАаМб–аНаИб‚аИ аНаА аНаАбаВаНбƒ +luckperms.usage.user-promote.description=аŸб€аОббƒаВаАб” аГб€бƒаПбƒ аКаОб€аИбб‚бƒаВаАб‡аА аДаАаЛб– аПаО б‚б€аЕаКбƒ +luckperms.usage.user-promote.argument.track=б‚б€аЕаК аДаЛб аПб€аОббƒаВаАаНаНб аГб€бƒаПаИ аКаОб€аИбб‚бƒаВаАб‡аА +luckperms.usage.user-promote.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаНаО аБбƒб‚аИ аВаИаКаОаНаАаНаО аПб€аОббƒаВаАаНаНб аГб€бƒаПаИ аКаОб€аИбб‚бƒаВаАб‡аА +luckperms.usage.user-promote.argument.dont-add-to-first=аПб€аОббƒаВаАб” аГб€бƒаПбƒ аКаОб€аИбб‚бƒаВаАб‡аА, баКб‰аО аВб–аН бƒаЖаЕ аПаОаВ''баЗаАаНаИаЙ аЗ б‚б€аЕаКаОаМ +luckperms.usage.user-demote.description=а—аНаИаЖбƒб” аГб€бƒаПбƒ аКаОб€аИбб‚бƒаВаАб‡аА аНаА аПаОаПаЕб€аЕаДаНбŽ аВ б‚б€аЕб†б– +luckperms.usage.user-demote.argument.track=б‚б€аЕаК аДаЛб аЗаНаИаЖаЕаНаНб аГб€бƒаПаИ аКаОб€аИбб‚бƒаВаАб‡аА +luckperms.usage.user-demote.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаНаО аБбƒб‚аИ аВаИаКаОаНаАаНаО аЗаНаИаЖаЕаНаНб аГб€бƒаПаИ аКаОб€аИбб‚бƒаВаАб‡аА +luckperms.usage.user-demote.argument.dont-remove-from-first=аЗаАаПаОаБб–аГб‚аИ аВаИаЛбƒб‡аЕаНаНбŽ аКаОб€аИбб‚бƒаВаАб‡аА аЗ аПаЕб€бˆаОб— аГб€бƒаПаИ б‚б€аЕаКбƒ аПб€аИ б—б— аЗаНаИаЖаЕаНаНб– +luckperms.usage.user-clone.description=аЁаКаОаПб–бŽаВаАб‚аИ аКаОб€аИбб‚бƒаВаАб‡аА +luckperms.usage.user-clone.argument.user=б–аМ''б/uuid аКаОб€аИбб‚бƒаВаАб‡аА, б‰аОаБ баКаОаПб–бŽаВаАб‚аИ аЙаОаГаО +luckperms.usage.group-info.description=ааАаДаАб” б–аНб„аОб€аМаАб†б–бŽ аПб€аО аГб€бƒаПбƒ +luckperms.usage.group-listmembers.description=аŸаОаКаАаЗбƒаВаАб‚аИ аКаОб€аИбб‚бƒаВаАб‡б–аВ/аГб€бƒаПаИ, б‰аО аНаАбаЛб–аДбƒбŽб‚бŒ аДаОаЗаВаОаЛаИ аВб–аД б†б–б”б— аГб€бƒаПаИ +luckperms.usage.group-listmembers.argument.page=бб‚аОб€б–аНаКаА аДаЛб аПаЕб€аЕаГаЛбаДбƒ +luckperms.usage.group-setweight.description=аЃбб‚аАаНаОаВаИб‚аИ аВаАаГбƒ аГб€бƒаПаИ +luckperms.usage.group-setweight.argument.weight=аВаАаГбƒ, баКбƒ аНаЕаОаБб…б–аДаНаО аВбб‚аАаНаОаВаИб‚аИ +luckperms.usage.group-set-display-name.description=аЃбб‚аАаНаОаВаИб‚аИ аВб–аДаОаБб€аАаЖбƒаВаАаНаЕ б–аМ''б аГб€бƒаПаИ +luckperms.usage.group-set-display-name.argument.name=б–аМ''б аДаЛб аВбб‚аАаНаОаВаЛаЕаНаНб +luckperms.usage.group-set-display-name.argument.context=аКаОаНб‚аЕаКбб‚аИ, аВ баКаИб… аПаОб‚б€б–аБаНаО аВбб‚аАаНаОаВаИб‚аИ б–аМ''б +luckperms.usage.group-rename.description=аŸаЕб€аЕаЙаМаЕаНбƒаВаАб‚аИ аГб€бƒаПбƒ +luckperms.usage.group-rename.argument.name=аНаОаВаЕ б–аМ''б +luckperms.usage.group-clone.description=аšаЛаОаНбƒб” аГб€бƒаПбƒ +luckperms.usage.group-clone.argument.name=б–аМ''б аКаЛаОаНаОаВаАаНаОб— аГб€бƒаПаИ аНаА +luckperms.usage.holder-editor.description=а’б–аДаКб€аИаВаАб” аВаЕаБб€аЕаДаАаКб‚аОб€ аДаОаЗаВаОаЛб–аВ +luckperms.usage.holder-showtracks.description=аŸаОаКаАаЗбƒб” баПаИбаОаК б‚б€аЕаКб–аВ, бƒ баКаИб… аЗаНаАб…аОаДаИб‚бŒбб аОаБ''б”аКб‚ +luckperms.usage.holder-clear.description=а’аИаЛбƒб‡аАб” аВбб– аДаОаЗаВаОаЛаИ, аБаАб‚бŒаКб–аВббŒаКб– аГб€бƒаПаИ аЙ аМаЕб‚аА +luckperms.usage.holder-clear.argument.context=аКаОаНб‚аЕаКбб‚аИ аДаЛб б„б–аЛбŒб‚б€аАб†б–б— +luckperms.usage.permission.description=а аЕаДаАаГбƒаВаАб‚аИ аДаОаЗаВаОаЛаИ +luckperms.usage.parent.description=а аЕаДаАаГбƒаВаАб‚аИ бƒбаПаАаДаКбƒаВаАаНаНб +luckperms.usage.meta.description=а аЕаДаАаГбƒаВаАб‚аИ аЗаНаАб‡аЕаНаНб аМаЕб‚аАаДаАаНаИб… +luckperms.usage.permission-info.description=аŸаОаКаАаЗбƒб” баПаИбаОаК аДаОаЗаВаОаЛб–аВ, баКб– аМаАб” аОаБ''б”аКб‚ +luckperms.usage.permission-info.argument.page=бб‚аОб€б–аНаКаА аДаЛб аПаЕб€аЕаГаЛбаДбƒ +luckperms.usage.permission-info.argument.sort-mode=баК баОб€б‚бƒаВаАб‚аИ аЗаАаПаИбаИ +luckperms.usage.permission-set.description=аЃбб‚аАаНаОаВаЛбŽб” аДаОаЗаВб–аЛ аДаЛб аОаБ''б”аКб‚аА +luckperms.usage.permission-set.argument.node=аДаОаЗаВаОаЛаИ аДаЛб аВбб‚аАаНаОаВаЛаЕаНаНб +luckperms.usage.permission-set.argument.value=аЗаНаАб‡аЕаНаНб аДаОаЗаВаОаЛбƒ +luckperms.usage.permission-set.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКб– аПаОб‚б€б–аБаНаО аДаОаДаАб‚аИ аДаОаЗаВб–аЛ +luckperms.usage.permission-unset.description=аЁаКаАбаОаВбƒб” аДаОаЗаВаОаЛаИ аВ аКаОб€аИбб‚бƒаВаАб‡аА +luckperms.usage.permission-unset.argument.node=аДаОаЗаВаОаЛаИ, баКб– аНаЕаОаБб…б–аДаНаО баКаАббƒаВаАб‚аИ +luckperms.usage.permission-unset.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аНаЕаОаБб…б–аДаНаО аВаИаЛбƒб‡аИб‚аИ аДаОаЗаВб–аЛ +luckperms.usage.permission-settemp.description=аЂаИаМб‡аАбаОаВаО аВбб‚аАаНаОаВаЛбŽб” аДаОаЗаВб–аЛ аДаЛб аОаБ''б”аКб‚аА +luckperms.usage.permission-settemp.argument.node=аДаОаЗаВб–аЛ аНаА аВбб‚аАаНаОаВаЛаЕаНаНб +luckperms.usage.permission-settemp.argument.value=аЗаНаАб‡аЕаНаНб аДаОаЗаВаОаЛбƒ +luckperms.usage.permission-settemp.argument.duration=б‡аАб, аПб€аОб‚баГаОаМ баКаОаГаО аДб–бб‚аИаМаЕ аДаОаЗаВб–аЛ +luckperms.usage.permission-settemp.argument.temporary-modifier=баК б‚аИаМб‡аАбаОаВаИаЙ аДаОаЗаВб–аЛ аПаОаВаИаНаЕаН аБбƒб‚аИ аЗаАбб‚аОбаОаВаАаНаИаМ +luckperms.usage.permission-settemp.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКб– аПаОб‚б€б–аБаНаО аДаОаДаАб‚аИ аДаОаЗаВб–аЛ +luckperms.usage.permission-unsettemp.description=аЁаКаАббƒаВаАб‚аИ б‚аИаМб‡аАбаОаВаИаЙ аДаОаЗаВб–аЛ аДаЛб аОаБ''б”аКб‚аА +luckperms.usage.permission-unsettemp.argument.node=аДаОаЗаВаОаЛаИ, баКб– аНаЕаОаБб…б–аДаНаО баКаАббƒаВаАб‚аИ +luckperms.usage.permission-unsettemp.argument.duration=б‚б€аИаВаАаЛб–бб‚бŒ аВб–аДаНб–аМаАаНаНб +luckperms.usage.permission-unsettemp.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аНаЕаОаБб…б–аДаНаО аВаИаЛбƒб‡аИб‚аИ аДаОаЗаВб–аЛ +luckperms.usage.permission-check.description=аŸаЕб€аЕаВб–б€бб”, б‡аИ аВ аОаБ''б”аКб‚аА б” аПаЕаВаНаИаЙ аДаОаЗаВб–аЛ +luckperms.usage.permission-check.argument.node=аДаОаЗаВб–аЛ аДаЛб аПаЕб€аЕаВб–б€аКаИ +luckperms.usage.permission-clear.description=а’аИаЛбƒб‡аАб” аВбб– аДаОаЗаВаОаЛаИ +luckperms.usage.permission-clear.argument.context=аКаОаНб‚аЕаКбб‚аИ аДаЛб б„б–аЛбŒб‚б€аАб†б–б— +luckperms.usage.parent-info.description=аŸаОаКаАаЗбƒб” баПаИбаОаК аГб€бƒаП, баКб– аНаАбаЛб–аДбƒбŽб‚бŒ б†аЕаЙ аОаБ''б”аКб‚ +luckperms.usage.parent-info.argument.page=бб‚аОб€б–аНаКаА аДаЛб аПаЕб€аЕаГаЛбаДбƒ +luckperms.usage.parent-info.argument.sort-mode=баК баОб€б‚бƒаВаАб‚аИ аЗаАаПаИбаИ +luckperms.usage.parent-set.description=а’аИаЛбƒб‡аАб” аВбб– аБаАб‚бŒаКб–аВббŒаКб– аГб€бƒаПаИ, баКб– аВаЖаЕ аНаАбаЛб–аДбƒб” аКаОб€аИбб‚бƒаВаАб‡, б– аДаОаДаАб” аВаКаАаЗаАаНбƒ +luckperms.usage.parent-set.argument.group=аНаАаЗаВаА аГб€бƒаПаИ аДаЛб аВбб‚аАаНаОаВаЛаЕаНаНб +luckperms.usage.parent-set.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаНаА аБбƒб‚аИ аВбб‚аАаНаОаВаЛаЕаНаА аГб€бƒаПаА +luckperms.usage.parent-add.description=а”аОаДаАб” аГб€бƒаПбƒ аКаОб€аИбб‚бƒаВаАб‡бƒ аДаЛб аНаАбаЛб–аДбƒаВаАаНаНб аДаОаЗаВаОаЛб–аВ аВб–аД аНаЕб— +luckperms.usage.parent-add.argument.group=аГб€бƒаПаА аДаЛб аНаАбаЛб–аДбƒаВаАаНаНб +luckperms.usage.parent-add.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаНаА аНаАбаЛб–аДбƒаВаАб‚аИбб аГб€бƒаПаА +luckperms.usage.parent-remove.description=а’аИаЛбƒб‡аАб” б€аАаНб–бˆаЕ аВбб‚аАаНаОаВаЛаЕаНб– аНаАбаЛб–аДбƒаВаАаНаНб аГб€бƒаПаИ +luckperms.usage.parent-remove.argument.group=аГб€бƒаПаА аДаЛб аВаИаЛбƒб‡аЕаНаНб +luckperms.usage.parent-remove.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аГб€бƒаПаА аПаОаВаИаНаНаА аБбƒб‚аИ аВаИаЛбƒб‡аЕаНаОбŽ +luckperms.usage.parent-set-track.description=а’аИаЛбƒб‡аАб” аВбб– аГб€бƒаПаИ, баКб– аВаЖаЕ аНаАбаЛб–аДбƒб” аКаОб€аИбб‚бƒаВаАб‡ бƒ аВаКаАаЗаАаНаОаМбƒ б‚б€аЕб†б–, б– аДаОаДаАб” аВаИаБб€аАаНбƒ +luckperms.usage.parent-set-track.argument.track=б‚б€аЕаК аДаЛб аВбб‚аАаНаОаВаЛаЕаНаНб +luckperms.usage.parent-set-track.argument.group=аНаАаЗаВаА аГб€бƒаПаИ б‡аИ аНаОаМаЕб€ б€аОаЗб‚аАбˆбƒаВаАаНаНб аГб€бƒаПаИ аВ аДаАаНаОаМбƒ б‚б€аЕб†б– аДаЛб аВбб‚аАаНаОаВаЛаЕаНаНб +luckperms.usage.parent-set-track.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаНаА аБбƒб‚аИ аВбб‚аАаНаОаВаЛаЕаНаА аГб€бƒаПаА +luckperms.usage.parent-add-temp.description=аЂаИаМб‡аАбаОаВаО аДаОаДаАб” аГб€бƒаПбƒ аКаОб€аИбб‚бƒаВаАб‡бƒ аДаЛб аНаАбаЛб–аДбƒаВаАаНаНб аДаОаЗаВаОаЛб–аВ аВб–аД аНаЕб— +luckperms.usage.parent-add-temp.argument.group=аГб€бƒаПаА аДаЛб аНаАбаЛб–аДбƒаВаАаНаНб +luckperms.usage.parent-add-temp.argument.duration=б‚б€аИаВаАаЛб–бб‚бŒ б‡аЛаЕаНбб‚аВаА аВ аГб€бƒаПб– +luckperms.usage.parent-add-temp.argument.temporary-modifier=баК аВаАб€б‚аО аЗаАбб‚аОбаОаВбƒаВаАб‚аИ б‚аИаМб‡аАбаОаВаИаЙ аДаОаЗаВб–аЛ +luckperms.usage.parent-add-temp.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаНаА аНаАбаЛб–аДбƒаВаАб‚аИбб аГб€бƒаПаА +luckperms.usage.parent-remove-temp.description=а’аИаЛбƒб‡аАб” б€аАаНб–бˆаЕ аВбб‚аАаНаОаВаЛаЕаНб– аНаАбаЛб–аДбƒаВаАаНаНб аГб€бƒаПаИ +luckperms.usage.parent-remove-temp.argument.group=аГб€бƒаПаА аДаЛб аВаИаЛбƒб‡аЕаНаНб +luckperms.usage.parent-remove-temp.argument.duration=б‚б€аИаВаАаЛб–бб‚бŒ аВб–аДаНб–аМаАаНаНб +luckperms.usage.parent-remove-temp.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аГб€бƒаПаА аПаОаВаИаНаНаА аБбƒб‚аИ аВаИаЛбƒб‡аЕаНаОбŽ +luckperms.usage.parent-clear.description=аžб‡аИб‰аАб” аВбб– аБаАб‚бŒаКб–аВббŒаКб– аГб€бƒаПаИ +luckperms.usage.parent-clear.argument.context=аКаОаНб‚аЕаКбб‚аИ аДаЛб б„б–аЛбŒб‚б€аАб†б–б— +luckperms.usage.parent-clear-track.description=аžб‡аИб‰аАб” аВбб– аБаАб‚бŒаКб–аВббŒаКб– аГб€бƒаПаИ, баКб– аЗаНаАб…аОаДбб‚бŒбб аВ б†бŒаОаМбƒ б‚б€аЕб†б– +luckperms.usage.parent-clear-track.argument.track=б‚б€аЕаК аДаЛб аВаИаЛбƒб‡аЕаНаНб +luckperms.usage.parent-clear-track.argument.context=аКаОаНб‚аЕаКбб‚аИ аДаЛб б„б–аЛбŒб‚б€аАб†б–б— +luckperms.usage.meta-info.description=аŸаОаКаАаЗбƒб” аВбб– аМаЕб‚аАаДаАаНб– аДаЛб б‡аАб‚бƒ +luckperms.usage.meta-set.description=аЃбб‚аАаНаОаВаЛбŽб” аЗаНаАб‡аЕаНаНб аДаЛб аМаЕб‚аА +luckperms.usage.meta-set.argument.key=аКаЛбŽб‡ аДаЛб аВбб‚аАаНаОаВаЛаЕаНаНб +luckperms.usage.meta-set.argument.value=аЗаНаАб‡аЕаНаНб аДаЛб аВбб‚аАаНаОаВаЛаЕаНаНб +luckperms.usage.meta-set.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаНаА аБбƒб‚аИ аДаОаДаАаНаА аМаЕб‚аА +luckperms.usage.meta-unset.description=аЁаКаАбаОаВбƒб” аЗаНаАб‡аЕаНаНб аМаЕб‚аА +luckperms.usage.meta-unset.argument.key=аКаЛбŽб‡ аДаЛб аЗаНбб‚б‚б +luckperms.usage.meta-unset.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаНаА аБбƒб‚аИ аВаИаДаАаЛаЕаНаА аМаЕб‚аА +luckperms.usage.meta-settemp.description=аЂаИаМб‡аАбаОаВаО аВбб‚аАаНаОаВаЛбŽб” аЗаНаАб‡аЕаНаНб аМаЕб‚аА +luckperms.usage.meta-settemp.argument.key=аКаЛбŽб‡ аДаЛб аВбб‚аАаНаОаВаЛаЕаНаНб +luckperms.usage.meta-settemp.argument.value=аЗаНаАб‡аЕаНаНб аДаЛб аВбб‚аАаНаОаВаЛаЕаНаНб +luckperms.usage.meta-settemp.argument.duration=аПб€аОаМб–аЖаОаК б‡аАббƒ аПб–баЛб баКаОаГаО б‚б€аИаВаАаЛб–бб‚бŒ аМаЕб‚аАаДаАаНаИб… аЗаАаВаЕб€бˆаИб‚бŒбб +luckperms.usage.meta-settemp.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаНаА аБбƒб‚аИ аДаОаДаАаНаА аМаЕб‚аА +luckperms.usage.meta-unsettemp.description=аЁаКаИаДаАб” б‚аИаМб‡аАбаОаВаЕ аЗаНаАб‡аЕаНаНб аМаЕб‚аА +luckperms.usage.meta-unsettemp.argument.key=аКаЛбŽб‡ аДаЛб баКаИаДаАаНаНб +luckperms.usage.meta-unsettemp.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаНаА аБбƒб‚аИ аВаИаЛбƒб‡аЕаНаА аМаЕб‚аА +luckperms.usage.meta-addprefix.description=а”аОаДаАб” аПб€аЕб„б–аКб +luckperms.usage.meta-addprefix.argument.priority=аПб€б–аОб€аИб‚аЕб‚, бƒ баКаОаМбƒ аПаОаВаИаНаЕаН аБбƒб‚аИ аДаОаДаАаНаИаЙ аПб€аЕб„б–аКб +luckperms.usage.meta-addprefix.argument.prefix=аПб€аЕб„б–аКб +luckperms.usage.meta-addprefix.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаЕаН аБбƒб‚аИ аДаОаДаАаНаИаЙ аПб€аЕб„б–аКб +luckperms.usage.meta-addsuffix.description=а”аОаДаАб” ббƒб„б–аКб +luckperms.usage.meta-addsuffix.argument.priority=аПб€б–аОб€аИб‚аЕб‚, бƒ баКаОаМбƒ аПаОаВаИаНаЕаН аБбƒб‚аИ аДаОаДаАаНаИаЙ ббƒб„б–аКб +luckperms.usage.meta-addsuffix.argument.suffix=ббƒб„б–аКб +luckperms.usage.meta-addsuffix.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаЕаН аБбƒб‚аИ аДаОаДаАаНаИаЙ ббƒб„б–аКб +luckperms.usage.meta-setprefix.description=аЃбб‚аАаНаОаВаЛбŽб” аПб€аЕб„б–аКб +luckperms.usage.meta-setprefix.argument.priority=аПб€б–аОб€аИб‚аЕб‚, бƒ баКаОаМбƒ аПаОаВаИаНаЕаН аБбƒб‚аИ аВбб‚аАаНаОаВаЛаЕаНаИаМ аПб€аЕб„б–аКб +luckperms.usage.meta-setprefix.argument.prefix=аПб€аЕб„б–аКб +luckperms.usage.meta-setprefix.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаЕаН аБбƒб‚аИ аВбб‚аАаНаОаВаЛаЕаНаИаЙ аПб€аЕб„б–аКб +luckperms.usage.meta-setsuffix.description=аЃбб‚аАаНаОаВаЛбŽб” ббƒб„б–аКб +luckperms.usage.meta-setsuffix.argument.priority=аПб€б–аОб€аИб‚аЕб‚, бƒ баКаОаМбƒ аПаОаВаИаНаЕаН аБбƒб‚аИ аВбб‚аАаНаОаВаЛаЕаНаИаЙ ббƒб„б–аКб +luckperms.usage.meta-setsuffix.argument.suffix=ббƒб„б–аКб +luckperms.usage.meta-setsuffix.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаЕаН аБбƒб‚аИ аВбб‚аАаНаОаВаЛаЕаНаИаЙ ббƒб„б–аКб +luckperms.usage.meta-removeprefix.description=а’аИаЛбƒб‡аАб” аПб€аЕб„б–аКб +luckperms.usage.meta-removeprefix.argument.priority=аПб€б–аОб€аИб‚аЕб‚ аВаИаДаАаЛаЕаНаНб аПб€аЕб„б–аКббƒ +luckperms.usage.meta-removeprefix.argument.prefix=аПб€аЕб„б–аКб +luckperms.usage.meta-removeprefix.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаЕаН аБбƒб‚аИ аВаИаЛбƒб‡аЕаНаИаЙ аПб€аЕб„б–аКб +luckperms.usage.meta-removesuffix.description=а’аИаЛбƒб‡аАб” ббƒб„б–аКб +luckperms.usage.meta-removesuffix.argument.priority=аПб€б–аОб€аИб‚аЕб‚ аВаИаЛбƒб‡аЕаНаНб ббƒб„б–аКбаА +luckperms.usage.meta-removesuffix.argument.suffix=ббƒб„б–аКб +luckperms.usage.meta-removesuffix.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаЕаН аБбƒб‚аИ аВаИаЛбƒб‡аЕаНаИаМ ббƒб„б–аКб +luckperms.usage.meta-addtemp-prefix.description=а”аОаДаАб” б‚аИаМб‡аАбаОаВаИаЙ аПб€аЕб„б–аКб +luckperms.usage.meta-addtemp-prefix.argument.priority=аПб€б–аОб€аИб‚аЕб‚, аЗ баКаИаМ аПаОаВаИаНаЕаН аБбƒб‚аИ аДаОаДаАаНаИаМ аПб€аЕб„б–аКб +luckperms.usage.meta-addtemp-prefix.argument.prefix=аПб€аЕб„б–аКб +luckperms.usage.meta-addtemp-prefix.argument.duration=б‚б€аИаВаАаЛб–бб‚бŒ, аПб€аОб‚баГаОаМ баКаОб— аДб–бб‚аИаМаЕ аПб€аЕб„б–аКб +luckperms.usage.meta-addtemp-prefix.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаЕаН аБбƒб‚аИ аДаОаДаАаНаИаМ аПб€аЕб„б–аКб +luckperms.usage.meta-addtemp-suffix.description=а”аОаДаАб” б‚аИаМб‡аАбаОаВаИаЙ ббƒб„б–аКб +luckperms.usage.meta-addtemp-suffix.argument.priority=аПб€б–аОб€аИб‚аЕб‚, бƒ баКаОаМбƒ аПаОаВаИаНаЕаН аБбƒб‚аИ аДаОаДаАаНаИаЙ ббƒб„б–аКб +luckperms.usage.meta-addtemp-suffix.argument.suffix=ббƒб„б–аКб +luckperms.usage.meta-addtemp-suffix.argument.duration=б‚б€аИаВаАаЛб–бб‚бŒ, аПб€аОб‚баГаОаМ баКаОб— аДб–бб‚аИаМаЕ ббƒб„б–аКб +luckperms.usage.meta-addtemp-suffix.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаЕаН аБбƒб‚аИ аДаОаДаАаНаИаМ ббƒб„б–аКб +luckperms.usage.meta-settemp-prefix.description=аЃбб‚аАаНаОаВаЛбŽб” б‚аИаМб‡аАбаОаВаИаЙ аПб€аЕб„б–аКб +luckperms.usage.meta-settemp-prefix.argument.priority=аПб€б–аОб€аИб‚аЕб‚, бƒ баКаОаМбƒ аПаОаВаИаНаЕаН аБбƒб‚аИ аВбб‚аАаНаОаВаЛаЕаНаИаМ аПб€аЕб„б–аКб +luckperms.usage.meta-settemp-prefix.argument.prefix=аПб€аЕб„б–аКб +luckperms.usage.meta-settemp-prefix.argument.duration=б‚б€аИаВаАаЛб–бб‚бŒ, аПб€аОб‚баГаОаМ баКаОб— аДб–бб‚аИаМаЕ аПб€аЕб„б–аКб +luckperms.usage.meta-settemp-prefix.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаЕаН аБбƒб‚аИ аВбб‚аАаНаОаВаЛаЕаНаИаМ аПб€аЕб„б–аКб +luckperms.usage.meta-settemp-suffix.description=аЃбб‚аАаНаОаВаЛбŽб” б‚аИаМб‡аАбаОаВаИаЙ ббƒб„б–аКб +luckperms.usage.meta-settemp-suffix.argument.priority=аПб€б–аОб€аИб‚аЕб‚, бƒ баКаОаМбƒ аПаОаВаИаНаЕаН аБбƒб‚аИ аВбб‚аАаНаОаВаЛаЕаНаИаМ ббƒб„б–аКб +luckperms.usage.meta-settemp-suffix.argument.suffix=ббƒб„б–аКб +luckperms.usage.meta-settemp-suffix.argument.duration=б‚б€аИаВаАаЛб–бб‚бŒ, аПб€аОб‚баГаОаМ баКаОб— аДб–бб‚аИаМаЕ ббƒб„б–аКб +luckperms.usage.meta-settemp-suffix.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаЕаН аБбƒб‚аИ аВбб‚аАаНаОаВаЛаЕаНаИаМ ббƒб„б–аКб +luckperms.usage.meta-removetemp-prefix.description=а’аИаЛбƒб‡аАб” б‚аИаМб‡аАбаОаВаИаЙ аПб€аЕб„б–аКб +luckperms.usage.meta-removetemp-prefix.argument.priority=аПб€б–аОб€аИб‚аЕб‚, баКаИаЙ аМаАб” аМаОаЖаЛаИаВб–бб‚бŒ аВаИаЛбƒб‡аЕаНаНб аПб€аЕб„б–аКббƒ +luckperms.usage.meta-removetemp-prefix.argument.prefix=аПб€аЕб„б–аКб +luckperms.usage.meta-removetemp-prefix.argument.context=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаЕаН аБбƒб‚аИ аВаИаДаАаЛаЕаНаИаМ аПб€аЕб„б–аКб +luckperms.usage.meta-removetemp-suffix.description=а’аИаЛбƒб‡аАб” б‚аИаМб‡аАбаОаВаИаЙ ббƒб„б–аКб +luckperms.usage.meta-removetemp-suffix.argument.priority=аПб€б–аОб€аИб‚аЕб‚, баКаИаЙ аМаАб” аМаОаЖаЛаИаВб–бб‚бŒ аВаИаЛбƒб‡аЕаНаНб ббƒб„б–аКбаА +luckperms.usage.meta-removetemp-suffix.argument.suffix=ббƒб„б–аКб +luckperms.usage.meta-removetemp-suffix.argument.context=аКаОаНб‚аЕаКбб‚аИ, баКаИб… аПаОаВаИаНаЕаН аБбƒб‚аИ аВаИаЛбƒб‡аЕаНаИаМ ббƒб„б–аКб +luckperms.usage.meta-clear.description=а’аИаЛбƒб‡аАб” аВбб– аМаЕб‚аА аЗаНаАб‡аЕаНаНб +luckperms.usage.meta-clear.argument.type=б‚аИаП аМаЕб‚аА аДаЛб аВаИаЛбƒб‡аЕаНаНб +luckperms.usage.meta-clear.argument.context=аКаОаНб‚аЕаКбб‚аИ аДаЛб б„б–аЛбŒб‚б€аАб†б–б— +luckperms.usage.track-info.description=а”аАб” б–аНб„аОб€аМаАб†б–бŽ аПб€аО б‚б€аЕаК +luckperms.usage.track-editor.description=а аОаЗаГаОб€б‚аАб” аВаЕаБб€аЕаДаАаКб‚аОб€ аДаОаЗаВаОаЛб–аВ +luckperms.usage.track-append.description=а”аОаДаАб” аГб€бƒаПбƒ аВ аКб–аНаЕб†бŒ б‚б€аЕаКбƒ +luckperms.usage.track-append.argument.group=аГб€бƒаПаА, баКбƒ аПаОб‚б€б–аБаНаО аДаОаДаАб‚аИ +luckperms.usage.track-insert.description=а”аОаДаАб” аГб€бƒаПбƒ б–аЗ аЗаАаДаАаНаОбŽ аПаОаЗаИб†б–б”бŽ аВ б‚б€аЕаК +luckperms.usage.track-insert.argument.group=аГб€бƒаПаА, баКбƒ аПаОб‚б€б–аБаНаО аВбб‚аАаВаИб‚аИ +luckperms.usage.track-insert.argument.position=аПаОаЗаИб†б–б аДаЛб аВбб‚аАаВаЛаЕаНаНб аГб€бƒаПаИ(аПаОб‡аИаНаАбŽб‡аИ б–аЗ 1) +luckperms.usage.track-remove.description=а’аИаЛбƒб‡аАб” аГб€бƒаПбƒ б–аЗ б‚б€аЕаКбƒ +luckperms.usage.track-remove.argument.group=аГб€бƒаПаА аДаЛб аВаИаЛбƒб‡аЕаНаНб +luckperms.usage.track-clear.description=а’аИаЛбƒб‡аАб” баПаИбаОаК аГб€бƒаП бƒ б‚б€аЕб†б– +luckperms.usage.track-rename.description=аŸаЕб€аЕаЙаМаЕаНбƒаВаАб‚аИ б‚б€аЕаК +luckperms.usage.track-rename.argument.name=аНаОаВаЕ б–аМ''б +luckperms.usage.track-clone.description=аšаЛаОаНбƒаВаАб‚аИ б‚б€аЕаК +luckperms.usage.track-clone.argument.name=аНаАаЗаВаА б‚б€аЕаКбƒ, бƒ баКаИаЙ аНаЕаОаБб…б–аДаНаО аВаИаКаОаНаАб‚аИ аКаЛаОаНбƒаВаАаНаНб +luckperms.usage.log-recent.description=аŸаЕб€аЕаГаЛбаД аОбб‚аАаНаНб–б… аДб–аЙ +luckperms.usage.log-recent.argument.user=б–аМ''б аКаОб€аИбб‚бƒаВаАб‡аА/uuid аДаЛб б„б–аЛбŒб‚б€аАб†б–б— аПаО +luckperms.usage.log-recent.argument.page=аНаОаМаЕб€ бб‚аОб€б–аНаКаИ аДаЛб аПаЕб€аЕаГаЛбаДбƒ +luckperms.usage.log-search.description=аŸаОбˆбƒаК аЗаАаПаИббƒ аВ аЛаОаЗб– +luckperms.usage.log-search.argument.query=аЗаАаПаИб‚ аДаЛб аПаОбˆбƒаКбƒ +luckperms.usage.log-search.argument.page=аНаОаМаЕб€ бб‚аОб€б–аНаКаИ аДаЛб аПаЕб€аЕаГаЛбаДбƒ +luckperms.usage.log-notify.description=аЃаВб–аМаКаНбƒб‚аИ баПаОаВб–б‰аЕаНаНб аПб€аО аЛаОаГбƒаВаАаНаНб +luckperms.usage.log-notify.argument.toggle=бƒаВб–аМаКаНбƒб‚аИ/аВаИаМаКаНбƒб‚аИ +luckperms.usage.log-user-history.description=аŸаЕб€аЕаГаЛбаД б–бб‚аОб€б–б— аКаОб€аИбб‚бƒаВаАб‡аА +luckperms.usage.log-user-history.argument.user=б–аМ''б/uuid аКаОб€аИбб‚бƒаВаАб‡аА +luckperms.usage.log-user-history.argument.page=аНаОаМаЕб€ бб‚аОб€б–аНаКаИ аДаЛб аПаЕб€аЕаГаЛбаДбƒ +luckperms.usage.log-group-history.description=аŸаЕб€аЕаГаЛбаД б–бб‚аОб€б–б— аДаЛб аГб€бƒаПаИ +luckperms.usage.log-group-history.argument.group=б–аМ''б аГб€бƒаПаИ +luckperms.usage.log-group-history.argument.page=аНаОаМаЕб€ бб‚аОб€б–аНаКаИ аДаЛб аПаЕб€аЕаГаЛбаДбƒ +luckperms.usage.log-track-history.description=аŸаЕб€аЕаГаЛбаД б–бб‚аОб€б–б— аДаЛб б‚б€аЕаКбƒ +luckperms.usage.log-track-history.argument.track=б–аМ''б б‚б€аЕаКбƒ +luckperms.usage.log-track-history.argument.page=аНаОаМаЕб€ бб‚аОб€б–аНаКаИ аДаЛб аПаЕб€аЕаГаЛбаДбƒ +luckperms.usage.sponge.description=а аЕаДаАаГбƒаВаАб‚аИ аДаОаДаАб‚аКаОаВб– аДаАаНб– Sponge +luckperms.usage.sponge.argument.collection=аНаАаБб–б€ аДаЛб аЗаАаПаИб‚бƒ +luckperms.usage.sponge.argument.subject=б‚аЕаМаА, б‰аО аЗаМб–аНбŽб”б‚бŒбб +luckperms.usage.sponge-permission-info.description=аŸаОаКаАаЗбƒб” б–аНб„аОб€аМаАб†б–бŽ аПб€аО аДаОаЗаВаОаЛаИ ббƒаБ''б”аКб‚бƒ +luckperms.usage.sponge-permission-info.argument.contexts=аКаОаНб‚аЕаКбб‚аИ аДаЛб б„б–аЛбŒб‚б€аАб†б–б— +luckperms.usage.sponge-permission-set.description=аЃбб‚аАаНаОаВаЛбŽб” аДаОаЗаВб–аЛ аДаЛб ббƒаБ''б”аКб‚аА +luckperms.usage.sponge-permission-set.argument.node=аДаОаЗаВб–аЛ аНаА аВбб‚аАаНаОаВаЛаЕаНаНб +luckperms.usage.sponge-permission-set.argument.tristate=аЗаНаАб‡аЕаНаНб аДаЛб аВбб‚аАаНаОаВаЛаЕаНаНб аДаОаЗаВаОаЛбƒ +luckperms.usage.sponge-permission-set.argument.contexts=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаЕаН аБбƒб‚аИ аВбб‚аАаНаОаВаЛаЕаНаИаЙ аДаОаЗаВб–аЛ +luckperms.usage.sponge-permission-clear.description=а’аИаЛбƒб‡аАб” аДаОаЗаВаОаЛаИ ббƒаБ''б”аКб‚аА +luckperms.usage.sponge-permission-clear.argument.contexts=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаНб– аБбƒб‚аИ аВаИаЛбƒб‡аЕаНб– аДаОаЗаВаОаЛаИ +luckperms.usage.sponge-parent-info.description=аŸаОаКаАаЗбƒб” б–аНб„аОб€аМаАб†б–бŽ аПб€аО аБаАб‚бŒаКб–аВббŒаКб– аГб€бƒаПаИ ббƒаБ''б”аКб‚аА +luckperms.usage.sponge-parent-info.argument.contexts=аКаОаНб‚аЕаКбб‚аИ аДаЛб б„б–аЛбŒб‚б€аАб†б–б— +luckperms.usage.sponge-parent-add.description=а”аОаДаАб” аБаАб‚бŒаКб–аВббŒаКбƒ аГб€бƒаПбƒ ббƒаБ''б”аКб‚аА +luckperms.usage.sponge-parent-add.argument.collection=аКаОаЛаЕаКб†б–б ббƒаБ''б”аКб‚аА, аДаЕ аБаАб‚бŒаКб–аВббŒаКаИаМ аЕаЛаЕаМаЕаНб‚аОаМ б” ббƒаБ''б”аКб‚ +luckperms.usage.sponge-parent-add.argument.subject=б–аМ''б аБаАб‚бŒаКб–аВббŒаКаОаГаО ббƒаБ''б”аКб‚аА +luckperms.usage.sponge-parent-add.argument.contexts=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаНаА аБбƒб‚аИ аДаОаДаАаНаА аБаАб‚бŒаКб–аВббŒаКаА аГб€бƒаПаА +luckperms.usage.sponge-parent-remove.description=а’аИаЛбƒб‡аАб” аБаАб‚бŒаКб–аВббŒаКбƒ аГб€бƒаПбƒ аВ ббƒаБ''б”аКб‚аА +luckperms.usage.sponge-parent-remove.argument.collection=аКаОаЛаЕаКб†б–б ббƒаБ''б”аКб‚аА, аДаЕ аБаАб‚бŒаКб–аВббŒаКаИаМ аЕаЛаЕаМаЕаНб‚аОаМ б” ббƒаБ''б”аКб‚ +luckperms.usage.sponge-parent-remove.argument.subject=б–аМ''б аБаАб‚бŒаКб–аВббŒаКаОаГаО ббƒаБ''б”аКб‚аА +luckperms.usage.sponge-parent-remove.argument.contexts=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаНб– аБбƒб‚аИ аВаИаЛбƒб‡аЕаНб– аБаАб‚бŒаКб–аВббŒаКб– аГб€бƒаПаИ +luckperms.usage.sponge-parent-clear.description=аžб‡аИб‰аАб” аБаАб‚бŒаКб–аВббŒаКб– аГб€бƒаПаИ ббƒаБ''б”аКб‚аА +luckperms.usage.sponge-parent-clear.argument.contexts=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаНб– аБбƒб‚аИ аВаИаЛбƒб‡аЕаНб– аБаАб‚бŒаКб–аВббŒаКб– аГб€бƒаПаИ +luckperms.usage.sponge-option-info.description=аŸаОаКаАаЗбƒб” б–аНб„аОб€аМаАб†б–бŽ аПб€аО аПаАб€аАаМаЕб‚б€аИ ббƒаБ''б”аКб‚аА +luckperms.usage.sponge-option-info.argument.contexts=аКаОаНб‚аЕаКбб‚аИ аДаЛб б„б–аЛбŒб‚б€аАб†б–б— +luckperms.usage.sponge-option-set.description=аЃбб‚аАаНаОаВаЛбŽб” аПаАб€аАаМаЕб‚б€ аДаЛб ббƒаБ''б”аКб‚аА +luckperms.usage.sponge-option-set.argument.key=аКаЛбŽб‡ аДаЛб аВбб‚аАаНаОаВаЛаЕаНаНб +luckperms.usage.sponge-option-set.argument.value=аЗаНаАб‡аЕаНаНб аКаЛбŽб‡аА аДаЛб аВбб‚аАаНаОаВаЛаЕаНаНб +luckperms.usage.sponge-option-set.argument.contexts=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаЕаН аБбƒб‚аИ аВбб‚аАаНаОаВаЛаЕаНаИаЙ аПаАб€аАаМаЕб‚б€ +luckperms.usage.sponge-option-unset.description=аЁаКаАбаОаВбƒб” аПаАб€аАаМаЕб‚б€аИ аВ ббƒаБ''б”аКб‚аА +luckperms.usage.sponge-option-unset.argument.key=аКаЛбŽб‡ аДаЛб баКаИаДаАаНаНб +luckperms.usage.sponge-option-unset.argument.contexts=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаНб– аБбƒб‚аИ баКаАбаОаВаАаНб– аКаЛбŽб‡б– +luckperms.usage.sponge-option-clear.description=а’аИаЛбƒб‡аАб” аОаПб†б–б— ббƒаБ''б”аКб‚б–аВ +luckperms.usage.sponge-option-clear.argument.contexts=аКаОаНб‚аЕаКбб‚аИ, бƒ баКаИб… аПаОаВаИаНаНб– аБбƒб‚аИ аВаИаЛбƒб‡аЕаНб– аОаПб†б–б— diff --git a/plugins/LuckPerms/translations/repository/vi_VN.properties b/plugins/LuckPerms/translations/repository/vi_VN.properties new file mode 100644 index 0000000..d230dcb --- /dev/null +++ b/plugins/LuckPerms/translations/repository/vi_VN.properties @@ -0,0 +1,630 @@ +luckperms.logs.actionlog-prefix=NHсКЌT KУ +luckperms.logs.verbose-prefix=VB +luckperms.logs.export-prefix=XUсКЄT +luckperms.commandsystem.available-commands=DУЙng {0} Ф‘сЛƒ xem mУЃ lсЛ‡nh cУГ sсКЕn +luckperms.commandsystem.command-not-recognised=LсЛ‡nh khУДng Ф‘ЦАсЛЃc ghi nhсК­n +luckperms.commandsystem.no-permission=BсКЁn khУДng cУГ quyсЛn Ф‘сЛƒ thсЛБc hiсЛ‡n lсЛ‡nh nУ y\! +luckperms.commandsystem.no-permission-subcommands=BсКЁn khУДng cУГ quyсЛn Ф‘сЛƒ thсЛБc hiсЛ‡n mУЃ lсЛ‡nh con nУ y +luckperms.commandsystem.already-executing-command=MсЛ™t lсЛ‡nh khУЁc Ф‘ang Ф‘ЦАсЛЃc thсЛБc thi, Ф‘ang chсЛ lсЛ‡nh Ф‘ЦАсЛЃc hoУ n thУ nh... +luckperms.commandsystem.usage.sub-commands-header=LсЛ‡nh con +luckperms.commandsystem.usage.usage-header=SсЛ­ dсЛЅng lсЛ‡nh +luckperms.commandsystem.usage.arguments-header=Tham sсЛ‘ +luckperms.first-time.no-permissions-setup=CУГ vсКЛ nhЦА chЦАa cУГ quyсЛn nУ o Ф‘ЦАсЛЃc thiсКПt lсК­p\! +luckperms.first-time.use-console-to-give-access=TrЦАсЛ›c khi cУГ thсЛƒ sсЛ­ dсЛЅng bсКЅt kсЛГ lсЛ‡nh LuckPerms nУ o trong trУВ chЦЁi, bсКЁn cсКЇn sсЛ­ dсЛЅng bсКЃng Ф‘iсЛu khiсЛƒn Ф‘сЛƒ cсКЅp quyсЛn truy cсК­p cho mУЌnh +luckperms.first-time.console-command-prompt=MсЛŸ bсКЃng Ф‘iсЛu khiсЛƒn cсЛЇa bсКЁn vУ  chсКЁy +luckperms.first-time.next-step=Sau khi hoУ n thУ nh viсЛ‡c nУ y, bсКЁn cУГ thсЛƒ bсКЏt Ф‘сКЇu xУЁc Ф‘сЛ‹nh cУЁc nhiсЛ‡m vсЛЅ cсКЅp quyсЛn vУ  nhУГm cсЛЇa mУЌnh +luckperms.first-time.wiki-prompt=KhУДng biсКПt bсКЏt Ф‘сКЇu tсЛЋ Ф‘УЂu? Xem tсКЁi Ф‘УЂy\: {0} +luckperms.login.try-again=Vui loЬ€ng thЦАЬ‰ laЬЃi sau +luckperms.login.loading-database-error=ФУЃ xсКЃy ra lсЛ—i trong dсЛЏ liсЛ‡u khi tсКЃi dсЛЏ liсЛ‡u quyсЛn cсКЅp +luckperms.login.server-admin-check-console-errors=NсКПu bсКЁn lУ  quсКЃn trсЛ‹ viУЊn cсЛЇa mУЁy chсЛЇ, vui lУВng kiсЛƒm tra bсКЃng Ф‘iсЛu khiсЛƒn xem cУГ lсЛ—i nУ o khУДng +luckperms.login.server-admin-check-console-info=Vui lУВng kiсЛƒm tra bсКЃng Ф‘iсЛu khiсЛƒn cсЛЇa mУЁy chсЛЇ Ф‘сЛƒ biсКПt thУЊm thУДng tin +luckperms.login.data-not-loaded-at-pre=DсЛЏ liсЛ‡u quyсЛn cho ngЦАсЛi dУЙng cсЛЇa bсКЁn khУДng Ф‘ЦАсЛЃc xсЛ­ lУ­ trong giai Ф‘oсКЁn Ф‘Фƒng nhсК­p trЦАсЛ›c +luckperms.login.unable-to-continue=khУДng thсЛƒ tiсКПp tсЛЅc Ф‘ЦАсЛЃc +luckperms.login.craftbukkit-offline-mode-error=Ф‘iсЛu nУ y cУГ thсЛƒ do xung Ф‘сЛ™t giсЛЏa CraftBukkit vУ  chсКП Ф‘сЛ™ trсЛБc tuyсКПn +luckperms.login.unexpected-error=ФУЃ xсКЃy ra lсЛ—i khУДng mong muсЛ‘n trong khi thiсКПt lсК­p dсЛЏ liсЛ‡u quyсЛn cсКЅp cсЛЇa bсКЁn +luckperms.opsystem.disabled=HсЛ‡ thсЛ‘ng Vanilla OP bсЛ‹ tсКЏt trУЊn mУЁy chсЛЇ nУ y +luckperms.opsystem.sponge-warning=Xin lЦАu УН rсКБng trсКЁng thУЁi cсЛЇa MУЁy chсЛЇ khУДng сКЃnh hЦАсЛŸng Ф‘сКПn viсЛ‡c kiсЛƒm tra quyсЛn cсЛЇa Sponge khi plugin cсКЅp quyсЛn Ф‘ЦАсЛЃc cУ i Ф‘сКЗt, nУЊn bсКЁn phсКЃi chсЛ‰nh sсЛ­a dсЛЏ liсЛ‡u ngЦАсЛi dУЙng trсЛБc tiсКПp +luckperms.duration.unit.years.plural={0} nФƒm +luckperms.duration.unit.years.singular={0} nФƒm +luckperms.duration.unit.years.short={0}y +luckperms.duration.unit.months.plural={0} thУЁng +luckperms.duration.unit.months.singular={0} thУЁng +luckperms.duration.unit.months.short={0}mo +luckperms.duration.unit.weeks.plural={0} tuсКЇn +luckperms.duration.unit.weeks.singular={0} tuсКЇn +luckperms.duration.unit.weeks.short={0}w +luckperms.duration.unit.days.plural={0} ngУ y +luckperms.duration.unit.days.singular={0} ngУ y +luckperms.duration.unit.days.short={0}d +luckperms.duration.unit.hours.plural={0} giсЛ +luckperms.duration.unit.hours.singular={0} giсЛ +luckperms.duration.unit.hours.short={0}h +luckperms.duration.unit.minutes.plural={0} phУКt +luckperms.duration.unit.minutes.singular={0} phУКt +luckperms.duration.unit.minutes.short={0}m +luckperms.duration.unit.seconds.plural={0} giУЂy +luckperms.duration.unit.seconds.singular={0} giУЂy +luckperms.duration.unit.seconds.short={0}s +luckperms.duration.since=cУЁch Ф‘УЂy {0} +luckperms.command.misc.invalid-code=MУЃ khУДng hсЛЃp lсЛ‡ +luckperms.command.misc.response-code-key=mУЃ phсКЃn hсЛ“i +luckperms.command.misc.error-message-key=tin-nhсКЏn +luckperms.command.misc.bytebin-unable-to-communicate=KhУДng thсЛƒ tЦАЦЁng tУЁc vсЛ›i bytebin +luckperms.command.misc.webapp-unable-to-communicate=KhУДng thсЛƒ tЦАЦЁng tУЁc vсЛ›i сЛЉng dсЛЅng web +luckperms.command.misc.check-console-for-errors=Vui lУВng nhУЌn vУ o bсКЃng Ф‘iсЛu khiсЛƒn Ф‘сЛƒ xem lсЛ—i +luckperms.command.misc.file-must-be-in-data=TсЛ‡p tin {0} phсКЃi lУ  tсЛ‡p trсЛБc tiсКПp vсЛ›i dсЛЏ liсЛ‡u thЦА mсЛЅc +luckperms.command.misc.wait-to-finish=Vui lУВng Ф‘сЛЃi cho Ф‘сКПn khi hoУ n thУ nh rсЛ“i thсЛ­ lсКЁi +luckperms.command.misc.invalid-priority=MУЃ ЦАu tiУЊn {0} khУДng hсЛЃp lсЛ‡ +luckperms.command.misc.expected-number=CсКЇn mсЛ™t con sсЛ‘ +luckperms.command.misc.date-parse-error=KhУДng thсЛƒ phУЂn tУ­ch cУК phУЁp {0} +luckperms.command.misc.date-in-past-error=BсКЁn khУДng thсЛƒ Ф‘сКЗt thсЛi gian trong quУЁ khсЛЉ\! +luckperms.command.misc.page=trang {0} trong {1} +luckperms.command.misc.page-entries={0} mсЛЅc +luckperms.command.misc.none=KhУДng cУГ +luckperms.command.misc.loading.error.unexpected=ФУЃ xсКЃy ra lсЛ—i khУДng mong muсЛ‘n +luckperms.command.misc.loading.error.user=NgЦАсЛi dУЙng khУДng xсЛ­ lУ­ Ф‘ЦАсЛЃc +luckperms.command.misc.loading.error.user-specific=KhУДng thсЛƒ xсЛ­ lУ­ ngЦАсЛi dУЙng xУЁc Ф‘сЛ‹nh {0} +luckperms.command.misc.loading.error.user-not-found=KhУДng thсЛƒ tУЌm thсКЅy ngЦАсЛi dУЙng cУГ tУЊn {0} +luckperms.command.misc.loading.error.user-save-error=CУГ mсЛ™t lсЛ—i xсКЃy ra khi lЦАu dсЛЏ liсЛ‡u ngЦАсЛi dУЙng cho {0} +luckperms.command.misc.loading.error.user-not-online=NgЦАсЛi dУЙng {0} khУДng сЛŸ trсЛБc tuyсКПn +luckperms.command.misc.loading.error.user-invalid={0} khУДng phсКЃi lУ  tУЊn ngЦАсЛi dУЙng hoсКЗc UUID hсЛЃp lсЛ‡ +luckperms.command.misc.loading.error.user-not-uuid=NgЦАсЛi dУЙng xУЁc Ф‘сЛ‹nh {0} cУГ UUID khУДng hсЛЃp lсЛ‡ +luckperms.command.misc.loading.error.group=NhУГm chЦАa Ф‘ЦАсЛЃc xсЛ­ lУ­ +luckperms.command.misc.loading.error.all-groups=KhУДng thсЛƒ xсЛ­ lУ­ tсКЅt cсКЃ cУЁc nhУГm +luckperms.command.misc.loading.error.group-not-found=KhУДng thсЛƒ tУЌm thсКЅy nhУГm cУГ tУЊn {0} +luckperms.command.misc.loading.error.group-save-error=CУГ mсЛ™t lсЛ—i xсКЃy ra khi lЦАu dсЛЏ liсЛ‡u nhУГm cho {0} +luckperms.command.misc.loading.error.group-invalid={0} khУДng phсКЃi lУ  mсЛ™t tУЊn nhУГm hсЛЃp lсЛ‡ +luckperms.command.misc.loading.error.track=Thang chЦАa Ф‘ЦАсЛЃc xсЛ­ lУ­ +luckperms.command.misc.loading.error.all-tracks=KhУДng thсЛƒ xсЛ­ lУ­ tсКЅt cсКЃ cУЁc thang +luckperms.command.misc.loading.error.track-not-found=KhУДng thсЛƒ tУЌm thсКЅy thang cУГ tУЊn {0} +luckperms.command.misc.loading.error.track-save-error=CУГ mсЛ™t lсЛ—i Ф‘УЃ xсКЃy ra khi lЦАu dсЛЏ liсЛ‡u thang cho {0} +luckperms.command.misc.loading.error.track-invalid={0} khУДng phсКЃi lУ  mсЛ™t tУЊn thang hсЛЃp lсЛ‡ +luckperms.command.editor.no-match=KhУДng thсЛƒ mсЛŸ trУЌnh chсЛ‰nh sсЛ­a, khУДng cУГ gУЌ trУЙng vсЛ›i kiсЛƒu mong muсЛ‘n +luckperms.command.editor.start=Фang chuсКЉn bсЛ‹ bсКЃn chсЛ‰nh sсЛ­a mсЛ›i, xin Ф‘сЛЃi... +luckperms.command.editor.url=NhсКЅp vУ o Ф‘ЦАсЛng dсКЋn phУ­a dЦАсЛ›i Ф‘сЛƒ mсЛŸ trУЌnh chсЛ‰nh sсЛ­a +luckperms.command.editor.unable-to-communicate=KhУДng thсЛƒ kсКПt nсЛ‘i vсЛ›i bсКЃn chсЛ‰nh sсЛ­a +luckperms.command.editor.apply-edits.success=DсЛЏ liсЛ‡u trong trУЌnh chсЛ‰nh sсЛ­a web Ф‘ЦАсЛЃc УЁp dсЛЅng cho {0} {1} thУ nh cУДng +luckperms.command.editor.apply-edits.success-summary={0} {1} vУ  {2} {3} +luckperms.command.editor.apply-edits.success.additions=phсКЇn bсЛ• sung +luckperms.command.editor.apply-edits.success.additions-singular=phсКЇn bсЛ• sung +luckperms.command.editor.apply-edits.success.deletions=mсЛЅc xУГa +luckperms.command.editor.apply-edits.success.deletions-singular=mсЛЅc xУГa +luckperms.command.editor.apply-edits.no-changes=KhУДng cУГ thay Ф‘сЛ•i nУ o Ф‘ЦАсЛЃc УЁp dсЛЅng tсЛЋ trУЌnh chсЛ‰nh sсЛ­a web, dсЛЏ liсЛ‡u trсКЃ vсЛ khУДng chсЛЉa bсКЅt kсЛГ chсЛ‰nh sсЛ­a nУ o +luckperms.command.editor.apply-edits.unknown-type=KhУДng thсЛƒ УЁp dсЛЅng bсКЃn chсЛ‰nh sсЛ­a cho loсКЁi Ф‘сЛ‘i tЦАсЛЃng Ф‘ЦАсЛЃc xУЁc Ф‘сЛ‹nh +luckperms.command.editor.apply-edits.unable-to-read=KhУДng thсЛƒ Ф‘сЛc dсЛЏ liсЛ‡u bсКБng mУЃ Ф‘УЃ cho +luckperms.command.search.searching.permission=Фang tУЌm ngЦАсЛi dУЙng vУ  nhУГm vсЛ›i {0} +luckperms.command.search.searching.inherit=Фang tУЌm kiсКПm ngЦАсЛi dУЙng vУ  nhУГm kсКП thсЛЋa tсЛЋ {0} +luckperms.command.search.result=ФУЃ tУЌm thсКЅy {0} mсЛЅc tсЛЋ {1} ngЦАсЛi dУЙng vУ  {2} nhУГm +luckperms.command.search.result.default-notice=LЦАu УН\: khi tУЌm kiсКПm thУ nh viУЊn cсЛЇa nhУГm mсКЗc Ф‘сЛ‹nh, nhсЛЏng ngЦАсЛi chЦЁi ngoсКЁi tuyсКПn khУДng cУГ quyсЛn khУЁc sсКН khУДng Ф‘ЦАсЛЃc hiсЛƒn thсЛ‹\! +luckperms.command.search.showing-users=HiсЛƒn thсЛ‹ cУЁc mсЛЅc ngЦАсЛi dУЙng +luckperms.command.search.showing-groups=HiсЛƒn thсЛ‹ cУЁc mсЛЅc nhУГm +luckperms.command.tree.start=Фang tсКЁo quyсЛn thang bсК­c, vui lУВng Ф‘сЛЃi... +luckperms.command.tree.empty=KhУДng thсЛƒ tсКЁo thang bсК­c, nУЊn khУДng tУЌm thсКЅy kсКПt quсКЃ +luckperms.command.tree.url=QuyсЛn thang bсК­c URL +luckperms.command.verbose.invalid-filter={0} khУДng phсКЃi lУ  mсЛ™t bсЛ™ lсЛc hсЛЃp lсЛ‡ +luckperms.command.verbose.enabled=Фang ghi bсЛ™ nhсК­t kУН {0} cho cУЁc sУЉc khсЛ›p vсЛ›i {1} +luckperms.command.verbose.command-exec=Фang buсЛ™c {0} phсКЃi thсЛБc hiсЛ‡n lсЛ‡nh {1} vУ  bУЁo cУЁo tсКЅt cсКЃ cУЁc lсКЇn kiсЛƒm tra Ф‘УЃ thсЛБc hiсЛ‡n... +luckperms.command.verbose.off=BсЛ™ ghi nhсК­t kУН {0} +luckperms.command.verbose.command-exec-complete=ThсЛБc hiсЛ‡n lсЛ‡nh hoУ n tсКЅt +luckperms.command.verbose.command.no-checks=LсЛ‡nh dЦАсЛЃc thсЛБc thi thУ nh cУДng, nhЦАng khУДng cУГ quyсЛn nУ o Ф‘ЦАсЛЃc kiсЛƒm tra +luckperms.command.verbose.command.possibly-async=ФУЂy cУГ thсЛƒ lУ  do plugin chсКЁy lсЛ‡nh сЛŸ nсЛn sau (async) +luckperms.command.verbose.command.try-again-manually=BсКЁn vсКЋn cУГ thсЛƒ dУЙng bсЛ™ nhсК­t kУН thсЛЇ cУДng Ф‘сЛƒ phУЁt hiсЛ‡n cУЁc viсЛ‡c kiсЛƒm tra nhЦА sau +luckperms.command.verbose.enabled-recording=Фang ghi lсКЁi chi tiсКПt {0} Ф‘сЛƒ kiсЛƒm tra trУЙng khсЛ›p vсЛ›i {1} +luckperms.command.verbose.uploading=Ghi nhсК­t kУН {0}, tсКЃi lУЊn kсКПt quсКЃ... +luckperms.command.verbose.url=KсКПt quсКЃ bсЛ™ nhсК­t kУ­ URL +luckperms.command.verbose.enabled-term=kУ­ch hoсКЁt +luckperms.command.verbose.disabled-term=tсКЏt +luckperms.command.verbose.query-any=BсКЄT KУŒ +luckperms.command.info.running-plugin=Уang chсКЁy +luckperms.command.info.platform-key=NсЛn tсКЃng +luckperms.command.info.server-brand-key=ThЦАЦЁng hiсЛ‡u mУЁy chсЛЇ +luckperms.command.info.server-version-key=PhiУЊn bсКЃn mУЁy chсЛЇ +luckperms.command.info.storage-key=BсЛ™ nhсЛ› +luckperms.command.info.storage-type-key=DсКЁng +luckperms.command.info.storage.meta.split-types-key=DсКЁng +luckperms.command.info.storage.meta.ping-key=Ping +luckperms.command.info.storage.meta.connected-key=ФУЃ kсКПt nсЛ‘i +luckperms.command.info.storage.meta.file-size-key=KУ­ch thЦАсЛ›c tсК­p tin +luckperms.command.info.extensions-key=TiсЛ‡n У­ch mсЛŸ rсЛ™ng +luckperms.command.info.messaging-key=Tin nhсКЏn +luckperms.command.info.instance-key=ФсЛ‘i tЦАсЛЃng +luckperms.command.info.static-contexts-key=TrЦАсЛng chсЛ‘t +luckperms.command.info.online-players-key=NgЦАсЛi chЦЁi trсЛБc tuyсКПn +luckperms.command.info.online-players-unique={0} Ф‘a dсКЁng +luckperms.command.info.uptime-key=ThсЛi gian hoсКЁt Ф‘сЛ™ng +luckperms.command.info.local-data-key=DсЛЏ liсЛ‡u cсЛЅc bсЛ™ +luckperms.command.info.local-data={0} ngЦАсЛi dУЙng, {1} nhУГm, {2} thang +luckperms.command.generic.create.success={0} Ф‘УЃ Ф‘ЦАсЛЃc tсКЁo thУ nh cУДng +luckperms.command.generic.create.error=ФУЃ xсКЃy ra lсЛ—i khi tсКЁo {0} +luckperms.command.generic.create.error-already-exists={0} Ф‘УЃ tсЛ“n tсКЁi\! +luckperms.command.generic.delete.success={0} Ф‘УЃ Ф‘ЦАсЛЃc xУГa thУ nh cУДng +luckperms.command.generic.delete.error=ФУЃ xсКЃy ra lсЛ—i khi xУГa {0} +luckperms.command.generic.delete.error-doesnt-exist={0} khУДng tсЛ“n tсКЁi\! +luckperms.command.generic.rename.success={0} Ф‘УЃ Ф‘ЦАсЛЃc thay Ф‘сЛ•i tУЊn Ф‘сКПn {1} +luckperms.command.generic.clone.success={0} Ф‘УЃ Ф‘ЦАсЛЃc sao lЦАu Ф‘сКПn {1} +luckperms.command.generic.info.parent.title=NhУГm chУ­nh +luckperms.command.generic.info.parent.temporary-title=NhУГm chУ­nh tсКЁm thсЛi +luckperms.command.generic.info.expires-in=hсКПt hсКЁn trong +luckperms.command.generic.info.inherited-from=thсЛЋa hЦАсЛŸng tсЛЋ +luckperms.command.generic.info.inherited-from-self=bсКЃn thУЂn +luckperms.command.generic.show-tracks.title=Thang cсЛЇa {0} +luckperms.command.generic.show-tracks.empty={0} khУДng сЛŸ trong thang nУ o +luckperms.command.generic.clear.node-removed={0} mсКЉu Ф‘ЦАсЛЃc gсЛЁ bсЛ +luckperms.command.generic.clear.node-removed-singular={0} mсКЉu Ф‘ЦАсЛЃc gсЛЁ bсЛ +luckperms.command.generic.clear={0} mсКЉu Ф‘ЦАсЛЃc gсЛЁ bсЛ trong trЦАсЛng {1} +luckperms.command.generic.permission.info.title=QuyсЛn cсКЅp cсЛЇa {0} +luckperms.command.generic.permission.info.empty={0} khУДng cУГ quyсЛn nУ o Ф‘ЦАсЛЃc sсКЏp Ф‘сКЗt +luckperms.command.generic.permission.info.click-to-remove=NhсКЅp Ф‘сЛƒ gсЛЁ mсКЉu khсЛi {0} +luckperms.command.generic.permission.check.info.title=ThУДng tin quyсЛn vсЛ {0} +luckperms.command.generic.permission.check.info.directly={0} cУГ {1} Ф‘ЦАсЛЃc Ф‘сКЗt vсЛ {2} сЛŸ trЦАсЛng {3} +luckperms.command.generic.permission.check.info.inherited={0} kсКП thсЛЋa tсЛЋ {1} Ф‘ЦАсЛЃc Ф‘сКЗt vсЛ {2} tсЛЋ {3} сЛŸ trЦАсЛng {4} +luckperms.command.generic.permission.check.info.not-directly={0} cУГ {1} chЦАa Ф‘ЦАсЛЃc Ф‘сКЗt +luckperms.command.generic.permission.check.info.not-inherited={0} khУДng kсКП thсЛЋa {1} +luckperms.command.generic.permission.check.result.title=KiсЛƒm tra quyсЛn cсЛЇa {0} +luckperms.command.generic.permission.check.result.result-key=KсКПt quсКЃ +luckperms.command.generic.permission.check.result.processor-key=BсЛ™ xсЛ­ lУН +luckperms.command.generic.permission.check.result.cause-key=LУН do +luckperms.command.generic.permission.check.result.context-key=TrЦАсЛng +luckperms.command.generic.permission.set=ФсКЗt {0} thУ nh {1} cho {2} trong trЦАсЛng {3} +luckperms.command.generic.permission.already-has={0} Ф‘УЃ cУГ {1} Ф‘сКЗt trong trЦАсЛng {2} +luckperms.command.generic.permission.set-temp=ФУЃ Ф‘сКЗt {0} thУ nh {1} cho {2} trong khoсКЃng thсЛi gian {3} trong trЦАсЛng {4} +luckperms.command.generic.permission.already-has-temp={0} Ф‘УЃ cУГ {1} Ф‘сКЗt tсКЁm thсЛi trong trЦАсЛng {2} +luckperms.command.generic.permission.unset=ФУЃ gсЛЁ {0} cho {1} trong trЦАсЛng {2} +luckperms.command.generic.permission.doesnt-have={0} khУДng cУГ {1} Ф‘сКЗt trong trЦАсЛng {2} +luckperms.command.generic.permission.unset-temp=ФУЃ gсЛЁ quyсЛn cсКЅp tсКЁm thсЛi {0} cho {1} trong trЦАсЛng {2} +luckperms.command.generic.permission.subtract=ФУЃ Ф‘сКЗt {0} thУ nh {1} cho {2} trong khoсКЃng thсЛi gian {3} trong trЦАсЛng {4}, thсКЅp hЦЁn {5} +luckperms.command.generic.permission.doesnt-have-temp={0} khУДng cУГ {1} Ф‘сКЗt tсКЁm thсЛi trong trЦАсЛng {2} +luckperms.command.generic.permission.clear=CУЁc quyсЛn cсЛЇa {0} Ф‘УЃ Ф‘ЦАсЛЃc xУГa khсЛi trЦАсЛng {1} +luckperms.command.generic.parent.info.title=ChсЛ‘t chУ­nh cсЛЇa {0} +luckperms.command.generic.parent.info.empty={0} khУДng cУГ chсЛ‘t chУ­nh sсКЏp Ф‘сКЗt +luckperms.command.generic.parent.info.click-to-remove=NhсКЅp Ф‘сЛƒ gсЛЁ chсЛ‘t chУ­nh nУ y khсЛi {0} +luckperms.command.generic.parent.add={0} bУЂy giсЛ Ф‘ЦАсЛЃc thсЛЋa hЦАсЛŸng quyсЛn cсКЅp tсЛЋ {1} trong trЦАсЛng {2} +luckperms.command.generic.parent.add-temp={0} bУЂy giсЛ Ф‘ЦАсЛЃc thсЛЋa hЦАсЛŸng quyсЛn cсКЅp tсЛЋ {1} trong khoсКЃng thсЛi gian {2} trong trЦАсЛng {3} +luckperms.command.generic.parent.set={0} Ф‘УЃ cУГ nhУГm chУ­nh cУГ sсКЕn bсЛ‹ xУГa, nУЊn Ф‘ЦАсЛЃc thсЛЋa hЦАсЛŸng tсЛЋ {1} trong trЦАсЛng {2} +luckperms.command.generic.parent.set-track={0} Ф‘УЃ cУГ nhУГm chУ­nh cУГ sсКЕn trong thang {1} bсЛ‹ xУГa, nУЊn giсЛ Ф‘ЦАсЛЃc thсЛЋa hЦАсЛŸng tсЛЋ {2} trong trЦАсЛng {3} +luckperms.command.generic.parent.remove={0} khУДng cУВn thсЛЋa hЦАсЛŸng quyсЛn cсКЅp tсЛЋ {1} trong trЦАсЛng {2} +luckperms.command.generic.parent.remove-temp={0} khУДng cУВn thсЛЋa hЦАсЛŸng quyсЛn cсКЅp tсКЁm thсЛi tсЛЋ {1} trong trЦАсЛng {2} +luckperms.command.generic.parent.subtract={0} sсКН Ф‘ЦАсЛЃc thсЛЋa hЦАсЛŸng quyсЛn cсКЅp tсЛЋ {1} trong khoсКЃng thсЛi gian {2} in trong trЦАсЛng {3}, thсКЅp hЦЁn mсЛ™t khoсКЃng {4} +luckperms.command.generic.parent.clear=ChсЛ‘t chУ­nh cсЛЇa {0} Ф‘УЃ Ф‘ЦАсЛЃc xУГa khсЛi trЦАсЛng {1} +luckperms.command.generic.parent.clear-track=ChсЛ‘t chУ­nh cсЛЇa {0} trong thang {1} Ф‘УЃ bсЛ‹ xУГa trong trЦАсЛng {2} +luckperms.command.generic.parent.already-inherits={0} Ф‘УЃ Ф‘ЦАсЛЃc kсКП thсЛЋa tсЛЋ {1} trong trЦАсЛng {2} +luckperms.command.generic.parent.doesnt-inherit={0} khУДng thсЛЋa hЦАсЛŸng tсЛЋ {1} trong trЦАсЛng {2} +luckperms.command.generic.parent.already-temp-inherits={0} khУДng cУВn thсЛЋa hЦАсЛŸng quyсЛn cсКЅp tсКЁm thсЛi tсЛЋ {1} trong trЦАсЛng {2} +luckperms.command.generic.parent.doesnt-temp-inherit={0} tсКЁm thсЛi khУДng kсКП thсЛЋa tсЛЋ {1} trong trЦАсЛng {2} +luckperms.command.generic.chat-meta.info.title-prefix=TiсЛn tсЛ‘ cсЛЇa {0} +luckperms.command.generic.chat-meta.info.title-suffix=HсК­u tсЛ‘ cсЛЇa {0} +luckperms.command.generic.chat-meta.info.none-prefix={0} khУДng cУГ tiсЛn tсЛ‘ nУ o +luckperms.command.generic.chat-meta.info.none-suffix={0} khУДng cУГ hсК­u tсЛ‘ nУ o +luckperms.command.generic.chat-meta.info.click-to-remove=NhсКЅp Ф‘сЛƒ gсЛЁ {0} nУ y khсЛi {1} +luckperms.command.generic.chat-meta.already-has={0} Ф‘УЃ cУГ {1} {2} Ф‘сКЗt сЛŸ mсЛЉc ЦАu tiУЊn {3} trong trЦАсЛng {4} +luckperms.command.generic.chat-meta.already-has-temp={0} Ф‘УЃ cУГ {1} {2} Ф‘сКЗt сЛŸ mсЛЉc ЦАu tiУЊn tсКЁm thсЛi {3} trong trЦАсЛng {4} +luckperms.command.generic.chat-meta.doesnt-have={0} khУДng cУГ {1} {2} Ф‘сКЗt сЛŸ mсЛЉc ЦАu tiУЊn {3} trong trЦАсЛng {4} +luckperms.command.generic.chat-meta.doesnt-have-temp={0} khУДng cУГ {1} {2} Ф‘сКЗt сЛŸ mсЛЉc ЦАu tiУЊn tсКЁm thсЛi {3} trong trЦАсЛng {4} +luckperms.command.generic.chat-meta.add={0} Ф‘УЃ cУГ {1} {2} Ф‘сКЗt сЛŸ mсЛЉc ЦАu tiУЊn {3} trong trЦАсЛng {4} +luckperms.command.generic.chat-meta.add-temp={0} Ф‘УЃ cУГ {1} {2} Ф‘сКЗt сЛŸ mсЛЉc ЦАu tiУЊn {3} trong khoсКЃng thсЛi gian {4} cсЛЇa trЦАсЛng {5} +luckperms.command.generic.chat-meta.remove={0} Ф‘УЃ cУГ {1} {2} сЛŸ mсЛЉc ЦАu tiУЊn {3} bсЛ‹ xУГa trong trЦАсЛng {4} +luckperms.command.generic.chat-meta.remove-bulk={0} Ф‘УЃ cУГ tсКЅt cсКЃ {1} сЛŸ mсЛЉc ЦАu tiУЊn {2} bсЛ‹ xУГa trong trЦАсЛng {3} +luckperms.command.generic.chat-meta.remove-temp={0} Ф‘УЃ cУГ {1} {2} tсКЁm thсЛi сЛŸ mсЛЉc ЦАu tiУЊn {3} bсЛ‹ xУГa trong trЦАсЛng {4} +luckperms.command.generic.chat-meta.remove-temp-bulk={0} Ф‘УЃ cУГ tсКЅt cсКЃ {1} tсКЁm thсЛi сЛŸ mсЛЉc ЦАu tiУЊn {2} bсЛ‹ xУГa trong trЦАсЛng {3} +luckperms.command.generic.meta.info.title=DсЛЏ liсЛ‡u Ф‘сЛ‘i tЦАсЛЃng cсЛЇa {0} +luckperms.command.generic.meta.info.none={0} khУДng cУГ Ф‘сЛ‘i tЦАсЛЃng dсЛЏ liсЛ‡u nУ o +luckperms.command.generic.meta.info.click-to-remove=NhсКЅp Ф‘сЛƒ xУГa mсКЉu dсЛЏ liсЛ‡u nУ y khсЛi {0} +luckperms.command.generic.meta.already-has={0} Ф‘УЃ cУГ khУГa dсЛЏ liсЛ‡u {1} Ф‘сКЗt thУ nh {2} trong trЦАсЛng {3} +luckperms.command.generic.meta.already-has-temp={0} Ф‘УЃ cУГ khУГa dсЛЏ liсЛ‡u {1} tсКЁm thсЛi Ф‘сКЗt thУ nh {2} trong trЦАсЛng {3} +luckperms.command.generic.meta.doesnt-have={0} khУДng cУГ khУГa dсЛЏ liсЛ‡u {1} trong trЦАсЛng {2} +luckperms.command.generic.meta.doesnt-have-temp={0} khУДng cУГ khУГa dсЛЏ liсЛ‡u {1} Ф‘сКЗt tсКЁm thсЛi trong trЦАсЛng {2} +luckperms.command.generic.meta.set=ФУЃ Ф‘сКЗt khУГa Ф‘сЛ‘i tЦАсЛЃng dсЛЏ liсЛ‡u {0} thУ nh {1} cho {2} trong trЦАсЛng {3} +luckperms.command.generic.meta.set-temp=ФУЃ Ф‘сКЗt khУГa meta {0} thУ nh {1} cho {2} trong khoсКЃng thсЛi gian {3} cсЛЇa trЦАсЛng {4} +luckperms.command.generic.meta.unset=ФУЃ gсЛЁ khУГa Ф‘сЛ‘i tЦАсЛЃng dсЛЏ liсЛ‡u {0} cho {1} trong trЦАсЛng {2} +luckperms.command.generic.meta.unset-temp=ФУЃ gсЛЁ khУГa Ф‘сЛ‘i tЦАсЛЃng dсЛЏ liсЛ‡u tсКЁm thсЛi {0} cho {1} trong trЦАсЛng {2} +luckperms.command.generic.meta.clear=ФсЛ‘i tЦАсЛЃng dсЛЏ liсЛ‡u {0} cУГ loсКЁi trУЙng khсЛ›p {1} bсЛ‹ xУГa trong trЦАсЛng {2} +luckperms.command.generic.contextual-data.title=DсЛЏ liсЛ‡u cсЛЇa trЦАсЛng +luckperms.command.generic.contextual-data.mode.key=chсКП Ф‘сЛ™ +luckperms.command.generic.contextual-data.mode.server=mУЁy chсЛЇ +luckperms.command.generic.contextual-data.mode.active-player=cУЁc ngЦАсЛi chЦЁi hoсКЁt Ф‘сЛ™ng +luckperms.command.generic.contextual-data.contexts-key=TrЦАсЛng +luckperms.command.generic.contextual-data.prefix-key=TiсЛn tсЛ‘ +luckperms.command.generic.contextual-data.suffix-key=HсК­u tсЛ‘ +luckperms.command.generic.contextual-data.primary-group-key=NhУГm chУ­nh +luckperms.command.generic.contextual-data.meta-key=DсЛЏ liсЛ‡u Ф‘сЛ‘i tЦАсЛЃng +luckperms.command.generic.contextual-data.null-result=KhУДng cУГ +luckperms.command.user.info.title=ThУДng tin ngЦАсЛi dУЙng +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=dсКЁng +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=ngoсКЁi tuyсКПn +luckperms.command.user.info.status-key=TrсКЁng thУЁi +luckperms.command.user.info.status.online=TrсЛБc tuyсКПn +luckperms.command.user.info.status.offline=NgoсКЁi tuyсКПn +luckperms.command.user.removegroup.error-primary=BсКЁn khУДng thсЛƒ xУГa ngЦАсЛi dУЙng khсЛi nhУГm chУ­nh cсЛЇa hсЛ +luckperms.command.user.primarygroup.not-member={0} chЦАa phсКЃi lУ  thУ nh viУЊn cсЛЇa {1}, Ф‘ang thУЊm hсЛ bУЂy giсЛ +luckperms.command.user.primarygroup.already-has={0} Ф‘УЃ Ф‘сКЗt {1} lУ m nhУГm chУ­nh cсЛЇa hсЛ +luckperms.command.user.primarygroup.warn-option=CсКЃnh bУЁo\: PhЦАЦЁng phУЁp tУ­nh toУЁn nhУГm chУ­nh Ф‘ang Ф‘ЦАсЛЃc mУЁy chсЛЇ nУ y ({0}) sсЛ­ dсЛЅng cУГ thсЛƒ khУДng phсКЃn lсКЁi thay Ф‘сЛ•i nУ y +luckperms.command.user.primarygroup.set=NhУГm chУ­nh cсЛЇa {0} Ф‘УЃ Ф‘ЦАсЛЃc Ф‘сКЗt thУ nh {1} +luckperms.command.user.track.error-not-contain-group={0} chЦАa cУГ trong bсКЅt kсЛГ nhУГm nУ o trУЊn {1} +luckperms.command.user.track.unsure-which-track=Khi khУДng chсКЏc chсКЏn nУЊn sсЛ­ dсЛЅng thang nУ o, vui lУВng chсЛ‰ Ф‘сЛ‹nh nУГ trong tham biсКПn +luckperms.command.user.track.missing-group-advice=CУГ thсЛƒ tсКЁo nhУГm hoсКЗc xУГa nhУГm khсЛi thang vУ  thсЛ­ lсКЁi +luckperms.command.user.promote.added-to-first={0} khУДng cУГ trong bсКЅt kсЛГ nhУГm nУ o trУЊn {1}, vУЌ vсК­y chУКng Ф‘УЃ Ф‘ЦАсЛЃc thУЊm vУ o nhУГm Ф‘сКЇu tiУЊn, {2} trong trЦАсЛng {3} +luckperms.command.user.promote.not-on-track={0} khУДng thuсЛ™c bсКЅt kсЛГ nhУГm nУ o trУЊn {1}, vУЌ vсК­y Ф‘УЃ khУДng Ф‘ЦАсЛЃc lУЊn cсКЅp +luckperms.command.user.promote.success=ФУЃ lУЊn cсКЅp {0} theo thang {1} tсЛЋ {2} Ф‘сКПn {3} trong trЦАсЛng {4} +luckperms.command.user.promote.end-of-track=ФУЃ Ф‘сКПn Ф‘iсЛƒm kсКПt thУКc cсЛЇa thang {0}, khУДng thсЛƒ lУЊn cсКЅp {1} Ф‘ЦАсЛЃc nсЛЏa +luckperms.command.user.promote.next-group-deleted=NhУГm tiсКПp theo trУЊn thang {0} khУДng cУВn tсЛ“n tсКЁi nсЛЏa +luckperms.command.user.promote.unable-to-promote=KhУДng thсЛƒ thФƒng cсКЅp ngЦАсЛi dУЙng +luckperms.command.user.demote.success=ФУЃ xuсЛ‘ng cсКЅp {0} theo thang {1} tсЛЋ {2} Ф‘сКПn {3} trong trЦАсЛng {4} +luckperms.command.user.demote.end-of-track=ФУЃ Ф‘сКПn Ф‘iсЛƒm kсКПt thУКc cсЛЇa thang {0}, vУЌ vсК­y {1} Ф‘УЃ bсЛ‹ xУГa khсЛi {2} +luckperms.command.user.demote.end-of-track-not-removed=ФУЃ Ф‘сКПn Ф‘iсЛƒm kсКПt thУКc cсЛЇa thang {0}, nhЦАng {1} khУДng bсЛ‹ xУГa khсЛi nhУГm Ф‘сКЇu tiУЊn +luckperms.command.user.demote.previous-group-deleted=NhУГm trЦАсЛ›c trУЊn thang {0} khУДng cУВn tсЛ“n tсКЁi nсЛЏa +luckperms.command.user.demote.unable-to-demote=KhУДng thсЛƒ xuсЛ‘ng cсКЅp ngЦАсЛi dУЙng +luckperms.command.group.list.title=NhУГm +luckperms.command.group.delete.not-default=BсКЁn khУДng thсЛƒ xУГa nhУГm mсКЗc Ф‘сЛ‹nh +luckperms.command.group.info.title=ThУДng tin NhУГm +luckperms.command.group.info.display-name-key=TУЊn hiсЛƒn thсЛ‹ +luckperms.command.group.info.weight-key=TrсЛng sсЛ‘ +luckperms.command.group.setweight.set=ФсКЗt trсЛng sсЛ‘ thУ nh {0} cho nhУГm {1} +luckperms.command.group.setdisplayname.doesnt-have={0} khУДng cУГ tУЊn hiсЛƒn thсЛ‹ nУ o Ф‘ЦАсЛЃc Ф‘сКЗt +luckperms.command.group.setdisplayname.already-has={0} Ф‘УЃ cУГ tУЊn hiсЛƒn thсЛ‹ Ф‘ЦАсЛЃc Ф‘сКЗt lУ  {1} +luckperms.command.group.setdisplayname.already-in-use=TУЊn hiсЛƒn thсЛ‹ {0} Ф‘УЃ Ф‘ЦАсЛЃc {1} sсЛ­ dсЛЅng +luckperms.command.group.setdisplayname.set=ФсКЗt tУЊn hiсЛƒn thсЛ‹ thУ nh {0} cho nhУГm {1} trong trЦАсЛng {2} +luckperms.command.group.setdisplayname.removed=ФУЃ xУГa tУЊn hiсЛƒn thсЛ‹ cho nhУГm {0} trong trЦАсЛng {1} +luckperms.command.track.list.title=Thang +luckperms.command.track.path.empty=KhУДng cУГ +luckperms.command.track.info.showing-track=HiсЛƒn thсЛ‹ thang +luckperms.command.track.info.path-property=ФЦАсЛng dсКЋn +luckperms.command.track.clear=NhУГm thang cсЛЇa {0} Ф‘УЃ bсЛ‹ xУГa +luckperms.command.track.append.success=NhУГm {0} Ф‘УЃ Ф‘ЦАсЛЃc thУЊm vУ o thang {1} +luckperms.command.track.insert.success=NhУГm {0} Ф‘УЃ Ф‘ЦАсЛЃc chУЈn vУ o trong thang {1} tсКЁi vсЛ‹ trУ­ {2} +luckperms.command.track.insert.error-number=Фang cсКЇn con sсЛ‘ nhЦАng lсКЁi nhсК­n Ф‘ЦАсЛЃc\: {0} +luckperms.command.track.insert.error-invalid-pos=KhУДng thсЛƒ chУЈn сЛŸ vсЛ‹ trУ­ {0} +luckperms.command.track.insert.error-invalid-pos-reason=vсЛ‹ trУ­ khУДng hсЛЃp lсЛ‡ +luckperms.command.track.remove.success=NhУГm {0} Ф‘УЃ Ф‘ЦАсЛЃc gсЛЁ bсЛ tсЛЋ thang {1} +luckperms.command.track.error-empty=KhУДng thсЛƒ sсЛ­ dсЛЅng {0} vУЌ nУГ trсЛ‘ng hoсКЗc chсЛ‰ chсЛЉa mсЛ™t nhУГm +luckperms.command.track.error-multiple-groups={0} lУ  thУ nh viУЊn cсЛЇa nhiсЛu nhУГm trУЊn thang nУ y +luckperms.command.track.error-ambiguous=KhУДng thсЛƒ xУЁc Ф‘сЛ‹nh vсЛ‹ trУ­ Ф‘ЦАсЛЃc +luckperms.command.track.already-contains={0} Ф‘УЃ chсЛЉa {1} +luckperms.command.track.doesnt-contain={0} khУДng chсЛЉa {1} +luckperms.command.log.load-error=NhсК­t kУ­ khУДng thсЛƒ xсЛ­ lУ­ Ф‘ЦАсЛЃc +luckperms.command.log.invalid-page=SсЛ‘ trang khУДng hсЛЃp lсЛ‡ +luckperms.command.log.invalid-page-range=Vui lУВng nhсК­p giУЁ trсЛ‹ tсЛЋ {0} Ф‘сКПn {1} +luckperms.command.log.empty=KhУДng cУГ mсЛЅc nhсК­t kУН nУ o Ф‘сЛƒ hiсЛƒn thсЛ‹ +luckperms.command.log.notify.error-console=KhУДng thсЛƒ chuyсЛƒn Ф‘сЛ•i chсКП Ф‘сЛ™ thУДng bУЁo cho bсКЃng Ф‘iсЛu khiсЛƒn +luckperms.command.log.notify.enabled-term=ФУЃ bсК­t +luckperms.command.log.notify.disabled-term=ФУЃ tсКЏt +luckperms.command.log.notify.changed-state={0} kсКПt quсКЃ nhсК­t kУ­ +luckperms.command.log.notify.already-on=BсКЁn Ф‘УЃ Ф‘ЦАсЛЃc nhсК­n Ф‘ЦАсЛЃc thУДng bУЁo +luckperms.command.log.notify.already-off=BсКЁn hiсЛ‡n khУДng nhсК­n Ф‘ЦАсЛЃc thУДng bУЁo nУ o +luckperms.command.log.notify.invalid-state=TrсКЁng thУЁi khУДng xУЁc Ф‘сЛ‹nh. Фang cсКЇn {0} hoсКЗc {1} +luckperms.command.log.show.search=HiсЛƒn thсЛ‹ cУЁc hУ nh Ф‘сЛ™ng gсКЇn Ф‘УЂy cho mсКЋu {0} +luckperms.command.log.show.recent=ФсКЁng xem hУ nh Ф‘сЛ™ng gсКЇn Ф‘УЂy +luckperms.command.log.show.by=ФсКЁng xem hУ nh Ф‘сЛ™ng gсКЇn Ф‘УЂy trong {0} +luckperms.command.log.show.history=HiсЛƒn thсЛ‹ lсЛ‹ch sсЛ­ cho {0} {1} +luckperms.command.export.error-term=LсЛ—i +luckperms.command.export.already-running=CУГ mсЛ™t quУЁ trУЌnh xuсКЅt hiсЛ‡n Ф‘ang chсКЁy +luckperms.command.export.file.already-exists=TсК­p tin {0} Ф‘УЃ tсЛ“n tсКЁi +luckperms.command.export.file.not-writable=TсК­p tin {0} khУДng thсЛƒ ghi Ф‘ЦАсЛЃc +luckperms.command.export.file.success=XuсКЅt thУ nh cУДng sang {0} +luckperms.command.export.file-unexpected-error-writing=ФУЃ cУГ lсЛ—i khУДng mong muсЛ‘n khi Ф‘ang ghi vУ o tсК­p tin +luckperms.command.export.web.export-code=XuсКЅt mУЃ +luckperms.command.export.web.import-command-description=SсЛ­ dсЛЅng lсЛ‡nh sau Ф‘сЛƒ nhсК­p vУ o +luckperms.command.import.term=NhсК­p +luckperms.command.import.error-term=LсЛ—i +luckperms.command.import.already-running=CУГ mсЛ™t quУЁ trУЌnh nhсК­p vУ o hiсЛ‡n Ф‘ang chсКЁy +luckperms.command.import.file.doesnt-exist=TсК­p tin {0} khУДng tсЛ“n tсКЁi +luckperms.command.import.file.not-readable=TсК­p tin {0} khУДng thсЛƒ Ф‘сЛc Ф‘ЦАсЛЃc +luckperms.command.import.file.unexpected-error-reading=ФУЃ cУГ lсЛ—i khУДng xУЁc Ф‘сЛ‹nh khi Ф‘сЛc tсЛЋ tсК­p tin nhсК­p vУ o +luckperms.command.import.file.correct-format=nУГ cУГ phсКЃi lУ  Ф‘сЛ‹nh dсКЁng chУ­nh xУЁc khУДng? +luckperms.command.import.web.unable-to-read=KhУДng thсЛƒ Ф‘сЛc dсЛЏ liсЛ‡u bсКБng mУЃ Ф‘УЃ cho +luckperms.command.import.progress.percent={0}% Ф‘УЃ hoУ n thУ nh +luckperms.command.import.progress.operations={0}/{1} hoсКЁt Ф‘сЛ™ng hoУ n tсКЅt +luckperms.command.import.starting=Фang bсКЏt Ф‘сКЇu quУЁ trУЌnh nhсК­p vУ o +luckperms.command.import.completed=HOУ€N THУ€NH +luckperms.command.import.duration=mсКЅt {0} giУЂy +luckperms.command.bulkupdate.must-use-console=LсЛ‡nh cсК­p nhсК­t hУ ng loсКЁt chсЛ‰ cУГ thсЛƒ Ф‘ЦАсЛЃc sсЛ­ dсЛЅng tсЛЋ bсКЃng Ф‘iсЛu khiсЛƒn +luckperms.command.bulkupdate.invalid-data-type=LoсКЁi khУДng hсЛЃp lсЛ‡, Ф‘ang cсКЇn {0} +luckperms.command.bulkupdate.invalid-constraint=RУ ng buсЛ™c {0} khУДng hсЛЃp lсЛ‡ +luckperms.command.bulkupdate.invalid-constraint-format=SсЛБ cЦАсЛЁng УЉp nУЊn dЦАсЛЃc Ф‘сКЗt trong Ф‘сЛ‹nh dсКЁng {0} +luckperms.command.bulkupdate.invalid-comparison=TrУЌnh hoсКЁt Ф‘сЛ™ng so sУЁnh khУДng hсЛЃp lсЛ‡ {0} +luckperms.command.bulkupdate.invalid-comparison-format=Фang cсКЇn mсЛ™t trong nhсЛЏng yсКПu tсЛ‘ sau\: {0} +luckperms.command.bulkupdate.queued=QuУЁ trУЌnh cсК­p nhсК­t hoсКЁt Ф‘сЛ™ng Ф‘УЃ Ф‘ЦАсЛЃc xсКПp vУ o hУ ng Ф‘сЛЃi +luckperms.command.bulkupdate.confirm=ChсКЁy {0} Ф‘сЛƒ thсЛБc hiсЛ‡n cсК­p nhсК­t +luckperms.command.bulkupdate.unknown-id=QuУЁ trУЌnh vсЛ›i id {0} khУДng tсЛ“n tсКЁi hoсКЗc Ф‘УЃ hсКПt hсКЁn +luckperms.command.bulkupdate.starting=Фang chсКЁy khсЛ‘i cсК­p nhсК­t +luckperms.command.bulkupdate.success=KhсЛ‘i cсК­p nhсК­t Ф‘УЃ hoУ n thУ nh +luckperms.command.bulkupdate.success.statistics.nodes=TсЛ•ng sсЛ‘ mсКЉu bсЛ‹ сКЃnh hЦАсЛŸng +luckperms.command.bulkupdate.success.statistics.users=TсЛ•ng sсЛ‘ ngЦАсЛi dУЙng bсЛ‹ сКЃnh hЦАсЛŸng +luckperms.command.bulkupdate.success.statistics.groups=TсЛ•ng sсЛ‘ nhУГm bсЛ‹ сКЃnh hЦАсЛŸng +luckperms.command.bulkupdate.failure=CсК­p nhсК­t khсЛ‘i khУДng thУ nh cУДng, hУЃy kiсЛƒm tra bсКЃng Ф‘iсЛu khiсЛƒn Ф‘сЛƒ tУЌm lсЛ—i +luckperms.command.update-task.request=MсЛ™t tУЁc vсЛЅ cсК­p nhсК­t Ф‘УЃ Ф‘ЦАсЛЃc yУЊu cсКЇu, vui lУВng Ф‘сЛЃi +luckperms.command.update-task.complete=CсК­p nhсК­t tУЁc vсЛЅ hoУ n tсКЅt +luckperms.command.update-task.push.attempting=HiсЛ‡n Ф‘ang cсЛ‘ gсКЏng Ф‘сКЉy sang cУЁc mУЁy chсЛЇ khУЁc +luckperms.command.update-task.push.complete=CУЁc mУЁy chсЛЇ khУЁc Ф‘УЃ Ф‘ЦАсЛЃc thУДng bУЁo qua {0} thУ nh cУДng +luckperms.command.update-task.push.error=ФУЃ cУГ lсЛ—i khi Ф‘сКЉy cУЁc thay Ф‘сЛ•i Ф‘сКПn cУЁc mУЁy chсЛЇ khУЁc +luckperms.command.update-task.push.error-not-setup=KhУДng thсЛƒ Ф‘сКЉy cУЁc thay Ф‘сЛ•i Ф‘сКПn cУЁc mУЁy chсЛЇ khУЁc vУЌ dсЛ‹ch vсЛЅ tin nhсКЏn chЦАa Ф‘ЦАсЛЃc cсКЅu hУЌnh +luckperms.command.reload-config.success=TсЛ‡p cсКЅu hУЌnh Ф‘УЃ Ф‘ЦАсЛЃc tсКЃi lсКЁi +luckperms.command.reload-config.restart-note=mсЛ™t sсЛ‘ tУЙy chсЛn sсКН chсЛ‰ УЁp dсЛЅng sau khi mУЁy chсЛЇ Ф‘УЃ khсЛŸi Ф‘сЛ™ng lсКЁi +luckperms.command.translations.searching=Фang tУЌm kiсКПm cУЁc bсКЃn dсЛ‹ch cУГ sсКЕn, vui lУВng Ф‘сЛЃi... +luckperms.command.translations.searching-error=KhУДng thсЛƒ lсКЅy danh sУЁch cУЁc bсКЃn dсЛ‹ch cУГ sсКЕn +luckperms.command.translations.installed-translations=NhсЛЏng bсКЃn dсЛ‹ch Ф‘УЃ Ф‘ЦАсЛЃc cУ i +luckperms.command.translations.available-translations=CУЁc bсКЃn dсЛ‹ch cУГ sсКЕn +luckperms.command.translations.percent-translated={0}% Ф‘УЃ dсЛ‹ch +luckperms.command.translations.translations-by=bсЛŸi +luckperms.command.translations.installing=Фang cУ i Ф‘сКЗt bсКЃn dсЛ‹ch, vui lУВng Ф‘сЛЃi... +luckperms.command.translations.download-error=KhУДng thсЛƒ tсКЃi xuсЛ‘ng bсКЃn dсЛ‹ch cho tiсКПng {0} +luckperms.command.translations.installing-specific=Фang cУ i ngУДn ngсЛЏ {0}... +luckperms.command.translations.install-complete=CУ i Ф‘сКЗt hoУ n tсКЅt +luckperms.command.translations.download-prompt=SсЛ­ dсЛЅng {0} Ф‘сЛƒ tсКЃi xuсЛ‘ng vУ  cУ i Ф‘сКЗt cУЁc phiУЊn bсКЃn cсК­p nhсК­t cсЛЇa cУЁc bсКЃn dсЛ‹ch nУ y do cсЛ™ng Ф‘сЛ“ng cung cсКЅp +luckperms.command.translations.download-override-warning=Xin lЦАu УН rсКБng Ф‘iсЛu nУ y sсКН ghi Ф‘УЈ bсКЅt kсЛГ thay Ф‘сЛ•i nУ o bсКЁn Ф‘УЃ thсЛБc hiсЛ‡n cho cУЁc ngУДn ngсЛЏ nУ y +luckperms.usage.user.description=MсЛ™t nhУГm cУЁc lсЛ‡nh Ф‘сЛƒ quсКЃn lУН ngЦАсЛi dУЙng trong LuckPerms. (''NgЦАсЛi dУЙng'' trong LuckPerms chсЛ‰ lУ  mсЛ™t ngЦАсЛi chЦЁi vУ  cУГ thсЛƒ tham chiсКПu Ф‘сКПn UUID hoсКЗc tУЊn ngЦАсЛi dУЙng) +luckperms.usage.group.description=MсЛ™t nhУГm cУЁc lсЛ‡nh Ф‘сЛƒ quсКЃn lУН cУЁc nhУГm trong LuckPerms. NhУГm chсЛ‰ lУ  tсК­p hсЛЃp cУЁc tУЁc vсЛЅ quyсЛn cУГ thсЛƒ Ф‘ЦАсЛЃc cсКЅp cho ngЦАсЛi dУЙng. CУЁc nhУГm mсЛ›i Ф‘ЦАсЛЃc tсКЁo bсКБng lсЛ‡nh ''creategroup''. +luckperms.usage.track.description=MсЛ™t nhУГm cУЁc lсЛ‡nh Ф‘сЛƒ quсКЃn lУН cУЁc thang trong LuckPerms. Thang bсК­c lУ  mсЛ™t tсК­p hсЛЃp cУЁc nhУГm cУГ thсЛЉ tсЛБ cУГ thсЛƒ Ф‘ЦАсЛЃc sсЛ­ dсЛЅng Ф‘сЛƒ xУЁc Ф‘сЛ‹nh cУЁc viсЛ‡c lУЊn cсКЅp hay xuсЛ‘ng cсКЅp. +luckperms.usage.log.description=MсЛ™t nhУГm cУЁc lсЛ‡nh Ф‘сЛƒ quсКЃn lУН chсЛЉc nФƒng ghi nhсК­t kУН trong LuckPerms. +luckperms.usage.sync.description=TсКЃi lсКЁi tсКЅt cсКЃ dсЛЏ liсЛ‡u tсЛЋ bсЛ™ nhсЛ› plugin vУ o bсЛ™ nhсЛ› vУ  УЁp dсЛЅng bсКЅt kсЛГ thay Ф‘сЛ•i nУ o Ф‘ЦАсЛЃc phУЁt hiсЛ‡n. +luckperms.usage.info.description=In vУ o nhсЛЏng thУДng tin chung vсЛ Ф‘сЛ‘i tЦАсЛЃng plugin Ф‘ang hoсКЁt Ф‘сЛ™ng. +luckperms.usage.editor.description=TсКЁo trУЌnh chсЛ‰nh sсЛ­a web mсЛ›i +luckperms.usage.editor.argument.type=cУЁc loсКЁi cсКЇn tсКЃi vУ o trУЌnh chсЛ‰nh sсЛ­a. (''tсКЅt cсКЃ'', ''ngЦАсЛi dУЙng'' hoсКЗc ''nhУГm'') +luckperms.usage.editor.argument.filter=quyсЛn Ф‘сЛƒ lсЛc mсЛЅc cсЛЇa ngЦАсЛi dУЙng theo +luckperms.usage.verbose.description=KiсЛƒm soУЁt hсЛ‡ thсЛ‘ng giУЁm sУЁt kiсЛƒm tra quyсЛn cсЛЇa plugin. +luckperms.usage.verbose.argument.action=khi muсЛ‘n bсК­t/tсКЏt viсЛ‡c in nhсК­t kУН hoсКЗc tсКЃi lУЊn kсКПt quсКЃ Ф‘УЃ ghi +luckperms.usage.verbose.argument.filter=bсЛ™ lсЛc Ф‘сЛƒ khсЛ›p cУЁc mсЛЅc nhсК­p vсЛ›i +luckperms.usage.verbose.argument.commandas=ngЦАсЛi chЦЁi /lсЛ‡nh Ф‘сЛƒ chсКЁy +luckperms.usage.tree.description=TсКЁo chсКП Ф‘сЛ™ xem dсКЁng thang bсК­c (thсЛЉ tсЛБ danh sУЁch hсЛ‡ thсЛ‘ng phУЂn cсКЅp) cсЛЇa tсКЅt cсКЃ cУЁc quyсЛn mУ  LuckPerms Ф‘УЃ biсКПt. +luckperms.usage.tree.argument.scope=gсЛ‘c cсЛЇa thang bсК­c. chсЛ‰ Ф‘сЛ‹nh "." Ф‘сЛƒ bao gсЛ“m tсКЅt cсКЃ cУЁc quyсЛn +luckperms.usage.tree.argument.player=tУЊn cсЛЇa mсЛ™t ngЦАсЛi chЦЁi trсЛБc tuyсКПn Ф‘сЛƒ kiсЛƒm tra +luckperms.usage.search.description=TУЌm tсКЅt cсКЃ ngЦАсЛi dУЙng/nhУГm vсЛ›i mсЛ™t quyсЛn cсЛЅ thсЛƒ +luckperms.usage.search.argument.permission=quyсЛn cсКЅp cho tУЌm kiсКПm +luckperms.usage.search.argument.page=trang Ф‘сЛƒ xem +luckperms.usage.network-sync.description=ФсЛ“ng bсЛ™ hУГa cУЁc thay Ф‘сЛ•i vсЛ›i bсЛ™ nhсЛ› vУ  yУЊu cсКЇu mУ  tсКЅt cсКЃ cУЁc mУЁy chсЛЇ khУЁc trУЊn mсКЁng kсКПt nсЛ‘i Ф‘ang thсЛБc hiсЛ‡n tЦАЦЁng tсЛБ +luckperms.usage.import.description=NhсК­p dсЛЏ liсЛ‡u tсЛЋ tсЛ‡p xuсКЅt (Ф‘УЃ tсКЁo trЦАсЛ›c Ф‘УГ) +luckperms.usage.import.argument.file=chсЛn tсЛ‡p Ф‘сЛƒ nhсК­p tсЛЋ +luckperms.usage.import.argument.replace=thay thсКП dсЛЏ liсЛ‡u hiсЛ‡n cУГ thay vУЌ kсКПt hсЛЃp +luckperms.usage.import.argument.upload=tсКЃi dсЛЏ liсЛ‡u lУЊn tсЛЋ lсКЇn xuсКЅt trЦАсЛ›c +luckperms.usage.export.description=XuсКЅt tсКЅt cсКЃ dсЛЏ liсЛ‡u quyсЛn sang tсЛ‡p ''xuсКЅt''. CУГ thсЛƒ Ф‘ЦАсЛЃc nhсК­p lсКЁi sau Ф‘УГ. +luckperms.usage.export.argument.file=tсЛ‡p tin Ф‘сЛƒ xuсКЅt sang +luckperms.usage.export.argument.without-users=loсКЁi trсЛЋ ngЦАсЛi dУЙng khсЛi quУЁ trУЌnh xuсКЅt +luckperms.usage.export.argument.without-groups=loсКЁi trсЛЋ nhУГm khсЛi quУЁ trУЌnh xuсКЅt +luckperms.usage.export.argument.upload=TсКЃi lУЊn tсКЅt cсКЃ dсЛЏ liсЛ‡u quyсЛn cсКЅp sang trУЌnh chсЛ‰nh sсЛ­a web. CУГ thсЛƒ Ф‘ЦАсЛЃc nhсК­p lсКЁi sau Ф‘УГ. +luckperms.usage.reload-config.description=TсКЃi lсКЁi mсЛ™t sсЛ‘ tУЙy chсЛn cсКЅu hУЌnh +luckperms.usage.bulk-update.description=ThсЛБc hiсЛ‡n cУЁc thay Ф‘сЛ•i khсЛ‘i trУЊn tсКЅt cсКЃ dсЛЏ liсЛ‡u +luckperms.usage.bulk-update.argument.data-type=loсКЁi dсЛЏ liсЛ‡u Ф‘ang Ф‘ЦАсЛЃc thay Ф‘сЛ•i. (''tсКЅt cсКЃ'', ''ngЦАсЛi dУЙng'' hoсКЗc ''nhУГm'') +luckperms.usage.bulk-update.argument.action=cУЁc hУ nh Ф‘сЛ™ng cсКЇn thсЛБc hiсЛ‡n trУЊn dсЛЏ liсЛ‡u. (''cсК­p nhсК­t'' hoсКЗc ''xУГa'') +luckperms.usage.bulk-update.argument.action-field=vУЙng Ф‘сЛƒ hУ nh Ф‘сЛ™ng. chсЛ‰ cсКЇn thiсКПt cho ''cсК­p nhсК­t''. (''quyсЛn'', ''mУЁy chсЛЇ'' hoсКЗc ''thсКП giсЛ›i'') +luckperms.usage.bulk-update.argument.action-value=giУЁ trсЛ‹ Ф‘сЛƒ thay thсКП. chсЛ‰ cсКЇn thiсКПt cho ''cсК­p nhсК­t''. +luckperms.usage.bulk-update.argument.constraint=cУЁc giсЛ›i hсКЁn cсКЇn thiсКПt cho bсКЃn cсК­p nhсК­t +luckperms.usage.translations.description=QuсКЃn lУН chuyсЛƒn ngсЛЏ +luckperms.usage.translations.argument.install=lсЛ‡nh con Ф‘сЛƒ cУ i Ф‘сКЗt bсКЃn dсЛ‹ch +luckperms.usage.apply-edits.description=Уp dсЛЅng cУЁc thay Ф‘сЛ•i quyсЛn cсКЅp Ф‘ЦАсЛЃc thсЛБc hiсЛ‡n tсЛЋ trУЌnh chсЛ‰nh sсЛ­a web +luckperms.usage.apply-edits.argument.code=mУЃ duy nhсКЅt cho dсЛЏ liсЛ‡u +luckperms.usage.apply-edits.argument.target=ngЦАсЛi cсКЇn Ф‘ЦАсЛЃc УЁp dсЛЅng dсЛЏ liсЛ‡u +luckperms.usage.create-group.description=TсКЁo mсЛ™t nhУГm mсЛ›i +luckperms.usage.create-group.argument.name=tУЊn nhУГm +luckperms.usage.create-group.argument.weight=trсЛng sсЛ‘ cсЛЇa nhУГm +luckperms.usage.create-group.argument.display-name=tУЊn hiсЛƒn thсЛ‹ cсЛЇa nhУГm +luckperms.usage.delete-group.description=XoУЁ mсЛ™t nhУГm +luckperms.usage.delete-group.argument.name=tУЊn nhУГm +luckperms.usage.list-groups.description=Danh sУЁch tсКЅt cсКЃ cУЁc nhУГm trУЊn nсЛn tсКЃng +luckperms.usage.create-track.description=TсКЁo mсЛ™t thang mсЛ›i +luckperms.usage.create-track.argument.name=tУЊn thang +luckperms.usage.delete-track.description=XУГa mсЛ™t thang +luckperms.usage.delete-track.argument.name=tУЊn thang +luckperms.usage.list-tracks.description=Danh sУЁch tсКЅt cсКЃ cУЁc thang trУЊn nсЛn tсКЃng +luckperms.usage.user-info.description=HiсЛƒn thсЛ‹ thУДng tin vсЛ ngЦАсЛi dУЙng +luckperms.usage.user-switchprimarygroup.description=ChuyсЛƒn Ф‘сЛ•i nhУГm chУ­nh cсЛЇa ngЦАсЛi dУЙng +luckperms.usage.user-switchprimarygroup.argument.group=nhУГm Ф‘сЛƒ chuyсЛƒn sang +luckperms.usage.user-promote.description=ThФƒng cсКЅp ngЦАсЛi dУЙng lУЊn mсЛ™t thang +luckperms.usage.user-promote.argument.track=thang Ф‘сЛƒ thФƒng cсКЅp ngЦАсЛi dУЙng lУЊn +luckperms.usage.user-promote.argument.context=trЦАсЛng Ф‘сЛƒ thФƒng cсКЅp ngЦАсЛi dУЙng lУЊn +luckperms.usage.user-promote.argument.dont-add-to-first=chсЛ‰ thФƒng cсКЅp ngЦАсЛi dУЙng nсКПu hсЛ Ф‘УЃ сЛŸ trong thang +luckperms.usage.user-demote.description=HсКЁ cсКЅp ngЦАсЛi dУЙng xuсЛ‘ng mсЛ™t thang +luckperms.usage.user-demote.argument.track=thang Ф‘сЛƒ hсКЁ cсКЅp ngЦАсЛi dУЙng xuсЛ‘ng +luckperms.usage.user-demote.argument.context=trЦАсЛng Ф‘сЛƒ hсКЁ cсКЅp ngЦАсЛi dУЙng xuсЛ‘ng +luckperms.usage.user-demote.argument.dont-remove-from-first=ngФƒn ngЦАсЛi dУЙng khсЛi viсЛ‡c bсЛ‹ xУГa khсЛi nhУГm Ф‘сКЇu tiУЊn +luckperms.usage.user-clone.description=Sao chУЉp ngЦАсЛi dУЙng +luckperms.usage.user-clone.argument.user=tУЊn/uuid cсЛЇa ngЦАсЛi dУЙng sao chУЉp vУ o +luckperms.usage.group-info.description=Cung cсКЅp thУДng tin vсЛ nhУГm +luckperms.usage.group-listmembers.description=HiсЛƒn thсЛ‹ nhсЛЏng ngЦАсЛi dУЙng/nhУГm kсКП thсЛЋa tсЛЋ nhУГm nУ y +luckperms.usage.group-listmembers.argument.page=trang Ф‘сЛƒ xem +luckperms.usage.group-setweight.description=ФсКЗt trсЛng sсЛ‘ cсЛЇa nhУГm +luckperms.usage.group-setweight.argument.weight=trсЛng sсЛ‘ cсКЇn Ф‘сКЗt +luckperms.usage.group-set-display-name.description=ФсКЗt tУЊn hiсЛƒn thсЛ‹ nhУГm +luckperms.usage.group-set-display-name.argument.name=tУЊn Ф‘сЛƒ Ф‘сКЗt +luckperms.usage.group-set-display-name.argument.context=trЦАсЛng Ф‘сЛƒ Ф‘сКЗt tУЊn vУ o +luckperms.usage.group-rename.description=ФсЛ•i tУЊn nhУГm +luckperms.usage.group-rename.argument.name=tУЊn mсЛ›i +luckperms.usage.group-clone.description=Sao chУЉp nhУГm +luckperms.usage.group-clone.argument.name=tУЊn cсЛЇa nhУГm Ф‘сЛƒ sao chУЉp vУ o +luckperms.usage.holder-editor.description=MсЛŸ trУЌnh chсЛ‰nh sсЛ­a quyсЛn web +luckperms.usage.holder-showtracks.description=LiсЛ‡t kУЊ cУЁc thang cсЛЇa Ф‘сЛ‘i tЦАсЛЃng +luckperms.usage.holder-clear.description=XУГa bсЛ tсКЅt cсКЃ cУЁc quyсЛn, chУ­nh chсЛЇ vУ  dсЛЏ liсЛ‡u Ф‘сЛ‘i tЦАсЛЃng +luckperms.usage.holder-clear.argument.context=trЦАсЛng Ф‘сЛƒ lсЛc theo +luckperms.usage.permission.description=ChсЛ‰nh sсЛ­a quyсЛn +luckperms.usage.parent.description=ChсЛ‰nh sсЛ­a kсКП thсЛЋa +luckperms.usage.meta.description=SсЛ­a giУЁ trсЛ‹ dсЛЏ liсЛ‡u Ф‘сЛ‘i tЦАсЛЃng +luckperms.usage.permission-info.description=LiсЛ‡t kУЊ cУЁc mсКЉu quyсЛn mУ  Ф‘сЛ‘i tЦАсЛЃng cУГ +luckperms.usage.permission-info.argument.page=trang Ф‘сЛƒ xem +luckperms.usage.permission-info.argument.sort-mode=cУЁch sсКЏp xсКПp cУЁc mсЛЅc nhсК­p +luckperms.usage.permission-set.description=ФсКЗt quyсЛn cсКЅp cho Ф‘сЛ‘i tЦАсЛЃng +luckperms.usage.permission-set.argument.node=mсКЉu quyсЛn Ф‘сЛƒ thiсКПt lсК­p +luckperms.usage.permission-set.argument.value=giУЁ trсЛ‹ cсЛЇa mсКЉu +luckperms.usage.permission-set.argument.context=trЦАсЛng Ф‘сЛƒ thУЊm quyсЛn vУ o +luckperms.usage.permission-unset.description=BсЛ quyсЛn cho Ф‘сЛ‘i tЦАсЛЃng +luckperms.usage.permission-unset.argument.node=mсКЉu quyсЛn Ф‘сЛƒ gсЛЁ bсЛ +luckperms.usage.permission-unset.argument.context=trЦАсЛng Ф‘сЛƒ xУГa quyсЛn vУ o +luckperms.usage.permission-settemp.description=ФсКЗt quyсЛn cсКЅp cho Ф‘сЛ‘i tЦАсЛЃng tсКЁm thсЛi +luckperms.usage.permission-settemp.argument.node=mсКЉu quyсЛn Ф‘сЛƒ thiсКПt lсК­p +luckperms.usage.permission-settemp.argument.value=giУЁ trсЛ‹ cсЛЇa mсКЉu +luckperms.usage.permission-settemp.argument.duration=khoсКЃng thсЛi gian cho Ф‘сКПn khi mсКЉu quyсЛn hсКПt hсКЁn +luckperms.usage.permission-settemp.argument.temporary-modifier=quyсЛn cсКЅp tсКЁm thсЛi sсКН Ф‘ЦАсЛЃc УЁp dсЛЅng nhЦА thсКП nУ o +luckperms.usage.permission-settemp.argument.context=trЦАсЛng Ф‘сЛƒ thУЊm quyсЛn vУ o +luckperms.usage.permission-unsettemp.description=GсЛЁ quyсЛn cсКЅp tсКЁm thсЛi cho Ф‘сЛ‘i tЦАсЛЃng +luckperms.usage.permission-unsettemp.argument.node=mсКЉu quyсЛn Ф‘сЛƒ gсЛЁ bсЛ +luckperms.usage.permission-unsettemp.argument.duration=khoсКЃng thсЛi gian Ф‘сЛƒ trсЛЋ Ф‘i +luckperms.usage.permission-unsettemp.argument.context=trЦАсЛng Ф‘сЛƒ xУГa quyсЛn +luckperms.usage.permission-check.description=KiсЛƒm tra xem Ф‘сЛ‘i tЦАсЛЃng cУГ mсЛ™t mсКЉu quyсЛn nhсКЅt Ф‘сЛ‹nh hay khУДng +luckperms.usage.permission-check.argument.node=mсКЉu quyсЛn cсКЅp Ф‘сЛƒ tУЌm kiсКПm +luckperms.usage.permission-clear.description=XУГa tсКЅt cсКЃ quyсЛn +luckperms.usage.permission-clear.argument.context=trЦАсЛng Ф‘сЛƒ lсЛc theo +luckperms.usage.parent-info.description=LiсЛ‡t kУЊ cУЁc nhУГm mУ  Ф‘сЛ‘i tЦАсЛЃng nУ y kсКП thсЛЋa +luckperms.usage.parent-info.argument.page=trang Ф‘сЛƒ xem +luckperms.usage.parent-info.argument.sort-mode=cУЁch sсКЏp xсКПp cУЁc mсЛЅc nhсК­p +luckperms.usage.parent-set.description=LoсКЁi bсЛ tсКЅt cсКЃ cУЁc nhУГm khУЁc mУ  Ф‘сЛ‘i tЦАсЛЃng Ф‘УЃ kсКП thсЛЋa vУ  thУЊm chУКng vУ o nhУГm Ф‘УЃ cho +luckperms.usage.parent-set.argument.group=nhУГm Ф‘сЛƒ Ф‘сКЗt vУ o +luckperms.usage.parent-set.argument.context=trЦАсЛng Ф‘сЛƒ Ф‘сКЗt nhУГm vУ o +luckperms.usage.parent-add.description=ФсКЗt mсЛ™t nhУГm khУЁc cho Ф‘сЛ‘i tЦАсЛЃng Ф‘сЛƒ kсКП thсЛЋa quyсЛn tсЛЋ +luckperms.usage.parent-add.argument.group=nhУГm Ф‘сЛƒ thсЛЋa kсКП +luckperms.usage.parent-add.argument.context=trЦАсЛng Ф‘сЛƒ thсЛЋa hЦАсЛŸng nhУГm vУ o +luckperms.usage.parent-remove.description=GсЛЁ bсЛ quy tсКЏc kсКП thсЛЋa Ф‘УЃ Ф‘сКЗt trЦАсЛ›c Ф‘УГ +luckperms.usage.parent-remove.argument.group=nhУГm Ф‘сЛƒ gсЛЁ bсЛ +luckperms.usage.parent-remove.argument.context=trЦАсЛng Ф‘сЛƒ xУГa nhУГm +luckperms.usage.parent-set-track.description=LoсКЁi bсЛ tсКЅt cсКЃ cУЁc nhУГm khУЁc mУ  Ф‘сЛ‘i tЦАсЛЃng Ф‘УЃ kсКП thсЛЋa tсЛЋ thang Ф‘УЃ cho vУ  thУЊm chУКng vУ o nhУГm Ф‘УЃ cho +luckperms.usage.parent-set-track.argument.track=thang Ф‘сЛƒ Ф‘сКЗt vУ o +luckperms.usage.parent-set-track.argument.group=nhУГm Ф‘сЛƒ Ф‘сКЗt hoсКЗc mсЛ™t con sсЛ‘ liУЊn quan Ф‘сКПn vсЛ‹ trУ­ cсЛЇa nhУГm trУЊn thang Ф‘УЃ cho +luckperms.usage.parent-set-track.argument.context=trЦАсЛng Ф‘сЛƒ Ф‘сКЗt nhУГm vУ o +luckperms.usage.parent-add-temp.description=ФсКЗt mсЛ™t nhУГm khУЁc cho Ф‘сЛ‘i tЦАсЛЃng Ф‘сЛƒ kсКП thсЛЋa quyсЛn cсКЅp tсКЁm thсЛi +luckperms.usage.parent-add-temp.argument.group=nhУГm Ф‘сЛƒ thсЛЋa hЦАсЛŸng +luckperms.usage.parent-add-temp.argument.duration=thсЛi hсКЁn cсЛЇa thУ nh viУЊn nhУГm +luckperms.usage.parent-add-temp.argument.temporary-modifier=quyсЛn cсКЅp tсКЁm thсЛi nУЊn Ф‘ЦАсЛЃc УЁp dсЛЅng nhЦА thсКП nУ o +luckperms.usage.parent-add-temp.argument.context=trЦАсЛng Ф‘сЛƒ thсЛЋa hЦАсЛŸng nhУГm vУ o +luckperms.usage.parent-remove-temp.description=GсЛЁ bсЛ mсЛ™t quy tсКЏc kсКП thсЛЋa tсКЁm thсЛi Ф‘УЃ Ф‘сКЗt trЦАсЛ›c Ф‘УГ +luckperms.usage.parent-remove-temp.argument.group=nhУГm Ф‘сЛƒ gсЛЁ bсЛ +luckperms.usage.parent-remove-temp.argument.duration=khoсКЃng thсЛi gian Ф‘сЛƒ trсЛЋ Ф‘i +luckperms.usage.parent-remove-temp.argument.context=trЦАсЛng Ф‘сЛƒ xУГa nhУГm +luckperms.usage.parent-clear.description=XУГa tсКЅt cсКЃ chУ­nh chсЛЇ +luckperms.usage.parent-clear.argument.context=trЦАсЛng Ф‘сЛƒ lсЛc theo +luckperms.usage.parent-clear-track.description=XУГa tсКЅt cсКЃ chсЛЇ chУ­nh trУЊn mсЛ™t thang Ф‘УЃ cho +luckperms.usage.parent-clear-track.argument.track=thang Ф‘сЛƒ xУГa +luckperms.usage.parent-clear-track.argument.context=trЦАсЛng Ф‘сЛƒ lсЛc theo +luckperms.usage.meta-info.description=HiсЛƒn thсЛ‹ tсКЅt cсКЃ dсЛЏ liсЛ‡u Ф‘сЛ‘i tЦАсЛЃng trong tin nhсКЏn +luckperms.usage.meta-set.description=ФсКЗt giУЁ trсЛ‹ dсЛЏ liсЛ‡u Ф‘сЛ‘i tЦАсЛЃng +luckperms.usage.meta-set.argument.key=khУГa chУ­nh Ф‘сЛƒ Ф‘сКЗt +luckperms.usage.meta-set.argument.value=giУЁ trсЛ‹ Ф‘сЛƒ Ф‘сКЗt +luckperms.usage.meta-set.argument.context=trЦАсЛng Ф‘сЛƒ thУЊm cсКЗp dсЛЏ liсЛ‡u Ф‘сЛ‘i tЦАсЛЃng vУ o +luckperms.usage.meta-unset.description=GсЛЁ bсЛ giУЁ trсЛ‹ dсЛЏ liсЛ‡u Ф‘сЛ‘i tЦАсЛЃng +luckperms.usage.meta-unset.argument.key=khУГa chУ­nh Ф‘сЛƒ gсЛЁ bсЛ +luckperms.usage.meta-unset.argument.context=trЦАсЛng Ф‘сЛƒ loсКЁi bсЛ cсКЗp dсЛЏ liсЛ‡u Ф‘сЛ‘i tЦАсЛЃng vУ o +luckperms.usage.meta-settemp.description=ФсКЗt giУЁ trсЛ‹ dсЛЏ liсЛ‡u Ф‘сЛ‘i tЦАсЛЃng tсКЁm thсЛi +luckperms.usage.meta-settemp.argument.key=khУГa chУ­nh Ф‘сЛƒ Ф‘сКЗt +luckperms.usage.meta-settemp.argument.value=giУЁ trсЛ‹ Ф‘сЛƒ Ф‘сКЗt +luckperms.usage.meta-settemp.argument.duration=khoсКЃng thсЛi gian cho Ф‘сКПn khi giУЁ trсЛ‹ dсЛЏ liсЛ‡u Ф‘сЛ‘i tЦАсЛЃng hсКПt hсКЁn +luckperms.usage.meta-settemp.argument.context=trЦАсЛng Ф‘сЛƒ thУЊm cсКЗp dсЛЏ liсЛ‡u Ф‘сЛ‘i tЦАсЛЃng vУ o +luckperms.usage.meta-unsettemp.description=GсЛЁ bсЛ giУЁ trсЛ‹ dсЛЏ liсЛ‡u Ф‘сЛ‘i tЦАсЛЃng tсКЁm thсЛi +luckperms.usage.meta-unsettemp.argument.key=khУГa chУ­nh Ф‘сЛƒ gсЛЁ bсЛ +luckperms.usage.meta-unsettemp.argument.context=trЦАсЛng Ф‘сЛƒ loсКЁi bсЛ cсКЗp dсЛЏ liсЛ‡u Ф‘сЛ‘i tЦАсЛЃng vУ o +luckperms.usage.meta-addprefix.description=ThУЊm tiсЛn tсЛ‘ vУ o +luckperms.usage.meta-addprefix.argument.priority=giУЁ trсЛ‹ ЦАu tiУЊn Ф‘сЛƒ thУЊm tiсЛn tсЛ‘ tсКЁi +luckperms.usage.meta-addprefix.argument.prefix=chuсЛ—i tiсЛn tсЛ‘ +luckperms.usage.meta-addprefix.argument.context=trЦАсЛng Ф‘сЛƒ thУЊm tiсЛn tсЛ‘ vУ o +luckperms.usage.meta-addsuffix.description=ThУЊm hсК­u tсЛ‘ vУ o +luckperms.usage.meta-addsuffix.argument.priority=giУЁ trсЛ‹ ЦАu tiУЊn Ф‘сЛƒ thУЊm hсК­u tсЛ‘ tсКЁi +luckperms.usage.meta-addsuffix.argument.suffix=chuсЛ—i hсК­u tсЛ‘ +luckperms.usage.meta-addsuffix.argument.context=trЦАсЛng Ф‘сЛƒ thУЊm hсК­u tсЛ‘ vУ o +luckperms.usage.meta-setprefix.description=ФсКЗt tiсЛn tсЛ‘ vУ o +luckperms.usage.meta-setprefix.argument.priority=giУЁ trсЛ‹ ЦАu tiУЊn Ф‘сЛƒ Ф‘сКЗt tiсЛn tсЛ‘ tсКЁi +luckperms.usage.meta-setprefix.argument.prefix=chuсЛ—i tiсЛn tсЛ‘ +luckperms.usage.meta-setprefix.argument.context=trЦАсЛng Ф‘сЛƒ Ф‘сКЗt tiсЛn tсЛ‘ vУ o +luckperms.usage.meta-setsuffix.description=ФсКЗt hсК­u tсЛ‘ vУ o +luckperms.usage.meta-setsuffix.argument.priority=giУЁ trсЛ‹ ЦАu tiУЊn Ф‘сЛƒ Ф‘сКЗt hсК­u tсЛ‘ +luckperms.usage.meta-setsuffix.argument.suffix=chuсЛ—i hсК­u tсЛ‘ +luckperms.usage.meta-setsuffix.argument.context=trЦАсЛng Ф‘сЛƒ Ф‘сКЗt hсК­u tсЛ‘ vУ o +luckperms.usage.meta-removeprefix.description=GсЛЁ bсЛ mсЛ™t tiсЛn tсЛ‘ +luckperms.usage.meta-removeprefix.argument.priority=giУЁ trсЛ‹ ЦАu tiУЊn Ф‘сЛƒ gсЛЁ tiсЛn tсЛ‘ tсКЁi +luckperms.usage.meta-removeprefix.argument.prefix=chuсЛ—i tiсЛn tсЛ‘ +luckperms.usage.meta-removeprefix.argument.context=trЦАсЛng Ф‘сЛƒ xУГa tiсЛn tсЛ‘ +luckperms.usage.meta-removesuffix.description=GсЛЁ bсЛ mсЛ™t hсК­u tсЛ‘ +luckperms.usage.meta-removesuffix.argument.priority=giУЁ trсЛ‹ ЦАu tiУЊn Ф‘сЛƒ gсЛЁ hсК­u tсЛ‘ tсКЁi +luckperms.usage.meta-removesuffix.argument.suffix=chuсЛ—i hсК­u tсЛ‘ +luckperms.usage.meta-removesuffix.argument.context=trЦАсЛng Ф‘сЛƒ xУГa hсК­u tсЛ‘ +luckperms.usage.meta-addtemp-prefix.description=ThУЊm mсЛ™t tiсЛn tсЛ‘ tсКЁm thсЛi +luckperms.usage.meta-addtemp-prefix.argument.priority=giУЁ trсЛ‹ ЦАu tiУЊn Ф‘сЛƒ thУЊm tiсЛn tсЛ‘ tсКЁi +luckperms.usage.meta-addtemp-prefix.argument.prefix=chuсЛ—i tiсЛn tсЛ‘ +luckperms.usage.meta-addtemp-prefix.argument.duration=khoсКЃng thсЛi gian cho Ф‘сКПn khi tiсЛn tсЛ‘ hсКПt hсКЁn +luckperms.usage.meta-addtemp-prefix.argument.context=trЦАсЛng Ф‘сЛƒ thУЊm tiсЛn tсЛ‘ vУ o +luckperms.usage.meta-addtemp-suffix.description=ThУЊm mсЛ™t hсК­u tсЛ‘ tсКЁm thсЛi +luckperms.usage.meta-addtemp-suffix.argument.priority=giУЁ trсЛ‹ ЦАu tiУЊn Ф‘сЛƒ thУЊm hсК­u tсЛ‘ tсКЁi +luckperms.usage.meta-addtemp-suffix.argument.suffix=chuсЛ—i hсК­u tсЛ‘ +luckperms.usage.meta-addtemp-suffix.argument.duration=khoсКЃng thсЛi gian cho Ф‘сКПn khi hсК­u tсЛ‘ hсКПt hсКЁn +luckperms.usage.meta-addtemp-suffix.argument.context=trЦАсЛng Ф‘сЛƒ thУЊm hсК­u tсЛ‘ vУ o +luckperms.usage.meta-settemp-prefix.description=ФсКЗt mсЛ™t tiсЛn tсЛ‘ tсКЁm thсЛi +luckperms.usage.meta-settemp-prefix.argument.priority=giУЁ trсЛ‹ ЦАu tiУЊn Ф‘сЛƒ Ф‘сКЗt tiсЛn tсЛ‘ tсКЁi +luckperms.usage.meta-settemp-prefix.argument.prefix=chuсЛ—i tiсЛn tсЛ‘ +luckperms.usage.meta-settemp-prefix.argument.duration=khoсКЃng thсЛi gian cho Ф‘сКПn khi tiсЛn tсЛ‘ hсКПt hсКЁn +luckperms.usage.meta-settemp-prefix.argument.context=trЦАсЛng Ф‘сЛƒ Ф‘сКЗt tiсЛn tсЛ‘ vУ o +luckperms.usage.meta-settemp-suffix.description=ФсКЗt mсЛ™t hсК­u tсЛ‘ tсКЁm thсЛi +luckperms.usage.meta-settemp-suffix.argument.priority=giУЁ trсЛ‹ ЦАu tiУЊn Ф‘сЛƒ Ф‘сКЗt hсК­u tсЛ‘ +luckperms.usage.meta-settemp-suffix.argument.suffix=chuсЛ—i hсК­u tсЛ‘ +luckperms.usage.meta-settemp-suffix.argument.duration=khoсКЃng thсЛi gian cho Ф‘сКПn khi hсК­u tсЛ‘ hсКПt hсКЁn +luckperms.usage.meta-settemp-suffix.argument.context=trЦАсЛng Ф‘сЛƒ Ф‘сКЗt hсК­u tсЛ‘ vУ o +luckperms.usage.meta-removetemp-prefix.description=GсЛЁ bсЛ mсЛ™t tiсЛn tсЛ‘ tсКЁm thсЛi +luckperms.usage.meta-removetemp-prefix.argument.priority=giУЁ trсЛ‹ ЦАu tiУЊn Ф‘сЛƒ gсЛЁ tiсЛn tсЛ‘ +luckperms.usage.meta-removetemp-prefix.argument.prefix=chuсЛ—i tiсЛn tсЛ‘ +luckperms.usage.meta-removetemp-prefix.argument.context=trЦАсЛng Ф‘сЛƒ xУГa tiсЛn tсЛ‘ +luckperms.usage.meta-removetemp-suffix.description=GсЛЁ bсЛ mсЛ™t hсК­u tсЛ‘ tсКЁm thсЛi +luckperms.usage.meta-removetemp-suffix.argument.priority=giУЁ trсЛ‹ ЦАu tiУЊn Ф‘сЛƒ gсЛЁ hсК­u tсЛ‘ tсКЁi +luckperms.usage.meta-removetemp-suffix.argument.suffix=chuсЛ—i hсК­u tсЛ‘ +luckperms.usage.meta-removetemp-suffix.argument.context=trЦАсЛng Ф‘сЛƒ xУГa hсК­u tсЛ‘ +luckperms.usage.meta-clear.description=XУГa tсКЅt cсКЃ dсЛЏ liсЛ‡u +luckperms.usage.meta-clear.argument.type=loсКЁi dсЛЏ liсЛ‡u Ф‘сЛ‘i tЦАсЛЃng cсКЇn loсКЁi bсЛ +luckperms.usage.meta-clear.argument.context=trЦАсЛng Ф‘сЛƒ lсЛc theo +luckperms.usage.track-info.description=Cung cсКЅp thУДng tin vсЛ thang +luckperms.usage.track-editor.description=MсЛŸ trУЌnh biУЊn tсК­p quyсЛn trУЊn web +luckperms.usage.track-append.description=ThУЊm mсЛ™t nhУГm vУ o cuсЛ‘i thang +luckperms.usage.track-append.argument.group=nhУГm Ф‘сЛƒ thУЊm vУ o +luckperms.usage.track-insert.description=ChУЈn mсЛ™t nhУГm vУ o mсЛ™t vсЛ‹ trУ­ nhсКЅt Ф‘сЛ‹nh dсЛc theo thang +luckperms.usage.track-insert.argument.group=nhУГm Ф‘сЛƒ chУЈn vУ o +luckperms.usage.track-insert.argument.position=vсЛ‹ trУ­ Ф‘сЛƒ chУЈn nhУГm (vсЛ‹ trУ­ Ф‘сКЇu tiУЊn trУЊn thang lУ  1) +luckperms.usage.track-remove.description=XУГa mсЛ™t nhУГm khсЛi thang +luckperms.usage.track-remove.argument.group=nhУГm Ф‘сЛƒ gсЛЁ bсЛ +luckperms.usage.track-clear.description=GсЛЁ bсЛ cУЁc nhУГm trУЊn thang +luckperms.usage.track-rename.description=ФсЛ•i tУЊn thang +luckperms.usage.track-rename.argument.name=tУЊn mсЛ›i +luckperms.usage.track-clone.description=Sao chУЉp thang +luckperms.usage.track-clone.argument.name=tУЊn cсЛЇa thang Ф‘сЛƒ sao chУЉp vУ o +luckperms.usage.log-recent.description=Xem hУ nh Ф‘сЛ™ng gсКЇn Ф‘УЂy +luckperms.usage.log-recent.argument.user=tУЊn/uuid cсЛЇa ngЦАсЛi dУЙng Ф‘сЛƒ lсЛc theo +luckperms.usage.log-recent.argument.page=sсЛ‘ trang Ф‘сЛƒ xem +luckperms.usage.log-search.description=TУЌm kiсКПm nhсК­t kУН cho mсЛ™t mсЛЅc nhсК­p +luckperms.usage.log-search.argument.query=chuсЛ—i Ф‘сЛƒ tУЌm kiсКПm bсЛŸi +luckperms.usage.log-search.argument.page=sсЛ‘ trang Ф‘сЛƒ xem +luckperms.usage.log-notify.description=BсК­t/tсКЏt thУДng bУЁo nhсК­t kУН +luckperms.usage.log-notify.argument.toggle=khi cсКЇn chuyсЛƒn Ф‘сЛ•i bсК­t/tсКЏt +luckperms.usage.log-user-history.description=Xem lсЛ‹ch sсЛ­ cсЛЇa ngЦАсЛi dУЙng +luckperms.usage.log-user-history.argument.user=tУЊn/uuid cсЛЇa ngЦАсЛi dУЙng +luckperms.usage.log-user-history.argument.page=sсЛ‘ trang Ф‘сЛƒ xem +luckperms.usage.log-group-history.description=Xem lсЛ‹ch sсЛ­ cсЛЇa nhУГm +luckperms.usage.log-group-history.argument.group=tУЊn nhУГm +luckperms.usage.log-group-history.argument.page=sсЛ‘ trang Ф‘сЛƒ xem +luckperms.usage.log-track-history.description=Xem lсЛ‹ch sсЛ­ cсЛЇa thang +luckperms.usage.log-track-history.argument.track=tУЊn thang +luckperms.usage.log-track-history.argument.page=sсЛ‘ trang Ф‘сЛƒ xem +luckperms.usage.sponge.description=ChсЛ‰nh sсЛ­a dсЛЏ liсЛ‡u bсЛ• sung cсЛЇa Sponge +luckperms.usage.sponge.argument.collection=bсЛ™ sЦАu tсК­p Ф‘сЛƒ tra cсЛЉu +luckperms.usage.sponge.argument.subject=chсЛЇ thсЛƒ Ф‘сЛƒ sсЛ­a Ф‘сЛ•i +luckperms.usage.sponge-permission-info.description=HiсЛƒn thсЛ‹ thУДng tin vсЛ quyсЛn cсЛЇa chсЛЇ thсЛƒ +luckperms.usage.sponge-permission-info.argument.contexts=trЦАсЛng Ф‘сЛƒ lсЛc theo +luckperms.usage.sponge-permission-set.description=ФсКЗt quyсЛn cсКЅp cho chсЛЇ thсЛƒ +luckperms.usage.sponge-permission-set.argument.node=mсКЉu quyсЛn Ф‘сЛƒ thiсКПt lсК­p +luckperms.usage.sponge-permission-set.argument.tristate=giУЁ trсЛ‹ Ф‘сЛƒ Ф‘сКЗt quyсЛn thУ nh +luckperms.usage.sponge-permission-set.argument.contexts=trЦАсЛng Ф‘сЛƒ Ф‘сКЗt quyсЛn vУ o +luckperms.usage.sponge-permission-clear.description=XУГa quyсЛn cho chсЛЇ thсЛƒ +luckperms.usage.sponge-permission-clear.argument.contexts=trЦАсЛng Ф‘сЛƒ xУГa cУЁc quyсЛn +luckperms.usage.sponge-parent-info.description=HiсЛƒn thсЛ‹ thУДng tin vсЛ chсЛЇ chУ­nh cсЛЇa chсЛЇ thсЛƒ +luckperms.usage.sponge-parent-info.argument.contexts=trЦАсЛng Ф‘сЛƒ lсЛc theo +luckperms.usage.sponge-parent-add.description=ThУЊm chсЛЇ chУ­nh vУ o chсЛЇ thсЛƒ +luckperms.usage.sponge-parent-add.argument.collection=bсЛ™ sЦАu tсК­p chсЛЇ thсЛƒ mУ  trong Ф‘УГ chсЛЇ thсЛƒ chУ­nh lУ  +luckperms.usage.sponge-parent-add.argument.subject=tУЊn cсЛЇa chсЛЇ thсЛƒ chУ­nh +luckperms.usage.sponge-parent-add.argument.contexts=trЦАсЛng Ф‘сЛƒ thУЊm chсЛЇ chУ­nh vУ o +luckperms.usage.sponge-parent-remove.description=XУГa chсЛЇ chУ­nh khсЛi chсЛЇ thсЛƒ +luckperms.usage.sponge-parent-remove.argument.collection=bсЛ™ sЦАu tсК­p chсЛЇ thсЛƒ mУ  trong Ф‘УГ chсЛЇ thсЛƒ chУ­nh lУ  +luckperms.usage.sponge-parent-remove.argument.subject=tУЊn cсЛЇa chсЛЇ thсЛƒ chУ­nh +luckperms.usage.sponge-parent-remove.argument.contexts=cУЁc trЦАсЛng Ф‘сЛƒ xУГa chсЛЇ chУ­nh +luckperms.usage.sponge-parent-clear.description=XУГa chсЛЇ thсЛƒ chУ­nh +luckperms.usage.sponge-parent-clear.argument.contexts=trЦАсЛng Ф‘сЛƒ xУГa cУЁc chсЛЇ thсЛƒ chУ­nh +luckperms.usage.sponge-option-info.description=HiсЛƒn thсЛ‹ thУДng tin vсЛ tУЙy chсЛn cсЛЇa chсЛЇ thсЛƒ +luckperms.usage.sponge-option-info.argument.contexts=trЦАсЛng Ф‘сЛƒ lсЛc theo +luckperms.usage.sponge-option-set.description=ФсКЗt tУЙy chсЛn cho chсЛЇ thсЛƒ +luckperms.usage.sponge-option-set.argument.key=khУГa chУ­nh Ф‘сЛƒ Ф‘сКЗt +luckperms.usage.sponge-option-set.argument.value=giУЁ trсЛ‹ Ф‘сЛƒ Ф‘сКЗt khУГa chУ­nh +luckperms.usage.sponge-option-set.argument.contexts=trЦАсЛng Ф‘сЛƒ Ф‘сКЗt tУЙy chсЛn +luckperms.usage.sponge-option-unset.description=GсЛЁ bсЛ tУЙy chсЛn cho chсЛЇ thсЛƒ +luckperms.usage.sponge-option-unset.argument.key=khУГa chУ­nh Ф‘сЛƒ gсЛЁ bсЛ +luckperms.usage.sponge-option-unset.argument.contexts=trЦАсЛng Ф‘сЛƒ gсЛЁ khУГa chУ­nh +luckperms.usage.sponge-option-clear.description=XУГa tУЙy chсЛn cсЛЇa chсЛЇ thсЛƒ +luckperms.usage.sponge-option-clear.argument.contexts=trЦАсЛng Ф‘сЛƒ xУГa cУЁc tУЙy chсЛn diff --git a/plugins/LuckPerms/translations/repository/zh_CN.properties b/plugins/LuckPerms/translations/repository/zh_CN.properties new file mode 100644 index 0000000..e6eba6c --- /dev/null +++ b/plugins/LuckPerms/translations/repository/zh_CN.properties @@ -0,0 +1,630 @@ +luckperms.logs.actionlog-prefix=ц—ЅхП— +luckperms.logs.verbose-prefix=цƒщ™цЃ€цŸЅ +luckperms.logs.export-prefix=хЏМх‡К +luckperms.commandsystem.available-commands=фНПч”Ј {0} цЅцŸЅчœ‹хЏч”Јчš„х‘НфЛЄ +luckperms.commandsystem.command-not-recognised=цœЊчŸЅчš„х‘НфЛЄ +luckperms.commandsystem.no-permission=фН цВЁцœ‰фНПч”Јц­Єх‘НфЛЄчš„цƒщ™\! +luckperms.commandsystem.no-permission-subcommands=фН цВЁцœ‰цƒщ™фНПч”ЈфЛЛфН•х­х‘НфЛЄ +luckperms.commandsystem.already-executing-command=ц­ЃхœЈц‰ЇшЁŒхІфИ€фИЊх‘НфЛЄяМŒшЏЗч­‰хО…хЎŒцˆ... +luckperms.commandsystem.usage.sub-commands-header=х­х‘НфЛЄ +luckperms.commandsystem.usage.usage-header=х‘НфЛЄфНПч”Јц–ЙцГ• +luckperms.commandsystem.usage.arguments-header=х‚ц•А +luckperms.first-time.no-permissions-setup=фММфЙŽшϘцВЁцœ‰шЎОчНЎцƒщ™\! +luckperms.first-time.use-console-to-give-access=хœЈцИИцˆфИ­фНПч”Ј LuckPerms х‘НфЛЄфЙ‹х‰, фН щœ€шІхœЈцŽЇхˆЖхАфИ­чЛ™ш‡ЊхЗБфНПч”Ј LuckPerms чš„цƒщ™ +luckperms.first-time.console-command-prompt=ц‰“хМ€цŽЇхˆЖхАхЙЖц‰ЇшЁŒфИ‹щЂчš„х‘НфЛЄ +luckperms.first-time.next-step=хЎŒцˆшП™фК›хЗЅфНœхŽ, фН хАБхЏфЛЅхМ€хЇ‹хЎšфЙ‰цƒщ™хˆ†щ…х’Œцƒщ™чЛ„х•І +luckperms.first-time.wiki-prompt=фИчŸЅщ“фЛŽх“Њщ‡ŒхМ€хЇ‹яМŸч‚Йх‡ЛшП™щ‡ŒцŸЅчœ‹\: {0} +luckperms.login.try-again=шЏЗчЈхŽх†шЏ• +luckperms.login.loading-database-error=хœЈхŠ шННцƒщ™ц•АцЎц—Жх‘ч”ŸфК†фИ€фИЊц•АцЎхК“щ”™шЏЏ +luckperms.login.server-admin-check-console-errors=хІ‚цžœфН ц˜ЏцœхŠЁх™ЈчЎЁч†х‘˜, шЏЗцЃ€цŸЅцŽЇхˆЖхАц˜ЏхІцœ‰щ”™шЏЏ +luckperms.login.server-admin-check-console-info=шЏЗцЃ€цŸЅцœхŠЁх™ЈцŽЇхˆЖхАфК†шЇЃц›ДхЄšфПЁцЏ +luckperms.login.data-not-loaded-at-pre=хœЈщЂ„ч™ЛхН•щ˜ЖцЎЕцœЊшƒНхŠ шННч”ЈцˆЗцƒщ™ц•АцЎ +luckperms.login.unable-to-continue=ц— цГ•чЛЇчЛ­ +luckperms.login.craftbukkit-offline-mode-error=шП™хЏшƒНц˜Џч”БфКŽ CraftBukkit х’Œ online-mode шЎОчНЎфЙ‹щ—Дчš„х†ВчЊ +luckperms.login.unexpected-error=хœЈшЎОчНЎцƒщ™ц•АцЎц—Жх‘ч”ŸфК†фИ€фИЊц„хЄ–чš„щ”™шЏЏ +luckperms.opsystem.disabled=ц­ЄцœхŠЁх™ЈчІч”ЈфК†хŽŸч‰ˆOPчГЛчЛŸ +luckperms.opsystem.sponge-warning=шЏЗцГЈц„\: хН“хЎ‰шЃ…фК†цƒщ™ц’фЛЖц—Ж, цœхŠЁх™ЈOPшКЋфЛНхЏЙSpongeцƒщ™цЃ€цŸЅцВЁцœ‰хНБх“, фН хП…щЁЛч›ДцŽЅчМ–шО‘ч”ЈцˆЗц•АцЎ +luckperms.duration.unit.years.plural={0} хЙД +luckperms.duration.unit.years.singular={0} хЙД +luckperms.duration.unit.years.short={0}хЙД +luckperms.duration.unit.months.plural={0} цœˆ +luckperms.duration.unit.months.singular={0} цœˆ +luckperms.duration.unit.months.short={0}цœˆ +luckperms.duration.unit.weeks.plural={0} х‘Ј +luckperms.duration.unit.weeks.singular={0} х‘Ј +luckperms.duration.unit.weeks.short={0}х‘Ј +luckperms.duration.unit.days.plural={0} хЄЉ +luckperms.duration.unit.days.singular={0} хЄЉ +luckperms.duration.unit.days.short={0}хЄЉ +luckperms.duration.unit.hours.plural={0} хАц—Ж +luckperms.duration.unit.hours.singular={0} хАц—Ж +luckperms.duration.unit.hours.short={0}ц—Ж +luckperms.duration.unit.minutes.plural={0} хˆ†щ’Ÿ +luckperms.duration.unit.minutes.singular={0} хˆ†щ’Ÿ +luckperms.duration.unit.minutes.short={0}хˆ† +luckperms.duration.unit.seconds.plural={0} чЇ’ +luckperms.duration.unit.seconds.singular={0} чЇ’ +luckperms.duration.unit.seconds.short={0}чЇ’ +luckperms.duration.since={0} х‰ +luckperms.command.misc.invalid-code=ц— ц•ˆфЛЃч  +luckperms.command.misc.response-code-key=х“хК”фЛЃч  +luckperms.command.misc.error-message-key=цЖˆцЏ +luckperms.command.misc.bytebin-unable-to-communicate=ц— цГ•фИŽ bytebin щ€šфПЁ +luckperms.command.misc.webapp-unable-to-communicate=ц— цГ•фИŽчН‘щЁЕчМ–шО‘х™Јщ€šфПЁ +luckperms.command.misc.check-console-for-errors=цЃ€цŸЅцŽЇхˆЖхАц˜ЏхІцœ‰щ”™шЏЏ +luckperms.command.misc.file-must-be-in-data=ц–‡фЛЖ {0} хП…щЁЛч›ДцŽЅц”ОхœЈц•АцЎч›ЎхН•фИ­ +luckperms.command.misc.wait-to-finish=шЏЗч­‰хО…хЎƒхЎŒцˆхŽх†шЏ•фИ€цЌЁ +luckperms.command.misc.invalid-priority=ц— ц•ˆчš„ф̘х…ˆчКЇ {0} +luckperms.command.misc.expected-number=щœ€шІшО“х…Ѕц•Ах­— +luckperms.command.misc.date-parse-error=ц— цГ•шЇЃцžц—ЅцœŸ {0} +luckperms.command.misc.date-in-past-error=фИшƒНшЎОчНЎхЗВчЛшП‡хŽЛчš„ц—ЅцœŸ\! +luckperms.command.misc.page=чЌЌ {0} щЁЕ, х…Б {1} щЁЕ +luckperms.command.misc.page-entries={0} щЁЙ +luckperms.command.misc.none=ц—  +luckperms.command.misc.loading.error.unexpected=х‘ч”ŸфК†фИ€фИЊц„хЄ–чš„щ”™шЏЏ +luckperms.command.misc.loading.error.user=цœЊхŠ шННч”ЈцˆЗ +luckperms.command.misc.loading.error.user-specific=ц— цГ•хŠ шННч›Ўц ‡ч”ЈцˆЗ {0} +luckperms.command.misc.loading.error.user-not-found=ц— цГ•ц‰ОхˆА {0} шП™фИЊч”ЈцˆЗ +luckperms.command.misc.loading.error.user-save-error=хœЈфПх­˜ {0} чš„ч”ЈцˆЗц•АцЎц—Жх‡КчŽАфК†щ”™шЏЏ +luckperms.command.misc.loading.error.user-not-online=ч”ЈцˆЗ {0} цœЊхœЈчКП +luckperms.command.misc.loading.error.user-invalid={0} фИц˜ЏфИ€фИЊцœ‰ц•ˆчš„ч”ЈцˆЗхчЇАцˆ–UUID +luckperms.command.misc.loading.error.user-not-uuid=ч›Ўц ‡ч”ЈцˆЗ {0} фИц˜ЏфИ€фИЊцœ‰ц•ˆчš„UUID +luckperms.command.misc.loading.error.group=цœЊхŠ шННцƒщ™чЛ„ +luckperms.command.misc.loading.error.all-groups=ц— цГ•хŠ шННц‰€цœ‰цƒщ™чЛ„ +luckperms.command.misc.loading.error.group-not-found=ц— цГ•ц‰ОхˆАфИ€фИЊхфИК {0} чš„цƒщ™чЛ„ +luckperms.command.misc.loading.error.group-save-error=хœЈфПх­˜цƒщ™чЛ„ {0} чš„ц•АцЎц—Жх‡КчŽАфК†щ”™шЏЏ +luckperms.command.misc.loading.error.group-invalid={0} фИц˜ЏфИ€фИЊцœ‰ц•ˆчš„цƒщ™чЛ„хчЇА +luckperms.command.misc.loading.error.track=цœЊхŠ шННцƒщ™чЛ„шЗЏчКП +luckperms.command.misc.loading.error.all-tracks=ц— цГ•хŠ шННц‰€цœ‰цƒщ™чЛ„шЗЏчКП +luckperms.command.misc.loading.error.track-not-found=ц— цГ•ц‰ОхˆАфИ€фИЊхфИК {0} чš„цƒщ™чЛ„шЗЏчКП +luckperms.command.misc.loading.error.track-save-error=хœЈфПх­˜цƒщ™чЛ„шЗЏчКП {0} чš„ц•АцЎц—Жх‡КчŽАфК†щ”™шЏЏ +luckperms.command.misc.loading.error.track-invalid={0} фИц˜ЏфИ€фИЊцœ‰ц•ˆчš„цƒщ™чЛ„шЗЏчКПхчЇА +luckperms.command.editor.no-match=ц— цГ•ц‰“хМ€чН‘щЁЕчМ–шО‘х™Ј, цВЁцœ‰хŒЙщ…хˆАц‰€щœ€чБЛхž‹чš„хЏЙшБЁ +luckperms.command.editor.start=ц­ЃхœЈх‡†хЄ‡фИ€фИЊц–Ачš„чМ–шО‘фМšшЏ, шЏЗчЈх€™... +luckperms.command.editor.url=ч‚Йх‡ЛфИ‹щЂчš„щ“ОцŽЅц‰“хМ€чН‘щЁЕчМ–шО‘х™Ј +luckperms.command.editor.unable-to-communicate=ц— цГ•фИŽчН‘щЁЕчМ–шО‘х™Јщ€šфПЁ +luckperms.command.editor.apply-edits.success=чН‘щЁЕчМ–шО‘х™Јчš„ц•АцЎхЗВцˆхŠŸхК”ч”ЈхˆА {0} {1} +luckperms.command.editor.apply-edits.success-summary={0} {1} х’Œ {2} {3} +luckperms.command.editor.apply-edits.success.additions=ц–АхЂž +luckperms.command.editor.apply-edits.success.additions-singular=ц–АхЂž +luckperms.command.editor.apply-edits.success.deletions=хˆ х‡ +luckperms.command.editor.apply-edits.success.deletions-singular=хˆ х‡ +luckperms.command.editor.apply-edits.no-changes=цВЁцœ‰фЛŽчН‘щЁЕчМ–шО‘х™ЈфИ­хК”ч”ЈфЛЛфН•ц›Дц”ЙяМŒх› фИКшП”х›žчš„ц•АцЎфИхŒ…хЋфЛЛфН•фПЎц”Й +luckperms.command.editor.apply-edits.unknown-type=ц— цГ•хА†чМ–шО‘хК”ч”ЈфКŽцŒ‡хЎšчš„хЏЙшБЁчБЛхž‹ +luckperms.command.editor.apply-edits.unable-to-read=ц— цГ•фНПч”ЈчЛ™хЎšчš„фЛЃч шЏЛх–ц•АцЎ +luckperms.command.search.searching.permission=цœчДЂхИІцœ‰ {0} чš„ч”ЈцˆЗх’Œцƒщ™чЛ„ +luckperms.command.search.searching.inherit=цœчДЂчЛЇц‰Пш‡Њ {0} чš„ч”ЈцˆЗх’Œцƒщ™чЛ„ +luckperms.command.search.result=х‘чŽАцЅш‡Њ {1} фИЊч”ЈцˆЗх’Œ {2} фИЊцƒщ™чЛ„чš„ {0} фИЊцЁч›Ў +luckperms.command.search.result.default-notice=цГЈц„\: хœЈцœчДЂщ˘шЎЄчЛ„чš„цˆх‘˜ц—Ж, цВЁцœ‰х…ЖфЛ–цƒщ™чš„чІЛчКПчŽЉхЎЖхА†фИфМšшЂЋц˜ОчЄКх‡КцЅ\! +luckperms.command.search.showing-users=ц˜ОчЄКч”ЈцˆЗцЁч›Ў +luckperms.command.search.showing-groups=ц˜ОчЄКцƒщ™чЛ„цЁч›Ў +luckperms.command.tree.start=ц­ЃхœЈч”Ÿцˆцƒщ™ц ‘, шЏЗчЈх€™... +luckperms.command.tree.empty=ц— цГ•ч”Ÿцˆцƒщ™ц ‘, цВЁцœ‰ц‰ОхˆАчЛ“цžœ +luckperms.command.tree.url=цƒщ™ц ‘ URL +luckperms.command.verbose.invalid-filter={0} фИц˜ЏфИ€фИЊцœ‰ц•ˆчš„шЏІчЛ†ц—ЅхП—шП‡цЛЄх™Ј +luckperms.command.verbose.enabled=шЏІчЛ†ц—ЅхП— {0} шП‡цЛЄх™Ј\: {1} +luckperms.command.verbose.command-exec=хМКхˆЖ {0} ц‰ЇшЁŒх‘НфЛЄ {1} хЙЖцŠЅх‘Šц‰€цœ‰чš„цЃ€цŸЅчЛ“цžœ... +luckperms.command.verbose.off=шЏІчЛ†ц—ЅхП— {0} +luckperms.command.verbose.command-exec-complete=х‘НфЛЄц‰ЇшЁŒхЎŒцЏ• +luckperms.command.verbose.command.no-checks=х‘НфЛЄц‰ЇшЁŒхЎŒцЏ•, фН†цВЁцœ‰шП›шЁŒцƒщ™цЃ€цŸЅ +luckperms.command.verbose.command.possibly-async=шП™хЏшƒНц˜Џх› фИКшЏЅц’фЛЖхœЈхŽхАшПшЁŒх‘НфЛЄ (хМ‚ц­Ѕ) +luckperms.command.verbose.command.try-again-manually=фН фЛч„ЖхЏфЛЅц‰‹хŠЈфНПч”Ј verbose цЅцЃ€цЕ‹ +luckperms.command.verbose.enabled-recording=шЏІчЛ†ц—ЅхП— {0} шП‡цЛЄх™Ј\: {1} +luckperms.command.verbose.uploading=шЏІчЛ†ц—ЅхП— {0}, ц­ЃхœЈфИŠфМ шЎАхН•... +luckperms.command.verbose.url=шЏІчЛ†чš„ц—ЅхП—шЎАхН• URL +luckperms.command.verbose.enabled-term=хЏч”Ј +luckperms.command.verbose.disabled-term=чІч”Ј +luckperms.command.verbose.query-any=фЛЛц„ +luckperms.command.info.running-plugin=ц­ЃхœЈшПшЁŒ +luckperms.command.info.platform-key=хЙГхА +luckperms.command.info.server-brand-key=цœхŠЁх™ЈчБЛхž‹ +luckperms.command.info.server-version-key=цœхŠЁх™Јч‰ˆцœЌ +luckperms.command.info.storage-key=х­˜х‚Ј +luckperms.command.info.storage-type-key=чБЛхž‹ +luckperms.command.info.storage.meta.split-types-key=чБЛхž‹ +luckperms.command.info.storage.meta.ping-key=хЛЖшПŸ +luckperms.command.info.storage.meta.connected-key=хЗВшПžцŽЅ +luckperms.command.info.storage.meta.file-size-key=ц–‡фЛЖхЄЇхА +luckperms.command.info.extensions-key=ц‰ЉхБ• +luckperms.command.info.messaging-key=цЖˆцЏцœхŠЁ +luckperms.command.info.instance-key=хЎžфО‹ +luckperms.command.info.static-contexts-key=щ™ц€цƒ…хЂƒ +luckperms.command.info.online-players-key=хœЈчКПчŽЉхЎЖ +luckperms.command.info.online-players-unique={0} х”ЏфИ€ +luckperms.command.info.uptime-key=шПшЁŒц—Жщ—Д +luckperms.command.info.local-data-key=цœЌхœАц•АцЎ +luckperms.command.info.local-data={0} фИЊч”ЈцˆЗ, {1} фИЊцƒщ™чЛ„, {2} фИЊцƒщ™чЛ„шЗЏчКП +luckperms.command.generic.create.success={0} хЗВцˆхŠŸхˆ›хЛК +luckperms.command.generic.create.error=хˆ›хЛК {0} ц—Жх‡КчŽАфК†фИ€фИЊщ”™шЏЏ +luckperms.command.generic.create.error-already-exists={0} хЗВх­˜хœЈ +luckperms.command.generic.delete.success={0} хЗВцˆхŠŸхˆ щ™Є +luckperms.command.generic.delete.error=хˆ щ™Є {0} ц—Жх‡КчŽАфК†фИ€фИЊщ”™шЏЏ +luckperms.command.generic.delete.error-doesnt-exist={0} хЙЖфИх­˜хœЈ +luckperms.command.generic.rename.success={0} цˆхŠŸщ‡хфИК {1} +luckperms.command.generic.clone.success={0} хЗВцˆхŠŸх…‹щš†хˆА {1} +luckperms.command.generic.info.parent.title=чˆЖцƒщ™чЛ„ +luckperms.command.generic.info.parent.temporary-title=фИДц—ЖчˆЖцƒщ™чЛ„ +luckperms.command.generic.info.expires-in=шП‡цœŸц—Жщ—Д +luckperms.command.generic.info.inherited-from=чЛЇц‰Пш‡Њ +luckperms.command.generic.info.inherited-from-self=ш‡ЊхЗБ +luckperms.command.generic.show-tracks.title={0} чš„цƒщ™чЛ„шЗЏчКП +luckperms.command.generic.show-tracks.empty={0} фИхœЈфЛЛфН•цƒщ™чЛ„шЗЏчКПфИŠ +luckperms.command.generic.clear.node-removed={0} фИЊцƒщ™шŠ‚ч‚ЙшЂЋчЇЛщ™Є +luckperms.command.generic.clear.node-removed-singular=цƒщ™шŠ‚ч‚Й {0} хЗВчЇЛщ™Є +luckperms.command.generic.clear={0} хœЈцƒ…хЂƒ {1} фИ­чš„шŠ‚ч‚ЙхЗВшЂЋцИ…щ™Є +luckperms.command.generic.permission.info.title={0} чš„цƒщ™ +luckperms.command.generic.permission.info.empty={0} цВЁцœ‰шЎОчНЎфЛЛфН•цƒщ™ +luckperms.command.generic.permission.info.click-to-remove=ч‚Йх‡ЛфЛŽ {0} фИ­чЇЛщ™Єц­Єцƒщ™шŠ‚ч‚Й +luckperms.command.generic.permission.check.info.title={0} чš„цƒщ™фПЁцЏ +luckperms.command.generic.permission.check.info.directly={0} хЗВхœЈцƒ…хЂƒ {3} фИ­хА† {1} шЎОчНЎфИК {2} +luckperms.command.generic.permission.check.info.inherited={0} хœЈцƒ…хЂƒ {4} фИ­чЛЇц‰Пчš„ {3} хА† {1} шЎОчНЎфИК {2} +luckperms.command.generic.permission.check.info.not-directly={0} цВЁцœ‰шЎОчНЎ {1} +luckperms.command.generic.permission.check.info.not-inherited={0} цВЁцœ‰чЛЇц‰П {1} +luckperms.command.generic.permission.check.result.title=хЏЙ {0} чš„цƒщ™цЃ€цŸЅ +luckperms.command.generic.permission.check.result.result-key=чЛ“цžœ +luckperms.command.generic.permission.check.result.processor-key=хЄ„ч†х™Ј +luckperms.command.generic.permission.check.result.cause-key=хŽŸх›  +luckperms.command.generic.permission.check.result.context-key=цƒ…хЂƒ +luckperms.command.generic.permission.set=хœЈцƒ…хЂƒ {3} фИ­хА† {2} чš„цƒщ™ {0} шЎОчНЎфИК {1} +luckperms.command.generic.permission.already-has={0} хœЈцƒ…хЂƒ {2} фИ­хЗВчЛшЎОчНЎфК† {1} +luckperms.command.generic.permission.set-temp=хœЈцƒ…хЂƒ {4} фИ­хА† {2} чš„цƒщ™ {0} шЎОчНЎфИК {1}, цœ‰ц•ˆцœŸ\: {3} +luckperms.command.generic.permission.already-has-temp={0} хœЈцƒ…хЂƒ {2} фИ­хЗВчЛфИДц—ЖшЎОчНЎфК† {1} +luckperms.command.generic.permission.unset=хœЈцƒ…хЂƒ {2} фИ­фИК {1} х–цЖˆшЎОчНЎ {0} +luckperms.command.generic.permission.doesnt-have={0} цВЁцœ‰хœЈцƒ…хЂƒ {2} фИ­шЎОчНЎ {1} +luckperms.command.generic.permission.unset-temp=хœЈцƒ…хЂƒ {2} фИ­фИК {1} х–цЖˆшЎОчНЎфИДц—Жцƒщ™ {0} +luckperms.command.generic.permission.subtract=хœЈцƒ…хЂƒ {4} фИ­хА† {2} чš„цƒщ™ {0} шЎОчНЎфИК {1}, цœ‰ц•ˆцœŸ\: {3}, цЏ”фЙ‹х‰хА‘фК† {5} +luckperms.command.generic.permission.doesnt-have-temp={0} цВЁцœ‰хœЈцƒ…хЂƒ {2} фИ­фИДц—ЖшЎОчНЎ {1} +luckperms.command.generic.permission.clear={0} хœЈцƒ…хЂƒ {1} фИ­чš„цƒщ™хЗВшЂЋцИ…щ™Є +luckperms.command.generic.parent.info.title={0} чš„чˆЖцƒщ™чЛ„ +luckperms.command.generic.parent.info.empty={0} цВЁцœ‰хЎšфЙ‰фЛЛфН•чˆЖцƒщ™чЛ„ +luckperms.command.generic.parent.info.click-to-remove=х•х‡ЛфЛЅфЛŽ {0} фИ­чЇЛщ™Єц­ЄчˆЖцƒщ™чЛ„ +luckperms.command.generic.parent.add={0} чŽАхœЈхœЈцƒ…хЂƒ {2} фИ­чЛЇц‰П {1} чš„цƒщ™ +luckperms.command.generic.parent.add-temp={0} чŽАхœЈхœЈцƒ…хЂƒ {3} фИ­чЛЇц‰П {1} чš„цƒщ™, цœ‰ц•ˆцœŸ\: {2} +luckperms.command.generic.parent.set={0} хœЈцƒ…хЂƒ {2} фИ­цИ…щ™ЄфК†чŽАцœ‰чš„чˆЖцƒщ™чЛ„, чŽАхœЈхЊчЛЇц‰П {1} +luckperms.command.generic.parent.set-track={0} хœЈцƒ…хЂƒ {3} фИ­цИ…щ™ЄфК†хŒ…хЋхœЈцƒщ™чЛ„шЗЏчКП {1} фИ­чš„чˆЖцƒщ™чЛ„, чŽАхœЈхЊчЛЇц‰П {2} +luckperms.command.generic.parent.remove={0} хœЈцƒ…хЂƒ {2} фИ­фИх†чЛЇц‰П {1} чš„цƒщ™ +luckperms.command.generic.parent.remove-temp={0} хœЈцƒ…хЂƒ {2} фИ­фИх†фИДц—ЖчЛЇц‰П {1} чš„цƒщ™ +luckperms.command.generic.parent.subtract={0} хœЈцƒ…хЂƒ {3} фИ­чЛЇц‰П {1} чš„цƒщ™, цœ‰ц•ˆцœŸ\: {2}, цЏ”фЙ‹х‰хА‘фК† {4} +luckperms.command.generic.parent.clear={0} хœЈцƒ…хЂƒ {1} фИ­чš„чˆЖцƒщ™чЛ„хЗВшЂЋцИ…щ™Є +luckperms.command.generic.parent.clear-track={0} хœЈцƒ…хЂƒ {2} фИ­цИ…щ™ЄфК†хŒ…хЋхœЈцƒщ™чЛ„шЗЏчКП {1} фИ­чš„чˆЖцƒщ™чЛ„ +luckperms.command.generic.parent.already-inherits={0} хœЈцƒ…хЂƒ {2} фИ­хЗВчЛчЛЇц‰П {1} чš„цƒщ™ +luckperms.command.generic.parent.doesnt-inherit={0} цВЁцœ‰хœЈфИŠфИ‹ц–‡ {2} фИ­чЛЇц‰П {1} чš„цƒщ™ +luckperms.command.generic.parent.already-temp-inherits={0} хœЈцƒ…хЂƒ {2} фИ­хЗВчЛфИДц—ЖчЛЇц‰П {1} чš„цƒщ™ +luckperms.command.generic.parent.doesnt-temp-inherit={0} цВЁцœ‰хœЈцƒ…хЂƒ {2} фИ­фИДц—ЖчЛЇц‰П {1} чš„цƒщ™ +luckperms.command.generic.chat-meta.info.title-prefix={0} чš„х‰чМ€ +luckperms.command.generic.chat-meta.info.title-suffix={0} чš„хŽчМ€ +luckperms.command.generic.chat-meta.info.none-prefix={0} цВЁцœ‰х‰чМ€ +luckperms.command.generic.chat-meta.info.none-suffix={0} цВЁцœ‰хŽчМ€ +luckperms.command.generic.chat-meta.info.click-to-remove=х•х‡ЛфЛЅфЛŽ {1} фИ­чЇЛщ™Є {0} +luckperms.command.generic.chat-meta.already-has={0} хœЈцƒ…хЂƒ {4} фИ­хЗВчЛшЎОчНЎфК† {1} {2}, ф̘х…ˆчКЇфИК {3} +luckperms.command.generic.chat-meta.already-has-temp={0} хœЈцƒ…хЂƒ {4} фИ­хЗВчЛфИДц—ЖшЎОчНЎфК† {1} {2}, ф̘х…ˆчКЇфИК {3} +luckperms.command.generic.chat-meta.doesnt-have={0} цВЁцœ‰хœЈцƒ…хЂƒ {4} фИ­шЎОчНЎф̘х…ˆчКЇфИК {3} чš„ {1} {2} +luckperms.command.generic.chat-meta.doesnt-have-temp={0} цВЁцœ‰хœЈцƒ…хЂƒ {4} фИ­фИДц—ЖшЎОчНЎф̘х…ˆчКЇфИК {3} чš„ {1} {2} +luckperms.command.generic.chat-meta.add={0} хœЈцƒ…хЂƒ {4} фИ­шЎОчНЎфК† {1} {2}, ф̘х…ˆчКЇфИК {3} +luckperms.command.generic.chat-meta.add-temp={0} хœЈцƒ…хЂƒ {5} фИ­шЎОчНЎфК† {1} {2}, ф̘х…ˆчКЇфИК {3}, цœ‰ц•ˆцœŸ\: {4} +luckperms.command.generic.chat-meta.remove={0} хœЈцƒ…хЂƒ {4} фИ­чЇЛщ™ЄфК†ф̘х…ˆчКЇфИК {3} чš„ {1} {2} +luckperms.command.generic.chat-meta.remove-bulk={0} хœЈцƒ…хЂƒ {3} фИ­чЇЛщ™ЄфК†ц‰€цœ‰ф̘х…ˆчКЇфИК {2} чš„ {1} +luckperms.command.generic.chat-meta.remove-temp={0} хœЈцƒ…хЂƒ {4} фИ­чЇЛщ™ЄфК†ф̘х…ˆчКЇфИК {3} чš„фИДц—Ж {1} {2} +luckperms.command.generic.chat-meta.remove-temp-bulk={0} хœЈцƒ…хЂƒ {3} фИ­чЇЛщ™ЄфК†ц‰€цœ‰ф̘х…ˆчКЇфИК {2} чš„фИДц—Ж {1} +luckperms.command.generic.meta.info.title={0} чš„х…ƒц•АцЎ +luckperms.command.generic.meta.info.none={0} цВЁцœ‰х…ƒц•АцЎ +luckperms.command.generic.meta.info.click-to-remove=х•х‡ЛфЛЅфЛŽ {0} фИ­чЇЛщ™Єц­Єх…ƒц•АцЎшŠ‚ч‚Й +luckperms.command.generic.meta.already-has={0} хœЈцƒ…хЂƒ {3} фИ­хЗВчЛхА†х…ƒц•АцЎщ”Ў {1} шЎОчНЎфИК {2} +luckperms.command.generic.meta.already-has-temp={0} хœЈцƒ…хЂƒ {3} фИ­хЗВчЛхА†х…ƒц•АцЎщ”Ў {1} фИДц—ЖшЎОчНЎфИК {2} +luckperms.command.generic.meta.doesnt-have={0} цВЁцœ‰хœЈцƒ…хЂƒ {2} фИ­шЎОчНЎх…ƒц•АцЎщ”Ў {1} +luckperms.command.generic.meta.doesnt-have-temp={0} цВЁцœ‰хœЈцƒ…хЂƒ {2} фИ­фИДц—ЖшЎОчНЎх…ƒц•АцЎщ”Ў {1} +luckperms.command.generic.meta.set=хœЈцƒ…хЂƒ {3} фИ­хА† {2} чš„х…ƒц•АцЎщ”Ў {0} шЎОчНЎфИК {1} +luckperms.command.generic.meta.set-temp=хœЈцƒ…хЂƒ {4} фИ­хА† {2} чš„х…ƒц•АцЎщ”Ў {0} шЎОчНЎфИК {1}, цœ‰ц•ˆцœŸ\: {3} +luckperms.command.generic.meta.unset=хœЈцƒ…хЂƒ {2} фИ­фИК {1} х–цЖˆшЎОчНЎх…ƒц•АцЎщ”Ў {0} +luckperms.command.generic.meta.unset-temp=хœЈцƒ…хЂƒ {2} фИ­фИК {1} х–цЖˆшЎОчНЎфИДц—Жх…ƒц•АцЎщ”Ў {0} +luckperms.command.generic.meta.clear={0} хœЈцƒ…хЂƒ {2} фИ­хŒЙщ…чБЛхž‹ {1} чš„х…ƒц•АцЎхЗВшЂЋцИ…щ™Є +luckperms.command.generic.contextual-data.title=цƒ…хЂƒц•АцЎ +luckperms.command.generic.contextual-data.mode.key=цЈЁхМ +luckperms.command.generic.contextual-data.mode.server=цœхŠЁх™Ј +luckperms.command.generic.contextual-data.mode.active-player=цДЛшЗƒчŽЉхЎЖ +luckperms.command.generic.contextual-data.contexts-key=цƒ…хЂƒ +luckperms.command.generic.contextual-data.prefix-key=х‰чМ€ +luckperms.command.generic.contextual-data.suffix-key=хŽчМ€ +luckperms.command.generic.contextual-data.primary-group-key=фИЛчЛ„ +luckperms.command.generic.contextual-data.meta-key=х…ƒц•АцЎ +luckperms.command.generic.contextual-data.null-result=ц—  +luckperms.command.user.info.title=ч”ЈцˆЗфПЁцЏ +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=чБЛхž‹ +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=чІЛчКП +luckperms.command.user.info.status-key=чŠЖц€ +luckperms.command.user.info.status.online=хœЈчКП +luckperms.command.user.info.status.offline=чІЛчКП +luckperms.command.user.removegroup.error-primary=фН фИшƒНхА†ч”ЈцˆЗфЛŽфЛ–фЛЌчš„фИЛчЛ„фИ­чЇЛщ™Є +luckperms.command.user.primarygroup.not-member={0} шϘфИц˜Џ {1} чš„цˆх‘˜, чŽАхœЈц­ЃхœЈхŠ х…Ѕ +luckperms.command.user.primarygroup.already-has={0} хЗВчЛхА† {1} шЎОчНЎфИКх…Жчš„фИЛцƒщ™чЛ„ +luckperms.command.user.primarygroup.warn-option=ш­Іх‘Š\: ц­ЄцœхŠЁх™Ј ({0}) фНПч”Јчš„фИЛцƒщ™чЛ„шЎЁчЎ—ц–ЙцГ•хЏшƒНцœЊхц˜ ц­Єц›Дц”Й +luckperms.command.user.primarygroup.set={0} чš„фИЛчЛ„шЎОчНЎфИК {1} +luckperms.command.user.track.error-not-contain-group={0} хАšцœЊхœЈ {1} фИŠчš„фЛЛфН•цƒщ™чЛ„фИ­ +luckperms.command.user.track.unsure-which-track=фИчЁЎхЎšфНПч”Јх“ЊфИЊцƒщ™чЛ„шЗЏчКП, шЏЗхА†х…ЖцŒ‡хЎšфИКх‚ц•А +luckperms.command.user.track.missing-group-advice=хˆ›хЛКцƒщ™чЛ„цˆ–хА†х…ЖфЛŽцƒщ™чЛ„шЗЏчКПфИ­чЇЛщ™ЄхЙЖщ‡шЏ• +luckperms.command.user.promote.added-to-first={0} хœЈцƒ…хЂƒ {3} фИ­фИхœЈ {1} фИŠчš„фЛЛфН•цƒщ™чЛ„фИ­, х› ц­Єх…ЖшЂЋцЗЛхŠ хˆАчЌЌфИ€фИЊчЛ„ {2} +luckperms.command.user.promote.not-on-track={0} фИхœЈ {1} фИŠчš„фЛЛфН•цƒщ™чЛ„фИ­, х› ц­ЄцœЊшƒНцх‡ +luckperms.command.user.promote.success=хœЈцƒ…хЂƒ {4} фИ­хА† {0} цВПцƒщ™чЛ„шЗЏчКП {1} фЛŽ {2} цх‡хˆА {3} +luckperms.command.user.promote.end-of-track=хЗВхˆАшООцƒщ™чЛ„шЗЏчКП {0} чš„цœЋхАО, ц— цГ•чЛЇчЛ­цх‡ {1} +luckperms.command.user.promote.next-group-deleted=цƒщ™чЛ„шЗЏчКПфИŠчš„фИ‹фИ€фИЊцƒщ™чЛ„ {0} фИх†х­˜хœЈ +luckperms.command.user.promote.unable-to-promote=ц— цГ•цх‡ч”ЈцˆЗ +luckperms.command.user.demote.success=хœЈцƒ…хЂƒ {4} фИ­хА† {0} цВПцƒщ™чЛ„шЗЏчКП {1} фЛŽ {2} щ™чКЇхˆА {3} +luckperms.command.user.demote.end-of-track=хЗВхˆАшООцƒщ™чЛ„шЗЏчКП {0} чš„шЕЗч‚Й, х› ц­Є {1} хЗВфЛŽ {2} фИ­чЇЛщ™Є +luckperms.command.user.demote.end-of-track-not-removed=хЗВхˆАшООцƒщ™чЛ„шЗЏчКП {0} чš„шЕЗч‚Й, фН†цœЊфЛŽчЌЌфИ€фИЊчЛ„фИ­чЇЛщ™Є {1} +luckperms.command.user.demote.previous-group-deleted=цƒщ™чЛ„шЗЏчКПфИŠчš„х‰фИ€фИЊцƒщ™чЛ„ {0} фИх†х­˜хœЈ +luckperms.command.user.demote.unable-to-demote=ц— цГ•щ™чКЇч”ЈцˆЗ +luckperms.command.group.list.title=цƒщ™чЛ„ +luckperms.command.group.delete.not-default=фН фИшƒНхˆ щ™Єщ˘шЎЄчЛ„ +luckperms.command.group.info.title=цƒщ™чЛ„фПЁцЏ +luckperms.command.group.info.display-name-key=ц˜ОчЄКхчЇА +luckperms.command.group.info.weight-key=цƒщ‡ +luckperms.command.group.setweight.set=хА†цƒщ™чЛ„ {1} чš„цƒщ‡шЎОчНЎфИК {0} +luckperms.command.group.setdisplayname.doesnt-have={0} цВЁцœ‰шЎОчНЎц˜ОчЄКхчЇА +luckperms.command.group.setdisplayname.already-has={0} хЗВчЛшЎОчНЎфК†ц˜ОчЄКхчЇАфИК {1} +luckperms.command.group.setdisplayname.already-in-use=ц˜ОчЄКхчЇА {0} хЗВшЂЋ {1} фНПч”Ј +luckperms.command.group.setdisplayname.set=хœЈцƒ…хЂƒ {2} фИ­хА†чЛ„ {1} чš„ц˜ОчЄКхчЇАшЎОчНЎфИК {0} +luckperms.command.group.setdisplayname.removed=хœЈцƒ…хЂƒ {1} фИ­чЇЛщ™ЄфК†чЛ„ {0} чš„ц˜ОчЄКхчЇА +luckperms.command.track.list.title=цƒщ™чЛ„шЗЏчКП +luckperms.command.track.path.empty=ц—  +luckperms.command.track.info.showing-track=ц˜ОчЄКцƒщ™чЛ„шЗЏчКП +luckperms.command.track.info.path-property=шЗЏчКП +luckperms.command.track.clear=цƒщ™чЛ„шЗЏчКП {0} фИŠчš„шЗЏчКПхЗВцИ…щ™Є +luckperms.command.track.append.success=цƒщ™чЛ„ {0} шЂЋщ™„хŠ хˆАцƒщ™чЛ„шЗЏчКП {1} фИ­ +luckperms.command.track.insert.success=цƒщ™чЛ„ {0} шЂЋц’х…ЅхˆАцƒщ™чЛ„шЗЏчКП {1} чš„фНчНЎ {2} +luckperms.command.track.insert.error-number=щœ€шІц•Ах­—, фН†ц”ЖхˆА\: {0} +luckperms.command.track.insert.error-invalid-pos=ц— цГ•ц’х…ЅфНчНЎ {0} +luckperms.command.track.insert.error-invalid-pos-reason=ц— ц•ˆфНчНЎ +luckperms.command.track.remove.success=цƒщ™чЛ„ {0} хЗВфЛŽцƒщ™чЛ„шЗЏчКП {1} фИ­чЇЛщ™Є +luckperms.command.track.error-empty={0} фИшƒНфНПч”Ј, х› фИКхЎƒц˜ЏчЉКчš„цˆ–хЊхŒ…хЋфИ€фИЊчЛ„ +luckperms.command.track.error-multiple-groups={0} ц˜Џц­Єцƒщ™чЛ„шЗЏчКПфИŠхЄšфИЊчЛ„чš„цˆх‘˜ +luckperms.command.track.error-ambiguous=ц— цГ•чЁЎхЎšх…ЖфНчНЎ +luckperms.command.track.already-contains={0} хЗВчЛхŒ…хЋ {1} +luckperms.command.track.doesnt-contain={0} цВЁцœ‰хŒ…хЋ {1} +luckperms.command.log.load-error=ц— цГ•хŠ шННц—ЅхП— +luckperms.command.log.invalid-page=щЁЕч ц— ц•ˆ +luckperms.command.log.invalid-page-range=шЏЗшО“х…ЅфИ€фИЊфЛ‹фКŽ {0} х’Œ {1} фЙ‹щ—Дчš„х€М +luckperms.command.log.empty=цВЁцœ‰хЏц˜ОчЄКчš„ц—ЅхП—цЁч›Ў +luckperms.command.log.notify.error-console=ц— цГ•хˆ‡цЂцŽЇхˆЖхАчš„щ€šчŸЅ +luckperms.command.log.notify.enabled-term=хЏч”Ј +luckperms.command.log.notify.disabled-term=чІч”Ј +luckperms.command.log.notify.changed-state={0} ц—ЅхП—шО“х‡К +luckperms.command.log.notify.already-on=фН хЗВчЛхœЈцŽЅц”Жщ€šчŸЅ +luckperms.command.log.notify.already-off=фН ч›Ўх‰хЙЖцœЊцŽЅц”Жщ€šчŸЅ +luckperms.command.log.notify.invalid-state=чŠЖц€цœЊчŸЅ. щœ€шІ {0} цˆ– {1} +luckperms.command.log.show.search=ц˜ОчЄКхŒ…хЋцŸЅшЏЂх†…хЎЙ {0} чš„цœ€шП‘чš„ц“фНœ +luckperms.command.log.show.recent=ц˜ОчЄКцœ€шП‘чš„ц“фНœ +luckperms.command.log.show.by=ц˜ОчЄК {0} цœ€шП‘чš„ц“фНœ +luckperms.command.log.show.history=ц˜ОчЄК {0} {1} чš„хކхВшЎАхН• +luckperms.command.export.error-term=щ”™шЏЏ +luckperms.command.export.already-running=хІфИ€фИЊхЏМх‡КшП‡чЈ‹ц­ЃхœЈшПшЁŒ +luckperms.command.export.file.already-exists=ц–‡фЛЖ {0} хЗВх­˜хœЈ +luckperms.command.export.file.not-writable=ц–‡фЛЖ {0} ц— цГ•шЂЋх†™х…Ѕ +luckperms.command.export.file.success=хЗВцˆхŠŸхЏМх‡КхˆА {0} +luckperms.command.export.file-unexpected-error-writing=хœЈх†™х…Ѕц–‡фЛЖц—Жх‘ч”ŸфК†ц„хЄ–чš„щ”™шЏЏ +luckperms.command.export.web.export-code=хЏМх‡КфЛЃч  +luckperms.command.export.web.import-command-description=фНПч”ЈфЛЅфИ‹х‘НфЛЄхЏМх…Ѕ +luckperms.command.import.term=хЏМх…Ѕ +luckperms.command.import.error-term=щ”™шЏЏ +luckperms.command.import.already-running=хІфИ€фИЊхЏМх…ЅшП‡чЈ‹хЗВчЛхœЈшПшЁŒ +luckperms.command.import.file.doesnt-exist=ц–‡фЛЖ {0} фИх­˜хœЈ +luckperms.command.import.file.not-readable=ц–‡фЛЖ {0} фИхЏшЏЛ +luckperms.command.import.file.unexpected-error-reading=хœЈшЏЛх–хЏМх…Ѕц–‡фЛЖц—Жх‘ч”ŸфК†ц„хЄ–чš„щ”™шЏЏ +luckperms.command.import.file.correct-format=шП™ц˜Џц­ЃчЁЎчš„ц МхМх—яМŸ +luckperms.command.import.web.unable-to-read=ц— цГ•фНПч”ЈчЛ™хЎšчš„фЛЃч шЏЛх–ц•АцЎ +luckperms.command.import.progress.percent=хЗВхЎŒцˆ{0}% +luckperms.command.import.progress.operations={0}/{1} ц“фНœхЎŒцˆ +luckperms.command.import.starting=ц­ЃхœЈхМ€хЇ‹хЏМх…ЅшП‡чЈ‹ +luckperms.command.import.completed=хЗВхЎŒцˆ +luckperms.command.import.duration=шŠБшДЙфК† {0} чЇ’ +luckperms.command.bulkupdate.must-use-console=ц‰Йщ‡ц›Дц–Ах‘НфЛЄхЊшƒНхœЈцŽЇхˆЖхАфНПч”Ј +luckperms.command.bulkupdate.invalid-data-type=ц— ц•ˆчš„чБЛхž‹, щœ€шІ {0} +luckperms.command.bulkupdate.invalid-constraint=ц— ц•ˆчš„чКІцŸ {0} +luckperms.command.bulkupdate.invalid-constraint-format=чКІцŸхК”щЕхОЊц МхМ {0} +luckperms.command.bulkupdate.invalid-comparison=ц— ц•ˆчš„цЏ”шОƒшПчЎ—чЌІ {0} +luckperms.command.bulkupdate.invalid-comparison-format=щœ€шІфИКфЛЅфИ‹фЙ‹фИ€\: {0} +luckperms.command.bulkupdate.queued=ц‰Йщ‡ц›Дц–Ац“фНœцŽ’щ˜ŸфИ­ +luckperms.command.bulkupdate.confirm=шПшЁŒ {0} цЅц‰ЇшЁŒц›Дц–А +luckperms.command.bulkupdate.unknown-id=IDфИК {0} чš„ц“фНœфИх­˜хœЈцˆ–хЗВшП‡цœŸ +luckperms.command.bulkupdate.starting=ц­ЃхœЈшП›шЁŒц‰Йщ‡ц›Дц–А +luckperms.command.bulkupdate.success=ц‰Йщ‡ц›Дц–АхЗВцˆхŠŸхЎŒцˆ +luckperms.command.bulkupdate.success.statistics.nodes=х—хНБх“чš„шŠ‚ч‚Йц€Лц•А +luckperms.command.bulkupdate.success.statistics.users=х—хНБх“чš„ч”ЈцˆЗц€Лц•А +luckperms.command.bulkupdate.success.statistics.groups=х—хНБх“чš„цƒщ™чЛ„ц€Лц•А +luckperms.command.bulkupdate.failure=ц‰Йщ‡ц›Дц–АхЄБшДЅ, шЏЗцЃ€цŸЅцŽЇхˆЖхАшŽЗхО—щ”™шЏЏфПЁцЏ +luckperms.command.update-task.request=хЗВшЏЗцБ‚ц›Дц–АфЛЛхŠЁ, шЏЗчЈх€™ +luckperms.command.update-task.complete=ц›Дц–АфЛЛхŠЁхЗВхЎŒцˆ +luckperms.command.update-task.push.attempting=ц­ЃхœЈхАшЏ•цŽЈщ€ш‡Гх…ЖфЛ–цœхŠЁх™Ј +luckperms.command.update-task.push.complete=хЗВцˆхŠŸщ€šшП‡ {0} щ€šчŸЅх…ЖхЎƒцœхŠЁх™Ј +luckperms.command.update-task.push.error=хœЈх‘х…ЖфЛ–цœхŠЁх™ЈцŽЈщ€ц›Дц”Йц—Жх‘ч”ŸфК†щ”™шЏЏ +luckperms.command.update-task.push.error-not-setup=ц— цГ•хА†ц›Дц”ЙцŽЈщ€хˆАх…ЖфЛ–цœхŠЁх™Ј, х› фИКцЖˆцЏцœхŠЁхАšцœЊщ…чНЎ +luckperms.command.reload-config.success=хЗВщ‡ц–АхŠ шННщ…чНЎц–‡фЛЖ +luckperms.command.reload-config.restart-note=цŸфК›щ€‰щЁЙфЛ…хœЈцœхŠЁх™Јщ‡ц–АхЏхŠЈхŽц‰хК”ч”Ј +luckperms.command.translations.searching=ц­ЃхœЈцœчДЂхЏч”Јчš„чПЛшЏ‘, шЏЗчЈх€™... +luckperms.command.translations.searching-error=ц— цГ•шŽЗхО—хЏч”ЈчПЛшЏ‘чš„хˆ—шЁЈ +luckperms.command.translations.installed-translations=хЗВхЎ‰шЃ…чš„чПЛшЏ‘ +luckperms.command.translations.available-translations=хЏч”Јчš„чПЛшЏ‘ +luckperms.command.translations.percent-translated=хЗВчПЛшЏ‘{0}% +luckperms.command.translations.translations-by=ч”Б +luckperms.command.translations.installing=ц­ЃхœЈхЎ‰шЃ…чПЛшЏ‘, шЏЗчЈх€™... +luckperms.command.translations.download-error=ц— цГ•фИ‹шНН {0} чš„чПЛшЏ‘ +luckperms.command.translations.installing-specific=ц­ЃхœЈхЎ‰шЃ…шЏ­шЈ€ {0}... +luckperms.command.translations.install-complete=хЎ‰шЃ…хЗВхЎŒцˆ +luckperms.command.translations.download-prompt=фНПч”Ј {0} фИ‹шННхЙЖхЎ‰шЃ…ч”БчЄОхŒКцфО›чš„чПЛшЏ‘чš„цœ€ц–Ач‰ˆцœЌ +luckperms.command.translations.download-override-warning=шЏЗцГЈц„, ц­Єц“фНœхА†фМšшІ†ч›–ц‚ЈхЏЙшП™фК›шЏ­шЈ€хšх‡Кчš„фЛЛфН•ц›Дц”Й +luckperms.usage.user.description=ч”ЈфКŽхœЈ LuckPerms фИ­чЎЁч†ч”ЈцˆЗчš„х‘НфЛЄ. (LuckPerms фИ­чš„ "user" фЛЃшЁЈчŽЉхЎЖ, хЏфЛЅхМ•ч”Ј UUID цˆ–ч”ЈцˆЗхчЇА) +luckperms.usage.group.description=ч”ЈфКŽхœЈ LuckPerms фИ­чЎЁч†цƒщ™чЛ„чš„х‘НфЛЄ. цƒщ™чЛ„хЊц˜ЏхЏфЛЅцŽˆфКˆч”ЈцˆЗчš„цƒщ™хˆ†щ…чš„щ›†хˆ, фНПч”Ј ''''creategroup'''' х‘НфЛЄхˆ›хЛКц–АчЛ„ +luckperms.usage.track.description=ч”ЈфКŽхœЈ LuckPerms фИ­чЎЁч†цƒщ™чЛ„шЗЏчКПчš„х‘НфЛЄ. цƒщ™чЛ„шЗЏчКПц˜ЏфИ€чЛ„цœ‰хКчš„цƒщ™чЛ„, хЏч”ЈфКŽхЎšфЙ‰ц™‹х‡х’Œщ™чКЇ +luckperms.usage.log.description=ч”ЈфКŽхœЈ LuckPerms фИ­чЎЁч†ц—ЅхП—шЎАхН•хŠŸшƒНчš„х‘НфЛЄ. +luckperms.usage.sync.description=хА†ц’фЛЖх­˜х‚ЈфИ­чš„ц‰€цœ‰ц•АцЎщ‡ц–АхŠ шННхˆАх†…х­˜фИ­, хЙЖхК”ч”ЈцЃ€цЕ‹хˆАчš„фЛЛфН•ц›Дц”Й. +luckperms.usage.info.description=ц‰“хАх…ГфКŽхН“х‰ц’фЛЖхЎžфО‹чš„фИ€шˆЌфПЁцЏ. +luckperms.usage.editor.description=хˆ›хЛКфИ€фИЊц–Ачš„чН‘щЁЕчМ–шО‘х™ЈфМšшЏ +luckperms.usage.editor.argument.type=шІхŠ шННхˆАчМ–шО‘х™ЈфИ­чš„чБЛхž‹. (''''all'''', ''''users'''' цˆ– ''''groups'''') +luckperms.usage.editor.argument.filter=шП‡цЛЄч”ЈцˆЗцЁч›Ўчš„цƒщ™ +luckperms.usage.verbose.description=цŽЇхˆЖц’фЛЖчš„шЏІчЛ†ц—ЅхП—чГЛчЛŸ +luckperms.usage.verbose.argument.action=хЏч”Ј/чІч”Јц—ЅхП—шЎАхН•, цˆ–фИŠфМ шЎАхН•чš„шО“х‡К +luckperms.usage.verbose.argument.filter=хŒЙщ…цЁч›Ўчš„шП‡цЛЄх™Ј +luckperms.usage.verbose.argument.commandas=шІшПшЁŒх‘НфЛЄчš„чŽЉхЎЖх’ŒшІшПшЁŒчš„х‘НфЛЄ +luckperms.usage.tree.description=ч”Ÿцˆ LuckPerms хЗВчŸЅчš„ц‰€цœ‰цƒщ™чš„ц ‘шЇ†х›О (цœ‰хКхˆ—шЁЈхБ‚цЌЁчЛ“цž„) +luckperms.usage.tree.argument.scope=ц ‘чš„ц Й. цŒ‡хЎš "." фЛЅхŒ…хЋц‰€цœ‰цƒщ™ +luckperms.usage.tree.argument.player=шІцЃ€цŸЅчš„хœЈчКПчŽЉхЎЖчš„хчЇА +luckperms.usage.search.description=цœчДЂх…Зцœ‰ч‰ЙхЎšцƒщ™чš„ч”ЈцˆЗх’Œцƒщ™чЛ„ +luckperms.usage.search.argument.permission=шІцœчДЂчš„цƒщ™ +luckperms.usage.search.argument.page=шІцŸЅчœ‹чš„щЁЕ +luckperms.usage.network-sync.description=фИŽх­˜х‚ЈхŒц­Ѕц›Дц”ЙхЙЖшЏЗцБ‚чН‘чЛœфИŠчš„ц‰€цœ‰х…ЖфЛ–цœхŠЁх™ЈфЙŸшП™ц Зхš +luckperms.usage.import.description=фЛŽх…ˆх‰хЏМх‡Кчš„ц–‡фЛЖхЏМх…Ѕц•АцЎ +luckperms.usage.import.argument.file=шІхЏМх…Ѕчš„ц–‡фЛЖ +luckperms.usage.import.argument.replace=ц›ПцЂчŽАцœ‰ц•АцЎш€ŒфИц˜ЏхˆхЙЖ +luckperms.usage.import.argument.upload=фИŠфМ х…ˆх‰хЏМх‡Кчš„ц•АцЎ +luckperms.usage.export.description=хА†ц‰€цœ‰цƒщ™ц•АцЎхЏМх‡КхˆАцŒ‡хЎšц–‡фЛЖ. фЛЅхŽхЏфЛЅщ‡ц–АхЏМх…Ѕ. +luckperms.usage.export.argument.file=шІхЏМх‡Кчš„ц–‡фЛЖ +luckperms.usage.export.argument.without-users=хА†ч”ЈцˆЗфЛŽхЏМх‡КфИ­цŽ’щ™Є +luckperms.usage.export.argument.without-groups=хА†цƒщ™чЛ„фЛŽхЏМх‡КфИ­цŽ’щ™Є +luckperms.usage.export.argument.upload=хА†ц‰€цœ‰цƒщ™ц•АцЎфИŠфМ хˆАчН‘чЛœ. чЈхŽхЏфЛЅщ‡ц–АхЏМх…Ѕ(цœ€хЄšфПч•™14хЄЉ). +luckperms.usage.reload-config.description=щ‡ц–АхŠ шННфИ€фК›щ…чНЎщ€‰щЁЙ +luckperms.usage.bulk-update.description=хœЈц‰€цœ‰ц•АцЎфИŠц‰ЇшЁŒц‰Йщ‡х˜ц›ДцŸЅшЏЂ +luckperms.usage.bulk-update.argument.data-type=шІц›Дц”Йчš„ц•АцЎчБЛхž‹. ("all", "users" цˆ– "groups") +luckperms.usage.bulk-update.argument.action=шІхЏЙц•АцЎц‰ЇшЁŒчš„ц“фНœ. ("update" цˆ– "delete") +luckperms.usage.bulk-update.argument.action-field=шІц›Дц–Ачš„х­—цЎЕ. фЛ…"update"ц“фНœщœ€шІ. ("permission", "server" цˆ– "world") +luckperms.usage.bulk-update.argument.action-value=шІц›ПцЂцˆчš„х€М. фЛ…"update"ц“фНœщœ€шІ. +luckperms.usage.bulk-update.argument.constraint=ц›Дц–Ац‰€щœ€чš„щ™хˆЖцЁфЛЖ +luckperms.usage.translations.description=чЎЁч†чПЛшЏ‘ +luckperms.usage.translations.argument.install=хЎ‰шЃ…чПЛшЏ‘чš„х­х‘НфЛЄ +luckperms.usage.apply-edits.description=хК”ч”ЈфЛŽчН‘щЁЕчМ–шО‘х™Јц‰€хšчš„цƒщ™ц›Дц”Й +luckperms.usage.apply-edits.argument.code=ц•АцЎчš„х”ЏфИ€фЛЃч  +luckperms.usage.apply-edits.argument.target=хА†ц•АцЎхК”ч”ЈхˆАшА +luckperms.usage.create-group.description=хˆ›хЛКфИ€фИЊц–Ачš„цƒщ™чЛ„ +luckperms.usage.create-group.argument.name=цƒщ™чЛ„чš„хчЇА +luckperms.usage.create-group.argument.weight=цƒщ™чЛ„чš„цƒщ‡ +luckperms.usage.create-group.argument.display-name=цƒщ™чЛ„чš„ц˜ОчЄКхчЇА +luckperms.usage.delete-group.description=хˆ щ™ЄфИ€фИЊцƒщ™чЛ„ +luckperms.usage.delete-group.argument.name=цƒщ™чЛ„чš„хчЇА +luckperms.usage.list-groups.description=хˆ—х‡КхЙГхАфИŠчš„ц‰€цœ‰цƒщ™чЛ„ +luckperms.usage.create-track.description=хˆ›хЛКфИ€фИЊц–Ачš„цƒщ™чЛ„шЗЏчКП +luckperms.usage.create-track.argument.name=цƒщ™чЛ„шЗЏчКПчš„хчЇА +luckperms.usage.delete-track.description=хˆ щ™ЄфИ€фИЊцƒщ™чЛ„шЗЏчКП +luckperms.usage.delete-track.argument.name=цƒщ™чЛ„шЗЏчКПчš„хчЇА +luckperms.usage.list-tracks.description=хˆ—х‡КхЙГхАфИŠчš„ц‰€цœ‰цƒщ™чЛ„шЗЏчКП +luckperms.usage.user-info.description=ц˜ОчЄКч”ЈцˆЗфПЁцЏ +luckperms.usage.user-switchprimarygroup.description=хˆ‡цЂч”ЈцˆЗчš„фИЛчЛ„ +luckperms.usage.user-switchprimarygroup.argument.group=шІхˆ‡цЂхˆАчš„цƒщ™чЛ„ +luckperms.usage.user-promote.description=хœЈцŒ‡хЎšчš„цƒщ™чЛ„шЗЏчКПфИŠцх‡ч”ЈцˆЗ +luckperms.usage.user-promote.argument.track=шІцх‡ч”ЈцˆЗчš„цƒщ™чЛ„шЗЏчКП +luckperms.usage.user-promote.argument.context=шІцх‡ч”ЈцˆЗчš„цƒ…хЂƒ +luckperms.usage.user-promote.argument.dont-add-to-first=хЊцœ‰хН“ч”ЈцˆЗхЗВчЛхœЈцƒщ™чЛ„шЗЏчКПфИŠц—Жц‰шП›шЁŒцх‡ +luckperms.usage.user-demote.description=хœЈцŒ‡хЎšчš„цƒщ™чЛ„шЗЏчКПфИŠщ™чКЇч”ЈцˆЗ +luckperms.usage.user-demote.argument.track=шІщ™чКЇч”ЈцˆЗчš„цƒщ™чЛ„шЗЏчКП +luckperms.usage.user-demote.argument.context=шІщ™чКЇч”ЈцˆЗчš„цƒ…хЂƒ +luckperms.usage.user-demote.argument.dont-remove-from-first=щ˜Вц­ЂхА†ч”ЈцˆЗфЛŽчЌЌфИ€фИЊчЛ„фИ­чЇЛщ™Є +luckperms.usage.user-clone.description=х…‹щš†ч”ЈцˆЗ +luckperms.usage.user-clone.argument.user=шІх…‹щš†хˆАчš„ч”ЈцˆЗхчЇАцˆ–UUID +luckperms.usage.group-info.description=цфО›х…ГфКŽцƒщ™чЛ„чš„фПЁцЏ +luckperms.usage.group-listmembers.description=ц˜ОчЄКчЛЇц‰Пц­ЄчЛ„чš„ч”ЈцˆЗх’Œцƒщ™чЛ„ +luckperms.usage.group-listmembers.argument.page=шІцŸЅчœ‹чš„щЁЕ +luckperms.usage.group-setweight.description=шЎОчНЎцƒщ™чЛ„чš„цƒщ‡ +luckperms.usage.group-setweight.argument.weight=шІшЎОчНЎчš„цƒщ‡ +luckperms.usage.group-set-display-name.description=шЎОчНЎцƒщ™чЛ„чš„ц˜ОчЄКхчЇА +luckperms.usage.group-set-display-name.argument.name=шІшЎОчНЎчš„хчЇА +luckperms.usage.group-set-display-name.argument.context=шІшЎОчНЎхчЇАчš„цƒ…хЂƒ +luckperms.usage.group-rename.description=щ‡х‘Нхцƒщ™чЛ„ +luckperms.usage.group-rename.argument.name=ц–Ачš„хчЇА +luckperms.usage.group-clone.description=х…‹щš†цƒщ™чЛ„ +luckperms.usage.group-clone.argument.name=шІх…‹щš†хˆАчš„цƒщ™чЛ„хчЇА +luckperms.usage.holder-editor.description=ц‰“хМ€чН‘щЁЕцƒщ™чМ–шО‘х™Ј +luckperms.usage.holder-showtracks.description=хˆ—х‡КхЏЙшБЁц‰€хœЈчš„цƒщ™чЛ„шЗЏчКП +luckperms.usage.holder-clear.description=чЇЛщ™Єц‰€цœ‰цƒщ™у€чˆЖцƒщ™чЛ„х’Œх…ƒц•АцЎ +luckperms.usage.holder-clear.argument.context=шІшП‡цЛЄчš„цƒ…хЂƒяМš +luckperms.usage.permission.description=чМ–шО‘цƒщ™ +luckperms.usage.parent.description=чМ–шО‘чЛЇц‰П +luckperms.usage.meta.description=чМ–шО‘х…ƒц•АцЎх€М +luckperms.usage.permission-info.description=хˆ—х‡КхЏЙшБЁц‹Ѕцœ‰чš„цƒщ™шŠ‚ч‚Й +luckperms.usage.permission-info.argument.page=шІцŸЅчœ‹чš„щЁЕ +luckperms.usage.permission-info.argument.sort-mode=хІ‚фН•цŽ’хКцЁч›Ў +luckperms.usage.permission-set.description=шЎОчНЎхЏЙшБЁчš„цƒщ™ +luckperms.usage.permission-set.argument.node=шІшЎОчНЎчš„цƒщ™шŠ‚ч‚Й +luckperms.usage.permission-set.argument.value=шŠ‚ч‚Йчš„х€М +luckperms.usage.permission-set.argument.context=шІцЗЛхŠ цƒщ™чš„цƒ…хЂƒ +luckperms.usage.permission-unset.description=х–цЖˆшЎОчНЎхЏЙшБЁчš„цƒщ™ +luckperms.usage.permission-unset.argument.node=шІх–цЖˆшЎОчНЎчš„цƒщ™шŠ‚ч‚Й +luckperms.usage.permission-unset.argument.context=шІх–цЖˆшЎОчНЎцƒщ™чš„цƒ…хЂƒ +luckperms.usage.permission-settemp.description=фИДц—ЖшЎОчНЎхЏЙшБЁчš„цƒщ™ +luckperms.usage.permission-settemp.argument.node=шІшЎОчНЎчš„цƒщ™шŠ‚ч‚Й +luckperms.usage.permission-settemp.argument.value=шŠ‚ч‚Йчš„х€М +luckperms.usage.permission-settemp.argument.duration=цƒщ™шŠ‚ч‚Йчš„цœ‰ц•ˆцœŸ +luckperms.usage.permission-settemp.argument.temporary-modifier=шІхІ‚фН•хК”ч”ЈфИДц—Жцƒщ™ +luckperms.usage.permission-settemp.argument.context=шІцЗЛхŠ цƒщ™чš„цƒ…хЂƒ +luckperms.usage.permission-unsettemp.description=х–цЖˆшЎОчНЎхЏЙшБЁчš„фИДц—Жцƒщ™ +luckperms.usage.permission-unsettemp.argument.node=шІх–цЖˆшЎОчНЎчš„цƒщ™шŠ‚ч‚Й +luckperms.usage.permission-unsettemp.argument.duration=шІх‡хŽЛчš„цœ‰ц•ˆцœŸ +luckperms.usage.permission-unsettemp.argument.context=шІх–цЖˆшЎОчНЎцƒщ™чš„цƒ…хЂƒ +luckperms.usage.permission-check.description=цЃ€цŸЅхЏЙшБЁц˜ЏхІц‹Ѕцœ‰ч‰ЙхЎšчš„цƒщ™шŠ‚ч‚Й +luckperms.usage.permission-check.argument.node=шІцЃ€цŸЅчš„цƒщ™шŠ‚ч‚Й +luckperms.usage.permission-clear.description=цИ…щ™Єц‰€цœ‰цƒщ™ +luckperms.usage.permission-clear.argument.context=шІшП‡цЛЄчš„цƒ…хЂƒяМš +luckperms.usage.parent-info.description=хˆ—х‡КшЏЅхЏЙшБЁчЛЇц‰Пчš„цƒщ™чЛ„ +luckperms.usage.parent-info.argument.page=шІцŸЅчœ‹чš„щЁЕ +luckperms.usage.parent-info.argument.sort-mode=хІ‚фН•цŽ’хКцЁч›Ў +luckperms.usage.parent-set.description=чЇЛщ™ЄхЏЙшБЁхЗВчЛчЛЇц‰Пчš„ц‰€цœ‰цƒщ™чЛ„хЙЖхА†х…ЖцЗЛхŠ хˆАчЛ™хЎšчš„цƒщ™чЛ„фИ­ +luckperms.usage.parent-set.argument.group=шІшЎОчНЎчš„цƒщ™чЛ„ +luckperms.usage.parent-set.argument.context=шІшЎОчНЎцƒщ™чЛ„чš„цƒ…хЂƒ +luckperms.usage.parent-add.description=фИКхЏЙшБЁцЗЛхŠ хІфИ€фИЊшІчЛЇц‰Пчš„цƒщ™чЛ„фЛЅфЛŽх…ЖчЛЇц‰Пцƒщ™ +luckperms.usage.parent-add.argument.group=шІчЛЇц‰Пчš„цƒщ™чЛ„ +luckperms.usage.parent-add.argument.context=шІчЛЇц‰Пцƒщ™чЛ„чš„цƒ…хЂƒ +luckperms.usage.parent-remove.description=чЇЛщ™Єх…ˆх‰чЛЇц‰Пчš„цŸфИЊчЛ„ +luckperms.usage.parent-remove.argument.group=шІчЇЛщ™Єчš„цƒщ™чЛ„ +luckperms.usage.parent-remove.argument.context=шІчЇЛщ™Єцƒщ™чЛ„чš„цƒ…хЂƒ +luckperms.usage.parent-set-track.description=чЇЛщ™ЄхЏЙшБЁхЗВчЛчЛЇц‰Пчš„ц‰€цœ‰хŒ…хЋхœЈчЛ™хЎšцƒщ™чЛ„шЗЏчКПфИŠчš„цƒщ™чЛ„хЙЖхА†х…ЖцЗЛхŠ хˆАчЛ™хЎšчš„цƒщ™чЛ„фИ­ +luckperms.usage.parent-set-track.argument.track=ч”ЈфКŽшЎОчНЎчš„цƒщ™чЛ„шЗЏчКП +luckperms.usage.parent-set-track.argument.group=шІшЎОчНЎчš„цƒщ™чЛ„, цˆ–шЏЅцƒщ™чЛ„хœЈчЛ™хЎšцƒщ™чЛ„шЗЏчКПфИŠчš„фНчНЎ +luckperms.usage.parent-set-track.argument.context=шІшЎОчНЎцƒщ™чЛ„чš„цƒ…хЂƒ +luckperms.usage.parent-add-temp.description=фИКхЏЙшБЁцЗЛхŠ хІфИ€фИЊшІфИДц—ЖчЛЇц‰Пчš„цƒщ™чЛ„фЛЅфЛŽх…ЖчЛЇц‰Пцƒщ™ +luckperms.usage.parent-add-temp.argument.group=шІчЛЇц‰Пчš„цƒщ™чЛ„ +luckperms.usage.parent-add-temp.argument.duration=фИДц—Жцƒщ™чЛ„чš„цœ‰ц•ˆцœŸ +luckperms.usage.parent-add-temp.argument.temporary-modifier=шІхІ‚фН•хК”ч”ЈфИДц—Жцƒщ™ +luckperms.usage.parent-add-temp.argument.context=шІчЛЇц‰Пцƒщ™чЛ„чš„цƒ…хЂƒ +luckperms.usage.parent-remove-temp.description=чЇЛщ™Єх…ˆх‰фИДц—ЖчЛЇц‰Пчš„цŸфИЊчЛ„ +luckperms.usage.parent-remove-temp.argument.group=шІчЇЛщ™Єчš„цƒщ™чЛ„ +luckperms.usage.parent-remove-temp.argument.duration=шІх‡хŽЛчš„цœ‰ц•ˆцœŸ +luckperms.usage.parent-remove-temp.argument.context=шІчЇЛщ™Єцƒщ™чЛ„чš„цƒ…хЂƒ +luckperms.usage.parent-clear.description=цИ…щ™Єц‰€цœ‰чˆЖцƒщ™чЛ„ +luckperms.usage.parent-clear.argument.context=шІшП‡цЛЄчš„цƒ…хЂƒяМš +luckperms.usage.parent-clear-track.description=цИ…щ™ЄхŒ…хЋхœЈчЛ™хЎšцƒщ™чЛ„шЗЏчКПфИŠчš„ц‰€цœ‰чˆЖцƒщ™чЛ„ +luckperms.usage.parent-clear-track.argument.track=ч”ЈфКŽцИ…щ™Єчš„цƒщ™чЛ„шЗЏчКП +luckperms.usage.parent-clear-track.argument.context=шІшП‡цЛЄчš„цƒ…хЂƒяМš +luckperms.usage.meta-info.description=ц˜ОчЄКц‰€цœ‰шŠхЄЉх…ƒц•АцЎ +luckperms.usage.meta-set.description=шЎОчНЎх…ƒц•АцЎх€М +luckperms.usage.meta-set.argument.key=шІшЎОчНЎчš„щ”Ў +luckperms.usage.meta-set.argument.value=шІшЎОчНЎчš„х€М +luckperms.usage.meta-set.argument.context=шІцЗЛхŠ х…ƒц•АцЎчš„цƒ…хЂƒ +luckperms.usage.meta-unset.description=х–цЖˆшЎОчНЎх…ƒц•АцЎх€М +luckperms.usage.meta-unset.argument.key=шІх–цЖˆшЎОчНЎчš„щ”Ў +luckperms.usage.meta-unset.argument.context=шІчЇЛщ™Єх…ƒц•АцЎчš„цƒ…хЂƒ +luckperms.usage.meta-settemp.description=фИДц—ЖшЎОчНЎх…ƒц•АцЎх€М +luckperms.usage.meta-settemp.argument.key=шІшЎОчНЎчš„щ”Ў +luckperms.usage.meta-settemp.argument.value=шІшЎОчНЎчš„х€М +luckperms.usage.meta-settemp.argument.duration=х…ƒц•АцЎх€Мчš„цœ‰ц•ˆцœŸ +luckperms.usage.meta-settemp.argument.context=шІцЗЛхŠ х…ƒц•АцЎчš„цƒ…хЂƒ +luckperms.usage.meta-unsettemp.description=х–цЖˆшЎОчНЎфИДц—Жх…ƒц•АцЎх€М +luckperms.usage.meta-unsettemp.argument.key=шІх–цЖˆшЎОчНЎчš„щ”Ў +luckperms.usage.meta-unsettemp.argument.context=шІчЇЛщ™Єх…ƒц•АцЎчš„цƒ…хЂƒ +luckperms.usage.meta-addprefix.description=цЗЛхŠ фИ€фИЊх‰чМ€ +luckperms.usage.meta-addprefix.argument.priority=шІцЗЛхŠ чš„х‰чМ€чš„ф̘х…ˆчКЇ +luckperms.usage.meta-addprefix.argument.prefix=шІцЗЛхŠ чš„х‰чМ€ +luckperms.usage.meta-addprefix.argument.context=шІцЗЛхŠ х‰чМ€чš„цƒ…хЂƒ +luckperms.usage.meta-addsuffix.description=цЗЛхŠ фИ€фИЊхŽчМ€ +luckperms.usage.meta-addsuffix.argument.priority=шІцЗЛхŠ чš„хŽчМ€чš„ф̘х…ˆчКЇ +luckperms.usage.meta-addsuffix.argument.suffix=шІцЗЛхŠ чš„хŽчМ€ +luckperms.usage.meta-addsuffix.argument.context=шІцЗЛхŠ хŽчМ€чš„цƒ…хЂƒ +luckperms.usage.meta-setprefix.description=шЎОчНЎфИ€фИЊх‰чМ€ +luckperms.usage.meta-setprefix.argument.priority=шІшЎОчНЎчš„х‰чМ€чš„ф̘х…ˆчКЇ +luckperms.usage.meta-setprefix.argument.prefix=шІшЎОчНЎчš„х‰чМ€ +luckperms.usage.meta-setprefix.argument.context=шІшЎОчНЎх‰чМ€чš„цƒ…хЂƒ +luckperms.usage.meta-setsuffix.description=шЎОчНЎфИ€фИЊхŽчМ€ +luckperms.usage.meta-setsuffix.argument.priority=шІшЎОчНЎчš„хŽчМ€чš„ф̘х…ˆчКЇ +luckperms.usage.meta-setsuffix.argument.suffix=шІшЎОчНЎчš„хŽчМ€ +luckperms.usage.meta-setsuffix.argument.context=шІшЎОчНЎхŽчМ€чš„цƒ…хЂƒ +luckperms.usage.meta-removeprefix.description=чЇЛщ™ЄфИ€фИЊх‰чМ€ +luckperms.usage.meta-removeprefix.argument.priority=шІчЇЛщ™Єчš„х‰чМ€чš„ф̘х…ˆчКЇ +luckperms.usage.meta-removeprefix.argument.prefix=шІчЇЛщ™Єчš„х‰чМ€ +luckperms.usage.meta-removeprefix.argument.context=шІчЇЛщ™Єх‰чМ€чš„цƒ…хЂƒ +luckperms.usage.meta-removesuffix.description=чЇЛщ™ЄфИ€фИЊхŽчМ€ +luckperms.usage.meta-removesuffix.argument.priority=шІчЇЛщ™Єчš„хŽчМ€чš„ф̘х…ˆчКЇ +luckperms.usage.meta-removesuffix.argument.suffix=шІчЇЛщ™Єчš„хŽчМ€ +luckperms.usage.meta-removesuffix.argument.context=шІчЇЛщ™ЄхŽчМ€чš„цƒ…хЂƒ +luckperms.usage.meta-addtemp-prefix.description=фИДц—ЖцЗЛхŠ фИ€фИЊх‰чМ€ +luckperms.usage.meta-addtemp-prefix.argument.priority=шІцЗЛхŠ чš„х‰чМ€чš„ф̘х…ˆчКЇ +luckperms.usage.meta-addtemp-prefix.argument.prefix=шІцЗЛхŠ чš„х‰чМ€ +luckperms.usage.meta-addtemp-prefix.argument.duration=шІцЗЛхŠ чš„х‰чМ€чš„цœ‰ц•ˆцœŸ +luckperms.usage.meta-addtemp-prefix.argument.context=шІцЗЛхŠ х‰чМ€чš„цƒ…хЂƒ +luckperms.usage.meta-addtemp-suffix.description=фИДц—ЖцЗЛхŠ фИ€фИЊхŽчМ€ +luckperms.usage.meta-addtemp-suffix.argument.priority=шІцЗЛхŠ чš„хŽчМ€чš„ф̘х…ˆчКЇ +luckperms.usage.meta-addtemp-suffix.argument.suffix=шІцЗЛхŠ чš„хŽчМ€ +luckperms.usage.meta-addtemp-suffix.argument.duration=шІцЗЛхŠ чš„хŽчМ€чš„цœ‰ц•ˆцœŸ +luckperms.usage.meta-addtemp-suffix.argument.context=шІцЗЛхŠ хŽчМ€чš„цƒ…хЂƒ +luckperms.usage.meta-settemp-prefix.description=фИДц—ЖшЎОчНЎфИ€фИЊх‰чМ€ +luckperms.usage.meta-settemp-prefix.argument.priority=шІшЎОчНЎчš„х‰чМ€чš„ф̘х…ˆчКЇ +luckperms.usage.meta-settemp-prefix.argument.prefix=шІшЎОчНЎчš„х‰чМ€ +luckperms.usage.meta-settemp-prefix.argument.duration=шІшЎОчНЎчš„х‰чМ€чš„цœ‰ц•ˆцœŸ +luckperms.usage.meta-settemp-prefix.argument.context=шІшЎОчНЎх‰чМ€чš„цƒ…хЂƒ +luckperms.usage.meta-settemp-suffix.description=фИДц—ЖшЎОчНЎфИ€фИЊхŽчМ€ +luckperms.usage.meta-settemp-suffix.argument.priority=шІшЎОчНЎчš„хŽчМ€чš„ф̘х…ˆчКЇ +luckperms.usage.meta-settemp-suffix.argument.suffix=шІшЎОчНЎчš„хŽчМ€ +luckperms.usage.meta-settemp-suffix.argument.duration=шІшЎОчНЎчš„хŽчМ€чš„цœ‰ц•ˆцœŸ +luckperms.usage.meta-settemp-suffix.argument.context=шІшЎОчНЎхŽчМ€чš„цƒ…хЂƒ +luckperms.usage.meta-removetemp-prefix.description=чЇЛщ™ЄфИ€фИЊфИДц—Жх‰чМ€ +luckperms.usage.meta-removetemp-prefix.argument.priority=шІчЇЛщ™Єчš„х‰чМ€чš„ф̘х…ˆчКЇ +luckperms.usage.meta-removetemp-prefix.argument.prefix=шІчЇЛщ™Єчš„х‰чМ€ +luckperms.usage.meta-removetemp-prefix.argument.context=шІчЇЛщ™Єх‰чМ€чš„цƒ…хЂƒ +luckperms.usage.meta-removetemp-suffix.description=чЇЛщ™ЄфИ€фИЊфИДц—ЖхŽчМ€ +luckperms.usage.meta-removetemp-suffix.argument.priority=шІчЇЛщ™Єчš„хŽчМ€чš„ф̘х…ˆчКЇ +luckperms.usage.meta-removetemp-suffix.argument.suffix=шІчЇЛщ™Єчš„хŽчМ€ +luckperms.usage.meta-removetemp-suffix.argument.context=шІчЇЛщ™ЄхŽчМ€чš„цƒ…хЂƒ +luckperms.usage.meta-clear.description=цИ…щ™Єц‰€цœ‰х…ƒц•АцЎ +luckperms.usage.meta-clear.argument.type=шІчЇЛщ™Єчš„х…ƒц•АцЎчš„чБЛхž‹ +luckperms.usage.meta-clear.argument.context=шІшП‡цЛЄчš„цƒ…хЂƒяМš +luckperms.usage.track-info.description=цфО›х…ГфКŽцƒщ™чЛ„шЗЏчКПчš„фПЁцЏ +luckperms.usage.track-editor.description=ц‰“хМ€чН‘щЁЕцƒщ™чМ–шО‘х™Ј +luckperms.usage.track-append.description=хА†фИ€фИЊцƒщ™чЛ„щ™„хŠ хˆАцƒщ™чЛ„шЗЏчКПчš„цœЋхАО +luckperms.usage.track-append.argument.group=шІцЗЛхŠ чš„цƒщ™чЛ„ +luckperms.usage.track-insert.description=хœЈцƒщ™чЛ„шЗЏчКПчš„цŒ‡хЎšфНчНЎц’х…Ѕцƒщ™чЛ„ +luckperms.usage.track-insert.argument.group=шІц’х…Ѕчš„цƒщ™чЛ„ +luckperms.usage.track-insert.argument.position=шІц’х…Ѕцƒщ™чЛ„чš„фНчНЎ (цƒщ™чЛ„шЗЏчКПфИŠчš„чЌЌфИ€фИЊфНчНЎц˜Џ1) +luckperms.usage.track-remove.description=фЛŽцƒщ™чЛ„шЗЏчКПфИ­чЇЛщ™ЄфИ€фИЊцƒщ™чЛ„ +luckperms.usage.track-remove.argument.group=шІчЇЛщ™Єчš„цƒщ™чЛ„ +luckperms.usage.track-clear.description=цИ…щ™Єцƒщ™чЛ„шЗЏчКПфИŠчš„цƒщ™чЛ„ +luckperms.usage.track-rename.description=щ‡х‘Нхцƒщ™чЛ„шЗЏчКП +luckperms.usage.track-rename.argument.name=ц–Ачš„хчЇА +luckperms.usage.track-clone.description=х…‹щš†цƒщ™чЛ„шЗЏчКП +luckperms.usage.track-clone.argument.name=шІх…‹щš†хˆАчš„цƒщ™чЛ„шЗЏчКПхчЇА +luckperms.usage.log-recent.description=цŸЅчœ‹цœ€шП‘чš„ц“фНœ +luckperms.usage.log-recent.argument.user=шІшП‡цЛЄчš„ч”ЈцˆЗхчЇАцˆ–UUID +luckperms.usage.log-recent.argument.page=шІцŸЅчœ‹чš„щЁЕч  +luckperms.usage.log-search.description=хœЈц—ЅхП—фИ­цœчДЂцЁч›Ў +luckperms.usage.log-search.argument.query=шІцœчДЂчš„х†…хЎЙ +luckperms.usage.log-search.argument.page=шІцŸЅчœ‹чš„щЁЕч  +luckperms.usage.log-notify.description=хМ€х…Гц—ЅхП—щ€šчŸЅ +luckperms.usage.log-notify.argument.toggle=хМ€хЏцˆ–х…Гщ—­ +luckperms.usage.log-user-history.description=цŸЅчœ‹ч”ЈцˆЗчš„хކхВшЎАхН• +luckperms.usage.log-user-history.argument.user=ч”ЈцˆЗхчЇАцˆ–UUID +luckperms.usage.log-user-history.argument.page=шІцŸЅчœ‹чš„щЁЕч  +luckperms.usage.log-group-history.description=цŸЅчœ‹цƒщ™чЛ„хކхВшЎАхН• +luckperms.usage.log-group-history.argument.group=цƒщ™чЛ„чš„хчЇА +luckperms.usage.log-group-history.argument.page=шІцŸЅчœ‹чš„щЁЕч  +luckperms.usage.log-track-history.description=цŸЅчœ‹цƒщ™чЛ„шЗЏчКПхކхВшЎАхН• +luckperms.usage.log-track-history.argument.track=цƒщ™чЛ„шЗЏчКПхчЇА +luckperms.usage.log-track-history.argument.page=шІцŸЅчœ‹чš„щЁЕч  +luckperms.usage.sponge.description=чМ–шО‘щЂхЄ–чš„ Sponge ц•АцЎ +luckperms.usage.sponge.argument.collection=шІцŸЅшЏЂчš„щ›†хˆ +luckperms.usage.sponge.argument.subject=шІфПЎц”Йчš„фИЛфН“ +luckperms.usage.sponge-permission-info.description=ц˜ОчЄКфИЛфН“чš„цƒщ™фПЁцЏ +luckperms.usage.sponge-permission-info.argument.contexts=шІшП‡цЛЄчš„цƒ…хЂƒяМš +luckperms.usage.sponge-permission-set.description=фИКфИЛфН“шЎОчНЎцƒщ™ +luckperms.usage.sponge-permission-set.argument.node=шІшЎОчНЎчš„цƒщ™шŠ‚ч‚Й +luckperms.usage.sponge-permission-set.argument.tristate=цƒщ™шŠ‚ч‚Йчš„х€М +luckperms.usage.sponge-permission-set.argument.contexts=шІшЎОчНЎцƒщ™чš„цƒ…хЂƒ +luckperms.usage.sponge-permission-clear.description=цИ…щ™ЄфИЛфН“чš„цƒщ™ +luckperms.usage.sponge-permission-clear.argument.contexts=шІцИ…щ™Єцƒщ™чš„цƒ…хЂƒ +luckperms.usage.sponge-parent-info.description=ц˜ОчЄКхЏЙшБЁчš„чˆЖцƒщ™чЛ„чš„фПЁцЏ +luckperms.usage.sponge-parent-info.argument.contexts=шІшП‡цЛЄчš„цƒ…хЂƒяМš +luckperms.usage.sponge-parent-add.description=фИКфИЛфН“цЗЛхŠ чˆЖцƒщ™чЛ„ +luckperms.usage.sponge-parent-add.argument.collection=чˆЖцƒщ™чЛ„ц‰€хœЈчš„фИЛфН“щ›†хˆ +luckperms.usage.sponge-parent-add.argument.subject=чˆЖцƒщ™чЛ„чš„хчЇА +luckperms.usage.sponge-parent-add.argument.contexts=шІцЗЛхŠ чˆЖцƒщ™чЛ„чš„цƒ…хЂƒ +luckperms.usage.sponge-parent-remove.description=чЇЛщ™ЄхЏЙшБЁчš„чˆЖцƒщ™чЛ„ +luckperms.usage.sponge-parent-remove.argument.collection=чˆЖцƒщ™чЛ„ц‰€хœЈчš„фИЛфН“щ›†хˆ +luckperms.usage.sponge-parent-remove.argument.subject=чˆЖцƒщ™чЛ„чš„хчЇА +luckperms.usage.sponge-parent-remove.argument.contexts=шІчЇЛщ™ЄчˆЖцƒщ™чЛ„чš„цƒ…хЂƒ +luckperms.usage.sponge-parent-clear.description=цИ…щ™ЄфИЛфН“чš„чˆЖцƒщ™чЛ„ +luckperms.usage.sponge-parent-clear.argument.contexts=шІцИ…щ™ЄчˆЖцƒщ™чЛ„чš„цƒ…хЂƒ +luckperms.usage.sponge-option-info.description=ц˜ОчЄКфИЛфН“чš„щ€‰щЁЙчš„фПЁцЏ +luckperms.usage.sponge-option-info.argument.contexts=шІшП‡цЛЄчš„цƒ…хЂƒяМš +luckperms.usage.sponge-option-set.description=фИКфИЛфН“шЎОчНЎфИ€фИЊщ€‰щЁЙ +luckperms.usage.sponge-option-set.argument.key=шІшЎОчНЎчš„щ”Ў +luckperms.usage.sponge-option-set.argument.value=шІшЎОчНЎчš„х€М +luckperms.usage.sponge-option-set.argument.contexts=шІшЎОчНЎщ€‰щЁЙчš„цƒ…хЂƒ +luckperms.usage.sponge-option-unset.description=х–цЖˆшЎОчНЎфИЛфН“чš„щ€‰щЁЙ +luckperms.usage.sponge-option-unset.argument.key=шІх–цЖˆшЎОчНЎчš„щ”Ў +luckperms.usage.sponge-option-unset.argument.contexts=шІх–цЖˆшЎОчНЎщ”Ўчš„цƒ…хЂƒ +luckperms.usage.sponge-option-clear.description=цИ…щ™ЄфИЛфН“чš„щ€‰щЁЙ +luckperms.usage.sponge-option-clear.argument.contexts=шІцИ…щ™Єщ€‰щЁЙчš„цƒ…хЂƒ diff --git a/plugins/LuckPerms/translations/repository/zh_TW.properties b/plugins/LuckPerms/translations/repository/zh_TW.properties new file mode 100644 index 0000000..cb5b23a --- /dev/null +++ b/plugins/LuckPerms/translations/repository/zh_TW.properties @@ -0,0 +1,630 @@ +luckperms.logs.actionlog-prefix=шЈ˜щŒ„ +luckperms.logs.verbose-prefix=ч›Ѓчœ‹ +luckperms.logs.export-prefix=хŒЏх‡К +luckperms.commandsystem.available-commands=фНПч”Ј {0} фО†цŸЅчœ‹хЏч”Јчš„цŒ‡фЛЄ +luckperms.commandsystem.command-not-recognised=цœЊчŸЅчš„цŒ‡фЛЄ +luckperms.commandsystem.no-permission=фН цВ’цœ‰фНПч”ЈшЉВцŒ‡фЛЄчš„цЌŠщ™ яМ +luckperms.commandsystem.no-permission-subcommands=фН цВ’цœ‰фНПч”Јх­цŒ‡фЛЄчš„цЌŠщ™ яМ +luckperms.commandsystem.already-executing-command=ч›Ўх‰цœ‰хІфИ€х€‹цŒ‡фЛЄц­ЃхœЈхŸЗшЁŒяМŒц­ЃхœЈч­‰хО…шЉВцŒ‡фЛЄхŸЗшЁŒхЎŒцˆт€Іт€І +luckperms.commandsystem.usage.sub-commands-header=х­цŒ‡фЛЄ +luckperms.commandsystem.usage.usage-header=цŒ‡фЛЄч”ЈцГ• +luckperms.commandsystem.usage.arguments-header=хƒц•И +luckperms.first-time.no-permissions-setup=фН фММфЙŽщ‚„цœЊшЈ­хЎšфЛЛфН•цЌŠщ™ яМ +luckperms.first-time.use-console-to-give-access=фН хœЈщŠцˆВшЃЁфНПч”ЈфЛЛфН• LuckPerms цŒ‡фЛЄх‰яМŒщœ€шІфНПч”ЈцŽЇхˆЖхАфО†чЕІфКˆфН х­˜х– LuckPerms чš„цЌŠщ™ +luckperms.first-time.console-command-prompt=щ–‹х•ŸцŽЇхˆЖхАфИІшМИх…ЅфЛЅфИ‹цŒ‡фЛЄ яМš +luckperms.first-time.next-step=ч•ЖфН хЎŒцˆц“фНœхОŒяМŒфОПхЏфЛЅхЎšчОЉфН чš„цЌŠщ™хˆ†щ…х’ŒчОЄчЕ„ +luckperms.first-time.wiki-prompt=фИчŸЅщ“хОžх“ЊшЃЁщ–‹хЇ‹ яМŸ щЛžц“Šщ€™шЃЁ яМš {0} +luckperms.login.try-again=шЋ‹чЈхОŒх†шЉІфИ€цЌЁ +luckperms.login.loading-database-error=шМ‰х…ЅцЌŠщ™чš„шГ‡ц–™хКЋц™‚ч™Мч”ŸщŒЏшЊЄ +luckperms.login.server-admin-check-console-errors=хІ‚цžœфН ц˜ЏфМКцœх™ЈчЎЁч†х“ЁяМŒшЋ‹хˆАцŽЇхˆЖхАцЊЂцŸЅщŒЏшЊЄ +luckperms.login.server-admin-check-console-info=шЋ‹хˆАцŽЇхˆЖхАцŸЅщ–Бц›ДхЄšшГ‡шЈŠ +luckperms.login.data-not-loaded-at-pre=хœЈч™Лх…Ѕх‰щšŽцЎЕц™‚цœЊшƒНшМ‰х…ЅфНПч”Јш€…чš„цЌŠщ™шГ‡ц–™ +luckperms.login.unable-to-continue=ч„ЁцГ•чЙМчКŒ +luckperms.login.craftbukkit-offline-mode-error=щ€™хЏшƒНц˜Џх› ч‚К CraftBukkit х’ŒчЗšфИŠцЈЁхМшЈ­хЎšфЙ‹щ–“цœ‰ц‰€шЁчЊ +luckperms.login.unexpected-error=шЈ­хЎšцЌŠщ™шГ‡ц–™ц™‚ч™Мч”ŸцœЊщ цœŸчš„щŒЏшЊЄ +luckperms.opsystem.disabled=цœЌфМКцœх™Јчš„хŽŸч‰ˆ OP чГЛчЛŸхЗВхœч”Ј +luckperms.opsystem.sponge-warning=шЋ‹цГЈц„яМŒч•ЖхЎ‰шЃцЌŠщ™ц’фЛЖхОŒяМŒфМКцœх™Ј OP ч‹€ц…‹фИцœƒхНБщŸП Sponge чš„цЌŠщ™цЊЂцŸЅяМŒфН хП…щ ˆч›ДцŽЅчЗЈшМЏфНПч”Јш€…шГ‡ц–™ +luckperms.duration.unit.years.plural={0} хЙД +luckperms.duration.unit.years.singular={0} хЙД +luckperms.duration.unit.years.short={0}хЙД +luckperms.duration.unit.months.plural={0} х€‹цœˆ +luckperms.duration.unit.months.singular={0} х€‹цœˆ +luckperms.duration.unit.months.short={0}х€‹цœˆ +luckperms.duration.unit.weeks.plural={0} ц˜ŸцœŸ +luckperms.duration.unit.weeks.singular={0} ц˜ŸцœŸ +luckperms.duration.unit.weeks.short={0}ц˜ŸцœŸ +luckperms.duration.unit.days.plural={0} хЄЉ +luckperms.duration.unit.days.singular={0} хЄЉ +luckperms.duration.unit.days.short={0}хЄЉ +luckperms.duration.unit.hours.plural={0} хАц™‚ +luckperms.duration.unit.hours.singular={0} хАц™‚ +luckperms.duration.unit.hours.short={0}хАц™‚ +luckperms.duration.unit.minutes.plural={0} хˆ†щ˜ +luckperms.duration.unit.minutes.singular={0} хˆ†щ˜ +luckperms.duration.unit.minutes.short={0}хˆ† +luckperms.duration.unit.seconds.plural={0} чЇ’ +luckperms.duration.unit.seconds.singular={0} чЇ’ +luckperms.duration.unit.seconds.short={0}чЇ’ +luckperms.duration.since={0} х‰ +luckperms.command.misc.invalid-code=щЉ—ш­‰чЂМч„Ёц•ˆ +luckperms.command.misc.response-code-key=щЉ—ш­‰чЂМ +luckperms.command.misc.error-message-key=шЈŠцЏ +luckperms.command.misc.bytebin-unable-to-communicate=ч„ЁцГ•щ€ЃчЗšш‡Г bytebin +luckperms.command.misc.webapp-unable-to-communicate=ч„ЁцГ•щ€ЃчЗšш‡ГчЖВшЗЏц‡‰ч”ЈчЈ‹хМ +luckperms.command.misc.check-console-for-errors=шЋ‹хˆАцŽЇхˆЖхАцЊЂцŸЅщŒЏшЊЄ +luckperms.command.misc.file-must-be-in-data=цЊ”цЁˆ {0} хП…щ ˆч›ДцŽЅц”ОхœЈ data шГ‡ц–™хЄОхК•фИ‹ +luckperms.command.misc.wait-to-finish=шЋ‹ч­‰хО…х…ЖхЎŒцˆхОŒх†шЉІфИ€цЌЁ +luckperms.command.misc.invalid-priority=ч„Ёц•ˆчš„х„Њх…ˆчДš {0} +luckperms.command.misc.expected-number=щœ€шІхЁЋх…Ѕц•Их­— +luckperms.command.misc.date-parse-error=ч„ЁцГ•хˆ†цžц—ЅцœŸ {0} +luckperms.command.misc.date-in-past-error=фН ч„ЁцГ•шЈ­хЎšщŽхŽЛчš„ц—ЅцœŸ яМ +luckperms.command.misc.page=чЌЌ {0} щ яМŒх…Б {1} щ  +luckperms.command.misc.page-entries={0} х€‹щ …ч›Ў +luckperms.command.misc.none=ч„Ё +luckperms.command.misc.loading.error.unexpected=ч™Мч”ŸцœЊщ цœŸчš„щŒЏшЊЄ +luckperms.command.misc.loading.error.user=хАšцœЊшМ‰х…ЅфНПч”Јш€… +luckperms.command.misc.loading.error.user-specific=ч„ЁцГ•шМ‰х…Ѕч›ЎцЈ™фНПч”Јш€… {0} +luckperms.command.misc.loading.error.user-not-found=ц‰ОфИхˆАхч‚К {0} чš„фНПч”Јш€… +luckperms.command.misc.loading.error.user-save-error=х„Вх­˜фНПч”Јш€… {0} чš„шГ‡ц–™ц™‚ч™Мч”ŸщŒЏшЊЄ +luckperms.command.misc.loading.error.user-not-online=чŽЉхЎЖ {0} фИхœЈчЗšфИŠ +luckperms.command.misc.loading.error.user-invalid={0} ч„Ёц•ˆчš„фНПч”Јш€…хчЈБцˆ– UUID +luckperms.command.misc.loading.error.user-not-uuid=ч›ЎцЈ™фНПч”Јш€… {0} фИц˜Џцœ‰ц•ˆчš„ UUID +luckperms.command.misc.loading.error.group=хАšцœЊшМ‰х…ЅчОЄчЕ„ +luckperms.command.misc.loading.error.all-groups=ч„ЁцГ•шМ‰х…Ѕц‰€цœ‰чОЄчЕ„ +luckperms.command.misc.loading.error.group-not-found=ц‰ОфИхˆАхч‚К {0} чš„чОЄчЕ„ +luckperms.command.misc.loading.error.group-save-error=х„Вх­˜чОЄчЕ„ {0} чš„шГ‡ц–™ц™‚ч™Мч”ŸщŒЏшЊЄ +luckperms.command.misc.loading.error.group-invalid={0} фИц˜Џцœ‰ц•ˆчš„чОЄчЕ„хчЈБ +luckperms.command.misc.loading.error.track=хАšцœЊшМ‰х…ЅцЌŠщ™щšŽчДš +luckperms.command.misc.loading.error.all-tracks=ч„ЁцГ•шМ‰х…Ѕц‰€цœ‰цЌŠщ™щšŽчДš +luckperms.command.misc.loading.error.track-not-found=ц‰ОфИхˆАхч‚К {0} чš„цЌŠщ™щšŽчДš +luckperms.command.misc.loading.error.track-save-error=х„Вх­˜цЌŠщ™щšŽчДš {0} чš„шГ‡ц–™ц™‚ч™Мч”ŸщŒЏшЊЄ +luckperms.command.misc.loading.error.track-invalid={0} фИц˜Џцœ‰ц•ˆчš„цЌŠщ™щšŽчДšхчЈБ +luckperms.command.editor.no-match=ч„ЁцГ•щ–‹х•ŸчЗЈшМЏх™ЈяМŒцВ’цœ‰шˆ‡ц‰€щœ€щЁžхž‹чЌІхˆчš„хАшБЁ +luckperms.command.editor.start=ц­ЃхœЈцК–х‚™фИ€х€‹ц–Ачš„чЗЈшМЏх™ЈяМŒшЋ‹чЈх€™т€Іт€І +luckperms.command.editor.url=щЛžц“ŠфИ‹ц–Йщ€ЃчЕщ–‹х•ŸчЗЈшМЏх™Ј +luckperms.command.editor.unable-to-communicate=ч„ЁцГ•щ€ЃчЗšш‡ГчЗЈшМЏх™Ј +luckperms.command.editor.apply-edits.success=чЖВщ чЗЈшМЏх™ЈшГ‡ц–™хЗВцˆхŠŸхЅ—ч”ЈхˆА {0} {1} +luckperms.command.editor.apply-edits.success-summary={0} {1} х’Œ {2} {3} +luckperms.command.editor.apply-edits.success.additions=хЂžхŠ  +luckperms.command.editor.apply-edits.success.additions-singular=хЂžхŠ  +luckperms.command.editor.apply-edits.success.deletions=чЇЛщ™Є +luckperms.command.editor.apply-edits.success.deletions-singular=чЇЛщ™Є +luckperms.command.editor.apply-edits.no-changes=цВ’цœ‰хЅ—ч”ЈфЛЛфН•ц›Дц”ЙяМŒх› ч‚КхОžчЖВщ чЗЈшМЏх™Јх‚Гх›žчš„шГ‡ц–™фИІцœЊхŒ…хЋфЛЛфН•чЗЈшМЏ +luckperms.command.editor.apply-edits.unknown-type=ч„ЁцГ•хАцŒ‡хЎšчš„хАшБЁщЁžхž‹хЅ—ч”ЈчЗЈшМЏ +luckperms.command.editor.apply-edits.unable-to-read=ч„ЁцГ•хОžцŒ‡хЎšчš„фЛЃчЂМшЎ€х–шГ‡ц–™ +luckperms.command.search.searching.permission=ц­ЃхœЈцœхА‹ц“цœ‰ {0} цЌŠщ™чš„фНПч”Јш€…х’ŒчОЄчЕ„ +luckperms.command.search.searching.inherit=ц­ЃхœЈцœхА‹чЙМц‰Пш‡Њ {0} чš„фНПч”Јш€…х’ŒчОЄчЕ„ +luckperms.command.search.result=хОž {1} хфНПч”Јш€…х’Œ {2} х€‹чОЄчЕ„фИ­ц‰ОхˆА {0} х€‹щ …ч›Ў +luckperms.command.search.result.default-notice=шЋ‹цГЈц„ яМš цœхА‹щ шЈ­чОЄчЕ„цˆх“Ёц™‚яМŒхА‡фИцœƒщЁЏчЄКцВ’цœ‰х…ЖхЎƒцЌŠщ™чš„щ›ЂчЗšчŽЉхЎЖ яМ +luckperms.command.search.showing-users=щЁЏчЄКфНПч”Јш€…щ …ч›Ў +luckperms.command.search.showing-groups=щЁЏчЄКчОЄчЕ„щ …ч›Ў +luckperms.command.tree.start=ц­ЃхœЈч”ŸцˆцЌŠщ™цЈЙяМŒшЋ‹чЈх€™т€Іт€І +luckperms.command.tree.empty=ц‰ОфИхˆАфЛЛфН•чЕцžœяМŒх› ц­Єч„ЁцГ•ч”ŸцˆцЌŠщ™цЈЙ +luckperms.command.tree.url=цЌŠщ™цЈЙщ€ЃчЕ +luckperms.command.verbose.invalid-filter={0} фИц˜ЏфИ€х€‹цœ‰ц•ˆчš„ Verbose чЏЉщИх™Ј +luckperms.command.verbose.enabled=Verbose ц—ЅшЊŒшЈ˜щŒ„ {0} фЛЅцЊЂцŸЅшˆ‡ {1} хŒЙщ…чš„шЈ˜щŒ„ +luckperms.command.verbose.command-exec=ц­ЃхœЈхМЗхˆЖ {0} хŸЗшЁŒцŒ‡фЛЄ {1} фИІх Бх‘Šц‰€цœ‰цЊЂцŸЅт€Іт€І +luckperms.command.verbose.off=Verbose ц—ЅшЊŒшЈ˜щŒ„ {0} +luckperms.command.verbose.command-exec-complete=цŒ‡фЛЄхŸЗшЁŒхЎŒцˆ +luckperms.command.verbose.command.no-checks=цŒ‡фЛЄхŸЗшЁŒхЎŒцˆяМŒфН†цВ’цœ‰щ€ВшЁŒцЌŠщ™цЊЂцŸЅ +luckperms.command.verbose.command.possibly-async=щ€™хЏшƒНц˜Џх› ч‚Кц’фЛЖхœЈшƒŒц™ЏхŸЗшЁŒцŒ‡фЛЄ яМˆщžхŒц­ЅяМ‰ +luckperms.command.verbose.command.try-again-manually=фН фЛхЏфНПч”Ј verbose фО†ц‰‹х‹•щ€ВшЁŒщЁžфММцЊЂцŸЅ +luckperms.command.verbose.enabled-recording=Verbose шЈ˜щŒ„ {0} фЛЅцЊЂцŸЅшˆ‡ {1} хŒЙщ…чš„шЈ˜щŒ„ +luckperms.command.verbose.uploading=Verbose ц—ЅшЊŒшЈ˜щŒ„ {0}яМŒц­ЃхœЈфИŠх‚ГчЕцžœт€Іт€І +luckperms.command.verbose.url=Verbose чЕцžœщ€ЃчЕ +luckperms.command.verbose.enabled-term=хЗВх•Ÿч”Ј +luckperms.command.verbose.disabled-term=хЗВхœч”Ј +luckperms.command.verbose.query-any=фЛЛц„ +luckperms.command.info.running-plugin=хŸЗшЁŒфИ­ +luckperms.command.info.platform-key=хЙГхА +luckperms.command.info.server-brand-key=фМКцœх™ЈшЛŸщЋ” +luckperms.command.info.server-version-key=фМКцœх™Јч‰ˆцœЌ +luckperms.command.info.storage-key=х„Вх­˜ +luckperms.command.info.storage-type-key=щЁžхž‹ +luckperms.command.info.storage.meta.split-types-key=щЁžхž‹ +luckperms.command.info.storage.meta.ping-key=хЛЖщВ +luckperms.command.info.storage.meta.connected-key=хЗВщ€ЃчЗš +luckperms.command.info.storage.meta.file-size-key=цЊ”цЁˆхЄЇхА +luckperms.command.info.extensions-key=щ™„хŠ х…ƒфЛЖ +luckperms.command.info.messaging-key=шЈŠцЏ +luckperms.command.info.instance-key=фМКцœх™ЈхЏІфО‹ +luckperms.command.info.static-contexts-key=щœц…‹ч’АхЂƒ +luckperms.command.info.online-players-key=хœЈчЗšчŽЉхЎЖ +luckperms.command.info.online-players-unique={0} чЈчЋ‹ IP чŽЉхЎЖ +luckperms.command.info.uptime-key=щ‹шЁŒц™‚щ–“ +luckperms.command.info.local-data-key=цœЌцЉŸшГ‡ц–™ +luckperms.command.info.local-data={0} хфНПч”Јш€…яМŒ{1} х€‹чОЄчЕ„яМŒ{2} х€‹цЌŠщ™щšŽчДš +luckperms.command.generic.create.success={0} хЗВцˆхŠŸхЛКчЋ‹ +luckperms.command.generic.create.error=хЛКчЋ‹ {0} ц™‚ч™Мч”ŸщŒЏшЊЄ +luckperms.command.generic.create.error-already-exists={0} хЗВх­˜хœЈ яМ +luckperms.command.generic.delete.success={0} хЗВцˆхŠŸхˆЊщ™Є +luckperms.command.generic.delete.error=хˆЊщ™Є {0} ц™‚ч™Мч”ŸщŒЏшЊЄ +luckperms.command.generic.delete.error-doesnt-exist={0} фИх­˜хœЈ яМ +luckperms.command.generic.rename.success={0} хЗВцˆхŠŸщ‡ц–Ах‘Нхч‚К {1} +luckperms.command.generic.clone.success={0} хЗВцˆхŠŸшЄ‡шЃНхˆА {1} +luckperms.command.generic.info.parent.title=чˆЖчГЛчОЄчЛ„ +luckperms.command.generic.info.parent.temporary-title=ш‡Јц™‚чˆЖчГЛчОЄчЛ„ +luckperms.command.generic.info.expires-in=х‰ЉщЄ˜цœ‰ц•ˆц™‚щ–“ яИА +luckperms.command.generic.info.inherited-from=чЙМц‰Пш‡Њ +luckperms.command.generic.info.inherited-from-self=ш‡ЊхЗБ +luckperms.command.generic.show-tracks.title={0} чš„цЌŠщ™щšŽчДš +luckperms.command.generic.show-tracks.empty={0} фИхœЈфЛЛфН•цЌŠщ™щšŽчДšшЃЁ +luckperms.command.generic.clear.node-removed=хЗВчЇЛщ™Є {0} х€‹чЏ€щЛž +luckperms.command.generic.clear.node-removed-singular=хЗВчЇЛщ™Є {0} х€‹чЏ€щЛž +luckperms.command.generic.clear={0} хœЈч’АхЂƒ {1} фИ­чš„чЏ€щЛžхЗВчЖ“цИ…щ™Є +luckperms.command.generic.permission.info.title={0} чš„цЌŠщ™ +luckperms.command.generic.permission.info.empty={0} цВ’цœ‰фЛЛфН•хЗВшЈ­хЎšчš„цЌŠщ™ +luckperms.command.generic.permission.info.click-to-remove=щЛžц“ŠфО†хА‡щ€™х€‹чЏ€щЛžхОž {0} фИ­чЇЛщ™Є +luckperms.command.generic.permission.check.info.title={0} чš„цЌŠщ™шГ‡шЈŠ +luckperms.command.generic.permission.check.info.directly=хœЈч’АхЂƒ {3} фИ­яМŒ{0} чš„цЌŠщ™ {1} шЂЋшЈ­хЎšч‚К {2} +luckperms.command.generic.permission.check.info.inherited=хœЈч’АхЂƒ {4} фИ­яМŒ{0} хОž {3} чЙМц‰Пчš„цЌŠщ™ {1} шЂЋшЈ­хЎšч‚К {2} +luckperms.command.generic.permission.check.info.not-directly={0} цВ’цœ‰шЈ­хЎšцЌŠщ™ {1} +luckperms.command.generic.permission.check.info.not-inherited={0} цВ’цœ‰чЙМц‰П {1} +luckperms.command.generic.permission.check.result.title={0} чš„цЌŠщ™цЊЂцŸЅ +luckperms.command.generic.permission.check.result.result-key=чЕцžœ +luckperms.command.generic.permission.check.result.processor-key=ш™•ч†ш€… +luckperms.command.generic.permission.check.result.cause-key=хŽŸх›  +luckperms.command.generic.permission.check.result.context-key=ч’АхЂƒ +luckperms.command.generic.permission.set=хЗВшЈ­хЎšхœЈч’АхЂƒ {3} фИ­ {2} чš„цЌŠщ™ {0} ч‚К {1} +luckperms.command.generic.permission.already-has={0} хЗВчЖ“хœЈч’АхЂƒ {2} фИ­шЈ­хЎšфК†цЌŠщ™ {1} +luckperms.command.generic.permission.set-temp=хЗВшЈ­хЎšхœЈч’АхЂƒ {4} фИ­ {2} чš„цЌŠщ™ {0} ч‚К {1}яМŒцœ‰ц•ˆц™‚щ–“ яМš {3} +luckperms.command.generic.permission.already-has-temp={0} хЗВчЖ“хœЈч’АхЂƒ {2} фИ­шЈ­хЎšфК†ш‡Јц™‚цЌŠщ™ {1} +luckperms.command.generic.permission.unset=хЗВшЇЃщ™Є {1} хœЈч’АхЂƒ {2} фИ­чš„цЌŠщ™ {0} +luckperms.command.generic.permission.doesnt-have={0} цВ’цœ‰хœЈч’АхЂƒ {2} фИ­шЈ­хЎšцЌŠщ™ {1} +luckperms.command.generic.permission.unset-temp=хЗВшЇЃщ™Є {1} хœЈч’АхЂƒ {2} фИ­чš„ш‡Јц™‚цЌŠщ™ {0} +luckperms.command.generic.permission.subtract=хЗВшЈ­хЎšхœЈч’АхЂƒ {4} фИ­ {2} чš„цЌŠщ™ {0} ч‚К {1}яМŒцœ‰ц•ˆц™‚щ–“ яМš {3}яМŒцЏ”фИŠцЌЁшЈ­хЎšхА‘ {5} +luckperms.command.generic.permission.doesnt-have-temp={0} цВ’цœ‰хœЈч’АхЂƒ {2} фИ­шЈ­хЎšш‡Јц™‚цЌŠщ™ {1} +luckperms.command.generic.permission.clear={0} хœЈч’АхЂƒ {1} фИ­чš„чš„цЌŠщ™хЗВчЖ“цИ…щ™Є +luckperms.command.generic.parent.info.title={0} чš„чˆЖчГЛ +luckperms.command.generic.parent.info.empty={0} цВ’цœ‰фЛЛфН•хЗВхЎšчОЉчš„чˆЖчГЛ +luckperms.command.generic.parent.info.click-to-remove=щЛžц“ŠфО†хА‡щ€™х€‹чˆЖчГЛхОž {0} фИ­чЇЛщ™Є +luckperms.command.generic.parent.add={0} чОхœЈхОžч’АхЂƒ {2} фИ­чЙМц‰П {1} чš„цЌŠщ™ +luckperms.command.generic.parent.add-temp={0} чОхœЈхОžч’АхЂƒ {3} фИ­чЙМц‰П {1} чš„цЌŠщ™яМŒцœ‰ц•ˆц™‚щ–“ яМš {2} +luckperms.command.generic.parent.set=цИ…щ™ЄфК† {0} чОцœ‰чš„чˆЖчГЛчОЄчЕ„яМŒчОхœЈхЊхœЈч’АхЂƒ {2} фИ­чЙМц‰П {1} +luckperms.command.generic.parent.set-track=цИ…щ™ЄфК† {0} хœЈцЌŠщ™щšŽчДš {1} фИ­чОцœ‰чš„чˆЖчГЛчОЄчЕ„яМŒчОхœЈхЊхœЈч’АхЂƒ {3} фИ­чЙМц‰П {2} +luckperms.command.generic.parent.remove={0} фИх†хОžч’АхЂƒ {2} фИ­чЙМц‰П {1} чš„цЌŠщ™ +luckperms.command.generic.parent.remove-temp={0} фИх†хОžч’АхЂƒ {2} фИ­ш‡Јц™‚чЙМц‰П {1} чš„цЌŠщ™ +luckperms.command.generic.parent.subtract={0} чОхœЈхОžч’АхЂƒ {3} фИ­чЙМц‰П {1} чš„цЌŠщ™яМŒцœ‰ц•ˆц™‚щ–“ яМš {2}яМŒцЏ”фИŠцЌЁшЈ­хЎšхА‘ {4} +luckperms.command.generic.parent.clear={0} хœЈч’АхЂƒ {1} фИ­чš„чˆЖчГЛхЗВчЖ“цИ…щ™Є +luckperms.command.generic.parent.clear-track={0} хœЈч’АхЂƒ {2} фИ­чš„цЌŠщ™щšŽчДš {1} чš„чˆЖчГЛхЗВчЖ“цИ…щ™Є +luckperms.command.generic.parent.already-inherits={0} хЗВчЖ“хОžч’АхЂƒ {2} фИ­чЙМц‰ПфК† {1} +luckperms.command.generic.parent.doesnt-inherit={0} цВ’цœ‰хОžч’АхЂƒ {2} фИ­чЙМц‰П {1} +luckperms.command.generic.parent.already-temp-inherits={0} хЗВчЖ“хОžч’АхЂƒ {2} фИ­ш‡Јц™‚чЙМц‰П {1} +luckperms.command.generic.parent.doesnt-temp-inherit={0} цВ’цœ‰хОžч’АхЂƒ {2} фИ­ш‡Јц™‚чЙМц‰П {1} чš„цЌŠщ™ +luckperms.command.generic.chat-meta.info.title-prefix={0} чš„х‰чЖД +luckperms.command.generic.chat-meta.info.title-suffix={0} чš„хОŒчЖД +luckperms.command.generic.chat-meta.info.none-prefix={0} цВ’цœ‰х‰чЖД +luckperms.command.generic.chat-meta.info.none-suffix={0} цВ’цœ‰хОŒчЖД +luckperms.command.generic.chat-meta.info.click-to-remove=щЛžц“ŠфО†хА‡ {0} хОž {1} фИ­чЇЛщ™Є +luckperms.command.generic.chat-meta.already-has={0} хЗВчЖ“хœЈч’АхЂƒ {4} фИ‹шЈ­хЎšфК† {1} {2} чš„х„Њх…ˆчДšч‚К {3} +luckperms.command.generic.chat-meta.already-has-temp={0} хЗВчЖ“хœЈч’АхЂƒ {4} фИ‹ш‡Јц™‚шЈ­хЎšфК† {1} {2} чš„х„Њх…ˆчДšч‚К {3} +luckperms.command.generic.chat-meta.doesnt-have={0} цВ’цœ‰хœЈч’АхЂƒ {4} фИ‹шЈ­хЎšфК† {1} {2} чš„х„Њх…ˆчДšч‚К {3} +luckperms.command.generic.chat-meta.doesnt-have-temp={0} цВ’цœ‰хœЈч’АхЂƒ {4} фИ‹ш‡Јц™‚шЈ­хЎšфК† {1} {2} чš„х„Њх…ˆчДšч‚К {3} +luckperms.command.generic.chat-meta.add={0} хœЈч’АхЂƒ {4} фИ‹шЈ­хЎšфК† {1} {2} чš„х„Њх…ˆчДšч‚К {3} +luckperms.command.generic.chat-meta.add-temp={0} хœЈч’АхЂƒ {5} фИ‹шЈ­хЎšфК† {1} {2} чš„х„Њх…ˆчДšч‚К {3}яМŒцœ‰ц•ˆц™‚щ–“ яМš {4} +luckperms.command.generic.chat-meta.remove={0} хœЈч’АхЂƒ {4} фИ‹чЇЛщ™ЄфК† {1} {2} чš„х„Њх…ˆчДš {3} +luckperms.command.generic.chat-meta.remove-bulk={0} хœЈч’АхЂƒ {3} фИ‹чЇЛщ™ЄфК†х…ЈщƒЈ {1} чš„х„Њх…ˆчДš {2} +luckperms.command.generic.chat-meta.remove-temp={0} хœЈч’АхЂƒ {4} фИ‹ш‡Јц™‚чЇЛщ™ЄфК† {1} {2} чš„х„Њх…ˆчДš {3} +luckperms.command.generic.chat-meta.remove-temp-bulk={0} хœЈч’АхЂƒ {3} фИ‹ш‡Јц™‚чЇЛщ™ЄфК†х…ЈщƒЈ {1} чš„х„Њх…ˆчДš {2} +luckperms.command.generic.meta.info.title={0} чš„х…ƒшГ‡ц–™ +luckperms.command.generic.meta.info.none={0} цВ’цœ‰х…ƒшГ‡ц–™ +luckperms.command.generic.meta.info.click-to-remove=щЛžц“ŠфО†хА‡щ€™х€‹х…ƒчЏ€щЛžхОž {0} фИ­чЇЛщ™Є +luckperms.command.generic.meta.already-has={0} хЗВчЖ“хœЈч’АхЂƒ {3} фИ­хА‡х…ƒщ‡‘щ‘А {1} шЈ­хЎšч‚К {2} +luckperms.command.generic.meta.already-has-temp={0} хЗВчЖ“хœЈч’АхЂƒ {3} фИ­хА‡ш‡Јц™‚х…ƒщ‡‘щ‘А {1} шЈ­хЎšч‚К {2} +luckperms.command.generic.meta.doesnt-have={0} цВ’цœ‰хœЈч’АхЂƒ {2} фИ­шЈ­хЎšх…ƒщ‡‘щ‘А {1} +luckperms.command.generic.meta.doesnt-have-temp={0} цВ’цœ‰хœЈч’АхЂƒ {2} фИ­шЈ­хЎšш‡Јц™‚х…ƒщ‡‘щ‘А {1} +luckperms.command.generic.meta.set=хЗВшЈ­хЎšхœЈч’АхЂƒ {3} фИ­ {2} чš„х…ƒщ‡‘щ‘А {0} ч‚К {1} +luckperms.command.generic.meta.set-temp=хЗВшЈ­хЎšхœЈч’АхЂƒ {4} фИ­ {2} чš„х…ƒщ‡‘щ‘А {0} ч‚К {1}яМŒцœ‰ц•ˆц™‚щ–“ яМš {3} +luckperms.command.generic.meta.unset=хЗВшЇЃщ™Є {1} хœЈч’АхЂƒ {2} фИ­чš„х…ƒщ‡‘щ‘А {0} +luckperms.command.generic.meta.unset-temp=хЗВшЇЃщ™Є {1} хœЈч’АхЂƒ {2} фИ­чš„ш‡Јц™‚х…ƒщ‡‘щ‘А {0} +luckperms.command.generic.meta.clear={0} чš„х…ƒхŒЙщ…щЁžхž‹ {1} хЗВхœЈч’АхЂƒ {2} фИ­цИ…щ™Є +luckperms.command.generic.contextual-data.title=ч’АхЂƒшГ‡ц–™ +luckperms.command.generic.contextual-data.mode.key=цЈЁхМ +luckperms.command.generic.contextual-data.mode.server=фМКцœх™Ј +luckperms.command.generic.contextual-data.mode.active-player=цДЛшКчŽЉхЎЖ +luckperms.command.generic.contextual-data.contexts-key=ч’АхЂƒ +luckperms.command.generic.contextual-data.prefix-key=х‰чЖД +luckperms.command.generic.contextual-data.suffix-key=хОŒчЖД +luckperms.command.generic.contextual-data.primary-group-key=фИЛшІчОЄчЕ„ +luckperms.command.generic.contextual-data.meta-key=х…ƒшГ‡ц–™ +luckperms.command.generic.contextual-data.null-result=ч„Ё +luckperms.command.user.info.title=фНПч”Јш€…шГ‡шЈŠ +luckperms.command.user.info.uuid-key=UUID +luckperms.command.user.info.uuid-type-key=щЁžхž‹ +luckperms.command.user.info.uuid-type.mojang=mojang +luckperms.command.user.info.uuid-type.not-mojang=щ›ЂчЗš +luckperms.command.user.info.status-key=ч‹€ц…‹ +luckperms.command.user.info.status.online=чЗšфИŠ +luckperms.command.user.info.status.offline=щ›ЂчЗš +luckperms.command.user.removegroup.error-primary=фН фИшƒНхА‡фНПч”Јш€…хОžх…ЖфИЛшІчОЄчЕ„фИ­чЇЛщ™Є +luckperms.command.user.primarygroup.not-member={0} хАšцœЊцˆч‚К {1} чš„цˆх“ЁяМŒчОхœЈц­ЃхœЈц–АхЂž +luckperms.command.user.primarygroup.already-has={0} чš„фИЛшІчОЄчЕ„хЗВчЖ“шЈ­хЎšч‚К {1} +luckperms.command.user.primarygroup.warn-option=ш­Іх‘Š яМš ц­ЄфМКцœх™Ј яМˆ{0}яМ‰ ц­ЃхœЈфНПч”Јчš„фИЛшІчОЄчЕ„шЈˆчЎ—ц–ЙцГ•хЏшƒНч„ЁцГ•хц˜ щ€™цЌЁчš„ц›Дц”Й +luckperms.command.user.primarygroup.set={0} чš„щІ–шІчЕ„хˆЅхЗВшЈ­хЎšч‚К {1} +luckperms.command.user.track.error-not-contain-group={0} хАšцœЊхœЈ {1} чš„фЛЛфН•чОЄчЕ„х…Ї +luckperms.command.user.track.unsure-which-track=ч„ЁцГ•чЂКхЎšшІфНПч”Јчš„цЌŠщ™щšŽчДšяМŒшЋ‹хА‡х…ЖцŒ‡хЎšч‚Кхƒц•И +luckperms.command.user.track.missing-group-advice=шЋ‹хЛКчЋ‹чОЄчЕ„яМŒцˆ–хОžцЌŠщ™щšŽчДšфИ­хˆЊщ™ЄхЎƒяМŒч„ЖхОŒх†шЉІфИ€цЌЁ +luckperms.command.user.promote.added-to-first={0} фИхœЈ {1} чš„фЛЛфН•чОЄчЕ„фИ­яМŒц‰€фЛЅфЛ–х€‘шЂЋхŠ х…ЅхˆАч’АхЂƒ {3} чš„чЌЌфИ€х€‹чОЄчЕ„ {2} +luckperms.command.user.promote.not-on-track={0} фИхœЈ {1} чš„фЛЛфН•фИ€х€‹чОЄчЕ„яМŒх› ш€ŒцВ’цœ‰х‡чДš +luckperms.command.user.promote.success=хœЈч’АхЂƒ {4} фИ­цВПцЌŠщ™щšŽчДš {1} х‡чДš {0} хОž {2} хˆА {3} +luckperms.command.user.promote.end-of-track=цЌŠщ™щšŽчДš {0} хЗВчЖ“хˆАщ”чЕхАОяМŒч„ЁцГ•х‡чДš {1} +luckperms.command.user.promote.next-group-deleted=цЌŠщ™щšŽчДšфИŠчš„фИ‹фИ€х€‹чОЄчЕ„ {0}яМŒхЗВчЖ“фИх­˜хœЈ +luckperms.command.user.promote.unable-to-promote=ч„ЁцГ•хА‡фНПч”Јш€…х‡чДš +luckperms.command.user.demote.success=хœЈч’АхЂƒ {4} фИ­цВПцЌŠщ™щšŽчДš {1} щ™чДš {0} хОž {2} хˆА {3} +luckperms.command.user.demote.end-of-track=цЌŠщ™щšŽчДš {0} хЗВчЖ“хˆАщ”чЕхАОяМŒх› ц­Є {1} хЗВчЖ“хОž {2} чЇЛщ™Є +luckperms.command.user.demote.end-of-track-not-removed=цЌŠщ™щšŽчДš {0} хЗВчЖ“хˆАщ”чЕхАОяМŒфН†ц˜Џ {1} цВ’цœ‰хОžчЌЌфИ€чОЄчЕ„фИ­чЇЛщ™Є +luckperms.command.user.demote.previous-group-deleted=цЌŠщ™щšŽчДšфИŠчš„фИŠфИ€х€‹чОЄчЕ„ {0}яМŒхЗВчЖ“фИх­˜хœЈ +luckperms.command.user.demote.unable-to-demote=ч„ЁцГ•хА‡фНПч”Јш€…щ™чДš +luckperms.command.group.list.title=чОЄчЕ„ +luckperms.command.group.delete.not-default=фН фИшƒНхˆЊщ™Єщ шЈ­чОЄчЕ„ +luckperms.command.group.info.title=чОЄчЕ„шГ‡шЈŠ +luckperms.command.group.info.display-name-key=щЁЏчЄКхчЈБ +luckperms.command.group.info.weight-key=цЌŠщ‡ +luckperms.command.group.setweight.set=хЗВхА‡чОЄчЕ„ {1} чš„цЌŠщ‡шЈ­хЎšч‚К {0} +luckperms.command.group.setdisplayname.doesnt-have={0} цВ’цœ‰хЗВшЈ­хЎšчš„щЁЏчЄКхчЈБ +luckperms.command.group.setdisplayname.already-has={0} хЗВчЖ“шЈ­хЎšх…ЖщЁЏчЄКхчЈБч‚К {1} +luckperms.command.group.setdisplayname.already-in-use=шЉВщЁЏчЄКхчЈБ {0} хЗВчЖ“шЂЋ {1} ц‰€фНПч”Ј +luckperms.command.group.setdisplayname.set=хЗВшЈ­хЎšчОЄчЕ„ {1} хœЈч’АхЂƒ {2} фИ­чš„щЁЏчЄКхчЈБч‚К {0} +luckperms.command.group.setdisplayname.removed=хЗВчЇЛщ™ЄчОЄчЕ„ {0} хœЈч’АхЂƒ {1} фИ­чš„щЁЏчЄКхчЈБ +luckperms.command.track.list.title=цЌŠщ™щšŽчДš +luckperms.command.track.path.empty=ч„Ё +luckperms.command.track.info.showing-track=щЁЏчЄКц­ЗчЈ‹ +luckperms.command.track.info.path-property=шЗЏхО‘ +luckperms.command.track.clear={0} чš„чОЄчЕ„цЌŠщ™щšŽчДšхЗВшЂЋцИ…щ™Є +luckperms.command.track.append.success=чОЄчЕ„ {0} хЗВхŠ х…ЅхˆАцЌŠщ™щšŽчДš {1} +luckperms.command.track.insert.success=чОЄчЕ„ {0} шЂЋц’х…ЅхˆАцЌŠщ™щšŽчДš {1} чš„фНчНЎ {2} +luckperms.command.track.insert.error-number=щ цœŸч‚Кц•Их­—яМŒфН†хЏІщš›цŽЅц”ЖфК† яМš {0} +luckperms.command.track.insert.error-invalid-pos=ч„ЁцГ•ц’х…ЅхˆАфНчНЎ {0} +luckperms.command.track.insert.error-invalid-pos-reason=ч„Ёц•ˆчš„фНчНЎ +luckperms.command.track.remove.success=чОЄчЕ„ {0} хЗВхОžцЌŠщ™щšŽчДš {1} фИ­чЇЛщ™Є +luckperms.command.track.error-empty=ч„ЁцГ•фНПч”Ј {0}яМŒх› ч‚КхЎƒц˜ЏчЉКчš„цˆ–хƒ…хŒ…хЋфИ€х€‹чОЄчЕ„ +luckperms.command.track.error-multiple-groups={0} ц˜Џц­ЄцЌŠщ™щšŽчДšфИŠхЄšх€‹чОЄчЕ„чš„цˆх“Ё +luckperms.command.track.error-ambiguous=ч„ЁцГ•чЂКхЎšх…ЖфНчНЎ +luckperms.command.track.already-contains={0} хЗВчЖ“хŒ…хЋ {1} +luckperms.command.track.doesnt-contain={0} фИІцœЊхŒ…хЋ {1} +luckperms.command.log.load-error=ч„ЁцГ•шМ‰х…Ѕц—ЅшЊŒ +luckperms.command.log.invalid-page=ч„Ёц•ˆчš„щ чЂМ +luckperms.command.log.invalid-page-range=шЋ‹шМИх…ЅфЛ‹фЙŽ {0} ш‡Г {1} фЙ‹щ–“чš„х€М +luckperms.command.log.empty=цВ’цœ‰хЏщЁЏчЄКчš„ц—ЅшЊŒцЂч›Ў +luckperms.command.log.notify.error-console=ч„ЁцГ•хˆ‡ц›цŽЇхˆЖхАчš„щ€šчŸЅ +luckperms.command.log.notify.enabled-term=хЗВх•Ÿч”Ј +luckperms.command.log.notify.disabled-term=хЗВхœч”Ј +luckperms.command.log.notify.changed-state={0} ц—ЅшЊŒшМИх‡К +luckperms.command.log.notify.already-on=фН хЗВц­ЃхœЈцŽЅц”Жщ€šчŸЅ +luckperms.command.log.notify.already-off=фН ч›Ўх‰фИцœƒцŽЅц”Жщ€šчŸЅ +luckperms.command.log.notify.invalid-state=цœЊчŸЅчš„ч‹€ц…‹у€‚щ цœŸч‚К {0} цˆ– {1} +luckperms.command.log.show.search=щЁЏчЄКцŸЅшЉЂ {0} цœ€шП‘чš„ц“фНœ +luckperms.command.log.show.recent=щЁЏчЄКцœ€шП‘чš„ц“фНœ +luckperms.command.log.show.by=щЁЏчЄК {0} цœ€шП‘чš„ц“фНœ +luckperms.command.log.show.history=щЁЏчЄК {0} {1} чš„ц­ЗхВшЈ˜щŒ„ +luckperms.command.export.error-term=щŒЏшЊЄ +luckperms.command.export.already-running=хЗВцœ‰фИ€щ …хŒЏх‡КфНœцЅ­ц­ЃхœЈщ€ВшЁŒ +luckperms.command.export.file.already-exists=цЊ”цЁˆ {0} хЗВх­˜хœЈ +luckperms.command.export.file.not-writable=цЊ”цЁˆ {0} ч„ЁцГ•хЏЋх…Ѕ +luckperms.command.export.file.success=хЗВцˆхŠŸхŒЏх‡Кш‡Г {0} +luckperms.command.export.file-unexpected-error-writing=хœЈхЏЋх…ЅцЊ”цЁˆц™‚ч™Мч”ŸфК†щ цœŸхЄ–чš„щŒЏшЊЄ +luckperms.command.export.web.export-code=хŒЏх‡КфЛЃчЂМ +luckperms.command.export.web.import-command-description=фНПч”ЈфЛЅфИ‹цŒ‡фЛЄфО†хŒЏх…Ѕ +luckperms.command.import.term=хŒЏх…Ѕ +luckperms.command.import.error-term=щŒЏшЊЄ +luckperms.command.import.already-running=хЗВцœ‰фИ€щ …хŒЏх…ЅфНœцЅ­ц­ЃхœЈщ€ВшЁŒ +luckperms.command.import.file.doesnt-exist=цЊ”цЁˆ {0} фИх­˜хœЈ +luckperms.command.import.file.not-readable=ч„ЁцГ•шЎ€х–цЊ”цЁˆ {0} +luckperms.command.import.file.unexpected-error-reading=хœЈшЎ€х–хŒЏх…ЅцЊ”цЁˆц™‚ч™Мч”ŸфК†щ цœŸхЄ–чš„щŒЏшЊЄ +luckperms.command.import.file.correct-format=ц МхМц˜ЏхІц­ЃчЂК яМŸ +luckperms.command.import.web.unable-to-read=ч„ЁцГ•хОžцŒ‡хЎšчš„фЛЃчЂМшЎ€х–шГ‡ц–™ +luckperms.command.import.progress.percent=хЗВхЎŒцˆ {0}% +luckperms.command.import.progress.operations=хЗВхЎŒцˆ {0}/{1} щ …ц“фНœ +luckperms.command.import.starting=щ–‹хЇ‹хŒЏх…ЅфНœцЅ­ +luckperms.command.import.completed=хЗВхЎŒцˆ +luckperms.command.import.duration=ш€—ц™‚ {0} чЇ’ +luckperms.command.bulkupdate.must-use-console=ц‰Йщ‡ц›Дц–АцŒ‡фЛЄхЊшƒНхœЈцŽЇхˆЖхАфНПч”Ј +luckperms.command.bulkupdate.invalid-data-type=ч„Ёц•ˆчš„щЁžхž‹яМŒщ цœŸч‚К {0} +luckperms.command.bulkupdate.invalid-constraint=ч„Ёц•ˆчš„чД„цŸ {0} +luckperms.command.bulkupdate.invalid-constraint-format=чД„цŸц‡‰щЕхОЊц МхМ {0} +luckperms.command.bulkupdate.invalid-comparison=ч„Ёц•ˆчš„цЏ”шМƒщ‹чЎ—х­ {0} +luckperms.command.bulkupdate.invalid-comparison-format=щ цœŸч‚КфЛЅфИ‹фЙ‹фИ€ яМš {0} +luckperms.command.bulkupdate.queued=ц‰Йщ‡ц›Дц–Ац“фНœхЗВфН‡хˆ— +luckperms.command.bulkupdate.confirm=хŸЗшЁŒ {0} фО†щ€ВшЁŒц›Дц–А +luckperms.command.bulkupdate.unknown-id=ID {0} чš„ц“фНœфИх­˜хœЈцˆ–хЗВщŽцœŸ +luckperms.command.bulkupdate.starting=ц­ЃхœЈщ€ВшЁŒц‰Йщ‡ц›Дц–А +luckperms.command.bulkupdate.success=ц‰Йщ‡ц›Дц–АхЗВцˆхŠŸхЎŒцˆ +luckperms.command.bulkupdate.success.statistics.nodes=х—хНБщŸПчЏ€щЛžчИНц•И +luckperms.command.bulkupdate.success.statistics.users=х—хНБщŸПфНПч”Јш€…чИНц•И +luckperms.command.bulkupdate.success.statistics.groups=х—хНБщŸПчОЄчЕ„чИНц•И +luckperms.command.bulkupdate.failure=ц‰Йщ‡ц›Дц–АхЄБц•—яМŒшЋ‹цЊЂцŸЅцŽЇхˆЖхАфЛЅх–хО—щŒЏшЊЄшЈŠцЏ +luckperms.command.update-task.request=фИ€щ …ц›Дц–АфЛЛх‹™хЗВшЂЋшЋ‹цБ‚яМŒшЋ‹чЈх€™ +luckperms.command.update-task.complete=ц›Дц–АхЗЅфНœхЎŒцˆ +luckperms.command.update-task.push.attempting=чОц­Ѓх˜—шЉІцŽЈц’­ш‡Гх…ЖхЎƒфМКцœх™Ј +luckperms.command.update-task.push.complete=хЗВцˆхŠŸщ€šщŽ {0} щ€šчŸЅх…ЖхЎƒфМКцœх™Ј +luckperms.command.update-task.push.error=х‘х…ЖхЎƒфМКцœх™ЈцŽЈщ€ц›Дц”Йц™‚ч™Мч”ŸщŒЏшЊЄ +luckperms.command.update-task.push.error-not-setup=ч”Бц–МхАšцœЊшЈ­хЎšщ€фПЁцœх‹™яМŒх› ц­Єч„ЁцГ•х‘х…ЖхЎƒфМКцœх™ЈцŽЈц’­ц›Дц”Й +luckperms.command.reload-config.success=хЗВщ‡ц–АшМ‰х…ЅшЈ­хЎšцЊ”цЁˆ +luckperms.command.reload-config.restart-note=щƒЈфЛНщИщ …хЊхœЈфМКцœх™Јщ‡ц–Ах•Ÿх‹•хОŒц‰цœƒхЅ—ч”Ј +luckperms.command.translations.searching=ц­ЃхœЈцœхА‹хЏч”Јчš„чПЛш­ЏяМŒшЋ‹чЈх€™т€Іт€І +luckperms.command.translations.searching-error=ч„ЁцГ•х–хО—хЏч”ЈчПЛш­Џхˆ—шЁЈ +luckperms.command.translations.installed-translations=хЗВхЎ‰шЃчš„чПЛш­Џ +luckperms.command.translations.available-translations=хЏч”Јчš„чПЛш­Џ +luckperms.command.translations.percent-translated=хЗВчПЛш­Џ {0}% +luckperms.command.translations.translations-by=чПЛш­Џш€…яИА +luckperms.command.translations.installing=ц­ЃхœЈхЎ‰шЃчПЛш­ЏяМŒшЋ‹чЈх€™т€Іт€І +luckperms.command.translations.download-error=ч„ЁцГ•фИ‹шМ‰шЊžшЈ€ {0} чš„чПЛш­Џ +luckperms.command.translations.installing-specific=ц­ЃхœЈхЎ‰шЃшЊžшЈ€ {0}т€Іт€І +luckperms.command.translations.install-complete=хЎ‰шЃхЎŒцˆ +luckperms.command.translations.download-prompt=фНПч”Ј {0} фО†фИ‹шМ‰фИІхЎ‰шЃч”БчЄОчОЄцфО›чš„чПЛш­ЏхЅ—фЛЖчš„цœ€ц–Ач‰ˆцœЌ +luckperms.command.translations.download-override-warning=шЋ‹цГЈц„яМŒщ€™хА‡шІ†ш“‹фН хАщ€™фК›шЊžшЈ€фНœх‡Кчš„ц‰€цœ‰ц›Дц”Й +luckperms.usage.user.description=хœЈ LuckPerms фИ­чЎЁч†фНПч”Јш€…чš„фИ€чЕ„цŒ‡фЛЄу€‚ яМˆLuckPerms фИ­чš„у€Œuserу€фЛЃшЁЈчŽЉхЎЖяМŒхЏфЛЅц˜Џх…Ж UUID цˆ–фНПч”Јш€…хчЈБяМ‰ +luckperms.usage.group.description=хœЈ LuckPerms шЃЁч”ЈфО†чЎЁч†чОЄчЕ„ яМˆGroupяМ‰ чš„фИ€чЕ„цŒ‡фЛЄу€‚чОЄчЕ„щ›†хˆфК†фИ€фК›щœ€шІчЕІфНПч”Јш€…чš„цЌŠщ™чЏ€щЛžяМŒфН хЏфЛЅфНПч”Ју€Œcreategroupу€фО†ц–АхЂžфИ€х€‹чОЄчЕ„у€‚ +luckperms.usage.track.description=хœЈ LuckPerms шЃЁч”ЈфО†чЎЁч†цЌŠщ™щšŽчДš яМˆTrackяМ‰ чš„фИ€чЕ„цŒ‡фЛЄу€‚цЌŠщ™щšŽчДšц˜ЏчОЄчЕ„чš„цŽ’фНщ †хКяМŒхЏч”Јц–МхЎšчОЉх‡чДšх’Œщ™чДšу€‚ +luckperms.usage.log.description=фИ€фК›чЎЁч†LuckPermsшЃЁщЂчš„loggingхŠŸшƒНчš„цŒ‡фЛЄ +luckperms.usage.sync.description=хОžц’фЛЖх„Вх­˜чЉКщ–“щ‡ц–АшМ‰х…Ѕц‰€цœ‰шГ‡ц–™хˆАшЈ˜ц†ЖщЋ”яМŒфИІхЅ—ч”ЈцЊЂцИЌхˆАчš„фЛЛфН•ц›Дц”Йу€‚ +luckperms.usage.info.description=хˆ—х‡Кцœ‰щ—œщ‹шЁŒфИ­чš„ц’фЛЖхЏІфО‹чš„фИ€шˆЌшЈŠцЏу€‚ +luckperms.usage.editor.description=хЛКчЋ‹фИ€х€‹ц–Ачš„чЖВщ чЗЈшМЏх™ЈхЗЅфНœщšŽцЎЕ +luckperms.usage.editor.argument.type=шІшМ‰х…Ѕш‡ГчЗЈшМЏх™ЈфИ­чš„щЁžхž‹у€‚ яМˆу€Œallу€у€у€Œusersу€цˆ–у€Œgroupsу€яМ‰ +luckperms.usage.editor.argument.filter=щŽцПОфНПч”Јш€…цЂч›Ўчš„цЌŠщ™ +luckperms.usage.verbose.description=ч”ЈфО†цŽЇхˆЖу€ŒцЌŠщ™ч›Ѓчœ‹чГЛчЕБу€чš„цЌŠщ™чЏ€щЛž +luckperms.usage.verbose.argument.action=цŒ‡хЎšц˜ЏхІх•Ÿч”Ј у€хœч”Јцˆ–ц˜ЏфИŠх‚ГхЗВчД€щŒ„чš„шМИх‡К +luckperms.usage.verbose.argument.filter=хŒЙщ…цЂч›Ўчš„чЏЉщИх™Ј +luckperms.usage.verbose.argument.commandas=шІхŸЗшЁŒчš„чŽЉхЎЖцˆ–цŒ‡фЛЄ +luckperms.usage.tree.description=ч”ŸцˆфИ€х€‹ LuckPerms хЗВчŸЅчš„ц‰€цœ‰цЌŠщ™чš„цЈЙч‹€хœ– яМˆцœ‰хКхˆ—шЁЈхБЄцЌЁчЕцЇ‹яМ‰ у€‚ +luckperms.usage.tree.argument.scope=ц Йч›ЎщŒ„цŒ‡хЎšу€Œ.у€фЛЅхŒ…хЋц‰€цœ‰цЌŠщ™ +luckperms.usage.tree.argument.player=шІцЊЂцŸЅчš„хœЈчЗšчŽЉхЎЖхчЈБ +luckperms.usage.search.description=цœхА‹ц“цœ‰ч‰ЙхЎšцЌŠщ™чš„ц‰€цœ‰фНПч”Јш€…цˆ–чОЄчЕ„ +luckperms.usage.search.argument.permission=шІцœхА‹чš„цЌŠщ™ +luckperms.usage.search.argument.page=шІцŸЅчœ‹чš„щ щЂ +luckperms.usage.network-sync.description=хА‡фПЎц”ЙхŒц­ЅхˆАшГ‡ц–™хКЋфИ­фИІфИ”фЙŸхœЈщ€ЃчЗšчš„х…ЖхЎƒфМКцœх™ЈфИ­хŒц­Ѕ +luckperms.usage.import.description=хОž яМˆх…ˆх‰хЛКчЋ‹чš„яМ‰ хŒЏх‡КцЊ”цЁˆфИ­хŒЏх…ЅшГ‡ц–™ +luckperms.usage.import.argument.file=шІхŒЏх…Ѕчš„цЊ”цЁˆ +luckperms.usage.import.argument.replace=х–фЛЃчОцœ‰шГ‡ц–™ш€ŒфИфНœхˆфНЕ +luckperms.usage.import.argument.upload=фИŠх‚Гх…ˆх‰хŒЏх‡Кчš„шГ‡ц–™ +luckperms.usage.export.description=хА‡ц‰€цœ‰цЌŠщ™шГ‡ц–™хŒЏх‡КхˆА ''хŒЏх‡К'' цЊ”цЁˆу€‚хЏхœЈчЈхОŒщ‡ц–АхŒЏх…Ѕу€‚ +luckperms.usage.export.argument.file=шІхŒЏх‡Кчš„цЊ”цЁˆ +luckperms.usage.export.argument.without-users=хœЈхŒЏх‡Кц™‚цŽ’щ™ЄфНПч”Јш€… +luckperms.usage.export.argument.without-groups=хœЈхŒЏх‡Кц™‚цŽ’щ™ЄчОЄчЕ„ +luckperms.usage.export.argument.upload=хА‡ц‰€цœ‰цЌŠщ™шГ‡ц–™фИŠх‚ГхˆАчЖВщ чЗЈшМЏх™Ју€‚хЏхœЈчЈхОŒщ‡ц–АхŒЏх…Ѕу€‚ +luckperms.usage.reload-config.description=щ‡ц–АшМ‰х…ЅфИ€фК›шЈ­хЎšчš„щИщ … +luckperms.usage.bulk-update.description=хœЈц‰€цœ‰шГ‡ц–™фИŠхŸЗшЁŒц‰Йщ‡ц›Дц”ЙцŸЅшЉЂ +luckperms.usage.bulk-update.argument.data-type=шІц›Дц”Йчš„шГ‡ц–™щЁžхž‹у€‚ яМˆу€Œallу€у€у€Œusersу€цˆ–у€Œgroupsу€яМ‰ +luckperms.usage.bulk-update.argument.action=шІхœЈшГ‡ц–™фИŠхŸЗшЁŒчš„ц“фНœу€‚ яМˆу€Œupdateу€цˆ–у€Œdeleteу€яМ‰ +luckperms.usage.bulk-update.argument.action-field=щœ€шІц›Дц–Ачš„х€хŸŸяМŒхƒ…хœЈу€Œupdateу€ц™‚щœ€шІшМИх…Ѕу€‚ яМˆу€Œpermissionу€у€у€Œserverу€цˆ–у€Œworldу€яМ‰ +luckperms.usage.bulk-update.argument.action-value=шІх–фЛЃчš„х€Му€‚хƒ…хœЈ ''update'' ц™‚щœ€шІшМИх…Ѕу€‚ +luckperms.usage.bulk-update.argument.constraint=ц›Дц–Ац™‚щœ€шІчš„чД„цŸ +luckperms.usage.translations.description=чЎЁч†чПЛш­Џ +luckperms.usage.translations.argument.install=хЎ‰шЃчПЛш­Џчš„х­цŒ‡фЛЄ +luckperms.usage.apply-edits.description=хЅ—ч”ЈхОžчЖВщ чЗЈшМЏх™Јщ€ВшЁŒчš„цЌŠщ™ц›Дц”Й +luckperms.usage.apply-edits.argument.code=шГ‡ц–™чš„х”ЏфИ€фЛЃчЂМ +luckperms.usage.apply-edits.argument.target=щœ€шІц‡‰ч”ЈшЎŠц›ДчЕІ +luckperms.usage.create-group.description=хЛКчЋ‹ц–АчОЄчЕ„ +luckperms.usage.create-group.argument.name=чОЄчЕ„хчЈБ +luckperms.usage.create-group.argument.weight=чОЄчЕ„чš„цЌŠщ‡ +luckperms.usage.create-group.argument.display-name=чОЄчЕ„чš„щЁЏчЄКхчЈБ +luckperms.usage.delete-group.description=хˆЊщ™ЄчОЄчЕ„ +luckperms.usage.delete-group.argument.name=чОЄчЕ„хчЈБ +luckperms.usage.list-groups.description=хˆ—х‡КхЙГхАфИŠц‰€цœ‰чš„чЕ„хˆЅ +luckperms.usage.create-track.description=хЛКчЋ‹ц–АцЌŠщ™щšŽчДš +luckperms.usage.create-track.argument.name=цЌŠщ™щšŽчДšхчЈБ +luckperms.usage.delete-track.description=хˆЊщ™ЄцЌŠщ™щšŽчДš +luckperms.usage.delete-track.argument.name=цЌŠщ™щšŽчДšхчЈБ +luckperms.usage.list-tracks.description=хˆ—х‡КхЙГхАфИŠц‰€цœ‰чš„цЌŠщ™щšŽчДš +luckperms.usage.user-info.description=щЁЏчЄКцœ‰щ—œфНПч”Јш€…чš„шГ‡шЈŠ +luckperms.usage.user-switchprimarygroup.description=хˆ‡ц›фНПч”Јш€…чš„фИЛшІчОЄчЕ„ +luckperms.usage.user-switchprimarygroup.argument.group=шІхˆ‡ц›чš„чОЄчЕ„ +luckperms.usage.user-promote.description=цх‡фНПч”Јш€…фИ€х€‹цЌŠщ™щšŽчДš +luckperms.usage.user-promote.argument.track=шІх‡чДšфНПч”Јш€…чš„ч›ЎцЈ™цЌŠщ™щšŽчДš +luckperms.usage.user-promote.argument.context=шІх‡чДšфНПч”Јш€…чš„ч’АхЂƒ +luckperms.usage.user-promote.argument.dont-add-to-first=хЊцœ‰хЗВчЖ“хœЈцЌŠщ™щšŽчДšх…Їчš„фНПч”Јш€…ц‰цœƒх‡чДš +luckperms.usage.user-demote.description=щ™фНŽфНПч”Јш€…фИ€х€‹цЌŠщ™щšŽчДš +luckperms.usage.user-demote.argument.track=шІщ™чДšфНПч”Јш€…чš„ч›ЎцЈ™цЌŠщ™щšŽчДš +luckperms.usage.user-demote.argument.context=шІщ™чДšфНПч”Јш€…чš„ч’АхЂƒ +luckperms.usage.user-demote.argument.dont-remove-from-first=щ˜Вц­ЂфНПч”Јш€…хОžчЌЌфИ€чОЄчЕ„фИ­чЇЛщ™Є +luckperms.usage.user-clone.description=шЄ‡шЃНфНПч”Јш€… +luckperms.usage.user-clone.argument.user=шІшЄ‡шЃНчš„фНПч”Јш€…хчЈБцˆ– UUID +luckperms.usage.group-info.description=щЁЏчЄКцœ‰щ—œчОЄчЕ„чš„шГ‡шЈŠ +luckperms.usage.group-listmembers.description=щЁЏчЄКчЙМц‰Пц­ЄчОЄчЕ„чš„фНПч”Јш€…цˆ–чОЄчЕ„ +luckperms.usage.group-listmembers.argument.page=шІцŸЅчœ‹чš„щ щЂ +luckperms.usage.group-setweight.description=шЈ­хЎšчОЄчЕ„чš„цЌŠщ‡ +luckperms.usage.group-setweight.argument.weight=шІшЈ­хЎšчš„цЌŠщ‡ +luckperms.usage.group-set-display-name.description=шЈ­хЎšчОЄчЕ„чš„щЁЏчЄКхчЈБ +luckperms.usage.group-set-display-name.argument.name=шІшЈ­хЎšчš„хчЈБ +luckperms.usage.group-set-display-name.argument.context=шІшЈ­хЎšхчЈБчš„ч’АхЂƒ +luckperms.usage.group-rename.description=щ‡ц–Ах‘НхчОЄчЕ„ +luckperms.usage.group-rename.argument.name=ц–АхчЈБ +luckperms.usage.group-clone.description=шЄ‡шЃНчОЄчЕ„ +luckperms.usage.group-clone.argument.name=шІшЄ‡шЃНчš„чОЄчЕ„хчЈБ +luckperms.usage.holder-editor.description=щ–‹х•ŸцЌŠщ™чЗЈшМЏх™ЈчЖВщ  +luckperms.usage.holder-showtracks.description=хˆ—х‡КхАшБЁц‰€хœЈчš„цЌŠщ™щšŽчДš +luckperms.usage.holder-clear.description=чЇЛщ™Єц‰€цœ‰цЌŠщ™у€чˆЖчГЛх’Œх…ƒшГ‡ц–™ +luckperms.usage.holder-clear.argument.context=шІщŽцПОчš„ч’АхЂƒ +luckperms.usage.permission.description=чЗЈшМЏцЌŠщ™ +luckperms.usage.parent.description=чЗЈшМЏчЙМц‰Пщ … +luckperms.usage.meta.description=чЗЈшМЏх…ƒшГ‡ц–™х€М +luckperms.usage.permission-info.description=хˆ—х‡КхАшБЁц“цœ‰чš„цЌŠщ™ +luckperms.usage.permission-info.argument.page=шІцŸЅчœ‹чš„щ щЂ +luckperms.usage.permission-info.argument.sort-mode=хІ‚фН•цŽ’хКцЂч›Ў +luckperms.usage.permission-set.description=ч‚КхАшБЁшЈ­хЎšцЌŠщ™ +luckperms.usage.permission-set.argument.node=шІшЈ­хЎšчš„цЌŠщ™чЏ€щЛž +luckperms.usage.permission-set.argument.value=чЏ€щЛžчš„х€М +luckperms.usage.permission-set.argument.context=шІхЂžхŠ цЌŠщ™чš„ч’АхЂƒ +luckperms.usage.permission-unset.description=ч‚КхАшБЁшЇЃщ™ЄшЈ­хЎšцЌŠщ™ +luckperms.usage.permission-unset.argument.node=шІшЇЃщ™ЄшЈ­хЎšчš„цЌŠщ™чЏ€щЛž +luckperms.usage.permission-unset.argument.context=шІчЇЛщ™ЄцЌŠщ™чš„ч’АхЂƒ +luckperms.usage.permission-settemp.description=ч‚КхАшБЁшЈ­хЎšш‡Јц™‚цЌŠщ™ +luckperms.usage.permission-settemp.argument.node=шІшЈ­хЎšчš„цЌŠщ™чЏ€щЛž +luckperms.usage.permission-settemp.argument.value=чЏ€щЛžчš„х€М +luckperms.usage.permission-settemp.argument.duration=цЌŠщ™чЏ€щЛžчš„цœ‰ц•ˆц™‚щ–“ +luckperms.usage.permission-settemp.argument.temporary-modifier=ш‡Јц™‚цЌŠщ™чš„хЅ—ч”Јц–ЙхМ +luckperms.usage.permission-settemp.argument.context=шІхЂžхŠ цЌŠщ™чš„ч’АхЂƒ +luckperms.usage.permission-unsettemp.description=ч‚КхАшБЁшЇЃщ™ЄшЈ­хЎšш‡Јц™‚цЌŠщ™ +luckperms.usage.permission-unsettemp.argument.node=шІшЇЃщ™ЄшЈ­хЎšчš„цЌŠщ™чЏ€щЛž +luckperms.usage.permission-unsettemp.argument.duration=шІцИ›хŽЛчš„ц™‚щ–“ +luckperms.usage.permission-unsettemp.argument.context=шІчЇЛщ™ЄцЌŠщ™чš„ч’АхЂƒ +luckperms.usage.permission-check.description=цЊЂцŸЅхАшБЁц˜ЏхІц“цœ‰ч‰ЙхЎšчš„цЌŠщ™чЏ€щЛž +luckperms.usage.permission-check.argument.node=шІцЊЂцŸЅчš„цЌŠщ™чЏ€щЛž +luckperms.usage.permission-clear.description=цИ…щ™Єц‰€цœ‰цЌŠщ™ +luckperms.usage.permission-clear.argument.context=шІщŽцПОчš„ч’АхЂƒ +luckperms.usage.parent-info.description=хˆ—х‡КшЉВхАшБЁчЙМц‰Пчš„чОЄчЕ„ +luckperms.usage.parent-info.argument.page=шІцŸЅчœ‹чš„щ щЂ +luckperms.usage.parent-info.argument.sort-mode=хІ‚фН•цŽ’хКцЂч›Ў +luckperms.usage.parent-set.description=хˆЊщ™ЄхАшБЁчОц™‚чЙМц‰Пчš„ц‰€цœ‰чОЄчЕ„фИІхА‡х…ЖхЂžхŠ хˆАцŒ‡хЎšчš„чОЄчЕ„ +luckperms.usage.parent-set.argument.group=шІшЈ­хЎšчš„чОЄчЕ„ +luckperms.usage.parent-set.argument.context=шІшЈ­хЎšчОЄчЕ„чš„ч’АхЂƒ +luckperms.usage.parent-add.description=шЈ­хЎšхІфИ€х€‹чЙМц‰ПхАшБЁчš„цЌŠщ™чš„чОЄчЕ„ +luckperms.usage.parent-add.argument.group=шІчЙМц‰Пчš„чОЄчЕ„ +luckperms.usage.parent-add.argument.context=шІчЙМц‰ПчОЄчЕ„чš„ч’АхЂƒ +luckperms.usage.parent-remove.description=хˆЊщ™Єх…ˆх‰шЈ­хЎšчš„чЙМц‰ПшІх‰‡ +luckperms.usage.parent-remove.argument.group=шІчЇЛщ™Єчš„чОЄчЕ„ +luckperms.usage.parent-remove.argument.context=шІчЇЛщ™ЄчОЄчЕ„чš„ч’АхЂƒ +luckperms.usage.parent-set-track.description=хˆЊщ™ЄхАшБЁчОц™‚хœЈцЌŠщ™щšŽчДšчЙМц‰Пчš„ц‰€цœ‰чОЄчЕ„фИІхА‡х…ЖхЂžхŠ хˆАцŒ‡хЎšчš„чОЄчЕ„ +luckperms.usage.parent-set-track.argument.track=шІшЈ­хЎšчš„цЌŠщ™щšŽчДš +luckperms.usage.parent-set-track.argument.group=шІшЈ­хЎšч‚Кчš„чОЄчЕ„яМŒцˆ–шЉВчОЄчЕ„хœЈцŒ‡хЎšчš„цЌŠщ™щšŽчДšшЃЁчš„фНчНЎ +luckperms.usage.parent-set-track.argument.context=шІшЈ­хЎšчОЄчЕ„чš„ч’АхЂƒ +luckperms.usage.parent-add-temp.description=шЈ­хЎšхІфИ€х€‹цšЋц™‚чЙМц‰ПхАшБЁчš„цЌŠщ™чš„чОЄчЕ„ +luckperms.usage.parent-add-temp.argument.group=шІчЙМц‰Пчš„чОЄчЕ„ +luckperms.usage.parent-add-temp.argument.duration=чОЄчЛ„цˆх“Ёчš„цœ‰ц•ˆц™‚щ–“ +luckperms.usage.parent-add-temp.argument.temporary-modifier=хІ‚фН•хЅ—ч”Јш‡Јц™‚цЌŠщ™ +luckperms.usage.parent-add-temp.argument.context=шІчЙМц‰ПчОЄчЕ„чš„ч’АхЂƒ +luckperms.usage.parent-remove-temp.description=хˆЊщ™Єх…ˆх‰шЈ­хЎšчš„ш‡Јц™‚чЙМц‰ПшІх‰‡ +luckperms.usage.parent-remove-temp.argument.group=шІчЇЛщ™Єчš„чОЄчЕ„ +luckperms.usage.parent-remove-temp.argument.duration=шІцИ›хŽЛчš„ц™‚щ–“ +luckperms.usage.parent-remove-temp.argument.context=шІчЇЛщ™ЄчОЄчЕ„чš„ч’АхЂƒ +luckperms.usage.parent-clear.description=цИ…щ™Єц‰€цœ‰чˆЖчГЛ +luckperms.usage.parent-clear.argument.context=шІщŽцПОчš„ч’АхЂƒ +luckperms.usage.parent-clear-track.description=цИ…щ™ЄцŒ‡хЎšцЌŠщ™щšŽчДšфИŠчš„ц‰€цœ‰чˆЖчГЛчОЄчЕ„ +luckperms.usage.parent-clear-track.argument.track=шІчЇЛщ™Єчš„цЌŠщ™щšŽчДš +luckperms.usage.parent-clear-track.argument.context=шІщŽцПОчš„ч’АхЂƒ +luckperms.usage.meta-info.description=щЁЏчЄКц‰€цœ‰шŠхЄЉх…ƒшГ‡ц–™ +luckperms.usage.meta-set.description=шЈ­хЎšфИ€х€‹х…ƒх€М +luckperms.usage.meta-set.argument.key=шІшЈ­хЎšчš„щ‡‘щ‘А +luckperms.usage.meta-set.argument.value=шІшЈ­хЎšчš„х€М +luckperms.usage.meta-set.argument.context=шІхЂžхŠ х…ƒшГ‡ц–™чš„ч’АхЂƒ +luckperms.usage.meta-unset.description=шЇЃщ™ЄшЈ­хЎšфИ€х€‹х…ƒх€М +luckperms.usage.meta-unset.argument.key=шІшЇЃщ™ЄшЈ­хЎšчš„щ‡‘щ‘А +luckperms.usage.meta-unset.argument.context=шІчЇЛщ™Єх…ƒшГ‡ц–™чš„ч’АхЂƒ +luckperms.usage.meta-settemp.description=шЈ­хЎšфИ€х€‹ш‡Јц™‚х…ƒх€М +luckperms.usage.meta-settemp.argument.key=шІшЈ­хЎšчš„щ‡‘щ‘А +luckperms.usage.meta-settemp.argument.value=шІшЈ­хЎšчš„х€М +luckperms.usage.meta-settemp.argument.duration=х…ƒх€Мчš„цœ‰ц•ˆц™‚щ–“ +luckperms.usage.meta-settemp.argument.context=шІхЂžхŠ х…ƒшГ‡ц–™чš„ч’АхЂƒ +luckperms.usage.meta-unsettemp.description=шЇЃщ™ЄшЈ­хЎšфИ€х€‹ш‡Јц™‚х…ƒх€М +luckperms.usage.meta-unsettemp.argument.key=шІшЇЃщ™ЄшЈ­хЎšчš„щ‡‘щ‘А +luckperms.usage.meta-unsettemp.argument.context=шІчЇЛщ™Єх…ƒшГ‡ц–™чš„ч’АхЂƒ +luckperms.usage.meta-addprefix.description=хЂžхŠ фИ€х€‹х‰чЖД +luckperms.usage.meta-addprefix.argument.priority=шІхЂžхŠ х‰чЖДчš„х„Њх…ˆчДš +luckperms.usage.meta-addprefix.argument.prefix=х‰чЖДх­—фИВ +luckperms.usage.meta-addprefix.argument.context=шІхЂžхŠ х‰чЖДчš„ч’АхЂƒ +luckperms.usage.meta-addsuffix.description=цЗЛхŠ фИ€х€‹хОŒчЖД +luckperms.usage.meta-addsuffix.argument.priority=шІхЂžхŠ хОŒчЖДчš„х„Њх…ˆчДš +luckperms.usage.meta-addsuffix.argument.suffix=хОŒчЖДх­—фИВ +luckperms.usage.meta-addsuffix.argument.context=шІхЂžхŠ хОŒчЖДчš„ч’АхЂƒ +luckperms.usage.meta-setprefix.description=шЈ­хЎšфИ€х€‹х‰чЖД +luckperms.usage.meta-setprefix.argument.priority=шІшЈ­хЎšх‰чЖДчš„х„Њх…ˆчДš +luckperms.usage.meta-setprefix.argument.prefix=х‰чЖДх­—фИВ +luckperms.usage.meta-setprefix.argument.context=шІшЈ­хЎšх‰чЖДчš„ч’АхЂƒ +luckperms.usage.meta-setsuffix.description=шЈ­чНЎхОŒчЖД +luckperms.usage.meta-setsuffix.argument.priority=шІшЈ­хЎšхОŒчЖДчš„х„Њх…ˆчДš +luckperms.usage.meta-setsuffix.argument.suffix=хОŒчЖДц–‡х­— +luckperms.usage.meta-setsuffix.argument.context=шІшЈ­хЎšхОŒчЖДчš„ч’АхЂƒ +luckperms.usage.meta-removeprefix.description=чЇЛщ™ЄфИ€х€‹х‰чЖД +luckperms.usage.meta-removeprefix.argument.priority=шІчЇЛщ™Єх‰чЖДчš„х„Њх…ˆчДš +luckperms.usage.meta-removeprefix.argument.prefix=х‰чЖДх­—фИВ +luckperms.usage.meta-removeprefix.argument.context=шІчЇЛщ™Єх‰чЖДчš„ч’АхЂƒ +luckperms.usage.meta-removesuffix.description=чЇЛщ™ЄфИ€х€‹хОŒчЖД +luckperms.usage.meta-removesuffix.argument.priority=шІчЇЛщ™ЄхОŒчЖДчš„х„Њх…ˆчДš +luckperms.usage.meta-removesuffix.argument.suffix=хОŒчЖДх­—фИВ +luckperms.usage.meta-removesuffix.argument.context=шІчЇЛщ™ЄхОŒчЖДчš„ч’АхЂƒ +luckperms.usage.meta-addtemp-prefix.description=хЂžхŠ фИ€х€‹ш‡Јц™‚х‰чЖД +luckperms.usage.meta-addtemp-prefix.argument.priority=шІхЂžхŠ х‰чЖДчš„х„Њх…ˆчДš +luckperms.usage.meta-addtemp-prefix.argument.prefix=х‰чЖДх­—фИВ +luckperms.usage.meta-addtemp-prefix.argument.duration=х‰чЖДчš„цœ‰ц•ˆц™‚щ–“ +luckperms.usage.meta-addtemp-prefix.argument.context=шІхЂžхŠ х‰чЖДчš„ч’АхЂƒ +luckperms.usage.meta-addtemp-suffix.description=хЂžхŠ фИ€х€‹ш‡Јц™‚хОŒчЖД +luckperms.usage.meta-addtemp-suffix.argument.priority=шІхЂžхŠ хОŒчЖДчš„х„Њх…ˆчДš +luckperms.usage.meta-addtemp-suffix.argument.suffix=хОŒчЖДх­—фИВ +luckperms.usage.meta-addtemp-suffix.argument.duration=хОŒчЖДчš„цœ‰ц•ˆц™‚щ–“ +luckperms.usage.meta-addtemp-suffix.argument.context=шІхЂžхŠ хОŒчЖДчš„ч’АхЂƒ +luckperms.usage.meta-settemp-prefix.description=шЈ­хЎšфИ€х€‹ш‡Јц™‚х‰чЖД +luckperms.usage.meta-settemp-prefix.argument.priority=шІшЈ­хЎšх‰чЖДчš„х„Њх…ˆчДš +luckperms.usage.meta-settemp-prefix.argument.prefix=х‰чЖДх­—фИВ +luckperms.usage.meta-settemp-prefix.argument.duration=х‰чЖДчš„цœ‰ц•ˆц™‚щ–“ +luckperms.usage.meta-settemp-prefix.argument.context=шІшЈ­хЎšх‰чЖДчš„ч’АхЂƒ +luckperms.usage.meta-settemp-suffix.description=шЈ­хЎšфИ€х€‹ш‡Јц™‚хОŒчЖД +luckperms.usage.meta-settemp-suffix.argument.priority=шІшЈ­хЎšхОŒчЖДчš„х„Њх…ˆчДš +luckperms.usage.meta-settemp-suffix.argument.suffix=хОŒчЖДх­—фИВ +luckperms.usage.meta-settemp-suffix.argument.duration=хОŒчЖДчš„цœ‰ц•ˆц™‚щ–“ +luckperms.usage.meta-settemp-suffix.argument.context=шІшЈ­хЎšхОŒчЖДчš„ч’АхЂƒ +luckperms.usage.meta-removetemp-prefix.description=чЇЛщ™ЄфИ€х€‹ш‡Јц™‚х‰чЖД +luckperms.usage.meta-removetemp-prefix.argument.priority=шІчЇЛщ™Єх‰чЖДчš„х„Њх…ˆчДš +luckperms.usage.meta-removetemp-prefix.argument.prefix=х‰чЖДх­—фИВ +luckperms.usage.meta-removetemp-prefix.argument.context=шІчЇЛщ™Єх‰чЖДчš„ч’АхЂƒ +luckperms.usage.meta-removetemp-suffix.description=чЇЛщ™ЄфИ€х€‹ш‡Јц™‚хОŒчЖД +luckperms.usage.meta-removetemp-suffix.argument.priority=шІчЇЛщ™ЄхОŒчЖДчš„х„Њх…ˆчДš +luckperms.usage.meta-removetemp-suffix.argument.suffix=хОŒчЖДх­—фИВ +luckperms.usage.meta-removetemp-suffix.argument.context=шІчЇЛщ™ЄхОŒчЖДчš„ч’АхЂƒ +luckperms.usage.meta-clear.description=цИ…щ™Єц‰€цœ‰х…ƒ +luckperms.usage.meta-clear.argument.type=шІчЇЛщ™Єчš„х…ƒчš„щЁžхˆЅ +luckperms.usage.meta-clear.argument.context=шІщŽцПОчš„ч’АхЂƒ +luckperms.usage.track-info.description=щЁЏчЄКцœ‰щ—œцЌŠщ™щšŽчДšчš„шГ‡шЈŠ +luckperms.usage.track-editor.description=щ–‹х•ŸцЌŠщ™чЗЈшМЏх™ЈчЖВщ  +luckperms.usage.track-append.description=хА‡фИ€х€‹чОЄчЕ„шПНхŠ хˆАцЌŠщ™щšŽчДšчš„чЕхАО +luckperms.usage.track-append.argument.group=шІщ™„хŠ чš„чЕ„хˆЅ +luckperms.usage.track-insert.description=хœЈцЌŠщ™щšŽчДšчš„цŒ‡хЎšфНчНЎц’х…ЅчОЄчЕ„ +luckperms.usage.track-insert.argument.group=шІц’х…Ѕчš„чЕ„хˆЅ +luckperms.usage.track-insert.argument.position=ц’х…ЅчОЄчЕ„чš„фНчНЎ яМˆцЌŠщ™щšŽчДšфИŠчš„чЌЌфИ€х€‹фНчНЎц˜Џ 1яМ‰ +luckperms.usage.track-remove.description=хОžцЌŠщ™щšŽчДšфИ­чЇЛщ™ЄчОЄчЛ„ +luckperms.usage.track-remove.argument.group=шІчЇЛщ™Єчš„чОЄчЕ„ +luckperms.usage.track-clear.description=цИ…щ™ЄцЌŠщ™щšŽчДšфИŠчš„чОЄчЕ„ +luckperms.usage.track-rename.description=щ‡ц–Ах‘НхцЌŠщ™щšŽчДš +luckperms.usage.track-rename.argument.name=ц–АхчЈБ +luckperms.usage.track-clone.description=шЄ‡шЃНцЌŠщ™щšŽчДš +luckperms.usage.track-clone.argument.name=шІшЄ‡шЃНчš„цЌŠщ™щšŽчДšхчЈБ +luckperms.usage.log-recent.description=цŸЅчœ‹цœ€шП‘чš„ц“фНœ +luckperms.usage.log-recent.argument.user=шІщŽцПОчš„фНПч”Јш€…хчЈБцˆ– UUID +luckperms.usage.log-recent.argument.page=шІцŸЅчœ‹чš„щ чЂМ +luckperms.usage.log-search.description=хœЈц—ЅшЊŒфИ­цœхА‹цЂч›Ў +luckperms.usage.log-search.argument.query=шІцœхА‹чš„цŸЅшЉЂ +luckperms.usage.log-search.argument.page=шІцŸЅчœ‹чš„щ чЂМ +luckperms.usage.log-notify.description=хˆ‡ц›цЌŠщ™щ€šчŸЅщ–‹х•“цˆ–щ—œщ–‰ +luckperms.usage.log-notify.argument.toggle=цŒ‡хЎšцЌŠщ™щ€šчŸЅщ–‹х•“цˆ–щ—œщ–‰ +luckperms.usage.log-user-history.description=цŸЅчœ‹фНПч”Јш€…чš„ц­ЗчЈ‹шЈ˜щŒ„ +luckperms.usage.log-user-history.argument.user=фНПч”Јш€…хчЈБцˆ– UUID +luckperms.usage.log-user-history.argument.page=шІцŸЅчœ‹чš„щ чЂМ +luckperms.usage.log-group-history.description=цŸЅчœ‹чОЄчЕ„чš„ц­ЗчЈ‹шЈ˜щŒ„ +luckperms.usage.log-group-history.argument.group=чОЄчЕ„хчЈБ +luckperms.usage.log-group-history.argument.page=шІцŸЅчœ‹чš„щ чЂМ +luckperms.usage.log-track-history.description=цŸЅчœ‹ц­ЗчЈ‹шЈ˜щŒ„ +luckperms.usage.log-track-history.argument.track=ц­ЗчЈ‹хчЈБ +luckperms.usage.log-track-history.argument.page=шІцŸЅчœ‹чš„щ чЂМ +luckperms.usage.sponge.description=чЗЈшМЏщЁхЄ–чš„ Sponge шГ‡ц–™ +luckperms.usage.sponge.argument.collection=шІцŸЅшЉЂчš„щ›†хˆ +luckperms.usage.sponge.argument.subject=шІфПЎц”Йчš„фИЛщЋ” +luckperms.usage.sponge-permission-info.description=щЁЏчЄКфИЛщЋ”чš„цЌŠщ™шГ‡шЈŠ +luckperms.usage.sponge-permission-info.argument.contexts=шІщŽцПОчš„ч’АхЂƒ +luckperms.usage.sponge-permission-set.description=ч‚КфИЛщЋ”шЈ­хЎšцЌŠщ™ +luckperms.usage.sponge-permission-set.argument.node=шІшЈ­хЎšчš„цЌŠщ™чЏ€щЛž +luckperms.usage.sponge-permission-set.argument.tristate=шІшЈ­хЎšцЌŠщ™чš„х€М +luckperms.usage.sponge-permission-set.argument.contexts=шІшЈ­хЎšцЌŠщ™чš„ч’АхЂƒ +luckperms.usage.sponge-permission-clear.description=цИ…щ™ЄфИЛщЋ”чš„цЌŠщ™ +luckperms.usage.sponge-permission-clear.argument.contexts=шІцИ…щ™ЄцЌŠщ™чš„ч’АхЂƒ +luckperms.usage.sponge-parent-info.description=щЁЏчЄКфИЛщЋ”чš„чˆЖчГЛшГ‡шЈŠ +luckperms.usage.sponge-parent-info.argument.contexts=шІщŽцПОчš„ч’АхЂƒ +luckperms.usage.sponge-parent-add.description=ч‚КфИЛщЋ”хЂžхŠ фИ€х€‹чˆЖчГЛ +luckperms.usage.sponge-parent-add.argument.collection=ч›ЎцЈ™чˆЖчГЛц‰€хœЈчš„фИЛщЋ”щ›†хˆ +luckperms.usage.sponge-parent-add.argument.subject=чˆЖчГЛхчЈБ +luckperms.usage.sponge-parent-add.argument.contexts=шІхЂžхŠ чˆЖчГЛчš„ч’АхЂƒ +luckperms.usage.sponge-parent-remove.description=хОžфИЛщЋ”чЇЛщ™ЄчˆЖчГЛ +luckperms.usage.sponge-parent-remove.argument.collection=ч›ЎцЈ™чˆЖчГЛц‰€хœЈчš„фИЛщЋ”щ›†хˆ +luckperms.usage.sponge-parent-remove.argument.subject=чˆЖчГЛхчЈБ +luckperms.usage.sponge-parent-remove.argument.contexts=шІчЇЛщ™ЄчˆЖчГЛчš„ч’АхЂƒ +luckperms.usage.sponge-parent-clear.description=цИ…щ™ЄфИЛщЋ”чš„чˆЖчГЛ +luckperms.usage.sponge-parent-clear.argument.contexts=шІцИ…щ™ЄчˆЖчГЛчš„ч’АхЂƒ +luckperms.usage.sponge-option-info.description=щЁЏчЄКцœ‰щ—œфИЛщЋ”чš„щИщ …чš„шГ‡шЈŠ +luckperms.usage.sponge-option-info.argument.contexts=шІщŽцПОчš„ч’АхЂƒ +luckperms.usage.sponge-option-set.description=ч‚КфИЛщЋ”шЈ­хЎšфИ€х€‹щИщ … +luckperms.usage.sponge-option-set.argument.key=шІшЈ­хЎšчš„щ‡‘щ‘А +luckperms.usage.sponge-option-set.argument.value=шІшЈ­хЎšщ‡‘щ‘Ачš„х€М +luckperms.usage.sponge-option-set.argument.contexts=шІшЈ­хЎšщИщ …чš„ч’АхЂƒ +luckperms.usage.sponge-option-unset.description=ч‚КфИЛщЋ”шЇЃщ™ЄшЈ­хЎšфИ€х€‹щИщ … +luckperms.usage.sponge-option-unset.argument.key=шІшЇЃщ™ЄшЈ­хЎšчš„щ‡‘щ‘А +luckperms.usage.sponge-option-unset.argument.contexts=шІшЇЃщ™ЄшЈ­хЎšщ‡‘щ‘Ачš„ч’АхЂƒ +luckperms.usage.sponge-option-clear.description=цИ…щ™ЄфИЛщЋ”чš„щИщ … +luckperms.usage.sponge-option-clear.argument.contexts=шІцИ…щ™ЄщИщ …чš„ч’АхЂƒ diff --git a/plugins/PlaceholderAPI/config.yml b/plugins/PlaceholderAPI/config.yml index 029da61..d0a79b2 100644 --- a/plugins/PlaceholderAPI/config.yml +++ b/plugins/PlaceholderAPI/config.yml @@ -10,10 +10,19 @@ # Download placeholders: /papi ecloud check_updates: true cloud_enabled: true -cloud_sorting: "name" +cloud_sorting: name cloud_allow_unverified_expansions: false boolean: 'true': 'yes' 'false': 'no' date_format: MM/dd/yy HH:mm:ss debug: false +expansions: + localtime: + date_format: dd/MM/yyyy hh:mma + server: + tps_color: + high: '&a' + low: '&c' + medium: '&e' + server_name: A Minecraft Server diff --git a/plugins/PlaceholderAPI/expansions/Expansion-localtime.jar b/plugins/PlaceholderAPI/expansions/Expansion-localtime.jar new file mode 100644 index 0000000..cb14edf Binary files /dev/null and b/plugins/PlaceholderAPI/expansions/Expansion-localtime.jar differ diff --git a/plugins/PlaceholderAPI/expansions/Expansion-server.jar b/plugins/PlaceholderAPI/expansions/Expansion-server.jar new file mode 100644 index 0000000..d9f6159 Binary files /dev/null and b/plugins/PlaceholderAPI/expansions/Expansion-server.jar differ diff --git a/plugins/ProtocolLib-4.8.0.jar b/plugins/ProtocolLib-4.8.0.jar deleted file mode 100644 index daa31c7..0000000 Binary files a/plugins/ProtocolLib-4.8.0.jar and /dev/null differ diff --git a/plugins/ProtocolLib-570.jar b/plugins/ProtocolLib-570.jar new file mode 100644 index 0000000..b563028 Binary files /dev/null and b/plugins/ProtocolLib-570.jar differ diff --git a/plugins/ProtocolLib/config.yml b/plugins/ProtocolLib/config.yml index 04224b2..65fe2d9 100644 --- a/plugins/ProtocolLib/config.yml +++ b/plugins/ProtocolLib/config.yml @@ -1,30 +1,30 @@ -global: - # Settings for the automatic version updater - auto updater: - notify: true - download: false - - # Number of seconds to wait until a new update is downloaded - delay: 43200 # 12 hours - - metrics: true - - # Automatically compile structure modifiers - background compiler: true - - # Disable version checking for the given Minecraft version. Backup your world first! - ignore version check: - - # Override the starting injecting method - injection method: - - # Whether or not to enable the filter command - debug: false - - # Whether or not to print a stack trace for every warning - detailed error: false - - # The engine used by the filter command - script engine: JavaScript - +global: + # Settings for the automatic version updater + auto updater: + notify: true + download: false + + # Number of seconds to wait until a new update is downloaded + delay: 43200 # 12 hours + + metrics: true + + # Automatically compile structure modifiers + background compiler: true + + # Disable version checking for the given Minecraft version. Backup your world first! + ignore version check: + + # Override the starting injecting method + injection method: + + # Whether or not to enable the filter command + debug: false + + # Whether or not to print a stack trace for every warning + detailed error: false + + # The engine used by the filter command + script engine: JavaScript + suppressed reports: \ No newline at end of file diff --git a/plugins/ProtocolLib/lastupdate b/plugins/ProtocolLib/lastupdate index 70a10ba..635b2e7 100644 --- a/plugins/ProtocolLib/lastupdate +++ b/plugins/ProtocolLib/lastupdate @@ -1 +1 @@ -1643918300 \ No newline at end of file +1656538782 \ No newline at end of file diff --git a/plugins/TAB.v3.1.2.jar b/plugins/TAB.v3.1.2.jar new file mode 100644 index 0000000..6d31e06 Binary files /dev/null and b/plugins/TAB.v3.1.2.jar differ diff --git a/plugins/TAB/animations.yml b/plugins/TAB/animations.yml new file mode 100644 index 0000000..b18560e --- /dev/null +++ b/plugins/TAB/animations.yml @@ -0,0 +1,121 @@ +MyAnimation1: + change-interval: 100 + texts: + - '&d-&b--------------' + - '&b-&d-&b-------------' + - '&b--&d-&b------------' + - '&b---&d-&b-----------' + - '&b----&d-&b----------' + - '&b-----&d-&b---------' + - '&b------&d-&b--------' + - '&b-------&d-&b-------' + - '&b--------&d-&b------' + - '&b---------&d-&b-----' + - '&b----------&d-&b----' + - '&b-----------&d-&b---' + - '&b------------&d-&b--' + - '&b-------------&d-&b-' + - '&b--------------&d-' + - '&b-------------&d-&b-' + - '&b------------&d-&b--' + - '&b-----------&d-&b---' + - '&b----------&d-&b----' + - '&b---------&d-&b-----' + - '&b--------&d-&b------' + - '&b-------&d-&b-------' + - '&b------&d-&b--------' + - '&b-----&d-&b---------' + - '&b----&d-&b----------' + - '&b---&d-&b-----------' + - '&b--&d-&b------------' + - '&b-&d-&b-------------' + - '&d-&b--------------' +ServerName: + change-interval: 300 + texts: + - '&c&lServerName' + - '&c&n&lServerName' + - '&b&lServerName' + - '&b&l&nServerName' + - '&e&lServerName' + - '&e&n&lServerName' +web: + change-interval: 200 + texts: + - '&ewww.domain.com' + - '&ewww.domain.com' + - '&ewww.domain.com' + - '&ewww.domain.com' + - '&ewww.domain.com' + - '&ewww.domain.com' + - '&6w&eww.domain.com' + - '&ew&6w&ew.domain.com' + - '&eww&6w&e.domain.com' + - '&ewww&6.&edomain.com' + - '&ewww.&6d&eomain.com' + - '&ewww.d&6o&emain.com' + - '&ewww.do&6m&eain.com' + - '&ewww.dom&6a&ein.com' + - '&ewww.doma&6i&en.com' + - '&ewww.domai&6n&e.com' + - '&ewww.domain&6.&ecom' + - '&ewww.domain.&6c&eom' + - '&ewww.domain.c&6o&em' + - '&ewww.domain.co&6m' + - '&ewww.domain.com' + - '&ewww.domain.com' + - '&ewww.domain.com' + - '&ewww.domain.com' + - '&ewww.domain.com' + - '&ewww.domain.com' +vote: + change-interval: 1000 + texts: + - '&avote.domain.com' + - '&a&nvote.domain.com' + - '&5vote.domain.com' + - '&5&nvote.domain.com' +Welcome: + change-interval: 400 + texts: + - '&7&lW_' + - '&7&lW_' + - '&7&lWe_' + - '&7&lWel_' + - '&7&lWelc_' + - '&7&lWelco_' + - '&7&lWelcom_' + - '&7&lWelcome_' + - '&7&lWelcome_' + - '&7&lWelcome_' + - '&7&lWelcome_' + - '&7&lWelcom_' + - '&7&lWelco_' + - '&7&lWelc_' + - '&7&lWel_' + - '&7&lWe_' + - '&7&lW_' + - '&7&lW_' +time: + change-interval: 900 + texts: + - '&7Time &b%localtime_time%' + - '&7> Time &b%localtime_time% &7<' + - '&7>> Time &b%localtime_time% &7<<' + - '&7>>> Time &b%localtime_time% &7<<<' + - '&7Date &b%date%' + - '&7> Date &b%date% &7<' + - '&7>> Date &b%date% &7<<' + - '&7>>> Date &b%date% &7<<<' +ping-tps: + change-interval: 5000 + texts: + - '&aPing: &2&n%ping%&r &ams' + - '&bServer TPS: &a%server_tps_1_colored%' +barcolors: + change-interval: 1000 + texts: + - RED + - BLUE + - GREEN + - YELLOW diff --git a/plugins/TAB/config.yml b/plugins/TAB/config.yml new file mode 100644 index 0000000..6c32cf0 --- /dev/null +++ b/plugins/TAB/config.yml @@ -0,0 +1,229 @@ +# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Header-&-Footer +header-footer: + enabled: true + disable-in-worlds: + - disabledworld + header: + - "&7&l>> %animation:Welcome%&b &l%player%&7&l! &7&l<<" + - "&7Online players: &f%online%" + - "" + - "%animation:MyAnimation1%" + footer: + - "%animation:MyAnimation1%" + - "%animation:time%" + - "%animation:ping-tps%" + - "" + per-world: + world100: + header: + - "an example of world with custom" + footer: + - "header/footer and prefix/suffix" + world200;world003: + header: + - "This is a shared header for" + - "world2 and world3" + +# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Tablist-name-formatting +tablist-name-formatting: + enabled: true + align-tabsuffix-on-the-right: false + character-width-overrides: {} + anti-override: true + disable-in-worlds: + - disabledworld + +# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Nametags +scoreboard-teams: + enabled: true + enable-collision: true + invisible-nametags: false + anti-override: true + # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Sorting-players-in-tablist + sorting-types: + - "GROUPS:owner,admin,mod,vip+,vip,default" + - "PLACEHOLDER_A_TO_Z:%player%" + case-sensitive-sorting: true + disable-in-worlds: + - disabledworld + # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Unlimited-nametag-mode + unlimited-nametag-mode: + enabled: false + use-marker-tag-for-1-8-x-clients: false + disable-on-boats: true + space-between-lines: 0.22 + disable-in-worlds: + - disabledworld + dynamic-lines: + - abovename + - nametag #the original one, combination of tagprefix + customtagname + tagsuffix + - belowname + - another + static-lines: + myCustomLine: 0.66 + +# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Yellow-number +yellow-number-in-tablist: + enabled: true + value: "%ping%" + disable-in-worlds: + - disabledworld + +# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Belowname +belowname-objective: + enabled: false + number: "%health%" + text: "&cHealth" + disable-in-worlds: + - disabledworld + +# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Spectator-fix +prevent-spectator-effect: + enabled: false + +# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Bossbar +bossbar: + enabled: false + toggle-command: /bossbar + remember-toggle-choice: false + hidden-by-default: false + disable-in-worlds: + - disabledworld + bars: + ServerInfo: + style: "PROGRESS" # for 1.9+: PROGRESS, NOTCHED_6, NOTCHED_10, NOTCHED_12, NOTCHED_20 + color: "%animation:barcolors%" # for 1.9+: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW + progress: "100" # in % + text: "&fWebsite: &bwww.domain.com" + +# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Per-world-playerlist +per-world-playerlist: + enabled: false + # players with tab.staff will always see all players + allow-bypass-permission: false + # players in these worlds will always see all players + ignore-effect-in-worlds: + - ignoredworld + - build + shared-playerlist-world-groups: + lobby: + - lobby1 + - lobby2 + minigames: + - paintball + - bedwars + +# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Scoreboard +scoreboard: + enabled: false + toggle-command: /sb + remember-toggle-choice: false + hidden-by-default: false + use-numbers: false + static-number: 0 + delay-on-join-milliseconds: 0 + respect-other-plugins: true + disable-in-worlds: + - disabledworld + scoreboards: + admin: + # Only players with tab.scoreboard.admin can see this scoreboard, others will see scoreboard1 + display-condition: "permission:tab.scoreboard.admin" + title: "Admin scoreboard" + lines: + - "%animation:MyAnimation1%" + - "&6Online:" + - "* &eOnline&7: &f%online%" + - "* &eCurrent World&7: &f%worldonline%" + - "* &eStaff&7: &f%staffonline%" + - " " + - "&6Server Info:" + - "* &bTPS&7: %tps%" + - "* &bUptime&7: &f%server_uptime%" + - "* &bMemory&7: &f%memory-used%&7/&4%memory-max%" + - "%animation:MyAnimation1%" + scoreboard1: + title: "Default" + lines: + - "%animation:MyAnimation1%" + - "&6My Stats:" + - "* &eKills&7: &f%statistic_player_kills%" + - "* &eDeaths&7: &f%statistic_deaths%" + - "* &eHealth&7: &f%health%" + - " " + - "&6Personal Info:" + - "* &bRank&7: &f%group%" + - "* &bPing&7: &f%ping%&7ms" + - "* &bWorld&7: &f%world%" + - "%animation:MyAnimation1%" + +# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Ping-Spoof +ping-spoof: + enabled: false + value: 0 + +# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Pet-name-fix +fix-pet-names: + enabled: false + +placeholders: + date-format: "dd.MM.yyyy" + time-format: "[HH:mm:ss / h:mm a]" + time-offset: 0 + register-tab-expansion: false + +# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Placeholder-output-replacements +placeholder-output-replacements: + "%essentials_vanished%": + "yes": "&7| Vanished" + "no": "" + "%afk%": + true: " &o[AFK]&r" + false: "" + "%essentials_nickname%": + "%essentials_nickname%": "%player%" #placeholder did not parse correctly, show real name instead + +# https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Conditional-placeholders +conditions: + nick: # use it with %condition:nick% + conditions: + - "%player%=%essentials_nickname%" + yes: "%player%" + no: "~%essentials_nickname%" + +placeholderapi-refresh-intervals: + default-refresh-interval: 500 + server: + "%server_uptime%": 1000 + "%server_tps_1_colored%": 1000 + "%server_unique_joins%": 5000 + player: + "%player_health%": 200 + "%player_ping%": 1000 + "%vault_prefix%": 1000 + relational: + "%rel_factionsuuid_relation_color%": 1000 + +# assigning groups by permission nodes instead of taking them from permission plugin +assign-groups-by-permissions: false + +# if the option above is true, all groups are taken based on permissions and the one higher in this list is used as primary +# Warning! This is not sorting list and has nothing to do with sorting players in tablist! +primary-group-finding-list: + - owner + - admin + - moderator + - vip+ + - vip + - default + +debug: false + +# https://github.com/NEZNAMY/TAB/wiki/MySQL +mysql: + enabled: false + host: 127.0.0.1 + port: 3306 + database: tab + username: user + password: password diff --git a/plugins/TAB/groups.yml b/plugins/TAB/groups.yml new file mode 100644 index 0000000..0cc44b4 --- /dev/null +++ b/plugins/TAB/groups.yml @@ -0,0 +1,38 @@ +Owner: + tabprefix: "&f[&4Owner&f]&r " + tagprefix: "&4Owner &r" +Admin: + tabprefix: "&f[&cAdmin&f]&r " + tagprefix: "&cAdmin &r" +Mod: + tabprefix: "&f[&2Mod&f]&r " + tagprefix: "&2Mod &r" +Vip+: + tabprefix: "&f[&eVIP+&f]&r " + tagprefix: "&eVIP+ &r" +Vip: + tabprefix: "&f[&bVIP&f]&r " + tagprefix: "&bVIP &r" +Member: + tabprefix: "&f[&fMember]&r " + tagprefix: "&fMember &r" +example_group: + header: + - "This is an example of per-group header/footer" + footer: + - "applied to a group" + + # default settings for all groups, all groups will take properties from this section unless player's primary group overrides a specific setting +_DEFAULT_: + tabprefix: "%vault-prefix%" + tagprefix: "%vault-prefix%" + customtabname: "%essentials_nickname%" + customtagname: "%essentials_nickname%" # don't forget to enable unlimited nametag mode to make this one work + tabsuffix: "%vault-suffix%%afk%" + tagsuffix: "%vault-suffix%%afk%" + +per-world: + world1: + Owner: + tabprefix: "&0&l[&a&lOwner&0&l] &a" + tagprefix: "&2&lOwner &a" diff --git a/plugins/TAB/layout.yml b/plugins/TAB/layout.yml new file mode 100644 index 0000000..a73d4b8 --- /dev/null +++ b/plugins/TAB/layout.yml @@ -0,0 +1,51 @@ +enabled: false +direction: COLUMNS +default-skin: "mineskin:1753261242" +enable-remaining-players-text: true +remaining-players-text: "... and %s more" +empty-slot-ping-value: 1000 + +layouts: + staff: + condition: "permission:tab.staff" + fixed-slots: + - '1|&3RAM&f:' + - '2|&b%memory-used%MB / %memory-max%MB' + - '3|&8&m ' + - '4|&3TPS&f:' + - '5|&b%tps%' + groups: + staff: + condition: permission:tab.staff + slots: + - '24-40' + players: + slots: + - '44-80' + default: + fixed-slots: + - '1|&3Website&f:' + - '2|&bmyserver.net' + - '3|&8&m ' + - '4|&3Name&f:' + - '5|&b%player%' + - '7|&3Rank&f:' + - '8|Rank: %group%' + - '10|&3World&f:' + - '11|&b%world%' + - '13|&3Time&f:' + - '14|&b%time%' + - '21|&3Teamspeak&f:' + - '22|&bts.myserver.net' + - '23|&8&m ' + - '41|&3Store&f:' + - '42|&bshop.myserver.net' + - '43|&8&m ' + groups: + staff: + condition: permission:tab.staff + slots: + - '24-40' + players: + slots: + - '44-80' diff --git a/plugins/TAB/messages.yml b/plugins/TAB/messages.yml new file mode 100644 index 0000000..847bad4 --- /dev/null +++ b/plugins/TAB/messages.yml @@ -0,0 +1,69 @@ +announce-command-usage: "Usage: /tab announce \nCurrently supported types: &lbar, scoreboard" +bossbar-feature-not-enabled: "&cThis command requires the bossbar feature to be enabled." +bossbar-announce-command-usage: "Usage: /tab announce bar " +bossbar-not-found: "&cNo bossbar found with the name \"%name%\"" +bossbar-already-announced: "&cThis bossbar is already being announced" +group-data-removed: "&3[TAB] All data has been successfully removed from group &e%group%" +group-value-assigned: "&3[TAB] %property% '&r%value%&r&3' has been successfully assigned to group &e%group%" +group-value-removed: "&3[TAB] %property% has been successfully removed from group &e%group%" +user-data-removed: "&3[TAB] All data has been successfully removed from player &e%player%" +user-value-assigned: "&3[TAB] %property% '&r%value%&r&3' has been successfully assigned to player &e%player%" +user-value-removed: "&3[TAB] %property% has been successfully removed from player &e%player%" +parse-command-usage: "Usage: /tab parse " +send-command-usage: "Usage: /tab send \nCurrently supported types: &lbar" +send-bar-command-usage: "Usage: /tab send bar " +team-feature-required: "This command requires scoreboard teams feature enabled" +collision-command-ussage: "Usage: /tab setcollision " +no-permission: "&cI'm sorry, but you do not have permission to perform this command. Please contact the server administrators if you believe that this is in error." +command-only-from-game: "&cThis command must be ran from the game" +player-not-online: "&cNo online player found with the name \"%player%\"" +unlimited-nametag-mode-not-enabled: "&c[TAB] Warning! To make this feature work, you need to enable unlimited-nametag-mode in the config!" +invalid-number: "\"%input%\" is not a number!" +scoreboard-feature-not-enabled: "&4This command requires the scoreboard feature to be enabled." +scoreboard-announce-command-usage: "Usage: /tab announce scoreboard " +scoreboard-not-found: "&cNo scoreboard found with the name \"%name%\"" +nametag-preview-on: "&7Preview mode &aactivated&7." +nametag-preview-of: "&7Preview mode &3deactivated&7." +reload-success: "&3[TAB] Successfully reloaded" +reload-fail-file: "&3[TAB] &4Failed to reload, file %file% has broken syntax. Check console for more info." +scoreboard-toggle-on: "&2Scoreboard enabled" +scoreboard-toggle-off: "&7Scoreboard disabled" +bossbar-toggle-on: "&2Bossbar is now visible" +bossbar-toggle-off: "&7Bossbar is no longer visible. Magic!" +scoreboard-show-usage: "Usage: /tab scoreboard show [player]" +bossbar-not-marked-as-announcement: "&cThis bossbar is not marked as an announcement bar and is therefore already displayed permanently (if display condition is met)" +bossbar-announcement-success: "&aAnnouncing bossbar &6%bossbar% &afor %length% seconds." +bossbar-send-success: "&aSending bossbar &6%bossbar% &ato player &6%player% &afor %length% seconds." +armorstands-disabled-cannot-use-preview: "&cYour armor stands are disabled, therefore you cannot use preview feature" +help-menu: + - "&m " + - " &8>> &3&l/tab reload" + - " - &7Reloads plugin and config" + - " &8>> &3&l/tab &9group&3/&9player &3 &9 &3" + - " - &7Do &8/tab group/player &7to show properties" + - " &8>> &3&l/tab nametag preview" + - " - &7Shows your nametag for yourself, for testing purposes" + - " &8>> &3&l/tab announce bar &3 &9" + - " - &7Temporarily displays bossbar to all players" + - " &8>> &3&l/tab parse " + - " - &7Test if a placeholder works" + - " &8>> &3&l/tab debug [player]" + - " - &7displays debug information about player" + - " &8>> &3&l/tab cpu" + - " - &7shows CPU usage of the plugin" + - " &8>> &3&l/tab group/player remove" + - " - &7Clears all data about player/group" + - "&m " +mysql-help-menu: + - "&6/tab mysql upload - uploads data from files to mysql" + - "&6/tab mysql download - downloads data from mysql to files" +mysql-fail-not-enabled: "&cCannot download/upload data from/to MySQL, because it's disabled." +mysql-fail-error: "MySQL download failed due to an error. Check console for more info." +mysql-download-success: "&aMySQL data downloaded successfully." +mysql-upload-success: "&aMySQL data uploaded successfully." +nametag-help-menu: + - "/tab nametag preview - toggles armor stand preview mode" + - "/tab nametag toggle - toggles nametags on all players for command sender" +nametag-feature-not-enabled: "&cThis command requires nametag feature to be enabled." +nametags-hidden: "&aNametags of all players were hidden to you" +nametags-shown: "&aNametags of all players were shown to you" diff --git a/plugins/TAB/users.yml b/plugins/TAB/users.yml new file mode 100644 index 0000000..87edea9 --- /dev/null +++ b/plugins/TAB/users.yml @@ -0,0 +1,7 @@ +_NEZNAMY_: + tabprefix: "&6&lTAB&r &a" + tagprefix: "&6&lTAB&r &a" + abovename: "&bOh look, 3 lines of text !" + belowname: "&eThere's only one plugin out there supporting it" +237d8b55-3f97-4749-aa60-e9fe97b45062: # my online uuid + tabsuffix: " &b&lVerified" diff --git a/plugins/Vault-1.7.3.jar b/plugins/Vault.jar similarity index 100% rename from plugins/Vault-1.7.3.jar rename to plugins/Vault.jar diff --git a/plugins/ViaBackwards-4.2.1.jar b/plugins/ViaBackwards-4.2.1.jar deleted file mode 100644 index 9f3bd4a..0000000 Binary files a/plugins/ViaBackwards-4.2.1.jar and /dev/null differ diff --git a/plugins/ViaBackwards-4.3.0.jar b/plugins/ViaBackwards-4.3.0.jar new file mode 100644 index 0000000..75af2be Binary files /dev/null and b/plugins/ViaBackwards-4.3.0.jar differ diff --git a/plugins/ViaBackwards/config.yml b/plugins/ViaBackwards/config.yml index da1c8c4..66ef8af 100644 --- a/plugins/ViaBackwards/config.yml +++ b/plugins/ViaBackwards/config.yml @@ -1,22 +1,30 @@ -# If you need help, you can join our Discord - https://viaversion.com/discord -# -# Always shows a mapped mob's original name, and not only when hovering over it with the cursor. +# If you need help, you can join our Discord - https://viaversion.com/discord +# +# Always shows a mapped mob's original name, and not only when hovering over it with the cursor. always-show-original-mob-name: true -# -# Writes name and level of custom enchantments into the item's lore. -# Set this to false if you see the entries doubled/if the custom-enchant plugin already writes these into the lore manually. +# +# Writes name and level of custom enchantments into the item's lore. +# Set this to false if you see the entries doubled/if the custom-enchant plugin already writes these into the lore manually. add-custom-enchants-into-lore: true -# -# Adds the color of a scoreboard team after its prefix for 1.12 clients on 1.13+ servers. +# +# Adds the color of a scoreboard team after its prefix for 1.12 clients on 1.13+ servers. add-teamcolor-to-prefix: true -# -# Converts the 1.13 face look-at packet for 1.12- players. Requires a bit of extra caching. +# +# Converts the 1.13 face look-at packet for 1.12- players. Requires a bit of extra caching. fix-1_13-face-player: false -# -# Fixes 1.13 clients and lower not seeing color or formatting in inventory titles by converting them to legacy text. -# If you have issues with translatable text being displayed wrongly, disable this. +# +# Fixes 1.13 clients and lower not seeing color or formatting in inventory titles by converting them to legacy text. +# If you have issues with translatable text being displayed wrongly, disable this. fix-formatted-inventory-titles: true -# -# Sends inventory acknowledgement packets to act as a replacement for ping packets for sub 1.17 clients. -# This only takes effect for ids in the short range. Useful for anticheat compatibility. +# +# Sends inventory acknowledgement packets to act as a replacement for ping packets for sub 1.17 clients. +# This only takes effect for ids in the short range. Useful for anticheat compatibility. handle-pings-as-inv-acknowledgements: false +# +# Chat type formats used for sub 1.19 clients. +chat-types: + chat.type.text: <%s> %s + chat.type.announcement: '[%s] %s' + commands.message.display.incoming: '%s whispers to you: %s' + chat.type.team.text: '%s <%s> %s' + chat.type.emote: '* %s %s' diff --git a/plugins/ViaRewind/config.yml b/plugins/ViaRewind/config.yml index 52add15..012db30 100644 --- a/plugins/ViaRewind/config.yml +++ b/plugins/ViaRewind/config.yml @@ -1,16 +1,16 @@ -# Specifies how 1.8.x clients should see the cooldown indicator -# You can choose between TITLE, ACTION_BAR, BOSS_BAR and DISABLED -# ONLY DISABLE IF YOU HAVE 1.9 COOLDOWN DISABLED ON YOUR SERVER -# 1.8 PLAYERS MAY ASK WHY PVP IS NOT WORKING OTHERWISE +# Specifies how 1.8.x clients should see the cooldown indicator +# You can choose between TITLE, ACTION_BAR, BOSS_BAR and DISABLED +# ONLY DISABLE IF YOU HAVE 1.9 COOLDOWN DISABLED ON YOUR SERVER +# 1.8 PLAYERS MAY ASK WHY PVP IS NOT WORKING OTHERWISE cooldown-indicator: TITLE -# Replaces Adventure mode with Survival mode for 1.7.x clients -# Enable this option if your server is using the 'CanDestroy' -# or 'CanPlaceOn' flags on items +# Replaces Adventure mode with Survival mode for 1.7.x clients +# Enable this option if your server is using the 'CanDestroy' +# or 'CanPlaceOn' flags on items replace-adventure: false -# Whether 1.9 particles should be replaced by similar ones in -# 1.8 and lower +# Whether 1.9 particles should be replaced by similar ones in +# 1.8 and lower replace-particles: false -# Max amount of pages for written books before a client gets kicked +# Max amount of pages for written books before a client gets kicked max-book-pages: 100 -# Max amount of characters in the json (!) string of a book page before a client gets kicked +# Max amount of characters in the json (!) string of a book page before a client gets kicked max-book-page-length: 5000 diff --git a/plugins/ViaVersion-4.2.1.jar b/plugins/ViaVersion-4.2.1.jar deleted file mode 100644 index aadec13..0000000 Binary files a/plugins/ViaVersion-4.2.1.jar and /dev/null differ diff --git a/plugins/ViaVersion-4.3.1.jar b/plugins/ViaVersion-4.3.1.jar new file mode 100644 index 0000000..d617a90 Binary files /dev/null and b/plugins/ViaVersion-4.3.1.jar differ diff --git a/plugins/HolographicDisplays/database.yml b/plugins/WorldEdit/.archive-unpack/2e1dd752/.unpack_finished similarity index 100% rename from plugins/HolographicDisplays/database.yml rename to plugins/WorldEdit/.archive-unpack/2e1dd752/.unpack_finished diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/af/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/af/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/af/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/ar/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/ar/strings.json new file mode 100644 index 0000000..ba1a421 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/ar/strings.json @@ -0,0 +1,45 @@ +{ + "worldedit.expand.description.vert": "иЊйˆиГйŠиЙ иЇй„иЇиЎиЊйŠиЇиБ иЙй…йˆиЏйŠиЇй‹ иЅй„й‰ и­иЏйˆиЏ иЇй„иЙиЇй„й….", + "worldedit.expand.expanded": "иЊйˆиГйŠиЙ иЇй„й…й†иЗй‚иЉ {0} иЈй„йˆйƒиЇиЊ", + "worldedit.expand.expanded.vert": "иЇй„й…й†иЗй‚иЉ й…йˆиГиЙиЉ {0} иЈй„йˆйƒиЇиЊ (й…й† иЇй„иЃиЙй„й‰ иЅй„й‰ иЇй„иЃиГйй„).", + "worldedit.biomeinfo.lineofsight": "иЇй„й…й†иЇиЗй‚ иЇй„и­йŠйˆйŠиЉ иЙй†иЏ иЎиЗ й†й‚иЗиЉ иЇй„й†иИиБ: {0}", + "worldedit.biomeinfo.position": "иЇй„й…й†иЇиЗй‚ иЇй„и­йŠйˆйŠиЉ ййŠ й…йˆй‚иЙйƒ: {0}", + "worldedit.biomeinfo.selection": "иЇй„й…й†иЇиЗй‚ иЇй„и­йŠйˆйŠиЉ ййŠ иЅиЎиЊйŠиЇиБйƒ: {0}", + "worldedit.brush.radius-too-large": "иЇй„и­иЏ иЇй„иЃй‚иЕй‰ иЇй„й…иГй…йˆи­ иЈй‡ й„й„йиБиДиЇиЉ: {0}", + "worldedit.brush.apply.description": "иЊиЗиЈйŠй‚ иЇй„йиБиДиЇиЉиŒ иЊиЗиЈйŠй‚ иЏиЇй„иЉ иЙй„й‰ йƒй„ иЈй„йˆйƒиЉ", + "worldedit.brush.apply.radius": "и­иЌй… иЇй„йиБиДиЇиЉ", + "worldedit.brush.apply.shape": "иДйƒй„ иЇй„й…й†иЗй‚иЉ", + "worldedit.brush.apply.type": "й†йˆиЙ иЇй„йиБиДиЇиЉ иЇй„й…иБиЇиЏ иЇиГиЊиЎиЏиЇй…й‡иЇ", + "worldedit.brush.apply.item.warning": "й‡иАй‡ иЇй„йиБиДиЇиЉ иЊи­иЇйƒйŠ иЇиГиЊиЎиЏиЇй…иЇиЊ иЇй„иЙй†иЕиБ. й‚иЏ й„иЇ иЊиЙй…й„ иЊиЃиЋйŠиБиЇиЊй‡ иЙй„й‰ иЌй…йŠиЙ иЇй„й…й†иЕиЇиЊиŒ й‚иЏ й„иЇ иЊйƒйˆй† иКйŠиБ й‚иЇиЈй„иЉ й„й„иЊиЗиЈйŠй‚иŒ йˆй‚иЏ иЊиГиЈиЈ иЊйиЇиЙй„иЇиЊ иКиБйŠиЈиЉ й…иЙ иЇй„й…йˆиЏиЇиЊ/иЇй„иЈй„йˆй‚й†иЇиЊ иЇй„иЃиЎиБй‰. иЇиГиЊиЎиЏй…й‡иЇ иЙй„й‰ й…иГиЄйˆй„йŠиЊйƒ иЇй„иЎиЇиЕиЉ.", + "worldedit.brush.paint.description": "йиБиДиЇиЉ иЇй„иЗй„иЇиЁ иŒ иЊиЗиЈйŠй‚ иЏиЇй„иЉ иЙй„й‰ иЇй„иГиЗи­", + "worldedit.brush.paint.size": "и­иЌй… иЇй„йиБиДиЇиЉ", + "worldedit.brush.paint.shape": "иДйƒй„ иЇй„й…й†иЗй‚иЉ", + "worldedit.brush.paint.density": "йƒиЋиЇйиЉ иЇй„йиБиДиЇиЉ", + "worldedit.brush.paint.type": "й†йˆиЙ иЇй„йиБиДиЇиЉ иЇй„й…иБиЇиЏ иЇиГиЊиЎиЏиЇй…й‡иЇ", + "worldedit.brush.paint.item.warning": "й‡иАй‡ иЇй„йиБиДиЇиЉ иЊи­иЇйƒйŠ иЇиГиЊиЎиЏиЇй…иЇиЊ иЇй„иЙй†иЕиБ. й‚иЏ й„иЇ иЊиЙй…й„ иЊиЃиЋйŠиБиЇиЊй‡ иЙй„й‰ иЌй…йŠиЙ иЇй„й…й†иЕиЇиЊиŒ й‚иЏ й„иЇ иЊйƒйˆй† иКйŠиБ й‚иЇиЈй„иЉ й„й„иЊиЗиЈйŠй‚иŒ йˆй‚иЏ иЊиГиЈиЈ иЊйиЇиЙй„иЇиЊ иКиБйŠиЈиЉ й…иЙ иЇй„й…йˆиЏиЇиЊ/иЇй„иЈй„йˆй‚й†иЇиЊ иЇй„иЃиЎиБй‰. иЇиГиЊиЎиЏй…й‡иЇ иЙй„й‰ й…иГиЄйˆй„йŠиЊйƒ иЇй„иЎиЇиЕиЉ.", + "worldedit.brush.sphere.equip": "иДйƒй„ йиБиДиЇиЉ иЇй„йƒиБиЉ й…иЌй‡иВ ({0}).", + "worldedit.brush.cylinder.equip": "иДйƒй„ йиБиДиЇиЉ иЇй„иЃиГиЗйˆиБиЉ й…иЌй‡иВ ({0} иЈйˆиЇиГиЗиЉ {1}).", + "worldedit.brush.clipboard.equip": "иДйƒй„ йиБиДиЇиЉ иЇй„и­иЇйиИиЉ й…иЌй‡иВ.", + "worldedit.brush.smooth.equip": "йиБиДиЇиЉ иГй„иГиЉ й…иЌй‡иВиЉ ({0} x {1}x иЈиЇиГиЊиЎиЏиЇй… {2}).", + "worldedit.brush.extinguish.equip": "й…иЏй…иБ й…иЌй‡иВ ({0}).", + "worldedit.brush.gravity.equip": "йиБиДиЇиЉ иЇй„иЌиЇиАиЈйŠиЉ й…иЌй‡иВиЉ ({0}).", + "worldedit.brush.butcher.equip": "йиБиДиЇиЉ иЇй„иЌиВиЇиБ й…иЌй‡иВиЉ ({0}).", + "worldedit.brush.operation.equip": "иЊиЙйŠйŠй† иЇй„йиБиДиЇиЉ иЅй„й‰ {0}.", + "worldedit.brush.none.equip": "йиБиДиЇиЉ иЈиЏйˆй† иБиЈиЗ й…й† иЇй„иЙй†иЕиБ иЇй„и­иЇй„йŠ иЇй„иЎиЇиЕ иЈйƒ.", + "worldedit.drawsel.disabled": "иЊй… иЊиЙиЗйŠй„ CUI иЇй„иЎиЇиЏй….", + "worldedit.drawsel.disabled.already": "иЎиЇиЏй… CUI й…иЙиЗй„ иЈиЇй„йиЙй„.", + "worldedit.drawsel.enabled.already": "иЎиЇиЏй… CUI й…йиЙй„ иЈиЇй„йиЙй„.", + "worldedit.limit.too-high": "иЇй„и­иЏ иЇй„иЃй‚иЕй‰ иЇй„й…иГй…йˆи­ иЈй‡ й„йƒ й‡йˆ {0}.", + "worldedit.limit.set": "иЊй… иЊиЙйŠйŠй† и­иЏ иЊиКйŠйŠиБ иЇй„йƒиЊй„иЉ иЅй„й‰ {0}.", + "worldedit.limit.return-to-default": "(иЇиГиЊиЎиЏй… //й…и­иЏйˆиЏ й„й„иЙйˆиЏиЉ иЅй„й‰ иЇй„йˆиЖиЙ иЇй„иЇйиЊиБиЇиЖйŠ.)", + "worldedit.timeout.too-high": "иЇй„и­иЏ иЇй„иЃй‚иЕй‰ иЇй„й…иГй…йˆи­ иЈй‡ й„иЏйŠйƒ й‡йˆ {0}й…й„й„йŠ иЋиЇй†йŠиЉ.", + "worldedit.timeout.return-to-default": " (иЇиГиЊиЎиЏй… /иЇй†иЊй‡иЇиЁ иЇй„йˆй‚иЊ й„й„иЙйˆиЏиЉ иЅй„й‰ иЇй„йˆиЖиЙ иЇй„иЇйиЊиБиЇиЖйŠ.)", + "worldedit.fast.disabled": "иЇй„йˆиЖиЙ иЇй„иГиБйŠиЙ й…иЙиЗй„.", + "worldedit.fast.enabled": "иЇй„йˆиЖиЙ иЇй„иГиБйŠиЙ й…йиЙй„. иЇй„иЅиЖиЇиЁиЉ ййŠ иЇй„й‚иЗиЙ иЇй„й…иЊиЃиЋиБиЉ й‚иЏ иЊйƒйˆй† иЎиЇиЗиІиЉ йˆ/иЃйˆ й‚иЏ иЊи­иЊиЇиЌ иЅй„й‰ иЇй„иЙйˆиЏиЉ иЅй„й‰ иЇй„иЇй†иЖй…иЇй… й„иБиЄйŠиЉ иЇй„иЊиКйŠйŠиБиЇиЊ.", + "worldedit.fast.disabled.already": "иЇй„йˆиЖиЙ иЇй„иГиБйŠиЙ й…иЙиЗй„ иЈиЇй„йиЙй„.", + "worldedit.fast.enabled.already": "иЇй„йˆиЖиЙ иЇй„иГиБйŠиЙ й…йиЙй„ иЈиЇй„йиЙй„.", + "worldedit.reorder.current": "йˆиЖиЙ иЅиЙиЇиЏиЉ иЇй„иЗй„иЈ й‡йˆ {0}", + "worldedit.reorder.set": "йˆиЖиЙ иЅиЙиЇиЏиЉ иЇй„иЗй„иЈ иЇй„иЂй† {0}", + "worldedit.gmask.disabled": "иЇй„й‚й†иЇиЙ иЇй„иЙиЇй„й…йŠ й…иЙиЗй„.", + "worldedit.gmask.set": "йˆиЖиЙ й‚й†иЇиЙ иЙиЇй„й…йŠ." +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/ast/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/ast/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/ast/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/az/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/az/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/az/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/ba/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/ba/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/ba/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/be/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/be/strings.json new file mode 100644 index 0000000..03c38ad --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/be/strings.json @@ -0,0 +1,42 @@ +{ + "worldedit.expand.expanded": "а баГб–б‘аН аПаАбˆб‹б€аАаНб‹ аНаА {0} аБаЛаОаКаАбž", + "worldedit.biomeinfo.lineofsight": "а‘б–б‘аМб‹ бž аЗаОаНаЕ аБаАб‡аНаАбб†б–: {0}", + "worldedit.brush.apply.radius": "аŸаАаМаЕб€ аПбаНаДаЗаЛб", + "worldedit.brush.apply.shape": "аЄаОб€аМаА б€баГб–б‘аНаА", + "worldedit.brush.apply.type": "аЂб‹аП аПбаНаДаЗаЛб аДаЛб аВб‹аКаАб€б‹бб‚аАаНаНб", + "worldedit.brush.apply.item.warning": "а“бб‚аАб аПбаНаДаЗаАаЛбŒ б–аМб–б‚бƒаЕ аВб‹аКаАб€б‹бб‚аАаНаНаЕ аПб€аАаДаМаЕб‚аАбž. аЏаНаА аМаОаЖаА аПб€аАб†аАаВаАб†бŒ аНаЕ аНаА бžбб–б… аПаЛаАб‚б„аОб€аМаАб…. ааЕ аЗаАбžбб‘аДб‹ аМаОаЖаНаА аАаДаМбаНб–б†бŒ. а”б€баНаНаА бžаЗаАаЕаМаАаДаЗаЕаЙаНб–б‡аАаЕ аЗ б–аНбˆб‹аМб– аПаЛаАаГб–аНаАаМб–/аМаОаДаАаМб–. а’б‹аКаАб€б‹бб‚аОбžаВаАаЙб†аЕ аНаА баВаОаЙ бб‚б€аАб… б– б€б‹аЗб‹аК.", + "worldedit.brush.paint.size": "аŸаАаМаЕб€ аПбаНаДаЗаЛб", + "worldedit.brush.paint.shape": "аЄаОб€аМаА б€баГб–б‘аНаА", + "worldedit.brush.paint.density": "аЈб‡б‹аЛбŒаНаАбб†бŒ аПбаНаДаЗаЛб", + "worldedit.brush.paint.type": "аЂб‹аП аПбаНаДаЗаЛб аДаЛб аВб‹аКаАб€б‹бб‚аАаНаНб", + "worldedit.brush.paint.item.warning": "а“бб‚аАб аПбаНаДаЗаАаЛбŒ б–аМб–б‚бƒаЕ аВб‹аКаАб€б‹бб‚аАаНаНаЕ аПб€аАаДаМаЕб‚аАбž. аЏаНаА аМаОаЖаА аПб€аАб†аАаВаАб†бŒ аНаЕ аНаА бžбб–б… аПаЛаАб‚б„аОб€аМаАб…. ааЕ аЗаАбžбб‘аДб‹ аМаОаЖаНаА аАаДаМбаНб–б†бŒ. а”б€баНаНаА бžаЗаАаЕаМаАаДаЗаЕаЙаНб–б‡аАаЕ аЗ б–аНбˆб‹аМб– аПаЛаАаГб–аНаАаМб–/аМаОаДаАаМб–. а’б‹аКаАб€б‹бб‚аОбžаВаАаЙб†аЕ аНаА баВаОаЙ бб‚б€аАб… б– б€б‹аЗб‹аК.", + "worldedit.drawsel.disabled": "аЁаЕб€аВаЕб€ CUI аАаДаКаЛбŽб‡аАаНб‹.", + "worldedit.drawsel.disabled.already": "CUI баЕб€аВаЕб€аА бžаЖаО аАаДаКаЛбŽб‡аАаНб‹.", + "worldedit.drawsel.enabled.already": "CUI баЕб€аВаЕб€аА бžаЖаО бžаКаЛбŽб‡аАаНб‹.", + "worldedit.timeout.return-to-default": " (а’б‹аКаАб€б‹бб‚аАаЙб†аЕ // timeout, аКаАаБ аВбб€аНбƒб†бŒ аЗаНаАб‡баНаНаЕ аПаА аЗаМаАбžб‡аАаНаНб–.)", + "worldedit.fast.disabled": "аЅбƒб‚аКб– б€баЖб‹аМ аАаДаКаЛбŽб‡аАаНб‹.", + "worldedit.gmask.disabled": "а“аЛаАаБаАаЛбŒаНаАб аМаАбаКаА аАаДаКаЛбŽб‡аАаНаАб.", + "worldedit.gmask.set": "а“аЛаАаБаАаЛбŒаНаАб аМаАбаКаА бžбб‚аАаЛбаВаАаНаАб.", + "worldedit.searchitem.searching": "(аŸаАб‡аАаКаАаЙб†аЕ... бˆбƒаКаАаЕаМ аПб€аАаДаМаЕб‚б‹.)", + "worldedit.undo.none": "абаМаА б‡аАаГаО аАаДаМбаНб–б†бŒ.", + "worldedit.redo.none": "ааИб‡аОаГаА аНаЕ аЗаАбб‚аАаЛаОбб аДаЛб аВб‹аПб€аАбžаЛаЕаНаНб.", + "worldedit.clearhistory.cleared": "а“б–бб‚аОб€б‹б аВб‹аДаАаЛаЕаНаА.", + "worldedit.restore.not-available": "а“бб‚б‹ баНаАаПбˆаОб‚ аНаЕ б–баНбƒаЕ аАаЛбŒаБаО аНаЕ аДаАбб‚бƒаПаНб‹.", + "worldedit.restore.none-for-world": "аЁаНаАаПбˆаОб‚б‹ аНаЕ аБб‹аЛб– аЗаНаОаЙаДаЗаЕаНб‹б аДаЛб аГбб‚аАаГаА баВаЕб‚аА.", + "worldedit.restore.none-found": "аЁаНаАаПбˆаОб‚б‹ аНаЕ аЗаНаОаЙаДаЗаЕаНб‹.", + "worldedit.schematic.delete.deleted": "{0} аБб‹бž аВб‹аДаАаЛаЕаНб‹.", + "worldedit.pos.already-set": "аŸаАаЗб–б†б‹б бžаЖаО аВб‹аЗаНаАб‡аАаНаА.", + "worldedit.hpos.already-set": "аŸаАаЗб–б†б‹б бžаЖаО аВб‹аЗаНаАб‡аАаНаА.", + "worldedit.wand.selwand.info": "а›аšаœ: аВб‹аЗаНаАб‡б‹б†бŒ аПаАаЗб–б†б‹бŽ #1; аŸаšаœ: аВб‹аЗаНаАб‡б‹б†бŒ аПаАаЗб–б†б‹бŽ #2", + "worldedit.shift.shifted": "а’б‹аЛбƒб‡аАаНаАб аВаОаБаЛаАбб†бŒ бббƒаНбƒб‚аА.", + "worldedit.outset.outset": "а’б‹аЛбƒб‡аАаНаАб аВаОаБаЛаАбб†бŒ аПаАбˆб‹б€аАаНаА.", + "worldedit.select.cleared": "а’б‹аДаЗбаЛаЕаНаНаЕ аВб‹б‡б‹бˆб‡аАаНаА.", + "worldedit.select.extend.description": "а баЖб‹аМ б…бƒб‚аКаАаГаА аВб‹аБаАб€бƒ аКбƒаБаОаЙаДаА", + "worldedit.move.moved": "{0} аБаЛаОаК(аАбž) аПаЕб€аАаМаЕбˆб‡аАаНаА.", + "worldedit.version.version": "WorldEdit аВаЕб€бб–б {0}", + "worldedit.operation.affected.biome": "{0} аБб–б‘аМ(аАбž) аЗаАаКб€аАаНбƒб‚аА", + "worldedit.operation.affected.block": "{0} аБаЛаОаК(аАбž) аЗаАаКб€аАаНбƒб‚аА", + "worldedit.selection.convex.info.triangles": "аЂб€б‹аКбƒб‚аНб–аКб–: {0}", + "worldedit.cli.stopping": "аЁаПб‹аНаЕаНаНаЕ!", + "worldedit.cli.unknown-command": "ааЕаВбаДаОаМб‹ аЗаАаГаАаД!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/bg/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/bg/strings.json new file mode 100644 index 0000000..7c17053 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/bg/strings.json @@ -0,0 +1,53 @@ +{ + "worldedit.clearhistory.cleared": "а˜бб‚аОб€аИбб‚аА аЕ аИаЗб‡аИбб‚аЕаНаА.", + "worldedit.restore.block-place-error": "аŸаОбаЛаЕаДаНаА аГб€аЕбˆаКаА: {0}", + "worldedit.schematic.delete.failed": "ааЕбƒбаПаЕбˆаНаО аИаЗб‚б€аИаВаАаНаЕ аНаА {0}! аЄаАаЙаЛбŠб‚ баАаМаО аЗаА б‡аЕб‚аЕаНаЕ аЛаИ аЕ?", + "worldedit.size.type": "а’аИаД: {0}", + "worldedit.size.size": "а“аОаЛаЕаМаИаНаА: {0}", + "worldedit.size.distance": "а аАаЗбб‚аОбаНаИаЕ аНаА аКбƒаБаОаИаДаА: {0}", + "worldedit.size.blocks": "а‘б€аОаЙ аБаЛаОаКаОаВаЕ: {0}", + "worldedit.count.counted": "аŸб€аЕаБб€аОаЕаНаО: {0}", + "worldedit.distr.no-blocks": "абаМаА аПб€аЕаБб€аОаЕаНаИ аБаЛаОаКаОаВаЕ.", + "worldedit.distr.total": "аžаБб‰ аБб€аОаЙ аБаЛаОаКаОаВаЕ: {0}", + "worldedit.select.cleared": "а˜аЗаБб€аАаНаОб‚аО аЕ аИаЗб‡аИбб‚аЕаНаО.", + "worldedit.select.cuboid.description": "а˜аЗаБаЕб€аЕб‚аЕ аДаВаА бŠаГбŠаЛаА аНаА аКбƒаБаОаИаДаА", + "worldedit.select.poly.limit-message": "{0} б‚аОб‡аКаИ аМаАаКбаИаМбƒаМ.", + "worldedit.select.poly.description": "а˜аЗаБаЕб€аЕб‚аЕ аДаВбƒаМаЕб€аЕаН аМаНаОаГаОбŠаГбŠаЛаНаИаК б аВаИбаОб‡аИаНаА", + "worldedit.select.ellipsoid.description": "а˜аЗаБаЕб€аЕб‚аЕ аЕаЛаИаПбаОаИаД", + "worldedit.select.sphere.description": "а˜аЗаБаЕб€аЕб‚аЕ бб„аЕб€аА", + "worldedit.select.cyl.description": "а˜аЗаБаЕб€аЕб‚аЕ б†аИаЛаИаНаДбŠб€", + "worldedit.select.convex.limit-message": "{0} б‚аОб‡аКаИ аМаАаКбаИаМбƒаМ.", + "worldedit.chunkinfo.chunk": "аЇбŠаНаК: {0}, {1}", + "worldedit.chunkinfo.old-filename": "аЁб‚аАб€ б„аОб€аМаАб‚: {0}", + "worldedit.clearclipboard.cleared": "а‘бƒб„аЕб€аНаАб‚аА аПаАаМаЕб‚ аЕ аИаЗб‡аИбб‚аЕаНаА.", + "worldedit.set.done": "аžаПаЕб€аАб†аИбб‚аА аЗаАаВбŠб€бˆаИ.", + "worldedit.set.done.verbose": "аžаПаЕб€аАб†аИбб‚аА аЗаАаВбŠб€бˆаИ ({0}).", + "worldedit.regen.regenerated": "аžаБаЛаАбб‚б‚аА аЕ б€аЕаГаЕаНаЕб€аИб€аАаНаА.", + "worldedit.forest.created": "{0} аДбŠб€аВаЕб‚аА баА ббŠб‚аВаОб€аЕаНаИ.", + "worldedit.flora.created": "{0} б€аАбб‚аЕаНаИб баА ббŠб‚аВаОб€аЕаНаИ.", + "worldedit.forestgen.created": "{0} аДбŠб€аВаЕб‚аА баА ббŠб‚аВаОб€аЕаНаИ.", + "worldedit.reload.config": "аšаОаНб„аИаГбƒб€аИб€аАаНаЕб‚аО аЕ аПб€аЕаЗаАб€аЕаДаЕаНаО!", + "worldedit.timezone.invalid": "ааЕаДаЕаЙбб‚аВаИб‚аЕаЛаЕаН б‡аАбаОаВаИ аПаОбб", + "worldedit.version.version": "а’аЕб€баИб аНаА WorldEdit {0}", + "worldedit.tool.deltree.not-tree": "аЂаОаВаА аНаЕ аЕ аДбŠб€аВаО.", + "worldedit.tool.deltree.not-floating": "аЂаОаВаА аНаЕ аЕ аПаЛаАаВаАб‰аО аДбŠб€аВаО.", + "worldedit.tool.tree.obstructed": "а”бŠб€аВаОб‚аО аНаЕ аМаОаЖаЕ аДаА аБбŠаДаЕ б‚аАаМ.", + "worldedit.tool.info.internalid.hover": "а’бŠб‚б€аЕбˆаЕаН аИаД.т„–", + "worldedit.script.read-error": "а“б€аЕбˆаКаА аПб€аИ б‡аЕб‚аЕаНаЕ аНаА баКб€аИаПб‚аА: {0}", + "worldedit.script.unsupported": "аŸаОаДаДбŠб€аЖаАб‚ баЕ баАаМаО баКб€аИаПб‚аОаВаЕ б б€аАаЗбˆаИб€аЕаНаИаЕ .js", + "worldedit.script.file-not-found": "аЁаКб€аИаПб‚бŠб‚ аНаЕ ббŠб‰аЕбб‚аВбƒаВаА: {0}", + "worldedit.selection.convex.info.vertices": "а’бŠб€б…аОаВаЕ: {0}", + "worldedit.selection.convex.info.triangles": "аЂб€аИбŠаГбŠаЛаНаИб†аИ: {0}", + "worldedit.selection.ellipsoid.info.center": "аІаЕаНб‚бŠб€: {0}", + "worldedit.selection.cylinder.info.center": "аІаЕаНб‚бŠб€: {0}", + "worldedit.selection.cylinder.info.radius": "а аАаДаИбƒб: {0}", + "worldedit.selection.polygon2d.info": "# б‚аОб‡аКаИ: {0}", + "worldedit.selection.polygon2d.explain.primary": "а—аАаПаОб‡аВаАаНаЕ аНаА аНаОаВ аМаНаОаГаОбŠаГбŠаЛаНаИаК аВ {0}.", + "worldedit.sideeffect.lighting": "аžбаВаЕб‚аЛаЕаНаИаЕ", + "worldedit.sideeffect.neighbors": "аЁбŠбаЕаДаИ", + "worldedit.sideeffect.validation": "а’аАаЛаИаДаИб€аАаНаЕ", + "worldedit.sideeffect.state.on": "а’аКаЛ.", + "worldedit.sideeffect.state.off": "а˜аЗаКаЛ.", + "worldedit.sideeffect.box.current": "аЂаЕаКбƒб‰аО", + "worldedit.cli.unknown-command": "ааЕаПаОаЗаНаАб‚аА аКаОаМаАаНаДаА!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/br-FR/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/br-FR/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/br-FR/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/brb/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/brb/strings.json new file mode 100644 index 0000000..d56af3a --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/brb/strings.json @@ -0,0 +1,404 @@ +{ + "worldedit.expand.description.vert": "Vergroot de verticale selectie tot de wereldgrenzen.", + "worldedit.expand.expanded": "Regio uitgebreid met {0} blokken", + "worldedit.expand.expanded.vert": "Regio uitgebreid met {0} blokken (van boven tot beneden).", + "worldedit.biomeinfo.lineofsight": "Biomes aan het aanzicht punt: {0}", + "worldedit.biomeinfo.position": "Biomes op uw positie: {0}", + "worldedit.biomeinfo.selection": "Biomes in je selectie: {0}", + "worldedit.brush.radius-too-large": "Maximaal toegestane brush radius: {0}", + "worldedit.brush.apply.description": "Pas brush toe, pas een functie toe op elk blok", + "worldedit.brush.apply.radius": "De grootte van de brush", + "worldedit.brush.apply.shape": "De vorm van het gebied", + "worldedit.brush.apply.type": "Type brush om te gebruiken", + "worldedit.brush.apply.item.warning": "Deze brush simuleert voorwerpgebruik. De effecten werken mogelijk niet op alle platforms, zijn mogelijk niet ongedaan te maken en kunnen vreemde interacties veroorzaken met andere mods/plugins. Gebruik op eigen risico.", + "worldedit.brush.paint.description": "Verf brush, voeg een functie toe op een oppervlak", + "worldedit.brush.paint.size": "De grootte van de brush", + "worldedit.brush.paint.shape": "De vorm van het gebied", + "worldedit.brush.paint.density": "De dichtheid van de brush", + "worldedit.brush.paint.type": "Type brush om te gebruiken", + "worldedit.brush.paint.item.warning": "Deze brush simuleert voorwerpgebruik. De effecten werken mogelijk niet op alle platforms, zijn mogelijk niet ongedaan te maken en kunnen vreemde interacties veroorzaken met andere mods/plugins. Gebruik op eigen risico.", + "worldedit.brush.sphere.equip": "Bol brush vorm geselecteerd ({0}).", + "worldedit.brush.cylinder.equip": "Cilinder brush vorm geselecteerd ({0} bij {1}).", + "worldedit.brush.clipboard.equip": "Klembord brush vorm geselecteerd.", + "worldedit.brush.smooth.equip": "Verzachtingskwast geactiveerd ({0} x {1}x met {2}).", + "worldedit.brush.extinguish.equip": "Brandblusser geactiveerd ({0}).", + "worldedit.brush.gravity.equip": "Zwaartekrachtkwast geactiveerd ({0}).", + "worldedit.brush.butcher.equip": "Slagerskwast geactiveerd ({0}).", + "worldedit.brush.operation.equip": "Kwast ingesteld op {0}.", + "worldedit.brush.heightmap.equip": "Hoogtekaart kwast geactiveerd ({0}).", + "worldedit.brush.heightmap.unknown": "Onbekend hoogtekaart kwast {0}.", + "worldedit.brush.none.equip": "Kwast ontkoppeld van je huidige item.", + "worldedit.setbiome.changed": "Biomes werden ongeveer {0} blokken veranderd.", + "worldedit.setbiome.warning": "Je moet mogelijk opnieuw deelnemen aan je spel (of je wereld sluiten en heropenen) om veranderingen te zien.", + "worldedit.drawsel.disabled": "Server CUI uitgeschakeld.", + "worldedit.drawsel.disabled.already": "Server CUI is al uitgeschakeld.", + "worldedit.drawsel.enabled.already": "Server CUI is al ingeschakeld.", + "worldedit.limit.too-high": "Uw maximaal toegestaande limiet is {0}.", + "worldedit.limit.set": "Blok wijzigingslimiet is ingesteld op {0}.", + "worldedit.limit.return-to-default": "(Gebruik //limit om terug te gaan naar de standaard.)", + "worldedit.timeout.too-high": "Uw maximaal toegestane time-out is {0}ms.", + "worldedit.timeout.set": "Time-out tijd ingesteld op {0}ms.", + "worldedit.timeout.return-to-default": " (Gebruik //timeout om terug te gaan naar de standaard.)", + "worldedit.fast.disabled": "Snelle modus uitgeschakeld.", + "worldedit.fast.enabled": "Snelle modus ingeschakeld. Verlichting in de betreffende chunks kan verkeerd zijn en/of u moet mogelijk opnieuw inloggen om wijzigingen te zien.", + "worldedit.fast.disabled.already": "Snelle modus is al uitgeschakeld.", + "worldedit.fast.enabled.already": "Snelle modus is al ingeschakeld.", + "worldedit.perf.sideeffect.set": "Extra effect \"{0}\" ingesteld op {1}", + "worldedit.perf.sideeffect.get": "Side effect \"{0}\" is ingesteld op {1}", + "worldedit.perf.sideeffect.already-set": "Bijwerking \"{0}\" is al ingesteld op {1}", + "worldedit.perf.sideeffect.set-all": "Alle bijwerkeffecten ingesteld op {0}", + "worldedit.reorder.current": "De herordeningsmodus is {0}", + "worldedit.reorder.set": "De herordeningsmodus is nu {0}", + "worldedit.gmask.disabled": "Globaal masker uitgeschakeld.", + "worldedit.gmask.set": "Globaal masker ingesteld.", + "worldedit.toggleplace.pos1": "Nu plaatsen op pos #1.", + "worldedit.toggleplace.player": "Wordt nu geplaatst op het blok waar je bovenop staat.", + "worldedit.searchitem.too-short": "Geef een langere zoekopdracht op (lengte > 2).", + "worldedit.searchitem.either-b-or-i": "Je kunt de 'b'- en 'i'-vlaggen niet samen gebruiken.", + "worldedit.searchitem.searching": "(Een ogenblik geduld... zoeken tussen items.)", + "worldedit.watchdog.no-hook": "Kan niet communiceren met de waakhond van dit spelplatform.", + "worldedit.watchdog.active.already": "Waakhondcommunicatie is al actief.", + "worldedit.watchdog.inactive.already": "Waakhondcommunicatie is al inactief.", + "worldedit.watchdog.active": "Waakhondcommunicatie is nu geactiveerd.", + "worldedit.watchdog.inactive": "Waakhondcommunicatie is nu gedeactiveerd.", + "worldedit.world.remove": "Verwijderde wereld overschrijving.", + "worldedit.world.set": "Je bewerkt nu de wereld {0}. (Gebruik //world om weer de huidige wereld te bewerken.)", + "worldedit.undo.undone": "{0} bewerkingen ongedaan gemaakt.", + "worldedit.undo.none": "Niets meer om ongedaan te maken.", + "worldedit.redo.redone": "{0} bewerkingen herhaald.", + "worldedit.redo.none": "Niets meer om opnieuw te doen.", + "worldedit.clearhistory.cleared": "Geschiedenis gewist.", + "worldedit.raytrace.noblock": "Geen blok in zicht!", + "worldedit.restore.not-configured": "Snapshot/backup herstel is niet geconfigureerd.", + "worldedit.restore.not-available": "Die snapshot bestaat niet of is niet beschikbaar.", + "worldedit.restore.failed": "Fout bij laden van snapshot: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' geladen; nu herstellen...", + "worldedit.restore.restored": "Teruggezet met {0} ontbrekende chunks en {1} andere fouten.", + "worldedit.restore.none-for-specific-world": "Geen snapshots gevonden voor de wereld '{0}'.", + "worldedit.restore.none-for-world": "Geen snapshots gevonden voor deze wereld.", + "worldedit.restore.none-found": "Geen snapshots gevonden.", + "worldedit.restore.none-found-console": "Geen snapshots gevonden. Zie de console voor meer informatie.", + "worldedit.restore.chunk-not-present": "Geen chunks gevonden in deze snapshot.", + "worldedit.restore.chunk-load-failed": "De chunks konden niet geladen worden. (Beschadigd archief?)", + "worldedit.restore.block-place-failed": "Door een fout konden geen blokken worden hersteld.", + "worldedit.restore.block-place-error": "Laatste fout: {0}", + "worldedit.snapshot.use.newest": "De nieuwste snapshot wordt nu gebruikt.", + "worldedit.snapshot.use": "Snapshot ingesteld op: {0}", + "worldedit.snapshot.none-before": "Kon geen snapshot vinden voor {0}.", + "worldedit.snapshot.none-after": "Kon geen snapshot vinden na {0}.", + "worldedit.snapshot.index-above-0": "Ongeldig nummer, de nummering begint bij 1.", + "worldedit.snapshot.index-oob": "Ongeldig nummer, je moet een nummer van 1 t/m {0} opgeven.", + "worldedit.schematic.unknown-format": "Onbekend schematic formaat: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} bestaat niet!", + "worldedit.schematic.load.loading": "(Een ogenblik geduld... schematic wordt geladen.)", + "worldedit.schematic.load.still-loading": "(Een ogenblik geduld... de schema wordt nog steeds geladen.)", + "worldedit.schematic.save.already-exists": "Deze schematic bestaat al. Gebruik de -f vlag om deze te overschrijven.", + "worldedit.schematic.save.failed-directory": "Map voor schematics kon niet worden gemaakt!", + "worldedit.schematic.save.saving": "(Een ogenblik geduld... schematic opslaan.)", + "worldedit.schematic.save.still-saving": "(Een ogenblik geduld... schematic opslaan.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} bestaat niet!", + "worldedit.schematic.delete.failed": "Verwijderen van {0} mislukt! Is het alleen-lezen?", + "worldedit.schematic.delete.deleted": "{0} is verwijderd.", + "worldedit.schematic.formats.title": "Beschikbare klembordformaten (Naam: termen)", + "worldedit.schematic.unsupported-minecraft-version": "Deze versie van WorldEdit ondersteunt uw Minecraft-versie niet. Schematics werken niet totdat dit is opgelost.", + "worldedit.pos.already-set": "Positie is al ingesteld.", + "worldedit.pos.console-require-coords": "De console moet verplicht coУЖrdinaten opgeven.", + "worldedit.hpos.no-block": "Geen blok in zicht!", + "worldedit.hpos.already-set": "Positie is al ingesteld.", + "worldedit.chunk.selected-multiple": "Chunks geselecteerd: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk geselecteerd: {0}, {1}, {2}", + "worldedit.wand.invalid": "Toverstokitem is verkeerd ingesteld of uitgezet.", + "worldedit.wand.selwand.info": "Linksklikken: positie #1; rechtsklikken: positie #2", + "worldedit.wand.navwand.info": "Linksklikken: springen naar locatie; rechtsklikken: door muren heengaan", + "worldedit.wand.selwand.now.tool": "De selectie-toverstok is nu normaal gereedschap. Je kan het uitzetten met {0} en opnieuw koppelen aan elk item met {1} of een nieuwe toverstaf krijgen met {2}.", + "worldedit.contract.contracted": "Regio met {0} blokken verkleind.", + "worldedit.shift.shifted": "Regio verlegd.", + "worldedit.outset.outset": "Uitlegvel van gebied.", + "worldedit.inset.inset": "Inlegvel van gebied.", + "worldedit.size.offset": "Verschuiving: {0}", + "worldedit.size.type": "Type: {0}", + "worldedit.size.size": "Grootte: {0}", + "worldedit.size.distance": "Balkafstand: {0}", + "worldedit.size.blocks": "Aantal blokken: {0}", + "worldedit.count.counted": "Geteld: {0}", + "worldedit.distr.no-blocks": "Geen blokken geteld.", + "worldedit.distr.no-previous": "Geen vorige distributie.", + "worldedit.distr.total": "Totaal aantal blokken: {0}", + "worldedit.select.cleared": "Selectie gewist.", + "worldedit.select.cuboid.message": "Balk: linksklikken voor punt 1, rechtsklikken voor punt 2", + "worldedit.select.cuboid.description": "Selecteer de twee hoeken van een balk", + "worldedit.select.extend.message": "Balk: linksklikken voor startpunt, rechtsklikken om uit te breiden", + "worldedit.select.extend.description": "Snelle balk-selectiemodus", + "worldedit.select.poly.message": "2D-polygoon selecteren: links/rechtsklikken om een punt toe te voegen.", + "worldedit.select.poly.limit-message": "Maximaal {0} punten.", + "worldedit.select.poly.description": "Selecteer een 2D-polygoon met hoogte", + "worldedit.select.ellipsoid.message": "EllipsoУЏde selecteren: linkermuisknop=midden, rechtermuisknop om uit te breiden", + "worldedit.select.ellipsoid.description": "Selecteer een ellipsoУЏde", + "worldedit.select.sphere.message": "Bol selecteren: linkermuisknop=midden; rechtermuisknop om straal in te stellen", + "worldedit.select.sphere.description": "Selecteer een bol", + "worldedit.select.cyl.message": "Cilindervormige selectie: Linkermuisknop=midden, rechtermuisknop om uit te breiden", + "worldedit.select.cyl.description": "Selecteer een cilinder", + "worldedit.select.convex.message": "Convex veelvlak selectie: linkermuisknop=eerste punt, rechtermuisknop om meer toe te voegen.", + "worldedit.select.convex.limit-message": "{0} punten maximaal.", + "worldedit.select.convex.description": "Selecteer een convexe veelvlak", + "worldedit.select.default-set": "Uw standaard regio selector is nu {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Oud formaat: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: regio/{0}", + "worldedit.listchunks.listfor": "Lijst met chunks maken voor: {0}", + "worldedit.drain.drained": "{0} blokken zijn drooggelegd.", + "worldedit.fill.created": "{0} blokken zijn gevuld.", + "worldedit.fillr.created": "{0} blokken zijn gevuld.", + "worldedit.fixlava.fixed": "{0} lavablokken zijn gerepareerd.", + "worldedit.fixwater.fixed": "{0} waterblokken zijn gerepareerd.", + "worldedit.removeabove.removed": "{0} blokken zijn verwijderd.", + "worldedit.removebelow.removed": "{0} blokken zijn verwijderd.", + "worldedit.removenear.removed": "{0} blokken zijn verwijderd.", + "worldedit.replacenear.replaced": "{0} blokken zijn vervangen.", + "worldedit.snow.created": "{0} oppervlakken zijn bedekt.", + "worldedit.thaw.removed": "{0} blokken zijn ontdooid.", + "worldedit.green.changed": "{0} blokken zijn vergroend.", + "worldedit.extinguish.removed": "{0} branden zijn geblust.", + "worldedit.butcher.killed": "{0} mobs zijn gedood in een straal van {1}.", + "worldedit.butcher.explain-all": "Gebruik -1 om alle mobs uit de geladen chunks te verwijderen", + "worldedit.remove.removed": "{0} entiteiten zijn gemarkeerd voor verwijdering.", + "worldedit.remove.explain-all": "Gebruik -1 om alle entiteiten te verwijderen in geladen chunks", + "worldedit.calc.invalid": "'{0}' kon niet ingelezen worden als geldige expressie", + "worldedit.calc.invalid.with-error": "'{0}' kon niet worden geparseerd als geldige uitdrukking: '{1}'", + "worldedit.paste.pasted": "De inhoud van het klembord is geplakt op {0}", + "worldedit.paste.selected": "Plakregio voor klembord ingesteld.", + "worldedit.rotate.no-interpolation": "Let wel: interpolatie wordt nog niet ondersteund, dus gebruik het liefst alleen hoeken van 90 graden.", + "worldedit.rotate.rotated": "De kopie op het klembord is gedraaid.", + "worldedit.flip.flipped": "De kopie op het klembord is omgedaaid.", + "worldedit.clearclipboard.cleared": "Klembord leeggemaakt.", + "worldedit.set.done": "Handeling geslaagd.", + "worldedit.set.done.verbose": "Handeling geslaagd ({0}).", + "worldedit.line.changed": "{0} blokken zijn veranderd.", + "worldedit.line.invalid-type": "//line werkt alleen met kubus selecties of convexe veelvlak selecties", + "worldedit.curve.changed": "{0} blokken zijn veranderd.", + "worldedit.curve.invalid-type": "//curve werkt alleen met convexe veelvlakselecties", + "worldedit.replace.replaced": "{0} blokken zijn vervangen.", + "worldedit.stack.changed": "{0} blokken veranderd. Ongedaan maken met //undo", + "worldedit.stack.intersecting-region": "De Stack offset mag niet botsen met het gebied bij het gebruik van blok eenheden", + "worldedit.regen.regenerated": "Regio opnieuw gegenereerd.", + "worldedit.regen.failed": "Kan chunks niet opnieuw genereren. Zie de console voor meer informatie.", + "worldedit.walls.changed": "{0} blokken veranderd.", + "worldedit.faces.changed": "{0} blokken veranderd.", + "worldedit.overlay.overlaid": "{0} blokken zijn bedekt.", + "worldedit.naturalize.naturalized": "{0} blok(ken) zien er nu natuurlijker uit.", + "worldedit.center.changed": "Middelpunt ingesteld ({0} blokken gewijzigd)", + "worldedit.smooth.changed": "Hoogtekaart van het terrein is verzacht. {0} blokken zijn gewijzigd.", + "worldedit.move.moved": "{0} blokken verplaatst.", + "worldedit.deform.deformed": "{0} blokken zijn vervormd.", + "worldedit.hollow.changed": "{0} blokken zijn gewijzigd.", + "worldedit.forest.created": "{0} bomen geplaatst.", + "worldedit.flora.created": "{0} bloemen geplaatst.", + "worldedit.unstuck.moved": "Alsjeblieft!", + "worldedit.ascend.obstructed": "Geen vrije plek boven je gevonden.", + "worldedit.ascend.moved": "{0} blokken opgestegen.", + "worldedit.descend.obstructed": "Geen vrije plek onder je gevonden.", + "worldedit.descend.moved": "{0} blokken afgedaald.", + "worldedit.ceil.obstructed": "Geen vrije plek boven je gevonden.", + "worldedit.ceil.moved": "Woesh!", + "worldedit.thru.obstructed": "Geen vrije plek vУГУГr je gevonden.", + "worldedit.thru.moved": "Woesh!", + "worldedit.jumpto.moved": "Poef!", + "worldedit.jumpto.none": "Geen blokken in zicht (of te ver weg)!", + "worldedit.up.obstructed": "Je zou iets boven je raken.", + "worldedit.up.moved": "Woesh!", + "worldedit.cyl.invalid-radius": "Je moet УЉУЉn of twee waardes opgeven voor de straal.", + "worldedit.cyl.created": "{0} blokken zijn geplaatst.", + "worldedit.sphere.invalid-radius": "Je moet УЉУЉn of drie waardes opgeven voor de straal.", + "worldedit.sphere.created": "{0} blokken zijn geplaatst.", + "worldedit.forestgen.created": "{0} bomen geplaatst.", + "worldedit.pumpkins.created": "{0} groepjes pompoenen geplaatst.", + "worldedit.pyramid.created": "{0} blokken zijn geplaatst.", + "worldedit.generate.created": "{0} blokken zijn geplaatst.", + "worldedit.generatebiome.changed": "{0} biomen aangepast.", + "worldedit.reload.config": "Configuratie is herladen!", + "worldedit.report.written": "WorldEdit-rapport geschreven naar {0}", + "worldedit.report.error": "Kon rapport niet schrijven: {0}", + "worldedit.report.callback": "WorldEdit-rapport: {0}.report", + "worldedit.timezone.invalid": "Ongeldige tijdzone", + "worldedit.timezone.set": "Tijdzone voor deze sessie ingesteld op: {0}", + "worldedit.timezone.current": "De huidige tijd in die tijdzone is: {0}", + "worldedit.version.version": "WorldEdit-versie {0}", + "worldedit.version.bukkit.unsupported-adapter": "Deze versie van WorldEdit ondersteunt uw versie van Bukkit niet volledig. Blok entiteiten (bijv. kisten) zullen leeg zijn, block eigenschappen (bijv. rotatie) zullen missen, en andere dingen zullen mogelijk niet werken. Update WorldEdit om deze functionaliteit te herstellen: {0}", + "worldedit.trace.no-tracing-extents": "Trace: geen omvang gebruikt.", + "worldedit.trace.action-failed": "Traceer: Actie(s) {0} op {1} verwijderd door grootte {2}", + "worldedit.trace.active.already": "Traceermodus is al actief.", + "worldedit.trace.inactive.already": "Traceermodus is al inactief.", + "worldedit.trace.active": "Traceermodus nu actief.", + "worldedit.trace.inactive": "Traceermodus nu inactief.", + "worldedit.command.time-elapsed": "{0}s verstreken (geschiedenis: {1} veranderd; {2} blokken/sec).", + "worldedit.command.permissions": "Je hebt geen toestemming daarvoor. Zit je in de juiste modus?", + "worldedit.command.player-only": "Dit commando moet uitgevoerd worden met of door een speler.", + "worldedit.command.error.report": "Rapporteer alsjeblieft deze fout: [Zie de console]", + "worldedit.pastebin.uploading": "(Een ogenblik geduld... uitvoer wordt verzonden naar pastebin...)", + "worldedit.session.cant-find-session": "Kan de sessie voor {0} niet vinden", + "worldedit.platform.no-file-dialog": "Bestanddialogen worden niet ondersteund in uw omgeving.", + "worldedit.asset.load.loading": "(Een ogenblik geduld... asset laden.)", + "worldedit.asset.load.still-loading": "(Een ogenblik geduld... wordt asset nog steeds geladen.)", + "worldedit.asset.load.failed": "Kan asset niet laden", + "worldedit.tool.max-block-changes": "Maximum aantal blokwijzigingen bereikt.", + "worldedit.tool.no-block": "Geen blok in zicht!", + "worldedit.tool.repl.equip": "Blokvervanggereedschap gebonden aan {0}.", + "worldedit.tool.repl.switched": "Vervanggereedschap gewisseld naar: {0}", + "worldedit.tool.data-cycler.equip": "Blokkeer data cycler tool gebonden aan {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "U bent niet toegestaan om de data waarde van dat blok weer te veranderen.", + "worldedit.tool.data-cycler.cant-cycle": "De gegevens van dat blok kunnen niet worden veranderd!", + "worldedit.tool.data-cycler.new-value": "Waarde van {0} is nu {1}.", + "worldedit.tool.deltree.equip": "Zwevende boom verwijdertool gekoppeld aan {0}.", + "worldedit.tool.deltree.not-tree": "Dat is geen boom.", + "worldedit.tool.deltree.not-floating": "Dat is geen zwevende boom.", + "worldedit.tool.tree.equip": "Boom gereedschap is gebonden aan {0}.", + "worldedit.tool.tree.obstructed": "Daar kan geen boom geplaatst worden.", + "worldedit.tool.info.equip": "Info gereedschap is gebonden aan {0}.", + "worldedit.tool.info.blockstate.hover": "Blok status", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy id:data", + "worldedit.tool.info.light.hover": "Blokkeer licht/licht boven", + "worldedit.tool.none.equip": "Gereedschap is losgekoppeld van je huidige item.", + "worldedit.tool.none.to.unequip": "Uw huidige item is niet gebonden.", + "worldedit.tool.selwand.equip": "Selectie toverstok gebonden aan {0}.", + "worldedit.tool.navwand.equip": "Navigatie toverstok is gebonden aan {0}.", + "worldedit.tool.floodfill.equip": "Blok overstromingsgereedschap gekoppeld aan {0}.", + "worldedit.tool.farwand.equip": "Langeafstandstoverstok gebonden aan {0}.", + "worldedit.tool.lrbuild.equip": "Langeafstandsbouwgereedschap gebonden aan {0}.", + "worldedit.tool.lrbuild.set": "Linksklikken ingesteld op {0}; rechtsklikken op {1}.", + "worldedit.tool.stack.equip": "Stapel tool is gebonden aan {0}.", + "worldedit.tool.unbind-instruction": "Start {0} terwijl je het item ingedrukt houdt om het los te koppelen.", + "worldedit.tool.superpickaxe.mode.single": "Enkele modus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.mode.area": "Gebiedsmodus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.mode.recursive": "Recursieve modus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.max-range": "Maximaal bereik is {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superpikhouweel is al ingeschakeld.", + "worldedit.tool.superpickaxe.disabled.already": "Superpikhouweel al uitgeschakeld.", + "worldedit.tool.superpickaxe.enabled": "Superpikhouweel ingeschakeld.", + "worldedit.tool.superpickaxe.disabled": "Superpikhouweel uitgeschakeld.", + "worldedit.tool.mask.set": "Kwastmasker ingesteld.", + "worldedit.tool.mask.disabled": "Kwastmasker uitgezet.", + "worldedit.tool.material.set": "Kwastmateriaal ingesteld.", + "worldedit.tool.range.set": "Kwastbereik ingesteld.", + "worldedit.tool.size.set": "Kwastgrootte ingesteld.", + "worldedit.tool.tracemask.set": "Volgmasker ingesteld.", + "worldedit.tool.tracemask.disabled": "Volgmasker uitgezet.", + "worldedit.tool.error.cannot-bind": "Kan gereedschap niet koppelen aan {0}: {1}", + "worldedit.tool.error.item-only": "Blokken kunnen niet worden gebruikt.", + "worldedit.execute.script-permissions": "U heeft geen toestemming om dat script te gebruiken.", + "worldedit.executelast.no-script": "Gebruik /cs met als eerste een scriptnaam.", + "worldedit.script.read-error": "Script leesfout: {0}", + "worldedit.script.unsupported": "Alleen .js scripts zijn momenteel ondersteund", + "worldedit.script.file-not-found": "Script bestaat niet: {0}", + "worldedit.script.no-script-engine": "Fout bij het vinden van een geУЏnstalleerde scriptengine.\nZie https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Uitvoeren mislukt: {0}", + "worldedit.script.failed-console": "Uitvoeren mislukt (zie console): {0}", + "worldedit.operation.affected.biome": "{0} biomen aangepast", + "worldedit.operation.affected.block": "{0} blokken aangepast", + "worldedit.operation.affected.column": "{0} kolommen aangepast", + "worldedit.operation.affected.entity": "{0} entiteiten aangepast", + "worldedit.operation.deform.expression": "vervormd met {0}", + "worldedit.error.invalid-number": "Nummer verwacht; reeks gegeven.", + "worldedit.error.invalid-number.matches": "Nummer verwacht; string \"{0}\" opgegeven.", + "worldedit.error.incomplete-region": "Maak eerst een regio selectie.", + "worldedit.error.unknown-block": "Blok naam '{0}' werd niet herkend.", + "worldedit.error.unknown-entity": "Entiteit naam '{0}' werd niet herkend.", + "worldedit.error.unknown-mob": "Mob naam '{0}' werd niet herkend.", + "worldedit.error.unknown-biome": "Biome naam '{0}' werd niet herkend.", + "worldedit.error.unknown-tag": "Tag naam '{0}' werd niet herkend.", + "worldedit.error.empty-tag": "Tag naam '{0}' heeft geen inhoud.", + "worldedit.error.no-match": "Geen overeenkomsten voor '{0}'.", + "worldedit.error.disallowed-block": "Blok '{0}' is niet toegestaan (zie WorldEdit configuratie).", + "worldedit.error.max-changes": "Max blokken veranderd in een bewerking bereikt ({0}).", + "worldedit.error.max-brush-radius": "Maximale brush straal (in configuratie): {0}", + "worldedit.error.max-radius": "Maximale straal (in configuratie): {0}", + "worldedit.error.unknown-direction": "Onbekende richting: {0}", + "worldedit.error.empty-clipboard": "Je klembord is leeg. Gebruik eerst //copy.", + "worldedit.error.invalid-filename": "Bestandsnaam '{0}' ongeldig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Ongeldige tekens of extensie ontbreekt", + "worldedit.error.file-resolution": "Bestand '{0}' resolutie fout: {1}", + "worldedit.error.file-resolution.outside-root": "Pad is niet toegestaan root", + "worldedit.error.file-resolution.resolve-failed": "Pad zoeken mislukt", + "worldedit.error.file-aborted": "Bestandsselectie afgebroken.", + "worldedit.error.no-file-selected": "Geen bestand geselecteerd.", + "worldedit.error.world-unloaded": "De wereld was al ontladen.", + "worldedit.error.not-a-block": "Dit item is geen blok.", + "worldedit.error.not-a-block.item": "Het item '{0}' is geen blok.", + "worldedit.error.incorrect-usage": "Gebruik: {0}", + "worldedit.error.invalid-page": "Ongeldig paginanummer", + "worldedit.error.parser.bad-state-format": "Slecht status formaat in {0}", + "worldedit.error.parser.duplicate-property": "Dupliceer eigenschap: {0}", + "worldedit.error.parser.missing-equals-separator": "Ontbrekend '=' scheidingsteken", + "worldedit.error.parser.clipboard.missing-offset": "Offset gespecificeerd met @ maar geen offset gegeven. Gebruik '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Onbekende eigenschap '{0}' voor blok '{1}'", + "worldedit.error.parser.unknown-value": "Onbekende waarde '{0}' voor eigenschap '{1}'", + "worldedit.error.parser.empty-property": "Lege eigenschap met status", + "worldedit.error.parser.empty-value": "Lege waarde in staat", + "worldedit.error.parser.invalid-colon": "Ongeldige colon.", + "worldedit.error.parser.invalid-expression": "Ongeldige expressie: {0}", + "worldedit.error.parser.hanging-lbracket": "Ongeldig formaat. Alleenstaand haakje op '{0}'.", + "worldedit.error.parser.missing-random-type": "Het type ontbreekt na het % symbool voor '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Klembord offset vereist x,y,z coУЖrdinaten.", + "worldedit.error.parser.player-only": "Invoer '{0}' vereist een speler!", + "worldedit.error.disabled": "Deze functionaliteit is uitgeschakeld (zie WorldEdit configuratie).", + "worldedit.error.unknown": "Een onbekende fout trad op: {0}", + "worldedit.error.missing-extent": "Geen omvang is bekend", + "worldedit.error.missing-session": "Er is geen localSessie bekend", + "worldedit.error.missing-world": "Je moet een wereld opgeven (Probeer //world)", + "worldedit.error.missing-actor": "Er is geen omvang bekend", + "worldedit.selection.convex.info.vertices": "Hoekpunten: {0}", + "worldedit.selection.convex.info.triangles": "Driehoeken: {0}", + "worldedit.selection.convex.explain.primary": "Nieuwe selectie begonnen met hoekpunt {0}.", + "worldedit.selection.convex.explain.secondary": "Hoekpunt {0} toegevoegd aan selectie.", + "worldedit.selection.cuboid.info.pos1": "Positie 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Positie 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Eerste positie ingesteld op {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Eerste positie ingesteld op {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Tweede positie ingesteld op {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Tweede positie ingesteld op {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Selectie gestart op {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Selectie uitgebreid om {0} te bevatten ({1}).", + "worldedit.selection.ellipsoid.info.center": "Midden: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Middelpunt positie ingesteld op {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Middelpunt positie ingesteld op {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Straal ingesteld op {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Straal ingesteld op {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "EllipsoУЏde veranderingen moeten hetzelfde zijn voor elke afmeting.", + "worldedit.selection.cylinder.info.center": "Midden: {0}", + "worldedit.selection.cylinder.info.radius": "Straal: {0}", + "worldedit.selection.cylinder.explain.primary": "Begin een nieuwe cilindervormige selectie op {0}.", + "worldedit.selection.cylinder.explain.secondary": "Straal ingesteld op {0}/{1} blokken. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "U moet eerst het middelpunt selecteren voordat u de straal instelt.", + "worldedit.selection.polygon2d.info": "# punten: {0}", + "worldedit.selection.polygon2d.explain.primary": "Starten van een nieuwe polygoon op {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Punt #{0} toegevoegd op {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygons kunnen alleen verticaal worden uitgebreid.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygons kunnen alleen verticaal gecontracteerd worden.", + "worldedit.selection.sphere.explain.secondary": "Straal ingesteld op {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Straal ingesteld op {0} ({1}).", + "worldedit.selection.null.error.immutable": "Kan NullRegio niet wijzigen.", + "worldedit.selection.intersection.error.cannot-expand": "Kan regio kruispunt niet uitbreiden.", + "worldedit.selection.transform.error.cannot-expand": "Kan geen TransformedRegio uitbreiden.", + "worldedit.selection.transform.error.cannot-change": "Je kan een TransformedRegion niet wijzigen.", + "worldedit.sideeffect.lighting": "Belichting", + "worldedit.sideeffect.lighting.description": "Updates block verlichting", + "worldedit.sideeffect.neighbors": "Buren", + "worldedit.sideeffect.neighbors.description": "Meldt nabijgelegen blokken van wijzigingen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Meldt het gewijzigde blok", + "worldedit.sideeffect.validation": "Validatie", + "worldedit.sideeffect.entity_ai": "Entity AI", + "worldedit.sideeffect.events": "Mod/Plugin gebeurtenissen", + "worldedit.sideeffect.events.description": "Vertelt andere mods/plugins over deze wijzigingen indien van toepassing", + "worldedit.sideeffect.state.on": "Aan", + "worldedit.sideeffect.state.delayed": "Vertraagd", + "worldedit.sideeffect.state.off": "Uit", + "worldedit.sideeffect.box.current": "Huidig", + "worldedit.sideeffect.box.change-to": "Klik om in te stellen op {0}", + "worldedit.help.command-not-found": "Commando '{0}' niet gevonden.", + "worldedit.help.no-subcommands": "'{0}' heeft geen subcommando's. (Misschien is '{1}' bedoeld als parameter?)", + "worldedit.help.subcommand-not-found": "Het subcommando '{0}' onder '{1}' kon niet worden gevonden.", + "worldedit.cli.stopping": "Aan het stoppen!", + "worldedit.cli.unknown-command": "Onbekend commando!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/bs/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/bs/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/bs/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/ca/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/ca/strings.json new file mode 100644 index 0000000..505bcf3 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/ca/strings.json @@ -0,0 +1,10 @@ +{ + "worldedit.expand.description.vert": "Amplia la selecciУГ verticalment fins als lУ­mits del mУГn.", + "worldedit.expand.expanded": "RegiУГ ampliada {0} blocs", + "worldedit.expand.expanded.vert": "RegiУГ ampliada {0} blocs (de dalt a baix).", + "worldedit.brush.apply.radius": "La mida del pinzell", + "worldedit.brush.apply.shape": "La forma de la regiУГ", + "worldedit.brush.paint.size": "La mida del pinzell", + "worldedit.brush.paint.shape": "La forma de la regiУГ", + "worldedit.brush.paint.density": "La densitat del pinzell" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/cs/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/cs/strings.json new file mode 100644 index 0000000..6c40ba1 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/cs/strings.json @@ -0,0 +1,415 @@ +{ + "worldedit.expand.description.vert": "VertikУЁlnФ› rozХЁУ­Х™it vУНbФ›r na limity svФ›ta.", + "worldedit.expand.expanded": "Oblast rozХЁУ­Х™ena o {0} blokХЏ", + "worldedit.expand.expanded.vert": "Oblast rozХЁУ­Х™ena o {0} blokХЏ (shora dolХЏ).", + "worldedit.biomeinfo.lineofsight": "Biomy ve smФ›ru pohledu: {0}", + "worldedit.biomeinfo.position": "Biomy na vaХЁУ­ pozici: {0}", + "worldedit.biomeinfo.selection": "Biomy ve vaХЁem vУНbФ›ru: {0}", + "worldedit.brush.radius-too-large": "MaximУЁlnУ­ povolenУН polomФ›r ХЁtФ›tce: {0}", + "worldedit.brush.apply.description": "Aplikovat funkci ХЁtФ›tce na kaХОdУН blok", + "worldedit.brush.apply.radius": "Velikost ХЁtФ›tce", + "worldedit.brush.apply.shape": "Tvar regionu", + "worldedit.brush.apply.type": "Typ ХЁtФ›tce k pouХОitУ­", + "worldedit.brush.apply.item.warning": "Tento ХЁtФ›tec simuluje pouХОitУ­ poloХОek. Jeho УКФinky nemusУ­ fungovat na vХЁech ploХЁinУЁch, nemusУ­ jУ­t vrУЁtit zpФ›t a mohou zpХЏsobit podivnУЉ interakce s jinУНmi mУГdy / pluginy. PouХОУ­vejte na vlastnУ­ nebezpeФУ­.", + "worldedit.brush.paint.description": "NУЁtФ›rovУЉ ХЁtФ›tce, aplikujte funkci na povrch", + "worldedit.brush.paint.size": "Velikost ХЁtФ›tce", + "worldedit.brush.paint.shape": "Tvar regionu", + "worldedit.brush.paint.density": "Hustota ХЁtФ›tce", + "worldedit.brush.paint.type": "Typ ХЁtФ›tce k pouХОitУ­", + "worldedit.brush.paint.item.warning": "Tento ХЁtФ›tec simuluje pouХОitУ­ poloХОek. Jeho УКФinky nemusУ­ fungovat na vХЁech ploХЁinУЁch, nemusУ­ jУ­t vrУЁtit zpФ›t a mohou zpХЏsobit podivnУЉ interakce s jinУНmi mУГdy / pluginy. PouХОУ­vejte na vlastnУ­ nebezpeФУ­.", + "worldedit.brush.sphere.equip": "KulovУН ХЁtФ›tec vybaven ({0}).", + "worldedit.brush.cylinder.equip": "VУЁlcovУН ХЁtФ›tec vybaven ({0} na {1}).", + "worldedit.brush.clipboard.equip": "KulovУН ХЁtФ›tec vybaven.", + "worldedit.brush.smooth.equip": "HladkУН ХЁtФ›tec je vybaven ({0} x {1}x pomocУ­ {2}).", + "worldedit.brush.extinguish.equip": "VybavenУН hasicУ­ pХ™У­stroj ({0}).", + "worldedit.brush.gravity.equip": "GravitaФnУ­ ХЁtФ›tec vybaven ({0}).", + "worldedit.brush.butcher.equip": "՘eznickУН ХЁtФ›tec vybaven ({0}).", + "worldedit.brush.operation.equip": "Nataven ХЁtФ›tec na {0}.", + "worldedit.brush.heightmap.equip": "TerУЉnovУН ХЁtФ›tec nastaven ({0}).", + "worldedit.brush.heightmap.unknown": "NeznУЁmУН terУЉnovУН ХЁtФ›tec: {0}.", + "worldedit.brush.none.equip": "PХ™iХ™azenУН ХЁtФ›tec byl odstranФ›n z aktuУЁlnУ­ poloХОky.", + "worldedit.setbiome.changed": "Biomy zmФ›nФ›ny na pХ™ibliХОnФ› {0} blocУ­ch.", + "worldedit.setbiome.warning": "MoХОnУЁ se budete muset znovu pХ™ipojit k vaХЁУ­ hХ™e (nebo zavХ™У­t a znovu otevХ™У­t svХЏj svФ›t), abyste vidФ›li zmФ›ny.", + "worldedit.drawsel.disabled": "CUI serveru zakУЁzУЁno.", + "worldedit.drawsel.enabled": "CUI serveru povoleno. To podporuje pouze oblasti s maximУЁlnУ­ velikostУ­ {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "CUI serveru je jiХО zakУЁzУЁno.", + "worldedit.drawsel.enabled.already": "CUI serveru je jiХО povoleno.", + "worldedit.limit.too-high": "VУЁХЁ maximУЁlnУ­ povolenУН limit je {0}.", + "worldedit.limit.set": "Limit zmФ›ny bloku nastaven na {0}.", + "worldedit.limit.return-to-default": "(PouХОij //limit pro nУЁvrat na vУНchozУ­.)", + "worldedit.timeout.too-high": "MaximУЁlnУ­ povolenУН ФasovУН limit je {0}ms.", + "worldedit.timeout.set": "ФŒasovУН limit nastavenУН na {0} ms.", + "worldedit.timeout.return-to-default": " (PouХОijte //timeout pro nУЁvrat do vУНchozУ­ho nastavenУ­.)", + "worldedit.fast.disabled": "RychlУН reХОim byl vypnut.", + "worldedit.fast.enabled": "RychlУН reХОim byl zapnut! OsvФ›tlenУ­ ve zmФ›nФ›nУНch chuncУ­ch mХЏХОe bУНt ХЁpatnУЉ a moХОnУЁ bude potХ™eba se znovu pХ™ipojit.", + "worldedit.fast.disabled.already": "RychlУН reХОim jiХО je vypnut.", + "worldedit.fast.enabled.already": "RychlУН reХОim jiХО je spuХЁtФ›n.", + "worldedit.perf.sideeffect.set": "VedlejХЁУ­ efekt \"{0}\" nastaven na {1}", + "worldedit.perf.sideeffect.get": "VedlejХЁУ­ efekt \"{0}\" je nastaven na {1}", + "worldedit.perf.sideeffect.already-set": "VedlejХЁУ­ efekt \"{0}\" je jiХО {1}", + "worldedit.perf.sideeffect.set-all": "VХЁechny vedlejХЁУ­ efekty nastaveny na {0}", + "worldedit.reorder.current": "ReХОim Х™azenУ­ je {0}", + "worldedit.reorder.set": "ReХОim Х™azenУ­ je nynУ­ {0}", + "worldedit.gmask.disabled": "GlobУЁlnУ­ maska je vypnuta.", + "worldedit.gmask.set": "GlobУЁlnУ­ maska nastavena.", + "worldedit.toggleplace.pos1": "NynУ­ umisХЅuji na pozici #1.", + "worldedit.toggleplace.player": "NynУ­ umisХЅuji na blok, ve kterУЉm stojУ­te.", + "worldedit.toggleplace.not-locatable": "Nelze pХ™epnout poklУЁdУЁnУ­ za tФ›chto okolnostУ­.", + "worldedit.searchitem.too-short": "Zadejte delХЁУ­ vyhledУЁvacУ­ Х™etФ›zec (len > 2).", + "worldedit.searchitem.either-b-or-i": "NemХЏХОete souФasnФ› pouХОУ­t vlajky 'b' a 'i'.", + "worldedit.searchitem.searching": "(ФŒekejte prosУ­m... hledУЁm poloХОky.)", + "worldedit.watchdog.no-hook": "Tato platforma nemУЁ ХОУЁdnУН watchdog hook.", + "worldedit.watchdog.active.already": "Watchdog hook je jiХО aktivnУ­.", + "worldedit.watchdog.inactive.already": "Watchdog hook jiХО je neaktivnУ­.", + "worldedit.watchdog.active": "Watchdog hook je nynУ­ aktivnУ­.", + "worldedit.watchdog.inactive": "Watchdog hook je nynУ­ neaktivnУ­.", + "worldedit.world.remove": "PХ™epsУЁnУ­ svФ›ta bylo odstranФ›no.", + "worldedit.world.set": "NastavУ­ pХ™epsУЁnУ­ svФ›ta na {0} (PouХОijte //world pro nУЁvrat do vУНchozУ­ho nastavenУ­)", + "worldedit.undo.undone": "ZruХЁeno {0} dostupnУНch УКprav.", + "worldedit.undo.none": "Nebylo co vrУЁtit zpФ›t.", + "worldedit.redo.redone": "NavrУЁceno {0} odstranФ›nУНch УКprav.", + "worldedit.redo.none": "Nic k navrУЁcenУ­.", + "worldedit.clearhistory.cleared": "Historie vymazУЁna.", + "worldedit.raytrace.noblock": "ХНУЁdnУН blok v dohledu!", + "worldedit.restore.not-configured": "Obnova snУ­mku/zУЁlohy nenУ­ nakonfigurovУЁna.", + "worldedit.restore.not-available": "Tento snУ­mek neexistuje nebo nenУ­ k dispozici.", + "worldedit.restore.failed": "NepodaХ™ilo se naФУ­st snУ­mek: {0}", + "worldedit.restore.loaded": "SnУ­mek '{0}' naФten; nynУ­ obnovuji...", + "worldedit.restore.restored": "Obnoveno; {0} chybФ›jcУ­ch chunkХЏ a {1} dalХЁУ­ch chyb.", + "worldedit.restore.none-for-specific-world": "Nebyly nalezeny ХОУЁdnУЉ snУ­mky pro svФ›t '{0}'.", + "worldedit.restore.none-for-world": "Pro tento svФ›t nebyly nalezeny ХОУЁdnУЉ snУ­mky.", + "worldedit.restore.none-found": "Nebyly nalezeny ХОУЁdnУЉ snУ­mky.", + "worldedit.restore.none-found-console": "Nebyly nalezeny ХОУЁdnУЉ snУ­mky. Podrobnosti v konzoli.", + "worldedit.restore.chunk-not-present": "Chunky nebyly ve snУ­mku pХ™У­tomny.", + "worldedit.restore.chunk-load-failed": "Nelze naФУ­st ХОУЁdnУЉ chunky. (Х patnУН archiv?)", + "worldedit.restore.block-place-failed": "Chyby zabrУЁnily obnovenУ­ vХЁech blokХЏ.", + "worldedit.restore.block-place-error": "PoslednУ­ chyba: {0}", + "worldedit.snapshot.use.newest": "NynУ­ pouХОУ­vУЁte nejnovФ›jХЁУ­ snУ­mek.", + "worldedit.snapshot.use": "SnУ­mek nastaven na: {0}", + "worldedit.snapshot.none-before": "Nelze najУ­t snУ­mek pХ™ed {0}.", + "worldedit.snapshot.none-after": "Nelze najУ­t snУ­mek po {0}.", + "worldedit.snapshot.index-above-0": "NeplatnУН index, musУ­ bУНt vФ›tХЁУ­ nebo roven 1.", + "worldedit.snapshot.index-oob": "NeplatnУН index, musУ­ bУНt mezi 1 a {0}.", + "worldedit.schematic.unknown-format": "NeznУЁmУН schematickУН formУЁt: {0}.", + "worldedit.schematic.load.does-not-exist": "SchУЉma {0} neexistuje!", + "worldedit.schematic.load.loading": "(PoФkejte prosУ­m... naФУ­tУЁnУ­ schУЉmatu.)", + "worldedit.schematic.load.still-loading": "(PoФkejte prosУ­m... schУЉma se stУЁle naФУ­tУЁ)", + "worldedit.schematic.save.already-exists": "Toto schУЉma jiХО existuje. PouХОijte znak -f pro jeho pХ™epsУЁnУ­.", + "worldedit.schematic.save.failed-directory": "Nelze vytvoХ™it sloХОku pro schУЉmata!", + "worldedit.schematic.save.saving": "(PoФkejte prosУ­m... uklУЁdУЁnУ­ schУЉmatu.)", + "worldedit.schematic.save.still-saving": "(PoФkejte prosУ­m... schУЉma se stУЁle uklУЁdУЁ.)", + "worldedit.schematic.delete.does-not-exist": "SchУЉma {0} neexistuje!", + "worldedit.schematic.delete.failed": "SmazУЁnУ­ {0} selhalo! Je pouze pro ФtenУ­?", + "worldedit.schematic.delete.deleted": "{0} byl smazУЁn.", + "worldedit.schematic.formats.title": "DostupnУЉ formУЁty schrУЁnky (NУЁzev: NУЁzvy vyhledУЁvУЁnУ­)", + "worldedit.schematic.unsupported-minecraft-version": "Tato verze WorldEditu nepodporuje vaХЁi verzi Minecraftu. SchУЉmata nebudou fungovat, dokud to nebude vyХ™eХЁeno.", + "worldedit.pos.already-set": "Pozice je jiХО nastavena.", + "worldedit.pos.console-require-coords": "MusУ­te poskytnout souХ™adnice jako konzole.", + "worldedit.hpos.no-block": "ХНУЁdnУН blok v dohledu!", + "worldedit.hpos.already-set": "Pozice je jiХО nastavena.", + "worldedit.chunk.selected-multiple": "VybranУЉ chunky: ({0}, {1}), ({2} - {3}, {4}, {5})", + "worldedit.chunk.selected": "VybranУЉ chunky: {0}, {1}, {2}", + "worldedit.wand.invalid": "PoloХОka hХЏlky je nesprУЁvnФ› nakonfigurovУЁna nebo vypnuta.", + "worldedit.wand.selwand.info": "KliknutУ­ levУНm tlaФУ­tkem: vybere pozici #1; KliknutУ­ pravУНm tlaФУ­tkem: vybere pozici #2", + "worldedit.wand.navwand.info": "KliknutУ­ levУНm tlaФУ­tkem: skok na umУ­stФ›nУ­; KliknutУ­ pravУНm tlaФУ­tkem: prochУЁzet stФ›nami", + "worldedit.wand.selwand.now.tool": "VУНbФ›rovУН nУЁstroj je nynУ­ normУЁlnУ­m nУЁstrojem. MХЏХОete jej deaktivovat pomocУ­ {0} a navУЁzat jej na libovolnУН pХ™edmФ›t s {1} nebo zУ­skat novУН nУЁstroj s {2}.", + "worldedit.contract.contracted": "Region pХ™enesl {0} blokХЏ.", + "worldedit.shift.shifted": "Region pХ™esunut.", + "worldedit.outset.outset": "PoФУЁtek regionu.", + "worldedit.inset.inset": "VloХОenУЁ oblast.", + "worldedit.size.offset": "OdsazenУ­: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "Velikost: {0}", + "worldedit.size.distance": "VzdУЁlenost kvУЁdru: {0}", + "worldedit.size.blocks": "PoФet blokХЏ: {0}", + "worldedit.count.counted": "PoФУ­tУЁno: {0}", + "worldedit.distr.no-blocks": "Nebyly zapoФteny ХОУЁdnУЉ bloky.", + "worldedit.distr.no-previous": "ХНУЁdnУЉ pХ™edchozУ­ rozdФ›lenУ­.", + "worldedit.distr.total": "CelkovУН poФet blokХЏ: {0}", + "worldedit.select.cleared": "VУНbФ›r vymazУЁn.", + "worldedit.select.cuboid.message": "Cuboid: klikni levУНm tlaФУ­tkem myХЁi pro bod 1, klikni pravУНm pro bod 2", + "worldedit.select.cuboid.description": "Vyberte dva rohy kvУЁdru", + "worldedit.select.extend.message": "Cuboid: klikni levУНm tlaФУ­tkem myХЁi pro vУНchozУ­ bod, pravУНm pro rozХЁУ­Х™enУ­", + "worldedit.select.extend.description": "RychlУН reХОim vУНbФ›ru kvУЁdrХЏ", + "worldedit.select.poly.message": "2D selektor mnohostФ›nХЏ: Klikni levУНm/pravУНm tlaФУ­tkem myХЁi pro pХ™idУЁnУ­ bodu.", + "worldedit.select.poly.limit-message": "MaximУЁlnФ› {0} bodХЏ.", + "worldedit.select.poly.description": "Vyberte 2D mnohoУКhelnУ­k s vУНХЁkou", + "worldedit.select.ellipsoid.message": "ElipsoidnУ­ selektor: levУНm kliknutУ­m nastavУ­te stХ™ed, pravУНm УКtvar rozХЁУ­Х™У­te", + "worldedit.select.ellipsoid.description": "Vyberte elipsoid", + "worldedit.select.sphere.message": "KulovУН selektor: levУНm kliknutУ­m nastavУ­te stХ™ed a pravУНm nastavУ­te polomФ›r", + "worldedit.select.sphere.description": "Vyberte kouli", + "worldedit.select.cyl.message": "VУЁlcovУН selektor: levУНm kliknutУ­m nastavУ­te stХ™ed a pravУНm УКtvar rozХЁУ­Х™У­te", + "worldedit.select.cyl.description": "Vyberte vУЁlec", + "worldedit.select.convex.message": "Selektor mnohostФ›nu: levУЉ kliknutУ­ vytvoХ™У­ prvnУ­ vrchol, pravУНm kliknutУ­m pХ™idУЁte dalХЁУ­.", + "worldedit.select.convex.limit-message": "MaximУЁlnФ› {0} bodХЏ.", + "worldedit.select.convex.description": "Vyberte konvexnУ­ mnohostФ›n", + "worldedit.select.default-set": "VУЁХЁ vУНchozУ­ selektor regionu je nynУ­ {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "StarУН formУЁt: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Seznam chunkХЏ pro: {0}", + "worldedit.drain.drained": "{0} blokХЏ bylo vyФerpУЁno.", + "worldedit.fill.created": "{0} blokХЏ bylo vyplnФ›no.", + "worldedit.fillr.created": "{0} blokХЏ bylo vyplnФ›no.", + "worldedit.fixlava.fixed": "{0} blokХЏ bylo opraveno.", + "worldedit.fixwater.fixed": "{0} blokХЏ bylo opraveno.", + "worldedit.removeabove.removed": "{0} blokХЏ bylo odebrУЁno.", + "worldedit.removebelow.removed": "{0} blokХЏ bylo odebrУЁno.", + "worldedit.removenear.removed": "{0} blokХЏ bylo odebrУЁno.", + "worldedit.replacenear.replaced": "{0} blokХЏ bylo nahrazeno.", + "worldedit.snow.created": "{0} povrchХЏ bylo pokryto.", + "worldedit.thaw.removed": "{0} blokХЏ bylo rozmrazeno.", + "worldedit.green.changed": "{0} blokХЏ bylo pokryto zelenУ­.", + "worldedit.extinguish.removed": "{0} poХОУЁrХЏ bylo uhaХЁeno.", + "worldedit.butcher.killed": "{0} mobХЏ bylo zabito v okruhu {1}.", + "worldedit.butcher.explain-all": "PouХОijte -1 k odstranФ›nУ­ mobХЏ v naФtenУНch chuncУ­ch", + "worldedit.remove.removed": "{0} entit bylo oznaФeno k odstranФ›nУ­.", + "worldedit.remove.explain-all": "PouХОij -1 pro odstranФ›nУ­ vХЁech entit v naФtenУНch chuncУ­ch", + "worldedit.calc.invalid": "'{0}' nelze analyzovat jako platnУН vУНraz", + "worldedit.calc.invalid.with-error": "'{0}' nelze analyzovat jako platnУН vУНraz: '{1}'", + "worldedit.paste.pasted": "SchrУЁnka byla vloХОena do {0}", + "worldedit.paste.selected": "VybranУЁ oblast schrУЁnky.", + "worldedit.rotate.no-interpolation": "PoznУЁmka: Interpolace jeХЁtФ› nenУ­ podporovУЁna, takХОe se doporuФuji УКhly, kterУЉ jsou nУЁsobky 90.", + "worldedit.rotate.rotated": "Kopie schrУЁnky byla otoФena.", + "worldedit.flip.flipped": "Kopie schrУЁnky byla pХ™eklopena.", + "worldedit.clearclipboard.cleared": "SchrУЁnka smazУЁna.", + "worldedit.set.done": "Operace dokonФena.", + "worldedit.set.done.verbose": "Operace dokonФena ({0}).", + "worldedit.line.changed": "{0} blokХЏ bylo zmФ›nФ›no.", + "worldedit.line.invalid-type": "//line funguje pouze s volbou krychle nebo konvexnУ­ho mnohostФ›nu", + "worldedit.curve.changed": "{0} blokХЏ bylo zmФ›nФ›no.", + "worldedit.curve.invalid-type": "//curve funguje pouze s vybranУНm konvexnУ­m mnohostФ›nem", + "worldedit.replace.replaced": "{0} blokХЏ bylo nahrazeno.", + "worldedit.stack.changed": "{0} blokХЏ se zmФ›nilo. VrУЁtit zpФ›t pomocУ­ //undo", + "worldedit.stack.intersecting-region": "OdsazenУ­ stacku se nesmУ­ pХ™ekrУНvat s oblastУ­ pХ™i pouХОitУ­ blokovУНch jednotek", + "worldedit.regen.regenerated": "Region obnoven.", + "worldedit.regen.failed": "Nelze obnovit chunky. Podrobnosti naleznete v konzoli.", + "worldedit.walls.changed": "{0} blokХЏ bylo zmФ›nФ›no.", + "worldedit.faces.changed": "{0} blokХЏ bylo zmФ›nФ›no.", + "worldedit.overlay.overlaid": "{0} blokХЏ bylo pХ™ekryto.", + "worldedit.naturalize.naturalized": "{0} blok(y) byl(y) vytvoХ™en(y) tak, aby vypadaly pХ™irozenФ›ji.", + "worldedit.center.changed": "StХ™ed nastaven. ({0} blokХЏ zmФ›nФ›no)", + "worldedit.smooth.changed": "TerУЉnovУЁ vУНХЁka mapy vyhlazena. {0} blokХЏ bylo zmФ›nФ›no.", + "worldedit.move.moved": "{0} blokХЏ pХ™esunuto.", + "worldedit.deform.deformed": "{0} blokХЏ bylo deformovУЁno.", + "worldedit.hollow.changed": "{0} blokХЏ bylo zmФ›nФ›no.", + "worldedit.forest.created": "VytvoХ™eno {0} stromХЏ.", + "worldedit.flora.created": "{0} rostlinstva vytvoХ™eno.", + "worldedit.unstuck.moved": "Tady mУЁХЁ!", + "worldedit.ascend.obstructed": "Nebylo nad tebou nalezeno ХОУЁdnУЉ volnУЉ mУ­sto.", + "worldedit.ascend.moved": "ZvУНХЁeno o {0} УКrovnУ­.", + "worldedit.descend.obstructed": "Nebylo pod tebou nalezeno ХОУЁdnУЉ volnУЉ mУ­sto.", + "worldedit.descend.moved": "Sestaveno {0} УКrovnУ­.", + "worldedit.ceil.obstructed": "ХНУЁdnУЉ volnУЉ mУ­sto nad VУЁmi nenalezeno.", + "worldedit.ceil.moved": "VХОum!", + "worldedit.thru.obstructed": "PХ™ed vУЁmi nalezeno ХОУЁdnУЉ volnУЉ mУ­sto.", + "worldedit.thru.moved": "VХОum!", + "worldedit.jumpto.moved": "Puf!", + "worldedit.jumpto.none": "ХНУЁdnУН blok v dohledu (nebo pХ™У­liХЁ daleko)!", + "worldedit.up.obstructed": "ZasУЁhl bys nФ›co nad sebou.", + "worldedit.up.moved": "VХОum!", + "worldedit.cyl.invalid-radius": "MusУ­te buФ zadat 1 nebo 2 hodnoty polomФ›ru.", + "worldedit.cyl.created": "{0} blokХЏ bylo vytvoХ™eno.", + "worldedit.sphere.invalid-radius": "MusУ­te buФ zadat 1 nebo 3 hodnoty polomФ›ru.", + "worldedit.sphere.created": "{0} blokХЏ bylo vytvoХ™eno.", + "worldedit.forestgen.created": "VytvoХ™eno {0} stromХЏ.", + "worldedit.pumpkins.created": "Bylo vytvoХ™eno {0} dУНnУ­.", + "worldedit.pyramid.created": "{0} blokХЏ bylo vytvoХ™eno.", + "worldedit.generate.created": "{0} blokХЏ bylo vytvoХ™eno.", + "worldedit.generatebiome.changed": "{0} ovlivnФ›nУНch biomХЏ.", + "worldedit.reload.config": "Konfigurace znovu naФtena!", + "worldedit.report.written": "HlУЁХЁenУ­ WorldEditu napsУЁno na {0}", + "worldedit.report.error": "NepodaХ™ilo se zapsat hlУЁХЁenУ­: {0}", + "worldedit.report.callback": "HlУЁХЁenУ­ WorldEdit: {0}.report", + "worldedit.timezone.invalid": "NeplatnУЉ ФasovУЉ pУЁsmo", + "worldedit.timezone.set": "ФŒasovУЉ pУЁsmo nastaveno pro tuto relaci na: {0}", + "worldedit.timezone.current": "AktuУЁlnУ­ Фas v tomto ФasovУЉm pУЁsmu je: {0}", + "worldedit.version.version": "Verze WorldEditu {0}", + "worldedit.version.bukkit.unsupported-adapter": "Tato verze WorldEdit plnФ› nepodporuje vaХЁi verzi Bukkitu. BlokovanУЉ entity (napХ™. truhla) budou prУЁzdnУЉ, vlastnosti bloku (napХ™. napХ™У­klad).. rotace) chybУ­ a dalХЁУ­ vФ›ci nemusУ­ fungovat. Aktualizujte WorldEdit pro obnovenУ­ tУЉto funkce:\n{0}", + "worldedit.trace.no-tracing-extents": "Trasa: nebyl pouХОit ХОУЁdnУН rozsah.", + "worldedit.trace.action-failed": "Trasa: Akce {0} v {1} vyХ™azeny z rozsahu {2}", + "worldedit.trace.active.already": "TrasovacУ­ reХОim je jiХО aktivnУ­.", + "worldedit.trace.inactive.already": "TrasovacУ­ reХОim je jiХО neaktivnУ­.", + "worldedit.trace.active": "TrasovacУ­ reХОim je nynУ­ aktivnУ­.", + "worldedit.trace.inactive": "TrasovacУ­ reХОim je nynУ­ neaktivnУ­.", + "worldedit.command.time-elapsed": "Uplynulo {0}s (historie: {1} zmФ›nФ›ny; {2} bloky/sekundu).", + "worldedit.command.permissions": "Nejsi oprУЁvnФ›n to udФ›lat. Jsi ve sprУЁvnУЉm reХОimu?", + "worldedit.command.player-only": "Tento pХ™У­kaz musУ­ bУНt pouХОit hrУЁФem.", + "worldedit.command.error.report": "ProsУ­m nahlaste tuto chybu: [Viz konzole]", + "worldedit.pastebin.uploading": "(PoФkejte prosУ­m... odesУ­lУЁnУ­ vУНstupu na pastebin...)", + "worldedit.session.cant-find-session": "Nelze najУ­t relaci pro {0}", + "worldedit.platform.no-file-dialog": "Dialogy souborХЏ nejsou ve vaХЁem prostХ™edУ­ podporovУЁny.", + "worldedit.asset.load.loading": "(PoФkejte prosУ­m... schУЉma se naФУ­tУЁ.)", + "worldedit.asset.load.still-loading": "(PoФkejte prosУ­m... poloХОka se naФУ­tУЁ.)", + "worldedit.asset.load.failed": "NepodaХ™ilo se naФУ­st poloХОku", + "worldedit.tool.max-block-changes": "Bylo dosaХОeno maximУЁlnУ­ho poФtu zmФ›n blokХЏ.", + "worldedit.tool.no-block": "ХНУЁdnУН blok v dohledu!", + "worldedit.tool.repl.equip": "NУЁstroj na nahrazenУ­ bloku vУЁzanУН na {0}.", + "worldedit.tool.repl.switched": "NahrazovacУ­ nУЁstroj pХ™epnut na: {0}", + "worldedit.tool.data-cycler.equip": "BlokovУН datovУН cyklovaФ vУЁzanУН na {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "NemУЁte oprУЁvnФ›nУ­ cyklovat hodnotu dat tohoto bloku.", + "worldedit.tool.data-cycler.cant-cycle": "Data tohoto bloku nelze cyklovat!", + "worldedit.tool.data-cycler.new-value": "Hodnota {0} je nynУ­ {1}.", + "worldedit.tool.data-cycler.cycling": "NynУ­ probУ­hУЁ cyklovУЁnУ­ {0}.", + "worldedit.tool.deltree.equip": "NУЁstroj pro odstranФ›nУ­ plovoucУ­ho stromu vУЁzanУН na {0}.", + "worldedit.tool.deltree.not-tree": "To nenУ­ strom.", + "worldedit.tool.deltree.not-floating": "To nenУ­ plovoucУ­ strom.", + "worldedit.tool.tree.equip": "NУЁstroj stromu vУЁzanУН na {0}.", + "worldedit.tool.tree.obstructed": "Zde nemХЏХОe bУНt strom.", + "worldedit.tool.info.equip": "InformaФnУ­ nУЁstroj vУЁzanУН na {0}.", + "worldedit.tool.info.blockstate.hover": "Stav bloku", + "worldedit.tool.info.internalid.hover": "InternУ­ ID", + "worldedit.tool.info.legacy.hover": "StarХЁУ­ id:data", + "worldedit.tool.info.light.hover": "SvФ›tlo bloku/SvФ›tlo nad", + "worldedit.tool.none.equip": "NУЁstroj nenУ­ vУЁzУЁn na aktuУЁlnУ­ poloХОku.", + "worldedit.tool.none.to.unequip": "VaХЁe aktuУЁlnУ­ poloХОka nenУ­ vУЁzУЁna.", + "worldedit.tool.selwand.equip": "VУНbФ›rovУЁ hХЏlka je vУЁzУЁna na {0}.", + "worldedit.tool.navwand.equip": "NavigaФnУ­ hХЏlka vУЁzУЁna na {0}.", + "worldedit.tool.floodfill.equip": "ZУЁplavovУЁ vУНplХˆ vУЁzanУЁ na {0}.", + "worldedit.tool.farwand.equip": "DalekosУЁhlУЁ hХЏlka pХ™iХ™azenУЁ k {0}.", + "worldedit.tool.lrbuild.equip": "StavebnУ­ nУЁstroj s dlouhУНm dosahem vУЁzУЁn na {0}.", + "worldedit.tool.lrbuild.set": "LevУНm tlaФУ­tkem myХЁi nastaveno na {0}; pravУНm tlaФУ­tkem myХЁi nastaveno na {1}.", + "worldedit.tool.stack.equip": "NУЁstroj stacku vУЁzanУН na {0}.", + "worldedit.tool.unbind-instruction": "SpusХЅte {0} , zatУ­mco drХОУ­te poloХОku pro odpojenУ­.", + "worldedit.tool.superpickaxe.mode.single": "ReХОim je nynУ­ single. KliknutУ­m levУНm tlaФУ­tkem myХЁi s krumpУЁФem. // pro vypnutУ­.", + "worldedit.tool.superpickaxe.mode.area": "ReХОim je nynУ­ ploХЁnУН. KliknutУ­m levУНm tlaФУ­tkem myХЁi s krumpУЁФem. // pro vypnutУ­.", + "worldedit.tool.superpickaxe.mode.recursive": "ReХОim je nynУ­ rekurzivnУ­. KliknutУ­m levУНm tlaФУ­tkem myХЁi s krumpУЁФem. // pro vypnutУ­.", + "worldedit.tool.superpickaxe.max-range": "MaximУЁlnУ­ rozsah je {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Super krumpУЁФ je jiХО povolen.", + "worldedit.tool.superpickaxe.disabled.already": "Super krumpУЁФ je jiХО vypnut.", + "worldedit.tool.superpickaxe.enabled": "Super krumpУЁФ povolen.", + "worldedit.tool.superpickaxe.disabled": "Super krumpУЁФ vypnut.", + "worldedit.tool.mask.set": "Maska ХЁtФ›tce nastavena.", + "worldedit.tool.mask.disabled": "Maska ХЁtФ›tce vypnuta.", + "worldedit.tool.material.set": "MateriУЁl ХЁtФ›tce nastaven.", + "worldedit.tool.range.set": "Byl nastaven rozsah ХЁtФ›tce.", + "worldedit.tool.size.set": "Velikost ХЁtФ›tce nastavena.", + "worldedit.tool.tracemask.set": "StopovУЁ maska nastavena.", + "worldedit.tool.tracemask.disabled": "StopovУЁ maska je vypnuta.", + "worldedit.tool.error.cannot-bind": "NУЁstroj {0} nelze spojit s {1}", + "worldedit.tool.error.item-only": "Bloky nelze pouХОУ­t.", + "worldedit.execute.script-permissions": "NemУЁte oprУЁvnФ›nУ­ k pouХОitУ­ tohoto skriptu.", + "worldedit.executelast.no-script": "NejdХ™У­ve pouХОijte /cs s nУЁzvem skriptu.", + "worldedit.script.read-error": "Chyba pХ™i ФtenУ­ skriptu: {0}", + "worldedit.script.unsupported": "Pouze .js skripty jsou aktuУЁlnФ› podporovУЁny", + "worldedit.script.file-not-found": "Skript neexistuje: {0}", + "worldedit.script.no-script-engine": "NepodaХ™ilo se najУ­t nainstalovanУН skriptovУН engine.\nPodУ­vejte se na https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "NepodaХ™ilo se provУЉst: {0}", + "worldedit.script.failed-console": "SpuХЁtФ›nУ­ se nezdaХ™ilo (viz. konzole): {0}", + "worldedit.operation.affected.biome": "{0} ovlivnФ›nУНch biomХЏ", + "worldedit.operation.affected.block": "{0} ovlivnФ›nУНch blokХЏ", + "worldedit.operation.affected.column": "{0} ovlivnФ›nУНch sloupcХЏ", + "worldedit.operation.affected.entity": "{0} ovlivnФ›nУНch entit", + "worldedit.operation.deform.expression": "deformovУЁno pomocУ­ {0}", + "worldedit.error.invalid-number": "PХ™edpoklУЁdanУЉ ФУ­slo; udanУН Х™etФ›zec.", + "worldedit.error.invalid-number.matches": "ФŒУ­slo oФekУЁvУЁno; zadanУН Х™etФ›zec \"{0}.", + "worldedit.error.incomplete-region": "Nejprve proveФte vУНbФ›r regionu.", + "worldedit.error.unknown-block": "NУЁzev bloku '{0}' nebyl rozpoznУЁn.", + "worldedit.error.unknown-entity": "NУЁzev entity '{0}' nebyl rozpoznУЁn.", + "worldedit.error.unknown-mob": "JmУЉno tvora '{0}' nebylo rozpoznУЁno.", + "worldedit.error.unknown-biome": "NУЁzev biomu '{0}' nebyl rozpoznУЁn.", + "worldedit.error.unknown-tag": "NУЁzev tagu '{0}' nebyl rozpoznУЁn.", + "worldedit.error.empty-tag": "NУЁzev tagu '{0}' je prУЁzdnУН.", + "worldedit.error.no-match": "ХНУЁdnУЁ shoda pro '{0}'.", + "worldedit.error.disallowed-block": "Blok '{0}' nenУ­ povolen (viz konfigurace WorldEdit).", + "worldedit.error.max-changes": "Bylo dosaХОeno maximУЁlnУ­ho poФtu zmФ›nФ›nУНch blokХЏ ({0}) v operaci.", + "worldedit.error.max-brush-radius": "MaximУЁlnУ­ polomФ›r ХЁtФ›tce (v konfiguraci): {0}", + "worldedit.error.max-radius": "MaximУЁlnУ­ polomФ›r (v konfiguraci): {0}", + "worldedit.error.unknown-direction": "NeznУЁmУН smФ›r: {0}", + "worldedit.error.empty-clipboard": "SchrУЁnka je prУЁzdnУЁ. Nejprve pouХОij //copy.", + "worldedit.error.invalid-filename": "NeplatnУН nУЁzev souboru '{0}': {1}", + "worldedit.error.invalid-filename.invalid-characters": "NeplatnУЉ znaky, nebo chybФ›jУ­cУ­ rozХЁУ­Х™enУ­", + "worldedit.error.file-resolution": "Chyba rozliХЁenУ­ souboru '{0}: {1}", + "worldedit.error.file-resolution.outside-root": "Cesta je mimo povolenУН root", + "worldedit.error.file-resolution.resolve-failed": "NepodaХ™ilo se vyХ™eХЁit cestu", + "worldedit.error.file-aborted": "VУНbФ›r souboru pХ™eruХЁen.", + "worldedit.error.no-file-selected": "Nebyl vybrУЁn ХОУЁdnУН soubor.", + "worldedit.error.world-unloaded": "Tento svФ›t jiХО nenУ­ naФten.", + "worldedit.error.not-a-block": "Tento pХ™edmФ›t nenУ­ blok.", + "worldedit.error.not-a-block.item": "PХ™edmФ›t '{0}' nenУ­ blok.", + "worldedit.error.incorrect-usage": "PouХОitУ­: {0}", + "worldedit.error.invalid-page": "NeplatnУЉ ФУ­slo strУЁnky", + "worldedit.error.parser.bad-state-format": "Х patnУН stav formУЁtu v {0}", + "worldedit.error.parser.duplicate-property": "Duplikovat vlastnost: {0}", + "worldedit.error.parser.empty-state": "PrУЁzdnУЁ ФУЁst ve stavu", + "worldedit.error.parser.missing-equals-separator": "ChybУ­ '='", + "worldedit.error.parser.clipboard.missing-offset": "Posun byl zadУЁn pomocУ­ @ ale nebyl zadУЁn ХОУЁdnУН posun. PouХОijte '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "NeznУЁmУЁ vlastnost '{0}' pro blok '{1}'", + "worldedit.error.parser.unknown-value": "NeznУЁmУЁ hodnota '{0}' pro vlastnost '{1}'", + "worldedit.error.parser.empty-property": "Ve stavu prУЁzdnУЁ vlastnost", + "worldedit.error.parser.empty-value": "PrУЁzdnУЁ hodnota ve stavu", + "worldedit.error.parser.invalid-colon": "NeplatnУЁ dvojteФka.", + "worldedit.error.parser.invalid-expression": "NeplatnУН vУНraz: {0}", + "worldedit.error.parser.negate-nothing": "Nic nelze negovat!", + "worldedit.error.parser.hanging-lbracket": "NeplatnУН formУЁt. PouХОitУ­ zУЁvorky na '{0}'.", + "worldedit.error.parser.missing-rbracket": "ChybУ­ koncovУЉ ']'", + "worldedit.error.parser.missing-random-type": "ChybУ­ typ za symbolem % pro '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "SouХ™adnice potХ™ebuje vyrovnat souХ™adnice x, y, z.", + "worldedit.error.parser.player-only": "Vstup '{0}' vyХОaduje hrУЁФe!", + "worldedit.error.disabled": "Tato funkce je vypnuta (viz konfigurace WorldEdit).", + "worldedit.error.unknown": "DoХЁlo k neznУЁmУЉ chybФ›: {0}", + "worldedit.error.missing-extent": "NenУ­ znУЁm ХОУЁdnУН rozsah", + "worldedit.error.missing-session": "NenУ­ znУЁma ХОУЁdnУЁ LocalSession", + "worldedit.error.missing-world": "MusУ­ХЁ poskytnout svФ›t (Zkus //world)", + "worldedit.error.missing-actor": "NenУ­ znУЁm ХОУЁdnУН aktУЉr", + "worldedit.selection.convex.info.vertices": "Vrcholy: {0}", + "worldedit.selection.convex.info.triangles": "TrojУКhelnУ­ky: {0}", + "worldedit.selection.convex.explain.primary": "NovУН vУНbФ›r s vrcholem {0} byl zahУЁjen.", + "worldedit.selection.convex.explain.secondary": "K vУНbФ›ru byl pХ™idУЁn vrchol {0}.", + "worldedit.selection.cuboid.info.pos1": "Pozice 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Pozice 2: {0}", + "worldedit.selection.cuboid.explain.primary": "PrvnУ­ pozice nastavena na {0}.", + "worldedit.selection.cuboid.explain.primary-area": "PrvnУ­ pozice nastavena na {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "DruhУЁ pozice nastavena na {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "DruhУЁ pozice nastavena na {0} ({1}).", + "worldedit.selection.extend.explain.primary": "VУНbФ›r byl zahУЁjen v {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "RozХЁУ­Х™enУН vУНbФ›r pro {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "StХ™ed: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z PolomФ›r: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Vycentrovat pozici na {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Vycentrovat pozici na {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "PolomФ›r nastaven na {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "PolomФ›r nastaven na {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "ZmФ›ny elipsoidu musУ­ bУНt pro kaХОdou dimenzi.", + "worldedit.selection.cylinder.info.center": "StХ™ed: {0}", + "worldedit.selection.cylinder.info.radius": "PolomФ›r: {0}", + "worldedit.selection.cylinder.explain.primary": "ZaФУ­nУЁ novУН vУЁlcovУН vУНbФ›r v {0}.", + "worldedit.selection.cylinder.explain.secondary": "PolomФ›r nastaven na {0}/{1} blokХЏ. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "PХ™ed nastavenУ­m polomФ›ru musУ­te vybrat stХ™edovУН bod.", + "worldedit.selection.cylinder.error.even-horizontal": "ZmФ›ny vУЁlce musУ­ bУНt i pro kaХОdou dimenzi.", + "worldedit.selection.polygon2d.info": "# bodХЏ: {0}", + "worldedit.selection.polygon2d.explain.primary": "ZaФУ­nУЁ novУН mnohostФ›n na {0}.", + "worldedit.selection.polygon2d.explain.secondary": "PХ™idУЁn bod #{0} na {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "MnohostФ›ny lze zvФ›tХЁovat pouze svisle.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "MnohostФ›ny lze pХ™enУЁХЁet pouze svisle.", + "worldedit.selection.sphere.explain.secondary": "PolomФ›r nastaven na {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "PolomФ›r nastaven na {0} ({1}).", + "worldedit.selection.null.error.immutable": "Nelze zmФ›nit NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Nelze zvФ›tХЁit prХЏseФУ­k regionu.", + "worldedit.selection.intersection.error.cannot-contract": "Nelze pХ™enУЉst prХЏseФУ­k regionu.", + "worldedit.selection.transform.error.cannot-expand": "Nelze zvФ›tХЁit TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Nelze pХ™enУЉst TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Nelze zmФ›nit TransformedRegion.", + "worldedit.sideeffect.lighting": "OsvФ›tlenУ­", + "worldedit.sideeffect.lighting.description": "Aktualizovat osvФ›tlenУ­ bloku", + "worldedit.sideeffect.neighbors": "SousedУЉ", + "worldedit.sideeffect.neighbors.description": "UpozornУ­ blУ­zkУЉ bloky zmФ›n", + "worldedit.sideeffect.update": "Aktualizace", + "worldedit.sideeffect.update.description": "UpozornУ­ na zmФ›nФ›nУН blok", + "worldedit.sideeffect.validation": "Validace", + "worldedit.sideeffect.validation.description": "OvФ›Х™uje a opravuje nekonzistentnУ­ stav svФ›ta, jako jsou odpojenУЉ bloky", + "worldedit.sideeffect.entity_ai": "Entity AI", + "worldedit.sideeffect.entity_ai.description": "Aktualizuje cesty AI entity pro zmФ›ny bloku", + "worldedit.sideeffect.events": "UdУЁlosti mУГdХЏ/pluginХЏ", + "worldedit.sideeffect.events.description": "Pokud je to moХОnУЉ, informuje o tФ›chto zmФ›nУЁch dalХЁУ­ mody/pluginy", + "worldedit.sideeffect.state.on": "Zapnuto", + "worldedit.sideeffect.state.delayed": "ZpoХОdФ›nУ­", + "worldedit.sideeffect.state.off": "Vypnuto", + "worldedit.sideeffect.box.current": "AktuУЁlnУ­", + "worldedit.sideeffect.box.change-to": "KliknutУ­m nastavУ­te na {0}", + "worldedit.help.command-not-found": "PХ™У­kaz '{0}' nebyl nalezen.", + "worldedit.help.no-subcommands": "'{0}' nemУЁ ХОУЁdnУЉ podpХ™У­kazy. (MoХОnУЁ '{1}' je pro parametr?)", + "worldedit.help.subcommand-not-found": "PodpХ™У­kaz '{0}' pod '{1}' nebyl nalezen.", + "worldedit.cli.stopping": "Zastavuji!", + "worldedit.cli.unknown-command": "NeznУЁmУН pХ™У­kaz!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/cy/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/cy/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/cy/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/da/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/da/strings.json new file mode 100644 index 0000000..68eecd3 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/da/strings.json @@ -0,0 +1,45 @@ +{ + "worldedit.expand.description.vert": "Udvid udvУІlgelsen vertikalt til verdensgrУІnserne.", + "worldedit.expand.expanded": "Region udvidet med {0} blokke", + "worldedit.biomeinfo.lineofsight": "Biomer i synspunkt: {0}", + "worldedit.biomeinfo.position": "Biomer pУЅ din position: {0}", + "worldedit.biomeinfo.selection": "Biomer i din udvУІlgelse: {0}", + "worldedit.brush.apply.description": "PУЅfУИr pensel, anvend en funktion til hver blok", + "worldedit.brush.apply.radius": "StУИrrelsen af penslen", + "worldedit.brush.apply.shape": "Formen af regionen", + "worldedit.brush.apply.type": "Type pensel til brug", + "worldedit.brush.paint.size": "StУИrrelsen af penslen", + "worldedit.brush.paint.shape": "Formen af regionen", + "worldedit.brush.paint.type": "Type pensel til brug", + "worldedit.drawsel.disabled": "Server CUI deaktiveret.", + "worldedit.drawsel.disabled.already": "Server CUI allerede deaktiveret.", + "worldedit.drawsel.enabled.already": "Server CUI allerede aktiveret.", + "worldedit.limit.too-high": "Din maksimale tilladte grУІnse er {0}.", + "worldedit.limit.set": "BlokУІndringsgrУІnse sat til {0}.", + "worldedit.timeout.too-high": "Din maksimale tilladte timeout er {0}ms.", + "worldedit.timeout.return-to-default": " (Brug //timeout for at gУЅ tilbage til standard.)", + "worldedit.fast.disabled": "Hurtig tilstand deaktiveret.", + "worldedit.fast.enabled": "Hurtig tilstand aktiveret. Lys i de pУЅvirkede chunks kan vУІre forkert og eller du skal muligvis genforbinde for at se УІndringerne.", + "worldedit.fast.disabled.already": "Hurtig tilstand allerede deaktiveret.", + "worldedit.fast.enabled.already": "Hurtig tilstand allerede aktiveret.", + "worldedit.reorder.current": "Omordnet tilstand er {0}", + "worldedit.reorder.set": "Omordnet tilstand er nu {0}", + "worldedit.gmask.disabled": "Global maske deaktiveret.", + "worldedit.gmask.set": "Globalt maske sУІt.", + "worldedit.toggleplace.pos1": "Placer nu ved pos #1.", + "worldedit.toggleplace.player": "Nu placeres i blokken stУЅr du i.", + "worldedit.searchitem.too-short": "Indtast en lУІngere sУИgestreng (len > 2).", + "worldedit.clearhistory.cleared": "Historik slettet.", + "worldedit.raytrace.noblock": "Ingen blok i sigte!", + "worldedit.hpos.no-block": "Ingen blok i sigte!", + "worldedit.paste.pasted": "Udklipsholderen er blevet indsat ved {0}", + "worldedit.clearclipboard.cleared": "Udklipsholder ryddet.", + "worldedit.reload.config": "Konfiguration genindlУІst!", + "worldedit.report.written": "WorldEdit rapport skrevet til {0}", + "worldedit.report.error": "Kunne ikke skrive rapport: {0}", + "worldedit.timezone.invalid": "Ugyldig tidszone", + "worldedit.timezone.set": "Tidszone indstillet for denne session til: {0}", + "worldedit.timezone.current": "Den nuvУІrende tid i den pУЅgУІldende tidszone er: {0}", + "worldedit.version.version": "WorldEdit version {0}", + "worldedit.tool.no-block": "Ingen blok i sigte!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/de-AT/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/de-AT/strings.json new file mode 100644 index 0000000..c90e85f --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/de-AT/strings.json @@ -0,0 +1,413 @@ +{ + "worldedit.expand.description.vert": "Auswahl zu den Weltgrenzen vertikal erweitern.", + "worldedit.expand.expanded": "Region um {0} BlУЖcke erweitert", + "worldedit.expand.expanded.vert": "Region um {0} BlУЖcke erweitert (oben-nach-unten).", + "worldedit.biomeinfo.lineofsight": "Biome entlang des Fadenkreuzes: {0}", + "worldedit.biomeinfo.position": "Biome an deiner Position: {0}", + "worldedit.biomeinfo.selection": "Biome in deiner Auswahl: {0}", + "worldedit.brush.radius-too-large": "Maximal zulУЄssiger Pinselradius: {0}", + "worldedit.brush.apply.description": "Benutze einen Pinsel, eine Funktion auf jeden Block anwenden", + "worldedit.brush.apply.radius": "Die GrУЖУŸe des Pinsels", + "worldedit.brush.apply.shape": "Die Form der Region", + "worldedit.brush.apply.type": "Art des zu benutzenden Pinsels", + "worldedit.brush.apply.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren mУЖglicherweise nicht auf allen Plattformen, kУЖnnen nicht rУМckgУЄngig gemacht werden und kУЖnnen seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.paint.description": "Male mit einem Pinsel, eine Funktion auf eine OberflУЄche anwenden", + "worldedit.brush.paint.size": "Die GrУЖУŸe eines Pinsels", + "worldedit.brush.paint.shape": "Die Form des Pinsels", + "worldedit.brush.paint.density": "Die Dichte des Pinsels", + "worldedit.brush.paint.type": "Typ des zu benutzenden Pinsels", + "worldedit.brush.paint.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren mУЖglicherweise nicht auf allen Plattformen, kУЖnnen nicht rУМckgУЄngig gemacht werden und kУЖnnen seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.sphere.equip": "KugelfУЖrmiger Pinsel ausgerУМstet ({0}).", + "worldedit.brush.cylinder.equip": "ZylinderfУЖrmiger Pinsel ausgerУМstet ({0} von {1}).", + "worldedit.brush.clipboard.equip": "Pinsel mit Form der Zwischenablage ausgerУМstet.", + "worldedit.brush.smooth.equip": "GlУЄttender Pinsel ausgerУМstet ({0} x {1}x benutzt {2}).", + "worldedit.brush.extinguish.equip": "LУЖscher ausgerУМstet ({0}).", + "worldedit.brush.gravity.equip": "Schwerkraft-Pinsel ausgerУМstet ({0}).", + "worldedit.brush.butcher.equip": "Pinsel zur Monsterentfernung ausgerУМstet ({0}).", + "worldedit.brush.operation.equip": "Pinsel auf {0} gesetzt.", + "worldedit.brush.heightmap.unknown": "Unbekannter Heightmap-Pinsel: {0}.", + "worldedit.brush.none.equip": "Pinsel vom aktuellen Item entfernt.", + "worldedit.setbiome.changed": "Biome wurden fУМr etwa {0} BlУЖcke geУЄndert.", + "worldedit.setbiome.warning": "MУЖglicherweise musst du deinem Spiel wieder beitreten (oder deine Welt schlieУŸen und wieder УЖffnen), um У„nderungen zu sehen.", + "worldedit.drawsel.disabled": "Server-CUI deaktiviert.", + "worldedit.drawsel.enabled": "Server CUI aktiviert. Dies unterstУМtzt nur Cuboid Regionen, mit einer maximalen GrУЖУŸe von {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Server-CUI bereits deaktiviert.", + "worldedit.drawsel.enabled.already": "Server-CUI schon aktiviert.", + "worldedit.limit.too-high": "Dein maximal erlaubtes Limit ist {0}.", + "worldedit.limit.set": "BlockverУЄnderungslimit auf {0} gesetzt.", + "worldedit.limit.return-to-default": "(Benutze //limit um den Standard wieder herzustellen.)", + "worldedit.timeout.too-high": "Deine maximal zulУЄssige ZeitУМberschreitung ist {0}ms.", + "worldedit.timeout.set": "ZeitУМberschreitung wurde auf {0}ms gesetzt.", + "worldedit.timeout.return-to-default": " (Benutze //timeout um zum Standard zurУМckzukehren.)", + "worldedit.fast.disabled": "Schnellen Modus deaktiviert.", + "worldedit.fast.enabled": "Schnellmodus aktiviert. Die Beleuchtung in den betroffenen Chunks kann falsch sein und/oder die Welt muss neu betreten werden, um У„nderungen zu sehen.", + "worldedit.fast.disabled.already": "Schneller Modus bereits deaktiviert.", + "worldedit.fast.enabled.already": "Schneller Modus ist schon aktiviert.", + "worldedit.perf.sideeffect.set": "Nebeneffekt \"{0}\" gesetzt auf {1}", + "worldedit.perf.sideeffect.get": "Nebeneffekt \"{0}\" ist auf {1} gesetzt", + "worldedit.perf.sideeffect.already-set": "Nebeneffekt \"{0}\" ist bereits auf {1} gesetzt", + "worldedit.perf.sideeffect.set-all": "Alle Nebeneffekte auf {0} gesetzt", + "worldedit.reorder.current": "Der Neuordnungs-Modus ist {0}", + "worldedit.reorder.set": "Der Neuordnungs-Modus ist nun {0}", + "worldedit.gmask.disabled": "Globale Maske deaktiviert.", + "worldedit.gmask.set": "Globale Mask gesetzt.", + "worldedit.toggleplace.pos1": "Jetzt wird bei Pos #1 platziert.", + "worldedit.toggleplace.player": "Platziere nun an dem Block, in dem du stehst.", + "worldedit.toggleplace.not-locatable": "Platzieren in diesem Kontext nicht mУЖglich.", + "worldedit.searchitem.too-short": "Gebe einen lУЄngeren Suchbegriff ein (lУЄng > 2).", + "worldedit.searchitem.either-b-or-i": "Du kannst nicht die Flags 'b' und 'i' gleichzeitig verwenden.", + "worldedit.searchitem.searching": "(Bitte warten... suche nach Items.)", + "worldedit.watchdog.no-hook": "Diese Plattform hat keine Watchdog-Schnittstelle.", + "worldedit.watchdog.active.already": "Watchdog-Manipulation bereits aktiv.", + "worldedit.watchdog.inactive.already": "Watchdog-Manipulation bereits inaktiv.", + "worldedit.watchdog.active": "Watchdog-Manipulation jetzt aktiv.", + "worldedit.watchdog.inactive": "Watchdog-Manipulation jetzt inaktiv.", + "worldedit.world.remove": "Уœberschreibung der Welt entfernt.", + "worldedit.world.set": "Уœberschreitung der Welt auf {0} gesetzt. (Benutze //world um zur Standardeinstellung zurУМckzukehren)", + "worldedit.undo.undone": "{0} verfУМgbare Bearbeitungen rУМckgУЄngig gemacht.", + "worldedit.undo.none": "Keine Bearbeitung zum RУМckgУЄngig machen verfУМgbar.", + "worldedit.redo.redone": "{0} verfУМgbare Bearbeitungen wieder hergestellt.", + "worldedit.redo.none": "Keine Bearbeitung zum Wiederherstellen verfУМgbar.", + "worldedit.clearhistory.cleared": "Verlauf gelУЖscht.", + "worldedit.raytrace.noblock": "Kein Block in Sicht!", + "worldedit.restore.not-configured": "Snapshot/Backup Wiederherstellung ist nicht konfiguriert.", + "worldedit.restore.not-available": "Dieser Snapshot existiert nicht oder ist nicht verfУМgbar.", + "worldedit.restore.failed": "Fehler beim Laden des Snapshots: {0}", + "worldedit.restore.loaded": "Snapshot '{0} geladen; Wiederherstellung im Gange...", + "worldedit.restore.restored": "Wiederhergestelt; {0} fehlende Chunks und {1} andere Fehler.", + "worldedit.restore.none-for-specific-world": "FУМr die Welt '{0}' wurden keine Snapshots gefunden.", + "worldedit.restore.none-for-world": "FУМr diese Welt wurden keine Snapshots gefunden.", + "worldedit.restore.none-found": "Es konnten keine Snapshots gefunden werden.", + "worldedit.restore.none-found-console": "Es konnten keine Snapshots gefunden werden. Siehe Konsole fУМr Details.", + "worldedit.restore.chunk-not-present": "Chunks waren nicht im Snapshot enthalten.", + "worldedit.restore.chunk-load-failed": "Es konnten keine Chunks geladen werden. (Fehlerhaftes Archiv?)", + "worldedit.restore.block-place-failed": "Durch Fehler konnten keine BlУЖcke wiederhergestellt werden.", + "worldedit.restore.block-place-error": "Letzter Fehler: {0}", + "worldedit.snapshot.use.newest": "Nutze nun den neuesten Snapshot.", + "worldedit.snapshot.use": "Setze Snapshot auf: {0}", + "worldedit.snapshot.none-before": "Konnte keinen Snapshot vor {0} finden.", + "worldedit.snapshot.none-after": "Konnte keinen Snapshot nach {0} finden.", + "worldedit.snapshot.index-above-0": "UngУМltiger Index, muss grУЖУŸer oder gleich 1 sein.", + "worldedit.snapshot.index-oob": "UngУМltiger Index, muss zwischen 1 und {0} liegen.", + "worldedit.schematic.unknown-format": "Unbekanntes Schematic-Format: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.load.loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.load.still-loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.save.already-exists": "Diese Schematic existiert bereits. Nutze die Flag -f, um die Datei zu УМberschreiben.", + "worldedit.schematic.save.failed-directory": "Konnte den Ordner fУМr Schematics nicht anlegen!", + "worldedit.schematic.save.saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.save.still-saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.delete.failed": "LУЖschen von {0} fehlgeschlagen! Ist die Datei schreibgeschУМtzt?", + "worldedit.schematic.delete.deleted": "{0} wurde gelУЖscht.", + "worldedit.schematic.formats.title": "VerfУМgbare Formate fУМr Zwischenablage (Name: Kurzbezeichnung)", + "worldedit.schematic.unsupported-minecraft-version": "Diese Version von WorldEdit unterstУМtzt deine Minecraft-Version nicht. Schematics werden nicht funktionieren, solange dies nicht angepasst ist.", + "worldedit.pos.already-set": "Position bereits gesetzt.", + "worldedit.pos.console-require-coords": "Als Konsole mУМssen Koordinaten angegeben werden.", + "worldedit.hpos.no-block": "Kein Block in Sicht!", + "worldedit.hpos.already-set": "Position bereits gesetzt.", + "worldedit.chunk.selected-multiple": "AusgewУЄhlte Chunks: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk ausgewУЄhlt: {0}, {1}, {2}", + "worldedit.wand.invalid": "Auswahl-Item ist falsch konfiguriert oder deaktiviert.", + "worldedit.wand.selwand.info": "Linksklick: Setze Position #1, Rechtsklick: Setze Position #2", + "worldedit.wand.navwand.info": "Linksklick: Springe zu der Position; Rechtsklick: Springe durch WУЄnde", + "worldedit.wand.selwand.now.tool": "Der Selektionsstab ist nun ein normales Werkzeug. Du kannst es mit {0} deaktivieren und mit einem beliebigen Element mit {1} verbinden oder einen neuen Zauberstab mit {2} erhalten.", + "worldedit.contract.contracted": "Region um {0} BlУЖcke verkleinert.", + "worldedit.shift.shifted": "Region verschoben.", + "worldedit.outset.outset": "Region vergrУЖУŸert.", + "worldedit.inset.inset": "Region verkleinert.", + "worldedit.size.offset": "Versatz: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "GrУЖУŸe: {0}", + "worldedit.size.distance": "Kubische Distanz: {0}", + "worldedit.size.blocks": "Anzahl von BlУЖcken: {0}", + "worldedit.count.counted": "Anzahl: {0}", + "worldedit.distr.no-blocks": "Keine BlУЖcke gezУЄhlt.", + "worldedit.distr.no-previous": "Keine vorherigen Verteilungen.", + "worldedit.distr.total": "Gesamte Blockanzahl: {0}", + "worldedit.select.cleared": "Auswahl aufgehoben.", + "worldedit.select.cuboid.message": "Kubisch: Linksklick fУМr Punkt 1, Rechtsklick fУМr Punkt 2", + "worldedit.select.cuboid.description": "WУЄhle zwei Ecken eines Quaders", + "worldedit.select.extend.message": "Kubisch: Linksklick fУМr einen Startpunkt, Rechtsklick zum Erweitern", + "worldedit.select.extend.description": "Schneller kubische Auswahlmodus", + "worldedit.select.poly.message": "2D Polygon-Auswahl: Links/Rechtsklick um einen Punkt hinzuzufУМgen.", + "worldedit.select.poly.limit-message": "maximal {0} Punkte.", + "worldedit.select.poly.description": "WУЄhle ein 2D-Polygon mit HУЖhe", + "worldedit.select.ellipsoid.message": "Ellipsoide Auswahl: Linksklick fУМr Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.ellipsoid.description": "WУЄhle ein Ellipsoid aus", + "worldedit.select.sphere.message": "Kugel Selektor: Linksklick fУМr Mittelpunkt, Rechtsklick um Radius zu setzen", + "worldedit.select.sphere.description": "WУЄhle eine Kugel aus", + "worldedit.select.cyl.message": "Zylindrischer Selektor: Linksklick fУМr Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.cyl.description": "ZylinderfУЖrmige Auswahl", + "worldedit.select.convex.message": "Konvex-Polyhedrische Auswahl: Linksklick fУМr ersten Knoten, Rechtsklick zum Erweitern.", + "worldedit.select.convex.limit-message": "maximal {0} Punkte.", + "worldedit.select.convex.description": "Auswahl einer Konvex-Polyhedrischen Form", + "worldedit.select.default-set": "Deine standardmУЄssige Regions-Auswahl ist jetzt {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Altes Format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: Region/{0}", + "worldedit.listchunks.listfor": "Auflistung von Chunks fУМr: {0}", + "worldedit.drain.drained": "{0} BlУЖcke wurden getrocknet.", + "worldedit.fill.created": "{0} BlУЖcke wurden ausgefУМllt.", + "worldedit.fillr.created": "{0} BlУЖcke wurden ausgefУМllt.", + "worldedit.fixlava.fixed": "{0} BlУЖcke wurden korrigiert.", + "worldedit.fixwater.fixed": "{0} BlУЖcke wurden korrigiert.", + "worldedit.removeabove.removed": "{0} BlУЖcke wurden entfernt.", + "worldedit.removebelow.removed": "{0} BlУЖcke wurden entfernt.", + "worldedit.removenear.removed": "{0} BlУЖcke wurden entfernt.", + "worldedit.replacenear.replaced": "{0} BlУЖcke wurden ersetzt.", + "worldedit.snow.created": "{0} OberflУЄchen wurden bedeckt.", + "worldedit.thaw.removed": "{0} BlУЖcke wurden aufgetaut.", + "worldedit.green.changed": "{0} BlУЖcke wurden grУМn gemacht.", + "worldedit.extinguish.removed": "{0} BrУЄnde wurden gelУЖscht.", + "worldedit.butcher.killed": "{0} Kreaturen wurden in einem Radius von {1} getУЖtet.", + "worldedit.butcher.explain-all": "Verwende -1, um alle Mobs in geladenen Chunks zu entfernen", + "worldedit.remove.removed": "{0} Entities wurden fУМr das Entfernen markiert.", + "worldedit.remove.explain-all": "Verwende -1, um alle Entities in geladenen Chunks zu entfernen", + "worldedit.calc.invalid": "'{0}' konnte nicht als gУМltiger Ausdruck УМbersetzt werden", + "worldedit.calc.invalid.with-error": "'{0}' konnte nicht als gУМltiger Ausdruck geparst werden: '{1}'", + "worldedit.paste.pasted": "Die Zwischenablage wurde bei {0} eingefУМgt", + "worldedit.paste.selected": "EinfУМgebereich fУМr Zwischenablage ausgewУЄhlt.", + "worldedit.rotate.no-interpolation": "Hinweis: Interpolation ist noch nicht unterstУМtzt. Es ist empfohlen, Winkel mit einem Vielfachen von 90 zu nutzen.", + "worldedit.rotate.rotated": "Die Zwischenablage wurde gedreht.", + "worldedit.flip.flipped": "Die Zwischenablage wurde gespiegelt.", + "worldedit.clearclipboard.cleared": "Die Zwischenablage wurde geleert.", + "worldedit.set.done": "Vorgang abgeschlossen.", + "worldedit.set.done.verbose": "Vorgang abgeschlossen ({0}).", + "worldedit.line.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.line.invalid-type": "//line funktioniert nur mit kubischen Selektionen oder konvex-polyhedrischen Selektionen", + "worldedit.curve.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.curve.invalid-type": "//curve funktioniert nur mit konvex-polyhedrischen Selektionen", + "worldedit.replace.replaced": "{0} BlУЖcke wurden ersetzt.", + "worldedit.stack.changed": "{0} BlУЖcke wurden geУЄndert. RУМckgУЄngig mit //undo", + "worldedit.stack.intersecting-region": "Stapelversatz darf bei Verwendung von Blockeinheiten nicht mit der Region kollidieren", + "worldedit.regen.regenerated": "Region neu generiert.", + "worldedit.regen.failed": "Chunks konnten nicht regeneriert werden. Siehe Konsole fУМr Details.", + "worldedit.walls.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.faces.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.overlay.overlaid": "{0} BlУЖcke wurden bedeckt.", + "worldedit.naturalize.naturalized": "{0} Block/BlУЖcke wurden verУЄndert, um natУМrlicher zu erscheinen.", + "worldedit.center.changed": "Mittelpunkt gesetzt. ({0} BlУЖcke geУЄndert)", + "worldedit.smooth.changed": "HУЖhenkarte des GelУЄndes geglУЄttet. {0} BlУЖcke geУЄndert.", + "worldedit.move.moved": "{0} BlУЖcke verschoben.", + "worldedit.deform.deformed": "{0} BlУЖcke wurden verformt.", + "worldedit.hollow.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.forest.created": "{0} BУЄume erstellt.", + "worldedit.flora.created": "{0} Pflanzen erstellt.", + "worldedit.unstuck.moved": "Bitte schУЖn!", + "worldedit.ascend.obstructed": "Keine freie Stelle УМber dir gefunden.", + "worldedit.ascend.moved": "Um {0} Ebenen aufgestiegen.", + "worldedit.descend.obstructed": "Keine freie Stelle unter dir gefunden.", + "worldedit.descend.moved": "Um {0} Ebenen abgestiegen.", + "worldedit.ceil.obstructed": "Keine freie Stelle УМber dir gefunden.", + "worldedit.ceil.moved": "Magie!", + "worldedit.thru.obstructed": "Keine freie Stelle vor dir gefunden.", + "worldedit.thru.moved": "Magie!", + "worldedit.jumpto.moved": "Magie!", + "worldedit.jumpto.none": "Kein Block in Sicht (oder zu weit entfernt)!", + "worldedit.up.obstructed": "Du wУМrdest etwas УМber dir treffen.", + "worldedit.up.moved": "Magie!", + "worldedit.cyl.invalid-radius": "Du musst entweder ein oder zwei Radien angeben.", + "worldedit.cyl.created": "{0} BlУЖcke wurden erstellt.", + "worldedit.sphere.invalid-radius": "Du musst entweder ein oder drei Radien angeben.", + "worldedit.sphere.created": "{0} BlУЖcke wurden erstellt.", + "worldedit.forestgen.created": "{0} BУЄume erstellt.", + "worldedit.pumpkins.created": "{0} KУМrbisbeete erstellt.", + "worldedit.pyramid.created": "{0} BlУЖcke wurden erstellt.", + "worldedit.generate.created": "{0} BlУЖcke wurden erstellt.", + "worldedit.generatebiome.changed": "{0} Biome betroffen.", + "worldedit.reload.config": "Konfiguration wurde neu geladen!", + "worldedit.report.written": "WorldEdit-Bereicht zu {0} geschrieben", + "worldedit.report.error": "Fehler beim Schreiben des Berichts: {0}", + "worldedit.report.callback": "WorldEdit Report: {0}.report", + "worldedit.timezone.invalid": "UngУМltige Zeitzone", + "worldedit.timezone.set": "Zeitzone fУМr diese Sitzung gesetzt: {0}", + "worldedit.timezone.current": "Die aktuelle Zeit in dieser Zeitzone ist: {0}", + "worldedit.version.version": "WorldEdit-Version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Diese WorldEdit Version unterstУМtzt ihre Version von Bukkit nicht vollstУЄndig. Block-Entities (z.B. Truhen) sind leer, Blockeigenschaften (z. B. Rotation) fehlen und andere Dinge werden mУЖglicherweise nicht funktionieren. Aktualisieren Sie WorldEdit um diese Funktion wiederherzustellen:\n{0}", + "worldedit.trace.action-failed": "Trace: Aktion(en) {0} bei {1} verworfen nach AusmaУŸ {2}", + "worldedit.trace.active.already": "Ablaufverfolgungs-Modus bereits aktiv.", + "worldedit.trace.inactive.already": "Ablaufverfolgungs-Modus bereits inaktiv.", + "worldedit.trace.active": "Ablaufverfolgungs-Modus ist nun aktiv.", + "worldedit.trace.inactive": "Ablaufverfolgungs-Modus ist nun inaktiv.", + "worldedit.command.time-elapsed": "{0}s vergangen (History: {1} geУЄndert; {2} BlУЖcke/Sek).", + "worldedit.command.permissions": "Dazu bist du nicht berechtigt. Bist du im richtigen Modus?", + "worldedit.command.player-only": "Dieser Befehl muss als Spieler benutzt werden.", + "worldedit.command.error.report": "Bitte melde diesen Fehler: [Siehe Konsole]", + "worldedit.pastebin.uploading": "(Bitte warten... sende Daten an Pastebin...)", + "worldedit.session.cant-find-session": "Sitzung fУМr {0} nicht gefunden", + "worldedit.platform.no-file-dialog": "Datei-Dialoge werden in Ihrer Umgebung nicht unterstУМtzt.", + "worldedit.asset.load.loading": "(Bitte warten... lade Asset.)", + "worldedit.asset.load.still-loading": "(Bitte warten... lade weiterhin Asset.)", + "worldedit.asset.load.failed": "Fehler beim laden des Assets", + "worldedit.tool.max-block-changes": "Maximales У„nderungslimit fУМr BlУЖcke erreicht.", + "worldedit.tool.no-block": "Kein Block in Sicht!", + "worldedit.tool.repl.equip": "Ersetzen-Werkzeug an {0} gebunden.", + "worldedit.tool.repl.switched": "Ersetzen-Werkzeug geУЄndert zu: {0}", + "worldedit.tool.data-cycler.equip": "Werkzeug zum У„ndern von Blockdaten an {0} gebunden.", + "worldedit.tool.data-cycler.block-not-permitted": "Du hast keine Befugnis, die Werte dieses Blockes zu УЄndern.", + "worldedit.tool.data-cycler.cant-cycle": "Diese Blockdaten kУЖnnen nicht verУЄndert werden!", + "worldedit.tool.data-cycler.new-value": "Wert von {0} ist jetzt {1}.", + "worldedit.tool.data-cycler.cycling": "У„ndere nun {0}.", + "worldedit.tool.deltree.equip": "Werkzeug zum Entfernen fliegender BУЄume an {0} gebunden.", + "worldedit.tool.deltree.not-tree": "Das ist kein Baum.", + "worldedit.tool.deltree.not-floating": "Das ist kein schwebender Baum.", + "worldedit.tool.tree.equip": "Werkzeug zum BУЄume setzen an {0} gebunden.", + "worldedit.tool.tree.obstructed": "Hier kann kein Baum erstellt werden.", + "worldedit.tool.info.equip": "Werkzeug fУМr Informationen an {0} gebunden.", + "worldedit.tool.info.blockstate.hover": "Blockstatus", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy-Id: Daten", + "worldedit.tool.info.light.hover": "Lichtlevel Block/Lichtlevel darУМber", + "worldedit.tool.none.equip": "Werkzeug vom aktuellen Item entfernt.", + "worldedit.tool.none.to.unequip": "Ihr aktuelles Item ist nicht gebunden.", + "worldedit.tool.selwand.equip": "Werkzeug zum AuswУЄhlen an {0} gebunden.", + "worldedit.tool.navwand.equip": "Werkzeug zum Navigieren an {0} gebunden.", + "worldedit.tool.floodfill.equip": "Werkzeug zum FУМllen von BlУЖcken an {0} gebunden.", + "worldedit.tool.farwand.equip": "Werkzeug zum AuswУЄhlen fУМr groУŸe Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.equip": "Werkzeug zum Setzen von BlУЖcken fУМr groУŸe Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.set": "Linksklick auf {0} gesetzt; Rechtsklick auf {1} gesetzt.", + "worldedit.tool.stack.equip": "Werkzeug zum Stapeln an {0} gebunden.", + "worldedit.tool.unbind-instruction": "FУМhre {0} aus, wУЄhrend du das Item in der Hand hУЄltst, um es zu entbinden.", + "worldedit.tool.superpickaxe.mode.single": "Modus ist jetzt blockweise. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.area": "Modus ist jetzt bereichsfУЖrmig. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.recursive": "Modus ist jetzt rekursiv. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.max-range": "Maximale Entfernung ist {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superspitzhacke ist bereits aktiviert.", + "worldedit.tool.superpickaxe.disabled.already": "Superspitzhacke ist bereits deaktiviert.", + "worldedit.tool.superpickaxe.enabled": "Superspitzhacke aktiviert.", + "worldedit.tool.superpickaxe.disabled": "Superspitzhacke deaktiviert.", + "worldedit.tool.mask.set": "Maske fУМr Pinsel gesetzt.", + "worldedit.tool.mask.disabled": "Maske fУМr Pinsel deaktiviert.", + "worldedit.tool.material.set": "Material fУМr Pinsel gesetzt.", + "worldedit.tool.range.set": "Reichweite fУМr Pinsel gesetzt.", + "worldedit.tool.size.set": "PinselgrУЖУŸe gesetzt.", + "worldedit.tool.tracemask.set": "Kollidierungsmaske gesetzt.", + "worldedit.tool.tracemask.disabled": "Kollidierungsmaske deaktiviert.", + "worldedit.tool.error.cannot-bind": "Kann das Werkzeug nicht an {0} binden: {1}", + "worldedit.tool.error.item-only": "BlУЖcke kУЖnnen nicht verwendet werden.", + "worldedit.execute.script-permissions": "Du hast keine Berechtigung, dieses Skript zu nutzen.", + "worldedit.executelast.no-script": "Benutze zuerst /cs mit einem Skriptnamen.", + "worldedit.script.read-error": "Skript Lesefehler: {0}", + "worldedit.script.unsupported": "Aktuell werden nur .js-Skripte unterstУМtzt", + "worldedit.script.file-not-found": "Skript existiert nicht: {0}", + "worldedit.script.no-script-engine": "Fehler beim Finden einer Skript-Engine.\nBitte beachte https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Fehler beim AusfУМhren: {0}", + "worldedit.script.failed-console": "Fehler beim AusfУМhren (siehe Konsole): {0}", + "worldedit.operation.affected.biome": "{0} Biome betroffen", + "worldedit.operation.affected.block": "{0} BlУЖcke betroffen", + "worldedit.operation.affected.column": "{0} Stellen betroffen", + "worldedit.operation.affected.entity": "{0} Entities betroffen", + "worldedit.operation.deform.expression": "deformiert mit {0}", + "worldedit.error.invalid-number": "Anzahl erwartet; String angegeben.", + "worldedit.error.invalid-number.matches": "Anzahl erwartet; String \"{0}\" angegeben.", + "worldedit.error.incomplete-region": "WУЄhle zuerst eine Region aus.", + "worldedit.error.unknown-block": "Blockname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-entity": "Entityname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-mob": "Mob-Name '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-biome": "Biomname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-tag": "Tagname '{0}' wurde nicht erkannt.", + "worldedit.error.empty-tag": "Tagname '{0}' hat keinen Inhalt.", + "worldedit.error.no-match": "Kein Treffer fУМr '{0}'.", + "worldedit.error.disallowed-block": "Block '{0}' nicht erlaubt (siehe WorldEdit Konfiguration).", + "worldedit.error.max-changes": "Maximale Anzahl an BlУЖcken in einer Operation geУЄndert ({0}).", + "worldedit.error.max-brush-radius": "Maximaler Pinselradius (in Konfiguration): {0}", + "worldedit.error.max-radius": "Maximaler Radius (in Konfiguration): {0}", + "worldedit.error.unknown-direction": "Unbekannte Richtung: {0}", + "worldedit.error.empty-clipboard": "Die Zwischenablage ist leer. Verwende zuerst //copy.", + "worldedit.error.invalid-filename": "Dateiname '{0}' ungУМltig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "UngУМltige Zeichen oder Erweiterung fehlt", + "worldedit.error.file-resolution": "Datei '{0}' Fehler beim AuflУЖsen der Datei: {1}", + "worldedit.error.file-resolution.outside-root": "Pfad ist auУŸerhalb des erlaubten Verzeichnisses", + "worldedit.error.file-resolution.resolve-failed": "Fehler beim AuflУЖsen des Pfades", + "worldedit.error.file-aborted": "Dateiauswahl abgebrochen.", + "worldedit.error.no-file-selected": "Es wurde keine Datei ausgewУЄhlt.", + "worldedit.error.world-unloaded": "Die Welt wurde bereits entladen.", + "worldedit.error.not-a-block": "Dieses Item ist kein Block.", + "worldedit.error.not-a-block.item": "Das Item '{0}' ist kein Block.", + "worldedit.error.incorrect-usage": "Benutzung: {0}", + "worldedit.error.invalid-page": "UngУМltige Seitennummer", + "worldedit.error.parser.bad-state-format": "Fehlerhaftes Statusformat in {0}", + "worldedit.error.parser.duplicate-property": "Doppelte Eigenschaft: {0}", + "worldedit.error.parser.empty-state": "Leerer Teil im Status", + "worldedit.error.parser.missing-equals-separator": "Fehlendes Trennzeichen '='", + "worldedit.error.parser.clipboard.missing-offset": "Offset mit @ angegeben, aber kein Offset angegeben. Verwenden Sie '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Unbekannte Eigenschaft '{0}' fУМr Block '{1}'", + "worldedit.error.parser.unknown-value": "Unbekannter Wert '{0}' fУМr Eigenschaft '{1} '", + "worldedit.error.parser.empty-property": "Leere Eigenschaft im Status", + "worldedit.error.parser.empty-value": "Leerer Wert im Status", + "worldedit.error.parser.invalid-colon": "UngУМltiger Doppelpunkt.", + "worldedit.error.parser.invalid-expression": "UngУМltiger Ausdruck: {0}", + "worldedit.error.parser.negate-nothing": "Nichts kann nicht negiert werden!", + "worldedit.error.parser.hanging-lbracket": "UngУМltiges Format. Fehlende Klammer bei '{0}'.", + "worldedit.error.parser.missing-rbracket": "Bei dem Status fehlt die schlieУŸende Klammer ']'", + "worldedit.error.parser.missing-random-type": "Fehlender Typ hinter dem % symbol fУМr '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Versatz fУМr die Zwischenablage benУЖtigt x,y,z Koordinaten.", + "worldedit.error.parser.player-only": "Eingabe '{0}' erfordert einen Spieler!", + "worldedit.error.disabled": "Diese Funktion ist deaktiviert (siehe WorldEdit Konfiguration).", + "worldedit.error.unknown": "Unbekannter Fehler ist aufgetreten: {0}", + "worldedit.error.missing-extent": "Kein Ziel ist bekannt", + "worldedit.error.missing-session": "Keine lokale Session ist bekannt", + "worldedit.error.missing-world": "Du musst eine Welt angeben (Try //world)", + "worldedit.error.missing-actor": "Kein Akteur ist bekannt", + "worldedit.selection.convex.info.vertices": "Knoten: {0}", + "worldedit.selection.convex.info.triangles": "Dreiecke: {0}", + "worldedit.selection.convex.explain.primary": "Neue Auswahl mit Knoten {0} gestartet.", + "worldedit.selection.convex.explain.secondary": "Knoten {0} zur Auswahl hinzugefУМgt.", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Erste Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.primary-area": "Erste Position bei {0} ({1}) gesetzt.", + "worldedit.selection.cuboid.explain.secondary": "Zweite Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.secondary-area": "Zweite Position bei {0} ({1}) gesetzt.", + "worldedit.selection.extend.explain.primary": "Auswahl bei {0} ({1}) gestartet.", + "worldedit.selection.extend.explain.secondary": "Auswahl erweitert, damit {0} ({1}) beinhaltet wird.", + "worldedit.selection.ellipsoid.info.center": "Mittelpunkt: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Position des Mittelpunkts zu {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.primary-area": "Position des Mittelpunkts zu {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid-У„nderungen mУМssen fУМr jede Dimension gleich sein.", + "worldedit.selection.cylinder.info.center": "Mittelpunkt: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Neue zylindrische Auswahl bei {0} gestartet.", + "worldedit.selection.cylinder.explain.secondary": "Radius auf {0}/{1} BlУЖcke gesetzt. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Damit der Radius eingestellt werden kann, ist es notwendig, einen Mittelpunkt zu wУЄhlen.", + "worldedit.selection.cylinder.error.even-horizontal": "ZylinderУЄnderungen mУМssen auch fУМr jede horizontale Dimension gelten.", + "worldedit.selection.polygon2d.info": "Anzahl Punkte: {0}", + "worldedit.selection.polygon2d.explain.primary": "Neues Polygon bei {0} gestartet.", + "worldedit.selection.polygon2d.explain.secondary": "Punkt #{0} bei {1} hinzugefУМgt.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygone kУЖnnen nur vertikal erweitert werden.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygone kУЖnnen nur vertikal verhandelt werden.", + "worldedit.selection.sphere.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.null.error.immutable": "NullRegion kУЖnnt nicht geУЄndert werden.", + "worldedit.selection.intersection.error.cannot-expand": "KУЖnnt nicht einen regionalen Schnittpunkt erweitern.", + "worldedit.selection.intersection.error.cannot-contract": "KУЖnnt nicht einen regionalen Schnittpunkt verhandeln.", + "worldedit.selection.transform.error.cannot-expand": "KУЖnnt nicht einen TransformedRegion erweitern.", + "worldedit.selection.transform.error.cannot-contract": "KУЖnnt nicht einen TransformedRegion verhandeln.", + "worldedit.selection.transform.error.cannot-change": "KУЖnnt nicht einen TransformedRegion УЄndern.", + "worldedit.sideeffect.lighting": "Beleuchtung", + "worldedit.sideeffect.lighting.description": "Aktualisiert Blockbeleuchtung", + "worldedit.sideeffect.neighbors": "Nachbarn", + "worldedit.sideeffect.neighbors.description": "Benachrichtigt BlУЖcke in der NУЄhe УМber den У„nderungen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Benachrichtigt den geУЄnderten Block", + "worldedit.sideeffect.validation": "УœberprУМfung", + "worldedit.sideeffect.validation.description": "УœberprУМft und repariert inkonsistenten Weltzustand, so wie getrennte BlУЖcke", + "worldedit.sideeffect.entity_ai": "Wesen-KI", + "worldedit.sideeffect.entity_ai.description": "Aktualisiert Wesen-KI-Pfade fУМr die BlockУЄnderungen", + "worldedit.sideeffect.events": "Mod/Plugin-Ereignisse", + "worldedit.sideeffect.events.description": "Informiert andere Mods/Plugins УМber diese У„nderungen, falls anwendbar", + "worldedit.sideeffect.state.on": "An", + "worldedit.sideeffect.state.delayed": "VerzУЖgert", + "worldedit.sideeffect.state.off": "Aus", + "worldedit.sideeffect.box.current": "Aktuell", + "worldedit.sideeffect.box.change-to": "Klicken, um auf {0} zu setzen", + "worldedit.help.command-not-found": "Der Befehl '{0}' konnte nicht gefunden werden.", + "worldedit.help.no-subcommands": "'{0}' hat keine Unterbefehle. (Vielleicht steht '{1}' fУМr einen Parameter?)", + "worldedit.help.subcommand-not-found": "Der Unterbefehl '{0}' unter '{1}' konnte nicht gefunden werden.", + "worldedit.cli.stopping": "Wird beendet!", + "worldedit.cli.unknown-command": "Unbekannter Befehl!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/de-CH/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/de-CH/strings.json new file mode 100644 index 0000000..8711c8d --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/de-CH/strings.json @@ -0,0 +1,413 @@ +{ + "worldedit.expand.description.vert": "Uswahl zu de Weltgrenzene vertikal erwitere.", + "worldedit.expand.expanded": "Region um {0} BlУЖck erwiteret", + "worldedit.expand.expanded.vert": "Region um {0} BlУЖck erwiteret (obe-nach-abe).", + "worldedit.biomeinfo.lineofsight": "Biom entlang vom FadechrУМz: {0}", + "worldedit.biomeinfo.position": "Biom ah dinere Position: {0}", + "worldedit.biomeinfo.selection": "Biom ih dinere Uswahl: {0}", + "worldedit.brush.radius-too-large": "Maximal zueglahne Pinselradius: {0}", + "worldedit.brush.apply.description": "Wend en Pinsel, e Funktion uf jeden Block ah", + "worldedit.brush.apply.radius": "D'GrУЖssi vom Pinsel", + "worldedit.brush.apply.shape": "D'Form vo de Region", + "worldedit.brush.apply.type": "Art vom zu benutzende Pinsel", + "worldedit.brush.apply.item.warning": "De Pinsel simuliert d'Verwendig vo Items. Sini Effekt funktioniered mУЖglicherwis nУЖd uf allne Plattforme, chУЖnd nУЖd rУМckgУЄngig gmacht werde und chУЖnd seltsami WechselwУМrkige mit anderne Mods/Plugins verursache. Verwendig uf eigeni Gfahr.", + "worldedit.brush.paint.description": "Mal mit emene Pinsel, wend e Funktion uf e OberflУЄchi ah", + "worldedit.brush.paint.size": "D'GrУЖssi vom Pinsel", + "worldedit.brush.paint.shape": "D'Form vo de Region", + "worldedit.brush.paint.density": "D'Dichtheit vom Pinsel", + "worldedit.brush.paint.type": "Art vom zu benutzende Pinsel", + "worldedit.brush.paint.item.warning": "De Pinsel simuliert d'Verwendig vo Items. Sini Effekt funktioniered mУЖglicherwis nУЖd uf allne Plattforme, chУЖnd nУЖd rУМckgУЄngig gmacht werde und chУЖnd seltsami WechselwУМrkige mit anderne Mods/Plugins verursache. Verwendig uf eigeni Gfahr.", + "worldedit.brush.sphere.equip": "ChugelfУЖrmige Pinsel usgrУМstet ({0}).", + "worldedit.brush.cylinder.equip": "ZylinderfУЖrmige Pinsel usgrУМstet ({0} vo {1}).", + "worldedit.brush.clipboard.equip": "Kopierpinsel usgrУМstet.", + "worldedit.brush.smooth.equip": "GlУЄttende Pinsel usgrУМstet ({0} x {1}x benutzt {2}).", + "worldedit.brush.extinguish.equip": "LУЖscher usgrУМstet ({0}).", + "worldedit.brush.gravity.equip": "Schwerchraft-Pinsel usgrУМstet ({0}).", + "worldedit.brush.butcher.equip": "Metzgerpinsel usgrУМstet ({0}).", + "worldedit.brush.operation.equip": "Pinsel uf {0} gsetzt.", + "worldedit.brush.heightmap.unknown": "Unbekannter Heightmap-Pinsel: {0}.", + "worldedit.brush.none.equip": "Pinsel vom aktuelle Item entfernt.", + "worldedit.setbiome.changed": "D'Biom sind fУМr ca. {0} BlУЖck gУЄnderet worde.", + "worldedit.setbiome.warning": "MУЖglicherwiis, muesch du s'Spiel neustarte (oder schlУМss und УЖffne dini Welt neu), um d'У„nderige z'gseh.", + "worldedit.drawsel.disabled": "Server-CUI deaktiviert.", + "worldedit.drawsel.enabled": "Server CUI aktiviert. Dies unterstУМtzt nur Cuboid Regionen, mit einer maximalen GrУЖУŸe von {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Server-CUI scho deaktiviert.", + "worldedit.drawsel.enabled.already": "Server-CUI scho aktiviert.", + "worldedit.limit.too-high": "Dis maximal erlaubts Limit isch {0}.", + "worldedit.limit.set": "BlockverУЄnderigslimit uf {0} gsetzt.", + "worldedit.limit.return-to-default": "(Benutz //limit, um de Standard wiederherzstelle.)", + "worldedit.timeout.too-high": "Dini maximal zuelУЄssigi ZiitУМberschritig isch {0}ms.", + "worldedit.timeout.set": "ZiitУМberschritig isch uf {0}ms gsetzt worde.", + "worldedit.timeout.return-to-default": " (Benutz //timeout, um zum Standard zruggzchere.)", + "worldedit.fast.disabled": "Schnelle Modus deaktiviert.", + "worldedit.fast.enabled": "Schnelle Modus aktiviert. D'BelУМchtig ih de betroffene Chunks chan falsch sii und/oder d'Welt meuss neu betrete werde, um d'У„nderige z'gseh.", + "worldedit.fast.disabled.already": "Schnelle Modus scho deaktiviert.", + "worldedit.fast.enabled.already": "Schnelle Modus scho aktiviert.", + "worldedit.perf.sideeffect.set": "Nebeeffekt \"{0}\" gsetzt uf {1}", + "worldedit.perf.sideeffect.get": "Nebeeffekt \"{0}\" isch uf {1} gsetzt", + "worldedit.perf.sideeffect.already-set": "Nebeeffekt \"{0}\" isch scho uf {1} gsetzt", + "worldedit.perf.sideeffect.set-all": "Alli Nebeeffekt uf {0} gsetzt", + "worldedit.reorder.current": "De Neuahordnigs-Modus isch {0}", + "worldedit.reorder.set": "Der Neuordnungs-Modus ist nun {0}", + "worldedit.gmask.disabled": "Globali Maske deaktiviert.", + "worldedit.gmask.set": "Globali Maske gsetzt.", + "worldedit.toggleplace.pos1": "Jetzt wird bi Pos #1 platziert.", + "worldedit.toggleplace.player": "Platziere nun an dem Block, in dem du stehst.", + "worldedit.toggleplace.not-locatable": "Platzieren in diesem Kontext nicht mУЖglich.", + "worldedit.searchitem.too-short": "Gebe einen lУЄngeren Suchbegriff ein (lУЄng > 2).", + "worldedit.searchitem.either-b-or-i": "Du kannst nicht die Flags 'b' und 'i' gleichzeitig verwenden.", + "worldedit.searchitem.searching": "(Bitte warten... suche nach Items.)", + "worldedit.watchdog.no-hook": "Diese Plattform hat keine Watchdog-Schnittstelle.", + "worldedit.watchdog.active.already": "Watchdog-Manipulation bereits aktiv.", + "worldedit.watchdog.inactive.already": "Watchdog-Manipulation bereits inaktiv.", + "worldedit.watchdog.active": "Watchdog-Manipulation jetzt aktiv.", + "worldedit.watchdog.inactive": "Watchdog-Manipulation jetzt inaktiv.", + "worldedit.world.remove": "Уœberschreibung der Welt entfernt.", + "worldedit.world.set": "Уœberschreitung der Welt auf {0} gesetzt. (Benutze //world um zur Standardeinstellung zurУМckzukehren)", + "worldedit.undo.undone": "{0} verfУМgbare Bearbeitungen rУМckgУЄngig gemacht.", + "worldedit.undo.none": "Keine Bearbeitung zum RУМckgУЄngig machen verfУМgbar.", + "worldedit.redo.redone": "{0} verfУМgbare Bearbeitungen wieder hergestellt.", + "worldedit.redo.none": "Keine Bearbeitung zum Wiederherstellen verfУМgbar.", + "worldedit.clearhistory.cleared": "Verlauf gelУЖscht.", + "worldedit.raytrace.noblock": "Kein Block in Sicht!", + "worldedit.restore.not-configured": "Snapshot/Backup Wiederherstellung ist nicht konfiguriert.", + "worldedit.restore.not-available": "Dieser Snapshot existiert nicht oder ist nicht verfУМgbar.", + "worldedit.restore.failed": "Fehler beim Laden des Snapshots: {0}", + "worldedit.restore.loaded": "Snapshot '{0} geladen; Wiederherstellung im Gange...", + "worldedit.restore.restored": "Wiederhergestelt; {0} fehlende Chunks und {1} andere Fehler.", + "worldedit.restore.none-for-specific-world": "FУМr die Welt '{0}' wurden keine Snapshots gefunden.", + "worldedit.restore.none-for-world": "FУМr diese Welt wurden keine Snapshots gefunden.", + "worldedit.restore.none-found": "Es konnten keine Snapshots gefunden werden.", + "worldedit.restore.none-found-console": "Es konnten keine Snapshots gefunden werden. Siehe Konsole fУМr Details.", + "worldedit.restore.chunk-not-present": "Chunks waren nicht im Snapshot enthalten.", + "worldedit.restore.chunk-load-failed": "Es konnten keine Chunks geladen werden. (Fehlerhaftes Archiv?)", + "worldedit.restore.block-place-failed": "Durch Fehler konnten keine BlУЖcke wiederhergestellt werden.", + "worldedit.restore.block-place-error": "Letzter Fehler: {0}", + "worldedit.snapshot.use.newest": "Nutze nun den neuesten Snapshot.", + "worldedit.snapshot.use": "Setze Snapshot auf: {0}", + "worldedit.snapshot.none-before": "Konnte keinen Snapshot vor {0} finden.", + "worldedit.snapshot.none-after": "Konnte keinen Snapshot nach {0} finden.", + "worldedit.snapshot.index-above-0": "UngУМltiger Index, muss grУЖУŸer oder gleich 1 sein.", + "worldedit.snapshot.index-oob": "UngУМltiger Index, muss zwischen 1 und {0} liegen.", + "worldedit.schematic.unknown-format": "Unbekanntes Schematic-Format: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.load.loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.load.still-loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.save.already-exists": "Diese Schematic existiert bereits. Nutze die Flag -f, um die Datei zu УМberschreiben.", + "worldedit.schematic.save.failed-directory": "Konnte den Ordner fУМr Schematics nicht anlegen!", + "worldedit.schematic.save.saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.save.still-saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} existiert nУЖd!", + "worldedit.schematic.delete.failed": "LУЖsche vo {0} fehlgschlage! Isch die Datei schribgschУМtzt?", + "worldedit.schematic.delete.deleted": "{0} isch glУЖscht worde.", + "worldedit.schematic.formats.title": "VerfУМegbari Format fУМr d'ZwУМscheablag (Name: Churzbezeichnig)", + "worldedit.schematic.unsupported-minecraft-version": "Die Version vo WorldEdit unterstУМtzt dini Minecraft Version nУЖd. Schematic werded nУЖd funktioniere, bis das glУЖst isch.", + "worldedit.pos.already-set": "Position scho gsetzt.", + "worldedit.pos.console-require-coords": "Als Konsole mУМend Koordinate ahgeh werde.", + "worldedit.hpos.no-block": "Kein Block in Sicht!", + "worldedit.hpos.already-set": "Position scho gsetzt.", + "worldedit.chunk.selected-multiple": "UsgwУЄhlti Chunks: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk usgwУЄhlt: {0}, {1}, {2}", + "worldedit.wand.invalid": "Uswahl-Item isch falsch konfiguriert oder deaktiviert.", + "worldedit.wand.selwand.info": "Linksklick: Setz Position #1, Rechtsklick: Setz Position #2", + "worldedit.wand.navwand.info": "Linksklick: Springe zu de Position; Rechtsklick: Springe dur WУЄnd", + "worldedit.wand.selwand.now.tool": "S'Uswahl-Item isch jetzt es normals WerchzУМg. Du chasch es mit {0} deaktiviere und mit {1} zu jedem Item neu zueordne oder mit {2} es neus becho.", + "worldedit.contract.contracted": "Region um {0} BlУЖck verchlineret.", + "worldedit.shift.shifted": "Region verschobe.", + "worldedit.outset.outset": "Region vergrУЖsseret.", + "worldedit.inset.inset": "Region verchlineret.", + "worldedit.size.offset": "Versatz: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "GrУЖssi: {0}", + "worldedit.size.distance": "Kubischi Distanz: {0}", + "worldedit.size.blocks": "Ahzahl vo BlУЖck: {0}", + "worldedit.count.counted": "Ahzahl: {0}", + "worldedit.distr.no-blocks": "Kei BlУЖck zellt.", + "worldedit.distr.no-previous": "Kei vorherigi Verteilige.", + "worldedit.distr.total": "Gsamti Blockahzahl: {0}", + "worldedit.select.cleared": "Uswahl ufghobe.", + "worldedit.select.cuboid.message": "Kubisch: Linksklick fУМr Punkt 1, Rechtsklick fУМr Punkt 2", + "worldedit.select.cuboid.description": "WУЄhl zwei Egge vomene Quader", + "worldedit.select.extend.message": "Kubisch: Linksklick fУМr en Startpunkt, Rechtsklick zum Erwitere", + "worldedit.select.extend.description": "Schnelle kubische Uswahlmodus", + "worldedit.select.poly.message": "2D Polygon-Uswahl: Links/Rechtsklick um en Punkt hinzuezfУМege.", + "worldedit.select.poly.limit-message": "maximal {0} PУМnkt.", + "worldedit.select.poly.description": "WУЄhl es 2D-Polygon mit HУЖchi", + "worldedit.select.ellipsoid.message": "Ellipsoidi Uswahl: Linksklick fУМr Mittelpunkt, Rechtsklick zum Erwitere", + "worldedit.select.ellipsoid.description": "WУЄhl es Ellipsoid us", + "worldedit.select.sphere.message": "Chugel Selektor: Linksklick fУМr Mittelpunkt, Rechtsklick um Radius z'setze", + "worldedit.select.sphere.description": "WУЄhl e Chugle us", + "worldedit.select.cyl.message": "Zylindrische Selektor: Linksklick fУМr Mittelpunkt, Rechtsklick zum Erwitere", + "worldedit.select.cyl.description": "WУЄhl en Zylinder us", + "worldedit.select.convex.message": "Konvex-Polyhedrischi Uswahl: Linksklick fУМr de ersti Chnote, Rechtsklick zum Erwitere.", + "worldedit.select.convex.limit-message": "maximal {0} PУМnkt.", + "worldedit.select.convex.description": "WУЄhl e Konvex-Polyhedrischi Form us", + "worldedit.select.default-set": "Dini standardmУЄssigi Regions-Uswahl isch jetzt {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Alts Format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Uflistig vo Chunks fУМr: {0}", + "worldedit.drain.drained": "{0} BlУЖcke wurden getrocknet.", + "worldedit.fill.created": "{0} BlУЖcke wurden ausgefУМllt.", + "worldedit.fillr.created": "{0} BlУЖcke wurden ausgefУМllt.", + "worldedit.fixlava.fixed": "{0} BlУЖcke wurden korrigiert.", + "worldedit.fixwater.fixed": "{0} BlУЖcke wurden korrigiert.", + "worldedit.removeabove.removed": "{0} BlУЖcke wurden entfernt.", + "worldedit.removebelow.removed": "{0} BlУЖcke wurden entfernt.", + "worldedit.removenear.removed": "{0} BlУЖcke wurden entfernt.", + "worldedit.replacenear.replaced": "{0} BlУЖcke wurden ersetzt.", + "worldedit.snow.created": "{0} OberflУЄchen wurden bedeckt.", + "worldedit.thaw.removed": "{0} BlУЖcke wurden aufgetaut.", + "worldedit.green.changed": "{0} BlУЖcke wurden grУМn gemacht.", + "worldedit.extinguish.removed": "{0} BrУЄnde wurden gelУЖscht.", + "worldedit.butcher.killed": "{0} Kreaturen wurden in einem Radius von {1} getУЖtet.", + "worldedit.butcher.explain-all": "Verwende -1, um alle Mobs in geladenen Chunks zu entfernen", + "worldedit.remove.removed": "{0} Entities wurden fУМr das Entfernen markiert.", + "worldedit.remove.explain-all": "Verwende -1, um alle Entities in geladenen Chunks zu entfernen", + "worldedit.calc.invalid": "'{0}' konnte nicht als gУМltiger Ausdruck УМbersetzt werden", + "worldedit.calc.invalid.with-error": "'{0}' konnte nicht als gУМltiger Ausdruck geparst werden: '{1}'", + "worldedit.paste.pasted": "Die Zwischenablage wurde bei {0} eingefУМgt", + "worldedit.paste.selected": "EinfУМgebereich fУМr Zwischenablage ausgewУЄhlt.", + "worldedit.rotate.no-interpolation": "Hinweis: Interpolation ist noch nicht unterstУМtzt. Es ist empfohlen, Winkel mit einem Vielfachen von 90 zu nutzen.", + "worldedit.rotate.rotated": "Die Zwischenablage wurde gedreht.", + "worldedit.flip.flipped": "Die Zwischenablage wurde gespiegelt.", + "worldedit.clearclipboard.cleared": "Die Zwischenablage wurde geleert.", + "worldedit.set.done": "Vorgang abgeschlossen.", + "worldedit.set.done.verbose": "Vorgang abgeschlossen ({0}).", + "worldedit.line.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.line.invalid-type": "//line funktioniert nur mit kubischen Selektionen oder konvex-polyhedrischen Selektionen", + "worldedit.curve.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.curve.invalid-type": "//curve funktioniert nur mit konvex-polyhedrischen Selektionen", + "worldedit.replace.replaced": "{0} BlУЖcke wurden ersetzt.", + "worldedit.stack.changed": "{0} BlУЖcke wurden geУЄndert. RУМckgУЄngig mit //undo", + "worldedit.stack.intersecting-region": "Stapelversatz darf bei Verwendung von Blockeinheiten nicht mit der Region kollidieren", + "worldedit.regen.regenerated": "Region neu generiert.", + "worldedit.regen.failed": "Chunks konnten nicht regeneriert werden. Siehe Konsole fУМr Details.", + "worldedit.walls.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.faces.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.overlay.overlaid": "{0} BlУЖcke wurden bedeckt.", + "worldedit.naturalize.naturalized": "{0} Block/BlУЖcke wurden verУЄndert, um natУМrlicher zu erscheinen.", + "worldedit.center.changed": "Mittelpunkt gesetzt. ({0} BlУЖcke geУЄndert)", + "worldedit.smooth.changed": "HУЖhenkarte des GelУЄndes geglУЄttet. {0} BlУЖcke geУЄndert.", + "worldedit.move.moved": "{0} BlУЖcke verschoben.", + "worldedit.deform.deformed": "{0} BlУЖcke wurden verformt.", + "worldedit.hollow.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.forest.created": "{0} BУЄume erstellt.", + "worldedit.flora.created": "{0} Pflanzen erstellt.", + "worldedit.unstuck.moved": "Bitte schУЖn!", + "worldedit.ascend.obstructed": "Keine freie Stelle УМber dir gefunden.", + "worldedit.ascend.moved": "Um {0} Ebenen aufgestiegen.", + "worldedit.descend.obstructed": "Keine freie Stelle unter dir gefunden.", + "worldedit.descend.moved": "Um {0} Ebenen abgestiegen.", + "worldedit.ceil.obstructed": "Keine freie Stelle УМber dir gefunden.", + "worldedit.ceil.moved": "Magie!", + "worldedit.thru.obstructed": "Keine freie Stelle vor dir gefunden.", + "worldedit.thru.moved": "Magie!", + "worldedit.jumpto.moved": "Magie!", + "worldedit.jumpto.none": "Kein Block in Sicht (oder zu weit entfernt)!", + "worldedit.up.obstructed": "Du wУМrdest etwas УМber dir treffen.", + "worldedit.up.moved": "Magie!", + "worldedit.cyl.invalid-radius": "Du musst entweder ein oder zwei Radien angeben.", + "worldedit.cyl.created": "{0} BlУЖcke wurden erstellt.", + "worldedit.sphere.invalid-radius": "Du musst entweder ein oder drei Radien angeben.", + "worldedit.sphere.created": "{0} BlУЖcke wurden erstellt.", + "worldedit.forestgen.created": "{0} BУЄume erstellt.", + "worldedit.pumpkins.created": "{0} KУМrbisbeete erstellt.", + "worldedit.pyramid.created": "{0} BlУЖcke wurden erstellt.", + "worldedit.generate.created": "{0} BlУЖcke wurden erstellt.", + "worldedit.generatebiome.changed": "{0} Biome betroffen.", + "worldedit.reload.config": "Konfiguration wurde neu geladen!", + "worldedit.report.written": "WorldEdit-Bereicht zu {0} geschrieben", + "worldedit.report.error": "Fehler beim Schreiben des Berichts: {0}", + "worldedit.report.callback": "WorldEdit Report: {0}.report", + "worldedit.timezone.invalid": "UngУМltige Zeitzone", + "worldedit.timezone.set": "Zeitzone fУМr diese Sitzung gesetzt: {0}", + "worldedit.timezone.current": "Die aktuelle Zeit in dieser Zeitzone ist: {0}", + "worldedit.version.version": "WorldEdit-Version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Diese WorldEdit Version unterstУМtzt ihre Version von Bukkit nicht vollstУЄndig. Block-Entities (z.B. Truhen) sind leer, Blockeigenschaften (z. B. Rotation) fehlen und andere Dinge werden mУЖglicherweise nicht funktionieren. Aktualisieren Sie WorldEdit um diese Funktion wiederherzustellen:\n{0}", + "worldedit.trace.action-failed": "Trace: Aktion(en) {0} bei {1} verworfen nach AusmaУŸ {2}", + "worldedit.trace.active.already": "Ablaufverfolgungs-Modus bereits aktiv.", + "worldedit.trace.inactive.already": "Ablaufverfolgungs-Modus bereits inaktiv.", + "worldedit.trace.active": "Ablaufverfolgungs-Modus ist nun aktiv.", + "worldedit.trace.inactive": "Ablaufverfolgungs-Modus ist nun inaktiv.", + "worldedit.command.time-elapsed": "{0}s vergangen (History: {1} geУЄndert; {2} BlУЖcke/Sek).", + "worldedit.command.permissions": "Dazu bist du nicht berechtigt. Bist du im richtigen Modus?", + "worldedit.command.player-only": "Dieser Befehl muss als Spieler benutzt werden.", + "worldedit.command.error.report": "Bitte melde diesen Fehler: [Siehe Konsole]", + "worldedit.pastebin.uploading": "(Bitte warten... sende Daten an Pastebin...)", + "worldedit.session.cant-find-session": "Sitzung fУМr {0} nicht gefunden", + "worldedit.platform.no-file-dialog": "Datei-Dialoge werden in Ihrer Umgebung nicht unterstУМtzt.", + "worldedit.asset.load.loading": "(Bitte warten... lade Asset.)", + "worldedit.asset.load.still-loading": "(Bitte warten... lade weiterhin Asset.)", + "worldedit.asset.load.failed": "Fehler beim laden des Assets", + "worldedit.tool.max-block-changes": "Maximales У„nderungslimit fУМr BlУЖcke erreicht.", + "worldedit.tool.no-block": "Kein Block in Sicht!", + "worldedit.tool.repl.equip": "Ersetzen-Werkzeug an {0} gebunden.", + "worldedit.tool.repl.switched": "Ersetzen-Werkzeug geУЄndert zu: {0}", + "worldedit.tool.data-cycler.equip": "Werkzeug zum У„ndern von Blockdaten an {0} gebunden.", + "worldedit.tool.data-cycler.block-not-permitted": "Du hast keine Befugnis, die Werte dieses Blockes zu УЄndern.", + "worldedit.tool.data-cycler.cant-cycle": "Diese Blockdaten kУЖnnen nicht verУЄndert werden!", + "worldedit.tool.data-cycler.new-value": "Wert von {0} ist jetzt {1}.", + "worldedit.tool.data-cycler.cycling": "У„ndere nun {0}.", + "worldedit.tool.deltree.equip": "Werkzeug zum Entfernen fliegender BУЄume an {0} gebunden.", + "worldedit.tool.deltree.not-tree": "Das ist kein Baum.", + "worldedit.tool.deltree.not-floating": "Das ist kein schwebender Baum.", + "worldedit.tool.tree.equip": "Werkzeug zum BУЄume setzen an {0} gebunden.", + "worldedit.tool.tree.obstructed": "Hier kann kein Baum erstellt werden.", + "worldedit.tool.info.equip": "Werkzeug fУМr Informationen an {0} gebunden.", + "worldedit.tool.info.blockstate.hover": "Blockstatus", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy-Id: Daten", + "worldedit.tool.info.light.hover": "Lichtlevel Block/Lichtlevel darУМber", + "worldedit.tool.none.equip": "Werkzeug vom aktuellen Item entfernt.", + "worldedit.tool.none.to.unequip": "Ihr aktuelles Item ist nicht gebunden.", + "worldedit.tool.selwand.equip": "Werkzeug zum AuswУЄhlen an {0} gebunden.", + "worldedit.tool.navwand.equip": "Werkzeug zum Navigieren an {0} gebunden.", + "worldedit.tool.floodfill.equip": "Werkzeug zum FУМllen von BlУЖcken an {0} gebunden.", + "worldedit.tool.farwand.equip": "Werkzeug zum AuswУЄhlen fУМr groУŸe Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.equip": "Werkzeug zum Setzen von BlУЖcken fУМr groУŸe Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.set": "Linksklick auf {0} gesetzt; Rechtsklick auf {1} gesetzt.", + "worldedit.tool.stack.equip": "Werkzeug zum Stapeln an {0} gebunden.", + "worldedit.tool.unbind-instruction": "FУМhre {0} aus, wУЄhrend du das Item in der Hand hУЄltst, um es zu entbinden.", + "worldedit.tool.superpickaxe.mode.single": "Modus ist jetzt blockweise. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.area": "Modus ist jetzt bereichsfУЖrmig. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.recursive": "Modus ist jetzt rekursiv. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.max-range": "Maximale Entfernung ist {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superspitzhacke ist bereits aktiviert.", + "worldedit.tool.superpickaxe.disabled.already": "Superspitzhacke ist bereits deaktiviert.", + "worldedit.tool.superpickaxe.enabled": "Superspitzhacke aktiviert.", + "worldedit.tool.superpickaxe.disabled": "Superspitzhacke deaktiviert.", + "worldedit.tool.mask.set": "Maske fУМr Pinsel gesetzt.", + "worldedit.tool.mask.disabled": "Maske fУМr Pinsel deaktiviert.", + "worldedit.tool.material.set": "Material fУМr Pinsel gesetzt.", + "worldedit.tool.range.set": "Reichweite fУМr Pinsel gesetzt.", + "worldedit.tool.size.set": "PinselgrУЖУŸe gesetzt.", + "worldedit.tool.tracemask.set": "Kollidierungsmaske gesetzt.", + "worldedit.tool.tracemask.disabled": "Kollidierungsmaske deaktiviert.", + "worldedit.tool.error.cannot-bind": "Kann das Werkzeug nicht an {0} binden: {1}", + "worldedit.tool.error.item-only": "BlУЖcke kУЖnnen nicht verwendet werden.", + "worldedit.execute.script-permissions": "Du hast keine Berechtigung, dieses Skript zu nutzen.", + "worldedit.executelast.no-script": "Benutze zuerst /cs mit einem Skriptnamen.", + "worldedit.script.read-error": "Skript Lesefehler: {0}", + "worldedit.script.unsupported": "Aktuell werden nur .js-Skripte unterstУМtzt", + "worldedit.script.file-not-found": "Skript existiert nicht: {0}", + "worldedit.script.no-script-engine": "Fehler beim Finden einer Skript-Engine.\nBitte beachte https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Fehler beim AusfУМhren: {0}", + "worldedit.script.failed-console": "Fehler beim AusfУМhren (siehe Konsole): {0}", + "worldedit.operation.affected.biome": "{0} Biome betroffen", + "worldedit.operation.affected.block": "{0} BlУЖcke betroffen", + "worldedit.operation.affected.column": "{0} Stellen betroffen", + "worldedit.operation.affected.entity": "{0} Entities betroffen", + "worldedit.operation.deform.expression": "deformiert mit {0}", + "worldedit.error.invalid-number": "Anzahl erwartet; String angegeben.", + "worldedit.error.invalid-number.matches": "Anzahl erwartet; String \"{0}\" angegeben.", + "worldedit.error.incomplete-region": "WУЄhle zuerst eine Region aus.", + "worldedit.error.unknown-block": "Blockname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-entity": "Entityname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-mob": "Mob-Name '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-biome": "Biomname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-tag": "Tagname '{0}' wurde nicht erkannt.", + "worldedit.error.empty-tag": "Tagname '{0}' hat keinen Inhalt.", + "worldedit.error.no-match": "Kein Treffer fУМr '{0}'.", + "worldedit.error.disallowed-block": "Block '{0}' nicht erlaubt (siehe WorldEdit Konfiguration).", + "worldedit.error.max-changes": "Maximale Anzahl an BlУЖcken in einer Operation geУЄndert ({0}).", + "worldedit.error.max-brush-radius": "Maximaler Pinselradius (in Konfiguration): {0}", + "worldedit.error.max-radius": "Maximaler Radius (in Konfiguration): {0}", + "worldedit.error.unknown-direction": "Unbekannte Richtung: {0}", + "worldedit.error.empty-clipboard": "Die Zwischenablage ist leer. Verwende zuerst //copy.", + "worldedit.error.invalid-filename": "Dateiname '{0}' ungУМltig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "UngУМltige Zeichen oder Erweiterung fehlt", + "worldedit.error.file-resolution": "Datei '{0}' Fehler beim AuflУЖsen der Datei: {1}", + "worldedit.error.file-resolution.outside-root": "Pfad ist auУŸerhalb des erlaubten Verzeichnisses", + "worldedit.error.file-resolution.resolve-failed": "Fehler beim AuflУЖsen des Pfades", + "worldedit.error.file-aborted": "Dateiauswahl abgebrochen.", + "worldedit.error.no-file-selected": "Es wurde keine Datei ausgewУЄhlt.", + "worldedit.error.world-unloaded": "Die Welt wurde bereits entladen.", + "worldedit.error.not-a-block": "Dieses Item ist kein Block.", + "worldedit.error.not-a-block.item": "Das Item '{0}' ist kein Block.", + "worldedit.error.incorrect-usage": "Benutzung: {0}", + "worldedit.error.invalid-page": "UngУМltige Seitennummer", + "worldedit.error.parser.bad-state-format": "Fehlerhaftes Statusformat in {0}", + "worldedit.error.parser.duplicate-property": "Doppelte Eigenschaft: {0}", + "worldedit.error.parser.empty-state": "Leerer Teil im Status", + "worldedit.error.parser.missing-equals-separator": "Fehlendes Trennzeichen '='", + "worldedit.error.parser.clipboard.missing-offset": "Offset mit @ angegeben, aber kein Offset angegeben. Verwenden Sie '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Unbekannte Eigenschaft '{0}' fУМr Block '{1}'", + "worldedit.error.parser.unknown-value": "Unbekannter Wert '{0}' fУМr Eigenschaft '{1} '", + "worldedit.error.parser.empty-property": "Leere Eigenschaft im Status", + "worldedit.error.parser.empty-value": "Leerer Wert im Status", + "worldedit.error.parser.invalid-colon": "UngУМltiger Doppelpunkt.", + "worldedit.error.parser.invalid-expression": "UngУМltiger Ausdruck: {0}", + "worldedit.error.parser.negate-nothing": "Nichts kann nicht negiert werden!", + "worldedit.error.parser.hanging-lbracket": "UngУМltiges Format. Fehlende Klammer bei '{0}'.", + "worldedit.error.parser.missing-rbracket": "Bei dem Status fehlt die schlieУŸende Klammer ']'", + "worldedit.error.parser.missing-random-type": "Fehlender Typ hinter dem % symbol fУМr '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Versatz fУМr die Zwischenablage benУЖtigt x,y,z Koordinaten.", + "worldedit.error.parser.player-only": "Eingabe '{0}' erfordert einen Spieler!", + "worldedit.error.disabled": "Diese Funktion ist deaktiviert (siehe WorldEdit Konfiguration).", + "worldedit.error.unknown": "Unbekannter Fehler ist aufgetreten: {0}", + "worldedit.error.missing-extent": "Kein Ziel ist bekannt", + "worldedit.error.missing-session": "Keine lokale Session ist bekannt", + "worldedit.error.missing-world": "Du musst eine Welt angeben (Try //world)", + "worldedit.error.missing-actor": "Kein Akteur ist bekannt", + "worldedit.selection.convex.info.vertices": "Knoten: {0}", + "worldedit.selection.convex.info.triangles": "Dreiecke: {0}", + "worldedit.selection.convex.explain.primary": "Neue Auswahl mit Knoten {0} gestartet.", + "worldedit.selection.convex.explain.secondary": "Knoten {0} zur Auswahl hinzugefУМgt.", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Erste Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.primary-area": "Erste Position bei {0} ({1}) gesetzt.", + "worldedit.selection.cuboid.explain.secondary": "Zweite Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.secondary-area": "Zweite Position bei {0} ({1}) gesetzt.", + "worldedit.selection.extend.explain.primary": "Auswahl bei {0} ({1}) gestartet.", + "worldedit.selection.extend.explain.secondary": "Auswahl erweitert, damit {0} ({1}) beinhaltet wird.", + "worldedit.selection.ellipsoid.info.center": "Mittelpunkt: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Position des Mittelpunkts zu {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.primary-area": "Position des Mittelpunkts zu {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid-У„nderungen mУМssen fУМr jede Dimension gleich sein.", + "worldedit.selection.cylinder.info.center": "Mittelpunkt: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Neue zylindrische Auswahl bei {0} gestartet.", + "worldedit.selection.cylinder.explain.secondary": "Radius auf {0}/{1} BlУЖcke gesetzt. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Damit der Radius eingestellt werden kann, ist es notwendig, einen Mittelpunkt zu wУЄhlen.", + "worldedit.selection.cylinder.error.even-horizontal": "ZylinderУЄnderungen mУМssen auch fУМr jede horizontale Dimension gelten.", + "worldedit.selection.polygon2d.info": "Anzahl Punkte: {0}", + "worldedit.selection.polygon2d.explain.primary": "Neues Polygon bei {0} gestartet.", + "worldedit.selection.polygon2d.explain.secondary": "Punkt #{0} bei {1} hinzugefУМgt.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygone kУЖnnen nur vertikal erweitert werden.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygone kУЖnnen nur vertikal verhandelt werden.", + "worldedit.selection.sphere.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.null.error.immutable": "NullRegion kУЖnnt nicht geУЄndert werden.", + "worldedit.selection.intersection.error.cannot-expand": "KУЖnnt nicht einen regionalen Schnittpunkt erweitern.", + "worldedit.selection.intersection.error.cannot-contract": "KУЖnnt nicht einen regionalen Schnittpunkt verhandeln.", + "worldedit.selection.transform.error.cannot-expand": "KУЖnnt nicht einen TransformedRegion erweitern.", + "worldedit.selection.transform.error.cannot-contract": "KУЖnnt nicht einen TransformedRegion verhandeln.", + "worldedit.selection.transform.error.cannot-change": "KУЖnnt nicht einen TransformedRegion УЄndern.", + "worldedit.sideeffect.lighting": "Beleuchtung", + "worldedit.sideeffect.lighting.description": "Aktualisiert Blockbeleuchtung", + "worldedit.sideeffect.neighbors": "Nachbarn", + "worldedit.sideeffect.neighbors.description": "Benachrichtigt BlУЖcke in der NУЄhe УМber den У„nderungen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Benachrichtigt den geУЄnderten Block", + "worldedit.sideeffect.validation": "УœberprУМfung", + "worldedit.sideeffect.validation.description": "УœberprУМft und repariert inkonsistenten Weltzustand, so wie getrennte BlУЖcke", + "worldedit.sideeffect.entity_ai": "Wesen-KI", + "worldedit.sideeffect.entity_ai.description": "Aktualisiert Wesen-KI-Pfade fУМr die BlockУЄnderungen", + "worldedit.sideeffect.events": "Mod/Plugin-Ereignisse", + "worldedit.sideeffect.events.description": "Informiert andere Mods/Plugins УМber diese У„nderungen, falls anwendbar", + "worldedit.sideeffect.state.on": "An", + "worldedit.sideeffect.state.delayed": "VerzУЖgert", + "worldedit.sideeffect.state.off": "Aus", + "worldedit.sideeffect.box.current": "Aktuell", + "worldedit.sideeffect.box.change-to": "Klicken, um auf {0} zu setzen", + "worldedit.help.command-not-found": "Der Befehl '{0}' konnte nicht gefunden werden.", + "worldedit.help.no-subcommands": "'{0}' hat keine Unterbefehle. (Vielleicht steht '{1}' fУМr einen Parameter?)", + "worldedit.help.subcommand-not-found": "Der Unterbefehl '{0}' unter '{1}' konnte nicht gefunden werden.", + "worldedit.cli.stopping": "Wird beendet!", + "worldedit.cli.unknown-command": "Unbekannter Befehl!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/de/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/de/strings.json new file mode 100644 index 0000000..c90e85f --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/de/strings.json @@ -0,0 +1,413 @@ +{ + "worldedit.expand.description.vert": "Auswahl zu den Weltgrenzen vertikal erweitern.", + "worldedit.expand.expanded": "Region um {0} BlУЖcke erweitert", + "worldedit.expand.expanded.vert": "Region um {0} BlУЖcke erweitert (oben-nach-unten).", + "worldedit.biomeinfo.lineofsight": "Biome entlang des Fadenkreuzes: {0}", + "worldedit.biomeinfo.position": "Biome an deiner Position: {0}", + "worldedit.biomeinfo.selection": "Biome in deiner Auswahl: {0}", + "worldedit.brush.radius-too-large": "Maximal zulУЄssiger Pinselradius: {0}", + "worldedit.brush.apply.description": "Benutze einen Pinsel, eine Funktion auf jeden Block anwenden", + "worldedit.brush.apply.radius": "Die GrУЖУŸe des Pinsels", + "worldedit.brush.apply.shape": "Die Form der Region", + "worldedit.brush.apply.type": "Art des zu benutzenden Pinsels", + "worldedit.brush.apply.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren mУЖglicherweise nicht auf allen Plattformen, kУЖnnen nicht rУМckgУЄngig gemacht werden und kУЖnnen seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.paint.description": "Male mit einem Pinsel, eine Funktion auf eine OberflУЄche anwenden", + "worldedit.brush.paint.size": "Die GrУЖУŸe eines Pinsels", + "worldedit.brush.paint.shape": "Die Form des Pinsels", + "worldedit.brush.paint.density": "Die Dichte des Pinsels", + "worldedit.brush.paint.type": "Typ des zu benutzenden Pinsels", + "worldedit.brush.paint.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren mУЖglicherweise nicht auf allen Plattformen, kУЖnnen nicht rУМckgУЄngig gemacht werden und kУЖnnen seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.sphere.equip": "KugelfУЖrmiger Pinsel ausgerУМstet ({0}).", + "worldedit.brush.cylinder.equip": "ZylinderfУЖrmiger Pinsel ausgerУМstet ({0} von {1}).", + "worldedit.brush.clipboard.equip": "Pinsel mit Form der Zwischenablage ausgerУМstet.", + "worldedit.brush.smooth.equip": "GlУЄttender Pinsel ausgerУМstet ({0} x {1}x benutzt {2}).", + "worldedit.brush.extinguish.equip": "LУЖscher ausgerУМstet ({0}).", + "worldedit.brush.gravity.equip": "Schwerkraft-Pinsel ausgerУМstet ({0}).", + "worldedit.brush.butcher.equip": "Pinsel zur Monsterentfernung ausgerУМstet ({0}).", + "worldedit.brush.operation.equip": "Pinsel auf {0} gesetzt.", + "worldedit.brush.heightmap.unknown": "Unbekannter Heightmap-Pinsel: {0}.", + "worldedit.brush.none.equip": "Pinsel vom aktuellen Item entfernt.", + "worldedit.setbiome.changed": "Biome wurden fУМr etwa {0} BlУЖcke geУЄndert.", + "worldedit.setbiome.warning": "MУЖglicherweise musst du deinem Spiel wieder beitreten (oder deine Welt schlieУŸen und wieder УЖffnen), um У„nderungen zu sehen.", + "worldedit.drawsel.disabled": "Server-CUI deaktiviert.", + "worldedit.drawsel.enabled": "Server CUI aktiviert. Dies unterstУМtzt nur Cuboid Regionen, mit einer maximalen GrУЖУŸe von {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Server-CUI bereits deaktiviert.", + "worldedit.drawsel.enabled.already": "Server-CUI schon aktiviert.", + "worldedit.limit.too-high": "Dein maximal erlaubtes Limit ist {0}.", + "worldedit.limit.set": "BlockverУЄnderungslimit auf {0} gesetzt.", + "worldedit.limit.return-to-default": "(Benutze //limit um den Standard wieder herzustellen.)", + "worldedit.timeout.too-high": "Deine maximal zulУЄssige ZeitУМberschreitung ist {0}ms.", + "worldedit.timeout.set": "ZeitУМberschreitung wurde auf {0}ms gesetzt.", + "worldedit.timeout.return-to-default": " (Benutze //timeout um zum Standard zurУМckzukehren.)", + "worldedit.fast.disabled": "Schnellen Modus deaktiviert.", + "worldedit.fast.enabled": "Schnellmodus aktiviert. Die Beleuchtung in den betroffenen Chunks kann falsch sein und/oder die Welt muss neu betreten werden, um У„nderungen zu sehen.", + "worldedit.fast.disabled.already": "Schneller Modus bereits deaktiviert.", + "worldedit.fast.enabled.already": "Schneller Modus ist schon aktiviert.", + "worldedit.perf.sideeffect.set": "Nebeneffekt \"{0}\" gesetzt auf {1}", + "worldedit.perf.sideeffect.get": "Nebeneffekt \"{0}\" ist auf {1} gesetzt", + "worldedit.perf.sideeffect.already-set": "Nebeneffekt \"{0}\" ist bereits auf {1} gesetzt", + "worldedit.perf.sideeffect.set-all": "Alle Nebeneffekte auf {0} gesetzt", + "worldedit.reorder.current": "Der Neuordnungs-Modus ist {0}", + "worldedit.reorder.set": "Der Neuordnungs-Modus ist nun {0}", + "worldedit.gmask.disabled": "Globale Maske deaktiviert.", + "worldedit.gmask.set": "Globale Mask gesetzt.", + "worldedit.toggleplace.pos1": "Jetzt wird bei Pos #1 platziert.", + "worldedit.toggleplace.player": "Platziere nun an dem Block, in dem du stehst.", + "worldedit.toggleplace.not-locatable": "Platzieren in diesem Kontext nicht mУЖglich.", + "worldedit.searchitem.too-short": "Gebe einen lУЄngeren Suchbegriff ein (lУЄng > 2).", + "worldedit.searchitem.either-b-or-i": "Du kannst nicht die Flags 'b' und 'i' gleichzeitig verwenden.", + "worldedit.searchitem.searching": "(Bitte warten... suche nach Items.)", + "worldedit.watchdog.no-hook": "Diese Plattform hat keine Watchdog-Schnittstelle.", + "worldedit.watchdog.active.already": "Watchdog-Manipulation bereits aktiv.", + "worldedit.watchdog.inactive.already": "Watchdog-Manipulation bereits inaktiv.", + "worldedit.watchdog.active": "Watchdog-Manipulation jetzt aktiv.", + "worldedit.watchdog.inactive": "Watchdog-Manipulation jetzt inaktiv.", + "worldedit.world.remove": "Уœberschreibung der Welt entfernt.", + "worldedit.world.set": "Уœberschreitung der Welt auf {0} gesetzt. (Benutze //world um zur Standardeinstellung zurУМckzukehren)", + "worldedit.undo.undone": "{0} verfУМgbare Bearbeitungen rУМckgУЄngig gemacht.", + "worldedit.undo.none": "Keine Bearbeitung zum RУМckgУЄngig machen verfУМgbar.", + "worldedit.redo.redone": "{0} verfУМgbare Bearbeitungen wieder hergestellt.", + "worldedit.redo.none": "Keine Bearbeitung zum Wiederherstellen verfУМgbar.", + "worldedit.clearhistory.cleared": "Verlauf gelУЖscht.", + "worldedit.raytrace.noblock": "Kein Block in Sicht!", + "worldedit.restore.not-configured": "Snapshot/Backup Wiederherstellung ist nicht konfiguriert.", + "worldedit.restore.not-available": "Dieser Snapshot existiert nicht oder ist nicht verfУМgbar.", + "worldedit.restore.failed": "Fehler beim Laden des Snapshots: {0}", + "worldedit.restore.loaded": "Snapshot '{0} geladen; Wiederherstellung im Gange...", + "worldedit.restore.restored": "Wiederhergestelt; {0} fehlende Chunks und {1} andere Fehler.", + "worldedit.restore.none-for-specific-world": "FУМr die Welt '{0}' wurden keine Snapshots gefunden.", + "worldedit.restore.none-for-world": "FУМr diese Welt wurden keine Snapshots gefunden.", + "worldedit.restore.none-found": "Es konnten keine Snapshots gefunden werden.", + "worldedit.restore.none-found-console": "Es konnten keine Snapshots gefunden werden. Siehe Konsole fУМr Details.", + "worldedit.restore.chunk-not-present": "Chunks waren nicht im Snapshot enthalten.", + "worldedit.restore.chunk-load-failed": "Es konnten keine Chunks geladen werden. (Fehlerhaftes Archiv?)", + "worldedit.restore.block-place-failed": "Durch Fehler konnten keine BlУЖcke wiederhergestellt werden.", + "worldedit.restore.block-place-error": "Letzter Fehler: {0}", + "worldedit.snapshot.use.newest": "Nutze nun den neuesten Snapshot.", + "worldedit.snapshot.use": "Setze Snapshot auf: {0}", + "worldedit.snapshot.none-before": "Konnte keinen Snapshot vor {0} finden.", + "worldedit.snapshot.none-after": "Konnte keinen Snapshot nach {0} finden.", + "worldedit.snapshot.index-above-0": "UngУМltiger Index, muss grУЖУŸer oder gleich 1 sein.", + "worldedit.snapshot.index-oob": "UngУМltiger Index, muss zwischen 1 und {0} liegen.", + "worldedit.schematic.unknown-format": "Unbekanntes Schematic-Format: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.load.loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.load.still-loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.save.already-exists": "Diese Schematic existiert bereits. Nutze die Flag -f, um die Datei zu УМberschreiben.", + "worldedit.schematic.save.failed-directory": "Konnte den Ordner fУМr Schematics nicht anlegen!", + "worldedit.schematic.save.saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.save.still-saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.delete.failed": "LУЖschen von {0} fehlgeschlagen! Ist die Datei schreibgeschУМtzt?", + "worldedit.schematic.delete.deleted": "{0} wurde gelУЖscht.", + "worldedit.schematic.formats.title": "VerfУМgbare Formate fУМr Zwischenablage (Name: Kurzbezeichnung)", + "worldedit.schematic.unsupported-minecraft-version": "Diese Version von WorldEdit unterstУМtzt deine Minecraft-Version nicht. Schematics werden nicht funktionieren, solange dies nicht angepasst ist.", + "worldedit.pos.already-set": "Position bereits gesetzt.", + "worldedit.pos.console-require-coords": "Als Konsole mУМssen Koordinaten angegeben werden.", + "worldedit.hpos.no-block": "Kein Block in Sicht!", + "worldedit.hpos.already-set": "Position bereits gesetzt.", + "worldedit.chunk.selected-multiple": "AusgewУЄhlte Chunks: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk ausgewУЄhlt: {0}, {1}, {2}", + "worldedit.wand.invalid": "Auswahl-Item ist falsch konfiguriert oder deaktiviert.", + "worldedit.wand.selwand.info": "Linksklick: Setze Position #1, Rechtsklick: Setze Position #2", + "worldedit.wand.navwand.info": "Linksklick: Springe zu der Position; Rechtsklick: Springe durch WУЄnde", + "worldedit.wand.selwand.now.tool": "Der Selektionsstab ist nun ein normales Werkzeug. Du kannst es mit {0} deaktivieren und mit einem beliebigen Element mit {1} verbinden oder einen neuen Zauberstab mit {2} erhalten.", + "worldedit.contract.contracted": "Region um {0} BlУЖcke verkleinert.", + "worldedit.shift.shifted": "Region verschoben.", + "worldedit.outset.outset": "Region vergrУЖУŸert.", + "worldedit.inset.inset": "Region verkleinert.", + "worldedit.size.offset": "Versatz: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "GrУЖУŸe: {0}", + "worldedit.size.distance": "Kubische Distanz: {0}", + "worldedit.size.blocks": "Anzahl von BlУЖcken: {0}", + "worldedit.count.counted": "Anzahl: {0}", + "worldedit.distr.no-blocks": "Keine BlУЖcke gezУЄhlt.", + "worldedit.distr.no-previous": "Keine vorherigen Verteilungen.", + "worldedit.distr.total": "Gesamte Blockanzahl: {0}", + "worldedit.select.cleared": "Auswahl aufgehoben.", + "worldedit.select.cuboid.message": "Kubisch: Linksklick fУМr Punkt 1, Rechtsklick fУМr Punkt 2", + "worldedit.select.cuboid.description": "WУЄhle zwei Ecken eines Quaders", + "worldedit.select.extend.message": "Kubisch: Linksklick fУМr einen Startpunkt, Rechtsklick zum Erweitern", + "worldedit.select.extend.description": "Schneller kubische Auswahlmodus", + "worldedit.select.poly.message": "2D Polygon-Auswahl: Links/Rechtsklick um einen Punkt hinzuzufУМgen.", + "worldedit.select.poly.limit-message": "maximal {0} Punkte.", + "worldedit.select.poly.description": "WУЄhle ein 2D-Polygon mit HУЖhe", + "worldedit.select.ellipsoid.message": "Ellipsoide Auswahl: Linksklick fУМr Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.ellipsoid.description": "WУЄhle ein Ellipsoid aus", + "worldedit.select.sphere.message": "Kugel Selektor: Linksklick fУМr Mittelpunkt, Rechtsklick um Radius zu setzen", + "worldedit.select.sphere.description": "WУЄhle eine Kugel aus", + "worldedit.select.cyl.message": "Zylindrischer Selektor: Linksklick fУМr Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.cyl.description": "ZylinderfУЖrmige Auswahl", + "worldedit.select.convex.message": "Konvex-Polyhedrische Auswahl: Linksklick fУМr ersten Knoten, Rechtsklick zum Erweitern.", + "worldedit.select.convex.limit-message": "maximal {0} Punkte.", + "worldedit.select.convex.description": "Auswahl einer Konvex-Polyhedrischen Form", + "worldedit.select.default-set": "Deine standardmУЄssige Regions-Auswahl ist jetzt {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Altes Format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: Region/{0}", + "worldedit.listchunks.listfor": "Auflistung von Chunks fУМr: {0}", + "worldedit.drain.drained": "{0} BlУЖcke wurden getrocknet.", + "worldedit.fill.created": "{0} BlУЖcke wurden ausgefУМllt.", + "worldedit.fillr.created": "{0} BlУЖcke wurden ausgefУМllt.", + "worldedit.fixlava.fixed": "{0} BlУЖcke wurden korrigiert.", + "worldedit.fixwater.fixed": "{0} BlУЖcke wurden korrigiert.", + "worldedit.removeabove.removed": "{0} BlУЖcke wurden entfernt.", + "worldedit.removebelow.removed": "{0} BlУЖcke wurden entfernt.", + "worldedit.removenear.removed": "{0} BlУЖcke wurden entfernt.", + "worldedit.replacenear.replaced": "{0} BlУЖcke wurden ersetzt.", + "worldedit.snow.created": "{0} OberflУЄchen wurden bedeckt.", + "worldedit.thaw.removed": "{0} BlУЖcke wurden aufgetaut.", + "worldedit.green.changed": "{0} BlУЖcke wurden grУМn gemacht.", + "worldedit.extinguish.removed": "{0} BrУЄnde wurden gelУЖscht.", + "worldedit.butcher.killed": "{0} Kreaturen wurden in einem Radius von {1} getУЖtet.", + "worldedit.butcher.explain-all": "Verwende -1, um alle Mobs in geladenen Chunks zu entfernen", + "worldedit.remove.removed": "{0} Entities wurden fУМr das Entfernen markiert.", + "worldedit.remove.explain-all": "Verwende -1, um alle Entities in geladenen Chunks zu entfernen", + "worldedit.calc.invalid": "'{0}' konnte nicht als gУМltiger Ausdruck УМbersetzt werden", + "worldedit.calc.invalid.with-error": "'{0}' konnte nicht als gУМltiger Ausdruck geparst werden: '{1}'", + "worldedit.paste.pasted": "Die Zwischenablage wurde bei {0} eingefУМgt", + "worldedit.paste.selected": "EinfУМgebereich fУМr Zwischenablage ausgewУЄhlt.", + "worldedit.rotate.no-interpolation": "Hinweis: Interpolation ist noch nicht unterstУМtzt. Es ist empfohlen, Winkel mit einem Vielfachen von 90 zu nutzen.", + "worldedit.rotate.rotated": "Die Zwischenablage wurde gedreht.", + "worldedit.flip.flipped": "Die Zwischenablage wurde gespiegelt.", + "worldedit.clearclipboard.cleared": "Die Zwischenablage wurde geleert.", + "worldedit.set.done": "Vorgang abgeschlossen.", + "worldedit.set.done.verbose": "Vorgang abgeschlossen ({0}).", + "worldedit.line.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.line.invalid-type": "//line funktioniert nur mit kubischen Selektionen oder konvex-polyhedrischen Selektionen", + "worldedit.curve.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.curve.invalid-type": "//curve funktioniert nur mit konvex-polyhedrischen Selektionen", + "worldedit.replace.replaced": "{0} BlУЖcke wurden ersetzt.", + "worldedit.stack.changed": "{0} BlУЖcke wurden geУЄndert. RУМckgУЄngig mit //undo", + "worldedit.stack.intersecting-region": "Stapelversatz darf bei Verwendung von Blockeinheiten nicht mit der Region kollidieren", + "worldedit.regen.regenerated": "Region neu generiert.", + "worldedit.regen.failed": "Chunks konnten nicht regeneriert werden. Siehe Konsole fУМr Details.", + "worldedit.walls.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.faces.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.overlay.overlaid": "{0} BlУЖcke wurden bedeckt.", + "worldedit.naturalize.naturalized": "{0} Block/BlУЖcke wurden verУЄndert, um natУМrlicher zu erscheinen.", + "worldedit.center.changed": "Mittelpunkt gesetzt. ({0} BlУЖcke geУЄndert)", + "worldedit.smooth.changed": "HУЖhenkarte des GelУЄndes geglУЄttet. {0} BlУЖcke geУЄndert.", + "worldedit.move.moved": "{0} BlУЖcke verschoben.", + "worldedit.deform.deformed": "{0} BlУЖcke wurden verformt.", + "worldedit.hollow.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.forest.created": "{0} BУЄume erstellt.", + "worldedit.flora.created": "{0} Pflanzen erstellt.", + "worldedit.unstuck.moved": "Bitte schУЖn!", + "worldedit.ascend.obstructed": "Keine freie Stelle УМber dir gefunden.", + "worldedit.ascend.moved": "Um {0} Ebenen aufgestiegen.", + "worldedit.descend.obstructed": "Keine freie Stelle unter dir gefunden.", + "worldedit.descend.moved": "Um {0} Ebenen abgestiegen.", + "worldedit.ceil.obstructed": "Keine freie Stelle УМber dir gefunden.", + "worldedit.ceil.moved": "Magie!", + "worldedit.thru.obstructed": "Keine freie Stelle vor dir gefunden.", + "worldedit.thru.moved": "Magie!", + "worldedit.jumpto.moved": "Magie!", + "worldedit.jumpto.none": "Kein Block in Sicht (oder zu weit entfernt)!", + "worldedit.up.obstructed": "Du wУМrdest etwas УМber dir treffen.", + "worldedit.up.moved": "Magie!", + "worldedit.cyl.invalid-radius": "Du musst entweder ein oder zwei Radien angeben.", + "worldedit.cyl.created": "{0} BlУЖcke wurden erstellt.", + "worldedit.sphere.invalid-radius": "Du musst entweder ein oder drei Radien angeben.", + "worldedit.sphere.created": "{0} BlУЖcke wurden erstellt.", + "worldedit.forestgen.created": "{0} BУЄume erstellt.", + "worldedit.pumpkins.created": "{0} KУМrbisbeete erstellt.", + "worldedit.pyramid.created": "{0} BlУЖcke wurden erstellt.", + "worldedit.generate.created": "{0} BlУЖcke wurden erstellt.", + "worldedit.generatebiome.changed": "{0} Biome betroffen.", + "worldedit.reload.config": "Konfiguration wurde neu geladen!", + "worldedit.report.written": "WorldEdit-Bereicht zu {0} geschrieben", + "worldedit.report.error": "Fehler beim Schreiben des Berichts: {0}", + "worldedit.report.callback": "WorldEdit Report: {0}.report", + "worldedit.timezone.invalid": "UngУМltige Zeitzone", + "worldedit.timezone.set": "Zeitzone fУМr diese Sitzung gesetzt: {0}", + "worldedit.timezone.current": "Die aktuelle Zeit in dieser Zeitzone ist: {0}", + "worldedit.version.version": "WorldEdit-Version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Diese WorldEdit Version unterstУМtzt ihre Version von Bukkit nicht vollstУЄndig. Block-Entities (z.B. Truhen) sind leer, Blockeigenschaften (z. B. Rotation) fehlen und andere Dinge werden mУЖglicherweise nicht funktionieren. Aktualisieren Sie WorldEdit um diese Funktion wiederherzustellen:\n{0}", + "worldedit.trace.action-failed": "Trace: Aktion(en) {0} bei {1} verworfen nach AusmaУŸ {2}", + "worldedit.trace.active.already": "Ablaufverfolgungs-Modus bereits aktiv.", + "worldedit.trace.inactive.already": "Ablaufverfolgungs-Modus bereits inaktiv.", + "worldedit.trace.active": "Ablaufverfolgungs-Modus ist nun aktiv.", + "worldedit.trace.inactive": "Ablaufverfolgungs-Modus ist nun inaktiv.", + "worldedit.command.time-elapsed": "{0}s vergangen (History: {1} geУЄndert; {2} BlУЖcke/Sek).", + "worldedit.command.permissions": "Dazu bist du nicht berechtigt. Bist du im richtigen Modus?", + "worldedit.command.player-only": "Dieser Befehl muss als Spieler benutzt werden.", + "worldedit.command.error.report": "Bitte melde diesen Fehler: [Siehe Konsole]", + "worldedit.pastebin.uploading": "(Bitte warten... sende Daten an Pastebin...)", + "worldedit.session.cant-find-session": "Sitzung fУМr {0} nicht gefunden", + "worldedit.platform.no-file-dialog": "Datei-Dialoge werden in Ihrer Umgebung nicht unterstУМtzt.", + "worldedit.asset.load.loading": "(Bitte warten... lade Asset.)", + "worldedit.asset.load.still-loading": "(Bitte warten... lade weiterhin Asset.)", + "worldedit.asset.load.failed": "Fehler beim laden des Assets", + "worldedit.tool.max-block-changes": "Maximales У„nderungslimit fУМr BlУЖcke erreicht.", + "worldedit.tool.no-block": "Kein Block in Sicht!", + "worldedit.tool.repl.equip": "Ersetzen-Werkzeug an {0} gebunden.", + "worldedit.tool.repl.switched": "Ersetzen-Werkzeug geУЄndert zu: {0}", + "worldedit.tool.data-cycler.equip": "Werkzeug zum У„ndern von Blockdaten an {0} gebunden.", + "worldedit.tool.data-cycler.block-not-permitted": "Du hast keine Befugnis, die Werte dieses Blockes zu УЄndern.", + "worldedit.tool.data-cycler.cant-cycle": "Diese Blockdaten kУЖnnen nicht verУЄndert werden!", + "worldedit.tool.data-cycler.new-value": "Wert von {0} ist jetzt {1}.", + "worldedit.tool.data-cycler.cycling": "У„ndere nun {0}.", + "worldedit.tool.deltree.equip": "Werkzeug zum Entfernen fliegender BУЄume an {0} gebunden.", + "worldedit.tool.deltree.not-tree": "Das ist kein Baum.", + "worldedit.tool.deltree.not-floating": "Das ist kein schwebender Baum.", + "worldedit.tool.tree.equip": "Werkzeug zum BУЄume setzen an {0} gebunden.", + "worldedit.tool.tree.obstructed": "Hier kann kein Baum erstellt werden.", + "worldedit.tool.info.equip": "Werkzeug fУМr Informationen an {0} gebunden.", + "worldedit.tool.info.blockstate.hover": "Blockstatus", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy-Id: Daten", + "worldedit.tool.info.light.hover": "Lichtlevel Block/Lichtlevel darУМber", + "worldedit.tool.none.equip": "Werkzeug vom aktuellen Item entfernt.", + "worldedit.tool.none.to.unequip": "Ihr aktuelles Item ist nicht gebunden.", + "worldedit.tool.selwand.equip": "Werkzeug zum AuswУЄhlen an {0} gebunden.", + "worldedit.tool.navwand.equip": "Werkzeug zum Navigieren an {0} gebunden.", + "worldedit.tool.floodfill.equip": "Werkzeug zum FУМllen von BlУЖcken an {0} gebunden.", + "worldedit.tool.farwand.equip": "Werkzeug zum AuswУЄhlen fУМr groУŸe Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.equip": "Werkzeug zum Setzen von BlУЖcken fУМr groУŸe Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.set": "Linksklick auf {0} gesetzt; Rechtsklick auf {1} gesetzt.", + "worldedit.tool.stack.equip": "Werkzeug zum Stapeln an {0} gebunden.", + "worldedit.tool.unbind-instruction": "FУМhre {0} aus, wУЄhrend du das Item in der Hand hУЄltst, um es zu entbinden.", + "worldedit.tool.superpickaxe.mode.single": "Modus ist jetzt blockweise. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.area": "Modus ist jetzt bereichsfУЖrmig. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.recursive": "Modus ist jetzt rekursiv. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.max-range": "Maximale Entfernung ist {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superspitzhacke ist bereits aktiviert.", + "worldedit.tool.superpickaxe.disabled.already": "Superspitzhacke ist bereits deaktiviert.", + "worldedit.tool.superpickaxe.enabled": "Superspitzhacke aktiviert.", + "worldedit.tool.superpickaxe.disabled": "Superspitzhacke deaktiviert.", + "worldedit.tool.mask.set": "Maske fУМr Pinsel gesetzt.", + "worldedit.tool.mask.disabled": "Maske fУМr Pinsel deaktiviert.", + "worldedit.tool.material.set": "Material fУМr Pinsel gesetzt.", + "worldedit.tool.range.set": "Reichweite fУМr Pinsel gesetzt.", + "worldedit.tool.size.set": "PinselgrУЖУŸe gesetzt.", + "worldedit.tool.tracemask.set": "Kollidierungsmaske gesetzt.", + "worldedit.tool.tracemask.disabled": "Kollidierungsmaske deaktiviert.", + "worldedit.tool.error.cannot-bind": "Kann das Werkzeug nicht an {0} binden: {1}", + "worldedit.tool.error.item-only": "BlУЖcke kУЖnnen nicht verwendet werden.", + "worldedit.execute.script-permissions": "Du hast keine Berechtigung, dieses Skript zu nutzen.", + "worldedit.executelast.no-script": "Benutze zuerst /cs mit einem Skriptnamen.", + "worldedit.script.read-error": "Skript Lesefehler: {0}", + "worldedit.script.unsupported": "Aktuell werden nur .js-Skripte unterstУМtzt", + "worldedit.script.file-not-found": "Skript existiert nicht: {0}", + "worldedit.script.no-script-engine": "Fehler beim Finden einer Skript-Engine.\nBitte beachte https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Fehler beim AusfУМhren: {0}", + "worldedit.script.failed-console": "Fehler beim AusfУМhren (siehe Konsole): {0}", + "worldedit.operation.affected.biome": "{0} Biome betroffen", + "worldedit.operation.affected.block": "{0} BlУЖcke betroffen", + "worldedit.operation.affected.column": "{0} Stellen betroffen", + "worldedit.operation.affected.entity": "{0} Entities betroffen", + "worldedit.operation.deform.expression": "deformiert mit {0}", + "worldedit.error.invalid-number": "Anzahl erwartet; String angegeben.", + "worldedit.error.invalid-number.matches": "Anzahl erwartet; String \"{0}\" angegeben.", + "worldedit.error.incomplete-region": "WУЄhle zuerst eine Region aus.", + "worldedit.error.unknown-block": "Blockname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-entity": "Entityname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-mob": "Mob-Name '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-biome": "Biomname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-tag": "Tagname '{0}' wurde nicht erkannt.", + "worldedit.error.empty-tag": "Tagname '{0}' hat keinen Inhalt.", + "worldedit.error.no-match": "Kein Treffer fУМr '{0}'.", + "worldedit.error.disallowed-block": "Block '{0}' nicht erlaubt (siehe WorldEdit Konfiguration).", + "worldedit.error.max-changes": "Maximale Anzahl an BlУЖcken in einer Operation geУЄndert ({0}).", + "worldedit.error.max-brush-radius": "Maximaler Pinselradius (in Konfiguration): {0}", + "worldedit.error.max-radius": "Maximaler Radius (in Konfiguration): {0}", + "worldedit.error.unknown-direction": "Unbekannte Richtung: {0}", + "worldedit.error.empty-clipboard": "Die Zwischenablage ist leer. Verwende zuerst //copy.", + "worldedit.error.invalid-filename": "Dateiname '{0}' ungУМltig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "UngУМltige Zeichen oder Erweiterung fehlt", + "worldedit.error.file-resolution": "Datei '{0}' Fehler beim AuflУЖsen der Datei: {1}", + "worldedit.error.file-resolution.outside-root": "Pfad ist auУŸerhalb des erlaubten Verzeichnisses", + "worldedit.error.file-resolution.resolve-failed": "Fehler beim AuflУЖsen des Pfades", + "worldedit.error.file-aborted": "Dateiauswahl abgebrochen.", + "worldedit.error.no-file-selected": "Es wurde keine Datei ausgewУЄhlt.", + "worldedit.error.world-unloaded": "Die Welt wurde bereits entladen.", + "worldedit.error.not-a-block": "Dieses Item ist kein Block.", + "worldedit.error.not-a-block.item": "Das Item '{0}' ist kein Block.", + "worldedit.error.incorrect-usage": "Benutzung: {0}", + "worldedit.error.invalid-page": "UngУМltige Seitennummer", + "worldedit.error.parser.bad-state-format": "Fehlerhaftes Statusformat in {0}", + "worldedit.error.parser.duplicate-property": "Doppelte Eigenschaft: {0}", + "worldedit.error.parser.empty-state": "Leerer Teil im Status", + "worldedit.error.parser.missing-equals-separator": "Fehlendes Trennzeichen '='", + "worldedit.error.parser.clipboard.missing-offset": "Offset mit @ angegeben, aber kein Offset angegeben. Verwenden Sie '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Unbekannte Eigenschaft '{0}' fУМr Block '{1}'", + "worldedit.error.parser.unknown-value": "Unbekannter Wert '{0}' fУМr Eigenschaft '{1} '", + "worldedit.error.parser.empty-property": "Leere Eigenschaft im Status", + "worldedit.error.parser.empty-value": "Leerer Wert im Status", + "worldedit.error.parser.invalid-colon": "UngУМltiger Doppelpunkt.", + "worldedit.error.parser.invalid-expression": "UngУМltiger Ausdruck: {0}", + "worldedit.error.parser.negate-nothing": "Nichts kann nicht negiert werden!", + "worldedit.error.parser.hanging-lbracket": "UngУМltiges Format. Fehlende Klammer bei '{0}'.", + "worldedit.error.parser.missing-rbracket": "Bei dem Status fehlt die schlieУŸende Klammer ']'", + "worldedit.error.parser.missing-random-type": "Fehlender Typ hinter dem % symbol fУМr '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Versatz fУМr die Zwischenablage benУЖtigt x,y,z Koordinaten.", + "worldedit.error.parser.player-only": "Eingabe '{0}' erfordert einen Spieler!", + "worldedit.error.disabled": "Diese Funktion ist deaktiviert (siehe WorldEdit Konfiguration).", + "worldedit.error.unknown": "Unbekannter Fehler ist aufgetreten: {0}", + "worldedit.error.missing-extent": "Kein Ziel ist bekannt", + "worldedit.error.missing-session": "Keine lokale Session ist bekannt", + "worldedit.error.missing-world": "Du musst eine Welt angeben (Try //world)", + "worldedit.error.missing-actor": "Kein Akteur ist bekannt", + "worldedit.selection.convex.info.vertices": "Knoten: {0}", + "worldedit.selection.convex.info.triangles": "Dreiecke: {0}", + "worldedit.selection.convex.explain.primary": "Neue Auswahl mit Knoten {0} gestartet.", + "worldedit.selection.convex.explain.secondary": "Knoten {0} zur Auswahl hinzugefУМgt.", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Erste Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.primary-area": "Erste Position bei {0} ({1}) gesetzt.", + "worldedit.selection.cuboid.explain.secondary": "Zweite Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.secondary-area": "Zweite Position bei {0} ({1}) gesetzt.", + "worldedit.selection.extend.explain.primary": "Auswahl bei {0} ({1}) gestartet.", + "worldedit.selection.extend.explain.secondary": "Auswahl erweitert, damit {0} ({1}) beinhaltet wird.", + "worldedit.selection.ellipsoid.info.center": "Mittelpunkt: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Position des Mittelpunkts zu {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.primary-area": "Position des Mittelpunkts zu {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid-У„nderungen mУМssen fУМr jede Dimension gleich sein.", + "worldedit.selection.cylinder.info.center": "Mittelpunkt: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Neue zylindrische Auswahl bei {0} gestartet.", + "worldedit.selection.cylinder.explain.secondary": "Radius auf {0}/{1} BlУЖcke gesetzt. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Damit der Radius eingestellt werden kann, ist es notwendig, einen Mittelpunkt zu wУЄhlen.", + "worldedit.selection.cylinder.error.even-horizontal": "ZylinderУЄnderungen mУМssen auch fУМr jede horizontale Dimension gelten.", + "worldedit.selection.polygon2d.info": "Anzahl Punkte: {0}", + "worldedit.selection.polygon2d.explain.primary": "Neues Polygon bei {0} gestartet.", + "worldedit.selection.polygon2d.explain.secondary": "Punkt #{0} bei {1} hinzugefУМgt.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygone kУЖnnen nur vertikal erweitert werden.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygone kУЖnnen nur vertikal verhandelt werden.", + "worldedit.selection.sphere.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.null.error.immutable": "NullRegion kУЖnnt nicht geУЄndert werden.", + "worldedit.selection.intersection.error.cannot-expand": "KУЖnnt nicht einen regionalen Schnittpunkt erweitern.", + "worldedit.selection.intersection.error.cannot-contract": "KУЖnnt nicht einen regionalen Schnittpunkt verhandeln.", + "worldedit.selection.transform.error.cannot-expand": "KУЖnnt nicht einen TransformedRegion erweitern.", + "worldedit.selection.transform.error.cannot-contract": "KУЖnnt nicht einen TransformedRegion verhandeln.", + "worldedit.selection.transform.error.cannot-change": "KУЖnnt nicht einen TransformedRegion УЄndern.", + "worldedit.sideeffect.lighting": "Beleuchtung", + "worldedit.sideeffect.lighting.description": "Aktualisiert Blockbeleuchtung", + "worldedit.sideeffect.neighbors": "Nachbarn", + "worldedit.sideeffect.neighbors.description": "Benachrichtigt BlУЖcke in der NУЄhe УМber den У„nderungen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Benachrichtigt den geУЄnderten Block", + "worldedit.sideeffect.validation": "УœberprУМfung", + "worldedit.sideeffect.validation.description": "УœberprУМft und repariert inkonsistenten Weltzustand, so wie getrennte BlУЖcke", + "worldedit.sideeffect.entity_ai": "Wesen-KI", + "worldedit.sideeffect.entity_ai.description": "Aktualisiert Wesen-KI-Pfade fУМr die BlockУЄnderungen", + "worldedit.sideeffect.events": "Mod/Plugin-Ereignisse", + "worldedit.sideeffect.events.description": "Informiert andere Mods/Plugins УМber diese У„nderungen, falls anwendbar", + "worldedit.sideeffect.state.on": "An", + "worldedit.sideeffect.state.delayed": "VerzУЖgert", + "worldedit.sideeffect.state.off": "Aus", + "worldedit.sideeffect.box.current": "Aktuell", + "worldedit.sideeffect.box.change-to": "Klicken, um auf {0} zu setzen", + "worldedit.help.command-not-found": "Der Befehl '{0}' konnte nicht gefunden werden.", + "worldedit.help.no-subcommands": "'{0}' hat keine Unterbefehle. (Vielleicht steht '{1}' fУМr einen Parameter?)", + "worldedit.help.subcommand-not-found": "Der Unterbefehl '{0}' unter '{1}' konnte nicht gefunden werden.", + "worldedit.cli.stopping": "Wird beendet!", + "worldedit.cli.unknown-command": "Unbekannter Befehl!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/el/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/el/strings.json new file mode 100644 index 0000000..a0a5678 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/el/strings.json @@ -0,0 +1,6 @@ +{ + "worldedit.expand.expanded": "Ю— Я€ЮЕЯЮЙЮПЯ‡ЮЎ ЮЕЯ€ЮЕЮКЯ„ЮЌЮИЮЗЮКЮЕ ЮКЮБЯ„ЮЌ {0} blocks", + "worldedit.expand.expanded.vert": "Ю— Я€ЮЕЯЮЙЮПЯ‡ЮЎ ЮЕЯ€ЮЕЮКЯ„ЮЌЮИЮЗЮКЮЕ ЮКЮБЯ„ЮЌ {0} blocks (ЮБЯ€ЯŒ Я€ЮЌЮНЯ‰ Я€ЯЮПЯ‚ Я„ЮБ ЮКЮЌЯ„Я‰).", + "worldedit.biomeinfo.position": "Biomes ЯƒЯ„ЮЗЮН ЮИЮ­ЯƒЮЗ ЯƒЮБЯ‚: {0}", + "worldedit.biomeinfo.selection": "Biomes ЯƒЯ„ЮЗЮН ЮЕЯ€ЮЙЮЛЮПЮГЮЎ ЯƒЮБЯ‚: {0}" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/en-AU/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/en-AU/strings.json new file mode 100644 index 0000000..5ed520f --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/en-AU/strings.json @@ -0,0 +1,10 @@ +{ + "worldedit.expand.description.vert": "Vertically expand the selection to world limits.", + "worldedit.expand.expanded": "Region expanded {0} blocks", + "worldedit.selection.ellipsoid.info.center": "Centre: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Centre position set to {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Centre position set to {0} ({1}).", + "worldedit.selection.cylinder.info.center": "Centre: {0}", + "worldedit.selection.cylinder.explain.secondary-missing": "You must select the centre point before setting the radius.", + "worldedit.sideeffect.neighbors": "Neighbours" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/en-CA/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/en-CA/strings.json new file mode 100644 index 0000000..2fab71a --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/en-CA/strings.json @@ -0,0 +1,12 @@ +{ + "worldedit.expand.description.vert": "Vertically expand the selection to world limits.", + "worldedit.expand.expanded": "Region expanded {0} blocks", + "worldedit.expand.expanded.vert": "Region expanded {0} blocks (top-to-bottom).", + "worldedit.biomeinfo.lineofsight": "Biomes at line of sight point: {0}", + "worldedit.biomeinfo.position": "Biomes at your position: {0}", + "worldedit.brush.apply.type": "Type of brush to use", + "worldedit.brush.paint.type": "Type of brush to use", + "worldedit.brush.sphere.equip": "Sphere brush shape equipped ({0}).", + "worldedit.pyramid.created": "{0} blocks have been created.", + "worldedit.generate.created": "{0} blocks have been created." +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/en-NZ/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/en-NZ/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/en-NZ/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/en-PT/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/en-PT/strings.json new file mode 100644 index 0000000..d193584 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/en-PT/strings.json @@ -0,0 +1,30 @@ +{ + "worldedit.expand.description.vert": "The sky's the limit, lads!", + "worldedit.brush.radius-too-large": "Radius of yer biggest brush what be allowed: {0}", + "worldedit.brush.apply.radius": "How big yer brush be", + "worldedit.brush.apply.shape": "The shape of yer region", + "worldedit.brush.paint.description": "Paint Brush, what be for slappin' functions to the hull, ye dill pickle", + "worldedit.brush.paint.size": "How big yer brush be", + "worldedit.brush.paint.shape": "The shape of yer region", + "worldedit.brush.paint.density": "How dense yer brush be", + "worldedit.fast.disabled": "Fast mode be scuppered.", + "worldedit.fast.enabled": "Fast mode, ahoy! Strange lights may be seen, not in keepin' with the lay of the land, the likes o' which may make you want to rejoin yer senses.", + "worldedit.fast.disabled.already": "Fast mode be scuppered already, cap'n.", + "worldedit.fast.enabled.already": "We be in Fast mode already, cap'n.", + "worldedit.gmask.disabled": "Yer global mask be clear.", + "worldedit.gmask.set": "Yer global mask be set.", + "worldedit.clearhistory.cleared": "Cleared the captain's log.", + "worldedit.raytrace.noblock": "Thar be no blocks in sight, captain!", + "worldedit.hpos.no-block": "Thar be no blocks in sight, captain!", + "worldedit.set.done": "Y'er plunderin' be complete.", + "worldedit.set.done.verbose": "Y'er plunderin' be complete ({0}).", + "worldedit.unstuck.moved": "Full speed ahead!", + "worldedit.tool.no-block": "Thar be no blocks in sight, captain!", + "worldedit.tool.deltree.not-tree": "Y'arr, that ain't no tree.", + "worldedit.tool.tree.obstructed": "Y'arr, 'tis no place for a tree.", + "worldedit.error.invalid-page": "There be no chart of that number, captain", + "worldedit.sideeffect.state.on": "Aye", + "worldedit.sideeffect.state.off": "Nay", + "worldedit.cli.stopping": "Walking the plank!", + "worldedit.cli.unknown-command": "The crew dunno yer order!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/en-UD/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/en-UD/strings.json new file mode 100644 index 0000000..384a72f --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/en-UD/strings.json @@ -0,0 +1,191 @@ +{ + "worldedit.expand.description.vert": "Ы™sЪ‡сД‰ЩЏсД‰l plЩЙoЪ oЪ‡ uoсД‰Ъ‡Щ”ЧlЧs ЧЩЅЪ‡ puЩdxЧ ЪŽllЩЩ”сД‰Ъ‡ЩЙЧЮ›", + "worldedit.expand.expanded": "sЪžЩ”oзŸq {0} pЧpuЩdxЧ uoФБЦƒЧсДš", + "worldedit.expand.expanded.vert": "Ы™(top-to-bottom) sЪžЩ”oзŸq {0} pЧpuЩdxЧ uoФБЦƒЧсДš", + "worldedit.biomeinfo.lineofsight": "{0} :Ъ‡uФБod Ъ‡ЩЅЦƒФБs ЩŸo ЧuФБзŸ Ъ‡Щ sЧЩЏoФБ№’", + "worldedit.biomeinfo.position": "{0} :uoФБЪ‡ФБsod ЩЙnoЪŽ Ъ‡Щ sЧЩЏoФБ№’", + "worldedit.biomeinfo.selection": "{0} :uoФБЪ‡Щ”ЧзŸЧs ЩЙnoЪŽ uФБ sЧЩЏoФБ№’", + "worldedit.brush.radius-too-large": "{0} :snсД‰pЩЩЙ ЩЅsnЩЙq pЧЪollЩ ЩЏnЩЏсД‰xЩW", + "worldedit.brush.apply.description": "ЪžЩ”oзŸq ЪŽЩЙЧЪŒЧ oЪ‡ uoФБЪ‡Щ”unЩŸ Щ ЪŽзŸddЩ 'ЩЅsnЩЙq ЪŽзŸddтˆ€", + "worldedit.brush.apply.radius": "ЩЅsnЩЙq ЧЩЅЪ‡ ЩŸo ЧzФБs ЧЩЅтŠЅ", + "worldedit.brush.apply.shape": "uoФБЦƒЧЩЙ ЧЩЅЪ‡ ЩŸo ЧdЩЩЅs ЧЩЅтŠЅ", + "worldedit.brush.apply.type": "Чsn oЪ‡ ЩЅsnЩЙq ЩŸo ЧdЪŽтŠЅ", + "worldedit.brush.apply.item.warning": "Ы™ЪžsсД‰ЩЙ uЪo ЩЙnoЪŽ Ъ‡Щ ЧsтˆЉ Ы™suсД‰Цƒnld/spoЩЏ ЩЙЧЩЅЪ‡o ЩЅЪ‡сД‰Ъ suoсД‰Ъ‡Щ”ЩЩЙЧЪ‡uсД‰ ЧЦƒuЩЩЙЪ‡s ЧsnЩЩ” ЪŽЩЩЏ puЩ 'ЧlqЩ-opun Чq Ъ‡ou ЪŽЩЩЏ 'sЩЏЩЙoЩŸЪ‡Щld llЩ uo ЪžЩЙoЪ Ъ‡ou ЪŽЩЩЏ sЪ‡Щ”ЧЩŸЩŸЧ sЪ‡I Ы™sЧЦƒЩsn ЩЏЧЪ‡сД‰ sЧЪ‡ЩlnЩЏсД‰s ЩЅsnЩЙq sсД‰ЩЅт”Д", + "worldedit.brush.paint.description": "ЧЩ”ЩЩŸЩЙns Щ oЪ‡ uoсД‰Ъ‡Щ”unЩŸ Щ ЪŽlddЩ 'ЩЅsnЩЙq Ъ‡uсД‰Щд€", + "worldedit.brush.paint.size": "ЩЅsnЩЙq ЧЩЅЪ‡ ЩŸo ЧzсД‰s ЧЩЅт”Д", + "worldedit.brush.paint.shape": "uoсД‰ЦƒЧЩЙ ЧЩЅЪ‡ ЩŸo ЧdЩЩЅs ЧЩЅт”Д", + "worldedit.brush.paint.density": "ЩЅsnЩЙq ЧЩЅЪ‡ ЩŸo ЪŽЪ‡сД‰suЧp ЧЩЅт”Д", + "worldedit.brush.paint.type": "Чsn oЪ‡ ЩЅsnЩЙq ЩŸo ЧdЪŽт”Д", + "worldedit.brush.paint.item.warning": "Ы™ЪžsсД‰ЩЙ uЪo ЩЙnoЪŽ Ъ‡Щ ЧsтˆЉ Ы™suсД‰Цƒnld/spoЩЏ ЩЙЧЩЅЪ‡o ЩЅЪ‡сД‰Ъ suoсД‰Ъ‡Щ”ЩЩЙЧЪ‡uсД‰ ЧЦƒuЩЩЙЪ‡s ЧsnЩЩ” ЪŽЩЩЏ puЩ 'ЧlqЩ-opun Чq Ъ‡ou ЪŽЩЩЏ 'sЩЏЩЙoЩŸЪ‡Щld llЩ uo ЪžЩЙoЪ Ъ‡ou ЪŽЩЩЏ sЪ‡Щ”ЧЩŸЩŸЧ sЪ‡I Ы™sЧЦƒЩsn ЩЏЧЪ‡сД‰ sЧЪ‡ЩlnЩЏсД‰s ЩЅsnЩЙq sсД‰ЩЅт”Д", + "worldedit.brush.sphere.equip": "Ы™({0}) pЧddсД‰nbЧ ЧdЩЩЅs ЩЅsnЩЙq ЧЩЙЧЩЅdS", + "worldedit.brush.cylinder.equip": "Ы™({1} ЪŽq {0}) pЧddсД‰nbЧ ЧdЩЩЅs ЩЅsnЩЙq ЩЙЧpuсД‰lЪŽЦ†", + "worldedit.brush.clipboard.equip": "Ы™pЧddсД‰nbЧ ЧdЩЩЅs ЩЅsnЩЙq pЩЙЩoqdсД‰lЦ†", + "worldedit.brush.smooth.equip": "Ы™({2} ЦƒuсД‰sn x{1} x {0}) pЧddсД‰nbЧ ЩЅsnЩЙq ЩЅЪ‡ooЩЏS", + "worldedit.brush.extinguish.equip": "Ы™({0}) pЧddсД‰nbЧ ЩЙЧЩЅsсД‰nЦƒuсД‰Ъ‡xЦŽ", + "worldedit.brush.gravity.equip": "Ы™({0}) pЧddсД‰nbЧ ЩЅsnЩЙq ЪŽЪ‡сД‰ЪŒЩЩЙзЄ", + "worldedit.brush.butcher.equip": "Ы™({0}) pЧddсД‰nbЧ ЩЅsnЩЙq ЩЙЧЩЅЩ”Ъ‡nq", + "worldedit.brush.operation.equip": "Ы™{0} oЪ‡ ЩЅsnЩЙq Ъ‡ЧS", + "worldedit.brush.heightmap.equip": "HЧсД‰ЦƒЩЅЪ‡ЩЏЩd qЩЙnsЩЅ ЧbnсД‰ddЧp ({0})Ы™", + "worldedit.brush.heightmap.unknown": "тˆЉuЪžuoЪu ЩЅЧсД‰ЦƒЩЅЪ‡ЩЏЩd qЩЙnsЩЅ: {0}Ы™", + "worldedit.brush.none.equip": "Ы™ЩЏЧЪ‡сД‰ Ъ‡uЧЩЙЩЙnЩ” ЩЙnoЪŽ ЩЏoЩЙЩŸ punoqun looт”Д", + "worldedit.setbiome.changed": "Ы™sЪžЩ”olq {0} ЪŽlЧЪ‡ЩЩЏсД‰xoЩЙddЩ ЩЙoЩŸ pЧЦƒuЩЩЅЩ” ЧЩЙЧЪ sЧЩЏoсД‰ъ“­", + "worldedit.setbiome.warning": "Ы™sЧЦƒuЩЩЅЩ” ЧЧs oЪ‡ (plЩЙoЪ ЩЙnoЪŽ uЧdo-ЧЩЙ puЩ ЧsolЩ” ЩЙo) ЧЩЏЩЦƒ ЩЙnoЪŽ uсД‰oЩО-ЧЩЙ oЪ‡ ЧЪŒЩЩЅ ЪŽЩЩЏ noт…„", + "worldedit.drawsel.disabled": "Ы™pЧзŸqЩsФБp IтˆЉЦ† ЩЙЧЪŒЩЙЧS", + "worldedit.drawsel.disabled.already": "Ы™pЧзŸqЩsФБp ЪŽpЩЧЩЙзŸЩ IтˆЉЦ† ЩЙЧЪŒЩЙЧS", + "worldedit.drawsel.enabled.already": "Ы™pЧзŸqЩuЧ ЪŽpЩЧЩЙзŸЩ IтˆЉЦ† ЩЙЧЪŒЩЙЧS", + "worldedit.limit.too-high": "Ы™{0} sФБ Ъ‡ФБЩЏФБзŸ ЧзŸqЩЪoзŸзŸЩ ЩЏnЩЏФБxЩЩЏ ЩЙnoт…„", + "worldedit.limit.set": "Ы™{0} oЪ‡ Ъ‡Чs Ъ‡ФБЩЏФБзŸ ЧЦƒuЩЩЅЩ” ЪžЩ”oзŸ№’", + "worldedit.limit.return-to-default": " (Ы™Ъ‡зŸnЩЩŸЧp ЧЩЅЪ‡ oЪ‡ ЪžЩ”Щq oЦƒ oЪ‡ Ъ‡ФБЩЏФБзŸ// ЧsтˆЉ)", + "worldedit.timeout.too-high": "Ы™sЩЏ{0} sФБ Ъ‡noЧЩЏФБЪ‡ ЧзŸqЩЪoзŸзŸЩ ЩЏnЩЏФБxЩЩЏ ЩЙnoт…„", + "worldedit.timeout.set": "Ы™sЩЏ {0} oЪ‡ Ъ‡Чs ЧЩЏФБЪ‡ Ъ‡noЧЩЏФБтŠЅ", + "worldedit.timeout.return-to-default": " (Ы™Ъ‡зŸnЩЩŸЧp ЧЩЅЪ‡ oЪ‡ ЪžЩ”Щq oЦƒ oЪ‡ Ъ‡noЧЩЏФБЪ‡\\\\ ЧsтˆЉ)", + "worldedit.fast.disabled": "Ы™pЧзŸqЩsФБp ЧpoЩЏ Ъ‡sЩт„В", + "worldedit.fast.enabled": "Ы™sЧЦƒuЩЩЅЩ” ЧЧs oЪ‡ uФБoЩОЧЩЙ oЪ‡ pЧЧu ЪŽЩЩЏ noЪŽ ЩЙo\\puЩ ЦƒuoЩЙЪ Чq ЪŽЩЩЏ sЪžunЩЅЩ” pЧЪ‡Щ”ЧЩŸЩŸЩ ЧЩЅЪ‡ uФБ ЦƒuФБЪ‡ЩЅЦƒФБЫЅ Ы™pЧзŸqЩuЧ ЧpoЩЏ Ъ‡sЩт„В", + "worldedit.fast.disabled.already": "Ы™pЧзŸqЩsФБp ЪŽpЩЧЩЙзŸЩ ЧpoЩЏ Ъ‡sЩт„В", + "worldedit.fast.enabled.already": "Ы™pЧзŸqЩuЧ ЪŽpЩЧЩЙзŸЩ ЧpoЩЏ Ъ‡sЩт„В", + "worldedit.perf.sideeffect.set": "{1} oЪ‡ Ъ‡Чs ,,{0},, Ъ‡Щ”ЧЩŸЩŸЧ ЧpсД‰S", + "worldedit.perf.sideeffect.get": "{1} oЪ‡ Ъ‡Чs sсД‰ ,,{0},, Ъ‡Щ”ЧЩŸЩŸЧ ЧpсД‰S", + "worldedit.perf.sideeffect.already-set": "{1} ЪŽpЩЧЩЙlЩ sсД‰ ,,{0},, Ъ‡Щ”ЧЩŸЩŸЧ ЧpсД‰S", + "worldedit.perf.sideeffect.set-all": "{0} oЪ‡ Ъ‡Чs sЪ‡Щ”ЧЩŸЩŸЧ ЧpсД‰s llтˆ€", + "worldedit.reorder.current": "{0} sФБ ЧpoЩЏ ЩЙЧpЩЙoЧЩЙ ЧЩЅтŠЅ", + "worldedit.reorder.set": "{0} Ъou sФБ ЧpoЩЏ ЩЙЧpЩЙoЧЩЙ ЧЩЅтŠЅ", + "worldedit.gmask.disabled": "Ы™pЧзŸqЩsФБp ЪžsЩЩЏ зŸЩqoзŸт…", + "worldedit.gmask.set": "Ы™Ъ‡Чs ЪžsЩЩЏ зŸЩqoзŸт…", + "worldedit.toggleplace.pos1": "Ы™Ц–# sod Ъ‡Щ ЦƒuФБЩ”ЩзŸd ЪoN", + "worldedit.toggleplace.player": "Ы™uФБ puЩЪ‡s noЪŽ ЪžЩ”oзŸq ЧЩЅЪ‡ Ъ‡Щ ЦƒuФБЩ”ЩзŸd ЪoN", + "worldedit.toggleplace.not-locatable": "Ы™Ъ‡xЧЪ‡uoЩ” sсД‰ЩЅЪ‡ uсД‰ ЦƒuсД‰Щ”Щld ЧlЦƒЦƒoЪ‡ Ъ‡ouuЩЦ†", + "worldedit.searchitem.too-short": "Ы™(тЕ’ < uЧзŸ) ЦƒuФБЩЙЪ‡s ЩЅЩ”ЩЙЩЧs ЩЙЧЦƒuoзŸ Щ ЩЙЧЪ‡uЦŽ", + "worldedit.searchitem.either-b-or-i": "Ы™ЪŽзŸsnoЧuЩЪ‡зŸnЩЏФБs sЦƒЩзŸЩŸ ,ФБ, puЩ ,q, ЧЩЅЪ‡ ЩЅЪ‡oq Чsn Ъ‡ouuЩЩ” noт…„", + "worldedit.searchitem.searching": "(Ы™sЩЏЧЪ‡сД‰ ЦƒuсД‰ЩЅЩ”ЩЙЩЧs Ы™Ы™Ы™Ъ‡сД‰ЩЪ ЧsЩЧlд€)", + "worldedit.watchdog.no-hook": "Ы™ЪžooЩЅ ЦƒopЩЅЩ”Ъ‡ЩЪ ou sЩЩЅ ЩЏЩЙoЩŸЪ‡Щld sсД‰ЩЅт”Д", + "worldedit.watchdog.active.already": "Ы™ЧЪŒсД‰Ъ‡Щ”Щ ЪŽpЩЧЩЙlЩ ЪžooЩЅ ЦƒopЩЅЩ”Ъ‡ЩM", + "worldedit.watchdog.inactive.already": "Ы™ЧЪŒсД‰Ъ‡Щ”ЩuсД‰ ЪŽpЩЧЩЙlЩ ЪžooЩЅ ЦƒopЩЅЩ”Ъ‡ЩM", + "worldedit.watchdog.active": "Ы™ЧЪŒсД‰Ъ‡Щ”Щ Ъou ЪžooЩЅ ЦƒopЩЅЩ”Ъ‡ЩM", + "worldedit.watchdog.inactive": "Ы™ЧЪŒсД‰Ъ‡Щ”ЩuсД‰ Ъou ЪžooЩЅ ЦƒopЩЅЩ”Ъ‡ЩM", + "worldedit.world.remove": "Ы™ЧpсД‰ЩЙЩЙЧЪŒo plЩЙoЪ pЧЪŒoЩЏЧъ“Є", + "worldedit.world.set": "(Ъ‡lnЩЩŸЧp oЪ‡ ЪžЩ”Щq oЦƒ oЪ‡ plЩЙoЪ// ЧsтˆЉ) Ы™{0} oЪ‡ ЧpсД‰ЩЙЩЙЧЪŒo plЩЙoЪ ЧЩЅЪ‡ Ъ‡ЧS", + "worldedit.undo.undone": "Ы™sЪ‡сД‰pЧ ЧlqЩlсД‰ЩЪŒЩ {0} pсД‰puтˆЉ", + "worldedit.undo.none": "Ы™opun oЪ‡ Ъ‡ЩŸЧl ЦƒuсД‰ЩЅЪ‡oN", + "worldedit.redo.redone": "Ы™sЪ‡сД‰pЧ ЧlqЩlсД‰ЩЪŒЩ {0} pсД‰pЧъ“Є", + "worldedit.redo.none": "Ы™opЧЩЙ oЪ‡ Ъ‡ЩŸЧl ЦƒuсД‰ЩЅЪ‡oN", + "worldedit.clearhistory.cleared": "Ы™pЧЩЙЩЧlЩ” ЪŽЩЙoЪ‡sсД‰H", + "worldedit.raytrace.noblock": "ТЁЪ‡ЩЅЦƒФБs uФБ ЪžЩ”oзŸq oN", + "worldedit.restore.not-configured": "Ы™pЧЩЙnЦƒсД‰ЩŸuoЩ” Ъ‡ou sсД‰ ЧЩЙoЪ‡sЧЩЙ dnЪžЩ”Щq/Ъ‡oЩЅsdЩuS", + "worldedit.restore.not-available": "Ы™ЧlqЩlсД‰ЩЪŒЩ Ъ‡ou sсД‰ ЩЙo Ъ‡sсД‰xЧ Ъ‡ou sЧop Ъ‡oЩЅsdЩus Ъ‡ЩЩЅт”Д", + "worldedit.restore.failed": "{0} :Ъ‡oЩЅsdЩus pЩol oЪ‡ pЧlсД‰Щт„В", + "worldedit.restore.loaded": "Ы™Ы™Ы™ЦƒuсД‰ЩЙoЪ‡sЧЩЙ Ъou ;pЧpЩol ,{0}, Ъ‡oЩЅsdЩuS", + "worldedit.restore.restored": "Ы™sЩЙoЩЙЩЙЧ ЩЙЧЩЅЪ‡o {1} puЩ sЪžunЩЅЩ” ЦƒuсД‰ssсД‰ЩЏ {0} ;pЧЩЙoЪ‡sЧЩЙ", + "worldedit.restore.none-for-specific-world": "Ы™,{0}, plЩЙoЪ ЩЙoЩŸ punoЩŸ ЧЩЙЧЪ sЪ‡oЩЅsdЩus oN", + "worldedit.restore.none-for-world": "Ы™plЩЙoЪ sсД‰ЩЅЪ‡ ЩЙoЩŸ punoЩŸ ЧЩЙЧЪ sЪ‡oЩЅsdЩus oN", + "worldedit.restore.none-found": "Ы™punoЩŸ ЧЩЙЧЪ sdЩЩЏЪ‡ЩЧq oN", + "worldedit.restore.none-found-console": "Ы™slсД‰ЩЪ‡Чp ЩЙoЩŸ ЧlosuoЩ” ЧЧS Ы™punoЩŸ ЧЩЙЧЪ sЪ‡oЩЅsdЩus oN", + "worldedit.restore.chunk-not-present": "Ы™Ъ‡oЩЅsdЩus uсД‰ Ъ‡uЧsЧЩЙd Ъ‡ou ЧЩЙЧЪ sЪžunЩЅЦ†", + "worldedit.restore.chunk-load-failed": "(ТПЧЪŒсД‰ЩЅЩ”ЩЙЩ pЩq) Ы™pЧpЩol Чq plnoЩ” sЪžunЩЅЩ” oN", + "worldedit.restore.block-place-failed": "Ы™pЧЩЙoЪ‡sЧЩЙ ЦƒuсД‰Чq ЩЏoЩЙЩŸ sЪžЩ”olq ЪŽuЩ pЧЪ‡uЧЪŒЧЩЙd sЩЙoЩЙЩЙЦŽ", + "worldedit.restore.block-place-error": "{0} :ЩЙoЩЙЩЙЧ Ъ‡sЩЫЅ", + "worldedit.snapshot.use.newest": "Ы™Ъ‡oЩЅsdЩus Ъ‡sЧЪЧu ЦƒuсД‰sn ЪoN", + "worldedit.snapshot.use": "{0} :oЪ‡ Ъ‡Чs Ъ‡oЩЅsdЩuS", + "worldedit.snapshot.none-before": "Ы™{0} ЧЩЙoЩŸЧq Ъ‡oЩЅsdЩus Щ puсД‰ЩŸ Ъ‡,uplnoЦ†", + "worldedit.snapshot.none-after": "Ы™{0} ЩЙЧЪ‡ЩŸЩ Ъ‡oЩЅsdЩus Щ puсД‰ЩŸ Ъ‡,uplnoЦ†", + "worldedit.snapshot.index-above-0": "Ы™Ц– oЪ‡ lЩnbЧ ЩЙo uЩЩЅЪ‡ ЩЙЧЪ‡ЩЧЩЙЦƒ Чq Ъ‡snЩЏ 'xЧpuсД‰ pсД‰lЩЪŒuI", + "worldedit.snapshot.index-oob": "Ы™{0} puЩ Ц– uЧЧЪЪ‡Чq Чq Ъ‡snЩЏ 'xЧpuсД‰ pсД‰lЩЪŒuI", + "worldedit.schematic.unknown-format": "Ы™{0} :Ъ‡ЩЩЏЩЙoЩŸ Щ”сД‰Ъ‡ЩЩЏЧЩЅЩ”s uЪouЪžuтˆЉ", + "worldedit.schematic.load.does-not-exist": "ТЁЪ‡sсД‰xЧ Ъ‡ou sЧop {0} Щ”сД‰Ъ‡ЩЩЏЧЩЅЩ”S", + "worldedit.schematic.load.loading": "(Ы™Щ”сД‰Ъ‡ЩЩЏЧЩЅЩ”s ЦƒuсД‰pЩol Ы™Ы™Ы™Ъ‡сД‰ЩЪ ЧsЩЧlд€)", + "worldedit.schematic.load.still-loading": "(Ы™Щ”сД‰Ъ‡ЩЩЏЧЩЅЩ”s ЦƒuсД‰pЩol llсД‰Ъ‡s Ы™Ы™Ы™Ъ‡сД‰ЩЪ ЧsЩЧlд€)", + "worldedit.schematic.save.already-exists": ".Ъ‡сД‰ ЧЪ‡сД‰ЩЙЪЩЙЧЪŒo oЪ‡ ЦƒЩЪ…т…Ž т…Ž- ЧЩЅЪ‡ Чsеˆ .sЪ‡sсД‰xЧ ЪŽpЩЧЩЙЪ…Щ Щ”сД‰Ъ‡ЩЩЏЧЩЅЩ”s Ъ‡ЩЩЅъ“•", + "worldedit.schematic.save.failed-directory": "ТЁsЩ”сД‰Ъ‡ЩЩЏЧЩЅЩ”s ЩЙoт…Ž ЩЙЧpЪ…oт…Ž ЧЪ‡ЩЧЩЙЩ” Ъ‡ou pЪ…noЯН", + "worldedit.schematic.save.saving": "(.Щ”сД‰Ъ‡ЩЩЏЧЩЅЩ”s ЦƒuсД‰ЪŒЩs ...Ъ‡сД‰ЩЪ ЧsЩЧЪ…д€)", + "worldedit.schematic.save.still-saving": "(.Щ”сД‰Ъ‡ЩЩЏЧЩЅЩ”s ЦƒuсД‰ЪŒЩs Ъ…Ъ…сД‰Ъ‡s ...Ъ‡сД‰ЩЪ ЧsЩЧЪ…д€)", + "worldedit.schematic.delete.does-not-exist": "ТЁЪ‡sсД‰xЧ Ъ‡ou sЧop {0} Щ”сД‰Ъ‡ЩЩЏЧЩЅЩ”S", + "worldedit.schematic.delete.failed": "ТПЪŽЪ…uo-pЩЧЩЙ Ъ‡сД‰ sI ТЁpЧЪ…сД‰Щт…Ž {0} т…Žo uoсД‰Ъ‡ЧЪ…Чс—Ё", + "worldedit.schematic.delete.deleted": ".pЧЪ‡ЧЪ…Чp uЧЧq sЩЩЅ {0}", + "worldedit.schematic.formats.title": "(sЧЩЏЩu dnЪžooт…‚ :ЧЩЏЩN) sЪ‡ЩЩЏЩЙoт…Ž pЩЙЩoqdсД‰Ъ…Щ” ЧЪ…qЩЪ…сД‰ЩЪŒтˆ€", + "worldedit.schematic.unsupported-minecraft-version": ".pЧЪŒЪ…osЧЩЙ sсД‰ sсД‰ЩЅЪ‡ Ъ…сД‰Ъ‡un ЪžЩЙoЪ Ъ‡ou Ъ…Ъ…сД‰Ъ sЩ”сД‰Ъ‡ЩЩЏЧЩЅЩ”S .uoсД‰sЩЙЧЪŒ Ъ‡т…ŽЩЩЙЩ”ЧuсД‰ъŸН ЩЙnoЪŽ Ъ‡ЩЙoddns Ъ‡ou sЧop Ъ‡сД‰pЦŽpЪ…ЩЙoЯК т…Žo uoсД‰sЩЙЧЪŒ sсД‰ЩЅъ“•", + "worldedit.pos.already-set": ".Ъ‡Чs ЪŽpЩЧЩЙЪ…Щ uoсД‰Ъ‡сД‰soд€", + "worldedit.pos.console-require-coords": ".ЧЪ…osuoЩ” sЩ sЧЪ‡ЩuсД‰pЩЙooЩ” ЧpсД‰ЪŒoЩЙd Ъ‡snЩЏ noт…„", + "worldedit.hpos.no-block": "ТЁЪ‡ЩЅЦƒФБs uФБ ЪžЩ”oзŸq oN", + "worldedit.hpos.already-set": ".Ъ‡Чs ЪŽpЩЧЩЙЪ…Щ uoсД‰Ъ‡сД‰soд€", + "worldedit.chunk.selected-multiple": "({5} ЪЛ{4} ЪЛ{3}) - ({2} ЪЛ{1} ЪЛ{0}) :pЧЪ‡Щ”ЧЪ…Чs sЪžunЩЅЯН", + "worldedit.chunk.selected": "({2} ЪЛ{1} ЪЛ{0}) :pЧЪ‡Щ”ЧЪ…Чs ЪžunЩЅЯН", + "worldedit.wand.invalid": ".pЧЪ…qЩsсД‰p ЩЙo pЧЩЙnЦƒсД‰т…ŽuoЩ”-sсД‰ЩЏ sсД‰ ЩЏЧЪ‡сД‰ puЩЯК", + "worldedit.wand.selwand.info": "т†Š# sod Ъ‡Щ”ЧЪ…Чs :ЪžЩ”сД‰Ъ…Щ” Ъ‡ЩЅЦƒсД‰ъ“Є ;т‡‚# sod Ъ‡Щ”ЧЪ…Чs :ЪžЩ”сД‰Ъ…Щ” Ъ‡т…ŽЧт…‚", + "worldedit.wand.navwand.info": "sЪ…Ъ…ЩЪ ЩЅЦƒnoЩЙЩЅЪ‡ ssЩd :ЪžЩ”сД‰Ъ…Щ” Ъ‡ЩЅЦƒсД‰ъ“Є ;uoсД‰Ъ‡ЩЩ”oЪ… oЪ‡ dЩЏnЩО :ЪžЩ”сД‰Ъ…Щ” Ъ‡т…ŽЧт…‚", + "worldedit.wand.selwand.now.tool": ".{2} ЩЅЪ‡сД‰Ъ puЩЪ ЪЧu Щ Ъ‡ЧЦƒ ЩЙo {1} ЩЅЪ‡сД‰Ъ ЩЏЧЪ‡сД‰ ЪŽuЩ oЪ‡ Ъ‡сД‰ puсД‰qЧЩЙ puЩ {0} ЩЅЪ‡сД‰Ъ Ъ‡сД‰ ЧЪ…qЩsсД‰p uЩЩ” noт…„ .Ъ…ooЪ‡ Ъ…ЩЩЏЩЙou Щ Ъou sсД‰ puЩЪ uoсД‰Ъ‡Щ”ЧЪ…Чs ЧЩЅъ“•", + "worldedit.contract.contracted": ".sЪžЩ”oЪ…q {0} pЧЪ‡Щ”ЩЩЙЪ‡uoЩ” uoсД‰ЦƒЧъ“Є", + "worldedit.shift.shifted": ".pЧЪ‡т…ŽсД‰ЩЅs uoсД‰ЦƒЧъ“Є", + "worldedit.outset.outset": ".Ъ‡ЧsЪ‡no uoсД‰ЦƒЧъ“Є", + "worldedit.inset.inset": ".Ъ‡ЧsuсД‰ uoсД‰ЦƒЧъ“Є", + "worldedit.size.offset": "{0} :Ъ‡Чsт…Žт…ŽO", + "worldedit.size.type": "{0} :ЧdЪŽъ“•", + "worldedit.size.size": "{0} :ЧzсД‰S", + "worldedit.size.distance": "{0} :ЧЩ”uЩЪ‡sсД‰p pсД‰oqnЦ†", + "worldedit.size.blocks": "{0} :sЪžЩ”olq ЩŸo #", + "worldedit.count.counted": "{0} :pЧЪ‡unoЦ†", + "worldedit.distr.no-blocks": "Ы™pЧЪ‡unoЩ” sЪžЩ”olq oN", + "worldedit.distr.no-previous": "Ы™uoсД‰Ъ‡nqсД‰ЩЙЪ‡sсД‰p snoсД‰ЪŒЧЩЙd oN", + "worldedit.distr.total": "{0} :Ъ‡unoЦ† ЪžЩ”olq lЩЪ‡oт”Д", + "worldedit.select.cleared": "Ы™pЧЩЙЩЧlЩ” uoсД‰Ъ‡Щ”ЧlЧS", + "worldedit.select.cuboid.message": "с„… Ъ‡uсД‰od ЩЙoЩŸ ЪžЩ”сД‰lЩ” Ъ‡ЩЅЦƒсД‰ЩЙ 'Ц– Ъ‡uсД‰od ЩЙoЩŸ ЪžЩ”сД‰lЩ” Ъ‡ЩŸЧl :pсД‰oqnЦ†", + "worldedit.select.cuboid.description": "pсД‰oqnЩ” Щ ЩŸo sЩЙЧuЩЙoЩ” oЪЪ‡ Ъ‡Щ”ЧlЧS", + "worldedit.select.extend.message": "puЧЪ‡xЧ oЪ‡ ЪžЩ”сД‰lЩ” Ъ‡ЩЅЦƒсД‰ЩЙ 'Ъ‡uсД‰od ЦƒuсД‰Ъ‡ЩЙЩЪ‡s Щ ЩЙoЩŸ ЪžЩ”сД‰lЩ” Ъ‡ЩŸЧl :pсД‰oqnЦ†", + "worldedit.select.extend.description": "ЧpoЩЏ uoсД‰Ъ‡Щ”ЧlЧs pсД‰oqnЩ” Ъ‡sЩт„В", + "worldedit.butcher.explain-all": "sЪžunЩЅЩ” pЧpЩol uсД‰ sqoЩЏ llЩ ЧЪŒoЩЏЧЩЙ oЪ‡ Ц–- ЧsтˆЉ", + "worldedit.remove.explain-all": "sЪžunЩЅЩ” pЧpЩol uсД‰ sЧсД‰Ъ‡сД‰Ъ‡uЧ llЩ ЧЪŒoЩЏЧЩЙ oЪ‡ Ц–- ЧsтˆЉ", + "worldedit.calc.invalid": "uoсД‰ssЧЩЙdxЧ pсД‰lЩЪŒ Щ sЩ pЧsЩЙЩd Чq Ъ‡ou plnoЩ” ,{0},", + "worldedit.paste.pasted": "{0} Ъ‡Щ pЧЪ‡sЩd uЧЧq sЩЩЅ pЩЙЩoqdсД‰lЩ” ЧЩЅт”Д", + "worldedit.rotate.no-interpolation": "Ы™pЧpuЧЩЏЩЏoЩ”ЧЩЙ sсД‰ 06 ЩŸo sЧldсД‰Ъ‡lnЩЏ ЧЩЙЩ Ъ‡ЩЩЅЪ‡ sЧlЦƒuЩ os 'pЧЪ‡ЩЙoddns Ъ‡ЧЪŽ Ъ‡ou sсД‰ uoсД‰Ъ‡ЩlodЩЙЧЪ‡uI :ЧЪ‡oN", + "worldedit.rotate.rotated": "Ы™pЧЪ‡ЩЪ‡oЩЙ uЧЧq sЩЩЅ ЪŽdoЩ” pЩЙЩoqdсД‰lЩ” ЧЩЅт”Д", + "worldedit.flip.flipped": "Ы™pЧddсД‰lЩŸ uЧЧq sЩЩЅ ЪŽdoЩ” pЩЙЩoqdсД‰lЩ” ЧЩЅт”Д", + "worldedit.clearclipboard.cleared": "Ы™pЧЩЙЩЧlЩ” pЩЙЩoqdсД‰lЦ†", + "worldedit.set.done": "Ы™pЧЪ‡ЧldЩЏoЩ” uoсД‰Ъ‡ЩЩЙЧdO", + "worldedit.set.done.verbose": "Ы™({0}) pЧЪ‡ЧldЩЏoЩ” uoсД‰Ъ‡ЩЩЙЧdO", + "worldedit.unstuck.moved": "ТЁoЦƒ noЪŽ ЧЩЙЧЩЅт”Д", + "worldedit.ascend.obstructed": "Ы™punoЩŸ noЪŽ ЧЪŒoqЩ Ъ‡ods ЧЧЩЙЩŸ oN", + "worldedit.descend.obstructed": "Ы™punoЩŸ noЪŽ ЪolЧq Ъ‡ods ЧЧЩЙЩŸ oN", + "worldedit.ceil.obstructed": "Ы™punoЩŸ noЪŽ ЧЪŒoqЩ Ъ‡ods ЧЧЩЙЩŸ oN", + "worldedit.ceil.moved": "ТЁЩЅsooM", + "worldedit.thru.obstructed": "Ы™punoЩŸ noЪŽ ЩŸo pЩЧЩЅЩ Ъ‡ods ЧЧЩЙЩŸ oN", + "worldedit.thru.moved": "ТЁЩЅsooM", + "worldedit.jumpto.moved": "ТЁЩŸooд€", + "worldedit.jumpto.none": "ТЁ(ЪŽЩЪЩ ЩЙЩЩŸ ooЪ‡ ЩЙo) Ъ‡ЩЅЦƒсД‰s uсД‰ ЪžЩ”olq oN", + "worldedit.up.obstructed": "Ы™noЪŽ ЧЪŒoqЩ ЦƒuсД‰ЩЅЪ‡ЧЩЏos Ъ‡сД‰ЩЅ plnoЪ noт…„", + "worldedit.up.moved": "ТЁЩЅsooM", + "worldedit.reload.config": "ТЁpЧpЩoзŸЧЩЙ uoФБЪ‡ЩЩЙnЦƒФБЩŸuoЦ†", + "worldedit.report.written": "{0} oЪ‡ uЧЪ‡Ъ‡ФБЩЙЪ Ъ‡ЩЙodЧЩЙ Ъ‡ФБpЦŽpзŸЩЙoM", + "worldedit.report.error": "{0} :Ъ‡ЩЙodЧЩЙ ЧЪ‡ФБЩЙЪ oЪ‡ pЧзŸФБЩт„В", + "worldedit.report.callback": "Ъ‡ЩЙodЧЩЙЫ™{0} :Ъ‡ЩЙodЧЩЙ Ъ‡сД‰pЦŽplЩЙoM", + "worldedit.timezone.invalid": "ЧuozЧЩЏФБЪ‡ pФБзŸЩЪŒuI", + "worldedit.timezone.set": "{0} :oЪ‡ uoФБssЧs sФБЩЅЪ‡ ЩЙoЩŸ Ъ‡Чs ЧuozЧЩЏФБтŠЅ", + "worldedit.timezone.current": "{0} :sФБ ЧuozЧЩЏФБЪ‡ Ъ‡ЩЩЅЪ‡ uФБ ЧЩЏФБЪ‡ Ъ‡uЧЩЙЩЙnЩ” ЧЩЅтŠЅ", + "worldedit.version.version": "{0} uoФБsЩЙЧЪŒ Ъ‡ФБpЦŽpзŸЩЙoM", + "worldedit.command.time-elapsed": "Ы™(Щ”Чs/sЪžЩ”olq {2} ;pЧЦƒuЩЩЅЩ” {1} :ЪŽЩЙoЪ‡sсД‰ЩЅ) pЧsdЩlЧ s{0}", + "worldedit.pastebin.uploading": "(Ы™Ы™Ы™uсД‰qЧЪ‡sЩd oЪ‡ Ъ‡ndЪ‡no ЦƒuсД‰puЧs Ы™Ы™Ы™Ъ‡сД‰ЩЪ ЧsЩЧlд€)", + "worldedit.session.cant-find-session": "{0} ЩЙoЩŸ uoсД‰ssЧs puсД‰ЩŸ oЪ‡ ЧlqЩuтˆЉ", + "worldedit.tool.max-block-changes": "Ы™pЧЩЅЩ”ЩЧЩЙ Ъ‡сД‰ЩЏсД‰l ЧЦƒuЩЩЅЩ” sЪžЩ”olq xЩW", + "worldedit.tool.no-block": "ТЁЪ‡ЩЅЦƒФБs uФБ ЪžЩ”oзŸq oN", + "worldedit.tool.repl.equip": "Ы™{0} oЪ‡ punoq looЪ‡ ЩЙЧЩ”ЩldЧЩЙ ЪžЩ”olq.", + "worldedit.tool.repl.switched": "{0} :oЪ‡ pЧЩЅЩ”Ъ‡сД‰Ъs looЪ‡ ЩЙЧЩ”ЩldЧсДš", + "worldedit.tool.data-cycler.equip": "Ы™{0} oЪ‡ punoq looЪ‡ ЩЙЧlЩ”ЪŽЩ” ЩЪ‡Щp ЪžЩ”olq", + "worldedit.tool.data-cycler.block-not-permitted": "Ы™ЪžЩ”olq Ъ‡ЩЩЅЪ‡ ЩŸo ЧnlЩЪŒ ЩЪ‡Щp ЧЩЅЪ‡ ЧlЩ”ЪŽЩ” oЪ‡ pЧЪ‡Ъ‡сД‰ЩЏЩЙЧd Ъ‡ou ЧЩЙЩ noт…„", + "worldedit.tool.data-cycler.cant-cycle": "ТЁpЧlЩ”ЪŽЩ” Чq Ъ‡ouuЩЩ” ЩЪ‡Щp s,ЪžЩ”olq Ъ‡ЩЩЅт”Д", + "worldedit.tool.data-cycler.new-value": "Ы™{1} Ъou sсД‰ {0} ЩŸo ЧnlЩЮ›", + "worldedit.tool.data-cycler.cycling": "Ы™{0} ЦƒuсД‰lЩ”ЪŽЩ” ЪoN", + "worldedit.tool.deltree.equip": "Ы™{0} oЪ‡ punoq looЪ‡ ЩЙЧЪŒoЩЏЧЩЙ ЧЧЩЙЪ‡ ЦƒuсД‰Ъ‡Щolт„В", + "worldedit.tool.deltree.not-tree": "Ы™ЧЧЩЙЪ‡ Щ Ъ‡ou s,Ъ‡ЩЩЅт”Д", + "worldedit.tool.deltree.not-floating": "Ы™ЧЧЩЙЪ‡ ЦƒuсД‰Ъ‡ЩolЩŸ Щ Ъ‡ou s,Ъ‡ЩЩЅт”Д", + "worldedit.tool.tree.equip": "Ы™{0} oЪ‡ punoq looЪ‡ ЧЧЩЙт”Д", + "worldedit.tool.tree.obstructed": "Ы™ЧЩЙЧЩЅЪ‡ oЦƒ Ъ‡,uЩЩ” ЧЧЩЙЪ‡ тˆ€", + "worldedit.tool.info.equip": "Ы™{0} oЪ‡ punoq looЪ‡ oЩŸuI", + "worldedit.tool.info.blockstate.hover": "ЧЪ‡ЩЪ‡s ЪžЩ”olс—К", + "worldedit.tool.info.internalid.hover": "с—ЁI lЩuЩЙЧЪ‡uI", + "worldedit.tool.info.light.hover": "ЧЪŒoqтˆ€ Ъ‡ЩЅЦƒсД‰ЫЅ/Ъ‡ЩЅЦƒсД‰ЫЅ ЪžЩ”olс—К", + "worldedit.tool.none.equip": "Ы™ЩЏЧЪ‡сД‰ Ъ‡uЧЩЙЩЙnЩ” ЩЙnoЪŽ ЩЏoЩЙЩŸ punoqun looт”Д", + "worldedit.tool.selwand.equip": "Ы™{0} oЪ‡ punoq puЩЪ uoсД‰Ъ‡Щ”ЧlЧS", + "worldedit.tool.navwand.equip": "Ы™{0} oЪ‡ punoq puЩЪ uoсД‰Ъ‡ЩЦƒсД‰ЪŒЩN", + "worldedit.tool.floodfill.equip": "Ы™{0} oЪ‡ punoq looЪ‡ llсД‰ЩŸ poolЩŸ ЪžЩ”olq", + "worldedit.tool.farwand.equip": "Ы™{0} oЪ‡ punoq looЪ‡ puЩЪ ЩЙЩт„В", + "worldedit.tool.lrbuild.equip": "Ы™{0} oЪ‡ punoq looЪ‡ ЦƒuсД‰plсД‰nq ЧЦƒuЩЩЙ-ЦƒuoЫЅ", + "worldedit.tool.lrbuild.set": "Ы™{1} oЪ‡ Ъ‡Чs ЪžЩ”сД‰lЩ”-Ъ‡ЩЅЦƒсД‰ЩЙ ;{0} oЪ‡ Ъ‡Чs ЪžЩ”сД‰lЩ”-Ъ‡ЩŸЧЫЅ", + "worldedit.operation.deform.expression": "{0} ЦƒuсД‰sn pЧЩЏЩЙoЩŸЧp" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/enp/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/enp/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/enp/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/eo/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/eo/strings.json new file mode 100644 index 0000000..0876d97 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/eo/strings.json @@ -0,0 +1,16 @@ +{ + "worldedit.expand.description.vert": "Vertikale vastigi la elektaФЕon al mondaj limoj.", + "worldedit.expand.expanded": "Regiono vastigitas je {0} blokoj", + "worldedit.expand.expanded.vert": "Regiono vastigitas je {0} blokoj (de supro al malsupro).", + "worldedit.biomeinfo.lineofsight": "Biomoj en linio de vido: {0}", + "worldedit.biomeinfo.position": "Biomoj Ф‰e via pozicio: {0}", + "worldedit.biomeinfo.selection": "Biomoj en via elektaФЕo: {0}", + "worldedit.brush.radius-too-large": "Plejgranda ebla penika radiuso: {0}", + "worldedit.brush.apply.description": "Apliki penikon, apliki funkcion al Ф‰iu bloko", + "worldedit.brush.apply.radius": "La grandeco de la peniko", + "worldedit.brush.apply.shape": "La formo de la regiono", + "worldedit.brush.apply.type": "Tipo de peniko por uzi", + "worldedit.brush.paint.size": "La grandeco de la peniko", + "worldedit.brush.paint.shape": "La formo de la regiono", + "worldedit.brush.paint.type": "Tipo de peniko por uzi" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/es-AR/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/es-AR/strings.json new file mode 100644 index 0000000..1a08e03 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/es-AR/strings.json @@ -0,0 +1,414 @@ +{ + "worldedit.expand.description.vert": "Expande verticalmente la selecciУГn hasta los lУ­mites del mundo.", + "worldedit.expand.expanded": "RegiУГn expandida {0} bloques", + "worldedit.expand.expanded.vert": "RegiУГn expandida {0} bloques (de arriba a abajo).", + "worldedit.biomeinfo.lineofsight": "Biomas en el punto de vista: {0}", + "worldedit.biomeinfo.position": "Biomas en tu posiciУГn: {0}", + "worldedit.biomeinfo.selection": "Biomas en tu selecciУГn: {0}", + "worldedit.brush.radius-too-large": "Radio mУЁximo de pincel permitido: {0}", + "worldedit.brush.apply.description": "Pincel de aplicaciУГn, para aplicar una funciУГn a cada bloque", + "worldedit.brush.apply.radius": "El tamaУБo de la brocha", + "worldedit.brush.apply.shape": "La forma de la regiУГn", + "worldedit.brush.apply.type": "Tipo de pincel a usar", + "worldedit.brush.apply.item.warning": "Este pincel simula el uso de objetos. Es posible que sus efectos no funcionen en todas las plataformas, pueden no ser revertibles y pueden causar interacciones extraУБas con otros mods/plugins. Usa bajo tu propio riesgo.", + "worldedit.brush.paint.description": "Pincel de pintura, para aplicar una funciУГn a una superficie", + "worldedit.brush.paint.size": "El tamaУБo de la brocha", + "worldedit.brush.paint.shape": "La forma de la regiУГn", + "worldedit.brush.paint.density": "La densidad de la brocha", + "worldedit.brush.paint.type": "Tipo de pincel a usar", + "worldedit.brush.paint.item.warning": "Este pincel simula el uso de objetos. Es posible que sus efectos no funcionen en todas las plataformas, pueden no ser revertibles y pueden causar interacciones extraУБas con otros mods/plugins. Usa bajo tu propio riesgo.", + "worldedit.brush.sphere.equip": "Pincel de figura esfУЉrica equipado ({0}).", + "worldedit.brush.cylinder.equip": "Pincel de figura cilУ­ndrica equipado ({0} por {1}).", + "worldedit.brush.clipboard.equip": "Forma de pizarra esfУЉrica equipada.", + "worldedit.brush.smooth.equip": "Pincel suave equipado ({0} x {1}x usando {2}).", + "worldedit.brush.extinguish.equip": "Extintor equipado ({0}).", + "worldedit.brush.gravity.equip": "Pincel de gravedad equipado ({0}).", + "worldedit.brush.butcher.equip": "Pincel de carnicero equipado ({0}).", + "worldedit.brush.operation.equip": "Establecer pincel a {0}.", + "worldedit.brush.heightmap.equip": "Has asignado una Brocha de ElevaciУГn de Terreno ({0}).", + "worldedit.brush.heightmap.unknown": "Brocha de ElevaciУГn de Terreno desconocida: {0}.", + "worldedit.brush.none.equip": "Pincel desenlazado de tu objeto actual.", + "worldedit.setbiome.changed": "Los biomas fueron cambiados por aproximadamente {0} bloques.", + "worldedit.setbiome.warning": "Puede ser que necesites volver a entrar al juego (o cerrar y reabrir tu mundo) para ver cambios.", + "worldedit.drawsel.disabled": "CUI de servidor deshabilitado.", + "worldedit.drawsel.disabled.already": "El CUI de servidor ya estУЁ deshabilitado.", + "worldedit.drawsel.enabled.already": "El CUI de servidor ya estУЁ habilitado.", + "worldedit.limit.too-high": "Tu lУ­mite mУЁximo permitido es {0}.", + "worldedit.limit.set": "LУ­mite de cambio de bloques establecido en {0}.", + "worldedit.limit.return-to-default": "(Usa //limit para volver al valor por defecto.)", + "worldedit.timeout.too-high": "Tu tiempo mУЁximo permitido es {0}ms.", + "worldedit.timeout.set": "Tiempo de espera puesto en {0}ms.", + "worldedit.timeout.return-to-default": " (Usa //timeout para volver al valor por defecto.)", + "worldedit.fast.disabled": "Modo rУЁpido deshabilitado.", + "worldedit.fast.enabled": "Modo rУЁpido habilitado. Puede ser que la iluminaciУГn en los chunks afectados sea errУГnea, y que necesites volver a entrar para ver cambios.", + "worldedit.fast.disabled.already": "El modo rУЁpido ya estУЁ deshabilitado.", + "worldedit.fast.enabled.already": "El modo rУЁpido ya estУЁ habilitado.", + "worldedit.perf.sideeffect.set": "Efecto secundario \"{0}\" estУЁ ahora en {1}", + "worldedit.perf.sideeffect.get": "Efecto secundario \"{0}\" estУЁ en {1}", + "worldedit.perf.sideeffect.already-set": "Efecto secundario \"{0}\" ya estУЁ en {1}", + "worldedit.perf.sideeffect.set-all": "Todos los efectos secundarios se pusieron en {0}", + "worldedit.reorder.current": "El modo de reordenaciУГn es {0}", + "worldedit.reorder.set": "El modo de reordenaciУГn ahora es {0}", + "worldedit.gmask.disabled": "MУЁscara global desactivada.", + "worldedit.gmask.set": "MУЁscara global definida.", + "worldedit.toggleplace.pos1": "Ahora determina la primera posiciУГn.", + "worldedit.toggleplace.player": "Coloca el bloque donde estУЁs.", + "worldedit.toggleplace.not-locatable": "No se puede alternar la colocaciУГn en este contexto.", + "worldedit.searchitem.too-short": "Introduce una cadena de bУКsqueda mУЁs larga (longitud > 2).", + "worldedit.searchitem.either-b-or-i": "No podУЉs usar las banderas 'b' e 'i' simultУЁneamente.", + "worldedit.searchitem.searching": "(Por favor espere... buscando objetos.)", + "worldedit.watchdog.no-hook": "Esta plataforma no admite el rastreador.", + "worldedit.watchdog.active.already": "El rastreador ya estУЁ activo.", + "worldedit.watchdog.inactive.already": "El rastreador ya estУЁ inactivo.", + "worldedit.watchdog.active": "Se ha activado el rastreador.", + "worldedit.watchdog.inactive": "Se ha desactivado el rastreador.", + "worldedit.world.remove": "Se ha eliminado el mundo de sustituciУГn.", + "worldedit.world.set": "Determina el mundo a sustituir {0}. (Usa //world para restablecerlo).", + "worldedit.undo.undone": "{0} ediciones disponibles deshechas.", + "worldedit.undo.none": "No queda nada para deshacer.", + "worldedit.redo.redone": "{0} ediciones disponibles rehechas.", + "worldedit.redo.none": "No queda nada para rehacer.", + "worldedit.clearhistory.cleared": "Historial borrado.", + "worldedit.raytrace.noblock": "ТЁNo hay bloques a la vista!", + "worldedit.restore.not-configured": "No se ha configurado la funciУГn de restauraciУГn (snapshot).", + "worldedit.restore.not-available": "El Punto de RestauraciУГn no estУЁ disponible o no existe.", + "worldedit.restore.failed": "Fallo al cargar el Punto de RestauraciУГn: {0}.", + "worldedit.restore.loaded": "Se ha cargado el Punto de RestauraciУГn (Snapshot) '{0}'. Efectuando la restauraciУГn...", + "worldedit.restore.restored": "RestauraciУГn concluida. Faltan {0} chunks y otros {1} errores.", + "worldedit.restore.none-for-specific-world": "No se han encontrado mУЁs Puntos de RestauraciУГn del mundo '{0}'.", + "worldedit.restore.none-for-world": "No se han encontrado Puntos de RestauraciУГn de este Mundo.", + "worldedit.restore.none-found": "No se han encontrado Puntos de RestauraciУГn.", + "worldedit.restore.none-found-console": "No se encontraron snapshots. Ve la consola para mУЁs detalles.", + "worldedit.restore.chunk-not-present": "No se han encontrado chunks en el Punto de RestauraciУГn.", + "worldedit.restore.chunk-load-failed": "No se han podido cargar los chunks. Puede que el archivo correspondiente estУЉ corrupto.", + "worldedit.restore.block-place-failed": "Los errores ocurridos han impedido restaurar los bloques.", + "worldedit.restore.block-place-error": "Уšltimo error: {0}", + "worldedit.snapshot.use.newest": "Ahora se estУЁ usando un Punto de RestauraciУГn mУЁs reciente.", + "worldedit.snapshot.use": "Snapshot establecida a: {0}", + "worldedit.snapshot.none-before": "No se pudo encontrar una snapshot de antes de {0}.", + "worldedit.snapshot.none-after": "No se pudo encontrar una snapshot despuУЉs de {0}.", + "worldedit.snapshot.index-above-0": "Уndice invУЁlido, debe ser mayor o igual a 1.", + "worldedit.snapshot.index-oob": "Уndice invУЁlido, debe ser entre 1 y {0}.", + "worldedit.schematic.unknown-format": "Formato de schematic desconocido: {0}.", + "worldedit.schematic.load.does-not-exist": "ТЁLa schematic {0} no existe!", + "worldedit.schematic.load.loading": "(Espera, cargando la schematic...)", + "worldedit.schematic.load.still-loading": "(Espera, todavУ­a cargando la schematic...)", + "worldedit.schematic.save.already-exists": "Esa schematic ya existe. Usa el parУЁmetro -f para sobrescribirla.", + "worldedit.schematic.save.failed-directory": "ТЁNo se pudo crear la carpeta para las schematics!", + "worldedit.schematic.save.saving": "(Espera, guardando la schematic...)", + "worldedit.schematic.save.still-saving": "(Espera, todavУ­a guardando la schematic...)", + "worldedit.schematic.delete.does-not-exist": "ТЁLa schematic {0} no existe!", + "worldedit.schematic.delete.failed": "ТЁNo se pudo eliminar {0}! ТПAcaso es de solo lectura?", + "worldedit.schematic.delete.deleted": "El schematic '{0}' se ha eliminado correctamente.", + "worldedit.schematic.formats.title": "Formatos de portapapeles disponibles (Nombre: nombres de bУКsqueda).", + "worldedit.schematic.unsupported-minecraft-version": "Esta versiУГn de WorldEdit no soporta tu versiУГn de Minecraft. Las schematics no funcionarУЁn hasta que se resolva este problema.", + "worldedit.pos.already-set": "Esta posiciУГn ya estУЁ determinada.", + "worldedit.pos.console-require-coords": "Debes proporcionar las coordenadas en consola.", + "worldedit.hpos.no-block": "ТЁNo hay bloques a la vista!", + "worldedit.hpos.already-set": "Esta posiciУГn ya estУЁ determinada.", + "worldedit.chunk.selected-multiple": "Chunks seleccionados: ({0}, {1}, {2}) т–К ({3}, {4}, {5}).", + "worldedit.chunk.selected": "Chunk seleccionado: {0}, {1}, {2}.", + "worldedit.wand.invalid": "La Herramienta de SelecciУГn asociada estУЁ desactivada o mal configurada.", + "worldedit.wand.selwand.info": "ТЇ7BotУГn Izquierdo т–К Seleccionar la 1ТЊ posiciУГn.\\nТЇ7BotУГn Derecho т–К Seleccionar la 2ТЊ posiciУГn.", + "worldedit.wand.navwand.info": "ТЇ7BotУГn Izquierdo т–К Aparecer en el lugar seУБalado.\\nТЇ7BotУГn Derecho т–К Atravesar paredes.", + "worldedit.wand.selwand.now.tool": "Ahora la herramienta de selecciУГn es correcta. Puedes desactivarla con {0} y volver a asignarla a un objeto con {1} o conseguir una nueva con {2}.", + "worldedit.contract.contracted": "La regiУГn se ha contraУ­do {0} bloques.", + "worldedit.shift.shifted": "La regiУГn se ha desplazado.", + "worldedit.outset.outset": "La regiУГn se ha expandido.", + "worldedit.inset.inset": "La regiУГn se ha contraУ­do.", + "worldedit.size.offset": "Desplazado: {0}.", + "worldedit.size.type": "ТЇ8ТЇm------------------------------ТЇr\\nТЇ5Tipo: {0}.", + "worldedit.size.size": "ТЇ5TamaУБo: {0}.", + "worldedit.size.distance": "ТЇ5Distancia: {0}.", + "worldedit.size.blocks": "ТЇ5Cantidad de Bloques: {0}.", + "worldedit.count.counted": "ТЇ5Cantidad {0}.", + "worldedit.distr.no-blocks": "No ha bloques enumerados.", + "worldedit.distr.no-previous": "No existe un distribuciУГn anterior.", + "worldedit.distr.total": "NУКmero Total de Bloques: {0}.", + "worldedit.select.cleared": "ТЇcHas deseleccionado la zona.", + "worldedit.select.cuboid.message": "SelecciУГn CУКbica.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el 1ТК punto.\\nТЇ7BotУГn Derecho т–К Seleccionar el 2ТК punto.", + "worldedit.select.cuboid.description": "ТЇ7Selecciona las dos esquinas del cuboide.", + "worldedit.select.extend.message": "ExtensiУГn de Cuboide.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el punto inicial.\\nТЇ7BotУГn Derecho т–К Expandir.", + "worldedit.select.extend.description": "Modo RУЁpido de selecciУГn de cuboides.", + "worldedit.select.poly.message": "SelecciУГn de Poligonal.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el punto inicial.\\nТЇ7BotУГn Derecho т–К AУБadir puntos.", + "worldedit.select.poly.limit-message": "{0} puntos como mУЁximo.", + "worldedit.select.poly.description": "Selecciona una regiУГn poligonal.", + "worldedit.select.ellipsoid.message": "SelecciУГn de Elipsoidal.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el Centro.\\nТЇ7BotУГn Derecho т–К Seleccionar la extensiУГn.", + "worldedit.select.ellipsoid.description": "Selecciona un regiУГn con forma elУ­ptica.", + "worldedit.select.sphere.message": "SelecciУГn EsfУЉrica.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el Centro.\\nТЇ7BotУГn Derecho т–К Determinar el radio.", + "worldedit.select.sphere.description": "Selecciona un regiУГn con forma esfУЉrica.", + "worldedit.select.cyl.message": "SelecciУГn CilУ­ndrica.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el Centro.\\nТЇ7BotУГn Derecho т–К Seleccionar la extensiУГn.", + "worldedit.select.cyl.description": "Selecciona un regiУГn con forma cilУ­ndrica.", + "worldedit.select.convex.message": "SelecciУГn PoliУЉdrica Convexa.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el primer vУЉrtice.\\nТЇ7BotУГn Derecho т–К AУБadir mУЁs vУЉrtices.", + "worldedit.select.convex.limit-message": "El lУ­mite es de {0} puntos como mУЁximo.", + "worldedit.select.convex.description": "Selecciona un regiУГn con forma de Poliedro Convexo.", + "worldedit.select.default-set": "La forma actual de selecciУГn es {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}.", + "worldedit.chunkinfo.old-filename": "Formato antiguo: {0}.", + "worldedit.chunkinfo.mcregion-filename": "RegiУГn MC: RegiУГn/{0}.", + "worldedit.listchunks.listfor": "Listando para: {0}.", + "worldedit.drain.drained": "Se han vaciado {0} bloques.", + "worldedit.fill.created": "Se han rellenado {0} bloques.", + "worldedit.fillr.created": "Se han rellenado {0} bloques.", + "worldedit.fixlava.fixed": "Se han nivelado {0} bloques de lava.", + "worldedit.fixwater.fixed": "Se han nivelado {0} bloques de agua.", + "worldedit.removeabove.removed": "Se han eliminado {0} bloques.", + "worldedit.removebelow.removed": "Se han eliminado {0} bloques.", + "worldedit.removenear.removed": "Se han eliminado {0} bloques.", + "worldedit.replacenear.replaced": "Se han remplazado {0} bloques.", + "worldedit.snow.created": "Se han cubierto {0} superficies.", + "worldedit.thaw.removed": "Se han descongelado {0} bloques.", + "worldedit.green.changed": "Se han enverdecido {0} bloques.", + "worldedit.extinguish.removed": "Se han extinguido {0} focos en llamas.", + "worldedit.butcher.killed": "Se han eliminado {0} criaturas en un radio de {1}.", + "worldedit.butcher.explain-all": "Usa -1 para eliminar todas las criaturas de los chunks cargados.", + "worldedit.remove.removed": "Se han marcado {0} entidades para su eliminaciУГn.", + "worldedit.remove.explain-all": "Usa -1 para eliminar todas las entidades de los chunks cargados.", + "worldedit.calc.invalid": "'{0}' no puede ser analizado como una expresiУГn vУЁlida.", + "worldedit.calc.invalid.with-error": "'{0}' no puede ser analizado como una expresiУГn vУЁlida: '{1}'", + "worldedit.paste.pasted": "El contenido del portapapeles ha sido pegado en {0}.", + "worldedit.paste.selected": "Se ha seleccionado la regiУГn de pegado del portapapeles.", + "worldedit.rotate.no-interpolation": "Nota: La interpolaciУГn aУКn no es admisible, por lo que se recomienda УЁngulos mУКltiplos de 90.", + "worldedit.rotate.rotated": "Se ha girado el contenido del portapapeles.", + "worldedit.flip.flipped": "Se ha volteado el contenido del portapapeles.", + "worldedit.clearclipboard.cleared": "ТЇ4Se ha eliminado el contenido del Portapapeles.", + "worldedit.set.done": "ТЇ2OperaciУГn completada.", + "worldedit.set.done.verbose": "OperaciУГn completada ({0}).", + "worldedit.line.changed": "Se han cambiado {0} bloques.", + "worldedit.line.invalid-type": "La herramienta '//line' solo funciona con selecciones cuboides o poliУЉdricas convexas.", + "worldedit.curve.changed": "Se han cambiado {0} bloques.", + "worldedit.curve.invalid-type": "La herramienta '//curve' solo funciona con selecciones poliУЉdricas convexas.", + "worldedit.replace.replaced": "Se han remplazado {0} bloques.", + "worldedit.stack.changed": "Se han cambiado {0} bloques. Puedes deshacer los cambios usando '//undo'.", + "worldedit.stack.intersecting-region": "El desplazamiento del stack no debe chocar con la regiУГn colindante cuando se utiliza el bloque como unidad.", + "worldedit.regen.regenerated": "ТЇ6La zona seleccionada se ha regenerado.", + "worldedit.regen.failed": "No se han podido regenerar los chunks. Mira en la consola para obtener mУЁs detalles.", + "worldedit.walls.changed": "Se han cambiado {0} bloques.", + "worldedit.faces.changed": "Se han cambiado {0} bloques.", + "worldedit.overlay.overlaid": "Se ha superpuesto {0} bloques.", + "worldedit.naturalize.naturalized": "Se han sustituido {0} bloques para que parezcan mУЁs naturales.", + "worldedit.center.changed": "Centro establecido. (Se han cambiado {0} bloques).", + "worldedit.smooth.changed": "Se ha suavizado el terreno. {0} bloques afectados.", + "worldedit.move.moved": "Se han movido {0} bloques.", + "worldedit.deform.deformed": "Se han deformado {0} bloques.", + "worldedit.hollow.changed": "Se han cambiado {0} bloques.", + "worldedit.forest.created": "Se ha generado {0} УЁrboles.", + "worldedit.flora.created": "Se han generado {0} plantas.", + "worldedit.unstuck.moved": "ТЁAhУ­ lo tienes chaval!", + "worldedit.ascend.obstructed": "No se ha encontrado ningУКn espacio libre por encima.", + "worldedit.ascend.moved": "Has ascendido {0} niveles.", + "worldedit.descend.obstructed": "No se ha encontrado ningУКn espacio libre por debajo.", + "worldedit.descend.moved": "Has descendido {0} niveles.", + "worldedit.ceil.obstructed": "No se ha encontrado ningУКn espacio libre por encima.", + "worldedit.ceil.moved": "ТЁYupi!", + "worldedit.thru.obstructed": "No se ha encontrado ningУКn espacio libre por delante.", + "worldedit.thru.moved": "ТЁYupi!", + "worldedit.jumpto.moved": "ТЁPuf!", + "worldedit.jumpto.none": "ТЇcТЁNo hay nada a la vista (o estУЁ demasiado lejos)!", + "worldedit.up.obstructed": "Debes golpear algo por encima tuyo.", + "worldedit.up.moved": "ТЁYupi!", + "worldedit.cyl.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.cyl.created": "Se han creado {0} bloques.", + "worldedit.sphere.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.sphere.created": "Se ha generado una esfera con {0} bloques.", + "worldedit.forestgen.created": "Se han generado {0} УЁrboles.", + "worldedit.pumpkins.created": "Se han generado {0} calabazas.", + "worldedit.pyramid.created": "Se ha generado una pirУЁmide con {0} bloques.", + "worldedit.generate.created": "Se han creado {0} bloques.", + "worldedit.generatebiome.changed": "{0} biomas afectados.", + "worldedit.reload.config": "ТЇaLa configuraciУГn de ТЇ2WorlEdit ТЇase ha recargado satisfactoriamente.", + "worldedit.report.written": "Se ha generado el informe de WorldEdit en {0}.", + "worldedit.report.error": "Fallo al guardar el informe: {0}.", + "worldedit.report.callback": "Informe de WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Zona horaria no vУЁlida.", + "worldedit.timezone.set": "La zona horaria para esta sesiУГn es: {0}.", + "worldedit.timezone.current": "La hora actual en esta zona horaria es: {0}.", + "worldedit.version.version": "VersiУГn de WorldEdit: {0}.", + "worldedit.version.bukkit.unsupported-adapter": "Esta versiУГn de WorldEdit no es compatible con esta versiУГn de Bukkit. Los contenedores (ej. cofres) se quedarУЁn vacУ­os, las propiedades (ej. rotaciУГn) no se mantendrУЁn, y otras cosas pueden no funcionar. Actualiza WorldEdit para restaurar la funcionalidad:\\n{0}", + "worldedit.trace.no-tracing-extents": "Seguimiento: No se ha utilizado ninguna medida.", + "worldedit.trace.action-failed": "Seguimiento: {0} acciones en {1} descartadas por la extensiУГn {2}.", + "worldedit.trace.active.already": "El Modo Seguimiento ya estУЁ activado.", + "worldedit.trace.inactive.already": "El Modo Seguimiento ya estУЁ desactivado.", + "worldedit.trace.active": "Modo Seguimiento activado.", + "worldedit.trace.inactive": "Modo seguimiento desactivado.", + "worldedit.command.time-elapsed": "{0}seg trascurridos (historial: {1} cambiado; {2} bloques/seg).", + "worldedit.command.permissions": "No tienes permitido hacer esto. ТПEstУЁs en el modo correcto?", + "worldedit.command.player-only": "Este comando debe ser utilizado por un jugador.", + "worldedit.command.error.report": "Por favor, informa sobre este error: [Mira en la consola].", + "worldedit.pastebin.uploading": "ТЇ7Por favor espera, enviando el registro a pastebin...", + "worldedit.session.cant-find-session": "No se puede encontrar la sesiУГn de {0}.", + "worldedit.platform.no-file-dialog": "Este entorno no permite mostrar diУЁlogos.", + "worldedit.asset.load.loading": "ТЇ7Por favor espera, cargando el elemento...", + "worldedit.asset.load.still-loading": "ТЇ7Por favor espera, sigue cargando el elemento...", + "worldedit.asset.load.failed": "No se ha podido cargar el elemento.", + "worldedit.tool.max-block-changes": "Has alcanzado el nУКmero mУЁximo de bloques que puedes modificar.", + "worldedit.tool.no-block": "ТЁNo hay bloque a la vista!", + "worldedit.tool.repl.equip": "ТЇaHas asignado la Herramienta Remplazadora a ТЇ2{0}ТЇa.", + "worldedit.tool.repl.switched": "La Herramienta Remplazadora se ha cambiado por {0}.", + "worldedit.tool.data-cycler.equip": "ТЇaHas asignado la Herramienta de AlteraciУГn de Bloques a ТЇ2{0}ТЇa.", + "worldedit.tool.data-cycler.block-not-permitted": "No tienes permitido modificar el valor de este bloque.", + "worldedit.tool.data-cycler.cant-cycle": "ТЁEste bloque no se puede alterar!", + "worldedit.tool.data-cycler.new-value": "El valor de {0} ahora es {1}.", + "worldedit.tool.data-cycler.cycling": "Alterando el valor de {0}.", + "worldedit.tool.deltree.equip": "ТЇaHas asignado la Herramienta de EliminaciУГn de Уrboles Flotantes a ТЇ2{0}ТЇa.", + "worldedit.tool.deltree.not-tree": "Esto no es un Уrbol.", + "worldedit.tool.deltree.not-floating": "Esto no es un Уrbol Flotante.", + "worldedit.tool.tree.equip": "ТЇaHas asignado la Herramienta de GeneraciУГn de Уrboles a ТЇ2{0}ТЇa.", + "worldedit.tool.tree.obstructed": "No se puede generar un УЁrbol aquУ­.", + "worldedit.tool.info.equip": "ТЇaHas asignado la Herramienta de InformaciУГn a ТЇ2{0}ТЇa.", + "worldedit.tool.info.blockstate.hover": "ТЇ7InformaciУГn del Bloque.", + "worldedit.tool.info.internalid.hover": "ТЇ7ID Interna.", + "worldedit.tool.info.legacy.hover": "ТЇ7Heredado de la ID:InformaciУГn.", + "worldedit.tool.info.light.hover": "ТЇ7IluminaciУГn del Bloque/IluminaciУГn Superior.", + "worldedit.tool.none.equip": "ТЇcHas desvinculado la herramienta asignada.", + "worldedit.tool.none.to.unequip": "ТЇcEste objeto no tiene ninguna herramienta asignada.", + "worldedit.tool.selwand.equip": "ТЇaHas asignado la Herramienta de SelecciУГn a ТЇ2{0}ТЇa.", + "worldedit.tool.navwand.equip": "ТЇaHas asignado la Herramienta de NavegaciУГn a ТЇ2{0}ТЇa.", + "worldedit.tool.floodfill.equip": "ТЇaHas asignado la Herramienta de Relleno a ТЇ2{0}ТЇa.", + "worldedit.tool.farwand.equip": "ТЇaHas asignado la Herramienta de SelecciУГn Lejana a ТЇ2{0}ТЇa.", + "worldedit.tool.lrbuild.equip": "ТЇaHas asignado la Herramienta de ConstrucciУГn Lejana a ТЇ2{0}.", + "worldedit.tool.lrbuild.set": "ТЇ7BotУГn Izquierdo т–К {0}\\nТЇ7BotУГn Derecho т–К {1}.", + "worldedit.tool.stack.equip": "ТЇaLa herramienta de VinculaciУГn se ha asignado a ТЇ2{0}ТЇa.", + "worldedit.tool.unbind-instruction": "Usa {0} mientras mantienes el objeto para desvincular la herramienta.", + "worldedit.tool.superpickaxe.mode.single": "Modo simple.\\nТЇ7Usa el botУГn izquierdo con un pico.\\nТЇ8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.area": "Modo УЁrea.\\nТЇ7Usa el botУГn izquierdo con un pico.\\nТЇ8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.recursive": "Modo recursivo.\\nТЇ7Usa el botУГn izquierdo con un pico.\\nТЇ8Usa // para desactivar.", + "worldedit.tool.superpickaxe.max-range": "El rango mУЁximo es {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Ya estУЁ activado el Superpico.", + "worldedit.tool.superpickaxe.disabled.already": "Ya estУЁ desactivado el Superpico.", + "worldedit.tool.superpickaxe.enabled": "Se ha activado el Superpico.", + "worldedit.tool.superpickaxe.disabled": "Se ha desactivado el Superpico.", + "worldedit.tool.mask.set": "Se ha determinado la mУЁscara de la brocha.", + "worldedit.tool.mask.disabled": "Se ha desactivado la mУЁscara de la brocha.", + "worldedit.tool.material.set": "Se ha determinado el material de la brocha.", + "worldedit.tool.range.set": "Se ha determinado el rango de la brocha.", + "worldedit.tool.size.set": "Se ha determinado el tamaУБo de la brocha.", + "worldedit.tool.tracemask.set": "Se ha determinado el seguimiento de la mУЁscara.", + "worldedit.tool.tracemask.disabled": "Se ha desactivado el seguimiento de la mУЁscara.", + "worldedit.tool.error.cannot-bind": "ТЇcLa herramienta no se puede asignar a {0}: {1}", + "worldedit.tool.error.item-only": "ТЇcSolo se pueden asignar objetos, no bloques.", + "worldedit.execute.script-permissions": "No tienes permiso para usar rutinas.", + "worldedit.executelast.no-script": "Primero usa /cs con un nombre de rutina.", + "worldedit.script.read-error": "Error de la rutina: {0}.", + "worldedit.script.unsupported": "Solo se admiten rutinas .js", + "worldedit.script.file-not-found": "La rutina no existe: {0}.", + "worldedit.script.no-script-engine": "No se ha encontrado instalado un motor de rutinas.\\nPor favor, mira aquУ­: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "No se ha podido ejecutar: {0}.", + "worldedit.script.failed-console": "No se ha podido ejecutar (mira en la consola): {0}.", + "worldedit.operation.affected.biome": "{0} biomas afectados.", + "worldedit.operation.affected.block": "{0} bloques afectados.", + "worldedit.operation.affected.column": "{0} columnas afectadas.", + "worldedit.operation.affected.entity": "{0} entidades afectadas.", + "worldedit.operation.deform.expression": "Usando la deformaciУГn {0}.", + "worldedit.error.invalid-number": "Se esperaba un nУКmero; caracteres no vУЁlidos.", + "worldedit.error.invalid-number.matches": "Se esperaba un nУКmero; caracteres \"{0}\" obtenidos.", + "worldedit.error.incomplete-region": "ТЇcPrimero selecciona una regiУГn.", + "worldedit.error.unknown-block": "No se reconoce el nombre del bloque '{0}'.", + "worldedit.error.unknown-entity": "No se reconoce el nombre de la entidad '{0}'.", + "worldedit.error.unknown-mob": "No se reconoce el nombre del mob '{0}'.", + "worldedit.error.unknown-biome": "No se reconoce el nombre del bioma '{0}'.", + "worldedit.error.unknown-tag": "No se reconoce el nombre de la etiqueta '{0}'.", + "worldedit.error.empty-tag": "La etiqueta '{0}' carece de contenido.", + "worldedit.error.no-match": "No se han encontrado coincidencias con '{0}'.", + "worldedit.error.disallowed-block": "Bloque '{0}' no admitido (mira en la configuraciУГn de WorldEdit).", + "worldedit.error.max-changes": "Has superado el lУ­mite mУЁximo de bloques que puedes modificar en cada operaciУГn. (Se han modificado {0} bloques).", + "worldedit.error.max-brush-radius": "El radio mУЁximo (configurado) en la brocha es {0}.", + "worldedit.error.max-radius": "El radio mУЁximo (configurado) es {0}.", + "worldedit.error.unknown-direction": "DirecciУГn desconocida: {0}.", + "worldedit.error.empty-clipboard": "El portapapeles estУЁ vacУ­o. Usa primero '//copy'.", + "worldedit.error.invalid-filename": "El nombre del archivo '{0}' no es vУЁlido: {1}.", + "worldedit.error.invalid-filename.invalid-characters": "Caracteres no vУЁlidos o falta la extensiУГn.", + "worldedit.error.file-resolution": "Archivo '{0}' resoluciУГn del error: {1}.", + "worldedit.error.file-resolution.outside-root": "La ruta no se encuentra en la raУ­z permitida.", + "worldedit.error.file-resolution.resolve-failed": "No se ha podido resolver la ruta.", + "worldedit.error.file-aborted": "SelecciУГn de archivos anulada.", + "worldedit.error.no-file-selected": "No has seleccionado el archivo.", + "worldedit.error.world-unloaded": "El mundo ya estУЁ descargado.", + "worldedit.error.not-a-block": "Este objeto no es un bloque.", + "worldedit.error.not-a-block.item": "El objeto '{0}' no es un bloque.", + "worldedit.error.incorrect-usage": "Debes usar: {0}.", + "worldedit.error.invalid-page": "NУКmero de pУЁgina no vУЁlido.", + "worldedit.error.parser.bad-state-format": "El formato de estado no es correcto en {0}.", + "worldedit.error.parser.duplicate-property": "Propiedad duplicada: {0}.", + "worldedit.error.parser.empty-state": "Una parte del estado estУЁ vacУ­o.", + "worldedit.error.parser.missing-equals-separator": "Falta el separador '='.", + "worldedit.error.parser.clipboard.missing-offset": "El desplazamiento se ha especificado con @ pero no se ha especificado. Usa '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Propiedad del bloque '{1}' desconocida '{0}'.", + "worldedit.error.parser.unknown-value": "Valor de la propiedad '{1}' desconocida '{0}'.", + "worldedit.error.parser.empty-property": "La propiedad del estado estУЁ vacУ­a.", + "worldedit.error.parser.empty-value": "El valor del estado estУЁ vacУ­o.", + "worldedit.error.parser.invalid-colon": "SУ­mbolo de dos puntos no vУЁlido.", + "worldedit.error.parser.invalid-expression": "ExpresiУГn no vУЁlida: {0}", + "worldedit.error.parser.negate-nothing": "ТЁNo se puede negar la nada!", + "worldedit.error.parser.hanging-lbracket": "Formato no vУЁlido. Falta el corchete en '{0}'.", + "worldedit.error.parser.missing-rbracket": "Falta el corchete de cierre ']'.", + "worldedit.error.parser.missing-random-type": "Falta el tipo despuУЉs del sУ­mbolo % para '{0}'.", + "worldedit.error.parser.clipboard.missing-coordinates": "El desplazamiento del portapapeles necesita las coordenadas x,y,z.", + "worldedit.error.parser.player-only": "ТЁLa entrada '{0}' necesita un jugador!", + "worldedit.error.disabled": "Esta funcionalidad estУЁ desactivada (ver configuraciУГn de WorldEdite).", + "worldedit.error.unknown": "Se ha producido un error desconocido: {0}", + "worldedit.error.missing-extent": "ExtensiУГn desconocida.", + "worldedit.error.missing-session": "SesiУГn local desconocida.", + "worldedit.error.missing-world": "Es necesario determinar un mundo (prueba con //world).", + "worldedit.error.missing-actor": "No se reconoce ningУКn actor.", + "worldedit.selection.convex.info.vertices": "ТЇ5VУЉrtices: {0}.", + "worldedit.selection.convex.info.triangles": "ТЇ5TriУЁngulos: {0}.", + "worldedit.selection.convex.explain.primary": "Has iniciado una selecciУГn con vУЉrtice {0}.", + "worldedit.selection.convex.explain.secondary": "Has aУБadido el vУЉrtice {0} en la selecciУГn.", + "worldedit.selection.cuboid.info.pos1": "ТЇ5PosiciУГn 1: {0}.", + "worldedit.selection.cuboid.info.pos2": "ТЇ5PosiciУГn 2: {0}.", + "worldedit.selection.cuboid.explain.primary": "Primera posiciУГn establecida en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Primera posiciУГn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.cuboid.explain.secondary": "Segunda posiciУГn establecida en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Segunda posiciУГn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.extend.explain.primary": "SelecciУГn iniciada en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Extender la selecciУГn para abarcar {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "ТЇ5Centro: {0}.", + "worldedit.selection.ellipsoid.info.radius": "ТЇ5Radio X/Y/Z: {0}.", + "worldedit.selection.ellipsoid.explain.primary": "PosiciУГn central determinada en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "PosiciУГn central determinada en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radio determinado en {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Has determinado el radio en {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Los cambios de las Elipses deben ser uniformes en cada dimensiУГn horizontal.", + "worldedit.selection.cylinder.info.center": "ТЇ5Centro: {0}.", + "worldedit.selection.cylinder.info.radius": "ТЇ5Radio: {0}.", + "worldedit.selection.cylinder.explain.primary": "Has iniciado una selecciУГn cilУ­ndrica en {0}.", + "worldedit.selection.cylinder.explain.secondary": "Has determinado el radio en {0}/{1} bloques ({2}).", + "worldedit.selection.cylinder.explain.secondary-missing": "Antes de determinar el radio, tienes que seleccionar el punto central.", + "worldedit.selection.cylinder.error.even-horizontal": "Los cambios de los Cilindros deben ser uniformes en cada dimensiУГn horizontal.", + "worldedit.selection.polygon2d.info": "ТЇ5NУКmero de Puntos: {0}.", + "worldedit.selection.polygon2d.explain.primary": "El primer punto se ha establecido en {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Se ha aУБadido el punto nТК{0} en {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Los polУ­gonos sУГlo se pueden expandir verticalmente.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Los polУ­gono solo se pueden contraer verticalmente.", + "worldedit.selection.sphere.explain.secondary": "Se ha determinado el radio de {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Se ha establecido el radio en {0} ({1}).", + "worldedit.selection.null.error.immutable": "No se puede cambiar una RegiУГn Nula.", + "worldedit.selection.intersection.error.cannot-expand": "No se puede expandir una intersecciУГn de regiУГn.", + "worldedit.selection.intersection.error.cannot-contract": "No se puede contraer una intersecciУГn de regiУГn.", + "worldedit.selection.transform.error.cannot-expand": "No se puede expandir una RegiУГn Transformada.", + "worldedit.selection.transform.error.cannot-contract": "No se puede contraer una RegiУГn Transformada.", + "worldedit.selection.transform.error.cannot-change": "No se puede modificar una RegiУГn Transformada.", + "worldedit.sideeffect.lighting": "IluminaciУГn", + "worldedit.sideeffect.lighting.description": "Actualiza la iluminaciУГn de los bloques.", + "worldedit.sideeffect.neighbors": "Vecinos", + "worldedit.sideeffect.neighbors.description": "Notifica los cambios de los bloques cercanos.", + "worldedit.sideeffect.update": "ActualizaciУГn", + "worldedit.sideeffect.update.description": "Notifica los cambios realizados en los bloques.", + "worldedit.sideeffect.validation": "ValidaciУГn", + "worldedit.sideeffect.validation.description": "Repara y valida los errores inconsistentes del estado del mundo, tales como bloques desconectados.", + "worldedit.sideeffect.entity_ai": "IA de entidades", + "worldedit.sideeffect.entity_ai.description": "Actualiza las rutas de las entidades segУКn los cambios de los bloques.", + "worldedit.sideeffect.events": "Eventos Mod/Plugin", + "worldedit.sideeffect.events.description": "Informa sobre los cambios a otros mods/plugins, cuando corresponda.", + "worldedit.sideeffect.state.on": "Activado", + "worldedit.sideeffect.state.delayed": "Aplazado", + "worldedit.sideeffect.state.off": "Desactivado", + "worldedit.sideeffect.box.current": "Actual", + "worldedit.sideeffect.box.change-to": "Clic para establecer {0}.", + "worldedit.help.command-not-found": "El comando '{0}' no pudo ser encontrado.", + "worldedit.help.no-subcommands": "'{0}' no tiene sub-comandos. (Tal vez '{1}' es para un parУЁmetro?)", + "worldedit.help.subcommand-not-found": "No se ha encontrado el subcomando '{0}' de '{1}'.", + "worldedit.cli.stopping": "Parando!", + "worldedit.cli.unknown-command": "Comando desconocido!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/es-CL/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/es-CL/strings.json new file mode 100644 index 0000000..b82a9e2 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/es-CL/strings.json @@ -0,0 +1,414 @@ +{ + "worldedit.expand.description.vert": "Expandir verticalmente la selecciУГn hasta el borde del mundo.", + "worldedit.expand.expanded": "Se expandiУГ la regiУГn por {0} bloques", + "worldedit.expand.expanded.vert": "Se expandiУГ la regiУГn por {0} bloques (de arriba a abajo).", + "worldedit.biomeinfo.lineofsight": "Biomas en la lУ­nea del punto de vista: {0}", + "worldedit.biomeinfo.position": "Biomas en tu posiciУГn: {0}", + "worldedit.biomeinfo.selection": "Biomas en tu selecciУГn: {0}", + "worldedit.brush.radius-too-large": "Radio mУЁximo permitido para la brocha: {0}", + "worldedit.brush.apply.description": "Aplicar la brocha, aplicar una funciУГn a cada bloque", + "worldedit.brush.apply.radius": "TamaУБo de la brocha", + "worldedit.brush.apply.shape": "La forma de la regiУГn", + "worldedit.brush.apply.type": "Tipo de brocha a usar", + "worldedit.brush.apply.item.warning": "Esta brocha simula el uso de items. Sus efectos pueden no funcionar en todas las plataformas, pueden no ser revertidos, y podrУ­an causar interacciones extraУБas y no esperadas con otros mods/plugins. Уšsala bajo tu propio riesgo.", + "worldedit.brush.paint.description": "Pintar la brocha, aplicar una funciУГn a una superficie", + "worldedit.brush.paint.size": "TamaУБo de la brocha", + "worldedit.brush.paint.shape": "La forma de la regiУГn", + "worldedit.brush.paint.density": "La densidad de la brocha", + "worldedit.brush.paint.type": "Tipo de brocha a usar", + "worldedit.brush.paint.item.warning": "Esta brocha simula el uso de items. Sus efectos pueden no funcionar en todas las plataformas, pueden no ser revertidos, y podrУ­an causar interacciones extraУБas y no esperadas con otros mods/plugins. Уšsala bajo tu propio riesgo.", + "worldedit.brush.sphere.equip": "Brocha esfУЉrica equipada ({0}).", + "worldedit.brush.cylinder.equip": "Has asignado una Brocha con forma CilУ­ndrica ({0} x {1}).", + "worldedit.brush.clipboard.equip": "Forma de pizarra esfУЉrica equipada.", + "worldedit.brush.smooth.equip": "Has asignado una Brocha de Suavizado ({0} x {1}x usando {2}).", + "worldedit.brush.extinguish.equip": "Has asignado una Brocha de ExtinciУГn de fuego ({0}).", + "worldedit.brush.gravity.equip": "Has asignado una Brocha de Gravedad ({0}).", + "worldedit.brush.butcher.equip": "Has asignado una Brocha de Asesino ({0}).", + "worldedit.brush.operation.equip": "Brocha establecida como {0}.", + "worldedit.brush.heightmap.equip": "Has asignado una Brocha de ElevaciУГn de Terreno ({0}).", + "worldedit.brush.heightmap.unknown": "Brocha de ElevaciУГn de Terreno desconocida: {0}.", + "worldedit.brush.none.equip": "Brocha desvinculada del У­tem actual.", + "worldedit.setbiome.changed": "Has cambiado los biomas de aproximadamente {0} bloques.", + "worldedit.setbiome.warning": "Puede ser que necesites volver a unirte al servidor (o volver a abrir el mundo) para ver cambios.", + "worldedit.drawsel.disabled": "CUI del servidor desactivado.", + "worldedit.drawsel.disabled.already": "El CUI del servidor ya estaba desactivado.", + "worldedit.drawsel.enabled.already": "El CUI del servidor ya estaba habilitado.", + "worldedit.limit.too-high": "Tu lУ­mite mУЁximo permitido es {0}.", + "worldedit.limit.set": "Se cambiУГ el lУ­mite de cambios de bloques a {0}.", + "worldedit.limit.return-to-default": "(Puedes usar //limit para volver a los valores predeterminados.)", + "worldedit.timeout.too-high": "Tu tiempo de espera mУЁximo permitido es {0}ms.", + "worldedit.timeout.set": "Se cambiУГ el tiempo de espera a {0}ms.", + "worldedit.timeout.return-to-default": " (Puedes usar //timeout para volver a los valores predeterminados.)", + "worldedit.fast.disabled": "Modo rУЁpido desactivado.", + "worldedit.fast.enabled": "Modo rУЁpido activado. La iluminaciУГn en los chunks involucrados puede verse afectada y/o tal vez tengas que volver a unirte para ver los cambios.", + "worldedit.fast.disabled.already": "El modo rУЁpido ya estaba desactivado.", + "worldedit.fast.enabled.already": "El modo rУЁpido ya estaba activado.", + "worldedit.perf.sideeffect.set": "El efecto secundario \"{0}\" ha sido cambiado a {1}", + "worldedit.perf.sideeffect.get": "El efecto secundario \"{0}\" ha sido establecido como {1}", + "worldedit.perf.sideeffect.already-set": "El efecto secundario \"{0}\" ya era {1}", + "worldedit.perf.sideeffect.set-all": "Todos los efectos secundarios han sido establecidos como {0}", + "worldedit.reorder.current": "El modo de reordenaciУГn es {0}", + "worldedit.reorder.set": "El modo de reordenaciУГn ahora es {0}", + "worldedit.gmask.disabled": "MУЁscara global desactivada.", + "worldedit.gmask.set": "MУЁscara global establecida.", + "worldedit.toggleplace.pos1": "Ahora colocando en la posiciУГn #1.", + "worldedit.toggleplace.player": "Ahora colocando en el bloque en el que estУЁs parado.", + "worldedit.toggleplace.not-locatable": "No se puede alternar la colocaciУГn en este contexto.", + "worldedit.searchitem.too-short": "Escribe una cadena mУЁs larga de bУКsqueda con al menos mУЁs de dos caracteres.", + "worldedit.searchitem.either-b-or-i": "No puedes usar los atributos 'b' y 'i' al mismo tiempo.", + "worldedit.searchitem.searching": "(Por favor espera... buscando У­tems)", + "worldedit.watchdog.no-hook": "Esta plataforma no tiene un hook de watchdog.", + "worldedit.watchdog.active.already": "Hook de Watchdog ya activo.", + "worldedit.watchdog.inactive.already": "Hook de Watchdog ya inactivo.", + "worldedit.watchdog.active": "El hook de Watchdog ahora estУЁ activo.", + "worldedit.watchdog.inactive": "El hook de Watchdog ahora estУЁ inactivo.", + "worldedit.world.remove": "Se eliminУГ la anulaciУГn del mundo.", + "worldedit.world.set": "Se estableciУГ la anulaciУГn del mundo a {0}. (Puedes usar //world para volver a los valores predeterminados.)", + "worldedit.undo.undone": "Se deshicieron {0} ediciones disponibles.", + "worldedit.undo.none": "No queda nada por deshacer.", + "worldedit.redo.redone": "Rehechas {0} ediciones disponibles.", + "worldedit.redo.none": "No queda nada por rehacer.", + "worldedit.clearhistory.cleared": "Historial borrado.", + "worldedit.raytrace.noblock": "ТЁNo hay ningУКn bloque en el campo de visiУГn!", + "worldedit.restore.not-configured": "El snapshot/restauraciУГn de la copia de seguridad no estУЁ configurado.", + "worldedit.restore.not-available": "El Punto de RestauraciУГn no estУЁ disponible o no existe.", + "worldedit.restore.failed": "Fallo al cargar el Punto de RestauraciУГn: {0}.", + "worldedit.restore.loaded": "Se ha cargado el Punto de RestauraciУГn (Snapshot) '{0}'. Efectuando la restauraciУГn...", + "worldedit.restore.restored": "RestauraciУГn concluida. Faltan {0} chunks y otros {1} errores.", + "worldedit.restore.none-for-specific-world": "No se han encontrado mУЁs Puntos de RestauraciУГn del mundo '{0}'.", + "worldedit.restore.none-for-world": "No se han encontrado Puntos de RestauraciУГn de este Mundo.", + "worldedit.restore.none-found": "No se han encontrado Puntos de RestauraciУГn.", + "worldedit.restore.none-found-console": "No se encontraron snapshots. Ve la consola para mУЁs detalles.", + "worldedit.restore.chunk-not-present": "No se han encontrado chunks en el Punto de RestauraciУГn.", + "worldedit.restore.chunk-load-failed": "No se han podido cargar los chunks. Puede que el archivo correspondiente estУЉ corrupto.", + "worldedit.restore.block-place-failed": "Los errores ocurridos han impedido restaurar los bloques.", + "worldedit.restore.block-place-error": "Уšltimo error: {0}", + "worldedit.snapshot.use.newest": "Ahora se estУЁ usando un Punto de RestauraciУГn mУЁs reciente.", + "worldedit.snapshot.use": "Snapshot establecida a: {0}", + "worldedit.snapshot.none-before": "No se pudo encontrar una snapshot de antes de {0}.", + "worldedit.snapshot.none-after": "No se pudo encontrar una snapshot despuУЉs de {0}.", + "worldedit.snapshot.index-above-0": "Уndice invУЁlido, debe ser mayor o igual a 1.", + "worldedit.snapshot.index-oob": "Уndice invУЁlido, debe ser entre 1 y {0}.", + "worldedit.schematic.unknown-format": "Formato de schematic desconocido: {0}.", + "worldedit.schematic.load.does-not-exist": "ТЁLa schematic {0} no existe!", + "worldedit.schematic.load.loading": "(Por favor espere... cargando esquema.)", + "worldedit.schematic.load.still-loading": "(Espera, todavУ­a cargando la schematic...)", + "worldedit.schematic.save.already-exists": "Esa schematic ya existe. Usa el parУЁmetro -f para sobrescribirla.", + "worldedit.schematic.save.failed-directory": "ТЁNo se pudo crear la carpeta para los esquemas!", + "worldedit.schematic.save.saving": "(Por favor espere... guardando esquema.)", + "worldedit.schematic.save.still-saving": "(Espera, todavУ­a guardando la schematic...)", + "worldedit.schematic.delete.does-not-exist": "ТЁEl esquema {0} no existe!", + "worldedit.schematic.delete.failed": "ТЁError al eliminar {0}! ТПEs de solo lectura?", + "worldedit.schematic.delete.deleted": "{0} ha sido eliminado.", + "worldedit.schematic.formats.title": "Formatos de portapapeles disponibles (Nombre: nombres de bУКsqueda).", + "worldedit.schematic.unsupported-minecraft-version": "Esta versiУГn de WorldEdit no soporta tu versiУГn de Minecraft. Las schematics no funcionarУЁn hasta que se resolva este problema.", + "worldedit.pos.already-set": "Esta posiciУГn ya estУЁ determinada.", + "worldedit.pos.console-require-coords": "Debes proporcionar las coordenadas en consola.", + "worldedit.hpos.no-block": "ТЁNo hay ningУКn bloque en el campo de visiУГn!", + "worldedit.hpos.already-set": "Esta posiciУГn ya estУЁ determinada.", + "worldedit.chunk.selected-multiple": "Chunks seleccionados: ({0}, {1}, {2}) т–К ({3}, {4}, {5}).", + "worldedit.chunk.selected": "Chunk seleccionado: {0}, {1}, {2}.", + "worldedit.wand.invalid": "La Herramienta de SelecciУГn asociada estУЁ desactivada o mal configurada.", + "worldedit.wand.selwand.info": "ТЇ7BotУГn Izquierdo т–К Seleccionar la 1ТЊ posiciУГn.\\nТЇ7BotУГn Derecho т–К Seleccionar la 2ТЊ posiciУГn.", + "worldedit.wand.navwand.info": "ТЇ7BotУГn Izquierdo т–К Aparecer en el lugar seУБalado.\\nТЇ7BotУГn Derecho т–К Atravesar paredes.", + "worldedit.wand.selwand.now.tool": "Ahora la herramienta de selecciУГn es correcta. Puedes desactivarla con {0} y volver a asignarla a un objeto con {1} o conseguir una nueva con {2}.", + "worldedit.contract.contracted": "La regiУГn se ha contraУ­do {0} bloques.", + "worldedit.shift.shifted": "La regiУГn se ha desplazado.", + "worldedit.outset.outset": "La regiУГn se ha expandido.", + "worldedit.inset.inset": "La regiУГn se ha contraУ­do.", + "worldedit.size.offset": "Desplazado: {0}.", + "worldedit.size.type": "Tipo: {0}", + "worldedit.size.size": "TamaУБo: {0}", + "worldedit.size.distance": "Distancia del cuboide: {0}", + "worldedit.size.blocks": "NУКmero de bloques: {0}", + "worldedit.count.counted": "Contado: {0}", + "worldedit.distr.no-blocks": "No se contУГ ningУКn bloque.", + "worldedit.distr.no-previous": "No hay una distribuciУГn previa.", + "worldedit.distr.total": "Cantidad total de bloques: {0}", + "worldedit.select.cleared": "ТЇcHas deseleccionado la zona.", + "worldedit.select.cuboid.message": "SelecciУГn CУКbica.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el 1ТК punto.\\nТЇ7BotУГn Derecho т–К Seleccionar el 2ТК punto.", + "worldedit.select.cuboid.description": "ТЇ7Selecciona las dos esquinas del cuboide.", + "worldedit.select.extend.message": "ExtensiУГn de Cuboide.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el punto inicial.\\nТЇ7BotУГn Derecho т–К Expandir.", + "worldedit.select.extend.description": "Modo RУЁpido de selecciУГn de cuboides.", + "worldedit.select.poly.message": "SelecciУГn de Poligonal.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el punto inicial.\\nТЇ7BotУГn Derecho т–К AУБadir puntos.", + "worldedit.select.poly.limit-message": "{0} puntos como mУЁximo.", + "worldedit.select.poly.description": "Selecciona una regiУГn poligonal.", + "worldedit.select.ellipsoid.message": "SelecciУГn de Elipsoidal.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el Centro.\\nТЇ7BotУГn Derecho т–К Seleccionar la extensiУГn.", + "worldedit.select.ellipsoid.description": "Seleccione un ellipsoide", + "worldedit.select.sphere.message": "SelecciУГn EsfУЉrica.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el Centro.\\nТЇ7BotУГn Derecho т–К Determinar el radio.", + "worldedit.select.sphere.description": "Seleccione una esfera", + "worldedit.select.cyl.message": "SelecciУГn CilУ­ndrica.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el Centro.\\nТЇ7BotУГn Derecho т–К Seleccionar la extensiУГn.", + "worldedit.select.cyl.description": "Seleccione un cilindro", + "worldedit.select.convex.message": "SelecciУГn PoliУЉdrica Convexa.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el primer vУЉrtice.\\nТЇ7BotУГn Derecho т–К AУБadir mУЁs vУЉrtices.", + "worldedit.select.convex.limit-message": "{0} puntos mУЁximos.", + "worldedit.select.convex.description": "Selecciona un regiУГn con forma de Poliedro Convexo.", + "worldedit.select.default-set": "La forma actual de selecciУГn es {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Formato antiguo: {0}", + "worldedit.chunkinfo.mcregion-filename": "RegiУГn MC: RegiУГn/{0}.", + "worldedit.listchunks.listfor": "Listando para: {0}.", + "worldedit.drain.drained": "Se han vaciado {0} bloques.", + "worldedit.fill.created": "Se han rellenado {0} bloques.", + "worldedit.fillr.created": "Se han rellenado {0} bloques.", + "worldedit.fixlava.fixed": "Se han nivelado {0} bloques de lava.", + "worldedit.fixwater.fixed": "Se han nivelado {0} bloques de agua.", + "worldedit.removeabove.removed": "Se han eliminado {0} bloques.", + "worldedit.removebelow.removed": "Se han eliminado {0} bloques.", + "worldedit.removenear.removed": "Se han eliminado {0} bloques.", + "worldedit.replacenear.replaced": "Se han remplazado {0} bloques.", + "worldedit.snow.created": "Se han cubierto {0} superficies.", + "worldedit.thaw.removed": "Se han descongelado {0} bloques.", + "worldedit.green.changed": "Se han enverdecido {0} bloques.", + "worldedit.extinguish.removed": "Se han extinguido {0} focos en llamas.", + "worldedit.butcher.killed": "Se han eliminado {0} criaturas en un radio de {1}.", + "worldedit.butcher.explain-all": "Usa -1 para eliminar todas las criaturas de los chunks cargados.", + "worldedit.remove.removed": "Se han marcado {0} entidades para su eliminaciУГn.", + "worldedit.remove.explain-all": "Usa -1 para eliminar todas las entidades de los chunks cargados.", + "worldedit.calc.invalid": "'{0}' no puede ser analizado como una expresiУГn vУЁlida.", + "worldedit.calc.invalid.with-error": "'{0}' no puede ser analizado como una expresiУГn vУЁlida: '{1}'", + "worldedit.paste.pasted": "El contenido del portapapeles ha sido pegado en {0}.", + "worldedit.paste.selected": "Se ha seleccionado la regiУГn de pegado del portapapeles.", + "worldedit.rotate.no-interpolation": "Nota: La interpolaciУГn aУКn no es admisible, por lo que se recomienda УЁngulos mУКltiplos de 90.", + "worldedit.rotate.rotated": "Se ha girado el contenido del portapapeles.", + "worldedit.flip.flipped": "Se ha volteado el contenido del portapapeles.", + "worldedit.clearclipboard.cleared": "Portapapeles borrado.", + "worldedit.set.done": "ТЇ2OperaciУГn completada.", + "worldedit.set.done.verbose": "OperaciУГn completada ({0}).", + "worldedit.line.changed": "Se han cambiado {0} bloques.", + "worldedit.line.invalid-type": "La herramienta '//line' solo funciona con selecciones cuboides o poliУЉdricas convexas.", + "worldedit.curve.changed": "Se han cambiado {0} bloques.", + "worldedit.curve.invalid-type": "La herramienta '//curve' solo funciona con selecciones poliУЉdricas convexas.", + "worldedit.replace.replaced": "Se han remplazado {0} bloques.", + "worldedit.stack.changed": "Se han cambiado {0} bloques. Puedes deshacer los cambios usando '//undo'.", + "worldedit.stack.intersecting-region": "El desplazamiento del stack no debe chocar con la regiУГn colindante cuando se utiliza el bloque como unidad.", + "worldedit.regen.regenerated": "RegiУГn regenerada.", + "worldedit.regen.failed": "No se han podido regenerar los chunks. Mira en la consola para obtener mУЁs detalles.", + "worldedit.walls.changed": "Se han cambiado {0} bloques.", + "worldedit.faces.changed": "Se han cambiado {0} bloques.", + "worldedit.overlay.overlaid": "Se ha superpuesto {0} bloques.", + "worldedit.naturalize.naturalized": "Se han sustituido {0} bloques para que parezcan mУЁs naturales.", + "worldedit.center.changed": "Centro establecido. (Se han cambiado {0} bloques).", + "worldedit.smooth.changed": "Se ha suavizado el terreno. {0} bloques afectados.", + "worldedit.move.moved": "Se han movido {0} bloques.", + "worldedit.deform.deformed": "Se han deformado {0} bloques.", + "worldedit.hollow.changed": "Se han cambiado {0} bloques.", + "worldedit.forest.created": "Se ha generado {0} УЁrboles.", + "worldedit.flora.created": "Se han generado {0} plantas.", + "worldedit.unstuck.moved": "ТЁAhУ­ lo tienes chaval!", + "worldedit.ascend.obstructed": "No se ha encontrado ningУКn espacio libre por encima.", + "worldedit.ascend.moved": "Has ascendido {0} niveles.", + "worldedit.descend.obstructed": "No se ha encontrado ningУКn espacio libre por debajo.", + "worldedit.descend.moved": "Has descendido {0} niveles.", + "worldedit.ceil.obstructed": "No se ha encontrado ningУКn espacio libre por encima.", + "worldedit.ceil.moved": "ТЁYupi!", + "worldedit.thru.obstructed": "No se ha encontrado ningУКn espacio libre por delante.", + "worldedit.thru.moved": "ТЁYupi!", + "worldedit.jumpto.moved": "ТЁPuf!", + "worldedit.jumpto.none": "ТЇcТЁNo hay nada a la vista (o estУЁ demasiado lejos)!", + "worldedit.up.obstructed": "Debes golpear algo por encima tuyo.", + "worldedit.up.moved": "ТЁYupi!", + "worldedit.cyl.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.cyl.created": "Se han creado {0} bloques.", + "worldedit.sphere.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.sphere.created": "Se ha generado una esfera con {0} bloques.", + "worldedit.forestgen.created": "Se han generado {0} УЁrboles.", + "worldedit.pumpkins.created": "Se han generado {0} calabazas.", + "worldedit.pyramid.created": "Se ha generado una pirУЁmide con {0} bloques.", + "worldedit.generate.created": "Se han creado {0} bloques.", + "worldedit.generatebiome.changed": "{0} biomas afectados.", + "worldedit.reload.config": "ТЇaLa configuraciУГn de ТЇ2WorlEdit ТЇase ha recargado satisfactoriamente.", + "worldedit.report.written": "Se ha generado el informe de WorldEdit en {0}.", + "worldedit.report.error": "Fallo al guardar el informe: {0}.", + "worldedit.report.callback": "Informe de WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Zona horaria no vУЁlida.", + "worldedit.timezone.set": "La zona horaria para esta sesiУГn es: {0}.", + "worldedit.timezone.current": "La hora actual en esta zona horaria es: {0}.", + "worldedit.version.version": "VersiУГn de WorldEdit: {0}.", + "worldedit.version.bukkit.unsupported-adapter": "Esta versiУГn de WorldEdit no es compatible con esta versiУГn de Bukkit. Los contenedores (ej. cofres) se quedarУЁn vacУ­os, las propiedades (ej. rotaciУГn) no se mantendrУЁn, y otras cosas pueden no funcionar. Actualiza WorldEdit para restaurar la funcionalidad:\\n{0}", + "worldedit.trace.no-tracing-extents": "Seguimiento: No se ha utilizado ninguna medida.", + "worldedit.trace.action-failed": "Seguimiento: {0} acciones en {1} descartadas por la extensiУГn {2}.", + "worldedit.trace.active.already": "El Modo Seguimiento ya estУЁ activado.", + "worldedit.trace.inactive.already": "El Modo Seguimiento ya estУЁ desactivado.", + "worldedit.trace.active": "Modo Seguimiento activado.", + "worldedit.trace.inactive": "Modo seguimiento desactivado.", + "worldedit.command.time-elapsed": "{0}seg trascurridos (historial: {1} cambiado; {2} bloques/seg).", + "worldedit.command.permissions": "No tienes permitido hacer esto. ТПEstУЁs en el modo correcto?", + "worldedit.command.player-only": "Este comando debe ser utilizado por un jugador.", + "worldedit.command.error.report": "Por favor, informa sobre este error: [Mira en la consola].", + "worldedit.pastebin.uploading": "ТЇ7Por favor espera, enviando el registro a pastebin...", + "worldedit.session.cant-find-session": "No se puede encontrar la sesiУГn de {0}.", + "worldedit.platform.no-file-dialog": "Este entorno no permite mostrar diУЁlogos.", + "worldedit.asset.load.loading": "ТЇ7Por favor espera, cargando el elemento...", + "worldedit.asset.load.still-loading": "ТЇ7Por favor espera, sigue cargando el elemento...", + "worldedit.asset.load.failed": "No se ha podido cargar el elemento.", + "worldedit.tool.max-block-changes": "Has alcanzado el nУКmero mУЁximo de bloques que puedes modificar.", + "worldedit.tool.no-block": "ТЁNo hay ningУКn bloque en el campo de visiУГn!", + "worldedit.tool.repl.equip": "ТЇaHas asignado la Herramienta Remplazadora a ТЇ2{0}ТЇa.", + "worldedit.tool.repl.switched": "La Herramienta Remplazadora se ha cambiado por {0}.", + "worldedit.tool.data-cycler.equip": "ТЇaHas asignado la Herramienta de AlteraciУГn de Bloques a ТЇ2{0}ТЇa.", + "worldedit.tool.data-cycler.block-not-permitted": "No tienes permitido modificar el valor de este bloque.", + "worldedit.tool.data-cycler.cant-cycle": "ТЁEste bloque no se puede alterar!", + "worldedit.tool.data-cycler.new-value": "El valor de {0} ahora es {1}.", + "worldedit.tool.data-cycler.cycling": "Alterando el valor de {0}.", + "worldedit.tool.deltree.equip": "ТЇaHas asignado la Herramienta de EliminaciУГn de Уrboles Flotantes a ТЇ2{0}ТЇa.", + "worldedit.tool.deltree.not-tree": "Esto no es un Уrbol.", + "worldedit.tool.deltree.not-floating": "Esto no es un Уrbol Flotante.", + "worldedit.tool.tree.equip": "ТЇaHas asignado la Herramienta de GeneraciУГn de Уrboles a ТЇ2{0}ТЇa.", + "worldedit.tool.tree.obstructed": "No se puede generar un УЁrbol aquУ­.", + "worldedit.tool.info.equip": "ТЇaHas asignado la Herramienta de InformaciУГn a ТЇ2{0}ТЇa.", + "worldedit.tool.info.blockstate.hover": "ТЇ7InformaciУГn del Bloque.", + "worldedit.tool.info.internalid.hover": "ТЇ7ID Interna.", + "worldedit.tool.info.legacy.hover": "ТЇ7Heredado de la ID:InformaciУГn.", + "worldedit.tool.info.light.hover": "ТЇ7IluminaciУГn del Bloque/IluminaciУГn Superior.", + "worldedit.tool.none.equip": "ТЇcHas desvinculado la herramienta asignada.", + "worldedit.tool.none.to.unequip": "ТЇcEste objeto no tiene ninguna herramienta asignada.", + "worldedit.tool.selwand.equip": "ТЇaHas asignado la Herramienta de SelecciУГn a ТЇ2{0}ТЇa.", + "worldedit.tool.navwand.equip": "ТЇaHas asignado la Herramienta de NavegaciУГn a ТЇ2{0}ТЇa.", + "worldedit.tool.floodfill.equip": "ТЇaHas asignado la Herramienta de Relleno a ТЇ2{0}ТЇa.", + "worldedit.tool.farwand.equip": "ТЇaHas asignado la Herramienta de SelecciУГn Lejana a ТЇ2{0}ТЇa.", + "worldedit.tool.lrbuild.equip": "ТЇaHas asignado la Herramienta de ConstrucciУГn Lejana a ТЇ2{0}.", + "worldedit.tool.lrbuild.set": "ТЇ7BotУГn Izquierdo т–К {0}\\nТЇ7BotУГn Derecho т–К {1}.", + "worldedit.tool.stack.equip": "ТЇaLa herramienta de VinculaciУГn se ha asignado a ТЇ2{0}ТЇa.", + "worldedit.tool.unbind-instruction": "Usa {0} mientras mantienes el objeto para desvincular la herramienta.", + "worldedit.tool.superpickaxe.mode.single": "Modo simple.\\nТЇ7Usa el botУГn izquierdo con un pico.\\nТЇ8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.area": "Modo УЁrea.\\nТЇ7Usa el botУГn izquierdo con un pico.\\nТЇ8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.recursive": "Modo recursivo.\\nТЇ7Usa el botУГn izquierdo con un pico.\\nТЇ8Usa // para desactivar.", + "worldedit.tool.superpickaxe.max-range": "El rango mУЁximo es {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Ya estУЁ activado el Superpico.", + "worldedit.tool.superpickaxe.disabled.already": "Ya estУЁ desactivado el Superpico.", + "worldedit.tool.superpickaxe.enabled": "Se ha activado el Superpico.", + "worldedit.tool.superpickaxe.disabled": "Se ha desactivado el Superpico.", + "worldedit.tool.mask.set": "Se ha determinado la mУЁscara de la brocha.", + "worldedit.tool.mask.disabled": "Se ha desactivado la mУЁscara de la brocha.", + "worldedit.tool.material.set": "Se ha determinado el material de la brocha.", + "worldedit.tool.range.set": "Se ha determinado el rango de la brocha.", + "worldedit.tool.size.set": "Se ha determinado el tamaУБo de la brocha.", + "worldedit.tool.tracemask.set": "Se ha determinado el seguimiento de la mУЁscara.", + "worldedit.tool.tracemask.disabled": "Se ha desactivado el seguimiento de la mУЁscara.", + "worldedit.tool.error.cannot-bind": "ТЇcLa herramienta no se puede asignar a {0}: {1}", + "worldedit.tool.error.item-only": "ТЇcSolo se pueden asignar objetos, no bloques.", + "worldedit.execute.script-permissions": "No tienes permiso para usar rutinas.", + "worldedit.executelast.no-script": "Primero usa /cs con un nombre de rutina.", + "worldedit.script.read-error": "Error de la rutina: {0}.", + "worldedit.script.unsupported": "Solo se admiten rutinas .js", + "worldedit.script.file-not-found": "La rutina no existe: {0}.", + "worldedit.script.no-script-engine": "No se ha encontrado instalado un motor de rutinas.\\nPor favor, mira aquУ­: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "No se ha podido ejecutar: {0}.", + "worldedit.script.failed-console": "No se ha podido ejecutar (mira en la consola): {0}.", + "worldedit.operation.affected.biome": "{0} biomas afectados.", + "worldedit.operation.affected.block": "{0} bloques afectados.", + "worldedit.operation.affected.column": "{0} columnas afectadas.", + "worldedit.operation.affected.entity": "{0} entidades afectadas.", + "worldedit.operation.deform.expression": "Usando la deformaciУГn {0}.", + "worldedit.error.invalid-number": "Se esperaba un nУКmero; caracteres no vУЁlidos.", + "worldedit.error.invalid-number.matches": "Se esperaba un nУКmero; caracteres \"{0}\" obtenidos.", + "worldedit.error.incomplete-region": "ТЇcPrimero selecciona una regiУГn.", + "worldedit.error.unknown-block": "No se reconoce el nombre del bloque '{0}'.", + "worldedit.error.unknown-entity": "No se reconoce el nombre de la entidad '{0}'.", + "worldedit.error.unknown-mob": "No se reconoce el nombre del mob '{0}'.", + "worldedit.error.unknown-biome": "No se reconoce el nombre del bioma '{0}'.", + "worldedit.error.unknown-tag": "No se reconoce el nombre de la etiqueta '{0}'.", + "worldedit.error.empty-tag": "La etiqueta '{0}' carece de contenido.", + "worldedit.error.no-match": "No se han encontrado coincidencias con '{0}'.", + "worldedit.error.disallowed-block": "Bloque '{0}' no admitido (mira en la configuraciУГn de WorldEdit).", + "worldedit.error.max-changes": "Has superado el lУ­mite mУЁximo de bloques que puedes modificar en cada operaciУГn. (Se han modificado {0} bloques).", + "worldedit.error.max-brush-radius": "El radio mУЁximo (configurado) en la brocha es {0}.", + "worldedit.error.max-radius": "El radio mУЁximo (configurado) es {0}.", + "worldedit.error.unknown-direction": "DirecciУГn desconocida: {0}.", + "worldedit.error.empty-clipboard": "El portapapeles estУЁ vacУ­o. Usa primero '//copy'.", + "worldedit.error.invalid-filename": "El nombre del archivo '{0}' no es vУЁlido: {1}.", + "worldedit.error.invalid-filename.invalid-characters": "Caracteres no vУЁlidos o falta la extensiУГn.", + "worldedit.error.file-resolution": "Archivo '{0}' resoluciУГn del error: {1}.", + "worldedit.error.file-resolution.outside-root": "La ruta no se encuentra en la raУ­z permitida.", + "worldedit.error.file-resolution.resolve-failed": "No se ha podido resolver la ruta.", + "worldedit.error.file-aborted": "SelecciУГn de archivos anulada.", + "worldedit.error.no-file-selected": "No has seleccionado el archivo.", + "worldedit.error.world-unloaded": "El mundo ya estУЁ descargado.", + "worldedit.error.not-a-block": "Este objeto no es un bloque.", + "worldedit.error.not-a-block.item": "El objeto '{0}' no es un bloque.", + "worldedit.error.incorrect-usage": "Debes usar: {0}.", + "worldedit.error.invalid-page": "NУКmero de pУЁgina no vУЁlido.", + "worldedit.error.parser.bad-state-format": "El formato de estado no es correcto en {0}.", + "worldedit.error.parser.duplicate-property": "Propiedad duplicada: {0}.", + "worldedit.error.parser.empty-state": "Una parte del estado estУЁ vacУ­o.", + "worldedit.error.parser.missing-equals-separator": "Falta el separador '='.", + "worldedit.error.parser.clipboard.missing-offset": "El desplazamiento se ha especificado con @ pero no se ha especificado. Usa '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Propiedad del bloque '{1}' desconocida '{0}'.", + "worldedit.error.parser.unknown-value": "Valor de la propiedad '{1}' desconocida '{0}'.", + "worldedit.error.parser.empty-property": "La propiedad del estado estУЁ vacУ­a.", + "worldedit.error.parser.empty-value": "El valor del estado estУЁ vacУ­o.", + "worldedit.error.parser.invalid-colon": "SУ­mbolo de dos puntos no vУЁlido.", + "worldedit.error.parser.invalid-expression": "ExpresiУГn no vУЁlida: {0}", + "worldedit.error.parser.negate-nothing": "ТЁNo se puede negar la nada!", + "worldedit.error.parser.hanging-lbracket": "Formato no vУЁlido. Falta el corchete en '{0}'.", + "worldedit.error.parser.missing-rbracket": "Falta el corchete de cierre ']'.", + "worldedit.error.parser.missing-random-type": "Falta el tipo despuУЉs del sУ­mbolo % para '{0}'.", + "worldedit.error.parser.clipboard.missing-coordinates": "El desplazamiento del portapapeles necesita las coordenadas x,y,z.", + "worldedit.error.parser.player-only": "ТЁLa entrada '{0}' necesita un jugador!", + "worldedit.error.disabled": "Esta funcionalidad estУЁ desactivada (ver configuraciУГn de WorldEdite).", + "worldedit.error.unknown": "Se ha producido un error desconocido: {0}", + "worldedit.error.missing-extent": "ExtensiУГn desconocida.", + "worldedit.error.missing-session": "SesiУГn local desconocida.", + "worldedit.error.missing-world": "Es necesario determinar un mundo (prueba con //world).", + "worldedit.error.missing-actor": "No se reconoce ningУКn actor.", + "worldedit.selection.convex.info.vertices": "ТЇ5VУЉrtices: {0}.", + "worldedit.selection.convex.info.triangles": "ТЇ5TriУЁngulos: {0}.", + "worldedit.selection.convex.explain.primary": "Has iniciado una selecciУГn con vУЉrtice {0}.", + "worldedit.selection.convex.explain.secondary": "Has aУБadido el vУЉrtice {0} en la selecciУГn.", + "worldedit.selection.cuboid.info.pos1": "ТЇ5PosiciУГn 1: {0}.", + "worldedit.selection.cuboid.info.pos2": "ТЇ5PosiciУГn 2: {0}.", + "worldedit.selection.cuboid.explain.primary": "Primera posiciУГn establecida en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Primera posiciУГn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.cuboid.explain.secondary": "Segunda posiciУГn establecida en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Segunda posiciУГn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.extend.explain.primary": "SelecciУГn iniciada en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Extender la selecciУГn para abarcar {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "ТЇ5Centro: {0}.", + "worldedit.selection.ellipsoid.info.radius": "ТЇ5Radio X/Y/Z: {0}.", + "worldedit.selection.ellipsoid.explain.primary": "PosiciУГn central determinada en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "PosiciУГn central determinada en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radio determinado en {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Has determinado el radio en {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Los cambios de las Elipses deben ser uniformes en cada dimensiУГn horizontal.", + "worldedit.selection.cylinder.info.center": "ТЇ5Centro: {0}.", + "worldedit.selection.cylinder.info.radius": "ТЇ5Radio: {0}.", + "worldedit.selection.cylinder.explain.primary": "Has iniciado una selecciУГn cilУ­ndrica en {0}.", + "worldedit.selection.cylinder.explain.secondary": "Has determinado el radio en {0}/{1} bloques ({2}).", + "worldedit.selection.cylinder.explain.secondary-missing": "Antes de determinar el radio, tienes que seleccionar el punto central.", + "worldedit.selection.cylinder.error.even-horizontal": "Los cambios de los Cilindros deben ser uniformes en cada dimensiУГn horizontal.", + "worldedit.selection.polygon2d.info": "ТЇ5NУКmero de Puntos: {0}.", + "worldedit.selection.polygon2d.explain.primary": "El primer punto se ha establecido en {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Se ha aУБadido el punto nТК{0} en {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Los polУ­gonos sУГlo se pueden expandir verticalmente.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Los polУ­gono solo se pueden contraer verticalmente.", + "worldedit.selection.sphere.explain.secondary": "Se ha determinado el radio de {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Se ha establecido el radio en {0} ({1}).", + "worldedit.selection.null.error.immutable": "No se puede cambiar una RegiУГn Nula.", + "worldedit.selection.intersection.error.cannot-expand": "No se puede expandir una intersecciУГn de regiУГn.", + "worldedit.selection.intersection.error.cannot-contract": "No se puede contraer una intersecciУГn de regiУГn.", + "worldedit.selection.transform.error.cannot-expand": "No se puede expandir una RegiУГn Transformada.", + "worldedit.selection.transform.error.cannot-contract": "No se puede contraer una RegiУГn Transformada.", + "worldedit.selection.transform.error.cannot-change": "No se puede modificar una RegiУГn Transformada.", + "worldedit.sideeffect.lighting": "IluminaciУГn", + "worldedit.sideeffect.lighting.description": "Actualiza la iluminaciУГn de los bloques.", + "worldedit.sideeffect.neighbors": "Vecinos", + "worldedit.sideeffect.neighbors.description": "Notifica los cambios de los bloques cercanos.", + "worldedit.sideeffect.update": "ActualizaciУГn", + "worldedit.sideeffect.update.description": "Notifica los cambios realizados en los bloques.", + "worldedit.sideeffect.validation": "ValidaciУГn", + "worldedit.sideeffect.validation.description": "Repara y valida los errores inconsistentes del estado del mundo, tales como bloques desconectados.", + "worldedit.sideeffect.entity_ai": "IA de entidades", + "worldedit.sideeffect.entity_ai.description": "Actualiza las rutas de las entidades segУКn los cambios de los bloques.", + "worldedit.sideeffect.events": "Eventos Mod/Plugin", + "worldedit.sideeffect.events.description": "Informa sobre los cambios a otros mods/plugins, cuando corresponda.", + "worldedit.sideeffect.state.on": "Activado", + "worldedit.sideeffect.state.delayed": "Aplazado", + "worldedit.sideeffect.state.off": "Desactivado", + "worldedit.sideeffect.box.current": "Actual", + "worldedit.sideeffect.box.change-to": "Clic para establecer {0}.", + "worldedit.help.command-not-found": "No se ha encontrado el comando '{0}'.", + "worldedit.help.no-subcommands": "'{0}' no es un subcomando. ТПQuizУЁs '{1}' sea un parУЁmetro?", + "worldedit.help.subcommand-not-found": "No se ha encontrado el subcomando '{0}' de '{1}'.", + "worldedit.cli.stopping": "ТЁDeteniendo...!", + "worldedit.cli.unknown-command": "ТЁComando desconocido!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/es-ES/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/es-ES/strings.json new file mode 100644 index 0000000..23101ae --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/es-ES/strings.json @@ -0,0 +1,414 @@ +{ + "worldedit.expand.description.vert": "Expande la regiУГn seleccionada desde lo mУЁs bajo hasta lo mУЁs alto.", + "worldedit.expand.expanded": "La regiУГn se ha expandido {0} bloques.", + "worldedit.expand.expanded.vert": "La regiУГn se ha expandido {0} bloques (verticalmente).", + "worldedit.biomeinfo.lineofsight": "Biomas encontrados en la lУ­nea de visiУГn: {0}", + "worldedit.biomeinfo.position": "El Bioma de tu posiciУГn es: {0}", + "worldedit.biomeinfo.selection": "Biomas encontrados en la selecciУГn: {0}", + "worldedit.brush.radius-too-large": "El radio mУЁximo de la brocha es de {0}.", + "worldedit.brush.apply.description": "Aplicar la brocha, aplicar una funciУГn a cada bloque.", + "worldedit.brush.apply.radius": "El tamaУБo de la brocha.", + "worldedit.brush.apply.shape": "La forma de la regiУГn.", + "worldedit.brush.apply.type": "El tipo de brocha a usar.", + "worldedit.brush.apply.item.warning": "Esta brocha simula usos de objetos. Es posible que los efectos no funcionen en todas las plataformas, puede que no se puedan deshacer los cambios y puede provocar interacciones no deseadas con otros mods/plugins. Уšsalo bajo tu propio riesgo.", + "worldedit.brush.paint.description": "Brocha de pintura, aplica una funciУГn a una superficie.", + "worldedit.brush.paint.size": "El tamaУБo de la brocha.", + "worldedit.brush.paint.shape": "La forma de la regiУГn.", + "worldedit.brush.paint.density": "La densidad de la brocha.", + "worldedit.brush.paint.type": "El tipo de brocha a usar.", + "worldedit.brush.paint.item.warning": "Esta brocha simula usos de objetos. Es posible que los efectos no funcionen en todas las plataformas, puede que no se puedan deshacer los cambios y puede provocar interacciones no deseadas con otros mods/plugins. Уšsalo bajo tu propio riesgo.", + "worldedit.brush.sphere.equip": "Has asignado una Brocha con forma EsfУЉrica ({0}).", + "worldedit.brush.cylinder.equip": "Has asignado una Brocha con forma CilУ­ndrica ({0} x {1}).", + "worldedit.brush.clipboard.equip": "Forma de pizarra esfУЉrica equipada.", + "worldedit.brush.smooth.equip": "Has asignado una Brocha de Suavizado ({0} x {1}x usando {2}).", + "worldedit.brush.extinguish.equip": "Has asignado una Brocha de ExtinciУГn de fuego ({0}).", + "worldedit.brush.gravity.equip": "Has asignado una Brocha de Gravedad ({0}).", + "worldedit.brush.butcher.equip": "Has asignado una Brocha de Asesino ({0}).", + "worldedit.brush.operation.equip": "Establecer pincel a {0}.", + "worldedit.brush.heightmap.equip": "Has asignado una Brocha de ElevaciУГn de Terreno ({0}).", + "worldedit.brush.heightmap.unknown": "Brocha de ElevaciУГn de Terreno desconocida: {0}.", + "worldedit.brush.none.equip": "La brocha se ha desvinculado del objeto actual.", + "worldedit.setbiome.changed": "Has cambiado los biomas de aproximadamente {0} bloques.", + "worldedit.setbiome.warning": "Puede ser que necesites volver a unirte al servidor (o volver a abrir el mundo) para ver cambios.", + "worldedit.drawsel.disabled": "CUI de servidor deshabilitado.", + "worldedit.drawsel.disabled.already": "El CUI de servidor ya estУЁ deshabilitado.", + "worldedit.drawsel.enabled.already": "El CUI de servidor ya estУЁ habilitado.", + "worldedit.limit.too-high": "Su lУ­mite mУЁximo permitido es {0}.", + "worldedit.limit.set": "LУ­mite de bloques establecido a {0}.", + "worldedit.limit.return-to-default": "(Usa //limit para volver al valor por defecto).", + "worldedit.timeout.too-high": "El tiempo de espera mУЁximo es de {0}ms.", + "worldedit.timeout.set": "El tiempo de espera mУЁximo se ha establecido en {0}ms.", + "worldedit.timeout.return-to-default": " (Usa //timeout para volver al valor por defecto).", + "worldedit.fast.disabled": "Modo rУЁpido deshabilitado.", + "worldedit.fast.enabled": "Modo rУЁpido habilitado. Puede ser que la iluminaciУГn en los chunks afectados sea errУГnea, y que necesites volver a unirte para ver cambios.", + "worldedit.fast.disabled.already": "El modo rУЁpido ya estУЁ deshabilitado.", + "worldedit.fast.enabled.already": "El modo rУЁpido ya estУЁ habilitado.", + "worldedit.perf.sideeffect.set": "El Efecto Secundario \"{0}\" establecido en {1}.", + "worldedit.perf.sideeffect.get": "El Efecto Secundario \"{0}\" estУЁ establecido en {1}.", + "worldedit.perf.sideeffect.already-set": "El Efecto Secundario \"{0}\" ya estУЁ {1}.", + "worldedit.perf.sideeffect.set-all": "Todos los efectos secundarios estУЁn determinados como {0}.", + "worldedit.reorder.current": "El modo reordenaciУГn estУЁ {0}.", + "worldedit.reorder.set": "Ahora estУЁ {0} el modo reordenaciУГn.", + "worldedit.gmask.disabled": "Mascara global deshabilitada.", + "worldedit.gmask.set": "Mascara global establecida.", + "worldedit.toggleplace.pos1": "Ahora determina la primera posiciУГn.", + "worldedit.toggleplace.player": "Coloca el bloque donde estУЁs.", + "worldedit.toggleplace.not-locatable": "No se puede alternar la colocaciУГn en este contexto.", + "worldedit.searchitem.too-short": "Introduce una cadena de bУКsqueda mУЁs larga (longitud > 2).", + "worldedit.searchitem.either-b-or-i": "No puedes usar las funciones 'b' e 'i' al mismo tiempo.", + "worldedit.searchitem.searching": "(Por favor espera... buscando objetos.)", + "worldedit.watchdog.no-hook": "Esta plataforma no admite el rastreador.", + "worldedit.watchdog.active.already": "El rastreador ya estУЁ activo.", + "worldedit.watchdog.inactive.already": "El rastreador ya estУЁ inactivo.", + "worldedit.watchdog.active": "Se ha activado el rastreador.", + "worldedit.watchdog.inactive": "Se ha desactivado el rastreador.", + "worldedit.world.remove": "Se ha eliminado el mundo de sustituciУГn.", + "worldedit.world.set": "Determina el mundo a sustituir {0}. (Usa //world para restablecerlo).", + "worldedit.undo.undone": "Se han desecho {0} ediciones.", + "worldedit.undo.none": "Nada que deshacer.", + "worldedit.redo.redone": "Se han rehecho {0} ediciones.", + "worldedit.redo.none": "No hay nada que rehacer.", + "worldedit.clearhistory.cleared": "Se ha eliminado el historial de ediciones.", + "worldedit.raytrace.noblock": "ТЁNo hay bloques a la vista!", + "worldedit.restore.not-configured": "No se ha configurado la funciУГn de restauraciУГn (snapshot).", + "worldedit.restore.not-available": "El Punto de RestauraciУГn no estУЁ disponible o no existe.", + "worldedit.restore.failed": "Fallo al cargar el Punto de RestauraciУГn: {0}.", + "worldedit.restore.loaded": "Se ha cargado el Punto de RestauraciУГn (Snapshot) '{0}'. Efectuando la restauraciУГn...", + "worldedit.restore.restored": "RestauraciУГn concluida. Faltan {0} chunks y otros {1} errores.", + "worldedit.restore.none-for-specific-world": "No se han encontrado mУЁs Puntos de RestauraciУГn del mundo '{0}'.", + "worldedit.restore.none-for-world": "No se han encontrado Puntos de RestauraciУГn de este Mundo.", + "worldedit.restore.none-found": "No se han encontrado Puntos de RestauraciУГn.", + "worldedit.restore.none-found-console": "No se encontraron snapshots. Ve la consola para mУЁs detalles.", + "worldedit.restore.chunk-not-present": "No se han encontrado chunks en el Punto de RestauraciУГn.", + "worldedit.restore.chunk-load-failed": "No se han podido cargar los chunks. Puede que el archivo correspondiente estУЉ corrupto.", + "worldedit.restore.block-place-failed": "Los errores ocurridos han impedido restaurar los bloques.", + "worldedit.restore.block-place-error": "Уšltimo error: {0}", + "worldedit.snapshot.use.newest": "Ahora se estУЁ usando un Punto de RestauraciУГn mУЁs reciente.", + "worldedit.snapshot.use": "Snapshot establecida a: {0}", + "worldedit.snapshot.none-before": "No se pudo encontrar una snapshot de antes de {0}.", + "worldedit.snapshot.none-after": "No se pudo encontrar una snapshot despuУЉs de {0}.", + "worldedit.snapshot.index-above-0": "Уndice invУЁlido, debe ser mayor o igual a 1.", + "worldedit.snapshot.index-oob": "Уndice invУЁlido, debe ser entre 1 y {0}.", + "worldedit.schematic.unknown-format": "Formato de schematic desconocido: {0}.", + "worldedit.schematic.load.does-not-exist": "ТЁLa schematic {0} no existe!", + "worldedit.schematic.load.loading": "(Espera, cargando la schematic...)", + "worldedit.schematic.load.still-loading": "(Espera, todavУ­a cargando la schematic...)", + "worldedit.schematic.save.already-exists": "Esa schematic ya existe. Usa el parУЁmetro -f para sobrescribirla.", + "worldedit.schematic.save.failed-directory": "ТЁNo se pudo crear la carpeta para las schematics!", + "worldedit.schematic.save.saving": "(Espera, guardando la schematic...)", + "worldedit.schematic.save.still-saving": "(Espera, todavУ­a guardando la schematic...)", + "worldedit.schematic.delete.does-not-exist": "ТЁLa schematic {0} no existe!", + "worldedit.schematic.delete.failed": "ТЁNo se pudo eliminar {0}! ТПAcaso es de solo lectura?", + "worldedit.schematic.delete.deleted": "El schematic '{0}' se ha eliminado correctamente.", + "worldedit.schematic.formats.title": "Formatos de portapapeles disponibles (Nombre: nombres de bУКsqueda).", + "worldedit.schematic.unsupported-minecraft-version": "Esta versiУГn de WorldEdit no soporta tu versiУГn de Minecraft. Las schematics no funcionarУЁn hasta que se resolva este problema.", + "worldedit.pos.already-set": "Esta posiciУГn ya estУЁ determinada.", + "worldedit.pos.console-require-coords": "Debes proporcionar las coordenadas en consola.", + "worldedit.hpos.no-block": "ТЁNo hay bloques a la vista!", + "worldedit.hpos.already-set": "Esta posiciУГn ya estУЁ determinada.", + "worldedit.chunk.selected-multiple": "Chunks seleccionados: ({0}, {1}, {2}) т–К ({3}, {4}, {5}).", + "worldedit.chunk.selected": "Chunk seleccionado: {0}, {1}, {2}.", + "worldedit.wand.invalid": "La Herramienta de SelecciУГn asociada estУЁ desactivada o mal configurada.", + "worldedit.wand.selwand.info": "ТЇ7BotУГn Izquierdo т–К Seleccionar la 1ТЊ posiciУГn.\\nТЇ7BotУГn Derecho т–К Seleccionar la 2ТЊ posiciУГn.", + "worldedit.wand.navwand.info": "ТЇ7BotУГn Izquierdo т–К Aparecer en el lugar seУБalado.\\nТЇ7BotУГn Derecho т–К Atravesar paredes.", + "worldedit.wand.selwand.now.tool": "Ahora la herramienta de selecciУГn es correcta. Puedes desactivarla con {0} y volver a asignarla a un objeto con {1} o conseguir una nueva con {2}.", + "worldedit.contract.contracted": "La regiУГn se ha contraУ­do {0} bloques.", + "worldedit.shift.shifted": "La regiУГn se ha desplazado.", + "worldedit.outset.outset": "La regiУГn se ha expandido.", + "worldedit.inset.inset": "La regiУГn se ha contraУ­do.", + "worldedit.size.offset": "Desplazado: {0}.", + "worldedit.size.type": "ТЇ8ТЇm------------------------------ТЇr\\nТЇ5Tipo: {0}.", + "worldedit.size.size": "ТЇ5TamaУБo: {0}.", + "worldedit.size.distance": "ТЇ5Distancia: {0}.", + "worldedit.size.blocks": "ТЇ5Cantidad de Bloques: {0}.", + "worldedit.count.counted": "ТЇ5Cantidad {0}.", + "worldedit.distr.no-blocks": "No ha bloques enumerados.", + "worldedit.distr.no-previous": "No existe un distribuciУГn anterior.", + "worldedit.distr.total": "NУКmero Total de Bloques: {0}.", + "worldedit.select.cleared": "ТЇcHas deseleccionado la zona.", + "worldedit.select.cuboid.message": "SelecciУГn CУКbica.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el 1ТК punto.\\nТЇ7BotУГn Derecho т–К Seleccionar el 2ТК punto.", + "worldedit.select.cuboid.description": "ТЇ7Selecciona las dos esquinas del cuboide.", + "worldedit.select.extend.message": "ExtensiУГn de Cuboide.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el punto inicial.\\nТЇ7BotУГn Derecho т–К Expandir.", + "worldedit.select.extend.description": "Modo RУЁpido de selecciУГn de cuboides.", + "worldedit.select.poly.message": "SelecciУГn de Poligonal.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el punto inicial.\\nТЇ7BotУГn Derecho т–К AУБadir puntos.", + "worldedit.select.poly.limit-message": "{0} puntos como mУЁximo.", + "worldedit.select.poly.description": "Selecciona una regiУГn poligonal.", + "worldedit.select.ellipsoid.message": "SelecciУГn de Elipsoidal.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el Centro.\\nТЇ7BotУГn Derecho т–К Seleccionar la extensiУГn.", + "worldedit.select.ellipsoid.description": "Selecciona un regiУГn con forma elУ­ptica.", + "worldedit.select.sphere.message": "SelecciУГn EsfУЉrica.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el Centro.\\nТЇ7BotУГn Derecho т–К Determinar el radio.", + "worldedit.select.sphere.description": "Selecciona un regiУГn con forma esfУЉrica.", + "worldedit.select.cyl.message": "SelecciУГn CilУ­ndrica.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el Centro.\\nТЇ7BotУГn Derecho т–К Seleccionar la extensiУГn.", + "worldedit.select.cyl.description": "Selecciona un regiУГn con forma cilУ­ndrica.", + "worldedit.select.convex.message": "SelecciУГn PoliУЉdrica Convexa.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el primer vУЉrtice.\\nТЇ7BotУГn Derecho т–К AУБadir mУЁs vУЉrtices.", + "worldedit.select.convex.limit-message": "El lУ­mite es de {0} puntos como mУЁximo.", + "worldedit.select.convex.description": "Selecciona un regiУГn con forma de Poliedro Convexo.", + "worldedit.select.default-set": "La forma actual de selecciУГn es {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}.", + "worldedit.chunkinfo.old-filename": "Formato antiguo: {0}.", + "worldedit.chunkinfo.mcregion-filename": "RegiУГn MC: RegiУГn/{0}.", + "worldedit.listchunks.listfor": "Listando para: {0}.", + "worldedit.drain.drained": "Se han vaciado {0} bloques.", + "worldedit.fill.created": "Se han rellenado {0} bloques.", + "worldedit.fillr.created": "Se han rellenado {0} bloques.", + "worldedit.fixlava.fixed": "Se han nivelado {0} bloques de lava.", + "worldedit.fixwater.fixed": "Se han nivelado {0} bloques de agua.", + "worldedit.removeabove.removed": "Se han eliminado {0} bloques.", + "worldedit.removebelow.removed": "Se han eliminado {0} bloques.", + "worldedit.removenear.removed": "Se han eliminado {0} bloques.", + "worldedit.replacenear.replaced": "Se han remplazado {0} bloques.", + "worldedit.snow.created": "Se han cubierto {0} superficies.", + "worldedit.thaw.removed": "Se han descongelado {0} bloques.", + "worldedit.green.changed": "Se han enverdecido {0} bloques.", + "worldedit.extinguish.removed": "Se han extinguido {0} focos en llamas.", + "worldedit.butcher.killed": "Se han eliminado {0} criaturas en un radio de {1}.", + "worldedit.butcher.explain-all": "Usa -1 para eliminar todas las criaturas de los chunks cargados.", + "worldedit.remove.removed": "Se han marcado {0} entidades para su eliminaciУГn.", + "worldedit.remove.explain-all": "Usa -1 para eliminar todas las entidades de los chunks cargados.", + "worldedit.calc.invalid": "'{0}' no puede ser analizado como una expresiУГn vУЁlida.", + "worldedit.calc.invalid.with-error": "'{0}' no puede ser analizado como una expresiУГn vУЁlida: '{1}'", + "worldedit.paste.pasted": "El contenido del portapapeles ha sido pegado en {0}.", + "worldedit.paste.selected": "Se ha seleccionado la regiУГn de pegado del portapapeles.", + "worldedit.rotate.no-interpolation": "Nota: La interpolaciУГn aУКn no es admisible, por lo que se recomienda УЁngulos mУКltiplos de 90.", + "worldedit.rotate.rotated": "Se ha girado el contenido del portapapeles.", + "worldedit.flip.flipped": "Se ha volteado el contenido del portapapeles.", + "worldedit.clearclipboard.cleared": "ТЇ4Se ha eliminado el contenido del Portapapeles.", + "worldedit.set.done": "ТЇ2OperaciУГn completada.", + "worldedit.set.done.verbose": "OperaciУГn completada ({0}).", + "worldedit.line.changed": "Se han cambiado {0} bloques.", + "worldedit.line.invalid-type": "La herramienta '//line' solo funciona con selecciones cuboides o poliУЉdricas convexas.", + "worldedit.curve.changed": "Se han cambiado {0} bloques.", + "worldedit.curve.invalid-type": "La herramienta '//curve' solo funciona con selecciones poliУЉdricas convexas.", + "worldedit.replace.replaced": "Se han remplazado {0} bloques.", + "worldedit.stack.changed": "Se han cambiado {0} bloques. Puedes deshacer los cambios usando '//undo'.", + "worldedit.stack.intersecting-region": "El desplazamiento del stack no debe chocar con la regiУГn colindante cuando se utiliza el bloque como unidad.", + "worldedit.regen.regenerated": "ТЇ6La zona seleccionada se ha regenerado.", + "worldedit.regen.failed": "No se han podido regenerar los chunks. Mira en la consola para obtener mУЁs detalles.", + "worldedit.walls.changed": "Se han cambiado {0} bloques.", + "worldedit.faces.changed": "Se han cambiado {0} bloques.", + "worldedit.overlay.overlaid": "Se ha superpuesto {0} bloques.", + "worldedit.naturalize.naturalized": "Se han sustituido {0} bloques para que parezcan mУЁs naturales.", + "worldedit.center.changed": "Centro establecido. (Se han cambiado {0} bloques).", + "worldedit.smooth.changed": "Se ha suavizado el terreno. {0} bloques afectados.", + "worldedit.move.moved": "Se han movido {0} bloques.", + "worldedit.deform.deformed": "Se han deformado {0} bloques.", + "worldedit.hollow.changed": "Se han cambiado {0} bloques.", + "worldedit.forest.created": "Se ha generado {0} УЁrboles.", + "worldedit.flora.created": "Se han generado {0} plantas.", + "worldedit.unstuck.moved": "ТЁAhУ­ lo tienes chaval!", + "worldedit.ascend.obstructed": "No se ha encontrado ningУКn espacio libre por encima.", + "worldedit.ascend.moved": "Has ascendido {0} niveles.", + "worldedit.descend.obstructed": "No se ha encontrado ningУКn espacio libre por debajo.", + "worldedit.descend.moved": "Has descendido {0} niveles.", + "worldedit.ceil.obstructed": "No se ha encontrado ningУКn espacio libre por encima.", + "worldedit.ceil.moved": "ТЁYupi!", + "worldedit.thru.obstructed": "No se ha encontrado ningУКn espacio libre por delante.", + "worldedit.thru.moved": "ТЁYupi!", + "worldedit.jumpto.moved": "ТЁPuf!", + "worldedit.jumpto.none": "ТЇcТЁNo hay nada a la vista (o estУЁ demasiado lejos)!", + "worldedit.up.obstructed": "Debes golpear algo por encima tuyo.", + "worldedit.up.moved": "ТЁYupi!", + "worldedit.cyl.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.cyl.created": "Se han creado {0} bloques.", + "worldedit.sphere.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.sphere.created": "Se ha generado una esfera con {0} bloques.", + "worldedit.forestgen.created": "Se han generado {0} УЁrboles.", + "worldedit.pumpkins.created": "Se han generado {0} calabazas.", + "worldedit.pyramid.created": "Se ha generado una pirУЁmide con {0} bloques.", + "worldedit.generate.created": "Se han creado {0} bloques.", + "worldedit.generatebiome.changed": "{0} biomas afectados.", + "worldedit.reload.config": "ТЇaLa configuraciУГn de ТЇ2WorlEdit ТЇase ha recargado satisfactoriamente.", + "worldedit.report.written": "Se ha generado el informe de WorldEdit en {0}.", + "worldedit.report.error": "Fallo al guardar el informe: {0}.", + "worldedit.report.callback": "Informe de WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Zona horaria no vУЁlida.", + "worldedit.timezone.set": "La zona horaria para esta sesiУГn es: {0}.", + "worldedit.timezone.current": "La hora actual en esta zona horaria es: {0}.", + "worldedit.version.version": "VersiУГn de WorldEdit: {0}.", + "worldedit.version.bukkit.unsupported-adapter": "Esta versiУГn de WorldEdit no es compatible con esta versiУГn de Bukkit. Los contenedores (ej. cofres) se quedarУЁn vacУ­os, las propiedades (ej. rotaciУГn) no se mantendrУЁn, y otras cosas pueden no funcionar. Actualiza WorldEdit para restaurar la funcionalidad:\\n{0}", + "worldedit.trace.no-tracing-extents": "Seguimiento: No se ha utilizado ninguna medida.", + "worldedit.trace.action-failed": "Seguimiento: {0} acciones en {1} descartadas por la extensiУГn {2}.", + "worldedit.trace.active.already": "El Modo Seguimiento ya estУЁ activado.", + "worldedit.trace.inactive.already": "El Modo Seguimiento ya estУЁ desactivado.", + "worldedit.trace.active": "Modo Seguimiento activado.", + "worldedit.trace.inactive": "Modo seguimiento desactivado.", + "worldedit.command.time-elapsed": "{0}seg trascurridos (historial: {1} cambiado; {2} bloques/seg).", + "worldedit.command.permissions": "No tienes permitido hacer esto. ТПEstУЁs en el modo correcto?", + "worldedit.command.player-only": "Este comando debe ser utilizado por un jugador.", + "worldedit.command.error.report": "Por favor, informa sobre este error: [Mira en la consola].", + "worldedit.pastebin.uploading": "ТЇ7Por favor espera, enviando el registro a pastebin...", + "worldedit.session.cant-find-session": "No se puede encontrar la sesiУГn de {0}.", + "worldedit.platform.no-file-dialog": "Este entorno no permite mostrar diУЁlogos.", + "worldedit.asset.load.loading": "ТЇ7Por favor espera, cargando el elemento...", + "worldedit.asset.load.still-loading": "ТЇ7Por favor espera, sigue cargando el elemento...", + "worldedit.asset.load.failed": "No se ha podido cargar el elemento.", + "worldedit.tool.max-block-changes": "Has alcanzado el nУКmero mУЁximo de bloques que puedes modificar.", + "worldedit.tool.no-block": "ТЁNo hay bloque a la vista!", + "worldedit.tool.repl.equip": "ТЇaHas asignado la Herramienta Remplazadora a ТЇ2{0}ТЇa.", + "worldedit.tool.repl.switched": "La Herramienta Remplazadora se ha cambiado por {0}.", + "worldedit.tool.data-cycler.equip": "ТЇaHas asignado la Herramienta de AlteraciУГn de Bloques a ТЇ2{0}ТЇa.", + "worldedit.tool.data-cycler.block-not-permitted": "No tienes permitido modificar el valor de este bloque.", + "worldedit.tool.data-cycler.cant-cycle": "ТЁEste bloque no se puede alterar!", + "worldedit.tool.data-cycler.new-value": "El valor de {0} ahora es {1}.", + "worldedit.tool.data-cycler.cycling": "Alterando el valor de {0}.", + "worldedit.tool.deltree.equip": "ТЇaHas asignado la Herramienta de EliminaciУГn de Уrboles Flotantes a ТЇ2{0}ТЇa.", + "worldedit.tool.deltree.not-tree": "Esto no es un Уrbol.", + "worldedit.tool.deltree.not-floating": "Esto no es un Уrbol Flotante.", + "worldedit.tool.tree.equip": "ТЇaHas asignado la Herramienta de GeneraciУГn de Уrboles a ТЇ2{0}ТЇa.", + "worldedit.tool.tree.obstructed": "No se puede generar un УЁrbol aquУ­.", + "worldedit.tool.info.equip": "ТЇaHas asignado la Herramienta de InformaciУГn a ТЇ2{0}ТЇa.", + "worldedit.tool.info.blockstate.hover": "ТЇ7InformaciУГn del Bloque.", + "worldedit.tool.info.internalid.hover": "ТЇ7ID Interna.", + "worldedit.tool.info.legacy.hover": "ТЇ7Heredado de la ID:InformaciУГn.", + "worldedit.tool.info.light.hover": "ТЇ7IluminaciУГn del Bloque/IluminaciУГn Superior.", + "worldedit.tool.none.equip": "ТЇcHas desvinculado la herramienta asignada.", + "worldedit.tool.none.to.unequip": "ТЇcEste objeto no tiene ninguna herramienta asignada.", + "worldedit.tool.selwand.equip": "ТЇaHas asignado la Herramienta de SelecciУГn a ТЇ2{0}ТЇa.", + "worldedit.tool.navwand.equip": "ТЇaHas asignado la Herramienta de NavegaciУГn a ТЇ2{0}ТЇa.", + "worldedit.tool.floodfill.equip": "ТЇaHas asignado la Herramienta de Relleno a ТЇ2{0}ТЇa.", + "worldedit.tool.farwand.equip": "ТЇaHas asignado la Herramienta de SelecciУГn Lejana a ТЇ2{0}ТЇa.", + "worldedit.tool.lrbuild.equip": "ТЇaHas asignado la Herramienta de ConstrucciУГn Lejana a ТЇ2{0}.", + "worldedit.tool.lrbuild.set": "ТЇ7BotУГn Izquierdo т–К {0}\\nТЇ7BotУГn Derecho т–К {1}.", + "worldedit.tool.stack.equip": "ТЇaLa herramienta de VinculaciУГn se ha asignado a ТЇ2{0}ТЇa.", + "worldedit.tool.unbind-instruction": "Usa {0} mientras mantienes el objeto para desvincular la herramienta.", + "worldedit.tool.superpickaxe.mode.single": "Modo simple.\\nТЇ7Usa el botУГn izquierdo con un pico.\\nТЇ8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.area": "Modo УЁrea.\\nТЇ7Usa el botУГn izquierdo con un pico.\\nТЇ8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.recursive": "Modo recursivo.\\nТЇ7Usa el botУГn izquierdo con un pico.\\nТЇ8Usa // para desactivar.", + "worldedit.tool.superpickaxe.max-range": "El rango mУЁximo es {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Ya estУЁ activado el Superpico.", + "worldedit.tool.superpickaxe.disabled.already": "Ya estУЁ desactivado el Superpico.", + "worldedit.tool.superpickaxe.enabled": "Se ha activado el Superpico.", + "worldedit.tool.superpickaxe.disabled": "Se ha desactivado el Superpico.", + "worldedit.tool.mask.set": "Se ha determinado la mУЁscara de la brocha.", + "worldedit.tool.mask.disabled": "Se ha desactivado la mУЁscara de la brocha.", + "worldedit.tool.material.set": "Se ha determinado el material de la brocha.", + "worldedit.tool.range.set": "Se ha determinado el rango de la brocha.", + "worldedit.tool.size.set": "Se ha determinado el tamaУБo de la brocha.", + "worldedit.tool.tracemask.set": "Se ha determinado el seguimiento de la mУЁscara.", + "worldedit.tool.tracemask.disabled": "Se ha desactivado el seguimiento de la mУЁscara.", + "worldedit.tool.error.cannot-bind": "ТЇcLa herramienta no se puede asignar a {0}: {1}", + "worldedit.tool.error.item-only": "ТЇcSolo se pueden asignar objetos, no bloques.", + "worldedit.execute.script-permissions": "No tienes permiso para usar rutinas.", + "worldedit.executelast.no-script": "Primero usa /cs con un nombre de rutina.", + "worldedit.script.read-error": "Error de la rutina: {0}.", + "worldedit.script.unsupported": "Solo se admiten rutinas .js", + "worldedit.script.file-not-found": "La rutina no existe: {0}.", + "worldedit.script.no-script-engine": "No se ha encontrado instalado un motor de rutinas.\\nPor favor, mira aquУ­: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "No se ha podido ejecutar: {0}.", + "worldedit.script.failed-console": "No se ha podido ejecutar (mira en la consola): {0}.", + "worldedit.operation.affected.biome": "{0} biomas afectados.", + "worldedit.operation.affected.block": "{0} bloques afectados.", + "worldedit.operation.affected.column": "{0} columnas afectadas.", + "worldedit.operation.affected.entity": "{0} entidades afectadas.", + "worldedit.operation.deform.expression": "Usando la deformaciУГn {0}.", + "worldedit.error.invalid-number": "Se esperaba un nУКmero; caracteres no vУЁlidos.", + "worldedit.error.invalid-number.matches": "Se esperaba un nУКmero; caracteres \"{0}\" obtenidos.", + "worldedit.error.incomplete-region": "ТЇcPrimero selecciona una regiУГn.", + "worldedit.error.unknown-block": "No se reconoce el nombre del bloque '{0}'.", + "worldedit.error.unknown-entity": "No se reconoce el nombre de la entidad '{0}'.", + "worldedit.error.unknown-mob": "No se reconoce el nombre del mob '{0}'.", + "worldedit.error.unknown-biome": "No se reconoce el nombre del bioma '{0}'.", + "worldedit.error.unknown-tag": "No se reconoce el nombre de la etiqueta '{0}'.", + "worldedit.error.empty-tag": "La etiqueta '{0}' carece de contenido.", + "worldedit.error.no-match": "No se han encontrado coincidencias con '{0}'.", + "worldedit.error.disallowed-block": "Bloque '{0}' no admitido (mira en la configuraciУГn de WorldEdit).", + "worldedit.error.max-changes": "Has superado el lУ­mite mУЁximo de bloques que puedes modificar en cada operaciУГn. (Se han modificado {0} bloques).", + "worldedit.error.max-brush-radius": "El radio mУЁximo (configurado) en la brocha es {0}.", + "worldedit.error.max-radius": "El radio mУЁximo (configurado) es {0}.", + "worldedit.error.unknown-direction": "DirecciУГn desconocida: {0}.", + "worldedit.error.empty-clipboard": "El portapapeles estУЁ vacУ­o. Usa primero '//copy'.", + "worldedit.error.invalid-filename": "El nombre del archivo '{0}' no es vУЁlido: {1}.", + "worldedit.error.invalid-filename.invalid-characters": "Caracteres no vУЁlidos o falta la extensiУГn.", + "worldedit.error.file-resolution": "Archivo '{0}' resoluciУГn del error: {1}.", + "worldedit.error.file-resolution.outside-root": "La ruta no se encuentra en la raУ­z permitida.", + "worldedit.error.file-resolution.resolve-failed": "No se ha podido resolver la ruta.", + "worldedit.error.file-aborted": "SelecciУГn de archivos anulada.", + "worldedit.error.no-file-selected": "No has seleccionado el archivo.", + "worldedit.error.world-unloaded": "El mundo ya estУЁ descargado.", + "worldedit.error.not-a-block": "Este objeto no es un bloque.", + "worldedit.error.not-a-block.item": "El objeto '{0}' no es un bloque.", + "worldedit.error.incorrect-usage": "Debes usar: {0}.", + "worldedit.error.invalid-page": "NУКmero de pУЁgina no vУЁlido.", + "worldedit.error.parser.bad-state-format": "El formato de estado no es correcto en {0}.", + "worldedit.error.parser.duplicate-property": "Propiedad duplicada: {0}.", + "worldedit.error.parser.empty-state": "Una parte del estado estУЁ vacУ­o.", + "worldedit.error.parser.missing-equals-separator": "Falta el separador '='.", + "worldedit.error.parser.clipboard.missing-offset": "El desplazamiento se ha especificado con @ pero no se ha especificado. Usa '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Propiedad del bloque '{1}' desconocida '{0}'.", + "worldedit.error.parser.unknown-value": "Valor de la propiedad '{1}' desconocida '{0}'.", + "worldedit.error.parser.empty-property": "La propiedad del estado estУЁ vacУ­a.", + "worldedit.error.parser.empty-value": "El valor del estado estУЁ vacУ­o.", + "worldedit.error.parser.invalid-colon": "SУ­mbolo de dos puntos no vУЁlido.", + "worldedit.error.parser.invalid-expression": "ExpresiУГn no vУЁlida: {0}", + "worldedit.error.parser.negate-nothing": "ТЁNo se puede negar la nada!", + "worldedit.error.parser.hanging-lbracket": "Formato no vУЁlido. Falta el corchete en '{0}'.", + "worldedit.error.parser.missing-rbracket": "Falta el corchete de cierre ']'.", + "worldedit.error.parser.missing-random-type": "Falta el tipo despuУЉs del sУ­mbolo % para '{0}'.", + "worldedit.error.parser.clipboard.missing-coordinates": "El desplazamiento del portapapeles necesita las coordenadas x,y,z.", + "worldedit.error.parser.player-only": "ТЁLa entrada '{0}' necesita un jugador!", + "worldedit.error.disabled": "Esta funcionalidad estУЁ desactivada (ver configuraciУГn de WorldEdite).", + "worldedit.error.unknown": "Se ha producido un error desconocido: {0}", + "worldedit.error.missing-extent": "ExtensiУГn desconocida.", + "worldedit.error.missing-session": "SesiУГn local desconocida.", + "worldedit.error.missing-world": "Es necesario determinar un mundo (prueba con //world).", + "worldedit.error.missing-actor": "No se reconoce ningУКn actor.", + "worldedit.selection.convex.info.vertices": "ТЇ5VУЉrtices: {0}.", + "worldedit.selection.convex.info.triangles": "ТЇ5TriУЁngulos: {0}.", + "worldedit.selection.convex.explain.primary": "Has iniciado una selecciУГn con vУЉrtice {0}.", + "worldedit.selection.convex.explain.secondary": "Has aУБadido el vУЉrtice {0} en la selecciУГn.", + "worldedit.selection.cuboid.info.pos1": "ТЇ5PosiciУГn 1: {0}.", + "worldedit.selection.cuboid.info.pos2": "ТЇ5PosiciУГn 2: {0}.", + "worldedit.selection.cuboid.explain.primary": "Primera posiciУГn establecida en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Primera posiciУГn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.cuboid.explain.secondary": "Segunda posiciУГn establecida en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Segunda posiciУГn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.extend.explain.primary": "SelecciУГn iniciada en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Extender la selecciУГn para abarcar {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "ТЇ5Centro: {0}.", + "worldedit.selection.ellipsoid.info.radius": "ТЇ5Radio X/Y/Z: {0}.", + "worldedit.selection.ellipsoid.explain.primary": "PosiciУГn central determinada en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "PosiciУГn central determinada en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radio determinado en {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Has determinado el radio en {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Los cambios de las Elipses deben ser uniformes en cada dimensiУГn horizontal.", + "worldedit.selection.cylinder.info.center": "ТЇ5Centro: {0}.", + "worldedit.selection.cylinder.info.radius": "ТЇ5Radio: {0}.", + "worldedit.selection.cylinder.explain.primary": "Has iniciado una selecciУГn cilУ­ndrica en {0}.", + "worldedit.selection.cylinder.explain.secondary": "Has determinado el radio en {0}/{1} bloques ({2}).", + "worldedit.selection.cylinder.explain.secondary-missing": "Antes de determinar el radio, tienes que seleccionar el punto central.", + "worldedit.selection.cylinder.error.even-horizontal": "Los cambios de los Cilindros deben ser uniformes en cada dimensiУГn horizontal.", + "worldedit.selection.polygon2d.info": "ТЇ5NУКmero de Puntos: {0}.", + "worldedit.selection.polygon2d.explain.primary": "El primer punto se ha establecido en {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Se ha aУБadido el punto nТК{0} en {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Los polУ­gonos sУГlo se pueden expandir verticalmente.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Los polУ­gono solo se pueden contraer verticalmente.", + "worldedit.selection.sphere.explain.secondary": "Se ha determinado el radio de {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Se ha establecido el radio en {0} ({1}).", + "worldedit.selection.null.error.immutable": "No se puede cambiar una RegiУГn Nula.", + "worldedit.selection.intersection.error.cannot-expand": "No se puede expandir una intersecciУГn de regiУГn.", + "worldedit.selection.intersection.error.cannot-contract": "No se puede contraer una intersecciУГn de regiУГn.", + "worldedit.selection.transform.error.cannot-expand": "No se puede expandir una RegiУГn Transformada.", + "worldedit.selection.transform.error.cannot-contract": "No se puede contraer una RegiУГn Transformada.", + "worldedit.selection.transform.error.cannot-change": "No se puede modificar una RegiУГn Transformada.", + "worldedit.sideeffect.lighting": "IluminaciУГn", + "worldedit.sideeffect.lighting.description": "Actualiza la iluminaciУГn de los bloques.", + "worldedit.sideeffect.neighbors": "Vecinos", + "worldedit.sideeffect.neighbors.description": "Notifica los cambios de los bloques cercanos.", + "worldedit.sideeffect.update": "ActualizaciУГn", + "worldedit.sideeffect.update.description": "Notifica los cambios realizados en los bloques.", + "worldedit.sideeffect.validation": "ValidaciУГn", + "worldedit.sideeffect.validation.description": "Repara y valida los errores inconsistentes del estado del mundo, tales como bloques desconectados.", + "worldedit.sideeffect.entity_ai": "IA de entidades", + "worldedit.sideeffect.entity_ai.description": "Actualiza las rutas de las entidades segУКn los cambios de los bloques.", + "worldedit.sideeffect.events": "Eventos Mod/Plugin", + "worldedit.sideeffect.events.description": "Informa sobre los cambios a otros mods/plugins, cuando corresponda.", + "worldedit.sideeffect.state.on": "Activado", + "worldedit.sideeffect.state.delayed": "Aplazado", + "worldedit.sideeffect.state.off": "Desactivado", + "worldedit.sideeffect.box.current": "Actual", + "worldedit.sideeffect.box.change-to": "Clic para establecer {0}.", + "worldedit.help.command-not-found": "No se ha encontrado el comando '{0}'.", + "worldedit.help.no-subcommands": "'{0}' no es un subcomando. ТПQuizУЁs '{1}' sea un parУЁmetro?", + "worldedit.help.subcommand-not-found": "No se ha encontrado el subcomando '{0}' de '{1}'.", + "worldedit.cli.stopping": "ТЁDeteniendo...!", + "worldedit.cli.unknown-command": "ТЁComando desconocido!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/es-MX/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/es-MX/strings.json new file mode 100644 index 0000000..23101ae --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/es-MX/strings.json @@ -0,0 +1,414 @@ +{ + "worldedit.expand.description.vert": "Expande la regiУГn seleccionada desde lo mУЁs bajo hasta lo mУЁs alto.", + "worldedit.expand.expanded": "La regiУГn se ha expandido {0} bloques.", + "worldedit.expand.expanded.vert": "La regiУГn se ha expandido {0} bloques (verticalmente).", + "worldedit.biomeinfo.lineofsight": "Biomas encontrados en la lУ­nea de visiУГn: {0}", + "worldedit.biomeinfo.position": "El Bioma de tu posiciУГn es: {0}", + "worldedit.biomeinfo.selection": "Biomas encontrados en la selecciУГn: {0}", + "worldedit.brush.radius-too-large": "El radio mУЁximo de la brocha es de {0}.", + "worldedit.brush.apply.description": "Aplicar la brocha, aplicar una funciУГn a cada bloque.", + "worldedit.brush.apply.radius": "El tamaУБo de la brocha.", + "worldedit.brush.apply.shape": "La forma de la regiУГn.", + "worldedit.brush.apply.type": "El tipo de brocha a usar.", + "worldedit.brush.apply.item.warning": "Esta brocha simula usos de objetos. Es posible que los efectos no funcionen en todas las plataformas, puede que no se puedan deshacer los cambios y puede provocar interacciones no deseadas con otros mods/plugins. Уšsalo bajo tu propio riesgo.", + "worldedit.brush.paint.description": "Brocha de pintura, aplica una funciУГn a una superficie.", + "worldedit.brush.paint.size": "El tamaУБo de la brocha.", + "worldedit.brush.paint.shape": "La forma de la regiУГn.", + "worldedit.brush.paint.density": "La densidad de la brocha.", + "worldedit.brush.paint.type": "El tipo de brocha a usar.", + "worldedit.brush.paint.item.warning": "Esta brocha simula usos de objetos. Es posible que los efectos no funcionen en todas las plataformas, puede que no se puedan deshacer los cambios y puede provocar interacciones no deseadas con otros mods/plugins. Уšsalo bajo tu propio riesgo.", + "worldedit.brush.sphere.equip": "Has asignado una Brocha con forma EsfУЉrica ({0}).", + "worldedit.brush.cylinder.equip": "Has asignado una Brocha con forma CilУ­ndrica ({0} x {1}).", + "worldedit.brush.clipboard.equip": "Forma de pizarra esfУЉrica equipada.", + "worldedit.brush.smooth.equip": "Has asignado una Brocha de Suavizado ({0} x {1}x usando {2}).", + "worldedit.brush.extinguish.equip": "Has asignado una Brocha de ExtinciУГn de fuego ({0}).", + "worldedit.brush.gravity.equip": "Has asignado una Brocha de Gravedad ({0}).", + "worldedit.brush.butcher.equip": "Has asignado una Brocha de Asesino ({0}).", + "worldedit.brush.operation.equip": "Establecer pincel a {0}.", + "worldedit.brush.heightmap.equip": "Has asignado una Brocha de ElevaciУГn de Terreno ({0}).", + "worldedit.brush.heightmap.unknown": "Brocha de ElevaciУГn de Terreno desconocida: {0}.", + "worldedit.brush.none.equip": "La brocha se ha desvinculado del objeto actual.", + "worldedit.setbiome.changed": "Has cambiado los biomas de aproximadamente {0} bloques.", + "worldedit.setbiome.warning": "Puede ser que necesites volver a unirte al servidor (o volver a abrir el mundo) para ver cambios.", + "worldedit.drawsel.disabled": "CUI de servidor deshabilitado.", + "worldedit.drawsel.disabled.already": "El CUI de servidor ya estУЁ deshabilitado.", + "worldedit.drawsel.enabled.already": "El CUI de servidor ya estУЁ habilitado.", + "worldedit.limit.too-high": "Su lУ­mite mУЁximo permitido es {0}.", + "worldedit.limit.set": "LУ­mite de bloques establecido a {0}.", + "worldedit.limit.return-to-default": "(Usa //limit para volver al valor por defecto).", + "worldedit.timeout.too-high": "El tiempo de espera mУЁximo es de {0}ms.", + "worldedit.timeout.set": "El tiempo de espera mУЁximo se ha establecido en {0}ms.", + "worldedit.timeout.return-to-default": " (Usa //timeout para volver al valor por defecto).", + "worldedit.fast.disabled": "Modo rУЁpido deshabilitado.", + "worldedit.fast.enabled": "Modo rУЁpido habilitado. Puede ser que la iluminaciУГn en los chunks afectados sea errУГnea, y que necesites volver a unirte para ver cambios.", + "worldedit.fast.disabled.already": "El modo rУЁpido ya estУЁ deshabilitado.", + "worldedit.fast.enabled.already": "El modo rУЁpido ya estУЁ habilitado.", + "worldedit.perf.sideeffect.set": "El Efecto Secundario \"{0}\" establecido en {1}.", + "worldedit.perf.sideeffect.get": "El Efecto Secundario \"{0}\" estУЁ establecido en {1}.", + "worldedit.perf.sideeffect.already-set": "El Efecto Secundario \"{0}\" ya estУЁ {1}.", + "worldedit.perf.sideeffect.set-all": "Todos los efectos secundarios estУЁn determinados como {0}.", + "worldedit.reorder.current": "El modo reordenaciУГn estУЁ {0}.", + "worldedit.reorder.set": "Ahora estУЁ {0} el modo reordenaciУГn.", + "worldedit.gmask.disabled": "Mascara global deshabilitada.", + "worldedit.gmask.set": "Mascara global establecida.", + "worldedit.toggleplace.pos1": "Ahora determina la primera posiciУГn.", + "worldedit.toggleplace.player": "Coloca el bloque donde estУЁs.", + "worldedit.toggleplace.not-locatable": "No se puede alternar la colocaciУГn en este contexto.", + "worldedit.searchitem.too-short": "Introduce una cadena de bУКsqueda mУЁs larga (longitud > 2).", + "worldedit.searchitem.either-b-or-i": "No puedes usar las funciones 'b' e 'i' al mismo tiempo.", + "worldedit.searchitem.searching": "(Por favor espera... buscando objetos.)", + "worldedit.watchdog.no-hook": "Esta plataforma no admite el rastreador.", + "worldedit.watchdog.active.already": "El rastreador ya estУЁ activo.", + "worldedit.watchdog.inactive.already": "El rastreador ya estУЁ inactivo.", + "worldedit.watchdog.active": "Se ha activado el rastreador.", + "worldedit.watchdog.inactive": "Se ha desactivado el rastreador.", + "worldedit.world.remove": "Se ha eliminado el mundo de sustituciУГn.", + "worldedit.world.set": "Determina el mundo a sustituir {0}. (Usa //world para restablecerlo).", + "worldedit.undo.undone": "Se han desecho {0} ediciones.", + "worldedit.undo.none": "Nada que deshacer.", + "worldedit.redo.redone": "Se han rehecho {0} ediciones.", + "worldedit.redo.none": "No hay nada que rehacer.", + "worldedit.clearhistory.cleared": "Se ha eliminado el historial de ediciones.", + "worldedit.raytrace.noblock": "ТЁNo hay bloques a la vista!", + "worldedit.restore.not-configured": "No se ha configurado la funciУГn de restauraciУГn (snapshot).", + "worldedit.restore.not-available": "El Punto de RestauraciУГn no estУЁ disponible o no existe.", + "worldedit.restore.failed": "Fallo al cargar el Punto de RestauraciУГn: {0}.", + "worldedit.restore.loaded": "Se ha cargado el Punto de RestauraciУГn (Snapshot) '{0}'. Efectuando la restauraciУГn...", + "worldedit.restore.restored": "RestauraciУГn concluida. Faltan {0} chunks y otros {1} errores.", + "worldedit.restore.none-for-specific-world": "No se han encontrado mУЁs Puntos de RestauraciУГn del mundo '{0}'.", + "worldedit.restore.none-for-world": "No se han encontrado Puntos de RestauraciУГn de este Mundo.", + "worldedit.restore.none-found": "No se han encontrado Puntos de RestauraciУГn.", + "worldedit.restore.none-found-console": "No se encontraron snapshots. Ve la consola para mУЁs detalles.", + "worldedit.restore.chunk-not-present": "No se han encontrado chunks en el Punto de RestauraciУГn.", + "worldedit.restore.chunk-load-failed": "No se han podido cargar los chunks. Puede que el archivo correspondiente estУЉ corrupto.", + "worldedit.restore.block-place-failed": "Los errores ocurridos han impedido restaurar los bloques.", + "worldedit.restore.block-place-error": "Уšltimo error: {0}", + "worldedit.snapshot.use.newest": "Ahora se estУЁ usando un Punto de RestauraciУГn mУЁs reciente.", + "worldedit.snapshot.use": "Snapshot establecida a: {0}", + "worldedit.snapshot.none-before": "No se pudo encontrar una snapshot de antes de {0}.", + "worldedit.snapshot.none-after": "No se pudo encontrar una snapshot despuУЉs de {0}.", + "worldedit.snapshot.index-above-0": "Уndice invУЁlido, debe ser mayor o igual a 1.", + "worldedit.snapshot.index-oob": "Уndice invУЁlido, debe ser entre 1 y {0}.", + "worldedit.schematic.unknown-format": "Formato de schematic desconocido: {0}.", + "worldedit.schematic.load.does-not-exist": "ТЁLa schematic {0} no existe!", + "worldedit.schematic.load.loading": "(Espera, cargando la schematic...)", + "worldedit.schematic.load.still-loading": "(Espera, todavУ­a cargando la schematic...)", + "worldedit.schematic.save.already-exists": "Esa schematic ya existe. Usa el parУЁmetro -f para sobrescribirla.", + "worldedit.schematic.save.failed-directory": "ТЁNo se pudo crear la carpeta para las schematics!", + "worldedit.schematic.save.saving": "(Espera, guardando la schematic...)", + "worldedit.schematic.save.still-saving": "(Espera, todavУ­a guardando la schematic...)", + "worldedit.schematic.delete.does-not-exist": "ТЁLa schematic {0} no existe!", + "worldedit.schematic.delete.failed": "ТЁNo se pudo eliminar {0}! ТПAcaso es de solo lectura?", + "worldedit.schematic.delete.deleted": "El schematic '{0}' se ha eliminado correctamente.", + "worldedit.schematic.formats.title": "Formatos de portapapeles disponibles (Nombre: nombres de bУКsqueda).", + "worldedit.schematic.unsupported-minecraft-version": "Esta versiУГn de WorldEdit no soporta tu versiУГn de Minecraft. Las schematics no funcionarУЁn hasta que se resolva este problema.", + "worldedit.pos.already-set": "Esta posiciУГn ya estУЁ determinada.", + "worldedit.pos.console-require-coords": "Debes proporcionar las coordenadas en consola.", + "worldedit.hpos.no-block": "ТЁNo hay bloques a la vista!", + "worldedit.hpos.already-set": "Esta posiciУГn ya estУЁ determinada.", + "worldedit.chunk.selected-multiple": "Chunks seleccionados: ({0}, {1}, {2}) т–К ({3}, {4}, {5}).", + "worldedit.chunk.selected": "Chunk seleccionado: {0}, {1}, {2}.", + "worldedit.wand.invalid": "La Herramienta de SelecciУГn asociada estУЁ desactivada o mal configurada.", + "worldedit.wand.selwand.info": "ТЇ7BotУГn Izquierdo т–К Seleccionar la 1ТЊ posiciУГn.\\nТЇ7BotУГn Derecho т–К Seleccionar la 2ТЊ posiciУГn.", + "worldedit.wand.navwand.info": "ТЇ7BotУГn Izquierdo т–К Aparecer en el lugar seУБalado.\\nТЇ7BotУГn Derecho т–К Atravesar paredes.", + "worldedit.wand.selwand.now.tool": "Ahora la herramienta de selecciУГn es correcta. Puedes desactivarla con {0} y volver a asignarla a un objeto con {1} o conseguir una nueva con {2}.", + "worldedit.contract.contracted": "La regiУГn se ha contraУ­do {0} bloques.", + "worldedit.shift.shifted": "La regiУГn se ha desplazado.", + "worldedit.outset.outset": "La regiУГn se ha expandido.", + "worldedit.inset.inset": "La regiУГn se ha contraУ­do.", + "worldedit.size.offset": "Desplazado: {0}.", + "worldedit.size.type": "ТЇ8ТЇm------------------------------ТЇr\\nТЇ5Tipo: {0}.", + "worldedit.size.size": "ТЇ5TamaУБo: {0}.", + "worldedit.size.distance": "ТЇ5Distancia: {0}.", + "worldedit.size.blocks": "ТЇ5Cantidad de Bloques: {0}.", + "worldedit.count.counted": "ТЇ5Cantidad {0}.", + "worldedit.distr.no-blocks": "No ha bloques enumerados.", + "worldedit.distr.no-previous": "No existe un distribuciУГn anterior.", + "worldedit.distr.total": "NУКmero Total de Bloques: {0}.", + "worldedit.select.cleared": "ТЇcHas deseleccionado la zona.", + "worldedit.select.cuboid.message": "SelecciУГn CУКbica.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el 1ТК punto.\\nТЇ7BotУГn Derecho т–К Seleccionar el 2ТК punto.", + "worldedit.select.cuboid.description": "ТЇ7Selecciona las dos esquinas del cuboide.", + "worldedit.select.extend.message": "ExtensiУГn de Cuboide.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el punto inicial.\\nТЇ7BotУГn Derecho т–К Expandir.", + "worldedit.select.extend.description": "Modo RУЁpido de selecciУГn de cuboides.", + "worldedit.select.poly.message": "SelecciУГn de Poligonal.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el punto inicial.\\nТЇ7BotУГn Derecho т–К AУБadir puntos.", + "worldedit.select.poly.limit-message": "{0} puntos como mУЁximo.", + "worldedit.select.poly.description": "Selecciona una regiУГn poligonal.", + "worldedit.select.ellipsoid.message": "SelecciУГn de Elipsoidal.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el Centro.\\nТЇ7BotУГn Derecho т–К Seleccionar la extensiУГn.", + "worldedit.select.ellipsoid.description": "Selecciona un regiУГn con forma elУ­ptica.", + "worldedit.select.sphere.message": "SelecciУГn EsfУЉrica.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el Centro.\\nТЇ7BotУГn Derecho т–К Determinar el radio.", + "worldedit.select.sphere.description": "Selecciona un regiУГn con forma esfУЉrica.", + "worldedit.select.cyl.message": "SelecciУГn CilУ­ndrica.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el Centro.\\nТЇ7BotУГn Derecho т–К Seleccionar la extensiУГn.", + "worldedit.select.cyl.description": "Selecciona un regiУГn con forma cilУ­ndrica.", + "worldedit.select.convex.message": "SelecciУГn PoliУЉdrica Convexa.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el primer vУЉrtice.\\nТЇ7BotУГn Derecho т–К AУБadir mУЁs vУЉrtices.", + "worldedit.select.convex.limit-message": "El lУ­mite es de {0} puntos como mУЁximo.", + "worldedit.select.convex.description": "Selecciona un regiУГn con forma de Poliedro Convexo.", + "worldedit.select.default-set": "La forma actual de selecciУГn es {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}.", + "worldedit.chunkinfo.old-filename": "Formato antiguo: {0}.", + "worldedit.chunkinfo.mcregion-filename": "RegiУГn MC: RegiУГn/{0}.", + "worldedit.listchunks.listfor": "Listando para: {0}.", + "worldedit.drain.drained": "Se han vaciado {0} bloques.", + "worldedit.fill.created": "Se han rellenado {0} bloques.", + "worldedit.fillr.created": "Se han rellenado {0} bloques.", + "worldedit.fixlava.fixed": "Se han nivelado {0} bloques de lava.", + "worldedit.fixwater.fixed": "Se han nivelado {0} bloques de agua.", + "worldedit.removeabove.removed": "Se han eliminado {0} bloques.", + "worldedit.removebelow.removed": "Se han eliminado {0} bloques.", + "worldedit.removenear.removed": "Se han eliminado {0} bloques.", + "worldedit.replacenear.replaced": "Se han remplazado {0} bloques.", + "worldedit.snow.created": "Se han cubierto {0} superficies.", + "worldedit.thaw.removed": "Se han descongelado {0} bloques.", + "worldedit.green.changed": "Se han enverdecido {0} bloques.", + "worldedit.extinguish.removed": "Se han extinguido {0} focos en llamas.", + "worldedit.butcher.killed": "Se han eliminado {0} criaturas en un radio de {1}.", + "worldedit.butcher.explain-all": "Usa -1 para eliminar todas las criaturas de los chunks cargados.", + "worldedit.remove.removed": "Se han marcado {0} entidades para su eliminaciУГn.", + "worldedit.remove.explain-all": "Usa -1 para eliminar todas las entidades de los chunks cargados.", + "worldedit.calc.invalid": "'{0}' no puede ser analizado como una expresiУГn vУЁlida.", + "worldedit.calc.invalid.with-error": "'{0}' no puede ser analizado como una expresiУГn vУЁlida: '{1}'", + "worldedit.paste.pasted": "El contenido del portapapeles ha sido pegado en {0}.", + "worldedit.paste.selected": "Se ha seleccionado la regiУГn de pegado del portapapeles.", + "worldedit.rotate.no-interpolation": "Nota: La interpolaciУГn aУКn no es admisible, por lo que se recomienda УЁngulos mУКltiplos de 90.", + "worldedit.rotate.rotated": "Se ha girado el contenido del portapapeles.", + "worldedit.flip.flipped": "Se ha volteado el contenido del portapapeles.", + "worldedit.clearclipboard.cleared": "ТЇ4Se ha eliminado el contenido del Portapapeles.", + "worldedit.set.done": "ТЇ2OperaciУГn completada.", + "worldedit.set.done.verbose": "OperaciУГn completada ({0}).", + "worldedit.line.changed": "Se han cambiado {0} bloques.", + "worldedit.line.invalid-type": "La herramienta '//line' solo funciona con selecciones cuboides o poliУЉdricas convexas.", + "worldedit.curve.changed": "Se han cambiado {0} bloques.", + "worldedit.curve.invalid-type": "La herramienta '//curve' solo funciona con selecciones poliУЉdricas convexas.", + "worldedit.replace.replaced": "Se han remplazado {0} bloques.", + "worldedit.stack.changed": "Se han cambiado {0} bloques. Puedes deshacer los cambios usando '//undo'.", + "worldedit.stack.intersecting-region": "El desplazamiento del stack no debe chocar con la regiУГn colindante cuando se utiliza el bloque como unidad.", + "worldedit.regen.regenerated": "ТЇ6La zona seleccionada se ha regenerado.", + "worldedit.regen.failed": "No se han podido regenerar los chunks. Mira en la consola para obtener mУЁs detalles.", + "worldedit.walls.changed": "Se han cambiado {0} bloques.", + "worldedit.faces.changed": "Se han cambiado {0} bloques.", + "worldedit.overlay.overlaid": "Se ha superpuesto {0} bloques.", + "worldedit.naturalize.naturalized": "Se han sustituido {0} bloques para que parezcan mУЁs naturales.", + "worldedit.center.changed": "Centro establecido. (Se han cambiado {0} bloques).", + "worldedit.smooth.changed": "Se ha suavizado el terreno. {0} bloques afectados.", + "worldedit.move.moved": "Se han movido {0} bloques.", + "worldedit.deform.deformed": "Se han deformado {0} bloques.", + "worldedit.hollow.changed": "Se han cambiado {0} bloques.", + "worldedit.forest.created": "Se ha generado {0} УЁrboles.", + "worldedit.flora.created": "Se han generado {0} plantas.", + "worldedit.unstuck.moved": "ТЁAhУ­ lo tienes chaval!", + "worldedit.ascend.obstructed": "No se ha encontrado ningУКn espacio libre por encima.", + "worldedit.ascend.moved": "Has ascendido {0} niveles.", + "worldedit.descend.obstructed": "No se ha encontrado ningУКn espacio libre por debajo.", + "worldedit.descend.moved": "Has descendido {0} niveles.", + "worldedit.ceil.obstructed": "No se ha encontrado ningУКn espacio libre por encima.", + "worldedit.ceil.moved": "ТЁYupi!", + "worldedit.thru.obstructed": "No se ha encontrado ningУКn espacio libre por delante.", + "worldedit.thru.moved": "ТЁYupi!", + "worldedit.jumpto.moved": "ТЁPuf!", + "worldedit.jumpto.none": "ТЇcТЁNo hay nada a la vista (o estУЁ demasiado lejos)!", + "worldedit.up.obstructed": "Debes golpear algo por encima tuyo.", + "worldedit.up.moved": "ТЁYupi!", + "worldedit.cyl.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.cyl.created": "Se han creado {0} bloques.", + "worldedit.sphere.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.sphere.created": "Se ha generado una esfera con {0} bloques.", + "worldedit.forestgen.created": "Se han generado {0} УЁrboles.", + "worldedit.pumpkins.created": "Se han generado {0} calabazas.", + "worldedit.pyramid.created": "Se ha generado una pirУЁmide con {0} bloques.", + "worldedit.generate.created": "Se han creado {0} bloques.", + "worldedit.generatebiome.changed": "{0} biomas afectados.", + "worldedit.reload.config": "ТЇaLa configuraciУГn de ТЇ2WorlEdit ТЇase ha recargado satisfactoriamente.", + "worldedit.report.written": "Se ha generado el informe de WorldEdit en {0}.", + "worldedit.report.error": "Fallo al guardar el informe: {0}.", + "worldedit.report.callback": "Informe de WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Zona horaria no vУЁlida.", + "worldedit.timezone.set": "La zona horaria para esta sesiУГn es: {0}.", + "worldedit.timezone.current": "La hora actual en esta zona horaria es: {0}.", + "worldedit.version.version": "VersiУГn de WorldEdit: {0}.", + "worldedit.version.bukkit.unsupported-adapter": "Esta versiУГn de WorldEdit no es compatible con esta versiУГn de Bukkit. Los contenedores (ej. cofres) se quedarУЁn vacУ­os, las propiedades (ej. rotaciУГn) no se mantendrУЁn, y otras cosas pueden no funcionar. Actualiza WorldEdit para restaurar la funcionalidad:\\n{0}", + "worldedit.trace.no-tracing-extents": "Seguimiento: No se ha utilizado ninguna medida.", + "worldedit.trace.action-failed": "Seguimiento: {0} acciones en {1} descartadas por la extensiУГn {2}.", + "worldedit.trace.active.already": "El Modo Seguimiento ya estУЁ activado.", + "worldedit.trace.inactive.already": "El Modo Seguimiento ya estУЁ desactivado.", + "worldedit.trace.active": "Modo Seguimiento activado.", + "worldedit.trace.inactive": "Modo seguimiento desactivado.", + "worldedit.command.time-elapsed": "{0}seg trascurridos (historial: {1} cambiado; {2} bloques/seg).", + "worldedit.command.permissions": "No tienes permitido hacer esto. ТПEstУЁs en el modo correcto?", + "worldedit.command.player-only": "Este comando debe ser utilizado por un jugador.", + "worldedit.command.error.report": "Por favor, informa sobre este error: [Mira en la consola].", + "worldedit.pastebin.uploading": "ТЇ7Por favor espera, enviando el registro a pastebin...", + "worldedit.session.cant-find-session": "No se puede encontrar la sesiУГn de {0}.", + "worldedit.platform.no-file-dialog": "Este entorno no permite mostrar diУЁlogos.", + "worldedit.asset.load.loading": "ТЇ7Por favor espera, cargando el elemento...", + "worldedit.asset.load.still-loading": "ТЇ7Por favor espera, sigue cargando el elemento...", + "worldedit.asset.load.failed": "No se ha podido cargar el elemento.", + "worldedit.tool.max-block-changes": "Has alcanzado el nУКmero mУЁximo de bloques que puedes modificar.", + "worldedit.tool.no-block": "ТЁNo hay bloque a la vista!", + "worldedit.tool.repl.equip": "ТЇaHas asignado la Herramienta Remplazadora a ТЇ2{0}ТЇa.", + "worldedit.tool.repl.switched": "La Herramienta Remplazadora se ha cambiado por {0}.", + "worldedit.tool.data-cycler.equip": "ТЇaHas asignado la Herramienta de AlteraciУГn de Bloques a ТЇ2{0}ТЇa.", + "worldedit.tool.data-cycler.block-not-permitted": "No tienes permitido modificar el valor de este bloque.", + "worldedit.tool.data-cycler.cant-cycle": "ТЁEste bloque no se puede alterar!", + "worldedit.tool.data-cycler.new-value": "El valor de {0} ahora es {1}.", + "worldedit.tool.data-cycler.cycling": "Alterando el valor de {0}.", + "worldedit.tool.deltree.equip": "ТЇaHas asignado la Herramienta de EliminaciУГn de Уrboles Flotantes a ТЇ2{0}ТЇa.", + "worldedit.tool.deltree.not-tree": "Esto no es un Уrbol.", + "worldedit.tool.deltree.not-floating": "Esto no es un Уrbol Flotante.", + "worldedit.tool.tree.equip": "ТЇaHas asignado la Herramienta de GeneraciУГn de Уrboles a ТЇ2{0}ТЇa.", + "worldedit.tool.tree.obstructed": "No se puede generar un УЁrbol aquУ­.", + "worldedit.tool.info.equip": "ТЇaHas asignado la Herramienta de InformaciУГn a ТЇ2{0}ТЇa.", + "worldedit.tool.info.blockstate.hover": "ТЇ7InformaciУГn del Bloque.", + "worldedit.tool.info.internalid.hover": "ТЇ7ID Interna.", + "worldedit.tool.info.legacy.hover": "ТЇ7Heredado de la ID:InformaciУГn.", + "worldedit.tool.info.light.hover": "ТЇ7IluminaciУГn del Bloque/IluminaciУГn Superior.", + "worldedit.tool.none.equip": "ТЇcHas desvinculado la herramienta asignada.", + "worldedit.tool.none.to.unequip": "ТЇcEste objeto no tiene ninguna herramienta asignada.", + "worldedit.tool.selwand.equip": "ТЇaHas asignado la Herramienta de SelecciУГn a ТЇ2{0}ТЇa.", + "worldedit.tool.navwand.equip": "ТЇaHas asignado la Herramienta de NavegaciУГn a ТЇ2{0}ТЇa.", + "worldedit.tool.floodfill.equip": "ТЇaHas asignado la Herramienta de Relleno a ТЇ2{0}ТЇa.", + "worldedit.tool.farwand.equip": "ТЇaHas asignado la Herramienta de SelecciУГn Lejana a ТЇ2{0}ТЇa.", + "worldedit.tool.lrbuild.equip": "ТЇaHas asignado la Herramienta de ConstrucciУГn Lejana a ТЇ2{0}.", + "worldedit.tool.lrbuild.set": "ТЇ7BotУГn Izquierdo т–К {0}\\nТЇ7BotУГn Derecho т–К {1}.", + "worldedit.tool.stack.equip": "ТЇaLa herramienta de VinculaciУГn se ha asignado a ТЇ2{0}ТЇa.", + "worldedit.tool.unbind-instruction": "Usa {0} mientras mantienes el objeto para desvincular la herramienta.", + "worldedit.tool.superpickaxe.mode.single": "Modo simple.\\nТЇ7Usa el botУГn izquierdo con un pico.\\nТЇ8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.area": "Modo УЁrea.\\nТЇ7Usa el botУГn izquierdo con un pico.\\nТЇ8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.recursive": "Modo recursivo.\\nТЇ7Usa el botУГn izquierdo con un pico.\\nТЇ8Usa // para desactivar.", + "worldedit.tool.superpickaxe.max-range": "El rango mУЁximo es {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Ya estУЁ activado el Superpico.", + "worldedit.tool.superpickaxe.disabled.already": "Ya estУЁ desactivado el Superpico.", + "worldedit.tool.superpickaxe.enabled": "Se ha activado el Superpico.", + "worldedit.tool.superpickaxe.disabled": "Se ha desactivado el Superpico.", + "worldedit.tool.mask.set": "Se ha determinado la mУЁscara de la brocha.", + "worldedit.tool.mask.disabled": "Se ha desactivado la mУЁscara de la brocha.", + "worldedit.tool.material.set": "Se ha determinado el material de la brocha.", + "worldedit.tool.range.set": "Se ha determinado el rango de la brocha.", + "worldedit.tool.size.set": "Se ha determinado el tamaУБo de la brocha.", + "worldedit.tool.tracemask.set": "Se ha determinado el seguimiento de la mУЁscara.", + "worldedit.tool.tracemask.disabled": "Se ha desactivado el seguimiento de la mУЁscara.", + "worldedit.tool.error.cannot-bind": "ТЇcLa herramienta no se puede asignar a {0}: {1}", + "worldedit.tool.error.item-only": "ТЇcSolo se pueden asignar objetos, no bloques.", + "worldedit.execute.script-permissions": "No tienes permiso para usar rutinas.", + "worldedit.executelast.no-script": "Primero usa /cs con un nombre de rutina.", + "worldedit.script.read-error": "Error de la rutina: {0}.", + "worldedit.script.unsupported": "Solo se admiten rutinas .js", + "worldedit.script.file-not-found": "La rutina no existe: {0}.", + "worldedit.script.no-script-engine": "No se ha encontrado instalado un motor de rutinas.\\nPor favor, mira aquУ­: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "No se ha podido ejecutar: {0}.", + "worldedit.script.failed-console": "No se ha podido ejecutar (mira en la consola): {0}.", + "worldedit.operation.affected.biome": "{0} biomas afectados.", + "worldedit.operation.affected.block": "{0} bloques afectados.", + "worldedit.operation.affected.column": "{0} columnas afectadas.", + "worldedit.operation.affected.entity": "{0} entidades afectadas.", + "worldedit.operation.deform.expression": "Usando la deformaciУГn {0}.", + "worldedit.error.invalid-number": "Se esperaba un nУКmero; caracteres no vУЁlidos.", + "worldedit.error.invalid-number.matches": "Se esperaba un nУКmero; caracteres \"{0}\" obtenidos.", + "worldedit.error.incomplete-region": "ТЇcPrimero selecciona una regiУГn.", + "worldedit.error.unknown-block": "No se reconoce el nombre del bloque '{0}'.", + "worldedit.error.unknown-entity": "No se reconoce el nombre de la entidad '{0}'.", + "worldedit.error.unknown-mob": "No se reconoce el nombre del mob '{0}'.", + "worldedit.error.unknown-biome": "No se reconoce el nombre del bioma '{0}'.", + "worldedit.error.unknown-tag": "No se reconoce el nombre de la etiqueta '{0}'.", + "worldedit.error.empty-tag": "La etiqueta '{0}' carece de contenido.", + "worldedit.error.no-match": "No se han encontrado coincidencias con '{0}'.", + "worldedit.error.disallowed-block": "Bloque '{0}' no admitido (mira en la configuraciУГn de WorldEdit).", + "worldedit.error.max-changes": "Has superado el lУ­mite mУЁximo de bloques que puedes modificar en cada operaciУГn. (Se han modificado {0} bloques).", + "worldedit.error.max-brush-radius": "El radio mУЁximo (configurado) en la brocha es {0}.", + "worldedit.error.max-radius": "El radio mУЁximo (configurado) es {0}.", + "worldedit.error.unknown-direction": "DirecciУГn desconocida: {0}.", + "worldedit.error.empty-clipboard": "El portapapeles estУЁ vacУ­o. Usa primero '//copy'.", + "worldedit.error.invalid-filename": "El nombre del archivo '{0}' no es vУЁlido: {1}.", + "worldedit.error.invalid-filename.invalid-characters": "Caracteres no vУЁlidos o falta la extensiУГn.", + "worldedit.error.file-resolution": "Archivo '{0}' resoluciУГn del error: {1}.", + "worldedit.error.file-resolution.outside-root": "La ruta no se encuentra en la raУ­z permitida.", + "worldedit.error.file-resolution.resolve-failed": "No se ha podido resolver la ruta.", + "worldedit.error.file-aborted": "SelecciУГn de archivos anulada.", + "worldedit.error.no-file-selected": "No has seleccionado el archivo.", + "worldedit.error.world-unloaded": "El mundo ya estУЁ descargado.", + "worldedit.error.not-a-block": "Este objeto no es un bloque.", + "worldedit.error.not-a-block.item": "El objeto '{0}' no es un bloque.", + "worldedit.error.incorrect-usage": "Debes usar: {0}.", + "worldedit.error.invalid-page": "NУКmero de pУЁgina no vУЁlido.", + "worldedit.error.parser.bad-state-format": "El formato de estado no es correcto en {0}.", + "worldedit.error.parser.duplicate-property": "Propiedad duplicada: {0}.", + "worldedit.error.parser.empty-state": "Una parte del estado estУЁ vacУ­o.", + "worldedit.error.parser.missing-equals-separator": "Falta el separador '='.", + "worldedit.error.parser.clipboard.missing-offset": "El desplazamiento se ha especificado con @ pero no se ha especificado. Usa '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Propiedad del bloque '{1}' desconocida '{0}'.", + "worldedit.error.parser.unknown-value": "Valor de la propiedad '{1}' desconocida '{0}'.", + "worldedit.error.parser.empty-property": "La propiedad del estado estУЁ vacУ­a.", + "worldedit.error.parser.empty-value": "El valor del estado estУЁ vacУ­o.", + "worldedit.error.parser.invalid-colon": "SУ­mbolo de dos puntos no vУЁlido.", + "worldedit.error.parser.invalid-expression": "ExpresiУГn no vУЁlida: {0}", + "worldedit.error.parser.negate-nothing": "ТЁNo se puede negar la nada!", + "worldedit.error.parser.hanging-lbracket": "Formato no vУЁlido. Falta el corchete en '{0}'.", + "worldedit.error.parser.missing-rbracket": "Falta el corchete de cierre ']'.", + "worldedit.error.parser.missing-random-type": "Falta el tipo despuУЉs del sУ­mbolo % para '{0}'.", + "worldedit.error.parser.clipboard.missing-coordinates": "El desplazamiento del portapapeles necesita las coordenadas x,y,z.", + "worldedit.error.parser.player-only": "ТЁLa entrada '{0}' necesita un jugador!", + "worldedit.error.disabled": "Esta funcionalidad estУЁ desactivada (ver configuraciУГn de WorldEdite).", + "worldedit.error.unknown": "Se ha producido un error desconocido: {0}", + "worldedit.error.missing-extent": "ExtensiУГn desconocida.", + "worldedit.error.missing-session": "SesiУГn local desconocida.", + "worldedit.error.missing-world": "Es necesario determinar un mundo (prueba con //world).", + "worldedit.error.missing-actor": "No se reconoce ningУКn actor.", + "worldedit.selection.convex.info.vertices": "ТЇ5VУЉrtices: {0}.", + "worldedit.selection.convex.info.triangles": "ТЇ5TriУЁngulos: {0}.", + "worldedit.selection.convex.explain.primary": "Has iniciado una selecciУГn con vУЉrtice {0}.", + "worldedit.selection.convex.explain.secondary": "Has aУБadido el vУЉrtice {0} en la selecciУГn.", + "worldedit.selection.cuboid.info.pos1": "ТЇ5PosiciУГn 1: {0}.", + "worldedit.selection.cuboid.info.pos2": "ТЇ5PosiciУГn 2: {0}.", + "worldedit.selection.cuboid.explain.primary": "Primera posiciУГn establecida en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Primera posiciУГn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.cuboid.explain.secondary": "Segunda posiciУГn establecida en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Segunda posiciУГn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.extend.explain.primary": "SelecciУГn iniciada en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Extender la selecciУГn para abarcar {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "ТЇ5Centro: {0}.", + "worldedit.selection.ellipsoid.info.radius": "ТЇ5Radio X/Y/Z: {0}.", + "worldedit.selection.ellipsoid.explain.primary": "PosiciУГn central determinada en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "PosiciУГn central determinada en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radio determinado en {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Has determinado el radio en {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Los cambios de las Elipses deben ser uniformes en cada dimensiУГn horizontal.", + "worldedit.selection.cylinder.info.center": "ТЇ5Centro: {0}.", + "worldedit.selection.cylinder.info.radius": "ТЇ5Radio: {0}.", + "worldedit.selection.cylinder.explain.primary": "Has iniciado una selecciУГn cilУ­ndrica en {0}.", + "worldedit.selection.cylinder.explain.secondary": "Has determinado el radio en {0}/{1} bloques ({2}).", + "worldedit.selection.cylinder.explain.secondary-missing": "Antes de determinar el radio, tienes que seleccionar el punto central.", + "worldedit.selection.cylinder.error.even-horizontal": "Los cambios de los Cilindros deben ser uniformes en cada dimensiУГn horizontal.", + "worldedit.selection.polygon2d.info": "ТЇ5NУКmero de Puntos: {0}.", + "worldedit.selection.polygon2d.explain.primary": "El primer punto se ha establecido en {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Se ha aУБadido el punto nТК{0} en {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Los polУ­gonos sУГlo se pueden expandir verticalmente.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Los polУ­gono solo se pueden contraer verticalmente.", + "worldedit.selection.sphere.explain.secondary": "Se ha determinado el radio de {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Se ha establecido el radio en {0} ({1}).", + "worldedit.selection.null.error.immutable": "No se puede cambiar una RegiУГn Nula.", + "worldedit.selection.intersection.error.cannot-expand": "No se puede expandir una intersecciУГn de regiУГn.", + "worldedit.selection.intersection.error.cannot-contract": "No se puede contraer una intersecciУГn de regiУГn.", + "worldedit.selection.transform.error.cannot-expand": "No se puede expandir una RegiУГn Transformada.", + "worldedit.selection.transform.error.cannot-contract": "No se puede contraer una RegiУГn Transformada.", + "worldedit.selection.transform.error.cannot-change": "No se puede modificar una RegiУГn Transformada.", + "worldedit.sideeffect.lighting": "IluminaciУГn", + "worldedit.sideeffect.lighting.description": "Actualiza la iluminaciУГn de los bloques.", + "worldedit.sideeffect.neighbors": "Vecinos", + "worldedit.sideeffect.neighbors.description": "Notifica los cambios de los bloques cercanos.", + "worldedit.sideeffect.update": "ActualizaciУГn", + "worldedit.sideeffect.update.description": "Notifica los cambios realizados en los bloques.", + "worldedit.sideeffect.validation": "ValidaciУГn", + "worldedit.sideeffect.validation.description": "Repara y valida los errores inconsistentes del estado del mundo, tales como bloques desconectados.", + "worldedit.sideeffect.entity_ai": "IA de entidades", + "worldedit.sideeffect.entity_ai.description": "Actualiza las rutas de las entidades segУКn los cambios de los bloques.", + "worldedit.sideeffect.events": "Eventos Mod/Plugin", + "worldedit.sideeffect.events.description": "Informa sobre los cambios a otros mods/plugins, cuando corresponda.", + "worldedit.sideeffect.state.on": "Activado", + "worldedit.sideeffect.state.delayed": "Aplazado", + "worldedit.sideeffect.state.off": "Desactivado", + "worldedit.sideeffect.box.current": "Actual", + "worldedit.sideeffect.box.change-to": "Clic para establecer {0}.", + "worldedit.help.command-not-found": "No se ha encontrado el comando '{0}'.", + "worldedit.help.no-subcommands": "'{0}' no es un subcomando. ТПQuizУЁs '{1}' sea un parУЁmetro?", + "worldedit.help.subcommand-not-found": "No se ha encontrado el subcomando '{0}' de '{1}'.", + "worldedit.cli.stopping": "ТЁDeteniendo...!", + "worldedit.cli.unknown-command": "ТЁComando desconocido!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/es-UY/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/es-UY/strings.json new file mode 100644 index 0000000..23101ae --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/es-UY/strings.json @@ -0,0 +1,414 @@ +{ + "worldedit.expand.description.vert": "Expande la regiУГn seleccionada desde lo mУЁs bajo hasta lo mУЁs alto.", + "worldedit.expand.expanded": "La regiУГn se ha expandido {0} bloques.", + "worldedit.expand.expanded.vert": "La regiУГn se ha expandido {0} bloques (verticalmente).", + "worldedit.biomeinfo.lineofsight": "Biomas encontrados en la lУ­nea de visiУГn: {0}", + "worldedit.biomeinfo.position": "El Bioma de tu posiciУГn es: {0}", + "worldedit.biomeinfo.selection": "Biomas encontrados en la selecciУГn: {0}", + "worldedit.brush.radius-too-large": "El radio mУЁximo de la brocha es de {0}.", + "worldedit.brush.apply.description": "Aplicar la brocha, aplicar una funciУГn a cada bloque.", + "worldedit.brush.apply.radius": "El tamaУБo de la brocha.", + "worldedit.brush.apply.shape": "La forma de la regiУГn.", + "worldedit.brush.apply.type": "El tipo de brocha a usar.", + "worldedit.brush.apply.item.warning": "Esta brocha simula usos de objetos. Es posible que los efectos no funcionen en todas las plataformas, puede que no se puedan deshacer los cambios y puede provocar interacciones no deseadas con otros mods/plugins. Уšsalo bajo tu propio riesgo.", + "worldedit.brush.paint.description": "Brocha de pintura, aplica una funciУГn a una superficie.", + "worldedit.brush.paint.size": "El tamaУБo de la brocha.", + "worldedit.brush.paint.shape": "La forma de la regiУГn.", + "worldedit.brush.paint.density": "La densidad de la brocha.", + "worldedit.brush.paint.type": "El tipo de brocha a usar.", + "worldedit.brush.paint.item.warning": "Esta brocha simula usos de objetos. Es posible que los efectos no funcionen en todas las plataformas, puede que no se puedan deshacer los cambios y puede provocar interacciones no deseadas con otros mods/plugins. Уšsalo bajo tu propio riesgo.", + "worldedit.brush.sphere.equip": "Has asignado una Brocha con forma EsfУЉrica ({0}).", + "worldedit.brush.cylinder.equip": "Has asignado una Brocha con forma CilУ­ndrica ({0} x {1}).", + "worldedit.brush.clipboard.equip": "Forma de pizarra esfУЉrica equipada.", + "worldedit.brush.smooth.equip": "Has asignado una Brocha de Suavizado ({0} x {1}x usando {2}).", + "worldedit.brush.extinguish.equip": "Has asignado una Brocha de ExtinciУГn de fuego ({0}).", + "worldedit.brush.gravity.equip": "Has asignado una Brocha de Gravedad ({0}).", + "worldedit.brush.butcher.equip": "Has asignado una Brocha de Asesino ({0}).", + "worldedit.brush.operation.equip": "Establecer pincel a {0}.", + "worldedit.brush.heightmap.equip": "Has asignado una Brocha de ElevaciУГn de Terreno ({0}).", + "worldedit.brush.heightmap.unknown": "Brocha de ElevaciУГn de Terreno desconocida: {0}.", + "worldedit.brush.none.equip": "La brocha se ha desvinculado del objeto actual.", + "worldedit.setbiome.changed": "Has cambiado los biomas de aproximadamente {0} bloques.", + "worldedit.setbiome.warning": "Puede ser que necesites volver a unirte al servidor (o volver a abrir el mundo) para ver cambios.", + "worldedit.drawsel.disabled": "CUI de servidor deshabilitado.", + "worldedit.drawsel.disabled.already": "El CUI de servidor ya estУЁ deshabilitado.", + "worldedit.drawsel.enabled.already": "El CUI de servidor ya estУЁ habilitado.", + "worldedit.limit.too-high": "Su lУ­mite mУЁximo permitido es {0}.", + "worldedit.limit.set": "LУ­mite de bloques establecido a {0}.", + "worldedit.limit.return-to-default": "(Usa //limit para volver al valor por defecto).", + "worldedit.timeout.too-high": "El tiempo de espera mУЁximo es de {0}ms.", + "worldedit.timeout.set": "El tiempo de espera mУЁximo se ha establecido en {0}ms.", + "worldedit.timeout.return-to-default": " (Usa //timeout para volver al valor por defecto).", + "worldedit.fast.disabled": "Modo rУЁpido deshabilitado.", + "worldedit.fast.enabled": "Modo rУЁpido habilitado. Puede ser que la iluminaciУГn en los chunks afectados sea errУГnea, y que necesites volver a unirte para ver cambios.", + "worldedit.fast.disabled.already": "El modo rУЁpido ya estУЁ deshabilitado.", + "worldedit.fast.enabled.already": "El modo rУЁpido ya estУЁ habilitado.", + "worldedit.perf.sideeffect.set": "El Efecto Secundario \"{0}\" establecido en {1}.", + "worldedit.perf.sideeffect.get": "El Efecto Secundario \"{0}\" estУЁ establecido en {1}.", + "worldedit.perf.sideeffect.already-set": "El Efecto Secundario \"{0}\" ya estУЁ {1}.", + "worldedit.perf.sideeffect.set-all": "Todos los efectos secundarios estУЁn determinados como {0}.", + "worldedit.reorder.current": "El modo reordenaciУГn estУЁ {0}.", + "worldedit.reorder.set": "Ahora estУЁ {0} el modo reordenaciУГn.", + "worldedit.gmask.disabled": "Mascara global deshabilitada.", + "worldedit.gmask.set": "Mascara global establecida.", + "worldedit.toggleplace.pos1": "Ahora determina la primera posiciУГn.", + "worldedit.toggleplace.player": "Coloca el bloque donde estУЁs.", + "worldedit.toggleplace.not-locatable": "No se puede alternar la colocaciУГn en este contexto.", + "worldedit.searchitem.too-short": "Introduce una cadena de bУКsqueda mУЁs larga (longitud > 2).", + "worldedit.searchitem.either-b-or-i": "No puedes usar las funciones 'b' e 'i' al mismo tiempo.", + "worldedit.searchitem.searching": "(Por favor espera... buscando objetos.)", + "worldedit.watchdog.no-hook": "Esta plataforma no admite el rastreador.", + "worldedit.watchdog.active.already": "El rastreador ya estУЁ activo.", + "worldedit.watchdog.inactive.already": "El rastreador ya estУЁ inactivo.", + "worldedit.watchdog.active": "Se ha activado el rastreador.", + "worldedit.watchdog.inactive": "Se ha desactivado el rastreador.", + "worldedit.world.remove": "Se ha eliminado el mundo de sustituciУГn.", + "worldedit.world.set": "Determina el mundo a sustituir {0}. (Usa //world para restablecerlo).", + "worldedit.undo.undone": "Se han desecho {0} ediciones.", + "worldedit.undo.none": "Nada que deshacer.", + "worldedit.redo.redone": "Se han rehecho {0} ediciones.", + "worldedit.redo.none": "No hay nada que rehacer.", + "worldedit.clearhistory.cleared": "Se ha eliminado el historial de ediciones.", + "worldedit.raytrace.noblock": "ТЁNo hay bloques a la vista!", + "worldedit.restore.not-configured": "No se ha configurado la funciУГn de restauraciУГn (snapshot).", + "worldedit.restore.not-available": "El Punto de RestauraciУГn no estУЁ disponible o no existe.", + "worldedit.restore.failed": "Fallo al cargar el Punto de RestauraciУГn: {0}.", + "worldedit.restore.loaded": "Se ha cargado el Punto de RestauraciУГn (Snapshot) '{0}'. Efectuando la restauraciУГn...", + "worldedit.restore.restored": "RestauraciУГn concluida. Faltan {0} chunks y otros {1} errores.", + "worldedit.restore.none-for-specific-world": "No se han encontrado mУЁs Puntos de RestauraciУГn del mundo '{0}'.", + "worldedit.restore.none-for-world": "No se han encontrado Puntos de RestauraciУГn de este Mundo.", + "worldedit.restore.none-found": "No se han encontrado Puntos de RestauraciУГn.", + "worldedit.restore.none-found-console": "No se encontraron snapshots. Ve la consola para mУЁs detalles.", + "worldedit.restore.chunk-not-present": "No se han encontrado chunks en el Punto de RestauraciУГn.", + "worldedit.restore.chunk-load-failed": "No se han podido cargar los chunks. Puede que el archivo correspondiente estУЉ corrupto.", + "worldedit.restore.block-place-failed": "Los errores ocurridos han impedido restaurar los bloques.", + "worldedit.restore.block-place-error": "Уšltimo error: {0}", + "worldedit.snapshot.use.newest": "Ahora se estУЁ usando un Punto de RestauraciУГn mУЁs reciente.", + "worldedit.snapshot.use": "Snapshot establecida a: {0}", + "worldedit.snapshot.none-before": "No se pudo encontrar una snapshot de antes de {0}.", + "worldedit.snapshot.none-after": "No se pudo encontrar una snapshot despuУЉs de {0}.", + "worldedit.snapshot.index-above-0": "Уndice invУЁlido, debe ser mayor o igual a 1.", + "worldedit.snapshot.index-oob": "Уndice invУЁlido, debe ser entre 1 y {0}.", + "worldedit.schematic.unknown-format": "Formato de schematic desconocido: {0}.", + "worldedit.schematic.load.does-not-exist": "ТЁLa schematic {0} no existe!", + "worldedit.schematic.load.loading": "(Espera, cargando la schematic...)", + "worldedit.schematic.load.still-loading": "(Espera, todavУ­a cargando la schematic...)", + "worldedit.schematic.save.already-exists": "Esa schematic ya existe. Usa el parУЁmetro -f para sobrescribirla.", + "worldedit.schematic.save.failed-directory": "ТЁNo se pudo crear la carpeta para las schematics!", + "worldedit.schematic.save.saving": "(Espera, guardando la schematic...)", + "worldedit.schematic.save.still-saving": "(Espera, todavУ­a guardando la schematic...)", + "worldedit.schematic.delete.does-not-exist": "ТЁLa schematic {0} no existe!", + "worldedit.schematic.delete.failed": "ТЁNo se pudo eliminar {0}! ТПAcaso es de solo lectura?", + "worldedit.schematic.delete.deleted": "El schematic '{0}' se ha eliminado correctamente.", + "worldedit.schematic.formats.title": "Formatos de portapapeles disponibles (Nombre: nombres de bУКsqueda).", + "worldedit.schematic.unsupported-minecraft-version": "Esta versiУГn de WorldEdit no soporta tu versiУГn de Minecraft. Las schematics no funcionarУЁn hasta que se resolva este problema.", + "worldedit.pos.already-set": "Esta posiciУГn ya estУЁ determinada.", + "worldedit.pos.console-require-coords": "Debes proporcionar las coordenadas en consola.", + "worldedit.hpos.no-block": "ТЁNo hay bloques a la vista!", + "worldedit.hpos.already-set": "Esta posiciУГn ya estУЁ determinada.", + "worldedit.chunk.selected-multiple": "Chunks seleccionados: ({0}, {1}, {2}) т–К ({3}, {4}, {5}).", + "worldedit.chunk.selected": "Chunk seleccionado: {0}, {1}, {2}.", + "worldedit.wand.invalid": "La Herramienta de SelecciУГn asociada estУЁ desactivada o mal configurada.", + "worldedit.wand.selwand.info": "ТЇ7BotУГn Izquierdo т–К Seleccionar la 1ТЊ posiciУГn.\\nТЇ7BotУГn Derecho т–К Seleccionar la 2ТЊ posiciУГn.", + "worldedit.wand.navwand.info": "ТЇ7BotУГn Izquierdo т–К Aparecer en el lugar seУБalado.\\nТЇ7BotУГn Derecho т–К Atravesar paredes.", + "worldedit.wand.selwand.now.tool": "Ahora la herramienta de selecciУГn es correcta. Puedes desactivarla con {0} y volver a asignarla a un objeto con {1} o conseguir una nueva con {2}.", + "worldedit.contract.contracted": "La regiУГn se ha contraУ­do {0} bloques.", + "worldedit.shift.shifted": "La regiУГn se ha desplazado.", + "worldedit.outset.outset": "La regiУГn se ha expandido.", + "worldedit.inset.inset": "La regiУГn se ha contraУ­do.", + "worldedit.size.offset": "Desplazado: {0}.", + "worldedit.size.type": "ТЇ8ТЇm------------------------------ТЇr\\nТЇ5Tipo: {0}.", + "worldedit.size.size": "ТЇ5TamaУБo: {0}.", + "worldedit.size.distance": "ТЇ5Distancia: {0}.", + "worldedit.size.blocks": "ТЇ5Cantidad de Bloques: {0}.", + "worldedit.count.counted": "ТЇ5Cantidad {0}.", + "worldedit.distr.no-blocks": "No ha bloques enumerados.", + "worldedit.distr.no-previous": "No existe un distribuciУГn anterior.", + "worldedit.distr.total": "NУКmero Total de Bloques: {0}.", + "worldedit.select.cleared": "ТЇcHas deseleccionado la zona.", + "worldedit.select.cuboid.message": "SelecciУГn CУКbica.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el 1ТК punto.\\nТЇ7BotУГn Derecho т–К Seleccionar el 2ТК punto.", + "worldedit.select.cuboid.description": "ТЇ7Selecciona las dos esquinas del cuboide.", + "worldedit.select.extend.message": "ExtensiУГn de Cuboide.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el punto inicial.\\nТЇ7BotУГn Derecho т–К Expandir.", + "worldedit.select.extend.description": "Modo RУЁpido de selecciУГn de cuboides.", + "worldedit.select.poly.message": "SelecciУГn de Poligonal.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el punto inicial.\\nТЇ7BotУГn Derecho т–К AУБadir puntos.", + "worldedit.select.poly.limit-message": "{0} puntos como mУЁximo.", + "worldedit.select.poly.description": "Selecciona una regiУГn poligonal.", + "worldedit.select.ellipsoid.message": "SelecciУГn de Elipsoidal.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el Centro.\\nТЇ7BotУГn Derecho т–К Seleccionar la extensiУГn.", + "worldedit.select.ellipsoid.description": "Selecciona un regiУГn con forma elУ­ptica.", + "worldedit.select.sphere.message": "SelecciУГn EsfУЉrica.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el Centro.\\nТЇ7BotУГn Derecho т–К Determinar el radio.", + "worldedit.select.sphere.description": "Selecciona un regiУГn con forma esfУЉrica.", + "worldedit.select.cyl.message": "SelecciУГn CilУ­ndrica.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el Centro.\\nТЇ7BotУГn Derecho т–К Seleccionar la extensiУГn.", + "worldedit.select.cyl.description": "Selecciona un regiУГn con forma cilУ­ndrica.", + "worldedit.select.convex.message": "SelecciУГn PoliУЉdrica Convexa.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el primer vУЉrtice.\\nТЇ7BotУГn Derecho т–К AУБadir mУЁs vУЉrtices.", + "worldedit.select.convex.limit-message": "El lУ­mite es de {0} puntos como mУЁximo.", + "worldedit.select.convex.description": "Selecciona un regiУГn con forma de Poliedro Convexo.", + "worldedit.select.default-set": "La forma actual de selecciУГn es {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}.", + "worldedit.chunkinfo.old-filename": "Formato antiguo: {0}.", + "worldedit.chunkinfo.mcregion-filename": "RegiУГn MC: RegiУГn/{0}.", + "worldedit.listchunks.listfor": "Listando para: {0}.", + "worldedit.drain.drained": "Se han vaciado {0} bloques.", + "worldedit.fill.created": "Se han rellenado {0} bloques.", + "worldedit.fillr.created": "Se han rellenado {0} bloques.", + "worldedit.fixlava.fixed": "Se han nivelado {0} bloques de lava.", + "worldedit.fixwater.fixed": "Se han nivelado {0} bloques de agua.", + "worldedit.removeabove.removed": "Se han eliminado {0} bloques.", + "worldedit.removebelow.removed": "Se han eliminado {0} bloques.", + "worldedit.removenear.removed": "Se han eliminado {0} bloques.", + "worldedit.replacenear.replaced": "Se han remplazado {0} bloques.", + "worldedit.snow.created": "Se han cubierto {0} superficies.", + "worldedit.thaw.removed": "Se han descongelado {0} bloques.", + "worldedit.green.changed": "Se han enverdecido {0} bloques.", + "worldedit.extinguish.removed": "Se han extinguido {0} focos en llamas.", + "worldedit.butcher.killed": "Se han eliminado {0} criaturas en un radio de {1}.", + "worldedit.butcher.explain-all": "Usa -1 para eliminar todas las criaturas de los chunks cargados.", + "worldedit.remove.removed": "Se han marcado {0} entidades para su eliminaciУГn.", + "worldedit.remove.explain-all": "Usa -1 para eliminar todas las entidades de los chunks cargados.", + "worldedit.calc.invalid": "'{0}' no puede ser analizado como una expresiУГn vУЁlida.", + "worldedit.calc.invalid.with-error": "'{0}' no puede ser analizado como una expresiУГn vУЁlida: '{1}'", + "worldedit.paste.pasted": "El contenido del portapapeles ha sido pegado en {0}.", + "worldedit.paste.selected": "Se ha seleccionado la regiУГn de pegado del portapapeles.", + "worldedit.rotate.no-interpolation": "Nota: La interpolaciУГn aУКn no es admisible, por lo que se recomienda УЁngulos mУКltiplos de 90.", + "worldedit.rotate.rotated": "Se ha girado el contenido del portapapeles.", + "worldedit.flip.flipped": "Se ha volteado el contenido del portapapeles.", + "worldedit.clearclipboard.cleared": "ТЇ4Se ha eliminado el contenido del Portapapeles.", + "worldedit.set.done": "ТЇ2OperaciУГn completada.", + "worldedit.set.done.verbose": "OperaciУГn completada ({0}).", + "worldedit.line.changed": "Se han cambiado {0} bloques.", + "worldedit.line.invalid-type": "La herramienta '//line' solo funciona con selecciones cuboides o poliУЉdricas convexas.", + "worldedit.curve.changed": "Se han cambiado {0} bloques.", + "worldedit.curve.invalid-type": "La herramienta '//curve' solo funciona con selecciones poliУЉdricas convexas.", + "worldedit.replace.replaced": "Se han remplazado {0} bloques.", + "worldedit.stack.changed": "Se han cambiado {0} bloques. Puedes deshacer los cambios usando '//undo'.", + "worldedit.stack.intersecting-region": "El desplazamiento del stack no debe chocar con la regiУГn colindante cuando se utiliza el bloque como unidad.", + "worldedit.regen.regenerated": "ТЇ6La zona seleccionada se ha regenerado.", + "worldedit.regen.failed": "No se han podido regenerar los chunks. Mira en la consola para obtener mУЁs detalles.", + "worldedit.walls.changed": "Se han cambiado {0} bloques.", + "worldedit.faces.changed": "Se han cambiado {0} bloques.", + "worldedit.overlay.overlaid": "Se ha superpuesto {0} bloques.", + "worldedit.naturalize.naturalized": "Se han sustituido {0} bloques para que parezcan mУЁs naturales.", + "worldedit.center.changed": "Centro establecido. (Se han cambiado {0} bloques).", + "worldedit.smooth.changed": "Se ha suavizado el terreno. {0} bloques afectados.", + "worldedit.move.moved": "Se han movido {0} bloques.", + "worldedit.deform.deformed": "Se han deformado {0} bloques.", + "worldedit.hollow.changed": "Se han cambiado {0} bloques.", + "worldedit.forest.created": "Se ha generado {0} УЁrboles.", + "worldedit.flora.created": "Se han generado {0} plantas.", + "worldedit.unstuck.moved": "ТЁAhУ­ lo tienes chaval!", + "worldedit.ascend.obstructed": "No se ha encontrado ningУКn espacio libre por encima.", + "worldedit.ascend.moved": "Has ascendido {0} niveles.", + "worldedit.descend.obstructed": "No se ha encontrado ningУКn espacio libre por debajo.", + "worldedit.descend.moved": "Has descendido {0} niveles.", + "worldedit.ceil.obstructed": "No se ha encontrado ningУКn espacio libre por encima.", + "worldedit.ceil.moved": "ТЁYupi!", + "worldedit.thru.obstructed": "No se ha encontrado ningУКn espacio libre por delante.", + "worldedit.thru.moved": "ТЁYupi!", + "worldedit.jumpto.moved": "ТЁPuf!", + "worldedit.jumpto.none": "ТЇcТЁNo hay nada a la vista (o estУЁ demasiado lejos)!", + "worldedit.up.obstructed": "Debes golpear algo por encima tuyo.", + "worldedit.up.moved": "ТЁYupi!", + "worldedit.cyl.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.cyl.created": "Se han creado {0} bloques.", + "worldedit.sphere.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.sphere.created": "Se ha generado una esfera con {0} bloques.", + "worldedit.forestgen.created": "Se han generado {0} УЁrboles.", + "worldedit.pumpkins.created": "Se han generado {0} calabazas.", + "worldedit.pyramid.created": "Se ha generado una pirУЁmide con {0} bloques.", + "worldedit.generate.created": "Se han creado {0} bloques.", + "worldedit.generatebiome.changed": "{0} biomas afectados.", + "worldedit.reload.config": "ТЇaLa configuraciУГn de ТЇ2WorlEdit ТЇase ha recargado satisfactoriamente.", + "worldedit.report.written": "Se ha generado el informe de WorldEdit en {0}.", + "worldedit.report.error": "Fallo al guardar el informe: {0}.", + "worldedit.report.callback": "Informe de WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Zona horaria no vУЁlida.", + "worldedit.timezone.set": "La zona horaria para esta sesiУГn es: {0}.", + "worldedit.timezone.current": "La hora actual en esta zona horaria es: {0}.", + "worldedit.version.version": "VersiУГn de WorldEdit: {0}.", + "worldedit.version.bukkit.unsupported-adapter": "Esta versiУГn de WorldEdit no es compatible con esta versiУГn de Bukkit. Los contenedores (ej. cofres) se quedarУЁn vacУ­os, las propiedades (ej. rotaciУГn) no se mantendrУЁn, y otras cosas pueden no funcionar. Actualiza WorldEdit para restaurar la funcionalidad:\\n{0}", + "worldedit.trace.no-tracing-extents": "Seguimiento: No se ha utilizado ninguna medida.", + "worldedit.trace.action-failed": "Seguimiento: {0} acciones en {1} descartadas por la extensiУГn {2}.", + "worldedit.trace.active.already": "El Modo Seguimiento ya estУЁ activado.", + "worldedit.trace.inactive.already": "El Modo Seguimiento ya estУЁ desactivado.", + "worldedit.trace.active": "Modo Seguimiento activado.", + "worldedit.trace.inactive": "Modo seguimiento desactivado.", + "worldedit.command.time-elapsed": "{0}seg trascurridos (historial: {1} cambiado; {2} bloques/seg).", + "worldedit.command.permissions": "No tienes permitido hacer esto. ТПEstУЁs en el modo correcto?", + "worldedit.command.player-only": "Este comando debe ser utilizado por un jugador.", + "worldedit.command.error.report": "Por favor, informa sobre este error: [Mira en la consola].", + "worldedit.pastebin.uploading": "ТЇ7Por favor espera, enviando el registro a pastebin...", + "worldedit.session.cant-find-session": "No se puede encontrar la sesiУГn de {0}.", + "worldedit.platform.no-file-dialog": "Este entorno no permite mostrar diУЁlogos.", + "worldedit.asset.load.loading": "ТЇ7Por favor espera, cargando el elemento...", + "worldedit.asset.load.still-loading": "ТЇ7Por favor espera, sigue cargando el elemento...", + "worldedit.asset.load.failed": "No se ha podido cargar el elemento.", + "worldedit.tool.max-block-changes": "Has alcanzado el nУКmero mУЁximo de bloques que puedes modificar.", + "worldedit.tool.no-block": "ТЁNo hay bloque a la vista!", + "worldedit.tool.repl.equip": "ТЇaHas asignado la Herramienta Remplazadora a ТЇ2{0}ТЇa.", + "worldedit.tool.repl.switched": "La Herramienta Remplazadora se ha cambiado por {0}.", + "worldedit.tool.data-cycler.equip": "ТЇaHas asignado la Herramienta de AlteraciУГn de Bloques a ТЇ2{0}ТЇa.", + "worldedit.tool.data-cycler.block-not-permitted": "No tienes permitido modificar el valor de este bloque.", + "worldedit.tool.data-cycler.cant-cycle": "ТЁEste bloque no se puede alterar!", + "worldedit.tool.data-cycler.new-value": "El valor de {0} ahora es {1}.", + "worldedit.tool.data-cycler.cycling": "Alterando el valor de {0}.", + "worldedit.tool.deltree.equip": "ТЇaHas asignado la Herramienta de EliminaciУГn de Уrboles Flotantes a ТЇ2{0}ТЇa.", + "worldedit.tool.deltree.not-tree": "Esto no es un Уrbol.", + "worldedit.tool.deltree.not-floating": "Esto no es un Уrbol Flotante.", + "worldedit.tool.tree.equip": "ТЇaHas asignado la Herramienta de GeneraciУГn de Уrboles a ТЇ2{0}ТЇa.", + "worldedit.tool.tree.obstructed": "No se puede generar un УЁrbol aquУ­.", + "worldedit.tool.info.equip": "ТЇaHas asignado la Herramienta de InformaciУГn a ТЇ2{0}ТЇa.", + "worldedit.tool.info.blockstate.hover": "ТЇ7InformaciУГn del Bloque.", + "worldedit.tool.info.internalid.hover": "ТЇ7ID Interna.", + "worldedit.tool.info.legacy.hover": "ТЇ7Heredado de la ID:InformaciУГn.", + "worldedit.tool.info.light.hover": "ТЇ7IluminaciУГn del Bloque/IluminaciУГn Superior.", + "worldedit.tool.none.equip": "ТЇcHas desvinculado la herramienta asignada.", + "worldedit.tool.none.to.unequip": "ТЇcEste objeto no tiene ninguna herramienta asignada.", + "worldedit.tool.selwand.equip": "ТЇaHas asignado la Herramienta de SelecciУГn a ТЇ2{0}ТЇa.", + "worldedit.tool.navwand.equip": "ТЇaHas asignado la Herramienta de NavegaciУГn a ТЇ2{0}ТЇa.", + "worldedit.tool.floodfill.equip": "ТЇaHas asignado la Herramienta de Relleno a ТЇ2{0}ТЇa.", + "worldedit.tool.farwand.equip": "ТЇaHas asignado la Herramienta de SelecciУГn Lejana a ТЇ2{0}ТЇa.", + "worldedit.tool.lrbuild.equip": "ТЇaHas asignado la Herramienta de ConstrucciУГn Lejana a ТЇ2{0}.", + "worldedit.tool.lrbuild.set": "ТЇ7BotУГn Izquierdo т–К {0}\\nТЇ7BotУГn Derecho т–К {1}.", + "worldedit.tool.stack.equip": "ТЇaLa herramienta de VinculaciУГn se ha asignado a ТЇ2{0}ТЇa.", + "worldedit.tool.unbind-instruction": "Usa {0} mientras mantienes el objeto para desvincular la herramienta.", + "worldedit.tool.superpickaxe.mode.single": "Modo simple.\\nТЇ7Usa el botУГn izquierdo con un pico.\\nТЇ8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.area": "Modo УЁrea.\\nТЇ7Usa el botУГn izquierdo con un pico.\\nТЇ8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.recursive": "Modo recursivo.\\nТЇ7Usa el botУГn izquierdo con un pico.\\nТЇ8Usa // para desactivar.", + "worldedit.tool.superpickaxe.max-range": "El rango mУЁximo es {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Ya estУЁ activado el Superpico.", + "worldedit.tool.superpickaxe.disabled.already": "Ya estУЁ desactivado el Superpico.", + "worldedit.tool.superpickaxe.enabled": "Se ha activado el Superpico.", + "worldedit.tool.superpickaxe.disabled": "Se ha desactivado el Superpico.", + "worldedit.tool.mask.set": "Se ha determinado la mУЁscara de la brocha.", + "worldedit.tool.mask.disabled": "Se ha desactivado la mУЁscara de la brocha.", + "worldedit.tool.material.set": "Se ha determinado el material de la brocha.", + "worldedit.tool.range.set": "Se ha determinado el rango de la brocha.", + "worldedit.tool.size.set": "Se ha determinado el tamaУБo de la brocha.", + "worldedit.tool.tracemask.set": "Se ha determinado el seguimiento de la mУЁscara.", + "worldedit.tool.tracemask.disabled": "Se ha desactivado el seguimiento de la mУЁscara.", + "worldedit.tool.error.cannot-bind": "ТЇcLa herramienta no se puede asignar a {0}: {1}", + "worldedit.tool.error.item-only": "ТЇcSolo se pueden asignar objetos, no bloques.", + "worldedit.execute.script-permissions": "No tienes permiso para usar rutinas.", + "worldedit.executelast.no-script": "Primero usa /cs con un nombre de rutina.", + "worldedit.script.read-error": "Error de la rutina: {0}.", + "worldedit.script.unsupported": "Solo se admiten rutinas .js", + "worldedit.script.file-not-found": "La rutina no existe: {0}.", + "worldedit.script.no-script-engine": "No se ha encontrado instalado un motor de rutinas.\\nPor favor, mira aquУ­: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "No se ha podido ejecutar: {0}.", + "worldedit.script.failed-console": "No se ha podido ejecutar (mira en la consola): {0}.", + "worldedit.operation.affected.biome": "{0} biomas afectados.", + "worldedit.operation.affected.block": "{0} bloques afectados.", + "worldedit.operation.affected.column": "{0} columnas afectadas.", + "worldedit.operation.affected.entity": "{0} entidades afectadas.", + "worldedit.operation.deform.expression": "Usando la deformaciУГn {0}.", + "worldedit.error.invalid-number": "Se esperaba un nУКmero; caracteres no vУЁlidos.", + "worldedit.error.invalid-number.matches": "Se esperaba un nУКmero; caracteres \"{0}\" obtenidos.", + "worldedit.error.incomplete-region": "ТЇcPrimero selecciona una regiУГn.", + "worldedit.error.unknown-block": "No se reconoce el nombre del bloque '{0}'.", + "worldedit.error.unknown-entity": "No se reconoce el nombre de la entidad '{0}'.", + "worldedit.error.unknown-mob": "No se reconoce el nombre del mob '{0}'.", + "worldedit.error.unknown-biome": "No se reconoce el nombre del bioma '{0}'.", + "worldedit.error.unknown-tag": "No se reconoce el nombre de la etiqueta '{0}'.", + "worldedit.error.empty-tag": "La etiqueta '{0}' carece de contenido.", + "worldedit.error.no-match": "No se han encontrado coincidencias con '{0}'.", + "worldedit.error.disallowed-block": "Bloque '{0}' no admitido (mira en la configuraciУГn de WorldEdit).", + "worldedit.error.max-changes": "Has superado el lУ­mite mУЁximo de bloques que puedes modificar en cada operaciУГn. (Se han modificado {0} bloques).", + "worldedit.error.max-brush-radius": "El radio mУЁximo (configurado) en la brocha es {0}.", + "worldedit.error.max-radius": "El radio mУЁximo (configurado) es {0}.", + "worldedit.error.unknown-direction": "DirecciУГn desconocida: {0}.", + "worldedit.error.empty-clipboard": "El portapapeles estУЁ vacУ­o. Usa primero '//copy'.", + "worldedit.error.invalid-filename": "El nombre del archivo '{0}' no es vУЁlido: {1}.", + "worldedit.error.invalid-filename.invalid-characters": "Caracteres no vУЁlidos o falta la extensiУГn.", + "worldedit.error.file-resolution": "Archivo '{0}' resoluciУГn del error: {1}.", + "worldedit.error.file-resolution.outside-root": "La ruta no se encuentra en la raУ­z permitida.", + "worldedit.error.file-resolution.resolve-failed": "No se ha podido resolver la ruta.", + "worldedit.error.file-aborted": "SelecciУГn de archivos anulada.", + "worldedit.error.no-file-selected": "No has seleccionado el archivo.", + "worldedit.error.world-unloaded": "El mundo ya estУЁ descargado.", + "worldedit.error.not-a-block": "Este objeto no es un bloque.", + "worldedit.error.not-a-block.item": "El objeto '{0}' no es un bloque.", + "worldedit.error.incorrect-usage": "Debes usar: {0}.", + "worldedit.error.invalid-page": "NУКmero de pУЁgina no vУЁlido.", + "worldedit.error.parser.bad-state-format": "El formato de estado no es correcto en {0}.", + "worldedit.error.parser.duplicate-property": "Propiedad duplicada: {0}.", + "worldedit.error.parser.empty-state": "Una parte del estado estУЁ vacУ­o.", + "worldedit.error.parser.missing-equals-separator": "Falta el separador '='.", + "worldedit.error.parser.clipboard.missing-offset": "El desplazamiento se ha especificado con @ pero no se ha especificado. Usa '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Propiedad del bloque '{1}' desconocida '{0}'.", + "worldedit.error.parser.unknown-value": "Valor de la propiedad '{1}' desconocida '{0}'.", + "worldedit.error.parser.empty-property": "La propiedad del estado estУЁ vacУ­a.", + "worldedit.error.parser.empty-value": "El valor del estado estУЁ vacУ­o.", + "worldedit.error.parser.invalid-colon": "SУ­mbolo de dos puntos no vУЁlido.", + "worldedit.error.parser.invalid-expression": "ExpresiУГn no vУЁlida: {0}", + "worldedit.error.parser.negate-nothing": "ТЁNo se puede negar la nada!", + "worldedit.error.parser.hanging-lbracket": "Formato no vУЁlido. Falta el corchete en '{0}'.", + "worldedit.error.parser.missing-rbracket": "Falta el corchete de cierre ']'.", + "worldedit.error.parser.missing-random-type": "Falta el tipo despuУЉs del sУ­mbolo % para '{0}'.", + "worldedit.error.parser.clipboard.missing-coordinates": "El desplazamiento del portapapeles necesita las coordenadas x,y,z.", + "worldedit.error.parser.player-only": "ТЁLa entrada '{0}' necesita un jugador!", + "worldedit.error.disabled": "Esta funcionalidad estУЁ desactivada (ver configuraciУГn de WorldEdite).", + "worldedit.error.unknown": "Se ha producido un error desconocido: {0}", + "worldedit.error.missing-extent": "ExtensiУГn desconocida.", + "worldedit.error.missing-session": "SesiУГn local desconocida.", + "worldedit.error.missing-world": "Es necesario determinar un mundo (prueba con //world).", + "worldedit.error.missing-actor": "No se reconoce ningУКn actor.", + "worldedit.selection.convex.info.vertices": "ТЇ5VУЉrtices: {0}.", + "worldedit.selection.convex.info.triangles": "ТЇ5TriУЁngulos: {0}.", + "worldedit.selection.convex.explain.primary": "Has iniciado una selecciУГn con vУЉrtice {0}.", + "worldedit.selection.convex.explain.secondary": "Has aУБadido el vУЉrtice {0} en la selecciУГn.", + "worldedit.selection.cuboid.info.pos1": "ТЇ5PosiciУГn 1: {0}.", + "worldedit.selection.cuboid.info.pos2": "ТЇ5PosiciУГn 2: {0}.", + "worldedit.selection.cuboid.explain.primary": "Primera posiciУГn establecida en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Primera posiciУГn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.cuboid.explain.secondary": "Segunda posiciУГn establecida en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Segunda posiciУГn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.extend.explain.primary": "SelecciУГn iniciada en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Extender la selecciУГn para abarcar {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "ТЇ5Centro: {0}.", + "worldedit.selection.ellipsoid.info.radius": "ТЇ5Radio X/Y/Z: {0}.", + "worldedit.selection.ellipsoid.explain.primary": "PosiciУГn central determinada en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "PosiciУГn central determinada en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radio determinado en {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Has determinado el radio en {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Los cambios de las Elipses deben ser uniformes en cada dimensiУГn horizontal.", + "worldedit.selection.cylinder.info.center": "ТЇ5Centro: {0}.", + "worldedit.selection.cylinder.info.radius": "ТЇ5Radio: {0}.", + "worldedit.selection.cylinder.explain.primary": "Has iniciado una selecciУГn cilУ­ndrica en {0}.", + "worldedit.selection.cylinder.explain.secondary": "Has determinado el radio en {0}/{1} bloques ({2}).", + "worldedit.selection.cylinder.explain.secondary-missing": "Antes de determinar el radio, tienes que seleccionar el punto central.", + "worldedit.selection.cylinder.error.even-horizontal": "Los cambios de los Cilindros deben ser uniformes en cada dimensiУГn horizontal.", + "worldedit.selection.polygon2d.info": "ТЇ5NУКmero de Puntos: {0}.", + "worldedit.selection.polygon2d.explain.primary": "El primer punto se ha establecido en {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Se ha aУБadido el punto nТК{0} en {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Los polУ­gonos sУГlo se pueden expandir verticalmente.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Los polУ­gono solo se pueden contraer verticalmente.", + "worldedit.selection.sphere.explain.secondary": "Se ha determinado el radio de {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Se ha establecido el radio en {0} ({1}).", + "worldedit.selection.null.error.immutable": "No se puede cambiar una RegiУГn Nula.", + "worldedit.selection.intersection.error.cannot-expand": "No se puede expandir una intersecciУГn de regiУГn.", + "worldedit.selection.intersection.error.cannot-contract": "No se puede contraer una intersecciУГn de regiУГn.", + "worldedit.selection.transform.error.cannot-expand": "No se puede expandir una RegiУГn Transformada.", + "worldedit.selection.transform.error.cannot-contract": "No se puede contraer una RegiУГn Transformada.", + "worldedit.selection.transform.error.cannot-change": "No se puede modificar una RegiУГn Transformada.", + "worldedit.sideeffect.lighting": "IluminaciУГn", + "worldedit.sideeffect.lighting.description": "Actualiza la iluminaciУГn de los bloques.", + "worldedit.sideeffect.neighbors": "Vecinos", + "worldedit.sideeffect.neighbors.description": "Notifica los cambios de los bloques cercanos.", + "worldedit.sideeffect.update": "ActualizaciУГn", + "worldedit.sideeffect.update.description": "Notifica los cambios realizados en los bloques.", + "worldedit.sideeffect.validation": "ValidaciУГn", + "worldedit.sideeffect.validation.description": "Repara y valida los errores inconsistentes del estado del mundo, tales como bloques desconectados.", + "worldedit.sideeffect.entity_ai": "IA de entidades", + "worldedit.sideeffect.entity_ai.description": "Actualiza las rutas de las entidades segУКn los cambios de los bloques.", + "worldedit.sideeffect.events": "Eventos Mod/Plugin", + "worldedit.sideeffect.events.description": "Informa sobre los cambios a otros mods/plugins, cuando corresponda.", + "worldedit.sideeffect.state.on": "Activado", + "worldedit.sideeffect.state.delayed": "Aplazado", + "worldedit.sideeffect.state.off": "Desactivado", + "worldedit.sideeffect.box.current": "Actual", + "worldedit.sideeffect.box.change-to": "Clic para establecer {0}.", + "worldedit.help.command-not-found": "No se ha encontrado el comando '{0}'.", + "worldedit.help.no-subcommands": "'{0}' no es un subcomando. ТПQuizУЁs '{1}' sea un parУЁmetro?", + "worldedit.help.subcommand-not-found": "No se ha encontrado el subcomando '{0}' de '{1}'.", + "worldedit.cli.stopping": "ТЁDeteniendo...!", + "worldedit.cli.unknown-command": "ТЁComando desconocido!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/es-VE/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/es-VE/strings.json new file mode 100644 index 0000000..7cca430 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/es-VE/strings.json @@ -0,0 +1,414 @@ +{ + "worldedit.expand.description.vert": "Expanda verticalmente la selecciУГn hasta los lУ­mites del mundo.", + "worldedit.expand.expanded": "Region expandida {0} bloque(s)", + "worldedit.expand.expanded.vert": "Region expandida {0} bloque(s) (de arriba a abajo).", + "worldedit.biomeinfo.lineofsight": "Biomas en el punto de lУ­nea de visiУГn: {0}", + "worldedit.biomeinfo.position": "Biomas en tu posiciУГn: {0}", + "worldedit.biomeinfo.selection": "Biomas en tu selecciУГn: {0}", + "worldedit.brush.radius-too-large": "Radio mУЁximo permitido a la brocha: {0}", + "worldedit.brush.apply.description": "Aplicar a brocha, aplica una funciУГn a cada bloque", + "worldedit.brush.apply.radius": "El tamaУБo de la brocha", + "worldedit.brush.apply.shape": "La forma de la regiУГn", + "worldedit.brush.apply.type": "Tipo de brocha a usar", + "worldedit.brush.apply.item.warning": "Este pincel simula usos de objetos. Es posible que sus efectos no funcionen en todas las plataformas, que no se puedan deshacer y que provoquen interacciones extraУБas con otros mods/complementos. Уšselo bajo su propio riesgo.", + "worldedit.brush.paint.description": "Brocha, aplicar una funciУГn a una superficie", + "worldedit.brush.paint.size": "El tamaУБo de la brocha", + "worldedit.brush.paint.shape": "La forma de la regiУГn", + "worldedit.brush.paint.density": "La densidad de la brocha", + "worldedit.brush.paint.type": "Tipo de brocha a usar", + "worldedit.brush.paint.item.warning": "Este pincel simula usos de objetos. Es posible que sus efectos no funcionen en todas las plataformas, que no se puedan deshacer y que provoquen interacciones extraУБas con otros mods/complementos. Уšselo bajo su propio riesgo.", + "worldedit.brush.sphere.equip": "Equipada brocha de perfil EsfУЉrica ({0}).", + "worldedit.brush.cylinder.equip": "Equipado brocha de perfil CilУ­ndrica ({0} por {1}).", + "worldedit.brush.clipboard.equip": "Equipada perfil de brocha de Portapapeles.", + "worldedit.brush.smooth.equip": "Brocha suave equipada ({0} x {1}x usado {2}).", + "worldedit.brush.extinguish.equip": "Extintor Equipado ({0}).", + "worldedit.brush.gravity.equip": "Brocha de Gravedad Equipada ({0}).", + "worldedit.brush.butcher.equip": "Brocha de carnicero Equipado ({0}).", + "worldedit.brush.operation.equip": "Establecida brocha a {0}.", + "worldedit.brush.heightmap.equip": "Brocha de Mapa de alturas Equipada ({0}).", + "worldedit.brush.heightmap.unknown": "Brocha de Mapa de altura desconocido: {0}.", + "worldedit.brush.none.equip": "Brocha desenlazada de su objeto actual.", + "worldedit.setbiome.changed": "Los biomas fueron cambiados en aproximadamente {0} bloque(s).", + "worldedit.setbiome.warning": "Puede que tengas que reabrir el juego (o cerrar y volver a abrir tu mundo) para ver los cambios.", + "worldedit.drawsel.disabled": "Deshabilitado CUI del servidor.", + "worldedit.drawsel.disabled.already": "Ya esta deshabilitado el CUI del servidor.", + "worldedit.drawsel.enabled.already": "Ya esta habilitado el CUI del servidor.", + "worldedit.limit.too-high": "Su lУ­mite mУЁximo permitido es {0}.", + "worldedit.limit.set": "LУ­mite de cambio de bloque establecido en {0}.", + "worldedit.limit.return-to-default": "(Utilice \"//limit\" para volver al valor predeterminado).", + "worldedit.timeout.too-high": "Su tiempo de espera mУЁximo permitido es {0} ms.", + "worldedit.timeout.set": "Tiempo de espera establecido en {0}ms.", + "worldedit.timeout.return-to-default": " (Utilice \"//timeout\" para volver al valor predeterminado).", + "worldedit.fast.disabled": "Modo rУЁpido desactivado.", + "worldedit.fast.enabled": "Modo rУЁpido habilitado. La iluminaciУГn en los chunks afectados puede ser incorrecta y/o es posible que deba volver a unirse para ver los cambios.", + "worldedit.fast.disabled.already": "Ya esta desactivado el modo rУЁpido.", + "worldedit.fast.enabled.already": "Ya esta activado el modo rУЁpido.", + "worldedit.perf.sideeffect.set": "Efecto secundario \"{0}\" establecido en {1}", + "worldedit.perf.sideeffect.get": "El efecto secundario \"{0}\" se establece en {1}", + "worldedit.perf.sideeffect.already-set": "El efecto secundario \"{0}\" ya es {1}", + "worldedit.perf.sideeffect.set-all": "Todos los efectos secundarios configurados en {0}", + "worldedit.reorder.current": "El modo reordenar es {0}", + "worldedit.reorder.set": "El modo reordenar ahora es {0}", + "worldedit.gmask.disabled": "MУЁscara global desactivada.", + "worldedit.gmask.set": "MУЁscara global establecida.", + "worldedit.toggleplace.pos1": "Colocado ahora en la posiciУГn #1.", + "worldedit.toggleplace.player": "Ahora colУГquese en el bloque en el que estУЁs.", + "worldedit.toggleplace.not-locatable": "No se puede alternar la colocaciУГn en este contexto.", + "worldedit.searchitem.too-short": "Ingrese una cadena de bУКsqueda mУЁs larga (longitud > 2).", + "worldedit.searchitem.either-b-or-i": "No puede usar los indicadores 'b' e 'i' simultУЁneamente.", + "worldedit.searchitem.searching": "(Espere... buscando objeto(s).)", + "worldedit.watchdog.no-hook": "Esta plataforma no tiene ningУКn gancho guardian.", + "worldedit.watchdog.active.already": "El gancho guardian ya estУЁ activo.", + "worldedit.watchdog.inactive.already": "El gancho guardiУЁn ya esta inactivo.", + "worldedit.watchdog.active": "El gancho guardiУЁn ahora estУЁ activo.", + "worldedit.watchdog.inactive": "El gancho guardian ahora esta inactivo.", + "worldedit.world.remove": "Se elimino la invalidaciУГn del mundo.", + "worldedit.world.set": "Establezca la invalidaciУГn del mundo en {0}. (Use '//world' para volver a los valores por defecto)", + "worldedit.undo.undone": "Se deshizo {0} edicion(es) disponible(s).", + "worldedit.undo.none": "No queda nada para deshacer.", + "worldedit.redo.redone": "Se rehizo {0} edicion(es) disponible(s).", + "worldedit.redo.none": "No queda nada para rehacer.", + "worldedit.clearhistory.cleared": "Historial borrado.", + "worldedit.raytrace.noblock": "ТЁNo hay bloque a la vista!", + "worldedit.restore.not-configured": "Snapshot/copia(s) de seguridad no esta configurada.", + "worldedit.restore.not-available": "Esa copia de seguridad no existe o no estУЁ disponible.", + "worldedit.restore.failed": "FallУГ al cargar la copia de seguridad: {0}", + "worldedit.restore.loaded": "Copia de seguridad '{0}' cargada; ahora restaurando...", + "worldedit.restore.restored": "Restaurado; {0} chunks faltantes y otros {1} errores.", + "worldedit.restore.none-for-specific-world": "No fueron encontradas copias de seguridad para el mundo '{0}'.", + "worldedit.restore.none-for-world": "No fueron encontradas copias de seguridad para este mundo.", + "worldedit.restore.none-found": "No se encontraron copias de seguridad.", + "worldedit.restore.none-found-console": "No se encontraron copias de seguridad. Consulte la consola para mУЁs detalles.", + "worldedit.restore.chunk-not-present": "Los chunks no estaban presentes en la copia de seguridad.", + "worldedit.restore.chunk-load-failed": "No se pudieron cargar chunks. (ТПArchivo corrupto?)", + "worldedit.restore.block-place-failed": "Los errores impidieron restaurar los bloques.", + "worldedit.restore.block-place-error": "Уšltimo error: {0}", + "worldedit.snapshot.use.newest": "Ahora usando la copia de seguridad mУЁs reciente.", + "worldedit.snapshot.use": "Copia de seguridad establecida en: {0}", + "worldedit.snapshot.none-before": "No se pudo encontrar una copia de seguridad antes de {0}.", + "worldedit.snapshot.none-after": "No se pudo encontrar una copia de seguridad despuУЉs de {0}.", + "worldedit.snapshot.index-above-0": "Уndice invalido, debe ser mayor o igual a 1.", + "worldedit.snapshot.index-oob": "Уndice invalido, debe estar entre 1 y {0}.", + "worldedit.schematic.unknown-format": "Formato de Esquema desconocido: {0}.", + "worldedit.schematic.load.does-not-exist": "ТЁEl esquema {0} no existe!", + "worldedit.schematic.load.loading": "(Espere... cargando esquema.)", + "worldedit.schematic.load.still-loading": "(Por favor espere... aun se estУЁ cargando el esquema.)", + "worldedit.schematic.save.already-exists": "Ese esquema ya existe. Use el indicador -f para sobrescribirlo.", + "worldedit.schematic.save.failed-directory": "ТЁNo se pudo crear la carpeta para los esquemas!", + "worldedit.schematic.save.saving": "(Espere... guardando el esquema.)", + "worldedit.schematic.save.still-saving": "(Por favor... aun se esta guardando el esquema.)", + "worldedit.schematic.delete.does-not-exist": "ТЁEl esquema {0} no existe!", + "worldedit.schematic.delete.failed": "ТЁError al eliminar '{0}'!. ТПEs de solo lectura?.", + "worldedit.schematic.delete.deleted": "{0} ha sido eliminado(a).", + "worldedit.schematic.formats.title": "Formatos de portapapeles disponibles (Nombre: nombres de bУКsqueda)", + "worldedit.schematic.unsupported-minecraft-version": "Esta versiУГn de WorldEdit no es compatible con su versiУГn de Minecraft. Los esquemas no funcionarУЁn hasta que esto se resuelva.", + "worldedit.pos.already-set": "PosiciУГn ya establecida.", + "worldedit.pos.console-require-coords": "Debe proporcionar las coordenadas por la consola.", + "worldedit.hpos.no-block": "ТЁNo hay bloque a la vista!", + "worldedit.hpos.already-set": "PosiciУГn ya establecida.", + "worldedit.chunk.selected-multiple": "Chunks seleccionados: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk seleccionado: {0}, {1}, {2}", + "worldedit.wand.invalid": "La herramienta de selecciУГn esta mal configurada o inhabilitada.", + "worldedit.wand.selwand.info": "Click izquierdo: seleccione posiciУГn #1; Click derecho: seleccione posicion #2", + "worldedit.wand.navwand.info": "Click izquierdo: saltar a la ubicaciУГn; Click derecho: atravesar paredes", + "worldedit.wand.selwand.now.tool": "La herramienta de selecciУГn ahora es una herramienta normal. Puede inhabilitarlo con {0} y volver a vincularlo a cualquier elemento con {1} u obtener una nueva herramienta con {2}.", + "worldedit.contract.contracted": "{0} bloque(s) contradado(s) por la region.", + "worldedit.shift.shifted": "Region desplazada.", + "worldedit.outset.outset": "La regiУГn se ha expandido.", + "worldedit.inset.inset": "Region insertada.", + "worldedit.size.offset": "Desplazado: {0}.", + "worldedit.size.type": "Tipo: {0}", + "worldedit.size.size": "TamaУБo: {0}", + "worldedit.size.distance": "ТЇ5Distancia: {0}.", + "worldedit.size.blocks": "ТЇ5Cantidad de Bloques: {0}.", + "worldedit.count.counted": "ТЇ5Cantidad {0}.", + "worldedit.distr.no-blocks": "No ha bloques enumerados.", + "worldedit.distr.no-previous": "No existe un distribuciУГn anterior.", + "worldedit.distr.total": "NУКmero Total de Bloques: {0}.", + "worldedit.select.cleared": "ТЇcHas deseleccionado la zona.", + "worldedit.select.cuboid.message": "SelecciУГn CУКbica.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el 1ТК punto.\\nТЇ7BotУГn Derecho т–К Seleccionar el 2ТК punto.", + "worldedit.select.cuboid.description": "ТЇ7Selecciona las dos esquinas del cuboide.", + "worldedit.select.extend.message": "ExtensiУГn de Cuboide.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el punto inicial.\\nТЇ7BotУГn Derecho т–К Expandir.", + "worldedit.select.extend.description": "Modo RУЁpido de selecciУГn de cuboides.", + "worldedit.select.poly.message": "SelecciУГn de Poligonal.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el punto inicial.\\nТЇ7BotУГn Derecho т–К AУБadir puntos.", + "worldedit.select.poly.limit-message": "{0} puntos como mУЁximo.", + "worldedit.select.poly.description": "Selecciona una regiУГn poligonal.", + "worldedit.select.ellipsoid.message": "SelecciУГn de Elipsoidal.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el Centro.\\nТЇ7BotУГn Derecho т–К Seleccionar la extensiУГn.", + "worldedit.select.ellipsoid.description": "Selecciona un regiУГn con forma elУ­ptica.", + "worldedit.select.sphere.message": "SelecciУГn EsfУЉrica.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el Centro.\\nТЇ7BotУГn Derecho т–К Determinar el radio.", + "worldedit.select.sphere.description": "Selecciona un regiУГn con forma esfУЉrica.", + "worldedit.select.cyl.message": "SelecciУГn CilУ­ndrica.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el Centro.\\nТЇ7BotУГn Derecho т–К Seleccionar la extensiУГn.", + "worldedit.select.cyl.description": "Selecciona un regiУГn con forma cilУ­ndrica.", + "worldedit.select.convex.message": "SelecciУГn PoliУЉdrica Convexa.\\nТЇ7BotУГn Izquierdo т–К Seleccionar el primer vУЉrtice.\\nТЇ7BotУГn Derecho т–К AУБadir mУЁs vУЉrtices.", + "worldedit.select.convex.limit-message": "El lУ­mite es de {0} puntos como mУЁximo.", + "worldedit.select.convex.description": "Selecciona un regiУГn con forma de Poliedro Convexo.", + "worldedit.select.default-set": "La forma actual de selecciУГn es {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}.", + "worldedit.chunkinfo.old-filename": "Formato antiguo: {0}.", + "worldedit.chunkinfo.mcregion-filename": "RegiУГn MC: RegiУГn/{0}.", + "worldedit.listchunks.listfor": "Listando para: {0}.", + "worldedit.drain.drained": "Se han vaciado {0} bloques.", + "worldedit.fill.created": "Se han rellenado {0} bloques.", + "worldedit.fillr.created": "Se han rellenado {0} bloques.", + "worldedit.fixlava.fixed": "Se han nivelado {0} bloques de lava.", + "worldedit.fixwater.fixed": "Se han nivelado {0} bloques de agua.", + "worldedit.removeabove.removed": "Se han eliminado {0} bloques.", + "worldedit.removebelow.removed": "Se han eliminado {0} bloques.", + "worldedit.removenear.removed": "Se han eliminado {0} bloques.", + "worldedit.replacenear.replaced": "Se han remplazado {0} bloques.", + "worldedit.snow.created": "Se han cubierto {0} superficies.", + "worldedit.thaw.removed": "Se han descongelado {0} bloques.", + "worldedit.green.changed": "Se han enverdecido {0} bloques.", + "worldedit.extinguish.removed": "Se han extinguido {0} focos en llamas.", + "worldedit.butcher.killed": "Se han eliminado {0} criaturas en un radio de {1}.", + "worldedit.butcher.explain-all": "Usa -1 para eliminar todas las criaturas de los chunks cargados.", + "worldedit.remove.removed": "Se han marcado {0} entidades para su eliminaciУГn.", + "worldedit.remove.explain-all": "Usa -1 para eliminar todas las entidades de los chunks cargados.", + "worldedit.calc.invalid": "'{0}' no puede ser analizado como una expresiУГn vУЁlida.", + "worldedit.calc.invalid.with-error": "'{0}' no puede ser analizado como una expresiУГn vУЁlida: '{1}'", + "worldedit.paste.pasted": "El contenido del portapapeles ha sido pegado en {0}.", + "worldedit.paste.selected": "Se ha seleccionado la regiУГn de pegado del portapapeles.", + "worldedit.rotate.no-interpolation": "Nota: La interpolaciУГn aУКn no es admisible, por lo que se recomienda УЁngulos mУКltiplos de 90.", + "worldedit.rotate.rotated": "Se ha girado el contenido del portapapeles.", + "worldedit.flip.flipped": "Se ha volteado el contenido del portapapeles.", + "worldedit.clearclipboard.cleared": "ТЇ4Se ha eliminado el contenido del Portapapeles.", + "worldedit.set.done": "ТЇ2OperaciУГn completada.", + "worldedit.set.done.verbose": "OperaciУГn completada ({0}).", + "worldedit.line.changed": "Se han cambiado {0} bloques.", + "worldedit.line.invalid-type": "La herramienta '//line' solo funciona con selecciones cuboides o poliУЉdricas convexas.", + "worldedit.curve.changed": "Se han cambiado {0} bloques.", + "worldedit.curve.invalid-type": "La herramienta '//curve' solo funciona con selecciones poliУЉdricas convexas.", + "worldedit.replace.replaced": "Se han remplazado {0} bloques.", + "worldedit.stack.changed": "Se han cambiado {0} bloques. Puedes deshacer los cambios usando '//undo'.", + "worldedit.stack.intersecting-region": "El desplazamiento del stack no debe chocar con la regiУГn colindante cuando se utiliza el bloque como unidad.", + "worldedit.regen.regenerated": "ТЇ6La zona seleccionada se ha regenerado.", + "worldedit.regen.failed": "No se han podido regenerar los chunks. Mira en la consola para obtener mУЁs detalles.", + "worldedit.walls.changed": "Se han cambiado {0} bloques.", + "worldedit.faces.changed": "Se han cambiado {0} bloques.", + "worldedit.overlay.overlaid": "Se ha superpuesto {0} bloques.", + "worldedit.naturalize.naturalized": "Se han sustituido {0} bloques para que parezcan mУЁs naturales.", + "worldedit.center.changed": "Centro establecido. (Se han cambiado {0} bloques).", + "worldedit.smooth.changed": "Se ha suavizado el terreno. {0} bloques afectados.", + "worldedit.move.moved": "Se han movido {0} bloques.", + "worldedit.deform.deformed": "Se han deformado {0} bloques.", + "worldedit.hollow.changed": "Se han cambiado {0} bloques.", + "worldedit.forest.created": "Se ha generado {0} УЁrboles.", + "worldedit.flora.created": "Se han generado {0} plantas.", + "worldedit.unstuck.moved": "ТЁAhУ­ lo tienes chaval!", + "worldedit.ascend.obstructed": "No se ha encontrado ningУКn espacio libre por encima.", + "worldedit.ascend.moved": "Has ascendido {0} niveles.", + "worldedit.descend.obstructed": "No se ha encontrado ningУКn espacio libre por debajo.", + "worldedit.descend.moved": "Has descendido {0} niveles.", + "worldedit.ceil.obstructed": "No se ha encontrado ningУКn espacio libre por encima.", + "worldedit.ceil.moved": "ТЁYupi!", + "worldedit.thru.obstructed": "No se ha encontrado ningУКn espacio libre por delante.", + "worldedit.thru.moved": "ТЁYupi!", + "worldedit.jumpto.moved": "ТЁPuf!", + "worldedit.jumpto.none": "ТЇcТЁNo hay nada a la vista (o estУЁ demasiado lejos)!", + "worldedit.up.obstructed": "Debes golpear algo por encima tuyo.", + "worldedit.up.moved": "ТЁYupi!", + "worldedit.cyl.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.cyl.created": "Se han creado {0} bloques.", + "worldedit.sphere.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.sphere.created": "Se ha generado una esfera con {0} bloques.", + "worldedit.forestgen.created": "Se han generado {0} УЁrboles.", + "worldedit.pumpkins.created": "Se han generado {0} calabazas.", + "worldedit.pyramid.created": "Se ha generado una pirУЁmide con {0} bloques.", + "worldedit.generate.created": "Se han creado {0} bloques.", + "worldedit.generatebiome.changed": "{0} biomas afectados.", + "worldedit.reload.config": "ТЇaLa configuraciУГn de ТЇ2WorlEdit ТЇase ha recargado satisfactoriamente.", + "worldedit.report.written": "Se ha generado el informe de WorldEdit en {0}.", + "worldedit.report.error": "Fallo al guardar el informe: {0}.", + "worldedit.report.callback": "Informe de WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Zona horaria no vУЁlida.", + "worldedit.timezone.set": "La zona horaria para esta sesiУГn es: {0}.", + "worldedit.timezone.current": "La hora actual en esta zona horaria es: {0}.", + "worldedit.version.version": "VersiУГn de WorldEdit: {0}.", + "worldedit.version.bukkit.unsupported-adapter": "Esta versiУГn de WorldEdit no es compatible con esta versiУГn de Bukkit. Los contenedores (ej. cofres) se quedarУЁn vacУ­os, las propiedades (ej. rotaciУГn) no se mantendrУЁn, y otras cosas pueden no funcionar. Actualiza WorldEdit para restaurar la funcionalidad:\\n{0}", + "worldedit.trace.no-tracing-extents": "Seguimiento: No se ha utilizado ninguna medida.", + "worldedit.trace.action-failed": "Seguimiento: {0} acciones en {1} descartadas por la extensiУГn {2}.", + "worldedit.trace.active.already": "El Modo Seguimiento ya estУЁ activado.", + "worldedit.trace.inactive.already": "El Modo Seguimiento ya estУЁ desactivado.", + "worldedit.trace.active": "Modo Seguimiento activado.", + "worldedit.trace.inactive": "Modo seguimiento desactivado.", + "worldedit.command.time-elapsed": "{0}seg trascurridos (historial: {1} cambiado; {2} bloques/seg).", + "worldedit.command.permissions": "No tienes permitido hacer esto. ТПEstУЁs en el modo correcto?", + "worldedit.command.player-only": "Este comando debe ser utilizado por un jugador.", + "worldedit.command.error.report": "Por favor, informa sobre este error: [Mira en la consola].", + "worldedit.pastebin.uploading": "ТЇ7Por favor espera, enviando el registro a pastebin...", + "worldedit.session.cant-find-session": "No se puede encontrar la sesiУГn de {0}.", + "worldedit.platform.no-file-dialog": "Este entorno no permite mostrar diУЁlogos.", + "worldedit.asset.load.loading": "ТЇ7Por favor espera, cargando el elemento...", + "worldedit.asset.load.still-loading": "ТЇ7Por favor espera, sigue cargando el elemento...", + "worldedit.asset.load.failed": "No se ha podido cargar el elemento.", + "worldedit.tool.max-block-changes": "Has alcanzado el nУКmero mУЁximo de bloques que puedes modificar.", + "worldedit.tool.no-block": "ТЁNo hay bloque a la vista!", + "worldedit.tool.repl.equip": "ТЇaHas asignado la Herramienta Remplazadora a ТЇ2{0}ТЇa.", + "worldedit.tool.repl.switched": "La Herramienta Remplazadora se ha cambiado por {0}.", + "worldedit.tool.data-cycler.equip": "ТЇaHas asignado la Herramienta de AlteraciУГn de Bloques a ТЇ2{0}ТЇa.", + "worldedit.tool.data-cycler.block-not-permitted": "No tienes permitido modificar el valor de este bloque.", + "worldedit.tool.data-cycler.cant-cycle": "ТЁEste bloque no se puede alterar!", + "worldedit.tool.data-cycler.new-value": "El valor de {0} ahora es {1}.", + "worldedit.tool.data-cycler.cycling": "Alterando el valor de {0}.", + "worldedit.tool.deltree.equip": "ТЇaHas asignado la Herramienta de EliminaciУГn de Уrboles Flotantes a ТЇ2{0}ТЇa.", + "worldedit.tool.deltree.not-tree": "Esto no es un Уrbol.", + "worldedit.tool.deltree.not-floating": "Esto no es un Уrbol Flotante.", + "worldedit.tool.tree.equip": "ТЇaHas asignado la Herramienta de GeneraciУГn de Уrboles a ТЇ2{0}ТЇa.", + "worldedit.tool.tree.obstructed": "No se puede generar un УЁrbol aquУ­.", + "worldedit.tool.info.equip": "ТЇaHas asignado la Herramienta de InformaciУГn a ТЇ2{0}ТЇa.", + "worldedit.tool.info.blockstate.hover": "ТЇ7InformaciУГn del Bloque.", + "worldedit.tool.info.internalid.hover": "ТЇ7ID Interna.", + "worldedit.tool.info.legacy.hover": "ТЇ7Heredado de la ID:InformaciУГn.", + "worldedit.tool.info.light.hover": "ТЇ7IluminaciУГn del Bloque/IluminaciУГn Superior.", + "worldedit.tool.none.equip": "ТЇcHas desvinculado la herramienta asignada.", + "worldedit.tool.none.to.unequip": "ТЇcEste objeto no tiene ninguna herramienta asignada.", + "worldedit.tool.selwand.equip": "ТЇaHas asignado la Herramienta de SelecciУГn a ТЇ2{0}ТЇa.", + "worldedit.tool.navwand.equip": "ТЇaHas asignado la Herramienta de NavegaciУГn a ТЇ2{0}ТЇa.", + "worldedit.tool.floodfill.equip": "ТЇaHas asignado la Herramienta de Relleno a ТЇ2{0}ТЇa.", + "worldedit.tool.farwand.equip": "ТЇaHas asignado la Herramienta de SelecciУГn Lejana a ТЇ2{0}ТЇa.", + "worldedit.tool.lrbuild.equip": "ТЇaHas asignado la Herramienta de ConstrucciУГn Lejana a ТЇ2{0}.", + "worldedit.tool.lrbuild.set": "ТЇ7BotУГn Izquierdo т–К {0}\\nТЇ7BotУГn Derecho т–К {1}.", + "worldedit.tool.stack.equip": "ТЇaLa herramienta de VinculaciУГn se ha asignado a ТЇ2{0}ТЇa.", + "worldedit.tool.unbind-instruction": "Usa {0} mientras mantienes el objeto para desvincular la herramienta.", + "worldedit.tool.superpickaxe.mode.single": "Modo simple.\\nТЇ7Usa el botУГn izquierdo con un pico.\\nТЇ8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.area": "Modo УЁrea.\\nТЇ7Usa el botУГn izquierdo con un pico.\\nТЇ8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.recursive": "Modo recursivo.\\nТЇ7Usa el botУГn izquierdo con un pico.\\nТЇ8Usa // para desactivar.", + "worldedit.tool.superpickaxe.max-range": "El rango mУЁximo es {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Ya estУЁ activado el Superpico.", + "worldedit.tool.superpickaxe.disabled.already": "Ya estУЁ desactivado el Superpico.", + "worldedit.tool.superpickaxe.enabled": "Se ha activado el Superpico.", + "worldedit.tool.superpickaxe.disabled": "Se ha desactivado el Superpico.", + "worldedit.tool.mask.set": "Se ha determinado la mУЁscara de la brocha.", + "worldedit.tool.mask.disabled": "Se ha desactivado la mУЁscara de la brocha.", + "worldedit.tool.material.set": "Se ha determinado el material de la brocha.", + "worldedit.tool.range.set": "Se ha determinado el rango de la brocha.", + "worldedit.tool.size.set": "Se ha determinado el tamaУБo de la brocha.", + "worldedit.tool.tracemask.set": "Se ha determinado el seguimiento de la mУЁscara.", + "worldedit.tool.tracemask.disabled": "Se ha desactivado el seguimiento de la mУЁscara.", + "worldedit.tool.error.cannot-bind": "ТЇcLa herramienta no se puede asignar a {0}: {1}", + "worldedit.tool.error.item-only": "ТЇcSolo se pueden asignar objetos, no bloques.", + "worldedit.execute.script-permissions": "No tienes permiso para usar rutinas.", + "worldedit.executelast.no-script": "Primero usa /cs con un nombre de rutina.", + "worldedit.script.read-error": "Error de la rutina: {0}.", + "worldedit.script.unsupported": "Solo se admiten rutinas .js", + "worldedit.script.file-not-found": "La rutina no existe: {0}.", + "worldedit.script.no-script-engine": "No se ha encontrado instalado un motor de rutinas.\\nPor favor, mira aquУ­: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "No se ha podido ejecutar: {0}.", + "worldedit.script.failed-console": "No se ha podido ejecutar (mira en la consola): {0}.", + "worldedit.operation.affected.biome": "{0} biomas afectados.", + "worldedit.operation.affected.block": "{0} bloques afectados.", + "worldedit.operation.affected.column": "{0} columnas afectadas.", + "worldedit.operation.affected.entity": "{0} entidades afectadas.", + "worldedit.operation.deform.expression": "Usando la deformaciУГn {0}.", + "worldedit.error.invalid-number": "Se esperaba un nУКmero; caracteres no vУЁlidos.", + "worldedit.error.invalid-number.matches": "Se esperaba un nУКmero; caracteres \"{0}\" obtenidos.", + "worldedit.error.incomplete-region": "ТЇcPrimero selecciona una regiУГn.", + "worldedit.error.unknown-block": "No se reconoce el nombre del bloque '{0}'.", + "worldedit.error.unknown-entity": "No se reconoce el nombre de la entidad '{0}'.", + "worldedit.error.unknown-mob": "No se reconoce el nombre del mob '{0}'.", + "worldedit.error.unknown-biome": "No se reconoce el nombre del bioma '{0}'.", + "worldedit.error.unknown-tag": "No se reconoce el nombre de la etiqueta '{0}'.", + "worldedit.error.empty-tag": "La etiqueta '{0}' carece de contenido.", + "worldedit.error.no-match": "No se han encontrado coincidencias con '{0}'.", + "worldedit.error.disallowed-block": "Bloque '{0}' no admitido (mira en la configuraciУГn de WorldEdit).", + "worldedit.error.max-changes": "Has superado el lУ­mite mУЁximo de bloques que puedes modificar en cada operaciУГn. (Se han modificado {0} bloques).", + "worldedit.error.max-brush-radius": "El radio mУЁximo (configurado) en la brocha es {0}.", + "worldedit.error.max-radius": "El radio mУЁximo (configurado) es {0}.", + "worldedit.error.unknown-direction": "DirecciУГn desconocida: {0}.", + "worldedit.error.empty-clipboard": "El portapapeles estУЁ vacУ­o. Usa primero '//copy'.", + "worldedit.error.invalid-filename": "El nombre del archivo '{0}' no es vУЁlido: {1}.", + "worldedit.error.invalid-filename.invalid-characters": "Caracteres no vУЁlidos o falta la extensiУГn.", + "worldedit.error.file-resolution": "Archivo '{0}' resoluciУГn del error: {1}.", + "worldedit.error.file-resolution.outside-root": "La ruta no se encuentra en la raУ­z permitida.", + "worldedit.error.file-resolution.resolve-failed": "No se ha podido resolver la ruta.", + "worldedit.error.file-aborted": "SelecciУГn de archivos anulada.", + "worldedit.error.no-file-selected": "No has seleccionado el archivo.", + "worldedit.error.world-unloaded": "El mundo ya estУЁ descargado.", + "worldedit.error.not-a-block": "Este objeto no es un bloque.", + "worldedit.error.not-a-block.item": "El objeto '{0}' no es un bloque.", + "worldedit.error.incorrect-usage": "Debes usar: {0}.", + "worldedit.error.invalid-page": "NУКmero de pУЁgina no vУЁlido.", + "worldedit.error.parser.bad-state-format": "El formato de estado no es correcto en {0}.", + "worldedit.error.parser.duplicate-property": "Propiedad duplicada: {0}.", + "worldedit.error.parser.empty-state": "Una parte del estado estУЁ vacУ­o.", + "worldedit.error.parser.missing-equals-separator": "Falta el separador '='.", + "worldedit.error.parser.clipboard.missing-offset": "El desplazamiento se ha especificado con @ pero no se ha especificado. Usa '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Propiedad del bloque '{1}' desconocida '{0}'.", + "worldedit.error.parser.unknown-value": "Valor de la propiedad '{1}' desconocida '{0}'.", + "worldedit.error.parser.empty-property": "La propiedad del estado estУЁ vacУ­a.", + "worldedit.error.parser.empty-value": "El valor del estado estУЁ vacУ­o.", + "worldedit.error.parser.invalid-colon": "SУ­mbolo de dos puntos no vУЁlido.", + "worldedit.error.parser.invalid-expression": "ExpresiУГn no vУЁlida: {0}", + "worldedit.error.parser.negate-nothing": "ТЁNo se puede negar la nada!", + "worldedit.error.parser.hanging-lbracket": "Formato no vУЁlido. Falta el corchete en '{0}'.", + "worldedit.error.parser.missing-rbracket": "Falta el corchete de cierre ']'.", + "worldedit.error.parser.missing-random-type": "Falta el tipo despuУЉs del sУ­mbolo % para '{0}'.", + "worldedit.error.parser.clipboard.missing-coordinates": "El desplazamiento del portapapeles necesita las coordenadas x,y,z.", + "worldedit.error.parser.player-only": "ТЁLa entrada '{0}' necesita un jugador!", + "worldedit.error.disabled": "Esta funcionalidad estУЁ desactivada (ver configuraciУГn de WorldEdite).", + "worldedit.error.unknown": "Se ha producido un error desconocido: {0}", + "worldedit.error.missing-extent": "ExtensiУГn desconocida.", + "worldedit.error.missing-session": "SesiУГn local desconocida.", + "worldedit.error.missing-world": "Es necesario determinar un mundo (prueba con //world).", + "worldedit.error.missing-actor": "No se reconoce ningУКn actor.", + "worldedit.selection.convex.info.vertices": "ТЇ5VУЉrtices: {0}.", + "worldedit.selection.convex.info.triangles": "ТЇ5TriУЁngulos: {0}.", + "worldedit.selection.convex.explain.primary": "Has iniciado una selecciУГn con vУЉrtice {0}.", + "worldedit.selection.convex.explain.secondary": "Has aУБadido el vУЉrtice {0} en la selecciУГn.", + "worldedit.selection.cuboid.info.pos1": "ТЇ5PosiciУГn 1: {0}.", + "worldedit.selection.cuboid.info.pos2": "ТЇ5PosiciУГn 2: {0}.", + "worldedit.selection.cuboid.explain.primary": "Primera posiciУГn establecida en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Primera posiciУГn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.cuboid.explain.secondary": "Segunda posiciУГn establecida en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Segunda posiciУГn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.extend.explain.primary": "SelecciУГn iniciada en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Extender la selecciУГn para abarcar {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "ТЇ5Centro: {0}.", + "worldedit.selection.ellipsoid.info.radius": "ТЇ5Radio X/Y/Z: {0}.", + "worldedit.selection.ellipsoid.explain.primary": "PosiciУГn central determinada en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "PosiciУГn central determinada en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radio determinado en {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Has determinado el radio en {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Los cambios de las Elipses deben ser uniformes en cada dimensiУГn horizontal.", + "worldedit.selection.cylinder.info.center": "ТЇ5Centro: {0}.", + "worldedit.selection.cylinder.info.radius": "ТЇ5Radio: {0}.", + "worldedit.selection.cylinder.explain.primary": "Has iniciado una selecciУГn cilУ­ndrica en {0}.", + "worldedit.selection.cylinder.explain.secondary": "Has determinado el radio en {0}/{1} bloques ({2}).", + "worldedit.selection.cylinder.explain.secondary-missing": "Antes de determinar el radio, tienes que seleccionar el punto central.", + "worldedit.selection.cylinder.error.even-horizontal": "Los cambios de los Cilindros deben ser uniformes en cada dimensiУГn horizontal.", + "worldedit.selection.polygon2d.info": "ТЇ5NУКmero de Puntos: {0}.", + "worldedit.selection.polygon2d.explain.primary": "El primer punto se ha establecido en {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Se ha aУБadido el punto nТК{0} en {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Los polУ­gonos sУГlo se pueden expandir verticalmente.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Los polУ­gono solo se pueden contraer verticalmente.", + "worldedit.selection.sphere.explain.secondary": "Se ha determinado el radio de {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Se ha establecido el radio en {0} ({1}).", + "worldedit.selection.null.error.immutable": "No se puede cambiar una RegiУГn Nula.", + "worldedit.selection.intersection.error.cannot-expand": "No se puede expandir una intersecciУГn de regiУГn.", + "worldedit.selection.intersection.error.cannot-contract": "No se puede contraer una intersecciУГn de regiУГn.", + "worldedit.selection.transform.error.cannot-expand": "No se puede expandir una RegiУГn Transformada.", + "worldedit.selection.transform.error.cannot-contract": "No se puede contraer una RegiУГn Transformada.", + "worldedit.selection.transform.error.cannot-change": "No se puede modificar una RegiУГn Transformada.", + "worldedit.sideeffect.lighting": "IluminaciУГn", + "worldedit.sideeffect.lighting.description": "Actualiza la iluminaciУГn de los bloques.", + "worldedit.sideeffect.neighbors": "Vecinos", + "worldedit.sideeffect.neighbors.description": "Notifica los cambios de los bloques cercanos.", + "worldedit.sideeffect.update": "ActualizaciУГn", + "worldedit.sideeffect.update.description": "Notifica los cambios realizados en los bloques.", + "worldedit.sideeffect.validation": "ValidaciУГn", + "worldedit.sideeffect.validation.description": "Repara y valida los errores inconsistentes del estado del mundo, tales como bloques desconectados.", + "worldedit.sideeffect.entity_ai": "IA de entidades", + "worldedit.sideeffect.entity_ai.description": "Actualiza las rutas de las entidades segУКn los cambios de los bloques.", + "worldedit.sideeffect.events": "Eventos Mod/Plugin", + "worldedit.sideeffect.events.description": "Informa sobre los cambios a otros mods/plugins, cuando corresponda.", + "worldedit.sideeffect.state.on": "Activado", + "worldedit.sideeffect.state.delayed": "Aplazado", + "worldedit.sideeffect.state.off": "Desactivado", + "worldedit.sideeffect.box.current": "Actual", + "worldedit.sideeffect.box.change-to": "Clic para establecer {0}.", + "worldedit.help.command-not-found": "No se ha encontrado el comando '{0}'.", + "worldedit.help.no-subcommands": "'{0}' no es un subcomando. ТПQuizУЁs '{1}' sea un parУЁmetro?", + "worldedit.help.subcommand-not-found": "No se ha encontrado el subcomando '{0}' de '{1}'.", + "worldedit.cli.stopping": "ТЁDeteniendo...!", + "worldedit.cli.unknown-command": "ТЁComando desconocido!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/et/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/et/strings.json new file mode 100644 index 0000000..44fa2e9 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/et/strings.json @@ -0,0 +1,86 @@ +{ + "worldedit.expand.description.vert": "Laienda valitud ala vertikaalselt maailma limiidini.", + "worldedit.expand.expanded": "Ala laiendati {0} bloki vУЕrra", + "worldedit.expand.expanded.vert": "Ala laiendati {0} bloki vУЕrra (УМlevalt-alla).", + "worldedit.biomeinfo.lineofsight": "Bioome vaatepunktis: {0}", + "worldedit.biomeinfo.position": "Bioome sinu asukohas: {0}", + "worldedit.biomeinfo.selection": "Teie valitud bioomid: {0}", + "worldedit.brush.radius-too-large": "Maksimaalne lubatud pintsli raadius: {0}", + "worldedit.brush.apply.radius": "Pintsli suurus", + "worldedit.brush.apply.shape": "Ala kuju", + "worldedit.brush.apply.type": "Pintsli tУМУМp mida kasutada", + "worldedit.brush.paint.size": "Pintsli suurus", + "worldedit.brush.paint.shape": "Ala kuju", + "worldedit.brush.paint.density": "Pintsli tihedus", + "worldedit.brush.paint.type": "Pintsli tУМУМp mida kasutada", + "worldedit.brush.operation.equip": "MУЄУЄra pintsel {0}.", + "worldedit.drawsel.disabled": "Serveri CUI keelatud.", + "worldedit.limit.too-high": "Sinu maksimaalne muutmise limiit on {0}.", + "worldedit.limit.set": "Bloki muutmis limiit {0}.", + "worldedit.undo.undone": "Tagasi vУЕetud {0} muudatust.", + "worldedit.undo.none": "Pole mida tagasi vУЕtta.", + "worldedit.redo.redone": "Uuesti tehtud {0} muudatust.", + "worldedit.redo.none": "Pole mida tagasi vУЕtta.", + "worldedit.clearhistory.cleared": "Ajalugu on tУМhjendatud.", + "worldedit.raytrace.noblock": "Plokk pole silmapiiril!", + "worldedit.restore.block-place-error": "Viimane tУЕrge: {0}", + "worldedit.schematic.delete.failed": "{0} kustutamine ebaУЕnnestus! Kas see on kirjutuskaitstud?", + "worldedit.schematic.delete.deleted": "{0} on kustutatud.", + "worldedit.pos.already-set": "Positsioon on juba mУЄУЄratud.", + "worldedit.hpos.no-block": "Plokk pole silmapiiril!", + "worldedit.hpos.already-set": "Positsioon on juba mУЄУЄratud.", + "worldedit.chunk.selected-multiple": "Valitud kamakad: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Valitud kamakas: {0}, {1}, {2}", + "worldedit.wand.selwand.info": "Vasak klikk: valige pos #1; Parem klikk: valige pos #2", + "worldedit.size.type": "Liik: {0}", + "worldedit.size.size": "Suurus: {0}", + "worldedit.size.distance": "Kuubi distants: {0}", + "worldedit.size.blocks": "Plokkide arv: {0}", + "worldedit.count.counted": "Loetud: {0}", + "worldedit.chunkinfo.chunk": "Kamakas: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Vana formaat: {0}", + "worldedit.fill.created": "TУЄidetud on {0} plokki.", + "worldedit.fillr.created": "TУЄidetud on {0} plokki.", + "worldedit.butcher.killed": "Surmatud {0} elukat {1} raadiuses.", + "worldedit.paste.pasted": "LУЕikelauad on kleebitud kohta {0}", + "worldedit.rotate.rotated": "LУЕikelaua koopia on pУЖУЖratud.", + "worldedit.clearclipboard.cleared": "LУЕikelaud on tУМhjendatud.", + "worldedit.set.done": "Toiming on lУЕpetatud.", + "worldedit.set.done.verbose": "Toiming on lУЕpetatud ({0}).", + "worldedit.line.changed": "Muudetud on {0} plokki.", + "worldedit.curve.changed": "Muudetud on {0} plokki.", + "worldedit.walls.changed": "Muudetud on {0} plokki.", + "worldedit.faces.changed": "Muudetud on {0} plokki.", + "worldedit.center.changed": "MУЄУЄratud keskele. (muudetud {0} plokki)", + "worldedit.hollow.changed": "Muudetud on {0} plokki.", + "worldedit.forest.created": "Loodud {0} puud.", + "worldedit.cyl.created": "Loodud on {0} plokki.", + "worldedit.sphere.created": "Loodud on {0} plokki.", + "worldedit.forestgen.created": "Loodud {0} puud.", + "worldedit.pyramid.created": "Loodud on {0} plokki.", + "worldedit.generate.created": "Loodud on {0} plokki.", + "worldedit.version.version": "WorldEdit versioon {0}", + "worldedit.tool.no-block": "Plokk pole silmapiiril!", + "worldedit.tool.deltree.not-tree": "See ei ole puu.", + "worldedit.tool.deltree.not-floating": "See puu ei ole УЕhus.", + "worldedit.tool.tree.obstructed": "Puu ei kУЄi sinna.", + "worldedit.script.file-not-found": "Skripti pole olemas: {0}", + "worldedit.operation.affected.biome": "mУЕjutatud {0} bioomi", + "worldedit.operation.affected.block": "mУЕjutatud {0} plokki", + "worldedit.operation.affected.entity": "mУЕjutatud {0} olemit", + "worldedit.error.file-aborted": "Faili valimine katkestati.", + "worldedit.error.no-file-selected": "Уœhtegi faili pole valitud.", + "worldedit.error.incorrect-usage": "Kasutus: {0}", + "worldedit.selection.cuboid.info.pos1": "Positsioon 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Positsioon 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Esimene positsioon on mУЄУЄratud {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Esimene positsioon on mУЄУЄratud {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Teine positsioon on mУЄУЄratud {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Teine positsioon on mУЄУЄratud {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Keskus: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Keskpositsioon on mУЄУЄratud {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Keskpositsioon on mУЄУЄratud {0} ({1}).", + "worldedit.selection.cylinder.info.center": "Keskus: {0}", + "worldedit.help.command-not-found": "KУЄsklust '{0}' ei leitud.", + "worldedit.cli.unknown-command": "Tundmatu kУЄsklus!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/eu/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/eu/strings.json new file mode 100644 index 0000000..885cca1 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/eu/strings.json @@ -0,0 +1,129 @@ +{ + "worldedit.brush.apply.radius": "Eskuilaren tamainua", + "worldedit.brush.apply.shape": "Regioiaren forma", + "worldedit.brush.paint.size": "Eskuilaren tamainua", + "worldedit.brush.paint.shape": "Regioiaren forma", + "worldedit.brush.paint.density": "Eskuilaren dentsitatea", + "worldedit.brush.operation.equip": "Eskuila {0} esarrita.", + "worldedit.drawsel.disabled": "Zerbitzariko CUI desgaituta.", + "worldedit.fast.disabled": "Askar modua desgaituta.", + "worldedit.gmask.disabled": "Maskara globala desgaituta.", + "worldedit.gmask.set": "Maskara globala esarrita.", + "worldedit.searchitem.searching": "(Itxaron mezedez... objetuak bilatzen)", + "worldedit.undo.none": "Ezer ez desegiteko.", + "worldedit.redo.none": "Ezer ez berregiteko.", + "worldedit.clearhistory.cleared": "Legenda garbituta.", + "worldedit.restore.none-for-specific-world": "Ez dira aurkitu snapshots-rik munduan: '{0}'.", + "worldedit.restore.none-for-world": "Ez dira aurkitu snapshots-rik munduan honetan.", + "worldedit.restore.none-found": "Ez dira snapshots-rik aurkitu.", + "worldedit.restore.none-found-console": "Ez dira aurkitu snapshots-rik. Begiratu konsola xehetasunetarako.", + "worldedit.restore.block-place-error": "Pasaden errorea: {0}", + "worldedit.schematic.unknown-format": "Ezezagun schematic formatua: {0}.", + "worldedit.schematic.load.does-not-exist": "{0} Schematic-a ez da existitzen!", + "worldedit.schematic.load.loading": "(Itxaron mezedez... schematic kargatzen)", + "worldedit.schematic.load.still-loading": "(Itxaron mezedez... Schematic oraindik kargatzen ari dago)", + "worldedit.schematic.save.failed-directory": "Ezin izan da schematic-eko karpeta sortu!", + "worldedit.schematic.save.saving": "(Itxaron mezedez... Schematic gordetzen)", + "worldedit.schematic.save.still-saving": "(Itxaron mezedez... Schematic oraindik gordetzen ari dago)", + "worldedit.schematic.delete.does-not-exist": "{0} Schematic-a ez da existitzen!", + "worldedit.schematic.delete.failed": "{0} ezabapena huts egin du! Irakurri-bakarrik dago?", + "worldedit.schematic.delete.deleted": "{0} ezabatu da.", + "worldedit.wand.invalid": "Makila objetua ez dago konfiguratua edo desgaituta dago.", + "worldedit.size.type": "Mota: {0}", + "worldedit.size.size": "Tamaina: {0}", + "worldedit.count.counted": "Kontua: {0}", + "worldedit.distr.no-blocks": "Ez dira blokerik zenbatu.", + "worldedit.distr.total": "Bloke guztiren kontua: {0}", + "worldedit.select.ellipsoid.description": "Aukeratu elipsoide bat", + "worldedit.select.sphere.description": "Aukeratu esfera bat", + "worldedit.select.cyl.description": "Aukeratu zilindro bat", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Formatu zaharra: {0}", + "worldedit.listchunks.listfor": "Zerrendatzen chunks: {0}", + "worldedit.fill.created": "{0} bloke bete dira.", + "worldedit.fillr.created": "{0} bloke bete dira.", + "worldedit.fixlava.fixed": "{0} bloke kompondu dira.", + "worldedit.fixwater.fixed": "{0} bloke kompondu dira.", + "worldedit.removeabove.removed": "{0} bloke ezabatu dira.", + "worldedit.removebelow.removed": "{0} bloke ezabatu dira.", + "worldedit.removenear.removed": "{0} bloke ezabatu dira.", + "worldedit.replacenear.replaced": "{0} bloke ordezkatu dira.", + "worldedit.set.done": "Operazioa osatuta.", + "worldedit.set.done.verbose": "Operazioa osatuta ({0}).", + "worldedit.line.changed": "{0} bloke aldatu dira.", + "worldedit.curve.changed": "{0} bloke aldatu dira.", + "worldedit.replace.replaced": "{0} bloke ordezkatu dira.", + "worldedit.regen.regenerated": "Regioia birsortuta.", + "worldedit.walls.changed": "{0} bloke aldatu dira.", + "worldedit.faces.changed": "{0} bloke aldatu dira.", + "worldedit.move.moved": "{0} bloke mugitu dira.", + "worldedit.deform.deformed": "{0} bloke deformatu egin dira.", + "worldedit.hollow.changed": "{0} bloke aldatu dira.", + "worldedit.forest.created": "{0} zuhaitz sortuta.", + "worldedit.flora.created": "{0} flora sortuta.", + "worldedit.unstuck.moved": "Emen daukazu!", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Puf!", + "worldedit.up.moved": "Woosh!", + "worldedit.cyl.created": "{0} bloke sortu dira.", + "worldedit.sphere.created": "{0} bloke sortu dira.", + "worldedit.forestgen.created": "{0} zuhaitz sortuta.", + "worldedit.pyramid.created": "{0} bloke sortu dira.", + "worldedit.generate.created": "{0} bloke sortu dira.", + "worldedit.reload.config": "Ezarpena berriro kargatuta!", + "worldedit.report.error": "Huts egin txostena idazten: {0}", + "worldedit.timezone.invalid": "Ordu-eremu baliogabea", + "worldedit.timezone.current": "Aurtengo ordu eremuko ordua: {0} da", + "worldedit.version.version": "WorldEdit bertsioa: {0}", + "worldedit.version.bukkit.unsupported-adapter": "WorldEdit-eko bertsio hau ez du onartzen Bukkit-eko bertsio honetan. Bloke entitateak (ad. Bularrak) egongo dira hutsik, blokeen propietateak (ad. biraketa) galduko dira eta beste gauzak ez dira ibiliko. Eguneratu WorldEdit funtzionaltasun horiek konpontzeko: {0}", + "worldedit.command.player-only": "Komando hau bakarrik jokalari bat erabili ahal du.", + "worldedit.pastebin.uploading": "(Mesedez itxaron... bidaltzen irteera pastebin-era)", + "worldedit.tool.no-block": "Ez dago blokerik ikus kampoan!", + "worldedit.tool.data-cycler.new-value": "{0} balioa orain {1} da.", + "worldedit.tool.deltree.not-tree": "Hori ez da zuhaitz bat.", + "worldedit.tool.tree.obstructed": "Zuhaitz bat ezin da hara joan.", + "worldedit.tool.info.blockstate.hover": "Blokearen estatua", + "worldedit.tool.info.internalid.hover": "Barneko ID", + "worldedit.tool.info.legacy.hover": "Legacy id:data", + "worldedit.tool.navwand.equip": "Nabigazioa makila {0}-ra lotuta.", + "worldedit.tool.superpickaxe.max-range": "Gehieneko tartea {0} da.", + "worldedit.execute.script-permissions": "Ez duzu baimena script hori exekutatzeko.", + "worldedit.executelast.no-script": "Erabili /cs script-arekin izena lehenengo.", + "worldedit.script.read-error": "Errorea Script-a irakurtzen: {0}", + "worldedit.script.unsupported": "Bakarrik .js scriptak onartzen dira", + "worldedit.script.file-not-found": "Script-a ez da existitzen: {0}", + "worldedit.script.failed": "Huts egin exekutatzen: {0}", + "worldedit.operation.affected.biome": "{0} bioma kaltetuta", + "worldedit.operation.affected.block": "{0} bloke kaltetuta", + "worldedit.operation.affected.column": "{0} zutabea kaltetuta", + "worldedit.operation.affected.entity": "{0} entitate kaltetuta", + "worldedit.operation.deform.expression": "deformatuta {0} erabiltzen", + "worldedit.error.unknown-direction": "Ezezagun norabidea: {0}", + "worldedit.error.no-file-selected": "Ez da fitxategirik hautatu.", + "worldedit.error.not-a-block": "Objetu hori ez da bloke bat.", + "worldedit.error.incorrect-usage": "Erabilera: {0}", + "worldedit.error.invalid-page": "Orrialde zenbakia baliogabea", + "worldedit.error.unknown": "Errore ezezagun jazo da: {0}", + "worldedit.selection.ellipsoid.info.center": "Zentroa: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Zentro posizioa {0} ezarrita.", + "worldedit.selection.ellipsoid.explain.primary-area": "Zentro posizioa {0} ({1}) ezarrita.", + "worldedit.selection.ellipsoid.explain.secondary": "Erradio {0} ezarrita.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Erradio {0} ({1}) ezarrita.", + "worldedit.selection.cylinder.info.center": "Zentroa: {0}", + "worldedit.selection.cylinder.info.radius": "Erradioa: {0}", + "worldedit.selection.polygon2d.info": "# puntuak: {0}", + "worldedit.selection.sphere.explain.secondary": "Erradio {0} ezarrita.", + "worldedit.selection.sphere.explain.secondary-defined": "Erradio {0} ({1}) ezarrita.", + "worldedit.sideeffect.lighting": "Argiztapena", + "worldedit.sideeffect.neighbors": "Bizilagunak", + "worldedit.sideeffect.update": "Eguneratu", + "worldedit.sideeffect.entity_ai": "Entitatearen IA", + "worldedit.sideeffect.state.on": "Piztuta", + "worldedit.sideeffect.state.off": "Amatatuta", + "worldedit.sideeffect.box.current": "Oraingo", + "worldedit.sideeffect.box.change-to": "Klik {0} ezartzeko", + "worldedit.help.command-not-found": "'{0}' Komandoa ez da aurkitu.", + "worldedit.cli.stopping": "Gelditzen!", + "worldedit.cli.unknown-command": "Komando ezezaguna!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/fa/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/fa/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/fa/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/fi/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/fi/strings.json new file mode 100644 index 0000000..27f8c3d --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/fi/strings.json @@ -0,0 +1,25 @@ +{ + "worldedit.gmask.disabled": "Globaali maski poistettu kУЄytУЖstУЄ.", + "worldedit.gmask.set": "Globaali maski asetettu.", + "worldedit.clearhistory.cleared": "Historia tyhjennetty.", + "worldedit.hpos.no-block": "Ei palikkaa nУЄkyvissУЄ!", + "worldedit.hpos.already-set": "Sijainti on jo asetettu.", + "worldedit.size.type": "Tyyppi: {0}", + "worldedit.size.size": "Koko: {0}", + "worldedit.count.counted": "Laskettu: {0}", + "worldedit.command.permissions": "Sinulla ei ole oikeuksia tehdУЄ tУЄtУЄ.", + "worldedit.selection.cuboid.explain.primary": "Sijainti 1 asetettu sijaintiin {0}.", + "worldedit.selection.cuboid.explain.secondary": "Sijainti 2 asetettu sijaintiin {0}.", + "worldedit.sideeffect.events": "Mod / Plugin -tapahtumat", + "worldedit.sideeffect.events.description": "Ilmoittaa muille modeille / plugineille nУЄistУЄ muutoksista tarvittaessa", + "worldedit.sideeffect.state.on": "KУЄytУЖssУЄ", + "worldedit.sideeffect.state.delayed": "MyУЖhУЄssУЄ", + "worldedit.sideeffect.state.off": "Pois", + "worldedit.sideeffect.box.current": "Nykyinen", + "worldedit.sideeffect.box.change-to": "Klikkaa asettaaksesi arvoon {0}", + "worldedit.help.command-not-found": "Komentoa '{0}'ei lУЖydy.", + "worldedit.help.no-subcommands": "'{0}' ei sisУЄllУЄ alikomentoja. (EhkУЄ '{1}' on parametrille?)", + "worldedit.help.subcommand-not-found": "Alakomentoa '{0}' kohdasta '{1}' ei lУЖytynyt.", + "worldedit.cli.stopping": "PysУЄytetУЄУЄn!", + "worldedit.cli.unknown-command": "Tuntematon komento!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/fil/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/fil/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/fil/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/fo/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/fo/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/fo/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/fr-CA/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/fr-CA/strings.json new file mode 100644 index 0000000..e9b3154 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/fr-CA/strings.json @@ -0,0 +1,415 @@ +{ + "worldedit.expand.description.vert": "У‰tendez la sУЉlection verticalement vers les limites du monde.", + "worldedit.expand.expanded": "RУЉgion УЉtendue de {0} blocs", + "worldedit.expand.expanded.vert": "RУЉgion УЉtendue de {0} blocs (de haut en bas).", + "worldedit.biomeinfo.lineofsight": "Biomes en ligne de mire: {0}", + "worldedit.biomeinfo.position": "Biomes У  votre position : {0}", + "worldedit.biomeinfo.selection": "Biomes dans votre sУЉlection : {0}", + "worldedit.brush.radius-too-large": "Rayon maximal autorisУЉ pour les brosses : {0}", + "worldedit.brush.apply.description": "Appliquer la brosse, appliquer une fonction У  chaque bloc", + "worldedit.brush.apply.radius": "La taille de la brosse", + "worldedit.brush.apply.shape": "La forme de la rУЉgion", + "worldedit.brush.apply.type": "Type de brosse У  utiliser", + "worldedit.brush.apply.item.warning": "Cette brosse simule l'utilisation des objets. Ses effets peuvent ne pas fonctionner sur toutes les plateformes, peuvent ne pas УЊtre rУЉtablies et peuvent causer d'УЉtranges interactions avec d'autres mods/plugins. У€ utiliser У  vos propres risques.", + "worldedit.brush.paint.description": "Brosse pinceau, applique une fonction У  une surface", + "worldedit.brush.paint.size": "La taille de la brosse", + "worldedit.brush.paint.shape": "La forme de la rУЉgion", + "worldedit.brush.paint.density": "La densitУЉ de la brosse", + "worldedit.brush.paint.type": "Type de brosse У  utiliser", + "worldedit.brush.paint.item.warning": "Cette brosse simule l'utilisation des objets. Ses effets peuvent ne pas fonctionner sur toutes les plateformes, peuvent ne pas УЊtre rУЉtablies et peuvent causer d'УЉtranges interactions avec d'autres mods/plugins. У€ utiliser У  vos propres risques.", + "worldedit.brush.sphere.equip": "Brosse У  sphУЈres УЉquipУЉe ({0}).", + "worldedit.brush.cylinder.equip": "Brosse У  cylindres УЉquipУЉe ({0} par {1}).", + "worldedit.brush.clipboard.equip": "Brosse У  copier-coller УЉquipУЉe.", + "worldedit.brush.smooth.equip": "Brosse de lissage УЉquipУЉe ({0} x {1}x avec {2}).", + "worldedit.brush.extinguish.equip": "Extincteur УЉquipУЉ ({0}).", + "worldedit.brush.gravity.equip": "Brosse У  gravitУЉ УЉquipУЉe ({0}).", + "worldedit.brush.butcher.equip": "Brosse У  massacre УЉquipУЉe ({0}).", + "worldedit.brush.operation.equip": "La brosse a УЉtУЉ dУЉfinie sur {0}.", + "worldedit.brush.heightmap.equip": "Brosse de la hauteur de la carte УЉquipУЉe ({0}).", + "worldedit.brush.heightmap.unknown": "Pinceau de la carte de hauteur inconnu : {0}.", + "worldedit.brush.none.equip": "La brosse a УЉtУЉ retirУЉe de l'objet en main.", + "worldedit.setbiome.changed": "Les biomes ont УЉtУЉ changУЉs pour environ {0} blocs.", + "worldedit.setbiome.warning": "Vous devrez peut-УЊtre rejoindre votre partie (ou fermer et rouvrir votre monde) pour voir les changements.", + "worldedit.drawsel.disabled": "CUI dУЉsactivУЉ sur ce serveur.", + "worldedit.drawsel.enabled": "Le dessin des sУЉlections (CUI) est activУЉ. Il supporte uniquement les rУЉgions cubiques, avec une taille maximum de {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Le dessin des sУЉlections (CUI) est dУЉjУ  dУЉsactivУЉ sur ce serveur.", + "worldedit.drawsel.enabled.already": "Le dessin des sУЉlections (CUI) est dУЉjУ  activУЉ sur ce serveur.", + "worldedit.limit.too-high": "Votre limite maximum autorisable est de {0}.", + "worldedit.limit.set": "La limite de changement de blocs est dУЉfini sur {0}.", + "worldedit.limit.return-to-default": "(Utilisez //limit pour revenir У  la valeur par dУЉfaut.)", + "worldedit.timeout.too-high": "Votre dУЉlai maximal autorisУЉ est de {0}ms.", + "worldedit.timeout.set": "Le dУЉlai d'expiration a УЉtУЉ dУЉfini У  {0} ms.", + "worldedit.timeout.return-to-default": " (Utilisez //timeout pour revenir У  la valeur par dУЉfaut.)", + "worldedit.fast.disabled": "Mode rapide dУЉsactivУЉ.", + "worldedit.fast.enabled": "Mode rapide activУЉ. L'УЉclairage des chunks affectУЉs pourrait УЊtre incorrect. Il vous faut en gУЉnУЉral vous dУЉconnecter-reconnecter pour voir des changements.", + "worldedit.fast.disabled.already": "Mode rapide dУЉjУ  dУЉsactivУЉ.", + "worldedit.fast.enabled.already": "Mode rapide dУЉjУ  activУЉ.", + "worldedit.perf.sideeffect.set": "L'effet de bord [{0}] a УЉtУЉ dУЉfini sur [{1}].", + "worldedit.perf.sideeffect.get": "L'effet de bord [{0}] est dУЉfini sur [{1}].", + "worldedit.perf.sideeffect.already-set": "L'effet de bord [{0}] est dУЉjУ  dУЉfini sur [{1}].", + "worldedit.perf.sideeffect.set-all": "Tous les effets secondaires sont dУЉfinis У  {0}", + "worldedit.reorder.current": "Le mode de rУЉorganisation est {0}", + "worldedit.reorder.set": "Le mode de rУЉorganisation est maintenant {0}", + "worldedit.gmask.disabled": "Masque global dУЉsactivУЉ.", + "worldedit.gmask.set": "Masque global dУЉfini.", + "worldedit.toggleplace.pos1": "DУЉsormais placУЉ У  la position #1.", + "worldedit.toggleplace.player": "DУЉsormais placУЉ У  la position du bloc sur lequel vous УЊtes.", + "worldedit.toggleplace.not-locatable": "Impossible d'activer/dУЉsactiver le placement dans ce contexte.", + "worldedit.searchitem.too-short": "Entrez un plus long terme de recherche (longueur > 2).", + "worldedit.searchitem.either-b-or-i": "Il n'est pas possible d'utiliser les options -b et -i У  la fois.", + "worldedit.searchitem.searching": "(Veuillez patienter... Recherche des УЉlУЉments.)", + "worldedit.watchdog.no-hook": "Cette plateforme n'a pas de support pour watchdog.", + "worldedit.watchdog.active.already": "Support pour watchdog dУЉjУ  actif.", + "worldedit.watchdog.inactive.already": "Support pour watchdog dУЉjУ  inactif.", + "worldedit.watchdog.active": "Le support pour watchdog est maintenant actif.", + "worldedit.watchdog.inactive": "Le support pour watchdog est maintenant inactif.", + "worldedit.world.remove": "L'УЉcrasement du monde a УЉtУЉ supprimУЉ.", + "worldedit.world.set": "DУЉfinir la prioritУЉ du monde У  {0}. (Utilisez //world pour revenir au paramУЈtres par dУЉfaut)", + "worldedit.undo.undone": "{0} modifications disponibles ont УЉtУЉ annulУЉes.", + "worldedit.undo.none": "Il ne reste plus rien У  annuler.", + "worldedit.redo.redone": "{0} modifications ont УЉtУЉ rУЉtablies.", + "worldedit.redo.none": "Il ne reste plus rien У  rУЉtablir.", + "worldedit.clearhistory.cleared": "Historique effacУЉ.", + "worldedit.raytrace.noblock": "Aucun bloc en vue !", + "worldedit.restore.not-configured": "Le dispositif de sauvegarde (commande /snapshot) n'est pas configurУЉ.", + "worldedit.restore.not-available": "Ce point de sauvegarde n'existe pas ou n'est pas disponible.", + "worldedit.restore.failed": "У‰chec du chargement du point de sauvegarde : {0}", + "worldedit.restore.loaded": "Le point de sauvegarde {0} a УЉtУЉ chargУЉ. Restauration en cours...", + "worldedit.restore.restored": "RestaurУЉ ; {0} chunks manquants et {1} autres erreurs.", + "worldedit.restore.none-for-specific-world": "Pas de point de sauvegarde trouvУЉ pour le monde ТЋ {0} ТЛ.", + "worldedit.restore.none-for-world": "Pas de point de sauvegarde trouvУЉ pour ce monde.", + "worldedit.restore.none-found": "Aucun point de sauvegarde trouvУЉ.", + "worldedit.restore.none-found-console": "Aucun point de sauvegarde trouvУЉ. Consulter la console pour les dУЉtails.", + "worldedit.restore.chunk-not-present": "Des chunks n'ont pas УЉtУЉ enregistrУЉs dans la sauvegarde.", + "worldedit.restore.chunk-load-failed": "Aucun tronУЇon n'a pu УЊtre chargУЉ. Archive corrompue ?", + "worldedit.restore.block-place-failed": "Des erreurs ont empУЊchУЉ la restauration des blocs.", + "worldedit.restore.block-place-error": "DerniУЈre erreur: {0}", + "worldedit.snapshot.use.newest": "On utilise dУЉsormais le point de sauvegarde le plus rУЉcent.", + "worldedit.snapshot.use": "Point de sauvegarde dУЉfini У  : {0}", + "worldedit.snapshot.none-before": "Aucune sauvegarde n'a УЉtУЉ trouvУЉe avant {0}.", + "worldedit.snapshot.none-after": "Aucune sauvegarde n'a УЉtУЉ trouvУЉe aprУЈs {0}.", + "worldedit.snapshot.index-above-0": "Indice invalide, il doit УЊtre supУЉrieur ou УЉgal У  1.", + "worldedit.snapshot.index-oob": "Indice invalide, il doit УЊtre compris entre 1 et {0}.", + "worldedit.schematic.unknown-format": "Format schematic inconnu: {0}.", + "worldedit.schematic.load.does-not-exist": "Le Schematic {0} n'existe pas !", + "worldedit.schematic.load.loading": "(Veuillez patienter... chargement du schematic.)", + "worldedit.schematic.load.still-loading": "(Veuillez patienter... chargement du schematic.)", + "worldedit.schematic.save.already-exists": "Une sauvegarde du mУЊme nom existe dУЉjУ .\nAjouter -f У  la commande pour l'УЉcraser.", + "worldedit.schematic.save.failed-directory": "Impossible de crУЉer le dossier pour les schematics!", + "worldedit.schematic.save.saving": "(Veuillez patienter... sauvegarde du schematic.)", + "worldedit.schematic.save.still-saving": "(Veuillez patienter... sauvegarde du schematic.)", + "worldedit.schematic.delete.does-not-exist": "Le Schematic {0} n'existe pas !", + "worldedit.schematic.delete.failed": "La suppression de {0} a УЉchouУЉ. Est-ce en lecture seule ?", + "worldedit.schematic.delete.deleted": "{0} a УЉtУЉ supprimУЉ.", + "worldedit.schematic.formats.title": "Formats de sauvegarde disponibles (Nom: extension du fichier)", + "worldedit.schematic.unsupported-minecraft-version": "Cette version de WorldEdit ne prend pas en charge votre version de Minecraft. Les schУЉmatics ne fonctionneront pas tant que cela ne sera pas rУЉsolu.", + "worldedit.pos.already-set": "Position dУЉjУ  dУЉfinie.", + "worldedit.pos.console-require-coords": "Vous devez fournir des coordonnУЉes de la mУЊme maniУЈre que la console.", + "worldedit.hpos.no-block": "Aucun bloc en vue !", + "worldedit.hpos.already-set": "Position dУЉjУ  dУЉfinie.", + "worldedit.chunk.selected-multiple": "Chunks sУЉlectionnУЉs: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk sУЉlectionnУЉ : {0}, {1}, {2}", + "worldedit.wand.invalid": "L'outil de sУЉlection est mal configurУЉ ou dУЉsactivУЉ.", + "worldedit.wand.selwand.info": "Clic gauche : sУЉlectionne la position #1 т€” Clic droit : sУЉlectionne la position #2", + "worldedit.wand.navwand.info": "Clic gauche : se rendre au pointeur т€” Clic droit : traverser les murs", + "worldedit.wand.selwand.now.tool": "L'outil de sУЉlection est dУЉsormais un outil normal. Vous pouvez le dУЉsactiver avec {0} et le rУЉassigner У  un item avec {1} ou obtenir un autre outil avec {2}.", + "worldedit.contract.contracted": "La rУЉgion a УЉtУЉ contractУЉe de {0} blocs.", + "worldedit.shift.shifted": "RУЉgion dУЉplacУЉe.", + "worldedit.outset.outset": "RУЉgion dilatУЉe.", + "worldedit.inset.inset": "RУЉgion rУЉtrУЉcie.", + "worldedit.size.offset": "DУЉcalage: {0}", + "worldedit.size.type": "Type: {0}", + "worldedit.size.size": "Taille: {0}", + "worldedit.size.distance": "Distance cuboУЏde: {0}", + "worldedit.size.blocks": "Nombre de blocs: {0}", + "worldedit.count.counted": "ComptУЉ: {0}", + "worldedit.distr.no-blocks": "Aucun bloc comptУЉ.", + "worldedit.distr.no-previous": "Aucune distribution prУЉcУЉdente.", + "worldedit.distr.total": "Nombre total de blocs: {0}", + "worldedit.select.cleared": "SУЉlection effacУЉe.", + "worldedit.select.cuboid.message": "CuboУЏde : clic gauche pour le point 1, clic droit pour le point 2", + "worldedit.select.cuboid.description": "SУЉlectionnez deux coins d'un cuboУЏde", + "worldedit.select.extend.message": "CuboУЏde : clic gauche pour un point de dУЉpart, clic droit pour УЉtendre", + "worldedit.select.extend.description": "Mode sУЉlection cuboУЏde rapide", + "worldedit.select.poly.message": "SУЉlecteur de polygone 2D : Clic gauche/droite pour ajouter un point.", + "worldedit.select.poly.limit-message": "{0} points maximum.", + "worldedit.select.poly.description": "SУЉlectionnez un polygone en 2D avec une hauteur", + "worldedit.select.ellipsoid.message": "SУЉlecteur ellipsoУЏdal: clic gauche=centre, clic droit pour УЉtendre", + "worldedit.select.ellipsoid.description": "SУЉlectionnez un ellipsoУЏde", + "worldedit.select.sphere.message": "SУЉlecteur sphУЉrique : clic gauche = centre, clic droit pour dУЉfinir le rayon", + "worldedit.select.sphere.description": "SУЉlectionnez une sphУЈre", + "worldedit.select.cyl.message": "SУЉlecteur de cylindres : clic gauche=centre, clic droit pour УЉtendre la sУЉlection", + "worldedit.select.cyl.description": "SУЉlectionnez un cylindre", + "worldedit.select.convex.message": "SУЉlecteur de polyУЈdres convexes : Clic gauche = Premier sommet, clic droit pour en ajouter plus.", + "worldedit.select.convex.limit-message": "{0} points maximum.", + "worldedit.select.convex.description": "SУЉlectionnez un polyУЈdre convexe", + "worldedit.select.default-set": "Votre sУЉlecteur par dУЉfaut est dУЉsormais {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Ancien format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: rУЉgion/{0}", + "worldedit.listchunks.listfor": "Listage des tronУЇons pour : {0}", + "worldedit.drain.drained": "{0} blocs ont УЉtУЉ drainУЉs.", + "worldedit.fill.created": "{0} blocs ont УЉtУЉ remplis.", + "worldedit.fillr.created": "{0} blocs ont УЉtУЉ remplis.", + "worldedit.fixlava.fixed": "{0} blocs ont УЉtУЉ corrigУЉs.", + "worldedit.fixwater.fixed": "{0} blocs ont УЉtУЉ corrigУЉs.", + "worldedit.removeabove.removed": "{0} blocs ont УЉtУЉ supprimУЉs.", + "worldedit.removebelow.removed": "{0} blocs ont УЉtУЉ supprimУЉs.", + "worldedit.removenear.removed": "{0} blocs ont УЉtУЉ supprimУЉs.", + "worldedit.replacenear.replaced": "{0} blocs ont УЉtУЉ remplacУЉs.", + "worldedit.snow.created": "{0} surfaces ont УЉtУЉ recouvertes.", + "worldedit.thaw.removed": "{0} blocs ont УЉtУЉ fondus.", + "worldedit.green.changed": "{0} blocs ont УЉtУЉ couverts de verdure.", + "worldedit.extinguish.removed": "{0} feux ont УЉtУЉ УЉteints.", + "worldedit.butcher.killed": "{0} crУЉatures ont УЉtУЉ tuУЉes dans un rayon de {1}.", + "worldedit.butcher.explain-all": "Utilisez -1 pour supprimer toutes les crУЉatures dans les tronУЇons chargУЉs.", + "worldedit.remove.removed": "{0} entitУЉs ont УЉtУЉ marquУЉes pour la suppression.", + "worldedit.remove.explain-all": "Utilisez -1 pour supprimer toutes les entitУЉs dans les tronУЇons chargУЉs.", + "worldedit.calc.invalid": "'{0}' n'a pas pu УЊtre analysУЉ comme une expression valide", + "worldedit.calc.invalid.with-error": "'{0}' ' n'a pas pu УЊtre analysУЉ comme une expression valide : '{1}'", + "worldedit.paste.pasted": "La sУЉlection a УЉtУЉ collУЉe en {0}.", + "worldedit.paste.selected": "RУЉgion de collage du presse-papiers sУЉlectionnУЉ.", + "worldedit.rotate.no-interpolation": "Note: L'interpolation n'est pas encore supportУЉ, les angles multiples de 90 sont donc recommandУЉs.", + "worldedit.rotate.rotated": "La sУЉlection copiУЉe/coupУЉe a УЉtУЉ pivotУЉe.", + "worldedit.flip.flipped": "La sУЉlection copiУЉe/coupУЉe a УЉtУЉ inversУЉe.", + "worldedit.clearclipboard.cleared": "Presse-papiers vidУЉ.", + "worldedit.set.done": "OpУЉration terminУЉe.", + "worldedit.set.done.verbose": "OpУЉration terminУЉe ({0}).", + "worldedit.line.changed": "{0} blocs ont УЉtУЉ changУЉs.", + "worldedit.line.invalid-type": "//line ne fonctionne que pour des sУЉlections cuboУЏdes ou polyУЈdres convexes", + "worldedit.curve.changed": "{0} blocs ont УЉtУЉ changУЉs.", + "worldedit.curve.invalid-type": "//curve ne fonctionne que pour des sУЉlections polyУЈdres convexes", + "worldedit.replace.replaced": "{0} blocs ont УЉtУЉ remplacУЉs.", + "worldedit.stack.changed": "{0} blocs ont УЉtУЉs modifiУЉs. Annulez avec //undo", + "worldedit.stack.intersecting-region": "Le dУЉcalage de la pile ne doit pas entrer en collision avec la rУЉgion lors de l'utilisation d'unitУЉs blocs", + "worldedit.regen.regenerated": "RУЉgion rУЉgУЉnУЉrУЉe.", + "worldedit.regen.failed": "Impossible de rУЉgУЉnУЉrer ces chunks. Regardez la console du serveur pour plus de dУЉtails.", + "worldedit.walls.changed": "{0} blocs ont УЉtУЉ changУЉs.", + "worldedit.faces.changed": "{0} blocs ont УЉtУЉ changУЉs.", + "worldedit.overlay.overlaid": "{0} blocs ont УЉtУЉs recouverts.", + "worldedit.naturalize.naturalized": "{0} blocs ont maintenant l'air plus naturels.", + "worldedit.center.changed": "Centre dУЉfini ({0} blocs modifiУЉs)", + "worldedit.smooth.changed": "Hauteur du terrain lissУЉe. {0} blocs modifiУЉs.", + "worldedit.move.moved": "{0} blocs dУЉplacУЉs.", + "worldedit.deform.deformed": "{0} blocs ont УЉtУЉ dУЉformУЉs.", + "worldedit.hollow.changed": "{0} blocs ont УЉtУЉ changУЉs.", + "worldedit.forest.created": "{0} arbres plantУЉs.", + "worldedit.flora.created": "{0} vУЉgУЉtations crУЉУЉes.", + "worldedit.unstuck.moved": "Et voilУ !", + "worldedit.ascend.obstructed": "Aucun endroit libre au-dessus de vous n'a УЉtУЉ trouvУЉ.", + "worldedit.ascend.moved": "Augmentation de {0} niveaux.", + "worldedit.descend.obstructed": "Aucun endroit libre en dessous de vous n'a УЉtУЉ trouvУЉ.", + "worldedit.descend.moved": "Descendu de {0} niveaux.", + "worldedit.ceil.obstructed": "Aucun endroit libre au-dessus de vous n'a УЉtУЉ trouvУЉ.", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.obstructed": "Pas d'endroit libre trouvУЉ autour de vous.", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Pouf!", + "worldedit.jumpto.none": "Aucun bloc en vue (ou trop loin) !", + "worldedit.up.obstructed": "Vous vous taperiez la tУЊte contre quelque chose au dessus de vous.", + "worldedit.up.moved": "Woosh!", + "worldedit.cyl.invalid-radius": "Vous devez spУЉcifier soit 1 soit 2 valeur(s) de rayon.", + "worldedit.cyl.created": "{0} blocs ont УЉtУЉ crУЉУЉs.", + "worldedit.sphere.invalid-radius": "Vous devez spУЉcifier 1 ou bien 3 valeurs de rayon.", + "worldedit.sphere.created": "{0} blocs ont УЉtУЉ crУЉУЉs.", + "worldedit.forestgen.created": "{0} arbres plantУЉs.", + "worldedit.pumpkins.created": "{0} buissons У  citrouilles crУЉУЉs.", + "worldedit.pyramid.created": "{0} blocs ont УЉtУЉ crУЉУЉs.", + "worldedit.generate.created": "{0} blocs ont УЉtУЉ crУЉУЉs.", + "worldedit.generatebiome.changed": "{0} biomes affectУЉs.", + "worldedit.reload.config": "Configuration rechargУЉe !", + "worldedit.report.written": "Analyse des activitУЉs de World Edit enregistrУЉe dans :\n{0}", + "worldedit.report.error": "L'УЉcriture du rapport a УЉchouУЉ : {0}", + "worldedit.report.callback": "Rapport WorldEdit : {0}.report", + "worldedit.timezone.invalid": "Fuseau horaire invalide", + "worldedit.timezone.set": "Fuseau horaire dУЉfini pour cette session sur : {0}", + "worldedit.timezone.current": "L'heure actuelle dans ce fuseau horaire est : {0}", + "worldedit.version.version": "WorldEdit version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Cette version de WorldEdit ne prend pas entiУЈrement en charge votre version de Bukkit. Les entitУЉs de bloc (par exemple les coffres) seront vides, les propriУЉtУЉs de bloc (e. . rotation) sera manquante, et d'autres choses peuvent ne pas fonctionner. Mettez У  jour WorldEdit pour restaurer cette fonctionnalitУЉ :\n{0}", + "worldedit.trace.no-tracing-extents": "Trace: Aucune УЉtendue n'a УЉtУЉ utilisУЉe.", + "worldedit.trace.action-failed": "Trace: Action(s) {0} У  {1} rejetУЉe par l'УЉtendue {2}", + "worldedit.trace.active.already": "Mode Trace dУЉjУ  activУЉ.", + "worldedit.trace.inactive.already": "Mode Trace dУЉjУ  inactif.", + "worldedit.trace.active": "Mode Trace maintenant activУЉ.", + "worldedit.trace.inactive": "Mode Trace maintenant inactif.", + "worldedit.command.time-elapsed": "{0} sec. УЉcoulУЉes (historique : {1} modifiУЉs / {2} blocs/sec.).", + "worldedit.command.permissions": "Vous n'УЊtes pas autorisУЉ У  faire ceci. УŠtes vous dans le bon mode ?", + "worldedit.command.player-only": "Cette commande doit УЊtre utilisУЉe avec un joueur.", + "worldedit.command.error.report": "Veuillez signaler cette erreur : [Voir la console]", + "worldedit.pastebin.uploading": "(Veuillez patienter... envoi de la sortie vers pastebin...)", + "worldedit.session.cant-find-session": "Impossible de trouver la session pour {0}", + "worldedit.platform.no-file-dialog": "Les dialogues par fichier ne sont pas supportУЉs dans votre environnement.", + "worldedit.asset.load.loading": "(Veuillez patienter... chargement de la ressource.)", + "worldedit.asset.load.still-loading": "(Veuillez patienter... chargement de la ressource.)", + "worldedit.asset.load.failed": "Impossible de charger la ressource", + "worldedit.tool.max-block-changes": "Limite maximale de blocs modifiУЉs atteinte.", + "worldedit.tool.no-block": "Aucun bloc en vue !", + "worldedit.tool.repl.equip": "Outil de remplacement de blocs УЉquipУЉ sur {0}.", + "worldedit.tool.repl.switched": "Outil de remplacement changУЉ sur: {0}", + "worldedit.tool.data-cycler.equip": "Outil de remplacement de donnУЉes de blocs УЉquipУЉ sur {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Vous n'УЊtes pas autorisУЉ У  changer la valeur des donnУЉes de ce bloc.", + "worldedit.tool.data-cycler.cant-cycle": "Les donnУЉes de ce bloc ne peuvent pas УЊtre changУЉes !", + "worldedit.tool.data-cycler.new-value": "La valeur de {0} est maintenant {1}.", + "worldedit.tool.data-cycler.cycling": "Changement de {0}.", + "worldedit.tool.deltree.equip": "Outil de suppression d'arbres volants attachУЉ У  {0}.", + "worldedit.tool.deltree.not-tree": "Ceci n'est pas un arbre.", + "worldedit.tool.deltree.not-floating": "Cet arbre ne vole pas.", + "worldedit.tool.tree.equip": "Outil de plantation d'arbre УЉquipУЉ sur {0}.", + "worldedit.tool.tree.obstructed": "Un arbre ne peux pas pousser ici.", + "worldedit.tool.info.equip": "Outil d'information УЉquipУЉ sur {0}.", + "worldedit.tool.info.blockstate.hover": "У‰tat du bloc", + "worldedit.tool.info.internalid.hover": "ID interne", + "worldedit.tool.info.legacy.hover": "Ancien id:data", + "worldedit.tool.info.light.hover": "LumiУЈre du bloc / LumiУЈre au-dessus", + "worldedit.tool.none.equip": "Outil retirУЉ de l'objet en main.", + "worldedit.tool.none.to.unequip": "Votre objet actuel n'est pas liУЉ.", + "worldedit.tool.selwand.equip": "Outil de sУЉlection attachУЉ У  [{0}].", + "worldedit.tool.navwand.equip": "Outil de navigation liУЉ У  {0}.", + "worldedit.tool.floodfill.equip": "Outil de remplacement de donnУЉes de blocs УЉquipУЉ sur {0}.", + "worldedit.tool.farwand.equip": "Outil de sУЉlection longue portУЉe attachУЉ У  [{0}].", + "worldedit.tool.lrbuild.equip": "Outil de construction longue portУЉe УЉquipУЉ sur {0}.", + "worldedit.tool.lrbuild.set": "Clic gauche pour {0} ; clic droit pour {1}.", + "worldedit.tool.stack.equip": "Outil de stack liУЉ У  {0}.", + "worldedit.tool.unbind-instruction": "ExУЉcutez {0} tout en maintenant l'objet pour le dУЉsassigner.", + "worldedit.tool.superpickaxe.mode.single": "Mode unitaire activУЉ. Cliquer gauche avec une pioche. // pour le retirer.", + "worldedit.tool.superpickaxe.mode.area": "Mode volume activУЉ. Cliquer gauche avec une pioche. // pour le retirer.", + "worldedit.tool.superpickaxe.mode.recursive": "Mode sphУЈre activУЉ. Cliquer gauche avec une pioche. // pour le retirer.", + "worldedit.tool.superpickaxe.max-range": "La plage maximale est {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Super pioche dУЉjУ  activУЉe.", + "worldedit.tool.superpickaxe.disabled.already": "Super pioche dУЉjУ  dУЉsactivУЉe.", + "worldedit.tool.superpickaxe.enabled": "Super pioche activУЉe.", + "worldedit.tool.superpickaxe.disabled": "Super pioche dУЉsactivУЉe.", + "worldedit.tool.mask.set": "Masque de brosse dУЉfini.", + "worldedit.tool.mask.disabled": "Masque de brosse dУЉsactivУЉ.", + "worldedit.tool.material.set": "MatУЉriau de la brosse dУЉfini.", + "worldedit.tool.range.set": "PortУЉe de brosse dУЉfinie.", + "worldedit.tool.size.set": "Taille de brosse dУЉfinie.", + "worldedit.tool.tracemask.set": "Masque de brosse dУЉfini.", + "worldedit.tool.tracemask.disabled": "Masque de trace dУЉsactivУЉ.", + "worldedit.tool.error.cannot-bind": "Outil non applicable У  cet objet ({0}). {1}", + "worldedit.tool.error.item-only": "Les blocs ne peuvent pas УЊtre utilisУЉs.", + "worldedit.execute.script-permissions": "Vous n'avez pas la permission d'utiliser ce script.", + "worldedit.executelast.no-script": "Utilisez d'abord la commande /cs suivie du nom d'un script.", + "worldedit.script.read-error": "Erreur de lecture du script : {0}", + "worldedit.script.unsupported": "Seuls les scripts .js sont supportУЉs actuellement.", + "worldedit.script.file-not-found": "Le script n'existe pas : {0}", + "worldedit.script.no-script-engine": "Impossible de trouver un moteur de script installУЉ.\nVeuillez consulter https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Impossible d'exУЉcuter : {0}", + "worldedit.script.failed-console": "Impossible d'exУЉcuter (voir console): {0}", + "worldedit.operation.affected.biome": "{0} biomes affectУЉs", + "worldedit.operation.affected.block": "{0} blocs affectУЉs", + "worldedit.operation.affected.column": "{0} colonnes affectУЉes", + "worldedit.operation.affected.entity": "{0} entitУЉs affectУЉes", + "worldedit.operation.deform.expression": "dУЉformУЉ en utilisant {0}", + "worldedit.error.invalid-number": "On attend ici un nombre, pas une chaУЎne de caractУЈres.", + "worldedit.error.invalid-number.matches": "On attend ici un nombre. Une chaУЎne de caractУЈre ТЋ {0} ТЛ a УЉtУЉ donnУЉe.", + "worldedit.error.incomplete-region": "Il vous faut d'abord sУЉlectionner une rУЉgion.", + "worldedit.error.unknown-block": "Le nom de bloc ТЋ {0} ТЛ n'a pas УЉtУЉ reconnu.", + "worldedit.error.unknown-entity": "Le nom d'entitУЉ ТЋ {0} ТЛ n'a pas УЉtУЉ reconnu.", + "worldedit.error.unknown-mob": "Le nom de crУЉature ТЋ {0} ТЛ n'a pas УЉtУЉ reconnu.", + "worldedit.error.unknown-biome": "Le nom de biome ТЋ {0} ТЛ n'a pas УЉtУЉ reconnu.", + "worldedit.error.unknown-tag": "Le motif ТЋ {0} ТЛ n'a pas УЉtУЉ reconnu.", + "worldedit.error.empty-tag": "Le motif ТЋ {0} ТЛ n'a pas de contenu.", + "worldedit.error.no-match": "Pas de correspondance pour ТЋ {0} ТЛ.", + "worldedit.error.disallowed-block": "Bloc ТЋ {0} ТЛ non autorisУЉ (voir la configuration WorldEdit).", + "worldedit.error.max-changes": "Le nombre maximal de blocs pouvant УЊtre modifiУЉs en une opУЉration a УЉtУЉ atteint ({0}).", + "worldedit.error.max-brush-radius": "Rayon maximal pour les brosses (dУЉfini par la configuration) : {0}.", + "worldedit.error.max-radius": "Rayon maximal (dУЉfini par la configuration) : {0}.", + "worldedit.error.unknown-direction": "Direction inconnue : {0}", + "worldedit.error.empty-clipboard": "Votre presse-papier est vide.\nIl faut d'abord sУЉlectionner une rУЉgion puis la copier avec //copy.", + "worldedit.error.invalid-filename": "Nom de fichier ТЋ {0} ТЛ invalide : {1}", + "worldedit.error.invalid-filename.invalid-characters": "CaractУЈres non valides ou extension de fichier manquante.", + "worldedit.error.file-resolution": "Erreur de rУЉsolution du fichier '{0}' : {1}", + "worldedit.error.file-resolution.outside-root": "Le chemin d'accУЈs est hors du chemin source autorisУЉ.", + "worldedit.error.file-resolution.resolve-failed": "Impossible de rУЉsoudre le chemin d'accУЈs", + "worldedit.error.file-aborted": "La sУЉlection du fichier a УЉtУЉ annulУЉe.", + "worldedit.error.no-file-selected": "Aucun fichier sУЉlectionnУЉ.", + "worldedit.error.world-unloaded": "Le monde a dУЉjУ  УЉtУЉ dУЉchargУЉ.", + "worldedit.error.not-a-block": "Cet objet n'est pas un bloc.", + "worldedit.error.not-a-block.item": "Le bloc ТЋ {0} ТЛ n'est pas un bloc.", + "worldedit.error.incorrect-usage": "Utilisation: {0}", + "worldedit.error.invalid-page": "NumУЉro de page invalide", + "worldedit.error.parser.bad-state-format": "Mauvais format d'УЉtat dans {0}", + "worldedit.error.parser.duplicate-property": "PropriУЉtУЉ dupliquУЉe : {0}", + "worldedit.error.parser.empty-state": "Partie vide dans l'УЉtat", + "worldedit.error.parser.missing-equals-separator": "SУЉparateur \"=\" manquant", + "worldedit.error.parser.clipboard.missing-offset": "Le dУЉport est spУЉcifiУЉ par @ mais aucun dУЉport n'a УЉtУЉ donnУЉ. Utilisez #copy@[x,y,z].", + "worldedit.error.parser.unknown-property": "PropriУЉtУЉ inconnue ТЋ {0} ТЛ pour le bloc ТЋ {1} ТЛ.", + "worldedit.error.parser.unknown-value": "Valeur inconnue ТЋ {0} ТЛ pour la propriУЉtУЉ ТЋ {1} ТЛ.", + "worldedit.error.parser.empty-property": "PropriУЉtУЉ vide dans l'УЉtat", + "worldedit.error.parser.empty-value": "Valeur vide dans l'УЉtat", + "worldedit.error.parser.invalid-colon": "Deux-points non valides.", + "worldedit.error.parser.invalid-expression": "Expression non valide : {0}", + "worldedit.error.parser.negate-nothing": "Impossible de retirer У  rien!", + "worldedit.error.parser.hanging-lbracket": "Format non valide. Crochet en suspens sur '{0}'.", + "worldedit.error.parser.missing-rbracket": "L'УЉtat manque de suivi ']'", + "worldedit.error.parser.missing-random-type": "Il manque le type aprУЈs le marqueur % pour {0}.", + "worldedit.error.parser.clipboard.missing-coordinates": "Le dУЉcalage du presse-papier nУЉcessite des coordonnУЉes x,y,z.", + "worldedit.error.parser.player-only": "La saisie ТЋ {0} ТЛ demande un joueur.", + "worldedit.error.disabled": "Cette fonctionnalitУЉ est dУЉsactivУЉe (voir votre configuration WE).", + "worldedit.error.unknown": "Une erreur inconnue est survenue : {0}", + "worldedit.error.missing-extent": "Aucun Extent connu", + "worldedit.error.missing-session": "Aucune session LocalSession connue.", + "worldedit.error.missing-world": "Vous devez indiquer un monde (avec //world).", + "worldedit.error.missing-actor": "Aucun acteur n'est connu", + "worldedit.selection.convex.info.vertices": "Sommets: {0}", + "worldedit.selection.convex.info.triangles": "Triangles: {0}", + "worldedit.selection.convex.explain.primary": "Nouvelle sУЉlection commencУЉe avec le sommet {0}.", + "worldedit.selection.convex.explain.secondary": "Ajout du sommet {0} У  la sУЉlection.", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "PremiУЈre position dУЉfinie en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "PremiУЈre position dУЉfinie en {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Seconde position dУЉfinie en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Seconde position dУЉfinie en {0} ({1}).", + "worldedit.selection.extend.explain.primary": "SУЉlection dУЉmarrУЉe en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "SУЉlection УЉtendue englobant {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Centre: {0}", + "worldedit.selection.ellipsoid.info.radius": "Rayons X/Y/Z : {0}", + "worldedit.selection.ellipsoid.explain.primary": "Centre dУЉfini en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Centre dУЉfini en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Rayon dУЉfini У  {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Rayon dУЉfini У  {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Les changements d'ellipsoУЏdes doivent УЊtre les mУЊmes pour chaque direction.", + "worldedit.selection.cylinder.info.center": "Centre: {0}", + "worldedit.selection.cylinder.info.radius": "Rayon: {0}", + "worldedit.selection.cylinder.explain.primary": "Construction d'un nouveau cylindre У  partir de {0}.", + "worldedit.selection.cylinder.explain.secondary": "Rayon dУЉfini У  {0}/{1} blocs. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Il faut d'abord dУЉfinir le point centre avant de dУЉfinir le rayon.", + "worldedit.selection.cylinder.error.even-horizontal": "Les changements sur les cylindres doivent УЊtre les mУЊmes pour chaque direction horizontale.", + "worldedit.selection.polygon2d.info": "Nombre de points: {0}", + "worldedit.selection.polygon2d.explain.primary": "DУЉmarrage d'un nouveau polygone У  {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Ajout du point #{0} У  {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Les polygones ne peuvent УЊtre УЉtendus que selon la verticale.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Les polygones ne peuvent УЊtre contractУЉs que selon la verticale.", + "worldedit.selection.sphere.explain.secondary": "Rayon dУЉfini У  {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Rayon dУЉfini sur {0} ({1}).", + "worldedit.selection.null.error.immutable": "Impossible de modifier la rУЉgion NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Il n'est pas possible d'УЉtendre une intersection entre rУЉgions.", + "worldedit.selection.intersection.error.cannot-contract": "Il n'est pas possible de contracter une intersection entre rУЉgions.", + "worldedit.selection.transform.error.cannot-expand": "Il n'est pas possible d'УЉtendre une rУЉgion transformУЉe.", + "worldedit.selection.transform.error.cannot-contract": "Il n'est pas possible de contracter une rУЉgion transformУЉe.", + "worldedit.selection.transform.error.cannot-change": "Il n'est pas possible de modifier une rУЉgion TransformedRegion.", + "worldedit.sideeffect.lighting": "У‰clairage", + "worldedit.sideeffect.lighting.description": "Met У  jour de l'УЉclairage des blocs", + "worldedit.sideeffect.neighbors": "Voisins", + "worldedit.sideeffect.neighbors.description": "Notifie les blocs des modifications У  proximitУЉ", + "worldedit.sideeffect.update": "Mise У  jour", + "worldedit.sideeffect.update.description": "Notifie le bloc modifiУЉ", + "worldedit.sideeffect.validation": "Validation", + "worldedit.sideeffect.validation.description": "Valide et corrige les УЉtats de monde incohУЉrents, tels que les blocs dУЉconnectУЉs.", + "worldedit.sideeffect.entity_ai": "IA des entitУЉs", + "worldedit.sideeffect.entity_ai.description": "Met У  jour les chemins d'IA des entitУЉs pour les changements de bloc", + "worldedit.sideeffect.events": "У‰vУЉnements Mod/Plugin", + "worldedit.sideeffect.events.description": "Informer les autres modules et plugiciels des changements opУЉrУЉs", + "worldedit.sideeffect.state.on": "ActivУЉ", + "worldedit.sideeffect.state.delayed": "DУЉlayУЉ", + "worldedit.sideeffect.state.off": "DУЉsactivУЉ", + "worldedit.sideeffect.box.current": "Actuel", + "worldedit.sideeffect.box.change-to": "Cliquez pour dУЉfinir У  {0}", + "worldedit.help.command-not-found": "La commande '{0}' n'existe pas.", + "worldedit.help.no-subcommands": "'{0}' n'a pas de sous-commandes. ('{1}' correspond-il plutУДt У  un paramУЈtre ?)", + "worldedit.help.subcommand-not-found": "La sous-commande '{0}' pour '{1}' n'a pas УЉtУЉ trouvУЉe.", + "worldedit.cli.stopping": "ArrУЊt!", + "worldedit.cli.unknown-command": "Commande inconnue!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/fr/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/fr/strings.json new file mode 100644 index 0000000..25e0de3 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/fr/strings.json @@ -0,0 +1,415 @@ +{ + "worldedit.expand.description.vert": "У‰tendez la sУЉlection verticalement vers les limites du monde.", + "worldedit.expand.expanded": "RУЉgion УЉtendue de {0} blocs.", + "worldedit.expand.expanded.vert": "RУЉgion УЉtendue de {0} blocs (de haut en bas).", + "worldedit.biomeinfo.lineofsight": "Biomes en ligne de mire: {0}", + "worldedit.biomeinfo.position": "Biomes У  votre position : {0}", + "worldedit.biomeinfo.selection": "Biomes dans votre sУЉlection : {0}", + "worldedit.brush.radius-too-large": "Rayon maximal autorisУЉ pour les brosses : {0}", + "worldedit.brush.apply.description": "Apply brush, apply a function to every block.", + "worldedit.brush.apply.radius": "La taille de la brosse", + "worldedit.brush.apply.shape": "La forme de la rУЉgion", + "worldedit.brush.apply.type": "Type de brosse У  utiliser", + "worldedit.brush.apply.item.warning": "This brush simulates item usages. Its effects may not work on all platforms, may not be undo-able, and may cause strange interactions with other mods/plugins. Use at your own risk.", + "worldedit.brush.paint.description": "Brosse pinceau, applique une fonction У  une surface.", + "worldedit.brush.paint.size": "La taille de la brosse", + "worldedit.brush.paint.shape": "La forme de la rУЉgion", + "worldedit.brush.paint.density": "La densitУЉ de la brosse", + "worldedit.brush.paint.type": "Type de brosse У  utiliser", + "worldedit.brush.paint.item.warning": "This brush simulates item usages. Its effects may not work on all platforms, may not be undo-able, and may cause strange interactions with other mods/plugins. Use at your own risk.", + "worldedit.brush.sphere.equip": "Brosse У  sphУЈres УЉquipУЉe ({0}).", + "worldedit.brush.cylinder.equip": "Brosse У  cylindres УЉquipУЉe ({0} par {1}).", + "worldedit.brush.clipboard.equip": "Brosse У  copier-coller УЉquipУЉe.", + "worldedit.brush.smooth.equip": "Brosse de lissage УЉquipУЉe ({0} x {1}x avec {2}).", + "worldedit.brush.extinguish.equip": "Extincteur УЉquipУЉ ({0}).", + "worldedit.brush.gravity.equip": "Brosse У  gravitУЉ УЉquipУЉe ({0}).", + "worldedit.brush.butcher.equip": "Brosse У  massacre УЉquipУЉe ({0}).", + "worldedit.brush.operation.equip": "La brosse a УЉtУЉ dУЉfinie sur {0}.", + "worldedit.brush.heightmap.equip": "Brosse heightmap (hauteur) УЉquipУЉe ({0}).", + "worldedit.brush.heightmap.unknown": "Brosse heightmap (hauteur) inconnue : {0}.", + "worldedit.brush.none.equip": "La brosse a УЉtУЉ retirУЉe de l'objet en main.", + "worldedit.setbiome.changed": "Les biomes ont УЉtУЉ changУЉs pour environ {0} blocs.", + "worldedit.setbiome.warning": "Vous devrez peut-УЊtre rejoindre votre partie (ou fermer et rouvrir votre monde) pour voir les changements.", + "worldedit.drawsel.disabled": "Le dessin des sУЉlections (CUI) est dУЉsactivУЉ sur ce serveur.", + "worldedit.drawsel.enabled": "Le dessin des sУЉlections (CUI) est activУЉ. Il supporte uniquement les rУЉgions cubiques, avec une taille maximum de {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Le dessin des sУЉlections (CUI) est dУЉjУ  dУЉsactivУЉ sur ce serveur.", + "worldedit.drawsel.enabled.already": "Le dessin des sУЉlections (CUI) est dУЉjУ  activУЉ sur ce serveur.", + "worldedit.limit.too-high": "Votre limite maximum autorisable est de {0}.", + "worldedit.limit.set": "La limite de changement de blocs est dУЉfini sur {0}.", + "worldedit.limit.return-to-default": "(Utilisez //limit pour revenir У  la valeur par dУЉfaut.)", + "worldedit.timeout.too-high": "Votre dУЉlai maximal autorisУЉ est de {0}ms.", + "worldedit.timeout.set": "Le dУЉlai d'expiration a УЉtУЉ dУЉfini У  {0} ms.", + "worldedit.timeout.return-to-default": " (Utilisez //timeout pour revenir У  la valeur par dУЉfaut.)", + "worldedit.fast.disabled": "Mode rapide dУЉsactivУЉ.", + "worldedit.fast.enabled": "Mode rapide activУЉ. L'УЉclairage des tronУЇons affectУЉs pourrait УЊtre incorrect. Il vous faut en gУЉnУЉral vous dУЉconnecter-reconnecter pour voir des changements.", + "worldedit.fast.disabled.already": "Mode rapide dУЉjУ  dУЉsactivУЉ.", + "worldedit.fast.enabled.already": "Mode rapide dУЉjУ  activУЉ.", + "worldedit.perf.sideeffect.set": "L'effet de bord [{0}] a УЉtУЉ dУЉfini sur [{1}].", + "worldedit.perf.sideeffect.get": "L'effet de bord [{0}] est dУЉfini sur [{1}].", + "worldedit.perf.sideeffect.already-set": "L'effet de bord [{0}] est dУЉjУ  dУЉfini sur [{1}].", + "worldedit.perf.sideeffect.set-all": "Tous les effets de bord ont УЉtУЉ dУЉfinis sur [{0}].", + "worldedit.reorder.current": "Le mode de rУЉorganisation est {0}", + "worldedit.reorder.set": "Le mode de rУЉorganisation est maintenant {0}", + "worldedit.gmask.disabled": "Masque global dУЉsactivУЉ.", + "worldedit.gmask.set": "Masque global dУЉfini.", + "worldedit.toggleplace.pos1": "DУЉsormais placУЉ У  la position #1.", + "worldedit.toggleplace.player": "DУЉsormais placУЉ У  la position du bloc sur lequel vous УЊtes.", + "worldedit.toggleplace.not-locatable": "Impossible d'activer/dУЉsactiver le placement dans ce contexte.", + "worldedit.searchitem.too-short": "Entrez un plus long terme de recherche (longueur > 2).", + "worldedit.searchitem.either-b-or-i": "Il n'est pas possible d'utiliser les options -b et -i У  la fois.", + "worldedit.searchitem.searching": "(Veuillez patienter... Recherche des УЉlУЉments.)", + "worldedit.watchdog.no-hook": "Cette plateforme n'a pas de support pour watchdog.", + "worldedit.watchdog.active.already": "Support pour watchdog dУЉjУ  actif.", + "worldedit.watchdog.inactive.already": "Support pour watchdog dУЉjУ  inactif.", + "worldedit.watchdog.active": "Le support pour watchdog est maintenant actif.", + "worldedit.watchdog.inactive": "Le support pour watchdog est maintenant inactif.", + "worldedit.world.remove": "L'УЉcrasement du monde a УЉtУЉ supprimУЉ.", + "worldedit.world.set": "DУЉfinir la prioritУЉ du monde У  {0}. (Utilisez //world &r pour revenir au paramУЈtres par dУЉfaut)", + "worldedit.undo.undone": "{0} modifications disponibles ont УЉtУЉ annulУЉes.", + "worldedit.undo.none": "Il ne reste plus rien У  annuler.", + "worldedit.redo.redone": "{0} modifications ont УЉtУЉ rУЉtablies.", + "worldedit.redo.none": "Il ne reste plus rien У  rУЉtablir.", + "worldedit.clearhistory.cleared": "Historique effacУЉ.", + "worldedit.raytrace.noblock": "Aucun bloc en vue !", + "worldedit.restore.not-configured": "Le dispositif de sauvegarde (commande /snapshot) n'est pas configurУЉ.", + "worldedit.restore.not-available": "Ce point de sauvegarde n'existe pas ou n'est pas disponible.", + "worldedit.restore.failed": "У‰chec du chargement du point de sauvegarde : {0}", + "worldedit.restore.loaded": "Le point de sauvegarde {0} a УЉtУЉ chargУЉ. Restauration en cours...", + "worldedit.restore.restored": "RestaurУЉ ; {0} chunks manquants et {1} autres erreurs.", + "worldedit.restore.none-for-specific-world": "Pas de point de sauvegarde trouvУЉ pour le monde ТЋ {0} ТЛ.", + "worldedit.restore.none-for-world": "Pas de point de sauvegarde trouvУЉ pour ce monde.", + "worldedit.restore.none-found": "Aucun point de sauvegarde trouvУЉ.", + "worldedit.restore.none-found-console": "Aucun point de sauvegarde trouvУЉ. Consulter la console pour les dУЉtails.", + "worldedit.restore.chunk-not-present": "Des tronУЇons n'ont pas УЉtУЉ enregistrУЉs dans le point de sauvegarde.", + "worldedit.restore.chunk-load-failed": "Aucun tronУЇon n'a pu УЊtre chargУЉ. Archive corrompue ?", + "worldedit.restore.block-place-failed": "Des erreurs ont empУЊchУЉ les blocs d'УЊtre restaurУЉs.", + "worldedit.restore.block-place-error": "DerniУЈre erreur : {0}", + "worldedit.snapshot.use.newest": "On utilise dУЉsormais le point de sauvegarde le plus rУЉcent.", + "worldedit.snapshot.use": "Point de sauvegarde dУЉfini У  : {0}", + "worldedit.snapshot.none-before": "Aucun point de sauvegarde n'a УЉtУЉ trouvУЉ avant {0}.", + "worldedit.snapshot.none-after": "Aucun point de sauvegarde n'a УЉtУЉ trouvУЉ aprУЈs {0}.", + "worldedit.snapshot.index-above-0": "Indice invalide, il doit УЊtre supУЉrieur ou УЉgal У  1.", + "worldedit.snapshot.index-oob": "Indice invalide, il doit УЊtre compris entre 1 et {0}.", + "worldedit.schematic.unknown-format": "Format schematic inconnu: {0}.", + "worldedit.schematic.load.does-not-exist": "La sauvegarde {0} n'existe pas !", + "worldedit.schematic.load.loading": "(sauvegarde de la sУЉlection...)", + "worldedit.schematic.load.still-loading": "(Veuillez patienter... chargement du schematic.)", + "worldedit.schematic.save.already-exists": "Une sauvegarde du mУЊme nom existe dУЉjУ .\nAjouter -f У  la commande pour l'УЉcraser.", + "worldedit.schematic.save.failed-directory": "Impossible de crУЉer le dossier pour les schematics!", + "worldedit.schematic.save.saving": "(sauvegarde de la sУЉlection...)", + "worldedit.schematic.save.still-saving": "(Veuillez patienter... sauvegarde du schematic.)", + "worldedit.schematic.delete.does-not-exist": "La sauvegarde {0} n'existe pas !", + "worldedit.schematic.delete.failed": "La suppression de {0} a УЉchouУЉ. Est-ce en lecture seule ?", + "worldedit.schematic.delete.deleted": "{0} a УЉtУЉ supprimУЉ.", + "worldedit.schematic.formats.title": "Formats de sauvegarde disponibles (NAME: file extension) :", + "worldedit.schematic.unsupported-minecraft-version": "Cette version de WorldEdit ne prend pas en charge votre version de Minecraft. Les schУЉmatics ne fonctionneront pas tant que cela ne sera pas rУЉsolu.", + "worldedit.pos.already-set": "Position dУЉjУ  dУЉfinie.", + "worldedit.pos.console-require-coords": "Vous devez fournir des coordonnУЉes de la mУЊme maniУЈre que la console.", + "worldedit.hpos.no-block": "Aucun bloc en vue !", + "worldedit.hpos.already-set": "Position dУЉjУ  dУЉfinie.", + "worldedit.chunk.selected-multiple": "TronУЇons sУЉlectionnУЉs : ({0}, {1}, {2}) У  ({3}, {4},{5})", + "worldedit.chunk.selected": "Chunk sУЉlectionnУЉ : {0}, {1}, {2}", + "worldedit.wand.invalid": "L'outil de sУЉlection est mal configurУЉ ou dУЉsactivУЉ.", + "worldedit.wand.selwand.info": "Clic gauche : sУЉlectionne la position #1 т€” Clic droit : sУЉlectionne la position #2", + "worldedit.wand.navwand.info": "Clic gauche : se rendre au pointeur т€” Clic droit : traverser les murs", + "worldedit.wand.selwand.now.tool": "L'outil de sУЉlection est dУЉsormais un outil normal. Vous pouvez le dУЉsactiver avec {0} et le rУЉassigner У  un item avec {1} ou obtenir un autre outil avec {2}.", + "worldedit.contract.contracted": "La rУЉgion a УЉtУЉ contractУЉe de {0} blocs.", + "worldedit.shift.shifted": "RУЉgion dУЉplacУЉe.", + "worldedit.outset.outset": "RУЉgion dilatУЉe.", + "worldedit.inset.inset": "RУЉgion rУЉtrУЉcie.", + "worldedit.size.offset": "DУЉcalage : {0}", + "worldedit.size.type": "Type : {0}", + "worldedit.size.size": "Taille : {0}", + "worldedit.size.distance": "Distance cuboУЏde: {0}", + "worldedit.size.blocks": "Nombre de blocs : {0}", + "worldedit.count.counted": "ComptУЉ : {0}", + "worldedit.distr.no-blocks": "Aucun bloc comptУЉ.", + "worldedit.distr.no-previous": "Aucune distribution prУЉcУЉdente.", + "worldedit.distr.total": "Nombre total de blocs: {0}", + "worldedit.select.cleared": "SУЉlection effacУЉe.", + "worldedit.select.cuboid.message": "CuboУЏde : clic gauche pour le point 1, clic droit pour le point 2", + "worldedit.select.cuboid.description": "SУЉlectionnez deux coins d'un cuboУЏde", + "worldedit.select.extend.message": "CuboУЏde : clic gauche pour un point de dУЉpart, clic droit pour УЉtendre", + "worldedit.select.extend.description": "Mode sУЉlection cuboУЏde rapide", + "worldedit.select.poly.message": "SУЉlecteur de polygone 2D : Clic gauche/droite pour ajouter un point.", + "worldedit.select.poly.limit-message": "{0} points maximum.", + "worldedit.select.poly.description": "SУЉlectionnez un polygone en 2D avec une hauteur", + "worldedit.select.ellipsoid.message": "SУЉlecteur ellipsoУЏdal: clic gauche = centre, clic droit pour УЉtendre la sУЉlection", + "worldedit.select.ellipsoid.description": "SУЉlectionnez un ellipsoУЏde", + "worldedit.select.sphere.message": "SУЉlecteur sphУЉrique : clic gauche = centre, clic droit pour dУЉfinir le rayon", + "worldedit.select.sphere.description": "SУЉlectionnez une sphУЈre", + "worldedit.select.cyl.message": "SУЉlecteur de cylindres :\nClic gauche : centre / Clic droit : УЉtendre la sУЉlection", + "worldedit.select.cyl.description": "SУЉlectionnez un cylindre", + "worldedit.select.convex.message": "SУЉlecteur de polyУЈdres convexes : Clic gauche = Premier sommet, clic droit pour en ajouter plus.", + "worldedit.select.convex.limit-message": "{0} points maximum.", + "worldedit.select.convex.description": "SУЉlectionnez un polyУЈdre convexe", + "worldedit.select.default-set": "Votre sУЉlecteur par dУЉfaut est dУЉsormais {0}.", + "worldedit.chunkinfo.chunk": "TronУЇon : ({0}, {1})", + "worldedit.chunkinfo.old-filename": "Ancien format : {0}", + "worldedit.chunkinfo.mcregion-filename": "Minecraft Region : region/{0}", + "worldedit.listchunks.listfor": "Listage des tronУЇons pour : {0}", + "worldedit.drain.drained": "{0} blocs ont УЉtУЉ drainУЉ.", + "worldedit.fill.created": "{0} blocs ont УЉtУЉ remplis.", + "worldedit.fillr.created": "{0} blocs ont УЉtУЉ remplis.", + "worldedit.fixlava.fixed": "{0} blocs ont УЉtУЉ corrigУЉs.", + "worldedit.fixwater.fixed": "{0} blocs ont УЉtУЉ corrigУЉs.", + "worldedit.removeabove.removed": "{0} blocs ont УЉtУЉ supprimУЉs.", + "worldedit.removebelow.removed": "{0} blocs ont УЉtУЉ supprimУЉs.", + "worldedit.removenear.removed": "{0} blocs ont УЉtУЉ supprimУЉs.", + "worldedit.replacenear.replaced": "{0} blocs ont УЉtУЉ remplacУЉs.", + "worldedit.snow.created": "{0} surfaces ont УЉtУЉ recouvertes.", + "worldedit.thaw.removed": "{0} blocs ont УЉtУЉ fondus.", + "worldedit.green.changed": "{0} blocs ont УЉtУЉ couverts de verdure.", + "worldedit.extinguish.removed": "{0} feux ont УЉtУЉ УЉteints.", + "worldedit.butcher.killed": "{0} crУЉatures ont УЉtУЉ tuУЉes dans un rayon de {1}.", + "worldedit.butcher.explain-all": "Utilisez -1 pour supprimer toutes les crУЉatures dans les tronУЇons chargУЉs.", + "worldedit.remove.removed": "{0} entitУЉs ont УЉtУЉ marquУЉes pour la suppression.", + "worldedit.remove.explain-all": "Utilisez -1 pour supprimer toutes les entitУЉs dans les tronУЇons chargУЉs.", + "worldedit.calc.invalid": "'{0}' n'a pas pu УЊtre analysУЉ comme une expression valide", + "worldedit.calc.invalid.with-error": "'{0}' n'a pas pu УЊtre analysУЉ comme une expression valide : '{1}'", + "worldedit.paste.pasted": "La sУЉlection a УЉtУЉ collУЉe en {0}.", + "worldedit.paste.selected": "RУЉgion de collage du presse-papiers sУЉlectionnУЉ.", + "worldedit.rotate.no-interpolation": "Note: L'interpolation n'est pas encore supportУЉ, les angles multiples de 90 sont donc recommandУЉs.", + "worldedit.rotate.rotated": "La sУЉlection copiУЉe/coupУЉe a УЉtУЉ pivotУЉe.", + "worldedit.flip.flipped": "La sУЉlection copiУЉe/coupУЉe a УЉtУЉ inversУЉe.", + "worldedit.clearclipboard.cleared": "Presse-papiers vidУЉ.", + "worldedit.set.done": "OpУЉration terminУЉe.", + "worldedit.set.done.verbose": "OpУЉration terminУЉe ({0}).", + "worldedit.line.changed": "{0} blocs ont УЉtУЉ changУЉs.", + "worldedit.line.invalid-type": "//line ne fonctionne que pour des sУЉlections cuboУЏdes ou polyУЈdres convexes.", + "worldedit.curve.changed": "{0} blocs ont УЉtУЉ modifiУЉs.", + "worldedit.curve.invalid-type": "//curve ne fonctionne que pour des sУЉlections polyУЈdres convexes.", + "worldedit.replace.replaced": "{0} blocs remplacУЉs.", + "worldedit.stack.changed": "{0} blocs ont УЉtУЉs modifiУЉs. Annulez avec //undo", + "worldedit.stack.intersecting-region": "Le dУЉcalage de la pile ne doit pas entrer en collision avec la rУЉgion lors de l'utilisation d'unitУЉs blocs", + "worldedit.regen.regenerated": "RУЉgion rУЉgУЉnУЉrУЉe.", + "worldedit.regen.failed": "Impossible de rУЉgУЉnУЉrer ces chunks. Regardez la console du serveur pour plus de dУЉtails.", + "worldedit.walls.changed": "{0} modifiУЉs.", + "worldedit.faces.changed": "{0} modifiУЉs.", + "worldedit.overlay.overlaid": "{0} blocs ont УЉtУЉs recouverts.", + "worldedit.naturalize.naturalized": "{0} blocs ont maintenant l'air plus naturels.", + "worldedit.center.changed": "Centre dУЉfini ({0} blocs modifiУЉs).", + "worldedit.smooth.changed": "Hauteur du terrain lissУЉe. {0} blocs modifiУЉs.", + "worldedit.move.moved": "{0} blocs dУЉplacУЉs.", + "worldedit.deform.deformed": "{0} blocs ont УЉtУЉ dУЉformУЉs.", + "worldedit.hollow.changed": "{0} blocs ont УЉtУЉ changУЉs.", + "worldedit.forest.created": "{0} arbres plantУЉs.", + "worldedit.flora.created": "{0} vУЉgУЉtations crУЉУЉes.", + "worldedit.unstuck.moved": "Vous y voilУ  !", + "worldedit.ascend.obstructed": "Aucun endroit libre au-dessus de vous n'a УЉtУЉ trouvУЉ.", + "worldedit.ascend.moved": "Vous montez de {0} niveaux.", + "worldedit.descend.obstructed": "Aucun endroit libre en dessous de vous n'a УЉtУЉ trouvУЉ.", + "worldedit.descend.moved": "Vous descendez de {0} niveaux.", + "worldedit.ceil.obstructed": "Aucun endroit libre au-dessus de vous n'a УЉtУЉ trouvУЉ.", + "worldedit.ceil.moved": "Pouf !", + "worldedit.thru.obstructed": "Pas d'endroit libre trouvУЉ autour de vous.", + "worldedit.thru.moved": "Pouf !", + "worldedit.jumpto.moved": "Pouf !", + "worldedit.jumpto.none": "Aucun bloc en vue (ou trop loin) !", + "worldedit.up.obstructed": "Vous vous taperiez la tУЊte contre quelque chose au dessus de vous.", + "worldedit.up.moved": "Pouf !", + "worldedit.cyl.invalid-radius": "Vous devez spУЉcifier soit 1 soit 2 valeur(s) de rayon.", + "worldedit.cyl.created": "{0} blocs crУЉУЉs.", + "worldedit.sphere.invalid-radius": "Vous devez spУЉcifier 1 ou bien 3 valeurs de rayon.", + "worldedit.sphere.created": "{0} blocs ont УЉtУЉ crУЉУЉs.", + "worldedit.forestgen.created": "{0} arbres plantУЉs.", + "worldedit.pumpkins.created": "{0} buissons У  citrouilles crУЉУЉs.", + "worldedit.pyramid.created": "{0} blocs ont УЉtУЉ crУЉУЉs.", + "worldedit.generate.created": "{0} blocs ont УЉtУЉ crУЉУЉs.", + "worldedit.generatebiome.changed": "{0} biomes affectУЉs.", + "worldedit.reload.config": "Configuration mise У  jour !", + "worldedit.report.written": "Analyse des activitУЉs de World Edit enregistrУЉe dans :\n{0}", + "worldedit.report.error": "L'УЉcriture du rapport a УЉchouУЉ : {0}", + "worldedit.report.callback": "Rapport WorldEdit : {0}.report", + "worldedit.timezone.invalid": "Fuseau horaire invalide.", + "worldedit.timezone.set": "Fuseau horaire dУЉfini pour cette session sur : {0}", + "worldedit.timezone.current": "L'heure actuelle dans ce fuseau horaire est : {0}", + "worldedit.version.version": "WorldEdit version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Cette version de WorldEdit ne prend pas entiУЈrement en charge votre version de Bukkit. Les entitУЉs de bloc (par exemple les coffres) seront vides, les propriУЉtУЉs de bloc (e. . rotation) sera manquante, et d'autres choses peuvent ne pas fonctionner. Mettez У  jour WorldEdit pour restaurer cette fonctionnalitУЉ :\n{0}", + "worldedit.trace.no-tracing-extents": "Trace: Aucune УЉtendue n'a УЉtУЉ utilisУЉe.", + "worldedit.trace.action-failed": "Trace: Action(s) {0} У  {1} rejetУЉe par l'УЉtendue {2}", + "worldedit.trace.active.already": "Mode Trace dУЉjУ  activУЉ.", + "worldedit.trace.inactive.already": "Mode Trace dУЉjУ  inactif.", + "worldedit.trace.active": "Mode Trace maintenant activУЉ.", + "worldedit.trace.inactive": "Mode Trace maintenant inactif.", + "worldedit.command.time-elapsed": "{0} sec. УЉcoulУЉes (historique : {1} modifiУЉs / {2} blocs/sec.).", + "worldedit.command.permissions": "Vous n'УЊtes pas autorisУЉ У  faire ceci. УŠtes vous dans le bon mode ?", + "worldedit.command.player-only": "Cette commande doit УЊtre utilisУЉe avec un joueur.", + "worldedit.command.error.report": "Veuillez signaler cette erreur : [Voir la console]", + "worldedit.pastebin.uploading": "(envoi des rУЉsultats sur https://pastebin.com/...)", + "worldedit.session.cant-find-session": "Impossible de trouver la session pour {0}", + "worldedit.platform.no-file-dialog": "Les dialogues par fichier ne sont pas supportУЉs dans votre environnement.", + "worldedit.asset.load.loading": "(Veuillez patienter... chargement de la ressource.)", + "worldedit.asset.load.still-loading": "(Veuillez patienter... toujours en chargement de la ressource.)", + "worldedit.asset.load.failed": "Impossible de charger la ressource", + "worldedit.tool.max-block-changes": "Limite maximale de blocs modifiУЉs atteinte.", + "worldedit.tool.no-block": "Aucun bloc en vue !", + "worldedit.tool.repl.equip": "Outil de remplacement de blocs УЉquipУЉ sur {0}.", + "worldedit.tool.repl.switched": "Outil de remplacement changУЉ sur: {0}", + "worldedit.tool.data-cycler.equip": "Outil de remplacement de donnУЉes de blocs УЉquipУЉ sur {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Vous n'УЊtes pas autorisУЉ У  changer la valeur des donnУЉes de ce bloc.", + "worldedit.tool.data-cycler.cant-cycle": "Les donnУЉes de ce bloc ne peuvent pas УЊtre changУЉes !", + "worldedit.tool.data-cycler.new-value": "La valeur de {0} est maintenant {1}.", + "worldedit.tool.data-cycler.cycling": "Changement de {0}.", + "worldedit.tool.deltree.equip": "Outil de suppression d'arbres volants attachУЉ У  {0}.", + "worldedit.tool.deltree.not-tree": "Ceci n'est pas un arbre.", + "worldedit.tool.deltree.not-floating": "Cet arbre ne vole pas.", + "worldedit.tool.tree.equip": "Outil de plantation d'arbre УЉquipУЉ sur {0}.", + "worldedit.tool.tree.obstructed": "Un arbre ne peux pas pousser ici.", + "worldedit.tool.info.equip": "Outil d'information УЉquipУЉ sur {0}.", + "worldedit.tool.info.blockstate.hover": "У‰tat du bloc", + "worldedit.tool.info.internalid.hover": "ID interne", + "worldedit.tool.info.legacy.hover": "Ancien id: data", + "worldedit.tool.info.light.hover": "LumiУЈre du bloc / LumiУЈre au-dessus", + "worldedit.tool.none.equip": "Outil retirУЉ de l'objet en main.", + "worldedit.tool.none.to.unequip": "Votre objet actuel n'est pas liУЉ.", + "worldedit.tool.selwand.equip": "Outil de sУЉlection attachУЉ У  [{0}].", + "worldedit.tool.navwand.equip": "Outil de navigation attachУЉ У  [{0}].", + "worldedit.tool.floodfill.equip": "Outil de remplacement de donnУЉes de blocs УЉquipУЉ sur {0}.", + "worldedit.tool.farwand.equip": "Outil de sУЉlection longue portУЉe attachУЉ У  [{0}].", + "worldedit.tool.lrbuild.equip": "Outil de construction longue portУЉe УЉquipУЉ sur {0}.", + "worldedit.tool.lrbuild.set": "Clic gauche pour {0} ; clic droit pour {1}.", + "worldedit.tool.stack.equip": "Outil de stack liУЉ У  {0}.", + "worldedit.tool.unbind-instruction": "ExУЉcutez {0} tout en maintenant l'objet pour le dУЉsassigner.", + "worldedit.tool.superpickaxe.mode.single": "Mode unitaire activУЉ. Cliquer gauche avec une pioche. // pour le retirer.", + "worldedit.tool.superpickaxe.mode.area": "Mode volume activУЉ. Cliquer gauche avec une pioche. // pour le retirer.", + "worldedit.tool.superpickaxe.mode.recursive": "Mode sphУЈre activУЉ. Cliquer gauche avec une pioche. // pour le retirer.", + "worldedit.tool.superpickaxe.max-range": "La portУЉe maximale est {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Super pioche dУЉjУ  activУЉe.", + "worldedit.tool.superpickaxe.disabled.already": "Super pioche dУЉjУ  dУЉsactivУЉe.", + "worldedit.tool.superpickaxe.enabled": "Super pioche activУЉe.", + "worldedit.tool.superpickaxe.disabled": "Super pioche dУЉsactivУЉe.", + "worldedit.tool.mask.set": "Masque de brosse dУЉfini.", + "worldedit.tool.mask.disabled": "Masque de brosse dУЉsactivУЉ.", + "worldedit.tool.material.set": "MatУЉriau de la brosse dУЉfini.", + "worldedit.tool.range.set": "PortУЉe de brosse dУЉfinie.", + "worldedit.tool.size.set": "Taille de brosse dУЉfinie.", + "worldedit.tool.tracemask.set": "Masque de brosse dУЉfini.", + "worldedit.tool.tracemask.disabled": "Masque de brosse dУЉsactivУЉ.", + "worldedit.tool.error.cannot-bind": "Outil non applicable У  cet objet ({0}). {1}", + "worldedit.tool.error.item-only": "Les blocs ne peuvent pas УЊtre utilisУЉs", + "worldedit.execute.script-permissions": "Vous n'avez pas la permission d'utiliser ce script.", + "worldedit.executelast.no-script": "Utilisez d'abord la commande /cs suivie du nom d'un script.", + "worldedit.script.read-error": "Erreur lors de la lecture du script : {0}", + "worldedit.script.unsupported": "Seuls les scripts .js sont supportУЉs actuellement.", + "worldedit.script.file-not-found": "Le script n'existe pas : {0}", + "worldedit.script.no-script-engine": "Impossible de trouver un moteur de script installУЉ.\nVeuillez consulter https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Erreur lors de lт€™exУЉcution : {0}", + "worldedit.script.failed-console": "Impossible d'exУЉcuter (voir console): {0}", + "worldedit.operation.affected.biome": "{0} biomes affectУЉs", + "worldedit.operation.affected.block": "{0} blocs affectУЉs", + "worldedit.operation.affected.column": "{0} colonnes affectУЉes", + "worldedit.operation.affected.entity": "{0} entitУЉs affectУЉes", + "worldedit.operation.deform.expression": "dУЉformУЉ en utilisant {0}", + "worldedit.error.invalid-number": "On attend ici un nombre, pas une chaУЎne de caractУЈres.", + "worldedit.error.invalid-number.matches": "On attend ici un nombre. Une chaУЎne de caractУЈre ТЋ {0} ТЛ a УЉtУЉ donnУЉe.", + "worldedit.error.incomplete-region": "Il vous faut d'abord sУЉlectionner une rУЉgion.", + "worldedit.error.unknown-block": "Le nom de bloc ТЋ {0} ТЛ n'a pas УЉtУЉ reconnu.", + "worldedit.error.unknown-entity": "Le nom d'entitУЉ ТЋ {0} ТЛ n'a pas УЉtУЉ reconnu.", + "worldedit.error.unknown-mob": "Le nom de crУЉature ТЋ {0} ТЛ n'a pas УЉtУЉ reconnu.", + "worldedit.error.unknown-biome": "Le nom de biome ТЋ {0} ТЛ n'a pas УЉtУЉ reconnu.", + "worldedit.error.unknown-tag": "Le motif ТЋ {0} ТЛ n'a pas УЉtУЉ reconnu.", + "worldedit.error.empty-tag": "Le motif ТЋ {0} ТЛ n'a pas de contenu.", + "worldedit.error.no-match": "Pas de correspondance pour ТЋ {0} ТЛ.", + "worldedit.error.disallowed-block": "Bloc ТЋ {0} ТЛ non autorisУЉ sur ce serveur (voir votre configuration WE).", + "worldedit.error.max-changes": "Le nombre maximal de blocs pouvant УЊtre modifiУЉs en une opУЉration a УЉtУЉ atteint ({0}).", + "worldedit.error.max-brush-radius": "Rayon maximal pour les brosses (dУЉfini par la configuration) : {0}.", + "worldedit.error.max-radius": "Rayon maximal (dУЉfini par la configuration) : {0}.", + "worldedit.error.unknown-direction": "Direction inconnue : ТЋ {0} ТЛ", + "worldedit.error.empty-clipboard": "Votre presse-papier est vide.\nIl faut d'abord sУЉlectionner une rУЉgion puis la copier avec //copy.", + "worldedit.error.invalid-filename": "Nom de fichier ТЋ {0} ТЛ invalide : {1}", + "worldedit.error.invalid-filename.invalid-characters": "CaractУЈres non valides ou extension de fichier manquante.", + "worldedit.error.file-resolution": "Erreur de rУЉsolution du fichier '{0}' : {1}", + "worldedit.error.file-resolution.outside-root": "Le chemin d'accУЈs est hors du chemin source autorisУЉ.", + "worldedit.error.file-resolution.resolve-failed": "La rУЉsolution du chemin d'accУЈs a УЉchouУЉ.", + "worldedit.error.file-aborted": "La sУЉlection du fichier a УЉtУЉ annulУЉe.", + "worldedit.error.no-file-selected": "Aucun fichier sУЉlectionnУЉ.", + "worldedit.error.world-unloaded": "Le monde a dУЉjУ  УЉtУЉ dУЉchargУЉ.", + "worldedit.error.not-a-block": "Cet objet n'est pas un bloc.", + "worldedit.error.not-a-block.item": "Le bloc ТЋ {0} ТЛ n'est pas un bloc.", + "worldedit.error.incorrect-usage": "Commande : {0}", + "worldedit.error.invalid-page": "Page invalide.", + "worldedit.error.parser.bad-state-format": "Mauvais format d'УЉtat dans {0}", + "worldedit.error.parser.duplicate-property": "PropriУЉtУЉ redondante : {0}", + "worldedit.error.parser.empty-state": "PropriУЉtУЉ vide dans le state (УЉtat du bloc)", + "worldedit.error.parser.missing-equals-separator": "Il manque le sУЉparateur УЉgal (=).", + "worldedit.error.parser.clipboard.missing-offset": "Le dУЉport est spУЉcifiУЉ par @ mais aucun dУЉport n'a УЉtУЉ donnУЉ. Utilisez #copy@[x,y,z].", + "worldedit.error.parser.unknown-property": "PropriУЉtУЉ inconnue ТЋ {0} ТЛ pour le bloc ТЋ {1} ТЛ.", + "worldedit.error.parser.unknown-value": "Valeur inconnue ТЋ {0} ТЛ pour la propriУЉtУЉ ТЋ {1} ТЛ.", + "worldedit.error.parser.empty-property": "PropriУЉtУЉ vide dans l'УЉtat", + "worldedit.error.parser.empty-value": "Valeur vide dans l'УЉtat", + "worldedit.error.parser.invalid-colon": "Deux-points non valides.", + "worldedit.error.parser.invalid-expression": "Expression non valide : {0}", + "worldedit.error.parser.negate-nothing": "Impossible de ne rien nier!", + "worldedit.error.parser.hanging-lbracket": "Format non valide. Crochet en suspens sur '{0}'.", + "worldedit.error.parser.missing-rbracket": "L'УЉtat manque de suivi ']'", + "worldedit.error.parser.missing-random-type": "Il manque le type aprУЈs le marqueur % pour {0}.", + "worldedit.error.parser.clipboard.missing-coordinates": "Le dУЉport nУЉcessite les coordonnУЉes en X, Y, Z.", + "worldedit.error.parser.player-only": "La saisie ТЋ {0} ТЛ demande un joueur.", + "worldedit.error.disabled": "Cette fonctionnalitУЉ est dУЉsactivУЉe (voir votre configuration WE).", + "worldedit.error.unknown": "Une erreur inconnue est survenue : {0}", + "worldedit.error.missing-extent": "Aucun Extent connu.", + "worldedit.error.missing-session": "Aucune session LocalSession connue.", + "worldedit.error.missing-world": "Vous devez indiquer un monde (avec //world).", + "worldedit.error.missing-actor": "Aucun acteur n'est connu", + "worldedit.selection.convex.info.vertices": "Sommets : {0}", + "worldedit.selection.convex.info.triangles": "Triangles : {0}", + "worldedit.selection.convex.explain.primary": "Nouvelle sУЉlection commencУЉe avec le sommet {0}.", + "worldedit.selection.convex.explain.secondary": "Ajout du sommet {0} У  la sУЉlection.", + "worldedit.selection.cuboid.info.pos1": "Position 1 : {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2 : {0}", + "worldedit.selection.cuboid.explain.primary": "PremiУЈre position dУЉfinie en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "PremiУЈre position dУЉfinie en {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Seconde position dУЉfinie en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Seconde position dУЉfinie en {0} ({1}).", + "worldedit.selection.extend.explain.primary": "SУЉlection dУЉmarrУЉe en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "SУЉlection УЉtendue englobant {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Centre : {0}", + "worldedit.selection.ellipsoid.info.radius": "Rayons X/Y/Z : {0}", + "worldedit.selection.ellipsoid.explain.primary": "Centre dУЉfini en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Centre dУЉfini en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Rayon dУЉfini У  {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Rayon dУЉfini У  {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Les mises У  jour des ellipses doivent УЊtre les mУЊmes pour chaque direction.", + "worldedit.selection.cylinder.info.center": "Centre : {0}", + "worldedit.selection.cylinder.info.radius": "Rayon : {0}", + "worldedit.selection.cylinder.explain.primary": "Construction d'un nouveau cylindre У  partir de {0}.", + "worldedit.selection.cylinder.explain.secondary": "Rayon dУЉfini У  {0}/{1} blocs. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Il faut d'abord dУЉfinir le point centre avant de dУЉfinir le rayon.", + "worldedit.selection.cylinder.error.even-horizontal": "Les mises У  jour de cylindres doivent УЊtre les mУЊmes pour chaque direction horizontale.", + "worldedit.selection.polygon2d.info": "# points : {0}", + "worldedit.selection.polygon2d.explain.primary": "Construction d'un nouveau polygone У  partir de {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Ajout du point #{0} en {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Les polygones ne peuvent УЊtre УЉtendus que selon la verticale.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Les polygones ne peuvent УЊtre contractУЉs que selon la verticale.", + "worldedit.selection.sphere.explain.secondary": "Rayon dУЉfini sur {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Rayon dУЉfini sur {0} ({1}).", + "worldedit.selection.null.error.immutable": "Impossible de modifier la rУЉgion NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Il n'est pas possible d'УЉtendre une intersection entre rУЉgions.", + "worldedit.selection.intersection.error.cannot-contract": "Il n'est pas possible de contracter une intersection entre rУЉgions.", + "worldedit.selection.transform.error.cannot-expand": "Il n'est pas possible d'УЉtendre une rУЉgion TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Il n'est pas possible de contracter une rУЉgion TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Il n'est pas possible de modifier une rУЉgion TransformedRegion.", + "worldedit.sideeffect.lighting": "У‰clairage", + "worldedit.sideeffect.lighting.description": "Met У  jour l'УЉclairage des blocs", + "worldedit.sideeffect.neighbors": "Voisinage", + "worldedit.sideeffect.neighbors.description": "Notifie les blocs des modifications У  proximitУЉ", + "worldedit.sideeffect.update": "Mise У  jour", + "worldedit.sideeffect.update.description": "Notifie le bloc modifiУЉ", + "worldedit.sideeffect.validation": "Validation", + "worldedit.sideeffect.validation.description": "Valide et corrige les УЉtats de monde incohУЉrents, tels que les blocs dУЉconnectУЉs.", + "worldedit.sideeffect.entity_ai": "IA des entitУЉs", + "worldedit.sideeffect.entity_ai.description": "Met У  jour les chemins d'IA des entitУЉs pour les changements de bloc", + "worldedit.sideeffect.events": "У‰vУЈnements modules/plugiciels", + "worldedit.sideeffect.events.description": "Informer les autres modules et plugiciels des changements opУЉrУЉs", + "worldedit.sideeffect.state.on": "ActivУЉ", + "worldedit.sideeffect.state.delayed": "RetardУЉ", + "worldedit.sideeffect.state.off": "DУЉsactivУЉ", + "worldedit.sideeffect.box.current": "Actuel", + "worldedit.sideeffect.box.change-to": "Cliquez pour dУЉfinir У  {0}", + "worldedit.help.command-not-found": "La commande '{0}' n'existe pas.", + "worldedit.help.no-subcommands": "'{0}' n'a pas de sous-commandes. '{1}' correspond-il plutУДt У  un paramУЈtre ?", + "worldedit.help.subcommand-not-found": "La sous-commande '{0}' pour '{1}' n'a pas УЉtУЉ trouvУЉe.", + "worldedit.cli.stopping": "Stop !", + "worldedit.cli.unknown-command": "Commande inconnue." +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/fra-DE/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/fra-DE/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/fra-DE/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/fy-NL/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/fy-NL/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/fy-NL/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/ga-IE/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/ga-IE/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/ga-IE/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/gd/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/gd/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/gd/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/gl/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/gl/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/gl/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/got/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/got/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/got/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/gv/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/gv/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/gv/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/haw/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/haw/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/haw/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/he/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/he/strings.json new file mode 100644 index 0000000..9e4b412 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/he/strings.json @@ -0,0 +1,3 @@ +{ + "worldedit.brush.paint.type": "зЁз•з’ зžз‘зЈзЉзЊ зœзЉз™зžз•зЉ" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/hi/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/hi/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/hi/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/hr/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/hr/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/hr/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/hu/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/hu/strings.json new file mode 100644 index 0000000..f1c6bf5 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/hu/strings.json @@ -0,0 +1,149 @@ +{ + "worldedit.expand.description.vert": "ElУЉrted a vilУЁghatУЁrt", + "worldedit.expand.expanded": "A rУЉgiУГ kibХ‘vУ­tett {0} blokkokat", + "worldedit.expand.expanded.vert": "A rУЉgiУГ kibХ‘vУ­tett {0} blokkokat (top-to-bottom).", + "worldedit.biomeinfo.lineofsight": "BiomУЁk a lУЁtУГpontnУЁl: {0}", + "worldedit.biomeinfo.position": "BiomУЁk a lУЁtУГpontnУЁl: {0}", + "worldedit.biomeinfo.selection": "A vУЁlasztott biomУЁk: {0}", + "worldedit.brush.radius-too-large": "A megengedett legnagyobb kijelУЖlУЉs: {0}", + "worldedit.brush.apply.description": "Ecsettel felhordja a fУМggvУЉnyt minden blokkra", + "worldedit.brush.apply.radius": "A kefe mУЉrete", + "worldedit.brush.apply.shape": "A rУЉgiУГ alakja", + "worldedit.brush.apply.type": "Type of brush to use", + "worldedit.brush.apply.item.warning": "Ez az ecset szimulУЁlja a cikk hasznУЁlatУЁt. ElХ‘fordulhat, hogy annak hatУЁsa nem mХБkУЖdik minden platformon, nem mХБkУЖdik vissza, УЉs furcsa interakciУГkat okozhat mУЁs modokkal / pluginekkel. HasznУЁlat csak sajУЁt felelХ‘ssУЉgre.", + "worldedit.brush.paint.description": "Paint brush, apply a function to a surface", + "worldedit.brush.paint.size": "A kefe mУЉrete", + "worldedit.brush.paint.shape": "A rУЉgiУГ alakja", + "worldedit.brush.paint.density": "The density of the brush", + "worldedit.brush.paint.type": "A kefe tУ­pusa", + "worldedit.brush.paint.item.warning": "Ez az ecset szimulУЁlja a cikk hasznУЁlatУЁt. ElХ‘fordulhat, hogy annak hatУЁsa nem mХБkУЖdik minden platformon, nem mХБkУЖdik vissza, УЉs furcsa interakciУГkat okozhat mУЁs modokkal / pluginekkel. HasznУЁlat csak sajУЁt felelХ‘ssУЉgre.", + "worldedit.brush.sphere.equip": "A gУЖmbkefe alakja felszerelt ({0}).", + "worldedit.brush.cylinder.equip": "A hengerkefe alakja felszerelt ({0} kУЉszУ­tette: {1}).", + "worldedit.brush.clipboard.equip": "Clipboard brush shape equipped.", + "worldedit.brush.smooth.equip": "Sima ecsettel felszerelt ({0} x {1} x a {2} hasznУЁlatУЁval).", + "worldedit.brush.extinguish.equip": "TХБzoltУГ kУЉszУМlУЉk felszerelve ({0}).", + "worldedit.brush.gravity.equip": "Gravity brush equipped ({0}).", + "worldedit.brush.butcher.equip": "Butcher brush equipped ({0}).", + "worldedit.brush.operation.equip": "Set brush to {0}.", + "worldedit.brush.none.equip": "Ecsettel nincs kУЖtve az aktuУЁlis elemtХ‘l.", + "worldedit.drawsel.disabled": "Server CUI disabled.", + "worldedit.drawsel.disabled.already": "A kiszolgУЁlУГ CUI mУЁr le van tiltva.", + "worldedit.drawsel.enabled.already": "Server CUI already enabled.", + "worldedit.limit.too-high": "Your maximum allowable limit is {0}.", + "worldedit.limit.set": "Block change limit set to {0}.", + "worldedit.limit.return-to-default": "(Use //limit to go back to the default.)", + "worldedit.timeout.too-high": "Your maximum allowable timeout is {0}ms.", + "worldedit.timeout.set": "Timeout time set to {0}ms.", + "worldedit.timeout.return-to-default": " (Use //timeout to go back to the default.)", + "worldedit.fast.disabled": "Fast mode disabled.", + "worldedit.fast.enabled": "A gyors mУГd engedУЉlyezve. Lehet, hogy az УЉrintett darabok vilУЁgУ­tУЁsa nem megfelelХ‘, УЉs / vagy a vУЁltozУЁsok megtekintУЉsУЉhez УКjra csatlakoznia kell.", + "worldedit.fast.disabled.already": "A gyors mУГd mУЁr le van tiltva.", + "worldedit.fast.enabled.already": "Fast mode already enabled.", + "worldedit.reorder.current": "The reorder mode is {0}", + "worldedit.reorder.set": "The reorder mode is now {0}", + "worldedit.gmask.disabled": "Global mask disabled.", + "worldedit.gmask.set": "GlobУЁlis maszk kУЉszlet.", + "worldedit.toggleplace.pos1": "Most az 1. pozУ­ciУГn helyezzУМk el.", + "worldedit.toggleplace.player": "Most azt a blokkot helyezem, amelyben УЁllsz.", + "worldedit.searchitem.too-short": "Уrjon be hosszabb keresУЉsi karakterlУЁncot (len> 2).", + "worldedit.searchitem.either-b-or-i": "Nem hasznУЁlhatja egyszerre a т€žbт€ УЉs az т€žiт€ zУЁszlУГkat.", + "worldedit.searchitem.searching": "(KУЉrjУМk, vУЁrjon ... elemek keresУЉse.)", + "worldedit.watchdog.no-hook": "Ezen a platformon nincs figyelХ‘horog.", + "worldedit.watchdog.active.already": "Az Х‘rzХ‘horog mУЁr aktУ­v.", + "worldedit.watchdog.inactive.already": "Az Х‘rzХ‘horog mУЁr inaktУ­v.", + "worldedit.watchdog.active": "Az Х‘rzХ‘ kampУГ aktУ­v.", + "worldedit.watchdog.inactive": "Az Х‘rzХ‘ kampУГ inaktУ­v.", + "worldedit.world.remove": "EltУЁvolУ­tott vilУЁg-felУМlbУ­rУЁlУЁs.", + "worldedit.world.set": "УllУ­tsa a vilУЁg felУМlbУ­rУЁlУЁsУЁt {0} УЉrtУЉkre. (A // vilУЁg hasznУЁlatУЁval tУЉrjen vissza az alapУЉrtelmezУЉshez)", + "worldedit.undo.undone": "{0} elУЉrhetХ‘ szerkesztУЉs visszavonva.", + "worldedit.undo.none": "Nincs semmi visszavonУЁs.", + "worldedit.redo.redone": "Redid {0} elУЉrhetХ‘ szerkesztУЉs.", + "worldedit.redo.none": "Nincs semmi, amit УКjra tudnУЁnk tenni.", + "worldedit.clearhistory.cleared": "Az elХ‘zmУЉnyek tУЖrlХ‘dtek.", + "worldedit.raytrace.noblock": "Nincs lУЁtvУЁny!", + "worldedit.restore.not-configured": "A pillanatkУЉp / biztonsУЁgi mentУЉs visszaУЁllУ­tУЁsa nincs konfigurУЁlva.", + "worldedit.restore.not-available": "Ez a pillanatkУЉp nem lУЉtezik, vagy nem УЉrhetХ‘ el.", + "worldedit.restore.failed": "A pillanatkУЉp betУЖltУЉse nem sikerУМlt: {0}", + "worldedit.restore.loaded": "PillanatkУЉp betУЖltve '{0}'; most visszaУЁll ...", + "worldedit.restore.restored": "helyreУЁllt; {0} hiУЁnyzУГ darabok УЉs {1} egyУЉb hibУЁk.", + "worldedit.restore.none-for-specific-world": "Nem talУЁlhatУГ pillanatkУЉpek a (z) '{0}' vilУЁgrУГl.", + "worldedit.restore.none-for-world": "Nem talУЁlhatУГ pillanatkУЉpek errХ‘l a vilУЁgrУГl.", + "worldedit.restore.none-found": "Nem talУЁlhatУГ pillanatkУЉpek.", + "worldedit.restore.none-found-console": "Nem talУЁlhatУГ pillanatkУЉpek. A rУЉszleteket lУЁsd a konzolon.", + "worldedit.restore.chunk-not-present": "Darabok nem voltak jelen pillanatkУЉpben.", + "worldedit.restore.chunk-load-failed": "Nem lehetett betУЖlteni. (Rossz archУ­vum?)", + "worldedit.restore.block-place-failed": "A hibУЁk megakadУЁlyoztУЁk a blokkok helyreУЁllУ­tУЁsУЁt.", + "worldedit.restore.block-place-error": "UtolsУГ hiba: {0}", + "worldedit.snapshot.use.newest": "Most a legУКjabb pillanatfelvУЉtelt hasznУЁlom.", + "worldedit.snapshot.use": "A pillanatfelvУЉtel beУЁllУ­tУЁsa: {0}", + "worldedit.snapshot.none-before": "Nem talУЁlhatУГ pillanatkУЉp a (z) {0} elХ‘tt.", + "worldedit.snapshot.none-after": "Nem talУЁlhatУГ pillanatkУЉp a (z) {0} utУЁn.", + "worldedit.snapshot.index-above-0": "У‰rvУЉnytelen indexnek legalУЁbb 1-nek kell lennie.", + "worldedit.snapshot.index-oob": "У‰rvУЉnytelen indexnek 1 УЉs {0} kУЖzУЖtt kell lennie.", + "worldedit.schematic.unknown-format": "Ismeretlen vУЁzlatformУЁtum: {0}.", + "worldedit.schematic.load.does-not-exist": "A(z) {0} vУЁzlat nem lУЉtezik!", + "worldedit.schematic.load.loading": "(KУЉrlek vУЁrj... vУЁzlatok betУЖltУЉse.)", + "worldedit.schematic.save.failed-directory": "VУЁzlatok mappУЁjУЁnak lУЉtrehozУЁsa sikertelen volt.", + "worldedit.schematic.save.saving": "(KУЉrlek vУЁrj... vУЁzlatok mentУЉse.)", + "worldedit.schematic.delete.does-not-exist": "A(z) {0} vУЁzlat nem lУЉtezik!", + "worldedit.schematic.delete.deleted": "{0} tУЖrУЖlve lett.", + "worldedit.pos.already-set": "A pozУ­ciУГ mУЁr be van УЁllУ­tva.", + "worldedit.hpos.no-block": "Nincs lУЁtvУЁny!", + "worldedit.hpos.already-set": "A pozУ­ciУГ mУЁr be van УЁllУ­tva.", + "worldedit.shift.shifted": "RУЉgiУГ eltolva.", + "worldedit.size.size": "MУЉret: {0}", + "worldedit.size.distance": "TУЉglatest tУЁvolsУЁga: {0}", + "worldedit.count.counted": "MegszУЁmlУЁlva: {0}", + "worldedit.distr.no-blocks": "Egy blokk sem lett megszУЁmlУЁlva.", + "worldedit.distr.total": "Teljes blokkszУЁm: {0}", + "worldedit.select.cleared": "KijelУЖlУЉs tУЖrУЖlve.", + "worldedit.select.ellipsoid.description": "Ellipszis kivУЁlasztУЁsa", + "worldedit.select.sphere.description": "GУЖmb kivУЁlasztУЁsa", + "worldedit.chunkinfo.old-filename": "RУЉgi formУЁtum: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Darabok listУЁzУЁsa a kУЖvetkezХ‘ szУЁmУЁra: {0}", + "worldedit.drain.drained": "{0} blokk leУМrУ­tve.", + "worldedit.fill.created": "{0} blokk kitУЖltУЉsre kerУМlt.", + "worldedit.fillr.created": "{0} blokk kitУЖltУЉsre kerУМlt.", + "worldedit.fixlava.fixed": "A (z) {0} blokkok javУ­tva vannak.", + "worldedit.fixwater.fixed": "A (z) {0} blokkok javУ­tva vannak.", + "worldedit.removeabove.removed": "{0} blokk eltУЁvolУ­tva.", + "worldedit.removebelow.removed": "A (z) {0} blokkok eltУЁvolУ­tva.", + "worldedit.removenear.removed": "A (z) {0} blokkok eltУЁvolУ­tva.", + "worldedit.replacenear.replaced": "A (z) {0} blokkok lecserУЉlХ‘dtek.", + "worldedit.snow.created": "A {0} felУМleteket lefedtУЉk.", + "worldedit.thaw.removed": "{0} blokk kiolvasztva.", + "worldedit.green.changed": "{0} blokk fУМvesУ­tve.", + "worldedit.extinguish.removed": "{0} tХБz eloltva.", + "worldedit.butcher.killed": "{0} mob megУЖlve {1} blokk hatУГkУЖrben.", + "worldedit.rotate.rotated": "A vУЁgУГlapon lУЉvХ‘ mУЁsolat el lett fordУ­tva.", + "worldedit.flip.flipped": "A vУЁgУГlapon lУЉvХ‘ mУЁsolat meg lett fordУ­tva.", + "worldedit.clearclipboard.cleared": "VУЁgУГlap tУЖrУЖlve.", + "worldedit.set.done": "A MХБvelet vУЉgrehajtva.", + "worldedit.set.done.verbose": "A MХБvelet vУЉgrehajtva ({0}).", + "worldedit.line.changed": "{0} blokk megvУЁltoztatva.", + "worldedit.curve.changed": "{0} blokk megvУЁltoztatva.", + "worldedit.replace.replaced": "A (z) {0} blokkok lecserУЉlХ‘dtek.", + "worldedit.regen.regenerated": "RУЉgiУГ УКjragenerУЁlva.", + "worldedit.walls.changed": "{0} blokk megvУЁltoztatva.", + "worldedit.faces.changed": "{0} blokk megvУЁltoztatva.", + "worldedit.move.moved": "{0} blokk elmozdУ­tva.", + "worldedit.deform.deformed": "{0} blokk deformУЁlva.", + "worldedit.hollow.changed": "{0} blokk megvУЁltoztatva.", + "worldedit.unstuck.moved": "TessУЉk!", + "worldedit.ceil.moved": "Huss!", + "worldedit.thru.moved": "Huss!", + "worldedit.jumpto.moved": "Puff!", + "worldedit.up.moved": "Huss!", + "worldedit.forestgen.created": "{0} fa lУЉtrehozva.", + "worldedit.reload.config": "KonfigurУЁciУГ УКjratУЖltve!", + "worldedit.timezone.invalid": "У‰rvУЉnytelen idХ‘zУГna", + "worldedit.session.cant-find-session": "Nem sikerУМlt munkamenetet talУЁlni a(z) {0}-hoz", + "worldedit.tool.no-block": "Nincs lУЁtvУЁny!", + "worldedit.tool.deltree.not-tree": "Ez nem egy fa.", + "worldedit.tool.deltree.not-floating": "Ez nem egy lebegХ‘ fa.", + "worldedit.tool.error.cannot-bind": "Nem lehet az eszkУЖzt rУЖgzУ­teni {0}-hez: {1}", + "worldedit.tool.error.item-only": "Blokkok nem hasznУЁlhatУГak.", + "worldedit.error.no-file-selected": "Nincs fУЁjl kivУЁlasztva.", + "worldedit.cli.stopping": "LeУЁllУЁs!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/hy-AM/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/hy-AM/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/hy-AM/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/id/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/id/strings.json new file mode 100644 index 0000000..a22f138 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/id/strings.json @@ -0,0 +1,413 @@ +{ + "worldedit.expand.description.vert": "Perluas pilihan secara vertikal ke batas dunia.", + "worldedit.expand.expanded": "Wilayah diperluas {0} blok", + "worldedit.expand.expanded.vert": "Wilayah diperluas {0} blok (atas-ke-bawah).", + "worldedit.biomeinfo.lineofsight": "Bioma pada garis pandang: {0}", + "worldedit.biomeinfo.position": "Bioma pada posisi anda: {0}", + "worldedit.biomeinfo.selection": "Bioma dalam pilihan anda: {0}", + "worldedit.brush.radius-too-large": "Radius kuas maksimum yang diizinkan: {0}", + "worldedit.brush.apply.description": "Terapkan kuas, terapkan fungsi ke setiap blok", + "worldedit.brush.apply.radius": "Ukuran kuas", + "worldedit.brush.apply.shape": "Bentuk wilayahnya", + "worldedit.brush.apply.type": "Tipe kuas yang akan digunakan", + "worldedit.brush.apply.item.warning": "Kuas ini mensimulasikan penggunaan item. Efeknya mungkin tidak bekerja pada semua platform, mungkin tidak dapat dibatalkan, dan mungkin menyebabkan interaksi aneh dengan modifikasi/plugin lain. Gunakan dengan resiko anda sendiri.", + "worldedit.brush.paint.description": "Kuas cat, terapkan fungsi ke permukaan", + "worldedit.brush.paint.size": "Ukuran kuas", + "worldedit.brush.paint.shape": "Bentuk wilayahnya", + "worldedit.brush.paint.density": "Kepadatan kuas", + "worldedit.brush.paint.type": "Tipe kuas yang akan digunakan", + "worldedit.brush.paint.item.warning": "Kuas ini mensimulasikan penggunaan item. Efeknya mungkin tidak bekerja pada semua platform, mungkin tidak dapat dibatalkan, dan mungkin menyebabkan interaksi aneh dengan modifikasi/plugin lain. Gunakan dengan resiko anda sendiri.", + "worldedit.brush.sphere.equip": "Bentuk kuas bulat dilengkapi ({0}).", + "worldedit.brush.cylinder.equip": "Bentuk kuas silinder dilengkapi ({0} oleh {1}).", + "worldedit.brush.clipboard.equip": "Bentuk kuas clipboard dilengkapi.", + "worldedit.brush.smooth.equip": "Kuas halus dilengkapi ({0} x {1}x using {2}).", + "worldedit.brush.extinguish.equip": "Pemadam dilengkapi ({0}).", + "worldedit.brush.gravity.equip": "Kuas gravitasi dilengkapi ({0}).", + "worldedit.brush.butcher.equip": "Kuas daging dilengkapi ({0}).", + "worldedit.brush.operation.equip": "Atur kuas ke {0}.", + "worldedit.brush.heightmap.equip": "Kuas ketinggian peta dilengkapi ({0}).", + "worldedit.brush.heightmap.unknown": "Kuas ketinggian peta tak diketahui: {0}.", + "worldedit.brush.none.equip": "Kuas lepas dari item anda saat ini.", + "worldedit.setbiome.changed": "Bioma diubah sekitar {0} blok.", + "worldedit.setbiome.warning": "Anda mungkin harus bergabung kembali dengan permainan anda (atau tutup dan buka kembali dunia anda) untuk melihat perubahan.", + "worldedit.drawsel.disabled": "CUI Server dinonaktifkan.", + "worldedit.drawsel.disabled.already": "CUI Server sudah dinonaktifkan.", + "worldedit.drawsel.enabled.already": "CUI Server sudah diaktifkan.", + "worldedit.limit.too-high": "Batas maksimal yang diizinkan adalah {0}.", + "worldedit.limit.set": "Batasan perubahan blok disetel ke {0}.", + "worldedit.limit.return-to-default": "(Gunakan //limit untuk kembali ke default.)", + "worldedit.timeout.too-high": "Waktu tunggu maksimum yang diizinkan adalah {0}ms.", + "worldedit.timeout.set": "Waktu tunggu disetel ke {0}ms.", + "worldedit.timeout.return-to-default": " (Gunakan //timeout untuk kembali ke default.)", + "worldedit.fast.disabled": "Mode cepat dinonaktifkan.", + "worldedit.fast.enabled": "Mode cepat diaktifkan. Pencahayaan di bagian yang terpengaruh mungkin salah dan/atau anda mungkin harus bergabung kembali untuk melihat perubahan.", + "worldedit.fast.disabled.already": "Mode cepat sudah dinonaktifkan.", + "worldedit.fast.enabled.already": "Mode cepat sudah diaktifkan.", + "worldedit.perf.sideeffect.set": "Efek samping \"{0}\" disetel ke {1}", + "worldedit.perf.sideeffect.get": "Efek samping \"{0}\" disetel ke {1}", + "worldedit.perf.sideeffect.already-set": "Efek samping \"{0}\" sudah {1}", + "worldedit.perf.sideeffect.set-all": "Semua efek samping disetel ke {0}", + "worldedit.reorder.current": "Mode penyusunan ulang adalah {0}", + "worldedit.reorder.set": "Mode penyusunan ulang sekarang menjadi {0}", + "worldedit.gmask.disabled": "Topeng global dinonaktifkan.", + "worldedit.gmask.set": "Topeng global disetel.", + "worldedit.toggleplace.pos1": "Sekarang menempatkan di pos #1.", + "worldedit.toggleplace.player": "Sekarang menempatkan di blok tempat anda berdiri.", + "worldedit.searchitem.too-short": "Masukkan pencarian string yang lebih panjang (len > 2).", + "worldedit.searchitem.either-b-or-i": "Anda tidak bisa menggunakan bendera 'b' dan 'i' secara bersamaan.", + "worldedit.searchitem.searching": "(Mohon tunggu... mencari item.)", + "worldedit.watchdog.no-hook": "Platform ini tidak memiliki kail pengawas.", + "worldedit.watchdog.active.already": "Kail pengawas sudah aktif.", + "worldedit.watchdog.inactive.already": "Kail pengawas sudah nonaktif.", + "worldedit.watchdog.active": "Kail pengawas sekarang aktif.", + "worldedit.watchdog.inactive": "Kail pengawas sekarang nonaktif.", + "worldedit.world.remove": "Timpa dunia yang dihapus.", + "worldedit.world.set": "Atur penimpaan dunia ke {0}. (Gunakan //world untuk kembali ke default)", + "worldedit.undo.undone": "Membatalkan {0} suntingan yang tersedia.", + "worldedit.undo.none": "Tidak ada yang bisa dibatalkan.", + "worldedit.redo.redone": "Mengulangi {0} suntingan yang tersedia.", + "worldedit.redo.none": "Tidak ada yang bisa diulangi.", + "worldedit.clearhistory.cleared": "Riwayat dihapus.", + "worldedit.raytrace.noblock": "Tidak ada blok dalam pandangan!", + "worldedit.restore.not-configured": "Pemulihan snapshot/cadangan tidak dikonfigurasi.", + "worldedit.restore.not-available": "Snapshot itu sudah tidak ada atau tidak tersedia.", + "worldedit.restore.failed": "Gagal memuat snapshot: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' sedang memuat; sekarang memulihkan...", + "worldedit.restore.restored": "Memulikan: {0} chunk yang hilang dan {1} kesalahan lainnya.", + "worldedit.restore.none-for-specific-world": "Tidak ada snapshot ditemukan untuk dunia '{0}'.", + "worldedit.restore.none-for-world": "Tidak ada snapshot ditemukan untuk dunia ini.", + "worldedit.restore.none-found": "Tidak ada snapshot yang ditemukan.", + "worldedit.restore.none-found-console": "Tidak ada snapshot ditemukan. Periksa konsol untuk detailnya.", + "worldedit.restore.chunk-not-present": "Potongan tidak ada dalam snapshot.", + "worldedit.restore.chunk-load-failed": "Tidak potongan yang termuat. (Arsip buruk?)", + "worldedit.restore.block-place-failed": "Kesalahan mencegah setiap blok dipulihkan.", + "worldedit.restore.block-place-error": "Kesalahan terakhir: {0}", + "worldedit.snapshot.use.newest": "Sekarang menggunakan snapshot terbaru.", + "worldedit.snapshot.use": "Snapshot disetel ke: {0}", + "worldedit.snapshot.none-before": "Tidak dapat menemukan snapshot sebelum {0}.", + "worldedit.snapshot.none-after": "Tidak dapat menemukan snapshot setelah {0}.", + "worldedit.snapshot.index-above-0": "Indeks tidak valid, harus lebih atau sama dengan 1.", + "worldedit.snapshot.index-oob": "Indeks tidak valid, harus antara 1 dan {0}.", + "worldedit.schematic.unknown-format": "Format skema yang tidak diketahui: {0}.", + "worldedit.schematic.load.does-not-exist": "Skema {0} tidak ada!", + "worldedit.schematic.load.loading": "(Mohon tunggu... memuat skema.)", + "worldedit.schematic.load.still-loading": "(Mohon tunggu... masih memuat skema.)", + "worldedit.schematic.save.already-exists": "Skema itu sudah ada. Gunakan bendera -f untuk menimpanya.", + "worldedit.schematic.save.failed-directory": "Tidak dapat membuat berkas untuk skema!", + "worldedit.schematic.save.saving": "(Mohon tunggu... menyimpan skema.)", + "worldedit.schematic.save.still-saving": "(Mohon tunggu... masih menyimpan skema.)", + "worldedit.schematic.delete.does-not-exist": "Skema {0} tidak ada!", + "worldedit.schematic.delete.failed": "Penghapusan {0} gagal! Apakah ini hanya-baca?", + "worldedit.schematic.delete.deleted": "{0} sudah dihapus.", + "worldedit.schematic.formats.title": "Format papan klip yang tersedia (Nama: Nama pencarian)", + "worldedit.schematic.unsupported-minecraft-version": "Versi WorldEdit ini tidak mendukung versi Minecraft anda. Skema tidak akan bekerja sampai ini diselesaikan.", + "worldedit.pos.already-set": "Posisi telah diatur.", + "worldedit.pos.console-require-coords": "Anda harus memberikan koordinat sebagai konsol.", + "worldedit.hpos.no-block": "Tidak ada blok dalam pandangan!", + "worldedit.hpos.already-set": "Posisi telah diatur.", + "worldedit.chunk.selected-multiple": "Potongan yang dipilih: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Potongan yang dipilih: {0}, {1}, {2}", + "worldedit.wand.invalid": "Item tongkat salah dikonfigurasi atau dinonaktifkan.", + "worldedit.wand.selwand.info": "Klik kiri: pilih pos #1; Klik kanan: pilih pos #2", + "worldedit.wand.navwand.info": "Klik kiri: menuju lokasi; Klik kanan: menembus tembok", + "worldedit.wand.selwand.now.tool": "Tongkat yang dipilih sekarang adalah alat normal. Anda dapat menonaktifkannya dengan {0} dan memasangnyaa kembali ke item apapun dengan {1} atau dapatkan tongkat baru dengan {2}.", + "worldedit.contract.contracted": "Wilayah dikontrak {0} blok.", + "worldedit.shift.shifted": "Wilayah digeser.", + "worldedit.outset.outset": "Wilayah awal.", + "worldedit.inset.inset": "Wilayah sisipan.", + "worldedit.size.offset": "Mengimbangi: {0}", + "worldedit.size.type": "Tipe: {0}", + "worldedit.size.size": "Ukuran: {0}", + "worldedit.size.distance": "Jarak berbentuk kubus: {0}", + "worldedit.size.blocks": "# blok: {0}", + "worldedit.count.counted": "Terhitung: {0}", + "worldedit.distr.no-blocks": "Tidak ada blok yang dihitung.", + "worldedit.distr.no-previous": "Tidak Ada distribusi sebelumnya.", + "worldedit.distr.total": "Jumlah Blok Total: {0}", + "worldedit.select.cleared": "Pilihan dibersihkan.", + "worldedit.select.cuboid.message": "Bentuk kubus: Klik kiri untuk poin 1, klik kanan untuk poin 2", + "worldedit.select.cuboid.description": "Pilih dua sudut berbentuk kubus", + "worldedit.select.extend.message": "Bentuk kubus: klik kiri untuk titik awal, klik kanan untuk memperpanjang", + "worldedit.select.extend.description": "Mode pemilihan kubus cepat", + "worldedit.select.poly.message": "Pemilih poligon 2D: Klik kiri/kanan untuk menambah titik.", + "worldedit.select.poly.limit-message": "{0} poin maksimum.", + "worldedit.select.poly.description": "Pilih poligon 2D dengan ketinggian", + "worldedit.select.ellipsoid.message": "Pemilih elipsoid: klik kiri=tengah, klik kanan untuk memperpanjang", + "worldedit.select.ellipsoid.description": "Pilih elipsoid", + "worldedit.select.sphere.message": "Pemilih bola: klik kiri=tengah, klik kanan untuk menyetel radius", + "worldedit.select.sphere.description": "Pilih bola", + "worldedit.select.cyl.message": "Pemilih silinder: Klik kiri=tengah, klik kanan untuk memperpanjang", + "worldedit.select.cyl.description": "Pilih silinder", + "worldedit.select.convex.message": "Pemilih polihedral cembung: Klik kiri=Titik pertama, klik kanan untuk menambahkan lebih banyak.", + "worldedit.select.convex.limit-message": "{0} poin maksimum.", + "worldedit.select.convex.description": "Pilih polihedral cembung", + "worldedit.select.default-set": "Pemilih wilayah default anda sekarang adalah {0}.", + "worldedit.chunkinfo.chunk": "Potongan: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Format lama: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: wilayah/{0}", + "worldedit.listchunks.listfor": "Daftar potongan untuk: {0}", + "worldedit.drain.drained": "{0} blok telah dikeringkan.", + "worldedit.fill.created": "{0} blok telah diisi.", + "worldedit.fillr.created": "{0} blok telah diisi.", + "worldedit.fixlava.fixed": "{0} blok telah diperbaiki.", + "worldedit.fixwater.fixed": "{0} blok telah diperbaiki.", + "worldedit.removeabove.removed": "{0} blok telah dihapus.", + "worldedit.removebelow.removed": "{0} blok telah dihapus.", + "worldedit.removenear.removed": "{0} blok telah dihapus.", + "worldedit.replacenear.replaced": "{0} blok telah diganti.", + "worldedit.snow.created": "{0} permukaan telah ditutup.", + "worldedit.thaw.removed": "{0} blok telah dicairkan.", + "worldedit.green.changed": "{0} blok telah dihijaukan.", + "worldedit.extinguish.removed": "{0} api telah dipadamkan.", + "worldedit.butcher.killed": "{0} mob telah dibunuh dalam radius {1}.", + "worldedit.butcher.explain-all": "Gunakan -1 untuk menghapus semua mob di potongan yang dimuat", + "worldedit.remove.removed": "{0} entiti telah ditandai untuk pemindahan.", + "worldedit.remove.explain-all": "Gunakan -1 untuk menghapus semua entiti di potongan yang dimuat", + "worldedit.calc.invalid": "'{0}' tidak dapat diurai sebagai ekspresi yang valid", + "worldedit.calc.invalid.with-error": "'{0}' tidak dapat diurai sebagai ekspresi yang valid: '{1}'", + "worldedit.paste.pasted": "Papan klip telah ditempelkan di {0}", + "worldedit.paste.selected": "Wilayah tempel papan klip yang dipilih.", + "worldedit.rotate.no-interpolation": "Catatan: Interpolasi belum didukung, jadi disarankan untuk menggunakan sudut pandang kelipatan 90.", + "worldedit.rotate.rotated": "Salinan papan klip telah diputar.", + "worldedit.flip.flipped": "Salinan papan klip telah dibalik.", + "worldedit.clearclipboard.cleared": "Papan klip dihapus.", + "worldedit.set.done": "Pengerjaan selesai.", + "worldedit.set.done.verbose": "Pengerjaan selesai ({0}).", + "worldedit.line.changed": "{0} blok telah diubah.", + "worldedit.line.invalid-type": "//line hanya bekerja dengan pilihan berbentuk kubus atau pemilihan polihedral cembung", + "worldedit.curve.changed": "{0} blok telah diubah.", + "worldedit.curve.invalid-type": "//curve hanya bekerja dengan pemilihan polihedral cembung", + "worldedit.replace.replaced": "{0} blok telah diganti.", + "worldedit.stack.changed": "{0} blok diubah. Pulihkan dengan //undo", + "worldedit.stack.intersecting-region": "Offset tumpukan tidak boleh bertabrakan dengan wilayah saat menggunakan unit blok", + "worldedit.regen.regenerated": "Wilayah dibuat ulang.", + "worldedit.regen.failed": "Tidak dapat membuat ulang potongan. Periksa konsol untuk detail.", + "worldedit.walls.changed": "{0} blok telah diubah.", + "worldedit.faces.changed": "{0} blok telah diubah.", + "worldedit.overlay.overlaid": "{0} blok telah dilapisi.", + "worldedit.naturalize.naturalized": "{0} blok telah dibuat untuk terlihat lebih natural.", + "worldedit.center.changed": "Set pusat. ({0} blok diubah)", + "worldedit.smooth.changed": "Peta ketinggian medan diperhalus. {0} blok berubah.", + "worldedit.move.moved": "{0} blok dipindahkan.", + "worldedit.deform.deformed": "{0} blok telah berubah bentuk.", + "worldedit.hollow.changed": "{0} blok telah diubah.", + "worldedit.forest.created": "{0} pohon dibuat.", + "worldedit.flora.created": "{0} flora dibuat.", + "worldedit.unstuck.moved": "Ini dia!", + "worldedit.ascend.obstructed": "Tidak ada tempat kosong diatas yang anda temukan.", + "worldedit.ascend.moved": "Naik {0} level.", + "worldedit.descend.obstructed": "Tidak ada tempat kosong dibawah yang anda temukan.", + "worldedit.descend.moved": "Turun {0} level.", + "worldedit.ceil.obstructed": "Tidak ada tempat kosong diatas yang anda temukan.", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.obstructed": "Tidak ada tempat di depan yang anda temukan.", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Poof!", + "worldedit.jumpto.none": "Tidak ada blok dalam pandangan (atau terlalu jauh)!", + "worldedit.up.obstructed": "Anda akan mengenai sesuatu di atas anda.", + "worldedit.up.moved": "Woosh!", + "worldedit.cyl.invalid-radius": "Anda harus menentukan 1 atau 2 nilai radius.", + "worldedit.cyl.created": "{0} blok telah dibuat.", + "worldedit.sphere.invalid-radius": "Anda harus menentukan 1 atau 3 nilai radius.", + "worldedit.sphere.created": "{0} blok telah dibuat.", + "worldedit.forestgen.created": "{0} pohon dibuat.", + "worldedit.pumpkins.created": "{0} tambalan labu dibuat.", + "worldedit.pyramid.created": "{0} blok telah dibuat.", + "worldedit.generate.created": "{0} blok telah dibuat.", + "worldedit.generatebiome.changed": "{0} bioma terpengaruh.", + "worldedit.reload.config": "Konfigurasi dimuat ulang!", + "worldedit.report.written": "Laporan WorldEdit ditulis di {0}", + "worldedit.report.error": "Gagal membuat laporan: {0}", + "worldedit.report.callback": "Laporan WorldEdit: {0}.melaporkan", + "worldedit.timezone.invalid": "Zona waktu tidak valid", + "worldedit.timezone.set": "Zona waktu disetel untuk sesi ini ke: {0}", + "worldedit.timezone.current": "Waktu sekarang di zona waktu itu adalah: {0}", + "worldedit.version.version": "Versi WorldEdit {0}", + "worldedit.version.bukkit.unsupported-adapter": "Versi WorldEdit ini tidak sepenuhnya mendukung versi Bukkit anda. Blok entiti (misalnya peti) akan kosong, properti blok (misalnya rotasi) akan hilang, dan hal lain mungkin tak akan bekerja. Perbarui WorldEdit untuk mengembalikan fungsi ini:\n{0}", + "worldedit.trace.no-tracing-extents": "Jejak: Tidak ada batas yang digunakan.", + "worldedit.trace.action-failed": "Jejak: Aksi {0} di {1} dibuang sejauh {2}", + "worldedit.trace.active.already": "Mode jejak sudah aktif.", + "worldedit.trace.inactive.already": "Mode jejak sudah nonaktif.", + "worldedit.trace.active": "Mode jejak telah diaktifkan.", + "worldedit.trace.inactive": "Mode jejak telah dinonaktifkan.", + "worldedit.command.time-elapsed": "{0} berlalu (sejarah: {1} diubah; {2} blok/detik).", + "worldedit.command.permissions": "Anda tidak diizinkan melakukan itu. Apakah anda dalam mode yang benar?", + "worldedit.command.player-only": "Perintah ini harus digunakan dengan pemain.", + "worldedit.command.error.report": "Tolong laporkan kesalahan ini: [Lihat konsol]", + "worldedit.pastebin.uploading": "(Mohon tunggu... mengirim keluaran ke pastebin...)", + "worldedit.session.cant-find-session": "Tidak dapat menemukan sesi untuk {0}", + "worldedit.platform.no-file-dialog": "Berkas dialog tidak didukung di lingkungan anda.", + "worldedit.asset.load.loading": "(Mohon tunggu... memuat aset.)", + "worldedit.asset.load.still-loading": "(Mohon tunggu... masih memuat aset.)", + "worldedit.asset.load.failed": "Gagal memuat aset", + "worldedit.tool.max-block-changes": "Batas perubahan blok maksimal dicapai.", + "worldedit.tool.no-block": "Tidak ada blok dalam pandangan!", + "worldedit.tool.repl.equip": "Alat pengganti blok terikat ke {0}.", + "worldedit.tool.repl.switched": "Alat pengganti beralih ke: {0}", + "worldedit.tool.data-cycler.equip": "Alat siklus data blok terikat ke {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Anda tidak diizinkan untuk memutar nilai data blok itu.", + "worldedit.tool.data-cycler.cant-cycle": "Data blok tersebut tidak dapat diputar!", + "worldedit.tool.data-cycler.new-value": "Nilai {0} sekarang {1}.", + "worldedit.tool.data-cycler.cycling": "Sekarang memutar {0}.", + "worldedit.tool.deltree.equip": "Alat penghapus pohon yang mengambang terikat ke {0}.", + "worldedit.tool.deltree.not-tree": "Itu bukan pohon.", + "worldedit.tool.deltree.not-floating": "Itu bukan pohon yang mengambang.", + "worldedit.tool.tree.equip": "Alat pohon terikat ke {0}.", + "worldedit.tool.tree.obstructed": "Sebuah pohon tidak bisa pergi kesana.", + "worldedit.tool.info.equip": "Alat info terikat ke {0}.", + "worldedit.tool.info.blockstate.hover": "Keadaan blok", + "worldedit.tool.info.internalid.hover": "ID Internal", + "worldedit.tool.info.legacy.hover": "Id lama:data", + "worldedit.tool.info.light.hover": "Blok Cahaya/Cahaya Di atas", + "worldedit.tool.none.equip": "Alat lepas dari item anda saat ini.", + "worldedit.tool.none.to.unequip": "Item anda sekarang tidak terikat.", + "worldedit.tool.selwand.equip": "Pilihan tongkat terikat ke {0}.", + "worldedit.tool.navwand.equip": "Tongkat Navigasi terikat ke {0}.", + "worldedit.tool.floodfill.equip": "Alat pengisi blok terikat ke {0}.", + "worldedit.tool.farwand.equip": "Alat tongkat jauh terikat ke {0}.", + "worldedit.tool.lrbuild.equip": "Alat bangunan jarak jauh terikat ke {0}.", + "worldedit.tool.lrbuild.set": "Klik kiri setel ke {0}; klik kanan setel ke {1}.", + "worldedit.tool.stack.equip": "Alat tumpukan terikat ke {0}.", + "worldedit.tool.unbind-instruction": "Jalankan {0} sambil memegang item untuk melepaskannya.", + "worldedit.tool.superpickaxe.mode.single": "Mode sekarang sendiri. Klik kiri dengan beliung. // untuk menonaktifkan.", + "worldedit.tool.superpickaxe.mode.area": "Mode sekarang area. Klik kiri dengan beliung. // untuk menonaktifkan.", + "worldedit.tool.superpickaxe.mode.recursive": "Mode sekarang rekursif. Klik kiri dengan beliung. // untuk menonaktifkan.", + "worldedit.tool.superpickaxe.max-range": "Jarak maksimum adalah {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Beliung super sudah diaktifkan.", + "worldedit.tool.superpickaxe.disabled.already": "Beliung super sudah dinonaktifkan.", + "worldedit.tool.superpickaxe.enabled": "Beliung super diaktifkan.", + "worldedit.tool.superpickaxe.disabled": "Beliung super dinonaktifkan.", + "worldedit.tool.mask.set": "Setel masker kuas.", + "worldedit.tool.mask.disabled": "Topeng kuas dinonaktifkan.", + "worldedit.tool.material.set": "Setel material kuas.", + "worldedit.tool.range.set": "Setel jarak kuas.", + "worldedit.tool.size.set": "Setel ukuran kuas.", + "worldedit.tool.tracemask.set": "Setel jejak masker.", + "worldedit.tool.tracemask.disabled": "Jejak masker dinonaktifkan.", + "worldedit.tool.error.cannot-bind": "Tidak dapat mengikat alat ke {0}: {1}", + "worldedit.tool.error.item-only": "Blok tidak dapat digunakan.", + "worldedit.execute.script-permissions": "Anda tidak memiliki izin untuk menggunakan skrip tersebut.", + "worldedit.executelast.no-script": "Gunakan /cs dengan nama skrip dahulu.", + "worldedit.script.read-error": "Kesalahan pembaca skrip: {0}", + "worldedit.script.unsupported": "Hanya skrip .js yang sekarang didukung", + "worldedit.script.file-not-found": "Skrip tidak ada: {0}", + "worldedit.script.no-script-engine": "Gagal menemukan mesin skrip yang terinstal.\nMohon lihat https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Gagal mengeksekusi: {0}", + "worldedit.script.failed-console": "Gagal mengeksekusi (lihat konsol): {0}", + "worldedit.operation.affected.biome": "{0} bioma terpengaruh", + "worldedit.operation.affected.block": "{0} blok terpengaruh", + "worldedit.operation.affected.column": "{0} kolom terpengaruh", + "worldedit.operation.affected.entity": "{0} entiti terpengaruh", + "worldedit.operation.deform.expression": "cacat menggunakan {0}", + "worldedit.error.invalid-number": "Jumlah diharapkan; string diberikan.", + "worldedit.error.invalid-number.matches": "Jumlah diharapkan; string \"{0}\" diberikan.", + "worldedit.error.incomplete-region": "Tentukan dahulu pemilihan wilayah.", + "worldedit.error.unknown-block": "Nama blok '{0}' tidak dikenali.", + "worldedit.error.unknown-entity": "Nama entiti '{0}' tidak dikenali.", + "worldedit.error.unknown-mob": "Nama mob '{0}' tidak dikenali.", + "worldedit.error.unknown-biome": "Nama bioma '{0}' tidak dikenali.", + "worldedit.error.unknown-tag": "Nama tag '{0}' tidak dikenali.", + "worldedit.error.empty-tag": "Nama tag '{0}' tidak ada isinya.", + "worldedit.error.no-match": "Tidak ada yang cocok untuk '{0}'.", + "worldedit.error.disallowed-block": "Blok '{0}' tidak diperbolehkan (lihat konfigurasi WorldEdit).", + "worldedit.error.max-changes": "Blok maksimum diubah dalam operasi tercapai ({0}).", + "worldedit.error.max-brush-radius": "Radius maksimal kuas (dalam konfigurasi): {0}", + "worldedit.error.max-radius": "Radius maksimum (dalam konfigurasi): {0}", + "worldedit.error.unknown-direction": "Arah tidak diketahui: {0}", + "worldedit.error.empty-clipboard": "Papan klip anda kosong. Gunakan //copy dahulu.", + "worldedit.error.invalid-filename": "Nama berkas '{0}' tidak valid: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Karakter tidak valid atau ekstensi hilang", + "worldedit.error.file-resolution": "Berkas '{0}' kesalahan resolusi: {1}", + "worldedit.error.file-resolution.outside-root": "Jalur berada di luar root yang diizinkan", + "worldedit.error.file-resolution.resolve-failed": "Gagal menyelesaikan jalan", + "worldedit.error.file-aborted": "Pemilihan berkas dibatalkan.", + "worldedit.error.no-file-selected": "Tidak ada berkas yang dipilih.", + "worldedit.error.world-unloaded": "Dunia sudah dibongkar.", + "worldedit.error.not-a-block": "Item ini bukan sebuah blok.", + "worldedit.error.not-a-block.item": "Item '{0}' bukan sebuah blok.", + "worldedit.error.incorrect-usage": "Penggunaan: {0}", + "worldedit.error.invalid-page": "Nomor halaman tidak valid", + "worldedit.error.parser.bad-state-format": "Format keadaan buruk di {0}", + "worldedit.error.parser.duplicate-property": "Duplikat properti: {0}", + "worldedit.error.parser.empty-state": "Bagian dalam keadaan kosong", + "worldedit.error.parser.missing-equals-separator": "Pemisah '=' tidak ada", + "worldedit.error.parser.clipboard.missing-offset": "Offset ditentukan dengan @ tetapi tidak ada offset yang diberikan. Gunakan '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Properti tidak diketahui '{0}' untuk blok '{1}'", + "worldedit.error.parser.unknown-value": "Nilai tidak diketahui '{0}' untuk properti '{1}'", + "worldedit.error.parser.empty-property": "Properti dalam keadaan kosong", + "worldedit.error.parser.empty-value": "Nilai dalam keadaan kosong", + "worldedit.error.parser.invalid-colon": "Titik dua tidak valid.", + "worldedit.error.parser.invalid-expression": "Ekspresi yang tidak valid: {0}", + "worldedit.error.parser.negate-nothing": "Tidak dapat meniadakan apapun!", + "worldedit.error.parser.hanging-lbracket": "Format tidak valid. Braket gantung di '{0}'.", + "worldedit.error.parser.missing-rbracket": "Keadaan tidak memiliki jejak ']'", + "worldedit.error.parser.missing-random-type": "Kehilangan tipe setelah simbol % untuk '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Offset papan klip membutuhkan koordinat x,y,z.", + "worldedit.error.parser.player-only": "Input '{0}' membutuhkan pemain!", + "worldedit.error.disabled": "Fungsi ini dinonaktifkan (lihat konfigurasi WorldEdit).", + "worldedit.error.unknown": "Terjadi kesalahan yang tidak diketahui: {0}", + "worldedit.error.missing-extent": "Tidak ada Luas yang diketahui", + "worldedit.error.missing-session": "Tidak ada SesiLokal yang diketahui", + "worldedit.error.missing-world": "Anda harus menyediakan dunia (Coba //world)", + "worldedit.error.missing-actor": "Tidak ada aktor yang diketahui", + "worldedit.selection.convex.info.vertices": "Sudut: {0}", + "worldedit.selection.convex.info.triangles": "Segitiga: {0}", + "worldedit.selection.convex.explain.primary": "Memulai seleksi baru dengan simpul {0}.", + "worldedit.selection.convex.explain.secondary": "Menambahkan simpul {0} ke pilihan.", + "worldedit.selection.cuboid.info.pos1": "Posisi 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Posisi 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Posisi pertama disetel di {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Posisi pertama disetel di {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Posisi kedua disetel di {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Posisi kedua disetel di {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Pilihan dimulai di {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Pilihan tambahan untuk mencakup {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Pusat: {0}", + "worldedit.selection.ellipsoid.info.radius": "Radius X/Y/Z: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Posisi pusat disetel ke {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Posisi pusat disetel ke {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radius disetel ke {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius disetel ke {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Perubahan elipsoid harus merata untuk setiap dimensi.", + "worldedit.selection.cylinder.info.center": "Pusat: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Memulai pemilihan silinder baru di {0}.", + "worldedit.selection.cylinder.explain.secondary": "Radius disetel di {0}/{1} blok. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Anda harus memilih titik pusat sebelum menyetel radius.", + "worldedit.selection.cylinder.error.even-horizontal": "Perubahan silinder harus merata untuk setiap dimensi horizontal.", + "worldedit.selection.polygon2d.info": "# poin: {0}", + "worldedit.selection.polygon2d.explain.primary": "Memulai poligon baru di {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Ditambahkan poin #{0} di {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Poligon hanya bisa diperluas secara vertikal.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Poligon hanya bisa dikontrak secara vertikal.", + "worldedit.selection.sphere.explain.secondary": "Radius disetel ke {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius disetel ke {0} ({1}).", + "worldedit.selection.null.error.immutable": "Tidak dapat mengubah WilayahNull.", + "worldedit.selection.intersection.error.cannot-expand": "Tidak dapat memperluas persimpangan wilayah.", + "worldedit.selection.intersection.error.cannot-contract": "Tidak dapat mengontrak persimpangan wilayah.", + "worldedit.selection.transform.error.cannot-expand": "Tidak dapat memperluas Wilayah yang Diubah.", + "worldedit.selection.transform.error.cannot-contract": "Tidak dapat mengontrak Wilayah yang Diubah.", + "worldedit.selection.transform.error.cannot-change": "Tidak dapat mengubah Wilayah yang Diubah.", + "worldedit.sideeffect.lighting": "Pencahayaan", + "worldedit.sideeffect.lighting.description": "Perbarui pencahayaan blok", + "worldedit.sideeffect.neighbors": "Tetangga", + "worldedit.sideeffect.neighbors.description": "Memberitahu blok perubahan terdekat", + "worldedit.sideeffect.update": "Pembaruan", + "worldedit.sideeffect.update.description": "Memberitahu blok yang diubah", + "worldedit.sideeffect.validation": "Validasi", + "worldedit.sideeffect.validation.description": "Memvalidasi dan perbaikan keadaan dunia yang tidak konsisten, seperti blok yang terputus", + "worldedit.sideeffect.entity_ai": "AI entiti", + "worldedit.sideeffect.entity_ai.description": "Memperbarui jalur AI entiti untuk perubahan blok", + "worldedit.sideeffect.events": "Acara Mod/Plugin", + "worldedit.sideeffect.events.description": "Memberitahu mod/plugin lain tentang perubahan ini jika berlaku", + "worldedit.sideeffect.state.on": "Aktif", + "worldedit.sideeffect.state.delayed": "Tertunda", + "worldedit.sideeffect.state.off": "Nonaktif", + "worldedit.sideeffect.box.current": "Saat ini", + "worldedit.sideeffect.box.change-to": "Klik untuk menyetel ke {0}", + "worldedit.help.command-not-found": "Perintah '{0}' tidak dapat ditemukan.", + "worldedit.help.no-subcommands": "'{0}' tidak memiliki sub-perintah. (Mungkin '{1}' adalah untuk parameter?)", + "worldedit.help.subcommand-not-found": "Sub-perintah '{0}' dibawah '{1}' tidak dapat ditemukan.", + "worldedit.cli.stopping": "Menghentikan!", + "worldedit.cli.unknown-command": "Perintah tidak diketahui!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/ido/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/ido/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/ido/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/ig/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/ig/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/ig/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/is/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/is/strings.json new file mode 100644 index 0000000..1abfeb0 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/is/strings.json @@ -0,0 +1,5 @@ +{ + "worldedit.expand.description.vert": "Framlengja valiУА svУІУАi lУГУАrУЉtt aУА heimsmУЖrkum.", + "worldedit.expand.expanded": "ValiУА svУІУАi framlengt um {0} kubba", + "worldedit.expand.expanded.vert": "ValiУА svУІУАi framlengt um {0} kubba (frУЁ botni til topps)." +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/it/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/it/strings.json new file mode 100644 index 0000000..37dd8c3 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/it/strings.json @@ -0,0 +1,414 @@ +{ + "worldedit.expand.description.vert": "Espandi la selezione verticalmente fino ai limiti del mondo.", + "worldedit.expand.expanded": "Regione aumentata di {0} blocchi", + "worldedit.expand.expanded.vert": "Regione aumentata di {0} blocchi (dall'alto al basso).", + "worldedit.biomeinfo.lineofsight": "Biomi nel punto inquadrato: {0}", + "worldedit.biomeinfo.position": "Biomi alla tua posizione: {0}", + "worldedit.biomeinfo.selection": "Biomi nella tua selezione: {0}", + "worldedit.brush.radius-too-large": "Massimo raggio pennello: {0}", + "worldedit.brush.apply.description": "Applica pennello, applica una funzione ad ogni blocco", + "worldedit.brush.apply.radius": "La dimensione del pennello", + "worldedit.brush.apply.shape": "La forma della regione", + "worldedit.brush.apply.type": "Tipo di pennello da usare", + "worldedit.brush.apply.item.warning": "Questo pennello simula l'uso di un oggetto. I suoi effetti potrebbero non funzionare su tutte le piattaforme, potrebbero non essere annullabili, e potrebbero causare strane interazioni con altre mod/plugin. Usare a proprio rischio.", + "worldedit.brush.paint.description": "Pennello vernice, applica una funzione ad una superficie", + "worldedit.brush.paint.size": "La dimensione del pennello", + "worldedit.brush.paint.shape": "La forma della regione", + "worldedit.brush.paint.density": "La densitУ  del pennello", + "worldedit.brush.paint.type": "Tipo di pennello da usare", + "worldedit.brush.paint.item.warning": "Questo pennello simula l'uso di un oggetto. I suoi effetti potrebbero non funzionare su tutte le piattaforme, potrebbero non essere annullabili, e potrebbero causare strane interazioni con altre mod/plugin. Usare a proprio rischio.", + "worldedit.brush.sphere.equip": "Pennello a sfera equipaggiato ({0}).", + "worldedit.brush.cylinder.equip": "Pennello a cilindro equipaggiato ({0} per {1}).", + "worldedit.brush.clipboard.equip": "Pennello appunti equipaggiato.", + "worldedit.brush.smooth.equip": "Pennello liscio equipaggiato ({0} x {1}x utilizzando {2}).", + "worldedit.brush.extinguish.equip": "Estintore equipaggiato ({0}).", + "worldedit.brush.gravity.equip": "Pennello gravitУ  equipaggiato ({0}).", + "worldedit.brush.butcher.equip": "Pennello macellaio equipaggiato ({0}).", + "worldedit.brush.operation.equip": "Imposta pennello a {0}.", + "worldedit.brush.heightmap.equip": "Pennello heightmap equipaggiato ({0}).", + "worldedit.brush.heightmap.unknown": "Pennello heightmap sconosciuto: {0}.", + "worldedit.brush.none.equip": "Pennello scollegato dall'oggetto corrente.", + "worldedit.setbiome.changed": "I biomi sono stati modificati in circa {0} blocchi.", + "worldedit.setbiome.warning": "Potresti dover uscire e rientrare dalla partita (o chiudere e riaprire il tuo mondo) per vedere le modifiche.", + "worldedit.drawsel.disabled": "Server CUI disabilitato.", + "worldedit.drawsel.disabled.already": "Server CUI giУ  disabilitato.", + "worldedit.drawsel.enabled.already": "Server CUI giУ  abilitato.", + "worldedit.limit.too-high": "Il tuo limite massimo consentito УЈ {0}.", + "worldedit.limit.set": "Limite di modifica blocco impostato a {0}.", + "worldedit.limit.return-to-default": "(Usa //limit per tornare al predefinito.)", + "worldedit.timeout.too-high": "Il tuo timeout massimo consentito УЈ {0}ms.", + "worldedit.timeout.set": "Timeout impostato a {0} ms.", + "worldedit.timeout.return-to-default": " (Usa //timeout per tornare al predefinito.)", + "worldedit.fast.disabled": "ModalitУ  veloce disabilitata.", + "worldedit.fast.enabled": "ModalitУ  veloce attivata. L'illuminazione nei chunk interessati potrebbe essere sbagliata e/o potresti dover rientrare per vedere le modifiche.", + "worldedit.fast.disabled.already": "ModalitУ  veloce giУ  disabilitata.", + "worldedit.fast.enabled.already": "ModalitУ  veloce giУ  abilitata.", + "worldedit.perf.sideeffect.set": "Effetto collaterale \"{0}\" impostato a {1}", + "worldedit.perf.sideeffect.get": "Effetto collaterale \"{0}\" УЈ impostato a {1}", + "worldedit.perf.sideeffect.already-set": "Effetto collaterale \"{0}\" УЈ giУ  impostato a {1}", + "worldedit.perf.sideeffect.set-all": "Tutti gli effetti collaterali impostati su {0}", + "worldedit.reorder.current": "La modalitУ  riordino УЈ {0}", + "worldedit.reorder.set": "La modalitУ  riordino УЈ ora {0}", + "worldedit.gmask.disabled": "Maschera globale disabilitata.", + "worldedit.gmask.set": "Maschera globale impostata.", + "worldedit.toggleplace.pos1": "Posizionando a pos #1.", + "worldedit.toggleplace.player": "Posizionando al blocco in cui ti trovi.", + "worldedit.toggleplace.not-locatable": "Impossibile attivare o disattivare il posizionamento in questo contesto.", + "worldedit.searchitem.too-short": "Inserisci una stringa di ricerca piУЙ lunga (lun > 2).", + "worldedit.searchitem.either-b-or-i": "Non puoi usare contemporaneamente sia i flag 'b' che 'i'.", + "worldedit.searchitem.searching": "(Attendere prego... ricerca di oggetti)", + "worldedit.watchdog.no-hook": "Questa piattaforma non ha agganci per il watchdog.", + "worldedit.watchdog.active.already": "Aggancio watchdog giУ  attivo.", + "worldedit.watchdog.inactive.already": "Aggancio watchdog giУ  inattivo.", + "worldedit.watchdog.active": "Aggancio watchdog ora attivo.", + "worldedit.watchdog.inactive": "Agancio watchdog ora inattivo.", + "worldedit.world.remove": "Override del mondo rimosso.", + "worldedit.world.set": "Imposta l'override del mondo a {0}. (Usa //world per tornare ai valori predefiniti)", + "worldedit.undo.undone": "Annullate {0} modifiche disponibili.", + "worldedit.undo.none": "Niente da annullare.", + "worldedit.redo.redone": "Rifatte {0} modifiche disponibili.", + "worldedit.redo.none": "Niente da rifare.", + "worldedit.clearhistory.cleared": "Cronologia cancellata.", + "worldedit.raytrace.noblock": "Nessun blocco in vista!", + "worldedit.restore.not-configured": "Non УЈ stato configurato il ripristino di snapshot/backup.", + "worldedit.restore.not-available": "Questo snapshot non esiste o non УЈ disponibile.", + "worldedit.restore.failed": "Caricamento snapshot fallito: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' caricato; ripristino in corso...", + "worldedit.restore.restored": "Ripristinato; {0} chunk mancanti e {1} altri errori.", + "worldedit.restore.none-for-specific-world": "Nessuno snapshot trovato per il mondo '{0}'.", + "worldedit.restore.none-for-world": "Nessuno snapshot trovato per questo mondo.", + "worldedit.restore.none-found": "Nessuno snapshot trovato.", + "worldedit.restore.none-found-console": "Nessuno snapshot trovato. Vedi la console per i dettagli.", + "worldedit.restore.chunk-not-present": "I chunk non sono presenti nello snapshot.", + "worldedit.restore.chunk-load-failed": "Non УЈ stato possibile caricare nessun chunk. (Archivio difettoso?)", + "worldedit.restore.block-place-failed": "Gli errori non hanno permesso il ripristino di nessun blocco.", + "worldedit.restore.block-place-error": "Ultimo errore: {0}", + "worldedit.snapshot.use.newest": "Snapshot piУЙ recente in uso.", + "worldedit.snapshot.use": "Snapshot impostato a: {0}", + "worldedit.snapshot.none-before": "Impossibile trovare uno snapshot prima di {0}.", + "worldedit.snapshot.none-after": "Impossibile trovare uno snapshot successivo a {0}.", + "worldedit.snapshot.index-above-0": "Indice errato, deve essere maggiore o uguale a 1.", + "worldedit.snapshot.index-oob": "Indice errato, deve essere compreso tra 1 e {0}.", + "worldedit.schematic.unknown-format": "Formato di schematic sconosciuto: {0}.", + "worldedit.schematic.load.does-not-exist": "La schematic {0} non esiste!", + "worldedit.schematic.load.loading": "(Attendere prego... caricamento della schematic.)", + "worldedit.schematic.load.still-loading": "(Attendere prego... caricamento della schematic ancora in corso.)", + "worldedit.schematic.save.already-exists": "La schematic esiste giУ . Usa il flag -f per sovrascriverlo.", + "worldedit.schematic.save.failed-directory": "Impossibile creare la cartella per le schematic!", + "worldedit.schematic.save.saving": "(Attendere prego... salvataggio della schematic.)", + "worldedit.schematic.save.still-saving": "(Attendere prego... salvataggio della schematic ancora in corso.)", + "worldedit.schematic.delete.does-not-exist": "La schematic {0} non esiste!", + "worldedit.schematic.delete.failed": "Eliminazione di {0} fallita! Уˆ in sola lettura?", + "worldedit.schematic.delete.deleted": "{0} УЈ stato cancellato.", + "worldedit.schematic.formats.title": "Formati disponibili per gli appunti (Nome: Cerca nomi)", + "worldedit.schematic.unsupported-minecraft-version": "Questa versione di WorldEdit non supporta la tua versione di Minecraft. Le schematic non funzioneranno finchУЉ non sarУ  risolto.", + "worldedit.pos.already-set": "Posizione giУ  impostata.", + "worldedit.pos.console-require-coords": "Уˆ necessario fornire le coordinate come console.", + "worldedit.hpos.no-block": "Nessun blocco in vista!", + "worldedit.hpos.already-set": "Posizione giУ  impostata.", + "worldedit.chunk.selected-multiple": "Chunk selezionati: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk selezionati: {0}, {1}, {2}", + "worldedit.wand.invalid": "Bacchetta mal configurata o disabilitata.", + "worldedit.wand.selwand.info": "Click sinistro: seleziona pos #1; Click destro: seleziona pos #2", + "worldedit.wand.navwand.info": "Click sinistro: salta alla posizione; Click destro: passa attraverso i muri", + "worldedit.wand.selwand.now.tool": "La bacchetta selezione УЈ ora uno strumento normale. Уˆ possibile disabilitarla con {0} e riassociarla a qualsiasi oggetto con {1} oppure ottenere una nuova bacchetta con {2}.", + "worldedit.contract.contracted": "Regione ristretta di {0} blocchi.", + "worldedit.shift.shifted": "Regione spostata.", + "worldedit.outset.outset": "Inizio della regione.", + "worldedit.inset.inset": "Inserto della regione.", + "worldedit.size.offset": "Offset: {0}", + "worldedit.size.type": "Tipo: {0}", + "worldedit.size.size": "Dimensione: {0}", + "worldedit.size.distance": "Distanza cuboide: {0}", + "worldedit.size.blocks": "# di blocchi: {0}", + "worldedit.count.counted": "Conteggiato: {0}", + "worldedit.distr.no-blocks": "Nessun blocco trovato.", + "worldedit.distr.no-previous": "Nessuna distribuzione precedente.", + "worldedit.distr.total": "Conteggio totale di blocchi: {0}", + "worldedit.select.cleared": "Selezione cancellata.", + "worldedit.select.cuboid.message": "Cuboid: click sinistro per il punto 1, click destro per il punto 2", + "worldedit.select.cuboid.description": "Seleziona due vertici di un cuboide", + "worldedit.select.extend.message": "Cuboid: click sinistro per il punto di partenza, tasto destro per estendere", + "worldedit.select.extend.description": "ModalitУ  selezione cuboide veloce", + "worldedit.select.poly.message": "Selettore poligono 2D: Click sinistro/destro per aggiungere un punto.", + "worldedit.select.poly.limit-message": "Massimo {0} punti.", + "worldedit.select.poly.description": "Selezionare un poligono 2D con altezza", + "worldedit.select.ellipsoid.message": "Selettore ellissoide: click sinistro=centro, click destro per estendere", + "worldedit.select.ellipsoid.description": "Seleziona un ellissoide", + "worldedit.select.sphere.message": "Selettore fonte: click sinistro=centro, click destro per impostare il raggio", + "worldedit.select.sphere.description": "Seleziona una sfera", + "worldedit.select.cyl.message": "Selettore cilindrico: Click sinistro=centro, click destro per estendere", + "worldedit.select.cyl.description": "Seleziona un cilindro", + "worldedit.select.convex.message": "Selettore poliedrico convesso: click sinistro=Primo vertice, click destro per aggiungerne altri.", + "worldedit.select.convex.limit-message": "Massimo {0} punti.", + "worldedit.select.convex.description": "Seleziona un poliedro convesso", + "worldedit.select.default-set": "Il selettore regione predefinito УЈ ora {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Vecchio formato: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: regione/{0}", + "worldedit.listchunks.listfor": "Lista dei chunk per: {0}", + "worldedit.drain.drained": "{0} blocchi sono stati drenati.", + "worldedit.fill.created": "{0} blocchi sono stati riempiti.", + "worldedit.fillr.created": "{0} blocchi sono stati riempiti.", + "worldedit.fixlava.fixed": "{0} blocchi sono stati risolti.", + "worldedit.fixwater.fixed": "{0} blocchi sono stati sistemati.", + "worldedit.removeabove.removed": "{0} blocchi sono stati rimossi.", + "worldedit.removebelow.removed": "{0} blocchi sono stati rimossi.", + "worldedit.removenear.removed": "{0} blocchi sono stati rimossi.", + "worldedit.replacenear.replaced": "{0} blocchi sono stati rimpiazzati.", + "worldedit.snow.created": "{0} superfici sono state coperte.", + "worldedit.thaw.removed": "{0} blocchi sono stati sciolti.", + "worldedit.green.changed": "{0} blocchi hanno di nuovo una vegetazione.", + "worldedit.extinguish.removed": "{0} Fiamme sono stante estinte.", + "worldedit.butcher.killed": "{0} mob sono stati uccisi in un raggio di {1}.", + "worldedit.butcher.explain-all": "Usa -1 per rimuovere tutti i mob nei chunk caricati", + "worldedit.remove.removed": "{0} entitУ  sono state contrassegnate per la rimozione.", + "worldedit.remove.explain-all": "Usa -1 per rimuovere tutti i mob nei chunk caricati", + "worldedit.calc.invalid": "'{0}' non puУВ essere interpretato come espressione valida", + "worldedit.calc.invalid.with-error": "'{0}' non puУВ essere interpretato come espressione valida: '{1}'", + "worldedit.paste.pasted": "Gli appunti sono stati incollati a {0}", + "worldedit.paste.selected": "Regione di incollo degli appunti selezionata.", + "worldedit.rotate.no-interpolation": "Nota: l'interpolazione non УЈ ancora supportata, sono raccomandati angoli multipli di 90 gradi.", + "worldedit.rotate.rotated": "La copia negli appunti УЈ stata ruotata.", + "worldedit.flip.flipped": "La copia negli appunti УЈ stata capovolta.", + "worldedit.clearclipboard.cleared": "Appunti eliminati.", + "worldedit.set.done": "Operazione completata.", + "worldedit.set.done.verbose": "Operazione completata ({0}).", + "worldedit.line.changed": "{0} blocchi sono stati cambiati.", + "worldedit.line.invalid-type": "//line funziona solo con le selezioni cuboidi o poliedriche convesse", + "worldedit.curve.changed": "{0} blocchi sono stati cambiati.", + "worldedit.curve.invalid-type": "//curva funziona solo con selezioni poliedriche convesse", + "worldedit.replace.replaced": "{0} blocchi sono stati rimpiazzati.", + "worldedit.stack.changed": "{0} blocchi modificati. Annulla con //undo", + "worldedit.stack.intersecting-region": "L'offset dello stack non deve collidere con la regione quando si usano le unitУ  blocco", + "worldedit.regen.regenerated": "Regione rigenerata.", + "worldedit.regen.failed": "Impossibile rigenerare i chunk. Controlla la console per i dettagli.", + "worldedit.walls.changed": "{0} blocchi sono stati cambiati.", + "worldedit.faces.changed": "{0} blocchi sono stati cambiati.", + "worldedit.overlay.overlaid": "{0} blocchi sono stati sovrapposti.", + "worldedit.naturalize.naturalized": "{0} blocchi sono stati modificati per sembrare piУЙ naturali.", + "worldedit.center.changed": "Centro impostato. ({0} blocchi cambiati)", + "worldedit.smooth.changed": "Heightmap del terreno levigata. {0} blocchi sono cambiati.", + "worldedit.move.moved": "{0} blocchi spostati.", + "worldedit.deform.deformed": "{0} blocchi sono stati deformati.", + "worldedit.hollow.changed": "{0} blocchi sono stati cambiati.", + "worldedit.forest.created": "{0} alberi creati.", + "worldedit.flora.created": "{0} flora creata.", + "worldedit.unstuck.moved": "Ecco fatto!", + "worldedit.ascend.obstructed": "Nessun punto libero trovato sopra di te.", + "worldedit.ascend.moved": "{0} livelli ascesi.", + "worldedit.descend.obstructed": "Nessun punto libero trovato sotto di te.", + "worldedit.descend.moved": "{0} livelli discesi.", + "worldedit.ceil.obstructed": "Nessun punto libero trovato sopra di te.", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.obstructed": "Nessun punto libero trovato davanti.", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Poof!", + "worldedit.jumpto.none": "Nessun blocco in vista (o troppo lontano)!", + "worldedit.up.obstructed": "Colpiresti qualcosa sopra di te.", + "worldedit.up.moved": "Woosh!", + "worldedit.cyl.invalid-radius": "Уˆ necessario specificare 1 o 2 valori di raggio.", + "worldedit.cyl.created": "{0} blocchi creati.", + "worldedit.sphere.invalid-radius": "Уˆ necessario specificare 1 o 3 valori di raggio.", + "worldedit.sphere.created": "{0} blocchi creati.", + "worldedit.forestgen.created": "{0} alberi creati.", + "worldedit.pumpkins.created": "{0} patch di zucca create.", + "worldedit.pyramid.created": "{0} blocchi creati.", + "worldedit.generate.created": "{0} blocchi creati.", + "worldedit.generatebiome.changed": "{0} biomi modificati.", + "worldedit.reload.config": "Configurazioni ricaricate!", + "worldedit.report.written": "Report di WorldEdit scritto in {0}", + "worldedit.report.error": "Fallita la scrittura del report {0}", + "worldedit.report.callback": "Report WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Timezone non valida", + "worldedit.timezone.set": "Timezone impostata a: {0} per questa sessione", + "worldedit.timezone.current": "L'ora corrente in quella timezone УЈ: {0}", + "worldedit.version.version": "WorldEdit versione {0}", + "worldedit.version.bukkit.unsupported-adapter": "Questa versione di WorldEdit non supporta completamente la tua versione di Bukkit. Le block entities (ad esempio le casse) saranno vuote, le block properties (ad esempio la rotazione) mancherУ  e altre cose potrebbero non funzionare. Aggiorna WorldEdit per ripristinare questa funzionalitУ :\n{0}", + "worldedit.trace.no-tracing-extents": "Traccia: Non УЈ stata utilizzata alcuna estensione.", + "worldedit.trace.action-failed": "Traccia: Azione(i) {0} a {1} scartata dall'estensione {2}", + "worldedit.trace.active.already": "ModalitУ  traccia giУ  attivata.", + "worldedit.trace.inactive.already": "ModalitУ  traccia giУ  disattivata.", + "worldedit.trace.active": "ModalitУ  traccia attivata.", + "worldedit.trace.inactive": "ModalitУ  traccia disattivata.", + "worldedit.command.time-elapsed": "{0}s trascorsi (cronologia: {1} cambiati; {2} blocchi/sec).", + "worldedit.command.permissions": "Non hai i permessi per farlo. Sei nella modalitУ  giusta?", + "worldedit.command.player-only": "Questo comando deve essere usato con un giocatore.", + "worldedit.command.error.report": "Si prega di segnalare questo errore: [Vedi console]", + "worldedit.pastebin.uploading": "(Si prega di attendere... sto inviando l'output a pastebin...)", + "worldedit.session.cant-find-session": "Impossibile trovare la sessione per {0}", + "worldedit.platform.no-file-dialog": "File dialogs non supportati in questo ambiente.", + "worldedit.asset.load.loading": "(Attendere prego... caricamento della risorsa.)", + "worldedit.asset.load.still-loading": "(Attendere prego... caricamento della risorsa ancora in corso.)", + "worldedit.asset.load.failed": "Caricamento della risorsa fallito", + "worldedit.tool.max-block-changes": "Limite massimo di modifica blocchi raggiunto.", + "worldedit.tool.no-block": "Nessun blocco in vista!", + "worldedit.tool.repl.equip": "Strumento rimpiazza blocco associato a {0}.", + "worldedit.tool.repl.switched": "Strumento rimpiazzante cambiato con: {0}", + "worldedit.tool.data-cycler.equip": "Strumento data cycler associato a {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Non УЈ consentito modificare i data value di quel blocco.", + "worldedit.tool.data-cycler.cant-cycle": "I dati di quel blocco non possono essere modificati!", + "worldedit.tool.data-cycler.new-value": "Il valore di {0} УЈ ora {1}.", + "worldedit.tool.data-cycler.cycling": "Sto modificando {0}.", + "worldedit.tool.deltree.equip": "Strumento di rimozione alberi fluttuanti associato a {0}.", + "worldedit.tool.deltree.not-tree": "Non УЈ un albero.", + "worldedit.tool.deltree.not-floating": "Non УЈ un albero fluttuante.", + "worldedit.tool.tree.equip": "Strumento albero associato a {0}.", + "worldedit.tool.tree.obstructed": "Un albero non puУВ crescere lУЌ.", + "worldedit.tool.info.equip": "Strumento informazioni associato a {0}.", + "worldedit.tool.info.blockstate.hover": "Block state", + "worldedit.tool.info.internalid.hover": "ID Interno", + "worldedit.tool.info.legacy.hover": "Legacy id:data", + "worldedit.tool.info.light.hover": "Blocca Luce/Luce Sopra", + "worldedit.tool.none.equip": "Strumento scollegato dall'oggetto corrente.", + "worldedit.tool.none.to.unequip": "Il tuo oggetto attuale non УЈ associato.", + "worldedit.tool.selwand.equip": "Bacchetta selezione associata a {0}.", + "worldedit.tool.navwand.equip": "Bacchetta navigazione associata a {0}.", + "worldedit.tool.floodfill.equip": "Strumento riempi liquido associato a {0}.", + "worldedit.tool.farwand.equip": "Strumento bacchetta lontana associato a {0}.", + "worldedit.tool.lrbuild.equip": "Strumento costruzione a lungo raggio associato a {0}.", + "worldedit.tool.lrbuild.set": "Click sinistro impostato a {0}; click destro impostato a {1}.", + "worldedit.tool.stack.equip": "Strumento stack associato a {0}.", + "worldedit.tool.unbind-instruction": "Esegui {0} tenendo in mano l'oggetto per disassociarlo.", + "worldedit.tool.superpickaxe.mode.single": "ModalitУ  singola impostata. Click sinistro con un piccone. // per disabilitare.", + "worldedit.tool.superpickaxe.mode.area": "ModalitУ  area impostata. Click sinistro con un piccone. // per disabilitare.", + "worldedit.tool.superpickaxe.mode.recursive": "ModalitУ  ricorsiva impostata. Click sinistro con un piccone. // per disabilitare.", + "worldedit.tool.superpickaxe.max-range": "L'intervallo massimo УЈ {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Super piccone giУ  abilitato.", + "worldedit.tool.superpickaxe.disabled.already": "Super piccone giУ  disabilitato.", + "worldedit.tool.superpickaxe.enabled": "Super piccone abilitato.", + "worldedit.tool.superpickaxe.disabled": "Super piccone disabilitato.", + "worldedit.tool.mask.set": "Maschera pennello impostata.", + "worldedit.tool.mask.disabled": "Maschera pennello disabilitata.", + "worldedit.tool.material.set": "Materiale pennello impostato.", + "worldedit.tool.range.set": "Intervallo pennello impostato.", + "worldedit.tool.size.set": "Dimensione pennello impostata.", + "worldedit.tool.tracemask.set": "Maschera traccia impostata.", + "worldedit.tool.tracemask.disabled": "Maschera traccia disabilitata.", + "worldedit.tool.error.cannot-bind": "Impossibile associare lo strumento a {0}: {1}", + "worldedit.tool.error.item-only": "I blocchi non possono essere usati.", + "worldedit.execute.script-permissions": "Non hai i permessi per usare quello script.", + "worldedit.executelast.no-script": "Usare prima /cs con un nome script.", + "worldedit.script.read-error": "Errore di lettura dello script: {0}", + "worldedit.script.unsupported": "Solo gli script .js sono attualmente supportati", + "worldedit.script.file-not-found": "Lo script non esiste: {0}", + "worldedit.script.no-script-engine": "Impossibile trovare un motore di script installato.\nVedi https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Esecuzione fallita: {0}", + "worldedit.script.failed-console": "Esecuzione fallita (vedi console): {0}", + "worldedit.operation.affected.biome": "{0} biomi modificati", + "worldedit.operation.affected.block": "{0} blocchi modificati", + "worldedit.operation.affected.column": "{0} colonne modificate", + "worldedit.operation.affected.entity": "{0} entitУ  modificate", + "worldedit.operation.deform.expression": "deformato usando {0}", + "worldedit.error.invalid-number": "Richiesto numero; fornita stringa.", + "worldedit.error.invalid-number.matches": "Numero previsto; stringa \"{0}\" fornito.", + "worldedit.error.incomplete-region": "Prima seleziona una regione.", + "worldedit.error.unknown-block": "Il nome blocco '{0}' non УЈ stato riconosciuto.", + "worldedit.error.unknown-entity": "Il nome entitУ  '{0}' non УЈ stato riconosciuto.", + "worldedit.error.unknown-mob": "Il nome mob '{0}' non УЈ stato riconosciuto.", + "worldedit.error.unknown-biome": "Il nome bioma '{0}' non УЈ stato riconosciuto.", + "worldedit.error.unknown-tag": "Il nome tag '{0}' non УЈ stato riconosciuto.", + "worldedit.error.empty-tag": "Il nome tag '{0}' УЈ vuoto.", + "worldedit.error.no-match": "Nessuna corrispondenza per '{0}'.", + "worldedit.error.disallowed-block": "Blocco '{0}' non consentito (vedi Configurazione WorldEdit).", + "worldedit.error.max-changes": "Raggiunto limite di blocchi modificabili per operazione ({0}).", + "worldedit.error.max-brush-radius": "Raggio massimo pennello (in configurazione): {0}", + "worldedit.error.max-radius": "Raggio massimo pennello (in configurazione): {0}", + "worldedit.error.unknown-direction": "Direzione sconosciuta: {0}", + "worldedit.error.empty-clipboard": "Gli appunti sono vuoti. Usare prima //copy.", + "worldedit.error.invalid-filename": "Nome file '{0}' non valido: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Caratteri errati o estensione mancante", + "worldedit.error.file-resolution": "Errore di risoluzione del file '{0}': {1}", + "worldedit.error.file-resolution.outside-root": "Il percorso УЈ fuori dalla radice consentita", + "worldedit.error.file-resolution.resolve-failed": "Impossibile risolvere il percorso", + "worldedit.error.file-aborted": "Selezione file interrotta.", + "worldedit.error.no-file-selected": "Nessun file selezionato.", + "worldedit.error.world-unloaded": "Il mondo УЈ stato giУ  decaricato.", + "worldedit.error.not-a-block": "Questo oggetto non УЈ un blocco.", + "worldedit.error.not-a-block.item": "L'oggetto '{0}' non УЈ un blocco.", + "worldedit.error.incorrect-usage": "Uso corretto: {0}", + "worldedit.error.invalid-page": "Numero di pagina non valido", + "worldedit.error.parser.bad-state-format": "Formattazione di stato errata in {0}", + "worldedit.error.parser.duplicate-property": "ProprietУ  duplicata: {0}", + "worldedit.error.parser.empty-state": "Parte vuota nello stato", + "worldedit.error.parser.missing-equals-separator": "Separatore '=' mancante", + "worldedit.error.parser.clipboard.missing-offset": "Offset specificato con @ ma nessun offset dato. Usa '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "ProprietУ  '{0}' sconosciuta per il blocco '{1}'", + "worldedit.error.parser.unknown-value": "Valore '{0}' sconosciuto per la proprietУ  '{1}'", + "worldedit.error.parser.empty-property": "ProprietУ  vuota nello stato", + "worldedit.error.parser.empty-value": "Valore vuoto nello stato", + "worldedit.error.parser.invalid-colon": "Punteggiatura errata (:).", + "worldedit.error.parser.invalid-expression": "Espressione non valida: {0}", + "worldedit.error.parser.negate-nothing": "Non puУВ negare niente!", + "worldedit.error.parser.hanging-lbracket": "Formato non valido. parentesi aperta a '{0}'.", + "worldedit.error.parser.missing-rbracket": "Parentesi ']' finale mancante nello stato", + "worldedit.error.parser.missing-random-type": "Manca il tipo dopo il simbolo % per '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "L'offset degli appunti ha bisogno di coordinate x,y,z.", + "worldedit.error.parser.player-only": "Input '{0}' richiede un giocatore!", + "worldedit.error.disabled": "Questa funzionalitУ  УЈ disabilitata (vedi Configurazione WorldEdit).", + "worldedit.error.unknown": "Si УЈ verificato un errore sconosciuto: {0}", + "worldedit.error.missing-extent": "Nessuna estensione УЈ nota", + "worldedit.error.missing-session": "Nessuna LocalSession УЈ nota", + "worldedit.error.missing-world": "Devi fornire un mondo (Prova //world)", + "worldedit.error.missing-actor": "Nessun attuatore УЈ noto", + "worldedit.selection.convex.info.vertices": "Vertici: {0}", + "worldedit.selection.convex.info.triangles": "Triangoli: {0}", + "worldedit.selection.convex.explain.primary": "Iniziata nuova selezione con vertice {0}.", + "worldedit.selection.convex.explain.secondary": "Aggiunto il vertice {0} alla selezione.", + "worldedit.selection.cuboid.info.pos1": "Posizione 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Posizione 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Prima posizione impostata a {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Prima posizione impostata a {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Seconda posizione impostata a {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Seconda posizione impostata a {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Selezione iniziata a {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Selezione estesa per includere {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Centro: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Raggio: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Posizione centrale impostata a {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Posizione centrale impostata a {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Raggio impostato a {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Raggio impostato a {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "I cambiamenti agli ellissoidi devono essere proporzionali per ogni dimensione.", + "worldedit.selection.cylinder.info.center": "Centro: {0}", + "worldedit.selection.cylinder.info.radius": "Raggio: {0}", + "worldedit.selection.cylinder.explain.primary": "Avvio di una nuova selezione cilindrica a {0}.", + "worldedit.selection.cylinder.explain.secondary": "Raggio impostato a {0}/{1} blocchi. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Devi selezionare il punto centrale prima di impostare il raggio.", + "worldedit.selection.cylinder.error.even-horizontal": "I cambiamenti ai cilindri devono essere proporzionali per ogni dimensione orizzontale.", + "worldedit.selection.polygon2d.info": "# punti: {0}", + "worldedit.selection.polygon2d.explain.primary": "Avvio di un nuovo poligono a {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Aggiunto il punto #{0} a {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "I poligoni possono essere ampliati solo verticalmente.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "I poligoni possono essere ridotti solo verticalmente.", + "worldedit.selection.sphere.explain.secondary": "Raggio impostato a {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Raggio impostato a {0} ({1}).", + "worldedit.selection.null.error.immutable": "Impossibile cambiare NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Impossibile espandere un'intersezione regionale.", + "worldedit.selection.intersection.error.cannot-contract": "Impossibile ridurre un'intersezione regionale.", + "worldedit.selection.transform.error.cannot-expand": "Impossibile espandere una TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Impossibile ridurre una TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Impossibile cambiare una TransformedRegion.", + "worldedit.sideeffect.lighting": "Luci", + "worldedit.sideeffect.lighting.description": "Aggiornamenti illuminazione blocchi", + "worldedit.sideeffect.neighbors": "Vicini", + "worldedit.sideeffect.neighbors.description": "Notifica i blocchi vicini del cambiamento", + "worldedit.sideeffect.update": "Aggiorna", + "worldedit.sideeffect.update.description": "Notifica il blocco modificato", + "worldedit.sideeffect.validation": "Convalida", + "worldedit.sideeffect.validation.description": "Valida e corregge lo stato mondiale incoerente, come i blocchi disconnessi", + "worldedit.sideeffect.entity_ai": "IA entitУ ", + "worldedit.sideeffect.entity_ai.description": "Aggiorna i percorsi dell'IA dell'entitУ  per le modifiche del blocco", + "worldedit.sideeffect.events": "Eventi Mod/Plugin", + "worldedit.sideeffect.events.description": "Comunica ad altre mod/plugin queste modifiche quando applicabile", + "worldedit.sideeffect.state.on": "Acceso", + "worldedit.sideeffect.state.delayed": "Ritardato", + "worldedit.sideeffect.state.off": "Disattivo", + "worldedit.sideeffect.box.current": "Attuale", + "worldedit.sideeffect.box.change-to": "Fare click per impostare a {0}", + "worldedit.help.command-not-found": "Il comando {0} non УЈ stato trovato.", + "worldedit.help.no-subcommands": "'{0}' non ha sottocomandi. (forse '{1}' УЈ per un parametro?)", + "worldedit.help.subcommand-not-found": "Il sotto comando '{0}' sotto '{1}' non УЈ stato trovato.", + "worldedit.cli.stopping": "Interrompendo!", + "worldedit.cli.unknown-command": "Comando sconosciuto!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/ja/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/ja/strings.json new file mode 100644 index 0000000..0315594 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/ja/strings.json @@ -0,0 +1,255 @@ +{ + "worldedit.expand.description.vert": "щИцŠžчЏ„х›Ву‚’уƒЏуƒМуƒЋуƒ‰щ™ч•ŒуОуЇхž‚ч›Дц–Йх‘уЋхКƒу’у‚‹", + "worldedit.expand.expanded": "у‚ЈуƒЊу‚Ђу‚’ {0} уƒ–уƒ­уƒƒу‚Џц‹Ёу’уОу—уŸ", + "worldedit.expand.expanded.vert": "у‚ЈуƒЊу‚Ђу‚’ {0} уƒ–уƒ­уƒƒу‚ЏхКƒу’уОу—уŸ (фИŠу‹у‚‰фИ‹уОуЇ)", + "worldedit.biomeinfo.lineofsight": "шІ‹уІу„у‚‹уƒу‚Єу‚ЊуƒМуƒ : {0}", + "worldedit.biomeinfo.position": "чОхœЈхœАуЎуƒу‚Єу‚ЊуƒМуƒ : {0}", + "worldedit.biomeinfo.selection": "щИцŠžу—уŸуƒу‚Єу‚ЊуƒМуƒ : {0}", + "worldedit.brush.radius-too-large": "уƒ–уƒЉу‚Зу‚’щЉч”Ју™у‚‹цœ€хЄЇхŠхО„: {0}", + "worldedit.brush.apply.description": "уƒ–уƒЉу‚Зу‚’хˆЉч”Ју™у‚‹уЋуЏу€уу‚Œуžу‚ŒуЎуƒ–уƒ­уƒƒу‚ЏуЋщЉч”Ју—уІуу у•у„", + "worldedit.brush.apply.radius": "уƒ–уƒЉу‚ЗуЎхЄЇуу•", + "worldedit.brush.apply.shape": "у‚ЈуƒЊу‚ЂуЎхНЂчŠЖ", + "worldedit.brush.apply.type": "фНПч”Ју™у‚‹уƒ–уƒЉу‚ЗуЎу‚Пу‚Єуƒ—", + "worldedit.brush.apply.item.warning": "у“уЎуƒ–уƒЉу‚ЗуЏу‚Ђу‚Єуƒ†уƒ у‚’фНПч”Ју™у‚‹у‚ЗуƒŸуƒЅуƒЌуƒМу‚ЗуƒЇуƒГу‚’шЁŒу„уОу™у€‚х…ЈуІуЎуƒ—уƒЉуƒƒуƒˆуƒ•у‚ЉуƒМуƒ уЇц­Ѓу—уцЉŸшƒНу™у‚‹уЈуЏщ™у‚‰уЊу„фИŠу€х…ƒуЎчŠЖц…‹уЋхОЉх…ƒуЇууЊууЊуЃуŸу‚Šу€Modу‚„уƒ—уƒЉу‚Ау‚ЄуƒГуЈхЙВцИ‰у—уІц€у‚уЌфИх…ЗхˆуŒч™Кч”Ÿу™у‚‹цу‚ŒуŒу‚у‚ŠуОу™у€‚фНПч”Ју™у‚‹щš›уЏу”ш‡ЊшКЋуЎшВЌфЛЛуЇуŠщЁ˜у„у—уОу™у€‚", + "worldedit.brush.paint.description": "уƒšу‚ЄуƒГуƒˆуƒ–уƒЉу‚Зу‚’хˆЉч”Ју™у‚‹уЋуЏу€шЁЈщЂуЋщЉч”Ју—уІуу у•у„", + "worldedit.brush.paint.size": "уƒ–уƒЉу‚ЗуЎу‚Еу‚Єу‚К", + "worldedit.brush.paint.shape": "у‚ЈуƒЊу‚ЂуЎхНЂчŠЖ", + "worldedit.brush.paint.density": "уƒ–уƒЉу‚ЗуЎхЏ†хКІ", + "worldedit.brush.paint.type": "фНПч”Ју™у‚‹уƒ–уƒЉу‚ЗуЎу‚Пу‚Єуƒ—", + "worldedit.brush.paint.item.warning": "у“уЎуƒ–уƒЉу‚ЗуЏу‚Ђу‚Єуƒ†уƒ у‚’фНПч”Ју™у‚‹у‚ЗуƒŸуƒЅуƒЌуƒМу‚ЗуƒЇуƒГу‚’шЁŒу„уОу™у€‚х…ЈуІуЎуƒ—уƒЉуƒƒуƒˆуƒ•у‚ЉуƒМуƒ уЇц­Ѓу—уцЉŸшƒНу™у‚‹уЈуЏщ™у‚‰уЊу„фИŠу€х…ƒуЎчŠЖц…‹уЋхОЉх…ƒуЇууЊууЊуЃуŸу‚Šу€Modу‚„уƒ—уƒЉу‚Ау‚ЄуƒГуЈхЙВцИ‰у—уІц€у‚уЌфИх…ЗхˆуŒч™Кч”Ÿу™у‚‹цу‚ŒуŒу‚у‚ŠуОу™у€‚фНПч”Ју™у‚‹щš›уЏу”ш‡ЊшКЋуЎшВЌфЛЛуЇуŠщЁ˜у„у—уОу™у€‚", + "worldedit.brush.sphere.equip": "чƒфН“уЎуƒ–уƒЉу‚Зу‚’у‚Луƒƒуƒˆу—уОу—уŸ ({0})у€‚", + "worldedit.brush.cylinder.equip": "х††цŸБуЎуƒ–уƒЉу‚Зу‚’у‚Луƒƒуƒˆу—уОу—уŸ ({0} У— {1})у€‚", + "worldedit.brush.clipboard.equip": "у‚ЏуƒЊуƒƒуƒ—уƒœуƒМуƒ‰уЎуƒ–уƒЉу‚Зу‚’у‚Луƒƒуƒˆу—уОу—уŸу€‚", + "worldedit.brush.smooth.equip": "ц•ДхœАуƒ–уƒЉу‚Зу‚’у‚Луƒƒуƒˆу—уОу—уŸ ({0} x {1} х€ {2}у‚’фНПч”Ј)у€‚", + "worldedit.brush.extinguish.equip": "цЖˆу—у‚Дуƒ у‚’у‚Луƒƒуƒˆу—уОу—уŸ ({0})у€‚", + "worldedit.brush.gravity.equip": "у‚АуƒЉуƒ“уƒ†у‚Ѓуƒ–уƒЉу‚Зу‚’у‚Луƒƒуƒˆу—уОу—уŸ ({0})у€‚", + "worldedit.brush.butcher.equip": "ч•œцЎКуƒ–уƒЉу‚Зу‚’у‚Луƒƒуƒˆу—уОу—уŸ ({0})у€‚", + "worldedit.brush.operation.equip": "уƒ–уƒЉу‚Зу‚’ {0} уЋу‚Луƒƒуƒˆу—уОу—уŸу€‚", + "worldedit.brush.heightmap.equip": "щЋ˜хКІуƒ–уƒЉу‚Зу‚’у‚Луƒƒуƒˆу—уОу—уŸ ({0})у€‚", + "worldedit.brush.heightmap.unknown": "щЋ˜хКІуƒ–уƒЉу‚ЗуŒфИц˜ŽуЇу™у€‚({0})", + "worldedit.brush.none.equip": "уƒ–уƒЉу‚Зу‚’у‚Ђу‚Єуƒ†уƒ у‹у‚‰шЇЃщ™Єу—уОу—уŸу€‚", + "worldedit.setbiome.changed": "чД„ {0} уƒ–уƒ­уƒƒу‚ЏуЎуƒу‚Єу‚ЊуƒМуƒ уŒхЄ‰ц›Ду•у‚ŒуОу—уŸу€‚", + "worldedit.setbiome.warning": "хЄ‰ц›Ду‚’чЂКшЊу™у‚‹уЋуЏу€у‚ВуƒМуƒ у‚’щ–‹уч›Ду™(уОуŸуЏуƒЏуƒМуƒЋуƒ‰уЋх…Ѕу‚Šч›Ду™)хП…шІуŒу‚у‚ŠуОу™у€‚", + "worldedit.drawsel.disabled": "у‚ЕуƒМуƒуƒМуЎCUIу‚’ч„ЁхŠЙхŒ–у—уОу—уŸ", + "worldedit.drawsel.disabled.already": "у‚ЕуƒМуƒуƒМуЎCUIуЏц—ЂуЋч„ЁхŠЙуЇу™", + "worldedit.drawsel.enabled.already": "у‚ЕуƒМуƒуƒМуЎCUIуЏц—ЂуЋцœ‰хŠЙуЇу™", + "worldedit.limit.too-high": "у‚уЊуŸуЎхˆЉч”ЈхЏшƒНуЊфИŠщ™уЏ {0} уЇу™", + "worldedit.limit.set": "уƒ–уƒ­уƒƒу‚ЏхЄ‰ц›ДуЎфИŠщ™у‚’ {0} уЋшЈ­хЎš", + "worldedit.limit.return-to-default": "( //limit у‚’фНПч”Ју™у‚‹у“уЈуЇцœ€хˆуЋцˆЛу›уОу™)", + "worldedit.timeout.too-high": "у‚уЊуŸуЎцœ€хЄЇу‚Пу‚Єуƒ у‚Ђу‚Іуƒˆц™‚щ–“уЏ {0} уƒŸуƒЊчЇ’уЇу™", + "worldedit.timeout.set": "у‚Пу‚Єуƒ у‚Ђу‚ІуƒˆуЎц™‚щ–“у‚’ {0} уƒŸуƒЊчЇ’уЋхЄ‰ц›Ду—уОу—уŸу€‚", + "worldedit.timeout.return-to-default": " (цœ€хˆуЋцˆЛу‚‹уЈууЏ //timeout у‚’фНПуЃуІуу у•у„)", + "worldedit.fast.disabled": "уƒ•у‚Ёу‚ЙуƒˆуƒЂуƒМуƒ‰у‚’ч„ЁхŠЙхŒ–у—уОу—уŸ", + "worldedit.fast.enabled": "уƒ•у‚Ёу‚ЙуƒˆуƒЂуƒМуƒ‰у‚’цœ‰хŠЙуЋу—уОу—уŸу€‚хНБщŸПу™у‚‹уƒуƒЃуƒГу‚ЏуЎц˜Žу‚‹у•уŒц­Ѓу—уцх†™у•у‚ŒуЊууЊу‚‹хЏшƒНц€ЇуŒу‚у‚Šу€хЄ‰ц›Ду‚’чЂКшЊу™у‚‹уЋуЏх†хКІуƒЏуƒМуƒЋуƒ‰уЋх…Ѕу‚Šч›Ду™хП…шІуŒу‚у‚ŠуОу™у€‚", + "worldedit.fast.disabled.already": "уƒ•у‚Ёу‚ЙуƒˆуƒЂуƒМуƒ‰уЏц—ЂуЋч„ЁхŠЙуЇу™", + "worldedit.fast.enabled.already": "уƒ•у‚Ёу‚ЙуƒˆуƒЂуƒМуƒ‰уЏц—ЂуЋцœ‰хŠЙуЇу™", + "worldedit.perf.sideeffect.set": "у‚Еу‚Єуƒ‰у‚Јуƒ•у‚Їу‚Џуƒˆ \"{0}\" у‚’ {1} уЋхЄ‰ц›Ду—уОу—уŸу€‚", + "worldedit.perf.sideeffect.get": "у‚Еу‚Єуƒ‰у‚Јуƒ•у‚Їу‚Џуƒˆ \"{0}\" уЏ {1} уЋхЄ‰ц›Ду•у‚ŒуІу„уОу™у€‚", + "worldedit.perf.sideeffect.already-set": "у‚Еу‚Єуƒ‰у‚Јуƒ•у‚Їу‚Џуƒˆ \"{0}\" уЏу™уЇуЋ {1} уЋхЄ‰ц›Ду•у‚ŒуІу„уОу™у€‚", + "worldedit.perf.sideeffect.set-all": "у™уЙуІуЎу‚Еу‚Єуƒ‰у‚Јуƒ•у‚Їу‚Џуƒˆу‚’ {0} уЋхЄ‰ц›Ду—уОу—уŸу€‚", + "worldedit.reorder.current": "х†шЊПц•ДуƒЂуƒМуƒ‰уЏ {0} уЇу™", + "worldedit.reorder.set": "чОхœЈуЎх†шЊПц•ДуƒЂуƒМуƒ‰уЏ {0} уЇу™", + "worldedit.gmask.disabled": "у‚Ауƒ­уƒМуƒуƒЋуƒžу‚Йу‚Џу‚’ч„ЁхŠЙхŒ–у—уОу—уŸ", + "worldedit.gmask.set": "у‚Ауƒ­уƒМуƒуƒЋуƒžу‚Йу‚Џу‚’шЈ­хЎšу—уОу—уŸ", + "worldedit.toggleplace.pos1": "чОхœЈ pos #1 уЋщ…чНЎфИ­", + "worldedit.toggleplace.player": "чОхœЈу‚уЊуŸуŒчЋ‹уЃуІу„у‚‹уƒ–уƒ­уƒƒу‚ЏуЋщ…чНЎфИ­", + "worldedit.toggleplace.not-locatable": "у“уЎу‚ГуƒГуƒ†у‚­у‚ЙуƒˆуЇуЏщ…чНЎу‚’хˆ‡у‚Šц›Пуˆу‚‹у“уЈуŒуЇууОу›у‚“у€‚", + "worldedit.searchitem.too-short": "у‚ˆу‚Šщ•Зу„цЄœчДЂц–‡х­—хˆ—у‚’х…ЅхŠ›у—уІуу у•у„яМˆ3ц–‡х­—фЛЅфИŠяМ‰", + "worldedit.searchitem.either-b-or-i": "хŒц™‚уЋ 'b' уЈ 'i' уЎуƒ•уƒЉу‚Ау‚’шЈ­хЎšу™у‚‹у“уЈуЏуЇууОу›у‚“", + "worldedit.searchitem.searching": "(у‚Ђу‚Єуƒ†уƒ у‚’цŽЂу—уІу„уОу™у€уŠхО…уЁуу у•у„...)", + "worldedit.watchdog.no-hook": "у“уЎуƒ—уƒЉуƒƒуƒˆуƒ•у‚ЉуƒМуƒ уЋуЏу‚Іу‚Љуƒƒуƒуƒ‰уƒƒу‚Ауƒ•уƒƒу‚ЏуŒу‚у‚ŠуОу›у‚“", + "worldedit.watchdog.active.already": "у‚Іу‚Љуƒƒуƒуƒ‰уƒƒу‚Ауƒ•уƒƒу‚ЏуЏц—ЂуЋцœ‰хŠЙуЇу™", + "worldedit.watchdog.inactive.already": "у‚Іу‚Љуƒƒуƒуƒ‰уƒƒу‚Ауƒ•уƒƒу‚ЏуЏц—ЂуЋч„ЁхŠЙуЇу™", + "worldedit.watchdog.active": "у‚Іу‚Љуƒƒуƒуƒ‰уƒƒу‚Ауƒ•уƒƒу‚Џу‚’цœ‰хŠЙхŒ–у—уОу—уŸ", + "worldedit.watchdog.inactive": "у‚Іу‚Љуƒƒуƒуƒ‰уƒƒу‚Ауƒ•уƒƒу‚Џу‚’ч„ЁхŠЙхŒ–у—уОу—уŸ", + "worldedit.world.remove": "уƒЏуƒМуƒЋуƒ‰уЎу‚ЊуƒМуƒуƒМуƒЉу‚Єуƒ‰у‚’х‰Šщ™Єу—уОу—уŸ", + "worldedit.world.set": "уƒЏуƒМуƒЋуƒ‰уЎу‚ЊуƒМуƒуƒМуƒЉу‚Єуƒ‰у‚’ {0} уЋшЈ­хЎšу—уОу—уŸ яМˆцœ€хˆуЋцˆЛу‚‹уЋуЏ //world у‚’фНПч”Ју—уІуу у•у„яМ‰", + "worldedit.undo.undone": "{0} х€‹уЎчЗЈщ›†у‚’у‚­уƒЃуƒГу‚ЛуƒЋу—уОу—уŸ", + "worldedit.undo.none": "у‚­уƒЃуƒГу‚ЛуƒЋу™у‚‹чЗЈщ›†уŒу‚у‚ŠуОу›у‚“", + "worldedit.redo.redone": "{0} х›žцˆЛу—уОу—уŸ", + "worldedit.redo.none": "х†хКІхЎŸшЁŒу™у‚‹чЗЈщ›†уŒу‚у‚ŠуОу›у‚“", + "worldedit.clearhistory.cleared": "хБЅц­Ду‚’х‰Šщ™Єу—уОу—уŸ", + "worldedit.raytrace.noblock": "шІ–ч•ŒуЋуƒ–уƒ­уƒƒу‚ЏуŒу‚у‚ŠуОу›у‚“яМ", + "worldedit.restore.not-configured": "у‚ЙуƒŠуƒƒуƒ—у‚ЗуƒЇуƒƒуƒˆуОуŸуЏуƒуƒƒу‚Џу‚Ђуƒƒуƒ—уŒфНœцˆу•у‚ŒуІу„уОу›у‚“", + "worldedit.restore.not-available": "ууЎу‚ЙуƒŠуƒƒуƒ—у‚ЗуƒЇуƒƒуƒˆуЏх­˜хœЈу—уЊу„у‹хˆЉч”ЈуЇууОу›у‚“", + "worldedit.restore.failed": "у‚ЙуƒŠуƒƒуƒ—у‚ЗуƒЇуƒƒуƒˆ: {0} уЎшЊ­уПшОМуПуЋхЄБц•—у—уОу—уŸт€І", + "worldedit.restore.loaded": "у‚ЙуƒŠуƒƒуƒ—у‚ЗуƒЇуƒƒуƒˆ '{0}' уЎшЊ­уПшОМуПуЋцˆхŠŸу—уОу—уŸу€‚чОхœЈхОЉх…ƒфИ­уЇу™...", + "worldedit.restore.restored": "хОЉх…ƒу—уОу—уŸуŒу€{0} х€‹уЎуƒуƒЃуƒГу‚ЏуŒхЄБу‚у‚ŒуІу„у‚‹уЛу‹у€ {1} х€‹уЎу‚ЈуƒЉуƒМуŒу‚у‚ŠуОу™", + "worldedit.restore.none-for-specific-world": "уƒЏуƒМуƒЋуƒ‰ '{0} ' уЎу‚ЙуƒŠуƒƒуƒ—у‚ЗуƒЇуƒƒуƒˆуŒшІ‹уЄу‹у‚ŠуОу›у‚“уЇу—уŸу€‚", + "worldedit.restore.none-for-world": "у“уЎуƒЏуƒМуƒЋуƒ‰уЎу‚ЙуƒŠуƒƒуƒ—у‚ЗуƒЇуƒƒуƒˆуŒшІ‹уЄу‹у‚ŠуОу›у‚“уЇу—уŸт€І", + "worldedit.restore.none-found": "у‚ЙуƒŠуƒƒуƒ—у‚ЗуƒЇуƒƒуƒˆуŒшІ‹уЄу‹у‚ŠуОу›у‚“", + "worldedit.restore.none-found-console": "у‚ЙуƒŠуƒƒуƒ—у‚ЗуƒЇуƒƒуƒˆуŒшІ‹уЄу‹у‚ŠуОу›у‚“у€‚шЉГчДАуЏу‚ГуƒГу‚НуƒМуƒЋу‚’х‚ч…Їу—уІуу у•у„", + "worldedit.restore.chunk-not-present": "у‚ЙуƒŠуƒƒуƒ—у‚ЗуƒЇуƒƒуƒˆуЎфИ­уЋуƒуƒЃуƒГу‚ЏуŒх­˜хœЈу—уОу›у‚“т€І", + "worldedit.restore.chunk-load-failed": "уƒуƒЃуƒГу‚ЏуŒшЊ­уПшОМу‚уОу›у‚“уЇу—уŸяМˆуƒ•у‚Ёу‚ЄуƒЋуŒч Дцу—уІу„у‚‹хЏшƒНц€ЇуŒу‚у‚ŠуОу™яМ‰", + "worldedit.restore.block-place-failed": "у‚ЈуƒЉуƒМуŒч™Кч”Ÿу—уŸуŸу‚у€уƒ–уƒ­уƒƒу‚ЏуЎхОЉх…ƒуЋхЄБц•—у—уОу—уŸт€І", + "worldedit.restore.block-place-error": "х‰х›žуЎу‚ЈуƒЉуƒМ: {0}", + "worldedit.snapshot.use.newest": "чОхœЈу€цœ€ц–АуЎу‚ЙуƒŠуƒƒуƒ—у‚ЗуƒЇуƒƒуƒˆу‚’фНПч”Ју—уІу„уОу™", + "worldedit.snapshot.use": "у‚ЙуƒŠуƒƒуƒ—у‚ЗуƒЇуƒƒуƒˆу‚’ {0} уЋхЄ‰ц›Ду—уОу—уŸ", + "worldedit.snapshot.none-before": "{0} фЛЅх‰уЎу‚ЙуƒŠуƒƒуƒ—у‚ЗуƒЇуƒƒуƒˆуŒшІ‹уЄу‹у‚ŠуОу›у‚“уЇу—уŸ", + "worldedit.snapshot.none-after": "{0} фЛЅх‰уЎу‚ЙуƒŠуƒƒуƒ—у‚ЗуƒЇуƒƒуƒˆуŒшІ‹уЄу‹у‚ŠуОу›у‚“уЇу—уŸ", + "worldedit.snapshot.index-above-0": "1фЛЅфИŠуЇуЊу‘у‚ŒуАуЊу‚ŠуОу›у‚“у€‚", + "worldedit.snapshot.index-oob": "1 у‹у‚‰ {0} уЎщ–“уЇуЊу‘у‚ŒуАуЊу‚ŠуОу›у‚“", + "worldedit.schematic.unknown-format": "фИц˜ŽуЊу‚Йу‚Буƒžуƒ†у‚Ѓуƒƒу‚Џуƒ•у‚ЉуƒМуƒžуƒƒуƒˆ: {0}", + "worldedit.schematic.load.does-not-exist": "у‚Йу‚Буƒžуƒ†у‚Ѓуƒƒу‚Џ {0} уŒх­˜хœЈу—уОу›у‚“яМ", + "worldedit.schematic.load.loading": "(SCHEMATICуƒ•у‚Ёу‚ЄуƒЋу‚’шЊ­уПшОМу‚“уЇу„уОу™у€уŠхО…уЁуу у•у„...)", + "worldedit.schematic.load.still-loading": "(Schematicуƒ•у‚Ёу‚ЄуƒЋу‚’шЊ­уПшОМу‚“уЇу„уОу™у€у—уАу‚‰ууŠхО…уЁуу у•у„яМŽяМŽяМŽ)", + "worldedit.schematic.save.already-exists": "у“уЎу‚Йу‚Буƒžуƒ†у‚Ѓуƒƒу‚ЏуЏц—ЂуЋх­˜хœЈу—уОу™у€‚фИŠц›Иуу™у‚‹уЋуЏ -fуƒ•уƒЉу‚Ау‚’фНПч”Ју—уІуу у•у„", + "worldedit.schematic.save.failed-directory": "у‚Йу‚Буƒžуƒ†у‚Ѓуƒƒу‚Џч”ЈуЎуƒ•у‚ЉуƒЋуƒ€уЎфНœцˆуЋхЄБц•—у—уОу—уŸт€І", + "worldedit.schematic.save.saving": "(SCHEMATICуƒ•у‚Ёу‚ЄуƒЋу‚’фПх­˜у—уІу„уОу™у€уŠхО…уЁуу у•у„...)", + "worldedit.schematic.save.still-saving": "(Schematicуƒ•у‚Ёу‚ЄуƒЋу‚’фПх­˜у—уІу„уОу™у€у—уАу‚‰ууŠхО…уЁуу у•у„яМŽяМŽяМŽ)", + "worldedit.schematic.delete.does-not-exist": "у‚Йу‚Буƒžуƒ†у‚Ѓуƒƒу‚Џ {0} уŒх­˜хœЈу—уОу›у‚“яМ", + "worldedit.schematic.delete.failed": "у‚Йу‚Буƒžуƒ†у‚Ѓуƒƒу‚Џ {0} уЎх‰Šщ™ЄуЋхЄБц•—у—уОу—уŸт€ІяМˆшЊ­уПх–у‚ŠхА‚ч”ЈуЋшЈ­хЎšу•у‚ŒуІу„у‚‹хЏшƒНц€ЇуŒу‚у‚ŠуОу™яМ‰", + "worldedit.schematic.delete.deleted": "{0} уЏх‰Šщ™Єу•у‚ŒуОу—уŸ", + "worldedit.schematic.formats.title": "хˆЉч”ЈуЇуу‚‹у‚ЏуƒЊуƒƒуƒ—уƒœуƒМуƒ‰уƒ•у‚ЉуƒМуƒžуƒƒуƒˆяМˆхх‰уЇцЄœчДЂяМ‰", + "worldedit.schematic.unsupported-minecraft-version": "у“уЎуƒуƒМу‚ИуƒЇуƒГуЎWorldEditуЏу“уЎMinecraftу‚’у‚ЕуƒуƒМуƒˆу—уІу„уОу›у‚“у€‚у‚ЕуƒуƒМуƒˆу™у‚‹уОуЇSCHEMATICуЏх‹•фНœу—уОу›у‚“у€‚", + "worldedit.pos.already-set": "у™уЇуЋшЈ­хЎšу•у‚ŒуІу„уОу™у€‚", + "worldedit.pos.console-require-coords": "хКЇцЈ™у‚’шЈ­хЎšу™у‚‹хП…шІуŒу‚у‚ŠуОу™у€‚", + "worldedit.hpos.no-block": "шІ‹уІу„у‚‹уƒ–уƒ­уƒƒу‚ЏуŒу‚у‚ŠуОу›у‚“яМ", + "worldedit.hpos.already-set": "у™уЇуЋшЈ­хЎšу•у‚ŒуІу„уОу™у€‚", + "worldedit.chunk.selected-multiple": "щИцŠžу•у‚ŒуŸуƒуƒЃуƒГу‚Џ: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "уƒуƒЃуƒГу‚ЏщИцŠžцИˆуП: {0}у€ {1}у€ {2}", + "worldedit.wand.invalid": "wandу‚Ђу‚Єуƒ†уƒ уŒц­Ѓу—ушЈ­хЎšу•у‚ŒуІу„уЊу„у‹у€ч„ЁхŠЙхŒ–у•у‚ŒуІу„уОу™у€‚", + "worldedit.wand.selwand.info": "хЗІу‚ЏуƒЊуƒƒу‚Џ: щ–‹хЇ‹фНчНЎ(pos #1) у‚’шЈ­хЎšу€хГу‚ЏуƒЊуƒƒу‚Џ: чЕ‚фК†фНчНЎ(pos #2) у‚’шЈ­хЎš", + "worldedit.wand.navwand.info": "хЗІу‚ЏуƒЊуƒƒу‚Џ: фИ€ч•ЊфИŠуЎуƒ–уƒ­уƒƒу‚ЏуИчЇЛх‹•у€хГу‚ЏуƒЊуƒƒу‚Џ: хЃуЎх‘у“у†хДуИчЇЛх‹•", + "worldedit.wand.selwand.now.tool": "щИцŠžч”ЈуЎц–уЏщ€šхИИуЎуƒ„уƒМуƒЋуЋуЊу‚ŠуОу—уŸу€‚ {0} уЇч„ЁхŠЙуЋу—уІу€ {1} уЇфЛЛц„уЎу‚Ђу‚Єуƒ†уƒ уЋуОуŸу‚Луƒƒуƒˆу™у‚‹у‹у€ {2}уЇц–Ау—у„ц–у‚’ц‰‹уЋх…Ѕу‚Œу‚‹у“уЈуŒуЇууОу™у€‚", + "worldedit.contract.contracted": "у‚ЈуƒЊу‚Ђу‚’ {0} уƒ–уƒ­уƒƒу‚Џч‹­у‚уОу—уŸ", + "worldedit.shift.shifted": "у‚ЈуƒЊу‚Ђу‚’хЄ‰ц›Ду—уОу—уŸ", + "worldedit.outset.outset": "фПш­ЗуЎхЇ‹уОу‚Š", + "worldedit.inset.inset": "чЏ„х›ВуЎхЗЎу—шОМуП", + "worldedit.size.offset": "у‚Њуƒ•у‚Луƒƒуƒˆ: {0}", + "worldedit.size.type": "у‚Пу‚Єуƒ—: {0}", + "worldedit.size.size": "у‚Еу‚Єу‚К: {0}", + "worldedit.size.distance": "чЋ‹ц–ЙфН“уЎшЗщ›Ђ: {0}", + "worldedit.size.blocks": "уƒ–уƒ­уƒƒу‚Џц•А: {0}", + "worldedit.count.counted": "у‚Ћу‚ІуƒГуƒˆ:{0}", + "worldedit.distr.no-blocks": "уƒ–уƒ­уƒƒу‚ЏуЏу‚Ћу‚ІуƒГуƒˆу•у‚ŒуОу›у‚“у€‚", + "worldedit.distr.no-previous": "фЛЅх‰уЎщ…хИƒуЏу‚у‚ŠуОу›у‚“у€‚", + "worldedit.distr.total": "хˆшЈˆуƒ–уƒ­уƒƒу‚Џц•А: {0}", + "worldedit.select.cleared": "щИцŠžу‚’шЇЃщ™Єу—уОу—уŸу€‚", + "worldedit.select.cuboid.message": "чЋ‹ц–ЙфН“яМšуƒу‚ЄуƒГуƒˆ1у‚’хЗІу‚ЏуƒЊуƒƒу‚Џ, уƒу‚ЄуƒГуƒˆ2у‚’хГу‚ЏуƒЊуƒƒу‚Џ", + "worldedit.select.cuboid.description": "ч›Дц–ЙфН“уЎ2уЄуЎу‚ГуƒМуƒŠуƒМу‚’щИцŠž", + "worldedit.select.extend.message": "чЋ‹ц–ЙфН“яМšхЇ‹ч‚Йу‚’хЗІу‚ЏуƒЊуƒƒу‚Џу€хЛЖщ•Зу™у‚‹уЋуЏхГу‚ЏуƒЊуƒƒу‚Џ", + "worldedit.select.extend.description": "щЋ˜щ€ŸчЋ‹ц–ЙфН“щИцŠžуƒЂуƒМуƒ‰", + "worldedit.select.poly.message": "2DуƒуƒЊу‚ДуƒГу‚ЛуƒЌу‚Џу‚ПуƒМяМšхЗІ/хГу‚ЏуƒЊуƒƒу‚Џу—уІуƒу‚ЄуƒГуƒˆу‚’шПНхŠ у—уОу™у€‚", + "worldedit.select.poly.limit-message": "цœ€хЄЇ{0} уƒу‚ЄуƒГуƒˆу€‚", + "worldedit.select.poly.description": "щЋ˜у•уЎу‚у‚‹2DуƒуƒЊу‚ДуƒГу‚’щИцŠžу™у‚‹", + "worldedit.select.ellipsoid.message": "цЅ•х††фН“у‚ЛуƒЌу‚Џу‚ПуƒМяМšхЗІу‚ЏуƒЊуƒƒу‚Џ=фИ­хЄЎу€хГу‚ЏуƒЊуƒƒу‚ЏуЇц‹ЁхМЕ", + "worldedit.select.ellipsoid.description": "цЅ•х††фН“у‚’щИцŠž", + "worldedit.select.sphere.message": "чƒу‚ЛуƒЌу‚Џу‚ПуƒМяМšхЗІу‚ЏуƒЊуƒƒу‚Џ=фИ­хЄЎу€хГу‚ЏуƒЊуƒƒу‚Џу—уІхŠхО„у‚’шЈ­хЎš", + "worldedit.select.sphere.description": "чƒу‚’щИцŠž", + "worldedit.select.cyl.message": "х††цŸБу‚ЛуƒЌу‚Џу‚ПуƒМяМšхЗІу‚ЏуƒЊуƒƒу‚Џ=фИ­хЄЎу€хГу‚ЏуƒЊуƒƒу‚ЏуЇхЛЖщ•З", + "worldedit.select.cyl.description": "у‚ЗуƒЊуƒГуƒ€уƒМу‚’щИцŠž", + "worldedit.select.convex.message": "х‡ИхЄšщЂфН“у‚ЛуƒЌу‚Џу‚ПуƒМяМšхЗІу‚ЏуƒЊуƒƒу‚Џ=цœ€хˆуЎщ ‚ч‚Йу€хГу‚ЏуƒЊуƒƒу‚ЏуЇу•у‚‰уЋшПНхŠ у€‚", + "worldedit.select.convex.limit-message": "цœ€хЄЇ{0} уƒу‚ЄуƒГуƒˆу€‚", + "worldedit.select.convex.description": "х‡ИхЄšщЂфН“у‚’щИцŠžу—уІуу у•у„", + "worldedit.select.default-set": "уƒ‡уƒ•у‚ЉуƒЋуƒˆуЎхœАхŸŸу‚ЛуƒЌу‚Џу‚ПуЏ{0} уЋуЊу‚ŠуОу—уŸу€‚", + "worldedit.chunkinfo.chunk": "уƒуƒЃуƒГу‚ЏяМš{0}у€{1}", + "worldedit.chunkinfo.old-filename": "хЄу„хНЂхМяМš{0}", + "worldedit.chunkinfo.mcregion-filename": "уƒžу‚ЏуƒЌу‚ЊуƒГяМšхœАхŸŸ/ {0}", + "worldedit.listchunks.listfor": "уƒуƒЃуƒГу‚ЏуЎуƒЊу‚ЙуƒˆяМš{0}", + "worldedit.drain.drained": "{0} уƒ–уƒ­уƒƒу‚ЏуŒчЉКуЋуЊу‚ŠуОу—уŸу€‚", + "worldedit.fill.created": "{0} х€‹уЎуƒ–уƒ­уƒƒу‚ЏуŒцК€уŸу•у‚ŒуОу—уŸу€‚", + "worldedit.fillr.created": "{0} х€‹уЎуƒ–уƒ­уƒƒу‚ЏуŒцК€уŸу•у‚ŒуОу—уŸу€‚", + "worldedit.fixlava.fixed": "{0} уƒ–уƒ­уƒƒу‚ЏуŒфПЎц­Ѓу•у‚ŒуОу—уŸу€‚", + "worldedit.fixwater.fixed": "{0} уƒ–уƒ­уƒƒу‚ЏуŒфПЎц­Ѓу•у‚ŒуОу—уŸу€‚", + "worldedit.removeabove.removed": "{0} уƒ–уƒ­уƒƒу‚ЏуŒх‰Šщ™Єу•у‚ŒуОу—уŸу€‚", + "worldedit.removebelow.removed": "{0} уƒ–уƒ­уƒƒу‚ЏуŒх‰Šщ™Єу•у‚ŒуОу—уŸу€‚", + "worldedit.removenear.removed": "{0} уƒ–уƒ­уƒƒу‚ЏуŒх‰Šщ™Єу•у‚ŒуОу—уŸу€‚", + "worldedit.replacenear.replaced": "{0} х€‹уЎуƒ–уƒ­уƒƒу‚ЏуŒчНЎуц›уˆу‚‰у‚ŒуОу—уŸу€‚", + "worldedit.snow.created": "{0} х€‹уЎшЁЈщЂуŒшІ†у‚у‚ŒуІу„уОу™у€‚", + "worldedit.thaw.removed": "{0} уƒ–уƒ­уƒƒу‚ЏуŒшЇЃх‡у•у‚ŒуОу—уŸу€‚", + "worldedit.green.changed": "{0} уƒ–уƒ­уƒƒу‚ЏуЏчЗ‘хŒ–у•у‚ŒуІу„уОу™у€‚", + "worldedit.extinguish.removed": "{0} чЎ‡ц‰€уЎчЋу‚’щŽЎчЋу—уОу—уŸу€‚", + "worldedit.butcher.killed": "хŠхО„{1} уƒ–уƒ­уƒƒу‚ЏуЇ{0} хŒЙуЎMobуŒу‚­уƒЋу•у‚ŒуОу—уŸу€‚", + "worldedit.butcher.explain-all": "уƒ­уƒМуƒ‰цИˆуПуЎуƒуƒЃуƒГу‚Џу‹у‚‰х…ЈуІуЎуƒЂуƒ–у‚’х‰Šщ™Єу™у‚‹х ДхˆуЏу€-1у‚’х…ЅхŠ›у—уІуу у•у„", + "worldedit.remove.removed": "{0} у‚ЈуƒГуƒ†у‚Ѓуƒ†у‚ЃуЋх‰Šщ™ЄуЎуƒžуƒМу‚ЏуŒф˘у‘у‚‰у‚ŒуОу—уŸу€‚", + "worldedit.remove.explain-all": "уƒ­уƒМуƒ‰цИˆуПуЎуƒуƒЃуƒГу‚Џу‹у‚‰х…ЈуІуЎу‚ЈуƒГуƒ†у‚Ѓуƒ†у‚Ѓу‚’х‰Šщ™Єу™у‚‹х ДхˆуЏу€-1у‚’х…ЅхŠ›у—уІуу у•у„", + "worldedit.calc.invalid": "'{0}' уЏцœ‰хŠЙуЊшЇЃцžу‚’хЎŸшЁŒуЇууОу›у‚“уЇу—уŸ", + "worldedit.calc.invalid.with-error": "'{0}' уЏцœ‰хŠЙуЊхМуЈу—уІшЇЃцžуЇууОу›у‚“уЇу—уŸ: '{1}'", + "worldedit.paste.pasted": "у‚ЏуƒЊуƒƒуƒ—уƒœуƒМуƒ‰уЎх†…хЎЙуЏ {0} уЋшВМу‚Šф˘у‘у‚‰у‚ŒуОу—уŸ", + "worldedit.paste.selected": "щИцŠžу—уŸу‚ЏуƒЊуƒƒуƒ—уƒœуƒМуƒ‰шВМу‚Šф˘у‘щ ˜хŸŸу€‚", + "worldedit.rotate.no-interpolation": "цГЈц„яМšц•Ах€ЄуЎшЃœщ–“уЋуЏхЏОхПœу—уІу„уОу›у‚“у€‚ууЎуŸу‚шЇ’хКІуЏ90уЎх€ц•АуЇцŒ‡хЎšу™у‚‹у“уЈу‚’цŽЈхЅЈу—уОу™", + "worldedit.rotate.rotated": "у‚ЏуƒЊуƒƒуƒ—уƒœуƒМуƒ‰уЎуƒ‡уƒМу‚Пу‚’х›žшЛЂу—уОу—уŸ", + "worldedit.flip.flipped": "у‚ЏуƒЊуƒƒуƒ—уƒœуƒМуƒ‰уЎуƒ‡уƒМу‚Пу‚’шЃшП”у—уОу—уŸ", + "worldedit.clearclipboard.cleared": "у‚ЏуƒЊуƒƒуƒ—уƒœуƒМуƒ‰у‚’цЖˆхŽЛу—уОу—уŸ", + "worldedit.set.done": "ц“фНœуŒхЎŒфК†у—уОу—уŸ", + "worldedit.set.done.verbose": "ц“фНœуŒхЎŒфК†у—уОу—уŸ({0})", + "worldedit.line.changed": "{0} уƒ–уƒ­уƒƒу‚ЏуŒхЄ‰ц›Ду•у‚ŒуОу—уŸу€‚", + "worldedit.line.invalid-type": "//lineуЏч›Дц–ЙфН“щИцŠžуОуŸуЏх‡ИхЄšщЂфН“щИцŠžуЇуЎуПцЉŸшƒНу—уОу™у€‚", + "worldedit.curve.changed": "{0} уƒ–уƒ­уƒƒу‚ЏуŒхЄ‰ц›Ду•у‚ŒуОу—уŸу€‚", + "worldedit.curve.invalid-type": "//curve уЏх‡ИхЄšщЂфН“уЎщИцŠžуЇуЎуПх‹•фНœу—уОу™у€‚", + "worldedit.replace.replaced": "{0} х€‹уЎуƒ–уƒ­уƒƒу‚ЏуŒчНЎуц›уˆу‚‰у‚ŒуОу—уŸу€‚", + "worldedit.stack.changed": "{0} х€‹уЎуƒ–уƒ­уƒƒу‚ЏуŒхЄ‰ц›Ду•у‚ŒуОу—уŸу€‚//undo уЇх…ƒуЋцˆЛу—уОу™у€‚", + "worldedit.regen.regenerated": "у‚ЈуƒЊу‚ЂуŒх†ч”Ÿцˆу•у‚ŒуОу—уŸ", + "worldedit.regen.failed": "уƒуƒЃуƒГу‚ЏуЎх†ч”ŸцˆуŒуЇууОу›у‚“уЇу—уŸу€‚шЉГчДАуЏу‚ГуƒГу‚НуƒМуƒЋуЇчЂКшЊу—уІуу у•у„у€‚", + "worldedit.walls.changed": "{0} уƒ–уƒ­уƒƒу‚ЏуŒхЄ‰ц›Ду•у‚ŒуОу—уŸу€‚", + "worldedit.faces.changed": "{0} уƒ–уƒ­уƒƒу‚ЏуŒхЄ‰ц›Ду•у‚ŒуОу—уŸу€‚", + "worldedit.hollow.changed": "{0} уƒ–уƒ­уƒƒу‚ЏуŒхЄ‰ц›Ду•у‚ŒуОу—уŸу€‚", + "worldedit.unstuck.moved": "уЏу„яМ", + "worldedit.ascend.obstructed": "у‚уЊуŸуЎфИŠуЋхˆЉч”ЈхЏшƒНуЊх Дц‰€уŒшІ‹уЄу‹у‚ŠуОу›у‚“уЇу—уŸ", + "worldedit.descend.obstructed": "у‚уЊуŸуЎфИ‹уЋхˆЉч”ЈхЏшƒНуЊх Дц‰€уŒшІ‹уЄу‹у‚ŠуОу›у‚“уЇу—уŸ", + "worldedit.ceil.obstructed": "у‚уЊуŸуЎфИŠуЋхˆЉч”ЈхЏшƒНуЊх Дц‰€уŒшІ‹уЄу‹у‚ŠуОу›у‚“уЇу—уŸ", + "worldedit.ceil.moved": "уƒ“уƒЅуƒМуƒГяМ", + "worldedit.thru.obstructed": "у‚уЊуŸуЎх‰ц–ЙуЋхˆЉч”ЈхЏшƒНуЊх Дц‰€уŒшІ‹уЄу‹у‚ŠуОу›у‚“уЇу—уŸ", + "worldedit.thru.moved": "уƒ“уƒЅуƒМуƒГяМ", + "worldedit.jumpto.moved": "уƒ‘уƒƒяМ", + "worldedit.jumpto.none": "у‚уЊуŸуЎшІ–ч•ŒуЋуƒ–уƒ­уƒƒу‚ЏуŒх­˜хœЈу—уЊу„у‹у€щ у™уŽуОу™яМ", + "worldedit.up.obstructed": "у‚уЊуŸуЎфИŠуЎу‚ЈуƒЊу‚Ђу‚’ч›Дц’ƒу™у‚‹у‹у‚‚у—у‚ŒуОу›у‚“", + "worldedit.up.moved": "уƒ“уƒЅуƒМуƒГяМ", + "worldedit.cyl.invalid-radius": "1уОуŸуЏ2уЎхŠхО„у‚’чЄКу™хП…шІуŒу‚у‚ŠуОу™", + "worldedit.sphere.invalid-radius": "1уОуŸуЏ3уЎхŠхО„у‚’чЄКу™хП…шІуŒу‚у‚ŠуОу™", + "worldedit.reload.config": "шЈ­хЎšу‚’х†шЊ­уПшОМуПу—уОу—уŸяМ", + "worldedit.report.written": "{0} хЎ›уЎWorldEditуƒЌуƒуƒМуƒˆ", + "worldedit.report.error": "уƒЌуƒуƒМуƒˆ: {0} уЎфНœцˆуЋхЄБц•—у—уОу—уŸт€І", + "worldedit.report.callback": "WorldEditуƒЌуƒуƒМуƒˆ: {0}.report", + "worldedit.timezone.invalid": "ч„ЁхŠЙуЊу‚Пу‚Єуƒ у‚ОуƒМуƒГ", + "worldedit.timezone.set": "у“уЎу‚Луƒƒу‚ЗуƒЇуƒГуЎу‚Пу‚Єуƒ у‚ОуƒМуƒГу‚’ {0} уЋшЈ­хЎš", + "worldedit.timezone.current": "ууЎу‚Пу‚Єуƒ у‚ОуƒМуƒГуЇуЎчОхœЈуЎц™‚щ–“: {0}", + "worldedit.version.version": "WorldEditуЎуƒуƒМу‚ИуƒЇуƒГ {0}", + "worldedit.command.time-elapsed": "{0} чЇ’чЕŒщŽ яМˆуƒ­у‚А: {1} хЎŒфК†; {2} уƒ–уƒ­уƒƒу‚Џ/чЇ’яМ‰", + "worldedit.pastebin.uploading": "яМˆу—уАу‚‰ууŠхО…уЁфИ‹у•у„т€І чЕцžœу‚’фПх­˜фИ­т€ІяМ‰", + "worldedit.session.cant-find-session": "{0} уЎу‚Луƒƒу‚ЗуƒЇуƒГу‚’цЄœчДЂуЇууОу›у‚“", + "worldedit.tool.max-block-changes": "хЄ‰ц›ДуЇуу‚‹уƒ–уƒ­уƒƒу‚Џц•АуЎфИŠщ™уЋщ”у—уОу—уŸяМ", + "worldedit.tool.no-block": "шІ–ч•ŒуЋуƒ–уƒ­уƒƒу‚ЏуŒу‚у‚ŠуОу›у‚“яМ", + "worldedit.tool.repl.equip": "чНЎц›уƒ„уƒМуƒЋуЏ {0} уЋшЈ­хЎšу•у‚ŒуІу„уОу™у€‚", + "worldedit.tool.repl.switched": "цЖˆу—у‚Дуƒ уƒ„уƒМуƒЋуЏ {0} уЋхЄ‰ц›Ду•у‚ŒуОу—уŸ", + "worldedit.tool.data-cycler.equip": "уƒ–уƒ­уƒƒу‚Џуƒ‡уƒМу‚Пу‚Еу‚Єу‚ЏуƒЉуƒМуЏ {0} уЋшЈ­хЎšу•у‚ŒуІу„уОу™у€‚", + "worldedit.tool.data-cycler.block-not-permitted": "ууЎуƒ–уƒ­уƒƒу‚ЏуЎуƒ‡уƒМу‚Пх€Єу‚’у‚Еу‚Єу‚ЏуƒЋу™у‚‹цЈЉщ™уŒу‚у‚ŠуОу›у‚“яМ", + "worldedit.tool.data-cycler.cant-cycle": "ууЎуƒ–уƒ­уƒƒу‚ЏуЎуƒ‡уƒМу‚ПуЏу‚Еу‚Єу‚ЏуƒЋуЇууОу›у‚“яМ", + "worldedit.tool.data-cycler.new-value": "{0} уЎх€ЄуЏчОхœЈ {1} уЇу™", + "worldedit.tool.data-cycler.cycling": "{0} у‚’у‚Еу‚Єу‚ЏуƒЋу—уІу„уОу™", + "worldedit.tool.deltree.equip": "чЉКфИ­уЎцœЈх‰Šщ™Єуƒ„уƒМуƒЋу‚’ {0} уЋу‚Луƒƒуƒˆу—уОу—уŸу€‚", + "worldedit.tool.deltree.not-tree": "уу‚ŒуЏцœЈуЇуЏу‚у‚ŠуОу›у‚“у€‚цА—уЎу›у„уЇу™у€‚", + "worldedit.tool.deltree.not-floating": "уу‚ŒуЏчЉКфИ­уЋцЎ‹уЃуŸцœЈуЇуЏу‚у‚ŠуОу›у‚“", + "worldedit.tool.tree.equip": "цœЈуƒ„уƒМуƒЋу‚’ {0} уЋу‚Луƒƒуƒˆу—уОу—уŸу€‚", + "worldedit.tool.tree.obstructed": "цœЈу‚’уу“уЋшЈ­чНЎу™у‚‹у“уЈуЏуЇууОу›у‚“", + "worldedit.tool.info.equip": "цƒ…х Буƒ„уƒМуƒЋу‚’ {0} уЋу‚Луƒƒуƒˆу—уОу—уŸу€‚", + "worldedit.tool.info.blockstate.hover": "уƒ–уƒ­уƒƒу‚ЏуЎчŠЖц…‹", + "worldedit.tool.info.internalid.hover": "х†…щƒЈID", + "worldedit.tool.info.light.hover": "уƒ–уƒ­уƒƒу‚ЏуЎц˜Žу‚‹у• / фИŠщƒЈуЎц˜Žу‚‹у•", + "worldedit.tool.none.equip": "уƒ„уƒМуƒЋу‚’у‚Ђу‚Єуƒ†уƒ у‹у‚‰шЇЃщ™Єу—уОу—уŸу€‚", + "worldedit.tool.none.to.unequip": "чОхœЈуЎу‚Ђу‚Єуƒ†уƒ уЋуЏфН•у‚‚у‚Луƒƒуƒˆу•у‚ŒуІу„уОу›у‚“у€‚", + "worldedit.tool.selwand.equip": "щИцŠžч”ЈуЎц–у‚’ {0} уЋу‚Луƒƒуƒˆу—уОу—уŸу€‚", + "worldedit.tool.navwand.equip": "цЁˆх†…ч”ЈуЎц–у‚’ {0} уЋу‚Луƒƒуƒˆу—уОу—уŸу€‚", + "worldedit.tool.floodfill.equip": "цАДцКч”Јуƒ„уƒМуƒЋу‚’ {0} уЋу‚Луƒƒуƒˆу—уОу—уŸу€‚", + "worldedit.tool.farwand.equip": "щ ц–Йч”Јц–у‚’ {0} уЋу‚Луƒƒуƒˆу—уОу—уŸу€‚", + "worldedit.tool.lrbuild.equip": "хКƒчЏ„х›ВхЛКчЏ‰ч”Јуƒ„уƒМуƒЋу‚’ {0} уЋу‚Луƒƒуƒˆу—уОу—уŸу€‚", + "worldedit.tool.lrbuild.set": "хЗІу‚ЏуƒЊуƒƒу‚ЏуЇ {0} уЋу‚Луƒƒуƒˆу€хГу‚ЏуƒЊуƒƒу‚ЏуЇ {1} уЋу‚Луƒƒуƒˆ", + "worldedit.tool.stack.equip": "у‚Йу‚Пуƒƒу‚Џуƒ„уƒМуƒЋу‚’ {0} уЋу‚Луƒƒуƒˆу—уОу—уŸу€‚", + "worldedit.execute.script-permissions": "хЎŸшЁŒцЈЉщ™уŒу‚у‚ŠуОу›у‚“у€‚", + "worldedit.operation.deform.expression": "{0} у‚’фНПч”Ју—уІхЄ‰хНЂу—уОу—уŸ", + "worldedit.error.parser.player-only": "'{0}' у‚’х…ЅхŠ›у™у‚‹уЋуЏуƒ—уƒЌу‚ЄуƒЄуƒМуŒхП…шІуЇу™у€‚", + "worldedit.selection.cuboid.explain.primary": "щ–‹хЇ‹фНчНЎу‚’ {0} уЋшЈ­хЎšу—уОу—уŸу€‚", + "worldedit.selection.cuboid.explain.primary-area": "щ–‹хЇ‹фНчНЎу‚’ {0} ({1}) уЋшЈ­хЎšу—уОу—уŸу€‚", + "worldedit.selection.cuboid.explain.secondary": "чЕ‚фК†фНчНЎу‚’ {0} уЋшЈ­хЎšу—уОу—уŸу€‚", + "worldedit.selection.cuboid.explain.secondary-area": "чЕ‚фК†фНчНЎу‚’ {0} ({1}) уЋшЈ­хЎšу—уОу—уŸу€‚", + "worldedit.selection.ellipsoid.info.center": "фИ­хЄЎ: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z хŠхО„: {0}", + "worldedit.selection.cylinder.info.center": "фИ­хЄЎ: {0}", + "worldedit.sideeffect.entity_ai": "у‚ЈуƒГуƒ†у‚Ѓуƒ†у‚ЃAI", + "worldedit.sideeffect.events": "MOD/уƒ—уƒЉу‚Ау‚ЄуƒГ у‚Єуƒ™уƒГуƒˆ", + "worldedit.sideeffect.state.on": "у‚ЊуƒГ", + "worldedit.sideeffect.state.off": "у‚Њуƒ•", + "worldedit.help.command-not-found": "у‚ГуƒžуƒГуƒ‰ '{0}' уŒшІ‹уЄу‹у‚ŠуОу›у‚“уЇу—уŸ", + "worldedit.cli.unknown-command": "у‚ГуƒžуƒГуƒ‰уŒх­˜хœЈу—уОу›у‚“" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/jbo/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/jbo/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/jbo/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/ka/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/ka/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/ka/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/kab/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/kab/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/kab/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/kk/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/kk/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/kk/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/kn/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/kn/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/kn/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/ko/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/ko/strings.json new file mode 100644 index 0000000..75aead4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/ko/strings.json @@ -0,0 +1,344 @@ +{ + "worldedit.expand.description.vert": "ь„ эƒь„ ь„ИъГ„ э•œъГ„ъЙŒьЇ€ ьˆ˜ьЇьœМыЁœ э™•ьžЅэ•Љы‹ˆы‹Є.", + "worldedit.expand.expanded": "ь˜ь—­ьД {0}ыИ”ыЁ э™•ьžЅыЈ", + "worldedit.expand.expanded.vert": "ь˜ь—­ {0}ыИ”ыЁ э™•ьžЅыЈ (ьœ„ь—ь„œ ь•„ыž˜ыЁœ).", + "worldedit.biomeinfo.lineofsight": "ь‹œь„  ьЇ€ь ь˜ ьƒыЌМъЕАъГ„: {0}", + "worldedit.biomeinfo.position": "э˜„ьžЌ ьœ„ьɘь˜ ьƒыЌМъЕАъГ„: {0}", + "worldedit.biomeinfo.selection": "ь„ эƒыœ ъГГь˜ ьƒыЌМъЕАъГ„: {0}", + "worldedit.brush.radius-too-large": "э—ˆьšЉыœ ыИŒыŸЌь‹œ ьЕœыŒ€ ыВ”ьœ„: {0}", + "worldedit.brush.apply.description": "ьЙ  ыИŒыŸЌь‹œ, ыЊЈы“  ыИ”ыЁь— ьЙ ь„ ь ьšЉэ•Љы‹ˆы‹Є", + "worldedit.brush.apply.radius": "ыИŒыŸЌь‹œ эЌъИА", + "worldedit.brush.apply.shape": "ь˜ь—­ ыЊЈь–‘", + "worldedit.brush.apply.type": "ь‚ЌьšЉэ•  ыИŒыŸЌь‹œь˜ ьЂ…ыЅ˜", + "worldedit.brush.apply.item.warning": "ьД ыИŒыŸЌь‹œыŠ” ь•„ьДэ…œ ь‚ЌьšЉь„ ь‹œыЎЌы ˆьДь…˜ э•Љы‹ˆы‹Є. ьДыŠ” ыЊЈы“  э”ŒыžЋэМь—ь„œ ьž‘ы™э•˜ьЇ€ ь•Šь„ ьˆ˜ ьžˆьœМыЉА, ы˜ыŒыІД ьˆ˜ ь—†ьŠЕы‹ˆы‹Є. ы˜э•œ ы‹ЄыЅИ ыЊЈы“œ э˜Йь€ э”ŒыŸЌъЗИьИъГМь˜ ьДьƒэ•œ ьƒэ˜Иьž‘ьšЉь„ ыАœьƒь‹œэ‚Ќ ьˆ˜ ьžˆьŠЕы‹ˆы‹Є. ьДыЅМ ыА˜ы“œь‹œ ьˆ™ьЇ€э•˜ъГ  ь‚ЌьšЉэ•˜ь‹­ь‹œь˜Є.", + "worldedit.brush.paint.description": "эŽ˜ьИэŠИ ыИŒыŸЌь‹œ, э‘œыЉДь— ьЙ ь„ ь ьšЉэ•Љы‹ˆы‹Є", + "worldedit.brush.paint.size": "ыИŒыŸЌь‹œ эЌъИА", + "worldedit.brush.paint.shape": "ь˜ь—­ ыЊЈь–‘", + "worldedit.brush.paint.density": "ыИŒыŸЌь‹œ ыА€ы„", + "worldedit.brush.paint.type": "ь‚ЌьšЉэ•  ыИŒыŸЌь‹œь˜ ьЂ…ыЅ˜", + "worldedit.brush.paint.item.warning": "ьД ыИŒыŸЌь‹œыŠ” ь•„ьДэ…œ ь‚ЌьšЉь„ ь‹œыЎЌы ˆьДь…˜ э•Љы‹ˆы‹Є. ьДыŠ” ыЊЈы“  э”ŒыžЋэМь—ь„œ ьž‘ы™э•˜ьЇ€ ь•Šь„ ьˆ˜ ьžˆьœМыЉА, ы˜ыŒыІД ьˆ˜ ь—†ьŠЕы‹ˆы‹Є. ы˜э•œ ы‹ЄыЅИ ыЊЈы“œ э˜Йь€ э”ŒыŸЌъЗИьИъГМь˜ ьДьƒэ•œ ьƒэ˜Иьž‘ьšЉь„ ыАœьƒь‹œэ‚Ќ ьˆ˜ ьžˆьŠЕы‹ˆы‹Є. ьДыЅМ ыА˜ы“œь‹œ ьˆ™ьЇ€э•˜ъГ  ь‚ЌьšЉэ•˜ь‹­ь‹œь˜Є.", + "worldedit.brush.sphere.equip": "ъЕЌэ˜• ыИŒыŸЌь‹œ ьžЅьАЉыЈ ({0}).", + "worldedit.brush.cylinder.equip": "ь‹ЄыІАы” ыЊЈь–‘ ыИŒыŸЌь‹œ ьžЅьАЉыЈ ({0} - {1}).", + "worldedit.brush.clipboard.equip": "эДыІНыГДы“œ ыЊЈь–‘ ыИŒыŸЌь‹œ ьžЅьАЉыЈ.", + "worldedit.brush.smooth.equip": "ыЖ€ы“œыŸНъВŒ ы‹Єы“ЌъИА ыИŒыŸЌь‰Ќ ьžЅьАЉыЈ ({0} x {1}x {2} ь‚ЌьšЉ).", + "worldedit.brush.extinguish.equip": "ь†Œэ™”ъИА ьžЅьАЉыЈ ({0}).", + "worldedit.brush.gravity.equip": "ьЄ‘ы Ѕ ыИŒыŸЌь‹œыЁœ ьžЅьАЉыЈ ({0}).", + "worldedit.brush.butcher.equip": "ы„ь‚Дьž ыИŒыŸЌь‹œ ьžЅьАЉыЈ ({0}).", + "worldedit.brush.operation.equip": "ыИŒыŸЌь‹œъА€ {0}ьœМ(ыЁœ) ь„Єь •ыЈ.", + "worldedit.brush.heightmap.equip": "ы†’ьДыЇЕ ыИŒыŸЌь‹œъА€ ьžЅьАЉыЈ ({0})", + "worldedit.brush.heightmap.unknown": "ь•Œ ьˆ˜ ь—†ыŠ” ы†’ьДыЇЕ ыИŒыŸЌь‹œ: {0}.", + "worldedit.brush.none.equip": "э˜„ьžЌ ь•„ьДэ…œь—ь„œ ыИŒыŸЌь‹œыЅМ ь œъБАэ–ˆьŠЕы‹ˆы‹Є.", + "worldedit.setbiome.changed": "ь•Н {0} ъАœ ыИ”ыŸ­ь˜ ыА”ьДь˜ДьД ыГ€ъВНы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.setbiome.warning": "ыГ€ъВНь‚Ќэ•­ь„ э™•ьИэ•˜ы ЄыЉД ъВŒьž„ь„ ьžЌь ‘ь†э•Дь•М э•  ьˆ˜ы„ ьžˆьŠЕы‹ˆы‹Є(ы˜ыŠ” ь›”ы“œыЅМ ы‹ЋъГ  ы‹Єь‹œ ьМœь•М э•  ьˆ˜ы„ ьžˆьŠЕы‹ˆы‹Є).", + "worldedit.drawsel.disabled": "ь„œыВ„ CUIъА€ ыЙ„э™œь„Бэ™” ы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.drawsel.disabled.already": "ь„œыВ„ CUIыŠ” ьДыЏИ ыЙ„э™œь„Бэ™” ьƒэƒœьž…ы‹ˆы‹Є.", + "worldedit.drawsel.enabled.already": "ь„œыВ„ CUIыŠ” ьДыЏИ э™œь„Бэ™” ьƒэƒœьž…ы‹ˆы‹Є.", + "worldedit.limit.too-high": "э—ˆьšЉыœ ыИ”ыŸ­ь˜ ьЕœыŒ€ьɘыŠ” {0} ыИ”ыŸ­ьž…ы‹ˆы‹Є.", + "worldedit.limit.set": "ыИ”ыŸ­ ыГ€ъВНь˜ ьЕœыŒ€ьɘыЅМ {0} ыИ”ыŸ­ьœМыЁœ ь •э•˜ь˜€ьŠЕы‹ˆы‹Є.", + "worldedit.limit.return-to-default": "(//limitь„ ь‚ЌьšЉэ•˜ыЉД ъИАыГИъА’ьœМыЁœ ы˜ыŒь•„ъА‘ы‹ˆы‹Є.)", + "worldedit.timeout.too-high": "э—ˆьšЉыœ ьЇ€ь—Аь˜ ьЕœыŒ€ьɘыŠ” {0}msьž…ы‹ˆы‹Є.", + "worldedit.timeout.set": "эƒ€ьž„ь•„ь›ƒ ь‹œъА„ь„ {0}msыЁœ ь„Єь •э–ˆьŠЕы‹ˆы‹Є.", + "worldedit.timeout.return-to-default": " (//timeoutь„ ь‚ЌьšЉэ•˜ыЉД ъИАыГИъА’ьœМыЁœ ы˜ыŒь•„ъА‘ы‹ˆы‹Є.)", + "worldedit.fast.disabled": "ъГ ь† ыЊЈы“œ ыЙ„э™œь„Бэ™”ыЈ.", + "worldedit.fast.enabled": "ъГ ь† ыЊЈы“œъА€ э™œь„Бэ™”ыЈ. ь˜э–Ѕь„ ыА›ь€ ъЕЌь—­ь˜ ыЊ…ь•”ьД ьž˜ыЊЛы˜ъБАы‚˜ ыГ€ъВН ь‚Ќэ•­ь„ э™•ьИэ•˜ы ЄыЉД ьžЌь ‘ь†э•Дь•М э•  ьˆ˜ ьžˆьŠЕы‹ˆы‹Є.", + "worldedit.fast.disabled.already": "ьДыЏИ ъГ ь† ыЊЈы“œ ыЙ„э™œь„Бэ™”ыЈ.", + "worldedit.fast.enabled.already": "ьДыЏИ ъГ ь† ыЊЈы“œ э™œь„Бэ™”ыЈ.", + "worldedit.perf.sideeffect.set": "ыЖ€ъГМ эšЈъГМ \"{0}\"ьД {1}(ьœМ)ыЁœ ь„Єь •ыЈ", + "worldedit.perf.sideeffect.get": "ыЖ€ъГМ эšЈъГМ \"{0}\"(ьД)ъА€ {1}(ьœМ)ыЁœ ь„Єь •ыЈ", + "worldedit.perf.sideeffect.already-set": "ыЖ€ъГМ эšЈъГМ \"{0}\"(ьД)ъА€ ьДыЏИ {1}ьž…ы‹ˆы‹Є.", + "worldedit.perf.sideeffect.set-all": "ыЊЈы“  ыЖ€ъГМ эšЈъГМъА€ {0}ыЁœ ь„Єь •ыЈ", + "worldedit.reorder.current": "ы Œы”ыŸЌ ыЊЈы“œъА€ {0} ьž…ы‹ˆы‹Є", + "worldedit.reorder.set": "ьДь œ ы Œы”ыŸЌ ыЊЈы“œыŠ” {0} ьž…ы‹ˆы‹Є", + "worldedit.gmask.disabled": "ъИ€ыЁœыВŒ ыЇˆьŠЄэЌъА€ ыЙ„э™œь„Бэ™” ы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.gmask.set": "ъИ€ыЁœыВŒ ыЇˆьŠЄэЌъА€ ьƒь„Бы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.toggleplace.pos1": "ьДь œ ьВЋ ыВˆьЇИ ьœ„ьɘь— ь„Єьɘэ•Љы‹ˆы‹Є", + "worldedit.toggleplace.player": "ьДь œ ы‹Йь‹ ьД ь„œ ьžˆыŠ” ыИ”ыЁ ь•ˆь— ь„Єьɘэ•Љы‹ˆы‹Є", + "worldedit.searchitem.too-short": "ъВ€ьƒ‰ъИ€ьžыŠ” ьЕœь†Œ 3ъИ€ьž ьДьƒьДь–Дь•М э•Љы‹ˆы‹Є(len > 2).", + "worldedit.searchitem.either-b-or-i": "ы‹Йь‹ ь€ 'b'ь™€ 'i' э”Œыž˜ъЗИыЅМ ы™ь‹œь— ь‚ЌьšЉэ•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є.", + "worldedit.searchitem.searching": "(ь•„ьДэ…œ ъВ€ьƒ‰ ьЄ‘ьž…ы‹ˆы‹Є... ьž ь‹œыЇŒ ъИАы‹Єы ЄьЃМь„Иьš”.)", + "worldedit.watchdog.no-hook": "ьД э”ŒыžЋэМь—ыŠ” ъАь‹œ ьžЅьɘ ъГ ыІЌъА€ ь—†ьŠЕы‹ˆы‹Є.", + "worldedit.watchdog.active.already": "ъАь‹œ ьžЅьɘ ъГ ыІЌъА€ ьДыЏИ э™œь„Бэ™”ы˜ь–Д ьžˆьŠЕы‹ˆы‹Є.", + "worldedit.watchdog.inactive.already": "ъАь‹œ ьžЅьɘ ъГ ыІЌъА€ ьДыЏИ ыЙ„э™œь„Бэ™”ы˜ь–Д ьžˆьŠЕы‹ˆы‹Є.", + "worldedit.watchdog.active": "ьДь œ ъАь‹œ ьžЅьɘ ъГ ыІЌъА€ э™œь„Бэ™”ы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.watchdog.inactive": "ьДь œ ъАь‹œ ьžЅьɘ ъГ ыІЌъА€ ыЙ„э™œь„Бэ™”ы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.undo.undone": "{0}ыВˆ ъА€ыŠЅэ•œ эŽИьЇ‘ь„ ьЗЈь†Œэ–ˆьŠЕы‹ˆы‹Є.", + "worldedit.undo.none": "ьЗЈь†Œэ•  ъВƒьД ь—†ьŠЕы‹ˆы‹Є.", + "worldedit.redo.redone": "{0}ыВˆь˜ ъА€ыŠЅэ•œ эŽИьЇ‘ь„ ы˜ыŒы ИьŠЕы‹ˆы‹Є.", + "worldedit.redo.none": "ы˜ыŒыІД ъВƒьД ь—†ьŠЕы‹ˆы‹Є.", + "worldedit.clearhistory.cleared": "ъИАыЁ ь‚­ь œыЈ.", + "worldedit.raytrace.noblock": "ь‹œь•Мь— ыИ”ыŸ­ьД ь—†ьŠЕы‹ˆы‹Є!", + "worldedit.restore.not-configured": "ьŠЄыƒ…ьˆ/ыАБь—… ыГЕь›ьД ъЕЌь„Бы˜ьЇ€ ь•Šь•˜ьŠЕы‹ˆы‹Є.", + "worldedit.restore.not-available": "ьŠЄыƒ…ьˆьД ьЁДьžЌэ•˜ьЇ€ ь•ŠъБАы‚˜ ь‚ЌьšЉэ•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є.", + "worldedit.restore.failed": "ьŠЄыƒ…ьˆ ыЖˆыŸЌь˜ЄъИАыЅМ ь‹ЄэŒЈэ–ˆьŠЕы‹ˆы‹Є: {0}", + "worldedit.restore.loaded": "ьŠЄыƒ…ьƒЗ '{0}'ь„(ыЅМ) ыЖˆыŸЌь™”ъГ , э˜„ьžЌ ыГЕь› ьЄ‘ьž…ы‹ˆы‹Є...", + "worldedit.restore.restored": "ыГЕь›ы˜ь—ˆьŠЕы‹ˆы‹ЄыЇŒ, {0}ъАœь˜ ьВ­эЌъА€ ь†ь‹Єы˜ь—ˆъГ  {1}ъАœь˜ ы‹ЄыЅИ ь˜ЄыЅ˜ъА€ ьžˆьŠЕы‹ˆы‹Є.", + "worldedit.restore.none-for-specific-world": "'{0}' ь›”ы“œь—ь„œ ьŠЄыƒ…ьˆь„ ьАОьЇ€ ыЊЛэ–ˆьŠЕы‹ˆы‹Є.", + "worldedit.restore.none-for-world": "ьД ь›”ы“œь—ь„œ ьŠЄыƒ…ьˆь„ ьАОьЇ€ ыЊЛэ–ˆьŠЕы‹ˆы‹Є.", + "worldedit.restore.none-found": "ьŠЄыƒ…ьˆь„ ьАОьЇ€ ыЊЛэ–ˆьŠЕы‹ˆы‹Є.", + "worldedit.restore.none-found-console": "ьŠЄыƒ…ьˆь„ ьАОьЇ€ ыЊЛэ–ˆьŠЕы‹ˆы‹Є. ьžь„Иэ•œ ы‚ДьšЉь€ ь͘ь†”ь„ э™•ьИэ•ДьЃМь„Иьš”.", + "worldedit.restore.chunk-not-present": "ьŠЄыƒ…ьƒЗь—ыŠ” ьВ­эЌъА€ ьЁДьžЌэ•˜ьЇ€ ь•ŠьŠЕы‹ˆы‹Є.", + "worldedit.restore.chunk-load-failed": "ьВ­эЌыЅМ ыЖˆыŸЌь˜Ќ ьˆ˜ ь—†ь—ˆьŠЕы‹ˆы‹Є. (ь €ьžЅь†Œ ыЖˆыŸ‰?)", + "worldedit.restore.block-place-failed": "ь˜ЄыЅ˜ыЁœ ьИэ•Д ыИ”ыЁьД ыГЕь›ы˜ьЇ€ ь•Šь•˜ьŠЕы‹ˆы‹Є.", + "worldedit.restore.block-place-error": "ьЕœъЗМ ь—ыŸЌ: {0}", + "worldedit.snapshot.use.newest": "ьЕœь‹  ьŠЄыƒ…ьˆь„ ь‚ЌьšЉ ьЄ‘ьž…ы‹ˆы‹Є.", + "worldedit.snapshot.use": "ьŠЄыƒ…ьƒЗ ь„Єь •: {0}", + "worldedit.snapshot.none-before": "{0} ьДь „ь— ьƒь„Быœ ьŠЄыƒ…ьƒЗь„ ьАОь„ ьˆ˜ ь—†ьŠЕы‹ˆы‹Є.", + "worldedit.snapshot.none-after": "{0} ьДэ›„ь— ьƒь„Быœ ьŠЄыƒ…ьƒЗь„ ьАОь„ ьˆ˜ ь—†ьŠЕы‹ˆы‹Є.", + "worldedit.snapshot.index-above-0": "ьИыБьŠЄъА€ ьœ эšЈэ•˜ьЇ€ ь•ŠьŠЕы‹ˆы‹Є. 1 ьДьƒьДь–Дь•М э•Љы‹ˆы‹Є.", + "worldedit.snapshot.index-oob": "ьИыБьŠЄъА€ ьœ эšЈэ•˜ьЇ€ ь•ŠьŠЕы‹ˆы‹Є. 1ъГМ {0} ь‚ЌьДь–Дь•М э•Љы‹ˆы‹Є.", + "worldedit.schematic.unknown-format": "ь•Œы ЄьЇ€ьЇ€ ь•Šь€ ы„ь‹ э˜•эƒœьž…ы‹ˆы‹Є: {0}.", + "worldedit.schematic.load.does-not-exist": "ьЁДьžЌэ•˜ьЇ€ ь•ŠыŠ” ы„ь‹ {0} ьž…ы‹ˆы‹Є!", + "worldedit.schematic.load.loading": "ъИАы‹Єы Є ьЃМь„Иьš”... ъБДьЖ•ыЌМьД ь €ьžЅы˜ъГ  ьžˆьŠЕы‹ˆы‹Є.", + "worldedit.schematic.load.still-loading": "(ъИАы‹Єы Є ьЃМь„Иьš”... ь•„ьЇ ы„ь‹ь„ ыЖˆыŸЌь˜ЄыŠ” ьЄ‘ьž…ы‹ˆы‹Є.)", + "worldedit.schematic.save.already-exists": "ъЗИ ы„ь‹ь€ ьДыЏИ ьЁДьžЌэ•Љы‹ˆы‹Є. -f э”Œыž˜ъЗИыЅМ ьДьšЉэ•Д ыЎь–Дь”ŒьšАь„Иьš”.", + "worldedit.schematic.save.failed-directory": "ы„ь‹ы“Єь„ ьœ„э•œ эДы”ыЅМ ьƒь„Бэ•  ьˆ˜ ь—†ь—ˆьŠЕы‹ˆы‹Є!", + "worldedit.schematic.save.saving": "ъИАы‹Єы Є ьЃМь„Иьš”... ъБДьЖ•ыЌМьД ь €ьžЅы˜ъГ  ьžˆьŠЕы‹ˆы‹Є.", + "worldedit.schematic.save.still-saving": "(ъИАы‹Єы Є ьЃМь„Иьš”.. ь•„ьЇ ы„ь‹ь„ ь €ьžЅьЄ‘ьž…ы‹ˆы‹Є.)", + "worldedit.schematic.delete.does-not-exist": "ьЁДьžЌэ•˜ьЇ€ ь•ŠыŠ” ы„ь‹ {0} ьž…ы‹ˆы‹Є!", + "worldedit.schematic.delete.failed": "{0} ь‚­ь œь— ь‹ЄэŒЈэ•˜ь˜€ьŠЕы‹ˆы‹Є! ьНъИА ь „ьšЉьœМыЁœ ы˜ь–Дьžˆы‚˜ьš”?", + "worldedit.schematic.delete.deleted": "{0} ьД ь‚­ь œы˜ь—ˆьŠЕы‹ˆы‹Є", + "worldedit.schematic.formats.title": "ьДьšЉэ•  ьˆ˜ ьžˆыŠ” эДыІНыГДы“œ э˜•ь‹", + "worldedit.schematic.unsupported-minecraft-version": "э•Ды‹Й ыВ„ь „ь˜ WorldEditь€ ьД Minecraft ыВ„ь „ь„ ьЇ€ь›э•˜ьЇ€ ь•ŠьŠЕы‹ˆы‹Є. ьД ыЌИь œъА€ э•ДъВАы  ы•ŒъЙŒьЇ€ Schematicsь€ ьž‘ы™э•˜ьЇ€ ь•ŠьŠЕы‹ˆы‹Є.", + "worldedit.pos.already-set": "ьœ„ьɘъА€ ьДыЏИ ь •э•ДьЁŒьŠЕы‹ˆы‹Є.", + "worldedit.pos.console-require-coords": "ь͘ь†”ыЁœ ьЂŒэ‘œьЖ•ь„ ь œъГЕэ•Дь•М э•Љы‹ˆы‹Є.", + "worldedit.hpos.no-block": "ь‹œь•Мь— ыИ”ыŸ­ьД ь—†ьŠЕы‹ˆы‹Є!", + "worldedit.hpos.already-set": "ьœ„ьɘъА€ ьДыЏИ ь •э•ДьЁŒьŠЕы‹ˆы‹Є.", + "worldedit.chunk.selected-multiple": "ьВ­эЌъА€ ь„ эƒыЈ: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "ьВ­эЌъА€ ь„ эƒыЈ: {0}, {1}, {2}", + "worldedit.wand.invalid": "ьЇ€эœ˜ыД‰ьД ъЕЌь„Бы˜ьЇ€ ь•Šь•˜ъБАы‚˜ ь‚ЌьšЉэ•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є.", + "worldedit.wand.selwand.info": "ьЂŒэДыІ­: #1ьЇ€ь  ь„ эƒ, ьšАэДыІ­: #2ьЇ€ь  ь„ эƒ", + "worldedit.wand.navwand.info": "ьЂŒэДыІ­: ь—ьž„ьœМыЁœ э…”ы ˆэЌэŠИ; ьšАэДыІ­: ыВН ъД€э†Е", + "worldedit.wand.selwand.now.tool": "ь„ эƒыœ ь™„ы“œъА€ ьМыА˜ ы„ъЕЌыЁœ ь„Єь •ы˜ь—ˆьŠЕы‹ˆы‹Є. {0}ыЁœ ыЙ„э™œь„Бэ™” э•  ьˆ˜ ьžˆъГ , {1}ыЁœ ь•„ыЌД ь•„ьДэ…œьДы‚˜ ы‹Єь‹œ ь œыГИэ•  ьˆ˜ ьžˆъГ , ы˜ыŠ” {2}ыЁœ ьƒˆыЁœьšД ь™„ы“œыЅМ ь–Ль„ ьˆ˜ ьžˆьŠЕы‹ˆы‹Є.", + "worldedit.contract.contracted": "ь˜ь—­ьД {0} ыИ”ыЁ э™•ьžЅыЈ.", + "worldedit.shift.shifted": "ьЇ€ь—­ ыГ€ъВНыЈ.", + "worldedit.outset.outset": "ьЇ€ь—­ ь•„ь›ƒь…‹ыЈ.", + "worldedit.inset.inset": "ьЇ€ь—­ ьИь…‹ыЈ.", + "worldedit.size.offset": "ь˜Єэ”„ь…‹: {0}", + "worldedit.size.type": "ьœ э˜•: {0}", + "worldedit.size.size": "эЌъИА: {0}", + "worldedit.size.distance": "эыГДьДы“œ ъБАыІЌ: {0}", + "worldedit.size.blocks": "#ь˜ ыИ”ыЁ ьˆ˜: {0}", + "worldedit.count.counted": "ьЙДьšДэŠИ: {0}", + "worldedit.distr.no-blocks": "ыИ”ыЁьД ьЙДьšДэŠИы˜ьЇ€ ь•Šь•˜ьŠЕы‹ˆы‹Є", + "worldedit.distr.total": "ьД ыИ”ыŸ­ ъАЏьˆ˜: {0}", + "worldedit.select.cleared": "ь„ эƒэ•œъВƒьД ь •ыІЌы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.select.cuboid.description": "ьЇьœЁыЉДьВДь˜ ы‘ ъМ­ьЇ“ь ь„ ь„ эƒэ•Љы‹ˆы‹Є", + "worldedit.select.extend.message": "ьЇьœЁыЉДьВД: ьЂŒэДыІ­ьœМыЁœ ь‹œьž‘ ьЇ€ь ь„, ьšАэДыІ­ьœМыЁœ ь—АьžЅэ•˜ь„Иьš”", + "worldedit.select.extend.description": "ъГ ь† ьЇьœЁыЉДьВД ь„ эƒ ыЊЈы“œ", + "worldedit.select.poly.message": "2D ы‹ЄъАэ˜• ь„ эƒъИА: ьЂŒ/ьšАэДыІ­ьœМыЁœ ъМ­ьЇ“ь ь„ ьЖ”ъА€э•˜ь„Иьš”.", + "worldedit.select.poly.limit-message": "ьЕœыŒ€ {0}ъАœ ъМ­ьЇ“ь ", + "worldedit.select.poly.description": "ы†’ьДъА€ ьžˆыŠ” 2D ы‹ЄъАэ˜• ь„ эƒ", + "worldedit.select.ellipsoid.description": "эƒ€ь›ьВД ь„ эƒ", + "worldedit.select.sphere.message": "ъЕЌ ь„ эƒъИА: ьЂŒэДыІ­=ьЄ‘ь•™ ь„Єь •, ьšАэДыІ­ьœМыЁœ ыА˜ьЇ€ыІ„ь„ ь„Єь •", + "worldedit.select.sphere.description": "ы™ъЗИыМыЏИыЅМ ь„ эƒэ•ДьЃМь„Иьš”", + "worldedit.select.cyl.message": "ь›ъИАы‘Ѕ ь„ эƒъИА: ьЂŒэДыІ­=ьЄ‘ь•™ ь„ эƒ, ьšАэДыІ­ьœМыЁœ э™•ьžЅ", + "worldedit.select.cyl.description": "ь›ъИАы‘Ѕ ь„ эƒ", + "worldedit.select.convex.message": "ыГМыЁ ы‹ЄыЉДьВД ь„ эƒъИА: ьЂŒэДыІ­=ьВЋ ыВˆьЇИ ъМ­ьЇ“ь , ьšАэДыІ­ьœМыЁœ ы” ьЖ”ъА€.", + "worldedit.select.convex.limit-message": "ьЕœыŒ€ {0}ъАœ ъМ­ьЇ“ь ", + "worldedit.select.default-set": "ъИАыГИ ьЇ€ь—­ ь„ эƒьžыŠ” ьДь œ {0} ьž…ы‹ˆы‹Є.", + "worldedit.chunkinfo.chunk": "ьВ­эЌ: {0}, {1}", + "worldedit.chunkinfo.old-filename": "ьДь „ э˜•ь‹: {0}", + "worldedit.drain.drained": "ь•ЁьВД {0} ыИ”ыŸ­ьД ыЇыžьŠЕы‹ˆы‹Є.", + "worldedit.fill.created": "ыИ”ыŸ­ {0} ъАœъА€ ьБ„ь›ŒьЁŒьŠЕы‹ˆы‹Є.", + "worldedit.fillr.created": "ыИ”ыŸ­ {0} ъАœъА€ ьБ„ь›ŒьЁŒьŠЕы‹ˆы‹Є.", + "worldedit.fixlava.fixed": "ьšЉь•” {0} ыИ”ыŸ­ьД ъГ ь •ы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.fixwater.fixed": "ыЌМ {0} ыИ”ыŸ­ьД ъГ ь •ы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.removeabove.removed": "ыИ”ыŸ­ {0} ъАœъА€ ьЇ€ь›ŒьЁŒьŠЕы‹ˆы‹Є.", + "worldedit.removebelow.removed": "ыИ”ыŸ­ {0} ъАœъА€ ьЇ€ь›ŒьЁŒьŠЕы‹ˆы‹Є.", + "worldedit.removenear.removed": "ыИ”ыŸ­ {0} ъАœъА€ ьЇ€ь›ŒьЁŒьŠЕы‹ˆы‹Є.", + "worldedit.replacenear.replaced": "ыИ”ыŸ­ {0} ъАœъА€ ъЕьВДы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.snow.created": "ыИ”ыŸ­ {0} ъАœь˜ э‘œыЉДь„ ыЎь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.thaw.removed": "ыЌМ {0} ыИ”ыŸ­ьД ы…Йь•˜ьŠЕы‹ˆы‹Є.", + "worldedit.green.changed": "ыИ”ыŸ­ {0} ъАœъА€ ы…ЙьЇ€э™” ы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.extinguish.removed": "ыЖˆ {0} ыИ”ыŸ­ьД ъКМьЁŒьŠЕы‹ˆы‹Є.", + "worldedit.butcher.killed": "ыВ”ьœ„ {1} ь—ь„œ ыЊЌьŠЄэ„А {0} ыЇˆыІЌыЅМ ьЃНь˜€ьŠЕы‹ˆы‹Є.", + "worldedit.butcher.explain-all": "-1ь„ ь‚ЌьšЉэ•˜ыЉД ыЁœы“œыœ ьВ­эЌь˜ ыЊЈы“  ыЊЌьŠЄэ„АыЅМ ь œъБАэ•Љы‹ˆы‹Є.", + "worldedit.remove.removed": "{0} ъАœь˜ ь—”э‹Аэ‹АъА€ ь œъБА ыŒ€ьƒьœМыЁœ э‘œь‹œы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.remove.explain-all": "-1ь„ ь‚ЌьšЉэ•˜ыЉД ыЁœы“œыœ ьВ­эЌь˜ ыЊЈы“  ь—”э‹Аэ‹АыЅМ ь œъБАэ•Љы‹ˆы‹Є.", + "worldedit.calc.invalid": "'{0}'ь„ ьœ эšЈэ•œ э‘œэ˜„ь‹ьœМыЁœ ыА”ъП€ ьˆ˜ ь—†ьŠЕы‹ˆы‹Є.", + "worldedit.paste.pasted": "эДыІНыГДы“œыЅМ {0} ь— ыЖ™ь—ЌьЁŒьŠЕы‹ˆы‹Є.", + "worldedit.paste.selected": "эДыІНыГДы“œ ыЖ™ь—Ќы„ЃъИА ь˜ь—­ьД ь„ эƒы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.rotate.no-interpolation": "ьАИъГ : ыГДъА„ь€ ь•„ьЇ ьЇ€ь›ы˜ьЇ€ ь•ŠьœМыЏ€ыЁœ ъАы„ыЅМ 90ь˜ ыААьˆ˜ыЁœ ьЇ€ь •э•˜ыŠ” ъВƒь„ ьЖ”ьВœы“œыІНы‹ˆы‹Є.", + "worldedit.rotate.rotated": "эДыІНыГДы“œь— ьžˆыŠ” ь‚ЌыГИь„ эšŒь „ь‹œьМАьŠЕы‹ˆы‹Є.", + "worldedit.flip.flipped": "эДыІНыГДы“œь— ьžˆыŠ” ь‚ЌыГИь„ ыА˜ь „ь‹œьМАьŠЕы‹ˆы‹Є.", + "worldedit.clearclipboard.cleared": "эДыІНыГДы“œыЅМ ыЙ„ь› ьŠЕы‹ˆы‹Є.", + "worldedit.set.done": "ьž‘ь—…ьД ь™„ыЃŒы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.set.done.verbose": "({0}) ьž‘ь—…ьД ь™„ыЃŒы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.line.changed": "ыИ”ыŸ­ {0} ъАœъА€ ыГ€ъВНы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.line.invalid-type": "//lineь€ ьž…ыАЉэ˜•ъГМ ыИ”ыŸ­ ы‹ЄыЉДьВД ь„ эƒь—ь„œыЇŒ ьž‘ы™э•Љы‹ˆы‹Є.", + "worldedit.curve.changed": "ыИ”ыŸ­ {0} ъАœъА€ ыГ€ъВНы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.curve.invalid-type": "//curve ыЊ…ы Йь–ДыŠ” ыИ”ыŸ­ ы‹ЄыЉДьВД ь„ эƒь—ь„œыЇŒ ьž‘ы™э•Љы‹ˆы‹Є.", + "worldedit.replace.replaced": "ыИ”ыŸ­ {0} ъАœъА€ ъЕьВДы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.stack.changed": "ыИ”ыŸ­ {0} ъАœъА€ ыГ€ъВНы˜ь—ˆьŠЕы‹ˆы‹Є. //undoыЁœ ьЗЈь†Œэ•  ьˆ˜ ьžˆьŠЕы‹ˆы‹Є.", + "worldedit.regen.regenerated": "ь˜ь—­ьД ьžЌьƒь„Бы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.regen.failed": "ьВ­эЌыЅМ ьžЌьƒь„Бэ•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є. ьžь„Иэ•œ ь‚Ќэ•­ь€ ь͘ь†”ь„ э™•ьИэ•˜ь„Иьš”.", + "worldedit.walls.changed": "ыИ”ыŸ­ {0} ъАœъА€ ыГ€ъВНы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.faces.changed": "ыИ”ыŸ­ {0} ъАœъА€ ыГ€ъВНы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.overlay.overlaid": "ыИ”ыŸ­ {0} ъАœыЅМ ыЎь–Дь”Œь› ьŠЕы‹ˆы‹Є.", + "worldedit.naturalize.naturalized": "ыИ”ыŸ­ {0} ъАœыЅМ ы” ьžь—Аь ьœМыЁœ ыЇŒы“Єь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.center.changed": "ьЄ‘ь‹ЌьД ьЇ€ь •ы˜ь—ˆьŠЕы‹ˆы‹Є. (ыИ”ыŸ­ {0} ъАœъА€ ыГ€ъВНы˜ь—ˆьŠЕы‹ˆы‹Є.)", + "worldedit.smooth.changed": "ьЇ€э˜•ь˜ ы†’ьДыЅМ ыЖ€ы“œыŸНъВŒ э–ˆьŠЕы‹ˆы‹Є. ыИ”ыŸ­ {0} ъАœъА€ ыГ€ъВНы˜ь—ˆьŠЕы‹ˆы‹Є,", + "worldedit.move.moved": "ыИ”ыŸ­ {0} ъАœъА€ ьДы™э–ˆьŠЕы‹ˆы‹Є.", + "worldedit.deform.deformed": "ыИ”ыŸ­ {0} ъАœъА€ ыГ€э˜•ы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.hollow.changed": "ыИ”ыŸ­ {0} ъАœъА€ ыГ€ъВНы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.forest.created": "ы‚˜ыЌД {0} ъЗИыЃЈъА€ ьƒь„Бы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.flora.created": "ь‹ыЌМ {0} ыИ”ыŸ­ьД ьƒь„Бы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.unstuck.moved": "ы‚˜ь™”ь–Дьš”!", + "worldedit.ceil.moved": "ьšАь™€ь•„!", + "worldedit.thru.moved": "ьšАь™€ь•„!", + "worldedit.jumpto.moved": "эœ™!", + "worldedit.up.moved": "ьšАь™€ь•„!", + "worldedit.cyl.created": "ыИ”ыŸ­ {0} ъАœъА€ ьƒь„Бы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.sphere.created": "ыИ”ыŸ­ {0} ъАœъА€ ьƒь„Бы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.forestgen.created": "ы‚˜ыЌД {0} ъЗИыЃЈъА€ ьƒь„Бы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.pumpkins.created": "{0} ъАœь˜ э˜ИыА•ыЌДыІЌъА€ ьƒь„БыЈ.", + "worldedit.pyramid.created": "ыИ”ыŸ­ {0} ъАœъА€ ьƒь„Бы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.generate.created": "{0} ъАœь˜ ыИ”ыŸ­ьД ьƒь„Бы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.generatebiome.changed": "ьƒыЌМъЕАъГ„ъА€ {0} ыИ”ыЁ ь˜э–ЅыА›ьŒ.", + "worldedit.reload.config": "э™˜ъВН ь„Єь •ь„ ы‹Єь‹œ ыЖˆыŸЌь™”ьŠЕы‹ˆы‹Є!", + "worldedit.report.written": "WorldEdit ыГДъГ ь„œъА€ {0}ь— ь“Аь—ЌьЁŒьŠЕы‹ˆы‹Є", + "worldedit.report.error": "ыГДъГ ь„œыЅМ ь“АыŠ”ыА ь‹ЄэŒЈэ–ˆьŠЕы‹ˆы‹Є: {0}", + "worldedit.report.callback": "ь›”ы“œь—ы”Ї ыГДъГ ь„œ: {0}.ыГДъГ ь„œ", + "worldedit.timezone.invalid": "ьœ эšЈэ•˜ьЇ€ ь•Šь€ эƒ€ьž„ьЁД", + "worldedit.timezone.set": "ь‹œъА„ыŒ€ъА€ {0} ь„Иь…˜ьœМыЁœ ь„Єь •ы˜ь—ˆьŠЕы‹ˆы‹Є", + "worldedit.timezone.current": "ь„Єь •э•œ ь‹œъА„ыŒ€ь— э˜„ьžЌ ь‹œъАь€ {0}ьž…ы‹ˆы‹Є", + "worldedit.version.version": "ь›”ы“œь—ы”Ї ыВ„ь „ {0}", + "worldedit.trace.active.already": "ьЖ”ьВ™ ыЊЈы“œъА€ ьДыЏИ э™œь„Бэ™”ыЈ.", + "worldedit.trace.inactive.already": "ьЖ”ьВ™ ыЊЈы“œъА€ ьДыЏИ ыЙ„э™œь„Бэ™”ыЈ.", + "worldedit.trace.active": "ьЖ”ь  ыЊЈы“œъА€ э™œь„Бэ™”ыЈ.", + "worldedit.trace.inactive": "ьЖ”ьВ™ ыЊЈы“œъА€ ыЙ„э™œь„Бэ™”ыЈ.", + "worldedit.command.permissions": "ы‹Йь‹ ь€ ъЗИы ‡ъВŒ э•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є. ьЇ€ъИˆ ыЊЈы“œъА€ ь˜ЌыА”ыЅИъА€ьš”?", + "worldedit.command.player-only": "э•Ды‹Й ыЊ…ы Йь–ДыŠ” э”Œы ˆьДь–ДыЇŒ ь‚ЌьšЉ ъА€ыŠЅэ•Љы‹ˆы‹Є.", + "worldedit.command.error.report": "ьД ь—ыŸЌыЅМ ыГДъГ э•ДьЃМь„Иьš”: [ь͘ь†” э™•ьИ]", + "worldedit.pastebin.uploading": "(ъИАы‹Єы ЄьЃМь„Иьš”... ьЖœы ЅыЌМь„ pastebinь— ыГДы‚ДыŠ” ьЄ‘ьž…ы‹ˆы‹Є...)", + "worldedit.session.cant-find-session": "{0} ь— ыŒ€э•œ ь„Иь…˜ь„ ьАОь„ ьˆ˜ ь—†ьŠЕы‹ˆы‹Є.", + "worldedit.asset.load.loading": "(ьž ь‹œ ъИАы‹Єы Є ьЃМь„Иьš”... ы‚ДыЖ€ ыАьДэ„АыЅМ ыЖˆыŸЌь˜ЄыŠ” ьЄ‘ьž…ы‹ˆы‹Є.)", + "worldedit.asset.load.still-loading": "(ьž ь‹œ ъИАы‹Єы Є ьЃМь„Иьš”... ь•„ьЇы„ ы‚ДыЖ€ ыАьДэ„АыЅМ ыЖˆыŸЌь˜ЄыŠ” ьЄ‘ьž…ы‹ˆы‹Є.)", + "worldedit.asset.load.failed": "ы‚ДыЖ€ ыАьДэ„А ыЖˆыŸЌь˜ЄъИАыЅМ ь‹ЄэŒЈэ–ˆьŠЕы‹ˆы‹Є", + "worldedit.tool.max-block-changes": "ыГ€ъВН ъА€ыŠЅэ•œ ыИ”ыŸ­ь˜ ьЕœыŒ€ьɘь— ы„ы‹Ќэ•˜ь˜€ьŠЕы‹ˆы‹Є.", + "worldedit.tool.no-block": "ь‹œь•Мь— ыИ”ыŸ­ьД ь—†ьŠЕы‹ˆы‹Є!", + "worldedit.tool.deltree.not-tree": "ъЗИъВƒь€ ы‚˜ыЌДъА€ ь•„ы‹™ы‹ˆы‹Є.", + "worldedit.tool.tree.obstructed": "ы‚˜ыЌДыŠ” ъЗИъГГь— ъАˆ ьˆ˜ ь—†ьŠЕы‹ˆы‹Є.", + "worldedit.tool.info.blockstate.hover": "ыИ”ыЁ ьƒэƒœ", + "worldedit.tool.info.internalid.hover": "ы‚ДыЖ€ ID", + "worldedit.tool.info.legacy.hover": "ы ˆъБАь‹œ ь•„ьДы””:ыАьДэ„А", + "worldedit.tool.superpickaxe.mode.single": "ыЊЈы“œъА€ э˜„ьžЌ ь‹БъИ€ ыЊЈы“œьž…ы‹ˆы‹Є. ъГЁъД­ьДыЅМ ьЂŒэДыІ­э•˜ь„Иьš”. //ыЁœ ыЙ„э™œь„Бэ™” э•  ьˆ˜ ьžˆьŠЕы‹ˆы‹Є.", + "worldedit.tool.superpickaxe.mode.area": "ыЊЈы“œъА€ э˜„ьžЌ ъЕЌь—­ ыЊЈы“œьž…ы‹ˆы‹Є. ъГЁъД­ьДыЅМ ьЂŒэДыІ­э•˜ь„Иьš”. //ыЁœ ыЙ„э™œь„Бэ™” э•  ьˆ˜ ьžˆьŠЕы‹ˆы‹Є.", + "worldedit.tool.superpickaxe.mode.recursive": "ыЊЈы“œъА€ э˜„ьžЌ ьžЌъЗ€ ыЊЈы“œьž…ы‹ˆы‹Є. ъГЁъД­ьДыЅМ ьЂŒэДыІ­э•˜ь„Иьš”. //ыЁœ ыЙ„э™œь„Бэ™” э•  ьˆ˜ ьžˆьŠЕы‹ˆы‹Є.", + "worldedit.tool.superpickaxe.max-range": "ьЕœыŒ€ ыВ”ьœ„ыŠ” {0} ьž…ы‹ˆы‹Є.", + "worldedit.tool.superpickaxe.enabled.already": "ьŠˆэМ ъГЁъД­ьДыŠ” ьДыЏИ э™œь„Бэ™” ьƒэƒœьž…ы‹ˆы‹Є.", + "worldedit.tool.superpickaxe.disabled.already": "ьŠˆэМ ъГЁъД­ьДыŠ” ьДыЏИ ыЙ„э™œь„Бэ™” ьƒэƒœьž…ы‹ˆы‹Є.", + "worldedit.tool.superpickaxe.enabled": "ьŠˆэМ ъГЁъД­ьДъА€ э™œь„Бэ™”ы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.tool.superpickaxe.disabled": "ьŠˆэМ ъГЁъД­ьДъА€ ыЙ„э™œь„Бэ™”ы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.tool.mask.set": "ыИŒыŸЌь‹œ ыЇˆьŠЄэЌ ь„Єь •ыЈ.", + "worldedit.tool.mask.disabled": "ыИŒыŸЌь‹œ ыЇˆьŠЄэЌ ыЙ„э™œь„Бэ™”ыЈ.", + "worldedit.tool.material.set": "ыИŒыŸЌь‹œ ьžЌыЃŒ ь„Єь •ыЈ.", + "worldedit.tool.range.set": "ыИŒыŸЌь‹œ ыВ”ьœ„ ь„Єь •ыЈ.", + "worldedit.tool.size.set": "ыИŒыŸЌь‹œ эЌъИА ь„Єь •ыЈ.", + "worldedit.tool.tracemask.set": "эŠИы ˆьДьŠЄ ыЇˆьŠЄэЌъА€ ь„Єь •ы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.tool.tracemask.disabled": "эŠИы ˆьДьŠЄ ыЇˆьŠЄэЌъА€ ыЙ„э™œь„Бэ™” ы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.tool.error.item-only": "ыИ”ыЁь„ ь‚ЌьšЉэ•  ьˆ˜ ь—†ьŒ.", + "worldedit.execute.script-permissions": "ьŠЄэЌыІНэŠИыЅМ ь‹Єэ–‰э•  ъЖŒэ•œьД ь—†ьŠЕы‹ˆы‹Є.", + "worldedit.executelast.no-script": "ыЊ…ы Йь–Д /cs ыЅМ ьŠЄэЌыІНэŠИь˜ ьДыІ„ъГМ э•Јъ˘ ьž…ы Ѕэ•˜ь‹­ь‹œь˜Є.", + "worldedit.script.read-error": "ьŠЄэЌыІНэŠИ ьНъИА ь˜ЄыЅ˜: {0}", + "worldedit.script.unsupported": ".js ьŠЄэЌыІНэŠИыЇŒ э˜„ьžЌ ьЇ€ь›ьЄ‘ьž…ы‹ˆы‹Є", + "worldedit.script.file-not-found": "{0} ьŠЄэЌыІНэŠИъА€ ьЁДьžЌэ•˜ьЇ€ ь•ŠьŠЕы‹ˆы‹Є.", + "worldedit.script.no-script-engine": "ь„Єьɘыœ ьŠЄэЌыІНэŠИ ь—”ьЇ„ь„ ьАОыŠ” ыА ь‹ЄэŒЈэ–ˆьŠЕы‹ˆы‹Є. ы‹ЄьŒ ыЇэЌыЅМ э™•ьИэ•ДьЃМь„Иьš”.\nhttps://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "ь‹Єэ–‰ ь‹ЄэŒЈ: {0}", + "worldedit.script.failed-console": "ь‹Єэ–‰ ь‹ЄэŒЈ (ь͘ь†” э™•ьИыА”ыžŒ): {0}", + "worldedit.operation.affected.biome": "ыА”ьДь˜Д {0}ъАœъА€ ь ьšЉыЈ", + "worldedit.operation.affected.block": "ыИ”ыЁ {0} ъАœъА€ ь ьšЉыЈ", + "worldedit.operation.affected.column": "ь„ИыЁœь—Д {0}ъАœъА€ ь ьšЉыЈ", + "worldedit.operation.affected.entity": "ь—”э‹Аэ‹А {0}ъАœъА€ ь ьšЉыЈ", + "worldedit.error.invalid-number": "ьˆ˜ъА€ ьЃМь–Дь Иь•М э•Љы‹ˆы‹Є; ыЌИьžь—ДьД ьЃМь–ДьЁŒьŠЕы‹ˆы‹Є.", + "worldedit.error.invalid-number.matches": "ьˆ˜ъА€ ьЃМь–Дь Иь•М э•˜ьЇ€ыЇŒ ыЌИьžь—Д {0} ьД(ъА€) ьЃМь–ДьЁŒьŠЕы‹ˆы‹Є.", + "worldedit.error.incomplete-region": "ыЈМь € ьЇ€ь—­ь„ ь„ эƒэ•˜ь‹­ь‹œь˜Є.", + "worldedit.error.unknown-block": "ыИ”ыŸ­ыЊ… '{0}'ь€(ыŠ”) ьИь‹ы˜ьЇ€ ь•Šь•˜ьŠЕы‹ˆы‹Є.", + "worldedit.error.unknown-entity": "ь—”э‹Аэ‹АыЊ… '{0}'ь€(ыŠ”) ьИь‹ы˜ьЇ€ ь•Šь•˜ьŠЕы‹ˆы‹Є.", + "worldedit.error.unknown-mob": "ыЊЙ ьДыІ„ '{0}'ь€(ыŠ”) ьИь‹ы˜ьЇ€ ь•Šь•˜ьŠЕы‹ˆы‹Є.", + "worldedit.error.unknown-biome": "ыА”ьДь˜ДыЊ… '{0}'ь€(ыŠ”) ьИь‹ы˜ьЇ€ ь•Šь•˜ьŠЕы‹ˆы‹Є.", + "worldedit.error.unknown-tag": "эƒœъЗИыЊ… '{0}'ь€(ыŠ”) ьИь‹ы˜ьЇ€ ь•Šь•˜ьŠЕы‹ˆы‹Є.", + "worldedit.error.empty-tag": "эƒœъЗИыЊ… '{0}'ь€(ыŠ”) ь•„ыЌДыŸА ы‚ДьšЉьД ь—†ьŠЕы‹ˆы‹Є.", + "worldedit.error.no-match": "'{0}'ь™€(ъГМ) ьМьɘэ•˜ьЇ€ ь•ŠьŒ.", + "worldedit.error.disallowed-block": "ыИ”ыŸ­ '{0}'ь€ э—ˆьšЉы˜ьЇ€ ь•ŠьŠЕы‹ˆы‹Є (WorldEdit э™˜ъВН ь„Єь • ьАИъГ ).", + "worldedit.error.max-changes": "ь˜ыІЌэ•  ьˆ˜ ьžˆыŠ” ыИ”ыЁь˜ э•œъГ„ьɘыЅМ ы„˜ь–Дь„АьŠЕы‹ˆы‹Є(э˜„ьžЌ: {0}).", + "worldedit.error.max-brush-radius": "(ь„Єь • эŒŒьМь— ьЇ€ь •ыœ) ьЕœыŒ€ ыИŒыŸЌь‹œ ыВ”ьœ„: {0}", + "worldedit.error.max-radius": "(ь„Єь • эŒŒьМь— ьЇ€ь •ыœ) ьЕœыŒ€ ыВ”ьœ„: {0}", + "worldedit.error.unknown-direction": "ь•Œ ьˆ˜ ь—†ыŠ” ъВНыЁœ: {0}", + "worldedit.error.empty-clipboard": "э˜„ьžЌ эДыІНыГДы“œъА€ ыЙ„ь–ДьžˆьŠЕы‹ˆы‹Є. //copyыЅМ ыЈМь € ь‚ЌьšЉэ•˜ь„Иьš”.", + "worldedit.error.invalid-filename": "'{0}' эŒŒьМыЊ…ьД ьœ эšЈэ•˜ьЇ€ ь•ŠьŒ: {1}", + "worldedit.error.file-resolution.resolve-failed": "ъВНыЁœыЅМ э™•ьИэ•˜ьЇ€ ыЊЛэ–ˆьŠЕы‹ˆы‹Є", + "worldedit.error.file-aborted": "эŒŒьМ ь„ эƒь— ь‹ЄэŒЈэ•Ј.", + "worldedit.error.no-file-selected": "ь„ эƒыœ эŒŒьМьД ь—†ьŠЕы‹ˆы‹Є.", + "worldedit.error.world-unloaded": "э•Ды‹Й ь„ИъГ„ъА€ ьДыЏИ ыЁœы“œы˜ьЇ€ ь•Šь•˜ьŠЕы‹ˆы‹Є.", + "worldedit.error.not-a-block": "ьД ь•„ьДэ…œь€ ыИ”ыŸ­ьД ь•„ы‹™ы‹ˆы‹Є.", + "worldedit.error.not-a-block.item": "ь•„ьДэ…œ '{0}'(ь€)ыŠ” ыИ”ыŸ­ьД ь•„ы‹™ы‹ˆы‹Є.", + "worldedit.error.incorrect-usage": "ь‚ЌьšЉыВ•: {0}", + "worldedit.error.invalid-page": "ьœ эšЈэ•˜ьЇ€ ь•Šь€ эŽ˜ьДьЇ€ ыВˆэ˜И", + "worldedit.error.parser.bad-state-format": "э•Ды‹Й ьž‘ь—…ь„ ь˜ыІЌэ•˜ъИАь— {0} ыИ”ыЁыЇŒэМ ьЂ‹ь€ ьƒэƒœъА€ ь•„ы‹™ы‹ˆы‹Є", + "worldedit.error.parser.duplicate-property": "ыГЕь œ ь„Єь •ъА’: {0}", + "worldedit.error.parser.empty-state": "ыЖ€ыЖ„ьД ыЙ„ь–ДьžˆьŒ", + "worldedit.error.parser.missing-equals-separator": "'=' separator ыˆ„ыНыЈ.", + "worldedit.error.parser.clipboard.missing-offset": "@(ьœМ)ыЁœ ьЇ€ь •ыœ ь˜Єэ”„ь…‹ьД ьžˆьЇ€ыЇŒ ь˜Єэ”„ь…‹ьД ь œъГЕы˜ьЇ€ ь•Šь•˜ьŠЕы‹ˆы‹Є. '#copy@[x,y,z]'ыЅМ ь‚ЌьšЉэ•˜ь„Иьš”.", + "worldedit.error.parser.unknown-property": "ь†ь„Б '{0}'ыŠ” '{1}'ь— ь ьšЉы˜ьЇ€ ь•ŠьŠЕы‹ˆы‹Є.", + "worldedit.error.parser.unknown-value": "ъА’ '{0}'ыŠ” '{1}'ь— ь ьšЉы˜ьЇ€ ь•ŠыŠ” ь†ь„Бьž…ы‹ˆы‹Є.", + "worldedit.error.parser.empty-property": "ь†ь„БьД ыЙ„ь–ДьžˆьŒ", + "worldedit.error.parser.empty-value": "ъА’ьД ыЙ„ь–ДьžˆьŒ", + "worldedit.error.parser.invalid-colon": "ьœ эšЈэ•˜ьЇ€ ь•Šь€ colonьž…ы‹ˆы‹Є.", + "worldedit.error.parser.invalid-expression": "ьž˜ыЊЛыœ ьž…ы Ѕ: {0}", + "worldedit.error.parser.player-only": "ьž…ы Ѕыž€ '{0}'ь—ыŠ” э”Œы ˆьДь–ДъА€ ы“Єь–ДъА€ь•М э•Љы‹ˆы‹Є!", + "worldedit.error.disabled": "ьД ъИАыŠЅь€ ыЙ„э™œь„Бэ™” ы˜ь—ˆьŠЕы‹ˆы‹Є (WorldEdit э™˜ъВН ь„Єь • ьАИъГ ).", + "worldedit.error.unknown": "ь•Œ ьˆ˜ ь—†ыŠ” ь˜ЄыЅ˜ъА€ ыАœьƒэ–ˆьŠЕы‹ˆы‹Є: {0}", + "worldedit.error.missing-extent": "ыВ”ьœ„ъА€ ь„Єь •ы˜ьЇ€ ь•Šь•˜ьŠЕы‹ˆы‹Є.", + "worldedit.error.missing-session": "ыЁœьЛЌь„Йь…˜ьД ь„Єь •ы˜ьЇ€ ь•Šь•˜ьŠЕы‹ˆы‹Є.", + "worldedit.error.missing-world": "ь›”ы“œыЅМ ыЈМь € ь œь‹œэ•Дь•М э•Љы‹ˆы‹Є (//world ьž…ы Ѕ)", + "worldedit.error.missing-actor": "э–‰ьœ„ьžъА€ ь„Єь •ы˜ьЇ€ ь•Šь•˜ьŠЕы‹ˆы‹Є.", + "worldedit.selection.convex.info.vertices": "ъМ­ьЇ“ь : {0}", + "worldedit.selection.convex.info.triangles": "ь‚МъАэ˜•: {0}", + "worldedit.selection.cuboid.info.pos1": "ьœ„ьɘ 1: {0}", + "worldedit.selection.cuboid.info.pos2": "ьœ„ьɘ 2: {0}", + "worldedit.selection.cuboid.explain.primary": "ьВЋыВˆьЇИ ьœ„ьɘъА€ {0} ыЁœ ьЇ€ь •ы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.selection.cuboid.explain.primary-area": "ьВЋыВˆьЇИ ьœ„ьɘъА€ {0} ыЁœ ьЇ€ь •ы˜ь—ˆьŠЕы‹ˆы‹Є. ({1})", + "worldedit.selection.cuboid.explain.secondary": "ы‘ыВˆьЇИ ьœ„ьɘъА€ {0} ыЁœ ьЇ€ь •ы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.selection.cuboid.explain.secondary-area": "ы‘ыВˆьЇИ ьœ„ьɘъА€ {0} ыЁœ ьЇ€ь •ы˜ь—ˆьŠЕы‹ˆы‹Є. ({1})", + "worldedit.selection.extend.explain.primary": "{0} ({1})ь—ь„œ ь„ эƒ ь‹œьž‘ыЈ.", + "worldedit.selection.ellipsoid.info.center": "ьЄ‘ь•™: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z ыВ”ьœ„: {0}", + "worldedit.selection.ellipsoid.explain.primary": "ьЄ‘ь‹Ќ ьœ„ьɘъА€ {0} ыЁœ ьЇ€ь •ы˜ь—ˆьŠЕы‹ˆы‹Є.", + "worldedit.selection.ellipsoid.explain.primary-area": "ьЄ‘ь‹Ќ ьœ„ьɘъА€ {0} ыЁœ ьЇ€ь •ы˜ь—ˆьŠЕы‹ˆы‹Є. ({1})", + "worldedit.selection.ellipsoid.explain.secondary": "ыВ”ьœ„ъА€ {0} ьœМыЁœ ь •э•ДьЁŒьŠЕы‹ˆы‹Є.", + "worldedit.selection.ellipsoid.explain.secondary-area": "ыВ”ьœ„ъА€ {0} ьœМыЁœ ь •э•ДьЁŒьŠЕы‹ˆы‹Є ({1}).", + "worldedit.selection.cylinder.info.center": "ьЄ‘ь‹Ќ: {0}", + "worldedit.selection.cylinder.info.radius": "ыВ”ьœ„: {0}", + "worldedit.selection.cylinder.explain.primary": "{0} ь—ь„œ ьƒˆыЁœьšД ь›э†Еэ˜• ь„ эƒь„ ь‹œьž‘ ьЄ‘.", + "worldedit.selection.cylinder.explain.secondary": "ыВ”ьœ„ъА€ {0}/{1} ыИ”ыŸ­ьœМыЁœ ь •э•ДьЁŒьŠЕы‹ˆы‹Є. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "ыВ”ьœ„ыЅМ ьЇ€ь •э•˜ъИА ь „ь— ьЄ‘ь‹Ќь ь„ ь„ эƒэ•Дь•М э•Љы‹ˆы‹Є.", + "worldedit.selection.polygon2d.info": "# эЌьИэŠИ: {0}", + "worldedit.selection.polygon2d.explain.primary": "{0} ь—ь„œ ьƒˆыЁœьšД эДыІЌъГЄь„ ь‹œьž‘ ьЄ‘.", + "worldedit.selection.polygon2d.explain.secondary": "{1} ь— эЌьИэŠИ #{0} ыЅМ ьЖ”ъА€э–ˆьŠЕы‹ˆы‹Є.", + "worldedit.selection.sphere.explain.secondary": "ыВ”ьœ„ъА€ {0} ьœМыЁœ ь •э•ДьЁŒьŠЕы‹ˆы‹Є.", + "worldedit.selection.sphere.explain.secondary-defined": "ыВ”ьœ„ъА€ {0} ьœМыЁœ ь •э•ДьЁŒьŠЕы‹ˆы‹Є ({1}).", + "worldedit.selection.intersection.error.cannot-expand": "ь˜ь—­ь„ ъЕьАЈыЁœыЅМ э™•ьžЅэ•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є.", + "worldedit.selection.intersection.error.cannot-contract": "ь˜ь—­ь„ ъЕьАЈыЁœыЅМ ьˆ˜ьЖ•э•  ьˆ˜ ь—†ьŠЕы‹ˆы‹Є.", + "worldedit.sideeffect.lighting": "ьЁАыЊ…", + "worldedit.sideeffect.lighting.description": "ыИ”ыŸ­ ыАъИА ь—…ыАьДэŠИ", + "worldedit.sideeffect.neighbors": "ьДь›ƒ", + "worldedit.sideeffect.neighbors.description": "ъЗМь˜ ыИ”ыЁы“Єь˜ ыГ€э™”ыЅМ ъАьЇ€э•Љы‹ˆы‹Є", + "worldedit.sideeffect.update": "ь—…ыАьДэŠИ", + "worldedit.sideeffect.update.description": "ыГ€ъВНыœ ыИ”ыŸ­ ь•ŒыІЌъИА", + "worldedit.sideeffect.validation": "э™•ьИ", + "worldedit.sideeffect.entity_ai": "ь—”э‹Аы”” AI", + "worldedit.sideeffect.entity_ai.description": "ыИ”ыЁь˜ ыГ€э™”ь— ы”АыЅИ ь—”э‹Аэ‹А AIыЅМ ь—…ыАьДэŠИэ•Љы‹ˆы‹Є", + "worldedit.sideeffect.events": "ыЊЈы“œ/э”ŒыŸЌъЗИьИ ьДыВЄэŠИ", + "worldedit.sideeffect.events.description": "э•Ды‹Йы  ы•Œ ы‹ЄыЅИ ыЊЈы“œ/э”ŒыŸЌъЗИьИь—ъВŒ ьД ыГ€э™”ы“Єь— ыŒ€э•Д ь•ŒыІНы‹ˆы‹Є", + "worldedit.sideeffect.state.on": "ьМЌ", + "worldedit.sideeffect.state.delayed": "ьЇ€ь—АыЈ", + "worldedit.sideeffect.state.off": "ы”", + "worldedit.sideeffect.box.current": "э˜„ьžЌ", + "worldedit.sideeffect.box.change-to": "эДыІ­э•˜ь—Ќ {0}(ьœМ)ыЁœ ь„Єь •", + "worldedit.help.command-not-found": "ыЊ…ы Йь–Д '{0}' ь„ ьАОь„ ьˆ˜ ь—†ьŠЕы‹ˆы‹Є.", + "worldedit.help.no-subcommands": "{0} ыŠ” э•˜ьœ„ ыЊ…ы Йь–ДъА€ ь—†ьŠЕы‹ˆы‹Є. (э˜Йь‹œ '{1}'ь€ ыЇЄъАœ ыГ€ьˆ˜ьИъА€ьš”?)", + "worldedit.help.subcommand-not-found": "{1} ь˜ э•˜ьœ„ ыЊ…ы Йь–Д {0} ь„ ьАОь„ ьˆ˜ ь—†ьŠЕы‹ˆы‹Є", + "worldedit.cli.stopping": "ь •ьЇ€э•˜ыŠ” ьЄ‘!", + "worldedit.cli.unknown-command": "ь•Œ ьˆ˜ ь—†ыŠ” ыЊ…ы Йь–Дьž…ы‹ˆы‹Є!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/ksh/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/ksh/strings.json new file mode 100644 index 0000000..c90e85f --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/ksh/strings.json @@ -0,0 +1,413 @@ +{ + "worldedit.expand.description.vert": "Auswahl zu den Weltgrenzen vertikal erweitern.", + "worldedit.expand.expanded": "Region um {0} BlУЖcke erweitert", + "worldedit.expand.expanded.vert": "Region um {0} BlУЖcke erweitert (oben-nach-unten).", + "worldedit.biomeinfo.lineofsight": "Biome entlang des Fadenkreuzes: {0}", + "worldedit.biomeinfo.position": "Biome an deiner Position: {0}", + "worldedit.biomeinfo.selection": "Biome in deiner Auswahl: {0}", + "worldedit.brush.radius-too-large": "Maximal zulУЄssiger Pinselradius: {0}", + "worldedit.brush.apply.description": "Benutze einen Pinsel, eine Funktion auf jeden Block anwenden", + "worldedit.brush.apply.radius": "Die GrУЖУŸe des Pinsels", + "worldedit.brush.apply.shape": "Die Form der Region", + "worldedit.brush.apply.type": "Art des zu benutzenden Pinsels", + "worldedit.brush.apply.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren mУЖglicherweise nicht auf allen Plattformen, kУЖnnen nicht rУМckgУЄngig gemacht werden und kУЖnnen seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.paint.description": "Male mit einem Pinsel, eine Funktion auf eine OberflУЄche anwenden", + "worldedit.brush.paint.size": "Die GrУЖУŸe eines Pinsels", + "worldedit.brush.paint.shape": "Die Form des Pinsels", + "worldedit.brush.paint.density": "Die Dichte des Pinsels", + "worldedit.brush.paint.type": "Typ des zu benutzenden Pinsels", + "worldedit.brush.paint.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren mУЖglicherweise nicht auf allen Plattformen, kУЖnnen nicht rУМckgУЄngig gemacht werden und kУЖnnen seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.sphere.equip": "KugelfУЖrmiger Pinsel ausgerУМstet ({0}).", + "worldedit.brush.cylinder.equip": "ZylinderfУЖrmiger Pinsel ausgerУМstet ({0} von {1}).", + "worldedit.brush.clipboard.equip": "Pinsel mit Form der Zwischenablage ausgerУМstet.", + "worldedit.brush.smooth.equip": "GlУЄttender Pinsel ausgerУМstet ({0} x {1}x benutzt {2}).", + "worldedit.brush.extinguish.equip": "LУЖscher ausgerУМstet ({0}).", + "worldedit.brush.gravity.equip": "Schwerkraft-Pinsel ausgerУМstet ({0}).", + "worldedit.brush.butcher.equip": "Pinsel zur Monsterentfernung ausgerУМstet ({0}).", + "worldedit.brush.operation.equip": "Pinsel auf {0} gesetzt.", + "worldedit.brush.heightmap.unknown": "Unbekannter Heightmap-Pinsel: {0}.", + "worldedit.brush.none.equip": "Pinsel vom aktuellen Item entfernt.", + "worldedit.setbiome.changed": "Biome wurden fУМr etwa {0} BlУЖcke geУЄndert.", + "worldedit.setbiome.warning": "MУЖglicherweise musst du deinem Spiel wieder beitreten (oder deine Welt schlieУŸen und wieder УЖffnen), um У„nderungen zu sehen.", + "worldedit.drawsel.disabled": "Server-CUI deaktiviert.", + "worldedit.drawsel.enabled": "Server CUI aktiviert. Dies unterstУМtzt nur Cuboid Regionen, mit einer maximalen GrУЖУŸe von {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Server-CUI bereits deaktiviert.", + "worldedit.drawsel.enabled.already": "Server-CUI schon aktiviert.", + "worldedit.limit.too-high": "Dein maximal erlaubtes Limit ist {0}.", + "worldedit.limit.set": "BlockverУЄnderungslimit auf {0} gesetzt.", + "worldedit.limit.return-to-default": "(Benutze //limit um den Standard wieder herzustellen.)", + "worldedit.timeout.too-high": "Deine maximal zulУЄssige ZeitУМberschreitung ist {0}ms.", + "worldedit.timeout.set": "ZeitУМberschreitung wurde auf {0}ms gesetzt.", + "worldedit.timeout.return-to-default": " (Benutze //timeout um zum Standard zurУМckzukehren.)", + "worldedit.fast.disabled": "Schnellen Modus deaktiviert.", + "worldedit.fast.enabled": "Schnellmodus aktiviert. Die Beleuchtung in den betroffenen Chunks kann falsch sein und/oder die Welt muss neu betreten werden, um У„nderungen zu sehen.", + "worldedit.fast.disabled.already": "Schneller Modus bereits deaktiviert.", + "worldedit.fast.enabled.already": "Schneller Modus ist schon aktiviert.", + "worldedit.perf.sideeffect.set": "Nebeneffekt \"{0}\" gesetzt auf {1}", + "worldedit.perf.sideeffect.get": "Nebeneffekt \"{0}\" ist auf {1} gesetzt", + "worldedit.perf.sideeffect.already-set": "Nebeneffekt \"{0}\" ist bereits auf {1} gesetzt", + "worldedit.perf.sideeffect.set-all": "Alle Nebeneffekte auf {0} gesetzt", + "worldedit.reorder.current": "Der Neuordnungs-Modus ist {0}", + "worldedit.reorder.set": "Der Neuordnungs-Modus ist nun {0}", + "worldedit.gmask.disabled": "Globale Maske deaktiviert.", + "worldedit.gmask.set": "Globale Mask gesetzt.", + "worldedit.toggleplace.pos1": "Jetzt wird bei Pos #1 platziert.", + "worldedit.toggleplace.player": "Platziere nun an dem Block, in dem du stehst.", + "worldedit.toggleplace.not-locatable": "Platzieren in diesem Kontext nicht mУЖglich.", + "worldedit.searchitem.too-short": "Gebe einen lУЄngeren Suchbegriff ein (lУЄng > 2).", + "worldedit.searchitem.either-b-or-i": "Du kannst nicht die Flags 'b' und 'i' gleichzeitig verwenden.", + "worldedit.searchitem.searching": "(Bitte warten... suche nach Items.)", + "worldedit.watchdog.no-hook": "Diese Plattform hat keine Watchdog-Schnittstelle.", + "worldedit.watchdog.active.already": "Watchdog-Manipulation bereits aktiv.", + "worldedit.watchdog.inactive.already": "Watchdog-Manipulation bereits inaktiv.", + "worldedit.watchdog.active": "Watchdog-Manipulation jetzt aktiv.", + "worldedit.watchdog.inactive": "Watchdog-Manipulation jetzt inaktiv.", + "worldedit.world.remove": "Уœberschreibung der Welt entfernt.", + "worldedit.world.set": "Уœberschreitung der Welt auf {0} gesetzt. (Benutze //world um zur Standardeinstellung zurУМckzukehren)", + "worldedit.undo.undone": "{0} verfУМgbare Bearbeitungen rУМckgУЄngig gemacht.", + "worldedit.undo.none": "Keine Bearbeitung zum RУМckgУЄngig machen verfУМgbar.", + "worldedit.redo.redone": "{0} verfУМgbare Bearbeitungen wieder hergestellt.", + "worldedit.redo.none": "Keine Bearbeitung zum Wiederherstellen verfУМgbar.", + "worldedit.clearhistory.cleared": "Verlauf gelУЖscht.", + "worldedit.raytrace.noblock": "Kein Block in Sicht!", + "worldedit.restore.not-configured": "Snapshot/Backup Wiederherstellung ist nicht konfiguriert.", + "worldedit.restore.not-available": "Dieser Snapshot existiert nicht oder ist nicht verfУМgbar.", + "worldedit.restore.failed": "Fehler beim Laden des Snapshots: {0}", + "worldedit.restore.loaded": "Snapshot '{0} geladen; Wiederherstellung im Gange...", + "worldedit.restore.restored": "Wiederhergestelt; {0} fehlende Chunks und {1} andere Fehler.", + "worldedit.restore.none-for-specific-world": "FУМr die Welt '{0}' wurden keine Snapshots gefunden.", + "worldedit.restore.none-for-world": "FУМr diese Welt wurden keine Snapshots gefunden.", + "worldedit.restore.none-found": "Es konnten keine Snapshots gefunden werden.", + "worldedit.restore.none-found-console": "Es konnten keine Snapshots gefunden werden. Siehe Konsole fУМr Details.", + "worldedit.restore.chunk-not-present": "Chunks waren nicht im Snapshot enthalten.", + "worldedit.restore.chunk-load-failed": "Es konnten keine Chunks geladen werden. (Fehlerhaftes Archiv?)", + "worldedit.restore.block-place-failed": "Durch Fehler konnten keine BlУЖcke wiederhergestellt werden.", + "worldedit.restore.block-place-error": "Letzter Fehler: {0}", + "worldedit.snapshot.use.newest": "Nutze nun den neuesten Snapshot.", + "worldedit.snapshot.use": "Setze Snapshot auf: {0}", + "worldedit.snapshot.none-before": "Konnte keinen Snapshot vor {0} finden.", + "worldedit.snapshot.none-after": "Konnte keinen Snapshot nach {0} finden.", + "worldedit.snapshot.index-above-0": "UngУМltiger Index, muss grУЖУŸer oder gleich 1 sein.", + "worldedit.snapshot.index-oob": "UngУМltiger Index, muss zwischen 1 und {0} liegen.", + "worldedit.schematic.unknown-format": "Unbekanntes Schematic-Format: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.load.loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.load.still-loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.save.already-exists": "Diese Schematic existiert bereits. Nutze die Flag -f, um die Datei zu УМberschreiben.", + "worldedit.schematic.save.failed-directory": "Konnte den Ordner fУМr Schematics nicht anlegen!", + "worldedit.schematic.save.saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.save.still-saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.delete.failed": "LУЖschen von {0} fehlgeschlagen! Ist die Datei schreibgeschУМtzt?", + "worldedit.schematic.delete.deleted": "{0} wurde gelУЖscht.", + "worldedit.schematic.formats.title": "VerfУМgbare Formate fУМr Zwischenablage (Name: Kurzbezeichnung)", + "worldedit.schematic.unsupported-minecraft-version": "Diese Version von WorldEdit unterstУМtzt deine Minecraft-Version nicht. Schematics werden nicht funktionieren, solange dies nicht angepasst ist.", + "worldedit.pos.already-set": "Position bereits gesetzt.", + "worldedit.pos.console-require-coords": "Als Konsole mУМssen Koordinaten angegeben werden.", + "worldedit.hpos.no-block": "Kein Block in Sicht!", + "worldedit.hpos.already-set": "Position bereits gesetzt.", + "worldedit.chunk.selected-multiple": "AusgewУЄhlte Chunks: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk ausgewУЄhlt: {0}, {1}, {2}", + "worldedit.wand.invalid": "Auswahl-Item ist falsch konfiguriert oder deaktiviert.", + "worldedit.wand.selwand.info": "Linksklick: Setze Position #1, Rechtsklick: Setze Position #2", + "worldedit.wand.navwand.info": "Linksklick: Springe zu der Position; Rechtsklick: Springe durch WУЄnde", + "worldedit.wand.selwand.now.tool": "Der Selektionsstab ist nun ein normales Werkzeug. Du kannst es mit {0} deaktivieren und mit einem beliebigen Element mit {1} verbinden oder einen neuen Zauberstab mit {2} erhalten.", + "worldedit.contract.contracted": "Region um {0} BlУЖcke verkleinert.", + "worldedit.shift.shifted": "Region verschoben.", + "worldedit.outset.outset": "Region vergrУЖУŸert.", + "worldedit.inset.inset": "Region verkleinert.", + "worldedit.size.offset": "Versatz: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "GrУЖУŸe: {0}", + "worldedit.size.distance": "Kubische Distanz: {0}", + "worldedit.size.blocks": "Anzahl von BlУЖcken: {0}", + "worldedit.count.counted": "Anzahl: {0}", + "worldedit.distr.no-blocks": "Keine BlУЖcke gezУЄhlt.", + "worldedit.distr.no-previous": "Keine vorherigen Verteilungen.", + "worldedit.distr.total": "Gesamte Blockanzahl: {0}", + "worldedit.select.cleared": "Auswahl aufgehoben.", + "worldedit.select.cuboid.message": "Kubisch: Linksklick fУМr Punkt 1, Rechtsklick fУМr Punkt 2", + "worldedit.select.cuboid.description": "WУЄhle zwei Ecken eines Quaders", + "worldedit.select.extend.message": "Kubisch: Linksklick fУМr einen Startpunkt, Rechtsklick zum Erweitern", + "worldedit.select.extend.description": "Schneller kubische Auswahlmodus", + "worldedit.select.poly.message": "2D Polygon-Auswahl: Links/Rechtsklick um einen Punkt hinzuzufУМgen.", + "worldedit.select.poly.limit-message": "maximal {0} Punkte.", + "worldedit.select.poly.description": "WУЄhle ein 2D-Polygon mit HУЖhe", + "worldedit.select.ellipsoid.message": "Ellipsoide Auswahl: Linksklick fУМr Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.ellipsoid.description": "WУЄhle ein Ellipsoid aus", + "worldedit.select.sphere.message": "Kugel Selektor: Linksklick fУМr Mittelpunkt, Rechtsklick um Radius zu setzen", + "worldedit.select.sphere.description": "WУЄhle eine Kugel aus", + "worldedit.select.cyl.message": "Zylindrischer Selektor: Linksklick fУМr Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.cyl.description": "ZylinderfУЖrmige Auswahl", + "worldedit.select.convex.message": "Konvex-Polyhedrische Auswahl: Linksklick fУМr ersten Knoten, Rechtsklick zum Erweitern.", + "worldedit.select.convex.limit-message": "maximal {0} Punkte.", + "worldedit.select.convex.description": "Auswahl einer Konvex-Polyhedrischen Form", + "worldedit.select.default-set": "Deine standardmУЄssige Regions-Auswahl ist jetzt {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Altes Format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: Region/{0}", + "worldedit.listchunks.listfor": "Auflistung von Chunks fУМr: {0}", + "worldedit.drain.drained": "{0} BlУЖcke wurden getrocknet.", + "worldedit.fill.created": "{0} BlУЖcke wurden ausgefУМllt.", + "worldedit.fillr.created": "{0} BlУЖcke wurden ausgefУМllt.", + "worldedit.fixlava.fixed": "{0} BlУЖcke wurden korrigiert.", + "worldedit.fixwater.fixed": "{0} BlУЖcke wurden korrigiert.", + "worldedit.removeabove.removed": "{0} BlУЖcke wurden entfernt.", + "worldedit.removebelow.removed": "{0} BlУЖcke wurden entfernt.", + "worldedit.removenear.removed": "{0} BlУЖcke wurden entfernt.", + "worldedit.replacenear.replaced": "{0} BlУЖcke wurden ersetzt.", + "worldedit.snow.created": "{0} OberflУЄchen wurden bedeckt.", + "worldedit.thaw.removed": "{0} BlУЖcke wurden aufgetaut.", + "worldedit.green.changed": "{0} BlУЖcke wurden grУМn gemacht.", + "worldedit.extinguish.removed": "{0} BrУЄnde wurden gelУЖscht.", + "worldedit.butcher.killed": "{0} Kreaturen wurden in einem Radius von {1} getУЖtet.", + "worldedit.butcher.explain-all": "Verwende -1, um alle Mobs in geladenen Chunks zu entfernen", + "worldedit.remove.removed": "{0} Entities wurden fУМr das Entfernen markiert.", + "worldedit.remove.explain-all": "Verwende -1, um alle Entities in geladenen Chunks zu entfernen", + "worldedit.calc.invalid": "'{0}' konnte nicht als gУМltiger Ausdruck УМbersetzt werden", + "worldedit.calc.invalid.with-error": "'{0}' konnte nicht als gУМltiger Ausdruck geparst werden: '{1}'", + "worldedit.paste.pasted": "Die Zwischenablage wurde bei {0} eingefУМgt", + "worldedit.paste.selected": "EinfУМgebereich fУМr Zwischenablage ausgewУЄhlt.", + "worldedit.rotate.no-interpolation": "Hinweis: Interpolation ist noch nicht unterstУМtzt. Es ist empfohlen, Winkel mit einem Vielfachen von 90 zu nutzen.", + "worldedit.rotate.rotated": "Die Zwischenablage wurde gedreht.", + "worldedit.flip.flipped": "Die Zwischenablage wurde gespiegelt.", + "worldedit.clearclipboard.cleared": "Die Zwischenablage wurde geleert.", + "worldedit.set.done": "Vorgang abgeschlossen.", + "worldedit.set.done.verbose": "Vorgang abgeschlossen ({0}).", + "worldedit.line.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.line.invalid-type": "//line funktioniert nur mit kubischen Selektionen oder konvex-polyhedrischen Selektionen", + "worldedit.curve.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.curve.invalid-type": "//curve funktioniert nur mit konvex-polyhedrischen Selektionen", + "worldedit.replace.replaced": "{0} BlУЖcke wurden ersetzt.", + "worldedit.stack.changed": "{0} BlУЖcke wurden geУЄndert. RУМckgУЄngig mit //undo", + "worldedit.stack.intersecting-region": "Stapelversatz darf bei Verwendung von Blockeinheiten nicht mit der Region kollidieren", + "worldedit.regen.regenerated": "Region neu generiert.", + "worldedit.regen.failed": "Chunks konnten nicht regeneriert werden. Siehe Konsole fУМr Details.", + "worldedit.walls.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.faces.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.overlay.overlaid": "{0} BlУЖcke wurden bedeckt.", + "worldedit.naturalize.naturalized": "{0} Block/BlУЖcke wurden verУЄndert, um natУМrlicher zu erscheinen.", + "worldedit.center.changed": "Mittelpunkt gesetzt. ({0} BlУЖcke geУЄndert)", + "worldedit.smooth.changed": "HУЖhenkarte des GelУЄndes geglУЄttet. {0} BlУЖcke geУЄndert.", + "worldedit.move.moved": "{0} BlУЖcke verschoben.", + "worldedit.deform.deformed": "{0} BlУЖcke wurden verformt.", + "worldedit.hollow.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.forest.created": "{0} BУЄume erstellt.", + "worldedit.flora.created": "{0} Pflanzen erstellt.", + "worldedit.unstuck.moved": "Bitte schУЖn!", + "worldedit.ascend.obstructed": "Keine freie Stelle УМber dir gefunden.", + "worldedit.ascend.moved": "Um {0} Ebenen aufgestiegen.", + "worldedit.descend.obstructed": "Keine freie Stelle unter dir gefunden.", + "worldedit.descend.moved": "Um {0} Ebenen abgestiegen.", + "worldedit.ceil.obstructed": "Keine freie Stelle УМber dir gefunden.", + "worldedit.ceil.moved": "Magie!", + "worldedit.thru.obstructed": "Keine freie Stelle vor dir gefunden.", + "worldedit.thru.moved": "Magie!", + "worldedit.jumpto.moved": "Magie!", + "worldedit.jumpto.none": "Kein Block in Sicht (oder zu weit entfernt)!", + "worldedit.up.obstructed": "Du wУМrdest etwas УМber dir treffen.", + "worldedit.up.moved": "Magie!", + "worldedit.cyl.invalid-radius": "Du musst entweder ein oder zwei Radien angeben.", + "worldedit.cyl.created": "{0} BlУЖcke wurden erstellt.", + "worldedit.sphere.invalid-radius": "Du musst entweder ein oder drei Radien angeben.", + "worldedit.sphere.created": "{0} BlУЖcke wurden erstellt.", + "worldedit.forestgen.created": "{0} BУЄume erstellt.", + "worldedit.pumpkins.created": "{0} KУМrbisbeete erstellt.", + "worldedit.pyramid.created": "{0} BlУЖcke wurden erstellt.", + "worldedit.generate.created": "{0} BlУЖcke wurden erstellt.", + "worldedit.generatebiome.changed": "{0} Biome betroffen.", + "worldedit.reload.config": "Konfiguration wurde neu geladen!", + "worldedit.report.written": "WorldEdit-Bereicht zu {0} geschrieben", + "worldedit.report.error": "Fehler beim Schreiben des Berichts: {0}", + "worldedit.report.callback": "WorldEdit Report: {0}.report", + "worldedit.timezone.invalid": "UngУМltige Zeitzone", + "worldedit.timezone.set": "Zeitzone fУМr diese Sitzung gesetzt: {0}", + "worldedit.timezone.current": "Die aktuelle Zeit in dieser Zeitzone ist: {0}", + "worldedit.version.version": "WorldEdit-Version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Diese WorldEdit Version unterstУМtzt ihre Version von Bukkit nicht vollstУЄndig. Block-Entities (z.B. Truhen) sind leer, Blockeigenschaften (z. B. Rotation) fehlen und andere Dinge werden mУЖglicherweise nicht funktionieren. Aktualisieren Sie WorldEdit um diese Funktion wiederherzustellen:\n{0}", + "worldedit.trace.action-failed": "Trace: Aktion(en) {0} bei {1} verworfen nach AusmaУŸ {2}", + "worldedit.trace.active.already": "Ablaufverfolgungs-Modus bereits aktiv.", + "worldedit.trace.inactive.already": "Ablaufverfolgungs-Modus bereits inaktiv.", + "worldedit.trace.active": "Ablaufverfolgungs-Modus ist nun aktiv.", + "worldedit.trace.inactive": "Ablaufverfolgungs-Modus ist nun inaktiv.", + "worldedit.command.time-elapsed": "{0}s vergangen (History: {1} geУЄndert; {2} BlУЖcke/Sek).", + "worldedit.command.permissions": "Dazu bist du nicht berechtigt. Bist du im richtigen Modus?", + "worldedit.command.player-only": "Dieser Befehl muss als Spieler benutzt werden.", + "worldedit.command.error.report": "Bitte melde diesen Fehler: [Siehe Konsole]", + "worldedit.pastebin.uploading": "(Bitte warten... sende Daten an Pastebin...)", + "worldedit.session.cant-find-session": "Sitzung fУМr {0} nicht gefunden", + "worldedit.platform.no-file-dialog": "Datei-Dialoge werden in Ihrer Umgebung nicht unterstУМtzt.", + "worldedit.asset.load.loading": "(Bitte warten... lade Asset.)", + "worldedit.asset.load.still-loading": "(Bitte warten... lade weiterhin Asset.)", + "worldedit.asset.load.failed": "Fehler beim laden des Assets", + "worldedit.tool.max-block-changes": "Maximales У„nderungslimit fУМr BlУЖcke erreicht.", + "worldedit.tool.no-block": "Kein Block in Sicht!", + "worldedit.tool.repl.equip": "Ersetzen-Werkzeug an {0} gebunden.", + "worldedit.tool.repl.switched": "Ersetzen-Werkzeug geУЄndert zu: {0}", + "worldedit.tool.data-cycler.equip": "Werkzeug zum У„ndern von Blockdaten an {0} gebunden.", + "worldedit.tool.data-cycler.block-not-permitted": "Du hast keine Befugnis, die Werte dieses Blockes zu УЄndern.", + "worldedit.tool.data-cycler.cant-cycle": "Diese Blockdaten kУЖnnen nicht verУЄndert werden!", + "worldedit.tool.data-cycler.new-value": "Wert von {0} ist jetzt {1}.", + "worldedit.tool.data-cycler.cycling": "У„ndere nun {0}.", + "worldedit.tool.deltree.equip": "Werkzeug zum Entfernen fliegender BУЄume an {0} gebunden.", + "worldedit.tool.deltree.not-tree": "Das ist kein Baum.", + "worldedit.tool.deltree.not-floating": "Das ist kein schwebender Baum.", + "worldedit.tool.tree.equip": "Werkzeug zum BУЄume setzen an {0} gebunden.", + "worldedit.tool.tree.obstructed": "Hier kann kein Baum erstellt werden.", + "worldedit.tool.info.equip": "Werkzeug fУМr Informationen an {0} gebunden.", + "worldedit.tool.info.blockstate.hover": "Blockstatus", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy-Id: Daten", + "worldedit.tool.info.light.hover": "Lichtlevel Block/Lichtlevel darУМber", + "worldedit.tool.none.equip": "Werkzeug vom aktuellen Item entfernt.", + "worldedit.tool.none.to.unequip": "Ihr aktuelles Item ist nicht gebunden.", + "worldedit.tool.selwand.equip": "Werkzeug zum AuswУЄhlen an {0} gebunden.", + "worldedit.tool.navwand.equip": "Werkzeug zum Navigieren an {0} gebunden.", + "worldedit.tool.floodfill.equip": "Werkzeug zum FУМllen von BlУЖcken an {0} gebunden.", + "worldedit.tool.farwand.equip": "Werkzeug zum AuswУЄhlen fУМr groУŸe Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.equip": "Werkzeug zum Setzen von BlУЖcken fУМr groУŸe Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.set": "Linksklick auf {0} gesetzt; Rechtsklick auf {1} gesetzt.", + "worldedit.tool.stack.equip": "Werkzeug zum Stapeln an {0} gebunden.", + "worldedit.tool.unbind-instruction": "FУМhre {0} aus, wУЄhrend du das Item in der Hand hУЄltst, um es zu entbinden.", + "worldedit.tool.superpickaxe.mode.single": "Modus ist jetzt blockweise. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.area": "Modus ist jetzt bereichsfУЖrmig. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.recursive": "Modus ist jetzt rekursiv. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.max-range": "Maximale Entfernung ist {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superspitzhacke ist bereits aktiviert.", + "worldedit.tool.superpickaxe.disabled.already": "Superspitzhacke ist bereits deaktiviert.", + "worldedit.tool.superpickaxe.enabled": "Superspitzhacke aktiviert.", + "worldedit.tool.superpickaxe.disabled": "Superspitzhacke deaktiviert.", + "worldedit.tool.mask.set": "Maske fУМr Pinsel gesetzt.", + "worldedit.tool.mask.disabled": "Maske fУМr Pinsel deaktiviert.", + "worldedit.tool.material.set": "Material fУМr Pinsel gesetzt.", + "worldedit.tool.range.set": "Reichweite fУМr Pinsel gesetzt.", + "worldedit.tool.size.set": "PinselgrУЖУŸe gesetzt.", + "worldedit.tool.tracemask.set": "Kollidierungsmaske gesetzt.", + "worldedit.tool.tracemask.disabled": "Kollidierungsmaske deaktiviert.", + "worldedit.tool.error.cannot-bind": "Kann das Werkzeug nicht an {0} binden: {1}", + "worldedit.tool.error.item-only": "BlУЖcke kУЖnnen nicht verwendet werden.", + "worldedit.execute.script-permissions": "Du hast keine Berechtigung, dieses Skript zu nutzen.", + "worldedit.executelast.no-script": "Benutze zuerst /cs mit einem Skriptnamen.", + "worldedit.script.read-error": "Skript Lesefehler: {0}", + "worldedit.script.unsupported": "Aktuell werden nur .js-Skripte unterstУМtzt", + "worldedit.script.file-not-found": "Skript existiert nicht: {0}", + "worldedit.script.no-script-engine": "Fehler beim Finden einer Skript-Engine.\nBitte beachte https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Fehler beim AusfУМhren: {0}", + "worldedit.script.failed-console": "Fehler beim AusfУМhren (siehe Konsole): {0}", + "worldedit.operation.affected.biome": "{0} Biome betroffen", + "worldedit.operation.affected.block": "{0} BlУЖcke betroffen", + "worldedit.operation.affected.column": "{0} Stellen betroffen", + "worldedit.operation.affected.entity": "{0} Entities betroffen", + "worldedit.operation.deform.expression": "deformiert mit {0}", + "worldedit.error.invalid-number": "Anzahl erwartet; String angegeben.", + "worldedit.error.invalid-number.matches": "Anzahl erwartet; String \"{0}\" angegeben.", + "worldedit.error.incomplete-region": "WУЄhle zuerst eine Region aus.", + "worldedit.error.unknown-block": "Blockname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-entity": "Entityname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-mob": "Mob-Name '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-biome": "Biomname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-tag": "Tagname '{0}' wurde nicht erkannt.", + "worldedit.error.empty-tag": "Tagname '{0}' hat keinen Inhalt.", + "worldedit.error.no-match": "Kein Treffer fУМr '{0}'.", + "worldedit.error.disallowed-block": "Block '{0}' nicht erlaubt (siehe WorldEdit Konfiguration).", + "worldedit.error.max-changes": "Maximale Anzahl an BlУЖcken in einer Operation geУЄndert ({0}).", + "worldedit.error.max-brush-radius": "Maximaler Pinselradius (in Konfiguration): {0}", + "worldedit.error.max-radius": "Maximaler Radius (in Konfiguration): {0}", + "worldedit.error.unknown-direction": "Unbekannte Richtung: {0}", + "worldedit.error.empty-clipboard": "Die Zwischenablage ist leer. Verwende zuerst //copy.", + "worldedit.error.invalid-filename": "Dateiname '{0}' ungУМltig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "UngУМltige Zeichen oder Erweiterung fehlt", + "worldedit.error.file-resolution": "Datei '{0}' Fehler beim AuflУЖsen der Datei: {1}", + "worldedit.error.file-resolution.outside-root": "Pfad ist auУŸerhalb des erlaubten Verzeichnisses", + "worldedit.error.file-resolution.resolve-failed": "Fehler beim AuflУЖsen des Pfades", + "worldedit.error.file-aborted": "Dateiauswahl abgebrochen.", + "worldedit.error.no-file-selected": "Es wurde keine Datei ausgewУЄhlt.", + "worldedit.error.world-unloaded": "Die Welt wurde bereits entladen.", + "worldedit.error.not-a-block": "Dieses Item ist kein Block.", + "worldedit.error.not-a-block.item": "Das Item '{0}' ist kein Block.", + "worldedit.error.incorrect-usage": "Benutzung: {0}", + "worldedit.error.invalid-page": "UngУМltige Seitennummer", + "worldedit.error.parser.bad-state-format": "Fehlerhaftes Statusformat in {0}", + "worldedit.error.parser.duplicate-property": "Doppelte Eigenschaft: {0}", + "worldedit.error.parser.empty-state": "Leerer Teil im Status", + "worldedit.error.parser.missing-equals-separator": "Fehlendes Trennzeichen '='", + "worldedit.error.parser.clipboard.missing-offset": "Offset mit @ angegeben, aber kein Offset angegeben. Verwenden Sie '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Unbekannte Eigenschaft '{0}' fУМr Block '{1}'", + "worldedit.error.parser.unknown-value": "Unbekannter Wert '{0}' fУМr Eigenschaft '{1} '", + "worldedit.error.parser.empty-property": "Leere Eigenschaft im Status", + "worldedit.error.parser.empty-value": "Leerer Wert im Status", + "worldedit.error.parser.invalid-colon": "UngУМltiger Doppelpunkt.", + "worldedit.error.parser.invalid-expression": "UngУМltiger Ausdruck: {0}", + "worldedit.error.parser.negate-nothing": "Nichts kann nicht negiert werden!", + "worldedit.error.parser.hanging-lbracket": "UngУМltiges Format. Fehlende Klammer bei '{0}'.", + "worldedit.error.parser.missing-rbracket": "Bei dem Status fehlt die schlieУŸende Klammer ']'", + "worldedit.error.parser.missing-random-type": "Fehlender Typ hinter dem % symbol fУМr '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Versatz fУМr die Zwischenablage benУЖtigt x,y,z Koordinaten.", + "worldedit.error.parser.player-only": "Eingabe '{0}' erfordert einen Spieler!", + "worldedit.error.disabled": "Diese Funktion ist deaktiviert (siehe WorldEdit Konfiguration).", + "worldedit.error.unknown": "Unbekannter Fehler ist aufgetreten: {0}", + "worldedit.error.missing-extent": "Kein Ziel ist bekannt", + "worldedit.error.missing-session": "Keine lokale Session ist bekannt", + "worldedit.error.missing-world": "Du musst eine Welt angeben (Try //world)", + "worldedit.error.missing-actor": "Kein Akteur ist bekannt", + "worldedit.selection.convex.info.vertices": "Knoten: {0}", + "worldedit.selection.convex.info.triangles": "Dreiecke: {0}", + "worldedit.selection.convex.explain.primary": "Neue Auswahl mit Knoten {0} gestartet.", + "worldedit.selection.convex.explain.secondary": "Knoten {0} zur Auswahl hinzugefУМgt.", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Erste Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.primary-area": "Erste Position bei {0} ({1}) gesetzt.", + "worldedit.selection.cuboid.explain.secondary": "Zweite Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.secondary-area": "Zweite Position bei {0} ({1}) gesetzt.", + "worldedit.selection.extend.explain.primary": "Auswahl bei {0} ({1}) gestartet.", + "worldedit.selection.extend.explain.secondary": "Auswahl erweitert, damit {0} ({1}) beinhaltet wird.", + "worldedit.selection.ellipsoid.info.center": "Mittelpunkt: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Position des Mittelpunkts zu {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.primary-area": "Position des Mittelpunkts zu {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid-У„nderungen mУМssen fУМr jede Dimension gleich sein.", + "worldedit.selection.cylinder.info.center": "Mittelpunkt: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Neue zylindrische Auswahl bei {0} gestartet.", + "worldedit.selection.cylinder.explain.secondary": "Radius auf {0}/{1} BlУЖcke gesetzt. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Damit der Radius eingestellt werden kann, ist es notwendig, einen Mittelpunkt zu wУЄhlen.", + "worldedit.selection.cylinder.error.even-horizontal": "ZylinderУЄnderungen mУМssen auch fУМr jede horizontale Dimension gelten.", + "worldedit.selection.polygon2d.info": "Anzahl Punkte: {0}", + "worldedit.selection.polygon2d.explain.primary": "Neues Polygon bei {0} gestartet.", + "worldedit.selection.polygon2d.explain.secondary": "Punkt #{0} bei {1} hinzugefУМgt.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygone kУЖnnen nur vertikal erweitert werden.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygone kУЖnnen nur vertikal verhandelt werden.", + "worldedit.selection.sphere.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.null.error.immutable": "NullRegion kУЖnnt nicht geУЄndert werden.", + "worldedit.selection.intersection.error.cannot-expand": "KУЖnnt nicht einen regionalen Schnittpunkt erweitern.", + "worldedit.selection.intersection.error.cannot-contract": "KУЖnnt nicht einen regionalen Schnittpunkt verhandeln.", + "worldedit.selection.transform.error.cannot-expand": "KУЖnnt nicht einen TransformedRegion erweitern.", + "worldedit.selection.transform.error.cannot-contract": "KУЖnnt nicht einen TransformedRegion verhandeln.", + "worldedit.selection.transform.error.cannot-change": "KУЖnnt nicht einen TransformedRegion УЄndern.", + "worldedit.sideeffect.lighting": "Beleuchtung", + "worldedit.sideeffect.lighting.description": "Aktualisiert Blockbeleuchtung", + "worldedit.sideeffect.neighbors": "Nachbarn", + "worldedit.sideeffect.neighbors.description": "Benachrichtigt BlУЖcke in der NУЄhe УМber den У„nderungen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Benachrichtigt den geУЄnderten Block", + "worldedit.sideeffect.validation": "УœberprУМfung", + "worldedit.sideeffect.validation.description": "УœberprУМft und repariert inkonsistenten Weltzustand, so wie getrennte BlУЖcke", + "worldedit.sideeffect.entity_ai": "Wesen-KI", + "worldedit.sideeffect.entity_ai.description": "Aktualisiert Wesen-KI-Pfade fУМr die BlockУЄnderungen", + "worldedit.sideeffect.events": "Mod/Plugin-Ereignisse", + "worldedit.sideeffect.events.description": "Informiert andere Mods/Plugins УМber diese У„nderungen, falls anwendbar", + "worldedit.sideeffect.state.on": "An", + "worldedit.sideeffect.state.delayed": "VerzУЖgert", + "worldedit.sideeffect.state.off": "Aus", + "worldedit.sideeffect.box.current": "Aktuell", + "worldedit.sideeffect.box.change-to": "Klicken, um auf {0} zu setzen", + "worldedit.help.command-not-found": "Der Befehl '{0}' konnte nicht gefunden werden.", + "worldedit.help.no-subcommands": "'{0}' hat keine Unterbefehle. (Vielleicht steht '{1}' fУМr einen Parameter?)", + "worldedit.help.subcommand-not-found": "Der Unterbefehl '{0}' unter '{1}' konnte nicht gefunden werden.", + "worldedit.cli.stopping": "Wird beendet!", + "worldedit.cli.unknown-command": "Unbekannter Befehl!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/kw/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/kw/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/kw/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/la-LA/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/la-LA/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/la-LA/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/lb/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/lb/strings.json new file mode 100644 index 0000000..0eba529 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/lb/strings.json @@ -0,0 +1,5 @@ +{ + "worldedit.expand.description.vert": "Den ausgewielten bereich get vertikal bis un d'limiten vun der Walt erweidert.", + "worldedit.expand.expanded": "D'auswahl em {0} bleeck erweideren", + "worldedit.expand.expanded.vert": "Auswahl em {0} bleeck erweidert (uewen-no-ennen)." +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/li/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/li/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/li/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/lol/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/lol/strings.json new file mode 100644 index 0000000..f4733ca --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/lol/strings.json @@ -0,0 +1,308 @@ +{ + "worldedit.expand.description.vert": "VERTICALLY EXPAND TEH SELECSHUN 2 WURLD LIMITS.", + "worldedit.expand.expanded": "REGION EXPANDD {0} BLOCKZ", + "worldedit.expand.expanded.vert": "REGION EXPANDD {0} BLOCKZ (TOP-2-BOTTOM).", + "worldedit.biomeinfo.lineofsight": "BIOMEZ AT LINE OV SIGHT POINT: {0}", + "worldedit.biomeinfo.position": "BIOMEZ AT UR POSISHUN: {0}", + "worldedit.biomeinfo.selection": "BIOMEZ IN UR SELECSHUN: {0}", + "worldedit.brush.radius-too-large": "MAXIMUM ALLOWD BRUSH RADIUS: {0}", + "worldedit.brush.apply.description": "APPLY BRUSH, APPLY FUNCSHUN 2 EVRY BLOCK", + "worldedit.brush.apply.radius": "TEH SIZE OV TEH BRUSH", + "worldedit.brush.apply.shape": "TEH SHAPE OV TEH REGION", + "worldedit.brush.apply.type": "TYPE OV BRUSH 2 USE", + "worldedit.brush.apply.item.warning": "DIS BRUSH SIMULATEZ ITEM USAGEZ. ITZ EFFECTS CUD NOT WERK ON ALL PLATFORMS, CUD NOT BE UNDO-ABLE, AN CUD CAUSE STRANGE INTERACSHUNS WIF OTHR MODZ/PLUGINS. USE AT UR OWN RISK.", + "worldedit.brush.paint.description": "PAINT BRUSH, APPLY FUNCSHUN 2 SURFACE", + "worldedit.brush.paint.size": "TEH SIZE OV TEH BRUSH", + "worldedit.brush.paint.shape": "TEH SHAPE OV TEH REGION", + "worldedit.brush.paint.density": "TEH DENSITY OV TEH BRUSH", + "worldedit.brush.paint.type": "TYPE OV BRUSH 2 USE", + "worldedit.brush.paint.item.warning": "DIS BRUSH SIMULATEZ ITEM USAGEZ. ITZ EFFECTS CUD NOT WERK ON ALL PLATFORMS, CUD NOT BE UNDO-ABLE, AN CUD CAUSE STRANGE INTERACSHUNS WIF OTHR MODZ/PLUGINS. USE AT UR OWN RISK.", + "worldedit.brush.sphere.equip": "SFERE BRUSH SHAPE EQUIPPD ({0}).", + "worldedit.brush.cylinder.equip": "CYLINDR BRUSH SHAPE EQUIPPD ({0} BY {1}).", + "worldedit.brush.clipboard.equip": "CLIPBORD BRUSH SHAPE EQUIPPD.", + "worldedit.brush.smooth.equip": "SMOOTH BRUSH EQUIPPD ({0} X {1}X USIN {2}).", + "worldedit.brush.extinguish.equip": "EXTINGUISHR EQUIPPD ({0}).", + "worldedit.brush.gravity.equip": "GRAVITY BRUSH EQUIPPD ({0}).", + "worldedit.brush.butcher.equip": "BUTCHR BRUSH EQUIPPD ({0}).", + "worldedit.brush.operation.equip": "SET BRUSH 2 {0}.", + "worldedit.brush.none.equip": "BRUSH UNBOUND FRUM UR CURRENT ITEM.", + "worldedit.drawsel.disabled": "SERVR CUI DISABLD.", + "worldedit.drawsel.disabled.already": "SERVR CUI ALREADY DISABLD.", + "worldedit.drawsel.enabled.already": "SERVR CUI ALREADY ENABLD.", + "worldedit.limit.too-high": "UR MAXIMUM ALLOWABLE LIMIT IZ {0}.", + "worldedit.limit.set": "BLOCK CHANGE LIMIT SET 2 {0}.", + "worldedit.limit.return-to-default": "(USE //limit 2 GO BAK 2 TEH DEFAULT.)", + "worldedit.timeout.too-high": "UR MAXIMUM ALLOWABLE TIEMOUT IZ {0}MS.", + "worldedit.timeout.return-to-default": " (USE //timeout 2 GO BAK 2 TEH DEFAULT.)", + "worldedit.fast.disabled": "FAST MODE DISABLD.", + "worldedit.fast.enabled": "FAST MODE ENABLD. LIGHTIN IN DA AFFECTD CHUNKZ CUD BE WRONG AN/OR U CUD NED 2 REJOIN 2 C CHANGEZ.", + "worldedit.fast.disabled.already": "FAST MODE ALREADY DISABLD.", + "worldedit.fast.enabled.already": "FAST MODE ALREADY ENABLD.", + "worldedit.reorder.current": "TEH REORDR MODE IZ {0}", + "worldedit.reorder.set": "TEH REORDR MODE IZ NAO {0}", + "worldedit.gmask.disabled": "GLOBAL MASK DISABLD.", + "worldedit.gmask.set": "GLOBAL MASK SET.", + "worldedit.toggleplace.pos1": "NAO PLACIN AT POS #1.", + "worldedit.toggleplace.player": "NAO PLACIN AT TEH BLOCK U STAND IN.", + "worldedit.searchitem.too-short": "ENTR LONGR SEARCH STRIN (LEN > 2).", + "worldedit.searchitem.either-b-or-i": "U CANT USE BOTH TEH 'b' AN 'i' FLAGS SIMULTANEOUSLY.", + "worldedit.searchitem.searching": "(PLZ WAIT... SEARCHIN ITEMS.)", + "worldedit.watchdog.no-hook": "DIS PLATFORM HAS NO WATCHDOG HOOK.", + "worldedit.watchdog.active.already": "WATCHDOG HOOK ALREADY ACTIV.", + "worldedit.watchdog.inactive.already": "WATCHDOG HOOK ALREADY INACTIV.", + "worldedit.watchdog.active": "WATCHDOG HOOK NAO ACTIV.", + "worldedit.watchdog.inactive": "WATCHDOG HOOK NAO INACTIV.", + "worldedit.world.remove": "REMOVD WURLD OVERRIDE.", + "worldedit.world.set": "SET TEH WURLD OVERRIDE 2 {0}. (USE //world 2 GO BAK 2 DEFAULT)", + "worldedit.undo.undone": "UNDID {0} AVAILABLE EDITS.", + "worldedit.undo.none": "NOTHIN LEFT 2 UNDO.", + "worldedit.redo.redone": "REDID {0} AVALIBL CHAENJZ.", + "worldedit.redo.none": "NOTHIN LEFT 2 REDO.", + "worldedit.clearhistory.cleared": "HISTORY CLEARD.", + "worldedit.raytrace.noblock": "NO BLOCK IN SIGHT!", + "worldedit.restore.not-configured": "SNAPSHOT/BAKUP RESTORE IZ NOT CONFIGURD.", + "worldedit.restore.not-available": "DAT SNAPSHOT DOEZ NOT EXIST OR IZ NOT AVAILABLE.", + "worldedit.restore.failed": "FAILD 2 LOAD SNAPSHOT: {0}", + "worldedit.restore.loaded": "SNAPSHOT {0} LOADD; NAO RESTORIN...", + "worldedit.restore.restored": "RESTORD; {0} MISIN CHUNKZ AN {1} OTHR ERRORS.", + "worldedit.restore.none-for-specific-world": "NO SNAPSHUTS WUZ FINDZ 4 WURLD '{0}'.", + "worldedit.restore.none-for-world": "NO SNAPSHOTS WUZ FINDZ 4 DIS WURLD.", + "worldedit.restore.none-found": "NO SNAPSHOTS WUZ FINDZ.", + "worldedit.restore.none-found-console": "NO SNAPSHOTS WUZ FINDZ. C CONSOLE 4 DETAILS.", + "worldedit.restore.chunk-not-present": "CHUNKZ WUZ NOT PRESENT IN SNAPSHOT.", + "worldedit.restore.chunk-load-failed": "NO CHUNKZ CUD BE LOADD. (BAD ARCHIV?)", + "worldedit.restore.block-place-failed": "ERRORS PREVENTD ANY BLOCKZ FRUM BEAN RESTORD.", + "worldedit.restore.block-place-error": "LAST ERROR: {0}", + "worldedit.snapshot.use.newest": "NAO USIN NEWEST SNAPSHOT.", + "worldedit.snapshot.use": "SNAPSHOT SET 2: {0}", + "worldedit.snapshot.none-before": "COULDNT FIND SNAPSHOT BEFORE {0}.", + "worldedit.snapshot.none-after": "COULDNT FIND SNAPSHOT AFTR {0}.", + "worldedit.snapshot.index-above-0": "UNVALID INDEX, MUST BE BIGGR THAN OR TEH SAME AS 1.", + "worldedit.snapshot.index-oob": "INVALID INDEX, MUST BE TWEEN 1 AN {0}.", + "worldedit.schematic.unknown-format": "UNKNOWN SCHEMATIC FORMAT: {0}.", + "worldedit.schematic.load.does-not-exist": "SCHEMATIC {0} DOEZ NOT EXIST!", + "worldedit.schematic.load.loading": "(PLZ WAIT... LOADIN SCHEMATIC.)", + "worldedit.schematic.load.still-loading": "Plz wait! skematic still loading!", + "worldedit.schematic.save.already-exists": "DAT SCHEMATIC ALREADY EXISTS. USE TEH -f FLAG 2 OVERWRITE IT.", + "worldedit.schematic.save.failed-directory": "CUD NOT CREATE FOLDR 4 SCHEMATICS!", + "worldedit.schematic.save.saving": "(PLZ WAIT... SAVIN SCHEMATIC.)", + "worldedit.schematic.save.still-saving": "Plz wait! skematic still savingz!", + "worldedit.schematic.delete.does-not-exist": "SCHEMATIC {0} DOEZ NOT EXIST!", + "worldedit.schematic.delete.failed": "DELESHUN OV {0} FAILD! IZ READ-ONLY?", + "worldedit.schematic.delete.deleted": "{0} HAS BEEN DELETD.", + "worldedit.schematic.formats.title": "AVAILABLE CLIPBORD FORMATS (NAYM: LOOKUP NAMEZ)", + "worldedit.pos.already-set": "POSISHUN ALREADY SET.", + "worldedit.pos.console-require-coords": "U MUST PROVIDE COORDINATEZ AS CONSOLE.", + "worldedit.hpos.no-block": "NO BLOCK IN SIGHT!", + "worldedit.hpos.already-set": "POSISHUN ALREADY SET.", + "worldedit.chunk.selected-multiple": "chukz selected: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "chuk selected: {0}, {1}, {2}", + "worldedit.wand.invalid": "WAND ITEM IZ MIS-CONFIGURD OR DISABLD.", + "worldedit.wand.selwand.info": "LEFT CLICK: SELECT POS #1; RITE CLICK: SELECT POS #2", + "worldedit.wand.navwand.info": "LEFT CLICK: JUMP 2 LOCASHUN; RITE CLICK: PAS THRU WALLS", + "worldedit.wand.selwand.now.tool": "Selekshun wand now normal tol! can disable with {0}, rebind to otherr item with {1}, or get NEW wan with {2}.", + "worldedit.contract.contracted": "REGION CONTRACTD {0} BLOCKZ.", + "worldedit.shift.shifted": "REGION SHIFTD.", + "worldedit.outset.outset": "REGION OUTSET.", + "worldedit.inset.inset": "REGION INSET.", + "worldedit.size.offset": "OFFSET: {0}", + "worldedit.size.type": "TYPE: {0}", + "worldedit.size.size": "SIZE: {0}", + "worldedit.size.distance": "CUBOID DISTANCE: {0}", + "worldedit.size.blocks": "# OV BLOCKZ: {0}", + "worldedit.count.counted": "COUNTD: {0}", + "worldedit.distr.no-blocks": "NO BLOCKZ COUNTD.", + "worldedit.distr.no-previous": "NO PREVIOUS DISTRIBUSHUN.", + "worldedit.distr.total": "TOTAL BLOCK COUNT: {0}", + "worldedit.select.cleared": "SELECSHUN CLEARD.", + "worldedit.select.cuboid.message": "CUBOID: LEFT CLICK 4 POINT 1, RITE CLICK 4 POINT 2", + "worldedit.select.cuboid.description": "SELECT 2 CORNERS OV CUBOID", + "worldedit.select.extend.message": "CUBOID: LEFT CLICK 4 STARTIN POINT, RITE CLICK 2 EXTEND", + "worldedit.select.extend.description": "FAST CUBOID SELECSHUN MODE", + "worldedit.select.poly.message": "2D POLYGON SELECTOR: LEFT/RITE CLICK 2 ADD POINT.", + "worldedit.select.poly.limit-message": "{0} POINTS MAXIMUM.", + "worldedit.select.poly.description": "SELECT 2D POLYGON WIF HEIGHT", + "worldedit.select.ellipsoid.message": "ELLIPSOID SELECTOR: LEFT CLICK=SENTR, RITE CLICK 2 EXTEND", + "worldedit.select.ellipsoid.description": "SELECT AN ELLIPSOID", + "worldedit.select.sphere.message": "SFERE SELECTOR: LEFT CLICK=SENTR, RITE CLICK 2 SET RADIUS", + "worldedit.select.sphere.description": "SELECT SFERE", + "worldedit.select.cyl.message": "CYLINDRICAL SELECTOR: LEFT CLICK=SENTR, RITE CLICK 2 EXTEND", + "worldedit.select.cyl.description": "SELECT CYLINDR", + "worldedit.select.convex.message": "CONVEX POLYHEDRAL SELECTOR: LEFT CLICK=FURST VERTEX, RITE CLICK 2 ADD MOAR.", + "worldedit.select.convex.limit-message": "{0} POINTS MAXIMUM.", + "worldedit.select.convex.description": "SELECT CONVEX POLYHEDRAL", + "worldedit.select.default-set": "UR DEFAULT REGION SELECTOR IZ NAO {0}.", + "worldedit.chunkinfo.chunk": "CHUNK: {0}, {1}", + "worldedit.chunkinfo.old-filename": "OLD FORMAT: {0}", + "worldedit.chunkinfo.mcregion-filename": "MCREGION: region/{0}\n", + "worldedit.listchunks.listfor": "LISTIN CHUNKZ 4: {0}", + "worldedit.drain.drained": "{0} BLOCKZ HAS BEEN DRAIND.", + "worldedit.fill.created": "{0} BLOCKZ HAS BEEN FILLD.", + "worldedit.fillr.created": "{0} BLOCKZ HAS BEEN FILLD.", + "worldedit.fixlava.fixed": "{0} BLOCKZ HAS BEEN FIXD.", + "worldedit.fixwater.fixed": "{0} BLOCKZ HAS BEEN FIXD.", + "worldedit.removeabove.removed": "{0} BLOCKZ HAS BEEN REMOVD.", + "worldedit.removebelow.removed": "{0} BLOCKZ HAS BEEN REMOVD.", + "worldedit.removenear.removed": "{0} BLOCKZ HAS BEEN REMOVD.", + "worldedit.replacenear.replaced": "{0} BLOCKZ HAS BEEN REPLACD.", + "worldedit.snow.created": "{0} SURFACEZ HAS BEEN COVERD.", + "worldedit.thaw.removed": "{0} BLOCKZ HAS BEEN THAWD.", + "worldedit.green.changed": "{0} BLOCKZ HAS BEEN GREEND.", + "worldedit.extinguish.removed": "{0} FIREZ HAS BEEN EXTINGUISHD.", + "worldedit.butcher.killed": "{0} MOBS HAS BEEN KILLD IN RADIUS OV {1}.", + "worldedit.butcher.explain-all": "USE -1 2 REMOOV ALL MOBS IN LOADD CHUNKZ", + "worldedit.remove.removed": "{0} ENTITIEZ HAS BEEN MARKD 4 REMOVAL.", + "worldedit.remove.explain-all": "USE -1 2 REMOOV ALL ENTITIEZ IN LOADD CHUNKZ", + "worldedit.calc.invalid": "'{0}' CUD NOT BE PARSD AS VALID EXPRESHUN", + "worldedit.paste.pasted": "TEH CLIPBORD HAS BEEN PASTD AT {0}", + "worldedit.paste.selected": "SELECTD CLIPBORD PASTE REGION.", + "worldedit.rotate.no-interpolation": "NOWT: INTERPOLASHUN IZ NOT YET SUPPORTD, SO ANGLEZ DAT R MULTIPLEZ.", + "worldedit.rotate.rotated": "TEH CLIPBORD COPY HAS BEEN ROTATD.", + "worldedit.flip.flipped": "TEH CLIPBORD COPY HAS BEEN FLIPPD.", + "worldedit.clearclipboard.cleared": "CLIPBORD CLEARD.", + "worldedit.set.done": "OPERASHUN COMPLETD.", + "worldedit.set.done.verbose": "OPERASHUN COMPLETD ({0}).", + "worldedit.line.changed": "{0} BLOCKZ HAS BEEN CHANGD.", + "worldedit.line.invalid-type": "//line ONLY WERKZ WIF CUBOID SELECSHUNS OR CONVEX POLYHEDRAL SELECSHUNS", + "worldedit.curve.changed": "{0} BLOCKZ HAS BEEN CHANGD.", + "worldedit.curve.invalid-type": "//curve ONLY WERKZ WIF CONVEX POLYHEDRAL SELECSHUNS", + "worldedit.replace.replaced": "{0} BLOCKZ HAS BEEN REPLACD.", + "worldedit.stack.changed": "{0} BLOCKZ CHANGD. UNDO WIF //undo", + "worldedit.regen.regenerated": "REGION REGENERATD.", + "worldedit.regen.failed": "CANT REGENERATE CHUNKZ. CHECK DA CONSOLE 4 DETAILS.", + "worldedit.walls.changed": "{0} BLOCKZ HAS BEEN CHANGD.", + "worldedit.faces.changed": "{0} BLOCKZ HAS BEEN CHANGD.", + "worldedit.overlay.overlaid": "{0} BLOCKZ HAS BEEN OVERLAID.", + "worldedit.naturalize.naturalized": "{0} BLOCK(S) HAS BEEN MADE 2 LOOK MOAR NACHURAL.", + "worldedit.center.changed": "SENTR SET. ({0} BLOCKZ CHANGD)", + "worldedit.smooth.changed": "TERRAINS HEIGHT MAP SMOOTHD. {0} BLOCKZ CHANGD.", + "worldedit.move.moved": "{0} BLOCKZ MOVD.", + "worldedit.deform.deformed": "{0} BLOCKZ HAS BEEN DEFORMD.", + "worldedit.hollow.changed": "{0} BLOCKZ HAS BEEN CHANGD.", + "worldedit.forest.created": "{0} TREEZ CREATD.", + "worldedit.flora.created": "{0} FLORA CREATD.", + "worldedit.unstuck.moved": "THAR U GO!", + "worldedit.ascend.obstructed": "NO FREE SPOT ABOOV U FINDZ.", + "worldedit.ascend.moved": "ASCENDD {0} LEVELS.", + "worldedit.descend.obstructed": "NO FREE SPOT BELOW U FINDZ.", + "worldedit.descend.moved": "DESCENDD {0} LEVELS.", + "worldedit.ceil.obstructed": "NO FREE SPOT ABOOV U FINDZ.", + "worldedit.ceil.moved": "WOOSH!", + "worldedit.thru.obstructed": "NO FREE SPOT AHEAD OV U FINDZ.", + "worldedit.thru.moved": "WOOSH!", + "worldedit.jumpto.moved": "POOF!", + "worldedit.jumpto.none": "NO BLOCK IN SIGHT (OR 2 FAR AWAY)!", + "worldedit.up.obstructed": "U WUD HIT SOMETHIN ABOOV U.", + "worldedit.up.moved": "WOOSH!", + "worldedit.cyl.invalid-radius": "U MUST EITHR SPECIFY 1 OR 2 RADIUS VALUEZ.", + "worldedit.cyl.created": "{0} BLOCKZ HAS BEEN CREATD.", + "worldedit.sphere.invalid-radius": "U MUST EITHR SPECIFY 1 OR 3 RADIUS VALUEZ.", + "worldedit.sphere.created": "{0} BLOCKZ HAS BEEN CREATD.", + "worldedit.forestgen.created": "{0} TREEZ CREATD.", + "worldedit.pumpkins.created": "{0} PUMPKIN PATCHEZ CREATD.", + "worldedit.pyramid.created": "{0} BLOCKZ HAS BEEN CREATD.", + "worldedit.generate.created": "{0} BLOCKZ HAS BEEN CREATD.", + "worldedit.reload.config": "CONFIGURASHUN RELOADD!", + "worldedit.report.written": "WORLDEDIT REPORT WRITTEN 2 {0}", + "worldedit.report.error": "FAILD 2 RITE REPORT: {0}", + "worldedit.report.callback": "WORLDEDIT REPORT: {0}.report", + "worldedit.timezone.invalid": "INVALID TIEMZONE", + "worldedit.timezone.set": "TIEMZONE SET 4 DIS SESHUN 2: {0}", + "worldedit.timezone.current": "TEH CURRENT TIEM IN DAT TIEMZONE IZ: {0}", + "worldedit.version.version": "WORLDEDIT VERSHUN {0}", + "worldedit.command.time-elapsed": "{0}S ELAPSD (HISTORY: {1} CHANGD; {2} BLOCKZ/SEC).", + "worldedit.command.permissions": "U R NOT PERMITTD 2 DO DAT. R U IN DA RITE MODE?", + "worldedit.command.player-only": "DIS COMMAND MUST BE USD WIF PLAYR.", + "worldedit.command.error.report": "PLZ REPORT DIS ERROR: [C CONSOLE]", + "worldedit.pastebin.uploading": "(PLZ WAIT... SENDIN OUTPUT 2 PASTEBIN...)", + "worldedit.session.cant-find-session": "UNABLE 2 FIND SESHUN 4 {0}", + "worldedit.platform.no-file-dialog": "FILE DIALOGS R NOT SUPPORTD IN UR ENVIRONMENT.", + "worldedit.tool.max-block-changes": "MAX BLOCKZ CHANGE LIMIT REACHD.", + "worldedit.tool.no-block": "NO BLOCK IN SIGHT!", + "worldedit.tool.repl.equip": "BLOCK REPLACR TOOL BOUND 2 {0}.", + "worldedit.tool.repl.switched": "REPLACR TOOL SWITCHD 2: {0}", + "worldedit.tool.data-cycler.equip": "BLOCK DATA CYCLR TOOL BOUND 2 {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "U R NOT PERMITTD 2 CYCLE TEH DATA VALUE OV DAT BLOCK.", + "worldedit.tool.data-cycler.cant-cycle": "DAT BLOCKZ DATA CANT BE CYCLD!", + "worldedit.tool.data-cycler.new-value": "VALUE OV {0} IZ NAO {1}.", + "worldedit.tool.data-cycler.cycling": "NAO CYCLIN {0}.", + "worldedit.tool.deltree.equip": "FLOATIN TREE REMOVR TOOL BOUND 2 {0}.", + "worldedit.tool.deltree.not-tree": "THAZ NOT TREE.", + "worldedit.tool.deltree.not-floating": "THAZ NOT FLOATIN TREE.", + "worldedit.tool.tree.equip": "TREE TOOL BOUND 2 {0}.", + "worldedit.tool.tree.obstructed": "A TREE CANT GO THAR.", + "worldedit.tool.info.equip": "INFO TOOL BOUND 2 {0}.", + "worldedit.tool.info.blockstate.hover": "BLOCK STATE", + "worldedit.tool.info.internalid.hover": "INTERNAL ID", + "worldedit.tool.info.light.hover": "BLOCK LIGHT/LIGHT ABOOV", + "worldedit.tool.none.equip": "TOOL UNBOUND FRUM UR CURRENT ITEM.", + "worldedit.tool.selwand.equip": "SELECSHUN WAND BOUND 2 {0}.", + "worldedit.tool.navwand.equip": "NAVIGASHUN WAND BOUND 2 {0}.", + "worldedit.tool.floodfill.equip": "BLOCK FLOOD FILL TOOL BOUND 2 {0}.", + "worldedit.tool.farwand.equip": "FAR WAND TOOL BOUND 2 {0}.", + "worldedit.tool.lrbuild.equip": "LONG-RANGE BUILDIN TOOL BOUND 2 {0}.", + "worldedit.tool.lrbuild.set": "LEFT-CLICK SET 2 {0}; RITE-CLICK SET 2 {1}.", + "worldedit.tool.superpickaxe.mode.single": "MODE IZ NAO SINGLE. LEFT CLICK WIF PICKAXE. // 2 DISABLE.", + "worldedit.tool.superpickaxe.mode.area": "MODE IZ NAO AREA. LEFT CLICK WIF PICKAXE. // 2 DISABLE.", + "worldedit.tool.superpickaxe.mode.recursive": "MODE IZ NAO RECURSIV. LEFT CLICK WIF PICKAXE. // 2 DISABLE.", + "worldedit.tool.superpickaxe.max-range": "MAXIMUM RANGE IZ {0}.", + "worldedit.tool.superpickaxe.enabled.already": "SUPR PICKAXE ALREADY ENABLD.", + "worldedit.tool.superpickaxe.disabled.already": "SUPR PICKAXE ALREADY DISABLD.", + "worldedit.tool.superpickaxe.enabled": "SUPR PICKAXE ENABLD.", + "worldedit.tool.superpickaxe.disabled": "SUPR PICKAXE DISABLD.", + "worldedit.tool.mask.set": "BRUSH MASK SET.", + "worldedit.tool.mask.disabled": "BRUSH MASK DISABLD.", + "worldedit.tool.material.set": "BRUSH MATERIAL SET.", + "worldedit.tool.range.set": "BRUSH RANGE SET.", + "worldedit.tool.size.set": "BRUSH SIZE SET.", + "worldedit.tool.tracemask.set": "TRACE MASK SET.", + "worldedit.tool.tracemask.disabled": "TRACE MASK DISABLD.", + "worldedit.execute.script-permissions": "U DOAN HAS PERMISHUN 2 USE DAT SCRIPT.", + "worldedit.executelast.no-script": "USE /cs WIF SCRIPT NAYM FURST.", + "worldedit.script.read-error": "SCRIPT READ ERROR: {0}", + "worldedit.script.unsupported": "ONLY .js SCRIPTS R CURRENTLY SUPPORTD", + "worldedit.script.file-not-found": "SCRIPT DOEZ NOT EXIST: {0}", + "worldedit.script.no-script-engine": "FAILD 2 FIND AN INSTALLD SCRIPT ENGINE.\nPLZ C https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "FAILD 2 EXECUTE: {0}", + "worldedit.script.failed-console": "FAILD 2 EXECUTE (C CONSOLE): {0}", + "worldedit.operation.affected.biome": "{0} BIOMEZ AFFECTD", + "worldedit.operation.affected.block": "{0} BLOCKZ AFFECTD", + "worldedit.operation.affected.column": "{0} COLUMNS AFFECTD", + "worldedit.operation.affected.entity": "{0} ENTITIEZ AFFECTD", + "worldedit.operation.deform.expression": "DEFORMD USIN {0}", + "worldedit.selection.convex.info.vertices": "VERTICEZ: {0}", + "worldedit.selection.convex.info.triangles": "TRIANGLEZ: {0}", + "worldedit.selection.convex.explain.primary": "STARTD NEW SELECSHUN WIF VERTEX {0}.", + "worldedit.selection.convex.explain.secondary": "ADDD VERTEX {0} 2 TEH SELECSHUN.", + "worldedit.selection.cuboid.info.pos1": "POSISHUN 1: {0}", + "worldedit.selection.cuboid.info.pos2": "POSISHUN 2: {0}", + "worldedit.selection.cuboid.explain.primary": "FURST POSISHUN SET 2 {0}.", + "worldedit.selection.cuboid.explain.primary-area": "FURST POSISHUN SET 2 {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "SECOND POSISHUN SET 2 {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "SECOND POSISHUN SET 2 {0} ({1}).", + "worldedit.selection.extend.explain.primary": "STARTD SELECSHUN AT {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "EXTENDD SELECSHUN 2 ENCOMPAS {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "SENTR: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z RADIUS: {0}", + "worldedit.selection.ellipsoid.explain.primary": "SENTR POSISHUN SET 2 {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "SENTR POSISHUN SET 2 {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "RADIUS SET 2 {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "RADIUS SET 2 {0} ({1}).", + "worldedit.selection.cylinder.info.center": "SENTR: {0}", + "worldedit.selection.cylinder.info.radius": "RADIUS: {0}", + "worldedit.selection.cylinder.explain.primary": "STARTIN NEW CYLINDRICAL SELECSHUN AT {0}.", + "worldedit.selection.cylinder.explain.secondary": "RADIUS SET 2 {0}/{1} BLOCKZ. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "U MUST SELECT TEH SENTR POINT BEFORE SETTIN TEH RADIUS.", + "worldedit.selection.polygon2d.info": "# POINTS: {0}", + "worldedit.selection.polygon2d.explain.primary": "STARTIN NEW POLYGON AT {0}.", + "worldedit.selection.polygon2d.explain.secondary": "ADDD POINT #{0} AT {1}.", + "worldedit.selection.sphere.explain.secondary": "RADIUS SET 2 {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "RADIUS SET 2 {0} ({1}).", + "worldedit.sideeffect.lighting": "LITIN", + "worldedit.sideeffect.lighting.description": "UPDATEZ BLOK LITIN", + "worldedit.help.command-not-found": "TEH COMMAND {0} CUD NOT BE FINDZ.", + "worldedit.help.no-subcommands": "{0} HAS NO SUB-COMMANDZ. (MAYBE {1} IZ 4 PARAMETR?)", + "worldedit.help.subcommand-not-found": "TEH SUB-COMMAND {0} UNDR {1} CUD NOT BE FINDZ.", + "worldedit.cli.stopping": "STOPPIN!", + "worldedit.cli.unknown-command": "UNKNOWN COMMAND!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/lt/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/lt/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/lt/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/lv/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/lv/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/lv/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/mi/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/mi/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/mi/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/mk/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/mk/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/mk/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/mn/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/mn/strings.json new file mode 100644 index 0000000..c8ee237 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/mn/strings.json @@ -0,0 +1,35 @@ +{ + "worldedit.expand.description.vert": "аЁаОаНаГаОбаОаН аМбƒаЖаИаЙаГ аБаОбаОаО б‚баНб…аЛбаГаИаЙаН аДаАаГбƒбƒ аДбаЛб…аИаЙаН б…баЗаГаАаАб€ б…вЏб€б‚баЛ ббƒаНаГаАб….", + "worldedit.expand.expanded": "аœбƒаЖ {0} аБаЛаОаКаОаОб€ ббƒаНаГаАаГаДаЛаАаА", + "worldedit.expand.expanded.vert": "а‘вЏбаИаЙаГ {0} аБаЛаОаК б‚баЛаЛбб (аДббб€ббб аДаОаОбˆ).", + "worldedit.biomeinfo.lineofsight": "аЅаАб€аЖ аБаАаЙаГаАаА б†баГаИаЙаН аБаАаЙаГаАаЛаИаЙаН аБвЏб: {0}", + "worldedit.biomeinfo.position": "аЂаАаНб‹ аБаАаЙаГаАаА аГаАаЗб€б‹аН аБаАаЙаГаАаЛаИаЙаН аБвЏб: {0}", + "worldedit.biomeinfo.selection": "аЂаАаНб‹ баОаНаГаОбаОаН б…ббаГаИаЙаН аБаАаЙаГаАаЛаИаЙаН аБвЏб: {0}", + "worldedit.brush.apply.radius": "а‘аАаГбаНб‹ б…баМаЖбб", + "worldedit.brush.apply.shape": "а‘вЏбаИаЙаН б…баЛаБбб€", + "worldedit.brush.apply.type": "абˆаИаГаЛаАб… аБаАаГбаНб‹ б‚гЉб€гЉаЛ", + "worldedit.brush.paint.size": "а‘аАаГбаНб‹ б…баМаЖбб", + "worldedit.brush.paint.shape": "а‘вЏбаИаЙаН б…баЛаБбб€", + "worldedit.brush.paint.density": "а‘аАаГбаНб‹ аНбаГб‚бˆаИаЛ", + "worldedit.brush.paint.type": "абˆаИаГаЛаАб… аБаАаГбаНб‹ б‚гЉб€гЉаЛ", + "worldedit.brush.operation.equip": "а‘аАаГбб‹аГ {0} аБаОаЛаГаОбаОаН.", + "worldedit.brush.none.equip": "аžаДаОаОаГаИаЙаН баД аЗвЏаЙаЛббб аБаАаГбб‹аГ баАаЛаГаАаЛаАаА.", + "worldedit.fast.disabled": "аЅбƒб€аДаАаН аГаОб€аИаМ бƒаНб‚аАб€аЛаАаА.", + "worldedit.fast.enabled": "аЅбƒб€аДаАаН аГаОб€аИаМ аАбаЛаАаА. гЈгЉб€б‡аЛгЉаЛб‚ б…аИаЙббаН б…ббаГвЏвЏаДаИаЙаН аГбб€баЛб‚вЏвЏаЛбаГ аБбƒб€бƒбƒ аБаАаЙаЖ аМаАаГаАаДаГвЏаЙ. аЂаИаЙаМббб б‚аА аГаАб€аАаАаД, аОб€аЖ аИб€бб… б…бб€баГб‚баЙ.", + "worldedit.fast.disabled.already": "аЅбƒб€аДаАаН аГаОб€аИаМ аАаЛбŒ б…баДаИаЙаН бƒаНб‚аАб€баАаН.", + "worldedit.fast.enabled.already": "аЅбƒб€аДаАаН аГаОб€аИаМ аАаЛбŒ б…баДаИаЙаН аАббаАаН.", + "worldedit.clearhistory.cleared": "аЂвЏвЏб…аИаЙаГ аАб€аИаЛаГаАбаАаН.", + "worldedit.restore.block-place-error": "аЁвЏвЏаЛаИаЙаН аАаЛаДаАаА: {0}", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} аБаАаЙб…аГвЏаЙ аБаАаЙаНаА!", + "worldedit.schematic.delete.deleted": "{0} бƒбб‚баАаН.", + "worldedit.hpos.no-block": "аЅаАб€аАаГаДаАб… аБаЛаОаК аБаАаЙб…аГвЏаЙ аБаАаЙаНаА!", + "worldedit.hpos.already-set": "а‘аАаЙб€аЛаАаЛб‹аГ аАаЛбŒ б…баДаИаЙаН б‚аОб…аИб€бƒбƒаЛбаАаН.", + "worldedit.shift.shifted": "а‘вЏбаИаЙаГ б…гЉаДгЉаЛаГгЉбгЉаН.", + "worldedit.size.type": "аЂгЉб€гЉаЛ: {0}", + "worldedit.size.size": "аЅбаМаЖбб: {0}", + "worldedit.count.counted": "аЂаОаОаЛбаОаН: {0}", + "worldedit.distr.no-blocks": "абаГ б‡ аБаЛаОаК б‚аОаОаЛаОаОаГвЏаЙ.", + "worldedit.select.sphere.description": "а‘гЉаМаБгЉб€б†гЉаГ баОаНаГаОбаОаН", + "worldedit.select.cyl.message": "аІаИаЛаИаНаДб€ баОаНаГаОаГб‡: а—вЏвЏаН аДаАб€аАб…=б‚гЉаВ, аБаАб€бƒбƒаН аДаАб€аЖ гЉб€аГгЉб‚аГгЉб…", + "worldedit.select.cyl.description": "аІаИаЛаИаНаДб€ баОаНаГаОб…" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/moh/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/moh/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/moh/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/ms/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/ms/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/ms/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/mt/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/mt/strings.json new file mode 100644 index 0000000..dfc3c18 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/mt/strings.json @@ -0,0 +1,19 @@ +{ + "worldedit.expand.description.vert": "Jespandu vertikalment l-gФЇaХМla gФЇal-limiti dinjija.", + "worldedit.expand.expanded": "Ir-reФЁjun espanda {0}-blokki", + "worldedit.expand.expanded.vert": "Ir-reФЁjun espanda {0}-blokki (minn fuq gФЇal isfel).", + "worldedit.biomeinfo.lineofsight": "Bijomes fil-punt tal-vista: {0}", + "worldedit.biomeinfo.position": "Bijomes fil-poХМizzjoni tiegФЇek: {0}", + "worldedit.biomeinfo.selection": "Bijomessi fl-gФЇaХМla tiegФЇek: {0}", + "worldedit.brush.radius-too-large": "RaФЁФЁ massimu permess tal-pinzell: {0}", + "worldedit.brush.apply.description": "Applika x-xkupilja, applika funzjoni gФЇal kull blokka", + "worldedit.brush.apply.radius": "Id-daqs tal-pinzell", + "worldedit.brush.apply.shape": "Il-forma tar-reФЁjun", + "worldedit.brush.apply.type": "Tip ta' pinzell li gФЇandu jintuХМa", + "worldedit.brush.apply.item.warning": "Dan il-pinzell jissimula l-uХМu tal-oФЁФЁett. L-effetti tiegФЇu jistgФЇu ma jaФЇdmux fuq il-pjattaformi kollha, jistgФЇu ma jkunux jistgФЇu jiФЁu indaqs, u jistgФЇu jikkawХМaw interazzjonijiet strambi ma' modi/plugins oФЇra. UХМa gФЇar- riskju tiegФЇek stess.", + "worldedit.brush.paint.description": "Pinzell taХМ-ХМebgФЇa, applika funzjoni gФЇal wiФ‹Ф‹", + "worldedit.brush.paint.size": "Id-daqs tal-pinzell", + "worldedit.brush.paint.shape": "Il-forma tar-reФЁjun", + "worldedit.brush.paint.type": "Tip ta' pinzell li gФЇandu jintuХМa", + "worldedit.brush.paint.item.warning": "Dan il-pinzell jissimula l-uХМu tal-oФЁФЁett. L-effetti tiegФЇu jistgФЇu ma jaФЇdmux fuq il-pjattaformi kollha, jistgФЇu ma jkunux jistgФЇu jiФЁu indaqs, u jistgФЇu jikkawХМaw interazzjonijiet strambi ma' modi/plugins oФЇra. UХМa gФЇar- riskju tiegФЇek stess." +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/nds/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/nds/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/nds/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/nl-BE/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/nl-BE/strings.json new file mode 100644 index 0000000..ed9d407 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/nl-BE/strings.json @@ -0,0 +1,404 @@ +{ + "worldedit.expand.description.vert": "Vergroot de verticale selectie tot de wereldgrenzen.", + "worldedit.expand.expanded": "Regio uitgebreid met {0} blokken", + "worldedit.expand.expanded.vert": "Regio uitgebreid met {0} blokken (boven tot beneden).", + "worldedit.biomeinfo.lineofsight": "Klimaten op kijkpunt: {0}", + "worldedit.biomeinfo.position": "Vegetatie op uw positie: {0}", + "worldedit.biomeinfo.selection": "Vegetaties in je selectie: {0}", + "worldedit.brush.radius-too-large": "Maximaal toegestane borstel radius: {0}", + "worldedit.brush.apply.description": "Pas borstel toe, pas een functie toe aan elke blok", + "worldedit.brush.apply.radius": "De grootte van de borstel", + "worldedit.brush.apply.shape": "De vorm van het gebied", + "worldedit.brush.apply.type": "Type van borstel om te gebruiken", + "worldedit.brush.apply.item.warning": "Deze borstel simuleert voorwerpengebruik. De effecten werkt mogelijk niet op alle platformen, kan mogelijk niet ongedaan te maken zijn, en kan vreemde interacties met andere mods/plugins veroorzaken. Gebruik op eigen risico.", + "worldedit.brush.paint.description": "Verf borstel, voeg een functie toe aan een oppervlak", + "worldedit.brush.paint.size": "De grootte van de borstel", + "worldedit.brush.paint.shape": "De vorm van het gebied", + "worldedit.brush.paint.density": "De dichtheid van de brush", + "worldedit.brush.paint.type": "Type van borstel om te gebruiken", + "worldedit.brush.paint.item.warning": "Deze borstel simuleert voorwerpengebruik. De effecten werkt mogelijk niet op alle platformen, kan mogelijk niet ongedaan te maken zijn, en kan vreemde interacties met andere mods/plugins veroorzaken. Gebruik op eigen risico.", + "worldedit.brush.sphere.equip": "Bol borstel vorm geselecteerd ({0}).", + "worldedit.brush.cylinder.equip": "Cilinder borstel vorm geselecteerd ({0} bij {1}).", + "worldedit.brush.clipboard.equip": "Klembord borstel vorm geselecteerd.", + "worldedit.brush.smooth.equip": "Verzachtingsborstel geactiveerd ({0} x {1}x met {2}).", + "worldedit.brush.extinguish.equip": "Brandblusser geactiveerd ({0}).", + "worldedit.brush.gravity.equip": "Zwaartekrachtborstel geactiveerd ({0}).", + "worldedit.brush.butcher.equip": "Slagersborstel geactiveerd ({0}).", + "worldedit.brush.operation.equip": "Borstel ingeseld op {0}.", + "worldedit.brush.heightmap.equip": "Hoogtekaart kwast geactiveerd ({0}).", + "worldedit.brush.heightmap.unknown": "Onbekend hoogtekaart kwast {0}.", + "worldedit.brush.none.equip": "Borstel ontkoppelt van je huidig voorwerp.", + "worldedit.setbiome.changed": "Biomes werden ongeveer {0} blokken veranderd.", + "worldedit.setbiome.warning": "Je moet mogelijk opnieuw deelnemen aan je spel (of je wereld sluiten en heropenen) om veranderingen te zien.", + "worldedit.drawsel.disabled": "Server CUI uitgeschakeld.", + "worldedit.drawsel.disabled.already": "Server CUI is al uitgeschakeld.", + "worldedit.drawsel.enabled.already": "Server CUI is al ingeschakeld.", + "worldedit.limit.too-high": "De limiet voor jou is {0}.", + "worldedit.limit.set": "Blok wijzigingslimiet is ingesteld op {0}.", + "worldedit.limit.return-to-default": "(Gebruik //limit om terug te gaan naar de standaard.)", + "worldedit.timeout.too-high": "Jouw maximaal toegestane time-out is {0}ms.", + "worldedit.timeout.set": "Time-out tijd ingesteld op {0}ms.", + "worldedit.timeout.return-to-default": " (Gebruik //timeout om terug te gaan naar de standaard.)", + "worldedit.fast.disabled": "Snelle modus uitgeschakeld.", + "worldedit.fast.enabled": "Snelle modus ingeschakeld. Verlichting in de betreffende chunks kan verkeerd zijn en/of u moet mogelijk opnieuw inloggen om wijzigingen te zien.", + "worldedit.fast.disabled.already": "Snelle modus is al uitgeschakeld.", + "worldedit.fast.enabled.already": "Snelle modus is al ingeschakeld.", + "worldedit.perf.sideeffect.set": "Extra effect \"{0}\" ingesteld op {1}", + "worldedit.perf.sideeffect.get": "Side effect \"{0}\" is ingesteld op {1}", + "worldedit.perf.sideeffect.already-set": "Side effect \"{0}\" is ingesteld op {1}", + "worldedit.perf.sideeffect.set-all": "Alle bijwerkeffecten ingesteld op {0}", + "worldedit.reorder.current": "De herordeningsmodus is {0}", + "worldedit.reorder.set": "De herordeningsmodus is nu {0}", + "worldedit.gmask.disabled": "Globaal masker uitgeschakeld.", + "worldedit.gmask.set": "Globaal masker ingesteld.", + "worldedit.toggleplace.pos1": "Nu plaatsen op pos #1.", + "worldedit.toggleplace.player": "Wordt nu geplaatst op het blok waarin je staat.", + "worldedit.searchitem.too-short": "Geef een langere zoekopdracht op (lengte > 2).", + "worldedit.searchitem.either-b-or-i": "Je kunt de 'b'- en 'i'-vlaggen niet samen gebruiken.", + "worldedit.searchitem.searching": "(Een ogenblik geduld... zoeken tussen items.)", + "worldedit.watchdog.no-hook": "Kan niet communiceren met de waakhond van dit platform.", + "worldedit.watchdog.active.already": "Waakhondcommunicatie al actief.", + "worldedit.watchdog.inactive.already": "Waakhondcommunicatie al inactief.", + "worldedit.watchdog.active": "Watchdog haak nu actief.", + "worldedit.watchdog.inactive": "Watchdog haak nu inactief.", + "worldedit.world.remove": "Verwijderde wereld overschrijving.", + "worldedit.world.set": "Stel de wereld override in op {0}. (Gebruik //world om terug te gaan naar standaard)", + "worldedit.undo.undone": "{0} bewerkingen ongedaan gemaakt.", + "worldedit.undo.none": "Niets meer om ongedaan te maken.", + "worldedit.redo.redone": "{0} bewerkingen herhaald.", + "worldedit.redo.none": "Niets meer om opnieuw te doen.", + "worldedit.clearhistory.cleared": "Geschiedenis gewist.", + "worldedit.raytrace.noblock": "Geen blok in zicht!", + "worldedit.restore.not-configured": "Snapshot/backup herstel is niet geconfigureerd.", + "worldedit.restore.not-available": "Die snapshot bestaat niet of is niet beschikbaar.", + "worldedit.restore.failed": "Fout bij laden van snapshot: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' geladen; nu herstellen...", + "worldedit.restore.restored": "Teruggezet met {0} ontbrekende chunks en {1} andere fouten.", + "worldedit.restore.none-for-specific-world": "Geen snapshots gevonden voor de wereld '{0}'.", + "worldedit.restore.none-for-world": "Geen snapshots gevonden voor deze wereld.", + "worldedit.restore.none-found": "Geen snapshots gevonden.", + "worldedit.restore.none-found-console": "Geen snapshots gevonden. Zie de console voor meer informatie.", + "worldedit.restore.chunk-not-present": "Geen chunks gevonden in deze snapshot.", + "worldedit.restore.chunk-load-failed": "De chunks konden niet geladen worden. (Beschadigd archief?)", + "worldedit.restore.block-place-failed": "Door een fout konden geen blokken worden hersteld.", + "worldedit.restore.block-place-error": "Laatste fout: {0}", + "worldedit.snapshot.use.newest": "De nieuwste snapshot wordt nu gebruikt.", + "worldedit.snapshot.use": "Snapshot ingesteld op: {0}", + "worldedit.snapshot.none-before": "Kon geen snapshot vinden voor {0}.", + "worldedit.snapshot.none-after": "Kon geen snapshot vinden na {0}.", + "worldedit.snapshot.index-above-0": "Ongeldig nummer, de nummering begint bij 1.", + "worldedit.snapshot.index-oob": "Ongeldig nummer, je moet een nummer van 1 t/m {0} opgeven.", + "worldedit.schematic.unknown-format": "Onbekend schematic formaat: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} bestaat niet!", + "worldedit.schematic.load.loading": "(Een ogenblik geduld... schematic wordt geladen.)", + "worldedit.schematic.load.still-loading": "(Een ogenblik geduld... de schema wordt nog steeds geladen.)", + "worldedit.schematic.save.already-exists": "Deze schematic bestaat al. Gebruik de -f vlag om deze te overschrijven.", + "worldedit.schematic.save.failed-directory": "Map voor schematics kon niet worden gemaakt!", + "worldedit.schematic.save.saving": "(Een ogenblik geduld... schematic opslaan.)", + "worldedit.schematic.save.still-saving": "(Een ogenblik geduld... schematic opslaan.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} bestaat niet!", + "worldedit.schematic.delete.failed": "Verwijderen van {0} mislukt! Is het alleen-lezen?", + "worldedit.schematic.delete.deleted": "{0} is verwijderd.", + "worldedit.schematic.formats.title": "Beschikbare klembordformaten (Naam: termen)", + "worldedit.schematic.unsupported-minecraft-version": "Deze versie van WorldEdit ondersteunt uw Minecraft-versie niet. Schematics werken niet totdat dit is opgelost.", + "worldedit.pos.already-set": "Positie is al ingesteld.", + "worldedit.pos.console-require-coords": "De console moet verplicht coУЖrdinaten opgeven.", + "worldedit.hpos.no-block": "Geen blok in zicht!", + "worldedit.hpos.already-set": "Positie is al ingesteld.", + "worldedit.chunk.selected-multiple": "Chunks geselecteerd: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk geselecteerd: {0}, {1}, {2}", + "worldedit.wand.invalid": "Toverstokitem is verkeerd ingesteld of uitgezet.", + "worldedit.wand.selwand.info": "Linksklikken: positie #1; rechtsklikken: positie #2", + "worldedit.wand.navwand.info": "Linksklikken: springen naar locatie; rechtsklikken: door muren heengaan", + "worldedit.wand.selwand.now.tool": "De selectie-toverstok is nu normaal gereedschap. Je kan het uitzetten met {0} en opnieuw koppelen aan elk item met {1} of een nieuwe toverstaf krijgen met {2}.", + "worldedit.contract.contracted": "Regio met {0} blokken verkleind.", + "worldedit.shift.shifted": "Regio verlegd.", + "worldedit.outset.outset": "Uitlegvel van gebied.", + "worldedit.inset.inset": "Inlegvel van gebied.", + "worldedit.size.offset": "Verschuiving: {0}", + "worldedit.size.type": "Type: {0}", + "worldedit.size.size": "Grootte: {0}", + "worldedit.size.distance": "Balkafstand: {0}", + "worldedit.size.blocks": "Aantal blokken: {0}", + "worldedit.count.counted": "Geteld: {0}", + "worldedit.distr.no-blocks": "Geen blokken geteld.", + "worldedit.distr.no-previous": "Geen vorige distributie.", + "worldedit.distr.total": "Totaal aantal blokken: {0}", + "worldedit.select.cleared": "Selectie gewist.", + "worldedit.select.cuboid.message": "Balk: linksklikken voor punt 1, rechtsklikken voor punt 2", + "worldedit.select.cuboid.description": "Selecteer de twee hoeken van een balk", + "worldedit.select.extend.message": "Balk: linksklikken voor startpunt, rechtsklikken om uit te breiden", + "worldedit.select.extend.description": "Snelle balk-selectiemodus", + "worldedit.select.poly.message": "2D-polygoon selecteren: links/rechtsklikken om een punt toe te voegen.", + "worldedit.select.poly.limit-message": "Maximaal {0} punten.", + "worldedit.select.poly.description": "Selecteer een 2D-polygoon met hoogte", + "worldedit.select.ellipsoid.message": "EllipsoУЏde selecteren: linkermuisknop=midden, rechtermuisknop om uit te breiden", + "worldedit.select.ellipsoid.description": "Selecteer een ellipsoУЏde", + "worldedit.select.sphere.message": "Bol selecteren: linkermuisknop=midden; rechtermuisknop om straal in te stellen", + "worldedit.select.sphere.description": "Selecteer een bol", + "worldedit.select.cyl.message": "Cilindervormige selectie: Linkermuisknop=midden, rechtermuisknop om uit te breiden", + "worldedit.select.cyl.description": "Selecteer een cilinder", + "worldedit.select.convex.message": "Convex veelvlak selectie: linkermuisknop=eerste punt, rechtermuisknop om meer toe te voegen.", + "worldedit.select.convex.limit-message": "{0} punten maximaal.", + "worldedit.select.convex.description": "Selecteer een convexe veelvlak", + "worldedit.select.default-set": "Uw standaard regio selector is nu {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Oud formaat: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: regio/{0}", + "worldedit.listchunks.listfor": "Lijst met chunks maken voor: {0}", + "worldedit.drain.drained": "{0} blokken zijn drooggelegd.", + "worldedit.fill.created": "{0} blokken zijn gevuld.", + "worldedit.fillr.created": "{0} blokken zijn gevuld.", + "worldedit.fixlava.fixed": "{0} lavablokken zijn gerepareerd.", + "worldedit.fixwater.fixed": "{0} waterblokken zijn gerepareerd.", + "worldedit.removeabove.removed": "{0} blokken zijn verwijderd.", + "worldedit.removebelow.removed": "{0} blokken zijn verwijderd.", + "worldedit.removenear.removed": "{0} blokken zijn verwijderd.", + "worldedit.replacenear.replaced": "{0} blokken zijn vervangen.", + "worldedit.snow.created": "{0} oppervlakken zijn bedekt.", + "worldedit.thaw.removed": "{0} blokken zijn ontdooid.", + "worldedit.green.changed": "{0} blokken zijn vergroend.", + "worldedit.extinguish.removed": "{0} branden zijn geblust.", + "worldedit.butcher.killed": "{0} mobs zijn gedood in een straal van {1}.", + "worldedit.butcher.explain-all": "Gebruik -1 om alle mobs uit de geladen chunks te verwijderen", + "worldedit.remove.removed": "{0} entiteiten zijn gemarkeerd voor verwijdering.", + "worldedit.remove.explain-all": "Gebruik -1 om alle entiteiten te verwijderen in geladen chunks", + "worldedit.calc.invalid": "'{0}' kon niet ingelezen worden als geldige expressie", + "worldedit.calc.invalid.with-error": "'{0}' kon niet worden geparseerd als geldige uitdrukking: '{1}'", + "worldedit.paste.pasted": "De inhoud van het klembord is geplakt op {0}", + "worldedit.paste.selected": "Plakregio voor klembord ingesteld.", + "worldedit.rotate.no-interpolation": "Let wel: interpolatie wordt nog niet ondersteund, dus gebruik het liefst alleen hoeken van 90 graden.", + "worldedit.rotate.rotated": "De kopie op het klembord is gedraaid.", + "worldedit.flip.flipped": "De kopie op het klembord is omgedaaid.", + "worldedit.clearclipboard.cleared": "Klembord leeggemaakt.", + "worldedit.set.done": "Handeling geslaagd.", + "worldedit.set.done.verbose": "Handeling geslaagd ({0}).", + "worldedit.line.changed": "{0} blokken zijn veranderd.", + "worldedit.line.invalid-type": "//line werkt alleen met kubus selecties of convexe veelvlak selecties", + "worldedit.curve.changed": "{0} blokken zijn veranderd.", + "worldedit.curve.invalid-type": "//curve werkt alleen met convexe veelvlakselecties", + "worldedit.replace.replaced": "{0} blokken zijn vervangen.", + "worldedit.stack.changed": "{0} blokken veranderd. Ongedaan maken met //undo", + "worldedit.stack.intersecting-region": "De Stack offset mag niet botsen met het gebied bij het gebruik van blok eenheden", + "worldedit.regen.regenerated": "Regio opnieuw gegenereerd.", + "worldedit.regen.failed": "Kan chunks niet opnieuw genereren. Zie de console voor meer informatie.", + "worldedit.walls.changed": "{0} blokken veranderd.", + "worldedit.faces.changed": "{0} blokken veranderd.", + "worldedit.overlay.overlaid": "{0} blokken zijn bedekt.", + "worldedit.naturalize.naturalized": "{0} blok(ken) zien er nu natuurlijker uit.", + "worldedit.center.changed": "Middelpunt ingesteld ({0} blokken gewijzigd)", + "worldedit.smooth.changed": "Hoogtekaart van het terrein is verzacht. {0} blokken zijn gewijzigd.", + "worldedit.move.moved": "{0} blokken verplaatst.", + "worldedit.deform.deformed": "{0} blokken zijn vervormd.", + "worldedit.hollow.changed": "{0} blokken zijn gewijzigd.", + "worldedit.forest.created": "{0} bomen geplaatst.", + "worldedit.flora.created": "{0} bloemen geplaatst.", + "worldedit.unstuck.moved": "Alsjeblieft!", + "worldedit.ascend.obstructed": "Geen vrije plek boven je gevonden.", + "worldedit.ascend.moved": "{0} blokken opgestegen.", + "worldedit.descend.obstructed": "Geen vrije plek onder je gevonden.", + "worldedit.descend.moved": "{0} blokken afgedaald.", + "worldedit.ceil.obstructed": "Geen vrije plek boven je gevonden.", + "worldedit.ceil.moved": "Woesh!", + "worldedit.thru.obstructed": "Geen vrije plek vУГУГr je gevonden.", + "worldedit.thru.moved": "Woesh!", + "worldedit.jumpto.moved": "Poef!", + "worldedit.jumpto.none": "Geen blokken in zicht (of te ver weg)!", + "worldedit.up.obstructed": "Je zou iets boven je raken.", + "worldedit.up.moved": "Woesh!", + "worldedit.cyl.invalid-radius": "Je moet УЉУЉn of twee waardes opgeven voor de straal.", + "worldedit.cyl.created": "{0} blokken zijn geplaatst.", + "worldedit.sphere.invalid-radius": "Je moet УЉУЉn of drie waardes opgeven voor de straal.", + "worldedit.sphere.created": "{0} blokken zijn geplaatst.", + "worldedit.forestgen.created": "{0} bomen geplaatst.", + "worldedit.pumpkins.created": "{0} groepjes pompoenen geplaatst.", + "worldedit.pyramid.created": "{0} blokken zijn geplaatst.", + "worldedit.generate.created": "{0} blokken zijn geplaatst.", + "worldedit.generatebiome.changed": "{0} biomen aangepast.", + "worldedit.reload.config": "Configuratie is herladen!", + "worldedit.report.written": "WorldEdit-rapport geschreven naar {0}", + "worldedit.report.error": "Kon rapport niet schrijven: {0}", + "worldedit.report.callback": "WorldEdit-rapport: {0}.report", + "worldedit.timezone.invalid": "Ongeldige tijdzone", + "worldedit.timezone.set": "Tijdzone voor deze sessie ingesteld op: {0}", + "worldedit.timezone.current": "De huidige tijd in die tijdzone is: {0}", + "worldedit.version.version": "WorldEdit-versie {0}", + "worldedit.version.bukkit.unsupported-adapter": "Deze versie van WorldEdit ondersteunt uw versie van Bukkit niet volledig. Blok entiteiten (bijv. kisten) zullen leeg zijn, block eigenschappen (bijv. rotatie) zullen missen, en andere dingen zullen mogelijk niet werken. Update WorldEdit om deze functionaliteit te herstellen: {0}", + "worldedit.trace.no-tracing-extents": "Trace: geen omvang gebruikt.", + "worldedit.trace.action-failed": "Traceer: Actie(s) {0} op {1} verwijderd door grootte {2}", + "worldedit.trace.active.already": "Traceermodus is al actief.", + "worldedit.trace.inactive.already": "Traceermodus is al inactief.", + "worldedit.trace.active": "Traceermodus nu actief.", + "worldedit.trace.inactive": "Traceermodus nu inactief.", + "worldedit.command.time-elapsed": "{0}s verstreken (geschiedenis: {1} veranderd; {2} blokken/sec).", + "worldedit.command.permissions": "Je hebt geen toestemming daarvoor. Zit je in de juiste modus?", + "worldedit.command.player-only": "Dit commando moet uitgevoerd worden met of door een speler.", + "worldedit.command.error.report": "Rapporteer alsjeblieft deze fout: [Zie de console]", + "worldedit.pastebin.uploading": "(Een ogenblik geduld... uitvoer wordt verzonden naar pastebin...)", + "worldedit.session.cant-find-session": "Kan de sessie voor {0} niet vinden", + "worldedit.platform.no-file-dialog": "Bestanddialogen worden niet ondersteund in uw omgeving.", + "worldedit.asset.load.loading": "(Een ogenblik geduld... asset laden.)", + "worldedit.asset.load.still-loading": "(Een ogenblik geduld... wordt asset nog steeds geladen.)", + "worldedit.asset.load.failed": "Kan asset niet laden", + "worldedit.tool.max-block-changes": "Maximum aantal blokwijzigingen bereikt.", + "worldedit.tool.no-block": "Geen blok in zicht!", + "worldedit.tool.repl.equip": "Blokvervanggereedschap gebonden aan {0}.", + "worldedit.tool.repl.switched": "Vervanggereedschap gewisseld naar: {0}", + "worldedit.tool.data-cycler.equip": "Blokkeer data cycler tool gebonden aan {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "U bent niet toegestaan om de data waarde van dat blok weer te veranderen.", + "worldedit.tool.data-cycler.cant-cycle": "De gegevens van dat blok kunnen niet worden veranderd!", + "worldedit.tool.data-cycler.new-value": "Waarde van {0} is nu {1}.", + "worldedit.tool.deltree.equip": "Zwevende boom verwijdertool gekoppeld aan {0}.", + "worldedit.tool.deltree.not-tree": "Dat is geen boom.", + "worldedit.tool.deltree.not-floating": "Dat is geen zwevende boom.", + "worldedit.tool.tree.equip": "Boom gereedschap is gebonden aan {0}.", + "worldedit.tool.tree.obstructed": "Daar kan geen boom geplaatst worden.", + "worldedit.tool.info.equip": "Info gereedschap is gebonden aan {0}.", + "worldedit.tool.info.blockstate.hover": "Blok status", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy id:data", + "worldedit.tool.info.light.hover": "Blokkeer licht/licht boven", + "worldedit.tool.none.equip": "Gereedschap is losgekoppeld van je huidige item.", + "worldedit.tool.none.to.unequip": "Uw huidige item is niet gebonden.", + "worldedit.tool.selwand.equip": "Selectie toverstok gebonden aan {0}.", + "worldedit.tool.navwand.equip": "Navigatie toverstok is gebonden aan {0}.", + "worldedit.tool.floodfill.equip": "Blok overstromingsgereedschap gekoppeld aan {0}.", + "worldedit.tool.farwand.equip": "Langeafstandstoverstok gebonden aan {0}.", + "worldedit.tool.lrbuild.equip": "Langeafstandsbouwgereedschap gebonden aan {0}.", + "worldedit.tool.lrbuild.set": "Linksklikken ingesteld op {0}; rechtsklikken op {1}.", + "worldedit.tool.stack.equip": "Stapel tool is gebonden aan {0}.", + "worldedit.tool.unbind-instruction": "Start {0} terwijl je het item ingedrukt houdt om het los te koppelen.", + "worldedit.tool.superpickaxe.mode.single": "Enkele modus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.mode.area": "Gebiedsmodus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.mode.recursive": "Recursieve modus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.max-range": "Maximaal bereik is {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superpikhouweel is al ingeschakeld.", + "worldedit.tool.superpickaxe.disabled.already": "Superpikhouweel al uitgeschakeld.", + "worldedit.tool.superpickaxe.enabled": "Superpikhouweel ingeschakeld.", + "worldedit.tool.superpickaxe.disabled": "Superpikhouweel uitgeschakeld.", + "worldedit.tool.mask.set": "Kwastmasker ingesteld.", + "worldedit.tool.mask.disabled": "Kwastmasker uitgezet.", + "worldedit.tool.material.set": "Kwastmateriaal ingesteld.", + "worldedit.tool.range.set": "Kwastbereik ingesteld.", + "worldedit.tool.size.set": "Kwastgrootte ingesteld.", + "worldedit.tool.tracemask.set": "Volgmasker ingesteld.", + "worldedit.tool.tracemask.disabled": "Volgmasker uitgezet.", + "worldedit.tool.error.cannot-bind": "Kan gereedschap niet koppelen aan {0}: {1}", + "worldedit.tool.error.item-only": "Blokken kunnen niet worden gebruikt.", + "worldedit.execute.script-permissions": "U heeft geen toestemming om dat script te gebruiken.", + "worldedit.executelast.no-script": "Gebruik /cs met als eerste een scriptnaam.", + "worldedit.script.read-error": "Script leesfout: {0}", + "worldedit.script.unsupported": "Alleen .js scripts zijn momenteel ondersteund", + "worldedit.script.file-not-found": "Script bestaat niet: {0}", + "worldedit.script.no-script-engine": "Fout bij het vinden van een geУЏnstalleerde scriptengine.\nZie https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Uitvoeren mislukt: {0}", + "worldedit.script.failed-console": "Uitvoeren mislukt (zie console): {0}", + "worldedit.operation.affected.biome": "{0} biomen aangepast", + "worldedit.operation.affected.block": "{0} blokken aangepast", + "worldedit.operation.affected.column": "{0} kolommen aangepast", + "worldedit.operation.affected.entity": "{0} entiteiten aangepast", + "worldedit.operation.deform.expression": "vervormd met {0}", + "worldedit.error.invalid-number": "Nummer verwacht; reeks gegeven.", + "worldedit.error.invalid-number.matches": "Nummer verwacht; string \"{0}\" opgegeven.", + "worldedit.error.incomplete-region": "Maak eerst een regio selectie.", + "worldedit.error.unknown-block": "Blok naam '{0}' werd niet herkend.", + "worldedit.error.unknown-entity": "Entiteit naam '{0}' werd niet herkend.", + "worldedit.error.unknown-mob": "Mob naam '{0}' werd niet herkend.", + "worldedit.error.unknown-biome": "Biome naam '{0}' werd niet herkend.", + "worldedit.error.unknown-tag": "Tag naam '{0}' werd niet herkend.", + "worldedit.error.empty-tag": "Tag naam '{0}' heeft geen inhoud.", + "worldedit.error.no-match": "Geen overeenkomsten voor '{0}'.", + "worldedit.error.disallowed-block": "Blok '{0}' is niet toegestaan (zie WorldEdit configuratie).", + "worldedit.error.max-changes": "Max blokken veranderd in een bewerking bereikt ({0}).", + "worldedit.error.max-brush-radius": "Maximale brush straal (in configuratie): {0}", + "worldedit.error.max-radius": "Maximale straal (in configuratie): {0}", + "worldedit.error.unknown-direction": "Onbekende richting: {0}", + "worldedit.error.empty-clipboard": "Je klembord is leeg. Gebruik eerst //copy.", + "worldedit.error.invalid-filename": "Bestandsnaam '{0}' ongeldig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Ongeldige tekens of extensie ontbreekt", + "worldedit.error.file-resolution": "Bestand '{0}' resolutie fout: {1}", + "worldedit.error.file-resolution.outside-root": "Pad is niet toegestaan root", + "worldedit.error.file-resolution.resolve-failed": "Pad zoeken mislukt", + "worldedit.error.file-aborted": "Bestandsselectie afgebroken.", + "worldedit.error.no-file-selected": "Geen bestand geselecteerd.", + "worldedit.error.world-unloaded": "De wereld was al ontladen.", + "worldedit.error.not-a-block": "Dit item is geen blok.", + "worldedit.error.not-a-block.item": "Het item '{0}' is geen blok.", + "worldedit.error.incorrect-usage": "Gebruik: {0}", + "worldedit.error.invalid-page": "Ongeldig paginanummer", + "worldedit.error.parser.bad-state-format": "Slecht status formaat in {0}", + "worldedit.error.parser.duplicate-property": "Dupliceer eigenschap: {0}", + "worldedit.error.parser.missing-equals-separator": "Ontbrekend '=' scheidingsteken", + "worldedit.error.parser.clipboard.missing-offset": "Offset gespecificeerd met @ maar geen offset gegeven. Gebruik '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Onbekende eigenschap '{0}' voor blok '{1}'", + "worldedit.error.parser.unknown-value": "Onbekende waarde '{0}' voor eigenschap '{1}'", + "worldedit.error.parser.empty-property": "Lege eigenschap met status", + "worldedit.error.parser.empty-value": "Lege waarde in staat", + "worldedit.error.parser.invalid-colon": "Ongeldige colon.", + "worldedit.error.parser.invalid-expression": "Ongeldige expressie: {0}", + "worldedit.error.parser.hanging-lbracket": "Ongeldig formaat. Alleenstaand haakje op '{0}'.", + "worldedit.error.parser.missing-random-type": "Het type ontbreekt na het % symbool voor '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Klembord offset vereist x,y,z coУЖrdinaten.", + "worldedit.error.parser.player-only": "Invoer '{0}' vereist een speler!", + "worldedit.error.disabled": "Deze functionaliteit is uitgeschakeld (zie WorldEdit configuratie).", + "worldedit.error.unknown": "Een onbekende fout trad op: {0}", + "worldedit.error.missing-extent": "Geen omvang is bekend", + "worldedit.error.missing-session": "Er is geen localSessie bekend", + "worldedit.error.missing-world": "Je moet een wereld opgeven (Probeer //world)", + "worldedit.error.missing-actor": "Er is geen omvang bekend", + "worldedit.selection.convex.info.vertices": "Hoekpunten: {0}", + "worldedit.selection.convex.info.triangles": "Driehoeken: {0}", + "worldedit.selection.convex.explain.primary": "Nieuwe selectie begonnen met hoekpunt {0}.", + "worldedit.selection.convex.explain.secondary": "Hoekpunt {0} toegevoegd aan selectie.", + "worldedit.selection.cuboid.info.pos1": "Positie 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Positie 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Eerste positie ingesteld op {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Eerste positie ingesteld op {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Tweede positie ingesteld op {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Tweede positie ingesteld op {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Selectie gestart op {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Selectie uitgebreid om {0} te bevatten ({1}).", + "worldedit.selection.ellipsoid.info.center": "Midden: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Middelpunt positie ingesteld op {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Middelpunt positie ingesteld op {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Straal ingesteld op {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Straal ingesteld op {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "EllipsoУЏde veranderingen moeten hetzelfde zijn voor elke afmeting.", + "worldedit.selection.cylinder.info.center": "Midden: {0}", + "worldedit.selection.cylinder.info.radius": "Straal: {0}", + "worldedit.selection.cylinder.explain.primary": "Begin een nieuwe cilindervormige selectie op {0}.", + "worldedit.selection.cylinder.explain.secondary": "Straal ingesteld op {0}/{1} blokken. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "U moet eerst het middelpunt selecteren voordat u de straal instelt.", + "worldedit.selection.polygon2d.info": "# punten: {0}", + "worldedit.selection.polygon2d.explain.primary": "Starten van een nieuwe polygoon op {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Punt #{0} toegevoegd op {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygons kunnen alleen verticaal worden uitgebreid.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygons kunnen alleen verticaal gecontracteerd worden.", + "worldedit.selection.sphere.explain.secondary": "Straal ingesteld op {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Straal ingesteld op {0} ({1}).", + "worldedit.selection.null.error.immutable": "Kan NullRegio niet wijzigen.", + "worldedit.selection.intersection.error.cannot-expand": "Kan regio kruispunt niet uitbreiden.", + "worldedit.selection.transform.error.cannot-expand": "Kan geen TransformedRegio uitbreiden.", + "worldedit.selection.transform.error.cannot-change": "Je kan een TransformedRegion niet wijzigen.", + "worldedit.sideeffect.lighting": "Belichting", + "worldedit.sideeffect.lighting.description": "Updates block verlichting", + "worldedit.sideeffect.neighbors": "Buren", + "worldedit.sideeffect.neighbors.description": "Meldt nabijgelegen blokken van wijzigingen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Meldt het gewijzigde blok", + "worldedit.sideeffect.validation": "Validatie", + "worldedit.sideeffect.entity_ai": "Entity AI", + "worldedit.sideeffect.events": "Mod/Plugin gebeurtenissen", + "worldedit.sideeffect.events.description": "Vertelt andere mods/plugins over deze wijzigingen indien van toepassing", + "worldedit.sideeffect.state.on": "Aan", + "worldedit.sideeffect.state.delayed": "Vertraagd", + "worldedit.sideeffect.state.off": "Uit", + "worldedit.sideeffect.box.current": "Huidig", + "worldedit.sideeffect.box.change-to": "Klik om in te stellen op {0}", + "worldedit.help.command-not-found": "Commando '{0}' niet gevonden.", + "worldedit.help.no-subcommands": "'{0}' heeft geen subcommando's. (Misschien is '{1}' bedoeld als parameter?)", + "worldedit.help.subcommand-not-found": "Het subcommando '{0}' onder '{1}' kon niet worden gevonden.", + "worldedit.cli.stopping": "Aan het stoppen!", + "worldedit.cli.unknown-command": "Onbekend commando!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/nl/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/nl/strings.json new file mode 100644 index 0000000..d56af3a --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/nl/strings.json @@ -0,0 +1,404 @@ +{ + "worldedit.expand.description.vert": "Vergroot de verticale selectie tot de wereldgrenzen.", + "worldedit.expand.expanded": "Regio uitgebreid met {0} blokken", + "worldedit.expand.expanded.vert": "Regio uitgebreid met {0} blokken (van boven tot beneden).", + "worldedit.biomeinfo.lineofsight": "Biomes aan het aanzicht punt: {0}", + "worldedit.biomeinfo.position": "Biomes op uw positie: {0}", + "worldedit.biomeinfo.selection": "Biomes in je selectie: {0}", + "worldedit.brush.radius-too-large": "Maximaal toegestane brush radius: {0}", + "worldedit.brush.apply.description": "Pas brush toe, pas een functie toe op elk blok", + "worldedit.brush.apply.radius": "De grootte van de brush", + "worldedit.brush.apply.shape": "De vorm van het gebied", + "worldedit.brush.apply.type": "Type brush om te gebruiken", + "worldedit.brush.apply.item.warning": "Deze brush simuleert voorwerpgebruik. De effecten werken mogelijk niet op alle platforms, zijn mogelijk niet ongedaan te maken en kunnen vreemde interacties veroorzaken met andere mods/plugins. Gebruik op eigen risico.", + "worldedit.brush.paint.description": "Verf brush, voeg een functie toe op een oppervlak", + "worldedit.brush.paint.size": "De grootte van de brush", + "worldedit.brush.paint.shape": "De vorm van het gebied", + "worldedit.brush.paint.density": "De dichtheid van de brush", + "worldedit.brush.paint.type": "Type brush om te gebruiken", + "worldedit.brush.paint.item.warning": "Deze brush simuleert voorwerpgebruik. De effecten werken mogelijk niet op alle platforms, zijn mogelijk niet ongedaan te maken en kunnen vreemde interacties veroorzaken met andere mods/plugins. Gebruik op eigen risico.", + "worldedit.brush.sphere.equip": "Bol brush vorm geselecteerd ({0}).", + "worldedit.brush.cylinder.equip": "Cilinder brush vorm geselecteerd ({0} bij {1}).", + "worldedit.brush.clipboard.equip": "Klembord brush vorm geselecteerd.", + "worldedit.brush.smooth.equip": "Verzachtingskwast geactiveerd ({0} x {1}x met {2}).", + "worldedit.brush.extinguish.equip": "Brandblusser geactiveerd ({0}).", + "worldedit.brush.gravity.equip": "Zwaartekrachtkwast geactiveerd ({0}).", + "worldedit.brush.butcher.equip": "Slagerskwast geactiveerd ({0}).", + "worldedit.brush.operation.equip": "Kwast ingesteld op {0}.", + "worldedit.brush.heightmap.equip": "Hoogtekaart kwast geactiveerd ({0}).", + "worldedit.brush.heightmap.unknown": "Onbekend hoogtekaart kwast {0}.", + "worldedit.brush.none.equip": "Kwast ontkoppeld van je huidige item.", + "worldedit.setbiome.changed": "Biomes werden ongeveer {0} blokken veranderd.", + "worldedit.setbiome.warning": "Je moet mogelijk opnieuw deelnemen aan je spel (of je wereld sluiten en heropenen) om veranderingen te zien.", + "worldedit.drawsel.disabled": "Server CUI uitgeschakeld.", + "worldedit.drawsel.disabled.already": "Server CUI is al uitgeschakeld.", + "worldedit.drawsel.enabled.already": "Server CUI is al ingeschakeld.", + "worldedit.limit.too-high": "Uw maximaal toegestaande limiet is {0}.", + "worldedit.limit.set": "Blok wijzigingslimiet is ingesteld op {0}.", + "worldedit.limit.return-to-default": "(Gebruik //limit om terug te gaan naar de standaard.)", + "worldedit.timeout.too-high": "Uw maximaal toegestane time-out is {0}ms.", + "worldedit.timeout.set": "Time-out tijd ingesteld op {0}ms.", + "worldedit.timeout.return-to-default": " (Gebruik //timeout om terug te gaan naar de standaard.)", + "worldedit.fast.disabled": "Snelle modus uitgeschakeld.", + "worldedit.fast.enabled": "Snelle modus ingeschakeld. Verlichting in de betreffende chunks kan verkeerd zijn en/of u moet mogelijk opnieuw inloggen om wijzigingen te zien.", + "worldedit.fast.disabled.already": "Snelle modus is al uitgeschakeld.", + "worldedit.fast.enabled.already": "Snelle modus is al ingeschakeld.", + "worldedit.perf.sideeffect.set": "Extra effect \"{0}\" ingesteld op {1}", + "worldedit.perf.sideeffect.get": "Side effect \"{0}\" is ingesteld op {1}", + "worldedit.perf.sideeffect.already-set": "Bijwerking \"{0}\" is al ingesteld op {1}", + "worldedit.perf.sideeffect.set-all": "Alle bijwerkeffecten ingesteld op {0}", + "worldedit.reorder.current": "De herordeningsmodus is {0}", + "worldedit.reorder.set": "De herordeningsmodus is nu {0}", + "worldedit.gmask.disabled": "Globaal masker uitgeschakeld.", + "worldedit.gmask.set": "Globaal masker ingesteld.", + "worldedit.toggleplace.pos1": "Nu plaatsen op pos #1.", + "worldedit.toggleplace.player": "Wordt nu geplaatst op het blok waar je bovenop staat.", + "worldedit.searchitem.too-short": "Geef een langere zoekopdracht op (lengte > 2).", + "worldedit.searchitem.either-b-or-i": "Je kunt de 'b'- en 'i'-vlaggen niet samen gebruiken.", + "worldedit.searchitem.searching": "(Een ogenblik geduld... zoeken tussen items.)", + "worldedit.watchdog.no-hook": "Kan niet communiceren met de waakhond van dit spelplatform.", + "worldedit.watchdog.active.already": "Waakhondcommunicatie is al actief.", + "worldedit.watchdog.inactive.already": "Waakhondcommunicatie is al inactief.", + "worldedit.watchdog.active": "Waakhondcommunicatie is nu geactiveerd.", + "worldedit.watchdog.inactive": "Waakhondcommunicatie is nu gedeactiveerd.", + "worldedit.world.remove": "Verwijderde wereld overschrijving.", + "worldedit.world.set": "Je bewerkt nu de wereld {0}. (Gebruik //world om weer de huidige wereld te bewerken.)", + "worldedit.undo.undone": "{0} bewerkingen ongedaan gemaakt.", + "worldedit.undo.none": "Niets meer om ongedaan te maken.", + "worldedit.redo.redone": "{0} bewerkingen herhaald.", + "worldedit.redo.none": "Niets meer om opnieuw te doen.", + "worldedit.clearhistory.cleared": "Geschiedenis gewist.", + "worldedit.raytrace.noblock": "Geen blok in zicht!", + "worldedit.restore.not-configured": "Snapshot/backup herstel is niet geconfigureerd.", + "worldedit.restore.not-available": "Die snapshot bestaat niet of is niet beschikbaar.", + "worldedit.restore.failed": "Fout bij laden van snapshot: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' geladen; nu herstellen...", + "worldedit.restore.restored": "Teruggezet met {0} ontbrekende chunks en {1} andere fouten.", + "worldedit.restore.none-for-specific-world": "Geen snapshots gevonden voor de wereld '{0}'.", + "worldedit.restore.none-for-world": "Geen snapshots gevonden voor deze wereld.", + "worldedit.restore.none-found": "Geen snapshots gevonden.", + "worldedit.restore.none-found-console": "Geen snapshots gevonden. Zie de console voor meer informatie.", + "worldedit.restore.chunk-not-present": "Geen chunks gevonden in deze snapshot.", + "worldedit.restore.chunk-load-failed": "De chunks konden niet geladen worden. (Beschadigd archief?)", + "worldedit.restore.block-place-failed": "Door een fout konden geen blokken worden hersteld.", + "worldedit.restore.block-place-error": "Laatste fout: {0}", + "worldedit.snapshot.use.newest": "De nieuwste snapshot wordt nu gebruikt.", + "worldedit.snapshot.use": "Snapshot ingesteld op: {0}", + "worldedit.snapshot.none-before": "Kon geen snapshot vinden voor {0}.", + "worldedit.snapshot.none-after": "Kon geen snapshot vinden na {0}.", + "worldedit.snapshot.index-above-0": "Ongeldig nummer, de nummering begint bij 1.", + "worldedit.snapshot.index-oob": "Ongeldig nummer, je moet een nummer van 1 t/m {0} opgeven.", + "worldedit.schematic.unknown-format": "Onbekend schematic formaat: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} bestaat niet!", + "worldedit.schematic.load.loading": "(Een ogenblik geduld... schematic wordt geladen.)", + "worldedit.schematic.load.still-loading": "(Een ogenblik geduld... de schema wordt nog steeds geladen.)", + "worldedit.schematic.save.already-exists": "Deze schematic bestaat al. Gebruik de -f vlag om deze te overschrijven.", + "worldedit.schematic.save.failed-directory": "Map voor schematics kon niet worden gemaakt!", + "worldedit.schematic.save.saving": "(Een ogenblik geduld... schematic opslaan.)", + "worldedit.schematic.save.still-saving": "(Een ogenblik geduld... schematic opslaan.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} bestaat niet!", + "worldedit.schematic.delete.failed": "Verwijderen van {0} mislukt! Is het alleen-lezen?", + "worldedit.schematic.delete.deleted": "{0} is verwijderd.", + "worldedit.schematic.formats.title": "Beschikbare klembordformaten (Naam: termen)", + "worldedit.schematic.unsupported-minecraft-version": "Deze versie van WorldEdit ondersteunt uw Minecraft-versie niet. Schematics werken niet totdat dit is opgelost.", + "worldedit.pos.already-set": "Positie is al ingesteld.", + "worldedit.pos.console-require-coords": "De console moet verplicht coУЖrdinaten opgeven.", + "worldedit.hpos.no-block": "Geen blok in zicht!", + "worldedit.hpos.already-set": "Positie is al ingesteld.", + "worldedit.chunk.selected-multiple": "Chunks geselecteerd: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk geselecteerd: {0}, {1}, {2}", + "worldedit.wand.invalid": "Toverstokitem is verkeerd ingesteld of uitgezet.", + "worldedit.wand.selwand.info": "Linksklikken: positie #1; rechtsklikken: positie #2", + "worldedit.wand.navwand.info": "Linksklikken: springen naar locatie; rechtsklikken: door muren heengaan", + "worldedit.wand.selwand.now.tool": "De selectie-toverstok is nu normaal gereedschap. Je kan het uitzetten met {0} en opnieuw koppelen aan elk item met {1} of een nieuwe toverstaf krijgen met {2}.", + "worldedit.contract.contracted": "Regio met {0} blokken verkleind.", + "worldedit.shift.shifted": "Regio verlegd.", + "worldedit.outset.outset": "Uitlegvel van gebied.", + "worldedit.inset.inset": "Inlegvel van gebied.", + "worldedit.size.offset": "Verschuiving: {0}", + "worldedit.size.type": "Type: {0}", + "worldedit.size.size": "Grootte: {0}", + "worldedit.size.distance": "Balkafstand: {0}", + "worldedit.size.blocks": "Aantal blokken: {0}", + "worldedit.count.counted": "Geteld: {0}", + "worldedit.distr.no-blocks": "Geen blokken geteld.", + "worldedit.distr.no-previous": "Geen vorige distributie.", + "worldedit.distr.total": "Totaal aantal blokken: {0}", + "worldedit.select.cleared": "Selectie gewist.", + "worldedit.select.cuboid.message": "Balk: linksklikken voor punt 1, rechtsklikken voor punt 2", + "worldedit.select.cuboid.description": "Selecteer de twee hoeken van een balk", + "worldedit.select.extend.message": "Balk: linksklikken voor startpunt, rechtsklikken om uit te breiden", + "worldedit.select.extend.description": "Snelle balk-selectiemodus", + "worldedit.select.poly.message": "2D-polygoon selecteren: links/rechtsklikken om een punt toe te voegen.", + "worldedit.select.poly.limit-message": "Maximaal {0} punten.", + "worldedit.select.poly.description": "Selecteer een 2D-polygoon met hoogte", + "worldedit.select.ellipsoid.message": "EllipsoУЏde selecteren: linkermuisknop=midden, rechtermuisknop om uit te breiden", + "worldedit.select.ellipsoid.description": "Selecteer een ellipsoУЏde", + "worldedit.select.sphere.message": "Bol selecteren: linkermuisknop=midden; rechtermuisknop om straal in te stellen", + "worldedit.select.sphere.description": "Selecteer een bol", + "worldedit.select.cyl.message": "Cilindervormige selectie: Linkermuisknop=midden, rechtermuisknop om uit te breiden", + "worldedit.select.cyl.description": "Selecteer een cilinder", + "worldedit.select.convex.message": "Convex veelvlak selectie: linkermuisknop=eerste punt, rechtermuisknop om meer toe te voegen.", + "worldedit.select.convex.limit-message": "{0} punten maximaal.", + "worldedit.select.convex.description": "Selecteer een convexe veelvlak", + "worldedit.select.default-set": "Uw standaard regio selector is nu {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Oud formaat: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: regio/{0}", + "worldedit.listchunks.listfor": "Lijst met chunks maken voor: {0}", + "worldedit.drain.drained": "{0} blokken zijn drooggelegd.", + "worldedit.fill.created": "{0} blokken zijn gevuld.", + "worldedit.fillr.created": "{0} blokken zijn gevuld.", + "worldedit.fixlava.fixed": "{0} lavablokken zijn gerepareerd.", + "worldedit.fixwater.fixed": "{0} waterblokken zijn gerepareerd.", + "worldedit.removeabove.removed": "{0} blokken zijn verwijderd.", + "worldedit.removebelow.removed": "{0} blokken zijn verwijderd.", + "worldedit.removenear.removed": "{0} blokken zijn verwijderd.", + "worldedit.replacenear.replaced": "{0} blokken zijn vervangen.", + "worldedit.snow.created": "{0} oppervlakken zijn bedekt.", + "worldedit.thaw.removed": "{0} blokken zijn ontdooid.", + "worldedit.green.changed": "{0} blokken zijn vergroend.", + "worldedit.extinguish.removed": "{0} branden zijn geblust.", + "worldedit.butcher.killed": "{0} mobs zijn gedood in een straal van {1}.", + "worldedit.butcher.explain-all": "Gebruik -1 om alle mobs uit de geladen chunks te verwijderen", + "worldedit.remove.removed": "{0} entiteiten zijn gemarkeerd voor verwijdering.", + "worldedit.remove.explain-all": "Gebruik -1 om alle entiteiten te verwijderen in geladen chunks", + "worldedit.calc.invalid": "'{0}' kon niet ingelezen worden als geldige expressie", + "worldedit.calc.invalid.with-error": "'{0}' kon niet worden geparseerd als geldige uitdrukking: '{1}'", + "worldedit.paste.pasted": "De inhoud van het klembord is geplakt op {0}", + "worldedit.paste.selected": "Plakregio voor klembord ingesteld.", + "worldedit.rotate.no-interpolation": "Let wel: interpolatie wordt nog niet ondersteund, dus gebruik het liefst alleen hoeken van 90 graden.", + "worldedit.rotate.rotated": "De kopie op het klembord is gedraaid.", + "worldedit.flip.flipped": "De kopie op het klembord is omgedaaid.", + "worldedit.clearclipboard.cleared": "Klembord leeggemaakt.", + "worldedit.set.done": "Handeling geslaagd.", + "worldedit.set.done.verbose": "Handeling geslaagd ({0}).", + "worldedit.line.changed": "{0} blokken zijn veranderd.", + "worldedit.line.invalid-type": "//line werkt alleen met kubus selecties of convexe veelvlak selecties", + "worldedit.curve.changed": "{0} blokken zijn veranderd.", + "worldedit.curve.invalid-type": "//curve werkt alleen met convexe veelvlakselecties", + "worldedit.replace.replaced": "{0} blokken zijn vervangen.", + "worldedit.stack.changed": "{0} blokken veranderd. Ongedaan maken met //undo", + "worldedit.stack.intersecting-region": "De Stack offset mag niet botsen met het gebied bij het gebruik van blok eenheden", + "worldedit.regen.regenerated": "Regio opnieuw gegenereerd.", + "worldedit.regen.failed": "Kan chunks niet opnieuw genereren. Zie de console voor meer informatie.", + "worldedit.walls.changed": "{0} blokken veranderd.", + "worldedit.faces.changed": "{0} blokken veranderd.", + "worldedit.overlay.overlaid": "{0} blokken zijn bedekt.", + "worldedit.naturalize.naturalized": "{0} blok(ken) zien er nu natuurlijker uit.", + "worldedit.center.changed": "Middelpunt ingesteld ({0} blokken gewijzigd)", + "worldedit.smooth.changed": "Hoogtekaart van het terrein is verzacht. {0} blokken zijn gewijzigd.", + "worldedit.move.moved": "{0} blokken verplaatst.", + "worldedit.deform.deformed": "{0} blokken zijn vervormd.", + "worldedit.hollow.changed": "{0} blokken zijn gewijzigd.", + "worldedit.forest.created": "{0} bomen geplaatst.", + "worldedit.flora.created": "{0} bloemen geplaatst.", + "worldedit.unstuck.moved": "Alsjeblieft!", + "worldedit.ascend.obstructed": "Geen vrije plek boven je gevonden.", + "worldedit.ascend.moved": "{0} blokken opgestegen.", + "worldedit.descend.obstructed": "Geen vrije plek onder je gevonden.", + "worldedit.descend.moved": "{0} blokken afgedaald.", + "worldedit.ceil.obstructed": "Geen vrije plek boven je gevonden.", + "worldedit.ceil.moved": "Woesh!", + "worldedit.thru.obstructed": "Geen vrije plek vУГУГr je gevonden.", + "worldedit.thru.moved": "Woesh!", + "worldedit.jumpto.moved": "Poef!", + "worldedit.jumpto.none": "Geen blokken in zicht (of te ver weg)!", + "worldedit.up.obstructed": "Je zou iets boven je raken.", + "worldedit.up.moved": "Woesh!", + "worldedit.cyl.invalid-radius": "Je moet УЉУЉn of twee waardes opgeven voor de straal.", + "worldedit.cyl.created": "{0} blokken zijn geplaatst.", + "worldedit.sphere.invalid-radius": "Je moet УЉУЉn of drie waardes opgeven voor de straal.", + "worldedit.sphere.created": "{0} blokken zijn geplaatst.", + "worldedit.forestgen.created": "{0} bomen geplaatst.", + "worldedit.pumpkins.created": "{0} groepjes pompoenen geplaatst.", + "worldedit.pyramid.created": "{0} blokken zijn geplaatst.", + "worldedit.generate.created": "{0} blokken zijn geplaatst.", + "worldedit.generatebiome.changed": "{0} biomen aangepast.", + "worldedit.reload.config": "Configuratie is herladen!", + "worldedit.report.written": "WorldEdit-rapport geschreven naar {0}", + "worldedit.report.error": "Kon rapport niet schrijven: {0}", + "worldedit.report.callback": "WorldEdit-rapport: {0}.report", + "worldedit.timezone.invalid": "Ongeldige tijdzone", + "worldedit.timezone.set": "Tijdzone voor deze sessie ingesteld op: {0}", + "worldedit.timezone.current": "De huidige tijd in die tijdzone is: {0}", + "worldedit.version.version": "WorldEdit-versie {0}", + "worldedit.version.bukkit.unsupported-adapter": "Deze versie van WorldEdit ondersteunt uw versie van Bukkit niet volledig. Blok entiteiten (bijv. kisten) zullen leeg zijn, block eigenschappen (bijv. rotatie) zullen missen, en andere dingen zullen mogelijk niet werken. Update WorldEdit om deze functionaliteit te herstellen: {0}", + "worldedit.trace.no-tracing-extents": "Trace: geen omvang gebruikt.", + "worldedit.trace.action-failed": "Traceer: Actie(s) {0} op {1} verwijderd door grootte {2}", + "worldedit.trace.active.already": "Traceermodus is al actief.", + "worldedit.trace.inactive.already": "Traceermodus is al inactief.", + "worldedit.trace.active": "Traceermodus nu actief.", + "worldedit.trace.inactive": "Traceermodus nu inactief.", + "worldedit.command.time-elapsed": "{0}s verstreken (geschiedenis: {1} veranderd; {2} blokken/sec).", + "worldedit.command.permissions": "Je hebt geen toestemming daarvoor. Zit je in de juiste modus?", + "worldedit.command.player-only": "Dit commando moet uitgevoerd worden met of door een speler.", + "worldedit.command.error.report": "Rapporteer alsjeblieft deze fout: [Zie de console]", + "worldedit.pastebin.uploading": "(Een ogenblik geduld... uitvoer wordt verzonden naar pastebin...)", + "worldedit.session.cant-find-session": "Kan de sessie voor {0} niet vinden", + "worldedit.platform.no-file-dialog": "Bestanddialogen worden niet ondersteund in uw omgeving.", + "worldedit.asset.load.loading": "(Een ogenblik geduld... asset laden.)", + "worldedit.asset.load.still-loading": "(Een ogenblik geduld... wordt asset nog steeds geladen.)", + "worldedit.asset.load.failed": "Kan asset niet laden", + "worldedit.tool.max-block-changes": "Maximum aantal blokwijzigingen bereikt.", + "worldedit.tool.no-block": "Geen blok in zicht!", + "worldedit.tool.repl.equip": "Blokvervanggereedschap gebonden aan {0}.", + "worldedit.tool.repl.switched": "Vervanggereedschap gewisseld naar: {0}", + "worldedit.tool.data-cycler.equip": "Blokkeer data cycler tool gebonden aan {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "U bent niet toegestaan om de data waarde van dat blok weer te veranderen.", + "worldedit.tool.data-cycler.cant-cycle": "De gegevens van dat blok kunnen niet worden veranderd!", + "worldedit.tool.data-cycler.new-value": "Waarde van {0} is nu {1}.", + "worldedit.tool.deltree.equip": "Zwevende boom verwijdertool gekoppeld aan {0}.", + "worldedit.tool.deltree.not-tree": "Dat is geen boom.", + "worldedit.tool.deltree.not-floating": "Dat is geen zwevende boom.", + "worldedit.tool.tree.equip": "Boom gereedschap is gebonden aan {0}.", + "worldedit.tool.tree.obstructed": "Daar kan geen boom geplaatst worden.", + "worldedit.tool.info.equip": "Info gereedschap is gebonden aan {0}.", + "worldedit.tool.info.blockstate.hover": "Blok status", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy id:data", + "worldedit.tool.info.light.hover": "Blokkeer licht/licht boven", + "worldedit.tool.none.equip": "Gereedschap is losgekoppeld van je huidige item.", + "worldedit.tool.none.to.unequip": "Uw huidige item is niet gebonden.", + "worldedit.tool.selwand.equip": "Selectie toverstok gebonden aan {0}.", + "worldedit.tool.navwand.equip": "Navigatie toverstok is gebonden aan {0}.", + "worldedit.tool.floodfill.equip": "Blok overstromingsgereedschap gekoppeld aan {0}.", + "worldedit.tool.farwand.equip": "Langeafstandstoverstok gebonden aan {0}.", + "worldedit.tool.lrbuild.equip": "Langeafstandsbouwgereedschap gebonden aan {0}.", + "worldedit.tool.lrbuild.set": "Linksklikken ingesteld op {0}; rechtsklikken op {1}.", + "worldedit.tool.stack.equip": "Stapel tool is gebonden aan {0}.", + "worldedit.tool.unbind-instruction": "Start {0} terwijl je het item ingedrukt houdt om het los te koppelen.", + "worldedit.tool.superpickaxe.mode.single": "Enkele modus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.mode.area": "Gebiedsmodus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.mode.recursive": "Recursieve modus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.max-range": "Maximaal bereik is {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superpikhouweel is al ingeschakeld.", + "worldedit.tool.superpickaxe.disabled.already": "Superpikhouweel al uitgeschakeld.", + "worldedit.tool.superpickaxe.enabled": "Superpikhouweel ingeschakeld.", + "worldedit.tool.superpickaxe.disabled": "Superpikhouweel uitgeschakeld.", + "worldedit.tool.mask.set": "Kwastmasker ingesteld.", + "worldedit.tool.mask.disabled": "Kwastmasker uitgezet.", + "worldedit.tool.material.set": "Kwastmateriaal ingesteld.", + "worldedit.tool.range.set": "Kwastbereik ingesteld.", + "worldedit.tool.size.set": "Kwastgrootte ingesteld.", + "worldedit.tool.tracemask.set": "Volgmasker ingesteld.", + "worldedit.tool.tracemask.disabled": "Volgmasker uitgezet.", + "worldedit.tool.error.cannot-bind": "Kan gereedschap niet koppelen aan {0}: {1}", + "worldedit.tool.error.item-only": "Blokken kunnen niet worden gebruikt.", + "worldedit.execute.script-permissions": "U heeft geen toestemming om dat script te gebruiken.", + "worldedit.executelast.no-script": "Gebruik /cs met als eerste een scriptnaam.", + "worldedit.script.read-error": "Script leesfout: {0}", + "worldedit.script.unsupported": "Alleen .js scripts zijn momenteel ondersteund", + "worldedit.script.file-not-found": "Script bestaat niet: {0}", + "worldedit.script.no-script-engine": "Fout bij het vinden van een geУЏnstalleerde scriptengine.\nZie https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Uitvoeren mislukt: {0}", + "worldedit.script.failed-console": "Uitvoeren mislukt (zie console): {0}", + "worldedit.operation.affected.biome": "{0} biomen aangepast", + "worldedit.operation.affected.block": "{0} blokken aangepast", + "worldedit.operation.affected.column": "{0} kolommen aangepast", + "worldedit.operation.affected.entity": "{0} entiteiten aangepast", + "worldedit.operation.deform.expression": "vervormd met {0}", + "worldedit.error.invalid-number": "Nummer verwacht; reeks gegeven.", + "worldedit.error.invalid-number.matches": "Nummer verwacht; string \"{0}\" opgegeven.", + "worldedit.error.incomplete-region": "Maak eerst een regio selectie.", + "worldedit.error.unknown-block": "Blok naam '{0}' werd niet herkend.", + "worldedit.error.unknown-entity": "Entiteit naam '{0}' werd niet herkend.", + "worldedit.error.unknown-mob": "Mob naam '{0}' werd niet herkend.", + "worldedit.error.unknown-biome": "Biome naam '{0}' werd niet herkend.", + "worldedit.error.unknown-tag": "Tag naam '{0}' werd niet herkend.", + "worldedit.error.empty-tag": "Tag naam '{0}' heeft geen inhoud.", + "worldedit.error.no-match": "Geen overeenkomsten voor '{0}'.", + "worldedit.error.disallowed-block": "Blok '{0}' is niet toegestaan (zie WorldEdit configuratie).", + "worldedit.error.max-changes": "Max blokken veranderd in een bewerking bereikt ({0}).", + "worldedit.error.max-brush-radius": "Maximale brush straal (in configuratie): {0}", + "worldedit.error.max-radius": "Maximale straal (in configuratie): {0}", + "worldedit.error.unknown-direction": "Onbekende richting: {0}", + "worldedit.error.empty-clipboard": "Je klembord is leeg. Gebruik eerst //copy.", + "worldedit.error.invalid-filename": "Bestandsnaam '{0}' ongeldig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Ongeldige tekens of extensie ontbreekt", + "worldedit.error.file-resolution": "Bestand '{0}' resolutie fout: {1}", + "worldedit.error.file-resolution.outside-root": "Pad is niet toegestaan root", + "worldedit.error.file-resolution.resolve-failed": "Pad zoeken mislukt", + "worldedit.error.file-aborted": "Bestandsselectie afgebroken.", + "worldedit.error.no-file-selected": "Geen bestand geselecteerd.", + "worldedit.error.world-unloaded": "De wereld was al ontladen.", + "worldedit.error.not-a-block": "Dit item is geen blok.", + "worldedit.error.not-a-block.item": "Het item '{0}' is geen blok.", + "worldedit.error.incorrect-usage": "Gebruik: {0}", + "worldedit.error.invalid-page": "Ongeldig paginanummer", + "worldedit.error.parser.bad-state-format": "Slecht status formaat in {0}", + "worldedit.error.parser.duplicate-property": "Dupliceer eigenschap: {0}", + "worldedit.error.parser.missing-equals-separator": "Ontbrekend '=' scheidingsteken", + "worldedit.error.parser.clipboard.missing-offset": "Offset gespecificeerd met @ maar geen offset gegeven. Gebruik '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Onbekende eigenschap '{0}' voor blok '{1}'", + "worldedit.error.parser.unknown-value": "Onbekende waarde '{0}' voor eigenschap '{1}'", + "worldedit.error.parser.empty-property": "Lege eigenschap met status", + "worldedit.error.parser.empty-value": "Lege waarde in staat", + "worldedit.error.parser.invalid-colon": "Ongeldige colon.", + "worldedit.error.parser.invalid-expression": "Ongeldige expressie: {0}", + "worldedit.error.parser.hanging-lbracket": "Ongeldig formaat. Alleenstaand haakje op '{0}'.", + "worldedit.error.parser.missing-random-type": "Het type ontbreekt na het % symbool voor '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Klembord offset vereist x,y,z coУЖrdinaten.", + "worldedit.error.parser.player-only": "Invoer '{0}' vereist een speler!", + "worldedit.error.disabled": "Deze functionaliteit is uitgeschakeld (zie WorldEdit configuratie).", + "worldedit.error.unknown": "Een onbekende fout trad op: {0}", + "worldedit.error.missing-extent": "Geen omvang is bekend", + "worldedit.error.missing-session": "Er is geen localSessie bekend", + "worldedit.error.missing-world": "Je moet een wereld opgeven (Probeer //world)", + "worldedit.error.missing-actor": "Er is geen omvang bekend", + "worldedit.selection.convex.info.vertices": "Hoekpunten: {0}", + "worldedit.selection.convex.info.triangles": "Driehoeken: {0}", + "worldedit.selection.convex.explain.primary": "Nieuwe selectie begonnen met hoekpunt {0}.", + "worldedit.selection.convex.explain.secondary": "Hoekpunt {0} toegevoegd aan selectie.", + "worldedit.selection.cuboid.info.pos1": "Positie 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Positie 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Eerste positie ingesteld op {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Eerste positie ingesteld op {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Tweede positie ingesteld op {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Tweede positie ingesteld op {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Selectie gestart op {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Selectie uitgebreid om {0} te bevatten ({1}).", + "worldedit.selection.ellipsoid.info.center": "Midden: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Middelpunt positie ingesteld op {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Middelpunt positie ingesteld op {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Straal ingesteld op {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Straal ingesteld op {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "EllipsoУЏde veranderingen moeten hetzelfde zijn voor elke afmeting.", + "worldedit.selection.cylinder.info.center": "Midden: {0}", + "worldedit.selection.cylinder.info.radius": "Straal: {0}", + "worldedit.selection.cylinder.explain.primary": "Begin een nieuwe cilindervormige selectie op {0}.", + "worldedit.selection.cylinder.explain.secondary": "Straal ingesteld op {0}/{1} blokken. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "U moet eerst het middelpunt selecteren voordat u de straal instelt.", + "worldedit.selection.polygon2d.info": "# punten: {0}", + "worldedit.selection.polygon2d.explain.primary": "Starten van een nieuwe polygoon op {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Punt #{0} toegevoegd op {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygons kunnen alleen verticaal worden uitgebreid.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygons kunnen alleen verticaal gecontracteerd worden.", + "worldedit.selection.sphere.explain.secondary": "Straal ingesteld op {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Straal ingesteld op {0} ({1}).", + "worldedit.selection.null.error.immutable": "Kan NullRegio niet wijzigen.", + "worldedit.selection.intersection.error.cannot-expand": "Kan regio kruispunt niet uitbreiden.", + "worldedit.selection.transform.error.cannot-expand": "Kan geen TransformedRegio uitbreiden.", + "worldedit.selection.transform.error.cannot-change": "Je kan een TransformedRegion niet wijzigen.", + "worldedit.sideeffect.lighting": "Belichting", + "worldedit.sideeffect.lighting.description": "Updates block verlichting", + "worldedit.sideeffect.neighbors": "Buren", + "worldedit.sideeffect.neighbors.description": "Meldt nabijgelegen blokken van wijzigingen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Meldt het gewijzigde blok", + "worldedit.sideeffect.validation": "Validatie", + "worldedit.sideeffect.entity_ai": "Entity AI", + "worldedit.sideeffect.events": "Mod/Plugin gebeurtenissen", + "worldedit.sideeffect.events.description": "Vertelt andere mods/plugins over deze wijzigingen indien van toepassing", + "worldedit.sideeffect.state.on": "Aan", + "worldedit.sideeffect.state.delayed": "Vertraagd", + "worldedit.sideeffect.state.off": "Uit", + "worldedit.sideeffect.box.current": "Huidig", + "worldedit.sideeffect.box.change-to": "Klik om in te stellen op {0}", + "worldedit.help.command-not-found": "Commando '{0}' niet gevonden.", + "worldedit.help.no-subcommands": "'{0}' heeft geen subcommando's. (Misschien is '{1}' bedoeld als parameter?)", + "worldedit.help.subcommand-not-found": "Het subcommando '{0}' onder '{1}' kon niet worden gevonden.", + "worldedit.cli.stopping": "Aan het stoppen!", + "worldedit.cli.unknown-command": "Onbekend commando!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/nn-NO/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/nn-NO/strings.json new file mode 100644 index 0000000..c9db10b --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/nn-NO/strings.json @@ -0,0 +1,388 @@ +{ + "worldedit.expand.description.vert": "Utvid utvalg vertikalt til verdensgrensene.", + "worldedit.expand.expanded": "Region utvidet {0} blokker", + "worldedit.expand.expanded.vert": "Region utvidet {0} blokker (topp til bunn).", + "worldedit.biomeinfo.lineofsight": "Biomer i siktelinjepunkt: {0}", + "worldedit.biomeinfo.position": "Biomer ved din posisjon: {0}", + "worldedit.biomeinfo.selection": "Biomer ved ditt utvalg: {0}", + "worldedit.brush.radius-too-large": "StУИrste tillatte penselradius: {0}", + "worldedit.brush.apply.description": "Bruk pensel, bruk en funksjon pУЅ hver blokk", + "worldedit.brush.apply.radius": "StУИrrelsen av pensel", + "worldedit.brush.apply.shape": "Utformingen av regionen", + "worldedit.brush.apply.type": "Type pensel som skal brukes", + "worldedit.brush.apply.item.warning": "Denne penselen simulerer bruk av gjenstander. Virkningene som dette virker kanskje ikke pУЅ alle plattformer, er kanskje ikke reversible og kan forУЅrsake merkelige interaksjoner med andre mods/plugins. Bruk pУЅ eget ansvar.", + "worldedit.brush.paint.description": "Mal pensel, bruk en funksjon pУЅ en overflate", + "worldedit.brush.paint.size": "StУИrrelsen av pensel", + "worldedit.brush.paint.shape": "Utformingen av regionen", + "worldedit.brush.paint.density": "Tettheten av pensel", + "worldedit.brush.paint.type": "Type pensel som skal brukes", + "worldedit.brush.paint.item.warning": "Denne penselen simulerer bruk av gjenstander. Virkningene som dette virker kanskje ikke pУЅ alle plattformer, er kanskje ikke reversible og kan forУЅrsake merkelige interaksjoner med andre mods/plugins. Bruk pУЅ eget ansvar.", + "worldedit.brush.sphere.equip": "SfУІre penselutforming utstyrt ({0}).", + "worldedit.brush.cylinder.equip": "Sylinderens penselforming utstyrt ({0} av {1}).", + "worldedit.brush.clipboard.equip": "Utkappet penselutforming utstyrt.", + "worldedit.brush.smooth.equip": "Jevn pensel utstyrt ({0} x {1}x ved bruk av {2}).", + "worldedit.brush.extinguish.equip": "Brannslukker utstyrt ({0}).", + "worldedit.brush.gravity.equip": "Tyngdekraftpensel utstyrt ({0}).", + "worldedit.brush.butcher.equip": "Slakterpensel utstyrt ({0}).", + "worldedit.brush.operation.equip": "Sett pensel til {0}.", + "worldedit.brush.none.equip": "Pensel ubundet fra din gjeldende tryllestav.", + "worldedit.drawsel.disabled": "Server-BBG er deaktivert.", + "worldedit.drawsel.disabled.already": "Server-BBG er allerede deaktivert.", + "worldedit.drawsel.enabled.already": "Server-BBG er allerede aktivert.", + "worldedit.limit.too-high": "Maksimalt tillatt grense er {0}.", + "worldedit.limit.set": "Blokkendringsgrense satt til {0}.", + "worldedit.limit.return-to-default": "(Bruk //limit for УЅ gУЅ bake til standard.)", + "worldedit.timeout.too-high": "Maksimalt tillatte tidsavbrudd er {0}ms.", + "worldedit.timeout.set": "Tidsavbrudd satt til {0}ms.", + "worldedit.timeout.return-to-default": " (Bruk //timeout for УЅ gУЅ bake til standard.)", + "worldedit.fast.disabled": "Raskmodus er deaktivert.", + "worldedit.fast.enabled": "Raskmodus aktivert. Belysning i de berУИrte delene kan vУІre galt og/eller du mУЅ kanskje gУЅ inn pУЅ nytt for УЅ se endringer.", + "worldedit.fast.disabled.already": "Raskmodus er allerede deaktivert.", + "worldedit.fast.enabled.already": "Raskmodus er allerede aktivert.", + "worldedit.perf.sideeffect.set": "Bivirkning \"{0} satt til {1}", + "worldedit.perf.sideeffect.get": "Bivirkning \"{0} er satt til {1}", + "worldedit.perf.sideeffect.already-set": "Bivirkning \"{0}\" er allerede {1}", + "worldedit.perf.sideeffect.set-all": "Alle bivirkninger satt til {0}", + "worldedit.reorder.current": "Omorganiseringsmodus er {0}", + "worldedit.reorder.set": "Omorganiseringsmodus er nУЅ {0}", + "worldedit.gmask.disabled": "Globalmaske deaktivert.", + "worldedit.gmask.set": "Globalmaske satt.", + "worldedit.toggleplace.pos1": "Setter nУЅ pУЅ pos #1.", + "worldedit.toggleplace.player": "Setter nУЅ pУЅ blokken du stУЅr i.", + "worldedit.searchitem.too-short": "Skriv inn en lengre sУИkestreng (lengde > 2).", + "worldedit.searchitem.either-b-or-i": "Du kan ikke bruke bУЅde de 'b' og 'i' flaggene samtidig.", + "worldedit.searchitem.searching": "(Vennligst vent... sУИk elementer.)", + "worldedit.watchdog.no-hook": "Denne plattformen har ingen vakthund krok.", + "worldedit.watchdog.active.already": "Vakthund krok allerede aktiv.", + "worldedit.watchdog.inactive.already": "Vakthund krok allerede uaktiv.", + "worldedit.watchdog.active": "Vakthund krok nУЅ aktiv.", + "worldedit.watchdog.inactive": "Vakthund krok nУЅ uaktiv.", + "worldedit.world.remove": "Fjernet verdenoverstyring.", + "worldedit.world.set": "Sette verdenovertyring til {0}. (Bruk //world for УЅ gУЅ bake til standard)", + "worldedit.undo.undone": "Ugjort {0} tilgjengelige redigeringer.", + "worldedit.undo.none": "Ikke noe mer УЅ ugjУИre.", + "worldedit.redo.redone": "Gjort om {0} tilgjengelige redigeringer.", + "worldedit.redo.none": "Ikke noe mer УЅ gjУИre om.", + "worldedit.clearhistory.cleared": "Logg slettet.", + "worldedit.raytrace.noblock": "Ingen blokk i blikket!", + "worldedit.restore.not-configured": "Әyeblikksbilde/sikkerhetskopiering gjenopprettingen er ikke konfigurert.", + "worldedit.restore.not-available": "Dette УИyeblikksbildet finnes ikke eller er ikke tilgjengelig.", + "worldedit.restore.failed": "Kunne ikke laste inn УИyeblikksbilde: {0}", + "worldedit.restore.loaded": "Әyeblikksbildet '{0}' lastet, nУЅ gjenopprettes...", + "worldedit.restore.restored": "Gjenopprettet; {0} manglende chunks og {1} andre feil.", + "worldedit.restore.none-for-specific-world": "Fant ingen УИyeblikksbilder for verden '{0}'.", + "worldedit.restore.none-for-world": "Fant ingen УИyeblikksbilder for denne verden.", + "worldedit.restore.none-found": "Fant ingen УИyeblikksbilder.", + "worldedit.restore.none-found-console": "Ingen УИyeblikksbilder ble funnet. Se pУЅ konsoll for detaljer.", + "worldedit.restore.chunk-not-present": "Chunks ble ikke tilstede i УИyeblikksbildet.", + "worldedit.restore.chunk-load-failed": "Ingen chunks kunne lastes. (DУЅrligt arkiv?)", + "worldedit.restore.block-place-failed": "Feil forhindret noen blokker fra УЅ bli gjenopprettet.", + "worldedit.restore.block-place-error": "Siste feil: {0}", + "worldedit.snapshot.use.newest": "NУЅ bruker det nyeste УИyeblikksbildet.", + "worldedit.snapshot.use": "Әyeblikksbildet satt til: {0}", + "worldedit.snapshot.none-before": "Kunne ikke finne et УИyeblikksbilde fУИr {0}.", + "worldedit.snapshot.none-after": "Kunne ikke finne et УИyeblikksbilde etter {0}.", + "worldedit.snapshot.index-above-0": "Ugyldig indeks, mУЅ vУІre stУИrre enn eller lik 1.", + "worldedit.snapshot.index-oob": "Ugyldig indeks, mУЅ vУІre mellom 1 og {0}.", + "worldedit.schematic.unknown-format": "Ukjent skjematisk format: {0}.", + "worldedit.schematic.load.does-not-exist": "Skjematisk {0} finnes ikke!", + "worldedit.schematic.load.loading": "(Vennligst vent... laster skjematisk.)", + "worldedit.schematic.save.already-exists": "Den skjematiske finnes allerede. Bruk -f flagget for УЅ overskrive den.", + "worldedit.schematic.save.failed-directory": "Kunne ikke opprette mappe for skjemaer!", + "worldedit.schematic.save.saving": "(Vennligst vent... lagre skjematisk.)", + "worldedit.schematic.delete.does-not-exist": "Skjematisk {0} finnes ikke!", + "worldedit.schematic.delete.failed": "Sletting av {0} mislyktes! Er den skrivebeskyttet?", + "worldedit.schematic.delete.deleted": "{0} har blitt slettet.", + "worldedit.schematic.formats.title": "Tilgjengelige utklippstavleformater (Navn: Oppslag navnene)", + "worldedit.pos.already-set": "Posisjon allerede angitt.", + "worldedit.pos.console-require-coords": "Du mУЅ gi inn koordinater som konsoll.", + "worldedit.hpos.no-block": "Ingen blokk i blikket!", + "worldedit.hpos.already-set": "Posisjon allerede angitt.", + "worldedit.chunk.selected-multiple": "Chunks valgt: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.wand.invalid": "Tryllestavelementet er feilkonfigurert eller deaktivert.", + "worldedit.wand.selwand.info": "Venstreklikk: velg pos #1; HУИyreklikk: velg pos #2", + "worldedit.wand.navwand.info": "Venstreklikk: hopp til omrУЅde; HУИyreklikk: gУЅ gjennom vegger", + "worldedit.contract.contracted": "Region kontraktsfestet {0} blokker.", + "worldedit.shift.shifted": "Region skiftet.", + "worldedit.outset.outset": "Region utgangspunktet.", + "worldedit.inset.inset": "Region inngangspunktet.", + "worldedit.size.offset": "Forskyvning: {0}", + "worldedit.size.type": "Type: {0}", + "worldedit.size.size": "StУИrrelse: {0}", + "worldedit.size.distance": "Kuperdistanse: {0}", + "worldedit.size.blocks": "# blokker: {0}", + "worldedit.count.counted": "Tellet: {0}", + "worldedit.distr.no-blocks": "Ingen blokker tellet.", + "worldedit.distr.no-previous": "Ingen tidligere fordeling.", + "worldedit.distr.total": "Totalt Antall Blokker: {0}", + "worldedit.select.cleared": "Utvalg tУИmt.", + "worldedit.select.cuboid.message": "Kuben: venstreklikk for punkt 1, hУИyreklikk for punkt 2", + "worldedit.select.cuboid.description": "Velg to hjУИrner av en kuben", + "worldedit.select.extend.message": "Kuben: venstreklikk for et startpunkt, hУИyreklikk for УЅ utvide", + "worldedit.select.extend.description": "Rask kubenvalgmodus", + "worldedit.select.poly.message": "2D polygonvelger: Venstre/hУИyreklikk for УЅ legge til et punkt.", + "worldedit.select.poly.limit-message": "{0} punkter maksimum.", + "worldedit.select.poly.description": "Velg en 2D polygon med hУИyde", + "worldedit.select.ellipsoid.message": "Ellipsoid velger: venstreklikk=senter, hУИyreklikk for УЅ utvide", + "worldedit.select.ellipsoid.description": "Velg en ellipsoid", + "worldedit.select.sphere.message": "SfУІrevelger: venstreklikk=senter, hУИyreklikk for УЅ sette radius", + "worldedit.select.sphere.description": "Velg en sfУІre", + "worldedit.select.cyl.message": "Sylindriskvelger: Venstreklikk=senter, hУИyreklikk for УЅ utvide", + "worldedit.select.cyl.description": "Velg en sylinder", + "worldedit.select.convex.message": "Konvekspolyhedralevelger: Venstreklikk=FУИrste verteks, hУИyreklikk for УЅ legge til flere.", + "worldedit.select.convex.limit-message": "{0} punkter maksimum.", + "worldedit.select.convex.description": "Velg en konvekspolyhedrale", + "worldedit.select.default-set": "Standard regionen din er nУЅ {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Gammelt format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Ramser opp chunks for: {0}", + "worldedit.drain.drained": "{0} blokker ble drenert.", + "worldedit.fill.created": "{0} blokker ble fylt.", + "worldedit.fillr.created": "{0} blokker ble fylt.", + "worldedit.fixlava.fixed": "{0} blokker ble fikset.", + "worldedit.fixwater.fixed": "{0} blokker ble fikset.", + "worldedit.removeabove.removed": "{0} blokker ble fjernet.", + "worldedit.removebelow.removed": "{0} blokker ble fjernet.", + "worldedit.removenear.removed": "{0} blokker ble fjernet.", + "worldedit.replacenear.replaced": "{0} blokker ble ersattet.", + "worldedit.snow.created": "{0} overflater ble dekket.", + "worldedit.thaw.removed": "{0} blokker er tint.", + "worldedit.green.changed": "{0} blokker ble grУИnnet.", + "worldedit.extinguish.removed": "{0} branner er slukket.", + "worldedit.butcher.killed": "{0} vesener ble drept i en radius pУЅ {1}.", + "worldedit.butcher.explain-all": "Bruk -1 til УЅ fjerne alle vesener i innlastede chunks", + "worldedit.remove.removed": "{0} enheter ble market for fjerning.", + "worldedit.remove.explain-all": "Bruk -1 til УЅ fjerne alle enheter i innlastede chunks", + "worldedit.calc.invalid": "'{0}' kunne ikke analyseres som et gyldig uttrykk", + "worldedit.paste.pasted": "Utklippstavlen har blitt limt inn ved {0}", + "worldedit.paste.selected": "Valgt utklippstavle limte omrУЅde.", + "worldedit.rotate.no-interpolation": "Merk: Interpolasjon er ikke stУИttet ennУЅ, sУЅ vinkler som er multipler pУЅ 90 er anbefalt.", + "worldedit.rotate.rotated": "Utklippstavlen kopiering har blitt rotert.", + "worldedit.flip.flipped": "Utklippstavlen kopiering har blitt snu.", + "worldedit.clearclipboard.cleared": "Utklippstavlen er tУИmt.", + "worldedit.set.done": "Operasjon fullfУИrt.", + "worldedit.set.done.verbose": "Operasjon fullfУИrt ({0}).", + "worldedit.line.changed": "{0} blokker ble endret.", + "worldedit.line.invalid-type": "//linje fungerer bare med kubevalg eller konvekse polyhedralvalg", + "worldedit.curve.changed": "{0} blokker ble endret.", + "worldedit.curve.invalid-type": "//kurve fungerer bare med konvekse polyhedralvalg", + "worldedit.replace.replaced": "{0} blokker ble ersattet.", + "worldedit.stack.changed": "{0} blokker endret. Angre med //undo", + "worldedit.regen.regenerated": "Region regenerert.", + "worldedit.regen.failed": "Kan ikke regenerere chunks. Sjekk konsollen for detaljer.", + "worldedit.walls.changed": "{0} blokker ble endret.", + "worldedit.faces.changed": "{0} blokker ble endret.", + "worldedit.overlay.overlaid": "{0} blokker ble kledde.", + "worldedit.naturalize.naturalized": "{0} blokk(er) ble endret for УЅ se mer naturlig ut.", + "worldedit.center.changed": "Senter sett. ({0} blokker endret)", + "worldedit.smooth.changed": "Terrengs hУИydekart er jevnet. {0} blokker endret.", + "worldedit.move.moved": "{0} blokker flyttet.", + "worldedit.deform.deformed": "{0} blokker ble deformert.", + "worldedit.hollow.changed": "{0} blokker ble endret.", + "worldedit.forest.created": "{0} trУІr opprettet.", + "worldedit.flora.created": "{0} flora opprettet.", + "worldedit.unstuck.moved": "Der gУЅr du!", + "worldedit.ascend.obstructed": "Ingen ledig sted over deg fant.", + "worldedit.ascend.moved": "Stigede {0} nivУЅer.", + "worldedit.descend.obstructed": "Ingen ledig sted under deg fant.", + "worldedit.descend.moved": "Synkende {0} nivУЅer.", + "worldedit.ceil.obstructed": "Ingen ledig sted over deg fant.", + "worldedit.ceil.moved": "Wuusj!", + "worldedit.thru.obstructed": "Ingen ledig sted foran deg fant.", + "worldedit.thru.moved": "Wuusj!", + "worldedit.jumpto.moved": "Poff!", + "worldedit.jumpto.none": "Ingen blokk i siktet (eller for langt borte)!", + "worldedit.up.obstructed": "Du ville truffet noe over deg.", + "worldedit.up.moved": "Wuusj!", + "worldedit.cyl.invalid-radius": "Du mУЅ enten spesifisere vediene for radius pУЅ 1 eller 2.", + "worldedit.cyl.created": "{0} blokker ble opprettet.", + "worldedit.sphere.invalid-radius": "Du mУЅ enten spesifisere vediene for radius pУЅ 1 eller 3.", + "worldedit.sphere.created": "{0} blokker ble opprettet.", + "worldedit.forestgen.created": "{0} trУІr opprettet.", + "worldedit.pumpkins.created": "{0} gresskar plastre opprettet.", + "worldedit.pyramid.created": "{0} blokker ble opprettet.", + "worldedit.generate.created": "{0} blokker ble opprettet.", + "worldedit.reload.config": "Konfigurasjon oppdatert!", + "worldedit.report.written": "WorldEdit rapport skrevet til {0}", + "worldedit.report.error": "Feilet med УЅ skrive rapport: {0}", + "worldedit.report.callback": "WorldEdit rapport: {0}.report", + "worldedit.timezone.invalid": "Ugyldig tidssone", + "worldedit.timezone.set": "Tidssone satt for denne УИkten til: {0}", + "worldedit.timezone.current": "Gjeldende tid i den tidssone er: {0}", + "worldedit.version.version": "WorldEdit versjon {0}", + "worldedit.version.bukkit.unsupported-adapter": "Denne WorldEdit versjonen stУИtter ikke din versjon av Bukkit. Blokker enheter (f.eks. kister) vil vУІre tom, blokkegenskaper (e.. rotasjon) vil mangle og det kan hende at andre ting ikke virker. Oppdater WorldEdit for УЅ gjenopprette denne funksjonen:\n{0}", + "worldedit.command.time-elapsed": "{0}s har gУЅtt (historie: {1} endret; {2} blokker/sek).", + "worldedit.command.permissions": "Du har ikke rettigheter til УЅ gjУИre det. Er du i riktig modus?", + "worldedit.command.player-only": "Denne kommandoen mУЅ brukes med en spiller.", + "worldedit.command.error.report": "Vennligst rapporter denne feilen: [Se konsoll]", + "worldedit.pastebin.uploading": "(Vennligst vent... sender utdata til pastebin...)", + "worldedit.session.cant-find-session": "Kan ikke finne УИkt for {0}", + "worldedit.platform.no-file-dialog": "Fildialoger er ikke stУИttet i ditt miljУИ.", + "worldedit.tool.max-block-changes": "Maksimum blokker endringsgrense nУЅdd.", + "worldedit.tool.no-block": "Ingen blokk i blikket!", + "worldedit.tool.repl.equip": "Blokk utskiftingsverktУИy bundet til {0}.", + "worldedit.tool.repl.switched": "ErstatningsverktУИy byttet til: {0}", + "worldedit.tool.data-cycler.equip": "Blokk datasyklusverkУИy bundet til {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Du har ikke rettigheter til УЅ sykle dataverdien for denne blokken.", + "worldedit.tool.data-cycler.cant-cycle": "Den blokkens data kan ikke sykles!", + "worldedit.tool.data-cycler.new-value": "Verdien av {0} er nУЅ {1}.", + "worldedit.tool.data-cycler.cycling": "NУЅ sykler {0}.", + "worldedit.tool.deltree.equip": "Flytende trefjerningsverktУИy bundet til {0}.", + "worldedit.tool.deltree.not-tree": "Det er ingen tre.", + "worldedit.tool.deltree.not-floating": "Det er ingen flytende tre.", + "worldedit.tool.tree.equip": "TreverktУИy bundet til {0}.", + "worldedit.tool.tree.obstructed": "Et tre kan ikke vУІre der.", + "worldedit.tool.info.equip": "InformasjonsverktУИy bundet til {0}.", + "worldedit.tool.info.blockstate.hover": "Blokk tilstand", + "worldedit.tool.info.internalid.hover": "Intern ID", + "worldedit.tool.info.legacy.hover": "Eldre id:data", + "worldedit.tool.info.light.hover": "Blokk Lys/Lys Over", + "worldedit.tool.none.equip": "VerktУИy bundet opp fra ditt nУЅvУІrende element.", + "worldedit.tool.selwand.equip": "Utvalgtryllestav bundet til {0}.", + "worldedit.tool.navwand.equip": "Navigasjontryllestav bundet til {0}.", + "worldedit.tool.floodfill.equip": "Blokk flomfyllingsverktУИy bundet til {0}.", + "worldedit.tool.farwand.equip": "Langtunnatryllestav bundet til {0}.", + "worldedit.tool.lrbuild.equip": "LangrekkeviddebygningsverktУИy bundet til {0}.", + "worldedit.tool.lrbuild.set": "Venstreklikk satt til {0}; hУИyreklikk satt til {1}.", + "worldedit.tool.stack.equip": "StabelverktУИy bundet til {0}.", + "worldedit.tool.superpickaxe.mode.single": "Modus er nУЅ enkelt. Venstreklikk med en hakke. // for УЅ deaktivere.", + "worldedit.tool.superpickaxe.mode.area": "Modus er nУЅ omrУЅde. Venstreklikk med en hakke. // for УЅ deaktivere.", + "worldedit.tool.superpickaxe.mode.recursive": "Modus er nУЅ rekursiv. Venstreklikk med en hakke. // for УЅ deaktivere.", + "worldedit.tool.superpickaxe.max-range": "Maksimum rekkevidde er {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superhakke er allerede aktivert.", + "worldedit.tool.superpickaxe.disabled.already": "Superhakke er allerede deaktivert.", + "worldedit.tool.superpickaxe.enabled": "Superhakke aktivert.", + "worldedit.tool.superpickaxe.disabled": "Superhakke deaktivert.", + "worldedit.tool.mask.set": "Pensel maske satt.", + "worldedit.tool.mask.disabled": "Pensel maske deaktivert.", + "worldedit.tool.material.set": "Pensel material satt.", + "worldedit.tool.range.set": "Pensel rekkevidde satt.", + "worldedit.tool.size.set": "Pensel stУИrrelse satt.", + "worldedit.tool.tracemask.set": "Spor maske satt.", + "worldedit.tool.tracemask.disabled": "Spor maske deaktivert.", + "worldedit.tool.error.cannot-bind": "Kan ikke binde verktУИy til {0}: {1}", + "worldedit.tool.error.item-only": "Blokker kan ikke brukes.", + "worldedit.execute.script-permissions": "Du har ikke tillatelse til УЅ bruke det skriptet.", + "worldedit.executelast.no-script": "Bruk /cs med et skriptnavn fУИrst.", + "worldedit.script.read-error": "Skript lest feil: {0}", + "worldedit.script.unsupported": "Bare .js skripter stУИttes for УИyeblikket", + "worldedit.script.file-not-found": "Skript finnes ikke: {0}", + "worldedit.script.no-script-engine": "Kunne ikke finne en installert skriptmotor.\nVennligst se https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Kunne ikke utfУИre: {0}", + "worldedit.script.failed-console": "Kunne ikke utfУИre (se konsoll): {0}", + "worldedit.operation.affected.biome": "{0} biomer pУЅvirket", + "worldedit.operation.affected.block": "{0} blokker pУЅvirket", + "worldedit.operation.affected.column": "{0} kolonner pУЅvirket", + "worldedit.operation.affected.entity": "{0} enheter pУЅvirket", + "worldedit.operation.deform.expression": "deformert ved hjelp av {0}", + "worldedit.error.invalid-number": "Nummer forventet; streng oppgitt.", + "worldedit.error.invalid-number.matches": "Nummer forventet; streng \"{0}\" oppgitt.", + "worldedit.error.incomplete-region": "Lag et regionutvalg fУИrst.", + "worldedit.error.unknown-block": "Blokknavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-entity": "Enhetnavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-mob": "Vesennavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-biome": "Biomenavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-tag": "Tagnavn '{0}' ble ikke gjenkjent.", + "worldedit.error.empty-tag": "Tagnavn '{0}' har ingen innhold.", + "worldedit.error.no-match": "Ingen lignende result for '{0}'.", + "worldedit.error.disallowed-block": "Blokk '{0}' er ikke tillat (se WorldEdit konfigurasjon).", + "worldedit.error.max-changes": "Maksimum blokker endret i en operasjon nУЅdd ({0}).", + "worldedit.error.max-brush-radius": "Maksimal penselradius (i konfigurasjon): {0}", + "worldedit.error.max-radius": "Maksimal radius (i konfigurasjon): {0}", + "worldedit.error.unknown-direction": "Ukjent retning: {0}", + "worldedit.error.empty-clipboard": "Din utklippstavle er tom. Bruk //copy fУИrst.", + "worldedit.error.invalid-filename": "Filnavn '{0}' ugyldig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Ugyldig bokstavner eller utvidelse mangler", + "worldedit.error.file-resolution": "Fil '{0}' opplУИsningsfeil: {1}", + "worldedit.error.file-resolution.outside-root": "Stien er utenfor tillatt root", + "worldedit.error.file-resolution.resolve-failed": "Kunne ikke lУИse stien", + "worldedit.error.file-aborted": "Filvalg avbrutt.", + "worldedit.error.no-file-selected": "Ingen fil valgt.", + "worldedit.error.world-unloaded": "Verden var allerede ulastet.", + "worldedit.error.not-a-block": "Dette er ikke en blokk.", + "worldedit.error.not-a-block.item": "Elementet '{0}' er ikke en blokk.", + "worldedit.error.incorrect-usage": "Bruk: {0}", + "worldedit.error.invalid-page": "Ugyldig sidenummer", + "worldedit.error.parser.bad-state-format": "DУЅrlig statsformat i {0}", + "worldedit.error.parser.duplicate-property": "Duplisert eiendel: {0}", + "worldedit.error.parser.empty-state": "Tom del i stat", + "worldedit.error.parser.missing-equals-separator": "Mangler '=' separator", + "worldedit.error.parser.clipboard.missing-offset": "Avvik spesifisert med @ men ingen avvik oppgitt. Bruk '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Ukjent egenskap '{0}' for blokk '{1}'", + "worldedit.error.parser.unknown-value": "Ukjent verdi '{0}' for egenskap '{1}'", + "worldedit.error.parser.empty-property": "Tom egenskap i tilstand", + "worldedit.error.parser.empty-value": "Tom verdi i stat", + "worldedit.error.parser.invalid-colon": "Ugyldig kolon.", + "worldedit.error.parser.invalid-expression": "Ugyldig uttrykk: {0}", + "worldedit.error.parser.negate-nothing": "Kan ikke negere ingenting!", + "worldedit.error.parser.hanging-lbracket": "Ugyldig format. Hengende hakeparentes pУЅ '{0}'.", + "worldedit.error.parser.missing-rbracket": "Tilstand mangler fУИlgende ']'", + "worldedit.error.parser.missing-random-type": "Mangler typen etter % symbolen for '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Utstedelse av utklippstavle krever x,y,z koordinater.", + "worldedit.error.parser.player-only": "Inndata '{0}' krever en spiller!", + "worldedit.error.disabled": "Denne funksjonaliteten er deaktivert (se WorldEdit konfigurasjon).", + "worldedit.error.unknown": "Ukjent feil oppstod: {0}", + "worldedit.error.missing-extent": "Ingen utstrekning er kjent", + "worldedit.error.missing-session": "Ingen lokalУИkt er kjent", + "worldedit.error.missing-world": "Du mУЅ skaffe til en verden (PrУИv //world)", + "worldedit.error.missing-actor": "Ingen figur er kjent", + "worldedit.selection.convex.info.vertices": "Vertikker: {0}", + "worldedit.selection.convex.info.triangles": "Triangler: {0}", + "worldedit.selection.convex.explain.primary": "Startet nytt valg med verteks {0}.", + "worldedit.selection.convex.explain.secondary": "Lagt verteks {0} til utvalget.", + "worldedit.selection.cuboid.info.pos1": "Posisjon 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Posisjon 2: {0}", + "worldedit.selection.cuboid.explain.primary": "FУИrste posisjon satt til {0}.", + "worldedit.selection.cuboid.explain.primary-area": "FУИrste posisjon satt til {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Andre posisjon satt til {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Andre posisjon satt til {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Begynte utvalg pУЅ {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Utvidet utvalg til УЅ omfatte {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Senter: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Senter posisjon satt til {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Senter posisjon satt til {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radius satt til {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius satt til {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid endringer mУЅ vУІre jevn for hver dimensjon.", + "worldedit.selection.cylinder.info.center": "Senter: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Starter et nytt sylindrisk utvalg ved {0}.", + "worldedit.selection.cylinder.explain.secondary": "Radius satt til {0}/{1} blokker. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Du mУЅ velge senterpunktet fУИr du setter radiusen.", + "worldedit.selection.cylinder.error.even-horizontal": "Sylindere endringer mУЅ vУІre jevn for hver horisontale dimensjon.", + "worldedit.selection.polygon2d.info": "# poeng: {0}", + "worldedit.selection.polygon2d.explain.primary": "Starter en ny polygon pУЅ {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Lagt punkt #{0} til pУЅ {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygoner kan bare utvides vertikalt.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygoner kan bare vУІre kontraktes vertikalt.", + "worldedit.selection.sphere.explain.secondary": "Radius satt til {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius satt til {0} ({1}).", + "worldedit.selection.null.error.immutable": "Kan ikke endre NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Kan ikke utvide et regionsskjУІr.", + "worldedit.selection.intersection.error.cannot-contract": "Kan ikke kontrakte et regionsskjУІr.", + "worldedit.selection.transform.error.cannot-expand": "Kan ikke utvide en TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Kan ikke krympe en TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Kan ikke endre en TransformedRegion.", + "worldedit.sideeffect.lighting": "Belysning", + "worldedit.sideeffect.lighting.description": "Oppdateringer blokk belysning", + "worldedit.sideeffect.neighbors": "Naboer", + "worldedit.sideeffect.neighbors.description": "Varsler nУІrliggende blokker av endringer", + "worldedit.sideeffect.validation": "Validering", + "worldedit.sideeffect.validation.description": "Validerer og fikser den ukonsekvente verdenstilstanden, som for eksempel frakoblede blokker", + "worldedit.sideeffect.entity_ai": "Enhet AI", + "worldedit.sideeffect.entity_ai.description": "Oppdater Enhet AI stier for blokkendringer", + "worldedit.sideeffect.events": "Mod/Plugin Hendelser", + "worldedit.sideeffect.events.description": "Forteller andre moder/pluginer om disse endringer nУЅr det er aktuelt", + "worldedit.sideeffect.state.on": "PУЅ", + "worldedit.sideeffect.state.delayed": "Forsinket", + "worldedit.sideeffect.state.off": "Av", + "worldedit.sideeffect.box.current": "NУЅvУІrende", + "worldedit.sideeffect.box.change-to": "Klikk for УЅ sette til {0}", + "worldedit.help.command-not-found": "Kommandoen '{0}' ble ikke funnet.", + "worldedit.help.no-subcommands": "'{0}' har ingen underkommandoer. (Maybe '{1}' er for en parameter?)", + "worldedit.help.subcommand-not-found": "Underkommando '{0}' under '{1}' ble ikke funnet.", + "worldedit.cli.stopping": "Stopper!", + "worldedit.cli.unknown-command": "Ukjent kommando!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/no/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/no/strings.json new file mode 100644 index 0000000..c9db10b --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/no/strings.json @@ -0,0 +1,388 @@ +{ + "worldedit.expand.description.vert": "Utvid utvalg vertikalt til verdensgrensene.", + "worldedit.expand.expanded": "Region utvidet {0} blokker", + "worldedit.expand.expanded.vert": "Region utvidet {0} blokker (topp til bunn).", + "worldedit.biomeinfo.lineofsight": "Biomer i siktelinjepunkt: {0}", + "worldedit.biomeinfo.position": "Biomer ved din posisjon: {0}", + "worldedit.biomeinfo.selection": "Biomer ved ditt utvalg: {0}", + "worldedit.brush.radius-too-large": "StУИrste tillatte penselradius: {0}", + "worldedit.brush.apply.description": "Bruk pensel, bruk en funksjon pУЅ hver blokk", + "worldedit.brush.apply.radius": "StУИrrelsen av pensel", + "worldedit.brush.apply.shape": "Utformingen av regionen", + "worldedit.brush.apply.type": "Type pensel som skal brukes", + "worldedit.brush.apply.item.warning": "Denne penselen simulerer bruk av gjenstander. Virkningene som dette virker kanskje ikke pУЅ alle plattformer, er kanskje ikke reversible og kan forУЅrsake merkelige interaksjoner med andre mods/plugins. Bruk pУЅ eget ansvar.", + "worldedit.brush.paint.description": "Mal pensel, bruk en funksjon pУЅ en overflate", + "worldedit.brush.paint.size": "StУИrrelsen av pensel", + "worldedit.brush.paint.shape": "Utformingen av regionen", + "worldedit.brush.paint.density": "Tettheten av pensel", + "worldedit.brush.paint.type": "Type pensel som skal brukes", + "worldedit.brush.paint.item.warning": "Denne penselen simulerer bruk av gjenstander. Virkningene som dette virker kanskje ikke pУЅ alle plattformer, er kanskje ikke reversible og kan forУЅrsake merkelige interaksjoner med andre mods/plugins. Bruk pУЅ eget ansvar.", + "worldedit.brush.sphere.equip": "SfУІre penselutforming utstyrt ({0}).", + "worldedit.brush.cylinder.equip": "Sylinderens penselforming utstyrt ({0} av {1}).", + "worldedit.brush.clipboard.equip": "Utkappet penselutforming utstyrt.", + "worldedit.brush.smooth.equip": "Jevn pensel utstyrt ({0} x {1}x ved bruk av {2}).", + "worldedit.brush.extinguish.equip": "Brannslukker utstyrt ({0}).", + "worldedit.brush.gravity.equip": "Tyngdekraftpensel utstyrt ({0}).", + "worldedit.brush.butcher.equip": "Slakterpensel utstyrt ({0}).", + "worldedit.brush.operation.equip": "Sett pensel til {0}.", + "worldedit.brush.none.equip": "Pensel ubundet fra din gjeldende tryllestav.", + "worldedit.drawsel.disabled": "Server-BBG er deaktivert.", + "worldedit.drawsel.disabled.already": "Server-BBG er allerede deaktivert.", + "worldedit.drawsel.enabled.already": "Server-BBG er allerede aktivert.", + "worldedit.limit.too-high": "Maksimalt tillatt grense er {0}.", + "worldedit.limit.set": "Blokkendringsgrense satt til {0}.", + "worldedit.limit.return-to-default": "(Bruk //limit for УЅ gУЅ bake til standard.)", + "worldedit.timeout.too-high": "Maksimalt tillatte tidsavbrudd er {0}ms.", + "worldedit.timeout.set": "Tidsavbrudd satt til {0}ms.", + "worldedit.timeout.return-to-default": " (Bruk //timeout for УЅ gУЅ bake til standard.)", + "worldedit.fast.disabled": "Raskmodus er deaktivert.", + "worldedit.fast.enabled": "Raskmodus aktivert. Belysning i de berУИrte delene kan vУІre galt og/eller du mУЅ kanskje gУЅ inn pУЅ nytt for УЅ se endringer.", + "worldedit.fast.disabled.already": "Raskmodus er allerede deaktivert.", + "worldedit.fast.enabled.already": "Raskmodus er allerede aktivert.", + "worldedit.perf.sideeffect.set": "Bivirkning \"{0} satt til {1}", + "worldedit.perf.sideeffect.get": "Bivirkning \"{0} er satt til {1}", + "worldedit.perf.sideeffect.already-set": "Bivirkning \"{0}\" er allerede {1}", + "worldedit.perf.sideeffect.set-all": "Alle bivirkninger satt til {0}", + "worldedit.reorder.current": "Omorganiseringsmodus er {0}", + "worldedit.reorder.set": "Omorganiseringsmodus er nУЅ {0}", + "worldedit.gmask.disabled": "Globalmaske deaktivert.", + "worldedit.gmask.set": "Globalmaske satt.", + "worldedit.toggleplace.pos1": "Setter nУЅ pУЅ pos #1.", + "worldedit.toggleplace.player": "Setter nУЅ pУЅ blokken du stУЅr i.", + "worldedit.searchitem.too-short": "Skriv inn en lengre sУИkestreng (lengde > 2).", + "worldedit.searchitem.either-b-or-i": "Du kan ikke bruke bУЅde de 'b' og 'i' flaggene samtidig.", + "worldedit.searchitem.searching": "(Vennligst vent... sУИk elementer.)", + "worldedit.watchdog.no-hook": "Denne plattformen har ingen vakthund krok.", + "worldedit.watchdog.active.already": "Vakthund krok allerede aktiv.", + "worldedit.watchdog.inactive.already": "Vakthund krok allerede uaktiv.", + "worldedit.watchdog.active": "Vakthund krok nУЅ aktiv.", + "worldedit.watchdog.inactive": "Vakthund krok nУЅ uaktiv.", + "worldedit.world.remove": "Fjernet verdenoverstyring.", + "worldedit.world.set": "Sette verdenovertyring til {0}. (Bruk //world for УЅ gУЅ bake til standard)", + "worldedit.undo.undone": "Ugjort {0} tilgjengelige redigeringer.", + "worldedit.undo.none": "Ikke noe mer УЅ ugjУИre.", + "worldedit.redo.redone": "Gjort om {0} tilgjengelige redigeringer.", + "worldedit.redo.none": "Ikke noe mer УЅ gjУИre om.", + "worldedit.clearhistory.cleared": "Logg slettet.", + "worldedit.raytrace.noblock": "Ingen blokk i blikket!", + "worldedit.restore.not-configured": "Әyeblikksbilde/sikkerhetskopiering gjenopprettingen er ikke konfigurert.", + "worldedit.restore.not-available": "Dette УИyeblikksbildet finnes ikke eller er ikke tilgjengelig.", + "worldedit.restore.failed": "Kunne ikke laste inn УИyeblikksbilde: {0}", + "worldedit.restore.loaded": "Әyeblikksbildet '{0}' lastet, nУЅ gjenopprettes...", + "worldedit.restore.restored": "Gjenopprettet; {0} manglende chunks og {1} andre feil.", + "worldedit.restore.none-for-specific-world": "Fant ingen УИyeblikksbilder for verden '{0}'.", + "worldedit.restore.none-for-world": "Fant ingen УИyeblikksbilder for denne verden.", + "worldedit.restore.none-found": "Fant ingen УИyeblikksbilder.", + "worldedit.restore.none-found-console": "Ingen УИyeblikksbilder ble funnet. Se pУЅ konsoll for detaljer.", + "worldedit.restore.chunk-not-present": "Chunks ble ikke tilstede i УИyeblikksbildet.", + "worldedit.restore.chunk-load-failed": "Ingen chunks kunne lastes. (DУЅrligt arkiv?)", + "worldedit.restore.block-place-failed": "Feil forhindret noen blokker fra УЅ bli gjenopprettet.", + "worldedit.restore.block-place-error": "Siste feil: {0}", + "worldedit.snapshot.use.newest": "NУЅ bruker det nyeste УИyeblikksbildet.", + "worldedit.snapshot.use": "Әyeblikksbildet satt til: {0}", + "worldedit.snapshot.none-before": "Kunne ikke finne et УИyeblikksbilde fУИr {0}.", + "worldedit.snapshot.none-after": "Kunne ikke finne et УИyeblikksbilde etter {0}.", + "worldedit.snapshot.index-above-0": "Ugyldig indeks, mУЅ vУІre stУИrre enn eller lik 1.", + "worldedit.snapshot.index-oob": "Ugyldig indeks, mУЅ vУІre mellom 1 og {0}.", + "worldedit.schematic.unknown-format": "Ukjent skjematisk format: {0}.", + "worldedit.schematic.load.does-not-exist": "Skjematisk {0} finnes ikke!", + "worldedit.schematic.load.loading": "(Vennligst vent... laster skjematisk.)", + "worldedit.schematic.save.already-exists": "Den skjematiske finnes allerede. Bruk -f flagget for УЅ overskrive den.", + "worldedit.schematic.save.failed-directory": "Kunne ikke opprette mappe for skjemaer!", + "worldedit.schematic.save.saving": "(Vennligst vent... lagre skjematisk.)", + "worldedit.schematic.delete.does-not-exist": "Skjematisk {0} finnes ikke!", + "worldedit.schematic.delete.failed": "Sletting av {0} mislyktes! Er den skrivebeskyttet?", + "worldedit.schematic.delete.deleted": "{0} har blitt slettet.", + "worldedit.schematic.formats.title": "Tilgjengelige utklippstavleformater (Navn: Oppslag navnene)", + "worldedit.pos.already-set": "Posisjon allerede angitt.", + "worldedit.pos.console-require-coords": "Du mУЅ gi inn koordinater som konsoll.", + "worldedit.hpos.no-block": "Ingen blokk i blikket!", + "worldedit.hpos.already-set": "Posisjon allerede angitt.", + "worldedit.chunk.selected-multiple": "Chunks valgt: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.wand.invalid": "Tryllestavelementet er feilkonfigurert eller deaktivert.", + "worldedit.wand.selwand.info": "Venstreklikk: velg pos #1; HУИyreklikk: velg pos #2", + "worldedit.wand.navwand.info": "Venstreklikk: hopp til omrУЅde; HУИyreklikk: gУЅ gjennom vegger", + "worldedit.contract.contracted": "Region kontraktsfestet {0} blokker.", + "worldedit.shift.shifted": "Region skiftet.", + "worldedit.outset.outset": "Region utgangspunktet.", + "worldedit.inset.inset": "Region inngangspunktet.", + "worldedit.size.offset": "Forskyvning: {0}", + "worldedit.size.type": "Type: {0}", + "worldedit.size.size": "StУИrrelse: {0}", + "worldedit.size.distance": "Kuperdistanse: {0}", + "worldedit.size.blocks": "# blokker: {0}", + "worldedit.count.counted": "Tellet: {0}", + "worldedit.distr.no-blocks": "Ingen blokker tellet.", + "worldedit.distr.no-previous": "Ingen tidligere fordeling.", + "worldedit.distr.total": "Totalt Antall Blokker: {0}", + "worldedit.select.cleared": "Utvalg tУИmt.", + "worldedit.select.cuboid.message": "Kuben: venstreklikk for punkt 1, hУИyreklikk for punkt 2", + "worldedit.select.cuboid.description": "Velg to hjУИrner av en kuben", + "worldedit.select.extend.message": "Kuben: venstreklikk for et startpunkt, hУИyreklikk for УЅ utvide", + "worldedit.select.extend.description": "Rask kubenvalgmodus", + "worldedit.select.poly.message": "2D polygonvelger: Venstre/hУИyreklikk for УЅ legge til et punkt.", + "worldedit.select.poly.limit-message": "{0} punkter maksimum.", + "worldedit.select.poly.description": "Velg en 2D polygon med hУИyde", + "worldedit.select.ellipsoid.message": "Ellipsoid velger: venstreklikk=senter, hУИyreklikk for УЅ utvide", + "worldedit.select.ellipsoid.description": "Velg en ellipsoid", + "worldedit.select.sphere.message": "SfУІrevelger: venstreklikk=senter, hУИyreklikk for УЅ sette radius", + "worldedit.select.sphere.description": "Velg en sfУІre", + "worldedit.select.cyl.message": "Sylindriskvelger: Venstreklikk=senter, hУИyreklikk for УЅ utvide", + "worldedit.select.cyl.description": "Velg en sylinder", + "worldedit.select.convex.message": "Konvekspolyhedralevelger: Venstreklikk=FУИrste verteks, hУИyreklikk for УЅ legge til flere.", + "worldedit.select.convex.limit-message": "{0} punkter maksimum.", + "worldedit.select.convex.description": "Velg en konvekspolyhedrale", + "worldedit.select.default-set": "Standard regionen din er nУЅ {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Gammelt format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Ramser opp chunks for: {0}", + "worldedit.drain.drained": "{0} blokker ble drenert.", + "worldedit.fill.created": "{0} blokker ble fylt.", + "worldedit.fillr.created": "{0} blokker ble fylt.", + "worldedit.fixlava.fixed": "{0} blokker ble fikset.", + "worldedit.fixwater.fixed": "{0} blokker ble fikset.", + "worldedit.removeabove.removed": "{0} blokker ble fjernet.", + "worldedit.removebelow.removed": "{0} blokker ble fjernet.", + "worldedit.removenear.removed": "{0} blokker ble fjernet.", + "worldedit.replacenear.replaced": "{0} blokker ble ersattet.", + "worldedit.snow.created": "{0} overflater ble dekket.", + "worldedit.thaw.removed": "{0} blokker er tint.", + "worldedit.green.changed": "{0} blokker ble grУИnnet.", + "worldedit.extinguish.removed": "{0} branner er slukket.", + "worldedit.butcher.killed": "{0} vesener ble drept i en radius pУЅ {1}.", + "worldedit.butcher.explain-all": "Bruk -1 til УЅ fjerne alle vesener i innlastede chunks", + "worldedit.remove.removed": "{0} enheter ble market for fjerning.", + "worldedit.remove.explain-all": "Bruk -1 til УЅ fjerne alle enheter i innlastede chunks", + "worldedit.calc.invalid": "'{0}' kunne ikke analyseres som et gyldig uttrykk", + "worldedit.paste.pasted": "Utklippstavlen har blitt limt inn ved {0}", + "worldedit.paste.selected": "Valgt utklippstavle limte omrУЅde.", + "worldedit.rotate.no-interpolation": "Merk: Interpolasjon er ikke stУИttet ennУЅ, sУЅ vinkler som er multipler pУЅ 90 er anbefalt.", + "worldedit.rotate.rotated": "Utklippstavlen kopiering har blitt rotert.", + "worldedit.flip.flipped": "Utklippstavlen kopiering har blitt snu.", + "worldedit.clearclipboard.cleared": "Utklippstavlen er tУИmt.", + "worldedit.set.done": "Operasjon fullfУИrt.", + "worldedit.set.done.verbose": "Operasjon fullfУИrt ({0}).", + "worldedit.line.changed": "{0} blokker ble endret.", + "worldedit.line.invalid-type": "//linje fungerer bare med kubevalg eller konvekse polyhedralvalg", + "worldedit.curve.changed": "{0} blokker ble endret.", + "worldedit.curve.invalid-type": "//kurve fungerer bare med konvekse polyhedralvalg", + "worldedit.replace.replaced": "{0} blokker ble ersattet.", + "worldedit.stack.changed": "{0} blokker endret. Angre med //undo", + "worldedit.regen.regenerated": "Region regenerert.", + "worldedit.regen.failed": "Kan ikke regenerere chunks. Sjekk konsollen for detaljer.", + "worldedit.walls.changed": "{0} blokker ble endret.", + "worldedit.faces.changed": "{0} blokker ble endret.", + "worldedit.overlay.overlaid": "{0} blokker ble kledde.", + "worldedit.naturalize.naturalized": "{0} blokk(er) ble endret for УЅ se mer naturlig ut.", + "worldedit.center.changed": "Senter sett. ({0} blokker endret)", + "worldedit.smooth.changed": "Terrengs hУИydekart er jevnet. {0} blokker endret.", + "worldedit.move.moved": "{0} blokker flyttet.", + "worldedit.deform.deformed": "{0} blokker ble deformert.", + "worldedit.hollow.changed": "{0} blokker ble endret.", + "worldedit.forest.created": "{0} trУІr opprettet.", + "worldedit.flora.created": "{0} flora opprettet.", + "worldedit.unstuck.moved": "Der gУЅr du!", + "worldedit.ascend.obstructed": "Ingen ledig sted over deg fant.", + "worldedit.ascend.moved": "Stigede {0} nivУЅer.", + "worldedit.descend.obstructed": "Ingen ledig sted under deg fant.", + "worldedit.descend.moved": "Synkende {0} nivУЅer.", + "worldedit.ceil.obstructed": "Ingen ledig sted over deg fant.", + "worldedit.ceil.moved": "Wuusj!", + "worldedit.thru.obstructed": "Ingen ledig sted foran deg fant.", + "worldedit.thru.moved": "Wuusj!", + "worldedit.jumpto.moved": "Poff!", + "worldedit.jumpto.none": "Ingen blokk i siktet (eller for langt borte)!", + "worldedit.up.obstructed": "Du ville truffet noe over deg.", + "worldedit.up.moved": "Wuusj!", + "worldedit.cyl.invalid-radius": "Du mУЅ enten spesifisere vediene for radius pУЅ 1 eller 2.", + "worldedit.cyl.created": "{0} blokker ble opprettet.", + "worldedit.sphere.invalid-radius": "Du mУЅ enten spesifisere vediene for radius pУЅ 1 eller 3.", + "worldedit.sphere.created": "{0} blokker ble opprettet.", + "worldedit.forestgen.created": "{0} trУІr opprettet.", + "worldedit.pumpkins.created": "{0} gresskar plastre opprettet.", + "worldedit.pyramid.created": "{0} blokker ble opprettet.", + "worldedit.generate.created": "{0} blokker ble opprettet.", + "worldedit.reload.config": "Konfigurasjon oppdatert!", + "worldedit.report.written": "WorldEdit rapport skrevet til {0}", + "worldedit.report.error": "Feilet med УЅ skrive rapport: {0}", + "worldedit.report.callback": "WorldEdit rapport: {0}.report", + "worldedit.timezone.invalid": "Ugyldig tidssone", + "worldedit.timezone.set": "Tidssone satt for denne УИkten til: {0}", + "worldedit.timezone.current": "Gjeldende tid i den tidssone er: {0}", + "worldedit.version.version": "WorldEdit versjon {0}", + "worldedit.version.bukkit.unsupported-adapter": "Denne WorldEdit versjonen stУИtter ikke din versjon av Bukkit. Blokker enheter (f.eks. kister) vil vУІre tom, blokkegenskaper (e.. rotasjon) vil mangle og det kan hende at andre ting ikke virker. Oppdater WorldEdit for УЅ gjenopprette denne funksjonen:\n{0}", + "worldedit.command.time-elapsed": "{0}s har gУЅtt (historie: {1} endret; {2} blokker/sek).", + "worldedit.command.permissions": "Du har ikke rettigheter til УЅ gjУИre det. Er du i riktig modus?", + "worldedit.command.player-only": "Denne kommandoen mУЅ brukes med en spiller.", + "worldedit.command.error.report": "Vennligst rapporter denne feilen: [Se konsoll]", + "worldedit.pastebin.uploading": "(Vennligst vent... sender utdata til pastebin...)", + "worldedit.session.cant-find-session": "Kan ikke finne УИkt for {0}", + "worldedit.platform.no-file-dialog": "Fildialoger er ikke stУИttet i ditt miljУИ.", + "worldedit.tool.max-block-changes": "Maksimum blokker endringsgrense nУЅdd.", + "worldedit.tool.no-block": "Ingen blokk i blikket!", + "worldedit.tool.repl.equip": "Blokk utskiftingsverktУИy bundet til {0}.", + "worldedit.tool.repl.switched": "ErstatningsverktУИy byttet til: {0}", + "worldedit.tool.data-cycler.equip": "Blokk datasyklusverkУИy bundet til {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Du har ikke rettigheter til УЅ sykle dataverdien for denne blokken.", + "worldedit.tool.data-cycler.cant-cycle": "Den blokkens data kan ikke sykles!", + "worldedit.tool.data-cycler.new-value": "Verdien av {0} er nУЅ {1}.", + "worldedit.tool.data-cycler.cycling": "NУЅ sykler {0}.", + "worldedit.tool.deltree.equip": "Flytende trefjerningsverktУИy bundet til {0}.", + "worldedit.tool.deltree.not-tree": "Det er ingen tre.", + "worldedit.tool.deltree.not-floating": "Det er ingen flytende tre.", + "worldedit.tool.tree.equip": "TreverktУИy bundet til {0}.", + "worldedit.tool.tree.obstructed": "Et tre kan ikke vУІre der.", + "worldedit.tool.info.equip": "InformasjonsverktУИy bundet til {0}.", + "worldedit.tool.info.blockstate.hover": "Blokk tilstand", + "worldedit.tool.info.internalid.hover": "Intern ID", + "worldedit.tool.info.legacy.hover": "Eldre id:data", + "worldedit.tool.info.light.hover": "Blokk Lys/Lys Over", + "worldedit.tool.none.equip": "VerktУИy bundet opp fra ditt nУЅvУІrende element.", + "worldedit.tool.selwand.equip": "Utvalgtryllestav bundet til {0}.", + "worldedit.tool.navwand.equip": "Navigasjontryllestav bundet til {0}.", + "worldedit.tool.floodfill.equip": "Blokk flomfyllingsverktУИy bundet til {0}.", + "worldedit.tool.farwand.equip": "Langtunnatryllestav bundet til {0}.", + "worldedit.tool.lrbuild.equip": "LangrekkeviddebygningsverktУИy bundet til {0}.", + "worldedit.tool.lrbuild.set": "Venstreklikk satt til {0}; hУИyreklikk satt til {1}.", + "worldedit.tool.stack.equip": "StabelverktУИy bundet til {0}.", + "worldedit.tool.superpickaxe.mode.single": "Modus er nУЅ enkelt. Venstreklikk med en hakke. // for УЅ deaktivere.", + "worldedit.tool.superpickaxe.mode.area": "Modus er nУЅ omrУЅde. Venstreklikk med en hakke. // for УЅ deaktivere.", + "worldedit.tool.superpickaxe.mode.recursive": "Modus er nУЅ rekursiv. Venstreklikk med en hakke. // for УЅ deaktivere.", + "worldedit.tool.superpickaxe.max-range": "Maksimum rekkevidde er {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superhakke er allerede aktivert.", + "worldedit.tool.superpickaxe.disabled.already": "Superhakke er allerede deaktivert.", + "worldedit.tool.superpickaxe.enabled": "Superhakke aktivert.", + "worldedit.tool.superpickaxe.disabled": "Superhakke deaktivert.", + "worldedit.tool.mask.set": "Pensel maske satt.", + "worldedit.tool.mask.disabled": "Pensel maske deaktivert.", + "worldedit.tool.material.set": "Pensel material satt.", + "worldedit.tool.range.set": "Pensel rekkevidde satt.", + "worldedit.tool.size.set": "Pensel stУИrrelse satt.", + "worldedit.tool.tracemask.set": "Spor maske satt.", + "worldedit.tool.tracemask.disabled": "Spor maske deaktivert.", + "worldedit.tool.error.cannot-bind": "Kan ikke binde verktУИy til {0}: {1}", + "worldedit.tool.error.item-only": "Blokker kan ikke brukes.", + "worldedit.execute.script-permissions": "Du har ikke tillatelse til УЅ bruke det skriptet.", + "worldedit.executelast.no-script": "Bruk /cs med et skriptnavn fУИrst.", + "worldedit.script.read-error": "Skript lest feil: {0}", + "worldedit.script.unsupported": "Bare .js skripter stУИttes for УИyeblikket", + "worldedit.script.file-not-found": "Skript finnes ikke: {0}", + "worldedit.script.no-script-engine": "Kunne ikke finne en installert skriptmotor.\nVennligst se https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Kunne ikke utfУИre: {0}", + "worldedit.script.failed-console": "Kunne ikke utfУИre (se konsoll): {0}", + "worldedit.operation.affected.biome": "{0} biomer pУЅvirket", + "worldedit.operation.affected.block": "{0} blokker pУЅvirket", + "worldedit.operation.affected.column": "{0} kolonner pУЅvirket", + "worldedit.operation.affected.entity": "{0} enheter pУЅvirket", + "worldedit.operation.deform.expression": "deformert ved hjelp av {0}", + "worldedit.error.invalid-number": "Nummer forventet; streng oppgitt.", + "worldedit.error.invalid-number.matches": "Nummer forventet; streng \"{0}\" oppgitt.", + "worldedit.error.incomplete-region": "Lag et regionutvalg fУИrst.", + "worldedit.error.unknown-block": "Blokknavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-entity": "Enhetnavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-mob": "Vesennavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-biome": "Biomenavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-tag": "Tagnavn '{0}' ble ikke gjenkjent.", + "worldedit.error.empty-tag": "Tagnavn '{0}' har ingen innhold.", + "worldedit.error.no-match": "Ingen lignende result for '{0}'.", + "worldedit.error.disallowed-block": "Blokk '{0}' er ikke tillat (se WorldEdit konfigurasjon).", + "worldedit.error.max-changes": "Maksimum blokker endret i en operasjon nУЅdd ({0}).", + "worldedit.error.max-brush-radius": "Maksimal penselradius (i konfigurasjon): {0}", + "worldedit.error.max-radius": "Maksimal radius (i konfigurasjon): {0}", + "worldedit.error.unknown-direction": "Ukjent retning: {0}", + "worldedit.error.empty-clipboard": "Din utklippstavle er tom. Bruk //copy fУИrst.", + "worldedit.error.invalid-filename": "Filnavn '{0}' ugyldig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Ugyldig bokstavner eller utvidelse mangler", + "worldedit.error.file-resolution": "Fil '{0}' opplУИsningsfeil: {1}", + "worldedit.error.file-resolution.outside-root": "Stien er utenfor tillatt root", + "worldedit.error.file-resolution.resolve-failed": "Kunne ikke lУИse stien", + "worldedit.error.file-aborted": "Filvalg avbrutt.", + "worldedit.error.no-file-selected": "Ingen fil valgt.", + "worldedit.error.world-unloaded": "Verden var allerede ulastet.", + "worldedit.error.not-a-block": "Dette er ikke en blokk.", + "worldedit.error.not-a-block.item": "Elementet '{0}' er ikke en blokk.", + "worldedit.error.incorrect-usage": "Bruk: {0}", + "worldedit.error.invalid-page": "Ugyldig sidenummer", + "worldedit.error.parser.bad-state-format": "DУЅrlig statsformat i {0}", + "worldedit.error.parser.duplicate-property": "Duplisert eiendel: {0}", + "worldedit.error.parser.empty-state": "Tom del i stat", + "worldedit.error.parser.missing-equals-separator": "Mangler '=' separator", + "worldedit.error.parser.clipboard.missing-offset": "Avvik spesifisert med @ men ingen avvik oppgitt. Bruk '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Ukjent egenskap '{0}' for blokk '{1}'", + "worldedit.error.parser.unknown-value": "Ukjent verdi '{0}' for egenskap '{1}'", + "worldedit.error.parser.empty-property": "Tom egenskap i tilstand", + "worldedit.error.parser.empty-value": "Tom verdi i stat", + "worldedit.error.parser.invalid-colon": "Ugyldig kolon.", + "worldedit.error.parser.invalid-expression": "Ugyldig uttrykk: {0}", + "worldedit.error.parser.negate-nothing": "Kan ikke negere ingenting!", + "worldedit.error.parser.hanging-lbracket": "Ugyldig format. Hengende hakeparentes pУЅ '{0}'.", + "worldedit.error.parser.missing-rbracket": "Tilstand mangler fУИlgende ']'", + "worldedit.error.parser.missing-random-type": "Mangler typen etter % symbolen for '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Utstedelse av utklippstavle krever x,y,z koordinater.", + "worldedit.error.parser.player-only": "Inndata '{0}' krever en spiller!", + "worldedit.error.disabled": "Denne funksjonaliteten er deaktivert (se WorldEdit konfigurasjon).", + "worldedit.error.unknown": "Ukjent feil oppstod: {0}", + "worldedit.error.missing-extent": "Ingen utstrekning er kjent", + "worldedit.error.missing-session": "Ingen lokalУИkt er kjent", + "worldedit.error.missing-world": "Du mУЅ skaffe til en verden (PrУИv //world)", + "worldedit.error.missing-actor": "Ingen figur er kjent", + "worldedit.selection.convex.info.vertices": "Vertikker: {0}", + "worldedit.selection.convex.info.triangles": "Triangler: {0}", + "worldedit.selection.convex.explain.primary": "Startet nytt valg med verteks {0}.", + "worldedit.selection.convex.explain.secondary": "Lagt verteks {0} til utvalget.", + "worldedit.selection.cuboid.info.pos1": "Posisjon 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Posisjon 2: {0}", + "worldedit.selection.cuboid.explain.primary": "FУИrste posisjon satt til {0}.", + "worldedit.selection.cuboid.explain.primary-area": "FУИrste posisjon satt til {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Andre posisjon satt til {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Andre posisjon satt til {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Begynte utvalg pУЅ {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Utvidet utvalg til УЅ omfatte {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Senter: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Senter posisjon satt til {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Senter posisjon satt til {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radius satt til {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius satt til {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid endringer mУЅ vУІre jevn for hver dimensjon.", + "worldedit.selection.cylinder.info.center": "Senter: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Starter et nytt sylindrisk utvalg ved {0}.", + "worldedit.selection.cylinder.explain.secondary": "Radius satt til {0}/{1} blokker. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Du mУЅ velge senterpunktet fУИr du setter radiusen.", + "worldedit.selection.cylinder.error.even-horizontal": "Sylindere endringer mУЅ vУІre jevn for hver horisontale dimensjon.", + "worldedit.selection.polygon2d.info": "# poeng: {0}", + "worldedit.selection.polygon2d.explain.primary": "Starter en ny polygon pУЅ {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Lagt punkt #{0} til pУЅ {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygoner kan bare utvides vertikalt.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygoner kan bare vУІre kontraktes vertikalt.", + "worldedit.selection.sphere.explain.secondary": "Radius satt til {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius satt til {0} ({1}).", + "worldedit.selection.null.error.immutable": "Kan ikke endre NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Kan ikke utvide et regionsskjУІr.", + "worldedit.selection.intersection.error.cannot-contract": "Kan ikke kontrakte et regionsskjУІr.", + "worldedit.selection.transform.error.cannot-expand": "Kan ikke utvide en TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Kan ikke krympe en TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Kan ikke endre en TransformedRegion.", + "worldedit.sideeffect.lighting": "Belysning", + "worldedit.sideeffect.lighting.description": "Oppdateringer blokk belysning", + "worldedit.sideeffect.neighbors": "Naboer", + "worldedit.sideeffect.neighbors.description": "Varsler nУІrliggende blokker av endringer", + "worldedit.sideeffect.validation": "Validering", + "worldedit.sideeffect.validation.description": "Validerer og fikser den ukonsekvente verdenstilstanden, som for eksempel frakoblede blokker", + "worldedit.sideeffect.entity_ai": "Enhet AI", + "worldedit.sideeffect.entity_ai.description": "Oppdater Enhet AI stier for blokkendringer", + "worldedit.sideeffect.events": "Mod/Plugin Hendelser", + "worldedit.sideeffect.events.description": "Forteller andre moder/pluginer om disse endringer nУЅr det er aktuelt", + "worldedit.sideeffect.state.on": "PУЅ", + "worldedit.sideeffect.state.delayed": "Forsinket", + "worldedit.sideeffect.state.off": "Av", + "worldedit.sideeffect.box.current": "NУЅvУІrende", + "worldedit.sideeffect.box.change-to": "Klikk for УЅ sette til {0}", + "worldedit.help.command-not-found": "Kommandoen '{0}' ble ikke funnet.", + "worldedit.help.no-subcommands": "'{0}' har ingen underkommandoer. (Maybe '{1}' er for en parameter?)", + "worldedit.help.subcommand-not-found": "Underkommando '{0}' under '{1}' ble ikke funnet.", + "worldedit.cli.stopping": "Stopper!", + "worldedit.cli.unknown-command": "Ukjent kommando!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/nuk/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/nuk/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/nuk/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/oc/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/oc/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/oc/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/oj/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/oj/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/oj/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/pl/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/pl/strings.json new file mode 100644 index 0000000..6f3296a --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/pl/strings.json @@ -0,0 +1,415 @@ +{ + "worldedit.expand.description.vert": "Pionowo rozszerz wybУГr do granic Х›wiata.", + "worldedit.expand.expanded": "Rozszerzono obszar o bloki (w sumie {0})", + "worldedit.expand.expanded.vert": "Rozszerzono obszar o bloki (w sumie {0} z gУГry na dУГХ‚).", + "worldedit.biomeinfo.lineofsight": "Biomy w zasiФ™gu wzroku: {0}", + "worldedit.biomeinfo.position": "Biom, w ktУГrym jesteХ›: {0}", + "worldedit.biomeinfo.selection": "Biomy w twoim obszarze zaznaczenia: {0}", + "worldedit.brush.radius-too-large": "Maksymalny dozwolony promieХ„ pФ™dzla: {0}", + "worldedit.brush.apply.description": "Zastosuj pФ™dzel, zastosuj funkcjФ™ do kaХМdego bloku", + "worldedit.brush.apply.radius": "Rozmiar pФ™dzla", + "worldedit.brush.apply.shape": "KsztaХ‚t obszaru", + "worldedit.brush.apply.type": "Rodzaj pФ™dzla do uХМycia", + "worldedit.brush.apply.item.warning": "Ten pФ™dzel symuluje uХМycie przedmiotu. Jego efekty mogФ… dziaХ‚aФ‡ nie na wszystkich platformach, mogФ… byФ‡ nieodwracalne i mogФ… powodowaФ‡ dziwne interakcje z innymi modami/wtyczkami. UХМywaj na wХ‚asne ryzyko.", + "worldedit.brush.paint.description": "PФ™dzel malarski, nakХ‚adanie funkcji na powierzchniФ™", + "worldedit.brush.paint.size": "Rozmiar pФ™dzla", + "worldedit.brush.paint.shape": "KsztaХ‚t obszaru", + "worldedit.brush.paint.density": "GФ™stoХ›Ф‡ pФ™dzla", + "worldedit.brush.paint.type": "Rodzaj uХМywanego pФ™dzla", + "worldedit.brush.paint.item.warning": "Ten pФ™dzel symuluje uХМycie przedmiotu. Jego efekty mogФ… dziaХ‚aФ‡ nie na wszystkich platformach, mogФ… byФ‡ nieodwracalne i mogФ… powodowaФ‡ dziwne interakcje z innymi modami/wtyczkami. UХМywaj na wХ‚asne ryzyko.", + "worldedit.brush.sphere.equip": "WyposaХМono w pФ™dzel kulisty ({0}).", + "worldedit.brush.cylinder.equip": "WyposaХМono w pФ™dzel walcowy ({0} na {1}).", + "worldedit.brush.clipboard.equip": "WyposaХМono w pФ™dzel o ksztaХ‚cie ze schowka.", + "worldedit.brush.smooth.equip": "WyposaХМono w pФ™dzel wygХ‚adzajФ…cy ({0} У— {1}У— przy uХМyciu: {2}).", + "worldedit.brush.extinguish.equip": "WyposaХМono w gaХ›nicФ™ ({0}).", + "worldedit.brush.gravity.equip": "WyposaХМono w pФ™dzel grawitacyjny ({0}).", + "worldedit.brush.butcher.equip": "WyposaХМono w pФ™dzel rzeХКniczy ({0}).", + "worldedit.brush.operation.equip": "Wybrano pФ™dzel {0}.", + "worldedit.brush.heightmap.equip": "WyposaХМono w pФ™dzel mapy wysokoХ›ciowej ({0}).", + "worldedit.brush.heightmap.unknown": "Nieznany pФ™dzel mapy wysokoХ›ciowej: {0}.", + "worldedit.brush.none.equip": "UsuniФ™to przypisany pФ™dzel z obecnego przedmiotu.", + "worldedit.setbiome.changed": "Zmieniono biomy dla okoХ‚o tylu blokУГw: {0}.", + "worldedit.setbiome.warning": "W celu zobaczenia zmian, moХМe byФ‡ wymagane ponowne doХ‚Ф…czenie do gry (albo otwarcie Х›wiata).", + "worldedit.drawsel.disabled": "Dezaktywowano CUI serwera.", + "worldedit.drawsel.enabled": "Aktywowano CUI serwera. ObsХ‚uguje tylko obszary prostokФ…tne o maksymalnym rozmiarze {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "CUI serwera juХМ jest zdezaktywowane.", + "worldedit.drawsel.enabled.already": "CUI serwera juХМ jest aktywowane.", + "worldedit.limit.too-high": "TwУГj maksymalny dozwolony limit wynosi {0}.", + "worldedit.limit.set": "Ustawiono limit iloХ›ci zmienianych blokУГw na {0}.", + "worldedit.limit.return-to-default": "(PowrУГФ‡ do wartoХ›ci domyХ›lnej, uХМywajФ…c polecenia //limit)", + "worldedit.timeout.too-high": "TwУГj maksymalny dozwolony limit czasu wynosi {0} ms.", + "worldedit.timeout.set": "Zmieniono limit czasu na {0} ms.", + "worldedit.timeout.return-to-default": " (UХМyj //timeout w celu powrotu do wartoХ›ci domyХ›lnej.)", + "worldedit.fast.disabled": "Tryb szybki wyХ‚Ф…czony.", + "worldedit.fast.enabled": "Tryb szybki wХ‚Ф…czony. OХ›wietlenie w objФ™tych chunkach moХМe byФ‡ niewХ‚aХ›ciwe i/lub moХМe zaistnieФ‡ potrzeba ponownego doХ‚Ф…czenia, w celu ujrzenia zmian.", + "worldedit.fast.disabled.already": "Tryb szybki juХМ jest wyХ‚Ф…czony.", + "worldedit.fast.enabled.already": "Tryb szybki juХМ jest wХ‚Ф…czony.", + "worldedit.perf.sideeffect.set": "Efekt poboczny т€ž{0}т€ zostaХ‚ ustawiony na {1}", + "worldedit.perf.sideeffect.get": "Efekt poboczny т€ž{0}т€ jest ustawiony na {1}", + "worldedit.perf.sideeffect.already-set": "Efekt poboczny т€ž{0}т€ juХМ zostaХ‚ ustawiony na {1}", + "worldedit.perf.sideeffect.set-all": "Wszystkie dziaХ‚ania niepoХМФ…dane ustawione na {0}", + "worldedit.reorder.current": "Tryb zmiany kolejnoХ›ci wynosi {0}", + "worldedit.reorder.set": "Tryb zmiany kolejnoХ›ci teraz wynosi {0}", + "worldedit.gmask.disabled": "Maska globalna wyХ‚Ф…czona.", + "worldedit.gmask.set": "Ustawiono maskФ™ globalnФ….", + "worldedit.toggleplace.pos1": "Umieszczanie w pozycji nr 1.", + "worldedit.toggleplace.player": "Stawianie bloku w miejscu, w ktУГrym stoisz.", + "worldedit.toggleplace.not-locatable": "Nie moХМna przeХ‚Ф…czyФ‡ umieszczania w tym kontekХ›cie.", + "worldedit.searchitem.too-short": "WprowadХК dХ‚uХМszy ciФ…g do wyszukania. (dХ‚. > 2).", + "worldedit.searchitem.either-b-or-i": "Nie moХМesz uХМywaФ‡ flagi \"b\" oraz \"i\" jednoczeХ›nie.", + "worldedit.searchitem.searching": "(ProszФ™ czekaФ‡... wyszukiwanie przedmiotУГw.)", + "worldedit.watchdog.no-hook": "Ta platforma nie ma punktu zaczepienia licznika alarmowego.", + "worldedit.watchdog.active.already": "Punkt zaczepienia licznika alarmowego juХМ jest aktywny.", + "worldedit.watchdog.inactive.already": "Punkt zaczepienia licznika alarmowego juХМ jest nieaktywny.", + "worldedit.watchdog.active": "Punkt zaczepienia licznika alarmowego aktywowany.", + "worldedit.watchdog.inactive": "Punkt zaczepienia licznika alarmowego dezaktywowany.", + "worldedit.world.remove": "UsuniФ™to zastФ…pienie Х›wiata.", + "worldedit.world.set": "Ustawiono zastФ…pienie Х›wiata {0}. (UХМyj //world aby powrУГciФ‡ do domyХ›lnego)", + "worldedit.undo.undone": "CofniФ™to edycje. (dost. {0}).", + "worldedit.undo.none": "Nie ma juХМ nic do cofniФ™cia.", + "worldedit.redo.redone": "Ponowiono dostФ™pne edycje ({0}).", + "worldedit.redo.none": "Nie ma juХМ nic do ponowienia.", + "worldedit.clearhistory.cleared": "Wyczyszczono historiФ™.", + "worldedit.raytrace.noblock": "Brak bloku w zasiФ™gu!", + "worldedit.restore.not-configured": "PrzywrУГcenie kopii zapasowej/migawki nie jest skonfigurowane.", + "worldedit.restore.not-available": "Ta migawka nie istnieje lub jest niedostФ™pna.", + "worldedit.restore.failed": "BХ‚Ф…d Х‚adowania migawki: {0}", + "worldedit.restore.loaded": "ZaХ‚adowano migawkФ™ \"{0}\"; trwa przywracanie...", + "worldedit.restore.restored": "PrzywrУГcono; brakujФ…ce chunki: {0}, inne bХ‚Ф™dy: {1}.", + "worldedit.restore.none-for-specific-world": "Nie znaleziono migawek Х›wiata \"{0}\".", + "worldedit.restore.none-for-world": "Nie znaleziono migawek dla tego Х›wiata.", + "worldedit.restore.none-found": "Nie znaleziono migawek.", + "worldedit.restore.none-found-console": "Nie znaleziono migawek. Zobacz konsolФ™ dla szczegУГХ‚УГw.", + "worldedit.restore.chunk-not-present": "Brak obecnych chunkУГw w migawce.", + "worldedit.restore.chunk-load-failed": "Nie moХМna zaХ‚adowaФ‡ ХМadnych chunkУГw. (niewХ‚aХ›ciwe archiwum?)", + "worldedit.restore.block-place-failed": "BХ‚Ф™dy uniemoХМliwiХ‚y przywrУГcenie jakichkolwiek blokУГw.", + "worldedit.restore.block-place-error": "Ostatni bХ‚Ф…d: {0}", + "worldedit.snapshot.use.newest": "UХМywasz najnowszej migawki.", + "worldedit.snapshot.use": "Ustawiono migawkФ™ na: {0}", + "worldedit.snapshot.none-before": "Nie moХМna znaleХКФ‡ migawki przed {0}.", + "worldedit.snapshot.none-after": "Nie moХМna znaleХКФ‡ migawki po {0}.", + "worldedit.snapshot.index-above-0": "NieprawidХ‚owy indeks, musi byФ‡ on wiФ™kszy lub rУГwny 1.", + "worldedit.snapshot.index-oob": "NieprawidХ‚owy indeks, musi byФ‡ on pomiФ™dzy 1 a {0}.", + "worldedit.schematic.unknown-format": "Nieznany format schematu: {0}.", + "worldedit.schematic.load.does-not-exist": "Schemat {0} nie istnieje!", + "worldedit.schematic.load.loading": "(ProszФ™ czekaФ‡... wczytywanie schematu.)", + "worldedit.schematic.load.still-loading": "(ProszФ™ czekaФ‡... wczytywanie schematu nadal trwa).", + "worldedit.schematic.save.already-exists": "Ten schemat juХМ istnieje. UХМyj flagi -f aby go nadpisaФ‡.", + "worldedit.schematic.save.failed-directory": "Nie udaХ‚o siФ™ stworzyФ‡ folderu dla schematУГw!", + "worldedit.schematic.save.saving": "(ProszФ™ czekaФ‡... zapisywanie schematu.)", + "worldedit.schematic.save.still-saving": "(ProszФ™ czekaФ‡... zapisywanie schematu nadal trwa).", + "worldedit.schematic.delete.does-not-exist": "Schemat {0} nie istnieje!", + "worldedit.schematic.delete.failed": "Nie udaХ‚o siФ™ usunФ…Ф‡: {0}! Czy jest tylko do odczytu?", + "worldedit.schematic.delete.deleted": "UsuniФ™to: {0}.", + "worldedit.schematic.formats.title": "DostФ™pne formaty schowka (nazwa: krУГtka)", + "worldedit.schematic.unsupported-minecraft-version": "Ta wersja WorldEdit nie obsХ‚uguje tej wersji Minecrafta. Schematy nie bФ™dФ… dziaХ‚aФ‡, pУГki ten problem nie zostanie rozwiФ…zany.", + "worldedit.pos.already-set": "Pozycja juХМ ustawiona.", + "worldedit.pos.console-require-coords": "WspУГХ‚rzФ™dne muszФ… byФ‡ okreХ›lone jako konsola.", + "worldedit.hpos.no-block": "Brak bloku w zasiФ™gu!", + "worldedit.hpos.already-set": "Pozycja juХМ ustawiona.", + "worldedit.chunk.selected-multiple": "Zaznaczono chunki: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Wybrano chunk: {0}, {1}, {2}", + "worldedit.wand.invalid": "Przedmiot rУГХМdХМki jest nieprawidХ‚owo skonfigurowany lub wyХ‚Ф…czony.", + "worldedit.wand.selwand.info": "Lewy klik: zaznacz pozycjФ™ 1.; Prawy klik: zaznacz pozycjФ™ 2.", + "worldedit.wand.navwand.info": "Lewy klik: skocz do miejsca; Prawy klik: przejdХК przez Х›cianФ™", + "worldedit.wand.selwand.now.tool": "RУГХМdХМka wyboru jest teraz normalnym narzФ™dziem. MoХМesz jФ… wyХ‚Ф…czyФ‡ uХМywajФ…c {0} i powiФ…zaФ‡ z dowolnФ… rzeczФ… uХМywajФ…c {1}, oraz zdobyФ‡ nowФ… rУГХМdХМkФ™ uХМywajФ…c {2}.", + "worldedit.contract.contracted": "Obszar zwФ™ХМony o {0} bl.", + "worldedit.shift.shifted": "Obszar przesuniФ™ty.", + "worldedit.outset.outset": "Obszar poszerzony.", + "worldedit.inset.inset": "Obszar zwФ™ХМony.", + "worldedit.size.offset": "PrzesuniФ™cie: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "Rozmiar: {0}", + "worldedit.size.distance": "OdlegХ‚oХ›Ф‡ prostopadХ‚oХ›cianu: {0}", + "worldedit.size.blocks": "Nr blokУГw: {0}", + "worldedit.count.counted": "Policzono: {0}", + "worldedit.distr.no-blocks": "Nie policzono blokУГw.", + "worldedit.distr.no-previous": "Brak poprzednich dystrybucji.", + "worldedit.distr.total": "CaХ‚kowita Liczba BlokУГw: {0}", + "worldedit.select.cleared": "Wyczyszczono zaznaczenie.", + "worldedit.select.cuboid.message": "Kuboid: kliknij lewym, aby zaznaczyФ‡ pierwszy punkt, kliknij prawym, aby zaznaczyФ‡ drugi punkt", + "worldedit.select.cuboid.description": "Wybierz dwa naroХМniki kuboidu", + "worldedit.select.extend.message": "Kuboid: kliknij lewym, aby wybraФ‡ punkt startowy, kliknij prawym, aby rozszerzyФ‡", + "worldedit.select.extend.description": "Tryb szybkiego wyboru kuboidu", + "worldedit.select.poly.message": "WybУГr wielokФ…ta 2D: Lewy/prawy klik т€” dodawanie punktu.", + "worldedit.select.poly.limit-message": "Maksimum {0} pkt.", + "worldedit.select.poly.description": "WybУГr wielokФ…ta dwuwymiarowego o dowolnej wysokoХ›ci", + "worldedit.select.ellipsoid.message": "WybУГr elipsoidalny: Lewy klik = Х›rodek; prawy klik т€” rozszerzanie", + "worldedit.select.ellipsoid.description": "WybУГr elipsoidy", + "worldedit.select.sphere.message": "WybУГr sferyczny: Lewy klik = Х›rodek, prawy klik т€” ustawianie promienia", + "worldedit.select.sphere.description": "WybУГr sfery", + "worldedit.select.cyl.message": "WybУГr walcowy: Lewy klik = Х›rodek; prawy klik т€” rozszerzanie", + "worldedit.select.cyl.description": "WybУГr walca", + "worldedit.select.convex.message": "WybУГr wypukХ‚y wieloboczny: Lewy klik = Pierwszy wierzchoХ‚ek; prawy klik т€” wiФ™cej.", + "worldedit.select.convex.limit-message": "Maksimum {0} pkt.", + "worldedit.select.convex.description": "Zaznacz figurФ™ wypukХ‚Ф… wielobocznФ…", + "worldedit.select.default-set": "TwУГj domyХ›lny selektor obszaru to teraz {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Stary format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Lista chunkУГw dla: {0}", + "worldedit.drain.drained": "Osuszono bloki (w sumie {0}).", + "worldedit.fill.created": "WypeХ‚niono blokami (w sumie {0}).", + "worldedit.fillr.created": "WypeХ‚niono blokami (w sumie {0}).", + "worldedit.fixlava.fixed": "Naprawiono bloki (w sumie {0}).", + "worldedit.fixwater.fixed": "Naprawiono bloki (w sumie {0}).", + "worldedit.removeabove.removed": "UsuniФ™to bloki (w sumie {0}).", + "worldedit.removebelow.removed": "UsuniФ™to bloki (w sumie {0}).", + "worldedit.removenear.removed": "UsuniФ™to bloki (w sumie {0}).", + "worldedit.replacenear.replaced": "ZastФ…piono bloki (w sumie {0}).", + "worldedit.snow.created": "Pokryto powierzchnie (w sumie {0}).", + "worldedit.thaw.removed": "Stopiono bloki (w sumie {0}).", + "worldedit.green.changed": "Pokryto zieleniФ… bloki (w sumie {0}).", + "worldedit.extinguish.removed": "Ugaszono bloki ognia (w sumie {0}).", + "worldedit.butcher.killed": "Zabito moby (w sumie {0}) w promieniu {1} bl.", + "worldedit.butcher.explain-all": "UХМyj -1, aby usunФ…Ф‡ wszystkie moby z zaХ‚adowanych chunkУГw", + "worldedit.remove.removed": "Wyznaczono byty do usuniФ™cia (w sumie {0}).", + "worldedit.remove.explain-all": "UХМyj -1, aby usunФ…Ф‡ wszystkie byty z zaХ‚adowanych chunkУГw", + "worldedit.calc.invalid": "BХ‚Ф…d analizy wartoХ›ci \"{0}\" jako wХ‚aХ›ciwego wyraХМenia", + "worldedit.calc.invalid.with-error": "BХ‚Ф…d analizy wartoХ›ci \"{0}\" jako wХ‚aХ›ciwego wyraХМenia: \"{1}\"", + "worldedit.paste.pasted": "Wklejono schowek do: {0}", + "worldedit.paste.selected": "Zaznaczono obszar wklejania ze schowka.", + "worldedit.rotate.no-interpolation": "Informacja: Interpolacja nie jest jeszcze wspierana, wiФ™c zalecane sФ… kФ…ty o wielokrotnoХ›ci liczby 90.", + "worldedit.rotate.rotated": "ZawartoХ›Ф‡ schowka zostaХ‚a obrУГcona.", + "worldedit.flip.flipped": "ZawartoХ›Ф‡ schowka zostaХ‚a odbita.", + "worldedit.clearclipboard.cleared": "Schowek wyczyszczony.", + "worldedit.set.done": "Operacja zakoХ„czona.", + "worldedit.set.done.verbose": "Operacja zakoХ„czona ({0}).", + "worldedit.line.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.line.invalid-type": "Polecenie //line dziaХ‚a tylko w przypadku zaznaczeХ„ prostopadХ‚oХ›ciennych lub wypukХ‚ych wieloХ›ciennych", + "worldedit.curve.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.curve.invalid-type": "Polecenie //curve dziaХ‚a tylko w przypadku zaznaczeХ„ wypukХ‚ych wieloХ›ciennych", + "worldedit.replace.replaced": "ZastФ…piono bloki (w sumie {0}).", + "worldedit.stack.changed": "Zmieniono bloki (w sumie {0}). UХМyj //undo w celu cofniФ™cia.", + "worldedit.stack.intersecting-region": "PrzesuniФ™cie stosu nie moХМe kolidowaФ‡ z obszarem, podczas uХМywania jednostek blokowych", + "worldedit.regen.regenerated": "Zregenerowano obszar.", + "worldedit.regen.failed": "Nie udaХ‚o siФ™ zregenerowaФ‡ chunkУГw. Po wiФ™cej informacji, zajrzyj do konsoli.", + "worldedit.walls.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.faces.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.overlay.overlaid": "NaХ‚oХМono bloki (w sumie {0}).", + "worldedit.naturalize.naturalized": "Nadano naturalnego wyglФ…du blokom (zmodyfikowane bloki: {0}).", + "worldedit.center.changed": "Ustawiono Х›rodek. (zmodyfikowane bloki: {0})", + "worldedit.smooth.changed": "WygХ‚adzono wysokoХ›Ф‡ terenu. Zmodyfikowane bloki: {0}.", + "worldedit.move.moved": "PrzesuniФ™to bloki (w sumie {0}).", + "worldedit.deform.deformed": "Zdeformowano bloki (w sumie {0}).", + "worldedit.hollow.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.forest.created": "Stworzono {0} drzew.", + "worldedit.flora.created": "Stworzono roХ›linnoХ›Ф‡ (w sumie {0}).", + "worldedit.unstuck.moved": "ProszФ™ bardzo!", + "worldedit.ascend.obstructed": "Nie znaleziono nad tobФ… wolnej przestrzeni.", + "worldedit.ascend.moved": "Przeniesiono ciФ™ {0} poz. wyХМej.", + "worldedit.descend.obstructed": "Nie znaleziono pod tobФ… wolnej przestrzeni.", + "worldedit.descend.moved": "Przeniesiono ciФ™ {0} poz. niХМej.", + "worldedit.ceil.obstructed": "Nie znaleziono nad tobФ… wolnej przestrzeni.", + "worldedit.ceil.moved": "Ziuuu!", + "worldedit.thru.obstructed": "Nie znaleziono przed tobФ… wolnej przestrzeni.", + "worldedit.thru.moved": "Ziuuu!", + "worldedit.jumpto.moved": "Puf!", + "worldedit.jumpto.none": "Brak bloku w zasiФ™gu (lub jest za daleko)!", + "worldedit.up.obstructed": "Uderzysz w coХ› nad sobФ….", + "worldedit.up.moved": "Ziuuu!", + "worldedit.cyl.invalid-radius": "Musisz podaФ‡ 1 lub 2 wartoХ›ci promienia.", + "worldedit.cyl.created": "Stworzono bloki (w sumie {0}).", + "worldedit.sphere.invalid-radius": "Musisz podaФ‡ 1 lub 3 wartoХ›ci promienia.", + "worldedit.sphere.created": "Stworzono bloki (w sumie {0}).", + "worldedit.forestgen.created": "Stworzono drzewa (w sumie {0}).", + "worldedit.pumpkins.created": "Stworzono grupki dyХ„ (w sumie {0}).", + "worldedit.pyramid.created": "Stworzono bloki (w sumie {0}).", + "worldedit.generate.created": "Stworzono bloki (w sumie {0}).", + "worldedit.generatebiome.changed": "{0} biomУГw ulegХ‚o zmianie.", + "worldedit.reload.config": "PrzeХ‚adowano konfiguracjФ™!", + "worldedit.report.written": "Raport WorldEdit zostaХ‚ zapisany do: {0}", + "worldedit.report.error": "BХ‚Ф…d zapisywania raportu: {0}", + "worldedit.report.callback": "Raport WorldEdit: {0}.report", + "worldedit.timezone.invalid": "NiewХ‚aХ›ciwa strefa czasowa", + "worldedit.timezone.set": "Ustawiono strefФ™ czasowФ… na tФ™ sesjФ™: {0}", + "worldedit.timezone.current": "Obecny czas w tej strefie czasowej: {0}", + "worldedit.version.version": "WorldEdit т€” wersja: {0}", + "worldedit.version.bukkit.unsupported-adapter": "Ta wersja WorldEdit nie obsХ‚uguje w peХ‚ni twojej wersji pluginu Bukkit. Byty blokУГw (np. skrzynie) bФ™dФ… puste, wХ‚aХ›ciwoХ›ci blokУГw (np. obrУГt) zostanФ… pominiФ™te, a nie dziaХ‚aФ‡ mogФ… teХМ inne rzeczy. Zaktualizuj WorldEdit, aby przywrУГciФ‡ tФ™ funkcjonalnoХ›Ф‡:\n{0}", + "worldedit.trace.no-tracing-extents": "Trasowanie: Nie uХМyto ХМadnych rozszerzeХ„", + "worldedit.trace.action-failed": "Trasowanie: Odrzucono czynnoХ›Ф‡/-ci {0} w pozycji {1} rozszerzeniem {2}", + "worldedit.trace.active.already": "Tryb trasowania juХМ jest wХ‚Ф…czony.", + "worldedit.trace.inactive.already": "Tryb trasowania juХМ jest wyХ‚Ф…czony.", + "worldedit.trace.active": "WХ‚Ф…czono tryb trasowania.", + "worldedit.trace.inactive": "WyХ‚Ф…czono tryb trasowania.", + "worldedit.command.time-elapsed": "MinФ™Х‚o {0} sek. (historia: {1} zmienionych; {2} blokУГw/sek.)", + "worldedit.command.permissions": "Nie masz do tego uprawnieХ„. Na pewno jesteХ› w dobrym trybie?", + "worldedit.command.player-only": "To polecenie musi zostaФ‡ uХМyte na graczu.", + "worldedit.command.error.report": "ZgХ‚oХ› ten bХ‚Ф…d: [Zobacz konsolФ™]", + "worldedit.pastebin.uploading": "(ProszФ™ czekaФ‡... wysyХ‚anie danych wyjХ›ciowych na pastebin...)", + "worldedit.session.cant-find-session": "Nie moХМna odnaleХКФ‡ sesji dla {0}", + "worldedit.platform.no-file-dialog": "Okna dialogowe plikУГw nie sФ… wspierane w twoim Х›rodowisku.", + "worldedit.asset.load.loading": "(ProszФ™ czekaФ‡... Х‚adowanie zasobu).", + "worldedit.asset.load.still-loading": "(ProszФ™ czekaФ‡... Х‚adowanie zasobu nadal trwa).", + "worldedit.asset.load.failed": "BХ‚Ф…d Х‚adowania zasobu", + "worldedit.tool.max-block-changes": "OsiФ…gniФ™to limit iloХ›ci zmienianych blokУГw.", + "worldedit.tool.no-block": "Brak bloku w zasiФ™gu!", + "worldedit.tool.repl.equip": "NarzФ™dzie zamiany blokУГw przypisano do: {0}.", + "worldedit.tool.repl.switched": "NarzФ™dzie zamiany przeХ‚Ф…czono do: {0}", + "worldedit.tool.data-cycler.equip": "NarzФ™dzie przeХ‚Ф…czajФ…ce dane blokУГw przypisano do: {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Nie masz uprawnieХ„ do przeХ‚Ф…czania wartoХ›ci danych tego bloku.", + "worldedit.tool.data-cycler.cant-cycle": "Dane tego bloku nie mogФ… byФ‡ przeХ‚Ф…czone!", + "worldedit.tool.data-cycler.new-value": "WartoХ›Ф‡ {0} wynosi teraz {1}.", + "worldedit.tool.data-cycler.cycling": "Cykliczne przeХ‚Ф…czanie: {0}.", + "worldedit.tool.deltree.equip": "NarzФ™dzie usuwania unoszФ…cych siФ™ drzew przypisano do: {0}.", + "worldedit.tool.deltree.not-tree": "To nie jest drzewo.", + "worldedit.tool.deltree.not-floating": "To nie jest unoszФ…ce siФ™ drzewo.", + "worldedit.tool.tree.equip": "Malarz drzew przypisano do: {0}.", + "worldedit.tool.tree.obstructed": "Nie moХМna umieХ›ciФ‡ tam drzewa.", + "worldedit.tool.info.equip": "NarzФ™dzie informacyjne przypisano do: {0}.", + "worldedit.tool.info.blockstate.hover": "Stan bloku", + "worldedit.tool.info.internalid.hover": "WewnФ™trzne ID", + "worldedit.tool.info.legacy.hover": "PrzestarzaХ‚y tag id:data", + "worldedit.tool.info.light.hover": "ХšwiatХ‚o bloku/ХšwiatХ‚o powyХМej", + "worldedit.tool.none.equip": "UsuniФ™to przypisane narzФ™dzie z obecnego przedmiotu.", + "worldedit.tool.none.to.unequip": "Nie przypisano obecnego przedmiotu.", + "worldedit.tool.selwand.equip": "RУГХМdХМkФ™ zaznaczajФ…cФ… przypisano do: {0}.", + "worldedit.tool.navwand.equip": "RУГХМdХМkФ™ nawigacyjnФ… przypisano do: {0}.", + "worldedit.tool.floodfill.equip": "NarzФ™dzie wypeХ‚niajФ…ce blokami przypisano do: {0}.", + "worldedit.tool.farwand.equip": "RУГХМdХМka dalekosiФ™ХМna przypisana do {0}.", + "worldedit.tool.lrbuild.equip": "DalekosiФ™ХМne narzФ™dzie budowlane przypisano do: {0}.", + "worldedit.tool.lrbuild.set": "Lewy przycisk ustawiono na {0}; prawy przycisk ustawiono na {1}.", + "worldedit.tool.stack.equip": "NarzФ™dzie stosu przypisano do: {0}.", + "worldedit.tool.unbind-instruction": "Uruchom {0} trzymajФ…c przedmiot aby usunФ…Ф‡ przypisanie.", + "worldedit.tool.superpickaxe.mode.single": "Ustawiono tryb pojedynczy. Kliknij lewym, trzymajФ…c kilof. WyХ‚Ф…cz poleceniem //", + "worldedit.tool.superpickaxe.mode.area": "Ustawiono tryb obszarowy. Kliknij lewym, trzymajФ…c kilof. WyХ‚Ф…cz poleceniem //", + "worldedit.tool.superpickaxe.mode.recursive": "Ustawiono tryb rekursywny. Kliknij lewym, trzymajФ…c kilof. WyХ‚Ф…cz poleceniem //", + "worldedit.tool.superpickaxe.max-range": "Maksymalny zakres to {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superkilof jest juХМ wХ‚Ф…czony.", + "worldedit.tool.superpickaxe.disabled.already": "Superkilof jest juХМ wyХ‚Ф…czony.", + "worldedit.tool.superpickaxe.enabled": "Superkilof wХ‚Ф…czony.", + "worldedit.tool.superpickaxe.disabled": "Superkilof wyХ‚Ф…czony.", + "worldedit.tool.mask.set": "Ustawiono maskФ™ pФ™dzla.", + "worldedit.tool.mask.disabled": "WyХ‚Ф…czono maskФ™ pФ™dzla.", + "worldedit.tool.material.set": "Ustawiono materiaХ‚ pФ™dzla.", + "worldedit.tool.range.set": "Ustawiono zakres pФ™dzla.", + "worldedit.tool.size.set": "Ustawiono rozmiar pФ™dzla.", + "worldedit.tool.tracemask.set": "Ustawiono maskФ™ trasujФ…cФ….", + "worldedit.tool.tracemask.disabled": "Maska trasujФ…ca wyХ‚Ф…czona.", + "worldedit.tool.error.cannot-bind": "Nie moХМna przypisaФ‡ narzФ™dzia do {0}: {1}", + "worldedit.tool.error.item-only": "Nie moХМna uХМywaФ‡ blokУГw.", + "worldedit.execute.script-permissions": "Nie masz uprawnieХ„ do korzystania z tego skryptu.", + "worldedit.executelast.no-script": "Najpierw uХМyj /cs z nazwФ… skryptu.", + "worldedit.script.read-error": "BХ‚Ф…d odczytu skryptu: {0}", + "worldedit.script.unsupported": "Obecnie sФ… wspierane tylko skrypty .js", + "worldedit.script.file-not-found": "Skrypt nie istnieje: {0}", + "worldedit.script.no-script-engine": "Nie udaХ‚o siФ™ znaleХКФ‡ zainstalowanego silnika skryptu.\nPrzejdХК do: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Nie udaХ‚o siФ™ wykonaФ‡: {0}", + "worldedit.script.failed-console": "Nie udaХ‚o siФ™ wykonaФ‡ (zobacz konsolФ™): {0}", + "worldedit.operation.affected.biome": "ObjФ™to biomy (w sumie {0})", + "worldedit.operation.affected.block": "ObjФ™to bloki (w sumie {0})", + "worldedit.operation.affected.column": "ObjФ™to kolumny (w sumie {0})", + "worldedit.operation.affected.entity": "ObjФ™to byty (w sumie {0})", + "worldedit.operation.deform.expression": "zdeformowano przy uХМyciu: {0}", + "worldedit.error.invalid-number": "Oczekiwano liczbФ™; otrzymano ciФ…g znakУГw.", + "worldedit.error.invalid-number.matches": "Oczekiwano liczbФ™; otrzymano ciФ…g т€ž{0}т€.", + "worldedit.error.incomplete-region": "Najpierw zaznacz obszar.", + "worldedit.error.unknown-block": "Nazwa bloku '{0}' nie zostaХ‚a rozpoznana.", + "worldedit.error.unknown-entity": "Nazwa obiektu '{0}' nie zostaХ‚a rozpoznana.", + "worldedit.error.unknown-mob": "Nazwa moba '{0}' nie zostaХ‚a rozpoznana.", + "worldedit.error.unknown-biome": "Nazwa biomu '{0}' nie zostaХ‚a rozpoznana.", + "worldedit.error.unknown-tag": "Nazwa tagu '{0}' nie zostaХ‚a rozpoznana.", + "worldedit.error.empty-tag": "Nazwa tagu '{0}' nie ma zawartoХ›ci.", + "worldedit.error.no-match": "Brak dopasowania dla '{0}'.", + "worldedit.error.disallowed-block": "Blok '{0}' jest niedozwolony (zobacz konfiguracjФ™ WorldEdit).", + "worldedit.error.max-changes": "OsiФ…gniФ™to maksymalnФ… liczbФ™ blokУГw zmienionych w operacji ({0}).", + "worldedit.error.max-brush-radius": "Maksymalny promieХ„ pФ™dzla (w konfiguracji): {0}", + "worldedit.error.max-radius": "Maksymalny promieХ„ (w konfiguracji): {0}", + "worldedit.error.unknown-direction": "Nieznany kierunek: {0}", + "worldedit.error.empty-clipboard": "TwУГj schowek jest pusty. Najpierw uХМyj polecenia //copy.", + "worldedit.error.invalid-filename": "Niepoprawna nazwa pliku т€ž{0}\": {1}", + "worldedit.error.invalid-filename.invalid-characters": "Niedozwolone znaki lub brakujФ…ce rozszerzenie", + "worldedit.error.file-resolution": "BХ‚Ф…d rozpoznania pliku т€ž{0}т€: {1}", + "worldedit.error.file-resolution.outside-root": "ХšcieХМka znajduje siФ™ poza dozwolonym katalogiem", + "worldedit.error.file-resolution.resolve-failed": "Nie udaХ‚o siФ™ rozwiФ…zaФ‡ Х›cieХМki", + "worldedit.error.file-aborted": "Wybieranie pliku przerwane.", + "worldedit.error.no-file-selected": "Nie wybrano pliku.", + "worldedit.error.world-unloaded": "Хšwiat juХМ zostaХ‚ zwolniony.", + "worldedit.error.not-a-block": "Ten przedmiot nie jest blokiem.", + "worldedit.error.not-a-block.item": "Przedmiot т€ž{0}т€ nie jest blokiem.", + "worldedit.error.incorrect-usage": "SkХ‚adnia: {0}", + "worldedit.error.invalid-page": "NieprawidХ‚owy numer strony", + "worldedit.error.parser.bad-state-format": "BХ‚Ф™dny format stanu w {0}", + "worldedit.error.parser.duplicate-property": "Zduplikowana wХ‚aХ›ciwoХ›Ф‡: {0}", + "worldedit.error.parser.empty-state": "Pusta czФ™Х›Ф‡ w stanie", + "worldedit.error.parser.missing-equals-separator": "BrakujФ…cy separator (=)", + "worldedit.error.parser.clipboard.missing-offset": "OkreХ›lono przesuniФ™cie za pomocФ… znaku @, ale nie zostaХ‚o ono podane. UХМyj т€ž#copy@[x,y,z]т€.", + "worldedit.error.parser.unknown-property": "Nieznana wХ‚aХ›ciwoХ›Ф‡ т€ž{0}т€ bloku т€ž{1}т€", + "worldedit.error.parser.unknown-value": "Nieznana wartoХ›Ф‡ т€ž{0}т€ wХ‚aХ›ciwoХ›ci т€ž{1}т€", + "worldedit.error.parser.empty-property": "Pusta wХ‚aХ›ciwoХ›Ф‡ w stanie", + "worldedit.error.parser.empty-value": "Pusta wartoХ›Ф‡ w stanie", + "worldedit.error.parser.invalid-colon": "NieprawidХ‚owe uХМycie dwukropka.", + "worldedit.error.parser.invalid-expression": "NieprawidХ‚owe wyraХМenie: {0}", + "worldedit.error.parser.negate-nothing": "Nie moХМna zmieniФ‡ znaku przy niczym!", + "worldedit.error.parser.hanging-lbracket": "NieprawidХ‚owy format. NiedomkniФ™ty nawias przy т€ž{0}т€.", + "worldedit.error.parser.missing-rbracket": "W stanie brakuje koХ„czФ…cego nawiasu ( ] )", + "worldedit.error.parser.missing-random-type": "Brak okreХ›lonego typu po symbolu % т€ž{0}т€", + "worldedit.error.parser.clipboard.missing-coordinates": "PrzesuniФ™cie schowka wymaga wspУГХ‚rzФ™dnych x, y, z.", + "worldedit.error.parser.player-only": "Dane т€ž{0}т€ wymagajФ… gracza!", + "worldedit.error.disabled": "Ta funkcja jest wyХ‚Ф…czona (skonsultuj konfiguracjФ™ WorldEdit).", + "worldedit.error.unknown": "WystФ…piХ‚ nieznany bХ‚Ф…d: {0}", + "worldedit.error.missing-extent": "Nie jest znany ХМaden zakres", + "worldedit.error.missing-session": "Nie jest znana ХМadna sesja lokalna", + "worldedit.error.missing-world": "NaleХМy okreХ›liФ‡ Х›wiat (SprУГbuj poleceniem //world)", + "worldedit.error.missing-actor": "Nie jest znany ХМaden aktor", + "worldedit.selection.convex.info.vertices": "WierzchoХ‚ki: {0}", + "worldedit.selection.convex.info.triangles": "TrУГjkФ…ty: {0}", + "worldedit.selection.convex.explain.primary": "Zaznaczenie rozpoczФ™te wierzchoХ‚kiem {0}.", + "worldedit.selection.convex.explain.secondary": "Dodano wierzchoХ‚ek ({0}) do zaznaczenia.", + "worldedit.selection.cuboid.info.pos1": "Pozycja 1.: {0}", + "worldedit.selection.cuboid.info.pos2": "Pozycja 2.: {0}", + "worldedit.selection.cuboid.explain.primary": "Ustawiono pozycjФ™ pierwszФ…: {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Ustawiono pozycjФ™ pierwszФ…: {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Ustawiono pozycjФ™ drugФ…: {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Ustawiono pozycjФ™ drugФ…: {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Zaznaczenie rozpoczФ™te przy {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Rozszerzono zaznaczenie w celu objФ™cia: {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Хšrodek: {0}", + "worldedit.selection.ellipsoid.info.radius": "PromieХ„ jako X/Y/Z: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Ustawiono pozycjФ™ Х›rodka: {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Ustawiono pozycjФ™ Х›rodka: {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Ustawiono promieХ„: {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Ustawiono promieХ„: {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Zmiany elipsoidalne muszФ… byФ‡ rУГwne dla kaХМdego wymiaru.", + "worldedit.selection.cylinder.info.center": "Хšrodek: {0}", + "worldedit.selection.cylinder.info.radius": "PromieХ„: {0}", + "worldedit.selection.cylinder.explain.primary": "Rozpoczynasz zaznaczenie walcowe przy {0}.", + "worldedit.selection.cylinder.explain.secondary": "Ustawiono promieХ„: {0}/{1} bl. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Najpierw wybierz punkt Х›rodkowy, zanim ustalisz promieХ„.", + "worldedit.selection.cylinder.error.even-horizontal": "Zmiany stoХМkowe muszФ… byФ‡ rУГwne dla kaХМdego wymiaru poziomego.", + "worldedit.selection.polygon2d.info": "Nr punktУГw: {0}", + "worldedit.selection.polygon2d.explain.primary": "Rozpoczynasz nowy wielokФ…t przy {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Dodano punkt #{0} przy {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "WielokФ…ty moХМna rozszerzyФ‡ tylko pionowo.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "WielokФ…ty moХМna zwФ™ХМyФ‡ tylko pionowo.", + "worldedit.selection.sphere.explain.secondary": "Ustawiono promieХ„: {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Ustawiono promieХ„: {0} ({1}).", + "worldedit.selection.null.error.immutable": "Nie moХМna zmieniФ‡ regionu o zerowej wartoХ›ci.", + "worldedit.selection.intersection.error.cannot-expand": "Nie moХМna rozszerzyФ‡ przeciФ™cia obszarУГw.", + "worldedit.selection.intersection.error.cannot-contract": "Nie moХМna skrУГciФ‡ przeciФ™cia obszarУГw.", + "worldedit.selection.transform.error.cannot-expand": "Nie moХМna rozszerzyФ‡ TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Nie moХМna skrУГciФ‡ TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Nie moХМna zmieniФ‡ TransformedRegion.", + "worldedit.sideeffect.lighting": "Piorun", + "worldedit.sideeffect.lighting.description": "Aktualizuje bloki oХ›wietleniowe", + "worldedit.sideeffect.neighbors": "SФ…siedzi", + "worldedit.sideeffect.neighbors.description": "Powiadamia o zmianach pobliskich blokУГw", + "worldedit.sideeffect.update": "Aktualizuj", + "worldedit.sideeffect.update.description": "Powiadamia zmieniony blok", + "worldedit.sideeffect.validation": "Sprawdzanie poprawnoХ›ci", + "worldedit.sideeffect.validation.description": "Sprawdza poprawnoХ›Ф‡ i naprawia niespУГjnoХ›ci stanu Х›wiata, takie jak rozХ‚Ф…czone bloki", + "worldedit.sideeffect.entity_ai": "AI bytУГw", + "worldedit.sideeffect.entity_ai.description": "Aktualizuje Х›cieХМki dla SI bytУГw, aby te odzwierciedlaХ‚y zmiany blokУГw", + "worldedit.sideeffect.events": "Wydarzenia moda/pluginu", + "worldedit.sideeffect.events.description": "W stosownych przypadkach informuje inne mody/pluginy o tych zmianach", + "worldedit.sideeffect.state.on": "WХ‚.", + "worldedit.sideeffect.state.delayed": "OpУГХК.", + "worldedit.sideeffect.state.off": "WyХ‚.", + "worldedit.sideeffect.box.current": "BieХМФ…cy", + "worldedit.sideeffect.box.change-to": "Kliknij, aby ustawiФ‡ {0}", + "worldedit.help.command-not-found": "Polecenie \"{0}\" nie zostaХ‚o znalezione.", + "worldedit.help.no-subcommands": "\"{0}\" nie ma podpoleceХ„. (MoХМe \"{1}\" oznacza parametr?)", + "worldedit.help.subcommand-not-found": "Nie znaleziono podpolecenia \"{0}\" dla \"{1}\".", + "worldedit.cli.stopping": "Zatrzymywanie!", + "worldedit.cli.unknown-command": "Nieznane polecenie!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/pt-BR/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/pt-BR/strings.json new file mode 100644 index 0000000..f848996 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/pt-BR/strings.json @@ -0,0 +1,319 @@ +{ + "worldedit.expand.description.vert": "Expande verticalmente a selecУЇУЃo atУЉ aos limites do mundo.", + "worldedit.expand.expanded": "RegiУЃo expandida em {0} blocos", + "worldedit.expand.expanded.vert": "RegiУЃo expandida em {0} blocos (de cima para baixo).", + "worldedit.biomeinfo.lineofsight": "Biomas na linha de visУЃo: {0}", + "worldedit.biomeinfo.position": "Biomas na sua posiУЇУЃo: {0}", + "worldedit.biomeinfo.selection": "Biomas na sua seleУЇУЃo: {0}", + "worldedit.brush.radius-too-large": "Raio mУЁximo permitido do pincel: {0}", + "worldedit.brush.apply.description": "Aplicar pincel, aplicar uma funУЇУЃo a cada bloco", + "worldedit.brush.apply.radius": "O tamanho do pincel", + "worldedit.brush.apply.shape": "O formato da regiУЃo", + "worldedit.brush.apply.type": "Tipo de pincel para usar", + "worldedit.brush.apply.item.warning": "Este pincel simula o uso de itens. Seus efeitos podem nУЃo funcionar em todas as plataformas, podem nУЃo ser desfeitas e podem causar estranhas interaУЇУЕes com outros mods/plugins. Use por sua prУГpria conta e risco.", + "worldedit.brush.paint.description": "Pincel para pintar, aplicar uma funУЇУЃo a uma superfУ­cie", + "worldedit.brush.paint.size": "O tamanho do pincel", + "worldedit.brush.paint.shape": "O formato da regiУЃo", + "worldedit.brush.paint.density": "A densidade do pincel", + "worldedit.brush.paint.type": "Tipo de pincel para usar", + "worldedit.brush.paint.item.warning": "Este pincel simula o uso de itens. Seus efeitos podem nУЃo funcionar em todas as plataformas, podem nУЃo ser reversУ­veis e podem causar interacУЇУЕes estranhas com outros mods/plugins. Usar por conta prУГpria.", + "worldedit.brush.sphere.equip": "Pincel com forma esfУЉrica equipado ({0}).", + "worldedit.brush.cylinder.equip": "Pincel com forma cilУ­ndrica equipado ({0} por {1}).", + "worldedit.brush.clipboard.equip": "Pincel com forma 'clipboard' equipado.", + "worldedit.brush.smooth.equip": "Pincel suave equipado ({0} x {1} x usando {2}).", + "worldedit.brush.extinguish.equip": "Extintor equipado ({0}).", + "worldedit.brush.gravity.equip": "Pincel de gravidade equipado. ({0}).", + "worldedit.brush.butcher.equip": "Pincel talhante equipado ({0}).", + "worldedit.brush.operation.equip": "Definir pincel para {0}.", + "worldedit.brush.none.equip": "Pincel desvinculado do teu item actual.", + "worldedit.drawsel.disabled": "CUI do servidor desativado.", + "worldedit.drawsel.disabled.already": "CUI do servidor jУЁ se encontra desativado.", + "worldedit.drawsel.enabled.already": "A CUI do Servidor jУЁ estУЁ habilitada.", + "worldedit.limit.too-high": "Seu limite mУЁximo permitido УЉ de {0}.", + "worldedit.limit.set": "Limite de alteraУЇУЕes dos blocos definido para {0}.", + "worldedit.limit.return-to-default": "(Use //limit para voltar ao padrУЃo.)", + "worldedit.timeout.too-high": "Seu 'timeout' mУЁximo permitido УЉ {0}ms.", + "worldedit.timeout.return-to-default": " (Use //timeout para voltar ao padrУЃo.)", + "worldedit.fast.disabled": "Modo rУЁpido desativado.", + "worldedit.fast.enabled": "Modo rУЁpido ativado. IluminaУЇУЃo nos chunks afetados podem estar errados e/ou vocУЊ poderУЁ ter de voltar a entrar no jogo para ver as alteraУЇУЕes.", + "worldedit.fast.disabled.already": "Modo rУЁpido jУЁ estУЁ desativado.", + "worldedit.fast.enabled.already": "Modo administrador jУЁ habilitado.", + "worldedit.reorder.current": "O modo de reordenaУЇУЃo УЉ {0}", + "worldedit.reorder.set": "O modo de reordenaУЇУЃo УЉ agora {0}", + "worldedit.gmask.disabled": "MУЁscara global desativada.", + "worldedit.gmask.set": "MУЁscara global definida.", + "worldedit.toggleplace.pos1": "Colocando agora na posiУЇУЃo #1.", + "worldedit.toggleplace.player": "Colocando agora no bloco que vocУЊ estУЁ posicionado.", + "worldedit.searchitem.too-short": "Digite uma string de pesquisa mais comprida (dimensУЃo > 2).", + "worldedit.searchitem.either-b-or-i": "NУЃo se pode usar as flags \"b\" e \"i\" simultaneamente.", + "worldedit.searchitem.searching": "(Por favor aguarde... pesquisando itens.)", + "worldedit.watchdog.no-hook": "Esta plataforma nУЃo tem hooks de watchdog.", + "worldedit.watchdog.active.already": "ExtensУЃo watchdog jУЁ se encontra ativada.", + "worldedit.watchdog.inactive.already": "ExtensУЃo watchdog jУЁ se encontra desativada.", + "worldedit.watchdog.active": "ExtensУЃo watchdog estУЁ agora ativada.", + "worldedit.watchdog.inactive": "ExtensУЃo watchdog estУЁ agora desativada.", + "worldedit.world.remove": "SubstituiУЇУЃo do mundo removida.", + "worldedit.world.set": "Define a substituiУЇУЃo do mundo para {0}. (Use //world para voltar ao padrУЃo)", + "worldedit.undo.undone": "Foram restauradas {0} ediУЇУЕes possУ­veis.", + "worldedit.undo.none": "NУЃo existe mais nada para desfazer.", + "worldedit.redo.redone": "{0} ediУЇУЕes disponУ­veis foram refeitas.", + "worldedit.redo.none": "NУЃo existe mais nada para refazer.", + "worldedit.clearhistory.cleared": "HistУГrico limpo.", + "worldedit.raytrace.noblock": "Nenhum bloco no campo de visУЃo!", + "worldedit.restore.not-configured": "RestauraУЇУЃo de snapshot/backup nУЃo estУЁ configurada.", + "worldedit.restore.not-available": "Este snapshot nУЃo existe ou nУЃo estУЁ disponУ­vel.", + "worldedit.restore.failed": "Falha ao carregar o snapshot: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' carregado; restaurando agora...", + "worldedit.restore.restored": "Restaurado; {0} chunks faltando e {1} outros erros.", + "worldedit.restore.none-for-specific-world": "Nenhum snapshot foi encontrado para o mundo '{0}'.", + "worldedit.restore.none-for-world": "Nenhuma snapshot foi encontrada para este mundo.", + "worldedit.restore.none-found": "Nenhuma snapshot foi encontrada.", + "worldedit.restore.none-found-console": "Nenhum snapshot foi encontrado. Consulte o console para obter detalhes.", + "worldedit.restore.chunk-not-present": "Chunks nУЃo estavam presentes no snapshot.", + "worldedit.restore.chunk-load-failed": "Nenhum chunks pode ser carregado. (Arquivo danificado?)", + "worldedit.restore.block-place-failed": "Erros impediram que qualquer bloco fosse restaurado.", + "worldedit.restore.block-place-error": "Уšltimo erro: {0}", + "worldedit.snapshot.use.newest": "Agora usando o snapshot mais recente.", + "worldedit.snapshot.use": "Snapshot definida para: {0}", + "worldedit.snapshot.none-before": "NУЃo foi possУ­vel encontrar um snapshot antes de {0}.", + "worldedit.snapshot.none-after": "NУЃo foi possУ­vel encontrar um snapshot antes de {0}.", + "worldedit.snapshot.index-above-0": "Уndice invalido, o valor deve ser superior ou igual a 1.", + "worldedit.snapshot.index-oob": "Уndice invУЁlido, deve estar entre 1 e {0}.", + "worldedit.schematic.unknown-format": "Formato esquema desconhecido: {0}.", + "worldedit.schematic.load.does-not-exist": "Esquema {0} nУЃo existe!", + "worldedit.schematic.load.loading": "(Aguarde... carregando diagrama.)", + "worldedit.schematic.save.already-exists": "Esse esquema jУЁ existe. Use a flag -f para substituУ­-lo.", + "worldedit.schematic.save.failed-directory": "NУЃo foi possУ­vel criar pasta para esquemas!", + "worldedit.schematic.save.saving": "(Aguarde... salvando esquema.)", + "worldedit.schematic.delete.does-not-exist": "Esquema {0} nУЃo existe!", + "worldedit.schematic.delete.failed": "RemoУЇУЃo de {0} falhou! У‰ somente leitura?", + "worldedit.schematic.delete.deleted": "{0} foi excluУ­do.", + "worldedit.schematic.formats.title": "Formatos disponУ­veis da УЁrea de transferУЊncia (Nome: Pesquisar nomes)", + "worldedit.pos.already-set": "PosiУЇУЃo jУЁ definida.", + "worldedit.pos.console-require-coords": "VocУЊ deve fornecer coordenadas como console.", + "worldedit.hpos.no-block": "Nenhum bloco no campo de visУЃo!", + "worldedit.hpos.already-set": "PosiУЇУЃo jУЁ definida.", + "worldedit.chunk.selected-multiple": "Chunks selecionados: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.wand.invalid": "O item da Varinha estУЁ mal configurado ou desativado.", + "worldedit.wand.selwand.info": "Clique Esquerdo: seleciona pos #1; Clique Direito: seleciona pos #2", + "worldedit.wand.navwand.info": "BotУЃo esquerdo: pula para a localizaУЇУЃo; BotУЃo direito: atravessa as paredes", + "worldedit.contract.contracted": "RegiУЃo encolhida em {0} blocos.", + "worldedit.shift.shifted": "RegiУЃo deslocada.", + "worldedit.outset.outset": "RegiУЃo iniciada.", + "worldedit.inset.inset": "RegiУЃo intercalada.", + "worldedit.size.offset": "Deslocamento: {0}", + "worldedit.size.type": "Tipo: {0}", + "worldedit.size.size": "Tamanho: {0}", + "worldedit.size.distance": "DistУЂncia do cubУГide: {0}", + "worldedit.size.blocks": "# de blocos: {0}", + "worldedit.count.counted": "Contado: {0}", + "worldedit.distr.no-blocks": "Blocos nУЃo contados.", + "worldedit.distr.no-previous": "Nenhuma distribuiУЇУЃo anterior.", + "worldedit.distr.total": "Contagem total de blocos: {0}", + "worldedit.select.cleared": "SeleУЇУЃo limpa.", + "worldedit.select.cuboid.message": "Cuboid: clique esquerdo para o ponto 1, clique direito para o ponto 2", + "worldedit.select.cuboid.description": "Selecione dois cantos do cubo", + "worldedit.select.extend.message": "CubУГide: clique com o botУЃo esquerdo para um ponto de partida, clique com o botУЃo direito para estender", + "worldedit.select.extend.description": "Modo de seleУЇУЃo rУЁpida de cubУГide", + "worldedit.select.poly.message": "Seletor polУ­gono 2D: Clique esquerdo / direito para adicionar um ponto.", + "worldedit.select.poly.limit-message": "MУЁximo de {0} pontos.", + "worldedit.select.poly.description": "Selecione um polУ­gono 2D com altura", + "worldedit.select.ellipsoid.message": "Seletor de elipsУГide: clique esquerdo = centro, clique direito para estender", + "worldedit.select.ellipsoid.description": "Selecione um elipsУГide", + "worldedit.select.sphere.message": "Seletor de elipsУГide: clique esquerdo = centro, clique direito para estender", + "worldedit.select.sphere.description": "Selecione uma esfera", + "worldedit.select.cyl.message": "Seletor cilУ­ndrico: clique esquerdo = centro, clique direito para estender", + "worldedit.select.cyl.description": "Selecionar um cilindro", + "worldedit.select.convex.message": "Seletor poliУЉdrico convexo: Clique esquerdo = Primeiro vУЉrtice, clique direito para adicionar mais.", + "worldedit.select.convex.limit-message": "MУЁximo de {0} pontos.", + "worldedit.select.convex.description": "Selecione um poliedro convexo", + "worldedit.select.default-set": "Seu seletor de regiУЃo padrУЃo agora УЉ {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Formato antigo: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: regiУЃo/{0}", + "worldedit.listchunks.listfor": "Listando chunks para: {0}", + "worldedit.drain.drained": "{0} blocos foram drenados.", + "worldedit.fill.created": "{0} blocos foram preenchidos.", + "worldedit.fillr.created": "{0} blocos foram preenchidos.", + "worldedit.fixlava.fixed": "{0} blocos foram fixados.", + "worldedit.fixwater.fixed": "{0} blocos foram fixados.", + "worldedit.removeabove.removed": "{0} blocos foram removidos.", + "worldedit.removebelow.removed": "{0} blocos foram removidos.", + "worldedit.removenear.removed": "{0} blocos foram removidos.", + "worldedit.replacenear.replaced": "{0} blocos foram substituУ­dos.", + "worldedit.snow.created": "{0} mensagens foram cobertos.", + "worldedit.thaw.removed": "{0} blocos foram dissolvidos.", + "worldedit.green.changed": "{0} blocos foram esverdeados.", + "worldedit.extinguish.removed": "{0} fogos foram apagados.", + "worldedit.butcher.killed": "{0} mobs foram mortos em um raio de {1}.", + "worldedit.butcher.explain-all": "Use -1 para remover todos os mobs nos chunks carregados", + "worldedit.remove.removed": "{0} entidades foram marcadas para remoУЇУЃo.", + "worldedit.remove.explain-all": "Use -1 para remover todos os mobs nos chunks carregados", + "worldedit.calc.invalid": "'{0}' nУЃo pode ser analisado como uma expressУЃo vУЁlida", + "worldedit.paste.pasted": "A УЁrea de transferУЊncia foi colada em {0}", + "worldedit.paste.selected": "Selecionada УЁrea de transferУЊncia de cola.", + "worldedit.rotate.no-interpolation": "Nota: A interpolaУЇУЃo ainda nУЃo УЉ suportada, sendo recomendados УЂngulos que sУЃo mУКltiplos de 90.", + "worldedit.rotate.rotated": "A cУГpia da УЁrea de transferУЊncia foi girada.", + "worldedit.flip.flipped": "A cУГpia da УЁrea de transferУЊncia foi girada.", + "worldedit.clearclipboard.cleared": "Уrea de transferУЊncia foi limpa.", + "worldedit.set.done": "OperaУЇУЃo concluУ­da.", + "worldedit.set.done.verbose": "OperaУЇУЃo concluУ­da ({0}).", + "worldedit.line.changed": "{0} blocos foram alterados.", + "worldedit.line.invalid-type": "//linha sУГ funciona com seleУЇУЕes cubУГides ou seleУЇУЕes convexas poliedrais", + "worldedit.curve.changed": "{0} blocos foram alterados.", + "worldedit.curve.invalid-type": "//curva sУГ funciona com seleУЇУЕes poliedrais convexas", + "worldedit.replace.replaced": "{0} blocos foram substituУ­dos.", + "worldedit.stack.changed": "{0} bloqueios alterados. Desfazer com //undo", + "worldedit.regen.regenerated": "RegiУЃo regenerada.", + "worldedit.regen.failed": "NУЃo foi possУ­vel regenerar chunks. Verifique o console para detalhes.", + "worldedit.walls.changed": "{0} blocos foram alterados.", + "worldedit.faces.changed": "{0} blocos foram alterados.", + "worldedit.overlay.overlaid": "{0} blocos foram recobertos.", + "worldedit.naturalize.naturalized": "{0} bloco(s) foram feitos para parecer mais naturais.", + "worldedit.center.changed": "Conjunto do centro. ({0} blocos alterados)", + "worldedit.smooth.changed": "A altura do terreno foi suavizada. {0} blocos mudaram.", + "worldedit.move.moved": "{0} blocos movidos.", + "worldedit.deform.deformed": "{0} blocos foram deformados.", + "worldedit.hollow.changed": "{0} blocos foram alterados.", + "worldedit.forest.created": "{0} УЁrvores foram criadas.", + "worldedit.flora.created": "{0} УЁrvores foram criadas.", + "worldedit.unstuck.moved": "Muito bem!", + "worldedit.ascend.obstructed": "NУЃo hУЁ lugar livre acima de onde vocУЊ estУЁ.", + "worldedit.ascend.moved": "Ascendeu {0} nУ­veis.", + "worldedit.descend.obstructed": "NУЃo hУЁ lugar livre acima de onde vocУЊ estУЁ.", + "worldedit.descend.moved": "Desceu {0} nУ­veis.", + "worldedit.ceil.obstructed": "NУЃo hУЁ lugar livre acima de onde vocУЊ estУЁ.", + "worldedit.ceil.moved": "Uau!", + "worldedit.thru.obstructed": "NУЃo hУЁ lugar livre acima de onde vocУЊ estУЁ.", + "worldedit.thru.moved": "Uau!", + "worldedit.jumpto.moved": "Poof!", + "worldedit.jumpto.none": "Nenhum bloco visУ­vel (ou muito para longe)!", + "worldedit.up.obstructed": "VocУЊ atingiria algo acima de vocУЊ.", + "worldedit.up.moved": "Uau!", + "worldedit.cyl.invalid-radius": "VocУЊ deve especificar 1 ou 2 valores de raio.", + "worldedit.cyl.created": "{0} blocos foram criados.", + "worldedit.sphere.invalid-radius": "VocУЊ deve especificar 1 ou 3 valores de raio.", + "worldedit.sphere.created": "{0} blocos foram criados.", + "worldedit.forestgen.created": "{0} УЁrvores foram criadas.", + "worldedit.pumpkins.created": "{0} patches de abУГbora criados.", + "worldedit.pyramid.created": "{0} blocos foram criados.", + "worldedit.generate.created": "{0} blocos foram criados.", + "worldedit.reload.config": "ConfiguraУЇУЃo recarregada!", + "worldedit.report.written": "RelatУГrio WorldEdit gravado em {0}", + "worldedit.report.error": "Falha ao gravar relatУГrio: {0}", + "worldedit.report.callback": "RelatУГrio WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Fuso horУЁrio invУЁlido", + "worldedit.timezone.set": "Fuso horУЁrio definido para esta sessУЃo para: {0}", + "worldedit.timezone.current": "A hora atual neste fuso horУЁrio УЉ: {0}", + "worldedit.version.version": "WorldEdit versУЃo {0}", + "worldedit.version.bukkit.unsupported-adapter": "Esta versУЃo do WorldEdit nУЃo suporta totalmente a sua versУЃo do Bukkit. Bloquear entidades (por exemplo, baУКs) ficarУЁ vazia, propriedades do bloco (por exemplo, rotaУЇУЃo) estarУЃo faltando, e outras coisas podem nУЃo funcionar. Atualize o WorldEdit para restaurar esta funcionalidade:\n{0}", + "worldedit.command.time-elapsed": "{0}s decorridos (histУГrico: {1} alterado; {2} blocos/seg).", + "worldedit.command.permissions": "VocУЊ nУЃo tem permissУЃo para fazer isso. EstУЁ no modo certo?", + "worldedit.command.player-only": "Esse comando deve ser usado com um jogador.", + "worldedit.command.error.report": "Por favor, reporte este erro: [Ver console]", + "worldedit.pastebin.uploading": "(Por favor, aguarde... enviando a saУ­da para pastebin...)", + "worldedit.session.cant-find-session": "NУЃo foi possУ­vel encontrar a sessУЃo para {0}", + "worldedit.platform.no-file-dialog": "DiУЁlogos de arquivo nУЃo sУЃo suportados em seu ambiente.", + "worldedit.tool.max-block-changes": "Limite mУЁximo de blocos alterados foi atingido.", + "worldedit.tool.no-block": "Nenhum bloco no campo de visУЃo!", + "worldedit.tool.repl.equip": "Ferramenta de substituiУЇУЃo de bloco vinculada a {0}.", + "worldedit.tool.repl.switched": "Ferramenta de substituiУЇУЃo de bloco mudou para: {0}", + "worldedit.tool.data-cycler.equip": "Ferramenta de substituiУЇУЃo de bloco vinculada a {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "VocУЊ nУЃo tem permissУЃo para ciclo do valor de dados desse bloco.", + "worldedit.tool.data-cycler.cant-cycle": "Os dados deste bloco nУЃo podem ser alterados!", + "worldedit.tool.data-cycler.new-value": "O valor de {0} agora УЉ {1}.", + "worldedit.tool.data-cycler.cycling": "Agora fazendo o ciclo{0}.", + "worldedit.tool.deltree.equip": "Ferramenta de remoУЇУЃo de УЁrvore flutuante vinculada a {0}.", + "worldedit.tool.deltree.not-tree": "Isso nУЃo УЉ uma УЁrvore.", + "worldedit.tool.deltree.not-floating": "Isso nУЃo УЉ uma УЁrvore flutuante.", + "worldedit.tool.tree.equip": "Ferramenta de УЁrvore vinculada a {0}.", + "worldedit.tool.tree.obstructed": "Uma УЁrvore nУЃo pode ir lУЁ.", + "worldedit.tool.info.equip": "Ferramenta de informaУЇУЃo vinculada a {0}.", + "worldedit.tool.info.blockstate.hover": "Estado do Bloco", + "worldedit.tool.info.internalid.hover": "ID interno", + "worldedit.tool.info.legacy.hover": "Id Legado: dados", + "worldedit.tool.info.light.hover": "Bloco claro/luz acima", + "worldedit.tool.none.equip": "Pincel desvinculado do seu item atual.", + "worldedit.tool.selwand.equip": "Varinha de seleУЇУЃo vinculada a {0}.", + "worldedit.tool.navwand.equip": "Varinha de navegaУЇУЃo vinculada a {0}.", + "worldedit.tool.floodfill.equip": "Ferramenta de inundaУЇУЃo de bloco vinculada a {0}.", + "worldedit.tool.farwand.equip": "Ferramenta Varinha remota vinculada a {0}.", + "worldedit.tool.lrbuild.equip": "Ferramenta de construУЇУЃo de longo alcance vinculada a {0}.", + "worldedit.tool.lrbuild.set": "Clique esquerdo definido para {0}; clique com o botУЃo direito definido para {1}.", + "worldedit.tool.superpickaxe.mode.single": "O modo agora УЉ simples. Clique com o botУЃo esquerdo com uma picareta. // para desativar.", + "worldedit.tool.superpickaxe.mode.area": "O modo agora УЉ УЁrea. Clique com o botУЃo esquerdo com uma picareta. // para desativar.", + "worldedit.tool.superpickaxe.mode.recursive": "O modo agora УЉ recursivo. Clique com o botУЃo esquerdo com uma picareta. // para desativar.", + "worldedit.tool.superpickaxe.max-range": "Alcance mУЁximo УЉ de {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Super picareta jУЁ estУЁ habilitada.", + "worldedit.tool.superpickaxe.disabled.already": "Super picareta jУЁ estУЁ desativada.", + "worldedit.tool.superpickaxe.enabled": "Super picareta ativada.", + "worldedit.tool.superpickaxe.disabled": "Super picareta desativada.", + "worldedit.tool.mask.set": "Mascara de pincel definida.", + "worldedit.tool.mask.disabled": "MУЁscara de pincel desativada.", + "worldedit.tool.material.set": "Material pincelado definido.", + "worldedit.tool.range.set": "Alcance do pincel definido.", + "worldedit.tool.size.set": "Tamanho do pincel definido.", + "worldedit.tool.tracemask.set": "MУЁscara de rastreamento definida.", + "worldedit.tool.tracemask.disabled": "MУЁscara de rastreamento desativada.", + "worldedit.execute.script-permissions": "VocУЊ nУЃo tem permissУЃo para usar esse script.", + "worldedit.executelast.no-script": "Use /cs com um nome de script primeiro.", + "worldedit.script.read-error": "Erro ao ler script: {0}", + "worldedit.script.unsupported": "Somente scripts .js sУЃo atualmente suportados", + "worldedit.script.file-not-found": "Script nУЃo existe: {0}", + "worldedit.script.no-script-engine": "Falha ao encontrar um mecanismo de script instalado.\nPor favor, veja https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Falha ao executar: {0}", + "worldedit.script.failed-console": "Falha ao executar (ver console): {0}", + "worldedit.operation.affected.biome": "{0} biomas afetados", + "worldedit.operation.affected.block": "{0} blocos afetados", + "worldedit.operation.affected.column": "{0} colunas afetadas", + "worldedit.operation.affected.entity": "{0} entidades afetadas", + "worldedit.operation.deform.expression": "deformado usando {0}", + "worldedit.selection.convex.info.vertices": "VУЉrtices: {0}", + "worldedit.selection.convex.info.triangles": "TriУЂngulos: {0}", + "worldedit.selection.convex.explain.primary": "Iniciou uma nova seleУЇУЃo com um vУЉrtice {0}.", + "worldedit.selection.convex.explain.secondary": "Um vУЉrtice {0} foi adicionado У  seleУЇУЃo.", + "worldedit.selection.cuboid.info.pos1": "PosiУЇУЃo 1: {0}", + "worldedit.selection.cuboid.info.pos2": "PosiУЇУЃo 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Primeira posiУЇУЃo definida para {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Primeira posiУЇУЃo definida para {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Segunda posiУЇУЃo definida para {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Segunda posiУЇУЃo definida para {0} ({1}).", + "worldedit.selection.extend.explain.primary": "SeleУЇУЃo iniciada em {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "SeleУЇУЃo estendida para englobar {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Centro: {0}", + "worldedit.selection.ellipsoid.info.radius": "Raio X/Y/Z: {0}", + "worldedit.selection.ellipsoid.explain.primary": "PosiУЇУЃo central definida para {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "PosiУЇУЃo do centro definida para {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Raio definido para {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Raio definido para {0} ({1}).", + "worldedit.selection.cylinder.info.center": "Centro: {0}", + "worldedit.selection.cylinder.info.radius": "Raio: {0}", + "worldedit.selection.cylinder.explain.primary": "Iniciando uma nova seleУЇУЃo cilУ­ndrica em {0}.", + "worldedit.selection.cylinder.explain.secondary": "Raio definido para {0}/{1} blocos. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "VocУЊ deve selecionar o ponto central antes de definir o raio.", + "worldedit.selection.polygon2d.info": "# pontos: {0}", + "worldedit.selection.polygon2d.explain.primary": "Iniciando um novo polУ­gono em {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Ponto adicionado #{0} em {1}.", + "worldedit.selection.sphere.explain.secondary": "Raio definido para {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Raio definido para {0} ({1}).", + "worldedit.sideeffect.lighting": "IluminaУЇУЃo", + "worldedit.sideeffect.lighting.description": "Atualizar iluminaУЇУЃo de bloco", + "worldedit.sideeffect.neighbors": "Vizinhos", + "worldedit.sideeffect.neighbors.description": "Notifica blocos de mudanУЇas prУГximos", + "worldedit.sideeffect.validation": "ValidaУЇУЃo", + "worldedit.sideeffect.validation.description": "Valida e corrige o estado incoerente do mundo, como bloqueios desconectados", + "worldedit.sideeffect.entity_ai": "Entidade IA", + "worldedit.sideeffect.entity_ai.description": "Atualiza os caminhos IA da entidade para as alteraУЇУЕes do bloco", + "worldedit.sideeffect.events": "Eventos de Mod/Plugin", + "worldedit.sideeffect.events.description": "Diz a outros mods/plugins sobre essas alteraУЇУЕes quando aplicУЁvel", + "worldedit.sideeffect.state.on": "Ligado", + "worldedit.sideeffect.state.delayed": "Adiada", + "worldedit.sideeffect.state.off": "Desligado", + "worldedit.sideeffect.box.current": "Atual", + "worldedit.sideeffect.box.change-to": "Clique para definir para {0}", + "worldedit.help.command-not-found": "O comando '{0}' nУЃo foi encontrado.", + "worldedit.help.no-subcommands": "'{0}' nУЃo possui subcomandos. (Talvez '{1}' seja para um parУЂmetro?)", + "worldedit.help.subcommand-not-found": "O subcomando '{0}' em '{1}' nУЃo foi encontrado.", + "worldedit.cli.stopping": "Parando!", + "worldedit.cli.unknown-command": "Comando desconhecido!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/pt-PT/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/pt-PT/strings.json new file mode 100644 index 0000000..a847046 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/pt-PT/strings.json @@ -0,0 +1,66 @@ +{ + "worldedit.expand.description.vert": "Expande verticalmente a selecУЇУЃo atУЉ aos limites do mundo.", + "worldedit.expand.expanded": "RegiУЃo expandida {0} blocos", + "worldedit.expand.expanded.vert": "RegiУЃo expandida {0} blocos (cima para baixo).", + "worldedit.biomeinfo.lineofsight": "Biomas na linha de visУЃo: {0}", + "worldedit.biomeinfo.position": "Biomas na tua posiУЇУЃo: {0}", + "worldedit.biomeinfo.selection": "Biomas na tua selecУЇУЃo: {0}", + "worldedit.brush.radius-too-large": "Raio mУЁximo permitido do pincel: {0}", + "worldedit.brush.apply.description": "Aplicar pincel, aplicar uma funУЇУЃo a cada bloco", + "worldedit.brush.apply.radius": "O tamanho do pincel", + "worldedit.brush.apply.shape": "O formato da regiУЃo", + "worldedit.brush.apply.type": "Tipo de pincel a usar", + "worldedit.brush.apply.item.warning": "Este pincel simula o uso de itens. Seus efeitos podem nУЃo funcionar em todas as plataformas, podem nУЃo ser irreversУ­veis e podem causar interacУЇУЕes estranhas com outros mods/plugins. Usar por conta prУГpria.", + "worldedit.brush.paint.description": "Pincel para pintar, aplicar uma funУЇУЃo a uma superfУ­cie", + "worldedit.brush.paint.size": "O tamanho do pincel", + "worldedit.brush.paint.shape": "O formato da regiУЃo", + "worldedit.brush.paint.density": "A densidade do pincel", + "worldedit.brush.paint.type": "Tipo de pincel a usar", + "worldedit.brush.paint.item.warning": "Este pincel simula o uso de itens. Seus efeitos podem nУЃo funcionar em todas as plataformas, podem nУЃo ser irreversУ­veis e podem causar interacУЇУЕes estranhas com outros mods/plugins. Usar por conta prУГpria.", + "worldedit.brush.sphere.equip": "Pincel com forma esfУЉrica equipado ({0}).", + "worldedit.brush.cylinder.equip": "Pincel com forma cilУ­ndrica equipado ({0} por {1}).", + "worldedit.brush.clipboard.equip": "Pincel com forma 'clipboard' equipado.", + "worldedit.brush.smooth.equip": "Pincel suave equipado ({0} x {1} x usando {2}).", + "worldedit.brush.extinguish.equip": "Extintor equipado ({0}).", + "worldedit.brush.gravity.equip": "Pincel de gravidade equipado. ({0}).", + "worldedit.brush.butcher.equip": "Pincel talhante equipado ({0}).", + "worldedit.brush.operation.equip": "Definir pincel para {0}.", + "worldedit.brush.none.equip": "Pincel desvinculado do teu item actual.", + "worldedit.drawsel.disabled": "CUI do servidor desactivado.", + "worldedit.drawsel.disabled.already": "CUI do servidor jУЁ se encontra desactivado.", + "worldedit.drawsel.enabled.already": "CUI do servidor jУЁ se encontra activado.", + "worldedit.limit.too-high": "O teu limite mУЁximo permitido УЉ {0}.", + "worldedit.limit.set": "Limite de alteraУЇУЕes dos blocos definido para {0}.", + "worldedit.limit.return-to-default": "(Usa //limit para voltar ao padrУЃo.)", + "worldedit.timeout.too-high": "Seu 'timeout' mУЁximo permitido УЉ {0}ms.", + "worldedit.timeout.return-to-default": " (Usa //timeout para voltar ao padrУЃo.)", + "worldedit.fast.disabled": "Modo rУЁpido desactivado.", + "worldedit.fast.enabled": "Modo rУЁpido activado. IluminaУЇУЃo nos chunks afectados podem estar errados e/ou poderУЁs ter de voltar a entrar no jogo para ver alteraУЇУЕes.", + "worldedit.fast.disabled.already": "Modo rУЁpido jУЁ se encontra desactivado.", + "worldedit.fast.enabled.already": "Modo rУЁpido jУЁ se encontra activado.", + "worldedit.reorder.current": "O modo de reordenaУЇУЃo УЉ {0}", + "worldedit.reorder.set": "O modo de reordenaУЇУЃo УЉ agora {0}", + "worldedit.gmask.disabled": "MУЁscara global desactivada.", + "worldedit.gmask.set": "MУЁscara global definida.", + "worldedit.toggleplace.pos1": "Colocando agora na posiУЇУЃo #1.", + "worldedit.toggleplace.player": "Colocando agora no bloco que pisas.", + "worldedit.searchitem.too-short": "Digita uma string de pesquisa maior (dimensУЃo > 2).", + "worldedit.searchitem.either-b-or-i": "NУЃo podes usar ambos os atributos 'b' e 'i' simultaneamente.", + "worldedit.searchitem.searching": "(Por favor aguarda... A pesquisar itens.)", + "worldedit.watchdog.no-hook": "Esta plataforma nУЃo possui extensУЕes watchdog.", + "worldedit.watchdog.active.already": "ExtensУЃo watchdog jУЁ se encontra activado.", + "worldedit.watchdog.inactive.already": "ExtensУЃo watchdog jУЁ se encontra desactivado.", + "worldedit.watchdog.active": "ExtensУЃo watchdog estУЁ agora activado.", + "worldedit.watchdog.inactive": "ExtensУЃo watchdog estУЁ agora desactivado.", + "worldedit.world.remove": "SubstituiУЇУЃo do mundo removida.", + "worldedit.world.set": "Define a substituiУЇУЃo do mundo para {0}. (Usa //world para voltar ao padrУЃo)", + "worldedit.undo.undone": "Foram restauradas {0} ediУЇУЕes possУ­veis.", + "worldedit.undo.none": "NУЃo existe mais para desfazer.", + "worldedit.redo.redone": "{0} ediУЇУЕes disponУ­veis foram refeitas.", + "worldedit.redo.none": "NУЃo existe mais para refazer.", + "worldedit.clearhistory.cleared": "HistУГrico limpo.", + "worldedit.raytrace.noblock": "Nenhum bloco no campo de visУЃo!", + "worldedit.hpos.no-block": "Nenhum bloco no campo de visУЃo!", + "worldedit.wand.navwand.info": "BotУЃo esquerdo: pule para a localizaУЇУЃo; BotУЃo direito: atravessa as paredes", + "worldedit.tool.no-block": "Nenhum bloco no campo de visУЃo!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/qya-AA/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/qya-AA/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/qya-AA/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/ro/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/ro/strings.json new file mode 100644 index 0000000..4104a58 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/ro/strings.json @@ -0,0 +1,20 @@ +{ + "worldedit.expand.description.vert": "Selectia a fost extinsa vertical pana la limita.", + "worldedit.expand.expanded": "Regiunea a fost extinsa {0} blocuri", + "worldedit.expand.expanded.vert": "Regiunea a fost extinsa {0} blocuri (de sus pana jos).", + "worldedit.biomeinfo.position": "Biome-uri la pozitia ta: {0}", + "worldedit.biomeinfo.selection": "Biome-uri in selectia ta: {0}", + "worldedit.brush.radius-too-large": "Raza maxima permisФƒ a pensulei: {0}", + "worldedit.brush.apply.description": "Aplica pensula, aplica o functie pentru fiecare bloc", + "worldedit.brush.apply.radius": "Marimea pensulei", + "worldedit.brush.apply.shape": "Forma regiunii", + "worldedit.brush.apply.type": "Tip de pensula folosit", + "worldedit.brush.apply.item.warning": "Aceasta pensula simuleaza folosirea unui obiect. Efectele acesteia s-ar putea sa nu functioneze pe toate platformele, s-ar putea sa nu fie anulabila, si poate cauza interactii neobisnuite cu alte mod-uri/plugin-uri. Folositi pe propria raspundere.", + "worldedit.brush.paint.description": "Pensula de pictat, aplica o functie pe o suprafata", + "worldedit.brush.paint.size": "Marimea pensulei", + "worldedit.brush.paint.shape": "Forma regiunii", + "worldedit.brush.paint.density": "Densitatea pensulei", + "worldedit.brush.paint.type": "Tip de pensula folosit", + "worldedit.brush.paint.item.warning": "Aceasta pensula simuleaza folosirea unui obiect. Efectele acesteia s-ar putea sa nu functioneze pe toate platformele, s-ar putea sa nu fie anulabila, si poate cauza interactii neobisnuite cu alte mod-uri/plugin-uri. Folositi pe propria raspundere.", + "worldedit.brush.sphere.equip": "Pensula cu forma de sfera echipata ({0})." +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/ru/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/ru/strings.json new file mode 100644 index 0000000..4383507 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/ru/strings.json @@ -0,0 +1,415 @@ +{ + "worldedit.expand.description.vert": "а аАббˆаИб€аИб‚бŒ аВб‹аДаЕаЛаЕаНаНбƒбŽ аОаБаЛаАбб‚бŒ аПаО аВаЕб€б‚аИаКаАаЛаИ аОб‚ 0 аДаО аМаАаКбаИаМаАаЛбŒаНаОаЙ аВб‹баОб‚б‹ бб‚б€аОаИб‚аЕаЛбŒбб‚аВаА.", + "worldedit.expand.expanded": "а аЕаГаИаОаН б€аАббˆаИб€аЕаН аНаА {0} аБаЛаОаКаА(аОаВ)", + "worldedit.expand.expanded.vert": "а’б‹аДаЕаЛаЕаНаНаАб аОаБаЛаАбб‚бŒ б€аАббˆаИб€аЕаНаА аНаА {0} аБаЛаОаКаА(аОаВ) (аОб‚ баАаМаОаЙ аНаИаЖаНаЕаЙ б‚аОб‡аКаИ аДаО баАаМаОаЙ аВб‹ббˆаЕаЙ б‚аОб‡аКаИ).", + "worldedit.biomeinfo.lineofsight": "а‘аИаОаМб‹ аВ аПаОаЛаЕ аЗб€аЕаНаИб: {0}", + "worldedit.biomeinfo.position": "а‘аИаОаМ б‚аАаМ, аГаДаЕ аВб‹ бб‚аОаИб‚аЕ: {0}", + "worldedit.biomeinfo.selection": "а‘аИаОаМб‹ аВ аВб‹аДаЕаЛаЕаНаНаОаЙ аОаБаЛаАбб‚аИ: {0}", + "worldedit.brush.radius-too-large": "аœаАаКбаИаМаАаЛбŒаНаО б€аАаЗб€аЕбˆаЕаНаНб‹аЙ б€аАаДаИбƒб аКаИбб‚аИ: {0}", + "worldedit.brush.apply.description": "аŸб€аИаМаЕаНаИб‚бŒ аКаИбб‚бŒ, аПб€аИаМаЕаНаИб‚бŒ б„бƒаНаКб†аИбŽ аК аКаАаЖаДаОаМбƒ аБаЛаОаКбƒ", + "worldedit.brush.apply.radius": "а аАаЗаМаЕб€ аКаИбб‚аИ", + "worldedit.brush.apply.shape": "аЄаОб€аМаА б€аЕаГаИаОаНаА", + "worldedit.brush.apply.type": "аЂаИаП аКаИбб‚аИ аДаЛб аИбаПаОаЛбŒаЗаОаВаАаНаИб", + "worldedit.brush.apply.item.warning": "а­б‚аА аКаИбб‚бŒ аИаМаИб‚аИб€бƒаЕб‚ аИбаПаОаЛбŒаЗаОаВаАаНаИаЕ аПб€аЕаДаМаЕб‚аОаВ. аžаНаА аМаОаЖаЕб‚ б€аАаБаОб‚аАб‚бŒ аНаЕ аНаА аВбаЕб… аПаЛаАб‚б„аОб€аМаАб…. ааЕ аВбаЕаГаДаА аМаОаЖаНаО аОб‚аМаЕаНаИб‚бŒ. аŸаЛаОб…аО аВаЗаАаИаМаОаДаЕаЙбб‚аВбƒаЕб‚ б аДб€бƒаГаИаМаИ аПаЛаАаГаИаНаАаМаИ/аМаОаДаАаМаИ. а˜баПаОаЛбŒаЗбƒаЙб‚аЕ аНаА баВаОаЙ бб‚б€аАб… аИ б€аИбаК.", + "worldedit.brush.paint.description": "аšаИбб‚бŒ, аПб€аИаМаЕаНаИб‚бŒ б„бƒаНаКб†аИбŽ аК аПаОаВаЕб€б…аНаОбб‚аИ", + "worldedit.brush.paint.size": "а аАаЗаМаЕб€ аКаИбб‚аИ", + "worldedit.brush.paint.shape": "аЄаОб€аМаА б€аЕаГаИаОаНаА", + "worldedit.brush.paint.density": "аŸаЛаОб‚аНаОбб‚бŒ аКаИбб‚аИ", + "worldedit.brush.paint.type": "аЂаИаП аКаИбб‚аИ аДаЛб аИбаПаОаЛбŒаЗаОаВаАаНаИб", + "worldedit.brush.paint.item.warning": "а­б‚аА аКаИбб‚бŒ аИаМаИб‚аИб€бƒаЕб‚ аИбаПаОаЛбŒаЗаОаВаАаНаИаЕ аПб€аЕаДаМаЕб‚аОаВ. аžаНаА аМаОаЖаЕб‚ б€аАаБаОб‚аАб‚бŒ аНаЕ аНаА аВбаЕб… аПаЛаАб‚б„аОб€аМаАб…. ааЕ аВбаЕаГаДаА аМаОаЖаНаО аОб‚аМаЕаНаИб‚бŒ бƒаЖаЕ баДаЕаЛаАаНаНаОаЕ аЕаЙ. аŸаЛаОб…аО аВаЗаАаИаМаОаДаЕаЙбб‚аВбƒаЕб‚ б аДб€бƒаГаИаМаИ аПаЛаАаГаИаНаАаМаИ/аМаОаДаАаМаИ. а˜баПаОаЛбŒаЗбƒаЙб‚аЕ аНаА баВаОаЙ бб‚б€аАб… аИ б€аИбаК.", + "worldedit.brush.sphere.equip": "аšаИбб‚бŒ бб„аЕб€аИб‡аЕбаКаОаЙ б„аОб€аМб‹ баКаИаПаИб€аОаВаАаНаА ({0}).", + "worldedit.brush.cylinder.equip": "аšаИбб‚бŒ б†аИаЛаИаНаДб€аИб‡аЕбаКаОаЙ б„аОб€аМб‹ баКаИаПаИб€аОаВаАаНаА ({0} аНаА {1}).", + "worldedit.brush.clipboard.equip": "аšаИбб‚бŒ аБбƒб„аЕб€аА аОаБаМаЕаНаА баКаИаПаИб€аОаВаАаНаА.", + "worldedit.brush.smooth.equip": "аЁаГаЛаАаЖаИаВаАбŽб‰аАб аКаИбб‚бŒ баКаИаПаИб€аОаВаАаНаА ({0} x {1}x б аМаАбаКаОаЙ {2}).", + "worldedit.brush.extinguish.equip": "аžаГаНаЕб‚бƒбˆаИб‚аЕаЛбŒ баКаИаПаИб€аОаВаАаН ({0}).", + "worldedit.brush.gravity.equip": "а“б€аАаВаИб‚аАб†аИаОаНаНаАб аКаИбб‚бŒ баКаИаПаИб€аОаВаАаНаА ({0}).", + "worldedit.brush.butcher.equip": "а—аАаБаОаЙаНаАб аКаИбб‚бŒ баКаИаПаИб€аОаВаАаНаА ({0}).", + "worldedit.brush.operation.equip": "аЃбб‚аАаНаОаВаИб‚аЕ аКаИбб‚бŒ аНаА {0}.", + "worldedit.brush.heightmap.equip": "аšаИбб‚бŒ аКаАб€б‚б‹ аВб‹баОб‚ баКаИаПаИб€аОаВаАаНаА ({0}).", + "worldedit.brush.heightmap.unknown": "ааЕаИаЗаВаЕбб‚аНаАб аКаИбб‚бŒ аКаАб€б‚б‹ аВб‹баОб‚: {0}.", + "worldedit.brush.none.equip": "аšаИбб‚бŒ аОб‚аВбаЗаАаНаА аОб‚ аПб€аЕаДаМаЕб‚аА аВ аВаАбˆаЕаЙ б€бƒаКаЕ.", + "worldedit.setbiome.changed": "а‘аИаОаМ аБб‹аЛ аИаЗаМаЕаНаЕаН аПб€аИаМаЕб€аНаО бƒ {0} аБаЛаОаКаОаВ.", + "worldedit.setbiome.warning": "а’аОаЗаМаОаЖаНаО, аВаАаМ аПб€аИаДаЕб‚бб аПаЕб€аЕ-аПаОаДаКаЛбŽб‡аИб‚бŒбб аК аВаАбˆаЕаЙ аИаГб€аЕ (аИаЛаИ аПаЕб€аЕ-аОб‚аКб€б‹б‚бŒ баВаОаЙ аМаИб€), б‡б‚аОаБб‹ бƒаВаИаДаЕб‚бŒ аИаЗаМаЕаНаЕаНаИб.", + "worldedit.drawsel.disabled": "CUI баЕб€аВаЕб€аА аОб‚аКаЛбŽб‡аЕаН.", + "worldedit.drawsel.enabled": "CUI баЕб€аВаЕб€аА аВаКаЛбŽб‡аЕаН. аžаН аПаОаДаДаЕб€аЖаИаВаАаЕб‚ б‚аОаЛбŒаКаО б€аЕаГаИаОаНб‹ аВб‹аДаЕаЛаЕаНаНб‹аЕ аКаАаК аКбƒаБаОаИаД б аМаАаКбаИаМаАаЛбŒаНб‹аМ б€аАаЗаМаЕб€аОаМ {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "CUI баЕб€аВаЕб€аА бƒаЖаЕ аОб‚аКаЛбŽб‡аЕаН.", + "worldedit.drawsel.enabled.already": "CUI баЕб€аВаЕб€аА бƒаЖаЕ аВаКаЛбŽб‡аЕаН.", + "worldedit.limit.too-high": "а’аАбˆ аМаАаКбаИаМаАаЛбŒаНаО аДаОаПбƒбб‚аИаМб‹аЙ аЛаИаМаИб‚ баОбб‚аАаВаЛбаЕб‚ {0}.", + "worldedit.limit.set": "а›аИаМаИб‚ аИаЗаМаЕаНаЕаНаИб аБаЛаОаКаА бƒбб‚аАаНаОаВаЛаЕаН: {0}.", + "worldedit.limit.return-to-default": "(а˜баПаОаЛбŒаЗбƒаЙб‚аЕ //limit, б‡б‚аОаБб‹ аВаЕб€аНбƒб‚бŒбб аК аЗаНаАб‡аЕаНаИбŽ аПаО бƒаМаОаЛб‡аАаНаИбŽ.)", + "worldedit.timeout.too-high": "а’аАбˆ аМаАаКбаИаМаАаЛбŒаНб‹аЙ аДаОаПбƒбб‚аИаМб‹аЙ аПаЕб€аЕб€б‹аВ {0} аМб.", + "worldedit.timeout.set": "а’б€аЕаМб аОаЖаИаДаАаНаИб бƒбб‚аАаНаОаВаЛаЕаНаО аНаА {0}аМб.", + "worldedit.timeout.return-to-default": " (а˜баПаОаЛбŒаЗбƒаЙб‚аЕ //timeout, б‡б‚аОаБб‹ аВаЕб€аНбƒб‚бŒ аЗаНаАб‡аЕаНаИаЕ аПаО бƒаМаОаЛб‡аАаНаИбŽ.)", + "worldedit.fast.disabled": "а‘б‹бб‚б€б‹аЙ б€аЕаЖаИаМ аОб‚аКаЛбŽб‡аЕаН.", + "worldedit.fast.enabled": "а‘б‹бб‚б€б‹аЙ б€аЕаЖаИаМ аВаКаЛбŽб‡аЕаН. аЁаВаЕб‚ аВ аЗаАб‚б€аАаГаИаВаАаЕаМб‹б… б‡аАаНаКаАб… аМаОаЖаЕб‚ аБб‹б‚бŒ аНаЕаПб€аАаВаИаЛбŒаНб‹аМ. а’аАаМ аМаОаЖаЕб‚ аПаОб‚б€аЕаБаОаВаАб‚бŒбб аПаЕб€аЕаЗаАаЙб‚аИ, б‡б‚аОаБб‹ бƒаВаИаДаЕб‚бŒ аИаЗаМаЕаНаЕаНаИб.", + "worldedit.fast.disabled.already": "а‘б‹бб‚б€б‹аЙ б€аЕаЖаИаМ бƒаЖаЕ аОб‚аКаЛбŽб‡аЕаН.", + "worldedit.fast.enabled.already": "а‘б‹бб‚б€б‹аЙ б€аЕаЖаИаМ бƒаЖаЕ аВаКаЛбŽб‡аЕаН.", + "worldedit.perf.sideeffect.set": "аŸаОаБаОб‡аНб‹аЙ бб„б„аЕаКб‚ \"{0}\" бƒбб‚аАаНаОаВаЛаЕаН аНаА {1}", + "worldedit.perf.sideeffect.get": "аŸаОаБаОб‡аНб‹аЙ бб„б„аЕаКб‚ \"{0}\" бƒбб‚аАаНаОаВаЛаЕаН аНаА {1}", + "worldedit.perf.sideeffect.already-set": "аŸаОаБаОб‡аНб‹аЙ бб„б„аЕаКб‚ \"{0}\" бƒаЖаЕ бƒбб‚аАаНаОаВаЛаЕаН аНаА {1}", + "worldedit.perf.sideeffect.set-all": "а’баЕ аПаОаБаОб‡аНб‹аЕ бб„б„аЕаКб‚б‹ бƒбб‚аАаНаОаВаЛаЕаНб‹ аНаА {0}", + "worldedit.reorder.current": "а аЕаЖаИаМ аПаОаВб‚аОб€аЕаНаИб {0}", + "worldedit.reorder.set": "а аЕаЖаИаМ аПаОаВб‚аОб€аЕаНаИб {0}", + "worldedit.gmask.disabled": "а“аЛаОаБаАаЛбŒаНаАб аМаАбаКаА аОб‚аКаЛбŽб‡аЕаНаА.", + "worldedit.gmask.set": "а“аЛаОаБаАаЛбŒаНаАб аМаАбаКаА бƒбб‚аАаНаОаВаЛаЕаНаА.", + "worldedit.toggleplace.pos1": "аŸаЕб€аВаАб б‚аОб‡аКаА аВаОаЗаВб€аАб‰аЕаНаА аНаА аИбб…аОаДаНаОаЕ аМаЕбб‚аОаПаОаЛаОаЖаЕаНаИаЕ.", + "worldedit.toggleplace.player": "а‘аЛаОаК аНаА аКаОб‚аОб€аОаМ аВб‹ бб‚аОаИб‚аЕ б‚аЕаПаЕб€бŒ бб‡аИб‚аАаЕб‚бб аПаЕб€аВаОаЙ б‚аОб‡аКаОаЙ аВб‹аДаЕаЛаЕаНаИб.", + "worldedit.toggleplace.not-locatable": "ааЕаЛбŒаЗб аПаЕб€аЕаКаЛбŽб‡аИб‚бŒ аВб‹аДаЕаЛаЕаНаИаЕ аВ бб‚аОаЙ баИб‚бƒаАб†аИаИ.", + "worldedit.searchitem.too-short": "а’аВаЕаДаИб‚аЕ аДаЛаИаНаНбƒбŽ бб‚б€аОаКбƒ аПаОаИбаКаА (len > 2).", + "worldedit.searchitem.either-b-or-i": "а’б‹ аНаЕ аМаОаЖаЕб‚аЕ аОаДаНаОаВб€аЕаМаЕаНаНаО аИбаПаОаЛбŒаЗаОаВаАб‚бŒ б„аЛаАаГаИ 'b' аИ 'i'.", + "worldedit.searchitem.searching": "(аŸаОаЖаАаЛбƒаЙбб‚аА, аПаОаДаОаЖаДаИб‚аЕ... аПаОаИбаК аПб€аЕаДаМаЕб‚аОаВ.)", + "worldedit.watchdog.no-hook": "аЃ бб‚аОаЙ аПаЛаАб‚б„аОб€аМб‹ аНаЕб‚ watchdog hook.", + "worldedit.watchdog.active.already": "Watchdog hook бƒаЖаЕ аВаКаЛбŽб‡аЕаН.", + "worldedit.watchdog.inactive.already": "Watchdog hook бƒаЖаЕ аОб‚аКаЛбŽб‡аЕаН.", + "worldedit.watchdog.active": "Watchdog hook аВаКаЛбŽб‡аЕаН.", + "worldedit.watchdog.inactive": "Watchdog hook аОб‚аКаЛбŽб‡аЕаН.", + "worldedit.world.remove": "аŸаЕб€аЕаОаПб€аЕаДаЕаЛаЕаНаИаЕ аМаИб€аА бƒаДаАаЛаЕаНаО.", + "worldedit.world.set": "аЃбб‚аАаНаОаВаИб‚бŒ аПаЕб€аЕаОаПб€аЕаДаЕаЛаЕаНаИаЕ аМаИб€аА: {0}. (а˜баПаОаЛбŒаЗбƒаЙб‚аЕ //world, б‡б‚аОаБб‹ аВаЕб€аНбƒб‚бŒ аЗаНаАб‡аЕаНаИаЕ аПаО бƒаМаОаЛб‡аАаНаИбŽ)", + "worldedit.undo.undone": "аžб‚аМаЕаНаЕаНаО аИаЗаМаЕаНаЕаНаИаЙ: {0}.", + "worldedit.undo.none": "ааЕб‡аЕаГаО аОб‚аМаЕаНбб‚бŒ.", + "worldedit.redo.redone": "а’аОаЗаВб€аАб‰аЕаНаО аИаЗаМаЕаНаЕаНаИаЙ: {0}.", + "worldedit.redo.none": "ааЕб‡аЕаГаО аВаОаЗаВб€аАб‰аАб‚бŒ.", + "worldedit.clearhistory.cleared": "а˜бб‚аОб€аИб аОб‡аИб‰аЕаНаА.", + "worldedit.raytrace.noblock": "ааЕб‚ аБаЛаОаКаОаВ аВ аПаОаЛаЕ аЗб€аЕаНаИб!", + "worldedit.restore.not-configured": "аЁаНаЕаПбˆаОб‚б‹/б€аЕаЗаЕб€аВаНаОаЕ аКаОаПаИб€аОаВаАаНаИаЕ аНаЕ аНаАбб‚б€аОаЕаНб‹.", + "worldedit.restore.not-available": "а­б‚аОб‚ баНаЕаПбˆаОб‚ аНаЕ ббƒб‰аЕбб‚аВбƒаЕб‚ аИаЛаИ аНаЕаДаОбб‚бƒаПаЕаН.", + "worldedit.restore.failed": "ааЕ бƒаДаАаЛаОббŒ аЗаАаГб€бƒаЗаИб‚бŒ баНаЕаПбˆаОб‚: {0}", + "worldedit.restore.loaded": "аЁаНаИаМаОаК \"{0}\" аБб‹аЛ аЗаАаГб€бƒаЖаЕаН; аВаОббб‚аАаНаАаВаЛаИаВаАаЕб‚бб...", + "worldedit.restore.restored": "а’аОббб‚аАаНаОаВаЛаЕаНаО; {0} аНаЕаДаОбб‚аАаЕб‚ б‡аАаНаКаОаВ аИ {1} аДб€бƒаГаИаЕ аОбˆаИаБаКаИ.", + "worldedit.restore.none-for-specific-world": "аЁаНаЕаПбˆаОб‚б‹ аДаЛб аМаИб€аА '{0}' аНаЕ аНаАаЙаДаЕаНб‹.", + "worldedit.restore.none-for-world": "аЁаНаЕаПбˆаОб‚б‹ аДаЛб бб‚аОаГаО аМаИб€аА аНаЕ аНаАаЙаДаЕаНб‹.", + "worldedit.restore.none-found": "аЁаНаЕаПбˆаОб‚б‹ аНаЕ аНаАаЙаДаЕаНб‹.", + "worldedit.restore.none-found-console": "аЁаНаЕаПбˆаОб‚б‹ аНаЕ аНаАаЙаДаЕаНб‹. аŸаОаДб€аОаБаНаАб аИаНб„аОб€аМаАб†аИб аВ аКаОаНбаОаЛаИ.", + "worldedit.restore.chunk-not-present": "аЇбƒаНаКаИ аНаЕ аПб€аИббƒб‚бб‚аВаОаВаАаЛаИ аВ баНаАаПбˆаОб‚аЕ.", + "worldedit.restore.chunk-load-failed": "ааЕ бƒаДаАаЛаОббŒ аЗаАаГб€бƒаЗаИб‚бŒ б‡аАаНаКаИ. (аŸаЛаОб…аОаЙ аАб€б…аИаВ?)", + "worldedit.restore.block-place-failed": "аžбˆаИаБаКаИ аМаЕбˆаАаЛаИ аВаОббб‚аАаНаОаВаЛаЕаНаИбŽ аЛбŽаБб‹б… аБаЛаОаКаОаВ.", + "worldedit.restore.block-place-error": "аŸаОбаЛаЕаДаНбб аОбˆаИаБаКаА: {0}", + "worldedit.snapshot.use.newest": "аЂаЕаПаЕб€бŒ аИбаПаОаЛбŒаЗбƒаЙб‚аЕ аНаОаВб‹аЙ баНаАаПбˆаОб‚.", + "worldedit.snapshot.use": "аЁаНаАаПбˆаОб‚ бƒбб‚аАаНаОаВаЛаЕаН: {0}", + "worldedit.snapshot.none-before": "аЁаНаЕаПбˆаОб‚б‹ аДаО {0} аНаЕ аНаАаЙаДаЕаНб‹.", + "worldedit.snapshot.none-after": "аЁаНаЕаПбˆаОб‚б‹ аПаОбаЛаЕ{0} аНаЕ аНаАаЙаДаЕаНб‹.", + "worldedit.snapshot.index-above-0": "ааЕаКаОб€б€аЕаКб‚аНаОаЕ аЗаНаАб‡аЕаНаИаЕ, аИаНаДаЕаКб аДаОаЛаЖаЕаН аБб‹б‚бŒ аБаОаЛбŒбˆаЕ аИаЛаИ б€аАаВаЕаН 1.", + "worldedit.snapshot.index-oob": "ааЕаКаОб€б€аЕаКб‚аНаОаЕ аЗаНаАб‡аЕаНаИаЕ, аИаНаДаЕаКб аДаОаЛаЖаЕаН аБб‹б‚бŒ аМаЕаЖаДбƒ 1 аИ {0}.", + "worldedit.schematic.unknown-format": "ааЕаИаЗаВаЕбб‚аНб‹аЙ б„аОб€аМаАб‚ бб…аЕаМб‹: {0}.", + "worldedit.schematic.load.does-not-exist": "аЁб…аЕаМаА {0} аНаЕ ббƒб‰аЕбб‚аВбƒаЕб‚!", + "worldedit.schematic.load.loading": "(аŸаОаЖаАаЛбƒаЙбб‚аА, аПаОаДаОаЖаДаИб‚аЕ... аЗаАаГб€бƒаЗаКаА бб…аЕаМб‹)", + "worldedit.schematic.load.still-loading": "(аŸаОаЖаАаЛбƒаЙбб‚аА, аПаОаДаОаЖаДаИб‚аЕ... аЗаАаГб€бƒаЗаКаА бб…аЕаМб‹.)", + "worldedit.schematic.save.already-exists": "аЁб…аЕаМаА б б‚аАаКаИаМ аНаАаЗаВаАаНаИаЕаМ бƒаЖаЕ ббƒб‰аЕбб‚аВбƒаЕб‚. а˜баПаОаЛбŒаЗбƒаЙб‚аЕ б„аЛаАаГ -f аДаЛб аПаЕб€аЕаЗаАаПаИбаИ.", + "worldedit.schematic.save.failed-directory": "ааЕ бƒаДаАаЛаОббŒ баОаЗаДаАб‚бŒ аПаАаПаКбƒ аДаЛб бб…аЕаМ!", + "worldedit.schematic.save.saving": "(аŸаОаЖаАаЛбƒаЙбб‚аА, аПаОаДаОаЖаДаИб‚аЕ... баОб…б€аАаНаЕаНаИаЕ бб…аЕаМб‹)", + "worldedit.schematic.save.still-saving": "(аŸаОаЖаАаЛбƒаЙбб‚аА, аПаОаДаОаЖаДаИб‚аЕ... баОб…б€аАаНаЕаНаИаЕ бб…аЕаМб‹.)", + "worldedit.schematic.delete.does-not-exist": "аЁб…аЕаМаА {0} аНаЕ ббƒб‰аЕбб‚аВбƒаЕб‚!", + "worldedit.schematic.delete.failed": "аžбˆаИаБаКаА аПб€аИ бƒаДаАаЛаЕаНаИаИ бб…аЕаМб‹ {0}! а’аОаЗаМаОаЖаНаО бƒ б„аАаЙаЛаА бƒбб‚аАаНаОаВаЛаЕаН аАб‚б€аИаБбƒб‚ \"аЂаОаЛбŒаКаО аДаЛб б‡б‚аЕаНаИб\"?", + "worldedit.schematic.delete.deleted": "аЁб…аЕаМаА {0} бƒаДаАаЛаЕаНаА.", + "worldedit.schematic.formats.title": "а”аОбб‚бƒаПаНб‹аЕ б„аОб€аМаАб‚б‹ бб…аЕаМ (ааАаЗаВаАаНаИаЕ: б€аАббˆаИб€аЕаНаИб)", + "worldedit.schematic.unsupported-minecraft-version": "а­б‚аА аВаЕб€баИб WorldEdit аНаЕ аПаОаДаДаЕб€аЖаИаВаАаЕб‚ аВаАбˆбƒ аВаЕб€баИбŽ Minecraft. аЁб…аЕаМб‹ аНаЕ аБбƒаДбƒб‚ б€аАаБаОб‚аАб‚бŒ, аПаОаКаА бб‚аО аНаЕ аБбƒаДаЕб‚ б€аЕбˆаЕаНаО.", + "worldedit.pos.already-set": "аЂаОб‡аКаА бƒаЖаЕ бƒбб‚аАаНаОаВаЛаЕаНаА.", + "worldedit.pos.console-require-coords": "аŸб€аИ аИбаПаОаЛбŒаЗаОаВаАаНаИаИ бб‚аОаЙ аКаОаМаАаНаДб‹ аИаЗ аКаОаНбаОаЛаИ аВб‹ аДаОаЛаЖаНб‹ бƒаКаАаЗб‹аВаАб‚бŒ аКаОаОб€аДаИаНаАб‚б‹.", + "worldedit.hpos.no-block": "ааЕб‚ аБаЛаОаКаОаВ аВ аПаОаЛаЕ аЗб€аЕаНаИб!", + "worldedit.hpos.already-set": "аЂаОб‡аКаА бƒаЖаЕ бƒбб‚аАаНаОаВаЛаЕаНаА.", + "worldedit.chunk.selected-multiple": "а’б‹аБб€аАаНаНб‹аЕ б‡аАаНаКаИ: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "а’б‹аБб€аАаНаНб‹аЙ б‡аАаНаК: {0}, {1}, {2}", + "worldedit.wand.invalid": "аŸб€аЕаДаМаЕб‚ аДаЛб аВб‹аДаЕаЛаЕаНаИб б‚аЕб€б€аИб‚аОб€аИаИ аНаЕ аНаАбб‚б€аОаЕаН аИаЛаИ аОб‚аКаЛбŽб‡аЕаН.", + "worldedit.wand.selwand.info": "а›аšаœ - аПаЕб€аВаАб б‚аОб‡аКаА; аŸаšаœ - аВб‚аОб€аАб б‚аОб‡аКаА", + "worldedit.wand.navwand.info": "а›аšаœ: аПаЕб€аЕаМаЕбб‚аИб‚бŒбб аВ б‚аОб‡аКбƒ; аŸаšаœ: аПб€аОаЙб‚аИ б‡аЕб€аЕаЗ бб‚аЕаНбƒ", + "worldedit.wand.selwand.now.tool": "аŸаАаЛаОб‡аКаА аВб‹аБаОб€аА б‚аЕаПаЕб€бŒ аОаБб‹б‡аНб‹аЙ аИаНбб‚б€бƒаМаЕаНб‚. а’б‹ аМаОаЖаЕб‚аЕ аОб‚аКаЛбŽб‡аЕб‚бŒ бб‚аО аВаВаЕаДб {0}, аПб€аИаВбаЗаАб‚бŒ аК аДб€бƒаГаОаМбƒ аПб€аЕаДаМаЕб‚бƒ аВаВаЕаДб {1}, аИаЛаИ аПаОаЛбƒб‡аИб‚бŒ аНаОаВбƒбŽ аПаАаЛаОб‡аКбƒ аВб‹аБаОб€аА аВаВаЕаДб {2}.", + "worldedit.contract.contracted": "а’б‹аДаЕаЛаЕаНаНаАб аОаБаЛаАбб‚бŒ бƒаМаЕаНбŒбˆаЕаНаА аНаА {0} аБаЛаОаКаА(аОаВ).", + "worldedit.shift.shifted": "а’б‹аДаЕаЛаЕаНаНаАб аОаБаЛаАбб‚бŒ баДаВаИаНбƒб‚аА.", + "worldedit.outset.outset": "а’б‹аДаЕаЛаЕаНаНаАб аОаБаЛаАбб‚бŒ б€аАббˆаИб€аЕаНаА.", + "worldedit.inset.inset": "а’б‹аДаЕаЛаЕаНаНаАб аОаБаЛаАбб‚бŒ баЖаАб‚аА.", + "worldedit.size.offset": "аЁаМаЕб‰аЕаНаИаЕ: {0}", + "worldedit.size.type": "аЂаИаП: {0}", + "worldedit.size.size": "а“аАаБаАб€аИб‚б‹: {0}", + "worldedit.size.distance": "а аАббб‚аОбаНаИаЕ аКбƒаБаОаИаДаА: {0}", + "worldedit.size.blocks": "аšаОаЛаИб‡аЕбб‚аВаО аБаЛаОаКаОаВ: {0}", + "worldedit.count.counted": "аšаОаЛаИб‡аЕбб‚аВаО: {0}", + "worldedit.distr.no-blocks": "а‘аЛаОаКаИ аНаЕ аНаАаЙаДаЕаНб‹.", + "worldedit.distr.no-previous": "ааЕб‚ аПб€аЕаДб‹аДбƒб‰аЕаГаО б€аАбаПб€аЕаДаЕаЛаЕаНаИб.", + "worldedit.distr.total": "а’баЕаГаО аБаЛаОаКаОаВ: {0}", + "worldedit.select.cleared": "а’б‹аДаЕаЛаЕаНаИаЕ аОб‡аИб‰аЕаНаО.", + "worldedit.select.cuboid.message": "аšбƒаБаОаИаД: а›аšаœ - аПаЕб€аВаАб б‚аОб‡аКаА, аŸаšаœ- аВб‚аОб€аАб б‚аОб‡аКаА", + "worldedit.select.cuboid.description": "а’б‹аБаЕаЛаИб‚аЕ аДаВаА бƒаГаЛаА аКбƒаБаОаИаДаА", + "worldedit.select.extend.message": "аšбƒаБаОаИаД: а›аšаœ - аНаАб‡аАаЛбŒаНаАб б‚аОб‡аКаА; аŸаšаœ - б€аАббˆаИб€аИб‚бŒ", + "worldedit.select.extend.description": "а аЕаЖаИаМ аБб‹бб‚б€аОаГаО аВб‹аБаОб€аА аКбƒаБаОаИаДаА", + "worldedit.select.poly.message": "2D аМаНаОаГаОбƒаГаОаЛбŒаНаИаК: аŸаšаœ/а›аšаœ - аДаОаБаАаВаИб‚бŒ б‚аОб‡аКбƒ.", + "worldedit.select.poly.limit-message": "{0} б‚аОб‡аКаИ(аЕаК) аМаАаКбаИаМбƒаМ.", + "worldedit.select.poly.description": "а’б‹аДаЕаЛаИб‚аЕ 2D аМаНаОаГаОбƒаГаОаЛбŒаНаИаК б аВб‹баОб‚аОаЙ", + "worldedit.select.ellipsoid.message": "а­аЛаЛаИаПбаОаИаД: а›аšаœ - б†аЕаНб‚б€; аŸаšаœ - б€аАббˆаИб€аИб‚бŒ", + "worldedit.select.ellipsoid.description": "а’б‹аБаЕб€аИб‚аЕ баЛаЛаИаПбаОаИаД", + "worldedit.select.sphere.message": "аЁб„аЕб€аА: а›аšаœ - б†аЕаНб‚б€; аŸаšаœ - б€аАаДаИбƒб", + "worldedit.select.sphere.description": "а’б‹аБаЕб€аИб‚аЕ бб„аЕб€бƒ", + "worldedit.select.cyl.message": "аІаИаЛаИаНаДб€: а›аšаœ - б†аЕаНб‚б€; аŸаšаœ - б€аАббˆаИб€аИб‚бŒ", + "worldedit.select.cyl.description": "а’б‹аБаЕб€аИб‚аЕ б†аИаЛаИаНаДб€", + "worldedit.select.convex.message": "а’б‹аПбƒаКаЛб‹аЙ аМаНаОаГаОбƒаГаОаЛбŒаНаИаК: а›аšаœ - аПаЕб€аВаАб аВаЕб€бˆаИаНаА; аŸаšаœ - аДаОаБаАаВаИб‚бŒ аВаЕб€бˆаИаНбƒ.", + "worldedit.select.convex.limit-message": "{0} б‚аОб‡аКаИ(аЕаК) аМаАаКбаИаМбƒаМ.", + "worldedit.select.convex.description": "а’б‹аБаЕб€аИб‚аЕ аВб‹аПбƒаКаЛб‹аЙ аМаНаОаГаОаГб€аАаНаНаИаК", + "worldedit.select.default-set": "а’аАбˆ аВб‹аБаОб€ б€аЕаГаИаОаНаА аПаО бƒаМаОаЛб‡аАаНаИбŽ {0}.", + "worldedit.chunkinfo.chunk": "аЇаАаНаК: {0}, {1}", + "worldedit.chunkinfo.old-filename": "аЁб‚аАб€б‹аЙ б„аОб€аМаАб‚: {0}", + "worldedit.chunkinfo.mcregion-filename": "аœаАаЙаНаКб€аАб„б‚ а аЕаГаИаОаН: region/{0}", + "worldedit.listchunks.listfor": "аЁаПаИбаОаК б‡аАаНаКаОаВ: {0}", + "worldedit.drain.drained": "{0} аБаЛаОаКаА(аОаВ) аОббƒбˆаЕаНаО.", + "worldedit.fill.created": "{0} аБаЛаОаКаА(аОаВ) аЗаАаПаОаЛаНаЕаНаО.", + "worldedit.fillr.created": "{0} аБаЛаОаКаА(аОаВ) аЗаАаПаОаЛаНаЕаНаО.", + "worldedit.fixlava.fixed": "{0} аБаЛаОаКаА(аОаВ) аИбаПб€аАаВаЛаЕаНаО.", + "worldedit.fixwater.fixed": "{0} аБаЛаОаКаА(аОаВ) аИбаПб€аАаВаЛаЕаНаО.", + "worldedit.removeabove.removed": "{0} аБаЛаОаКаА(аОаВ) бƒаДаАаЛаЕаНаО.", + "worldedit.removebelow.removed": "{0} аБаЛаОаКаА(аОаВ) бƒаДаАаЛаЕаНаО.", + "worldedit.removenear.removed": "{0} аБаЛаОаКаА(аОаВ) бƒаДаАаЛаЕаНаО.", + "worldedit.replacenear.replaced": "{0} аБаЛаОаКаА(аОаВ) аЗаАаМаЕаНаЕаНаО.", + "worldedit.snow.created": "{0} аБаЛаОаКаА(аОаВ) аПаОаКб€б‹б‚аО баНаЕаГаОаМ.", + "worldedit.thaw.removed": "{0} аБаЛаОаКаА(аОаВ) аОб‡аИб‰аЕаНаО аОб‚ баНаЕаГаА.", + "worldedit.green.changed": "{0} аБаЛаОаКаА(аОаВ) аОаЗаЕаЛаЕаНаЕаНаО.", + "worldedit.extinguish.removed": "{0} аОб‡аАаГаА(аОаВ) аОаГаНб аПаОб‚бƒбˆаЕаНб‹.", + "worldedit.butcher.killed": "{0} аМаОаБаА(аОаВ) бƒаБаИб‚аО аВ б€аАаДаИбƒбаЕ {1}.", + "worldedit.butcher.explain-all": "а˜баПаОаЛбŒаЗбƒаЙб‚аЕ -1 аДаЛб бƒаДаАаЛаЕаНаИб аВбаЕб… аМаОаБаОаВ аВ аЗаАаГб€бƒаЖаЕаНаНб‹б… б‡аАаНаКаАб…", + "worldedit.remove.removed": "{0} ббƒб‰аНаОбб‚аИ(аЕаЙ) аОб‚аМаЕб‡аЕаНб‹ аДаЛб бƒаДаАаЛаЕаНаИб.", + "worldedit.remove.explain-all": "а˜баПаОаЛбŒаЗбƒаЙб‚аЕ -1 аДаЛб бƒаДаАаЛаЕаНаИб аВбаЕб… аМаОаБаОаВ аВ аЗаАаГб€бƒаЖаЕаНаНб‹б… б‡аАаНаКаАб…", + "worldedit.calc.invalid": "'{0}' аНаЕ аМаОаЖаЕб‚ аБб‹б‚бŒ аОаБб€аАаБаОб‚аАаНаО аКаАаК аДаОаПбƒбб‚аИаМаОаЕ аВб‹б€аАаЖаЕаНаИаЕ", + "worldedit.calc.invalid.with-error": "'{0}' аНаЕ аМаОаЖаЕб‚ аБб‹б‚бŒ аОаБб€аАаБаОб‚аАаНаО аКаАаК аДаОаПбƒбб‚аИаМаОаЕ аВб‹б€аАаЖаЕаНаИаЕ: '{1}'", + "worldedit.paste.pasted": "а‘бƒб„аЕб€ аОаБаМаЕаНаА аБб‹аЛ аВбб‚аАаВаЛаЕаН аВ {0}", + "worldedit.paste.selected": "а’б‹аДаЕаЛаЕаНаА аОаБаЛаАбб‚бŒ, аВ аКаОб‚аОб€бƒбŽ аБбƒаДаЕб‚ аВбб‚аАаВаЛаЕаНаО баОаДаЕб€аЖаИаМаОаЕ аБбƒб„аЕб€аА аОаБаМаЕаНаА.", + "worldedit.rotate.no-interpolation": "аŸб€аИаМаЕб‡аАаНаИаЕ: а˜аНб‚аЕб€аПаОаЛбб†аИб аЕб‰аЕ аНаЕ аПаОаДаДаЕб€аЖаИаВаАаЕб‚бб, аПаОбб‚аОаМбƒ б€аЕаКаОаМаЕаНаДбƒаЕб‚бб аИбаПаОаЛбŒаЗаОаВаАб‚бŒ бƒаГаЛб‹ аКб€аАб‚аНб‹аЕ 90.", + "worldedit.rotate.rotated": "аЁаОаДаЕб€аЖаИаМаОаЕ аБбƒб„аЕб€аА аОаБаМаЕаНаА аПаОаВб‘б€аНбƒб‚аО.", + "worldedit.flip.flipped": "аЁаОаДаЕб€аЖаИаМаОаЕ аБбƒб„аЕб€аА аОаБаМаЕаНаА аЗаЕб€аКаАаЛбŒаНаО аОб‚б€аАаЖаЕаНаО.", + "worldedit.clearclipboard.cleared": "а‘бƒб„аЕб€ аОаБаМаЕаНаА аОб‡аИб‰аЕаН.", + "worldedit.set.done": "аžаПаЕб€аАб†аИб аЗаАаВаЕб€бˆаЕаНаА.", + "worldedit.set.done.verbose": "аžаПаЕб€аАб†аИб аЗаАаВаЕб€бˆаЕаНаА ({0}).", + "worldedit.line.changed": "{0} аБаЛаОаКаА(аОаВ) аИаЗаМаЕаНаЕаНаО.", + "worldedit.line.invalid-type": "//line б€аАаБаОб‚аАаЕб‚ б‚аОаЛбŒаКаО б аВб‹аДаЕаЛаЕаНаИбаМаИ б‚аИаПаА аКбƒаБаОаИаД аИаЛаИ аВб‹аПбƒаКаЛб‹аЙ аМаНаОаГаОаГб€аАаНаНаИаК", + "worldedit.curve.changed": "{0} аБаЛаОаКаА(аОаВ) аИаЗаМаЕаНаЕаНаО.", + "worldedit.curve.invalid-type": "//curve б€аАаБаОб‚аАаЕб‚ б‚аОаЛбŒаКаО б аВб‹аПбƒаКаЛб‹аМаИ аМаНаОаГаОаГб€аАаНаНаИаКаАаМаИ", + "worldedit.replace.replaced": "{0} аБаЛаОаКаА(аОаВ) аЗаАаМаЕаНаЕаНаО.", + "worldedit.stack.changed": "{0} аБаЛаОаКаА(аОаВ) аИаЗаМаЕаНаЕаНаО. а˜баПаОаЛбŒаЗбƒаЙб‚аЕ //undo, б‡б‚аОаБб‹ аОб‚аМаЕаНаИб‚бŒ", + "worldedit.stack.intersecting-region": "аŸб€аОаДаЛаЕаНаИаЕ аБаЛаОаКаОаВ аНаЕ аДаОаЛаЖаНаО аПаЕб€аЕбаЕаКаАб‚бб б б€аЕаГаИаОаНаОаМ аПб€аИ аИбаПаОаЛбŒаЗаОаВаАаНаИаИ аБаЛаОаКаОаВ", + "worldedit.regen.regenerated": "а’б‹аДаЕаЛаЕаНаНаАб аОаБаЛаАбб‚бŒ б€аЕаГаЕаНаЕб€аИб€аОаВаАаНаА.", + "worldedit.regen.failed": "ааЕ бƒаДаАаЛаОббŒ б€аЕаГаЕаНаЕб€аИб€аОаВаАб‚бŒ аВб‹аДаЕаЛаЕаНаНбƒбŽ аОаБаЛаАбб‚бŒ. аŸаОаДб€аОаБаНаАб аИаНб„аОб€аМаАб†аИб аВ аКаОаНбаОаЛаИ.", + "worldedit.walls.changed": "{0} аБаЛаОаКаА(аОаВ) аИаЗаМаЕаНаЕаНаО.", + "worldedit.faces.changed": "{0} аБаЛаОаКаА(аОаВ) аИаЗаМаЕаНаЕаНаО.", + "worldedit.overlay.overlaid": "{0} аБаЛаОаКаА(аОаВ) аНаАаЛаОаЖаЕаНаО.", + "worldedit.naturalize.naturalized": "{0} аБаЛаОаКаА(аОаВ) б‚аЕаПаЕб€бŒ аВб‹аГаЛбаДбб‚ аБаОаЛаЕаЕ аЕбб‚аЕбб‚аВаЕаНаНаО.", + "worldedit.center.changed": "аІаЕаНб‚б€ аИаЗаМаЕаНаЕаНаОаВ. ({0} аБаЛаОаКаА(аОаВ) аИаЗаМаЕаНаЕаНаО)", + "worldedit.smooth.changed": "а›аАаНаДбˆаАб„б‚ баГаЛаАаЖаЕаН. {0} аБаЛаОаКаА(аОаВ) аИаЗаМаЕаНаЕаНаО.", + "worldedit.move.moved": "{0} аБаЛаОаКаА(аОаВ) аПаЕб€аЕаМаЕб‰аЕаНаО.", + "worldedit.deform.deformed": "{0} аБаЛаОаКаА(аОаВ) аДаЕб„аОб€аМаИб€аОаВаАаНаО.", + "worldedit.hollow.changed": "{0} аБаЛаОаКаА(аОаВ) аИаЗаМаЕаНаЕаНаО.", + "worldedit.forest.created": "{0} аДаЕб€аЕаВаА(бŒаЕаВ) баОаЗаДаАаНаО.", + "worldedit.flora.created": "{0} б€аАбб‚аЕаНаИб(аИаЙ) баОаЗаДаАаНаО.", + "worldedit.unstuck.moved": "а’б‹ аОбаВаОаБаОаДаИаЛаИббŒ!", + "worldedit.ascend.obstructed": "ааЕб‚ баВаОаБаОаДаНаОаГаО аМаЕбб‚аА аНаАаД аВаАаМаИ.", + "worldedit.ascend.moved": "аŸаОаДаНбб‚бŒбб аНаА {0} бƒб€аОаВаНб(аЕаЙ).", + "worldedit.descend.obstructed": "ааЕб‚ баВаОаБаОаДаНаОаГаО аМаЕбб‚аА аПаОаД аВаАаМаИ.", + "worldedit.descend.moved": "аЁаПбƒбб‚аИб‚бŒбб аНаА {0} бƒб€аОаВаНб(аЕаЙ).", + "worldedit.ceil.obstructed": "ааЕб‚ баВаОаБаОаДаНаОаГаО аМаЕбб‚аА аНаАаД аВаАаМаИ.", + "worldedit.ceil.moved": "а’аЖбƒб…!", + "worldedit.thru.obstructed": "ааЕб‚ баВаОаБаОаДаНаОаГаО аМаЕбб‚аА аПаЕб€аЕаД аВаАаМаИ.", + "worldedit.thru.moved": "а’аЖбƒб…!", + "worldedit.jumpto.moved": "а‘аАб†!", + "worldedit.jumpto.none": "ааЕб‚ аБаЛаОаКаА аВ аПаОаЛаЕ аЗб€аЕаНаИб (аИаЛаИ аОаН баЛаИбˆаКаОаМ аДаАаЛаЕаКаО)!", + "worldedit.up.obstructed": "аЂб‹ аБб‹ бƒаДаАб€аИаЛ б‡б‚аО-б‚аО аНаАаД баОаБаОаЙ.", + "worldedit.up.moved": "а’аЖбƒб…!", + "worldedit.cyl.invalid-radius": "а—аНаАб‡аЕаНаИаЕ б€аАаДаИбƒбаА аДаОаЛаЖаНаО аБб‹б‚бŒ 1 аИаЛаИ 2.", + "worldedit.cyl.created": "{0} аБаЛаОаКаА(аОаВ) баОаЗаДаАаНаО.", + "worldedit.sphere.invalid-radius": "а—аНаАб‡аЕаНаИаЕ б€аАаДаИбƒбаА аДаОаЛаЖаНаО аБб‹б‚бŒ 1 аИаЛаИ 3.", + "worldedit.sphere.created": "{0} аБаЛаОаКаА(аОаВ) баОаЗаДаАаНаО.", + "worldedit.forestgen.created": "{0} аДаЕб€аЕаВаА(бŒаЕаВ) баОаЗаДаАаНаО.", + "worldedit.pumpkins.created": "{0} б‚б‹аКаВ(б‹) баОаЗаДаАаНаО.", + "worldedit.pyramid.created": "{0} аБаЛаОаКаА(аОаВ) баОаЗаДаАаНаО.", + "worldedit.generate.created": "{0} аБаЛаОаКаА(аОаВ) баОаЗаДаАаНаО.", + "worldedit.generatebiome.changed": "{0} аБаИаОаМаА(аОаВ) аЗаАб‚б€аОаНбƒб‚б‹.", + "worldedit.reload.config": "аšаОаНб„аИаГбƒб€аАб†аИб аОаБаНаОаВаЛаЕаНаА!", + "worldedit.report.written": "WorldEdit аОб‚б‡аЕб‚ аЗаАаПаИбаАаН аНаА {0}", + "worldedit.report.error": "ааЕ бƒаДаАаЛаОббŒ аНаАаПаИбаАб‚бŒ аОб‚б‡аЕб‚: {0}", + "worldedit.report.callback": "аžб‚б‡б‘б‚ WorldEdit: {0}.аОб‚б‡б‘б‚", + "worldedit.timezone.invalid": "ааЕаВаЕб€аНб‹аЙ б‡аАбаОаВаОаЙ аПаОбб", + "worldedit.timezone.set": "аЇаАбаОаВаОаЙ аПаОбб аДаЛб бб‚аОаЙ баЕббаИаИ аИаЗаМаЕаНаЕаН: {0}", + "worldedit.timezone.current": "аЂаЕаКбƒб‰аЕаЕ аВб€аЕаМб аВ бб‚аОаМ б‡аАбаОаВаОаМ аПаОббаЕ: {0}", + "worldedit.version.version": "а’аЕб€баИб WorldEdit {0}", + "worldedit.version.bukkit.unsupported-adapter": "а­б‚аА аВаЕб€баИб WorldEdit аНаЕ аПаОаДаДаЕб€аЖаИаВаАаЕб‚ аВаАбˆбƒ аВаЕб€баИбŽ Bukkit аДаО аКаОаНб†аА. а‘аЛаОаКаИ-ббƒб‰аНаОбб‚аИ (аНаАаПб€аИаМаЕб€, ббƒаНаДбƒаКаИ) аБбƒаДбƒб‚ аПбƒбб‚б‹аМаИ, баОбб‚аОбаНаИб аБаЛаОаКаОаВ (аНаАаПб€аИаМаЕб€, аПаОаВаОб€аОб‚) аБбƒаДбƒб‚ аОб‚ббƒб‚бб‚аВаОаВаАб‚бŒ, аИ аДб€бƒаГаИаЕ б„бƒаНаКб†аИаИ аМаОаГбƒб‚ аНаЕ б€аАаБаОб‚аАб‚бŒ. аžаБаНаОаВаИб‚аЕ WorldEdit, б‡б‚аОаБб‹ аВаОббб‚аАаНаОаВаИб‚бŒ бб‚аОб‚ б„бƒаНаКб†аИаОаНаАаЛ:\n{0}", + "worldedit.trace.no-tracing-extents": "аЂб€аАббаИб€аОаВаКаА: а аАббˆаИб€аЕаНаИб аНаЕ аБб‹аЛаИ аИбаПаОаЛбŒаЗаОаВаАаНб‹.", + "worldedit.trace.action-failed": "аЂб€аАббаИб€аОаВаКаА: а”аЕаЙбб‚аВаИаЕ(б) {0} аНаА аПаОаЗаИб†аИаИ {1} аОб‚аКаЛаОаНаЕаНаО б€аАббˆаИб€аЕаНаИаЕаМ {2}", + "worldedit.trace.active.already": "а аЕаЖаИаМ б‚б€аАббаИб€аОаВаКаИ бƒаЖаЕ аАаКб‚аИаВаЕаН.", + "worldedit.trace.inactive.already": "а аЕаЖаИаМ б‚б€аАббаИб€аОаВаКаИ бƒаЖаЕ аНаЕаАаКб‚аИаВаЕаН.", + "worldedit.trace.active": "а аЕаЖаИаМ б‚б€аАббаИб€аОаВаКаИ аАаКб‚аИаВаИб€аОаВаАаН.", + "worldedit.trace.inactive": "а аЕаЖаИаМ б‚б€аАббаИб€аОаВаКаИ аДаЕаАаКб‚аИаВаИб€аОаВаАаН.", + "worldedit.command.time-elapsed": "{0}б аИбб‚аЕаКаЛаО (аИбб‚аОб€аИб: {1} аИаЗаМаЕаНаЕаНаО; {2} аБаЛаОаКаОаВ/баЕаК).", + "worldedit.command.permissions": "аЃ аВаАб аНаЕб‚ аНаА бб‚аО аПб€аАаВаА!", + "worldedit.command.player-only": "а­б‚бƒ аКаОаМаАаНаДбƒ аМаОаЖаНаО аИбаПаОаЛбŒаЗаОаВаАб‚бŒ б‚аОаЛбŒаКаО аИаЗ аИаГб€б‹.", + "worldedit.command.error.report": "аŸаОаЖаАаЛбƒаЙбб‚аА, баОаОаБб‰аИб‚аЕ аОаБ бб‚аОаЙ аОбˆаИаБаКаЕ: [аЁаМаОб‚б€аИб‚аЕ аКаОаНбаОаЛбŒ]", + "worldedit.pastebin.uploading": "(аŸаОаЖаАаЛбƒаЙбб‚аА, аПаОаДаОаЖаДаИб‚аЕ... аОб‚аПб€аАаВаКаА аВб‹аВаОаДаА аНаА pastebin...)", + "worldedit.session.cant-find-session": "ааЕ бƒаДаАаЛаОббŒ аНаАаЙб‚аИ баЕббаИбŽ аДаЛб {0}", + "worldedit.platform.no-file-dialog": "аЄаАаЙаЛаОаВб‹аЙ аДаИаАаЛаОаГ аНаЕ аПаОаДаДаЕб€аЖаИаВаАаЕб‚бб аВ аВаАбˆаЕаЙ бб€аЕаДаЕ.", + "worldedit.asset.load.loading": "(аŸаОаЖаАаЛбƒаЙбб‚аА, аПаОаДаОаЖаДаИб‚аЕ... аЗаАаГб€бƒаЗаКаА б€аЕббƒб€баА.)", + "worldedit.asset.load.still-loading": "(аŸаОаЖаАаЛбƒаЙбб‚аА, аПаОаДаОаЖаДаИб‚аЕ... аЗаАаГб€бƒаЗаКаА б€аЕббƒб€баА.)", + "worldedit.asset.load.failed": "ааЕ бƒаДаАаЛаОббŒ аЗаАаГб€бƒаЗаИб‚бŒ б€аЕббƒб€б", + "worldedit.tool.max-block-changes": "а”аОбб‚аИаГаНбƒб‚ аЛаИаМаИб‚ аИаЗаМаЕаНаЕаНаИб аБаЛаОаКаОаВ.", + "worldedit.tool.no-block": "ааЕб‚ аБаЛаОаКаА аВ аПаОаЛаЕ аЗб€аЕаНаИб!", + "worldedit.tool.repl.equip": "а˜аНбб‚б€бƒаМаЕаНб‚ аЗаАаМаЕаНб‹ аБаЛаОаКаОаВ аПб€аИаВбаЗаАаН аК {0}.", + "worldedit.tool.repl.switched": "а˜аНбб‚б€бƒаМаЕаНб‚ аЗаАаМаЕаНб‹ аПаЕб€аЕаКаЛбŽб‡аЕаН аНаА: {0}", + "worldedit.tool.data-cycler.equip": "а˜аНбб‚б€бƒаМаЕаНб‚ аДаЛб аПаЕб€аЕаКаЛбŽб‡аЕаНаИб аДаАаНаНб‹б… аБаЛаОаКаА аБб‹аЛ аНаАаЗаНаАб‡аЕаН аНаА {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "аЃ аВаАб аНаЕб‚ б€аАаЗб€аЕбˆаЕаНаИб аНаА аПаЕб€аЕаКаЛбŽб‡аЕаНаИаЕ аЗаНаАб‡аЕаНаИаЙ аДаАаНаНб‹б… бб‚аОаГаО аБаЛаОаКаА.", + "worldedit.tool.data-cycler.cant-cycle": "а”аАаНаНб‹аЕ бб‚аОаГаО аБаЛаОаКаА аНаЕ аМаОаГбƒб‚ аБб‹б‚бŒ аПаЕб€аЕаКаЛбŽб‡аЕаНб‹!", + "worldedit.tool.data-cycler.new-value": "а—аНаАб‡аЕаНаИаЕ {0} б‚аЕаПаЕб€бŒ {1}.", + "worldedit.tool.data-cycler.cycling": "аЁаЕаЙб‡аАб аВаЕаЛаОбаИаПаЕаД {0}.", + "worldedit.tool.deltree.equip": "а˜аНбб‚б€бƒаМаЕаНб‚ бƒаДаАаЛаЕаНаИб аПаАб€бб‰аИб… аДаЕб€аЕаВбŒаЕаВ аПб€аИаВбаЗаАаН аК {0}.", + "worldedit.tool.deltree.not-tree": "а­б‚аО аНаЕ аДаЕб€аЕаВаО.", + "worldedit.tool.deltree.not-floating": "а­б‚аО аНаЕ аПаЛаАаВаАбŽб‰аЕаЕ аДаЕб€аЕаВаО.", + "worldedit.tool.tree.equip": "а˜аНбб‚б€бƒаМаЕаНб‚ баОаЗаДаАаНаИб аДаЕб€аЕаВбŒаЕаВ аПб€аИаВбаЗаАаН аК {0}.", + "worldedit.tool.tree.obstructed": "а”аЕб€аЕаВаО аНаЕ аМаОаЖаЕб‚ аБб‹б‚бŒ б‚аАаМ.", + "worldedit.tool.info.equip": "а˜аНбб‚б€бƒаМаЕаНб‚ аИаНб„аОб€аМаАб†аИаИ аО аБаЛаОаКаЕ аПб€аИаВбаЗаАаН аК {0}.", + "worldedit.tool.info.blockstate.hover": "аЁаОбб‚аОбаНаИаЕ аБаЛаОаКаА", + "worldedit.tool.info.internalid.hover": "а’аНбƒб‚б€аЕаНаНаИаЙ ID", + "worldedit.tool.info.legacy.hover": "аЃбб‚аАб€аЕаВбˆаИаЙ id:data", + "worldedit.tool.info.light.hover": "а‘аЛаОаКаИб€аОаВаАб‚бŒ аЁаВаЕб‚/аЁаВаЕб‚ аЁаВаЕб€б…бƒ", + "worldedit.tool.none.equip": "а˜аНбб‚б€бƒаМаЕаНб‚ аОб‚аВбаЗаАаН аОб‚ аПб€аЕаДаМаЕб‚аА аВ аВаАбˆаЕаЙ б€бƒаКаЕ.", + "worldedit.tool.none.to.unequip": "аŸб€аЕаДаМаЕб‚ аВ аВаАбˆаЕаЙ б€бƒаКаЕ аНаЕ аПб€аИаВбаЗаАаН.", + "worldedit.tool.selwand.equip": "аŸаАаЛаОб‡аКаА аВб‹аБаОб€аА аПб€аИаВбаЗаАаНаА аК {0}.", + "worldedit.tool.navwand.equip": "аŸаАаЛаОб‡аКаА аНаАаВаИаГаАб†аИаИ аПб€аИаВбаЗаАаНаА аК {0}.", + "worldedit.tool.floodfill.equip": "а˜аНбб‚б€бƒаМаЕаНб‚ аЗаАаЛаИаВаКаИ аБаЛаОаКаОаВ аПб€аИаВбаЗаАаН аК {0}.", + "worldedit.tool.farwand.equip": "а˜аНбб‚б€бƒаМаЕаНб‚ бƒаДаАаЛаЕаНаНаОаГаО аВб‹аДаЕаЛаЕаНаИб аПб€аИаВбаЗаАаН аК {0}.", + "worldedit.tool.lrbuild.equip": "аЁб‚б€аОаИб‚аЕаЛбŒаНб‹аЙ аИаНбб‚б€бƒаМаЕаНб‚ аДаАаЛбŒаНаЕаГаО аДаЕаЙбб‚аВаИб аПб€аИаВбаЗаАаН аК {0}.", + "worldedit.tool.lrbuild.set": "аЉаЕаЛаКаНаИб‚аЕ аЛаЕаВаОаЙ аКаНаОаПаКаОаЙ аМб‹бˆаИ аНаА {0}; аПб€аАаВаОаЙ аКаНаОаПаКаОаЙ аМб‹бˆаИ аЗаАаДаАб‘б‚бб {1}.", + "worldedit.tool.stack.equip": "а˜аНбб‚б€бƒаМаЕаНб‚ аПб€аОаДаЛаЕаНаИб аБаЛаОаКаОаВ аПб€аИаВбаЗаАаН аК {0}.", + "worldedit.tool.unbind-instruction": "а’аВаЕаДаИб‚аЕ {0} аДаЕб€аЖаА аПб€аЕаДаМаЕб‚ б‡б‚аО-аБб‹ аОб‚аВбаЗаАб‚бŒ аЕаГаО.", + "worldedit.tool.superpickaxe.mode.single": "аžаДаИаНаОб‡аНб‹аЙ б€аЕаЖаИаМ. аЉб‘аЛаКаНаИб‚аЕ аЛаЕаВбƒбŽ аКаНаОаПаКбƒ аМб‹бˆаИ б аКаИб€аКаОаЙ. // аДаЛб аВб‹аКаЛбŽб‡аЕаНаИб.", + "worldedit.tool.superpickaxe.mode.area": "а аЕаЖаИаМ аОаБаЛаАбб‚аИ. аЉаЕаЛаКаНаИб‚аЕ аЛаЕаВаОаЙ аКаНаОаПаКаОаЙ аМб‹бˆаИ б аКаИб€аКаОаЙ. // аДаЛб аВб‹аКаЛбŽб‡аЕаНаИб.", + "worldedit.tool.superpickaxe.mode.recursive": "а аЕаКбƒб€баИаВаНб‹аЙ б€аЕаЖаИаМ. аЉб‘аЛаКаНаИб‚аЕ аЛаЕаВаОаЙ аКаНаОаПаКаОаЙ аМб‹бˆаИ б аКаИб€аКаОаЙ. // аДаЛб аВб‹аКаЛбŽб‡аЕаНаИб.", + "worldedit.tool.superpickaxe.max-range": "аœаАаКбаИаМаАаЛбŒаНб‹аЙ аДаИаАаПаАаЗаОаН: {0}.", + "worldedit.tool.superpickaxe.enabled.already": "аЁбƒаПаЕб€-аКаИб€аКаА бƒаЖаЕ аВаКаЛбŽб‡аЕаНаА.", + "worldedit.tool.superpickaxe.disabled.already": "аЁбƒаПаЕб€-аКаИб€аКаА бƒаЖаЕ аОб‚аКаЛбŽб‡аЕаНаА.", + "worldedit.tool.superpickaxe.enabled": "аЁбƒаПаЕб€-аКаИб€аКаА аВаКаЛбŽб‡аЕаНаА.", + "worldedit.tool.superpickaxe.disabled": "аЁбƒаПаЕб€-аКаИб€аКаА аОб‚аКаЛбŽб‡аЕаНаА.", + "worldedit.tool.mask.set": "аœаАбаКаА аДаЛб аКаИбб‚аИ бƒбб‚аАаНаОаВаЛаЕаНаА.", + "worldedit.tool.mask.disabled": "аœаАбаКаА аДаЛб аКаИбб‚аИ аОб‚аКаЛбŽб‡аЕаНаА.", + "worldedit.tool.material.set": "аœаАб‚аЕб€аИаАаЛ аКаИбб‚аИ бƒбб‚аАаНаОаВаЛаЕаН.", + "worldedit.tool.range.set": "а”аИаАаПаОаЗаОаН аКаИбб‚аИ бƒбб‚аАаНаОаВаЛаЕаН.", + "worldedit.tool.size.set": "а аАаЗаМаЕб€ аКаИбб‚аИ бƒбб‚аАаНаОаВаЛаЕаН.", + "worldedit.tool.tracemask.set": "аœаАбаКаА б‚б€аАббаИб€аОаВаКаИ бƒбб‚аАаНаОаВаЛаЕаНаА.", + "worldedit.tool.tracemask.disabled": "аœаАбаКаА б‚б€аАббаИб€аОаВаКаИ аОб‚аКаЛбŽб‡аЕаНаА.", + "worldedit.tool.error.cannot-bind": "ааЕ бƒаДаАаЕб‚бб аПб€аИаВбаЗаАб‚бŒ аИаНбб‚б€бƒаМаЕаНб‚ аК {0}: {1}", + "worldedit.tool.error.item-only": "а‘аЛаОаКаИ аНаЕ аМаОаГбƒб‚ аБб‹б‚бŒ аИбаПаОаЛбŒаЗаОаВаАб‚бŒбб.", + "worldedit.execute.script-permissions": "аЃ аВаАб аНаЕб‚ аПб€аАаВаА аНаА аИбаПаОаЛбŒаЗаОаВаАаНаИаЕ бб‚аОаГаО баКб€аИаПб‚аА.", + "worldedit.executelast.no-script": "аЁаНаАб‡аАаЛаА аИбаПаОаЛбŒаЗбƒаЙб‚аЕ /cs б аНаАаЗаВаАаНаИаЕаМ баКб€аИаПб‚аА.", + "worldedit.script.read-error": "аžбˆаИаБаКаА аПб€аИ б‡б‚аЕаНаИаИ баКб€аИаПб‚аА: {0}", + "worldedit.script.unsupported": "а’ аНаАбб‚аОбб‰аЕаЕ аВб€аЕаМб аПаОаДаДаЕб€аЖаИаВаАбŽб‚бб б‚аОаЛбŒаКаО баКб€аИаПб‚б‹ б б€аАббˆаИб€аЕаНаИаЕаМ js", + "worldedit.script.file-not-found": "аЁаКб€аИаПб‚ аНаЕ ббƒб‰аЕбб‚аВбƒаЕб‚: {0}", + "worldedit.script.no-script-engine": "ааЕ бƒаДаАаЛаОббŒ аНаАаЙб‚аИ бƒбб‚аАаНаОаВаЛаЕаНаНб‹аЙ баКб€аИаПб‚аОаВб‹аЙ аДаВаИаЖаОаК.\nаЁаМаОб‚б€аИб‚аЕ https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "аžбˆаИаБаКаА аПб€аИ аВб‹аПаОаЛаНаЕаНаИаИ: {0}", + "worldedit.script.failed-console": "аžбˆаИаБаКаА аПб€аИ аВб‹аПаОаЛаНаЕаНаИаИ (баМаОб‚б€аИб‚аЕ аКаОаНбаОаЛбŒ): {0}", + "worldedit.operation.affected.biome": "{0} аБаИаОаМаА(аОаВ) аЗаАб‚б€аОаНбƒб‚б‹", + "worldedit.operation.affected.block": "{0} аБаЛаОаКаА(аОаВ) аЗаАб‚б€аОаНбƒб‚б‹", + "worldedit.operation.affected.column": "{0} бб‚аОаЛаБаА(аОаВ) аЗаАб‚б€аОаНбƒб‚аО", + "worldedit.operation.affected.entity": "{0} ббƒб‰аНаОбб‚аИ(аЕаЙ) аЗаАб‚б€аОаНбƒб‚аО", + "worldedit.operation.deform.expression": "аДаЕб„аОб€аМаИб€аОаВаАаНаО б аПаОаМаОб‰бŒбŽ {0}", + "worldedit.error.invalid-number": "аЇаИбаЛаА аНаЕб‚, аА бб‚б€аОаКаА аЕбб‚бŒ.", + "worldedit.error.invalid-number.matches": "аЇаИбаЛаА аНаЕб‚, аА бб‚б€аОаКаА \"{0}\" аЕбб‚бŒ.", + "worldedit.error.incomplete-region": "аЁаНаАб‡аАаЛаА аВб‹аБаЕб€аИб‚аЕ б€аЕаГаИаОаН.", + "worldedit.error.unknown-block": "ааЕ бƒаДаАаЕб‚бб б€аАбаПаОаЗаНаАб‚бŒ аНаАаЗаВаАаНаИаЕ аБаЛаОаКаА '{0}'.", + "worldedit.error.unknown-entity": "ааЕ бƒаДаАаЕб‚бб б€аАбаПаОаЗаНаАб‚бŒ аНаАаЗаВаАаНаИаЕ ббƒб‰аНаОбб‚аИ '{0}'.", + "worldedit.error.unknown-mob": "ааЕ бƒаДаАаЕб‚бб б€аАбаПаОаЗаНаАб‚бŒ аНаАаЗаВаАаНаИаЕ аМаОаБаА '{0}'.", + "worldedit.error.unknown-biome": "ааЕ бƒаДаАаЕб‚бб б€аАбаПаОаЗаНаАб‚бŒ аНаАаЗаВаАаНаИаЕ аБаИаОаМаА '{0}'.", + "worldedit.error.unknown-tag": "ааЕ бƒаДаАаЕб‚бб б€аАбаПаОаЗаНаАб‚бŒ аНаАаЗаВаАаНаИаЕ б‚аЕаГаА '{0}'.", + "worldedit.error.empty-tag": "аЂаЕаГ '{0}' аНаИб‡аЕаГаО аНаЕ баОаДаЕб€аЖаИб‚.", + "worldedit.error.no-match": "ааИб‡аЕаГаО аНаЕ аНаАбˆаЛаОббŒ аПаО аЗаАаПб€аОббƒ '{0}'.", + "worldedit.error.disallowed-block": "а‘аЛаОаК '{0}' аЗаАаПб€аЕб‰аЕаН (баМ. аКаОаНб„аИаГбƒб€аАб†аИбŽ WorldEdit).", + "worldedit.error.max-changes": "а”аОбб‚аИаГаНбƒб‚аО аМаАаКбаИаМаАаЛбŒаНаОаЕ аКаОаЛаИб‡аЕбб‚аВаО аИаЗаМаЕаНб‘аНаНб‹б… аБаЛаОаКаОаВ аВ аОаПаЕб€аАб†аИаИ ({0}).", + "worldedit.error.max-brush-radius": "аœаАаКбаИаМаАаЛбŒаНб‹аЙ б€аАаДаИбƒб аКаИбб‚аИ аЕбб‚бŒ {0} (баМ. аКаОаНб„аИаГбƒб€аАб†аИбŽ WorldEdit)", + "worldedit.error.max-radius": "аœаАаКбаИаМаАаЛбŒаНб‹аЙ б€аАаДаИбƒб аЕбб‚бŒ {0} (баМ. аКаОаНб„аИаГбƒб€аАб†аИбŽ WorldEdit)", + "worldedit.error.unknown-direction": "ааЕаИаЗаВаЕбб‚аНаОаЕ аНаАаПб€аАаВаЛаЕаНаИаЕ: {0}", + "worldedit.error.empty-clipboard": "а‘бƒб„аЕб€ аОаБаМаЕаНаА аПбƒбб‚. а˜баПаОаЛбŒаЗбƒаЙб‚аЕ //copy.", + "worldedit.error.invalid-filename": "ааЕаДаОаПбƒбб‚аИаМаОаЕ аИаМб б„аАаЙаЛаА '{0}': {1}", + "worldedit.error.invalid-filename.invalid-characters": "ааЕаДаОаПбƒбб‚аИаМб‹аЕ баИаМаВаОаЛб‹ аИаЛаИ аОб‚ббƒб‚бб‚аВбƒбŽб‚ б€аАббˆаИб€аЕаНаИаЕ", + "worldedit.error.file-resolution": "аžбˆаИаБаКаА б‡б‚аЕаНаИб б„аАаЙаЛаА '{0}': {1}", + "worldedit.error.file-resolution.outside-root": "аŸбƒб‚бŒ аЗаА аПб€аЕаДаЕаЛаАаМаИ б€аАаЗб€аЕбˆаЕаНаНаОаЙ аДаИб€аЕаКб‚аОб€аИаИ", + "worldedit.error.file-resolution.resolve-failed": "ааЕ бƒаДаАаЛаОббŒ аПб€аОб‡аИб‚аАб‚бŒ аПбƒб‚бŒ", + "worldedit.error.file-aborted": "а’б‹аБаОб€ б„аАаЙаЛаА аОб‚аМаЕаНб‘аН.", + "worldedit.error.no-file-selected": "аЄаАаЙаЛ аНаЕ аВб‹аБб€аАаН.", + "worldedit.error.world-unloaded": "аœаИб€ бƒаЖаЕ аПаОаДаАаВаНаО аВб‹аГб€бƒаЖаЕаН.", + "worldedit.error.not-a-block": "а­б‚аА аВаЕб‰бŒ аНаЕ баВаЛбаЕб‚бб аБаЛаОаКаОаМ.", + "worldedit.error.not-a-block.item": "'{0}' аНаЕ баВаЛбаЕб‚бб аБаЛаОаКаОаМ.", + "worldedit.error.incorrect-usage": "аŸб€аАаВаИаЛбŒаНб‹аЙ аВаАб€аИаАаНб‚: {0}", + "worldedit.error.invalid-page": "ааЕаВаЕб€аНб‹аЙ аНаОаМаЕб€ бб‚б€аАаНаИб†б‹", + "worldedit.error.parser.bad-state-format": "ааЕаВаЕб€аНб‹аЙ б„аОб€аМаАб‚ баОбб‚аОбаНаИб аВ {0}", + "worldedit.error.parser.duplicate-property": "аŸаОаВб‚аОб€ббŽб‰аЕаЕбб баВаОаЙбб‚аВаО: {0}", + "worldedit.error.parser.empty-state": "аŸбƒбб‚аАб б‡аАбб‚бŒ аВ баОбб‚аОбаНаИаИ", + "worldedit.error.parser.missing-equals-separator": "аžб‚ббƒб‚бб‚аВбƒаЕб‚ б€аАаЗаДаЕаЛаИб‚аЕаЛбŒ '='", + "worldedit.error.parser.clipboard.missing-offset": "аЁаМаЕб‰аЕаНаИаЕ бƒаКаАаЗаАаНаО б @, аНаО аЗаНаАб‡аЕаНаИаЕ аНаЕ бƒаКаАаЗаАаНаО. а˜баПаОаЛбŒаЗбƒаЙб‚аЕ '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "ааЕаИаЗаВаЕбб‚аНаОаЕ баВаОаЙбб‚аВаО '{0}' аДаЛб аБаЛаОаКаА '{1}'", + "worldedit.error.parser.unknown-value": "ааЕаИаЗаВаЕбб‚аНаОаЕ аЗаНаАб‡аЕаНаИаЕ '{0}' аДаЛб баВаОаЙбб‚аВаА '{1}'", + "worldedit.error.parser.empty-property": "аŸбƒбб‚аОаЕ баВаОаЙбб‚аВаО аВ баОбб‚аОбаНаИаИ", + "worldedit.error.parser.empty-value": "аŸбƒбб‚аОаЕ аЗаНаАб‡аЕаНаИаЕ аВ баОбб‚аОбаНаИаИ", + "worldedit.error.parser.invalid-colon": "ааЕаКаОб€б€аЕаКб‚аНаОаЕ аДаВаОаЕб‚аОб‡аИаЕ.", + "worldedit.error.parser.invalid-expression": "ааЕаДаОаПбƒбб‚аИаМаОаЕ аВб‹б€аАаЖаЕаНаИаЕ: {0}", + "worldedit.error.parser.negate-nothing": "ааЕаЛбŒаЗб аОб‚б€аИб†аАб‚бŒ аНаИб‡б‚аО!", + "worldedit.error.parser.hanging-lbracket": "ааЕаКаОб€б€аЕаКб‚аНб‹аЙ б„аОб€аМаАб‚. а’аИббб‰аАб баКаОаБаКаА аНаА аПаОаЗаИб†аИаИ '{0}'.", + "worldedit.error.parser.missing-rbracket": "аЃ баОбб‚аОбаНаИб аОб‚ббƒб‚бб‚аВбƒаЕб‚ аЗаАаКб€б‹аВаАбŽб‰аАб ']'", + "worldedit.error.parser.missing-random-type": "ааЕ бƒаКаАаЗаАаН б‚аИаП аПаОбаЛаЕ баИаМаВаОаЛаА % аВ '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "аЁаМаЕб‰аЕаНаИаЕ аБбƒб„аЕб€аА аОаБаМаЕаНаА б‚б€аЕаБбƒаЕб‚ x,y,z аКаОаОб€аДаИаНаАб‚.", + "worldedit.error.parser.player-only": "аšаОаМаАаНаДаА '{0}' б‚б€аЕаБбƒаЕб‚ аИаГб€аОаКаА!", + "worldedit.error.disabled": "а­б‚аА б„бƒаНаКб†аИб аОб‚аКаЛбŽб‡аЕаНаА (баМ. аКаОаНб„аИаГбƒб€аАб†аИбŽ WorldEdit).", + "worldedit.error.unknown": "аŸб€аОаИаЗаОбˆаЛаА аНаЕаИаЗаВаЕбб‚аНаАб аОбˆаИаБаКаА: {0}", + "worldedit.error.missing-extent": "а аАббˆаИб€аЕаНаИаЕ аОб‚ббƒб‚бб‚аВбƒаЕб‚", + "worldedit.error.missing-session": "а›аОаКаАаЛбŒаНаАб баЕббаИб аОб‚ббƒб‚бб‚аВбƒаЕб‚", + "worldedit.error.missing-world": "а’аАаМ аНбƒаЖаНаО бƒаКаАаЗаАб‚бŒ аМаИб€ (аŸаОаПб€аОаБбƒаЙб‚аЕ //world)", + "worldedit.error.missing-actor": "а˜баПаОаЛаНаИб‚аЕаЛбŒ аОб‚ббƒб‚бб‚аВбƒаЕб‚", + "worldedit.selection.convex.info.vertices": "а’аЕб€бˆаИаНб‹: {0}", + "worldedit.selection.convex.info.triangles": "аЂб€аЕбƒаГаОаЛбŒаНаИаКаИ: {0}", + "worldedit.selection.convex.explain.primary": "а’б‹аДаЕаЛаЕаНаИаЕ аОаБаЛаАбб‚аИ аНаАб‡аАб‚аО, аПаЕб€аВаАб аВаЕб€бˆаИаНаА {0}.", + "worldedit.selection.convex.explain.secondary": "а”аОаБаАаВаИб‚бŒ {0} аВаЕб€аНбƒ аК аВб‹аДаЕаЛаЕаНаНаОаЙ аОаБаЛаАбб‚аИ.", + "worldedit.selection.cuboid.info.pos1": "аЂаОб‡аКаА 1: {0}", + "worldedit.selection.cuboid.info.pos2": "аЂаОб‡аКаА 2: {0}", + "worldedit.selection.cuboid.explain.primary": "аŸаЕб€аВаАб б‚аОб‡аКаА бƒбб‚аАаНаОаВаЛаЕаНаА: {0}.", + "worldedit.selection.cuboid.explain.primary-area": "аŸаЕб€аВаАб б‚аОб‡аКаА бƒбб‚аАаНаОаВаЛаЕаНаА: {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "а’б‚аОб€аАб б‚аОб‡аКаА бƒбб‚аАаНаОаВаЛаЕаНаА: {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "а’б‚аОб€аАб б‚аОб‡аКаА бƒбб‚аАаНаОаВаЛаЕаНаА: {0} ({1}).", + "worldedit.selection.extend.explain.primary": "ааАб‡аАаЛбŒаНаАб б‚аОб‡аКаА бƒбб‚аАаНаОаВаЛаЕаНаА: {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "а’б‹аДаЕаЛаЕаНаНаАб аОаБаЛаАбб‚бŒ аПаОбаЛаЕ б€аАббˆаИб€аЕаНаИб аВаКаЛбŽб‡аАаЕб‚: {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "аІаЕаНб‚б€: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z б€аАаДаИбƒб: {0}", + "worldedit.selection.ellipsoid.explain.primary": "аІаЕаНб‚б€ бƒбб‚аАаНаОаВаЛаЕаН: {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "аІаЕаНб‚б€ бƒбб‚аАаНаОаВаЛаЕаН: {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "а аАаДаИбƒб аИаЗаМаЕаНаЕаН {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "а аАаДаИбƒб аИаЗаМаЕаНаЕаН: {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "а˜аЗаМаЕаНаЕаНаИб баЛаЛаИаПбаОаИаДаА аДаОаЛаЖаНб‹ аБб‹б‚бŒ б‡б‘б‚аНб‹аМаИ аДаЛб аКаАаЖаДаОаГаО аИаЗаМаЕб€аЕаНаИб.", + "worldedit.selection.cylinder.info.center": "аІаЕаНб‚б€: {0}", + "worldedit.selection.cylinder.info.radius": "а аАаДаИбƒб: {0}", + "worldedit.selection.cylinder.explain.primary": "ааАб‡аАаЛаО аНаОаВаОаГаО б†аИаЛаИаНаДб€аИб‡аЕбаКаОаГаО аВб‹аДаЕаЛаЕаНаИб аВ {0}.", + "worldedit.selection.cylinder.explain.secondary": "а аАаДаИбƒб аИаЗаМаЕаНаЕаН {0}/{1} аБаЛаОаКаА(аОаВ). ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "а’аАаМ аНбƒаЖаНаО аВб‹аБб€аАб‚бŒ б†аЕаНб‚б€ аПаЕб€аЕаД бƒбб‚аАаНаОаВаКаОаЙ б€аАаДаИбƒбаА.", + "worldedit.selection.cylinder.error.even-horizontal": "а˜аЗаМаЕаНаЕаНаИб б†аИаЛаИаНаДб€аА аДаОаЛаЖаНб‹ аБб‹б‚бŒ б‡б‘б‚аНб‹аМаИ аДаЛб аКаАаЖаДаОаГаО аГаОб€аИаЗаОаНб‚аАаЛбŒаНаОаГаО аИаЗаМаЕб€аЕаНаИб.", + "worldedit.selection.polygon2d.info": "# аОб‡аКаОаВ: {0}", + "worldedit.selection.polygon2d.explain.primary": "аŸаЕб€аВаАб б‚аОб‡аКаА аМаНаОаГаОбƒаГаОаЛбŒаНаИаКаА: {0}.", + "worldedit.selection.polygon2d.explain.secondary": "а”аОаБаАаВаЛаЕаНаА {0} б‚аОб‡аКаА: {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "аŸаОаЛаИаГаОаНб‹ аМаОаГбƒб‚ аБб‹б‚бŒ б€аАббˆаИб€аЕаНб‹ б‚аОаЛбŒаКаО аВаЕб€б‚аИаКаАаЛбŒаНаО.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "аŸаОаЛаИаГаОаНб‹ аМаОаГбƒб‚ аБб‹б‚бŒ баОаКб€аАб‰аЕаНб‹ б‚аОаЛбŒаКаО аВаЕб€б‚аИаКаАаЛбŒаНаО.", + "worldedit.selection.sphere.explain.secondary": "а аАаДаИбƒб аИаЗаМаЕаНаЕаН: {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "а аАаДаИбƒб аИаЗаМаЕаНаЕаН: {0} ({1}).", + "worldedit.selection.null.error.immutable": "ааЕаВаОаЗаМаОаЖаНаО аИаЗаМаЕаНаИб‚бŒ NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "ааЕаВаОаЗаМаОаЖаНаО б€аАббˆаИб€аИб‚бŒ аПаЕб€аЕбаЕб‡аЕаНаИаЕ б€аЕаГаИаОаНаОаВ.", + "worldedit.selection.intersection.error.cannot-contract": "ааЕаВаОаЗаМаОаЖаНаО баОаКб€аАб‚аИб‚бŒ аПаЕб€аЕбаЕб‡аЕаНаИаЕ б€аЕаГаИаОаНаОаВ.", + "worldedit.selection.transform.error.cannot-expand": "ааЕаВаОаЗаМаОаЖаНаО б€аАббˆаИб€аИб‚бŒ TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "ааЕаВаОаЗаМаОаЖаНаО баОаКб€аАб‚аИб‚бŒ TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "ааЕаВаОаЗаМаОаЖаНаО аИаЗаМаЕаНаИб‚бŒTransformedRegion.", + "worldedit.sideeffect.lighting": "аžбаВаЕб‰аЕаНаИаЕ", + "worldedit.sideeffect.lighting.description": "аžаБаНаОаВаЛбаЕб‚ аОбаВаЕб‰аЕаНаИаЕ аБаЛаОаКаОаВ", + "worldedit.sideeffect.neighbors": "аЁаОбаЕаДаИ", + "worldedit.sideeffect.neighbors.description": "аžаПаОаВаЕб‰аАаЕб‚ баОбаЕаДаНаИаЕ аБаЛаОаКаИ аОаБ аИаЗаМаЕаНаЕаНаИбб…", + "worldedit.sideeffect.update": "аžаБаНаОаВаИб‚бŒ", + "worldedit.sideeffect.update.description": "аЃаВаЕаДаОаМаЛбаЕб‚ аИаЗаМаЕаНаЕаНаНб‹аЙ аБаЛаОаК", + "worldedit.sideeffect.validation": "аŸб€аОаВаЕб€аКаА", + "worldedit.sideeffect.validation.description": "аŸб€аОаВаЕб€баЕб‚ аИ аИбаПб€аАаВаЛбаЕб‚ аНаЕаКаОб€б€аЕаКб‚аНаОаЕ баОбб‚аОбаНаИаЕ аМаИб€аА, б‚аАаКаОаЕ аКаАаК б€аАаЗбŠаЕаДаИаНб‘аНаНб‹аЕ аБаЛаОаКаИ", + "worldedit.sideeffect.entity_ai": "а˜а˜ ббƒб‰аНаОбб‚аЕаЙ", + "worldedit.sideeffect.entity_ai.description": "аžаБаНаОаВаЛбаЕб‚ аПбƒб‚аИ аПаЕб€аЕаМаЕб‰аЕаНаИб аВ а˜а˜ ббƒб‰аНаОбб‚аЕаЙ, б‡б‚аОаБб‹ бƒб‡аЕбб‚бŒ аИаЗаМаЕаНаЕаНаИб аБаЛаОаКаОаВ", + "worldedit.sideeffect.events": "аЁаОаБб‹б‚аИб аМаОаДаА/аПаЛаАаГаИаНаА", + "worldedit.sideeffect.events.description": "аЁаОаОаБб‰аАаЕб‚ аДб€бƒаГаИаМ аМаОаДаАаМ/аПаЛаАаГаИаНаАаМ аОаБ бб‚аИб… аИаЗаМаЕаНаЕаНаИбб…, аКаОаГаДаА бб‚аО аПб€аИаМаЕаНаИаМаО", + "worldedit.sideeffect.state.on": "а’аКаЛ.", + "worldedit.sideeffect.state.delayed": "аžб‚аЛаОаЖаЕаНаО", + "worldedit.sideeffect.state.off": "а’б‹аКаЛ.", + "worldedit.sideeffect.box.current": "аЁаЕаЙб‡аАб", + "worldedit.sideeffect.box.change-to": "ааАаЖаМаИб‚аЕ, б‡б‚аОаБб‹ бƒбб‚аАаНаОаВаИб‚бŒ аНаА {0}", + "worldedit.help.command-not-found": "аšаОаМаАаНаДаА '{0}' аНаЕ аНаАаЙаДаЕаНаА.", + "worldedit.help.no-subcommands": "аЃ аКаОаМаАаНаДб‹ '{0}' аНаЕб‚ аПаОаДаКаОаМаАаНаД. (а’аОаЗаМаОаЖаНаО '{1}' бб‚аО аПаАб€аАаМаЕб‚б€)", + "worldedit.help.subcommand-not-found": "аŸаОаДаКаОаМаАаНаДаА '{0}' '{1}' аНаЕ аНаАаЙаДаЕаНаА.", + "worldedit.cli.stopping": "аžбб‚аАаНаОаВаКаА!", + "worldedit.cli.unknown-command": "ааЕаИаЗаВаЕбб‚аНаАб аКаОаМаАаНаДаА!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/se/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/se/strings.json new file mode 100644 index 0000000..e800d86 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/se/strings.json @@ -0,0 +1,17 @@ +{ + "worldedit.restore.block-place-error": "MaХ‹imus meattУЁhus: {0}", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Puf!", + "worldedit.up.moved": "Woosh!", + "worldedit.timezone.invalid": "Boasttu УЁigiavУЁdat", + "worldedit.tool.info.internalid.hover": "SiskkУЁldas ID", + "worldedit.error.incorrect-usage": "Geavaheapmi: {0}", + "worldedit.selection.convex.info.triangles": "GolbmaФiehka: {0}", + "worldedit.selection.cuboid.info.pos1": "Sajus 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Sajus 2: {0}", + "worldedit.selection.ellipsoid.info.center": "GuovddУЁХЁ: {0}", + "worldedit.selection.cylinder.info.center": "GuovddУЁХЁ: {0}", + "worldedit.sideeffect.state.on": "Oaivi", + "worldedit.sideeffect.state.off": "Eret alde" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/sk/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/sk/strings.json new file mode 100644 index 0000000..ad8d040 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/sk/strings.json @@ -0,0 +1,123 @@ +{ + "worldedit.expand.description.vert": "VertikУЁlne expanduje selekciu na svetovУН limit.", + "worldedit.expand.expanded": "RegiУГn bol expandovanУН o {0} blokov", + "worldedit.expand.expanded.vert": "RegiУГn bol expandovanУН o {0} blokov (z hora nadol).", + "worldedit.biomeinfo.lineofsight": "Biomy na dohФОad: {0}", + "worldedit.biomeinfo.position": "Biomy na vaХЁej pozУ­ciУ­: {0}", + "worldedit.biomeinfo.selection": "Biomy vo vaХЁej selekciУ­: {0}", + "worldedit.brush.radius-too-large": "MaximУЁlny povolenУН rУЁdius ХЁtetca: {0}", + "worldedit.brush.apply.description": "Aplikuj ХЁtetec, aplikuj funkciu na kaХОdУН blok", + "worldedit.brush.apply.radius": "VeФОkosХЅ ХЁtetca", + "worldedit.brush.apply.shape": "Tvar regiУГnu", + "worldedit.brush.apply.type": "Typ ХЁtetca na pouХОitie", + "worldedit.brush.apply.item.warning": "Tento ХЁtetec simuluje pouХОitie predmetov. Jeho efekty moХОno nebudУК fungovaХЅ na kaХОdej platforme, moХОno nebude moХОnУЉ vrУЁtenie spУЄХЅ a mУДХОe zaprУ­ФiniХЅ zvlУЁХЁtne interakcie s ostatnУНmi mУГdami a pluginami. PouХОУ­vajte na vlastnУК zodpovednosХЅ.", + "worldedit.brush.paint.description": "Х tetec na maФОovanie, aplikuj funkciu na povrch", + "worldedit.brush.paint.size": "VeФОkosХЅ ХЁtetca", + "worldedit.brush.paint.shape": "Tvar regiУГnu", + "worldedit.brush.paint.density": "Hustota ХЁtetca", + "worldedit.brush.paint.type": "Typ ХЁtetca na pouХОitie", + "worldedit.brush.paint.item.warning": "Tento ХЁtetec simuluje pouХОitie predmetov. Jeho efekty moХОno nebudУК fungovaХЅ na kaХОdej platforme, moХОno nebude moХОnУЉ vrУЁtenie spУЄХЅ a mУДХОe zaprУ­ФiniХЅ zvlУЁХЁtne interakcie s ostatnУНmi mУГdami a pluginami. PouХОУ­vajte na vlastnУК zodpovednosХЅ.", + "worldedit.brush.sphere.equip": "SfУЉrickУН tvar ХЁtetca vybavenУЁ ({0}).", + "worldedit.brush.cylinder.equip": "ValcovУН tvar ХЁtetca vybavenУН ({0} x {1}).", + "worldedit.brush.clipboard.equip": "KopУ­rovacУ­ tvar ХЁtetca vybavenУН.", + "worldedit.brush.smooth.equip": "Hladiaci ХЁtetec vybavenУН ({0} x {1}x pouХОitУ­m {2}).", + "worldedit.brush.extinguish.equip": "Hasiaci prУ­stroj vybavenУН ({0}).", + "worldedit.brush.gravity.equip": "GravitaФnУН ХЁtetec vybavenУН ({0}).", + "worldedit.brush.butcher.equip": "MУЄsiarsky ХЁtetec vybavenУН ({0}).", + "worldedit.brush.operation.equip": "NastaviХЅ ХЁtetec na {0}.", + "worldedit.brush.none.equip": "Х tetec odviazanУН od tvojho momentУЁlneho predmetu.", + "worldedit.setbiome.changed": "BiУГmy boli zmenenУЉ pre pribliХОne {0} kociek.", + "worldedit.setbiome.warning": "MoХОno sa budete musieХЅ znovu pripojiХЅ (znovu otvoriХЅ svet) aby ste videli vykonanУК zmenu.", + "worldedit.drawsel.disabled": "ServerovУЉ CUI vypnutУЉ.", + "worldedit.drawsel.disabled.already": "ServerovУЉ CUI uХО bolo vypnutУЉ.", + "worldedit.drawsel.enabled.already": "ServerovУЉ CUI uХО bolo povolenУЉ.", + "worldedit.limit.too-high": "Tvoj maximУЁlny povolenУН limit je {0}.", + "worldedit.limit.set": "Zmena blokovУЉho limitu nastavenУН na {0}.", + "worldedit.limit.return-to-default": "(PouХОi //limit na nУЁvrat do pУДvodnУЉho nastavenia.)", + "worldedit.timeout.too-high": "Tvoj maximУЁlny Фas na vyprХЁanie je {0}ms.", + "worldedit.timeout.set": "ФŒas na vyprХЁanie nastavenУН na {0}ms.", + "worldedit.timeout.return-to-default": " (PouХОi //timeout na nУЁvrat do pУДvodnУЉho nastavenia.)", + "worldedit.fast.disabled": "RУНchly reХОim vypnutУН.", + "worldedit.fast.enabled": "RУНchly reХОim povolenУН. Blesky v ovplyvnenУНch chunkoch mУДХОe byХЅ zlУЉ a moХОno budeХЁ musieХЅ sa znova napojiХЅ aby si videl zmeny.", + "worldedit.fast.disabled.already": "RУНchly reХОim je uХО vypnutУН.", + "worldedit.fast.enabled.already": "RУНchly reХОim je uХО povolenУН.", + "worldedit.perf.sideeffect.set": "VedФОajХЁУ­ efekt \"{0}\" nastavenУН na {1}", + "worldedit.perf.sideeffect.get": "VedФОajХЁУ­ efekt \"{0}\" je nastavenУН na {1}", + "worldedit.perf.sideeffect.already-set": "VedФОajХЁУ­ efekt \"{0}\" je uХО nastavenУН na {1}", + "worldedit.perf.sideeffect.set-all": "VХЁetky vedФОajХЁie efekty nastavenУЉ na {0}", + "worldedit.reorder.current": "ReХОim pre usporiadanie je {0}", + "worldedit.reorder.set": "ReХОim pre usporiadanie je teraz {0}", + "worldedit.gmask.disabled": "GlobУЁlna maska vypnutУЁ.", + "worldedit.gmask.set": "GlobУЁlna maska nastavenУЁ.", + "worldedit.toggleplace.pos1": "PokladУЁm na pozУ­cii #1.", + "worldedit.toggleplace.player": "PokladУЁm na blok v ktorom stojУ­ХЁ.", + "worldedit.searchitem.too-short": "Zadajte dlhХЁУ­ vyhФОadУЁvacУ­ reХЅazec (dФКХОka > 2).", + "worldedit.searchitem.either-b-or-i": "NemУДХОeХЁ pouХОiХЅ vlajky 'b' a 'i' naraz.", + "worldedit.searchitem.searching": "(ProsУ­m poФkajte... hФОadУЁm predmety.)", + "worldedit.watchdog.no-hook": "TУЁto platforma nemУЁ watchdog hУЁk.", + "worldedit.watchdog.active.already": "Watchdog hУЁk je uХО aktУ­vny.", + "worldedit.watchdog.inactive.already": "Watchdog hУЁk je uХО neaktУ­vny.", + "worldedit.watchdog.active": "Watchdog hУЁk aktУ­vny.", + "worldedit.watchdog.inactive": "Watchdog hУЁk neaktУ­vny.", + "worldedit.world.remove": "VymazanУЉ prepУ­sanie sveta.", + "worldedit.world.set": "NastaviХЅ prepУ­sanie sveta na {0}. (PouХОi //world na nУЁvrat do pУДvodnУЉho nastavenia)", + "worldedit.undo.undone": "VrУЁtenУЉ {0} dostupnУЉ УКpravy.", + "worldedit.undo.none": "NiФ, Фo by bolo moХОnУЉ vrУЁtiХЅ spУЄХЅ.", + "worldedit.redo.redone": "PrerobenУЉ {0} dostupnУЉ УКpravy.", + "worldedit.redo.none": "NiФ, Фo by bolo moХОnУЉ prerobiХЅ.", + "worldedit.clearhistory.cleared": "HistУГria zmazanУЁ.", + "worldedit.raytrace.noblock": "ХНiaden blok na dohФОad!", + "worldedit.restore.not-configured": "Snapshot/zУЁlohovanie nieje nakonfigurovanУЉ.", + "worldedit.restore.not-available": "Ten snapshot neexistuje alebo nieje dostupnУН.", + "worldedit.restore.failed": "NaФУ­tanie snapshotu zlyhalo: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' naФУ­tanУН; obnovujem...", + "worldedit.restore.restored": "ObnovenУНch; {0} chУНbajУКcich chunkov a {1} ostatnУНch chУНb.", + "worldedit.restore.none-for-specific-world": "ХНiadne snapshoty neboli nУЁjdenУЉ pre svet '{0}'.", + "worldedit.restore.none-for-world": "ХНiadne snapshoty neboli nУЁjdenУЉ pre tento svet.", + "worldedit.restore.none-found": "NenaХЁli sa ХОiadne snapshoty.", + "worldedit.restore.none-found-console": "NenaХЁli sa ХОiadne snapshoty. Pozri konzolu pre detaily.", + "worldedit.restore.chunk-not-present": "Chunky neboli prУ­tomnУЉ v snapshote.", + "worldedit.restore.chunk-load-failed": "ХНiadne chunky nemohli byХЅ naФУ­tanУЉ. (ZlУН archУ­v?)", + "worldedit.restore.block-place-failed": "Chyby zabrУЁnili obnovu akУНchkoФОvek blokov.", + "worldedit.restore.block-place-error": "PoslednУЁ chyba: {0}", + "worldedit.snapshot.use.newest": "PouХОУ­va najnovХЁУ­ snapshot.", + "worldedit.snapshot.use": "Snapshot nastavenУН na: {0}", + "worldedit.snapshot.none-before": "Nebolo moХОnУЉ nУЁjsХЅ snapshot pred {0}.", + "worldedit.snapshot.none-after": "Nebolo moХОnУЉ nУЁjsХЅ snapshot po {0}.", + "worldedit.snapshot.index-above-0": "Chyba, hodnota musУ­ byХЅ vУЄФХЁia alebo rovnУЁ 1.", + "worldedit.snapshot.index-oob": "Chyba, index musУ­ maХЅ hodnotu medzi 1 a {0}.", + "worldedit.schematic.unknown-format": "NeznУЁmy schУЉmatickУН formУЁt: {0}.", + "worldedit.schematic.load.does-not-exist": "SchУЉma {0} neexistuje!", + "worldedit.schematic.load.loading": "(ProsУ­m poФkajte... naФУ­tavanie schУЉmy.)", + "worldedit.schematic.load.still-loading": "(ProsУ­m poФkajte... stУЁle naФУ­tavam schУЉmu.)", + "worldedit.schematic.save.already-exists": "TУЁto schУЉma uХО existuje. PouХОite -f flag na jej prepУ­sanie.", + "worldedit.schematic.save.failed-directory": "Nebolo moХОnУЉ vytvoriХЅ prieФinok pre schУЉmu!", + "worldedit.schematic.save.saving": "(ProsУ­m poФkajte... naФУ­tavanie schУЉmy.)", + "worldedit.schematic.save.still-saving": "(ProsУ­m poФkajte... stУЁle ukladУЁm schУЉmu.)", + "worldedit.schematic.delete.does-not-exist": "SchУЉma {0} neexistuje!", + "worldedit.schematic.delete.failed": "Chyba vo vymazУЁvanУ­ {0}!", + "worldedit.schematic.delete.deleted": "PoloХОka {0} bola odstrУЁnenУЁ.", + "worldedit.schematic.formats.title": "DostupnУЉ formУЁty schrУЁnky (NУЁzov: VyhФОadУЁvacie menУЁ)", + "worldedit.schematic.unsupported-minecraft-version": "TУЁto verzia WorldEditu nepodporuje vaХЁu Minecraft verziu. SchУЉmy nebudУК fungovaХЅ pokУНm toto nebude opravenУЉ.", + "worldedit.pos.already-set": "PozУ­cia je uХО nastavenУЁ.", + "worldedit.pos.console-require-coords": "Je potreba poskytnУКХЅ sУКradnice konzoly.", + "worldedit.hpos.no-block": "ХНiaden blok na dohФОad!", + "worldedit.hpos.already-set": "PozУ­cia je uХО nastavenУЁ.", + "worldedit.chunk.selected-multiple": "VybranУЉ chunky: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk oznaФenУН: {0}, {1}, {2}", + "worldedit.wand.invalid": "PoloХОka prУКtika je nesprУЁvne nakonfigurovanУЁ alebo zakУЁzanУЁ.", + "worldedit.wand.selwand.info": "ФНavУЉ tlaФidlo: vУНber prvej pozУ­cie; PravУЉ tlaФidlo: vУНber druhej pozУ­cie", + "worldedit.wand.navwand.info": "ФНavУЉ tlaФidlo: skoФiХЅ na umiestnenie; PravУЉ tlaФidlo: prejsХЅ cez steny", + "worldedit.contract.contracted": "OblasХЅ bola rozХЁУ­renУЁ o {0} blokov.", + "worldedit.shift.shifted": "OblasХЅ posunutУЁ.", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "VeФОkosХЅ: {0}", + "worldedit.size.distance": "VzdialenosХЅ kvУЁdra: {0}", + "worldedit.size.blocks": "# blokov: {0}", + "worldedit.count.counted": "SpoФУ­tanУНch: {0}", + "worldedit.distr.no-blocks": "ХНiadny bloky spoФУ­tanУЉ.", + "worldedit.distr.no-previous": "ХНiadne predchУЁdzajУКce rozdelenie.", + "worldedit.distr.total": "CelkovУН PoФet Blokov: {0}", + "worldedit.select.cleared": "OznaФenie vymazanУЉ.", + "worldedit.tool.no-block": "ХНiaden blok na dohФОad!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/sl/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/sl/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/sl/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/so/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/so/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/so/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/sq/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/sq/strings.json new file mode 100644 index 0000000..710f1f0 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/sq/strings.json @@ -0,0 +1,83 @@ +{ + "worldedit.expand.description.vert": "Zgjero vertikalisht zgjedhjen nУЋ kufijtУЋ e botУЋs.", + "worldedit.expand.expanded": "Rajon i zgjatur prej {0} blloqe", + "worldedit.expand.expanded.vert": "Rajon i zgjatur prej {0} blloqe (Lart tej fund).", + "worldedit.biomeinfo.lineofsight": "Biomet nУЋ pikУЋn e shikimit : {0}", + "worldedit.biomeinfo.position": "BiomУЋt nУЋ pozicionin tuaj : {0}", + "worldedit.biomeinfo.selection": "BiomУЋt nУЋ zgjedhjen tuaj : {0}", + "worldedit.brush.radius-too-large": "Rrezja maksimale e lejuar e furУЇУЋs : {0}", + "worldedit.brush.apply.description": "Aplikoni furУЇУЋ, zbatoni njУЋ funksion nУЋ УЇdo bllok", + "worldedit.brush.apply.radius": "MadhУЋsia e furУЇУЋs", + "worldedit.brush.apply.shape": "Forma e rajonit", + "worldedit.brush.apply.type": "Lloji i furУЇУЋs pУЋr tт€™u pУЋrdorur", + "worldedit.brush.apply.item.warning": "Kjo furУЇУЋ simulon pУЋrdorimet e sendeve. Efektet e saj mund tУЋ mos funksionojnУЋ nУЋ tУЋ gjitha platformat, mund tУЋ mos jenУЋ tУЋ pa-aftУЋsuar dhe mund tУЋ shkaktojnУЋ ndУЋrveprime tУЋ УЇuditshme me mod/shtojcat e tjera. PУЋrdorni me rrezikun tuaj.", + "worldedit.brush.paint.description": "FurУЇa me bojУЋ, aplikoni njУЋ funksion nУЋ njУЋ sipУЋrfaqe", + "worldedit.brush.paint.size": "MadhУЋsia e furУЇУЋs", + "worldedit.brush.paint.shape": "Forma e rajonit", + "worldedit.brush.paint.density": "DendУЋsia e furУЇУЋs", + "worldedit.brush.paint.type": "Lloji i furУЇУЋs pУЋr tт€™u pУЋrdorur", + "worldedit.brush.paint.item.warning": "Kjo furУЇУЋ simulon pУЋrdorimet e sendeve. Efektet e saj mund tУЋ mos funksionojnУЋ nУЋ tУЋ gjitha platformat, mund tУЋ mos jenУЋ tУЋ pa-aftУЋsuar dhe mund tУЋ shkaktojnУЋ ndУЋrveprime tУЋ УЇuditshme me mod/shtojcat e tjera. PУЋrdorni me rrezikun tuaj.", + "worldedit.brush.sphere.equip": "FormУЋ e pajisur ({0}) pУЋr furУЇУЋ sferike.", + "worldedit.brush.cylinder.equip": "FormУЋ e pajisur ({0} nga {1}). pУЋr furУЇУЋ cilindri.", + "worldedit.brush.clipboard.equip": "FurУЇУЋ me kopje e pajisur.", + "worldedit.brush.smooth.equip": "FurУЇa zbutУЋse e pajisur ({0} x {1} x duke pУЋrdorur {2}).", + "worldedit.brush.extinguish.equip": "ZjarrfikУЋs i pajisur ({0}).", + "worldedit.brush.gravity.equip": "FurУЇa e gravitetit e pajisur ({0}).", + "worldedit.brush.butcher.equip": "FurУЇa kasapi e pajisur ({0}).", + "worldedit.brush.operation.equip": "Vendosni furУЇУЋn nУЋ {0}.", + "worldedit.brush.none.equip": "FurУЇa u hoq nga objekti nУЋ dorУЋ.", + "worldedit.drawsel.disabled": "Serveri CUI u УЇaktivizua.", + "worldedit.drawsel.disabled.already": "Server CUI УЋshtУЋ УЇaktivizuar tashmУЋ.", + "worldedit.drawsel.enabled.already": "Serveri CUI УЋshtУЋ aktivizuar tashmУЋ.", + "worldedit.limit.too-high": "Kufiri juaj maksimal i lejueshУЋm УЋshtУЋ {0}.", + "worldedit.limit.set": "Kufiri i ndryshimit tУЋ bllokut УЋshtУЋ vendosur nУЋ {0}.", + "worldedit.limit.return-to-default": "(PУЋrdorni //limit pУЋr t'u rikthyer nУЋ parazgjedhje.)", + "worldedit.timeout.too-high": "Afati juaj maksimal i lejueshУЋm УЋshtУЋ {0}ms.", + "worldedit.timeout.set": "Koha e afatit tУЋ caktuar УЋshtУЋ {0}ms.", + "worldedit.timeout.return-to-default": " (PУЋrdorni //timeout pУЋr t'u rikthyer nУЋ parazgjedhje.)", + "worldedit.fast.disabled": "Modaliteti i shpejtУЋ УЋshtУЋ УЇaktivizuar.", + "worldedit.fast.enabled": "Modaliteti i shpejtУЋ i aktivizuar. NdriУЇimi nУЋ copУЋzat e prekura mund tУЋ jetУЋ i gabuar dhe/ose ju mund tУЋ keni nevojУЋ tУЋ ribeni pУЋrsУЋri pУЋr tУЋ parУЋ ndryshime.", + "worldedit.fast.disabled.already": "Modaliteti i shpejtУЋ УЋshtУЋ УЇaktivizuar tashmУЋ.", + "worldedit.fast.enabled.already": "Modaliteti i shpejtУЋ УЋshtУЋ aktivizuar tashmУЋ.", + "worldedit.reorder.current": "Modaliteti i riorganizimit УЋshtУЋ {0}", + "worldedit.reorder.set": "Modaliteti i riorganizimit tani УЋshtУЋ {0}", + "worldedit.gmask.disabled": "Maska globale УЋshtУЋ УЇaktivizuar.", + "worldedit.gmask.set": "MaskУЋ globale e pУЋrcaktuar.", + "worldedit.toggleplace.pos1": "Tani duke u vendosur nУЋ pos #1.", + "worldedit.toggleplace.player": "Tani duke u vendosur nУЋ blloku ku ju jeni duke qУЋndruar.", + "worldedit.searchitem.too-short": "Futni njУЋ varg kУЋrkimi mУЋ tУЋ gjatУЋ (gjat > 2).", + "worldedit.searchitem.either-b-or-i": "Ju nuk mund tУЋ pУЋrdorni tУЋ dyja flamurУЋt 'b' dhe 'i' njУЋkohУЋsisht.", + "worldedit.searchitem.searching": "(Ju lutemi prisni... duke kУЋrkuar artikuj.)", + "worldedit.watchdog.no-hook": "Kjo platformУЋ nuk ka goditje watchdog.", + "worldedit.watchdog.active.already": "Watchdog tashmУЋ aktive.", + "worldedit.watchdog.inactive.already": "Watchdog tashmУЋ joaktive.", + "worldedit.watchdog.active": "Watchdog tani УЋshtУЋ aktive.", + "worldedit.watchdog.inactive": "Watchdog tani УЋshtУЋ joaktive.", + "worldedit.world.remove": "Tejkaloja i botУЋs e hequr.", + "worldedit.world.set": "Vendoseni qУЋ bota tУЋ tejkalojУЋ nУЋ {0}. (PУЋrdorni //botУЋ pУЋr tУЋ kthyer pУЋrsУЋri nУЋ parazgjedhje)", + "worldedit.undo.undone": "Undid {0} redaktimet nУЋ dispozicion.", + "worldedit.undo.none": "AsgjУЋ nuk mbetet pУЋr tУЋ zhbУЋrУЋ.", + "worldedit.clearhistory.cleared": "Historia u pastrua.", + "worldedit.raytrace.noblock": "Nuk ka bllok nУЋ shikim!", + "worldedit.hpos.no-block": "Nuk ka bllok nУЋ shikim!", + "worldedit.hpos.already-set": "Pozicioni i vendosur tashmУЋ.", + "worldedit.chunk.selected-multiple": "CopУЋza tУЋ zgjedhura : ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.wand.invalid": "Shkopit УЋshtУЋ i konfiguruar gabimisht ose i УЇaktivizuar.", + "worldedit.wand.selwand.info": "Klikoni nУЋ tУЋ majtУЋ : zgjidhni poz #1 ; Klikoni me tУЋ djathtУЋn : zgjidhni pozin #2", + "worldedit.wand.navwand.info": "Klikoni nУЋ tУЋ majtУЋ : kУЋrce nУЋ vendndodhje ; Klikoni me tУЋ djathtУЋn : kaloni nУЋpУЋr mure", + "worldedit.contract.contracted": "Rajoni УЋshtУЋ kontraktuar nga {0} blloqe.", + "worldedit.shift.shifted": "Rajoni u zhvendos.", + "worldedit.outset.outset": "Rajoni УЋshtУЋ dilatuar.", + "worldedit.inset.inset": "Rajoni УЋshtУЋ zvogУЋluar.", + "worldedit.size.offset": "Ndryshim : {0}", + "worldedit.size.type": "Lloji : {0}", + "worldedit.size.size": "MadhУЋsia : {0}", + "worldedit.size.distance": "Distanca kuboide : {0}", + "worldedit.size.blocks": "Numri i blloqeve : {0}", + "worldedit.count.counted": "NumУЋruar : {0}", + "worldedit.distr.no-blocks": "AsnjУЋ bllok nuk llogaritet.", + "worldedit.distr.no-previous": "AsnjУЋ shpУЋrndarje e mУЋparshme.", + "worldedit.distr.total": "Numri total i bllokut : {0}", + "worldedit.select.cleared": "Zgjedhja u pastrua.", + "worldedit.tool.no-block": "Nuk ka bllok nУЋ shikim!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/sr/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/sr/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/sr/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/strings.json new file mode 100644 index 0000000..55c565e --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/strings.json @@ -0,0 +1,445 @@ +{ + "worldedit.expand.description.vert": "Vertically expand the selection to world limits.", + "worldedit.expand.expanded": "Region expanded {0} blocks", + "worldedit.expand.expanded.vert": "Region expanded {0} blocks (top-to-bottom).", + + "worldedit.biomeinfo.lineofsight": "Biomes at line of sight point: {0}", + "worldedit.biomeinfo.position": "Biomes at your position: {0}", + "worldedit.biomeinfo.selection": "Biomes in your selection: {0}", + + "worldedit.brush.radius-too-large": "Maximum allowed brush radius: {0}", + "worldedit.brush.apply.description": "Apply brush, apply a function to every block", + "worldedit.brush.apply.radius": "The size of the brush", + "worldedit.brush.apply.shape": "The shape of the region", + "worldedit.brush.apply.type": "Type of brush to use", + "worldedit.brush.apply.item.warning": "This brush simulates item usages. Its effects may not work on all platforms, may not be undo-able, and may cause strange interactions with other mods/plugins. Use at your own risk.", + "worldedit.brush.paint.description": "Paint brush, apply a function to a surface", + "worldedit.brush.paint.size": "The size of the brush", + "worldedit.brush.paint.shape": "The shape of the region", + "worldedit.brush.paint.density": "The density of the brush", + "worldedit.brush.paint.type": "Type of brush to use", + "worldedit.brush.paint.item.warning": "This brush simulates item usages. Its effects may not work on all platforms, may not be undo-able, and may cause strange interactions with other mods/plugins. Use at your own risk.", + "worldedit.brush.sphere.equip": "Sphere brush shape equipped ({0}).", + "worldedit.brush.cylinder.equip": "Cylinder brush shape equipped ({0} by {1}).", + "worldedit.brush.clipboard.equip": "Clipboard brush shape equipped.", + "worldedit.brush.smooth.equip": "Smooth brush equipped ({0} x {1}x using {2}).", + "worldedit.brush.extinguish.equip": "Extinguisher equipped ({0}).", + "worldedit.brush.gravity.equip": "Gravity brush equipped ({0}).", + "worldedit.brush.butcher.equip": "Butcher brush equipped ({0}).", + "worldedit.brush.operation.equip": "Set brush to {0}.", + "worldedit.brush.heightmap.equip": "Heightmap brush equipped ({0}).", + "worldedit.brush.heightmap.unknown": "Unknown heightmap brush: {0}.", + "worldedit.brush.none.equip": "Brush unbound from your current item.", + + "worldedit.setbiome.changed": "Biomes were changed for approximately {0} blocks.", + "worldedit.setbiome.warning": "You may have to re-join your game (or close and re-open your world) to see changes.", + + "worldedit.drawsel.disabled": "Server CUI disabled.", + "worldedit.drawsel.enabled": "Server CUI enabled. This only supports cuboid regions, with a maximum size of {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Server CUI already disabled.", + "worldedit.drawsel.enabled.already": "Server CUI already enabled.", + "worldedit.limit.too-high": "Your maximum allowable limit is {0}.", + "worldedit.limit.set": "Block change limit set to {0}.", + "worldedit.limit.return-to-default": "(Use //limit to go back to the default.)", + "worldedit.timeout.too-high": "Your maximum allowable timeout is {0}ms.", + "worldedit.timeout.set": "Timeout time set to {0}ms.", + "worldedit.timeout.return-to-default": " (Use //timeout to go back to the default.)", + "worldedit.fast.disabled": "Fast mode disabled.", + "worldedit.fast.enabled": "Fast mode enabled. Lighting in the affected chunks may be wrong and/or you may need to rejoin to see changes.", + "worldedit.fast.disabled.already": "Fast mode already disabled.", + "worldedit.fast.enabled.already": "Fast mode already enabled.", + "worldedit.perf.sideeffect.set": "Side effect \"{0}\" set to {1}", + "worldedit.perf.sideeffect.get": "Side effect \"{0}\" is set to {1}", + "worldedit.perf.sideeffect.already-set": "Side effect \"{0}\" is already {1}", + "worldedit.perf.sideeffect.set-all": "All side effects set to {0}", + "worldedit.reorder.current": "The reorder mode is {0}", + "worldedit.reorder.set": "The reorder mode is now {0}", + "worldedit.gmask.disabled": "Global mask disabled.", + "worldedit.gmask.set": "Global mask set.", + "worldedit.toggleplace.pos1": "Now placing at pos #1.", + "worldedit.toggleplace.player": "Now placing at the block you stand in.", + "worldedit.toggleplace.not-locatable": "Cannot toggle placing in this context.", + "worldedit.searchitem.too-short": "Enter a longer search string (len > 2).", + "worldedit.searchitem.either-b-or-i": "You cannot use both the 'b' and 'i' flags simultaneously.", + "worldedit.searchitem.searching": "(Please wait... searching items.)", + "worldedit.watchdog.no-hook": "This platform has no watchdog hook.", + "worldedit.watchdog.active.already": "Watchdog hook already active.", + "worldedit.watchdog.inactive.already": "Watchdog hook already inactive.", + "worldedit.watchdog.active": "Watchdog hook now active.", + "worldedit.watchdog.inactive": "Watchdog hook now inactive.", + "worldedit.world.remove": "Removed world override.", + "worldedit.world.set": "Set the world override to {0}. (Use //world to go back to default)", + + "worldedit.undo.undone": "Undid {0} available edits.", + "worldedit.undo.none": "Nothing left to undo.", + "worldedit.redo.redone": "Redid {0} available edits.", + "worldedit.redo.none": "Nothing left to redo.", + "worldedit.clearhistory.cleared": "History cleared.", + + "worldedit.raytrace.noblock": "No block in sight!", + + "worldedit.restore.not-configured": "Snapshot/backup restore is not configured.", + "worldedit.restore.not-available": "That snapshot does not exist or is not available.", + "worldedit.restore.failed": "Failed to load snapshot: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' loaded; now restoring...", + "worldedit.restore.restored": "Restored; {0} missing chunks and {1} other errors.", + "worldedit.restore.none-for-specific-world": "No snapshots were found for world '{0}'.", + "worldedit.restore.none-for-world": "No snapshots were found for this world.", + "worldedit.restore.none-found": "No snapshots were found.", + "worldedit.restore.none-found-console": "No snapshots were found. See console for details.", + "worldedit.restore.chunk-not-present": "Chunks were not present in snapshot.", + "worldedit.restore.chunk-load-failed": "No chunks could be loaded. (Bad archive?)", + "worldedit.restore.block-place-failed": "Errors prevented any blocks from being restored.", + "worldedit.restore.block-place-error": "Last error: {0}", + + "worldedit.snapshot.use.newest": "Now using newest snapshot.", + "worldedit.snapshot.use": "Snapshot set to: {0}", + "worldedit.snapshot.none-before": "Couldn't find a snapshot before {0}.", + "worldedit.snapshot.none-after": "Couldn't find a snapshot after {0}.", + "worldedit.snapshot.index-above-0": "Invalid index, must be greater than or equal to 1.", + "worldedit.snapshot.index-oob": "Invalid index, must be between 1 and {0}.", + + "worldedit.schematic.unknown-format": "Unknown schematic format: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} does not exist!", + "worldedit.schematic.load.loading": "(Please wait... loading schematic.)", + "worldedit.schematic.load.still-loading": "(Please wait... still loading schematic.)", + "worldedit.schematic.save.already-exists": "That schematic already exists. Use the -f flag to overwrite it.", + "worldedit.schematic.save.failed-directory": "Could not create folder for schematics!", + "worldedit.schematic.save.saving": "(Please wait... saving schematic.)", + "worldedit.schematic.save.still-saving": "(Please wait... still saving schematic.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} does not exist!", + "worldedit.schematic.delete.failed": "Deletion of {0} failed! Is it read-only?", + "worldedit.schematic.delete.deleted": "{0} has been deleted.", + "worldedit.schematic.formats.title": "Available clipboard formats (Name: Lookup names)", + "worldedit.schematic.unsupported-minecraft-version": "This version of WorldEdit does not support your Minecraft version. Schematics will not work until this is resolved.", + + "worldedit.pos.already-set": "Position already set.", + "worldedit.pos.console-require-coords": "You must provide coordinates as console.", + "worldedit.hpos.no-block": "No block in sight!", + "worldedit.hpos.already-set": "Position already set.", + "worldedit.chunk.selected-multiple": "Chunks selected: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk selected: {0}, {1}, {2}", + "worldedit.wand.invalid": "Wand item is mis-configured or disabled.", + "worldedit.wand.selwand.info": "Left click: select pos #1; Right click: select pos #2", + "worldedit.wand.navwand.info": "Left click: jump to location; Right click: pass through walls", + "worldedit.wand.selwand.now.tool": "The selection wand is now a normal tool. You can disable it with {0} and rebind it to any item with {1} or get a new wand with {2}.", + "worldedit.contract.contracted": "Region contracted {0} blocks.", + "worldedit.shift.shifted": "Region shifted.", + "worldedit.outset.outset": "Region outset.", + "worldedit.inset.inset": "Region inset.", + "worldedit.size.offset": "Offset: {0}", + "worldedit.size.type": "Type: {0}", + "worldedit.size.size": "Size: {0}", + "worldedit.size.distance": "Cuboid distance: {0}", + "worldedit.size.blocks": "# of blocks: {0}", + "worldedit.count.counted": "Counted: {0}", + "worldedit.distr.no-blocks": "No blocks counted.", + "worldedit.distr.no-previous": "No previous distribution.", + "worldedit.distr.total": "Total Block Count: {0}", + "worldedit.select.cleared": "Selection cleared.", + "worldedit.select.cuboid.message": "Cuboid: left click for point 1, right click for point 2", + "worldedit.select.cuboid.description": "Select two corners of a cuboid", + "worldedit.select.extend.message": "Cuboid: left click for a starting point, right click to extend", + "worldedit.select.extend.description": "Fast cuboid selection mode", + "worldedit.select.poly.message": "2D polygon selector: Left/right click to add a point.", + "worldedit.select.poly.limit-message": "{0} points maximum.", + "worldedit.select.poly.description": "Select a 2D polygon with height", + "worldedit.select.ellipsoid.message": "Ellipsoid selector: left click=center, right click to extend", + "worldedit.select.ellipsoid.description": "Select an ellipsoid", + "worldedit.select.sphere.message": "Sphere selector: left click=center, right click to set radius", + "worldedit.select.sphere.description": "Select a sphere", + "worldedit.select.cyl.message": "Cylindrical selector: Left click=center, right click to extend", + "worldedit.select.cyl.description": "Select a cylinder", + "worldedit.select.convex.message": "Convex polyhedral selector: Left click=First vertex, right click to add more.", + "worldedit.select.convex.limit-message": "{0} points maximum.", + "worldedit.select.convex.description": "Select a convex polyhedral", + "worldedit.select.default-set": "Your default region selector is now {0}.", + + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Old format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Listing chunks for: {0}", + + "worldedit.drain.drained": "{0} blocks have been drained.", + "worldedit.fill.created": "{0} blocks have been filled.", + "worldedit.fillr.created": "{0} blocks have been filled.", + "worldedit.fixlava.fixed": "{0} blocks have been fixed.", + "worldedit.fixwater.fixed": "{0} blocks have been fixed.", + "worldedit.removeabove.removed": "{0} blocks have been removed.", + "worldedit.removebelow.removed": "{0} blocks have been removed.", + "worldedit.removenear.removed": "{0} blocks have been removed.", + "worldedit.replacenear.replaced": "{0} blocks have been replaced.", + "worldedit.snow.created": "{0} surfaces have been covered.", + "worldedit.thaw.removed": "{0} blocks have been thawed.", + "worldedit.green.changed": "{0} blocks have been greened.", + "worldedit.extinguish.removed": "{0} fires have been extinguished.", + "worldedit.butcher.killed": "{0} mobs have been killed in a radius of {1}.", + "worldedit.butcher.explain-all": "Use -1 to remove all mobs in loaded chunks", + "worldedit.remove.removed": "{0} entities have been marked for removal.", + "worldedit.remove.explain-all": "Use -1 to remove all entities in loaded chunks", + "worldedit.calc.invalid": "'{0}' could not be parsed as a valid expression", + "worldedit.calc.invalid.with-error": "'{0}' could not be parsed as a valid expression: '{1}'", + + "worldedit.paste.pasted": "The clipboard has been pasted at {0}", + "worldedit.paste.selected": "Selected clipboard paste region.", + "worldedit.rotate.no-interpolation": "Note: Interpolation is not yet supported, so angles that are multiples of 90 is recommended.", + "worldedit.rotate.rotated": "The clipboard copy has been rotated.", + "worldedit.flip.flipped": "The clipboard copy has been flipped.", + "worldedit.clearclipboard.cleared": "Clipboard cleared.", + + "worldedit.set.done": "Operation completed.", + "worldedit.set.done.verbose": "Operation completed ({0}).", + "worldedit.line.changed": "{0} blocks have been changed.", + "worldedit.line.invalid-type": "//line only works with cuboid selections or convex polyhedral selections", + "worldedit.curve.changed": "{0} blocks have been changed.", + "worldedit.curve.invalid-type": "//curve only works with convex polyhedral selections", + "worldedit.replace.replaced": "{0} blocks have been replaced.", + "worldedit.stack.changed": "{0} blocks changed. Undo with //undo", + "worldedit.stack.intersecting-region": "Stack offset must not collide with the region when using block units", + "worldedit.regen.regenerated": "Region regenerated.", + "worldedit.regen.failed": "Unable to regenerate chunks. Check console for details.", + "worldedit.walls.changed": "{0} blocks have been changed.", + "worldedit.faces.changed": "{0} blocks have been changed.", + "worldedit.overlay.overlaid": "{0} blocks have been overlaid.", + "worldedit.naturalize.naturalized": "{0} block(s) have been made to look more natural.", + "worldedit.center.changed": "Center set. ({0} blocks changed)", + "worldedit.smooth.changed": "Terrain's height map smoothed. {0} blocks changed.", + "worldedit.move.moved": "{0} blocks moved.", + "worldedit.deform.deformed": "{0} blocks have been deformed.", + "worldedit.hollow.changed": "{0} blocks have been changed.", + "worldedit.forest.created": "{0} trees created.", + "worldedit.flora.created": "{0} flora created.", + + "worldedit.unstuck.moved": "There you go!", + "worldedit.ascend.obstructed": "No free spot above you found.", + "worldedit.ascend.moved": "Ascended {0} levels.", + "worldedit.descend.obstructed": "No free spot below you found.", + "worldedit.descend.moved": "Descended {0} levels.", + "worldedit.ceil.obstructed": "No free spot above you found.", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.obstructed": "No free spot ahead of you found.", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Poof!", + "worldedit.jumpto.none": "No block in sight (or too far away)!", + "worldedit.up.obstructed": "You would hit something above you.", + "worldedit.up.moved": "Woosh!", + + "worldedit.cyl.invalid-radius": "You must either specify 1 or 2 radius values.", + "worldedit.cyl.created": "{0} blocks have been created.", + "worldedit.sphere.invalid-radius": "You must either specify 1 or 3 radius values.", + "worldedit.sphere.created": "{0} blocks have been created.", + "worldedit.forestgen.created": "{0} trees created.", + "worldedit.pumpkins.created": "{0} pumpkin patches created.", + "worldedit.pyramid.created": "{0} blocks have been created.", + "worldedit.generate.created": "{0} blocks have been created.", + "worldedit.generatebiome.changed": "{0} biomes affected.", + + "worldedit.reload.config": "Configuration reloaded!", + "worldedit.report.written": "WorldEdit report written to {0}", + "worldedit.report.error": "Failed to write report: {0}", + "worldedit.report.callback": "WorldEdit report: {0}.report", + "worldedit.timezone.invalid": "Invalid timezone", + "worldedit.timezone.set": "Timezone set for this session to: {0}", + "worldedit.timezone.current": "The current time in that timezone is: {0}", + "worldedit.version.version": "WorldEdit version {0}", + "worldedit.version.bukkit.unsupported-adapter": "This WorldEdit version does not fully support your version of Bukkit. Block entities (e.g. chests) will be empty, block properties (e.g. rotation) will be missing, and other things may not work. Update WorldEdit to restore this functionality:\n{0}", + + "worldedit.trace.no-tracing-extents": "Trace: No extent was used.", + "worldedit.trace.action-failed": "Trace: Action(s) {0} at {1} discarded by extent {2}", + "worldedit.trace.active.already": "Trace mode already active.", + "worldedit.trace.inactive.already": "Trace mode already inactive.", + "worldedit.trace.active": "Trace mode now active.", + "worldedit.trace.inactive": "Trace mode now inactive.", + + "worldedit.command.time-elapsed": "{0}s elapsed (history: {1} changed; {2} blocks/sec).", + "worldedit.command.permissions": "You are not permitted to do that. Are you in the right mode?", + "worldedit.command.player-only": "This command must be used with a player.", + "worldedit.command.error.report": "Please report this error: [See console]", + "worldedit.pastebin.uploading": "(Please wait... sending output to pastebin...)", + "worldedit.session.cant-find-session": "Unable to find session for {0}", + "worldedit.platform.no-file-dialog": "File dialogs are not supported in your environment.", + + "worldedit.asset.load.loading": "(Please wait... loading asset.)", + "worldedit.asset.load.still-loading": "(Please wait... still loading asset.)", + "worldedit.asset.load.failed": "Failed to load asset", + + "worldedit.tool.max-block-changes": "Max blocks change limit reached.", + "worldedit.tool.no-block": "No block in sight!", + "worldedit.tool.repl.equip": "Block replacer tool bound to {0}.", + "worldedit.tool.repl.switched": "Replacer tool switched to: {0}", + "worldedit.tool.data-cycler.equip": "Block data cycler tool bound to {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "You are not permitted to cycle the data value of that block.", + "worldedit.tool.data-cycler.cant-cycle": "That block's data cannot be cycled!", + "worldedit.tool.data-cycler.new-value": "Value of {0} is now {1}.", + "worldedit.tool.data-cycler.cycling": "Now cycling {0}.", + "worldedit.tool.deltree.equip": "Floating tree remover tool bound to {0}.", + "worldedit.tool.deltree.not-tree": "That's not a tree.", + "worldedit.tool.deltree.not-floating": "That's not a floating tree.", + "worldedit.tool.tree.equip": "Tree tool bound to {0}.", + "worldedit.tool.tree.obstructed": "A tree can't go there.", + "worldedit.tool.info.equip": "Info tool bound to {0}.", + "worldedit.tool.info.blockstate.hover": "Block state", + "worldedit.tool.info.internalid.hover": "Internal ID", + "worldedit.tool.info.legacy.hover": "Legacy id:data", + "worldedit.tool.info.light.hover": "Block Light/Light Above", + "worldedit.tool.none.equip": "Tool unbound from your current item.", + "worldedit.tool.none.to.unequip": "Your current item is not bound.", + "worldedit.tool.selwand.equip": "Selection wand bound to {0}.", + "worldedit.tool.navwand.equip": "Navigation wand bound to {0}.", + "worldedit.tool.floodfill.equip": "Block flood fill tool bound to {0}.", + "worldedit.tool.farwand.equip": "Far wand tool bound to {0}.", + "worldedit.tool.lrbuild.equip": "Long-range building tool bound to {0}.", + "worldedit.tool.lrbuild.set": "Left-click set to {0}; right-click set to {1}.", + "worldedit.tool.stack.equip": "Stack tool bound to {0}.", + + "worldedit.tool.unbind-instruction": "Run {0} while holding the item to unbind it.", + + "worldedit.tool.superpickaxe.mode.single": "Mode is now single. Left click with a pickaxe. // to disable.", + "worldedit.tool.superpickaxe.mode.area": "Mode is now area. Left click with a pickaxe. // to disable.", + "worldedit.tool.superpickaxe.mode.recursive": "Mode is now recursive. Left click with a pickaxe. // to disable.", + "worldedit.tool.superpickaxe.max-range": "Maximum range is {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Super pickaxe already enabled.", + "worldedit.tool.superpickaxe.disabled.already": "Super pickaxe already disabled.", + "worldedit.tool.superpickaxe.enabled": "Super pickaxe enabled.", + "worldedit.tool.superpickaxe.disabled": "Super pickaxe disabled.", + "worldedit.tool.mask.set": "Brush mask set.", + "worldedit.tool.mask.disabled": "Brush mask disabled.", + "worldedit.tool.material.set": "Brush material set.", + "worldedit.tool.range.set": "Brush range set.", + "worldedit.tool.size.set": "Brush size set.", + "worldedit.tool.tracemask.set": "Trace mask set.", + "worldedit.tool.tracemask.disabled": "Trace mask disabled.", + "worldedit.tool.error.cannot-bind": "Can't bind tool to {0}: {1}", + "worldedit.tool.error.item-only": "Blocks can't be used.", + + "worldedit.execute.script-permissions": "You don't have permission to use that script.", + "worldedit.executelast.no-script": "Use /cs with a script name first.", + "worldedit.script.read-error": "Script read error: {0}", + "worldedit.script.unsupported": "Only .js scripts are currently supported", + "worldedit.script.file-not-found": "Script does not exist: {0}", + "worldedit.script.no-script-engine": "Failed to find an installed script engine.\nPlease see https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Failed to execute: {0}", + "worldedit.script.failed-console": "Failed to execute (see console): {0}", + + "worldedit.operation.affected.biome": "{0} biomes affected", + "worldedit.operation.affected.block": "{0} blocks affected", + "worldedit.operation.affected.column": "{0} columns affected", + "worldedit.operation.affected.entity": "{0} entities affected", + "worldedit.operation.deform.expression": "deformed using {0}", + + "worldedit.error.invalid-number": "Number expected; string given.", + "worldedit.error.invalid-number.matches": "Number expected; string \"{0}\" given.", + "worldedit.error.incomplete-region": "Make a region selection first.", + "worldedit.error.unknown-block": "Block name '{0}' was not recognized.", + "worldedit.error.unknown-entity": "Entity name '{0}' was not recognized.", + "worldedit.error.unknown-mob": "Mob name '{0}' was not recognized.", + "worldedit.error.unknown-biome": "Biome name '{0}' was not recognized.", + "worldedit.error.unknown-tag": "Tag name '{0}' was not recognized.", + "worldedit.error.empty-tag": "Tag name '{0}' has no contents.", + "worldedit.error.no-match": "No match for '{0}'.", + "worldedit.error.disallowed-block": "Block '{0}' not allowed (see WorldEdit configuration).", + "worldedit.error.max-changes": "Max blocks changed in an operation reached ({0}).", + "worldedit.error.max-brush-radius": "Maximum brush radius (in configuration): {0}", + "worldedit.error.max-radius": "Maximum radius (in configuration): {0}", + "worldedit.error.unknown-direction": "Unknown direction: {0}", + "worldedit.error.empty-clipboard": "Your clipboard is empty. Use //copy first.", + "worldedit.error.invalid-filename": "Filename '{0}' invalid: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Invalid characters or extension missing", + "worldedit.error.file-resolution": "File '{0}' resolution error: {1}", + "worldedit.error.file-resolution.outside-root": "Path is outside allowable root", + "worldedit.error.file-resolution.resolve-failed": "Failed to resolve path", + "worldedit.error.file-aborted": "File selection aborted.", + "worldedit.error.no-file-selected": "No file selected.", + "worldedit.error.world-unloaded": "The world was unloaded already.", + "worldedit.error.not-a-block": "This item is not a block.", + "worldedit.error.not-a-block.item": "The item '{0}' is not a block.", + "worldedit.error.incorrect-usage": "Usage: {0}", + "worldedit.error.invalid-page": "Invalid page number", + "worldedit.error.parser.bad-state-format": "Bad state format in {0}", + "worldedit.error.parser.duplicate-property": "Duplicate property: {0}", + "worldedit.error.parser.empty-state": "Empty part in state", + "worldedit.error.parser.missing-equals-separator": "Missing '=' separator", + "worldedit.error.parser.clipboard.missing-offset": "Offset specified with @ but no offset given. Use '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Unknown property '{0}' for block '{1}'", + "worldedit.error.parser.unknown-value": "Unknown value '{0}' for property '{1}'", + "worldedit.error.parser.empty-property": "Empty property in state", + "worldedit.error.parser.empty-value": "Empty value in state", + "worldedit.error.parser.invalid-colon": "Invalid colon.", + "worldedit.error.parser.invalid-expression": "Invalid expression: {0}", + "worldedit.error.parser.negate-nothing": "Cannot negate nothing!", + "worldedit.error.parser.hanging-lbracket": "Invalid format. Hanging bracket at '{0}'.", + "worldedit.error.parser.missing-rbracket": "State is missing trailing ']'", + "worldedit.error.parser.missing-random-type": "Missing the type after the % symbol for '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Clipboard offset needs x,y,z coordinates.", + "worldedit.error.parser.player-only": "Input '{0}' requires a player!", + "worldedit.error.disabled": "This functionality is disabled (see WorldEdit configuration).", + "worldedit.error.unknown": "Unknown error occurred: {0}", + "worldedit.error.missing-extent": "No Extent is known", + "worldedit.error.missing-session": "No LocalSession is known", + "worldedit.error.missing-world": "You need to provide a world (Try //world)", + "worldedit.error.missing-actor": "No actor is known", + + "worldedit.selection.convex.info.vertices": "Vertices: {0}", + "worldedit.selection.convex.info.triangles": "Triangles: {0}", + "worldedit.selection.convex.explain.primary": "Started new selection with vertex {0}.", + "worldedit.selection.convex.explain.secondary": "Added vertex {0} to the selection.", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "First position set to {0}.", + "worldedit.selection.cuboid.explain.primary-area": "First position set to {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Second position set to {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Second position set to {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Started selection at {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Extended selection to encompass {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Center: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Center position set to {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Center position set to {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radius set to {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius set to {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid changes must be even for each dimension.", + "worldedit.selection.cylinder.info.center": "Center: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Starting a new cylindrical selection at {0}.", + "worldedit.selection.cylinder.explain.secondary": "Radius set to {0}/{1} blocks. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "You must select the center point before setting the radius.", + "worldedit.selection.cylinder.error.even-horizontal": "Cylinders changes must be even for each horizontal dimension.", + "worldedit.selection.polygon2d.info": "# points: {0}", + "worldedit.selection.polygon2d.explain.primary": "Starting a new polygon at {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Added point #{0} at {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygons can only be expanded vertically.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygons can only be contracted vertically.", + "worldedit.selection.sphere.explain.secondary": "Radius set to {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius set to {0} ({1}).", + "worldedit.selection.null.error.immutable": "Cannot change NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Cannot expand a region intersection.", + "worldedit.selection.intersection.error.cannot-contract": "Cannot contract a region intersection.", + "worldedit.selection.transform.error.cannot-expand": "Cannot expand a TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Cannot contract a TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Cannot change a TransformedRegion.", + + "worldedit.sideeffect.lighting": "Lighting", + "worldedit.sideeffect.lighting.description": "Updates block lighting", + "worldedit.sideeffect.neighbors": "Neighbors", + "worldedit.sideeffect.neighbors.description": "Notifies nearby blocks of changes", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Notifies the changed block", + "worldedit.sideeffect.validation": "Validation", + "worldedit.sideeffect.validation.description": "Validates and fixes inconsistent world state, such as disconnected blocks", + "worldedit.sideeffect.entity_ai": "Entity AI", + "worldedit.sideeffect.entity_ai.description": "Updates Entity AI paths for the block changes", + "worldedit.sideeffect.events": "Mod/Plugin Events", + "worldedit.sideeffect.events.description": "Tells other mods/plugins about these changes when applicable", + "worldedit.sideeffect.state.on": "On", + "worldedit.sideeffect.state.delayed": "Delayed", + "worldedit.sideeffect.state.off": "Off", + "worldedit.sideeffect.box.current": "Current", + "worldedit.sideeffect.box.change-to": "Click to set to {0}", + + "worldedit.help.command-not-found": "The command '{0}' could not be found.", + "worldedit.help.no-subcommands": "'{0}' has no sub-commands. (Maybe '{1}' is for a parameter?)", + "worldedit.help.subcommand-not-found": "The sub-command '{0}' under '{1}' could not be found.", + + "worldedit.cli.stopping": "Stopping!", + "worldedit.cli.unknown-command": "Unknown command!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/sv-SE/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/sv-SE/strings.json new file mode 100644 index 0000000..9a5f349 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/sv-SE/strings.json @@ -0,0 +1,363 @@ +{ + "worldedit.expand.description.vert": "Expandera vertikalt markerat omrУЅdet till vУЄrldsgrУЄnsen.", + "worldedit.expand.expanded": "OmrУЅde expanderat {0} block", + "worldedit.expand.expanded.vert": "OmrУЅde expanderat {0} block (frУЅn topp till botten).", + "worldedit.biomeinfo.lineofsight": "Biom inom synhУЅll: {0}", + "worldedit.biomeinfo.position": "Biom pУЅ det block du stУЅr pУЅ: {0}", + "worldedit.biomeinfo.selection": "Biom som du markerat: {0}", + "worldedit.brush.radius-too-large": "Maximalt tillУЅten radie pУЅ borste: {0}", + "worldedit.brush.apply.description": "Appliceringspenseln, applicera en funktion pУЅ varje block", + "worldedit.brush.apply.radius": "Storleken av penseln", + "worldedit.brush.apply.shape": "Formen av regionen", + "worldedit.brush.apply.type": "Typ av pensel att anvУЄnda", + "worldedit.brush.apply.item.warning": "Denna borste simulerar fУЖremУЅlsanvУЄndning. Dess effekter kanske inte fungerar pУЅ alla plattformar, kanske inte kan УЅngras, och kan orsaka konstiga interaktioner med andra mods/plugins. AnvУЄnd pУЅ egen risk.", + "worldedit.brush.paint.description": "MУЅlarpensel, applicera en funktion pУЅ en yta", + "worldedit.brush.paint.size": "Storleken av penseln", + "worldedit.brush.paint.shape": "Formen av regionen", + "worldedit.brush.paint.density": "Densiteten av penseln", + "worldedit.brush.paint.type": "Typ av pensel att anvУЄnda", + "worldedit.brush.paint.item.warning": "Denna borste simulerar fУЖremУЅlsanvУЄndning. Dess effekter kanske inte fungerar pУЅ alla plattformar, kanske inte kan УЅngras, och kan orsaka konstiga interaktioner med andra mods/plugins. AnvУЄnd pУЅ egen risk.", + "worldedit.brush.sphere.equip": "SfУЄrpenselform utrustad ({0}).", + "worldedit.brush.cylinder.equip": "Cylinderpenselform utrustad ({0} av {1}).", + "worldedit.brush.extinguish.equip": "BrandslУЄckare utrustad ({0}).", + "worldedit.brush.gravity.equip": "Gravitetspensel utrustad ({0}).", + "worldedit.brush.butcher.equip": "Slaktpensel utrustad ({0}).", + "worldedit.brush.operation.equip": "StУЄll in penseln till {0}.", + "worldedit.brush.heightmap.equip": "Heightmap-pensel utrustad ({0}).", + "worldedit.brush.heightmap.unknown": "OkУЄnd heightmap-pensel: {0}.", + "worldedit.brush.none.equip": "Pensel obunden frУЅn ditt aktuella fУЖremУЅl.", + "worldedit.setbiome.changed": "Biomer har УЄndrats fУЖr ungefУЄr {0} block.", + "worldedit.setbiome.warning": "Du kan behУЖva УЅteransluta till ditt spel (eller stУЄnga och УЅter УЖppna din vУЄrld) fУЖr att se fУЖrУЄndringar.", + "worldedit.drawsel.disabled": "Server CUI inaktiverad.", + "worldedit.drawsel.disabled.already": "Server CUI redan inaktiverad.", + "worldedit.drawsel.enabled.already": "Server CUI redan aktiverad.", + "worldedit.limit.too-high": "Din maximalt tillУЅten grУЄns УЄr {0}.", + "worldedit.limit.set": "Block УЄndringsgrУЄns satt till {0}.", + "worldedit.limit.return-to-default": "(AnvУЄnd //limit fУЖr att УЅtervУЄnda till standardinstУЄllningar.)", + "worldedit.timeout.too-high": "Din maximalt tillУЅten timeout УЄr {0}ms.", + "worldedit.timeout.set": "LУЄngd av Timeout instУЄlld pУЅ {0}ms.", + "worldedit.timeout.return-to-default": " (AnvУЄnd //timeout fУЖr att УЅtervУЄnda till standardinstУЄllningar.)", + "worldedit.fast.disabled": "Snabbt lУЄge inaktiverad.", + "worldedit.fast.enabled": "Snabbt lУЄge aktiverad. Belysningen i de pУЅverkade chunkarna kan vara fel och/eller du kan behУЖva УЅteransluta fУЖr att se УЄndringarna.", + "worldedit.fast.disabled.already": "Snabbt lУЄge redan inaktiverad.", + "worldedit.fast.enabled.already": "Snabbt lУЄge redan aktiverad.", + "worldedit.perf.sideeffect.set": "Bieffekt \"{0}\" instУЄlld pУЅ {1}", + "worldedit.perf.sideeffect.get": "Bieffekt \"{0}\" УЄr instУЄlld pУЅ {1}", + "worldedit.perf.sideeffect.already-set": "Bieffekt \"{0}\" УЄr redan {1}", + "worldedit.perf.sideeffect.set-all": "Alla bieffekter instУЄllda pУЅ {0}", + "worldedit.gmask.disabled": "Global mask inaktiverad.", + "worldedit.gmask.set": "Global mask instУЄlld.", + "worldedit.toggleplace.pos1": "Placerar nu pУЅ pos #1.", + "worldedit.toggleplace.player": "Placerar nu vid blocket du stУЅr i.", + "worldedit.searchitem.too-short": "Ange en lУЄngre sУЖkstrУЄng (lУЄngd > 2).", + "worldedit.searchitem.either-b-or-i": "Du kan inte anvУЄnda bУЅde 'b' och 'i' flaggorna samtidigt.", + "worldedit.searchitem.searching": "(Var god vУЄnta... sУЖker efter fУЖremУЅl.)", + "worldedit.watchdog.no-hook": "Denna plattform har ingen watchdog krok.", + "worldedit.watchdog.active.already": "Watchdog krok redan aktiv.", + "worldedit.watchdog.inactive.already": "Watchdog krok redan inaktiv.", + "worldedit.watchdog.active": "Watchdog krok УЄr nu aktiv.", + "worldedit.watchdog.inactive": "Watchdog krok УЄr nu inaktiv.", + "worldedit.world.remove": "Borttagen vУЄrldsУЖverskridning.", + "worldedit.world.set": "StУЄll in vУЄrldsУЖverskridningen till {0}. (AnvУЄnd //world fУЖr att УЅtervУЄnda till standardinstУЄllningar.)", + "worldedit.undo.undone": "{0} tillgУЄngliga redigeringar УЅngrades.", + "worldedit.undo.none": "Inget kvar att УЅngra.", + "worldedit.redo.redone": "{0} tillgУЄngliga redigeringar gjordes om.", + "worldedit.redo.none": "Inget kvar att gУЖra om.", + "worldedit.clearhistory.cleared": "Historik rensad.", + "worldedit.raytrace.noblock": "Inget block i sikte!", + "worldedit.restore.not-configured": "Snapshot/backupУЅterstУЄllning УЄr inte konfigurerat.", + "worldedit.restore.not-available": "Den snapshoten finns inte eller УЄr ej tillgУЄnglig.", + "worldedit.restore.failed": "Misslyckades att ladda snapshot: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' laddad; УЅterstУЄller...", + "worldedit.restore.restored": "У…terstУЄllde; {0} saknade chunks och {1} andra fel.", + "worldedit.restore.none-for-specific-world": "Inga snapshots hittades fУЖr vУЄrld '{0}'.", + "worldedit.restore.none-for-world": "Snapshots fУЖr denna vУЄrld kunde inte hittas.", + "worldedit.restore.none-found": "Inga snapshots hittades.", + "worldedit.restore.none-found-console": "Inga snapshots hittades. Detaljer finns i konsolen.", + "worldedit.restore.chunk-not-present": "Chunks ej nУЄrvarande i snapshoten.", + "worldedit.restore.chunk-load-failed": "Inga chunks kunde laddas in. (DУЅligt arkiv?)", + "worldedit.restore.block-place-failed": "Fel hindrade alla block frУЅn att УЅterstУЄllas.", + "worldedit.restore.block-place-error": "Senaste felet: {0}", + "worldedit.snapshot.use.newest": "Nu anvУЄnds den senaste snapshoten.", + "worldedit.snapshot.use": "Snapshot instУЄlld pУЅ: {0}", + "worldedit.snapshot.none-before": "Kunde inte hitta en snapshot fУЖre {0}.", + "worldedit.snapshot.none-after": "Kunde inte hitta en snapshot efter {0}.", + "worldedit.snapshot.index-above-0": "Ogiltigt index, mУЅste vara stУЖrre УЄn eller lika med 1.", + "worldedit.snapshot.index-oob": "Ogiltigt index, mУЅste ligga mellan 1 och {0}.", + "worldedit.schematic.unknown-format": "OkУЄnt Schematic format: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} finns inte!", + "worldedit.schematic.load.loading": "(Var god vУЄnta... laddar schematic.)", + "worldedit.schematic.load.still-loading": "(Var god vУЄnta... laddar fortfarande schematic.)", + "worldedit.schematic.save.already-exists": "Denna schematic finns redan. AnvУЄnd flaggan -f fУЖr att skriva УЖver den.", + "worldedit.schematic.save.failed-directory": "Kunde inte skapa mapp fУЖr schematics!", + "worldedit.schematic.save.saving": "(Var god vУЄnta... sparar schematic.)", + "worldedit.schematic.save.still-saving": "(Var god vУЄnta... sparar fortfarande schematic.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} finns inte!", + "worldedit.schematic.delete.failed": "Borttagning av {0} misslyckades! У„r det skrivskyddat?", + "worldedit.schematic.delete.deleted": "{0} har raderats.", + "worldedit.schematic.unsupported-minecraft-version": "Denna version av WorldEdit stУЖder inte din Minecraft-version. Schematics kommer inte att fungera fУЖrrУЄn detta УЄr lУЖst.", + "worldedit.pos.already-set": "Position redan angiven.", + "worldedit.pos.console-require-coords": "Du mУЅste ange koordinater som konsol.", + "worldedit.hpos.no-block": "Inget block i sikte!", + "worldedit.hpos.already-set": "Position redan angiven.", + "worldedit.chunk.selected-multiple": "Valda chunks: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk vald: {0}, {1}, {2}", + "worldedit.wand.invalid": "StavfУЖremУЅlet УЄr felkonfigurerat eller inaktiverat.", + "worldedit.wand.selwand.info": "VУЄnsterklick: vУЄlj position #1; HУЖgerklick: vУЄlj position #2", + "worldedit.wand.navwand.info": "VУЄnsterklick: hoppa till plats; HУЖgerklicka: passera genom vУЄggar", + "worldedit.shift.shifted": "Region skiftad.", + "worldedit.inset.inset": "Region inlagd.", + "worldedit.size.offset": "FУЖrskjutning: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "Storlek: {0}", + "worldedit.size.distance": "Cuboid distans: {0}", + "worldedit.size.blocks": "Antal block: {0}", + "worldedit.count.counted": "RУЄknade: {0}", + "worldedit.distr.no-blocks": "Inga block rУЄknades.", + "worldedit.distr.no-previous": "Ingen tidigare distribution.", + "worldedit.distr.total": "Totalt antal block: {0}", + "worldedit.select.cleared": "Markering rensad.", + "worldedit.select.cuboid.message": "Cuboid: vУЄnsterklicka fУЖr punkt 1, hУЖgerklicka fУЖr punkt 2", + "worldedit.select.cuboid.description": "VУЄlj tvУЅ hУЖrn av en cuboid", + "worldedit.select.extend.message": "Cuboid: vУЄnsterklicka fУЖr en utgУЅngspunkt, hУЖgerklicka fУЖr att fУЖrlУЄnga", + "worldedit.select.extend.description": "Snabb cuboid markeringslУЄge", + "worldedit.select.poly.message": "2D polygon selector: VУЄnster/hУЖgerklicka fУЖr att lУЄgga till en punkt.", + "worldedit.select.poly.limit-message": "Maximalt {0} poУЄng.", + "worldedit.select.poly.description": "VУЄlj en 2D polygon med hУЖjd", + "worldedit.select.ellipsoid.message": "Ellipsoidselektor: vУЄnsterklick fУЖr mittpunkten, hУЖgerklicka fУЖr att fУЖrlУЄnga", + "worldedit.select.ellipsoid.description": "VУЄlj en ellipsoid", + "worldedit.select.sphere.message": "SfУЄrselektor: vУЄnsterklick fУЖr mittpunkten, hУЖgerklicka fУЖr att stУЄlla in radie", + "worldedit.select.sphere.description": "VУЄlj en sfУЄr", + "worldedit.select.cyl.message": "Cylinderselektor: vУЄnsterklick fУЖr mittpunkten, hУЖgerklicka fУЖr att fУЖrlУЄnga", + "worldedit.select.cyl.description": "VУЄlj en cylinder", + "worldedit.select.convex.message": "Konvex polyheder-selektor: VУЄnster click = FУЖrsta toppunkten, hУЖgerklicka fУЖr att lУЄgga till mer.", + "worldedit.select.convex.limit-message": "Maximalt {0} poУЄng.", + "worldedit.select.convex.description": "VУЄlj en konvex polyeder", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Gammalt format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.drain.drained": "{0} block har tУЖmts.", + "worldedit.fill.created": "{0} block har fyllts i.", + "worldedit.fillr.created": "{0} block har fyllts i.", + "worldedit.fixlava.fixed": "{0} block har fixats.", + "worldedit.fixwater.fixed": "{0} block har fixats.", + "worldedit.removeabove.removed": "{0} block har tagits bort.", + "worldedit.removebelow.removed": "{0} block har tagits bort.", + "worldedit.removenear.removed": "{0} block har tagits bort.", + "worldedit.replacenear.replaced": "{0} block har ersatts.", + "worldedit.snow.created": "{0} ytor har tУЄckts.", + "worldedit.thaw.removed": "{0} block har tinats.", + "worldedit.green.changed": "{0} block har vУЄxt grУЄss.", + "worldedit.extinguish.removed": "{0} brУЄnder har slУЄckts.", + "worldedit.butcher.killed": "{0} varelser har dУЖdats i en radie av {1}.", + "worldedit.butcher.explain-all": "AnvУЄnd -1 fУЖr att ta bort alla varelser i chunkerna som laddats in", + "worldedit.remove.removed": "{0} entiteter har markerats fУЖr borttagning.", + "worldedit.remove.explain-all": "AnvУЄnd -1 fУЖr att ta bort alla entiteter i chunkerna som laddats in", + "worldedit.calc.invalid": "'{0}' kunde inte tolkas som ett giltigt uttryck", + "worldedit.calc.invalid.with-error": "'{0}' kunde inte tolkas som ett giltigt uttryck: '{1}'", + "worldedit.paste.pasted": "Urklipp har klistrats in vid {0}", + "worldedit.clearclipboard.cleared": "Urklipp rensat.", + "worldedit.set.done": "Handling utfУЖrd.", + "worldedit.set.done.verbose": "Handling utfУЖrd ({0}).", + "worldedit.line.changed": "{0} block har УЄndrats.", + "worldedit.line.invalid-type": "//line fungerar endast med cuboidval eller konvex polyeder-val", + "worldedit.curve.changed": "{0} block har УЄndrats.", + "worldedit.curve.invalid-type": "//curve fungerar endast med konvex polyederl-val", + "worldedit.replace.replaced": "{0} block har ersatts.", + "worldedit.stack.changed": "{0} block har УЄndrats. У…ngra med //undo", + "worldedit.stack.intersecting-region": "Stack offset fУЅr inte kollidera med regionen vid anvУЄndning av blockenheter", + "worldedit.regen.regenerated": "Region regenererad.", + "worldedit.walls.changed": "{0} block har УЄndrats.", + "worldedit.faces.changed": "{0} block har УЄndrats.", + "worldedit.overlay.overlaid": "{0} block har tУЄckts УЖver.", + "worldedit.naturalize.naturalized": "{0} block har gjorts fУЖr att se mer naturligt ut.", + "worldedit.center.changed": "Mittpunkt satt. ({0} block УЄndrade)", + "worldedit.smooth.changed": "TerrУЄngens heightmap har blivit utjУЄmnad. {0} block УЄndrades.", + "worldedit.move.moved": "{0} block flyttades.", + "worldedit.deform.deformed": "{0} block har deformerats.", + "worldedit.hollow.changed": "{0} block har УЄndrats.", + "worldedit.forest.created": "{0} trУЄd skapade.", + "worldedit.flora.created": "{0} flora skapades.", + "worldedit.unstuck.moved": "SУЅ dУЄr ja!", + "worldedit.ascend.obstructed": "Det finns inget ledigt utrymme ovanfУЖr dig.", + "worldedit.ascend.moved": "Steg up {0} nivУЅer.", + "worldedit.descend.obstructed": "Det finns inget ledigt utrymme under dig.", + "worldedit.descend.moved": "Steg ner {0} nivУЅer.", + "worldedit.ceil.obstructed": "Det finns inget ledigt utrymme ovanfУЖr dig.", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.obstructed": "Det finns inget ledigt utrymme framfУЖr dig.", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Poof!", + "worldedit.jumpto.none": "Inget block i sikte (eller fУЖr lУЅngt borta)!", + "worldedit.up.obstructed": "Du hade trУЄffat nУЅgot ovanfУЖr dig.", + "worldedit.up.moved": "Woosh!", + "worldedit.cyl.invalid-radius": "Du mУЅste antingen ange 1 eller 2 radie vУЄrden.", + "worldedit.cyl.created": "{0} block har skapats.", + "worldedit.sphere.invalid-radius": "Du mУЅste antingen ange 1 eller 3 radie vУЄrden.", + "worldedit.sphere.created": "{0} block har skapats.", + "worldedit.forestgen.created": "{0} trУЄd skapade.", + "worldedit.pumpkins.created": "{0} pumpafУЄlt skapade.", + "worldedit.pyramid.created": "{0} block har skapats.", + "worldedit.generate.created": "{0} block har skapats.", + "worldedit.generatebiome.changed": "{0} biomer pУЅverkade.", + "worldedit.reload.config": "Konfigurationen laddades om!", + "worldedit.report.written": "WorldEdit rapport skriven till {0}", + "worldedit.report.error": "Kunde inte skriva rapport: {0}", + "worldedit.report.callback": "WorldEdit rapport: {0}.report", + "worldedit.timezone.invalid": "Ogiltig tidszon", + "worldedit.timezone.set": "Tidszon instУЄlld fУЖr denna session till: {0}", + "worldedit.timezone.current": "Den aktuella tiden i den tidszonen УЄr: {0}", + "worldedit.version.version": "WorldEdit version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Denna version av WorldEdit stУЖder inte helt din version av Bukkit. Blockentiteter (t.ex. kistor) kommer att vara tomma, blockegenskaper (t.ex. rotation) kommer att saknas, och andra saker kanske inte fungerar. Uppdatera WorldEdit fУЖr att УЅterstУЄlla denna funktionalitet:\n{0}", + "worldedit.trace.active.already": "SpУЅrningslУЄge redan aktivt.", + "worldedit.trace.inactive.already": "SpУЅrningslУЄge redan inaktivt.", + "worldedit.trace.active": "SpУЅrningslУЄge УЄr nu aktivt.", + "worldedit.trace.inactive": "SpУЅrningslУЄge УЄr nu inaktivt.", + "worldedit.command.permissions": "Du har inte tillУЅtelse att gУЖra det. У„r du i rУЄtt lУЄge?", + "worldedit.command.player-only": "Detta kommando mУЅste anvУЄndas med en spelare.", + "worldedit.command.error.report": "Rapportera detta fel: [Se konsol]", + "worldedit.pastebin.uploading": "(Var god vУЄnta... skickar data till pastebin...)", + "worldedit.asset.load.loading": "(Var god vУЄnta... laddar tillgУЅng.)", + "worldedit.asset.load.still-loading": "(Var god vУЄnta... laddar fortfarande tillgУЅng.)", + "worldedit.asset.load.failed": "Misslyckades att ladda tillgУЅngen", + "worldedit.tool.no-block": "Inget block i sikte!", + "worldedit.tool.repl.equip": "Blockutbytesverktyg bundet till {0}.", + "worldedit.tool.repl.switched": "Utbytesverktyget byttes till: {0}", + "worldedit.tool.data-cycler.new-value": "VУЄrdet av {0} УЄr nu {1}.", + "worldedit.tool.deltree.not-tree": "Det УЄr inte ett trУЄd.", + "worldedit.tool.deltree.not-floating": "Det УЄr inte ett flytande trУЄd.", + "worldedit.tool.tree.equip": "TrУЄdverktyg bundet till {0}.", + "worldedit.tool.tree.obstructed": "Ett trУЄd kan inte gУЅ dit.", + "worldedit.tool.info.equip": "Informationsverktyg УЄr bundet till {0}.", + "worldedit.tool.info.blockstate.hover": "Block status", + "worldedit.tool.info.internalid.hover": "Internt ID", + "worldedit.tool.none.to.unequip": "Din nuvarande fУЖremУЅl УЄr inte bunden.", + "worldedit.tool.selwand.equip": "Markeringsstav bunden till {0}.", + "worldedit.tool.navwand.equip": "Navigationsstav bunden till {0}.", + "worldedit.tool.floodfill.equip": "Blockfyllningsverktyg bunden till {0}.", + "worldedit.tool.lrbuild.set": "VУЄnsterklick satt till {0}; hУЖgerklick satt till {1}.", + "worldedit.tool.superpickaxe.max-range": "Maximalt rУЄckvidd УЄr {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Super pickaxe redan aktiverad.", + "worldedit.tool.superpickaxe.disabled.already": "Super pickaxe redan inaktiverad.", + "worldedit.tool.superpickaxe.enabled": "Super pickaxe aktiverad.", + "worldedit.tool.superpickaxe.disabled": "Super pickaxe inaktiverad.", + "worldedit.tool.mask.set": "Penselmask УЄndrat.", + "worldedit.tool.mask.disabled": "Penselmask inaktiverad.", + "worldedit.tool.material.set": "Penselmaterial УЄndrat.", + "worldedit.tool.range.set": "PenselrУЄckvidd УЄndrat.", + "worldedit.tool.size.set": "Penselstorlek УЄndrat.", + "worldedit.tool.tracemask.set": "Trace mask УЄndrat.", + "worldedit.tool.tracemask.disabled": "Trace mask inaktiverad.", + "worldedit.tool.error.cannot-bind": "Kan inte binda verktyget till {0}: {1}", + "worldedit.tool.error.item-only": "Blocken kan inte anvУЄndas.", + "worldedit.execute.script-permissions": "Du har inte tillstУЅnd att anvУЄnda detta skript.", + "worldedit.executelast.no-script": "AnvУЄnd /cs med ett skriptnamn fУЖrst.", + "worldedit.script.read-error": "Fel vid skriptlУЄsning: {0}", + "worldedit.script.unsupported": "Endast .js-skript stУЖds fУЖr nУЄrvarande", + "worldedit.script.file-not-found": "Skriptet kunde inte finnas: {0}", + "worldedit.script.no-script-engine": "Det gick inte att hitta en installerad skriptmotor.\nSe https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Misslyckades att utfУЖra: {0}", + "worldedit.script.failed-console": "Misslyckades att utfУЖra (mer info i konsolen): {0}", + "worldedit.operation.affected.biome": "{0} biomer pУЅverkade", + "worldedit.operation.affected.block": "{0} block pУЅverkade", + "worldedit.operation.affected.column": "{0} kolumner pУЅverkade", + "worldedit.operation.affected.entity": "{0} entiteter pУЅverkade", + "worldedit.operation.deform.expression": "deformeras med {0}", + "worldedit.error.invalid-number": "Nummer fУЖrvУЄntas; strУЄng angiven.", + "worldedit.error.invalid-number.matches": "Nummer fУЖrvУЄntas; strУЄng \"{0}\"angiven.", + "worldedit.error.incomplete-region": "GУЖr ett regionval fУЖrst.", + "worldedit.error.unknown-block": "Blocknamnet '{0}' kУЄndes inte igen.", + "worldedit.error.unknown-entity": "Entitetsnamnet '{0}' kУЄndes inte igen.", + "worldedit.error.unknown-mob": "Varelsenamnet '{0}' kУЄndes inte igen.", + "worldedit.error.unknown-biome": "Biomnamnet '{0}' kУЄndes inte igen.", + "worldedit.error.unknown-tag": "Taggnamn '{0}' kУЄndes inte igen.", + "worldedit.error.empty-tag": "Taggnamn '{0}' har inget innehУЅll.", + "worldedit.error.no-match": "Ingen match fУЖr '{0}'.", + "worldedit.error.disallowed-block": "Block '{0}' ej tillУЅtet (se WorldEdit konfiguration).", + "worldedit.error.max-brush-radius": "Maximal penselradie (i konfiguration): {0}", + "worldedit.error.max-radius": "Maximal radie (i konfiguration): {0}", + "worldedit.error.unknown-direction": "OkУЄnd riktning: {0}", + "worldedit.error.empty-clipboard": "Urklipp УЄr tomt. AnvУЄnd //copy fУЖrst.", + "worldedit.error.invalid-filename": "Filnamn '{0}' ogiltig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Ogiltiga tecken eller saknande filsuffix", + "worldedit.error.file-resolution.outside-root": "VУЄgen УЄr utanfУЖr tillУЅten rot", + "worldedit.error.file-resolution.resolve-failed": "Misslyckades att hitta vУЄg", + "worldedit.error.file-aborted": "Filval avbrУЖts.", + "worldedit.error.no-file-selected": "Ingen fil vald.", + "worldedit.error.not-a-block": "Detta fУЖremУЅl УЄr inte ett block.", + "worldedit.error.not-a-block.item": "FУЖremУЅlet '{0}' УЄr inte ett block.", + "worldedit.error.incorrect-usage": "AnvУЄndning: {0}", + "worldedit.error.invalid-page": "Ogiltigt sidnummer", + "worldedit.error.parser.empty-state": "Tom del i tillstУЅndet", + "worldedit.error.parser.missing-equals-separator": "Saknar '=' separator", + "worldedit.error.parser.unknown-property": "OkУЄnd egenskap '{0}' fУЖr block '{1}'", + "worldedit.error.parser.unknown-value": "OkУЄnt vУЄrde '{0}' fУЖr egenskap '{1}'", + "worldedit.error.parser.empty-property": "Tom egenskap i tillstУЅndet", + "worldedit.error.parser.empty-value": "Tomt vУЄrde i tillstУЅndet", + "worldedit.error.parser.invalid-colon": "Ogiltigt kolon.", + "worldedit.error.parser.invalid-expression": "Ogiltigt uttryck: {0}", + "worldedit.error.parser.missing-rbracket": "TillstУЅndet saknar efterfУЖljande ']'", + "worldedit.error.parser.clipboard.missing-coordinates": "Urklipp offset behУЖver x,y,z koordinater.", + "worldedit.error.parser.player-only": "Input '{0}' krУЄver en spelare!", + "worldedit.error.disabled": "Denna funktion УЄr inaktiverad (se WorldEdit konfiguration).", + "worldedit.error.unknown": "Ett okУЄnt fel uppstod: {0}", + "worldedit.error.missing-extent": "Inget Extent kУЄndes igen", + "worldedit.error.missing-session": "Ingen LocalSession kУЄndes igen", + "worldedit.error.missing-world": "Du mУЅste bereda en vУЄrld (Prova //world)", + "worldedit.error.missing-actor": "Ingen aktУЖr kУЄndes igen", + "worldedit.selection.convex.info.vertices": "HУЖrn: {0}", + "worldedit.selection.convex.info.triangles": "Trianglar: {0}", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "FУЖrsta positionen satt till {0}.", + "worldedit.selection.cuboid.explain.primary-area": "FУЖrsta positionen satt till {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Andra positionen satt till {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Andra positionen satt till {0} ({1}).", + "worldedit.selection.extend.explain.primary": "BУЖrjat val pУЅ {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "UtУЖkad markering fУЖr att omfatta {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Mittpunkt: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Mittpunktens position satt till {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Mittpunktens position satt till {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radien satt till {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radien satt till {0} ({1}).", + "worldedit.selection.cylinder.info.center": "Mittpunkt: {0}", + "worldedit.selection.cylinder.info.radius": "Radie: {0}", + "worldedit.selection.cylinder.explain.secondary": "Radien satt till {0}/{1} block. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Du mУЅste vУЄlja mittpunkten innan du stУЄller in radien.", + "worldedit.selection.cylinder.error.even-horizontal": "У„ndringar till cylindrar mУЅste vara jУЄmna fУЖr varje horisontell dimension.", + "worldedit.selection.polygon2d.info": "# poУЄng: {0}", + "worldedit.selection.polygon2d.explain.primary": "BУЖrjat en ny polygon vid {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Lade till punkt #{0} vid {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygoner kan endast utУЖkas vertikalt.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygoner kan endast krympas vertikalt.", + "worldedit.selection.sphere.explain.secondary": "Radien satt till {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Radien satt till {0} ({1}).", + "worldedit.selection.null.error.immutable": "Kan inte УЄndra NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Kan inte expandera en regionkorsning.", + "worldedit.selection.intersection.error.cannot-contract": "Kan inte krympa en regionkorsning.", + "worldedit.selection.transform.error.cannot-expand": "Kan inte expandera TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Kan inte krympa TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Kan inte УЄndra ett TransformedRegion.", + "worldedit.sideeffect.lighting": "Belysning", + "worldedit.sideeffect.neighbors": "Grannar", + "worldedit.sideeffect.neighbors.description": "Notifierar nУЄrliggande block av УЄndringar", + "worldedit.sideeffect.update": "Uppdatera", + "worldedit.sideeffect.update.description": "Notifierar det УЄndrade blocket", + "worldedit.sideeffect.validation": "Validering", + "worldedit.sideeffect.validation.description": "Validerar och rУЄttar inkonsekventa vУЄrldstillstУЅnd, sУЅsom frУЅnkopplade block", + "worldedit.sideeffect.entity_ai": "Entitet AI", + "worldedit.sideeffect.entity_ai.description": "Uppdaterar Entitet AIs sУЖkvУЄgar fУЖr blockfУЖrУЄndringar", + "worldedit.sideeffect.events": "Mod/Plugin event", + "worldedit.sideeffect.events.description": "SУЄger till andra mods/plugins om dessa УЄndringar i fУЖrekommande fall", + "worldedit.sideeffect.state.on": "PУЅ", + "worldedit.sideeffect.state.delayed": "FУЖrsenat", + "worldedit.sideeffect.state.off": "Av", + "worldedit.sideeffect.box.current": "Nuvarande", + "worldedit.sideeffect.box.change-to": "Klicka fУЖr att stУЄlla in till {0}", + "worldedit.help.command-not-found": "Kommandot '{0}' kunde inte hittas.", + "worldedit.help.no-subcommands": "'{0}' har inga underkommandon. (Kanske '{1}' УЄr fУЖr en parameter?)", + "worldedit.help.subcommand-not-found": "Underkommandot '{0}' under '{1}' kunde inte hittas.", + "worldedit.cli.stopping": "Avbyter!", + "worldedit.cli.unknown-command": "OkУЄnt kommando!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/swg/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/swg/strings.json new file mode 100644 index 0000000..c90e85f --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/swg/strings.json @@ -0,0 +1,413 @@ +{ + "worldedit.expand.description.vert": "Auswahl zu den Weltgrenzen vertikal erweitern.", + "worldedit.expand.expanded": "Region um {0} BlУЖcke erweitert", + "worldedit.expand.expanded.vert": "Region um {0} BlУЖcke erweitert (oben-nach-unten).", + "worldedit.biomeinfo.lineofsight": "Biome entlang des Fadenkreuzes: {0}", + "worldedit.biomeinfo.position": "Biome an deiner Position: {0}", + "worldedit.biomeinfo.selection": "Biome in deiner Auswahl: {0}", + "worldedit.brush.radius-too-large": "Maximal zulУЄssiger Pinselradius: {0}", + "worldedit.brush.apply.description": "Benutze einen Pinsel, eine Funktion auf jeden Block anwenden", + "worldedit.brush.apply.radius": "Die GrУЖУŸe des Pinsels", + "worldedit.brush.apply.shape": "Die Form der Region", + "worldedit.brush.apply.type": "Art des zu benutzenden Pinsels", + "worldedit.brush.apply.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren mУЖglicherweise nicht auf allen Plattformen, kУЖnnen nicht rУМckgУЄngig gemacht werden und kУЖnnen seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.paint.description": "Male mit einem Pinsel, eine Funktion auf eine OberflУЄche anwenden", + "worldedit.brush.paint.size": "Die GrУЖУŸe eines Pinsels", + "worldedit.brush.paint.shape": "Die Form des Pinsels", + "worldedit.brush.paint.density": "Die Dichte des Pinsels", + "worldedit.brush.paint.type": "Typ des zu benutzenden Pinsels", + "worldedit.brush.paint.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren mУЖglicherweise nicht auf allen Plattformen, kУЖnnen nicht rУМckgУЄngig gemacht werden und kУЖnnen seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.sphere.equip": "KugelfУЖrmiger Pinsel ausgerУМstet ({0}).", + "worldedit.brush.cylinder.equip": "ZylinderfУЖrmiger Pinsel ausgerУМstet ({0} von {1}).", + "worldedit.brush.clipboard.equip": "Pinsel mit Form der Zwischenablage ausgerУМstet.", + "worldedit.brush.smooth.equip": "GlУЄttender Pinsel ausgerУМstet ({0} x {1}x benutzt {2}).", + "worldedit.brush.extinguish.equip": "LУЖscher ausgerУМstet ({0}).", + "worldedit.brush.gravity.equip": "Schwerkraft-Pinsel ausgerУМstet ({0}).", + "worldedit.brush.butcher.equip": "Pinsel zur Monsterentfernung ausgerУМstet ({0}).", + "worldedit.brush.operation.equip": "Pinsel auf {0} gesetzt.", + "worldedit.brush.heightmap.unknown": "Unbekannter Heightmap-Pinsel: {0}.", + "worldedit.brush.none.equip": "Pinsel vom aktuellen Item entfernt.", + "worldedit.setbiome.changed": "Biome wurden fУМr etwa {0} BlУЖcke geУЄndert.", + "worldedit.setbiome.warning": "MУЖglicherweise musst du deinem Spiel wieder beitreten (oder deine Welt schlieУŸen und wieder УЖffnen), um У„nderungen zu sehen.", + "worldedit.drawsel.disabled": "Server-CUI deaktiviert.", + "worldedit.drawsel.enabled": "Server CUI aktiviert. Dies unterstУМtzt nur Cuboid Regionen, mit einer maximalen GrУЖУŸe von {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Server-CUI bereits deaktiviert.", + "worldedit.drawsel.enabled.already": "Server-CUI schon aktiviert.", + "worldedit.limit.too-high": "Dein maximal erlaubtes Limit ist {0}.", + "worldedit.limit.set": "BlockverУЄnderungslimit auf {0} gesetzt.", + "worldedit.limit.return-to-default": "(Benutze //limit um den Standard wieder herzustellen.)", + "worldedit.timeout.too-high": "Deine maximal zulУЄssige ZeitУМberschreitung ist {0}ms.", + "worldedit.timeout.set": "ZeitУМberschreitung wurde auf {0}ms gesetzt.", + "worldedit.timeout.return-to-default": " (Benutze //timeout um zum Standard zurУМckzukehren.)", + "worldedit.fast.disabled": "Schnellen Modus deaktiviert.", + "worldedit.fast.enabled": "Schnellmodus aktiviert. Die Beleuchtung in den betroffenen Chunks kann falsch sein und/oder die Welt muss neu betreten werden, um У„nderungen zu sehen.", + "worldedit.fast.disabled.already": "Schneller Modus bereits deaktiviert.", + "worldedit.fast.enabled.already": "Schneller Modus ist schon aktiviert.", + "worldedit.perf.sideeffect.set": "Nebeneffekt \"{0}\" gesetzt auf {1}", + "worldedit.perf.sideeffect.get": "Nebeneffekt \"{0}\" ist auf {1} gesetzt", + "worldedit.perf.sideeffect.already-set": "Nebeneffekt \"{0}\" ist bereits auf {1} gesetzt", + "worldedit.perf.sideeffect.set-all": "Alle Nebeneffekte auf {0} gesetzt", + "worldedit.reorder.current": "Der Neuordnungs-Modus ist {0}", + "worldedit.reorder.set": "Der Neuordnungs-Modus ist nun {0}", + "worldedit.gmask.disabled": "Globale Maske deaktiviert.", + "worldedit.gmask.set": "Globale Mask gesetzt.", + "worldedit.toggleplace.pos1": "Jetzt wird bei Pos #1 platziert.", + "worldedit.toggleplace.player": "Platziere nun an dem Block, in dem du stehst.", + "worldedit.toggleplace.not-locatable": "Platzieren in diesem Kontext nicht mУЖglich.", + "worldedit.searchitem.too-short": "Gebe einen lУЄngeren Suchbegriff ein (lУЄng > 2).", + "worldedit.searchitem.either-b-or-i": "Du kannst nicht die Flags 'b' und 'i' gleichzeitig verwenden.", + "worldedit.searchitem.searching": "(Bitte warten... suche nach Items.)", + "worldedit.watchdog.no-hook": "Diese Plattform hat keine Watchdog-Schnittstelle.", + "worldedit.watchdog.active.already": "Watchdog-Manipulation bereits aktiv.", + "worldedit.watchdog.inactive.already": "Watchdog-Manipulation bereits inaktiv.", + "worldedit.watchdog.active": "Watchdog-Manipulation jetzt aktiv.", + "worldedit.watchdog.inactive": "Watchdog-Manipulation jetzt inaktiv.", + "worldedit.world.remove": "Уœberschreibung der Welt entfernt.", + "worldedit.world.set": "Уœberschreitung der Welt auf {0} gesetzt. (Benutze //world um zur Standardeinstellung zurУМckzukehren)", + "worldedit.undo.undone": "{0} verfУМgbare Bearbeitungen rУМckgУЄngig gemacht.", + "worldedit.undo.none": "Keine Bearbeitung zum RУМckgУЄngig machen verfУМgbar.", + "worldedit.redo.redone": "{0} verfУМgbare Bearbeitungen wieder hergestellt.", + "worldedit.redo.none": "Keine Bearbeitung zum Wiederherstellen verfУМgbar.", + "worldedit.clearhistory.cleared": "Verlauf gelУЖscht.", + "worldedit.raytrace.noblock": "Kein Block in Sicht!", + "worldedit.restore.not-configured": "Snapshot/Backup Wiederherstellung ist nicht konfiguriert.", + "worldedit.restore.not-available": "Dieser Snapshot existiert nicht oder ist nicht verfУМgbar.", + "worldedit.restore.failed": "Fehler beim Laden des Snapshots: {0}", + "worldedit.restore.loaded": "Snapshot '{0} geladen; Wiederherstellung im Gange...", + "worldedit.restore.restored": "Wiederhergestelt; {0} fehlende Chunks und {1} andere Fehler.", + "worldedit.restore.none-for-specific-world": "FУМr die Welt '{0}' wurden keine Snapshots gefunden.", + "worldedit.restore.none-for-world": "FУМr diese Welt wurden keine Snapshots gefunden.", + "worldedit.restore.none-found": "Es konnten keine Snapshots gefunden werden.", + "worldedit.restore.none-found-console": "Es konnten keine Snapshots gefunden werden. Siehe Konsole fУМr Details.", + "worldedit.restore.chunk-not-present": "Chunks waren nicht im Snapshot enthalten.", + "worldedit.restore.chunk-load-failed": "Es konnten keine Chunks geladen werden. (Fehlerhaftes Archiv?)", + "worldedit.restore.block-place-failed": "Durch Fehler konnten keine BlУЖcke wiederhergestellt werden.", + "worldedit.restore.block-place-error": "Letzter Fehler: {0}", + "worldedit.snapshot.use.newest": "Nutze nun den neuesten Snapshot.", + "worldedit.snapshot.use": "Setze Snapshot auf: {0}", + "worldedit.snapshot.none-before": "Konnte keinen Snapshot vor {0} finden.", + "worldedit.snapshot.none-after": "Konnte keinen Snapshot nach {0} finden.", + "worldedit.snapshot.index-above-0": "UngУМltiger Index, muss grУЖУŸer oder gleich 1 sein.", + "worldedit.snapshot.index-oob": "UngУМltiger Index, muss zwischen 1 und {0} liegen.", + "worldedit.schematic.unknown-format": "Unbekanntes Schematic-Format: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.load.loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.load.still-loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.save.already-exists": "Diese Schematic existiert bereits. Nutze die Flag -f, um die Datei zu УМberschreiben.", + "worldedit.schematic.save.failed-directory": "Konnte den Ordner fУМr Schematics nicht anlegen!", + "worldedit.schematic.save.saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.save.still-saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.delete.failed": "LУЖschen von {0} fehlgeschlagen! Ist die Datei schreibgeschУМtzt?", + "worldedit.schematic.delete.deleted": "{0} wurde gelУЖscht.", + "worldedit.schematic.formats.title": "VerfУМgbare Formate fУМr Zwischenablage (Name: Kurzbezeichnung)", + "worldedit.schematic.unsupported-minecraft-version": "Diese Version von WorldEdit unterstУМtzt deine Minecraft-Version nicht. Schematics werden nicht funktionieren, solange dies nicht angepasst ist.", + "worldedit.pos.already-set": "Position bereits gesetzt.", + "worldedit.pos.console-require-coords": "Als Konsole mУМssen Koordinaten angegeben werden.", + "worldedit.hpos.no-block": "Kein Block in Sicht!", + "worldedit.hpos.already-set": "Position bereits gesetzt.", + "worldedit.chunk.selected-multiple": "AusgewУЄhlte Chunks: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk ausgewУЄhlt: {0}, {1}, {2}", + "worldedit.wand.invalid": "Auswahl-Item ist falsch konfiguriert oder deaktiviert.", + "worldedit.wand.selwand.info": "Linksklick: Setze Position #1, Rechtsklick: Setze Position #2", + "worldedit.wand.navwand.info": "Linksklick: Springe zu der Position; Rechtsklick: Springe durch WУЄnde", + "worldedit.wand.selwand.now.tool": "Der Selektionsstab ist nun ein normales Werkzeug. Du kannst es mit {0} deaktivieren und mit einem beliebigen Element mit {1} verbinden oder einen neuen Zauberstab mit {2} erhalten.", + "worldedit.contract.contracted": "Region um {0} BlУЖcke verkleinert.", + "worldedit.shift.shifted": "Region verschoben.", + "worldedit.outset.outset": "Region vergrУЖУŸert.", + "worldedit.inset.inset": "Region verkleinert.", + "worldedit.size.offset": "Versatz: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "GrУЖУŸe: {0}", + "worldedit.size.distance": "Kubische Distanz: {0}", + "worldedit.size.blocks": "Anzahl von BlУЖcken: {0}", + "worldedit.count.counted": "Anzahl: {0}", + "worldedit.distr.no-blocks": "Keine BlУЖcke gezУЄhlt.", + "worldedit.distr.no-previous": "Keine vorherigen Verteilungen.", + "worldedit.distr.total": "Gesamte Blockanzahl: {0}", + "worldedit.select.cleared": "Auswahl aufgehoben.", + "worldedit.select.cuboid.message": "Kubisch: Linksklick fУМr Punkt 1, Rechtsklick fУМr Punkt 2", + "worldedit.select.cuboid.description": "WУЄhle zwei Ecken eines Quaders", + "worldedit.select.extend.message": "Kubisch: Linksklick fУМr einen Startpunkt, Rechtsklick zum Erweitern", + "worldedit.select.extend.description": "Schneller kubische Auswahlmodus", + "worldedit.select.poly.message": "2D Polygon-Auswahl: Links/Rechtsklick um einen Punkt hinzuzufУМgen.", + "worldedit.select.poly.limit-message": "maximal {0} Punkte.", + "worldedit.select.poly.description": "WУЄhle ein 2D-Polygon mit HУЖhe", + "worldedit.select.ellipsoid.message": "Ellipsoide Auswahl: Linksklick fУМr Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.ellipsoid.description": "WУЄhle ein Ellipsoid aus", + "worldedit.select.sphere.message": "Kugel Selektor: Linksklick fУМr Mittelpunkt, Rechtsklick um Radius zu setzen", + "worldedit.select.sphere.description": "WУЄhle eine Kugel aus", + "worldedit.select.cyl.message": "Zylindrischer Selektor: Linksklick fУМr Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.cyl.description": "ZylinderfУЖrmige Auswahl", + "worldedit.select.convex.message": "Konvex-Polyhedrische Auswahl: Linksklick fУМr ersten Knoten, Rechtsklick zum Erweitern.", + "worldedit.select.convex.limit-message": "maximal {0} Punkte.", + "worldedit.select.convex.description": "Auswahl einer Konvex-Polyhedrischen Form", + "worldedit.select.default-set": "Deine standardmУЄssige Regions-Auswahl ist jetzt {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Altes Format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: Region/{0}", + "worldedit.listchunks.listfor": "Auflistung von Chunks fУМr: {0}", + "worldedit.drain.drained": "{0} BlУЖcke wurden getrocknet.", + "worldedit.fill.created": "{0} BlУЖcke wurden ausgefУМllt.", + "worldedit.fillr.created": "{0} BlУЖcke wurden ausgefУМllt.", + "worldedit.fixlava.fixed": "{0} BlУЖcke wurden korrigiert.", + "worldedit.fixwater.fixed": "{0} BlУЖcke wurden korrigiert.", + "worldedit.removeabove.removed": "{0} BlУЖcke wurden entfernt.", + "worldedit.removebelow.removed": "{0} BlУЖcke wurden entfernt.", + "worldedit.removenear.removed": "{0} BlУЖcke wurden entfernt.", + "worldedit.replacenear.replaced": "{0} BlУЖcke wurden ersetzt.", + "worldedit.snow.created": "{0} OberflУЄchen wurden bedeckt.", + "worldedit.thaw.removed": "{0} BlУЖcke wurden aufgetaut.", + "worldedit.green.changed": "{0} BlУЖcke wurden grУМn gemacht.", + "worldedit.extinguish.removed": "{0} BrУЄnde wurden gelУЖscht.", + "worldedit.butcher.killed": "{0} Kreaturen wurden in einem Radius von {1} getУЖtet.", + "worldedit.butcher.explain-all": "Verwende -1, um alle Mobs in geladenen Chunks zu entfernen", + "worldedit.remove.removed": "{0} Entities wurden fУМr das Entfernen markiert.", + "worldedit.remove.explain-all": "Verwende -1, um alle Entities in geladenen Chunks zu entfernen", + "worldedit.calc.invalid": "'{0}' konnte nicht als gУМltiger Ausdruck УМbersetzt werden", + "worldedit.calc.invalid.with-error": "'{0}' konnte nicht als gУМltiger Ausdruck geparst werden: '{1}'", + "worldedit.paste.pasted": "Die Zwischenablage wurde bei {0} eingefУМgt", + "worldedit.paste.selected": "EinfУМgebereich fУМr Zwischenablage ausgewУЄhlt.", + "worldedit.rotate.no-interpolation": "Hinweis: Interpolation ist noch nicht unterstУМtzt. Es ist empfohlen, Winkel mit einem Vielfachen von 90 zu nutzen.", + "worldedit.rotate.rotated": "Die Zwischenablage wurde gedreht.", + "worldedit.flip.flipped": "Die Zwischenablage wurde gespiegelt.", + "worldedit.clearclipboard.cleared": "Die Zwischenablage wurde geleert.", + "worldedit.set.done": "Vorgang abgeschlossen.", + "worldedit.set.done.verbose": "Vorgang abgeschlossen ({0}).", + "worldedit.line.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.line.invalid-type": "//line funktioniert nur mit kubischen Selektionen oder konvex-polyhedrischen Selektionen", + "worldedit.curve.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.curve.invalid-type": "//curve funktioniert nur mit konvex-polyhedrischen Selektionen", + "worldedit.replace.replaced": "{0} BlУЖcke wurden ersetzt.", + "worldedit.stack.changed": "{0} BlУЖcke wurden geУЄndert. RУМckgУЄngig mit //undo", + "worldedit.stack.intersecting-region": "Stapelversatz darf bei Verwendung von Blockeinheiten nicht mit der Region kollidieren", + "worldedit.regen.regenerated": "Region neu generiert.", + "worldedit.regen.failed": "Chunks konnten nicht regeneriert werden. Siehe Konsole fУМr Details.", + "worldedit.walls.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.faces.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.overlay.overlaid": "{0} BlУЖcke wurden bedeckt.", + "worldedit.naturalize.naturalized": "{0} Block/BlУЖcke wurden verУЄndert, um natУМrlicher zu erscheinen.", + "worldedit.center.changed": "Mittelpunkt gesetzt. ({0} BlУЖcke geУЄndert)", + "worldedit.smooth.changed": "HУЖhenkarte des GelУЄndes geglУЄttet. {0} BlУЖcke geУЄndert.", + "worldedit.move.moved": "{0} BlУЖcke verschoben.", + "worldedit.deform.deformed": "{0} BlУЖcke wurden verformt.", + "worldedit.hollow.changed": "{0} BlУЖcke wurden verУЄndert.", + "worldedit.forest.created": "{0} BУЄume erstellt.", + "worldedit.flora.created": "{0} Pflanzen erstellt.", + "worldedit.unstuck.moved": "Bitte schУЖn!", + "worldedit.ascend.obstructed": "Keine freie Stelle УМber dir gefunden.", + "worldedit.ascend.moved": "Um {0} Ebenen aufgestiegen.", + "worldedit.descend.obstructed": "Keine freie Stelle unter dir gefunden.", + "worldedit.descend.moved": "Um {0} Ebenen abgestiegen.", + "worldedit.ceil.obstructed": "Keine freie Stelle УМber dir gefunden.", + "worldedit.ceil.moved": "Magie!", + "worldedit.thru.obstructed": "Keine freie Stelle vor dir gefunden.", + "worldedit.thru.moved": "Magie!", + "worldedit.jumpto.moved": "Magie!", + "worldedit.jumpto.none": "Kein Block in Sicht (oder zu weit entfernt)!", + "worldedit.up.obstructed": "Du wУМrdest etwas УМber dir treffen.", + "worldedit.up.moved": "Magie!", + "worldedit.cyl.invalid-radius": "Du musst entweder ein oder zwei Radien angeben.", + "worldedit.cyl.created": "{0} BlУЖcke wurden erstellt.", + "worldedit.sphere.invalid-radius": "Du musst entweder ein oder drei Radien angeben.", + "worldedit.sphere.created": "{0} BlУЖcke wurden erstellt.", + "worldedit.forestgen.created": "{0} BУЄume erstellt.", + "worldedit.pumpkins.created": "{0} KУМrbisbeete erstellt.", + "worldedit.pyramid.created": "{0} BlУЖcke wurden erstellt.", + "worldedit.generate.created": "{0} BlУЖcke wurden erstellt.", + "worldedit.generatebiome.changed": "{0} Biome betroffen.", + "worldedit.reload.config": "Konfiguration wurde neu geladen!", + "worldedit.report.written": "WorldEdit-Bereicht zu {0} geschrieben", + "worldedit.report.error": "Fehler beim Schreiben des Berichts: {0}", + "worldedit.report.callback": "WorldEdit Report: {0}.report", + "worldedit.timezone.invalid": "UngУМltige Zeitzone", + "worldedit.timezone.set": "Zeitzone fУМr diese Sitzung gesetzt: {0}", + "worldedit.timezone.current": "Die aktuelle Zeit in dieser Zeitzone ist: {0}", + "worldedit.version.version": "WorldEdit-Version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Diese WorldEdit Version unterstУМtzt ihre Version von Bukkit nicht vollstУЄndig. Block-Entities (z.B. Truhen) sind leer, Blockeigenschaften (z. B. Rotation) fehlen und andere Dinge werden mУЖglicherweise nicht funktionieren. Aktualisieren Sie WorldEdit um diese Funktion wiederherzustellen:\n{0}", + "worldedit.trace.action-failed": "Trace: Aktion(en) {0} bei {1} verworfen nach AusmaУŸ {2}", + "worldedit.trace.active.already": "Ablaufverfolgungs-Modus bereits aktiv.", + "worldedit.trace.inactive.already": "Ablaufverfolgungs-Modus bereits inaktiv.", + "worldedit.trace.active": "Ablaufverfolgungs-Modus ist nun aktiv.", + "worldedit.trace.inactive": "Ablaufverfolgungs-Modus ist nun inaktiv.", + "worldedit.command.time-elapsed": "{0}s vergangen (History: {1} geУЄndert; {2} BlУЖcke/Sek).", + "worldedit.command.permissions": "Dazu bist du nicht berechtigt. Bist du im richtigen Modus?", + "worldedit.command.player-only": "Dieser Befehl muss als Spieler benutzt werden.", + "worldedit.command.error.report": "Bitte melde diesen Fehler: [Siehe Konsole]", + "worldedit.pastebin.uploading": "(Bitte warten... sende Daten an Pastebin...)", + "worldedit.session.cant-find-session": "Sitzung fУМr {0} nicht gefunden", + "worldedit.platform.no-file-dialog": "Datei-Dialoge werden in Ihrer Umgebung nicht unterstУМtzt.", + "worldedit.asset.load.loading": "(Bitte warten... lade Asset.)", + "worldedit.asset.load.still-loading": "(Bitte warten... lade weiterhin Asset.)", + "worldedit.asset.load.failed": "Fehler beim laden des Assets", + "worldedit.tool.max-block-changes": "Maximales У„nderungslimit fУМr BlУЖcke erreicht.", + "worldedit.tool.no-block": "Kein Block in Sicht!", + "worldedit.tool.repl.equip": "Ersetzen-Werkzeug an {0} gebunden.", + "worldedit.tool.repl.switched": "Ersetzen-Werkzeug geУЄndert zu: {0}", + "worldedit.tool.data-cycler.equip": "Werkzeug zum У„ndern von Blockdaten an {0} gebunden.", + "worldedit.tool.data-cycler.block-not-permitted": "Du hast keine Befugnis, die Werte dieses Blockes zu УЄndern.", + "worldedit.tool.data-cycler.cant-cycle": "Diese Blockdaten kУЖnnen nicht verУЄndert werden!", + "worldedit.tool.data-cycler.new-value": "Wert von {0} ist jetzt {1}.", + "worldedit.tool.data-cycler.cycling": "У„ndere nun {0}.", + "worldedit.tool.deltree.equip": "Werkzeug zum Entfernen fliegender BУЄume an {0} gebunden.", + "worldedit.tool.deltree.not-tree": "Das ist kein Baum.", + "worldedit.tool.deltree.not-floating": "Das ist kein schwebender Baum.", + "worldedit.tool.tree.equip": "Werkzeug zum BУЄume setzen an {0} gebunden.", + "worldedit.tool.tree.obstructed": "Hier kann kein Baum erstellt werden.", + "worldedit.tool.info.equip": "Werkzeug fУМr Informationen an {0} gebunden.", + "worldedit.tool.info.blockstate.hover": "Blockstatus", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy-Id: Daten", + "worldedit.tool.info.light.hover": "Lichtlevel Block/Lichtlevel darУМber", + "worldedit.tool.none.equip": "Werkzeug vom aktuellen Item entfernt.", + "worldedit.tool.none.to.unequip": "Ihr aktuelles Item ist nicht gebunden.", + "worldedit.tool.selwand.equip": "Werkzeug zum AuswУЄhlen an {0} gebunden.", + "worldedit.tool.navwand.equip": "Werkzeug zum Navigieren an {0} gebunden.", + "worldedit.tool.floodfill.equip": "Werkzeug zum FУМllen von BlУЖcken an {0} gebunden.", + "worldedit.tool.farwand.equip": "Werkzeug zum AuswУЄhlen fУМr groУŸe Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.equip": "Werkzeug zum Setzen von BlУЖcken fУМr groУŸe Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.set": "Linksklick auf {0} gesetzt; Rechtsklick auf {1} gesetzt.", + "worldedit.tool.stack.equip": "Werkzeug zum Stapeln an {0} gebunden.", + "worldedit.tool.unbind-instruction": "FУМhre {0} aus, wУЄhrend du das Item in der Hand hУЄltst, um es zu entbinden.", + "worldedit.tool.superpickaxe.mode.single": "Modus ist jetzt blockweise. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.area": "Modus ist jetzt bereichsfУЖrmig. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.recursive": "Modus ist jetzt rekursiv. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.max-range": "Maximale Entfernung ist {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superspitzhacke ist bereits aktiviert.", + "worldedit.tool.superpickaxe.disabled.already": "Superspitzhacke ist bereits deaktiviert.", + "worldedit.tool.superpickaxe.enabled": "Superspitzhacke aktiviert.", + "worldedit.tool.superpickaxe.disabled": "Superspitzhacke deaktiviert.", + "worldedit.tool.mask.set": "Maske fУМr Pinsel gesetzt.", + "worldedit.tool.mask.disabled": "Maske fУМr Pinsel deaktiviert.", + "worldedit.tool.material.set": "Material fУМr Pinsel gesetzt.", + "worldedit.tool.range.set": "Reichweite fУМr Pinsel gesetzt.", + "worldedit.tool.size.set": "PinselgrУЖУŸe gesetzt.", + "worldedit.tool.tracemask.set": "Kollidierungsmaske gesetzt.", + "worldedit.tool.tracemask.disabled": "Kollidierungsmaske deaktiviert.", + "worldedit.tool.error.cannot-bind": "Kann das Werkzeug nicht an {0} binden: {1}", + "worldedit.tool.error.item-only": "BlУЖcke kУЖnnen nicht verwendet werden.", + "worldedit.execute.script-permissions": "Du hast keine Berechtigung, dieses Skript zu nutzen.", + "worldedit.executelast.no-script": "Benutze zuerst /cs mit einem Skriptnamen.", + "worldedit.script.read-error": "Skript Lesefehler: {0}", + "worldedit.script.unsupported": "Aktuell werden nur .js-Skripte unterstУМtzt", + "worldedit.script.file-not-found": "Skript existiert nicht: {0}", + "worldedit.script.no-script-engine": "Fehler beim Finden einer Skript-Engine.\nBitte beachte https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Fehler beim AusfУМhren: {0}", + "worldedit.script.failed-console": "Fehler beim AusfУМhren (siehe Konsole): {0}", + "worldedit.operation.affected.biome": "{0} Biome betroffen", + "worldedit.operation.affected.block": "{0} BlУЖcke betroffen", + "worldedit.operation.affected.column": "{0} Stellen betroffen", + "worldedit.operation.affected.entity": "{0} Entities betroffen", + "worldedit.operation.deform.expression": "deformiert mit {0}", + "worldedit.error.invalid-number": "Anzahl erwartet; String angegeben.", + "worldedit.error.invalid-number.matches": "Anzahl erwartet; String \"{0}\" angegeben.", + "worldedit.error.incomplete-region": "WУЄhle zuerst eine Region aus.", + "worldedit.error.unknown-block": "Blockname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-entity": "Entityname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-mob": "Mob-Name '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-biome": "Biomname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-tag": "Tagname '{0}' wurde nicht erkannt.", + "worldedit.error.empty-tag": "Tagname '{0}' hat keinen Inhalt.", + "worldedit.error.no-match": "Kein Treffer fУМr '{0}'.", + "worldedit.error.disallowed-block": "Block '{0}' nicht erlaubt (siehe WorldEdit Konfiguration).", + "worldedit.error.max-changes": "Maximale Anzahl an BlУЖcken in einer Operation geУЄndert ({0}).", + "worldedit.error.max-brush-radius": "Maximaler Pinselradius (in Konfiguration): {0}", + "worldedit.error.max-radius": "Maximaler Radius (in Konfiguration): {0}", + "worldedit.error.unknown-direction": "Unbekannte Richtung: {0}", + "worldedit.error.empty-clipboard": "Die Zwischenablage ist leer. Verwende zuerst //copy.", + "worldedit.error.invalid-filename": "Dateiname '{0}' ungУМltig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "UngУМltige Zeichen oder Erweiterung fehlt", + "worldedit.error.file-resolution": "Datei '{0}' Fehler beim AuflУЖsen der Datei: {1}", + "worldedit.error.file-resolution.outside-root": "Pfad ist auУŸerhalb des erlaubten Verzeichnisses", + "worldedit.error.file-resolution.resolve-failed": "Fehler beim AuflУЖsen des Pfades", + "worldedit.error.file-aborted": "Dateiauswahl abgebrochen.", + "worldedit.error.no-file-selected": "Es wurde keine Datei ausgewУЄhlt.", + "worldedit.error.world-unloaded": "Die Welt wurde bereits entladen.", + "worldedit.error.not-a-block": "Dieses Item ist kein Block.", + "worldedit.error.not-a-block.item": "Das Item '{0}' ist kein Block.", + "worldedit.error.incorrect-usage": "Benutzung: {0}", + "worldedit.error.invalid-page": "UngУМltige Seitennummer", + "worldedit.error.parser.bad-state-format": "Fehlerhaftes Statusformat in {0}", + "worldedit.error.parser.duplicate-property": "Doppelte Eigenschaft: {0}", + "worldedit.error.parser.empty-state": "Leerer Teil im Status", + "worldedit.error.parser.missing-equals-separator": "Fehlendes Trennzeichen '='", + "worldedit.error.parser.clipboard.missing-offset": "Offset mit @ angegeben, aber kein Offset angegeben. Verwenden Sie '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Unbekannte Eigenschaft '{0}' fУМr Block '{1}'", + "worldedit.error.parser.unknown-value": "Unbekannter Wert '{0}' fУМr Eigenschaft '{1} '", + "worldedit.error.parser.empty-property": "Leere Eigenschaft im Status", + "worldedit.error.parser.empty-value": "Leerer Wert im Status", + "worldedit.error.parser.invalid-colon": "UngУМltiger Doppelpunkt.", + "worldedit.error.parser.invalid-expression": "UngУМltiger Ausdruck: {0}", + "worldedit.error.parser.negate-nothing": "Nichts kann nicht negiert werden!", + "worldedit.error.parser.hanging-lbracket": "UngУМltiges Format. Fehlende Klammer bei '{0}'.", + "worldedit.error.parser.missing-rbracket": "Bei dem Status fehlt die schlieУŸende Klammer ']'", + "worldedit.error.parser.missing-random-type": "Fehlender Typ hinter dem % symbol fУМr '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Versatz fУМr die Zwischenablage benУЖtigt x,y,z Koordinaten.", + "worldedit.error.parser.player-only": "Eingabe '{0}' erfordert einen Spieler!", + "worldedit.error.disabled": "Diese Funktion ist deaktiviert (siehe WorldEdit Konfiguration).", + "worldedit.error.unknown": "Unbekannter Fehler ist aufgetreten: {0}", + "worldedit.error.missing-extent": "Kein Ziel ist bekannt", + "worldedit.error.missing-session": "Keine lokale Session ist bekannt", + "worldedit.error.missing-world": "Du musst eine Welt angeben (Try //world)", + "worldedit.error.missing-actor": "Kein Akteur ist bekannt", + "worldedit.selection.convex.info.vertices": "Knoten: {0}", + "worldedit.selection.convex.info.triangles": "Dreiecke: {0}", + "worldedit.selection.convex.explain.primary": "Neue Auswahl mit Knoten {0} gestartet.", + "worldedit.selection.convex.explain.secondary": "Knoten {0} zur Auswahl hinzugefУМgt.", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Erste Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.primary-area": "Erste Position bei {0} ({1}) gesetzt.", + "worldedit.selection.cuboid.explain.secondary": "Zweite Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.secondary-area": "Zweite Position bei {0} ({1}) gesetzt.", + "worldedit.selection.extend.explain.primary": "Auswahl bei {0} ({1}) gestartet.", + "worldedit.selection.extend.explain.secondary": "Auswahl erweitert, damit {0} ({1}) beinhaltet wird.", + "worldedit.selection.ellipsoid.info.center": "Mittelpunkt: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Position des Mittelpunkts zu {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.primary-area": "Position des Mittelpunkts zu {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid-У„nderungen mУМssen fУМr jede Dimension gleich sein.", + "worldedit.selection.cylinder.info.center": "Mittelpunkt: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Neue zylindrische Auswahl bei {0} gestartet.", + "worldedit.selection.cylinder.explain.secondary": "Radius auf {0}/{1} BlУЖcke gesetzt. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Damit der Radius eingestellt werden kann, ist es notwendig, einen Mittelpunkt zu wУЄhlen.", + "worldedit.selection.cylinder.error.even-horizontal": "ZylinderУЄnderungen mУМssen auch fУМr jede horizontale Dimension gelten.", + "worldedit.selection.polygon2d.info": "Anzahl Punkte: {0}", + "worldedit.selection.polygon2d.explain.primary": "Neues Polygon bei {0} gestartet.", + "worldedit.selection.polygon2d.explain.secondary": "Punkt #{0} bei {1} hinzugefУМgt.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygone kУЖnnen nur vertikal erweitert werden.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygone kУЖnnen nur vertikal verhandelt werden.", + "worldedit.selection.sphere.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.null.error.immutable": "NullRegion kУЖnnt nicht geУЄndert werden.", + "worldedit.selection.intersection.error.cannot-expand": "KУЖnnt nicht einen regionalen Schnittpunkt erweitern.", + "worldedit.selection.intersection.error.cannot-contract": "KУЖnnt nicht einen regionalen Schnittpunkt verhandeln.", + "worldedit.selection.transform.error.cannot-expand": "KУЖnnt nicht einen TransformedRegion erweitern.", + "worldedit.selection.transform.error.cannot-contract": "KУЖnnt nicht einen TransformedRegion verhandeln.", + "worldedit.selection.transform.error.cannot-change": "KУЖnnt nicht einen TransformedRegion УЄndern.", + "worldedit.sideeffect.lighting": "Beleuchtung", + "worldedit.sideeffect.lighting.description": "Aktualisiert Blockbeleuchtung", + "worldedit.sideeffect.neighbors": "Nachbarn", + "worldedit.sideeffect.neighbors.description": "Benachrichtigt BlУЖcke in der NУЄhe УМber den У„nderungen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Benachrichtigt den geУЄnderten Block", + "worldedit.sideeffect.validation": "УœberprУМfung", + "worldedit.sideeffect.validation.description": "УœberprУМft und repariert inkonsistenten Weltzustand, so wie getrennte BlУЖcke", + "worldedit.sideeffect.entity_ai": "Wesen-KI", + "worldedit.sideeffect.entity_ai.description": "Aktualisiert Wesen-KI-Pfade fУМr die BlockУЄnderungen", + "worldedit.sideeffect.events": "Mod/Plugin-Ereignisse", + "worldedit.sideeffect.events.description": "Informiert andere Mods/Plugins УМber diese У„nderungen, falls anwendbar", + "worldedit.sideeffect.state.on": "An", + "worldedit.sideeffect.state.delayed": "VerzУЖgert", + "worldedit.sideeffect.state.off": "Aus", + "worldedit.sideeffect.box.current": "Aktuell", + "worldedit.sideeffect.box.change-to": "Klicken, um auf {0} zu setzen", + "worldedit.help.command-not-found": "Der Befehl '{0}' konnte nicht gefunden werden.", + "worldedit.help.no-subcommands": "'{0}' hat keine Unterbefehle. (Vielleicht steht '{1}' fУМr einen Parameter?)", + "worldedit.help.subcommand-not-found": "Der Unterbefehl '{0}' unter '{1}' konnte nicht gefunden werden.", + "worldedit.cli.stopping": "Wird beendet!", + "worldedit.cli.unknown-command": "Unbekannter Befehl!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/szl/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/szl/strings.json new file mode 100644 index 0000000..6f3296a --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/szl/strings.json @@ -0,0 +1,415 @@ +{ + "worldedit.expand.description.vert": "Pionowo rozszerz wybУГr do granic Х›wiata.", + "worldedit.expand.expanded": "Rozszerzono obszar o bloki (w sumie {0})", + "worldedit.expand.expanded.vert": "Rozszerzono obszar o bloki (w sumie {0} z gУГry na dУГХ‚).", + "worldedit.biomeinfo.lineofsight": "Biomy w zasiФ™gu wzroku: {0}", + "worldedit.biomeinfo.position": "Biom, w ktУГrym jesteХ›: {0}", + "worldedit.biomeinfo.selection": "Biomy w twoim obszarze zaznaczenia: {0}", + "worldedit.brush.radius-too-large": "Maksymalny dozwolony promieХ„ pФ™dzla: {0}", + "worldedit.brush.apply.description": "Zastosuj pФ™dzel, zastosuj funkcjФ™ do kaХМdego bloku", + "worldedit.brush.apply.radius": "Rozmiar pФ™dzla", + "worldedit.brush.apply.shape": "KsztaХ‚t obszaru", + "worldedit.brush.apply.type": "Rodzaj pФ™dzla do uХМycia", + "worldedit.brush.apply.item.warning": "Ten pФ™dzel symuluje uХМycie przedmiotu. Jego efekty mogФ… dziaХ‚aФ‡ nie na wszystkich platformach, mogФ… byФ‡ nieodwracalne i mogФ… powodowaФ‡ dziwne interakcje z innymi modami/wtyczkami. UХМywaj na wХ‚asne ryzyko.", + "worldedit.brush.paint.description": "PФ™dzel malarski, nakХ‚adanie funkcji na powierzchniФ™", + "worldedit.brush.paint.size": "Rozmiar pФ™dzla", + "worldedit.brush.paint.shape": "KsztaХ‚t obszaru", + "worldedit.brush.paint.density": "GФ™stoХ›Ф‡ pФ™dzla", + "worldedit.brush.paint.type": "Rodzaj uХМywanego pФ™dzla", + "worldedit.brush.paint.item.warning": "Ten pФ™dzel symuluje uХМycie przedmiotu. Jego efekty mogФ… dziaХ‚aФ‡ nie na wszystkich platformach, mogФ… byФ‡ nieodwracalne i mogФ… powodowaФ‡ dziwne interakcje z innymi modami/wtyczkami. UХМywaj na wХ‚asne ryzyko.", + "worldedit.brush.sphere.equip": "WyposaХМono w pФ™dzel kulisty ({0}).", + "worldedit.brush.cylinder.equip": "WyposaХМono w pФ™dzel walcowy ({0} na {1}).", + "worldedit.brush.clipboard.equip": "WyposaХМono w pФ™dzel o ksztaХ‚cie ze schowka.", + "worldedit.brush.smooth.equip": "WyposaХМono w pФ™dzel wygХ‚adzajФ…cy ({0} У— {1}У— przy uХМyciu: {2}).", + "worldedit.brush.extinguish.equip": "WyposaХМono w gaХ›nicФ™ ({0}).", + "worldedit.brush.gravity.equip": "WyposaХМono w pФ™dzel grawitacyjny ({0}).", + "worldedit.brush.butcher.equip": "WyposaХМono w pФ™dzel rzeХКniczy ({0}).", + "worldedit.brush.operation.equip": "Wybrano pФ™dzel {0}.", + "worldedit.brush.heightmap.equip": "WyposaХМono w pФ™dzel mapy wysokoХ›ciowej ({0}).", + "worldedit.brush.heightmap.unknown": "Nieznany pФ™dzel mapy wysokoХ›ciowej: {0}.", + "worldedit.brush.none.equip": "UsuniФ™to przypisany pФ™dzel z obecnego przedmiotu.", + "worldedit.setbiome.changed": "Zmieniono biomy dla okoХ‚o tylu blokУГw: {0}.", + "worldedit.setbiome.warning": "W celu zobaczenia zmian, moХМe byФ‡ wymagane ponowne doХ‚Ф…czenie do gry (albo otwarcie Х›wiata).", + "worldedit.drawsel.disabled": "Dezaktywowano CUI serwera.", + "worldedit.drawsel.enabled": "Aktywowano CUI serwera. ObsХ‚uguje tylko obszary prostokФ…tne o maksymalnym rozmiarze {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "CUI serwera juХМ jest zdezaktywowane.", + "worldedit.drawsel.enabled.already": "CUI serwera juХМ jest aktywowane.", + "worldedit.limit.too-high": "TwУГj maksymalny dozwolony limit wynosi {0}.", + "worldedit.limit.set": "Ustawiono limit iloХ›ci zmienianych blokУГw na {0}.", + "worldedit.limit.return-to-default": "(PowrУГФ‡ do wartoХ›ci domyХ›lnej, uХМywajФ…c polecenia //limit)", + "worldedit.timeout.too-high": "TwУГj maksymalny dozwolony limit czasu wynosi {0} ms.", + "worldedit.timeout.set": "Zmieniono limit czasu na {0} ms.", + "worldedit.timeout.return-to-default": " (UХМyj //timeout w celu powrotu do wartoХ›ci domyХ›lnej.)", + "worldedit.fast.disabled": "Tryb szybki wyХ‚Ф…czony.", + "worldedit.fast.enabled": "Tryb szybki wХ‚Ф…czony. OХ›wietlenie w objФ™tych chunkach moХМe byФ‡ niewХ‚aХ›ciwe i/lub moХМe zaistnieФ‡ potrzeba ponownego doХ‚Ф…czenia, w celu ujrzenia zmian.", + "worldedit.fast.disabled.already": "Tryb szybki juХМ jest wyХ‚Ф…czony.", + "worldedit.fast.enabled.already": "Tryb szybki juХМ jest wХ‚Ф…czony.", + "worldedit.perf.sideeffect.set": "Efekt poboczny т€ž{0}т€ zostaХ‚ ustawiony na {1}", + "worldedit.perf.sideeffect.get": "Efekt poboczny т€ž{0}т€ jest ustawiony na {1}", + "worldedit.perf.sideeffect.already-set": "Efekt poboczny т€ž{0}т€ juХМ zostaХ‚ ustawiony na {1}", + "worldedit.perf.sideeffect.set-all": "Wszystkie dziaХ‚ania niepoХМФ…dane ustawione na {0}", + "worldedit.reorder.current": "Tryb zmiany kolejnoХ›ci wynosi {0}", + "worldedit.reorder.set": "Tryb zmiany kolejnoХ›ci teraz wynosi {0}", + "worldedit.gmask.disabled": "Maska globalna wyХ‚Ф…czona.", + "worldedit.gmask.set": "Ustawiono maskФ™ globalnФ….", + "worldedit.toggleplace.pos1": "Umieszczanie w pozycji nr 1.", + "worldedit.toggleplace.player": "Stawianie bloku w miejscu, w ktУГrym stoisz.", + "worldedit.toggleplace.not-locatable": "Nie moХМna przeХ‚Ф…czyФ‡ umieszczania w tym kontekХ›cie.", + "worldedit.searchitem.too-short": "WprowadХК dХ‚uХМszy ciФ…g do wyszukania. (dХ‚. > 2).", + "worldedit.searchitem.either-b-or-i": "Nie moХМesz uХМywaФ‡ flagi \"b\" oraz \"i\" jednoczeХ›nie.", + "worldedit.searchitem.searching": "(ProszФ™ czekaФ‡... wyszukiwanie przedmiotУГw.)", + "worldedit.watchdog.no-hook": "Ta platforma nie ma punktu zaczepienia licznika alarmowego.", + "worldedit.watchdog.active.already": "Punkt zaczepienia licznika alarmowego juХМ jest aktywny.", + "worldedit.watchdog.inactive.already": "Punkt zaczepienia licznika alarmowego juХМ jest nieaktywny.", + "worldedit.watchdog.active": "Punkt zaczepienia licznika alarmowego aktywowany.", + "worldedit.watchdog.inactive": "Punkt zaczepienia licznika alarmowego dezaktywowany.", + "worldedit.world.remove": "UsuniФ™to zastФ…pienie Х›wiata.", + "worldedit.world.set": "Ustawiono zastФ…pienie Х›wiata {0}. (UХМyj //world aby powrУГciФ‡ do domyХ›lnego)", + "worldedit.undo.undone": "CofniФ™to edycje. (dost. {0}).", + "worldedit.undo.none": "Nie ma juХМ nic do cofniФ™cia.", + "worldedit.redo.redone": "Ponowiono dostФ™pne edycje ({0}).", + "worldedit.redo.none": "Nie ma juХМ nic do ponowienia.", + "worldedit.clearhistory.cleared": "Wyczyszczono historiФ™.", + "worldedit.raytrace.noblock": "Brak bloku w zasiФ™gu!", + "worldedit.restore.not-configured": "PrzywrУГcenie kopii zapasowej/migawki nie jest skonfigurowane.", + "worldedit.restore.not-available": "Ta migawka nie istnieje lub jest niedostФ™pna.", + "worldedit.restore.failed": "BХ‚Ф…d Х‚adowania migawki: {0}", + "worldedit.restore.loaded": "ZaХ‚adowano migawkФ™ \"{0}\"; trwa przywracanie...", + "worldedit.restore.restored": "PrzywrУГcono; brakujФ…ce chunki: {0}, inne bХ‚Ф™dy: {1}.", + "worldedit.restore.none-for-specific-world": "Nie znaleziono migawek Х›wiata \"{0}\".", + "worldedit.restore.none-for-world": "Nie znaleziono migawek dla tego Х›wiata.", + "worldedit.restore.none-found": "Nie znaleziono migawek.", + "worldedit.restore.none-found-console": "Nie znaleziono migawek. Zobacz konsolФ™ dla szczegУГХ‚УГw.", + "worldedit.restore.chunk-not-present": "Brak obecnych chunkУГw w migawce.", + "worldedit.restore.chunk-load-failed": "Nie moХМna zaХ‚adowaФ‡ ХМadnych chunkУГw. (niewХ‚aХ›ciwe archiwum?)", + "worldedit.restore.block-place-failed": "BХ‚Ф™dy uniemoХМliwiХ‚y przywrУГcenie jakichkolwiek blokУГw.", + "worldedit.restore.block-place-error": "Ostatni bХ‚Ф…d: {0}", + "worldedit.snapshot.use.newest": "UХМywasz najnowszej migawki.", + "worldedit.snapshot.use": "Ustawiono migawkФ™ na: {0}", + "worldedit.snapshot.none-before": "Nie moХМna znaleХКФ‡ migawki przed {0}.", + "worldedit.snapshot.none-after": "Nie moХМna znaleХКФ‡ migawki po {0}.", + "worldedit.snapshot.index-above-0": "NieprawidХ‚owy indeks, musi byФ‡ on wiФ™kszy lub rУГwny 1.", + "worldedit.snapshot.index-oob": "NieprawidХ‚owy indeks, musi byФ‡ on pomiФ™dzy 1 a {0}.", + "worldedit.schematic.unknown-format": "Nieznany format schematu: {0}.", + "worldedit.schematic.load.does-not-exist": "Schemat {0} nie istnieje!", + "worldedit.schematic.load.loading": "(ProszФ™ czekaФ‡... wczytywanie schematu.)", + "worldedit.schematic.load.still-loading": "(ProszФ™ czekaФ‡... wczytywanie schematu nadal trwa).", + "worldedit.schematic.save.already-exists": "Ten schemat juХМ istnieje. UХМyj flagi -f aby go nadpisaФ‡.", + "worldedit.schematic.save.failed-directory": "Nie udaХ‚o siФ™ stworzyФ‡ folderu dla schematУГw!", + "worldedit.schematic.save.saving": "(ProszФ™ czekaФ‡... zapisywanie schematu.)", + "worldedit.schematic.save.still-saving": "(ProszФ™ czekaФ‡... zapisywanie schematu nadal trwa).", + "worldedit.schematic.delete.does-not-exist": "Schemat {0} nie istnieje!", + "worldedit.schematic.delete.failed": "Nie udaХ‚o siФ™ usunФ…Ф‡: {0}! Czy jest tylko do odczytu?", + "worldedit.schematic.delete.deleted": "UsuniФ™to: {0}.", + "worldedit.schematic.formats.title": "DostФ™pne formaty schowka (nazwa: krУГtka)", + "worldedit.schematic.unsupported-minecraft-version": "Ta wersja WorldEdit nie obsХ‚uguje tej wersji Minecrafta. Schematy nie bФ™dФ… dziaХ‚aФ‡, pУГki ten problem nie zostanie rozwiФ…zany.", + "worldedit.pos.already-set": "Pozycja juХМ ustawiona.", + "worldedit.pos.console-require-coords": "WspУГХ‚rzФ™dne muszФ… byФ‡ okreХ›lone jako konsola.", + "worldedit.hpos.no-block": "Brak bloku w zasiФ™gu!", + "worldedit.hpos.already-set": "Pozycja juХМ ustawiona.", + "worldedit.chunk.selected-multiple": "Zaznaczono chunki: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Wybrano chunk: {0}, {1}, {2}", + "worldedit.wand.invalid": "Przedmiot rУГХМdХМki jest nieprawidХ‚owo skonfigurowany lub wyХ‚Ф…czony.", + "worldedit.wand.selwand.info": "Lewy klik: zaznacz pozycjФ™ 1.; Prawy klik: zaznacz pozycjФ™ 2.", + "worldedit.wand.navwand.info": "Lewy klik: skocz do miejsca; Prawy klik: przejdХК przez Х›cianФ™", + "worldedit.wand.selwand.now.tool": "RУГХМdХМka wyboru jest teraz normalnym narzФ™dziem. MoХМesz jФ… wyХ‚Ф…czyФ‡ uХМywajФ…c {0} i powiФ…zaФ‡ z dowolnФ… rzeczФ… uХМywajФ…c {1}, oraz zdobyФ‡ nowФ… rУГХМdХМkФ™ uХМywajФ…c {2}.", + "worldedit.contract.contracted": "Obszar zwФ™ХМony o {0} bl.", + "worldedit.shift.shifted": "Obszar przesuniФ™ty.", + "worldedit.outset.outset": "Obszar poszerzony.", + "worldedit.inset.inset": "Obszar zwФ™ХМony.", + "worldedit.size.offset": "PrzesuniФ™cie: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "Rozmiar: {0}", + "worldedit.size.distance": "OdlegХ‚oХ›Ф‡ prostopadХ‚oХ›cianu: {0}", + "worldedit.size.blocks": "Nr blokУГw: {0}", + "worldedit.count.counted": "Policzono: {0}", + "worldedit.distr.no-blocks": "Nie policzono blokУГw.", + "worldedit.distr.no-previous": "Brak poprzednich dystrybucji.", + "worldedit.distr.total": "CaХ‚kowita Liczba BlokУГw: {0}", + "worldedit.select.cleared": "Wyczyszczono zaznaczenie.", + "worldedit.select.cuboid.message": "Kuboid: kliknij lewym, aby zaznaczyФ‡ pierwszy punkt, kliknij prawym, aby zaznaczyФ‡ drugi punkt", + "worldedit.select.cuboid.description": "Wybierz dwa naroХМniki kuboidu", + "worldedit.select.extend.message": "Kuboid: kliknij lewym, aby wybraФ‡ punkt startowy, kliknij prawym, aby rozszerzyФ‡", + "worldedit.select.extend.description": "Tryb szybkiego wyboru kuboidu", + "worldedit.select.poly.message": "WybУГr wielokФ…ta 2D: Lewy/prawy klik т€” dodawanie punktu.", + "worldedit.select.poly.limit-message": "Maksimum {0} pkt.", + "worldedit.select.poly.description": "WybУГr wielokФ…ta dwuwymiarowego o dowolnej wysokoХ›ci", + "worldedit.select.ellipsoid.message": "WybУГr elipsoidalny: Lewy klik = Х›rodek; prawy klik т€” rozszerzanie", + "worldedit.select.ellipsoid.description": "WybУГr elipsoidy", + "worldedit.select.sphere.message": "WybУГr sferyczny: Lewy klik = Х›rodek, prawy klik т€” ustawianie promienia", + "worldedit.select.sphere.description": "WybУГr sfery", + "worldedit.select.cyl.message": "WybУГr walcowy: Lewy klik = Х›rodek; prawy klik т€” rozszerzanie", + "worldedit.select.cyl.description": "WybУГr walca", + "worldedit.select.convex.message": "WybУГr wypukХ‚y wieloboczny: Lewy klik = Pierwszy wierzchoХ‚ek; prawy klik т€” wiФ™cej.", + "worldedit.select.convex.limit-message": "Maksimum {0} pkt.", + "worldedit.select.convex.description": "Zaznacz figurФ™ wypukХ‚Ф… wielobocznФ…", + "worldedit.select.default-set": "TwУГj domyХ›lny selektor obszaru to teraz {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Stary format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Lista chunkУГw dla: {0}", + "worldedit.drain.drained": "Osuszono bloki (w sumie {0}).", + "worldedit.fill.created": "WypeХ‚niono blokami (w sumie {0}).", + "worldedit.fillr.created": "WypeХ‚niono blokami (w sumie {0}).", + "worldedit.fixlava.fixed": "Naprawiono bloki (w sumie {0}).", + "worldedit.fixwater.fixed": "Naprawiono bloki (w sumie {0}).", + "worldedit.removeabove.removed": "UsuniФ™to bloki (w sumie {0}).", + "worldedit.removebelow.removed": "UsuniФ™to bloki (w sumie {0}).", + "worldedit.removenear.removed": "UsuniФ™to bloki (w sumie {0}).", + "worldedit.replacenear.replaced": "ZastФ…piono bloki (w sumie {0}).", + "worldedit.snow.created": "Pokryto powierzchnie (w sumie {0}).", + "worldedit.thaw.removed": "Stopiono bloki (w sumie {0}).", + "worldedit.green.changed": "Pokryto zieleniФ… bloki (w sumie {0}).", + "worldedit.extinguish.removed": "Ugaszono bloki ognia (w sumie {0}).", + "worldedit.butcher.killed": "Zabito moby (w sumie {0}) w promieniu {1} bl.", + "worldedit.butcher.explain-all": "UХМyj -1, aby usunФ…Ф‡ wszystkie moby z zaХ‚adowanych chunkУГw", + "worldedit.remove.removed": "Wyznaczono byty do usuniФ™cia (w sumie {0}).", + "worldedit.remove.explain-all": "UХМyj -1, aby usunФ…Ф‡ wszystkie byty z zaХ‚adowanych chunkУГw", + "worldedit.calc.invalid": "BХ‚Ф…d analizy wartoХ›ci \"{0}\" jako wХ‚aХ›ciwego wyraХМenia", + "worldedit.calc.invalid.with-error": "BХ‚Ф…d analizy wartoХ›ci \"{0}\" jako wХ‚aХ›ciwego wyraХМenia: \"{1}\"", + "worldedit.paste.pasted": "Wklejono schowek do: {0}", + "worldedit.paste.selected": "Zaznaczono obszar wklejania ze schowka.", + "worldedit.rotate.no-interpolation": "Informacja: Interpolacja nie jest jeszcze wspierana, wiФ™c zalecane sФ… kФ…ty o wielokrotnoХ›ci liczby 90.", + "worldedit.rotate.rotated": "ZawartoХ›Ф‡ schowka zostaХ‚a obrУГcona.", + "worldedit.flip.flipped": "ZawartoХ›Ф‡ schowka zostaХ‚a odbita.", + "worldedit.clearclipboard.cleared": "Schowek wyczyszczony.", + "worldedit.set.done": "Operacja zakoХ„czona.", + "worldedit.set.done.verbose": "Operacja zakoХ„czona ({0}).", + "worldedit.line.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.line.invalid-type": "Polecenie //line dziaХ‚a tylko w przypadku zaznaczeХ„ prostopadХ‚oХ›ciennych lub wypukХ‚ych wieloХ›ciennych", + "worldedit.curve.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.curve.invalid-type": "Polecenie //curve dziaХ‚a tylko w przypadku zaznaczeХ„ wypukХ‚ych wieloХ›ciennych", + "worldedit.replace.replaced": "ZastФ…piono bloki (w sumie {0}).", + "worldedit.stack.changed": "Zmieniono bloki (w sumie {0}). UХМyj //undo w celu cofniФ™cia.", + "worldedit.stack.intersecting-region": "PrzesuniФ™cie stosu nie moХМe kolidowaФ‡ z obszarem, podczas uХМywania jednostek blokowych", + "worldedit.regen.regenerated": "Zregenerowano obszar.", + "worldedit.regen.failed": "Nie udaХ‚o siФ™ zregenerowaФ‡ chunkУГw. Po wiФ™cej informacji, zajrzyj do konsoli.", + "worldedit.walls.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.faces.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.overlay.overlaid": "NaХ‚oХМono bloki (w sumie {0}).", + "worldedit.naturalize.naturalized": "Nadano naturalnego wyglФ…du blokom (zmodyfikowane bloki: {0}).", + "worldedit.center.changed": "Ustawiono Х›rodek. (zmodyfikowane bloki: {0})", + "worldedit.smooth.changed": "WygХ‚adzono wysokoХ›Ф‡ terenu. Zmodyfikowane bloki: {0}.", + "worldedit.move.moved": "PrzesuniФ™to bloki (w sumie {0}).", + "worldedit.deform.deformed": "Zdeformowano bloki (w sumie {0}).", + "worldedit.hollow.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.forest.created": "Stworzono {0} drzew.", + "worldedit.flora.created": "Stworzono roХ›linnoХ›Ф‡ (w sumie {0}).", + "worldedit.unstuck.moved": "ProszФ™ bardzo!", + "worldedit.ascend.obstructed": "Nie znaleziono nad tobФ… wolnej przestrzeni.", + "worldedit.ascend.moved": "Przeniesiono ciФ™ {0} poz. wyХМej.", + "worldedit.descend.obstructed": "Nie znaleziono pod tobФ… wolnej przestrzeni.", + "worldedit.descend.moved": "Przeniesiono ciФ™ {0} poz. niХМej.", + "worldedit.ceil.obstructed": "Nie znaleziono nad tobФ… wolnej przestrzeni.", + "worldedit.ceil.moved": "Ziuuu!", + "worldedit.thru.obstructed": "Nie znaleziono przed tobФ… wolnej przestrzeni.", + "worldedit.thru.moved": "Ziuuu!", + "worldedit.jumpto.moved": "Puf!", + "worldedit.jumpto.none": "Brak bloku w zasiФ™gu (lub jest za daleko)!", + "worldedit.up.obstructed": "Uderzysz w coХ› nad sobФ….", + "worldedit.up.moved": "Ziuuu!", + "worldedit.cyl.invalid-radius": "Musisz podaФ‡ 1 lub 2 wartoХ›ci promienia.", + "worldedit.cyl.created": "Stworzono bloki (w sumie {0}).", + "worldedit.sphere.invalid-radius": "Musisz podaФ‡ 1 lub 3 wartoХ›ci promienia.", + "worldedit.sphere.created": "Stworzono bloki (w sumie {0}).", + "worldedit.forestgen.created": "Stworzono drzewa (w sumie {0}).", + "worldedit.pumpkins.created": "Stworzono grupki dyХ„ (w sumie {0}).", + "worldedit.pyramid.created": "Stworzono bloki (w sumie {0}).", + "worldedit.generate.created": "Stworzono bloki (w sumie {0}).", + "worldedit.generatebiome.changed": "{0} biomУГw ulegХ‚o zmianie.", + "worldedit.reload.config": "PrzeХ‚adowano konfiguracjФ™!", + "worldedit.report.written": "Raport WorldEdit zostaХ‚ zapisany do: {0}", + "worldedit.report.error": "BХ‚Ф…d zapisywania raportu: {0}", + "worldedit.report.callback": "Raport WorldEdit: {0}.report", + "worldedit.timezone.invalid": "NiewХ‚aХ›ciwa strefa czasowa", + "worldedit.timezone.set": "Ustawiono strefФ™ czasowФ… na tФ™ sesjФ™: {0}", + "worldedit.timezone.current": "Obecny czas w tej strefie czasowej: {0}", + "worldedit.version.version": "WorldEdit т€” wersja: {0}", + "worldedit.version.bukkit.unsupported-adapter": "Ta wersja WorldEdit nie obsХ‚uguje w peХ‚ni twojej wersji pluginu Bukkit. Byty blokУГw (np. skrzynie) bФ™dФ… puste, wХ‚aХ›ciwoХ›ci blokУГw (np. obrУГt) zostanФ… pominiФ™te, a nie dziaХ‚aФ‡ mogФ… teХМ inne rzeczy. Zaktualizuj WorldEdit, aby przywrУГciФ‡ tФ™ funkcjonalnoХ›Ф‡:\n{0}", + "worldedit.trace.no-tracing-extents": "Trasowanie: Nie uХМyto ХМadnych rozszerzeХ„", + "worldedit.trace.action-failed": "Trasowanie: Odrzucono czynnoХ›Ф‡/-ci {0} w pozycji {1} rozszerzeniem {2}", + "worldedit.trace.active.already": "Tryb trasowania juХМ jest wХ‚Ф…czony.", + "worldedit.trace.inactive.already": "Tryb trasowania juХМ jest wyХ‚Ф…czony.", + "worldedit.trace.active": "WХ‚Ф…czono tryb trasowania.", + "worldedit.trace.inactive": "WyХ‚Ф…czono tryb trasowania.", + "worldedit.command.time-elapsed": "MinФ™Х‚o {0} sek. (historia: {1} zmienionych; {2} blokУГw/sek.)", + "worldedit.command.permissions": "Nie masz do tego uprawnieХ„. Na pewno jesteХ› w dobrym trybie?", + "worldedit.command.player-only": "To polecenie musi zostaФ‡ uХМyte na graczu.", + "worldedit.command.error.report": "ZgХ‚oХ› ten bХ‚Ф…d: [Zobacz konsolФ™]", + "worldedit.pastebin.uploading": "(ProszФ™ czekaФ‡... wysyХ‚anie danych wyjХ›ciowych na pastebin...)", + "worldedit.session.cant-find-session": "Nie moХМna odnaleХКФ‡ sesji dla {0}", + "worldedit.platform.no-file-dialog": "Okna dialogowe plikУГw nie sФ… wspierane w twoim Х›rodowisku.", + "worldedit.asset.load.loading": "(ProszФ™ czekaФ‡... Х‚adowanie zasobu).", + "worldedit.asset.load.still-loading": "(ProszФ™ czekaФ‡... Х‚adowanie zasobu nadal trwa).", + "worldedit.asset.load.failed": "BХ‚Ф…d Х‚adowania zasobu", + "worldedit.tool.max-block-changes": "OsiФ…gniФ™to limit iloХ›ci zmienianych blokУГw.", + "worldedit.tool.no-block": "Brak bloku w zasiФ™gu!", + "worldedit.tool.repl.equip": "NarzФ™dzie zamiany blokУГw przypisano do: {0}.", + "worldedit.tool.repl.switched": "NarzФ™dzie zamiany przeХ‚Ф…czono do: {0}", + "worldedit.tool.data-cycler.equip": "NarzФ™dzie przeХ‚Ф…czajФ…ce dane blokУГw przypisano do: {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Nie masz uprawnieХ„ do przeХ‚Ф…czania wartoХ›ci danych tego bloku.", + "worldedit.tool.data-cycler.cant-cycle": "Dane tego bloku nie mogФ… byФ‡ przeХ‚Ф…czone!", + "worldedit.tool.data-cycler.new-value": "WartoХ›Ф‡ {0} wynosi teraz {1}.", + "worldedit.tool.data-cycler.cycling": "Cykliczne przeХ‚Ф…czanie: {0}.", + "worldedit.tool.deltree.equip": "NarzФ™dzie usuwania unoszФ…cych siФ™ drzew przypisano do: {0}.", + "worldedit.tool.deltree.not-tree": "To nie jest drzewo.", + "worldedit.tool.deltree.not-floating": "To nie jest unoszФ…ce siФ™ drzewo.", + "worldedit.tool.tree.equip": "Malarz drzew przypisano do: {0}.", + "worldedit.tool.tree.obstructed": "Nie moХМna umieХ›ciФ‡ tam drzewa.", + "worldedit.tool.info.equip": "NarzФ™dzie informacyjne przypisano do: {0}.", + "worldedit.tool.info.blockstate.hover": "Stan bloku", + "worldedit.tool.info.internalid.hover": "WewnФ™trzne ID", + "worldedit.tool.info.legacy.hover": "PrzestarzaХ‚y tag id:data", + "worldedit.tool.info.light.hover": "ХšwiatХ‚o bloku/ХšwiatХ‚o powyХМej", + "worldedit.tool.none.equip": "UsuniФ™to przypisane narzФ™dzie z obecnego przedmiotu.", + "worldedit.tool.none.to.unequip": "Nie przypisano obecnego przedmiotu.", + "worldedit.tool.selwand.equip": "RУГХМdХМkФ™ zaznaczajФ…cФ… przypisano do: {0}.", + "worldedit.tool.navwand.equip": "RУГХМdХМkФ™ nawigacyjnФ… przypisano do: {0}.", + "worldedit.tool.floodfill.equip": "NarzФ™dzie wypeХ‚niajФ…ce blokami przypisano do: {0}.", + "worldedit.tool.farwand.equip": "RУГХМdХМka dalekosiФ™ХМna przypisana do {0}.", + "worldedit.tool.lrbuild.equip": "DalekosiФ™ХМne narzФ™dzie budowlane przypisano do: {0}.", + "worldedit.tool.lrbuild.set": "Lewy przycisk ustawiono na {0}; prawy przycisk ustawiono na {1}.", + "worldedit.tool.stack.equip": "NarzФ™dzie stosu przypisano do: {0}.", + "worldedit.tool.unbind-instruction": "Uruchom {0} trzymajФ…c przedmiot aby usunФ…Ф‡ przypisanie.", + "worldedit.tool.superpickaxe.mode.single": "Ustawiono tryb pojedynczy. Kliknij lewym, trzymajФ…c kilof. WyХ‚Ф…cz poleceniem //", + "worldedit.tool.superpickaxe.mode.area": "Ustawiono tryb obszarowy. Kliknij lewym, trzymajФ…c kilof. WyХ‚Ф…cz poleceniem //", + "worldedit.tool.superpickaxe.mode.recursive": "Ustawiono tryb rekursywny. Kliknij lewym, trzymajФ…c kilof. WyХ‚Ф…cz poleceniem //", + "worldedit.tool.superpickaxe.max-range": "Maksymalny zakres to {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superkilof jest juХМ wХ‚Ф…czony.", + "worldedit.tool.superpickaxe.disabled.already": "Superkilof jest juХМ wyХ‚Ф…czony.", + "worldedit.tool.superpickaxe.enabled": "Superkilof wХ‚Ф…czony.", + "worldedit.tool.superpickaxe.disabled": "Superkilof wyХ‚Ф…czony.", + "worldedit.tool.mask.set": "Ustawiono maskФ™ pФ™dzla.", + "worldedit.tool.mask.disabled": "WyХ‚Ф…czono maskФ™ pФ™dzla.", + "worldedit.tool.material.set": "Ustawiono materiaХ‚ pФ™dzla.", + "worldedit.tool.range.set": "Ustawiono zakres pФ™dzla.", + "worldedit.tool.size.set": "Ustawiono rozmiar pФ™dzla.", + "worldedit.tool.tracemask.set": "Ustawiono maskФ™ trasujФ…cФ….", + "worldedit.tool.tracemask.disabled": "Maska trasujФ…ca wyХ‚Ф…czona.", + "worldedit.tool.error.cannot-bind": "Nie moХМna przypisaФ‡ narzФ™dzia do {0}: {1}", + "worldedit.tool.error.item-only": "Nie moХМna uХМywaФ‡ blokУГw.", + "worldedit.execute.script-permissions": "Nie masz uprawnieХ„ do korzystania z tego skryptu.", + "worldedit.executelast.no-script": "Najpierw uХМyj /cs z nazwФ… skryptu.", + "worldedit.script.read-error": "BХ‚Ф…d odczytu skryptu: {0}", + "worldedit.script.unsupported": "Obecnie sФ… wspierane tylko skrypty .js", + "worldedit.script.file-not-found": "Skrypt nie istnieje: {0}", + "worldedit.script.no-script-engine": "Nie udaХ‚o siФ™ znaleХКФ‡ zainstalowanego silnika skryptu.\nPrzejdХК do: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Nie udaХ‚o siФ™ wykonaФ‡: {0}", + "worldedit.script.failed-console": "Nie udaХ‚o siФ™ wykonaФ‡ (zobacz konsolФ™): {0}", + "worldedit.operation.affected.biome": "ObjФ™to biomy (w sumie {0})", + "worldedit.operation.affected.block": "ObjФ™to bloki (w sumie {0})", + "worldedit.operation.affected.column": "ObjФ™to kolumny (w sumie {0})", + "worldedit.operation.affected.entity": "ObjФ™to byty (w sumie {0})", + "worldedit.operation.deform.expression": "zdeformowano przy uХМyciu: {0}", + "worldedit.error.invalid-number": "Oczekiwano liczbФ™; otrzymano ciФ…g znakУГw.", + "worldedit.error.invalid-number.matches": "Oczekiwano liczbФ™; otrzymano ciФ…g т€ž{0}т€.", + "worldedit.error.incomplete-region": "Najpierw zaznacz obszar.", + "worldedit.error.unknown-block": "Nazwa bloku '{0}' nie zostaХ‚a rozpoznana.", + "worldedit.error.unknown-entity": "Nazwa obiektu '{0}' nie zostaХ‚a rozpoznana.", + "worldedit.error.unknown-mob": "Nazwa moba '{0}' nie zostaХ‚a rozpoznana.", + "worldedit.error.unknown-biome": "Nazwa biomu '{0}' nie zostaХ‚a rozpoznana.", + "worldedit.error.unknown-tag": "Nazwa tagu '{0}' nie zostaХ‚a rozpoznana.", + "worldedit.error.empty-tag": "Nazwa tagu '{0}' nie ma zawartoХ›ci.", + "worldedit.error.no-match": "Brak dopasowania dla '{0}'.", + "worldedit.error.disallowed-block": "Blok '{0}' jest niedozwolony (zobacz konfiguracjФ™ WorldEdit).", + "worldedit.error.max-changes": "OsiФ…gniФ™to maksymalnФ… liczbФ™ blokУГw zmienionych w operacji ({0}).", + "worldedit.error.max-brush-radius": "Maksymalny promieХ„ pФ™dzla (w konfiguracji): {0}", + "worldedit.error.max-radius": "Maksymalny promieХ„ (w konfiguracji): {0}", + "worldedit.error.unknown-direction": "Nieznany kierunek: {0}", + "worldedit.error.empty-clipboard": "TwУГj schowek jest pusty. Najpierw uХМyj polecenia //copy.", + "worldedit.error.invalid-filename": "Niepoprawna nazwa pliku т€ž{0}\": {1}", + "worldedit.error.invalid-filename.invalid-characters": "Niedozwolone znaki lub brakujФ…ce rozszerzenie", + "worldedit.error.file-resolution": "BХ‚Ф…d rozpoznania pliku т€ž{0}т€: {1}", + "worldedit.error.file-resolution.outside-root": "ХšcieХМka znajduje siФ™ poza dozwolonym katalogiem", + "worldedit.error.file-resolution.resolve-failed": "Nie udaХ‚o siФ™ rozwiФ…zaФ‡ Х›cieХМki", + "worldedit.error.file-aborted": "Wybieranie pliku przerwane.", + "worldedit.error.no-file-selected": "Nie wybrano pliku.", + "worldedit.error.world-unloaded": "Хšwiat juХМ zostaХ‚ zwolniony.", + "worldedit.error.not-a-block": "Ten przedmiot nie jest blokiem.", + "worldedit.error.not-a-block.item": "Przedmiot т€ž{0}т€ nie jest blokiem.", + "worldedit.error.incorrect-usage": "SkХ‚adnia: {0}", + "worldedit.error.invalid-page": "NieprawidХ‚owy numer strony", + "worldedit.error.parser.bad-state-format": "BХ‚Ф™dny format stanu w {0}", + "worldedit.error.parser.duplicate-property": "Zduplikowana wХ‚aХ›ciwoХ›Ф‡: {0}", + "worldedit.error.parser.empty-state": "Pusta czФ™Х›Ф‡ w stanie", + "worldedit.error.parser.missing-equals-separator": "BrakujФ…cy separator (=)", + "worldedit.error.parser.clipboard.missing-offset": "OkreХ›lono przesuniФ™cie za pomocФ… znaku @, ale nie zostaХ‚o ono podane. UХМyj т€ž#copy@[x,y,z]т€.", + "worldedit.error.parser.unknown-property": "Nieznana wХ‚aХ›ciwoХ›Ф‡ т€ž{0}т€ bloku т€ž{1}т€", + "worldedit.error.parser.unknown-value": "Nieznana wartoХ›Ф‡ т€ž{0}т€ wХ‚aХ›ciwoХ›ci т€ž{1}т€", + "worldedit.error.parser.empty-property": "Pusta wХ‚aХ›ciwoХ›Ф‡ w stanie", + "worldedit.error.parser.empty-value": "Pusta wartoХ›Ф‡ w stanie", + "worldedit.error.parser.invalid-colon": "NieprawidХ‚owe uХМycie dwukropka.", + "worldedit.error.parser.invalid-expression": "NieprawidХ‚owe wyraХМenie: {0}", + "worldedit.error.parser.negate-nothing": "Nie moХМna zmieniФ‡ znaku przy niczym!", + "worldedit.error.parser.hanging-lbracket": "NieprawidХ‚owy format. NiedomkniФ™ty nawias przy т€ž{0}т€.", + "worldedit.error.parser.missing-rbracket": "W stanie brakuje koХ„czФ…cego nawiasu ( ] )", + "worldedit.error.parser.missing-random-type": "Brak okreХ›lonego typu po symbolu % т€ž{0}т€", + "worldedit.error.parser.clipboard.missing-coordinates": "PrzesuniФ™cie schowka wymaga wspУГХ‚rzФ™dnych x, y, z.", + "worldedit.error.parser.player-only": "Dane т€ž{0}т€ wymagajФ… gracza!", + "worldedit.error.disabled": "Ta funkcja jest wyХ‚Ф…czona (skonsultuj konfiguracjФ™ WorldEdit).", + "worldedit.error.unknown": "WystФ…piХ‚ nieznany bХ‚Ф…d: {0}", + "worldedit.error.missing-extent": "Nie jest znany ХМaden zakres", + "worldedit.error.missing-session": "Nie jest znana ХМadna sesja lokalna", + "worldedit.error.missing-world": "NaleХМy okreХ›liФ‡ Х›wiat (SprУГbuj poleceniem //world)", + "worldedit.error.missing-actor": "Nie jest znany ХМaden aktor", + "worldedit.selection.convex.info.vertices": "WierzchoХ‚ki: {0}", + "worldedit.selection.convex.info.triangles": "TrУГjkФ…ty: {0}", + "worldedit.selection.convex.explain.primary": "Zaznaczenie rozpoczФ™te wierzchoХ‚kiem {0}.", + "worldedit.selection.convex.explain.secondary": "Dodano wierzchoХ‚ek ({0}) do zaznaczenia.", + "worldedit.selection.cuboid.info.pos1": "Pozycja 1.: {0}", + "worldedit.selection.cuboid.info.pos2": "Pozycja 2.: {0}", + "worldedit.selection.cuboid.explain.primary": "Ustawiono pozycjФ™ pierwszФ…: {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Ustawiono pozycjФ™ pierwszФ…: {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Ustawiono pozycjФ™ drugФ…: {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Ustawiono pozycjФ™ drugФ…: {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Zaznaczenie rozpoczФ™te przy {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Rozszerzono zaznaczenie w celu objФ™cia: {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Хšrodek: {0}", + "worldedit.selection.ellipsoid.info.radius": "PromieХ„ jako X/Y/Z: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Ustawiono pozycjФ™ Х›rodka: {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Ustawiono pozycjФ™ Х›rodka: {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Ustawiono promieХ„: {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Ustawiono promieХ„: {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Zmiany elipsoidalne muszФ… byФ‡ rУГwne dla kaХМdego wymiaru.", + "worldedit.selection.cylinder.info.center": "Хšrodek: {0}", + "worldedit.selection.cylinder.info.radius": "PromieХ„: {0}", + "worldedit.selection.cylinder.explain.primary": "Rozpoczynasz zaznaczenie walcowe przy {0}.", + "worldedit.selection.cylinder.explain.secondary": "Ustawiono promieХ„: {0}/{1} bl. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Najpierw wybierz punkt Х›rodkowy, zanim ustalisz promieХ„.", + "worldedit.selection.cylinder.error.even-horizontal": "Zmiany stoХМkowe muszФ… byФ‡ rУГwne dla kaХМdego wymiaru poziomego.", + "worldedit.selection.polygon2d.info": "Nr punktУГw: {0}", + "worldedit.selection.polygon2d.explain.primary": "Rozpoczynasz nowy wielokФ…t przy {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Dodano punkt #{0} przy {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "WielokФ…ty moХМna rozszerzyФ‡ tylko pionowo.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "WielokФ…ty moХМna zwФ™ХМyФ‡ tylko pionowo.", + "worldedit.selection.sphere.explain.secondary": "Ustawiono promieХ„: {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Ustawiono promieХ„: {0} ({1}).", + "worldedit.selection.null.error.immutable": "Nie moХМna zmieniФ‡ regionu o zerowej wartoХ›ci.", + "worldedit.selection.intersection.error.cannot-expand": "Nie moХМna rozszerzyФ‡ przeciФ™cia obszarУГw.", + "worldedit.selection.intersection.error.cannot-contract": "Nie moХМna skrУГciФ‡ przeciФ™cia obszarУГw.", + "worldedit.selection.transform.error.cannot-expand": "Nie moХМna rozszerzyФ‡ TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Nie moХМna skrУГciФ‡ TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Nie moХМna zmieniФ‡ TransformedRegion.", + "worldedit.sideeffect.lighting": "Piorun", + "worldedit.sideeffect.lighting.description": "Aktualizuje bloki oХ›wietleniowe", + "worldedit.sideeffect.neighbors": "SФ…siedzi", + "worldedit.sideeffect.neighbors.description": "Powiadamia o zmianach pobliskich blokУГw", + "worldedit.sideeffect.update": "Aktualizuj", + "worldedit.sideeffect.update.description": "Powiadamia zmieniony blok", + "worldedit.sideeffect.validation": "Sprawdzanie poprawnoХ›ci", + "worldedit.sideeffect.validation.description": "Sprawdza poprawnoХ›Ф‡ i naprawia niespУГjnoХ›ci stanu Х›wiata, takie jak rozХ‚Ф…czone bloki", + "worldedit.sideeffect.entity_ai": "AI bytУГw", + "worldedit.sideeffect.entity_ai.description": "Aktualizuje Х›cieХМki dla SI bytУГw, aby te odzwierciedlaХ‚y zmiany blokУГw", + "worldedit.sideeffect.events": "Wydarzenia moda/pluginu", + "worldedit.sideeffect.events.description": "W stosownych przypadkach informuje inne mody/pluginy o tych zmianach", + "worldedit.sideeffect.state.on": "WХ‚.", + "worldedit.sideeffect.state.delayed": "OpУГХК.", + "worldedit.sideeffect.state.off": "WyХ‚.", + "worldedit.sideeffect.box.current": "BieХМФ…cy", + "worldedit.sideeffect.box.change-to": "Kliknij, aby ustawiФ‡ {0}", + "worldedit.help.command-not-found": "Polecenie \"{0}\" nie zostaХ‚o znalezione.", + "worldedit.help.no-subcommands": "\"{0}\" nie ma podpoleceХ„. (MoХМe \"{1}\" oznacza parametr?)", + "worldedit.help.subcommand-not-found": "Nie znaleziono podpolecenia \"{0}\" dla \"{1}\".", + "worldedit.cli.stopping": "Zatrzymywanie!", + "worldedit.cli.unknown-command": "Nieznane polecenie!" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/ta/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/ta/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/ta/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/th/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/th/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/th/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/tlh-AA/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/tlh-AA/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/tlh-AA/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/tr/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/tr/strings.json new file mode 100644 index 0000000..596e6e7 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/tr/strings.json @@ -0,0 +1,227 @@ +{ + "worldedit.expand.description.vert": "SeУЇimi dУМnya limitine kadar dikey geniХŸletir.", + "worldedit.expand.expanded": "BУЖlge {0} blok geniХŸletildi", + "worldedit.expand.expanded.vert": "BУЖlge {0} blok geniХŸletildi (yukarФБdan-aХŸaФŸФБya).", + "worldedit.biomeinfo.lineofsight": "GУЖrУМХŸ hattФБndaki biyomlar: {0}", + "worldedit.biomeinfo.position": "Pozisyonundaki biyomlar: {0}", + "worldedit.biomeinfo.selection": "SeУЇimindeki biyomlar: {0}", + "worldedit.brush.radius-too-large": "ФАzin verilen maksimum fФБrУЇa yarФБУЇapФБ: {0}", + "worldedit.brush.apply.description": "Uygulama fФБrУЇasФБ, her bloФŸa bir fonksiyon uygulayФБn", + "worldedit.brush.apply.radius": "FФБrУЇanФБn boyutu", + "worldedit.brush.apply.shape": "BУЖlgenin ХŸekli", + "worldedit.brush.apply.type": "KullanФБlacak fФБrУЇanФБn tУМrУМ", + "worldedit.brush.apply.item.warning": "Bu fФБrУЇa, УЖФŸe kullanФБmФБnФБ simУМle eder. Etkileri bУМtУМn platformlarda УЇalФБХŸmayabilir, geri alФБnabilir olmayabilir ve diФŸer modlarla/eklentilerle garip etkileХŸimlere sebep olabilir. Kendi bilincinizde kullanФБn.", + "worldedit.brush.paint.description": "Boyama fФБrУЇasФБ, bir yУМzeye bir fonksiyon uygulayФБn", + "worldedit.brush.paint.size": "FФБrУЇanФБn boyutu", + "worldedit.brush.paint.shape": "BУЖlgenin ХŸekli", + "worldedit.brush.paint.density": "FФБrУЇanФБn yoФŸunluФŸu", + "worldedit.brush.paint.type": "KullanФБlacak fФБrУЇanФБn tУМrУМ", + "worldedit.brush.paint.item.warning": "Bu fФБrУЇa, УЖФŸe kullanФБmФБnФБ simУМle eder. Etkileri bУМtУМn platformlarda УЇalФБХŸmayabilir, geri alФБnabilir olmayabilir ve diФŸer modlarla/eklentilerle garip etkileХŸimlere sebep olabilir. Kendi bilincinizde kullanФБn.", + "worldedit.brush.sphere.equip": "KУМre fФБrУЇa ХŸekli etkin ({0}).", + "worldedit.brush.cylinder.equip": "Silinder fФБrУЇa ХŸekli etkin ({1} tarafФБndan {0}).", + "worldedit.brush.clipboard.equip": "Pano fФБrУЇa ХŸekli etkin.", + "worldedit.brush.smooth.equip": "DУМzgУМn fФБrУЇa etkin ({2} kullanarak {0} x {1}x).", + "worldedit.brush.extinguish.equip": "SУЖndУМrУМcУМ etkin ({0}).", + "worldedit.brush.gravity.equip": "YerУЇekimi fФБrУЇasФБ etkin ({0}).", + "worldedit.brush.butcher.equip": "Kasap fФБrУЇasФБ etkin ({0}).", + "worldedit.brush.operation.equip": "FФБrУЇayФБ {0} olarak ayarla.", + "worldedit.brush.none.equip": "FФБrУЇanФБn ХŸimdiki УЖФŸenle baФŸlantФБsФБ koparФБldФБ.", + "worldedit.drawsel.disabled": "Sunucu CUI kapatФБldФБ.", + "worldedit.drawsel.disabled.already": "Sunucu CUI УЇoktan kapalФБ.", + "worldedit.drawsel.enabled.already": "Sunucu CUI УЇoktan aУЇФБk.", + "worldedit.limit.too-high": "ФАzin verilebilecek maksimum limitin {0}.", + "worldedit.limit.set": "Blok deФŸiХŸtirme limiti {0} olarak ayarlandФБ.", + "worldedit.limit.return-to-default": "(VarsayФБlana dУЖnmek iУЇin //limit komudunu kullanФБn.)", + "worldedit.timeout.too-high": "ФАzin verilebilecek maksimum zaman aХŸФБmФБ sУМren {0}ms.", + "worldedit.timeout.return-to-default": " (VarsayФБlana dУЖnmek iУЇin //timeout komudunu kullanФБn.)", + "worldedit.fast.disabled": "HФБzlФБ mod kapatФБldФБ.", + "worldedit.fast.enabled": "HФБzlФБ mod aУЇФБldФБ. Etkilenen parУЇalardaki aydФБnlatma yanlФБХŸ olabilir ve/veya deФŸiХŸiklikleri gУЖrmek iУЇin yeniden katФБlmanФБz gerekebilir.", + "worldedit.fast.disabled.already": "HФБzlФБ mod УЇoktan kapatФБldФБ.", + "worldedit.fast.enabled.already": "HФБzlФБ mod УЇoktan aУЇФБldФБ.", + "worldedit.reorder.current": "Yeniden sФБralama modu {0}", + "worldedit.reorder.set": "Yeniden sФБralama modu artФБk {0}", + "worldedit.gmask.disabled": "Global maske kapalФБ.", + "worldedit.gmask.set": "Global maske ayarlandФБ.", + "worldedit.toggleplace.pos1": "Хžimdi pos #1'e koyuluyor.", + "worldedit.toggleplace.player": "Хžimdi durduФŸunuz bloФŸa koyuluyor.", + "worldedit.searchitem.too-short": "Daha uzun arama dizisi gir (len > 2).", + "worldedit.searchitem.either-b-or-i": "AynФБ anda hem 'b' hem de 'i' etiketini kullanamazsФБn.", + "worldedit.searchitem.searching": "(LУМtfen bekle... УЖФŸeler aranФБyor.)", + "worldedit.watchdog.no-hook": "Bu platformda bekУЇi baФŸlantФБsФБ yok.", + "worldedit.watchdog.active.already": "BekУЇi baФŸlantФБsФБ УЇoktan aktif.", + "worldedit.watchdog.inactive.already": "BekУЇi baФŸlantФБsФБ УЇoktan kapalФБ.", + "worldedit.watchdog.active": "BekУЇi baФŸlantФБsФБ ХŸimdi aktif.", + "worldedit.watchdog.inactive": "BekУЇi baФŸlantФБsФБ ХŸimdi kapalФБ.", + "worldedit.world.remove": "DУМnya override'ФБ kaldФБrФБldФБ.", + "worldedit.world.set": "DУМnya override'ФБ {0} olarak ayarlandФБ. (VarsayФБlana dУЖnmek iУЇin //world komudunu kullanФБn)", + "worldedit.undo.undone": "{0} mevcut hareket geri yapФБldФБ.", + "worldedit.undo.none": "Geri alФБnacak bir ХŸey kalmadФБ.", + "worldedit.redo.redone": "{0} mevcut hareket yeniden yapФБldФБ.", + "worldedit.redo.none": "Yeniden yapФБlacak bir ХŸey kalmadФБ.", + "worldedit.clearhistory.cleared": "GeУЇmiХŸ temizlendi.", + "worldedit.raytrace.noblock": "GУЖrУМnУМrde blok yok!", + "worldedit.restore.not-configured": "Denem sУМrУМmУМ/yedek onarФБmФБ yapФБlandФБrФБlmamФБХŸ.", + "worldedit.restore.not-available": "Bu deneme sУМrУМmУМ yok veya mevcut deФŸil.", + "worldedit.restore.failed": "Deneme sУМrУМmУМ yУМklenemedi: {0}", + "worldedit.restore.loaded": "'{0}' deneme sУМrУМmУМ yУМklendi; ХŸimdi onarФБlФБyor...", + "worldedit.restore.restored": "{0} eksik chunk ve {1} diФŸer hatalar onarФБldФБ.", + "worldedit.restore.none-for-specific-world": "'{0}' dУМnyasФБ iУЇin deneme sУМrУМmУМ bulunamadФБ.", + "worldedit.restore.none-for-world": "Bu dУМnya iУЇin deneme sУМrУМmУМ bulunamadФБ.", + "worldedit.restore.none-found": "Deneme sУМrУМmУМ bulunamadФБ.", + "worldedit.restore.none-found-console": "Deneme sУМrУМmУМ bulunamadФБ. Detaylar iУЇin konsola bakФБn.", + "worldedit.restore.chunk-not-present": "Deneme sУМrУМmУМnde chunklar mevcut deФŸil.", + "worldedit.restore.chunk-load-failed": "Chunklar yУМklenemedi. (KУЖtУМ arХŸiv?)", + "worldedit.restore.block-place-failed": "Hatalar, herhangi bir bloФŸun geri yУМklenmesini engelledi.", + "worldedit.restore.block-place-error": "Son hata: {0}", + "worldedit.snapshot.use.newest": "Хžimdi e yeni deneme sУМrУМmУМ kullanФБlФБyor.", + "worldedit.snapshot.use": "Deneme sУМrУМmУМ ayarlandФБ: {0}", + "worldedit.snapshot.none-before": "{0} deneme sУМrУМmУМnden УЖnce bir deneme sУМrУМmУМ bulunamadФБ.", + "worldedit.snapshot.none-after": "{0} deneme sУМrУМmУМnden sonra bir deneme sУМrУМm bulunamadФБ.", + "worldedit.snapshot.index-above-0": "GeУЇersiz dizin, 1'den bУМyУМk veya eХŸit olmalФБ.", + "worldedit.snapshot.index-oob": "GeУЇersiz dizin, 1 ile {0} arasФБnda olmalФБ.", + "worldedit.schematic.unknown-format": "Bilinmeyen ХŸematik formatФБ: {0}.", + "worldedit.schematic.load.does-not-exist": "{0} ХŸematiФŸi yok!", + "worldedit.schematic.load.loading": "(LУМtfen bekle... ХŸematik yУМkleniyor.)", + "worldedit.schematic.save.already-exists": "Bu ХŸematik УЇoktan var. Уœzerine yazmak iУЇin -f etiketi kullanФБn.", + "worldedit.schematic.save.failed-directory": "Хžematikler iУЇin klasУЖr oluХŸturulamФБyor!", + "worldedit.schematic.save.saving": "(LУМtfen bekle... ХŸematik kaydediliyor.)", + "worldedit.schematic.delete.does-not-exist": "{0} ХŸematiФŸi yok!", + "worldedit.schematic.delete.failed": "{0} ХŸematiФŸinin silinmesi baХŸarФБsФБz oldu! Salt okunur mu?", + "worldedit.schematic.delete.deleted": "{0} ХŸematiФŸi silindi.", + "worldedit.schematic.formats.title": "Mevcut pano formatlarФБ (ФАsim: Arama adlarФБ)", + "worldedit.pos.already-set": "Pozisyon УЇoktan ayarlandФБ.", + "worldedit.pos.console-require-coords": "Bir konsol olarak koordinatlarФБ saФŸlamalФБsФБnФБz.", + "worldedit.hpos.no-block": "GУЖrУМnУМrde blok yok!", + "worldedit.hpos.already-set": "Pozisyon УЇoktan ayarlandФБ.", + "worldedit.chunk.selected-multiple": "SeУЇilen chunklar: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.wand.invalid": "Asa УЖФŸesi yanlФБХŸ yapФБlandФБrФБlmФБХŸ veya devre dФБХŸФБ.", + "worldedit.wand.selwand.info": "Sol tФБkla: pos #1 seУЇ; SaФŸ tФБkla: pos #2 seУЇ", + "worldedit.wand.navwand.info": "Sol tФБkla: lokasyona zФБpla; SaФŸ tФБkla: duvarlarФБn iУЇinden geУЇ", + "worldedit.shift.shifted": "BУЖlge deФŸiХŸti.", + "worldedit.size.type": "TУМr: {0}", + "worldedit.size.size": "Boyut: {0}", + "worldedit.size.distance": "KУМbik mesafesi: {0}", + "worldedit.count.counted": "SayФБldФБ: {0}", + "worldedit.distr.no-blocks": "Blok sayФБlmadФБ.", + "worldedit.distr.total": "Toplam Blok SayФБsФБ: {0}", + "worldedit.select.cleared": "SeУЇim temizlendi.", + "worldedit.select.cuboid.message": "KУМbik: 1. nokta iУЇin sol tФБkla, 2. nokta iУЇin saФŸ tФБkla", + "worldedit.select.cuboid.description": "Bir kУМbiФŸin iki kУЖХŸesini seУЇ", + "worldedit.select.extend.message": "KУМbik: bir baХŸlama noktasФБ iУЇin sol tФБkla, uzatmak iУЇin saФŸ tФБklayФБn", + "worldedit.select.extend.description": "HФБzlФБ kУМbid seУЇim modu", + "worldedit.select.poly.message": "2B УЇokgen seУЇici: Bir nokta eklemek iУЇin sol/saФŸ tФБklayФБn.", + "worldedit.select.poly.limit-message": "Maksimum {0} puan.", + "worldedit.select.poly.description": "YУМkseklikli 2B bir УЇokgen seУЇin", + "worldedit.select.ellipsoid.message": "Elipsoit seУЇici: sol tФБkla=merkez, uzatmak iУЇin saФŸ tФБkla", + "worldedit.select.ellipsoid.description": "Bir elipsoit seУЇ", + "worldedit.select.sphere.message": "KУМre seУЇici: sol tФБkla=merkez, yarФБУЇap ayarlamak iУЇin saФŸ tФБkla", + "worldedit.select.sphere.description": "Bir kУМre seУЇ", + "worldedit.select.cyl.message": "Silindirik seУЇici: Sol tФБkla=merkez, uzatmak iУЇin saФŸ tФБkla", + "worldedit.select.cyl.description": "Bir silindir seУЇ", + "worldedit.select.convex.message": "DФБХŸ bУМkey УЇok yУМzlУМ seУЇici: Sol tФБk:ФАlk kУЖХŸe, daha fazla eklemek iУЇin saФŸ tФБkla.", + "worldedit.select.convex.limit-message": "Maksimum {0} puan.", + "worldedit.select.convex.description": "Bir dФБХŸ bУМkey УЖok yУМzlУМ seУЇin", + "worldedit.select.default-set": "ArtФБk varsayФБlan bУЖlge seУЇicin {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Eski format: {0}", + "worldedit.drain.drained": "{0} blok kurutuldu.", + "worldedit.fill.created": "{0} blok dolduruldu.", + "worldedit.fillr.created": "{0} blok dolduruldu.", + "worldedit.fixlava.fixed": "{0} blok dУМzeltildi.", + "worldedit.fixwater.fixed": "{0} blok dУМzeltildi.", + "worldedit.removeabove.removed": "{0} blok kaldФБrФБldФБ.", + "worldedit.removebelow.removed": "{0} blok kaldФБrФБldФБ.", + "worldedit.removenear.removed": "{0} blok kaldФБrФБldФБ.", + "worldedit.replacenear.replaced": "{0} blok yeniden yerleХŸtirildi.", + "worldedit.snow.created": "{0} yУМzey kaplandФБ.", + "worldedit.thaw.removed": "{0} blok УЇУЖzУМldУМ.", + "worldedit.green.changed": "{0} blok yeХŸillendirildi.", + "worldedit.extinguish.removed": "{0} ateХŸ sУЖndУМrУМldУМ.", + "worldedit.butcher.killed": "{1} yarФБУЇapФБnda {0} canlФБ УЖldУМrУМldУМ.", + "worldedit.butcher.explain-all": "YУМklУМ chunklardaki tУМm moblarФБ kaldФБrmak iУЇin -1 ifadesini kullanФБn", + "worldedit.remove.removed": "KaldФБrФБlma iУЇin {0} varlФБk iХŸaretlendi.", + "worldedit.remove.explain-all": "YУМklУМ chunklardaki tУМm varlФБklarФБ kaldФБrmak iУЇin -1 ifadesini kullanФБn", + "worldedit.calc.invalid": "'{0}' geУЇerli bir ifade olarak ayrФБХŸtФБrФБlamadФБ", + "worldedit.paste.pasted": "Pano {0}'a yapФБХŸtФБrФБldФБ", + "worldedit.paste.selected": "Pano yapФБХŸtФБrФБlma bУЖlgesi seУЇildi.", + "worldedit.rotate.no-interpolation": "Not: ФАnterpolasyon henУМz desteklenmemektedir, bu nedenle 90'ФБn katlarФБ olan aУЇФБlar УЖnerilir.", + "worldedit.rotate.rotated": "Pano kopyasФБ dУЖndУМrУМldУМ.", + "worldedit.flip.flipped": "Pano kopyasФБ УЇevrildi.", + "worldedit.clearclipboard.cleared": "Pano temizlendi.", + "worldedit.set.done": "Operasyon tamamlandФБ.", + "worldedit.set.done.verbose": "Operasyon tamamlandФБ ({0}).", + "worldedit.line.changed": "{0} blok deФŸiХŸtirildi.", + "worldedit.line.invalid-type": "//line sadece kУМbik veya dФБХŸbУМkey УЇok yУМzlУМ seУЇimlerde УЇalФБХŸФБr", + "worldedit.curve.changed": "{0} blok deФŸiХŸtirildi.", + "worldedit.curve.invalid-type": "//curve sadece dФБХŸbУМkey УЇok yУМzlУМ seУЇimlerde УЇalФБХŸФБr", + "worldedit.replace.replaced": "{0} blok yeniden yerleХŸtirildi.", + "worldedit.stack.changed": "{0} blok deФŸiХŸtirildi. //undo ile geri al", + "worldedit.regen.regenerated": "BУЖlge yenilendi.", + "worldedit.regen.failed": "Chunklar yeniden oluХŸturulamФБyor. Detaylar iУЇin konsolu kontrol edin.", + "worldedit.walls.changed": "{0} blok deФŸiХŸtirildi.", + "worldedit.faces.changed": "{0} blok deФŸiХŸtirildi.", + "worldedit.overlay.overlaid": "{0} blok kaplandФБ.", + "worldedit.naturalize.naturalized": "{0} bloФŸun daha doФŸal gУЖzУМkmesi saФŸlandФБ.", + "worldedit.center.changed": "Merkez ayarlandФБ. ({0} blok deФŸiХŸti)", + "worldedit.smooth.changed": "Arazinin yУМkseklik haritasФБ dУМzleХŸtirildi. {0} blok deФŸiХŸtirildi.", + "worldedit.move.moved": "{0} blok taХŸФБndФБ.", + "worldedit.deform.deformed": "{0} blok yeniden deforme edildi.", + "worldedit.hollow.changed": "{0} blok deФŸiХŸtirildi.", + "worldedit.forest.created": "{0} aФŸaУЇ oluХŸturuldu.", + "worldedit.flora.created": "{0} bitki УЖrtУМsУМ oluХŸturuldu.", + "worldedit.unstuck.moved": "ФАХŸte bУЖyle!", + "worldedit.ascend.obstructed": "YukarФБda boХŸ yer bulunamadФБ.", + "worldedit.ascend.moved": "{0} seviye yУМkseltildi.", + "worldedit.descend.obstructed": "AltФБnda boХŸ yer bulunamadФБ.", + "worldedit.descend.moved": "{0} seviye alУЇaltФБldФБ.", + "worldedit.ceil.obstructed": "YukarФБda boХŸ yer bulunamadФБ.", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.obstructed": "У–nУМnde boХŸ yer bulunamadФБ.", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Puf!", + "worldedit.jumpto.none": "GУЖrУМnУМrde blok yok (veya УЇok uzakta)!", + "worldedit.up.moved": "Woosh!", + "worldedit.cyl.invalid-radius": "1 veya 2 yarФБУЇap deФŸeri belirtmelisin.", + "worldedit.cyl.created": "{0} blok oluХŸturuldu.", + "worldedit.sphere.invalid-radius": "1 veya 3 yarФБУЇap deФŸeri belirtmelisin.", + "worldedit.sphere.created": "{0} blok oluХŸturuldu.", + "worldedit.forestgen.created": "{0} aФŸaУЇ oluХŸturuldu.", + "worldedit.pumpkins.created": "{0} balkabaФŸФБ parУЇasФБ oluХŸturuldu.", + "worldedit.pyramid.created": "{0} blok oluХŸturuldu.", + "worldedit.generate.created": "{0} blok oluХŸturuldu.", + "worldedit.reload.config": "YapФБlandФБrma yeniden yУМklendi!", + "worldedit.report.written": "WorldEdit raporu {0}'a yazФБldФБ", + "worldedit.report.error": "Rapor yazФБlamadФБ: {0}", + "worldedit.report.callback": "WorldEdit raporu: {0}.report", + "worldedit.timezone.invalid": "GeУЇersiz saat dilimi", + "worldedit.timezone.set": "Bu oturum iУЇin ayarlanan saat dilimi: {0}", + "worldedit.timezone.current": "O saat dilimindeki geУЇerli saat: {0}", + "worldedit.version.version": "WorldEdit versiyonu {0}", + "worldedit.version.bukkit.unsupported-adapter": "WorldEdit versiyonu Bukkit sУМrУМmУМnУМ tamamen desteklemiyor. Block varlФБklar (УЖrn. sandФБklar) boХŸ olacak, blok УЖzellikleri (УЖrn. rotasyon) eksik olacak, ve diФŸer ХŸeyler УЇalФБХŸmayabilir. Bu iХŸlevselliФŸi onarmak iУЇin WorldEdit'i gУМncelleyin:\n{0}", + "worldedit.command.permissions": "Bu yapmaya iznin yok. DoФŸru modda mФБsФБn?", + "worldedit.command.player-only": "Komut bir oyuncu ile kullanФБlmalФБ.", + "worldedit.command.error.report": "LУМtfen bu hatayФБ bildirin: [Konsola bakФБn]", + "worldedit.pastebin.uploading": "(LУМtfen bekle... УЇФБkФБХŸ pastebin'e gУЖnderiliyor...)", + "worldedit.session.cant-find-session": "{0} iУЇin oturum bulunamadФБ", + "worldedit.platform.no-file-dialog": "Dosya diyaloglarФБ УЇevrende desteklenmiyor.", + "worldedit.asset.load.failed": "VarlФБk yУМklenemedi", + "worldedit.tool.max-block-changes": "Maks blok deФŸiХŸtirme limitine ulaХŸФБldФБ.", + "worldedit.tool.no-block": "GУЖrУМnУМrde blok yok!", + "worldedit.tool.repl.equip": "Blok yeniden yerleХŸtirme aleti {0} УЖФŸesine baФŸlandФБ.", + "worldedit.tool.repl.switched": "Yeniden yerleХŸtirme aleti ХŸuna deФŸiХŸtirildi: {0}", + "worldedit.tool.data-cycler.equip": "Block veri dУЖgУМleyicisi aleti {0} УЖФŸesine baФŸlandФБ.", + "worldedit.tool.data-cycler.block-not-permitted": "Bu bloФŸun veri deФŸerini dУЖngУМlemeye iznin yok.", + "worldedit.tool.data-cycler.cant-cycle": "Bu bloФŸun verisi dУЖngУМlenemez!", + "worldedit.tool.data-cycler.new-value": "{0}'in deФŸeri ХŸimdi {1}.", + "worldedit.tool.data-cycler.cycling": "Хžimdi {0} dУЖgУМleniyor.", + "worldedit.tool.deltree.equip": "UУЇan aФŸaУЇ kaldФБrФБcФБ aleti {0} УЖФŸesine baФŸlandФБ.", + "worldedit.tool.deltree.not-tree": "Bu bir aФŸaУЇ deФŸil.", + "worldedit.tool.deltree.not-floating": "Bu uУЇan bir aФŸaУЇ deФŸil.", + "worldedit.tool.tree.equip": "AФŸaУЇ aleti {0} УЖФŸesine baФŸlandФБ.", + "worldedit.tool.tree.obstructed": "Bir aФŸaУЇ oraya gidemez.", + "worldedit.tool.info.blockstate.hover": "Blok durumu", + "worldedit.tool.superpickaxe.enabled.already": "SУМper kazma zaten aktif.", + "worldedit.tool.superpickaxe.disabled.already": "SУМper kazma zaten devre dФБХŸФБ.", + "worldedit.tool.superpickaxe.enabled": "SУМper kazma aktif edildi.", + "worldedit.tool.superpickaxe.disabled": "SУМper kazma devre dФБХŸФБ bФБrakФБldФБ." +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/tt-RU/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/tt-RU/strings.json new file mode 100644 index 0000000..1c61274 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/tt-RU/strings.json @@ -0,0 +1,4 @@ +{ + "worldedit.size.size": "а—бƒб€аЛб‹аК: {0}", + "worldedit.chunkinfo.chunk": "аЇаАаНаК: {0}, {1}" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/tzl/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/tzl/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/tzl/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/uk/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/uk/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/uk/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/val-ES/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/val-ES/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/val-ES/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/vec/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/vec/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/vec/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/vi/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/vi/strings.json new file mode 100644 index 0000000..8be3918 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/vi/strings.json @@ -0,0 +1,63 @@ +{ + "worldedit.expand.description.vert": "MсЛŸ rсЛ™ng khu lсЛБa chсЛn theo chiсЛu dсЛc tсЛ›i giсЛ›i hсКЁn cсЛЇa thсКП giсЛ›i.", + "worldedit.expand.expanded": "Khu vсЛБc Ф‘УЃ mсЛŸ rсЛ™ng {0} block", + "worldedit.expand.expanded.vert": "Khu vсЛБc Ф‘сКЋ mсЛŸ rсЛ™ng {0} block (tсЛЋ trУЊn xuсЛ‘ng).", + "worldedit.biomeinfo.lineofsight": "QuсКЇn xУЃ tсКЁi Ф‘iсЛƒm ngсКЏm: {0}", + "worldedit.biomeinfo.position": "CУЁc quсКЇn xУЃ tсКЁi vсЛ‹ trУ­ cсЛЇa bсКЁn: {0}", + "worldedit.biomeinfo.selection": "CУЁc quсКЇn xУЃ tсКЁi vсЛ‹ trУ­ Ф‘УЃ chсЛn: {0}", + "worldedit.brush.radius-too-large": "BУЁn kУ­nh cсЛ tсЛ‘i Ф‘a: {0}", + "worldedit.brush.apply.description": "Уp dсЛЅng cсЛ, УЁp dсЛЅng chсЛЉc nФƒng vУ o mсЛ—i block", + "worldedit.brush.apply.radius": "KУ­ch thЦАсЛ›c cсЛЇa cсЛ", + "worldedit.brush.apply.shape": "HУЌnh dсКЁng cсЛЇa khu vсЛБc", + "worldedit.brush.apply.type": "KiсЛƒu chсЛ•i Ф‘сЛƒ dУЙng", + "worldedit.brush.apply.item.warning": "CсЛ nУ y mУД phсЛng cho viсЛ‡c sсЛ­ dсЛЅng vсК­t phсКЉm. TУЁc dсЛЅng cсЛЇa nУГ cУГ thсЛƒ khУДng hoсКЁt Ф‘сЛ™ng trУЊn tсКЅt cсКЃ cУЁc nсЛn tсКЃng, cУГ thсЛƒ cХЉng khУДng thсЛƒ hoУ n tУЁc Ф‘ЦАсЛЃc, vУ  cУГ thсЛƒ gУЂy ra cУЁc tЦАЦЁng tУЁc kсЛГ lсКЁ vсЛ›i cУЁc mod/plugin khУЁc. CсКЉn trсЛng khi sсЛ­ dсЛЅng.", + "worldedit.brush.paint.description": "CсЛ vсКН, УЁp dсЛЅng cho chсЛЉc nФƒng vсЛ›i mсЛ™t bсЛ mсКЗt", + "worldedit.brush.paint.size": "KУ­ch thЦАсЛ›c cсЛЇa cсЛ", + "worldedit.brush.paint.shape": "HУЌnh dсКЁng cсЛЇa khu vсЛБc", + "worldedit.brush.paint.density": "SсЛБ dУ y Ф‘сКЗc cсЛЇa cсЛ", + "worldedit.brush.paint.type": "KiсЛƒu chсЛ•i Ф‘сЛƒ dУЙng", + "worldedit.brush.paint.item.warning": "CсЛ nУ y mУД phсЛng cho viсЛ‡c sсЛ­ dсЛЅng vсК­t phсКЉm. TУЁc dсЛЅng cсЛЇa nУГ cУГ thсЛƒ khУДng hoсКЁt Ф‘сЛ™ng trУЊn tсКЅt cсКЃ cУЁc nсЛn tсКЃng, cУГ thсЛƒ cХЉng khУДng thсЛƒ hoУ n tУЁc Ф‘ЦАсЛЃc, vУ  cУГ thсЛƒ gУЂy ra cУЁc tЦАЦЁng tУЁc kсЛГ lсКЁ vсЛ›i cУЁc mod/plugin khУЁc. CсКЉn trсЛng khi sсЛ­ dсЛЅng.", + "worldedit.brush.sphere.equip": "CсЛ vсКН hУЌnh dсКЁng quсКЃ cсКЇu Ф‘УЃ mсКЗc ({0}).", + "worldedit.brush.cylinder.equip": "CсЛ vсКН hУЌnh dсКЁng khсЛ‘i trсЛЅ Ф‘УЃ mсКЗc ({0} by {1}).", + "worldedit.brush.clipboard.equip": "CсЛ vсКН dсКЁng clipboard Ф‘УЃ mсКЗc.", + "worldedit.brush.smooth.equip": "CсЛ vсКН lУ m trЦЁn tru Ф‘УЃ mсКЗc ({0} x {1}x Ф‘ang sсЛ­ dсЛЅng {2}).", + "worldedit.brush.extinguish.equip": "ThiсКПt bсЛ‹ chсЛЏa chУЁy Ф‘УЃ mсКЗc ({0}).", + "worldedit.brush.gravity.equip": "CсЛ vсКН trсЛng lсЛБc Ф‘УЃ mсКЗc ({0}).", + "worldedit.brush.butcher.equip": "CсЛ vсКН butcher Ф‘УЃ mсКЗc ({0}).", + "worldedit.brush.operation.equip": "ФУЃ Ф‘сКЗt cсЛ vсКН {0}.", + "worldedit.brush.heightmap.equip": "CсЛ vсКН kiсЛƒu bсКЃn Ф‘сЛ“ chiсЛu cao Ф‘УЃ mсКЗc ({0}).", + "worldedit.brush.heightmap.unknown": "CсЛ vсКН heightmap khУДng xУЁc Ф‘сЛ‹nh: {0}.", + "worldedit.brush.none.equip": "CсЛ vсКН Ф‘УЃ thУЁo ra khсЛi vсК­t phсКЉm cсЛЇa bсКЁn Ф‘ang cсКЇm.", + "worldedit.setbiome.changed": "QuсКЇn xУЃ Ф‘УЃ Ф‘ЦАсЛЃc thay Ф‘сЛ•i vсЛ›i xсКЅp xсЛ‰ khoсКЃng {0} blocks.", + "worldedit.setbiome.warning": "BсКЁn cУГ thсЛƒ thoУЁt ra vУ o lсКЁi game (hoсКЗc Ф‘УГng vУ  mсЛŸ lсКЁi thсКП giсЛ›i cсЛЇa bсКЁn) Ф‘сЛƒ xem sсЛБ thay Ф‘сЛ•i.", + "worldedit.drawsel.disabled": "Server CUI Ф‘УЃ tсКЏt.", + "worldedit.drawsel.disabled.already": "Server CUI Ф‘УЃ tсКЏt sсКЕn rсЛ“i.", + "worldedit.drawsel.enabled.already": "Server CUI Ф‘УЃ bсК­t sсКЕn rсЛ“i.", + "worldedit.limit.too-high": "TсЛ‘i Ф‘a giсЛ›i hсКЁn cho phУЉp cсЛЇa bсКЁn lУ  {0}.", + "worldedit.limit.set": "GiсЛ›i hсКЁn thay Ф‘сЛ•i block Ф‘УЃ Ф‘сКЗt Ф‘сКПn {0}.", + "worldedit.limit.return-to-default": "(SсЛ­ dсЛЅng //limit Ф‘сЛƒ quay lсКЁi ban Ф‘сКЇu.)", + "worldedit.timeout.too-high": "ThсЛi gian chсЛ tсЛ‘i Ф‘a cho phУЉp cсЛЇa bсКЁn lУ  {0}ms.", + "worldedit.timeout.set": "ThсЛi gian chсЛ Ф‘УЃ Ф‘сКЗt Ф‘сКПn {0}ms.", + "worldedit.timeout.return-to-default": " (SсЛ­ dсЛЅng //timeout Ф‘сЛƒ quay lсКЁi ban Ф‘сКЇu.)", + "worldedit.fast.disabled": "ФУЃ bсК­t chсКП Ф‘сЛ™ nhanh.", + "worldedit.fast.enabled": "ФУЃ bсК­t chсКП Ф‘сЛ™ nhanh. Уnh sУЁng сЛŸ chunk bсЛ‹ сКЃnh hЦАсЛŸng cУГ thсЛƒ bсЛ‹ sai vУ /hoсКЗc bсКЁn cсКЇn phсКЃi Ф‘Фƒng nhсК­p lсКЁi Ф‘сЛƒ xem sсЛБ thay Ф‘сЛ•i.", + "worldedit.fast.disabled.already": "ChсКП Ф‘сЛ™ nhanh Ф‘УЃ bсЛ‹ tсКЏt rсЛ“i.", + "worldedit.fast.enabled.already": "ChсКП Ф‘сЛ™ nhanh Ф‘УЃ bсК­t rсЛ“i.", + "worldedit.perf.sideeffect.set": "TУЁc dсЛЅng phсЛЅ \"{0}\" Ф‘УЃ Ф‘сКЗt Ф‘сКПn {1}", + "worldedit.perf.sideeffect.get": "TУЁc dсЛЅng phсЛЅ \"{0}\" Ф‘УЃ Ф‘ЦАсЛЃc Ф‘сКЗt Ф‘сКПn {1}", + "worldedit.perf.sideeffect.already-set": "TУЁc dсЛЅng phсЛЅ \"{0}\" Ф‘УЃ Ф‘сКЗt Ф‘сКПn {1} rсЛ“i", + "worldedit.perf.sideeffect.set-all": "TсКЅt cсКЃ tУЁc dсЛЅng phсЛЅ Ф‘УЃ Ф‘сКЗt tсЛ›i {0}", + "worldedit.reorder.current": "ChсКП Ф‘сЛ™ sсКЏp xсКПp lсКЁi lУ  {0}", + "worldedit.reorder.set": "ChсКП Ф‘сЛ™ sсКЏp xсКПp bУЂy giсЛ lУ  {0}", + "worldedit.gmask.disabled": "Mask tсЛ•ng quУЁt Ф‘УЃ tсКЏt.", + "worldedit.gmask.set": "Mask tсЛ•ng quУЁt Ф‘УЃ Ф‘сКЗt.", + "worldedit.toggleplace.pos1": "Фang Ф‘сКЗt tсКЁi vсЛ‹ trУ­ sсЛ‘ 1.", + "worldedit.toggleplace.player": "Фang Ф‘сКЗt tсКЁi block mУ  bсКЁn Ф‘сЛЉng.", + "worldedit.toggleplace.not-locatable": "KhУДng thсЛƒ chuyсЛƒn Ф‘сЛ•i cУЁch Ф‘сКЗt trong ngсЛЏ cсКЃnh nУ y.", + "worldedit.searchitem.searching": "(Vui lУВng chсЛ... Ф‘ang tУЌm vсК­t phсКЉm.)", + "worldedit.world.remove": "ФУЃ xУГa ghi Ф‘УЈ thсКП giсЛ›i.", + "worldedit.world.set": "ФУЃ Ф‘сКЗt ghi Ф‘УЈ thсКП giсЛ›i Ф‘сКПn {0}. (SсЛ­ dсЛЅng //world Ф‘сЛƒ quay lсКЁi ban Ф‘сКЇu)", + "worldedit.undo.undone": "ФУЃ hoУ n tУЁc {0} nhсЛЏng sсЛ­a Ф‘сЛ•i hiсЛ‡n cУГ.", + "worldedit.wand.selwand.info": "ChuсЛ™t trУЁi: Ф‘сЛƒ chсЛn vсЛ‹ trУ­ sсЛ‘ 1; ChuсЛ™t phсКЃi: Ф‘сЛƒ chсЛn vсЛ‹ trУ­ sсЛ‘ 2", + "worldedit.operation.deform.expression": "Ф‘УЃ bсЛ‹ biсКПn dсКЁng bсЛŸi {0}" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/yi/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/yi/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/yi/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/yo/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/yo/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/yo/strings.json @@ -0,0 +1 @@ +{} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/zh-CN/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/zh-CN/strings.json new file mode 100644 index 0000000..a02b3c9 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/zh-CN/strings.json @@ -0,0 +1,415 @@ +{ + "worldedit.expand.description.vert": "хА†щ€‰хŒКхž‚ч›Дц‰ЉхБ•ш‡ГфИ–ч•Œщ™хˆЖу€‚", + "worldedit.expand.expanded": "щ€‰хŒКхЗВц‰ЉхБ• {0} фИЊц–Йх—", + "worldedit.expand.expanded.vert": "щ€‰хŒКхЗВц‰ЉхБ• {0} фИЊц–Йх— (хž‚ч›Дц–Йх‘)у€‚", + "worldedit.biomeinfo.lineofsight": "шЇ†щ‡ŽцŒ‡х‘хЄ„чš„ч”Ÿц€чОЄчГЛ: {0}", + "worldedit.biomeinfo.position": "хН“х‰хц ‡чš„ч”Ÿч‰ЉчОЄчГЛ: {0}", + "worldedit.biomeinfo.selection": "хН“х‰щ€‰хŒКчš„ч”Ÿч‰ЉчОЄчГЛ: {0}", + "worldedit.brush.radius-too-large": "х…шЎИчš„цœ€хЄЇчЌ”хˆЗхŠхО„: {0}", + "worldedit.brush.apply.description": "хА†чЌ”хˆЗхŠх‡Нц•АхЅ—ч”Јш‡ГцЏфИЊц–Йх—", + "worldedit.brush.apply.radius": "чЌ”хˆЗхЄЇхА", + "worldedit.brush.apply.shape": "щ€‰хŒКхНЂчŠЖ", + "worldedit.brush.apply.type": "цЌВфНПч”ЈчЌ”хˆЗчБЛхž‹", + "worldedit.brush.apply.item.warning": "шП™фИЊчЌ”хˆЗфМšцЈЁц‹Ÿч‰Љх“чš„фНПч”Јц–ЙхМу€‚хЏшƒНц— цГ•хœЈц‰€цœ‰хЙГхАшЕЗц•ˆцžœяМŒфЙŸхЏшƒНфМšц— цГ•ц’Єщ”€яМŒфИ”хЏшƒНфМšфИŽх…ЖфЛ–цЈЁчЛ„цˆ–ц’фЛЖфКЇч”Ÿц€ЊхМ‚фК’хŠЈу€‚щœ€ш‡ЊшЁŒц‰Пц‹…фНПч”ЈщЃŽщ™Љу€‚", + "worldedit.brush.paint.description": "ч˘х›ОчЌ”хˆЗяМŒхЏЙшЁЈщЂхЅ—ч”Јх‡Нц•А", + "worldedit.brush.paint.size": "чЌ”хˆЗхЄЇхА", + "worldedit.brush.paint.shape": "щ€‰хŒКхНЂчŠЖ", + "worldedit.brush.paint.density": "чЌ”хˆЗхЏ†хКІ", + "worldedit.brush.paint.type": "цЌВфНПч”ЈчЌ”хˆЗчБЛхž‹", + "worldedit.brush.paint.item.warning": "шП™фИЊчЌ”хˆЗфМšцЈЁц‹Ÿч‰Љх“чš„фНПч”Јц–ЙхМу€‚хЏшƒНц— цГ•хœЈц‰€цœ‰хЙГхАшЕЗц•ˆцžœяМŒфЙŸхЏшƒНфМšц— цГ•ц’Єщ”€яМŒфИ”хЏшƒНфМšфИŽх…ЖфЛ–цЈЁчЛ„цˆ–ц’фЛЖфКЇч”Ÿц€ЊхМ‚фК’хŠЈу€‚щœ€ш‡ЊшЁŒц‰Пц‹…фНПч”ЈщЃŽщ™Љу€‚", + "worldedit.brush.sphere.equip": "хЗВшЃ…шННчƒхž‹чЌ”хˆЗяМˆ{0}яМ‰у€‚", + "worldedit.brush.cylinder.equip": "хЗВшЃ…шННцŸБхž‹чЌ”хˆЗяМˆ{0}яМŒшЂЋ {1}яМ‰у€‚", + "worldedit.brush.clipboard.equip": "хЗВшЃ…хЄ‡х‰ЊшДДцПчЌ”хˆЗхНЂчŠЖу€‚", + "worldedit.brush.smooth.equip": "хЗВшЃ…хЄ‡хЙГцЛ‘чЌ”хˆЗ ({0} x {1}х€ фНПч”Ј {2})у€‚", + "worldedit.brush.extinguish.equip": "хЗВшЃ…хЄ‡ч­чЋх™Ј ({0})у€‚", + "worldedit.brush.gravity.equip": "хЗВшЃ…хЄ‡щ‡хŠ›чЌ”хˆЗ ({0})у€‚", + "worldedit.brush.butcher.equip": "хЗВшЃ…хЄ‡хБ хЄЋчЌ”хˆЗ ({0})у€‚", + "worldedit.brush.operation.equip": "хА†чЌ”хˆЗшЎОцˆ {0}у€‚", + "worldedit.brush.heightmap.equip": "хЗВшЃ…хЄ‡щЋ˜хœАчЌ”хˆЗ ({0})у€‚", + "worldedit.brush.heightmap.unknown": "цœЊчŸЅчš„щЋ˜хœАчЌ”хˆЗ: {0}у€‚", + "worldedit.brush.none.equip": "чЌ”хˆЗхЗВфЛŽц‚Јчš„хН“х‰ч‰Љх“шЇЃчЛ‘у€‚", + "worldedit.setbiome.changed": "хЗВц”Йх˜щЂчЇЏхЄЇчКІ {0} ц Мц–Йх—чš„ч”Ÿч‰ЉчОЄчГЛу€‚", + "worldedit.setbiome.warning": "фН хЏшƒНщœ€шІщ‡ц–АхŠ х…ЅцИИцˆяМˆцˆ–ш€…х…Гщ—­х†ц‰“хМ€фИ–ч•ŒяМ‰ц‰шƒНчœ‹хˆАц›Дц”Йу€‚", + "worldedit.drawsel.disabled": "хЗВхœч”ЈцœхŠЁх™Ј CUIу€‚", + "worldedit.drawsel.enabled": "цœхŠЁх™ЈCUIхЗВчЛшЂЋхЏч”ЈяМŒшП™фЛ…хЏфЛЅц”ЏцŒцœ€хЄЇфИК{0}x{1}x{2}чš„чЋ‹ц–ЙфН“хŒКхŸŸ", + "worldedit.drawsel.disabled.already": "хЗВхœч”ЈцœхŠЁх™Ј CUIу€‚", + "worldedit.drawsel.enabled.already": "хЗВхЏч”ЈцœхŠЁх™Ј CUIу€‚", + "worldedit.limit.too-high": "ц‚Јцœ€хЄЇчš„х…шЎИщ™хˆЖфИК {0}у€‚", + "worldedit.limit.set": "ц–Йх—х˜ц›Дщ™хˆЖхЗВшЎОхЎšцˆ {0}у€‚", + "worldedit.limit.return-to-default": "яМˆфНПч”Ј//limitфЛЅхЄхŽŸш‡ГщЂ„шЎОх€Му€‚яМ‰", + "worldedit.timeout.too-high": "ц‚Јцœ€хЄЇчš„х…шЎИшЖ…ц—ЖфИК {0} цЏЋчЇ’у€‚", + "worldedit.timeout.set": "шЖ…ц—Жц—Жщ—ДшЎОчНЎфИК{0}цЏЋчЇ’у€‚", + "worldedit.timeout.return-to-default": "яМˆфНПч”Ј //timeout фЛЅхЄхŽŸш‡ГщЂ„шЎОх€Му€‚яМ‰", + "worldedit.fast.disabled": "хЗВхœч”ЈхПЋщ€ŸцЈЁхМу€‚", + "worldedit.fast.enabled": "хЗВхЏч”ЈхПЋщ€ŸцЈЁхМу€‚х—хНБх“хŒКх—чš„х…‰цКхЏшƒНфМšцœ‰щ”™шЏЏяМˆцˆ–ш€…ц˜Џчœ‹фИхˆАх˜ц›ДяМ‰яМŒхЏшƒНщœ€шІщ‡ц–АхŠ х…Ѕу€‚", + "worldedit.fast.disabled.already": "хЗВхœч”ЈхПЋщ€ŸцЈЁхМу€‚", + "worldedit.fast.enabled.already": "хЗВхЏч”ЈхПЋщ€ŸцЈЁхМу€‚", + "worldedit.perf.sideeffect.set": "х‰Џц•ˆцžœ \"{0}\" шЎОчНЎфИК {1} ", + "worldedit.perf.sideeffect.get": "хЗВхА†х‰Џц•ˆцžœ \"{0}\" шЎОчНЎфИК {1} ", + "worldedit.perf.sideeffect.already-set": "х‰Џц•ˆцžœ \"{0}\" хЗВчЛц˜Џ {1} фК†", + "worldedit.perf.sideeffect.set-all": "ц‰€цœ‰чš„х‰Џц•ˆцžœхЗВшЎОчНЎфИК {0}", + "worldedit.reorder.current": "щ‡ц–АцŽ’хКцЈЁхМфИК {0}", + "worldedit.reorder.set": "ч›Ўх‰чš„щ‡ц–АцŽ’хКцЈЁхМфИК {0}", + "worldedit.gmask.disabled": "хЗВчІч”Јх…ЈхБ€ш’™ч‰ˆу€‚", + "worldedit.gmask.set": "хЗВшЎОчНЎх…ЈхБ€ш’™ч‰ˆу€‚", + "worldedit.toggleplace.pos1": "ц­ЃхœЈхц ‡ #1 хЄ„ц‘†ц”Оч›Ўц ‡у€‚", + "worldedit.toggleplace.player": "чŽАхœЈяМŒшЏЗц‘†хœЈц‚ЈчЋ™ч€чš„ц–Йх—у€‚", + "worldedit.toggleplace.not-locatable": "ц— цГ•хœЈц­ЄчŽЏхЂƒфИ­хˆ‡цЂц”ОчНЎу€‚", + "worldedit.searchitem.too-short": "шЏЗшО“х…Ѕщ•ПфИ€ч‚Йчš„цœхЏЛх­—чЌІфИВ (х­—чЌІфИВщ•ПхКІ > 2)у€‚", + "worldedit.searchitem.either-b-or-i": "фН фИхЏфЛЅхŒц—ЖфНПч”Јт€œbт€х’Œт€œiт€фИЄфИЊхМ€х…Гу€‚", + "worldedit.searchitem.searching": "яМˆшЏЗч­‰хО…т€Іц­ЃхœЈцœчДЂч‰Љх“у€‚яМ‰", + "worldedit.watchdog.no-hook": "хН“х‰щ€‰ц‹Љчš„хЙГхАфИх­˜хœЈwatchdog hookу€‚", + "worldedit.watchdog.active.already": "Watchdog hookхЗВчЛцП€цДЛфК†яМ", + "worldedit.watchdog.inactive.already": "Watchdog hookхЗВчЛхœч”ЈфК†яМ", + "worldedit.watchdog.active": "Watchdog hookхЗВцП€цДЛу€‚", + "worldedit.watchdog.inactive": "Watchdog hookхЗВхœч”Ју€‚", + "worldedit.world.remove": "хЗВчЇЛщ™ЄфИ–ч•ŒшІ†х†™у€‚", + "worldedit.world.set": "хА†фИ–ч•ŒшІ†х†™шЎОчНЎфИК {0}у€‚ (фНПч”ЈцŒ‡фЛЄ//worldхГхЏшП”х›žщ˘шЎЄх€М)", + "worldedit.undo.undone": "хЗВц’Єщ”€ {0} щЁЙц“фНœу€‚", + "worldedit.undo.none": "хЗВцŠЕшООцœ€ц—Љчš„ц“фНœшЎАхН•у€‚", + "worldedit.redo.redone": "хЗВщ‡ц–АшП›шЁŒ {0} щЁЙшЂЋц’Єщ”€чš„ц“фНœу€‚", + "worldedit.redo.none": "хЗВцŠЕшООцœ€ц™šчš„ц“фНœшЎАхН•у€‚", + "worldedit.clearhistory.cleared": "хЗВцИ…щ™ЄхކхВшЎАхН•у€‚", + "worldedit.raytrace.noblock": "шЇ†щ‡ŽфИ­фИх­˜хœЈц–Йх—яМ", + "worldedit.restore.not-configured": "цœЊшЎОхЎšхПЋч…Ї / хЄ‡фЛНхЄхŽŸу€‚", + "worldedit.restore.not-available": "шЏЅхПЋч…ЇфИх­˜хœЈцˆ–ц— цГ•фНПч”Ју€‚", + "worldedit.restore.failed": "ц— цГ•шННх…ЅхПЋч…ЇяМš{0}", + "worldedit.restore.loaded": "хЗВшННх…Ѕу€Œ{0}у€хПЋч…ЇяМ›ц­ЃхœЈхЄхŽŸт€І", + "worldedit.restore.restored": "хЗВхЄхŽŸяМ›х…Бцœ‰ {0} фИЊщ—хЄБхŒКх—яМŒхŠ {1} фИЊх…ЖфЛ–щ”™шЏЏу€‚", + "worldedit.restore.none-for-specific-world": "фИ–ч•Œт€œ{0}т€цœЊц‰ОхˆАхПЋч…Їу€‚", + "worldedit.restore.none-for-world": "ц­ЄфИ–ч•ŒхАšц— хПЋч…Їу€‚", + "worldedit.restore.none-found": "цœЊц‰ОхˆАфЛЛфН•хПЋч…Їу€‚", + "worldedit.restore.none-found-console": "цœЊц‰ОхˆАфЛЛфН•хПЋч…Їу€‚шЏЗцЃ€шЇ†чЛˆчЋЏцœКфЛЅх–хО—ц›ДхЄšфПЁцЏу€‚", + "worldedit.restore.chunk-not-present": "хŒКх—фИх­˜хœЈхПЋч…ЇфИ­у€‚", + "worldedit.restore.chunk-load-failed": "цВЁцœ‰хЏшННх…Ѕчš„хŒКх—у€‚яМˆх­˜цЁЃцŸхяМŸяМ‰", + "worldedit.restore.block-place-failed": "хЄхŽŸхЄБшДЅяМхœЈц“фНœц—Жщ­щ‡щ”™шЏЏу€‚", + "worldedit.restore.block-place-error": "фИŠфИЊщ”™шЏЏяМš{0}", + "worldedit.snapshot.use.newest": "чŽАц­ЃфНПч”Јцœ€ц–АхПЋч…Їу€‚", + "worldedit.snapshot.use": "хПЋч…ЇхЗВшЎОчНЎфИКяМš{0}", + "worldedit.snapshot.none-before": "хœЈ {0} фЙ‹х‰ц‰ОфИхˆАхПЋч…Їу€‚", + "worldedit.snapshot.none-after": "хœЈ {0} фЙ‹хŽц‰ОфИхˆАхПЋч…Їу€‚", + "worldedit.snapshot.index-above-0": "ц— ц•ˆчДЂхМ•яМŒхП…щЁЛхЄЇфКŽч­‰фКŽ1у€‚", + "worldedit.snapshot.index-oob": "ц— ц•ˆчš„чДЂхМ•яМŒхП…щЁЛфЛ‹фКŽ1х’Œ{0}фЙ‹щ—Ду€‚", + "worldedit.schematic.unknown-format": "цœЊчŸЅчš„schematicц МхМяМš{0}у€‚", + "worldedit.schematic.load.does-not-exist": "Schematic {0} фИх­˜хœЈяМ", + "worldedit.schematic.load.loading": "яМˆшЏЗч­‰хО…... ц­ЃхœЈхŠ шНН schematicу€‚яМ‰", + "worldedit.schematic.load.still-loading": "яМˆшЏЗч­‰хО…т€ІфЛхœЈхŠ шННschematicу€‚яМ‰", + "worldedit.schematic.save.already-exists": "ц­ЄschematicхЗВх­˜хœЈу€‚фНПч”Ј-fфЛЅшІ†ч›–у€‚", + "worldedit.schematic.save.failed-directory": "ц— цГ•хˆ›хЛК schematics ц–‡фЛЖхЄЙ!", + "worldedit.schematic.save.saving": "(шЏЗч­‰хО…... ц­ЃхœЈфПх­˜ schematic.)", + "worldedit.schematic.save.still-saving": "яМˆшЏЗч­‰хО…т€ІфЛхœЈфПх­˜schematicу€‚яМ‰", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} фИх­˜хœЈяМ", + "worldedit.schematic.delete.failed": "ц— цГ•хˆ щ™Є {0}яМхЊшЏЛчš„х—яМŸ", + "worldedit.schematic.delete.deleted": "{0} хЗВчЛшЂЋхˆ щ™Єу€‚", + "worldedit.schematic.formats.title": "хЏч”Јчš„х‰ЊшДДцПц МхМ (хчЇА: цŸЅц‰ОхчЇА)", + "worldedit.schematic.unsupported-minecraft-version": "WorldEditч‰ˆцœЌфИц”ЏцŒц‚Јчš„Minecraftч‰ˆцœЌу€‚хЊцœ‰шЇЃх†Гц­Єщ—ЎщЂ˜яМŒschematicц‰шƒНц­ЃхИИшПфНœу€‚", + "worldedit.pos.already-set": "фНчНЎхЗВшЎОчНЎу€‚", + "worldedit.pos.console-require-coords": "фН хП…щЁЛхœЈцŽЇхˆЖхАцфО›хц ‡у€‚", + "worldedit.hpos.no-block": "шЇ†щ‡Žц–Йх‘фИх­˜хœЈц–Йх—яМ", + "worldedit.hpos.already-set": "фНчНЎхЗВшЎОчНЎу€‚", + "worldedit.chunk.selected-multiple": "хЗВщ€‰ц‹ЉхŒКх—: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "хЗВщ€‰ц‹ЉхŒКх—: {0}, {1}, {2}", + "worldedit.wand.invalid": "цГ•ц–ч‰Љх“щ…чНЎщ”™шЏЏцˆ–хЗВшЂЋчІч”Ју€‚", + "worldedit.wand.selwand.info": "хЗІх‡ЛяМšщ€‰ц‹ЉчЌЌфИ€фИЊфНчНЎяМ›хГх‡ЛяМšщ€‰ц‹ЉчЌЌфКŒфИЊфНчНЎ", + "worldedit.wand.navwand.info": "хЗІщ”Ўч‚Йх‡ЛяМšшЗГхˆАфНчНЎяМ›хГщ”Ўч‚Йх‡ЛяМšчЉПшП‡хЂ™", + "worldedit.wand.selwand.now.tool": "щ€‰ц‹ЉцГ•ц–чŽАхœЈц˜Џц­ЃхИИхЗЅх…Зу€‚фН хЏфЛЅщ€šшП‡ {0} цЅчІч”ЈхЎƒяМŒхЙЖфНПч”Ј {1} цЅщ‡ц–АчЛ‘хЎšхˆАфЛЛфН•ч‰Љх“яМŒцˆ–ш€…щ€šшП‡ {2} цЅшŽЗх–фИ€фИЊц–Ачš„цГ•ц–у€‚", + "worldedit.contract.contracted": "щ€‰хŒКхЗВц”ЖчМЉ {0} фИЊц–Йх—у€‚", + "worldedit.shift.shifted": "щ€‰хŒКхЗВчЇЛхŠЈу€‚", + "worldedit.outset.outset": "щ€‰хŒКхЗВх‘хЄ–ц‰ЉхБ•у€‚", + "worldedit.inset.inset": "щ€‰хŒКхЗВх‘х†…ц”ЖчМЉу€‚", + "worldedit.size.offset": "хчЇЛяМš{0}", + "worldedit.size.type": "чБЛхž‹яМš{0}", + "worldedit.size.size": "хЄЇхАяМš{0}", + "worldedit.size.distance": "щ•Пц–ЙфН“шЗчІЛяМš{0}", + "worldedit.size.blocks": "ц–Йх—ц•Ащ‡яМš{0}", + "worldedit.count.counted": "хЗВшЎЁц•АяМš{0}", + "worldedit.distr.no-blocks": "цВЁцœ‰чЛŸшЎЁхˆАфЛЛфН•ц–Йх—у€‚", + "worldedit.distr.no-previous": "ц— ц—Ђцœ‰хˆ†щ…у€‚", + "worldedit.distr.total": "ц€Лц–Йх—ц•АяМš{0}", + "worldedit.select.cleared": "щ€‰хŒКхЗВцИ…щ™Єу€‚", + "worldedit.select.cuboid.message": "щ•Пц–ЙфН“яМšхЗІх‡Лщ€‰ц‹Љч‚Й1яМŒхГх‡Лщ€‰ц‹Љч‚Й2у€‚", + "worldedit.select.cuboid.description": "щ€‰ц‹Љщ•Пц–ЙфН“чš„фИЄфИЊшЇ’", + "worldedit.select.extend.message": "щ•Пц–ЙфН“яМšхЗІщ”Ўщ€‰ц‹ЉхМ€хЇ‹щЁЖч‚ЙяМŒхГщ”ЎфЛЅц‰ЉхБ•", + "worldedit.select.extend.description": "щ•Пц–ЙфН“хПЋщ€Ÿщ€‰х–цЈЁхМ", + "worldedit.select.poly.message": "хЙГщЂхЄšшОЙхНЂщ€‰ц‹Љх™ЈяМšхЗІ/хГщ”Ўц–АхЂžщЁЖч‚Йу€‚", + "worldedit.select.poly.limit-message": "цœ€хЄš {0} фИЊч‚Йу€‚", + "worldedit.select.poly.description": "щ€‰ц‹ЉфИ€фИЊхЙГщЂхЄšшОЙхНЂфИŽщЋ˜хКІ", + "worldedit.select.ellipsoid.message": "цЄ­хœ†чƒфН“щ€‰ц‹Љх™ЈяМšхЗІщ”Ў=фИ­хПƒяМŒхГщ”Ўц‰ЉхЄЇшŒƒх›Д", + "worldedit.select.ellipsoid.description": "щ€‰ц‹ЉфИ€фИЊцЄ­хœ†чƒфН“", + "worldedit.select.sphere.message": "чƒфН“щ€‰ц‹Љх™ЈяМšхЗІщ”Ў=фИ­хПƒяМŒхГщ”ЎшЎОхЎšхŠхО„", + "worldedit.select.sphere.description": "щ€‰ц‹ЉфИ€фИЊчƒфН“", + "worldedit.select.cyl.message": "хœ†цŸБфН“щ€‰ц‹Љх™ЈяМšхЗІщ”Ў=фИ­хПƒяМŒхГщ”Ўц‰ЉхЄЇшŒƒх›Д", + "worldedit.select.cyl.description": "щ€‰ц‹ЉфИ€фИЊхœ†цŸБфН“", + "worldedit.select.convex.message": "х‡ИхЄšщЂфН“щ€‰ц‹Љх™ЈяМšхЗІщ”Ў=чЌЌфИ€фИЊщЁЖч‚ЙяМŒхГщ”Ўц–АхЂžц›ДхЄšу€‚", + "worldedit.select.convex.limit-message": "цœ€хЄš {0} фИЊч‚Йу€‚", + "worldedit.select.convex.description": "щ€‰ц‹ЉфИ€фИЊх‡ИхЄšщЂфН“", + "worldedit.select.default-set": "ц‚Јчš„щЂ„шЎОщ€‰хŒКщ€‰ц‹Љх™ЈчŽАхœЈфИК {0}у€‚", + "worldedit.chunkinfo.chunk": "хŒКх—: {0}яМŒ{1}", + "worldedit.chunkinfo.old-filename": "ц—Їц МхМ: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: хŒКхŸŸ/{0}", + "worldedit.listchunks.listfor": "хˆ—х‡К {0} чš„хŒКх—", + "worldedit.drain.drained": "хЗВцŠНчЉК {0} ц МцЖВфН“у€‚", + "worldedit.fill.created": "хЗВчЛхЁЋх…… {0} фИЊц–Йх—у€‚", + "worldedit.fillr.created": "хЗВчЛхЁЋх…… {0} фИЊц–Йх—у€‚", + "worldedit.fixlava.fixed": "хЗВчЛфПЎхЄ {0} фИЊц–Йх—у€‚", + "worldedit.fixwater.fixed": "хЗВчЛфПЎхЄ {0} фИЊц–Йх—у€‚", + "worldedit.removeabove.removed": "хЗВчЛчЇЛщ™Є {0} фИЊц–Йх—у€‚", + "worldedit.removebelow.removed": "хЗВчЛчЇЛщ™Є {0} фИЊц–Йх—у€‚", + "worldedit.removenear.removed": "хЗВчЇЛщ™Є {0} фИЊц–Йх—у€‚", + "worldedit.replacenear.replaced": "хЗВц›ПцЂ {0} фИЊц–Йх—", + "worldedit.snow.created": "хЗВшІ†ч›– {0} фИЊшЁЈщЂу€‚", + "worldedit.thaw.removed": "хЗВшЇЃщ™Є {0} фИЊц–Йх—чš„х†ЛчЛ“чŠЖц€у€‚", + "worldedit.green.changed": "хЗВчЛПхŒ– {0} фИЊц–Йх—у€‚", + "worldedit.extinguish.removed": "хЗВч†„ч­ {0} фИЊчЋч„Ау€‚", + "worldedit.butcher.killed": "хЗВц€ц­Л {1} хŠхО„х†…чš„ {0} фИЊч”Ÿч‰Љу€‚", + "worldedit.butcher.explain-all": "фНПч”Ј -1 фЛЅчЇЛщ™ЄшННх…ЅхŒКх—фИ­чš„ц‰€цœ‰ч”Ÿч‰Љ", + "worldedit.remove.removed": "хЗВц ‡шЎА {0} фИЊхО…чЇЛщ™Єчš„хЎžфН“у€‚", + "worldedit.remove.explain-all": "фНПч”Ј -1 фЛЅчЇЛщ™ЄшННх…ЅхŒКх—фИ­чš„ц‰€цœ‰ч‰ЉфЛЖ", + "worldedit.calc.invalid": "ц— цГ•шЇЃцžу€Œ{0}у€цˆцœ‰ц•ˆчš„шЁЈчЄКхМу€‚", + "worldedit.calc.invalid.with-error": "т€œ{0}т€фИшƒНшЂЋшЇЃцžфИКцœ‰ц•ˆчš„шЁЈшООхМяМšт€œ{1}т€", + "worldedit.paste.pasted": "цˆхŠŸхА†х‰ЊшДДчАПчš„х†…хЎЙч˜шДДш‡Гхц ‡{0}", + "worldedit.paste.selected": "хЗВщ€‰ц‹Љх‰ЊшДДцПчš„ч˜шДДщ€‰хŒКу€‚", + "worldedit.rotate.no-interpolation": "цГЈц„яМšц’х€МхАšцœЊшЂЋц”ЏцŒяМŒх› ц­ЄцŽЈшчš„шЇ’хКІц˜Џ 90 чš„х€ц•Ау€‚", + "worldedit.rotate.rotated": "хЗВц—‹шНЌх‰ЊшДДцПх‰ЏцœЌу€‚", + "worldedit.flip.flipped": "хЗВчПЛшНЌх‰ЊшДДцПх‰ЏцœЌу€‚", + "worldedit.clearclipboard.cleared": "хЗВцИ…щ™Єх‰ЊшДДцПхН“х‰х†…хЎЙу€‚", + "worldedit.set.done": "ц“фНœцˆхŠŸу€‚", + "worldedit.set.done.verbose": "ц“фНœцˆхŠŸ ({0})у€‚", + "worldedit.line.changed": "хЗВц›Дц”Й {0} фИЊц–Йх—у€‚", + "worldedit.line.invalid-type": "//line хЊщ€‚ч”ЈфКŽщ•Пц–ЙфН“цˆ–х‡ИхЄšшОЙхНЂчš„щ€‰хŒК", + "worldedit.curve.changed": "хЗВц›Дц”Й {0} фИЊц–Йх—у€‚", + "worldedit.curve.invalid-type": "//curve фЛ…щ€‚ч”ЈфКŽх‡ИхЄšшОЙхНЂщ€‰хŒК", + "worldedit.replace.replaced": "хЗВц›ПцЂ {0} фИЊц–Йх—у€‚", + "worldedit.stack.changed": "хЗВфПЎц”Й {0} фИЊц–Йх—у€‚фНПч”Јх‘НфЛЄ //undo хГхЏц’Єщ”€ц“фНœ", + "worldedit.stack.intersecting-region": "фНПч”Јц–Йх—х•фНц—ЖяМŒх †х хчЇЛфИшƒНхЄŸфИŽщ€‰хŒКщ‡хˆу€‚", + "worldedit.regen.regenerated": "щ€‰хŒКх†…хЎЙхЗВщ‡ц–Ач”Ÿцˆу€‚", + "worldedit.regen.failed": "ц— цГ•щ‡ц–Ач”ŸцˆхŒКх—у€‚шЏЗцЃ€цŸЅцŽЇхˆЖхАшŽЗх–шЏІчЛ†фПЁцЏу€‚", + "worldedit.walls.changed": "хЗВц›Дц”Й {0} фИЊц–Йх—у€‚", + "worldedit.faces.changed": "хЗВц›Дц”Й {0} фИЊц–Йх—у€‚", + "worldedit.overlay.overlaid": "хЗВшІ†ч›– {0} фИЊц–Йх—у€‚", + "worldedit.naturalize.naturalized": "хЗВфНПхО— {0} фИЊц–Йх—чœ‹фИŠхŽЛц›ДхŠ ш‡Њч„Жу€‚", + "worldedit.center.changed": "фИ­хПƒхЗВшЎОхЎšу€‚(хЗВчЛфПЎц”Й {0} фИЊц–Йх—)", + "worldedit.smooth.changed": "хœАхНЂчš„щЋ˜фНŽхЗЎхЗВхЙГцЛ‘хŒ–у€‚хЗВчЛфПЎц”Й {0} фИЊц–Йх—у€‚", + "worldedit.move.moved": "хЗВчЇЛхŠЈ {0} фИЊц–Йх—у€‚", + "worldedit.deform.deformed": "хЗВхНЂх˜ {0} фИЊц–Йх—у€‚", + "worldedit.hollow.changed": "хЗВц›Дц”Й {0} фИЊц–Йх—у€‚", + "worldedit.forest.created": "хЗВчЇцЄ {0} цЃЕц ‘у€‚", + "worldedit.flora.created": "хЗВчЇцЄ {0} ц ЊцЄч‰Љу€‚", + "worldedit.unstuck.moved": "хЎŒцˆфК†яМ", + "worldedit.ascend.obstructed": "фН чš„фИŠц–ЙфИх­˜хœЈцœ‰ц•ˆчЉКщ—Ду€‚", + "worldedit.ascend.moved": "фИŠх‡фК† {0} хБ‚у€‚", + "worldedit.descend.obstructed": "фН чš„фИ‹ц–ЙфИх­˜хœЈцœ‰ц•ˆчЉКщ—Ду€‚", + "worldedit.descend.moved": "фИ‹щ™фК† {0} хБ‚у€‚", + "worldedit.ceil.obstructed": "фН чš„фИŠц–ЙфИх­˜хœЈцœ‰ц•ˆчЉКщ—Ду€‚", + "worldedit.ceil.moved": "х‘МяМ", + "worldedit.thru.obstructed": "цœЊхœЈфН чš„х‰ц–Йх‘чŽАцœ‰ц•ˆчЉКщ—Ду€‚", + "worldedit.thru.moved": "х‘МяМ", + "worldedit.jumpto.moved": "х™—яМ", + "worldedit.jumpto.none": "чœ‹фИхˆАфЛЛфН•ц–Йх—яМˆцˆ–шЗчІЛхЄЊшПœяМ‰яМ", + "worldedit.up.obstructed": "фН чš„хЄДфМšц’žхˆАцŸфК›фИœшЅПу€‚", + "worldedit.up.moved": "х‘МяМ", + "worldedit.cyl.invalid-radius": "ц‚ЈхП…щЁЛцŒ‡хЎš 1 цˆ– 2 фИЊхŠхО„х€Му€‚", + "worldedit.cyl.created": "хЗВчЛхЛКчЋ‹ {0} фИЊц–Йх—у€‚", + "worldedit.sphere.invalid-radius": "ц‚ЈхП…щЁЛцŒ‡хЎš 1 цˆ– 3 фИЊхŠхО„х€Му€‚", + "worldedit.sphere.created": "хЗВхˆ›хЛК {0} фИЊц–Йх—у€‚", + "worldedit.forestgen.created": "хЗВчЇцЄ {0} цЃЕц ‘у€‚", + "worldedit.pumpkins.created": "хЗВхˆ›хЛК {0} фИЊх—ч“œчОЄу€‚", + "worldedit.pyramid.created": "хЗВхˆ›хЛК {0} фИЊц–Йх—у€‚", + "worldedit.generate.created": "хЗВхˆ›хЛК {0} фИЊц–Йх—у€‚", + "worldedit.generatebiome.changed": "хНБх“фК† {0} фИЊч”Ÿч‰ЉчОЄчГЛу€‚", + "worldedit.reload.config": "хЗВщ‡ц–АшННх…ЅшЎОхЎšяМ", + "worldedit.report.written": "WorldEdit цŠЅх‘ŠхЗВх†™х…Ѕ {0}", + "worldedit.report.error": "ц— цГ•х†™х…ЅцŠЅх‘ŠяМš{0}", + "worldedit.report.callback": "WorldEdit цŠЅх‘ŠяМš{0}.report", + "worldedit.timezone.invalid": "ц—ЖхŒКщ”™шЏЏ", + "worldedit.timezone.set": "хЗВхА†ц­Єщ˜ЖцЎЕчš„ц—ЖхŒКшЎОцˆяМš{0}", + "worldedit.timezone.current": "ч›Ўх‰шЏЅц—ЖхŒКчš„ц—Жщ—Дц˜ЏяМš{0}", + "worldedit.version.version": "WorldEdit ч‰ˆцœЌхЗ {0}", + "worldedit.version.bukkit.unsupported-adapter": "хН“х‰WorldEditч‰ˆцœЌфИшƒНхЎŒх…Јц”ЏцŒц‚Јчš„Bukkitч‰ˆцœЌу€‚хЎžфН“ц–Йх—(фО‹хІ‚чЎБх­)фИ­хА†фИфМšцœ‰ч‰Љх“яМŒц–Йх—хБžц€Ї(фО‹хІ‚цœх‘)хА†фМšщ—хЄБяМŒфЛЅхŠхОˆхЄšх…ЖфЛ–ч‰Йц€ЇхЏшƒНх‡хЗВчЛхЄБц•ˆу€‚шЏЗц›Дц–АWorldEditфЛЅцЂхЄшП™фК›хŠŸшƒНяМš\n{0}", + "worldedit.trace.no-tracing-extents": "шПНшИЊ: цœЊфНПч”ЈфЛЛфН•шŒƒх›Ду€‚", + "worldedit.trace.action-failed": "шПНшИЊ: хАшЏ•фКŽ {1} ц‰ЇшЁŒчš„ц“фНœ {0} хЗВшЂЋшŒƒх›Д {2} ц‰€ц— ц•ˆхŒ–", + "worldedit.trace.active.already": "шПНшИЊцЈЁхМхЗВхœЈшПфНœфИ­яМ", + "worldedit.trace.inactive.already": "ц— цГ•х†цЌЁхœч”ЈшПНшИЊцЈЁхМу€‚", + "worldedit.trace.active": "хЗВхЏч”ЈшПНшИЊцЈЁхМу€‚", + "worldedit.trace.inactive": "хЗВхœч”ЈшПНшИЊцЈЁхМу€‚", + "worldedit.command.time-elapsed": "хЗВчЛшП‡ {0} чЇ’ (хކхВшЎАхН•яМšхЗВх˜ц›Д {1} фИЊяМ›цЏчЇ’ {2} фИЊц–Йх—)у€‚", + "worldedit.command.permissions": "фН ц— цƒщ™шП™ц Зхšу€‚фН ц˜ЏхІхЄ„фКŽц­ЃчЁЎцЈЁхМяМŸ", + "worldedit.command.player-only": "ц­ЄцŒ‡фЛЄхП…щЁЛч”БчŽЉхЎЖфНПч”Ју€‚", + "worldedit.command.error.report": "шЏЗх›žцŠЅц­Єщ”™шЏЏяМš[чœ‹цŽЇхˆЖхАчš„шО“х‡К]", + "worldedit.pastebin.uploading": "(шЏЗчЈх€™... ц­ЃхœЈхА†шО“х‡КфМ щ€ш‡Г pastebin...)", + "worldedit.session.cant-find-session": "ц— цГ•ц‰ОхˆА {0} чš„хЗЅфНœщ˜ЖцЎЕ", + "worldedit.platform.no-file-dialog": "ц‚Јчš„чŽЏхЂƒфИц”ЏцŒц–‡фЛЖхЏЙшЏцЁ†у€‚", + "worldedit.asset.load.loading": "яМˆшЏЗч­‰хО…т€Іт€Іц­ЃхœЈхŠ шННшЕ„цКу€‚яМ‰", + "worldedit.asset.load.still-loading": "яМˆшЏЗч­‰хО…т€Іт€ІфЛхœЈхŠ шННшЕ„цКу€‚яМ‰", + "worldedit.asset.load.failed": "хŠ шННшЕ„цКхЄБшДЅ", + "worldedit.tool.max-block-changes": "хЗВцŠЕшООц–Йх—ц›Дц”ЙфИŠщ™у€‚", + "worldedit.tool.no-block": "шЇ†щ‡ŽфИ­фИх­˜хœЈц–Йх—яМ", + "worldedit.tool.repl.equip": "ц–Йх—ц›ПцЂхЗЅх…ЗхЗВчЛ‘хЎšфИК {0}у€‚", + "worldedit.tool.repl.switched": "ц›ПцЂхЗЅх…ЗхЗВхˆ‡цЂш‡ГяМš{0}", + "worldedit.tool.data-cycler.equip": "ц–Йх—ц•АцЎхОЊчŽЏхЗЅх…ЗхЗВчЛ‘хЎšхˆА {0}у€‚", + "worldedit.tool.data-cycler.block-not-permitted": "фН фИх…шЎИхОЊчŽЏшП™фИЊц–Йх—чš„ц•АцЎх€Му€‚", + "worldedit.tool.data-cycler.cant-cycle": "ц­Єц–Йх—ц•АцЎц— цГ•хОЊчŽЏу€‚", + "worldedit.tool.data-cycler.new-value": "{0} чš„х€МчŽАфИК {1}у€‚", + "worldedit.tool.data-cycler.cycling": "чŽАц­ЃхОЊчŽЏ {0}у€‚", + "worldedit.tool.deltree.equip": "цМ‚цЕЎц ‘чЇЛщ™ЄхЗЅх…ЗхЗВчЛ‘хЎšш‡Г {0} у€‚", + "worldedit.tool.deltree.not-tree": "шП™хЙЖфИц˜Џц ‘у€‚", + "worldedit.tool.deltree.not-floating": "шП™фИц˜ЏфИ€цЃЕцЕЎчЉКц ‘у€‚", + "worldedit.tool.tree.equip": "ц ‘цœЈхЗЅх…ЗхЗВчЛ‘хЎšш‡Г {0}у€‚", + "worldedit.tool.tree.obstructed": "щ‚Ѓщ‡ŒфИшƒНчЇц ‘у€‚", + "worldedit.tool.info.equip": "фПЁцЏхЗЅх…ЗхЗВчЛ‘хЎšш‡Г {0}у€‚", + "worldedit.tool.info.blockstate.hover": "ц–Йх—чŠЖц€", + "worldedit.tool.info.internalid.hover": "х†…щƒЈ ID", + "worldedit.tool.info.legacy.hover": "ц—Їчš„ id:data", + "worldedit.tool.info.light.hover": "ц–Йх—х…‰/фИŠц–Йх…‰", + "worldedit.tool.none.equip": "хЗЅх…ЗхЗВфЛŽц‚Јчš„хН“х‰ч‰Љх“шЇЃчЛ‘у€‚", + "worldedit.tool.none.to.unequip": "ц‚ЈхН“х‰чš„ч‰Љх“цВЁцœ‰чЛ‘хЎšу€‚", + "worldedit.tool.selwand.equip": "щ€‰х–щ­”цГ•цЃ’хЗЅх…ЗхЗВчГЛчЛ“ш‡Г {0}у€‚", + "worldedit.tool.navwand.equip": "хЏМшˆЊцГ•ц–хЗВчЛ‘хЎšш‡Г {0}у€‚", + "worldedit.tool.floodfill.equip": "ц–Йх—щЂœц–™цЁЖхЗЅх…ЗчЛ‘хЎšш‡Г {0}у€‚", + "worldedit.tool.farwand.equip": "шЖ…шПœшЗчІЛцГ•ц–чЛ‘хЎšш‡Г {0}у€‚", + "worldedit.tool.lrbuild.equip": "шПœшЗчІЛхЛКч­‘хЗЅх…ЗчЛ‘хЎšш‡Г {0}у€‚", + "worldedit.tool.lrbuild.set": "хЗІщ”ЎшЎОчНЎфИК {0}яМ›хГщ”ЎшЎОчНЎфИК {1}у€‚", + "worldedit.tool.stack.equip": "х †х хЗЅх…ЗхЗВчЛ‘хЎšш‡Г {0}у€‚", + "worldedit.tool.unbind-instruction": "ц‰‹цŒч‰Љх“шПшЁŒ {0} фЛЅхА†х…ЖшЇЃчЛ‘у€‚", + "worldedit.tool.superpickaxe.mode.single": "хН“х‰чš„цЈЁхМфИКх•ч‹ЌцЈЁхМу€‚фНПч”Јщ•хЗІщ”Ўх•х‡Лу€‚//фЛЅчІч”Ју€‚", + "worldedit.tool.superpickaxe.mode.area": "хН“х‰чš„цЈЁхМфИКхŒКхŸŸцЈЁхМу€‚фНПч”Јщ•хЗІщ”Ўх•х‡Лу€‚//фЛЅчІч”Ју€‚", + "worldedit.tool.superpickaxe.mode.recursive": "хН“х‰чš„цЈЁхМфИКщ€’хН’цЈЁхМу€‚фНПч”Јщ•хЗІщ”Ўх•х‡Лу€‚//фЛЅчІч”Ју€‚", + "worldedit.tool.superpickaxe.max-range": "цœ€хЄЇшŒƒх›Дц˜Џ {0}у€‚", + "worldedit.tool.superpickaxe.enabled.already": "фН хЗВчЛхЏч”ЈшЖ…чКЇщ•фК†яМ", + "worldedit.tool.superpickaxe.disabled.already": "фН хЗВчЛчІч”ЈшЖ…чКЇщ•фК†яМ", + "worldedit.tool.superpickaxe.enabled": "хЗВхЏч”ЈшЖ…чКЇщ•у€‚", + "worldedit.tool.superpickaxe.disabled": "хЗВхœч”ЈшЖ…чКЇц–ЇхЄДу€‚", + "worldedit.tool.mask.set": "хЗВшЎОхЎšчЌ”хˆЗш’™ч‰ˆу€‚", + "worldedit.tool.mask.disabled": "хЗВчІч”ЈчЌ”хˆЗш’™ч‰ˆу€‚", + "worldedit.tool.material.set": "хЗВшЎОхЎšчЌ”хˆЗцц–™у€‚", + "worldedit.tool.range.set": "хЗВшЎОхЎšчЌ”хˆЗшŒƒх›Ду€‚", + "worldedit.tool.size.set": "хЗВшЎОхЎšчЌ”хˆЗхЄЇхАу€‚", + "worldedit.tool.tracemask.set": "хЗВшЎОхЎšшПНшИЊш’™ч‰ˆу€‚", + "worldedit.tool.tracemask.disabled": "хЗВх–цЖˆшПНшИЊш’™ч‰ˆу€‚", + "worldedit.tool.error.cannot-bind": "ц— цГ•чЛ‘хЎšхЗЅх…ЗхˆА {0}: {1}", + "worldedit.tool.error.item-only": "ц— цГ•фНПч”Јц–Йх—у€‚", + "worldedit.execute.script-permissions": "ц‚ЈцВЁцœ‰цƒщ™фНПч”Јщ‚ЃфИЊш„šцœЌу€‚", + "worldedit.executelast.no-script": "шЏЗх…ˆфНПч”Ј/csх’Œш„šцœЌхчЇАу€‚", + "worldedit.script.read-error": "ш„šцœЌшЏЛх–щ”™шЏЏ: {0}", + "worldedit.script.unsupported": "хН“х‰фЛ…ц”ЏцŒхŽчМ€хфИК.jsчš„ш„šцœЌц–‡фЛЖ", + "worldedit.script.file-not-found": "ш„šцœЌфИх­˜хœЈяМš{0}", + "worldedit.script.no-script-engine": "ц— цГ•ц‰ОхˆАхЗВхЎ‰шЃ…чš„ш„šцœЌхМ•ц“Žу€‚\nшЏЗх‚ш€ƒ https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "ц‰ЇшЁŒхЄБшДЅяМš{0}", + "worldedit.script.failed-console": "ц— цГ•ц‰ЇшЁŒяМˆх‚шЇцŽЇхˆЖхАяМ‰яМš{0}", + "worldedit.operation.affected.biome": "хЗВхНБх“ {0} фИЊч”Ÿч‰ЉчОЄчГЛ", + "worldedit.operation.affected.block": "хНБх“фК† {0} фИЊц–Йх—", + "worldedit.operation.affected.column": "хНБх“фК† {0} щ“хž‚ч›ДхŒКхŸŸ", + "worldedit.operation.affected.entity": "хНБх“фК† {0} фИЊхЎžфН“", + "worldedit.operation.deform.expression": "хЗВфНПч”Ј {0} х˜хНЂ", + "worldedit.error.invalid-number": "щœ€шІц•Ах­—яМŒфН†хО—хˆАфК†х­—чЌІфИВу€‚", + "worldedit.error.invalid-number.matches": "щœ€шІц•Ах­—яМŒфН†хО—хˆАфК†х­—чЌІфИВт€œ{0}т€у€‚", + "worldedit.error.incomplete-region": "шЏЗх…ˆхЛКчЋ‹фИ€фИЊщ€‰хŒКу€‚", + "worldedit.error.unknown-block": "ц— цГ•шЏ†хˆЋц–Йх—хчЇАт€œ{0}т€у€‚", + "worldedit.error.unknown-entity": "ц— цГ•шЏ†хˆЋхЎžфН“хчЇАт€œ{0}т€у€‚", + "worldedit.error.unknown-mob": "ц— цГ•шЏ†хˆЋч”Ÿч‰ЉхчЇАт€œ{0}т€у€‚", + "worldedit.error.unknown-biome": "ц— цГ•шЏ†хˆЋч”Ÿч‰ЉчОЄчГЛхчЇАт€œ{0}т€у€‚", + "worldedit.error.unknown-tag": "ц— цГ•шЏ†хˆЋц ‡ч­ОхчЇАт€œ{0}т€у€‚", + "worldedit.error.empty-tag": "ц ‡ч­Охт€œ{0}т€ц— х†…хЎЙу€‚", + "worldedit.error.no-match": "фИх­˜хœЈфИŽ '{0}' чš„хŒЙщ…щЁЙу€‚", + "worldedit.error.disallowed-block": "фИх…шЎИц–Йх—т€œ{0}т€яМˆх‚шЇWorldEditщ…чНЎяМ‰у€‚", + "worldedit.error.max-changes": "хЗВцŠЕшООх˜ц›Дц–Йх—чš„цœ€щЋ˜фИŠщ™ ({0})у€‚", + "worldedit.error.max-brush-radius": "цœ€хЄЇчЌ”хˆЗхŠхО„ (щ…чНЎц–‡фЛЖ): {0}", + "worldedit.error.max-radius": "цœ€хЄЇхŠхО„ (щ…чНЎц–‡фЛЖ): {0}", + "worldedit.error.unknown-direction": "цœЊчŸЅчš„ц–Йх‘яМš{0}", + "worldedit.error.empty-clipboard": "ц‚Јчš„х‰ЊшДДцПц˜ЏчЉКчš„у€‚шЏЗх…ˆфНПч”Ј //copyу€‚", + "worldedit.error.invalid-filename": "ц–‡фЛЖхт€œ{0}т€ц— ц•ˆяМš{1}", + "worldedit.error.invalid-filename.invalid-characters": "ц— ц•ˆх­—чЌІцˆ–чМКхА‘ц‰ЉхБ•х", + "worldedit.error.file-resolution": "ц–‡фЛЖ '{0}' шЇЃцžщ”™шЏЏ: {1}", + "worldedit.error.file-resolution.outside-root": "шЏЅшЗЏхО„хœЈх…шЎИчš„ц Йч›ЎхН•фЙ‹хЄ–", + "worldedit.error.file-resolution.resolve-failed": "шЇЃцžшЗЏхО„хЄБшДЅ", + "worldedit.error.file-aborted": "ц–‡фЛЖщ€‰ц‹ЉхЗВфИ­ц­Ђу€‚", + "worldedit.error.no-file-selected": "цœЊщ€‰ц‹Љц–‡фЛЖу€‚", + "worldedit.error.world-unloaded": "фИ–ч•ŒхЗВчЛхœц­ЂхŠ шННшП‡фК†яМ", + "worldedit.error.not-a-block": "шЏЅч‰Љх“фИц˜Џц–Йх—у€‚", + "worldedit.error.not-a-block.item": "ч‰Љх“т€œ{0}т€фИц˜Џц–Йх—у€‚", + "worldedit.error.incorrect-usage": "ч”ЈцГ•яМš{0}", + "worldedit.error.invalid-page": "ц— ц•ˆчš„щЁЕч ", + "worldedit.error.parser.bad-state-format": "{0} чš„чŠЖц€ц МхМщ”™шЏЏ", + "worldedit.error.parser.duplicate-property": "щ‡хЄчš„хБžц€ЇяМš{0}", + "worldedit.error.parser.empty-state": "чŠЖц€х­˜хœЈчЉКч™НчЛ„цˆщƒЈхˆ†", + "worldedit.error.parser.missing-equals-separator": "чМКхА‘хˆ†щš”чЌІ '='", + "worldedit.error.parser.clipboard.missing-offset": "фНПч”Ј@цŒ‡хЎšфК†хчЇЛфН†ц˜ЏцВЁцœ‰чЛ™фКˆхчЇЛщ‡у€‚фНПч”Јт€œ#copy@[x,y,z]т€у€‚", + "worldedit.error.parser.unknown-property": "ц–Йх—т€œ{1}т€чš„хБžц€Їт€œ{0}т€цœЊчŸЅ", + "worldedit.error.parser.unknown-value": "хБžц€Їт€œ{1}т€чš„х€Мт€œ{0}т€цœЊчŸЅу€‚", + "worldedit.error.parser.empty-property": "чŠЖц€х­˜хœЈчЉКч™НхБžц€Ї", + "worldedit.error.parser.empty-value": "чŠЖц€х­˜хœЈчЉКч™Нц•Ах€М", + "worldedit.error.parser.invalid-colon": "ц— ц•ˆчš„х†’хЗу€‚", + "worldedit.error.parser.invalid-expression": "ц— ц•ˆчš„шЁЈшООхМяМš{0}", + "worldedit.error.parser.negate-nothing": "фИшƒНфИхІхЎšфЛЛфН•фИœшЅПяМ", + "worldedit.error.parser.hanging-lbracket": "ц МхМц— ц•ˆу€‚хœЈ '{0}' хЄ„х‡КчŽАфК†цœЊхŒЙщ…чš„ц‹ЌхЗу€‚", + "worldedit.error.parser.missing-rbracket": "чŠЖц€чМКхА‘фК†чЛ“хАОщƒЈхˆ†чš„ ']' ц‹ЌхЗ", + "worldedit.error.parser.missing-random-type": "хœЈ '{0}' чš„%чЌІхЗхŽц–ЙчМКхА‘фК†чБЛхž‹", + "worldedit.error.parser.clipboard.missing-coordinates": "х‰ЊшДДцПхчЇЛщœ€шІx,y,zхц ‡у€‚", + "worldedit.error.parser.player-only": "шО“х…Ѕ '{0}' щœ€шІчŽЉхЎЖ!", + "worldedit.error.disabled": "ц­ЄхŠŸшƒНхЗВчІч”Ј(шЇWorldEdition щ…чНЎ)у€‚", + "worldedit.error.unknown": "х‘ч”ŸцœЊчŸЅщ”™шЏЏяМš{0}", + "worldedit.error.missing-extent": "фИх­˜хœЈхЗВчŸЅчš„шŒƒх›Д", + "worldedit.error.missing-session": "фИх­˜хœЈхЗВчŸЅчš„цœЌхœАфМšшЏ", + "worldedit.error.missing-world": "фН щœ€шІцфО›фИ€фИЊфИ–ч•Œ (шЏЗхАшЏ•цŒ‡фЛЄ//world)", + "worldedit.error.missing-actor": "фИх­˜хœЈхЗВчŸЅчš„Actor", + "worldedit.selection.convex.info.vertices": "щЁЖч‚Й: {0}", + "worldedit.selection.convex.info.triangles": "фИ‰шЇ’: {0}", + "worldedit.selection.convex.explain.primary": "хЗВфКŽщЁЖч‚Й {0} хЄ„хМ€хЇ‹ц–Ащ€‰хŒКу€‚", + "worldedit.selection.convex.explain.secondary": "хЗВхА†щЁЖч‚Й {0} хŠ х…Ѕщ€‰х–у€‚", + "worldedit.selection.cuboid.info.pos1": "чЌЌфИ€ч‚ЙяМš{0}", + "worldedit.selection.cuboid.info.pos2": "чЌЌфКŒч‚ЙяМš{0}", + "worldedit.selection.cuboid.explain.primary": "чЌЌфИ€щ€‰х–ч‚ЙхЗВшЎОчНЎфИК {0}у€‚", + "worldedit.selection.cuboid.explain.primary-area": "чЌЌфИ€щ€‰х–ч‚ЙхЗВшЎОчНЎфИК {0} ({1})у€‚", + "worldedit.selection.cuboid.explain.secondary": "чЌЌфКŒщ€‰х–ч‚ЙхЗВшЎОчНЎфИК {0}у€‚", + "worldedit.selection.cuboid.explain.secondary-area": "чЌЌфКŒщ€‰х–ч‚ЙхЗВшЎОчНЎфИК {0} ({1})у€‚", + "worldedit.selection.extend.explain.primary": "ч”Б {0} хМ€хЇ‹щ€‰х– ({1})у€‚", + "worldedit.selection.extend.explain.secondary": "хЗВц‰ЉхБ•щ€‰хŒКфЛЅхЋц‹Ќ {0} ({1})у€‚", + "worldedit.selection.ellipsoid.info.center": "фИ­хПƒяМš{0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z хŠхО„яМš{0}", + "worldedit.selection.ellipsoid.explain.primary": "фИ­хПƒч‚ЙхЗВшЎОчНЎфИК {0}у€‚", + "worldedit.selection.ellipsoid.explain.primary-area": "фИ­хПƒч‚ЙхЗВшЎОчНЎфИК {0} ({1})у€‚", + "worldedit.selection.ellipsoid.explain.secondary": "хŠхО„хЗВшЎОфИК {0}у€‚", + "worldedit.selection.ellipsoid.explain.secondary-area": "хŠхО„хЗВшЎОфИК {0} ({1})у€‚", + "worldedit.selection.ellipsoid.error.even-horizontal": "цЄ­хœ†фН“чš„х˜хŒ–хП…щЁЛхœЈц‰€цœ‰чЛДхКІфИŠфПцŒцЏ”фО‹", + "worldedit.selection.cylinder.info.center": "фИ­хПƒяМš{0}", + "worldedit.selection.cylinder.info.radius": "хŠхО„яМš{0}", + "worldedit.selection.cylinder.explain.primary": "фКŽхц ‡ {0} хЄ„хМ€хЇ‹ц–Ачš„хœ†цŸБхž‹щ€‰хŒКу€‚", + "worldedit.selection.cylinder.explain.secondary": "хŠхО„хЗВшЎОчНЎфИК {0}/{1} ц Му€‚ ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "ц‚ЈхП…щЁЛхœЈшЎОхЎšхŠхО„х‰шЎОчНЎщ€‰хŒКфИ­хПƒч‚Й", + "worldedit.selection.cylinder.error.even-horizontal": "хœ†цŸБфН“чš„х˜хŒ–хП…щЁЛхœЈцЏфИЊцАДхЙГхц ‡(y)фПцŒфИ€ш‡Д", + "worldedit.selection.polygon2d.info": "щЁЖч‚Йц•Ащ‡: {0}", + "worldedit.selection.polygon2d.explain.primary": "хœЈ{0} хМ€хЇ‹фИ€фИЊц–Ачš„хЄšшОЙхНЂу€‚", + "worldedit.selection.polygon2d.explain.secondary": "хœЈ {1} хЂžхŠ ч‚Й #{0}у€‚", + "worldedit.selection.polygon2d.error.expand-only-vertical": "хЄšшОЙхНЂхЊшƒНхž‚ч›Дц‰ЉхБ•у€‚", + "worldedit.selection.polygon2d.error.contract-only-vertical": "хЄšшОЙхНЂхЊшƒНхž‚ч›Дц”ЖчМЉу€‚", + "worldedit.selection.sphere.explain.secondary": "хŠхО„хЗВшЎОфИК {0}у€‚", + "worldedit.selection.sphere.explain.secondary-defined": "хŠхО„хЗВшЎОфИК {0} ({1})у€‚", + "worldedit.selection.null.error.immutable": "ц— цГ•ц›Дц”Йц— ц•ˆщ€‰хŒКу€‚", + "worldedit.selection.intersection.error.cannot-expand": "ц— цГ•ц‰ЉхБ•хŒКхŸŸфКЄх‰ч‚Йу€‚", + "worldedit.selection.intersection.error.cannot-contract": "ц— цГ•ц”ЖчМЉхŒКхŸŸфКЄх‰ч‚Йу€‚", + "worldedit.selection.transform.error.cannot-expand": "ц— цГ•хБ•хМ€х˜цЂчš„хŒКхŸŸу€‚", + "worldedit.selection.transform.error.cannot-contract": "ц— цГ•ц”ЖчМЉх˜цЂчš„хŒКхŸŸу€‚", + "worldedit.selection.transform.error.cannot-change": "ц— цГ•ц›Дц”Йх˜цЂчš„хŒКхŸŸу€‚", + "worldedit.sideeffect.lighting": "х…‰ч…Ї", + "worldedit.sideeffect.lighting.description": "ц­ЃхœЈц›Дц–Ац–Йх—х…‰ч…Ї", + "worldedit.sideeffect.neighbors": "щ™„шП‘", + "worldedit.sideeffect.neighbors.description": "х‘ŠчŸЅщ™„шП‘чš„хЗВх˜ц›Дц–Йх—", + "worldedit.sideeffect.update": "ц›Дц–А", + "worldedit.sideeffect.update.description": "х‘ŠчŸЅхЗВх˜ц›Дчš„ц–Йх—", + "worldedit.sideeffect.validation": "щЊŒшЏ", + "worldedit.sideeffect.validation.description": "щЊŒшЏхЙЖфПЎхЄщžшПžчЛ­чš„фИ–ч•ŒчŠЖц€ (фО‹хІ‚ц–­ц–­чЛ­чЛ­чš„ц–Йх—)", + "worldedit.sideeffect.entity_ai": "хЎžфН“ AI", + "worldedit.sideeffect.entity_ai.description": "фИКц–Йх—ц›Дц”ЙхŒц­Ѕц›Дц–АхЎžфН“AIшЗЏхО„", + "worldedit.sideeffect.events": "цЈЁчЛ„/ц’фЛЖфК‹фЛЖ", + "worldedit.sideeffect.events.description": "ш‹ЅхЏшƒНчš„шЏяМŒ шЏЗхА†ц­Єц›Дц”Йх‘ŠчŸЅх…ЖфЛ–чš„цЈЁчЛ„/ц’фЛЖ", + "worldedit.sideeffect.state.on": "хМ€хЏ", + "worldedit.sideeffect.state.delayed": "щ­щ‡фК†хЛЖшПŸ", + "worldedit.sideeffect.state.off": "х…Гщ—­", + "worldedit.sideeffect.box.current": "хН“х‰", + "worldedit.sideeffect.box.change-to": "х•х‡ЛфЛЅшЎОчНЎфИК {0}", + "worldedit.help.command-not-found": "ц‰ОфИхˆАх‘НфЛЄ т€œ{0}т€у€‚", + "worldedit.help.no-subcommands": "'{0}'цВЁцœ‰х­х‘НфЛЄу€‚(фЙŸшЎИ'{1}'фЛЃшЁЈфИ€фИЊх‚ц•АяМŸ)", + "worldedit.help.subcommand-not-found": "'{1}'фИ‹ц‰€хБžчš„х­х‘НфЛЄ'{0}'ц— цГ•шЂЋц‰ОхˆА", + "worldedit.cli.stopping": "ц­ЃхœЈхœц­ЂяМ", + "worldedit.cli.unknown-command": "цœЊчŸЅчš„цŒ‡фЛЄяМ" +} diff --git a/plugins/WorldEdit/.archive-unpack/2e1dd752/zh-TW/strings.json b/plugins/WorldEdit/.archive-unpack/2e1dd752/zh-TW/strings.json new file mode 100644 index 0000000..889b002 --- /dev/null +++ b/plugins/WorldEdit/.archive-unpack/2e1dd752/zh-TW/strings.json @@ -0,0 +1,371 @@ +{ + "worldedit.expand.description.vert": "хА‡щИх–х€хŸŸхž‚ч›Дц‹‰хБ•ш‡ГфИ–ч•Œщ™хˆЖу€‚", + "worldedit.expand.expanded": "х€хŸŸхЗВхЛЖфМИ {0} х€‹ц–ЙхЁŠ", + "worldedit.expand.expanded.vert": "х€хŸŸхЗВхЛЖфМИ {0} х€‹ц–ЙхЁŠ яМˆч”БфИŠш€ŒфИ‹яМ‰ у€‚", + "worldedit.biomeinfo.lineofsight": "шІ–чЗšхœч•™ш™•чš„ч”Ÿц…‹чГЛ яМš {0}", + "worldedit.biomeinfo.position": "ц‚Јч›Ўх‰фНчНЎчš„ч”Ÿц…‹хŸŸяМš {0}", + "worldedit.biomeinfo.selection": "ц‚ЈщИх–х€хŸŸчš„ч”Ÿц…‹хŸŸяМš {0}", + "worldedit.brush.radius-too-large": "цœ€хЄЇх…шЈБч­†хˆЗхŠхО‘ яМš {0}", + "worldedit.brush.apply.description": "хА‡ч­†хˆЗхŠх‡Нц•ИхЅ—ч”Јш‡ГцЏх€‹ц–ЙхЁŠ", + "worldedit.brush.apply.radius": "ч­†хˆЗхЄЇхА", + "worldedit.brush.apply.shape": "х€хŸŸхЄ–хž‹", + "worldedit.brush.apply.type": "цЌВфНПч”Јч­†хˆЗщЁžхž‹", + "worldedit.brush.apply.item.warning": "щ€™х€‹ч­†хˆЗцœƒцЈЁц“Ќч‰ЉфЛЖчš„фНПч”Јц–ЙхМяМŒхЏшƒНч„ЁцГ•хœЈц‰€цœ‰хЙГхАшЕЗц•ˆцžœяМŒфЙŸхЏшƒНцœƒч„ЁцГ•хОЉхŽŸшЎŠц›ДяМŒфИ”хЏшƒНцœƒшˆ‡х…ЖхЎƒцЈЁчЕ„/ц’фЛЖч”Ђч”Ÿц€Њч•АфК’х‹•у€‚фНПч”Јц‰€ч”Ђч”Ÿчš„х•щЁŒц€’фИшВ шВЌу€‚", + "worldedit.brush.paint.description": "чЙЊхœ–ч­†хˆЗяМŒхАшЁЈщЂхЅ—ч”Јх‡Нц•И", + "worldedit.brush.paint.size": "ч­†хˆЗхЄЇхА", + "worldedit.brush.paint.shape": "х€хŸŸхЄ–хž‹", + "worldedit.brush.paint.density": "ч­†хˆЗхЏ†хКІ", + "worldedit.brush.paint.type": "цЌВфНПч”Јч­†хˆЗщЁžхž‹", + "worldedit.brush.paint.item.warning": "щ€™х€‹ч­†хˆЗцœƒцЈЁц“Ќч‰ЉфЛЖчš„фНПч”Јц–ЙхМяМŒхЏшƒНч„ЁцГ•хœЈц‰€цœ‰хЙГхАшЕЗц•ˆцžœяМŒфЙŸхЏшƒНцœƒч„ЁцГ•хОЉхŽŸшЎŠц›ДяМŒфИ”хЏшƒНцœƒшˆ‡х…ЖхЎƒцЈЁчЕ„/ц’фЛЖч”Ђч”Ÿц€Њч•АфК’х‹•у€‚фНПч”Јц‰€ч”Ђч”Ÿчš„х•щЁŒц€’фИшВ шВЌу€‚", + "worldedit.brush.sphere.equip": "хЗВшЃшМ‰чƒхž‹ч­†хˆЗ яМˆ{0}яМ‰ у€‚", + "worldedit.brush.cylinder.equip": "хЗВшЃшМ‰цŸБхž‹ч­†хˆЗ яМˆ{0}яМŒшЂЋ {1}яМ‰ у€‚", + "worldedit.brush.clipboard.equip": "хЗВшЃх‚™х‰ЊшВМчАПч­†хˆЗцЈЃхМу€‚", + "worldedit.brush.smooth.equip": "хЗВшЃх‚™хЙГцЛ‘ч­†хˆЗцЈЃхМ яМˆ{0} x {1} х€яМŒфНПч”Ј {2}яМ‰ у€‚", + "worldedit.brush.extinguish.equip": "хЗВшЃх‚™цЛ…чЋх™Ј яМˆ{0}яМ‰ у€‚", + "worldedit.brush.gravity.equip": "хЗВшЃх‚™щ‡хŠ›ч­†хˆЗ яМˆ{0}яМ‰ у€‚", + "worldedit.brush.butcher.equip": "хЗВшЃх‚™хБ хЄЋч­†хˆЗ яМˆ{0}яМ‰ у€‚", + "worldedit.brush.operation.equip": "хЗВхА‡ч­†хˆЗшЈ­цˆ {0}у€‚", + "worldedit.brush.heightmap.equip": "хЗВшЃх‚™щЋ˜хКІхœ–ч­†хˆЗ яМˆ{0}яМ‰ у€‚", + "worldedit.brush.heightmap.unknown": "цœЊчŸЅчš„щЋ˜хКІхœ–ч­†хˆЗ яМš {0}у€‚", + "worldedit.brush.none.equip": "хЗВшЇЃщ™Єц‚Јц‰‹цŒчš„ч‰Љх“шˆ‡ч­†хˆЗфЙ‹щ–“чš„чЖхЎšу€‚", + "worldedit.setbiome.changed": "хЗВчЖ“фПЎц”ЙчД„ {0} х€‹ц–ЙхЁŠчš„ч”Ÿц…‹хŸŸу€‚", + "worldedit.setbiome.warning": "ц‚ЈхЏшƒНщœ€шІщ‡ц–АхŠ х…ЅщŠцˆВ яМˆцˆ–щ—œщ–‰х†щ–‹х•ŸфИ–ч•ŒяМ‰ ц‰шƒНчœ‹хˆАфПЎц”Йу€‚", + "worldedit.drawsel.disabled": "хЗВхœч”ЈфМКцœх™Ј CUIу€‚", + "worldedit.drawsel.enabled": "хЗВх•Ÿч”ЈфМКцœх™Ј CUIу€‚щ€™хŠŸшƒНхЊц”ЏцДцœ€хЄЇхЄЇхАч‚К {0}x{1}x{2} чš„щ•Зц–ЙщЋ”х€хŸŸу€‚", + "worldedit.drawsel.disabled.already": "хЗВчЖ“хœч”ЈфМКцœх™Ј CUIу€‚", + "worldedit.drawsel.enabled.already": "фМКцœх™Ј CUI хЗВчЖ“х•Ÿч”Ју€‚", + "worldedit.limit.too-high": "ц‚Јцœ€хЄЇчš„х…шЈБщ™хˆЖч‚К {0}у€‚", + "worldedit.limit.set": "ц–ЙхЁŠшЎŠц›Дщ™хˆЖхЗВшЈ­хЎšцˆ {0}у€‚", + "worldedit.limit.return-to-default": "яМˆфНПч”Ј //limit фЛЅхОЉхŽŸш‡Гщ шЈ­х€Му€‚яМ‰", + "worldedit.timeout.too-high": "ц‚Јцœ€хЄЇчš„х…шЈБщ€Оц™‚ч‚К {0} цЏЋчЇ’у€‚", + "worldedit.timeout.set": "щ€Оц™‚ц™‚щ–“хЗВшЈ­хЎšцˆ {0} цЏЋчЇ’у€‚", + "worldedit.timeout.return-to-default": "яМˆфНПч”Ј //timeout фЛЅхОЉхŽŸш‡Гщ шЈ­х€Му€‚яМ‰", + "worldedit.fast.disabled": "хЗВхœч”ЈхПЋщ€ŸцЈЁхМу€‚", + "worldedit.fast.enabled": "хЗВх•Ÿч”ЈхПЋщ€ŸцЈЁхМу€‚х—хНБщŸПх€хЁŠчš„х…‰цКхЏшƒНцœƒцœ‰щŒЏшЊЄ яМˆцˆ–ш€…ц˜Џчœ‹фИхˆАшЎŠц›ДяМ‰ яМŒхЏшƒНщœ€шІщ‡ц–АхŠ х…Ѕу€‚", + "worldedit.fast.disabled.already": "хЗВхœч”ЈхПЋщ€ŸцЈЁхМу€‚", + "worldedit.fast.enabled.already": "хПЋщ€ŸцЈЁхМхЗВчЖ“х•Ÿч”Ју€‚", + "worldedit.reorder.current": "щ‡ц–АцŽ’хКцЈЁхМч‚К {0}", + "worldedit.reorder.set": "ч›Ўх‰чš„щ‡ц–АцŽ’хКцЈЁхМч‚К {0}", + "worldedit.gmask.disabled": "хЗВхœч”Јх…ЈхŸŸщЎчНЉу€‚", + "worldedit.gmask.set": "хЗВшЈ­хЎšх…ЈхŸŸщЎчНЉу€‚", + "worldedit.toggleplace.pos1": "чОхœЈяМŒшЋ‹ц“КхœЈчЌЌфИ€щЛžу€‚", + "worldedit.toggleplace.player": "чОхœЈяМŒшЋ‹ц”ОхœЈц‚ЈчЋ™ш‘—чš„ц–ЙхЁŠу€‚", + "worldedit.searchitem.too-short": "шЋ‹шМИх…Ѕщ•ЗфИ€щЛžчš„цœхА‹х­—фИВ яМˆх­—фИВщ•ЗхКІ > 2яМ‰ у€‚", + "worldedit.searchitem.either-b-or-i": "ц‚ЈфИхЏфЛЅхŒц™‚фНПч”Ју€Œbу€х’Œу€Œiу€ц——цЈ™у€‚", + "worldedit.searchitem.searching": "яМˆшЋ‹чЈх€™т€Іт€І ц­ЃхœЈцœхА‹ч‰Љх“у€‚яМ‰", + "worldedit.watchdog.no-hook": "ц­ЄхЙГхАцВ’цœ‰ Watchdog цŽ›щ‰Єу€‚", + "worldedit.watchdog.active.already": "хЗВх•Ÿч”Ј Watchdog цŽ›щ‰Єу€‚", + "worldedit.watchdog.inactive.already": "хЗВщ—œщ–‰ Watchdog цŽ›щ‰Єу€‚", + "worldedit.watchdog.active": "х•Ÿч”ЈфК† Watchdog цŽ›щ‰Єу€‚", + "worldedit.watchdog.inactive": "щ—œщ–‰фК† Watchdog цŽ›щ‰Єу€‚", + "worldedit.world.remove": "хЗВчЇЛщ™ЄфИ–ч•ŒшЄ‡хЏЋу€‚", + "worldedit.world.set": "хЗВхА‡фИ–ч•ŒшЄ‡хЏЋшЈ­ч‚К {0}у€‚ яМˆфНПч”Ј //world фО†щ‚„хŽŸш‡Гщ шЈ­х€МяМ‰", + "worldedit.undo.undone": "хЗВхОЉхŽŸ {0} х€‹хЏхОЉхŽŸчЗЈшМЏу€‚", + "worldedit.undo.none": "цВ’цœ‰цБшЅПщœ€шІхОЉхŽŸу€‚", + "worldedit.redo.redone": "хЗВщ‡фНœ {0} х€‹хЏщ‡фНœчЗЈшМЏу€‚", + "worldedit.redo.none": "цВ’цœ‰цБшЅПщœ€шІщ‡фНœу€‚", + "worldedit.clearhistory.cleared": "хЗВцИ…щ™Єц­ЗхВшЈ˜щŒ„у€‚", + "worldedit.raytrace.noblock": "чœМх‰цВ’цœ‰ц–ЙхЁŠ яМ", + "worldedit.restore.not-configured": "цœЊшЈ­хЎšхПЋч…Ї/х‚™фЛНхОЉхŽŸу€‚", + "worldedit.restore.not-available": "шЉВхПЋч…ЇфИх­˜хœЈцˆ–ч„ЁцГ•фНПч”Ју€‚", + "worldedit.restore.failed": "ч„ЁцГ•шМ‰х…ЅхПЋч…Ї яМš {0}", + "worldedit.restore.loaded": "хЗВшМ‰х…Ѕу€Œ{0}у€хПЋч…Ї яМ› ц­ЃхœЈхОЉхŽŸт€Іт€І", + "worldedit.restore.restored": "хЗВхОЉхŽŸяМ›х…Бцœ‰ {0} х€‹щКхЄБх€хЁŠяМŒхŠ {1} х€‹х…ЖфЛ–щŒЏшЊЄу€‚", + "worldedit.restore.none-for-specific-world": "фИ–ч•Œу€Œ{0}у€хАšцœЊцœ‰хПЋч…Їу€‚", + "worldedit.restore.none-for-world": "ц­ЄфИ–ч•ŒхАšч„ЁхПЋч…Їу€‚", + "worldedit.restore.none-found": "цœЊц‰ОхˆАфЛЛфН•хПЋч…Їу€‚", + "worldedit.restore.none-found-console": "цœЊц‰ОхˆАфЛЛфН•хПЋч…ЇяМŒшЋ‹шЉГшІ‹цŽЇхˆЖхАу€‚", + "worldedit.restore.chunk-not-present": "х€хЁŠфИх­˜хœЈхПЋч…ЇфИ­у€‚", + "worldedit.restore.chunk-load-failed": "цВ’цœ‰хЏшМ‰х…Ѕчš„х€хЁŠу€‚ яМˆхАх­˜цЊ”цхЃž яМŸ яМ‰", + "worldedit.restore.block-place-failed": "х› ч™Мч”ŸщŒЏшЊЄш€ŒхАŽш‡Дч„ЁцГ•хОЉхŽŸц–ЙхЁŠу€‚", + "worldedit.restore.block-place-error": "фИŠх€‹щŒЏшЊЄ яМš {0}", + "worldedit.snapshot.use.newest": "чОц­ЃфНПч”Јцœ€ц–АхПЋч…Їу€‚", + "worldedit.snapshot.use": "хЗВцŠŠхПЋч…ЇшЈ­чНЎч‚К яМš {0}", + "worldedit.snapshot.none-before": "ц‰ОфИхˆАхœЈ {0} фЙ‹х‰чš„хПЋч…Їу€‚", + "worldedit.snapshot.none-after": "ц‰ОфИхˆАхœЈ {0} фЙ‹хОŒчš„хПЋч…Їу€‚", + "worldedit.snapshot.index-above-0": "ч„Ёц•ˆчš„ц•Их€МяМŒц•Их€МхП…щ ˆхЄЇц–Мцˆ–ч­‰ц–М 1 у€‚", + "worldedit.snapshot.index-oob": "ч„Ёц•ˆчš„ц•Их€МяМŒц•Их€МхП…щ ˆхœЈ 1 х’Œ {0} фЙ‹щ–“у€‚", + "worldedit.schematic.unknown-format": "цœЊчŸЅчš„ Schematic ц МхМ яМš {0}у€‚", + "worldedit.schematic.load.does-not-exist": "Schematic {0} фИх­˜хœЈ яМ", + "worldedit.schematic.load.loading": "яМˆшЋ‹чЈх€™т€Іт€І ц­ЃхœЈшМ‰х…Ѕ Schematicу€‚яМ‰", + "worldedit.schematic.load.still-loading": "яМˆшЋ‹чЈх€™т€Іт€І фЛхœЈшМ‰х…Ѕ Schematicу€‚яМ‰", + "worldedit.schematic.save.already-exists": "шЉВ Schematic хЗВх­˜хœЈу€‚шЋ‹фНПч”Ј -f цЈ™чБЄфО†шІ†хЏЋхЎƒу€‚", + "worldedit.schematic.save.failed-directory": "ч„ЁцГ•хЛКчЋ‹ Schematic шГ‡ц–™хЄО яМ", + "worldedit.schematic.save.saving": "яМˆшЋ‹чЈх€™т€Іт€І ц­ЃхœЈх„Вх­˜ Schematicу€‚яМ‰", + "worldedit.schematic.save.still-saving": "яМˆшЋ‹чЈх€™т€Іт€І фЛхœЈх„Вх­˜ Schematicу€‚яМ‰", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} фИх­˜хœЈ яМ", + "worldedit.schematic.delete.failed": "ч„ЁцГ•хˆЊщ™Є {0} яМ хЎƒц˜ЏхІшЂЋшЈ­хЎšч‚Кх”ЏшЎ€ яМŸ", + "worldedit.schematic.delete.deleted": "{0} хЗВчЖ“шЂЋхˆЊщ™Єу€‚", + "worldedit.schematic.formats.title": "хЏч”Јчš„х‰ЊшВМчАПц МхМ яМˆхчЈБ яМš хА‹ц‰ОхчЈБяМ‰", + "worldedit.schematic.unsupported-minecraft-version": "ц­Є WorldEdit ч‰ˆцœЌфИц”ЏцŒц‚Јчš„ Minecraft ч‰ˆцœЌу€‚Schematic хЊцœƒхœЈц­Єх•щЁŒшЇЃцБКхОŒц‰шƒНц­ЃхИИщ‹фНœу€‚", + "worldedit.pos.already-set": "щИц“‡щЛžхЗВчЖ“шЂЋшЈ­чНЎу€‚", + "worldedit.pos.console-require-coords": "ц‚ЈхП…щ ˆхœЈцŽЇхˆЖхАцфО›хКЇцЈ™у€‚", + "worldedit.hpos.no-block": "шІ–чЗšх…ЇцВ’цœ‰фЛЛфН•ц–ЙхЁŠ яМ", + "worldedit.hpos.already-set": "щИц“‡щЛžхЗВчЖ“шЂЋшЈ­чНЎу€‚", + "worldedit.chunk.selected-multiple": "хЗВщИц“‡х€хЁŠ яМš яМˆ{0}, {1}, {2}яМ‰ - яМˆ{3}, {4}, {5}яМ‰", + "worldedit.chunk.selected": "хЗВщИц“‡х€хЁŠ яМš {0}, {1}, {2}", + "worldedit.wand.invalid": "щИц“‡ц–цВ’цœ‰шЂЋц­ЃчЂКхœАшЈ­хЎšцˆ–хЗВшЂЋщ—œщ–‰у€‚", + "worldedit.wand.selwand.info": "хЗІщЕщИц“‡чЌЌфИ€щЛž яМ› хГщЕщИц“‡чЌЌфКŒщЛž", + "worldedit.wand.navwand.info": "хЗІщЕ яМš шЗГхˆАцŒ‡х‘чš„фНчНЎ яМ› хГщЕ яМš чЉПч‰†", + "worldedit.contract.contracted": "х€хŸŸхЗВчИЎчЊ„ {0} х€‹ц–ЙхЁŠ.", + "worldedit.shift.shifted": "х€хŸŸхЗВфНчЇЛу€‚", + "worldedit.outset.outset": "щИх€хЗВх‘хЄ–ц“ДхБ•у€‚", + "worldedit.inset.inset": "щИх€хЗВх‘х…Їц”ЖчИЎу€‚", + "worldedit.size.offset": "фНчЇЛ яМš {0}", + "worldedit.size.type": "щЁžхž‹ яМš {0}", + "worldedit.size.size": "хЄЇхА яМš {0}", + "worldedit.size.distance": "щ•Зц–ЙщЋ”шЗщ›Ђ яМš {0}", + "worldedit.size.blocks": "ц–ЙхЁŠчš„ц•Ищ‡ яМš {0}", + "worldedit.count.counted": "хЗВчЎ— яМš {0}", + "worldedit.distr.no-blocks": "цВ’цœ‰хЗВчЎ—ц–ЙхЁŠу€‚", + "worldedit.distr.total": "чИНц–ЙхЁŠц•Ищ‡ яМš {0}", + "worldedit.select.cleared": "хЗВцИ…щ™ЄщИц“‡чЏ„хœу€‚", + "worldedit.select.cuboid.message": "щ•Зц–ЙщЋ” яМš хЗІщЕч‚КшЈ­чНЎчЌЌфИ€щЛž яМ› хГщЕч‚КшЈ­чНЎчЌЌфКŒщЛž", + "worldedit.select.cuboid.description": "щИц“‡щ•Зц–ЙщЋ”чš„х…Љх€‹шЇ’", + "worldedit.select.extend.message": "щ•Зц–ЙщЋ” яМš хЗІщЕщИц“‡щ–‹хЇ‹щ ‚щЛžяМŒхГщЕц“ДхЄЇчЏ„хœ", + "worldedit.select.extend.description": "щ•Зц–ЙщЋ”хПЋщ€ŸщИх–цЈЁхМ", + "worldedit.select.poly.message": "хЙГщЂхЄšщ‚ŠхНЂщИц“‡х™Ј яМš хЗІ/хГщЕц–АхЂžщ ‚щЛžу€‚", + "worldedit.select.poly.limit-message": "цœ€хЄš {0} х€‹щЛžу€‚", + "worldedit.select.poly.description": "щИц“‡фИ€х€‹хЙГщЂхЄšщ‚ŠхНЂшˆ‡щЋ˜хКІ", + "worldedit.select.ellipsoid.message": "цЉЂхœ“чƒщЋ”щИц“‡х™Ј яМš хЗІщЕ = фИ­хПƒяМŒхГщЕц“ДхЄЇчЏ„хœ", + "worldedit.select.ellipsoid.description": "щИц“‡фИ€х€‹цЉЂхœ“чƒщЋ”", + "worldedit.select.sphere.message": "чƒщЋ”щИц“‡х™Ј яМš хЗІщЕ = фИ­хПƒяМŒхГщЕшЈ­хЎšхŠхО‘", + "worldedit.select.sphere.description": "щИц“‡фИ€х€‹чƒщЋ”", + "worldedit.select.cyl.message": "хœ“цŸБщЋ”щИц“‡х™Ј яМš хЗІщЕ = фИ­хПƒяМŒхГщЕц“ДхЄЇчЏ„хœ", + "worldedit.select.cyl.description": "щИц“‡фИ€х€‹хœ“цŸБщЋ”", + "worldedit.select.convex.message": "х‡ИхЄšщЂщЋ”щИц“‡х™Ј яМš хЗІщЕ = чЌЌфИ€х€‹щ ‚щЛžяМŒхГщЕц–АхЂžц›ДхЄšу€‚", + "worldedit.select.convex.limit-message": "цœ€хЄš {0} х€‹щЛžу€‚", + "worldedit.select.convex.description": "щИц“‡фИ€х€‹х‡ИхЄšщЂщЋ”", + "worldedit.select.default-set": "ц‚Јчš„щ шЈ­х€хŸŸщИц“‡х™ЈчОхœЈч‚К {0}у€‚", + "worldedit.chunkinfo.chunk": "х€хЁŠ яМš {0}яМŒ{1}", + "worldedit.chunkinfo.old-filename": "шˆŠц МхМ яМš {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion яМš х€хŸŸ/{0}", + "worldedit.listchunks.listfor": "хˆ—х‡К {0} чš„х€хЁŠ", + "worldedit.drain.drained": "хЗВчЖ“цŠНшЕА {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.fill.created": "хЗВчЖ“хЁЋх…… {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.fillr.created": "хЗВчЖ“хЁЋх…… {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.fixlava.fixed": "хЗВчЖ“фПЎхОЉ {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.fixwater.fixed": "хЗВчЖ“фПЎхОЉ {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.removeabove.removed": "хЗВчЖ“чЇЛщ™Є {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.removebelow.removed": "хЗВчЖ“чЇЛщ™Є {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.removenear.removed": "хЗВчЖ“чЇЛщ™Є {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.replacenear.replaced": "хЗВчЖ“х–фЛЃ {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.snow.created": "хЗВчЖ“шІ†ш“‹ {0} х€‹шЁЈщЂу€‚", + "worldedit.thaw.removed": "хЗВчЖ“шЇЃщ™Є {0} х€‹ц–ЙхЁŠчš„х‡чЕч‹€ц…‹у€‚", + "worldedit.green.changed": "хЗВчЖ“чЖ хŒ– {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.extinguish.removed": "хЗВчЖ“ч†„цЛ… {0} х€‹чЋч„Ау€‚", + "worldedit.butcher.killed": "хЗВчЖ“цЎКц­Л {1} хŠхО‘х…Їчš„ {0} х€‹ч”Ÿч‰Љу€‚", + "worldedit.butcher.explain-all": "фНПч”Ј -1 фЛЅчЇЛщ™ЄшМ‰х…Ѕх€хЁŠфИ­чš„ц‰€цœ‰ч”Ÿч‰Љ", + "worldedit.remove.removed": "хЗВцЈ™шЈ˜ {0} х€‹хО…чЇЛщ™Єчš„хЏІщЋ”у€‚", + "worldedit.remove.explain-all": "фНПч”Ј -1 фЛЅчЇЛщ™ЄшМ‰х…Ѕх€хЁŠфИ­чš„ц‰€цœ‰ч‰ЉфЛЖ", + "worldedit.calc.invalid": "ч„ЁцГ•шЇЃцžу€Œ{0}у€цˆцœ‰ц•ˆчš„шЁЈчЄКхМу€‚", + "worldedit.calc.invalid.with-error": "ч„ЁцГ•шЇЃцž '{0}' цˆцœ‰ц•ˆчš„шЁЈчЄКхМяИА '{1}'", + "worldedit.paste.pasted": "х‰ЊшВМчАПхЗВшВМхˆА {0}", + "worldedit.paste.selected": "хЗВщИц“‡х‰ЊшВМчАПшВМфИŠчЏ„хœу€‚", + "worldedit.rotate.no-interpolation": "цГЈц„ яМš ч”Бц–МхАšцœЊц”ЏцДц’шЃœяМŒц‰€фЛЅхЛКш­АфНПч”Ј 90 чš„х€ц•Ич‚Кц—‹шН‰чš„шЇ’хКІу€‚", + "worldedit.rotate.rotated": "хЗВц—‹шН‰х‰ЊшВМчАПхОЉцœЌу€‚", + "worldedit.flip.flipped": "хЗВчПЛшН‰х‰ЊшВМчАПхОЉцœЌу€‚", + "worldedit.clearclipboard.cleared": "хЗВцИ…щ™Єх‰ЊшВМчАПу€‚", + "worldedit.set.done": "ц“фНœхЎŒцˆу€‚", + "worldedit.set.done.verbose": "ц“фНœхЎŒцˆ яМˆ{0}яМ‰ у€‚", + "worldedit.line.changed": "хЗВчЖ“фПЎц”Й {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.line.invalid-type": "//line хЊщЉч”Јц–Мщ•Зц–ЙщЋ”цˆ–х‡ИхЄšщЂщЋ”чš„щИх€", + "worldedit.curve.changed": "хЗВчЖ“фПЎц”Й {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.curve.invalid-type": "//curve хЊщЉч”Јц–Мх‡ИхЄšщЂщЋ”чš„щИх€", + "worldedit.replace.replaced": "хЗВчЖ“х–фЛЃ {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.stack.changed": "хЗВчЖ“фПЎц”Й {0} х€‹ц–ЙхЁŠу€‚фНПч”Ј //undo фО†хОЉхŽŸ", + "worldedit.regen.regenerated": "х€хŸŸхЗВщ‡ц–Ач”Ђч”Ÿу€‚", + "worldedit.regen.failed": "ч„ЁцГ•щ‡ц–Ач”Ђч”Ÿх€хŸŸяМŒшЋ‹шЉГшІ‹цŽЇхˆЖхАу€‚", + "worldedit.walls.changed": "хЗВчЖ“фПЎц”Й {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.faces.changed": "хЗВчЖ“фПЎц”Й {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.overlay.overlaid": "хЗВчЖ“шІ†ш“‹ {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.center.changed": "фИ­хПƒхЗВшЈ­хЎšу€‚ яМˆхЗВчЖ“фПЎц”Й {0} х€‹ц–ЙхЁŠяМ‰", + "worldedit.smooth.changed": "хœАхНЂчš„щЋ˜фНŽхЗЎхЗВхЙГцЛ‘хŒ–у€‚хЗВчЖ“фПЎц”Й {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.move.moved": "хЗВчЖ“чЇЛх‹• {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.deform.deformed": "хЗВчЖ“шЎŠхНЂ {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.hollow.changed": "хЗВчЖ“фПЎц”Й {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.forest.created": "хЗВчЖ“хЛКчЋ‹ {0} цЃЕцЈЙу€‚", + "worldedit.flora.created": "хЗВчЖ“хЛКчЋ‹ {0} чОЄцЄч‰Љу€‚", + "worldedit.unstuck.moved": "хЅНфК† яМ", + "worldedit.ascend.obstructed": "ц‚Јчš„фИŠц–ЙцВ’цœ‰чЉКщ–“у€‚", + "worldedit.ascend.moved": "хЗВфИŠх‡ {0} щšŽу€‚", + "worldedit.descend.obstructed": "ц‚Јчš„фИ‹ц–ЙцВ’цœ‰чЉКщ–“у€‚", + "worldedit.descend.moved": "хЗВфИ‹щ™ {0} щšŽу€‚", + "worldedit.ceil.obstructed": "ц‚Јчš„фИŠц–ЙцВ’цœ‰чЉКщ–“у€‚", + "worldedit.ceil.moved": "х‘М яМ", + "worldedit.thru.obstructed": "ц‚Јчš„х‰ц–ЙцВ’цœ‰чЉКщ–“у€‚", + "worldedit.thru.moved": "х‘М яМ", + "worldedit.jumpto.moved": "х™— яМ", + "worldedit.jumpto.none": "чœМх‰цВ’цœ‰ц–ЙхЁŠ яМˆцˆ–хЄЊщ фК†яМ‰ яМ", + "worldedit.up.obstructed": "ц‚Јчš„щ ­цœƒц’žхˆАфИŠщЂчš„цБшЅПу€‚", + "worldedit.up.moved": "х‘М яМ", + "worldedit.cyl.invalid-radius": "ц‚ЈхП…щ ˆцŒ‡хЎš 1 цˆ– 2 х€‹хŠхО‘х€Му€‚", + "worldedit.cyl.created": "хЗВчЖ“хЛКчЋ‹ {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.sphere.invalid-radius": "ц‚ЈхП…щ ˆцŒ‡хЎš 1 цˆ– 3 х€‹хŠхО‘х€Му€‚", + "worldedit.sphere.created": "хЗВчЖ“хЛКчЋ‹ {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.forestgen.created": "хЗВчЖ“хЛКчЋ‹ {0} цЃЕцЈЙу€‚", + "worldedit.pumpkins.created": "хЗВчЖ“хЛКчЋ‹ {0} чОЄх—ч“œу€‚", + "worldedit.pyramid.created": "хЗВчЖ“хЛКчЋ‹ {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.generate.created": "хЗВчЖ“хЛКчЋ‹ {0} х€‹ц–ЙхЁŠу€‚", + "worldedit.generatebiome.changed": "хНБщŸПфК† {0} х€‹ч”Ÿц…‹хŸŸу€‚", + "worldedit.reload.config": "хЗВщ‡ц–АшМ‰х…ЅшЈ­хЎš яМ", + "worldedit.report.written": "WorldEdit х Бх‘ŠхЗВхЏЋх…Ѕ {0}", + "worldedit.report.error": "ч„ЁцГ•хЏЋх…Ѕх Бх‘Š яМš {0}", + "worldedit.report.callback": "WorldEdit х Бх‘Š яМš {0}.report", + "worldedit.timezone.invalid": "ц™‚х€щŒЏшЊЄ", + "worldedit.timezone.set": "хЗВхА‡ц­ЄхЗЅфНœщšŽцЎЕчš„ц™‚х€шЈ­цˆ яМš {0}", + "worldedit.timezone.current": "ч›Ўх‰шЉВц™‚х€чš„ц™‚щ–“ц˜Џ яМš {0}", + "worldedit.version.version": "WorldEdit ч‰ˆцœЌ {0}", + "worldedit.version.bukkit.unsupported-adapter": "ч›Ўх‰чš„ WorldEdit ч‰ˆцœЌфИшƒНхЎŒх…Јц”ЏцŒц‚Јчš„ Bukkit ч‰ˆцœЌу€‚хЏІщЋ”ц–ЙхЁŠ яМˆфО‹хІ‚яИАчЎБх­яМ‰ цœƒшЂЋцИ…чЉКяМŒц–ЙхЁŠхБЌц€Ї яМˆфО‹хІ‚яИАц–Йх‘яМ‰ хА‡цœƒщКхЄБяМŒх…ЖфЛ–ч‰Йц€ЇфКІцœ‰хЏшƒНхЄБц•ˆу€‚шЋ‹ц›Дц–А WorldEdit фЛЅцЂхОЉщ€™фК›хŠŸшƒНяМš\n{0}", + "worldedit.trace.active.already": "шПНшЙЄцЈЁхМхЗВчЖ“х•Ÿх‹•у€‚", + "worldedit.trace.inactive.already": "шПНшЙЄцЈЁхМхЗВчЖ“щ—œщ–‰у€‚", + "worldedit.trace.active": "х•Ÿх‹•фК†шПНшЙЄцЈЁхМу€‚", + "worldedit.trace.inactive": "щ—œщ–‰фК†шПНшЙЄцЈЁхМу€‚", + "worldedit.command.time-elapsed": "хЗВчЖ“щŽ {0} чЇ’ яМˆц­ЗхВшЈ˜щŒ„ яМš хЗВшЎŠц›Д {1} х€‹ яМ› цЏчЇ’ {2} х€‹ц–ЙхЁŠяМ‰ у€‚", + "worldedit.command.permissions": "ц‚ЈцВ’цœ‰фНПч”ЈшЉВцŒ‡фЛЄчš„цЌŠщ™у€‚ц‚Јц˜ЏхІхœЈц­ЃчЂКчš„цЈЁхМ яМŸ", + "worldedit.command.player-only": "ц­ЄцŒ‡фЛЄхП…щ ˆч”БчŽЉхЎЖфНПч”Ју€‚", + "worldedit.command.error.report": "шЋ‹х›žх Бц­ЄщŒЏшЊЄ яМš [шЋ‹шЉГшІ‹цŽЇхˆЖхА]", + "worldedit.pastebin.uploading": "яМˆшЋ‹чЈх€™т€Іт€І ц­ЃхœЈхА‡шМИх‡Кх‚Гщ€ш‡Г pastebinт€Іт€ІяМ‰", + "worldedit.session.cant-find-session": "ч„ЁцГ•ц‰ОхˆА {0} чš„хЗЅфНœщšŽцЎЕ", + "worldedit.asset.load.loading": "яМˆшЋ‹чЈх€™т€Іт€І ц­ЃхœЈшМ‰х…ЅчД цу€‚яМ‰", + "worldedit.asset.load.still-loading": "яМˆшЋ‹чЈх€™т€Іт€І фЛхœЈшМ‰х…ЅчД цу€‚яМ‰", + "worldedit.asset.load.failed": "ч„ЁцГ•шМ‰х…ЅчД ц", + "worldedit.tool.max-block-changes": "хЗВчЂАхˆАцœ€хЄЇц–ЙхЁŠшЎŠц›ДфИŠщ™у€‚", + "worldedit.tool.no-block": "чœМх‰цВ’цœ‰ц–ЙхЁŠ яМ", + "worldedit.tool.repl.equip": "ц–ЙхЁŠц›Пц›хЗЅх…ЗхЗВчЖхЎšш‡Г {0}у€‚", + "worldedit.tool.repl.switched": "х–фЛЃхЗЅх…ЗхЗВхˆ‡ц›ш‡Г яМš {0}", + "worldedit.tool.data-cycler.new-value": "{0} чš„х€МчОч‚К {1}у€‚", + "worldedit.tool.data-cycler.cycling": "чОц­ЃхОЊч’А {0}у€‚", + "worldedit.tool.deltree.equip": "цЕЎчЉКцЈЙцœЈчЇЛщ™ЄхЗЅх…ЗхЗВчЖхЎšш‡Г {0}у€‚", + "worldedit.tool.deltree.not-tree": "щ€™фИц˜ЏцЃЕцЈЙу€‚", + "worldedit.tool.deltree.not-floating": "щ€™цЃЕцЈЙфИІцœЊцМ‚цЕЎхœЈчЉКфИ­у€‚", + "worldedit.tool.tree.equip": "цЈЙцœЈхЗЅх…ЗхЗВчЖхЎšш‡Г {0}у€‚", + "worldedit.tool.tree.obstructed": "цЈЙфИшƒНхœЈщ‚ЃшЃЁу€‚", + "worldedit.tool.info.equip": "шГ‡шЈŠхЗЅх…ЗхЗВчЖхЎšш‡Г {0}у€‚", + "worldedit.tool.info.blockstate.hover": "ц–ЙхЁŠч‹€ц…‹", + "worldedit.tool.info.internalid.hover": "х…ЇщƒЈ ID", + "worldedit.tool.info.legacy.hover": "Legacy id:data", + "worldedit.tool.none.equip": "хЗВшЇЃщ™Єц‚Јц‰‹цŒчš„ч‰Љх“шˆ‡хЗЅх…ЗфЙ‹щ–“чš„чЖхЎšу€‚", + "worldedit.tool.none.to.unequip": "ц‚Јч›Ўх‰чš„ч‰Љх“хАšцœЊчЖхЎšу€‚", + "worldedit.tool.selwand.equip": "щИх–щ­”цГ•цЃ’хЗЅх…ЗхЗВчЖхЎšш‡Г {0}у€‚", + "worldedit.tool.navwand.equip": "хАŽшˆЊщ­”цГ•цЃ’хЗЅх…ЗхЗВчЖхЎšш‡Г {0}у€‚", + "worldedit.tool.floodfill.equip": "ц–ЙхЁŠщЁц–™цЁЖхЗЅх…ЗхЗВчЖхЎšш‡Г {0}у€‚", + "worldedit.tool.farwand.equip": "щ™шЗщИх–хЗЅх…ЗхЗВчЖхЎšш‡Г {0}у€‚", + "worldedit.tool.lrbuild.equip": "щ шЗщ›ЂхЛКчЏ‰хЗЅх…ЗхЗВчЖхЎšш‡Г {0}у€‚", + "worldedit.tool.lrbuild.set": "хЗІщЕшЈ­хЎšч‚К {0}; хГщЕшЈ­хЎšч‚К {1}у€‚", + "worldedit.tool.stack.equip": "х †ч–ŠхЗЅх…ЗхЗВчЖхЎšш‡Г {0}у€‚", + "worldedit.tool.unbind-instruction": "ц‰‹цŒч‰Љх“ц™‚хŸЗшЁŒ {0} фО†хА‡х…ЖшЇЃщ™ЄчЖхЎšу€‚", + "worldedit.tool.superpickaxe.max-range": "цœ€хЄЇчЏ„хœц˜Џ {0}у€‚", + "worldedit.tool.superpickaxe.enabled.already": "шЖ…чДšщŽЌхЗВчЖ“х•Ÿч”Ју€‚", + "worldedit.tool.superpickaxe.disabled.already": "шЖ…чДšщŽЌхЗВчЖ“хœч”Ју€‚", + "worldedit.tool.superpickaxe.enabled": "хЗВх•Ÿч”ЈшЖ…чДšщŽЌу€‚", + "worldedit.tool.superpickaxe.disabled": "хœч”ЈфК†шЖ…чДšщŽЌу€‚", + "worldedit.tool.mask.set": "хЗВшЈ­хЎšч­†хˆЗщЎчНЉу€‚", + "worldedit.tool.mask.disabled": "хЗВхœч”Јч­†хˆЗщЎчНЉу€‚", + "worldedit.tool.material.set": "хЗВшЈ­хЎšч­†хˆЗцц–™у€‚", + "worldedit.tool.range.set": "хЗВшЈ­хЎšч­†хˆЗчЏ„хœу€‚", + "worldedit.tool.size.set": "хЗВшЈ­хЎšч­†хˆЗхЄЇхАу€‚", + "worldedit.tool.tracemask.set": "хЗВшЈ­хЎšшПНшЙЄщЎчНЉу€‚", + "worldedit.tool.tracemask.disabled": "хЗВхœч”ЈшПНшЙЄщЎчНЉу€‚", + "worldedit.tool.error.cannot-bind": "ч„ЁцГ•чЖхЎšхЗЅх…ЗхˆА {0} яМš {1}", + "worldedit.tool.error.item-only": "фИшƒНфНПч”Јц–ЙхЁŠу€‚", + "worldedit.execute.script-permissions": "ц‚ЈцВ’цœ‰фНПч”ЈшЉВш…ГцœЌчš„цЌŠщ™у€‚", + "worldedit.executelast.no-script": "шЋ‹х…ˆфНПч”Ј /cs хŠшМИх…Ѕш…ГцœЌхчЈБу€‚", + "worldedit.script.read-error": "ш…ГцœЌшЎ€х–щŒЏшЊЄ яМš {0}", + "worldedit.script.unsupported": "ч›Ўх‰хЊц”ЏцДх‰ЏцЊ”хч‚К .js чš„ш…ГцœЌцЊ”цЁˆу€‚", + "worldedit.script.file-not-found": "ш…ГцœЌфИх­˜хœЈ яМš {0}", + "worldedit.script.no-script-engine": "ц‰ОфИхˆАхЗВхЎ‰шЃчš„ш…ГцœЌхМ•ц“Žу€‚\nшЋ‹хƒш€ƒ https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "хŸЗшЁŒхЄБц•— яМš {0}", + "worldedit.script.failed-console": "ч„ЁцГ•хŸЗшЁŒу€Œ{0}у€яМŒшЋ‹шЉГшІ‹цŽЇхˆЖхАу€‚", + "worldedit.operation.affected.biome": "хНБщŸПфК† {0} х€‹ч”Ÿц…‹хŸŸу€‚", + "worldedit.operation.affected.block": "хНБщŸПфК† {0} х€‹ц–ЙхЁŠ", + "worldedit.operation.affected.column": "хНБщŸПфК† {0} цЌ„", + "worldedit.operation.affected.entity": "хНБщŸПфК† {0} х€‹хЏІщЋ”", + "worldedit.operation.deform.expression": "хЗВфНПч”Ј {0} шЎŠхНЂ", + "worldedit.error.invalid-number": "щœ€шІц•Их­—яМŒфН†хО—хˆАфК†х­—фИВу€‚", + "worldedit.error.invalid-number.matches": "щœ€шІц•Их­—яМŒфН†хО—хˆАфК†х­—фИВ \"{0}\"у€‚", + "worldedit.error.incomplete-region": "шЋ‹х…ˆщИц“‡х€хŸŸу€‚", + "worldedit.error.unknown-block": "ч„ЁцГ•ш­˜хˆЅц–ЙхЁŠхчЈБу€Œ{0}у€у€‚", + "worldedit.error.unknown-entity": "ч„ЁцГ•ш­˜хˆЅхЏІщЋ”хчЈБу€Œ{0}у€у€‚", + "worldedit.error.unknown-mob": "ч„ЁцГ•ш­˜хˆЅч”Ÿч‰ЉхчЈБу€Œ{0}у€у€‚", + "worldedit.error.unknown-biome": "ч„ЁцГ•ш­˜хˆЅч”Ÿц…‹хŸŸхчЈБу€Œ{0}у€у€‚", + "worldedit.error.unknown-tag": "ч„ЁцГ•ш­˜хˆЅцЈ™чБЄхчЈБт€˜{0}т€™у€‚", + "worldedit.error.empty-tag": "цЈ™чБЄхт€˜{0}т€™ч„Ёх…ЇхЎЙу€‚", + "worldedit.error.no-match": "ц‰ОфИхˆАшˆ‡ '{0}' ч›ИчЌІчš„щ …ч›Ўу€‚", + "worldedit.error.disallowed-block": "фИх…шЈБц–ЙхЁŠ '{0}' яМˆшЋ‹шІ‹ WorldEdit шЈ­хЎšяМ‰ у€‚", + "worldedit.error.max-changes": "хЗВчЖ“щ”хˆАхЏфПЎц”Йчš„ц–ЙхЁŠфИŠщ™ яМˆ{0}яМ‰ у€‚", + "worldedit.error.unknown-direction": "цœЊчŸЅчš„ц–Йх‘ яМš {0}", + "worldedit.error.empty-clipboard": "ц‚Јчš„х‰ЊшВМчАПц˜ЏчЉКчš„у€‚шЋ‹х…ˆфНПч”Ј //copyу€‚", + "worldedit.error.invalid-filename": "цЊ”цЁˆхчЈБу€Œ{0}у€ч„Ёц•ˆ яМš {1}", + "worldedit.error.file-resolution": "шЇЃцžцЊ”цЁˆу€Œ{0}у€ц™‚ч™Мч”ŸщŒЏшЊЄ яМš {1}", + "worldedit.error.file-resolution.outside-root": "шЉВшЗЏхО‘хœЈх…шЈБчš„ц Йч›ЎщŒ„фЛЅхЄ–", + "worldedit.error.file-resolution.resolve-failed": "ч„ЁцГ•шЇЃцžшЗЏхО‘", + "worldedit.error.file-aborted": "цЊ”цЁˆщИц“‡хЗВфИ­ц­Ђу€‚", + "worldedit.error.no-file-selected": "цœЊщИх–фЛЛфН•цЊ”цЁˆу€‚", + "worldedit.error.world-unloaded": "фИ–ч•ŒхЗВчЖ“хИшМ‰фК†у€‚", + "worldedit.error.not-a-block": "щ€™х€‹ч‰Љх“фИц˜ЏфИ€х€‹ц–ЙхЁŠу€‚", + "worldedit.error.not-a-block.item": "ч‰Љх“ '{0}' фИц˜ЏфИ€х€‹ц–ЙхЁŠу€‚", + "worldedit.error.incorrect-usage": "ч”ЈцГ• яМš {0}", + "worldedit.error.invalid-page": "ч„Ёц•ˆчš„щ чЂМ", + "worldedit.error.parser.bad-state-format": "{0} чš„ч‹€ц…‹ц МхМч™МчОщŒЏшЊЄ", + "worldedit.error.parser.duplicate-property": "щ‡шЄ‡чš„хБЌц€Ї яМš {0}", + "worldedit.error.parser.missing-equals-separator": "чМКхА‘хˆ†щš”чЌІш™Ÿ '='", + "worldedit.error.parser.unknown-property": "'{0}' хœЈц–ЙхЁŠ '{1}' фИ­ц˜ЏцœЊчŸЅчš„хБЌц€Ї", + "worldedit.error.parser.unknown-value": "'{0}' хœЈхБЌц€Ї '{1}' фИ­ц˜ЏцœЊчŸЅчš„х€М", + "worldedit.error.parser.invalid-expression": "ч„Ёц•ˆчš„шЁЈчЄКхМ яМš {0}", + "worldedit.error.parser.negate-nothing": "фИшƒНхІхЎšчЉКчš„цБшЅП яМ", + "worldedit.error.parser.player-only": "шМИх…Ѕх€Му€Œ{0}у€хП…щ ˆц˜ЏчŽЉхЎЖ яМ", + "worldedit.error.disabled": "ц­ЄхŠŸшƒНхЗВхœч”Ј яМˆшЋ‹шІ‹ WorldEdit шЈ­хЎšяМ‰ у€‚", + "worldedit.error.unknown": "ч™Мч”ŸфК†цœЊчŸЅчš„щŒЏшЊЄ яМš {0}", + "worldedit.error.missing-session": "цВ’цœ‰хЗВчŸЅчš„хœАх€хЗЅфНœщšŽцЎЕ", + "worldedit.error.missing-world": "ц‚Јщœ€шІцфО›фИ€х€‹фИ–ч•Œ яМˆшЋ‹х˜—шЉІхŸЗшЁŒ //worldяМ‰", + "worldedit.selection.convex.info.vertices": "щ ‚щЛž яМš {0}", + "worldedit.selection.convex.info.triangles": "фИ‰шЇ’хНЂ яМš {0}", + "worldedit.selection.convex.explain.primary": "фЛЅ {0} ч‚Кщ ‚щЛžфО†щ–‹хЇ‹ц–Ачš„щИц“‡чЏ„хœу€‚", + "worldedit.selection.convex.explain.secondary": "хЗВцŠŠщ ‚щЛž {0} ц–АхЂžхˆАщИц“‡чЏ„хœу€‚", + "worldedit.selection.cuboid.info.pos1": "чЌЌфИ€щЛž яМš {0}", + "worldedit.selection.cuboid.info.pos2": "чЌЌфКŒщЛž яМš {0}", + "worldedit.selection.cuboid.explain.primary": "чЌЌфИ€щЛžхЗВшЈ­ч‚К {0}у€‚", + "worldedit.selection.cuboid.explain.primary-area": "чЌЌфИ€щЛžхЗВшЈ­ч‚К {0} яМˆ{1}яМ‰ у€‚", + "worldedit.selection.cuboid.explain.secondary": "чЌЌфКŒщЛžхЗВшЈ­ч‚К {0}у€‚", + "worldedit.selection.cuboid.explain.secondary-area": "чЌЌфКŒщЛžхЗВшЈ­ч‚К {0} яМˆ{1}яМ‰ у€‚", + "worldedit.selection.extend.explain.primary": "хЗВхОž {0} щ–‹хЇ‹щИх– яМˆ{1}яМ‰ у€‚", + "worldedit.selection.extend.explain.secondary": "хЗВцŠŠщИц“‡чЏ„хœхЛЖфМИхˆАхŒ…хœ {0} яМˆ{1}яМ‰ у€‚", + "worldedit.selection.ellipsoid.info.center": "фИ­хПƒ яМš {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z хŠхО‘ яМš {0}", + "worldedit.selection.ellipsoid.explain.primary": "фИ­хПƒщЛžхЗВшЈ­ч‚К {0}у€‚", + "worldedit.selection.ellipsoid.explain.primary-area": "фИ­хПƒщЛžхЗВшЈ­ч‚К {0} яМˆ{1}яМ‰ у€‚", + "worldedit.selection.ellipsoid.explain.secondary": "хŠхО‘хЗВшЈ­ч‚К {0}у€‚", + "worldedit.selection.ellipsoid.explain.secondary-area": "хŠхО‘хЗВшЈ­ч‚К {0} яМˆ{1}яМ‰ у€‚", + "worldedit.selection.cylinder.info.center": "фИ­хПƒ яМš {0}", + "worldedit.selection.cylinder.info.radius": "хŠхО‘ яМš {0}", + "worldedit.selection.cylinder.explain.primary": "ц­ЃхœЈц–М {0} щ–‹хЇ‹ц–Ачš„хœ“цŸБхНЂщИц“‡чЏ„хœу€‚", + "worldedit.selection.cylinder.explain.secondary": "хŠхО‘хЗВшЈ­ч‚К {0}/{1} ц Му€‚ яМˆ{2}яМ‰", + "worldedit.selection.cylinder.explain.secondary-missing": "хП…щ ˆхœЈшЈ­чНЎфИ­хПƒщЛžх‰шЈ­чНЎхŠхО‘у€‚", + "worldedit.selection.polygon2d.info": "щЛžчš„ц•Ищ‡ яМš {0}", + "worldedit.selection.polygon2d.explain.primary": "хОž {0} шЕЗц–АхЂžфИ€х€‹хЄšщ‚ŠхНЂу€‚", + "worldedit.selection.polygon2d.explain.secondary": "хЗВхœЈ {1} хЂžхŠ щЛž #{0}у€‚", + "worldedit.selection.polygon2d.error.expand-only-vertical": "хЄšщ‚ŠхНЂхЊхЏфЛЅхž‚ч›Дц“ДхБ•у€‚", + "worldedit.selection.polygon2d.error.contract-only-vertical": "хЄšщ‚ŠхНЂхЊхЏфЛЅхž‚ч›Дц”ЖчИЎу€‚", + "worldedit.selection.sphere.explain.secondary": "хŠхО‘хЗВшЈ­ч‚К {0}у€‚", + "worldedit.selection.sphere.explain.secondary-defined": "хŠхО‘хЗВшЈ­ч‚К {0} яМˆ{1}яМ‰ у€‚", + "worldedit.selection.null.error.immutable": "ч„ЁцГ•ц›Дц”Й NullRegionу€‚", + "worldedit.selection.transform.error.cannot-expand": "ч„ЁцГ•ц“ДхБ• TransformedRegionу€‚", + "worldedit.selection.transform.error.cannot-contract": "ч„ЁцГ•ц”ЖчИЎ TransformedRegionу€‚", + "worldedit.selection.transform.error.cannot-change": "ч„ЁцГ•ц›Дц”Й TransformedRegionу€‚", + "worldedit.sideeffect.lighting": "ч…Їц˜Ž", + "worldedit.sideeffect.lighting.description": "ц›Дц–Ац–ЙхЁŠх…‰ч…Ї", + "worldedit.sideeffect.update": "ц›Дц–А", + "worldedit.sideeffect.validation": "щЉ—ш­‰", + "worldedit.sideeffect.entity_ai": "хЏІщЋ” AI", + "worldedit.sideeffect.events": "цЈЁчЕ„/ц’фЛЖфК‹фЛЖ", + "worldedit.sideeffect.state.on": "щ–‹х•Ÿ", + "worldedit.sideeffect.state.off": "щ—œщ–‰", + "worldedit.sideeffect.box.current": "ч›Ўх‰", + "worldedit.sideeffect.box.change-to": "щЛžц“ŠфЛЅшЈ­чНЎч‚К {0}", + "worldedit.help.command-not-found": "ч„ЁцГ•ц‰ОхˆАцŒ‡фЛЄу€Œ{0}у€у€‚", + "worldedit.help.no-subcommands": "у€Œ{0}у€цВ’цœ‰х­цŒ‡фЛЄу€‚ яМˆфЙŸшЈБу€Œ{1}у€ц˜Џхƒц•И яМŸ яМ‰", + "worldedit.help.subcommand-not-found": "ц‰ОфИхˆА '{1}' щ™„хБЌчš„х­цŒ‡фЛЄ '{0}'у€‚", + "worldedit.cli.stopping": "ц­ЃхœЈхœц­Ђ яМ", + "worldedit.cli.unknown-command": "цœЊчŸЅчš„цŒ‡фЛЄ яМ" +} diff --git a/plugins/WorldEdit/config.yml b/plugins/WorldEdit/config.yml index e458029..c1c296b 100644 --- a/plugins/WorldEdit/config.yml +++ b/plugins/WorldEdit/config.yml @@ -1,153 +1,153 @@ -# -# WorldEdit's Configuration File -# -# About editing this file: -# - DO NOT USE TABS. You MUST use spaces or Bukkit will complain and post -# errors. If you use an editor, like Notepad++ (recommended for Windows -# users), you must configure it to "replace tabs with spaces." -# This can be changed in Settings > Preferences > Language Menu. -# - Don't get rid of indentations. They are indented so some entries that are -# in categories, like "max-blocks-changed", are placed in the "limits" -# category. -# - If you want to check the format of this file before putting it -# into WorldEdit, paste it into http://yaml-online-parser.appspot.com/ -# and see if it gives you "ERROR:". -# - Lines starting with # are comments, so they are ignored. -# - If you want to allow blocks, make sure to change "disallowed-blocks" to [] -# - -limits: - max-blocks-changed: - default: -1 - maximum: -1 - vertical-height: - default: 256 - max-polygonal-points: - default: -1 - maximum: 20 - max-radius: -1 - max-super-pickaxe-size: 5 - max-brush-radius: 5 - butcher-radius: - default: -1 - maximum: -1 - disallowed-blocks: - - "minecraft:oak_sapling" - - "minecraft:jungle_sapling" - - "minecraft:dark_oak_sapling" - - "minecraft:spruce_sapling" - - "minecraft:birch_sapling" - - "minecraft:acacia_sapling" - - "minecraft:black_bed" - - "minecraft:blue_bed" - - "minecraft:brown_bed" - - "minecraft:cyan_bed" - - "minecraft:gray_bed" - - "minecraft:green_bed" - - "minecraft:light_blue_bed" - - "minecraft:light_gray_bed" - - "minecraft:lime_bed" - - "minecraft:magenta_bed" - - "minecraft:orange_bed" - - "minecraft:pink_bed" - - "minecraft:purple_bed" - - "minecraft:red_bed" - - "minecraft:white_bed" - - "minecraft:yellow_bed" - - "minecraft:powered_rail" - - "minecraft:detector_rail" - - "minecraft:grass" - - "minecraft:dead_bush" - - "minecraft:moving_piston" - - "minecraft:piston_head" - - "minecraft:sunflower" - - "minecraft:rose_bush" - - "minecraft:dandelion" - - "minecraft:poppy" - - "minecraft:brown_mushroom" - - "minecraft:red_mushroom" - - "minecraft:tnt" - - "minecraft:torch" - - "minecraft:fire" - - "minecraft:redstone_wire" - - "minecraft:wheat" - - "minecraft:potatoes" - - "minecraft:carrots" - - "minecraft:melon_stem" - - "minecraft:pumpkin_stem" - - "minecraft:beetroots" - - "minecraft:rail" - - "minecraft:lever" - - "minecraft:redstone_torch" - - "minecraft:redstone_wall_torch" - - "minecraft:repeater" - - "minecraft:comparator" - - "minecraft:stone_button" - - "minecraft:birch_button" - - "minecraft:acacia_button" - - "minecraft:dark_oak_button" - - "minecraft:jungle_button" - - "minecraft:oak_button" - - "minecraft:spruce_button" - - "minecraft:cactus" - - "minecraft:sugar_cane" - - "minecraft:bedrock" - -use-inventory: - enable: false - allow-override: true - creative-mode-overrides: false - -logging: - log-commands: false - file: worldedit.log - # The format of custom log message. This is java general format string (java.util.Formatter). Arguments are: - # 1$ : date - a Date object representing event time of the log record. - # 2$ : source - a string representing the caller, if available; otherwise, the logger's name. - # 3$ : logger - the logger's name. - # 4$ : level - the log level. - # 5$ : message - the formatted log message returned from the Formatter.formatMessage(LogRecord) method. It uses java.text formatting and does not use the java.util.Formatter format argument. - # 6$ : thrown - a string representing the throwable associated with the log record and its backtrace beginning with a newline character, if any; otherwise, an empty string. - # For details see: - # https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html - # https://docs.oracle.com/javase/8/docs/api/java/util/logging/SimpleFormatter.html#format-java.util.logging.LogRecord- - format: "[%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS %4$s]: %5$s%6$s%n" - -super-pickaxe: - drop-items: true - many-drop-items: false - -snapshots: - directory: - -navigation-wand: - item: minecraft:compass - max-distance: 100 - -scripting: - timeout: 3000 - dir: craftscripts - -saving: - dir: schematics - -files: - allow-symbolic-links: false - -history: - size: 15 - expiration: 10 - -calculation: - timeout: 100 - -debugging: - trace-unflushed-sessions: false - -wand-item: minecraft:wooden_axe -shell-save-type: -no-op-permissions: false -debug: false -show-help-on-first-use: true -server-side-cui: true -command-block-support: false +# +# WorldEdit's Configuration File +# +# About editing this file: +# - DO NOT USE TABS. You MUST use spaces or Bukkit will complain and post +# errors. If you use an editor, like Notepad++ (recommended for Windows +# users), you must configure it to "replace tabs with spaces." +# This can be changed in Settings > Preferences > Language Menu. +# - Don't get rid of indentations. They are indented so some entries that are +# in categories, like "max-blocks-changed", are placed in the "limits" +# category. +# - If you want to check the format of this file before putting it +# into WorldEdit, paste it into http://yaml-online-parser.appspot.com/ +# and see if it gives you "ERROR:". +# - Lines starting with # are comments, so they are ignored. +# - If you want to allow blocks, make sure to change "disallowed-blocks" to [] +# + +limits: + max-blocks-changed: + default: -1 + maximum: -1 + vertical-height: + default: 256 + max-polygonal-points: + default: -1 + maximum: 20 + max-radius: -1 + max-super-pickaxe-size: 5 + max-brush-radius: 5 + butcher-radius: + default: -1 + maximum: -1 + disallowed-blocks: + - "minecraft:oak_sapling" + - "minecraft:jungle_sapling" + - "minecraft:dark_oak_sapling" + - "minecraft:spruce_sapling" + - "minecraft:birch_sapling" + - "minecraft:acacia_sapling" + - "minecraft:black_bed" + - "minecraft:blue_bed" + - "minecraft:brown_bed" + - "minecraft:cyan_bed" + - "minecraft:gray_bed" + - "minecraft:green_bed" + - "minecraft:light_blue_bed" + - "minecraft:light_gray_bed" + - "minecraft:lime_bed" + - "minecraft:magenta_bed" + - "minecraft:orange_bed" + - "minecraft:pink_bed" + - "minecraft:purple_bed" + - "minecraft:red_bed" + - "minecraft:white_bed" + - "minecraft:yellow_bed" + - "minecraft:powered_rail" + - "minecraft:detector_rail" + - "minecraft:grass" + - "minecraft:dead_bush" + - "minecraft:moving_piston" + - "minecraft:piston_head" + - "minecraft:sunflower" + - "minecraft:rose_bush" + - "minecraft:dandelion" + - "minecraft:poppy" + - "minecraft:brown_mushroom" + - "minecraft:red_mushroom" + - "minecraft:tnt" + - "minecraft:torch" + - "minecraft:fire" + - "minecraft:redstone_wire" + - "minecraft:wheat" + - "minecraft:potatoes" + - "minecraft:carrots" + - "minecraft:melon_stem" + - "minecraft:pumpkin_stem" + - "minecraft:beetroots" + - "minecraft:rail" + - "minecraft:lever" + - "minecraft:redstone_torch" + - "minecraft:redstone_wall_torch" + - "minecraft:repeater" + - "minecraft:comparator" + - "minecraft:stone_button" + - "minecraft:birch_button" + - "minecraft:acacia_button" + - "minecraft:dark_oak_button" + - "minecraft:jungle_button" + - "minecraft:oak_button" + - "minecraft:spruce_button" + - "minecraft:cactus" + - "minecraft:sugar_cane" + - "minecraft:bedrock" + +use-inventory: + enable: false + allow-override: true + creative-mode-overrides: false + +logging: + log-commands: false + file: worldedit.log + # The format of custom log message. This is java general format string (java.util.Formatter). Arguments are: + # 1$ : date - a Date object representing event time of the log record. + # 2$ : source - a string representing the caller, if available; otherwise, the logger's name. + # 3$ : logger - the logger's name. + # 4$ : level - the log level. + # 5$ : message - the formatted log message returned from the Formatter.formatMessage(LogRecord) method. It uses java.text formatting and does not use the java.util.Formatter format argument. + # 6$ : thrown - a string representing the throwable associated with the log record and its backtrace beginning with a newline character, if any; otherwise, an empty string. + # For details see: + # https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html + # https://docs.oracle.com/javase/8/docs/api/java/util/logging/SimpleFormatter.html#format-java.util.logging.LogRecord- + format: "[%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS %4$s]: %5$s%6$s%n" + +super-pickaxe: + drop-items: true + many-drop-items: false + +snapshots: + directory: + +navigation-wand: + item: minecraft:compass + max-distance: 100 + +scripting: + timeout: 3000 + dir: craftscripts + +saving: + dir: schematics + +files: + allow-symbolic-links: false + +history: + size: 15 + expiration: 10 + +calculation: + timeout: 100 + +debugging: + trace-unflushed-sessions: false + +wand-item: minecraft:wooden_axe +shell-save-type: +no-op-permissions: false +debug: false +show-help-on-first-use: true +server-side-cui: true +command-block-support: false diff --git a/plugins/WorldGuard/cache/profiles.sqlite b/plugins/WorldGuard/cache/profiles.sqlite index 5515a36..46770f0 100644 Binary files a/plugins/WorldGuard/cache/profiles.sqlite and b/plugins/WorldGuard/cache/profiles.sqlite differ diff --git a/plugins/WorldGuard/config.yml b/plugins/WorldGuard/config.yml index cb8a80d..193d7dd 100644 --- a/plugins/WorldGuard/config.yml +++ b/plugins/WorldGuard/config.yml @@ -1,24 +1,3 @@ -# -# WorldGuard's main configuration file -# -# This is the global configuration file. Anything placed into here will -# be applied to all worlds. However, each world has its own configuration -# file to allow you to replace most settings in here for that world only. -# -# About editing this file: -# - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If -# you use an editor like Notepad++ (recommended for Windows users), you -# must configure it to "replace tabs with spaces." In Notepad++, this can -# be changed in Settings > Preferences > Language Menu. -# - Don't get rid of the indents. They are indented so some entries are -# in categories (like "enforce-single-session" is in the "protection" -# category. -# - If you want to check the format of this file before putting it -# into WorldGuard, paste it into http://yaml-online-parser.appspot.com/ -# and see if it gives "ERROR:". -# - Lines starting with # are comments and so they are ignored. -# - regions: uuid-migration: perform-on-next-start: false @@ -26,12 +5,6 @@ regions: use-creature-spawn-event: true disable-bypass-by-default: false announce-bypass-status: false - sql: - use: false - dsn: jdbc:mysql://localhost/worldguard - username: worldguard - password: worldguard - table-prefix: '' use-paper-entity-origin: false enable: true invincibility-removes-mobs: false @@ -47,6 +20,7 @@ regions: location-flags-only-inside-regions: false max-region-count-per-player: default: 7 + set-parent-on-claim: '' auto-invincible: false auto-invincible-group: false auto-no-drowning-group: false @@ -74,17 +48,11 @@ protection: item-durability: true remove-infinite-stacks: false disable-xp-orb-drops: false - disable-obsidian-generators: false use-max-priority-association: false gameplay: block-potions: [] block-potions-overly-reliably: false disable-conduit-effects: false -simulation: - sponge: - enable: false - radius: 3 - redstone: false default: pumpkin-scuba: false disable-health-regain: false @@ -142,9 +110,6 @@ player-damage: disable-explosion-damage: false disable-mob-damage: false disable-death-messages: false -chest-protection: - enable: false - disable-off-check: false crops: disable-creature-trampling: false disable-player-trampling: false @@ -175,6 +140,7 @@ dynamics: disable-soil-dehydration: false disable-coral-block-fade: false snow-fall-blocks: [] + disable-rock-growth: false blacklist: use-as-whitelist: false logging: diff --git a/plugins/WorldGuard/worlds/gt_plugins_1626597/blacklist.txt b/plugins/WorldGuard/worlds/gt_plugins_1626597/blacklist.txt index ae7f7da..2e0d3db 100644 --- a/plugins/WorldGuard/worlds/gt_plugins_1626597/blacklist.txt +++ b/plugins/WorldGuard/worlds/gt_plugins_1626597/blacklist.txt @@ -1,62 +1,62 @@ -# -# WorldGuard blacklist -# -# The blacklist lets you block actions, blocks, and items from being used. -# You choose a set of "items to affect" and a list of "actions to perform." -# -############################################################################### -# -# Example to block some ore mining and placement: -# [coal_ore,gold_ore,iron_ore] -# on-break=deny,log,kick -# on-place=deny,tell -# -# Events that you can detect: -# - on-break (when a block of this type is about to be broken) -# - on-destroy-with (the item/block held by the user while destroying) -# - on-place (a block is being placed) -# - on-use (an item like flint and steel or a bucket is being used) -# - on-interact (when a block in used (doors, chests, etc.)) -# - on-drop (an item is being dropped from the player's inventory) -# - on-acquire (an item enters a player's inventory via some method) -# - on-equip (an item is equipped to the player's armor slots) -# NOTE: on-equip is overprotective due to deficiencies in Bukkit API -# - on-dispense (a dispenser is about to dispense an item) -# -# Actions (for events): -# - deny (deny completely, used blacklist mode) -# - allow (used in whitelist mode) -# - notify (notify admins with the 'worldguard.notify' permission) -# - log (log to console/file/database) -# - tell (tell a player that that's not allowed) -# - kick (kick player) -# - ban (ban player) -# -# Options: -# - ignore-groups (comma-separated list of groups to not affect) -# - ignore-perms (comma-separated list of permissions to not affect - make up -# your very own permissions!) -# - comment (message for yourself that is printed with 'log' and 'notify') -# - message (optional message to show the user instead; %s is the item name) -# -############################################################################### -# -# For more information, see: -# https://worldguard.enginehub.org/en/latest/blacklist/ -# -############################################################################### -# -# Some examples follow. -# REMEMBER: If a line has # in front, it will be ignored. -# - -# Deny lava buckets -#[lava_bucket] -#ignore-perms=my.own.madeup.permission -#ignore-groups=admins,mods -#on-use=deny,tell - -# Deny some ore -#[coal_ore,gold_ore,iron_ore] -#ignore-groups=admins,mods -#on-break=notify,deny,log +# +# WorldGuard blacklist +# +# The blacklist lets you block actions, blocks, and items from being used. +# You choose a set of "items to affect" and a list of "actions to perform." +# +############################################################################### +# +# Example to block some ore mining and placement: +# [coal_ore,gold_ore,iron_ore] +# on-break=deny,log,kick +# on-place=deny,tell +# +# Events that you can detect: +# - on-break (when a block of this type is about to be broken) +# - on-destroy-with (the item/block held by the user while destroying) +# - on-place (a block is being placed) +# - on-use (an item like flint and steel or a bucket is being used) +# - on-interact (when a block in used (doors, chests, etc.)) +# - on-drop (an item is being dropped from the player's inventory) +# - on-acquire (an item enters a player's inventory via some method) +# - on-equip (an item is equipped to the player's armor slots) +# NOTE: on-equip is overprotective due to deficiencies in Bukkit API +# - on-dispense (a dispenser is about to dispense an item) +# +# Actions (for events): +# - deny (deny completely, used blacklist mode) +# - allow (used in whitelist mode) +# - notify (notify admins with the 'worldguard.notify' permission) +# - log (log to console/file/database) +# - tell (tell a player that that's not allowed) +# - kick (kick player) +# - ban (ban player) +# +# Options: +# - ignore-groups (comma-separated list of groups to not affect) +# - ignore-perms (comma-separated list of permissions to not affect - make up +# your very own permissions!) +# - comment (message for yourself that is printed with 'log' and 'notify') +# - message (optional message to show the user instead; %s is the item name) +# +############################################################################### +# +# For more information, see: +# https://worldguard.enginehub.org/en/latest/blacklist/ +# +############################################################################### +# +# Some examples follow. +# REMEMBER: If a line has # in front, it will be ignored. +# + +# Deny lava buckets +#[lava_bucket] +#ignore-perms=my.own.madeup.permission +#ignore-groups=admins,mods +#on-use=deny,tell + +# Deny some ore +#[coal_ore,gold_ore,iron_ore] +#ignore-groups=admins,mods +#on-break=notify,deny,log diff --git a/plugins/WorldGuard/worlds/gt_plugins_1626597/config.yml b/plugins/WorldGuard/worlds/gt_plugins_1626597/config.yml index d293d19..8d7b028 100644 --- a/plugins/WorldGuard/worlds/gt_plugins_1626597/config.yml +++ b/plugins/WorldGuard/worlds/gt_plugins_1626597/config.yml @@ -1,13 +1,13 @@ -# -# WorldGuard's world configuration file -# -# This is a world configuration file. Anything placed into here will only -# affect this world. If you don't put anything in this file, then the -# settings will be inherited from the main configuration file. -# -# If you see {} below, that means that there are NO entries in this file. -# Remove the {} and add your own entries. -# - -regions: - titles-always-use-default-times: true +# +# WorldGuard's world configuration file +# +# This is a world configuration file. Anything placed into here will only +# affect this world. If you don't put anything in this file, then the +# settings will be inherited from the main configuration file. +# +# If you see {} below, that means that there are NO entries in this file. +# Remove the {} and add your own entries. +# + +regions: + titles-always-use-default-times: true diff --git a/plugins/WorldGuard/worlds/gt_plugins_1626597_nether/blacklist.txt b/plugins/WorldGuard/worlds/gt_plugins_1626597_nether/blacklist.txt index ae7f7da..2e0d3db 100644 --- a/plugins/WorldGuard/worlds/gt_plugins_1626597_nether/blacklist.txt +++ b/plugins/WorldGuard/worlds/gt_plugins_1626597_nether/blacklist.txt @@ -1,62 +1,62 @@ -# -# WorldGuard blacklist -# -# The blacklist lets you block actions, blocks, and items from being used. -# You choose a set of "items to affect" and a list of "actions to perform." -# -############################################################################### -# -# Example to block some ore mining and placement: -# [coal_ore,gold_ore,iron_ore] -# on-break=deny,log,kick -# on-place=deny,tell -# -# Events that you can detect: -# - on-break (when a block of this type is about to be broken) -# - on-destroy-with (the item/block held by the user while destroying) -# - on-place (a block is being placed) -# - on-use (an item like flint and steel or a bucket is being used) -# - on-interact (when a block in used (doors, chests, etc.)) -# - on-drop (an item is being dropped from the player's inventory) -# - on-acquire (an item enters a player's inventory via some method) -# - on-equip (an item is equipped to the player's armor slots) -# NOTE: on-equip is overprotective due to deficiencies in Bukkit API -# - on-dispense (a dispenser is about to dispense an item) -# -# Actions (for events): -# - deny (deny completely, used blacklist mode) -# - allow (used in whitelist mode) -# - notify (notify admins with the 'worldguard.notify' permission) -# - log (log to console/file/database) -# - tell (tell a player that that's not allowed) -# - kick (kick player) -# - ban (ban player) -# -# Options: -# - ignore-groups (comma-separated list of groups to not affect) -# - ignore-perms (comma-separated list of permissions to not affect - make up -# your very own permissions!) -# - comment (message for yourself that is printed with 'log' and 'notify') -# - message (optional message to show the user instead; %s is the item name) -# -############################################################################### -# -# For more information, see: -# https://worldguard.enginehub.org/en/latest/blacklist/ -# -############################################################################### -# -# Some examples follow. -# REMEMBER: If a line has # in front, it will be ignored. -# - -# Deny lava buckets -#[lava_bucket] -#ignore-perms=my.own.madeup.permission -#ignore-groups=admins,mods -#on-use=deny,tell - -# Deny some ore -#[coal_ore,gold_ore,iron_ore] -#ignore-groups=admins,mods -#on-break=notify,deny,log +# +# WorldGuard blacklist +# +# The blacklist lets you block actions, blocks, and items from being used. +# You choose a set of "items to affect" and a list of "actions to perform." +# +############################################################################### +# +# Example to block some ore mining and placement: +# [coal_ore,gold_ore,iron_ore] +# on-break=deny,log,kick +# on-place=deny,tell +# +# Events that you can detect: +# - on-break (when a block of this type is about to be broken) +# - on-destroy-with (the item/block held by the user while destroying) +# - on-place (a block is being placed) +# - on-use (an item like flint and steel or a bucket is being used) +# - on-interact (when a block in used (doors, chests, etc.)) +# - on-drop (an item is being dropped from the player's inventory) +# - on-acquire (an item enters a player's inventory via some method) +# - on-equip (an item is equipped to the player's armor slots) +# NOTE: on-equip is overprotective due to deficiencies in Bukkit API +# - on-dispense (a dispenser is about to dispense an item) +# +# Actions (for events): +# - deny (deny completely, used blacklist mode) +# - allow (used in whitelist mode) +# - notify (notify admins with the 'worldguard.notify' permission) +# - log (log to console/file/database) +# - tell (tell a player that that's not allowed) +# - kick (kick player) +# - ban (ban player) +# +# Options: +# - ignore-groups (comma-separated list of groups to not affect) +# - ignore-perms (comma-separated list of permissions to not affect - make up +# your very own permissions!) +# - comment (message for yourself that is printed with 'log' and 'notify') +# - message (optional message to show the user instead; %s is the item name) +# +############################################################################### +# +# For more information, see: +# https://worldguard.enginehub.org/en/latest/blacklist/ +# +############################################################################### +# +# Some examples follow. +# REMEMBER: If a line has # in front, it will be ignored. +# + +# Deny lava buckets +#[lava_bucket] +#ignore-perms=my.own.madeup.permission +#ignore-groups=admins,mods +#on-use=deny,tell + +# Deny some ore +#[coal_ore,gold_ore,iron_ore] +#ignore-groups=admins,mods +#on-break=notify,deny,log diff --git a/plugins/WorldGuard/worlds/gt_plugins_1626597_nether/config.yml b/plugins/WorldGuard/worlds/gt_plugins_1626597_nether/config.yml index d293d19..8d7b028 100644 --- a/plugins/WorldGuard/worlds/gt_plugins_1626597_nether/config.yml +++ b/plugins/WorldGuard/worlds/gt_plugins_1626597_nether/config.yml @@ -1,13 +1,13 @@ -# -# WorldGuard's world configuration file -# -# This is a world configuration file. Anything placed into here will only -# affect this world. If you don't put anything in this file, then the -# settings will be inherited from the main configuration file. -# -# If you see {} below, that means that there are NO entries in this file. -# Remove the {} and add your own entries. -# - -regions: - titles-always-use-default-times: true +# +# WorldGuard's world configuration file +# +# This is a world configuration file. Anything placed into here will only +# affect this world. If you don't put anything in this file, then the +# settings will be inherited from the main configuration file. +# +# If you see {} below, that means that there are NO entries in this file. +# Remove the {} and add your own entries. +# + +regions: + titles-always-use-default-times: true diff --git a/plugins/WorldGuard/worlds/gt_plugins_1626597_the_end/blacklist.txt b/plugins/WorldGuard/worlds/gt_plugins_1626597_the_end/blacklist.txt index ae7f7da..2e0d3db 100644 --- a/plugins/WorldGuard/worlds/gt_plugins_1626597_the_end/blacklist.txt +++ b/plugins/WorldGuard/worlds/gt_plugins_1626597_the_end/blacklist.txt @@ -1,62 +1,62 @@ -# -# WorldGuard blacklist -# -# The blacklist lets you block actions, blocks, and items from being used. -# You choose a set of "items to affect" and a list of "actions to perform." -# -############################################################################### -# -# Example to block some ore mining and placement: -# [coal_ore,gold_ore,iron_ore] -# on-break=deny,log,kick -# on-place=deny,tell -# -# Events that you can detect: -# - on-break (when a block of this type is about to be broken) -# - on-destroy-with (the item/block held by the user while destroying) -# - on-place (a block is being placed) -# - on-use (an item like flint and steel or a bucket is being used) -# - on-interact (when a block in used (doors, chests, etc.)) -# - on-drop (an item is being dropped from the player's inventory) -# - on-acquire (an item enters a player's inventory via some method) -# - on-equip (an item is equipped to the player's armor slots) -# NOTE: on-equip is overprotective due to deficiencies in Bukkit API -# - on-dispense (a dispenser is about to dispense an item) -# -# Actions (for events): -# - deny (deny completely, used blacklist mode) -# - allow (used in whitelist mode) -# - notify (notify admins with the 'worldguard.notify' permission) -# - log (log to console/file/database) -# - tell (tell a player that that's not allowed) -# - kick (kick player) -# - ban (ban player) -# -# Options: -# - ignore-groups (comma-separated list of groups to not affect) -# - ignore-perms (comma-separated list of permissions to not affect - make up -# your very own permissions!) -# - comment (message for yourself that is printed with 'log' and 'notify') -# - message (optional message to show the user instead; %s is the item name) -# -############################################################################### -# -# For more information, see: -# https://worldguard.enginehub.org/en/latest/blacklist/ -# -############################################################################### -# -# Some examples follow. -# REMEMBER: If a line has # in front, it will be ignored. -# - -# Deny lava buckets -#[lava_bucket] -#ignore-perms=my.own.madeup.permission -#ignore-groups=admins,mods -#on-use=deny,tell - -# Deny some ore -#[coal_ore,gold_ore,iron_ore] -#ignore-groups=admins,mods -#on-break=notify,deny,log +# +# WorldGuard blacklist +# +# The blacklist lets you block actions, blocks, and items from being used. +# You choose a set of "items to affect" and a list of "actions to perform." +# +############################################################################### +# +# Example to block some ore mining and placement: +# [coal_ore,gold_ore,iron_ore] +# on-break=deny,log,kick +# on-place=deny,tell +# +# Events that you can detect: +# - on-break (when a block of this type is about to be broken) +# - on-destroy-with (the item/block held by the user while destroying) +# - on-place (a block is being placed) +# - on-use (an item like flint and steel or a bucket is being used) +# - on-interact (when a block in used (doors, chests, etc.)) +# - on-drop (an item is being dropped from the player's inventory) +# - on-acquire (an item enters a player's inventory via some method) +# - on-equip (an item is equipped to the player's armor slots) +# NOTE: on-equip is overprotective due to deficiencies in Bukkit API +# - on-dispense (a dispenser is about to dispense an item) +# +# Actions (for events): +# - deny (deny completely, used blacklist mode) +# - allow (used in whitelist mode) +# - notify (notify admins with the 'worldguard.notify' permission) +# - log (log to console/file/database) +# - tell (tell a player that that's not allowed) +# - kick (kick player) +# - ban (ban player) +# +# Options: +# - ignore-groups (comma-separated list of groups to not affect) +# - ignore-perms (comma-separated list of permissions to not affect - make up +# your very own permissions!) +# - comment (message for yourself that is printed with 'log' and 'notify') +# - message (optional message to show the user instead; %s is the item name) +# +############################################################################### +# +# For more information, see: +# https://worldguard.enginehub.org/en/latest/blacklist/ +# +############################################################################### +# +# Some examples follow. +# REMEMBER: If a line has # in front, it will be ignored. +# + +# Deny lava buckets +#[lava_bucket] +#ignore-perms=my.own.madeup.permission +#ignore-groups=admins,mods +#on-use=deny,tell + +# Deny some ore +#[coal_ore,gold_ore,iron_ore] +#ignore-groups=admins,mods +#on-break=notify,deny,log diff --git a/plugins/WorldGuard/worlds/gt_plugins_1626597_the_end/config.yml b/plugins/WorldGuard/worlds/gt_plugins_1626597_the_end/config.yml index d293d19..8d7b028 100644 --- a/plugins/WorldGuard/worlds/gt_plugins_1626597_the_end/config.yml +++ b/plugins/WorldGuard/worlds/gt_plugins_1626597_the_end/config.yml @@ -1,13 +1,13 @@ -# -# WorldGuard's world configuration file -# -# This is a world configuration file. Anything placed into here will only -# affect this world. If you don't put anything in this file, then the -# settings will be inherited from the main configuration file. -# -# If you see {} below, that means that there are NO entries in this file. -# Remove the {} and add your own entries. -# - -regions: - titles-always-use-default-times: true +# +# WorldGuard's world configuration file +# +# This is a world configuration file. Anything placed into here will only +# affect this world. If you don't put anything in this file, then the +# settings will be inherited from the main configuration file. +# +# If you see {} below, that means that there are NO entries in this file. +# Remove the {} and add your own entries. +# + +regions: + titles-always-use-default-times: true diff --git a/plugins/WorldGuard/worlds/world/blacklist.txt b/plugins/WorldGuard/worlds/world/blacklist.txt new file mode 100644 index 0000000..2e0d3db --- /dev/null +++ b/plugins/WorldGuard/worlds/world/blacklist.txt @@ -0,0 +1,62 @@ +# +# WorldGuard blacklist +# +# The blacklist lets you block actions, blocks, and items from being used. +# You choose a set of "items to affect" and a list of "actions to perform." +# +############################################################################### +# +# Example to block some ore mining and placement: +# [coal_ore,gold_ore,iron_ore] +# on-break=deny,log,kick +# on-place=deny,tell +# +# Events that you can detect: +# - on-break (when a block of this type is about to be broken) +# - on-destroy-with (the item/block held by the user while destroying) +# - on-place (a block is being placed) +# - on-use (an item like flint and steel or a bucket is being used) +# - on-interact (when a block in used (doors, chests, etc.)) +# - on-drop (an item is being dropped from the player's inventory) +# - on-acquire (an item enters a player's inventory via some method) +# - on-equip (an item is equipped to the player's armor slots) +# NOTE: on-equip is overprotective due to deficiencies in Bukkit API +# - on-dispense (a dispenser is about to dispense an item) +# +# Actions (for events): +# - deny (deny completely, used blacklist mode) +# - allow (used in whitelist mode) +# - notify (notify admins with the 'worldguard.notify' permission) +# - log (log to console/file/database) +# - tell (tell a player that that's not allowed) +# - kick (kick player) +# - ban (ban player) +# +# Options: +# - ignore-groups (comma-separated list of groups to not affect) +# - ignore-perms (comma-separated list of permissions to not affect - make up +# your very own permissions!) +# - comment (message for yourself that is printed with 'log' and 'notify') +# - message (optional message to show the user instead; %s is the item name) +# +############################################################################### +# +# For more information, see: +# https://worldguard.enginehub.org/en/latest/blacklist/ +# +############################################################################### +# +# Some examples follow. +# REMEMBER: If a line has # in front, it will be ignored. +# + +# Deny lava buckets +#[lava_bucket] +#ignore-perms=my.own.madeup.permission +#ignore-groups=admins,mods +#on-use=deny,tell + +# Deny some ore +#[coal_ore,gold_ore,iron_ore] +#ignore-groups=admins,mods +#on-break=notify,deny,log diff --git a/plugins/WorldGuard/worlds/world/config.yml b/plugins/WorldGuard/worlds/world/config.yml new file mode 100644 index 0000000..af4fd26 --- /dev/null +++ b/plugins/WorldGuard/worlds/world/config.yml @@ -0,0 +1,13 @@ +# +# WorldGuard's world configuration file +# +# This is a world configuration file. Anything placed into here will only +# affect this world. If you don't put anything in this file, then the +# settings will be inherited from the main configuration file. +# +# If you see {} below, that means that there are NO entries in this file. +# Remove the {} and add your own entries. +# + +regions: + titles-always-use-default-times: true diff --git a/plugins/WorldGuard/worlds/world_nether/blacklist.txt b/plugins/WorldGuard/worlds/world_nether/blacklist.txt new file mode 100644 index 0000000..2e0d3db --- /dev/null +++ b/plugins/WorldGuard/worlds/world_nether/blacklist.txt @@ -0,0 +1,62 @@ +# +# WorldGuard blacklist +# +# The blacklist lets you block actions, blocks, and items from being used. +# You choose a set of "items to affect" and a list of "actions to perform." +# +############################################################################### +# +# Example to block some ore mining and placement: +# [coal_ore,gold_ore,iron_ore] +# on-break=deny,log,kick +# on-place=deny,tell +# +# Events that you can detect: +# - on-break (when a block of this type is about to be broken) +# - on-destroy-with (the item/block held by the user while destroying) +# - on-place (a block is being placed) +# - on-use (an item like flint and steel or a bucket is being used) +# - on-interact (when a block in used (doors, chests, etc.)) +# - on-drop (an item is being dropped from the player's inventory) +# - on-acquire (an item enters a player's inventory via some method) +# - on-equip (an item is equipped to the player's armor slots) +# NOTE: on-equip is overprotective due to deficiencies in Bukkit API +# - on-dispense (a dispenser is about to dispense an item) +# +# Actions (for events): +# - deny (deny completely, used blacklist mode) +# - allow (used in whitelist mode) +# - notify (notify admins with the 'worldguard.notify' permission) +# - log (log to console/file/database) +# - tell (tell a player that that's not allowed) +# - kick (kick player) +# - ban (ban player) +# +# Options: +# - ignore-groups (comma-separated list of groups to not affect) +# - ignore-perms (comma-separated list of permissions to not affect - make up +# your very own permissions!) +# - comment (message for yourself that is printed with 'log' and 'notify') +# - message (optional message to show the user instead; %s is the item name) +# +############################################################################### +# +# For more information, see: +# https://worldguard.enginehub.org/en/latest/blacklist/ +# +############################################################################### +# +# Some examples follow. +# REMEMBER: If a line has # in front, it will be ignored. +# + +# Deny lava buckets +#[lava_bucket] +#ignore-perms=my.own.madeup.permission +#ignore-groups=admins,mods +#on-use=deny,tell + +# Deny some ore +#[coal_ore,gold_ore,iron_ore] +#ignore-groups=admins,mods +#on-break=notify,deny,log diff --git a/plugins/WorldGuard/worlds/world_nether/config.yml b/plugins/WorldGuard/worlds/world_nether/config.yml new file mode 100644 index 0000000..af4fd26 --- /dev/null +++ b/plugins/WorldGuard/worlds/world_nether/config.yml @@ -0,0 +1,13 @@ +# +# WorldGuard's world configuration file +# +# This is a world configuration file. Anything placed into here will only +# affect this world. If you don't put anything in this file, then the +# settings will be inherited from the main configuration file. +# +# If you see {} below, that means that there are NO entries in this file. +# Remove the {} and add your own entries. +# + +regions: + titles-always-use-default-times: true diff --git a/plugins/WorldGuard/worlds/world_the_end/blacklist.txt b/plugins/WorldGuard/worlds/world_the_end/blacklist.txt new file mode 100644 index 0000000..2e0d3db --- /dev/null +++ b/plugins/WorldGuard/worlds/world_the_end/blacklist.txt @@ -0,0 +1,62 @@ +# +# WorldGuard blacklist +# +# The blacklist lets you block actions, blocks, and items from being used. +# You choose a set of "items to affect" and a list of "actions to perform." +# +############################################################################### +# +# Example to block some ore mining and placement: +# [coal_ore,gold_ore,iron_ore] +# on-break=deny,log,kick +# on-place=deny,tell +# +# Events that you can detect: +# - on-break (when a block of this type is about to be broken) +# - on-destroy-with (the item/block held by the user while destroying) +# - on-place (a block is being placed) +# - on-use (an item like flint and steel or a bucket is being used) +# - on-interact (when a block in used (doors, chests, etc.)) +# - on-drop (an item is being dropped from the player's inventory) +# - on-acquire (an item enters a player's inventory via some method) +# - on-equip (an item is equipped to the player's armor slots) +# NOTE: on-equip is overprotective due to deficiencies in Bukkit API +# - on-dispense (a dispenser is about to dispense an item) +# +# Actions (for events): +# - deny (deny completely, used blacklist mode) +# - allow (used in whitelist mode) +# - notify (notify admins with the 'worldguard.notify' permission) +# - log (log to console/file/database) +# - tell (tell a player that that's not allowed) +# - kick (kick player) +# - ban (ban player) +# +# Options: +# - ignore-groups (comma-separated list of groups to not affect) +# - ignore-perms (comma-separated list of permissions to not affect - make up +# your very own permissions!) +# - comment (message for yourself that is printed with 'log' and 'notify') +# - message (optional message to show the user instead; %s is the item name) +# +############################################################################### +# +# For more information, see: +# https://worldguard.enginehub.org/en/latest/blacklist/ +# +############################################################################### +# +# Some examples follow. +# REMEMBER: If a line has # in front, it will be ignored. +# + +# Deny lava buckets +#[lava_bucket] +#ignore-perms=my.own.madeup.permission +#ignore-groups=admins,mods +#on-use=deny,tell + +# Deny some ore +#[coal_ore,gold_ore,iron_ore] +#ignore-groups=admins,mods +#on-break=notify,deny,log diff --git a/plugins/WorldGuard/worlds/world_the_end/config.yml b/plugins/WorldGuard/worlds/world_the_end/config.yml new file mode 100644 index 0000000..af4fd26 --- /dev/null +++ b/plugins/WorldGuard/worlds/world_the_end/config.yml @@ -0,0 +1,13 @@ +# +# WorldGuard's world configuration file +# +# This is a world configuration file. Anything placed into here will only +# affect this world. If you don't put anything in this file, then the +# settings will be inherited from the main configuration file. +# +# If you see {} below, that means that there are NO entries in this file. +# Remove the {} and add your own entries. +# + +regions: + titles-always-use-default-times: true diff --git a/plugins/Worldedit-7.2.10.jar b/plugins/Worldedit-7.2.10.jar deleted file mode 100644 index 6ab661f..0000000 Binary files a/plugins/Worldedit-7.2.10.jar and /dev/null differ diff --git a/plugins/bStats/config.yml b/plugins/bStats/config.yml new file mode 100644 index 0000000..a960c2f --- /dev/null +++ b/plugins/bStats/config.yml @@ -0,0 +1,8 @@ +# bStats collects some data for plugin authors like how many servers are using their plugins. +# To honor their work, you should not disable it. +# This has nearly no effect on the server performance! +# Check out https://bStats.org/ to learn more :) + +enabled: true +serverUuid: f6214311-cd43-45b8-b8b4-eea8c33abe45 +logFailedRequests: false diff --git a/plugins/dynmap/colorschemes/amidst.txt b/plugins/dynmap/colorschemes/amidst.txt index c5a915f..96c3a57 100644 --- a/plugins/dynmap/colorschemes/amidst.txt +++ b/plugins/dynmap/colorschemes/amidst.txt @@ -1,683 +1,19769 @@ -1 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 -2 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 -3 134 96 67 255 107 76 53 255 67 48 33 255 53 38 26 255 -3:2 90 63 28 255 72 50 22 255 45 31 14 255 36 25 11 255 -4 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -5 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -5:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -5:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -5:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -5:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -5:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -6 71 102 37 107 56 81 29 107 35 51 18 107 28 40 14 107 -6:1 51 58 33 83 40 46 26 83 25 29 16 83 20 23 13 83 -6:2 118 150 84 107 94 120 67 107 59 75 42 107 47 60 33 107 -6:3 48 86 18 85 38 68 14 85 24 43 9 85 19 34 7 85 -6:4 114 115 20 75 91 92 16 75 57 57 10 75 45 46 8 75 -6:5 56 86 28 100 44 68 22 100 28 43 14 100 22 34 11 100 -6:9 51 58 33 83 40 46 26 83 25 29 16 83 20 23 13 83 -6:10 118 150 84 107 94 120 67 107 59 75 42 107 47 60 33 107 -6:11 48 86 18 85 38 68 14 85 24 43 9 85 19 34 7 85 -6:12 114 115 20 75 91 92 16 75 57 57 10 75 45 46 8 75 -6:13 56 86 28 100 44 68 22 100 28 43 14 100 22 34 11 100 -7 83 83 83 255 66 66 66 255 41 41 41 255 33 33 33 255 -8 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 -9 47 67 244 179 37 53 195 179 23 33 122 179 18 26 97 179 -9:1 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 -9:2 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 -9:3 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 -9:4 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 -9:5 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 -9:6 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 -9:7 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 -10 207 91 20 255 165 72 16 255 103 45 10 255 82 36 8 255 -11 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 -12 219 211 160 255 175 168 128 255 109 105 80 255 87 84 64 255 -12:1 169 88 33 255 135 70 26 255 84 44 16 255 67 35 13 255 -13 126 124 122 255 100 99 97 255 63 62 61 255 50 49 48 255 -14 143 139 124 255 114 111 99 255 71 69 62 255 57 55 49 255 -15 135 130 126 255 108 104 100 255 67 65 63 255 54 52 50 255 -16 115 115 115 255 92 92 92 255 57 57 57 255 46 46 46 255 -17 154 125 77 255 123 100 61 255 77 62 38 255 61 50 30 255 -17:1 104 81 48 255 83 64 38 255 52 40 24 255 41 32 19 255 -17:2 184 166 121 255 147 132 96 255 92 83 60 255 73 66 48 255 -17:3 153 118 73 255 122 94 58 255 76 59 36 255 61 47 29 255 -17:4 102 81 49 255 81 64 39 255 51 40 24 255 40 32 19 255 -17:5 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 -17:6 206 206 201 255 164 164 160 255 103 103 100 255 82 82 80 255 -17:7 87 67 26 255 69 53 20 255 43 33 13 255 34 26 10 255 -17:8 102 81 49 255 81 64 39 255 51 40 24 255 40 32 19 255 -17:9 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 -17:10 206 206 201 255 164 164 160 255 103 103 100 255 82 82 80 255 -17:11 87 67 26 255 69 53 20 255 43 33 13 255 34 26 10 255 -17:12 102 81 49 255 81 64 39 255 51 40 24 255 40 32 19 255 -17:13 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 -17:14 206 206 201 255 164 164 160 255 103 103 100 255 82 82 80 255 -17:15 87 67 26 255 69 53 20 255 43 33 13 255 34 26 10 255 -18 47 92 25 154 37 73 20 154 23 46 12 154 18 36 10 154 -18:1 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 -18:2 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 -18:3 50 96 25 201 40 76 20 201 25 48 12 201 20 38 10 201 -18:5 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 -18:6 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 -18:7 50 96 25 201 40 76 20 201 25 48 12 201 20 38 10 201 -18:9 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 -18:10 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 -18:11 50 96 25 201 40 76 20 201 25 48 12 201 20 38 10 201 -18:13 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 -18:14 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 -18:15 50 96 25 201 40 76 20 201 25 48 12 201 20 38 10 201 -19 182 182 57 255 145 145 45 255 91 91 28 255 72 72 22 255 -20 218 240 244 70 174 192 195 70 109 120 122 70 87 96 97 70 -21 102 112 134 255 81 89 107 255 51 56 67 255 40 44 53 255 -22 38 67 137 255 30 53 109 255 19 33 68 255 15 26 54 255 -23 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -23:1 86 86 86 255 68 68 68 255 43 43 43 255 34 34 34 255 -23:9 86 86 86 255 68 68 68 255 43 43 43 255 34 34 34 255 -24 218 210 158 255 174 168 126 255 109 105 79 255 87 84 63 255 -25 100 67 50 255 80 53 40 255 50 33 25 255 40 26 20 255 -26 142 22 22 255 113 17 17 255 71 11 11 255 56 8 8 255 -26:8 175 116 116 255 140 92 92 255 87 58 58 255 70 46 46 255 -26:9 175 116 116 255 140 92 92 255 87 58 58 255 70 46 46 255 -26:10 175 116 116 255 140 92 92 255 87 58 58 255 70 46 46 255 -26:11 175 116 116 255 140 92 92 255 87 58 58 255 70 46 46 255 -27 132 108 72 171 105 86 57 171 66 54 36 171 52 43 28 171 -27:8 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 -27:9 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 -27:10 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 -27:11 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 -27:12 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 -27:13 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 -28 120 101 89 155 96 80 71 155 60 50 44 155 48 40 35 155 -29 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -29:1 141 146 99 255 112 116 79 255 70 73 49 255 56 58 39 255 -29:2 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 -29:3 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 -29:4 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 -29:5 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 -29:10 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 -29:11 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 -29:12 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 -29:13 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 -30 220 220 220 104 176 176 176 104 110 110 110 104 88 88 88 104 -31 123 79 25 81 98 63 20 81 61 39 12 81 49 31 10 81 -31:1 55 87 40 162 44 69 32 162 27 43 20 162 22 34 16 162 -31:2 56 90 42 78 44 72 33 78 28 45 21 78 22 36 16 78 -32 123 79 25 81 98 63 20 81 61 39 12 81 49 31 10 81 -33 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -33:1 153 129 89 255 122 103 71 255 76 64 44 255 61 51 35 255 -33:2 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 -33:3 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 -33:4 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 -33:5 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 -33:10 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 -33:11 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 -33:12 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 -33:13 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 -34 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -34:1 153 129 89 255 122 103 71 255 76 64 44 255 61 51 35 255 -34:2 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 -34:3 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 -34:4 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 -34:5 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 -34:9 141 146 99 255 112 116 79 255 70 73 49 255 56 58 39 255 -34:10 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 -34:11 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 -34:12 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 -34:13 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 -35 221 221 221 255 176 176 176 255 110 110 110 255 88 88 88 255 -35:1 219 125 62 255 175 100 49 255 109 62 31 255 87 50 24 255 -35:2 179 80 188 255 143 64 150 255 89 40 94 255 71 32 75 255 -35:3 106 138 201 255 84 110 160 255 53 69 100 255 42 55 80 255 -35:4 177 166 39 255 141 132 31 255 88 83 19 255 70 66 15 255 -35:5 65 174 56 255 52 139 44 255 32 87 28 255 26 69 22 255 -35:6 208 132 153 255 166 105 122 255 104 66 76 255 83 52 61 255 -35:7 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 -35:8 154 161 161 255 123 128 128 255 77 80 80 255 61 64 64 255 -35:9 46 110 137 255 36 88 109 255 23 55 68 255 18 44 54 255 -35:10 126 61 181 255 100 48 144 255 63 30 90 255 50 24 72 255 -35:11 46 56 141 255 36 44 112 255 23 28 70 255 18 22 56 255 -35:12 79 50 31 255 63 40 24 255 39 25 15 255 31 20 12 255 -35:13 53 70 27 255 42 56 21 255 26 35 13 255 21 28 10 255 -35:14 150 52 48 255 120 41 38 255 75 26 24 255 60 20 19 255 -35:15 25 22 22 255 20 17 17 255 12 11 11 255 10 8 8 255 -37 108 162 0 30 86 129 0 30 54 81 0 30 43 64 0 30 -38 100 57 4 34 80 45 3 34 50 28 2 34 40 22 1 34 -38:1 37 152 138 45 29 121 110 45 18 76 69 45 14 60 55 45 -38:2 177 141 211 38 141 112 168 38 88 70 105 38 70 56 84 38 -38:3 162 191 138 42 129 152 110 42 81 95 69 42 64 76 55 42 -38:4 103 135 38 48 82 108 30 48 51 67 19 48 41 54 15 48 -38:5 95 134 32 49 76 107 25 49 47 67 16 49 38 53 12 49 -38:6 94 153 65 48 75 122 52 48 47 76 32 48 37 61 26 48 -38:7 101 150 73 47 80 120 58 47 50 75 36 47 40 60 29 47 -38:8 176 197 139 43 140 157 111 43 88 98 69 43 70 78 55 43 -39 138 105 83 25 110 84 66 25 69 52 41 25 55 42 33 25 -40 195 53 56 33 156 42 44 33 97 26 28 33 78 21 22 33 -41 249 236 78 255 199 188 62 255 124 118 39 255 99 94 31 255 -42 219 219 219 255 175 175 175 255 109 109 109 255 87 87 87 255 -43 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 -43:1 218 210 158 255 174 168 126 255 109 105 79 255 87 84 63 255 -43:2 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -43:3 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -43:4 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 -43:5 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -43:6 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 -43:7 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 -43:9 218 210 158 255 174 168 126 255 109 105 79 255 87 84 63 255 -43:10 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -43:11 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -43:12 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 -43:13 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -43:14 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 -43:15 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 -44 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 -44:1 218 210 158 255 174 168 126 255 109 105 79 255 87 84 63 255 -44:2 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -44:3 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -44:4 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 -44:5 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -44:6 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 -44:7 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 -44:9 218 210 158 255 174 168 126 255 109 105 79 255 87 84 63 255 -44:10 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -44:11 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -44:12 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 -44:13 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -44:14 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 -44:15 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 -45 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 -46 130 65 47 255 104 52 37 255 65 32 23 255 52 26 18 255 -47 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -48 103 121 103 255 82 96 82 255 51 60 51 255 41 48 41 255 -49 20 18 29 255 16 14 23 255 10 9 14 255 8 7 11 255 -50 130 106 58 19 104 84 46 19 65 53 29 19 52 42 23 19 -51 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 -52 26 39 49 155 20 31 39 155 13 19 24 155 10 15 19 155 -53 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -54 127 92 38 197 101 73 30 197 63 46 19 197 50 36 15 197 -54:4 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 -54:5 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 -54:6 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 -54:7 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 -54:8 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 -54:9 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 -54:10 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 -54:11 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 -55 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 -56 129 140 143 255 103 112 114 255 64 70 71 255 51 56 57 255 -57 97 219 213 255 77 175 170 255 48 109 106 255 38 87 85 255 -58 107 71 42 255 85 56 33 255 53 35 21 255 42 28 16 255 -59 0 179 18 5 0 143 14 5 0 89 9 5 0 71 7 5 -59:1 18 172 15 19 14 137 12 19 9 86 7 19 7 68 6 19 -59:2 28 137 11 43 22 109 8 43 14 68 5 43 11 54 4 43 -59:3 37 139 8 77 29 111 6 77 18 69 4 77 14 55 3 77 -59:4 46 128 7 103 36 102 5 103 23 64 3 103 18 51 2 103 -59:5 66 123 7 128 52 98 5 128 33 61 3 128 26 49 2 128 -59:6 80 118 7 142 64 94 5 142 40 59 3 142 32 47 2 142 -59:7 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 -59:8 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 -59:9 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 -59:10 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 -59:11 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 -59:12 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 -59:13 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 -59:14 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 -59:15 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 -60 115 75 45 255 92 60 36 255 57 37 22 255 46 30 18 255 -60:1 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:2 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:3 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:4 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:5 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:6 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:7 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:8 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:9 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:10 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:11 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:12 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:13 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:14 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:15 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -61:2 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -61:3 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -61:4 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -61:5 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -62:2 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -62:3 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -62:4 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -62:5 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -63 160 130 80 10 128 104 64 10 80 65 40 10 64 52 32 10 -64 134 101 50 255 107 80 40 255 67 50 25 255 53 40 20 255 -64:8 134 103 51 207 107 82 40 207 67 51 25 207 53 41 20 207 -64:9 134 103 51 207 107 82 40 207 67 51 25 207 53 41 20 207 -64:10 134 103 51 207 107 82 40 207 67 51 25 207 53 41 20 207 -64:11 134 103 51 207 107 82 40 207 67 51 25 207 53 41 20 207 -64:12 134 103 51 207 107 82 40 207 67 51 25 207 53 41 20 207 -64:13 134 103 51 207 107 82 40 207 67 51 25 207 53 41 20 207 -64:14 134 103 51 207 107 82 40 207 67 51 25 207 53 41 20 207 -64:15 134 103 51 207 107 82 40 207 67 51 25 207 53 41 20 207 -65 121 95 52 143 96 76 41 143 60 47 26 143 48 38 20 143 -66 121 108 88 143 96 86 70 143 60 54 44 143 48 43 35 143 -66:6 120 107 86 107 96 85 68 107 60 53 43 107 48 42 34 107 -66:7 120 107 86 107 96 85 68 107 60 53 43 107 48 42 34 107 -66:8 120 107 86 107 96 85 68 107 60 53 43 107 48 42 34 107 -66:9 120 107 86 107 96 85 68 107 60 53 43 107 48 42 34 107 -67 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -68 160 130 80 10 128 104 64 10 80 65 40 10 64 52 32 10 -69 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -70 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 -71 163 163 163 255 130 130 130 255 81 81 81 255 65 65 65 255 -71:8 186 186 186 207 148 148 148 207 93 93 93 207 74 74 74 207 -71:9 186 186 186 207 148 148 148 207 93 93 93 207 74 74 74 207 -71:10 186 186 186 207 148 148 148 207 93 93 93 207 74 74 74 207 -71:11 186 186 186 207 148 148 148 207 93 93 93 207 74 74 74 207 -71:12 186 186 186 207 148 148 148 207 93 93 93 207 74 74 74 207 -71:13 186 186 186 207 148 148 148 207 93 93 93 207 74 74 74 207 -71:14 186 186 186 207 148 148 148 207 93 93 93 207 74 74 74 207 -71:15 186 186 186 207 148 148 148 207 93 93 93 207 74 74 74 207 -72 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -73 132 107 107 255 105 85 85 255 66 53 53 255 52 42 42 255 -74 132 107 107 255 105 85 85 255 66 53 53 255 52 42 42 255 -75:1 93 62 38 19 74 49 30 19 46 31 19 19 37 24 15 19 -75:2 93 62 38 19 74 49 30 19 46 31 19 19 37 24 15 19 -75:3 93 62 38 19 74 49 30 19 46 31 19 19 37 24 15 19 -75:4 93 62 38 19 74 49 30 19 46 31 19 19 37 24 15 19 -75:5 93 62 38 19 74 49 30 19 46 31 19 19 37 24 15 19 -76:1 167 75 41 25 133 60 32 25 83 37 20 25 66 30 16 25 -76:2 167 75 41 25 133 60 32 25 83 37 20 25 66 30 16 25 -76:3 167 75 41 25 133 60 32 25 83 37 20 25 66 30 16 25 -76:4 167 75 41 25 133 60 32 25 83 37 20 25 66 30 16 25 -76:5 167 75 41 25 133 60 32 25 83 37 20 25 66 30 16 25 -77 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 -78 239 251 251 255 191 200 200 255 119 125 125 255 95 100 100 255 -79 125 173 255 159 100 138 204 159 62 86 127 159 50 69 102 159 -80 239 251 251 255 191 200 200 255 119 125 125 255 95 100 100 255 -81 13 99 24 195 10 79 19 195 6 49 12 195 5 39 9 195 -82 158 164 176 255 126 131 140 255 79 82 88 255 63 65 70 255 -83 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 -84 107 73 55 255 85 58 44 255 53 36 27 255 42 29 22 255 -85 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -86 192 118 21 255 153 94 16 255 96 59 10 255 76 47 8 255 -87 111 54 52 255 88 43 41 255 55 27 26 255 44 21 20 255 -88 84 64 51 255 67 51 40 255 42 32 25 255 33 25 20 255 -89 143 118 69 255 114 94 55 255 71 59 34 255 57 47 27 255 -90 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 -91 192 118 21 255 153 94 16 255 96 59 10 255 76 47 8 255 -92 228 205 206 195 182 164 164 195 114 102 103 195 91 82 82 195 -93 151 147 147 255 120 117 117 255 75 73 73 255 60 58 58 255 -94 160 147 147 255 128 117 117 255 80 73 73 255 64 58 58 255 -95 255 255 255 123 204 204 204 123 127 127 127 123 102 102 102 123 -95:1 216 127 51 123 172 101 40 123 108 63 25 123 86 50 20 123 -95:2 178 76 216 123 142 60 172 123 89 38 108 123 71 30 86 123 -95:3 102 153 216 123 81 122 172 123 51 76 108 123 40 61 86 123 -95:4 229 229 51 123 183 183 40 123 114 114 25 123 91 91 20 123 -95:5 127 204 25 123 101 163 20 123 63 102 12 123 50 81 10 123 -95:6 242 127 165 123 193 101 132 123 121 63 82 123 96 50 66 123 -95:7 76 76 76 123 60 60 60 123 38 38 38 123 30 30 30 123 -95:8 153 153 153 123 122 122 122 123 76 76 76 123 61 61 61 123 -95:9 76 127 153 123 60 101 122 123 38 63 76 123 30 50 61 123 -95:10 127 63 178 123 101 50 142 123 63 31 89 123 50 25 71 123 -95:11 51 76 178 123 40 60 142 123 25 38 89 123 20 30 71 123 -95:12 102 76 51 123 81 60 40 123 51 38 25 123 40 30 20 123 -95:13 102 127 51 123 81 101 40 123 51 63 25 123 40 50 20 123 -95:14 153 51 51 123 122 40 40 123 76 25 25 123 61 20 20 123 -95:15 25 25 25 123 20 20 20 123 12 12 12 123 10 10 10 123 -96 126 93 45 219 100 74 36 219 63 46 22 219 50 37 18 219 -97 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 -97:1 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -97:2 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -98 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -98:1 114 119 106 255 91 95 84 255 57 59 53 255 45 47 42 255 -98:2 118 118 118 255 94 94 94 255 59 59 59 255 47 47 47 255 -98:3 118 118 118 255 94 94 94 255 59 59 59 255 47 47 47 255 -99 202 171 120 255 161 136 96 255 101 85 60 255 80 68 48 255 -99:1 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:2 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:3 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:4 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:5 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:6 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:7 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:8 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:9 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:14 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:15 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 -100 202 171 120 255 161 136 96 255 101 85 60 255 80 68 48 255 -100:1 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:2 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:3 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:4 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:5 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:6 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:7 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:8 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:9 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:14 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:15 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 -101 109 108 106 115 87 86 84 115 54 54 53 115 43 43 42 115 -102 218 240 244 70 174 192 195 70 109 120 122 70 87 96 97 70 -103 151 153 36 255 120 122 28 255 75 76 18 255 60 61 14 255 -104 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 -105 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 -106 38 75 20 138 30 60 16 138 19 37 10 138 15 30 8 138 -107 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -108 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 -109 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -110 111 99 105 255 88 79 84 255 55 49 52 255 44 39 42 255 -111 14 59 22 0 11 47 17 0 7 29 11 0 5 23 8 0 -112 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 -113 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 -114 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 -115 106 14 30 42 84 11 24 42 53 7 15 42 42 5 12 42 -115:1 108 15 22 120 86 12 17 120 54 7 11 120 43 6 8 120 -115:2 108 15 22 120 86 12 17 120 54 7 11 120 43 6 8 120 -115:3 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 -115:4 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 -115:5 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 -115:6 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 -115:7 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 -116 103 64 59 255 82 51 47 255 51 32 29 255 41 25 23 255 -117 124 103 81 118 99 82 64 118 62 51 40 118 49 41 32 118 -118 69 69 69 111 55 55 55 111 34 34 34 111 27 27 27 111 -119 20 18 29 255 16 14 23 255 10 9 14 255 8 7 11 255 -120 89 117 96 255 71 93 76 255 44 58 48 255 35 46 38 255 -120:4 40 72 67 95 32 57 53 95 20 36 33 95 16 28 26 95 -120:5 40 72 67 95 32 57 53 95 20 36 33 95 16 28 26 95 -120:6 40 72 67 95 32 57 53 95 20 36 33 95 16 28 26 95 -120:7 40 72 67 95 32 57 53 95 20 36 33 95 16 28 26 95 -121 221 223 165 255 176 178 132 255 110 111 82 255 88 89 66 255 -122 12 9 15 255 9 7 12 255 6 4 7 255 4 3 6 255 -123 70 43 26 255 56 34 20 255 35 21 13 255 28 17 10 255 -124 119 89 55 255 95 71 44 255 59 44 27 255 47 35 22 255 -125 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -125:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -125:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -125:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -125:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -125:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -125:9 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -125:10 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -125:11 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -125:12 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -125:13 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -126 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -126:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -126:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -126:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -126:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -126:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -126:9 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -126:10 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -126:11 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -126:12 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -126:13 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -127 145 80 30 131 116 64 24 131 72 40 15 131 58 32 12 131 -128 216 209 157 255 172 167 125 255 108 104 78 255 86 83 62 255 -129 109 128 116 255 87 102 92 255 54 64 58 255 43 51 46 255 -130:2 43 60 61 197 34 48 48 197 21 30 30 197 17 24 24 197 -130:3 43 60 61 197 34 48 48 197 21 30 30 197 17 24 24 197 -130:4 43 60 61 197 34 48 48 197 21 30 30 197 17 24 24 197 -130:5 43 60 61 197 34 48 48 197 21 30 30 197 17 24 24 197 -131 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -133 81 217 117 255 64 173 93 255 40 108 58 255 32 86 46 255 -134 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -135 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -136 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -137 178 137 111 255 142 109 88 255 89 68 55 255 71 54 44 255 -138 218 240 244 70 174 192 195 70 109 120 122 70 87 96 97 70 -139 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -139:1 103 121 103 255 82 96 82 255 51 60 51 255 41 48 41 255 -140 118 65 51 49 94 52 40 49 59 32 25 49 47 26 20 49 -141 1 171 16 9 0 136 12 9 0 85 8 9 0 68 6 9 -141:2 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 -141:3 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 -141:4 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -141:5 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -141:6 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -141:7 21 128 2 111 16 102 1 111 10 64 1 111 8 51 0 111 -142 1 171 16 9 0 136 12 9 0 85 8 9 0 68 6 9 -142:2 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 -142:3 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 -142:4 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -142:5 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -142:6 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -142:7 34 170 36 105 27 136 28 105 17 85 18 105 13 68 14 105 -143 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -145 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 -146 127 92 38 197 101 73 30 197 63 46 19 197 50 36 15 197 -146:4 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 -146:5 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 -146:6 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 -146:7 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 -146:8 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 -146:9 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 -146:10 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 -146:11 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 -147 249 236 78 255 199 188 62 255 124 118 39 255 99 94 31 255 -148 219 219 219 255 175 175 175 255 109 109 109 255 87 87 87 255 -149 156 150 149 255 124 120 119 255 78 75 74 255 62 60 59 255 -150 165 149 148 255 132 119 118 255 82 74 74 255 66 59 59 255 -151 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 -152 171 27 9 255 136 21 7 255 85 13 4 255 68 10 3 255 -153 125 84 79 255 100 67 63 255 62 42 39 255 50 33 31 255 -154 55 55 55 255 44 44 44 255 27 27 27 255 22 22 22 255 -155 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 -155:1 231 228 219 255 184 182 175 255 115 114 109 255 92 91 87 255 -155:2 232 229 221 255 185 183 176 255 116 114 110 255 92 91 88 255 -155:3 231 227 219 255 184 181 175 255 115 113 109 255 92 90 87 255 -155:4 231 227 219 255 184 181 175 255 115 113 109 255 92 90 87 255 -156 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 -157 104 83 71 155 83 66 56 155 52 41 35 155 41 33 28 155 -157:8 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -157:9 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -157:10 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -157:11 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -157:12 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -157:13 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -158 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -158:1 86 86 86 255 68 68 68 255 43 43 43 255 34 34 34 255 -159 209 178 161 255 167 142 128 255 104 89 80 255 83 71 64 255 -159:1 161 83 37 255 128 66 29 255 80 41 18 255 64 33 14 255 -159:2 149 88 108 255 119 70 86 255 74 44 54 255 59 35 43 255 -159:3 113 108 137 255 90 86 109 255 56 54 68 255 45 43 54 255 -159:4 186 133 35 255 148 106 28 255 93 66 17 255 74 53 14 255 -159:5 103 117 52 255 82 93 41 255 51 58 26 255 41 46 20 255 -159:6 161 78 78 255 128 62 62 255 80 39 39 255 64 31 31 255 -159:7 57 42 35 255 45 33 28 255 28 21 17 255 22 16 14 255 -159:8 135 106 97 255 108 84 77 255 67 53 48 255 54 42 38 255 -159:9 86 91 91 255 68 72 72 255 43 45 45 255 34 36 36 255 -159:10 118 70 86 255 94 56 68 255 59 35 43 255 47 28 34 255 -159:11 74 59 91 255 59 47 72 255 37 29 45 255 29 23 36 255 -159:12 77 51 35 255 61 40 28 255 38 25 17 255 30 20 14 255 -159:13 76 83 42 255 60 66 33 255 38 41 21 255 30 33 16 255 -159:14 143 61 46 255 114 48 36 255 71 30 23 255 57 24 18 255 -159:15 37 22 16 255 29 17 12 255 18 11 8 255 14 8 6 255 -160 255 255 255 123 204 204 204 123 127 127 127 123 102 102 102 123 -160:1 216 127 51 123 172 101 40 123 108 63 25 123 86 50 20 123 -160:2 178 76 216 123 142 60 172 123 89 38 108 123 71 30 86 123 -160:3 102 153 216 123 81 122 172 123 51 76 108 123 40 61 86 123 -160:4 229 229 51 123 183 183 40 123 114 114 25 123 91 91 20 123 -160:5 127 204 25 123 101 163 20 123 63 102 12 123 50 81 10 123 -160:6 242 127 165 123 193 101 132 123 121 63 82 123 96 50 66 123 -160:7 76 76 76 123 60 60 60 123 38 38 38 123 30 30 30 123 -160:8 153 153 153 123 122 122 122 123 76 76 76 123 61 61 61 123 -160:9 76 127 153 123 60 101 122 123 38 63 76 123 30 50 61 123 -160:10 127 63 178 123 101 50 142 123 63 31 89 123 50 25 71 123 -160:11 51 76 178 123 40 60 142 123 25 38 89 123 20 30 71 123 -160:12 102 76 51 123 81 60 40 123 51 38 25 123 40 30 20 123 -160:13 102 127 51 123 81 101 40 123 51 63 25 123 40 50 20 123 -160:14 153 51 51 123 122 40 40 123 76 25 25 123 61 20 20 123 -160:15 25 25 25 123 20 20 20 123 12 12 12 123 10 10 10 123 -161 47 92 25 154 37 73 20 154 23 46 12 154 18 36 10 154 -162 154 91 64 255 123 72 51 255 77 45 32 255 61 36 25 255 -162:1 104 81 48 255 83 64 38 255 52 40 24 255 41 32 19 255 -162:4 105 99 89 255 84 79 71 255 52 49 44 255 42 39 35 255 -162:5 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 -162:8 105 99 89 255 84 79 71 255 52 49 44 255 42 39 35 255 -162:9 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 -162:12 105 99 89 255 84 79 71 255 52 49 44 255 42 39 35 255 -162:13 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 -163 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -164 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -170 168 139 16 255 134 111 12 255 84 69 8 255 67 55 6 255 -171 221 221 221 255 176 176 176 255 110 110 110 255 88 88 88 255 -171:1 219 125 62 255 175 100 49 255 109 62 31 255 87 50 24 255 -171:2 179 80 188 255 143 64 150 255 89 40 94 255 71 32 75 255 -171:3 106 138 201 255 84 110 160 255 53 69 100 255 42 55 80 255 -171:4 177 166 39 255 141 132 31 255 88 83 19 255 70 66 15 255 -171:5 65 174 56 255 52 139 44 255 32 87 28 255 26 69 22 255 -171:6 208 132 153 255 166 105 122 255 104 66 76 255 83 52 61 255 -171:7 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 -171:8 154 161 161 255 123 128 128 255 77 80 80 255 61 64 64 255 -171:9 46 110 137 255 36 88 109 255 23 55 68 255 18 44 54 255 -171:10 126 61 181 255 100 48 144 255 63 30 90 255 50 24 72 255 -171:11 46 56 141 255 36 44 112 255 23 28 70 255 18 22 56 255 -171:12 79 50 31 255 63 40 24 255 39 25 15 255 31 20 12 255 -171:13 53 70 27 255 42 56 21 255 26 35 13 255 21 28 10 255 -171:14 150 52 48 255 120 41 38 255 75 26 24 255 60 20 19 255 -171:15 25 22 22 255 20 17 17 255 12 11 11 255 10 8 8 255 -172 150 92 66 255 120 73 52 255 75 46 33 255 60 36 26 255 -173 18 18 18 255 14 14 14 255 9 9 9 255 7 7 7 255 -174 165 194 245 255 132 155 196 255 82 97 122 255 66 77 98 255 -175 65 109 43 51 52 87 34 51 32 54 21 51 26 43 17 51 -175:1 142 148 132 86 113 118 105 86 71 74 66 86 56 59 52 86 -175:2 57 91 43 138 45 72 34 138 28 45 21 138 22 36 17 138 -175:3 58 92 43 158 46 73 34 158 29 46 21 158 23 36 17 158 -175:4 69 64 3 185 55 51 2 185 34 32 1 185 27 25 1 185 -175:5 54 88 59 147 43 70 47 147 27 44 29 147 21 35 23 147 -175:8 67 111 45 26 53 88 36 26 33 55 22 26 26 44 18 26 -175:9 148 148 140 83 118 118 112 83 74 74 70 83 59 59 56 83 -175:10 61 97 45 92 48 77 36 92 30 48 22 92 24 38 18 92 -175:11 59 94 44 122 47 75 35 122 29 47 22 122 23 37 17 122 -175:12 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 -175:13 132 133 141 129 105 106 112 129 66 66 70 129 52 53 56 129 -178 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 -179 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 -180 165 84 29 255 132 67 23 255 82 42 14 255 66 33 11 255 -181 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 -182 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 -183 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -184 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -185 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -186 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -187 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -188 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -189 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -190 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -191 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -192 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -193 96 74 49 255 76 59 39 255 48 37 24 255 38 29 19 255 -194 217 210 179 255 173 168 143 255 108 105 89 255 86 84 71 255 -195 151 113 85 207 120 90 68 207 75 56 42 207 60 45 34 207 -196 161 93 58 183 128 74 46 183 80 46 29 183 64 37 23 183 -197 69 47 25 255 55 37 20 255 34 23 12 255 27 18 10 255 - -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 255 57 16 14 255 +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/plugins/dynmap/colorschemes/biome_rainfall_temp.txt b/plugins/dynmap/colorschemes/biome_rainfall_temp.txt new file mode 100644 index 0000000..a34c23a --- /dev/null +++ b/plugins/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/plugins/dynmap/colorschemes/default.txt b/plugins/dynmap/colorschemes/default.txt index cbe7976..96c3a57 100644 --- a/plugins/dynmap/colorschemes/default.txt +++ b/plugins/dynmap/colorschemes/default.txt @@ -1,608 +1,19769 @@ -1 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 -1:1 153 113 98 255 122 90 78 255 76 56 49 255 61 45 39 255 -1:2 159 114 98 255 127 91 78 255 79 57 49 255 63 45 39 255 -1:3 179 179 182 255 143 143 145 255 89 89 91 255 71 71 72 255 -1:4 183 183 185 255 146 146 148 255 91 91 92 255 73 73 74 255 -1:5 130 131 131 255 104 104 104 255 65 65 65 255 52 52 52 255 -1:6 133 133 134 255 106 106 107 255 66 66 67 255 53 53 53 255 -2 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 -3 134 96 67 255 107 76 53 255 67 48 33 255 53 38 26 255 -3:2 90 63 28 255 72 50 22 255 45 31 14 255 36 25 11 255 -4 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -5 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -5:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -5:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -5:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -5:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -5:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -6 71 102 37 107 56 81 29 107 35 51 18 107 28 40 14 107 -6:1 51 58 33 83 40 46 26 83 25 29 16 83 20 23 13 83 -6:2 118 150 84 107 94 120 67 107 59 75 42 107 47 60 33 107 -6:3 48 86 18 85 38 68 14 85 24 43 9 85 19 34 7 85 -6:4 114 115 20 75 91 92 16 75 57 57 10 75 45 46 8 75 -6:5 56 86 28 100 44 68 22 100 28 43 14 100 22 34 11 100 -6:9 51 58 33 83 40 46 26 83 25 29 16 83 20 23 13 83 -6:10 118 150 84 107 94 120 67 107 59 75 42 107 47 60 33 107 -6:11 48 86 18 85 38 68 14 85 24 43 9 85 19 34 7 85 -6:12 114 115 20 75 91 92 16 75 57 57 10 75 45 46 8 75 -6:13 56 86 28 100 44 68 22 100 28 43 14 100 22 34 11 100 -7 83 83 83 255 66 66 66 255 41 41 41 255 33 33 33 255 -8 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 -9 47 67 244 179 37 53 195 179 23 33 122 179 18 26 97 179 -9:1 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 -9:2 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 -9:3 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 -9:4 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 -9:5 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 -9:6 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 -9:7 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 -10 207 91 20 255 165 72 16 255 103 45 10 255 82 36 8 255 -11 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 -12 219 211 160 255 175 168 128 255 109 105 80 255 87 84 64 255 -12:1 169 88 33 255 135 70 26 255 84 44 16 255 67 35 13 255 -13 126 124 122 255 100 99 97 255 63 62 61 255 50 49 48 255 -14 143 139 124 255 114 111 99 255 71 69 62 255 57 55 49 255 -15 135 130 126 255 108 104 100 255 67 65 63 255 54 52 50 255 -16 115 115 115 255 92 92 92 255 57 57 57 255 46 46 46 255 -17 154 125 77 255 123 100 61 255 77 62 38 255 61 50 30 255 -17:1 104 81 48 255 83 64 38 255 52 40 24 255 41 32 19 255 -17:2 184 166 121 255 147 132 96 255 92 83 60 255 73 66 48 255 -17:3 153 118 73 255 122 94 58 255 76 59 36 255 61 47 29 255 -17:4 102 81 49 255 81 64 39 255 51 40 24 255 40 32 19 255 -17:5 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 -17:6 206 206 201 255 164 164 160 255 103 103 100 255 82 82 80 255 -17:7 87 67 26 255 69 53 20 255 43 33 13 255 34 26 10 255 -17:8 102 81 49 255 81 64 39 255 51 40 24 255 40 32 19 255 -17:9 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 -17:10 206 206 201 255 164 164 160 255 103 103 100 255 82 82 80 255 -17:11 87 67 26 255 69 53 20 255 43 33 13 255 34 26 10 255 -17:12 102 81 49 255 81 64 39 255 51 40 24 255 40 32 19 255 -17:13 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 -17:14 206 206 201 255 164 164 160 255 103 103 100 255 82 82 80 255 -17:15 87 67 26 255 69 53 20 255 43 33 13 255 34 26 10 255 -18 47 92 25 154 37 73 20 154 23 46 12 154 18 36 10 154 -18:1 44 69 44 165 35 55 35 165 22 34 22 165 17 27 17 165 -18:2 67 88 45 154 53 70 36 154 33 44 22 154 26 35 18 154 -18:3 50 96 25 201 40 76 20 201 25 48 12 201 20 38 10 201 -18:5 44 69 44 165 35 55 35 165 22 34 22 165 17 27 17 165 -18:6 67 88 45 154 53 70 36 154 33 44 22 154 26 35 18 154 -18:7 50 96 25 201 40 76 20 201 25 48 12 201 20 38 10 201 -18:9 44 69 44 165 35 55 35 165 22 34 22 165 17 27 17 165 -18:10 67 88 45 154 53 70 36 154 33 44 22 154 26 35 18 154 -18:11 50 96 25 201 40 76 20 201 25 48 12 201 20 38 10 201 -18:13 44 69 44 165 35 55 35 165 22 34 22 165 17 27 17 165 -18:14 67 88 45 154 53 70 36 154 33 44 22 154 26 35 18 154 -18:15 50 96 25 201 40 76 20 201 25 48 12 201 20 38 10 201 -19 194 195 84 255 155 156 67 255 97 97 42 255 77 78 33 255 -19:1 160 158 63 255 128 126 50 255 80 79 31 255 64 63 25 255 -20 218 240 244 70 174 192 195 70 109 120 122 70 87 96 97 70 -21 102 112 134 255 81 89 107 255 51 56 67 255 40 44 53 255 -22 38 67 137 255 30 53 109 255 19 33 68 255 15 26 54 255 -23 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -23:1 86 86 86 255 68 68 68 255 43 43 43 255 34 34 34 255 -23:9 86 86 86 255 68 68 68 255 43 43 43 255 34 34 34 255 -24 218 210 158 255 174 168 126 255 109 105 79 255 87 84 63 255 -25 100 67 50 255 80 53 40 255 50 33 25 255 40 26 20 255 -26 142 22 22 255 113 17 17 255 71 11 11 255 56 8 8 255 -26:8 175 116 116 255 140 92 92 255 87 58 58 255 70 46 46 255 -26:9 175 116 116 255 140 92 92 255 87 58 58 255 70 46 46 255 -26:10 175 116 116 255 140 92 92 255 87 58 58 255 70 46 46 255 -26:11 175 116 116 255 140 92 92 255 87 58 58 255 70 46 46 255 -27 132 108 72 171 105 86 57 171 66 54 36 171 52 43 28 171 -27:8 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 -27:9 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 -27:10 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 -27:11 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 -27:12 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 -27:13 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 -28 120 101 89 155 96 80 71 155 60 50 44 155 48 40 35 155 -29 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -29:1 141 146 99 255 112 116 79 255 70 73 49 255 56 58 39 255 -29:2 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 -29:3 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 -29:4 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 -29:5 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 -29:10 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 -29:11 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 -29:12 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 -29:13 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 -30 220 220 220 104 176 176 176 104 110 110 110 104 88 88 88 104 -31 123 79 25 81 98 63 20 81 61 39 12 81 49 31 10 81 -31:1 64 101 47 162 51 80 37 162 32 50 23 162 25 40 18 162 -31:2 56 90 42 78 44 72 33 78 28 45 21 78 22 36 16 78 -32 123 79 25 81 98 63 20 81 61 39 12 81 49 31 10 81 -33 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -33:1 153 129 89 255 122 103 71 255 76 64 44 255 61 51 35 255 -33:2 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 -33:3 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 -33:4 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 -33:5 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 -33:10 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 -33:11 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 -33:12 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 -33:13 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 -34 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -34:1 153 129 89 255 122 103 71 255 76 64 44 255 61 51 35 255 -34:2 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 -34:3 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 -34:4 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 -34:5 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 -34:9 141 146 99 255 112 116 79 255 70 73 49 255 56 58 39 255 -34:10 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 -34:11 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 -34:12 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 -34:13 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 -35 221 221 221 255 176 176 176 255 110 110 110 255 88 88 88 255 -35:1 219 125 62 255 175 100 49 255 109 62 31 255 87 50 24 255 -35:2 179 80 188 255 143 64 150 255 89 40 94 255 71 32 75 255 -35:3 106 138 201 255 84 110 160 255 53 69 100 255 42 55 80 255 -35:4 177 166 39 255 141 132 31 255 88 83 19 255 70 66 15 255 -35:5 65 174 56 255 52 139 44 255 32 87 28 255 26 69 22 255 -35:6 208 132 153 255 166 105 122 255 104 66 76 255 83 52 61 255 -35:7 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 -35:8 154 161 161 255 123 128 128 255 77 80 80 255 61 64 64 255 -35:9 46 110 137 255 36 88 109 255 23 55 68 255 18 44 54 255 -35:10 126 61 181 255 100 48 144 255 63 30 90 255 50 24 72 255 -35:11 46 56 141 255 36 44 112 255 23 28 70 255 18 22 56 255 -35:12 79 50 31 255 63 40 24 255 39 25 15 255 31 20 12 255 -35:13 53 70 27 255 42 56 21 255 26 35 13 255 21 28 10 255 -35:14 150 52 48 255 120 41 38 255 75 26 24 255 60 20 19 255 -35:15 25 22 22 255 20 17 17 255 12 11 11 255 10 8 8 255 -37 108 162 0 30 86 129 0 30 54 81 0 30 43 64 0 30 -38 100 57 4 34 80 45 3 34 50 28 2 34 40 22 1 34 -38:1 37 152 138 45 29 121 110 45 18 76 69 45 14 60 55 45 -38:2 177 141 211 38 141 112 168 38 88 70 105 38 70 56 84 38 -38:3 162 191 138 42 129 152 110 42 81 95 69 42 64 76 55 42 -38:4 103 135 38 48 82 108 30 48 51 67 19 48 41 54 15 48 -38:5 95 134 32 49 76 107 25 49 47 67 16 49 38 53 12 49 -38:6 94 153 65 48 75 122 52 48 47 76 32 48 37 61 26 48 -38:7 101 150 73 47 80 120 58 47 50 75 36 47 40 60 29 47 -38:8 176 197 139 43 140 157 111 43 88 98 69 43 70 78 55 43 -39 138 105 83 25 110 84 66 25 69 52 41 25 55 42 33 25 -40 195 53 56 33 156 42 44 33 97 26 28 33 78 21 22 33 -41 249 236 78 255 199 188 62 255 124 118 39 255 99 94 31 255 -42 219 219 219 255 175 175 175 255 109 109 109 255 87 87 87 255 -43 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 -43:1 218 210 158 255 174 168 126 255 109 105 79 255 87 84 63 255 -43:2 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -43:3 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -43:4 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 -43:5 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -43:6 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 -43:7 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 -43:9 218 210 158 255 174 168 126 255 109 105 79 255 87 84 63 255 -43:10 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -43:11 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -43:12 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 -43:13 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -43:14 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 -43:15 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 -44 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 -44:1 218 210 158 255 174 168 126 255 109 105 79 255 87 84 63 255 -44:2 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -44:3 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -44:4 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 -44:5 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -44:6 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 -44:7 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 -44:9 218 210 158 255 174 168 126 255 109 105 79 255 87 84 63 255 -44:10 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -44:11 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -44:12 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 -44:13 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -44:14 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 -44:15 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 -45 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 -46 130 65 47 255 104 52 37 255 65 32 23 255 52 26 18 255 -47 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -48 103 121 103 255 82 96 82 255 51 60 51 255 41 48 41 255 -49 20 18 29 255 16 14 23 255 10 9 14 255 8 7 11 255 -50 130 106 58 19 104 84 46 19 65 53 29 19 52 42 23 19 -51 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 -52 26 39 49 155 20 31 39 155 13 19 24 155 10 15 19 155 -53 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -54 127 92 38 197 101 73 30 197 63 46 19 197 50 36 15 197 -54:4 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 -54:5 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 -54:6 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 -54:7 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 -54:8 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 -54:9 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 -54:10 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 -54:11 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 -55 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 -56 129 140 143 255 103 112 114 255 64 70 71 255 51 56 57 255 -57 97 219 213 255 77 175 170 255 48 109 106 255 38 87 85 255 -58 107 71 42 255 85 56 33 255 53 35 21 255 42 28 16 255 -59 0 179 18 5 0 143 14 5 0 89 9 5 0 71 7 5 -59:1 18 172 15 19 14 137 12 19 9 86 7 19 7 68 6 19 -59:2 28 137 11 43 22 109 8 43 14 68 5 43 11 54 4 43 -59:3 37 139 8 77 29 111 6 77 18 69 4 77 14 55 3 77 -59:4 46 128 7 103 36 102 5 103 23 64 3 103 18 51 2 103 -59:5 66 123 7 128 52 98 5 128 33 61 3 128 26 49 2 128 -59:6 80 118 7 142 64 94 5 142 40 59 3 142 32 47 2 142 -59:7 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 -59:8 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 -59:9 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 -59:10 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 -59:11 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 -59:12 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 -59:13 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 -59:14 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 -59:15 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 -60 115 75 45 255 92 60 36 255 57 37 22 255 46 30 18 255 -60:1 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:2 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:3 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:4 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:5 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:6 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:7 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:8 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:9 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:10 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:11 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:12 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:13 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:14 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -60:15 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 -61:2 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -61:3 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -61:4 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -61:5 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -62:2 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -62:3 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -62:4 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -62:5 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -63 160 130 80 10 128 104 64 10 80 65 40 10 64 52 32 10 -64 134 103 51 207 107 82 40 207 67 51 25 207 53 41 20 207 -65 121 95 52 143 96 76 41 143 60 47 26 143 48 38 20 143 -66 121 108 88 143 96 86 70 143 60 54 44 143 48 43 35 143 -66:6 120 107 86 107 96 85 68 107 60 53 43 107 48 42 34 107 -66:7 120 107 86 107 96 85 68 107 60 53 43 107 48 42 34 107 -66:8 120 107 86 107 96 85 68 107 60 53 43 107 48 42 34 107 -66:9 120 107 86 107 96 85 68 107 60 53 43 107 48 42 34 107 -67 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -68 160 130 80 10 128 104 64 10 80 65 40 10 64 52 32 10 -69 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -70 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 -71 186 186 186 207 148 148 148 207 93 93 93 207 74 74 74 207 -72 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -73 132 107 107 255 105 85 85 255 66 53 53 255 52 42 42 255 -74 132 107 107 255 105 85 85 255 66 53 53 255 52 42 42 255 -75:1 93 62 38 19 74 49 30 19 46 31 19 19 37 24 15 19 -75:2 93 62 38 19 74 49 30 19 46 31 19 19 37 24 15 19 -75:3 93 62 38 19 74 49 30 19 46 31 19 19 37 24 15 19 -75:4 93 62 38 19 74 49 30 19 46 31 19 19 37 24 15 19 -75:5 93 62 38 19 74 49 30 19 46 31 19 19 37 24 15 19 -76:1 167 75 41 25 133 60 32 25 83 37 20 25 66 30 16 25 -76:2 167 75 41 25 133 60 32 25 83 37 20 25 66 30 16 25 -76:3 167 75 41 25 133 60 32 25 83 37 20 25 66 30 16 25 -76:4 167 75 41 25 133 60 32 25 83 37 20 25 66 30 16 25 -76:5 167 75 41 25 133 60 32 25 83 37 20 25 66 30 16 25 -77 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 -78 239 251 251 255 191 200 200 255 119 125 125 255 95 100 100 255 -79 125 173 255 159 100 138 204 159 62 86 127 159 50 69 102 159 -80 239 251 251 255 191 200 200 255 119 125 125 255 95 100 100 255 -81 13 99 24 195 10 79 19 195 6 49 12 195 5 39 9 195 -82 158 164 176 255 126 131 140 255 79 82 88 255 63 65 70 255 -83 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 -84 107 73 55 255 85 58 44 255 53 36 27 255 42 29 22 255 -85 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -86 192 118 21 255 153 94 16 255 96 59 10 255 76 47 8 255 -87 111 54 52 255 88 43 41 255 55 27 26 255 44 21 20 255 -88 84 64 51 255 67 51 40 255 42 32 25 255 33 25 20 255 -89 143 118 69 255 114 94 55 255 71 59 34 255 57 47 27 255 -90 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 -91 192 118 21 255 153 94 16 255 96 59 10 255 76 47 8 255 -92 228 205 206 195 182 164 164 195 114 102 103 195 91 82 82 195 -93 151 147 147 255 120 117 117 255 75 73 73 255 60 58 58 255 -94 160 147 147 255 128 117 117 255 80 73 73 255 64 58 58 255 -95 255 255 255 123 204 204 204 123 127 127 127 123 102 102 102 123 -95:1 216 127 51 123 172 101 40 123 108 63 25 123 86 50 20 123 -95:2 178 76 216 123 142 60 172 123 89 38 108 123 71 30 86 123 -95:3 102 153 216 123 81 122 172 123 51 76 108 123 40 61 86 123 -95:4 229 229 51 123 183 183 40 123 114 114 25 123 91 91 20 123 -95:5 127 204 25 123 101 163 20 123 63 102 12 123 50 81 10 123 -95:6 242 127 165 123 193 101 132 123 121 63 82 123 96 50 66 123 -95:7 76 76 76 123 60 60 60 123 38 38 38 123 30 30 30 123 -95:8 153 153 153 123 122 122 122 123 76 76 76 123 61 61 61 123 -95:9 76 127 153 123 60 101 122 123 38 63 76 123 30 50 61 123 -95:10 127 63 178 123 101 50 142 123 63 31 89 123 50 25 71 123 -95:11 51 76 178 123 40 60 142 123 25 38 89 123 20 30 71 123 -95:12 102 76 51 123 81 60 40 123 51 38 25 123 40 30 20 123 -95:13 102 127 51 123 81 101 40 123 51 63 25 123 40 50 20 123 -95:14 153 51 51 123 122 40 40 123 76 25 25 123 61 20 20 123 -95:15 25 25 25 123 20 20 20 123 12 12 12 123 10 10 10 123 -96 126 93 45 219 100 74 36 219 63 46 22 219 50 37 18 219 -97 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 -97:1 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -97:2 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -98 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -98:1 114 119 106 255 91 95 84 255 57 59 53 255 45 47 42 255 -98:2 118 118 118 255 94 94 94 255 59 59 59 255 47 47 47 255 -98:3 118 118 118 255 94 94 94 255 59 59 59 255 47 47 47 255 -99 202 171 120 255 161 136 96 255 101 85 60 255 80 68 48 255 -99:1 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:2 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:3 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:4 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:5 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:6 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:7 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:8 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:9 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:14 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:15 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 -100 202 171 120 255 161 136 96 255 101 85 60 255 80 68 48 255 -100:1 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:2 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:3 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:4 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:5 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:6 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:7 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:8 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:9 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:14 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:15 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 -101 109 108 106 115 87 86 84 115 54 54 53 115 43 43 42 115 -102 218 240 244 70 174 192 195 70 109 120 122 70 87 96 97 70 -103 151 153 36 255 120 122 28 255 75 76 18 255 60 61 14 255 -104 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 -105 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 -106 38 75 20 138 30 60 16 138 19 37 10 138 15 30 8 138 -107 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -108 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 -109 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -110 111 99 105 255 88 79 84 255 55 49 52 255 44 39 42 255 -111 14 59 22 147 11 47 17 147 7 29 11 147 5 23 8 147 -112 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 -113 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 -114 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 -115 106 14 30 42 84 11 24 42 53 7 15 42 42 5 12 42 -115:1 108 15 22 120 86 12 17 120 54 7 11 120 43 6 8 120 -115:2 108 15 22 120 86 12 17 120 54 7 11 120 43 6 8 120 -115:3 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 -115:4 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 -115:5 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 -115:6 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 -115:7 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 -116 103 64 59 255 82 51 47 255 51 32 29 255 41 25 23 255 -117 124 103 81 118 99 82 64 118 62 51 40 118 49 41 32 118 -118 71 71 71 155 56 56 56 155 35 35 35 155 28 28 28 155 -119 20 18 29 255 16 14 23 255 10 9 14 255 8 7 11 255 -120 89 117 96 255 71 93 76 255 44 58 48 255 35 46 38 255 -120:4 40 72 67 95 32 57 53 95 20 36 33 95 16 28 26 95 -120:5 40 72 67 95 32 57 53 95 20 36 33 95 16 28 26 95 -120:6 40 72 67 95 32 57 53 95 20 36 33 95 16 28 26 95 -120:7 40 72 67 95 32 57 53 95 20 36 33 95 16 28 26 95 -121 221 223 165 255 176 178 132 255 110 111 82 255 88 89 66 255 -122 12 9 15 255 9 7 12 255 6 4 7 255 4 3 6 255 -123 70 43 26 255 56 34 20 255 35 21 13 255 28 17 10 255 -124 119 89 55 255 95 71 44 255 59 44 27 255 47 35 22 255 -125 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -125:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -125:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -125:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -125:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -125:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -125:9 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -125:10 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -125:11 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -125:12 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -125:13 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -126 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -126:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -126:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -126:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -126:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -126:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -126:9 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -126:10 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -126:11 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -126:12 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -126:13 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -127 145 80 30 131 116 64 24 131 72 40 15 131 58 32 12 131 -128 216 209 157 255 172 167 125 255 108 104 78 255 86 83 62 255 -129 109 128 116 255 87 102 92 255 54 64 58 255 43 51 46 255 -130:2 43 60 61 197 34 48 48 197 21 30 30 197 17 24 24 197 -130:3 43 60 61 197 34 48 48 197 21 30 30 197 17 24 24 197 -130:4 43 60 61 197 34 48 48 197 21 30 30 197 17 24 24 197 -130:5 43 60 61 197 34 48 48 197 21 30 30 197 17 24 24 197 -131 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -133 81 217 117 255 64 173 93 255 40 108 58 255 32 86 46 255 -134 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -135 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -136 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -137 178 137 111 255 142 109 88 255 89 68 55 255 71 54 44 255 -138 218 240 244 70 174 192 195 70 109 120 122 70 87 96 97 70 -139 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -139:1 103 121 103 255 82 96 82 255 51 60 51 255 41 48 41 255 -140 118 65 51 49 94 52 40 49 59 32 25 49 47 26 20 49 -141 1 171 16 9 0 136 12 9 0 85 8 9 0 68 6 9 -141:2 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 -141:3 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 -141:4 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -141:5 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -141:6 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -141:7 21 128 2 111 16 102 1 111 10 64 1 111 8 51 0 111 -142 1 171 16 9 0 136 12 9 0 85 8 9 0 68 6 9 -142:2 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 -142:3 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 -142:4 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -142:5 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -142:6 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -142:7 34 170 36 105 27 136 28 105 17 85 18 105 13 68 14 105 -143 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -145 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 -146 127 92 38 197 101 73 30 197 63 46 19 197 50 36 15 197 -146:4 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 -146:5 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 -146:6 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 -146:7 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 -146:8 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 -146:9 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 -146:10 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 -146:11 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 -147 249 236 78 255 199 188 62 255 124 118 39 255 99 94 31 255 -148 219 219 219 255 175 175 175 255 109 109 109 255 87 87 87 255 -149 156 150 149 255 124 120 119 255 78 75 74 255 62 60 59 255 -150 165 149 148 255 132 119 118 255 82 74 74 255 66 59 59 255 -151 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 -152 171 27 9 255 136 21 7 255 85 13 4 255 68 10 3 255 -153 125 84 79 255 100 67 63 255 62 42 39 255 50 33 31 255 -154 55 55 55 255 44 44 44 255 27 27 27 255 22 22 22 255 -155 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 -155:1 231 228 219 255 184 182 175 255 115 114 109 255 92 91 87 255 -155:2 232 229 221 255 185 183 176 255 116 114 110 255 92 91 88 255 -155:3 231 227 219 255 184 181 175 255 115 113 109 255 92 90 87 255 -155:4 231 227 219 255 184 181 175 255 115 113 109 255 92 90 87 255 -156 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 -157 104 83 71 155 83 66 56 155 52 41 35 155 41 33 28 155 -157:8 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -157:9 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -157:10 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -157:11 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -157:12 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -157:13 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -158 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -158:1 86 86 86 255 68 68 68 255 43 43 43 255 34 34 34 255 -159 209 178 161 255 167 142 128 255 104 89 80 255 83 71 64 255 -159:1 161 83 37 255 128 66 29 255 80 41 18 255 64 33 14 255 -159:2 149 88 108 255 119 70 86 255 74 44 54 255 59 35 43 255 -159:3 113 108 137 255 90 86 109 255 56 54 68 255 45 43 54 255 -159:4 186 133 35 255 148 106 28 255 93 66 17 255 74 53 14 255 -159:5 103 117 52 255 82 93 41 255 51 58 26 255 41 46 20 255 -159:6 161 78 78 255 128 62 62 255 80 39 39 255 64 31 31 255 -159:7 57 42 35 255 45 33 28 255 28 21 17 255 22 16 14 255 -159:8 135 106 97 255 108 84 77 255 67 53 48 255 54 42 38 255 -159:9 86 91 91 255 68 72 72 255 43 45 45 255 34 36 36 255 -159:10 118 70 86 255 94 56 68 255 59 35 43 255 47 28 34 255 -159:11 74 59 91 255 59 47 72 255 37 29 45 255 29 23 36 255 -159:12 77 51 35 255 61 40 28 255 38 25 17 255 30 20 14 255 -159:13 76 83 42 255 60 66 33 255 38 41 21 255 30 33 16 255 -159:14 143 61 46 255 114 48 36 255 71 30 23 255 57 24 18 255 -159:15 37 22 16 255 29 17 12 255 18 11 8 255 14 8 6 255 -160 255 255 255 123 204 204 204 123 127 127 127 123 102 102 102 123 -160:1 216 127 51 123 172 101 40 123 108 63 25 123 86 50 20 123 -160:2 178 76 216 123 142 60 172 123 89 38 108 123 71 30 86 123 -160:3 102 153 216 123 81 122 172 123 51 76 108 123 40 61 86 123 -160:4 229 229 51 123 183 183 40 123 114 114 25 123 91 91 20 123 -160:5 127 204 25 123 101 163 20 123 63 102 12 123 50 81 10 123 -160:6 242 127 165 123 193 101 132 123 121 63 82 123 96 50 66 123 -160:7 76 76 76 123 60 60 60 123 38 38 38 123 30 30 30 123 -160:8 153 153 153 123 122 122 122 123 76 76 76 123 61 61 61 123 -160:9 76 127 153 123 60 101 122 123 38 63 76 123 30 50 61 123 -160:10 127 63 178 123 101 50 142 123 63 31 89 123 50 25 71 123 -160:11 51 76 178 123 40 60 142 123 25 38 89 123 20 30 71 123 -160:12 102 76 51 123 81 60 40 123 51 38 25 123 40 30 20 123 -160:13 102 127 51 123 81 101 40 123 51 63 25 123 40 50 20 123 -160:14 153 51 51 123 122 40 40 123 76 25 25 123 61 20 20 123 -160:15 25 25 25 123 20 20 20 123 12 12 12 123 10 10 10 123 -161 47 92 25 154 37 73 20 154 23 46 12 154 18 36 10 154 -162 154 91 64 255 123 72 51 255 77 45 32 255 61 36 25 255 -162:1 104 81 48 255 83 64 38 255 52 40 24 255 41 32 19 255 -162:4 105 99 89 255 84 79 71 255 52 49 44 255 42 39 35 255 -162:5 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 -162:8 105 99 89 255 84 79 71 255 52 49 44 255 42 39 35 255 -162:9 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 -162:12 105 99 89 255 84 79 71 255 52 49 44 255 42 39 35 255 -162:13 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 -163 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -164 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -165 120 200 101 188 96 160 80 188 60 100 50 188 48 80 40 188 -167 199 199 199 219 159 159 159 219 99 99 99 219 79 79 79 219 -168 106 170 150 255 84 136 120 255 53 85 75 255 42 68 60 255 -168:1 99 160 143 255 79 128 114 255 49 80 71 255 39 64 57 255 -168:2 59 87 75 255 47 69 60 255 29 43 37 255 23 34 30 255 -169 172 200 190 255 137 160 152 255 86 100 95 255 68 80 76 255 -170 168 139 16 255 134 111 12 255 84 69 8 255 67 55 6 255 -171 221 221 221 255 176 176 176 255 110 110 110 255 88 88 88 255 -171:1 219 125 62 255 175 100 49 255 109 62 31 255 87 50 24 255 -171:2 179 80 188 255 143 64 150 255 89 40 94 255 71 32 75 255 -171:3 106 138 201 255 84 110 160 255 53 69 100 255 42 55 80 255 -171:4 177 166 39 255 141 132 31 255 88 83 19 255 70 66 15 255 -171:5 65 174 56 255 52 139 44 255 32 87 28 255 26 69 22 255 -171:6 208 132 153 255 166 105 122 255 104 66 76 255 83 52 61 255 -171:7 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 -171:8 154 161 161 255 123 128 128 255 77 80 80 255 61 64 64 255 -171:9 46 110 137 255 36 88 109 255 23 55 68 255 18 44 54 255 -171:10 126 61 181 255 100 48 144 255 63 30 90 255 50 24 72 255 -171:11 46 56 141 255 36 44 112 255 23 28 70 255 18 22 56 255 -171:12 79 50 31 255 63 40 24 255 39 25 15 255 31 20 12 255 -171:13 53 70 27 255 42 56 21 255 26 35 13 255 21 28 10 255 -171:14 150 52 48 255 120 41 38 255 75 26 24 255 60 20 19 255 -171:15 25 22 22 255 20 17 17 255 12 11 11 255 10 8 8 255 -172 150 92 66 255 120 73 52 255 75 46 33 255 60 36 26 255 -173 18 18 18 255 14 14 14 255 9 9 9 255 7 7 7 255 -174 165 194 245 255 132 155 196 255 82 97 122 255 66 77 98 255 -175 69 64 3 185 55 51 2 185 34 32 1 185 27 25 1 185 -175:8 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 -175:9 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 -175:10 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 -175:11 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 -175:12 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 -175:13 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 -175:14 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 -175:15 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 -178 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 -179 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 -180 165 84 29 255 132 67 23 255 82 42 14 255 66 33 11 255 -181 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 -182 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 -183 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -184 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -185 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -186 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -187 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -188 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -189 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -190 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -191 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -192 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -193 96 74 49 255 76 59 39 255 48 37 24 255 38 29 19 255 -194 217 210 179 255 173 168 143 255 108 105 89 255 86 84 71 255 -195 151 113 85 207 120 90 68 207 75 56 42 207 60 45 34 207 -196 161 93 58 183 128 74 46 183 80 46 29 183 64 37 23 183 -197 69 47 25 255 55 37 20 255 34 23 12 255 27 18 10 255 - -Biome Mapping -[RAINFOREST] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 -[SWAMPLAND] 64 128 0 255 51 102 0 255 32 64 0 255 26 51 0 255 -[SEASONAL_FOREST] 51 165 42 255 41 132 34 255 26 83 21 255 20 66 17 255 -[FOREST] 0 128 64 255 0 102 51 255 0 64 32 255 0 51 26 255 -[SAVANNA] 58 58 58 255 46 46 46 255 29 29 29 255 23 23 23 255 -[SHRUBLAND] 170 158 24 255 136 126 19 255 85 79 12 255 68 63 10 255 -[TAIGA] 204 255 102 255 163 204 82 255 102 128 51 255 82 102 41 255 -[DESERT] 255 255 102 255 204 204 82 255 128 128 51 255 102 102 41 255 -[PLAINS] 255 204 102 255 204 163 82 255 128 102 51 255 102 82 41 255 -[ICE_DESERT] 26 33 103 255 21 26 82 255 13 17 52 255 10 13 41 255 -[TUNDRA] 222 222 222 255 178 178 178 255 111 111 111 255 89 89 89 255 -[HELL] 255 0 0 255 204 0 0 255 128 0 0 255 102 0 0 255 -[SKY] 102 204 255 255 82 163 204 255 51 102 128 255 41 82 102 255 -[OCEAN] 0 0 255 255 0 0 204 255 0 0 128 255 0 0 102 255 -[RIVER] 0 128 255 255 0 102 204 255 0 64 128 255 0 51 102 255 -[EXTREME_HILLS] 128 64 0 255 102 51 0 255 64 32 0 255 51 26 0 255 -[FROZEN_OCEAN] 102 255 204 255 82 204 163 255 51 128 102 255 41 102 82 255 -[FROZEN_RIVER] 102 102 255 255 82 82 204 255 51 51 128 255 41 41 102 255 -[ICE_PLAINS] 102 255 255 255 82 204 204 255 51 128 128 255 41 102 102 255 -[ICE_MOUNTAINS] 255 255 255 255 204 204 204 255 128 128 128 255 102 102 102 255 -[MUSHROOM_ISLAND] 255 111 207 255 204 89 166 255 128 56 104 255 102 44 83 255 -[MUSHROOM_SHORE] 255 0 128 255 204 0 102 255 128 0 64 255 102 0 51 255 -[BEACH] 255 206 75 255 230 185 68 255 255 206 75 255 179 144 53 255 -[DESERT_HILLS] 255 146 51 255 230 131 46 255 255 146 51 255 179 102 36 255 -[FOREST_HILLS] 0 162 100 255 0 146 90 255 0 162 100 255 0 113 70 255 -[TAIGA_HILLS] 178 212 117 255 160 191 105 255 178 212 117 255 125 148 82 255 -[SMALL_MOUNTAINS] 184 103 33 255 166 93 30 255 184 103 33 255 129 72 23 255 -[JUNGLE] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 -[JUNGLE_HILLS] 33 44 14 255 26 36 12 255 16 22 7 255 13 18 6 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 255 57 16 14 255 +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/plugins/dynmap/colorschemes/dokudark.txt b/plugins/dynmap/colorschemes/dokudark.txt index 116ea12..174630e 100644 --- a/plugins/dynmap/colorschemes/dokudark.txt +++ b/plugins/dynmap/colorschemes/dokudark.txt @@ -1,611 +1,19763 @@ -1 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 -1:1 74 58 51 255 59 46 40 255 37 29 25 255 29 23 20 255 -1:2 74 57 47 255 59 45 37 255 37 28 23 255 29 22 18 255 -1:3 159 154 134 255 127 123 107 255 79 77 67 255 63 61 53 255 -1:4 169 164 146 255 135 131 116 255 84 82 73 255 67 65 58 255 -1:5 68 70 60 255 54 56 48 255 34 35 30 255 27 28 24 255 -1:6 65 68 57 255 52 54 45 255 32 34 28 255 26 27 22 255 -2 63 90 45 255 50 72 36 255 31 45 22 255 25 36 18 255 -3 65 53 44 255 52 42 35 255 32 26 22 255 26 21 17 255 -3:2 83 63 37 255 66 50 29 255 41 31 18 255 33 25 14 255 -4 84 92 79 255 67 73 63 255 42 46 39 255 33 36 31 255 -5 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 -5:1 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 -5:2 115 108 87 255 92 86 69 255 57 54 43 255 46 43 34 255 -5:3 49 48 33 255 39 38 26 255 24 24 16 255 19 19 13 255 -5:4 67 42 37 255 53 33 29 255 33 21 18 255 26 16 14 255 -5:5 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 -6 44 49 33 114 35 39 26 114 22 24 16 114 17 19 13 114 -6:1 36 44 27 63 28 35 21 63 18 22 13 63 14 17 10 63 -6:2 79 86 51 91 63 68 40 91 39 43 25 91 31 34 20 91 -6:3 34 61 13 81 27 48 10 81 17 30 6 81 13 24 5 81 -6:4 71 71 52 82 56 56 41 82 35 35 26 82 28 28 20 82 -6:5 38 41 30 121 30 32 24 121 19 20 15 121 15 16 12 121 -6:9 36 44 27 63 28 35 21 63 18 22 13 63 14 17 10 63 -6:10 79 86 51 91 63 68 40 91 39 43 25 91 31 34 20 91 -6:11 34 61 13 81 27 48 10 81 17 30 6 81 13 24 5 81 -6:12 71 71 52 82 56 56 41 82 35 35 26 82 28 28 20 82 -6:13 38 41 30 121 30 32 24 121 19 20 15 121 15 16 12 121 -7 38 37 36 255 30 29 28 255 19 18 18 255 15 14 14 255 -8 66 119 101 141 52 95 80 141 33 59 50 141 26 47 40 141 -9 64 119 103 144 51 95 82 144 32 59 51 144 25 47 41 144 -9:1 66 119 101 141 52 95 80 141 33 59 50 141 26 47 40 141 -9:2 66 119 101 141 52 95 80 141 33 59 50 141 26 47 40 141 -9:3 66 119 101 141 52 95 80 141 33 59 50 141 26 47 40 141 -9:4 66 119 101 141 52 95 80 141 33 59 50 141 26 47 40 141 -9:5 66 119 101 141 52 95 80 141 33 59 50 141 26 47 40 141 -9:6 66 119 101 141 52 95 80 141 33 59 50 141 26 47 40 141 -9:7 66 119 101 141 52 95 80 141 33 59 50 141 26 47 40 141 -10 127 24 10 255 101 19 8 255 63 12 5 255 50 9 4 255 -11 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 -12 124 116 91 255 99 92 72 255 62 58 45 255 49 46 36 255 -12:1 121 88 68 255 96 70 54 255 60 44 34 255 48 35 27 255 -13 55 53 44 255 44 42 35 255 27 26 22 255 22 21 17 255 -14 108 103 83 255 86 82 66 255 54 51 41 255 43 41 33 255 -15 95 93 84 255 76 74 67 255 47 46 42 255 38 37 33 255 -16 71 75 70 255 56 60 56 255 35 37 35 255 28 30 28 255 -17 118 113 94 255 94 90 75 255 59 56 47 255 47 45 37 255 -17:4 52 53 45 255 41 42 36 255 26 26 22 255 20 21 18 255 -17:5 41 38 35 255 32 30 28 255 20 19 17 255 16 15 14 255 -17:6 152 148 143 255 121 118 114 255 76 74 71 255 60 59 57 255 -17:7 36 33 18 255 28 26 14 255 18 16 9 255 14 13 7 255 -17:8 52 53 45 255 41 42 36 255 26 26 22 255 20 21 18 255 -17:9 41 38 35 255 32 30 28 255 20 19 17 255 16 15 14 255 -17:10 152 148 143 255 121 118 114 255 76 74 71 255 60 59 57 255 -17:11 36 33 18 255 28 26 14 255 18 16 9 255 14 13 7 255 -17:12 52 53 45 255 41 42 36 255 26 26 22 255 20 21 18 255 -17:13 41 38 35 255 32 30 28 255 20 19 17 255 16 15 14 255 -17:14 152 148 143 255 121 118 114 255 76 74 71 255 60 59 57 255 -17:15 36 33 18 255 28 26 14 255 18 16 9 255 14 13 7 255 -18 24 40 14 214 19 32 11 214 12 20 7 214 9 16 5 214 -18:1 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 -18:2 53 70 35 214 42 56 28 214 26 35 17 214 21 28 14 214 -18:3 22 37 13 167 17 29 10 167 11 18 6 167 8 14 5 167 -18:5 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 -18:6 53 70 35 214 42 56 28 214 26 35 17 214 21 28 14 214 -18:7 22 37 13 167 17 29 10 167 11 18 6 167 8 14 5 167 -18:9 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 -18:10 53 70 35 214 42 56 28 214 26 35 17 214 21 28 14 214 -18:11 22 37 13 167 17 29 10 167 11 18 6 167 8 14 5 167 -18:13 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 -18:14 53 70 35 214 42 56 28 214 26 35 17 214 21 28 14 214 -18:15 22 37 13 167 17 29 10 167 11 18 6 167 8 14 5 167 -19 183 155 93 255 146 124 74 255 91 77 46 255 73 62 37 255 -19:1 158 130 82 255 126 104 65 255 79 65 41 255 63 52 32 255 -20 52 55 46 96 41 44 36 96 26 27 23 96 20 22 18 96 -21 79 91 102 255 63 72 81 255 39 45 51 255 31 36 40 255 -22 47 59 89 255 37 47 71 255 23 29 44 255 18 23 35 255 -23 88 94 81 255 70 75 64 255 44 47 40 255 35 37 32 255 -23:1 88 95 83 255 70 76 66 255 44 47 41 255 35 38 33 255 -23:9 88 95 83 255 70 76 66 255 44 47 41 255 35 38 33 255 -24 108 100 78 255 86 80 62 255 54 50 39 255 43 40 31 255 -25 62 66 57 255 49 52 45 255 31 33 28 255 24 26 22 255 -26 50 53 43 255 40 42 34 255 25 26 21 255 20 21 17 255 -26:8 128 123 112 255 102 98 89 255 64 61 56 255 51 49 44 255 -26:9 128 123 112 255 102 98 89 255 64 61 56 255 51 49 44 255 -26:10 128 123 112 255 102 98 89 255 64 61 56 255 51 49 44 255 -26:11 128 123 112 255 102 98 89 255 64 61 56 255 51 49 44 255 -27 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 -27:8 79 67 47 211 63 53 37 211 39 33 23 211 31 26 18 211 -27:9 79 67 47 211 63 53 37 211 39 33 23 211 31 26 18 211 -27:10 79 67 47 211 63 53 37 211 39 33 23 211 31 26 18 211 -27:11 79 67 47 211 63 53 37 211 39 33 23 211 31 26 18 211 -27:12 79 67 47 211 63 53 37 211 39 33 23 211 31 26 18 211 -27:13 79 67 47 211 63 53 37 211 39 33 23 211 31 26 18 211 -28 77 77 62 232 61 61 49 232 38 38 31 232 30 30 24 232 -29 85 92 82 255 68 73 65 255 42 46 41 255 34 36 32 255 -29:1 61 65 38 255 48 52 30 255 30 32 19 255 24 26 15 255 -29:2 81 87 76 255 64 69 60 255 40 43 38 255 32 34 30 255 -29:3 81 87 76 255 64 69 60 255 40 43 38 255 32 34 30 255 -29:4 81 87 76 255 64 69 60 255 40 43 38 255 32 34 30 255 -29:5 81 87 76 255 64 69 60 255 40 43 38 255 32 34 30 255 -29:9 79 86 76 255 63 68 60 255 39 43 38 255 31 34 30 255 -29:10 86 93 82 207 68 74 65 207 43 46 41 207 34 37 32 207 -29:11 86 93 82 207 68 74 65 207 43 46 41 207 34 37 32 207 -29:12 86 93 82 207 68 74 65 207 43 46 41 207 34 37 32 207 -29:13 86 93 82 207 68 74 65 207 43 46 41 207 34 37 32 207 -30 191 193 197 76 152 154 157 76 95 96 98 76 76 77 78 76 -31 65 62 43 122 52 49 34 122 32 31 21 122 26 24 17 122 -31:1 64 91 46 72 51 72 36 72 32 45 23 72 25 36 18 72 -31:2 42 60 30 23 33 48 24 23 21 30 15 23 16 24 12 23 -32 65 62 43 122 52 49 34 122 32 31 21 122 26 24 17 122 -33 85 92 82 255 68 73 65 255 42 46 41 255 34 36 32 255 -33:1 61 61 48 255 48 48 38 255 30 30 24 255 24 24 19 255 -33:2 81 87 76 255 64 69 60 255 40 43 38 255 32 34 30 255 -33:3 81 87 76 255 64 69 60 255 40 43 38 255 32 34 30 255 -33:4 81 87 76 255 64 69 60 255 40 43 38 255 32 34 30 255 -33:5 81 87 76 255 64 69 60 255 40 43 38 255 32 34 30 255 -33:9 79 86 76 255 63 68 60 255 39 43 38 255 31 34 30 255 -33:10 86 93 82 207 68 74 65 207 43 46 41 207 34 37 32 207 -33:11 86 93 82 207 68 74 65 207 43 46 41 207 34 37 32 207 -33:12 86 93 82 207 68 74 65 207 43 46 41 207 34 37 32 207 -33:13 86 93 82 207 68 74 65 207 43 46 41 207 34 37 32 207 -34 79 86 76 255 63 68 60 255 39 43 38 255 31 34 30 255 -34:1 61 61 48 255 48 48 38 255 30 30 24 255 24 24 19 255 -34:2 64 64 50 111 51 51 40 111 32 32 25 111 25 25 20 111 -34:3 64 64 50 111 51 51 40 111 32 32 25 111 25 25 20 111 -34:4 64 64 50 111 51 51 40 111 32 32 25 111 25 25 20 111 -34:5 64 64 50 111 51 51 40 111 32 32 25 111 25 25 20 111 -34:9 61 65 38 255 48 52 30 255 30 32 19 255 24 26 15 255 -34:10 64 64 50 111 51 51 40 111 32 32 25 111 25 25 20 111 -34:11 64 64 50 111 51 51 40 111 32 32 25 111 25 25 20 111 -34:12 64 64 50 111 51 51 40 111 32 32 25 111 25 25 20 111 -34:13 64 64 50 111 51 51 40 111 32 32 25 111 25 25 20 111 -35 187 181 172 255 149 144 137 255 93 90 86 255 74 72 68 255 -35:1 184 98 81 255 147 78 64 255 92 49 40 255 73 39 32 255 -35:2 129 78 131 255 103 62 104 255 64 39 65 255 51 31 52 255 -35:3 104 113 141 255 83 90 112 255 52 56 70 255 41 45 56 255 -35:4 173 136 77 255 138 108 61 255 86 68 38 255 69 54 30 255 -35:5 82 135 65 255 65 108 52 255 41 67 32 255 32 54 26 255 -35:6 174 134 133 255 139 107 106 255 87 67 66 255 69 53 53 255 -35:7 38 36 34 255 30 28 27 255 19 18 17 255 15 14 13 255 -35:8 84 84 76 255 67 67 60 255 42 42 38 255 33 33 30 255 -35:9 38 61 61 255 30 48 48 255 19 30 30 255 15 24 24 255 -35:10 66 47 84 255 52 37 67 255 33 23 42 255 26 18 33 255 -35:11 42 49 75 255 33 39 60 255 21 24 37 255 16 19 30 255 -35:12 52 36 30 255 41 28 24 255 26 18 15 255 20 14 12 255 -35:13 41 60 29 255 32 48 23 255 20 30 14 255 16 24 11 255 -35:14 90 43 42 255 72 34 33 255 45 21 21 255 36 17 16 255 -35:15 21 19 18 255 16 15 14 255 10 9 9 255 8 7 7 255 -37 92 87 49 19 73 69 39 19 46 43 24 19 36 34 19 19 -38 70 43 39 22 56 34 31 22 35 21 19 22 28 17 15 22 -38:1 61 79 88 63 48 63 70 63 30 39 44 63 24 31 35 63 -38:2 97 88 97 72 77 70 77 72 48 44 48 72 38 35 38 72 -38:3 64 69 56 69 51 55 44 69 32 34 28 69 25 27 22 69 -38:4 68 49 37 84 54 39 29 84 34 24 18 84 27 19 14 84 -38:5 81 67 40 84 64 53 32 84 40 33 20 84 32 26 16 84 -38:6 108 110 87 84 86 88 69 84 54 55 43 84 43 44 34 84 -38:7 99 85 72 84 79 68 57 84 49 42 36 84 39 34 28 84 -38:8 165 165 150 56 132 132 120 56 82 82 75 56 66 66 60 56 -39 74 67 55 43 59 53 44 43 37 33 27 43 29 26 22 43 -40 70 70 72 35 56 56 57 35 35 35 36 35 28 28 28 35 -41 155 135 95 255 124 108 76 255 77 67 47 255 62 54 38 255 -42 81 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 -43 115 127 111 255 92 101 88 255 57 63 55 255 46 50 44 255 -43:1 108 100 78 255 86 80 62 255 54 50 39 255 43 40 31 255 -43:2 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 -43:3 84 92 79 255 67 73 63 255 42 46 39 255 33 36 31 255 -43:4 95 82 69 255 76 65 55 255 47 41 34 255 38 32 27 255 -43:5 79 88 77 255 63 70 61 255 39 44 38 255 31 35 30 255 -43:6 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 -43:7 190 185 172 255 152 148 137 255 95 92 86 255 76 74 68 255 -43:9 108 100 78 255 86 80 62 255 54 50 39 255 43 40 31 255 -43:10 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 -43:11 84 92 79 255 67 73 63 255 42 46 39 255 33 36 31 255 -43:12 95 82 69 255 76 65 55 255 47 41 34 255 38 32 27 255 -43:13 79 88 77 255 63 70 61 255 39 44 38 255 31 35 30 255 -43:14 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 -43:15 190 185 172 255 152 148 137 255 95 92 86 255 76 74 68 255 -44 115 127 111 255 92 101 88 255 57 63 55 255 46 50 44 255 -44:1 108 100 78 255 86 80 62 255 54 50 39 255 43 40 31 255 -44:2 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 -44:3 84 92 79 255 67 73 63 255 42 46 39 255 33 36 31 255 -44:4 95 82 69 255 76 65 55 255 47 41 34 255 38 32 27 255 -44:5 79 88 77 255 63 70 61 255 39 44 38 255 31 35 30 255 -44:6 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 -44:7 190 185 172 255 152 148 137 255 95 92 86 255 76 74 68 255 -44:9 108 100 78 255 86 80 62 255 54 50 39 255 43 40 31 255 -44:10 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 -44:11 84 92 79 255 67 73 63 255 42 46 39 255 33 36 31 255 -44:12 95 82 69 255 76 65 55 255 47 41 34 255 38 32 27 255 -44:13 79 88 77 255 63 70 61 255 39 44 38 255 31 35 30 255 -44:14 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 -44:15 190 185 172 255 152 148 137 255 95 92 86 255 76 74 68 255 -45 95 82 69 255 76 65 55 255 47 41 34 255 38 32 27 255 -46 68 46 43 255 54 36 34 255 34 23 21 255 27 18 17 255 -47 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 -48 77 85 68 255 61 68 54 255 38 42 34 255 30 34 27 255 -49 39 37 40 255 31 29 32 255 19 18 20 255 15 14 16 255 -50 111 95 61 48 88 76 48 48 55 47 30 48 44 38 24 48 -51 239 149 41 168 191 119 32 168 119 74 20 168 95 59 16 168 -52 48 48 42 204 38 38 33 204 24 24 21 204 19 19 16 204 -53 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 -54 58 67 52 197 46 53 41 197 29 33 26 197 23 26 20 197 -54:4 56 67 51 210 44 53 40 210 28 33 25 210 22 26 20 210 -54:5 56 67 51 210 44 53 40 210 28 33 25 210 22 26 20 210 -54:6 56 67 51 210 44 53 40 210 28 33 25 210 22 26 20 210 -54:7 56 67 51 210 44 53 40 210 28 33 25 210 22 26 20 210 -54:8 56 66 50 210 44 52 40 210 28 33 25 210 22 26 20 210 -54:9 56 66 50 210 44 52 40 210 28 33 25 210 22 26 20 210 -54:10 56 66 50 210 44 52 40 210 28 33 25 210 22 26 20 210 -54:11 56 66 50 210 44 52 40 210 28 33 25 210 22 26 20 210 -55 194 197 201 50 155 157 160 50 97 98 100 50 77 78 80 50 -56 93 114 111 255 74 91 88 255 46 57 55 255 37 45 44 255 -57 109 130 132 255 87 104 105 255 54 65 66 255 43 52 52 255 -58 130 128 114 255 104 102 91 255 65 64 57 255 52 51 45 255 -59 46 60 31 29 36 48 24 29 23 30 15 29 18 24 12 29 -59:1 45 59 30 39 36 47 24 39 22 29 15 39 18 23 12 39 -59:2 45 59 30 50 36 47 24 50 22 29 15 50 18 23 12 50 -59:3 44 58 30 60 35 46 24 60 22 29 15 60 17 23 12 60 -59:4 60 71 38 82 48 56 30 82 30 35 19 82 24 28 15 82 -59:5 75 82 45 109 60 65 36 109 37 41 22 109 30 32 18 109 -59:6 90 89 52 123 72 71 41 123 45 44 26 123 36 35 20 123 -59:7 112 101 75 134 89 80 60 134 56 50 37 134 44 40 30 134 -59:8 112 101 75 134 89 80 60 134 56 50 37 134 44 40 30 134 -59:9 112 101 75 134 89 80 60 134 56 50 37 134 44 40 30 134 -59:10 112 101 75 134 89 80 60 134 56 50 37 134 44 40 30 134 -59:11 112 101 75 134 89 80 60 134 56 50 37 134 44 40 30 134 -59:12 112 101 75 134 89 80 60 134 56 50 37 134 44 40 30 134 -59:13 112 101 75 134 89 80 60 134 56 50 37 134 44 40 30 134 -59:14 112 101 75 134 89 80 60 134 56 50 37 134 44 40 30 134 -59:15 112 101 75 134 89 80 60 134 56 50 37 134 44 40 30 134 -60 75 69 49 255 60 55 39 255 37 34 24 255 30 27 19 255 -60:1 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 -60:2 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 -60:3 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 -60:4 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 -60:5 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 -60:6 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 -60:7 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 -60:8 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 -60:9 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 -60:10 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 -60:11 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 -60:12 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 -60:13 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 -60:14 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 -60:15 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 -61:2 88 94 81 255 70 75 64 255 44 47 40 255 35 37 32 255 -61:3 88 94 81 255 70 75 64 255 44 47 40 255 35 37 32 255 -61:4 88 94 81 255 70 75 64 255 44 47 40 255 35 37 32 255 -61:5 88 94 81 255 70 75 64 255 44 47 40 255 35 37 32 255 -62:2 88 94 81 255 70 75 64 255 44 47 40 255 35 37 32 255 -62:3 88 94 81 255 70 75 64 255 44 47 40 255 35 37 32 255 -62:4 88 94 81 255 70 75 64 255 44 47 40 255 35 37 32 255 -62:5 88 94 81 255 70 75 64 255 44 47 40 255 35 37 32 255 -63 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 -64 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 -65 38 40 34 111 30 32 27 111 19 20 17 111 15 16 13 111 -66 62 63 51 208 49 50 40 208 31 31 25 208 24 25 20 208 -66:6 65 67 55 99 52 53 44 99 32 33 27 99 26 26 22 99 -66:7 65 67 55 99 52 53 44 99 32 33 27 99 26 26 22 99 -66:8 65 67 55 99 52 53 44 99 32 33 27 99 26 26 22 99 -66:9 65 67 55 99 52 53 44 99 32 33 27 99 26 26 22 99 -67 84 92 79 255 67 73 63 255 42 46 39 255 33 36 31 255 -68 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 -69 84 92 79 255 67 73 63 255 42 46 39 255 33 36 31 255 -70 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 -71 79 85 72 238 63 68 57 238 39 42 36 238 31 34 28 238 -72 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 -73 99 73 69 255 79 58 55 255 49 36 34 255 39 29 27 255 -74 99 73 69 255 79 58 55 255 49 36 34 255 39 29 27 255 -75:1 77 71 62 35 61 56 49 35 38 35 31 35 30 28 24 35 -75:2 77 71 62 35 61 56 49 35 38 35 31 35 30 28 24 35 -75:3 77 71 62 35 61 56 49 35 38 35 31 35 30 28 24 35 -75:4 77 71 62 35 61 56 49 35 38 35 31 35 30 28 24 35 -75:5 77 71 62 35 61 56 49 35 38 35 31 35 30 28 24 35 -76:1 86 73 64 35 68 58 51 35 43 36 32 35 34 29 25 35 -76:2 86 73 64 35 68 58 51 35 43 36 32 35 34 29 25 35 -76:3 86 73 64 35 68 58 51 35 43 36 32 35 34 29 25 35 -76:4 86 73 64 35 68 58 51 35 43 36 32 35 34 29 25 35 -76:5 86 73 64 35 68 58 51 35 43 36 32 35 34 29 25 35 -77 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 -78 211 218 216 255 168 174 172 255 105 109 108 255 84 87 86 255 -79 161 185 191 179 128 148 152 179 80 92 95 179 64 74 76 179 -80 211 218 216 255 168 174 172 255 105 109 108 255 84 87 86 255 -81 80 84 50 195 64 67 40 195 40 42 25 195 32 33 20 195 -82 108 107 104 255 86 85 83 255 54 53 52 255 43 42 41 255 -83 91 84 62 175 72 67 49 175 45 42 31 175 36 33 24 175 -84 63 63 59 255 50 50 47 255 31 31 29 255 25 25 23 255 -85 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 -86 136 88 62 255 108 70 49 255 68 44 31 255 54 35 24 255 -87 119 71 65 255 95 56 52 255 59 35 32 255 47 28 26 255 -88 75 65 55 255 60 52 44 255 37 32 27 255 30 26 22 255 -89 127 156 88 255 101 124 70 255 63 78 44 255 50 62 35 255 -90 91 0 160 167 72 0 128 167 45 0 80 167 36 0 64 167 -91 136 88 62 255 108 70 49 255 68 44 31 255 54 35 24 255 -92 186 180 181 195 148 144 144 195 93 90 90 195 74 72 72 195 -93 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 -94 110 112 99 255 88 89 79 255 55 56 49 255 44 44 39 255 -95 134 132 125 212 107 105 100 212 67 66 62 212 53 52 50 212 -95:1 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 -95:2 109 77 113 212 87 61 90 212 54 38 56 212 43 30 45 212 -95:3 92 99 113 212 73 79 90 212 46 49 56 212 36 39 45 212 -95:4 129 110 67 212 103 88 53 212 64 55 33 212 51 44 26 212 -95:5 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 -95:6 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 -95:7 48 48 42 212 38 38 33 212 24 24 21 212 19 19 16 212 -95:8 80 81 73 212 64 64 58 212 40 40 36 212 32 32 29 212 -95:9 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 -95:10 68 56 81 212 54 44 64 212 34 28 40 212 27 22 32 212 -95:11 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 -95:12 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 -95:13 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 -95:14 85 53 48 212 68 42 38 212 42 26 24 212 34 21 19 212 -95:15 37 37 32 212 29 29 25 212 18 18 16 212 14 14 12 212 -96 69 72 61 237 55 57 48 237 34 36 30 237 27 28 24 237 -97 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 -97:1 84 92 79 255 67 73 63 255 42 46 39 255 33 36 31 255 -97:2 79 88 77 255 63 70 61 255 39 44 38 255 31 35 30 255 -98 79 88 77 255 63 70 61 255 39 44 38 255 31 35 30 255 -98:1 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 -98:2 73 81 72 255 58 64 57 255 36 40 36 255 29 32 28 255 -98:3 74 80 70 255 59 64 56 255 37 40 35 255 29 32 28 255 -99 187 176 162 255 149 140 129 255 93 88 81 255 74 70 64 255 -99:1 123 109 90 255 98 87 72 255 61 54 45 255 49 43 36 255 -99:2 123 109 90 255 98 87 72 255 61 54 45 255 49 43 36 255 -99:3 123 109 90 255 98 87 72 255 61 54 45 255 49 43 36 255 -99:4 123 109 90 255 98 87 72 255 61 54 45 255 49 43 36 255 -99:5 123 109 90 255 98 87 72 255 61 54 45 255 49 43 36 255 -99:6 123 109 90 255 98 87 72 255 61 54 45 255 49 43 36 255 -99:7 123 109 90 255 98 87 72 255 61 54 45 255 49 43 36 255 -99:8 123 109 90 255 98 87 72 255 61 54 45 255 49 43 36 255 -99:9 123 109 90 255 98 87 72 255 61 54 45 255 49 43 36 255 -99:14 123 109 90 255 98 87 72 255 61 54 45 255 49 43 36 255 -99:15 202 193 179 255 161 154 143 255 101 96 89 255 80 77 71 255 -100 187 176 162 255 149 140 129 255 93 88 81 255 74 70 64 255 -100:1 61 65 88 255 48 52 70 255 30 32 44 255 24 26 35 255 -100:2 61 65 88 255 48 52 70 255 30 32 44 255 24 26 35 255 -100:3 61 65 88 255 48 52 70 255 30 32 44 255 24 26 35 255 -100:4 61 65 88 255 48 52 70 255 30 32 44 255 24 26 35 255 -100:5 61 65 88 255 48 52 70 255 30 32 44 255 24 26 35 255 -100:6 61 65 88 255 48 52 70 255 30 32 44 255 24 26 35 255 -100:7 61 65 88 255 48 52 70 255 30 32 44 255 24 26 35 255 -100:8 61 65 88 255 48 52 70 255 30 32 44 255 24 26 35 255 -100:9 61 65 88 255 48 52 70 255 30 32 44 255 24 26 35 255 -100:14 61 65 88 255 48 52 70 255 30 32 44 255 24 26 35 255 -100:15 202 193 179 255 161 154 143 255 101 96 89 255 80 77 71 255 -101 41 40 37 94 32 32 29 94 20 20 18 94 16 16 14 94 -102 52 55 46 96 41 44 36 96 26 27 23 96 20 22 18 96 -103 74 105 61 255 59 84 48 255 37 52 30 255 29 42 24 255 -104 39 56 28 30 31 44 22 30 19 28 14 30 15 22 11 30 -105 39 56 28 30 31 44 22 30 19 28 14 30 15 22 11 30 -106 23 37 13 170 18 29 10 170 11 18 6 170 9 14 5 170 -107 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 -108 95 82 69 255 76 65 55 255 47 41 34 255 38 32 27 255 -109 79 88 77 255 63 70 61 255 39 44 38 255 31 35 30 255 -110 80 62 73 255 64 49 58 255 40 31 36 255 32 24 29 255 -111 17 71 26 157 13 56 20 157 8 35 13 157 6 28 10 157 -112 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 -113 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 -114 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 -115 87 25 34 38 69 20 27 38 43 12 17 38 34 10 13 38 -115:1 82 23 30 73 65 18 24 73 41 11 15 73 32 9 12 73 -115:2 82 23 30 73 65 18 24 73 41 11 15 73 32 9 12 73 -115:3 83 25 32 160 66 20 25 160 41 12 16 160 33 10 12 160 -115:4 83 25 32 160 66 20 25 160 41 12 16 160 33 10 12 160 -115:5 83 25 32 160 66 20 25 160 41 12 16 160 33 10 12 160 -115:6 83 25 32 160 66 20 25 160 41 12 16 160 33 10 12 160 -115:7 83 25 32 160 66 20 25 160 41 12 16 160 33 10 12 160 -116 54 56 47 255 43 44 37 255 27 28 23 255 21 22 18 255 -117 80 84 63 121 64 67 50 121 40 42 31 121 32 33 25 121 -118 79 83 74 111 63 66 59 111 39 41 37 111 31 33 29 111 -119 39 37 40 255 31 29 32 255 19 18 20 255 15 14 16 255 -120 52 57 46 255 41 45 36 255 26 28 23 255 20 22 18 255 -120:4 68 76 62 95 54 60 49 95 34 38 31 95 27 30 24 95 -120:5 68 76 62 95 54 60 49 95 34 38 31 95 27 30 24 95 -120:6 68 76 62 95 54 60 49 95 34 38 31 95 27 30 24 95 -120:7 68 76 62 95 54 60 49 95 34 38 31 95 27 30 24 95 -121 169 167 150 255 135 133 120 255 84 83 75 255 67 66 60 255 -122 37 37 41 255 29 29 32 255 18 18 20 255 14 14 16 255 -123 42 47 40 255 33 37 32 255 21 23 20 255 16 18 16 255 -124 92 119 78 255 73 95 62 255 46 59 39 255 36 47 31 255 -125 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 -125:1 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 -125:2 115 108 87 255 92 86 69 255 57 54 43 255 46 43 34 255 -125:3 49 48 33 255 39 38 26 255 24 24 16 255 19 19 13 255 -125:4 67 42 37 255 53 33 29 255 33 21 18 255 26 16 14 255 -125:5 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 -125:9 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 -125:10 115 108 87 255 92 86 69 255 57 54 43 255 46 43 34 255 -125:11 49 48 33 255 39 38 26 255 24 24 16 255 19 19 13 255 -125:12 67 42 37 255 53 33 29 255 33 21 18 255 26 16 14 255 -125:13 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 -126 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 -126:1 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 -126:2 115 108 87 255 92 86 69 255 57 54 43 255 46 43 34 255 -126:3 49 48 33 255 39 38 26 255 24 24 16 255 19 19 13 255 -126:4 67 42 37 255 53 33 29 255 33 21 18 255 26 16 14 255 -126:5 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 -126:9 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 -126:10 115 108 87 255 92 86 69 255 57 54 43 255 46 43 34 255 -126:11 49 48 33 255 39 38 26 255 24 24 16 255 19 19 13 255 -126:12 67 42 37 255 53 33 29 255 33 21 18 255 26 16 14 255 -126:13 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 -127 126 103 19 131 100 82 15 131 63 51 9 131 50 41 7 131 -128 100 94 74 255 80 75 59 255 50 47 37 255 40 37 29 255 -129 86 108 89 255 68 86 71 255 43 54 44 255 34 43 35 255 -130:2 30 35 31 197 24 28 24 197 15 17 15 197 12 14 12 197 -130:3 30 35 31 197 24 28 24 197 15 17 15 197 12 14 12 197 -130:4 30 35 31 197 24 28 24 197 15 17 15 197 12 14 12 197 -130:5 30 35 31 197 24 28 24 197 15 17 15 197 12 14 12 197 -131 84 92 79 255 67 73 63 255 42 46 39 255 33 36 31 255 -133 65 123 81 255 52 98 64 255 32 61 40 255 26 49 32 255 -134 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 -135 115 108 87 255 92 86 69 255 57 54 43 255 46 43 34 255 -136 49 48 33 255 39 38 26 255 24 24 16 255 19 19 13 255 -137 69 68 51 255 55 54 40 255 34 34 25 255 27 27 20 255 -138 52 55 46 96 41 44 36 96 26 27 23 96 20 22 18 96 -139 84 92 79 255 67 73 63 255 42 46 39 255 33 36 31 255 -139:1 77 85 68 255 61 68 54 255 38 42 34 255 30 34 27 255 -140 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 -141 53 73 37 12 42 58 29 12 26 36 18 12 21 29 14 12 -141:2 56 77 39 35 44 61 31 35 28 38 19 35 22 30 15 35 -141:3 56 77 39 35 44 61 31 35 28 38 19 35 22 30 15 35 -141:4 51 71 37 53 40 56 29 53 25 35 18 53 20 28 14 53 -141:5 51 71 37 53 40 56 29 53 25 35 18 53 20 28 14 53 -141:6 51 71 37 53 40 56 29 53 25 35 18 53 20 28 14 53 -141:7 53 72 37 104 42 57 29 104 26 36 18 104 21 28 14 104 -142 53 73 37 12 42 58 29 12 26 36 18 12 21 29 14 12 -142:2 56 77 39 35 44 61 31 35 28 38 19 35 22 30 15 35 -142:3 56 77 39 35 44 61 31 35 28 38 19 35 22 30 15 35 -142:4 51 71 37 53 40 56 29 53 25 35 18 53 20 28 14 53 -142:5 51 71 37 53 40 56 29 53 25 35 18 53 20 28 14 53 -142:6 51 71 37 53 40 56 29 53 25 35 18 53 20 28 14 53 -142:7 45 66 33 114 36 52 26 114 22 33 16 114 18 26 13 114 -143 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 -145 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 -146 58 67 52 197 46 53 41 197 29 33 26 197 23 26 20 197 -146:4 56 67 51 210 44 53 40 210 28 33 25 210 22 26 20 210 -146:5 56 67 51 210 44 53 40 210 28 33 25 210 22 26 20 210 -146:6 56 67 51 210 44 53 40 210 28 33 25 210 22 26 20 210 -146:7 56 67 51 210 44 53 40 210 28 33 25 210 22 26 20 210 -146:8 56 66 50 210 44 52 40 210 28 33 25 210 22 26 20 210 -146:9 56 66 50 210 44 52 40 210 28 33 25 210 22 26 20 210 -146:10 56 66 50 210 44 52 40 210 28 33 25 210 22 26 20 210 -146:11 56 66 50 210 44 52 40 210 28 33 25 210 22 26 20 210 -147 155 135 95 255 124 108 76 255 77 67 47 255 62 54 38 255 -148 81 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 -149 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 -150 111 111 98 255 88 88 78 255 55 55 49 255 44 44 39 255 -151 69 93 78 255 55 74 62 255 34 46 39 255 27 37 31 255 -152 84 75 67 255 67 60 53 255 42 37 33 255 33 30 26 255 -153 138 98 86 255 110 78 68 255 69 49 43 255 55 39 34 255 -154 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 -155 190 185 172 255 152 148 137 255 95 92 86 255 76 74 68 255 -155:1 180 173 159 255 144 138 127 255 90 86 79 255 72 69 63 255 -155:2 186 183 169 255 148 146 135 255 93 91 84 255 74 73 67 255 -155:3 175 167 149 255 140 133 119 255 87 83 74 255 70 66 59 255 -155:4 175 167 149 255 140 133 119 255 87 83 74 255 70 66 59 255 -156 190 185 172 255 152 148 137 255 95 92 86 255 76 74 68 255 -157 65 64 53 211 52 51 42 211 32 32 26 211 26 25 21 211 -157:8 69 65 53 211 55 52 42 211 34 32 26 211 27 26 21 211 -157:9 69 65 53 211 55 52 42 211 34 32 26 211 27 26 21 211 -157:10 69 65 53 211 55 52 42 211 34 32 26 211 27 26 21 211 -157:11 69 65 53 211 55 52 42 211 34 32 26 211 27 26 21 211 -157:12 69 65 53 211 55 52 42 211 34 32 26 211 27 26 21 211 -157:13 69 65 53 211 55 52 42 211 34 32 26 211 27 26 21 211 -158 88 94 81 255 70 75 64 255 44 47 40 255 35 37 32 255 -158:1 88 95 83 255 70 76 66 255 44 47 41 255 35 38 33 255 -159 158 139 131 255 126 111 104 255 79 69 65 255 63 55 52 255 -159:1 108 58 34 255 86 46 27 255 54 29 17 255 43 23 13 255 -159:2 102 59 81 255 81 47 64 255 51 29 40 255 40 23 32 255 -159:3 78 78 96 255 62 62 76 255 39 39 48 255 31 31 38 255 -159:4 114 85 32 255 91 68 25 255 57 42 16 255 45 34 12 255 -159:5 68 78 46 255 54 62 36 255 34 39 23 255 27 31 18 255 -159:6 114 72 73 255 91 57 58 255 57 36 36 255 45 28 29 255 -159:7 44 34 31 255 35 27 24 255 22 17 15 255 17 13 12 255 -159:8 83 64 60 255 66 51 48 255 41 32 30 255 33 25 24 255 -159:9 46 69 69 255 36 55 55 255 23 34 34 255 18 27 27 255 -159:10 68 53 82 255 54 42 65 255 34 26 41 255 27 21 32 255 -159:11 49 50 72 255 39 40 57 255 24 25 36 255 19 20 28 255 -159:12 46 37 30 255 36 29 24 255 23 18 15 255 18 14 12 255 -159:13 44 58 33 255 35 46 26 255 22 29 16 255 17 23 13 255 -159:14 96 45 37 255 76 36 29 255 48 22 18 255 38 18 14 255 -159:15 35 28 24 255 28 22 19 255 17 14 12 255 14 11 9 255 -160 134 132 125 212 107 105 100 212 67 66 62 212 53 52 50 212 -160:1 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 -160:2 109 77 113 212 87 61 90 212 54 38 56 212 43 30 45 212 -160:3 92 99 113 212 73 79 90 212 46 49 56 212 36 39 45 212 -160:4 129 110 67 212 103 88 53 212 64 55 33 212 51 44 26 212 -160:5 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 -160:6 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 -160:7 48 48 42 212 38 38 33 212 24 24 21 212 19 19 16 212 -160:8 80 81 73 212 64 64 58 212 40 40 36 212 32 32 29 212 -160:9 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 -160:10 68 56 81 212 54 44 64 212 34 28 40 212 27 22 32 212 -160:11 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 -160:12 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 -160:13 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 -160:14 85 53 48 212 68 42 38 212 42 26 24 212 34 21 19 212 -160:15 37 37 32 212 29 29 25 212 18 18 16 212 14 14 12 212 -161 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 -161:1 24 40 14 214 19 32 11 214 12 20 7 214 9 16 5 214 -161:5 24 40 14 214 19 32 11 214 12 20 7 214 9 16 5 214 -161:9 24 40 14 214 19 32 11 214 12 20 7 214 9 16 5 214 -161:13 24 40 14 214 19 32 11 214 12 20 7 214 9 16 5 214 -162 89 59 51 255 71 47 40 255 44 29 25 255 35 23 20 255 -162:1 118 113 94 255 94 90 75 255 59 56 47 255 47 45 37 255 -162:4 78 71 60 255 62 56 48 255 39 35 30 255 31 28 24 255 -162:5 41 38 35 255 32 30 28 255 20 19 17 255 16 15 14 255 -162:8 78 71 60 255 62 56 48 255 39 35 30 255 31 28 24 255 -162:9 41 38 35 255 32 30 28 255 20 19 17 255 16 15 14 255 -162:12 78 71 60 255 62 56 48 255 39 35 30 255 31 28 24 255 -162:13 41 38 35 255 32 30 28 255 20 19 17 255 16 15 14 255 -163 67 42 37 255 53 33 29 255 33 21 18 255 26 16 14 255 -164 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 -165 211 225 129 150 168 180 103 150 105 112 64 150 84 90 51 150 -167 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 -168 51 59 47 255 40 47 37 255 25 29 23 255 20 23 18 255 -168:1 76 80 71 255 60 64 56 255 38 40 35 255 30 32 28 255 -168:2 79 83 73 255 63 66 58 255 39 41 36 255 31 33 29 255 -169 87 86 71 255 69 68 56 255 43 43 35 255 34 34 28 255 -170 197 166 113 255 157 132 90 255 98 83 56 255 78 66 45 255 -171 187 181 172 255 149 144 137 255 93 90 86 255 74 72 68 255 -171:1 184 98 81 255 147 78 64 255 92 49 40 255 73 39 32 255 -171:2 129 78 131 255 103 62 104 255 64 39 65 255 51 31 52 255 -171:3 104 113 141 255 83 90 112 255 52 56 70 255 41 45 56 255 -171:4 173 136 77 255 138 108 61 255 86 68 38 255 69 54 30 255 -171:5 82 135 65 255 65 108 52 255 41 67 32 255 32 54 26 255 -171:6 174 134 133 255 139 107 106 255 87 67 66 255 69 53 53 255 -171:7 38 36 34 255 30 28 27 255 19 18 17 255 15 14 13 255 -171:8 84 84 76 255 67 67 60 255 42 42 38 255 33 33 30 255 -171:9 38 61 61 255 30 48 48 255 19 30 30 255 15 24 24 255 -171:10 66 47 84 255 52 37 67 255 33 23 42 255 26 18 33 255 -171:11 42 49 75 255 33 39 60 255 21 24 37 255 16 19 30 255 -171:12 52 36 30 255 41 28 24 255 26 18 15 255 20 14 12 255 -171:13 41 60 29 255 32 48 23 255 20 30 14 255 16 24 11 255 -171:14 90 43 42 255 72 34 33 255 45 21 21 255 36 17 16 255 -171:15 21 19 18 255 16 15 14 255 10 9 9 255 8 7 7 255 -172 93 68 53 255 74 54 42 255 46 34 26 255 37 27 21 255 -173 41 45 43 255 32 36 34 255 20 22 21 255 16 18 17 255 -174 150 171 170 255 120 136 136 255 75 85 85 255 60 68 68 255 -175 54 45 33 183 43 36 26 183 27 22 16 183 21 18 13 183 -175:8 65 47 38 85 52 37 30 85 32 23 19 85 26 18 15 85 -175:9 65 47 38 85 52 37 30 85 32 23 19 85 26 18 15 85 -175:10 65 47 38 85 52 37 30 85 32 23 19 85 26 18 15 85 -175:11 65 47 38 85 52 37 30 85 32 23 19 85 26 18 15 85 -175:12 65 47 38 85 52 37 30 85 32 23 19 85 26 18 15 85 -175:13 65 47 38 85 52 37 30 85 32 23 19 85 26 18 15 85 -175:14 65 47 38 85 52 37 30 85 32 23 19 85 26 18 15 85 -175:15 65 47 38 85 52 37 30 85 32 23 19 85 26 18 15 85 -178 68 71 62 255 54 56 49 255 34 35 31 255 27 28 24 255 -179 91 66 58 255 72 52 46 255 45 33 29 255 36 26 23 255 -180 85 61 54 255 68 48 43 255 42 30 27 255 34 24 21 255 -181 91 66 58 255 72 52 46 255 45 33 29 255 36 26 23 255 -182 91 66 58 255 72 52 46 255 45 33 29 255 36 26 23 255 -183 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 -184 115 108 87 255 92 86 69 255 57 54 43 255 46 43 34 255 -185 49 48 33 255 39 38 26 255 24 24 16 255 19 19 13 255 -186 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 -187 67 42 37 255 53 33 29 255 33 21 18 255 26 16 14 255 -188 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 -189 115 108 87 255 92 86 69 255 57 54 43 255 46 43 34 255 -190 49 48 33 255 39 38 26 255 24 24 16 255 19 19 13 255 -191 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 -192 67 42 37 255 53 33 29 255 33 21 18 255 26 16 14 255 -193 62 59 53 255 49 47 42 255 31 29 26 255 24 23 21 255 -194 112 112 99 255 89 89 79 255 56 56 49 255 44 44 39 255 -195 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 -196 58 39 35 184 46 31 28 184 29 19 17 184 23 15 14 184 -197 50 49 42 255 40 39 33 255 25 24 21 255 20 19 16 255 - -Biome Mapping -[RAINFOREST] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 -[SWAMPLAND] 64 128 0 255 51 102 0 255 32 64 0 255 26 51 0 255 -[SEASONAL_FOREST] 51 165 42 255 41 132 34 255 26 83 21 255 20 66 17 255 -[FOREST] 0 128 64 255 0 102 51 255 0 64 32 255 0 51 26 255 -[SAVANNA] 58 58 58 255 46 46 46 255 29 29 29 255 23 23 23 255 -[SHRUBLAND] 170 158 24 255 136 126 19 255 85 79 12 255 68 63 10 255 -[TAIGA] 204 255 102 255 163 204 82 255 102 128 51 255 82 102 41 255 -[DESERT] 255 255 102 255 204 204 82 255 128 128 51 255 102 102 41 255 -[PLAINS] 255 204 102 255 204 163 82 255 128 102 51 255 102 82 41 255 -[ICE_DESERT] 26 33 103 255 21 26 82 255 13 17 52 255 10 13 41 255 -[TUNDRA] 222 222 222 255 178 178 178 255 111 111 111 255 89 89 89 255 -[HELL] 255 0 0 255 204 0 0 255 128 0 0 255 102 0 0 255 -[SKY] 102 204 255 255 82 163 204 255 51 102 128 255 41 82 102 255 -[OCEAN] 0 0 255 255 0 0 204 255 0 0 128 255 0 0 102 255 -[RIVER] 0 128 255 255 0 102 204 255 0 64 128 255 0 51 102 255 -[EXTREME_HILLS] 128 64 0 255 102 51 0 255 64 32 0 255 51 26 0 255 -[FROZEN_OCEAN] 102 255 204 255 82 204 163 255 51 128 102 255 41 102 82 255 -[FROZEN_RIVER] 102 102 255 255 82 82 204 255 51 51 128 255 41 41 102 255 -[ICE_PLAINS] 102 255 255 255 82 204 204 255 51 128 128 255 41 102 102 255 -[ICE_MOUNTAINS] 255 255 255 255 204 204 204 255 128 128 128 255 102 102 102 255 -[MUSHROOM_ISLAND] 255 111 207 255 204 89 166 255 128 56 104 255 102 44 83 255 -[MUSHROOM_SHORE] 255 0 128 255 204 0 102 255 128 0 64 255 102 0 51 255 -[BEACH] 255 206 75 255 230 185 68 255 255 206 75 255 179 144 53 255 -[DESERT_HILLS] 255 146 51 255 230 131 46 255 255 146 51 255 179 102 36 255 -[FOREST_HILLS] 0 162 100 255 0 146 90 255 0 162 100 255 0 113 70 255 -[TAIGA_HILLS] 178 212 117 255 160 191 105 255 178 212 117 255 125 148 82 255 -[SMALL_MOUNTAINS] 184 103 33 255 166 93 30 255 184 103 33 255 129 72 23 255 -[JUNGLE] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 -[JUNGLE_HILLS] 33 44 14 255 26 36 12 255 16 22 7 255 13 18 6 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 255 57 16 14 255 +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/plugins/dynmap/colorschemes/dokuhigh.txt b/plugins/dynmap/colorschemes/dokuhigh.txt index 3d198c1..fb2931e 100644 --- a/plugins/dynmap/colorschemes/dokuhigh.txt +++ b/plugins/dynmap/colorschemes/dokuhigh.txt @@ -1,613 +1,19763 @@ -1 141 154 152 255 112 123 121 255 70 77 76 255 56 61 60 255 -1:1 138 67 64 255 110 53 51 255 69 33 32 255 55 26 25 255 -1:2 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 -1:3 182 189 172 255 145 151 137 255 91 94 86 255 72 75 68 255 -1:4 188 195 183 255 150 156 146 255 94 97 91 255 75 78 73 255 -1:5 84 92 88 255 67 73 70 255 42 46 44 255 33 36 35 255 -1:6 117 129 122 255 93 103 97 255 58 64 61 255 46 51 48 255 -2 20 58 31 255 16 46 24 255 10 29 15 255 8 23 12 255 -3 80 66 56 255 64 52 44 255 40 33 28 255 32 26 22 255 -3:2 78 66 53 255 62 52 42 255 39 33 26 255 31 26 21 255 -4 132 142 134 255 105 113 107 255 66 71 67 255 52 56 53 255 -5 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 -5:1 53 40 39 255 42 32 31 255 26 20 19 255 21 16 15 255 -5:2 132 117 100 255 105 93 80 255 66 58 50 255 52 46 40 255 -5:3 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 -5:4 105 48 43 255 84 38 34 255 52 24 21 255 42 19 17 255 -5:5 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 -6 30 55 34 114 24 44 27 114 15 27 17 114 12 22 13 114 -6:1 22 47 26 63 17 37 20 63 11 23 13 63 8 18 10 63 -6:2 65 92 44 91 52 73 35 91 32 46 22 91 26 36 17 91 -6:3 30 69 9 81 24 55 7 81 15 34 4 81 12 27 3 81 -6:4 75 76 26 81 60 60 20 81 37 38 13 81 30 30 10 81 -6:5 38 41 30 121 30 32 24 121 19 20 15 121 15 16 12 121 -6:9 22 47 26 63 17 37 20 63 11 23 13 63 8 18 10 63 -6:10 65 92 44 91 52 73 35 91 32 46 22 91 26 36 17 91 -6:11 30 69 9 81 24 55 7 81 15 34 4 81 12 27 3 81 -6:12 75 76 26 81 60 60 20 81 37 38 13 81 30 30 10 81 -6:13 38 41 30 121 30 32 24 121 19 20 15 121 15 16 12 121 -7 38 39 42 255 30 31 33 255 19 19 21 255 15 15 16 255 -8 80 220 238 142 64 176 190 142 40 110 119 142 32 88 95 142 -9 76 215 233 144 60 172 186 144 38 107 116 144 30 86 93 144 -9:1 80 220 238 142 64 176 190 142 40 110 119 142 32 88 95 142 -9:2 80 220 238 142 64 176 190 142 40 110 119 142 32 88 95 142 -9:3 80 220 238 142 64 176 190 142 40 110 119 142 32 88 95 142 -9:4 80 220 238 142 64 176 190 142 40 110 119 142 32 88 95 142 -9:5 80 220 238 142 64 176 190 142 40 110 119 142 32 88 95 142 -9:6 80 220 238 142 64 176 190 142 40 110 119 142 32 88 95 142 -9:7 80 220 238 142 64 176 190 142 40 110 119 142 32 88 95 142 -10 127 24 10 255 101 19 8 255 63 12 5 255 50 9 4 255 -11 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 -12 225 221 197 255 180 176 157 255 112 110 98 255 90 88 78 255 -12:1 168 86 71 255 134 68 56 255 84 43 35 255 67 34 28 255 -13 90 87 71 255 72 69 56 255 45 43 35 255 36 34 28 255 -14 144 145 122 255 115 116 97 255 72 72 61 255 57 58 48 255 -15 135 135 129 255 108 108 103 255 67 67 64 255 54 54 51 255 -16 105 113 112 255 84 90 89 255 52 56 56 255 42 45 44 255 -17 133 117 95 255 106 93 76 255 66 58 47 255 53 46 38 255 -17:1 124 103 95 255 99 82 76 255 62 51 47 255 49 41 38 255 -17:3 117 103 65 255 93 82 52 255 58 51 32 255 46 41 26 255 -17:4 68 56 45 255 54 44 36 255 34 28 22 255 27 22 18 255 -17:5 46 38 30 255 36 30 24 255 23 19 15 255 18 15 12 255 -17:6 188 186 181 255 150 148 144 255 94 93 90 255 75 74 72 255 -17:7 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 -17:8 68 56 45 255 54 44 36 255 34 28 22 255 27 22 18 255 -17:9 46 38 30 255 36 30 24 255 23 19 15 255 18 15 12 255 -17:10 188 186 181 255 150 148 144 255 94 93 90 255 75 74 72 255 -17:11 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 -17:12 68 56 45 255 54 44 36 255 34 28 22 255 27 22 18 255 -17:13 46 38 30 255 36 30 24 255 23 19 15 255 18 15 12 255 -17:14 188 186 181 255 150 148 144 255 94 93 90 255 75 74 72 255 -17:15 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 -18 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 -18:1 26 64 35 229 20 51 28 229 13 32 17 229 10 25 14 229 -18:2 87 113 58 167 69 90 46 167 43 56 29 167 34 45 23 167 -18:3 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 -18:5 26 64 35 229 20 51 28 229 13 32 17 229 10 25 14 229 -18:6 87 113 58 167 69 90 46 167 43 56 29 167 34 45 23 167 -18:7 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 -18:9 26 64 35 229 20 51 28 229 13 32 17 229 10 25 14 229 -18:10 87 113 58 167 69 90 46 167 43 56 29 167 34 45 23 167 -18:11 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 -18:13 26 64 35 229 20 51 28 229 13 32 17 229 10 25 14 229 -18:14 87 113 58 167 69 90 46 167 43 56 29 167 34 45 23 167 -18:15 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 -19 187 168 87 255 149 134 69 255 93 84 43 255 74 67 34 255 -19:1 163 146 72 255 130 116 57 255 81 73 36 255 65 58 28 255 -20 79 70 47 96 63 56 37 96 39 35 23 96 31 28 18 96 -21 109 130 150 255 87 104 120 255 54 65 75 255 43 52 60 255 -22 41 82 147 255 32 65 117 255 20 41 73 255 16 32 58 255 -23 132 133 122 255 105 106 97 255 66 66 61 255 52 53 48 255 -23:1 137 140 129 255 109 112 103 255 68 70 64 255 54 56 51 255 -23:9 137 140 129 255 109 112 103 255 68 70 64 255 54 56 51 255 -24 204 199 174 255 163 159 139 255 102 99 87 255 81 79 69 255 -25 99 85 56 255 79 68 44 255 49 42 28 255 39 34 22 255 -26 35 67 115 255 28 53 92 255 17 33 57 255 14 26 46 255 -26:8 173 173 158 255 138 138 126 255 86 86 79 255 69 69 63 255 -26:9 173 173 158 255 138 138 126 255 86 86 79 255 69 69 63 255 -26:10 173 173 158 255 138 138 126 255 86 86 79 255 69 69 63 255 -26:11 173 173 158 255 138 138 126 255 86 86 79 255 69 69 63 255 -27 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 -27:8 95 74 49 211 76 59 39 211 47 37 24 211 38 29 19 211 -27:9 95 74 49 211 76 59 39 211 47 37 24 211 38 29 19 211 -27:10 95 74 49 211 76 59 39 211 47 37 24 211 38 29 19 211 -27:11 95 74 49 211 76 59 39 211 47 37 24 211 38 29 19 211 -27:12 95 74 49 211 76 59 39 211 47 37 24 211 38 29 19 211 -27:13 95 74 49 211 76 59 39 211 47 37 24 211 38 29 19 211 -28 107 98 83 232 85 78 66 232 53 49 41 232 42 39 33 232 -29 152 163 152 255 121 130 121 255 76 81 76 255 60 65 60 255 -29:1 55 63 60 255 44 50 48 255 27 31 30 255 22 25 24 255 -29:2 135 140 128 255 108 112 102 255 67 70 64 255 54 56 51 255 -29:3 135 140 128 255 108 112 102 255 67 70 64 255 54 56 51 255 -29:4 135 140 128 255 108 112 102 255 67 70 64 255 54 56 51 255 -29:5 135 140 128 255 108 112 102 255 67 70 64 255 54 56 51 255 -29:9 140 150 140 255 112 120 112 255 70 75 70 255 56 60 56 255 -29:10 150 158 146 207 120 126 116 207 75 79 73 207 60 63 58 207 -29:11 150 158 146 207 120 126 116 207 75 79 73 207 60 63 58 207 -29:12 150 158 146 207 120 126 116 207 75 79 73 207 60 63 58 207 -29:13 150 158 146 207 120 126 116 207 75 79 73 207 60 63 58 207 -30 194 201 209 75 155 160 167 75 97 100 104 75 77 80 83 75 -31 83 101 88 124 66 80 70 124 41 50 44 124 33 40 35 124 -31:1 32 91 49 56 25 72 39 56 16 45 24 56 12 36 19 56 -31:2 25 72 39 111 20 57 31 111 12 36 19 111 10 28 15 111 -32 83 101 88 124 66 80 70 124 41 50 44 124 33 40 35 124 -33 152 163 152 255 121 130 121 255 76 81 76 255 60 65 60 255 -33:1 75 64 45 255 60 51 36 255 37 32 22 255 30 25 18 255 -33:2 135 140 128 255 108 112 102 255 67 70 64 255 54 56 51 255 -33:3 135 140 128 255 108 112 102 255 67 70 64 255 54 56 51 255 -33:4 135 140 128 255 108 112 102 255 67 70 64 255 54 56 51 255 -33:5 135 140 128 255 108 112 102 255 67 70 64 255 54 56 51 255 -33:9 140 150 140 255 112 120 112 255 70 75 70 255 56 60 56 255 -33:10 150 158 146 207 120 126 116 207 75 79 73 207 60 63 58 207 -33:11 150 158 146 207 120 126 116 207 75 79 73 207 60 63 58 207 -33:12 150 158 146 207 120 126 116 207 75 79 73 207 60 63 58 207 -33:13 150 158 146 207 120 126 116 207 75 79 73 207 60 63 58 207 -34 140 150 140 255 112 120 112 255 70 75 70 255 56 60 56 255 -34:1 75 64 45 255 60 51 36 255 37 32 22 255 30 25 18 255 -34:2 75 64 48 111 60 51 38 111 37 32 24 111 30 25 19 111 -34:3 75 64 48 111 60 51 38 111 37 32 24 111 30 25 19 111 -34:4 75 64 48 111 60 51 38 111 37 32 24 111 30 25 19 111 -34:5 75 64 48 111 60 51 38 111 37 32 24 111 30 25 19 111 -34:9 55 63 60 255 44 50 48 255 27 31 30 255 22 25 24 255 -34:10 75 64 48 111 60 51 38 111 37 32 24 111 30 25 19 111 -34:11 75 64 48 111 60 51 38 111 37 32 24 111 30 25 19 111 -34:12 75 64 48 111 60 51 38 111 37 32 24 111 30 25 19 111 -34:13 75 64 48 111 60 51 38 111 37 32 24 111 30 25 19 111 -35 222 224 221 255 177 179 176 255 111 112 110 255 88 89 88 255 -35:1 226 120 69 255 180 96 55 255 113 60 34 255 90 48 27 255 -35:2 178 101 206 255 142 80 164 255 89 50 103 255 71 40 82 255 -35:3 122 171 214 255 97 136 171 255 61 85 107 255 48 68 85 255 -35:4 218 191 70 255 174 152 56 255 109 95 35 255 87 76 28 255 -35:5 89 200 80 255 71 160 64 255 44 100 40 255 35 80 32 255 -35:6 223 172 183 255 178 137 146 255 111 86 91 255 89 68 73 255 -35:7 45 48 48 255 36 38 38 255 22 24 24 255 18 19 19 255 -35:8 130 140 140 255 104 112 112 255 65 70 70 255 52 56 56 255 -35:9 26 114 132 255 20 91 105 255 13 57 66 255 10 45 52 255 -35:10 82 57 163 255 65 45 130 255 41 28 81 255 32 22 65 255 -35:11 28 73 151 255 22 58 120 255 14 36 75 255 11 29 60 255 -35:12 64 50 34 255 51 40 27 255 32 25 17 255 25 20 13 255 -35:13 36 108 35 255 28 86 28 255 18 54 17 255 14 43 14 255 -35:14 126 39 45 255 100 31 36 255 63 19 22 255 50 15 18 255 -35:15 15 18 19 255 12 14 15 255 7 9 9 255 6 7 7 255 -37 119 113 33 19 95 90 26 19 59 56 16 19 47 45 13 19 -38 93 33 29 22 74 26 23 22 46 16 14 22 37 13 11 22 -38:1 56 99 133 63 44 79 106 63 28 49 66 63 22 39 53 63 -38:2 116 105 128 68 92 84 102 68 58 52 64 68 46 42 51 68 -38:3 54 69 68 69 43 55 54 69 27 34 34 69 21 27 27 69 -38:4 91 69 55 104 72 55 44 104 45 34 27 104 36 27 22 104 -38:5 93 93 50 104 74 74 40 104 46 46 25 104 37 37 20 104 -38:6 112 136 114 104 89 108 91 104 56 68 57 104 44 54 45 104 -38:7 108 101 85 104 86 80 68 104 54 50 42 104 43 40 34 104 -38:8 180 183 163 52 144 146 130 52 90 91 81 52 72 73 65 52 -39 78 103 124 43 62 82 99 43 39 51 62 43 31 41 49 43 -40 151 88 76 35 120 70 60 35 75 44 38 35 60 35 30 35 -41 162 139 82 255 129 111 65 255 81 69 41 255 64 55 32 255 -42 158 154 123 255 126 123 98 255 79 77 61 255 63 61 49 255 -43 186 193 189 255 148 154 151 255 93 96 94 255 74 77 75 255 -43:1 204 199 174 255 163 159 139 255 102 99 87 255 81 79 69 255 -43:2 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 -43:3 132 142 134 255 105 113 107 255 66 71 67 255 52 56 53 255 -43:4 143 99 84 255 114 79 67 255 71 49 42 255 57 39 33 255 -43:5 119 130 126 255 95 104 100 255 59 65 63 255 47 52 50 255 -43:6 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 -43:7 226 230 223 255 180 184 178 255 113 115 111 255 90 92 89 255 -43:9 204 199 174 255 163 159 139 255 102 99 87 255 81 79 69 255 -43:10 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 -43:11 132 142 134 255 105 113 107 255 66 71 67 255 52 56 53 255 -43:12 143 99 84 255 114 79 67 255 71 49 42 255 57 39 33 255 -43:13 119 130 126 255 95 104 100 255 59 65 63 255 47 52 50 255 -43:14 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 -43:15 226 230 223 255 180 184 178 255 113 115 111 255 90 92 89 255 -44 186 193 189 255 148 154 151 255 93 96 94 255 74 77 75 255 -44:1 204 199 174 255 163 159 139 255 102 99 87 255 81 79 69 255 -44:2 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 -44:3 132 142 134 255 105 113 107 255 66 71 67 255 52 56 53 255 -44:4 143 99 84 255 114 79 67 255 71 49 42 255 57 39 33 255 -44:5 119 130 126 255 95 104 100 255 59 65 63 255 47 52 50 255 -44:6 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 -44:7 226 230 223 255 180 184 178 255 113 115 111 255 90 92 89 255 -44:9 204 199 174 255 163 159 139 255 102 99 87 255 81 79 69 255 -44:10 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 -44:11 132 142 134 255 105 113 107 255 66 71 67 255 52 56 53 255 -44:12 143 99 84 255 114 79 67 255 71 49 42 255 57 39 33 255 -44:13 119 130 126 255 95 104 100 255 59 65 63 255 47 52 50 255 -44:14 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 -44:15 226 230 223 255 180 184 178 255 113 115 111 255 90 92 89 255 -45 143 99 84 255 114 79 67 255 71 49 42 255 57 39 33 255 -46 84 36 29 255 67 28 23 255 42 18 14 255 33 14 11 255 -47 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 -48 142 160 145 255 113 128 116 255 71 80 72 255 56 64 58 255 -49 38 44 56 255 30 35 44 255 19 22 28 255 15 17 22 255 -50 129 104 56 48 103 83 44 48 64 52 28 48 51 41 22 48 -51 239 149 41 168 191 119 32 168 119 74 20 168 95 59 16 168 -52 54 54 48 204 43 43 38 204 27 27 24 204 21 21 19 204 -53 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 -54 72 80 89 197 57 64 71 197 36 40 44 197 28 32 35 197 -54:4 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 -54:5 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 -54:6 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 -54:7 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 -54:8 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 -54:9 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 -54:10 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 -54:11 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 -55 194 197 201 50 155 157 160 50 97 98 100 50 77 78 80 50 -56 123 154 155 255 98 123 124 255 61 77 77 255 49 61 62 255 -57 130 144 134 255 104 115 107 255 65 72 67 255 52 57 53 255 -58 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 -59 34 69 45 29 27 55 36 29 17 34 22 29 13 27 18 29 -59:1 33 68 44 39 26 54 35 39 16 34 22 39 13 27 17 39 -59:2 33 67 43 50 26 53 34 50 16 33 21 50 13 26 17 50 -59:3 33 66 43 60 26 52 34 60 16 33 21 60 13 26 17 60 -59:4 43 81 44 82 34 64 35 82 21 40 22 82 17 32 17 82 -59:5 55 93 50 109 44 74 40 109 27 46 25 109 22 37 20 109 -59:6 83 106 57 123 66 84 45 123 41 53 28 123 33 42 22 123 -59:7 146 135 92 134 116 108 73 134 73 67 46 134 58 54 36 134 -59:8 146 135 92 134 116 108 73 134 73 67 46 134 58 54 36 134 -59:9 146 135 92 134 116 108 73 134 73 67 46 134 58 54 36 134 -59:10 146 135 92 134 116 108 73 134 73 67 46 134 58 54 36 134 -59:11 146 135 92 134 116 108 73 134 73 67 46 134 58 54 36 134 -59:12 146 135 92 134 116 108 73 134 73 67 46 134 58 54 36 134 -59:13 146 135 92 134 116 108 73 134 73 67 46 134 58 54 36 134 -59:14 146 135 92 134 116 108 73 134 73 67 46 134 58 54 36 134 -59:15 146 135 92 134 116 108 73 134 73 67 46 134 58 54 36 134 -60 54 74 54 255 43 59 43 255 27 37 27 255 21 29 21 255 -60:1 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 -60:2 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 -60:3 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 -60:4 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 -60:5 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 -60:6 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 -60:7 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 -60:8 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 -60:9 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 -60:10 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 -60:11 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 -60:12 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 -60:13 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 -60:14 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 -60:15 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 -61:2 132 133 122 255 105 106 97 255 66 66 61 255 52 53 48 255 -61:3 132 133 122 255 105 106 97 255 66 66 61 255 52 53 48 255 -61:4 132 133 122 255 105 106 97 255 66 66 61 255 52 53 48 255 -61:5 132 133 122 255 105 106 97 255 66 66 61 255 52 53 48 255 -62:2 132 133 122 255 105 106 97 255 66 66 61 255 52 53 48 255 -62:3 132 133 122 255 105 106 97 255 66 66 61 255 52 53 48 255 -62:4 132 133 122 255 105 106 97 255 66 66 61 255 52 53 48 255 -62:5 132 133 122 255 105 106 97 255 66 66 61 255 52 53 48 255 -63 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 -64 96 93 76 226 76 74 60 226 48 46 38 226 38 37 30 226 -65 56 50 34 109 44 40 27 109 28 25 17 109 22 20 13 109 -66 96 92 75 208 76 73 60 208 48 46 37 208 38 36 30 208 -66:6 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 -66:7 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 -66:8 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 -66:9 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 -67 132 142 134 255 105 113 107 255 66 71 67 255 52 56 53 255 -68 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 -69 132 142 134 255 105 113 107 255 66 71 67 255 52 56 53 255 -70 141 154 152 255 112 123 121 255 70 77 76 255 56 61 60 255 -71 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 -72 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 -73 136 100 99 255 108 80 79 255 68 50 49 255 54 40 39 255 -74 136 100 99 255 108 80 79 255 68 50 49 255 54 40 39 255 -75:1 102 82 56 35 81 65 44 35 51 41 28 35 40 32 22 35 -75:2 102 82 56 35 81 65 44 35 51 41 28 35 40 32 22 35 -75:3 102 82 56 35 81 65 44 35 51 41 28 35 40 32 22 35 -75:4 102 82 56 35 81 65 44 35 51 41 28 35 40 32 22 35 -75:5 102 82 56 35 81 65 44 35 51 41 28 35 40 32 22 35 -76:1 115 84 57 35 92 67 45 35 57 42 28 35 46 33 22 35 -76:2 115 84 57 35 92 67 45 35 57 42 28 35 46 33 22 35 -76:3 115 84 57 35 92 67 45 35 57 42 28 35 46 33 22 35 -76:4 115 84 57 35 92 67 45 35 57 42 28 35 46 33 22 35 -76:5 115 84 57 35 92 67 45 35 57 42 28 35 46 33 22 35 -77 141 154 152 255 112 123 121 255 70 77 76 255 56 61 60 255 -78 225 231 237 255 180 184 189 255 112 115 118 255 90 92 94 255 -79 163 228 236 179 130 182 188 179 81 114 118 179 65 91 94 179 -80 225 231 237 255 180 184 189 255 112 115 118 255 90 92 94 255 -81 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 -82 155 172 168 255 124 137 134 255 77 86 84 255 62 68 67 255 -83 105 114 67 175 84 91 53 175 52 57 33 175 42 45 26 175 -84 80 78 72 255 64 62 57 255 40 39 36 255 32 31 28 255 -85 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 -86 169 105 36 255 135 84 28 255 84 52 18 255 67 42 14 255 -87 140 65 69 255 112 52 55 255 70 32 34 255 56 26 27 255 -88 63 62 58 255 50 49 46 255 31 31 29 255 25 24 23 255 -89 114 171 192 255 91 136 153 255 57 85 96 255 45 68 76 255 -90 91 0 160 167 72 0 128 167 45 0 80 167 36 0 64 167 -91 169 105 36 255 135 84 28 255 84 52 18 255 67 42 14 255 -92 196 189 189 195 156 151 151 195 98 94 94 195 78 75 75 195 -93 175 175 170 255 140 140 136 255 87 87 85 255 70 70 68 255 -94 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 -95 158 153 141 176 126 122 112 176 79 76 70 176 63 61 56 176 -95:1 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 -95:2 158 38 75 176 126 30 60 176 79 19 37 176 63 15 30 176 -95:3 43 104 141 176 34 83 112 176 21 52 70 176 17 41 56 176 -95:4 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 -95:5 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 -95:6 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 -95:7 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 -95:8 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 -95:9 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 -95:10 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 -95:11 43 55 141 176 34 44 112 176 21 27 70 176 17 22 56 176 -95:12 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 -95:13 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 -95:14 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 -95:15 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 -96 98 95 75 237 78 76 60 237 49 47 37 237 39 38 30 237 -97 141 154 152 255 112 123 121 255 70 77 76 255 56 61 60 255 -97:1 132 142 134 255 105 113 107 255 66 71 67 255 52 56 53 255 -97:2 119 130 126 255 95 104 100 255 59 65 63 255 47 52 50 255 -98 119 130 126 255 95 104 100 255 59 65 63 255 47 52 50 255 -98:1 115 127 118 255 92 101 94 255 57 63 59 255 46 50 47 255 -98:2 112 123 119 255 89 98 95 255 56 61 59 255 44 49 47 255 -98:3 110 119 117 255 88 95 93 255 55 59 58 255 44 47 46 255 -99 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 -99:1 100 177 254 254 80 141 203 254 50 88 127 254 40 70 101 254 -99:2 100 177 254 254 80 141 203 254 50 88 127 254 40 70 101 254 -99:3 100 177 254 254 80 141 203 254 50 88 127 254 40 70 101 254 -99:4 100 177 254 254 80 141 203 254 50 88 127 254 40 70 101 254 -99:5 100 177 254 254 80 141 203 254 50 88 127 254 40 70 101 254 -99:6 100 177 254 254 80 141 203 254 50 88 127 254 40 70 101 254 -99:7 100 177 254 254 80 141 203 254 50 88 127 254 40 70 101 254 -99:8 100 177 254 254 80 141 203 254 50 88 127 254 40 70 101 254 -99:9 100 177 254 254 80 141 203 254 50 88 127 254 40 70 101 254 -99:14 100 177 254 254 80 141 203 254 50 88 127 254 40 70 101 254 -99:15 215 205 186 255 172 164 148 255 107 102 93 255 86 82 74 255 -100 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 -100:1 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 -100:2 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 -100:3 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 -100:4 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 -100:5 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 -100:6 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 -100:7 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 -100:8 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 -100:9 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 -100:14 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 -100:15 215 205 186 255 172 164 148 255 107 102 93 255 86 82 74 255 -101 90 92 89 115 72 73 71 115 45 46 44 115 36 36 35 115 -102 79 70 47 96 63 56 37 96 39 35 23 96 31 28 18 96 -103 94 151 70 255 75 120 56 255 47 75 35 255 37 60 28 255 -104 20 58 31 30 16 46 24 30 10 29 15 30 8 23 12 30 -105 20 58 31 30 16 46 24 30 10 29 15 30 8 23 12 30 -106 9 43 17 162 7 34 13 162 4 21 8 162 3 17 6 162 -107 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 -108 143 99 84 255 114 79 67 255 71 49 42 255 57 39 33 255 -109 119 130 126 255 95 104 100 255 59 65 63 255 47 52 50 255 -110 88 83 100 255 70 66 80 255 44 41 50 255 35 33 40 255 -111 17 71 26 157 13 56 20 157 8 35 13 157 6 28 10 157 -112 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 -113 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 -114 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 -115 102 23 21 38 81 18 16 38 51 11 10 38 40 9 8 38 -115:1 96 22 19 73 76 17 15 73 48 11 9 73 38 8 7 73 -115:2 96 22 19 73 76 17 15 73 48 11 9 73 38 8 7 73 -115:3 98 25 21 160 78 20 16 160 49 12 10 160 39 10 8 160 -115:4 98 25 21 160 78 20 16 160 49 12 10 160 39 10 8 160 -115:5 98 25 21 160 78 20 16 160 49 12 10 160 39 10 8 160 -115:6 98 25 21 160 78 20 16 160 49 12 10 160 39 10 8 160 -115:7 98 25 21 160 78 20 16 160 49 12 10 160 39 10 8 160 -116 35 42 44 255 28 33 35 255 17 21 22 255 14 16 17 255 -117 88 86 78 117 70 68 62 117 44 43 39 117 35 34 31 117 -118 95 94 73 111 76 75 58 111 47 47 36 111 38 37 29 111 -119 38 44 56 255 30 35 44 255 19 22 28 255 15 17 22 255 -120 93 93 75 255 74 74 60 255 46 46 37 255 37 37 30 255 -120:4 113 117 89 96 90 93 71 96 56 58 44 96 45 46 35 96 -120:5 113 117 89 96 90 93 71 96 56 58 44 96 45 46 35 96 -120:6 113 117 89 96 90 93 71 96 56 58 44 96 45 46 35 96 -120:7 113 117 89 96 90 93 71 96 56 58 44 96 45 46 35 96 -121 179 179 156 255 143 143 124 255 89 89 78 255 71 71 62 255 -122 37 37 41 255 29 29 32 255 18 18 20 255 14 14 16 255 -123 80 75 58 255 64 60 46 255 40 37 29 255 32 30 23 255 -124 117 134 125 255 93 107 100 255 58 67 62 255 46 53 50 255 -125 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 -125:1 53 40 39 255 42 32 31 255 26 20 19 255 21 16 15 255 -125:2 132 117 100 255 105 93 80 255 66 58 50 255 52 46 40 255 -125:3 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 -125:4 105 48 43 255 84 38 34 255 52 24 21 255 42 19 17 255 -125:5 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 -125:9 53 40 39 255 42 32 31 255 26 20 19 255 21 16 15 255 -125:10 132 117 100 255 105 93 80 255 66 58 50 255 52 46 40 255 -125:11 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 -125:12 105 48 43 255 84 38 34 255 52 24 21 255 42 19 17 255 -125:13 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 -126 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 -126:1 53 40 39 255 42 32 31 255 26 20 19 255 21 16 15 255 -126:2 132 117 100 255 105 93 80 255 66 58 50 255 52 46 40 255 -126:3 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 -126:4 105 48 43 255 84 38 34 255 52 24 21 255 42 19 17 255 -126:5 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 -126:9 53 40 39 255 42 32 31 255 26 20 19 255 21 16 15 255 -126:10 132 117 100 255 105 93 80 255 66 58 50 255 52 46 40 255 -126:11 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 -126:12 105 48 43 255 84 38 34 255 52 24 21 255 42 19 17 255 -126:13 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 -127 164 130 7 131 131 104 5 131 82 65 3 131 65 52 2 131 -128 194 188 163 255 155 150 130 255 97 94 81 255 77 75 65 255 -129 99 153 134 255 79 122 107 255 49 76 67 255 39 61 53 255 -130:2 39 54 54 197 31 43 43 197 19 27 27 197 15 21 21 197 -130:3 39 54 54 197 31 43 43 197 19 27 27 197 15 21 21 197 -130:4 39 54 54 197 31 43 43 197 19 27 27 197 15 21 21 197 -130:5 39 54 54 197 31 43 43 197 19 27 27 197 15 21 21 197 -131 132 142 134 255 105 113 107 255 66 71 67 255 52 56 53 255 -133 56 163 125 255 44 130 100 255 28 81 62 255 22 65 50 255 -134 53 40 39 255 42 32 31 255 26 20 19 255 21 16 15 255 -135 132 117 100 255 105 93 80 255 66 58 50 255 52 46 40 255 -136 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 -137 94 103 90 255 75 82 72 255 47 51 45 255 37 41 36 255 -138 79 70 47 96 63 56 37 96 39 35 23 96 31 28 18 96 -139 132 142 134 255 105 113 107 255 66 71 67 255 52 56 53 255 -139:1 142 160 145 255 113 128 116 255 71 80 72 255 56 64 58 255 -140 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 -141 31 91 47 12 24 72 37 12 15 45 23 12 12 36 18 12 -141:2 32 95 50 35 25 76 40 35 16 47 25 35 12 38 20 35 -141:3 32 95 50 35 25 76 40 35 16 47 25 35 12 38 20 35 -141:4 30 88 48 53 24 70 38 53 15 44 24 53 12 35 19 53 -141:5 30 88 48 53 24 70 38 53 15 44 24 53 12 35 19 53 -141:6 30 88 48 53 24 70 38 53 15 44 24 53 12 35 19 53 -141:7 32 90 48 104 25 72 38 104 16 45 24 104 12 36 19 104 -142 31 91 47 12 24 72 37 12 15 45 23 12 12 36 18 12 -142:2 32 95 50 35 25 76 40 35 16 47 25 35 12 38 20 35 -142:3 32 95 50 35 25 76 40 35 16 47 25 35 12 38 20 35 -142:4 30 88 48 53 24 70 38 53 15 44 24 53 12 35 19 53 -142:5 30 88 48 53 24 70 38 53 15 44 24 53 12 35 19 53 -142:6 30 88 48 53 24 70 38 53 15 44 24 53 12 35 19 53 -142:7 26 83 46 114 20 66 36 114 13 41 23 114 10 33 18 114 -143 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 -145 171 171 151 255 136 136 120 255 85 85 75 255 68 68 60 255 -146 72 80 89 197 57 64 71 197 36 40 44 197 28 32 35 197 -146:4 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 -146:5 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 -146:6 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 -146:7 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 -146:8 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 -146:9 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 -146:10 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 -146:11 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 -147 162 139 82 255 129 111 65 255 81 69 41 255 64 55 32 255 -148 158 154 123 255 126 123 98 255 79 77 61 255 63 61 49 255 -149 176 176 171 255 140 140 136 255 88 88 85 255 70 70 68 255 -150 182 176 171 255 145 140 136 255 91 88 85 255 72 70 68 255 -151 83 91 84 255 66 72 67 255 41 45 42 255 33 36 33 255 -152 144 81 54 255 115 64 43 255 72 40 27 255 57 32 21 255 -153 154 97 87 255 123 77 69 255 77 48 43 255 61 38 34 255 -154 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 -155 226 230 223 255 180 184 178 255 113 115 111 255 90 92 89 255 -155:1 213 218 210 255 170 174 168 255 106 109 105 255 85 87 84 255 -155:2 221 226 220 255 176 180 176 255 110 113 110 255 88 90 88 255 -155:3 205 212 202 255 164 169 161 255 102 106 101 255 82 84 80 255 -155:4 205 212 202 255 164 169 161 255 102 106 101 255 82 84 80 255 -156 226 230 223 255 180 184 178 255 113 115 111 255 90 92 89 255 -157 101 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 -157:8 106 89 70 211 84 71 56 211 53 44 35 211 42 35 28 211 -157:9 106 89 70 211 84 71 56 211 53 44 35 211 42 35 28 211 -157:10 106 89 70 211 84 71 56 211 53 44 35 211 42 35 28 211 -157:11 106 89 70 211 84 71 56 211 53 44 35 211 42 35 28 211 -157:12 106 89 70 211 84 71 56 211 53 44 35 211 42 35 28 211 -157:13 106 89 70 211 84 71 56 211 53 44 35 211 42 35 28 211 -158 132 133 122 255 105 106 97 255 66 66 61 255 52 53 48 255 -158:1 138 141 130 255 110 112 104 255 69 70 65 255 55 56 52 255 -159 237 221 214 255 189 176 171 255 118 110 107 255 94 88 85 255 -159:1 223 117 65 255 178 93 52 255 111 58 32 255 89 46 26 255 -159:2 195 116 195 255 156 92 156 255 97 58 97 255 78 46 78 255 -159:3 141 170 195 255 112 136 156 255 70 85 97 255 56 68 78 255 -159:4 212 172 65 255 169 137 52 255 106 86 32 255 84 68 26 255 -159:5 116 179 77 255 92 143 61 255 58 89 38 255 46 71 30 255 -159:6 226 176 179 255 180 140 143 255 113 88 89 255 90 70 71 255 -159:7 72 70 67 255 57 56 53 255 36 35 33 255 28 28 26 255 -159:8 150 148 142 255 120 118 113 255 75 74 71 255 60 59 56 255 -159:9 56 133 146 255 44 106 116 255 28 66 73 255 22 53 58 255 -159:10 112 65 146 255 89 52 116 255 56 32 73 255 44 26 58 255 -159:11 57 90 153 255 45 72 122 255 28 45 76 255 22 36 61 255 -159:12 100 64 47 255 80 51 37 255 50 32 23 255 40 25 18 255 -159:13 62 120 53 255 49 96 42 255 31 60 26 255 24 48 21 255 -159:14 153 55 55 255 122 44 44 255 76 27 27 255 61 22 22 255 -159:15 43 36 35 255 34 28 28 255 21 18 17 255 17 14 14 255 -160 158 153 141 176 126 122 112 176 79 76 70 176 63 61 56 176 -160:1 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 -160:2 158 38 75 176 126 30 60 176 79 19 37 176 63 15 30 176 -160:3 43 104 141 176 34 83 112 176 21 52 70 176 17 41 56 176 -160:4 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 -160:5 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 -160:6 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 -160:7 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 -160:8 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 -160:9 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 -160:10 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 -160:11 43 55 141 176 34 44 112 176 21 27 70 176 17 22 56 176 -160:12 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 -160:13 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 -160:14 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 -160:15 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 -161 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 -161:1 12 53 22 154 9 42 17 154 6 26 11 154 4 21 8 154 -161:5 12 53 22 154 9 42 17 154 6 26 11 154 4 21 8 154 -161:9 12 53 22 154 9 42 17 154 6 26 11 154 4 21 8 154 -161:13 12 53 22 154 9 42 17 154 6 26 11 154 4 21 8 154 -162 93 52 47 255 74 41 37 255 46 26 23 255 37 20 18 255 -162:1 124 103 95 255 99 82 76 255 62 51 47 255 49 41 38 255 -162:4 80 66 56 255 64 52 44 255 40 33 28 255 32 26 22 255 -162:5 46 38 30 255 36 30 24 255 23 19 15 255 18 15 12 255 -162:8 80 66 56 255 64 52 44 255 40 33 28 255 32 26 22 255 -162:9 46 38 30 255 36 30 24 255 23 19 15 255 18 15 12 255 -162:12 80 66 56 255 64 52 44 255 40 33 28 255 32 26 22 255 -162:13 46 38 30 255 36 30 24 255 23 19 15 255 18 15 12 255 -163 105 48 43 255 84 38 34 255 52 24 21 255 42 19 17 255 -164 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 -165 132 195 210 150 105 156 168 150 66 97 105 150 52 78 84 150 -167 132 122 85 230 105 97 68 230 66 61 42 230 52 48 34 230 -168 64 81 75 255 51 64 60 255 32 40 37 255 25 32 30 255 -168:1 92 105 99 255 73 84 79 255 46 52 49 255 36 42 39 255 -168:2 94 108 102 255 75 86 81 255 47 54 51 255 37 43 40 255 -169 93 113 108 255 74 90 86 255 46 56 54 255 37 45 43 255 -170 222 194 89 255 177 155 71 255 111 97 44 255 88 77 35 255 -171 222 224 221 255 177 179 176 255 111 112 110 255 88 89 88 255 -171:1 226 120 69 255 180 96 55 255 113 60 34 255 90 48 27 255 -171:2 178 101 206 255 142 80 164 255 89 50 103 255 71 40 82 255 -171:3 122 171 214 255 97 136 171 255 61 85 107 255 48 68 85 255 -171:4 218 191 70 255 174 152 56 255 109 95 35 255 87 76 28 255 -171:5 89 200 80 255 71 160 64 255 44 100 40 255 35 80 32 255 -171:6 223 172 183 255 178 137 146 255 111 86 91 255 89 68 73 255 -171:7 45 48 48 255 36 38 38 255 22 24 24 255 18 19 19 255 -171:8 130 140 140 255 104 112 112 255 65 70 70 255 52 56 56 255 -171:9 26 114 132 255 20 91 105 255 13 57 66 255 10 45 52 255 -171:10 82 57 163 255 65 45 130 255 41 28 81 255 32 22 65 255 -171:11 28 73 151 255 22 58 120 255 14 36 75 255 11 29 60 255 -171:12 64 50 34 255 51 40 27 255 32 25 17 255 25 20 13 255 -171:13 36 108 35 255 28 86 28 255 18 54 17 255 14 43 14 255 -171:14 126 39 45 255 100 31 36 255 63 19 22 255 50 15 18 255 -171:15 15 18 19 255 12 14 15 255 7 9 9 255 6 7 7 255 -172 176 115 86 255 140 92 68 255 88 57 43 255 70 46 34 255 -173 42 47 55 255 33 37 44 255 21 23 27 255 16 18 22 255 -174 160 217 232 255 128 173 185 255 80 108 116 255 64 86 92 255 -175 54 62 47 192 43 49 37 192 27 31 23 192 21 24 18 192 -175:8 70 57 45 109 56 45 36 109 35 28 22 109 28 22 18 109 -175:9 70 57 45 109 56 45 36 109 35 28 22 109 28 22 18 109 -175:10 70 57 45 109 56 45 36 109 35 28 22 109 28 22 18 109 -175:11 70 57 45 109 56 45 36 109 35 28 22 109 28 22 18 109 -175:12 70 57 45 109 56 45 36 109 35 28 22 109 28 22 18 109 -175:13 70 57 45 109 56 45 36 109 35 28 22 109 28 22 18 109 -175:14 70 57 45 109 56 45 36 109 35 28 22 109 28 22 18 109 -175:15 70 57 45 109 56 45 36 109 35 28 22 109 28 22 18 109 -178 82 77 61 255 65 61 48 255 41 38 30 255 32 30 24 255 -179 154 79 65 255 123 63 52 255 77 39 32 255 61 31 26 255 -180 145 74 62 255 116 59 49 255 72 37 31 255 58 29 24 255 -181 154 79 65 255 123 63 52 255 77 39 32 255 61 31 26 255 -182 154 79 65 255 123 63 52 255 77 39 32 255 61 31 26 255 -183 53 40 39 255 42 32 31 255 26 20 19 255 21 16 15 255 -184 132 117 100 255 105 93 80 255 66 58 50 255 52 46 40 255 -185 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 -186 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 -187 105 48 43 255 84 38 34 255 52 24 21 255 42 19 17 255 -188 53 40 39 255 42 32 31 255 26 20 19 255 21 16 15 255 -189 132 117 100 255 105 93 80 255 66 58 50 255 52 46 40 255 -190 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 -191 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 -192 105 48 43 255 84 38 34 255 52 24 21 255 42 19 17 255 -193 78 66 50 255 62 52 40 255 39 33 25 255 31 26 20 255 -194 217 210 179 255 173 168 143 255 108 105 89 255 86 84 71 255 -195 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 -196 161 93 58 183 128 74 46 183 80 46 29 183 64 37 23 183 -197 59 51 40 255 47 40 32 255 29 25 20 255 23 20 16 255 - -Biome Mapping -[RAINFOREST] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 -[SWAMPLAND] 64 128 0 255 51 102 0 255 32 64 0 255 26 51 0 255 -[SEASONAL_FOREST] 51 165 42 255 41 132 34 255 26 83 21 255 20 66 17 255 -[FOREST] 0 128 64 255 0 102 51 255 0 64 32 255 0 51 26 255 -[SAVANNA] 58 58 58 255 46 46 46 255 29 29 29 255 23 23 23 255 -[SHRUBLAND] 170 158 24 255 136 126 19 255 85 79 12 255 68 63 10 255 -[TAIGA] 204 255 102 255 163 204 82 255 102 128 51 255 82 102 41 255 -[DESERT] 255 255 102 255 204 204 82 255 128 128 51 255 102 102 41 255 -[PLAINS] 255 204 102 255 204 163 82 255 128 102 51 255 102 82 41 255 -[ICE_DESERT] 26 33 103 255 21 26 82 255 13 17 52 255 10 13 41 255 -[TUNDRA] 222 222 222 255 178 178 178 255 111 111 111 255 89 89 89 255 -[HELL] 255 0 0 255 204 0 0 255 128 0 0 255 102 0 0 255 -[SKY] 102 204 255 255 82 163 204 255 51 102 128 255 41 82 102 255 -[OCEAN] 0 0 255 255 0 0 204 255 0 0 128 255 0 0 102 255 -[RIVER] 0 128 255 255 0 102 204 255 0 64 128 255 0 51 102 255 -[EXTREME_HILLS] 128 64 0 255 102 51 0 255 64 32 0 255 51 26 0 255 -[FROZEN_OCEAN] 102 255 204 255 82 204 163 255 51 128 102 255 41 102 82 255 -[FROZEN_RIVER] 102 102 255 255 82 82 204 255 51 51 128 255 41 41 102 255 -[ICE_PLAINS] 102 255 255 255 82 204 204 255 51 128 128 255 41 102 102 255 -[ICE_MOUNTAINS] 255 255 255 255 204 204 204 255 128 128 128 255 102 102 102 255 -[MUSHROOM_ISLAND] 255 111 207 255 204 89 166 255 128 56 104 255 102 44 83 255 -[MUSHROOM_SHORE] 255 0 128 255 204 0 102 255 128 0 64 255 102 0 51 255 -[BEACH] 255 206 75 255 230 185 68 255 255 206 75 255 179 144 53 255 -[DESERT_HILLS] 255 146 51 255 230 131 46 255 255 146 51 255 179 102 36 255 -[FOREST_HILLS] 0 162 100 255 0 146 90 255 0 162 100 255 0 113 70 255 -[TAIGA_HILLS] 178 212 117 255 160 191 105 255 178 212 117 255 125 148 82 255 -[SMALL_MOUNTAINS] 184 103 33 255 166 93 30 255 184 103 33 255 129 72 23 255 -[JUNGLE] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 -[JUNGLE_HILLS] 33 44 14 255 26 36 12 255 16 22 7 255 13 18 6 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 255 57 16 14 255 +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/plugins/dynmap/colorschemes/dokulight.txt b/plugins/dynmap/colorschemes/dokulight.txt index d4cb43d..0cf3b89 100644 --- a/plugins/dynmap/colorschemes/dokulight.txt +++ b/plugins/dynmap/colorschemes/dokulight.txt @@ -1,614 +1,19763 @@ -1 122 135 128 255 97 108 102 255 61 67 64 255 48 54 51 255 -1:1 156 85 51 255 124 68 40 255 78 42 25 255 62 34 20 255 -1:2 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 -1:3 187 182 174 255 149 145 139 255 93 91 87 255 74 72 69 255 -1:4 192 190 182 255 153 152 145 255 96 95 91 255 76 76 72 255 -1:5 83 89 82 255 66 71 65 255 41 44 41 255 33 35 32 255 -1:6 82 87 82 255 65 69 65 255 41 43 41 255 32 34 32 255 -2 53 93 38 255 42 74 30 255 26 46 19 255 21 37 15 255 -3 97 70 53 255 77 56 42 255 48 35 26 255 38 28 21 255 -3:2 123 84 34 255 98 67 27 255 61 42 17 255 49 33 13 255 -4 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 -5 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 -5:1 63 43 38 255 50 34 30 255 31 21 19 255 25 17 15 255 -5:2 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 -5:3 65 61 32 255 52 48 25 255 32 30 16 255 26 24 12 255 -5:4 77 41 22 255 61 32 17 255 38 20 11 255 30 16 8 255 -5:5 57 49 38 255 45 39 30 255 28 24 19 255 22 19 15 255 -6 37 59 29 114 29 47 23 114 18 29 14 114 14 23 11 114 -6:1 34 54 26 63 27 43 20 63 17 27 13 63 13 21 10 63 -6:2 75 97 48 91 60 77 38 91 37 48 24 91 30 38 19 91 -6:3 30 69 9 81 24 55 7 81 15 34 4 81 12 27 3 81 -6:4 75 76 26 81 60 60 20 81 37 38 13 81 30 30 10 81 -6:5 38 41 30 121 30 32 24 121 19 20 15 121 15 16 12 121 -6:9 34 54 26 63 27 43 20 63 17 27 13 63 13 21 10 63 -6:10 75 97 48 91 60 77 38 91 37 48 24 91 30 38 19 91 -6:11 30 69 9 81 24 55 7 81 15 34 4 81 12 27 3 81 -6:12 75 76 26 81 60 60 20 81 37 38 13 81 30 30 10 81 -6:13 38 41 30 121 30 32 24 121 19 20 15 121 15 16 12 121 -7 42 43 46 255 33 34 36 255 21 21 23 255 16 17 18 255 -8 65 143 205 141 52 114 164 141 32 71 102 141 26 57 82 141 -9 61 136 198 143 48 108 158 143 30 68 99 143 24 54 79 143 -9:1 65 143 205 141 52 114 164 141 32 71 102 141 26 57 82 141 -9:2 65 143 205 141 52 114 164 141 32 71 102 141 26 57 82 141 -9:3 65 143 205 141 52 114 164 141 32 71 102 141 26 57 82 141 -9:4 65 143 205 141 52 114 164 141 32 71 102 141 26 57 82 141 -9:5 65 143 205 141 52 114 164 141 32 71 102 141 26 57 82 141 -9:6 65 143 205 141 52 114 164 141 32 71 102 141 26 57 82 141 -9:7 65 143 205 141 52 114 164 141 32 71 102 141 26 57 82 141 -10 129 31 15 255 103 24 12 255 64 15 7 255 51 12 6 255 -11 128 34 18 255 102 27 14 255 64 17 9 255 51 13 7 255 -12 230 217 160 255 184 173 128 255 115 108 80 255 92 86 64 255 -12:1 156 96 58 255 124 76 46 255 78 48 29 255 62 38 23 255 -13 78 73 62 255 62 58 49 255 39 36 31 255 31 29 24 255 -14 130 130 101 255 104 104 80 255 65 65 50 255 52 52 40 255 -15 120 120 109 255 96 96 87 255 60 60 54 255 48 48 43 255 -16 91 100 95 255 72 80 76 255 45 50 47 255 36 40 38 255 -17 140 124 88 255 112 99 70 255 70 62 44 255 56 49 35 255 -17:1 124 103 95 255 99 82 76 255 62 51 47 255 49 41 38 255 -17:2 141 130 98 255 112 104 78 255 70 65 49 255 56 52 39 255 -17:3 117 103 65 255 93 82 52 255 58 51 32 255 46 41 26 255 -17:4 73 60 41 255 58 48 32 255 36 30 20 255 29 24 16 255 -17:5 51 39 35 255 40 31 28 255 25 19 17 255 20 15 14 255 -17:6 182 181 175 255 145 144 140 255 91 90 87 255 72 72 70 255 -17:7 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 -17:8 73 60 41 255 58 48 32 255 36 30 20 255 29 24 16 255 -17:9 51 39 35 255 40 31 28 255 25 19 17 255 20 15 14 255 -17:10 182 181 175 255 145 144 140 255 91 90 87 255 72 72 70 255 -17:11 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 -17:12 73 60 41 255 58 48 32 255 36 30 20 255 29 24 16 255 -17:13 51 39 35 255 40 31 28 255 25 19 17 255 20 15 14 255 -17:14 182 181 175 255 145 144 140 255 91 90 87 255 72 72 70 255 -17:15 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 -18 44 78 32 214 35 62 25 214 22 39 16 214 17 31 12 214 -18:1 37 65 31 229 29 52 24 229 18 32 15 229 14 26 12 229 -18:2 87 113 58 167 69 90 46 167 43 56 29 167 34 45 23 167 -18:3 43 77 32 232 34 61 25 232 21 38 16 232 17 30 12 232 -18:5 37 65 31 229 29 52 24 229 18 32 15 229 14 26 12 229 -18:6 87 113 58 167 69 90 46 167 43 56 29 167 34 45 23 167 -18:7 43 77 32 232 34 61 25 232 21 38 16 232 17 30 12 232 -18:9 37 65 31 229 29 52 24 229 18 32 15 229 14 26 12 229 -18:10 87 113 58 167 69 90 46 167 43 56 29 167 34 45 23 167 -18:11 43 77 32 232 34 61 25 232 21 38 16 232 17 30 12 232 -18:13 37 65 31 229 29 52 24 229 18 32 15 229 14 26 12 229 -18:14 87 113 58 167 69 90 46 167 43 56 29 167 34 45 23 167 -18:15 43 77 32 232 34 61 25 232 21 38 16 232 17 30 12 232 -19 187 168 87 255 149 134 69 255 93 84 43 255 74 67 34 255 -19:1 159 143 77 255 127 114 61 255 79 71 38 255 63 57 30 255 -20 67 66 61 96 53 52 48 96 33 33 30 96 26 26 24 96 -21 92 115 131 255 73 92 104 255 46 57 65 255 36 46 52 255 -22 44 87 152 255 35 69 121 255 22 43 76 255 17 34 60 255 -23 116 118 105 255 92 94 84 255 58 59 52 255 46 47 42 255 -23:1 112 117 107 255 89 93 85 255 56 58 53 255 44 46 42 255 -23:9 112 117 107 255 89 93 85 255 56 58 53 255 44 46 42 255 -24 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 -25 83 80 70 255 66 64 56 255 41 40 35 255 33 32 28 255 -26 125 38 34 255 100 30 27 255 62 19 17 255 50 15 13 255 -26:8 170 153 137 255 136 122 109 255 85 76 68 255 68 61 54 255 -26:9 170 153 137 255 136 122 109 255 85 76 68 255 68 61 54 255 -26:10 170 153 137 255 136 122 109 255 85 76 68 255 68 61 54 255 -26:11 170 153 137 255 136 122 109 255 85 76 68 255 68 61 54 255 -27 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 -27:8 98 76 53 211 78 60 42 211 49 38 26 211 39 30 21 211 -27:9 98 76 53 211 78 60 42 211 49 38 26 211 39 30 21 211 -27:10 98 76 53 211 78 60 42 211 49 38 26 211 39 30 21 211 -27:11 98 76 53 211 78 60 42 211 49 38 26 211 39 30 21 211 -27:12 98 76 53 211 78 60 42 211 49 38 26 211 39 30 21 211 -27:13 98 76 53 211 78 60 42 211 49 38 26 211 39 30 21 211 -28 89 81 73 232 71 64 58 232 44 40 36 232 35 32 29 232 -29 119 134 126 255 95 107 100 255 59 67 63 255 47 53 50 255 -29:1 63 72 39 255 50 57 31 255 31 36 19 255 25 28 15 255 -29:2 112 120 110 255 89 96 88 255 56 60 55 255 44 48 44 255 -29:3 112 120 110 255 89 96 88 255 56 60 55 255 44 48 44 255 -29:4 112 120 110 255 89 96 88 255 56 60 55 255 44 48 44 255 -29:5 112 120 110 255 89 96 88 255 56 60 55 255 44 48 44 255 -29:9 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 -29:10 119 132 124 207 95 105 99 207 59 66 62 207 47 52 49 207 -29:11 119 132 124 207 95 105 99 207 59 66 62 207 47 52 49 207 -29:12 119 132 124 207 95 105 99 207 59 66 62 207 47 52 49 207 -29:13 119 132 124 207 95 105 99 207 59 66 62 207 47 52 49 207 -30 191 193 197 76 152 154 157 76 95 96 98 76 76 77 78 76 -31 103 96 56 122 82 76 44 122 51 48 28 122 41 38 22 122 -31:1 51 90 37 56 40 72 29 56 25 45 18 56 20 36 14 56 -31:2 40 71 29 111 32 56 23 111 20 35 14 111 16 28 11 111 -32 103 96 56 122 82 76 44 122 51 48 28 122 41 38 22 122 -33 119 134 126 255 95 107 100 255 59 67 63 255 47 53 50 255 -33:1 76 66 52 255 60 52 41 255 38 33 26 255 30 26 20 255 -33:2 112 120 110 255 89 96 88 255 56 60 55 255 44 48 44 255 -33:3 112 120 110 255 89 96 88 255 56 60 55 255 44 48 44 255 -33:4 112 120 110 255 89 96 88 255 56 60 55 255 44 48 44 255 -33:5 112 120 110 255 89 96 88 255 56 60 55 255 44 48 44 255 -33:9 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 -33:10 119 132 124 207 95 105 99 207 59 66 62 207 47 52 49 207 -33:11 119 132 124 207 95 105 99 207 59 66 62 207 47 52 49 207 -33:12 119 132 124 207 95 105 99 207 59 66 62 207 47 52 49 207 -33:13 119 132 124 207 95 105 99 207 59 66 62 207 47 52 49 207 -34 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 -34:1 76 66 52 255 60 52 41 255 38 33 26 255 30 26 20 255 -34:2 83 69 52 111 66 55 41 111 41 34 26 111 33 27 20 111 -34:3 83 69 52 111 66 55 41 111 41 34 26 111 33 27 20 111 -34:4 83 69 52 111 66 55 41 111 41 34 26 111 33 27 20 111 -34:5 83 69 52 111 66 55 41 111 41 34 26 111 33 27 20 111 -34:9 63 72 39 255 50 57 31 255 31 36 19 255 25 28 15 255 -34:10 83 69 52 111 66 55 41 111 41 34 26 111 33 27 20 111 -34:11 83 69 52 111 66 55 41 111 41 34 26 111 33 27 20 111 -34:12 83 69 52 111 66 55 41 111 41 34 26 111 33 27 20 111 -34:13 83 69 52 111 66 55 41 111 41 34 26 111 33 27 20 111 -35 220 218 214 255 176 174 171 255 110 109 107 255 88 87 85 255 -35:1 217 100 46 255 173 80 36 255 108 50 23 255 86 40 18 255 -35:2 169 82 188 255 135 65 150 255 84 41 94 255 67 32 75 255 -35:3 118 149 198 255 94 119 158 255 59 74 99 255 47 59 79 255 -35:4 209 172 48 255 167 137 38 255 104 86 24 255 83 68 19 255 -35:5 94 183 60 255 75 146 48 255 47 91 30 255 37 73 24 255 -35:6 215 147 157 255 172 117 125 255 107 73 78 255 86 58 62 255 -35:7 54 52 50 255 43 41 40 255 27 26 25 255 21 20 20 255 -35:8 125 134 129 255 100 107 103 255 62 67 64 255 50 53 51 255 -35:9 41 102 113 255 32 81 90 255 20 51 56 255 16 40 45 255 -35:10 92 47 143 255 73 37 114 255 46 23 71 255 36 18 57 255 -35:11 41 65 130 255 32 52 104 255 20 32 65 255 16 26 52 255 -35:12 84 50 29 255 67 40 23 255 42 25 14 255 33 20 11 255 -35:13 54 99 26 255 43 79 20 255 27 49 13 255 21 39 10 255 -35:14 131 33 35 255 104 26 28 255 65 16 17 255 52 13 14 255 -35:15 25 23 21 255 20 18 16 255 12 11 10 255 10 9 8 255 -37 122 113 26 19 97 90 20 19 61 56 13 19 48 45 10 19 -38 94 33 25 22 75 26 20 22 47 16 12 22 37 13 10 22 -38:1 59 101 122 63 47 80 97 63 29 50 61 63 23 40 48 63 -38:2 117 106 120 68 93 84 96 68 58 53 60 68 46 42 48 68 -38:3 64 69 56 69 51 55 44 69 32 34 28 69 25 27 22 69 -38:4 96 69 39 104 76 55 31 104 48 34 19 104 38 27 15 104 -38:5 98 93 35 104 78 74 28 104 49 46 17 104 39 37 14 104 -38:6 117 136 98 104 93 108 78 104 58 68 49 104 46 54 39 104 -38:7 113 101 69 104 90 80 55 104 56 50 34 104 45 40 27 104 -38:8 180 183 163 52 144 146 130 52 90 91 81 52 72 73 65 52 -39 142 109 85 43 113 87 68 43 71 54 42 43 56 43 34 43 -40 157 90 78 35 125 72 62 35 78 45 39 35 62 36 31 35 -41 190 161 90 255 152 128 72 255 95 80 45 255 76 64 36 255 -42 104 108 101 255 83 86 80 255 52 54 50 255 41 43 40 255 -43 153 169 161 255 122 135 128 255 76 84 80 255 61 67 64 255 -43:1 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 -43:2 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 -43:3 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 -43:4 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 -43:5 110 125 118 255 88 100 94 255 55 62 59 255 44 50 47 255 -43:6 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 -43:7 207 204 195 255 165 163 156 255 103 102 97 255 82 81 78 255 -43:9 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 -43:10 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 -43:11 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 -43:12 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 -43:13 110 125 118 255 88 100 94 255 55 62 59 255 44 50 47 255 -43:14 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 -43:15 207 204 195 255 165 163 156 255 103 102 97 255 82 81 78 255 -44 153 169 161 255 122 135 128 255 76 84 80 255 61 67 64 255 -44:1 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 -44:2 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 -44:3 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 -44:4 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 -44:5 110 125 118 255 88 100 94 255 55 62 59 255 44 50 47 255 -44:6 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 -44:7 207 204 195 255 165 163 156 255 103 102 97 255 82 81 78 255 -44:9 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 -44:10 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 -44:11 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 -44:12 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 -44:13 110 125 118 255 88 100 94 255 55 62 59 255 44 50 47 255 -44:14 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 -44:15 207 204 195 255 165 163 156 255 103 102 97 255 82 81 78 255 -45 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 -46 89 37 30 255 71 29 24 255 44 18 15 255 35 14 12 255 -47 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 -48 104 117 92 255 83 93 73 255 52 58 46 255 41 46 36 255 -49 47 44 58 255 37 35 46 255 23 22 29 255 18 17 23 255 -50 105 88 59 48 84 70 47 48 52 44 29 48 42 35 23 48 -51 239 149 41 168 191 119 32 168 119 74 20 168 95 59 16 168 -52 62 58 54 204 49 46 43 204 31 29 27 204 24 23 21 204 -53 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 -54 99 59 51 197 79 47 40 197 49 29 25 197 39 23 20 197 -54:4 106 52 42 210 84 41 33 210 53 26 21 210 42 20 16 210 -54:5 106 52 42 210 84 41 33 210 53 26 21 210 42 20 16 210 -54:6 106 52 42 210 84 41 33 210 53 26 21 210 42 20 16 210 -54:7 106 52 42 210 84 41 33 210 53 26 21 210 42 20 16 210 -54:8 106 51 42 210 84 40 33 210 53 25 21 210 42 20 16 210 -54:9 106 51 42 210 84 40 33 210 53 25 21 210 42 20 16 210 -54:10 106 51 42 210 84 40 33 210 53 25 21 210 42 20 16 210 -54:11 106 51 42 210 84 40 33 210 53 25 21 210 42 20 16 210 -55 194 197 201 50 155 157 160 50 97 98 100 50 77 78 80 50 -56 107 140 139 255 85 112 111 255 53 70 69 255 42 56 55 255 -57 109 148 147 255 87 118 117 255 54 74 73 255 43 59 58 255 -58 189 182 162 255 151 145 129 255 94 91 81 255 75 72 64 255 -59 41 81 31 29 32 64 24 29 20 40 15 29 16 32 12 29 -59:1 40 80 31 39 32 64 24 39 20 40 15 39 16 32 12 39 -59:2 40 79 31 50 32 63 24 50 20 39 15 50 16 31 12 50 -59:3 39 78 30 60 31 62 24 60 19 39 15 60 15 31 12 60 -59:4 65 94 39 82 52 75 31 82 32 47 19 82 26 37 15 82 -59:5 85 107 47 109 68 85 37 109 42 53 23 109 34 42 18 109 -59:6 115 121 52 123 92 96 41 123 57 60 26 123 46 48 20 123 -59:7 162 140 87 134 129 112 69 134 81 70 43 134 64 56 34 134 -59:8 162 140 87 134 129 112 69 134 81 70 43 134 64 56 34 134 -59:9 162 140 87 134 129 112 69 134 81 70 43 134 64 56 34 134 -59:10 162 140 87 134 129 112 69 134 81 70 43 134 64 56 34 134 -59:11 162 140 87 134 129 112 69 134 81 70 43 134 64 56 34 134 -59:12 162 140 87 134 129 112 69 134 81 70 43 134 64 56 34 134 -59:13 162 140 87 134 129 112 69 134 81 70 43 134 64 56 34 134 -59:14 162 140 87 134 129 112 69 134 81 70 43 134 64 56 34 134 -59:15 162 140 87 134 129 112 69 134 81 70 43 134 64 56 34 134 -60 73 74 45 255 58 59 36 255 36 37 22 255 29 29 18 255 -60:1 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 -60:2 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 -60:3 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 -60:4 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 -60:5 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 -60:6 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 -60:7 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 -60:8 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 -60:9 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 -60:10 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 -60:11 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 -60:12 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 -60:13 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 -60:14 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 -60:15 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 -61:2 116 118 105 255 92 94 84 255 58 59 52 255 46 47 42 255 -61:3 116 118 105 255 92 94 84 255 58 59 52 255 46 47 42 255 -61:4 116 118 105 255 92 94 84 255 58 59 52 255 46 47 42 255 -61:5 116 118 105 255 92 94 84 255 58 59 52 255 46 47 42 255 -62:2 116 118 105 255 92 94 84 255 58 59 52 255 46 47 42 255 -62:3 116 118 105 255 92 94 84 255 58 59 52 255 46 47 42 255 -62:4 116 118 105 255 92 94 84 255 58 59 52 255 46 47 42 255 -62:5 116 118 105 255 92 94 84 255 58 59 52 255 46 47 42 255 -63 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 -64 90 87 78 226 72 69 62 226 45 43 39 226 36 34 31 226 -65 42 41 35 116 33 32 28 116 21 20 17 116 16 16 14 116 -66 73 66 56 208 58 52 44 208 36 33 28 208 29 26 22 208 -66:6 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 -66:7 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 -66:8 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 -66:9 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 -67 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 -68 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 -69 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 -70 122 135 128 255 97 108 102 255 61 67 64 255 48 54 51 255 -71 103 106 100 239 82 84 80 239 51 53 50 239 41 42 40 239 -72 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 -73 122 84 80 255 97 67 64 255 61 42 40 255 48 33 32 255 -74 122 84 80 255 97 67 64 255 61 42 40 255 48 33 32 255 -75:1 71 61 58 35 56 48 46 35 35 30 29 35 28 24 23 35 -75:2 71 61 58 35 56 48 46 35 35 30 29 35 28 24 23 35 -75:3 71 61 58 35 56 48 46 35 35 30 29 35 28 24 23 35 -75:4 71 61 58 35 56 48 46 35 35 30 29 35 28 24 23 35 -75:5 71 61 58 35 56 48 46 35 35 30 29 35 28 24 23 35 -76:1 78 62 58 35 62 49 46 35 39 31 29 35 31 24 23 35 -76:2 78 62 58 35 62 49 46 35 39 31 29 35 31 24 23 35 -76:3 78 62 58 35 62 49 46 35 39 31 29 35 31 24 23 35 -76:4 78 62 58 35 62 49 46 35 39 31 29 35 31 24 23 35 -76:5 78 62 58 35 62 49 46 35 39 31 29 35 31 24 23 35 -77 122 135 128 255 97 108 102 255 61 67 64 255 48 54 51 255 -78 219 226 232 255 175 180 185 255 109 113 116 255 87 90 92 255 -79 159 208 241 179 127 166 192 179 79 104 120 179 63 83 96 179 -80 219 226 232 255 175 180 185 255 109 113 116 255 87 90 92 255 -81 74 110 55 195 59 88 44 195 37 55 27 195 29 44 22 195 -82 143 159 164 255 114 127 131 255 71 79 82 255 57 63 65 255 -83 123 114 58 175 98 91 46 175 61 57 29 175 49 45 23 175 -84 82 79 73 255 65 63 58 255 41 39 36 255 32 31 29 255 -85 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 -86 183 99 31 255 146 79 24 255 91 49 15 255 73 39 12 255 -87 118 61 65 255 94 48 52 255 59 30 32 255 47 24 26 255 -88 91 66 62 255 72 52 49 255 45 33 31 255 36 26 24 255 -89 197 144 71 255 157 115 56 255 98 72 35 255 78 57 28 255 -90 91 0 160 167 72 0 128 167 45 0 80 167 36 0 64 167 -91 183 99 31 255 146 79 24 255 91 49 15 255 73 39 12 255 -92 196 189 189 195 156 151 151 195 98 94 94 195 78 75 75 195 -93 128 136 130 255 102 108 104 255 64 68 65 255 51 54 52 255 -94 131 136 129 255 104 108 103 255 65 68 64 255 52 54 51 255 -95 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 -95:1 152 84 33 176 121 67 26 176 76 42 16 176 60 33 13 176 -95:2 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 -95:3 37 102 148 176 29 81 118 176 18 51 74 176 14 40 59 176 -95:4 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 -95:5 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 -95:6 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 -95:7 65 65 61 176 52 52 48 176 32 32 30 176 26 26 24 176 -95:8 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 -95:9 37 93 90 176 29 74 72 176 18 46 45 176 14 37 36 176 -95:10 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 -95:11 37 53 148 176 29 42 118 176 18 26 74 176 14 21 59 176 -95:12 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 -95:13 37 93 39 176 29 74 31 176 18 46 19 176 14 37 15 176 -95:14 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 -95:15 37 36 33 176 29 28 26 176 18 18 16 176 14 14 13 176 -96 91 88 79 237 72 70 63 237 45 44 39 237 36 35 31 237 -97 122 135 128 255 97 108 102 255 61 67 64 255 48 54 51 255 -97:1 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 -97:2 110 125 118 255 88 100 94 255 55 62 59 255 44 50 47 255 -98 110 125 118 255 88 100 94 255 55 62 59 255 44 50 47 255 -98:1 107 123 111 255 85 98 88 255 53 61 55 255 42 49 44 255 -98:2 102 116 109 255 81 92 87 255 51 58 54 255 40 46 43 255 -98:3 88 99 94 255 70 79 75 255 44 49 47 255 35 39 37 255 -99 198 188 168 255 158 150 134 255 99 94 84 255 79 75 67 255 -99:1 132 118 92 255 105 94 73 255 66 59 46 255 52 47 36 255 -99:2 132 118 92 255 105 94 73 255 66 59 46 255 52 47 36 255 -99:3 132 118 92 255 105 94 73 255 66 59 46 255 52 47 36 255 -99:4 132 118 92 255 105 94 73 255 66 59 46 255 52 47 36 255 -99:5 132 118 92 255 105 94 73 255 66 59 46 255 52 47 36 255 -99:6 132 118 92 255 105 94 73 255 66 59 46 255 52 47 36 255 -99:7 132 118 92 255 105 94 73 255 66 59 46 255 52 47 36 255 -99:8 132 118 92 255 105 94 73 255 66 59 46 255 52 47 36 255 -99:9 132 118 92 255 105 94 73 255 66 59 46 255 52 47 36 255 -99:14 132 118 92 255 105 94 73 255 66 59 46 255 52 47 36 255 -99:15 215 205 186 255 172 164 148 255 107 102 93 255 86 82 74 255 -100 198 188 168 255 158 150 134 255 99 94 84 255 79 75 67 255 -100:1 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 -100:2 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 -100:3 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 -100:4 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 -100:5 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 -100:6 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 -100:7 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 -100:8 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 -100:9 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 -100:14 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 -100:15 215 205 186 255 172 164 148 255 107 102 93 255 86 82 74 255 -101 60 60 56 123 48 48 44 123 30 30 28 123 24 24 22 123 -102 67 66 61 96 53 52 48 96 33 33 30 96 26 26 24 96 -103 94 159 67 255 75 127 53 255 47 79 33 255 37 63 26 255 -104 32 57 24 30 25 45 19 30 16 28 12 30 12 22 9 30 -105 32 57 24 30 25 45 19 30 16 28 12 30 12 22 9 30 -106 31 55 23 170 24 44 18 170 15 27 11 170 12 22 9 170 -107 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 -108 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 -109 110 125 118 255 88 100 94 255 55 62 59 255 44 50 47 255 -110 95 78 97 255 76 62 77 255 47 39 48 255 38 31 38 255 -111 17 71 26 157 13 56 20 157 8 35 13 157 6 28 10 157 -112 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 -113 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 -114 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 -115 102 23 21 38 81 18 16 38 51 11 10 38 40 9 8 38 -115:1 96 22 19 73 76 17 15 73 48 11 9 73 38 8 7 73 -115:2 96 22 19 73 76 17 15 73 48 11 9 73 38 8 7 73 -115:3 98 25 21 160 78 20 16 160 49 12 10 160 39 10 8 160 -115:4 98 25 21 160 78 20 16 160 49 12 10 160 39 10 8 160 -115:5 98 25 21 160 78 20 16 160 49 12 10 160 39 10 8 160 -115:6 98 25 21 160 78 20 16 160 49 12 10 160 39 10 8 160 -115:7 98 25 21 160 78 20 16 160 49 12 10 160 39 10 8 160 -116 45 33 35 255 36 26 28 255 22 16 17 255 18 13 14 255 -117 79 72 66 112 63 57 52 112 39 36 33 112 31 28 26 112 -118 62 62 62 111 49 49 49 111 31 31 31 111 24 24 24 111 -119 47 44 58 255 37 35 46 255 23 22 29 255 18 17 23 255 -120 135 137 126 255 108 109 100 255 67 68 63 255 54 54 50 255 -120:4 140 150 130 95 112 120 104 95 70 75 65 95 56 60 52 95 -120:5 140 150 130 95 112 120 104 95 70 75 65 95 56 60 52 95 -120:6 140 150 130 95 112 120 104 95 70 75 65 95 56 60 52 95 -120:7 140 150 130 95 112 120 104 95 70 75 65 95 56 60 52 95 -121 179 179 156 255 143 143 124 255 89 89 78 255 71 71 62 255 -122 37 37 41 255 29 29 32 255 18 18 20 255 14 14 16 255 -123 60 53 44 255 48 42 35 255 30 26 22 255 24 21 17 255 -124 137 111 65 255 109 88 52 255 68 55 32 255 54 44 26 255 -125 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 -125:1 63 43 38 255 50 34 30 255 31 21 19 255 25 17 15 255 -125:2 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 -125:3 65 61 32 255 52 48 25 255 32 30 16 255 26 24 12 255 -125:4 77 41 22 255 61 32 17 255 38 20 11 255 30 16 8 255 -125:5 57 49 38 255 45 39 30 255 28 24 19 255 22 19 15 255 -125:9 63 43 38 255 50 34 30 255 31 21 19 255 25 17 15 255 -125:10 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 -125:11 65 61 32 255 52 48 25 255 32 30 16 255 26 24 12 255 -125:12 77 41 22 255 61 32 17 255 38 20 11 255 30 16 8 255 -125:13 57 49 38 255 45 39 30 255 28 24 19 255 22 19 15 255 -126 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 -126:1 63 43 38 255 50 34 30 255 31 21 19 255 25 17 15 255 -126:2 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 -126:3 65 61 32 255 52 48 25 255 32 30 16 255 26 24 12 255 -126:4 77 41 22 255 61 32 17 255 38 20 11 255 30 16 8 255 -126:5 57 49 38 255 45 39 30 255 28 24 19 255 22 19 15 255 -126:9 63 43 38 255 50 34 30 255 31 21 19 255 25 17 15 255 -126:10 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 -126:11 65 61 32 255 52 48 25 255 32 30 16 255 26 24 12 255 -126:12 77 41 22 255 61 32 17 255 38 20 11 255 30 16 8 255 -126:13 57 49 38 255 45 39 30 255 28 24 19 255 22 19 15 255 -127 164 130 7 131 131 104 5 131 82 65 3 131 65 52 2 131 -128 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 -129 91 133 108 255 72 106 86 255 45 66 54 255 36 53 43 255 -130:2 44 41 53 197 35 32 42 197 22 20 26 197 17 16 21 197 -130:3 44 41 53 197 35 32 42 197 22 20 26 197 17 16 21 197 -130:4 44 41 53 197 35 32 42 197 22 20 26 197 17 16 21 197 -130:5 44 41 53 197 35 32 42 197 22 20 26 197 17 16 21 197 -131 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 -133 40 138 79 255 32 110 63 255 20 69 39 255 16 55 31 255 -134 63 43 38 255 50 34 30 255 31 21 19 255 25 17 15 255 -135 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 -136 65 61 32 255 52 48 25 255 32 30 16 255 26 24 12 255 -137 88 76 71 255 70 60 56 255 44 38 35 255 35 30 28 255 -138 67 66 61 96 53 52 48 96 33 33 30 96 26 26 24 96 -139 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 -139:1 104 117 92 255 83 93 73 255 52 58 46 255 41 46 36 255 -140 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 -141 41 80 41 12 32 64 32 12 20 40 20 12 16 32 16 12 -141:2 44 83 44 35 35 66 35 35 22 41 22 35 17 33 17 35 -141:3 44 83 44 35 35 66 35 35 22 41 22 35 17 33 17 35 -141:4 39 77 41 53 31 61 32 53 19 38 20 53 15 30 16 53 -141:5 39 77 41 53 31 61 32 53 19 38 20 53 15 30 16 53 -141:6 39 77 41 53 31 61 32 53 19 38 20 53 15 30 16 53 -141:7 41 79 42 104 32 63 33 104 20 39 21 104 16 31 16 104 -142 41 80 41 12 32 64 32 12 20 40 20 12 16 32 16 12 -142:2 44 83 44 35 35 66 35 35 22 41 22 35 17 33 17 35 -142:3 44 83 44 35 35 66 35 35 22 41 22 35 17 33 17 35 -142:4 39 77 41 53 31 61 32 53 19 38 20 53 15 30 16 53 -142:5 39 77 41 53 31 61 32 53 19 38 20 53 15 30 16 53 -142:6 39 77 41 53 31 61 32 53 19 38 20 53 15 30 16 53 -142:7 32 73 38 114 25 58 30 114 16 36 19 114 12 29 15 114 -143 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 -145 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 -146 99 59 51 197 79 47 40 197 49 29 25 197 39 23 20 197 -146:4 106 52 42 210 84 41 33 210 53 26 21 210 42 20 16 210 -146:5 106 52 42 210 84 41 33 210 53 26 21 210 42 20 16 210 -146:6 106 52 42 210 84 41 33 210 53 26 21 210 42 20 16 210 -146:7 106 52 42 210 84 41 33 210 53 26 21 210 42 20 16 210 -146:8 106 51 42 210 84 40 33 210 53 25 21 210 42 20 16 210 -146:9 106 51 42 210 84 40 33 210 53 25 21 210 42 20 16 210 -146:10 106 51 42 210 84 40 33 210 53 25 21 210 42 20 16 210 -146:11 106 51 42 210 84 40 33 210 53 25 21 210 42 20 16 210 -147 190 161 90 255 152 128 72 255 95 80 45 255 76 64 36 255 -148 104 108 101 255 83 86 80 255 52 54 50 255 41 43 40 255 -149 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 -150 133 137 131 255 106 109 104 255 66 68 65 255 53 54 52 255 -151 83 95 91 255 66 76 72 255 41 47 45 255 33 38 36 255 -152 95 56 52 255 76 44 41 255 47 28 26 255 38 22 20 255 -153 139 87 79 255 111 69 63 255 69 43 39 255 55 34 31 255 -154 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 -155 207 204 195 255 165 163 156 255 103 102 97 255 82 81 78 255 -155:1 195 191 181 255 156 152 144 255 97 95 90 255 78 76 72 255 -155:2 203 201 191 255 162 160 152 255 101 100 95 255 81 80 76 255 -155:3 189 184 172 255 151 147 137 255 94 92 86 255 75 73 68 255 -155:4 189 184 172 255 151 147 137 255 94 92 86 255 75 73 68 255 -156 207 204 195 255 165 163 156 255 103 102 97 255 82 81 78 255 -157 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 -157:8 84 69 61 211 67 55 48 211 42 34 30 211 33 27 24 211 -157:9 84 69 61 211 67 55 48 211 42 34 30 211 33 27 24 211 -157:10 84 69 61 211 67 55 48 211 42 34 30 211 33 27 24 211 -157:11 84 69 61 211 67 55 48 211 42 34 30 211 33 27 24 211 -157:12 84 69 61 211 67 55 48 211 42 34 30 211 33 27 24 211 -157:13 84 69 61 211 67 55 48 211 42 34 30 211 33 27 24 211 -158 116 118 105 255 92 94 84 255 58 59 52 255 46 47 42 255 -158:1 111 117 107 255 88 93 85 255 55 58 53 255 44 46 42 255 -159 164 133 108 255 131 106 86 255 82 66 54 255 65 53 43 255 -159:1 162 89 52 255 129 71 41 255 81 44 26 255 64 35 20 255 -159:2 164 110 94 255 131 88 75 255 82 55 47 255 65 44 37 255 -159:3 78 110 114 255 62 88 91 255 39 55 57 255 31 44 45 255 -159:4 146 102 47 255 116 81 37 255 73 51 23 255 58 40 18 255 -159:5 109 113 52 255 87 90 41 255 54 56 26 255 43 45 20 255 -159:6 143 80 97 255 114 64 77 255 71 40 48 255 57 32 38 255 -159:7 52 37 28 255 41 29 22 255 26 18 14 255 20 14 11 255 -159:8 121 96 74 255 96 76 59 255 60 48 37 255 48 38 29 255 -159:9 51 53 81 255 40 42 64 255 25 26 40 255 20 21 32 255 -159:10 100 76 107 255 80 60 85 255 50 38 53 255 40 30 42 255 -159:11 72 91 121 255 57 72 96 255 36 45 60 255 28 36 48 255 -159:12 102 60 38 255 81 48 30 255 51 30 19 255 40 24 15 255 -159:13 55 70 20 255 44 56 16 255 27 35 10 255 22 28 8 255 -159:14 124 57 42 255 99 45 33 255 62 28 21 255 49 22 16 255 -159:15 27 19 14 255 21 15 11 255 13 9 7 255 10 7 5 255 -160 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 -160:1 152 84 33 176 121 67 26 176 76 42 16 176 60 33 13 176 -160:2 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 -160:3 37 102 148 176 29 81 118 176 18 51 74 176 14 40 59 176 -160:4 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 -160:5 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 -160:6 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 -160:7 65 65 61 176 52 52 48 176 32 32 30 176 26 26 24 176 -160:8 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 -160:9 37 93 90 176 29 74 72 176 18 46 45 176 14 37 36 176 -160:10 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 -160:11 37 53 148 176 29 42 118 176 18 26 74 176 14 21 59 176 -160:12 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 -160:13 37 93 39 176 29 74 31 176 18 46 19 176 14 37 15 176 -160:14 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 -160:15 37 36 33 176 29 28 26 176 18 18 16 176 14 14 13 176 -161 43 77 32 232 34 61 25 232 21 38 16 232 17 30 12 232 -161:1 44 78 32 214 35 62 25 214 22 39 16 214 17 31 12 214 -161:5 44 78 32 214 35 62 25 214 22 39 16 214 17 31 12 214 -161:9 44 78 32 214 35 62 25 214 22 39 16 214 17 31 12 214 -161:13 44 78 32 214 35 62 25 214 22 39 16 214 17 31 12 214 -162 102 55 41 255 81 44 32 255 51 27 20 255 40 22 16 255 -162:1 124 103 95 255 99 82 76 255 62 51 47 255 49 41 38 255 -162:4 84 69 52 255 67 55 41 255 42 34 26 255 33 27 20 255 -162:5 51 39 35 255 40 31 28 255 25 19 17 255 20 15 14 255 -162:8 84 69 52 255 67 55 41 255 42 34 26 255 33 27 20 255 -162:9 51 39 35 255 40 31 28 255 25 19 17 255 20 15 14 255 -162:12 84 69 52 255 67 55 41 255 42 34 26 255 33 27 20 255 -162:13 51 39 35 255 40 31 28 255 25 19 17 255 20 15 14 255 -163 77 41 22 255 61 32 17 255 38 20 11 255 30 16 8 255 -164 57 49 38 255 45 39 30 255 28 24 19 255 22 19 15 255 -165 163 217 118 150 130 173 94 150 81 108 59 150 65 86 47 150 -167 111 114 109 239 88 91 87 239 55 57 54 239 44 45 43 239 -168 118 123 96 255 94 98 76 255 59 61 48 255 47 49 38 255 -168:1 85 96 84 255 68 76 67 255 42 48 42 255 34 38 33 255 -168:2 86 99 86 255 68 79 68 255 43 49 43 255 34 39 34 255 -169 89 106 92 255 71 84 73 255 44 53 46 255 35 42 36 255 -170 222 194 89 255 177 155 71 255 111 97 44 255 88 77 35 255 -171 220 218 214 255 176 174 171 255 110 109 107 255 88 87 85 255 -171:1 217 100 46 255 173 80 36 255 108 50 23 255 86 40 18 255 -171:2 169 82 188 255 135 65 150 255 84 41 94 255 67 32 75 255 -171:3 118 149 198 255 94 119 158 255 59 74 99 255 47 59 79 255 -171:4 209 172 48 255 167 137 38 255 104 86 24 255 83 68 19 255 -171:5 94 183 60 255 75 146 48 255 47 91 30 255 37 73 24 255 -171:6 215 147 157 255 172 117 125 255 107 73 78 255 86 58 62 255 -171:7 54 52 50 255 43 41 40 255 27 26 25 255 21 20 20 255 -171:8 125 134 129 255 100 107 103 255 62 67 64 255 50 53 51 255 -171:9 41 102 113 255 32 81 90 255 20 51 56 255 16 40 45 255 -171:10 92 47 143 255 73 37 114 255 46 23 71 255 36 18 57 255 -171:11 41 65 130 255 32 52 104 255 20 32 65 255 16 26 52 255 -171:12 84 50 29 255 67 40 23 255 42 25 14 255 33 20 11 255 -171:13 54 99 26 255 43 79 20 255 27 49 13 255 21 39 10 255 -171:14 131 33 35 255 104 26 28 255 65 16 17 255 52 13 14 255 -171:15 25 23 21 255 20 18 16 255 12 11 10 255 10 9 8 255 -172 141 100 74 255 112 80 59 255 70 50 37 255 56 40 29 255 -173 45 49 52 255 36 39 41 255 22 24 26 255 18 19 20 255 -174 155 194 231 255 124 155 184 255 77 97 115 255 62 77 92 255 -175 59 62 31 192 47 49 24 192 29 31 15 192 23 24 12 192 -175:8 74 57 31 109 59 45 24 109 37 28 15 109 29 22 12 109 -175:9 74 57 31 109 59 45 24 109 37 28 15 109 29 22 12 109 -175:10 74 57 31 109 59 45 24 109 37 28 15 109 29 22 12 109 -175:11 74 57 31 109 59 45 24 109 37 28 15 109 29 22 12 109 -175:12 74 57 31 109 59 45 24 109 37 28 15 109 29 22 12 109 -175:13 74 57 31 109 59 45 24 109 37 28 15 109 29 22 12 109 -175:14 74 57 31 109 59 45 24 109 37 28 15 109 29 22 12 109 -175:15 74 57 31 109 59 45 24 109 37 28 15 109 29 22 12 109 -178 73 77 73 255 58 61 58 255 36 38 36 255 29 30 29 255 -179 143 88 53 255 114 70 42 255 71 44 26 255 57 35 21 255 -180 135 83 50 255 108 66 40 255 67 41 25 255 54 33 20 255 -181 143 88 53 255 114 70 42 255 71 44 26 255 57 35 21 255 -182 143 88 53 255 114 70 42 255 71 44 26 255 57 35 21 255 -183 63 43 38 255 50 34 30 255 31 21 19 255 25 17 15 255 -184 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 -185 65 61 32 255 52 48 25 255 32 30 16 255 26 24 12 255 -186 57 49 38 255 45 39 30 255 28 24 19 255 22 19 15 255 -187 77 41 22 255 61 32 17 255 38 20 11 255 30 16 8 255 -188 63 43 38 255 50 34 30 255 31 21 19 255 25 17 15 255 -189 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 -190 65 61 32 255 52 48 25 255 32 30 16 255 26 24 12 255 -191 57 49 38 255 45 39 30 255 28 24 19 255 22 19 15 255 -192 77 41 22 255 61 32 17 255 38 20 11 255 30 16 8 255 -193 71 60 56 255 56 48 44 255 35 30 28 255 28 24 22 255 -194 144 145 139 255 115 116 111 255 72 72 69 255 57 58 55 255 -195 71 65 40 236 56 52 32 236 35 32 20 236 28 26 16 236 -196 77 45 28 184 61 36 22 184 38 22 14 184 30 18 11 184 -197 63 58 49 255 50 46 39 255 31 29 24 255 25 23 19 255 - -Biome Mapping -[RAINFOREST] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 -[SWAMPLAND] 64 128 0 255 51 102 0 255 32 64 0 255 26 51 0 255 -[SEASONAL_FOREST] 51 165 42 255 41 132 34 255 26 83 21 255 20 66 17 255 -[FOREST] 0 128 64 255 0 102 51 255 0 64 32 255 0 51 26 255 -[SAVANNA] 58 58 58 255 46 46 46 255 29 29 29 255 23 23 23 255 -[SHRUBLAND] 170 158 24 255 136 126 19 255 85 79 12 255 68 63 10 255 -[TAIGA] 204 255 102 255 163 204 82 255 102 128 51 255 82 102 41 255 -[DESERT] 255 255 102 255 204 204 82 255 128 128 51 255 102 102 41 255 -[PLAINS] 255 204 102 255 204 163 82 255 128 102 51 255 102 82 41 255 -[ICE_DESERT] 26 33 103 255 21 26 82 255 13 17 52 255 10 13 41 255 -[TUNDRA] 222 222 222 255 178 178 178 255 111 111 111 255 89 89 89 255 -[HELL] 255 0 0 255 204 0 0 255 128 0 0 255 102 0 0 255 -[SKY] 102 204 255 255 82 163 204 255 51 102 128 255 41 82 102 255 -[OCEAN] 0 0 255 255 0 0 204 255 0 0 128 255 0 0 102 255 -[RIVER] 0 128 255 255 0 102 204 255 0 64 128 255 0 51 102 255 -[EXTREME_HILLS] 128 64 0 255 102 51 0 255 64 32 0 255 51 26 0 255 -[FROZEN_OCEAN] 102 255 204 255 82 204 163 255 51 128 102 255 41 102 82 255 -[FROZEN_RIVER] 102 102 255 255 82 82 204 255 51 51 128 255 41 41 102 255 -[ICE_PLAINS] 102 255 255 255 82 204 204 255 51 128 128 255 41 102 102 255 -[ICE_MOUNTAINS] 255 255 255 255 204 204 204 255 128 128 128 255 102 102 102 255 -[MUSHROOM_ISLAND] 255 111 207 255 204 89 166 255 128 56 104 255 102 44 83 255 -[MUSHROOM_SHORE] 255 0 128 255 204 0 102 255 128 0 64 255 102 0 51 255 -[BEACH] 255 206 75 255 230 185 68 255 255 206 75 255 179 144 53 255 -[DESERT_HILLS] 255 146 51 255 230 131 46 255 255 146 51 255 179 102 36 255 -[FOREST_HILLS] 0 162 100 255 0 146 90 255 0 162 100 255 0 113 70 255 -[TAIGA_HILLS] 178 212 117 255 160 191 105 255 178 212 117 255 125 148 82 255 -[SMALL_MOUNTAINS] 184 103 33 255 166 93 30 255 184 103 33 255 129 72 23 255 -[JUNGLE] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 -[JUNGLE_HILLS] 33 44 14 255 26 36 12 255 16 22 7 255 13 18 6 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 255 57 16 14 255 +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/plugins/dynmap/colorschemes/flames.txt b/plugins/dynmap/colorschemes/flames.txt index 2a38d93..96c3a57 100644 --- a/plugins/dynmap/colorschemes/flames.txt +++ b/plugins/dynmap/colorschemes/flames.txt @@ -1,585 +1,19769 @@ -Stone -1 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255 -Grass -2 60 113 17 255 50 94 14 255 42 79 12 255 50 94 14 255 -Dirt -3 134 96 67 255 107 76 53 255 67 48 33 255 53 38 26 255 -3:2 122 87 57 255 97 69 45 255 61 43 28 255 48 34 22 255 -Cobblestone -4 115 115 115 255 92 92 92 255 57 57 57 255 46 46 46 255 -Wooden Plank -5 157 128 79 255 125 102 63 255 78 64 39 255 62 51 31 255 -5:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -5:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -5:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -5:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -5:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -Sapling -6 120 120 120 0 96 96 96 0 60 60 60 0 48 48 48 0 -6:1 51 58 33 83 40 46 26 83 25 29 16 83 20 23 13 83 -6:2 118 150 84 107 94 120 67 107 59 75 42 107 47 60 33 107 -6:3 48 86 18 85 38 68 14 85 24 43 9 85 19 34 7 85 -6:4 114 115 20 75 91 92 16 75 57 57 10 75 45 46 8 75 -6:5 56 86 28 100 44 68 22 100 28 43 14 100 22 34 11 100 -6:9 51 58 33 83 40 46 26 83 25 29 16 83 20 23 13 83 -6:10 118 150 84 107 94 120 67 107 59 75 42 107 47 60 33 107 -6:11 48 86 18 85 38 68 14 85 24 43 9 85 19 34 7 85 -6:12 114 115 20 75 91 92 16 75 57 57 10 75 45 46 8 75 -6:13 56 86 28 100 44 68 22 100 28 43 14 100 22 34 11 100 -Bedrock -7 84 84 84 255 67 67 67 255 42 42 42 255 33 33 33 255 -Water -8 38 92 255 51 30 73 204 51 19 46 127 51 15 36 102 51 -Stationary Water -9 38 92 255 51 30 73 204 51 19 46 127 51 15 36 102 51 -Lava -10 255 90 0 255 204 72 0 255 127 45 0 255 102 36 0 255 -Stationary Lava -11 255 90 0 255 204 72 0 255 127 45 0 255 102 36 0 255 -Sand -12 218 210 158 255 174 168 126 255 109 105 79 255 87 84 63 255 -Gravel -13 136 126 126 255 108 100 100 255 68 63 63 255 54 50 50 255 -Gold Ore -14 143 140 125 255 114 112 100 255 71 70 62 255 57 56 50 255 -Iron Ore -15 136 130 127 255 108 104 101 255 68 65 63 255 54 52 50 255 -Coal Ore -16 115 115 115 255 92 92 92 255 57 57 57 255 46 46 46 255 -Wood - Normal -17 102 81 51 255 125 102 63 255 78 64 39 255 40 32 20 255 -17:0 102 81 51 255 125 102 63 255 78 64 39 255 40 32 20 255 -Wood - Spruce (Red/dark wood) -17:1 75 44 24 255 125 102 63 255 78 64 39 255 30 18 10 255 -Wood - Birch (light wood) -17:2 191 191 191 255 125 102 63 255 78 64 39 255 76 76 76 255 -Wood - Jungle -17:3 75 44 24 255 125 102 63 255 78 64 39 255 30 18 10 255 -Leaves -18 27 69 37 180 22 57 31 180 19 48 25 180 22 57 31 180 -18:1 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 -18:2 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 -18:3 18 71 25 0 14 56 20 0 9 35 12 0 7 28 10 0 -18:5 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 -18:6 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 -18:7 18 71 25 0 14 56 20 0 9 35 12 0 7 28 10 0 -18:9 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 -18:10 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 -18:11 18 71 25 0 14 56 20 0 9 35 12 0 7 28 10 0 -18:13 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 -18:14 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 -18:15 18 71 25 0 14 56 20 0 9 35 12 0 7 28 10 0 -Sponge -19 193 193 65 255 174 174 47 255 97 97 5 255 76 76 20 255 -Glass -20 255 255 255 64 204 204 204 64 127 127 127 64 102 102 102 64 -Lapis Lazuli Ore -21 23 68 196 255 18 56 158 255 14 43 122 255 14 43 78 255 -Lapis Lazuli Block -22 23 68 196 255 18 56 158 255 14 43 122 255 14 43 78 255 -Dispenser -23 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -Sandstone -24 192 178 110 255 160 148 92 255 134 124 77 255 160 148 92 255 -Note Block -25 125 91 38 255 100 72 30 255 62 45 19 255 50 36 15 255 -Bed -26 200 20 20 255 160 16 16 255 100 10 10 255 80 8 8 255 -Powered Rail -27 150 134 102 180 120 107 81 180 75 67 51 180 60 53 40 180 -Detector Rail -28 150 134 102 180 120 107 81 180 75 67 51 180 60 53 40 180 -Sticky Piston -29 157 128 79 255 96 96 96 255 78 64 39 255 48 48 48 255 -Cobweb -30 138 145 145 255 110 115 115 255 69 72 72 255 55 57 57 255 -Tall Grass -31 97 156 53 255 73 120 38 255 38 68 16 255 26 50 9 255 -31:1 14 58 21 0 11 46 16 0 7 29 10 0 5 23 8 0 -31:2 15 60 22 0 12 48 17 0 7 30 11 0 6 24 8 0 -Dead Shrubs -32 75 44 24 255 60 35 19 255 37 22 12 255 30 18 10 255 -Piston -33 157 128 79 255 96 96 96 255 78 64 39 255 48 48 48 255 -Piston Head -34 157 128 79 255 96 96 96 255 78 64 39 255 48 48 48 255 -Wool -35 247 255 239 255 244 251 236 255 204 210 197 255 244 251 236 255 -35:0 247 255 239 255 244 251 236 255 204 210 197 255 244 251 236 255 -Wool - Orange -35:1 227 128 52 255 224 126 51 255 187 105 42 255 224 126 51 255 -Wool - Magenta -35:2 185 76 188 255 183 75 186 255 153 63 155 255 183 75 186 255 -Wool - Light Blue -35:3 102 139 199 255 100 137 196 255 84 114 164 255 100 137 196 255 -Wool - Yellow -35:4 189 181 26 255 187 178 26 255 156 149 22 255 187 178 26 255 -Wool - Light Green -35:5 57 189 45 255 56 186 44 255 47 156 37 255 56 186 44 255 -Wool - Pink -35:6 211 132 145 255 209 130 143 255 174 109 120 255 209 130 143 255 -Wool - Gray -35:7 65 67 63 255 64 66 62 255 54 55 52 255 64 66 62 255 -Wool - Light Gray -35:8 154 166 156 255 152 163 154 255 127 137 128 255 152 163 154 255 -Wool - Cyan -35:9 38 117 141 255 37 115 139 255 31 96 116 255 37 115 139 255 -Wool - Purple -35:10 126 54 184 255 124 53 181 255 104 44 151 255 124 53 181 255 -Wool - Blue -35:11 38 51 144 255 37 50 143 255 31 42 119 255 37 50 143 255 -Wool - Brown -35:12 83 51 26 255 82 50 26 255 69 42 22 255 82 50 26 255 -Wool - Dark Green -35:13 54 77 22 255 54 76 22 255 45 63 19 255 54 76 22 255 -Wool - Red -35:14 159 45 38 255 157 44 38 255 131 37 32 255 157 44 38 255 -Wool - Black -35:15 26 23 22 255 26 23 21 255 22 19 18 255 26 23 21 255 -Yellow Flower -37 255 255 0 255 204 204 0 255 127 127 0 255 102 102 0 255 -Red Rose -38 255 0 0 255 204 0 0 255 127 0 0 255 102 0 0 255 -38:1 37 152 138 45 29 121 110 45 18 76 69 45 14 60 55 45 -38:2 177 141 211 38 141 112 168 38 88 70 105 38 70 56 84 38 -38:3 162 191 138 42 129 152 110 42 81 95 69 42 64 76 55 42 -38:4 103 135 38 48 82 108 30 48 51 67 19 48 41 54 15 48 -38:5 95 134 32 49 76 107 25 49 47 67 16 49 38 53 12 49 -38:6 94 153 65 48 75 122 52 48 47 76 32 48 37 61 26 48 -38:7 101 150 73 47 80 120 58 47 50 75 36 47 40 60 29 47 -38:8 176 197 139 43 140 157 111 43 88 98 69 43 70 78 55 43 -Brown Mushroom -39 204 153 120 32 145 109 85 32 114 86 67 32 73 64 58 32 -Red Mushroom -40 255 43 43 32 196 29 38 32 186 105 109 32 124 64 64 32 -Gold Block -41 232 245 46 255 185 196 36 255 116 122 23 255 92 98 18 255 -Iron Block -42 191 191 191 255 152 152 152 255 95 95 95 255 76 76 76 255 -Double Stone Slab -43 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 -43:0 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 -43:6 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 -Double Stone Slab - Sandstone -43:1 192 178 110 255 160 148 92 255 134 124 77 255 160 148 92 255 -Double Stone Slab - Wood -43:2 157 128 79 255 125 102 63 255 78 64 39 255 62 51 31 255 -Double Stone Slab - Cobblestone -43:3 115 115 115 255 92 92 92 255 57 57 57 255 46 46 46 255 -Double Stone Slab - Brick -43:4 170 86 62 255 136 68 49 255 85 43 31 255 68 34 24 255 -Double Stone Slab - Stone Brick -43:5 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 -Stone Slab -44 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 -44:0 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 -44:6 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 -44:8 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 -44:14 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 -Stone Slab - Sandstone -44:1 192 178 110 255 160 148 92 255 134 124 77 255 160 148 92 255 -44:9 192 178 110 255 160 148 92 255 134 124 77 255 160 148 92 255 -Stone Slab - Wood -44:2 157 128 79 255 125 102 63 255 78 64 39 255 62 51 31 255 -44:10 157 128 79 255 125 102 63 255 78 64 39 255 62 51 31 255 -Stone Slab - Cobblestone -44:3 115 115 115 255 92 92 92 255 57 57 57 255 46 46 46 255 -44:11 115 115 115 255 92 92 92 255 57 57 57 255 46 46 46 255 -Stone Slab - Brick -44:4 170 86 62 255 136 68 49 255 85 43 31 255 68 34 24 255 -44:12 170 86 62 255 136 68 49 255 85 43 31 255 68 34 24 255 -Stone Slab - Stone Brick -44:5 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 -44:13 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 -Brick -45 170 86 62 255 136 68 49 255 85 43 31 255 68 34 24 255 -TNT -46 160 83 65 255 128 66 52 255 80 41 32 255 64 33 26 255 -Bookshelf -47 125 91 38 192 100 72 30 192 62 45 19 192 50 36 15 192 -Moss Stone -48 115 115 115 255 92 92 92 255 57 57 57 255 46 46 46 255 -Obsidian -49 26 11 43 255 20 8 34 255 13 5 21 255 10 4 17 255 -Torch -50 159 127 80 255 98 88 20 0 245 220 50 255 196 176 40 0 -Fire -51 255 170 30 200 204 136 24 200 127 85 15 200 102 68 12 200 -Monster Spawner -52 0 150 110 196 0 150 130 196 0 150 110 196 0 150 130 196 -Wooden Stair -53 157 128 79 255 125 102 63 255 78 64 39 255 62 51 31 255 -Chest -54 125 91 38 255 100 72 30 255 62 45 19 255 50 36 15 255 -Redstone Wire -55 240 30 30 64 160 20 20 64 120 15 15 64 100 12 12 64 -Diamond Ore -56 129 140 143 255 103 112 114 255 64 70 71 255 51 56 57 255 -Diamond Block -57 45 166 152 255 36 132 121 255 22 83 76 255 18 66 60 255 -Workbench -58 114 88 56 255 91 70 44 255 57 44 28 255 45 35 22 255 -Crops -59 146 192 0 255 116 153 0 255 73 96 0 255 58 76 0 255 -Farmland -60 95 58 30 255 76 46 24 255 47 29 15 255 38 23 12 255 -Furnace -61 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -Burning Furnace -62 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -Sign Post -63 111 91 54 255 88 72 43 255 55 45 27 255 44 36 21 255 -Wooden Door -64 136 109 67 255 108 87 53 255 68 54 33 255 54 43 26 255 -Ladder -65 181 140 64 32 144 112 51 32 90 70 32 32 72 56 25 32 -Minecart Tracks -66 150 134 102 180 120 107 81 180 75 67 51 180 60 53 40 180 -Cobblestone Stairs -67 115 115 115 255 92 92 92 255 57 57 57 255 46 46 46 255 -Wall Sign -68 111 91 54 255 88 72 43 255 55 45 27 255 44 36 21 255 -Lever -69 111 91 54 255 88 72 43 255 55 45 27 255 44 36 21 255 -Stone Pressure Plate -70 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255 -Iron Door -71 191 191 191 255 152 152 152 255 95 95 95 255 76 76 76 255 -Wooden Pressure Plate -72 111 91 54 255 88 72 43 255 55 45 27 255 44 36 21 255 -Redstone Ore -73 131 107 107 255 104 85 85 255 65 53 53 255 52 42 42 255 -Glowing Redstone Ore -74 131 107 107 255 104 85 85 255 65 53 53 255 52 42 42 255 -Redstone Torch off -75 159 127 80 255 72 56 25 0 181 140 64 255 144 112 51 0 -Redstone Torch on -76 159 127 80 255 102 0 0 0 255 0 0 255 204 0 0 0 -Stone Button -77 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255 -Snow -78 255 255 255 255 204 204 204 255 127 127 127 255 102 102 102 255 -Ice -79 83 113 163 51 66 90 130 51 41 56 81 51 33 45 65 51 -Snow Block -80 250 250 250 255 200 200 200 255 125 125 125 255 100 100 100 255 -Cactus -81 25 120 25 255 20 96 20 255 12 60 12 255 10 48 10 255 -Clay -82 151 157 169 255 120 125 135 255 75 78 84 255 60 62 67 255 -Sugar Cane -83 193 234 150 255 154 187 120 255 96 117 75 255 77 93 60 255 -Jukebox -84 125 91 38 255 100 72 30 255 62 45 19 255 50 36 15 255 -Fence -85 127 98 49 96 95 72 33 96 48 34 9 96 32 21 21 96 -Pumpkin -86 255 115 0 200 204 92 0 200 126 57 0 200 102 46 0 200 -Netherrack -87 166 89 89 255 141 80 62 255 135 15 15 255 96 6 6 255 -Soulsand -88 133 109 94 255 121 97 82 255 90 70 57 255 79 59 46 255 -Glowstone -89 249 212 156 255 255 188 94 255 192 143 70 255 122 91 44 255 -Portal -90 140 0 196 128 120 0 196 128 140 0 196 128 120 0 196 128 -Jack-o-lantern -91 255 115 0 255 204 92 0 255 126 57 0 255 102 46 0 255 -Cake Block -92 234 234 234 255 210 210 210 255 203 203 203 255 190 190 190 255 -Below: same as default -93 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 -94 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 -95 255 255 255 123 204 204 204 123 127 127 127 123 102 102 102 123 -95:1 216 127 51 123 172 101 40 123 108 63 25 123 86 50 20 123 -95:2 178 76 216 123 142 60 172 123 89 38 108 123 71 30 86 123 -95:3 102 153 216 123 81 122 172 123 51 76 108 123 40 61 86 123 -95:4 229 229 51 123 183 183 40 123 114 114 25 123 91 91 20 123 -95:5 127 204 25 123 101 163 20 123 63 102 12 123 50 81 10 123 -95:6 242 127 165 123 193 101 132 123 121 63 82 123 96 50 66 123 -95:7 76 76 76 123 60 60 60 123 38 38 38 123 30 30 30 123 -95:8 153 153 153 123 122 122 122 123 76 76 76 123 61 61 61 123 -95:9 76 127 153 123 60 101 122 123 38 63 76 123 30 50 61 123 -95:10 127 63 178 123 101 50 142 123 63 31 89 123 50 25 71 123 -95:11 51 76 178 123 40 60 142 123 25 38 89 123 20 30 71 123 -95:12 102 76 51 123 81 60 40 123 51 38 25 123 40 30 20 123 -95:13 102 127 51 123 81 101 40 123 51 63 25 123 40 50 20 123 -95:14 153 51 51 123 122 40 40 123 76 25 25 123 61 20 20 123 -95:15 25 25 25 123 20 20 20 123 12 12 12 123 10 10 10 123 -96 126 93 45 219 100 74 36 219 63 46 22 219 50 37 18 219 -97 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 -97:1 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -97:2 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -98 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -98:1 114 119 106 255 91 95 84 255 57 59 53 255 45 47 42 255 -98:2 118 118 118 255 94 94 94 255 59 59 59 255 47 47 47 255 -98:3 118 118 118 255 94 94 94 255 59 59 59 255 47 47 47 255 -99 202 171 120 255 161 136 96 255 101 85 60 255 80 68 48 255 -99:1 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:4 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:7 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:10 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 -99:14 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:15 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 -100 202 171 120 255 161 136 96 255 101 85 60 255 80 68 48 255 -100:1 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:4 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:7 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:10 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 -100:14 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:15 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 -101 109 108 106 115 87 86 84 115 54 54 53 115 43 43 42 115 -102 218 240 244 70 174 192 195 70 109 120 122 70 87 96 97 70 -103 141 145 36 255 112 116 28 255 70 72 18 255 56 58 14 255 -104 90 112 56 34 72 89 44 34 45 56 28 34 36 44 22 34 -105 90 112 56 34 72 89 44 34 45 56 28 34 36 44 22 34 -106 54 73 23 138 43 58 18 138 27 36 11 138 21 29 9 138 -107 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -108 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 -109 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -110 113 88 73 255 90 70 58 255 56 44 36 255 45 35 29 255 -111 14 59 22 0 11 47 17 0 7 29 11 0 5 23 8 0 -112 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 -113 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 -114 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 -115 106 14 30 42 84 11 24 42 53 7 15 42 42 5 12 42 -115:1 108 15 22 120 86 12 17 120 54 7 11 120 43 6 8 120 -115:2 108 15 22 120 86 12 17 120 54 7 11 120 43 6 8 120 -115:3 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 -115:4 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 -115:5 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 -115:6 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 -115:7 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 -116 41 43 46 191 32 34 36 191 20 21 23 191 16 17 18 191 -117 106 106 106 255 84 84 84 255 53 53 53 255 42 42 42 255 -118 62 62 62 231 49 49 49 231 31 31 31 231 24 24 24 231 -119 20 18 29 255 16 14 23 255 10 9 14 255 8 7 11 255 -120 147 160 123 207 117 128 98 207 73 80 61 207 58 64 49 207 -121 221 223 165 255 176 178 132 255 110 111 82 255 88 89 66 255 -122 12 9 15 255 9 7 12 255 6 4 7 255 4 3 6 255 -123 70 43 26 255 56 34 20 255 35 21 13 255 28 17 10 255 -124 119 89 55 255 95 71 44 255 59 44 27 255 47 35 22 255 -125 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -125:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -125:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -125:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -125:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -125:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -125:9 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -125:10 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -125:11 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -125:12 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -125:13 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -126 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -126:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -126:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -126:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -126:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -126:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -126:9 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -126:10 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -126:11 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -126:12 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -126:13 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -127 145 80 30 131 116 64 24 131 72 40 15 131 58 32 12 131 -128 216 209 157 255 172 167 125 255 108 104 78 255 86 83 62 255 -129 109 128 116 255 87 102 92 255 54 64 58 255 43 51 46 255 -130:2 20 31 32 199 16 24 25 199 10 15 16 199 8 12 12 199 -130:3 20 31 32 199 16 24 25 199 10 15 16 199 8 12 12 199 -130:4 34 49 44 195 27 39 35 195 17 24 22 195 13 19 17 195 -130:5 16 28 32 195 12 22 25 195 8 14 16 195 6 11 12 195 -131 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -133 81 217 117 255 64 173 93 255 40 108 58 255 32 86 46 255 -134 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -135 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -136 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -137 178 137 111 255 142 109 88 255 89 68 55 255 71 54 44 255 -138 218 240 244 70 174 192 195 70 109 120 122 70 87 96 97 70 -139 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -139:1 103 121 103 255 82 96 82 255 51 60 51 255 41 48 41 255 -140 118 65 51 49 94 52 40 49 59 32 25 49 47 26 20 49 -141 1 171 16 9 0 136 12 9 0 85 8 9 0 68 6 9 -141:2 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 -141:3 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 -141:4 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -141:5 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -141:6 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -141:7 21 128 2 111 16 102 1 111 10 64 1 111 8 51 0 111 -142 1 171 16 9 0 136 12 9 0 85 8 9 0 68 6 9 -142:2 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 -142:3 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 -142:4 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -142:5 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -142:6 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -142:7 34 170 36 105 27 136 28 105 17 85 18 105 13 68 14 105 -143 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -145 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 -146 118 87 39 199 94 69 31 199 59 43 19 199 47 34 15 199 -146:1 118 87 38 195 94 69 30 195 59 43 19 195 47 34 15 195 -146:2 119 87 39 199 95 69 31 199 59 43 19 199 47 34 15 199 -146:3 119 88 42 195 95 70 33 195 59 44 21 195 47 35 16 195 -146:5 123 89 37 209 98 71 29 209 61 44 18 209 49 35 14 209 -146:6 119 87 39 199 95 69 31 199 59 43 19 199 47 34 15 199 -146:7 126 92 41 209 100 73 32 209 63 46 20 209 50 36 16 209 -146:9 125 91 38 209 100 72 30 209 62 45 19 209 50 36 15 209 -146:10 119 87 39 199 95 69 31 199 59 43 19 199 47 34 15 199 -146:11 122 89 38 209 97 71 30 209 61 44 19 209 48 35 15 209 -147 249 236 78 255 199 188 62 255 124 118 39 255 99 94 31 255 -148 219 219 219 255 175 175 175 255 109 109 109 255 87 87 87 255 -149 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 -150 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 -151 66 55 35 255 52 44 28 255 33 27 17 255 26 22 14 255 -152 171 27 9 255 136 21 7 255 85 13 4 255 68 10 3 255 -153 125 84 79 255 100 67 63 255 62 42 39 255 50 33 31 255 -154 62 62 62 255 49 49 49 255 31 31 31 255 24 24 24 255 -155 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 -155:1 231 228 220 255 184 182 176 255 115 114 110 255 92 91 88 255 -155:2 231 227 219 255 184 181 175 255 115 113 109 255 92 90 87 255 -155:3 232 229 221 255 185 183 176 255 116 114 110 255 92 91 88 255 -155:4 231 227 219 255 184 181 175 255 115 113 109 255 92 90 87 255 -156 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 -157 104 83 71 155 83 66 56 155 52 41 35 155 41 33 28 155 -157:8 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -157:9 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -157:10 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -157:11 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -157:12 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -157:13 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -158 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -158:2 113 113 113 255 90 90 90 255 56 56 56 255 45 45 45 255 -158:3 113 113 113 255 90 90 90 255 56 56 56 255 45 45 45 255 -158:4 116 116 116 255 92 92 92 255 58 58 58 255 46 46 46 255 -158:5 113 113 113 255 90 90 90 255 56 56 56 255 45 45 45 255 -159 209 178 161 255 167 142 128 255 104 89 80 255 83 71 64 255 -159:1 161 83 37 255 128 66 29 255 80 41 18 255 64 33 14 255 -159:2 149 88 108 255 119 70 86 255 74 44 54 255 59 35 43 255 -159:3 113 108 137 255 90 86 109 255 56 54 68 255 45 43 54 255 -159:4 186 133 35 255 148 106 28 255 93 66 17 255 74 53 14 255 -159:5 103 117 52 255 82 93 41 255 51 58 26 255 41 46 20 255 -159:6 161 78 78 255 128 62 62 255 80 39 39 255 64 31 31 255 -159:7 57 42 35 255 45 33 28 255 28 21 17 255 22 16 14 255 -159:8 135 106 97 255 108 84 77 255 67 53 48 255 54 42 38 255 -159:9 86 91 91 255 68 72 72 255 43 45 45 255 34 36 36 255 -159:10 118 70 86 255 94 56 68 255 59 35 43 255 47 28 34 255 -159:11 74 59 91 255 59 47 72 255 37 29 45 255 29 23 36 255 -159:12 77 51 35 255 61 40 28 255 38 25 17 255 30 20 14 255 -159:13 76 83 42 255 60 66 33 255 38 41 21 255 30 33 16 255 -159:14 143 61 46 255 114 48 36 255 71 30 23 255 57 24 18 255 -159:15 37 22 16 255 29 17 12 255 18 11 8 255 14 8 6 255 -160 255 255 255 123 204 204 204 123 127 127 127 123 102 102 102 123 -160:1 216 127 51 123 172 101 40 123 108 63 25 123 86 50 20 123 -160:2 178 76 216 123 142 60 172 123 89 38 108 123 71 30 86 123 -160:3 102 153 216 123 81 122 172 123 51 76 108 123 40 61 86 123 -160:4 229 229 51 123 183 183 40 123 114 114 25 123 91 91 20 123 -160:5 127 204 25 123 101 163 20 123 63 102 12 123 50 81 10 123 -160:6 242 127 165 123 193 101 132 123 121 63 82 123 96 50 66 123 -160:7 76 76 76 123 60 60 60 123 38 38 38 123 30 30 30 123 -160:8 153 153 153 123 122 122 122 123 76 76 76 123 61 61 61 123 -160:9 76 127 153 123 60 101 122 123 38 63 76 123 30 50 61 123 -160:10 127 63 178 123 101 50 142 123 63 31 89 123 50 25 71 123 -160:11 51 76 178 123 40 60 142 123 25 38 89 123 20 30 71 123 -160:12 102 76 51 123 81 60 40 123 51 38 25 123 40 30 20 123 -160:13 102 127 51 123 81 101 40 123 51 63 25 123 40 50 20 123 -160:14 153 51 51 123 122 40 40 123 76 25 25 123 61 20 20 123 -160:15 25 25 25 123 20 20 20 123 12 12 12 123 10 10 10 123 -161 66 88 28 154 52 70 22 154 33 44 14 154 26 35 11 154 -162 105 99 89 255 84 79 71 255 52 49 44 255 42 39 35 255 -162:1 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 -162:4 154 91 64 255 123 72 51 255 77 45 32 255 61 36 25 255 -162:5 104 81 48 255 83 64 38 255 52 40 24 255 41 32 19 255 -162:9 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 -162:13 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 -163 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -164 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -170 157 116 18 255 125 92 14 255 78 58 9 255 62 46 7 255 -171 221 221 221 255 176 176 176 255 110 110 110 255 88 88 88 255 -171:1 219 125 62 255 175 100 49 255 109 62 31 255 87 50 24 255 -171:2 179 80 188 255 143 64 150 255 89 40 94 255 71 32 75 255 -171:3 106 138 201 255 84 110 160 255 53 69 100 255 42 55 80 255 -171:4 177 166 39 255 141 132 31 255 88 83 19 255 70 66 15 255 -171:5 65 174 56 255 52 139 44 255 32 87 28 255 26 69 22 255 -171:6 208 132 153 255 166 105 122 255 104 66 76 255 83 52 61 255 -171:7 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 -171:8 154 161 161 255 123 128 128 255 77 80 80 255 61 64 64 255 -171:9 46 110 137 255 36 88 109 255 23 55 68 255 18 44 54 255 -171:10 126 61 181 255 100 48 144 255 63 30 90 255 50 24 72 255 -171:11 46 56 141 255 36 44 112 255 23 28 70 255 18 22 56 255 -171:12 79 50 31 255 63 40 24 255 39 25 15 255 31 20 12 255 -171:13 53 70 27 255 42 56 21 255 26 35 13 255 21 28 10 255 -171:14 150 52 48 255 120 41 38 255 75 26 24 255 60 20 19 255 -171:15 25 22 22 255 20 17 17 255 12 11 11 255 10 8 8 255 -172 150 92 66 255 120 73 52 255 75 46 33 255 60 36 26 255 -173 18 18 18 255 14 14 14 255 9 9 9 255 7 7 7 255 -174 165 194 245 255 132 155 196 255 82 97 122 255 66 77 98 255 -175 65 109 43 51 52 87 34 51 32 54 21 51 26 43 17 51 -175:1 142 148 132 86 113 118 105 86 71 74 66 86 56 59 52 86 -175:2 72 89 44 138 57 71 35 138 36 44 22 138 28 35 17 138 -175:3 72 90 45 158 57 72 36 158 36 45 22 158 28 36 18 158 -175:4 69 64 3 185 55 51 2 185 34 32 1 185 27 25 1 185 -175:5 54 88 59 147 43 70 47 147 27 44 29 147 21 35 23 147 -175:8 67 111 45 26 53 88 36 26 33 55 22 26 26 44 18 26 -175:9 148 148 140 83 118 118 112 83 74 74 70 83 59 59 56 83 -175:10 76 94 47 92 60 75 37 92 38 47 23 92 30 37 18 92 -175:11 74 91 46 122 59 72 36 122 37 45 23 122 29 36 18 122 -175:12 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 -175:13 132 133 141 129 105 106 112 129 66 66 70 129 52 53 56 129 -178 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 -179 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 -180 165 84 29 255 132 67 23 255 82 42 14 255 66 33 11 255 -181 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 -182 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 -183 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -184 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -185 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -186 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -187 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -188 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -189 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -190 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -191 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -192 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -193 96 74 49 255 76 59 39 255 48 37 24 255 38 29 19 255 -194 217 210 179 255 173 168 143 255 108 105 89 255 86 84 71 255 -195 151 113 85 207 120 90 68 207 75 56 42 207 60 45 34 207 -196 161 93 58 183 128 74 46 183 80 46 29 183 64 37 23 183 -197 69 47 25 255 55 37 20 255 34 23 12 255 27 18 10 255 - -Biome Mapping -[RAINFOREST] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 -[SWAMPLAND] 64 128 0 255 51 102 0 255 32 64 0 255 26 51 0 255 -[SEASONAL_FOREST] 51 165 42 255 41 132 34 255 26 83 21 255 20 66 17 255 -[FOREST] 0 128 64 255 0 102 51 255 0 64 32 255 0 51 26 255 -[SAVANNA] 58 58 58 255 46 46 46 255 29 29 29 255 23 23 23 255 -[SHRUBLAND] 170 158 24 255 136 126 19 255 85 79 12 255 68 63 10 255 -[TAIGA] 204 255 102 255 163 204 82 255 102 128 51 255 82 102 41 255 -[DESERT] 255 255 102 255 204 204 82 255 128 128 51 255 102 102 41 255 -[PLAINS] 255 204 102 255 204 163 82 255 128 102 51 255 102 82 41 255 -[ICE_DESERT] 26 33 103 255 21 26 82 255 13 17 52 255 10 13 41 255 -[TUNDRA] 222 222 222 255 178 178 178 255 111 111 111 255 89 89 89 255 -[HELL] 255 0 0 255 204 0 0 255 128 0 0 255 102 0 0 255 -[SKY] 102 204 255 255 82 163 204 255 51 102 128 255 41 82 102 255 -[OCEAN] 0 0 255 255 0 0 204 255 0 0 128 255 0 0 102 255 -[RIVER] 0 128 255 255 0 102 204 255 0 64 128 255 0 51 102 255 -[EXTREME_HILLS] 128 64 0 255 102 51 0 255 64 32 0 255 51 26 0 255 -[FROZEN_OCEAN] 102 255 204 255 82 204 163 255 51 128 102 255 41 102 82 255 -[FROZEN_RIVER] 102 102 255 255 82 82 204 255 51 51 128 255 41 41 102 255 -[ICE_PLAINS] 102 255 255 255 82 204 204 255 51 128 128 255 41 102 102 255 -[ICE_MOUNTAINS] 255 255 255 255 204 204 204 255 128 128 128 255 102 102 102 255 -[MUSHROOM_ISLAND] 255 111 207 255 204 89 166 255 128 56 104 255 102 44 83 255 -[MUSHROOM_SHORE] 255 0 128 255 204 0 102 255 128 0 64 255 102 0 51 255 -[BEACH] 255 206 75 255 230 185 68 255 255 206 75 255 179 144 53 255 -[DESERT_HILLS] 255 146 51 255 230 131 46 255 255 146 51 255 179 102 36 255 -[FOREST_HILLS] 0 162 100 255 0 146 90 255 0 162 100 255 0 113 70 255 -[TAIGA_HILLS] 178 212 117 255 160 191 105 255 178 212 117 255 125 148 82 255 -[SMALL_MOUNTAINS] 184 103 33 255 166 93 30 255 184 103 33 255 129 72 23 255 -[JUNGLE] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 -[JUNGLE_HILLS] 33 44 14 255 26 36 12 255 16 22 7 255 13 18 6 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 255 57 16 14 255 +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/plugins/dynmap/colorschemes/misa.txt b/plugins/dynmap/colorschemes/misa.txt index f0e8bda..5e765d3 100644 --- a/plugins/dynmap/colorschemes/misa.txt +++ b/plugins/dynmap/colorschemes/misa.txt @@ -1,623 +1,19742 @@ -1 97 95 86 255 77 76 68 255 48 47 43 255 38 38 34 255 -1:1 199 161 132 255 159 128 105 255 99 80 66 255 79 64 52 255 -1:2 197 159 137 255 157 127 109 255 98 79 68 255 78 63 54 255 -1:3 106 104 90 255 84 83 72 255 53 52 45 255 42 41 36 255 -1:4 107 104 95 255 85 83 76 255 53 52 47 255 42 41 38 255 -1:5 84 85 83 255 67 68 66 255 42 42 41 255 33 34 33 255 -1:6 85 86 88 255 68 68 70 255 42 43 44 255 34 34 35 255 -1:7 99 96 92 255 79 76 73 255 49 48 46 255 39 38 36 255 -1:8 99 96 92 255 79 76 73 255 49 48 46 255 39 38 36 255 -1:9 99 96 92 255 79 76 73 255 49 48 46 255 39 38 36 255 -1:10 99 96 92 255 79 76 73 255 49 48 46 255 39 38 36 255 -1:11 99 96 92 255 79 76 73 255 49 48 46 255 39 38 36 255 -1:12 99 96 92 255 79 76 73 255 49 48 46 255 39 38 36 255 -1:13 99 96 92 255 79 76 73 255 49 48 46 255 39 38 36 255 -1:14 99 96 92 255 79 76 73 255 49 48 46 255 39 38 36 255 -1:15 99 96 92 255 79 76 73 255 49 48 46 255 39 38 36 255 -2 53 72 31 255 42 57 24 255 26 36 15 255 21 28 12 255 -3 69 54 40 255 55 43 32 255 34 27 20 255 27 21 16 255 -3:2 66 45 20 255 52 36 16 255 33 22 10 255 26 18 8 255 -4 72 69 66 255 57 55 52 255 36 34 33 255 28 27 26 255 -5 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 -5:1 65 51 40 255 52 40 32 255 32 25 20 255 26 20 16 255 -5:2 151 140 113 255 120 112 90 255 75 70 56 255 60 56 45 255 -5:3 111 74 59 255 88 59 47 255 55 37 29 255 44 29 23 255 -5:4 96 42 17 255 76 33 13 255 48 21 8 255 38 16 6 255 -5:5 48 29 22 255 38 23 17 255 24 14 11 255 19 11 8 255 -6 71 82 60 73 56 65 48 73 35 41 30 73 28 32 24 73 -6:1 61 82 68 91 48 65 54 91 30 41 34 91 24 32 27 91 -6:2 92 90 48 98 73 72 38 98 46 45 24 98 36 36 19 98 -6:3 65 84 49 106 52 67 39 106 32 42 24 106 26 33 19 106 -6:4 114 115 20 75 91 92 16 75 57 57 10 75 45 46 8 75 -6:5 56 86 28 100 44 68 22 100 28 43 14 100 22 34 11 100 -6:9 61 82 68 91 48 65 54 91 30 41 34 91 24 32 27 91 -6:10 92 90 48 98 73 72 38 98 46 45 24 98 36 36 19 98 -6:11 65 84 49 106 52 67 39 106 32 42 24 106 26 33 19 106 -6:12 114 115 20 75 91 92 16 75 57 57 10 75 45 46 8 75 -6:13 56 86 28 100 44 68 22 100 28 43 14 100 22 34 11 100 -7 65 60 57 255 52 48 45 255 32 30 28 255 26 24 22 255 -8 22 74 84 218 17 59 67 218 11 37 42 218 8 29 33 218 -9 22 73 83 218 17 58 66 218 11 36 41 218 8 29 33 218 -9:1 22 74 84 218 17 59 67 218 11 37 42 218 8 29 33 218 -9:2 22 74 84 218 17 59 67 218 11 37 42 218 8 29 33 218 -9:3 22 74 84 218 17 59 67 218 11 37 42 218 8 29 33 218 -9:4 22 74 84 218 17 59 67 218 11 37 42 218 8 29 33 218 -9:5 22 74 84 218 17 59 67 218 11 37 42 218 8 29 33 218 -9:6 22 74 84 218 17 59 67 218 11 37 42 218 8 29 33 218 -9:7 22 74 84 218 17 59 67 218 11 37 42 218 8 29 33 218 -10 227 79 35 255 181 63 28 255 113 39 17 255 90 31 14 255 -11 201 64 39 255 160 51 31 255 100 32 19 255 80 25 15 255 -12 173 146 99 255 138 116 79 255 86 73 49 255 69 58 39 255 -12:1 128 44 9 255 102 35 7 255 64 22 4 255 51 17 3 255 -13 116 104 88 255 92 83 70 255 58 52 44 255 46 41 35 255 -14 99 98 79 255 79 78 63 255 49 49 39 255 39 39 31 255 -15 106 86 74 255 84 68 59 255 53 43 37 255 42 34 29 255 -16 71 73 68 255 56 58 54 255 35 36 34 255 28 29 27 255 -17 132 104 65 255 105 83 52 255 66 52 32 255 52 41 26 255 -17:1 75 60 49 255 60 48 39 255 37 30 24 255 30 24 19 255 -17:2 151 137 108 255 120 109 86 255 75 68 54 255 60 54 43 255 -17:3 91 60 44 255 72 48 35 255 45 30 22 255 36 24 17 255 -17:4 70 52 34 255 56 41 27 255 35 26 17 255 28 20 13 255 -17:5 60 50 41 255 48 40 32 255 30 25 20 255 24 20 16 255 -17:6 123 119 103 255 98 95 82 255 61 59 51 255 49 47 41 255 -17:7 60 52 35 255 48 41 28 255 30 26 17 255 24 20 14 255 -17:8 70 52 34 255 56 41 27 255 35 26 17 255 28 20 13 255 -17:9 60 50 41 255 48 40 32 255 30 25 20 255 24 20 16 255 -17:10 123 119 103 255 98 95 82 255 61 59 51 255 49 47 41 255 -17:11 60 52 35 255 48 41 28 255 30 26 17 255 24 20 14 255 -17:12 70 52 34 255 56 41 27 255 35 26 17 255 28 20 13 255 -17:13 60 50 41 255 48 40 32 255 30 25 20 255 24 20 16 255 -17:14 123 119 103 255 98 95 82 255 61 59 51 255 49 47 41 255 -17:15 60 52 35 255 48 41 28 255 30 26 17 255 24 20 14 255 -18 50 76 30 187 40 60 24 187 25 38 15 187 20 30 12 187 -18:1 39 59 35 198 31 47 28 198 19 29 17 198 15 23 14 198 -18:2 78 93 41 187 62 74 32 187 39 46 20 187 31 37 16 187 -18:3 42 70 32 223 33 56 25 223 21 35 16 223 16 28 12 223 -18:5 39 59 35 198 31 47 28 198 19 29 17 198 15 23 14 198 -18:6 78 93 41 187 62 74 32 187 39 46 20 187 31 37 16 187 -18:7 42 70 32 223 33 56 25 223 21 35 16 223 16 28 12 223 -18:9 39 59 35 198 31 47 28 198 19 29 17 198 15 23 14 198 -18:10 78 93 41 187 62 74 32 187 39 46 20 187 31 37 16 187 -18:11 42 70 32 223 33 56 25 223 21 35 16 223 16 28 12 223 -18:13 39 59 35 198 31 47 28 198 19 29 17 198 15 23 14 198 -18:14 78 93 41 187 62 74 32 187 39 46 20 187 31 37 16 187 -18:15 42 70 32 223 33 56 25 223 21 35 16 223 16 28 12 223 -19 190 149 74 255 152 119 59 255 95 74 37 255 76 59 29 255 -19:1 127 99 49 255 101 79 39 255 63 49 24 255 50 39 19 255 -20 58 59 60 59 46 47 48 59 29 29 30 59 23 23 24 59 -21 80 87 94 255 64 69 75 255 40 43 47 255 32 34 37 255 -22 62 82 139 255 49 65 111 255 31 41 69 255 24 32 55 255 -23 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 -23:1 85 82 79 255 68 65 63 255 42 41 39 255 34 32 31 255 -23:9 85 82 79 255 68 65 63 255 42 41 39 255 34 32 31 255 -24 177 146 98 255 141 116 78 255 88 73 49 255 70 58 39 255 -25 100 67 50 255 80 53 40 255 50 33 25 255 40 26 20 255 -26 79 78 39 255 63 62 31 255 39 39 19 255 31 31 15 255 -26:8 135 130 84 255 108 104 67 255 67 65 42 255 54 52 33 255 -26:9 135 130 84 255 108 104 67 255 67 65 42 255 54 52 33 255 -26:10 135 130 84 255 108 104 67 255 67 65 42 255 54 52 33 255 -26:11 135 130 84 255 108 104 67 255 67 65 42 255 54 52 33 255 -27 101 83 50 196 80 66 40 196 50 41 25 196 40 33 20 196 -27:8 112 81 49 196 89 64 39 196 56 40 24 196 44 32 19 196 -27:9 112 81 49 196 89 64 39 196 56 40 24 196 44 32 19 196 -27:10 112 81 49 196 89 64 39 196 56 40 24 196 44 32 19 196 -27:11 112 81 49 196 89 64 39 196 56 40 24 196 44 32 19 196 -27:12 112 81 49 196 89 64 39 196 56 40 24 196 44 32 19 196 -27:13 112 81 49 196 89 64 39 196 56 40 24 196 44 32 19 196 -28 82 76 69 193 65 60 55 193 41 38 34 193 32 30 27 193 -29 78 67 64 255 62 53 51 255 39 33 32 255 31 26 25 255 -29:1 134 146 80 255 107 116 64 255 67 73 40 255 53 58 32 255 -29:2 94 86 84 255 75 68 67 255 47 43 42 255 37 34 33 255 -29:3 94 86 84 255 75 68 67 255 47 43 42 255 37 34 33 255 -29:4 94 86 84 255 75 68 67 255 47 43 42 255 37 34 33 255 -29:5 94 86 84 255 75 68 67 255 47 43 42 255 37 34 33 255 -29:9 92 90 87 255 73 72 69 255 46 45 43 255 36 36 34 255 -29:10 81 72 69 207 64 57 55 207 40 36 34 207 32 28 27 207 -29:11 81 72 69 207 64 57 55 207 40 36 34 207 32 28 27 207 -29:12 81 72 69 207 64 57 55 207 40 36 34 207 32 28 27 207 -29:13 81 72 69 207 64 57 55 207 40 36 34 207 32 28 27 207 -30 165 157 165 71 132 125 132 71 82 78 82 71 66 62 66 71 -31 79 88 77 91 63 70 61 91 39 44 38 91 31 35 30 91 -31:1 52 71 32 117 41 56 25 117 26 35 16 117 20 28 12 117 -31:2 48 67 32 88 38 53 25 88 24 33 16 88 19 26 12 88 -32 79 88 77 91 63 70 61 91 39 44 38 91 31 35 30 91 -33 78 67 64 255 62 53 51 255 39 33 32 255 31 26 25 255 -33:1 123 105 78 255 98 84 62 255 61 52 39 255 49 42 31 255 -33:2 94 86 84 255 75 68 67 255 47 43 42 255 37 34 33 255 -33:3 94 86 84 255 75 68 67 255 47 43 42 255 37 34 33 255 -33:4 94 86 84 255 75 68 67 255 47 43 42 255 37 34 33 255 -33:5 94 86 84 255 75 68 67 255 47 43 42 255 37 34 33 255 -33:9 92 90 87 255 73 72 69 255 46 45 43 255 36 36 34 255 -33:10 81 72 69 207 64 57 55 207 40 36 34 207 32 28 27 207 -33:11 81 72 69 207 64 57 55 207 40 36 34 207 32 28 27 207 -33:12 81 72 69 207 64 57 55 207 40 36 34 207 32 28 27 207 -33:13 81 72 69 207 64 57 55 207 40 36 34 207 32 28 27 207 -34 92 90 87 255 73 72 69 255 46 45 43 255 36 36 34 255 -34:1 123 105 78 255 98 84 62 255 61 52 39 255 49 42 31 255 -34:2 151 149 147 111 120 119 117 111 75 74 73 111 60 59 58 111 -34:3 151 149 147 111 120 119 117 111 75 74 73 111 60 59 58 111 -34:4 151 149 147 111 120 119 117 111 75 74 73 111 60 59 58 111 -34:5 151 149 147 111 120 119 117 111 75 74 73 111 60 59 58 111 -34:9 134 146 80 255 107 116 64 255 67 73 40 255 53 58 32 255 -34:10 151 149 147 111 120 119 117 111 75 74 73 111 60 59 58 111 -34:11 151 149 147 111 120 119 117 111 75 74 73 111 60 59 58 111 -34:12 151 149 147 111 120 119 117 111 75 74 73 111 60 59 58 111 -34:13 151 149 147 111 120 119 117 111 75 74 73 111 60 59 58 111 -35 215 212 209 255 172 169 167 255 107 106 104 255 86 84 83 255 -35:1 175 105 52 255 140 84 41 255 87 52 26 255 70 42 20 255 -35:2 156 88 129 255 124 70 103 255 78 44 64 255 62 35 51 255 -35:3 99 117 156 255 79 93 124 255 49 58 78 255 39 46 62 255 -35:4 197 174 76 255 157 139 60 255 98 87 38 255 78 69 30 255 -35:5 138 148 76 255 110 118 60 255 69 74 38 255 55 59 30 255 -35:6 236 154 156 255 188 123 124 255 118 77 78 255 94 61 62 255 -35:7 91 92 93 255 72 73 74 255 45 46 46 255 36 36 37 255 -35:8 167 168 169 255 133 134 135 255 83 84 84 255 66 67 67 255 -35:9 85 119 114 255 68 95 91 255 42 59 57 255 34 47 45 255 -35:10 105 47 110 255 84 37 88 255 52 23 55 255 42 18 44 255 -35:11 42 58 114 255 33 46 91 255 21 29 57 255 16 23 45 255 -35:12 114 73 37 255 91 58 29 255 57 36 18 255 45 29 14 255 -35:13 75 82 39 255 60 65 31 255 37 41 19 255 30 32 15 255 -35:14 174 50 37 255 139 40 29 255 87 25 18 255 69 20 14 255 -35:15 43 44 44 255 34 35 35 255 21 22 22 255 17 17 17 255 -37 116 113 49 44 92 90 39 44 58 56 24 44 46 45 19 44 -38 138 66 50 27 110 52 40 27 69 33 25 27 55 26 20 27 -38:1 37 152 138 45 29 121 110 45 18 76 69 45 14 60 55 45 -38:2 177 141 211 38 141 112 168 38 88 70 105 38 70 56 84 38 -38:3 162 191 138 42 129 152 110 42 81 95 69 42 64 76 55 42 -38:4 126 74 50 57 100 59 40 57 63 37 25 57 50 29 20 57 -38:5 158 121 64 53 126 96 51 53 79 60 32 53 63 48 25 53 -38:6 126 142 118 57 100 113 94 57 63 71 59 57 50 56 47 57 -38:7 166 115 83 57 132 92 66 57 83 57 41 57 66 46 33 57 -38:8 179 179 142 49 143 143 113 49 89 89 71 49 71 71 56 49 -39 149 117 95 49 119 93 76 49 74 58 47 49 59 46 38 49 -40 202 118 111 36 161 94 88 36 101 59 55 36 80 47 44 36 -41 193 166 91 255 154 132 72 255 96 83 45 255 77 66 36 255 -42 148 146 146 255 118 116 116 255 74 73 73 255 59 58 58 255 -43 102 99 95 255 81 79 76 255 51 49 47 255 40 39 38 255 -43:1 177 146 98 255 141 116 78 255 88 73 49 255 70 58 39 255 -43:2 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 -43:3 72 69 66 255 57 55 52 255 36 34 33 255 28 27 26 255 -43:4 142 100 75 255 113 80 60 255 71 50 37 255 56 40 30 255 -43:5 84 81 77 255 67 64 61 255 42 40 38 255 33 32 30 255 -43:6 66 30 32 255 52 24 25 255 33 15 16 255 26 12 12 255 -43:7 222 210 211 255 177 168 168 255 111 105 105 255 88 84 84 255 -43:9 177 146 98 255 141 116 78 255 88 73 49 255 70 58 39 255 -43:10 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 -43:11 72 69 66 255 57 55 52 255 36 34 33 255 28 27 26 255 -43:12 142 100 75 255 113 80 60 255 71 50 37 255 56 40 30 255 -43:13 84 81 77 255 67 64 61 255 42 40 38 255 33 32 30 255 -43:14 66 30 32 255 52 24 25 255 33 15 16 255 26 12 12 255 -43:15 222 210 211 255 177 168 168 255 111 105 105 255 88 84 84 255 -44 102 99 95 255 81 79 76 255 51 49 47 255 40 39 38 255 -44:1 177 146 98 255 141 116 78 255 88 73 49 255 70 58 39 255 -44:2 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 -44:3 72 69 66 255 57 55 52 255 36 34 33 255 28 27 26 255 -44:4 142 100 75 255 113 80 60 255 71 50 37 255 56 40 30 255 -44:5 84 81 77 255 67 64 61 255 42 40 38 255 33 32 30 255 -44:6 66 30 32 255 52 24 25 255 33 15 16 255 26 12 12 255 -44:7 222 210 211 255 177 168 168 255 111 105 105 255 88 84 84 255 -44:9 177 146 98 255 141 116 78 255 88 73 49 255 70 58 39 255 -44:10 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 -44:11 72 69 66 255 57 55 52 255 36 34 33 255 28 27 26 255 -44:12 142 100 75 255 113 80 60 255 71 50 37 255 56 40 30 255 -44:13 84 81 77 255 67 64 61 255 42 40 38 255 33 32 30 255 -44:14 66 30 32 255 52 24 25 255 33 15 16 255 26 12 12 255 -44:15 222 210 211 255 177 168 168 255 111 105 105 255 88 84 84 255 -45 142 100 75 255 113 80 60 255 71 50 37 255 56 40 30 255 -46 35 23 18 255 28 18 14 255 17 11 9 255 14 9 7 255 -47 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 -48 62 69 56 255 49 55 44 255 31 34 28 255 24 27 22 255 -49 22 16 20 255 17 12 16 255 11 8 10 255 8 6 8 255 -50 70 49 23 24 56 39 18 24 35 24 11 24 28 19 9 24 -51 225 131 19 81 180 104 15 81 112 65 9 81 90 52 7 81 -52 64 74 103 191 51 59 82 191 32 37 51 191 25 29 41 191 -53 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 -54 137 110 60 197 109 88 48 197 68 55 30 197 54 44 24 197 -54:4 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 -54:5 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 -54:6 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 -54:7 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 -54:8 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 -54:9 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 -54:10 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 -54:11 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 -55 179 179 179 23 143 143 143 23 89 89 89 23 71 71 71 23 -56 95 96 88 255 76 76 70 255 47 48 44 255 38 38 35 255 -57 108 128 146 255 86 102 116 255 54 64 73 255 43 51 58 255 -58 165 133 104 255 132 106 83 255 82 66 52 255 66 53 41 255 -59 37 48 32 9 29 38 25 9 18 24 16 9 14 19 12 9 -59:1 35 45 30 18 28 36 24 18 17 22 15 18 14 18 12 18 -59:2 38 48 30 27 30 38 24 27 19 24 15 27 15 19 12 27 -59:3 42 52 31 39 33 41 24 39 21 26 15 39 16 20 12 39 -59:4 46 56 32 62 36 44 25 62 23 28 16 62 18 22 12 62 -59:5 50 59 33 77 40 47 26 77 25 29 16 77 20 23 13 77 -59:6 64 67 40 92 51 53 32 92 32 33 20 92 25 26 16 92 -59:7 90 83 53 108 72 66 42 108 45 41 26 108 36 33 21 108 -59:8 90 83 53 108 72 66 42 108 45 41 26 108 36 33 21 108 -59:9 90 83 53 108 72 66 42 108 45 41 26 108 36 33 21 108 -59:10 90 83 53 108 72 66 42 108 45 41 26 108 36 33 21 108 -59:11 90 83 53 108 72 66 42 108 45 41 26 108 36 33 21 108 -59:12 90 83 53 108 72 66 42 108 45 41 26 108 36 33 21 108 -59:13 90 83 53 108 72 66 42 108 45 41 26 108 36 33 21 108 -59:14 90 83 53 108 72 66 42 108 45 41 26 108 36 33 21 108 -59:15 90 83 53 108 72 66 42 108 45 41 26 108 36 33 21 108 -60 68 53 39 255 54 42 31 255 34 26 19 255 27 21 15 255 -60:1 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 -60:2 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 -60:3 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 -60:4 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 -60:5 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 -60:6 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 -60:7 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 -60:8 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 -60:9 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 -60:10 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 -60:11 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 -60:12 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 -60:13 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 -60:14 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 -60:15 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 -61:2 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 -61:3 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 -61:4 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 -61:5 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 -62:2 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 -62:3 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 -62:4 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 -62:5 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 -63 125 95 54 10 100 76 43 10 62 47 27 10 50 38 21 10 -64 122 94 56 207 97 75 44 207 61 47 28 207 48 37 22 207 -65 108 84 49 149 86 67 39 149 54 42 24 149 43 33 19 149 -66 103 86 64 143 82 68 51 143 51 43 32 143 41 34 25 143 -66:6 101 85 63 119 80 68 50 119 50 42 31 119 40 34 25 119 -66:7 101 85 63 119 80 68 50 119 50 42 31 119 40 34 25 119 -66:8 101 85 63 119 80 68 50 119 50 42 31 119 40 34 25 119 -66:9 101 85 63 119 80 68 50 119 50 42 31 119 40 34 25 119 -67 72 69 66 255 57 55 52 255 36 34 33 255 28 27 26 255 -68 125 95 54 10 100 76 43 10 62 47 27 10 50 38 21 10 -69 72 69 66 255 57 55 52 255 36 34 33 255 28 27 26 255 -70 99 96 92 255 79 76 73 255 49 48 46 255 39 38 36 255 -71 153 150 150 228 122 120 120 228 76 75 75 228 61 60 60 228 -72 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 -73 108 74 70 255 86 59 56 255 54 37 35 255 43 29 28 255 -74 108 74 70 255 86 59 56 255 54 37 35 255 43 29 28 255 -75:1 52 22 13 24 41 17 10 24 26 11 6 24 20 8 5 24 -75:2 52 22 13 24 41 17 10 24 26 11 6 24 20 8 5 24 -75:3 52 22 13 24 41 17 10 24 26 11 6 24 20 8 5 24 -75:4 52 22 13 24 41 17 10 24 26 11 6 24 20 8 5 24 -75:5 52 22 13 24 41 17 10 24 26 11 6 24 20 8 5 24 -76:1 111 22 13 24 88 17 10 24 55 11 6 24 44 8 5 24 -76:2 111 22 13 24 88 17 10 24 55 11 6 24 44 8 5 24 -76:3 111 22 13 24 88 17 10 24 55 11 6 24 44 8 5 24 -76:4 111 22 13 24 88 17 10 24 55 11 6 24 44 8 5 24 -76:5 111 22 13 24 88 17 10 24 55 11 6 24 44 8 5 24 -77 99 96 92 255 79 76 73 255 49 48 46 255 39 38 36 255 -78 225 234 239 255 180 187 191 255 112 117 119 255 90 93 95 255 -79 123 170 195 181 98 136 156 181 61 85 97 181 49 68 78 181 -80 225 234 239 255 180 187 191 255 112 117 119 255 90 93 95 255 -81 120 127 77 209 96 101 61 209 60 63 38 209 48 50 30 209 -82 137 85 61 255 109 68 48 255 68 42 30 255 54 34 24 255 -83 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 -84 121 94 56 255 96 75 44 255 60 47 28 255 48 37 22 255 -85 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 -86 192 122 54 255 153 97 43 255 96 61 27 255 76 48 21 255 -87 103 54 56 255 82 43 44 255 51 27 28 255 41 21 22 255 -88 80 65 51 255 64 52 40 255 40 32 25 255 32 26 20 255 -89 203 176 102 255 162 140 81 255 101 88 51 255 81 70 40 255 -90 114 75 163 141 91 60 130 141 57 37 81 141 45 30 65 141 -91 192 122 54 255 153 97 43 255 96 61 27 255 76 48 21 255 -92 224 211 168 195 179 168 134 195 112 105 84 195 89 84 67 195 -93 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 -94 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 -95 109 118 117 186 87 94 93 186 54 59 58 186 43 47 46 186 -95:1 94 79 62 186 75 63 49 186 47 39 31 186 37 31 24 186 -95:2 85 73 83 186 68 58 66 186 42 36 41 186 34 29 33 186 -95:3 70 81 90 186 56 64 72 186 35 40 45 186 28 32 36 186 -95:4 95 96 69 186 76 76 55 186 47 48 34 186 38 38 27 186 -95:5 80 89 69 186 64 71 55 186 40 44 34 186 32 35 27 186 -95:6 105 91 90 186 84 72 72 186 52 45 45 186 42 36 36 186 -95:7 68 74 73 186 54 59 58 186 34 37 36 186 27 29 29 186 -95:8 88 95 94 186 70 76 75 186 44 47 47 186 35 38 37 186 -95:9 67 81 79 186 53 64 63 186 33 40 39 186 26 32 31 186 -95:10 72 62 78 186 57 49 62 186 36 31 39 186 28 24 31 186 -95:11 56 65 79 186 44 52 63 186 28 32 39 186 22 26 31 186 -95:12 79 71 58 186 63 56 46 186 39 35 29 186 31 28 23 186 -95:13 64 77 58 186 51 61 46 186 32 38 29 186 25 30 23 186 -95:14 89 62 58 186 71 49 46 186 44 31 29 186 35 24 23 186 -95:15 57 61 60 186 45 48 48 186 28 30 30 186 22 24 24 186 -96 124 95 56 206 99 76 44 206 62 47 28 206 49 38 22 206 -97 97 95 86 255 77 76 68 255 48 47 43 255 38 38 34 255 -97:1 72 69 66 255 57 55 52 255 36 34 33 255 28 27 26 255 -97:2 84 81 77 255 67 64 61 255 42 40 38 255 33 32 30 255 -98 84 81 77 255 67 64 61 255 42 40 38 255 33 32 30 255 -98:1 75 78 60 255 60 62 48 255 37 39 30 255 30 31 24 255 -98:2 80 76 73 255 64 60 58 255 40 38 36 255 32 30 29 255 -98:3 87 83 79 255 69 66 63 255 43 41 39 255 34 33 31 255 -99 174 155 122 255 139 124 97 255 87 77 61 255 69 62 48 255 -99:1 148 111 82 255 118 88 65 255 74 55 41 255 59 44 32 255 -99:2 148 111 82 255 118 88 65 255 74 55 41 255 59 44 32 255 -99:3 148 111 82 255 118 88 65 255 74 55 41 255 59 44 32 255 -99:4 148 111 82 255 118 88 65 255 74 55 41 255 59 44 32 255 -99:5 148 111 82 255 118 88 65 255 74 55 41 255 59 44 32 255 -99:6 148 111 82 255 118 88 65 255 74 55 41 255 59 44 32 255 -99:7 148 111 82 255 118 88 65 255 74 55 41 255 59 44 32 255 -99:8 148 111 82 255 118 88 65 255 74 55 41 255 59 44 32 255 -99:9 148 111 82 255 118 88 65 255 74 55 41 255 59 44 32 255 -99:14 148 111 82 255 118 88 65 255 74 55 41 255 59 44 32 255 -99:15 183 166 140 255 146 132 112 255 91 83 70 255 73 66 56 255 -100 174 155 122 255 139 124 97 255 87 77 61 255 69 62 48 255 -100:1 188 68 65 255 150 54 52 255 94 34 32 255 75 27 26 255 -100:2 188 68 65 255 150 54 52 255 94 34 32 255 75 27 26 255 -100:3 188 68 65 255 150 54 52 255 94 34 32 255 75 27 26 255 -100:4 188 68 65 255 150 54 52 255 94 34 32 255 75 27 26 255 -100:5 188 68 65 255 150 54 52 255 94 34 32 255 75 27 26 255 -100:6 188 68 65 255 150 54 52 255 94 34 32 255 75 27 26 255 -100:7 188 68 65 255 150 54 52 255 94 34 32 255 75 27 26 255 -100:8 188 68 65 255 150 54 52 255 94 34 32 255 75 27 26 255 -100:9 188 68 65 255 150 54 52 255 94 34 32 255 75 27 26 255 -100:14 188 68 65 255 150 54 52 255 94 34 32 255 75 27 26 255 -100:15 183 166 140 255 146 132 112 255 91 83 70 255 73 66 56 255 -101 83 81 77 143 66 64 61 143 41 40 38 143 33 32 30 143 -102 58 59 60 59 46 47 48 59 29 29 30 59 23 23 24 59 -103 114 136 72 255 91 108 57 255 57 68 36 255 45 54 28 255 -104 52 70 33 49 41 56 26 49 26 35 16 49 20 28 13 49 -105 52 70 33 49 41 56 26 49 26 35 16 49 20 28 13 49 -106 41 62 23 130 32 49 18 130 20 31 11 130 16 24 9 130 -107 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 -108 142 100 75 255 113 80 60 255 71 50 37 255 56 40 30 255 -109 84 81 77 255 67 64 61 255 42 40 38 255 33 32 30 255 -110 105 128 127 255 84 102 101 255 52 64 63 255 42 51 50 255 -111 14 56 21 148 11 44 16 148 7 28 10 148 5 22 8 148 -112 66 30 32 255 52 24 25 255 33 15 16 255 26 12 12 255 -113 66 30 32 255 52 24 25 255 33 15 16 255 26 12 12 255 -114 66 30 32 255 52 24 25 255 33 15 16 255 26 12 12 255 -115 93 50 46 79 74 40 36 79 46 25 23 79 37 20 18 79 -115:1 96 53 48 117 76 42 38 117 48 26 24 117 38 21 19 117 -115:2 96 53 48 117 76 42 38 117 48 26 24 117 38 21 19 117 -115:3 92 51 46 134 73 40 36 134 46 25 23 134 36 20 18 134 -115:4 92 51 46 134 73 40 36 134 46 25 23 134 36 20 18 134 -115:5 92 51 46 134 73 40 36 134 46 25 23 134 36 20 18 134 -115:6 92 51 46 134 73 40 36 134 46 25 23 134 36 20 18 134 -115:7 92 51 46 134 73 40 36 134 46 25 23 134 36 20 18 134 -116 190 100 56 255 152 80 44 255 95 50 28 255 76 40 22 255 -117 98 95 83 83 78 76 66 83 49 47 41 83 39 38 33 83 -118 39 36 36 111 31 28 28 111 19 18 18 111 15 14 14 111 -119 22 16 20 255 17 12 16 255 11 8 10 255 8 6 8 255 -120 45 47 51 255 36 37 40 255 22 23 25 255 18 18 20 255 -120:4 102 121 110 95 81 96 88 95 51 60 55 95 40 48 44 95 -120:5 102 121 110 95 81 96 88 95 51 60 55 95 40 48 44 95 -120:6 102 121 110 95 81 96 88 95 51 60 55 95 40 48 44 95 -120:7 102 121 110 95 81 96 88 95 51 60 55 95 40 48 44 95 -121 163 158 142 255 130 126 113 255 81 79 71 255 65 63 56 255 -122 70 61 68 255 56 48 54 255 35 30 34 255 28 24 27 255 -123 67 56 38 255 53 44 30 255 33 28 19 255 26 22 15 255 -124 124 108 72 255 99 86 57 255 62 54 36 255 49 43 28 255 -125 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 -125:1 65 51 40 255 52 40 32 255 32 25 20 255 26 20 16 255 -125:2 151 140 113 255 120 112 90 255 75 70 56 255 60 56 45 255 -125:3 111 74 59 255 88 59 47 255 55 37 29 255 44 29 23 255 -125:4 96 42 17 255 76 33 13 255 48 21 8 255 38 16 6 255 -125:5 48 29 22 255 38 23 17 255 24 14 11 255 19 11 8 255 -125:9 65 51 40 255 52 40 32 255 32 25 20 255 26 20 16 255 -125:10 151 140 113 255 120 112 90 255 75 70 56 255 60 56 45 255 -125:11 111 74 59 255 88 59 47 255 55 37 29 255 44 29 23 255 -125:12 96 42 17 255 76 33 13 255 48 21 8 255 38 16 6 255 -125:13 48 29 22 255 38 23 17 255 24 14 11 255 19 11 8 255 -126 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 -126:1 65 51 40 255 52 40 32 255 32 25 20 255 26 20 16 255 -126:2 151 140 113 255 120 112 90 255 75 70 56 255 60 56 45 255 -126:3 111 74 59 255 88 59 47 255 55 37 29 255 44 29 23 255 -126:4 96 42 17 255 76 33 13 255 48 21 8 255 38 16 6 255 -126:5 48 29 22 255 38 23 17 255 24 14 11 255 19 11 8 255 -126:9 65 51 40 255 52 40 32 255 32 25 20 255 26 20 16 255 -126:10 151 140 113 255 120 112 90 255 75 70 56 255 60 56 45 255 -126:11 111 74 59 255 88 59 47 255 55 37 29 255 44 29 23 255 -126:12 96 42 17 255 76 33 13 255 48 21 8 255 38 16 6 255 -126:13 48 29 22 255 38 23 17 255 24 14 11 255 19 11 8 255 -127 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 -128 162 134 87 255 129 107 69 255 81 67 43 255 64 53 34 255 -129 93 100 73 255 74 80 58 255 46 50 36 255 37 40 29 255 -130:2 44 47 50 197 35 37 40 197 22 23 25 197 17 18 20 197 -130:3 44 47 50 197 35 37 40 197 22 23 25 197 17 18 20 197 -130:4 44 47 50 197 35 37 40 197 22 23 25 197 17 18 20 197 -130:5 44 47 50 197 35 37 40 197 22 23 25 197 17 18 20 197 -131 72 69 66 255 57 55 52 255 36 34 33 255 28 27 26 255 -133 68 104 36 255 54 83 28 255 34 52 18 255 27 41 14 255 -134 65 51 40 255 52 40 32 255 32 25 20 255 26 20 16 255 -135 151 140 113 255 120 112 90 255 75 70 56 255 60 56 45 255 -136 111 74 59 255 88 59 47 255 55 37 29 255 44 29 23 255 -137 61 53 45 255 48 42 36 255 30 26 22 255 24 21 18 255 -138 58 59 60 59 46 47 48 59 29 29 30 59 23 23 24 59 -139 72 69 66 255 57 55 52 255 36 34 33 255 28 27 26 255 -139:1 62 69 56 255 49 55 44 255 31 34 28 255 24 27 22 255 -140 150 94 67 49 120 75 53 49 75 47 33 49 60 37 26 49 -141 81 93 57 9 64 74 45 9 40 46 28 9 32 37 22 9 -141:2 81 94 56 24 64 75 44 24 40 47 28 24 32 37 22 24 -141:3 81 94 56 24 64 75 44 24 40 47 28 24 32 37 22 24 -141:4 83 97 57 44 66 77 45 44 41 48 28 44 33 38 22 44 -141:5 83 97 57 44 66 77 45 44 41 48 28 44 33 38 22 44 -141:6 83 97 57 44 66 77 45 44 41 48 28 44 33 38 22 44 -141:7 89 105 56 96 71 84 44 96 44 52 28 96 35 42 22 96 -142 80 90 60 9 64 72 48 9 40 45 30 9 32 36 24 9 -142:2 80 91 60 24 64 72 48 24 40 45 30 24 32 36 24 24 -142:3 80 91 60 24 64 72 48 24 40 45 30 24 32 36 24 24 -142:4 82 93 61 44 65 74 48 44 41 46 30 44 32 37 24 44 -142:5 82 93 61 44 65 74 48 44 41 46 30 44 32 37 24 44 -142:6 82 93 61 44 65 74 48 44 41 46 30 44 32 37 24 44 -142:7 78 88 58 100 62 70 46 100 39 44 29 100 31 35 23 100 -143 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 -145 74 69 69 255 59 55 55 255 37 34 34 255 29 27 27 255 -146 137 110 60 197 109 88 48 197 68 55 30 197 54 44 24 197 -146:4 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 -146:5 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 -146:6 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 -146:7 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 -146:8 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 -146:9 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 -146:10 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 -146:11 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 -147 193 166 91 255 154 132 72 255 96 83 45 255 77 66 36 255 -148 148 146 146 255 118 116 116 255 74 73 73 255 59 58 58 255 -149 85 75 73 255 68 60 58 255 42 37 36 255 34 30 29 255 -150 102 95 93 255 81 76 74 255 51 47 46 255 40 38 37 255 -151 135 108 93 255 108 86 74 255 67 54 46 255 54 43 37 255 -152 116 18 7 255 92 14 5 255 58 9 3 255 46 7 2 255 -153 121 75 77 255 96 60 61 255 60 37 38 255 48 30 30 255 -154 114 111 111 255 91 88 88 255 57 55 55 255 45 44 44 255 -155 222 210 211 255 177 168 168 255 111 105 105 255 88 84 84 255 -155:1 212 200 201 255 169 160 160 255 106 100 100 255 84 80 80 255 -155:2 220 203 204 255 176 162 163 255 110 101 102 255 88 81 81 255 -155:3 208 195 196 255 166 156 156 255 104 97 98 255 83 78 78 255 -155:4 208 195 196 255 166 156 156 255 104 97 98 255 83 78 78 255 -156 221 209 210 255 176 167 168 255 110 104 105 255 88 83 84 255 -157 85 70 58 167 68 56 46 167 42 35 29 167 34 28 23 167 -157:8 97 70 58 167 77 56 46 167 48 35 29 167 38 28 23 167 -157:9 97 70 58 167 77 56 46 167 48 35 29 167 38 28 23 167 -157:10 97 70 58 167 77 56 46 167 48 35 29 167 38 28 23 167 -157:11 97 70 58 167 77 56 46 167 48 35 29 167 38 28 23 167 -157:12 97 70 58 167 77 56 46 167 48 35 29 167 38 28 23 167 -157:13 97 70 58 167 77 56 46 167 48 35 29 167 38 28 23 167 -158 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 -158:1 76 74 71 255 60 59 56 255 38 37 35 255 30 29 28 255 -159 207 189 178 255 165 151 142 255 103 94 89 255 82 75 71 255 -159:1 167 95 60 255 133 76 48 255 83 47 30 255 66 38 24 255 -159:2 156 89 98 255 124 71 78 255 78 44 49 255 62 35 39 255 -159:3 118 100 114 255 94 80 91 255 59 50 57 255 47 40 45 255 -159:4 181 145 74 255 144 116 59 255 90 72 37 255 72 58 29 255 -159:5 141 119 67 255 112 95 53 255 70 59 33 255 56 47 26 255 -159:6 212 139 126 255 169 111 100 255 106 69 63 255 84 55 50 255 -159:7 106 81 70 255 84 64 56 255 53 40 35 255 42 32 28 255 -159:8 170 146 134 255 136 116 107 255 85 73 67 255 68 58 53 255 -159:9 105 98 82 255 84 78 65 255 52 49 41 255 42 39 32 255 -159:10 117 58 79 255 93 46 63 255 58 29 39 255 46 23 31 255 -159:11 67 58 75 255 53 46 60 255 33 29 37 255 26 23 30 255 -159:12 121 70 44 255 96 56 35 255 60 35 22 255 48 28 17 255 -159:13 90 71 41 255 72 56 32 255 45 35 20 255 36 28 16 255 -159:14 162 63 51 255 129 50 40 255 81 31 25 255 64 25 20 255 -159:15 64 47 40 255 51 37 32 255 32 23 20 255 25 18 16 255 -160 109 118 117 186 87 94 93 186 54 59 58 186 43 47 46 186 -160:1 94 79 62 186 75 63 49 186 47 39 31 186 37 31 24 186 -160:2 85 73 83 186 68 58 66 186 42 36 41 186 34 29 33 186 -160:3 70 81 90 186 56 64 72 186 35 40 45 186 28 32 36 186 -160:4 95 96 69 186 76 76 55 186 47 48 34 186 38 38 27 186 -160:5 80 89 69 186 64 71 55 186 40 44 34 186 32 35 27 186 -160:6 105 91 90 186 84 72 72 186 52 45 45 186 42 36 36 186 -160:7 68 74 73 186 54 59 58 186 34 37 36 186 27 29 29 186 -160:8 88 95 94 186 70 76 75 186 44 47 47 186 35 38 37 186 -160:9 67 81 79 186 53 64 63 186 33 40 39 186 26 32 31 186 -160:10 72 62 78 186 57 49 62 186 36 31 39 186 28 24 31 186 -160:11 56 65 79 186 44 52 63 186 28 32 39 186 22 26 31 186 -160:12 79 71 58 186 63 56 46 186 39 35 29 186 31 28 23 186 -160:13 64 77 58 186 51 61 46 186 32 38 29 186 25 30 23 186 -160:14 89 62 58 186 71 49 46 186 44 31 29 186 35 24 23 186 -160:15 57 61 60 186 45 48 48 186 28 30 30 186 22 24 24 186 -161 41 71 31 222 32 56 24 222 20 35 15 222 16 28 12 222 -161:1 36 61 28 222 28 48 22 222 18 30 14 222 14 24 11 222 -161:5 36 61 28 222 28 48 22 222 18 30 14 222 14 24 11 222 -161:9 36 61 28 222 28 48 22 222 18 30 14 222 14 24 11 222 -161:13 36 61 28 222 28 48 22 222 18 30 14 222 14 24 11 222 -162 120 58 30 255 96 46 24 255 60 29 15 255 48 23 12 255 -162:1 75 60 49 255 60 48 39 255 37 30 24 255 30 24 19 255 -162:4 130 124 116 255 104 99 92 255 65 62 58 255 52 49 46 255 -162:5 60 50 41 255 48 40 32 255 30 25 20 255 24 20 16 255 -162:8 130 124 116 255 104 99 92 255 65 62 58 255 52 49 46 255 -162:9 60 50 41 255 48 40 32 255 30 25 20 255 24 20 16 255 -162:12 130 124 116 255 104 99 92 255 65 62 58 255 52 49 46 255 -162:13 60 50 41 255 48 40 32 255 30 25 20 255 24 20 16 255 -163 96 42 17 255 76 33 13 255 48 21 8 255 38 16 6 255 -164 48 29 22 255 38 23 17 255 24 14 11 255 19 11 8 255 -165 90 107 15 178 72 85 12 178 45 53 7 178 36 42 6 178 -167 147 145 145 228 117 116 116 228 73 72 72 228 58 58 58 228 -168 49 83 89 255 39 66 71 255 24 41 44 255 19 33 35 255 -168:1 57 94 100 255 45 75 80 255 28 47 50 255 22 37 40 255 -168:2 19 36 39 255 15 28 31 255 9 18 19 255 7 14 15 255 -169 94 107 80 255 75 85 64 255 47 53 40 255 37 42 32 255 -170 146 125 74 255 116 100 59 255 73 62 37 255 58 50 29 255 -171 215 212 209 255 172 169 167 255 107 106 104 255 86 84 83 255 -171:1 175 105 52 255 140 84 41 255 87 52 26 255 70 42 20 255 -171:2 156 88 129 255 124 70 103 255 78 44 64 255 62 35 51 255 -171:3 99 117 156 255 79 93 124 255 49 58 78 255 39 46 62 255 -171:4 197 174 76 255 157 139 60 255 98 87 38 255 78 69 30 255 -171:5 138 148 76 255 110 118 60 255 69 74 38 255 55 59 30 255 -171:6 236 154 156 255 188 123 124 255 118 77 78 255 94 61 62 255 -171:7 91 92 93 255 72 73 74 255 45 46 46 255 36 36 37 255 -171:8 167 168 169 255 133 134 135 255 83 84 84 255 66 67 67 255 -171:9 85 119 114 255 68 95 91 255 42 59 57 255 34 47 45 255 -171:10 105 47 110 255 84 37 88 255 52 23 55 255 42 18 44 255 -171:11 42 58 114 255 33 46 91 255 21 29 57 255 16 23 45 255 -171:12 114 73 37 255 91 58 29 255 57 36 18 255 45 29 14 255 -171:13 75 82 39 255 60 65 31 255 37 41 19 255 30 32 15 255 -171:14 174 50 37 255 139 40 29 255 87 25 18 255 69 20 14 255 -171:15 43 44 44 255 34 35 35 255 21 22 22 255 17 17 17 255 -172 160 113 89 255 128 90 71 255 80 56 44 255 64 45 35 255 -173 14 18 22 255 11 14 17 255 7 9 11 255 5 7 8 255 -174 78 149 188 255 62 119 150 255 39 74 94 255 31 59 75 255 -175 69 64 3 185 55 51 2 185 34 32 1 185 27 25 1 185 -175:8 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 -175:9 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 -175:10 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 -175:11 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 -175:12 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 -175:13 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 -175:14 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 -175:15 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 -178 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 -179 153 50 0 255 122 40 0 255 76 25 0 255 61 20 0 255 -180 143 47 0 255 114 37 0 255 71 23 0 255 57 18 0 255 -181 153 50 0 255 122 40 0 255 76 25 0 255 61 20 0 255 -182 153 50 0 255 122 40 0 255 76 25 0 255 61 20 0 255 -183 65 51 40 255 52 40 32 255 32 25 20 255 26 20 16 255 -184 151 140 113 255 120 112 90 255 75 70 56 255 60 56 45 255 -185 111 74 59 255 88 59 47 255 55 37 29 255 44 29 23 255 -186 48 29 22 255 38 23 17 255 24 14 11 255 19 11 8 255 -187 96 42 17 255 76 33 13 255 48 21 8 255 38 16 6 255 -188 65 51 40 255 52 40 32 255 32 25 20 255 26 20 16 255 -189 151 140 113 255 120 112 90 255 75 70 56 255 60 56 45 255 -190 111 74 59 255 88 59 47 255 55 37 29 255 44 29 23 255 -191 48 29 22 255 38 23 17 255 24 14 11 255 19 11 8 255 -192 96 42 17 255 76 33 13 255 48 21 8 255 38 16 6 255 -193 60 47 38 255 48 37 30 255 30 23 19 255 24 18 15 255 -194 158 146 122 255 126 116 97 255 79 73 61 255 63 58 48 255 -195 109 73 58 214 87 58 46 214 54 36 29 214 43 29 23 214 -196 103 49 20 183 82 39 16 183 51 24 10 183 41 19 8 183 -197 40 22 14 255 32 17 11 255 20 11 7 255 16 8 5 255 - -Biome Mapping -[RAINFOREST] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 -[SWAMPLAND] 64 128 0 255 51 102 0 255 32 64 0 255 26 51 0 255 -[SEASONAL_FOREST] 51 165 42 255 41 132 34 255 26 83 21 255 20 66 17 255 -[FOREST] 0 128 64 255 0 102 51 255 0 64 32 255 0 51 26 255 -[SAVANNA] 58 58 58 255 46 46 46 255 29 29 29 255 23 23 23 255 -[SHRUBLAND] 170 158 24 255 136 126 19 255 85 79 12 255 68 63 10 255 -[TAIGA] 204 255 102 255 163 204 82 255 102 128 51 255 82 102 41 255 -[DESERT] 255 255 102 255 204 204 82 255 128 128 51 255 102 102 41 255 -[PLAINS] 255 204 102 255 204 163 82 255 128 102 51 255 102 82 41 255 -[ICE_DESERT] 26 33 103 255 21 26 82 255 13 17 52 255 10 13 41 255 -[TUNDRA] 222 222 222 255 178 178 178 255 111 111 111 255 89 89 89 255 -[HELL] 255 0 0 255 204 0 0 255 128 0 0 255 102 0 0 255 -[SKY] 102 204 255 255 82 163 204 255 51 102 128 255 41 82 102 255 -[OCEAN] 0 0 255 255 0 0 204 255 0 0 128 255 0 0 102 255 -[RIVER] 0 128 255 255 0 102 204 255 0 64 128 255 0 51 102 255 -[EXTREME_HILLS] 128 64 0 255 102 51 0 255 64 32 0 255 51 26 0 255 -[FROZEN_OCEAN] 102 255 204 255 82 204 163 255 51 128 102 255 41 102 82 255 -[FROZEN_RIVER] 102 102 255 255 82 82 204 255 51 51 128 255 41 41 102 255 -[ICE_PLAINS] 102 255 255 255 82 204 204 255 51 128 128 255 41 102 102 255 -[ICE_MOUNTAINS] 255 255 255 255 204 204 204 255 128 128 128 255 102 102 102 255 -[MUSHROOM_ISLAND] 255 111 207 255 204 89 166 255 128 56 104 255 102 44 83 255 -[MUSHROOM_SHORE] 255 0 128 255 204 0 102 255 128 0 64 255 102 0 51 255 -[BEACH] 255 206 75 255 230 185 68 255 255 206 75 255 179 144 53 255 -[DESERT_HILLS] 255 146 51 255 230 131 46 255 255 146 51 255 179 102 36 255 -[FOREST_HILLS] 0 162 100 255 0 146 90 255 0 162 100 255 0 113 70 255 -[TAIGA_HILLS] 178 212 117 255 160 191 105 255 178 212 117 255 125 148 82 255 -[SMALL_MOUNTAINS] 184 103 33 255 166 93 30 255 184 103 33 255 129 72 23 255 -[JUNGLE] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 -[JUNGLE_HILLS] 33 44 14 255 26 36 12 255 16 22 7 255 13 18 6 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 255 57 16 14 255 +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/plugins/dynmap/colorschemes/ovocean.txt b/plugins/dynmap/colorschemes/ovocean.txt index be1625e..3926159 100644 --- a/plugins/dynmap/colorschemes/ovocean.txt +++ b/plugins/dynmap/colorschemes/ovocean.txt @@ -1,613 +1,18473 @@ -1 112 110 107 255 89 88 85 255 56 55 53 255 44 44 42 255 -2 47 99 42 251 37 79 33 251 23 49 21 251 18 39 16 251 -3 138 104 73 255 110 83 58 255 69 52 36 255 55 41 29 255 -3:2 90 63 28 255 72 50 22 255 45 31 14 255 36 25 11 255 -4 136 129 119 255 108 103 95 255 68 64 59 255 54 51 47 255 -5 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 -5:1 62 44 29 255 49 35 23 255 31 22 14 255 24 17 11 255 -5:2 154 127 89 255 123 101 71 255 77 63 44 255 61 50 35 255 -5:3 132 90 63 255 105 72 50 255 66 45 31 255 52 36 25 255 -5:4 157 113 75 255 125 90 60 255 78 56 37 255 62 45 30 255 -5:5 63 49 35 255 50 39 28 255 31 24 17 255 25 19 14 255 -6 41 83 30 123 32 66 24 123 20 41 15 123 16 33 12 123 -6:1 16 58 30 69 12 46 24 69 8 29 15 69 6 23 12 69 -6:2 68 111 62 73 54 88 49 73 34 55 31 73 27 44 24 73 -6:3 41 68 21 75 32 54 16 75 20 34 10 75 16 27 8 75 -6:4 66 83 38 74 52 66 30 74 33 41 19 74 26 33 15 74 -6:5 42 83 30 145 33 66 24 145 21 41 15 145 16 33 12 145 -6:9 16 58 30 69 12 46 24 69 8 29 15 69 6 23 12 69 -6:10 68 111 62 73 54 88 49 73 34 55 31 73 27 44 24 73 -6:11 41 68 21 75 32 54 16 75 20 34 10 75 16 27 8 75 -6:12 66 83 38 74 52 66 30 74 33 41 19 74 26 33 15 74 -6:13 42 83 30 145 33 66 24 145 21 41 15 145 16 33 12 145 -7 61 58 58 255 48 46 46 255 30 29 29 255 24 23 23 255 -8 52 97 140 157 41 77 112 157 26 48 70 157 20 38 56 157 -9 56 95 144 159 44 76 115 159 28 47 72 159 22 38 57 159 -9:1 52 97 140 157 41 77 112 157 26 48 70 157 20 38 56 157 -9:2 52 97 140 157 41 77 112 157 26 48 70 157 20 38 56 157 -9:3 52 97 140 157 41 77 112 157 26 48 70 157 20 38 56 157 -9:4 52 97 140 157 41 77 112 157 26 48 70 157 20 38 56 157 -9:5 52 97 140 157 41 77 112 157 26 48 70 157 20 38 56 157 -9:6 52 97 140 157 41 77 112 157 26 48 70 157 20 38 56 157 -9:7 52 97 140 157 41 77 112 157 26 48 70 157 20 38 56 157 -10 211 92 15 255 168 73 12 255 105 46 7 255 84 36 6 255 -11 206 86 14 255 164 68 11 255 103 43 7 255 82 34 5 255 -12 240 221 162 255 192 176 129 255 120 110 81 255 96 88 64 255 -12:1 169 88 33 255 135 70 26 255 84 44 16 255 67 35 13 255 -13 114 101 95 255 91 80 76 255 57 50 47 255 45 40 38 255 -14 109 104 89 255 87 83 71 255 54 52 44 255 43 41 35 255 -15 102 100 97 255 81 80 77 255 51 50 48 255 40 40 38 255 -16 78 77 75 255 62 61 60 255 39 38 37 255 31 30 30 255 -17 151 129 94 255 120 103 75 255 75 64 47 255 60 51 37 255 -17:4 84 67 50 255 67 53 40 255 42 33 25 255 33 26 20 255 -17:5 56 46 34 255 44 36 27 255 28 23 17 255 22 18 13 255 -17:6 193 192 186 255 154 153 148 255 96 96 93 255 77 76 74 255 -17:7 84 65 40 255 67 52 32 255 42 32 20 255 33 26 16 255 -17:8 84 67 50 255 67 53 40 255 42 33 25 255 33 26 20 255 -17:9 56 46 34 255 44 36 27 255 28 23 17 255 22 18 13 255 -17:10 193 192 186 255 154 153 148 255 96 96 93 255 77 76 74 255 -17:11 84 65 40 255 67 52 32 255 42 32 20 255 33 26 16 255 -17:12 84 67 50 255 67 53 40 255 42 33 25 255 33 26 20 255 -17:13 56 46 34 255 44 36 27 255 28 23 17 255 22 18 13 255 -17:14 193 192 186 255 154 153 148 255 96 96 93 255 77 76 74 255 -17:15 84 65 40 255 67 52 32 255 42 32 20 255 33 26 16 255 -18 54 95 45 206 43 76 36 206 27 47 22 206 21 38 18 206 -18:1 48 76 48 0 38 60 38 0 24 38 24 0 19 30 19 0 -18:2 85 111 57 0 68 88 45 0 42 55 28 0 34 44 22 0 -18:3 50 88 42 161 40 70 33 161 25 44 21 161 20 35 16 161 -18:5 48 76 48 0 38 60 38 0 24 38 24 0 19 30 19 0 -18:6 85 111 57 0 68 88 45 0 42 55 28 0 34 44 22 0 -18:7 50 88 42 161 40 70 33 161 25 44 21 161 20 35 16 161 -18:9 48 76 48 0 38 60 38 0 24 38 24 0 19 30 19 0 -18:10 85 111 57 0 68 88 45 0 42 55 28 0 34 44 22 0 -18:11 50 88 42 161 40 70 33 161 25 44 21 161 20 35 16 161 -18:13 48 76 48 0 38 60 38 0 24 38 24 0 19 30 19 0 -18:14 85 111 57 0 68 88 45 0 42 55 28 0 34 44 22 0 -18:15 50 88 42 161 40 70 33 161 25 44 21 161 20 35 16 161 -19 192 168 95 255 153 134 76 255 96 84 47 255 76 67 38 255 -20 88 72 57 58 70 57 45 58 44 36 28 58 35 28 22 58 -21 83 93 117 255 66 74 93 255 41 46 58 255 33 37 46 255 -22 49 80 151 255 39 64 120 255 24 40 75 255 19 32 60 255 -23 125 118 111 255 100 94 88 255 62 59 55 255 50 47 44 255 -23:1 138 131 121 255 110 104 96 255 69 65 60 255 55 52 48 255 -23:9 138 131 121 255 110 104 96 255 69 65 60 255 55 52 48 255 -24 224 206 157 255 179 164 125 255 112 103 78 255 89 82 62 255 -25 106 84 68 255 84 67 54 255 53 42 34 255 42 33 27 255 -26 71 102 50 255 56 81 40 255 35 51 25 255 28 40 20 255 -26:8 103 98 68 255 82 78 54 255 51 49 34 255 41 39 27 255 -26:9 103 98 68 255 82 78 54 255 51 49 34 255 41 39 27 255 -26:10 103 98 68 255 82 78 54 255 51 49 34 255 41 39 27 255 -26:11 103 98 68 255 82 78 54 255 51 49 34 255 41 39 27 255 -27 141 121 69 165 112 96 55 165 70 60 34 165 56 48 27 165 -27:8 150 123 71 165 120 98 56 165 75 61 35 165 60 49 28 165 -27:9 150 123 71 165 120 98 56 165 75 61 35 165 60 49 28 165 -27:10 150 123 71 165 120 98 56 165 75 61 35 165 60 49 28 165 -27:11 150 123 71 165 120 98 56 165 75 61 35 165 60 49 28 165 -27:12 150 123 71 165 120 98 56 165 75 61 35 165 60 49 28 165 -27:13 150 123 71 165 120 98 56 165 75 61 35 165 60 49 28 165 -28 89 79 72 160 71 63 57 160 44 39 36 160 35 31 28 160 -29 145 137 127 255 116 109 101 255 72 68 63 255 58 54 50 255 -29:1 97 81 56 255 77 64 44 255 48 40 28 255 38 32 22 255 -29:2 133 121 109 255 106 96 87 255 66 60 54 255 53 48 43 255 -29:3 133 121 109 255 106 96 87 255 66 60 54 255 53 48 43 255 -29:4 133 121 109 255 106 96 87 255 66 60 54 255 53 48 43 255 -29:5 133 121 109 255 106 96 87 255 66 60 54 255 53 48 43 255 -29:9 134 127 118 255 107 101 94 255 67 63 59 255 53 50 47 255 -29:10 141 132 122 207 112 105 97 207 70 66 61 207 56 52 48 207 -29:11 141 132 122 207 112 105 97 207 70 66 61 207 56 52 48 207 -29:12 141 132 122 207 112 105 97 207 70 66 61 207 56 52 48 207 -29:13 141 132 122 207 112 105 97 207 70 66 61 207 56 52 48 207 -30 110 107 103 63 88 85 82 63 55 53 51 63 44 42 41 63 -31 121 91 64 24 96 72 51 24 60 45 32 24 48 36 25 24 -31:1 49 102 43 109 39 81 34 109 24 51 21 109 19 40 17 109 -31:2 48 101 43 71 38 80 34 71 24 50 21 71 19 40 17 71 -32 121 91 64 24 96 72 51 24 60 45 32 24 48 36 25 24 -33 145 137 127 255 116 109 101 255 72 68 63 255 58 54 50 255 -33:1 96 72 54 255 76 57 43 255 48 36 27 255 38 28 21 255 -33:2 133 121 109 255 106 96 87 255 66 60 54 255 53 48 43 255 -33:3 133 121 109 255 106 96 87 255 66 60 54 255 53 48 43 255 -33:4 133 121 109 255 106 96 87 255 66 60 54 255 53 48 43 255 -33:5 133 121 109 255 106 96 87 255 66 60 54 255 53 48 43 255 -33:9 134 127 118 255 107 101 94 255 67 63 59 255 53 50 47 255 -33:10 141 132 122 207 112 105 97 207 70 66 61 207 56 52 48 207 -33:11 141 132 122 207 112 105 97 207 70 66 61 207 56 52 48 207 -33:12 141 132 122 207 112 105 97 207 70 66 61 207 56 52 48 207 -33:13 141 132 122 207 112 105 97 207 70 66 61 207 56 52 48 207 -34 134 127 118 255 107 101 94 255 67 63 59 255 53 50 47 255 -34:1 96 72 54 255 76 57 43 255 48 36 27 255 38 28 21 255 -34:2 96 73 54 111 76 58 43 111 48 36 27 111 38 29 21 111 -34:3 96 73 54 111 76 58 43 111 48 36 27 111 38 29 21 111 -34:4 96 73 54 111 76 58 43 111 48 36 27 111 38 29 21 111 -34:5 96 73 54 111 76 58 43 111 48 36 27 111 38 29 21 111 -34:9 97 81 56 255 77 64 44 255 48 40 28 255 38 32 22 255 -34:10 96 73 54 111 76 58 43 111 48 36 27 111 38 29 21 111 -34:11 96 73 54 111 76 58 43 111 48 36 27 111 38 29 21 111 -34:12 96 73 54 111 76 58 43 111 48 36 27 111 38 29 21 111 -34:13 96 73 54 111 76 58 43 111 48 36 27 111 38 29 21 111 -35 229 228 220 255 183 182 176 255 114 114 110 255 91 91 88 255 -35:1 225 120 49 255 180 96 39 255 112 60 24 255 90 48 19 255 -35:2 184 76 172 255 147 60 137 255 92 38 86 255 73 30 68 255 -35:3 112 160 204 255 89 128 163 255 56 80 102 255 44 64 81 255 -35:4 223 197 54 255 178 157 43 255 111 98 27 255 89 78 21 255 -35:5 111 184 67 255 88 147 53 255 55 92 33 255 44 73 26 255 -35:6 228 177 195 255 182 141 156 255 114 88 97 255 91 70 78 255 -35:7 85 83 78 255 68 66 62 255 42 41 39 255 34 33 31 255 -35:8 169 167 165 255 135 133 132 255 84 83 82 255 67 66 66 255 -35:9 55 133 147 255 44 106 117 255 27 66 73 255 22 53 58 255 -35:10 101 54 143 255 80 43 114 255 50 27 71 255 40 21 57 255 -35:11 59 75 156 255 47 60 124 255 29 37 78 255 23 30 62 255 -35:12 76 58 39 255 60 46 31 255 38 29 19 255 30 23 15 255 -35:13 54 91 39 255 43 72 31 255 27 45 19 255 21 36 15 255 -35:14 128 42 35 255 102 33 28 255 64 21 17 255 51 16 14 255 -35:15 37 35 32 255 29 28 25 255 18 17 16 255 14 14 12 255 -37 127 138 38 27 101 110 30 27 63 69 19 27 50 55 15 27 -38 107 56 27 18 85 44 21 18 53 28 13 18 42 22 10 18 -38:1 40 99 66 71 32 79 52 71 20 49 33 71 16 39 26 71 -38:2 177 141 211 38 141 112 168 38 88 70 105 38 70 56 84 38 -38:3 162 191 138 42 129 152 110 42 81 95 69 42 64 76 55 42 -38:4 103 135 38 48 82 108 30 48 51 67 19 48 41 54 15 48 -38:5 95 134 32 49 76 107 25 49 47 67 16 49 38 53 12 49 -38:6 94 153 65 48 75 122 52 48 47 76 32 48 37 61 26 48 -38:7 101 150 73 47 80 120 58 47 50 75 36 47 40 60 29 47 -38:8 176 197 139 43 140 157 111 43 88 98 69 43 70 78 55 43 -39 91 70 45 22 72 56 36 22 45 35 22 22 36 28 18 22 -40 170 73 65 19 136 58 52 19 85 36 32 19 68 29 26 19 -41 236 220 84 255 188 176 67 255 118 110 42 255 94 88 33 255 -42 181 179 175 255 144 143 140 255 90 89 87 255 72 71 70 255 -43 194 187 174 255 155 149 139 255 97 93 87 255 77 74 69 255 -43:1 224 206 157 255 179 164 125 255 112 103 78 255 89 82 62 255 -43:2 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 -43:3 136 129 119 255 108 103 95 255 68 64 59 255 54 51 47 255 -43:4 139 99 90 255 111 79 72 255 69 49 45 255 55 39 36 255 -43:5 156 150 140 255 124 120 112 255 78 75 70 255 62 60 56 255 -43:6 53 26 31 255 42 20 24 255 26 13 15 255 21 10 12 255 -43:7 228 223 212 253 182 178 169 253 114 111 106 253 91 89 84 253 -43:9 224 206 157 255 179 164 125 255 112 103 78 255 89 82 62 255 -43:10 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 -43:11 136 129 119 255 108 103 95 255 68 64 59 255 54 51 47 255 -43:12 139 99 90 255 111 79 72 255 69 49 45 255 55 39 36 255 -43:13 156 150 140 255 124 120 112 255 78 75 70 255 62 60 56 255 -43:14 53 26 31 255 42 20 24 255 26 13 15 255 21 10 12 255 -43:15 228 223 212 253 182 178 169 253 114 111 106 253 91 89 84 253 -44 194 187 174 255 155 149 139 255 97 93 87 255 77 74 69 255 -44:1 224 206 157 255 179 164 125 255 112 103 78 255 89 82 62 255 -44:2 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 -44:3 136 129 119 255 108 103 95 255 68 64 59 255 54 51 47 255 -44:4 139 99 90 255 111 79 72 255 69 49 45 255 55 39 36 255 -44:5 156 150 140 255 124 120 112 255 78 75 70 255 62 60 56 255 -44:6 53 26 31 255 42 20 24 255 26 13 15 255 21 10 12 255 -44:7 228 223 212 253 182 178 169 253 114 111 106 253 91 89 84 253 -44:9 224 206 157 255 179 164 125 255 112 103 78 255 89 82 62 255 -44:10 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 -44:11 136 129 119 255 108 103 95 255 68 64 59 255 54 51 47 255 -44:12 139 99 90 255 111 79 72 255 69 49 45 255 55 39 36 255 -44:13 156 150 140 255 124 120 112 255 78 75 70 255 62 60 56 255 -44:14 53 26 31 255 42 20 24 255 26 13 15 255 21 10 12 255 -44:15 228 223 212 253 182 178 169 253 114 111 106 253 91 89 84 253 -45 139 99 90 255 111 79 72 255 69 49 45 255 55 39 36 255 -46 92 69 54 255 73 55 43 255 46 34 27 255 36 27 21 255 -47 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 -48 122 122 99 255 97 97 79 255 61 61 49 255 48 48 39 255 -49 41 29 56 255 32 23 44 255 20 14 28 255 16 11 22 255 -50 67 61 49 27 53 48 39 27 33 30 24 27 26 24 19 27 -51 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 -52 109 106 90 198 87 84 72 198 54 53 45 198 43 42 36 198 -53 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 -54 140 122 103 195 112 97 82 195 70 61 51 195 56 48 41 195 -54:4 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 -54:5 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 -54:6 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 -54:7 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 -54:8 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 -54:9 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 -54:10 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 -54:11 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 -55 227 227 227 26 181 181 181 26 113 113 113 26 90 90 90 26 -56 109 112 108 255 87 89 86 255 54 56 54 255 43 44 43 255 -57 60 195 211 255 48 156 168 255 30 97 105 255 24 78 84 255 -58 176 145 103 255 140 116 82 255 88 72 51 255 70 58 41 255 -59 67 119 28 9 53 95 22 9 33 59 14 9 26 47 11 9 -59:1 73 123 31 16 58 98 24 16 36 61 15 16 29 49 12 16 -59:2 84 129 29 21 67 103 23 21 42 64 14 21 33 51 11 21 -59:3 91 128 30 33 72 102 24 33 45 64 15 33 36 51 12 33 -59:4 98 132 33 47 78 105 26 47 49 66 16 47 39 52 13 47 -59:5 101 127 41 60 80 101 32 60 50 63 20 60 40 50 16 60 -59:6 107 131 49 72 85 104 39 72 53 65 24 72 42 52 19 72 -59:7 171 155 74 80 136 124 59 80 85 77 37 80 68 62 29 80 -59:8 171 155 74 80 136 124 59 80 85 77 37 80 68 62 29 80 -59:9 171 155 74 80 136 124 59 80 85 77 37 80 68 62 29 80 -59:10 171 155 74 80 136 124 59 80 85 77 37 80 68 62 29 80 -59:11 171 155 74 80 136 124 59 80 85 77 37 80 68 62 29 80 -59:12 171 155 74 80 136 124 59 80 85 77 37 80 68 62 29 80 -59:13 171 155 74 80 136 124 59 80 85 77 37 80 68 62 29 80 -59:14 171 155 74 80 136 124 59 80 85 77 37 80 68 62 29 80 -59:15 171 155 74 80 136 124 59 80 85 77 37 80 68 62 29 80 -60 105 80 59 255 84 64 47 255 52 40 29 255 42 32 23 255 -60:1 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 -60:2 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 -60:3 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 -60:4 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 -60:5 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 -60:6 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 -60:7 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 -60:8 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 -60:9 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 -60:10 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 -60:11 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 -60:12 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 -60:13 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 -60:14 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 -60:15 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 -61:2 125 118 111 255 100 94 88 255 62 59 55 255 50 47 44 255 -61:3 125 118 111 255 100 94 88 255 62 59 55 255 50 47 44 255 -61:4 125 118 111 255 100 94 88 255 62 59 55 255 50 47 44 255 -61:5 125 118 111 255 100 94 88 255 62 59 55 255 50 47 44 255 -62:2 125 118 111 255 100 94 88 255 62 59 55 255 50 47 44 255 -62:3 125 118 111 255 100 94 88 255 62 59 55 255 50 47 44 255 -62:4 125 118 111 255 100 94 88 255 62 59 55 255 50 47 44 255 -62:5 125 118 111 255 100 94 88 255 62 59 55 255 50 47 44 255 -63 85 69 51 10 68 55 40 10 42 34 25 10 34 27 20 10 -64 93 77 59 255 74 61 47 255 46 38 29 255 37 30 23 255 -64:8 94 78 60 237 75 62 48 237 47 39 30 237 37 31 24 237 -64:9 94 78 60 237 75 62 48 237 47 39 30 237 37 31 24 237 -64:10 94 78 60 237 75 62 48 237 47 39 30 237 37 31 24 237 -64:11 94 78 60 237 75 62 48 237 47 39 30 237 37 31 24 237 -64:12 94 78 60 237 75 62 48 237 47 39 30 237 37 31 24 237 -64:13 94 78 60 237 75 62 48 237 47 39 30 237 37 31 24 237 -64:14 94 78 60 237 75 62 48 237 47 39 30 237 37 31 24 237 -64:15 94 78 60 237 75 62 48 237 47 39 30 237 37 31 24 237 -65 103 85 66 72 82 68 52 72 51 42 33 72 41 34 26 72 -66 90 81 73 134 72 64 58 134 45 40 36 134 36 32 29 134 -66:6 91 83 75 118 72 66 60 118 45 41 37 118 36 33 30 118 -66:7 91 83 75 118 72 66 60 118 45 41 37 118 36 33 30 118 -66:8 91 83 75 118 72 66 60 118 45 41 37 118 36 33 30 118 -66:9 91 83 75 118 72 66 60 118 45 41 37 118 36 33 30 118 -67 136 129 119 255 108 103 95 255 68 64 59 255 54 51 47 255 -68 85 69 51 10 68 55 40 10 42 34 25 10 34 27 20 10 -69 136 129 119 255 108 103 95 255 68 64 59 255 54 51 47 255 -70 112 110 107 255 89 88 85 255 56 55 53 255 44 44 42 255 -71 78 76 71 255 62 60 56 255 39 38 35 255 31 30 28 255 -71:8 77 76 71 221 61 60 56 221 38 38 35 221 30 30 28 221 -71:9 77 76 71 221 61 60 56 221 38 38 35 221 30 30 28 221 -71:10 77 76 71 221 61 60 56 221 38 38 35 221 30 30 28 221 -71:11 77 76 71 221 61 60 56 221 38 38 35 221 30 30 28 221 -71:12 77 76 71 221 61 60 56 221 38 38 35 221 30 30 28 221 -71:13 77 76 71 221 61 60 56 221 38 38 35 221 30 30 28 221 -71:14 77 76 71 221 61 60 56 221 38 38 35 221 30 30 28 221 -71:15 77 76 71 221 61 60 56 221 38 38 35 221 30 30 28 221 -72 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 -73 129 94 87 255 103 75 69 255 64 47 43 255 51 37 34 255 -74 129 94 87 255 103 75 69 255 64 47 43 255 51 37 34 255 -75:1 74 37 31 21 59 29 24 21 37 18 15 21 29 14 12 21 -75:2 74 37 31 21 59 29 24 21 37 18 15 21 29 14 12 21 -75:3 74 37 31 21 59 29 24 21 37 18 15 21 29 14 12 21 -75:4 74 37 31 21 59 29 24 21 37 18 15 21 29 14 12 21 -75:5 74 37 31 21 59 29 24 21 37 18 15 21 29 14 12 21 -76:1 88 26 18 31 70 20 14 31 44 13 9 31 35 10 7 31 -76:2 88 26 18 31 70 20 14 31 44 13 9 31 35 10 7 31 -76:3 88 26 18 31 70 20 14 31 44 13 9 31 35 10 7 31 -76:4 88 26 18 31 70 20 14 31 44 13 9 31 35 10 7 31 -76:5 88 26 18 31 70 20 14 31 44 13 9 31 35 10 7 31 -77 112 110 107 255 89 88 85 255 56 55 53 255 44 44 42 255 -78 236 238 242 255 188 190 193 255 118 119 121 255 94 95 96 255 -79 180 221 246 159 144 176 196 159 90 110 123 159 72 88 98 159 -80 236 238 242 255 188 190 193 255 118 119 121 255 94 95 96 255 -81 87 121 67 195 69 96 53 195 43 60 33 195 34 48 26 195 -82 154 154 150 255 123 123 120 255 77 77 75 255 61 61 60 255 -83 121 158 67 90 96 126 53 90 60 79 33 90 48 63 26 90 -84 95 86 78 255 76 68 62 255 47 43 39 255 38 34 31 255 -85 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 -86 161 98 19 255 128 78 15 255 80 49 9 255 64 39 7 255 -87 139 66 70 255 111 52 56 255 69 33 35 255 55 26 28 255 -88 97 68 59 255 77 54 47 255 48 34 29 255 38 27 23 255 -89 224 192 118 255 179 153 94 255 112 96 59 255 89 76 47 255 -90 69 0 105 163 55 0 84 163 34 0 52 163 27 0 42 163 -91 161 98 19 255 128 78 15 255 80 49 9 255 64 39 7 255 -92 239 220 218 195 191 176 174 195 119 110 109 195 95 88 87 195 -93 152 143 135 255 121 114 108 255 76 71 67 255 60 57 54 255 -94 156 144 135 255 124 115 108 255 78 72 67 255 62 57 54 255 -95 193 187 182 156 154 149 145 156 96 93 91 156 77 74 72 156 -95:1 189 119 39 156 151 95 31 156 94 59 19 156 75 47 15 156 -95:2 182 26 109 156 145 20 87 156 91 13 54 156 72 10 43 156 -95:3 75 114 149 156 60 91 119 156 37 57 74 156 30 45 59 156 -95:4 193 179 21 156 154 143 16 156 96 89 10 156 77 71 8 156 -95:5 121 152 61 156 96 121 48 156 60 76 30 156 48 60 24 156 -95:6 185 25 111 166 148 20 88 166 92 12 55 166 74 10 44 166 -95:7 119 113 107 156 95 90 85 156 59 56 53 156 47 45 42 156 -95:8 126 120 115 156 100 96 92 156 63 60 57 156 50 48 46 156 -95:9 32 187 182 156 25 149 145 156 16 93 91 156 12 74 72 156 -95:10 64 26 68 156 51 20 54 156 32 13 34 156 25 10 27 156 -95:11 41 26 69 156 32 20 55 156 20 13 34 156 16 10 27 156 -95:12 111 72 21 156 88 57 16 156 55 36 10 156 44 28 8 156 -95:13 32 131 72 156 25 104 57 156 16 65 36 156 12 52 28 156 -95:14 193 26 21 156 154 20 16 156 96 13 10 156 77 10 8 156 -95:15 32 26 21 156 25 20 16 156 16 13 10 156 12 10 8 156 -96 125 113 101 242 100 90 80 242 62 56 50 242 50 45 40 242 -97 112 110 107 255 89 88 85 255 56 55 53 255 44 44 42 255 -97:1 136 129 119 255 108 103 95 255 68 64 59 255 54 51 47 255 -97:2 156 150 140 255 124 120 112 255 78 75 70 255 62 60 56 255 -98 156 150 140 255 124 120 112 255 78 75 70 255 62 60 56 255 -98:1 146 145 128 255 116 116 102 255 73 72 64 255 58 58 51 255 -98:2 147 140 131 255 117 112 104 255 73 70 65 255 58 56 52 255 -98:3 142 136 127 255 113 108 101 255 71 68 63 255 56 54 50 255 -99 227 196 126 255 181 156 100 255 113 98 63 255 90 78 50 255 -99:1 153 112 69 255 122 89 55 255 76 56 34 255 61 44 27 255 -99:2 153 112 69 255 122 89 55 255 76 56 34 255 61 44 27 255 -99:3 153 112 69 255 122 89 55 255 76 56 34 255 61 44 27 255 -99:4 153 112 69 255 122 89 55 255 76 56 34 255 61 44 27 255 -99:5 153 112 69 255 122 89 55 255 76 56 34 255 61 44 27 255 -99:6 153 112 69 255 122 89 55 255 76 56 34 255 61 44 27 255 -99:7 153 112 69 255 122 89 55 255 76 56 34 255 61 44 27 255 -99:8 153 112 69 255 122 89 55 255 76 56 34 255 61 44 27 255 -99:9 153 112 69 255 122 89 55 255 76 56 34 255 61 44 27 255 -99:14 153 112 69 255 122 89 55 255 76 56 34 255 61 44 27 255 -99:15 236 224 201 255 188 179 160 255 118 112 100 255 94 89 80 255 -100 227 196 126 255 181 156 100 255 113 98 63 255 90 78 50 255 -100:1 129 78 70 255 103 62 56 255 64 39 35 255 51 31 28 255 -100:2 129 78 70 255 103 62 56 255 64 39 35 255 51 31 28 255 -100:3 129 78 70 255 103 62 56 255 64 39 35 255 51 31 28 255 -100:4 129 78 70 255 103 62 56 255 64 39 35 255 51 31 28 255 -100:5 129 78 70 255 103 62 56 255 64 39 35 255 51 31 28 255 -100:6 129 78 70 255 103 62 56 255 64 39 35 255 51 31 28 255 -100:7 129 78 70 255 103 62 56 255 64 39 35 255 51 31 28 255 -100:8 129 78 70 255 103 62 56 255 64 39 35 255 51 31 28 255 -100:9 129 78 70 255 103 62 56 255 64 39 35 255 51 31 28 255 -100:14 129 78 70 255 103 62 56 255 64 39 35 255 51 31 28 255 -100:15 236 224 201 255 188 179 160 255 118 112 100 255 94 89 80 255 -101 65 64 61 110 52 51 48 110 32 32 30 110 26 25 24 110 -102 88 72 57 58 70 57 45 58 44 36 28 58 35 28 22 58 -103 52 82 33 255 41 65 26 255 26 41 16 255 20 32 13 255 -104 25 81 31 35 20 64 24 35 12 40 15 35 10 32 12 35 -105 25 81 31 35 20 64 24 35 12 40 15 35 10 32 12 35 -106 49 86 41 104 39 68 32 104 24 43 20 104 19 34 16 104 -107 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 -108 139 99 90 255 111 79 72 255 69 49 45 255 55 39 36 255 -109 156 150 140 255 124 120 112 255 78 75 70 255 62 60 56 255 -110 98 88 99 255 78 70 79 255 49 44 49 255 39 35 39 255 -111 16 64 24 0 12 51 19 0 8 32 12 0 6 25 9 0 -112 53 26 31 255 42 20 24 255 26 13 15 255 21 10 12 255 -113 53 26 31 255 42 20 24 255 26 13 15 255 21 10 12 255 -114 53 26 31 255 42 20 24 255 26 13 15 255 21 10 12 255 -115 64 30 31 52 51 24 24 52 32 15 15 52 25 12 12 52 -115:1 68 35 35 92 54 28 28 92 34 17 17 92 27 14 14 92 -115:2 68 35 35 92 54 28 28 92 34 17 17 92 27 14 14 92 -115:3 75 45 43 113 60 36 34 113 37 22 21 113 30 18 17 113 -115:4 75 45 43 113 60 36 34 113 37 22 21 113 30 18 17 113 -115:5 75 45 43 113 60 36 34 113 37 22 21 113 30 18 17 113 -115:6 75 45 43 113 60 36 34 113 37 22 21 113 30 18 17 113 -115:7 75 45 43 113 60 36 34 113 37 22 21 113 30 18 17 113 -116 92 35 30 255 73 28 24 255 46 17 15 255 36 14 12 255 -117 67 72 72 77 53 57 57 77 33 36 36 77 26 28 28 77 -118 64 64 64 111 51 51 51 111 32 32 32 111 25 25 25 111 -119 41 29 56 255 32 23 44 255 20 14 28 255 16 11 22 255 -120 84 131 102 255 67 104 81 255 42 65 51 255 33 52 40 255 -120:4 67 101 71 95 53 80 56 95 33 50 35 95 26 40 28 95 -120:5 67 101 71 95 53 80 56 95 33 50 35 95 26 40 28 95 -120:6 67 101 71 95 53 80 56 95 33 50 35 95 26 40 28 95 -120:7 67 101 71 95 53 80 56 95 33 50 35 95 26 40 28 95 -121 238 236 193 255 190 188 154 255 119 118 96 255 95 94 77 255 -122 12 0 24 255 9 0 19 255 6 0 12 255 4 0 9 255 -123 87 71 56 255 69 56 44 255 43 35 28 255 34 28 22 255 -124 125 110 78 255 100 88 62 255 62 55 39 255 50 44 31 255 -125 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 -125:1 62 44 29 255 49 35 23 255 31 22 14 255 24 17 11 255 -125:2 154 127 89 255 123 101 71 255 77 63 44 255 61 50 35 255 -125:3 132 90 63 255 105 72 50 255 66 45 31 255 52 36 25 255 -125:4 157 113 75 255 125 90 60 255 78 56 37 255 62 45 30 255 -125:5 63 49 35 255 50 39 28 255 31 24 17 255 25 19 14 255 -125:9 62 44 29 255 49 35 23 255 31 22 14 255 24 17 11 255 -125:10 154 127 89 255 123 101 71 255 77 63 44 255 61 50 35 255 -125:11 132 90 63 255 105 72 50 255 66 45 31 255 52 36 25 255 -125:12 157 113 75 255 125 90 60 255 78 56 37 255 62 45 30 255 -125:13 63 49 35 255 50 39 28 255 31 24 17 255 25 19 14 255 -126 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 -126:1 62 44 29 255 49 35 23 255 31 22 14 255 24 17 11 255 -126:2 154 127 89 255 123 101 71 255 77 63 44 255 61 50 35 255 -126:3 132 90 63 255 105 72 50 255 66 45 31 255 52 36 25 255 -126:4 157 113 75 255 125 90 60 255 78 56 37 255 62 45 30 255 -126:5 63 49 35 255 50 39 28 255 31 24 17 255 25 19 14 255 -126:9 62 44 29 255 49 35 23 255 31 22 14 255 24 17 11 255 -126:10 154 127 89 255 123 101 71 255 77 63 44 255 61 50 35 255 -126:11 132 90 63 255 105 72 50 255 66 45 31 255 52 36 25 255 -126:12 157 113 75 255 125 90 60 255 78 56 37 255 62 45 30 255 -126:13 63 49 35 255 50 39 28 255 31 24 17 255 25 19 14 255 -127 151 66 46 129 120 52 36 129 75 33 23 129 60 26 18 129 -128 212 189 139 255 169 151 111 255 106 94 69 255 84 75 55 255 -129 92 105 89 255 73 84 71 255 46 52 44 255 36 42 35 255 -130:2 75 75 75 195 60 60 60 195 37 37 37 195 30 30 30 195 -130:3 75 75 75 195 60 60 60 195 37 37 37 195 30 30 30 195 -130:4 75 75 75 195 60 60 60 195 37 37 37 195 30 30 30 195 -130:5 75 75 75 195 60 60 60 195 37 37 37 195 30 30 30 195 -131 136 129 119 255 108 103 95 255 68 64 59 255 54 51 47 255 -133 38 161 73 255 30 128 58 255 19 80 36 255 15 64 29 255 -134 62 44 29 255 49 35 23 255 31 22 14 255 24 17 11 255 -135 154 127 89 255 123 101 71 255 77 63 44 255 61 50 35 255 -136 132 90 63 255 105 72 50 255 66 45 31 255 52 36 25 255 -137 98 94 89 255 78 75 71 255 49 47 44 255 39 37 35 255 -138 88 72 57 58 70 57 45 58 44 36 28 58 35 28 22 58 -139 136 129 119 255 108 103 95 255 68 64 59 255 54 51 47 255 -139:1 122 122 99 255 97 97 79 255 61 61 49 255 48 48 39 255 -140 135 77 66 49 108 61 52 49 67 38 33 49 54 30 26 49 -141 87 132 66 6 69 105 52 6 43 66 33 6 34 52 26 6 -141:2 94 140 70 16 75 112 56 16 47 70 35 16 37 56 28 16 -141:3 94 140 70 16 75 112 56 16 47 70 35 16 37 56 28 16 -141:4 92 138 68 23 73 110 54 23 46 69 34 23 36 55 27 23 -141:5 92 138 68 23 73 110 54 23 46 69 34 23 36 55 27 23 -141:6 92 138 68 23 73 110 54 23 46 69 34 23 36 55 27 23 -141:7 126 146 13 60 100 116 10 60 63 73 6 60 50 58 5 60 -142 87 132 66 6 69 105 52 6 43 66 33 6 34 52 26 6 -142:2 94 140 70 16 75 112 56 16 47 70 35 16 37 56 28 16 -142:3 94 140 70 16 75 112 56 16 47 70 35 16 37 56 28 16 -142:4 92 138 68 23 73 110 54 23 46 69 34 23 36 55 27 23 -142:5 92 138 68 23 73 110 54 23 46 69 34 23 36 55 27 23 -142:6 92 138 68 23 73 110 54 23 46 69 34 23 36 55 27 23 -142:7 84 132 69 67 67 105 55 67 42 66 34 67 33 52 27 67 -143 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 -145 39 39 39 255 31 31 31 255 19 19 19 255 15 15 15 255 -146 140 122 103 195 112 97 82 195 70 61 51 195 56 48 41 195 -146:4 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 -146:5 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 -146:6 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 -146:7 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 -146:8 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 -146:9 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 -146:10 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 -146:11 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 -147 236 220 84 255 188 176 67 255 118 110 42 255 94 88 33 255 -148 181 179 175 255 144 143 140 255 90 89 87 255 72 71 70 255 -149 141 132 124 255 112 105 99 255 70 66 62 255 56 52 49 255 -150 145 134 125 255 116 107 100 255 72 67 62 255 58 53 50 255 -151 163 152 139 255 130 121 111 255 81 76 69 255 65 60 55 255 -152 163 4 21 255 130 3 16 255 81 2 10 255 65 1 8 255 -153 143 86 86 255 114 68 68 255 71 43 43 255 57 34 34 255 -154 31 31 31 255 24 24 24 255 15 15 15 255 12 12 12 255 -155 228 223 212 253 182 178 169 253 114 111 106 253 91 89 84 253 -155:1 225 221 207 254 180 176 165 254 112 110 103 254 90 88 82 254 -155:2 221 216 201 254 176 172 160 254 110 108 100 254 88 86 80 254 -155:3 224 218 205 255 179 174 164 255 112 109 102 255 89 87 82 255 -155:4 224 218 205 255 179 174 164 255 112 109 102 255 89 87 82 255 -156 228 223 212 253 182 178 169 253 114 111 106 253 91 89 84 253 -157 101 88 84 161 80 70 67 161 50 44 42 161 40 35 33 161 -157:8 93 82 78 161 74 65 62 161 46 41 39 161 37 32 31 161 -157:9 93 82 78 161 74 65 62 161 46 41 39 161 37 32 31 161 -157:10 93 82 78 161 74 65 62 161 46 41 39 161 37 32 31 161 -157:11 93 82 78 161 74 65 62 161 46 41 39 161 37 32 31 161 -157:12 93 82 78 161 74 65 62 161 46 41 39 161 37 32 31 161 -157:13 93 82 78 161 74 65 62 161 46 41 39 161 37 32 31 161 -158 125 118 111 255 100 94 88 255 62 59 55 255 50 47 44 255 -158:1 135 128 118 255 108 102 94 255 67 64 59 255 54 51 47 255 -159 207 182 167 255 165 145 133 255 103 91 83 255 82 72 66 255 -159:1 155 80 36 255 124 64 28 255 77 40 18 255 62 32 14 255 -159:2 153 82 107 255 122 65 85 255 76 41 53 255 61 32 42 255 -159:3 113 107 152 255 90 85 121 255 56 53 76 255 45 42 60 255 -159:4 189 132 64 255 151 105 51 255 94 66 32 255 75 52 25 255 -159:5 100 119 58 255 80 95 46 255 50 59 29 255 40 47 23 255 -159:6 153 82 81 255 122 65 64 255 76 41 40 255 61 32 32 255 -159:7 61 38 35 255 48 30 28 255 30 19 17 255 24 15 14 255 -159:8 136 103 99 255 108 82 79 255 68 51 49 255 54 41 39 255 -159:9 79 89 95 255 63 71 76 255 39 44 47 255 31 35 38 255 -159:10 118 64 87 255 94 51 69 255 59 32 43 255 47 25 34 255 -159:11 73 58 88 255 58 46 70 255 36 29 44 255 29 23 35 255 -159:12 77 48 43 255 61 38 34 255 38 24 21 255 30 19 17 255 -159:13 72 79 50 255 57 63 40 255 36 39 25 255 28 31 20 255 -159:14 141 53 55 255 112 42 44 255 70 26 27 255 56 21 22 255 -159:15 40 20 18 255 32 16 14 255 20 10 9 255 16 8 7 255 -160 193 187 182 156 154 149 145 156 96 93 91 156 77 74 72 156 -160:1 189 119 39 156 151 95 31 156 94 59 19 156 75 47 15 156 -160:2 182 26 109 156 145 20 87 156 91 13 54 156 72 10 43 156 -160:3 75 114 149 156 60 91 119 156 37 57 74 156 30 45 59 156 -160:4 193 179 21 156 154 143 16 156 96 89 10 156 77 71 8 156 -160:5 121 152 61 156 96 121 48 156 60 76 30 156 48 60 24 156 -160:6 185 25 111 166 148 20 88 166 92 12 55 166 74 10 44 166 -160:7 119 113 107 156 95 90 85 156 59 56 53 156 47 45 42 156 -160:8 126 120 115 156 100 96 92 156 63 60 57 156 50 48 46 156 -160:9 32 187 182 156 25 149 145 156 16 93 91 156 12 74 72 156 -160:10 64 26 68 156 51 20 54 156 32 13 34 156 25 10 27 156 -160:11 41 26 69 156 32 20 55 156 20 13 34 156 16 10 27 156 -160:12 111 72 21 156 88 57 16 156 55 36 10 156 44 28 8 156 -160:13 32 131 72 156 25 104 57 156 16 65 36 156 12 52 28 156 -160:14 193 26 21 156 154 20 16 156 96 13 10 156 77 10 8 156 -160:15 32 26 21 156 25 20 16 156 16 13 10 156 12 10 8 156 -161 42 75 36 154 33 60 28 154 21 37 18 154 16 30 14 154 -162 168 125 101 255 134 100 80 255 84 62 50 255 67 50 40 255 -162:1 151 129 94 255 120 103 75 255 75 64 47 255 60 51 37 255 -162:4 92 86 75 255 73 68 60 255 46 43 37 255 36 34 30 255 -162:5 56 46 34 255 44 36 27 255 28 23 17 255 22 18 13 255 -162:8 92 86 75 255 73 68 60 255 46 43 37 255 36 34 30 255 -162:9 56 46 34 255 44 36 27 255 28 23 17 255 22 18 13 255 -162:12 92 86 75 255 73 68 60 255 46 43 37 255 36 34 30 255 -162:13 56 46 34 255 44 36 27 255 28 23 17 255 22 18 13 255 -163 157 113 75 255 125 90 60 255 78 56 37 255 62 45 30 255 -164 63 49 35 255 50 39 28 255 31 24 17 255 25 19 14 255 -170 242 216 132 255 193 172 105 255 121 108 66 255 96 86 52 255 -171 229 228 220 255 183 182 176 255 114 114 110 255 91 91 88 255 -171:1 225 120 49 255 180 96 39 255 112 60 24 255 90 48 19 255 -171:2 184 76 172 255 147 60 137 255 92 38 86 255 73 30 68 255 -171:3 112 160 204 255 89 128 163 255 56 80 102 255 44 64 81 255 -171:4 223 197 54 255 178 157 43 255 111 98 27 255 89 78 21 255 -171:5 111 184 67 255 88 147 53 255 55 92 33 255 44 73 26 255 -171:6 228 177 195 255 182 141 156 255 114 88 97 255 91 70 78 255 -171:7 85 83 78 255 68 66 62 255 42 41 39 255 34 33 31 255 -171:8 169 167 165 255 135 133 132 255 84 83 82 255 67 66 66 255 -171:9 55 133 147 255 44 106 117 255 27 66 73 255 22 53 58 255 -171:10 101 54 143 255 80 43 114 255 50 27 71 255 40 21 57 255 -171:11 59 75 156 255 47 60 124 255 29 37 78 255 23 30 62 255 -171:12 76 58 39 255 60 46 31 255 38 29 19 255 30 23 15 255 -171:13 54 91 39 255 43 72 31 255 27 45 19 255 21 36 15 255 -171:14 128 42 35 255 102 33 28 255 64 21 17 255 51 16 14 255 -171:15 37 35 32 255 29 28 25 255 18 17 16 255 14 14 12 255 -172 146 78 70 255 116 62 56 255 73 39 35 255 58 31 28 255 -173 20 21 22 255 16 16 17 255 10 10 11 255 8 8 8 255 -174 190 225 247 255 152 180 197 255 95 112 123 255 76 90 98 255 -175 65 109 43 51 52 87 34 51 32 54 21 51 26 43 17 51 -175:1 142 148 132 86 113 118 105 86 71 74 66 86 56 59 52 86 -175:2 45 93 40 211 36 74 32 211 22 46 20 211 18 37 16 211 -175:3 51 107 46 143 40 85 36 143 25 53 23 143 20 42 18 143 -175:4 42 52 23 203 33 41 18 203 21 26 11 203 16 20 9 203 -175:5 54 88 59 147 43 70 47 147 27 44 29 147 21 35 23 147 -175:8 67 111 45 26 53 88 36 26 33 55 22 26 26 44 18 26 -175:9 148 148 140 83 118 118 112 83 74 74 70 83 59 59 56 83 -175:10 51 107 45 134 40 85 36 134 25 53 22 134 20 42 18 134 -175:11 56 118 50 44 44 94 40 44 28 59 25 44 22 47 20 44 -175:12 85 49 28 167 68 39 22 167 42 24 14 167 34 19 11 167 -175:13 132 133 141 129 105 106 112 129 66 66 70 129 52 53 56 129 -178 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 -179 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 -180 165 84 29 255 132 67 23 255 82 42 14 255 66 33 11 255 -181 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 -182 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 -183 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -184 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -185 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -186 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -187 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -188 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -189 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -190 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -191 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -192 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -193 96 74 49 255 76 59 39 255 48 37 24 255 38 29 19 255 -194 217 210 179 255 173 168 143 255 108 105 89 255 86 84 71 255 -195 151 113 85 207 120 90 68 207 75 56 42 207 60 45 34 207 -196 161 93 58 183 128 74 46 183 80 46 29 183 64 37 23 183 -197 69 47 25 255 55 37 20 255 34 23 12 255 27 18 10 255 - -Biome Mapping -[RAINFOREST] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 -[SWAMPLAND] 64 128 0 255 51 102 0 255 32 64 0 255 26 51 0 255 -[SEASONAL_FOREST] 51 165 42 255 41 132 34 255 26 83 21 255 20 66 17 255 -[FOREST] 0 128 64 255 0 102 51 255 0 64 32 255 0 51 26 255 -[SAVANNA] 58 58 58 255 46 46 46 255 29 29 29 255 23 23 23 255 -[SHRUBLAND] 170 158 24 255 136 126 19 255 85 79 12 255 68 63 10 255 -[TAIGA] 204 255 102 255 163 204 82 255 102 128 51 255 82 102 41 255 -[DESERT] 255 255 102 255 204 204 82 255 128 128 51 255 102 102 41 255 -[PLAINS] 255 204 102 255 204 163 82 255 128 102 51 255 102 82 41 255 -[ICE_DESERT] 26 33 103 255 21 26 82 255 13 17 52 255 10 13 41 255 -[TUNDRA] 222 222 222 255 178 178 178 255 111 111 111 255 89 89 89 255 -[HELL] 255 0 0 255 204 0 0 255 128 0 0 255 102 0 0 255 -[SKY] 102 204 255 255 82 163 204 255 51 102 128 255 41 82 102 255 -[OCEAN] 0 0 255 255 0 0 204 255 0 0 128 255 0 0 102 255 -[RIVER] 0 128 255 255 0 102 204 255 0 64 128 255 0 51 102 255 -[EXTREME_HILLS] 128 64 0 255 102 51 0 255 64 32 0 255 51 26 0 255 -[FROZEN_OCEAN] 102 255 204 255 82 204 163 255 51 128 102 255 41 102 82 255 -[FROZEN_RIVER] 102 102 255 255 82 82 204 255 51 51 128 255 41 41 102 255 -[ICE_PLAINS] 102 255 255 255 82 204 204 255 51 128 128 255 41 102 102 255 -[ICE_MOUNTAINS] 255 255 255 255 204 204 204 255 128 128 128 255 102 102 102 255 -[MUSHROOM_ISLAND] 255 111 207 255 204 89 166 255 128 56 104 255 102 44 83 255 -[MUSHROOM_SHORE] 255 0 128 255 204 0 102 255 128 0 64 255 102 0 51 255 -[BEACH] 255 206 75 255 230 185 68 255 255 206 75 255 179 144 53 255 -[DESERT_HILLS] 255 146 51 255 230 131 46 255 255 146 51 255 179 102 36 255 -[FOREST_HILLS] 0 162 100 255 0 146 90 255 0 162 100 255 0 113 70 255 -[TAIGA_HILLS] 178 212 117 255 160 191 105 255 178 212 117 255 125 148 82 255 -[SMALL_MOUNTAINS] 184 103 33 255 166 93 30 255 184 103 33 255 129 72 23 255 -[JUNGLE] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 -[JUNGLE_HILLS] 33 44 14 255 26 36 12 255 16 22 7 255 13 18 6 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 255 57 16 14 255 +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/plugins/dynmap/colorschemes/sk89q.txt b/plugins/dynmap/colorschemes/sk89q.txt index cd86b59..96c3a57 100644 --- a/plugins/dynmap/colorschemes/sk89q.txt +++ b/plugins/dynmap/colorschemes/sk89q.txt @@ -1,467 +1,19769 @@ -1 133 129 118 255 111 108 98 255 93 90 82 255 111 108 98 255 -2 60 113 17 255 50 94 14 255 42 79 12 255 50 94 14 255 -3 103 83 51 255 86 69 43 255 72 58 36 255 86 69 43 255 -3:2 122 87 57 255 97 69 45 255 61 43 28 255 48 34 22 255 -4 118 112 96 255 98 93 80 255 82 78 67 255 98 93 80 255 -5 109 80 60 255 91 67 50 255 76 56 41 255 91 67 50 255 -5:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -5:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -5:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -5:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -5:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -6 120 120 120 0 96 96 96 0 60 60 60 0 48 48 48 0 -6:1 51 58 33 83 40 46 26 83 25 29 16 83 20 23 13 83 -6:2 118 150 84 107 94 120 67 107 59 75 42 107 47 60 33 107 -6:3 48 86 18 85 38 68 14 85 24 43 9 85 19 34 7 85 -6:4 114 115 20 75 91 92 16 75 57 57 10 75 45 46 8 75 -6:5 56 86 28 100 44 68 22 100 28 43 14 100 22 34 11 100 -6:9 51 58 33 83 40 46 26 83 25 29 16 83 20 23 13 83 -6:10 118 150 84 107 94 120 67 107 59 75 42 107 47 60 33 107 -6:11 48 86 18 85 38 68 14 85 24 43 9 85 19 34 7 85 -6:12 114 115 20 75 91 92 16 75 57 57 10 75 45 46 8 75 -6:13 56 86 28 100 44 68 22 100 28 43 14 100 22 34 11 100 -7 79 79 82 255 66 66 68 255 55 55 57 255 66 66 68 255 -8 94 170 255 51 82 148 223 51 69 124 186 51 82 148 223 51 -9 94 170 255 51 82 148 223 51 69 124 186 51 82 148 223 51 -10 255 164 41 255 255 164 41 255 212 137 34 255 255 164 41 255 -11 255 164 41 255 255 164 41 255 212 137 34 255 255 164 41 255 -12 192 178 110 255 160 148 92 255 134 124 77 255 160 148 92 255 -13 120 105 79 255 100 87 66 255 84 73 55 255 100 87 66 255 -14 255 181 38 255 255 181 38 255 212 151 31 255 255 181 38 255 -15 231 174 113 255 193 145 94 255 161 121 79 255 193 145 94 255 -16 56 60 70 255 46 50 58 255 39 42 49 255 46 50 58 255 -17 119 97 74 255 99 81 62 255 83 68 52 255 99 81 62 255 -17:0 119 97 74 255 99 81 62 255 83 68 52 255 99 81 62 255 -17:1 75 44 24 255 125 102 63 255 78 64 39 255 30 18 10 255 -17:2 191 191 191 255 125 102 63 255 78 64 39 255 76 76 76 255 -17:3 75 44 24 255 125 102 63 255 78 64 39 255 30 18 10 255 -18 27 69 37 180 22 57 31 180 19 48 25 180 22 57 31 180 -18:1 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 -18:2 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 -18:3 18 71 25 0 14 56 20 0 9 35 12 0 7 28 10 0 -18:5 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 -18:6 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 -18:7 18 71 25 0 14 56 20 0 9 35 12 0 7 28 10 0 -18:9 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 -18:10 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 -18:11 18 71 25 0 14 56 20 0 9 35 12 0 7 28 10 0 -18:13 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 -18:14 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 -18:15 18 71 25 0 14 56 20 0 9 35 12 0 7 28 10 0 -19 193 193 65 255 174 174 47 255 97 97 5 255 76 76 20 255 -20 178 217 223 90 148 181 186 90 124 151 155 90 148 181 186 90 -21 23 68 196 255 18 56 158 255 14 43 122 255 14 43 78 255 -22 23 68 196 255 18 56 158 255 14 43 122 255 14 43 78 255 -23 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -24 192 178 110 255 160 148 92 255 134 124 77 255 160 148 92 255 -25 125 91 38 255 100 72 30 255 62 45 19 255 50 36 15 255 -26 200 20 20 255 160 16 16 255 100 10 10 255 80 8 8 255 -27 150 134 102 180 120 107 81 180 75 67 51 180 60 53 40 180 -28 150 134 102 180 120 107 81 180 75 67 51 180 60 53 40 180 -29 109 80 60 255 111 108 98 255 76 56 41 255 111 108 98 255 -30 138 145 145 255 110 115 115 255 69 72 72 255 55 57 57 255 -31 97 156 53 255 73 120 38 255 38 68 16 255 26 50 9 255 -31:1 14 58 21 0 11 46 16 0 7 29 10 0 5 23 8 0 -31:2 15 60 22 0 12 48 17 0 7 30 11 0 6 24 8 0 -32 75 44 24 255 60 35 19 255 37 22 12 255 30 18 10 255 -33 109 80 60 255 111 108 98 255 76 56 41 255 111 108 98 255 -34 109 80 60 255 111 108 98 255 76 56 41 255 111 108 98 255 -35 247 255 239 255 244 251 236 255 204 210 197 255 244 251 236 255 -35:0 247 255 239 255 244 251 236 255 204 210 197 255 244 251 236 255 -35:1 227 128 52 255 224 126 51 255 187 105 42 255 224 126 51 255 -35:2 185 76 188 255 183 75 186 255 153 63 155 255 183 75 186 255 -35:3 102 139 199 255 100 137 196 255 84 114 164 255 100 137 196 255 -35:4 189 181 26 255 187 178 26 255 156 149 22 255 187 178 26 255 -35:5 57 189 45 255 56 186 44 255 47 156 37 255 56 186 44 255 -35:6 211 132 145 255 209 130 143 255 174 109 120 255 209 130 143 255 -35:7 65 67 63 255 64 66 62 255 54 55 52 255 64 66 62 255 -35:8 154 166 156 255 152 163 154 255 127 137 128 255 152 163 154 255 -35:9 38 117 141 255 37 115 139 255 31 96 116 255 37 115 139 255 -35:10 126 54 184 255 124 53 181 255 104 44 151 255 124 53 181 255 -35:11 38 51 144 255 37 50 143 255 31 42 119 255 37 50 143 255 -35:12 83 51 26 255 82 50 26 255 69 42 22 255 82 50 26 255 -35:13 54 77 22 255 54 76 22 255 45 63 19 255 54 76 22 255 -35:14 159 45 38 255 157 44 38 255 131 37 32 255 157 44 38 255 -35:15 26 23 22 255 26 23 21 255 22 19 18 255 26 23 21 255 -37 73 108 60 254 61 90 50 254 51 75 42 254 61 90 50 254 -38 84 139 187 254 70 116 155 254 59 97 130 254 70 116 155 254 -38:1 37 152 138 45 29 121 110 45 18 76 69 45 14 60 55 45 -38:2 177 141 211 38 141 112 168 38 88 70 105 38 70 56 84 38 -38:3 162 191 138 42 129 152 110 42 81 95 69 42 64 76 55 42 -38:4 103 135 38 48 82 108 30 48 51 67 19 48 41 54 15 48 -38:5 95 134 32 49 76 107 25 49 47 67 16 49 38 53 12 49 -38:6 94 153 65 48 75 122 52 48 47 76 32 48 37 61 26 48 -38:7 101 150 73 47 80 120 58 47 50 75 36 47 40 60 29 47 -38:8 176 197 139 43 140 157 111 43 88 98 69 43 70 78 55 43 -39 184 144 0 254 153 119 0 254 128 100 0 254 153 119 0 254 -40 201 17 17 254 168 14 14 254 140 12 12 254 168 14 14 254 -41 247 255 239 255 244 251 236 255 204 210 197 255 244 251 236 255 -42 249 249 249 255 207 207 207 255 173 173 173 255 207 207 207 255 -43 122 112 99 255 101 93 82 255 85 78 69 255 101 93 82 255 -43:0 122 112 99 255 101 93 82 255 85 78 69 255 101 93 82 255 -43:1 192 178 110 255 160 148 92 255 134 124 77 255 160 148 92 255 -43:2 109 80 60 255 91 67 50 255 76 56 41 255 91 67 50 255 -43:3 118 112 96 255 98 93 80 255 82 78 67 255 98 93 80 255 -43:4 170 86 62 255 136 68 49 255 85 43 31 255 68 34 24 255 -43:5 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 -43:6 122 112 99 255 101 93 82 255 85 78 69 255 101 93 82 255 -44 122 112 99 254 101 93 82 254 85 78 69 254 101 93 82 254 -44:0 122 112 99 254 101 93 82 254 85 78 69 254 101 93 82 254 -44:1 192 178 110 255 160 148 92 255 134 124 77 255 160 148 92 255 -44:2 109 80 60 255 91 67 50 255 76 56 41 255 91 67 50 255 -44:3 118 112 96 255 98 93 80 255 82 78 67 255 98 93 80 255 -44:4 170 86 62 255 136 68 49 255 85 43 31 255 68 34 24 255 -44:5 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 -44:6 122 112 99 254 101 93 82 254 85 78 69 254 101 93 82 254 -44:8 122 112 99 254 101 93 82 254 85 78 69 254 101 93 82 254 -44:9 192 178 110 255 160 148 92 255 134 124 77 255 160 148 92 255 -44:10 109 80 60 255 91 67 50 255 76 56 41 255 91 67 50 255 -44:11 118 112 96 255 98 93 80 255 82 78 67 255 98 93 80 255 -44:12 170 86 62 255 136 68 49 255 85 43 31 255 68 34 24 255 -44:13 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 -44:14 122 112 99 254 101 93 82 254 85 78 69 254 101 93 82 254 -45 230 103 73 255 192 86 61 255 160 71 50 255 192 86 61 255 -46 255 79 30 255 231 72 27 255 193 60 22 255 231 72 27 255 -47 125 91 38 192 100 72 30 192 62 45 19 192 50 36 15 192 -48 96 108 70 255 80 90 58 255 67 75 49 255 80 90 58 255 -49 83 67 83 255 69 56 69 255 58 47 58 255 69 56 69 255 -50 255 203 58 200 255 203 58 200 212 169 48 200 255 203 58 200 -51 255 170 30 200 255 170 30 200 212 141 25 200 255 170 30 200 -52 255 228 52 255 255 228 52 255 212 190 43 255 255 228 52 255 -53 145 109 80 255 121 91 67 255 101 76 56 255 121 91 67 255 -53:4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -54 165 132 100 255 138 110 84 255 115 92 70 255 138 110 84 255 -55 116 21 21 255 97 18 18 255 81 15 15 255 97 18 18 255 -56 115 230 255 255 105 210 232 255 88 175 194 255 105 210 232 255 -57 164 217 237 255 136 181 198 255 114 151 165 255 136 181 198 255 -58 171 138 99 255 142 115 82 255 118 96 68 255 142 115 82 255 -59 136 152 21 255 114 127 17 255 95 106 14 255 114 127 17 255 -60 123 82 51 255 103 68 43 255 86 57 36 255 103 68 43 255 -61 158 128 73 255 132 106 61 255 110 89 51 255 132 106 61 255 -62 158 128 73 255 132 106 61 255 110 89 51 255 132 106 61 255 -63 60 112 17 255 50 93 14 255 42 78 12 255 50 93 14 255 -64 129 97 69 255 108 81 57 255 90 68 47 255 108 81 57 255 -65 144 128 99 32 120 106 82 32 100 89 69 32 120 106 82 32 -66 113 109 102 180 94 91 85 180 79 76 71 180 94 91 85 180 -67 115 107 93 255 96 89 78 255 80 75 65 255 96 89 78 255 -68 111 91 54 255 88 72 43 255 55 45 27 255 44 36 21 255 -69 111 91 54 255 88 72 43 255 55 45 27 255 44 36 21 255 -70 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255 -71 255 255 255 255 229 229 229 255 191 191 191 255 229 229 229 255 -72 111 91 54 255 88 72 43 255 55 45 27 255 44 36 21 255 -73 174 107 107 255 145 89 89 255 121 75 75 255 145 89 89 255 -74 174 107 107 255 145 89 89 255 121 75 75 255 145 89 89 255 -75 255 140 61 254 217 119 52 254 181 99 43 254 217 119 52 254 -76 255 0 0 254 255 0 0 254 212 0 0 254 255 0 0 254 -77 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255 -78 237 248 255 254 237 248 255 254 198 207 212 254 237 248 255 254 -79 166 222 255 55 166 222 255 55 139 185 212 55 166 222 255 55 -80 237 248 255 255 237 248 255 255 198 207 212 255 237 248 255 255 -81 116 167 80 255 97 139 67 255 81 116 56 255 97 139 67 255 -82 234 240 255 255 216 221 235 255 180 185 196 255 216 221 235 255 -83 136 167 74 255 114 139 62 255 95 116 52 255 114 139 62 255 -84 116 97 80 255 97 81 67 255 81 68 55 255 97 81 67 255 -85 115 99 63 255 96 82 52 255 80 69 44 255 96 82 52 255 -86 255 115 0 200 204 92 0 200 126 57 0 200 102 46 0 200 -87 166 89 89 255 141 80 62 255 135 15 15 255 96 6 6 255 -88 133 109 94 255 121 97 82 255 90 70 57 255 79 59 46 255 -89 249 212 156 255 255 188 94 255 192 143 70 255 122 91 44 255 -90 140 0 196 128 120 0 196 128 140 0 196 128 120 0 196 128 -91 255 115 0 255 204 92 0 255 126 57 0 255 102 46 0 255 -92 234 234 234 255 210 210 210 255 203 203 203 255 190 190 190 255 -93 159 127 80 255 72 56 25 0 181 140 64 255 144 112 51 0 -Below - same as standard -94 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 -95 255 255 255 123 204 204 204 123 127 127 127 123 102 102 102 123 -95:1 216 127 51 123 172 101 40 123 108 63 25 123 86 50 20 123 -95:2 178 76 216 123 142 60 172 123 89 38 108 123 71 30 86 123 -95:3 102 153 216 123 81 122 172 123 51 76 108 123 40 61 86 123 -95:4 229 229 51 123 183 183 40 123 114 114 25 123 91 91 20 123 -95:5 127 204 25 123 101 163 20 123 63 102 12 123 50 81 10 123 -95:6 242 127 165 123 193 101 132 123 121 63 82 123 96 50 66 123 -95:7 76 76 76 123 60 60 60 123 38 38 38 123 30 30 30 123 -95:8 153 153 153 123 122 122 122 123 76 76 76 123 61 61 61 123 -95:9 76 127 153 123 60 101 122 123 38 63 76 123 30 50 61 123 -95:10 127 63 178 123 101 50 142 123 63 31 89 123 50 25 71 123 -95:11 51 76 178 123 40 60 142 123 25 38 89 123 20 30 71 123 -95:12 102 76 51 123 81 60 40 123 51 38 25 123 40 30 20 123 -95:13 102 127 51 123 81 101 40 123 51 63 25 123 40 50 20 123 -95:14 153 51 51 123 122 40 40 123 76 25 25 123 61 20 20 123 -95:15 25 25 25 123 20 20 20 123 12 12 12 123 10 10 10 123 -96 126 93 45 219 100 74 36 219 63 46 22 219 50 37 18 219 -97 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 -97:1 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -97:2 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -98 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -98:1 114 119 106 255 91 95 84 255 57 59 53 255 45 47 42 255 -98:2 118 118 118 255 94 94 94 255 59 59 59 255 47 47 47 255 -98:3 118 118 118 255 94 94 94 255 59 59 59 255 47 47 47 255 -99 202 171 120 255 161 136 96 255 101 85 60 255 80 68 48 255 -99:1 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:4 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:7 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:10 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 -99:14 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 -99:15 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 -100 202 171 120 255 161 136 96 255 101 85 60 255 80 68 48 255 -100:1 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:4 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:7 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:10 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 -100:14 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 -100:15 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 -101 109 108 106 115 87 86 84 115 54 54 53 115 43 43 42 115 -102 218 240 244 70 174 192 195 70 109 120 122 70 87 96 97 70 -103 141 145 36 255 112 116 28 255 70 72 18 255 56 58 14 255 -104 90 112 56 34 72 89 44 34 45 56 28 34 36 44 22 34 -105 90 112 56 34 72 89 44 34 45 56 28 34 36 44 22 34 -106 54 73 23 138 43 58 18 138 27 36 11 138 21 29 9 138 -107 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -108 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 -109 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -110 113 88 73 255 90 70 58 255 56 44 36 255 45 35 29 255 -111 14 59 22 0 11 47 17 0 7 29 11 0 5 23 8 0 -112 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 -113 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 -114 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 -115 106 14 30 42 84 11 24 42 53 7 15 42 42 5 12 42 -115:1 108 15 22 120 86 12 17 120 54 7 11 120 43 6 8 120 -115:2 108 15 22 120 86 12 17 120 54 7 11 120 43 6 8 120 -115:3 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 -115:4 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 -115:5 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 -115:6 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 -115:7 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 -116 41 43 46 191 32 34 36 191 20 21 23 191 16 17 18 191 -117 106 106 106 255 84 84 84 255 53 53 53 255 42 42 42 255 -118 62 62 62 231 49 49 49 231 31 31 31 231 24 24 24 231 -119 20 18 29 255 16 14 23 255 10 9 14 255 8 7 11 255 -120 147 160 123 207 117 128 98 207 73 80 61 207 58 64 49 207 -121 221 223 165 255 176 178 132 255 110 111 82 255 88 89 66 255 -122 12 9 15 255 9 7 12 255 6 4 7 255 4 3 6 255 -123 70 43 26 255 56 34 20 255 35 21 13 255 28 17 10 255 -124 119 89 55 255 95 71 44 255 59 44 27 255 47 35 22 255 -125 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -125:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -125:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -125:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -125:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -125:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -125:9 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -125:10 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -125:11 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -125:12 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -125:13 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -126 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -126:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -126:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -126:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -126:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -126:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -126:9 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -126:10 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -126:11 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -126:12 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -126:13 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -127 145 80 30 131 116 64 24 131 72 40 15 131 58 32 12 131 -128 216 209 157 255 172 167 125 255 108 104 78 255 86 83 62 255 -129 109 128 116 255 87 102 92 255 54 64 58 255 43 51 46 255 -130:2 20 31 32 199 16 24 25 199 10 15 16 199 8 12 12 199 -130:3 20 31 32 199 16 24 25 199 10 15 16 199 8 12 12 199 -130:4 34 49 44 195 27 39 35 195 17 24 22 195 13 19 17 195 -130:5 16 28 32 195 12 22 25 195 8 14 16 195 6 11 12 195 -131 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -133 81 217 117 255 64 173 93 255 40 108 58 255 32 86 46 255 -134 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -135 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -136 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -137 178 137 111 255 142 109 88 255 89 68 55 255 71 54 44 255 -138 218 240 244 70 174 192 195 70 109 120 122 70 87 96 97 70 -139 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 -139:1 103 121 103 255 82 96 82 255 51 60 51 255 41 48 41 255 -140 118 65 51 49 94 52 40 49 59 32 25 49 47 26 20 49 -141 1 171 16 9 0 136 12 9 0 85 8 9 0 68 6 9 -141:2 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 -141:3 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 -141:4 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -141:5 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -141:6 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -141:7 21 128 2 111 16 102 1 111 10 64 1 111 8 51 0 111 -142 1 171 16 9 0 136 12 9 0 85 8 9 0 68 6 9 -142:2 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 -142:3 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 -142:4 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -142:5 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -142:6 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 -142:7 34 170 36 105 27 136 28 105 17 85 18 105 13 68 14 105 -143 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 -145 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 -146 118 87 39 199 94 69 31 199 59 43 19 199 47 34 15 199 -146:1 118 87 38 195 94 69 30 195 59 43 19 195 47 34 15 195 -146:2 119 87 39 199 95 69 31 199 59 43 19 199 47 34 15 199 -146:3 119 88 42 195 95 70 33 195 59 44 21 195 47 35 16 195 -146:5 123 89 37 209 98 71 29 209 61 44 18 209 49 35 14 209 -146:6 119 87 39 199 95 69 31 199 59 43 19 199 47 34 15 199 -146:7 126 92 41 209 100 73 32 209 63 46 20 209 50 36 16 209 -146:9 125 91 38 209 100 72 30 209 62 45 19 209 50 36 15 209 -146:10 119 87 39 199 95 69 31 199 59 43 19 199 47 34 15 199 -146:11 122 89 38 209 97 71 30 209 61 44 19 209 48 35 15 209 -147 249 236 78 255 199 188 62 255 124 118 39 255 99 94 31 255 -148 219 219 219 255 175 175 175 255 109 109 109 255 87 87 87 255 -149 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 -150 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 -151 66 55 35 255 52 44 28 255 33 27 17 255 26 22 14 255 -152 171 27 9 255 136 21 7 255 85 13 4 255 68 10 3 255 -153 125 84 79 255 100 67 63 255 62 42 39 255 50 33 31 255 -154 62 62 62 255 49 49 49 255 31 31 31 255 24 24 24 255 -155 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 -155:1 231 228 220 255 184 182 176 255 115 114 110 255 92 91 88 255 -155:2 231 227 219 255 184 181 175 255 115 113 109 255 92 90 87 255 -155:3 232 229 221 255 185 183 176 255 116 114 110 255 92 91 88 255 -155:4 231 227 219 255 184 181 175 255 115 113 109 255 92 90 87 255 -156 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 -157 104 83 71 155 83 66 56 155 52 41 35 155 41 33 28 155 -157:8 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -157:9 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -157:10 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -157:11 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -157:12 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -157:13 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 -158 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 -158:2 113 113 113 255 90 90 90 255 56 56 56 255 45 45 45 255 -158:3 113 113 113 255 90 90 90 255 56 56 56 255 45 45 45 255 -158:4 116 116 116 255 92 92 92 255 58 58 58 255 46 46 46 255 -158:5 113 113 113 255 90 90 90 255 56 56 56 255 45 45 45 255 -159 209 178 161 255 167 142 128 255 104 89 80 255 83 71 64 255 -159:1 161 83 37 255 128 66 29 255 80 41 18 255 64 33 14 255 -159:2 149 88 108 255 119 70 86 255 74 44 54 255 59 35 43 255 -159:3 113 108 137 255 90 86 109 255 56 54 68 255 45 43 54 255 -159:4 186 133 35 255 148 106 28 255 93 66 17 255 74 53 14 255 -159:5 103 117 52 255 82 93 41 255 51 58 26 255 41 46 20 255 -159:6 161 78 78 255 128 62 62 255 80 39 39 255 64 31 31 255 -159:7 57 42 35 255 45 33 28 255 28 21 17 255 22 16 14 255 -159:8 135 106 97 255 108 84 77 255 67 53 48 255 54 42 38 255 -159:9 86 91 91 255 68 72 72 255 43 45 45 255 34 36 36 255 -159:10 118 70 86 255 94 56 68 255 59 35 43 255 47 28 34 255 -159:11 74 59 91 255 59 47 72 255 37 29 45 255 29 23 36 255 -159:12 77 51 35 255 61 40 28 255 38 25 17 255 30 20 14 255 -159:13 76 83 42 255 60 66 33 255 38 41 21 255 30 33 16 255 -159:14 143 61 46 255 114 48 36 255 71 30 23 255 57 24 18 255 -159:15 37 22 16 255 29 17 12 255 18 11 8 255 14 8 6 255 -160 255 255 255 123 204 204 204 123 127 127 127 123 102 102 102 123 -160:1 216 127 51 123 172 101 40 123 108 63 25 123 86 50 20 123 -160:2 178 76 216 123 142 60 172 123 89 38 108 123 71 30 86 123 -160:3 102 153 216 123 81 122 172 123 51 76 108 123 40 61 86 123 -160:4 229 229 51 123 183 183 40 123 114 114 25 123 91 91 20 123 -160:5 127 204 25 123 101 163 20 123 63 102 12 123 50 81 10 123 -160:6 242 127 165 123 193 101 132 123 121 63 82 123 96 50 66 123 -160:7 76 76 76 123 60 60 60 123 38 38 38 123 30 30 30 123 -160:8 153 153 153 123 122 122 122 123 76 76 76 123 61 61 61 123 -160:9 76 127 153 123 60 101 122 123 38 63 76 123 30 50 61 123 -160:10 127 63 178 123 101 50 142 123 63 31 89 123 50 25 71 123 -160:11 51 76 178 123 40 60 142 123 25 38 89 123 20 30 71 123 -160:12 102 76 51 123 81 60 40 123 51 38 25 123 40 30 20 123 -160:13 102 127 51 123 81 101 40 123 51 63 25 123 40 50 20 123 -160:14 153 51 51 123 122 40 40 123 76 25 25 123 61 20 20 123 -160:15 25 25 25 123 20 20 20 123 12 12 12 123 10 10 10 123 -161 66 88 28 154 52 70 22 154 33 44 14 154 26 35 11 154 -162 105 99 89 255 84 79 71 255 52 49 44 255 42 39 35 255 -162:1 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 -162:4 154 91 64 255 123 72 51 255 77 45 32 255 61 36 25 255 -162:5 104 81 48 255 83 64 38 255 52 40 24 255 41 32 19 255 -162:9 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 -162:13 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 -163 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -164 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -170 157 116 18 255 125 92 14 255 78 58 9 255 62 46 7 255 -171 221 221 221 255 176 176 176 255 110 110 110 255 88 88 88 255 -171:1 219 125 62 255 175 100 49 255 109 62 31 255 87 50 24 255 -171:2 179 80 188 255 143 64 150 255 89 40 94 255 71 32 75 255 -171:3 106 138 201 255 84 110 160 255 53 69 100 255 42 55 80 255 -171:4 177 166 39 255 141 132 31 255 88 83 19 255 70 66 15 255 -171:5 65 174 56 255 52 139 44 255 32 87 28 255 26 69 22 255 -171:6 208 132 153 255 166 105 122 255 104 66 76 255 83 52 61 255 -171:7 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 -171:8 154 161 161 255 123 128 128 255 77 80 80 255 61 64 64 255 -171:9 46 110 137 255 36 88 109 255 23 55 68 255 18 44 54 255 -171:10 126 61 181 255 100 48 144 255 63 30 90 255 50 24 72 255 -171:11 46 56 141 255 36 44 112 255 23 28 70 255 18 22 56 255 -171:12 79 50 31 255 63 40 24 255 39 25 15 255 31 20 12 255 -171:13 53 70 27 255 42 56 21 255 26 35 13 255 21 28 10 255 -171:14 150 52 48 255 120 41 38 255 75 26 24 255 60 20 19 255 -171:15 25 22 22 255 20 17 17 255 12 11 11 255 10 8 8 255 -172 150 92 66 255 120 73 52 255 75 46 33 255 60 36 26 255 -173 18 18 18 255 14 14 14 255 9 9 9 255 7 7 7 255 -174 165 194 245 255 132 155 196 255 82 97 122 255 66 77 98 255 -175 65 109 43 51 52 87 34 51 32 54 21 51 26 43 17 51 -175:1 142 148 132 86 113 118 105 86 71 74 66 86 56 59 52 86 -175:2 72 89 44 138 57 71 35 138 36 44 22 138 28 35 17 138 -175:3 72 90 45 158 57 72 36 158 36 45 22 158 28 36 18 158 -175:4 69 64 3 185 55 51 2 185 34 32 1 185 27 25 1 185 -175:5 54 88 59 147 43 70 47 147 27 44 29 147 21 35 23 147 -175:8 67 111 45 26 53 88 36 26 33 55 22 26 26 44 18 26 -175:9 148 148 140 83 118 118 112 83 74 74 70 83 59 59 56 83 -175:10 76 94 47 92 60 75 37 92 38 47 23 92 30 37 18 92 -175:11 74 91 46 122 59 72 36 122 37 45 23 122 29 36 18 122 -175:12 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 -175:13 132 133 141 129 105 106 112 129 66 66 70 129 52 53 56 129 -178 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 -179 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 -180 165 84 29 255 132 67 23 255 82 42 14 255 66 33 11 255 -181 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 -182 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 -183 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -184 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -185 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -186 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -187 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -188 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 -189 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 -190 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 -191 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 -192 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 -193 96 74 49 255 76 59 39 255 48 37 24 255 38 29 19 255 -194 217 210 179 255 173 168 143 255 108 105 89 255 86 84 71 255 -195 151 113 85 207 120 90 68 207 75 56 42 207 60 45 34 207 -196 161 93 58 183 128 74 46 183 80 46 29 183 64 37 23 183 -197 69 47 25 255 55 37 20 255 34 23 12 255 27 18 10 255 - -Biome Mapping -[RAINFOREST] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 -[SWAMPLAND] 64 128 0 255 51 102 0 255 32 64 0 255 26 51 0 255 -[SEASONAL_FOREST] 51 165 42 255 41 132 34 255 26 83 21 255 20 66 17 255 -[FOREST] 0 128 64 255 0 102 51 255 0 64 32 255 0 51 26 255 -[SAVANNA] 58 58 58 255 46 46 46 255 29 29 29 255 23 23 23 255 -[SHRUBLAND] 170 158 24 255 136 126 19 255 85 79 12 255 68 63 10 255 -[TAIGA] 204 255 102 255 163 204 82 255 102 128 51 255 82 102 41 255 -[DESERT] 255 255 102 255 204 204 82 255 128 128 51 255 102 102 41 255 -[PLAINS] 255 204 102 255 204 163 82 255 128 102 51 255 102 82 41 255 -[ICE_DESERT] 26 33 103 255 21 26 82 255 13 17 52 255 10 13 41 255 -[TUNDRA] 222 222 222 255 178 178 178 255 111 111 111 255 89 89 89 255 -[HELL] 255 0 0 255 204 0 0 255 128 0 0 255 102 0 0 255 -[SKY] 102 204 255 255 82 163 204 255 51 102 128 255 41 82 102 255 -[OCEAN] 0 0 255 255 0 0 204 255 0 0 128 255 0 0 102 255 -[RIVER] 0 128 255 255 0 102 204 255 0 64 128 255 0 51 102 255 -[EXTREME_HILLS] 128 64 0 255 102 51 0 255 64 32 0 255 51 26 0 255 -[FROZEN_OCEAN] 102 255 204 255 82 204 163 255 51 128 102 255 41 102 82 255 -[FROZEN_RIVER] 102 102 255 255 82 82 204 255 51 51 128 255 41 41 102 255 -[ICE_PLAINS] 102 255 255 255 82 204 204 255 51 128 128 255 41 102 102 255 -[ICE_MOUNTAINS] 255 255 255 255 204 204 204 255 128 128 128 255 102 102 102 255 -[MUSHROOM_ISLAND] 255 111 207 255 204 89 166 255 128 56 104 255 102 44 83 255 -[MUSHROOM_SHORE] 255 0 128 255 204 0 102 255 128 0 64 255 102 0 51 255 -[BEACH] 255 206 75 255 230 185 68 255 255 206 75 255 179 144 53 255 -[DESERT_HILLS] 255 146 51 255 230 131 46 255 255 146 51 255 179 102 36 255 -[FOREST_HILLS] 0 162 100 255 0 146 90 255 0 162 100 255 0 113 70 255 -[TAIGA_HILLS] 178 212 117 255 160 191 105 255 178 212 117 255 125 148 82 255 -[SMALL_MOUNTAINS] 184 103 33 255 166 93 30 255 184 103 33 255 129 72 23 255 -[JUNGLE] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 -[JUNGLE_HILLS] 33 44 14 255 26 36 12 255 16 22 7 255 13 18 6 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 255 57 16 14 255 +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/plugins/dynmap/colorschemes/sphax.txt b/plugins/dynmap/colorschemes/sphax.txt index 846cba2..8b4aee8 100644 --- a/plugins/dynmap/colorschemes/sphax.txt +++ b/plugins/dynmap/colorschemes/sphax.txt @@ -1,615 +1,19769 @@ -1 118 115 107 255 94 92 85 255 59 57 53 255 47 46 42 255 -1:1 142 96 76 255 113 76 60 255 71 48 38 255 56 38 30 255 -1:2 152 104 82 255 121 83 65 255 76 52 41 255 60 41 32 255 -1:3 181 184 181 255 144 147 144 255 90 92 90 255 72 73 72 255 -1:4 186 189 186 255 148 151 148 255 93 94 93 255 74 75 74 255 -1:5 121 117 104 255 96 93 83 255 60 58 52 255 48 46 41 255 -1:6 119 115 103 255 95 92 82 255 59 57 51 255 47 46 41 255 -2 42 80 22 255 33 64 17 255 21 40 11 255 16 32 8 255 -3 86 60 40 255 68 48 32 255 43 30 20 255 34 24 16 255 -3:2 49 41 27 255 39 32 21 255 24 20 13 255 19 16 10 255 -4 98 94 87 255 78 75 69 255 49 47 43 255 39 37 34 255 -5 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 -5:1 79 53 25 255 63 42 20 255 39 26 12 255 31 21 10 255 -5:2 183 142 82 255 146 113 65 255 91 71 41 255 73 56 32 255 -5:3 107 64 33 255 85 51 26 255 53 32 16 255 42 25 13 255 -5:4 132 80 52 255 105 64 41 255 66 40 26 255 52 32 20 255 -5:5 46 33 18 255 36 26 14 255 23 16 9 255 18 13 7 255 -6 50 74 19 97 40 59 15 97 25 37 9 97 20 29 7 97 -6:1 11 40 27 75 8 32 21 75 5 20 13 75 4 16 10 75 -6:2 110 123 66 51 88 98 52 51 55 61 33 51 44 49 26 51 -6:3 67 81 22 87 53 64 17 87 33 40 11 87 26 32 8 87 -6:4 70 79 16 91 56 63 12 91 35 39 8 91 28 31 6 91 -6:5 47 70 19 102 37 56 15 102 23 35 9 102 18 28 7 102 -6:9 11 40 27 75 8 32 21 75 5 20 13 75 4 16 10 75 -6:10 110 123 66 51 88 98 52 51 55 61 33 51 44 49 26 51 -6:11 67 81 22 87 53 64 17 87 33 40 11 87 26 32 8 87 -6:12 70 79 16 91 56 63 12 91 35 39 8 91 28 31 6 91 -6:13 47 70 19 102 37 56 15 102 23 35 9 102 18 28 7 102 -7 23 23 24 255 18 18 19 255 11 11 12 255 9 9 9 255 -8 107 212 243 179 85 169 194 179 53 106 121 179 42 84 97 179 -9 98 204 243 179 78 163 194 179 49 102 121 179 39 81 97 179 -9:1 107 212 243 179 85 169 194 179 53 106 121 179 42 84 97 179 -9:2 107 212 243 179 85 169 194 179 53 106 121 179 42 84 97 179 -9:3 107 212 243 179 85 169 194 179 53 106 121 179 42 84 97 179 -9:4 107 212 243 179 85 169 194 179 53 106 121 179 42 84 97 179 -9:5 107 212 243 179 85 169 194 179 53 106 121 179 42 84 97 179 -9:6 107 212 243 179 85 169 194 179 53 106 121 179 42 84 97 179 -9:7 107 212 243 179 85 169 194 179 53 106 121 179 42 84 97 179 -10 179 102 3 255 143 81 2 255 89 51 1 255 71 40 1 255 -11 164 87 4 255 131 69 3 255 82 43 2 255 65 34 1 255 -12 206 184 112 255 164 147 89 255 103 92 56 255 82 73 44 255 -12:1 165 100 44 255 132 80 35 255 82 50 22 255 66 40 17 255 -13 138 127 123 255 110 101 98 255 69 63 61 255 55 50 49 255 -14 132 126 95 255 105 100 76 255 66 63 47 255 52 50 38 255 -15 133 127 114 255 106 101 91 255 66 63 57 255 53 50 45 255 -16 101 98 92 255 80 78 73 255 50 49 46 255 40 39 36 255 -17 161 128 80 255 128 102 64 255 80 64 40 255 64 51 32 255 -17:1 94 71 40 255 75 56 32 255 47 35 20 255 37 28 16 255 -17:2 163 136 85 255 130 108 68 255 81 68 42 255 65 54 34 255 -17:3 145 110 68 255 116 88 54 255 72 55 34 255 58 44 27 255 -17:4 91 72 43 255 72 57 34 255 45 36 21 255 36 28 17 255 -17:5 41 26 8 255 32 20 6 255 20 13 4 255 16 10 3 255 -17:6 207 209 200 255 165 167 160 255 103 104 100 255 82 83 80 255 -17:7 84 67 26 255 67 53 20 255 42 33 13 255 33 26 10 255 -17:8 91 72 43 255 72 57 34 255 45 36 21 255 36 28 17 255 -17:9 41 26 8 255 32 20 6 255 20 13 4 255 16 10 3 255 -17:10 207 209 200 255 165 167 160 255 103 104 100 255 82 83 80 255 -17:11 84 67 26 255 67 53 20 255 42 33 13 255 33 26 10 255 -17:12 91 72 43 255 72 57 34 255 45 36 21 255 36 28 17 255 -17:13 41 26 8 255 32 20 6 255 20 13 4 255 16 10 3 255 -17:14 207 209 200 255 165 167 160 255 103 104 100 255 82 83 80 255 -17:15 84 67 26 255 67 53 20 255 42 33 13 255 33 26 10 255 -18 32 67 20 232 25 53 16 232 16 33 10 232 12 26 8 232 -18:1 39 68 33 208 31 54 26 208 19 34 16 208 15 27 13 208 -18:2 67 88 45 220 53 70 36 220 33 44 22 220 26 35 18 220 -18:3 29 59 16 240 23 47 12 240 14 29 8 240 11 23 6 240 -18:5 39 68 33 208 31 54 26 208 19 34 16 208 15 27 13 208 -18:6 67 88 45 220 53 70 36 220 33 44 22 220 26 35 18 220 -18:7 29 59 16 240 23 47 12 240 14 29 8 240 11 23 6 240 -18:9 39 68 33 208 31 54 26 208 19 34 16 208 15 27 13 208 -18:10 67 88 45 220 53 70 36 220 33 44 22 220 26 35 18 220 -18:11 29 59 16 240 23 47 12 240 14 29 8 240 11 23 6 240 -18:13 39 68 33 208 31 54 26 208 19 34 16 208 15 27 13 208 -18:14 67 88 45 220 53 70 36 220 33 44 22 220 26 35 18 220 -18:15 29 59 16 240 23 47 12 240 14 29 8 240 11 23 6 240 -19 210 210 76 255 168 168 60 255 105 105 38 255 84 84 30 255 -19:1 171 174 68 255 136 139 54 255 85 87 34 255 68 69 27 255 -20 113 95 70 87 90 76 56 87 56 47 35 87 45 38 28 87 -21 103 102 113 255 82 81 90 255 51 51 56 255 41 40 45 255 -22 34 53 135 255 27 42 108 255 17 26 67 255 13 21 54 255 -23 92 83 71 255 73 66 56 255 46 41 35 255 36 33 28 255 -23:1 96 90 79 255 76 72 63 255 48 45 39 255 38 36 31 255 -23:9 96 90 79 255 76 72 63 255 48 45 39 255 38 36 31 255 -24 236 228 167 255 188 182 133 255 118 114 83 255 94 91 66 255 -25 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 -26 66 86 109 255 52 68 87 255 33 43 54 255 26 34 43 255 -26:8 177 185 185 255 141 148 148 255 88 92 92 255 70 74 74 255 -26:9 177 185 185 255 141 148 148 255 88 92 92 255 70 74 74 255 -26:10 177 185 185 255 141 148 148 255 88 92 92 255 70 74 74 255 -26:11 177 185 185 255 141 148 148 255 88 92 92 255 70 74 74 255 -27 113 97 61 198 90 77 48 198 56 48 30 198 45 38 24 198 -27:8 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 -27:9 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 -27:10 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 -27:11 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 -27:12 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 -27:13 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 -28 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 -29 99 95 85 255 79 76 68 255 49 47 42 255 39 38 34 255 -29:1 81 73 35 255 64 58 28 255 40 36 17 255 32 29 14 255 -29:2 96 87 69 255 76 69 55 255 48 43 34 255 38 34 27 255 -29:3 96 87 69 255 76 69 55 255 48 43 34 255 38 34 27 255 -29:4 96 87 69 255 76 69 55 255 48 43 34 255 38 34 27 255 -29:5 96 87 69 255 76 69 55 255 48 43 34 255 38 34 27 255 -29:9 93 82 65 255 74 65 52 255 46 41 32 255 37 32 26 255 -29:10 97 91 76 207 77 72 60 207 48 45 38 207 38 36 30 207 -29:11 97 91 76 207 77 72 60 207 48 45 38 207 38 36 30 207 -29:12 97 91 76 207 77 72 60 207 48 45 38 207 38 36 30 207 -29:13 97 91 76 207 77 72 60 207 48 45 38 207 38 36 30 207 -30 255 255 255 78 204 204 204 78 127 127 127 78 102 102 102 78 -31 106 67 26 50 84 53 20 50 53 33 13 50 42 26 10 50 -31:1 32 61 17 98 25 48 13 98 16 30 8 98 12 24 6 98 -31:2 32 60 17 81 25 48 13 81 16 30 8 81 12 24 6 81 -32 106 67 26 50 84 53 20 50 53 33 13 50 42 26 10 50 -33 99 95 85 255 79 76 68 255 49 47 42 255 39 38 34 255 -33:1 79 59 30 255 63 47 24 255 39 29 15 255 31 23 12 255 -33:2 96 87 69 255 76 69 55 255 48 43 34 255 38 34 27 255 -33:3 96 87 69 255 76 69 55 255 48 43 34 255 38 34 27 255 -33:4 96 87 69 255 76 69 55 255 48 43 34 255 38 34 27 255 -33:5 96 87 69 255 76 69 55 255 48 43 34 255 38 34 27 255 -33:9 93 82 65 255 74 65 52 255 46 41 32 255 37 32 26 255 -33:10 97 91 76 207 77 72 60 207 48 45 38 207 38 36 30 207 -33:11 97 91 76 207 77 72 60 207 48 45 38 207 38 36 30 207 -33:12 97 91 76 207 77 72 60 207 48 45 38 207 38 36 30 207 -33:13 97 91 76 207 77 72 60 207 48 45 38 207 38 36 30 207 -34 96 83 68 255 76 66 54 255 48 41 34 255 38 33 27 255 -34:1 81 60 32 255 64 48 25 255 40 30 16 255 32 24 12 255 -34:2 96 76 46 111 76 60 36 111 48 38 23 111 38 30 18 111 -34:3 96 76 46 111 76 60 36 111 48 38 23 111 38 30 18 111 -34:4 96 76 46 111 76 60 36 111 48 38 23 111 38 30 18 111 -34:5 96 76 46 111 76 60 36 111 48 38 23 111 38 30 18 111 -34:9 83 74 37 255 66 59 29 255 41 37 18 255 33 29 14 255 -34:10 96 76 46 111 76 60 36 111 48 38 23 111 38 30 18 111 -34:11 96 76 46 111 76 60 36 111 48 38 23 111 38 30 18 111 -34:12 96 76 46 111 76 60 36 111 48 38 23 111 38 30 18 111 -34:13 96 76 46 111 76 60 36 111 48 38 23 111 38 30 18 111 -35 236 236 236 255 188 188 188 255 118 118 118 255 94 94 94 255 -35:1 232 120 43 255 185 96 34 255 116 60 21 255 92 48 17 255 -35:2 185 57 196 255 148 45 156 255 92 28 98 255 74 22 78 255 -35:3 82 121 205 255 65 96 164 255 41 60 102 255 32 48 82 255 -35:4 209 194 29 255 167 155 23 255 104 97 14 255 83 77 11 255 -35:5 53 177 42 255 42 141 33 255 26 88 21 255 21 70 16 255 -35:6 215 127 151 255 172 101 120 255 107 63 75 255 86 50 60 255 -35:7 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 -35:8 136 146 146 255 108 116 116 255 68 73 73 255 54 58 58 255 -35:9 41 124 159 255 32 99 127 255 20 62 79 255 16 49 63 255 -35:10 124 47 192 255 99 37 153 255 62 23 96 255 49 18 76 255 -35:11 36 48 147 255 28 38 117 255 18 24 73 255 14 19 58 255 -35:12 80 47 25 255 64 37 20 255 40 23 12 255 32 18 10 255 -35:13 52 72 22 255 41 57 17 255 26 36 11 255 20 28 8 255 -35:14 154 41 37 255 123 32 29 255 77 20 18 255 61 16 14 255 -35:15 11 11 11 255 8 8 8 255 5 5 5 255 4 4 4 255 -37 144 148 34 56 115 118 27 56 72 74 17 56 57 59 13 56 -38 105 30 18 53 84 24 14 53 52 15 9 53 42 12 7 53 -38:1 28 113 155 76 22 90 124 76 14 56 77 76 11 45 62 76 -38:2 149 107 186 59 119 85 148 59 74 53 93 59 59 42 74 59 -38:3 150 153 167 73 120 122 133 73 75 76 83 73 60 61 66 73 -38:4 76 57 17 66 60 45 13 66 38 28 8 66 30 22 6 66 -38:5 85 73 22 66 68 58 17 66 42 36 11 66 34 29 8 66 -38:6 88 111 76 67 70 88 60 67 44 55 38 67 35 44 30 67 -38:7 92 99 80 66 73 79 64 66 46 49 40 66 36 39 32 66 -38:8 159 166 146 59 127 132 116 59 79 83 73 59 63 66 58 59 -39 152 117 89 44 121 93 71 44 76 58 44 44 60 46 35 44 -40 170 101 83 35 136 80 66 35 85 50 41 35 68 40 33 35 -41 208 182 36 255 166 145 28 255 104 91 18 255 83 72 14 255 -42 137 140 130 255 109 112 104 255 68 70 65 255 54 56 52 255 -43 155 152 144 255 124 121 115 255 77 76 72 255 62 60 57 255 -43:1 236 228 167 255 188 182 133 255 118 114 83 255 94 91 66 255 -43:2 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 -43:3 98 94 87 255 78 75 69 255 49 47 43 255 39 37 34 255 -43:4 124 63 47 255 99 50 37 255 62 31 23 255 49 25 18 255 -43:5 118 118 114 255 94 94 91 255 59 59 57 255 47 47 45 255 -43:6 44 21 25 255 35 16 20 255 22 10 12 255 17 8 10 255 -43:7 235 233 227 255 188 186 181 255 117 116 113 255 94 93 90 255 -43:8 159 154 150 255 127 123 120 255 79 77 75 255 63 61 60 255 -43:9 242 230 174 255 193 184 139 255 121 115 87 255 96 92 69 255 -43:10 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 -43:11 101 95 91 255 80 76 72 255 50 47 45 255 40 38 36 255 -43:12 124 63 47 255 99 50 37 255 62 31 23 255 49 25 18 255 -43:13 121 119 119 255 96 95 95 255 60 59 59 255 48 47 47 255 -43:14 44 21 25 255 35 16 20 255 22 10 12 255 17 8 10 255 -43:15 235 233 227 255 188 186 181 255 117 116 113 255 94 93 90 255 -44 155 152 144 255 124 121 115 255 77 76 72 255 62 60 57 255 -44:1 236 228 167 255 188 182 133 255 118 114 83 255 94 91 66 255 -44:2 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 -44:3 98 94 87 255 78 75 69 255 49 47 43 255 39 37 34 255 -44:4 124 63 47 255 99 50 37 255 62 31 23 255 49 25 18 255 -44:5 118 118 114 255 94 94 91 255 59 59 57 255 47 47 45 255 -44:6 44 21 25 255 35 16 20 255 22 10 12 255 17 8 10 255 -44:7 235 233 227 255 188 186 181 255 117 116 113 255 94 93 90 255 -44:9 236 228 167 255 188 182 133 255 118 114 83 255 94 91 66 255 -44:10 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 -44:11 98 94 87 255 78 75 69 255 49 47 43 255 39 37 34 255 -44:12 121 62 45 255 96 49 36 255 60 31 22 255 48 24 18 255 -44:13 118 118 114 255 94 94 91 255 59 59 57 255 47 47 45 255 -44:14 44 21 25 255 35 16 20 255 22 10 12 255 17 8 10 255 -44:15 235 233 227 255 188 186 181 255 117 116 113 255 94 93 90 255 -45 124 63 47 255 99 50 37 255 62 31 23 255 49 25 18 255 -46 133 74 49 255 106 59 39 255 66 37 24 255 53 29 19 255 -47 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 -48 88 90 76 255 70 72 60 255 44 45 38 255 35 36 30 255 -49 36 30 48 255 28 24 38 255 18 15 24 255 14 12 19 255 -50 72 60 45 25 57 48 36 25 36 30 22 25 28 24 18 25 -51 222 153 33 77 177 122 26 77 111 76 16 77 88 61 13 77 -52 105 103 78 186 84 82 62 186 52 51 39 186 42 41 31 186 -53 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 -54 94 51 30 197 75 40 24 197 47 25 15 197 37 20 12 197 -54:4 97 45 25 210 77 36 20 210 48 22 12 210 38 18 10 210 -54:5 97 45 25 210 77 36 20 210 48 22 12 210 38 18 10 210 -54:6 97 45 25 210 77 36 20 210 48 22 12 210 38 18 10 210 -54:7 97 45 25 210 77 36 20 210 48 22 12 210 38 18 10 210 -54:8 96 45 25 210 76 36 20 210 48 22 12 210 38 18 10 210 -54:9 96 45 25 210 76 36 20 210 48 22 12 210 38 18 10 210 -54:10 96 45 25 210 76 36 20 210 48 22 12 210 38 18 10 210 -54:11 96 45 25 210 76 36 20 210 48 22 12 210 38 18 10 210 -55 160 160 160 15 128 128 128 15 80 80 80 15 64 64 64 15 -56 127 134 126 255 101 107 100 255 63 67 63 255 50 53 50 255 -57 122 147 131 255 97 117 104 255 61 73 65 255 48 58 52 255 -58 205 196 172 255 164 156 137 255 102 98 86 255 82 78 68 255 -59 69 124 1 13 55 99 0 13 34 62 0 13 27 49 0 13 -59:1 85 127 35 35 68 101 28 35 42 63 17 35 34 50 14 35 -59:2 82 115 40 74 65 92 32 74 41 57 20 74 32 46 16 74 -59:3 86 131 48 110 68 104 38 110 43 65 24 110 34 52 19 110 -59:4 121 148 54 130 96 118 43 130 60 74 27 130 48 59 21 130 -59:5 149 153 61 149 119 122 48 149 74 76 30 149 59 61 24 149 -59:6 173 157 67 168 138 125 53 168 86 78 33 168 69 62 26 168 -59:7 187 153 64 185 149 122 51 185 93 76 32 185 74 61 25 185 -59:8 187 153 64 185 149 122 51 185 93 76 32 185 74 61 25 185 -59:9 187 153 64 185 149 122 51 185 93 76 32 185 74 61 25 185 -59:10 187 153 64 185 149 122 51 185 93 76 32 185 74 61 25 185 -59:11 187 153 64 185 149 122 51 185 93 76 32 185 74 61 25 185 -59:12 187 153 64 185 149 122 51 185 93 76 32 185 74 61 25 185 -59:13 187 153 64 185 149 122 51 185 93 76 32 185 74 61 25 185 -59:14 187 153 64 185 149 122 51 185 93 76 32 185 74 61 25 185 -59:15 187 153 64 185 149 122 51 185 93 76 32 185 74 61 25 185 -60 93 59 33 255 74 47 26 255 46 29 16 255 37 23 13 255 -60:1 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 -60:2 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 -60:3 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 -60:4 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 -60:5 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 -60:6 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 -60:7 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 -60:8 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 -60:9 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 -60:10 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 -60:11 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 -60:12 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 -60:13 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 -60:14 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 -60:15 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 -61:2 92 83 71 255 73 66 56 255 46 41 35 255 36 33 28 255 -61:3 92 83 71 255 73 66 56 255 46 41 35 255 36 33 28 255 -61:4 92 83 71 255 73 66 56 255 46 41 35 255 36 33 28 255 -61:5 92 83 71 255 73 66 56 255 46 41 35 255 36 33 28 255 -62:2 92 83 71 255 73 66 56 255 46 41 35 255 36 33 28 255 -62:3 92 83 71 255 73 66 56 255 46 41 35 255 36 33 28 255 -62:4 92 83 71 255 73 66 56 255 46 41 35 255 36 33 28 255 -62:5 92 83 71 255 73 66 56 255 46 41 35 255 36 33 28 255 -63 120 92 53 10 96 73 42 10 60 46 26 10 48 36 21 10 -64 88 70 43 239 70 56 34 239 44 35 21 239 35 28 17 239 -65 75 61 40 225 60 48 32 225 37 30 20 225 30 24 16 225 -66 84 78 72 177 67 62 57 177 42 39 36 177 33 31 28 177 -66:6 85 79 73 137 68 63 58 137 42 39 36 137 34 31 29 137 -66:7 85 79 73 137 68 63 58 137 42 39 36 137 34 31 29 137 -66:8 85 79 73 137 68 63 58 137 42 39 36 137 34 31 29 137 -66:9 85 79 73 137 68 63 58 137 42 39 36 137 34 31 29 137 -67 98 94 87 255 78 75 69 255 49 47 43 255 39 37 34 255 -68 120 92 53 10 96 73 42 10 60 46 26 10 48 36 21 10 -69 101 95 91 255 80 76 72 255 50 47 45 255 40 38 36 255 -70 118 115 107 255 94 92 85 255 59 57 53 255 47 46 42 255 -71 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 -72 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 -73 128 104 97 255 102 83 77 255 64 52 48 255 51 41 38 255 -74 128 104 97 255 102 83 77 255 64 52 48 255 51 41 38 255 -75:1 65 44 31 79 52 35 24 79 32 22 15 79 26 17 12 79 -75:2 65 44 31 79 52 35 24 79 32 22 15 79 26 17 12 79 -75:3 65 44 31 79 52 35 24 79 32 22 15 79 26 17 12 79 -75:4 65 44 31 79 52 35 24 79 32 22 15 79 26 17 12 79 -75:5 65 44 31 79 52 35 24 79 32 22 15 79 26 17 12 79 -76:1 110 44 31 79 88 35 24 79 55 22 15 79 44 17 12 79 -76:2 110 44 31 79 88 35 24 79 55 22 15 79 44 17 12 79 -76:3 110 44 31 79 88 35 24 79 55 22 15 79 44 17 12 79 -76:4 110 44 31 79 88 35 24 79 55 22 15 79 44 17 12 79 -76:5 110 44 31 79 88 35 24 79 55 22 15 79 44 17 12 79 -77 121 116 112 255 96 92 89 255 60 58 56 255 48 46 44 255 -78 231 250 255 255 184 200 204 255 115 125 127 255 92 100 102 255 -79 176 229 253 149 140 183 202 149 88 114 126 149 70 91 101 149 -80 231 250 255 255 184 200 204 255 115 125 127 255 92 100 102 255 -81 94 134 70 195 75 107 56 195 47 67 35 195 37 53 28 195 -82 124 129 139 255 99 103 111 255 62 64 69 255 49 51 55 255 -83 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 -84 61 41 24 255 48 32 19 255 30 20 12 255 24 16 9 255 -85 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 -86 202 92 24 255 161 73 19 255 101 46 12 255 80 36 9 255 -87 88 19 19 255 70 15 15 255 44 9 9 255 35 7 7 255 -88 50 37 30 255 40 29 24 255 25 18 15 255 20 14 12 255 -89 161 101 0 255 128 80 0 255 80 50 0 255 64 40 0 255 -90 130 52 186 179 104 41 148 179 65 26 93 179 52 20 74 179 -91 202 92 24 255 161 73 19 255 101 46 12 255 80 36 9 255 -92 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 -93 142 132 124 255 113 105 99 255 71 66 62 255 56 52 49 255 -94 155 133 125 255 124 106 100 255 77 66 62 255 62 53 50 255 -95 245 245 245 91 196 196 196 91 122 122 122 91 98 98 98 91 -95:1 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 -95:2 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 -95:3 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 -95:4 211 211 60 106 168 168 48 106 105 105 30 106 84 84 24 106 -95:5 127 190 42 81 101 152 33 81 63 95 21 81 50 76 16 81 -95:6 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 -95:7 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 -95:8 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 -95:9 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 -95:10 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 -95:11 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 -95:12 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 -95:13 103 124 60 106 82 99 48 106 51 62 30 106 41 49 24 106 -95:14 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 -95:15 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 -96 71 59 38 255 56 47 30 255 35 29 19 255 28 23 15 255 -97 118 115 107 255 94 92 85 255 59 57 53 255 47 46 42 255 -97:1 98 94 87 255 78 75 69 255 49 47 43 255 39 37 34 255 -97:2 118 118 114 255 94 94 91 255 59 59 57 255 47 47 45 255 -98 118 118 114 255 94 94 91 255 59 59 57 255 47 47 45 255 -98:1 109 114 103 255 87 91 82 255 54 57 51 255 43 45 41 255 -98:2 111 111 106 255 88 88 84 255 55 55 53 255 44 44 42 255 -98:3 113 112 107 255 90 89 85 255 56 56 53 255 45 44 42 255 -99 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 -99:1 143 108 84 255 114 86 67 255 71 54 42 255 57 43 33 255 -99:2 143 108 84 255 114 86 67 255 71 54 42 255 57 43 33 255 -99:3 143 108 84 255 114 86 67 255 71 54 42 255 57 43 33 255 -99:4 143 108 84 255 114 86 67 255 71 54 42 255 57 43 33 255 -99:5 143 108 84 255 114 86 67 255 71 54 42 255 57 43 33 255 -99:6 143 108 84 255 114 86 67 255 71 54 42 255 57 43 33 255 -99:7 143 108 84 255 114 86 67 255 71 54 42 255 57 43 33 255 -99:8 143 108 84 255 114 86 67 255 71 54 42 255 57 43 33 255 -99:9 143 108 84 255 114 86 67 255 71 54 42 255 57 43 33 255 -99:14 143 108 84 255 114 86 67 255 71 54 42 255 57 43 33 255 -99:15 204 199 185 255 163 159 148 255 102 99 92 255 81 79 74 255 -100 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 -100:1 186 52 46 255 148 41 36 255 93 26 23 255 74 20 18 255 -100:2 186 52 46 255 148 41 36 255 93 26 23 255 74 20 18 255 -100:3 186 52 46 255 148 41 36 255 93 26 23 255 74 20 18 255 -100:4 186 52 46 255 148 41 36 255 93 26 23 255 74 20 18 255 -100:5 186 52 46 255 148 41 36 255 93 26 23 255 74 20 18 255 -100:6 186 52 46 255 148 41 36 255 93 26 23 255 74 20 18 255 -100:7 186 52 46 255 148 41 36 255 93 26 23 255 74 20 18 255 -100:8 186 52 46 255 148 41 36 255 93 26 23 255 74 20 18 255 -100:9 186 52 46 255 148 41 36 255 93 26 23 255 74 20 18 255 -100:14 186 52 46 255 148 41 36 255 93 26 23 255 74 20 18 255 -100:15 204 199 185 255 163 159 148 255 102 99 92 255 81 79 74 255 -101 109 106 80 115 87 84 64 115 54 53 40 115 43 42 32 115 -102 113 95 70 87 90 76 56 87 56 47 35 87 45 38 28 87 -103 1 101 31 255 0 80 24 255 0 50 15 255 0 40 12 255 -104 44 84 23 41 35 67 18 41 22 42 11 41 17 33 9 41 -105 44 84 23 41 35 67 18 41 22 42 11 41 17 33 9 41 -106 32 65 18 116 25 52 14 116 16 32 9 116 12 26 7 116 -107 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 -108 124 63 47 255 99 50 37 255 62 31 23 255 49 25 18 255 -109 118 118 114 255 94 94 91 255 59 59 57 255 47 47 45 255 -110 141 114 129 255 112 91 103 255 70 57 64 255 56 45 51 255 -111 15 61 23 152 12 48 18 152 7 30 11 152 6 24 9 152 -112 44 21 25 255 35 16 20 255 22 10 12 255 17 8 10 255 -113 44 21 25 255 35 16 20 255 22 10 12 255 17 8 10 255 -114 44 21 25 255 35 16 20 255 22 10 12 255 17 8 10 255 -115 84 13 23 45 67 10 18 45 42 6 11 45 33 5 9 45 -115:1 82 17 23 110 65 13 18 110 41 8 11 110 32 6 9 110 -115:2 82 17 23 110 65 13 18 110 41 8 11 110 32 6 9 110 -115:3 89 17 24 183 71 13 19 183 44 8 12 183 35 6 9 183 -115:4 89 17 24 183 71 13 19 183 44 8 12 183 35 6 9 183 -115:5 89 17 24 183 71 13 19 183 44 8 12 183 35 6 9 183 -115:6 89 17 24 183 71 13 19 183 44 8 12 183 35 6 9 183 -115:7 89 17 24 183 71 13 19 183 44 8 12 183 35 6 9 183 -116 148 80 65 255 118 64 52 255 74 40 32 255 59 32 26 255 -117 135 96 56 97 108 76 44 97 67 48 28 97 54 38 22 97 -118 38 38 38 111 30 30 30 111 19 19 19 111 15 15 15 111 -119 36 30 48 255 28 24 38 255 18 15 24 255 14 12 19 255 -120 88 116 97 255 70 92 77 255 44 58 48 255 35 46 38 255 -120:4 68 115 89 95 54 92 71 95 34 57 44 95 27 46 35 95 -120:5 68 115 89 95 54 92 71 95 34 57 44 95 27 46 35 95 -120:6 68 115 89 95 54 92 71 95 34 57 44 95 27 46 35 95 -120:7 68 115 89 95 54 92 71 95 34 57 44 95 27 46 35 95 -121 217 218 162 255 173 174 129 255 108 109 81 255 86 87 64 255 -122 19 8 23 255 15 6 18 255 9 4 11 255 7 3 9 255 -123 55 50 40 255 44 40 32 255 27 25 20 255 22 20 16 255 -124 184 171 92 255 147 136 73 255 92 85 46 255 73 68 36 255 -125 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 -125:1 79 53 25 255 63 42 20 255 39 26 12 255 31 21 10 255 -125:2 183 142 82 255 146 113 65 255 91 71 41 255 73 56 32 255 -125:3 107 64 33 255 85 51 26 255 53 32 16 255 42 25 13 255 -125:4 132 80 52 255 105 64 41 255 66 40 26 255 52 32 20 255 -125:5 46 33 18 255 36 26 14 255 23 16 9 255 18 13 7 255 -125:9 79 53 25 255 63 42 20 255 39 26 12 255 31 21 10 255 -125:10 183 142 82 255 146 113 65 255 91 71 41 255 73 56 32 255 -125:11 107 64 33 255 85 51 26 255 53 32 16 255 42 25 13 255 -125:12 132 80 52 255 105 64 41 255 66 40 26 255 52 32 20 255 -125:13 46 33 18 255 36 26 14 255 23 16 9 255 18 13 7 255 -126 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 -126:1 79 53 25 255 63 42 20 255 39 26 12 255 31 21 10 255 -126:2 183 142 82 255 146 113 65 255 91 71 41 255 73 56 32 255 -126:3 107 64 33 255 85 51 26 255 53 32 16 255 42 25 13 255 -126:4 132 80 52 255 105 64 41 255 66 40 26 255 52 32 20 255 -126:5 46 33 18 255 36 26 14 255 23 16 9 255 18 13 7 255 -126:9 79 53 25 255 63 42 20 255 39 26 12 255 31 21 10 255 -126:10 183 142 82 255 146 113 65 255 91 71 41 255 73 56 32 255 -126:11 107 64 33 255 85 51 26 255 53 32 16 255 42 25 13 255 -126:12 132 80 52 255 105 64 41 255 66 40 26 255 52 32 20 255 -126:13 46 33 18 255 36 26 14 255 23 16 9 255 18 13 7 255 -127 103 47 13 130 82 37 10 130 51 23 6 130 41 18 5 130 -128 234 225 164 255 187 180 131 255 117 112 82 255 93 90 65 255 -129 106 134 109 255 84 107 87 255 53 67 54 255 42 53 43 255 -130:2 42 46 47 197 33 36 37 197 21 23 23 197 16 18 18 197 -130:3 42 46 47 197 33 36 37 197 21 23 23 197 16 18 18 197 -130:4 42 46 47 197 33 36 37 197 21 23 23 197 16 18 18 197 -130:5 42 46 47 197 33 36 37 197 21 23 23 197 16 18 18 197 -131 101 95 91 255 80 76 72 255 50 47 45 255 40 38 36 255 -133 98 147 104 255 78 117 83 255 49 73 52 255 39 58 41 255 -134 79 53 25 255 63 42 20 255 39 26 12 255 31 21 10 255 -135 183 142 82 255 146 113 65 255 91 71 41 255 73 56 32 255 -136 107 64 33 255 85 51 26 255 53 32 16 255 42 25 13 255 -137 74 72 54 255 59 57 43 255 37 36 27 255 29 28 21 255 -138 113 95 70 87 90 76 56 87 56 47 35 87 45 38 28 87 -139 98 94 87 255 78 75 69 255 49 47 43 255 39 37 34 255 -139:1 88 90 76 255 70 72 60 255 44 45 38 255 35 36 30 255 -140 131 76 54 49 104 60 43 49 65 38 27 49 52 30 21 49 -141 32 134 12 33 25 107 9 33 16 67 6 33 12 53 4 33 -141:2 25 125 15 57 20 100 12 57 12 62 7 57 10 50 6 57 -141:3 25 125 15 57 20 100 12 57 12 62 7 57 10 50 6 57 -141:4 30 120 20 82 24 96 16 82 15 60 10 82 12 48 8 82 -141:5 30 120 20 82 24 96 16 82 15 60 10 82 12 48 8 82 -141:6 30 120 20 82 24 96 16 82 15 60 10 82 12 48 8 82 -141:7 77 115 17 111 61 92 13 111 38 57 8 111 30 46 6 111 -142 60 105 41 33 48 84 32 33 30 52 20 33 24 42 16 33 -142:2 62 109 43 57 49 87 34 57 31 54 21 57 24 43 17 57 -142:3 62 109 43 57 49 87 34 57 31 54 21 57 24 43 17 57 -142:4 69 112 43 82 55 89 34 82 34 56 21 82 27 44 17 82 -142:5 69 112 43 82 55 89 34 82 34 56 21 82 27 44 17 82 -142:6 69 112 43 82 55 89 34 82 34 56 21 82 27 44 17 82 -142:7 108 122 49 92 86 97 39 92 54 61 24 92 43 48 19 92 -143 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 -145 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 -146 94 51 30 197 75 40 24 197 47 25 15 197 37 20 12 197 -146:4 97 45 25 210 77 36 20 210 48 22 12 210 38 18 10 210 -146:5 97 45 25 210 77 36 20 210 48 22 12 210 38 18 10 210 -146:6 97 45 25 210 77 36 20 210 48 22 12 210 38 18 10 210 -146:7 97 45 25 210 77 36 20 210 48 22 12 210 38 18 10 210 -146:8 96 45 25 210 76 36 20 210 48 22 12 210 38 18 10 210 -146:9 96 45 25 210 76 36 20 210 48 22 12 210 38 18 10 210 -146:10 96 45 25 210 76 36 20 210 48 22 12 210 38 18 10 210 -146:11 96 45 25 210 76 36 20 210 48 22 12 210 38 18 10 210 -147 208 182 36 255 166 145 28 255 104 91 18 255 83 72 14 255 -148 137 140 130 255 109 112 104 255 68 70 65 255 54 56 52 255 -149 140 128 125 255 112 102 100 255 70 64 62 255 56 51 50 255 -150 153 131 127 255 122 104 101 255 76 65 63 255 61 52 50 255 -151 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 -152 167 15 15 255 133 12 12 255 83 7 7 255 66 6 6 255 -153 101 36 35 255 80 28 28 255 50 18 17 255 40 14 14 255 -154 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 -155 235 233 227 255 188 186 181 255 117 116 113 255 94 93 90 255 -155:1 234 231 224 255 187 184 179 255 117 115 112 255 93 92 89 255 -155:2 233 230 223 255 186 184 178 255 116 115 111 255 93 92 89 255 -155:3 226 223 216 255 180 178 172 255 113 111 108 255 90 89 86 255 -155:4 226 223 216 255 180 178 172 255 113 111 108 255 90 89 86 255 -156 237 235 229 255 189 188 183 255 118 117 114 255 94 94 91 255 -157 84 78 74 192 67 62 59 192 42 39 37 192 33 31 29 192 -157:8 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 -157:9 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 -157:10 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 -157:11 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 -157:12 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 -157:13 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 -158 92 83 71 255 73 66 56 255 46 41 35 255 36 33 28 255 -158:1 94 88 78 255 75 70 62 255 47 44 39 255 37 35 31 255 -159 210 178 161 255 168 142 128 255 105 89 80 255 84 71 64 255 -159:1 162 84 38 255 129 67 30 255 81 42 19 255 64 33 15 255 -159:2 151 88 109 255 120 70 87 255 75 44 54 255 60 35 43 255 -159:3 114 109 139 255 91 87 111 255 57 54 69 255 45 43 55 255 -159:4 186 134 35 255 148 107 28 255 93 67 17 255 74 53 14 255 -159:5 105 119 53 255 84 95 42 255 52 59 26 255 42 47 21 255 -159:6 162 78 79 255 129 62 63 255 81 39 39 255 64 31 31 255 -159:7 58 42 36 255 46 33 28 255 29 21 18 255 23 16 14 255 -159:8 136 108 98 255 108 86 78 255 68 54 49 255 54 43 39 255 -159:9 87 91 91 255 69 72 72 255 43 45 45 255 34 36 36 255 -159:10 119 70 86 255 95 56 68 255 59 35 43 255 47 28 34 255 -159:11 74 60 91 255 59 48 72 255 37 30 45 255 29 24 36 255 -159:12 77 51 36 255 61 40 28 255 38 25 18 255 30 20 14 255 -159:13 76 83 42 255 60 66 33 255 38 41 21 255 30 33 16 255 -159:14 144 61 47 255 115 48 37 255 72 30 23 255 57 24 18 255 -159:15 26 19 15 255 20 15 12 255 13 9 7 255 10 7 6 255 -160 245 245 245 91 196 196 196 91 122 122 122 91 98 98 98 91 -160:1 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 -160:2 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 -160:3 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 -160:4 211 211 60 106 168 168 48 106 105 105 30 106 84 84 24 106 -160:5 127 190 42 81 101 152 33 81 63 95 21 81 50 76 16 81 -160:6 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 -160:7 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 -160:8 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 -160:9 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 -160:10 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 -160:11 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 -160:12 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 -160:13 103 124 60 106 82 99 48 106 51 62 30 106 41 49 24 106 -160:14 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 -160:15 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 -161 33 69 20 209 26 55 16 209 16 34 10 209 13 27 8 209 -161:1 32 67 20 232 25 53 16 232 16 33 10 232 12 26 8 232 -161:5 32 67 20 232 25 53 16 232 16 33 10 232 12 26 8 232 -161:9 32 67 20 232 25 53 16 232 16 33 10 232 12 26 8 232 -161:13 32 67 20 232 25 53 16 232 16 33 10 232 12 26 8 232 -162 145 90 65 255 116 72 52 255 72 45 32 255 58 36 26 255 -162:1 94 71 40 255 75 56 32 255 47 35 20 255 37 28 16 255 -162:4 92 85 75 255 73 68 60 255 46 42 37 255 36 34 30 255 -162:5 41 26 8 255 32 20 6 255 20 13 4 255 16 10 3 255 -162:8 92 85 75 255 73 68 60 255 46 42 37 255 36 34 30 255 -162:9 41 26 8 255 32 20 6 255 20 13 4 255 16 10 3 255 -162:12 92 85 75 255 73 68 60 255 46 42 37 255 36 34 30 255 -162:13 41 26 8 255 32 20 6 255 20 13 4 255 16 10 3 255 -163 132 80 52 255 105 64 41 255 66 40 26 255 52 32 20 255 -164 46 33 18 255 36 26 14 255 23 16 9 255 18 13 7 255 -165 107 183 87 204 85 146 69 204 53 91 43 204 42 73 34 204 -167 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 -168 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 -168:1 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 -168:2 42 69 56 255 33 55 44 255 21 34 28 255 16 27 22 255 -169 165 192 178 255 132 153 142 255 82 96 89 255 66 76 71 255 -170 197 159 43 255 157 127 34 255 98 79 21 255 78 63 17 255 -171 236 236 236 255 188 188 188 255 118 118 118 255 94 94 94 255 -171:1 232 120 43 255 185 96 34 255 116 60 21 255 92 48 17 255 -171:2 185 57 196 255 148 45 156 255 92 28 98 255 74 22 78 255 -171:3 82 121 205 255 65 96 164 255 41 60 102 255 32 48 82 255 -171:4 209 194 29 255 167 155 23 255 104 97 14 255 83 77 11 255 -171:5 53 177 42 255 42 141 33 255 26 88 21 255 21 70 16 255 -171:6 215 127 151 255 172 101 120 255 107 63 75 255 86 50 60 255 -171:7 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 -171:8 136 146 146 255 108 116 116 255 68 73 73 255 54 58 58 255 -171:9 41 124 159 255 32 99 127 255 20 62 79 255 16 49 63 255 -171:10 124 47 192 255 99 37 153 255 62 23 96 255 49 18 76 255 -171:11 36 48 147 255 28 38 117 255 18 24 73 255 14 19 58 255 -171:12 80 47 25 255 64 37 20 255 40 23 12 255 32 18 10 255 -171:13 52 72 22 255 41 57 17 255 26 36 11 255 20 28 8 255 -171:14 154 41 37 255 123 32 29 255 77 20 18 255 61 16 14 255 -171:15 11 11 11 255 8 8 8 255 5 5 5 255 4 4 4 255 -172 152 93 67 255 121 74 53 255 76 46 33 255 60 37 26 255 -173 8 8 8 255 6 6 6 255 4 4 4 255 3 3 3 255 -174 166 208 240 255 132 166 192 255 83 104 120 255 66 83 96 255 -175 44 37 11 200 35 29 8 200 22 18 5 200 17 14 4 200 -175:8 56 35 11 159 44 28 8 159 28 17 5 159 22 14 4 159 -175:9 56 35 11 159 44 28 8 159 28 17 5 159 22 14 4 159 -175:10 56 35 11 159 44 28 8 159 28 17 5 159 22 14 4 159 -175:11 56 35 11 159 44 28 8 159 28 17 5 159 22 14 4 159 -175:12 56 35 11 159 44 28 8 159 28 17 5 159 22 14 4 159 -175:13 56 35 11 159 44 28 8 159 28 17 5 159 22 14 4 159 -175:14 56 35 11 159 44 28 8 159 28 17 5 159 22 14 4 159 -175:15 56 35 11 159 44 28 8 159 28 17 5 159 22 14 4 159 -178 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 -179 195 128 72 255 156 102 57 255 97 64 36 255 78 51 28 255 -180 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 -181 195 128 72 255 156 102 57 255 97 64 36 255 78 51 28 255 -182 195 128 72 255 156 102 57 255 97 64 36 255 78 51 28 255 -183 79 53 25 255 63 42 20 255 39 26 12 255 31 21 10 255 -184 183 142 82 255 146 113 65 255 91 71 41 255 73 56 32 255 -185 107 64 33 255 85 51 26 255 53 32 16 255 42 25 13 255 -186 46 33 18 255 36 26 14 255 23 16 9 255 18 13 7 255 -187 132 80 52 255 105 64 41 255 66 40 26 255 52 32 20 255 -188 79 53 25 255 63 42 20 255 39 26 12 255 31 21 10 255 -189 183 142 82 255 146 113 65 255 91 71 41 255 73 56 32 255 -190 107 64 33 255 85 51 26 255 53 32 16 255 42 25 13 255 -191 46 33 18 255 36 26 14 255 23 16 9 255 18 13 7 255 -192 132 80 52 255 105 64 41 255 66 40 26 255 52 32 20 255 -193 58 41 21 255 46 32 16 255 29 20 10 255 23 16 8 255 -194 187 166 145 255 149 132 116 255 93 83 72 255 74 66 58 255 -195 90 60 36 230 72 48 28 230 45 30 18 230 36 24 14 230 -196 130 83 56 183 104 66 44 183 65 41 28 183 52 33 22 183 -197 42 31 18 255 33 24 14 255 21 15 9 255 16 12 7 255 - -Biome Mapping -[RAINFOREST] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 -[SWAMPLAND] 64 128 0 255 51 102 0 255 32 64 0 255 26 51 0 255 -[SEASONAL_FOREST] 51 165 42 255 41 132 34 255 26 83 21 255 20 66 17 255 -[FOREST] 0 128 64 255 0 102 51 255 0 64 32 255 0 51 26 255 -[SAVANNA] 58 58 58 255 46 46 46 255 29 29 29 255 23 23 23 255 -[SHRUBLAND] 170 158 24 255 136 126 19 255 85 79 12 255 68 63 10 255 -[TAIGA] 204 255 102 255 163 204 82 255 102 128 51 255 82 102 41 255 -[DESERT] 255 255 102 255 204 204 82 255 128 128 51 255 102 102 41 255 -[PLAINS] 255 204 102 255 204 163 82 255 128 102 51 255 102 82 41 255 -[ICE_DESERT] 26 33 103 255 21 26 82 255 13 17 52 255 10 13 41 255 -[TUNDRA] 222 222 222 255 178 178 178 255 111 111 111 255 89 89 89 255 -[HELL] 255 0 0 255 204 0 0 255 128 0 0 255 102 0 0 255 -[SKY] 102 204 255 255 82 163 204 255 51 102 128 255 41 82 102 255 -[OCEAN] 0 0 255 255 0 0 204 255 0 0 128 255 0 0 102 255 -[RIVER] 0 128 255 255 0 102 204 255 0 64 128 255 0 51 102 255 -[EXTREME_HILLS] 128 64 0 255 102 51 0 255 64 32 0 255 51 26 0 255 -[FROZEN_OCEAN] 102 255 204 255 82 204 163 255 51 128 102 255 41 102 82 255 -[FROZEN_RIVER] 102 102 255 255 82 82 204 255 51 51 128 255 41 41 102 255 -[ICE_PLAINS] 102 255 255 255 82 204 204 255 51 128 128 255 41 102 102 255 -[ICE_MOUNTAINS] 255 255 255 255 204 204 204 255 128 128 128 255 102 102 102 255 -[MUSHROOM_ISLAND] 255 111 207 255 204 89 166 255 128 56 104 255 102 44 83 255 -[MUSHROOM_SHORE] 255 0 128 255 204 0 102 255 128 0 64 255 102 0 51 255 -[BEACH] 255 206 75 255 230 185 68 255 255 206 75 255 179 144 53 255 -[DESERT_HILLS] 255 146 51 255 230 131 46 255 255 146 51 255 179 102 36 255 -[FOREST_HILLS] 0 162 100 255 0 146 90 255 0 162 100 255 0 113 70 255 -[TAIGA_HILLS] 178 212 117 255 160 191 105 255 178 212 117 255 125 148 82 255 -[SMALL_MOUNTAINS] 184 103 33 255 166 93 30 255 184 103 33 255 129 72 23 255 -[JUNGLE] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 -[JUNGLE_HILLS] 33 44 14 255 26 36 12 255 16 22 7 255 13 18 6 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 255 57 16 14 255 +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/plugins/dynmap/colorschemes/standard.txt b/plugins/dynmap/colorschemes/standard.txt new file mode 100644 index 0000000..96c3a57 --- /dev/null +++ b/plugins/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/plugins/dynmap/configuration.txt b/plugins/dynmap/configuration.txt index 98af954..e53741b 100644 --- a/plugins/dynmap/configuration.txt +++ b/plugins/dynmap/configuration.txt @@ -1,503 +1,503 @@ -# All paths in this configuration file are relative to Dynmap's data-folder: minecraft_server/plugins/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 - -# Map storage scheme: only uncomment 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' with flags "flags" 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: "" - #flags: "?allowReconnect=true" - -components: - - class: org.dynmap.ClientConfigurationComponent - - - 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 - # 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" - # (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, webp-l), -# 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) -skin-url: "http://skins.minecraft.net/MinecraftSkins/%player%.png" - -# Enable skins via SkinsRestorer plugin instead of internal legacy implementation (disabled by default) -#skinsrestorer-integration: true - -render-triggers: - #- playermove - #- playerjoin - - blockplaced - - blockbreak - - leavesdecay - - blockburn - - chunkgenerated - - blockformed - - blockfaded - - blockspread - - pistonmoved - - explosion - #- blockfromto - #- blockphysics - - structuregrow - - blockgrow - #- blockredstone - -# 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 - -# The path were the /dynmapexp command exports OBJ ZIP files -exportpath: export - -# 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 - -# Use player permissions to order player list: first to last, players are ordered by first permission listed that they have -# That is, anyone with first listed permission goes before anyone with second, etc, with users with none of the nodes going last -player-sort-permission-nodes: - - bukkit.command.op - -# 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 -trusted-proxies: - - "127.0.0.1" - - "0:0:0:0:0:0:0:1" - -# Join/quit message format for web chat: set to "" to disable notice on web UI -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 - -# If true, coordinates will be rounded -round-coordinates: true - -# 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/" - -# Customization commands - allows scripts to be run before/after certain events -custom-commands: - image-updates: - # Command run just before any image file is written or updated: run with single parameter with fully qualified file name - preupdatecommand: "" - # Command run just after any image file is written or updated: run with single parameter with fully qualified file name - postupdatecommand: "" - -# 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 - -# 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 - -# Have dynmap migrate old chunks to the new format for the current MC version (specifically, for migrating pre-1.13 chunks to 1.13 or 1.14). This is needed -# in order to render chunks on an upgraded server (due to various bugs/limitations in CB/spigot 1.13+). This setting is NOT suggested to be enabled full time, -# but only long enough to do a fullrender of a migrated world - it should be turned back off once worlds are migrated). It is EXPERIMENTAL, so be sure to backup -# your worlds before running with this setting enabled (set to true) -# -#migrate-chunks: true +# All paths in this configuration file are relative to Dynmap's data-folder: minecraft_server/plugins/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: vlowres + +# Map storage scheme: only uncomment 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' with flags "flags" 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: "" + #flags: "?allowReconnect=true" + +components: + - class: org.dynmap.ClientConfigurationComponent + + - 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 + # 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" + # (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, webp-l), +# 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 + +# 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) +skin-url: "http://skins.minecraft.net/MinecraftSkins/%player%.png" + +# Enable skins via SkinsRestorer plugin instead of internal legacy implementation (disabled by default) +#skinsrestorer-integration: true + +render-triggers: + #- playermove + #- playerjoin + - blockplaced + - blockbreak + - leavesdecay + - blockburn + - chunkgenerated + - blockformed + - blockfaded + - blockspread + - pistonmoved + - explosion + #- blockfromto + #- blockphysics + - structuregrow + - blockgrow + #- blockredstone + +# 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 + +# The path were the /dynmapexp command exports OBJ ZIP files +exportpath: export + +# 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: 4444 + +# 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 + +# Use player permissions to order player list: first to last, players are ordered by first permission listed that they have +# That is, anyone with first listed permission goes before anyone with second, etc, with users with none of the nodes going last +player-sort-permission-nodes: + - bukkit.command.op + +# 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 +trusted-proxies: + - "127.0.0.1" + - "0:0:0:0:0:0:0:1" + +# Join/quit message format for web chat: set to "" to disable notice on web UI +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 + +# If true, coordinates will be rounded +round-coordinates: true + +# 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/" + +# Customization commands - allows scripts to be run before/after certain events +custom-commands: + image-updates: + # Command run just before any image file is written or updated: run with single parameter with fully qualified file name + preupdatecommand: "" + # Command run just after any image file is written or updated: run with single parameter with fully qualified file name + postupdatecommand: "" + +# 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 + +# 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 + +# Have dynmap migrate old chunks to the new format for the current MC version (specifically, for migrating pre-1.13 chunks to 1.13 or 1.14). This is needed +# in order to render chunks on an upgraded server (due to various bugs/limitations in CB/spigot 1.13+). This setting is NOT suggested to be enabled full time, +# but only long enough to do a fullrender of a migrated world - it should be turned back off once worlds are migrated). It is EXPERIMENTAL, so be sure to backup +# your worlds before running with this setting enabled (set to true) +# +#migrate-chunks: true diff --git a/plugins/dynmap/custom-lightings.txt b/plugins/dynmap/custom-lightings.txt index 6c569b8..607edfb 100644 --- a/plugins/dynmap/custom-lightings.txt +++ b/plugins/dynmap/custom-lightings.txt @@ -1,3 +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 +# 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/plugins/dynmap/custom-perspectives.txt b/plugins/dynmap/custom-perspectives.txt index fe32e16..9cea751 100644 --- a/plugins/dynmap/custom-perspectives.txt +++ b/plugins/dynmap/custom-perspectives.txt @@ -1,3 +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: +# 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/plugins/dynmap/custom-shaders.txt b/plugins/dynmap/custom-shaders.txt index 27f14d4..64f10bf 100644 --- a/plugins/dynmap/custom-shaders.txt +++ b/plugins/dynmap/custom-shaders.txt @@ -1,3 +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: +# 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/plugins/dynmap/ids-by-ip.txt b/plugins/dynmap/ids-by-ip.txt new file mode 100644 index 0000000..3e76ab3 --- /dev/null +++ b/plugins/dynmap/ids-by-ip.txt @@ -0,0 +1,5 @@ +%YAML 1.1 +--- +'174_74_6_84': +- Outhsing +- Hitosherizu diff --git a/plugins/dynmap/lightings.txt b/plugins/dynmap/lightings.txt index 85354ba..47b9c3a 100644 --- a/plugins/dynmap/lightings.txt +++ b/plugins/dynmap/lightings.txt @@ -1,149 +1,149 @@ -version: 3.3-beta-3 -# -# 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' +version: 3.3-beta-3 +# +# 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/plugins/dynmap/markers.yml b/plugins/dynmap/markers.yml index 6709d16..6514a2c 100644 --- a/plugins/dynmap/markers.yml +++ b/plugins/dynmap/markers.yml @@ -1,20 +1,20 @@ -%YAML 1.1 ---- -icons: { - } -sets: - markers: - hide: false - circles: { - } - deficon: default - areas: { - } - label: Markers - markers: { - } - lines: { - } - layerprio: 0 -playersets: { - } +%YAML 1.1 +--- +icons: { + } +sets: + markers: + hide: false + circles: { + } + deficon: default + areas: { + } + label: Markers + markers: { + } + lines: { + } + layerprio: 0 +playersets: { + } diff --git a/plugins/dynmap/perspectives.txt b/plugins/dynmap/perspectives.txt index 0e1e8c4..4f16ffd 100644 --- a/plugins/dynmap/perspectives.txt +++ b/plugins/dynmap/perspectives.txt @@ -1,501 +1,420 @@ +%YAML 1.1 +--- version: 3.3-beta-3 -# -# 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 +- 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 +- class: org.dynmap.hdmap.IsoHDPerspective name: classic azimuth: 135 inclination: 60 scale: 1.4 - # High angle (60 degree) views - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_S_60_vlowres azimuth: 180 inclination: 60 scale: 2 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_S_60_lowres azimuth: 180 inclination: 60 scale: 4 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_S_60_medres azimuth: 180 inclination: 60 scale: 8 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_S_60_hires azimuth: 180 inclination: 60 scale: 16 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_SE_60_vlowres azimuth: 135 inclination: 60 scale: 2 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_SE_60_lowres azimuth: 135 inclination: 60 scale: 4 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_SE_60_medres azimuth: 135 inclination: 60 scale: 8 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_SE_60_hires azimuth: 135 inclination: 60 scale: 16 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_E_60_vlowres azimuth: 90 inclination: 60 scale: 2 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_E_60_lowres azimuth: 90 inclination: 60 scale: 4 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_E_60_medres azimuth: 90 inclination: 60 scale: 8 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_E_60_hires azimuth: 90 inclination: 60 scale: 16 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_NE_60_vlowres azimuth: 45 inclination: 60 scale: 2 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_NE_60_lowres azimuth: 45 inclination: 60 scale: 4 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_NE_60_medres azimuth: 45 inclination: 60 scale: 8 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_NE_60_hires azimuth: 45 inclination: 60 scale: 16 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_N_60_vlowres azimuth: 0 inclination: 60 scale: 2 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_N_60_lowres azimuth: 0 inclination: 60 scale: 4 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_N_60_medres azimuth: 0 inclination: 60 scale: 8 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_N_60_hires azimuth: 0 inclination: 60 scale: 16 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_NW_60_vlowres azimuth: 315 inclination: 60 scale: 2 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_NW_60_lowres azimuth: 315 inclination: 60 scale: 4 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_NW_60_medres azimuth: 315 inclination: 60 scale: 8 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_NW_60_hires azimuth: 315 inclination: 60 scale: 16 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_W_60_vlowres azimuth: 270 inclination: 60 scale: 2 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_W_60_lowres azimuth: 270 inclination: 60 scale: 4 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_W_60_medres azimuth: 270 inclination: 60 scale: 8 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_W_60_hires azimuth: 270 inclination: 60 scale: 16 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_SW_60_vlowres azimuth: 225 inclination: 60 scale: 2 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_SW_60_lowres azimuth: 225 inclination: 60 scale: 4 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_SW_60_medres azimuth: 225 inclination: 60 scale: 8 - - - class: org.dynmap.hdmap.IsoHDPerspective +- 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 +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_S_30_vlowres azimuth: 180 inclination: 30 scale: 2 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_S_30_lowres azimuth: 180 inclination: 30 scale: 4 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_S_30_medres azimuth: 180 inclination: 30 scale: 8 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_S_30_hires azimuth: 180 inclination: 30 scale: 16 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_SE_30_vlowres azimuth: 135 inclination: 30 scale: 2 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_SE_30_lowres azimuth: 135 inclination: 30 scale: 4 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_SE_30_medres azimuth: 135 inclination: 30 scale: 8 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_SE_30_hires azimuth: 135 inclination: 30 scale: 16 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_E_30_vlowres azimuth: 90 inclination: 30 scale: 2 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_E_30_lowres azimuth: 90 inclination: 30 scale: 4 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_E_30_medres azimuth: 90 inclination: 30 scale: 8 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_E_30_hires azimuth: 90 inclination: 30 scale: 16 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_NE_30_vlowres azimuth: 45 inclination: 30 scale: 2 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_NE_30_lowres azimuth: 45 inclination: 30 scale: 4 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_NE_30_medres azimuth: 45 inclination: 30 scale: 8 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_NE_30_hires azimuth: 45 inclination: 30 scale: 16 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_N_30_vlowres azimuth: 0 inclination: 30 scale: 2 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_N_30_lowres azimuth: 0 inclination: 30 scale: 4 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_N_30_medres azimuth: 0 inclination: 30 scale: 8 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_N_30_hires azimuth: 0 inclination: 30 scale: 16 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_NW_30_vlowres azimuth: 315 inclination: 30 scale: 2 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_NW_30_lowres azimuth: 315 inclination: 30 scale: 4 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_NW_30_medres azimuth: 315 inclination: 30 scale: 8 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_NW_30_hires azimuth: 315 inclination: 30 scale: 16 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_W_30_vlowres azimuth: 270 inclination: 30 scale: 2 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_W_30_lowres azimuth: 270 inclination: 30 scale: 4 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_W_30_medres azimuth: 270 inclination: 30 scale: 8 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_W_30_hires azimuth: 270 inclination: 30 scale: 16 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_SW_30_vlowres azimuth: 225 inclination: 30 scale: 2 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_SW_30_lowres azimuth: 225 inclination: 30 scale: 4 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_SW_30_medres azimuth: 225 inclination: 30 scale: 8 - - - class: org.dynmap.hdmap.IsoHDPerspective +- 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 + scale: 16 +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_N_90_vlowres azimuth: 0 inclination: 90 scale: 2 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_N_90_lowres azimuth: 0 inclination: 90 scale: 4 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_N_90_medres azimuth: 0 inclination: 90 scale: 8 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_N_90_hires azimuth: 0 inclination: 90 scale: 16 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_S_90_vlowres azimuth: 180 inclination: 90 scale: 2 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_S_90_lowres azimuth: 180 inclination: 90 scale: 4 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_S_90_medres azimuth: 180 inclination: 90 scale: 8 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_S_90_hires azimuth: 180 inclination: 90 scale: 16 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_E_90_vlowres azimuth: 90 inclination: 90 scale: 2 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_E_90_lowres azimuth: 90 inclination: 90 scale: 4 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_E_90_medres azimuth: 90 inclination: 90 scale: 8 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_E_90_hires azimuth: 90 inclination: 90 scale: 16 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_W_90_vlowres azimuth: 270 inclination: 90 scale: 2 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_W_90_lowres azimuth: 270 inclination: 90 scale: 4 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_W_90_medres azimuth: 270 inclination: 90 scale: 8 - - - class: org.dynmap.hdmap.IsoHDPerspective +- class: org.dynmap.hdmap.IsoHDPerspective name: iso_W_90_hires azimuth: 270 inclination: 90 scale: 16 - \ No newline at end of file +- class: org.dynmap.hdmap.IsoHDPerspective + name: oldnorth + azimuth: 0 + compassazimuth: 90 + inclination: 90 + scale: 4 diff --git a/plugins/dynmap/shaders.txt b/plugins/dynmap/shaders.txt index 7ca79b6..7fb2639 100644 --- a/plugins/dynmap/shaders.txt +++ b/plugins/dynmap/shaders.txt @@ -1,195 +1,220 @@ +%YAML 1.1 +--- version: 3.3-beta-3 -# -# 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 +- class: org.dynmap.hdmap.TexturePackHDShader name: default texturepack: standard - - # Color scheme based shaders - - class: org.dynmap.hdmap.DefaultHDShader +- class: org.dynmap.hdmap.DefaultHDShader name: defaultscheme colorscheme: default - - - class: org.dynmap.hdmap.DefaultHDShader +- class: org.dynmap.hdmap.DefaultHDShader name: ovocean colorscheme: ovocean - - - class: org.dynmap.hdmap.DefaultHDShader +- class: org.dynmap.hdmap.DefaultHDShader name: flames colorscheme: flames - - - class: org.dynmap.hdmap.DefaultHDShader +- class: org.dynmap.hdmap.DefaultHDShader name: sk89q colorscheme: sk89q - - - class: org.dynmap.hdmap.DefaultHDShader +- class: org.dynmap.hdmap.DefaultHDShader name: amidst biomecolored: biome colorscheme: amidst - - # Biome based shaders - - class: org.dynmap.hdmap.DefaultHDShader +- class: org.dynmap.hdmap.DefaultHDShader name: biome biomecolored: biome - - - class: org.dynmap.hdmap.DefaultHDShader +- class: org.dynmap.hdmap.DefaultHDShader name: temperature biomecolored: temperature - - - class: org.dynmap.hdmap.DefaultHDShader +- class: org.dynmap.hdmap.DefaultHDShader name: rainfall biomecolored: rainfall - - # No transparency default color scheme shader - - class: org.dynmap.hdmap.DefaultHDShader +- class: org.dynmap.hdmap.DefaultHDShader name: no_transparency colorscheme: default transparency: false - - # Cave view shader - - class: org.dynmap.hdmap.CaveHDShader +- class: org.dynmap.hdmap.CaveHDShader name: cave - - # Cave view shader - only lit caves - - class: org.dynmap.hdmap.CaveHDShader +- class: org.dynmap.hdmap.CaveHDShader name: lit-cave onlyiflit: true - - # Cave view shader - hide various soft blocks - - class: org.dynmap.hdmap.CaveHDShader +- 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 + hiddenids: + - 6 + - 17 + - 18 + - 31 + - 32 + - 37 + - 38 + - 39 + - 40 + - 50 + - 55 + - 78 + - 81 + - 83 + - 86 + - 99 + - 100 + - 103 + - 104 + - 105 + - 111 + - 115 +- class: org.dynmap.hdmap.TexturePackHDShader name: stdtexture texturepack: standard - - # Standard texture cave view shader - - class: org.dynmap.hdmap.TexturePackHDCaveShader +- 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 +- class: org.dynmap.hdmap.TexturePackHDUnderwaterShader name: stdtexture-underwater texturepack: standard - - # Standard texture underwater view shader (with land not hidden) - - class: org.dynmap.hdmap.TexturePackHDUnderwaterShader +- 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 +- 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 +- class: org.dynmap.hdmap.TexturePackHDShader name: stdtexture-mcr-grid texturepack: standard grid-scale: 512 - - # Topological map shader - - class: org.dynmap.hdmap.TopoHDShader +- 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" + 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 +- 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" + 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 +- 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" + 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 + hiddenids: + - 6 + - 17 + - 18 + - 31 + - 32 + - 37 + - 38 + - 39 + - 40 + - 50 + - 55 + - 78 + - 81 + - 83 + - 86 + - 99 + - 100 + - 103 + - 104 + - 105 + - 111 + - 115 +- 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" + 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 + hiddenids: + - 6 + - 17 + - 18 + - 31 + - 32 + - 37 + - 38 + - 39 + - 40 + - 50 + - 55 + - 78 + - 81 + - 83 + - 86 + - 99 + - 100 + - 103 + - 104 + - 105 + - 111 + - 115 +- 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" + 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 +- class: org.dynmap.hdmap.InhabitedHDShader name: inhabited - color10: "#0000FF" - color30: "#00FFFF" - color100: "#008000" - color300: "#FFFF00" - color1000: "#FF8000" - color3000: "#FF0000" + color10: '#0000FF' + color30: '#00FFFF' + color100: '#008000' + color300: '#FFFF00' + color1000: '#FF8000' + color3000: '#FF0000' +- class: org.dynmap.hdmap.ChunkVersionHDShader + name: chunkversion +- class: org.dynmap.hdmap.ChunkStatusHDShader + name: chunkstatus diff --git a/plugins/dynmap/version.txt b/plugins/dynmap/version.txt index 108bcd5..3cefefc 100644 --- a/plugins/dynmap/version.txt +++ b/plugins/dynmap/version.txt @@ -1 +1 @@ -3.3-beta-3-591 \ No newline at end of file +3.4-beta-4-792 \ No newline at end of file diff --git a/plugins/dynmap/web/css/dynmap_style.css b/plugins/dynmap/web/css/dynmap_style.css index 3e8099f..bcf69b8 100644 --- a/plugins/dynmap/web/css/dynmap_style.css +++ b/plugins/dynmap/web/css/dynmap_style.css @@ -905,15 +905,15 @@ color: #fff; background: rgba(0,0,0,0.6); - padding: 2px; + padding: 2px 6px; -moz-border-radius: 3px; border-radius: 3px; } .dynmap .mapMarker .markerName16x16 { - top: -6px; - left: 10px; + top: -12px; + left: 12px; } .dynmap .mapMarker .markerName8x8 { diff --git a/plugins/dynmap/web/css/leaflet.css b/plugins/dynmap/web/css/leaflet.css index 4ef5e99..411231a 100644 --- a/plugins/dynmap/web/css/leaflet.css +++ b/plugins/dynmap/web/css/leaflet.css @@ -1,640 +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, -.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; - } - -.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-tile { - will-change: opacity; - } -.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 { - will-change: transform; - } -.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-container a.leaflet-active { - outline: 2px solid orange; - } -.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; - } - - -/* 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 { - 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; - } -.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; - 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; - - -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: #c3c3c3; - text-decoration: none; - font-weight: bold; - background: transparent; - } -.leaflet-container a.leaflet-popup-close-button:hover { - color: #999; - } -.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-clickable { - 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; - } \ No newline at end of file +/* 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/plugins/dynmap/web/index.html b/plugins/dynmap/web/index.html index dd435c8..5b1daa9 100644 --- a/plugins/dynmap/web/index.html +++ b/plugins/dynmap/web/index.html @@ -10,31 +10,32 @@ - + + - - - + + + + + - - - - + + - - + + - - - - - - - + + + + + + + - + + + + +